@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
@@ -148,8 +148,8 @@ section: components
148
148
  <span class="pf-v6-c-menu-toggle__icon">
149
149
  <svg
150
150
  class="pf-v6-svg"
151
- viewBox="0 0 512 512"
152
151
  fill="currentColor"
152
+ viewBox="0 0 512 512"
153
153
  aria-hidden="true"
154
154
  role="img"
155
155
  width="1em"
@@ -172,15 +172,15 @@ section: components
172
172
  <span class="pf-v6-c-menu-toggle__icon">
173
173
  <svg
174
174
  class="pf-v6-svg"
175
- viewBox="0 0 32 32"
176
175
  fill="currentColor"
176
+ viewBox="0 0 32 32"
177
177
  aria-hidden="true"
178
178
  role="img"
179
179
  width="1em"
180
180
  height="1em"
181
181
  >
182
182
  <path
183
- 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"
183
+ 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"
184
184
  />
185
185
  </svg>
186
186
  </span>
@@ -196,8 +196,8 @@ section: components
196
196
  <span class="pf-v6-c-menu-toggle__icon">
197
197
  <svg
198
198
  class="pf-v6-svg"
199
- viewBox="0 0 512 512"
200
199
  fill="currentColor"
200
+ viewBox="0 0 512 512"
201
201
  aria-hidden="true"
202
202
  role="img"
203
203
  width="1em"
@@ -222,8 +222,8 @@ section: components
222
222
  <span class="pf-v6-c-menu-toggle__icon">
223
223
  <svg
224
224
  class="pf-v6-svg"
225
- viewBox="0 0 32 32"
226
225
  fill="currentColor"
226
+ viewBox="0 0 32 32"
227
227
  aria-hidden="true"
228
228
  role="img"
229
229
  width="1em"
@@ -302,8 +302,8 @@ section: components
302
302
  <span class="pf-v6-c-breadcrumb__item-divider">
303
303
  <svg
304
304
  class="pf-v6-svg"
305
- viewBox="0 0 20 20"
306
305
  fill="currentColor"
306
+ viewBox="0 0 20 20"
307
307
  aria-hidden="true"
308
308
  role="img"
309
309
  width="1em"
@@ -321,8 +321,8 @@ section: components
321
321
  <span class="pf-v6-c-breadcrumb__item-divider">
322
322
  <svg
323
323
  class="pf-v6-svg"
324
- viewBox="0 0 20 20"
325
324
  fill="currentColor"
325
+ viewBox="0 0 20 20"
326
326
  aria-hidden="true"
327
327
  role="img"
328
328
  width="1em"
@@ -340,8 +340,8 @@ section: components
340
340
  <span class="pf-v6-c-breadcrumb__item-divider">
341
341
  <svg
342
342
  class="pf-v6-svg"
343
- viewBox="0 0 20 20"
344
343
  fill="currentColor"
344
+ viewBox="0 0 20 20"
345
345
  aria-hidden="true"
346
346
  role="img"
347
347
  width="1em"
@@ -834,8 +834,8 @@ section: components
834
834
  <span class="pf-v6-c-menu-toggle__icon">
835
835
  <svg
836
836
  class="pf-v6-svg"
837
- viewBox="0 0 512 512"
838
837
  fill="currentColor"
838
+ viewBox="0 0 512 512"
839
839
  aria-hidden="true"
840
840
  role="img"
841
841
  width="1em"
@@ -858,15 +858,15 @@ section: components
858
858
  <span class="pf-v6-c-menu-toggle__icon">
859
859
  <svg
860
860
  class="pf-v6-svg"
861
- viewBox="0 0 32 32"
862
861
  fill="currentColor"
862
+ viewBox="0 0 32 32"
863
863
  aria-hidden="true"
864
864
  role="img"
865
865
  width="1em"
866
866
  height="1em"
867
867
  >
868
868
  <path
869
- 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"
869
+ 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"
870
870
  />
871
871
  </svg>
872
872
  </span>
@@ -882,8 +882,8 @@ section: components
882
882
  <span class="pf-v6-c-menu-toggle__icon">
883
883
  <svg
884
884
  class="pf-v6-svg"
