@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
@@ -357,7 +357,7 @@ These classes can be used to ensure that the table changes between the tabular a
357
357
  <div class="pf-v6-c-overflow-menu__control">
358
358
  <div class="pf-v6-c-dropdown">
359
359
  <button
360
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
360
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
361
361
  type="button"
362
362
  id="table-with-expanded-overflow-menu-overflow-menu-1-dropdown-toggle"
363
363
  aria-label="Generic options"
@@ -407,7 +407,7 @@ These classes can be used to ensure that the table changes between the tabular a
407
407
  <div class="pf-v6-c-overflow-menu__control">
408
408
  <div class="pf-v6-c-dropdown">
409
409
  <button
410
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
410
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
411
411
  type="button"
412
412
  id="table-with-expanded-overflow-menu-overflow-menu-2-dropdown-toggle"
413
413
  aria-label="Generic options"
@@ -488,7 +488,7 @@ These classes can be used to ensure that the table changes between the tabular a
488
488
  <div class="pf-v6-c-overflow-menu__control">
489
489
  <div class="pf-v6-c-dropdown">
490
490
  <button
491
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
491
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
492
492
  type="button"
493
493
  id="table-with-overflow-menu-collapsed-overflow-menu-1-dropdown-toggle"
494
494
  aria-label="Generic options"
@@ -538,7 +538,7 @@ These classes can be used to ensure that the table changes between the tabular a
538
538
  <div class="pf-v6-c-overflow-menu__control">
539
539
  <div class="pf-v6-c-dropdown">
540
540
  <button
541
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
541
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
542
542
  type="button"
543
543
  id="table-with-overflow-menu-collapsed-overflow-menu-2-dropdown-toggle"
544
544
  aria-label="Generic options"
@@ -618,7 +618,7 @@ These classes can be used to ensure that the table changes between the tabular a
618
618
  <div class="pf-v6-c-overflow-menu__control">
619
619
  <div class="pf-v6-c-dropdown">
620
620
  <button
621
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
621
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
622
622
  type="button"
623
623
  id="table-with-overflow-menu-collapsed-mobile-overflow-menu-1-dropdown-toggle"
624
624
  aria-label="Generic options"
@@ -668,7 +668,7 @@ These classes can be used to ensure that the table changes between the tabular a
668
668
  <div class="pf-v6-c-overflow-menu__control">
669
669
  <div class="pf-v6-c-dropdown">
670
670
  <button
671
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
671
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
672
672
  type="button"
673
673
  id="table-with-overflow-menu-collapsed-mobile-overflow-menu-2-dropdown-toggle"
674
674
  aria-label="Generic options"
@@ -6673,7 +6673,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6673
6673
  aria-expanded="true"
6674
6674
  role="row"
6675
6675
  >
6676
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6676
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6677
6677
  <div class="pf-v6-c-table__tree-view-main">
6678
6678
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
6679
6679
  <button
@@ -6743,7 +6743,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6743
6743
  aria-expanded="false"
6744
6744
  role="row"
6745
6745
  >
6746
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6746
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6747
6747
  <div class="pf-v6-c-table__tree-view-main">
6748
6748
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
6749
6749
  <button
@@ -6812,7 +6812,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6812
6812
  hidden
6813
6813
  role="row"
6814
6814
  >
6815
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6815
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6816
6816
  <div class="pf-v6-c-table__tree-view-main">
6817
6817
  <div class="pf-v6-c-table__tree-view-text">
6818
6818
  <span
@@ -6868,7 +6868,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6868
6868
  hidden
6869
6869
  role="row"
6870
6870
  >
6871
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6871
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6872
6872
  <div class="pf-v6-c-table__tree-view-main">
6873
6873
  <div class="pf-v6-c-table__tree-view-text">
6874
6874
  <span
@@ -6924,7 +6924,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6924
6924
  tabindex="-1"
6925
6925
  role="row"
6926
6926
  >
6927
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6927
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6928
6928
  <div class="pf-v6-c-table__tree-view-main">
6929
6929
  <div class="pf-v6-c-table__tree-view-text">
6930
6930
  <span
@@ -6979,7 +6979,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6979
6979
  tabindex="-1"
6980
6980
  role="row"
6981
6981
  >
6982
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
6982
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
6983
6983
  <div class="pf-v6-c-table__tree-view-main">
6984
6984
  <div class="pf-v6-c-table__tree-view-text">
6985
6985
  <span
@@ -7036,7 +7036,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7036
7036
  aria-expanded="true"
7037
7037
  role="row"
7038
7038
  >
7039
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7039
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7040
7040
  <div class="pf-v6-c-table__tree-view-main">
