@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
@@ -282,12 +282,12 @@
282
282
  --pf-v6-global--spacer--form-element: 0.375rem;
283
283
  --pf-v6-global--gutter: 1rem;
284
284
  --pf-v6-global--gutter--md: 1.5rem;
285
- --pf-t--global--Zindex--xs: 100;
286
- --pf-t--global--Zindex--sm: 200;
287
- --pf-t--global--Zindex--md: 300;
288
- --pf-t--global--Zindex--lg: 400;
289
- --pf-t--global--Zindex--xl: 500;
290
- --pf-t--global--Zindex--2xl: 600;
285
+ --pf-t--global--z-index--xs: 100;
286
+ --pf-t--global--z-index--sm: 200;
287
+ --pf-t--global--z-index--md: 300;
288
+ --pf-t--global--z-index--lg: 400;
289
+ --pf-t--global--z-index--xl: 500;
290
+ --pf-t--global--z-index--2xl: 600;
291
291
  --pf-v6-global--breakpoint--xs: 0;
292
292
  --pf-v6-global--breakpoint--sm: 576px;
293
293
  --pf-v6-global--breakpoint--md: 768px;
@@ -593,12 +593,12 @@ html .ws-preview {
593
593
  --pf-t--global--box-shadow--X--300: -1px;
594
594
  --pf-t--global--box-shadow--X--200: -4px;
595
595
  --pf-t--global--box-shadow--X--100: -8px;
596
- --pf-t--global--Zindex--600: 600;
597
- --pf-t--global--Zindex--500: 500;
598
- --pf-t--global--Zindex--400: 400;
599
- --pf-t--global--Zindex--300: 300;
600
- --pf-t--global--Zindex--200: 200;
601
- --pf-t--global--Zindex--100: 100;
596
+ --pf-t--global--z-index--600: 600;
597
+ --pf-t--global--z-index--500: 500;
598
+ --pf-t--global--z-index--400: 400;
599
+ --pf-t--global--z-index--300: 300;
600
+ --pf-t--global--z-index--200: 200;
601
+ --pf-t--global--z-index--100: 100;
602
602
  --pf-t--global--font--size--800: 36px;
603
603
  --pf-t--global--font--size--700: 28px;
604
604
  --pf-t--global--font--size--600: 22px;
@@ -732,12 +732,12 @@ html .ws-preview {
732
732
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
733
733
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
734
734
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
735
- --pf-t--global--Zindex--2xl: 600;
736
- --pf-t--global--Zindex--xl: 500;
737
- --pf-t--global--Zindex--lg: 400;
738
- --pf-t--global--Zindex--md: 300;
739
- --pf-t--global--Zindex--sm: 200;
740
- --pf-t--global--Zindex--xs: 100;
735
+ --pf-t--global--z-index--2xl: 600;
736
+ --pf-t--global--z-index--xl: 500;
737
+ --pf-t--global--z-index--lg: 400;
738
+ --pf-t--global--z-index--md: 300;
739
+ --pf-t--global--z-index--sm: 200;
740
+ --pf-t--global--z-index--xs: 100;
741
741
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
742
742
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
743
743
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -6372,7 +6372,7 @@ html .ws-preview {
6372
6372
  --pf-v6-c-about-modal-box__brand--sm--PaddingRight: var(--pf-t--global--spacer--3xl);
6373
6373
  --pf-v6-c-about-modal-box__brand--sm--PaddingLeft: var(--pf-t--global--spacer--3xl);
6374
6374
  --pf-v6-c-about-modal-box__brand--sm--PaddingBottom: var(--pf-t--global--spacer--3xl);
6375
- --pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--Zindex--2xl);
6375
+ --pf-v6-c-about-modal-box__close--ZIndex: var(--pf-t--global--z-index--2xl);
6376
6376
  --pf-v6-c-about-modal-box__close--PaddingTop: var(--pf-t--global--spacer--2xl);
6377
6377
  --pf-v6-c-about-modal-box__close--PaddingRight: var(--pf-t--global--spacer--xl);
6378
6378
  --pf-v6-c-about-modal-box__close--PaddingBottom: var(--pf-t--global--spacer--xl);
@@ -6939,7 +6939,7 @@ html .ws-preview {
6939
6939
  --pf-v6-c-alert-group--m-toast--Top: var(--pf-t--global--spacer--2xl);
6940
6940
  --pf-v6-c-alert-group--m-toast--Right: var(--pf-t--global--spacer--xl);
6941
6941
  --pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
6942
- --pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--Zindex--2xl);
6942
+ --pf-v6-c-alert-group--m-toast--ZIndex: var(--pf-t--global--z-index--2xl);
6943
6943
  --pf-v6-c-alert-group__overflow-button--BorderWidth: 0;
6944
6944
  --pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
6945
6945
  --pf-v6-c-alert-group__overflow-button--PaddingTop: var(--pf-t--global--spacer--md);
@@ -7002,7 +7002,7 @@ html .ws-preview {
7002
7002
  --pf-v6-c-app-launcher__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
7003
7003
  --pf-v6-c-app-launcher__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
7004
7004
  --pf-v6-c-app-launcher__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
7005
- --pf-v6-c-app-launcher__menu--ZIndex: var(--pf-t--global--Zindex--sm);
7005
+ --pf-v6-c-app-launcher__menu--ZIndex: var(--pf-t--global--z-index--sm);
7006
7006
  --pf-v6-c-app-launcher--m-top__menu--Top: 0;
7007
7007
  --pf-v6-c-app-launcher--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
7008
7008
  --pf-v6-c-app-launcher__toggle--PaddingTop: var(--pf-v6-global--spacer--form-element);
@@ -7493,7 +7493,7 @@ html .ws-preview {
7493
7493
  :root,
7494
7494
  .pf-v6-c-backdrop {
7495
7495
  --pf-v6-c-backdrop--Position: fixed;
7496
- --pf-v6-c-backdrop--ZIndex: var(--pf-t--global--Zindex--lg);
7496
+ --pf-v6-c-backdrop--ZIndex: var(--pf-t--global--z-index--lg);
7497
7497
  --pf-v6-c-backdrop--BackgroundColor: var(--pf-t--global--background--color--backdrop--default);
7498
7498
  }
7499
7499
 
@@ -7636,7 +7636,7 @@ html .ws-preview {
7636
7636
  --pf-v6-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
7637
7637
  --pf-v6-c-banner--link--disabled--Color: var(--pf-v6-c-banner--Color);
7638
7638
  --pf-v6-c-banner--link--disabled--TextDecoration: none;
7639
- --pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--Zindex--md);
7639
+ --pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
7640
7640
  --pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
7641
7641
  --pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
7642
7642
  --pf-v6-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
@@ -9939,7 +9939,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
9939
9939
  --pf-v6-c-context-selector--m-plain__toggle-icon--Color: var(--pf-v6-global--Color--200);
9940
9940
  --pf-v6-c-context-selector--m-plain--hover__toggle-icon--Color: var(--pf-v6-global--Color--100);
9941
9941
  --pf-v6-c-context-selector__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
9942
- --pf-v6-c-context-selector__menu--ZIndex: var(--pf-t--global--Zindex--sm);
9942
+ --pf-v6-c-context-selector__menu--ZIndex: var(--pf-t--global--z-index--sm);
9943
9943
  --pf-v6-c-context-selector__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
9944
9944
  --pf-v6-c-context-selector__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-100);
9945
9945
  --pf-v6-c-context-selector__menu--BoxShadow: var(--pf-v6-global--BoxShadow--md);
@@ -11766,10 +11766,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
11766
11766
  --pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
11767
11767
  --pf-v6-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
11768
11768
  --pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-toolbar--PaddingInline);
11769
- --pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--Zindex--xs);
11769
+ --pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--xs);
11770
11770
  --pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
