@patternfly/patternfly 6.0.0-alpha.86 → 6.0.0-alpha.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/components/MenuToggle/menu-toggle.css +6 -22
  2. package/components/MenuToggle/menu-toggle.scss +7 -31
  3. package/docs/components/LogViewer/examples/LogViewer.md +30 -10
  4. package/docs/components/MenuToggle/examples/MenuToggle.md +113 -132
  5. package/docs/components/Toolbar/examples/Toolbar.md +21 -7
  6. package/docs/demos/AboutModal/examples/AboutModal.md +12 -4
  7. package/docs/demos/Alert/examples/Alert.md +36 -12
  8. package/docs/demos/BackToTop/examples/BackToTop.md +12 -4
  9. package/docs/demos/Banner/examples/Banner.md +24 -8
  10. package/docs/demos/CardView/examples/CardView.md +15 -5
  11. package/docs/demos/ContextSelector/examples/ContextSelector.md +36 -12
  12. package/docs/demos/Dashboard/examples/Dashboard.md +12 -4
  13. package/docs/demos/DataList/examples/DataList.md +57 -19
  14. package/docs/demos/DescriptionList/examples/DescriptionList.md +36 -12
  15. package/docs/demos/Drawer/examples/Drawer.md +60 -20
  16. package/docs/demos/JumpLinks/examples/JumpLinks.md +72 -24
  17. package/docs/demos/Masthead/examples/Masthead.md +48 -16
  18. package/docs/demos/Modal/examples/Modal.md +72 -24
  19. package/docs/demos/Nav/examples/Nav.md +72 -24
  20. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +60 -20
  21. package/docs/demos/Page/examples/Page.md +108 -36
  22. package/docs/demos/Page/examples/Penta.md +3 -1
  23. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +96 -32
  24. package/docs/demos/Skeleton/examples/Skeleton.md +12 -4
  25. package/docs/demos/Table/examples/Table.md +216 -72
  26. package/docs/demos/Tabs/examples/Tabs.md +75 -25
  27. package/docs/demos/Toolbar/examples/Toolbar.md +48 -16
  28. package/docs/demos/Wizard/examples/Wizard.md +108 -36
  29. package/package.json +1 -1
  30. package/patternfly-no-globals.css +6 -22
  31. package/patternfly-theme-dark-unversioned.css +6 -22
  32. package/patternfly.css +6 -22
  33. package/patternfly.min.css +1 -1
  34. package/patternfly.min.css.map +1 -1
@@ -147,7 +147,9 @@ wrapperTag: div
147
147
  aria-expanded="false"
148
148
  aria-label="Application launcher"
149
149
  >
150
- <i class="fas fa-th" aria-hidden="true"></i>
150
+ <span class="pf-v5-c-menu-toggle__icon">
151
+ <i class="fas fa-th" aria-hidden="true"></i>
152
+ </span>
151
153
  </button>
152
154
  </div>
153
155
  <div class="pf-v5-c-toolbar__item">
@@ -157,7 +159,9 @@ wrapperTag: div
157
159
  aria-expanded="false"
158
160
  aria-label="Settings"
159
161
  >
160
- <i class="fas fa-cog" aria-hidden="true"></i>
162
+ <span class="pf-v5-c-menu-toggle__icon">
163
+ <i class="fas fa-cog" aria-hidden="true"></i>
164
+ </span>
161
165
  </button>
162
166
  </div>
163
167
  <div class="pf-v5-c-toolbar__item">
@@ -167,7 +171,9 @@ wrapperTag: div
167
171
  aria-expanded="false"
168
172
  aria-label="Help"
169
173
  >
170
- <i class="fas fa-question-circle" aria-hidden="true"></i>
174
+ <span class="pf-v5-c-menu-toggle__icon">
175
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
176
+ </span>
171
177
  </button>
172
178
  </div>
173
179
  </div>
@@ -178,7 +184,9 @@ wrapperTag: div
178
184
  aria-expanded="false"
179
185
  aria-label="Actions"
180
186
  >
181
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
187
+ <span class="pf-v5-c-menu-toggle__icon">
188
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
189
+ </span>
182
190
  </button>
183
191
  </div>
184
192
  </div>
@@ -277,7 +285,9 @@ wrapperTag: div
277
285
  aria-label="Show filters"
278
286
  aria-controls="basic-demo-toolbar-expandable-content"
279
287
  >
280
- <i class="fas fa-filter" aria-hidden="true"></i>
288
+ <span class="pf-v5-c-menu-toggle__icon">
289
+ <i class="fas fa-filter" aria-hidden="true"></i>
290
+ </span>
281
291
  </button>
282
292
  </div>
