@patternfly/patternfly 6.5.2 → 6.6.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/README.md +1 -1
  2. package/base/normalize.scss +2 -0
  3. package/base/patternfly-common.css +2 -2
  4. package/base/patternfly-common.scss +1 -1
  5. package/base/patternfly-fa-icons.css +3 -3
  6. package/base/patternfly-fa-icons.scss +3 -3
  7. package/base/patternfly-variables.css +56 -56
  8. package/base/reset.scss +2 -0
  9. package/base/tokens/tokens-charts-dark.scss +1 -1
  10. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  11. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  12. package/base/tokens/tokens-charts.scss +1 -1
  13. package/base/tokens/tokens-dark.scss +9 -9
  14. package/base/tokens/tokens-default.scss +8 -8
  15. package/base/tokens/tokens-felt-dark.scss +1 -1
  16. package/base/tokens/tokens-felt-glass-dark.scss +8 -8
  17. package/base/tokens/tokens-felt-glass.scss +8 -8
  18. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  20. package/base/tokens/tokens-felt.scss +1 -1
  21. package/base/tokens/tokens-glass-dark.scss +8 -8
  22. package/base/tokens/tokens-glass.scss +8 -8
  23. package/base/tokens/tokens-highcontrast-dark.scss +8 -8
  24. package/base/tokens/tokens-highcontrast.scss +7 -7
  25. package/base/tokens/tokens-palette.scss +1 -1
  26. package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
  27. package/components/AboutModalBox/about-modal-box.css +1 -1
  28. package/components/AboutModalBox/about-modal-box.scss +1 -1
  29. package/components/Accordion/accordion.css +8 -4
  30. package/components/Accordion/accordion.scss +9 -4
  31. package/components/Alert/alert-group.css +1 -1
  32. package/components/Alert/alert-group.scss +1 -1
  33. package/components/Alert/alert.css +3 -3
  34. package/components/Alert/alert.scss +3 -3
  35. package/components/Breadcrumb/breadcrumb.css +1 -1
  36. package/components/Breadcrumb/breadcrumb.scss +1 -1
  37. package/components/Button/button.css +6 -6
  38. package/components/Button/button.scss +6 -6
  39. package/components/Card/card.css +2 -2
  40. package/components/Card/card.scss +3 -3
  41. package/components/Check/check.css +1 -1
  42. package/components/Check/check.scss +1 -1
  43. package/components/ClipboardCopy/clipboard-copy.css +2 -2
  44. package/components/ClipboardCopy/clipboard-copy.scss +2 -2
  45. package/components/Compass/compass.css +3 -3
  46. package/components/Compass/compass.scss +3 -3
  47. package/components/Content/content.css +2 -2
  48. package/components/Content/content.scss +2 -2
  49. package/components/DataList/data-list.css +1 -1
  50. package/components/DataList/data-list.scss +1 -1
  51. package/components/DescriptionList/description-list.css +0 -1
  52. package/components/DescriptionList/description-list.scss +0 -1
  53. package/components/Drawer/drawer.css +2 -2
  54. package/components/Drawer/drawer.scss +2 -2
  55. package/components/DualListSelector/dual-list-selector.css +6 -6
  56. package/components/DualListSelector/dual-list-selector.scss +6 -6
  57. package/components/ExpandableSection/expandable-section.css +3 -3
  58. package/components/ExpandableSection/expandable-section.scss +3 -3
  59. package/components/Form/form.css +12 -12
  60. package/components/Form/form.scss +6 -6
  61. package/components/FormControl/form-control.css +1 -1
  62. package/components/FormControl/form-control.scss +3 -1
  63. package/components/Hero/hero.css +1 -1
  64. package/components/Hero/hero.scss +1 -1
  65. package/components/Hint/hint.css +1 -1
  66. package/components/Hint/hint.scss +1 -1
  67. package/components/InputGroup/input-group.css +5 -5
  68. package/components/InputGroup/input-group.scss +5 -5
  69. package/components/JumpLinks/jump-links.css +1 -1
  70. package/components/JumpLinks/jump-links.scss +1 -1
  71. package/components/Label/label.css +1 -1
  72. package/components/Label/label.scss +1 -1
  73. package/components/Login/login.css +2 -2
  74. package/components/Login/login.scss +2 -2
  75. package/components/Masthead/masthead.css +1 -1
  76. package/components/Masthead/masthead.scss +1 -1
  77. package/components/Menu/menu.css +4 -4
  78. package/components/Menu/menu.scss +4 -4
  79. package/components/MenuToggle/menu-toggle.css +1 -1
  80. package/components/MenuToggle/menu-toggle.scss +1 -1
  81. package/components/ModalBox/modal-box.css +1 -1
  82. package/components/ModalBox/modal-box.scss +1 -1
  83. package/components/Nav/nav.css +5 -5
  84. package/components/Nav/nav.scss +5 -5
  85. package/components/NotificationDrawer/notification-drawer.css +5 -5
  86. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  87. package/components/Page/page.css +3 -3
  88. package/components/Page/page.scss +3 -3
  89. package/components/Popover/popover.css +1 -1
  90. package/components/Popover/popover.scss +2 -2
  91. package/components/Progress/progress.css +3 -3
  92. package/components/Progress/progress.scss +3 -6
  93. package/components/ProgressStepper/progress-stepper.css +1 -1
  94. package/components/Radio/radio.css +1 -1
  95. package/components/Radio/radio.scss +1 -1
  96. package/components/Spinner/spinner.css +2 -2
  97. package/components/Spinner/spinner.scss +2 -2
  98. package/components/Switch/switch.css +1 -1
  99. package/components/Switch/switch.scss +1 -1
  100. package/components/Table/table-tree-view.css +10 -10
  101. package/components/Table/table-tree-view.scss +2 -2
  102. package/components/Table/table.css +10 -10
  103. package/components/Table/table.scss +10 -10
  104. package/components/Tabs/tabs.css +3 -3
  105. package/components/Tabs/tabs.scss +3 -3
  106. package/components/TextInputGroup/text-input-group.css +1 -1
  107. package/components/TextInputGroup/text-input-group.scss +1 -1
  108. package/components/Title/title.css +1 -1
  109. package/components/Title/title.scss +1 -1
  110. package/components/Toolbar/toolbar.css +1 -1
  111. package/components/Toolbar/toolbar.scss +1 -1
  112. package/components/Tooltip/tooltip.css +1 -1
  113. package/components/Tooltip/tooltip.scss +2 -2
  114. package/components/TreeView/tree-view.css +5 -5
  115. package/components/TreeView/tree-view.scss +5 -5
  116. package/components/Wizard/wizard.css +5 -5
  117. package/components/Wizard/wizard.scss +5 -5
  118. package/components/_index.css +132 -129
  119. package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
  120. package/docs/components/Accordion/examples/Accordion.md +30 -30
  121. package/docs/components/ActionList/examples/ActionList.md +11 -11
  122. package/docs/components/Alert/examples/Alert.md +54 -54
  123. package/docs/components/BackToTop/examples/BackToTop.md +1 -1
  124. package/docs/components/Banner/examples/Banner.md +10 -10
  125. package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
  126. package/docs/components/Button/examples/Button.md +184 -184
  127. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  128. package/docs/components/Card/examples/Card.md +14 -14
  129. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
  130. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  131. package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
  132. package/docs/components/DataList/examples/DataList.md +34 -34
  133. package/docs/components/DatePicker/examples/DatePicker.md +6 -6
  134. package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
  135. package/docs/components/Drawer/examples/Drawer.md +22 -22
  136. package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
  137. package/docs/components/EmptyState/examples/EmptyState.md +6 -6
  138. package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
  139. package/docs/components/Form/examples/Form.md +6 -6
  140. package/docs/components/Hint/examples/Hint.md +3 -3
  141. package/docs/components/Icon/examples/Icon.md +9 -9
  142. package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
  143. package/docs/components/InputGroup/examples/InputGroup.md +4 -4
  144. package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
  145. package/docs/components/Label/examples/Label.md +218 -218
  146. package/docs/components/Login/examples/Login.md +4 -4
  147. package/docs/components/Masthead/examples/masthead.md +1 -1
  148. package/docs/components/Menu/examples/Menu.md +129 -129
  149. package/docs/components/MenuToggle/examples/MenuToggle.md +217 -217
  150. package/docs/components/ModalBox/examples/ModalBox.md +24 -24
  151. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
  152. package/docs/components/Nav/examples/Navigation.md +66 -66
  153. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
  154. package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
  155. package/docs/components/Page/examples/Page.md +1 -1
  156. package/docs/components/Pagination/examples/Pagination.md +92 -92
  157. package/docs/components/Popover/examples/Popover.md +22 -22
  158. package/docs/components/Progress/examples/Progress.md +7 -7
  159. package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
  160. package/docs/components/Slider/examples/Slider.md +4 -4
  161. package/docs/components/Table/examples/Table.md +479 -479
  162. package/docs/components/Tabs/examples/Tabs.md +378 -378
  163. package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
  164. package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
  165. package/docs/components/Toolbar/examples/Toolbar.md +117 -117
  166. package/docs/components/TreeView/examples/TreeView.md +104 -104
  167. package/docs/components/Wizard/examples/Wizard.md +40 -40
  168. package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
  169. package/docs/demos/Alert/examples/Alert.md +32 -32
  170. package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
  171. package/docs/demos/Banner/examples/Banner.md +16 -16
  172. package/docs/demos/Button/examples/Button.md +1 -1
  173. package/docs/demos/Card/examples/Card.md +78 -78
  174. package/docs/demos/CardView/examples/CardView.md +38 -38
  175. package/docs/demos/Compass/examples/Compass.md +219 -219
  176. package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
  177. package/docs/demos/DataList/examples/DataList.md +101 -101
  178. package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
  179. package/docs/demos/Drawer/examples/Drawer.md +40 -40
  180. package/docs/demos/Form/examples/BasicForms.md +21 -21
  181. package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
  182. package/docs/demos/Masthead/examples/Masthead.md +57 -57
  183. package/docs/demos/Modal/examples/Modal.md +54 -54
  184. package/docs/demos/Nav/examples/Nav.md +93 -93
  185. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
  186. package/docs/demos/Page/examples/Page.md +119 -119
  187. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  188. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
  189. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
  190. package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
  191. package/docs/demos/Table/examples/Table.md +630 -630
  192. package/docs/demos/Tabs/examples/Tabs.md +62 -62
  193. package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
  194. package/docs/demos/Wizard/examples/Wizard.md +100 -100
  195. package/layouts/Gallery/gallery.css +1 -1
  196. package/layouts/Gallery/gallery.scss +1 -1
  197. package/layouts/Grid/grid.css +1 -1
  198. package/layouts/Grid/grid.scss +1 -1
  199. package/layouts/_index.css +2 -2
  200. package/package.json +11 -12
  201. package/patternfly-addons.css +12 -12
  202. package/patternfly-base-no-globals.css +61 -61
  203. package/patternfly-base.css +61 -61
  204. package/patternfly-no-globals.css +195 -192
  205. package/patternfly.css +195 -192
  206. package/patternfly.min.css +1 -1
  207. package/patternfly.min.css.map +1 -1
  208. package/sass-utilities/mixins.scss +2 -2
  209. package/utilities/Accessibility/accessibility.css +12 -12
  210. package/utilities/_index.css +12 -12
