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

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 +75 -2
  2. package/components/Button/button.scss +84 -3
  3. package/components/_index.css +75 -2
  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 +75 -2
  63. package/patternfly.css +75 -2
  64. package/patternfly.min.css +1 -1
  65. package/patternfly.min.css.map +1 -1
@@ -39,10 +39,7 @@ cssPrefix: pf-v6-c-dual-list-selector
39
39
  aria-label="Sort"
40
40
  >
41
41
  <span class="pf-v6-c-button__icon pf-m-start">
42
- <i
43
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
44
- aria-hidden="true"
45
- ></i>
42
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
46
43
  </span>
47
44
  </button>
48
45
  <button
@@ -134,7 +131,7 @@ cssPrefix: pf-v6-c-dual-list-selector
134
131
  aria-label="Add selected"
135
132
  >
136
133
  <span class="pf-v6-c-button__icon">
137
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
134
+ <!-- Icon "angle-right fa-fw" not found -->
138
135
  </span>
139
136
  </button>
140
137
  </div>
@@ -145,7 +142,7 @@ cssPrefix: pf-v6-c-dual-list-selector
145
142
  aria-label="Add all"
146
143
  >
147
144
  <span class="pf-v6-c-button__icon">
148
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
145
+ <!-- Icon "angle-double-right fa-fw" not found -->
149
146
  </span>
150
147
  </button>
151
148
  </div>
@@ -157,7 +154,7 @@ cssPrefix: pf-v6-c-dual-list-selector
157
154
  aria-label="Remove all"
158
155
  >
159
156
  <span class="pf-v6-c-button__icon">
160
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
157
+ <!-- Icon "angle-double-left fa-fw" not found -->
161
158
  </span>
162
159
  </button>
163
160
  </div>
@@ -169,7 +166,7 @@ cssPrefix: pf-v6-c-dual-list-selector
169
166
  aria-label="Remove selected"
170
167
  >
171
168
  <span class="pf-v6-c-button__icon">
172
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
169
+ <!-- Icon "angle-left fa-fw" not found -->
173
170
  </span>
174
171
  </button>
175
172
  </div>
@@ -205,10 +202,7 @@ cssPrefix: pf-v6-c-dual-list-selector
205
202
  aria-label="Sort"
206
203
  >
207
204
  <span class="pf-v6-c-button__icon pf-m-start">
208
- <i
209
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
210
- aria-hidden="true"
211
- ></i>
205
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
212
206
  </span>
213
207
  </button>
214
208
  <button
@@ -279,10 +273,7 @@ cssPrefix: pf-v6-c-dual-list-selector
279
273
  aria-label="Sort"
280
274
  >
281
275
  <span class="pf-v6-c-button__icon pf-m-start">
282
- <i
283
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
284
- aria-hidden="true"
285
- ></i>
276
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
286
277
  </span>
287
278
  </button>
288
279
  <button
@@ -368,7 +359,7 @@ cssPrefix: pf-v6-c-dual-list-selector
368
359
  aria-label="Add selected"
369
360
  >
370
361
  <span class="pf-v6-c-button__icon">
371
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
362
+ <!-- Icon "angle-right fa-fw" not found -->
372
363
  </span>
373
364
  </button>
374
365
  </div>
@@ -379,7 +370,7 @@ cssPrefix: pf-v6-c-dual-list-selector
379
370
  aria-label="Add all"
380
371
  >
381
372
  <span class="pf-v6-c-button__icon">
382
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
373
+ <!-- Icon "angle-double-right fa-fw" not found -->
383
374
  </span>
384
375
  </button>
385
376
  </div>
@@ -391,7 +382,7 @@ cssPrefix: pf-v6-c-dual-list-selector
391
382
  aria-label="Remove all"
392
383
  >
393
384
  <span class="pf-v6-c-button__icon">
394
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
385
+ <!-- Icon "angle-double-left fa-fw" not found -->
395
386
  </span>
396
387
  </button>
397
388
  </div>
@@ -403,7 +394,7 @@ cssPrefix: pf-v6-c-dual-list-selector
403
394
  aria-label="Remove selected"
404
395
  >
405
396
  <span class="pf-v6-c-button__icon">
406
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
397
+ <!-- Icon "angle-left fa-fw" not found -->
407
398
  </span>
408
399
  </button>
409
400
  </div>
@@ -439,10 +430,7 @@ cssPrefix: pf-v6-c-dual-list-selector
439
430
  aria-label="Sort"
440
431
  >
441
432
  <span class="pf-v6-c-button__icon pf-m-start">
442
- <i
443
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
444
- aria-hidden="true"
445
- ></i>
433
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
446
434
  </span>
