@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.10

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 (220) hide show
  1. package/README.md +1 -1
  2. package/assets/images/img_avatar-rhds.svg +22 -0
  3. package/assets/images/pf-logo-avatar.jpg +0 -0
  4. package/base/normalize.scss +2 -0
  5. package/base/patternfly-common.css +2 -2
  6. package/base/patternfly-common.scss +1 -1
  7. package/base/patternfly-fa-icons.css +3 -3
  8. package/base/patternfly-fa-icons.scss +3 -3
  9. package/base/patternfly-variables.css +58 -56
  10. package/base/reset.scss +2 -0
  11. package/base/tokens/tokens-charts-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  14. package/base/tokens/tokens-charts.scss +1 -1
  15. package/base/tokens/tokens-dark.scss +9 -9
  16. package/base/tokens/tokens-default.scss +8 -8
  17. package/base/tokens/tokens-felt-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  19. package/base/tokens/tokens-felt-glass.scss +10 -9
  20. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  21. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  22. package/base/tokens/tokens-felt.scss +1 -1
  23. package/base/tokens/tokens-glass-dark.scss +8 -8
  24. package/base/tokens/tokens-glass.scss +10 -9
  25. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  26. package/base/tokens/tokens-highcontrast.scss +7 -7
  27. package/base/tokens/tokens-palette.scss +1 -1
  28. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  29. package/components/AboutModalBox/about-modal-box.css +1 -1
  30. package/components/AboutModalBox/about-modal-box.scss +1 -1
  31. package/components/Accordion/accordion.css +8 -4
  32. package/components/Accordion/accordion.scss +9 -4
  33. package/components/Alert/alert-group.css +1 -1
  34. package/components/Alert/alert-group.scss +1 -1
  35. package/components/Alert/alert.css +4 -3
  36. package/components/Alert/alert.scss +4 -3
  37. package/components/Avatar/avatar.css +144 -0
  38. package/components/Avatar/avatar.scss +161 -0
  39. package/components/Breadcrumb/breadcrumb.css +1 -1
  40. package/components/Breadcrumb/breadcrumb.scss +1 -1
  41. package/components/Button/button.css +9 -6
  42. package/components/Button/button.scss +10 -6
  43. package/components/Card/card.css +2 -2
  44. package/components/Card/card.scss +3 -3
  45. package/components/Check/check.css +1 -1
  46. package/components/Check/check.scss +1 -1
  47. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  48. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  49. package/components/Compass/compass.css +7 -3
  50. package/components/Compass/compass.scss +7 -3
  51. package/components/Content/content.css +2 -2
  52. package/components/Content/content.scss +2 -2
  53. package/components/DataList/data-list.css +1 -1
  54. package/components/DataList/data-list.scss +1 -1
  55. package/components/DescriptionList/description-list.css +0 -1
  56. package/components/DescriptionList/description-list.scss +0 -1
  57. package/components/Drawer/drawer.css +2 -2
  58. package/components/Drawer/drawer.scss +2 -2
  59. package/components/DualListSelector/dual-list-selector.css +6 -6
  60. package/components/DualListSelector/dual-list-selector.scss +6 -6
  61. package/components/ExpandableSection/expandable-section.css +3 -3
  62. package/components/ExpandableSection/expandable-section.scss +3 -3
  63. package/components/Form/form.css +12 -12
  64. package/components/Form/form.scss +6 -6
  65. package/components/FormControl/form-control.css +1 -1
  66. package/components/FormControl/form-control.scss +3 -1
  67. package/components/Hero/hero.css +1 -1
  68. package/components/Hero/hero.scss +1 -1
  69. package/components/Hint/hint.css +1 -1
  70. package/components/Hint/hint.scss +1 -1
  71. package/components/InputGroup/input-group.css +5 -5
  72. package/components/InputGroup/input-group.scss +5 -5
  73. package/components/JumpLinks/jump-links.css +1 -1
  74. package/components/JumpLinks/jump-links.scss +1 -1
  75. package/components/Label/label.css +1 -1
  76. package/components/Label/label.scss +1 -1
  77. package/components/Login/login.css +2 -2
  78. package/components/Login/login.scss +2 -2
  79. package/components/Masthead/masthead.css +2 -2
  80. package/components/Masthead/masthead.scss +2 -2
  81. package/components/Menu/menu.css +4 -4
  82. package/components/Menu/menu.scss +4 -4
  83. package/components/MenuToggle/menu-toggle.css +4 -1
  84. package/components/MenuToggle/menu-toggle.scss +5 -2
  85. package/components/ModalBox/modal-box.css +1 -1
  86. package/components/ModalBox/modal-box.scss +1 -1
  87. package/components/Nav/nav.css +5 -5
  88. package/components/Nav/nav.scss +5 -5
  89. package/components/NotificationDrawer/notification-drawer.css +5 -5
  90. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  91. package/components/Page/page.css +26 -21
  92. package/components/Page/page.scss +30 -25
  93. package/components/Popover/popover.css +1 -1
  94. package/components/Popover/popover.scss +2 -2
  95. package/components/Progress/progress.css +3 -3
  96. package/components/Progress/progress.scss +3 -6
  97. package/components/ProgressStepper/progress-stepper.css +1 -1
  98. package/components/Radio/radio.css +1 -1
  99. package/components/Radio/radio.scss +1 -1
  100. package/components/Sidebar/sidebar.css +4 -7
  101. package/components/Sidebar/sidebar.scss +9 -9
  102. package/components/Spinner/spinner.css +2 -2
  103. package/components/Spinner/spinner.scss +2 -2
  104. package/components/Switch/switch.css +1 -1
  105. package/components/Switch/switch.scss +1 -1
  106. package/components/Table/table-tree-view.css +10 -10
  107. package/components/Table/table-tree-view.scss +2 -2
  108. package/components/Table/table.css +37 -10
  109. package/components/Table/table.scss +53 -14
  110. package/components/Tabs/tabs.css +3 -3
  111. package/components/Tabs/tabs.scss +3 -3
  112. package/components/TextInputGroup/text-input-group.css +1 -1
  113. package/components/TextInputGroup/text-input-group.scss +1 -1
  114. package/components/Title/title.css +1 -1
  115. package/components/Title/title.scss +1 -1
  116. package/components/Toolbar/toolbar.css +1 -1
  117. package/components/Toolbar/toolbar.scss +1 -1
  118. package/components/Tooltip/tooltip.css +1 -1
  119. package/components/Tooltip/tooltip.scss +2 -2
  120. package/components/TreeView/tree-view.css +5 -5
  121. package/components/TreeView/tree-view.scss +5 -5
  122. package/components/Wizard/wizard.css +5 -5
  123. package/components/Wizard/wizard.scss +5 -5
  124. package/components/_index.css +342 -155
  125. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  126. package/docs/components/Accordion/examples/Accordion.md +30 -30
  127. package/docs/components/ActionList/examples/ActionList.md +11 -11
  128. package/docs/components/Alert/examples/Alert.md +54 -54
  129. package/docs/components/Avatar/examples/Avatar.css +6 -0
  130. package/docs/components/Avatar/examples/Avatar.md +414 -40
  131. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  132. package/docs/components/Banner/examples/Banner.md +10 -10
  133. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  134. package/docs/components/Button/examples/Button.md +184 -184
  135. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  136. package/docs/components/Card/examples/Card.md +14 -14
  137. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  138. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  139. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  140. package/docs/components/DataList/examples/DataList.md +34 -34
  141. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  142. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  143. package/docs/components/Drawer/examples/Drawer.md +23 -23
  144. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  145. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  146. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  147. package/docs/components/Form/examples/Form.md +6 -6
  148. package/docs/components/Hint/examples/Hint.md +3 -3
  149. package/docs/components/Icon/examples/Icon.md +9 -9
  150. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  151. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  152. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  153. package/docs/components/Label/examples/Label.md +218 -218
  154. package/docs/components/Login/examples/Login.md +4 -4
  155. package/docs/components/Masthead/examples/masthead.md +1 -1
  156. package/docs/components/Menu/examples/Menu.md +129 -129
  157. package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
  158. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  159. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  160. package/docs/components/Nav/examples/Navigation.md +66 -66
  161. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  162. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  163. package/docs/components/Page/examples/Page.md +1 -1
  164. package/docs/components/Pagination/examples/Pagination.md +92 -92
  165. package/docs/components/Popover/examples/Popover.md +22 -22
  166. package/docs/components/Progress/examples/Progress.md +7 -7
  167. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  168. package/docs/components/Sidebar/examples/Sidebar.md +3 -1
  169. package/docs/components/Slider/examples/Slider.md +4 -4
  170. package/docs/components/Table/examples/Table.css +6 -0
  171. package/docs/components/Table/examples/Table.md +807 -527
  172. package/docs/components/Tabs/examples/Tabs.md +378 -378
  173. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  174. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  175. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  176. package/docs/components/TreeView/examples/TreeView.md +104 -104
  177. package/docs/components/Wizard/examples/Wizard.md +40 -40
  178. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  179. package/docs/demos/Alert/examples/Alert.md +32 -32
  180. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  181. package/docs/demos/Banner/examples/Banner.md +16 -16
  182. package/docs/demos/Button/examples/Button.md +1 -1
  183. package/docs/demos/Card/examples/Card.md +78 -78
  184. package/docs/demos/CardView/examples/CardView.md +38 -38
  185. package/docs/demos/Compass/examples/Compass.md +294 -238
  186. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  187. package/docs/demos/DataList/examples/DataList.md +101 -101
  188. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  189. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  190. package/docs/demos/Form/examples/BasicForms.md +21 -21
  191. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  192. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  193. package/docs/demos/Modal/examples/Modal.md +54 -54
  194. package/docs/demos/Nav/examples/Nav.md +93 -93
  195. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  196. package/docs/demos/Page/examples/Page.md +119 -119
  197. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  198. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  199. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  200. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  201. package/docs/demos/Table/examples/Table.md +630 -630
  202. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  203. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  204. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  205. package/layouts/Gallery/gallery.css +1 -1
  206. package/layouts/Gallery/gallery.scss +1 -1
  207. package/layouts/Grid/grid.css +1 -1
  208. package/layouts/Grid/grid.scss +1 -1
  209. package/layouts/_index.css +2 -2
  210. package/package.json +11 -12
  211. package/patternfly-addons.css +12 -12
  212. package/patternfly-base-no-globals.css +63 -61
  213. package/patternfly-base.css +63 -61
  214. package/patternfly-no-globals.css +407 -218
  215. package/patternfly.css +407 -218
  216. package/patternfly.min.css +1 -1
  217. package/patternfly.min.css.map +1 -1
  218. package/sass-utilities/mixins.scss +2 -2
  219. package/utilities/Accessibility/accessibility.css +12 -12
  220. package/utilities/_index.css +12 -12
