@patternfly/patternfly 6.0.0-alpha.114 → 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 (128) hide show
  1. package/assets/images/pf_logo.svg +11 -11
  2. package/assets/images/pf_logo_white.svg +2 -2
  3. package/base/_chart-globals.scss +320 -320
  4. package/base/_fa-icons.scss +2 -2
  5. package/base/_fonts.scss +16 -16
  6. package/base/_globals.scss +4 -11
  7. package/base/_variables.scss +221 -221
  8. package/base/patternfly-globals.css +2 -6
  9. package/base/patternfly-variables.css +25 -21
  10. package/base/themes/dark/_chart-globals.scss +25 -25
  11. package/base/tokens/_tokens-charts.scss +1 -1
  12. package/base/tokens/_tokens-dark.scss +1 -1
  13. package/base/tokens/_tokens-default.scss +13 -13
  14. package/base/tokens/_tokens-font.scss +8 -0
  15. package/base/tokens/_tokens-palette.scss +1 -1
  16. package/components/AboutModalBox/about-modal-box.css +1 -1
  17. package/components/AboutModalBox/about-modal-box.scss +1 -1
  18. package/components/Alert/alert-group.css +1 -1
  19. package/components/Alert/alert-group.scss +1 -1
  20. package/components/Alert/alert.css +1 -1
  21. package/components/Alert/alert.scss +1 -1
  22. package/components/AppLauncher/app-launcher.css +1 -1
  23. package/components/AppLauncher/app-launcher.scss +1 -1
  24. package/components/Backdrop/backdrop.css +1 -1
  25. package/components/Backdrop/backdrop.scss +1 -1
  26. package/components/Banner/banner.css +1 -1
  27. package/components/Banner/banner.scss +1 -1
  28. package/components/Button/button.css +3 -3
  29. package/components/Button/button.scss +3 -3
  30. package/components/Card/card.css +1 -1
  31. package/components/Card/card.scss +1 -1
  32. package/components/Content/content.css +1 -1
  33. package/components/Content/content.scss +1 -1
  34. package/components/ContextSelector/context-selector.css +1 -1
  35. package/components/ContextSelector/context-selector.scss +1 -1
  36. package/components/DatePicker/date-picker.css +1 -1
  37. package/components/DatePicker/date-picker.scss +1 -1
  38. package/components/Drawer/drawer.css +4 -4
  39. package/components/Drawer/drawer.scss +4 -4
  40. package/components/Dropdown/dropdown.css +2 -2
  41. package/components/Dropdown/dropdown.scss +2 -2
  42. package/components/DualListSelector/dual-list-selector.css +1 -1
  43. package/components/DualListSelector/dual-list-selector.scss +3 -3
  44. package/components/Form/form.css +1 -1
  45. package/components/Form/form.scss +1 -1
  46. package/components/JumpLinks/jump-links.css +1 -1
  47. package/components/JumpLinks/jump-links.scss +1 -1
  48. package/components/List/list.css +1 -1
  49. package/components/List/list.scss +1 -1
  50. package/components/Menu/menu.css +7 -7
  51. package/components/Menu/menu.scss +7 -7
  52. package/components/MenuToggle/menu-toggle.css +1 -1
  53. package/components/MenuToggle/menu-toggle.scss +1 -1
  54. package/components/ModalBox/modal-box.css +1 -1
  55. package/components/ModalBox/modal-box.scss +1 -1
  56. package/components/Nav/nav.css +1 -1
  57. package/components/Nav/nav.scss +1 -1
  58. package/components/NotificationDrawer/notification-drawer.css +2 -2
  59. package/components/NotificationDrawer/notification-drawer.scss +2 -2
  60. package/components/OptionsMenu/options-menu.css +1 -1
  61. package/components/OptionsMenu/options-menu.scss +1 -1
  62. package/components/Page/page.css +8 -8
  63. package/components/Page/page.scss +14 -14
  64. package/components/Panel/panel.css +1 -1
  65. package/components/Panel/panel.scss +1 -1
  66. package/components/ProgressStepper/progress-stepper.css +2 -2
  67. package/components/ProgressStepper/progress-stepper.scss +2 -2
  68. package/components/Select/select.css +1 -1
  69. package/components/Select/select.scss +1 -1
  70. package/components/Sidebar/sidebar.css +2 -2
  71. package/components/Sidebar/sidebar.scss +2 -2
  72. package/components/SkipToContent/skip-to-content.css +1 -1
  73. package/components/SkipToContent/skip-to-content.scss +1 -1
  74. package/components/Slider/slider.css +1 -1
  75. package/components/Slider/slider.scss +1 -1
  76. package/components/Table/table-scrollable.css +1 -1
  77. package/components/Table/table-scrollable.scss +1 -1
  78. package/components/Table/table.css +4 -4
  79. package/components/Table/table.scss +4 -4
  80. package/components/Tabs/tabs.css +1 -1
  81. package/components/Tabs/tabs.scss +1 -1
  82. package/components/ToggleGroup/toggle-group.css +3 -3
  83. package/components/ToggleGroup/toggle-group.scss +3 -3
  84. package/components/Toolbar/toolbar.css +3 -3
  85. package/components/Toolbar/toolbar.scss +3 -3
  86. package/components/TreeView/tree-view.css +1 -1
  87. package/components/TreeView/tree-view.scss +3 -3
  88. package/components/Wizard/wizard.css +4 -4
  89. package/components/Wizard/wizard.scss +4 -4
  90. package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
  91. package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
  92. package/docs/components/Table/examples/Table.md +2 -2
  93. package/docs/components/Tabs/examples/Tabs.md +102 -102
  94. package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  95. package/docs/demos/Card/examples/Card.md +152 -115
  96. package/docs/demos/Dashboard/examples/Dashboard.md +5 -5
  97. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  98. package/docs/demos/Table/examples/Table.md +2 -2
  99. package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
  100. package/docs/utilities/Text/examples/Text.md +0 -1
  101. package/package.json +1 -1
  102. package/patternfly-base-no-globals-theme-dark-unversioned.css +25 -81
  103. package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
  104. package/patternfly-base-no-globals.css +25 -81
  105. package/patternfly-base-no-globals.scss +2 -2
  106. package/patternfly-base-theme-dark-unversioned.css +27 -83
  107. package/patternfly-base.css +27 -83
  108. package/patternfly-base.scss +0 -1
  109. package/patternfly-charts.scss +319 -319
  110. package/patternfly-no-globals.css +100 -129
  111. package/patternfly-no-globals.scss +2 -2
  112. package/patternfly-theme-dark-unversioned.css +124 -153
  113. package/patternfly-theme-dark-unversioned.scss +1 -1
  114. package/patternfly.css +102 -131
  115. package/patternfly.min.css +1 -1
  116. package/patternfly.min.css.map +1 -1
  117. package/sass-utilities/_init.scss +3 -3
  118. package/sass-utilities/colors.scss +81 -81
  119. package/sass-utilities/functions.scss +2 -2
  120. package/sass-utilities/mixins.scss +1 -1
  121. package/sass-utilities/scss-variables.scss +149 -149
  122. package/sass-utilities/themes/dark/colors.scss +15 -15
  123. package/sass-utilities/themes/dark/scss-variables.scss +74 -74
  124. package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
  125. package/base/_themes.scss +0 -43
  126. package/base/patternfly-themes.css +0 -82
  127. package/base/patternfly-themes.scss +0 -2
  128. package/base/themes/dark/_globals.scss +0 -5