11771
11771
  --pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
11772
- --pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--Zindex--xs);
11772
+ --pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
11773
11773
  --pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
11774
11774
  --pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
11775
11775
  --pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
@@ -14485,7 +14485,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
14485
14485
  --pf-v6-c-date-picker__input--c-form-control--width-chars: 11;
14486
14486
  --pf-v6-c-date-picker__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
14487
14487
  --pf-v6-c-date-picker__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
14488
- --pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--Zindex--sm);
14488
+ --pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--z-index--sm);
14489
14489
  --pf-v6-c-date-picker__calendar--Top: calc(100% + var(--pf-t--global--spacer--xs));
14490
14490
  --pf-v6-c-date-picker__calendar--Right: auto;
14491
14491
  --pf-v6-c-date-picker__calendar--Left: 0;
@@ -14802,10 +14802,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
14802
14802
  --pf-v6-c-drawer__content--BackgroundColor: transparent;
14803
14803
  --pf-v6-c-drawer__content--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
14804
14804
  --pf-v6-c-drawer__content--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
14805
- --pf-v6-c-drawer__content--ZIndex: var(--pf-t--global--Zindex--xs);
14805
+ --pf-v6-c-drawer__content--ZIndex: var(--pf-t--global--z-index--xs);
14806
14806
  --pf-v6-c-drawer__panel--MinWidth: 50%;
