@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188

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 (61) hide show
  1. package/base/patternfly-variables.css +2 -2
  2. package/base/tokens/tokens-charts-dark.scss +1 -1
  3. package/base/tokens/tokens-charts.scss +1 -1
  4. package/base/tokens/tokens-dark.scss +1 -1
  5. package/base/tokens/tokens-default.scss +3 -3
  6. package/base/tokens/tokens-palette.scss +1 -1
  7. package/components/Toolbar/toolbar.css +232 -531
  8. package/components/Toolbar/toolbar.scss +101 -89
  9. package/components/_index.css +224 -523
  10. package/docs/components/Card/examples/Card.md +8 -8
  11. package/docs/components/DataList/examples/DataList.md +17 -17
  12. package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
  13. package/docs/components/Hint/examples/Hint.md +3 -3
  14. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
  15. package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
  16. package/docs/components/Table/examples/Table.md +454 -454
  17. package/docs/components/Toolbar/examples/Toolbar.css +10 -4
  18. package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
  19. package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
  20. package/docs/demos/Alert/examples/Alert.md +3 -0
  21. package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
  22. package/docs/demos/Banner/examples/Banner.md +2 -0
  23. package/docs/demos/CardView/examples/CardView.md +13 -12
  24. package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
  25. package/docs/demos/DataList/examples/DataList.md +31 -27
  26. package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
  27. package/docs/demos/Drawer/examples/Drawer.md +6 -1
  28. package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
  29. package/docs/demos/Masthead/examples/Masthead.md +19 -9
  30. package/docs/demos/Modal/examples/Modal.md +6 -0
  31. package/docs/demos/Nav/examples/Nav.md +8 -0
  32. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
  33. package/docs/demos/Page/examples/Page.md +11 -0
  34. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
  35. package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
  36. package/docs/demos/Table/examples/Table.md +161 -146
  37. package/docs/demos/Tabs/examples/Tabs.md +32 -26
  38. package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
  39. package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
  40. package/docs/demos/Wizard/examples/Wizard.md +9 -0
  41. package/layouts/Flex/flex.css +1 -1
  42. package/layouts/Flex/flex.scss +1 -1
  43. package/layouts/Gallery/gallery.css +1 -1
  44. package/layouts/Gallery/gallery.scss +1 -1
  45. package/layouts/Grid/grid.css +1 -1
  46. package/layouts/Grid/grid.scss +1 -1
  47. package/layouts/Level/level.css +1 -1
  48. package/layouts/Level/level.scss +1 -1
  49. package/layouts/Split/split.css +1 -1
  50. package/layouts/Split/split.scss +1 -1
  51. package/layouts/Stack/stack.css +1 -1
  52. package/layouts/Stack/stack.scss +1 -1
  53. package/layouts/_index.css +6 -6
  54. package/package.json +6 -6
  55. package/patternfly-base-no-globals.css +2 -2
  56. package/patternfly-base.css +2 -2
  57. package/patternfly-no-globals.css +232 -531
  58. package/patternfly.css +232 -531
  59. package/patternfly.min.css +1 -1
  60. package/patternfly.min.css.map +1 -1
  61. package/docs/demos/Page/examples/Penta.md +0 -903
@@ -148,6 +148,7 @@ wrapperTag: div
148
148
  </button>
149
149
  </div>
150
150
  </div>
151
+
151
152
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
152
153
  <button
153
154
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -259,7 +260,7 @@ wrapperTag: div
259
260
  <div
260
261
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
261
262
  >
262
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
263
+ <div class="pf-v6-c-toolbar__toggle">
263
264
  <button
264
265
  class="pf-v6-c-menu-toggle pf-m-plain"
265
266
  type="button"
@@ -391,7 +392,7 @@ wrapperTag: div
391
392
  type="button"
392
393
  aria-expanded="false"
393
394
  aria-label="Menu toggle"
394
- id="basic-demo-toolbar-overflow-menutoggle"
395
+ id="basic-demo-toolbar-overflow-menu-toggle"
395
396
  >
396
397
  <span class="pf-v6-c-menu-toggle__icon">
397
398
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -511,14 +512,14 @@ wrapperTag: div
511
512
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
512
513
  <label
513
514
  class="pf-v6-c-check pf-m-standalone"
514
- id="basic-demo-tablecheckrow2check"
515
- for="basic-demo-tablecheckrow2check-input"
515
+ id="basic-demo-table-checkrow-2-check"
516
+ for="basic-demo-table-checkrow-2-check-input"
516
517
  >
517
518
  <input
518
519
  class="pf-v6-c-check__input"
519
520
  type="checkbox"
520
- id="basic-demo-tablecheckrow2check-input"
521
- name="basic-demo-tablecheckrow2check-input"
521
+ id="basic-demo-table-checkrow-2-check-input"
522
+ name="basic-demo-table-checkrow-2-check-input"
522
523
  aria-label="Standalone check"
523
524
  />
524
525
  </label>
@@ -585,14 +586,14 @@ wrapperTag: div
585
586
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
586
587
  <label
587
588
  class="pf-v6-c-check pf-m-standalone"
588
- id="basic-demo-tablecheckrow3check"
589
- for="basic-demo-tablecheckrow3check-input"
589
+ id="basic-demo-table-checkrow-3-check"
590
+ for="basic-demo-table-checkrow-3-check-input"
590
591
  >
591
592
  <input
592
593
  class="pf-v6-c-check__input"
593
594
  type="checkbox"
