@patternfly/patternfly 6.0.0-alpha.115 → 6.0.0-alpha.117

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 (75) hide show
  1. package/base/_variables.scss +7 -7
  2. package/base/patternfly-variables.css +19 -19
  3. package/base/tokens/_tokens-charts.scss +1 -1
  4. package/base/tokens/_tokens-dark.scss +1 -1
  5. package/base/tokens/_tokens-default.scss +13 -13
  6. package/base/tokens/_tokens-palette.scss +1 -1
  7. package/components/AboutModalBox/about-modal-box.css +1 -1
  8. package/components/AboutModalBox/about-modal-box.scss +1 -1
  9. package/components/Alert/alert-group.css +1 -1
  10. package/components/Alert/alert-group.scss +1 -1
  11. package/components/AppLauncher/app-launcher.css +1 -1
  12. package/components/AppLauncher/app-launcher.scss +1 -1
  13. package/components/Backdrop/backdrop.css +1 -1
  14. package/components/Backdrop/backdrop.scss +1 -1
  15. package/components/Banner/banner.css +1 -1
  16. package/components/Banner/banner.scss +1 -1
  17. package/components/Button/button.css +1 -1
  18. package/components/Button/button.scss +1 -1
  19. package/components/ContextSelector/context-selector.css +1 -1
  20. package/components/ContextSelector/context-selector.scss +1 -1
  21. package/components/DatePicker/date-picker.css +1 -1
  22. package/components/DatePicker/date-picker.scss +1 -1
  23. package/components/Drawer/drawer.css +2 -2
  24. package/components/Drawer/drawer.scss +2 -2
  25. package/components/Dropdown/dropdown.css +2 -2
  26. package/components/Dropdown/dropdown.scss +2 -2
  27. package/components/Menu/menu.css +7 -7
  28. package/components/Menu/menu.scss +7 -7
  29. package/components/MenuToggle/menu-toggle.css +1 -1
  30. package/components/MenuToggle/menu-toggle.scss +1 -1
  31. package/components/ModalBox/modal-box.css +1 -1
  32. package/components/ModalBox/modal-box.scss +1 -1
  33. package/components/NotificationDrawer/notification-drawer.css +2 -2
  34. package/components/NotificationDrawer/notification-drawer.scss +2 -2
  35. package/components/OptionsMenu/options-menu.css +1 -1
  36. package/components/OptionsMenu/options-menu.scss +1 -1
  37. package/components/Page/page.css +10 -10
  38. package/components/Page/page.scss +10 -10
  39. package/components/Panel/panel.css +1 -1
  40. package/components/Panel/panel.scss +1 -1
  41. package/components/ProgressStepper/progress-stepper.css +1 -1
  42. package/components/ProgressStepper/progress-stepper.scss +1 -1
  43. package/components/Select/select.css +1 -1
  44. package/components/Select/select.scss +1 -1
  45. package/components/Sidebar/sidebar.css +1 -1
  46. package/components/Sidebar/sidebar.scss +1 -1
  47. package/components/SkipToContent/skip-to-content.css +1 -1
  48. package/components/SkipToContent/skip-to-content.scss +1 -1
  49. package/components/Slider/slider.css +1 -1
  50. package/components/Slider/slider.scss +1 -1
  51. package/components/Table/table-scrollable.css +1 -1
  52. package/components/Table/table-scrollable.scss +1 -1
  53. package/components/Table/table.css +3 -3
  54. package/components/Table/table.scss +3 -3
  55. package/components/Tabs/tabs.css +1 -1
  56. package/components/Tabs/tabs.scss +1 -1
  57. package/components/ToggleGroup/toggle-group.css +3 -3
  58. package/components/ToggleGroup/toggle-group.scss +3 -3
  59. package/components/Toolbar/toolbar.css +2 -2
  60. package/components/Toolbar/toolbar.scss +2 -2
  61. package/components/TreeView/tree-view.css +1 -1
  62. package/components/TreeView/tree-view.scss +1 -1
  63. package/components/Wizard/wizard.css +3 -3
  64. package/components/Wizard/wizard.scss +3 -3
  65. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  66. package/package.json +1 -1
  67. package/patternfly-base-no-globals-theme-dark-unversioned.css +19 -19
  68. package/patternfly-base-no-globals.css +19 -19
  69. package/patternfly-base-theme-dark-unversioned.css +19 -19
  70. package/patternfly-base.css +19 -19
  71. package/patternfly-no-globals.css +73 -73
  72. package/patternfly-theme-dark-unversioned.css +73 -73
  73. package/patternfly.css +73 -73
  74. package/patternfly.min.css +1 -1
  75. package/patternfly.min.css.map +1 -1
@@ -183,12 +183,12 @@
183
183
  --#{$pf-global}--gutter--md: #{$pf-v6-global--gutter--md};
184
184
 
185
185
  // Z-Index
