@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.2

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 (210) hide show
  1. package/README.md +1 -1
  2. package/base/normalize.scss +2 -0
  3. package/base/patternfly-common.css +2 -2
  4. package/base/patternfly-common.scss +1 -1
  5. package/base/patternfly-fa-icons.css +3 -3
  6. package/base/patternfly-fa-icons.scss +3 -3
  7. package/base/patternfly-variables.css +56 -56
  8. package/base/reset.scss +2 -0
  9. package/base/tokens/tokens-charts-dark.scss +1 -1
  10. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  12. package/base/tokens/tokens-charts.scss +1 -1
  13. package/base/tokens/tokens-dark.scss +9 -9
  14. package/base/tokens/tokens-default.scss +8 -8
  15. package/base/tokens/tokens-felt-dark.scss +1 -1
  16. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  17. package/base/tokens/tokens-felt-glass.scss +8 -8
  18. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  20. package/base/tokens/tokens-felt.scss +1 -1
  21. package/base/tokens/tokens-glass-dark.scss +8 -8
  22. package/base/tokens/tokens-glass.scss +8 -8
  23. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  24. package/base/tokens/tokens-highcontrast.scss +7 -7
  25. package/base/tokens/tokens-palette.scss +1 -1
  26. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  27. package/components/AboutModalBox/about-modal-box.css +1 -1
  28. package/components/AboutModalBox/about-modal-box.scss +1 -1
  29. package/components/Accordion/accordion.css +8 -4
  30. package/components/Accordion/accordion.scss +9 -4
  31. package/components/Alert/alert-group.css +1 -1
  32. package/components/Alert/alert-group.scss +1 -1
  33. package/components/Alert/alert.css +3 -3
  34. package/components/Alert/alert.scss +3 -3
  35. package/components/Breadcrumb/breadcrumb.css +1 -1
  36. package/components/Breadcrumb/breadcrumb.scss +1 -1
  37. package/components/Button/button.css +6 -6
  38. package/components/Button/button.scss +6 -6
  39. package/components/Card/card.css +2 -2
  40. package/components/Card/card.scss +3 -3
  41. package/components/Check/check.css +1 -1
  42. package/components/Check/check.scss +1 -1
  43. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  44. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  45. package/components/Compass/compass.css +3 -3
  46. package/components/Compass/compass.scss +3 -3
  47. package/components/Content/content.css +2 -2
  48. package/components/Content/content.scss +2 -2
  49. package/components/DataList/data-list.css +1 -1
  50. package/components/DataList/data-list.scss +1 -1
  51. package/components/DescriptionList/description-list.css +0 -1
  52. package/components/DescriptionList/description-list.scss +0 -1
  53. package/components/Drawer/drawer.css +2 -2
  54. package/components/Drawer/drawer.scss +2 -2
  55. package/components/DualListSelector/dual-list-selector.css +6 -6
  56. package/components/DualListSelector/dual-list-selector.scss +6 -6
  57. package/components/ExpandableSection/expandable-section.css +3 -3
  58. package/components/ExpandableSection/expandable-section.scss +3 -3
  59. package/components/Form/form.css +12 -12
  60. package/components/Form/form.scss +6 -6
  61. package/components/FormControl/form-control.css +1 -1
  62. package/components/FormControl/form-control.scss +3 -1
  63. package/components/Hero/hero.css +1 -1
  64. package/components/Hero/hero.scss +1 -1
  65. package/components/Hint/hint.css +1 -1
  66. package/components/Hint/hint.scss +1 -1
  67. package/components/InputGroup/input-group.css +5 -5
  68. package/components/InputGroup/input-group.scss +5 -5
  69. package/components/JumpLinks/jump-links.css +1 -1
  70. package/components/JumpLinks/jump-links.scss +1 -1
  71. package/components/Label/label.css +1 -1
  72. package/components/Label/label.scss +1 -1
  73. package/components/Login/login.css +2 -2
  74. package/components/Login/login.scss +2 -2
  75. package/components/Masthead/masthead.css +1 -1
  76. package/components/Masthead/masthead.scss +1 -1
  77. package/components/Menu/menu.css +4 -4
  78. package/components/Menu/menu.scss +4 -4
  79. package/components/MenuToggle/menu-toggle.css +1 -1
  80. package/components/MenuToggle/menu-toggle.scss +1 -1
  81. package/components/ModalBox/modal-box.css +1 -1
  82. package/components/ModalBox/modal-box.scss +1 -1
  83. package/components/Nav/nav.css +5 -5
  84. package/components/Nav/nav.scss +5 -5
  85. package/components/NotificationDrawer/notification-drawer.css +5 -5
  86. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  87. package/components/Page/page.css +3 -3
  88. package/components/Page/page.scss +3 -3
  89. package/components/Popover/popover.css +1 -1
  90. package/components/Popover/popover.scss +2 -2
  91. package/components/Progress/progress.css +3 -3
  92. package/components/Progress/progress.scss +3 -6
  93. package/components/ProgressStepper/progress-stepper.css +1 -1
  94. package/components/Radio/radio.css +1 -1
  95. package/components/Radio/radio.scss +1 -1
  96. package/components/Spinner/spinner.css +2 -2
  97. package/components/Spinner/spinner.scss +2 -2
  98. package/components/Switch/switch.css +1 -1
  99. package/components/Switch/switch.scss +1 -1
  100. package/components/Table/table-tree-view.css +10 -10
  101. package/components/Table/table-tree-view.scss +2 -2
  102. package/components/Table/table.css +10 -10
  103. package/components/Table/table.scss +10 -10
  104. package/components/Tabs/tabs.css +3 -3
  105. package/components/Tabs/tabs.scss +3 -3
  106. package/components/TextInputGroup/text-input-group.css +1 -1
  107. package/components/TextInputGroup/text-input-group.scss +1 -1
  108. package/components/Title/title.css +1 -1
  109. package/components/Title/title.scss +1 -1
  110. package/components/Toolbar/toolbar.css +1 -1
  111. package/components/Toolbar/toolbar.scss +1 -1
  112. package/components/Tooltip/tooltip.css +1 -1
  113. package/components/Tooltip/tooltip.scss +2 -2
  114. package/components/TreeView/tree-view.css +5 -5
  115. package/components/TreeView/tree-view.scss +5 -5
  116. package/components/Wizard/wizard.css +5 -5
  117. package/components/Wizard/wizard.scss +5 -5
  118. package/components/_index.css +132 -129
  119. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  120. package/docs/components/Accordion/examples/Accordion.md +30 -30
  121. package/docs/components/ActionList/examples/ActionList.md +11 -11
  122. package/docs/components/Alert/examples/Alert.md +54 -54
  123. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  124. package/docs/components/Banner/examples/Banner.md +10 -10
  125. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  126. package/docs/components/Button/examples/Button.md +184 -184
  127. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  128. package/docs/components/Card/examples/Card.md +14 -14
  129. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  130. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  131. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  132. package/docs/components/DataList/examples/DataList.md +34 -34
  133. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  134. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  135. package/docs/components/Drawer/examples/Drawer.md +22 -22
  136. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  137. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  138. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  139. package/docs/components/Form/examples/Form.md +6 -6
  140. package/docs/components/Hint/examples/Hint.md +3 -3
  141. package/docs/components/Icon/examples/Icon.md +9 -9
  142. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  143. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  144. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  145. package/docs/components/Label/examples/Label.md +218 -218
  146. package/docs/components/Login/examples/Login.md +4 -4
  147. package/docs/components/Masthead/examples/masthead.md +1 -1
  148. package/docs/components/Menu/examples/Menu.md +129 -129
  149. package/docs/components/MenuToggle/examples/MenuToggle.md +217 -217
  150. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  151. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  152. package/docs/components/Nav/examples/Navigation.md +66 -66
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  154. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  155. package/docs/components/Page/examples/Page.md +1 -1
  156. package/docs/components/Pagination/examples/Pagination.md +92 -92
  157. package/docs/components/Popover/examples/Popover.md +22 -22
  158. package/docs/components/Progress/examples/Progress.md +7 -7
  159. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  160. package/docs/components/Slider/examples/Slider.md +4 -4
  161. package/docs/components/Table/examples/Table.md +479 -479
  162. package/docs/components/Tabs/examples/Tabs.md +378 -378
  163. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  164. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  165. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  166. package/docs/components/TreeView/examples/TreeView.md +104 -104
  167. package/docs/components/Wizard/examples/Wizard.md +40 -40
  168. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  169. package/docs/demos/Alert/examples/Alert.md +32 -32
  170. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  171. package/docs/demos/Banner/examples/Banner.md +16 -16
  172. package/docs/demos/Button/examples/Button.md +1 -1
  173. package/docs/demos/Card/examples/Card.md +78 -78
  174. package/docs/demos/CardView/examples/CardView.md +38 -38
  175. package/docs/demos/Compass/examples/Compass.md +219 -219
  176. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  177. package/docs/demos/DataList/examples/DataList.md +101 -101
  178. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  179. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  180. package/docs/demos/Form/examples/BasicForms.md +21 -21
  181. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  182. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  183. package/docs/demos/Modal/examples/Modal.md +54 -54
  184. package/docs/demos/Nav/examples/Nav.md +93 -93
  185. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  186. package/docs/demos/Page/examples/Page.md +119 -119
  187. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  188. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  189. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  190. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  191. package/docs/demos/Table/examples/Table.md +630 -630
  192. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  193. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  194. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  195. package/layouts/Gallery/gallery.css +1 -1
  196. package/layouts/Gallery/gallery.scss +1 -1
  197. package/layouts/Grid/grid.css +1 -1
  198. package/layouts/Grid/grid.scss +1 -1
  199. package/layouts/_index.css +2 -2
  200. package/package.json +11 -12
  201. package/patternfly-addons.css +12 -12
  202. package/patternfly-base-no-globals.css +61 -61
  203. package/patternfly-base.css +61 -61
  204. package/patternfly-no-globals.css +195 -192
  205. package/patternfly.css +195 -192
  206. package/patternfly.min.css +1 -1
  207. package/patternfly.min.css.map +1 -1
  208. package/sass-utilities/mixins.scss +2 -2
  209. package/utilities/Accessibility/accessibility.css +12 -12
  210. package/utilities/_index.css +12 -12
