@patternfly/patternfly 6.0.0-alpha.100 → 6.0.0-alpha.101

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 (52) hide show
  1. package/components/Table/table-scrollable.css +12 -15
  2. package/components/Table/table-scrollable.scss +33 -30
  3. package/components/Table/table-tree-view.css +0 -2
  4. package/components/Table/table-tree-view.scss +9 -11
  5. package/components/Table/table.css +118 -55
  6. package/components/Table/table.scss +182 -100
  7. package/docs/components/Table/examples/Table.css +6 -8
  8. package/docs/components/Table/examples/Table.md +79 -92
  9. package/docs/demos/Table/examples/Table.md +28 -28
  10. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  11. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  12. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  13. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +24 -24
  14. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  15. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  16. package/docs/utilities/Display/examples/Display.css +8 -8
  17. package/docs/utilities/Display/examples/Display.md +7 -7
  18. package/docs/utilities/Flex/examples/Flex.css +5 -5
  19. package/docs/utilities/Flex/examples/Flex.md +82 -40
  20. package/docs/utilities/Float/examples/Float.css +2 -2
  21. package/docs/utilities/Float/examples/Float.md +6 -6
  22. package/docs/utilities/Sizing/examples/Sizing.css +4 -4
  23. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  24. package/docs/utilities/Spacing/examples/Spacing.css +1 -1
  25. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  26. package/docs/utilities/Text/examples/Text.md +53 -53
  27. package/package.json +1 -1
  28. package/patternfly-addons.css +91 -371
  29. package/patternfly-no-globals.css +130 -72
  30. package/patternfly-theme-dark-unversioned.css +130 -72
  31. package/patternfly.css +130 -72
  32. package/patternfly.min.css +1 -1
  33. package/patternfly.min.css.map +1 -1
  34. package/sass-utilities/mixins.scss +2 -2
  35. package/utilities/Alignment/alignment.css +24 -24
  36. package/utilities/Alignment/alignment.scss +4 -4
  37. package/utilities/BackgroundColor/BackgroundColor.css +0 -100
  38. package/utilities/BackgroundColor/BackgroundColor.scss +2 -8
  39. package/utilities/BoxShadow/box-shadow.css +15 -39
  40. package/utilities/BoxShadow/box-shadow.scss +17 -27
  41. package/utilities/Display/display.scss +2 -2
  42. package/utilities/Flex/flex.scss +18 -18
  43. package/utilities/Float/float.css +24 -24
  44. package/utilities/Float/float.scss +4 -4
  45. package/utilities/Sizing/sizing.css +28 -28
  46. package/utilities/Sizing/sizing.scss +17 -17
  47. package/utilities/Text/text.css +0 -155
  48. package/utilities/Text/text.scss +10 -16
  49. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  50. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  51. package/utilities/Text/themes/dark/text.css +0 -0
  52. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -153,7 +153,7 @@ These classes can be used to ensure that the table changes between the tabular a
153
153
  <thead class="pf-v6-c-table__thead">
154
154
  <tr class="pf-v6-c-table__tr" role="row">
155
155
  <th
156
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
156
+ class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected"
157
157
  role="columnheader"
158
158
  aria-sort="ascending"
159
159
  scope="col"
@@ -169,7 +169,7 @@ These classes can be used to ensure that the table changes between the tabular a
169
169
  </th>
170
170
 
171
171
  <th
172
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort pf-m-help"
172
+ class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-help"
173
173
  role="columnheader"
174
174
  aria-sort="none"
175
175
  scope="col"
@@ -196,7 +196,7 @@ These classes can be used to ensure that the table changes between the tabular a
196
196
  </th>
197
197
 
198
198
  <th
199
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
199
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
200
200
  role="columnheader"
201
201
  aria-sort="none"
202
202
  scope="col"
@@ -1222,7 +1222,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1222
1222
  </td>
1223
1223
 
1224
1224
  <th
1225
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
1225
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
1226
1226
  role="columnheader"
1227
1227
  aria-sort="ascending"
1228
1228
  scope="col"
@@ -1238,7 +1238,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1238
1238
  </th>
1239
1239
 
1240
1240
  <th
1241
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
1241
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
1242
1242
  role="columnheader"