447
435
  </button>
448
436
  <button
@@ -513,10 +501,7 @@ cssPrefix: pf-v6-c-dual-list-selector
513
501
  aria-label="Sort"
514
502
  >
515
503
  <span class="pf-v6-c-button__icon pf-m-start">
516
- <i
517
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
518
- aria-hidden="true"
519
- ></i>
504
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
520
505
  </span>
521
506
  </button>
522
507
  <button
@@ -602,7 +587,7 @@ cssPrefix: pf-v6-c-dual-list-selector
602
587
  aria-label="Add selected"
603
588
  >
604
589
  <span class="pf-v6-c-button__icon">
605
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
590
+ <!-- Icon "angle-right fa-fw" not found -->
606
591
  </span>
607
592
  </button>
608
593
  </div>
@@ -613,7 +598,7 @@ cssPrefix: pf-v6-c-dual-list-selector
613
598
  aria-label="Add all"
614
599
  >
615
600
  <span class="pf-v6-c-button__icon">
616
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
601
+ <!-- Icon "angle-double-right fa-fw" not found -->
617
602
  </span>
618
603
  </button>
619
604
  </div>
@@ -625,7 +610,7 @@ cssPrefix: pf-v6-c-dual-list-selector
625
610
  aria-label="Remove all"
626
611
  >
627
612
  <span class="pf-v6-c-button__icon">
628
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
613
+ <!-- Icon "angle-double-left fa-fw" not found -->
629
614
  </span>
630
615
  </button>
631
616
  </div>
@@ -637,7 +622,7 @@ cssPrefix: pf-v6-c-dual-list-selector
637
622
  aria-label="Remove selected"
638
623
  >
639
624
  <span class="pf-v6-c-button__icon">
640
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
625
+ <!-- Icon "angle-left fa-fw" not found -->
641
626
  </span>
642
627
  </button>
643
628
  </div>
@@ -673,10 +658,7 @@ cssPrefix: pf-v6-c-dual-list-selector
673
658
  aria-label="Sort"
674
659
  >
675
660
  <span class="pf-v6-c-button__icon pf-m-start">
676
- <i
677
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
678
- aria-hidden="true"
679
- ></i>
661
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
680
662
  </span>
681
663
  </button>
682
664
  <button
@@ -747,10 +729,7 @@ cssPrefix: pf-v6-c-dual-list-selector
747
729
  aria-label="Sort"
748
730
  >
749
731
  <span class="pf-v6-c-button__icon pf-m-start">
750
- <i
751
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
752
- aria-hidden="true"
753
- ></i>
732
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
754
733
  </span>
755
734
  </button>
756
735
  <button
@@ -837,7 +816,7 @@ cssPrefix: pf-v6-c-dual-list-selector
837
816
  aria-label="Add selected"
838
817
  >
839
818
  <span class="pf-v6-c-button__icon">
840
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
819
+ <!-- Icon "angle-right fa-fw" not found -->
841
820
  </span>
842
821
  </button>
843
822
  </div>
@@ -848,7 +827,7 @@ cssPrefix: pf-v6-c-dual-list-selector
848
827
  aria-label="Add all"
849
828
  >
850
829
  <span class="pf-v6-c-button__icon">
851
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
830
+ <!-- Icon "angle-double-right fa-fw" not found -->
852
831
  </span>
853
832
  </button>
854
833
  </div>
@@ -859,7 +838,7 @@ cssPrefix: pf-v6-c-dual-list-selector
859
838
  aria-label="Remove all"
860
839
  >
861
840
  <span class="pf-v6-c-button__icon">
862
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
841
+ <!-- Icon "angle-double-left fa-fw" not found -->
863
842
  </span>
864
843
  </button>
865
844
  </div>
@@ -871,7 +850,7 @@ cssPrefix: pf-v6-c-dual-list-selector
871
850
  aria-label="Remove selected"
872
851
  >
873
852
  <span class="pf-v6-c-button__icon">
874
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
853
+ <!-- Icon "angle-left fa-fw" not found -->
875
854
  </span>
876
855
  </button>
877
856
  </div>
@@ -907,10 +886,7 @@ cssPrefix: pf-v6-c-dual-list-selector
907
886
  aria-label="Sort"
908
887
  >
909
888
  <span class="pf-v6-c-button__icon pf-m-start">
910
- <i
911
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
912
- aria-hidden="true"
913
- ></i>
889
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
914
890
  </span>
915
891
  </button>
916
892
  <button
@@ -991,10 +967,7 @@ cssPrefix: pf-v6-c-dual-list-selector
991
967
  aria-label="Sort"