283
293
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -1349,7 +1359,9 @@ wrapperTag: div
1349
1359
  aria-expanded="false"
1350
1360
  aria-label="Application launcher"
1351
1361
  >
1352
- <i class="fas fa-th" aria-hidden="true"></i>
1362
+ <span class="pf-v5-c-menu-toggle__icon">
1363
+ <i class="fas fa-th" aria-hidden="true"></i>
1364
+ </span>
1353
1365
  </button>
1354
1366
  </div>
1355
1367
  <div class="pf-v5-c-toolbar__item">
@@ -1359,7 +1371,9 @@ wrapperTag: div
1359
1371
  aria-expanded="false"
1360
1372
  aria-label="Settings"
1361
1373
  >
1362
- <i class="fas fa-cog" aria-hidden="true"></i>
1374
+ <span class="pf-v5-c-menu-toggle__icon">
1375
+ <i class="fas fa-cog" aria-hidden="true"></i>
1376
+ </span>
1363
1377
  </button>
1364
1378
  </div>
1365
1379
  <div class="pf-v5-c-toolbar__item">
@@ -1369,7 +1383,9 @@ wrapperTag: div
1369
1383
  aria-expanded="false"
1370
1384
  aria-label="Help"
1371
1385
  >
1372
- <i class="fas fa-question-circle" aria-hidden="true"></i>
1386
+ <span class="pf-v5-c-menu-toggle__icon">
1387
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1388
+ </span>
1373
1389
  </button>
1374
1390
  </div>
1375
1391
  </div>
@@ -1380,7 +1396,9 @@ wrapperTag: div
1380
1396
  aria-expanded="false"
1381
1397
  aria-label="Actions"
1382
1398
  >
1383
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1399
+ <span class="pf-v5-c-menu-toggle__icon">
1400
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1401
+ </span>
1384
1402
  </button>
1385
1403
  </div>
1386
1404
  </div>
@@ -1487,7 +1505,9 @@ wrapperTag: div
1487
1505
  aria-label="Show filters"
1488
1506
  aria-controls="sortable-demo-toolbar-expandable-content"
1489
1507
  >
1490
- <i class="fas fa-filter" aria-hidden="true"></i>
1508
+ <span class="pf-v5-c-menu-toggle__icon">
1509
+ <i class="fas fa-filter" aria-hidden="true"></i>
1510
+ </span>
1491
1511
  </button>
1492
1512
  </div>
1493
1513
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -2724,7 +2744,9 @@ wrapperTag: div
2724
2744
  aria-expanded="false"
2725
2745
  aria-label="Application launcher"
2726
2746
  >
2727
- <i class="fas fa-th" aria-hidden="true"></i>
2747
+ <span class="pf-v5-c-menu-toggle__icon">
2748
+ <i class="fas fa-th" aria-hidden="true"></i>
2749
+ </span>
2728
2750
  </button>
2729
2751
  </div>
2730
2752
  <div class="pf-v5-c-toolbar__item">
@@ -2734,7 +2756,9 @@ wrapperTag: div
2734
2756
  aria-expanded="false"
2735
2757
  aria-label="Settings"
2736
2758
  >
2737
- <i class="fas fa-cog" aria-hidden="true"></i>
2759
+ <span class="pf-v5-c-menu-toggle__icon">
2760
+ <i class="fas fa-cog" aria-hidden="true"></i>
2761
+ </span>
2738
2762
  </button>
2739
2763
  </div>
2740
2764
  <div class="pf-v5-c-toolbar__item">
@@ -2744,7 +2768,9 @@ wrapperTag: div
2744
2768
  aria-expanded="false"
2745
2769
  aria-label="Help"
2746
2770
  >
2747
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2771
+ <span class="pf-v5-c-menu-toggle__icon">
2772
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2773
+ </span>
2748
2774
  </button>
2749
2775
  </div>
2750
2776
  </div>
@@ -2755,7 +2781,9 @@ wrapperTag: div
2755
2781
  aria-expanded="false"
2756
2782
  aria-label="Actions"
2757
2783
  >
2758
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2784
+ <span class="pf-v5-c-menu-toggle__icon">
2785
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2786
+ </span>
2759
2787
  </button>
2760
2788
  </div>
2761
2789
  </div>
@@ -2862,7 +2890,9 @@ wrapperTag: div
2862
2890
  aria-label="Show filters"
2863
2891
  aria-controls="expandable-demo-toolbar-expandable-content"
2864
2892
  >
2865
- <i class="fas fa-filter" aria-hidden="true"></i>
2893
+ <span class="pf-v5-c-menu-toggle__icon">
2894
+ <i class="fas fa-filter" aria-hidden="true"></i>
2895
+ </span>
2866
2896
  </button>