@@ -27,15 +27,15 @@ cssPrefix: pf-v6-c-pagination
27
27
  <span class="pf-v6-c-menu-toggle__toggle-icon">
28
28
  <svg
29
29
  class="pf-v6-svg"
30
- viewBox="0 0 20 20"
31
30
  fill="currentColor"
31
+ viewBox="0 0 20 20"
32
32
  aria-hidden="true"
33
33
  role="img"
34
34
  width="1em"
35
35
  height="1em"
36
36
  >
37
37
  <path
38
- 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"
38
+ 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"
39
39
  />
40
40
  </svg>
41
41
  </span>
@@ -56,8 +56,8 @@ cssPrefix: pf-v6-c-pagination
56
56
  <span class="pf-v6-c-button__icon">
57
57
  <svg
58
58
  class="pf-v6-svg"
59
- viewBox="0 0 448 512"
60
59
  fill="currentColor"
60
+ viewBox="0 0 448 512"
61
61
  aria-hidden="true"
62
62
  role="img"
63
63
  width="1em"
@@ -80,8 +80,8 @@ cssPrefix: pf-v6-c-pagination
80
80
  <span class="pf-v6-c-button__icon">
81
81
  <svg
82
82
  class="pf-v6-svg"
83
- viewBox="0 0 256 512"
84
83
  fill="currentColor"
