@patternfly/patternfly 6.0.0-alpha.173 → 6.0.0-alpha.175
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.
- package/components/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Content/content.css +19 -43
- package/components/Content/content.scss +17 -60
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/List/list.css +33 -40
- package/components/List/list.scss +39 -48
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +64 -116
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +64 -116
- package/patternfly.css +64 -116
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -44,7 +44,7 @@ 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
|
-
<span class="pf-v6-c-
|
|
47
|
+
<span class="pf-v6-c-button__icon">
|
|
48
48
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
49
49
|
</span>
|
|
50
50
|
</button>
|
|
@@ -69,7 +69,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
69
69
|
aria-label="Remove"
|
|
70
70
|
aria-labelledby="grey-filled-icon-removable-button grey-filled-icon-removable-text"
|
|
71
71
|
>
|
|
72
|
-
<span class="pf-v6-c-
|
|
72
|
+
<span class="pf-v6-c-button__icon">
|
|
73
73
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
74
74
|
</span>
|
|
75
75
|
</button>
|
|
@@ -103,7 +103,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
103
103
|
aria-label="Remove"
|
|
104
104
|
aria-labelledby="grey-filled-link-removable-button grey-filled-link-removable-text"
|
|
105
105
|
>
|
|
106
|
-
<span class="pf-v6-c-
|
|
106
|
+
<span class="pf-v6-c-button__icon">
|
|
107
107
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
108
108
|
</span>
|
|
109
109
|
</button>
|
|
@@ -125,7 +125,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
125
125
|
aria-label="Remove"
|
|
126
126
|
aria-labelledby="grey-filled-button-removable-button grey-filled-button-removable-text"
|
|
127
127
|
>
|
|
128
|
-
<span class="pf-v6-c-
|
|
128
|
+
<span class="pf-v6-c-button__icon">
|
|
129
129
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
130
130
|
</span>
|
|
131
131
|
</button>
|
|
@@ -163,7 +163,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
163
163
|
aria-label="Remove"
|
|
164
164
|
aria-labelledby="grey-filled-truncated-with-icon-button grey-filled-truncated-with-icon-text"
|
|
165
165
|
>
|
|
166
|
-
<span class="pf-v6-c-
|
|
166
|
+
<span class="pf-v6-c-button__icon">
|
|
167
167
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
168
168
|
</span>
|
|
169
169
|
</button>
|
|
@@ -194,7 +194,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
194
194
|
aria-label="Remove"
|
|
195
195
|
aria-labelledby="grey-filled-link-removable-disabled-button grey-filled-link-removable-disabled-text"
|
|
196
196
|
>
|
|
197
|
-
<span class="pf-v6-c-
|
|
197
|
+
<span class="pf-v6-c-button__icon">
|
|
198
198
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
199
199
|
</span>
|
|
200
200
|
</button>
|
|
@@ -220,7 +220,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
220
220
|
aria-label="Remove"
|
|
221
221
|
aria-labelledby="grey-filled-button-removable-disabled-button grey-filled-button-removable-disabled-text"
|
|
222
222
|
>
|
|
223
|
-
<span class="pf-v6-c-
|
|
223
|
+
<span class="pf-v6-c-button__icon">
|
|
224
224
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
225
225
|
</span>
|
|
226
226
|
</button>
|
|
@@ -260,7 +260,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
260
260
|
aria-label="Remove"
|
|
261
261
|
aria-labelledby="blue-filled-removable-button blue-filled-removable-text"
|
|
262
262
|
>
|
|
263
|
-
<span class="pf-v6-c-
|
|
263
|
+
<span class="pf-v6-c-button__icon">
|
|
264
264
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
265
265
|
</span>
|
|
266
266
|
</button>
|
|
@@ -285,7 +285,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
285
285
|
aria-label="Remove"
|
|
286
286
|
aria-labelledby="blue-filled-icon-removable-button blue-filled-icon-removable-text"
|
|
287
287
|
>
|
|
288
|
-
<span class="pf-v6-c-
|
|
288
|
+
<span class="pf-v6-c-button__icon">
|
|
289
289
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
290
290
|
</span>
|
|
291
291
|
</button>
|
|
@@ -319,7 +319,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
319
319
|
aria-label="Remove"
|
|
320
320
|
aria-labelledby="blue-filled-link-removable-button blue-filled-link-removable-text"
|
|
321
321
|
>
|
|
322
|
-
<span class="pf-v6-c-
|
|
322
|
+
<span class="pf-v6-c-button__icon">
|
|
323
323
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
324
324
|
</span>
|
|
325
325
|
</button>
|
|
@@ -341,7 +341,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
341
341
|
aria-label="Remove"
|
|
342
342
|
aria-labelledby="blue-filled-button-removable-button blue-filled-button-removable-text"
|
|
343
343
|
>
|
|
344
|
-
<span class="pf-v6-c-
|
|
344
|
+
<span class="pf-v6-c-button__icon">
|
|
345
345
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
346
346
|
</span>
|
|
347
347
|
</button>
|
|
@@ -379,7 +379,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
379
379
|
aria-label="Remove"
|
|
380
380
|
aria-labelledby="blue-filled-truncated-with-icon-button blue-filled-truncated-with-icon-text"
|
|
381
381
|
>
|
|
382
|
-
<span class="pf-v6-c-
|
|
382
|
+
<span class="pf-v6-c-button__icon">
|
|
383
383
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
384
384
|
</span>
|
|
385
385
|
</button>
|
|
@@ -410,7 +410,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
410
410
|
aria-label="Remove"
|
|
411
411
|
aria-labelledby="blue-filled-link-removable-disabled-button blue-filled-link-removable-disabled-text"
|
|
412
412
|
>
|
|
413
|
-
<span class="pf-v6-c-
|
|
413
|
+
<span class="pf-v6-c-button__icon">
|
|
414
414
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
415
415
|
</span>
|
|
416
416
|
</button>
|
|
@@ -436,7 +436,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
436
436
|
aria-label="Remove"
|
|
437
437
|
aria-labelledby="blue-filled-button-removable-disabled-button blue-filled-button-removable-disabled-text"
|
|
438
438
|
>
|
|
439
|
-
<span class="pf-v6-c-
|
|
439
|
+
<span class="pf-v6-c-button__icon">
|
|
440
440
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
441
441
|
</span>
|
|
442
442
|
</button>
|
|
@@ -476,7 +476,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
476
476
|
aria-label="Remove"
|
|
477
477
|
aria-labelledby="green-filled-removable-button green-filled-removable-text"
|
|
478
478
|
>
|
|
479
|
-
<span class="pf-v6-c-
|
|
479
|
+
<span class="pf-v6-c-button__icon">
|
|
480
480
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
481
481
|
</span>
|
|
482
482
|
</button>
|
|
@@ -501,7 +501,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
501
501
|
aria-label="Remove"
|
|
502
502
|
aria-labelledby="green-filled-icon-removable-button green-filled-icon-removable-text"
|
|
503
503
|
>
|
|
504
|
-
<span class="pf-v6-c-
|
|
504
|
+
<span class="pf-v6-c-button__icon">
|
|
505
505
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
506
506
|
</span>
|
|
507
507
|
</button>
|
|
@@ -535,7 +535,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
535
535
|
aria-label="Remove"
|
|
536
536
|
aria-labelledby="green-filled-link-removable-button green-filled-link-removable-text"
|
|
537
537
|
>
|
|
538
|
-
<span class="pf-v6-c-
|
|
538
|
+
<span class="pf-v6-c-button__icon">
|
|
539
539
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
540
540
|
</span>
|
|
541
541
|
</button>
|
|
@@ -557,7 +557,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
557
557
|
aria-label="Remove"
|
|
558
558
|
aria-labelledby="green-filled-button-removable-button green-filled-button-removable-text"
|
|
559
559
|
>
|
|
560
|
-
<span class="pf-v6-c-
|
|
560
|
+
<span class="pf-v6-c-button__icon">
|
|
561
561
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
562
562
|
</span>
|
|
563
563
|
</button>
|
|
@@ -595,7 +595,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
595
595
|
aria-label="Remove"
|
|
596
596
|
aria-labelledby="green-filled-truncated-with-icon-button green-filled-truncated-with-icon-text"
|
|
597
597
|
>
|
|
598
|
-
<span class="pf-v6-c-
|
|
598
|
+
<span class="pf-v6-c-button__icon">
|
|
599
599
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
600
600
|
</span>
|
|
601
601
|
</button>
|
|
@@ -626,7 +626,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
626
626
|
aria-label="Remove"
|
|
627
627
|
aria-labelledby="green-filled-link-removable-disabled-button green-filled-link-removable-disabled-text"
|
|
628
628
|
>
|
|
629
|
-
<span class="pf-v6-c-
|
|
629
|
+
<span class="pf-v6-c-button__icon">
|
|
630
630
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
631
631
|
</span>
|
|
632
632
|
</button>
|
|
@@ -652,7 +652,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
652
652
|
aria-label="Remove"
|
|
653
653
|
aria-labelledby="green-filled-button-removable-disabled-button green-filled-button-removable-disabled-text"
|
|
654
654
|
>
|
|
655
|
-
<span class="pf-v6-c-
|
|
655
|
+
<span class="pf-v6-c-button__icon">
|
|
656
656
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
657
657
|
</span>
|
|
658
658
|
</button>
|
|
@@ -692,7 +692,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
692
692
|
aria-label="Remove"
|
|
693
693
|
aria-labelledby="orange-filled-removable-button orange-filled-removable-text"
|
|
694
694
|
>
|
|
695
|
-
<span class="pf-v6-c-
|
|
695
|
+
<span class="pf-v6-c-button__icon">
|
|
696
696
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
697
697
|
</span>
|
|
698
698
|
</button>
|
|
@@ -717,7 +717,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
717
717
|
aria-label="Remove"
|
|
718
718
|
aria-labelledby="orange-filled-icon-removable-button orange-filled-icon-removable-text"
|
|
719
719
|
>
|
|
720
|
-
<span class="pf-v6-c-
|
|
720
|
+
<span class="pf-v6-c-button__icon">
|
|
721
721
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
722
722
|
</span>
|
|
723
723
|
</button>
|
|
@@ -751,7 +751,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
751
751
|
aria-label="Remove"
|
|
752
752
|
aria-labelledby="orange-filled-link-removable-button orange-filled-link-removable-text"
|
|
753
753
|
>
|
|
754
|
-
<span class="pf-v6-c-
|
|
754
|
+
<span class="pf-v6-c-button__icon">
|
|
755
755
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
756
756
|
</span>
|
|
757
757
|
</button>
|
|
@@ -773,7 +773,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
773
773
|
aria-label="Remove"
|
|
774
774
|
aria-labelledby="orange-filled-button-removable-button orange-filled-button-removable-text"
|
|
775
775
|
>
|
|
776
|
-
<span class="pf-v6-c-
|
|
776
|
+
<span class="pf-v6-c-button__icon">
|
|
777
777
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
778
778
|
</span>
|
|
779
779
|
</button>
|
|
@@ -811,7 +811,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
811
811
|
aria-label="Remove"
|
|
812
812
|
aria-labelledby="orange-filled-truncated-with-icon-button orange-filled-truncated-with-icon-text"
|
|
813
813
|
>
|
|
814
|
-
<span class="pf-v6-c-
|
|
814
|
+
<span class="pf-v6-c-button__icon">
|
|
815
815
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
816
816
|
</span>
|
|
817
817
|
</button>
|
|
@@ -844,7 +844,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
844
844
|
aria-label="Remove"
|
|
845
845
|
aria-labelledby="orange-filled-link-removable-disabled-button orange-filled-link-removable-disabled-text"
|
|
846
846
|
>
|
|
847
|
-
<span class="pf-v6-c-
|
|
847
|
+
<span class="pf-v6-c-button__icon">
|
|
848
848
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
849
849
|
</span>
|
|
850
850
|
</button>
|
|
@@ -872,7 +872,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
872
872
|
aria-label="Remove"
|
|
873
873
|
aria-labelledby="orange-filled-button-removable-disabled-button orange-filled-button-removable-disabled-text"
|
|
874
874
|
>
|
|
875
|
-
<span class="pf-v6-c-
|
|
875
|
+
<span class="pf-v6-c-button__icon">
|
|
876
876
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
877
877
|
</span>
|
|
878
878
|
</button>
|
|
@@ -912,7 +912,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
912
912
|
aria-label="Remove"
|
|
913
913
|
aria-labelledby="red-filled-removable-button red-filled-removable-text"
|
|
914
914
|
>
|
|
915
|
-
<span class="pf-v6-c-
|
|
915
|
+
<span class="pf-v6-c-button__icon">
|
|
916
916
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
917
917
|
</span>
|
|
918
918
|
</button>
|
|
@@ -937,7 +937,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
937
937
|
aria-label="Remove"
|
|
938
938
|
aria-labelledby="red-filled-icon-removable-button red-filled-icon-removable-text"
|
|
939
939
|
>
|
|
940
|
-
<span class="pf-v6-c-
|
|
940
|
+
<span class="pf-v6-c-button__icon">
|
|
941
941
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
942
942
|
</span>
|
|
943
943
|
</button>
|
|
@@ -971,7 +971,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
971
971
|
aria-label="Remove"
|
|
972
972
|
aria-labelledby="red-filled-link-removable-button red-filled-link-removable-text"
|
|
973
973
|
>
|
|
974
|
-
<span class="pf-v6-c-
|
|
974
|
+
<span class="pf-v6-c-button__icon">
|
|
975
975
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
976
976
|
</span>
|
|
977
977
|
</button>
|
|
@@ -993,7 +993,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
993
993
|
aria-label="Remove"
|
|
994
994
|
aria-labelledby="red-filled-button-removable-button red-filled-button-removable-text"
|
|
995
995
|
>
|
|
996
|
-
<span class="pf-v6-c-
|
|
996
|
+
<span class="pf-v6-c-button__icon">
|
|
997
997
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
998
998
|
</span>
|
|
999
999
|
</button>
|
|
@@ -1031,7 +1031,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1031
1031
|
aria-label="Remove"
|
|
1032
1032
|
aria-labelledby="red-filled-truncated-with-icon-button red-filled-truncated-with-icon-text"
|
|
1033
1033
|
>
|
|
1034
|
-
<span class="pf-v6-c-
|
|
1034
|
+
<span class="pf-v6-c-button__icon">
|
|
1035
1035
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1036
1036
|
</span>
|
|
1037
1037
|
</button>
|
|
@@ -1062,7 +1062,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1062
1062
|
aria-label="Remove"
|
|
1063
1063
|
aria-labelledby="red-filled-link-removable-disabled-button red-filled-link-removable-disabled-text"
|
|
1064
1064
|
>
|
|
1065
|
-
<span class="pf-v6-c-
|
|
1065
|
+
<span class="pf-v6-c-button__icon">
|
|
1066
1066
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1067
1067
|
</span>
|
|
1068
1068
|
</button>
|
|
@@ -1088,7 +1088,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1088
1088
|
aria-label="Remove"
|
|
1089
1089
|
aria-labelledby="red-filled-button-removable-disabled-button red-filled-button-removable-disabled-text"
|
|
1090
1090
|
>
|
|
1091
|
-
<span class="pf-v6-c-
|
|
1091
|
+
<span class="pf-v6-c-button__icon">
|
|
1092
1092
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1093
1093
|
</span>
|
|
1094
1094
|
</button>
|
|
@@ -1128,7 +1128,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1128
1128
|
aria-label="Remove"
|
|
1129
1129
|
aria-labelledby="orangered-filled-removable-button orangered-filled-removable-text"
|
|
1130
1130
|
>
|
|
1131
|
-
<span class="pf-v6-c-
|
|
1131
|
+
<span class="pf-v6-c-button__icon">
|
|
1132
1132
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1133
1133
|
</span>
|
|
1134
1134
|
</button>
|
|
@@ -1153,7 +1153,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1153
1153
|
aria-label="Remove"
|
|
1154
1154
|
aria-labelledby="orangered-filled-icon-removable-button orangered-filled-icon-removable-text"
|
|
1155
1155
|
>
|
|
1156
|
-
<span class="pf-v6-c-
|
|
1156
|
+
<span class="pf-v6-c-button__icon">
|
|
1157
1157
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1158
1158
|
</span>
|
|
1159
1159
|
</button>
|
|
@@ -1187,7 +1187,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1187
1187
|
aria-label="Remove"
|
|
1188
1188
|
aria-labelledby="orangered-filled-link-removable-button orangered-filled-link-removable-text"
|
|
1189
1189
|
>
|
|
1190
|
-
<span class="pf-v6-c-
|
|
1190
|
+
<span class="pf-v6-c-button__icon">
|
|
1191
1191
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1192
1192
|
</span>
|
|
1193
1193
|
</button>
|
|
@@ -1209,7 +1209,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1209
1209
|
aria-label="Remove"
|
|
1210
1210
|
aria-labelledby="orangered-filled-button-removable-button orangered-filled-button-removable-text"
|
|
1211
1211
|
>
|
|
1212
|
-
<span class="pf-v6-c-
|
|
1212
|
+
<span class="pf-v6-c-button__icon">
|
|
1213
1213
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1214
1214
|
</span>
|
|
1215
1215
|
</button>
|
|
@@ -1247,7 +1247,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1247
1247
|
aria-label="Remove"
|
|
1248
1248
|
aria-labelledby="orangered-filled-truncated-with-icon-button orangered-filled-truncated-with-icon-text"
|
|
1249
1249
|
>
|
|
1250
|
-
<span class="pf-v6-c-
|
|
1250
|
+
<span class="pf-v6-c-button__icon">
|
|
1251
1251
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1252
1252
|
</span>
|
|
1253
1253
|
</button>
|
|
@@ -1280,7 +1280,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1280
1280
|
aria-label="Remove"
|
|
1281
1281
|
aria-labelledby="orangered-filled-link-removable-disabled-button orangered-filled-link-removable-disabled-text"
|
|
1282
1282
|
>
|
|
1283
|
-
<span class="pf-v6-c-
|
|
1283
|
+
<span class="pf-v6-c-button__icon">
|
|
1284
1284
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1285
1285
|
</span>
|
|
1286
1286
|
</button>
|
|
@@ -1308,7 +1308,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1308
1308
|
aria-label="Remove"
|
|
1309
1309
|
aria-labelledby="orangered-filled-button-removable-disabled-button orangered-filled-button-removable-disabled-text"
|
|
1310
1310
|
>
|
|
1311
|
-
<span class="pf-v6-c-
|
|
1311
|
+
<span class="pf-v6-c-button__icon">
|
|
1312
1312
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1313
1313
|
</span>
|
|
1314
1314
|
</button>
|
|
@@ -1348,7 +1348,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1348
1348
|
aria-label="Remove"
|
|
1349
1349
|
aria-labelledby="purple-filled-removable-button purple-filled-removable-text"
|
|
1350
1350
|
>
|
|
1351
|
-
<span class="pf-v6-c-
|
|
1351
|
+
<span class="pf-v6-c-button__icon">
|
|
1352
1352
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1353
1353
|
</span>
|
|
1354
1354
|
</button>
|
|
@@ -1373,7 +1373,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1373
1373
|
aria-label="Remove"
|
|
1374
1374
|
aria-labelledby="purple-filled-icon-removable-button purple-filled-icon-removable-text"
|
|
1375
1375
|
>
|
|
1376
|
-
<span class="pf-v6-c-
|
|
1376
|
+
<span class="pf-v6-c-button__icon">
|
|
1377
1377
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1378
1378
|
</span>
|
|
1379
1379
|
</button>
|
|
@@ -1407,7 +1407,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1407
1407
|
aria-label="Remove"
|
|
1408
1408
|
aria-labelledby="purple-filled-link-removable-button purple-filled-link-removable-text"
|
|
1409
1409
|
>
|
|
1410
|
-
<span class="pf-v6-c-
|
|
1410
|
+
<span class="pf-v6-c-button__icon">
|
|
1411
1411
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1412
1412
|
</span>
|
|
1413
1413
|
</button>
|
|
@@ -1429,7 +1429,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1429
1429
|
aria-label="Remove"
|
|
1430
1430
|
aria-labelledby="purple-filled-button-removable-button purple-filled-button-removable-text"
|
|
1431
1431
|
>
|
|
1432
|
-
<span class="pf-v6-c-
|
|
1432
|
+
<span class="pf-v6-c-button__icon">
|
|
1433
1433
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1434
1434
|
</span>
|
|
1435
1435
|
</button>
|
|
@@ -1467,7 +1467,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1467
1467
|
aria-label="Remove"
|
|
1468
1468
|
aria-labelledby="purple-filled-truncated-with-icon-button purple-filled-truncated-with-icon-text"
|
|
1469
1469
|
>
|
|
1470
|
-
<span class="pf-v6-c-
|
|
1470
|
+
<span class="pf-v6-c-button__icon">
|
|
1471
1471
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1472
1472
|
</span>
|
|
1473
1473
|
</button>
|
|
@@ -1500,7 +1500,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1500
1500
|
aria-label="Remove"
|
|
1501
1501
|
aria-labelledby="purple-filled-link-removable-disabled-button purple-filled-link-removable-disabled-text"
|
|
1502
1502
|
>
|
|
1503
|
-
<span class="pf-v6-c-
|
|
1503
|
+
<span class="pf-v6-c-button__icon">
|
|
1504
1504
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1505
1505
|
</span>
|
|
1506
1506
|
</button>
|
|
@@ -1528,7 +1528,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1528
1528
|
aria-label="Remove"
|
|
1529
1529
|
aria-labelledby="purple-filled-button-removable-disabled-button purple-filled-button-removable-disabled-text"
|
|
1530
1530
|
>
|
|
1531
|
-
<span class="pf-v6-c-
|
|
1531
|
+
<span class="pf-v6-c-button__icon">
|
|
1532
1532
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1533
1533
|
</span>
|
|
1534
1534
|
</button>
|
|
@@ -1568,7 +1568,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1568
1568
|
aria-label="Remove"
|
|
1569
1569
|
aria-labelledby="teal-filled-removable-button teal-filled-removable-text"
|
|
1570
1570
|
>
|
|
1571
|
-
<span class="pf-v6-c-
|
|
1571
|
+
<span class="pf-v6-c-button__icon">
|
|
1572
1572
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1573
1573
|
</span>
|
|
1574
1574
|
</button>
|
|
@@ -1593,7 +1593,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1593
1593
|
aria-label="Remove"
|
|
1594
1594
|
aria-labelledby="teal-filled-icon-removable-button teal-filled-icon-removable-text"
|
|
1595
1595
|
>
|
|
1596
|
-
<span class="pf-v6-c-
|
|
1596
|
+
<span class="pf-v6-c-button__icon">
|
|
1597
1597
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1598
1598
|
</span>
|
|
1599
1599
|
</button>
|
|
@@ -1627,7 +1627,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1627
1627
|
aria-label="Remove"
|
|
1628
1628
|
aria-labelledby="teal-filled-link-removable-button teal-filled-link-removable-text"
|
|
1629
1629
|
>
|
|
1630
|
-
<span class="pf-v6-c-
|
|
1630
|
+
<span class="pf-v6-c-button__icon">
|
|
1631
1631
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1632
1632
|
</span>
|
|
1633
1633
|
</button>
|
|
@@ -1649,7 +1649,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1649
1649
|
aria-label="Remove"
|
|
1650
1650
|
aria-labelledby="teal-filled-button-removable-button teal-filled-button-removable-text"
|
|
1651
1651
|
>
|
|
1652
|
-
<span class="pf-v6-c-
|
|
1652
|
+
<span class="pf-v6-c-button__icon">
|
|
1653
1653
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1654
1654
|
</span>
|
|
1655
1655
|
</button>
|
|
@@ -1687,7 +1687,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1687
1687
|
aria-label="Remove"
|
|
1688
1688
|
aria-labelledby="teal-filled-truncated-with-icon-button teal-filled-truncated-with-icon-text"
|
|
1689
1689
|
>
|
|
1690
|
-
<span class="pf-v6-c-
|
|
1690
|
+
<span class="pf-v6-c-button__icon">
|
|
1691
1691
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1692
1692
|
</span>
|
|
1693
1693
|
</button>
|
|
@@ -1718,7 +1718,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1718
1718
|
aria-label="Remove"
|
|
1719
1719
|
aria-labelledby="teal-filled-link-removable-disabled-button teal-filled-link-removable-disabled-text"
|
|
1720
1720
|
>
|
|
1721
|
-
<span class="pf-v6-c-
|
|
1721
|
+
<span class="pf-v6-c-button__icon">
|
|
1722
1722
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1723
1723
|
</span>
|
|
1724
1724
|
</button>
|
|
@@ -1744,7 +1744,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1744
1744
|
aria-label="Remove"
|
|
1745
1745
|
aria-labelledby="teal-filled-button-removable-disabled-button teal-filled-button-removable-disabled-text"
|
|
1746
1746
|
>
|
|
1747
|
-
<span class="pf-v6-c-
|
|
1747
|
+
<span class="pf-v6-c-button__icon">
|
|
1748
1748
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1749
1749
|
</span>
|
|
1750
1750
|
</button>
|
|
@@ -1784,7 +1784,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1784
1784
|
aria-label="Remove"
|
|
1785
1785
|
aria-labelledby="yellow-filled-removable-button yellow-filled-removable-text"
|
|
1786
1786
|
>
|
|
1787
|
-
<span class="pf-v6-c-
|
|
1787
|
+
<span class="pf-v6-c-button__icon">
|
|
1788
1788
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1789
1789
|
</span>
|
|
1790
1790
|
</button>
|
|
@@ -1809,7 +1809,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1809
1809
|
aria-label="Remove"
|
|
1810
1810
|
aria-labelledby="yellow-filled-icon-removable-button yellow-filled-icon-removable-text"
|
|
1811
1811
|
>
|
|
1812
|
-
<span class="pf-v6-c-
|
|
1812
|
+
<span class="pf-v6-c-button__icon">
|
|
1813
1813
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1814
1814
|
</span>
|
|
1815
1815
|
</button>
|
|
@@ -1843,7 +1843,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1843
1843
|
aria-label="Remove"
|
|
1844
1844
|
aria-labelledby="yellow-filled-link-removable-button yellow-filled-link-removable-text"
|
|
1845
1845
|
>
|
|
1846
|
-
<span class="pf-v6-c-
|
|
1846
|
+
<span class="pf-v6-c-button__icon">
|
|
1847
1847
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1848
1848
|
</span>
|
|
1849
1849
|
</button>
|
|
@@ -1865,7 +1865,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1865
1865
|
aria-label="Remove"
|
|
1866
1866
|
aria-labelledby="yellow-filled-button-removable-button yellow-filled-button-removable-text"
|
|
1867
1867
|
>
|
|
1868
|
-
<span class="pf-v6-c-
|
|
1868
|
+
<span class="pf-v6-c-button__icon">
|
|
1869
1869
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1870
1870
|
</span>
|
|
1871
1871
|
</button>
|
|
@@ -1903,7 +1903,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1903
1903
|
aria-label="Remove"
|
|
1904
1904
|
aria-labelledby="yellow-filled-truncated-with-icon-button yellow-filled-truncated-with-icon-text"
|
|
1905
1905
|
>
|
|
1906
|
-
<span class="pf-v6-c-
|
|
1906
|
+
<span class="pf-v6-c-button__icon">
|
|
1907
1907
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1908
1908
|
</span>
|
|
1909
1909
|
</button>
|
|
@@ -1936,7 +1936,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1936
1936
|
aria-label="Remove"
|
|
1937
1937
|
aria-labelledby="yellow-filled-link-removable-disabled-button yellow-filled-link-removable-disabled-text"
|
|
1938
1938
|
>
|
|
1939
|
-
<span class="pf-v6-c-
|
|
1939
|
+
<span class="pf-v6-c-button__icon">
|
|
1940
1940
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1941
1941
|
</span>
|
|
1942
1942
|
</button>
|
|
@@ -1964,7 +1964,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
1964
1964
|
aria-label="Remove"
|
|
1965
1965
|
aria-labelledby="yellow-filled-button-removable-disabled-button yellow-filled-button-removable-disabled-text"
|
|
1966
1966
|
>
|
|
1967
|
-
<span class="pf-v6-c-
|
|
1967
|
+
<span class="pf-v6-c-button__icon">
|
|
1968
1968
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
1969
1969
|
</span>
|
|
1970
1970
|
</button>
|
|
@@ -2006,7 +2006,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2006
2006
|
aria-label="Remove"
|
|
2007
2007
|
aria-labelledby="success-filled-status-removable-button success-filled-status-removable-text"
|
|
2008
2008
|
>
|
|
2009
|
-
<span class="pf-v6-c-
|
|
2009
|
+
<span class="pf-v6-c-button__icon">
|
|
2010
2010
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2011
2011
|
</span>
|
|
2012
2012
|
</button>
|
|
@@ -2049,7 +2049,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2049
2049
|
aria-label="Remove"
|
|
2050
2050
|
aria-labelledby="success-filled-status-link-removable-button success-filled-status-link-removable-text"
|
|
2051
2051
|
>
|
|
2052
|
-
<span class="pf-v6-c-
|
|
2052
|
+
<span class="pf-v6-c-button__icon">
|
|
2053
2053
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2054
2054
|
</span>
|
|
2055
2055
|
</button>
|
|
@@ -2074,7 +2074,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2074
2074
|
aria-label="Remove"
|
|
2075
2075
|
aria-labelledby="success-filled-status-button-removable-button success-filled-status-button-removable-text"
|
|
2076
2076
|
>
|
|
2077
|
-
<span class="pf-v6-c-
|
|
2077
|
+
<span class="pf-v6-c-button__icon">
|
|
2078
2078
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2079
2079
|
</span>
|
|
2080
2080
|
</button>
|
|
@@ -2112,7 +2112,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2112
2112
|
aria-label="Remove"
|
|
2113
2113
|
aria-labelledby="success-filled-status-truncated-removable-button success-filled-status-truncated-removable-text"
|
|
2114
2114
|
>
|
|
2115
|
-
<span class="pf-v6-c-
|
|
2115
|
+
<span class="pf-v6-c-button__icon">
|
|
2116
2116
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2117
2117
|
</span>
|
|
2118
2118
|
</button>
|
|
@@ -2145,7 +2145,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2145
2145
|
aria-label="Remove"
|
|
2146
2146
|
aria-labelledby="success-filled-status-link-removable-disabled-button success-filled-status-link-removable-disabled-text"
|
|
2147
2147
|
>
|
|
2148
|
-
<span class="pf-v6-c-
|
|
2148
|
+
<span class="pf-v6-c-button__icon">
|
|
2149
2149
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2150
2150
|
</span>
|
|
2151
2151
|
</button>
|
|
@@ -2173,7 +2173,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2173
2173
|
aria-label="Remove"
|
|
2174
2174
|
aria-labelledby="success-filled-status-button-removable-disabled-button success-filled-status-button-removable-disabled-text"
|
|
2175
2175
|
>
|
|
2176
|
-
<span class="pf-v6-c-
|
|
2176
|
+
<span class="pf-v6-c-button__icon">
|
|
2177
2177
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2178
2178
|
</span>
|
|
2179
2179
|
</button>
|
|
@@ -2210,7 +2210,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2210
2210
|
aria-label="Remove"
|
|
2211
2211
|
aria-labelledby="warning-filled-status-removable-button warning-filled-status-removable-text"
|
|
2212
2212
|
>
|
|
2213
|
-
<span class="pf-v6-c-
|
|
2213
|
+
<span class="pf-v6-c-button__icon">
|
|
2214
2214
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2215
2215
|
</span>
|
|
2216
2216
|
</button>
|
|
@@ -2253,7 +2253,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2253
2253
|
aria-label="Remove"
|
|
2254
2254
|
aria-labelledby="warning-filled-status-link-removable-button warning-filled-status-link-removable-text"
|
|
2255
2255
|
>
|
|
2256
|
-
<span class="pf-v6-c-
|
|
2256
|
+
<span class="pf-v6-c-button__icon">
|
|
2257
2257
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2258
2258
|
</span>
|
|
2259
2259
|
</button>
|
|
@@ -2278,7 +2278,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2278
2278
|
aria-label="Remove"
|
|
2279
2279
|
aria-labelledby="warning-filled-status-button-removable-button warning-filled-status-button-removable-text"
|
|
2280
2280
|
>
|
|
2281
|
-
<span class="pf-v6-c-
|
|
2281
|
+
<span class="pf-v6-c-button__icon">
|
|
2282
2282
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2283
2283
|
</span>
|
|
2284
2284
|
</button>
|
|
@@ -2316,7 +2316,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2316
2316
|
aria-label="Remove"
|
|
2317
2317
|
aria-labelledby="warning-filled-status-truncated-removable-button warning-filled-status-truncated-removable-text"
|
|
2318
2318
|
>
|
|
2319
|
-
<span class="pf-v6-c-
|
|
2319
|
+
<span class="pf-v6-c-button__icon">
|
|
2320
2320
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2321
2321
|
</span>
|
|
2322
2322
|
</button>
|
|
@@ -2349,7 +2349,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2349
2349
|
aria-label="Remove"
|
|
2350
2350
|
aria-labelledby="warning-filled-status-link-removable-disabled-button warning-filled-status-link-removable-disabled-text"
|
|
2351
2351
|
>
|
|
2352
|
-
<span class="pf-v6-c-
|
|
2352
|
+
<span class="pf-v6-c-button__icon">
|
|
2353
2353
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2354
2354
|
</span>
|
|
2355
2355
|
</button>
|
|
@@ -2377,7 +2377,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2377
2377
|
aria-label="Remove"
|
|
2378
2378
|
aria-labelledby="warning-filled-status-button-removable-disabled-button warning-filled-status-button-removable-disabled-text"
|
|
2379
2379
|
>
|
|
2380
|
-
<span class="pf-v6-c-
|
|
2380
|
+
<span class="pf-v6-c-button__icon">
|
|
2381
2381
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2382
2382
|
</span>
|
|
2383
2383
|
</button>
|
|
@@ -2414,7 +2414,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2414
2414
|
aria-label="Remove"
|
|
2415
2415
|
aria-labelledby="danger-filled-status-removable-button danger-filled-status-removable-text"
|
|
2416
2416
|
>
|
|
2417
|
-
<span class="pf-v6-c-
|
|
2417
|
+
<span class="pf-v6-c-button__icon">
|
|
2418
2418
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2419
2419
|
</span>
|
|
2420
2420
|
</button>
|
|
@@ -2457,7 +2457,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2457
2457
|
aria-label="Remove"
|
|
2458
2458
|
aria-labelledby="danger-filled-status-link-removable-button danger-filled-status-link-removable-text"
|
|
2459
2459
|
>
|
|
2460
|
-
<span class="pf-v6-c-
|
|
2460
|
+
<span class="pf-v6-c-button__icon">
|
|
2461
2461
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2462
2462
|
</span>
|
|
2463
2463
|
</button>
|
|
@@ -2482,7 +2482,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2482
2482
|
aria-label="Remove"
|
|
2483
2483
|
aria-labelledby="danger-filled-status-button-removable-button danger-filled-status-button-removable-text"
|
|
2484
2484
|
>
|
|
2485
|
-
<span class="pf-v6-c-
|
|
2485
|
+
<span class="pf-v6-c-button__icon">
|
|
2486
2486
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2487
2487
|
</span>
|
|
2488
2488
|
</button>
|
|
@@ -2520,7 +2520,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2520
2520
|
aria-label="Remove"
|
|
2521
2521
|
aria-labelledby="danger-filled-status-truncated-removable-button danger-filled-status-truncated-removable-text"
|
|
2522
2522
|
>
|
|
2523
|
-
<span class="pf-v6-c-
|
|
2523
|
+
<span class="pf-v6-c-button__icon">
|
|
2524
2524
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2525
2525
|
</span>
|
|
2526
2526
|
</button>
|
|
@@ -2553,7 +2553,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2553
2553
|
aria-label="Remove"
|
|
2554
2554
|
aria-labelledby="danger-filled-status-link-removable-disabled-button danger-filled-status-link-removable-disabled-text"
|
|
2555
2555
|
>
|
|
2556
|
-
<span class="pf-v6-c-
|
|
2556
|
+
<span class="pf-v6-c-button__icon">
|
|
2557
2557
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2558
2558
|
</span>
|
|
2559
2559
|
</button>
|
|
@@ -2581,7 +2581,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2581
2581
|
aria-label="Remove"
|
|
2582
2582
|
aria-labelledby="danger-filled-status-button-removable-disabled-button danger-filled-status-button-removable-disabled-text"
|
|
2583
2583
|
>
|
|
2584
|
-
<span class="pf-v6-c-
|
|
2584
|
+
<span class="pf-v6-c-button__icon">
|
|
2585
2585
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2586
2586
|
</span>
|
|
2587
2587
|
</button>
|
|
@@ -2618,7 +2618,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2618
2618
|
aria-label="Remove"
|
|
2619
2619
|
aria-labelledby="info-filled-status-removable-button info-filled-status-removable-text"
|
|
2620
2620
|
>
|
|
2621
|
-
<span class="pf-v6-c-
|
|
2621
|
+
<span class="pf-v6-c-button__icon">
|
|
2622
2622
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2623
2623
|
</span>
|
|
2624
2624
|
</button>
|
|
@@ -2661,7 +2661,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2661
2661
|
aria-label="Remove"
|
|
2662
2662
|
aria-labelledby="info-filled-status-link-removable-button info-filled-status-link-removable-text"
|
|
2663
2663
|
>
|
|
2664
|
-
<span class="pf-v6-c-
|
|
2664
|
+
<span class="pf-v6-c-button__icon">
|
|
2665
2665
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2666
2666
|
</span>
|
|
2667
2667
|
</button>
|
|
@@ -2686,7 +2686,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2686
2686
|
aria-label="Remove"
|
|
2687
2687
|
aria-labelledby="info-filled-status-button-removable-button info-filled-status-button-removable-text"
|
|
2688
2688
|
>
|
|
2689
|
-
<span class="pf-v6-c-
|
|
2689
|
+
<span class="pf-v6-c-button__icon">
|
|
2690
2690
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2691
2691
|
</span>
|
|
2692
2692
|
</button>
|
|
@@ -2724,7 +2724,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2724
2724
|
aria-label="Remove"
|
|
2725
2725
|
aria-labelledby="info-filled-status-truncated-removable-button info-filled-status-truncated-removable-text"
|
|
2726
2726
|
>
|
|
2727
|
-
<span class="pf-v6-c-
|
|
2727
|
+
<span class="pf-v6-c-button__icon">
|
|
2728
2728
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2729
2729
|
</span>
|
|
2730
2730
|
</button>
|
|
@@ -2755,7 +2755,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2755
2755
|
aria-label="Remove"
|
|
2756
2756
|
aria-labelledby="info-filled-status-link-removable-disabled-button info-filled-status-link-removable-disabled-text"
|
|
2757
2757
|
>
|
|
2758
|
-
<span class="pf-v6-c-
|
|
2758
|
+
<span class="pf-v6-c-button__icon">
|
|
2759
2759
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2760
2760
|
</span>
|
|
2761
2761
|
</button>
|
|
@@ -2781,7 +2781,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2781
2781
|
aria-label="Remove"
|
|
2782
2782
|
aria-labelledby="info-filled-status-button-removable-disabled-button info-filled-status-button-removable-disabled-text"
|
|
2783
2783
|
>
|
|
2784
|
-
<span class="pf-v6-c-
|
|
2784
|
+
<span class="pf-v6-c-button__icon">
|
|
2785
2785
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2786
2786
|
</span>
|
|
2787
2787
|
</button>
|
|
@@ -2818,7 +2818,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2818
2818
|
aria-label="Remove"
|
|
2819
2819
|
aria-labelledby="custom-filled-status-removable-button custom-filled-status-removable-text"
|
|
2820
2820
|
>
|
|
2821
|
-
<span class="pf-v6-c-
|
|
2821
|
+
<span class="pf-v6-c-button__icon">
|
|
2822
2822
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2823
2823
|
</span>
|
|
2824
2824
|
</button>
|
|
@@ -2861,7 +2861,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2861
2861
|
aria-label="Remove"
|
|
2862
2862
|
aria-labelledby="custom-filled-status-link-removable-button custom-filled-status-link-removable-text"
|
|
2863
2863
|
>
|
|
2864
|
-
<span class="pf-v6-c-
|
|
2864
|
+
<span class="pf-v6-c-button__icon">
|
|
2865
2865
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2866
2866
|
</span>
|
|
2867
2867
|
</button>
|
|
@@ -2886,7 +2886,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2886
2886
|
aria-label="Remove"
|
|
2887
2887
|
aria-labelledby="custom-filled-status-button-removable-button custom-filled-status-button-removable-text"
|
|
2888
2888
|
>
|
|
2889
|
-
<span class="pf-v6-c-
|
|
2889
|
+
<span class="pf-v6-c-button__icon">
|
|
2890
2890
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2891
2891
|
</span>
|
|
2892
2892
|
</button>
|
|
@@ -2924,7 +2924,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2924
2924
|
aria-label="Remove"
|
|
2925
2925
|
aria-labelledby="custom-filled-status-truncated-removable-button custom-filled-status-truncated-removable-text"
|
|
2926
2926
|
>
|
|
2927
|
-
<span class="pf-v6-c-
|
|
2927
|
+
<span class="pf-v6-c-button__icon">
|
|
2928
2928
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2929
2929
|
</span>
|
|
2930
2930
|
</button>
|
|
@@ -2957,7 +2957,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2957
2957
|
aria-label="Remove"
|
|
2958
2958
|
aria-labelledby="custom-filled-status-link-removable-disabled-button custom-filled-status-link-removable-disabled-text"
|
|
2959
2959
|
>
|
|
2960
|
-
<span class="pf-v6-c-
|
|
2960
|
+
<span class="pf-v6-c-button__icon">
|
|
2961
2961
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2962
2962
|
</span>
|
|
2963
2963
|
</button>
|
|
@@ -2985,7 +2985,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
2985
2985
|
aria-label="Remove"
|
|
2986
2986
|
aria-labelledby="custom-filled-status-button-removable-disabled-button custom-filled-status-button-removable-disabled-text"
|
|
2987
2987
|
>
|
|
2988
|
-
<span class="pf-v6-c-
|
|
2988
|
+
<span class="pf-v6-c-button__icon">
|
|
2989
2989
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
2990
2990
|
</span>
|
|
2991
2991
|
</button>
|
|
@@ -3032,7 +3032,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3032
3032
|
aria-label="Remove"
|
|
3033
3033
|
aria-labelledby="grey-outline-removable-button grey-outline-removable-text"
|
|
3034
3034
|
>
|
|
3035
|
-
<span class="pf-v6-c-
|
|
3035
|
+
<span class="pf-v6-c-button__icon">
|
|
3036
3036
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3037
3037
|
</span>
|
|
3038
3038
|
</button>
|
|
@@ -3057,7 +3057,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3057
3057
|
aria-label="Remove"
|
|
3058
3058
|
aria-labelledby="grey-outline-icon-removable-button grey-outline-icon-removable-text"
|
|
3059
3059
|
>
|
|
3060
|
-
<span class="pf-v6-c-
|
|
3060
|
+
<span class="pf-v6-c-button__icon">
|
|
3061
3061
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3062
3062
|
</span>
|
|
3063
3063
|
</button>
|
|
@@ -3091,7 +3091,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3091
3091
|
aria-label="Remove"
|
|
3092
3092
|
aria-labelledby="grey-outline-link-removable-button grey-outline-link-removable-text"
|
|
3093
3093
|
>
|
|
3094
|
-
<span class="pf-v6-c-
|
|
3094
|
+
<span class="pf-v6-c-button__icon">
|
|
3095
3095
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3096
3096
|
</span>
|
|
3097
3097
|
</button>
|
|
@@ -3113,7 +3113,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3113
3113
|
aria-label="Remove"
|
|
3114
3114
|
aria-labelledby="grey-outline-button-removable-button grey-outline-button-removable-text"
|
|
3115
3115
|
>
|
|
3116
|
-
<span class="pf-v6-c-
|
|
3116
|
+
<span class="pf-v6-c-button__icon">
|
|
3117
3117
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3118
3118
|
</span>
|
|
3119
3119
|
</button>
|
|
@@ -3151,7 +3151,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3151
3151
|
aria-label="Remove"
|
|
3152
3152
|
aria-labelledby="grey-outline-truncated-with-icon-button grey-outline-truncated-with-icon-text"
|
|
3153
3153
|
>
|
|
3154
|
-
<span class="pf-v6-c-
|
|
3154
|
+
<span class="pf-v6-c-button__icon">
|
|
3155
3155
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3156
3156
|
</span>
|
|
3157
3157
|
</button>
|
|
@@ -3182,7 +3182,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3182
3182
|
aria-label="Remove"
|
|
3183
3183
|
aria-labelledby="grey-outline-link-removable-disabled-button grey-outline-link-removable-disabled-text"
|
|
3184
3184
|
>
|
|
3185
|
-
<span class="pf-v6-c-
|
|
3185
|
+
<span class="pf-v6-c-button__icon">
|
|
3186
3186
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3187
3187
|
</span>
|
|
3188
3188
|
</button>
|
|
@@ -3208,7 +3208,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3208
3208
|
aria-label="Remove"
|
|
3209
3209
|
aria-labelledby="grey-outline-button-removable-disabled-button grey-outline-button-removable-disabled-text"
|
|
3210
3210
|
>
|
|
3211
|
-
<span class="pf-v6-c-
|
|
3211
|
+
<span class="pf-v6-c-button__icon">
|
|
3212
3212
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3213
3213
|
</span>
|
|
3214
3214
|
</button>
|
|
@@ -3248,7 +3248,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3248
3248
|
aria-label="Remove"
|
|
3249
3249
|
aria-labelledby="blue-outline-removable-button blue-outline-removable-text"
|
|
3250
3250
|
>
|
|
3251
|
-
<span class="pf-v6-c-
|
|
3251
|
+
<span class="pf-v6-c-button__icon">
|
|
3252
3252
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3253
3253
|
</span>
|
|
3254
3254
|
</button>
|
|
@@ -3273,7 +3273,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3273
3273
|
aria-label="Remove"
|
|
3274
3274
|
aria-labelledby="blue-outline-icon-removable-button blue-outline-icon-removable-text"
|
|
3275
3275
|
>
|
|
3276
|
-
<span class="pf-v6-c-
|
|
3276
|
+
<span class="pf-v6-c-button__icon">
|
|
3277
3277
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3278
3278
|
</span>
|
|
3279
3279
|
</button>
|
|
@@ -3307,7 +3307,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3307
3307
|
aria-label="Remove"
|
|
3308
3308
|
aria-labelledby="blue-outline-link-removable-button blue-outline-link-removable-text"
|
|
3309
3309
|
>
|
|
3310
|
-
<span class="pf-v6-c-
|
|
3310
|
+
<span class="pf-v6-c-button__icon">
|
|
3311
3311
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3312
3312
|
</span>
|
|
3313
3313
|
</button>
|
|
@@ -3329,7 +3329,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3329
3329
|
aria-label="Remove"
|
|
3330
3330
|
aria-labelledby="blue-outline-button-removable-button blue-outline-button-removable-text"
|
|
3331
3331
|
>
|
|
3332
|
-
<span class="pf-v6-c-
|
|
3332
|
+
<span class="pf-v6-c-button__icon">
|
|
3333
3333
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3334
3334
|
</span>
|
|
3335
3335
|
</button>
|
|
@@ -3367,7 +3367,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3367
3367
|
aria-label="Remove"
|
|
3368
3368
|
aria-labelledby="blue-outline-truncated-with-icon-button blue-outline-truncated-with-icon-text"
|
|
3369
3369
|
>
|
|
3370
|
-
<span class="pf-v6-c-
|
|
3370
|
+
<span class="pf-v6-c-button__icon">
|
|
3371
3371
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3372
3372
|
</span>
|
|
3373
3373
|
</button>
|
|
@@ -3398,7 +3398,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3398
3398
|
aria-label="Remove"
|
|
3399
3399
|
aria-labelledby="blue-outline-link-removable-disabled-button blue-outline-link-removable-disabled-text"
|
|
3400
3400
|
>
|
|
3401
|
-
<span class="pf-v6-c-
|
|
3401
|
+
<span class="pf-v6-c-button__icon">
|
|
3402
3402
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3403
3403
|
</span>
|
|
3404
3404
|
</button>
|
|
@@ -3424,7 +3424,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3424
3424
|
aria-label="Remove"
|
|
3425
3425
|
aria-labelledby="blue-outline-button-removable-disabled-button blue-outline-button-removable-disabled-text"
|
|
3426
3426
|
>
|
|
3427
|
-
<span class="pf-v6-c-
|
|
3427
|
+
<span class="pf-v6-c-button__icon">
|
|
3428
3428
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3429
3429
|
</span>
|
|
3430
3430
|
</button>
|
|
@@ -3464,7 +3464,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3464
3464
|
aria-label="Remove"
|
|
3465
3465
|
aria-labelledby="green-outline-removable-button green-outline-removable-text"
|
|
3466
3466
|
>
|
|
3467
|
-
<span class="pf-v6-c-
|
|
3467
|
+
<span class="pf-v6-c-button__icon">
|
|
3468
3468
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3469
3469
|
</span>
|
|
3470
3470
|
</button>
|
|
@@ -3489,7 +3489,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3489
3489
|
aria-label="Remove"
|
|
3490
3490
|
aria-labelledby="green-outline-icon-removable-button green-outline-icon-removable-text"
|
|
3491
3491
|
>
|
|
3492
|
-
<span class="pf-v6-c-
|
|
3492
|
+
<span class="pf-v6-c-button__icon">
|
|
3493
3493
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3494
3494
|
</span>
|
|
3495
3495
|
</button>
|
|
@@ -3523,7 +3523,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3523
3523
|
aria-label="Remove"
|
|
3524
3524
|
aria-labelledby="green-outline-link-removable-button green-outline-link-removable-text"
|
|
3525
3525
|
>
|
|
3526
|
-
<span class="pf-v6-c-
|
|
3526
|
+
<span class="pf-v6-c-button__icon">
|
|
3527
3527
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3528
3528
|
</span>
|
|
3529
3529
|
</button>
|
|
@@ -3545,7 +3545,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3545
3545
|
aria-label="Remove"
|
|
3546
3546
|
aria-labelledby="green-outline-button-removable-button green-outline-button-removable-text"
|
|
3547
3547
|
>
|
|
3548
|
-
<span class="pf-v6-c-
|
|
3548
|
+
<span class="pf-v6-c-button__icon">
|
|
3549
3549
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3550
3550
|
</span>
|
|
3551
3551
|
</button>
|
|
@@ -3583,7 +3583,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3583
3583
|
aria-label="Remove"
|
|
3584
3584
|
aria-labelledby="green-outline-truncated-with-icon-button green-outline-truncated-with-icon-text"
|
|
3585
3585
|
>
|
|
3586
|
-
<span class="pf-v6-c-
|
|
3586
|
+
<span class="pf-v6-c-button__icon">
|
|
3587
3587
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3588
3588
|
</span>
|
|
3589
3589
|
</button>
|
|
@@ -3616,7 +3616,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3616
3616
|
aria-label="Remove"
|
|
3617
3617
|
aria-labelledby="green-outline-link-removable-disabled-button green-outline-link-removable-disabled-text"
|
|
3618
3618
|
>
|
|
3619
|
-
<span class="pf-v6-c-
|
|
3619
|
+
<span class="pf-v6-c-button__icon">
|
|
3620
3620
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3621
3621
|
</span>
|
|
3622
3622
|
</button>
|
|
@@ -3644,7 +3644,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3644
3644
|
aria-label="Remove"
|
|
3645
3645
|
aria-labelledby="green-outline-button-removable-disabled-button green-outline-button-removable-disabled-text"
|
|
3646
3646
|
>
|
|
3647
|
-
<span class="pf-v6-c-
|
|
3647
|
+
<span class="pf-v6-c-button__icon">
|
|
3648
3648
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3649
3649
|
</span>
|
|
3650
3650
|
</button>
|
|
@@ -3684,7 +3684,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3684
3684
|
aria-label="Remove"
|
|
3685
3685
|
aria-labelledby="orange-outline-removable-button orange-outline-removable-text"
|
|
3686
3686
|
>
|
|
3687
|
-
<span class="pf-v6-c-
|
|
3687
|
+
<span class="pf-v6-c-button__icon">
|
|
3688
3688
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3689
3689
|
</span>
|
|
3690
3690
|
</button>
|
|
@@ -3709,7 +3709,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3709
3709
|
aria-label="Remove"
|
|
3710
3710
|
aria-labelledby="orange-outline-icon-removable-button orange-outline-icon-removable-text"
|
|
3711
3711
|
>
|
|
3712
|
-
<span class="pf-v6-c-
|
|
3712
|
+
<span class="pf-v6-c-button__icon">
|
|
3713
3713
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3714
3714
|
</span>
|
|
3715
3715
|
</button>
|
|
@@ -3743,7 +3743,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3743
3743
|
aria-label="Remove"
|
|
3744
3744
|
aria-labelledby="orange-outline-link-removable-button orange-outline-link-removable-text"
|
|
3745
3745
|
>
|
|
3746
|
-
<span class="pf-v6-c-
|
|
3746
|
+
<span class="pf-v6-c-button__icon">
|
|
3747
3747
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3748
3748
|
</span>
|
|
3749
3749
|
</button>
|
|
@@ -3765,7 +3765,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3765
3765
|
aria-label="Remove"
|
|
3766
3766
|
aria-labelledby="orange-outline-button-removable-button orange-outline-button-removable-text"
|
|
3767
3767
|
>
|
|
3768
|
-
<span class="pf-v6-c-
|
|
3768
|
+
<span class="pf-v6-c-button__icon">
|
|
3769
3769
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3770
3770
|
</span>
|
|
3771
3771
|
</button>
|
|
@@ -3803,7 +3803,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3803
3803
|
aria-label="Remove"
|
|
3804
3804
|
aria-labelledby="orange-outline-truncated-with-icon-button orange-outline-truncated-with-icon-text"
|
|
3805
3805
|
>
|
|
3806
|
-
<span class="pf-v6-c-
|
|
3806
|
+
<span class="pf-v6-c-button__icon">
|
|
3807
3807
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3808
3808
|
</span>
|
|
3809
3809
|
</button>
|
|
@@ -3836,7 +3836,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3836
3836
|
aria-label="Remove"
|
|
3837
3837
|
aria-labelledby="orange-outline-link-removable-disabled-button orange-outline-link-removable-disabled-text"
|
|
3838
3838
|
>
|
|
3839
|
-
<span class="pf-v6-c-
|
|
3839
|
+
<span class="pf-v6-c-button__icon">
|
|
3840
3840
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3841
3841
|
</span>
|
|
3842
3842
|
</button>
|
|
@@ -3864,7 +3864,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3864
3864
|
aria-label="Remove"
|
|
3865
3865
|
aria-labelledby="orange-outline-button-removable-disabled-button orange-outline-button-removable-disabled-text"
|
|
3866
3866
|
>
|
|
3867
|
-
<span class="pf-v6-c-
|
|
3867
|
+
<span class="pf-v6-c-button__icon">
|
|
3868
3868
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3869
3869
|
</span>
|
|
3870
3870
|
</button>
|
|
@@ -3904,7 +3904,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3904
3904
|
aria-label="Remove"
|
|
3905
3905
|
aria-labelledby="red-outline-removable-button red-outline-removable-text"
|
|
3906
3906
|
>
|
|
3907
|
-
<span class="pf-v6-c-
|
|
3907
|
+
<span class="pf-v6-c-button__icon">
|
|
3908
3908
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3909
3909
|
</span>
|
|
3910
3910
|
</button>
|
|
@@ -3929,7 +3929,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3929
3929
|
aria-label="Remove"
|
|
3930
3930
|
aria-labelledby="red-outline-icon-removable-button red-outline-icon-removable-text"
|
|
3931
3931
|
>
|
|
3932
|
-
<span class="pf-v6-c-
|
|
3932
|
+
<span class="pf-v6-c-button__icon">
|
|
3933
3933
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3934
3934
|
</span>
|
|
3935
3935
|
</button>
|
|
@@ -3963,7 +3963,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3963
3963
|
aria-label="Remove"
|
|
3964
3964
|
aria-labelledby="red-outline-link-removable-button red-outline-link-removable-text"
|
|
3965
3965
|
>
|
|
3966
|
-
<span class="pf-v6-c-
|
|
3966
|
+
<span class="pf-v6-c-button__icon">
|
|
3967
3967
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3968
3968
|
</span>
|
|
3969
3969
|
</button>
|
|
@@ -3985,7 +3985,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
3985
3985
|
aria-label="Remove"
|
|
3986
3986
|
aria-labelledby="red-outline-button-removable-button red-outline-button-removable-text"
|
|
3987
3987
|
>
|
|
3988
|
-
<span class="pf-v6-c-
|
|
3988
|
+
<span class="pf-v6-c-button__icon">
|
|
3989
3989
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
3990
3990
|
</span>
|
|
3991
3991
|
</button>
|
|
@@ -4023,7 +4023,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4023
4023
|
aria-label="Remove"
|
|
4024
4024
|
aria-labelledby="red-outline-truncated-with-icon-button red-outline-truncated-with-icon-text"
|
|
4025
4025
|
>
|
|
4026
|
-
<span class="pf-v6-c-
|
|
4026
|
+
<span class="pf-v6-c-button__icon">
|
|
4027
4027
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4028
4028
|
</span>
|
|
4029
4029
|
</button>
|
|
@@ -4054,7 +4054,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4054
4054
|
aria-label="Remove"
|
|
4055
4055
|
aria-labelledby="red-outline-link-removable-disabled-button red-outline-link-removable-disabled-text"
|
|
4056
4056
|
>
|
|
4057
|
-
<span class="pf-v6-c-
|
|
4057
|
+
<span class="pf-v6-c-button__icon">
|
|
4058
4058
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4059
4059
|
</span>
|
|
4060
4060
|
</button>
|
|
@@ -4080,7 +4080,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4080
4080
|
aria-label="Remove"
|
|
4081
4081
|
aria-labelledby="red-outline-button-removable-disabled-button red-outline-button-removable-disabled-text"
|
|
4082
4082
|
>
|
|
4083
|
-
<span class="pf-v6-c-
|
|
4083
|
+
<span class="pf-v6-c-button__icon">
|
|
4084
4084
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4085
4085
|
</span>
|
|
4086
4086
|
</button>
|
|
@@ -4120,7 +4120,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4120
4120
|
aria-label="Remove"
|
|
4121
4121
|
aria-labelledby="orangered-outline-removable-button orangered-outline-removable-text"
|
|
4122
4122
|
>
|
|
4123
|
-
<span class="pf-v6-c-
|
|
4123
|
+
<span class="pf-v6-c-button__icon">
|
|
4124
4124
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4125
4125
|
</span>
|
|
4126
4126
|
</button>
|
|
@@ -4145,7 +4145,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4145
4145
|
aria-label="Remove"
|
|
4146
4146
|
aria-labelledby="orangered-outline-icon-removable-button orangered-outline-icon-removable-text"
|
|
4147
4147
|
>
|
|
4148
|
-
<span class="pf-v6-c-
|
|
4148
|
+
<span class="pf-v6-c-button__icon">
|
|
4149
4149
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4150
4150
|
</span>
|
|
4151
4151
|
</button>
|
|
@@ -4179,7 +4179,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4179
4179
|
aria-label="Remove"
|
|
4180
4180
|
aria-labelledby="orangered-outline-link-removable-button orangered-outline-link-removable-text"
|
|
4181
4181
|
>
|
|
4182
|
-
<span class="pf-v6-c-
|
|
4182
|
+
<span class="pf-v6-c-button__icon">
|
|
4183
4183
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4184
4184
|
</span>
|
|
4185
4185
|
</button>
|
|
@@ -4201,7 +4201,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4201
4201
|
aria-label="Remove"
|
|
4202
4202
|
aria-labelledby="orangered-outline-button-removable-button orangered-outline-button-removable-text"
|
|
4203
4203
|
>
|
|
4204
|
-
<span class="pf-v6-c-
|
|
4204
|
+
<span class="pf-v6-c-button__icon">
|
|
4205
4205
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4206
4206
|
</span>
|
|
4207
4207
|
</button>
|
|
@@ -4239,7 +4239,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4239
4239
|
aria-label="Remove"
|
|
4240
4240
|
aria-labelledby="orangered-outline-truncated-with-icon-button orangered-outline-truncated-with-icon-text"
|
|
4241
4241
|
>
|
|
4242
|
-
<span class="pf-v6-c-
|
|
4242
|
+
<span class="pf-v6-c-button__icon">
|
|
4243
4243
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4244
4244
|
</span>
|
|
4245
4245
|
</button>
|
|
@@ -4272,7 +4272,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4272
4272
|
aria-label="Remove"
|
|
4273
4273
|
aria-labelledby="orangered-outline-link-removable-disabled-button orangered-outline-link-removable-disabled-text"
|
|
4274
4274
|
>
|
|
4275
|
-
<span class="pf-v6-c-
|
|
4275
|
+
<span class="pf-v6-c-button__icon">
|
|
4276
4276
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4277
4277
|
</span>
|
|
4278
4278
|
</button>
|
|
@@ -4300,7 +4300,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4300
4300
|
aria-label="Remove"
|
|
4301
4301
|
aria-labelledby="orangered-outline-button-removable-disabled-button orangered-outline-button-removable-disabled-text"
|
|
4302
4302
|
>
|
|
4303
|
-
<span class="pf-v6-c-
|
|
4303
|
+
<span class="pf-v6-c-button__icon">
|
|
4304
4304
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4305
4305
|
</span>
|
|
4306
4306
|
</button>
|
|
@@ -4340,7 +4340,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4340
4340
|
aria-label="Remove"
|
|
4341
4341
|
aria-labelledby="purple-outline-removable-button purple-outline-removable-text"
|
|
4342
4342
|
>
|
|
4343
|
-
<span class="pf-v6-c-
|
|
4343
|
+
<span class="pf-v6-c-button__icon">
|
|
4344
4344
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4345
4345
|
</span>
|
|
4346
4346
|
</button>
|
|
@@ -4365,7 +4365,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4365
4365
|
aria-label="Remove"
|
|
4366
4366
|
aria-labelledby="purple-outline-icon-removable-button purple-outline-icon-removable-text"
|
|
4367
4367
|
>
|
|
4368
|
-
<span class="pf-v6-c-
|
|
4368
|
+
<span class="pf-v6-c-button__icon">
|
|
4369
4369
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4370
4370
|
</span>
|
|
4371
4371
|
</button>
|
|
@@ -4399,7 +4399,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4399
4399
|
aria-label="Remove"
|
|
4400
4400
|
aria-labelledby="purple-outline-link-removable-button purple-outline-link-removable-text"
|
|
4401
4401
|
>
|
|
4402
|
-
<span class="pf-v6-c-
|
|
4402
|
+
<span class="pf-v6-c-button__icon">
|
|
4403
4403
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4404
4404
|
</span>
|
|
4405
4405
|
</button>
|
|
@@ -4421,7 +4421,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4421
4421
|
aria-label="Remove"
|
|
4422
4422
|
aria-labelledby="purple-outline-button-removable-button purple-outline-button-removable-text"
|
|
4423
4423
|
>
|
|
4424
|
-
<span class="pf-v6-c-
|
|
4424
|
+
<span class="pf-v6-c-button__icon">
|
|
4425
4425
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4426
4426
|
</span>
|
|
4427
4427
|
</button>
|
|
@@ -4459,7 +4459,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4459
4459
|
aria-label="Remove"
|
|
4460
4460
|
aria-labelledby="purple-outline-truncated-with-icon-button purple-outline-truncated-with-icon-text"
|
|
4461
4461
|
>
|
|
4462
|
-
<span class="pf-v6-c-
|
|
4462
|
+
<span class="pf-v6-c-button__icon">
|
|
4463
4463
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4464
4464
|
</span>
|
|
4465
4465
|
</button>
|
|
@@ -4492,7 +4492,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4492
4492
|
aria-label="Remove"
|
|
4493
4493
|
aria-labelledby="purple-outline-link-removable-disabled-button purple-outline-link-removable-disabled-text"
|
|
4494
4494
|
>
|
|
4495
|
-
<span class="pf-v6-c-
|
|
4495
|
+
<span class="pf-v6-c-button__icon">
|
|
4496
4496
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4497
4497
|
</span>
|
|
4498
4498
|
</button>
|
|
@@ -4520,7 +4520,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4520
4520
|
aria-label="Remove"
|
|
4521
4521
|
aria-labelledby="purple-outline-button-removable-disabled-button purple-outline-button-removable-disabled-text"
|
|
4522
4522
|
>
|
|
4523
|
-
<span class="pf-v6-c-
|
|
4523
|
+
<span class="pf-v6-c-button__icon">
|
|
4524
4524
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4525
4525
|
</span>
|
|
4526
4526
|
</button>
|
|
@@ -4560,7 +4560,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4560
4560
|
aria-label="Remove"
|
|
4561
4561
|
aria-labelledby="teal-outline-removable-button teal-outline-removable-text"
|
|
4562
4562
|
>
|
|
4563
|
-
<span class="pf-v6-c-
|
|
4563
|
+
<span class="pf-v6-c-button__icon">
|
|
4564
4564
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4565
4565
|
</span>
|
|
4566
4566
|
</button>
|
|
@@ -4585,7 +4585,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4585
4585
|
aria-label="Remove"
|
|
4586
4586
|
aria-labelledby="teal-outline-icon-removable-button teal-outline-icon-removable-text"
|
|
4587
4587
|
>
|
|
4588
|
-
<span class="pf-v6-c-
|
|
4588
|
+
<span class="pf-v6-c-button__icon">
|
|
4589
4589
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4590
4590
|
</span>
|
|
4591
4591
|
</button>
|
|
@@ -4619,7 +4619,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4619
4619
|
aria-label="Remove"
|
|
4620
4620
|
aria-labelledby="teal-outline-link-removable-button teal-outline-link-removable-text"
|
|
4621
4621
|
>
|
|
4622
|
-
<span class="pf-v6-c-
|
|
4622
|
+
<span class="pf-v6-c-button__icon">
|
|
4623
4623
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4624
4624
|
</span>
|
|
4625
4625
|
</button>
|
|
@@ -4641,7 +4641,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4641
4641
|
aria-label="Remove"
|
|
4642
4642
|
aria-labelledby="teal-outline-button-removable-button teal-outline-button-removable-text"
|
|
4643
4643
|
>
|
|
4644
|
-
<span class="pf-v6-c-
|
|
4644
|
+
<span class="pf-v6-c-button__icon">
|
|
4645
4645
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4646
4646
|
</span>
|
|
4647
4647
|
</button>
|
|
@@ -4679,7 +4679,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4679
4679
|
aria-label="Remove"
|
|
4680
4680
|
aria-labelledby="teal-outline-truncated-with-icon-button teal-outline-truncated-with-icon-text"
|
|
4681
4681
|
>
|
|
4682
|
-
<span class="pf-v6-c-
|
|
4682
|
+
<span class="pf-v6-c-button__icon">
|
|
4683
4683
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4684
4684
|
</span>
|
|
4685
4685
|
</button>
|
|
@@ -4710,7 +4710,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4710
4710
|
aria-label="Remove"
|
|
4711
4711
|
aria-labelledby="teal-outline-link-removable-disabled-button teal-outline-link-removable-disabled-text"
|
|
4712
4712
|
>
|
|
4713
|
-
<span class="pf-v6-c-
|
|
4713
|
+
<span class="pf-v6-c-button__icon">
|
|
4714
4714
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4715
4715
|
</span>
|
|
4716
4716
|
</button>
|
|
@@ -4736,7 +4736,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4736
4736
|
aria-label="Remove"
|
|
4737
4737
|
aria-labelledby="teal-outline-button-removable-disabled-button teal-outline-button-removable-disabled-text"
|
|
4738
4738
|
>
|
|
4739
|
-
<span class="pf-v6-c-
|
|
4739
|
+
<span class="pf-v6-c-button__icon">
|
|
4740
4740
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4741
4741
|
</span>
|
|
4742
4742
|
</button>
|
|
@@ -4776,7 +4776,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4776
4776
|
aria-label="Remove"
|
|
4777
4777
|
aria-labelledby="yellow-outline-removable-button yellow-outline-removable-text"
|
|
4778
4778
|
>
|
|
4779
|
-
<span class="pf-v6-c-
|
|
4779
|
+
<span class="pf-v6-c-button__icon">
|
|
4780
4780
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4781
4781
|
</span>
|
|
4782
4782
|
</button>
|
|
@@ -4801,7 +4801,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4801
4801
|
aria-label="Remove"
|
|
4802
4802
|
aria-labelledby="yellow-outline-icon-removable-button yellow-outline-icon-removable-text"
|
|
4803
4803
|
>
|
|
4804
|
-
<span class="pf-v6-c-
|
|
4804
|
+
<span class="pf-v6-c-button__icon">
|
|
4805
4805
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4806
4806
|
</span>
|
|
4807
4807
|
</button>
|
|
@@ -4835,7 +4835,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4835
4835
|
aria-label="Remove"
|
|
4836
4836
|
aria-labelledby="yellow-outline-link-removable-button yellow-outline-link-removable-text"
|
|
4837
4837
|
>
|
|
4838
|
-
<span class="pf-v6-c-
|
|
4838
|
+
<span class="pf-v6-c-button__icon">
|
|
4839
4839
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4840
4840
|
</span>
|
|
4841
4841
|
</button>
|
|
@@ -4857,7 +4857,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4857
4857
|
aria-label="Remove"
|
|
4858
4858
|
aria-labelledby="yellow-outline-button-removable-button yellow-outline-button-removable-text"
|
|
4859
4859
|
>
|
|
4860
|
-
<span class="pf-v6-c-
|
|
4860
|
+
<span class="pf-v6-c-button__icon">
|
|
4861
4861
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4862
4862
|
</span>
|
|
4863
4863
|
</button>
|
|
@@ -4895,7 +4895,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4895
4895
|
aria-label="Remove"
|
|
4896
4896
|
aria-labelledby="yellow-outline-truncated-with-icon-button yellow-outline-truncated-with-icon-text"
|
|
4897
4897
|
>
|
|
4898
|
-
<span class="pf-v6-c-
|
|
4898
|
+
<span class="pf-v6-c-button__icon">
|
|
4899
4899
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4900
4900
|
</span>
|
|
4901
4901
|
</button>
|
|
@@ -4928,7 +4928,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4928
4928
|
aria-label="Remove"
|
|
4929
4929
|
aria-labelledby="yellow-outline-link-removable-disabled-button yellow-outline-link-removable-disabled-text"
|
|
4930
4930
|
>
|
|
4931
|
-
<span class="pf-v6-c-
|
|
4931
|
+
<span class="pf-v6-c-button__icon">
|
|
4932
4932
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4933
4933
|
</span>
|
|
4934
4934
|
</button>
|
|
@@ -4956,7 +4956,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4956
4956
|
aria-label="Remove"
|
|
4957
4957
|
aria-labelledby="yellow-outline-button-removable-disabled-button yellow-outline-button-removable-disabled-text"
|
|
4958
4958
|
>
|
|
4959
|
-
<span class="pf-v6-c-
|
|
4959
|
+
<span class="pf-v6-c-button__icon">
|
|
4960
4960
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
4961
4961
|
</span>
|
|
4962
4962
|
</button>
|
|
@@ -4998,7 +4998,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
4998
4998
|
aria-label="Remove"
|
|
4999
4999
|
aria-labelledby="success-outline-status-removable-button success-outline-status-removable-text"
|
|
5000
5000
|
>
|
|
5001
|
-
<span class="pf-v6-c-
|
|
5001
|
+
<span class="pf-v6-c-button__icon">
|
|
5002
5002
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5003
5003
|
</span>
|
|
5004
5004
|
</button>
|
|
@@ -5041,7 +5041,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5041
5041
|
aria-label="Remove"
|
|
5042
5042
|
aria-labelledby="success-outline-status-link-removable-button success-outline-status-link-removable-text"
|
|
5043
5043
|
>
|
|
5044
|
-
<span class="pf-v6-c-
|
|
5044
|
+
<span class="pf-v6-c-button__icon">
|
|
5045
5045
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5046
5046
|
</span>
|
|
5047
5047
|
</button>
|
|
@@ -5066,7 +5066,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5066
5066
|
aria-label="Remove"
|
|
5067
5067
|
aria-labelledby="success-outline-status-button-removable-button success-outline-status-button-removable-text"
|
|
5068
5068
|
>
|
|
5069
|
-
<span class="pf-v6-c-
|
|
5069
|
+
<span class="pf-v6-c-button__icon">
|
|
5070
5070
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5071
5071
|
</span>
|
|
5072
5072
|
</button>
|
|
@@ -5104,7 +5104,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5104
5104
|
aria-label="Remove"
|
|
5105
5105
|
aria-labelledby="success-outline-status-truncated-removable-button success-outline-status-truncated-removable-text"
|
|
5106
5106
|
>
|
|
5107
|
-
<span class="pf-v6-c-
|
|
5107
|
+
<span class="pf-v6-c-button__icon">
|
|
5108
5108
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5109
5109
|
</span>
|
|
5110
5110
|
</button>
|
|
@@ -5137,7 +5137,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5137
5137
|
aria-label="Remove"
|
|
5138
5138
|
aria-labelledby="success-outline-status-link-removable-disabled-button success-outline-status-link-removable-disabled-text"
|
|
5139
5139
|
>
|
|
5140
|
-
<span class="pf-v6-c-
|
|
5140
|
+
<span class="pf-v6-c-button__icon">
|
|
5141
5141
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5142
5142
|
</span>
|
|
5143
5143
|
</button>
|
|
@@ -5165,7 +5165,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5165
5165
|
aria-label="Remove"
|
|
5166
5166
|
aria-labelledby="success-outline-status-button-removable-disabled-button success-outline-status-button-removable-disabled-text"
|
|
5167
5167
|
>
|
|
5168
|
-
<span class="pf-v6-c-
|
|
5168
|
+
<span class="pf-v6-c-button__icon">
|
|
5169
5169
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5170
5170
|
</span>
|
|
5171
5171
|
</button>
|
|
@@ -5202,7 +5202,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5202
5202
|
aria-label="Remove"
|
|
5203
5203
|
aria-labelledby="warning-outline-status-removable-button warning-outline-status-removable-text"
|
|
5204
5204
|
>
|
|
5205
|
-
<span class="pf-v6-c-
|
|
5205
|
+
<span class="pf-v6-c-button__icon">
|
|
5206
5206
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5207
5207
|
</span>
|
|
5208
5208
|
</button>
|
|
@@ -5245,7 +5245,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5245
5245
|
aria-label="Remove"
|
|
5246
5246
|
aria-labelledby="warning-outline-status-link-removable-button warning-outline-status-link-removable-text"
|
|
5247
5247
|
>
|
|
5248
|
-
<span class="pf-v6-c-
|
|
5248
|
+
<span class="pf-v6-c-button__icon">
|
|
5249
5249
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5250
5250
|
</span>
|
|
5251
5251
|
</button>
|
|
@@ -5270,7 +5270,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5270
5270
|
aria-label="Remove"
|
|
5271
5271
|
aria-labelledby="warning-outline-status-button-removable-button warning-outline-status-button-removable-text"
|
|
5272
5272
|
>
|
|
5273
|
-
<span class="pf-v6-c-
|
|
5273
|
+
<span class="pf-v6-c-button__icon">
|
|
5274
5274
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5275
5275
|
</span>
|
|
5276
5276
|
</button>
|
|
@@ -5308,7 +5308,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5308
5308
|
aria-label="Remove"
|
|
5309
5309
|
aria-labelledby="warning-outline-status-truncated-removable-button warning-outline-status-truncated-removable-text"
|
|
5310
5310
|
>
|
|
5311
|
-
<span class="pf-v6-c-
|
|
5311
|
+
<span class="pf-v6-c-button__icon">
|
|
5312
5312
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5313
5313
|
</span>
|
|
5314
5314
|
</button>
|
|
@@ -5341,7 +5341,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5341
5341
|
aria-label="Remove"
|
|
5342
5342
|
aria-labelledby="warning-outline-status-link-removable-disabled-button warning-outline-status-link-removable-disabled-text"
|
|
5343
5343
|
>
|
|
5344
|
-
<span class="pf-v6-c-
|
|
5344
|
+
<span class="pf-v6-c-button__icon">
|
|
5345
5345
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5346
5346
|
</span>
|
|
5347
5347
|
</button>
|
|
@@ -5369,7 +5369,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5369
5369
|
aria-label="Remove"
|
|
5370
5370
|
aria-labelledby="warning-outline-status-button-removable-disabled-button warning-outline-status-button-removable-disabled-text"
|
|
5371
5371
|
>
|
|
5372
|
-
<span class="pf-v6-c-
|
|
5372
|
+
<span class="pf-v6-c-button__icon">
|
|
5373
5373
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5374
5374
|
</span>
|
|
5375
5375
|
</button>
|
|
@@ -5406,7 +5406,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5406
5406
|
aria-label="Remove"
|
|
5407
5407
|
aria-labelledby="danger-outline-status-removable-button danger-outline-status-removable-text"
|
|
5408
5408
|
>
|
|
5409
|
-
<span class="pf-v6-c-
|
|
5409
|
+
<span class="pf-v6-c-button__icon">
|
|
5410
5410
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5411
5411
|
</span>
|
|
5412
5412
|
</button>
|
|
@@ -5449,7 +5449,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5449
5449
|
aria-label="Remove"
|
|
5450
5450
|
aria-labelledby="danger-outline-status-link-removable-button danger-outline-status-link-removable-text"
|
|
5451
5451
|
>
|
|
5452
|
-
<span class="pf-v6-c-
|
|
5452
|
+
<span class="pf-v6-c-button__icon">
|
|
5453
5453
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5454
5454
|
</span>
|
|
5455
5455
|
</button>
|
|
@@ -5474,7 +5474,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5474
5474
|
aria-label="Remove"
|
|
5475
5475
|
aria-labelledby="danger-outline-status-button-removable-button danger-outline-status-button-removable-text"
|
|
5476
5476
|
>
|
|
5477
|
-
<span class="pf-v6-c-
|
|
5477
|
+
<span class="pf-v6-c-button__icon">
|
|
5478
5478
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5479
5479
|
</span>
|
|
5480
5480
|
</button>
|
|
@@ -5512,7 +5512,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5512
5512
|
aria-label="Remove"
|
|
5513
5513
|
aria-labelledby="danger-outline-status-truncated-removable-button danger-outline-status-truncated-removable-text"
|
|
5514
5514
|
>
|
|
5515
|
-
<span class="pf-v6-c-
|
|
5515
|
+
<span class="pf-v6-c-button__icon">
|
|
5516
5516
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5517
5517
|
</span>
|
|
5518
5518
|
</button>
|
|
@@ -5545,7 +5545,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5545
5545
|
aria-label="Remove"
|
|
5546
5546
|
aria-labelledby="danger-outline-status-link-removable-disabled-button danger-outline-status-link-removable-disabled-text"
|
|
5547
5547
|
>
|
|
5548
|
-
<span class="pf-v6-c-
|
|
5548
|
+
<span class="pf-v6-c-button__icon">
|
|
5549
5549
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5550
5550
|
</span>
|
|
5551
5551
|
</button>
|
|
@@ -5573,7 +5573,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5573
5573
|
aria-label="Remove"
|
|
5574
5574
|
aria-labelledby="danger-outline-status-button-removable-disabled-button danger-outline-status-button-removable-disabled-text"
|
|
5575
5575
|
>
|
|
5576
|
-
<span class="pf-v6-c-
|
|
5576
|
+
<span class="pf-v6-c-button__icon">
|
|
5577
5577
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5578
5578
|
</span>
|
|
5579
5579
|
</button>
|
|
@@ -5610,7 +5610,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5610
5610
|
aria-label="Remove"
|
|
5611
5611
|
aria-labelledby="info-outline-status-removable-button info-outline-status-removable-text"
|
|
5612
5612
|
>
|
|
5613
|
-
<span class="pf-v6-c-
|
|
5613
|
+
<span class="pf-v6-c-button__icon">
|
|
5614
5614
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5615
5615
|
</span>
|
|
5616
5616
|
</button>
|
|
@@ -5653,7 +5653,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5653
5653
|
aria-label="Remove"
|
|
5654
5654
|
aria-labelledby="info-outline-status-link-removable-button info-outline-status-link-removable-text"
|
|
5655
5655
|
>
|
|
5656
|
-
<span class="pf-v6-c-
|
|
5656
|
+
<span class="pf-v6-c-button__icon">
|
|
5657
5657
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5658
5658
|
</span>
|
|
5659
5659
|
</button>
|
|
@@ -5678,7 +5678,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5678
5678
|
aria-label="Remove"
|
|
5679
5679
|
aria-labelledby="info-outline-status-button-removable-button info-outline-status-button-removable-text"
|
|
5680
5680
|
>
|
|
5681
|
-
<span class="pf-v6-c-
|
|
5681
|
+
<span class="pf-v6-c-button__icon">
|
|
5682
5682
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5683
5683
|
</span>
|
|
5684
5684
|
</button>
|
|
@@ -5716,7 +5716,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5716
5716
|
aria-label="Remove"
|
|
5717
5717
|
aria-labelledby="info-outline-status-truncated-removable-button info-outline-status-truncated-removable-text"
|
|
5718
5718
|
>
|
|
5719
|
-
<span class="pf-v6-c-
|
|
5719
|
+
<span class="pf-v6-c-button__icon">
|
|
5720
5720
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5721
5721
|
</span>
|
|
5722
5722
|
</button>
|
|
@@ -5747,7 +5747,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5747
5747
|
aria-label="Remove"
|
|
5748
5748
|
aria-labelledby="info-outline-status-link-removable-disabled-button info-outline-status-link-removable-disabled-text"
|
|
5749
5749
|
>
|
|
5750
|
-
<span class="pf-v6-c-
|
|
5750
|
+
<span class="pf-v6-c-button__icon">
|
|
5751
5751
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5752
5752
|
</span>
|
|
5753
5753
|
</button>
|
|
@@ -5773,7 +5773,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5773
5773
|
aria-label="Remove"
|
|
5774
5774
|
aria-labelledby="info-outline-status-button-removable-disabled-button info-outline-status-button-removable-disabled-text"
|
|
5775
5775
|
>
|
|
5776
|
-
<span class="pf-v6-c-
|
|
5776
|
+
<span class="pf-v6-c-button__icon">
|
|
5777
5777
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5778
5778
|
</span>
|
|
5779
5779
|
</button>
|
|
@@ -5810,7 +5810,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5810
5810
|
aria-label="Remove"
|
|
5811
5811
|
aria-labelledby="custom-outline-status-removable-button custom-outline-status-removable-text"
|
|
5812
5812
|
>
|
|
5813
|
-
<span class="pf-v6-c-
|
|
5813
|
+
<span class="pf-v6-c-button__icon">
|
|
5814
5814
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5815
5815
|
</span>
|
|
5816
5816
|
</button>
|
|
@@ -5853,7 +5853,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5853
5853
|
aria-label="Remove"
|
|
5854
5854
|
aria-labelledby="custom-outline-status-link-removable-button custom-outline-status-link-removable-text"
|
|
5855
5855
|
>
|
|
5856
|
-
<span class="pf-v6-c-
|
|
5856
|
+
<span class="pf-v6-c-button__icon">
|
|
5857
5857
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5858
5858
|
</span>
|
|
5859
5859
|
</button>
|
|
@@ -5878,7 +5878,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5878
5878
|
aria-label="Remove"
|
|
5879
5879
|
aria-labelledby="custom-outline-status-button-removable-button custom-outline-status-button-removable-text"
|
|
5880
5880
|
>
|
|
5881
|
-
<span class="pf-v6-c-
|
|
5881
|
+
<span class="pf-v6-c-button__icon">
|
|
5882
5882
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5883
5883
|
</span>
|
|
5884
5884
|
</button>
|
|
@@ -5916,7 +5916,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5916
5916
|
aria-label="Remove"
|
|
5917
5917
|
aria-labelledby="custom-outline-status-truncated-removable-button custom-outline-status-truncated-removable-text"
|
|
5918
5918
|
>
|
|
5919
|
-
<span class="pf-v6-c-
|
|
5919
|
+
<span class="pf-v6-c-button__icon">
|
|
5920
5920
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5921
5921
|
</span>
|
|
5922
5922
|
</button>
|
|
@@ -5949,7 +5949,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5949
5949
|
aria-label="Remove"
|
|
5950
5950
|
aria-labelledby="custom-outline-status-link-removable-disabled-button custom-outline-status-link-removable-disabled-text"
|
|
5951
5951
|
>
|
|
5952
|
-
<span class="pf-v6-c-
|
|
5952
|
+
<span class="pf-v6-c-button__icon">
|
|
5953
5953
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5954
5954
|
</span>
|
|
5955
5955
|
</button>
|
|
@@ -5977,7 +5977,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
5977
5977
|
aria-label="Remove"
|
|
5978
5978
|
aria-labelledby="custom-outline-status-button-removable-disabled-button custom-outline-status-button-removable-disabled-text"
|
|
5979
5979
|
>
|
|
5980
|
-
<span class="pf-v6-c-
|
|
5980
|
+
<span class="pf-v6-c-button__icon">
|
|
5981
5981
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
5982
5982
|
</span>
|
|
5983
5983
|
</button>
|
|
@@ -6019,7 +6019,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6019
6019
|
aria-label="Remove"
|
|
6020
6020
|
aria-labelledby="compact-removable-button compact-removable-text"
|
|
6021
6021
|
>
|
|
6022
|
-
<span class="pf-v6-c-
|
|
6022
|
+
<span class="pf-v6-c-button__icon">
|
|
6023
6023
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6024
6024
|
</span>
|
|
6025
6025
|
</button>
|
|
@@ -6044,7 +6044,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6044
6044
|
aria-label="Remove"
|
|
6045
6045
|
aria-labelledby="compact-icon-removable-button compact-icon-removable-text"
|
|
6046
6046
|
>
|
|
6047
|
-
<span class="pf-v6-c-
|
|
6047
|
+
<span class="pf-v6-c-button__icon">
|
|
6048
6048
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6049
6049
|
</span>
|
|
6050
6050
|
</button>
|
|
@@ -6078,7 +6078,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6078
6078
|
aria-label="Remove"
|
|
6079
6079
|
aria-labelledby="compact-link-removable-button compact-link-removable-text"
|
|
6080
6080
|
>
|
|
6081
|
-
<span class="pf-v6-c-
|
|
6081
|
+
<span class="pf-v6-c-button__icon">
|
|
6082
6082
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6083
6083
|
</span>
|
|
6084
6084
|
</button>
|
|
@@ -6100,7 +6100,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6100
6100
|
aria-label="Remove"
|
|
6101
6101
|
aria-labelledby="compact-button-removable-button compact-button-removable-text"
|
|
6102
6102
|
>
|
|
6103
|
-
<span class="pf-v6-c-
|
|
6103
|
+
<span class="pf-v6-c-button__icon">
|
|
6104
6104
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6105
6105
|
</span>
|
|
6106
6106
|
</button>
|
|
@@ -6138,7 +6138,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6138
6138
|
aria-label="Remove"
|
|
6139
6139
|
aria-labelledby="compact-truncated-with-icon-button compact-truncated-with-icon-text"
|
|
6140
6140
|
>
|
|
6141
|
-
<span class="pf-v6-c-
|
|
6141
|
+
<span class="pf-v6-c-button__icon">
|
|
6142
6142
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6143
6143
|
</span>
|
|
6144
6144
|
</button>
|
|
@@ -6169,7 +6169,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6169
6169
|
aria-label="Remove"
|
|
6170
6170
|
aria-labelledby="compact-link-removable-disabled-button compact-link-removable-disabled-text"
|
|
6171
6171
|
>
|
|
6172
|
-
<span class="pf-v6-c-
|
|
6172
|
+
<span class="pf-v6-c-button__icon">
|
|
6173
6173
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6174
6174
|
</span>
|
|
6175
6175
|
</button>
|
|
@@ -6195,7 +6195,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6195
6195
|
aria-label="Remove"
|
|
6196
6196
|
aria-labelledby="compact-button-removable-disabled-button compact-button-removable-disabled-text"
|
|
6197
6197
|
>
|
|
6198
|
-
<span class="pf-v6-c-
|
|
6198
|
+
<span class="pf-v6-c-button__icon">
|
|
6199
6199
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6200
6200
|
</span>
|
|
6201
6201
|
</button>
|
|
@@ -6235,7 +6235,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6235
6235
|
aria-label="Remove"
|
|
6236
6236
|
aria-labelledby="compact-outline-removable-button compact-outline-removable-text"
|
|
6237
6237
|
>
|
|
6238
|
-
<span class="pf-v6-c-
|
|
6238
|
+
<span class="pf-v6-c-button__icon">
|
|
6239
6239
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6240
6240
|
</span>
|
|
6241
6241
|
</button>
|
|
@@ -6260,7 +6260,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6260
6260
|
aria-label="Remove"
|
|
6261
6261
|
aria-labelledby="compact-outline-icon-removable-button compact-outline-icon-removable-text"
|
|
6262
6262
|
>
|
|
6263
|
-
<span class="pf-v6-c-
|
|
6263
|
+
<span class="pf-v6-c-button__icon">
|
|
6264
6264
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6265
6265
|
</span>
|
|
6266
6266
|
</button>
|
|
@@ -6294,7 +6294,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6294
6294
|
aria-label="Remove"
|
|
6295
6295
|
aria-labelledby="compact-outline-link-removable-button compact-outline-link-removable-text"
|
|
6296
6296
|
>
|
|
6297
|
-
<span class="pf-v6-c-
|
|
6297
|
+
<span class="pf-v6-c-button__icon">
|
|
6298
6298
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6299
6299
|
</span>
|
|
6300
6300
|
</button>
|
|
@@ -6316,7 +6316,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6316
6316
|
aria-label="Remove"
|
|
6317
6317
|
aria-labelledby="compact-outline-button-removable-button compact-outline-button-removable-text"
|
|
6318
6318
|
>
|
|
6319
|
-
<span class="pf-v6-c-
|
|
6319
|
+
<span class="pf-v6-c-button__icon">
|
|
6320
6320
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6321
6321
|
</span>
|
|
6322
6322
|
</button>
|
|
@@ -6354,7 +6354,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6354
6354
|
aria-label="Remove"
|
|
6355
6355
|
aria-labelledby="compact-outline-truncated-with-icon-button compact-outline-truncated-with-icon-text"
|
|
6356
6356
|
>
|
|
6357
|
-
<span class="pf-v6-c-
|
|
6357
|
+
<span class="pf-v6-c-button__icon">
|
|
6358
6358
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6359
6359
|
</span>
|
|
6360
6360
|
</button>
|
|
@@ -6387,7 +6387,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6387
6387
|
aria-label="Remove"
|
|
6388
6388
|
aria-labelledby="compact-outline-link-removable-disabled-button compact-outline-link-removable-disabled-text"
|
|
6389
6389
|
>
|
|
6390
|
-
<span class="pf-v6-c-
|
|
6390
|
+
<span class="pf-v6-c-button__icon">
|
|
6391
6391
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6392
6392
|
</span>
|
|
6393
6393
|
</button>
|
|
@@ -6415,7 +6415,7 @@ cssPrefix: ['pf-v6-c-label','pf-v6-c-label-group']
|
|
|
6415
6415
|
aria-label="Remove"
|
|
6416
6416
|
aria-labelledby="compact-outline-button-removable-disabled-button compact-outline-button-removable-disabled-text"
|
|
6417
6417
|
>
|
|
6418
|
-
<span class="pf-v6-c-
|
|
6418
|
+
<span class="pf-v6-c-button__icon">
|
|
6419
6419
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6420
6420
|
</span>
|
|
6421
6421
|
</button>
|
|
@@ -6459,7 +6459,7 @@ This style of label is used to indicate overflow within a label group.
|
|
|
6459
6459
|
aria-label="Remove"
|
|
6460
6460
|
aria-labelledby="editable-label-button editable-label-text"
|
|
6461
6461
|
>
|
|
6462
|
-
<span class="pf-v6-c-
|
|
6462
|
+
<span class="pf-v6-c-button__icon">
|
|
6463
6463
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6464
6464
|
</span>
|
|
6465
6465
|
</button>
|
|
@@ -6498,7 +6498,7 @@ This style of label is used to indicate overflow within a label group.
|
|
|
6498
6498
|
aria-label="Remove"
|
|
6499
6499
|
aria-labelledby="compact-editable-label-button compact-editable-label-text"
|
|
6500
6500
|
>
|
|
6501
|
-
<span class="pf-v6-c-
|
|
6501
|
+
<span class="pf-v6-c-button__icon">
|
|
6502
6502
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
6503
6503
|
</span>
|
|
6504
6504
|
</button>
|
|
@@ -6897,7 +6897,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
6897
6897
|
aria-label="Close label group"
|
|
6898
6898
|
id="label-group-category-removable-button"
|
|
6899
6899
|
>
|
|
6900
|
-
<span class="pf-v6-c-
|
|
6900
|
+
<span class="pf-v6-c-button__icon">
|
|
6901
6901
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
6902
6902
|
</span>
|
|
6903
6903
|
</button>
|
|
@@ -7175,7 +7175,7 @@ The contents of a label group can be modified by removing labels or adding new o
|
|
|
7175
7175
|
aria-label="Close label group"
|
|
7176
7176
|
id="label-group-vertical-category-removable-button"
|
|
7177
7177
|
>
|
|
7178
|
-
<span class="pf-v6-c-
|
|
7178
|
+
<span class="pf-v6-c-button__icon">
|
|
7179
7179
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
7180
7180
|
</span>
|
|
7181
7181
|
</button>
|
|
@@ -7219,7 +7219,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7219
7219
|
aria-label="Remove"
|
|
7220
7220
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-1-button editable-labels-editable-group-example-editable-label-editable-1-text"
|
|
7221
7221
|
>
|
|
7222
|
-
<span class="pf-v6-c-
|
|
7222
|
+
<span class="pf-v6-c-button__icon">
|
|
7223
7223
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7224
7224
|
</span>
|
|
7225
7225
|
</button>
|
|
@@ -7247,7 +7247,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7247
7247
|
aria-label="Remove"
|
|
7248
7248
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-2-button editable-labels-editable-group-example-editable-label-editable-2-text"
|
|
7249
7249
|
>
|
|
7250
|
-
<span class="pf-v6-c-
|
|
7250
|
+
<span class="pf-v6-c-button__icon">
|
|
7251
7251
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7252
7252
|
</span>
|
|
7253
7253
|
</button>
|
|
@@ -7275,7 +7275,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7275
7275
|
aria-label="Remove"
|
|
7276
7276
|
aria-labelledby="editable-labels-editable-group-example-editable-label-editable-3-button editable-labels-editable-group-example-editable-label-editable-3-text"
|
|
7277
7277
|
>
|
|
7278
|
-
<span class="pf-v6-c-
|
|
7278
|
+
<span class="pf-v6-c-button__icon">
|
|
7279
7279
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7280
7280
|
</span>
|
|
7281
7281
|
</button>
|
|
@@ -7327,7 +7327,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7327
7327
|
aria-label="Remove"
|
|
7328
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"
|
|
7329
7329
|
>
|
|
7330
|
-
<span class="pf-v6-c-
|
|
7330
|
+
<span class="pf-v6-c-button__icon">
|
|
7331
7331
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7332
7332
|
</span>
|
|
7333
7333
|
</button>
|
|
@@ -7355,7 +7355,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7355
7355
|
aria-label="Remove"
|
|
7356
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"
|
|
7357
7357
|
>
|
|
7358
|
-
<span class="pf-v6-c-
|
|
7358
|
+
<span class="pf-v6-c-button__icon">
|
|
7359
7359
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7360
7360
|
</span>
|
|
7361
7361
|
</button>
|
|
@@ -7415,7 +7415,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7415
7415
|
aria-label="Remove"
|
|
7416
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"
|
|
7417
7417
|
>
|
|
7418
|
-
<span class="pf-v6-c-
|
|
7418
|
+
<span class="pf-v6-c-button__icon">
|
|
7419
7419
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7420
7420
|
</span>
|
|
7421
7421
|
</button>
|
|
@@ -7438,7 +7438,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7438
7438
|
aria-label="Remove"
|
|
7439
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"
|
|
7440
7440
|
>
|
|
7441
|
-
<span class="pf-v6-c-
|
|
7441
|
+
<span class="pf-v6-c-button__icon">
|
|
7442
7442
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7443
7443
|
</span>
|
|
7444
7444
|
</button>
|
|
@@ -7461,7 +7461,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7461
7461
|
aria-label="Remove"
|
|
7462
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"
|
|
7463
7463
|
>
|
|
7464
|
-
<span class="pf-v6-c-
|
|
7464
|
+
<span class="pf-v6-c-button__icon">
|
|
7465
7465
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7466
7466
|
</span>
|
|
7467
7467
|
</button>
|
|
@@ -7508,7 +7508,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7508
7508
|
aria-label="Remove"
|
|
7509
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"
|
|
7510
7510
|
>
|
|
7511
|
-
<span class="pf-v6-c-
|
|
7511
|
+
<span class="pf-v6-c-button__icon">
|
|
7512
7512
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7513
7513
|
</span>
|
|
7514
7514
|
</button>
|
|
@@ -7531,7 +7531,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7531
7531
|
aria-label="Remove"
|
|
7532
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"
|
|
7533
7533
|
>
|
|
7534
|
-
<span class="pf-v6-c-
|
|
7534
|
+
<span class="pf-v6-c-button__icon">
|
|
7535
7535
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7536
7536
|
</span>
|
|
7537
7537
|
</button>
|
|
@@ -7559,7 +7559,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7559
7559
|
aria-label="Remove"
|
|
7560
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"
|
|
7561
7561
|
>
|
|
7562
|
-
<span class="pf-v6-c-
|
|
7562
|
+
<span class="pf-v6-c-button__icon">
|
|
7563
7563
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7564
7564
|
</span>
|
|
7565
7565
|
</button>
|
|
@@ -7587,7 +7587,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7587
7587
|
aria-label="Remove"
|
|
7588
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"
|
|
7589
7589
|
>
|
|
7590
|
-
<span class="pf-v6-c-
|
|
7590
|
+
<span class="pf-v6-c-button__icon">
|
|
7591
7591
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7592
7592
|
</span>
|
|
7593
7593
|
</button>
|
|
@@ -7615,7 +7615,7 @@ In addition to the JavaScript management of [editable labels](/components/label#
|
|
|
7615
7615
|
aria-label="Remove"
|
|
7616
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"
|
|
7617
7617
|
>
|
|
7618
|
-
<span class="pf-v6-c-
|
|
7618
|
+
<span class="pf-v6-c-button__icon">
|
|
7619
7619
|
<i class="fas fa-times fa-fw" aria-hidden="true"></i>
|
|
7620
7620
|
</span>
|
|
7621
7621
|
</button>
|