@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
@@ -27,8 +27,8 @@ cssPrefix: pf-v6-c-about-modal-box
27
27
  <span class="pf-v6-c-button__icon">
28
28
  <svg
29
29
  class="pf-v6-svg"
30
- viewBox="0 0 20 20"
31
30
  fill="currentColor"
31
+ viewBox="0 0 20 20"
32
32
  aria-hidden="true"
33
33
  role="img"
34
34
  width="1em"
@@ -20,8 +20,8 @@ cssPrefix: pf-v6-c-accordion
20
20
  <span class="pf-v6-c-accordion__toggle-icon">
21
21
  <svg
22
22
  class="pf-v6-svg"
23
- viewBox="0 0 20 20"
24
23
  fill="currentColor"
24
+ viewBox="0 0 20 20"
25
25
  aria-hidden="true"
26
26
  role="img"
27
27
  width="1em"
@@ -53,8 +53,8 @@ cssPrefix: pf-v6-c-accordion
53
53
  <span class="pf-v6-c-accordion__toggle-icon">
54
54
  <svg
55
55
  class="pf-v6-svg"
56
- viewBox="0 0 20 20"
57
56
  fill="currentColor"
57
+ viewBox="0 0 20 20"
58
58
  aria-hidden="true"
59
59
  role="img"
60
60
  width="1em"
@@ -86,8 +86,8 @@ cssPrefix: pf-v6-c-accordion
86
86
  <span class="pf-v6-c-accordion__toggle-icon">
87
87
  <svg
88
88
  class="pf-v6-svg"
89
- viewBox="0 0 20 20"
90
89
  fill="currentColor"
90
+ viewBox="0 0 20 20"
91
91
  aria-hidden="true"
92
92
  role="img"
93
93
  width="1em"
@@ -119,8 +119,8 @@ cssPrefix: pf-v6-c-accordion
119
119
  <span class="pf-v6-c-accordion__toggle-icon">
120
120
  <svg
121
121
  class="pf-v6-svg"
122
- viewBox="0 0 20 20"
123
122
  fill="currentColor"
123
+ viewBox="0 0 20 20"
124
124
  aria-hidden="true"
125
125
  role="img"
126
126
  width="1em"
@@ -152,8 +152,8 @@ cssPrefix: pf-v6-c-accordion
152
152
  <span class="pf-v6-c-accordion__toggle-icon">
153
153
  <svg
154
154
  class="pf-v6-svg"
155
- viewBox="0 0 20 20"
156
155
  fill="currentColor"
156
+ viewBox="0 0 20 20"
157
157
  aria-hidden="true"
158
158
  role="img"
159
159
  width="1em"
@@ -192,8 +192,8 @@ cssPrefix: pf-v6-c-accordion
192
192
  <span class="pf-v6-c-accordion__toggle-icon">
193
193
  <svg
194
194
  class="pf-v6-svg"
195
- viewBox="0 0 20 20"
196
195
  fill="currentColor"
196
+ viewBox="0 0 20 20"
197
197
  aria-hidden="true"
198
198
  role="img"
199
199
  width="1em"
@@ -226,8 +226,8 @@ cssPrefix: pf-v6-c-accordion
226
226
  <span class="pf-v6-c-accordion__toggle-icon">
227
227
  <svg
228
228
  class="pf-v6-svg"
229
- viewBox="0 0 20 20"
230
229
  fill="currentColor"
230
+ viewBox="0 0 20 20"
231
231
  aria-hidden="true"
232
232
  role="img"
233
233
  width="1em"
@@ -270,8 +270,8 @@ cssPrefix: pf-v6-c-accordion
270
270
  <span class="pf-v6-c-accordion__toggle-icon">
271
271
  <svg
272
272
  class="pf-v6-svg"
273
- viewBox="0 0 20 20"
274
273
  fill="currentColor"
274
+ viewBox="0 0 20 20"
275
275
  aria-hidden="true"
276
276
  role="img"
277
277
  width="1em"
@@ -303,8 +303,8 @@ cssPrefix: pf-v6-c-accordion
303
303
  <span class="pf-v6-c-accordion__toggle-icon">
304
304
  <svg
305
305
  class="pf-v6-svg"
306
- viewBox="0 0 20 20"
307
306
  fill="currentColor"
307
+ viewBox="0 0 20 20"
308
308
  aria-hidden="true"
309
309
  role="img"
310
310
  width="1em"
@@ -336,8 +336,8 @@ cssPrefix: pf-v6-c-accordion
336
336
  <span class="pf-v6-c-accordion__toggle-icon">