992
968
  >
993
969
  <span class="pf-v6-c-button__icon pf-m-start">
994
- <i
995
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
996
- aria-hidden="true"
997
- ></i>
970
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
998
971
  </span>
999
972
  </button>
1000
973
  <button
@@ -1081,7 +1054,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1081
1054
  aria-label="Add selected"
1082
1055
  >
1083
1056
  <span class="pf-v6-c-button__icon">
1084
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
1057
+ <!-- Icon "angle-right fa-fw" not found -->
1085
1058
  </span>
1086
1059
  </button>
1087
1060
  </div>
@@ -1092,7 +1065,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1092
1065
  aria-label="Add all"
1093
1066
  >
1094
1067
  <span class="pf-v6-c-button__icon">
1095
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
1068
+ <!-- Icon "angle-double-right fa-fw" not found -->
1096
1069
  </span>
1097
1070
  </button>
1098
1071
  </div>
@@ -1103,7 +1076,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1103
1076
  aria-label="Remove all"
1104
1077
  >
1105
1078
  <span class="pf-v6-c-button__icon">
1106
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
1079
+ <!-- Icon "angle-double-left fa-fw" not found -->
1107
1080
  </span>
1108
1081
  </button>
1109
1082
  </div>
@@ -1114,7 +1087,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1114
1087
  aria-label="Remove selected"
1115
1088
  >
1116
1089
  <span class="pf-v6-c-button__icon">
1117
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
1090
+ <!-- Icon "angle-left fa-fw" not found -->
1118
1091
  </span>
1119
1092
  </button>
1120
1093
  </div>
@@ -1150,10 +1123,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1150
1123
  aria-label="Sort"
1151
1124
  >
1152
1125
  <span class="pf-v6-c-button__icon pf-m-start">
1153
- <i
1154
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1155
- aria-hidden="true"
1156
- ></i>
1126
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
1157
1127
  </span>
1158
1128
  </button>
1159
1129
  <button
@@ -1234,10 +1204,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1234
1204
  aria-label="Sort"
1235
1205
  >
1236
1206
  <span class="pf-v6-c-button__icon pf-m-start">
1237
- <i
1238
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1239
- aria-hidden="true"
1240
- ></i>
1207
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
1241
1208
  </span>
1242
1209
  </button>
1243
1210
  <button
@@ -1576,7 +1543,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1576
1543
  aria-label="Add selected"
1577
1544
  >
1578
1545
  <span class="pf-v6-c-button__icon">
1579
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
1546
+ <!-- Icon "angle-right fa-fw" not found -->
1580
1547
  </span>
1581
1548
  </button>
1582
1549
  </div>
@@ -1587,7 +1554,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1587
1554
  aria-label="Add all"
1588
1555
  >
1589
1556
  <span class="pf-v6-c-button__icon">
1590
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
1557
+ <!-- Icon "angle-double-right fa-fw" not found -->
1591
1558
  </span>
1592
1559
  </button>
1593
1560
  </div>
@@ -1599,7 +1566,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1599
1566
  aria-label="Remove all"
1600
1567
  >
1601
1568
  <span class="pf-v6-c-button__icon">
1602
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
1569
+ <!-- Icon "angle-double-left fa-fw" not found -->
1603
1570
  </span>
1604
1571
  </button>
1605
1572
  </div>
@@ -1611,7 +1578,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1611
1578
  aria-label="Remove selected"
1612
1579
  >
1613
1580
  <span class="pf-v6-c-button__icon">
1614
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
1581
+ <!-- Icon "angle-left fa-fw" not found -->
1615
1582
  </span>
1616
1583
  </button>
1617
1584
  </div>
@@ -1647,10 +1614,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1647
1614
  aria-label="Sort"
1648
1615
  >
1649
1616
  <span class="pf-v6-c-button__icon pf-m-start">
1650
- <i
1651
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1652
- aria-hidden="true"
1653
- ></i>
1617
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
1654
1618
  </span>
1655
1619
  </button>
1656
1620
  <button
@@ -1721,10 +1685,7 @@ cssPrefix: pf-v6-c-dual-list-selector
1721
1685
  aria-label="Sort"
1722
1686
  >
1723
1687
  <span class="pf-v6-c-button__icon pf-m-start">
1724
- <i
1725
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
1726
- aria-hidden="true"
1727
- ></i>
1688
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
1728
1689
  </span>
1729
1690
  </button>
1730
1691
  <button
@@ -2047,7 +2008,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2047
2008
  aria-label="Add selected"
2048
2009
  >
2049
2010
  <span class="pf-v6-c-button__icon">