186
- --pf-t--global--Zindex--xs: #{$pf-v6-global--ZIndex--xs};
187
- --pf-t--global--Zindex--sm: #{$pf-v6-global--ZIndex--sm};
188
- --pf-t--global--Zindex--md: #{$pf-v6-global--ZIndex--md};
189
- --pf-t--global--Zindex--lg: #{$pf-v6-global--ZIndex--lg};
190
- --pf-t--global--Zindex--xl: #{$pf-v6-global--ZIndex--xl};
191
- --pf-t--global--Zindex--2xl: #{$pf-v6-global--ZIndex--2xl};
186
+ --pf-t--global--z-index--xs: #{$pf-v6-global--ZIndex--xs};
187
+ --pf-t--global--z-index--sm: #{$pf-v6-global--ZIndex--sm};
188
+ --pf-t--global--z-index--md: #{$pf-v6-global--ZIndex--md};
189
+ --pf-t--global--z-index--lg: #{$pf-v6-global--ZIndex--lg};
190
+ --pf-t--global--z-index--xl: #{$pf-v6-global--ZIndex--xl};
191
+ --pf-t--global--z-index--2xl: #{$pf-v6-global--ZIndex--2xl};
192
192
 
193
193
  // Grid breakpoints
194
194
  --#{$pf-global}--breakpoint--xs: #{$pf-v6-global--breakpoint--xs};
@@ -273,7 +273,7 @@
273
273
  --#{$pf-global}--ListStyle: #{$pf-v6-global--ListStyle};
274
274
  --pf-t--global--transition: #{$pf-v6-global--Transition};
275
275
  --pf-t--global--transition--timing-function: #{$pf-v6-global--TimingFunction};
276
- --pf-t--global--transitionDuration: #{$pf-v6-global--TransitionDuration};
276
+ --pf-t--global--transition--duration: #{$pf-v6-global--TransitionDuration};
277
277
 
278
278
  // Arrow size
279
279
  --#{$pf-global}--arrow--width: #{$pf-v6-global--arrow--width};
@@ -159,12 +159,12 @@
159
159
  --pf-v6-global--spacer--form-element: 0.375rem;
160
160
  --pf-v6-global--gutter: 1rem;
161
161
  --pf-v6-global--gutter--md: 1.5rem;
162
- --pf-t--global--Zindex--xs: 100;
163
- --pf-t--global--Zindex--sm: 200;
164
- --pf-t--global--Zindex--md: 300;
165
- --pf-t--global--Zindex--lg: 400;
166
- --pf-t--global--Zindex--xl: 500;
167
- --pf-t--global--Zindex--2xl: 600;
162
+ --pf-t--global--z-index--xs: 100;
163
+ --pf-t--global--z-index--sm: 200;
164
+ --pf-t--global--z-index--md: 300;
165
+ --pf-t--global--z-index--lg: 400;
166
+ --pf-t--global--z-index--xl: 500;
167
+ --pf-t--global--z-index--2xl: 600;
168
168
  --pf-v6-global--breakpoint--xs: 0;
169
169
  --pf-v6-global--breakpoint--sm: 576px;
170
170
  --pf-v6-global--breakpoint--md: 768px;
@@ -227,7 +227,7 @@
227
227
  --pf-v6-global--ListStyle: disc outside;
228
228
  --pf-t--global--transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
229
229
  --pf-t--global--transition--timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
230
- --pf-t--global--transitionDuration: 250ms;
230
+ --pf-t--global--transition--duration: 250ms;
231
231
  --pf-v6-global--arrow--width: 0.9375rem;
232
232
  --pf-v6-global--arrow--width-lg: 1.5625rem;
233
233
  --pf-v6-global--target-size--MinWidth: 44px;