337
337
  <svg
338
338
  class="pf-v6-svg"
339
- viewBox="0 0 20 20"
340
339
  fill="currentColor"
340
+ viewBox="0 0 20 20"
341
341
  aria-hidden="true"
342
342
  role="img"
343
343
  width="1em"
@@ -376,8 +376,8 @@ cssPrefix: pf-v6-c-accordion
376
376
  <span class="pf-v6-c-accordion__toggle-icon">
377
377
  <svg
378
378
  class="pf-v6-svg"
379
- viewBox="0 0 20 20"
380
379
  fill="currentColor"
380
+ viewBox="0 0 20 20"
381
381
  aria-hidden="true"
382
382
  role="img"
383
383
  width="1em"
@@ -409,8 +409,8 @@ cssPrefix: pf-v6-c-accordion
409
409
  <span class="pf-v6-c-accordion__toggle-icon">
410
410
  <svg
411
411
  class="pf-v6-svg"
412
- viewBox="0 0 20 20"
413
412
  fill="currentColor"
413
+ viewBox="0 0 20 20"
414
414
  aria-hidden="true"
415
415
  role="img"
416
416
  width="1em"
@@ -442,8 +442,8 @@ cssPrefix: pf-v6-c-accordion
442
442
  <span class="pf-v6-c-accordion__toggle-icon">
443
443
  <svg
444
444
  class="pf-v6-svg"
445
- viewBox="0 0 20 20"
446
445
  fill="currentColor"
446
+ viewBox="0 0 20 20"
447
447
  aria-hidden="true"
448
448
  role="img"
449
449
  width="1em"
@@ -475,8 +475,8 @@ cssPrefix: pf-v6-c-accordion
475
475
  <span class="pf-v6-c-accordion__toggle-icon">
476
476
  <svg
477
477
  class="pf-v6-svg"
478
- viewBox="0 0 20 20"
479
478
  fill="currentColor"
479
+ viewBox="0 0 20 20"
480
480
  aria-hidden="true"
481
481
  role="img"
482
482
  width="1em"
@@ -508,8 +508,8 @@ cssPrefix: pf-v6-c-accordion
508
508
  <span class="pf-v6-c-accordion__toggle-icon">
509
509
  <svg
510
510
  class="pf-v6-svg"
511
- viewBox="0 0 20 20"
512
511
  fill="currentColor"
512
+ viewBox="0 0 20 20"
513
513
  aria-hidden="true"
514
514
  role="img"
515
515
  width="1em"
@@ -548,8 +548,8 @@ cssPrefix: pf-v6-c-accordion
548
548
  <span class="pf-v6-c-accordion__toggle-icon">
549
549
  <svg
550
550
  class="pf-v6-svg"
551
- viewBox="0 0 20 20"
552
551
  fill="currentColor"
552
+ viewBox="0 0 20 20"
553
553
  aria-hidden="true"
554
554
  role="img"
555
555
  width="1em"
@@ -581,8 +581,8 @@ cssPrefix: pf-v6-c-accordion
581
581
  <span class="pf-v6-c-accordion__toggle-icon">
582
582
  <svg
583
583
  class="pf-v6-svg"
584
- viewBox="0 0 20 20"
585
584
  fill="currentColor"
585
+ viewBox="0 0 20 20"
586
586
  aria-hidden="true"
587
587
  role="img"
588
588
  width="1em"
@@ -614,8 +614,8 @@ cssPrefix: pf-v6-c-accordion
614
614
  <span class="pf-v6-c-accordion__toggle-icon">
615
615
  <svg
616
616
  class="pf-v6-svg"
617
- viewBox="0 0 20 20"
618
617
  fill="currentColor"
618
+ viewBox="0 0 20 20"
619
619
  aria-hidden="true"
620
620
  role="img"
621
621
  width="1em"
@@ -647,8 +647,8 @@ cssPrefix: pf-v6-c-accordion
647
647
  <span class="pf-v6-c-accordion__toggle-icon">
648
648
  <svg
649
649
  class="pf-v6-svg"
650
- viewBox="0 0 20 20"
651
650
  fill="currentColor"
651
+ viewBox="0 0 20 20"
652
652
  aria-hidden="true"
653
653
  role="img"
654
654
  width="1em"
@@ -680,8 +680,8 @@ cssPrefix: pf-v6-c-accordion
680
680
  <span class="pf-v6-c-accordion__toggle-icon">
681
681
  <svg
682
682
  class="pf-v6-svg"
683
- viewBox="0 0 20 20"
684
683
  fill="currentColor"
