@patternfly/patternfly 6.0.0-alpha.165 → 6.0.0-alpha.166

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 (85) hide show
  1. package/components/Button/button.css +33 -14
  2. package/components/Button/button.scss +36 -14
  3. package/components/_index.css +33 -14
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
  5. package/docs/components/ActionList/examples/ActionList.md +60 -20
  6. package/docs/components/Alert/examples/Alert.md +106 -62
  7. package/docs/components/BackToTop/examples/BackToTop.md +5 -3
  8. package/docs/components/Banner/examples/Banner.md +9 -3
  9. package/docs/components/Button/examples/Button.md +536 -367
  10. package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
  11. package/docs/components/Card/examples/Card.md +43 -29
  12. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +75 -33
  13. package/docs/components/CodeBlock/examples/CodeBlock.md +18 -6
  14. package/docs/components/CodeEditor/examples/CodeEditor.md +44 -22
  15. package/docs/components/ContextSelector/deprecated/context-selector.md +6 -8
  16. package/docs/components/DataList/examples/DataList.md +121 -63
  17. package/docs/components/DatePicker/examples/DatePicker.md +18 -6
  18. package/docs/components/DescriptionList/examples/DescriptionList.md +125 -75
  19. package/docs/components/Drawer/examples/Drawer.md +57 -19
  20. package/docs/components/DualListSelector/examples/DualListSelector.md +204 -100
  21. package/docs/components/EmptyState/examples/EmptyState.md +123 -53
  22. package/docs/components/FileUpload/examples/FileUpload.md +42 -14
  23. package/docs/components/Form/examples/Form.md +53 -19
  24. package/docs/components/Hint/examples/Hint.md +9 -9
  25. package/docs/components/InlineEdit/examples/InlineEdit.md +78 -26
  26. package/docs/components/InputGroup/examples/InputGroup.md +27 -9
  27. package/docs/components/JumpLinks/examples/JumpLinks.md +188 -68
  28. package/docs/components/Label/examples/Label.md +651 -217
  29. package/docs/components/LogViewer/examples/LogViewer.md +218 -86
  30. package/docs/components/Login/examples/Login.md +346 -282
  31. package/docs/components/Masthead/examples/masthead.md +27 -9
  32. package/docs/components/Menu/examples/Menu.md +35 -25
  33. package/docs/components/MenuToggle/examples/MenuToggle.md +3 -1
  34. package/docs/components/ModalBox/examples/ModalBox.md +48 -16
  35. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +48 -16
  36. package/docs/components/Nav/examples/Navigation.md +12 -4
  37. package/docs/components/NotificationBadge/examples/NotificationBadge.md +78 -42
  38. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +6 -2
  39. package/docs/components/NumberInput/examples/NumberInput.md +96 -48
  40. package/docs/components/OverflowMenu/examples/overflow-menu.md +48 -16
  41. package/docs/components/Page/examples/Page.md +21 -7
  42. package/docs/components/Pagination/examples/Pagination.md +132 -44
  43. package/docs/components/Popover/examples/Popover.md +45 -15
  44. package/docs/components/Select/deprecated/Select.md +111 -55
  45. package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
  46. package/docs/components/Slider/examples/Slider.md +12 -4
  47. package/docs/components/Table/examples/Table.md +363 -208
  48. package/docs/components/Tabs/examples/Tabs.md +1230 -574
  49. package/docs/components/TextInputGroup/examples/TextInputGroup.md +132 -44
  50. package/docs/components/Toolbar/examples/Toolbar.md +120 -64
  51. package/docs/components/TreeView/examples/TreeView.md +12 -4
  52. package/docs/components/Wizard/examples/Wizard.md +105 -38
  53. package/docs/demos/AboutModal/examples/AboutModal.md +9 -3
  54. package/docs/demos/Alert/examples/Alert.md +39 -25
  55. package/docs/demos/BackToTop/examples/BackToTop.md +11 -5
  56. package/docs/demos/Banner/examples/Banner.md +12 -4
  57. package/docs/demos/Button/examples/Button.md +7 -7
  58. package/docs/demos/Card/examples/Card.md +106 -57
  59. package/docs/demos/CardView/examples/CardView.md +30 -13
  60. package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -8
  61. package/docs/demos/Dashboard/examples/Dashboard.md +43 -28
  62. package/docs/demos/DataList/examples/DataList.md +255 -149
  63. package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -7
  64. package/docs/demos/Drawer/examples/Drawer.md +89 -43
  65. package/docs/demos/Form/examples/BasicForms.md +141 -59
  66. package/docs/demos/JumpLinks/examples/JumpLinks.md +222 -109
  67. package/docs/demos/Masthead/examples/Masthead.md +63 -21
  68. package/docs/demos/Modal/examples/Modal.md +99 -37
  69. package/docs/demos/Nav/examples/Nav.md +45 -15
  70. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +58 -43
  71. package/docs/demos/Page/examples/Page.md +54 -21
  72. package/docs/demos/Page/examples/Penta.md +9 -6
  73. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
  74. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +12 -4
  75. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +306 -133
  76. package/docs/demos/Skeleton/examples/Skeleton.md +6 -2
  77. package/docs/demos/Table/examples/Table.md +474 -210
  78. package/docs/demos/Tabs/examples/Tabs.md +60 -22
  79. package/docs/demos/Toolbar/examples/Toolbar.md +123 -72
  80. package/docs/demos/Wizard/examples/Wizard.md +179 -110
  81. package/package.json +1 -1
  82. package/patternfly-no-globals.css +33 -14
  83. package/patternfly.css +33 -14
  84. package/patternfly.min.css +1 -1
  85. package/patternfly.min.css.map +1 -1
@@ -44,7 +44,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
44
44
  aria-label="Remove"
45
45
  aria-labelledby="grey-filled-removable-button grey-filled-removable-text"
46
46
  >
47
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
47
+ <span class="pf-v6-c-button__text">
48
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
49
+ </span>
48
50
  </button>
49
51
  </span>
50
52
  </span>
@@ -67,7 +69,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
67
69
  aria-label="Remove"
68
70
  aria-labelledby="grey-filled-icon-removable-button grey-filled-icon-removable-text"
69
71
  >
70
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
72
+ <span class="pf-v6-c-button__text">
73
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
74
+ </span>
71
75
  </button>
72
76
  </span>
73
77
  </span>
@@ -99,7 +103,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
99
103
  aria-label="Remove"
100
104
  aria-labelledby="grey-filled-link-removable-button grey-filled-link-removable-text"
101
105
  >
102
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
106
+ <span class="pf-v6-c-button__text">
107
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
108
+ </span>
103
109
  </button>
104
110
  </span>
105
111
  </span>
@@ -119,7 +125,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
119
125
  aria-label="Remove"
120
126
  aria-labelledby="grey-filled-button-removable-button grey-filled-button-removable-text"
121
127
  >
122
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
128
+ <span class="pf-v6-c-button__text">
129
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
130
+ </span>
123
131
  </button>
124
132
  </span>
125
133
  </span>
@@ -155,7 +163,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
155
163
  aria-label="Remove"
156
164
  aria-labelledby="grey-filled-truncated-with-icon-button grey-filled-truncated-with-icon-text"
157
165
  >
158
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
166
+ <span class="pf-v6-c-button__text">
167
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
168
+ </span>
159
169
  </button>
160
170
  </span>
161
171
  </span>
@@ -184,7 +194,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
184
194
  aria-label="Remove"
185
195
  aria-labelledby="grey-filled-link-removable-disabled-button grey-filled-link-removable-disabled-text"
186
196
  >
187
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
197
+ <span class="pf-v6-c-button__text">
198
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
199
+ </span>
188
200
  </button>
189
201
  </span>
190
202
  </span>
@@ -208,7 +220,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
208
220
  aria-label="Remove"
209
221
  aria-labelledby="grey-filled-button-removable-disabled-button grey-filled-button-removable-disabled-text"
210
222
  >
211
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
223
+ <span class="pf-v6-c-button__text">
224
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
225
+ </span>
212
226
  </button>
213
227
  </span>
214
228
  </span>
@@ -246,7 +260,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
246
260
  aria-label="Remove"
247
261
  aria-labelledby="blue-filled-removable-button blue-filled-removable-text"
248
262
  >
249
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
263
+ <span class="pf-v6-c-button__text">
264
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
265
+ </span>
250
266
  </button>
251
267
  </span>
252
268
  </span>
@@ -269,7 +285,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
269
285
  aria-label="Remove"
270
286
  aria-labelledby="blue-filled-icon-removable-button blue-filled-icon-removable-text"
271
287
  >
272
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
288
+ <span class="pf-v6-c-button__text">
289
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
290
+ </span>
273
291
  </button>
274
292
  </span>
275
293
  </span>
@@ -301,7 +319,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
301
319
  aria-label="Remove"
302
320
  aria-labelledby="blue-filled-link-removable-button blue-filled-link-removable-text"
303
321
  >
304
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
322
+ <span class="pf-v6-c-button__text">
323
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
324
+ </span>
305
325
  </button>
306
326
  </span>
307
327
  </span>
@@ -321,7 +341,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
321
341
  aria-label="Remove"
322
342
  aria-labelledby="blue-filled-button-removable-button blue-filled-button-removable-text"
323
343
  >
324
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
344
+ <span class="pf-v6-c-button__text">
345
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
346
+ </span>
325
347
  </button>
326
348
  </span>
327
349
  </span>
@@ -357,7 +379,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
357
379
  aria-label="Remove"
358
380
  aria-labelledby="blue-filled-truncated-with-icon-button blue-filled-truncated-with-icon-text"
359
381
  >
360
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
382
+ <span class="pf-v6-c-button__text">
383
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
384
+ </span>
361
385
  </button>
362
386
  </span>
363
387
  </span>
@@ -386,7 +410,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
386
410
  aria-label="Remove"
387
411
  aria-labelledby="blue-filled-link-removable-disabled-button blue-filled-link-removable-disabled-text"
388
412
  >
389
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
413
+ <span class="pf-v6-c-button__text">
414
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
415
+ </span>
390
416
  </button>
391
417
  </span>
392
418
  </span>
@@ -410,7 +436,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
410
436
  aria-label="Remove"
411
437
  aria-labelledby="blue-filled-button-removable-disabled-button blue-filled-button-removable-disabled-text"
412
438
  >
413
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
439
+ <span class="pf-v6-c-button__text">
440
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
441
+ </span>
414
442
  </button>
415
443
  </span>
416
444
  </span>
@@ -448,7 +476,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
448
476
  aria-label="Remove"
449
477
  aria-labelledby="green-filled-removable-button green-filled-removable-text"
450
478
  >
451
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
479
+ <span class="pf-v6-c-button__text">
480
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
481
+ </span>
452
482
  </button>
453
483
  </span>
454
484
  </span>
@@ -471,7 +501,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
471
501
  aria-label="Remove"
472
502
  aria-labelledby="green-filled-icon-removable-button green-filled-icon-removable-text"
473
503
  >
474
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
504
+ <span class="pf-v6-c-button__text">
505
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
506
+ </span>
475
507
  </button>