@@ -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-v6-global--TransitionDuration);
145
- --pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-v6-global--TransitionDuration);
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);
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-v6-global--TransitionDuration);
148
+ --pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
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-v6-global--TransitionDuration);
150
+ --pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
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-global}--TransitionDuration); // TODO: Update transition with token update
125
- --#{$menu}--m-drilldown__content--TransitionDuration--transform: var(--#{$pf-global}--TransitionDuration); // TODO: Update transition with token update
124
+ --#{$menu}--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--transitionDuration);
125
+ --#{$menu}--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
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-global}--TransitionDuration);
130
+ --#{$menu}--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
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-global}--TransitionDuration); // TODO: Update transition with token update
134
+ --#{$menu}--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--transitionDuration);
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-v6-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-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
@@ -16,7 +16,7 @@
16
16
  --pf-v6-c-nav--FontSize: var(--pf-t--global--font--size--body--default);
17
17
  --pf-v6-c-nav--FontWeight: var(--pf-t--global--font--weight--body);
18
18
  --pf-v6-c-nav--LineHeight: var(--pf-t--global--font--line-height--body);
19
- --pf-v6-c-nav--OutlineOffset: calc(var(--pf-v6-global--spacer--xs) * -1);
19
+ --pf-v6-c-nav--OutlineOffset: calc(var(--pf-t--global--spacer--xs) * -1);
20
20
  --pf-v6-c-nav--BackgroundColor: transparent;
