@patternfly/patternfly 6.0.0-alpha.109 → 6.0.0-alpha.110

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 (31) hide show
  1. package/README.md +1 -1
  2. package/docs/components/Label/examples/Label.md +60 -60
  3. package/docs/components/LogViewer/examples/LogViewer.md +40 -40
  4. package/docs/components/Login/examples/Login.md +5 -5
  5. package/docs/components/ModalBox/examples/ModalBox.md +1 -1
  6. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +30 -30
  7. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +10 -10
  8. package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
  9. package/docs/components/Select/deprecated/Select.md +64 -64
  10. package/docs/components/Slider/examples/Slider.md +39 -39
  11. package/docs/components/Table/examples/Table.md +66 -66
  12. package/docs/components/Toolbar/examples/Toolbar.md +5 -5
  13. package/docs/components/Wizard/examples/Wizard.md +1 -1
  14. package/docs/demos/Banner/examples/Banner.md +9 -9
  15. package/docs/demos/Card/examples/Card.md +96 -96
  16. package/docs/demos/CardView/examples/CardView.md +7 -7
  17. package/docs/demos/ContextSelector/examples/ContextSelector.md +1 -1
  18. package/docs/demos/Dashboard/examples/Dashboard.md +21 -21
  19. package/docs/demos/DataList/examples/DataList.md +8 -8
  20. package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -5
  21. package/docs/demos/Masthead/examples/Masthead.md +1 -1
  22. package/docs/demos/Modal/examples/Modal.md +3 -3
  23. package/docs/demos/Nav/examples/Nav.md +2 -2
  24. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +16 -16
  25. package/docs/demos/Page/examples/Page.md +2 -2
  26. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +40 -40
  27. package/docs/demos/Table/examples/Table.md +86 -86
  28. package/docs/demos/Tabs/examples/Tabs.md +9 -9
  29. package/docs/demos/Toolbar/examples/Toolbar.md +7 -7
  30. package/docs/demos/Wizard/examples/Wizard.md +3 -3
  31. package/package.json +1 -1
@@ -528,7 +528,7 @@ The single select should be used when the user is selecting an option from a lis
528
528
 
529
529
  <div class="pf-v6-c-select__toggle pf-m-typeahead">
530
530
  <div class="pf-v6-c-select__toggle-wrapper">
531
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
531
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
532
532
  <input
533
533
  type="text"
534
534
  id="select-single-typeahead-typeahead"
@@ -539,7 +539,7 @@ The single select should be used when the user is selecting an option from a lis
539
539
  </span>
540
540
  </div>
541
541
  <button
542
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
542
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
543
543
  type="button"
544
544
  id="select-single-typeahead-toggle"
545
545
  aria-haspopup="true"
@@ -607,7 +607,7 @@ The single select should be used when the user is selecting an option from a lis
607
607
 
608
608
  <div class="pf-v6-c-select__toggle pf-m-typeahead">
609
609
  <div class="pf-v6-c-select__toggle-wrapper">
610
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
610
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
611
611
  <input
612
612
  type="text"
613
613
  id="select-single-typeahead-expanded-typeahead"
@@ -618,14 +618,14 @@ The single select should be used when the user is selecting an option from a lis
618
618
  </span>
619
619
  </div>
620
620
  <button
621
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-clear"
621
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-clear"
622
622
  type="button"
623
623
  aria-label="Clear all"
624
624
  >
625
625
  <i class="fas fa-times-circle" aria-hidden="true"></i>
626
626
  </button>
627
627
  <button
628
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
628
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
629
629
  type="button"
630
630
  id="select-single-typeahead-expanded-toggle"
631
631
  aria-haspopup="true"
@@ -686,7 +686,7 @@ The single select should be used when the user is selecting an option from a lis
686
686
 
687
687
  <div class="pf-v6-c-select__toggle pf-m-typeahead">
688
688
  <div class="pf-v6-c-select__toggle-wrapper">