476
508
  </span>
477
509
  </span>
@@ -503,7 +535,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
503
535
  aria-label="Remove"
504
536
  aria-labelledby="green-filled-link-removable-button green-filled-link-removable-text"
505
537
  >
506
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
538
+ <span class="pf-v6-c-button__text">
539
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
540
+ </span>
507
541
  </button>
508
542
  </span>
509
543
  </span>
@@ -523,7 +557,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
523
557
  aria-label="Remove"
524
558
  aria-labelledby="green-filled-button-removable-button green-filled-button-removable-text"
525
559
  >
526
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
560
+ <span class="pf-v6-c-button__text">
561
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
562
+ </span>
527
563
  </button>
528
564
  </span>
529
565
  </span>
@@ -559,7 +595,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
559
595
  aria-label="Remove"
560
596
  aria-labelledby="green-filled-truncated-with-icon-button green-filled-truncated-with-icon-text"
561
597
  >
562
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
598
+ <span class="pf-v6-c-button__text">
599
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
600
+ </span>
563
601
  </button>
564
602
  </span>
565
603
  </span>
@@ -588,7 +626,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
588
626
  aria-label="Remove"
589
627
  aria-labelledby="green-filled-link-removable-disabled-button green-filled-link-removable-disabled-text"
590
628
  >
591
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
629
+ <span class="pf-v6-c-button__text">
630
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
631
+ </span>
592
632
  </button>
593
633
  </span>
594
634
  </span>
@@ -612,7 +652,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
612
652
  aria-label="Remove"
613
653
  aria-labelledby="green-filled-button-removable-disabled-button green-filled-button-removable-disabled-text"
614
654
  >
615
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
655
+ <span class="pf-v6-c-button__text">
656
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
657
+ </span>
616
658
  </button>
617
659
  </span>
618
660
  </span>
@@ -650,7 +692,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
650
692
  aria-label="Remove"
651
693
  aria-labelledby="orange-filled-removable-button orange-filled-removable-text"
652
694
  >
653
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
695
+ <span class="pf-v6-c-button__text">
696
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
697
+ </span>
654
698
  </button>
655
699
  </span>
656
700
  </span>
@@ -673,7 +717,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
673
717
  aria-label="Remove"
674
718
  aria-labelledby="orange-filled-icon-removable-button orange-filled-icon-removable-text"
675
719
  >
676
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
720
+ <span class="pf-v6-c-button__text">
721
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
722
+ </span>
677
723
  </button>
678
724
  </span>
679
725
  </span>
@@ -705,7 +751,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
705
751
  aria-label="Remove"
706
752
  aria-labelledby="orange-filled-link-removable-button orange-filled-link-removable-text"
707
753
  >
708
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
754
+ <span class="pf-v6-c-button__text">
755
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
756
+ </span>
709
757
  </button>
710
758
  </span>
711
759
  </span>
@@ -725,7 +773,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
725
773
  aria-label="Remove"
726
774
  aria-labelledby="orange-filled-button-removable-button orange-filled-button-removable-text"
727
775
  >
728
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
776
+ <span class="pf-v6-c-button__text">
777
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
778
+ </span>
729
779
  </button>
730
780
  </span>
731
781
  </span>
@@ -761,7 +811,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
761
811
  aria-label="Remove"
762
812
  aria-labelledby="orange-filled-truncated-with-icon-button orange-filled-truncated-with-icon-text"
763
813
  >
764
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
814
+ <span class="pf-v6-c-button__text">
815
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
816
+ </span>
765
817
  </button>
766
818
  </span>
767
819
  </span>
@@ -792,7 +844,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
792
844
  aria-label="Remove"
793
845
  aria-labelledby="orange-filled-link-removable-disabled-button orange-filled-link-removable-disabled-text"
794
846
  >
795
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
847
+ <span class="pf-v6-c-button__text">
848
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
849
+ </span>
796
850
  </button>
797
851
  </span>
798
852
  </span>
@@ -818,7 +872,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
818
872
  aria-label="Remove"
819
873
  aria-labelledby="orange-filled-button-removable-disabled-button orange-filled-button-removable-disabled-text"
820
874
  >
821
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
875
+ <span class="pf-v6-c-button__text">
876
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
877
+ </span>
822
878
  </button>
823
879
  </span>
824
880
  </span>
@@ -856,7 +912,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
856
912
  aria-label="Remove"
857
913
  aria-labelledby="red-filled-removable-button red-filled-removable-text"
858
914
  >
859
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
915
+ <span class="pf-v6-c-button__text">
916
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
917
+ </span>
860
918
  </button>
861
919
  </span>
862
920
  </span>
@@ -879,7 +937,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
879
937
  aria-label="Remove"
880
938
  aria-labelledby="red-filled-icon-removable-button red-filled-icon-removable-text"
881
939
  >
882
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
940
+ <span class="pf-v6-c-button__text">
941
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
942
+ </span>
883
943
  </button>
884
944
  </span>
885
945
  </span>
@@ -911,7 +971,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
911
971
  aria-label="Remove"
912
972
  aria-labelledby="red-filled-link-removable-button red-filled-link-removable-text"
913
973
  >
914
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
974
+ <span class="pf-v6-c-button__text">
975
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
976
+ </span>
915
977
  </button>
916
978
  </span>
917
979
  </span>
@@ -931,7 +993,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
931
993
  aria-label="Remove"
932
994
  aria-labelledby="red-filled-button-removable-button red-filled-button-removable-text"
933
995
  >
934
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
996
+ <span class="pf-v6-c-button__text">
997
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
998
+ </span>
935
999
  </button>
936
1000
  </span>
937
1001
  </span>
@@ -967,7 +1031,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
967
1031
  aria-label="Remove"
968
1032
  aria-labelledby="red-filled-truncated-with-icon-button red-filled-truncated-with-icon-text"
969
1033
  >
970
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1034
+ <span class="pf-v6-c-button__text">
1035
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1036
+ </span>
971
1037
  </button>
972
1038
  </span>
973
1039
  </span>
@@ -996,7 +1062,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
996
1062
  aria-label="Remove"
997
1063
  aria-labelledby="red-filled-link-removable-disabled-button red-filled-link-removable-disabled-text"
998
1064
  >
999
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1065
+ <span class="pf-v6-c-button__text">
1066
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1067
+ </span>
1000
1068
  </button>
1001
1069
  </span>
1002
1070
  </span>
@@ -1020,7 +1088,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1020
1088
  aria-label="Remove"
1021
1089
  aria-labelledby="red-filled-button-removable-disabled-button red-filled-button-removable-disabled-text"
1022
1090
  >
1023
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1091
+ <span class="pf-v6-c-button__text">
1092
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1093
+ </span>
1024
1094
  </button>
1025
1095
  </span>
1026
1096
  </span>
@@ -1058,7 +1128,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1058
1128
  aria-label="Remove"
1059
1129
  aria-labelledby="orangered-filled-removable-button orangered-filled-removable-text"
1060
1130
  >
1061
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1131
+ <span class="pf-v6-c-button__text">
1132
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1133
+ </span>
1062
1134
  </button>
1063
1135
  </span>
1064
1136
  </span>
@@ -1081,7 +1153,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1081
1153
  aria-label="Remove"
1082
1154
  aria-labelledby="orangered-filled-icon-removable-button orangered-filled-icon-removable-text"
1083
1155
  >
1084
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1156
+ <span class="pf-v6-c-button__text">
1157
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1158
+ </span>
1085
1159
  </button>
1086
1160
  </span>
1087
1161
  </span>
@@ -1113,7 +1187,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1113
1187
  aria-label="Remove"
1114
1188
  aria-labelledby="orangered-filled-link-removable-button orangered-filled-link-removable-text"
1115
1189
  >
1116
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1190
+ <span class="pf-v6-c-button__text">
1191
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1192
+ </span>
1117
1193
  </button>
1118
1194
  </span>
1119
1195
  </span>
@@ -1133,7 +1209,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1133
1209
  aria-label="Remove"
1134
1210
  aria-labelledby="orangered-filled-button-removable-button orangered-filled-button-removable-text"
1135
1211
  >
1136
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1212
+ <span class="pf-v6-c-button__text">
1213
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1214
+ </span>
1137
1215
  </button>
1138
1216
  </span>
1139
1217
  </span>
@@ -1169,7 +1247,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1169
1247
  aria-label="Remove"
1170
1248
  aria-labelledby="orangered-filled-truncated-with-icon-button orangered-filled-truncated-with-icon-text"
1171
1249
  >
1172
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1250
+ <span class="pf-v6-c-button__text">
1251
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1252
+ </span>
1173
1253
  </button>
1174
1254
  </span>
1175
1255
  </span>
@@ -1200,7 +1280,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1200
1280
  aria-label="Remove"
1201
1281
  aria-labelledby="orangered-filled-link-removable-disabled-button orangered-filled-link-removable-disabled-text"
1202
1282
  >
1203
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1283
+ <span class="pf-v6-c-button__text">
1284
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1285
+ </span>
1204
1286
  </button>
1205
1287
  </span>
1206
1288
  </span>
@@ -1226,7 +1308,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1226
1308
  aria-label="Remove"
1227
1309
  aria-labelledby="orangered-filled-button-removable-disabled-button orangered-filled-button-removable-disabled-text"
1228
1310
  >
1229
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1311
+ <span class="pf-v6-c-button__text">
1312
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1313
+ </span>
1230
1314
  </button>
1231
1315
  </span>
1232
1316
  </span>
@@ -1264,7 +1348,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1264
1348
  aria-label="Remove"
1265
1349
  aria-labelledby="purple-filled-removable-button purple-filled-removable-text"
1266
1350
  >
1267
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1351
+ <span class="pf-v6-c-button__text">
1352
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1353
+ </span>
1268
1354
  </button>
1269
1355
  </span>
1270
1356
  </span>
@@ -1287,7 +1373,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1287
1373
  aria-label="Remove"
1288
1374
  aria-labelledby="purple-filled-icon-removable-button purple-filled-icon-removable-text"
1289
1375
  >
1290
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1376
+ <span class="pf-v6-c-button__text">
1377
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1378
+ </span>
1291
1379
  </button>
1292
1380
  </span>
1293
1381
  </span>
@@ -1319,7 +1407,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1319
1407
  aria-label="Remove"
1320
1408
  aria-labelledby="purple-filled-link-removable-button purple-filled-link-removable-text"
1321
1409
  >
1322
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1410
+ <span class="pf-v6-c-button__text">
1411
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1412
+ </span>
1323
1413
  </button>
1324
1414
  </span>
1325
1415
  </span>
@@ -1339,7 +1429,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1339
1429
  aria-label="Remove"
1340
1430
  aria-labelledby="purple-filled-button-removable-button purple-filled-button-removable-text"
1341
1431
  >
1342
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1432
+ <span class="pf-v6-c-button__text">
1433
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1434
+ </span>
1343
1435
  </button>
1344
1436
  </span>
1345
1437
  </span>
@@ -1375,7 +1467,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1375
1467
  aria-label="Remove"
