@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
@@ -13,8 +13,8 @@ cssPrefix: pf-v6-c-empty-state
13
13
  <div class="pf-v6-c-empty-state__icon">
14
14
  <svg
15
15
  class="pf-v6-svg"
16
- viewBox="0 0 512 512"
17
16
  fill="currentColor"
17
+ viewBox="0 0 512 512"
18
18
  aria-hidden="true"
19
19
  role="img"
20
20
  width="1em"
@@ -75,8 +75,8 @@ cssPrefix: pf-v6-c-empty-state
75
75
  <div class="pf-v6-c-empty-state__icon">
76
76
  <svg
77
77
  class="pf-v6-svg"
78
- viewBox="0 0 512 512"
79
78
  fill="currentColor"
79
+ viewBox="0 0 512 512"
80
80
  aria-hidden="true"
81
81
  role="img"
82
82
  width="1em"
@@ -132,8 +132,8 @@ cssPrefix: pf-v6-c-empty-state
132
132
  <div class="pf-v6-c-empty-state__icon">
133
133
  <svg
134
134
  class="pf-v6-svg"
135
- viewBox="0 0 512 512"
136
135
  fill="currentColor"
136
+ viewBox="0 0 512 512"
137
137
  aria-hidden="true"
138
138
  role="img"
139
139
  width="1em"
@@ -195,8 +195,8 @@ cssPrefix: pf-v6-c-empty-state
195
195
  <div class="pf-v6-c-empty-state__icon">
196
196
  <svg
197
197
  class="pf-v6-svg"
198
- viewBox="0 0 512 512"
199
198
  fill="currentColor"
199
+ viewBox="0 0 512 512"
200
200
  aria-hidden="true"
201
201
  role="img"
202
202
  width="1em"
@@ -257,8 +257,8 @@ cssPrefix: pf-v6-c-empty-state
257
257
  <div class="pf-v6-c-empty-state__icon">
258
258
  <svg
259
259
  class="pf-v6-svg"
260
- viewBox="0 0 512 512"
261
260
  fill="currentColor"
261
+ viewBox="0 0 512 512"
262
262
  aria-hidden="true"
263
263
  role="img"
264
264
  width="1em"
@@ -318,8 +318,8 @@ cssPrefix: pf-v6-c-empty-state
318
318
  <div class="pf-v6-c-empty-state__icon">
319
319
  <svg
320
320
  class="pf-v6-svg"
321
- viewBox="0 0 512 512"
322
321
  fill="currentColor"
322
+ viewBox="0 0 512 512"
323
323
  aria-hidden="true"
324
324
  role="img"
325
325
  width="1em"
@@ -20,8 +20,8 @@ cssPrefix: pf-v6-c-expandable-section
20
20
  <span class="pf-v6-c-expandable-section__toggle-icon">
21
21
  <svg
22
22
  class="pf-v6-svg"
23
- viewBox="0 0 20 20"
24
23
  fill="currentColor"
24
+ viewBox="0 0 20 20"
25
25
  aria-hidden="true"
26
26
  role="img"
27
27
  width="1em"
@@ -63,8 +63,8 @@ cssPrefix: pf-v6-c-expandable-section
63
63
  <span class="pf-v6-c-expandable-section__toggle-icon">
64
64
  <svg
65
65
  class="pf-v6-svg"
66
- viewBox="0 0 20 20"
67
66
  fill="currentColor"
67
+ viewBox="0 0 20 20"
68
68
  aria-hidden="true"
69
69
  role="img"
70
70
  width="1em"
@@ -105,8 +105,8 @@ cssPrefix: pf-v6-c-expandable-section
105
105
  <span class="pf-v6-c-expandable-section__toggle-icon">
106
106
  <svg
107
107
  class="pf-v6-svg"
108
- viewBox="0 0 20 20"
109
108
  fill="currentColor"
109
+ viewBox="0 0 20 20"
110
110
  aria-hidden="true"
111
111
  role="img"
112
112
  width="1em"
@@ -147,8 +147,8 @@ cssPrefix: pf-v6-c-expandable-section
147
147
  <span class="pf-v6-c-expandable-section__toggle-icon">
148
148
  <svg
149
149
  class="pf-v6-svg"
150
- viewBox="0 0 20 20"
151
150
  fill="currentColor"
151
+ viewBox="0 0 20 20"
152
152
  aria-hidden="true"
153
153
  role="img"
154
154
  width="1em"
