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

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 (65) hide show
  1. package/components/Button/button.css +76 -3
  2. package/components/Button/button.scss +85 -4
  3. package/components/_index.css +76 -3
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
  5. package/docs/components/ActionList/examples/ActionList.md +143 -11
  6. package/docs/components/Alert/examples/Alert.md +182 -14
  7. package/docs/components/BackToTop/examples/BackToTop.md +13 -1
  8. package/docs/components/Button/examples/Button.md +2017 -157
  9. package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
  10. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +208 -16
  11. package/docs/components/CodeBlock/examples/CodeBlock.md +78 -6
  12. package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
  13. package/docs/components/DatePicker/examples/DatePicker.md +78 -6
  14. package/docs/components/DescriptionList/examples/DescriptionList.md +325 -25
  15. package/docs/components/Drawer/examples/Drawer.md +273 -21
  16. package/docs/components/DualListSelector/examples/DualListSelector.md +106 -112
  17. package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
  18. package/docs/components/InputGroup/examples/InputGroup.md +26 -2
  19. package/docs/components/Label/examples/Label.md +242 -218
  20. package/docs/components/Login/examples/Login.md +26 -2
  21. package/docs/components/Masthead/examples/masthead.md +13 -1
  22. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
  23. package/docs/components/ModalBox/examples/ModalBox.md +195 -15
  24. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +117 -9
  25. package/docs/components/Nav/examples/Navigation.md +52 -4
  26. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +26 -2
  27. package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
  28. package/docs/components/Page/examples/Page.md +13 -1
  29. package/docs/components/Pagination/examples/Pagination.md +624 -48
  30. package/docs/components/Popover/examples/Popover.md +208 -16
  31. package/docs/components/Slider/examples/Slider.md +4 -4
  32. package/docs/components/Table/examples/Table.md +52 -4
  33. package/docs/components/Tabs/examples/Tabs.md +1378 -106
  34. package/docs/components/TextInputGroup/examples/TextInputGroup.md +128 -44
  35. package/docs/components/Toolbar/examples/Toolbar.md +455 -35
  36. package/docs/components/TreeView/examples/TreeView.md +52 -4
  37. package/docs/components/Wizard/examples/Wizard.md +169 -13
  38. package/docs/demos/AboutModal/examples/AboutModal.md +13 -1
  39. package/docs/demos/Alert/examples/Alert.md +39 -3
  40. package/docs/demos/BackToTop/examples/BackToTop.md +13 -1
  41. package/docs/demos/Button/examples/Button.md +13 -1
  42. package/docs/demos/Card/examples/Card.md +65 -5
  43. package/docs/demos/CardView/examples/CardView.md +78 -6
  44. package/docs/demos/Compass/examples/Compass.md +323 -29
  45. package/docs/demos/Dashboard/examples/Dashboard.md +39 -3
  46. package/docs/demos/DataList/examples/DataList.md +312 -24
  47. package/docs/demos/DescriptionList/examples/DescriptionList.md +13 -1
  48. package/docs/demos/Drawer/examples/Drawer.md +39 -3
  49. package/docs/demos/Form/examples/BasicForms.md +106 -10
  50. package/docs/demos/JumpLinks/examples/JumpLinks.md +26 -2
  51. package/docs/demos/Masthead/examples/Masthead.md +40 -4
  52. package/docs/demos/Modal/examples/Modal.md +78 -6
  53. package/docs/demos/Nav/examples/Nav.md +52 -4
  54. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
  55. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
  56. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +295 -55
  57. package/docs/demos/Table/examples/Table.md +1108 -145
  58. package/docs/demos/Tabs/examples/Tabs.md +53 -8
  59. package/docs/demos/Toolbar/examples/Toolbar.md +414 -36
  60. package/docs/demos/Wizard/examples/Wizard.md +130 -10
  61. package/package.json +2 -2
  62. package/patternfly-no-globals.css +76 -3
  63. package/patternfly.css +76 -3
  64. package/patternfly.min.css +1 -1
  65. package/patternfly.min.css.map +1 -1