1376
1468
  aria-labelledby="purple-filled-truncated-with-icon-button purple-filled-truncated-with-icon-text"
1377
1469
  >
1378
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1470
+ <span class="pf-v6-c-button__text">
1471
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1472
+ </span>
1379
1473
  </button>
1380
1474
  </span>
1381
1475
  </span>
@@ -1406,7 +1500,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1406
1500
  aria-label="Remove"
1407
1501
  aria-labelledby="purple-filled-link-removable-disabled-button purple-filled-link-removable-disabled-text"
1408
1502
  >
1409
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1503
+ <span class="pf-v6-c-button__text">
1504
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1505
+ </span>
1410
1506
  </button>
1411
1507
  </span>
1412
1508
  </span>
@@ -1432,7 +1528,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1432
1528
  aria-label="Remove"
1433
1529
  aria-labelledby="purple-filled-button-removable-disabled-button purple-filled-button-removable-disabled-text"
1434
1530
  >
1435
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1531
+ <span class="pf-v6-c-button__text">
1532
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1533
+ </span>
1436
1534
  </button>
1437
1535
  </span>
1438
1536
  </span>
@@ -1470,7 +1568,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1470
1568
  aria-label="Remove"
1471
1569
  aria-labelledby="teal-filled-removable-button teal-filled-removable-text"
1472
1570
  >
1473
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1571
+ <span class="pf-v6-c-button__text">
1572
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1573
+ </span>
1474
1574
  </button>
1475
1575
  </span>
1476
1576
  </span>
@@ -1493,7 +1593,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1493
1593
  aria-label="Remove"
1494
1594
  aria-labelledby="teal-filled-icon-removable-button teal-filled-icon-removable-text"
1495
1595
  >
1496
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1596
+ <span class="pf-v6-c-button__text">
1597
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1598
+ </span>
1497
1599
  </button>
1498
1600
  </span>
1499
1601
  </span>
@@ -1525,7 +1627,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1525
1627
  aria-label="Remove"
1526
1628
  aria-labelledby="teal-filled-link-removable-button teal-filled-link-removable-text"
1527
1629
  >
1528
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1630
+ <span class="pf-v6-c-button__text">
1631
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1632
+ </span>
1529
1633
  </button>
1530
1634
  </span>
1531
1635
  </span>
@@ -1545,7 +1649,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1545
1649
  aria-label="Remove"
1546
1650
  aria-labelledby="teal-filled-button-removable-button teal-filled-button-removable-text"
1547
1651
  >
1548
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1652
+ <span class="pf-v6-c-button__text">
1653
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1654
+ </span>
1549
1655
  </button>
1550
1656
  </span>
1551
1657
  </span>
@@ -1581,7 +1687,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1581
1687
  aria-label="Remove"
1582
1688
  aria-labelledby="teal-filled-truncated-with-icon-button teal-filled-truncated-with-icon-text"
1583
1689
  >
1584
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1690
+ <span class="pf-v6-c-button__text">
1691
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1692
+ </span>
1585
1693
  </button>
1586
1694
  </span>
1587
1695
  </span>
@@ -1610,7 +1718,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1610
1718
  aria-label="Remove"
1611
1719
  aria-labelledby="teal-filled-link-removable-disabled-button teal-filled-link-removable-disabled-text"
1612
1720
  >
1613
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1721
+ <span class="pf-v6-c-button__text">
1722
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1723
+ </span>
1614
1724
  </button>
1615
1725
  </span>
1616
1726
  </span>
@@ -1634,7 +1744,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1634
1744
  aria-label="Remove"
1635
1745
  aria-labelledby="teal-filled-button-removable-disabled-button teal-filled-button-removable-disabled-text"
1636
1746
  >
1637
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1747
+ <span class="pf-v6-c-button__text">
1748
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1749
+ </span>
1638
1750
  </button>
1639
1751
  </span>
1640
1752
  </span>
@@ -1672,7 +1784,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1672
1784
  aria-label="Remove"
1673
1785
  aria-labelledby="yellow-filled-removable-button yellow-filled-removable-text"
1674
1786
  >
1675
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1787
+ <span class="pf-v6-c-button__text">
1788
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1789
+ </span>
1676
1790
  </button>
1677
1791
  </span>
1678
1792
  </span>
@@ -1695,7 +1809,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1695
1809
  aria-label="Remove"
1696
1810
  aria-labelledby="yellow-filled-icon-removable-button yellow-filled-icon-removable-text"
1697
1811
  >
1698
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1812
+ <span class="pf-v6-c-button__text">
1813
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1814
+ </span>
1699
1815
  </button>
1700
1816
  </span>
1701
1817
  </span>
@@ -1727,7 +1843,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1727
1843
  aria-label="Remove"
1728
1844
  aria-labelledby="yellow-filled-link-removable-button yellow-filled-link-removable-text"
1729
1845
  >
1730
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1846
+ <span class="pf-v6-c-button__text">
1847
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1848
+ </span>
1731
1849
  </button>
1732
1850
  </span>
1733
1851
  </span>
@@ -1747,7 +1865,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1747
1865
  aria-label="Remove"
1748
1866
  aria-labelledby="yellow-filled-button-removable-button yellow-filled-button-removable-text"
1749
1867
  >
1750
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1868
+ <span class="pf-v6-c-button__text">
1869
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1870
+ </span>
1751
1871
  </button>
1752
1872
  </span>
1753
1873
  </span>
@@ -1783,7 +1903,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1783
1903
  aria-label="Remove"
1784
1904
  aria-labelledby="yellow-filled-truncated-with-icon-button yellow-filled-truncated-with-icon-text"
1785
1905
  >
1786
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1906
+ <span class="pf-v6-c-button__text">
1907
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1908
+ </span>
1787
1909
  </button>
1788
1910
  </span>
1789
1911
  </span>
@@ -1814,7 +1936,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1814
1936
  aria-label="Remove"
1815
1937
  aria-labelledby="yellow-filled-link-removable-disabled-button yellow-filled-link-removable-disabled-text"
1816
1938
  >
1817
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1939
+ <span class="pf-v6-c-button__text">
1940
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1941
+ </span>
1818
1942
  </button>
1819
1943
  </span>
1820
1944
  </span>
@@ -1840,7 +1964,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1840
1964
  aria-label="Remove"
1841
1965
  aria-labelledby="yellow-filled-button-removable-disabled-button yellow-filled-button-removable-disabled-text"
1842
1966
  >
1843
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1967
+ <span class="pf-v6-c-button__text">
1968
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
1969
+ </span>
1844
1970
  </button>
1845
1971
  </span>
1846
1972
  </span>
@@ -1880,7 +2006,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1880
2006
  aria-label="Remove"
1881
2007
  aria-labelledby="success-filled-status-removable-button success-filled-status-removable-text"
1882
2008
  >
1883
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2009
+ <span class="pf-v6-c-button__text">
2010
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2011
+ </span>
1884
2012
  </button>
1885
2013
  </span>
1886
2014
  </span>
@@ -1921,7 +2049,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1921
2049
  aria-label="Remove"
1922
2050
  aria-labelledby="success-filled-status-link-removable-button success-filled-status-link-removable-text"
1923
2051
  >
1924
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2052
+ <span class="pf-v6-c-button__text">
2053
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2054
+ </span>
1925
2055
  </button>
1926
2056
  </span>
1927
2057
  </span>
@@ -1944,7 +2074,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1944
2074
  aria-label="Remove"
1945
2075
  aria-labelledby="success-filled-status-button-removable-button success-filled-status-button-removable-text"
1946
2076
  >
1947
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2077
+ <span class="pf-v6-c-button__text">
2078
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2079
+ </span>
1948
2080
  </button>
1949
2081
  </span>
1950
2082
  </span>
@@ -1980,7 +2112,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
1980
2112
  aria-label="Remove"
1981
2113
  aria-labelledby="success-filled-status-truncated-removable-button success-filled-status-truncated-removable-text"
1982
2114
  >
1983
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2115
+ <span class="pf-v6-c-button__text">
2116
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2117
+ </span>
1984
2118
  </button>
1985
2119
  </span>
1986
2120
  </span>
@@ -2011,7 +2145,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2011
2145
  aria-label="Remove"
2012
2146
  aria-labelledby="success-filled-status-link-removable-disabled-button success-filled-status-link-removable-disabled-text"
2013
2147
  >
2014
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2148
+ <span class="pf-v6-c-button__text">
2149
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2150
+ </span>
2015
2151
  </button>
2016
2152
  </span>
2017
2153
  </span>
@@ -2037,7 +2173,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2037
2173
  aria-label="Remove"
2038
2174
  aria-labelledby="success-filled-status-button-removable-disabled-button success-filled-status-button-removable-disabled-text"
2039
2175
  >
2040
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2176
+ <span class="pf-v6-c-button__text">
2177
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2178
+ </span>
2041
2179
  </button>
2042
2180
  </span>
2043
2181
  </span>
@@ -2072,7 +2210,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2072
2210
  aria-label="Remove"
2073
2211
  aria-labelledby="warning-filled-status-removable-button warning-filled-status-removable-text"
2074
2212
  >
2075
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2213
+ <span class="pf-v6-c-button__text">
2214
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2215
+ </span>
2076
2216
  </button>
2077
2217
  </span>
2078
2218
  </span>
@@ -2113,7 +2253,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2113
2253
  aria-label="Remove"
2114
2254
  aria-labelledby="warning-filled-status-link-removable-button warning-filled-status-link-removable-text"
2115
2255
  >
2116
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2256
+ <span class="pf-v6-c-button__text">
2257
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2258
+ </span>
2117
2259
  </button>
2118
2260
  </span>
2119
2261
  </span>
@@ -2136,7 +2278,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2136
2278
  aria-label="Remove"
2137
2279
  aria-labelledby="warning-filled-status-button-removable-button warning-filled-status-button-removable-text"
2138
2280
  >
2139
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2281
+ <span class="pf-v6-c-button__text">
2282
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2283
+ </span>
2140
2284
  </button>
2141
2285
  </span>
2142
2286
  </span>
@@ -2172,7 +2316,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2172
2316
  aria-label="Remove"
2173
2317
  aria-labelledby="warning-filled-status-truncated-removable-button warning-filled-status-truncated-removable-text"
2174
2318
  >
2175
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2319
+ <span class="pf-v6-c-button__text">
2320
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2321
+ </span>
2176
2322
  </button>
2177
2323
  </span>
2178
2324
  </span>
@@ -2203,7 +2349,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2203
2349
  aria-label="Remove"
2204
2350
  aria-labelledby="warning-filled-status-link-removable-disabled-button warning-filled-status-link-removable-disabled-text"
2205
2351
  >
2206
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2352
+ <span class="pf-v6-c-button__text">
2353
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2354
+ </span>
2207
2355
  </button>
2208
2356
  </span>
2209
2357
  </span>
@@ -2229,7 +2377,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2229
2377
  aria-label="Remove"
2230
2378
  aria-labelledby="warning-filled-status-button-removable-disabled-button warning-filled-status-button-removable-disabled-text"
2231
2379
  >