594
- id="basic-demo-tablecheckrow3check-input"
595
- name="basic-demo-tablecheckrow3check-input"
595
+ id="basic-demo-table-checkrow-3-check-input"
596
+ name="basic-demo-table-checkrow-3-check-input"
596
597
  aria-label="Standalone check"
597
598
  />
598
599
  </label>
@@ -659,14 +660,14 @@ wrapperTag: div
659
660
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
660
661
  <label
661
662
  class="pf-v6-c-check pf-m-standalone"
662
- id="basic-demo-tablecheckrow4check"
663
- for="basic-demo-tablecheckrow4check-input"
663
+ id="basic-demo-table-checkrow-4-check"
664
+ for="basic-demo-table-checkrow-4-check-input"
664
665
  >
665
666
  <input
666
667
  class="pf-v6-c-check__input"
667
668
  type="checkbox"
668
- id="basic-demo-tablecheckrow4check-input"
669
- name="basic-demo-tablecheckrow4check-input"
669
+ id="basic-demo-table-checkrow-4-check-input"
670
+ name="basic-demo-table-checkrow-4-check-input"
670
671
  aria-label="Standalone check"
671
672
  />
672
673
  </label>
@@ -733,14 +734,14 @@ wrapperTag: div
733
734
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
734
735
  <label
735
736
  class="pf-v6-c-check pf-m-standalone"
736
- id="basic-demo-tablecheckrow5check"
737
- for="basic-demo-tablecheckrow5check-input"
737
+ id="basic-demo-table-checkrow-5-check"
738
+ for="basic-demo-table-checkrow-5-check-input"
738
739
  >
739
740
  <input
740
741
  class="pf-v6-c-check__input"
741
742
  type="checkbox"
742
- id="basic-demo-tablecheckrow5check-input"
743
- name="basic-demo-tablecheckrow5check-input"
743
+ id="basic-demo-table-checkrow-5-check-input"
744
+ name="basic-demo-table-checkrow-5-check-input"
744
745
  aria-label="Standalone check"
745
746
  />
746
747
  </label>
@@ -807,14 +808,14 @@ wrapperTag: div
807
808
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
808
809
  <label
809
810
  class="pf-v6-c-check pf-m-standalone"
810
- id="basic-demo-tablecheckrow6check"
811
- for="basic-demo-tablecheckrow6check-input"
811
+ id="basic-demo-table-checkrow-6-check"
812
+ for="basic-demo-table-checkrow-6-check-input"
812
813
  >
813
814
  <input
814
815
  class="pf-v6-c-check__input"
815
816
  type="checkbox"
816
- id="basic-demo-tablecheckrow6check-input"
817
- name="basic-demo-tablecheckrow6check-input"
817
+ id="basic-demo-table-checkrow-6-check-input"
818
+ name="basic-demo-table-checkrow-6-check-input"
818
819
  aria-label="Standalone check"
819
820
  />
820
821
  </label>
@@ -1111,6 +1112,7 @@ wrapperTag: div
1111
1112
  </button>
1112
1113
  </div>
1113
1114
  </div>
1115
+
1114
1116
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
1115
1117
  <button
1116
1118
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -1230,7 +1232,7 @@ wrapperTag: div
1230
1232
  <div
1231
1233
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
1232
1234
  >
1233
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
1235
+ <div class="pf-v6-c-toolbar__toggle">
1234
1236
  <button
1235
1237
  class="pf-v6-c-menu-toggle pf-m-plain"
1236
1238
  type="button"
@@ -1372,7 +1374,7 @@ wrapperTag: div
1372
1374
  type="button"
1373
1375
  aria-expanded="false"
1374
1376
  aria-label="Menu toggle"
1375
- id="sortable-demo-toolbar-overflow-menutoggle"
1377
+ id="sortable-demo-toolbar-overflow-menu-toggle"
1376
1378
  >
1377
1379
  <span class="pf-v6-c-menu-toggle__icon">
1378
1380
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -1578,14 +1580,14 @@ wrapperTag: div
1578
1580
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
1579
1581
  <label
1580
1582
  class="pf-v6-c-check pf-m-standalone"
1581
- id="sortable-demo-tablecheckrow2check"
1582
- for="sortable-demo-tablecheckrow2check-input"
1583
+ id="sortable-demo-table-checkrow-2-check"
1584
+ for="sortable-demo-table-checkrow-2-check-input"
1583
1585
  >
1584
1586
  <input
1585
1587
  class="pf-v6-c-check__input"
1586
1588
  type="checkbox"
1587
- id="sortable-demo-tablecheckrow2check-input"
1588
- name="sortable-demo-tablecheckrow2check-input"
1589
+ id="sortable-demo-table-checkrow-2-check-input"
1590
+ name="sortable-demo-table-checkrow-2-check-input"
1589
1591
  aria-label="Standalone check"
1590
1592
  />
1591
1593
  </label>
@@ -1652,14 +1654,14 @@ wrapperTag: div
1652
1654
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
1653
1655
  <label
1654
1656
  class="pf-v6-c-check pf-m-standalone"
1655
- id="sortable-demo-tablecheckrow3check"
1656
- for="sortable-demo-tablecheckrow3check-input"
1657
+ id="sortable-demo-table-checkrow-3-check"
1658
+ for="sortable-demo-table-checkrow-3-check-input"
1657
1659
  >
1658
1660
  <input
1659
1661
  class="pf-v6-c-check__input"
1660
1662
  type="checkbox"
