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

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 (73) hide show
  1. package/base/_variables.scss +6 -6
  2. package/base/patternfly-variables.css +18 -18
  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/ContextSelector/context-selector.css +1 -1
  18. package/components/ContextSelector/context-selector.scss +1 -1
  19. package/components/DatePicker/date-picker.css +1 -1
  20. package/components/DatePicker/date-picker.scss +1 -1
  21. package/components/Drawer/drawer.css +2 -2
  22. package/components/Drawer/drawer.scss +2 -2
  23. package/components/Dropdown/dropdown.css +2 -2
  24. package/components/Dropdown/dropdown.scss +2 -2
  25. package/components/Menu/menu.css +3 -3
  26. package/components/Menu/menu.scss +3 -3
  27. package/components/MenuToggle/menu-toggle.css +1 -1
  28. package/components/MenuToggle/menu-toggle.scss +1 -1
  29. package/components/ModalBox/modal-box.css +1 -1
  30. package/components/ModalBox/modal-box.scss +1 -1
  31. package/components/NotificationDrawer/notification-drawer.css +2 -2
  32. package/components/NotificationDrawer/notification-drawer.scss +2 -2
  33. package/components/OptionsMenu/options-menu.css +1 -1
  34. package/components/OptionsMenu/options-menu.scss +1 -1
  35. package/components/Page/page.css +7 -7
  36. package/components/Page/page.scss +7 -7
  37. package/components/Panel/panel.css +1 -1
  38. package/components/Panel/panel.scss +1 -1
  39. package/components/ProgressStepper/progress-stepper.css +1 -1
  40. package/components/ProgressStepper/progress-stepper.scss +1 -1
  41. package/components/Select/select.css +1 -1
  42. package/components/Select/select.scss +1 -1
  43. package/components/Sidebar/sidebar.css +1 -1
  44. package/components/Sidebar/sidebar.scss +1 -1
  45. package/components/SkipToContent/skip-to-content.css +1 -1
  46. package/components/SkipToContent/skip-to-content.scss +1 -1
  47. package/components/Slider/slider.css +1 -1
  48. package/components/Slider/slider.scss +1 -1
  49. package/components/Table/table-scrollable.css +1 -1
  50. package/components/Table/table-scrollable.scss +1 -1
  51. package/components/Table/table.css +3 -3
  52. package/components/Table/table.scss +3 -3
  53. package/components/Tabs/tabs.css +1 -1
  54. package/components/Tabs/tabs.scss +1 -1
  55. package/components/ToggleGroup/toggle-group.css +3 -3
  56. package/components/ToggleGroup/toggle-group.scss +3 -3
  57. package/components/Toolbar/toolbar.css +2 -2
  58. package/components/Toolbar/toolbar.scss +2 -2
  59. package/components/TreeView/tree-view.css +1 -1
  60. package/components/TreeView/tree-view.scss +1 -1
  61. package/components/Wizard/wizard.css +3 -3
  62. package/components/Wizard/wizard.scss +3 -3
  63. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  64. package/package.json +1 -1
  65. package/patternfly-base-no-globals-theme-dark-unversioned.css +18 -18
  66. package/patternfly-base-no-globals.css +18 -18
  67. package/patternfly-base-theme-dark-unversioned.css +18 -18
  68. package/patternfly-base.css +18 -18
  69. package/patternfly-no-globals.css +64 -64
  70. package/patternfly-theme-dark-unversioned.css +64 -64
  71. package/patternfly.css +64 -64
  72. package/patternfly.min.css +1 -1
  73. package/patternfly.min.css.map +1 -1
@@ -11,7 +11,7 @@
11
11
  --pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
12
12
  --pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--regular);
13
13
  --pf-v6-c-panel--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
14
- --pf-v6-c-panel--m-raised--ZIndex: var(--pf-t--global--Zindex--sm);
14
+ --pf-v6-c-panel--m-raised--ZIndex: var(--pf-t--global--z-index--sm);
15
15
  --pf-v6-c-panel--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
