@patternfly/patternfly 6.0.0-alpha.132 → 6.0.0-alpha.133
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/Breadcrumb/breadcrumb.css +10 -10
- package/components/Breadcrumb/breadcrumb.scss +10 -10
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -3
- package/components/Login/login.css +4 -2
- package/components/Login/login.scss +2 -1
- package/components/Menu/menu.css +4 -1
- package/components/Menu/menu.scss +5 -1
- package/components/_index.css +20 -15
- package/docs/components/ActionList/examples/ActionList.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +2 -1
- package/docs/components/Card/examples/Card.md +80 -416
- package/docs/components/DataList/examples/DataList.md +170 -952
- package/docs/components/DualListSelector/examples/DualListSelector.md +160 -896
- package/docs/components/Hint/examples/Hint.md +30 -156
- package/docs/components/InlineEdit/examples/InlineEdit.md +2 -2
- package/docs/components/LogViewer/examples/LogViewer.css +9 -2
- package/docs/components/LogViewer/examples/LogViewer.md +315 -3313
- package/docs/components/Menu/examples/Menu.md +6 -76
- package/docs/components/MenuToggle/examples/MenuToggle.md +4 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +370 -2064
- package/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
- package/docs/components/OverflowMenu/examples/overflow-menu.md +56 -143
- package/docs/components/Table/examples/Table.css +7 -0
- package/docs/components/Table/examples/Table.md +281 -405
- package/docs/components/Toolbar/examples/Toolbar.md +32 -239
- package/docs/demos/CardView/examples/CardView.md +110 -583
- package/docs/demos/Dashboard/examples/Dashboard.md +10 -56
- package/docs/demos/DataList/examples/DataList.md +44 -96
- package/docs/demos/DescriptionList/examples/DescriptionList.md +10 -56
- package/docs/demos/Drawer/examples/Drawer.md +10 -56
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +647 -3504
- package/docs/demos/Page/examples/Penta.md +5 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +150 -675
- package/docs/demos/Table/examples/Table.md +142 -220
- package/docs/demos/Tabs/examples/Tabs.md +15 -28
- package/docs/demos/Toolbar/examples/Toolbar.css +0 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +88 -609
- package/docs/utilities/Display/examples/Display.css +1 -8
- package/docs/utilities/Display/examples/Display.md +16 -7
- package/package.json +1 -1
- package/patternfly-addons.css +38 -0
- package/patternfly-no-globals.css +20 -15
- package/patternfly.css +20 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/utilities/Display/display.css +38 -0
- package/utilities/Display/display.scss +3 -1
- package/utilities/_index.css +38 -0
|
@@ -401,30 +401,17 @@ wrapperTag: div
|
|
|
401
401
|
</div>
|
|
402
402
|
</div>
|
|
403
403
|
<div class="pf-v6-c-overflow-menu__control">
|
|
404
|
-
<
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
>
|
|
404
|
+
<button
|
|
405
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
406
|
+
type="button"
|
|
407
|
+
aria-expanded="false"
|
|
408
|
+
aria-label="Menu toggle"
|
|
409
|
+
id="basic-demo-toolbar-overflow-menutoggle"
|
|
410
|
+
>
|
|
411
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
412
412
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
413
|
-
</
|
|
414
|
-
|
|
415
|
-
class="pf-v6-c-dropdown__menu"
|
|
416
|
-
role="menu"
|
|
417
|
-
aria-labelledby="basic-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
418
|
-
hidden
|
|
419
|
-
>
|
|
420
|
-
<li role="none">
|
|
421
|
-
<button
|
|
422
|
-
role="menuitem"
|
|
423
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
424
|
-
>Action 7</button>
|
|
425
|
-
</li>
|
|
426
|
-
</ul>
|
|
427
|
-
</div>
|
|
413
|
+
</span>
|
|
414
|
+
</button>
|
|
428
415
|
</div>
|
|
429
416
|
</div>
|
|
430
417
|
|
|
@@ -629,7 +616,7 @@ wrapperTag: div
|
|
|
629
616
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
630
617
|
type="button"
|
|
631
618
|
aria-expanded="false"
|
|
632
|
-
aria-label="
|
|
619
|
+
aria-label="Menu toggle"
|
|
633
620
|
>
|
|
634
621
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
635
622
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -703,7 +690,7 @@ wrapperTag: div
|
|
|
703
690
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
704
691
|
type="button"
|
|
705
692
|
aria-expanded="false"
|
|
706
|
-
aria-label="
|
|
693
|
+
aria-label="Menu toggle"
|
|
707
694
|
>
|
|
708
695
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
709
696
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -777,7 +764,7 @@ wrapperTag: div
|
|
|
777
764
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
778
765
|
type="button"
|
|
779
766
|
aria-expanded="false"
|
|
780
|
-
aria-label="
|
|
767
|
+
aria-label="Menu toggle"
|
|
781
768
|
>
|
|
782
769
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
783
770
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -851,7 +838,7 @@ wrapperTag: div
|
|
|
851
838
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
852
839
|
type="button"
|
|
853
840
|
aria-expanded="false"
|
|
854
|
-
aria-label="
|
|
841
|
+
aria-label="Menu toggle"
|
|
855
842
|
>
|
|
856
843
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
857
844
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -923,7 +910,7 @@ wrapperTag: div
|
|
|
923
910
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
924
911
|
type="button"
|
|
925
912
|
aria-expanded="false"
|
|
926
|
-
aria-label="
|
|
913
|
+
aria-label="Menu toggle"
|
|
927
914
|
>
|
|
928
915
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
929
916
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1538,30 +1525,17 @@ wrapperTag: div
|
|
|
1538
1525
|
</div>
|
|
1539
1526
|
</div>
|
|
1540
1527
|
<div class="pf-v6-c-overflow-menu__control">
|
|
1541
|
-
<
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
>
|
|
1528
|
+
<button
|
|
1529
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1530
|
+
type="button"
|
|
1531
|
+
aria-expanded="false"
|
|
1532
|
+
aria-label="Menu toggle"
|
|
1533
|
+
id="sortable-demo-toolbar-overflow-menutoggle"
|
|
1534
|
+
>
|
|
1535
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1549
1536
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1550
|
-
</
|
|
1551
|
-
|
|
1552
|
-
class="pf-v6-c-dropdown__menu"
|
|
1553
|
-
role="menu"
|
|
1554
|
-
aria-labelledby="sortable-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
1555
|
-
hidden
|
|
1556
|
-
>
|
|
1557
|
-
<li role="none">
|
|
1558
|
-
<button
|
|
1559
|
-
role="menuitem"
|
|
1560
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1561
|
-
>Action 7</button>
|
|
1562
|
-
</li>
|
|
1563
|
-
</ul>
|
|
1564
|
-
</div>
|
|
1537
|
+
</span>
|
|
1538
|
+
</button>
|
|
1565
1539
|
</div>
|
|
1566
1540
|
</div>
|
|
1567
1541
|
|
|
@@ -1846,7 +1820,7 @@ wrapperTag: div
|
|
|
1846
1820
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1847
1821
|
type="button"
|
|
1848
1822
|
aria-expanded="false"
|
|
1849
|
-
aria-label="
|
|
1823
|
+
aria-label="Menu toggle"
|
|
1850
1824
|
>
|
|
1851
1825
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1852
1826
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1920,7 +1894,7 @@ wrapperTag: div
|
|
|
1920
1894
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1921
1895
|
type="button"
|
|
1922
1896
|
aria-expanded="false"
|
|
1923
|
-
aria-label="
|
|
1897
|
+
aria-label="Menu toggle"
|
|
1924
1898
|
>
|
|
1925
1899
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1926
1900
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1994,7 +1968,7 @@ wrapperTag: div
|
|
|
1994
1968
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1995
1969
|
type="button"
|
|
1996
1970
|
aria-expanded="false"
|
|
1997
|
-
aria-label="
|
|
1971
|
+
aria-label="Menu toggle"
|
|
1998
1972
|
>
|
|
1999
1973
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2000
1974
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2068,7 +2042,7 @@ wrapperTag: div
|
|
|
2068
2042
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2069
2043
|
type="button"
|
|
2070
2044
|
aria-expanded="false"
|
|
2071
|
-
aria-label="
|
|
2045
|
+
aria-label="Menu toggle"
|
|
2072
2046
|
>
|
|
2073
2047
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2074
2048
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2140,7 +2114,7 @@ wrapperTag: div
|
|
|
2140
2114
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2141
2115
|
type="button"
|
|
2142
2116
|
aria-expanded="false"
|
|
2143
|
-
aria-label="
|
|
2117
|
+
aria-label="Menu toggle"
|
|
2144
2118
|
>
|
|
2145
2119
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2146
2120
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3095,7 +3069,7 @@ wrapperTag: div
|
|
|
3095
3069
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3096
3070
|
type="button"
|
|
3097
3071
|
aria-expanded="false"
|
|
3098
|
-
aria-label="
|
|
3072
|
+
aria-label="Menu toggle"
|
|
3099
3073
|
>
|
|
3100
3074
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3101
3075
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3202,7 +3176,7 @@ wrapperTag: div
|
|
|
3202
3176
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3203
3177
|
type="button"
|
|
3204
3178
|
aria-expanded="false"
|
|
3205
|
-
aria-label="
|
|
3179
|
+
aria-label="Menu toggle"
|
|
3206
3180
|
>
|
|
3207
3181
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3208
3182
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3324,7 +3298,7 @@ wrapperTag: div
|
|
|
3324
3298
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3325
3299
|
type="button"
|
|
3326
3300
|
aria-expanded="false"
|
|
3327
|
-
aria-label="
|
|
3301
|
+
aria-label="Menu toggle"
|
|
3328
3302
|
>
|
|
3329
3303
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3330
3304
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3427,7 +3401,7 @@ wrapperTag: div
|
|
|
3427
3401
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3428
3402
|
type="button"
|
|
3429
3403
|
aria-expanded="false"
|
|
3430
|
-
aria-label="
|
|
3404
|
+
aria-label="Menu toggle"
|
|
3431
3405
|
>
|
|
3432
3406
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3433
3407
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -3534,7 +3508,7 @@ wrapperTag: div
|
|
|
3534
3508
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3535
3509
|
type="button"
|
|
3536
3510
|
aria-expanded="false"
|
|
3537
|
-
aria-label="
|
|
3511
|
+
aria-label="Menu toggle"
|
|
3538
3512
|
>
|
|
3539
3513
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3540
3514
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4488,7 +4462,7 @@ wrapperTag: div
|
|
|
4488
4462
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4489
4463
|
type="button"
|
|
4490
4464
|
aria-expanded="false"
|
|
4491
|
-
aria-label="
|
|
4465
|
+
aria-label="Menu toggle"
|
|
4492
4466
|
>
|
|
4493
4467
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4494
4468
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4558,7 +4532,7 @@ wrapperTag: div
|
|
|
4558
4532
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4559
4533
|
type="button"
|
|
4560
4534
|
aria-expanded="false"
|
|
4561
|
-
aria-label="
|
|
4535
|
+
aria-label="Menu toggle"
|
|
4562
4536
|
>
|
|
4563
4537
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4564
4538
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4628,7 +4602,7 @@ wrapperTag: div
|
|
|
4628
4602
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4629
4603
|
type="button"
|
|
4630
4604
|
aria-expanded="false"
|
|
4631
|
-
aria-label="
|
|
4605
|
+
aria-label="Menu toggle"
|
|
4632
4606
|
>
|
|
4633
4607
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4634
4608
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -4698,7 +4672,7 @@ wrapperTag: div
|
|
|
4698
4672
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
4699
4673
|
type="button"
|
|
4700
4674
|
aria-expanded="false"
|
|
4701
|
-
aria-label="
|
|
4675
|
+
aria-label="Menu toggle"
|
|
4702
4676
|
>
|
|
4703
4677
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4704
4678
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5659,7 +5633,7 @@ wrapperTag: div
|
|
|
5659
5633
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5660
5634
|
type="button"
|
|
5661
5635
|
aria-expanded="false"
|
|
5662
|
-
aria-label="
|
|
5636
|
+
aria-label="Menu toggle"
|
|
5663
5637
|
>
|
|
5664
5638
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5665
5639
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5745,7 +5719,7 @@ wrapperTag: div
|
|
|
5745
5719
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5746
5720
|
type="button"
|
|
5747
5721
|
aria-expanded="false"
|
|
5748
|
-
aria-label="
|
|
5722
|
+
aria-label="Menu toggle"
|
|
5749
5723
|
>
|
|
5750
5724
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5751
5725
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5780,7 +5754,7 @@ wrapperTag: div
|
|
|
5780
5754
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5781
5755
|
type="button"
|
|
5782
5756
|
aria-expanded="false"
|
|
5783
|
-
aria-label="
|
|
5757
|
+
aria-label="Menu toggle"
|
|
5784
5758
|
>
|
|
5785
5759
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5786
5760
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5815,7 +5789,7 @@ wrapperTag: div
|
|
|
5815
5789
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5816
5790
|
type="button"
|
|
5817
5791
|
aria-expanded="false"
|
|
5818
|
-
aria-label="
|
|
5792
|
+
aria-label="Menu toggle"
|
|
5819
5793
|
>
|
|
5820
5794
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5821
5795
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5850,7 +5824,7 @@ wrapperTag: div
|
|
|
5850
5824
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5851
5825
|
type="button"
|
|
5852
5826
|
aria-expanded="false"
|
|
5853
|
-
aria-label="
|
|
5827
|
+
aria-label="Menu toggle"
|
|
5854
5828
|
>
|
|
5855
5829
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5856
5830
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5885,7 +5859,7 @@ wrapperTag: div
|
|
|
5885
5859
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5886
5860
|
type="button"
|
|
5887
5861
|
aria-expanded="false"
|
|
5888
|
-
aria-label="
|
|
5862
|
+
aria-label="Menu toggle"
|
|
5889
5863
|
>
|
|
5890
5864
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5891
5865
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -5975,7 +5949,7 @@ wrapperTag: div
|
|
|
5975
5949
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
5976
5950
|
type="button"
|
|
5977
5951
|
aria-expanded="false"
|
|
5978
|
-
aria-label="
|
|
5952
|
+
aria-label="Menu toggle"
|
|
5979
5953
|
>
|
|
5980
5954
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5981
5955
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6010,7 +5984,7 @@ wrapperTag: div
|
|
|
6010
5984
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6011
5985
|
type="button"
|
|
6012
5986
|
aria-expanded="false"
|
|
6013
|
-
aria-label="
|
|
5987
|
+
aria-label="Menu toggle"
|
|
6014
5988
|
>
|
|
6015
5989
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6016
5990
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6045,7 +6019,7 @@ wrapperTag: div
|
|
|
6045
6019
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6046
6020
|
type="button"
|
|
6047
6021
|
aria-expanded="false"
|
|
6048
|
-
aria-label="
|
|
6022
|
+
aria-label="Menu toggle"
|
|
6049
6023
|
>
|
|
6050
6024
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6051
6025
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6080,7 +6054,7 @@ wrapperTag: div
|
|
|
6080
6054
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6081
6055
|
type="button"
|
|
6082
6056
|
aria-expanded="false"
|
|
6083
|
-
aria-label="
|
|
6057
|
+
aria-label="Menu toggle"
|
|
6084
6058
|
>
|
|
6085
6059
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6086
6060
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6115,7 +6089,7 @@ wrapperTag: div
|
|
|
6115
6089
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6116
6090
|
type="button"
|
|
6117
6091
|
aria-expanded="false"
|
|
6118
|
-
aria-label="
|
|
6092
|
+
aria-label="Menu toggle"
|
|
6119
6093
|
>
|
|
6120
6094
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6121
6095
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6205,7 +6179,7 @@ wrapperTag: div
|
|
|
6205
6179
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6206
6180
|
type="button"
|
|
6207
6181
|
aria-expanded="false"
|
|
6208
|
-
aria-label="
|
|
6182
|
+
aria-label="Menu toggle"
|
|
6209
6183
|
>
|
|
6210
6184
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6211
6185
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6240,7 +6214,7 @@ wrapperTag: div
|
|
|
6240
6214
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6241
6215
|
type="button"
|
|
6242
6216
|
aria-expanded="false"
|
|
6243
|
-
aria-label="
|
|
6217
|
+
aria-label="Menu toggle"
|
|
6244
6218
|
>
|
|
6245
6219
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6246
6220
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6275,7 +6249,7 @@ wrapperTag: div
|
|
|
6275
6249
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6276
6250
|
type="button"
|
|
6277
6251
|
aria-expanded="false"
|
|
6278
|
-
aria-label="
|
|
6252
|
+
aria-label="Menu toggle"
|
|
6279
6253
|
>
|
|
6280
6254
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6281
6255
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6310,7 +6284,7 @@ wrapperTag: div
|
|
|
6310
6284
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6311
6285
|
type="button"
|
|
6312
6286
|
aria-expanded="false"
|
|
6313
|
-
aria-label="
|
|
6287
|
+
aria-label="Menu toggle"
|
|
6314
6288
|
>
|
|
6315
6289
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6316
6290
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6345,7 +6319,7 @@ wrapperTag: div
|
|
|
6345
6319
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6346
6320
|
type="button"
|
|
6347
6321
|
aria-expanded="false"
|
|
6348
|
-
aria-label="
|
|
6322
|
+
aria-label="Menu toggle"
|
|
6349
6323
|
>
|
|
6350
6324
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6351
6325
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6427,7 +6401,7 @@ wrapperTag: div
|
|
|
6427
6401
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6428
6402
|
type="button"
|
|
6429
6403
|
aria-expanded="false"
|
|
6430
|
-
aria-label="
|
|
6404
|
+
aria-label="Menu toggle"
|
|
6431
6405
|
>
|
|
6432
6406
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6433
6407
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6513,7 +6487,7 @@ wrapperTag: div
|
|
|
6513
6487
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6514
6488
|
type="button"
|
|
6515
6489
|
aria-expanded="false"
|
|
6516
|
-
aria-label="
|
|
6490
|
+
aria-label="Menu toggle"
|
|
6517
6491
|
>
|
|
6518
6492
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6519
6493
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6548,7 +6522,7 @@ wrapperTag: div
|
|
|
6548
6522
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6549
6523
|
type="button"
|
|
6550
6524
|
aria-expanded="false"
|
|
6551
|
-
aria-label="
|
|
6525
|
+
aria-label="Menu toggle"
|
|
6552
6526
|
>
|
|
6553
6527
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6554
6528
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6583,7 +6557,7 @@ wrapperTag: div
|
|
|
6583
6557
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6584
6558
|
type="button"
|
|
6585
6559
|
aria-expanded="false"
|
|
6586
|
-
aria-label="
|
|
6560
|
+
aria-label="Menu toggle"
|
|
6587
6561
|
>
|
|
6588
6562
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6589
6563
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6618,7 +6592,7 @@ wrapperTag: div
|
|
|
6618
6592
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6619
6593
|
type="button"
|
|
6620
6594
|
aria-expanded="false"
|
|
6621
|
-
aria-label="
|
|
6595
|
+
aria-label="Menu toggle"
|
|
6622
6596
|
>
|
|
6623
6597
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6624
6598
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6653,7 +6627,7 @@ wrapperTag: div
|
|
|
6653
6627
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6654
6628
|
type="button"
|
|
6655
6629
|
aria-expanded="false"
|
|
6656
|
-
aria-label="
|
|
6630
|
+
aria-label="Menu toggle"
|
|
6657
6631
|
>
|
|
6658
6632
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6659
6633
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6743,7 +6717,7 @@ wrapperTag: div
|
|
|
6743
6717
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6744
6718
|
type="button"
|
|
6745
6719
|
aria-expanded="false"
|
|
6746
|
-
aria-label="
|
|
6720
|
+
aria-label="Menu toggle"
|
|
6747
6721
|
>
|
|
6748
6722
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6749
6723
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6778,7 +6752,7 @@ wrapperTag: div
|
|
|
6778
6752
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6779
6753
|
type="button"
|
|
6780
6754
|
aria-expanded="false"
|
|
6781
|
-
aria-label="
|
|
6755
|
+
aria-label="Menu toggle"
|
|
6782
6756
|
>
|
|
6783
6757
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6784
6758
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6813,7 +6787,7 @@ wrapperTag: div
|
|
|
6813
6787
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6814
6788
|
type="button"
|
|
6815
6789
|
aria-expanded="false"
|
|
6816
|
-
aria-label="
|
|
6790
|
+
aria-label="Menu toggle"
|
|
6817
6791
|
>
|
|
6818
6792
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6819
6793
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6848,7 +6822,7 @@ wrapperTag: div
|
|
|
6848
6822
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6849
6823
|
type="button"
|
|
6850
6824
|
aria-expanded="false"
|
|
6851
|
-
aria-label="
|
|
6825
|
+
aria-label="Menu toggle"
|
|
6852
6826
|
>
|
|
6853
6827
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6854
6828
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6883,7 +6857,7 @@ wrapperTag: div
|
|
|
6883
6857
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6884
6858
|
type="button"
|
|
6885
6859
|
aria-expanded="false"
|
|
6886
|
-
aria-label="
|
|
6860
|
+
aria-label="Menu toggle"
|
|
6887
6861
|
>
|
|
6888
6862
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6889
6863
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -6973,7 +6947,7 @@ wrapperTag: div
|
|
|
6973
6947
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
6974
6948
|
type="button"
|
|
6975
6949
|
aria-expanded="false"
|
|
6976
|
-
aria-label="
|
|
6950
|
+
aria-label="Menu toggle"
|
|
6977
6951
|
>
|
|
6978
6952
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6979
6953
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7008,7 +6982,7 @@ wrapperTag: div
|
|
|
7008
6982
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7009
6983
|
type="button"
|
|
7010
6984
|
aria-expanded="false"
|
|
7011
|
-
aria-label="
|
|
6985
|
+
aria-label="Menu toggle"
|
|
7012
6986
|
>
|
|
7013
6987
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7014
6988
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7043,7 +7017,7 @@ wrapperTag: div
|
|
|
7043
7017
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7044
7018
|
type="button"
|
|
7045
7019
|
aria-expanded="false"
|
|
7046
|
-
aria-label="
|
|
7020
|
+
aria-label="Menu toggle"
|
|
7047
7021
|
>
|
|
7048
7022
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7049
7023
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7078,7 +7052,7 @@ wrapperTag: div
|
|
|
7078
7052
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7079
7053
|
type="button"
|
|
7080
7054
|
aria-expanded="false"
|
|
7081
|
-
aria-label="
|
|
7055
|
+
aria-label="Menu toggle"
|
|
7082
7056
|
>
|
|
7083
7057
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7084
7058
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7113,7 +7087,7 @@ wrapperTag: div
|
|
|
7113
7087
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7114
7088
|
type="button"
|
|
7115
7089
|
aria-expanded="false"
|
|
7116
|
-
aria-label="
|
|
7090
|
+
aria-label="Menu toggle"
|
|
7117
7091
|
>
|
|
7118
7092
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7119
7093
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7195,7 +7169,7 @@ wrapperTag: div
|
|
|
7195
7169
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7196
7170
|
type="button"
|
|
7197
7171
|
aria-expanded="false"
|
|
7198
|
-
aria-label="
|
|
7172
|
+
aria-label="Menu toggle"
|
|
7199
7173
|
>
|
|
7200
7174
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7201
7175
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7281,7 +7255,7 @@ wrapperTag: div
|
|
|
7281
7255
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7282
7256
|
type="button"
|
|
7283
7257
|
aria-expanded="false"
|
|
7284
|
-
aria-label="
|
|
7258
|
+
aria-label="Menu toggle"
|
|
7285
7259
|
>
|
|
7286
7260
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7287
7261
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7316,7 +7290,7 @@ wrapperTag: div
|
|
|
7316
7290
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7317
7291
|
type="button"
|
|
7318
7292
|
aria-expanded="false"
|
|
7319
|
-
aria-label="
|
|
7293
|
+
aria-label="Menu toggle"
|
|
7320
7294
|
>
|
|
7321
7295
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7322
7296
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7351,7 +7325,7 @@ wrapperTag: div
|
|
|
7351
7325
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7352
7326
|
type="button"
|
|
7353
7327
|
aria-expanded="false"
|
|
7354
|
-
aria-label="
|
|
7328
|
+
aria-label="Menu toggle"
|
|
7355
7329
|
>
|
|
7356
7330
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7357
7331
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7386,7 +7360,7 @@ wrapperTag: div
|
|
|
7386
7360
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7387
7361
|
type="button"
|
|
7388
7362
|
aria-expanded="false"
|
|
7389
|
-
aria-label="
|
|
7363
|
+
aria-label="Menu toggle"
|
|
7390
7364
|
>
|
|
7391
7365
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7392
7366
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7421,7 +7395,7 @@ wrapperTag: div
|
|
|
7421
7395
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7422
7396
|
type="button"
|
|
7423
7397
|
aria-expanded="false"
|
|
7424
|
-
aria-label="
|
|
7398
|
+
aria-label="Menu toggle"
|
|
7425
7399
|
>
|
|
7426
7400
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7427
7401
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7511,7 +7485,7 @@ wrapperTag: div
|
|
|
7511
7485
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7512
7486
|
type="button"
|
|
7513
7487
|
aria-expanded="false"
|
|
7514
|
-
aria-label="
|
|
7488
|
+
aria-label="Menu toggle"
|
|
7515
7489
|
>
|
|
7516
7490
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7517
7491
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7546,7 +7520,7 @@ wrapperTag: div
|
|
|
7546
7520
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7547
7521
|
type="button"
|
|
7548
7522
|
aria-expanded="false"
|
|
7549
|
-
aria-label="
|
|
7523
|
+
aria-label="Menu toggle"
|
|
7550
7524
|
>
|
|
7551
7525
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7552
7526
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7581,7 +7555,7 @@ wrapperTag: div
|
|
|
7581
7555
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7582
7556
|
type="button"
|
|
7583
7557
|
aria-expanded="false"
|
|
7584
|
-
aria-label="
|
|
7558
|
+
aria-label="Menu toggle"
|
|
7585
7559
|
>
|
|
7586
7560
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7587
7561
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7616,7 +7590,7 @@ wrapperTag: div
|
|
|
7616
7590
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7617
7591
|
type="button"
|
|
7618
7592
|
aria-expanded="false"
|
|
7619
|
-
aria-label="
|
|
7593
|
+
aria-label="Menu toggle"
|
|
7620
7594
|
>
|
|
7621
7595
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7622
7596
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7651,7 +7625,7 @@ wrapperTag: div
|
|
|
7651
7625
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7652
7626
|
type="button"
|
|
7653
7627
|
aria-expanded="false"
|
|
7654
|
-
aria-label="
|
|
7628
|
+
aria-label="Menu toggle"
|
|
7655
7629
|
>
|
|
7656
7630
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7657
7631
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7741,7 +7715,7 @@ wrapperTag: div
|
|
|
7741
7715
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7742
7716
|
type="button"
|
|
7743
7717
|
aria-expanded="false"
|
|
7744
|
-
aria-label="
|
|
7718
|
+
aria-label="Menu toggle"
|
|
7745
7719
|
>
|
|
7746
7720
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7747
7721
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7776,7 +7750,7 @@ wrapperTag: div
|
|
|
7776
7750
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7777
7751
|
type="button"
|
|
7778
7752
|
aria-expanded="false"
|
|
7779
|
-
aria-label="
|
|
7753
|
+
aria-label="Menu toggle"
|
|
7780
7754
|
>
|
|
7781
7755
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7782
7756
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7811,7 +7785,7 @@ wrapperTag: div
|
|
|
7811
7785
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7812
7786
|
type="button"
|
|
7813
7787
|
aria-expanded="false"
|
|
7814
|
-
aria-label="
|
|
7788
|
+
aria-label="Menu toggle"
|
|
7815
7789
|
>
|
|
7816
7790
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7817
7791
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7846,7 +7820,7 @@ wrapperTag: div
|
|
|
7846
7820
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7847
7821
|
type="button"
|
|
7848
7822
|
aria-expanded="false"
|
|
7849
|
-
aria-label="
|
|
7823
|
+
aria-label="Menu toggle"
|
|
7850
7824
|
>
|
|
7851
7825
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7852
7826
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -7881,7 +7855,7 @@ wrapperTag: div
|
|
|
7881
7855
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
7882
7856
|
type="button"
|
|
7883
7857
|
aria-expanded="false"
|
|
7884
|
-
aria-label="
|
|
7858
|
+
aria-label="Menu toggle"
|
|
7885
7859
|
>
|
|
7886
7860
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7887
7861
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -9555,7 +9529,7 @@ wrapperTag: div
|
|
|
9555
9529
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9556
9530
|
type="button"
|
|
9557
9531
|
aria-expanded="false"
|
|
9558
|
-
aria-label="
|
|
9532
|
+
aria-label="Menu toggle"
|
|
9559
9533
|
>
|
|
9560
9534
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
9561
9535
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -9629,7 +9603,7 @@ wrapperTag: div
|
|
|
9629
9603
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9630
9604
|
type="button"
|
|
9631
9605
|
aria-expanded="false"
|
|
9632
|
-
aria-label="
|
|
9606
|
+
aria-label="Menu toggle"
|
|
9633
9607
|
>
|
|
9634
9608
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
9635
9609
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -9703,7 +9677,7 @@ wrapperTag: div
|
|
|
9703
9677
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9704
9678
|
type="button"
|
|
9705
9679
|
aria-expanded="false"
|
|
9706
|
-
aria-label="
|
|
9680
|
+
aria-label="Menu toggle"
|
|
9707
9681
|
>
|
|
9708
9682
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
9709
9683
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -9777,7 +9751,7 @@ wrapperTag: div
|
|
|
9777
9751
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9778
9752
|
type="button"
|
|
9779
9753
|
aria-expanded="false"
|
|
9780
|
-
aria-label="
|
|
9754
|
+
aria-label="Menu toggle"
|
|
9781
9755
|
>
|
|
9782
9756
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
9783
9757
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -9849,7 +9823,7 @@ wrapperTag: div
|
|
|
9849
9823
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
9850
9824
|
type="button"
|
|
9851
9825
|
aria-expanded="false"
|
|
9852
|
-
aria-label="
|
|
9826
|
+
aria-label="Menu toggle"
|
|
9853
9827
|
>
|
|
9854
9828
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
9855
9829
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -10780,7 +10754,7 @@ wrapperTag: div
|
|
|
10780
10754
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10781
10755
|
type="button"
|
|
10782
10756
|
aria-expanded="false"
|
|
10783
|
-
aria-label="
|
|
10757
|
+
aria-label="Menu toggle"
|
|
10784
10758
|
>
|
|
10785
10759
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
10786
10760
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -10854,7 +10828,7 @@ wrapperTag: div
|
|
|
10854
10828
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10855
10829
|
type="button"
|
|
10856
10830
|
aria-expanded="false"
|
|
10857
|
-
aria-label="
|
|
10831
|
+
aria-label="Menu toggle"
|
|
10858
10832
|
>
|
|
10859
10833
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
10860
10834
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -10928,7 +10902,7 @@ wrapperTag: div
|
|
|
10928
10902
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
10929
10903
|
type="button"
|
|
10930
10904
|
aria-expanded="false"
|
|
10931
|
-
aria-label="
|
|
10905
|
+
aria-label="Menu toggle"
|
|
10932
10906
|
>
|
|
10933
10907
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
10934
10908
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11002,7 +10976,7 @@ wrapperTag: div
|
|
|
11002
10976
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11003
10977
|
type="button"
|
|
11004
10978
|
aria-expanded="false"
|
|
11005
|
-
aria-label="
|
|
10979
|
+
aria-label="Menu toggle"
|
|
11006
10980
|
>
|
|
11007
10981
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11008
10982
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -11074,7 +11048,7 @@ wrapperTag: div
|
|
|
11074
11048
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
11075
11049
|
type="button"
|
|
11076
11050
|
aria-expanded="false"
|
|
11077
|
-
aria-label="
|
|
11051
|
+
aria-label="Menu toggle"
|
|
11078
11052
|
>
|
|
11079
11053
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
11080
11054
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12119,7 +12093,7 @@ wrapperTag: div
|
|
|
12119
12093
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12120
12094
|
type="button"
|
|
12121
12095
|
aria-expanded="false"
|
|
12122
|
-
aria-label="
|
|
12096
|
+
aria-label="Menu toggle"
|
|
12123
12097
|
>
|
|
12124
12098
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12125
12099
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12193,7 +12167,7 @@ wrapperTag: div
|
|
|
12193
12167
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12194
12168
|
type="button"
|
|
12195
12169
|
aria-expanded="false"
|
|
12196
|
-
aria-label="
|
|
12170
|
+
aria-label="Menu toggle"
|
|
12197
12171
|
>
|
|
12198
12172
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12199
12173
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12267,7 +12241,7 @@ wrapperTag: div
|
|
|
12267
12241
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12268
12242
|
type="button"
|
|
12269
12243
|
aria-expanded="false"
|
|
12270
|
-
aria-label="
|
|
12244
|
+
aria-label="Menu toggle"
|
|
12271
12245
|
>
|
|
12272
12246
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12273
12247
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12341,7 +12315,7 @@ wrapperTag: div
|
|
|
12341
12315
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12342
12316
|
type="button"
|
|
12343
12317
|
aria-expanded="false"
|
|
12344
|
-
aria-label="
|
|
12318
|
+
aria-label="Menu toggle"
|
|
12345
12319
|
>
|
|
12346
12320
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12347
12321
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12413,7 +12387,7 @@ wrapperTag: div
|
|
|
12413
12387
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12414
12388
|
type="button"
|
|
12415
12389
|
aria-expanded="false"
|
|
12416
|
-
aria-label="
|
|
12390
|
+
aria-label="Menu toggle"
|
|
12417
12391
|
>
|
|
12418
12392
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
12419
12393
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -12948,30 +12922,17 @@ wrapperTag: div
|
|
|
12948
12922
|
</div>
|
|
12949
12923
|
</div>
|
|
12950
12924
|
<div class="pf-v6-c-overflow-menu__control">
|
|
12951
|
-
<
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
|
|
12958
|
-
>
|
|
12925
|
+
<button
|
|
12926
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
12927
|
+
type="button"
|
|
12928
|
+
aria-expanded="false"
|
|
12929
|
+
aria-label="Menu toggle"
|
|
12930
|
+
id="sticky-first-column-demo-toolbar-overflow-menutoggle"
|
|
12931
|
+
>
|
|
12932
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
12959
12933
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
12960
|
-
</
|
|
12961
|
-
|
|
12962
|
-
class="pf-v6-c-dropdown__menu"
|
|
12963
|
-
role="menu"
|
|
12964
|
-
aria-labelledby="sticky-first-column-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
12965
|
-
hidden
|
|
12966
|
-
>
|
|
12967
|
-
<li role="none">
|
|
12968
|
-
<button
|
|
12969
|
-
role="menuitem"
|
|
12970
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
12971
|
-
>Action 7</button>
|
|
12972
|
-
</li>
|
|
12973
|
-
</ul>
|
|
12974
|
-
</div>
|
|
12934
|
+
</span>
|
|
12935
|
+
</button>
|
|
12975
12936
|
</div>
|
|
12976
12937
|
</div>
|
|
12977
12938
|
|
|
@@ -14153,30 +14114,17 @@ wrapperTag: div
|
|
|
14153
14114
|
</div>
|
|
14154
14115
|
</div>
|
|
14155
14116
|
<div class="pf-v6-c-overflow-menu__control">
|
|
14156
|
-
<
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
>
|
|
14117
|
+
<button
|
|
14118
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
14119
|
+
type="button"
|
|
14120
|
+
aria-expanded="false"
|
|
14121
|
+
aria-label="Menu toggle"
|
|
14122
|
+
id="sticky-multiple-columns-demo-toolbar-overflow-menutoggle"
|
|
14123
|
+
>
|
|
14124
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
14164
14125
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
14165
|
-
</
|
|
14166
|
-
|
|
14167
|
-
class="pf-v6-c-dropdown__menu"
|
|
14168
|
-
role="menu"
|
|
14169
|
-
aria-labelledby="sticky-multiple-columns-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
14170
|
-
hidden
|
|
14171
|
-
>
|
|
14172
|
-
<li role="none">
|
|
14173
|
-
<button
|
|
14174
|
-
role="menuitem"
|
|
14175
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
14176
|
-
>Action 7</button>
|
|
14177
|
-
</li>
|
|
14178
|
-
</ul>
|
|
14179
|
-
</div>
|
|
14126
|
+
</span>
|
|
14127
|
+
</button>
|
|
14180
14128
|
</div>
|
|
14181
14129
|
</div>
|
|
14182
14130
|
|
|
@@ -15384,30 +15332,17 @@ wrapperTag: div
|
|
|
15384
15332
|
</div>
|
|
15385
15333
|
</div>
|
|
15386
15334
|
<div class="pf-v6-c-overflow-menu__control">
|
|
15387
|
-
<
|
|
15388
|
-
|
|
15389
|
-
|
|
15390
|
-
|
|
15391
|
-
|
|
15392
|
-
|
|
15393
|
-
|
|
15394
|
-
>
|
|
15335
|
+
<button
|
|
15336
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
15337
|
+
type="button"
|
|
15338
|
+
aria-expanded="false"
|
|
15339
|
+
aria-label="Menu toggle"
|
|
15340
|
+
id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menutoggle"
|
|
15341
|
+
>
|
|
15342
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
15395
15343
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
15396
|
-
</
|
|
15397
|
-
|
|
15398
|
-
class="pf-v6-c-dropdown__menu"
|
|
15399
|
-
role="menu"
|
|
15400
|
-
aria-labelledby="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
15401
|
-
hidden
|
|
15402
|
-
>
|
|
15403
|
-
<li role="none">
|
|
15404
|
-
<button
|
|
15405
|
-
role="menuitem"
|
|
15406
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
15407
|
-
>Action 7</button>
|
|
15408
|
-
</li>
|
|
15409
|
-
</ul>
|
|
15410
|
-
</div>
|
|
15344
|
+
</span>
|
|
15345
|
+
</button>
|
|
15411
15346
|
</div>
|
|
15412
15347
|
</div>
|
|
15413
15348
|
|
|
@@ -16612,30 +16547,17 @@ wrapperTag: div
|
|
|
16612
16547
|
</div>
|
|
16613
16548
|
</div>
|
|
16614
16549
|
<div class="pf-v6-c-overflow-menu__control">
|
|
16615
|
-
<
|
|
16616
|
-
|
|
16617
|
-
|
|
16618
|
-
|
|
16619
|
-
|
|
16620
|
-
|
|
16621
|
-
|
|
16622
|
-
>
|
|
16550
|
+
<button
|
|
16551
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
16552
|
+
type="button"
|
|
16553
|
+
aria-expanded="false"
|
|
16554
|
+
aria-label="Menu toggle"
|
|
16555
|
+
id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menutoggle"
|
|
16556
|
+
>
|
|
16557
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
16623
16558
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
16624
|
-
</
|
|
16625
|
-
|
|
16626
|
-
class="pf-v6-c-dropdown__menu"
|
|
16627
|
-
role="menu"
|
|
16628
|
-
aria-labelledby="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-dropdown-toggle"
|
|
16629
|
-
hidden
|
|
16630
|
-
>
|
|
16631
|
-
<li role="none">
|
|
16632
|
-
<button
|
|
16633
|
-
role="menuitem"
|
|
16634
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
16635
|
-
>Action 7</button>
|
|
16636
|
-
</li>
|
|
16637
|
-
</ul>
|
|
16638
|
-
</div>
|
|
16559
|
+
</span>
|
|
16560
|
+
</button>
|
|
16639
16561
|
</div>
|
|
16640
16562
|
</div>
|
|
16641
16563
|
|