2867
2897
  </div>
2868
2898
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -4346,7 +4376,9 @@ wrapperTag: div
4346
4376
  aria-expanded="false"
4347
4377
  aria-label="Application launcher"
4348
4378
  >
4349
- <i class="fas fa-th" aria-hidden="true"></i>
4379
+ <span class="pf-v5-c-menu-toggle__icon">
4380
+ <i class="fas fa-th" aria-hidden="true"></i>
4381
+ </span>
4350
4382
  </button>
4351
4383
  </div>
4352
4384
  <div class="pf-v5-c-toolbar__item">
@@ -4356,7 +4388,9 @@ wrapperTag: div
4356
4388
  aria-expanded="false"
4357
4389
  aria-label="Settings"
4358
4390
  >
4359
- <i class="fas fa-cog" aria-hidden="true"></i>
4391
+ <span class="pf-v5-c-menu-toggle__icon">
4392
+ <i class="fas fa-cog" aria-hidden="true"></i>
4393
+ </span>
4360
4394
  </button>
4361
4395
  </div>
4362
4396
  <div class="pf-v5-c-toolbar__item">
@@ -4366,7 +4400,9 @@ wrapperTag: div
4366
4400
  aria-expanded="false"
4367
4401
  aria-label="Help"
4368
4402
  >
4369
- <i class="fas fa-question-circle" aria-hidden="true"></i>
4403
+ <span class="pf-v5-c-menu-toggle__icon">
4404
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
4405
+ </span>
4370
4406
  </button>
4371
4407
  </div>
4372
4408
  </div>
@@ -4377,7 +4413,9 @@ wrapperTag: div
4377
4413
  aria-expanded="false"
4378
4414
  aria-label="Actions"
4379
4415
  >
4380
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4416
+ <span class="pf-v5-c-menu-toggle__icon">
4417
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4418
+ </span>
4381
4419
  </button>
4382
4420
  </div>
4383
4421
  </div>
@@ -4480,7 +4518,9 @@ wrapperTag: div
4480
4518
  aria-label="Show filters"
4481
4519
  aria-controls="compact-demo-toolbar-expandable-content"
4482
4520
  >
4483
- <i class="fas fa-filter" aria-hidden="true"></i>
4521
+ <span class="pf-v5-c-menu-toggle__icon">
4522
+ <i class="fas fa-filter" aria-hidden="true"></i>
4523
+ </span>
4484
4524
  </button>
4485
4525
  </div>
4486
4526
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -5621,7 +5661,9 @@ wrapperTag: div
5621
5661
  aria-expanded="false"
5622
5662
  aria-label="Application launcher"
5623
5663
  >
5624
- <i class="fas fa-th" aria-hidden="true"></i>
5664
+ <span class="pf-v5-c-menu-toggle__icon">
5665
+ <i class="fas fa-th" aria-hidden="true"></i>
5666
+ </span>
5625
5667
  </button>
5626
5668
  </div>
5627
5669
  <div class="pf-v5-c-toolbar__item">
@@ -5631,7 +5673,9 @@ wrapperTag: div
5631
5673
  aria-expanded="false"
5632
5674
  aria-label="Settings"
5633
5675
  >
5634
- <i class="fas fa-cog" aria-hidden="true"></i>
5676
+ <span class="pf-v5-c-menu-toggle__icon">
5677
+ <i class="fas fa-cog" aria-hidden="true"></i>
5678
+ </span>
5635
5679
  </button>
5636
5680
  </div>
5637
5681
  <div class="pf-v5-c-toolbar__item">
@@ -5641,7 +5685,9 @@ wrapperTag: div
5641
5685
  aria-expanded="false"
5642
5686
  aria-label="Help"
5643
5687
  >
5644
- <i class="fas fa-question-circle" aria-hidden="true"></i>
5688
+ <span class="pf-v5-c-menu-toggle__icon">
5689
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
5690
+ </span>
5645
5691
  </button>
5646
5692
  </div>
5647
5693
  </div>
@@ -5652,7 +5698,9 @@ wrapperTag: div
5652
5698
  aria-expanded="false"
5653
5699
  aria-label="Actions"
5654
5700
  >
5655
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5701
+ <span class="pf-v5-c-menu-toggle__icon">
5702
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5703
+ </span>
5656
5704
  </button>
5657
5705
  </div>
5658
5706
  </div>
@@ -5759,7 +5807,9 @@ wrapperTag: div
5759
5807
  aria-label="Show filters"
5760
5808
  aria-controls="compound-expansion-demo-toolbar-expandable-content"
5761
5809
  >