16
16
  --pf-v6-c-panel__header--PaddingTop: var(--pf-t--global--spacer--md);
17
17
  --pf-v6-c-panel__header--PaddingRight: var(--pf-t--global--spacer--md);
@@ -21,7 +21,7 @@
21
21
 
22
22
  // raised
23
23
  --#{$panel}--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
24
- --#{$panel}--m-raised--ZIndex: var(--pf-t--global--Zindex--sm);
24
+ --#{$panel}--m-raised--ZIndex: var(--pf-t--global--z-index--sm);
25
25
  --#{$panel}--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
26
26
 
27
27
  // header
@@ -61,7 +61,7 @@
61
61
  --pf-v6-c-progress-stepper--m-center__step-description--MarginLeft: 0;
62
62
  --pf-v6-c-progress-stepper--GridTemplateRows: auto 1fr;
63
63
  --pf-v6-c-progress-stepper__step-connector--JustifyContent: flex-start;
64
- --pf-v6-c-progress-stepper__step-icon--ZIndex: var(--pf-t--global--Zindex--xs);
64
+ --pf-v6-c-progress-stepper__step-icon--ZIndex: var(--pf-t--global--z-index--xs);
65
65
  --pf-v6-c-progress-stepper__step-icon--Width: 1.5rem;
66
66
  --pf-v6-c-progress-stepper__step-icon--Height: var(--pf-v6-c-progress-stepper__step-icon--Width);
67
67
  --pf-v6-c-progress-stepper__step-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
@@ -139,7 +139,7 @@ $pf-v6-c-progress-stepper--breakpoint-map: build-breakpoint-map();
139
139
  --#{$progress-stepper}__step-connector--JustifyContent: flex-start;
140
140
 
141
141
  // Step icon variables
142
- --#{$progress-stepper}__step-icon--ZIndex: var(--pf-t--global--Zindex--xs);
142
+ --#{$progress-stepper}__step-icon--ZIndex: var(--pf-t--global--z-index--xs);
143
143
  --#{$progress-stepper}__step-icon--Width: #{pf-size-prem(24px)};
144
144
  --#{$progress-stepper}__step-icon--Height: var(--#{$progress-stepper}__step-icon--Width);
145
145
  --#{$progress-stepper}__step-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
@@ -92,7 +92,7 @@
92
92
  --pf-v6-c-select__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
93
93
  --pf-v6-c-select__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
94
94
  --pf-v6-c-select__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
95
- --pf-v6-c-select__menu--ZIndex: var(--pf-t--global--Zindex--sm);
95
+ --pf-v6-c-select__menu--ZIndex: var(--pf-t--global--z-index--sm);
96
96
  --pf-v6-c-select__menu--Width: auto;
97
97
  --pf-v6-c-select__menu--MinWidth: 100%;
98
98
  --pf-v6-c-select__menu--m-top--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
@@ -109,7 +109,7 @@
109
109
  --#{$select}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm);
110
110
  --#{$select}__menu--PaddingBottom: var(--#{$pf-global}--spacer--sm);
111
111
  --#{$select}__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
112
- --#{$select}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
112
+ --#{$select}__menu--ZIndex: var(--pf-t--global--z-index--sm);
113
113
  --#{$select}__menu--Width: auto;
114
114
  --#{$select}__menu--MinWidth: 100%;
115
115
  --#{$select}__menu--m-top--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
@@ -59,7 +59,7 @@
59
59
  --pf-v6-c-sidebar__panel--md--FlexBasis: 15.625rem;
60
60
  --pf-v6-c-sidebar__panel--m-split--FlexBasis: 15.625rem;
61
61
  --pf-v6-c-sidebar__panel--m-stack--FlexBasis: auto;
