@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.46

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 (46) hide show
  1. package/components/NotificationDrawer/notification-drawer.css +10 -2
  2. package/components/NotificationDrawer/notification-drawer.scss +11 -4
  3. package/components/_index.css +10 -2
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  5. package/docs/components/ActionList/examples/ActionList.md +10 -10
  6. package/docs/components/Alert/examples/Alert.md +30 -30
  7. package/docs/components/Banner/examples/Banner.md +65 -5
  8. package/docs/components/Drawer/examples/Drawer.md +42 -42
  9. package/docs/components/DualListSelector/examples/DualListSelector.md +792 -72
  10. package/docs/components/Icon/examples/Icon.md +65 -5
  11. package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
  12. package/docs/components/Label/examples/Label.md +2812 -220
  13. package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
  14. package/docs/components/ModalBox/examples/ModalBox.md +121 -37
  15. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +18 -18
  16. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +524 -44
  17. package/docs/components/Popover/examples/Popover.md +110 -38
  18. package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
  19. package/docs/components/Slider/examples/Slider.md +52 -4
  20. package/docs/components/Tabs/examples/Tabs.md +1638 -126
  21. package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
  22. package/docs/components/Toolbar/examples/Toolbar.md +48 -48
  23. package/docs/components/Wizard/examples/Wizard.md +26 -26
  24. package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
  25. package/docs/demos/Alert/examples/Alert.md +6 -6
  26. package/docs/demos/Card/examples/Card.md +80 -8
  27. package/docs/demos/Compass/examples/Compass.md +2 -2
  28. package/docs/demos/Dashboard/examples/Dashboard.md +24 -6
  29. package/docs/demos/DescriptionList/examples/DescriptionList.md +2 -2
  30. package/docs/demos/Drawer/examples/Drawer.md +6 -6
  31. package/docs/demos/Form/examples/BasicForms.md +26 -2
  32. package/docs/demos/JumpLinks/examples/JumpLinks.md +4 -4
  33. package/docs/demos/Masthead/examples/Masthead.md +15 -3
  34. package/docs/demos/Modal/examples/Modal.md +12 -12
  35. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +816 -96
  36. package/docs/demos/Page/examples/Page.md +2 -2
  37. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +90 -18
  38. package/docs/demos/Table/examples/Table.md +232 -19
  39. package/docs/demos/Tabs/examples/Tabs.md +23 -5
  40. package/docs/demos/Toolbar/examples/Toolbar.md +24 -24
  41. package/docs/demos/Wizard/examples/Wizard.md +20 -20
  42. package/package.json +1 -1
  43. package/patternfly-no-globals.css +10 -2
  44. package/patternfly.css +10 -2
  45. package/patternfly.min.css +1 -1
  46. package/patternfly.min.css.map +1 -1
@@ -107,7 +107,19 @@ When a banner is used to convey status, it is advised to add an icon that also c
107
107
  <div class="pf-v6-l-flex__item">
108
108
  <span class="pf-v6-screen-reader">Success banner:</span>
109
109
 
110
- <i class="fas fa-check-circle" aria-hidden="true"></i>
110
+ <svg
111
+ class="pf-v6-svg"
112
+ viewBox="0 0 32 32"
113
+ fill="currentColor"
114
+ aria-hidden="true"
115
+ role="img"
116
+ width="1em"
117
+ height="1em"
118
+ >
119
+ <path
120
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
121
+ />
122
+ </svg>
111
123
  </div>
112
124
  <div class="pf-v6-l-flex__item">Success banner</div>
113
125
  </div>
@@ -120,7 +132,19 @@ When a banner is used to convey status, it is advised to add an icon that also c
120
132
  <div class="pf-v6-l-flex__item">
121
133
  <span class="pf-v6-screen-reader">Warning banner:</span>
122
134
 
123
- <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
135
+ <svg
136
+ class="pf-v6-svg"
137
+ viewBox="0 0 32 32"
138
+ fill="currentColor"
139
+ aria-hidden="true"
140
+ role="img"
141
+ width="1em"
142
+ height="1em"
143
+ >
144
+ <path
145
+ d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
146
+ />
147
+ </svg>
124
148
  </div>