1661
- id="sortable-demo-tablecheckrow3check-input"
1662
- name="sortable-demo-tablecheckrow3check-input"
1663
+ id="sortable-demo-table-checkrow-3-check-input"
1664
+ name="sortable-demo-table-checkrow-3-check-input"
1663
1665
  aria-label="Standalone check"
1664
1666
  />
1665
1667
  </label>
@@ -1726,14 +1728,14 @@ wrapperTag: div
1726
1728
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
1727
1729
  <label
1728
1730
  class="pf-v6-c-check pf-m-standalone"
1729
- id="sortable-demo-tablecheckrow4check"
1730
- for="sortable-demo-tablecheckrow4check-input"
1731
+ id="sortable-demo-table-checkrow-4-check"
1732
+ for="sortable-demo-table-checkrow-4-check-input"
1731
1733
  >
1732
1734
  <input
1733
1735
  class="pf-v6-c-check__input"
1734
1736
  type="checkbox"
1735
- id="sortable-demo-tablecheckrow4check-input"
1736
- name="sortable-demo-tablecheckrow4check-input"
1737
+ id="sortable-demo-table-checkrow-4-check-input"
1738
+ name="sortable-demo-table-checkrow-4-check-input"
1737
1739
  aria-label="Standalone check"
1738
1740
  />
1739
1741
  </label>
@@ -1800,14 +1802,14 @@ wrapperTag: div
1800
1802
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
1801
1803
  <label
1802
1804
  class="pf-v6-c-check pf-m-standalone"
1803
- id="sortable-demo-tablecheckrow5check"
1804
- for="sortable-demo-tablecheckrow5check-input"
1805
+ id="sortable-demo-table-checkrow-5-check"
1806
+ for="sortable-demo-table-checkrow-5-check-input"
1805
1807
  >
1806
1808
  <input
1807
1809
  class="pf-v6-c-check__input"
1808
1810
  type="checkbox"
1809
- id="sortable-demo-tablecheckrow5check-input"
1810
- name="sortable-demo-tablecheckrow5check-input"
1811
+ id="sortable-demo-table-checkrow-5-check-input"
1812
+ name="sortable-demo-table-checkrow-5-check-input"
1811
1813
  aria-label="Standalone check"
1812
1814
  />
1813
1815
  </label>
@@ -1874,14 +1876,14 @@ wrapperTag: div
1874
1876
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
1875
1877
  <label
1876
1878
  class="pf-v6-c-check pf-m-standalone"
1877
- id="sortable-demo-tablecheckrow6check"
1878
- for="sortable-demo-tablecheckrow6check-input"
1879
+ id="sortable-demo-table-checkrow-6-check"
1880
+ for="sortable-demo-table-checkrow-6-check-input"
1879
1881
  >
1880
1882
  <input
1881
1883
  class="pf-v6-c-check__input"
1882
1884
  type="checkbox"
1883
- id="sortable-demo-tablecheckrow6check-input"
1884
- name="sortable-demo-tablecheckrow6check-input"
1885
+ id="sortable-demo-table-checkrow-6-check-input"
1886
+ name="sortable-demo-table-checkrow-6-check-input"
1885
1887
  aria-label="Standalone check"
1886
1888
  />
1887
1889
  </label>
@@ -2178,6 +2180,7 @@ wrapperTag: div
2178
2180
  </button>
2179
2181
  </div>
2180
2182
  </div>
2183
+
2181
2184
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
2182
2185
  <button
2183
2186
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -2297,7 +2300,7 @@ wrapperTag: div
2297
2300
  <div
2298
2301
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
2299
2302
  >
2300
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
2303
+ <div class="pf-v6-c-toolbar__toggle">
2301
2304
  <button
2302
2305
  class="pf-v6-c-menu-toggle pf-m-plain"
2303
2306
  type="button"
@@ -2581,14 +2584,14 @@ wrapperTag: div
2581
2584
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
2582
2585
  <label
2583
2586
  class="pf-v6-c-check pf-m-standalone"
2584
- id="expandable-demo-tablecheckrow1check"
2585
- for="expandable-demo-tablecheckrow1check-input"
2587
+ id="expandable-demo-table-checkrow-1-check"
2588
+ for="expandable-demo-table-checkrow-1-check-input"
2586
2589
  >
2587
2590
  <input
2588
2591
  class="pf-v6-c-check__input"
2589
2592
  type="checkbox"
2590
- id="expandable-demo-tablecheckrow1check-input"
2591
- name="expandable-demo-tablecheckrow1check-input"
2593
+ id="expandable-demo-table-checkrow-1-check-input"
2594
+ name="expandable-demo-table-checkrow-1-check-input"
2592
2595
  aria-label="Standalone check"
2593
2596
  />
2594
2597
  </label>
@@ -3038,14 +3041,14 @@ wrapperTag: div
3038
3041
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
3039
3042
  <label
3040
3043
  class="pf-v6-c-check pf-m-standalone"
3041
- id="expandable-demo-tablecheckrow9check"
3042
- for="expandable-demo-tablecheckrow9check-input"
3044
+ id="expandable-demo-table-checkrow-9-check"
3045
+ for="expandable-demo-table-checkrow-9-check-input"
3043
3046
  >
3044
3047
  <input
3045
3048
  class="pf-v6-c-check__input"
3046
3049
  type="checkbox"
3047
- id="expandable-demo-tablecheckrow9check-input"
3048
- name="expandable-demo-tablecheckrow9check-input"
3050
+ id="expandable-demo-table-checkrow-9-check-input"
3051
+ name="expandable-demo-table-checkrow-9-check-input"
3049
3052
  aria-label="Standalone check"
