@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
@@ -146,8 +146,8 @@ cssPrefix: pf-d-dashboard
146
146
  <span class="pf-v6-c-menu-toggle__icon">
147
147
  <svg
148
148
  class="pf-v6-svg"
149
- viewBox="0 0 512 512"
150
149
  fill="currentColor"
150
+ viewBox="0 0 512 512"
151
151
  aria-hidden="true"
152
152
  role="img"
153
153
  width="1em"
@@ -170,15 +170,15 @@ cssPrefix: pf-d-dashboard
170
170
  <span class="pf-v6-c-menu-toggle__icon">
171
171
  <svg
172
172
  class="pf-v6-svg"
173
- viewBox="0 0 32 32"
174
173
  fill="currentColor"
174
+ viewBox="0 0 32 32"
175
175
  aria-hidden="true"
176
176
  role="img"
177
177
  width="1em"
178
178
  height="1em"
179
179
  >
180
180
  <path
181
- 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"
181
+ 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"
182
182
  />
183
183
  </svg>
184
184
  </span>
@@ -194,8 +194,8 @@ cssPrefix: pf-d-dashboard
194
194
  <span class="pf-v6-c-menu-toggle__icon">
195
195
  <svg
196
196
  class="pf-v6-svg"
197
- viewBox="0 0 512 512"
198
197
  fill="currentColor"
198
+ viewBox="0 0 512 512"
199
199
  aria-hidden="true"
200
200
  role="img"
201
201
  width="1em"
@@ -220,8 +220,8 @@ cssPrefix: pf-d-dashboard
220
220
  <span class="pf-v6-c-menu-toggle__icon">
221
221
  <svg
222
222
  class="pf-v6-svg"
223
- viewBox="0 0 32 32"
224
223
  fill="currentColor"
224
+ viewBox="0 0 32 32"
225
225
  aria-hidden="true"
226
226
  role="img"
227
227
  width="1em"
@@ -300,8 +300,8 @@ cssPrefix: pf-d-dashboard
300
300
  <span class="pf-v6-c-breadcrumb__item-divider">
301
301
  <svg
302
302
  class="pf-v6-svg"
303
- viewBox="0 0 20 20"
304
303
  fill="currentColor"
304
+ viewBox="0 0 20 20"
305
305
  aria-hidden="true"
306
306
  role="img"
307
307
  width="1em"
@@ -319,8 +319,8 @@ cssPrefix: pf-d-dashboard
319
319
  <span class="pf-v6-c-breadcrumb__item-divider">
320
320
  <svg
321
321
  class="pf-v6-svg"
322
- viewBox="0 0 20 20"
323
322
  fill="currentColor"
323
+ viewBox="0 0 20 20"
324
324
  aria-hidden="true"
325
325
  role="img"
326
326
  width="1em"
@@ -338,8 +338,8 @@ cssPrefix: pf-d-dashboard
338
338
  <span class="pf-v6-c-breadcrumb__item-divider">
339
339
  <svg
340
340
  class="pf-v6-svg"
341
- viewBox="0 0 20 20"
342
341
  fill="currentColor"
342
+ viewBox="0 0 20 20"
343
343
  aria-hidden="true"
344
344
  role="img"
345
345
  width="1em"
@@ -390,8 +390,8 @@ cssPrefix: pf-d-dashboard
390
390
  <span class="pf-v6-c-card__header-toggle-icon">
391
391
  <svg
392
392
  class="pf-v6-svg"
393
- viewBox="0 0 20 20"
394
393
  fill="currentColor"
394
+ viewBox="0 0 20 20"
395
395
  aria-hidden="true"
396
396
  role="img"
397
397
  width="1em"
@@ -416,8 +416,8 @@ cssPrefix: pf-d-dashboard
416
416
  <span class="pf-v6-c-menu-toggle__icon">
417
417
  <svg
418
418
  class="pf-v6-svg"
419
- viewBox="0 0 32 32"
420
419
  fill="currentColor"
420
+ viewBox="0 0 32 32"
421
421
  aria-hidden="true"
