@deque/cauldron-styles 6.22.0-canary.a2c25cdb → 6.22.0-canary.bbde2c7e

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -6048,6 +6048,7 @@ button.Accordion__trigger {
6048
6048
  width: var(--action-menu-width);
6049
6049
  min-width: var(--action-menu-min-width, 10rem);
6050
6050
  max-height: var(--action-menu-max-height, 80vh);
6051
+ max-width: var(--action-menu-max-width, 31rem);
6051
6052
  box-shadow: var(--drop-shadow-overlay);
6052
6053
  overflow-y: auto;
6053
6054
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.22.0-canary.a2c25cdb",
3
+ "version": "6.22.0-canary.bbde2c7e",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",