@deque/cauldron-styles 6.22.1-canary.a3b4b8a5 → 6.22.1

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 +2 -3
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -123,12 +123,12 @@
123
123
  --z-index-side-bar: 9;
124
124
  --z-index-toast: 8;
125
125
  --z-index-toast-action-needed: 24;
126
+ --z-index-listbox: 6;
126
127
  /* ensure this is a higher value than the rest (above)! */
127
128
  --z-index-top-bar: 25;
128
- /* ensure these are 1 higher than the top bar z-index */
129
+ /* ensure this is 1 higher than the top bar z-index */
129
130
  --z-index-skip-container: calc(var(--z-index-top-bar) + 1);
130
131
  --z-index-drawer: calc(var(--z-index-top-bar) + 1);
131
- --z-index-listbox: calc(var(--z-index-top-bar) + 1);
132
132
 
133
133
  /* radio card */
134
134
  --radio-card-width: 255px;
@@ -6051,7 +6051,6 @@ button.Accordion__trigger {
6051
6051
  max-width: var(--action-menu-max-width, 31rem);
6052
6052
  box-shadow: var(--drop-shadow-overlay);
6053
6053
  overflow-y: auto;
6054
- z-index: var(--z-index-listbox);
6055
6054
  }
6056
6055
 
6057
6056
  :where(.cauldron--theme-dark) .ActionMenu .ActionListItem--danger {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.22.1-canary.a3b4b8a5",
3
+ "version": "6.22.1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",