684
+ viewBox="0 0 20 20"
685
685
  aria-hidden="true"
686
686
  role="img"
687
687
  width="1em"
@@ -720,8 +720,8 @@ cssPrefix: pf-v6-c-accordion
720
720
  <span class="pf-v6-c-accordion__toggle-icon">
721
721
  <svg
722
722
  class="pf-v6-svg"
723
- viewBox="0 0 20 20"
724
723
  fill="currentColor"
724
+ viewBox="0 0 20 20"
725
725
  aria-hidden="true"
726
726
  role="img"
727
727
  width="1em"
@@ -753,8 +753,8 @@ cssPrefix: pf-v6-c-accordion
753
753
  <span class="pf-v6-c-accordion__toggle-icon">
754
754
  <svg
755
755
  class="pf-v6-svg"
756
- viewBox="0 0 20 20"
757
756
  fill="currentColor"
757
+ viewBox="0 0 20 20"
758
758
  aria-hidden="true"
759
759
  role="img"
760
760
  width="1em"
@@ -786,8 +786,8 @@ cssPrefix: pf-v6-c-accordion
786
786
  <span class="pf-v6-c-accordion__toggle-icon">
787
787
  <svg
788
788
  class="pf-v6-svg"
789
- viewBox="0 0 20 20"
790
789
  fill="currentColor"
790
+ viewBox="0 0 20 20"
791
791
  aria-hidden="true"
792
792
  role="img"
793
793
  width="1em"
@@ -819,8 +819,8 @@ cssPrefix: pf-v6-c-accordion
819
819
  <span class="pf-v6-c-accordion__toggle-icon">
820
820
  <svg
821
821
  class="pf-v6-svg"
822
- viewBox="0 0 20 20"
823
822
  fill="currentColor"
823
+ viewBox="0 0 20 20"
824
824
  aria-hidden="true"
825
825
  role="img"
826
826
  width="1em"
@@ -852,8 +852,8 @@ cssPrefix: pf-v6-c-accordion
852
852
  <span class="pf-v6-c-accordion__toggle-icon">
853
853
  <svg
854
854
  class="pf-v6-svg"
855
- viewBox="0 0 20 20"
856
855
  fill="currentColor"
856
+ viewBox="0 0 20 20"
857
857
  aria-hidden="true"
858
858
  role="img"
859
859
  width="1em"
@@ -890,8 +890,8 @@ cssPrefix: pf-v6-c-accordion
890
890
  <span class="pf-v6-c-accordion__toggle-icon">
891
891
  <svg
892
892
  class="pf-v6-svg"
893
- viewBox="0 0 20 20"
894
893
  fill="currentColor"
894
+ viewBox="0 0 20 20"
895
895
  aria-hidden="true"
896
896
  role="img"
897
897
  width="1em"
@@ -923,8 +923,8 @@ cssPrefix: pf-v6-c-accordion
923
923
  <span class="pf-v6-c-accordion__toggle-icon">
924
924
  <svg
925
925
  class="pf-v6-svg"
926
- viewBox="0 0 20 20"
927
926
  fill="currentColor"
927
+ viewBox="0 0 20 20"
928
928
  aria-hidden="true"
929
929
  role="img"
930
930
  width="1em"
@@ -956,8 +956,8 @@ cssPrefix: pf-v6-c-accordion
956
956
  <span class="pf-v6-c-accordion__toggle-icon">
957
957
  <svg
958
958
  class="pf-v6-svg"
959
- viewBox="0 0 20 20"
960
959
  fill="currentColor"
960
+ viewBox="0 0 20 20"
961
961
  aria-hidden="true"
962
962
  role="img"
963
963
  width="1em"
@@ -989,8 +989,8 @@ cssPrefix: pf-v6-c-accordion
989
989
  <span class="pf-v6-c-accordion__toggle-icon">
990
990
  <svg
991
991
  class="pf-v6-svg"
992
- viewBox="0 0 20 20"
993
992
  fill="currentColor"
993
+ viewBox="0 0 20 20"
994
994
  aria-hidden="true"
995
995
  role="img"
996
996
  width="1em"
@@ -1022,8 +1022,8 @@ cssPrefix: pf-v6-c-accordion
1022
1022
  <span class="pf-v6-c-accordion__toggle-icon">
1023
1023
  <svg
1024
1024
  class="pf-v6-svg"
1025
- viewBox="0 0 20 20"
1026
1025
  fill="currentColor"
1026
+ viewBox="0 0 20 20"
1027
1027
  aria-hidden="true"
1028
1028
  role="img"
1029
1029
  width="1em"
