@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
@@ -347,8 +347,8 @@
347
347
 
348
348
  // - Menu list
349
349
  .#{$menu}__list {
350
- overflow: hidden;
351
350
  visibility: visible;
351
+ overflow: hidden;
352
352
  transition: var(--#{$menu}--m-drilldown__list--Transition);
353
353
 
354
354
  & .#{$menu}__list {
@@ -390,8 +390,8 @@
390
390
 
391
391
  // stylelint-disable selector-max-class
392
392
  &.pf-m-drilled-in > .#{$menu}__content > .#{$menu}__list {
393
- overflow: visible;
394
393
  visibility: hidden;
394
+ overflow: visible;
395
395
 
396
396
  > .#{$divider},
397
397
  > .#{$menu}__list-item:not(.pf-m-current-path) {
@@ -566,10 +566,10 @@
566
566
  color: var(--#{$menu}__item--Color);
567
567
  text-align: start;
568
568
  text-decoration-line: none;
569
+ outline-offset: var(--#{$menu}--OutlineOffset);
569
570
  background-color: var(--#{$menu}__item--BackgroundColor);
570
571
  border: 0;
571
572
  border-radius: var(--#{$menu}__item--BorderRadius);
572
- outline-offset: var(--#{$menu}--OutlineOffset);
573
573
 
574
574
  @include pf-v6-hidden-visible(flex);
575
575
 
@@ -627,7 +627,7 @@
627
627
  .#{$menu}__item-description {
628
628
  font-size: var(--#{$menu}__item-description--FontSize);
629
629
  color: var(--#{$menu}__item-description--Color);
630
- word-break: break-word;
630
+ overflow-wrap: break-word;
631
631
  }
632
632
 
633
633
  // - Menu check
@@ -523,10 +523,10 @@
523
523
 
524
524
  .pf-v6-c-menu-toggle__icon {
525
525
  flex-shrink: 0;
526
+ rotate: var(--pf-v6-c-menu-toggle__icon--Rotate);
526
527
  transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
527
528
  transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
528
529
  transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
529
- rotate: var(--pf-v6-c-menu-toggle__icon--Rotate);
530
530
  }
531
531
  .pf-v6-c-menu-toggle__icon :where(picture, img) {
532
532
  vertical-align: middle;
@@ -649,10 +649,10 @@
649
649
 
650
650
  .#{$menu-toggle}__icon {
651
651
  flex-shrink: 0;
652
+ rotate: var(--#{$menu-toggle}__icon--Rotate);
652
653
  transition-delay: var(--#{$menu-toggle}__icon--TransitionDelay);
653
654
  transition-duration: var(--#{$menu-toggle}__icon--TransitionDuration);
654
655
  transition-property: var(--#{$menu-toggle}__icon--TransitionProperty);
655
- rotate: var(--#{$menu-toggle}__icon--Rotate);
656
656
 
657
657
  @at-root .#{$menu-toggle}:not(.pf-m-plain) & {
658
658
  @extend %pf-v6-menu-toggle__icon--MarginBlock;
@@ -183,7 +183,7 @@
183
183
  overflow-x: hidden;
184
184
  overflow-y: auto;
185
185
  overscroll-behavior: contain;
186
- word-break: break-word;
186
+ overflow-wrap: break-word;
187
187
  -webkit-overflow-scrolling: touch;
188
188
  }
189
189
  .pf-v6-c-modal-box__body:last-child {
@@ -226,7 +226,7 @@
226
226
  overflow-x: hidden;
227
227
  overflow-y: auto;
228
228
  overscroll-behavior: contain;
229
- word-break: break-word;
229
+ overflow-wrap: break-word;
230
230
  -webkit-overflow-scrolling: touch;
231
231
 
232
232
  &:last-child {
@@ -212,17 +212,17 @@
212
212
 
213
213
  .pf-v6-c-nav__subnav {
214
214
  --pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
215
+ visibility: visible;
215
216
  max-height: 99999px;
216
217
  padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
217
218
  padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
218
219
  padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
219
220
  overflow-y: clip;
220
- visibility: visible;
221
+ translate: 0 var(--pf-v6-c-nav__subnav--TranslateY);
221
222
  transition-delay: 0s, 0s, var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s);
222
223
  transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expand);
223
224
  transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expand), var(--pf-v6-c-nav__subnav--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
224
225
  transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
225
- translate: 0 var(--pf-v6-c-nav__subnav--TranslateY);
226
226
  }
227
227
  .pf-v6-c-nav__subnav[hidden] {
228
228
  --pf-v6-c-nav__subnav--TransitionDelay--expand--focus: var(--pf-v6-c-nav__subnav--TransitionDuration--expand);
@@ -232,8 +232,8 @@
232
232
  --pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
233
233
  --pf-v6-c-nav__subnav--TranslateY: var(--pf-v6-c-nav__subnav--hidden--TranslateY);
234
234
  display: grid;
235
- max-height: 0;
236
235
  visibility: hidden;
236
+ max-height: 0;
237
237
  opacity: 0;
238
238
  }
239
239
 
@@ -251,10 +251,10 @@
251
251
  content: var(--pf-v6-c-nav__item--accent--content, "");
252
252
  background-color: var(--pf-v6-c-nav__item--accent--color);
253
253
  border-radius: var(--pf-v6-c-nav__item--accent--BorderRadius);
254
+ scale: 1 var(--pf-v6-c-nav__item--accent--ScaleY);
254
255
  transition-timing-function: var(--pf-v6-c-nav__item--accent--TransitionTimingFunction);
255
256
  transition-duration: var(--pf-v6-c-nav__item--accent--TransitionDuration);
256
257
  transition-property: scale;
257
- scale: 1 var(--pf-v6-c-nav__item--accent--ScaleY);
258
258
  }
259
259
  .pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
260
260
  margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
@@ -342,10 +342,10 @@
342
342
 
343
343
  .pf-v6-c-nav__toggle-icon {
344
344
  display: inline-block;
345
+ transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
345
346
  transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
346
347
  transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
347
348
  transition-property: transform;
348
- transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
349
349
  }
350
350
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
351
351
  scale: -1 1;
@@ -265,17 +265,17 @@
265
265
  .#{$nav}__subnav {
266
266
  --#{$nav}__list--RowGap: var(--#{$nav}__subnav--RowGap); // this value is passed to --#{$nav}__item--RowGap--row-offset and updates clickable area based on value passed
267
267
 
268
+ visibility: visible;
268
269
  max-height: 99999px;
269
270
  padding-block-start: var(--#{$nav}__subnav--PaddingBlockStart);
270
271
  padding-block-end: var(--#{$nav}__subnav--PaddingBlockEnd);
271
272
  padding-inline-start: var(--#{$nav}__subnav--PaddingInlineStart); // indent nested lists
272
273
  overflow-y: clip;
273
- visibility: visible;
274
+ translate: 0 var(--#{$nav}__subnav--TranslateY);
274
275
  transition-delay: 0s, 0s, var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s);
275
276
  transition-timing-function: var(--#{$nav}__subnav--TransitionTimingFunction--expand);
276
277
  transition-duration: var(--#{$nav}__subnav--TransitionDuration--expand), var(--#{$nav}__subnav--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
277
278
  transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
278
- translate: 0 var(--#{$nav}__subnav--TranslateY);
279
279
 
280
280
  &[hidden] {
281
281
  --#{$nav}__subnav--TransitionDelay--expand--focus: var(--#{$nav}__subnav--TransitionDuration--expand);
@@ -286,8 +286,8 @@
286
286
  --#{$nav}__subnav--TranslateY: var(--#{$nav}__subnav--hidden--TranslateY);
287
287
 
288
288
  display: grid; // overrides `display: none` - element is hidden via `visibility: hidden`
289
- max-height: 0;
290
289
  visibility: hidden;
290
+ max-height: 0;
291
291
  opacity: 0;
292
292
  }
293
293
  }
@@ -307,10 +307,10 @@
307
307
  content: var(--#{$nav}__item--accent--content, "");
308
308
  background-color: var(--#{$nav}__item--accent--color);
309
309
  border-radius: var(--#{$nav}__item--accent--BorderRadius);
310
+ scale: 1 var(--#{$nav}__item--accent--ScaleY);
310
311
  transition-timing-function: var(--#{$nav}__item--accent--TransitionTimingFunction);
311
312
  transition-duration: var(--#{$nav}__item--accent--TransitionDuration);
312
313
  transition-property: scale;
313
- scale: 1 var(--#{$nav}__item--accent--ScaleY);
314
314
  }
315
315
 
316
316
  > .#{$nav}__link[button] {
@@ -422,10 +422,10 @@
422
422
  // - Nav toggle caret icon
423
423
  .#{$nav}__toggle-icon {
424
424
  display: inline-block;
425
+ transform: rotate(var(--#{$nav}__item__toggle-icon--Rotate));
425
426
  transition-timing-function: var(--#{$nav}__item__toggle-icon--TransitionTimingFunction--transform);
426
427
  transition-duration: var(--#{$nav}__item__toggle-icon--TransitionDuration--transform);
427
428
  transition-property: transform;
428
- transform: rotate(var(--#{$nav}__item__toggle-icon--Rotate));
429
429
 
430
430
  @include pf-v6-mirror-inline-on-rtl;
431
431
 
@@ -138,9 +138,9 @@
138
138
  padding-block-end: var(--pf-v6-c-notification-drawer__list-item--PaddingBlockEnd);
139
139
  padding-inline-start: var(--pf-v6-c-notification-drawer__list-item--PaddingInlineStart);
140
140
  padding-inline-end: var(--pf-v6-c-notification-drawer__list-item--PaddingInlineEnd);
141
+ outline-offset: var(--pf-v6-c-notification-drawer__list-item--OutlineOffset);
141
142
  background-color: var(--pf-v6-c-notification-drawer__list-item--BackgroundColor);
142
143
  border-radius: var(--pf-v6-c-notification-drawer__list-item--BorderRadius);
143
- outline-offset: var(--pf-v6-c-notification-drawer__list-item--OutlineOffset);
144
144
  }
145
145
  .pf-v6-c-notification-drawer__list-item::before {
146
146
  position: absolute;
@@ -197,7 +197,7 @@
197
197
 
198
198
  .pf-v6-c-notification-drawer__list-item-header-title {
199
199
  font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
200
- word-break: break-word;
200
+ overflow-wrap: break-word;
201
201
  }
202
202
  .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
203
203
  display: -webkit-box;
@@ -219,7 +219,7 @@
219
219
  grid-row: 2/3;
220
220
  grid-column: 1/2;
221
221
  margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
222
- word-break: break-word;
222
+ overflow-wrap: break-word;
223
223
  }
224
224
 
225
225
  .pf-v6-c-notification-drawer__list-item-timestamp {
@@ -250,9 +250,9 @@
250
250
  padding-block-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingBlockEnd);
251
251
  padding-inline-start: var(--pf-v6-c-notification-drawer__group-toggle--PaddingInlineStart);
252
252
  padding-inline-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingInlineEnd);
253
+ outline-offset: var(--pf-v6-c-notification-drawer__group-toggle--OutlineOffset);
253
254
  background-color: var(--pf-v6-c-notification-drawer__group-toggle--BackgroundColor);
254
255
  border: none;
255
- outline-offset: var(--pf-v6-c-notification-drawer__group-toggle--OutlineOffset);
256
256
  }
257
257
 
258
258
  .pf-v6-c-notification-drawer__group-toggle-title {
@@ -264,7 +264,7 @@
264
264
  margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
265
265
  font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
266
266
  text-align: start;
267
- word-break: break-word;
267
+ overflow-wrap: break-word;
268
268
  }
269
269
 
270
270
  .pf-v6-c-notification-drawer__group-toggle-count {
@@ -173,9 +173,9 @@
173
173
  padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBlockEnd);
174
174
  padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingInlineStart);
175
175
  padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingInlineEnd);
176
+ outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
176
177
  background-color: var(--#{$notification-drawer}__list-item--BackgroundColor);
177
178
  border-radius: var(--#{$notification-drawer}__list-item--BorderRadius);
178
- outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
179
179
 
180
180
  &::before {
181
181
  position: absolute;
@@ -242,7 +242,7 @@
242
242
 
243
243
  .#{$notification-drawer}__list-item-header-title {
244
244
  font-weight: var(--#{$notification-drawer}__list-item-header-title--FontWeight);
245
- word-break: break-word;
245
+ overflow-wrap: break-word;
246
246
 
247
247
  &.pf-m-truncate {
248
248
  @include pf-v6-line-clamp("var(--#{$notification-drawer}__list-item-header-title--max-lines)");
@@ -263,7 +263,7 @@
263
263
  grid-row: 2 / 3;
264
264
  grid-column: 1 / 2;
265
265
  margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBlockEnd);
266
- word-break: break-word;
266
+ overflow-wrap: break-word;
267
267
  }
268
268
 
269
269
  .#{$notification-drawer}__list-item-timestamp {
@@ -295,9 +295,9 @@
295
295
  padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBlockEnd);
296
296
  padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingInlineStart);
297
297
  padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingInlineEnd);
298
+ outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
298
299
  background-color: var(--#{$notification-drawer}__group-toggle--BackgroundColor);
299
300
  border: none;
300
- outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
301
301
  }
302
302
 
303
303
  .#{$notification-drawer}__group-toggle-title {
@@ -307,7 +307,7 @@
307
307
  margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginInlineEnd);
308
308
  font-size: var(--#{$notification-drawer}__group-toggle-title--FontSize);
309
309
  text-align: start;
310
- word-break: break-word;
310
+ overflow-wrap: break-word;
311
311
  }
312
312
 
313
313
  .#{$notification-drawer}__group-toggle-count {
@@ -428,9 +428,9 @@
428
428
  .pf-v6-c-page__dock-main {
429
429
  flex-grow: 1;
430
430
  background-color: var(--pf-v6-c-page__dock-main--BackgroundColor);
431
- backdrop-filter: var(--pf-v6-c-page__dock-main--BackdropFilter);
432
431
  border-inline-end: var(--pf-v6-c-page__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock-main--BorderInlineEndColor);
433
432
  box-shadow: var(--pf-v6-c-page__dock-main--BoxShadow);
433
+ backdrop-filter: var(--pf-v6-c-page__dock-main--BackdropFilter);
434
434
  }
435
435
  .pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-page__dock-main {
436
436
  border-inline-end: var(--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor);
@@ -512,10 +512,10 @@
512
512
  margin-inline-start: var(--pf-v6-c-page__sidebar-main--MarginInlineStart);
513
513
  margin-inline-end: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd);
514
514
  background-color: var(--pf-v6-c-page__sidebar-main--BackgroundColor);
515
- backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
516
515
  border: var(--pf-v6-c-page__sidebar-main--BorderWidth) solid var(--pf-v6-c-page__sidebar-main--BorderColor);
517
516
  border-radius: var(--pf-v6-c-page__sidebar-main--BorderRadius);
518
517
  box-shadow: var(--pf-v6-c-page__sidebar-main--BoxShadow);
518
+ backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
519
519
  }
520
520
 
521
521
  .pf-v6-c-page__sidebar-header {
@@ -881,7 +881,6 @@
881
881
  margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
882
882
  margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
883
883
  background: var(--pf-v6-c-page__main-container--BackgroundColor);
884
- backdrop-filter: var(--pf-v6-c-page__main-container--BackdropFilter);
885
884
  border: solid var(--pf-v6-c-page__main-container--BorderColor);
886
885
  border-block-start-width: var(--pf-v6-c-page__main-container--BorderBlockStartWidth);
887
886
  border-block-end-width: var(--pf-v6-c-page__main-container--BorderBlockEndWidth);
@@ -889,6 +888,7 @@
889
888
  border-inline-end-width: var(--pf-v6-c-page__main-container--BorderInlineEndWidth);
890
889
  border-radius: var(--pf-v6-c-page__main-container--BorderRadius);
891
890
  box-shadow: var(--pf-v6-c-page__main-container--BoxShadow);
891
+ backdrop-filter: var(--pf-v6-c-page__main-container--BackdropFilter);
892
892
  }
893
893
  @media screen and (max-width: calc(48rem - 1px)) {
894
894
  .pf-v6-c-page__main-container {
@@ -464,9 +464,9 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
464
464
  .#{$page}__dock-main {
465
465
  flex-grow: 1;
466
466
  background-color: var(--#{$page}__dock-main--BackgroundColor);
467
- backdrop-filter: var(--#{$page}__dock-main--BackdropFilter);
468
467
  border-inline-end: var(--#{$page}__dock-main--BorderInlineEndWidth) solid var(--#{$page}__dock-main--BorderInlineEndColor);
469
468
  box-shadow: var(--#{$page}__dock-main--BoxShadow);
469
+ backdrop-filter: var(--#{$page}__dock-main--BackdropFilter);
470
470
 
471
471
  .#{$page}__dock.pf-m-expanded & {
472
472
  border-inline-end: var(--#{$page}__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--#{$page}__dock--m-expanded__dock-main--BorderInlineEndColor);
@@ -561,10 +561,10 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
561
561
  margin-inline-start: var(--#{$page}__sidebar-main--MarginInlineStart);
562
562
  margin-inline-end: var(--#{$page}__sidebar-main--MarginInlineEnd);
563
563
  background-color: var(--#{$page}__sidebar-main--BackgroundColor);
564
- backdrop-filter: var(--#{$page}__sidebar-main--BackdropFilter);
565
564
  border: var(--#{$page}__sidebar-main--BorderWidth) solid var(--#{$page}__sidebar-main--BorderColor);
566
565
  border-radius: var(--#{$page}__sidebar-main--BorderRadius);
567
566
  box-shadow: var(--#{$page}__sidebar-main--BoxShadow);
567
+ backdrop-filter: var(--#{$page}__sidebar-main--BackdropFilter);
568
568
  }
569
569
 
570
570
  .#{$page}__sidebar-header {
@@ -761,7 +761,6 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
761
761
  margin-inline-start: var(--#{$page}__main-container--MarginInlineStart);
762
762
  margin-inline-end: var(--#{$page}__main-container--MarginInlineEnd);
763
763
  background: var(--#{$page}__main-container--BackgroundColor);
764
- backdrop-filter: var(--#{$page}__main-container--BackdropFilter);
765
764
  border: solid var(--#{$page}__main-container--BorderColor);
766
765
  border-block-start-width: var(--#{$page}__main-container--BorderBlockStartWidth);
767
766
  border-block-end-width: var(--#{$page}__main-container--BorderBlockEndWidth);
@@ -769,6 +768,7 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
769
768
  border-inline-end-width: var(--#{$page}__main-container--BorderInlineEndWidth);
770
769
  border-radius: var(--#{$page}__main-container--BorderRadius);
771
770
  box-shadow: var(--#{$page}__main-container--BoxShadow);
771
+ backdrop-filter: var(--#{$page}__main-container--BackdropFilter);
772
772
 
773
773
  @media screen and (max-width: pf-v6-max-width-bp($pf-v6-global--breakpoint--md)) {
774
774
  --#{$page}__main-container--AlignSelf: var(--#{$page}__main-container--xs--AlignSelf);
@@ -199,7 +199,7 @@
199
199
  }
200
200
 
201
201
  .pf-v6-c-popover__body {
202
- word-wrap: break-word;
202
+ overflow-wrap: break-word;
203
203
  }
204
204
 
205
205
  .pf-v6-c-popover__footer {
@@ -219,7 +219,7 @@
219
219
 
220
220
  .#{$popover}__arrow {
221
221
  position: absolute;
222
- // stylelint-disable liberty/use-logical-spec
222
+ // stylelint-disable property-layout-mappings
223
223
  top: var(--#{$popover}__arrow--InsetBlockStart, auto);
224
224
  right: var(--#{$popover}__arrow--InsetInlineEnd, auto);
225
225
  bottom: var(--#{$popover}__arrow--InsetBlockEnd, auto);
@@ -260,7 +260,7 @@
260
260
 
261
261
  // Body
262
262
  .#{$popover}__body {
263
- word-wrap: break-word;
263
+ overflow-wrap: break-word;
264
264
  }
265
265
 
266
266
  .#{$popover}__footer {
@@ -36,7 +36,7 @@
36
36
  display: grid;
37
37
  grid-template-rows: 1fr auto;
38
38
  grid-template-columns: auto auto;
39
- grid-gap: var(--pf-v6-c-progress--GridGap);
39
+ gap: var(--pf-v6-c-progress--GridGap);
40
40
  align-items: end;
41
41
  }
42
42
  .pf-v6-c-progress.pf-m-sm {
@@ -130,7 +130,7 @@
130
130
 
131
131
  .pf-v6-c-progress__description {
132
132
  grid-column: 1/2;
133
- word-break: break-word;
133
+ overflow-wrap: break-word;
134
134
  }
135
135
  .pf-v6-c-progress__description.pf-m-truncate {
136
136
  overflow: hidden;
@@ -146,7 +146,7 @@
146
146
  align-items: flex-start;
147
147
  justify-content: flex-end;
148
148
  text-align: end;
149
- word-break: break-word;
149
+ overflow-wrap: break-word;
150
150
  }
151
151
 
152
152
  .pf-v6-c-progress__status-icon {
@@ -43,7 +43,7 @@
43
43
  display: grid;
44
44
  grid-template-rows: 1fr auto;
45
45
  grid-template-columns: auto auto;
46
- grid-gap: var(--#{$progress}--GridGap);
46
+ gap: var(--#{$progress}--GridGap);
47
47
  align-items: end;
48
48
 
49
49
  // Modifiers
@@ -163,7 +163,7 @@
163
163
  // the progress__description is displayed above the progress bar on the left
164
164
  .#{$progress}__description {
165
165
  grid-column: 1 / 2;
166
- word-break: break-word;
166
+ overflow-wrap: break-word;
167
167
 
168
168
  &.pf-m-truncate {
169
169
  @include pf-v6-text-overflow;
@@ -179,7 +179,7 @@
179
179
  align-items: flex-start;
180
180
  justify-content: flex-end;
181
181
  text-align: end;
182
- word-break: break-word;
182
+ overflow-wrap: break-word;
183
183
  }
184
184
 
185
185
  // the progress__status-icon is an icon displayed always in the upper right
@@ -189,11 +189,8 @@
189
189
 
190
190
  .#{$progress}__bar::before,
191
191
  .#{$progress}__indicator {
192
- // disable linter as the indicator element should always grow ltr
193
- // stylelint-disable liberty/use-logical-spec
194
192
  inset-block-start: 0;
195
193
  inset-inline-start: 0;
196
- // stylelint-enable
197
194
  }
198
195
 
199
196
  // The progress__bar is a white underlay with a semi-transparent color on top, which matches the progress__indicator color
@@ -205,9 +205,9 @@
205
205
  inset-block-start: 0;
206
206
  inset-inline-start: 0;
207
207
  overflow: hidden;
208
- clip: rect(0, 0, 0, 0);
209
208
  white-space: nowrap;
210
209
  border: 0;
210
+ clip-path: inset(50%);
211
211
  }
212
212
  .pf-v6-c-progress-stepper.pf-m-compact .pf-v6-c-progress-stepper__step.pf-m-current .pf-v6-c-progress-stepper__step-main {
213
213
  grid-row: 1/2;
@@ -18,7 +18,7 @@
18
18
  .pf-v6-c-radio {
19
19
  display: grid;
20
20
  grid-template-columns: auto 1fr;
21
- grid-gap: var(--pf-v6-c-radio--GridGap);
21
+ gap: var(--pf-v6-c-radio--GridGap);
22
22
  align-items: baseline;
23
23
  accent-color: var(--pf-v6-c-radio--AccentColor);
24
24
  }
@@ -27,7 +27,7 @@
27
27
  .#{$radio} {
28
28
  display: grid;
29
29
  grid-template-columns: auto 1fr;
30
- grid-gap: var(--#{$radio}--GridGap);
30
+ gap: var(--#{$radio}--GridGap);
31
31
  align-items: baseline;
32
32
  accent-color: var(--#{$radio}--AccentColor);
33
33
 
@@ -49,10 +49,10 @@
49
49
  width: 100%;
50
50
  height: 100%;
51
51
  stroke: var(--pf-v6-c-spinner--Color);
52
+ stroke-width: var(--pf-v6-c-spinner--StrokeWidth);
53
+ stroke-linecap: round;
52
54
  stroke-dasharray: 283;
53
55
  stroke-dashoffset: 280;
54
- stroke-linecap: round;
55
- stroke-width: var(--pf-v6-c-spinner--StrokeWidth);
56
56
  transform-origin: 50% 50%;
57
57
  animation: pf-v6-c-spinner-animation-dash var(--pf-v6-c-spinner--AnimationDuration) var(--pf-v6-c-spinner__path--AnimationTimingFunction) infinite;
58
58
  }
@@ -66,10 +66,10 @@
66
66
  width: 100%;
67
67
  height: 100%;
68
68
  stroke: var(--#{$spinner}--Color);
69
+ stroke-width: var(--#{$spinner}--StrokeWidth);
70
+ stroke-linecap: round;
69
71
  stroke-dasharray: 283;
70
72
  stroke-dashoffset: 280;
71
- stroke-linecap: round;
72
- stroke-width: var(--#{$spinner}--StrokeWidth);
73
73
  transform-origin: 50% 50%;
74
74
  animation: #{$spinner}-animation-dash var(--#{$spinner}--AnimationDuration) var(--#{$spinner}__path--AnimationTimingFunction) infinite;
75
75
  }
@@ -128,8 +128,8 @@
128
128
  background-color: var(--pf-v6-c-switch__input--not-checked__toggle--before--BackgroundColor);
129
129
  border: var(--pf-v6-c-switch__toggle--before--BorderWidth) solid transparent;
130
130
  border-radius: var(--pf-v6-c-switch__toggle--before--BorderRadius);
131
- transition: var(--pf-v6-c-switch__toggle--before--Transition);
132
131
  transform: translateY(-50%);
132
+ transition: var(--pf-v6-c-switch__toggle--before--Transition);
133
133
  }
134
134
  .pf-v6-c-switch__toggle::after {
135
135
  position: absolute;
@@ -160,8 +160,8 @@
160
160
  background-color: var(--#{$switch}__input--not-checked__toggle--before--BackgroundColor);
161
161
  border: var(--#{$switch}__toggle--before--BorderWidth) solid transparent; // for forced color mode
162
162
  border-radius: var(--#{$switch}__toggle--before--BorderRadius);
163
- transition: var(--#{$switch}__toggle--before--Transition); // TODO remove shorthand in breaking change
164
163
  transform: translateY(-50%);
164
+ transition: var(--#{$switch}__toggle--before--Transition); // TODO remove shorthand in breaking change
165
165
  }
166
166
 
167
167
  &::after {
@@ -134,8 +134,8 @@
134
134
  }
135
135
  .pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
136
136
  position: relative;
137
- border: none;
138
137
  outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
138
+ border: none;
139
139
  }
140
140
  .pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
141
141
  position: absolute;
@@ -173,7 +173,7 @@
173
173
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
174
174
  grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
175
175
  grid-column: 1;
176
- grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
176
+ column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
177
177
  align-items: start;
178
178
  }
179
179
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
@@ -276,8 +276,8 @@
276
276
  }
277
277
  .pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
278
278
  position: relative;
279
- border: none;
280
279
  outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
280
+ border: none;
281
281
  }
282
282
  .pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
283
283
  position: absolute;
@@ -315,7 +315,7 @@
315
315
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
316
316
  grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
317
317
  grid-column: 1;
318
- grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
318
+ column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
319
319
  align-items: start;
320
320
  }
321
321
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
@@ -419,8 +419,8 @@
419
419
  }
420
420
  .pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
421
421
  position: relative;
422
- border: none;
423
422
  outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
423
+ border: none;
424
424
  }
425
425
  .pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
426
426
  position: absolute;
@@ -458,7 +458,7 @@
458
458
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
459
459
  grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
460
460
  grid-column: 1;
461
- grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
461
+ column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
462
462
  align-items: start;
463
463
  }
464
464
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
@@ -562,8 +562,8 @@
562
562
  }
563
563
  .pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
564
564
  position: relative;
565
- border: none;
566
565
  outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
566
+ border: none;
567
567
  }
568
568
  .pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
569
569
  position: absolute;
@@ -601,7 +601,7 @@
601
601
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
602
602
  grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
603
603
  grid-column: 1;
604
- grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
604
+ column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
605
605
  align-items: start;
606
606
  }
607
607
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
@@ -705,8 +705,8 @@
705
705
  }
706
706
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
707
707
  position: relative;
708
- border: none;
709
708
  outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
709
+ border: none;
710
710
  }
711
711
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
712
712
  position: absolute;
@@ -744,7 +744,7 @@
744
744
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
745
745
  grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
746
746
  grid-column: 1;
747
- grid-column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
747
+ column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
748
748
  align-items: start;
749
749
  }
750
750
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
@@ -195,8 +195,8 @@ $pf-v6-c-tree-view--MaxDepth: 10;
195
195
 
196
196
  tbody:where(.#{$table}__tbody) tr:where(.#{$table}__tr) {
197
197
  position: relative;
198
- border: none;
199
198
  outline-offset: var(--#{$table}--m-tree-view-grid--tr--OutlineOffset);
199
+ border: none;
200
200
 
201
201
  &::before {
202
202
  position: absolute;
@@ -248,7 +248,7 @@ $pf-v6-c-tree-view--MaxDepth: 10;
248
248
  td:where(.#{$table}__td)[data-label] {
249
249
  grid-template-columns: var(--#{$table}--m-tree-view-grid__td--data-label--GridTemplateColumns);
250
250
  grid-column: 1;
251
- grid-column-gap: var(--#{$table}--m-tree-view-grid__tbody--cell--GridColumnGap);
251
+ column-gap: var(--#{$table}--m-tree-view-grid__tbody--cell--GridColumnGap);
252
252
  align-items: start;
253
253
 
254
254
  // set contents of td to start at column two of td grid