125
149
  <div class="pf-v6-l-flex__item">Warning banner</div>
126
150
  </div>
@@ -133,7 +157,19 @@ When a banner is used to convey status, it is advised to add an icon that also c
133
157
  <div class="pf-v6-l-flex__item">
134
158
  <span class="pf-v6-screen-reader">Danger banner:</span>
135
159
 
136
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
160
+ <svg
161
+ class="pf-v6-svg"
162
+ viewBox="0 0 32 32"
163
+ fill="currentColor"
164
+ aria-hidden="true"
165
+ role="img"
166
+ width="1em"
167
+ height="1em"
168
+ >
169
+ <path
170
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
171
+ />
172
+ </svg>
137
173
  </div>
138
174
  <div class="pf-v6-l-flex__item">Danger banner</div>
139
175
  </div>
@@ -146,7 +182,19 @@ When a banner is used to convey status, it is advised to add an icon that also c
146
182
  <div class="pf-v6-l-flex__item">
147
183
  <span class="pf-v6-screen-reader">Custom status banner:</span>
148
184
 
149
- <i class="fas fa-info-circle" aria-hidden="true"></i>
185
+ <svg
186
+ class="pf-v6-svg"
187
+ viewBox="0 0 32 32"
188
+ fill="currentColor"
189
+ aria-hidden="true"
190
+ role="img"
191
+ width="1em"
192
+ height="1em"
193
+ >
194
+ <path
195
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
196
+ />
197
+ </svg>
150
198
  </div>
151
199
  <div class="pf-v6-l-flex__item">Info banner</div>
152
200
  </div>
@@ -159,7 +207,19 @@ When a banner is used to convey status, it is advised to add an icon that also c
159
207
  <div class="pf-v6-l-flex__item">
160
208
  <span class="pf-v6-screen-reader">Custom status banner:</span>
161
209
 
162
- <i class="fas fa-bell" aria-hidden="true"></i>
210
+ <svg
211
+ class="pf-v6-svg"
212
+ viewBox="0 0 32 32"
213
+ fill="currentColor"
214
+ aria-hidden="true"
215
+ role="img"
216
+ width="1em"
217
+ height="1em"
218
+ >
219
+ <path
220
+ d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
221
+ />
222
+ </svg>
163
223
  </div>
164
224
  <div class="pf-v6-l-flex__item">Custom banner</div>
165
225
  </div>
@@ -29,7 +29,7 @@ cssPrefix: pf-v6-c-drawer
29
29
  <span class="pf-v6-c-button__icon">
30
30
  <svg
31
31
  class="pf-v6-svg"
32
- viewBox="0 0 352 512"
32
+ viewBox="0 0 20 20"
33
33
  fill="currentColor"
34
34
  aria-hidden="true"
35
35
  role="img"
@@ -37,7 +37,7 @@ cssPrefix: pf-v6-c-drawer
37
37
  height="1em"
38
38
  >
39
39
  <path
40
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
40
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
41
41
  />
42
42
  </svg>
43
43
  </span>
@@ -78,7 +78,7 @@ cssPrefix: pf-v6-c-drawer
78
78
  <span class="pf-v6-c-button__icon">
79
79
  <svg
80
80
  class="pf-v6-svg"
81
- viewBox="0 0 352 512"
81
+ viewBox="0 0 20 20"
82
82
  fill="currentColor"
83
83
  aria-hidden="true"
84
84
  role="img"
@@ -86,7 +86,7 @@ cssPrefix: pf-v6-c-drawer
86
86
  height="1em"
87
87
  >
88
88
  <path
89
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
89
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
90
90
  />
91
91
  </svg>
92
92
  </span>
@@ -127,7 +127,7 @@ cssPrefix: pf-v6-c-drawer
127
127
  <span class="pf-v6-c-button__icon">
128
128
  <svg
129
129
  class="pf-v6-svg"