@@ -194,8 +194,8 @@ cssPrefix: pf-v6-c-expandable-section
194
194
  <span class="pf-v6-c-expandable-section__toggle-icon">
195
195
  <svg
196
196
  class="pf-v6-svg"
197
- viewBox="0 0 20 20"
198
197
  fill="currentColor"
198
+ viewBox="0 0 20 20"
199
199
  aria-hidden="true"
200
200
  role="img"
201
201
  width="1em"
@@ -240,8 +240,8 @@ cssPrefix: pf-v6-c-expandable-section
240
240
  <span class="pf-v6-c-expandable-section__toggle-icon">
241
241
  <svg
242
242
  class="pf-v6-svg"
243
- viewBox="0 0 20 20"
244
243
  fill="currentColor"
244
+ viewBox="0 0 20 20"
245
245
  aria-hidden="true"
246
246
  role="img"
247
247
  width="1em"
@@ -301,8 +301,8 @@ cssPrefix: pf-v6-c-expandable-section
301
301
  <span class="pf-v6-c-expandable-section__toggle-icon">
302
302
  <svg
303
303
  class="pf-v6-svg"
304
- viewBox="0 0 20 20"
305
304
  fill="currentColor"
305
+ viewBox="0 0 20 20"
306
306
  aria-hidden="true"
307
307
  role="img"
308
308
  width="1em"
@@ -805,8 +805,8 @@ cssPrefix: pf-v6-c-form
805
805
  <span class="pf-v6-c-form__field-group-toggle-icon">
806
806
  <svg
807
807
  class="pf-v6-svg"
808
- viewBox="0 0 20 20"
809
808
  fill="currentColor"
809
+ viewBox="0 0 20 20"
810
810
  aria-hidden="true"
811
811
  role="img"
812
812
  width="1em"
@@ -859,8 +859,8 @@ cssPrefix: pf-v6-c-form
859
859
  <span class="pf-v6-c-form__field-group-toggle-icon">
860
860
  <svg
861
861
  class="pf-v6-svg"
862
- viewBox="0 0 20 20"
863
862
  fill="currentColor"
863
+ viewBox="0 0 20 20"
864
864
  aria-hidden="true"
865
865
  role="img"
866
866
  width="1em"
@@ -1006,8 +1006,8 @@ cssPrefix: pf-v6-c-form
1006
1006
  <span class="pf-v6-c-form__field-group-toggle-icon">
1007
1007
  <svg
1008
1008
  class="pf-v6-svg"
1009
- viewBox="0 0 20 20"
1010
1009
  fill="currentColor"
1010
+ viewBox="0 0 20 20"
1011
1011
  aria-hidden="true"
1012
1012
  role="img"
1013
1013
  width="1em"
@@ -1150,8 +1150,8 @@ cssPrefix: pf-v6-c-form
1150
1150
  <span class="pf-v6-c-form__field-group-toggle-icon">
1151
1151
  <svg
1152
1152
  class="pf-v6-svg"
1153
- viewBox="0 0 20 20"
1154
1153
  fill="currentColor"
1154
+ viewBox="0 0 20 20"
1155
1155
  aria-hidden="true"
1156
1156
  role="img"
1157
1157
  width="1em"
@@ -1337,8 +1337,8 @@ cssPrefix: pf-v6-c-form
1337
1337
  <span class="pf-v6-c-form__field-group-toggle-icon">
1338
1338
  <svg
1339
1339
  class="pf-v6-svg"
1340
- viewBox="0 0 20 20"
1341
1340
  fill="currentColor"
1341
+ viewBox="0 0 20 20"
1342
1342
  aria-hidden="true"
1343
1343
  role="img"
1344
1344
  width="1em"
@@ -1581,8 +1581,8 @@ cssPrefix: pf-v6-c-form
1581
1581
  <span class="pf-v6-c-form__field-group-toggle-icon">
1582
1582
  <svg
1583
1583
  class="pf-v6-svg"
1584
- viewBox="0 0 20 20"
1585
1584
  fill="currentColor"
1585
+ viewBox="0 0 20 20"
1586
1586
  aria-hidden="true"
1587
1587
  role="img"
1588
1588
  width="1em"
@@ -19,8 +19,8 @@ cssPrefix: pf-v6-c-hint
19
19
  <span class="pf-v6-c-menu-toggle__icon">
20
20
  <svg
21
21
  class="pf-v6-svg"