5762
- <i class="fas fa-filter" aria-hidden="true"></i>
5810
+ <span class="pf-v5-c-menu-toggle__icon">
5811
+ <i class="fas fa-filter" aria-hidden="true"></i>
5812
+ </span>
5763
5813
  </button>
5764
5814
  </div>
5765
5815
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -11032,7 +11082,9 @@ wrapperTag: div
11032
11082
  aria-expanded="false"
11033
11083
  aria-label="Application launcher"
11034
11084
  >
11035
- <i class="fas fa-th" aria-hidden="true"></i>
11085
+ <span class="pf-v5-c-menu-toggle__icon">
11086
+ <i class="fas fa-th" aria-hidden="true"></i>
11087
+ </span>
11036
11088
  </button>
11037
11089
  </div>
11038
11090
  <div class="pf-v5-c-toolbar__item">
@@ -11042,7 +11094,9 @@ wrapperTag: div
11042
11094
  aria-expanded="false"
11043
11095
  aria-label="Settings"
11044
11096
  >
11045
- <i class="fas fa-cog" aria-hidden="true"></i>
11097
+ <span class="pf-v5-c-menu-toggle__icon">
11098
+ <i class="fas fa-cog" aria-hidden="true"></i>
11099
+ </span>
11046
11100
  </button>
11047
11101
  </div>
11048
11102
  <div class="pf-v5-c-toolbar__item">
@@ -11052,7 +11106,9 @@ wrapperTag: div
11052
11106
  aria-expanded="false"
11053
11107
  aria-label="Help"
11054
11108
  >
11055
- <i class="fas fa-question-circle" aria-hidden="true"></i>
11109
+ <span class="pf-v5-c-menu-toggle__icon">
11110
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
11111
+ </span>
11056
11112
  </button>
11057
11113
  </div>
11058
11114
  </div>
@@ -11063,7 +11119,9 @@ wrapperTag: div
11063
11119
  aria-expanded="false"
11064
11120
  aria-label="Actions"
11065
11121
  >
11066
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11122
+ <span class="pf-v5-c-menu-toggle__icon">
11123
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11124
+ </span>
11067
11125
  </button>
11068
11126
  </div>
11069
11127
  </div>
@@ -11384,7 +11442,9 @@ wrapperTag: div
11384
11442
  aria-expanded="false"
11385
11443
  aria-label="Application launcher"
11386
11444
  >
11387
- <i class="fas fa-th" aria-hidden="true"></i>
11445
+ <span class="pf-v5-c-menu-toggle__icon">
11446
+ <i class="fas fa-th" aria-hidden="true"></i>
11447
+ </span>
11388
11448
  </button>
11389
11449
  </div>
11390
11450
  <div class="pf-v5-c-toolbar__item">
@@ -11394,7 +11454,9 @@ wrapperTag: div
11394
11454
  aria-expanded="false"
11395
11455
  aria-label="Settings"
11396
11456
  >
11397
- <i class="fas fa-cog" aria-hidden="true"></i>
11457
+ <span class="pf-v5-c-menu-toggle__icon">
11458
+ <i class="fas fa-cog" aria-hidden="true"></i>
11459
+ </span>
11398
11460
  </button>
11399
11461
  </div>
11400
11462
  <div class="pf-v5-c-toolbar__item">
@@ -11404,7 +11466,9 @@ wrapperTag: div
11404
11466
  aria-expanded="false"
11405
11467
  aria-label="Help"
11406
11468
  >
11407
- <i class="fas fa-question-circle" aria-hidden="true"></i>
11469
+ <span class="pf-v5-c-menu-toggle__icon">
11470
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
11471
+ </span>
11408
11472
  </button>
11409
11473
  </div>
11410
11474
  </div>
@@ -11415,7 +11479,9 @@ wrapperTag: div
11415
11479
  aria-expanded="false"
11416
11480
  aria-label="Actions"
11417
11481
  >
11418
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11482
+ <span class="pf-v5-c-menu-toggle__icon">
11483
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11484
+ </span>
11419
11485
  </button>
11420
11486
  </div>
11421
11487
  </div>
@@ -11731,7 +11797,9 @@ wrapperTag: div
11731
11797
  aria-expanded="false"
11732
11798
  aria-label="Application launcher"
11733
11799
  >
11734
- <i class="fas fa-th" aria-hidden="true"></i>
11800
+ <span class="pf-v5-c-menu-toggle__icon">
11801
+ <i class="fas fa-th" aria-hidden="true"></i>
11802
+ </span>
11735
11803
  </button>
11736
11804
  </div>
11737
11805
  <div class="pf-v5-c-toolbar__item">