@@ -470,12 +470,12 @@ html .ws-preview {
470
470
  --pf-t--global--box-shadow--X--300: -1px;
471
471
  --pf-t--global--box-shadow--X--200: -4px;
472
472
  --pf-t--global--box-shadow--X--100: -8px;
473
- --pf-t--global--Zindex--600: 600;
474
- --pf-t--global--Zindex--500: 500;
475
- --pf-t--global--Zindex--400: 400;
476
- --pf-t--global--Zindex--300: 300;
477
- --pf-t--global--Zindex--200: 200;
478
- --pf-t--global--Zindex--100: 100;
473
+ --pf-t--global--z-index--600: 600;
474
+ --pf-t--global--z-index--500: 500;
475
+ --pf-t--global--z-index--400: 400;
476
+ --pf-t--global--z-index--300: 300;
477
+ --pf-t--global--z-index--200: 200;
478
+ --pf-t--global--z-index--100: 100;
479
479
  --pf-t--global--font--size--800: 36px;
480
480
  --pf-t--global--font--size--700: 28px;
481
481
  --pf-t--global--font--size--600: 22px;
@@ -609,12 +609,12 @@ html .ws-preview {
609
609
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
610
610
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
611
611
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
612
- --pf-t--global--Zindex--2xl: 600;
613
- --pf-t--global--Zindex--xl: 500;
614
- --pf-t--global--Zindex--lg: 400;
615
- --pf-t--global--Zindex--md: 300;
616
- --pf-t--global--Zindex--sm: 200;
617
- --pf-t--global--Zindex--xs: 100;
612
+ --pf-t--global--z-index--2xl: 600;
613
+ --pf-t--global--z-index--xl: 500;
614
+ --pf-t--global--z-index--lg: 400;
615
+ --pf-t--global--z-index--md: 300;
616
+ --pf-t--global--z-index--sm: 200;
617
+ --pf-t--global--z-index--xs: 100;
618
618
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
619
619
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
620
620
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root:where(.pf-v6-theme-dark) {
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -27,12 +27,12 @@
27
27
  --pf-t--global--box-shadow--X--300: -1px;
28
28
  --pf-t--global--box-shadow--X--200: -4px;
29
29
  --pf-t--global--box-shadow--X--100: -8px;
30
- --pf-t--global--Zindex--600: 600;
31
- --pf-t--global--Zindex--500: 500;
32
- --pf-t--global--Zindex--400: 400;
33
- --pf-t--global--Zindex--300: 300;
34
- --pf-t--global--Zindex--200: 200;
35
- --pf-t--global--Zindex--100: 100;
30
+ --pf-t--global--z-index--600: 600;
31
+ --pf-t--global--z-index--500: 500;
32
+ --pf-t--global--z-index--400: 400;
33
+ --pf-t--global--z-index--300: 300;
34
+ --pf-t--global--z-index--200: 200;
35
+ --pf-t--global--z-index--100: 100;
36
36
  --pf-t--global--font--size--800: 36px;
37
37
  --pf-t--global--font--size--700: 28px;
38
38
  --pf-t--global--font--size--600: 22px;
@@ -166,12 +166,12 @@
166
166
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
167
167
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
168
168
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
169
- --pf-t--global--Zindex--2xl: 600;
170
- --pf-t--global--Zindex--xl: 500;
171
- --pf-t--global--Zindex--lg: 400;
172
- --pf-t--global--Zindex--md: 300;
173
- --pf-t--global--Zindex--sm: 200;
174
- --pf-t--global--Zindex--xs: 100;
169
+ --pf-t--global--z-index--2xl: 600;
170
+ --pf-t--global--z-index--xl: 500;
171
+ --pf-t--global--z-index--lg: 400;
172
+ --pf-t--global--z-index--md: 300;
173
+ --pf-t--global--z-index--sm: 200;
174
+ --pf-t--global--z-index--xs: 100;
175
175
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
176
176
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
177
177
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -19,7 +19,7 @@
19
19
  --pf-v6-c-about-modal-box__brand--sm--PaddingRight: var(--pf-t--global--spacer--3xl);
20
20
  --pf-v6-c-about-modal-box__brand--sm--PaddingLeft: var(--pf-t--global--spacer--3xl);
21
21
  --pf-v6-c-about-modal-box__brand--sm--PaddingBottom: var(--pf-t--global--spacer--3xl);
22
- --pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--Zindex--2xl);
22
+ --pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--z-index--2xl);
23
23
  --pf-v6-c-about-modal-box__close--PaddingTop: var(--pf-t--global--spacer--2xl);
24
24
  --pf-v6-c-about-modal-box__close--PaddingRight: var(--pf-t--global--spacer--xl);
25
25
  --pf-v6-c-about-modal-box__close--PaddingBottom: var(--pf-t--global--spacer--xl);
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  // Close
41
- --#{$about-modal-box}__close--ZIndex: var(--pf-t--global--Zindex--2xl);
41
+ --#{$about-modal-box}__close--ZIndex: var(--pf-t--global--z-index--2xl);
42
42
  --#{$about-modal-box}__close--PaddingTop: var(--pf-t--global--spacer--2xl);
43
43
  --#{$about-modal-box}__close--PaddingRight: var(--pf-t--global--spacer--xl);
44
44
  --#{$about-modal-box}__close--PaddingBottom: var(--pf-t--global--spacer--xl);
@@ -3,7 +3,7 @@
3
3
  --pf-v6-c-alert-group--m-toast--Top: var(--pf-t--global--spacer--2xl);
4
4
  --pf-v6-c-alert-group--m-toast--Right: var(--pf-t--global--spacer--xl);
5
5
  --pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
6
- --pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--Zindex--2xl);
6
+ --pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--z-index--2xl);
7
7
  --pf-v6-c-alert-group__overflow-button--BorderWidth: 0;
8
8
  --pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
9
9
  --pf-v6-c-alert-group__overflow-button--PaddingTop: var(--pf-t--global--spacer--md);
@@ -9,7 +9,7 @@
9
9
  --#{$alert-group}--m-toast--Top: var(--pf-t--global--spacer--2xl);
10
10
  --#{$alert-group}--m-toast--Right: var(--pf-t--global--spacer--xl);
11
11
  --#{$alert-group}--m-toast--MaxWidth: #{pf-size-prem(600px)};