62
- --pf-v6-c-sidebar__panel--ZIndex: var(--pf-t--global--Zindex--xs);
62
+ --pf-v6-c-sidebar__panel--ZIndex: var(--pf-t--global--z-index--xs);
63
63
  --pf-v6-c-sidebar__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
64
64
  --pf-v6-c-sidebar__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
65
65
  --pf-v6-c-sidebar__content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -85,7 +85,7 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
85
85
  --#{$sidebar}__panel--md--FlexBasis: #{pf-size-prem(250px)};
86
86
  --#{$sidebar}__panel--m-split--FlexBasis: #{pf-size-prem(250px)};
87
87
  --#{$sidebar}__panel--m-stack--FlexBasis: auto;
88
- --#{$sidebar}__panel--ZIndex: var(--pf-t--global--Zindex--xs);
88
+ --#{$sidebar}__panel--ZIndex: var(--pf-t--global--z-index--xs);
89
89
  --#{$sidebar}__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
90
90
  --#{$sidebar}__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
91
91
 
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  --pf-v6-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
3
- --pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--Zindex--2xl);
3
+ --pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--z-index--2xl);
4
4
  --pf-v6-c-skip-to-content--focus--Left: var(--pf-t--global--spacer--md);
5
5
  }
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  :root {
4
4
  --#{$skip-to-content}--Top: var(--pf-t--global--spacer--md);
5
- --#{$skip-to-content}--ZIndex: var(--pf-t--global--Zindex--2xl);
5
+ --#{$skip-to-content}--ZIndex: var(--pf-t--global--z-index--2xl);
6
6
  --#{$skip-to-content}--focus--Left: var(--pf-t--global--spacer--md);
7
7
  }
8
8
 
@@ -52,7 +52,7 @@
52
52
  --pf-v6-c-slider__value--m-floating--TranslateX: -50%;
53
53
  --pf-v6-c-slider__value--m-floating--TranslateY: -100%;
54
54
  --pf-v6-c-slider__value--m-floating--Left: var(--pf-v6-c-slider--value);
55
- --pf-v6-c-slider__value--m-floating--ZIndex: var(--pf-t--global--Zindex--sm);
55
+ --pf-v6-c-slider__value--m-floating--ZIndex: var(--pf-t--global--z-index--sm);
56
56
  --pf-v6-c-slider__actions--MarginRight: var(--pf-t--global--spacer--sm);
57
57
  --pf-v6-c-slider__main--actions--MarginLeft: var(--pf-t--global--spacer--sm);
58
58
  --pf-v6-c-slider--m-disabled__rail-track--before--fill--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
@@ -66,7 +66,7 @@
66
66
  --#{$slider}__value--m-floating--TranslateX: -50%;
67
67
  --#{$slider}__value--m-floating--TranslateY: -100%;
68
68
  --#{$slider}__value--m-floating--Left: var(--#{$slider}--value);
69
- --#{$slider}__value--m-floating--ZIndex: var(--pf-t--global--Zindex--sm);
69
+ --#{$slider}__value--m-floating--ZIndex: var(--pf-t--global--z-index--sm);
70
70
 
71
71
  // actions
72
72
  --#{$slider}__actions--MarginRight: var(--pf-t--global--spacer--sm);
@@ -2,7 +2,7 @@
2
2
  :where(.pf-v6-c-table) {
3
3
  --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
4
4
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
5
- --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
5
+ --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--z-index--xs);
6
6
  --pf-v6-c-table__sticky-cell--Right: auto;
7
7
  --pf-v6-c-table__sticky-cell--Left: auto;
8
8
  --pf-v6-c-table__sticky-cell--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -3,7 +3,7 @@