1243
1243
  aria-sort="none"
1244
1244
  scope="col"
@@ -1254,7 +1254,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1254
1254
  </th>
1255
1255
 
1256
1256
  <th
1257
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
1257
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
1258
1258
  role="columnheader"
1259
1259
  aria-sort="none"
1260
1260
  scope="col"
@@ -1628,7 +1628,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1628
1628
  </td>
1629
1629
 
1630
1630
  <th
1631
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
1631
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
1632
1632
  role="columnheader"
1633
1633
  aria-sort="ascending"
1634
1634
  scope="col"
@@ -1644,7 +1644,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1644
1644
  </th>
1645
1645
 
1646
1646
  <th
1647
- class="pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort pf-v6-c-table__sort"
1647
+ class="pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort"
1648
1648
  role="columnheader"
1649
1649
  aria-sort="none"
1650
1650
  scope="col"
@@ -1660,7 +1660,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
1660
1660
  </th>
1661
1661
 
1662
1662
  <th
1663
- class="pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort pf-v6-c-table__sort"
1663
+ class="pf-v6-c-table__th pf-m-width-20 pf-v6-c-table__sort"
1664
1664
  role="columnheader"
1665
1665
  aria-sort="none"
1666
1666
  scope="col"
@@ -2037,7 +2037,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
2037
2037
  </td>
2038
2038
 
2039
2039
  <th
2040
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
2040
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
2041
2041
  role="columnheader"
2042
2042
  aria-sort="ascending"
2043
2043
  scope="col"
@@ -2053,7 +2053,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
2053
2053
  </th>
2054
2054
 
2055
2055
  <th
2056
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2056
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2057
2057
  role="columnheader"
2058
2058
  aria-sort="none"
2059
2059
  scope="col"
@@ -2069,7 +2069,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
2069
2069
  </th>
2070
2070
 
2071
2071
  <th
2072
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2072
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2073
2073
  role="columnheader"
2074
2074
  aria-sort="none"
2075
2075
  scope="col"
@@ -2587,7 +2587,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
2587
2587
  <thead class="pf-v6-c-table__thead">
2588
2588
  <tr class="pf-v6-c-table__tr" role="row">
2589
2589
  <th
2590
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
2590
+ class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected"
2591
2591
  role="columnheader"
2592
2592
  aria-sort="ascending"
2593
2593
  scope="col"
@@ -2603,7 +2603,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
2603
2603
  </th>
2604
2604
 
2605
2605
  <th
2606
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2606
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2607
2607
  role="columnheader"
2608
2608
  aria-sort="none"
2609
2609
  scope="col"
@@ -2619,7 +2619,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
2619
2619
  </th>
2620
2620
 
2621
2621
  <th
2622
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2622
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2623
2623
  role="columnheader"
2624
2624
  aria-sort="none"
2625
2625
  scope="col"
@@ -2724,7 +2724,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
2724
2724
  <thead class="pf-v6-c-table__thead">
2725
2725
  <tr class="pf-v6-c-table__tr" role="row">
2726
2726
  <th
2727
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2727
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2728
2728
  role="columnheader"
2729
2729
  aria-sort="none"
2730
2730
  scope="col"
@@ -2928,7 +2928,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
2928
2928
  <thead class="pf-v6-c-table__thead">
2929
2929
  <tr class="pf-v6-c-table__tr" role="row">
2930
2930
  <th
2931
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
2931
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
2932
2932
  role="columnheader"
2933
2933
  aria-sort="none"
2934
2934
  scope="col"
@@ -3132,7 +3132,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
3132
3132
  <thead class="pf-v6-c-table__thead">
3133
3133
  <tr class="pf-v6-c-table__tr" role="row">
3134
3134
  <th
3135
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
3135
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
3136
3136
  role="columnheader"
3137
3137
  aria-sort="none"
3138
3138
  scope="col"
@@ -3401,7 +3401,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
3401
3401
  <thead class="pf-v6-c-table__thead">
3402
3402
  <tr class="pf-v6-c-table__tr" role="row">
3403
3403
  <th
3404
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
3404
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
3405
3405
  role="columnheader"
3406
3406
  aria-sort="none"
3407
3407
  scope="col"