14807
14807
  --pf-v6-c-drawer__panel--MaxHeight: auto;
14808
- --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--Zindex--sm);
14808
+ --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
14809
14809
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
14810
14810
  --pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
14811
14811
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
@@ -15735,7 +15735,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
15735
15735
  --pf-v6-c-dropdown__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
15736
15736
  --pf-v6-c-dropdown__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
15737
15737
  --pf-v6-c-dropdown__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
15738
- --pf-v6-c-dropdown__menu--ZIndex: var(--pf-t--global--Zindex--sm);
15738
+ --pf-v6-c-dropdown__menu--ZIndex: var(--pf-t--global--z-index--sm);
15739
15739
  --pf-v6-c-dropdown--m-top__menu--Top: 0;
15740
15740
  --pf-v6-c-dropdown--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
15741
15741
  --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
@@ -15772,7 +15772,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
15772
15772
  --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft: var(--pf-v6-global--spacer--xs);
15773
15773
  --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginRight: 0;
15774
15774
  --pf-v6-c-dropdown--c-menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
15775
- --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-t--global--Zindex--sm);
15775
+ --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-t--global--z-index--sm);
15776
15776
  --pf-v6-c-dropdown--m-top--c-menu--Top: 0;
15777
15777
  --pf-v6-c-dropdown--m-top--c-menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
15778
15778
  --pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth: 0;
@@ -19940,7 +19940,7 @@ ul.pf-v6-c-list {
19940
19940
  --pf-v6-c-menu--Color: var(--pf-t--global--text--color--regular);
19941
19941
  --pf-v6-c-menu--BorderRadius: var(--pf-t--global--border--radius--small);
19942
19942
  --pf-v6-c-menu--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
19943
- --pf-v6-c-menu--ZIndex: var(--pf-t--global--Zindex--sm);
19943
+ --pf-v6-c-menu--ZIndex: var(--pf-t--global--z-index--sm);
19944
19944
  --pf-v6-c-menu--button--disabled--Color: var(--pf-t--global--text--color--disabled);
19945
19945
  --pf-v6-c-menu--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
19946
19946
  --pf-v6-c-menu--m-plain--BoxShadow: none;
@@ -20003,7 +20003,7 @@ ul.pf-v6-c-list {
20003
20003
  --pf-v6-c-menu--m-flyout__menu--top-offset: 0px;
20004
20004
  --pf-v6-c-menu--m-flyout__menu--left-offset: 0px;
20005
20005
  --pf-v6-c-menu--m-flyout__menu--m-left--right-offset: 0px;
20006
- --pf-v6-c-menu--m-flyout__Zindex: var(--pf-t--global--Zindex--sm);
20006
+ --pf-v6-c-menu--m-flyout__Zindex: var(--pf-t--global--z-index--sm);
20007
20007
  --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));
20008
20008
  --pf-v6-c-menu--m-flyout__menu--Right: auto;
20009
20009
  --pf-v6-c-menu--m-flyout__menu--Bottom: auto;