3
3
  :where(.#{$table}) {
4
4
  --#{$table}__sticky-cell--MinWidth--base: #{pf-size-prem(140px)};
5
5
  --#{$table}__sticky-cell--MinWidth: var(--#{$table}__sticky-cell--MinWidth--base);
6
- --#{$table}__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
6
+ --#{$table}__sticky-cell--ZIndex: var(--pf-t--global--z-index--xs);
7
7
  --#{$table}__sticky-cell--Right: auto;
8
8
  --#{$table}__sticky-cell--Left: auto;
9
9
  --#{$table}__sticky-cell--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -177,9 +177,9 @@
177
177
  --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
178
178
  --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
179
179
  --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
180
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
181
- --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
182
- --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
180
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
181
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
182
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
183
183
  }
184
184
 
185
185
  .pf-v6-c-table {
@@ -219,9 +219,9 @@
219
219
  --#{$table}--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
220
220
 
221
221
  // * Table sticky header
222
- --#{$table}--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
223
- --#{$table}--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
224
- --#{$table}--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
222
+ --#{$table}--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
223
+ --#{$table}--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
224
+ --#{$table}--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
225
225
  }
226
226
 
227
227
  // TODO: update grouping comments to // Table {element}
@@ -34,7 +34,7 @@
34
34
  --pf-v6-c-tabs--m-box__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--default);
35
35
  --pf-v6-c-tabs--m-box--m-secondary__item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
36
36
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
37
- --pf-v6-c-tabs__item--m-action--before--ZIndex: var(--pf-t--global--Zindex--sm);
37
+ --pf-v6-c-tabs__item--m-action--before--ZIndex: var(--pf-t--global--z-index--sm);
38
38
  --pf-v6-c-tabs__link--Color: var(--pf-t--global--text--color--subtle);
39
39
  --pf-v6-c-tabs__link--FontSize: var(--pf-t--global--font--size--sm);
40
40
  --pf-v6-c-tabs__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
@@ -48,7 +48,7 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
48
48
  --#{$tabs}--m-box__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--default);
49
49
  --#{$tabs}--m-box--m-secondary__item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
50
50
  --#{$tabs}--m-box--m-secondary__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
51
- --#{$tabs}__item--m-action--before--ZIndex: var(--pf-t--global--Zindex--sm);
51
+ --#{$tabs}__item--m-action--before--ZIndex: var(--pf-t--global--z-index--sm);
52
52
 
53
53
  // Tabs link
54
54
  --#{$tabs}__link--Color: var(--pf-t--global--text--color--subtle);
@@ -10,7 +10,7 @@
10
10
  --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
11
11
  --pf-v6-c-toggle-group__button--ZIndex: auto;
12
12
  --pf-v6-c-toggle-group__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
13
- --pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--Zindex--xs);
13
+ --pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--z-index--xs);
14
14
  --pf-v6-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
15
15
  --pf-v6-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
16
16
  --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
@@ -24,12 +24,12 @@
24
24
  --pf-v6-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
25
25
  --pf-v6-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
26
26
  --pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
27
- --pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--Zindex--xs);
27
+ --pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--z-index--xs);
28
28
  --pf-v6-c-toggle-group__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
29
29
  --pf-v6-c-toggle-group__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
30
30
  --pf-v6-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
31
31
  --pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
32
- --pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--Zindex--xs);
32
+ --pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--z-index--xs);
33
33
  --pf-v6-c-toggle-group--m-compact__button--PaddingTop: 0;
34
34
  --pf-v6-c-toggle-group--m-compact__button--PaddingRight: var(--pf-t--global--spacer--sm);
35
35
  --pf-v6-c-toggle-group--m-compact__button--PaddingBottom: 0;
@@ -13,7 +13,7 @@
13
13
  --#{$toggle-group}__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
14
14
  --#{$toggle-group}__button--ZIndex: auto;
15
15
  --#{$toggle-group}__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
16
- --#{$toggle-group}__button--hover--ZIndex: var(--pf-t--global--Zindex--xs);
16
+ --#{$toggle-group}__button--hover--ZIndex: var(--pf-t--global--z-index--xs);
17
17
  --#{$toggle-group}__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
18
18
  --#{$toggle-group}__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