689
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
689
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
690
690
  <input
691
691
  type="text"
692
692
  id="select-single-typeahead-expanded-selected-typeahead"
@@ -697,14 +697,14 @@ The single select should be used when the user is selecting an option from a lis
697
697
  </span>
698
698
  </div>
699
699
  <button
700
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-clear"
700
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-clear"
701
701
  type="button"
702
702
  aria-label="Clear all"
703
703
  >
704
704
  <i class="fas fa-times-circle" aria-hidden="true"></i>
705
705
  </button>
706
706
  <button
707
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
707
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
708
708
  type="button"
709
709
  id="select-single-typeahead-expanded-selected-toggle"
710
710
  aria-haspopup="true"
@@ -772,7 +772,7 @@ The single select should be used when the user is selecting an option from a lis
772
772
  <div class="pf-v6-c-select__toggle pf-m-typeahead pf-m-disabled">
773
773
  <div class="pf-v6-c-select__toggle-wrapper">
774
774
  <span
775
- class="pf-v6-c-form-control pf-m-disabled pf-v5-c-select__toggle-typeahead"
775
+ class="pf-v6-c-form-control pf-m-disabled pf-v6-c-select__toggle-typeahead"
776
776
  >
777
777
  <input
778
778
  disabled
@@ -784,7 +784,7 @@ The single select should be used when the user is selecting an option from a lis
784
784
  </span>
785
785
  </div>
786
786
  <button
787
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
787
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
788
788
  type="button"
789
789
  id="select-single-typeahead-disabled-toggle"
790
790
  aria-haspopup="true"
@@ -853,7 +853,7 @@ The single select should be used when the user is selecting an option from a lis
853
853
 
854
854
  <div class="pf-v6-c-select__toggle pf-m-typeahead">
855
855
  <div class="pf-v6-c-select__toggle-wrapper">
856
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
856
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
857
857
  <input
858
858
  type="text"
859
859
  id="select-single-typeahead-invalid-typeahead"
@@ -868,7 +868,7 @@ The single select should be used when the user is selecting an option from a lis
868
868
  <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
869
869
  </span>
870
870
  <button
871
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
871
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
872
872
  type="button"
873
873
  id="select-single-typeahead-invalid-toggle"
874
874
  aria-haspopup="true"
@@ -963,7 +963,7 @@ The single select typeahead should be used when the user is selecting one option
963
963
 
964
964
  <div class="pf-v6-c-select__toggle pf-m-typeahead">
965
965
  <div class="pf-v6-c-select__toggle-wrapper">
966
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
966
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
967
967
  <input
968
968
  type="text"
969
969
  id="select-multi-typeahead-typeahead"
@@ -974,7 +974,7 @@ The single select typeahead should be used when the user is selecting one option
974
974
  </span>
975
975
  </div>
976
976
  <button
977
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
977
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
978
978
  type="button"
979
979
  id="select-multi-typeahead-toggle"
980
980
  aria-haspopup="true"
@@ -1144,7 +1144,7 @@ The single select typeahead should be used when the user is selecting one option
1144
1144
  </ul>
1145
1145
  </div>
1146
1146
  </div>
1147
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
1147
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
1148
1148
  <input
1149
1149
  type="text"
1150
1150
  id="select-multi-typeahead-expanded-typeahead"
@@ -1155,14 +1155,14 @@ The single select typeahead should be used when the user is selecting one option
1155
1155
  </span>
1156
1156
  </div>
1157
1157
  <button
1158
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-clear"
1158
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-clear"
1159
1159
  type="button"
1160
1160
  aria-label="Clear all"
1161
1161
  >
1162
1162
  <i class="fas fa-times-circle" aria-hidden="true"></i>
1163
1163
  </button>
1164
1164
  <button
1165
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
1165
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
1166
1166
  type="button"
1167
1167
  id="select-multi-typeahead-expanded-toggle"