7041
7041
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7042
7042
  <button
@@ -7104,7 +7104,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7104
7104
  tabindex="-1"
7105
7105
  role="row"
7106
7106
  >
7107
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7107
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7108
7108
  <div class="pf-v6-c-table__tree-view-main">
7109
7109
  <div class="pf-v6-c-table__tree-view-text">
7110
7110
  <span
@@ -7160,7 +7160,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7160
7160
  aria-expanded="true"
7161
7161
  role="row"
7162
7162
  >
7163
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7163
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7164
7164
  <div class="pf-v6-c-table__tree-view-main">
7165
7165
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7166
7166
  <button
@@ -7228,7 +7228,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7228
7228
  tabindex="-1"
7229
7229
  role="row"
7230
7230
  >
7231
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7231
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7232
7232
  <div class="pf-v6-c-table__tree-view-main">
7233
7233
  <div class="pf-v6-c-table__tree-view-text">
7234
7234
  <span
@@ -7284,7 +7284,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7284
7284
  tabindex="-1"
7285
7285
  role="row"
7286
7286
  >
7287
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7287
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7288
7288
  <div class="pf-v6-c-table__tree-view-main">
7289
7289
  <div class="pf-v6-c-table__tree-view-text">
7290
7290
  <span
@@ -7341,7 +7341,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7341
7341
  aria-expanded="true"
7342
7342
  role="row"
7343
7343
  >
7344
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7344
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7345
7345
  <div class="pf-v6-c-table__tree-view-main">
7346
7346
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7347
7347
  <button
@@ -7409,7 +7409,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7409
7409
  tabindex="-1"
7410
7410
  role="row"
7411
7411
  >
7412
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7412
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7413
7413
  <div class="pf-v6-c-table__tree-view-main">
7414
7414
  <div class="pf-v6-c-table__tree-view-text">
7415
7415
  <span
@@ -7464,7 +7464,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7464
7464
  tabindex="-1"
7465
7465
  role="row"
7466
7466
  >
7467
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7467
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7468
7468
  <div class="pf-v6-c-table__tree-view-main">
7469
7469
  <div class="pf-v6-c-table__tree-view-text">
7470
7470
  <span
@@ -7521,7 +7521,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7521
7521
  aria-expanded="false"
7522
7522
  role="row"
7523
7523
  >
7524
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7524
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7525
7525
  <div class="pf-v6-c-table__tree-view-main">
7526
7526
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7527
7527
  <button
@@ -7589,7 +7589,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7589
7589
  hidden
7590
7590
  role="row"
7591
7591
  >
7592
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7592
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7593
7593
  <div class="pf-v6-c-table__tree-view-main">
7594
7594
  <div class="pf-v6-c-table__tree-view-text">
7595
7595
  <span
@@ -7645,7 +7645,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7645
7645
  hidden
7646
7646
  role="row"
7647
7647
  >
7648
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7648
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7649
7649
  <div class="pf-v6-c-table__tree-view-main">
7650
7650
  <div class="pf-v6-c-table__tree-view-text">
7651
7651
  <span
@@ -7735,7 +7735,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7735
7735
  aria-expanded="true"
7736
7736
  role="row"
7737
7737
  >
7738
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7738
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7739
7739
  <div class="pf-v6-c-table__tree-view-main">
7740
7740
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7741
7741
  <button
@@ -7820,7 +7820,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7820
7820
  aria-expanded="false"
7821
7821
  role="row"
7822
7822
  >
7823
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7823
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7824
7824
  <div class="pf-v6-c-table__tree-view-main">
7825
7825
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
7826
7826
  <button
@@ -7904,7 +7904,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7904
7904
  hidden
7905
7905
  role="row"
7906
7906
  >
7907
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7907
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7908
7908
  <div class="pf-v6-c-table__tree-view-main">
7909
7909
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
7910
7910
  <label
@@ -7976,7 +7976,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
7976
7976
  hidden
7977
7977
  role="row"
7978
7978
  >
7979
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
7979
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
7980
7980
  <div class="pf-v6-c-table__tree-view-main">
7981
7981
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
7982
7982
  <label
@@ -8048,7 +8048,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8048
8048
  tabindex="-1"
8049
8049
  role="row"
8050
8050
  >
8051
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8051
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8052
8052
  <div class="pf-v6-c-table__tree-view-main">
8053
8053
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8054
8054
  <label
@@ -8119,7 +8119,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8119
8119
  tabindex="-1"
8120
8120
  role="row"
8121
8121
  >
8122
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8122
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8123
8123
  <div class="pf-v6-c-table__tree-view-main">