422
422
  role="img"
423
423
  width="1em"
@@ -465,8 +465,8 @@ cssPrefix: pf-d-dashboard
465
465
  <span class="pf-v6-c-label__icon">
466
466
  <svg
467
467
  class="pf-v6-svg"
468
- viewBox="0 0 32 32"
469
468
  fill="currentColor"
469
+ viewBox="0 0 32 32"
470
470
  aria-hidden="true"
471
471
  role="img"
472
472
  width="1em"
@@ -515,8 +515,8 @@ cssPrefix: pf-d-dashboard
515
515
  >
516
516
  <svg
517
517
  class="pf-v6-svg"
518
- viewBox="0 0 32 32"
519
518
  fill="currentColor"
519
+ viewBox="0 0 32 32"
520
520
  aria-hidden="true"
521
521
  role="img"
522
522
  width="1em"
@@ -545,8 +545,8 @@ cssPrefix: pf-d-dashboard
545
545
  <span class="pf-v6-c-button__icon pf-m-end">
546
546
  <svg
547
547
  class="pf-v6-svg"
548
- viewBox="0 0 448 512"
549
548
  fill="currentColor"
549
+ viewBox="0 0 448 512"
550
550
  aria-hidden="true"
551
551
  role="img"
552
552
  width="1em"
@@ -590,8 +590,8 @@ cssPrefix: pf-d-dashboard
590
590
  <span class="pf-v6-c-label__icon">
591
591
  <svg
592
592
  class="pf-v6-svg"
593
- viewBox="0 0 32 32"
594
593
  fill="currentColor"
594
+ viewBox="0 0 32 32"
595
595
  aria-hidden="true"
596
596
  role="img"
597
597
  width="1em"
@@ -638,8 +638,8 @@ cssPrefix: pf-d-dashboard
638
638
  <span class="pf-v6-c-icon__content pf-m-danger">
639
639
  <svg
640
640
  class="pf-v6-svg"
641
- viewBox="0 0 32 32"
642
641
  fill="currentColor"
642
+ viewBox="0 0 32 32"
643
643
  aria-hidden="true"
644
644
  role="img"
645
645
  width="1em"
@@ -668,8 +668,8 @@ cssPrefix: pf-d-dashboard
668
668
  <span class="pf-v6-c-button__icon pf-m-end">
669
669
  <svg
670
670
  class="pf-v6-svg"
671
- viewBox="0 0 448 512"
672
671
  fill="currentColor"
672
+ viewBox="0 0 448 512"
673
673
  aria-hidden="true"
674
674
  role="img"
675
675
  width="1em"
@@ -713,8 +713,8 @@ cssPrefix: pf-d-dashboard
713
713
  <span class="pf-v6-c-label__icon">
714
714
  <svg
715
715
  class="pf-v6-svg"
716
- viewBox="0 0 32 32"
717
716
  fill="currentColor"
717
+ viewBox="0 0 32 32"
718
718
  aria-hidden="true"
719
719
  role="img"
720
720
  width="1em"
@@ -763,8 +763,8 @@ cssPrefix: pf-d-dashboard
763
763
  >
764
764
  <svg
765
765
  class="pf-v6-svg"
766
- viewBox="0 0 32 32"
767
766
  fill="currentColor"
767
+ viewBox="0 0 32 32"
768
768
  aria-hidden="true"
769
769
  role="img"
770
770
  width="1em"
@@ -793,8 +793,8 @@ cssPrefix: pf-d-dashboard
793
793
  <span class="pf-v6-c-button__icon pf-m-end">
794
794
  <svg
795
795
  class="pf-v6-svg"
796
- viewBox="0 0 448 512"
797
796
  fill="currentColor"
797
+ viewBox="0 0 448 512"
798
798
  aria-hidden="true"
799
799
  role="img"
800
800
  width="1em"
@@ -832,8 +832,8 @@ cssPrefix: pf-d-dashboard
832
832
  <span class="pf-v6-c-icon__content pf-m-success">
833
833
  <svg