2050
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
2011
+ <!-- Icon "angle-right fa-fw" not found -->
2051
2012
  </span>
2052
2013
  </button>
2053
2014
  </div>
@@ -2058,7 +2019,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2058
2019
  aria-label="Add all"
2059
2020
  >
2060
2021
  <span class="pf-v6-c-button__icon">
2061
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
2022
+ <!-- Icon "angle-double-right fa-fw" not found -->
2062
2023
  </span>
2063
2024
  </button>
2064
2025
  </div>
@@ -2070,7 +2031,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2070
2031
  aria-label="Remove all"
2071
2032
  >
2072
2033
  <span class="pf-v6-c-button__icon">
2073
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
2034
+ <!-- Icon "angle-double-left fa-fw" not found -->
2074
2035
  </span>
2075
2036
  </button>
2076
2037
  </div>
@@ -2082,7 +2043,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2082
2043
  aria-label="Remove selected"
2083
2044
  >
2084
2045
  <span class="pf-v6-c-button__icon">
2085
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
2046
+ <!-- Icon "angle-left fa-fw" not found -->
2086
2047
  </span>
2087
2048
  </button>
2088
2049
  </div>
@@ -2118,10 +2079,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2118
2079
  aria-label="Sort"
2119
2080
  >
2120
2081
  <span class="pf-v6-c-button__icon pf-m-start">
2121
- <i
2122
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2123
- aria-hidden="true"
2124
- ></i>
2082
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2125
2083
  </span>
2126
2084
  </button>
2127
2085
  <button
@@ -2250,10 +2208,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2250
2208
  aria-label="Sort"
2251
2209
  >
2252
2210
  <span class="pf-v6-c-button__icon pf-m-start">
2253
- <i
2254
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2255
- aria-hidden="true"
2256
- ></i>
2211
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2257
2212
  </span>
2258
2213
  </button>
2259
2214
  <button
@@ -2592,7 +2547,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2592
2547
  aria-label="Add selected"
2593
2548
  >
2594
2549
  <span class="pf-v6-c-button__icon">
2595
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
2550
+ <!-- Icon "angle-right fa-fw" not found -->
2596
2551
  </span>
2597
2552
  </button>
2598
2553
  </div>
@@ -2603,7 +2558,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2603
2558
  aria-label="Add all"
2604
2559
  >
2605
2560
  <span class="pf-v6-c-button__icon">
2606
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
2561
+ <!-- Icon "angle-double-right fa-fw" not found -->
2607
2562
  </span>
2608
2563
  </button>
2609
2564
  </div>
@@ -2615,7 +2570,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2615
2570
  aria-label="Remove all"
2616
2571
  >
2617
2572
  <span class="pf-v6-c-button__icon">
2618
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
2573
+ <!-- Icon "angle-double-left fa-fw" not found -->
2619
2574
  </span>
2620
2575
  </button>
2621
2576
  </div>
@@ -2627,7 +2582,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2627
2582
  aria-label="Remove selected"
2628
2583
  >
2629
2584
  <span class="pf-v6-c-button__icon">
2630
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
2585
+ <!-- Icon "angle-left fa-fw" not found -->
2631
2586
  </span>
2632
2587
  </button>
2633
2588
  </div>
@@ -2663,10 +2618,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2663
2618
  aria-label="Sort"
2664
2619
  >
2665
2620
  <span class="pf-v6-c-button__icon pf-m-start">
2666
- <i
2667
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2668
- aria-hidden="true"
2669
- ></i>
2621
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2670
2622
  </span>
2671
2623
  </button>
2672
2624
  <button
@@ -2740,10 +2692,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2740
2692
  aria-label="Sort"
2741
2693
  >
2742
2694
  <span class="pf-v6-c-button__icon pf-m-start">
2743
- <i
2744
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2745
- aria-hidden="true"
2746
- ></i>
2695
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2747
2696
  </span>
2748
2697
  </button>
2749
2698
  <button
@@ -2812,7 +2761,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2812
2761
  aria-label="Add selected"
2813
2762
  >
2814
2763
  <span class="pf-v6-c-button__icon">
2815
- <i class="fas fa-angle-right fa-fw" aria-hidden="true"></i>
2764
+ <!-- Icon "angle-right fa-fw" not found -->
2816
2765
  </span>
2817
2766
  </button>
2818
2767
  </div>
@@ -2823,7 +2772,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2823
2772
  aria-label="Add all"
2824
2773
  >
2825
2774
  <span class="pf-v6-c-button__icon">
2826
- <i class="fas fa-angle-double-right fa-fw" aria-hidden="true"></i>
2775
+ <!-- Icon "angle-double-right fa-fw" not found -->
2827
2776
  </span>