84
+ viewBox="0 0 256 512"
85
85
  aria-hidden="true"
86
86
  role="img"
87
87
  width="1em"
@@ -115,8 +115,8 @@ cssPrefix: pf-v6-c-pagination
115
115
  <span class="pf-v6-c-button__icon">
116
116
  <svg
117
117
  class="pf-v6-svg"
118
- viewBox="0 0 256 512"
119
118
  fill="currentColor"
119
+ viewBox="0 0 256 512"
120
120
  aria-hidden="true"
121
121
  role="img"
122
122
  width="1em"
@@ -139,8 +139,8 @@ cssPrefix: pf-v6-c-pagination
139
139
  <span class="pf-v6-c-button__icon">
140
140
  <svg
141
141
  class="pf-v6-svg"
142
- viewBox="0 0 448 512"
143
142
  fill="currentColor"
143
+ viewBox="0 0 448 512"
144
144
  aria-hidden="true"
145
145
  role="img"
146
146
  width="1em"
@@ -181,15 +181,15 @@ cssPrefix: pf-v6-c-pagination
181
181
  <span class="pf-v6-c-menu-toggle__toggle-icon">
182
182
  <svg
183
183
  class="pf-v6-svg"
184
- viewBox="0 0 20 20"
185
184
  fill="currentColor"
185
+ viewBox="0 0 20 20"
186
186
  aria-hidden="true"
187
187
  role="img"
188
188
  width="1em"
189
189
  height="1em"
190
190
  >
191
191
  <path
192
- 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"
192
+ 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"
193
193
  />
194
194
  </svg>
195
195
  </span>
@@ -210,8 +210,8 @@ cssPrefix: pf-v6-c-pagination
210
210
  <span class="pf-v6-c-button__icon">
211
211
  <svg
212
212
  class="pf-v6-svg"
213
- viewBox="0 0 448 512"
214
213
  fill="currentColor"
214
+ viewBox="0 0 448 512"
215
215
  aria-hidden="true"
216
216
  role="img"
217
217
  width="1em"
@@ -234,8 +234,8 @@ cssPrefix: pf-v6-c-pagination
234
234
  <span class="pf-v6-c-button__icon">
235
235
  <svg
236
236
  class="pf-v6-svg"
237
- viewBox="0 0 256 512"
238
237
  fill="currentColor"
238
+ viewBox="0 0 256 512"
239
239
  aria-hidden="true"
240
240
  role="img"
241
241
  width="1em"
@@ -269,8 +269,8 @@ cssPrefix: pf-v6-c-pagination
269
269
  <span class="pf-v6-c-button__icon">
270
270
  <svg
271
271
  class="pf-v6-svg"
272
- viewBox="0 0 256 512"
273
272
  fill="currentColor"
273
+ viewBox="0 0 256 512"
274
274
  aria-hidden="true"
275
275
  role="img"
276
276
  width="1em"
@@ -293,8 +293,8 @@ cssPrefix: pf-v6-c-pagination
293
293
  <span class="pf-v6-c-button__icon">
294
294
  <svg
295
295
  class="pf-v6-svg"
296
- viewBox="0 0 448 512"
297
296
  fill="currentColor"
297
+ viewBox="0 0 448 512"
298
298
  aria-hidden="true"
299
299
  role="img"
300
300
  width="1em"
@@ -345,15 +345,15 @@ cssPrefix: pf-v6-c-pagination
345
345
  <span class="pf-v6-c-menu-toggle__toggle-icon">
346
346
  <svg
347
347
  class="pf-v6-svg"
348
- viewBox="0 0 20 20"
349
348
  fill="currentColor"
349
+ viewBox="0 0 20 20"
350
350
  aria-hidden="true"
351
351
  role="img"
352
352
  width="1em"
353
353
  height="1em"
354
354
  >
355
355
  <path
356
- 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"
356
+ 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"
357
357
  />
358
358
  </svg>
359
359
  </span>
@@ -374,8 +374,8 @@ cssPrefix: pf-v6-c-pagination
374
374
  <span class="pf-v6-c-button__icon">
375
375
  <svg
376
376
  class="pf-v6-svg"
377
- viewBox="0 0 448 512"
378
377
  fill="currentColor"
378
+ viewBox="0 0 448 512"
379
379
  aria-hidden="true"
380
380
  role="img"
381
381
  width="1em"
