@patternfly/patternfly 6.6.0-prerelease.3 → 6.6.0-prerelease.30

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 (158) hide show
  1. package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
  2. package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
  3. package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
  4. package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
  5. package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
  6. package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
  7. package/assets/images/img_avatar-rhds.svg +22 -0
  8. package/assets/images/pf-logo-avatar.jpg +0 -0
  9. package/base/patternfly-fonts.css +4 -4
  10. package/base/patternfly-fonts.scss +4 -4
  11. package/base/patternfly-variables.css +8 -6
  12. package/base/tokens/tokens-charts-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  14. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  15. package/base/tokens/tokens-charts.scss +1 -1
  16. package/base/tokens/tokens-dark.scss +1 -1
  17. package/base/tokens/tokens-default.scss +4 -4
  18. package/base/tokens/tokens-felt-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-glass-dark.scss +1 -1
  20. package/base/tokens/tokens-felt-glass.scss +3 -2
  21. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  22. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  23. package/base/tokens/tokens-felt.scss +1 -1
  24. package/base/tokens/tokens-glass-dark.scss +1 -1
  25. package/base/tokens/tokens-glass.scss +3 -2
  26. package/base/tokens/tokens-highcontrast-dark.scss +1 -1
  27. package/base/tokens/tokens-highcontrast.scss +4 -4
  28. package/base/tokens/tokens-palette.scss +1 -1
  29. package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
  30. package/components/AboutModalBox/about-modal-box.css +1 -1
  31. package/components/AboutModalBox/about-modal-box.scss +1 -1
  32. package/components/Accordion/accordion.css +3 -3
  33. package/components/Accordion/accordion.scss +3 -3
  34. package/components/Alert/alert.css +8 -7
  35. package/components/Alert/alert.scss +8 -7
  36. package/components/Avatar/avatar.css +144 -0
  37. package/components/Avatar/avatar.scss +161 -0
  38. package/components/Banner/banner.css +7 -0
  39. package/components/Banner/banner.scss +7 -0
  40. package/components/Breadcrumb/breadcrumb.css +3 -3
  41. package/components/Breadcrumb/breadcrumb.scss +3 -3
  42. package/components/Button/button.css +20 -4
  43. package/components/Button/button.scss +24 -5
  44. package/components/Card/card.css +4 -4
  45. package/components/Card/card.scss +4 -4
  46. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  47. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  48. package/components/DataList/data-list.css +5 -5
  49. package/components/DataList/data-list.scss +5 -5
  50. package/components/DragDrop/drag-drop.css +4 -0
  51. package/components/DragDrop/drag-drop.scss +4 -0
  52. package/components/DualListSelector/dual-list-selector.css +1 -1
  53. package/components/DualListSelector/dual-list-selector.scss +1 -1
  54. package/components/Form/form.scss +1 -0
  55. package/components/FormControl/form-control.css +12 -2
  56. package/components/FormControl/form-control.scss +14 -2
  57. package/components/Hint/hint.css +2 -2
  58. package/components/Hint/hint.scss +2 -2
  59. package/components/Label/label.css +9 -3
  60. package/components/Label/label.scss +9 -3
  61. package/components/Masthead/masthead.css +1 -1
  62. package/components/Masthead/masthead.scss +1 -1
  63. package/components/Menu/menu.css +2 -2
  64. package/components/Menu/menu.scss +3 -3
  65. package/components/MenuToggle/menu-toggle.css +3 -0
  66. package/components/MenuToggle/menu-toggle.scss +4 -1
  67. package/components/ModalBox/modal-box.css +4 -4
  68. package/components/ModalBox/modal-box.scss +5 -5
  69. package/components/Nav/nav.css +2 -2
  70. package/components/Nav/nav.scss +2 -2
  71. package/components/NotificationDrawer/notification-drawer.css +3 -3
  72. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  73. package/components/Page/page.css +25 -22
  74. package/components/Page/page.scss +28 -28
  75. package/components/Pagination/pagination.css +12 -7
  76. package/components/Pagination/pagination.scss +15 -12
  77. package/components/Panel/panel.css +1 -1
  78. package/components/Panel/panel.scss +2 -2
  79. package/components/Popover/popover.css +1 -1
  80. package/components/Popover/popover.scss +1 -1
  81. package/components/Progress/progress.css +2 -2
  82. package/components/Progress/progress.scss +2 -2
  83. package/components/Sidebar/sidebar.css +4 -7
  84. package/components/Sidebar/sidebar.scss +9 -9
  85. package/components/Table/table-grid.css +25 -13
  86. package/components/Table/table-grid.scss +10 -5
  87. package/components/Table/table-tree-view.css +3 -0
  88. package/components/Table/table-tree-view.scss +2 -0
  89. package/components/Table/table.css +55 -21
  90. package/components/Table/table.scss +82 -34
  91. package/components/Tabs/tabs.css +19 -5
  92. package/components/Tabs/tabs.scss +22 -5
  93. package/components/Title/title.css +1 -1
  94. package/components/Title/title.scss +1 -1
  95. package/components/Tooltip/tooltip.css +1 -1
  96. package/components/Tooltip/tooltip.scss +1 -1
  97. package/components/TreeView/tree-view.css +7 -7
  98. package/components/TreeView/tree-view.scss +7 -7
  99. package/components/Wizard/wizard.css +4 -4
  100. package/components/Wizard/wizard.scss +4 -4
  101. package/components/_index.css +399 -140
  102. package/docs/components/Avatar/examples/Avatar.css +6 -0
  103. package/docs/components/Avatar/examples/Avatar.md +414 -40
  104. package/docs/components/Button/examples/Button.md +2 -2
  105. package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
  106. package/docs/components/DataList/examples/DataList.md +143 -11
  107. package/docs/components/DatePicker/examples/DatePicker.md +26 -2
  108. package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
  109. package/docs/components/Drawer/examples/Drawer.md +1 -1
  110. package/docs/components/DualListSelector/examples/DualListSelector.md +355 -139
  111. package/docs/components/EmptyState/examples/EmptyState.md +12 -12
  112. package/docs/components/FileUpload/examples/FileUpload.md +26 -2
  113. package/docs/components/Form/examples/Form.md +140 -16
  114. package/docs/components/FormControl/examples/FormControl.md +260 -20
  115. package/docs/components/HelperText/examples/HelperText.md +139 -11
  116. package/docs/components/Icon/examples/Icon.md +403 -31
  117. package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
  118. package/docs/components/InputGroup/examples/InputGroup.md +20 -8
  119. package/docs/components/Label/examples/Label.md +4029 -765
  120. package/docs/components/List/examples/List.md +78 -6
  121. package/docs/components/Login/examples/Login.md +104 -8
  122. package/docs/components/Menu/examples/Menu.md +221 -17
  123. package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
  124. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
  125. package/docs/components/NumberInput/examples/NumberInput.md +301 -25
  126. package/docs/components/Pagination/examples/Pagination.md +111 -273
  127. package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
  128. package/docs/components/Sidebar/examples/Sidebar.md +3 -1
  129. package/docs/components/Switch/examples/Switch.md +52 -4
  130. package/docs/components/Table/examples/Table.css +6 -0
  131. package/docs/components/Table/examples/Table.md +1322 -171
  132. package/docs/components/Tabs/examples/Tabs.md +18 -998
  133. package/docs/components/TextInputGroup/examples/TextInputGroup.md +355 -115
  134. package/docs/components/Toolbar/examples/Toolbar.md +133 -25
  135. package/docs/components/TreeView/examples/TreeView.md +286 -118
  136. package/docs/components/Wizard/examples/Wizard.md +325 -25
  137. package/docs/demos/Alert/examples/Alert.md +181 -40
  138. package/docs/demos/Button/examples/Button.md +57 -45
  139. package/docs/demos/Card/examples/Card.md +280 -34
  140. package/docs/demos/CardView/examples/CardView.md +12 -12
  141. package/docs/demos/Compass/examples/Compass.md +91 -439
  142. package/docs/demos/Dashboard/examples/Dashboard.md +92 -41
  143. package/docs/demos/DataList/examples/DataList.md +74 -50
  144. package/docs/demos/Form/examples/BasicForms.md +112 -36
  145. package/docs/demos/HelperText/examples/HelperText.md +104 -8
  146. package/docs/demos/Masthead/examples/Masthead.md +52 -4
  147. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
  148. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2570 -4968
  149. package/docs/demos/Table/examples/Table.md +407 -179
  150. package/docs/demos/Toolbar/examples/Toolbar.md +139 -46
  151. package/docs/demos/Wizard/examples/Wizard.md +117 -9
  152. package/package.json +7 -7
  153. package/patternfly-base-no-globals.css +12 -10
  154. package/patternfly-base.css +12 -10
  155. package/patternfly-no-globals.css +411 -150
  156. package/patternfly.css +411 -150
  157. package/patternfly.min.css +1 -1
  158. package/patternfly.min.css.map +1 -1