834
834
  class="pf-v6-svg"
835
- viewBox="0 0 32 32"
836
835
  fill="currentColor"
836
+ viewBox="0 0 32 32"
837
837
  aria-hidden="true"
838
838
  role="img"
839
839
  width="1em"
@@ -856,8 +856,8 @@ cssPrefix: pf-d-dashboard
856
856
  <span class="pf-v6-c-icon__content pf-m-danger">
857
857
  <svg
858
858
  class="pf-v6-svg"
859
- viewBox="0 0 32 32"
860
859
  fill="currentColor"
860
+ viewBox="0 0 32 32"
861
861
  aria-hidden="true"
862
862
  role="img"
863
863
  width="1em"
@@ -882,8 +882,8 @@ cssPrefix: pf-d-dashboard
882
882
  <span class="pf-v6-c-icon__content pf-m-danger">
883
883
  <svg
884
884
  class="pf-v6-svg"
885
- viewBox="0 0 32 32"
886
885
  fill="currentColor"
886
+ viewBox="0 0 32 32"
887
887
  aria-hidden="true"
888
888
  role="img"
889
889
  width="1em"
@@ -913,8 +913,8 @@ cssPrefix: pf-d-dashboard
913
913
  <span class="pf-v6-c-icon__content pf-m-success">
914
914
  <svg
915
915
  class="pf-v6-svg"
916
- viewBox="0 0 32 32"
917
916
  fill="currentColor"
917
+ viewBox="0 0 32 32"
918
918
  aria-hidden="true"
919
919
  role="img"
920
920
  width="1em"
@@ -944,8 +944,8 @@ cssPrefix: pf-d-dashboard
944
944
  <span class="pf-v6-c-icon__content pf-m-success">
945
945
  <svg
946
946
  class="pf-v6-svg"
947
- viewBox="0 0 32 32"
948
947
  fill="currentColor"
948
+ viewBox="0 0 32 32"
949
949
  aria-hidden="true"
950
950
  role="img"
951
951
  width="1em"
@@ -975,8 +975,8 @@ cssPrefix: pf-d-dashboard
975
975
  <span class="pf-v6-c-icon__content pf-m-success">
976
976
  <svg
977
977
  class="pf-v6-svg"
978
- viewBox="0 0 32 32"
979
978
  fill="currentColor"
979
+ viewBox="0 0 32 32"
980
980
  aria-hidden="true"
981
981
  role="img"
982
982
  width="1em"
@@ -1003,8 +1003,8 @@ cssPrefix: pf-d-dashboard
1003
1003
  <span class="pf-v6-c-icon__content pf-m-success">
1004
1004
  <svg
1005
1005
  class="pf-v6-svg"
1006
- viewBox="0 0 32 32"
1007
1006
  fill="currentColor"
1007
+ viewBox="0 0 32 32"
1008
1008
  aria-hidden="true"
1009
1009
  role="img"
1010
1010
  width="1em"
@@ -1124,8 +1124,8 @@ cssPrefix: pf-d-dashboard
1124
1124
  >
1125
1125
  <svg
1126
1126
  class="pf-v6-svg"
1127
- viewBox="0 0 20 20"
1128
1127
  fill="currentColor"
1128
+ viewBox="0 0 20 20"
1129
1129
  aria-hidden="true"
1130
1130
  role="img"
1131
1131
  width="1em"
@@ -1154,8 +1154,8 @@ cssPrefix: pf-d-dashboard
1154
1154
  >
1155
1155
  <svg
1156
1156
  class="pf-v6-svg"
1157
- viewBox="0 0 32 32"
1158
1157
  fill="currentColor"
1158
+ viewBox="0 0 32 32"
1159
1159
  aria-hidden="true"
1160
1160
  role="img"
1161
1161
  width="1em"
@@ -1191,8 +1191,8 @@ cssPrefix: pf-d-dashboard
1191
1191
  >
1192
1192
  <svg
1193
1193
  class="pf-v6-svg"
1194
- viewBox="0 0 32 32"
1195
1194
  fill="currentColor"