@@ -11741,7 +11809,9 @@ wrapperTag: div
11741
11809
  aria-expanded="false"
11742
11810
  aria-label="Settings"
11743
11811
  >
11744
- <i class="fas fa-cog" aria-hidden="true"></i>
11812
+ <span class="pf-v5-c-menu-toggle__icon">
11813
+ <i class="fas fa-cog" aria-hidden="true"></i>
11814
+ </span>
11745
11815
  </button>
11746
11816
  </div>
11747
11817
  <div class="pf-v5-c-toolbar__item">
@@ -11751,7 +11821,9 @@ wrapperTag: div
11751
11821
  aria-expanded="false"
11752
11822
  aria-label="Help"
11753
11823
  >
11754
- <i class="fas fa-question-circle" aria-hidden="true"></i>
11824
+ <span class="pf-v5-c-menu-toggle__icon">
11825
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
11826
+ </span>
11755
11827
  </button>
11756
11828
  </div>
11757
11829
  </div>
@@ -11762,7 +11834,9 @@ wrapperTag: div
11762
11834
  aria-expanded="false"
11763
11835
  aria-label="Actions"
11764
11836
  >
11765
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11837
+ <span class="pf-v5-c-menu-toggle__icon">
11838
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
11839
+ </span>
11766
11840
  </button>
11767
11841
  </div>
11768
11842
  </div>
@@ -11869,7 +11943,9 @@ wrapperTag: div
11869
11943
  aria-label="Show filters"
11870
11944
  aria-controls="static-bottom-pagination-demo-toolbar-expandable-content"
11871
11945
  >
11872
- <i class="fas fa-filter" aria-hidden="true"></i>
11946
+ <span class="pf-v5-c-menu-toggle__icon">
11947
+ <i class="fas fa-filter" aria-hidden="true"></i>
11948
+ </span>
11873
11949
  </button>
11874
11950
  </div>
11875
11951
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -13114,7 +13190,9 @@ wrapperTag: div
13114
13190
  aria-expanded="false"
13115
13191
  aria-label="Application launcher"
13116
13192
  >
13117
- <i class="fas fa-th" aria-hidden="true"></i>
13193
+ <span class="pf-v5-c-menu-toggle__icon">
13194
+ <i class="fas fa-th" aria-hidden="true"></i>
13195
+ </span>
13118
13196
  </button>
13119
13197
  </div>
13120
13198
  <div class="pf-v5-c-toolbar__item">
@@ -13124,7 +13202,9 @@ wrapperTag: div
13124
13202
  aria-expanded="false"
13125
13203
  aria-label="Settings"
13126
13204
  >
13127
- <i class="fas fa-cog" aria-hidden="true"></i>
13205
+ <span class="pf-v5-c-menu-toggle__icon">
13206
+ <i class="fas fa-cog" aria-hidden="true"></i>
13207
+ </span>
13128
13208
  </button>
13129
13209
  </div>
13130
13210
  <div class="pf-v5-c-toolbar__item">
@@ -13134,7 +13214,9 @@ wrapperTag: div
13134
13214
  aria-expanded="false"
13135
13215
  aria-label="Help"
13136
13216
  >
13137
- <i class="fas fa-question-circle" aria-hidden="true"></i>
13217
+ <span class="pf-v5-c-menu-toggle__icon">
13218
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
13219
+ </span>
13138
13220
  </button>
13139
13221
  </div>
13140
13222
  </div>
@@ -13145,7 +13227,9 @@ wrapperTag: div
13145
13227
  aria-expanded="false"
13146
13228
  aria-label="Actions"
13147
13229
  >
13148
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13230
+ <span class="pf-v5-c-menu-toggle__icon">
13231
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
13232
+ </span>
13149
13233
  </button>
13150
13234
  </div>
13151
13235
  </div>
@@ -13252,7 +13336,9 @@ wrapperTag: div
13252
13336
  aria-label="Show filters"
13253
13337
  aria-controls="column-management-demo-toolbar-expandable-content"
13254
13338
  >
13255
- <i class="fas fa-filter" aria-hidden="true"></i>
13339
+ <span class="pf-v5-c-menu-toggle__icon">
13340
+ <i class="fas fa-filter" aria-hidden="true"></i>
13341
+ </span>
13256
13342
  </button>
13257
13343
  </div>
13258
13344
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -14591,7 +14677,9 @@ wrapperTag: div
14591
14677
  aria-expanded="false"
14592
14678
  aria-label="Application launcher"
14593
14679
  >
14594
- <i class="fas fa-th" aria-hidden="true"></i>
14680
+ <span class="pf-v5-c-menu-toggle__icon">
14681
+ <i class="fas fa-th" aria-hidden="true"></i>
14682
+ </span>
14595
14683
  </button>
