@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
@@ -19,8 +19,8 @@ cssPrefix: pf-v6-c-calendar-month
19
19
  <span class="pf-v6-c-button__icon">
20
20
  <svg
21
21
  class="pf-v6-svg"
22
- viewBox="0 0 20 20"
23
22
  fill="currentColor"
23
+ viewBox="0 0 20 20"
24
24
  aria-hidden="true"
25
25
  role="img"
26
26
  width="1em"
@@ -47,15 +47,15 @@ cssPrefix: pf-v6-c-calendar-month
47
47
  <span class="pf-v6-c-menu-toggle__toggle-icon">
48
48
  <svg
49
49
  class="pf-v6-svg"
50
- viewBox="0 0 20 20"
51
50
  fill="currentColor"
51
+ viewBox="0 0 20 20"
52
52
  aria-hidden="true"
53
53
  role="img"
54
54
  width="1em"
55
55
  height="1em"
56
56
  >
57
57
  <path
58
- d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
58
+ d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
59
59
  />
60
60
  </svg>
61
61
  </span>
@@ -85,8 +85,8 @@ cssPrefix: pf-v6-c-calendar-month
85
85
  <span class="pf-v6-c-button__icon">
86
86
  <svg
87
87
  class="pf-v6-svg"
88
- viewBox="0 0 20 20"
89
88
  fill="currentColor"
89
+ viewBox="0 0 20 20"
90
90
  aria-hidden="true"
91
91
  role="img"
92
92
  width="1em"
@@ -409,8 +409,8 @@ cssPrefix: pf-v6-c-calendar-month
409
409
  <span class="pf-v6-c-button__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"
@@ -437,15 +437,15 @@ cssPrefix: pf-v6-c-calendar-month
437
437
  <span class="pf-v6-c-menu-toggle__toggle-icon">
438
438
  <svg
439
439
  class="pf-v6-svg"
440
- viewBox="0 0 20 20"
441
440
  fill="currentColor"
441
+ viewBox="0 0 20 20"
442
442
  aria-hidden="true"
443
443
  role="img"
444
444
  width="1em"
445
445
  height="1em"
446
446
  >
447
447
  <path
448
- d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
448
+ d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
449
449
  />
450
450
  </svg>
451
451
  </span>
@@ -475,8 +475,8 @@ cssPrefix: pf-v6-c-calendar-month
475
475
  <span class="pf-v6-c-button__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"
@@ -824,8 +824,8 @@ cssPrefix: pf-v6-c-calendar-month
824
824
  <span class="pf-v6-c-button__icon">
825
825
  <svg
826
826
  class="pf-v6-svg"
827
- viewBox="0 0 20 20"
828
827
  fill="currentColor"
828
+ viewBox="0 0 20 20"
829
829
  aria-hidden="true"
830
830
  role="img"
831
831
  width="1em"
@@ -852,15 +852,15 @@ cssPrefix: pf-v6-c-calendar-month
852
852
  <span class="pf-v6-c-menu-toggle__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"
860
860
  height="1em"
861
861
  >
862
862
  <path
863
- d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
863
+ d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
864
864
  />
865
865
  </svg>
866
866
  </span>
@@ -890,8 +890,8 @@ cssPrefix: pf-v6-c-calendar-month
890
890
  <span class="pf-v6-c-button__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"
@@ -1239,8 +1239,8 @@ cssPrefix: pf-v6-c-calendar-month
1239
1239
  <span class="pf-v6-c-button__icon">
1240
1240
  <svg
1241
1241
  class="pf-v6-svg"
1242
- viewBox="0 0 20 20"
1243
1242
  fill="currentColor"
1243
+ viewBox="0 0 20 20"
1244
1244
  aria-hidden="true"
1245
1245
  role="img"
1246
1246
  width="1em"
@@ -1267,15 +1267,15 @@ cssPrefix: pf-v6-c-calendar-month
1267
1267
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1268
1268
  <svg
1269
1269
  class="pf-v6-svg"
1270
- viewBox="0 0 20 20"
1271
1270
  fill="currentColor"