@@ -25,7 +25,19 @@ cssPrefix: pf-v6-c-popover
25
25
  aria-label="Close"
26
26
  >
27
27
  <span class="pf-v6-c-button__icon">
28
- <i class="fas fa-times" aria-hidden="true"></i>
28
+ <svg
29
+ class="pf-v6-svg"
30
+ viewBox="0 0 352 512"
31
+ fill="currentColor"
32
+ aria-hidden="true"
33
+ role="img"
34
+ width="1em"
35
+ height="1em"
36
+ >
37
+ <path
38
+ 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"
39
+ />
40
+ </svg>
29
41
  </span>
30
42
  </button>
31
43
  </div>
@@ -63,7 +75,19 @@ cssPrefix: pf-v6-c-popover
63
75
  aria-label="Close"
64
76
  >
65
77
  <span class="pf-v6-c-button__icon">
66
- <i class="fas fa-times" aria-hidden="true"></i>
78
+ <svg
79
+ class="pf-v6-svg"
80
+ viewBox="0 0 352 512"
81
+ fill="currentColor"
82
+ aria-hidden="true"
83
+ role="img"
84
+ width="1em"
85
+ height="1em"
86
+ >
87
+ <path
88
+ 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
+ />
90
+ </svg>
67
91
  </span>
68
92
  </button>
69
93
  </div>
@@ -101,7 +125,19 @@ cssPrefix: pf-v6-c-popover
101
125
  aria-label="Close"
102
126
  >
103
127
  <span class="pf-v6-c-button__icon">
104
- <i class="fas fa-times" aria-hidden="true"></i>
128
+ <svg
129
+ class="pf-v6-svg"
130
+ viewBox="0 0 352 512"
131
+ fill="currentColor"
132
+ aria-hidden="true"
133
+ role="img"
134
+ width="1em"
135
+ height="1em"
136
+ >
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"
139
+ />
140
+ </svg>
105
141
  </span>
106
142
  </button>
107
143
  </div>
@@ -139,7 +175,19 @@ cssPrefix: pf-v6-c-popover
139
175
  aria-label="Close"
140
176
  >
141
177
  <span class="pf-v6-c-button__icon">
142
- <i class="fas fa-times" aria-hidden="true"></i>
178
+ <svg
179
+ class="pf-v6-svg"
180
+ viewBox="0 0 352 512"
181
+ fill="currentColor"
182
+ aria-hidden="true"
183
+ role="img"
184
+ width="1em"
185
+ height="1em"
186
+ >
187
+ <path
188
+ 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"
189
+ />
190
+ </svg>
143
191
  </span>
144
192
  </button>
145
193
  </div>
@@ -177,7 +225,19 @@ cssPrefix: pf-v6-c-popover
177
225
  aria-label="Close"
178
226
  >
179
227
  <span class="pf-v6-c-button__icon">
180
- <i class="fas fa-times" aria-hidden="true"></i>
228
+ <svg
229
+ class="pf-v6-svg"
230
+ viewBox="0 0 352 512"
231
+ fill="currentColor"
232
+ aria-hidden="true"
233
+ role="img"
234
+ width="1em"
235
+ height="1em"
236
+ >
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"
239
+ />
240
+ </svg>
181
241
  </span>
182
242
  </button>
183
243
  </div>
@@ -215,7 +275,19 @@ cssPrefix: pf-v6-c-popover
215
275
  aria-label="Close"
216
276
  >
217
277
  <span class="pf-v6-c-button__icon">
218
- <i class="fas fa-times" aria-hidden="true"></i>
278
+ <svg
279
+ class="pf-v6-svg"
280
+ viewBox="0 0 352 512"
281
+ fill="currentColor"
282
+ aria-hidden="true"
283
+ role="img"
284
+ width="1em"
285
+ height="1em"
286
+ >
287
+ <path
288
+ 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"
289
+ />
290
+ </svg>
219
291
  </span>