2828
2777
  </button>
2829
2778
  </div>
@@ -2835,7 +2784,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2835
2784
  aria-label="Remove all"
2836
2785
  >
2837
2786
  <span class="pf-v6-c-button__icon">
2838
- <i class="fas fa-angle-double-left fa-fw" aria-hidden="true"></i>
2787
+ <!-- Icon "angle-double-left fa-fw" not found -->
2839
2788
  </span>
2840
2789
  </button>
2841
2790
  </div>
@@ -2847,7 +2796,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2847
2796
  aria-label="Remove selected"
2848
2797
  >
2849
2798
  <span class="pf-v6-c-button__icon">
2850
- <i class="fas fa-angle-left fa-fw" aria-hidden="true"></i>
2799
+ <!-- Icon "angle-left fa-fw" not found -->
2851
2800
  </span>
2852
2801
  </button>
2853
2802
  </div>
@@ -2883,10 +2832,7 @@ cssPrefix: pf-v6-c-dual-list-selector
2883
2832
  aria-label="Sort"
2884
2833
  >
2885
2834
  <span class="pf-v6-c-button__icon pf-m-start">
2886
- <i
2887
- class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
2888
- aria-hidden="true"
2889
- ></i>
2835
+ <!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
2890
2836
  </span>
2891
2837
  </button>
2892
2838
  <button
@@ -2921,7 +2867,19 @@ cssPrefix: pf-v6-c-dual-list-selector
2921
2867
  <div class="pf-v6-c-dual-list-selector__draggable">
2922
2868
  <span class="pf-v6-c-button pf-m-plain pf-m-disabled">
2923
2869
  <span class="pf-v6-c-button__icon">
2924
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
2870
+ <svg
2871
+ class="pf-v6-svg"
2872
+ viewBox="0 0 320 512"
2873
+ fill="currentColor"
2874
+ aria-hidden="true"
2875
+ role="img"
2876
+ width="1em"
2877
+ height="1em"
2878
+ >
2879
+ <path
2880
+ 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"
2881
+ />
2882
+ </svg>
2925
2883
  </span>
2926
2884
  </span>
2927
2885
  </div>
@@ -2940,7 +2898,19 @@ cssPrefix: pf-v6-c-dual-list-selector
2940
2898
  <div class="pf-v6-c-dual-list-selector__draggable">
2941
2899
  <span class="pf-v6-c-button pf-m-plain">
2942
2900
  <span class="pf-v6-c-button__icon">
2943
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
2901
+ <svg
2902
+ class="pf-v6-svg"
2903
+ viewBox="0 0 320 512"
2904
+ fill="currentColor"
2905
+ aria-hidden="true"
2906
+ role="img"
2907
+ width="1em"
2908
+ height="1em"
2909
+ >
2910
+ <path
2911
+ 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"
2912
+ />
2913
+ </svg>
2944
2914
  </span>
2945
2915
  </span>
2946
2916
  </div>
@@ -2959,7 +2929,19 @@ cssPrefix: pf-v6-c-dual-list-selector
2959
2929
  <div class="pf-v6-c-dual-list-selector__draggable">
2960
2930
  <span class="pf-v6-c-button pf-m-plain pf-m-disabled">
2961
2931
  <span class="pf-v6-c-button__icon">
2962
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
2932
+ <svg
2933
+ class="pf-v6-svg"
2934
+ viewBox="0 0 320 512"
2935
+ fill="currentColor"
2936
+ aria-hidden="true"
2937
+ role="img"
2938
+ width="1em"
2939
+ height="1em"
2940
+ >
2941
+ <path
2942
+ 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"
2943
+ />
2944
+ </svg>
2963
2945
  </span>
2964
2946
  </span>
2965
2947
  </div>
@@ -2978,7 +2960,19 @@ cssPrefix: pf-v6-c-dual-list-selector
2978
2960
  <div class="pf-v6-c-dual-list-selector__draggable">
2979
2961
  <span class="pf-v6-c-button pf-m-plain">
2980
2962
  <span class="pf-v6-c-button__icon">
2981
- <i class="fas fa-grip-vertical" aria-hidden="true"></i>
2963
+ <svg
2964
+ class="pf-v6-svg"
2965
+ viewBox="0 0 320 512"
2966
+ fill="currentColor"
2967
+ aria-hidden="true"
2968
+ role="img"
2969
+ width="1em"
2970
+ height="1em"
2971
+ >
2972
+ <path
2973
+ 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"
2974
+ />
2975
+ </svg>
2982
2976
  </span>
2983
2977
  </span>
2984
2978
  </div>