@@ -71,7 +71,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
71
71
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
72
72
  <span class="pf-v6-c-text-input-group__text">
73
73
  <span class="pf-v6-c-text-input-group__icon">
74
- <i class="fas fa-fw fa-search"></i>
74
+ <svg
75
+ class="pf-v6-svg"
76
+ fill="currentColor"
77
+ viewBox="0 0 32 32"
78
+ aria-hidden="true"
79
+ role="img"
80
+ width="1em"
81
+ height="1em"
82
+ >
83
+ <path
84
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
85
+ />
86
+ </svg>
75
87
  </span>
76
88
  <input
77
89
  class="pf-v6-c-text-input-group__text-input"
@@ -122,7 +134,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
122
134
  aria-label="Success validation"
123
135
  />
124
136
  <span class="pf-v6-c-text-input-group__icon pf-m-status">
125
- <i aria-hidden="true" class="fas fa-check-circle"></i>
137
+ <svg
138
+ class="pf-v6-svg"
139
+ fill="currentColor"
140
+ viewBox="0 0 32 32"
141
+ aria-hidden="true"
142
+ role="img"
143
+ width="1em"
144
+ height="1em"
145
+ >
146
+ <path
147
+ 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"
148
+ />
149
+ </svg>
126
150
  </span>
127
151
  </span>
128
152
  </div>
@@ -132,7 +156,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
132
156
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
133
157
  <span class="pf-v6-c-text-input-group__text">
134
158
  <span class="pf-v6-c-text-input-group__icon">
135
- <i class="fas fa-fw fa-search"></i>
159
+ <svg
160
+ class="pf-v6-svg"
161
+ fill="currentColor"
162
+ viewBox="0 0 32 32"
163
+ aria-hidden="true"
164
+ role="img"
165
+ width="1em"
166
+ height="1em"
167
+ >
168
+ <path
169
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
170
+ />
171
+ </svg>
136
172
  </span>
137
173
  <input
138
174
  class="pf-v6-c-text-input-group__text-input"
@@ -141,7 +177,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
141
177
  aria-label="Warning validation"
142
178
  />
143
179
  <span class="pf-v6-c-text-input-group__icon pf-m-status">
144
- <i aria-hidden="true" class="fas fa-exclamation-triangle"></i>
180
+ <svg
181
+ class="pf-v6-svg"
182
+ fill="currentColor"
183
+ viewBox="0 0 32 32"
184
+ aria-hidden="true"
185
+ role="img"
186
+ width="1em"
187
+ height="1em"
188
+ >
189
+ <path
190
+ 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"
191
+ />
192
+ </svg>
145
193
  </span>
146
194
  </span>
147
195
  </div>
