v0.0.152
What's Changed
Mercury 0.9.13
- Add :host() selector to widget and elevation bundles for Shadow DOM support.
- Include new sidebar selector classes:
.sidebar-collapsed-hidden, and.sidebar-with-motion.
Breaking Changes:
Mercury
.form-inputcomponent class selector was renamed to.input.- "layout" and "spacing" classes, were splitted into two independent bundles:
utils/layoutandutils/spacingrespectively. spacing-body-*classes are not required anymore for the dialog footer. The footer padding is now included by default.- Rename elevation classes by removing the "0" from the suffix :
.elevation-01 -> .elevation-1
.elevation-02 -> .elevation-2
.elevation-03 -> .elevation-3
Full Changelog: v0.0.151...v0.0.152