1195
+ viewBox="0 0 32 32"
1196
1196
  aria-hidden="true"
1197
1197
  role="img"
1198
1198
  width="1em"
@@ -1236,15 +1236,15 @@ cssPrefix: pf-d-dashboard
1236
1236
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1237
1237
  <svg
1238
1238
  class="pf-v6-svg"
1239
- viewBox="0 0 20 20"
1240
1239
  fill="currentColor"
1240
+ viewBox="0 0 20 20"
1241
1241
  aria-hidden="true"
1242
1242
  role="img"
1243
1243
  width="1em"
1244
1244
  height="1em"
1245
1245
  >
1246
1246
  <path
1247
- 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"
1247
+ 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"
1248
1248
  />
1249
1249
  </svg>
1250
1250
  </span>
@@ -1275,8 +1275,8 @@ cssPrefix: pf-d-dashboard
1275
1275
  <span class="pf-v6-c-card__header-toggle-icon">
1276
1276
  <svg
1277
1277
  class="pf-v6-svg"
1278
- viewBox="0 0 20 20"
1279
1278
  fill="currentColor"
1279
+ viewBox="0 0 20 20"
1280
1280
  aria-hidden="true"
1281
1281
  role="img"
1282
1282
  width="1em"
@@ -1398,8 +1398,8 @@ cssPrefix: pf-d-dashboard
1398
1398
  <span class="pf-v6-c-card__header-toggle-icon">
1399
1399
  <svg
1400
1400
  class="pf-v6-svg"
1401
- viewBox="0 0 20 20"
1402
1401
  fill="currentColor"
1402
+ viewBox="0 0 20 20"
1403
1403
  aria-hidden="true"
1404
1404
  role="img"
1405
1405
  width="1em"
@@ -1438,8 +1438,8 @@ cssPrefix: pf-d-dashboard
1438
1438
  <span class="pf-v6-c-card__header-toggle-icon">
1439
1439
  <svg
1440
1440
  class="pf-v6-svg"
1441
- viewBox="0 0 20 20"
1442
1441
  fill="currentColor"
1442
+ viewBox="0 0 20 20"
1443
1443
  aria-hidden="true"
1444
1444
  role="img"
1445
1445
  width="1em"
@@ -1626,8 +1626,8 @@ cssPrefix: pf-d-dashboard
1626
1626
  >
1627
1627
  <svg
1628
1628
  class="pf-v6-svg"
1629
- viewBox="0 0 32 32"
1630
1629
  fill="currentColor"
1630
+ viewBox="0 0 32 32"
1631
1631
  aria-hidden="true"
1632
1632
  role="img"
1633
1633
  width="1em"
@@ -1664,8 +1664,8 @@ cssPrefix: pf-d-dashboard
1664
1664
  >
1665
1665
  <svg
1666
1666
  class="pf-v6-svg"
1667
- viewBox="0 0 32 32"
1668
1667
  fill="currentColor"
1668
+ viewBox="0 0 32 32"
1669
1669
  aria-hidden="true"
1670
1670
  role="img"
1671
1671
  width="1em"
@@ -1702,8 +1702,8 @@ cssPrefix: pf-d-dashboard
1702
1702
  >
1703
1703
  <svg
1704
1704
  class="pf-v6-svg"
1705
- viewBox="0 0 32 32"
1706
1705
  fill="currentColor"
1706
+ viewBox="0 0 32 32"
1707
1707
  aria-hidden="true"
1708
1708
  role="img"
1709
1709
  width="1em"
@@ -1740,8 +1740,8 @@ cssPrefix: pf-d-dashboard
1740
1740
  >
1741
1741
  <svg
1742
1742
  class="pf-v6-svg"
1743
- viewBox="0 0 32 32"
1744
1743
  fill="currentColor"
1744
+ viewBox="0 0 32 32"
1745
1745
  aria-hidden="true"
1746
1746
  role="img"
1747
1747
  width="1em"
@@ -1778,8 +1778,8 @@ cssPrefix: pf-d-dashboard
1778
1778
  >