@@ -151,7 +199,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
151
199
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
152
200
  <span class="pf-v6-c-text-input-group__text">
153
201
  <span class="pf-v6-c-text-input-group__icon">
154
- <i class="fas fa-fw fa-search"></i>
202
+ <svg
203
+ class="pf-v6-svg"
204
+ fill="currentColor"
205
+ viewBox="0 0 32 32"
206
+ aria-hidden="true"
207
+ role="img"
208
+ width="1em"
209
+ height="1em"
210
+ >
211
+ <path
212
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
213
+ />
214
+ </svg>
155
215
  </span>
156
216
  <input
157
217
  class="pf-v6-c-text-input-group__text-input"
@@ -160,7 +220,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
160
220
  aria-label="Error validation"
161
221
  />
162
222
  <span class="pf-v6-c-text-input-group__icon pf-m-status">
163
- <i aria-hidden="true" class="fas fa-exclamation-circle"></i>
223
+ <svg
224
+ class="pf-v6-svg"
225
+ fill="currentColor"
226
+ viewBox="0 0 32 32"
227
+ aria-hidden="true"
228
+ role="img"
229
+ width="1em"
230
+ height="1em"
231
+ >
232
+ <path
233
+ 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"
234
+ />
235
+ </svg>
164
236
  </span>
165
237
  </span>
166
238
  </div>
@@ -200,7 +272,19 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
200
272
  aria-label="Type to filter"
201
273
  />
202
274
  <span class="pf-v6-c-text-input-group__icon pf-m-status">
203
- <i aria-hidden="true" class="fas fa-exclamation-circle"></i>
275
+ <svg
276
+ class="pf-v6-svg"
277
+ fill="currentColor"
278
+ viewBox="0 0 32 32"
279
+ aria-hidden="true"
280
+ role="img"
281
+ width="1em"
282
+ height="1em"
283
+ >
284
+ <path
285
+ 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"
286
+ />
287
+ </svg>
204
288
  </span>
205
289
  </span>
206
290
  </div>
@@ -254,10 +338,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
254
338
  <span class="pf-v6-c-label__actions">
255
339
  <button
256
340
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
257
- type="button"
258
341
  id="text-input-group-filters-label-group-label-one-button"
259
- aria-label="Remove"
342
+ type="button"
260
343
  aria-labelledby="text-input-group-filters-label-group-label-one-button text-input-group-filters-label-group-label-one-text"
344
+ aria-label="Remove"
261
345
  >
262
346
  <span class="pf-v6-c-button__icon">
263
347
  <svg
@@ -289,10 +373,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
289
373
  <span class="pf-v6-c-label__actions">
290
374
  <button
291
375
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
292
- type="button"
293
376
  id="text-input-group-filters-label-group-label-two-button"
294
- aria-label="Remove"
377
+ type="button"
295
378
  aria-labelledby="text-input-group-filters-label-group-label-two-button text-input-group-filters-label-group-label-two-text"
379
+ aria-label="Remove"
296
380
  >
297
381
  <span class="pf-v6-c-button__icon">
298
382
  <svg
@@ -324,10 +408,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
324
408
  <span class="pf-v6-c-label__actions">
325
409
  <button
326
410
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
327
- type="button"
328
411
  id="text-input-group-filters-label-group-label-three-button"
329
- aria-label="Remove"
412
+ type="button"
330
413
  aria-labelledby="text-input-group-filters-label-group-label-three-button text-input-group-filters-label-group-label-three-text"
414
+ aria-label="Remove"
331
415
  >
332
416
  <span class="pf-v6-c-button__icon">
333
417
  <svg
@@ -359,10 +443,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
359
443
  <span class="pf-v6-c-label__actions">
360
444
  <button
361
445
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
362
- type="button"
363
446
  id="text-input-group-filters-label-group-label-four-button"
364
- aria-label="Remove"
447
+ type="button"
365
448
  aria-labelledby="text-input-group-filters-label-group-label-four-button text-input-group-filters-label-group-label-four-text"
449
+ aria-label="Remove"
366
450
  >
367
451
  <span class="pf-v6-c-button__icon">
368
452
  <svg
@@ -394,10 +478,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
394
478
  <span class="pf-v6-c-label__actions">
395
479
  <button
396
480
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
397
- type="button"
398
481
  id="text-input-group-filters-label-group-label-five-button"
399
- aria-label="Remove"
482
+ type="button"
400
483
  aria-labelledby="text-input-group-filters-label-group-label-five-button text-input-group-filters-label-group-label-five-text"
484
+ aria-label="Remove"
401
485
  >
402
486
  <span class="pf-v6-c-button__icon">
403
487
  <svg
@@ -429,10 +513,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
429
513
  <span class="pf-v6-c-label__actions">
430
514
  <button
431
515
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
432
- type="button"
433
516
  id="text-input-group-filters-label-group-label-six-button"
434
- aria-label="Remove"
517
+ type="button"
435
518
  aria-labelledby="text-input-group-filters-label-group-label-six-button text-input-group-filters-label-group-label-six-text"
519
+ aria-label="Remove"
436
520
  >
437
521
  <span class="pf-v6-c-button__icon">
438
522
  <svg
@@ -524,10 +608,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
524
608
  <span class="pf-v6-c-label__actions">
525
609
  <button
526
610
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
527
- type="button"
528
611
  id="text-input-group-filters-expanded-label-group-label-one-button"
529
- aria-label="Remove"
612
+ type="button"
530
613
  aria-labelledby="text-input-group-filters-expanded-label-group-label-one-button text-input-group-filters-expanded-label-group-label-one-text"
614
+ aria-label="Remove"
531
615
  >
532
616
  <span class="pf-v6-c-button__icon">
533
617
  <svg
@@ -559,10 +643,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
559
643
  <span class="pf-v6-c-label__actions">
560
644
  <button