19
19
  --#{$toggle-group}__button--before--BorderColor: var(--pf-t--global--border--color--default);
@@ -33,14 +33,14 @@
33
33
  --#{$toggle-group}__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
34
34
  --#{$toggle-group}__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
35
35
  --#{$toggle-group}__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
36
- --#{$toggle-group}__button--m-selected--ZIndex: var(--pf-t--global--Zindex--xs);
36
+ --#{$toggle-group}__button--m-selected--ZIndex: var(--pf-t--global--z-index--xs);
37
37
 
38
38
  // disabled
39
39
  --#{$toggle-group}__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
40
40
  --#{$toggle-group}__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
41
41
  --#{$toggle-group}__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
42
42
  --#{$toggle-group}__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
43
- --#{$toggle-group}__button--disabled--ZIndex: var(--pf-t--global--Zindex--xs);
43
+ --#{$toggle-group}__button--disabled--ZIndex: var(--pf-t--global--z-index--xs);
44
44
 
45
45
  // Compact
46
46
  --#{$toggle-group}--m-compact__button--PaddingTop: 0;
@@ -93,10 +93,10 @@
93
93
  --pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
94
94
  --pf-v6-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
95
95
  --pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-toolbar--PaddingInline);
96
- --pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--Zindex--xs);
96
+ --pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--xs);
97
97
  --pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
98
98
  --pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
99
- --pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--Zindex--xs);
99
+ --pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
100
100
  --pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
101
101
  --pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
102
102
  --pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
@@ -38,12 +38,12 @@ $pf-v6--include-toolbar-breakpoints: true !default;
38
38
  --#{$toolbar}__content--PaddingInline: var(--#{$toolbar}--PaddingInline);
39
39
 
40
40
  // * Toolbar expandable content
41
- --#{$toolbar}__expandable-content--ZIndex: var(--pf-t--global--Zindex--xs);
41
+ --#{$toolbar}__expandable-content--ZIndex: var(--pf-t--global--z-index--xs);
42
42
  --#{$toolbar}__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
43
43
  --#{$toolbar}__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
44
44
 
45
45
  // * Toolbar sticky
46
- --#{$toolbar}--m-sticky--ZIndex: var(--pf-t--global--Zindex--xs);
46
+ --#{$toolbar}--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
47
47
  --#{$toolbar}--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
48
48
  --#{$toolbar}--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
49
49
 
@@ -56,7 +56,7 @@
56
56
  --pf-v6-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-v6-c-tree-view--m-guides--guide-color--base);
57
57
  --pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-v6-c-tree-view--m-guides__node--before--Top);
58
58
  --pf-v6-c-tree-view--m-guides__list-item--last-child--before--Height: var(--pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top);
59
- --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--Zindex--xs);
59
+ --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--z-index--xs);
60
60
  --pf-v6-c-tree-view--m-guides__node--before--Width: 1rem;
61
61
  --pf-v6-c-tree-view--m-guides__node--before--Height: var(--pf-v6-c-tree-view--m-guides--guide-width--base);
62
62
  --pf-v6-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -95,7 +95,7 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
95
95
  --#{$tree-view}--m-guides__list-item--before--BackgroundColor: var(--#{$tree-view}--m-guides--guide-color--base);
96
96
  --#{$tree-view}--m-guides__list-item--last-child--before--Top: var(--#{$tree-view}--m-guides__node--before--Top);
97
97
  --#{$tree-view}--m-guides__list-item--last-child--before--Height: var(--#{$tree-view}--m-guides__list-item--last-child--before--Top);
98
- --#{$tree-view}--m-guides__list-item--ZIndex: var(--pf-t--global--Zindex--xs);
98
+ --#{$tree-view}--m-guides__list-item--ZIndex: var(--pf-t--global--z-index--xs);
99
99
 
100
100
  // Node
101
101
  --#{$tree-view}--m-guides__node--before--Width: #{pf-size-prem(16px)};
