@patternfly/patternfly 6.6.0-prerelease.1 → 6.6.0-prerelease.11

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 (221) hide show
  1. package/assets/images/img_avatar-rhds.svg +22 -0
  2. package/assets/images/pf-logo-avatar.jpg +0 -0
  3. package/base/normalize.scss +2 -0
  4. package/base/patternfly-common.css +2 -2
  5. package/base/patternfly-common.scss +1 -1
  6. package/base/patternfly-fa-icons.css +3 -3
  7. package/base/patternfly-fa-icons.scss +3 -3
  8. package/base/patternfly-variables.css +58 -56
  9. package/base/reset.scss +2 -0
  10. package/base/tokens/tokens-charts-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  13. package/base/tokens/tokens-charts.scss +1 -1
  14. package/base/tokens/tokens-dark.scss +9 -9
  15. package/base/tokens/tokens-default.scss +8 -8
  16. package/base/tokens/tokens-felt-dark.scss +1 -1
  17. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  18. package/base/tokens/tokens-felt-glass.scss +10 -9
  19. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  20. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  21. package/base/tokens/tokens-felt.scss +1 -1
  22. package/base/tokens/tokens-glass-dark.scss +8 -8
  23. package/base/tokens/tokens-glass.scss +10 -9
  24. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  25. package/base/tokens/tokens-highcontrast.scss +7 -7
  26. package/base/tokens/tokens-palette.scss +1 -1
  27. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  28. package/components/AboutModalBox/about-modal-box.css +1 -1
  29. package/components/AboutModalBox/about-modal-box.scss +1 -1
  30. package/components/Accordion/accordion.css +3 -3
  31. package/components/Accordion/accordion.scss +3 -3
  32. package/components/Alert/alert-group.css +1 -1
  33. package/components/Alert/alert-group.scss +1 -1
  34. package/components/Alert/alert.css +4 -3
  35. package/components/Alert/alert.scss +4 -3
  36. package/components/Avatar/avatar.css +144 -0
  37. package/components/Avatar/avatar.scss +161 -0
  38. package/components/Breadcrumb/breadcrumb.css +1 -1
  39. package/components/Breadcrumb/breadcrumb.scss +1 -1
  40. package/components/Button/button.css +9 -6
  41. package/components/Button/button.scss +10 -6
  42. package/components/Card/card.css +2 -2
  43. package/components/Card/card.scss +3 -3
  44. package/components/Check/check.css +1 -1
  45. package/components/Check/check.scss +1 -1
  46. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  47. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  48. package/components/Compass/compass.css +7 -3
  49. package/components/Compass/compass.scss +7 -3
  50. package/components/Content/content.css +2 -2
  51. package/components/Content/content.scss +2 -2
  52. package/components/DataList/data-list.css +1 -1
  53. package/components/DataList/data-list.scss +1 -1
  54. package/components/DescriptionList/description-list.css +0 -1
  55. package/components/DescriptionList/description-list.scss +0 -1
  56. package/components/DragDrop/drag-drop.css +4 -0
  57. package/components/DragDrop/drag-drop.scss +4 -0
  58. package/components/Drawer/drawer.css +2 -2
  59. package/components/Drawer/drawer.scss +2 -2
  60. package/components/DualListSelector/dual-list-selector.css +6 -6
  61. package/components/DualListSelector/dual-list-selector.scss +6 -6
  62. package/components/ExpandableSection/expandable-section.css +3 -3
  63. package/components/ExpandableSection/expandable-section.scss +3 -3
  64. package/components/Form/form.css +12 -12
  65. package/components/Form/form.scss +6 -6
  66. package/components/FormControl/form-control.css +1 -1
  67. package/components/FormControl/form-control.scss +3 -1
  68. package/components/Hero/hero.css +1 -1
  69. package/components/Hero/hero.scss +1 -1
  70. package/components/Hint/hint.css +1 -1
  71. package/components/Hint/hint.scss +1 -1
  72. package/components/InputGroup/input-group.css +5 -5
  73. package/components/InputGroup/input-group.scss +5 -5
  74. package/components/JumpLinks/jump-links.css +1 -1
  75. package/components/JumpLinks/jump-links.scss +1 -1
  76. package/components/Label/label.css +1 -1
  77. package/components/Label/label.scss +1 -1
  78. package/components/Login/login.css +2 -2
  79. package/components/Login/login.scss +2 -2
  80. package/components/Masthead/masthead.css +2 -2
  81. package/components/Masthead/masthead.scss +2 -2
  82. package/components/Menu/menu.css +4 -4
  83. package/components/Menu/menu.scss +4 -4
  84. package/components/MenuToggle/menu-toggle.css +4 -1
  85. package/components/MenuToggle/menu-toggle.scss +5 -2
  86. package/components/ModalBox/modal-box.css +1 -1
  87. package/components/ModalBox/modal-box.scss +1 -1
  88. package/components/Nav/nav.css +5 -5
  89. package/components/Nav/nav.scss +5 -5
  90. package/components/NotificationDrawer/notification-drawer.css +5 -5
  91. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  92. package/components/Page/page.css +26 -21
  93. package/components/Page/page.scss +30 -25
  94. package/components/Popover/popover.css +1 -1
  95. package/components/Popover/popover.scss +2 -2
  96. package/components/Progress/progress.css +3 -3
  97. package/components/Progress/progress.scss +3 -6
  98. package/components/ProgressStepper/progress-stepper.css +1 -1
  99. package/components/Radio/radio.css +1 -1
  100. package/components/Radio/radio.scss +1 -1
  101. package/components/Sidebar/sidebar.css +4 -7
  102. package/components/Sidebar/sidebar.scss +9 -9
  103. package/components/Spinner/spinner.css +2 -2
  104. package/components/Spinner/spinner.scss +2 -2
  105. package/components/Switch/switch.css +1 -1
  106. package/components/Switch/switch.scss +1 -1
  107. package/components/Table/table-tree-view.css +10 -10
  108. package/components/Table/table-tree-view.scss +2 -2
  109. package/components/Table/table.css +37 -10
  110. package/components/Table/table.scss +53 -14
  111. package/components/Tabs/tabs.css +3 -3
  112. package/components/Tabs/tabs.scss +3 -3
  113. package/components/TextInputGroup/text-input-group.css +1 -1
  114. package/components/TextInputGroup/text-input-group.scss +1 -1
  115. package/components/Title/title.css +1 -1
  116. package/components/Title/title.scss +1 -1
  117. package/components/Toolbar/toolbar.css +1 -1
  118. package/components/Toolbar/toolbar.scss +1 -1
  119. package/components/Tooltip/tooltip.css +1 -1
  120. package/components/Tooltip/tooltip.scss +2 -2
  121. package/components/TreeView/tree-view.css +5 -5
  122. package/components/TreeView/tree-view.scss +5 -5
  123. package/components/Wizard/wizard.css +5 -5
  124. package/components/Wizard/wizard.scss +5 -5
  125. package/components/_index.css +341 -154
  126. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  127. package/docs/components/Accordion/examples/Accordion.md +30 -30
  128. package/docs/components/ActionList/examples/ActionList.md +11 -11
  129. package/docs/components/Alert/examples/Alert.md +54 -54
  130. package/docs/components/Avatar/examples/Avatar.css +6 -0
  131. package/docs/components/Avatar/examples/Avatar.md +414 -40
  132. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  133. package/docs/components/Banner/examples/Banner.md +10 -10
  134. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  135. package/docs/components/Button/examples/Button.md +184 -184
  136. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  137. package/docs/components/Card/examples/Card.md +14 -14
  138. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  139. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  140. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  141. package/docs/components/DataList/examples/DataList.md +34 -34
  142. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  143. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  144. package/docs/components/Drawer/examples/Drawer.md +23 -23
  145. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  146. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  147. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  148. package/docs/components/Form/examples/Form.md +6 -6
  149. package/docs/components/Hint/examples/Hint.md +3 -3
  150. package/docs/components/Icon/examples/Icon.md +9 -9
  151. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  152. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  153. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  154. package/docs/components/Label/examples/Label.md +218 -218
  155. package/docs/components/Login/examples/Login.md +4 -4
  156. package/docs/components/Masthead/examples/masthead.md +1 -1
  157. package/docs/components/Menu/examples/Menu.md +129 -129
  158. package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
  159. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  160. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  161. package/docs/components/Nav/examples/Navigation.md +66 -66
  162. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  163. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  164. package/docs/components/Page/examples/Page.md +1 -1
  165. package/docs/components/Pagination/examples/Pagination.md +92 -92
  166. package/docs/components/Popover/examples/Popover.md +22 -22
  167. package/docs/components/Progress/examples/Progress.md +7 -7
  168. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  169. package/docs/components/Sidebar/examples/Sidebar.md +3 -1
  170. package/docs/components/Slider/examples/Slider.md +4 -4
  171. package/docs/components/Table/examples/Table.css +6 -0
  172. package/docs/components/Table/examples/Table.md +807 -527
  173. package/docs/components/Tabs/examples/Tabs.md +378 -378
  174. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  175. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  176. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  177. package/docs/components/TreeView/examples/TreeView.md +104 -104
  178. package/docs/components/Wizard/examples/Wizard.md +40 -40
  179. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  180. package/docs/demos/Alert/examples/Alert.md +32 -32
  181. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  182. package/docs/demos/Banner/examples/Banner.md +16 -16
  183. package/docs/demos/Button/examples/Button.md +1 -1
  184. package/docs/demos/Card/examples/Card.md +78 -78
  185. package/docs/demos/CardView/examples/CardView.md +38 -38
  186. package/docs/demos/Compass/examples/Compass.md +294 -238
  187. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  188. package/docs/demos/DataList/examples/DataList.md +101 -101
  189. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  190. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  191. package/docs/demos/Form/examples/BasicForms.md +21 -21
  192. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  193. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  194. package/docs/demos/Modal/examples/Modal.md +54 -54
  195. package/docs/demos/Nav/examples/Nav.md +93 -93
  196. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  197. package/docs/demos/Page/examples/Page.md +119 -119
  198. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  199. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  200. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  201. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  202. package/docs/demos/Table/examples/Table.md +630 -630
  203. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  204. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  205. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  206. package/layouts/Gallery/gallery.css +1 -1
  207. package/layouts/Gallery/gallery.scss +1 -1
  208. package/layouts/Grid/grid.css +1 -1
  209. package/layouts/Grid/grid.scss +1 -1
  210. package/layouts/_index.css +2 -2
  211. package/package.json +11 -12
  212. package/patternfly-addons.css +12 -12
  213. package/patternfly-base-no-globals.css +63 -61
  214. package/patternfly-base.css +63 -61
  215. package/patternfly-no-globals.css +406 -217
  216. package/patternfly.css +406 -217
  217. package/patternfly.min.css +1 -1
  218. package/patternfly.min.css.map +1 -1
  219. package/sass-utilities/mixins.scss +2 -2
  220. package/utilities/Accessibility/accessibility.css +12 -12
  221. package/utilities/_index.css +12 -12