21
21
  --pf-v6-c-nav__list--ScrollSnapTypeAxis: x;
22
22
  --pf-v6-c-nav__list--ScrollSnapTypeStrictness: proximity;
@@ -19,7 +19,7 @@
19
19
  --#{$nav}--FontSize: var(--pf-t--global--font--size--body--default);
20
20
  --#{$nav}--FontWeight: var(--pf-t--global--font--weight--body);
21
21
  --#{$nav}--LineHeight: var(--pf-t--global--font--line-height--body);
22
- --#{$nav}--OutlineOffset: calc(var(--#{$pf-global}--spacer--xs) * -1);
22
+ --#{$nav}--OutlineOffset: calc(var(--pf-t--global--spacer--xs) * -1);
23
23
  --#{$nav}--BackgroundColor: transparent;
24
24
 
25
25
  // * Nav list
@@ -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-v6-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-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
 
@@ -67,7 +67,7 @@
67
67
  --pf-v6-c-page--inset: var(--pf-t--global--spacer--md);
68
68
  --pf-v6-c-page--xl--inset: var(--pf-t--global--spacer--xl);
69
69
  --pf-v6-c-page__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
70
- --pf-v6-c-page__header--ZIndex: var(--pf-v6-global--ZIndex--md);
70
+ --pf-v6-c-page__header--ZIndex: var(--pf-t--global--z-index--md);
71
71
  --pf-v6-c-page__header--MinHeight: 4.75rem;
72
72
  --pf-v6-c-page__header-brand--PaddingLeft: var(--pf-t--global--spacer--md);
73
73
  --pf-v6-c-page__header-brand--xl--PaddingRight: var(--pf-t--global--spacer--xl);
@@ -92,11 +92,11 @@
92
92
  --pf-v6-c-page__header-tools-item--Display: block;
93
93
  --pf-v6-c-page__header-tools--c-button--m-selected--before--Width: auto;
94
94
  --pf-v6-c-page__header-tools--c-button--m-selected--before--Height: auto;
95
- --pf-v6-c-page__sidebar--ZIndex: var(--pf-v6-global--ZIndex--sm);
95
+ --pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
96
96
  --pf-v6-c-page__sidebar--Width: 18.125rem;
97
97
  --pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
98
98
  --pf-v6-c-page__sidebar--BoxShadow: none;
99
- --pf-v6-c-page__sidebar--Transition: var(--pf-v6-global--Transition);
99
+ --pf-v6-c-page__sidebar--Transition: var(--pf-t--global--transition);
100
100
  --pf-v6-c-page__sidebar--TranslateX: -100%;
101
101
  --pf-v6-c-page__sidebar--TranslateZ: 0;
102
102
  --pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
@@ -121,7 +121,7 @@
121
121
  --pf-v6-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-t--global--border--color--default);
122
122
  --pf-v6-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-t--global--border--width--button--default);
123
123
  --pf-v6-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-t--global--border--color--default);
124
- --pf-v6-c-page__main-container--ZIndex: var(--pf-v6-global--ZIndex--xs);
124
+ --pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
125
125
  --pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
126
126
  --pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
127
127
  --pf-v6-c-page__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
@@ -140,14 +140,14 @@
140
140
  --pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
141
141
  --pf-v6-c-page__main-nav--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
142
142
  --pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
143
- --pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-v6-global--ZIndex--md);
143
+ --pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
144
144
  --pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
145
- --pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-v6-global--ZIndex--md);
145
+ --pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-t--global--z-index--md);
146
146
  --pf-v6-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
147
147
  --pf-v6-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
148
- --pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-v6-global--ZIndex--xs);
148
+ --pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--z-index--xs);
149
149
  --pf-v6-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
150
- --pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-v6-global--ZIndex--xs);
150
+ --pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--z-index--xs);
151
151
  --pf-v6-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
152
152
  --pf-v6-c-page__main-nav--PaddingTop: var(--pf-t--global--spacer--md);
153
153
  --pf-v6-c-page__main-nav--PaddingRight: 0;
@@ -1,7 +1,7 @@
1
1
  // @debug $page; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
2
2
  // stylelint-disable