@@ -3605,7 +3605,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
3605
3605
  <thead class="pf-v6-c-table__thead">
3606
3606
  <tr class="pf-v6-c-table__tr" role="row">
3607
3607
  <th
3608
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
3608
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
3609
3609
  role="columnheader"
3610
3610
  aria-sort="none"
3611
3611
  scope="col"
@@ -3809,7 +3809,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
3809
3809
  <thead class="pf-v6-c-table__thead">
3810
3810
  <tr class="pf-v6-c-table__tr" role="row">
3811
3811
  <th
3812
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
3812
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
3813
3813
  role="columnheader"
3814
3814
  aria-sort="none"
3815
3815
  scope="col"
@@ -4078,7 +4078,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
4078
4078
  <thead class="pf-v6-c-table__thead">
4079
4079
  <tr class="pf-v6-c-table__tr" role="row">
4080
4080
  <th
4081
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
4081
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
4082
4082
  role="columnheader"
4083
4083
  aria-sort="none"
4084
4084
  scope="col"
@@ -4282,7 +4282,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
4282
4282
  <thead class="pf-v6-c-table__thead">
4283
4283
  <tr class="pf-v6-c-table__tr" role="row">
4284
4284
  <th
4285
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
4285
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
4286
4286
  role="columnheader"
4287
4287
  aria-sort="none"
4288
4288
  scope="col"
@@ -4486,7 +4486,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
4486
4486
  <thead class="pf-v6-c-table__thead">
4487
4487
  <tr class="pf-v6-c-table__tr" role="row">
4488
4488
  <th
4489
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
4489
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
4490
4490
  role="columnheader"
4491
4491
  aria-sort="none"
4492
4492
  scope="col"
@@ -6053,7 +6053,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6053
6053
  </td>
6054
6054
 
6055
6055
  <th
6056
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
6056
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
6057
6057
  role="columnheader"
6058
6058
  aria-sort="ascending"
6059
6059
  scope="col"
@@ -6228,7 +6228,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6228
6228
  </td>
6229
6229
 
6230
6230
  <th
6231
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
6231
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
6232
6232
  role="columnheader"
6233
6233
  aria-sort="ascending"
6234
6234
  scope="col"
@@ -6244,7 +6244,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6244
6244
  </th>
6245
6245
 
6246
6246
  <th
6247
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
6247
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
6248
6248
  role="columnheader"
6249
6249
  aria-sort="none"
6250
6250
  scope="col"
@@ -6260,7 +6260,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
6260
6260
  </th>
6261
6261
 
6262
6262
  <th
6263
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
6263
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
6264
6264
  role="columnheader"
6265
6265
  aria-sort="none"
6266
6266
  scope="col"
@@ -11382,7 +11382,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11382
11382
  </td>
11383
11383
 
11384
11384
  <th
11385
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
11385
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
11386
11386
  role="columnheader"
11387
11387
  aria-sort="ascending"
11388
11388
  scope="col"
@@ -11398,7 +11398,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11398
11398
  </th>
11399
11399
 
11400
11400
  <th
11401
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
11401
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
11402
11402
  role="columnheader"
11403
11403
  aria-sort="none"
11404
11404
  scope="col"
@@ -11414,7 +11414,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11414
11414
  </th>
11415
11415
 
11416
11416
  <th
11417
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
11417
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
11418
11418
  role="columnheader"
11419
11419
  aria-sort="none"
11420
11420
  scope="col"
@@ -11759,7 +11759,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11759
11759
  <thead class="pf-v6-c-table__thead">
11760
11760
  <tr class="pf-v6-c-table__tr" role="row">
11761
11761
  <th
11762
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
11762
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
11763
11763
  role="columnheader"
11764
11764
  aria-sort="none"
11765
11765
  scope="col"
@@ -11775,7 +11775,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11775
11775
  </th>
11776
11776
 
11777
11777
  <th
11778
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
11778
+ class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected"
11779
11779
  role="columnheader"
11780
11780
  aria-sort="ascending"
11781
11781
  scope="col"
@@ -11791,7 +11791,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11791
11791
  </th>
11792
11792
 
11793
11793
  <th
11794
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
11794
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
11795
11795
  role="columnheader"
11796
11796
  aria-sort="none"
11797
11797
  scope="col"