14596
14684
  </div>
14597
14685
  <div class="pf-v5-c-toolbar__item">
@@ -14601,7 +14689,9 @@ wrapperTag: div
14601
14689
  aria-expanded="false"
14602
14690
  aria-label="Settings"
14603
14691
  >
14604
- <i class="fas fa-cog" aria-hidden="true"></i>
14692
+ <span class="pf-v5-c-menu-toggle__icon">
14693
+ <i class="fas fa-cog" aria-hidden="true"></i>
14694
+ </span>
14605
14695
  </button>
14606
14696
  </div>
14607
14697
  <div class="pf-v5-c-toolbar__item">
@@ -14611,7 +14701,9 @@ wrapperTag: div
14611
14701
  aria-expanded="false"
14612
14702
  aria-label="Help"
14613
14703
  >
14614
- <i class="fas fa-question-circle" aria-hidden="true"></i>
14704
+ <span class="pf-v5-c-menu-toggle__icon">
14705
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
14706
+ </span>
14615
14707
  </button>
14616
14708
  </div>
14617
14709
  </div>
@@ -14622,7 +14714,9 @@ wrapperTag: div
14622
14714
  aria-expanded="false"
14623
14715
  aria-label="Actions"
14624
14716
  >
14625
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
14717
+ <span class="pf-v5-c-menu-toggle__icon">
14718
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
14719
+ </span>
14626
14720
  </button>
14627
14721
  </div>
14628
14722
  </div>
@@ -14729,7 +14823,9 @@ wrapperTag: div
14729
14823
  aria-label="Show filters"
14730
14824
  aria-controls="sticky-header-demo-toolbar-expandable-content"
14731
14825
  >
14732
- <i class="fas fa-filter" aria-hidden="true"></i>
14826
+ <span class="pf-v5-c-menu-toggle__icon">
14827
+ <i class="fas fa-filter" aria-hidden="true"></i>
14828
+ </span>
14733
14829
  </button>
14734
14830
  </div>
14735
14831
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -15974,7 +16070,9 @@ wrapperTag: div
15974
16070
  aria-expanded="false"
15975
16071
  aria-label="Application launcher"
15976
16072
  >
15977
- <i class="fas fa-th" aria-hidden="true"></i>
16073
+ <span class="pf-v5-c-menu-toggle__icon">
16074
+ <i class="fas fa-th" aria-hidden="true"></i>
16075
+ </span>
15978
16076
  </button>
15979
16077
  </div>
15980
16078
  <div class="pf-v5-c-toolbar__item">
@@ -15984,7 +16082,9 @@ wrapperTag: div
15984
16082
  aria-expanded="false"
15985
16083
  aria-label="Settings"
15986
16084
  >
15987
- <i class="fas fa-cog" aria-hidden="true"></i>
16085
+ <span class="pf-v5-c-menu-toggle__icon">
16086
+ <i class="fas fa-cog" aria-hidden="true"></i>
16087
+ </span>
15988
16088
  </button>
15989
16089
  </div>
15990
16090
  <div class="pf-v5-c-toolbar__item">
@@ -15994,7 +16094,9 @@ wrapperTag: div
15994
16094
  aria-expanded="false"
15995
16095
  aria-label="Help"
15996
16096
  >
15997
- <i class="fas fa-question-circle" aria-hidden="true"></i>
16097
+ <span class="pf-v5-c-menu-toggle__icon">
16098
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
16099
+ </span>
15998
16100
  </button>
15999
16101
  </div>
16000
16102
  </div>
@@ -16005,7 +16107,9 @@ wrapperTag: div
16005
16107
  aria-expanded="false"
16006
16108
  aria-label="Actions"
16007
16109
  >
16008
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
16110
+ <span class="pf-v5-c-menu-toggle__icon">
16111
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
16112
+ </span>
16009
16113
  </button>
16010
16114
  </div>
16011
16115
  </div>
@@ -16113,7 +16217,9 @@ wrapperTag: div
16113
16217
  aria-label="Show filters"
16114
16218
  aria-controls="sticky-first-column-demo-toolbar-expandable-content"
16115
16219
  >
16116
- <i class="fas fa-filter" aria-hidden="true"></i>
16220
+ <span class="pf-v5-c-menu-toggle__icon">
16221
+ <i class="fas fa-filter" aria-hidden="true"></i>
16222
+ </span>
16117
16223
  </button>
16118
16224
  </div>
16119
16225
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -17142,7 +17248,9 @@ wrapperTag: div
17142
17248
  aria-expanded="false"
17143
17249
  aria-label="Application launcher"