@@ -20018,7 +20018,7 @@ ul.pf-v6-c-list {
20018
20018
  --pf-v6-c-menu--m-drilldown--c-menu--Transition: transform var(--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform);
20019
20019
  --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
20020
20020
  --pf-v6-c-menu--m-drilldown__list--Transition: transform var(--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform);
20021
- --pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--Zindex--xs);
20021
+ --pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--z-index--xs);
20022
20022
  }
20023
20023
 
20024
20024
  .pf-v6-c-menu__content,
@@ -20408,7 +20408,7 @@ ul.pf-v6-c-list {
20408
20408
  --pf-v6-c-menu-toggle--BorderRadius: var(--pf-t--global--border--radius--small);
20409
20409
  --pf-v6-c-menu-toggle--BorderColor: var(--pf-t--global--border--color--default);
20410
20410
  --pf-v6-c-menu-toggle--BorderWidth: var(--pf-t--global--border--width--button--default);
20411
- --pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--Zindex--xs);
20411
+ --pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--z-index--xs);
20412
20412
  --pf-v6-c-menu-toggle--hover--Color: var(--pf-t--global--text--color--regular);
20413
20413
  --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-t--global--background--color--control--default);
20414
20414
  --pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--button--default);
@@ -20806,7 +20806,7 @@ ul.pf-v6-c-list {
20806
20806
  --pf-v6-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
20807
20807
  --pf-v6-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
20808
20808
  --pf-v6-c-modal-box--BoxShadow: var(--pf-t--global--box-shadow--lg);
20809
- --pf-v6-c-modal-box--ZIndex: var(--pf-t--global--Zindex--xl);
20809
+ --pf-v6-c-modal-box--ZIndex: var(--pf-t--global--z-index--xl);
20810
20810
  --pf-v6-c-modal-box--Width: 100%;
20811
20811
  --pf-v6-c-modal-box--MaxWidth: calc(100% - var(--pf-t--global--spacer--xl));
20812
20812
  --pf-v6-c-modal-box--m-sm--sm--MaxWidth: 35rem;
@@ -21595,7 +21595,7 @@ ul.pf-v6-c-list {
21595
21595
  --pf-v6-c-notification-drawer__header--PaddingBottom: var(--pf-t--global--spacer--md);
21596
21596
  --pf-v6-c-notification-drawer__header--PaddingLeft: var(--pf-t--global--spacer--lg);
21597
21597
  --pf-v6-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
21598
- --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--Zindex--sm);
21598
+ --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--z-index--sm);
21599
21599
  --pf-v6-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
21600
21600
  --pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
21601
21601
  --pf-v6-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
@@ -21604,7 +21604,7 @@ ul.pf-v6-c-list {
21604
21604
  --pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
21605
21605
  --pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
21606
21606
  --pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
21607
- --pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--Zindex--xs);
21607
+ --pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
21608
21608
  --pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
21609
21609
  --pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
21610
21610
  --pf-v6-c-notification-drawer__list--Gap: var(--pf-t--global--spacer--sm);
@@ -21906,7 +21906,7 @@ ul.pf-v6-c-list {
21906
21906
  --pf-v6-c-options-menu__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
21907
21907
  --pf-v6-c-options-menu__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
21908
21908
  --pf-v6-c-options-menu__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
21909
- --pf-v6-c-options-menu__menu--ZIndex: var(--pf-t--global--Zindex--sm);
21909
+ --pf-v6-c-options-menu__menu--ZIndex: var(--pf-t--global--z-index--sm);
21910
21910
  --pf-v6-c-options-menu--m-top__menu--Top: 0;
21911
21911
  --pf-v6-c-options-menu--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
21912
21912
  --pf-v6-c-options-menu__menu-item--BackgroundColor: transparent;
@@ -22190,7 +22190,7 @@ ul.pf-v6-c-list {
22190
22190
  --pf-v6-c-page--inset: var(--pf-t--global--spacer--md);
22191
22191
  --pf-v6-c-page--xl--inset: var(--pf-t--global--spacer--xl);
22192
22192
  --pf-v6-c-page__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
22193
- --pf-v6-c-page__header--ZIndex: var(--pf-t--global--Zindex--md);
22193
+ --pf-v6-c-page__header--ZIndex: var(--pf-t--global--z-index--md);
22194
22194
  --pf-v6-c-page__header--MinHeight: 4.75rem;
22195
22195
  --pf-v6-c-page__header-brand--PaddingLeft: var(--pf-t--global--spacer--md);
22196
22196
  --pf-v6-c-page__header-brand--xl--PaddingRight: var(--pf-t--global--spacer--xl);
@@ -22215,7 +22215,7 @@ ul.pf-v6-c-list {
22215
22215
  --pf-v6-c-page__header-tools-item--Display: block;
22216
22216
  --pf-v6-c-page__header-tools--c-button--m-selected--before--Width: auto;
22217
22217
  --pf-v6-c-page__header-tools--c-button--m-selected--before--Height: auto;
22218
- --pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--Zindex--sm);
22218
+ --pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
22219
22219
  --pf-v6-c-page__sidebar--Width: 18.125rem;
22220
22220
  --pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
22221
22221
  --pf-v6-c-page__sidebar--BoxShadow: none;
@@ -22244,7 +22244,7 @@ ul.pf-v6-c-list {
22244
22244
  --pf-v6-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-t--global--border--color--default);
22245
22245
  --pf-v6-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-t--global--border--width--button--default);
22246
22246
  --pf-v6-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-t--global--border--color--default);