@@ -176,7 +176,7 @@
176
176
  overflow-x: hidden;
177
177
  overflow-y: auto;
178
178
  overscroll-behavior: contain;
179
- word-break: break-word;
179
+ overflow-wrap: break-word;
180
180
  -webkit-overflow-scrolling: touch;
181
181
 
182
182
  @media screen and (min-width: $pf-v6-global--breakpoint--sm) {
@@ -39,7 +39,9 @@
39
39
  --pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
40
40
  --pf-v6-c-accordion__expandable-content--MaxHeight: 0;
41
41
  --pf-v6-c-accordion__expandable-content--Visibility: hidden;
42
+ --pf-v6-c-accordion__expandable-content--Overflow: hidden;
42
43
  --pf-v6-c-accordion__item--m-expanded__expandable-content--Visibility: visible;
44
+ --pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow: visible;
43
45
  --pf-v6-c-accordion__item--m-expanded__expandable-content--MaxHeight: 99999px;
44
46
  --pf-v6-c-accordion__item--m-expanded__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
45
47
  --pf-v6-c-accordion__item--before--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
@@ -172,6 +174,7 @@
172
174
  --pf-v6-c-accordion__expandable-content--TransitionDuration--fade: 0s;
173
175
  --pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
174
176
  --pf-v6-c-accordion__expandable-content--BorderWidth: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--BorderWidth);
