@deque/cauldron-styles 6.14.0-canary.a1bd4360 → 6.14.0-canary.b60e2954
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2140,7 +2140,7 @@ a.IconButton {
|
|
|
2140
2140
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
|
|
2141
2141
|
}
|
|
2142
2142
|
|
|
2143
|
-
.OptionsMenu__list
|
|
2143
|
+
.OptionsMenu__list:is(.OptionsMenu--expanded) {
|
|
2144
2144
|
display: block;
|
|
2145
2145
|
}
|
|
2146
2146
|
|
|
@@ -5708,7 +5708,7 @@ button.Accordion__trigger {
|
|
|
5708
5708
|
.Drawer {
|
|
5709
5709
|
position: fixed;
|
|
5710
5710
|
max-height: var(--drawer-height, 100vh);
|
|
5711
|
-
max-width: var(--drawer-
|
|
5711
|
+
max-width: var(--drawer-width, 100vw);
|
|
5712
5712
|
z-index: var(--z-index-drawer);
|
|
5713
5713
|
transition: transform ease-in-out 250ms;
|
|
5714
5714
|
}
|
package/package.json
CHANGED