2232
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2380
+ <span class="pf-v6-c-button__text">
2381
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2382
+ </span>
2233
2383
  </button>
2234
2384
  </span>
2235
2385
  </span>
@@ -2264,7 +2414,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2264
2414
  aria-label="Remove"
2265
2415
  aria-labelledby="danger-filled-status-removable-button danger-filled-status-removable-text"
2266
2416
  >
2267
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2417
+ <span class="pf-v6-c-button__text">
2418
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2419
+ </span>
2268
2420
  </button>
2269
2421
  </span>
2270
2422
  </span>
@@ -2305,7 +2457,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2305
2457
  aria-label="Remove"
2306
2458
  aria-labelledby="danger-filled-status-link-removable-button danger-filled-status-link-removable-text"
2307
2459
  >
2308
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2460
+ <span class="pf-v6-c-button__text">
2461
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2462
+ </span>
2309
2463
  </button>
2310
2464
  </span>
2311
2465
  </span>
@@ -2328,7 +2482,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2328
2482
  aria-label="Remove"
2329
2483
  aria-labelledby="danger-filled-status-button-removable-button danger-filled-status-button-removable-text"
2330
2484
  >
2331
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2485
+ <span class="pf-v6-c-button__text">
2486
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2487
+ </span>
2332
2488
  </button>
2333
2489
  </span>
2334
2490
  </span>
@@ -2364,7 +2520,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2364
2520
  aria-label="Remove"
2365
2521
  aria-labelledby="danger-filled-status-truncated-removable-button danger-filled-status-truncated-removable-text"
2366
2522
  >
2367
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2523
+ <span class="pf-v6-c-button__text">
2524
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2525
+ </span>
2368
2526
  </button>
2369
2527
  </span>
2370
2528
  </span>
@@ -2395,7 +2553,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2395
2553
  aria-label="Remove"
2396
2554
  aria-labelledby="danger-filled-status-link-removable-disabled-button danger-filled-status-link-removable-disabled-text"
2397
2555
  >
2398
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2556
+ <span class="pf-v6-c-button__text">
2557
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2558
+ </span>
2399
2559
  </button>
2400
2560
  </span>
2401
2561
  </span>
@@ -2421,7 +2581,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2421
2581
  aria-label="Remove"
2422
2582
  aria-labelledby="danger-filled-status-button-removable-disabled-button danger-filled-status-button-removable-disabled-text"
2423
2583
  >
2424
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2584
+ <span class="pf-v6-c-button__text">
2585
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2586
+ </span>
2425
2587
  </button>
2426
2588
  </span>
2427
2589
  </span>
@@ -2456,7 +2618,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2456
2618
  aria-label="Remove"
2457
2619
  aria-labelledby="info-filled-status-removable-button info-filled-status-removable-text"
2458
2620
  >
2459
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2621
+ <span class="pf-v6-c-button__text">
2622
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2623
+ </span>
2460
2624
  </button>
2461
2625
  </span>
2462
2626
  </span>
@@ -2497,7 +2661,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2497
2661
  aria-label="Remove"
2498
2662
  aria-labelledby="info-filled-status-link-removable-button info-filled-status-link-removable-text"
2499
2663
  >
2500
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2664
+ <span class="pf-v6-c-button__text">
2665
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2666
+ </span>
2501
2667
  </button>
2502
2668
  </span>
2503
2669
  </span>
@@ -2520,7 +2686,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2520
2686
  aria-label="Remove"
2521
2687
  aria-labelledby="info-filled-status-button-removable-button info-filled-status-button-removable-text"
2522
2688
  >
2523
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2689
+ <span class="pf-v6-c-button__text">
2690
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2691
+ </span>
2524
2692
  </button>
2525
2693
  </span>
2526
2694
  </span>
@@ -2556,7 +2724,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2556
2724
  aria-label="Remove"
2557
2725
  aria-labelledby="info-filled-status-truncated-removable-button info-filled-status-truncated-removable-text"
2558
2726
  >
2559
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2727
+ <span class="pf-v6-c-button__text">
2728
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2729
+ </span>
2560
2730
  </button>
2561
2731
  </span>
2562
2732
  </span>
@@ -2585,7 +2755,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2585
2755
  aria-label="Remove"
2586
2756
  aria-labelledby="info-filled-status-link-removable-disabled-button info-filled-status-link-removable-disabled-text"
2587
2757
  >
2588
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2758
+ <span class="pf-v6-c-button__text">
2759
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2760
+ </span>
2589
2761
  </button>
2590
2762
  </span>
2591
2763
  </span>
@@ -2609,7 +2781,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2609
2781
  aria-label="Remove"
2610
2782
  aria-labelledby="info-filled-status-button-removable-disabled-button info-filled-status-button-removable-disabled-text"
2611
2783
  >
2612
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2784
+ <span class="pf-v6-c-button__text">
2785
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2786
+ </span>
2613
2787
  </button>
2614
2788
  </span>
2615
2789
  </span>
@@ -2644,7 +2818,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2644
2818
  aria-label="Remove"
2645
2819
  aria-labelledby="custom-filled-status-removable-button custom-filled-status-removable-text"
2646
2820
  >
2647
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2821
+ <span class="pf-v6-c-button__text">
2822
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2823
+ </span>
2648
2824
  </button>
2649
2825
  </span>
2650
2826
  </span>
@@ -2685,7 +2861,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2685
2861
  aria-label="Remove"
2686
2862
  aria-labelledby="custom-filled-status-link-removable-button custom-filled-status-link-removable-text"
2687
2863
  >
2688
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2864
+ <span class="pf-v6-c-button__text">
2865
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2866
+ </span>
2689
2867
  </button>
2690
2868
  </span>
2691
2869
  </span>
@@ -2708,7 +2886,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2708
2886
  aria-label="Remove"
2709
2887
  aria-labelledby="custom-filled-status-button-removable-button custom-filled-status-button-removable-text"
2710
2888
  >
2711
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2889
+ <span class="pf-v6-c-button__text">
2890
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2891
+ </span>
2712
2892
  </button>
2713
2893
  </span>
2714
2894
  </span>
@@ -2744,7 +2924,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2744
2924
  aria-label="Remove"
2745
2925
  aria-labelledby="custom-filled-status-truncated-removable-button custom-filled-status-truncated-removable-text"
2746
2926
  >
2747
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2927
+ <span class="pf-v6-c-button__text">
2928
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2929
+ </span>
2748
2930
  </button>
2749
2931
  </span>
2750
2932
  </span>
@@ -2775,7 +2957,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2775
2957
  aria-label="Remove"
2776
2958
  aria-labelledby="custom-filled-status-link-removable-disabled-button custom-filled-status-link-removable-disabled-text"
2777
2959
  >
2778
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2960
+ <span class="pf-v6-c-button__text">
2961
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2962
+ </span>
2779
2963
  </button>
2780
2964
  </span>
2781
2965
  </span>
@@ -2801,7 +2985,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2801
2985
  aria-label="Remove"
2802
2986
  aria-labelledby="custom-filled-status-button-removable-disabled-button custom-filled-status-button-removable-disabled-text"
2803
2987
  >
2804
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2988
+ <span class="pf-v6-c-button__text">
2989
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
2990
+ </span>
2805
2991
  </button>
2806
2992
  </span>
2807
2993
  </span>
@@ -2846,7 +3032,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2846
3032
  aria-label="Remove"
2847
3033
  aria-labelledby="grey-outline-removable-button grey-outline-removable-text"
2848
3034
  >
2849
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3035
+ <span class="pf-v6-c-button__text">
3036
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3037
+ </span>
2850
3038
  </button>
2851
3039
  </span>
2852
3040
  </span>
@@ -2869,7 +3057,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2869
3057
  aria-label="Remove"
2870
3058
  aria-labelledby="grey-outline-icon-removable-button grey-outline-icon-removable-text"
2871
3059
  >
2872
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3060
+ <span class="pf-v6-c-button__text">
3061
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3062
+ </span>
2873
3063
  </button>
2874
3064
  </span>
2875
3065
  </span>
@@ -2901,7 +3091,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2901
3091
  aria-label="Remove"
2902
3092
  aria-labelledby="grey-outline-link-removable-button grey-outline-link-removable-text"
2903
3093
  >
2904
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3094
+ <span class="pf-v6-c-button__text">
3095
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3096
+ </span>
2905
3097
  </button>
2906
3098
  </span>
2907
3099
  </span>
@@ -2921,7 +3113,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2921
3113
  aria-label="Remove"
2922
3114
  aria-labelledby="grey-outline-button-removable-button grey-outline-button-removable-text"
2923
3115
  >
2924
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3116
+ <span class="pf-v6-c-button__text">
3117
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3118
+ </span>
2925
3119
  </button>
2926
3120
  </span>
2927
3121
  </span>
@@ -2957,7 +3151,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2957
3151
  aria-label="Remove"
2958
3152
  aria-labelledby="grey-outline-truncated-with-icon-button grey-outline-truncated-with-icon-text"
2959
3153
  >
2960
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3154
+ <span class="pf-v6-c-button__text">
3155
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3156
+ </span>
2961
3157
  </button>
2962
3158
  </span>
2963
3159
  </span>
@@ -2986,7 +3182,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
2986
3182
  aria-label="Remove"
2987
3183
  aria-labelledby="grey-outline-link-removable-disabled-button grey-outline-link-removable-disabled-text"
2988
3184
  >
2989
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3185
+ <span class="pf-v6-c-button__text">
3186
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3187
+ </span>
2990
3188
  </button>
2991
3189
  </span>
2992
3190
  </span>
@@ -3010,7 +3208,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3010
3208
  aria-label="Remove"
3011
3209
  aria-labelledby="grey-outline-button-removable-disabled-button grey-outline-button-removable-disabled-text"
3012
3210
  >
3013
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3211
+ <span class="pf-v6-c-button__text">
3212
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3213
+ </span>
3014
3214
  </button>
3015
3215
  </span>
3016
3216
  </span>
@@ -3048,7 +3248,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3048
3248
  aria-label="Remove"
3049
3249
  aria-labelledby="blue-outline-removable-button blue-outline-removable-text"
3050
3250
  >
3051
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3251
+ <span class="pf-v6-c-button__text">
3252
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3253
+ </span>
3052
3254
  </button>
3053
3255
  </span>
3054
3256
  </span>
@@ -3071,7 +3273,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3071
3273
  aria-label="Remove"
3072
3274
  aria-labelledby="blue-outline-icon-removable-button blue-outline-icon-removable-text"
3073
3275
  >
3074
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3276
+ <span class="pf-v6-c-button__text">
3277
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3278
+ </span>
3075
3279
  </button>
3076
3280
  </span>
3077
3281
  </span>
@@ -3103,7 +3307,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3103
3307
  aria-label="Remove"
3104
3308
  aria-labelledby="blue-outline-link-removable-button blue-outline-link-removable-text"
3105
3309
  >
3106
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3310
+ <span class="pf-v6-c-button__text">
3311
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3312
+ </span>
3107
3313
  </button>
3108
3314
  </span>
3109
3315
  </span>