3050
3053
  />
3051
3054
  </label>
@@ -3363,6 +3366,7 @@ wrapperTag: div
3363
3366
  </button>
3364
3367
  </div>
3365
3368
  </div>
3369
+
3366
3370
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
3367
3371
  <button
3368
3372
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -3482,7 +3486,7 @@ wrapperTag: div
3482
3486
  <div
3483
3487
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
3484
3488
  >
3485
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
3489
+ <div class="pf-v6-c-toolbar__toggle">
3486
3490
  <button
3487
3491
  class="pf-v6-c-menu-toggle pf-m-plain"
3488
3492
  type="button"
@@ -3740,14 +3744,14 @@ wrapperTag: div
3740
3744
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
3741
3745
  <label
3742
3746
  class="pf-v6-c-check pf-m-standalone"
3743
- id="compact-demo-tablecheckrow1check"
3744
- for="compact-demo-tablecheckrow1check-input"
3747
+ id="compact-demo-table-checkrow-1-check"
3748
+ for="compact-demo-table-checkrow-1-check-input"
3745
3749
  >
3746
3750
  <input
3747
3751
  class="pf-v6-c-check__input"
3748
3752
  type="checkbox"
3749
- id="compact-demo-tablecheckrow1check-input"
3750
- name="compact-demo-tablecheckrow1check-input"
3753
+ id="compact-demo-table-checkrow-1-check-input"
3754
+ name="compact-demo-table-checkrow-1-check-input"
3751
3755
  aria-label="Standalone check"
3752
3756
  />
3753
3757
  </label>
@@ -3810,14 +3814,14 @@ wrapperTag: div
3810
3814
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
3811
3815
  <label
3812
3816
  class="pf-v6-c-check pf-m-standalone"
3813
- id="compact-demo-tablecheckrow2check"
3814
- for="compact-demo-tablecheckrow2check-input"
3817
+ id="compact-demo-table-checkrow-2-check"
3818
+ for="compact-demo-table-checkrow-2-check-input"
3815
3819
  >
3816
3820
  <input
3817
3821
  class="pf-v6-c-check__input"
3818
3822
  type="checkbox"
3819
- id="compact-demo-tablecheckrow2check-input"
3820
- name="compact-demo-tablecheckrow2check-input"
3823
+ id="compact-demo-table-checkrow-2-check-input"
3824
+ name="compact-demo-table-checkrow-2-check-input"
3821
3825
  aria-label="Standalone check"
3822
3826
  />
3823
3827
  </label>
@@ -3880,14 +3884,14 @@ wrapperTag: div
3880
3884
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
3881
3885
  <label
3882
3886
  class="pf-v6-c-check pf-m-standalone"
3883
- id="compact-demo-tablecheckrow3check"
3884
- for="compact-demo-tablecheckrow3check-input"
3887
+ id="compact-demo-table-checkrow-3-check"
3888
+ for="compact-demo-table-checkrow-3-check-input"
3885
3889
  >
3886
3890
  <input
3887
3891
  class="pf-v6-c-check__input"
3888
3892
  type="checkbox"
3889
- id="compact-demo-tablecheckrow3check-input"
3890
- name="compact-demo-tablecheckrow3check-input"
3893
+ id="compact-demo-table-checkrow-3-check-input"
3894
+ name="compact-demo-table-checkrow-3-check-input"
3891
3895
  aria-label="Standalone check"
3892
3896
  />
3893
3897
  </label>
@@ -3950,14 +3954,14 @@ wrapperTag: div
3950
3954
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
3951
3955
  <label
3952
3956
  class="pf-v6-c-check pf-m-standalone"
3953
- id="compact-demo-tablecheckrow4check"
3954
- for="compact-demo-tablecheckrow4check-input"
3957
+ id="compact-demo-table-checkrow-4-check"
3958
+ for="compact-demo-table-checkrow-4-check-input"
3955
3959
  >
3956
3960
  <input
3957
3961
  class="pf-v6-c-check__input"
3958
3962
  type="checkbox"
3959
- id="compact-demo-tablecheckrow4check-input"
3960
- name="compact-demo-tablecheckrow4check-input"
3963
+ id="compact-demo-table-checkrow-4-check-input"
3964
+ name="compact-demo-table-checkrow-4-check-input"
3961
3965
  aria-label="Standalone check"
3962
3966
  />
3963
3967
  </label>
@@ -4255,6 +4259,7 @@ wrapperTag: div
4255
4259
  </button>
4256
4260
  </div>
4257
4261
  </div>
4262
+
4258
4263
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
4259
4264
  <button
4260
4265
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -4374,7 +4379,7 @@ wrapperTag: div
4374
4379
  <div
4375
4380
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
4376
4381
  >
4377
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
4382
+ <div class="pf-v6-c-toolbar__toggle">
4378
4383
  <button
4379
4384
  class="pf-v6-c-menu-toggle pf-m-plain"
4380
4385
  type="button"
@@ -7191,6 +7196,7 @@ wrapperTag: div
7191
7196
  </button>
7192
7197
  </div>
7193
7198
  </div>
7199
+
7194
7200
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
7195
7201
  <button
7196
7202
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -7315,14 +7321,14 @@ wrapperTag: div
7315
7321
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
7316
7322
  <label
7317
7323
  class="pf-v6-c-check pf-m-standalone"
7318
- id="table-loading-tablecheckrowcheck"
7319
- for="table-loading-tablecheckrowcheck-input"
7324
+ id="table-loading-table-checkrow-check"
7325
+ for="table-loading-table-checkrow-check-input"
7320
7326
  >