130
- viewBox="0 0 352 512"
130
+ viewBox="0 0 20 20"
131
131
  fill="currentColor"
132
132
  aria-hidden="true"
133
133
  role="img"
@@ -135,7 +135,7 @@ cssPrefix: pf-v6-c-drawer
135
135
  height="1em"
136
136
  >
137
137
  <path
138
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
138
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
139
139
  />
140
140
  </svg>
141
141
  </span>
@@ -176,7 +176,7 @@ cssPrefix: pf-v6-c-drawer
176
176
  <span class="pf-v6-c-button__icon">
177
177
  <svg
178
178
  class="pf-v6-svg"
179
- viewBox="0 0 352 512"
179
+ viewBox="0 0 20 20"
180
180
  fill="currentColor"
181
181
  aria-hidden="true"
182
182
  role="img"
@@ -184,7 +184,7 @@ cssPrefix: pf-v6-c-drawer
184
184
  height="1em"
185
185
  >
186
186
  <path
187
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
187
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
188
188
  />
189
189
  </svg>
190
190
  </span>
@@ -227,7 +227,7 @@ cssPrefix: pf-v6-c-drawer
227
227
  <span class="pf-v6-c-button__icon">
228
228
  <svg
229
229
  class="pf-v6-svg"
230
- viewBox="0 0 352 512"
230
+ viewBox="0 0 20 20"
231
231
  fill="currentColor"
232
232
  aria-hidden="true"
233
233
  role="img"
@@ -235,7 +235,7 @@ cssPrefix: pf-v6-c-drawer
235
235
  height="1em"
236
236
  >
237
237
  <path
238
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
238
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
239
239
  />
240
240
  </svg>
241
241
  </span>
@@ -279,7 +279,7 @@ cssPrefix: pf-v6-c-drawer
279
279
  <span class="pf-v6-c-button__icon">
280
280
  <svg
281
281
  class="pf-v6-svg"
282
- viewBox="0 0 352 512"
282
+ viewBox="0 0 20 20"
283
283
  fill="currentColor"
284
284
  aria-hidden="true"
285
285
  role="img"
@@ -287,7 +287,7 @@ cssPrefix: pf-v6-c-drawer
287
287
  height="1em"
288
288
  >
289
289
  <path
290
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
290
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
291
291
  />
292
292
  </svg>
293
293
  </span>
@@ -328,7 +328,7 @@ cssPrefix: pf-v6-c-drawer
328
328
  <span class="pf-v6-c-button__icon">
329
329
  <svg
330
330
  class="pf-v6-svg"
331
- viewBox="0 0 352 512"
331
+ viewBox="0 0 20 20"
332
332
  fill="currentColor"
333
333
  aria-hidden="true"
334
334
  role="img"
@@ -336,7 +336,7 @@ cssPrefix: pf-v6-c-drawer
336
336
  height="1em"
337
337
  >
338
338
  <path
339
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
339
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
340
340
  />
341
341
  </svg>
342
342
  </span>
@@ -377,7 +377,7 @@ cssPrefix: pf-v6-c-drawer
377
377
  <span class="pf-v6-c-button__icon">
378
378
  <svg
379
379
  class="pf-v6-svg"
380
- viewBox="0 0 352 512"
380
+ viewBox="0 0 20 20"
381
381
  fill="currentColor"
382
382
  aria-hidden="true"
383
383
  role="img"
@@ -385,7 +385,7 @@ cssPrefix: pf-v6-c-drawer
385
385
  height="1em"
386
386
  >
387
387
  <path
388
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
388
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
389
389
  />
390
390
  </svg>
391
391
  </span>
@@ -426,7 +426,7 @@ cssPrefix: pf-v6-c-drawer
426
426
  <span class="pf-v6-c-button__icon">
427
427
  <svg
428
428
  class="pf-v6-svg"
429
- viewBox="0 0 352 512"
429
+ viewBox="0 0 20 20"
430
430
  fill="currentColor"
431
431
  aria-hidden="true"
432
432
  role="img"