@@ -3123,7 +3329,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3123
3329
  aria-label="Remove"
3124
3330
  aria-labelledby="blue-outline-button-removable-button blue-outline-button-removable-text"
3125
3331
  >
3126
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3332
+ <span class="pf-v6-c-button__text">
3333
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3334
+ </span>
3127
3335
  </button>
3128
3336
  </span>
3129
3337
  </span>
@@ -3159,7 +3367,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3159
3367
  aria-label="Remove"
3160
3368
  aria-labelledby="blue-outline-truncated-with-icon-button blue-outline-truncated-with-icon-text"
3161
3369
  >
3162
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3370
+ <span class="pf-v6-c-button__text">
3371
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3372
+ </span>
3163
3373
  </button>
3164
3374
  </span>
3165
3375
  </span>
@@ -3188,7 +3398,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3188
3398
  aria-label="Remove"
3189
3399
  aria-labelledby="blue-outline-link-removable-disabled-button blue-outline-link-removable-disabled-text"
3190
3400
  >
3191
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3401
+ <span class="pf-v6-c-button__text">
3402
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3403
+ </span>
3192
3404
  </button>
3193
3405
  </span>
3194
3406
  </span>
@@ -3212,7 +3424,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3212
3424
  aria-label="Remove"
3213
3425
  aria-labelledby="blue-outline-button-removable-disabled-button blue-outline-button-removable-disabled-text"
3214
3426
  >
3215
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3427
+ <span class="pf-v6-c-button__text">
3428
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3429
+ </span>
3216
3430
  </button>
3217
3431
  </span>
3218
3432
  </span>
@@ -3250,7 +3464,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3250
3464
  aria-label="Remove"
3251
3465
  aria-labelledby="green-outline-removable-button green-outline-removable-text"
3252
3466
  >
3253
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3467
+ <span class="pf-v6-c-button__text">
3468
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3469
+ </span>
3254
3470
  </button>
3255
3471
  </span>
3256
3472
  </span>
@@ -3273,7 +3489,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3273
3489
  aria-label="Remove"
3274
3490
  aria-labelledby="green-outline-icon-removable-button green-outline-icon-removable-text"
3275
3491
  >
3276
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3492
+ <span class="pf-v6-c-button__text">
3493
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3494
+ </span>
3277
3495
  </button>
3278
3496
  </span>
3279
3497
  </span>
@@ -3305,7 +3523,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3305
3523
  aria-label="Remove"
3306
3524
  aria-labelledby="green-outline-link-removable-button green-outline-link-removable-text"
3307
3525
  >
3308
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3526
+ <span class="pf-v6-c-button__text">
3527
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3528
+ </span>
3309
3529
  </button>
3310
3530
  </span>
3311
3531
  </span>
@@ -3325,7 +3545,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3325
3545
  aria-label="Remove"
3326
3546
  aria-labelledby="green-outline-button-removable-button green-outline-button-removable-text"
3327
3547
  >
3328
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3548
+ <span class="pf-v6-c-button__text">
3549
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3550
+ </span>
3329
3551
  </button>
3330
3552
  </span>
3331
3553
  </span>
@@ -3361,7 +3583,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3361
3583
  aria-label="Remove"
3362
3584
  aria-labelledby="green-outline-truncated-with-icon-button green-outline-truncated-with-icon-text"
3363
3585
  >
3364
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3586
+ <span class="pf-v6-c-button__text">
3587
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3588
+ </span>
3365
3589
  </button>
3366
3590
  </span>
3367
3591
  </span>
@@ -3392,7 +3616,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3392
3616
  aria-label="Remove"
3393
3617
  aria-labelledby="green-outline-link-removable-disabled-button green-outline-link-removable-disabled-text"
3394
3618
  >
3395
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3619
+ <span class="pf-v6-c-button__text">
3620
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3621
+ </span>
3396
3622
  </button>
3397
3623
  </span>
3398
3624
  </span>
@@ -3418,7 +3644,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3418
3644
  aria-label="Remove"
3419
3645
  aria-labelledby="green-outline-button-removable-disabled-button green-outline-button-removable-disabled-text"
3420
3646
  >
3421
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3647
+ <span class="pf-v6-c-button__text">
3648
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3649
+ </span>
3422
3650
  </button>
3423
3651
  </span>
3424
3652
  </span>
@@ -3456,7 +3684,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3456
3684
  aria-label="Remove"
3457
3685
  aria-labelledby="orange-outline-removable-button orange-outline-removable-text"
3458
3686
  >
3459
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3687
+ <span class="pf-v6-c-button__text">
3688
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3689
+ </span>
3460
3690
  </button>
3461
3691
  </span>
3462
3692
  </span>
@@ -3479,7 +3709,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3479
3709
  aria-label="Remove"
3480
3710
  aria-labelledby="orange-outline-icon-removable-button orange-outline-icon-removable-text"
3481
3711
  >
3482
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3712
+ <span class="pf-v6-c-button__text">
3713
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3714
+ </span>
3483
3715
  </button>
3484
3716
  </span>
3485
3717
  </span>
@@ -3511,7 +3743,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3511
3743
  aria-label="Remove"
3512
3744
  aria-labelledby="orange-outline-link-removable-button orange-outline-link-removable-text"
3513
3745
  >
3514
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3746
+ <span class="pf-v6-c-button__text">
3747
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3748
+ </span>
3515
3749
  </button>
3516
3750
  </span>
3517
3751
  </span>
@@ -3531,7 +3765,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3531
3765
  aria-label="Remove"
3532
3766
  aria-labelledby="orange-outline-button-removable-button orange-outline-button-removable-text"
3533
3767
  >
3534
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3768
+ <span class="pf-v6-c-button__text">
3769
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3770
+ </span>
3535
3771
  </button>
3536
3772
  </span>
3537
3773
  </span>
@@ -3567,7 +3803,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3567
3803
  aria-label="Remove"
3568
3804
  aria-labelledby="orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text"
3569
3805
  >
3570
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3806
+ <span class="pf-v6-c-button__text">
3807
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3808
+ </span>
3571
3809
  </button>
3572
3810
  </span>
3573
3811
  </span>
@@ -3598,7 +3836,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3598
3836
  aria-label="Remove"
3599
3837
  aria-labelledby="orange-outline-link-removable-disabled-button orange-outline-link-removable-disabled-text"
3600
3838
  >
3601
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3839
+ <span class="pf-v6-c-button__text">
3840
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3841
+ </span>
3602
3842
  </button>
3603
3843
  </span>
3604
3844
  </span>
@@ -3624,7 +3864,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3624
3864
  aria-label="Remove"
3625
3865
  aria-labelledby="orange-outline-button-removable-disabled-button orange-outline-button-removable-disabled-text"
3626
3866
  >
3627
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3867
+ <span class="pf-v6-c-button__text">
3868
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3869
+ </span>
3628
3870
  </button>
3629
3871
  </span>
3630
3872
  </span>
@@ -3662,7 +3904,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3662
3904
  aria-label="Remove"
3663
3905
  aria-labelledby="red-outline-removable-button red-outline-removable-text"
3664
3906
  >
3665
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3907
+ <span class="pf-v6-c-button__text">
3908
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3909
+ </span>
3666
3910
  </button>
3667
3911
  </span>
3668
3912
  </span>
@@ -3685,7 +3929,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3685
3929
  aria-label="Remove"
3686
3930
  aria-labelledby="red-outline-icon-removable-button red-outline-icon-removable-text"
3687
3931
  >
3688
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3932
+ <span class="pf-v6-c-button__text">
3933
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3934
+ </span>
3689
3935
  </button>
3690
3936
  </span>
3691
3937
  </span>
@@ -3717,7 +3963,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3717
3963
  aria-label="Remove"
3718
3964
  aria-labelledby="red-outline-link-removable-button red-outline-link-removable-text"
3719
3965
  >
3720
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3966
+ <span class="pf-v6-c-button__text">
3967
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3968
+ </span>
3721
3969
  </button>
3722
3970
  </span>
3723
3971
  </span>
@@ -3737,7 +3985,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3737
3985
  aria-label="Remove"
3738
3986
  aria-labelledby="red-outline-button-removable-button red-outline-button-removable-text"
3739
3987
  >
3740
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3988
+ <span class="pf-v6-c-button__text">
3989
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
3990
+ </span>
3741
3991
  </button>
3742
3992
  </span>
3743
3993
  </span>
@@ -3773,7 +4023,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3773
4023
  aria-label="Remove"
3774
4024
  aria-labelledby="red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text"
3775
4025
  >
3776
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4026
+ <span class="pf-v6-c-button__text">
4027
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4028
+ </span>
3777
4029
  </button>
3778
4030
  </span>
3779
4031
  </span>
@@ -3802,7 +4054,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3802
4054
  aria-label="Remove"
3803
4055
  aria-labelledby="red-outline-link-removable-disabled-button red-outline-link-removable-disabled-text"
3804
4056
  >
3805
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4057
+ <span class="pf-v6-c-button__text">
4058
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4059
+ </span>
3806
4060
  </button>
3807
4061
  </span>
3808
4062
  </span>
@@ -3826,7 +4080,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3826
4080
  aria-label="Remove"
3827
4081
  aria-labelledby="red-outline-button-removable-disabled-button red-outline-button-removable-disabled-text"
3828
4082
  >
3829
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4083
+ <span class="pf-v6-c-button__text">
4084
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4085
+ </span>
3830
4086
  </button>
3831
4087
  </span>
3832
4088
  </span>
@@ -3864,7 +4120,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3864
4120
  aria-label="Remove"
3865
4121
  aria-labelledby="orangered-outline-removable-button orangered-outline-removable-text"
3866
4122
  >
3867
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4123
+ <span class="pf-v6-c-button__text">
4124
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4125
+ </span>
3868
4126
  </button>
3869
4127
  </span>
3870
4128
  </span>
@@ -3887,7 +4145,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3887
4145
  aria-label="Remove"
3888
4146
  aria-labelledby="orangered-outline-icon-removable-button orangered-outline-icon-removable-text"
3889
4147
  >
3890
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4148
+ <span class="pf-v6-c-button__text">
4149
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4150
+ </span>
3891
4151
  </button>
3892
4152
  </span>
3893
4153
  </span>
@@ -3919,7 +4179,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3919
4179
  aria-label="Remove"
3920
4180
  aria-labelledby="orangered-outline-link-removable-button orangered-outline-link-removable-text"
3921
4181
  >
3922
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4182
+ <span class="pf-v6-c-button__text">
4183
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4184
+ </span>
3923
4185
  </button>
3924
4186
  </span>
3925
4187
  </span>
@@ -3939,7 +4201,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3939
4201
  aria-label="Remove"
3940
4202
  aria-labelledby="orangered-outline-button-removable-button orangered-outline-button-removable-text"
3941
4203
  >
3942
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4204
+ <span class="pf-v6-c-button__text">
4205
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4206
+ </span>
3943
4207
  </button>
3944
4208
  </span>
3945
4209
  </span>
@@ -3975,7 +4239,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
3975
4239
  aria-label="Remove"