@@ -398,8 +398,8 @@ cssPrefix: pf-v6-c-pagination
398
398
  <span class="pf-v6-c-button__icon">
399
399
  <svg
400
400
  class="pf-v6-svg"
401
- viewBox="0 0 256 512"
402
401
  fill="currentColor"
402
+ viewBox="0 0 256 512"
403
403
  aria-hidden="true"
404
404
  role="img"
405
405
  width="1em"
@@ -432,8 +432,8 @@ cssPrefix: pf-v6-c-pagination
432
432
  <span class="pf-v6-c-button__icon">
433
433
  <svg
434
434
  class="pf-v6-svg"
435
- viewBox="0 0 256 512"
436
435
  fill="currentColor"
436
+ viewBox="0 0 256 512"
437
437
  aria-hidden="true"
438
438
  role="img"
439
439
  width="1em"
@@ -456,8 +456,8 @@ cssPrefix: pf-v6-c-pagination
456
456
  <span class="pf-v6-c-button__icon">
457
457
  <svg
458
458
  class="pf-v6-svg"
459
- viewBox="0 0 448 512"
460
459
  fill="currentColor"
460
+ viewBox="0 0 448 512"
461
461
  aria-hidden="true"
462
462
  role="img"
463
463
  width="1em"
@@ -504,15 +504,15 @@ cssPrefix: pf-v6-c-pagination
504
504
  <span class="pf-v6-c-menu-toggle__toggle-icon">
505
505
  <svg
506
506
  class="pf-v6-svg"
507
- viewBox="0 0 20 20"
508
507
  fill="currentColor"
508
+ viewBox="0 0 20 20"
509
509
  aria-hidden="true"
510
510
  role="img"
511
511
  width="1em"
512
512
  height="1em"
513
513
  >
514
514
  <path
515
- 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"
515
+ 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"
516
516
  />
517
517
  </svg>
518
518
  </span>
@@ -533,8 +533,8 @@ cssPrefix: pf-v6-c-pagination
533
533
  <span class="pf-v6-c-button__icon">
534
534
  <svg
535
535
  class="pf-v6-svg"
536
- viewBox="0 0 448 512"
537
536
  fill="currentColor"
537
+ viewBox="0 0 448 512"
538
538
  aria-hidden="true"
539
539
  role="img"
540
540
  width="1em"
@@ -557,8 +557,8 @@ cssPrefix: pf-v6-c-pagination
557
557
  <span class="pf-v6-c-button__icon">
558
558
  <svg
559
559
  class="pf-v6-svg"
560
- viewBox="0 0 256 512"
561
560
  fill="currentColor"
561
+ viewBox="0 0 256 512"
562
562
  aria-hidden="true"
563
563
  role="img"
564
564
  width="1em"
@@ -592,8 +592,8 @@ cssPrefix: pf-v6-c-pagination
592
592
  <span class="pf-v6-c-button__icon">
593
593
  <svg
594
594
  class="pf-v6-svg"
595
- viewBox="0 0 256 512"
596
595
  fill="currentColor"
596
+ viewBox="0 0 256 512"
597
597
  aria-hidden="true"
598
598
  role="img"
599
599
  width="1em"
@@ -616,8 +616,8 @@ cssPrefix: pf-v6-c-pagination
616
616
  <span class="pf-v6-c-button__icon">
617
617
  <svg
618
618
  class="pf-v6-svg"
619
- viewBox="0 0 448 512"
620
619
  fill="currentColor"
620
+ viewBox="0 0 448 512"
621
621
  aria-hidden="true"
622
622
  role="img"
623
623
  width="1em"
@@ -664,15 +664,15 @@ cssPrefix: pf-v6-c-pagination
664
664
  <span class="pf-v6-c-menu-toggle__toggle-icon">
665
665
  <svg
666
666
  class="pf-v6-svg"
667
- viewBox="0 0 20 20"
668
667
  fill="currentColor"
668
+ viewBox="0 0 20 20"
669
669
  aria-hidden="true"
670
670
  role="img"
671
671
  width="1em"
672
672
  height="1em"
673
673
  >
674
674
  <path
675
- 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"
675
+ 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"
676
676
  />
677
677
  </svg>
678
678
  </span>
@@ -693,8 +693,8 @@ cssPrefix: pf-v6-c-pagination
693
693
  <span class="pf-v6-c-button__icon">
694
694
  <svg
695
695
  class="pf-v6-svg"
696
- viewBox="0 0 448 512"
697
696
  fill="currentColor"
697
+ viewBox="0 0 448 512"
698
698
  aria-hidden="true"
699
699
  role="img"
700
700
  width="1em"
@@ -717,8 +717,8 @@ cssPrefix: pf-v6-c-pagination
717
717
  <span class="pf-v6-c-button__icon">
718
718
  <svg
719
719
  class="pf-v6-svg"
720
- viewBox="0 0 256 512"
721
720
  fill="currentColor"
721
+ viewBox="0 0 256 512"
722
722
  aria-hidden="true"
723
723
  role="img"
724
724
  width="1em"
@@ -752,8 +752,8 @@ cssPrefix: pf-v6-c-pagination
752
752
  <span class="pf-v6-c-button__icon">
753
753
  <svg
754
754
  class="pf-v6-svg"
755
- viewBox="0 0 256 512"
756
755
  fill="currentColor"
756
+ viewBox="0 0 256 512"
757
757
  aria-hidden="true"
758
758
  role="img"
759
759
  width="1em"
@@ -776,8 +776,8 @@ cssPrefix: pf-v6-c-pagination
776
776
  <span class="pf-v6-c-button__icon">
777
777
  <svg
778
778
  class="pf-v6-svg"
779
- viewBox="0 0 448 512"
780
779
  fill="currentColor"