@@ -269,6 +269,10 @@
269
269
  --#{$table}--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
270
270
  --#{$table}--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
271
271
  --#{$table}--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
272
+
273
+ // * Table sticky footer
274
+ --#{$table}--m-sticky-footer--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
275
+ --#{$table}--m-sticky-footer--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
272
276
 
273
277
  :where(.pf-v6-theme-glass) & {
274
278
  --#{$table}--m-sticky-header--BorderBlockEndWidth: 0;
@@ -373,6 +377,34 @@
373
377
  }
374
378
  }
375
379
 
380
+ // - Table sticky footer
381
+ &.pf-m-sticky-footer {
382
+ > .#{$table}__tfoot {
383
+ position: sticky;
384
+ inset-block-end: 0;
385
+ z-index: var(--#{$table}--m-sticky-footer--ZIndex);
386
+ background: var(--#{$table}--BackgroundColor);
387
+
388
+ &::before {
389
+ position: absolute;
390
+ inset: 0;
391
+ z-index: var(--#{$table}--m-sticky-footer--border--ZIndex);
392
+ pointer-events: none;
393
+ content: "";
394
+ border-block-start: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
395
+ }
396
+ }
397
+
398
+ > .#{$table}__tbody:last-of-type > .#{$table}__tr:last-of-type {
399
+ border-block-end: 0;
400
+ }
401
+ }
402
+
403
+ // - Table plain
404
+ &.pf-m-plain {
405
+ --#{$table}--BackgroundColor: transparent;
406
+ }
407
+
376
408
  // - Table striped
377
409
  // stylelint-disable
378
410
  &.pf-m-striped:not(.pf-m-expandable) > tbody:where(.#{$table}__tbody) > tr:where(.#{$table}__tr):nth-child(odd), // regular table
@@ -411,11 +443,11 @@
411
443
 
412
444
  // default settings
413
445
  overflow: var(--#{$table}--cell--Overflow);
446
+ text-overflow: var(--#{$table}--cell--TextOverflow);
414
447
  font-size: var(--#{$table}--cell--FontSize);
415
448
  font-weight: var(--#{$table}--cell--FontWeight);
416
449
  line-height: var(--#{$table}--cell--LineHeight);
417
450
  color: var(--#{$table}--cell--Color);
418
- text-overflow: var(--#{$table}--cell--TextOverflow);
419
451
  word-break: var(--#{$table}--cell--WordBreak);
420
452
  white-space: var(--#{$table}--cell--WhiteSpace);
421
453
 
@@ -544,8 +576,8 @@
544
576
  // }
545
577
 
546
578
  .#{$table}__td.pf-m-action {
547
- --pf-v6-c-table--cell--PaddingBlockStart: var(--#{$table}__td--m-action--PaddingBlockStart);
548
- --pf-v6-c-table--cell--PaddingBlockEnd: var(--#{$table}__td--m-action--PaddingBlockEnd);
579
+ --#{$table}--cell--PaddingBlockStart: var(--#{$table}__td--m-action--PaddingBlockStart);
580
+ --#{$table}--cell--PaddingBlockEnd: var(--#{$table}__td--m-action--PaddingBlockEnd);
549
581
  }
550
582
 
551
583
  // - Table sort
@@ -584,8 +616,8 @@
584
616
  tr:where(.#{$table}__tr) {
585
617
  &.pf-m-clickable {
586
618
  cursor: pointer;
587
- background-color: var(--#{$table}__tr--m-clickable--BackgroundColor);
588
619
  outline-offset: var(--#{$table}__tr--m-clickable--OutlineOffset);
620
+ background-color: var(--#{$table}__tr--m-clickable--BackgroundColor);
589
621
 
590
622
  &:is(:hover, :focus) {
591
623
  --#{$table}__tr--m-clickable--BackgroundColor: var(--#{$table}__tr--m-clickable--hover--BackgroundColor);
@@ -595,8 +627,8 @@
595
627
  // tr selected
596
628
  &.pf-m-selected {
597
629
  position: relative;
598
- background-color: var(--#{$table}__tr--m-selected--BackgroundColor);
599
630
  outline-offset: var(--#{$table}__tr--m-selected--OutlineOffset);
631
+ background-color: var(--#{$table}__tr--m-selected--BackgroundColor);
600
632
  }
601
633
 
602
634
  &.pf-m-first-cell-offset-reset > :first-child {
@@ -609,8 +641,8 @@
609
641
  tbody:where(.#{$table}__tbody) {
610
642
  &.pf-m-clickable {
611
643
  cursor: pointer;
612
- background-color: var(--#{$table}__tbody--m-clickable--BackgroundColor);
613
644
  outline-offset: var(--#{$table}__tbody--m-clickable--OutlineOffset);
645
+ background-color: var(--#{$table}__tbody--m-clickable--BackgroundColor);
614
646
 
615
647
  &:is(:hover, :focus) {
616
648
  --#{$table}__tbody--m-clickable--BackgroundColor: var(--#{$table}__tbody--m-clickable--hover--BackgroundColor);
@@ -623,8 +655,8 @@
623
655
 
624
656
  // - Table tbody expanded
625
657
  &.pf-m-selected {
626
- background-color: var(--#{$table}__tbody--m-selected--BackgroundColor);
627
658
  outline-offset: var(--#{$table}__tbody--m-selected--OutlineOffset);
659
+ background-color: var(--#{$table}__tbody--m-selected--BackgroundColor);
628
660
 
629
661
  .#{$table}__tr.pf-m-expanded:not(.#{$table}__expandable-row) {
630
662
  border: none;
@@ -663,11 +695,11 @@
663
695
  display: var(--#{$table}__expandable-row--Display, revert);
664
696
  visibility: hidden;
665
697
  opacity: var(--#{$table}__expandable-row--Opacity);
698
+ translate: 0 var(--#{$table}__expandable-row--TranslateY);
666
699
  transition-delay: 0s, 0s, var(--#{$table}__expandable-row--TransitionDuration--collapse--fade), var(--#{$table}__expandable-row--TransitionDuration--collapse--fade);
667
700
  transition-timing-function: var(--#{$table}__expandable-row--TransitionTimingFunction);
668
701
  transition-duration: var(--#{$table}__expandable-row--TransitionDuration--collapse--fade), var(--#{$table}__expandable-row--TransitionDuration--collapse--slide), 0s, 0s;
669
702
  transition-property: opacity, translate, visibility, background-color;
670
- translate: 0 var(--#{$table}__expandable-row--TranslateY);
671
703
 
672
704
  &[hidden] {
673
705
  display: var(--#{$table}__expandable-row--Display, revert);
@@ -676,9 +708,9 @@
676
708
  &.pf-m-expanded {
677
709
  visibility: visible;
678
710
  opacity: var(--#{$table}__tbody--m-expanded__expandable-row--Opacity);
711
+ translate: 0 var(--#{$table}__tbody--m-expanded__expandable-row--TranslateY);
679
712
  transition-delay: 0s;
680
713
  transition-duration: var(--#{$table}__expandable-row--TransitionDuration--expand--fade), var(--#{$table}__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
681
- translate: 0 var(--#{$table}__tbody--m-expanded__expandable-row--TranslateY);
682
714
 
683
715
  > :is(.#{$table}__td, .#{$table}__th) {
684
716
  > .#{$table}__expandable-row-content {
@@ -769,8 +801,8 @@
769
801
  min-width: var(--#{$table}__text--MinWidth);
770
802
  max-width: var(--#{$table}--cell--MaxWidth);
771
803
  overflow: var(--#{$table}--cell--Overflow);
772
- line-height: var(--#{$table}--cell--LineHeight);
773
804
  text-overflow: var(--#{$table}--cell--TextOverflow);
805
+ line-height: var(--#{$table}--cell--LineHeight);
774
806
  word-break: var(--#{$table}--cell--WordBreak);
775
807
  white-space: var(--#{$table}--cell--WhiteSpace);
776
808
 
@@ -804,10 +836,10 @@
804
836
  text-align: start;
805
837
  white-space: inherit;
806
838
  user-select: text;
839
+ outline-offset: var(--#{$table}__button--OutlineOffset);
807
840
  background-color: var(--#{$table}__button--BackgroundColor);
808
841
  border: 0;
809
842
  border-radius: var(--#{$table}__button--BorderRadius);
810
- outline-offset: var(--#{$table}__button--OutlineOffset);
811
843
 
812
844
  &::after {
813
845
  position: absolute;
@@ -919,10 +951,10 @@
919
951
  .#{$table}__toggle-icon {
920
952
  @include pf-v6-mirror-inline-on-rtl;
921
953
 
954
+ transform: rotate(var(--#{$table}__toggle--c-button__toggle-icon--Rotate));
922
955
  transition-timing-function: var(--#{$table}__toggle--c-button__toggle-icon--TransitionTimingFunction);
923
956
  transition-duration: var(--#{$table}__toggle--c-button__toggle-icon--TransitionDuration);
924
957
  transition-property: transform;
925
- transform: rotate(var(--#{$table}__toggle--c-button__toggle-icon--Rotate));
926
958
  }
927
959
 
928
960
  svg {
@@ -1235,8 +1267,8 @@
1235
1267
  }
1236
1268
 
1237
1269
  .#{$table}__td.pf-m-action {
1238
- --pf-v6-c-table--cell--PaddingBlockStart: var(--#{$table}--m-compact__td--m-action--PaddingBlockStart);
1239
- --pf-v6-c-table--cell--PaddingBlockEnd: var(--#{$table}--m-compact__td--m-action--PaddingBlockEnd);
1270
+ --#{$table}--cell--PaddingBlockStart: var(--#{$table}--m-compact__td--m-action--PaddingBlockStart);
1271
+ --#{$table}--cell--PaddingBlockEnd: var(--#{$table}--m-compact__td--m-action--PaddingBlockEnd);
1240
1272
  }
1241
1273
 
1242
1274
  .#{$table}__icon {
@@ -1331,6 +1363,13 @@
1331
1363
  }
1332
1364
  }
1333
1365
 
1366
+ // - Table tfoot
1367
+ .#{$table}__tfoot {
1368
+ --#{$table}__tr--BorderBlockEndWidth: 0;
1369
+
1370
+ vertical-align: top;
1371
+ }
1372
+
1334
1373
  // - Table icon inline
1335
1374
  .#{$table}__icon-inline {
1336
1375
  display: flex;
@@ -475,8 +475,8 @@
475
475
 
476
476
  .pf-v6-c-tabs__toggle-icon {
477
477
  display: inline-block;
478
- transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
479
478
  transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
479
+ transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
480
480
  }
481
481
 
482
482
  .pf-v6-c-tabs__list::-webkit-scrollbar {
@@ -640,8 +640,8 @@
640
640
  align-self: end;
641
641
  font-size: var(--pf-v6-c-tabs__link-toggle-icon--FontSize);
642
642
  color: var(--pf-v6-c-tabs__link-toggle-icon--Color);
643
- transition: var(--pf-v6-c-tabs__link-toggle-icon--Transition);
644
643
  transform: rotate(var(--pf-v6-c-tabs__link-toggle-icon--Rotate));
644
+ transition: var(--pf-v6-c-tabs__link-toggle-icon--Transition);
645
645
  }
646
646
 
647
647
  .pf-v6-c-tabs__item-action {
@@ -904,10 +904,10 @@
904
904
  border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
905
905
  border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
906
906
  border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
907
+ transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
907
908
  transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
908
909
  transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
909
910
  transition-property: width, height, translate;
910
- transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
911
911
  translate: var(--pf-v6-c-tabs--link-accent--TranslateX) var(--pf-v6-c-tabs--link-accent--TranslateY);
912
912
  }
913
913
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
@@ -553,8 +553,8 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
553
553
  @include pf-v6-mirror-inline-on-rtl;
554
554
 
555
555
  display: inline-block;
556
- transition: var(--#{$tabs}__toggle-icon--Transition); // TODO remove shorthand in breaking change
557
556
  transform: rotate(var(--#{$tabs}__toggle-icon--Rotate));
557
+ transition: var(--#{$tabs}__toggle-icon--Transition); // TODO remove shorthand in breaking change
558
558
  }
559
559
 
560
560
  // Tab list
@@ -738,8 +738,8 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
738
738
  align-self: end;
739
739
  font-size: var(--#{$tabs}__link-toggle-icon--FontSize);
740
740
  color: var(--#{$tabs}__link-toggle-icon--Color);
741
- transition: var(--#{$tabs}__link-toggle-icon--Transition); // TODO remove shorthand in breaking change
742
741
  transform: rotate(var(--#{$tabs}__link-toggle-icon--Rotate));
742
+ transition: var(--#{$tabs}__link-toggle-icon--Transition); // TODO remove shorthand in breaking change
743
743
  }
744
744
 
745
745
  .#{$tabs}__item-action {
@@ -846,10 +846,10 @@ $pf-v6-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl
846
846
  border: 0 solid var(--#{$tabs}--link-accent--color);
847
847
  border-block-end-width: var(--#{$tabs}--link-accent--BorderBlockEndWidth);
848
848
  border-inline-start-width: var(--#{$tabs}--link-accent--BorderInlineStartWidth);
849
+ transform-origin: var(--#{$tabs}--link-accent--TransformOrigin);
849
850
  transition-timing-function: var(--#{$tabs}--link-accent--TransitionTimingFunction);
850
851
  transition-duration: var(--#{$tabs}--link-accent--TransitionDuration);
851
852
  transition-property: width, height, translate;
852
- transform-origin: var(--#{$tabs}--link-accent--TransformOrigin);
853
853
 
854
854
  @include pf-v6-bidirectional-style(
855
855
  $prop: translate,
@@ -194,9 +194,9 @@
194
194
  padding-inline-start: var(--pf-v6-c-text-input-group__text-input--PaddingInlineStart);
195
195
  padding-inline-end: var(--pf-v6-c-text-input-group__text-input--PaddingInlineEnd);
196
196
  color: var(--pf-v6-c-text-input-group__text-input--Color);
197
+ outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
197
198
  background-color: var(--pf-v6-c-text-input-group__text-input--BackgroundColor);
198
199
  border: 0;
199
- outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
200
200
  }
201
201
  .pf-v6-c-text-input-group__text-input, .pf-v6-c-text-input-group__text-input.pf-m-hint {
202
202
  grid-area: text-input;
@@ -221,9 +221,9 @@
221
221
  padding-inline-start: var(--#{$text-input-group}__text-input--PaddingInlineStart);
222
222
  padding-inline-end: var(--#{$text-input-group}__text-input--PaddingInlineEnd);
223
223
  color: var(--#{$text-input-group}__text-input--Color);
224
+ outline-offset: var(--#{$text-input-group}__text-input--OutlineOffset);
224
225
  background-color: var(--#{$text-input-group}__text-input--BackgroundColor);
225
226
  border: 0;
226
- outline-offset: var(--#{$text-input-group}__text-input--OutlineOffset);
227
227
 
228
228
  &,
229
229
  &.pf-m-hint {
@@ -41,7 +41,7 @@
41
41
 
42
42
  .pf-v6-c-title {
43
43
  font-family: var(--pf-v6-c-title--FontFamily);
44
- word-break: break-word;
44
+ overflow-wrap: break-word;
45
45
  }
46
46
  .pf-v6-c-title.pf-m-4xl {
47
47
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -71,7 +71,7 @@
71
71
 
72
72
  .#{$title} {
73
73
  font-family: var(--#{$title}--FontFamily);
74
- word-break: break-word;
74
+ overflow-wrap: break-word;
75
75
 
76
76
  &.pf-m-4xl {
77
77
  font-size: var(--#{$title}--m-4xl--FontSize);
@@ -558,10 +558,10 @@
558
558
 
559
559
  .pf-v6-c-toolbar__expand-all-icon {
560
560
  display: inline-flex;
561
+ transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
561
562
  transition-timing-function: var(--pf-v6-c-toolbar__expand-all-icon--TransitionTimingFunction);
562
563
  transition-duration: var(--pf-v6-c-toolbar__expand-all-icon--TransitionDuration);
563
564
  transition-property: transform;
564
- transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
565
565
  }
566
566
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-toolbar__expand-all-icon {
567
567
  scale: -1 1;
@@ -391,10 +391,10 @@ $pf-v6--include-toolbar-breakpoints: true !default;
391
391
  // - Toolbar expand all
392
392
  .#{$toolbar}__expand-all-icon {
393
393
  display: inline-flex;
394
+ transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
394
395
  transition-timing-function: var(--#{$toolbar}__expand-all-icon--TransitionTimingFunction);
395
396
  transition-duration: var(--#{$toolbar}__expand-all-icon--TransitionDuration);
396
397
  transition-property: transform;
397
- transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
398
398
 
399
399
  @include pf-v6-mirror-inline-on-rtl; // - TODO: mirror this icon in breaking change
400
400
  }
@@ -98,7 +98,7 @@
98
98
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
99
99
  color: var(--pf-v6-c-tooltip__content--Color);
100
100
  text-align: center;
101
- word-break: break-word;
101
+ overflow-wrap: break-word;
102
102
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
103
103
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
104
104
  }
@@ -129,7 +129,7 @@
129
129
  font-size: var(--#{$tooltip}__content--FontSize);
130
130
  color: var(--#{$tooltip}__content--Color);
131
131
  text-align: center;
132
- word-break: break-word;
132
+ overflow-wrap: break-word;
133
133
  background-color: var(--#{$tooltip}__content--BackgroundColor);
134
134
  border-radius: var(--#{$tooltip}__content--BorderRadius);
135
135
 
@@ -140,7 +140,7 @@
140
140
 
141
141
  .#{$tooltip}__arrow {
142
142
  position: absolute;
143
- // stylelint-disable liberty/use-logical-spec
143
+ // stylelint-disable property-layout-mappings
144
144
  top: var(--#{$tooltip}__arrow--InsetBlockStart, auto);
145
145
  right: var(--#{$tooltip}__arrow--InsetInlineEnd, auto);
146
146
  bottom: var(--#{$tooltip}__arrow--InsetBlockEnd, auto);
@@ -267,19 +267,19 @@
267
267
  display: inline-block;
268
268
  min-width: var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth);
269
269
  text-align: center;
270
- transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
271
270
  transform: rotate(var(--pf-v6-c-tree-view__node-toggle-icon--Rotate));
271
+ transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
272
272
  }
273
273
 
274
274
  .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
275
- max-height: 0;
276
275
  visibility: hidden;
276
+ max-height: 0;
277
277
  opacity: var(--pf-v6-c-tree-view__list--Opacity);
278
+ translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
278
279
  transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
279
280
  transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
280
281
  transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
281
282
  transition-property: opacity, translate, visibility, max-height;
282
- translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
283
283
  }
284
284
  .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
285
285
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
@@ -290,12 +290,12 @@
290
290
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
291
291
  }
292
292
  .pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
293
- max-height: 99999px;
294
293
  visibility: revert;
294
+ max-height: 99999px;
295
295
  opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
296
+ translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
296
297
  transition-delay: 0s;
297
298
  transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
298
- translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
299
299
  }
300
300
 
301
301
  .pf-v6-c-tree-view__node,
@@ -376,20 +376,20 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
376
376
  display: inline-block;
377
377
  min-width: var(--#{$tree-view}__node-toggle-icon--MinWidth);
378
378
  text-align: center;
379
- transition: transform var(--#{$tree-view}__node-toggle-icon--TransitionDuration) var(--#{$tree-view}__node-toggle-icon--TransitionTimingFunction);
380
379
  transform: rotate(var(--#{$tree-view}__node-toggle-icon--Rotate));
380
+ transition: transform var(--#{$tree-view}__node-toggle-icon--TransitionDuration) var(--#{$tree-view}__node-toggle-icon--TransitionTimingFunction);
381
381
  }
382
382
 
383
383
  .#{$tree-view}__list-item {
384
384
  .#{$tree-view}__list {
385
- max-height: 0;
386
385
  visibility: hidden;
386
+ max-height: 0;
387
387
  opacity: var(--#{$tree-view}__list--Opacity);
388
+ translate: 0 var(--#{$tree-view}__list--TranslateY);
388
389
  transition-delay: 0s, 0s, var(--#{$tree-view}__list--TransitionDuration--fade), var(--#{$tree-view}__list--TransitionDuration--fade);
389
390
  transition-timing-function: var(--#{$tree-view}__list--TransitionTimingFunction);
390
391
  transition-duration: var(--#{$tree-view}__list--TransitionDuration--fade), var(--#{$tree-view}__list--TransitionDuration--slide), 0s, 0s;
391
392
  transition-property: opacity, translate, visibility, max-height;
392
- translate: 0 var(--#{$tree-view}__list--TranslateY);
393
393
  }
394
394
 
395
395
  .#{$tree-view}__list-item {
@@ -402,12 +402,12 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
402
402
  --#{$tree-view}__node-toggle-icon--Rotate: var(--#{$tree-view}__list-item--m-expanded__node-toggle-icon--Rotate);
403
403
 
404
404
  > .#{$tree-view}__list {
405
- max-height: 99999px;
406
405
  visibility: revert;
406
+ max-height: 99999px;
407
407
  opacity: var(--#{$tree-view}--m-expanded__list--Opacity);
408
+ translate: 0 var(--#{$tree-view}--m-expanded__list--TranslateY);
408
409
  transition-delay: 0s;
409
410
  transition-duration: var(--#{$tree-view}__list--TransitionDuration--expand--fade), var(--#{$tree-view}__list--TransitionDuration--expand--slide), 0s, 0s;
410
- translate: 0 var(--#{$tree-view}--m-expanded__list--TranslateY);
411
411
  }
412
412
  }
413
413
  }
@@ -196,7 +196,7 @@
196
196
 
197
197
  .pf-v6-c-wizard__title {
198
198
  padding-inline-end: var(--pf-v6-c-wizard__title--PaddingInlineEnd);
199
- word-wrap: break-word;
199
+ overflow-wrap: break-word;
200
200
  }
201
201
 
202
202
  .pf-v6-c-wizard__title-text {
@@ -259,7 +259,7 @@
259
259
  align-items: baseline;
260
260
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
261
261
  text-align: start;
262
- word-break: break-word;
262
+ overflow-wrap: break-word;
263
263
  }
264
264
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
265
265
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -395,8 +395,8 @@
395
395
  padding-inline: 0;
396
396
  color: var(--pf-v6-c-wizard__nav-link--Color);
397
397
  text-align: start;
398
+ overflow-wrap: break-word;
398
399
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
399
- word-break: break-word;
400
400
  counter-increment: wizard-nav-count;
401
401
  background-color: transparent;
402
402
  border: none;
@@ -501,10 +501,10 @@
501
501
 
502
502
  .pf-v6-c-wizard__nav-link-toggle-icon {
503
503
  display: inline-block;
504
+ transform: rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate));
504
505
  transition-timing-function: var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction);
505
506
  transition-duration: var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration);
506
507
  transition-property: transform;
507
- transform: rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate));
508
508
  }
509
509
 
510
510
  .pf-v6-c-wizard__main {
@@ -514,7 +514,7 @@
514
514
  flex-direction: column;
515
515
  overflow-x: hidden;
516
516
  overflow-y: auto;
517
- word-break: break-word;
517
+ overflow-wrap: break-word;
518
518
  }
519
519
 
520
520
  .pf-v6-c-wizard__main-body {
@@ -261,7 +261,7 @@
261
261
 
262
262
  .#{$wizard}__title {
263
263
  padding-inline-end: var(--#{$wizard}__title--PaddingInlineEnd);
264
- word-wrap: break-word;
264
+ overflow-wrap: break-word;
265
265
  }
266
266
 
267
267
  .#{$wizard}__title-text {
@@ -325,7 +325,7 @@
325
325
  align-items: baseline;
326
326
  margin-block-end: var(--#{$wizard}__toggle-list-item--MarginBlockEnd);
327
327
  text-align: start;
328
- word-break: break-word;
328
+ overflow-wrap: break-word;
329
329
 
330
330
  &:not(:last-child) {
331
331
  margin-inline-end: var(--#{$wizard}__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -478,8 +478,8 @@
478
478
  padding-inline: 0;
479
479
  color: var(--#{$wizard}__nav-link--Color);
480
480
  text-align: start; // needed for when the item is a button
481
+ overflow-wrap: break-word;
481
482
  text-decoration-line: var(--#{$wizard}__nav-link--TextDecoration);
482
- word-break: break-word;
483
483
  counter-increment: wizard-nav-count;
484
484
  background-color: transparent;
485
485
  border: none;
@@ -601,10 +601,10 @@
601
601
  @include pf-v6-mirror-inline-on-rtl;
602
602
 
603
603
  display: inline-block;
604
+ transform: rotate(var(--#{$wizard}__nav-link-toggle-icon--Rotate));
604
605
  transition-timing-function: var(--#{$wizard}__nav-link-toggle-icon--TransitionTimingFunction);
605
606
  transition-duration: var(--#{$wizard}__nav-link-toggle-icon--TransitionDuration);
606
607
  transition-property: transform;
607
- transform: rotate(var(--#{$wizard}__nav-link-toggle-icon--Rotate));
608
608
  }
609
609
 
610
610
  .#{$wizard}__main {
@@ -614,7 +614,7 @@
614
614
  flex-direction: column;
615
615
  overflow-x: hidden;
616
616
  overflow-y: auto;
617
- word-break: break-word;
617
+ overflow-wrap: break-word;
618
618
  }
619
619
 
620
620
  .#{$wizard}__main-body {