1168
1168
  aria-haspopup="true"
@@ -1296,7 +1296,7 @@ The single select typeahead should be used when the user is selecting one option
1296
1296
  </ul>
1297
1297
  </div>
1298
1298
  </div>
1299
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
1299
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
1300
1300
  <input
1301
1301
  type="text"
1302
1302
  id="select-multi-typeahead-expanded-selected-typeahead"
@@ -1307,14 +1307,14 @@ The single select typeahead should be used when the user is selecting one option
1307
1307
  </span>
1308
1308
  </div>
1309
1309
  <button
1310
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-clear"
1310
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-clear"
1311
1311
  type="button"
1312
1312
  aria-label="Clear all"
1313
1313
  >
1314
1314
  <i class="fas fa-times-circle" aria-hidden="true"></i>
1315
1315
  </button>
1316
1316
  <button
1317
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
1317
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
1318
1318
  type="button"
1319
1319
  id="select-multi-typeahead-expanded-selected-toggle"
1320
1320
  aria-haspopup="true"
@@ -1474,7 +1474,7 @@ The single select typeahead should be used when the user is selecting one option
1474
1474
  </ul>
1475
1475
  </div>
1476
1476
  </div>
1477
- <span class="pf-v6-c-form-control pf-v5-c-select__toggle-typeahead">
1477
+ <span class="pf-v6-c-form-control pf-v6-c-select__toggle-typeahead">
1478
1478
  <input
1479
1479
  type="text"
1480
1480
  id="select-multi-typeahead-invalid-typeahead"
@@ -1489,14 +1489,14 @@ The single select typeahead should be used when the user is selecting one option
1489
1489
  <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
1490
1490
  </span>
1491
1491
  <button
1492
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-clear"
1492
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-clear"
1493
1493
  type="button"
1494
1494
  aria-label="Clear all"
1495
1495
  >
1496
1496
  <i class="fas fa-times-circle" aria-hidden="true"></i>
1497
1497
  </button>
1498
1498
  <button
1499
- class="pf-v6-c-button pf-m-plain pf-v5-c-select__toggle-button"
1499
+ class="pf-v6-c-button pf-m-plain pf-v6-c-select__toggle-button"
1500
1500
  type="button"
1501
1501
  id="select-multi-typeahead-invalid-toggle"
1502
1502
  aria-haspopup="true"
@@ -1594,7 +1594,7 @@ The multiselect should be used when the user is selecting multiple items from a
1594
1594
  <div class="pf-v6-c-select__menu" hidden>
1595
1595
  <fieldset class="pf-v6-c-select__menu-fieldset" aria-label="Select input">
1596
1596
  <label
1597
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
1597
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
1598
1598
  id="select-checkbox-active"
1599
1599
  for="select-checkbox-active-input"
1600
1600
  >
@@ -1612,7 +1612,7 @@ The multiselect should be used when the user is selecting multiple items from a
1612
1612
  >This is a description</span>
1613
1613
  </label>
1614
1614
  <label
1615
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
1615
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
1616
1616
  id="select-checkbox-canceled"
1617
1617
  for="select-checkbox-canceled-input"
1618
1618
  >
@@ -1630,7 +1630,7 @@ The multiselect should be used when the user is selecting multiple items from a
1630
1630
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
1631
1631
  </label>
1632
1632
  <label
1633
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1633
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1634
1634
  id="select-checkbox-paused"
1635
1635
  for="select-checkbox-paused-input"
1636
1636
  >
@@ -1643,7 +1643,7 @@ The multiselect should be used when the user is selecting multiple items from a
1643
1643
  <span class="pf-v6-c-check__label">Paused</span>
1644
1644
  </label>
1645
1645
  <label
1646
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1646
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1647
1647
  id="select-checkbox-warning"
1648
1648
  for="select-checkbox-warning-input"
1649
1649
  >