17144
17250
  >
17145
- <i class="fas fa-th" aria-hidden="true"></i>
17251
+ <span class="pf-v5-c-menu-toggle__icon">
17252
+ <i class="fas fa-th" aria-hidden="true"></i>
17253
+ </span>
17146
17254
  </button>
17147
17255
  </div>
17148
17256
  <div class="pf-v5-c-toolbar__item">
@@ -17152,7 +17260,9 @@ wrapperTag: div
17152
17260
  aria-expanded="false"
17153
17261
  aria-label="Settings"
17154
17262
  >
17155
- <i class="fas fa-cog" aria-hidden="true"></i>
17263
+ <span class="pf-v5-c-menu-toggle__icon">
17264
+ <i class="fas fa-cog" aria-hidden="true"></i>
17265
+ </span>
17156
17266
  </button>
17157
17267
  </div>
17158
17268
  <div class="pf-v5-c-toolbar__item">
@@ -17162,7 +17272,9 @@ wrapperTag: div
17162
17272
  aria-expanded="false"
17163
17273
  aria-label="Help"
17164
17274
  >
17165
- <i class="fas fa-question-circle" aria-hidden="true"></i>
17275
+ <span class="pf-v5-c-menu-toggle__icon">
17276
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
17277
+ </span>
17166
17278
  </button>
17167
17279
  </div>
17168
17280
  </div>
@@ -17173,7 +17285,9 @@ wrapperTag: div
17173
17285
  aria-expanded="false"
17174
17286
  aria-label="Actions"
17175
17287
  >
17176
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
17288
+ <span class="pf-v5-c-menu-toggle__icon">
17289
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
17290
+ </span>
17177
17291
  </button>
17178
17292
  </div>
17179
17293
  </div>
@@ -17284,7 +17398,9 @@ wrapperTag: div
17284
17398
  aria-label="Show filters"
17285
17399
  aria-controls="sticky-multiple-columns-demo-toolbar-expandable-content"
17286
17400
  >
17287
- <i class="fas fa-filter" aria-hidden="true"></i>
17401
+ <span class="pf-v5-c-menu-toggle__icon">
17402
+ <i class="fas fa-filter" aria-hidden="true"></i>
17403
+ </span>
17288
17404
  </button>
17289
17405
  </div>
17290
17406
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -18335,7 +18451,9 @@ wrapperTag: div
18335
18451
  aria-expanded="false"
18336
18452
  aria-label="Application launcher"
18337
18453
  >
18338
- <i class="fas fa-th" aria-hidden="true"></i>
18454
+ <span class="pf-v5-c-menu-toggle__icon">
18455
+ <i class="fas fa-th" aria-hidden="true"></i>
18456
+ </span>
18339
18457
  </button>
18340
18458
  </div>
18341
18459
  <div class="pf-v5-c-toolbar__item">
@@ -18345,7 +18463,9 @@ wrapperTag: div
18345
18463
  aria-expanded="false"
18346
18464
  aria-label="Settings"
18347
18465
  >
18348
- <i class="fas fa-cog" aria-hidden="true"></i>
18466
+ <span class="pf-v5-c-menu-toggle__icon">
18467
+ <i class="fas fa-cog" aria-hidden="true"></i>
18468
+ </span>
18349
18469
  </button>
18350
18470
  </div>
18351
18471
  <div class="pf-v5-c-toolbar__item">
@@ -18355,7 +18475,9 @@ wrapperTag: div
18355
18475
  aria-expanded="false"
18356
18476
  aria-label="Help"
18357
18477
  >
18358
- <i class="fas fa-question-circle" aria-hidden="true"></i>
18478
+ <span class="pf-v5-c-menu-toggle__icon">
18479
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
18480
+ </span>
18359
18481
  </button>
18360
18482
  </div>
18361
18483
  </div>
@@ -18366,7 +18488,9 @@ wrapperTag: div
18366
18488
  aria-expanded="false"
18367
18489
  aria-label="Actions"
18368
18490
  >
18369
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
18491
+ <span class="pf-v5-c-menu-toggle__icon">
18492
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
18493
+ </span>
18370
18494
  </button>
18371
18495
  </div>
18372
18496
  </div>
@@ -18476,7 +18600,9 @@ wrapperTag: div
18476
18600
  aria-label="Show filters"
18477
18601
  aria-controls="sticky-header-and-multiple columns-demo-toolbar-expandable-content"
18478
18602
  >
18479
- <i class="fas fa-filter" aria-hidden="true"></i>
18603
+ <span class="pf-v5-c-menu-toggle__icon">
18604
+ <i class="fas fa-filter" aria-hidden="true"></i>
18605
+ </span>
18480
18606
  </button>