561
645
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
562
- type="button"
563
646
  id="text-input-group-filters-expanded-label-group-label-two-button"
564
- aria-label="Remove"
647
+ type="button"
565
648
  aria-labelledby="text-input-group-filters-expanded-label-group-label-two-button text-input-group-filters-expanded-label-group-label-two-text"
649
+ aria-label="Remove"
566
650
  >
567
651
  <span class="pf-v6-c-button__icon">
568
652
  <svg
@@ -594,10 +678,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
594
678
  <span class="pf-v6-c-label__actions">
595
679
  <button
596
680
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
597
- type="button"
598
681
  id="text-input-group-filters-expanded-label-group-label-three-button"
599
- aria-label="Remove"
682
+ type="button"
600
683
  aria-labelledby="text-input-group-filters-expanded-label-group-label-three-button text-input-group-filters-expanded-label-group-label-three-text"
684
+ aria-label="Remove"
601
685
  >
602
686
  <span class="pf-v6-c-button__icon">
603
687
  <svg
@@ -629,10 +713,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
629
713
  <span class="pf-v6-c-label__actions">
630
714
  <button
631
715
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
632
- type="button"
633
716
  id="text-input-group-filters-expanded-label-group-label-four-button"
634
- aria-label="Remove"
717
+ type="button"
635
718
  aria-labelledby="text-input-group-filters-expanded-label-group-label-four-button text-input-group-filters-expanded-label-group-label-four-text"
719
+ aria-label="Remove"
636
720
  >
637
721
  <span class="pf-v6-c-button__icon">
638
722
  <svg
@@ -664,10 +748,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
664
748
  <span class="pf-v6-c-label__actions">
665
749
  <button
666
750
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
667
- type="button"
668
751
  id="text-input-group-filters-expanded-label-group-label-five-button"
669
- aria-label="Remove"
752
+ type="button"
670
753
  aria-labelledby="text-input-group-filters-expanded-label-group-label-five-button text-input-group-filters-expanded-label-group-label-five-text"
754
+ aria-label="Remove"
671
755
  >
672
756
  <span class="pf-v6-c-button__icon">
673
757
  <svg
@@ -699,10 +783,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
699
783
  <span class="pf-v6-c-label__actions">
700
784
  <button
701
785
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
702
- type="button"
703
786
  id="text-input-group-filters-expanded-label-group-label-six-button"
704
- aria-label="Remove"
787
+ type="button"
705
788
  aria-labelledby="text-input-group-filters-expanded-label-group-label-six-button text-input-group-filters-expanded-label-group-label-six-text"
789
+ aria-label="Remove"
706
790
  >
707
791
  <span class="pf-v6-c-button__icon">
708
792
  <svg
@@ -734,10 +818,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
734
818
  <span class="pf-v6-c-label__actions">
735
819
  <button
736
820
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
737
- type="button"
738
821
  id="text-input-group-filters-expanded-label-group-label-seven-button"
739
- aria-label="Remove"
822
+ type="button"
740
823
  aria-labelledby="text-input-group-filters-expanded-label-group-label-seven-button text-input-group-filters-expanded-label-group-label-seven-text"
824
+ aria-label="Remove"
741
825
  >
742
826
  <span class="pf-v6-c-button__icon">
743
827
  <svg
@@ -769,10 +853,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
769
853
  <span class="pf-v6-c-label__actions">
770
854
  <button
771
855
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
772
- type="button"
773
856
  id="text-input-group-filters-expanded-label-group-label-eight-button"
774
- aria-label="Remove"
857
+ type="button"
775
858
  aria-labelledby="text-input-group-filters-expanded-label-group-label-eight-button text-input-group-filters-expanded-label-group-label-eight-text"
859
+ aria-label="Remove"
776
860
  >
777
861
  <span class="pf-v6-c-button__icon">
778
862
  <svg
@@ -804,10 +888,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
804
888
  <span class="pf-v6-c-label__actions">
805
889
  <button
806
890
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
807
- type="button"
808
891
  id="text-input-group-filters-expanded-label-group-label-nine-button"
809
- aria-label="Remove"
892
+ type="button"
810
893
  aria-labelledby="text-input-group-filters-expanded-label-group-label-nine-button text-input-group-filters-expanded-label-group-label-nine-text"
894
+ aria-label="Remove"
811
895
  >
812
896
  <span class="pf-v6-c-button__icon">
813
897
  <svg
@@ -839,10 +923,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
839
923
  <span class="pf-v6-c-label__actions">
840
924
  <button
841
925
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
842
- type="button"
843
926
  id="text-input-group-filters-expanded-label-group-label-ten-button"
844
- aria-label="Remove"
927
+ type="button"
845
928
  aria-labelledby="text-input-group-filters-expanded-label-group-label-ten-button text-input-group-filters-expanded-label-group-label-ten-text"
929
+ aria-label="Remove"
846
930
  >
847
931
  <span class="pf-v6-c-button__icon">
848
932
  <svg
@@ -874,10 +958,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
874
958
  <span class="pf-v6-c-label__actions">
875
959
  <button
876
960
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
877
- type="button"
878
961
  id="text-input-group-filters-expanded-label-group-label-eleven-button"
879
- aria-label="Remove"
962
+ type="button"
880
963
  aria-labelledby="text-input-group-filters-expanded-label-group-label-eleven-button text-input-group-filters-expanded-label-group-label-eleven-text"
964
+ aria-label="Remove"
881
965
  >
882
966
  <span class="pf-v6-c-button__icon">
883
967
  <svg
@@ -909,10 +993,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
909
993
  <span class="pf-v6-c-label__actions">
910
994
  <button
911
995
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
912
- type="button"
913
996
  id="text-input-group-filters-expanded-label-group-label-twelve-button"
914
- aria-label="Remove"
997
+ type="button"
915
998
  aria-labelledby="text-input-group-filters-expanded-label-group-label-twelve-button text-input-group-filters-expanded-label-group-label-twelve-text"