@@ -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);
@@ -860,6 +860,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
860
860
  justify-content: flex-start;
861
861
  width: 100%;
862
862
  }
863
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
864
+ min-width: 1lh;
865
+ }
863
866
  @media (min-width: 62rem) {
864
867
  .pf-v6-c-button.pf-m-docked {
865
868
  justify-content: center;
@@ -880,12 +883,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
880
883
  margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
881
884
  margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
882
885
  color: var(--pf-v6-c-button__icon--Color);
886
+ rotate: var(--pf-v6-c-button__icon--Rotate);
887
+ scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
883
888
  transition-delay: var(--pf-v6-c-button__icon--TransitionDelay);
884
889
  transition-timing-function: var(--pf-v6-c-button__icon--TransitionTimingFunction);
885
890
  transition-duration: var(--pf-v6-c-button__icon--TransitionDuration);
886
891
  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
892
  }
890
893
  .pf-v6-c-button__icon.pf-m-start {
891
894
  --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 {
@@ -989,6 +989,10 @@
989
989
  justify-content: flex-start;
990
990
  width: 100%;
991
991
 
992
+ .#{$button}__icon {
993
+ min-width: 1lh;
994
+ }
995
+
992
996
  @media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
993
997
  justify-content: center;
994
998
 
@@ -1013,12 +1017,12 @@
1013
1017
  margin-inline-start: var(--#{$button}__icon--MarginInlineStart);
1014
1018
  margin-inline-end: var(--#{$button}__icon--MarginInlineEnd);
1015
1019
  color: var(--#{$button}__icon--Color);
1020
+ rotate: var(--#{$button}__icon--Rotate);
1021
+ scale: var(--#{$button}__icon--ScaleX) var(--#{$button}__icon--ScaleY);
1016
1022
  transition-delay: var(--#{$button}__icon--TransitionDelay);
1017
1023
  transition-timing-function: var(--#{$button}__icon--TransitionTimingFunction);
1018
1024
  transition-duration: var(--#{$button}__icon--TransitionDuration);
1019
1025
  transition-property: var(--#{$button}__icon--TransitionProperty);
1020
- rotate: var(--#{$button}__icon--Rotate);
1021
- scale: var(--#{$button}__icon--ScaleX) var(--#{$button}__icon--ScaleY);
1022
1026
 
1023
1027
  &.pf-m-start {
1024
1028
  --#{$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);
@@ -315,15 +315,18 @@
315
315
  inset-inline-start: 0;
316
316
  z-index: var(--pf-v6-c-compass__dock--ZIndex);
317
317
  display: flex;
318
+ visibility: hidden;
318
319
  flex-direction: column;
319
320
  grid-area: dock;
320
321
  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
322
  translate: -100% 0;
323
+ transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide), visibility 0s var(--pf-v6-c-compass__dock--TransitionDuration--slide);
323
324
  }
324
325
  .pf-v6-c-compass__dock.pf-m-expanded {
325
326
  --pf-v6-c-compass__dock--TransitionDuration--slide: var(--pf-v6-c-compass__dock--m-expanded--TransitionDuration--slide);
327
+ visibility: visible;
326
328
  translate: 0;
329
+ transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide), visibility 0s 0s;
327
330
  }
328
331
  @media (min-width: 62rem) {
329
332
  .pf-v6-c-compass__dock {
@@ -331,6 +334,7 @@
331
334
  --pf-v6-c-compass__dock-main--BorderInlineEndColor: var(--pf-v6-c-compass__dock-main--desktop--BorderInlineEndColor);
332
335
  position: revert;
333
336
  inset: revert;
337
+ visibility: revert;
334
338
  width: auto;
335
339
  translate: 0;
336
340
  }
@@ -345,9 +349,9 @@
345
349
  .pf-v6-c-compass__dock-main {
346
350
  flex-grow: 1;
347
351
  background-color: var(--pf-v6-c-compass__dock-main--BackgroundColor);
348
- backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
349
352
  border-inline-end: var(--pf-v6-c-compass__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock-main--BorderInlineEndColor);
350
353
  box-shadow: var(--pf-v6-c-compass__dock-main--BoxShadow);
354
+ backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
351
355
  }
352
356
  .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-compass__dock-main {
353
357
  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);
@@ -324,16 +324,19 @@
324
324
  inset-inline-start: 0;
325
325
  z-index: var(--#{$compass}__dock--ZIndex);
326
326
  display: flex;
327
+ visibility: hidden;
327
328
  flex-direction: column;
328
329
  grid-area: dock;
329
330
  width: var(--#{$compass}__dock--Width);
330
- transition: translate var(--#{$compass}__dock--TransitionDuration--slide) var(--#{$compass}__dock--TransitionTimingFunction--slide);
331
331
  translate: -100% 0;
332
+ transition: translate var(--#{$compass}__dock--TransitionDuration--slide) var(--#{$compass}__dock--TransitionTimingFunction--slide), visibility 0s var(--#{$compass}__dock--TransitionDuration--slide);
332
333
 
333
334
  &.pf-m-expanded {
334
335
  --#{$compass}__dock--TransitionDuration--slide: var(--#{$compass}__dock--m-expanded--TransitionDuration--slide);
335
336
 
337
+ visibility: visible;
336
338
  translate: 0;
339
+ transition: translate var(--#{$compass}__dock--TransitionDuration--slide) var(--#{$compass}__dock--TransitionTimingFunction--slide), visibility 0s 0s;
337
340
  }
338
341
 
339
342
  @media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
@@ -342,6 +345,7 @@
342
345
 
343
346
  position: revert;
344
347
  inset: revert;
348
+ visibility: revert;
345
349
  width: auto;
346
350
  translate: 0;
347
351
  }
@@ -358,9 +362,9 @@
358
362
  .#{$compass}__dock-main {
359
363
  flex-grow: 1;
360
364
  background-color: var(--#{$compass}__dock-main--BackgroundColor);
361
- backdrop-filter: var(--#{$compass}__dock-main--BackdropFilter);
362
365
  border-inline-end: var(--#{$compass}__dock-main--BorderInlineEndWidth) solid var(--#{$compass}__dock-main--BorderInlineEndColor);
363
366
  box-shadow: var(--#{$compass}__dock-main--BoxShadow);
367
+ backdrop-filter: var(--#{$compass}__dock-main--BackdropFilter);
364
368
 
365
369
  .#{$compass}__dock.pf-m-expanded & {
366
370
  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;
@@ -3,6 +3,7 @@
3
3
  --pf-v6-c-draggable--m-dragging--Cursor: grabbing;
4
4
  --pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
5
5
  --pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
6
+ --pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
6
7
  --pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
7
8
  --pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
8
9
  --pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -17,6 +18,7 @@
17
18
  --pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
18
19
  position: relative;
19
20
  background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
21
+ border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
20
22
  box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
21
23
  }
22
24
  .pf-v6-c-draggable.pf-m-dragging::after {
@@ -36,6 +38,7 @@
36
38
 
37
39
  .pf-v6-c-droppable {
38
40
  --pf-v6-c-droppable--before--BackgroundColor: transparent;
41
+ --pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
39
42
  --pf-v6-c-droppable--before--Opacity: 0;
40
43
  --pf-v6-c-droppable--after--BorderWidth: 0;
41
44
  --pf-v6-c-droppable--after--BorderColor: transparent;
@@ -58,6 +61,7 @@
58
61
  }
59
62
  .pf-v6-c-droppable::before {
60
63
  background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
64
+ border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
61
65
  opacity: var(--pf-v6-c-droppable--before--Opacity);
62
66
  }
63
67
  .pf-v6-c-droppable::after {
@@ -5,6 +5,7 @@
5
5
  --#{$draggable}--m-dragging--Cursor: grabbing;
6
6
  --#{$draggable}--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
7
7
  --#{$draggable}--m-dragging--BackgroundColor: transparent;
8
+ --#{$draggable}--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
8
9
  --#{$draggable}--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
9
10
  --#{$draggable}--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
10
11
  --#{$draggable}--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
@@ -20,6 +21,7 @@
20
21
 
21
22
  position: relative;
22
23
  background-color: var(--#{$draggable}--m-dragging--BackgroundColor);
24
+ border-radius: var(--#{$draggable}--m-dragging--BorderRadius);
23
25
  box-shadow: var(--#{$draggable}--m-dragging--BoxShadow);
24
26
 
25
27
  &::after {
@@ -42,6 +44,7 @@
42
44
 
43
45
  @include pf-root($droppable) {
44
46
  --#{$droppable}--before--BackgroundColor: transparent;
47
+ --#{$droppable}--before--BorderRadius: var(--pf-t--global--border--radius--small);
45
48
  --#{$droppable}--before--Opacity: 0;
46
49
  --#{$droppable}--after--BorderWidth: 0;
47
50
  --#{$droppable}--after--BorderColor: transparent;
@@ -67,6 +70,7 @@
67
70
 
68
71
  &::before {
69
72
  background-color: var(--#{$droppable}--before--BackgroundColor);
73
+ border-radius: var(--#{$droppable}--before--BorderRadius);
70
74
  opacity: var(--#{$droppable}--before--Opacity);
71
75
  }
72
76
 
@@ -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);
@@ -145,9 +145,9 @@
145
145
  max-height: var(--pf-v6-c-dual-list-selector__menu--MaxHeight);
146
146
  margin-block-start: var(--pf-v6-c-dual-list-selector__menu--MarginBlockStart);
147
147
  overflow: auto;
148
+ outline-offset: 2px;
148
149
  border: var(--pf-v6-c-dual-list-selector__menu--BorderWidth) solid var(--pf-v6-c-dual-list-selector__menu--BorderColor);
149
150
  border-radius: var(--pf-v6-c-dual-list-selector__menu--BorderRadius);
150
- outline-offset: 2px;
151
151
  }
152
152
 
153
153
  .pf-v6-c-dual-list-selector__list {
@@ -183,25 +183,25 @@
183
183
  --pf-v6-c-dual-list-selector__item--PaddingInlineStart: var(--pf-v6-c-dual-list-selector__item--m-expandable--PaddingInlineStart);
184
184
  }
185
185
  .pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expandable > .pf-v6-c-dual-list-selector__list {
186
- max-height: 0;
187
186
  visibility: hidden;
187
+ max-height: 0;
188
188
  opacity: var(--pf-v6-c-dual-list-selector__list--Opacity);
189
+ translate: 0 var(--pf-v6-c-dual-list-selector__list--TranslateY);
189
190
  transition-delay: 0s, 0s, var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade);
190
191
  transition-timing-function: var(--pf-v6-c-dual-list-selector__list--TransitionTimingFunction);
191
192
  transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--slide), 0s, 0s;
192
193
  transition-property: opacity, translate, visibility, max-height;
193
- translate: 0 var(--pf-v6-c-dual-list-selector__list--TranslateY);
194
194
  }
195
195
  .pf-v6-c-dual-list-selector__list-item.pf-m-expanded {
196
196
  --pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: var(--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate);
197
197
  }
198
198
  .pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expanded > .pf-v6-c-dual-list-selector__list {
199
- max-height: 99999px;
200
199
  visibility: revert;
200
+ max-height: 99999px;
201
201
  opacity: var(--pf-v6-c-dual-list-selector--m-expanded__list--Opacity);
202
+ translate: 0 var(--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY);
202
203
  transition-delay: 0s;
203
204
  transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide), 0s, 0s;
204
- translate: 0 var(--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY);
205
205
  }
206
206
  .pf-v6-c-dual-list-selector__list-item.pf-m-disabled {
207
207
  --pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item--m-disabled__item-text--Color);
@@ -336,10 +336,10 @@
336
336
  min-width: var(--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth);
337
337
  color: var(--pf-v6-c-dual-list-selector__item-toggle-icon--Color, inherit);
338
338
  text-align: center;
339
+ transform: rotate(var(--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate));
339
340
  transition-timing-function: var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction);
340
341
  transition-duration: var(--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration);
341
342
  transition-property: transform;
342
- transform: rotate(var(--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate));
343
343
  }
344
344
 
345
345
  .pf-v6-c-dual-list-selector__list-item .pf-v6-c-dual-list-selector__list-item {
@@ -184,9 +184,9 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
184
184
  max-height: var(--#{$dual-list-selector}__menu--MaxHeight);
185
185
  margin-block-start: var(--#{$dual-list-selector}__menu--MarginBlockStart);
186
186
  overflow: auto;
187
+ outline-offset: 2px; // push the focus outline out so that it is not broken by the list item row background
187
188
  border: var(--#{$dual-list-selector}__menu--BorderWidth) solid var(--#{$dual-list-selector}__menu--BorderColor);
188
189
  border-radius: var(--#{$dual-list-selector}__menu--BorderRadius);
189
- outline-offset: 2px; // push the focus outline out so that it is not broken by the list item row background
190
190
  }
191
191
 
192
192
  .#{$dual-list-selector}__list {
@@ -226,14 +226,14 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
226
226
 
227
227
  > .#{$dual-list-selector}__list {
228
228
  .#{$dual-list-selector}.pf-m-animate-expand & { // TODO - remove opt-in class in a breaking change
229
- max-height: 0;
230
229
  visibility: hidden;
230
+ max-height: 0;
231
231
  opacity: var(--#{$dual-list-selector}__list--Opacity);
232
+ translate: 0 var(--#{$dual-list-selector}__list--TranslateY);
232
233
  transition-delay: 0s, 0s, var(--#{$dual-list-selector}__list--TransitionDuration--fade), var(--#{$dual-list-selector}__list--TransitionDuration--fade);
233
234
  transition-timing-function: var(--#{$dual-list-selector}__list--TransitionTimingFunction);
234
235
  transition-duration: var(--#{$dual-list-selector}__list--TransitionDuration--fade), var(--#{$dual-list-selector}__list--TransitionDuration--slide), 0s, 0s;
235
236
  transition-property: opacity, translate, visibility, max-height;
236
- translate: 0 var(--#{$dual-list-selector}__list--TranslateY);
237
237
  }
238
238
  }
239
239
  }
@@ -243,12 +243,12 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
243
243
 
244
244
  > .#{$dual-list-selector}__list {
245
245
  .#{$dual-list-selector}.pf-m-animate-expand & {
246
- max-height: 99999px;
247
246
  visibility: revert;
247
+ max-height: 99999px;
248
248
  opacity: var(--#{$dual-list-selector}--m-expanded__list--Opacity);
249
+ translate: 0 var(--#{$dual-list-selector}--m-expanded__list--TranslateY);
249
250
  transition-delay: 0s;
250
251
  transition-duration: var(--#{$dual-list-selector}__list--TransitionDuration--expand--fade), var(--#{$dual-list-selector}__list--TransitionDuration--expand--slide), 0s, 0s;
251
- translate: 0 var(--#{$dual-list-selector}--m-expanded__list--TranslateY);
252
252
  }
253
253
  }
254
254
  }
@@ -401,10 +401,10 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
401
401
  min-width: var(--#{$dual-list-selector}__item-toggle-icon--MinWidth);
402
402
  color: var(--#{$dual-list-selector}__item-toggle-icon--Color, inherit);
403
403
  text-align: center;
404
+ transform: rotate(var(--#{$dual-list-selector}__item-toggle-icon--Rotate));
404
405
  transition-timing-function: var(--#{$dual-list-selector}__item-toggle-icon--TransitionTimingFunction);
405
406
  transition-duration: var(--#{$dual-list-selector}__item-toggle-icon--TransitionDuration);
406
407
  transition-property: transform;
407
- transform: rotate(var(--#{$dual-list-selector}__item-toggle-icon--Rotate));
408
408
  }
409
409
 
410
410
  // stylelint-disable no-duplicate-selectors
@@ -125,8 +125,8 @@
125
125
  display: inline-block;
126
126
  min-width: var(--pf-v6-c-expandable-section__toggle-icon--MinWidth);
127
127
  color: var(--pf-v6-c-expandable-section__toggle-icon--Color);
128
- transition: var(--pf-v6-c-expandable-section__toggle-icon--Transition);
129
128
  transform: rotate(var(--pf-v6-c-expandable-section__toggle-icon--Rotate));
129
+ transition: var(--pf-v6-c-expandable-section__toggle-icon--Transition);
130
130
  }
131
131
  .pf-v6-c-expandable-section__toggle-icon.pf-m-expand-top {
132
132
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate);
@@ -141,13 +141,13 @@
141
141
  display: revert;
142
142
  }
143
143
  .pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) > .pf-v6-c-expandable-section__content {
144
+ visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
144
145
  max-height: var(--pf-v6-c-expandable-section__content--MaxHeight, 0);
145
146
  overflow: var(--pf-v6-c-expandable-section__content--Overflow, hidden);
146
- visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
147
147
  opacity: var(--pf-v6-c-expandable-section__content--Opacity);
148
+ translate: 0 var(--pf-v6-c-expandable-section__content--TranslateY);
148
149
  transition-delay: 0s, 0s, var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s), var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s);
149
150
  transition-timing-function: var(--pf-v6-c-expandable-section__content--TransitionTimingFunction);
150
151
  transition-duration: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade), var(--pf-v6-c-expandable-section__content--TransitionDuration--slide), 0s, 0s;
151
152
  transition-property: opacity, translate, visibility, max-height;
152
- translate: 0 var(--pf-v6-c-expandable-section__content--TranslateY);
153
153
  }