3
- $pf-page-v5--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
4
- $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
3
+ $pf-page-v6--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
4
+ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
5
5
  // stylelint-enable
6
6
 
7
7
  :root {
@@ -11,7 +11,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
11
11
 
12
12
  // Header
13
13
  --#{$page}__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
14
- --#{$page}__header--ZIndex: var(--#{$pf-global}--ZIndex--md);
14
+ --#{$page}__header--ZIndex: var(--pf-t--global--z-index--md);
15
15
  --#{$page}__header--MinHeight: #{pf-size-prem(76px)}; // fixed height for header to ensure consistency across screen sizes.
16
16
 
17
17
  // Header brand
@@ -65,11 +65,11 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
65
65
  }
66
66
 
67
67
  // Sidebar
68
- --#{$page}__sidebar--ZIndex: var(--#{$pf-global}--ZIndex--sm);
68
+ --#{$page}__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
69
69
  --#{$page}__sidebar--Width: #{pf-size-prem(290px)};
70
70
  --#{$page}__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
71
71
  --#{$page}__sidebar--BoxShadow: none;
72
- --#{$page}__sidebar--Transition: var(--#{$pf-global}--Transition);
72
+ --#{$page}__sidebar--Transition: var(--pf-t--global--transition);
73
73
  --#{$page}__sidebar--TranslateX: -100%;
74
74
  --#{$page}__sidebar--TranslateZ: 0;
75
75
  --#{$page}__sidebar--m-expanded--TranslateX: 0;
@@ -105,7 +105,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
105
105
  }
106
106
 
107
107
  // Container for the main content area (grid area)
108
- --#{$page}__main-container--ZIndex: var(--#{$pf-global}--ZIndex--xs);
108
+ --#{$page}__main-container--ZIndex: var(--pf-t--global--z-index--xs);
109
109
  --#{$page}__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
110
110
  --#{$page}__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
111
111
  --#{$page}__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
@@ -130,16 +130,16 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
130
130
  --#{$page}--section--m-limit-width--MaxWidth: calc(#{pf-size-prem(2000px)} - var(--#{$page}__sidebar--Width));
131
131
 
132
132
  // Sticky
133
- --#{$page}--section--m-sticky-top--ZIndex: var(--#{$pf-global}--ZIndex--md);
133
+ --#{$page}--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
134
134
  --#{$page}--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
135
- --#{$page}--section--m-sticky-bottom--ZIndex: var(--#{$pf-global}--ZIndex--md);
135
+ --#{$page}--section--m-sticky-bottom--ZIndex: var(--pf-t--global--z-index--md);
136
136
  --#{$page}--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
137
137
 
138
138
  // Shadows
139
139
  --#{$page}--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
140
- --#{$page}--section--m-shadow-bottom--ZIndex: var(--#{$pf-global}--ZIndex--xs);
140
+ --#{$page}--section--m-shadow-bottom--ZIndex: var(--pf-t--global--z-index--xs);
141
141
  --#{$page}--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
142
- --#{$page}--section--m-shadow-top--ZIndex: var(--#{$pf-global}--ZIndex--xs);
142
+ --#{$page}--section--m-shadow-top--ZIndex: var(--pf-t--global--z-index--xs);
143
143
 
144
144
  // Main section horizontal nav
145
145
  --#{$page}__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -469,7 +469,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
469
469
  }
470
470
 
471
471
  // Responsive height modifiers for sticky top/bottom