@@ -11890,7 +11890,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
11890
11890
  <thead class="pf-v6-c-table__thead">
11891
11891
  <tr class="pf-v6-c-table__tr" role="row">
11892
11892
  <th
11893
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
11893
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
11894
11894
  role="columnheader"
11895
11895
  aria-sort="none"
11896
11896
  scope="col"
@@ -12094,7 +12094,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
12094
12094
  <thead class="pf-v6-c-table__thead">
12095
12095
  <tr class="pf-v6-c-table__tr" role="row">
12096
12096
  <th
12097
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
12097
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
12098
12098
  role="columnheader"
12099
12099
  aria-sort="none"
12100
12100
  scope="col"
@@ -12298,7 +12298,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
12298
12298
  <thead class="pf-v6-c-table__thead">
12299
12299
  <tr class="pf-v6-c-table__tr" role="row">
12300
12300
  <th
12301
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
12301
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
12302
12302
  role="columnheader"
12303
12303
  aria-sort="none"
12304
12304
  scope="col"
@@ -12564,7 +12564,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
12564
12564
  <thead class="pf-v6-c-table__thead">
12565
12565
  <tr class="pf-v6-c-table__tr" role="row">
12566
12566
  <th
12567
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
12567
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
12568
12568
  role="columnheader"
12569
12569
  aria-sort="none"
12570
12570
  scope="col"
@@ -12768,7 +12768,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
12768
12768
  <thead class="pf-v6-c-table__thead">
12769
12769
  <tr class="pf-v6-c-table__tr" role="row">
12770
12770
  <th
12771
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
12771
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
12772
12772
  role="columnheader"
12773
12773
  aria-sort="none"
12774
12774
  scope="col"
@@ -12972,7 +12972,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
12972
12972
  <thead class="pf-v6-c-table__thead">
12973
12973
  <tr class="pf-v6-c-table__tr" role="row">
12974
12974
  <th
12975
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
12975
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
12976
12976
  role="columnheader"
12977
12977
  aria-sort="none"
12978
12978
  scope="col"
@@ -13247,7 +13247,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13247
13247
  <thead class="pf-v6-c-table__thead">
13248
13248
  <tr class="pf-v6-c-table__tr" role="row">
13249
13249
  <th
13250
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
13250
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
13251
13251
  role="columnheader"
13252
13252
  aria-sort="none"
13253
13253
  scope="col"
@@ -13451,7 +13451,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13451
13451
  <thead class="pf-v6-c-table__thead">
13452
13452
  <tr class="pf-v6-c-table__tr" role="row">
13453
13453
  <th
13454
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
13454
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
13455
13455
  role="columnheader"
13456
13456
  aria-sort="none"
13457
13457
  scope="col"
@@ -13655,7 +13655,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13655
13655
  <thead class="pf-v6-c-table__thead">
13656
13656
  <tr class="pf-v6-c-table__tr" role="row">
13657
13657
  <th
13658
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
13658
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
13659
13659
  role="columnheader"
13660
13660
  aria-sort="none"
13661
13661
  scope="col"
@@ -13924,7 +13924,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13924
13924
  <thead class="pf-v6-c-table__thead">
13925
13925
  <tr class="pf-v6-c-table__tr" role="row">
13926
13926
  <th
13927
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
13927
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
13928
13928
  role="columnheader"
13929
13929
  aria-sort="none"
13930
13930
  scope="col"
@@ -14128,7 +14128,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14128
14128
  <thead class="pf-v6-c-table__thead">
14129
14129
  <tr class="pf-v6-c-table__tr" role="row">
14130
14130
  <th
14131
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
14131
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
14132
14132
  role="columnheader"
14133
14133
  aria-sort="none"
14134
14134
  scope="col"
@@ -14332,7 +14332,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14332
14332
  <thead class="pf-v6-c-table__thead">
14333
14333
  <tr class="pf-v6-c-table__tr" role="row">
14334
14334
  <th
14335
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
14335
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
14336
14336
  role="columnheader"
14337
14337
  aria-sort="none"
14338
14338
  scope="col"
@@ -14566,7 +14566,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14566
14566
  </td>
14567
14567
 
14568
14568
  <th
14569
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
14569
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
14570
14570
  role="columnheader"