999
+ aria-label="Remove"
916
1000
  >
917
1001
  <span class="pf-v6-c-button__icon">
918
1002
  <svg
@@ -944,10 +1028,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
944
1028
  <span class="pf-v6-c-label__actions">
945
1029
  <button
946
1030
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
947
- type="button"
948
1031
  id="text-input-group-filters-expanded-label-group-label-thirteen-button"
949
- aria-label="Remove"
1032
+ type="button"
950
1033
  aria-labelledby="text-input-group-filters-expanded-label-group-label-thirteen-button text-input-group-filters-expanded-label-group-label-thirteen-text"
1034
+ aria-label="Remove"
951
1035
  >
952
1036
  <span class="pf-v6-c-button__icon">
953
1037
  <svg
@@ -979,10 +1063,10 @@ For the purposes of this example, the `TextInputGroup` is contained in a wrapper
979
1063
  <span class="pf-v6-c-label__actions">
980
1064
  <button
981
1065
  class="pf-v6-c-button pf-m-no-padding pf-m-plain"
982
- type="button"
983
1066
  id="text-input-group-filters-expanded-label-group-label-fourteen-button"
984
- aria-label="Remove"
1067
+ type="button"
985
1068
  aria-labelledby="text-input-group-filters-expanded-label-group-label-fourteen-button text-input-group-filters-expanded-label-group-label-fourteen-text"
1069
+ aria-label="Remove"
986
1070
  >
987
1071
  <span class="pf-v6-c-button__icon">
988
1072
  <svg