12
- --#{$alert-group}--m-toast--ZIndex: var(--pf-t--global--Zindex--2xl);
12
+ --#{$alert-group}--m-toast--ZIndex: var(--pf-t--global--z-index--2xl);
13
13
 
14
14
  // Overflow button
15
15
  --#{$alert-group}__overflow-button--BorderWidth: 0;
@@ -4,7 +4,7 @@
4
4
  --pf-v6-c-app-launcher__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
5
5
  --pf-v6-c-app-launcher__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
6
6
  --pf-v6-c-app-launcher__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
7
- --pf-v6-c-app-launcher__menu--ZIndex: var(--pf-t--global--Zindex--sm);
7
+ --pf-v6-c-app-launcher__menu--ZIndex: var(--pf-t--global--z-index--sm);
8
8
  --pf-v6-c-app-launcher--m-top__menu--Top: 0;
9
9
  --pf-v6-c-app-launcher--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
10
10
  --pf-v6-c-app-launcher__toggle--PaddingTop: var(--pf-v6-global--spacer--form-element);
@@ -9,7 +9,7 @@
9
9
  --#{$app-launcher}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm);
10
10
  --#{$app-launcher}__menu--PaddingBottom: var(--#{$pf-global}--spacer--sm);
11
11
  --#{$app-launcher}__menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs));
12
- --#{$app-launcher}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
12
+ --#{$app-launcher}__menu--ZIndex: var(--pf-t--global--z-index--sm);
13
13
  --#{$app-launcher}--m-top__menu--Top: 0;
14
14
  --#{$app-launcher}--m-top__menu--TranslateY: calc(-100% - var(--#{$pf-global}--spacer--xs)); // The "dropup" menu must be transformed up and this calculates how much to create space between the toggle and menu
15
15
 
@@ -1,7 +1,7 @@
1
1
  :root,
2
2
  .pf-v6-c-backdrop {
3
3
  --pf-v6-c-backdrop--Position: fixed;
4
- --pf-v6-c-backdrop--ZIndex: var(--pf-t--global--Zindex--lg);
4
+ --pf-v6-c-backdrop--ZIndex: var(--pf-t--global--z-index--lg);
5
5
  --pf-v6-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
6
6
  }
7
7
 
@@ -3,7 +3,7 @@
3
3
  :root,
4
4
  .#{$backdrop} {
5
5
  --#{$backdrop}--Position: fixed;
6
- --#{$backdrop}--ZIndex: var(--pf-t--global--Zindex--lg);
6
+ --#{$backdrop}--ZIndex: var(--pf-t--global--z-index--lg);
7
7
  --#{$backdrop}--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
8
8
  }
9
9
 
@@ -14,7 +14,7 @@
14
14
  --pf-v6-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
15
15
  --pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
16
16
  --pf-v6-c-banner--link--disabled--TextDecoration: none;
17
- --pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--Zindex--md);
17
+ --pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
18
18
  --pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
19
19
  --pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
20
20
  --pf-v6-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
@@ -25,7 +25,7 @@
25
25
  --#{$banner}--link--disabled--TextDecoration: none;
26
26
 
27
27
  // modifier variables
28
- --#{$banner}--m-sticky--ZIndex: var(--pf-t--global--Zindex--md);
28
+ --#{$banner}--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
29
29
  --#{$banner}--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
30
30
 
31
31
  // status modifier variables
@@ -207,7 +207,7 @@
207
207
  --pf-v6-c-button__progress--Left: var(--pf-t--global--spacer--md);
208
208
  --pf-v6-c-button__progress--Color: var(--pf-v6-c-button__icon--Color);
209
209
  --pf-v6-c-button--m-progress--TransitionProperty: padding;
210
- --pf-v6-c-button--m-progress--TransitionDuration: var(--pf-t--global--transitionDuration);
210
+ --pf-v6-c-button--m-progress--TransitionDuration: var(--pf-t--global--transition--duration);
211
211
  --pf-v6-c-button--m-progress--PaddingRight: calc(var(--pf-t--global--spacer--md) + var(--pf-v6-c-button__progress--width) / 2);
212
212
  --pf-v6-c-button--m-progress--PaddingLeft: calc(var(--pf-t--global--spacer--md) + var(--pf-v6-c-button__progress--width) / 2);
213
213
  --pf-v6-c-button--m-in-progress--PaddingRight: var(--pf-t--global--spacer--md);
@@ -251,7 +251,7 @@
251
251
  --#{$button}__progress--Left: var(--pf-t--global--spacer--md);
252
252
  --#{$button}__progress--Color: var(--#{$button}__icon--Color);
253
253
  --#{$button}--m-progress--TransitionProperty: padding;
254
- --#{$button}--m-progress--TransitionDuration: var(--pf-t--global--transitionDuration);
254
+ --#{$button}--m-progress--TransitionDuration: var(--pf-t--global--transition--duration);
255
255
  --#{$button}--m-progress--PaddingRight: calc(var(--pf-t--global--spacer--md) + var(--#{$button}__progress--width) / 2);