1271
+ viewBox="0 0 20 20"
1272
1272
  aria-hidden="true"
1273
1273
  role="img"
1274
1274
  width="1em"
1275
1275
  height="1em"
1276
1276
  >
1277
1277
  <path
1278
- d="M18.92 5.62C18.77 5.25 18.4 5 18 5H2a1.003 1.003 0 0 0-.71 1.71l7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65c.29-.29.37-.72.22-1.09Z"
1278
+ d="m17.65 8.76-6.674 5.72a1.496 1.496 0 0 1-.976.365c-.347 0-.694-.122-.978-.366l-6.673-5.72A1 1 0 0 1 3 7h14a1 1 0 0 1 .65 1.76Z"
1279
1279
  />
1280
1280
  </svg>
1281
1281
  </span>
@@ -1305,8 +1305,8 @@ cssPrefix: pf-v6-c-calendar-month
1305
1305
  <span class="pf-v6-c-button__icon">
1306
1306
  <svg
1307
1307
  class="pf-v6-svg"
1308
- viewBox="0 0 20 20"
1309
1308
  fill="currentColor"
1309
+ viewBox="0 0 20 20"
1310
1310
  aria-hidden="true"
1311
1311
  role="img"
1312
1312
  width="1em"
@@ -107,8 +107,8 @@ cssPrefix: pf-v6-c-card
107
107
  <span class="pf-v6-c-menu-toggle__icon">
108
108
  <svg
109
109
  class="pf-v6-svg"
110
- viewBox="0 0 32 32"
111
110
  fill="currentColor"
111
+ viewBox="0 0 32 32"
112
112
  aria-hidden="true"
113
113
  role="img"
114
114
  width="1em"
@@ -160,8 +160,8 @@ cssPrefix: pf-v6-c-card
160
160
  <span class="pf-v6-c-menu-toggle__icon">
161
161
  <svg
162
162
  class="pf-v6-svg"
163
- viewBox="0 0 32 32"
164
163
  fill="currentColor"
164
+ viewBox="0 0 32 32"
165
165
  aria-hidden="true"
166
166
  role="img"
167
167
  width="1em"
@@ -215,8 +215,8 @@ cssPrefix: pf-v6-c-card
215
215
  <span class="pf-v6-c-menu-toggle__icon">
216
216
  <svg
217
217
  class="pf-v6-svg"
218
- viewBox="0 0 32 32"
219
218
  fill="currentColor"
219
+ viewBox="0 0 32 32"
220
220
  aria-hidden="true"
221
221
  role="img"
222
222
  width="1em"
@@ -338,8 +338,8 @@ cssPrefix: pf-v6-c-card
338
338
  <span class="pf-v6-c-menu-toggle__icon">
339
339
  <svg
340
340
  class="pf-v6-svg"
341
- viewBox="0 0 32 32"
342
341
  fill="currentColor"
342
+ viewBox="0 0 32 32"
343
343
  aria-hidden="true"
344
344
  role="img"
345
345
  width="1em"
@@ -392,8 +392,8 @@ cssPrefix: pf-v6-c-card
392
392
  <span class="pf-v6-c-menu-toggle__icon">
393
393
  <svg
394
394
  class="pf-v6-svg"
395
- viewBox="0 0 32 32"
396
395
  fill="currentColor"
396
+ viewBox="0 0 32 32"
397
397
  aria-hidden="true"
398
398
  role="img"
399
399
  width="1em"
@@ -1641,8 +1641,8 @@ cssPrefix: pf-v6-c-card
1641
1641
  <span class="pf-v6-c-card__header-toggle-icon">
1642
1642
  <svg
1643
1643
  class="pf-v6-svg"
1644
- viewBox="0 0 20 20"
1645
1644
  fill="currentColor"
1645
+ viewBox="0 0 20 20"
1646
1646
  aria-hidden="true"
1647
1647
  role="img"
1648
1648
  width="1em"
@@ -1667,8 +1667,8 @@ cssPrefix: pf-v6-c-card
1667
1667
  <span class="pf-v6-c-menu-toggle__icon">
