@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
@@ -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 {