14571
14571
  aria-sort="ascending"
14572
14572
  scope="col"
@@ -14582,7 +14582,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14582
14582
  </th>
14583
14583
 
14584
14584
  <th
14585
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
14585
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
14586
14586
  role="columnheader"
14587
14587
  aria-sort="none"
14588
14588
  scope="col"
@@ -14598,7 +14598,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14598
14598
  </th>
14599
14599
 
14600
14600
  <th
14601
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
14601
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
14602
14602
  role="columnheader"
14603
14603
  aria-sort="none"
14604
14604
  scope="col"
@@ -15508,7 +15508,7 @@ There are a few ways this can be handled:
15508
15508
  <thead class="pf-v6-c-table__thead">
15509
15509
  <tr class="pf-v6-c-table__tr" role="row">
15510
15510
  <th
15511
- class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
15511
+ class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
15512
15512
  role="columnheader"
15513
15513
  aria-sort="none"
15514
15514
  data-label="Example th"
@@ -15526,7 +15526,7 @@ There are a few ways this can be handled:
15526
15526
  </th>
15527
15527
 
15528
15528
  <th
15529
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
15529
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
15530
15530
  role="columnheader"
15531
15531
  aria-sort="none"
15532
15532
  data-label="Example th"
@@ -16072,7 +16072,7 @@ There are a few ways this can be handled:
16072
16072
  <thead class="pf-v6-c-table__thead">
16073
16073
  <tr class="pf-v6-c-table__tr" role="row">
16074
16074
  <th
16075
- class="pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16075
+ class="pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16076
16076
  role="columnheader"
16077
16077
  aria-sort="none"
16078
16078
  data-label="Example th"
@@ -16090,7 +16090,7 @@ There are a few ways this can be handled:
16090
16090
  </th>
16091
16091
 
16092
16092
  <th
16093
- class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16093
+ class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16094
16094
  role="columnheader"
16095
16095
  aria-sort="none"
16096
16096
  data-label="Example th"
@@ -16665,7 +16665,7 @@ There are a few ways this can be handled:
16665
16665
  <thead class="pf-v6-c-table__thead">
16666
16666
  <tr class="pf-v6-c-table__tr" role="row">
16667
16667
  <th
16668
- class="pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16668
+ class="pf-v6-c-table__th pf-m-truncate pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16669
16669
  role="columnheader"
16670
16670
  aria-sort="none"
16671
16671
  data-label="Example th"
@@ -16683,7 +16683,7 @@ There are a few ways this can be handled:
16683
16683
  </th>
16684
16684
 
16685
16685
  <th
16686
- class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16686
+ class="pf-v6-c-table__th pf-m-truncate pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sticky-cell pf-m-left"
16687
16687
  role="columnheader"
16688
16688
  aria-sort="none"
16689
16689
  data-label="Example th"
@@ -17258,7 +17258,7 @@ There are a few ways this can be handled:
17258
17258
  <thead class="pf-v6-c-table__thead">
17259
17259
  <tr class="pf-v6-c-table__tr" role="row">
17260
17260
  <th
17261
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
17261
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
17262
17262
  role="columnheader"
17263
17263
  aria-sort="none"
17264
17264
  data-label="Example th"
@@ -17275,7 +17275,7 @@ There are a few ways this can be handled:
17275
17275
  </th>
17276
17276
 
17277
17277
  <th
17278
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
17278
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
17279
17279
  role="columnheader"
17280
17280
  aria-sort="none"
17281
17281
  data-label="Example th"
@@ -17892,9 +17892,6 @@ For sticky columns to function correctly, the parent table's width must be contr
17892
17892
  scope="col"
17893
17893
  >Visual designers</th>
17894
17894
  </tr>
17895
- <tr class="pf-v6-c-table__tr pf-m-border-row" aria-hidden="true">
17896
- <td class="pf-v6-c-table__td" colspan="9"></td>
17897
- </tr>
17898
17895
  </thead>
17899
17896
 
17900
17897
  <tbody class="pf-v6-c-table__tbody pf-m-expanded" role="rowgroup">
@@ -18166,7 +18163,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18166
18163
  >Ports</th>
18167
18164
 
18168
18165
  <th
