@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/README.md +1 -1
  2. package/base/normalize.scss +2 -0
  3. package/base/patternfly-common.css +2 -2
  4. package/base/patternfly-common.scss +1 -1
  5. package/base/patternfly-fa-icons.css +3 -3
  6. package/base/patternfly-fa-icons.scss +3 -3
  7. package/base/patternfly-variables.css +56 -56
  8. package/base/reset.scss +2 -0
  9. package/base/tokens/tokens-charts-dark.scss +1 -1
  10. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  12. package/base/tokens/tokens-charts.scss +1 -1
  13. package/base/tokens/tokens-dark.scss +9 -9
  14. package/base/tokens/tokens-default.scss +8 -8
  15. package/base/tokens/tokens-felt-dark.scss +1 -1
  16. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  17. package/base/tokens/tokens-felt-glass.scss +8 -8
  18. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  20. package/base/tokens/tokens-felt.scss +1 -1
  21. package/base/tokens/tokens-glass-dark.scss +8 -8
  22. package/base/tokens/tokens-glass.scss +8 -8
  23. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  24. package/base/tokens/tokens-highcontrast.scss +7 -7
  25. package/base/tokens/tokens-palette.scss +1 -1
  26. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  27. package/components/AboutModalBox/about-modal-box.css +1 -1
  28. package/components/AboutModalBox/about-modal-box.scss +1 -1
  29. package/components/Accordion/accordion.css +8 -4
  30. package/components/Accordion/accordion.scss +9 -4
  31. package/components/Alert/alert-group.css +1 -1
  32. package/components/Alert/alert-group.scss +1 -1
  33. package/components/Alert/alert.css +3 -3
  34. package/components/Alert/alert.scss +3 -3
  35. package/components/Breadcrumb/breadcrumb.css +1 -1
  36. package/components/Breadcrumb/breadcrumb.scss +1 -1
  37. package/components/Button/button.css +6 -6
  38. package/components/Button/button.scss +6 -6
  39. package/components/Card/card.css +2 -2
  40. package/components/Card/card.scss +3 -3
  41. package/components/Check/check.css +1 -1
  42. package/components/Check/check.scss +1 -1
  43. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  44. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  45. package/components/Compass/compass.css +3 -3
  46. package/components/Compass/compass.scss +3 -3
  47. package/components/Content/content.css +2 -2
  48. package/components/Content/content.scss +2 -2
  49. package/components/DataList/data-list.css +1 -1
  50. package/components/DataList/data-list.scss +1 -1
  51. package/components/DescriptionList/description-list.css +0 -1
  52. package/components/DescriptionList/description-list.scss +0 -1
  53. package/components/Drawer/drawer.css +2 -2
  54. package/components/Drawer/drawer.scss +2 -2
  55. package/components/DualListSelector/dual-list-selector.css +6 -6
  56. package/components/DualListSelector/dual-list-selector.scss +6 -6
  57. package/components/ExpandableSection/expandable-section.css +3 -3
  58. package/components/ExpandableSection/expandable-section.scss +3 -3
  59. package/components/Form/form.css +12 -12
  60. package/components/Form/form.scss +6 -6
  61. package/components/FormControl/form-control.css +1 -1
  62. package/components/FormControl/form-control.scss +3 -1
  63. package/components/Hero/hero.css +1 -1
  64. package/components/Hero/hero.scss +1 -1
  65. package/components/Hint/hint.css +1 -1
  66. package/components/Hint/hint.scss +1 -1
  67. package/components/InputGroup/input-group.css +5 -5
  68. package/components/InputGroup/input-group.scss +5 -5
  69. package/components/JumpLinks/jump-links.css +1 -1
  70. package/components/JumpLinks/jump-links.scss +1 -1
  71. package/components/Label/label.css +1 -1
  72. package/components/Label/label.scss +1 -1
  73. package/components/Login/login.css +2 -2
  74. package/components/Login/login.scss +2 -2
  75. package/components/Masthead/masthead.css +1 -1
  76. package/components/Masthead/masthead.scss +1 -1
  77. package/components/Menu/menu.css +4 -4
  78. package/components/Menu/menu.scss +4 -4
  79. package/components/MenuToggle/menu-toggle.css +1 -1
  80. package/components/MenuToggle/menu-toggle.scss +1 -1
  81. package/components/ModalBox/modal-box.css +1 -1
  82. package/components/ModalBox/modal-box.scss +1 -1
  83. package/components/Nav/nav.css +5 -5
  84. package/components/Nav/nav.scss +5 -5
  85. package/components/NotificationDrawer/notification-drawer.css +5 -5
  86. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  87. package/components/Page/page.css +3 -3
  88. package/components/Page/page.scss +3 -3
  89. package/components/Popover/popover.css +1 -1
  90. package/components/Popover/popover.scss +2 -2
  91. package/components/Progress/progress.css +3 -3
  92. package/components/Progress/progress.scss +3 -6
  93. package/components/ProgressStepper/progress-stepper.css +1 -1
  94. package/components/Radio/radio.css +1 -1
  95. package/components/Radio/radio.scss +1 -1
  96. package/components/Spinner/spinner.css +2 -2
  97. package/components/Spinner/spinner.scss +2 -2
  98. package/components/Switch/switch.css +1 -1
  99. package/components/Switch/switch.scss +1 -1
  100. package/components/Table/table-tree-view.css +10 -10
  101. package/components/Table/table-tree-view.scss +2 -2
  102. package/components/Table/table.css +10 -10
  103. package/components/Table/table.scss +10 -10
  104. package/components/Tabs/tabs.css +3 -3
  105. package/components/Tabs/tabs.scss +3 -3
  106. package/components/TextInputGroup/text-input-group.css +1 -1
  107. package/components/TextInputGroup/text-input-group.scss +1 -1
  108. package/components/Title/title.css +1 -1
  109. package/components/Title/title.scss +1 -1
  110. package/components/Toolbar/toolbar.css +1 -1
  111. package/components/Toolbar/toolbar.scss +1 -1
  112. package/components/Tooltip/tooltip.css +1 -1
  113. package/components/Tooltip/tooltip.scss +2 -2
  114. package/components/TreeView/tree-view.css +5 -5
  115. package/components/TreeView/tree-view.scss +5 -5
  116. package/components/Wizard/wizard.css +5 -5
  117. package/components/Wizard/wizard.scss +5 -5
  118. package/components/_index.css +132 -129
  119. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  120. package/docs/components/Accordion/examples/Accordion.md +30 -30
  121. package/docs/components/ActionList/examples/ActionList.md +11 -11
  122. package/docs/components/Alert/examples/Alert.md +54 -54
  123. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  124. package/docs/components/Banner/examples/Banner.md +10 -10
  125. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  126. package/docs/components/Button/examples/Button.md +184 -184
  127. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  128. package/docs/components/Card/examples/Card.md +14 -14
  129. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  130. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  131. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  132. package/docs/components/DataList/examples/DataList.md +34 -34
  133. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  134. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  135. package/docs/components/Drawer/examples/Drawer.md +22 -22
  136. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  137. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  138. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  139. package/docs/components/Form/examples/Form.md +6 -6
  140. package/docs/components/Hint/examples/Hint.md +3 -3
  141. package/docs/components/Icon/examples/Icon.md +9 -9
  142. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  143. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  144. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  145. package/docs/components/Label/examples/Label.md +218 -218
  146. package/docs/components/Login/examples/Login.md +4 -4
  147. package/docs/components/Masthead/examples/masthead.md +1 -1
  148. package/docs/components/Menu/examples/Menu.md +129 -129
  149. package/docs/components/MenuToggle/examples/MenuToggle.md +217 -217
  150. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  151. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  152. package/docs/components/Nav/examples/Navigation.md +66 -66
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  154. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  155. package/docs/components/Page/examples/Page.md +1 -1
  156. package/docs/components/Pagination/examples/Pagination.md +92 -92
  157. package/docs/components/Popover/examples/Popover.md +22 -22
  158. package/docs/components/Progress/examples/Progress.md +7 -7
  159. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  160. package/docs/components/Slider/examples/Slider.md +4 -4
  161. package/docs/components/Table/examples/Table.md +479 -479
  162. package/docs/components/Tabs/examples/Tabs.md +378 -378
  163. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  164. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  165. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  166. package/docs/components/TreeView/examples/TreeView.md +104 -104
  167. package/docs/components/Wizard/examples/Wizard.md +40 -40
  168. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  169. package/docs/demos/Alert/examples/Alert.md +32 -32
  170. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  171. package/docs/demos/Banner/examples/Banner.md +16 -16
  172. package/docs/demos/Button/examples/Button.md +1 -1
  173. package/docs/demos/Card/examples/Card.md +78 -78
  174. package/docs/demos/CardView/examples/CardView.md +38 -38
  175. package/docs/demos/Compass/examples/Compass.md +219 -219
  176. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  177. package/docs/demos/DataList/examples/DataList.md +101 -101
  178. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  179. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  180. package/docs/demos/Form/examples/BasicForms.md +21 -21
  181. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  182. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  183. package/docs/demos/Modal/examples/Modal.md +54 -54
  184. package/docs/demos/Nav/examples/Nav.md +93 -93
  185. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  186. package/docs/demos/Page/examples/Page.md +119 -119
  187. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  188. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  189. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  190. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  191. package/docs/demos/Table/examples/Table.md +630 -630
  192. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  193. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  194. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  195. package/layouts/Gallery/gallery.css +1 -1
  196. package/layouts/Gallery/gallery.scss +1 -1
  197. package/layouts/Grid/grid.css +1 -1
  198. package/layouts/Grid/grid.scss +1 -1
  199. package/layouts/_index.css +2 -2
  200. package/package.json +11 -12
  201. package/patternfly-addons.css +12 -12
  202. package/patternfly-base-no-globals.css +61 -61
  203. package/patternfly-base.css +61 -61
  204. package/patternfly-no-globals.css +195 -192
  205. package/patternfly.css +195 -192
  206. package/patternfly.min.css +1 -1
  207. package/patternfly.min.css.map +1 -1
  208. package/sass-utilities/mixins.scss +2 -2
  209. package/utilities/Accessibility/accessibility.css +12 -12
  210. package/utilities/_index.css +12 -12