780
+ viewBox="0 0 448 512"
781
781
  aria-hidden="true"
782
782
  role="img"
783
783
  width="1em"
@@ -824,15 +824,15 @@ cssPrefix: pf-v6-c-pagination
824
824
  <span class="pf-v6-c-menu-toggle__toggle-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"
832
832
  height="1em"
833
833
  >
834
834
  <path
835
- 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"
835
+ 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"
836
836
  />
837
837
  </svg>
838
838
  </span>
@@ -853,8 +853,8 @@ cssPrefix: pf-v6-c-pagination
853
853
  <span class="pf-v6-c-button__icon">
854
854
  <svg
855
855
  class="pf-v6-svg"
856
- viewBox="0 0 448 512"
857
856
  fill="currentColor"
857
+ viewBox="0 0 448 512"
858
858
  aria-hidden="true"
859
859
  role="img"
860
860
  width="1em"
@@ -877,8 +877,8 @@ cssPrefix: pf-v6-c-pagination
877
877
  <span class="pf-v6-c-button__icon">
878
878
  <svg
879
879
  class="pf-v6-svg"
880
- viewBox="0 0 256 512"
881
880
  fill="currentColor"
881
+ viewBox="0 0 256 512"
882
882
  aria-hidden="true"
883
883
  role="img"
884
884
  width="1em"
@@ -912,8 +912,8 @@ cssPrefix: pf-v6-c-pagination
912
912
  <span class="pf-v6-c-button__icon">
913
913
  <svg
914
914
  class="pf-v6-svg"
915
- viewBox="0 0 256 512"
916
915
  fill="currentColor"
916
+ viewBox="0 0 256 512"
917
917
  aria-hidden="true"
918
918
  role="img"
919
919
  width="1em"
@@ -936,8 +936,8 @@ cssPrefix: pf-v6-c-pagination
936
936
  <span class="pf-v6-c-button__icon">
937
937
  <svg
938
938
  class="pf-v6-svg"
939
- viewBox="0 0 448 512"
940
939
  fill="currentColor"
940
+ viewBox="0 0 448 512"
941
941
  aria-hidden="true"
942
942
  role="img"
943
943
  width="1em"
@@ -980,15 +980,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck`. `.pf
980
980
  <span class="pf-v6-c-menu-toggle__toggle-icon">
981
981
  <svg
982
982
  class="pf-v6-svg"
983
- viewBox="0 0 20 20"
984
983
  fill="currentColor"
984
+ viewBox="0 0 20 20"
985
985
  aria-hidden="true"
986
986
  role="img"
987
987
  width="1em"
988
988
  height="1em"
989
989
  >
990
990
  <path
991
- 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"
991
+ 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"
992
992
  />
993
993
  </svg>
994
994
  </span>
@@ -1009,8 +1009,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck`. `.pf
1009
1009
  <span class="pf-v6-c-button__icon">
1010
1010
  <svg
1011
1011
  class="pf-v6-svg"
1012
- viewBox="0 0 448 512"
1013
1012
  fill="currentColor"
1013
+ viewBox="0 0 448 512"
1014
1014
  aria-hidden="true"
1015
1015
  role="img"
1016
1016
  width="1em"
@@ -1033,8 +1033,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck`. `.pf
1033
1033
  <span class="pf-v6-c-button__icon">
1034
1034
  <svg
1035
1035
  class="pf-v6-svg"
1036
- viewBox="0 0 256 512"
1037
1036
  fill="currentColor"
1037
+ viewBox="0 0 256 512"
1038
1038
  aria-hidden="true"
1039
1039
  role="img"
1040
1040
  width="1em"
@@ -1068,8 +1068,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck`. `.pf
1068
1068
  <span class="pf-v6-c-button__icon">
1069
1069
  <svg
1070
1070
  class="pf-v6-svg"
1071
- viewBox="0 0 256 512"
1072
1071
  fill="currentColor"
1072
+ viewBox="0 0 256 512"
1073
1073
  aria-hidden="true"
1074
1074
  role="img"
1075
1075
  width="1em"
@@ -1092,8 +1092,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck`. `.pf
1092
1092
  <span class="pf-v6-c-button__icon">
1093
1093
  <svg
1094
1094
  class="pf-v6-svg"
1095
- viewBox="0 0 448 512"
1096
1095
  fill="currentColor"
1096
+ viewBox="0 0 448 512"
1097
1097
  aria-hidden="true"
1098
1098
  role="img"
1099
1099
  width="1em"
@@ -1152,15 +1152,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1152
1152
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1153
1153
  <svg
1154
1154
  class="pf-v6-svg"
1155
- viewBox="0 0 20 20"
1156
1155
  fill="currentColor"
1156
+ viewBox="0 0 20 20"
1157
1157
  aria-hidden="true"
1158
1158
  role="img"
1159
1159
  width="1em"
1160
1160
  height="1em"
1161
1161
  >
1162
1162
  <path
1163
- 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"
1163
+ 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"
1164
1164
  />
1165
1165
  </svg>
1166
1166
  </span>
@@ -1181,8 +1181,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1181
1181
  <span class="pf-v6-c-button__icon">
1182
1182
  <svg
1183
1183
  class="pf-v6-svg"
1184
- viewBox="0 0 448 512"
1185
1184
  fill="currentColor"
1185
+ viewBox="0 0 448 512"
1186
1186
  aria-hidden="true"
1187
1187
  role="img"
1188
1188
  width="1em"
@@ -1205,8 +1205,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1205
1205
  <span class="pf-v6-c-button__icon">
1206
1206
  <svg
1207
1207
  class="pf-v6-svg"
1208
- viewBox="0 0 256 512"
1209
1208
  fill="currentColor"
1209
+ viewBox="0 0 256 512"
1210
1210
  aria-hidden="true"