@@ -53,7 +53,7 @@
53
53
  --pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
54
54
  --pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);
55
55
  --pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);
56
- --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--Zindex--xs);
56
+ --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);
57
57
  --pf-v6-c-wizard__toggle--PaddingTop: var(--pf-t--global--spacer--lg);
58
58
  --pf-v6-c-wizard__toggle--PaddingRight: var(--pf-t--global--spacer--md);
59
59
  --pf-v6-c-wizard__toggle--PaddingBottom: var(--pf-t--global--spacer--lg);
@@ -70,7 +70,7 @@
70
70
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
71
71
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
72
72
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
73
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--Zindex--xs);
73
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
74
74
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
75
75
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
76
76
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -93,7 +93,7 @@
93
93
  --pf-v6-c-wizard__main-body--PaddingBottom: var(--pf-t--global--spacer--lg);
94
94
  --pf-v6-c-wizard__main-body--PaddingLeft: var(--pf-t--global--spacer--lg);
95
95
  --pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);
96
- --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--Zindex--xs);
96
+ --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);
97
97
  --pf-v6-c-wizard__footer--PaddingTop: var(--pf-t--global--spacer--lg);
98
98
  --pf-v6-c-wizard__footer--PaddingRight: var(--pf-t--global--spacer--lg);
99
99
  --pf-v6-c-wizard__footer--PaddingBottom: var(--pf-t--global--spacer--md);
@@ -73,7 +73,7 @@
73
73
 
74
74
  // Toggle
75
75
  --#{$wizard}__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);
76
- --#{$wizard}__toggle--ZIndex: var(--pf-t--global--Zindex--xs);
76
+ --#{$wizard}__toggle--ZIndex: var(--pf-t--global--z-index--xs);
77
77
  --#{$wizard}__toggle--PaddingTop: var(--pf-t--global--spacer--lg);
78
78
  --#{$wizard}__toggle--PaddingRight: var(--pf-t--global--spacer--md);
79
79
  --#{$wizard}__toggle--PaddingBottom: var(--pf-t--global--spacer--lg);
@@ -102,7 +102,7 @@
102
102
  --#{$wizard}__toggle--m-expanded__toggle-icon--Rotate: 180deg;
103
103
 
104
104
  // Nav
105
- --#{$wizard}__nav--ZIndex: var(--pf-t--global--Zindex--xs);
105
+ --#{$wizard}__nav--ZIndex: var(--pf-t--global--z-index--xs);
106
106
  --#{$wizard}__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
107
107
  --#{$wizard}__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
108
108
  --#{$wizard}__nav--Width: 100%;
@@ -142,7 +142,7 @@
142
142
 
143
143
  // Footer
144
144
  --#{$wizard}__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);
145
- --#{$wizard}__footer--ZIndex: var(--pf-t--global--Zindex--xs);
145
+ --#{$wizard}__footer--ZIndex: var(--pf-t--global--z-index--xs);
146
146
  --#{$wizard}__footer--PaddingTop: var(--pf-t--global--spacer--lg);
147
147
  --#{$wizard}__footer--PaddingRight: var(--pf-t--global--spacer--lg);
148
148
  --#{$wizard}__footer--PaddingBottom: var(--pf-t--global--spacer--md);
@@ -7,7 +7,7 @@
7
7
  position: absolute;
8
8
  inset-block-start: 40px;
9
9
  width: 100%;
10
- z-index: var(--pf-t--global--Zindex--2xl);
10
+ z-index: var(--pf-t--global--z-index--2xl);
11
11
  }
12
12
 
13
13
  #ws-core-c-text-input-group-search-input-group-advanced-search-expanded-with-autocomplete {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.115",
4
+ "version": "6.0.0-alpha.116",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -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;
@@ -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);
@@ -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;
@@ -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);
@@ -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;
@@ -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);
@@ -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;
@@ -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);