177
+ --pf-v6-c-accordion__expandable-content--Overflow: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow);
175
178
  }
176
179
 
177
180
  .pf-v6-c-accordion__toggle {
@@ -219,8 +222,8 @@
219
222
  }
220
223
 
221
224
  .pf-v6-c-accordion__toggle-icon {
222
- transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
223
225
  transform: rotate(var(--pf-v6-c-accordion__toggle-icon--Rotate));
226
+ transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
224
227
  }
225
228
 
226
229
  .pf-v6-c-accordion__expandable-content:where([hidden]) {
@@ -228,26 +231,27 @@
228
231
  }
229
232
 
230
233
  .pf-v6-c-accordion__expandable-content {
234
+ visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
231
235
  max-height: var(--pf-v6-c-accordion__expandable-content--MaxHeight);
232
236
  margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
233
237
  margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
234
238
  margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
239
+ overflow-y: var(--pf-v6-c-accordion__expandable-content--Overflow);
235
240
  font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
236
241
  color: var(--pf-v6-c-accordion__expandable-content--Color);
237
- visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
238
242
  background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
239
243
  border: var(--pf-v6-c-accordion__expandable-content--BorderWidth) solid var(--pf-v6-c-accordion__expandable-content--BorderColor);
240
244
  border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
241
245
  opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
246
+ translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
242
247
  transition-delay: 0s, 0s, var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade);
243
248
  transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
244
249
  transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
245
250
  transition-property: opacity, translate, visibility, max-height, margin-block-end;
246
- translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
247
251
  }
248
252
  .pf-v6-c-accordion__expandable-content.pf-m-fixed {
253
+ --pf-v6-c-accordion__expandable-content--Overflow: auto;
249
254
  max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base);
250
- overflow-y: auto;
251
255
  }
252
256
 
253
257
  .pf-v6-c-accordion__expandable-content-body {
@@ -55,7 +55,9 @@
55
55
  --#{$accordion}__expandable-content--m-fixed--MaxHeight: #{pf-size-prem(150px)};
56
56
  --#{$accordion}__expandable-content--MaxHeight: 0;
57
57
  --#{$accordion}__expandable-content--Visibility: hidden;
58
+ --#{$accordion}__expandable-content--Overflow: hidden;
58
59
  --#{$accordion}__item--m-expanded__expandable-content--Visibility: visible;
60
+ --#{$accordion}__item--m-expanded__expandable-content--Overflow: visible;
59
61
  --#{$accordion}__item--m-expanded__expandable-content--MaxHeight: 99999px;
60
62
  --#{$accordion}__item--m-expanded__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
61
63
 
@@ -204,6 +206,7 @@
204
206
  --#{$accordion}__expandable-content--TransitionDuration--fade: 0s;
205
207
  --#{$accordion}__expandable-content--m-fixed--MaxHeight--base: var(--#{$accordion}__expandable-content--m-fixed--MaxHeight);
206
208
  --#{$accordion}__expandable-content--BorderWidth: var(--#{$accordion}__item--m-expanded__expandable-content--BorderWidth);
209
+ --#{$accordion}__expandable-content--Overflow: var(--#{$accordion}__item--m-expanded__expandable-content--Overflow);
207
210
  }
208
211
  }
209
212
 
@@ -251,8 +254,8 @@
251
254
  .#{$accordion}__toggle-icon {
252
255
  @include pf-v6-mirror-inline-on-rtl;
253
256
 