22247
- --pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--Zindex--xs);
22247
+ --pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
22248
22248
  --pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
22249
22249
  --pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
22250
22250
  --pf-v6-c-page__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
@@ -22263,14 +22263,14 @@ ul.pf-v6-c-list {
22263
22263
  --pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
22264
22264
  --pf-v6-c-page__main-nav--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
22265
22265
  --pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
22266
- --pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--Zindex--md);
22266
+ --pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
22267
22267
  --pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
22268
- --pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-t--global--Zindex--md);
22268
+ --pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-t--global--z-index--md);
22269
22269
  --pf-v6-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
22270
22270
  --pf-v6-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
22271
- --pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--Zindex--xs);
22271
+ --pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--z-index--xs);
22272
22272
  --pf-v6-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
22273
- --pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--Zindex--xs);
22273
+ --pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--z-index--xs);
22274
22274
  --pf-v6-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
22275
22275
  --pf-v6-c-page__main-nav--PaddingTop: var(--pf-t--global--spacer--md);
22276
22276
  --pf-v6-c-page__main-nav--PaddingRight: 0;
@@ -23430,7 +23430,7 @@ ul.pf-v6-c-list {
23430
23430
  --pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
23431
23431
  --pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--regular);
23432
23432
  --pf-v6-c-panel--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
23433
- --pf-v6-c-panel--m-raised--ZIndex: var(--pf-t--global--Zindex--sm);
23433
+ --pf-v6-c-panel--m-raised--ZIndex: var(--pf-t--global--z-index--sm);
23434
23434
  --pf-v6-c-panel--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
23435
23435
  --pf-v6-c-panel__header--PaddingTop: var(--pf-t--global--spacer--md);
23436
23436
  --pf-v6-c-panel__header--PaddingRight: var(--pf-t--global--spacer--md);