1668
1668
  <svg
1669
1669
  class="pf-v6-svg"
1670
- viewBox="0 0 32 32"
1671
1670
  fill="currentColor"
1671
+ viewBox="0 0 32 32"
1672
1672
  aria-hidden="true"
1673
1673
  role="img"
1674
1674
  width="1em"
@@ -1721,8 +1721,8 @@ cssPrefix: pf-v6-c-card
1721
1721
  <span class="pf-v6-c-card__header-toggle-icon">
1722
1722
  <svg
1723
1723
  class="pf-v6-svg"
1724
- viewBox="0 0 20 20"
1725
1724
  fill="currentColor"
1725
+ viewBox="0 0 20 20"
1726
1726
  aria-hidden="true"
1727
1727
  role="img"
1728
1728
  width="1em"
@@ -1754,8 +1754,8 @@ cssPrefix: pf-v6-c-card
1754
1754
  <span class="pf-v6-c-menu-toggle__icon">
1755
1755
  <svg
1756
1756
  class="pf-v6-svg"
1757
- viewBox="0 0 32 32"
1758
1757
  fill="currentColor"
1758
+ viewBox="0 0 32 32"
1759
1759
  aria-hidden="true"
1760
1760
  role="img"
1761
1761
  width="1em"
@@ -1800,8 +1800,8 @@ cssPrefix: pf-v6-c-card
1800
1800
  <span class="pf-v6-c-card__header-toggle-icon">
1801
1801
  <svg
1802
1802
  class="pf-v6-svg"
1803
- viewBox="0 0 20 20"
1804
1803
  fill="currentColor"
1804
+ viewBox="0 0 20 20"
1805
1805
  aria-hidden="true"
1806
1806
  role="img"
1807
1807
  width="1em"
@@ -1826,8 +1826,8 @@ cssPrefix: pf-v6-c-card
1826
1826
  <span class="pf-v6-c-menu-toggle__icon">
1827
1827
  <svg
1828
1828
  class="pf-v6-svg"
1829
- viewBox="0 0 32 32"
1830
1829
  fill="currentColor"
1830
+ viewBox="0 0 32 32"
1831
1831
  aria-hidden="true"
1832
1832
  role="img"
1833
1833
  width="1em"
@@ -1881,8 +1881,8 @@ cssPrefix: pf-v6-c-card
1881
1881
  <span class="pf-v6-c-menu-toggle__icon">
1882
1882
  <svg
1883
1883
  class="pf-v6-svg"
1884
- viewBox="0 0 32 32"
1885
1884
  fill="currentColor"
1885
+ viewBox="0 0 32 32"
1886
1886
  aria-hidden="true"
1887
1887
  role="img"
1888
1888
  width="1em"
@@ -1936,8 +1936,8 @@ cssPrefix: pf-v6-c-card
1936
1936
  <span class="pf-v6-c-menu-toggle__icon">
1937
1937
  <svg
1938
1938
  class="pf-v6-svg"
1939
- viewBox="0 0 32 32"
1940
1939
  fill="currentColor"
1940
+ viewBox="0 0 32 32"
1941
1941
  aria-hidden="true"
1942
1942
  role="img"
1943
1943
  width="1em"
@@ -1980,8 +1980,8 @@ cssPrefix: pf-v6-c-card
1980
1980
  <span class="pf-v6-c-card__header-toggle-icon">
1981
1981
  <svg
1982
1982
  class="pf-v6-svg"
1983
- viewBox="0 0 20 20"
1984
1983
  fill="currentColor"
1984
+ viewBox="0 0 20 20"
1985
1985
  aria-hidden="true"
1986
1986
  role="img"
1987
1987
  width="1em"
@@ -26,8 +26,8 @@ cssPrefix: pf-v6-c-clipboard-copy
26
26
  <span class="pf-v6-c-button__icon">
27
27
  <svg
28
28
  class="pf-v6-svg"
29
- viewBox="0 0 32 32"
30
29
  fill="currentColor"
30
+ viewBox="0 0 32 32"
31
31
  aria-hidden="true"