220
292
  </button>
221
293
  </div>
@@ -253,7 +325,19 @@ cssPrefix: pf-v6-c-popover
253
325
  aria-label="Close"
254
326
  >
255
327
  <span class="pf-v6-c-button__icon">
256
- <i class="fas fa-times" aria-hidden="true"></i>
328
+ <svg
329
+ class="pf-v6-svg"
330
+ viewBox="0 0 352 512"
331
+ fill="currentColor"
332
+ aria-hidden="true"
333
+ role="img"
334
+ width="1em"
335
+ height="1em"
336
+ >
337
+ <path
338
+ 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
+ />
340
+ </svg>
257
341
  </span>
258
342
  </button>
259
343
  </div>
@@ -291,7 +375,19 @@ cssPrefix: pf-v6-c-popover
291
375
  aria-label="Close"
292
376
  >
293
377
  <span class="pf-v6-c-button__icon">
294
- <i class="fas fa-times" aria-hidden="true"></i>
378
+ <svg
379
+ class="pf-v6-svg"
380
+ viewBox="0 0 352 512"
381
+ fill="currentColor"
382
+ aria-hidden="true"
383
+ role="img"
384
+ width="1em"
385
+ height="1em"
386
+ >
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"
389
+ />
390
+ </svg>
295
391
  </span>
296
392
  </button>
297
393
  </div>
@@ -329,7 +425,19 @@ cssPrefix: pf-v6-c-popover
329
425
  aria-label="Close"
330
426
  >
331
427
  <span class="pf-v6-c-button__icon">
332
- <i class="fas fa-times" aria-hidden="true"></i>
428
+ <svg
429
+ class="pf-v6-svg"
430
+ viewBox="0 0 352 512"
431
+ fill="currentColor"
432
+ aria-hidden="true"
433
+ role="img"
434
+ width="1em"
435
+ height="1em"
436
+ >
437
+ <path
438
+ 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"
439
+ />
440
+ </svg>
333
441
  </span>
334
442
  </button>
335
443
  </div>
@@ -382,7 +490,19 @@ cssPrefix: pf-v6-c-popover
382
490
  aria-label="Close"
383
491
  >
384
492
  <span class="pf-v6-c-button__icon">
385
- <i class="fas fa-times" aria-hidden="true"></i>
493
+ <svg
494
+ class="pf-v6-svg"
495
+ viewBox="0 0 352 512"
496
+ fill="currentColor"
497
+ aria-hidden="true"
498
+ role="img"
499
+ width="1em"
500
+ height="1em"
501
+ >
502
+ <path
503
+ 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"
504
+ />
505
+ </svg>
386
506
  </span>
387
507
  </button>
388
508
  </div>
@@ -420,7 +540,19 @@ cssPrefix: pf-v6-c-popover
420
540
  aria-label="Close"
421
541
  >
422
542
  <span class="pf-v6-c-button__icon">
423
- <i class="fas fa-times" aria-hidden="true"></i>
543
+ <svg
544
+ class="pf-v6-svg"
545
+ viewBox="0 0 352 512"
546
+ fill="currentColor"
547
+ aria-hidden="true"
548
+ role="img"
549
+ width="1em"
550
+ height="1em"
551
+ >
552
+ <path
553
+ 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"
554
+ />
555
+ </svg>
424
556
  </span>
425
557
  </button>
426
558
  </div>
@@ -461,7 +593,19 @@ cssPrefix: pf-v6-c-popover
461
593
  aria-label="Close"
462
594
  >
463
595
  <span class="pf-v6-c-button__icon">
464
- <i class="fas fa-times" aria-hidden="true"></i>
596
+ <svg
597
+ class="pf-v6-svg"
598
+ viewBox="0 0 352 512"
599
+ fill="currentColor"
600
+ aria-hidden="true"
601
+ role="img"
602
+ width="1em"
603
+ height="1em"
604
+ >
605
+ <path
606
+ 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"
607
+ />
608
+ </svg>
465
609
  </span>