@@ -1656,7 +1656,7 @@ The multiselect should be used when the user is selecting multiple items from a
1656
1656
  <span class="pf-v6-c-check__label">Warning</span>
1657
1657
  </label>
1658
1658
  <label
1659
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1659
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1660
1660
  id="select-checkbox-restarted"
1661
1661
  for="select-checkbox-restarted-input"
1662
1662
  >
@@ -1699,7 +1699,7 @@ The multiselect should be used when the user is selecting multiple items from a
1699
1699
  <div class="pf-v6-c-select__menu">
1700
1700
  <fieldset class="pf-v6-c-select__menu-fieldset" aria-label="Select input">
1701
1701
  <label
1702
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1702
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1703
1703
  id="select-checkbox-expanded-check-active"
1704
1704
  for="select-checkbox-expanded-check-active-input"
1705
1705
  >
@@ -1713,7 +1713,7 @@ The multiselect should be used when the user is selecting multiple items from a
1713
1713
  <span class="pf-v6-c-check__label">Active</span>
1714
1714
  </label>
1715
1715
  <label
1716
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1716
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1717
1717
  id="select-checkbox-expanded-check-canceled"
1718
1718
  for="select-checkbox-expanded-check-canceled-input"
1719
1719
  >
@@ -1727,7 +1727,7 @@ The multiselect should be used when the user is selecting multiple items from a
1727
1727
  <span class="pf-v6-c-check__label">Canceled</span>
1728
1728
  </label>
1729
1729
  <label
1730
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1730
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1731
1731
  id="select-checkbox-expanded-check-paused"
1732
1732
  for="select-checkbox-expanded-check-paused-input"
1733
1733
  >
@@ -1740,7 +1740,7 @@ The multiselect should be used when the user is selecting multiple items from a
1740
1740
  <span class="pf-v6-c-check__label">Paused</span>
1741
1741
  </label>
1742
1742
  <label
1743
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1743
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1744
1744
  id="select-checkbox-expanded-check-warning"
1745
1745
  for="select-checkbox-expanded-check-warning-input"
1746
1746
  >
@@ -1754,7 +1754,7 @@ The multiselect should be used when the user is selecting multiple items from a
1754
1754
  <span class="pf-v6-c-check__label">Warning</span>
1755
1755
  </label>
1756
1756
  <label
1757
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1757
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1758
1758
  id="select-checkbox-expanded-check-restarted"
1759
1759
  for="select-checkbox-expanded-check-restarted-input"
1760
1760
  >
@@ -1806,7 +1806,7 @@ The multiselect should be used when the user is selecting multiple items from a
1806
1806
  aria-labelledby="select-checkbox-expanded-selected-group-status"
1807
1807
  >
1808
1808
  <label
1809
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1809
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1810
1810
  id="select-checkbox-expanded-selected-check-running"
1811
1811
  for="select-checkbox-expanded-selected-check-running-input"
1812
1812
  >
@@ -1819,7 +1819,7 @@ The multiselect should be used when the user is selecting multiple items from a
1819
1819
  <span class="pf-v6-c-check__label">Running</span>
1820
1820
  </label>
1821
1821
  <label
1822
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1822
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1823
1823
  id="select-checkbox-expanded-selected-check-stopped"
1824
1824
  for="select-checkbox-expanded-selected-check-stopped-input"
1825
1825
  >
@@ -1832,7 +1832,7 @@ The multiselect should be used when the user is selecting multiple items from a
1832
1832
  <span class="pf-v6-c-check__label">Stopped</span>
1833
1833
  </label>
1834
1834
  <label
1835
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1835
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1836
1836
  id="select-checkbox-expanded-selected-check-down"
1837
1837
  for="select-checkbox-expanded-selected-check-down-input"
1838
1838
  >
@@ -1845,7 +1845,7 @@ The multiselect should be used when the user is selecting multiple items from a
1845
1845
  <span class="pf-v6-c-check__label">Down</span>