@@ -21,8 +21,8 @@ wrapperTag: div
21
21
  <span class="pf-v6-c-button__icon">
22
22
  <svg
23
23
  class="pf-v6-svg"
24
- viewBox="0 0 20 20"
25
24
  fill="currentColor"
25
+ viewBox="0 0 20 20"
26
26
  aria-hidden="true"
27
27
  role="img"
28
28
  width="1em"
@@ -52,8 +52,8 @@ wrapperTag: div
52
52
  <span class="pf-v6-c-wizard__toggle-separator">
53
53
  <svg
54
54
  class="pf-v6-svg"
55
- viewBox="0 0 20 20"
56
55
  fill="currentColor"
56
+ viewBox="0 0 20 20"
57
57
  aria-hidden="true"
58
58
  role="img"
59
59
  width="1em"
@@ -94,8 +94,8 @@ wrapperTag: div
94
94
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
95
95
  <svg
96
96
  class="pf-v6-svg"
97
- viewBox="0 0 20 20"
98
97
  fill="currentColor"
98
+ viewBox="0 0 20 20"
99
99
  aria-hidden="true"
100
100
  role="img"
101
101
  width="1em"
@@ -342,8 +342,8 @@ wrapperTag: div
342
342
  <span class="pf-v6-c-button__icon">