466
610
  </button>
467
611
  </div>
@@ -508,7 +652,19 @@ cssPrefix: pf-v6-c-popover
508
652
  aria-label="Close"
509
653
  >
510
654
  <span class="pf-v6-c-button__icon">
511
- <i class="fas fa-times" aria-hidden="true"></i>
655
+ <svg
656
+ class="pf-v6-svg"
657
+ viewBox="0 0 352 512"
658
+ fill="currentColor"
659
+ aria-hidden="true"
660
+ role="img"
661
+ width="1em"
662
+ height="1em"
663
+ >
664
+ <path
665
+ 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"
666
+ />
667
+ </svg>
512
668
  </span>
513
669
  </button>
514
670
  </div>
@@ -555,7 +711,19 @@ cssPrefix: pf-v6-c-popover
555
711
  aria-label="Close"
556
712
  >
557
713
  <span class="pf-v6-c-button__icon">
558
- <i class="fas fa-times" aria-hidden="true"></i>
714
+ <svg
715
+ class="pf-v6-svg"
716
+ viewBox="0 0 352 512"
717
+ fill="currentColor"
718
+ aria-hidden="true"
719
+ role="img"
720
+ width="1em"
721
+ height="1em"
722
+ >
723
+ <path
724
+ 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"
725
+ />
726
+ </svg>
559
727
  </span>
560
728
  </button>
561
729
  </div>
@@ -602,7 +770,19 @@ cssPrefix: pf-v6-c-popover
602
770
  aria-label="Close"
603
771
  >
604
772
  <span class="pf-v6-c-button__icon">
605
- <i class="fas fa-times" aria-hidden="true"></i>
773
+ <svg
774
+ class="pf-v6-svg"
775
+ viewBox="0 0 352 512"
776
+ fill="currentColor"
777
+ aria-hidden="true"
778
+ role="img"
779
+ width="1em"
780
+ height="1em"
781
+ >
782
+ <path
783
+ 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"
784
+ />
785
+ </svg>
606
786
  </span>
607
787
  </button>
608
788
  </div>
@@ -649,7 +829,19 @@ cssPrefix: pf-v6-c-popover
649
829
  aria-label="Close"
650
830
  >
651
831
  <span class="pf-v6-c-button__icon">
652
- <i class="fas fa-times" aria-hidden="true"></i>
832
+ <svg
833
+ class="pf-v6-svg"
834
+ viewBox="0 0 352 512"
835
+ fill="currentColor"
836
+ aria-hidden="true"
837
+ role="img"
838
+ width="1em"
839
+ height="1em"
840
+ >
841
+ <path
842
+ 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"
843
+ />
844
+ </svg>
653
845
  </span>
654
846
  </button>
655
847
  </div>
@@ -371,7 +371,7 @@ cssPrefix: pf-v6-c-slider
371
371
  <div class="pf-v6-c-slider__actions">
372
372
  <button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Minus">
373
373
  <span class="pf-v6-c-button__icon">
374
- <i class="fas fa-minus fa-fw" aria-hidden="true"></i>
374
+ <!-- Icon "minus fa-fw" not found -->
375
375
  </span>
376
376
  </button>
377
377
  </div>
@@ -392,7 +392,7 @@ cssPrefix: pf-v6-c-slider
392
392
  <div class="pf-v6-c-slider__actions">
393
393
  <button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Plus">
394
394
  <span class="pf-v6-c-button__icon">
395
- <i class="fas fa-plus fa-fw" aria-hidden="true"></i>
395
+ <!-- Icon "plus fa-fw" not found -->
396
396
  </span>
397
397
  </button>
398
398
  </div>
@@ -436,7 +436,7 @@ cssPrefix: pf-v6-c-slider
436
436
  <div class="pf-v6-c-slider__actions">