885
- viewBox="0 0 512 512"
886
885
  fill="currentColor"
886
+ viewBox="0 0 512 512"
887
887
  aria-hidden="true"
888
888
  role="img"
889
889
  width="1em"
@@ -908,8 +908,8 @@ section: components
908
908
  <span class="pf-v6-c-menu-toggle__icon">
909
909
  <svg
910
910
  class="pf-v6-svg"
911
- viewBox="0 0 32 32"
912
911
  fill="currentColor"
912
+ viewBox="0 0 32 32"
913
913
  aria-hidden="true"
914
914
  role="img"
915
915
  width="1em"
@@ -988,8 +988,8 @@ section: components
988
988
  <span class="pf-v6-c-breadcrumb__item-divider">
989
989
  <svg
990
990
  class="pf-v6-svg"
991
- viewBox="0 0 20 20"
992
991
  fill="currentColor"
992
+ viewBox="0 0 20 20"
993
993
  aria-hidden="true"
994
994
  role="img"
995
995
  width="1em"
@@ -1007,8 +1007,8 @@ section: components
1007
1007
  <span class="pf-v6-c-breadcrumb__item-divider">
1008
1008
  <svg
1009
1009
  class="pf-v6-svg"
1010
- viewBox="0 0 20 20"
1011
1010
  fill="currentColor"
1011
+ viewBox="0 0 20 20"
1012
1012
  aria-hidden="true"
1013
1013
  role="img"
1014
1014
  width="1em"
@@ -1026,8 +1026,8 @@ section: components
1026
1026
  <span class="pf-v6-c-breadcrumb__item-divider">
1027
1027
  <svg
1028
1028
  class="pf-v6-svg"
1029
- viewBox="0 0 20 20"
1030
1029
  fill="currentColor"
1030
+ viewBox="0 0 20 20"
1031
1031
  aria-hidden="true"
1032
1032
  role="img"
1033
1033
  width="1em"
@@ -1527,8 +1527,8 @@ section: components
1527
1527
  <span class="pf-v6-c-menu-toggle__icon">
1528
1528
  <svg
1529
1529
  class="pf-v6-svg"
1530
- viewBox="0 0 512 512"
1531
1530
  fill="currentColor"
1531
+ viewBox="0 0 512 512"
1532
1532
  aria-hidden="true"
1533
1533
  role="img"
1534
1534
  width="1em"
@@ -1551,15 +1551,15 @@ section: components
1551
1551
  <span class="pf-v6-c-menu-toggle__icon">
1552
1552
  <svg
1553
1553
  class="pf-v6-svg"
1554
- viewBox="0 0 32 32"
1555
1554
  fill="currentColor"
1555
+ viewBox="0 0 32 32"
1556
1556
  aria-hidden="true"
1557
1557
  role="img"
1558
1558
  width="1em"
1559
1559
  height="1em"
1560
1560
  >
1561
1561
  <path
1562
- 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"
1562
+ 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"
1563
1563
  />
1564
1564
  </svg>
1565
1565
  </span>
@@ -1575,8 +1575,8 @@ section: components
1575
1575
  <span class="pf-v6-c-menu-toggle__icon">
1576
1576
  <svg
1577
1577
  class="pf-v6-svg"
1578
- viewBox="0 0 512 512"
1579
1578
  fill="currentColor"
1579
+ viewBox="0 0 512 512"
1580
1580
  aria-hidden="true"
1581
1581
  role="img"
1582
1582
  width="1em"
@@ -1601,8 +1601,8 @@ section: components
1601
1601
  <span class="pf-v6-c-menu-toggle__icon">
1602
1602
  <svg
1603
1603
  class="pf-v6-svg"
1604
- viewBox="0 0 32 32"
1605
1604
  fill="currentColor"
1605
+ viewBox="0 0 32 32"
1606
1606
  aria-hidden="true"
1607
1607
  role="img"
1608
1608
  width="1em"
@@ -1681,8 +1681,8 @@ section: components
1681
1681
  <span class="pf-v6-c-breadcrumb__item-divider">
1682
1682
  <svg
1683
1683
  class="pf-v6-svg"
1684
- viewBox="0 0 20 20"
1685
1684
  fill="currentColor"