@@ -23937,7 +23937,7 @@ ul.pf-v6-c-list {
23937
23937
  --pf-v6-c-progress-stepper--m-center__step-description--MarginLeft: 0;
23938
23938
  --pf-v6-c-progress-stepper--GridTemplateRows: auto 1fr;
23939
23939
  --pf-v6-c-progress-stepper__step-connector--JustifyContent: flex-start;
23940
- --pf-v6-c-progress-stepper__step-icon--ZIndex: var(--pf-t--global--Zindex--xs);
23940
+ --pf-v6-c-progress-stepper__step-icon--ZIndex: var(--pf-t--global--z-index--xs);
23941
23941
  --pf-v6-c-progress-stepper__step-icon--Width: 1.5rem;
23942
23942
  --pf-v6-c-progress-stepper__step-icon--Height: var(--pf-v6-c-progress-stepper__step-icon--Width);
23943
23943
  --pf-v6-c-progress-stepper__step-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
@@ -24649,7 +24649,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24649
24649
  --pf-v6-c-select__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
24650
24650
  --pf-v6-c-select__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
24651
24651
  --pf-v6-c-select__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
24652
- --pf-v6-c-select__menu--ZIndex: var(--pf-t--global--Zindex--sm);
24652
+ --pf-v6-c-select__menu--ZIndex: var(--pf-t--global--z-index--sm);
24653
24653
  --pf-v6-c-select__menu--Width: auto;
24654
24654
  --pf-v6-c-select__menu--MinWidth: 100%;
24655
24655
  --pf-v6-c-select__menu--m-top--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
@@ -25220,7 +25220,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
25220
25220
  --pf-v6-c-sidebar__panel--md--FlexBasis: 15.625rem;
25221
25221
  --pf-v6-c-sidebar__panel--m-split--FlexBasis: 15.625rem;
25222
25222
  --pf-v6-c-sidebar__panel--m-stack--FlexBasis: auto;
25223
- --pf-v6-c-sidebar__panel--ZIndex: var(--pf-t--global--Zindex--xs);
25223
+ --pf-v6-c-sidebar__panel--ZIndex: var(--pf-t--global--z-index--xs);
25224
25224
  --pf-v6-c-sidebar__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
25225
25225
  --pf-v6-c-sidebar__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
25226
25226
  --pf-v6-c-sidebar__content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -25742,7 +25742,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
25742
25742
  }
25743
25743
  :root {
25744
25744
  --pf-v6-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
25745
- --pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--Zindex--2xl);
25745
+ --pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--z-index--2xl);
25746
25746
  --pf-v6-c-skip-to-content--focus--Left: var(--pf-t--global--spacer--md);
25747
25747
  }
25748
25748
 
@@ -25810,7 +25810,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
25810
25810
  --pf-v6-c-slider__value--m-floating--TranslateX: -50%;
25811
25811
  --pf-v6-c-slider__value--m-floating--TranslateY: -100%;
25812
25812
  --pf-v6-c-slider__value--m-floating--Left: var(--pf-v6-c-slider--value);
25813
- --pf-v6-c-slider__value--m-floating--ZIndex: var(--pf-t--global--Zindex--sm);
25813
+ --pf-v6-c-slider__value--m-floating--ZIndex: var(--pf-t--global--z-index--sm);
25814
25814
  --pf-v6-c-slider__actions--MarginRight: var(--pf-t--global--spacer--sm);
25815
25815
  --pf-v6-c-slider__main--actions--MarginLeft: var(--pf-t--global--spacer--sm);
25816
25816
  --pf-v6-c-slider--m-disabled__rail-track--before--fill--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
@@ -28025,9 +28025,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28025
28025
  --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
28026
28026
  --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
28027
28027
  --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
28028
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
28029
- --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
28030
- --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
28028
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
28029
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
28030
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
28031
28031
  }
28032
28032
 
28033
28033
  .pf-v6-c-table {
@@ -28703,7 +28703,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28703
28703
  :where(.pf-v6-c-table) {
28704
28704
  --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
28705
28705
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
28706
- --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
28706
+ --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--z-index--xs);
28707
28707
  --pf-v6-c-table__sticky-cell--Right: auto;
28708
28708
  --pf-v6-c-table__sticky-cell--Left: auto;
28709
28709
  --pf-v6-c-table__sticky-cell--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -29611,7 +29611,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
29611
29611
  --pf-v6-c-tabs--m-box__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29612
29612
  --pf-v6-c-tabs--m-box--m-secondary__item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
29613
29613
  --pf-v6-c-tabs--m-box--m-secondary__item--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
29614
- --pf-v6-c-tabs__item--m-action--before--ZIndex: var(--pf-t--global--Zindex--sm);
29614
+ --pf-v6-c-tabs__item--m-action--before--ZIndex: var(--pf-t--global--z-index--sm);
29615
29615
  --pf-v6-c-tabs__link--Color: var(--pf-t--global--text--color--subtle);
29616
29616
  --pf-v6-c-tabs__link--FontSize: var(--pf-t--global--font--size--sm);
29617
29617
  --pf-v6-c-tabs__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
@@ -30816,7 +30816,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
30816
30816
  --pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
30817
30817
  --pf-v6-c-toggle-group__button--ZIndex: auto;
30818
30818
  --pf-v6-c-toggle-group__button--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
30819
- --pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--Zindex--xs);
30819
+ --pf-v6-c-toggle-group__button--hover--ZIndex: var(--pf-t--global--z-index--xs);
30820
30820
  --pf-v6-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