@@ -43,8 +43,8 @@ cssPrefix: pf-v6-c-action-list
43
43
  <span class="pf-v6-c-button__icon">
44
44
  <svg
45
45
  class="pf-v6-svg"
46
- viewBox="0 0 32 32"
47
46
  fill="currentColor"
47
+ viewBox="0 0 32 32"
48
48
  aria-hidden="true"
49
49
  role="img"
50
50
  width="1em"
@@ -71,8 +71,8 @@ cssPrefix: pf-v6-c-action-list
71
71
  <span class="pf-v6-c-button__icon">
72
72
  <svg
73
73
  class="pf-v6-svg"
74
- viewBox="0 0 20 20"
75
74
  fill="currentColor"
75
+ viewBox="0 0 20 20"
76
76
  aria-hidden="true"
77
77
  role="img"
78
78
  width="1em"
@@ -90,8 +90,8 @@ cssPrefix: pf-v6-c-action-list
90
90
  <span class="pf-v6-c-button__icon">
91
91
  <svg
92
92
  class="pf-v6-svg"
93
- viewBox="0 0 512 512"
94
93
  fill="currentColor"
94
+ viewBox="0 0 512 512"
95
95
  aria-hidden="true"
96
96
  role="img"
97
97
  width="1em"
@@ -117,8 +117,8 @@ cssPrefix: pf-v6-c-action-list
117
117
  <span class="pf-v6-c-button__icon pf-m-start">
118
118
  <svg
119
119
  class="pf-v6-svg"
120
- viewBox="0 0 20 20"
121
120
  fill="currentColor"
121
+ viewBox="0 0 20 20"
122
122
  aria-hidden="true"
123
123
  role="img"
124
124
  width="1em"
@@ -140,8 +140,8 @@ cssPrefix: pf-v6-c-action-list
140
140
  <span class="pf-v6-c-button__icon">
141
141
  <svg
142
142
  class="pf-v6-svg"
143
- viewBox="0 0 512 512"
144
143
  fill="currentColor"
144
+ viewBox="0 0 512 512"
145
145
  aria-hidden="true"
146
146
  role="img"
147
147
  width="1em"
@@ -165,8 +165,8 @@ cssPrefix: pf-v6-c-action-list
165
165
  <span class="pf-v6-c-button__icon">
166
166
  <svg
167
167
  class="pf-v6-svg"
168
- viewBox="0 0 20 20"
169
168
  fill="currentColor"
169
+ viewBox="0 0 20 20"
170
170
  aria-hidden="true"
171
171
  role="img"
172
172
  width="1em"
@@ -188,8 +188,8 @@ cssPrefix: pf-v6-c-action-list
188
188
  <span class="pf-v6-c-button__icon">
189
189
  <svg
190
190
  class="pf-v6-svg"
191
- viewBox="0 0 512 512"
192
191
  fill="currentColor"
192
+ viewBox="0 0 512 512"
193
193
  aria-hidden="true"
194
194
  role="img"
195
195
  width="1em"
@@ -322,8 +322,8 @@ Icons, in two groups
322
322
  <span class="pf-v6-c-button__icon pf-m-start">
323
323
  <svg
324
324
  class="pf-v6-svg"
325
- viewBox="0 0 20 20"
326
325
  fill="currentColor"
326
+ viewBox="0 0 20 20"
327
327
  aria-hidden="true"
328
328
  role="img"
329
329
  width="1em"
@@ -345,8 +345,8 @@ Icons, in two groups
345
345
  <span class="pf-v6-c-button__icon">
346
346
  <svg
347
347
  class="pf-v6-svg"
348
- viewBox="0 0 512 512"
349
348
  fill="currentColor"
349
+ viewBox="0 0 512 512"
350
350
  aria-hidden="true"
351
351
  role="img"
352
352
  width="1em"
@@ -370,8 +370,8 @@ Icons, in two groups
370
370
  <span class="pf-v6-c-button__icon">
371
371
  <svg
372
372
  class="pf-v6-svg"
373
- viewBox="0 0 20 20"
374
373
  fill="currentColor"
374
+ viewBox="0 0 20 20"
375
375
  aria-hidden="true"
376
376
  role="img"
377
377
  width="1em"
@@ -393,8 +393,8 @@ Icons, in two groups
393
393
  <span class="pf-v6-c-button__icon">
394
394
  <svg
395
395
  class="pf-v6-svg"
396
- viewBox="0 0 512 512"
397
396
  fill="currentColor"
397
+ viewBox="0 0 512 512"
398
398
  aria-hidden="true"
399
399
  role="img"
400
400
  width="1em"