7321
7327
  <input
7322
7328
  class="pf-v6-c-check__input"
7323
7329
  type="checkbox"
7324
- id="table-loading-tablecheckrowcheck-input"
7325
- name="table-loading-tablecheckrowcheck-input"
7330
+ id="table-loading-table-checkrow-check-input"
7331
+ name="table-loading-table-checkrow-check-input"
7326
7332
  aria-label="Standalone check"
7327
7333
  />
7328
7334
  </label>
@@ -7548,6 +7554,7 @@ wrapperTag: div
7548
7554
  </button>
7549
7555
  </div>
7550
7556
  </div>
7557
+
7551
7558
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
7552
7559
  <button
7553
7560
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -7894,6 +7901,7 @@ wrapperTag: div
7894
7901
  </button>
7895
7902
  </div>
7896
7903
  </div>
7904
+
7897
7905
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
7898
7906
  <button
7899
7907
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -8016,7 +8024,7 @@ wrapperTag: div
8016
8024
  <div
8017
8025
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
8018
8026
  >
8019
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
8027
+ <div class="pf-v6-c-toolbar__toggle">
8020
8028
  <button
8021
8029
  class="pf-v6-c-menu-toggle pf-m-plain"
8022
8030
  type="button"
@@ -8268,14 +8276,14 @@ wrapperTag: div
8268
8276
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
8269
8277
  <label
8270
8278
  class="pf-v6-c-check pf-m-standalone"
8271
- id="static-bottom-pagination-demo-tablecheckrow2check"
8272
- for="static-bottom-pagination-demo-tablecheckrow2check-input"
8279
+ id="static-bottom-pagination-demo-table-checkrow-2-check"
8280
+ for="static-bottom-pagination-demo-table-checkrow-2-check-input"
8273
8281
  >
8274
8282
  <input
8275
8283
  class="pf-v6-c-check__input"
8276
8284
  type="checkbox"
8277
- id="static-bottom-pagination-demo-tablecheckrow2check-input"
8278
- name="static-bottom-pagination-demo-tablecheckrow2check-input"
8285
+ id="static-bottom-pagination-demo-table-checkrow-2-check-input"
8286
+ name="static-bottom-pagination-demo-table-checkrow-2-check-input"
8279
8287
  aria-label="Standalone check"
8280
8288
  />
8281
8289
  </label>
@@ -8342,14 +8350,14 @@ wrapperTag: div
8342
8350
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
8343
8351
  <label
8344
8352
  class="pf-v6-c-check pf-m-standalone"
8345
- id="static-bottom-pagination-demo-tablecheckrow3check"
8346
- for="static-bottom-pagination-demo-tablecheckrow3check-input"
8353
+ id="static-bottom-pagination-demo-table-checkrow-3-check"
8354
+ for="static-bottom-pagination-demo-table-checkrow-3-check-input"
8347
8355
  >
8348
8356
  <input
8349
8357
  class="pf-v6-c-check__input"
8350
8358
  type="checkbox"
8351
- id="static-bottom-pagination-demo-tablecheckrow3check-input"
8352
- name="static-bottom-pagination-demo-tablecheckrow3check-input"
8359
+ id="static-bottom-pagination-demo-table-checkrow-3-check-input"
8360
+ name="static-bottom-pagination-demo-table-checkrow-3-check-input"
8353
8361
  aria-label="Standalone check"
8354
8362
  />
8355
8363
  </label>
@@ -8416,14 +8424,14 @@ wrapperTag: div
8416
8424
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
8417
8425
  <label
8418
8426
  class="pf-v6-c-check pf-m-standalone"
8419
- id="static-bottom-pagination-demo-tablecheckrow4check"
8420
- for="static-bottom-pagination-demo-tablecheckrow4check-input"
8427
+ id="static-bottom-pagination-demo-table-checkrow-4-check"
8428
+ for="static-bottom-pagination-demo-table-checkrow-4-check-input"
8421
8429
  >
8422
8430
  <input
8423
8431
  class="pf-v6-c-check__input"
8424
8432
  type="checkbox"
8425
- id="static-bottom-pagination-demo-tablecheckrow4check-input"
8426
- name="static-bottom-pagination-demo-tablecheckrow4check-input"
8433
+ id="static-bottom-pagination-demo-table-checkrow-4-check-input"
8434
+ name="static-bottom-pagination-demo-table-checkrow-4-check-input"
8427
8435
  aria-label="Standalone check"
8428
8436
  />
8429
8437
  </label>
@@ -8490,14 +8498,14 @@ wrapperTag: div
8490
8498
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
8491
8499
  <label
8492
8500
  class="pf-v6-c-check pf-m-standalone"
8493
- id="static-bottom-pagination-demo-tablecheckrow5check"
8494
- for="static-bottom-pagination-demo-tablecheckrow5check-input"
8501
+ id="static-bottom-pagination-demo-table-checkrow-5-check"
8502
+ for="static-bottom-pagination-demo-table-checkrow-5-check-input"
8495
8503
  >
8496
8504
  <input
8497
8505
  class="pf-v6-c-check__input"
8498
8506
  type="checkbox"
8499
- id="static-bottom-pagination-demo-tablecheckrow5check-input"
8500
- name="static-bottom-pagination-demo-tablecheckrow5check-input"
8507
+ id="static-bottom-pagination-demo-table-checkrow-5-check-input"
8508
+ name="static-bottom-pagination-demo-table-checkrow-5-check-input"
8501
8509
  aria-label="Standalone check"