22
- viewBox="0 0 32 32"
23
22
  fill="currentColor"
23
+ viewBox="0 0 32 32"
24
24
  aria-hidden="true"
25
25
  role="img"
26
26
  width="1em"
@@ -53,8 +53,8 @@ cssPrefix: pf-v6-c-hint
53
53
  <span class="pf-v6-c-menu-toggle__icon">
54
54
  <svg
55
55
  class="pf-v6-svg"
56
- viewBox="0 0 32 32"
57
56
  fill="currentColor"
57
+ viewBox="0 0 32 32"
58
58
  aria-hidden="true"
59
59
  role="img"
60
60
  width="1em"
@@ -104,8 +104,8 @@ cssPrefix: pf-v6-c-hint
104
104
  <span class="pf-v6-c-menu-toggle__icon">
105
105
  <svg
106
106
  class="pf-v6-svg"
107
- viewBox="0 0 32 32"
108
107
  fill="currentColor"
108
+ viewBox="0 0 32 32"
109
109
  aria-hidden="true"
110
110
  role="img"
111
111
  width="1em"
@@ -17,8 +17,8 @@ cssPrefix: pf-v6-c-icon
17
17
  <span class="pf-v6-c-icon__content">
18
18
  <svg
19
19
  class="pf-v6-svg"
20
- viewBox="0 0 20 20"
21
20
  fill="currentColor"
21
+ viewBox="0 0 20 20"
22
22
  aria-hidden="true"
23
23
  role="img"
24
24
  width="1em"
@@ -35,8 +35,8 @@ cssPrefix: pf-v6-c-icon
35
35
  <span class="pf-v6-c-icon__content">
36
36
  <svg
37
37
  class="pf-v6-svg"
38
- viewBox="0 0 20 20"
39
38
  fill="currentColor"
39
+ viewBox="0 0 20 20"
40
40
  aria-hidden="true"
41
41
  role="img"
42
42
  width="1em"
@@ -53,15 +53,15 @@ cssPrefix: pf-v6-c-icon
53
53
  <span class="pf-v6-c-icon__content">
54
54
  <svg
55
55
  class="pf-v6-svg"
56
- viewBox="0 0 32 32"
57
56
  fill="currentColor"
57
+ viewBox="0 0 32 32"
58
58
  aria-hidden="true"
59
59
  role="img"
60
60
  width="1em"
61
61
  height="1em"
62
62
  >
63
63
  <path
64
- 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"
64
+ 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"
65
65
  />
66
66
  </svg>
67
67
  </span>
@@ -169,8 +169,8 @@ cssPrefix: pf-v6-c-icon
169
169
  <span class="pf-v6-c-icon__content pf-m-danger">
170
170
  <svg
171
171
  class="pf-v6-svg"
172
- viewBox="0 0 32 32"
173
172
  fill="currentColor"
173
+ viewBox="0 0 32 32"
174
174
  aria-hidden="true"
175
175
  role="img"
176
176
  width="1em"
@@ -186,8 +186,8 @@ cssPrefix: pf-v6-c-icon
186
186
  <span class="pf-v6-c-icon__content pf-m-warning">
187
187
  <svg
188
188
  class="pf-v6-svg"
189
- viewBox="0 0 32 32"
190
189
  fill="currentColor"
190
+ viewBox="0 0 32 32"
191
191
  aria-hidden="true"
192
192
  role="img"
193
193
  width="1em"
@@ -203,8 +203,8 @@ cssPrefix: pf-v6-c-icon
203
203
  <span class="pf-v6-c-icon__content pf-m-success">
204
204
  <svg
205
205
  class="pf-v6-svg"
206
- viewBox="0 0 32 32"
207
206
  fill="currentColor"
207
+ viewBox="0 0 32 32"
208
208
  aria-hidden="true"
209
209
  role="img"
210
210
  width="1em"
@@ -220,8 +220,8 @@ cssPrefix: pf-v6-c-icon
220
220
  <span class="pf-v6-c-icon__content pf-m-info">
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"
@@ -237,8 +237,8 @@ cssPrefix: pf-v6-c-icon
237
237
  <span class="pf-v6-c-icon__content pf-m-custom">
238
238
  <svg
239
239
  class="pf-v6-svg"
240
- viewBox="0 0 32 32"
241
240
  fill="currentColor"
241
+ viewBox="0 0 32 32"
242
242
  aria-hidden="true"
243
243
  role="img"
244
244
  width="1em"