254
- transition: var(--#{$accordion}__toggle-icon--Transition); // TODO remove shorthand property in breaking change
255
257
  transform: rotate(var(--#{$accordion}__toggle-icon--Rotate));
258
+ transition: var(--#{$accordion}__toggle-icon--Transition); // TODO remove shorthand property in breaking change
256
259
  }
257
260
 
258
261
  .#{$accordion}__expandable-content:where([hidden]) {
@@ -260,26 +263,28 @@
260
263
  }
261
264
 
262
265
  .#{$accordion}__expandable-content {
266
+ visibility: var(--#{$accordion}__expandable-content--Visibility);
263
267
  max-height: var(--#{$accordion}__expandable-content--MaxHeight);
264
268
  margin-block-end: var(--#{$accordion}__expandable-content--MarginBlockEnd);
265
269
  margin-inline-start: var(--#{$accordion}__expandable-content--MarginInlineStart);
266
270
  margin-inline-end: var(--#{$accordion}__expandable-content--MarginInlineEnd);
271
+ overflow-y: var(--#{$accordion}__expandable-content--Overflow);
267
272
  font-size: var(--#{$accordion}__expandable-content--FontSize);
268
273
  color: var(--#{$accordion}__expandable-content--Color);
269
- visibility: var(--#{$accordion}__expandable-content--Visibility);
270
274
  background-color: var(--#{$accordion}__expandable-content--BackgroundColor);
271
275
  border: var(--#{$accordion}__expandable-content--BorderWidth) solid var(--#{$accordion}__expandable-content--BorderColor);
272
276
  border-radius: var(--#{$accordion}__expandable-content--BorderRadius);
273
277
  opacity: var(--#{$accordion}__expandable-content--Opacity);
278
+ translate: 0 var(--#{$accordion}__expandable-content--TranslateY);
274
279
  transition-delay: 0s, 0s, var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--fade);
275
280
  transition-timing-function: var(--#{$accordion}__expandable-content--TransitionTimingFunction);
276
281
  transition-duration: var(--#{$accordion}__expandable-content--TransitionDuration--fade), var(--#{$accordion}__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
277
282
  transition-property: opacity, translate, visibility, max-height, margin-block-end;
278
- translate: 0 var(--#{$accordion}__expandable-content--TranslateY);
279
283
 
280
284
  &.pf-m-fixed {
285
+ --#{$accordion}__expandable-content--Overflow: auto;
286
+
281
287
  max-height: var(--#{$accordion}__expandable-content--m-fixed--MaxHeight--base);
282
- overflow-y: auto;
283
288
  }
284
289
  }
285
290
 
@@ -127,8 +127,8 @@
127
127
  display: grid;
128
128
  grid-template-rows: 1fr;
129
129
  opacity: 1;
130
- transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
131
130
  transform: translateX(0) translateY(0);
131
+ transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
132
132
  }
133
133
  @media screen and (prefers-reduced-motion: no-preference) {
134
134
  .pf-v6-c-alert-group__item {
@@ -164,13 +164,13 @@
164
164
  display: grid;
165
165
  grid-template-rows: 1fr;
166
166
  opacity: 1;
167
+ transform: translateX(0) translateY(0);
167
168
 
168
169
  // This transition will happen when the item is added (.pf-m-offstage-top is removed)
169
170
  // Reduced motion by default
170
171
  // transparency change only
171
172
  transition:
172
173
  opacity var(--#{$alert-group}--m-toast__item--Transition--opacity--default);
173
- transform: translateX(0) translateY(0);
174
174
 
175
175
  // This transition will happen when the item is added (.pf-m-offstage-top is removed)
176
176
  // give it height, then slide it down into place
@@ -146,8 +146,8 @@
146
146
 
147
147
  .pf-v6-c-alert__toggle-icon {
148
148
  display: inline-block;
149
- transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
150
149
  transform: rotate(var(--pf-v6-c-alert__toggle-icon--Rotate));
150
+ transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
151
151
  }
152
152
 
153
153
  .pf-v6-c-alert__icon {
@@ -162,7 +162,7 @@
162
162
  grid-area: title;
163
163
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
164
164
  color: var(--pf-v6-c-alert__title--Color);
165
- word-break: break-word;
165
+ overflow-wrap: break-word;
166
166
  }
167
167
  .pf-v6-c-alert__title.pf-m-truncate {
168
168
  display: -webkit-box;
@@ -174,7 +174,7 @@
174
174
  .pf-v6-c-alert__description {
175
175
  grid-area: description;
176
176
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
177
- word-break: break-word;
177
+ overflow-wrap: break-word;
178
178
  }
179
179
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
180
180
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -188,8 +188,8 @@
188
188
  @include pf-v6-mirror-inline-on-rtl;
189
189
 
190
190
  display: inline-block;
191
- transition: transform var(--#{$alert}__toggle-icon--TransitionDuration) var(--#{$alert}__toggle-icon--TransitionTimingFunction);
192
191
  transform: rotate(var(--#{$alert}__toggle-icon--Rotate));
192
+ transition: transform var(--#{$alert}__toggle-icon--TransitionDuration) var(--#{$alert}__toggle-icon--TransitionTimingFunction);
193
193
  }
194
194
 
195
195
  .#{$alert}__icon {
@@ -204,7 +204,7 @@
204
204
  grid-area: title;
205
205
  font-weight: var(--#{$alert}__title--FontWeight);
206
206
  color: var(--#{$alert}__title--Color);
207
- word-break: break-word;
207
+ overflow-wrap: break-word;
208
208
 
209
209
  &.pf-m-truncate {
210
210
  @include pf-v6-line-clamp("var(--#{$alert}__title--max-lines)");
@@ -214,7 +214,7 @@
214
214
  .#{$alert}__description {
215
215
  grid-area: description;
216
216
  padding-block-start: var(--#{$alert}__description--PaddingBlockStart);
217
- word-break: break-word;
217
+ overflow-wrap: break-word;
218
218
 
219
219
  + .#{$alert}__action-group {
220
220
  --#{$alert}__action-group--PaddingBlockStart: var(--#{$alert}__description--action-group--PaddingBlockStart);
@@ -68,10 +68,10 @@
68
68
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
69
69
  line-height: inherit;
70
70
  color: var(--pf-v6-c-breadcrumb__link--Color);
71
+ overflow-wrap: break-word;
71
72
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
72
73
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
73
74
  text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
74
- word-break: break-word;
75
75
  background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
76
76
  }
77
77
  .pf-v6-c-breadcrumb__link:is(:hover, :focus) {
@@ -83,10 +83,10 @@
83
83
  font-weight: var(--#{$breadcrumb}__link--FontWeight);
84
84
  line-height: inherit;
85
85
  color: var(--#{$breadcrumb}__link--Color);
86
+ overflow-wrap: break-word;
86
87
  text-decoration-line: var(--#{$breadcrumb}__link--TextDecorationLine);
87
88
  text-decoration-style: var(--#{$breadcrumb}__link--TextDecorationStyle);
88
89
  text-decoration-color: var(--#{$breadcrumb}__link--TextDecorationColor);
89
- word-break: break-word;
90
90
  background-color: var(--#{$breadcrumb}__link--BackgroundColor);
91
91
 
92
92
  &:is(:hover, :focus) {
@@ -375,10 +375,10 @@
375
375
  line-height: var(--pf-v6-c-button--LineHeight, inherit);
376
376
  color: var(--pf-v6-c-button--Color);
377
377
  text-align: center;
378
+ white-space: nowrap;
378
379
  text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
379
380
  text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
380
381
  text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
381
- white-space: nowrap;
382
382
  cursor: pointer;
383
383
  -webkit-user-select: none;
384
384
  user-select: none;
@@ -388,11 +388,11 @@
388
388
  border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
389
389
  border-end-start-radius: var(--pf-v6-c-button--BorderEndStartRadius, var(--pf-v6-c-button--BorderRadius));
390
390
  border-end-end-radius: var(--pf-v6-c-button--BorderEndEndRadius, var(--pf-v6-c-button--BorderRadius));
391
+ scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
391
392
  transition-delay: var(--pf-v6-c-button--TransitionDelay);
392
393
  transition-timing-function: var(--pf-v6-c-button--TransitionTimingFunction);
393
394
  transition-duration: var(--pf-v6-c-button--TransitionDuration);
394
395
  transition-property: var(--pf-v6-c-button--TransitionProperty);
395
- scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
396
396
  }
397
397
  .pf-v6-c-button::after {
398
398
  position: absolute;
@@ -519,10 +519,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
519
519
  --pf-v6-c-button--hover--BorderWidth: 0;
520
520
  --pf-v6-c-button--m-clicked--BorderWidth: 0;
521
521
  text-align: start;
522
- text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
523
522
  white-space: normal;
524
- background: transparent;
523
+ text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
525
524
  outline-offset: 0.125rem;
525
+ background: transparent;
526
526
  }
527
527
  .pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
528
528
  --pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
@@ -880,12 +880,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
880
880
  margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
881
881
  margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
882
882
  color: var(--pf-v6-c-button__icon--Color);
883
+ rotate: var(--pf-v6-c-button__icon--Rotate);
884
+ scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
883
885
  transition-delay: var(--pf-v6-c-button__icon--TransitionDelay);
884
886
  transition-timing-function: var(--pf-v6-c-button__icon--TransitionTimingFunction);
885
887
  transition-duration: var(--pf-v6-c-button__icon--TransitionDuration);
886
888
  transition-property: var(--pf-v6-c-button__icon--TransitionProperty);
887
- rotate: var(--pf-v6-c-button__icon--Rotate);
888
- scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
889
889
  }
890
890
  .pf-v6-c-button__icon.pf-m-start {
891
891
  --pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
@@ -439,10 +439,10 @@
439
439
  line-height: var(--#{$button}--LineHeight, inherit);
440
440
  color: var(--#{$button}--Color);
441
441
  text-align: center;
442
+ white-space: nowrap;
442
443
  text-decoration-line: var(--#{$button}--TextDecorationLine);
443
444
  text-decoration-style: var(--#{$button}--TextDecorationStyle);
444
445
  text-decoration-color: var(--#{$button}--TextDecorationColor);
445
- white-space: nowrap;
446
446
  cursor: pointer; // needed for when a button does not use <button> - eg, <span>
447
447
  // stylelint-disable property-no-vendor-prefix
448
448
  -webkit-user-select: none;
@@ -454,11 +454,11 @@
454
454
  border-start-end-radius: var(--#{$button}--BorderStartEndRadius, var(--#{$button}--BorderRadius));
455
455
  border-end-start-radius: var(--#{$button}--BorderEndStartRadius, var(--#{$button}--BorderRadius));
456
456
  border-end-end-radius: var(--#{$button}--BorderEndEndRadius, var(--#{$button}--BorderRadius));
457
+ scale: var(--#{$button}--ScaleX) var(--#{$button}--ScaleY);
457
458
  transition-delay: var(--#{$button}--TransitionDelay);
458
459
  transition-timing-function: var(--#{$button}--TransitionTimingFunction);
459
460
  transition-duration: var(--#{$button}--TransitionDuration);
460
461
  transition-property: var(--#{$button}--TransitionProperty);
461
- scale: var(--#{$button}--ScaleX) var(--#{$button}--ScaleY);
462
462
 
463
463
  &::after {
464
464
  position: absolute;
@@ -596,10 +596,10 @@
596
596
  --#{$button}--m-clicked--BorderWidth: 0;
597
597
 
598
598
  text-align: start;
599
- text-underline-offset: var(--#{$button}--m-link--m-inline--TextUnderlineOffset);
600
599
  white-space: normal;
601
- background: transparent; // don't show the ripple effect for inline links
600
+ text-underline-offset: var(--#{$button}--m-link--m-inline--TextUnderlineOffset);
602
601
  outline-offset: #{pf-size-prem(2px)};
602
+ background: transparent; // don't show the ripple effect for inline links
603
603
 
604
604
  &:hover,
605
605
  &:focus {
@@ -1013,12 +1013,12 @@
1013
1013
  margin-inline-start: var(--#{$button}__icon--MarginInlineStart);
1014
1014
  margin-inline-end: var(--#{$button}__icon--MarginInlineEnd);
1015
1015
  color: var(--#{$button}__icon--Color);
1016
+ rotate: var(--#{$button}__icon--Rotate);
1017
+ scale: var(--#{$button}__icon--ScaleX) var(--#{$button}__icon--ScaleY);
1016
1018
  transition-delay: var(--#{$button}__icon--TransitionDelay);
1017
1019
  transition-timing-function: var(--#{$button}__icon--TransitionTimingFunction);
1018
1020
  transition-duration: var(--#{$button}__icon--TransitionDuration);
1019
1021
  transition-property: var(--#{$button}__icon--TransitionProperty);
1020
- rotate: var(--#{$button}__icon--Rotate);
1021
- scale: var(--#{$button}__icon--ScaleX) var(--#{$button}__icon--ScaleY);
1022
1022
 
1023
1023
  &.pf-m-start {
1024
1024
  --#{$button}__icon--MarginInlineEnd: var(--#{$button}__icon--m-start--MarginInlineEnd);
@@ -106,8 +106,8 @@
106
106
  --pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-glass--BackgroundColor);
107
107
  --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-glass--BorderColor);
108
108
  --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-glass--BorderWidth);
109
- backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
110
109
  box-shadow: var(--pf-v6-c-card--m-glass--BoxShadow);
110
+ backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
111
111
  }
112
112
  .pf-v6-c-card.pf-m-selectable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check, .pf-v6-c-radio) {
113
113
  gap: 0;
@@ -349,9 +349,9 @@
349
349
  }
350
350
 
351
351
  .pf-v6-c-card__clickable-action {
352
+ outline: 0;
352
353
  background: none;
353
354
  border: 0;
354
- outline: 0;
355
355
  }
356
356
  .pf-v6-c-card__clickable-action:disabled, .pf-v6-c-card__clickable-action.pf-m-disabled {
357
357
  pointer-events: none;
@@ -144,9 +144,9 @@
144
144
  --#{$card}--BackgroundColor: var(--#{$card}--m-glass--BackgroundColor);
145
145
  --#{$card}--BorderColor: var(--#{$card}--m-glass--BorderColor);
146
146
  --#{$card}--BorderWidth: var(--#{$card}--m-glass--BorderWidth);
147
-
148
- backdrop-filter: var(--#{$card}--m-glass--BackdropFilter);
147
+
149
148
  box-shadow: var(--#{$card}--m-glass--BoxShadow);
149
+ backdrop-filter: var(--#{$card}--m-glass--BackdropFilter);
150
150
  }
151
151
 
152
152
  // SELECTABLE CARDS
@@ -462,9 +462,9 @@
462
462
  }
463
463
 
464
464
  .#{$card}__clickable-action {
465
+ outline: 0;
465
466
  background: none;
466
467
  border: 0;
467
- outline: 0;
468
468
 
469
469
  &:disabled,
470
470
  &.pf-m-disabled {
@@ -18,7 +18,7 @@
18
18
  .pf-v6-c-check {
19
19
  display: grid;
20
20
  grid-template-columns: auto 1fr;
21
- grid-gap: var(--pf-v6-c-check--GridGap);
21
+ gap: var(--pf-v6-c-check--GridGap);
22
22
  accent-color: var(--pf-v6-c-check--AccentColor);
23
23
  }
24
24
  .pf-v6-c-check.pf-m-standalone {
@@ -27,7 +27,7 @@
27
27
  .#{$check} {
28
28
  display: grid;
29
29
  grid-template-columns: auto 1fr;
30
- grid-gap: var(--#{$check}--GridGap);
30
+ gap: var(--#{$check}--GridGap);
31
31
  accent-color: var(--#{$check}--AccentColor);
32
32
 
33
33
  &.pf-m-standalone {
@@ -70,7 +70,7 @@
70
70
  padding-inline-start: var(--pf-v6-c-clipboard-copy__expandable-content--PaddingInlineStart);
71
71
  padding-inline-end: var(--pf-v6-c-clipboard-copy__expandable-content--PaddingInlineEnd);
72
72
  margin-block-start: var(--pf-v6-c-clipboard-copy__expandable-content--MarginBlockStart);
73
- word-wrap: break-word;
73
+ overflow-wrap: break-word;
74
74
  background-color: var(--pf-v6-c-clipboard-copy__expandable-content--BackgroundColor);
75
75
  background-clip: padding-box;
76
76
  border: solid var(--pf-v6-c-clipboard-copy__expandable-content--BorderColor);
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  .pf-v6-c-clipboard-copy__text {
89
- word-break: break-word;
89
+ overflow-wrap: break-word;
90
90
  white-space: normal;
91
91
  }
92
92
  .pf-v6-c-clipboard-copy__text.pf-m-code {
@@ -91,7 +91,7 @@
91
91
  padding-inline-start: var(--#{$clipboard-copy}__expandable-content--PaddingInlineStart);
92
92
  padding-inline-end: var(--#{$clipboard-copy}__expandable-content--PaddingInlineEnd);
93
93
  margin-block-start: var(--#{$clipboard-copy}__expandable-content--MarginBlockStart);
94
- word-wrap: break-word;
94
+ overflow-wrap: break-word;
95
95
  background-color: var(--#{$clipboard-copy}__expandable-content--BackgroundColor);
96
96
  background-clip: padding-box;
97
97
  border: solid var(--#{$clipboard-copy}__expandable-content--BorderColor);
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  .#{$clipboard-copy}__text {
111
- word-break: break-word;
111
+ overflow-wrap: break-word;
112
112
  white-space: normal;
113
113
 
114
114
  &.pf-m-code {
@@ -196,8 +196,8 @@
196
196
  .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
197
197
  .pf-v6-c-compass__main-footer,
198
198
  .pf-v6-c-compass__footer {
199
- margin: 0;
200
199
  visibility: hidden;
200
+ margin: 0;
201
201
  opacity: 0;
202
202
  transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
203
203
  transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
@@ -318,8 +318,8 @@
318
318
  flex-direction: column;
319
319
  grid-area: dock;
320
320
  width: var(--pf-v6-c-compass__dock--Width);
321
- transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide);
322
321
  translate: -100% 0;
322
+ transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide);
323
323
  }
324
324
  .pf-v6-c-compass__dock.pf-m-expanded {
325
325
  --pf-v6-c-compass__dock--TransitionDuration--slide: var(--pf-v6-c-compass__dock--m-expanded--TransitionDuration--slide);
@@ -345,9 +345,9 @@
345
345
  .pf-v6-c-compass__dock-main {
346
346
  flex-grow: 1;
347
347
  background-color: var(--pf-v6-c-compass__dock-main--BackgroundColor);
348
- backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
349
348
  border-inline-end: var(--pf-v6-c-compass__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock-main--BorderInlineEndColor);
350
349
  box-shadow: var(--pf-v6-c-compass__dock-main--BoxShadow);
350
+ backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
351
351
  }
352
352
  .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-compass__dock-main {
353
353
  border-inline-end: var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndColor);
@@ -198,8 +198,8 @@
198
198
  .#{$compass}__sidebar:is(.pf-m-start, .pf-m-end),
199
199
  .#{$compass}__main-footer,
200
200
  .#{$compass}__footer {
201
- margin: 0;
202
201
  visibility: hidden;
202
+ margin: 0;
203
203
  opacity: 0;
204
204
  transition-delay: var(--#{$compass}--section--TransitionDelay);
205
205
  transition-timing-function: var(--#{$compass}--section--TransitionTimingFunction);
@@ -327,8 +327,8 @@
327
327
  flex-direction: column;
328
328
  grid-area: dock;
329
329
  width: var(--#{$compass}__dock--Width);
330
- transition: translate var(--#{$compass}__dock--TransitionDuration--slide) var(--#{$compass}__dock--TransitionTimingFunction--slide);
331
330
  translate: -100% 0;
331
+ transition: translate var(--#{$compass}__dock--TransitionDuration--slide) var(--#{$compass}__dock--TransitionTimingFunction--slide);
332
332
 
333
333
  &.pf-m-expanded {
334
334
  --#{$compass}__dock--TransitionDuration--slide: var(--#{$compass}__dock--m-expanded--TransitionDuration--slide);
@@ -358,9 +358,9 @@
358
358
  .#{$compass}__dock-main {
359
359
  flex-grow: 1;
360
360
  background-color: var(--#{$compass}__dock-main--BackgroundColor);
361
- backdrop-filter: var(--#{$compass}__dock-main--BackdropFilter);
362
361
  border-inline-end: var(--#{$compass}__dock-main--BorderInlineEndWidth) solid var(--#{$compass}__dock-main--BorderInlineEndColor);
363
362
  box-shadow: var(--#{$compass}__dock-main--BoxShadow);
363
+ backdrop-filter: var(--#{$compass}__dock-main--BackdropFilter);
364
364
 
365
365
  .#{$compass}__dock.pf-m-expanded & {
366
366
  border-inline-end: var(--#{$compass}__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--#{$compass}__dock--m-expanded__dock-main--BorderInlineEndColor);
@@ -250,8 +250,8 @@ ul) {
250
250
  @media screen and (min-width: 36rem) {
251
251
  :is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
252
252
  grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
253
- grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
254
- grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
253
+ row-gap: var(--pf-v6-c-content--dl--RowGap);
254
+ column-gap: var(--pf-v6-c-content--dl--ColumnGap);
255
255
  }
256
256
  }
257
257
 
@@ -347,8 +347,8 @@
347
347
 
348
348
  @media screen and (min-width: $pf-v6-global--breakpoint--sm) {
349
349
  grid-template: auto / var(--#{$content}--dl--GridTemplateColumns--dt) var(--#{$content}--dl--GridTemplateColumns--dd);
350
- grid-row-gap: var(--#{$content}--dl--RowGap);
351
- grid-column-gap: var(--#{$content}--dl--ColumnGap);
350
+ row-gap: var(--#{$content}--dl--RowGap);
351
+ column-gap: var(--#{$content}--dl--ColumnGap);
352
352
  }
353
353
  }
354
354
 
@@ -760,8 +760,8 @@
760
760
  .pf-v6-c-data-list__toggle-icon {
761
761
  height: var(--pf-v6-c-data-list__toggle-icon--Height);
762
762
  pointer-events: none;
763
- transition: var(--pf-v6-c-data-list__toggle-icon--Transition);
764
763
  transform: rotate(var(--pf-v6-c-data-list__toggle-icon--Rotate));
764
+ transition: var(--pf-v6-c-data-list__toggle-icon--Transition);
765
765
  }
766
766
 
767
767
  .pf-v6-c-data-list__item-content {
@@ -350,8 +350,8 @@
350
350
 
351
351
  height: var(--#{$data-list}__toggle-icon--Height);
352
352
  pointer-events: none;
353
- transition: var(--#{$data-list}__toggle-icon--Transition); // TODO remove shorthand in breaking change
354
353
  transform: rotate(var(--#{$data-list}__toggle-icon--Rotate));
354
+ transition: var(--#{$data-list}__toggle-icon--Transition); // TODO remove shorthand in breaking change
355
355
  }
356
356
 
357
357
  .#{$data-list}__item-content {
@@ -137,7 +137,6 @@
137
137
  width: 100%;
138
138
  margin-block-end: var(--pf-v6-c-description-list--RowGap);
139
139
  break-inside: avoid;
140
- page-break-inside: avoid;
141
140
  -webkit-column-break-inside: avoid;
142
141
  -moz-column-break-inside: avoid;
143
142
  }
@@ -109,7 +109,6 @@ $pf-v6-c-description-list--breakpoint-map: build-breakpoint-map("base", "sm", "m
109
109
  width: 100%;
110
110
  margin-block-end: var(--#{$description-list}--RowGap);
111
111
  break-inside: avoid;
112
- page-break-inside: avoid;
113
112
 
114
113
  // stylelint-disable property-no-vendor-prefix
115
114
  -webkit-column-break-inside: avoid;
@@ -369,6 +369,7 @@
369
369
  .pf-v6-c-drawer__panel {
370
370
  position: relative;
371
371
  z-index: var(--pf-v6-c-drawer__panel--ZIndex);
372
+ visibility: hidden;
372
373
  flex-basis: var(--pf-v6-c-drawer__panel--FlexBasis);
373
374
  row-gap: var(--pf-v6-c-drawer__panel--RowGap);
374
375
  order: 1;
@@ -376,7 +377,6 @@
376
377
  margin-block: var(--pf-v6-c-drawer__panel--MarginBlock, revert);
377
378
  margin-inline: var(--pf-v6-c-drawer__panel--MarginInline, revert);
378
379
  overflow: auto;
379
- visibility: hidden;
380
380
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
381
381
  border: solid var(--pf-v6-c-drawer__panel--BorderColor);
382
382
  border-block-start-width: var(--pf-v6-c-drawer__panel--BorderBlockStartWidth);
@@ -486,8 +486,8 @@
486
486
  margin-block-start: var(--pf-v6-c-drawer__splitter--MarginBlockStart, 0);
487
487
  margin-inline-start: var(--pf-v6-c-drawer__splitter--MarginInlineStart, 0);
488
488
  cursor: var(--pf-v6-c-drawer__splitter--Cursor);
489
- background-color: var(--pf-v6-c-drawer__splitter--BackgroundColor);
490
489
  outline-offset: var(--pf-v6-c-drawer__splitter--focus--OutlineOffset);
490
+ background-color: var(--pf-v6-c-drawer__splitter--BackgroundColor);
491
491
  }
492
492
  .pf-v6-c-drawer__splitter.pf-m-vertical {
493
493
  --pf-v6-c-drawer__splitter--Height: var(--pf-v6-c-drawer__splitter--m-vertical--Height);
@@ -436,6 +436,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
436
436
  .#{$drawer}__panel {
437
437
  position: relative;
438
438
  z-index: var(--#{$drawer}__panel--ZIndex);
439
+ visibility: hidden; // hidden by default
439
440
  flex-basis: var(--#{$drawer}__panel--FlexBasis);
440
441
  row-gap: var(--#{$drawer}__panel--RowGap);
441
442
  order: 1;
@@ -443,7 +444,6 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
443
444
  margin-block: var(--#{$drawer}__panel--MarginBlock, revert);
444
445
  margin-inline: var(--#{$drawer}__panel--MarginInline, revert);
445
446
  overflow: auto;
446
- visibility: hidden; // hidden by default
447
447
  background-color: var(--#{$drawer}__panel--BackgroundColor);
448
448
  border: solid var(--#{$drawer}__panel--BorderColor);
449
449
  border-block-start-width: var(--#{$drawer}__panel--BorderBlockStartWidth);
@@ -569,8 +569,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
569
569
  margin-block-start: var(--#{$drawer}__splitter--MarginBlockStart, 0);
570
570
  margin-inline-start: var(--#{$drawer}__splitter--MarginInlineStart, 0);
571
571
  cursor: var(--#{$drawer}__splitter--Cursor);
572
- background-color: var(--#{$drawer}__splitter--BackgroundColor);
573
572
  outline-offset: var(--#{$drawer}__splitter--focus--OutlineOffset);
573
+ background-color: var(--#{$drawer}__splitter--BackgroundColor);
574
574
 
575
575
  &.pf-m-vertical {
576
576
  --#{$drawer}__splitter--Height: var(--#{$drawer}__splitter--m-vertical--Height);