1685
+ viewBox="0 0 20 20"
1686
1686
  aria-hidden="true"
1687
1687
  role="img"
1688
1688
  width="1em"
@@ -1700,8 +1700,8 @@ section: components
1700
1700
  <span class="pf-v6-c-breadcrumb__item-divider">
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"
@@ -1719,8 +1719,8 @@ section: components
1719
1719
  <span class="pf-v6-c-breadcrumb__item-divider">
1720
1720
  <svg
1721
1721
  class="pf-v6-svg"
1722
- viewBox="0 0 20 20"
1723
1722
  fill="currentColor"
1723
+ viewBox="0 0 20 20"
1724
1724
  aria-hidden="true"
1725
1725
  role="img"
1726
1726
  width="1em"
@@ -2137,8 +2137,8 @@ section: components
2137
2137
  <span class="pf-v6-c-menu-toggle__icon">
2138
2138
  <svg
2139
2139
  class="pf-v6-svg"
2140
- viewBox="0 0 512 512"
2141
2140
  fill="currentColor"
2141
+ viewBox="0 0 512 512"
2142
2142
  aria-hidden="true"
2143
2143
  role="img"
2144
2144
  width="1em"
@@ -2161,15 +2161,15 @@ section: components
2161
2161
  <span class="pf-v6-c-menu-toggle__icon">
2162
2162
  <svg
2163
2163
  class="pf-v6-svg"
2164
- viewBox="0 0 32 32"
2165
2164
  fill="currentColor"
2165
+ viewBox="0 0 32 32"
2166
2166
  aria-hidden="true"
2167
2167
  role="img"
2168
2168
  width="1em"
2169
2169
  height="1em"
2170
2170
  >
2171
2171
  <path
2172
- 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"
2172
+ 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"
2173
2173
  />
2174
2174
  </svg>
2175
2175
  </span>
@@ -2185,8 +2185,8 @@ section: components
2185
2185
  <span class="pf-v6-c-menu-toggle__icon">
2186
2186
  <svg
2187
2187
  class="pf-v6-svg"
2188
- viewBox="0 0 512 512"
2189
2188
  fill="currentColor"
2189
+ viewBox="0 0 512 512"
2190
2190
  aria-hidden="true"
2191
2191
  role="img"
2192
2192
  width="1em"
@@ -2211,8 +2211,8 @@ section: components
2211
2211
  <span class="pf-v6-c-menu-toggle__icon">
2212
2212
  <svg
2213
2213
  class="pf-v6-svg"
2214
- viewBox="0 0 32 32"
2215
2214
  fill="currentColor"
2215
+ viewBox="0 0 32 32"
2216
2216
  aria-hidden="true"
2217
2217
  role="img"
2218
2218
  width="1em"
@@ -2291,8 +2291,8 @@ section: components
2291
2291
  <span class="pf-v6-c-breadcrumb__item-divider">
2292
2292
  <svg
2293
2293
  class="pf-v6-svg"
2294
- viewBox="0 0 20 20"
2295
2294
  fill="currentColor"
2295
+ viewBox="0 0 20 20"
2296
2296
  aria-hidden="true"
2297
2297
  role="img"
2298
2298
  width="1em"
@@ -2310,8 +2310,8 @@ section: components
2310
2310
  <span class="pf-v6-c-breadcrumb__item-divider">
2311
2311
  <svg
2312
2312
  class="pf-v6-svg"
2313
- viewBox="0 0 20 20"
2314
2313
  fill="currentColor"
2314
+ viewBox="0 0 20 20"
2315
2315
  aria-hidden="true"
2316
2316
  role="img"
2317
2317
  width="1em"
@@ -2329,8 +2329,8 @@ section: components
2329
2329
  <span class="pf-v6-c-breadcrumb__item-divider">
2330
2330
  <svg
2331
2331
  class="pf-v6-svg"
2332
- viewBox="0 0 20 20"
2333
2332
  fill="currentColor"
2333
+ viewBox="0 0 20 20"
2334
2334
  aria-hidden="true"
2335
2335
  role="img"
2336
2336
  width="1em"