@@ -434,7 +434,7 @@ cssPrefix: pf-v6-c-drawer
434
434
  height="1em"
435
435
  >
436
436
  <path
437
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
437
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
438
438
  />
439
439
  </svg>
440
440
  </span>
@@ -476,7 +476,7 @@ cssPrefix: pf-v6-c-drawer
476
476
  <span class="pf-v6-c-button__icon">
477
477
  <svg
478
478
  class="pf-v6-svg"
479
- viewBox="0 0 352 512"
479
+ viewBox="0 0 20 20"
480
480
  fill="currentColor"
481
481
  aria-hidden="true"
482
482
  role="img"
@@ -484,7 +484,7 @@ cssPrefix: pf-v6-c-drawer
484
484
  height="1em"
485
485
  >
486
486
  <path
487
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
487
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
488
488
  />
489
489
  </svg>
490
490
  </span>
@@ -526,7 +526,7 @@ cssPrefix: pf-v6-c-drawer
526
526
  <span class="pf-v6-c-button__icon">
527
527
  <svg
528
528
  class="pf-v6-svg"
529
- viewBox="0 0 352 512"
529
+ viewBox="0 0 20 20"
530
530
  fill="currentColor"
531
531
  aria-hidden="true"
532
532
  role="img"
@@ -534,7 +534,7 @@ cssPrefix: pf-v6-c-drawer
534
534
  height="1em"
535
535
  >
536
536
  <path
537
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
537
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
538
538
  />
539
539
  </svg>
540
540
  </span>
@@ -575,7 +575,7 @@ cssPrefix: pf-v6-c-drawer
575
575
  <span class="pf-v6-c-button__icon">
576
576
  <svg
577
577
  class="pf-v6-svg"
578
- viewBox="0 0 352 512"
578
+ viewBox="0 0 20 20"
579
579
  fill="currentColor"
580
580
  aria-hidden="true"
581
581
  role="img"
@@ -583,7 +583,7 @@ cssPrefix: pf-v6-c-drawer
583
583
  height="1em"
584
584
  >
585
585
  <path
586
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
586
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
587
587
  />
588
588
  </svg>
589
589
  </span>
@@ -627,7 +627,7 @@ cssPrefix: pf-v6-c-drawer
627
627
  <span class="pf-v6-c-button__icon">
628
628
  <svg
629
629
  class="pf-v6-svg"
630
- viewBox="0 0 352 512"
630
+ viewBox="0 0 20 20"
631
631
  fill="currentColor"
632
632
  aria-hidden="true"
633
633
  role="img"
@@ -635,7 +635,7 @@ cssPrefix: pf-v6-c-drawer
635
635
  height="1em"
636
636
  >
637
637
  <path
638
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
638
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
639
639
  />
640
640
  </svg>
641
641
  </span>
@@ -677,7 +677,7 @@ cssPrefix: pf-v6-c-drawer
677
677
  <span class="pf-v6-c-button__icon">
678
678
  <svg
679
679
  class="pf-v6-svg"
680
- viewBox="0 0 352 512"
680
+ viewBox="0 0 20 20"
681
681
  fill="currentColor"
682
682
  aria-hidden="true"
683
683
  role="img"
@@ -685,7 +685,7 @@ cssPrefix: pf-v6-c-drawer
685
685
  height="1em"
686
686
  >
687
687
  <path
688
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
688
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
689
689
  />
690
690
  </svg>
691
691
  </span>
@@ -736,7 +736,7 @@ cssPrefix: pf-v6-c-drawer
736
736
  <span class="pf-v6-c-button__icon">
737
737
  <svg
738
738
  class="pf-v6-svg"
739
- viewBox="0 0 352 512"
739
+ viewBox="0 0 20 20"
740
740
  fill="currentColor"
741
741
  aria-hidden="true"
742
742
  role="img"
@@ -744,7 +744,7 @@ cssPrefix: pf-v6-c-drawer
744
744
  height="1em"
745
745
  >
746
746
  <path
747
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
747
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
748
748
  />
749
749
  </svg>