8124
8124
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8125
8125
  <label
@@ -8192,7 +8192,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8192
8192
  aria-expanded="true"
8193
8193
  role="row"
8194
8194
  >
8195
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8195
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8196
8196
  <div class="pf-v6-c-table__tree-view-main">
8197
8197
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
8198
8198
  <button
@@ -8275,7 +8275,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8275
8275
  tabindex="-1"
8276
8276
  role="row"
8277
8277
  >
8278
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8278
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8279
8279
  <div class="pf-v6-c-table__tree-view-main">
8280
8280
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8281
8281
  <label
@@ -8347,7 +8347,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8347
8347
  aria-expanded="true"
8348
8348
  role="row"
8349
8349
  >
8350
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8350
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8351
8351
  <div class="pf-v6-c-table__tree-view-main">
8352
8352
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
8353
8353
  <button
@@ -8430,7 +8430,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8430
8430
  tabindex="-1"
8431
8431
  role="row"
8432
8432
  >
8433
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8433
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8434
8434
  <div class="pf-v6-c-table__tree-view-main">
8435
8435
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8436
8436
  <label
@@ -8502,7 +8502,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8502
8502
  tabindex="-1"
8503
8503
  role="row"
8504
8504
  >
8505
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8505
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8506
8506
  <div class="pf-v6-c-table__tree-view-main">
8507
8507
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8508
8508
  <label
@@ -8575,7 +8575,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8575
8575
  aria-expanded="true"
8576
8576
  role="row"
8577
8577
  >
8578
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8578
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8579
8579
  <div class="pf-v6-c-table__tree-view-main">
8580
8580
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
8581
8581
  <button
@@ -8658,7 +8658,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8658
8658
  tabindex="-1"
8659
8659
  role="row"
8660
8660
  >
8661
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8661
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8662
8662
  <div class="pf-v6-c-table__tree-view-main">
8663
8663
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8664
8664
  <label
@@ -8729,7 +8729,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8729
8729
  tabindex="-1"
8730
8730
  role="row"
8731
8731
  >
8732
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8732
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8733
8733
  <div class="pf-v6-c-table__tree-view-main">
8734
8734
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8735
8735
  <label
@@ -8802,7 +8802,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8802
8802
  aria-expanded="false"
8803
8803
  role="row"
8804
8804
  >
8805
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8805
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8806
8806
  <div class="pf-v6-c-table__tree-view-main">
8807
8807
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
8808
8808
  <button
@@ -8885,7 +8885,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8885
8885
  hidden
8886
8886
  role="row"
8887
8887
  >
8888
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8888
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8889
8889
  <div class="pf-v6-c-table__tree-view-main">
8890
8890
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8891
8891
  <label
@@ -8957,7 +8957,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
8957
8957
  hidden
8958
8958
  role="row"
8959
8959
  >
8960
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
8960
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
8961
8961
  <div class="pf-v6-c-table__tree-view-main">
8962
8962
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
8963
8963
  <label
@@ -9062,7 +9062,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9062
9062
  aria-expanded="true"
9063
9063
  role="row"
9064
9064
  >
9065
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9065
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9066
9066
  <div class="pf-v6-c-table__tree-view-main">
9067
9067
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
9068
9068
  <button
@@ -9150,7 +9150,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9150
9150
  aria-expanded="false"
9151
9151
  role="row"
9152
9152
  >
9153
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9153
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9154
9154
  <div class="pf-v6-c-table__tree-view-main">
9155
9155
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
9156
9156
  <button
@@ -9237,7 +9237,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9237
9237
  hidden
9238
9238
  role="row"
9239
9239
  >
9240
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9240
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9241
9241
  <div class="pf-v6-c-table__tree-view-main">
9242
9242
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9243
9243
  <label
@@ -9312,7 +9312,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9312
9312
  hidden
9313
9313
  role="row"
9314
9314
  >
9315
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9315
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9316
9316
  <div class="pf-v6-c-table__tree-view-main">
9317
9317
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9318
9318
  <label
@@ -9387,7 +9387,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9387
9387
  tabindex="-1"
9388
9388
  role="row"
9389
9389
  >
9390
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9390
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9391
9391
  <div class="pf-v6-c-table__tree-view-main">
9392
9392
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9393
9393
  <label
@@ -9461,7 +9461,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9461
9461
  tabindex="-1"
9462
9462
  role="row"
9463
9463
  >
9464
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9464
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9465
9465
  <div class="pf-v6-c-table__tree-view-main">
9466
9466
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9467
9467
  <label
@@ -9537,7 +9537,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9537
9537
  aria-expanded="true"