32
32
  role="img"
33
33
  width="1em"
@@ -62,8 +62,8 @@ cssPrefix: pf-v6-c-clipboard-copy
62
62
  <span class="pf-v6-c-button__icon">
63
63
  <svg
64
64
  class="pf-v6-svg"
65
- viewBox="0 0 32 32"
66
65
  fill="currentColor"
66
+ viewBox="0 0 32 32"
67
67
  aria-hidden="true"
68
68
  role="img"
69
69
  width="1em"
@@ -98,8 +98,8 @@ cssPrefix: pf-v6-c-clipboard-copy
98
98
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
99
99
  <svg
100
100
  class="pf-v6-svg"
101
- viewBox="0 0 20 20"
102
101
  fill="currentColor"
102
+ viewBox="0 0 20 20"
103
103
  aria-hidden="true"
104
104
  role="img"
105
105
  width="1em"
@@ -129,8 +129,8 @@ cssPrefix: pf-v6-c-clipboard-copy
129
129
  <span class="pf-v6-c-button__icon">
130
130
  <svg
131
131
  class="pf-v6-svg"
132
- viewBox="0 0 32 32"
133
132
  fill="currentColor"
133
+ viewBox="0 0 32 32"
134
134
  aria-hidden="true"
135
135
  role="img"
136
136
  width="1em"
@@ -164,8 +164,8 @@ cssPrefix: pf-v6-c-clipboard-copy
164
164
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
165
165
  <svg
166
166
  class="pf-v6-svg"
167
- viewBox="0 0 20 20"
168
167
  fill="currentColor"
168
+ viewBox="0 0 20 20"
169
169
  aria-hidden="true"
170
170
  role="img"
171
171
  width="1em"
@@ -196,8 +196,8 @@ cssPrefix: pf-v6-c-clipboard-copy
196
196
  <span class="pf-v6-c-button__icon">
197
197
  <svg
198
198
  class="pf-v6-svg"
199
- viewBox="0 0 32 32"
200
199
  fill="currentColor"
200
+ viewBox="0 0 32 32"
201
201
  aria-hidden="true"
202
202
  role="img"
203
203
  width="1em"
@@ -232,8 +232,8 @@ cssPrefix: pf-v6-c-clipboard-copy
232
232
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
233
233
  <svg
234
234
  class="pf-v6-svg"
235
- viewBox="0 0 20 20"
236
235
  fill="currentColor"
236
+ viewBox="0 0 20 20"
237
237
  aria-hidden="true"
238
238
  role="img"
239
239
  width="1em"
@@ -264,8 +264,8 @@ cssPrefix: pf-v6-c-clipboard-copy
264
264
  <span class="pf-v6-c-button__icon">
265
265
  <svg
266
266
  class="pf-v6-svg"
267
- viewBox="0 0 32 32"
268
267
  fill="currentColor"
268
+ viewBox="0 0 32 32"
269
269
  aria-hidden="true"
270
270
  role="img"
271
271
  width="1em"
@@ -299,8 +299,8 @@ cssPrefix: pf-v6-c-clipboard-copy
299
299
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
300
300
  <svg
301
301
  class="pf-v6-svg"
302
- viewBox="0 0 20 20"
303
302
  fill="currentColor"
303
+ viewBox="0 0 20 20"
304
304
  aria-hidden="true"
305
305
  role="img"
306
306
  width="1em"
@@ -331,8 +331,8 @@ cssPrefix: pf-v6-c-clipboard-copy
331
331
  <span class="pf-v6-c-button__icon">
332
332
  <svg
333
333
  class="pf-v6-svg"
334
- viewBox="0 0 32 32"
335
334
  fill="currentColor"
335
+ viewBox="0 0 32 32"
336
336
  aria-hidden="true"
337
337
  role="img"
338
338
  width="1em"
@@ -366,8 +366,8 @@ cssPrefix: pf-v6-c-clipboard-copy
366
366
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
367
367
  <svg
368
368
  class="pf-v6-svg"
369
- viewBox="0 0 20 20"
370
369
  fill="currentColor"