343
343
  <svg
344
344
  class="pf-v6-svg"
345
- viewBox="0 0 20 20"
346
345
  fill="currentColor"
346
+ viewBox="0 0 20 20"
347
347
  aria-hidden="true"
348
348
  role="img"
349
349
  width="1em"
@@ -373,8 +373,8 @@ wrapperTag: div
373
373
  <span class="pf-v6-c-wizard__toggle-separator">
374
374
  <svg
375
375
  class="pf-v6-svg"
376
- viewBox="0 0 20 20"
377
376
  fill="currentColor"
377
+ viewBox="0 0 20 20"
378
378
  aria-hidden="true"
379
379
  role="img"
380
380
  width="1em"
@@ -415,8 +415,8 @@ wrapperTag: div
415
415
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
416
416
  <svg
417
417
  class="pf-v6-svg"
418
- viewBox="0 0 20 20"
419
418
  fill="currentColor"
419
+ viewBox="0 0 20 20"
420
420
  aria-hidden="true"
421
421
  role="img"
422
422
  width="1em"
@@ -663,8 +663,8 @@ wrapperTag: div
663
663
  <span class="pf-v6-c-button__icon">
664
664
  <svg
665
665
  class="pf-v6-svg"
666
- viewBox="0 0 20 20"
667
666
  fill="currentColor"