9538
9538
  role="row"
9539
9539
  >
9540
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9540
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9541
9541
  <div class="pf-v6-c-table__tree-view-main">
9542
9542
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
9543
9543
  <button
@@ -9623,7 +9623,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9623
9623
  tabindex="-1"
9624
9624
  role="row"
9625
9625
  >
9626
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9626
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9627
9627
  <div class="pf-v6-c-table__tree-view-main">
9628
9628
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9629
9629
  <label
@@ -9698,7 +9698,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9698
9698
  aria-expanded="true"
9699
9699
  role="row"
9700
9700
  >
9701
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9701
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9702
9702
  <div class="pf-v6-c-table__tree-view-main">
9703
9703
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
9704
9704
  <button
@@ -9784,7 +9784,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9784
9784
  tabindex="-1"
9785
9785
  role="row"
9786
9786
  >
9787
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9787
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9788
9788
  <div class="pf-v6-c-table__tree-view-main">
9789
9789
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9790
9790
  <label
@@ -9859,7 +9859,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9859
9859
  tabindex="-1"
9860
9860
  role="row"
9861
9861
  >
9862
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9862
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9863
9863
  <div class="pf-v6-c-table__tree-view-main">
9864
9864
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
9865
9865
  <label
@@ -9935,7 +9935,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
9935
9935
  aria-expanded="true"
9936
9936
  role="row"
9937
9937
  >
9938
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
9938
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
9939
9939
  <div class="pf-v6-c-table__tree-view-main">
9940
9940
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
9941
9941
  <button
@@ -10021,7 +10021,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10021
10021
  tabindex="-1"
10022
10022
  role="row"
10023
10023
  >
10024
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10024
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10025
10025
  <div class="pf-v6-c-table__tree-view-main">
10026
10026
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
10027
10027
  <label
@@ -10095,7 +10095,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10095
10095
  tabindex="-1"
10096
10096
  role="row"
10097
10097
  >
10098
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10098
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10099
10099
  <div class="pf-v6-c-table__tree-view-main">
10100
10100
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
10101
10101
  <label
@@ -10171,7 +10171,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10171
10171
  aria-expanded="false"
10172
10172
  role="row"
10173
10173
  >
10174
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10174
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10175
10175
  <div class="pf-v6-c-table__tree-view-main">
10176
10176
  <span class="pf-v6-c-table__td pf-v6-c-table__toggle">
10177
10177
  <button
@@ -10257,7 +10257,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10257
10257
  hidden
10258
10258
  role="row"
10259
10259
  >
10260
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10260
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10261
10261
  <div class="pf-v6-c-table__tree-view-main">
10262
10262
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
10263
10263
  <label
@@ -10332,7 +10332,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10332
10332
  hidden
10333
10333
  role="row"
10334
10334
  >
10335
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10335
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10336
10336
  <div class="pf-v6-c-table__tree-view-main">
10337
10337
  <span class="pf-v6-c-table__td pf-v6-c-table__check">
10338
10338
  <label
@@ -10429,7 +10429,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10429
10429
 
10430
10430
  <tbody class="pf-v6-c-table__tbody">
10431
10431
  <tr class="pf-v6-c-table__tr" role="row">
10432
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10432
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10433
10433
  <div class="pf-v6-c-table__tree-view-main">
10434
10434
  <div class="pf-v6-c-table__tree-view-text">
10435
10435
  <span
@@ -10464,7 +10464,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10464
10464
  >5</td>
10465
10465
  </tr>
10466
10466
  <tr class="pf-v6-c-table__tr" role="row">
10467
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10467
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10468
10468
  <div class="pf-v6-c-table__tree-view-main">
10469
10469
  <div class="pf-v6-c-table__tree-view-text">
10470
10470
  <span
@@ -10499,7 +10499,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10499
10499
  >5</td>
10500
10500
  </tr>
10501
10501
  <tr class="pf-v6-c-table__tr" role="row">
10502
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10502
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10503
10503
  <div class="pf-v6-c-table__tree-view-main">
10504
10504
  <div class="pf-v6-c-table__tree-view-text">
10505
10505
  <span
@@ -10534,7 +10534,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10534
10534
  >5</td>
10535
10535
  </tr>
10536
10536
  <tr class="pf-v6-c-table__tr" role="row">
10537
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10537
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10538
10538
  <div class="pf-v6-c-table__tree-view-main">
10539
10539
  <div class="pf-v6-c-table__tree-view-text">
10540
10540
  <span
@@ -10569,7 +10569,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10569
10569
  >5</td>
10570
10570
  </tr>
10571
10571
  <tr class="pf-v6-c-table__tr" role="row">