8502
8510
  />
8503
8511
  </label>
@@ -8564,14 +8572,14 @@ wrapperTag: div
8564
8572
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
8565
8573
  <label
8566
8574
  class="pf-v6-c-check pf-m-standalone"
8567
- id="static-bottom-pagination-demo-tablecheckrow6check"
8568
- for="static-bottom-pagination-demo-tablecheckrow6check-input"
8575
+ id="static-bottom-pagination-demo-table-checkrow-6-check"
8576
+ for="static-bottom-pagination-demo-table-checkrow-6-check-input"
8569
8577
  >
8570
8578
  <input
8571
8579
  class="pf-v6-c-check__input"
8572
8580
  type="checkbox"
8573
- id="static-bottom-pagination-demo-tablecheckrow6check-input"
8574
- name="static-bottom-pagination-demo-tablecheckrow6check-input"
8581
+ id="static-bottom-pagination-demo-table-checkrow-6-check-input"
8582
+ name="static-bottom-pagination-demo-table-checkrow-6-check-input"
8575
8583
  aria-label="Standalone check"
8576
8584
  />
8577
8585
  </label>
@@ -8871,6 +8879,7 @@ wrapperTag: div
8871
8879
  </button>
8872
8880
  </div>
8873
8881
  </div>
8882
+
8874
8883
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
8875
8884
  <button
8876
8885
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -8990,7 +8999,7 @@ wrapperTag: div
8990
8999
  <div
8991
9000
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
8992
9001
  >
8993
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
9002
+ <div class="pf-v6-c-toolbar__toggle">
8994
9003
  <button
8995
9004
  class="pf-v6-c-menu-toggle pf-m-plain"
8996
9005
  type="button"
@@ -9242,14 +9251,14 @@ wrapperTag: div
9242
9251
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
9243
9252
  <label
9244
9253
  class="pf-v6-c-check pf-m-standalone"
9245
- id="column-management-demo-tablecheckrow2check"
9246
- for="column-management-demo-tablecheckrow2check-input"
9254
+ id="column-management-demo-table-checkrow-2-check"
9255
+ for="column-management-demo-table-checkrow-2-check-input"
9247
9256
  >
9248
9257
  <input
9249
9258
  class="pf-v6-c-check__input"
9250
9259
  type="checkbox"
9251
- id="column-management-demo-tablecheckrow2check-input"
9252
- name="column-management-demo-tablecheckrow2check-input"
9260
+ id="column-management-demo-table-checkrow-2-check-input"
9261
+ name="column-management-demo-table-checkrow-2-check-input"
9253
9262
  aria-label="Standalone check"
9254
9263
  />
9255
9264
  </label>
@@ -9316,14 +9325,14 @@ wrapperTag: div
9316
9325
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
9317
9326
  <label
9318
9327
  class="pf-v6-c-check pf-m-standalone"
9319
- id="column-management-demo-tablecheckrow3check"
9320
- for="column-management-demo-tablecheckrow3check-input"
9328
+ id="column-management-demo-table-checkrow-3-check"
9329
+ for="column-management-demo-table-checkrow-3-check-input"
9321
9330
  >
9322
9331
  <input
9323
9332
  class="pf-v6-c-check__input"
9324
9333
  type="checkbox"
9325
- id="column-management-demo-tablecheckrow3check-input"
9326
- name="column-management-demo-tablecheckrow3check-input"
9334
+ id="column-management-demo-table-checkrow-3-check-input"
9335
+ name="column-management-demo-table-checkrow-3-check-input"
9327
9336
  aria-label="Standalone check"
9328
9337
  />
9329
9338
  </label>
@@ -9390,14 +9399,14 @@ wrapperTag: div
9390
9399
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
9391
9400
  <label
9392
9401
  class="pf-v6-c-check pf-m-standalone"
9393
- id="column-management-demo-tablecheckrow4check"
9394
- for="column-management-demo-tablecheckrow4check-input"
9402
+ id="column-management-demo-table-checkrow-4-check"
9403
+ for="column-management-demo-table-checkrow-4-check-input"
9395
9404
  >
9396
9405
  <input
9397
9406
  class="pf-v6-c-check__input"
9398
9407
  type="checkbox"
9399
- id="column-management-demo-tablecheckrow4check-input"
9400
- name="column-management-demo-tablecheckrow4check-input"
9408
+ id="column-management-demo-table-checkrow-4-check-input"
9409
+ name="column-management-demo-table-checkrow-4-check-input"
9401
9410
  aria-label="Standalone check"
9402
9411
  />
9403
9412
  </label>
@@ -9464,14 +9473,14 @@ wrapperTag: div
9464
9473
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
9465
9474
  <label
9466
9475
  class="pf-v6-c-check pf-m-standalone"
9467
- id="column-management-demo-tablecheckrow5check"
9468
- for="column-management-demo-tablecheckrow5check-input"
9476
+ id="column-management-demo-table-checkrow-5-check"
9477
+ for="column-management-demo-table-checkrow-5-check-input"
9469
9478
  >
9470
9479
  <input
9471
9480
  class="pf-v6-c-check__input"
9472
9481
  type="checkbox"
9473
- id="column-management-demo-tablecheckrow5check-input"
9474
- name="column-management-demo-tablecheckrow5check-input"
9482
+ id="column-management-demo-table-checkrow-5-check-input"
9483
+ name="column-management-demo-table-checkrow-5-check-input"
9475
9484
  aria-label="Standalone check"