370
+ viewBox="0 0 20 20"
371
371
  aria-hidden="true"
372
372
  role="img"
373
373
  width="1em"
@@ -398,8 +398,8 @@ cssPrefix: pf-v6-c-clipboard-copy
398
398
  <span class="pf-v6-c-button__icon">
399
399
  <svg
400
400
  class="pf-v6-svg"
401
- viewBox="0 0 32 32"
402
401
  fill="currentColor"
402
+ viewBox="0 0 32 32"
403
403
  aria-hidden="true"
404
404
  role="img"
405
405
  width="1em"
@@ -446,8 +446,8 @@ cssPrefix: pf-v6-c-clipboard-copy
446
446
  <div class="pf-v6-c-clipboard-copy__toggle-icon">
447
447
  <svg
448
448
  class="pf-v6-svg"
449
- viewBox="0 0 20 20"
450
449
  fill="currentColor"
450
+ viewBox="0 0 20 20"
451
451
  aria-hidden="true"
452
452
  role="img"
453
453
  width="1em"
@@ -479,8 +479,8 @@ cssPrefix: pf-v6-c-clipboard-copy
479
479
  <span class="pf-v6-c-button__icon">
480
480
  <svg
481
481
  class="pf-v6-svg"
482
- viewBox="0 0 32 32"
483
482
  fill="currentColor"
483
+ viewBox="0 0 32 32"
484
484
  aria-hidden="true"
485
485
  role="img"
486
486
  width="1em"
@@ -530,8 +530,8 @@ cssPrefix: pf-v6-c-clipboard-copy
530
530
  <span class="pf-v6-c-button__icon">
531
531
  <svg
532
532
  class="pf-v6-svg"
533
- viewBox="0 0 32 32"
534
533
  fill="currentColor"
534
+ viewBox="0 0 32 32"
535
535
  aria-hidden="true"
536
536
  role="img"
537
537
  width="1em"
@@ -564,8 +564,8 @@ cssPrefix: pf-v6-c-clipboard-copy
564
564
  <span class="pf-v6-c-button__icon">
565
565
  <svg
566
566
  class="pf-v6-svg"
567
- viewBox="0 0 32 32"
568
567
  fill="currentColor"
568
+ viewBox="0 0 32 32"
569
569
  aria-hidden="true"
570
570
  role="img"
571
571
  width="1em"
@@ -598,8 +598,8 @@ cssPrefix: pf-v6-c-clipboard-copy
598
598
  <span class="pf-v6-c-button__icon">
599
599
  <svg
600
600
  class="pf-v6-svg"
601
- viewBox="0 0 32 32"
602
601
  fill="currentColor"
602
+ viewBox="0 0 32 32"
603
603
  aria-hidden="true"
604
604
  role="img"
605
605
  width="1em"
@@ -621,8 +621,8 @@ cssPrefix: pf-v6-c-clipboard-copy
621
621
  <span class="pf-v6-c-button__icon">
622
622
  <svg
623
623
  class="pf-v6-svg"
624
- viewBox="0 0 32 32"
625
624
  fill="currentColor"
625
+ viewBox="0 0 32 32"
626
626
  aria-hidden="true"
627
627
  role="img"
628
628
  width="1em"
@@ -658,8 +658,8 @@ cssPrefix: pf-v6-c-clipboard-copy
658
658
  <span class="pf-v6-c-button__icon">
659
659
  <svg
660
660
  class="pf-v6-svg"
661
- viewBox="0 0 32 32"
662
661
  fill="currentColor"
662
+ viewBox="0 0 32 32"
663
663
  aria-hidden="true"
664
664
  role="img"
665
665
  width="1em"
@@ -695,8 +695,8 @@ cssPrefix: pf-v6-c-clipboard-copy
695
695
  <span class="pf-v6-c-button__icon">
696
696
  <svg
697
697
  class="pf-v6-svg"
698
- viewBox="0 0 32 32"
699
698
  fill="currentColor"
699
+ viewBox="0 0 32 32"
700
700
  aria-hidden="true"
701
701
  role="img"