1211
1211
  role="img"
1212
1212
  width="1em"
@@ -1240,8 +1240,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1240
1240
  <span class="pf-v6-c-button__icon">
1241
1241
  <svg
1242
1242
  class="pf-v6-svg"
1243
- viewBox="0 0 256 512"
1244
1243
  fill="currentColor"
1244
+ viewBox="0 0 256 512"
1245
1245
  aria-hidden="true"
1246
1246
  role="img"
1247
1247
  width="1em"
@@ -1264,8 +1264,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1264
1264
  <span class="pf-v6-c-button__icon">
1265
1265
  <svg
1266
1266
  class="pf-v6-svg"
1267
- viewBox="0 0 448 512"
1268
1267
  fill="currentColor"
1268
+ viewBox="0 0 448 512"
1269
1269
  aria-hidden="true"
1270
1270
  role="img"
1271
1271
  width="1em"
@@ -1312,15 +1312,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1312
1312
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1313
1313
  <svg
1314
1314
  class="pf-v6-svg"
1315
- viewBox="0 0 20 20"
1316
1315
  fill="currentColor"
1316
+ viewBox="0 0 20 20"
1317
1317
  aria-hidden="true"
1318
1318
  role="img"
1319
1319
  width="1em"
1320
1320
  height="1em"
1321
1321
  >
1322
1322
  <path
1323
- 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"
1323
+ 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"
1324
1324
  />
1325
1325
  </svg>
1326
1326
  </span>
@@ -1341,8 +1341,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1341
1341
  <span class="pf-v6-c-button__icon">
1342
1342
  <svg
1343
1343
  class="pf-v6-svg"
1344
- viewBox="0 0 448 512"
1345
1344
  fill="currentColor"
1345
+ viewBox="0 0 448 512"
1346
1346
  aria-hidden="true"
1347
1347
  role="img"
1348
1348
  width="1em"
@@ -1365,8 +1365,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1365
1365
  <span class="pf-v6-c-button__icon">
1366
1366
  <svg
1367
1367
  class="pf-v6-svg"
1368
- viewBox="0 0 256 512"
1369
1368
  fill="currentColor"
1369
+ viewBox="0 0 256 512"
1370
1370
  aria-hidden="true"
1371
1371
  role="img"
1372
1372
  width="1em"
@@ -1400,8 +1400,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1400
1400
  <span class="pf-v6-c-button__icon">
1401
1401
  <svg
1402
1402
  class="pf-v6-svg"
1403
- viewBox="0 0 256 512"
1404
1403
  fill="currentColor"
1404
+ viewBox="0 0 256 512"
1405
1405
  aria-hidden="true"
1406
1406
  role="img"
1407
1407
  width="1em"
@@ -1424,8 +1424,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1424
1424
  <span class="pf-v6-c-button__icon">
1425
1425
  <svg
1426
1426
  class="pf-v6-svg"
1427
- viewBox="0 0 448 512"
1428
1427
  fill="currentColor"
1428
+ viewBox="0 0 448 512"
1429
1429
  aria-hidden="true"
1430
1430
  role="img"
1431
1431
  width="1em"
@@ -1467,15 +1467,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1467
1467
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1468
1468
  <svg
1469
1469
  class="pf-v6-svg"
1470
- viewBox="0 0 20 20"
1471
1470
  fill="currentColor"
1471
+ viewBox="0 0 20 20"
1472
1472
  aria-hidden="true"
1473
1473
  role="img"
1474
1474
  width="1em"
1475
1475
  height="1em"
1476
1476
  >
1477
1477
  <path
1478
- 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"
1478
+ 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"
1479
1479
  />
1480
1480
  </svg>
1481
1481
  </span>
@@ -1496,8 +1496,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1496
1496
  <span class="pf-v6-c-button__icon">
1497
1497
  <svg
1498
1498
  class="pf-v6-svg"
1499
- viewBox="0 0 448 512"
1500
1499
  fill="currentColor"
1500
+ viewBox="0 0 448 512"
1501
1501
  aria-hidden="true"
1502
1502
  role="img"
1503
1503
  width="1em"
@@ -1520,8 +1520,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1520
1520
  <span class="pf-v6-c-button__icon">
1521
1521
  <svg
1522
1522
  class="pf-v6-svg"
1523
- viewBox="0 0 256 512"
1524
1523
  fill="currentColor"
1524
+ viewBox="0 0 256 512"
1525
1525
  aria-hidden="true"
1526
1526
  role="img"
1527
1527
  width="1em"
@@ -1557,8 +1557,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1557
1557
  <span class="pf-v6-c-button__icon">
1558
1558
  <svg
1559
1559
  class="pf-v6-svg"
1560
- viewBox="0 0 256 512"
1561
1560
  fill="currentColor"
1561
+ viewBox="0 0 256 512"
1562
1562
  aria-hidden="true"
1563
1563
  role="img"
1564
1564
  width="1em"
@@ -1581,8 +1581,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1581
1581
  <span class="pf-v6-c-button__icon">
1582
1582
  <svg
1583
1583
  class="pf-v6-svg"
1584
- viewBox="0 0 448 512"
1585
1584
  fill="currentColor"
1585
+ viewBox="0 0 448 512"
1586
1586
  aria-hidden="true"
1587
1587
  role="img"
1588
1588
  width="1em"
@@ -1623,15 +1623,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1623
1623
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1624
1624
  <svg
1625
1625
  class="pf-v6-svg"
1626
- viewBox="0 0 20 20"
1627
1626
  fill="currentColor"
1627
+ viewBox="0 0 20 20"
1628
1628
  aria-hidden="true"
1629
1629
  role="img"
1630
1630
  width="1em"
1631
1631
  height="1em"