9476
9485
  />
9477
9486
  </label>
@@ -9538,14 +9547,14 @@ wrapperTag: div
9538
9547
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
9539
9548
  <label
9540
9549
  class="pf-v6-c-check pf-m-standalone"
9541
- id="column-management-demo-tablecheckrow6check"
9542
- for="column-management-demo-tablecheckrow6check-input"
9550
+ id="column-management-demo-table-checkrow-6-check"
9551
+ for="column-management-demo-table-checkrow-6-check-input"
9543
9552
  >
9544
9553
  <input
9545
9554
  class="pf-v6-c-check__input"
9546
9555
  type="checkbox"
9547
- id="column-management-demo-tablecheckrow6check-input"
9548
- name="column-management-demo-tablecheckrow6check-input"
9556
+ id="column-management-demo-table-checkrow-6-check-input"
9557
+ name="column-management-demo-table-checkrow-6-check-input"
9549
9558
  aria-label="Standalone check"
9550
9559
  />
9551
9560
  </label>
@@ -9988,6 +9997,7 @@ wrapperTag: div
9988
9997
  </button>
9989
9998
  </div>
9990
9999
  </div>
10000
+
9991
10001
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
9992
10002
  <button
9993
10003
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -10107,7 +10117,7 @@ wrapperTag: div
10107
10117
  <div
10108
10118
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
10109
10119
  >
10110
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
10120
+ <div class="pf-v6-c-toolbar__toggle">
10111
10121
  <button
10112
10122
  class="pf-v6-c-menu-toggle pf-m-plain"
10113
10123
  type="button"
@@ -10359,14 +10369,14 @@ wrapperTag: div
10359
10369
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
10360
10370
  <label
10361
10371
  class="pf-v6-c-check pf-m-standalone"
10362
- id="sticky-header-demo-tablecheckrow2check"
10363
- for="sticky-header-demo-tablecheckrow2check-input"
10372
+ id="sticky-header-demo-table-checkrow-2-check"
10373
+ for="sticky-header-demo-table-checkrow-2-check-input"
10364
10374
  >
10365
10375
  <input
10366
10376
  class="pf-v6-c-check__input"
10367
10377
  type="checkbox"
10368
- id="sticky-header-demo-tablecheckrow2check-input"
10369
- name="sticky-header-demo-tablecheckrow2check-input"
10378
+ id="sticky-header-demo-table-checkrow-2-check-input"
10379
+ name="sticky-header-demo-table-checkrow-2-check-input"
10370
10380
  aria-label="Standalone check"
10371
10381
  />
10372
10382
  </label>
@@ -10433,14 +10443,14 @@ wrapperTag: div
10433
10443
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
10434
10444
  <label
10435
10445
  class="pf-v6-c-check pf-m-standalone"
10436
- id="sticky-header-demo-tablecheckrow3check"
10437
- for="sticky-header-demo-tablecheckrow3check-input"
10446
+ id="sticky-header-demo-table-checkrow-3-check"
10447
+ for="sticky-header-demo-table-checkrow-3-check-input"
10438
10448
  >
10439
10449
  <input
10440
10450
  class="pf-v6-c-check__input"
10441
10451
  type="checkbox"
10442
- id="sticky-header-demo-tablecheckrow3check-input"
10443
- name="sticky-header-demo-tablecheckrow3check-input"
10452
+ id="sticky-header-demo-table-checkrow-3-check-input"
10453
+ name="sticky-header-demo-table-checkrow-3-check-input"
10444
10454
  aria-label="Standalone check"
10445
10455
  />
10446
10456
  </label>
@@ -10507,14 +10517,14 @@ wrapperTag: div
10507
10517
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
10508
10518
  <label
10509
10519
  class="pf-v6-c-check pf-m-standalone"
10510
- id="sticky-header-demo-tablecheckrow4check"
10511
- for="sticky-header-demo-tablecheckrow4check-input"
10520
+ id="sticky-header-demo-table-checkrow-4-check"
10521
+ for="sticky-header-demo-table-checkrow-4-check-input"
10512
10522
  >
10513
10523
  <input
10514
10524
  class="pf-v6-c-check__input"
10515
10525
  type="checkbox"
10516
- id="sticky-header-demo-tablecheckrow4check-input"
10517
- name="sticky-header-demo-tablecheckrow4check-input"
10526
+ id="sticky-header-demo-table-checkrow-4-check-input"
10527
+ name="sticky-header-demo-table-checkrow-4-check-input"
10518
10528
  aria-label="Standalone check"
10519
10529
  />
10520
10530
  </label>
@@ -10581,14 +10591,14 @@ wrapperTag: div
10581
10591
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
10582
10592
  <label
10583
10593
  class="pf-v6-c-check pf-m-standalone"
10584
- id="sticky-header-demo-tablecheckrow5check"
10585
- for="sticky-header-demo-tablecheckrow5check-input"
10594
+ id="sticky-header-demo-table-checkrow-5-check"
10595
+ for="sticky-header-demo-table-checkrow-5-check-input"
10586
10596
  >
10587
10597
  <input
10588
10598
  class="pf-v6-c-check__input"
10589
10599
  type="checkbox"
10590
- id="sticky-header-demo-tablecheckrow5check-input"
10591
- name="sticky-header-demo-tablecheckrow5check-input"
10600
+ id="sticky-header-demo-table-checkrow-5-check-input"
10601
+ name="sticky-header-demo-table-checkrow-5-check-input"
10592
10602
  aria-label="Standalone check"