@@ -2383,8 +2383,8 @@ section: components
2383
2383
  <span class="pf-v6-c-menu-toggle__icon">
2384
2384
  <svg
2385
2385
  class="pf-v6-svg"
2386
- viewBox="0 0 32 32"
2387
2386
  fill="currentColor"
2387
+ viewBox="0 0 32 32"
2388
2388
  aria-hidden="true"
2389
2389
  role="img"
2390
2390
  width="1em"
@@ -2410,15 +2410,15 @@ section: components
2410
2410
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2411
2411
  <svg
2412
2412
  class="pf-v6-svg"
2413
- viewBox="0 0 20 20"
2414
2413
  fill="currentColor"
2414
+ viewBox="0 0 20 20"
2415
2415
  aria-hidden="true"
2416
2416
  role="img"
2417
2417
  width="1em"
2418
2418
  height="1em"
2419
2419
  >
2420
2420
  <path
2421
- 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"
2421
+ 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"
2422
2422
  />
2423
2423
  </svg>
2424
2424
  </span>
@@ -2440,8 +2440,8 @@ section: components
2440
2440
  >
2441
2441
  <svg
2442
2442
  class="pf-v6-svg"
2443
- viewBox="0 0 512 512"
2444
2443
  fill="currentColor"
2444
+ viewBox="0 0 512 512"
2445
2445
  aria-hidden="true"
2446
2446
  role="img"
2447
2447
  width="1em"
@@ -2495,8 +2495,8 @@ section: components
2495
2495
  <span class="pf-v6-c-menu-toggle__icon">
2496
2496
  <svg
2497
2497
  class="pf-v6-svg"
2498
- viewBox="0 0 32 32"
2499
2498
  fill="currentColor"
2499
+ viewBox="0 0 32 32"
2500
2500
  aria-hidden="true"
2501
2501
  role="img"
2502
2502
  width="1em"
@@ -2682,8 +2682,8 @@ section: components
2682
2682
  <span class="pf-v6-c-menu-toggle__icon">
2683
2683
  <svg
2684
2684
  class="pf-v6-svg"
2685
- viewBox="0 0 32 32"
2686
2685
  fill="currentColor"
2686
+ viewBox="0 0 32 32"
2687
2687
  aria-hidden="true"
2688
2688
  role="img"
2689
2689
  width="1em"
@@ -2786,8 +2786,8 @@ section: components
2786
2786
  <span class="pf-v6-c-menu-toggle__icon">
2787
2787
  <svg
2788
2788
  class="pf-v6-svg"
2789
- viewBox="0 0 32 32"
2790
2789
  fill="currentColor"
2790
+ viewBox="0 0 32 32"
2791
2791
  aria-hidden="true"
2792
2792
  role="img"
2793
2793
  width="1em"
@@ -2890,8 +2890,8 @@ section: components
2890
2890
  <span class="pf-v6-c-menu-toggle__icon">
2891
2891
  <svg
2892
2892
  class="pf-v6-svg"
2893
- viewBox="0 0 32 32"
2894
2893
  fill="currentColor"
2894
+ viewBox="0 0 32 32"
2895
2895
  aria-hidden="true"
2896
2896
  role="img"
2897
2897
  width="1em"
@@ -2994,8 +2994,8 @@ section: components
2994
2994
  <span class="pf-v6-c-menu-toggle__icon">
2995
2995
  <svg
2996
2996
  class="pf-v6-svg"
2997
- viewBox="0 0 32 32"
2998
2997
  fill="currentColor"
2998
+ viewBox="0 0 32 32"
2999
2999
  aria-hidden="true"
3000
3000
  role="img"
3001
3001
  width="1em"
@@ -3097,8 +3097,8 @@ section: components
3097
3097
  <span class="pf-v6-c-menu-toggle__icon">
3098
3098
  <svg
3099
3099
  class="pf-v6-svg"
3100
- viewBox="0 0 32 32"
3101
3100
  fill="currentColor"
3101
+ viewBox="0 0 32 32"
3102
3102
  aria-hidden="true"
3103
3103
  role="img"
3104
3104
  width="1em"
@@ -3133,8 +3133,8 @@ section: components
3133
3133
  <span class="pf-v6-c-button__icon">