3976
4240
  aria-labelledby="orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text"
3977
4241
  >
3978
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4242
+ <span class="pf-v6-c-button__text">
4243
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4244
+ </span>
3979
4245
  </button>
3980
4246
  </span>
3981
4247
  </span>
@@ -4006,7 +4272,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4006
4272
  aria-label="Remove"
4007
4273
  aria-labelledby="orangered-outline-link-removable-disabled-button orangered-outline-link-removable-disabled-text"
4008
4274
  >
4009
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4275
+ <span class="pf-v6-c-button__text">
4276
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4277
+ </span>
4010
4278
  </button>
4011
4279
  </span>
4012
4280
  </span>
@@ -4032,7 +4300,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4032
4300
  aria-label="Remove"
4033
4301
  aria-labelledby="orangered-outline-button-removable-disabled-button orangered-outline-button-removable-disabled-text"
4034
4302
  >
4035
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4303
+ <span class="pf-v6-c-button__text">
4304
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4305
+ </span>
4036
4306
  </button>
4037
4307
  </span>
4038
4308
  </span>
@@ -4070,7 +4340,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4070
4340
  aria-label="Remove"
4071
4341
  aria-labelledby="purple-outline-removable-button purple-outline-removable-text"
4072
4342
  >
4073
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4343
+ <span class="pf-v6-c-button__text">
4344
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4345
+ </span>
4074
4346
  </button>
4075
4347
  </span>
4076
4348
  </span>
@@ -4093,7 +4365,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4093
4365
  aria-label="Remove"
4094
4366
  aria-labelledby="purple-outline-icon-removable-button purple-outline-icon-removable-text"
4095
4367
  >
4096
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4368
+ <span class="pf-v6-c-button__text">
4369
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4370
+ </span>
4097
4371
  </button>
4098
4372
  </span>
4099
4373
  </span>
@@ -4125,7 +4399,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4125
4399
  aria-label="Remove"
4126
4400
  aria-labelledby="purple-outline-link-removable-button purple-outline-link-removable-text"
4127
4401
  >
4128
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4402
+ <span class="pf-v6-c-button__text">
4403
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4404
+ </span>
4129
4405
  </button>
4130
4406
  </span>
4131
4407
  </span>
@@ -4145,7 +4421,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4145
4421
  aria-label="Remove"
4146
4422
  aria-labelledby="purple-outline-button-removable-button purple-outline-button-removable-text"
4147
4423
  >
4148
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4424
+ <span class="pf-v6-c-button__text">
4425
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4426
+ </span>
4149
4427
  </button>
4150
4428
  </span>
4151
4429
  </span>
@@ -4181,7 +4459,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4181
4459
  aria-label="Remove"
4182
4460
  aria-labelledby="purple-outline-truncated-with-icon-button purple-outline-truncated-with-icon-text"
4183
4461
  >
4184
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4462
+ <span class="pf-v6-c-button__text">
4463
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4464
+ </span>
4185
4465
  </button>
4186
4466
  </span>
4187
4467
  </span>
@@ -4212,7 +4492,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4212
4492
  aria-label="Remove"
4213
4493
  aria-labelledby="purple-outline-link-removable-disabled-button purple-outline-link-removable-disabled-text"
4214
4494
  >
4215
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4495
+ <span class="pf-v6-c-button__text">
4496
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4497
+ </span>
4216
4498
  </button>
4217
4499
  </span>
4218
4500
  </span>
@@ -4238,7 +4520,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4238
4520
  aria-label="Remove"
4239
4521
  aria-labelledby="purple-outline-button-removable-disabled-button purple-outline-button-removable-disabled-text"
4240
4522
  >
4241
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4523
+ <span class="pf-v6-c-button__text">
4524
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4525
+ </span>
4242
4526
  </button>
4243
4527
  </span>
4244
4528
  </span>
@@ -4276,7 +4560,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4276
4560
  aria-label="Remove"
4277
4561
  aria-labelledby="teal-outline-removable-button teal-outline-removable-text"
4278
4562
  >
4279
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4563
+ <span class="pf-v6-c-button__text">
4564
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4565
+ </span>
4280
4566
  </button>
4281
4567
  </span>
4282
4568
  </span>
@@ -4299,7 +4585,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4299
4585
  aria-label="Remove"
4300
4586
  aria-labelledby="teal-outline-icon-removable-button teal-outline-icon-removable-text"
4301
4587
  >
4302
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4588
+ <span class="pf-v6-c-button__text">
4589
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4590
+ </span>
4303
4591
  </button>
4304
4592
  </span>
4305
4593
  </span>
@@ -4331,7 +4619,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4331
4619
  aria-label="Remove"
4332
4620
  aria-labelledby="teal-outline-link-removable-button teal-outline-link-removable-text"
4333
4621
  >
4334
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4622
+ <span class="pf-v6-c-button__text">
4623
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4624
+ </span>
4335
4625
  </button>
4336
4626
  </span>
4337
4627
  </span>
@@ -4351,7 +4641,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4351
4641
  aria-label="Remove"
4352
4642
  aria-labelledby="teal-outline-button-removable-button teal-outline-button-removable-text"
4353
4643
  >
4354
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4644
+ <span class="pf-v6-c-button__text">
4645
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4646
+ </span>
4355
4647
  </button>
4356
4648
  </span>
4357
4649
  </span>
@@ -4387,7 +4679,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4387
4679
  aria-label="Remove"
4388
4680
  aria-labelledby="teal-outline-truncated-with-icon-button teal-outline-truncated-with-icon-text"
4389
4681
  >
4390
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4682
+ <span class="pf-v6-c-button__text">
4683
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4684
+ </span>
4391
4685
  </button>
4392
4686
  </span>
4393
4687
  </span>
@@ -4416,7 +4710,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4416
4710
  aria-label="Remove"
4417
4711
  aria-labelledby="teal-outline-link-removable-disabled-button teal-outline-link-removable-disabled-text"
4418
4712
  >
4419
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4713
+ <span class="pf-v6-c-button__text">
4714
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4715
+ </span>
4420
4716
  </button>
4421
4717
  </span>
4422
4718
  </span>
@@ -4440,7 +4736,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4440
4736
  aria-label="Remove"
4441
4737
  aria-labelledby="teal-outline-button-removable-disabled-button teal-outline-button-removable-disabled-text"
4442
4738
  >
4443
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4739
+ <span class="pf-v6-c-button__text">
4740
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4741
+ </span>
4444
4742
  </button>
4445
4743
  </span>
4446
4744
  </span>
@@ -4478,7 +4776,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4478
4776
  aria-label="Remove"
4479
4777
  aria-labelledby="yellow-outline-removable-button yellow-outline-removable-text"
4480
4778
  >
4481
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4779
+ <span class="pf-v6-c-button__text">
4780
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4781
+ </span>
4482
4782
  </button>
4483
4783
  </span>
4484
4784
  </span>
@@ -4501,7 +4801,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4501
4801
  aria-label="Remove"
4502
4802
  aria-labelledby="yellow-outline-icon-removable-button yellow-outline-icon-removable-text"
4503
4803
  >
4504
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4804
+ <span class="pf-v6-c-button__text">
4805
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4806
+ </span>
4505
4807
  </button>
4506
4808
  </span>
4507
4809
  </span>
@@ -4533,7 +4835,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4533
4835
  aria-label="Remove"
4534
4836
  aria-labelledby="yellow-outline-link-removable-button yellow-outline-link-removable-text"
4535
4837
  >
4536
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4838
+ <span class="pf-v6-c-button__text">
4839
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4840
+ </span>
4537
4841
  </button>
4538
4842
  </span>
4539
4843
  </span>
@@ -4553,7 +4857,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4553
4857
  aria-label="Remove"
4554
4858
  aria-labelledby="yellow-outline-button-removable-button yellow-outline-button-removable-text"
4555
4859
  >
4556
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4860
+ <span class="pf-v6-c-button__text">
4861
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4862
+ </span>
4557
4863
  </button>
4558
4864
  </span>
4559
4865
  </span>
@@ -4589,7 +4895,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4589
4895
  aria-label="Remove"
4590
4896
  aria-labelledby="yellow-outline-truncated-with-icon-button yellow-outline-truncated-with-icon-text"
4591
4897
  >
4592
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4898
+ <span class="pf-v6-c-button__text">
4899
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4900
+ </span>
4593
4901
  </button>
4594
4902
  </span>
4595
4903
  </span>
@@ -4620,7 +4928,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4620
4928
  aria-label="Remove"
4621
4929
  aria-labelledby="yellow-outline-link-removable-disabled-button yellow-outline-link-removable-disabled-text"
4622
4930
  >
4623
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4931
+ <span class="pf-v6-c-button__text">
4932
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4933
+ </span>
4624
4934
  </button>
4625
4935
  </span>
4626
4936
  </span>
@@ -4646,7 +4956,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4646
4956
  aria-label="Remove"
4647
4957
  aria-labelledby="yellow-outline-button-removable-disabled-button yellow-outline-button-removable-disabled-text"
4648
4958
  >
4649
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4959
+ <span class="pf-v6-c-button__text">
4960
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
4961
+ </span>
4650
4962
  </button>
4651
4963
  </span>
4652
4964
  </span>
@@ -4686,7 +4998,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4686
4998
  aria-label="Remove"
4687
4999
  aria-labelledby="success-outline-status-removable-button success-outline-status-removable-text"
4688
5000
  >
4689
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5001
+ <span class="pf-v6-c-button__text">
5002
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5003
+ </span>
4690
5004
  </button>
4691
5005
  </span>
4692
5006
  </span>
@@ -4727,7 +5041,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4727
5041
  aria-label="Remove"
4728
5042
  aria-labelledby="success-outline-status-link-removable-button success-outline-status-link-removable-text"
4729
5043
  >
4730
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5044
+ <span class="pf-v6-c-button__text">
5045
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5046
+ </span>
4731
5047
  </button>
4732
5048
  </span>
4733
5049
  </span>
@@ -4750,7 +5066,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4750
5066
  aria-label="Remove"
4751
5067
  aria-labelledby="success-outline-status-button-removable-button success-outline-status-button-removable-text"
4752
5068
  >
4753
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5069
+ <span class="pf-v6-c-button__text">
5070
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5071
+ </span>
4754
5072
  </button>
4755
5073
  </span>
4756
5074
  </span>
@@ -4786,7 +5104,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4786
5104
  aria-label="Remove"
4787
5105
  aria-labelledby="success-outline-status-truncated-removable-button success-outline-status-truncated-removable-text"
4788
5106
  >
4789
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5107
+ <span class="pf-v6-c-button__text">
5108
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5109
+ </span>
4790
5110
  </button>
4791
5111
  </span>
4792
5112
  </span>
@@ -4817,7 +5137,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4817
5137
  aria-label="Remove"
4818
5138
  aria-labelledby="success-outline-status-link-removable-disabled-button success-outline-status-link-removable-disabled-text"
4819
5139
  >
4820
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5140
+ <span class="pf-v6-c-button__text">
5141
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5142
+ </span>
4821
5143
  </button>