256
256
  --#{$button}--m-progress--PaddingLeft: calc(var(--pf-t--global--spacer--md) + var(--#{$button}__progress--width) / 2);
257
257
  --#{$button}--m-in-progress--PaddingRight: var(--pf-t--global--spacer--md);
@@ -45,7 +45,7 @@
45
45
  --pf-v6-c-context-selector--m-plain__toggle-icon--Color: var(--pf-v6-global--Color--200);
46
46
  --pf-v6-c-context-selector--m-plain--hover__toggle-icon--Color: var(--pf-v6-global--Color--100);
47
47
  --pf-v6-c-context-selector__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
48
- --pf-v6-c-context-selector__menu--ZIndex: var(--pf-t--global--Zindex--sm);
48
+ --pf-v6-c-context-selector__menu--ZIndex: var(--pf-t--global--z-index--sm);
49
49
  --pf-v6-c-context-selector__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
50
50
  --pf-v6-c-context-selector__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-100);
51
51
  --pf-v6-c-context-selector__menu--BoxShadow: var(--pf-v6-global--BoxShadow--md);
@@ -44,7 +44,7 @@
44
44
 
45
45
  // Menu
46
46
  --#{$context-selector}__menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs));
47
- --#{$context-selector}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
47
+ --#{$context-selector}__menu--ZIndex: var(--pf-t--global--z-index--sm);
48
48
  --#{$context-selector}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm); // remove at breaking change
49
49
  --#{$context-selector}__menu--BackgroundColor: var(--#{$pf-global}--BackgroundColor--light-100);
50
50
  --#{$context-selector}__menu--BoxShadow: var(--#{$pf-global}--BoxShadow--md);
@@ -8,7 +8,7 @@
8
8
  --pf-v6-c-date-picker__input--c-form-control--width-chars: 11;
9
9
  --pf-v6-c-date-picker__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
10
10
  --pf-v6-c-date-picker__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
11
- --pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--Zindex--sm);
11
+ --pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--z-index--sm);
12
12
  --pf-v6-c-date-picker__calendar--Top: calc(100% + var(--pf-t--global--spacer--xs));
13
13
  --pf-v6-c-date-picker__calendar--Right: auto;
14
14
  --pf-v6-c-date-picker__calendar--Left: 0;
@@ -10,7 +10,7 @@
10
10
  --#{$date-picker}__input--c-form-control--width-chars: 11;
11
11
  --#{$date-picker}__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
12
12
  --#{$date-picker}__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
13
- --#{$date-picker}__calendar--ZIndex: var(--pf-t--global--Zindex--sm);
13
+ --#{$date-picker}__calendar--ZIndex: var(--pf-t--global--z-index--sm);
14
14
  --#{$date-picker}__calendar--Top: calc(100% + var(--pf-t--global--spacer--xs));
15
15
  --#{$date-picker}__calendar--Right: auto;
16
16
  --#{$date-picker}__calendar--Left: 0;
@@ -6,10 +6,10 @@
6
6
  --pf-v6-c-drawer__content--BackgroundColor: transparent;
7
7
  --pf-v6-c-drawer__content--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
8
  --pf-v6-c-drawer__content--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
9
- --pf-v6-c-drawer__content--ZIndex: var(--pf-t--global--Zindex--xs);
9
+ --pf-v6-c-drawer__content--ZIndex: var(--pf-t--global--z-index--xs);
10
10
  --pf-v6-c-drawer__panel--MinWidth: 50%;
11
11
  --pf-v6-c-drawer__panel--MaxHeight: auto;
12
- --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--Zindex--sm);
12
+ --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
13
13
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
14
14
  --pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
15
15
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
@@ -14,12 +14,12 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
14
14
  --#{$drawer}__content--BackgroundColor: transparent;
15
15
  --#{$drawer}__content--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
16
16
  --#{$drawer}__content--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
17
- --#{$drawer}__content--ZIndex: var(--pf-t--global--Zindex--xs);
17
+ --#{$drawer}__content--ZIndex: var(--pf-t--global--z-index--xs);
18
18
 
19
19
  // Panel
20
20
  --#{$drawer}__panel--MinWidth: 50%; // change to __panel--md--MinWidth at breaking change
21
21
  --#{$drawer}__panel--MaxHeight: auto;
22
- --#{$drawer}__panel--ZIndex: var(--pf-t--global--Zindex--sm);
22
+ --#{$drawer}__panel--ZIndex: var(--pf-t--global--z-index--sm);
23
23
  --#{$drawer}__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
24
24
  --#{$drawer}__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
25
25
  --#{$drawer}__panel--RowGap: var(--pf-t--global--spacer--sm);
@@ -98,7 +98,7 @@
98
98
  --pf-v6-c-dropdown__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
99
99
  --pf-v6-c-dropdown__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
100
100
  --pf-v6-c-dropdown__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