667
+ viewBox="0 0 20 20"
668
668
  aria-hidden="true"
669
669
  role="img"
670
670
  width="1em"
@@ -694,8 +694,8 @@ wrapperTag: div
694
694
  <span class="pf-v6-c-wizard__toggle-separator">
695
695
  <svg
696
696
  class="pf-v6-svg"
697
- viewBox="0 0 20 20"
698
697
  fill="currentColor"
698
+ viewBox="0 0 20 20"
699
699
  aria-hidden="true"
700
700
  role="img"
701
701
  width="1em"
@@ -736,8 +736,8 @@ wrapperTag: div
736
736
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
737
737
  <svg
738
738
  class="pf-v6-svg"
739
- viewBox="0 0 20 20"
740
739
  fill="currentColor"
740
+ viewBox="0 0 20 20"
741
741
  aria-hidden="true"
742
742
  role="img"
743
743
  width="1em"
@@ -963,8 +963,8 @@ wrapperTag: div
963
963
  <span class="pf-v6-c-button__icon">
964
964
  <svg
965
965
  class="pf-v6-svg"
966
- viewBox="0 0 20 20"
967
966
  fill="currentColor"
967
+ viewBox="0 0 20 20"
968
968
  aria-hidden="true"
969
969
  role="img"
970
970
  width="1em"
@@ -1027,8 +1027,8 @@ wrapperTag: div
1027
1027
  <span class="pf-v6-c-button__icon">
1028
1028
  <svg
1029
1029
  class="pf-v6-svg"
1030
- viewBox="0 0 20 20"
1031
1030
  fill="currentColor"
1031
+ viewBox="0 0 20 20"
1032
1032
  aria-hidden="true"
1033
1033
  role="img"
1034
1034
  width="1em"
@@ -1058,8 +1058,8 @@ wrapperTag: div
1058
1058
  <span class="pf-v6-c-wizard__toggle-separator">
1059
1059
  <svg
1060
1060
  class="pf-v6-svg"
1061
- viewBox="0 0 20 20"
1062
1061
  fill="currentColor"
1062
+ viewBox="0 0 20 20"
1063
1063
  aria-hidden="true"
1064
1064
  role="img"
1065
1065
  width="1em"
@@ -1104,8 +1104,8 @@ wrapperTag: div
1104
1104
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
1105
1105
  <svg
1106
1106
  class="pf-v6-svg"
1107
- viewBox="0 0 20 20"
1108
1107
  fill="currentColor"
1108
+ viewBox="0 0 20 20"
1109
1109
  aria-hidden="true"
1110
1110
  role="img"
1111
1111
  width="1em"
@@ -1348,8 +1348,8 @@ wrapperTag: div
1348
1348
  <span class="pf-v6-c-button__icon">
1349
1349
  <svg
1350
1350
  class="pf-v6-svg"
1351
- viewBox="0 0 20 20"
1352
1351
  fill="currentColor"
1352
+ viewBox="0 0 20 20"
1353
1353
  aria-hidden="true"
1354
1354
  role="img"
1355
1355
  width="1em"
@@ -1379,8 +1379,8 @@ wrapperTag: div
1379
1379
  <span class="pf-v6-c-wizard__toggle-separator">
1380
1380
  <svg
1381
1381
  class="pf-v6-svg"