472
- @each $breakpoint, $breakpoint-value in $pf-page-v5--height-breakpoint-map {
472
+ @each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
473
473
  $breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
474
474
 
475
475
  @include pf-v6-apply-height-breakpoint($breakpoint) {
@@ -532,7 +532,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
532
532
  background-color: var(--#{$page}__main-nav--BackgroundColor);
533
533
 
534
534
  // Responsive height modifiers for sticky top/bottom
535
- @each $breakpoint, $breakpoint-value in $pf-page-v5--height-breakpoint-map {
535
+ @each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
536
536
  $breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
537
537
 
538
538
  @include pf-v6-apply-height-breakpoint($breakpoint) {
@@ -564,7 +564,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
564
564
  }
565
565
 
566
566
  // Responsive height modifiers for sticky top/bottom
567
- @each $breakpoint, $breakpoint-value in $pf-page-v5--height-breakpoint-map {
567
+ @each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
568
568
  $breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
569
569
 
570
570
  @include pf-v6-apply-height-breakpoint($breakpoint) {
@@ -617,7 +617,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
617
617
  --#{$page}__main-section--BackgroundColor: var(--#{$page}__main-section--m-secondary--BackgroundColor);
618
618
  }
619
619
 
620
- @each $breakpoint, $breakpoint-value in $pf-page-v5--breakpoint-map {
620
+ @each $breakpoint, $breakpoint-value in $pf-page-v6--breakpoint-map {
621
621
  $breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
622
622
 
623
623
  @include pf-v6-apply-breakpoint($breakpoint) {
@@ -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);
@@ -280,7 +280,7 @@
280
280
  border: var(--pf-v6-c-progress-stepper__step-icon--BorderWidth) solid var(--pf-v6-c-progress-stepper__step-icon--BorderColor);
281
281
  border-radius: 50%;
282
282
  }
283
- .pf-v6-c-progress-stepper__step-icon .pf-v5-pficon {
283
+ .pf-v6-c-progress-stepper__step-icon .pf-v6-pficon {
284
284
  margin-block-start: var(--pf-v6-c-progress-stepper__pficon--MarginTop);
285
285
  }
286
286
  .pf-v6-c-progress-stepper__step-icon .fa-exclamation-triangle {
@@ -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);
@@ -360,7 +360,7 @@ $pf-v6-c-progress-stepper--breakpoint-map: build-breakpoint-map();
360
360
 
361
361
  // Align pficons with the font awesome icons
362
362
  // stylelint-disable
363
- .pf-v5-pficon {
363
+ .pf-v6-pficon {
364
364
  margin-block-start: var(--#{$progress-stepper}__pficon--MarginTop);
365
365
  }
366
366
 
@@ -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-v6-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-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
@@ -48,7 +48,7 @@
48
48
  --pf-v6-c-sidebar--m-split--m-panel-right__panel--Order: 1;
49
49
  --pf-v6-c-sidebar--m-split__main--m-border--before--Display: block;
50
50
  --pf-v6-c-sidebar__panel--FlexBasis--base: auto;
51
- --pf-v6-c-sidebar__panel--BoxShadow--base: 0 0.25rem 0.25rem -0.25rem rgba(3, 3, 3, 0.16);
51
+ --pf-v6-c-sidebar__panel--BoxShadow--base: var(--pf-t--global--box-shadow--md--bottom);
52
52
  --pf-v6-c-sidebar__panel--BoxShadow: var(--pf-v6-c-sidebar__panel--BoxShadow--base);
53
53
  --pf-v6-c-sidebar__panel--Top: 0;
54
54
  --pf-v6-c-sidebar__panel--md--Top: auto;
@@ -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);
@@ -74,7 +74,7 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
74
74
 
75
75
  // Panel
76
76
  --#{$sidebar}__panel--FlexBasis--base: auto;
77
- --#{$sidebar}__panel--BoxShadow--base: #{0 pf-size-prem(4px) pf-size-prem(4px) pf-size-prem(-4px) rgba($pf-v5-color-black-1000, .16)}; // TODO NEEDS TOKEN. previous comment:modified so the shadow is only visible on the bottom of the element
77
+ --#{$sidebar}__panel--BoxShadow--base: var(--pf-t--global--box-shadow--md--bottom);
78
78
  --#{$sidebar}__panel--BoxShadow: var(--#{$sidebar}__panel--BoxShadow--base);
79
79
  --#{$sidebar}__panel--Top: 0;
80
80
  --#{$sidebar}__panel--md--Top: auto;
@@ -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-v6-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-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);
@@ -121,7 +121,7 @@
121
121
  --pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
122
122
  --pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
123
123
  --pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
124
- --pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
124
+ --pf-v6-c-table__expandable-row--Transition: var(--pf-t--global--transition);
125
125
  --pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
126
126
  --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
127
127
  --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
@@ -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 {
@@ -115,7 +115,7 @@
115
115
  --#{$table}__action--PaddingRight: var(--pf-t--global--spacer--sm);
116
116
 
117
117
  // * Table expandable row
118
- --#{$table}__expandable-row--Transition: var(--#{$pf-global}--Transition); // TODO: update to token when available
118
+ --#{$table}__expandable-row--Transition: var(--pf-t--global--transition);
119
119
 
120
120
  // * Table expandable row content
121
121
  --#{$table}__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
@@ -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);