@patternfly/patternfly 6.0.0-alpha.174 → 6.0.0-alpha.176
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/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/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 +12 -210
- package/components/_index.scss +0 -1
- 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/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 +12 -210
- package/patternfly.css +12 -210
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +0 -3
- package/components/LogViewer/log-viewer.css +0 -176
- package/components/LogViewer/log-viewer.scss +0 -219
- package/docs/components/LogViewer/examples/LogViewer.css +0 -24
- package/docs/components/LogViewer/examples/LogViewer.md +0 -3070
|
@@ -22,7 +22,7 @@ section: components
|
|
|
22
22
|
type="button"
|
|
23
23
|
aria-label="Global navigation"
|
|
24
24
|
>
|
|
25
|
-
<span class="pf-v6-c-
|
|
25
|
+
<span class="pf-v6-c-button__icon">
|
|
26
26
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
27
|
</span>
|
|
28
28
|
</button>
|
|
@@ -615,7 +615,7 @@ section: components
|
|
|
615
615
|
type="button"
|
|
616
616
|
aria-label="Global navigation"
|
|
617
617
|
>
|
|
618
|
-
<span class="pf-v6-c-
|
|
618
|
+
<span class="pf-v6-c-button__icon">
|
|
619
619
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
620
620
|
</span>
|
|
621
621
|
</button>
|
|
@@ -1211,7 +1211,7 @@ section: components
|
|
|
1211
1211
|
type="button"
|
|
1212
1212
|
aria-label="Global navigation"
|
|
1213
1213
|
>
|
|
1214
|
-
<span class="pf-v6-c-
|
|
1214
|
+
<span class="pf-v6-c-button__icon">
|
|
1215
1215
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1216
1216
|
</span>
|
|
1217
1217
|
</button>
|
|
@@ -1724,7 +1724,7 @@ section: components
|
|
|
1724
1724
|
type="button"
|
|
1725
1725
|
aria-label="Global navigation"
|
|
1726
1726
|
>
|
|
1727
|
-
<span class="pf-v6-c-
|
|
1727
|
+
<span class="pf-v6-c-button__icon">
|
|
1728
1728
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1729
1729
|
</span>
|
|
1730
1730
|
</button>
|
|
@@ -2040,7 +2040,7 @@ section: components
|
|
|
2040
2040
|
type="button"
|
|
2041
2041
|
aria-label="Sort"
|
|
2042
2042
|
>
|
|
2043
|
-
<span class="pf-v6-c-
|
|
2043
|
+
<span class="pf-v6-c-button__icon">
|
|
2044
2044
|
<i
|
|
2045
2045
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
2046
2046
|
aria-hidden="true"
|
|
@@ -2662,7 +2662,7 @@ section: components
|
|
|
2662
2662
|
type="button"
|
|
2663
2663
|
aria-label="Close drawer panel"
|
|
2664
2664
|
>
|
|
2665
|
-
<span class="pf-v6-c-
|
|
2665
|
+
<span class="pf-v6-c-button__icon">
|
|
2666
2666
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2667
2667
|
</span>
|
|
2668
2668
|
</button>
|
|
@@ -2693,7 +2693,7 @@ section: components
|
|
|
2693
2693
|
type="button"
|
|
2694
2694
|
aria-label="Scroll left"
|
|
2695
2695
|
>
|
|
2696
|
-
<span class="pf-v6-c-
|
|
2696
|
+
<span class="pf-v6-c-button__icon">
|
|
2697
2697
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2698
2698
|
</span>
|
|
2699
2699
|
</button>
|
|
@@ -2731,7 +2731,7 @@ section: components
|
|
|
2731
2731
|
type="button"
|
|
2732
2732
|
aria-label="Scroll right"
|
|
2733
2733
|
>
|
|
2734
|
-
<span class="pf-v6-c-
|
|
2734
|
+
<span class="pf-v6-c-button__icon">
|
|
2735
2735
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2736
2736
|
</span>
|
|
2737
2737
|
</button>
|
|
@@ -2904,7 +2904,7 @@ section: components
|
|
|
2904
2904
|
type="button"
|
|
2905
2905
|
aria-label="Close"
|
|
2906
2906
|
>
|
|
2907
|
-
<span class="pf-v6-c-
|
|
2907
|
+
<span class="pf-v6-c-button__icon">
|
|
2908
2908
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2909
2909
|
</span>
|
|
2910
2910
|
</button>
|
|
@@ -3009,7 +3009,7 @@ section: components
|
|
|
3009
3009
|
type="button"
|
|
3010
3010
|
aria-label="Global navigation"
|
|
3011
3011
|
>
|
|
3012
|
-
<span class="pf-v6-c-
|
|
3012
|
+
<span class="pf-v6-c-button__icon">
|
|
3013
3013
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3014
3014
|
</span>
|
|
3015
3015
|
</button>
|
|
@@ -3341,7 +3341,7 @@ section: components
|
|
|
3341
3341
|
type="button"
|
|
3342
3342
|
aria-label="Global navigation"
|
|
3343
3343
|
>
|
|
3344
|
-
<span class="pf-v6-c-
|
|
3344
|
+
<span class="pf-v6-c-button__icon">
|
|
3345
3345
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3346
3346
|
</span>
|
|
3347
3347
|
</button>
|
|
@@ -142,7 +142,7 @@ section: components
|
|
|
142
142
|
disabled
|
|
143
143
|
aria-label="Go to previous page"
|
|
144
144
|
>
|
|
145
|
-
<span class="pf-v6-c-
|
|
145
|
+
<span class="pf-v6-c-button__icon">
|
|
146
146
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
147
147
|
</span>
|
|
148
148
|
</button>
|
|
@@ -153,7 +153,7 @@ section: components
|
|
|
153
153
|
type="button"
|
|
154
154
|
aria-label="Go to next page"
|
|
155
155
|
>
|
|
156
|
-
<span class="pf-v6-c-
|
|
156
|
+
<span class="pf-v6-c-button__icon">
|
|
157
157
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
158
158
|
</span>
|
|
159
159
|
</button>
|
|
@@ -195,7 +195,7 @@ section: components
|
|
|
195
195
|
type="button"
|
|
196
196
|
aria-label="Global navigation"
|
|
197
197
|
>
|
|
198
|
-
<span class="pf-v6-c-
|
|
198
|
+
<span class="pf-v6-c-button__icon">
|
|
199
199
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
200
200
|
</span>
|
|
201
201
|
</button>
|
|
@@ -531,7 +531,7 @@ section: components
|
|
|
531
531
|
type="button"
|
|
532
532
|
aria-label="Toggle date picker"
|
|
533
533
|
>
|
|
534
|
-
<span class="pf-v6-c-
|
|
534
|
+
<span class="pf-v6-c-button__icon">
|
|
535
535
|
<i
|
|
536
536
|
class="fas fa-calendar-alt"
|
|
537
537
|
aria-hidden="true"
|
|
@@ -584,7 +584,7 @@ section: components
|
|
|
584
584
|
type="button"
|
|
585
585
|
aria-label="Toggle date picker"
|
|
586
586
|
>
|
|
587
|
-
<span class="pf-v6-c-
|
|
587
|
+
<span class="pf-v6-c-button__icon">
|
|
588
588
|
<i
|
|
589
589
|
class="fas fa-calendar-alt"
|
|
590
590
|
aria-hidden="true"
|
|
@@ -1218,7 +1218,7 @@ section: components
|
|
|
1218
1218
|
disabled
|
|
1219
1219
|
aria-label="Go to previous page"
|
|
1220
1220
|
>
|
|
1221
|
-
<span class="pf-v6-c-
|
|
1221
|
+
<span class="pf-v6-c-button__icon">
|
|
1222
1222
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1223
1223
|
</span>
|
|
1224
1224
|
</button>
|
|
@@ -1229,7 +1229,7 @@ section: components
|
|
|
1229
1229
|
type="button"
|
|
1230
1230
|
aria-label="Go to next page"
|
|
1231
1231
|
>
|
|
1232
|
-
<span class="pf-v6-c-
|
|
1232
|
+
<span class="pf-v6-c-button__icon">
|
|
1233
1233
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1234
1234
|
</span>
|
|
1235
1235
|
</button>
|
|
@@ -1421,7 +1421,7 @@ section: components
|
|
|
1421
1421
|
disabled
|
|
1422
1422
|
aria-label="Go to previous page"
|
|
1423
1423
|
>
|
|
1424
|
-
<span class="pf-v6-c-
|
|
1424
|
+
<span class="pf-v6-c-button__icon">
|
|
1425
1425
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1426
1426
|
</span>
|
|
1427
1427
|
</button>
|
|
@@ -1432,7 +1432,7 @@ section: components
|
|
|
1432
1432
|
type="button"
|
|
1433
1433
|
aria-label="Go to next page"
|
|
1434
1434
|
>
|
|
1435
|
-
<span class="pf-v6-c-
|
|
1435
|
+
<span class="pf-v6-c-button__icon">
|
|
1436
1436
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1437
1437
|
</span>
|
|
1438
1438
|
</button>
|
|
@@ -1530,7 +1530,7 @@ section: components
|
|
|
1530
1530
|
disabled
|
|
1531
1531
|
aria-label="Go to previous page"
|
|
1532
1532
|
>
|
|
1533
|
-
<span class="pf-v6-c-
|
|
1533
|
+
<span class="pf-v6-c-button__icon">
|
|
1534
1534
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1535
1535
|
</span>
|
|
1536
1536
|
</button>
|
|
@@ -1541,7 +1541,7 @@ section: components
|
|
|
1541
1541
|
type="button"
|
|
1542
1542
|
aria-label="Go to next page"
|
|
1543
1543
|
>
|
|
1544
|
-
<span class="pf-v6-c-
|
|
1544
|
+
<span class="pf-v6-c-button__icon">
|
|
1545
1545
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1546
1546
|
</span>
|
|
1547
1547
|
</button>
|
|
@@ -1724,7 +1724,7 @@ section: components
|
|
|
1724
1724
|
disabled
|
|
1725
1725
|
aria-label="Go to previous page"
|
|
1726
1726
|
>
|
|
1727
|
-
<span class="pf-v6-c-
|
|
1727
|
+
<span class="pf-v6-c-button__icon">
|
|
1728
1728
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1729
1729
|
</span>
|
|
1730
1730
|
</button>
|
|
@@ -1735,7 +1735,7 @@ section: components
|
|
|
1735
1735
|
type="button"
|
|
1736
1736
|
aria-label="Go to next page"
|
|
1737
1737
|
>
|
|
1738
|
-
<span class="pf-v6-c-
|
|
1738
|
+
<span class="pf-v6-c-button__icon">
|
|
1739
1739
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1740
1740
|
</span>
|
|
1741
1741
|
</button>
|
|
@@ -1776,13 +1776,13 @@ section: components
|
|
|
1776
1776
|
</span>
|
|
1777
1777
|
<span class="pf-v6-c-label__actions">
|
|
1778
1778
|
<button
|
|
1779
|
-
class="pf-v6-c-button pf-m-
|
|
1779
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
1780
1780
|
type="button"
|
|
1781
1781
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-one toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-one"
|
|
1782
1782
|
aria-label="Remove"
|
|
1783
1783
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-one"
|
|
1784
1784
|
>
|
|
1785
|
-
<span class="pf-v6-c-
|
|
1785
|
+
<span class="pf-v6-c-button__icon">
|
|
1786
1786
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1787
1787
|
</span>
|
|
1788
1788
|
</button>
|
|
@@ -1801,13 +1801,13 @@ section: components
|
|
|
1801
1801
|
</span>
|
|
1802
1802
|
<span class="pf-v6-c-label__actions">
|
|
1803
1803
|
<button
|
|
1804
|
-
class="pf-v6-c-button pf-m-
|
|
1804
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
1805
1805
|
type="button"
|
|
1806
1806
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-two toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-two"
|
|
1807
1807
|
aria-label="Remove"
|
|
1808
1808
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-two"
|
|
1809
1809
|
>
|
|
1810
|
-
<span class="pf-v6-c-
|
|
1810
|
+
<span class="pf-v6-c-button__icon">
|
|
1811
1811
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1812
1812
|
</span>
|
|
1813
1813
|
</button>
|
|
@@ -1826,13 +1826,13 @@ section: components
|
|
|
1826
1826
|
</span>
|
|
1827
1827
|
<span class="pf-v6-c-label__actions">
|
|
1828
1828
|
<button
|
|
1829
|
-
class="pf-v6-c-button pf-m-
|
|
1829
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
1830
1830
|
type="button"
|
|
1831
1831
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-three toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-three"
|
|
1832
1832
|
aria-label="Remove"
|
|
1833
1833
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-three"
|
|
1834
1834
|
>
|
|
1835
|
-
<span class="pf-v6-c-
|
|
1835
|
+
<span class="pf-v6-c-button__icon">
|
|
1836
1836
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1837
1837
|
</span>
|
|
1838
1838
|
</button>
|
|
@@ -1845,7 +1845,7 @@ section: components
|
|
|
1845
1845
|
</div>
|
|
1846
1846
|
</div>
|
|
1847
1847
|
<div class="pf-v6-c-toolbar__item">
|
|
1848
|
-
<button class="pf-v6-c-button pf-m-
|
|
1848
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
1849
1849
|
<span class="pf-v6-c-button__text">Clear all filters</span>
|
|
1850
1850
|
</button>
|
|
1851
1851
|
</div>
|
|
@@ -1932,7 +1932,7 @@ section: components
|
|
|
1932
1932
|
disabled
|
|
1933
1933
|
aria-label="Go to previous page"
|
|
1934
1934
|
>
|
|
1935
|
-
<span class="pf-v6-c-
|
|
1935
|
+
<span class="pf-v6-c-button__icon">
|
|
1936
1936
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1937
1937
|
</span>
|
|
1938
1938
|
</button>
|
|
@@ -1943,7 +1943,7 @@ section: components
|
|
|
1943
1943
|
type="button"
|
|
1944
1944
|
aria-label="Go to next page"
|
|
1945
1945
|
>
|
|
1946
|
-
<span class="pf-v6-c-
|
|
1946
|
+
<span class="pf-v6-c-button__icon">
|
|
1947
1947
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1948
1948
|
</span>
|
|
1949
1949
|
</button>
|
|
@@ -2015,13 +2015,13 @@ section: components
|
|
|
2015
2015
|
</span>
|
|
2016
2016
|
<span class="pf-v6-c-label__actions">
|
|
2017
2017
|
<button
|
|
2018
|
-
class="pf-v6-c-button pf-m-
|
|
2018
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2019
2019
|
type="button"
|
|
2020
2020
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-one toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-one"
|
|
2021
2021
|
aria-label="Remove"
|
|
2022
2022
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-one"
|
|
2023
2023
|
>
|
|
2024
|
-
<span class="pf-v6-c-
|
|
2024
|
+
<span class="pf-v6-c-button__icon">
|
|
2025
2025
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2026
2026
|
</span>
|
|
2027
2027
|
</button>
|
|
@@ -2040,13 +2040,13 @@ section: components
|
|
|
2040
2040
|
</span>
|
|
2041
2041
|
<span class="pf-v6-c-label__actions">
|
|
2042
2042
|
<button
|
|
2043
|
-
class="pf-v6-c-button pf-m-
|
|
2043
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2044
2044
|
type="button"
|
|
2045
2045
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-two toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-two"
|
|
2046
2046
|
aria-label="Remove"
|
|
2047
2047
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-two"
|
|
2048
2048
|
>
|
|
2049
|
-
<span class="pf-v6-c-
|
|
2049
|
+
<span class="pf-v6-c-button__icon">
|
|
2050
2050
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2051
2051
|
</span>
|
|
2052
2052
|
</button>
|
|
@@ -2065,13 +2065,13 @@ section: components
|
|
|
2065
2065
|
</span>
|
|
2066
2066
|
<span class="pf-v6-c-label__actions">
|
|
2067
2067
|
<button
|
|
2068
|
-
class="pf-v6-c-button pf-m-
|
|
2068
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2069
2069
|
type="button"
|
|
2070
2070
|
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-three toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-three"
|
|
2071
2071
|
aria-label="Remove"
|
|
2072
2072
|
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-three"
|
|
2073
2073
|
>
|
|
2074
|
-
<span class="pf-v6-c-
|
|
2074
|
+
<span class="pf-v6-c-button__icon">
|
|
2075
2075
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2076
2076
|
</span>
|
|
2077
2077
|
</button>
|
|
@@ -2085,7 +2085,7 @@ section: components
|
|
|
2085
2085
|
</div>
|
|
2086
2086
|
</div>
|
|
2087
2087
|
<div class="pf-v6-c-toolbar__item">
|
|
2088
|
-
<button class="pf-v6-c-button pf-m-
|
|
2088
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
2089
2089
|
<span class="pf-v6-c-button__text">Clear all filters</span>
|
|
2090
2090
|
</button>
|
|
2091
2091
|
</div>
|
|
@@ -2117,7 +2117,7 @@ section: components
|
|
|
2117
2117
|
type="button"
|
|
2118
2118
|
aria-label="Global navigation"
|
|
2119
2119
|
>
|
|
2120
|
-
<span class="pf-v6-c-
|
|
2120
|
+
<span class="pf-v6-c-button__icon">
|
|
2121
2121
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2122
2122
|
</span>
|
|
2123
2123
|
</button>
|
|
@@ -2509,7 +2509,7 @@ section: components
|
|
|
2509
2509
|
disabled
|
|
2510
2510
|
aria-label="Go to previous page"
|
|
2511
2511
|
>
|
|
2512
|
-
<span class="pf-v6-c-
|
|
2512
|
+
<span class="pf-v6-c-button__icon">
|
|
2513
2513
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2514
2514
|
</span>
|
|
2515
2515
|
</button>
|
|
@@ -2520,7 +2520,7 @@ section: components
|
|
|
2520
2520
|
type="button"
|
|
2521
2521
|
aria-label="Go to next page"
|
|
2522
2522
|
>
|
|
2523
|
-
<span class="pf-v6-c-
|
|
2523
|
+
<span class="pf-v6-c-button__icon">
|
|
2524
2524
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2525
2525
|
</span>
|
|
2526
2526
|
</button>
|
|
@@ -3042,7 +3042,7 @@ section: components
|
|
|
3042
3042
|
disabled
|
|
3043
3043
|
aria-label="Go to first page"
|
|
3044
3044
|
>
|
|
3045
|
-
<span class="pf-v6-c-
|
|
3045
|
+
<span class="pf-v6-c-button__icon">
|
|
3046
3046
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
3047
3047
|
</span>
|
|
3048
3048
|
</button>
|
|
@@ -3054,7 +3054,7 @@ section: components
|
|
|
3054
3054
|
disabled
|
|
3055
3055
|
aria-label="Go to previous page"
|
|
3056
3056
|
>
|
|
3057
|
-
<span class="pf-v6-c-
|
|
3057
|
+
<span class="pf-v6-c-button__icon">
|
|
3058
3058
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3059
3059
|
</span>
|
|
3060
3060
|
</button>
|
|
@@ -3077,7 +3077,7 @@ section: components
|
|
|
3077
3077
|
type="button"
|
|
3078
3078
|
aria-label="Go to next page"
|
|
3079
3079
|
>
|
|
3080
|
-
<span class="pf-v6-c-
|
|
3080
|
+
<span class="pf-v6-c-button__icon">
|
|
3081
3081
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3082
3082
|
</span>
|
|
3083
3083
|
</button>
|
|
@@ -3086,9 +3086,10 @@ section: components
|
|
|
3086
3086
|
<button
|
|
3087
3087
|
class="pf-v6-c-button pf-m-plain"
|
|
3088
3088
|
type="button"
|
|
3089
|
+
disabled
|
|
3089
3090
|
aria-label="Go to last page"
|
|
3090
3091
|
>
|
|
3091
|
-
<span class="pf-v6-c-
|
|
3092
|
+
<span class="pf-v6-c-button__icon">
|
|
3092
3093
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
3093
3094
|
</span>
|
|
3094
3095
|
</button>
|
|
@@ -23,7 +23,7 @@ wrapperTag: div
|
|
|
23
23
|
type="button"
|
|
24
24
|
aria-label="Global navigation"
|
|
25
25
|
>
|
|
26
|
-
<span class="pf-v6-c-
|
|
26
|
+
<span class="pf-v6-c-button__icon">
|
|
27
27
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
28
28
|
</span>
|
|
29
29
|
</button>
|
|
@@ -346,7 +346,7 @@ wrapperTag: div
|
|
|
346
346
|
type="button"
|
|
347
347
|
aria-label="Close"
|
|
348
348
|
>
|
|
349
|
-
<span class="pf-v6-c-
|
|
349
|
+
<span class="pf-v6-c-button__icon">
|
|
350
350
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
351
351
|
</span>
|
|
352
352
|
</button>
|
|
@@ -652,7 +652,7 @@ wrapperTag: div
|
|
|
652
652
|
type="button"
|
|
653
653
|
aria-label="Global navigation"
|
|
654
654
|
>
|
|
655
|
-
<span class="pf-v6-c-
|
|
655
|
+
<span class="pf-v6-c-button__icon">
|
|
656
656
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
657
657
|
</span>
|
|
658
658
|
</button>
|
|
@@ -975,7 +975,7 @@ wrapperTag: div
|
|
|
975
975
|
type="button"
|
|
976
976
|
aria-label="Close"
|
|
977
977
|
>
|
|
978
|
-
<span class="pf-v6-c-
|
|
978
|
+
<span class="pf-v6-c-button__icon">
|
|
979
979
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
980
980
|
</span>
|
|
981
981
|
</button>
|
|
@@ -1263,7 +1263,7 @@ wrapperTag: div
|
|
|
1263
1263
|
type="button"
|
|
1264
1264
|
aria-label="Global navigation"
|
|
1265
1265
|
>
|
|
1266
|
-
<span class="pf-v6-c-
|
|
1266
|
+
<span class="pf-v6-c-button__icon">
|
|
1267
1267
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1268
1268
|
</span>
|
|
1269
1269
|
</button>
|
|
@@ -1586,7 +1586,7 @@ wrapperTag: div
|
|
|
1586
1586
|
type="button"
|
|
1587
1587
|
aria-label="Close"
|
|
1588
1588
|
>
|
|
1589
|
-
<span class="pf-v6-c-
|
|
1589
|
+
<span class="pf-v6-c-button__icon">
|
|
1590
1590
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1591
1591
|
</span>
|
|
1592
1592
|
</button>
|
|
@@ -1700,7 +1700,7 @@ wrapperTag: div
|
|
|
1700
1700
|
<div class="pf-v6-c-drawer__content">
|
|
1701
1701
|
<div class="pf-v6-c-wizard__main-body">
|
|
1702
1702
|
<button
|
|
1703
|
-
class="pf-v6-c-button pf-v6-u-hidden pf-
|
|
1703
|
+
class="pf-v6-c-button pf-v6-u-hidden pf-v6-u-float-right pf-v6-u-ml-md pf-m-inline pf-m-link"
|
|
1704
1704
|
type="button"
|
|
1705
1705
|
>
|
|
1706
1706
|
<span class="pf-v6-c-button__text">Open drawer</span>
|
|
@@ -1865,7 +1865,7 @@ wrapperTag: div
|
|
|
1865
1865
|
type="button"
|
|
1866
1866
|
aria-label="Close drawer panel"
|
|
1867
1867
|
>
|
|
1868
|
-
<span class="pf-v6-c-
|
|
1868
|
+
<span class="pf-v6-c-button__icon">
|
|
1869
1869
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1870
1870
|
</span>
|
|
1871
1871
|
</button>
|
|
@@ -1962,7 +1962,7 @@ wrapperTag: div
|
|
|
1962
1962
|
type="button"
|
|
1963
1963
|
aria-label="Global navigation"
|
|
1964
1964
|
>
|
|
1965
|
-
<span class="pf-v6-c-
|
|
1965
|
+
<span class="pf-v6-c-button__icon">
|
|
1966
1966
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1967
1967
|
</span>
|
|
1968
1968
|
</button>
|
|
@@ -2285,7 +2285,7 @@ wrapperTag: div
|
|
|
2285
2285
|
type="button"
|
|
2286
2286
|
aria-label="Close"
|
|
2287
2287
|
>
|
|
2288
|
-
<span class="pf-v6-c-
|
|
2288
|
+
<span class="pf-v6-c-button__icon">
|
|
2289
2289
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2290
2290
|
</span>
|
|
2291
2291
|
</button>
|
|
@@ -2399,7 +2399,7 @@ wrapperTag: div
|
|
|
2399
2399
|
<div class="pf-v6-c-drawer__content">
|
|
2400
2400
|
<div class="pf-v6-c-wizard__main-body">
|
|
2401
2401
|
<button
|
|
2402
|
-
class="pf-v6-c-button pf-v6-u-hidden pf-
|
|
2402
|
+
class="pf-v6-c-button pf-v6-u-hidden pf-v6-u-float-right pf-v6-u-ml-md pf-m-inline pf-m-link"
|
|
2403
2403
|
type="button"
|
|
2404
2404
|
>
|
|
2405
2405
|
<span class="pf-v6-c-button__text">Open drawer</span>
|
|
@@ -2563,7 +2563,7 @@ wrapperTag: div
|
|
|
2563
2563
|
type="button"
|
|
2564
2564
|
aria-label="Close drawer panel"
|
|
2565
2565
|
>
|
|
2566
|
-
<span class="pf-v6-c-
|
|
2566
|
+
<span class="pf-v6-c-button__icon">
|
|
2567
2567
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2568
2568
|
</span>
|
|
2569
2569
|
</button>
|
|
@@ -2660,7 +2660,7 @@ wrapperTag: div
|
|
|
2660
2660
|
type="button"
|
|
2661
2661
|
aria-label="Global navigation"
|
|
2662
2662
|
>
|
|
2663
|
-
<span class="pf-v6-c-
|
|
2663
|
+
<span class="pf-v6-c-button__icon">
|
|
2664
2664
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2665
2665
|
</span>
|
|
2666
2666
|
</button>
|
|
@@ -2983,7 +2983,7 @@ wrapperTag: div
|
|
|
2983
2983
|
type="button"
|
|
2984
2984
|
aria-label="Close"
|
|
2985
2985
|
>
|
|
2986
|
-
<span class="pf-v6-c-
|
|
2986
|
+
<span class="pf-v6-c-button__icon">
|
|
2987
2987
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2988
2988
|
</span>
|
|
2989
2989
|
</button>
|
|
@@ -3097,7 +3097,7 @@ wrapperTag: div
|
|
|
3097
3097
|
<div class="pf-v6-c-drawer__content">
|
|
3098
3098
|
<div class="pf-v6-c-wizard__main-body">
|
|
3099
3099
|
<button
|
|
3100
|
-
class="pf-v6-c-button pf-v6-u-hidden pf-
|
|
3100
|
+
class="pf-v6-c-button pf-v6-u-hidden pf-v6-u-float-right pf-v6-u-ml-md pf-m-inline pf-m-link"
|
|
3101
3101
|
type="button"
|
|
3102
3102
|
>
|
|
3103
3103
|
<span class="pf-v6-c-button__text">Open drawer</span>
|
|
@@ -3109,7 +3109,6 @@ wrapperTag: div
|
|
|
3109
3109
|
<button
|
|
3110
3110
|
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
3111
3111
|
type="button"
|
|
3112
|
-
aria-expanded="false"
|
|
3113
3112
|
>
|
|
3114
3113
|
<span
|
|
3115
3114
|
class="pf-v6-c-button__text"
|
|
@@ -3136,7 +3135,7 @@ wrapperTag: div
|
|
|
3136
3135
|
type="button"
|
|
3137
3136
|
aria-label="Close drawer panel"
|
|
3138
3137
|
>
|
|
3139
|
-
<span class="pf-v6-c-
|
|
3138
|
+
<span class="pf-v6-c-button__icon">
|
|
3140
3139
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
3141
3140
|
</span>
|
|
3142
3141
|
</button>
|
|
@@ -3230,7 +3229,7 @@ wrapperTag: div
|
|
|
3230
3229
|
type="button"
|
|
3231
3230
|
aria-label="Global navigation"
|
|
3232
3231
|
>
|
|
3233
|
-
<span class="pf-v6-c-
|
|
3232
|
+
<span class="pf-v6-c-button__icon">
|
|
3234
3233
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3235
3234
|
</span>
|
|
3236
3235
|
</button>
|
|
@@ -3803,7 +3802,7 @@ wrapperTag: div
|
|
|
3803
3802
|
type="button"
|
|
3804
3803
|
aria-label="Global navigation"
|
|
3805
3804
|
>
|
|
3806
|
-
<span class="pf-v6-c-
|
|
3805
|
+
<span class="pf-v6-c-button__icon">
|
|
3807
3806
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3808
3807
|
</span>
|
|
3809
3808
|
</button>
|
|
@@ -4358,7 +4357,7 @@ wrapperTag: div
|
|
|
4358
4357
|
type="button"
|
|
4359
4358
|
aria-label="Global navigation"
|
|
4360
4359
|
>
|
|
4361
|
-
<span class="pf-v6-c-
|
|
4360
|
+
<span class="pf-v6-c-button__icon">
|
|
4362
4361
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
4363
4362
|
</span>
|
|
4364
4363
|
</button>
|
|
@@ -4897,7 +4896,7 @@ wrapperTag: div
|
|
|
4897
4896
|
type="button"
|
|
4898
4897
|
aria-label="Close drawer panel"
|
|
4899
4898
|
>
|
|
4900
|
-
<span class="pf-v6-c-
|
|
4899
|
+
<span class="pf-v6-c-button__icon">
|
|
4901
4900
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4902
4901
|
</span>
|
|
4903
4902
|
</button>
|
|
@@ -4987,7 +4986,7 @@ wrapperTag: div
|
|
|
4987
4986
|
type="button"
|
|
4988
4987
|
aria-label="Global navigation"
|
|
4989
4988
|
>
|
|
4990
|
-
<span class="pf-v6-c-
|
|
4989
|
+
<span class="pf-v6-c-button__icon">
|
|
4991
4990
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
4992
4991
|
</span>
|
|
4993
4992
|
</button>
|
|
@@ -5525,7 +5524,7 @@ wrapperTag: div
|
|
|
5525
5524
|
type="button"
|
|
5526
5525
|
aria-label="Close drawer panel"
|
|
5527
5526
|
>
|
|
5528
|
-
<span class="pf-v6-c-
|
|
5527
|
+
<span class="pf-v6-c-button__icon">
|
|
5529
5528
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
5530
5529
|
</span>
|
|
5531
5530
|
</button>
|