18169
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18166
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18170
18167
  role="columnheader"
18171
18168
  aria-sort="none"
18172
18169
  scope="col"
@@ -18183,7 +18180,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18183
18180
  </th>
18184
18181
 
18185
18182
  <th
18186
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18183
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18187
18184
  role="columnheader"
18188
18185
  aria-sort="none"
18189
18186
  scope="col"
@@ -18200,7 +18197,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18200
18197
  </th>
18201
18198
 
18202
18199
  <th
18203
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18200
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18204
18201
  role="columnheader"
18205
18202
  aria-sort="none"
18206
18203
  scope="col"
@@ -18217,7 +18214,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18217
18214
  </th>
18218
18215
 
18219
18216
  <th
18220
- class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18217
+ class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort"
18221
18218
  role="columnheader"
18222
18219
  aria-sort="none"
18223
18220
  scope="col"
@@ -18236,7 +18233,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18236
18233
 
18237
18234
  <tr class="pf-v6-c-table__tr" role="row">
18238
18235
  <th
18239
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort pf-v6-c-table__sort"
18236
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
18240
18237
  role="columnheader"
18241
18238
  aria-sort="none"
18242
18239
  scope="col"
@@ -18252,7 +18249,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18252
18249
  </th>
18253
18250
 
18254
18251
  <th
18255
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort pf-v6-c-table__sort"
18252
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
18256
18253
  role="columnheader"
18257
18254
  aria-sort="none"
18258
18255
  scope="col"
@@ -18268,7 +18265,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18268
18265
  </th>
18269
18266
 
18270
18267
  <th
18271
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort"
18268
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort"
18272
18269
  role="columnheader"
18273
18270
  aria-sort="none"
18274
18271
  scope="col"
@@ -18284,7 +18281,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18284
18281
  </th>
18285
18282
 
18286
18283
  <th
18287
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18284
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort"
18288
18285
  role="columnheader"
18289
18286
  aria-sort="none"
18290
18287
  scope="col"
@@ -18300,7 +18297,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18300
18297
  </th>
18301
18298
 
18302
18299
  <th
18303
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort"
18300
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort"
18304
18301
  role="columnheader"
18305
18302
  aria-sort="none"
18306
18303
  scope="col"
@@ -18951,7 +18948,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18951
18948
  >Ports</th>
18952
18949
 
18953
18950
  <th
18954
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18951
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18955
18952
  role="columnheader"
18956
18953
  aria-sort="none"
18957
18954
  scope="col"
@@ -18968,7 +18965,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18968
18965
  </th>
18969
18966
 
18970
18967
  <th
18971
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18968
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18972
18969
  role="columnheader"
18973
18970
  aria-sort="none"
18974
18971
  scope="col"
@@ -18985,7 +18982,7 @@ For sticky columns to function correctly, the parent table's width must be contr
18985
18982
  </th>
18986
18983
 
18987
18984
  <th
18988
- class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
18985
+ class="pf-v6-c-table__th pf-m-border-right pf-m-fit-content pf-v6-c-table__sort"
18989
18986
  role="columnheader"
18990
18987
  aria-sort="none"
18991
18988
  scope="col"
@@ -19002,7 +18999,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19002
18999
  </th>
19003
19000
 
19004
19001
  <th
19005
- class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
19002
+ class="pf-v6-c-table__th pf-m-fit-content pf-v6-c-table__sort"
19006
19003
  role="columnheader"
19007
19004
  aria-sort="none"
19008
19005
  scope="col"
@@ -19021,7 +19018,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19021
19018
 
19022
19019
  <tr class="pf-v6-c-table__tr" role="row">
19023
19020
  <th
19024
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort pf-v6-c-table__sort"
19021
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
19025
19022
  role="columnheader"
19026
19023
  aria-sort="none"
19027
19024
  scope="col"
@@ -19037,7 +19034,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19037
19034
  </th>
19038
19035
 
19039
19036
  <th
19040
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort pf-v6-c-table__sort"
19037
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-v6-c-table__sort"
19041
19038
  role="columnheader"
19042
19039
  aria-sort="none"
19043
19040
  scope="col"
@@ -19053,7 +19050,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19053
19050
  </th>
19054
19051
 