@@ -33,8 +33,8 @@ Inline edit **toggle** can be placed anywhere within `.pf-v6-c-inline-edit`. It
33
33
  <span class="pf-v6-c-button__icon">
34
34
  <svg
35
35
  class="pf-v6-svg"
36
- viewBox="0 0 512 512"
37
36
  fill="currentColor"
37
+ viewBox="0 0 512 512"
38
38
  aria-hidden="true"
39
39
  role="img"
40
40
  width="1em"
@@ -104,8 +104,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
104
104
  <span class="pf-v6-c-button__icon">
105
105
  <svg
106
106
  class="pf-v6-svg"
107
- viewBox="0 0 512 512"
108
107
  fill="currentColor"
108
+ viewBox="0 0 512 512"
109
109
  aria-hidden="true"
110
110
  role="img"
111
111
  width="1em"
@@ -127,8 +127,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
127
127
  <span class="pf-v6-c-button__icon">
128
128
  <svg
129
129
  class="pf-v6-svg"
130
- viewBox="0 0 20 20"
131
130
  fill="currentColor"
131
+ viewBox="0 0 20 20"
132
132
  aria-hidden="true"
133
133
  role="img"
134
134
  width="1em"
@@ -166,8 +166,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
166
166
  <span class="pf-v6-c-button__icon">
167
167
  <svg
168
168
  class="pf-v6-svg"
169
- viewBox="0 0 512 512"
170
169
  fill="currentColor"
170
+ viewBox="0 0 512 512"
171
171
  aria-hidden="true"
172
172
  role="img"
173
173
  width="1em"
@@ -201,8 +201,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
201
201
  <span class="pf-v6-c-button__icon">
202
202
  <svg
203
203
  class="pf-v6-svg"
204
- viewBox="0 0 512 512"
205
204
  fill="currentColor"
205
+ viewBox="0 0 512 512"
206
206
  aria-hidden="true"
207
207
  role="img"
208
208
  width="1em"
@@ -224,8 +224,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
224
224
  <span class="pf-v6-c-button__icon">
225
225
  <svg
226
226
  class="pf-v6-svg"
227
- viewBox="0 0 20 20"
228
227
  fill="currentColor"
228
+ viewBox="0 0 20 20"
229
229
  aria-hidden="true"
230
230
  role="img"
231
231
  width="1em"
@@ -267,8 +267,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
267
267
  <span class="pf-v6-c-button__icon">
268
268
  <svg
269
269
  class="pf-v6-svg"
270
- viewBox="0 0 512 512"
271
270
  fill="currentColor"
271
+ viewBox="0 0 512 512"
272
272
  aria-hidden="true"
273
273
  role="img"
274
274
  width="1em"
@@ -302,8 +302,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
302
302
  <span class="pf-v6-c-button__icon">
303
303
  <svg
304
304
  class="pf-v6-svg"
305
- viewBox="0 0 512 512"
306
305
  fill="currentColor"
306
+ viewBox="0 0 512 512"
307
307
  aria-hidden="true"
308
308
  role="img"
309
309
  width="1em"
@@ -325,8 +325,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
325
325
  <span class="pf-v6-c-button__icon">
326
326
  <svg
327
327
  class="pf-v6-svg"
328
- viewBox="0 0 20 20"
329
328
  fill="currentColor"
329
+ viewBox="0 0 20 20"
330
330
  aria-hidden="true"
331
331
  role="img"
332
332
  width="1em"
@@ -380,8 +380,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
380
380
  <span class="pf-v6-c-button__icon">
381
381
  <svg
382
382
  class="pf-v6-svg"
383
- viewBox="0 0 512 512"
384
383
  fill="currentColor"
384
+ viewBox="0 0 512 512"
385
385
  aria-hidden="true"
386
386
  role="img"
387
387
  width="1em"
@@ -417,8 +417,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
417
417
  <span class="pf-v6-c-button__icon">
418
418
  <svg
419
419
  class="pf-v6-svg"
420
- viewBox="0 0 512 512"
421
420
  fill="currentColor"
421
+ viewBox="0 0 512 512"
422
422
  aria-hidden="true"
423
423
  role="img"
424
424
  width="1em"
@@ -440,8 +440,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
440
440
  <span class="pf-v6-c-button__icon">
441
441
  <svg
442
442
  class="pf-v6-svg"
443
- viewBox="0 0 20 20"
444
443
  fill="currentColor"