101
- --pf-v6-c-dropdown__menu--ZIndex: var(--pf-t--global--Zindex--sm);
101
+ --pf-v6-c-dropdown__menu--ZIndex: var(--pf-t--global--z-index--sm);
102
102
  --pf-v6-c-dropdown--m-top__menu--Top: 0;
103
103
  --pf-v6-c-dropdown--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
104
104
  --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
@@ -135,7 +135,7 @@
135
135
  --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft: var(--pf-v6-global--spacer--xs);
136
136
  --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginRight: 0;
137
137
  --pf-v6-c-dropdown--c-menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
138
- --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-t--global--Zindex--sm);
138
+ --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-t--global--z-index--sm);
139
139
  --pf-v6-c-dropdown--m-top--c-menu--Top: 0;
140
140
  --pf-v6-c-dropdown--m-top--c-menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
141
141
  --pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth: 0;
@@ -124,7 +124,7 @@ $pf-v6-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
124
124
  --#{$dropdown}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm);
125
125
  --#{$dropdown}__menu--PaddingBottom: var(--#{$pf-global}--spacer--sm);
126
126
  --#{$dropdown}__menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs)); // The top of the menu must be pushed down to create space between the toggle and menu
127
- --#{$dropdown}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
127
+ --#{$dropdown}__menu--ZIndex: var(--pf-t--global--z-index--sm);
128
128
  --#{$dropdown}--m-top__menu--Top: 0;
129
129
  --#{$dropdown}--m-top__menu--TranslateY: calc(-100% - var(--#{$pf-global}--spacer--xs)); // The "dropup" menu must be transformed up and this calculates how much to create space between the toggle and menu
130
130
 
@@ -175,7 +175,7 @@ $pf-v6-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
175
175
 
176
176
  // menu
177
177
  --#{$dropdown}--c-menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs)); // The top of the menu must be pushed down to create space between the toggle and menu
178
- --#{$dropdown}--c-menu--ZIndex: var(--pf-t--global--Zindex--sm);
178
+ --#{$dropdown}--c-menu--ZIndex: var(--pf-t--global--z-index--sm);
179
179
  --#{$dropdown}--m-top--c-menu--Top: 0;
180
180
  --#{$dropdown}--m-top--c-menu--TranslateY: calc(-100% - var(--#{$pf-global}--spacer--xs)); // The "dropup" menu must be transformed up and this calculates how much to create space between the toggle and menu
181
181
 
@@ -71,7 +71,7 @@
71
71
  --pf-v6-c-menu--Color: var(--pf-t--global--text--color--regular);
72
72
  --pf-v6-c-menu--BorderRadius: var(--pf-t--global--border--radius--small);
73
73
  --pf-v6-c-menu--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
74
- --pf-v6-c-menu--ZIndex: var(--pf-t--global--Zindex--sm);
74
+ --pf-v6-c-menu--ZIndex: var(--pf-t--global--z-index--sm);
75
75
  --pf-v6-c-menu--button--disabled--Color: var(--pf-t--global--text--color--disabled);
76
76
  --pf-v6-c-menu--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
77
77
  --pf-v6-c-menu--m-plain--BoxShadow: none;
@@ -134,22 +134,22 @@
134
134
  --pf-v6-c-menu--m-flyout__menu--top-offset: 0px;
135
135
  --pf-v6-c-menu--m-flyout__menu--left-offset: 0px;
136
136
  --pf-v6-c-menu--m-flyout__menu--m-left--right-offset: 0px;
137
- --pf-v6-c-menu--m-flyout__Zindex: var(--pf-t--global--Zindex--sm);
137
+ --pf-v6-c-menu--m-flyout__Zindex: var(--pf-t--global--z-index--sm);
138
138
  --pf-v6-c-menu--m-flyout__menu--Top: calc(var(--pf-v6-c-menu__list--PaddingBlockStart) * -1 + var(--pf-v6-c-menu--m-flyout__menu--top-offset));
139
139
  --pf-v6-c-menu--m-flyout__menu--Right: auto;
140
140
  --pf-v6-c-menu--m-flyout__menu--Bottom: auto;
141
141
  --pf-v6-c-menu--m-flyout__menu--Left: calc(100% + var(--pf-v6-c-menu--m-flyout__menu--left-offset));
142
142
  --pf-v6-c-menu--m-flyout__menu--m-top--Bottom: calc(var(--pf-v6-c-menu__list--PaddingBlockStart) * -1);
143
143
  --pf-v6-c-menu--m-flyout__menu--m-left--Right: calc(100% + var(--pf-v6-c-menu--m-flyout__menu--m-left--right-offset));
144
- --pf-v6-c-menu--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transitionDuration);
145
- --pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
144
+ --pf-v6-c-menu--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transition--duration);
145
+ --pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transition--duration);
146
146
  --pf-v6-c-menu--m-drilldown__content--Transition: transform var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform), height var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--height);
147
147
  --pf-v6-c-menu--m-drilldown--c-menu--Top: 0;