4822
5144
  </span>
4823
5145
  </span>
@@ -4843,7 +5165,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4843
5165
  aria-label="Remove"
4844
5166
  aria-labelledby="success-outline-status-button-removable-disabled-button success-outline-status-button-removable-disabled-text"
4845
5167
  >
4846
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5168
+ <span class="pf-v6-c-button__text">
5169
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5170
+ </span>
4847
5171
  </button>
4848
5172
  </span>
4849
5173
  </span>
@@ -4878,7 +5202,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4878
5202
  aria-label="Remove"
4879
5203
  aria-labelledby="warning-outline-status-removable-button warning-outline-status-removable-text"
4880
5204
  >
4881
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5205
+ <span class="pf-v6-c-button__text">
5206
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5207
+ </span>
4882
5208
  </button>
4883
5209
  </span>
4884
5210
  </span>
@@ -4919,7 +5245,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4919
5245
  aria-label="Remove"
4920
5246
  aria-labelledby="warning-outline-status-link-removable-button warning-outline-status-link-removable-text"
4921
5247
  >
4922
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5248
+ <span class="pf-v6-c-button__text">
5249
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5250
+ </span>
4923
5251
  </button>
4924
5252
  </span>
4925
5253
  </span>
@@ -4942,7 +5270,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4942
5270
  aria-label="Remove"
4943
5271
  aria-labelledby="warning-outline-status-button-removable-button warning-outline-status-button-removable-text"
4944
5272
  >
4945
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5273
+ <span class="pf-v6-c-button__text">
5274
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5275
+ </span>
4946
5276
  </button>
4947
5277
  </span>
4948
5278
  </span>
@@ -4978,7 +5308,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
4978
5308
  aria-label="Remove"
4979
5309
  aria-labelledby="warning-outline-status-truncated-removable-button warning-outline-status-truncated-removable-text"
4980
5310
  >
4981
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5311
+ <span class="pf-v6-c-button__text">
5312
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5313
+ </span>
4982
5314
  </button>
4983
5315
  </span>
4984
5316
  </span>
@@ -5009,7 +5341,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5009
5341
  aria-label="Remove"
5010
5342
  aria-labelledby="warning-outline-status-link-removable-disabled-button warning-outline-status-link-removable-disabled-text"
5011
5343
  >
5012
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5344
+ <span class="pf-v6-c-button__text">
5345
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5346
+ </span>
5013
5347
  </button>
5014
5348
  </span>
5015
5349
  </span>
@@ -5035,7 +5369,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5035
5369
  aria-label="Remove"
5036
5370
  aria-labelledby="warning-outline-status-button-removable-disabled-button warning-outline-status-button-removable-disabled-text"
5037
5371
  >
5038
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5372
+ <span class="pf-v6-c-button__text">
5373
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5374
+ </span>
5039
5375
  </button>
5040
5376
  </span>
5041
5377
  </span>
@@ -5070,7 +5406,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5070
5406
  aria-label="Remove"
5071
5407
  aria-labelledby="danger-outline-status-removable-button danger-outline-status-removable-text"
5072
5408
  >
5073
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5409
+ <span class="pf-v6-c-button__text">
5410
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5411
+ </span>
5074
5412
  </button>
5075
5413
  </span>
5076
5414
  </span>
@@ -5111,7 +5449,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5111
5449
  aria-label="Remove"
5112
5450
  aria-labelledby="danger-outline-status-link-removable-button danger-outline-status-link-removable-text"
5113
5451
  >
5114
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5452
+ <span class="pf-v6-c-button__text">
5453
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5454
+ </span>
5115
5455
  </button>
5116
5456
  </span>
5117
5457
  </span>
@@ -5134,7 +5474,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5134
5474
  aria-label="Remove"
5135
5475
  aria-labelledby="danger-outline-status-button-removable-button danger-outline-status-button-removable-text"
5136
5476
  >
5137
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5477
+ <span class="pf-v6-c-button__text">
5478
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5479
+ </span>
5138
5480
  </button>
5139
5481
  </span>
5140
5482
  </span>
@@ -5170,7 +5512,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5170
5512
  aria-label="Remove"
5171
5513
  aria-labelledby="danger-outline-status-truncated-removable-button danger-outline-status-truncated-removable-text"
5172
5514
  >
5173
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5515
+ <span class="pf-v6-c-button__text">
5516
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5517
+ </span>
5174
5518
  </button>
5175
5519
  </span>
5176
5520
  </span>
@@ -5201,7 +5545,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5201
5545
  aria-label="Remove"
5202
5546
  aria-labelledby="danger-outline-status-link-removable-disabled-button danger-outline-status-link-removable-disabled-text"
5203
5547
  >
5204
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5548
+ <span class="pf-v6-c-button__text">
5549
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5550
+ </span>
5205
5551
  </button>
5206
5552
  </span>
5207
5553
  </span>
@@ -5227,7 +5573,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5227
5573
  aria-label="Remove"
5228
5574
  aria-labelledby="danger-outline-status-button-removable-disabled-button danger-outline-status-button-removable-disabled-text"
5229
5575
  >
5230
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5576
+ <span class="pf-v6-c-button__text">
5577
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5578
+ </span>
5231
5579
  </button>
5232
5580
  </span>
5233
5581
  </span>
@@ -5262,7 +5610,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5262
5610
  aria-label="Remove"
5263
5611
  aria-labelledby="info-outline-status-removable-button info-outline-status-removable-text"
5264
5612
  >
5265
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5613
+ <span class="pf-v6-c-button__text">
5614
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5615
+ </span>
5266
5616
  </button>
5267
5617
  </span>
5268
5618
  </span>
@@ -5303,7 +5653,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5303
5653
  aria-label="Remove"
5304
5654
  aria-labelledby="info-outline-status-link-removable-button info-outline-status-link-removable-text"
5305
5655
  >
5306
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5656
+ <span class="pf-v6-c-button__text">
5657
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5658
+ </span>
5307
5659
  </button>
5308
5660
  </span>
5309
5661
  </span>
@@ -5326,7 +5678,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5326
5678
  aria-label="Remove"
5327
5679
  aria-labelledby="info-outline-status-button-removable-button info-outline-status-button-removable-text"
5328
5680
  >
5329
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5681
+ <span class="pf-v6-c-button__text">
5682
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5683
+ </span>
5330
5684
  </button>
5331
5685
  </span>
5332
5686
  </span>
@@ -5362,7 +5716,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5362
5716
  aria-label="Remove"
5363
5717
  aria-labelledby="info-outline-status-truncated-removable-button info-outline-status-truncated-removable-text"
5364
5718
  >
5365
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5719
+ <span class="pf-v6-c-button__text">
5720
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5721
+ </span>
5366
5722
  </button>
5367
5723
  </span>
5368
5724
  </span>
@@ -5391,7 +5747,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5391
5747
  aria-label="Remove"
5392
5748
  aria-labelledby="info-outline-status-link-removable-disabled-button info-outline-status-link-removable-disabled-text"
5393
5749
  >
5394
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5750
+ <span class="pf-v6-c-button__text">
5751
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5752
+ </span>
5395
5753
  </button>
5396
5754
  </span>
5397
5755
  </span>
@@ -5415,7 +5773,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5415
5773
  aria-label="Remove"
5416
5774
  aria-labelledby="info-outline-status-button-removable-disabled-button info-outline-status-button-removable-disabled-text"
5417
5775
  >
5418
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5776
+ <span class="pf-v6-c-button__text">
5777
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5778
+ </span>
5419
5779
  </button>
5420
5780
  </span>
5421
5781
  </span>
@@ -5450,7 +5810,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5450
5810
  aria-label="Remove"
5451
5811
  aria-labelledby="custom-outline-status-removable-button custom-outline-status-removable-text"
5452
5812
  >
5453
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5813
+ <span class="pf-v6-c-button__text">
5814
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5815
+ </span>
5454
5816
  </button>
5455
5817
  </span>
5456
5818
  </span>
@@ -5491,7 +5853,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5491
5853
  aria-label="Remove"
5492
5854
  aria-labelledby="custom-outline-status-link-removable-button custom-outline-status-link-removable-text"
5493
5855
  >
5494
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5856
+ <span class="pf-v6-c-button__text">
5857
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5858
+ </span>
5495
5859
  </button>
5496
5860
  </span>
5497
5861
  </span>
@@ -5514,7 +5878,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5514
5878
  aria-label="Remove"
5515
5879
  aria-labelledby="custom-outline-status-button-removable-button custom-outline-status-button-removable-text"
5516
5880
  >
5517
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5881
+ <span class="pf-v6-c-button__text">
5882
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5883
+ </span>
5518
5884
  </button>
5519
5885
  </span>
5520
5886
  </span>
@@ -5550,7 +5916,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5550
5916
  aria-label="Remove"
5551
5917
  aria-labelledby="custom-outline-status-truncated-removable-button custom-outline-status-truncated-removable-text"
5552
5918
  >
5553
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5919
+ <span class="pf-v6-c-button__text">
5920
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5921
+ </span>
5554
5922
  </button>
5555
5923
  </span>
5556
5924
  </span>
@@ -5581,7 +5949,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5581
5949
  aria-label="Remove"
5582
5950
  aria-labelledby="custom-outline-status-link-removable-disabled-button custom-outline-status-link-removable-disabled-text"
5583
5951
  >
5584
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5952
+ <span class="pf-v6-c-button__text">
5953
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5954
+ </span>
5585
5955
  </button>
5586
5956
  </span>
5587
5957
  </span>
@@ -5607,7 +5977,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5607
5977
  aria-label="Remove"
5608
5978
  aria-labelledby="custom-outline-status-button-removable-disabled-button custom-outline-status-button-removable-disabled-text"
5609
5979
  >
5610
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5980
+ <span class="pf-v6-c-button__text">
5981
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
5982
+ </span>
5611
5983
  </button>
5612
5984
  </span>
5613
5985
  </span>
@@ -5647,7 +6019,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5647
6019
  aria-label="Remove"
5648
6020
  aria-labelledby="compact-removable-button compact-removable-text"
5649
6021
  >
5650
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6022
+ <span class="pf-v6-c-button__text">
6023
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6024
+ </span>
5651
6025
  </button>
5652
6026
  </span>
5653
6027
  </span>
@@ -5670,7 +6044,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5670
6044
  aria-label="Remove"
5671
6045
  aria-labelledby="compact-icon-removable-button compact-icon-removable-text"
5672
6046
  >
5673
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6047
+ <span class="pf-v6-c-button__text">
6048
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6049
+ </span>
5674
6050
  </button>
5675
6051
  </span>
5676
6052
  </span>
@@ -5702,7 +6078,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5702
6078
  aria-label="Remove"
5703
6079
  aria-labelledby="compact-link-removable-button compact-link-removable-text"
5704
6080
  >
5705
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6081
+ <span class="pf-v6-c-button__text">
6082
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6083
+ </span>
5706
6084
  </button>
5707
6085
  </span>
5708
6086
  </span>
@@ -5722,7 +6100,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5722
6100
  aria-label="Remove"