702
702
  width="1em"
@@ -731,8 +731,8 @@ cssPrefix: pf-v6-c-clipboard-copy
731
731
  <span class="pf-v6-c-button__icon">
732
732
  <svg
733
733
  class="pf-v6-svg"
734
- viewBox="0 0 32 32"
735
734
  fill="currentColor"
735
+ viewBox="0 0 32 32"
736
736
  aria-hidden="true"
737
737
  role="img"
738
738
  width="1em"
@@ -771,8 +771,8 @@ cssPrefix: pf-v6-c-clipboard-copy
771
771
  <span class="pf-v6-c-button__icon">
772
772
  <svg
773
773
  class="pf-v6-svg"
774
- viewBox="0 0 32 32"
775
774
  fill="currentColor"
775
+ viewBox="0 0 32 32"
776
776
  aria-hidden="true"
777
777
  role="img"
778
778
  width="1em"
@@ -19,8 +19,8 @@ cssPrefix: pf-v6-c-code-block
19
19
  <span class="pf-v6-c-button__icon">
20
20
  <svg
21
21
  class="pf-v6-svg"
22
- viewBox="0 0 448 512"
23
22
  fill="currentColor"
23
+ viewBox="0 0 448 512"
24
24
  aria-hidden="true"
25
25
  role="img"
26
26
  width="1em"
@@ -42,8 +42,8 @@ cssPrefix: pf-v6-c-code-block
42
42
  <span class="pf-v6-c-button__icon">
43
43
  <svg
44
44
  class="pf-v6-svg"
45
- viewBox="0 0 448 512"
46
45
  fill="currentColor"
46
+ viewBox="0 0 448 512"
47
47
  aria-hidden="true"
48
48
  role="img"
49
49
  width="1em"
@@ -87,8 +87,8 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs</co
87
87
  <span class="pf-v6-c-button__icon">
88
88
  <svg
89
89
  class="pf-v6-svg"
90
- viewBox="0 0 448 512"
91
90
  fill="currentColor"
91
+ viewBox="0 0 448 512"
92
92
  aria-hidden="true"
93
93
  role="img"
94
94
  width="1em"
@@ -110,8 +110,8 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs</co
110
110
  <span class="pf-v6-c-button__icon">
111
111
  <svg
112
112
  class="pf-v6-svg"
113
- viewBox="0 0 448 512"
114
113
  fill="currentColor"
114
+ viewBox="0 0 448 512"
115
115
  aria-hidden="true"
116
116
  role="img"
117
117
  width="1em"
@@ -160,8 +160,8 @@ name: azure-sample-repo<div
160
160
  >
161
161
  <svg
162
162
  class="pf-v6-svg"
163
- viewBox="0 0 20 20"
164
163
  fill="currentColor"
164
+ viewBox="0 0 20 20"
165
165
  aria-hidden="true"
166
166
  role="img"
167
167
  width="1em"
@@ -197,8 +197,8 @@ name: azure-sample-repo<div
197
197
  <span class="pf-v6-c-button__icon">
198
198
  <svg
199
199
  class="pf-v6-svg"
200
- viewBox="0 0 448 512"
201
200
  fill="currentColor"
201
+ viewBox="0 0 448 512"
202
202
  aria-hidden="true"
203
203
  role="img"
204
204
  width="1em"
@@ -220,8 +220,8 @@ name: azure-sample-repo<div
220
220
  <span class="pf-v6-c-button__icon">
221
221
  <svg
222
222
  class="pf-v6-svg"
223
- viewBox="0 0 448 512"
224
223
  fill="currentColor"
224
+ viewBox="0 0 448 512"
225
225
  aria-hidden="true"
226
226
  role="img"
227
227
  width="1em"
@@ -269,8 +269,8 @@ name: azure-sample-repo<div
269
269
  >
270
270
  <svg
271
271
  class="pf-v6-svg"
272
- viewBox="0 0 20 20"
273
272
  fill="currentColor"
273
+ viewBox="0 0 20 20"
274
274
  aria-hidden="true"
275
275
  role="img"
276
276
  width="1em"