10593
10603
  />
10594
10604
  </label>
@@ -10655,14 +10665,14 @@ wrapperTag: div
10655
10665
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
10656
10666
  <label
10657
10667
  class="pf-v6-c-check pf-m-standalone"
10658
- id="sticky-header-demo-tablecheckrow6check"
10659
- for="sticky-header-demo-tablecheckrow6check-input"
10668
+ id="sticky-header-demo-table-checkrow-6-check"
10669
+ for="sticky-header-demo-table-checkrow-6-check-input"
10660
10670
  >
10661
10671
  <input
10662
10672
  class="pf-v6-c-check__input"
10663
10673
  type="checkbox"
10664
- id="sticky-header-demo-tablecheckrow6check-input"
10665
- name="sticky-header-demo-tablecheckrow6check-input"
10674
+ id="sticky-header-demo-table-checkrow-6-check-input"
10675
+ name="sticky-header-demo-table-checkrow-6-check-input"
10666
10676
  aria-label="Standalone check"
10667
10677
  />
10668
10678
  </label>
@@ -10962,6 +10972,7 @@ wrapperTag: div
10962
10972
  </button>
10963
10973
  </div>
10964
10974
  </div>
10975
+
10965
10976
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
10966
10977
  <button
10967
10978
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -11082,7 +11093,7 @@ wrapperTag: div
11082
11093
  <div
11083
11094
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
11084
11095
  >
11085
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
11096
+ <div class="pf-v6-c-toolbar__toggle">
11086
11097
  <button
11087
11098
  class="pf-v6-c-menu-toggle pf-m-plain"
11088
11099
  type="button"
@@ -11218,7 +11229,7 @@ wrapperTag: div
11218
11229
  type="button"
11219
11230
  aria-expanded="false"
11220
11231
  aria-label="Menu toggle"
11221
- id="sticky-first-column-demo-toolbar-overflow-menutoggle"
11232
+ id="sticky-first-column-demo-toolbar-overflow-menu-toggle"
11222
11233
  >
11223
11234
  <span class="pf-v6-c-menu-toggle__icon">
11224
11235
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -12084,6 +12095,7 @@ wrapperTag: div
12084
12095
  </button>
12085
12096
  </div>
12086
12097
  </div>
12098
+
12087
12099
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
12088
12100
  <button
12089
12101
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -12207,7 +12219,7 @@ wrapperTag: div
12207
12219
  <div
12208
12220
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
12209
12221
  >
12210
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
12222
+ <div class="pf-v6-c-toolbar__toggle">
12211
12223
  <button
12212
12224
  class="pf-v6-c-menu-toggle pf-m-plain"
12213
12225
  type="button"
@@ -12343,7 +12355,7 @@ wrapperTag: div
12343
12355
  type="button"
12344
12356
  aria-expanded="false"
12345
12357
  aria-label="Menu toggle"
12346
- id="sticky-multiple-columns-demo-toolbar-overflow-menutoggle"
12358
+ id="sticky-multiple-columns-demo-toolbar-overflow-menu-toggle"
12347
12359
  >
12348
12360
  <span class="pf-v6-c-menu-toggle__icon">
12349
12361
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -13240,6 +13252,7 @@ wrapperTag: div
13240
13252
  </button>
13241
13253
  </div>
13242
13254
  </div>
13255
+
13243
13256
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
13244
13257
  <button
13245
13258
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -13363,7 +13376,7 @@ wrapperTag: div
13363
13376
  <div
13364
13377
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
13365
13378
  >
13366
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
13379
+ <div class="pf-v6-c-toolbar__toggle">
13367
13380
  <button
13368
13381
  class="pf-v6-c-menu-toggle pf-m-plain"
13369
13382
  type="button"
@@ -13499,7 +13512,7 @@ wrapperTag: div
13499
13512
  type="button"
13500
13513
  aria-expanded="false"
13501
13514
  aria-label="Menu toggle"
13502
- id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menutoggle"
13515
+ id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-toggle"
13503
13516
  >
13504
13517
  <span class="pf-v6-c-menu-toggle__icon">
13505
13518
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -14396,6 +14409,7 @@ wrapperTag: div
14396
14409
  </button>
14397
14410
  </div>
14398
14411
  </div>
14412
+
14399
14413
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
14400
14414
  <button
14401
14415
  class="pf-v6-c-menu-toggle pf-m-plain"
@@ -14519,7 +14533,7 @@ wrapperTag: div
14519
14533
  <div
14520
14534
  class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
14521
14535
  >
14522
- <div class="pf-v6-c-toolbar__toggle pf-m-show">
14536
+ <div class="pf-v6-c-toolbar__toggle">
14523
14537
  <button
14524
14538
  class="pf-v6-c-menu-toggle pf-m-plain"
14525
14539
  type="button"
@@ -14655,7 +14669,7 @@ wrapperTag: div
14655
14669
  type="button"
14656
14670
  aria-expanded="false"
14657
14671
  aria-label="Menu toggle"
14658
- id="sticky-header-and-multiple-columns-demo-toolbar-overflow-menutoggle"
14672
+ id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-toggle"
14659
14673
  >
14660
14674
  <span class="pf-v6-c-menu-toggle__icon">
14661
14675
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
@@ -15514,6 +15528,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
15514
15528
  </button>
15515
15529
  </div>
15516
15530
  </div>
15531
+
15517
15532
  <div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
15518
15533
  <button
15519
15534
  class="pf-v6-c-menu-toggle pf-m-plain"