30821
30821
  --pf-v6-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
30822
30822
  --pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
@@ -30830,12 +30830,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
30830
30830
  --pf-v6-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
30831
30831
  --pf-v6-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
30832
30832
  --pf-v6-c-toggle-group__button--m-selected-selected--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
30833
- --pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--Zindex--xs);
30833
+ --pf-v6-c-toggle-group__button--m-selected--ZIndex: var(--pf-t--global--z-index--xs);
30834
30834
  --pf-v6-c-toggle-group__button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
30835
30835
  --pf-v6-c-toggle-group__button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
30836
30836
  --pf-v6-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
30837
30837
  --pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
30838
- --pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--Zindex--xs);
30838
+ --pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--z-index--xs);
30839
30839
  --pf-v6-c-toggle-group--m-compact__button--PaddingTop: 0;
30840
30840
  --pf-v6-c-toggle-group--m-compact__button--PaddingRight: var(--pf-t--global--spacer--sm);
30841
30841
  --pf-v6-c-toggle-group--m-compact__button--PaddingBottom: 0;
@@ -31191,7 +31191,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
31191
31191
  --pf-v6-c-tree-view--m-guides__list-item--before--BackgroundColor: var(--pf-v6-c-tree-view--m-guides--guide-color--base);
31192
31192
  --pf-v6-c-tree-view--m-guides__list-item--last-child--before--Top: var(--pf-v6-c-tree-view--m-guides__node--before--Top);
31193
31193
  --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);
31194
- --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--Zindex--xs);
31194
+ --pf-v6-c-tree-view--m-guides__list-item--ZIndex: var(--pf-t--global--z-index--xs);
31195
31195
  --pf-v6-c-tree-view--m-guides__node--before--Width: 1rem;
31196
31196
  --pf-v6-c-tree-view--m-guides__node--before--Height: var(--pf-v6-c-tree-view--m-guides--guide-width--base);
31197
31197
  --pf-v6-c-tree-view--m-guides__node--before--Top: 1.125rem;
@@ -31642,7 +31642,7 @@ label.pf-v6-c-tree-view__node-text {
31642
31642
  --pf-v6-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
31643
31643
  --pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);
31644
31644
  --pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-t--global--background--color--primary--default);
31645
- --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--Zindex--xs);
31645
+ --pf-v6-c-wizard__toggle--ZIndex: var(--pf-t--global--z-index--xs);
31646
31646
  --pf-v6-c-wizard__toggle--PaddingTop: var(--pf-t--global--spacer--lg);
31647
31647
  --pf-v6-c-wizard__toggle--PaddingRight: var(--pf-t--global--spacer--md);
31648
31648
  --pf-v6-c-wizard__toggle--PaddingBottom: var(--pf-t--global--spacer--lg);
@@ -31659,7 +31659,7 @@ label.pf-v6-c-tree-view__node-text {
31659
31659
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
31660
31660
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
31661
31661
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
31662
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--Zindex--xs);
31662
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
31663
31663
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
31664
31664
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
31665
31665
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -31682,7 +31682,7 @@ label.pf-v6-c-tree-view__node-text {
31682
31682
  --pf-v6-c-wizard__main-body--PaddingBottom: var(--pf-t--global--spacer--lg);
31683
31683
  --pf-v6-c-wizard__main-body--PaddingLeft: var(--pf-t--global--spacer--lg);
31684
31684
  --pf-v6-c-wizard__footer--BackgroundColor: var(--pf-t--global--background--color--primary--default);
31685
- --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--Zindex--xs);
31685
+ --pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);
31686
31686
  --pf-v6-c-wizard__footer--PaddingTop: var(--pf-t--global--spacer--lg);
31687
31687
  --pf-v6-c-wizard__footer--PaddingRight: var(--pf-t--global--spacer--lg);
31688
31688
  --pf-v6-c-wizard__footer--PaddingBottom: var(--pf-t--global--spacer--md);