148
- --pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
148
+ --pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transition--duration);
149
149
  --pf-v6-c-menu--m-drilldown--c-menu--Transition: transform var(--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform);
150
- --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
150
+ --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transition--duration);
151
151
  --pf-v6-c-menu--m-drilldown__list--Transition: transform var(--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform);
152
- --pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--Zindex--xs);
152
+ --pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--z-index--xs);
153
153
  }
154
154
 
155
155
  .pf-v6-c-menu__content,
@@ -11,7 +11,7 @@
11
11
  --#{$menu}--Color: var(--pf-t--global--text--color--regular);
12
12
  --#{$menu}--BorderRadius: var(--pf-t--global--border--radius--small);
13
13
  --#{$menu}--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
14
- --#{$menu}--ZIndex: var(--pf-t--global--Zindex--sm);
14
+ --#{$menu}--ZIndex: var(--pf-t--global--z-index--sm);
15
15
  --#{$menu}--button--disabled--Color: var(--pf-t--global--text--color--disabled);
16
16
  --#{$menu}--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
17
17
 
@@ -112,7 +112,7 @@
112
112
  --#{$menu}--m-flyout__menu--m-left--right-offset: 0px;
113
113
 
114
114
  // * Menu flyout
115
- --#{$menu}--m-flyout__Zindex: var(--pf-t--global--Zindex--sm);
115
+ --#{$menu}--m-flyout__Zindex: var(--pf-t--global--z-index--sm);
116
116
  --#{$menu}--m-flyout__menu--Top: calc(var(--#{$menu}__list--PaddingBlockStart) * -1 + var(--#{$menu}--m-flyout__menu--top-offset));
117
117
  --#{$menu}--m-flyout__menu--Right: auto;
118
118
  --#{$menu}--m-flyout__menu--Bottom: auto;
@@ -121,21 +121,21 @@
121
121
  --#{$menu}--m-flyout__menu--m-left--Right: calc(100% + var(--#{$menu}--m-flyout__menu--m-left--right-offset));
122
122
 
123
123
  // * Menu drilldown content
124
- --#{$menu}--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transitionDuration);
125
- --#{$menu}--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
124
+ --#{$menu}--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transition--duration);
125
+ --#{$menu}--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transition--duration);
126
126
  --#{$menu}--m-drilldown__content--Transition: transform var(--#{$menu}--m-drilldown__content--TransitionDuration--transform), height var(--#{$menu}--m-drilldown__content--TransitionDuration--height);
127
127
 
128
128
  // * Menu drilldown menu
129
129
  --#{$menu}--m-drilldown--c-menu--Top: 0;
130
- --#{$menu}--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
130
+ --#{$menu}--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transition--duration);
131
131
  --#{$menu}--m-drilldown--c-menu--Transition: transform var(--#{$menu}--m-drilldown--c-menu--TransitionDuration--transform);
132
132
 
133
133
  // * Menu drilldown list
134
- --#{$menu}--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
134
+ --#{$menu}--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transition--duration);
135
135
  --#{$menu}--m-drilldown__list--Transition: transform var(--#{$menu}--m-drilldown__list--TransitionDuration--transform);
136
136
 
137
137
  // * Menu drilled in
138
- --#{$menu}--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--Zindex--xs);
138
+ --#{$menu}--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--z-index--xs);
139
139
  }
140
140
 
141
141
  // - Menu shared display flex
@@ -13,7 +13,7 @@
13
13
  --pf-v6-c-menu-toggle--BorderRadius: var(--pf-t--global--border--radius--small);
14
14
  --pf-v6-c-menu-toggle--BorderColor: var(--pf-t--global--border--color--default);
15
15
  --pf-v6-c-menu-toggle--BorderWidth: var(--pf-t--global--border--width--button--default);
16
- --pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--Zindex--xs);
16
+ --pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--z-index--xs);
17
17
  --pf-v6-c-menu-toggle--hover--Color: var(--pf-t--global--text--color--regular);
18
18
  --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-t--global--background--color--control--default);
19
19
  --pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--button--default);
@@ -23,7 +23,7 @@
23
23
  --#{$menu-toggle}--BorderRadius: var(--pf-t--global--border--radius--small);
24
24
  --#{$menu-toggle}--BorderColor: var(--pf-t--global--border--color--default);
25
25
  --#{$menu-toggle}--BorderWidth: var(--pf-t--global--border--width--button--default);
26
- --#{$menu-toggle}--border--ZIndex: var(--pf-t--global--Zindex--xs); // add z-index for toggle border to render above other borders
26
+ --#{$menu-toggle}--border--ZIndex: var(--pf-t--global--z-index--xs); // add z-index for toggle border to render above other borders
27
27
 
28
28
  // * Menu toggle hover
29
29
  --#{$menu-toggle}--hover--Color: var(--pf-t--global--text--color--regular);
@@ -2,7 +2,7 @@
2
2
  --pf-v6-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
3
3
  --pf-v6-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