10572
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10572
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10573
10573
  <div class="pf-v6-c-table__tree-view-main">
10574
10574
  <div class="pf-v6-c-table__tree-view-text">
10575
10575
  <span
@@ -10604,7 +10604,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
10604
10604
  >5</td>
10605
10605
  </tr>
10606
10606
  <tr class="pf-v6-c-table__tr" role="row">
10607
- <th class="pf-v6-c-table__th pf-v5-c-table__tree-view-title-cell">
10607
+ <th class="pf-v6-c-table__th pf-v6-c-table__tree-view-title-cell">
10608
10608
  <div class="pf-v6-c-table__tree-view-main">
10609
10609
  <div class="pf-v6-c-table__tree-view-text">
10610
10610
  <span
@@ -17875,19 +17875,19 @@ For sticky columns to function correctly, the parent table's width must be contr
17875
17875
 
17876
17876
  <tr class="pf-v6-c-table__tr pf-m-first-cell-offset-reset" role="row">
17877
17877
  <th
17878
- class="pf-v6-c-table__th pf-v5-c-table__subhead"
17878
+ class="pf-v6-c-table__th pf-v6-c-table__subhead"
17879
17879
  role="columnheader"
17880
17880
  scope="col"
17881
17881
  >Design lead</th>
17882
17882
 
17883
17883
  <th
17884
- class="pf-v6-c-table__th pf-v5-c-table__subhead"
17884
+ class="pf-v6-c-table__th pf-v6-c-table__subhead"
17885
17885
  role="columnheader"
17886
17886
  scope="col"
17887
17887
  >Interaction design</th>
17888
17888
 
17889
17889
  <th
17890
- class="pf-v6-c-table__th pf-v5-c-table__subhead pf-m-border-right"
17890
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-border-right"
17891
17891
  role="columnheader"
17892
17892
  scope="col"
17893
17893
  >Visual designers</th>
@@ -660,7 +660,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
660
660
  <div class="pf-v6-c-overflow-menu__control">
661
661
  <div class="pf-v6-c-dropdown">
662
662
  <button
663
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
663
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
664
664
  type="button"
665
665
  id="toolbar-selected-filters-toggle-group-collapsed-example-icon-button-overflow-menu-dropdown-toggle"
666
666
  aria-label="Overflow menu"
@@ -953,7 +953,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
953
953
  <div class="pf-v6-c-overflow-menu__control">
954
954
  <div class="pf-v6-c-dropdown">
955
955
  <button
956
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
956
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
957
957
  type="button"
958
958
  id="toolbar-selected-filters-toggle-group-expanded-example-icon-button-overflow-menu-dropdown-toggle"
959
959
  aria-label="Overflow menu"
@@ -1394,7 +1394,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1394
1394
  <div class="pf-v6-c-overflow-menu__control">
1395
1395
  <div class="pf-v6-c-dropdown">
1396
1396
  <button
1397
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
1397
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
1398
1398
  type="button"
1399
1399
  id="toolbar-selected-filters-example-overflow-menu-dropdown-toggle"
1400
1400
  aria-label="Overflow menu"
@@ -1748,7 +1748,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1748
1748
  <div class="pf-v6-c-overflow-menu__control">
1749
1749
  <div class="pf-v6-c-dropdown">
1750
1750
  <button
1751
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
1751
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
1752
1752
  type="button"
1753
1753
  id="toolbar-stacked-example-overflow-menu-dropdown-toggle"
1754
1754
  aria-label="Overflow menu"
@@ -1965,7 +1965,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
1965
1965
  <div class="pf-v6-c-overflow-menu__control">
1966
1966
  <div class="pf-v6-c-dropdown">
1967
1967
  <button
1968
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
1968
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
1969
1969
  type="button"
1970
1970
  id="toolbar-stacked-collapsed-example-icon-button-overflow-menu-dropdown-toggle"
1971
1971
  aria-label="Overflow menu"
@@ -543,7 +543,7 @@ wrapperTag: div
543
543
  <div class="pf-v6-c-drawer__content">
544
544
  <div class="pf-v6-c-wizard__main-body">
545
545
  <button
546
- class="pf-v6-c-button pf-v6-u-hidden pf-m-link pf-m-inline pf-v5-u-float-right pf-v5-u-ml-md"
546
+ class="pf-v6-c-button pf-v6-u-hidden pf-m-link pf-m-inline pf-v6-u-float-right pf-v6-u-ml-md"
547
547
  type="button"
548
548
  >Open drawer</button>
549
549
  <form class="pf-v6-c-form pf-m-limit-width" novalidate>