1846
1846
  </label>
1847
1847
  <label
1848
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1848
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1849
1849
  id="select-checkbox-expanded-selected-check-degraded"
1850
1850
  for="select-checkbox-expanded-selected-check-degraded-input"
1851
1851
  >
@@ -1858,7 +1858,7 @@ The multiselect should be used when the user is selecting multiple items from a
1858
1858
  <span class="pf-v6-c-check__label">Degraded</span>
1859
1859
  </label>
1860
1860
  <label
1861
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1861
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1862
1862
  id="select-checkbox-expanded-selected-check-needs-maintenance"
1863
1863
  for="select-checkbox-expanded-selected-check-needs-maintenance-input"
1864
1864
  >
@@ -1884,7 +1884,7 @@ The multiselect should be used when the user is selecting multiple items from a
1884
1884
  aria-labelledby="select-checkbox-expanded-selected-group-vendor"
1885
1885
  >
1886
1886
  <label
1887
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1887
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1888
1888
  id="select-checkbox-expanded-selected-check-dell"
1889
1889
  for="select-checkbox-expanded-selected-check-dell-input"
1890
1890
  >
@@ -1897,7 +1897,7 @@ The multiselect should be used when the user is selecting multiple items from a
1897
1897
  <span class="pf-v6-c-check__label">Dell</span>
1898
1898
  </label>
1899
1899
  <label
1900
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1900
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1901
1901
  id="select-checkbox-expanded-selected-check-Samsung"
1902
1902
  for="select-checkbox-expanded-selected-check-Samsung-input"
1903
1903
  >
@@ -1911,7 +1911,7 @@ The multiselect should be used when the user is selecting multiple items from a
1911
1911
  <span class="pf-v6-c-check__label pf-m-disabled">Samsung</span>
1912
1912
  </label>
1913
1913
  <label
1914
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1914
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1915
1915
  id="select-checkbox-expanded-selected-check-Hp"
1916
1916
  for="select-checkbox-expanded-selected-check-Hp-input"
1917
1917
  >
@@ -1986,7 +1986,7 @@ The multiselect should be used when the user is selecting multiple items from a
1986
1986
  aria-labelledby="select-checkbox-expanded-selected-filter-example-group-status"
1987
1987
  >
1988
1988
  <label
1989
- class="pf-v6-c-check pf-v5-c-select__menu-item"
1989
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
1990
1990
  id="select-checkbox-expanded-selected-filter-example-check-running"
1991
1991
  for="select-checkbox-expanded-selected-filter-example-check-running-input"
1992
1992
  >
@@ -1999,7 +1999,7 @@ The multiselect should be used when the user is selecting multiple items from a
1999
1999
  <span class="pf-v6-c-check__label">Running</span>
2000
2000
  </label>
2001
2001
  <label
2002
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2002
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2003
2003
  id="select-checkbox-expanded-selected-filter-example-check-stopped"
2004
2004
  for="select-checkbox-expanded-selected-filter-example-check-stopped-input"
2005
2005
  >
@@ -2012,7 +2012,7 @@ The multiselect should be used when the user is selecting multiple items from a
2012
2012
  <span class="pf-v6-c-check__label">Stopped</span>
2013
2013
  </label>
2014
2014
  <label
2015
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2015
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2016
2016
  id="select-checkbox-expanded-selected-filter-example-check-down"
2017
2017
  for="select-checkbox-expanded-selected-filter-example-check-down-input"
2018
2018
  >
@@ -2025,7 +2025,7 @@ The multiselect should be used when the user is selecting multiple items from a
2025
2025
  <span class="pf-v6-c-check__label">Down</span>
2026
2026
  </label>
2027
2027
  <label
2028
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2028
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2029
2029
  id="select-checkbox-expanded-selected-filter-example-check-degraded"
2030
2030
  for="select-checkbox-expanded-selected-filter-example-check-degraded-input"