750
750
  </span>
@@ -796,7 +796,7 @@ cssPrefix: pf-v6-c-drawer
796
796
  <span class="pf-v6-c-button__icon">
797
797
  <svg
798
798
  class="pf-v6-svg"
799
- viewBox="0 0 352 512"
799
+ viewBox="0 0 20 20"
800
800
  fill="currentColor"
801
801
  aria-hidden="true"
802
802
  role="img"
@@ -804,7 +804,7 @@ cssPrefix: pf-v6-c-drawer
804
804
  height="1em"
805
805
  >
806
806
  <path
807
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
807
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
808
808
  />
809
809
  </svg>
810
810
  </span>
@@ -859,7 +859,7 @@ cssPrefix: pf-v6-c-drawer
859
859
  <span class="pf-v6-c-button__icon">
860
860
  <svg
861
861
  class="pf-v6-svg"
862
- viewBox="0 0 352 512"
862
+ viewBox="0 0 20 20"
863
863
  fill="currentColor"
864
864
  aria-hidden="true"
865
865
  role="img"
@@ -867,7 +867,7 @@ cssPrefix: pf-v6-c-drawer
867
867
  height="1em"
868
868
  >
869
869
  <path
870
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
870
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
871
871
  />
872
872
  </svg>
873
873
  </span>
@@ -919,7 +919,7 @@ cssPrefix: pf-v6-c-drawer
919
919
  <span class="pf-v6-c-button__icon">
920
920
  <svg
921
921
  class="pf-v6-svg"
922
- viewBox="0 0 352 512"
922
+ viewBox="0 0 20 20"
923
923
  fill="currentColor"
924
924
  aria-hidden="true"
925
925
  role="img"
@@ -927,7 +927,7 @@ cssPrefix: pf-v6-c-drawer
927
927
  height="1em"
928
928
  >
929
929
  <path
930
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
930
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
931
931
  />
932
932
  </svg>
933
933
  </span>
@@ -969,7 +969,7 @@ cssPrefix: pf-v6-c-drawer
969
969
  <span class="pf-v6-c-button__icon">
970
970
  <svg
971
971
  class="pf-v6-svg"
972
- viewBox="0 0 352 512"
972
+ viewBox="0 0 20 20"
973
973
  fill="currentColor"
974
974
  aria-hidden="true"
975
975
  role="img"
@@ -977,7 +977,7 @@ cssPrefix: pf-v6-c-drawer
977
977
  height="1em"
978
978
  >
979
979
  <path
980
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
980
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
981
981
  />
982
982
  </svg>
983
983
  </span>
@@ -1018,7 +1018,7 @@ cssPrefix: pf-v6-c-drawer
1018
1018
  <span class="pf-v6-c-button__icon">
1019
1019
  <svg
1020
1020
  class="pf-v6-svg"
1021
- viewBox="0 0 352 512"
1021
+ viewBox="0 0 20 20"
1022
1022
  fill="currentColor"
1023
1023
  aria-hidden="true"
1024
1024
  role="img"
@@ -1026,7 +1026,7 @@ cssPrefix: pf-v6-c-drawer
1026
1026
  height="1em"
1027
1027
  >
1028
1028
  <path
1029
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
1029
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
1030
1030
  />
1031
1031
  </svg>
1032
1032
  </span>
@@ -1067,7 +1067,7 @@ cssPrefix: pf-v6-c-drawer
1067
1067
  <span class="pf-v6-c-button__icon">
1068
1068
  <svg
1069
1069
  class="pf-v6-svg"
1070
- viewBox="0 0 352 512"
1070
+ viewBox="0 0 20 20"
1071
1071
  fill="currentColor"
1072
1072
  aria-hidden="true"
1073
1073
  role="img"
@@ -1075,7 +1075,7 @@ cssPrefix: pf-v6-c-drawer
1075
1075
  height="1em"
1076
1076
  >
1077
1077
  <path
1078
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
1078
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
1079
1079
  />
1080
1080
  </svg>
1081
1081
  </span>