1632
1632
  >
1633
1633
  <path
1634
- 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"
1634
+ 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"
1635
1635
  />
1636
1636
  </svg>
1637
1637
  </span>
@@ -1652,8 +1652,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1652
1652
  <span class="pf-v6-c-button__icon">
1653
1653
  <svg
1654
1654
  class="pf-v6-svg"
1655
- viewBox="0 0 256 512"
1656
1655
  fill="currentColor"
1656
+ viewBox="0 0 256 512"
1657
1657
  aria-hidden="true"
1658
1658
  role="img"
1659
1659
  width="1em"
@@ -1675,8 +1675,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1675
1675
  <span class="pf-v6-c-button__icon">
1676
1676
  <svg
1677
1677
  class="pf-v6-svg"
1678
- viewBox="0 0 256 512"
1679
1678
  fill="currentColor"
1679
+ viewBox="0 0 256 512"
1680
1680
  aria-hidden="true"
1681
1681
  role="img"
1682
1682
  width="1em"
@@ -1717,15 +1717,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1717
1717
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1718
1718
  <svg
1719
1719
  class="pf-v6-svg"
1720
- viewBox="0 0 20 20"
1721
1720
  fill="currentColor"
1721
+ viewBox="0 0 20 20"
1722
1722
  aria-hidden="true"
1723
1723
  role="img"
1724
1724
  width="1em"
1725
1725
  height="1em"
1726
1726
  >
1727
1727
  <path
1728
- 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"
1728
+ 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"
1729
1729
  />
1730
1730
  </svg>
1731
1731
  </span>
@@ -1746,8 +1746,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1746
1746
  <span class="pf-v6-c-button__icon">
1747
1747
  <svg
1748
1748
  class="pf-v6-svg"
1749
- viewBox="0 0 448 512"
1750
1749
  fill="currentColor"
1750
+ viewBox="0 0 448 512"
1751
1751
  aria-hidden="true"
1752
1752
  role="img"
1753
1753
  width="1em"
@@ -1770,8 +1770,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1770
1770
  <span class="pf-v6-c-button__icon">
1771
1771
  <svg
1772
1772
  class="pf-v6-svg"
1773
- viewBox="0 0 256 512"
1774
1773
  fill="currentColor"
1774
+ viewBox="0 0 256 512"
1775
1775
  aria-hidden="true"
1776
1776
  role="img"
1777
1777
  width="1em"
@@ -1805,8 +1805,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1805
1805
  <span class="pf-v6-c-button__icon">
1806
1806
  <svg
1807
1807
  class="pf-v6-svg"
1808
- viewBox="0 0 256 512"
1809
1808
  fill="currentColor"
1809
+ viewBox="0 0 256 512"
1810
1810
  aria-hidden="true"
1811
1811
  role="img"
1812
1812
  width="1em"
@@ -1829,8 +1829,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1829
1829
  <span class="pf-v6-c-button__icon">
1830
1830
  <svg
1831
1831
  class="pf-v6-svg"
1832
- viewBox="0 0 448 512"
1833
1832
  fill="currentColor"
1833
+ viewBox="0 0 448 512"
1834
1834
  aria-hidden="true"
1835
1835
  role="img"
1836
1836
  width="1em"
@@ -1871,15 +1871,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1871
1871
  <span class="pf-v6-c-menu-toggle__toggle-icon">
1872
1872
  <svg
1873
1873
  class="pf-v6-svg"
1874
- viewBox="0 0 20 20"
1875
1874
  fill="currentColor"
1875
+ viewBox="0 0 20 20"
1876
1876
  aria-hidden="true"
1877
1877
  role="img"
1878
1878
  width="1em"
1879
1879
  height="1em"
1880
1880
  >
1881
1881
  <path
1882
- 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"
1882
+ 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"
1883
1883
  />
1884
1884
  </svg>
1885
1885
  </span>
@@ -1900,8 +1900,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1900
1900
  <span class="pf-v6-c-button__icon">
1901
1901
  <svg
1902
1902
  class="pf-v6-svg"
1903
- viewBox="0 0 448 512"
1904
1903
  fill="currentColor"
1904
+ viewBox="0 0 448 512"
1905
1905
  aria-hidden="true"
1906
1906
  role="img"
1907
1907
  width="1em"
@@ -1924,8 +1924,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1924
1924
  <span class="pf-v6-c-button__icon">
1925
1925
  <svg
1926
1926
  class="pf-v6-svg"
1927
- viewBox="0 0 256 512"
1928
1927
  fill="currentColor"
1928
+ viewBox="0 0 256 512"
1929
1929
  aria-hidden="true"
1930
1930
  role="img"
1931
1931
  width="1em"
@@ -1959,8 +1959,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1959
1959
  <span class="pf-v6-c-button__icon">
1960
1960
  <svg
1961
1961
  class="pf-v6-svg"
1962
- viewBox="0 0 256 512"
1963
1962
  fill="currentColor"
1963
+ viewBox="0 0 256 512"
1964
1964
  aria-hidden="true"
1965
1965
  role="img"
1966
1966
  width="1em"
@@ -1983,8 +1983,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
1983
1983
  <span class="pf-v6-c-button__icon">
1984
1984
  <svg
1985
1985
  class="pf-v6-svg"
1986
- viewBox="0 0 448 512"
1987
1986
  fill="currentColor"
1987
+ viewBox="0 0 448 512"
1988
1988
  aria-hidden="true"
1989
1989
  role="img"
1990
1990
  width="1em"
@@ -2027,15 +2027,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2027
2027
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2028
2028
  <svg
2029
2029
  class="pf-v6-svg"
2030
- viewBox="0 0 20 20"
2031
2030
  fill="currentColor"