444
+ viewBox="0 0 20 20"
445
445
  aria-hidden="true"
446
446
  role="img"
447
447
  width="1em"
@@ -484,8 +484,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
484
484
  <span class="pf-v6-c-button__icon">
485
485
  <svg
486
486
  class="pf-v6-svg"
487
- viewBox="0 0 512 512"
488
487
  fill="currentColor"
488
+ viewBox="0 0 512 512"
489
489
  aria-hidden="true"
490
490
  role="img"
491
491
  width="1em"
@@ -520,8 +520,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
520
520
  <span class="pf-v6-c-button__icon">
521
521
  <svg
522
522
  class="pf-v6-svg"
523
- viewBox="0 0 512 512"
524
523
  fill="currentColor"
524
+ viewBox="0 0 512 512"
525
525
  aria-hidden="true"
526
526
  role="img"
527
527
  width="1em"
@@ -543,8 +543,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
543
543
  <span class="pf-v6-c-button__icon">
544
544
  <svg
545
545
  class="pf-v6-svg"
546
- viewBox="0 0 20 20"
547
546
  fill="currentColor"
547
+ viewBox="0 0 20 20"
548
548
  aria-hidden="true"
549
549
  role="img"
550
550
  width="1em"
@@ -587,8 +587,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
587
587
  <span class="pf-v6-c-button__icon">
588
588
  <svg
589
589
  class="pf-v6-svg"
590
- viewBox="0 0 512 512"
591
590
  fill="currentColor"
591
+ viewBox="0 0 512 512"
592
592
  aria-hidden="true"
593
593
  role="img"
594
594
  width="1em"
@@ -630,8 +630,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
630
630
  <span class="pf-v6-c-button__icon">
631
631
  <svg
632
632
  class="pf-v6-svg"
633
- viewBox="0 0 512 512"
634
633
  fill="currentColor"
634
+ viewBox="0 0 512 512"
635
635
  aria-hidden="true"
636
636
  role="img"
637
637
  width="1em"
@@ -653,8 +653,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
653
653
  <span class="pf-v6-c-button__icon">
654
654
  <svg
655
655
  class="pf-v6-svg"
656
- viewBox="0 0 20 20"
657
656
  fill="currentColor"
657
+ viewBox="0 0 20 20"
658
658
  aria-hidden="true"
659
659
  role="img"
660
660
  width="1em"
@@ -862,8 +862,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
862
862
  <span class="pf-v6-c-button__icon">
863
863
  <svg
864
864
  class="pf-v6-svg"
865
- viewBox="0 0 512 512"
866
865
  fill="currentColor"
866
+ viewBox="0 0 512 512"
867
867
  aria-hidden="true"
868
868
  role="img"
869
869
  width="1em"
@@ -885,8 +885,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
885
885
  <span class="pf-v6-c-button__icon">
886
886
  <svg
887
887
  class="pf-v6-svg"
888
- viewBox="0 0 20 20"
889
888
  fill="currentColor"
889
+ viewBox="0 0 20 20"
890
890
  aria-hidden="true"
891
891
  role="img"
892
892
  width="1em"
@@ -911,8 +911,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
911
911
  <span class="pf-v6-c-button__icon">
912
912
  <svg
913
913
  class="pf-v6-svg"
914
- viewBox="0 0 512 512"
915
914
  fill="currentColor"
915
+ viewBox="0 0 512 512"
916
916
  aria-hidden="true"
917
917
  role="img"
918
918
  width="1em"
@@ -937,8 +937,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
937
937
  <span class="pf-v6-c-menu-toggle__icon">
938
938
  <svg
939
939
  class="pf-v6-svg"
940
- viewBox="0 0 32 32"
941
940
  fill="currentColor"
941
+ viewBox="0 0 32 32"
942
942
  aria-hidden="true"
943
943
  role="img"
944
944
  width="1em"
@@ -1099,8 +1099,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
1099
1099
  <span class="pf-v6-c-button__icon">
1100
1100
  <svg
1101
1101
  class="pf-v6-svg"
1102
- viewBox="0 0 512 512"
1103
1102
  fill="currentColor"
1103
+ viewBox="0 0 512 512"
1104
1104
  aria-hidden="true"
1105
1105
  role="img"
1106
1106
  width="1em"
@@ -1122,8 +1122,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
1122
1122
  <span class="pf-v6-c-button__icon">
1123
1123
  <svg
1124
1124
  class="pf-v6-svg"