2031
2031
  >
@@ -2038,7 +2038,7 @@ The multiselect should be used when the user is selecting multiple items from a
2038
2038
  <span class="pf-v6-c-check__label">Degraded</span>
2039
2039
  </label>
2040
2040
  <label
2041
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2041
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2042
2042
  id="select-checkbox-expanded-selected-filter-example-check-needs-maintenance"
2043
2043
  for="select-checkbox-expanded-selected-filter-example-check-needs-maintenance-input"
2044
2044
  >
@@ -2064,7 +2064,7 @@ The multiselect should be used when the user is selecting multiple items from a
2064
2064
  aria-labelledby="select-checkbox-expanded-selected-filter-example-group-vendor"
2065
2065
  >
2066
2066
  <label
2067
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2067
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2068
2068
  id="select-checkbox-expanded-selected-filter-example-check-dell"
2069
2069
  for="select-checkbox-expanded-selected-filter-example-check-dell-input"
2070
2070
  >
@@ -2077,7 +2077,7 @@ The multiselect should be used when the user is selecting multiple items from a
2077
2077
  <span class="pf-v6-c-check__label">Dell</span>
2078
2078
  </label>
2079
2079
  <label
2080
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2080
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2081
2081
  id="select-checkbox-expanded-selected-filter-example-check-Samsung"
2082
2082
  for="select-checkbox-expanded-selected-filter-example-check-Samsung-input"
2083
2083
  >
@@ -2091,7 +2091,7 @@ The multiselect should be used when the user is selecting multiple items from a
2091
2091
  <span class="pf-v6-c-check__label pf-m-disabled">Samsung</span>
2092
2092
  </label>
2093
2093
  <label
2094
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2094
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2095
2095
  id="select-checkbox-expanded-selected-filter-example-check-Hp"
2096
2096
  for="select-checkbox-expanded-selected-filter-example-check-Hp-input"
2097
2097
  >
@@ -2135,7 +2135,7 @@ The multiselect should be used when the user is selecting multiple items from a
2135
2135
  <div class="pf-v6-c-select__menu">
2136
2136
  <fieldset class="pf-v6-c-select__menu-fieldset" aria-label="Select input">
2137
2137
  <label
2138
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2138
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2139
2139
  id="select-checkbox-without-badge-check-active"
2140
2140
  for="select-checkbox-without-badge-check-active-input"
2141
2141
  >
@@ -2149,7 +2149,7 @@ The multiselect should be used when the user is selecting multiple items from a
2149
2149
  <span class="pf-v6-c-check__label">Active</span>
2150
2150
  </label>
2151
2151
  <label
2152
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2152
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2153
2153
  id="select-checkbox-without-badge-check-canceled"
2154
2154
  for="select-checkbox-without-badge-check-canceled-input"
2155
2155
  >
@@ -2163,7 +2163,7 @@ The multiselect should be used when the user is selecting multiple items from a
2163
2163
  <span class="pf-v6-c-check__label">Canceled</span>
2164
2164
  </label>
2165
2165
  <label
2166
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2166
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2167
2167
  id="select-checkbox-without-badge-check-paused"
2168
2168
  for="select-checkbox-without-badge-check-paused-input"
2169
2169
  >
@@ -2176,7 +2176,7 @@ The multiselect should be used when the user is selecting multiple items from a
2176
2176
  <span class="pf-v6-c-check__label">Paused</span>
2177
2177
  </label>
2178
2178
  <label
2179
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2179
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2180
2180
  id="select-checkbox-without-badge-check-warning"
2181
2181
  for="select-checkbox-without-badge-check-warning-input"
2182
2182
  >
@@ -2190,7 +2190,7 @@ The multiselect should be used when the user is selecting multiple items from a
2190
2190
  <span class="pf-v6-c-check__label">Warning</span>
2191
2191
  </label>
2192
2192
  <label