2031
+ viewBox="0 0 20 20"
2032
2032
  aria-hidden="true"
2033
2033
  role="img"
2034
2034
  width="1em"
2035
2035
  height="1em"
2036
2036
  >
2037
2037
  <path
2038
- 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"
2038
+ 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"
2039
2039
  />
2040
2040
  </svg>
2041
2041
  </span>
@@ -2056,8 +2056,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2056
2056
  <span class="pf-v6-c-button__icon">
2057
2057
  <svg
2058
2058
  class="pf-v6-svg"
2059
- viewBox="0 0 448 512"
2060
2059
  fill="currentColor"
2060
+ viewBox="0 0 448 512"
2061
2061
  aria-hidden="true"
2062
2062
  role="img"
2063
2063
  width="1em"
@@ -2080,8 +2080,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2080
2080
  <span class="pf-v6-c-button__icon">
2081
2081
  <svg
2082
2082
  class="pf-v6-svg"
2083
- viewBox="0 0 256 512"
2084
2083
  fill="currentColor"
2084
+ viewBox="0 0 256 512"
2085
2085
  aria-hidden="true"
2086
2086
  role="img"
2087
2087
  width="1em"
@@ -2115,8 +2115,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2115
2115
  <span class="pf-v6-c-button__icon">
2116
2116
  <svg
2117
2117
  class="pf-v6-svg"
2118
- viewBox="0 0 256 512"
2119
2118
  fill="currentColor"
2119
+ viewBox="0 0 256 512"
2120
2120
  aria-hidden="true"
2121
2121
  role="img"
2122
2122
  width="1em"
@@ -2139,8 +2139,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2139
2139
  <span class="pf-v6-c-button__icon">
2140
2140
  <svg
2141
2141
  class="pf-v6-svg"
2142
- viewBox="0 0 448 512"
2143
2142
  fill="currentColor"
2143
+ viewBox="0 0 448 512"
2144
2144
  aria-hidden="true"
2145
2145
  role="img"
2146
2146
  width="1em"
@@ -2181,15 +2181,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2181
2181
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2182
2182
  <svg
2183
2183
  class="pf-v6-svg"
2184
- viewBox="0 0 20 20"
2185
2184
  fill="currentColor"
2185
+ viewBox="0 0 20 20"
2186
2186
  aria-hidden="true"
2187
2187
  role="img"
2188
2188
  width="1em"
2189
2189
  height="1em"
2190
2190
  >
2191
2191
  <path
2192
- 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"
2192
+ 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"
2193
2193
  />
2194
2194
  </svg>
2195
2195
  </span>
@@ -2210,8 +2210,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2210
2210
  <span class="pf-v6-c-button__icon">
2211
2211
  <svg
2212
2212
  class="pf-v6-svg"
2213
- viewBox="0 0 256 512"
2214
2213
  fill="currentColor"
2214
+ viewBox="0 0 256 512"
2215
2215
  aria-hidden="true"
2216
2216
  role="img"
2217
2217
  width="1em"
@@ -2233,8 +2233,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2233
2233
  <span class="pf-v6-c-button__icon">
2234
2234
  <svg
2235
2235
  class="pf-v6-svg"
2236
- viewBox="0 0 256 512"
2237
2236
  fill="currentColor"
2237
+ viewBox="0 0 256 512"
2238
2238
  aria-hidden="true"
2239
2239
  role="img"
2240
2240
  width="1em"
@@ -2277,15 +2277,15 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2277
2277
  <span class="pf-v6-c-menu-toggle__toggle-icon">
2278
2278
  <svg
2279
2279
  class="pf-v6-svg"
2280
- viewBox="0 0 20 20"
2281
2280
  fill="currentColor"
2281
+ viewBox="0 0 20 20"
2282
2282
  aria-hidden="true"
2283
2283
  role="img"
2284
2284
  width="1em"
2285
2285
  height="1em"
2286
2286
  >
2287
2287
  <path
2288
- 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"
2288
+ 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"
2289
2289
  />
2290
2290
  </svg>
2291
2291
  </span>
@@ -2306,8 +2306,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2306
2306
  <span class="pf-v6-c-button__icon">
2307
2307
  <svg
2308
2308
  class="pf-v6-svg"
2309
- viewBox="0 0 448 512"
2310
2309
  fill="currentColor"
2310
+ viewBox="0 0 448 512"
2311
2311
  aria-hidden="true"
2312
2312
  role="img"
2313
2313
  width="1em"
@@ -2330,8 +2330,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2330
2330
  <span class="pf-v6-c-button__icon">
2331
2331
  <svg
2332
2332
  class="pf-v6-svg"
2333
- viewBox="0 0 256 512"
2334
2333
  fill="currentColor"
2334
+ viewBox="0 0 256 512"
2335
2335
  aria-hidden="true"
2336
2336
  role="img"
2337
2337
  width="1em"
@@ -2365,8 +2365,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2365
2365
  <span class="pf-v6-c-button__icon">
2366
2366
  <svg
2367
2367
  class="pf-v6-svg"
2368
- viewBox="0 0 256 512"
2369
2368
  fill="currentColor"
2369
+ viewBox="0 0 256 512"
2370
2370
  aria-hidden="true"
2371
2371
  role="img"
2372
2372
  width="1em"
@@ -2389,8 +2389,8 @@ This example shows the use of `.pf-m-sticky-base` and `.pf-m-sticky-stuck` on bo
2389
2389
  <span class="pf-v6-c-button__icon">
2390
2390
  <svg
2391
2391
  class="pf-v6-svg"
2392
- viewBox="0 0 448 512"
2393
2392
  fill="currentColor"
2393
+ viewBox="0 0 448 512"
2394
2394
  aria-hidden="true"
2395
2395
  role="img"
2396
2396
  width="1em"