1382
- viewBox="0 0 20 20"
1383
1382
  fill="currentColor"
1383
+ viewBox="0 0 20 20"
1384
1384
  aria-hidden="true"
1385
1385
  role="img"
1386
1386
  width="1em"
@@ -1421,8 +1421,8 @@ wrapperTag: div
1421
1421
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
1422
1422
  <svg
1423
1423
  class="pf-v6-svg"
1424
- viewBox="0 0 20 20"
1425
1424
  fill="currentColor"
1425
+ viewBox="0 0 20 20"
1426
1426
  aria-hidden="true"
1427
1427
  role="img"
1428
1428
  width="1em"
@@ -1669,8 +1669,8 @@ wrapperTag: div
1669
1669
  <span class="pf-v6-c-button__icon">
1670
1670
  <svg
1671
1671
  class="pf-v6-svg"
1672
- viewBox="0 0 20 20"
1673
1672
  fill="currentColor"
1673
+ viewBox="0 0 20 20"
1674
1674
  aria-hidden="true"
1675
1675
  role="img"
1676
1676
  width="1em"
@@ -1700,8 +1700,8 @@ wrapperTag: div
1700
1700
  <span class="pf-v6-c-wizard__toggle-separator">
1701
1701
  <svg
1702
1702
  class="pf-v6-svg"
1703
- viewBox="0 0 20 20"
1704
1703
  fill="currentColor"
1704
+ viewBox="0 0 20 20"
1705
1705
  aria-hidden="true"
1706
1706
  role="img"
1707
1707
  width="1em"
@@ -1784,8 +1784,8 @@ wrapperTag: div
1784
1784
  <div class="pf-v6-c-empty-state__icon">
1785
1785
  <svg
1786
1786
  class="pf-v6-svg"
1787
- viewBox="0 0 640 512"
1788
1787
  fill="currentColor"
1788
+ viewBox="0 0 640 512"
1789
1789
  aria-hidden="true"
1790
1790
  role="img"
1791
1791
  width="1em"
@@ -1883,8 +1883,8 @@ wrapperTag: div
1883
1883
  <span class="pf-v6-c-button__icon">
1884
1884
  <svg
1885
1885
  class="pf-v6-svg"
1886
- viewBox="0 0 20 20"
1887
1886
  fill="currentColor"
1887
+ viewBox="0 0 20 20"
1888
1888
  aria-hidden="true"
1889
1889
  role="img"
1890
1890
  width="1em"
@@ -1916,8 +1916,8 @@ wrapperTag: div
1916
1916
  <span class="pf-v6-c-wizard__toggle-separator">
1917
1917
  <svg
1918
1918
  class="pf-v6-svg"
1919
- viewBox="0 0 20 20"
1920
1919
  fill="currentColor"
1920
+ viewBox="0 0 20 20"
1921
1921
  aria-hidden="true"
1922
1922
  role="img"
1923
1923
  width="1em"
@@ -1961,8 +1961,8 @@ wrapperTag: div
1961
1961
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
1962
1962
  <svg
1963
1963
  class="pf-v6-svg"
1964
- viewBox="0 0 20 20"
1965
1964
  fill="currentColor"
1965
+ viewBox="0 0 20 20"
1966
1966
  aria-hidden="true"
1967
1967
  role="img"
1968
1968
  width="1em"
@@ -2209,8 +2209,8 @@ wrapperTag: div
2209
2209
  <span class="pf-v6-c-button__icon">
2210
2210
  <svg
2211
2211
  class="pf-v6-svg"
2212
- viewBox="0 0 20 20"
2213
2212
  fill="currentColor"
2213
+ viewBox="0 0 20 20"
2214
2214
  aria-hidden="true"
2215
2215
  role="img"
2216
2216
  width="1em"
@@ -2242,8 +2242,8 @@ wrapperTag: div
2242
2242
  <span class="pf-v6-c-wizard__toggle-separator">
2243
2243
  <svg
2244
2244
  class="pf-v6-svg"
2245
- viewBox="0 0 20 20"
2246
2245
  fill="currentColor"