437
437
  <button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Locked">
438
438
  <span class="pf-v6-c-button__icon">
439
- <i class="fas fa-lock fa-fw" aria-hidden="true"></i>
439
+ <!-- Icon "lock fa-fw" not found -->
440
440
  </span>
441
441
  </button>
442
442
  </div>
@@ -475,7 +475,7 @@ cssPrefix: pf-v6-c-slider
475
475
  <div class="pf-v6-c-slider__actions">
476
476
  <button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Lock">
477
477
  <span class="pf-v6-c-button__icon">
478
- <i class="fas fa-lock-open fa-fw" aria-hidden="true"></i>
478
+ <!-- Icon "lock-open fa-fw" not found -->
479
479
  </span>
480
480
  </button>
481
481
  </div>
@@ -23673,7 +23673,19 @@ For sticky columns to function correctly, the parent table's width must be contr
23673
23673
  aria-labelledby="table-draggable-rows-row-1-draggable-button table-draggable-rows-row-1-node"
23674
23674
  >
23675
23675
  <span class="pf-v6-c-button__icon">
23676
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
23676
+ <svg
23677
+ class="pf-v6-svg"
23678
+ viewBox="0 0 320 512"
23679
+ fill="currentColor"
23680
+ aria-hidden="true"
23681
+ role="img"
23682
+ width="1em"
23683
+ height="1em"
23684
+ >
23685
+ <path
23686
+ d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
23687
+ />
23688
+ </svg>
23677
23689
  </span>
23678
23690
  </button>
23679
23691
  </td>
@@ -23702,7 +23714,19 @@ For sticky columns to function correctly, the parent table's width must be contr
23702
23714
  aria-labelledby="table-draggable-rows-row-2-draggable-button table-draggable-rows-row-2-node"
23703
23715
  >
23704
23716
  <span class="pf-v6-c-button__icon">
23705
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
23717
+ <svg
23718
+ class="pf-v6-svg"
23719
+ viewBox="0 0 320 512"
23720
+ fill="currentColor"
23721
+ aria-hidden="true"
23722
+ role="img"
23723
+ width="1em"
23724
+ height="1em"
23725
+ >
23726
+ <path
23727
+ d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
23728
+ />
23729
+ </svg>
23706
23730
  </span>
23707
23731
  </button>
23708
23732
  </td>
@@ -23732,7 +23756,19 @@ For sticky columns to function correctly, the parent table's width must be contr
23732
23756
  aria-labelledby="table-draggable-rows-row-3-draggable-button table-draggable-rows-row-3-node"
23733
23757
  >
23734
23758
  <span class="pf-v6-c-button__icon">
23735
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
23759
+ <svg
23760
+ class="pf-v6-svg"
23761
+ viewBox="0 0 320 512"
23762
+ fill="currentColor"
23763
+ aria-hidden="true"
23764
+ role="img"
23765
+ width="1em"
23766
+ height="1em"
23767
+ >
23768
+ <path
23769
+ d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
23770
+ />
23771
+ </svg>
23736
23772
  </span>
23737
23773
  </button>
23738
23774
  </td>
@@ -23761,7 +23797,19 @@ For sticky columns to function correctly, the parent table's width must be contr
23761
23797
  aria-labelledby="table-draggable-rows-row-4-draggable-button table-draggable-rows-row-4-node"
23762
23798
  >
23763
23799
  <span class="pf-v6-c-button__icon">
23764
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
23800
+ <svg
23801
+ class="pf-v6-svg"
23802
+ viewBox="0 0 320 512"
23803
+ fill="currentColor"
23804
+ aria-hidden="true"
23805
+ role="img"
23806
+ width="1em"
23807
+ height="1em"
23808
+ >
23809
+ <path
23810
+ d="M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z"
23811
+ />
23812
+ </svg>
23765
23813
  </span>
23766
23814
  </button>
23767
23815
  </td>