3134
3134
  <svg
3135
3135
  class="pf-v6-svg"
3136
- viewBox="0 0 20 20"
3137
3136
  fill="currentColor"
3137
+ viewBox="0 0 20 20"
3138
3138
  aria-hidden="true"
3139
3139
  role="img"
3140
3140
  width="1em"
@@ -3177,8 +3177,8 @@ section: components
3177
3177
  <span class="pf-v6-c-button__icon">
3178
3178
  <svg
3179
3179
  class="pf-v6-svg"
3180
- viewBox="0 0 20 20"
3181
3180
  fill="currentColor"
3181
+ viewBox="0 0 20 20"
3182
3182
  aria-hidden="true"
3183
3183
  role="img"
3184
3184
  width="1em"
@@ -3233,8 +3233,8 @@ section: components
3233
3233
  <span class="pf-v6-c-button__icon">
3234
3234
  <svg
3235
3235
  class="pf-v6-svg"
3236
- viewBox="0 0 20 20"
3237
3236
  fill="currentColor"
3237
+ viewBox="0 0 20 20"
3238
3238
  aria-hidden="true"
3239
3239
  role="img"
3240
3240
  width="1em"
@@ -3418,8 +3418,8 @@ section: components
3418
3418
  <span class="pf-v6-c-button__icon">
3419
3419
  <svg
3420
3420
  class="pf-v6-svg"
3421
- viewBox="0 0 20 20"
3422
3421
  fill="currentColor"
3422
+ viewBox="0 0 20 20"
3423
3423
  aria-hidden="true"
3424
3424
  role="img"
3425
3425
  width="1em"
@@ -3667,8 +3667,8 @@ section: components
3667
3667
  <span class="pf-v6-c-menu-toggle__icon">
3668
3668
  <svg
3669
3669
  class="pf-v6-svg"
3670
- viewBox="0 0 512 512"
3671
3670
  fill="currentColor"
3671
+ viewBox="0 0 512 512"
3672
3672
  aria-hidden="true"
3673
3673
  role="img"
3674
3674
  width="1em"
@@ -3691,15 +3691,15 @@ section: components
3691
3691
  <span class="pf-v6-c-menu-toggle__icon">
3692
3692
  <svg
3693
3693
  class="pf-v6-svg"
3694
- viewBox="0 0 32 32"
3695
3694
  fill="currentColor"
3695
+ viewBox="0 0 32 32"
3696
3696
  aria-hidden="true"
3697
3697
  role="img"
3698
3698
  width="1em"
3699
3699
  height="1em"
3700
3700
  >
3701
3701
  <path
3702
- 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"
3702
+ 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"
3703
3703
  />
3704
3704
  </svg>
3705
3705
  </span>
@@ -3715,8 +3715,8 @@ section: components
3715
3715
  <span class="pf-v6-c-menu-toggle__icon">
3716
3716
  <svg
3717
3717
  class="pf-v6-svg"
3718
- viewBox="0 0 512 512"
3719
3718
  fill="currentColor"
3719
+ viewBox="0 0 512 512"
3720
3720
  aria-hidden="true"
3721
3721
  role="img"
3722
3722
  width="1em"
@@ -3741,8 +3741,8 @@ section: components
3741
3741
  <span class="pf-v6-c-menu-toggle__icon">
3742
3742
  <svg
3743
3743
  class="pf-v6-svg"
3744
- viewBox="0 0 32 32"
3745
3744
  fill="currentColor"
3745
+ viewBox="0 0 32 32"
3746
3746
  aria-hidden="true"
3747
3747
  role="img"
3748
3748
  width="1em"
@@ -3821,8 +3821,8 @@ section: components
3821
3821
  <span class="pf-v6-c-breadcrumb__item-divider">
3822
3822
  <svg
3823
3823
  class="pf-v6-svg"
3824
- viewBox="0 0 20 20"
3825
3824
  fill="currentColor"
3825
+ viewBox="0 0 20 20"
3826
3826
  aria-hidden="true"
3827
3827
  role="img"
3828
3828
  width="1em"
@@ -3840,8 +3840,8 @@ section: components
3840
3840
  <span class="pf-v6-c-breadcrumb__item-divider">