19055
19052
  <th
19056
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort"
19053
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort"
19057
19054
  role="columnheader"
19058
19055
  aria-sort="none"
19059
19056
  scope="col"
@@ -19069,7 +19066,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19069
19066
  </th>
19070
19067
 
19071
19068
  <th
19072
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort pf-v6-c-table__sort"
19069
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-v6-c-table__sort"
19073
19070
  role="columnheader"
19074
19071
  aria-sort="none"
19075
19072
  scope="col"
@@ -19085,7 +19082,7 @@ For sticky columns to function correctly, the parent table's width must be contr
19085
19082
  </th>
19086
19083
 
19087
19084
  <th
19088
- class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort pf-v6-c-table__sort"
19085
+ class="pf-v6-c-table__th pf-v6-c-table__subhead pf-m-fit-content pf-m-border-right pf-v6-c-table__sort"
19089
19086
  role="columnheader"
19090
19087
  aria-sort="none"
19091
19088
  scope="col"
@@ -19100,9 +19097,6 @@ For sticky columns to function correctly, the parent table's width must be contr
19100
19097
  </button>
19101
19098
  </th>
19102
19099
  </tr>
19103
- <tr class="pf-v6-c-table__tr pf-m-border-row" aria-hidden="true">
19104
- <td class="pf-v6-c-table__td" colspan="9"></td>
19105
- </tr>
19106
19100
  </thead>
19107
19101
 
19108
19102
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
@@ -19712,18 +19706,11 @@ For sticky columns to function correctly, the parent table's width must be contr
19712
19706
 
19713
19707
  ```
19714
19708
 
19715
- ### Accessibility
19716
-
19717
- | Attribute | Applied to | Outcome |
19718
- | -- | -- | -- |
19719
- | `aria-hidden="true"` | `.pf-m-border-row` | Hides table row from assistive technologies. **Required** |
19720
-
19721
19709
  ### Nested column header modifier usage
19722
19710
 
19723
19711
  | Class | Applied to | Outcome |
19724
19712
  | -- | -- | -- |
19725
19713
  | `.pf-m-nested-column-header` | `<thead>` | Modifies a table header to handle nested header cells. |
19726
- | `.pf-m-border-row` | `.pf-m-sticky-header > .pf-m-nested-column-header > tr` | Modifies the last row in a sticky header with nested column headers to display as a border. |
19727
19714
  | `.pf-m-border-right` | `<th>`, `<td>` | Modifies a table cell to show a right border. |
19728
19715
  | `.pf-m-border-left` | `<th>`, `<td>` | Modifies a table cell to show a left border. |
19729
19716
 
@@ -20013,7 +20000,7 @@ For sticky columns to function correctly, the parent table's width must be contr
20013
20000
  <thead class="pf-v6-c-table__thead">
20014
20001
  <tr class="pf-v6-c-table__tr" role="row">
20015
20002
  <th
20016
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected pf-m-favorite"
20003
+ class="pf-v6-c-table__th pf-v6-c-table__sort pf-m-selected pf-m-favorite"
20017
20004
  role="columnheader"
20018
20005
  aria-sort="none"
20019
20006
  scope="col"
@@ -20504,7 +20491,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20504
20491
  </td>
20505
20492
 
20506
20493
  <th
20507
- class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-v6-c-table__sort pf-m-selected"
20494
+ class="pf-v6-c-table__th pf-m-width-30 pf-v6-c-table__sort pf-m-selected"
20508
20495
  role="columnheader"
20509
20496
  aria-sort="ascending"
20510
20497
  scope="col"
@@ -20520,7 +20507,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20520
20507
  </th>
20521
20508
 
20522
20509
  <th
20523
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
20510
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
20524
20511
  role="columnheader"
20525
20512
  aria-sort="none"
20526
20513
  scope="col"
@@ -20536,7 +20523,7 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
20536
20523
  </th>
20537
20524
 
20538
20525
  <th
20539
- class="pf-v6-c-table__th pf-v6-c-table__sort pf-v6-c-table__sort"
20526
+ class="pf-v6-c-table__th pf-v6-c-table__sort"
20540
20527
  role="columnheader"
20541
20528
  aria-sort="none"
20542
20529
  scope="col"