2193
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2193
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2194
2194
  id="select-checkbox-without-badge-check-restarted"
2195
2195
  for="select-checkbox-without-badge-check-restarted-input"
2196
2196
  >
@@ -2233,7 +2233,7 @@ The multiselect should be used when the user is selecting multiple items from a
2233
2233
  <div class="pf-v6-c-select__menu">
2234
2234
  <fieldset class="pf-v6-c-select__menu-fieldset" aria-label="Select input">
2235
2235
  <label
2236
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2236
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2237
2237
  id="select-checkbox-counts-active"
2238
2238
  for="select-checkbox-counts-active-input"
2239
2239
  >
@@ -2251,7 +2251,7 @@ The multiselect should be used when the user is selecting multiple items from a
2251
2251
  </span>
2252
2252
  </label>
2253
2253
  <label
2254
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2254
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2255
2255
  id="select-checkbox-counts-canceled"
2256
2256
  for="select-checkbox-counts-canceled-input"
2257
2257
  >
@@ -2270,7 +2270,7 @@ The multiselect should be used when the user is selecting multiple items from a
2270
2270
  </span>
2271
2271
  </label>
2272
2272
  <label
2273
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2273
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2274
2274
  id="select-checkbox-counts-paused"
2275
2275
  for="select-checkbox-counts-paused-input"
2276
2276
  >
@@ -2288,7 +2288,7 @@ The multiselect should be used when the user is selecting multiple items from a
2288
2288
  </span>
2289
2289
  </label>
2290
2290
  <label
2291
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2291
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2292
2292
  id="select-checkbox-counts-warning"
2293
2293
  for="select-checkbox-counts-warning-input"
2294
2294
  >
@@ -2307,7 +2307,7 @@ The multiselect should be used when the user is selecting multiple items from a
2307
2307
  </span>
2308
2308
  </label>
2309
2309
  <label
2310
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2310
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2311
2311
  id="select-checkbox-counts-restarted"
2312
2312
  for="select-checkbox-counts-restarted-input"
2313
2313
  >
@@ -2721,7 +2721,7 @@ The plain select variation should be used when you do not want a border applied
2721
2721
  <div class="pf-v6-c-select__menu">
2722
2722
  <fieldset class="pf-v6-c-select__menu-fieldset" aria-label="Select input">
2723
2723
  <label
2724
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2724
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2725
2725
  id="select-checkbox-description-active"
2726
2726
  for="select-checkbox-description-active-input"
2727
2727
  >
@@ -2739,7 +2739,7 @@ The plain select variation should be used when you do not want a border applied
2739
2739
  >This is a description</span>
2740
2740
  </label>
2741
2741
  <label
2742
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2742
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2743
2743
  id="select-checkbox-description-canceled"
2744
2744
  for="select-checkbox-description-canceled-input"
2745
2745
  >
@@ -2757,7 +2757,7 @@ The plain select variation should be used when you do not want a border applied
2757
2757
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
2758
2758
  </label>
2759
2759
  <label
2760
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2760
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2761
2761
  id="select-checkbox-description-paused"
2762
2762
  for="select-checkbox-description-paused-input"
2763
2763
  >
@@ -2770,7 +2770,7 @@ The plain select variation should be used when you do not want a border applied
2770
2770
  <span class="pf-v6-c-check__label">Paused</span>
2771
2771
  </label>
2772
2772
  <label
2773
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2773
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2774
2774
  id="select-checkbox-description-warning"
2775
2775
  for="select-checkbox-description-warning-input"
2776
2776
  >
@@ -2783,7 +2783,7 @@ The plain select variation should be used when you do not want a border applied
2783
2783
  <span class="pf-v6-c-check__label">Warning</span>
2784
2784
  </label>
2785
2785
  <label
2786
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2786
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2787
2787
  id="select-checkbox-description-restarted"
2788
2788
  for="select-checkbox-description-restarted-input"
2789
2789
  >