3841
3841
  <svg
3842
3842
  class="pf-v6-svg"
3843
- viewBox="0 0 20 20"
3844
3843
  fill="currentColor"
3844
+ viewBox="0 0 20 20"
3845
3845
  aria-hidden="true"
3846
3846
  role="img"
3847
3847
  width="1em"
@@ -3859,8 +3859,8 @@ section: components
3859
3859
  <span class="pf-v6-c-breadcrumb__item-divider">
3860
3860
  <svg
3861
3861
  class="pf-v6-svg"
3862
- viewBox="0 0 20 20"
3863
3862
  fill="currentColor"
3863
+ viewBox="0 0 20 20"
3864
3864
  aria-hidden="true"
3865
3865
  role="img"
3866
3866
  width="1em"
@@ -4084,8 +4084,8 @@ section: components
4084
4084
  <span class="pf-v6-c-menu-toggle__icon">
4085
4085
  <svg
4086
4086
  class="pf-v6-svg"
4087
- viewBox="0 0 512 512"
4088
4087
  fill="currentColor"
4088
+ viewBox="0 0 512 512"
4089
4089
  aria-hidden="true"
4090
4090
  role="img"
4091
4091
  width="1em"
@@ -4108,15 +4108,15 @@ section: components
4108
4108
  <span class="pf-v6-c-menu-toggle__icon">
4109
4109
  <svg
4110
4110
  class="pf-v6-svg"
4111
- viewBox="0 0 32 32"
4112
4111
  fill="currentColor"
4112
+ viewBox="0 0 32 32"
4113
4113
  aria-hidden="true"
4114
4114
  role="img"
4115
4115
  width="1em"
4116
4116
  height="1em"
4117
4117
  >
4118
4118
  <path
4119
- 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"
4119
+ 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"
4120
4120
  />
4121
4121
  </svg>
4122
4122
  </span>
@@ -4132,8 +4132,8 @@ section: components
4132
4132
  <span class="pf-v6-c-menu-toggle__icon">
4133
4133
  <svg
4134
4134
  class="pf-v6-svg"
4135
- viewBox="0 0 512 512"
4136
4135
  fill="currentColor"
4136
+ viewBox="0 0 512 512"
4137
4137
  aria-hidden="true"
4138
4138
  role="img"
4139
4139
  width="1em"
@@ -4158,8 +4158,8 @@ section: components
4158
4158
  <span class="pf-v6-c-menu-toggle__icon">
4159
4159
  <svg
4160
4160
  class="pf-v6-svg"
4161
- viewBox="0 0 32 32"
4162
4161
  fill="currentColor"
4162
+ viewBox="0 0 32 32"
4163
4163
  aria-hidden="true"
4164
4164
  role="img"
4165
4165
  width="1em"
@@ -4238,8 +4238,8 @@ section: components
4238
4238
  <span class="pf-v6-c-breadcrumb__item-divider">
4239
4239
  <svg
4240
4240
  class="pf-v6-svg"
4241
- viewBox="0 0 20 20"
4242
4241
  fill="currentColor"
4242
+ viewBox="0 0 20 20"
4243
4243
  aria-hidden="true"
4244
4244
  role="img"
4245
4245
  width="1em"
@@ -4257,8 +4257,8 @@ section: components
4257
4257
  <span class="pf-v6-c-breadcrumb__item-divider">
4258
4258
  <svg
4259
4259
  class="pf-v6-svg"
4260
- viewBox="0 0 20 20"
4261
4260
  fill="currentColor"
4261
+ viewBox="0 0 20 20"
4262
4262
  aria-hidden="true"
4263
4263
  role="img"
4264
4264
  width="1em"
@@ -4276,8 +4276,8 @@ section: components
4276
4276
  <span class="pf-v6-c-breadcrumb__item-divider">
4277
4277
  <svg
4278
4278
  class="pf-v6-svg"
4279
- viewBox="0 0 20 20"
4280
4279
  fill="currentColor"
4280
+ viewBox="0 0 20 20"
4281
4281
  aria-hidden="true"
4282
4282
  role="img"
4283
4283
  width="1em"