2246
+ viewBox="0 0 20 20"
2247
2247
  aria-hidden="true"
2248
2248
  role="img"
2249
2249
  width="1em"
@@ -2287,8 +2287,8 @@ wrapperTag: div
2287
2287
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
2288
2288
  <svg
2289
2289
  class="pf-v6-svg"
2290
- viewBox="0 0 20 20"
2291
2290
  fill="currentColor"
2291
+ viewBox="0 0 20 20"
2292
2292
  aria-hidden="true"
2293
2293
  role="img"
2294
2294
  width="1em"
@@ -2535,8 +2535,8 @@ wrapperTag: div
2535
2535
  <span class="pf-v6-c-button__icon">
2536
2536
  <svg
2537
2537
  class="pf-v6-svg"
2538
- viewBox="0 0 20 20"
2539
2538
  fill="currentColor"
2539
+ viewBox="0 0 20 20"
2540
2540
  aria-hidden="true"
2541
2541
  role="img"
2542
2542
  width="1em"
@@ -2568,8 +2568,8 @@ wrapperTag: div
2568
2568
  <span class="pf-v6-c-wizard__toggle-separator">
2569
2569
  <svg
2570
2570
  class="pf-v6-svg"
2571
- viewBox="0 0 20 20"
2572
2571
  fill="currentColor"
2572
+ viewBox="0 0 20 20"
2573
2573
  aria-hidden="true"
2574
2574
  role="img"
2575
2575
  width="1em"
@@ -2613,8 +2613,8 @@ wrapperTag: div
2613
2613
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
2614
2614
  <svg
2615
2615
  class="pf-v6-svg"
2616
- viewBox="0 0 20 20"
2617
2616
  fill="currentColor"
2617
+ viewBox="0 0 20 20"
2618
2618
  aria-hidden="true"
2619
2619
  role="img"
2620
2620
  width="1em"
@@ -2861,8 +2861,8 @@ wrapperTag: div
2861
2861
  <span class="pf-v6-c-button__icon">
2862
2862
  <svg
2863
2863
  class="pf-v6-svg"
2864
- viewBox="0 0 20 20"
2865
2864
  fill="currentColor"
2865
+ viewBox="0 0 20 20"
2866
2866
  aria-hidden="true"
2867
2867
  role="img"
2868
2868
  width="1em"
@@ -2894,8 +2894,8 @@ wrapperTag: div
2894
2894
  <span class="pf-v6-c-wizard__toggle-separator">
2895
2895
  <svg
2896
2896
  class="pf-v6-svg"
2897
- viewBox="0 0 20 20"
2898
2897
  fill="currentColor"
2898
+ viewBox="0 0 20 20"
2899
2899
  aria-hidden="true"
2900
2900
  role="img"
2901
2901
  width="1em"
@@ -2939,8 +2939,8 @@ wrapperTag: div
2939
2939
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
2940
2940
  <svg
2941
2941
  class="pf-v6-svg"
2942
- viewBox="0 0 20 20"
2943
2942
  fill="currentColor"
2943
+ viewBox="0 0 20 20"
2944
2944
  aria-hidden="true"
2945
2945
  role="img"
2946
2946
  width="1em"
@@ -3187,8 +3187,8 @@ wrapperTag: div
3187
3187
  <span class="pf-v6-c-button__icon">
3188
3188
  <svg
3189
3189
  class="pf-v6-svg"
3190
- viewBox="0 0 20 20"
3191
3190
  fill="currentColor"
3191
+ viewBox="0 0 20 20"
3192
3192
  aria-hidden="true"
3193
3193
  role="img"
3194
3194
  width="1em"
@@ -3220,8 +3220,8 @@ wrapperTag: div
3220
3220
  <span class="pf-v6-c-wizard__toggle-separator">
3221
3221
  <svg
3222
3222
  class="pf-v6-svg"
3223
- viewBox="0 0 20 20"
3224
3223
  fill="currentColor"
3224
+ viewBox="0 0 20 20"
3225
3225
  aria-hidden="true"
3226
3226
  role="img"