1779
1779
  <svg
1780
1780
  class="pf-v6-svg"
1781
- viewBox="0 0 32 32"
1782
1781
  fill="currentColor"
1782
+ viewBox="0 0 32 32"
1783
1783
  aria-hidden="true"
1784
1784
  role="img"
1785
1785
  width="1em"
@@ -1821,15 +1821,15 @@ cssPrefix: pf-d-dashboard
1821
1821
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1822
1822
  <svg
1823
1823
  class="pf-v6-svg"
1824
- viewBox="0 0 20 20"
1825
1824
  fill="currentColor"
1825
+ viewBox="0 0 20 20"
1826
1826
  aria-hidden="true"
1827
1827
  role="img"
1828
1828
  width="1em"
1829
1829
  height="1em"
1830
1830
  >
1831
1831
  <path
1832
- 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"
1832
+ 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"
1833
1833
  />
1834
1834
  </svg>
1835
1835
  </span>
@@ -1857,8 +1857,8 @@ cssPrefix: pf-d-dashboard
1857
1857
  <span class="pf-v6-c-icon__content pf-m-danger">
1858
1858
  <svg
1859
1859
  class="pf-v6-svg"
1860
- viewBox="0 0 32 32"
1861
1860
  fill="currentColor"
1861
+ viewBox="0 0 32 32"
1862
1862
  aria-hidden="true"
1863
1863
  role="img"
1864
1864
  width="1em"
@@ -1899,8 +1899,8 @@ cssPrefix: pf-d-dashboard
1899
1899
  >
1900
1900
  <svg
1901
1901
  class="pf-v6-svg"
1902
- viewBox="0 0 32 32"
1903
1902
  fill="currentColor"
1903
+ viewBox="0 0 32 32"
1904
1904
  aria-hidden="true"
1905
1905
  role="img"
1906
1906
  width="1em"
@@ -1976,8 +1976,8 @@ cssPrefix: pf-d-dashboard
1976
1976
  >
1977
1977
  <svg
1978
1978
  class="pf-v6-svg"
1979
- viewBox="0 0 32 32"
1980
1979
  fill="currentColor"
1980
+ viewBox="0 0 32 32"
1981
1981
  aria-hidden="true"
1982
1982
  role="img"
1983
1983
  width="1em"
@@ -2017,8 +2017,8 @@ cssPrefix: pf-d-dashboard
2017
2017
  >
2018
2018
  <svg
2019
2019
  class="pf-v6-svg"
2020
- viewBox="0 0 32 32"
2021
2020
  fill="currentColor"
2021
+ viewBox="0 0 32 32"
2022
2022
  aria-hidden="true"
2023
2023
  role="img"
2024
2024
  width="1em"
@@ -2058,8 +2058,8 @@ cssPrefix: pf-d-dashboard
2058
2058
  <span class="pf-v6-c-icon__content pf-m-danger">
2059
2059
  <svg
2060
2060
  class="pf-v6-svg"
2061
- viewBox="0 0 32 32"
2062
2061
  fill="currentColor"
2062
+ viewBox="0 0 32 32"
2063
2063
  aria-hidden="true"
2064
2064
  role="img"
2065
2065
  width="1em"
@@ -2099,8 +2099,8 @@ cssPrefix: pf-d-dashboard
2099
2099
  >
2100
2100
  <svg
2101
2101
  class="pf-v6-svg"
2102
- viewBox="0 0 32 32"
2103
2102
  fill="currentColor"
2103
+ viewBox="0 0 32 32"
2104
2104
  aria-hidden="true"
2105
2105
  role="img"
2106
2106
  width="1em"
@@ -2140,8 +2140,8 @@ cssPrefix: pf-d-dashboard
2140
2140
  >
2141
2141
  <svg
2142
2142
  class="pf-v6-svg"
2143
- viewBox="0 0 32 32"
2144
2143
  fill="currentColor"
2144
+ viewBox="0 0 32 32"
2145
2145
  aria-hidden="true"
2146
2146
  role="img"
2147
2147
  width="1em"