1125
- viewBox="0 0 20 20"
1126
1125
  fill="currentColor"
1126
+ viewBox="0 0 20 20"
1127
1127
  aria-hidden="true"
1128
1128
  role="img"
1129
1129
  width="1em"
@@ -1148,8 +1148,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
1148
1148
  <span class="pf-v6-c-button__icon">
1149
1149
  <svg
1150
1150
  class="pf-v6-svg"
1151
- viewBox="0 0 512 512"
1152
1151
  fill="currentColor"
1152
+ viewBox="0 0 512 512"
1153
1153
  aria-hidden="true"
1154
1154
  role="img"
1155
1155
  width="1em"
@@ -1174,8 +1174,8 @@ Inline edit **action-group** contains save and cancel actions and is only visibl
1174
1174
  <span class="pf-v6-c-menu-toggle__icon">
1175
1175
  <svg
1176
1176
  class="pf-v6-svg"
1177
- viewBox="0 0 32 32"
1178
1177
  fill="currentColor"
1178
+ viewBox="0 0 32 32"
1179
1179
  aria-hidden="true"
1180
1180
  role="img"
1181
1181
  width="1em"
@@ -105,15 +105,15 @@ Use the input group to extend form controls by adding text, buttons, selects, et
105
105
  <span class="pf-v6-c-menu-toggle__toggle-icon">
106
106
  <svg
107
107
  class="pf-v6-svg"
108
- viewBox="0 0 20 20"
109
108
  fill="currentColor"
109
+ viewBox="0 0 20 20"
110
110
  aria-hidden="true"
111
111
  role="img"
112
112
  width="1em"
113
113
  height="1em"
114
114
  >
115
115
  <path
116
- 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"
116
+ 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"
117
117
  />
118
118
  </svg>
119
119
  </span>
@@ -225,8 +225,8 @@ Use the input group to extend form controls by adding text, buttons, selects, et
225
225
  <span class="pf-v6-c-button__icon">
226
226
  <svg
227
227
  class="pf-v6-svg"
228
- viewBox="0 0 512 512"
229
228
  fill="currentColor"
229
+ viewBox="0 0 512 512"
230
230
  aria-hidden="true"
231
231
  role="img"
232
232
  width="1em"
@@ -261,8 +261,8 @@ Use the input group to extend form controls by adding text, buttons, selects, et
261
261
  <span class="pf-v6-c-button__icon">
262
262
  <svg
263
263
  class="pf-v6-svg"
264
- viewBox="0 0 512 512"
265
264
  fill="currentColor"
265
+ viewBox="0 0 512 512"
266
266
  aria-hidden="true"
267
267
  role="img"
268
268
  width="1em"
@@ -527,8 +527,8 @@ cssPrefix: pf-v6-c-jump-links
527
527
  <span class="pf-v6-c-jump-links__toggle-icon">
528
528
  <svg
529
529
  class="pf-v6-svg"
530
- viewBox="0 0 20 20"
531
530
  fill="currentColor"
531
+ viewBox="0 0 20 20"
532
532
  aria-hidden="true"
533
533
  role="img"
534
534
  width="1em"
@@ -618,8 +618,8 @@ cssPrefix: pf-v6-c-jump-links
618
618
  <span class="pf-v6-c-jump-links__toggle-icon">
619
619
  <svg
620
620
  class="pf-v6-svg"
621
- viewBox="0 0 20 20"
622
621
  fill="currentColor"
622
+ viewBox="0 0 20 20"
623
623
  aria-hidden="true"
624
624
  role="img"
625
625
  width="1em"
@@ -709,8 +709,8 @@ cssPrefix: pf-v6-c-jump-links
709
709
  <span class="pf-v6-c-jump-links__toggle-icon">
710
710
  <svg
711
711
  class="pf-v6-svg"
712
- viewBox="0 0 20 20"
713
712
  fill="currentColor"
713
+ viewBox="0 0 20 20"
714
714
  aria-hidden="true"
715
715
  role="img"
716
716
  width="1em"
@@ -804,8 +804,8 @@ cssPrefix: pf-v6-c-jump-links
804
804
  <span class="pf-v6-c-jump-links__toggle-icon">
805
805
  <svg
806
806
  class="pf-v6-svg"
807
- viewBox="0 0 20 20"
808
807
  fill="currentColor"
808
+ viewBox="0 0 20 20"
809
809
  aria-hidden="true"
810
810
  role="img"
811
811
  width="1em"