3227
3227
  width="1em"
@@ -3265,8 +3265,8 @@ wrapperTag: div
3265
3265
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
3266
3266
  <svg
3267
3267
  class="pf-v6-svg"
3268
- viewBox="0 0 20 20"
3269
3268
  fill="currentColor"
3269
+ viewBox="0 0 20 20"
3270
3270
  aria-hidden="true"
3271
3271
  role="img"
3272
3272
  width="1em"
@@ -3513,8 +3513,8 @@ wrapperTag: div
3513
3513
  <span class="pf-v6-c-button__icon">
3514
3514
  <svg
3515
3515
  class="pf-v6-svg"
3516
- viewBox="0 0 20 20"
3517
3516
  fill="currentColor"
3517
+ viewBox="0 0 20 20"
3518
3518
  aria-hidden="true"
3519
3519
  role="img"
3520
3520
  width="1em"
@@ -3546,8 +3546,8 @@ wrapperTag: div
3546
3546
  <span class="pf-v6-c-wizard__toggle-separator">
3547
3547
  <svg
3548
3548
  class="pf-v6-svg"
3549
- viewBox="0 0 20 20"
3550
3549
  fill="currentColor"
3550
+ viewBox="0 0 20 20"
3551
3551
  aria-hidden="true"
3552
3552
  role="img"
3553
3553
  width="1em"
@@ -3591,8 +3591,8 @@ wrapperTag: div
3591
3591
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
3592
3592
  <svg
3593
3593
  class="pf-v6-svg"
3594
- viewBox="0 0 20 20"
3595
3594
  fill="currentColor"
3595
+ viewBox="0 0 20 20"
3596
3596
  aria-hidden="true"
3597
3597
  role="img"
3598
3598
  width="1em"
@@ -3839,8 +3839,8 @@ wrapperTag: div
3839
3839
  <span class="pf-v6-c-button__icon">
3840
3840
  <svg
3841
3841
  class="pf-v6-svg"
3842
- viewBox="0 0 20 20"
3843
3842
  fill="currentColor"
3843
+ viewBox="0 0 20 20"
3844
3844
  aria-hidden="true"
3845
3845
  role="img"
3846
3846
  width="1em"
@@ -3870,8 +3870,8 @@ wrapperTag: div
3870
3870
  <span class="pf-v6-c-wizard__toggle-separator">
3871
3871
  <svg
3872
3872
  class="pf-v6-svg"
3873
- viewBox="0 0 20 20"
3874
3873
  fill="currentColor"
3874
+ viewBox="0 0 20 20"
3875
3875
  aria-hidden="true"
3876
3876
  role="img"
3877
3877
  width="1em"
@@ -3912,8 +3912,8 @@ wrapperTag: div
3912
3912
  <span class="pf-v6-c-wizard__nav-link-toggle-icon">
3913
3913
  <svg
3914
3914
  class="pf-v6-svg"
3915
- viewBox="0 0 20 20"
3916
3915
  fill="currentColor"
3916
+ viewBox="0 0 20 20"
3917
3917
  aria-hidden="true"
3918
3918
  role="img"
3919
3919
  width="1em"
@@ -150,8 +150,8 @@ This demo implements the about modal, including the backdrop.
150
150
  <span class="pf-v6-c-menu-toggle__icon">
151
151
  <svg
152
152
  class="pf-v6-svg"
153
- viewBox="0 0 512 512"
154
153
  fill="currentColor"
154
+ viewBox="0 0 512 512"
155
155
  aria-hidden="true"
156
156
  role="img"
157
157
  width="1em"
@@ -174,15 +174,15 @@ This demo implements the about modal, including the backdrop.
174
174
  <span class="pf-v6-c-menu-toggle__icon">
175
175
  <svg
176
176
  class="pf-v6-svg"
177
- viewBox="0 0 32 32"
178
177
  fill="currentColor"
178
+ viewBox="0 0 32 32"
179
179
  aria-hidden="true"
180
180
  role="img"
181
181
  width="1em"
182
182
  height="1em"
183
183
  >
184
184
  <path