18481
18607
  </div>
18482
18608
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -19526,7 +19652,9 @@ wrapperTag: div
19526
19652
  aria-expanded="false"
19527
19653
  aria-label="Application launcher"
19528
19654
  >
19529
- <i class="fas fa-th" aria-hidden="true"></i>
19655
+ <span class="pf-v5-c-menu-toggle__icon">
19656
+ <i class="fas fa-th" aria-hidden="true"></i>
19657
+ </span>
19530
19658
  </button>
19531
19659
  </div>
19532
19660
  <div class="pf-v5-c-toolbar__item">
@@ -19536,7 +19664,9 @@ wrapperTag: div
19536
19664
  aria-expanded="false"
19537
19665
  aria-label="Settings"
19538
19666
  >
19539
- <i class="fas fa-cog" aria-hidden="true"></i>
19667
+ <span class="pf-v5-c-menu-toggle__icon">
19668
+ <i class="fas fa-cog" aria-hidden="true"></i>
19669
+ </span>
19540
19670
  </button>
19541
19671
  </div>
19542
19672
  <div class="pf-v5-c-toolbar__item">
@@ -19546,7 +19676,9 @@ wrapperTag: div
19546
19676
  aria-expanded="false"
19547
19677
  aria-label="Help"
19548
19678
  >
19549
- <i class="fas fa-question-circle" aria-hidden="true"></i>
19679
+ <span class="pf-v5-c-menu-toggle__icon">
19680
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
19681
+ </span>
19550
19682
  </button>
19551
19683
  </div>
19552
19684
  </div>
@@ -19557,7 +19689,9 @@ wrapperTag: div
19557
19689
  aria-expanded="false"
19558
19690
  aria-label="Actions"
19559
19691
  >
19560
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
19692
+ <span class="pf-v5-c-menu-toggle__icon">
19693
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
19694
+ </span>
19561
19695
  </button>
19562
19696
  </div>
19563
19697
  </div>
@@ -19667,7 +19801,9 @@ wrapperTag: div
19667
19801
  aria-label="Show filters"
19668
19802
  aria-controls="sticky-header-and-multiple columns-demo-toolbar-expandable-content"
19669
19803
  >
19670
- <i class="fas fa-filter" aria-hidden="true"></i>
19804
+ <span class="pf-v5-c-menu-toggle__icon">
19805
+ <i class="fas fa-filter" aria-hidden="true"></i>
19806
+ </span>
19671
19807
  </button>
19672
19808
  </div>
19673
19809
  <div class="pf-v5-c-toolbar__item pf-m-bulk-select">
@@ -20697,7 +20833,9 @@ By default, table cell alignment is set to baseline. This retains vertical align
20697
20833
  aria-expanded="false"
20698
20834
  aria-label="Application launcher"
20699
20835
  >
20700
- <i class="fas fa-th" aria-hidden="true"></i>
20836
+ <span class="pf-v5-c-menu-toggle__icon">
20837
+ <i class="fas fa-th" aria-hidden="true"></i>
20838
+ </span>
20701
20839
  </button>
20702
20840
  </div>
20703
20841
  <div class="pf-v5-c-toolbar__item">
@@ -20707,7 +20845,9 @@ By default, table cell alignment is set to baseline. This retains vertical align
20707
20845
  aria-expanded="false"
20708
20846
  aria-label="Settings"
20709
20847
  >
20710
- <i class="fas fa-cog" aria-hidden="true"></i>
20848
+ <span class="pf-v5-c-menu-toggle__icon">
20849
+ <i class="fas fa-cog" aria-hidden="true"></i>
20850
+ </span>
20711
20851
  </button>
20712
20852
  </div>
20713
20853
  <div class="pf-v5-c-toolbar__item">
@@ -20717,7 +20857,9 @@ By default, table cell alignment is set to baseline. This retains vertical align
20717
20857
  aria-expanded="false"
20718
20858
  aria-label="Help"
20719
20859
  >
20720
- <i class="fas fa-question-circle" aria-hidden="true"></i>
20860
+ <span class="pf-v5-c-menu-toggle__icon">
20861
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
20862
+ </span>
20721
20863
  </button>
20722
20864
  </div>
20723
20865
  </div>
@@ -20728,7 +20870,9 @@ By default, table cell alignment is set to baseline. This retains vertical align
20728
20870
  aria-expanded="false"
20729
20871
  aria-label="Actions"
20730
20872
  >
20731
- <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
20873
+ <span class="pf-v5-c-menu-toggle__icon">
20874
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
20875
+ </span>
20732
20876
  </button>
20733
20877
  </div>
20734
20878
  </div>