4
4
  --pf-v6-c-modal-box--BoxShadow: var(--pf-t--global--box-shadow--lg);
5
- --pf-v6-c-modal-box--ZIndex: var(--pf-t--global--Zindex--xl);
5
+ --pf-v6-c-modal-box--ZIndex: var(--pf-t--global--z-index--xl);
6
6
  --pf-v6-c-modal-box--Width: 100%;
7
7
  --pf-v6-c-modal-box--MaxWidth: calc(100% - var(--pf-t--global--spacer--xl));
8
8
  --pf-v6-c-modal-box--m-sm--sm--MaxWidth: 35rem;
@@ -4,7 +4,7 @@
4
4
  --#{$modal-box}--BackgroundColor: var(--pf-t--global--background--color--floating--default);
5
5
  --#{$modal-box}--BorderRadius: var(--pf-t--global--border--radius--large);
6
6
  --#{$modal-box}--BoxShadow: var(--pf-t--global--box-shadow--lg);
7
- --#{$modal-box}--ZIndex: var(--pf-t--global--Zindex--xl); // TODO use a z-index token
7
+ --#{$modal-box}--ZIndex: var(--pf-t--global--z-index--xl); // TODO use a z-index token
8
8
  --#{$modal-box}--Width: 100%;
9
9
  --#{$modal-box}--MaxWidth: calc(100% - var(--pf-t--global--spacer--xl)); // Ensure modal has gutters at full width
10
10
  --#{$modal-box}--m-sm--sm--MaxWidth: #{pf-size-prem(560px)}; // MaxWidth is based on optimal line length for reading
@@ -6,7 +6,7 @@
6
6
  --pf-v6-c-notification-drawer__header--PaddingBottom: var(--pf-t--global--spacer--md);
7
7
  --pf-v6-c-notification-drawer__header--PaddingLeft: var(--pf-t--global--spacer--lg);
8
8
  --pf-v6-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
9
- --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--Zindex--sm);
9
+ --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--z-index--sm);
10
10
  --pf-v6-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
11
11
  --pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
12
12
  --pf-v6-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
@@ -15,7 +15,7 @@
15
15
  --pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
16
16
  --pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
17
17
  --pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
18
- --pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--Zindex--xs);
18
+ --pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
19
19
  --pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
20
20
  --pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
21
21
  --pf-v6-c-notification-drawer__list--Gap: var(--pf-t--global--spacer--sm);
@@ -10,7 +10,7 @@
10
10
  --#{$notification-drawer}__header--PaddingBottom: var(--pf-t--global--spacer--md);
11
11
  --#{$notification-drawer}__header--PaddingLeft: var(--pf-t--global--spacer--lg);
12
12
  --#{$notification-drawer}__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
13
- --#{$notification-drawer}__header--ZIndex: var(--pf-t--global--Zindex--sm);
13
+ --#{$notification-drawer}__header--ZIndex: var(--pf-t--global--z-index--sm);
14
14
  --#{$notification-drawer}__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
15
15
  --#{$notification-drawer}__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
16
16
  --#{$notification-drawer}__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
@@ -21,7 +21,7 @@
21
21
  --#{$notification-drawer}__header-status--Color: var(--pf-t--global--text--color--subtle);
22
22
 
23
23
  // Body
24
- --#{$notification-drawer}__body--ZIndex: var(--pf-t--global--Zindex--xs);
24
+ --#{$notification-drawer}__body--ZIndex: var(--pf-t--global--z-index--xs);
25
25
  --#{$notification-drawer}__body--PaddingBlockStart: 0; // TODO var(--pf-t--global--spacer--sm);
26
26
  --#{$notification-drawer}__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
27
27
 
@@ -40,7 +40,7 @@
40
40
  --pf-v6-c-options-menu__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
41
41
  --pf-v6-c-options-menu__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
42
42
  --pf-v6-c-options-menu__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
43
- --pf-v6-c-options-menu__menu--ZIndex: var(--pf-t--global--Zindex--sm);
43
+ --pf-v6-c-options-menu__menu--ZIndex: var(--pf-t--global--z-index--sm);
44
44
  --pf-v6-c-options-menu--m-top__menu--Top: 0;
45
45
  --pf-v6-c-options-menu--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
46
46
  --pf-v6-c-options-menu__menu-item--BackgroundColor: transparent;
@@ -49,7 +49,7 @@
49
49
  --#{$options-menu}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm);
50
50
  --#{$options-menu}__menu--PaddingBottom: var(--#{$pf-global}--spacer--sm);
51
51
  --#{$options-menu}__menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs));
52
- --#{$options-menu}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
52
+ --#{$options-menu}__menu--ZIndex: var(--pf-t--global--z-index--sm);
53
53
  --#{$options-menu}--m-top__menu--Top: 0;
54
54
  --#{$options-menu}--m-top__menu--TranslateY: calc(-100% - var(--#{$pf-global}--spacer--xs)); // The "dropup" menu must be transformed up and this calculates how much to create space between the toggle and menu
55
55