185
- d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
185
+ d="M26.463 16.845a9.635 9.635 0 0 0-.002-1.688l3.41-1.974a.5.5 0 0 0 .235-.548 14.47 14.47 0 0 0-4.142-7.167.5.5 0 0 0-.594-.07l-3.404 1.97c-.469-.326-.96-.61-1.466-.85V2.58a.5.5 0 0 0-.356-.48 14.662 14.662 0 0 0-8.288 0 .5.5 0 0 0-.356.48v3.944c-.513.245-1.003.528-1.462.846L6.63 5.397a.5.5 0 0 0-.594.07 14.47 14.47 0 0 0-4.142 7.168.5.5 0 0 0 .236.548l3.407 1.972a9.635 9.635 0 0 0 .002 1.688l-3.41 1.974a.5.5 0 0 0-.235.548 14.47 14.47 0 0 0 4.142 7.167c.16.154.405.18.594.07l3.404-1.97c.469.326.96.61 1.466.85v3.938a.5.5 0 0 0 .356.48c1.333.398 2.728.6 4.144.6s2.81-.202 4.144-.6a.5.5 0 0 0 .356-.48v-3.944a10.449 10.449 0 0 0 1.462-.846l3.408 1.973a.5.5 0 0 0 .594-.07 14.47 14.47 0 0 0 4.142-7.168.5.5 0 0 0-.236-.548l-3.407-1.972ZM16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Z"
186
186
  />
187
187
  </svg>
188
188
  </span>
@@ -198,8 +198,8 @@ This demo implements the about modal, including the backdrop.
198
198
  <span class="pf-v6-c-menu-toggle__icon">
199
199
  <svg
200
200
  class="pf-v6-svg"
201
- viewBox="0 0 512 512"
202
201
  fill="currentColor"
202
+ viewBox="0 0 512 512"
203
203
  aria-hidden="true"
204
204
  role="img"
205
205
  width="1em"
@@ -224,8 +224,8 @@ This demo implements the about modal, including the backdrop.
224
224
  <span class="pf-v6-c-menu-toggle__icon">
225
225
  <svg
226
226
  class="pf-v6-svg"
227
- viewBox="0 0 32 32"
228
227
  fill="currentColor"
228
+ viewBox="0 0 32 32"
229
229
  aria-hidden="true"
230
230
  role="img"
231
231
  width="1em"
@@ -304,8 +304,8 @@ This demo implements the about modal, including the backdrop.
304
304
  <span class="pf-v6-c-breadcrumb__item-divider">
305
305
  <svg
306
306
  class="pf-v6-svg"
307
- viewBox="0 0 20 20"
308
307
  fill="currentColor"
308
+ viewBox="0 0 20 20"
309
309
  aria-hidden="true"
310
310
  role="img"
311
311
  width="1em"
@@ -323,8 +323,8 @@ This demo implements the about modal, including the backdrop.
323
323
  <span class="pf-v6-c-breadcrumb__item-divider">
324
324
  <svg
325
325
  class="pf-v6-svg"
326
- viewBox="0 0 20 20"
327
326
  fill="currentColor"
327
+ viewBox="0 0 20 20"
328
328
  aria-hidden="true"
329
329
  role="img"
330
330
  width="1em"
@@ -342,8 +342,8 @@ This demo implements the about modal, including the backdrop.
342
342
  <span class="pf-v6-c-breadcrumb__item-divider">
343
343
  <svg
344
344
  class="pf-v6-svg"
345
- viewBox="0 0 20 20"
346
345
  fill="currentColor"
346
+ viewBox="0 0 20 20"
347
347
  aria-hidden="true"
348
348
  role="img"
349
349
  width="1em"
@@ -444,8 +444,8 @@ This demo implements the about modal, including the backdrop.
444
444
  <span class="pf-v6-c-button__icon">
445
445
  <svg
446
446
  class="pf-v6-svg"
447
- viewBox="0 0 20 20"
448
447
  fill="currentColor"
448
+ viewBox="0 0 20 20"
449
449
  aria-hidden="true"
450
450
  role="img"
451
451
  width="1em"