@@ -1076,7 +1160,19 @@ The React implementation can be found in the [search input](/components/search-i
1076
1160
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1077
1161
  <span class="pf-v6-c-text-input-group__text">
1078
1162
  <span class="pf-v6-c-text-input-group__icon">
1079
- <i class="fas fa-fw fa-search"></i>
1163
+ <svg
1164
+ class="pf-v6-svg"
1165
+ fill="currentColor"
1166
+ viewBox="0 0 32 32"
1167
+ aria-hidden="true"
1168
+ role="img"
1169
+ width="1em"
1170
+ height="1em"
1171
+ >
1172
+ <path
1173
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1174
+ />
1175
+ </svg>
1080
1176
  </span>
1081
1177
  <input
1082
1178
  class="pf-v6-c-text-input-group__text-input"
@@ -1098,7 +1194,19 @@ The React implementation can be found in the [search input](/components/search-i
1098
1194
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1099
1195
  <span class="pf-v6-c-text-input-group__text">
1100
1196
  <span class="pf-v6-c-text-input-group__icon">
1101
- <i class="fas fa-fw fa-search"></i>
1197
+ <svg
1198
+ class="pf-v6-svg"
1199
+ fill="currentColor"
1200
+ viewBox="0 0 32 32"
1201
+ aria-hidden="true"
1202
+ role="img"
1203
+ width="1em"
1204
+ height="1em"
1205
+ >
1206
+ <path
1207
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1208
+ />
1209
+ </svg>
1102
1210
  </span>
1103
1211
  <input
1104
1212
  class="pf-v6-c-text-input-group__text-input"
@@ -1143,7 +1251,19 @@ The React implementation can be found in the [search input](/components/search-i
1143
1251
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1144
1252
  <span class="pf-v6-c-text-input-group__text">
1145
1253
  <span class="pf-v6-c-text-input-group__icon">
1146
- <i class="fas fa-fw fa-search"></i>
1254
+ <svg
1255
+ class="pf-v6-svg"
1256
+ fill="currentColor"
1257
+ viewBox="0 0 32 32"
1258
+ aria-hidden="true"
1259
+ role="img"
1260
+ width="1em"
1261
+ height="1em"
1262
+ >
1263
+ <path
1264
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1265
+ />
1266
+ </svg>
1147
1267
  </span>
1148
1268
  <input
1149
1269
  class="pf-v6-c-text-input-group__text-input"
@@ -1192,7 +1312,19 @@ The React implementation can be found in the [search input](/components/search-i
1192
1312
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1193
1313
  <span class="pf-v6-c-text-input-group__text">
1194
1314
  <span class="pf-v6-c-text-input-group__icon">
1195
- <i class="fas fa-fw fa-search"></i>
1315
+ <svg
1316
+ class="pf-v6-svg"
1317
+ fill="currentColor"
1318
+ viewBox="0 0 32 32"
1319
+ aria-hidden="true"
1320
+ role="img"
1321
+ width="1em"
1322
+ height="1em"
1323
+ >
1324
+ <path
1325
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1326
+ />
1327
+ </svg>
1196
1328
  </span>
1197
1329
  <input
1198
1330
  class="pf-v6-c-text-input-group__text-input"
@@ -1219,14 +1351,14 @@ The React implementation can be found in the [search input](/components/search-i
1219
1351
  <svg
1220
1352
  class="pf-v6-svg"
1221
1353
  fill="currentColor"
1222
- viewBox="0 0 320 512"
1354
+ viewBox="0 0 32 32"
1223
1355
  aria-hidden="true"
1224
1356
  role="img"
1225
1357
  width="1em"
1226
1358
  height="1em"
1227
1359
  >
1228
1360
  <path
1229
- d="M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z"
1361
+ d="M29 22a.997.997 0 0 1-.707-.293L16 9.414 3.707 21.707a.999.999 0 1 1-1.414-1.414L14.939 7.646a1.501 1.501 0 0 1 2.121 0l12.646 12.646a.999.999 0 0 1-.707 1.707Z"
1230
1362
  />
1231
1363
  </svg>
1232
1364
  </span>
@@ -1236,14 +1368,14 @@ The React implementation can be found in the [search input](/components/search-i
1236
1368
  <svg
1237
1369
  class="pf-v6-svg"
1238
1370
  fill="currentColor"
1239
- viewBox="0 0 320 512"
1371
+ viewBox="0 0 32 32"
1240
1372
  aria-hidden="true"
1241
1373
  role="img"
1242
1374
  width="1em"
1243
1375
  height="1em"
1244
1376
  >
1245
1377
  <path
1246
- d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"
1378
+ d="M16 24.792c-.384 0-.769-.146-1.061-.438L2.293 11.707a.999.999 0 1 1 1.414-1.414L16 22.586l12.293-12.293a.999.999 0 1 1 1.414 1.414L17.061 24.353a1.497 1.497 0 0 1-1.061.438Z"
1247
1379
  />
1248
1380
  </svg>
1249
1381
  </span>
@@ -1286,7 +1418,19 @@ The React implementation can be found in the [search input](/components/search-i
1286
1418
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1287
1419
  <span class="pf-v6-c-text-input-group__text">
1288
1420
  <span class="pf-v6-c-text-input-group__icon">
1289
- <i class="fas fa-fw fa-search"></i>
1421
+ <svg
1422
+ class="pf-v6-svg"
1423
+ fill="currentColor"
1424
+ viewBox="0 0 32 32"
1425
+ aria-hidden="true"
1426
+ role="img"
1427
+ width="1em"
1428
+ height="1em"
1429
+ >
1430
+ <path
1431
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1432
+ />
1433
+ </svg>
1290
1434
  </span>
1291
1435
  <input
1292
1436
  class="pf-v6-c-text-input-group__text-input"
@@ -1309,14 +1453,14 @@ The React implementation can be found in the [search input](/components/search-i
1309
1453
  <svg
1310
1454
  class="pf-v6-svg"
1311
1455
  fill="currentColor"
1312
- viewBox="0 0 512 512"
1456
+ viewBox="0 0 32 32"
1313
1457
  aria-hidden="true"
1314
1458
  role="img"
1315
1459
  width="1em"
1316
1460
  height="1em"
1317
1461
  >
1318
1462
  <path
1319
- d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
1463
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1320
1464
  />
1321
1465
  </svg>
1322
1466
  </span>
@@ -1358,7 +1502,19 @@ The React implementation can be found in the [search input](/components/search-i
1358
1502
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1359
1503
  <span class="pf-v6-c-text-input-group__text">
1360
1504
  <span class="pf-v6-c-text-input-group__icon">
1361
- <i class="fas fa-fw fa-search"></i>
1505
+ <svg
1506
+ class="pf-v6-svg"
1507
+ fill="currentColor"
1508
+ viewBox="0 0 32 32"
1509
+ aria-hidden="true"
1510
+ role="img"
1511
+ width="1em"
1512
+ height="1em"
1513
+ >
1514
+ <path
1515
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1516
+ />
1517
+ </svg>
1362
1518
  </span>
1363
1519
  <input
1364
1520
  class="pf-v6-c-text-input-group__text-input"
@@ -1381,14 +1537,14 @@ The React implementation can be found in the [search input](/components/search-i
1381
1537
  <svg
1382
1538
  class="pf-v6-svg"
1383
1539
  fill="currentColor"
1384
- viewBox="0 0 512 512"
1540
+ viewBox="0 0 32 32"
1385
1541
  aria-hidden="true"
1386
1542
  role="img"
1387
1543
  width="1em"
1388
1544
  height="1em"
1389
1545
  >
1390
1546
  <path
1391
- d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
1547
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1392
1548
  />
1393
1549
  </svg>
1394
1550
  </span>
@@ -1430,7 +1586,19 @@ The React implementation can be found in the [search input](/components/search-i
1430
1586
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1431
1587
  <span class="pf-v6-c-text-input-group__text">
1432
1588
  <span class="pf-v6-c-text-input-group__icon">
1433
- <i class="fas fa-fw fa-search"></i>
1589
+ <svg
1590
+ class="pf-v6-svg"
1591
+ fill="currentColor"
1592
+ viewBox="0 0 32 32"
1593
+ aria-hidden="true"
1594
+ role="img"
1595
+ width="1em"
1596
+ height="1em"
1597
+ >
1598
+ <path
1599
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1600
+ />
1601
+ </svg>
1434
1602
  </span>
1435
1603
  <input
1436
1604
  class="pf-v6-c-text-input-group__text-input"
@@ -1453,14 +1621,14 @@ The React implementation can be found in the [search input](/components/search-i
1453
1621
  <svg
1454
1622
  class="pf-v6-svg"
1455
1623
  fill="currentColor"
1456
- viewBox="0 0 448 512"
1624
+ viewBox="0 0 20 20"
1457
1625
  aria-hidden="true"
1458
1626
  role="img"
1459
1627
  width="1em"
1460
1628
  height="1em"
1461
1629
  >
1462
1630
  <path
1463
- d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
1631
+ d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
1464
1632
  />
1465
1633
  </svg>
1466
1634
  </span>
@@ -1479,7 +1647,19 @@ The React implementation can be found in the [search input](/components/search-i
1479
1647
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1480
1648
  <span class="pf-v6-c-text-input-group__text">
1481
1649
  <span class="pf-v6-c-text-input-group__icon">
1482
- <i class="fas fa-fw fa-search"></i>
1650
+ <svg
1651
+ class="pf-v6-svg"
1652
+ fill="currentColor"
1653
+ viewBox="0 0 32 32"
1654
+ aria-hidden="true"
1655
+ role="img"
1656
+ width="1em"
1657
+ height="1em"
1658
+ >
1659
+ <path
1660
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1661
+ />
1662
+ </svg>
1483
1663
  </span>
1484
1664
  <input
1485
1665
  class="pf-v6-c-text-input-group__text-input"
@@ -1525,14 +1705,14 @@ The React implementation can be found in the [search input](/components/search-i
1525
1705
  <svg
1526
1706
  class="pf-v6-svg"
1527
1707
  fill="currentColor"
1528
- viewBox="0 0 320 512"
1708
+ viewBox="0 0 20 20"
1529
1709
  aria-hidden="true"
1530
1710
  role="img"
1531
1711
  width="1em"
1532
1712
  height="1em"
1533
1713
  >
1534
1714
  <path
1535
- d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
1715
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1536
1716
  />
1537
1717
  </svg>
1538
1718
  </span>
@@ -1548,14 +1728,14 @@ The React implementation can be found in the [search input](/components/search-i
1548
1728
  <svg
1549
1729
  class="pf-v6-svg"
1550
1730
  fill="currentColor"
1551
- viewBox="0 0 448 512"
1731
+ viewBox="0 0 20 20"
1552
1732
  aria-hidden="true"
1553
1733
  role="img"
1554
1734
  width="1em"
1555
1735
  height="1em"
1556
1736
  >
1557
1737
  <path
1558
- d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
1738
+ d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
1559
1739
  />
1560
1740
  </svg>
1561
1741
  </span>
@@ -1574,7 +1754,19 @@ The React implementation can be found in the [search input](/components/search-i
1574
1754
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1575
1755
  <span class="pf-v6-c-text-input-group__text">
1576
1756
  <span class="pf-v6-c-text-input-group__icon">
1577
- <i class="fas fa-fw fa-search"></i>
1757
+ <svg
1758
+ class="pf-v6-svg"
1759
+ fill="currentColor"
1760
+ viewBox="0 0 32 32"
1761
+ aria-hidden="true"
1762
+ role="img"
1763
+ width="1em"
1764
+ height="1em"
1765
+ >
1766
+ <path
1767
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1768
+ />
1769
+ </svg>
1578
1770
  </span>
1579
1771
  <input
1580
1772
  class="pf-v6-c-text-input-group__text-input"
@@ -1620,14 +1812,14 @@ The React implementation can be found in the [search input](/components/search-i
1620
1812
  <svg
1621
1813
  class="pf-v6-svg"
1622
1814
  fill="currentColor"
1623
- viewBox="0 0 320 512"
1815
+ viewBox="0 0 20 20"
1624
1816
  aria-hidden="true"
1625
1817
  role="img"
1626
1818
  width="1em"
1627
1819
  height="1em"
1628
1820
  >
1629
1821
  <path
1630
- d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
1822
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1631
1823
  />
1632
1824
  </svg>
1633
1825
  </span>
@@ -1643,14 +1835,14 @@ The React implementation can be found in the [search input](/components/search-i
1643
1835
  <svg
1644
1836
  class="pf-v6-svg"
1645
1837
  fill="currentColor"
1646
- viewBox="0 0 448 512"
1838
+ viewBox="0 0 20 20"
1647
1839
  aria-hidden="true"
1648
1840
  role="img"
1649
1841
  width="1em"
1650
1842
  height="1em"
1651
1843
  >
1652
1844
  <path
1653
- d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
1845
+ d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
1654
1846
  />
1655
1847
  </svg>
1656
1848
  </span>
@@ -1733,23 +1925,29 @@ The React implementation can be found in the [search input](/components/search-i
1733
1925
  </div>
1734
1926
  </div>
1735
1927
  <div class="pf-v6-c-form__group pf-m-action">
1736
- <div class="pf-v6-c-form__actions">
1737
- <button
1738
- class="pf-v6-c-button pf-m-primary"
1739
- id="submit-advanced-search-expanded"
1740
- type="submit"
1741
- aria-labelledby="submit-advanced-search-expanded search-input-group-advanced-search-expanded"
1742
- >
1743
- <span class="pf-v6-c-button__text">Submit</span>
1744
- </button>
1745
- <button
1746
- class="pf-v6-c-button pf-m-link"
1747
- id="reset-advanced-search-expanded"
1748
- type="reset"
1749
- aria-labelledby="reset-advanced-search-expanded search-input-group-advanced-search-expanded"
1750
- >
1751
- <span class="pf-v6-c-button__text">Reset</span>
1752
- </button>
1928
+ <div class="pf-v6-c-action-list">
1929
+ <div class="pf-v6-c-action-list__group">
1930
+ <div class="pf-v6-c-action-list__item">
1931
+ <button
1932
+ class="pf-v6-c-button pf-m-primary"
1933
+ id="submit-advanced-search-expanded"
1934
+ type="submit"
1935
+ aria-labelledby="submit-advanced-search-expanded search-input-group-advanced-search-expanded"
1936
+ >
1937
+ <span class="pf-v6-c-button__text">Submit</span>
1938
+ </button>
1939
+ </div>
1940
+ <div class="pf-v6-c-action-list__item">
1941
+ <button
1942
+ class="pf-v6-c-button pf-m-link"
1943
+ id="reset-advanced-search-expanded"
1944
+ type="button"
1945
+ aria-labelledby="reset-advanced-search-expanded search-input-group-advanced-search-expanded"
1946
+ >
1947
+ <span class="pf-v6-c-button__text">Cancel</span>
1948
+ </button>
1949
+ </div>
1950
+ </div>
1753
1951
  </div>
1754
1952
  </div>
1755
1953
  </form>
@@ -1766,7 +1964,19 @@ The React implementation can be found in the [search input](/components/search-i
1766
1964
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1767
1965
  <span class="pf-v6-c-text-input-group__text">
1768
1966
  <span class="pf-v6-c-text-input-group__icon">
1769
- <i class="fas fa-fw fa-search"></i>
1967
+ <svg
1968
+ class="pf-v6-svg"
1969
+ fill="currentColor"
1970
+ viewBox="0 0 32 32"
1971
+ aria-hidden="true"
1972
+ role="img"
1973
+ width="1em"
1974
+ height="1em"
1975
+ >
1976
+ <path
1977
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
1978
+ />
1979
+ </svg>
1770
1980
  </span>
1771
1981
  <input
1772
1982
  class="pf-v6-c-text-input-group__text-input"
@@ -1845,7 +2055,19 @@ The React implementation can be found in the [search input](/components/search-i
1845
2055
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1846
2056
  <span class="pf-v6-c-text-input-group__text">
1847
2057
  <span class="pf-v6-c-text-input-group__icon">
1848
- <i class="fas fa-fw fa-search"></i>
2058
+ <svg
2059
+ class="pf-v6-svg"
2060
+ fill="currentColor"
2061
+ viewBox="0 0 32 32"
2062
+ aria-hidden="true"
2063
+ role="img"
2064
+ width="1em"
2065
+ height="1em"
2066
+ >
2067
+ <path
2068
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
2069
+ />
2070
+ </svg>
1849
2071
  </span>
1850
2072
  <input
1851
2073
  class="pf-v6-c-text-input-group__text-input pf-m-hint"
@@ -1907,7 +2129,19 @@ The React implementation can be found in the [search input](/components/search-i
1907
2129
  <div class="pf-v6-c-text-input-group__main pf-m-icon">
1908
2130
  <span class="pf-v6-c-text-input-group__text">
1909
2131
  <span class="pf-v6-c-text-input-group__icon">
1910
- <i class="fas fa-fw fa-search"></i>
2132
+ <svg
2133
+ class="pf-v6-svg"
2134
+ fill="currentColor"
2135
+ viewBox="0 0 32 32"
2136
+ aria-hidden="true"
2137
+ role="img"
2138
+ width="1em"
2139
+ height="1em"
2140
+ >
2141
+ <path
2142
+ d="m30.796 29.205-8.557-8.557A11.945 11.945 0 0 0 25 13c0-6.617-5.383-12-12-12S1 6.383 1 13s5.383 12 12 12c2.904 0 5.57-1.038 7.648-2.761l8.556 8.556a1.122 1.122 0 0 0 1.592 0 1.127 1.127 0 0 0 0-1.591ZM3 13C3 7.486 7.486 3 13 3s10 4.486 10 10-4.486 10-10 10S3 18.514 3 13Z"
2143
+ />
2144
+ </svg>
1911
2145
  </span>
1912
2146
  <input
1913
2147
  class="pf-v6-c-text-input-group__text-input"
@@ -1953,14 +2187,14 @@ The React implementation can be found in the [search input](/components/search-i
1953
2187
  <svg
1954
2188
  class="pf-v6-svg"
1955
2189
  fill="currentColor"
1956
- viewBox="0 0 320 512"
2190
+ viewBox="0 0 20 20"
1957
2191
  aria-hidden="true"
1958
2192
  role="img"
1959
2193
  width="1em"
1960
2194
  height="1em"
1961
2195
  >
1962
2196
  <path
1963
- d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
2197
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1964
2198
  />
1965
2199
  </svg>
1966
2200
  </span>
@@ -1976,14 +2210,14 @@ The React implementation can be found in the [search input](/components/search-i
1976
2210
  <svg
1977
2211
  class="pf-v6-svg"
1978
2212
  fill="currentColor"
1979
- viewBox="0 0 448 512"
2213
+ viewBox="0 0 20 20"
1980
2214
  aria-hidden="true"
1981
2215
  role="img"
1982
2216
  width="1em"
1983
2217
  height="1em"
1984
2218
  >
1985
2219
  <path
1986
- d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
2220
+ d="M18.35 8.94 12.7 3.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 4.29 4.29H2c-.55 0-1 .45-1 1s.45 1 1 1h13.59l-4.29 4.29a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 5.65-5.65c.59-.59.59-1.53 0-2.12Z"
1987
2221
  />
1988
2222
  </svg>
1989
2223
  </span>
@@ -2066,23 +2300,29 @@ The React implementation can be found in the [search input](/components/search-i
2066
2300
  </div>
2067
2301
  </div>
2068
2302
  <div class="pf-v6-c-form__group pf-m-action">
2069
- <div class="pf-v6-c-form__actions">
2070
- <button
2071
- class="pf-v6-c-button pf-m-primary"
2072
- id="submit-advanced-search-expanded-with-autocomplete"
2073
- type="submit"
2074
- aria-labelledby="submit-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
2075
- >
2076
- <span class="pf-v6-c-button__text">Submit</span>
2077
- </button>
2078
- <button
2079
- class="pf-v6-c-button pf-m-link"
2080
- id="reset-advanced-search-expanded-with-autocomplete"
2081
- type="submit"
2082
- aria-labelledby="reset-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
2083
- >
2084
- <span class="pf-v6-c-button__text">Reset</span>
2085
- </button>
2303
+ <div class="pf-v6-c-action-list">
2304
+ <div class="pf-v6-c-action-list__group">
2305
+ <div class="pf-v6-c-action-list__item">
2306
+ <button
2307
+ class="pf-v6-c-button pf-m-primary"
2308
+ id="submit-advanced-search-expanded-with-autocomplete"
2309
+ type="submit"
2310
+ aria-labelledby="submit-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
2311
+ >
2312
+ <span class="pf-v6-c-button__text">Submit</span>
2313
+ </button>
2314
+ </div>
2315
+ <div class="pf-v6-c-action-list__item">
2316
+ <button
2317
+ class="pf-v6-c-button pf-m-link"
2318
+ id="reset-advanced-search-expanded-with-autocomplete"
2319
+ type="submit"
2320
+ aria-labelledby="reset-advanced-search-expanded-with-autocomplete search-input-group-advanced-search-expanded-with-autocomplete"
2321
+ >
2322
+ <span class="pf-v6-c-button__text">Cancel</span>
2323
+ </button>
2324
+ </div>
2325
+ </div>
2086
2326
  </div>
2087
2327
  </div>
2088
2328
  </form>