5723
6101
  aria-labelledby="compact-button-removable-button compact-button-removable-text"
5724
6102
  >
5725
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6103
+ <span class="pf-v6-c-button__text">
6104
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6105
+ </span>
5726
6106
  </button>
5727
6107
  </span>
5728
6108
  </span>
@@ -5758,7 +6138,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5758
6138
  aria-label="Remove"
5759
6139
  aria-labelledby="compact-truncated-with-icon-button compact-truncated-with-icon-text"
5760
6140
  >
5761
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6141
+ <span class="pf-v6-c-button__text">
6142
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6143
+ </span>
5762
6144
  </button>
5763
6145
  </span>
5764
6146
  </span>
@@ -5787,7 +6169,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5787
6169
  aria-label="Remove"
5788
6170
  aria-labelledby="compact-link-removable-disabled-button compact-link-removable-disabled-text"
5789
6171
  >
5790
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6172
+ <span class="pf-v6-c-button__text">
6173
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6174
+ </span>
5791
6175
  </button>
5792
6176
  </span>
5793
6177
  </span>
@@ -5811,7 +6195,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5811
6195
  aria-label="Remove"
5812
6196
  aria-labelledby="compact-button-removable-disabled-button compact-button-removable-disabled-text"
5813
6197
  >
5814
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6198
+ <span class="pf-v6-c-button__text">
6199
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6200
+ </span>
5815
6201
  </button>
5816
6202
  </span>
5817
6203
  </span>
@@ -5849,7 +6235,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5849
6235
  aria-label="Remove"
5850
6236
  aria-labelledby="compact-outline-removable-button compact-outline-removable-text"
5851
6237
  >
5852
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6238
+ <span class="pf-v6-c-button__text">
6239
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6240
+ </span>
5853
6241
  </button>
5854
6242
  </span>
5855
6243
  </span>
@@ -5872,7 +6260,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5872
6260
  aria-label="Remove"
5873
6261
  aria-labelledby="compact-outline-icon-removable-button compact-outline-icon-removable-text"
5874
6262
  >
5875
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6263
+ <span class="pf-v6-c-button__text">
6264
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6265
+ </span>
5876
6266
  </button>
5877
6267
  </span>
5878
6268
  </span>
@@ -5904,7 +6294,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5904
6294
  aria-label="Remove"
5905
6295
  aria-labelledby="compact-outline-link-removable-button compact-outline-link-removable-text"
5906
6296
  >
5907
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6297
+ <span class="pf-v6-c-button__text">
6298
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6299
+ </span>
5908
6300
  </button>
5909
6301
  </span>
5910
6302
  </span>
@@ -5924,7 +6316,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5924
6316
  aria-label="Remove"
5925
6317
  aria-labelledby="compact-outline-button-removable-button compact-outline-button-removable-text"
5926
6318
  >
5927
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6319
+ <span class="pf-v6-c-button__text">
6320
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6321
+ </span>
5928
6322
  </button>
5929
6323
  </span>
5930
6324
  </span>
@@ -5960,7 +6354,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5960
6354
  aria-label="Remove"
5961
6355
  aria-labelledby="compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text"
5962
6356
  >
5963
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6357
+ <span class="pf-v6-c-button__text">
6358
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6359
+ </span>
5964
6360
  </button>
5965
6361
  </span>
5966
6362
  </span>
@@ -5991,7 +6387,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
5991
6387
  aria-label="Remove"
5992
6388
  aria-labelledby="compact-outline-link-removable-disabled-button compact-outline-link-removable-disabled-text"
5993
6389
  >
5994
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6390
+ <span class="pf-v6-c-button__text">
6391
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6392
+ </span>
5995
6393
  </button>
5996
6394
  </span>
5997
6395
  </span>
@@ -6017,7 +6415,9 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
6017
6415
  aria-label="Remove"
6018
6416
  aria-labelledby="compact-outline-button-removable-disabled-button compact-outline-button-removable-disabled-text"
6019
6417
  >
6020
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6418
+ <span class="pf-v6-c-button__text">
6419
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6420
+ </span>
6021
6421
  </button>
6022
6422
  </span>
6023
6423
  </span>
@@ -6059,7 +6459,9 @@ This style of label is used to indicate overflow within a label group.
6059
6459
  aria-label="Remove"
6060
6460
  aria-labelledby="editable-label-button editable-label-text"
6061
6461
  >
6062
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6462
+ <span class="pf-v6-c-button__text">
6463
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6464
+ </span>
6063
6465
  </button>
6064
6466
  </span>
6065
6467
  </span>
@@ -6096,7 +6498,9 @@ This style of label is used to indicate overflow within a label group.
6096
6498
  aria-label="Remove"
6097
6499
  aria-labelledby="compact-editable-label-button compact-editable-label-text"
6098
6500
  >
6099
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6501
+ <span class="pf-v6-c-button__text">
6502
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
6503
+ </span>
6100
6504
  </button>
6101
6505
  </span>
6102
6506
  </span>
@@ -6493,7 +6897,9 @@ The contents of a label group can be modified by removing labels or adding new o
6493
6897
  aria-label="Close label group"
6494
6898
  id="label-group-category-removable-button"
6495
6899
  >
6496
- <i class="fas fa-times" aria-hidden="true"></i>
6900
+ <span class="pf-v6-c-button__text">
6901
+ <i class="fas fa-times" aria-hidden="true"></i>
6902
+ </span>
6497
6903
  </button>
6498
6904
  </div>
6499
6905
  </div>
@@ -6769,7 +7175,9 @@ The contents of a label group can be modified by removing labels or adding new o
6769
7175
  aria-label="Close label group"
6770
7176
  id="label-group-vertical-category-removable-button"
6771
7177
  >
6772
- <i class="fas fa-times" aria-hidden="true"></i>
7178
+ <span class="pf-v6-c-button__text">
7179
+ <i class="fas fa-times" aria-hidden="true"></i>
7180
+ </span>
6773
7181
  </button>
6774
7182
  </div>
6775
7183
  </div>
@@ -6811,7 +7219,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6811
7219
  aria-label="Remove"
6812
7220
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-1-button editable-labels-editable-group-example-editable-label-editable-1-text"
6813
7221
  >
6814
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7222
+ <span class="pf-v6-c-button__text">
7223
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7224
+ </span>
6815
7225
  </button>
6816
7226
  </span>
6817
7227
  </span>
@@ -6837,7 +7247,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6837
7247
  aria-label="Remove"
6838
7248
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-2-button editable-labels-editable-group-example-editable-label-editable-2-text"
6839
7249
  >
6840
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7250
+ <span class="pf-v6-c-button__text">
7251
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7252
+ </span>
6841
7253
  </button>
6842
7254
  </span>
6843
7255
  </span>
@@ -6863,7 +7275,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6863
7275
  aria-label="Remove"
6864
7276
  aria-labelledby="editable-labels-editable-group-example-editable-label-editable-3-button editable-labels-editable-group-example-editable-label-editable-3-text"
6865
7277
  >
6866
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7278
+ <span class="pf-v6-c-button__text">
7279
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7280
+ </span>
6867
7281
  </button>
6868
7282
  </span>
6869
7283
  </span>
@@ -6913,7 +7327,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6913
7327
  aria-label="Remove"
6914
7328
  aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-1-button editable-labels-label-active-editable-group-example-editable-label-editable-1-text"
6915
7329
  >
6916
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7330
+ <span class="pf-v6-c-button__text">
7331
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7332
+ </span>
6917
7333
  </button>
6918
7334
  </span>
6919
7335
  </span>
@@ -6939,7 +7355,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6939
7355
  aria-label="Remove"
6940
7356
  aria-labelledby="editable-labels-label-active-editable-group-example-editable-label-editable-2-button editable-labels-label-active-editable-group-example-editable-label-editable-2-text"
6941
7357
  >
6942
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7358
+ <span class="pf-v6-c-button__text">
7359
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7360
+ </span>
6943
7361
  </button>
6944
7362
  </span>
6945
7363
  </span>
@@ -6997,7 +7415,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
6997
7415
  aria-label="Remove"
6998
7416
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-1-button static-labels-dynamic-label-group-example-editable-label-static-1-text"
6999
7417
  >
7000
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7418
+ <span class="pf-v6-c-button__text">
7419
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7420
+ </span>
7001
7421
  </button>
7002
7422
  </span>
7003
7423
  </span>
@@ -7018,7 +7438,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7018
7438
  aria-label="Remove"
7019
7439
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-2-button static-labels-dynamic-label-group-example-editable-label-static-2-text"
7020
7440
  >
7021
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7441
+ <span class="pf-v6-c-button__text">
7442
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7443
+ </span>
7022
7444
  </button>
7023
7445
  </span>
7024
7446
  </span>
@@ -7039,7 +7461,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7039
7461
  aria-label="Remove"
7040
7462
  aria-labelledby="static-labels-dynamic-label-group-example-editable-label-static-3-button static-labels-dynamic-label-group-example-editable-label-static-3-text"
7041
7463
  >
7042
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7464
+ <span class="pf-v6-c-button__text">
7465
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7466
+ </span>
7043
7467
  </button>
7044
7468
  </span>
7045
7469
  </span>
@@ -7084,7 +7508,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7084
7508
  aria-label="Remove"
7085
7509
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-1-button mixed-labels-dynamic-label-group-example-editable-label-static-1-text"
7086
7510
  >
7087
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7511
+ <span class="pf-v6-c-button__text">
7512
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7513
+ </span>
7088
7514
  </button>
7089
7515
  </span>
7090
7516
  </span>
@@ -7105,7 +7531,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7105
7531
  aria-label="Remove"
7106
7532
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-static-2-button mixed-labels-dynamic-label-group-example-editable-label-static-2-text"
7107
7533
  >
7108
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7534
+ <span class="pf-v6-c-button__text">
7535
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7536
+ </span>
7109
7537
  </button>
7110
7538
  </span>
7111
7539
  </span>
@@ -7131,7 +7559,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7131
7559
  aria-label="Remove"
7132
7560
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-1-text"
7133
7561
  >
7134
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7562
+ <span class="pf-v6-c-button__text">
7563
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7564
+ </span>
7135
7565
  </button>
7136
7566
  </span>
7137
7567
  </span>
@@ -7157,7 +7587,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7157
7587
  aria-label="Remove"
7158
7588
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-2-text"
7159
7589
  >
7160
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7590
+ <span class="pf-v6-c-button__text">
7591
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7592
+ </span>
7161
7593
  </button>
7162
7594
  </span>
7163
7595
  </span>
@@ -7183,7 +7615,9 @@ In addition to the JavaScript management of [editable labels](/components/label#
7183
7615
  aria-label="Remove"
7184
7616
  aria-labelledby="mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-button mixed-labels-dynamic-label-group-example-editable-label-dynamic-3-text"
7185
7617
  >
7186
- <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7618
+ <span class="pf-v6-c-button__text">
7619
+ <i class="fas fa-times fa-fw" aria-hidden="true"></i>
7620
+ </span>
7187
7621
  </button>
7188
7622
  </span>
7189
7623
  </span>