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

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 (56) hide show
  1. package/components/Nav/nav.css +3 -1
  2. package/components/Nav/nav.scss +4 -2
  3. package/components/Table/table-scrollable.css +12 -15
  4. package/components/Table/table-scrollable.scss +33 -30
  5. package/components/Table/table-tree-view.css +0 -2
  6. package/components/Table/table-tree-view.scss +9 -11
  7. package/components/Table/table.css +118 -55
  8. package/components/Table/table.scss +182 -100
  9. package/docs/components/Nav/examples/Navigation.css +2 -2
  10. package/docs/components/Nav/examples/Navigation.md +57 -55
  11. package/docs/components/Table/examples/Table.css +6 -8
  12. package/docs/components/Table/examples/Table.md +79 -92
  13. package/docs/demos/Table/examples/Table.md +28 -28
  14. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  15. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  16. package/docs/utilities/Alignment/examples/Alignment.md +5 -5
  17. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +24 -24
  18. package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
  19. package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
  20. package/docs/utilities/Display/examples/Display.css +8 -8
  21. package/docs/utilities/Display/examples/Display.md +7 -7
  22. package/docs/utilities/Flex/examples/Flex.css +5 -5
  23. package/docs/utilities/Flex/examples/Flex.md +82 -40
  24. package/docs/utilities/Float/examples/Float.css +2 -2
  25. package/docs/utilities/Float/examples/Float.md +6 -6
  26. package/docs/utilities/Sizing/examples/Sizing.css +4 -4
  27. package/docs/utilities/Sizing/examples/Sizing.md +60 -60
  28. package/docs/utilities/Spacing/examples/Spacing.css +1 -1
  29. package/docs/utilities/Spacing/examples/Spacing.md +37 -37
  30. package/docs/utilities/Text/examples/Text.md +53 -53
  31. package/package.json +1 -1
  32. package/patternfly-addons.css +91 -371
  33. package/patternfly-no-globals.css +133 -73
  34. package/patternfly-theme-dark-unversioned.css +133 -73
  35. package/patternfly.css +133 -73
  36. package/patternfly.min.css +1 -1
  37. package/patternfly.min.css.map +1 -1
  38. package/sass-utilities/mixins.scss +2 -2
  39. package/utilities/Alignment/alignment.css +24 -24
  40. package/utilities/Alignment/alignment.scss +4 -4
  41. package/utilities/BackgroundColor/BackgroundColor.css +0 -100
  42. package/utilities/BackgroundColor/BackgroundColor.scss +2 -8
  43. package/utilities/BoxShadow/box-shadow.css +15 -39
  44. package/utilities/BoxShadow/box-shadow.scss +17 -27
  45. package/utilities/Display/display.scss +2 -2
  46. package/utilities/Flex/flex.scss +18 -18
  47. package/utilities/Float/float.css +24 -24
  48. package/utilities/Float/float.scss +4 -4
  49. package/utilities/Sizing/sizing.css +28 -28
  50. package/utilities/Sizing/sizing.scss +17 -17
  51. package/utilities/Text/text.css +0 -155
  52. package/utilities/Text/text.scss +10 -16
  53. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  54. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
  55. package/utilities/Text/themes/dark/text.css +0 -0
  56. package/utilities/Text/themes/dark/text.scss +0 -33
@@ -21260,7 +21260,6 @@ ul.pf-v6-c-list {
21260
21260
  }
21261
21261
 
21262
21262
  .pf-v6-c-nav {
21263
- --pf-v6-c-menu--MinWidth: 100%;
21264
21263
  position: relative;
21265
21264
  row-gap: var(--pf-v6-c-nav--RowGap);
21266
21265
  column-gap: var(--pf-v6-c-nav--ColumnGap);
@@ -21283,6 +21282,9 @@ ul.pf-v6-c-list {
21283
21282
  .pf-v6-c-nav.pf-m-fill {
21284
21283
  flex-grow: 1;
21285
21284
  }
21285
+ .pf-v6-c-nav .pf-v6-c-menu {
21286
+ --pf-v6-c-menu--MinWidth: 100%;
21287
+ }
21286
21288
 
21287
21289
  [class^=pf-v6-c-nav][hidden] {
21288
21290
  display: none;
@@ -27870,18 +27872,21 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27870
27872
  --pf-v6-c-table__caption--PaddingLeft: var(--pf-t--global--spacer--lg);
27871
27873
  --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
27872
27874
  --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
27875
+ --pf-v6-c-table__thead__toggle--PaddingBottom: var(--pf-t--global--spacer--xs);
27873
27876
  --pf-v6-c-table__tbody--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27874
27877
  --pf-v6-c-table__tbody--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
27875
27878
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
27879
+ --pf-v6-c-table__tr--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
27880
+ --pf-v6-c-table__tr--BorderBottomColor: var(--pf-t--global--border--color--default);
27876
27881
  --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
27877
- --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
27878
- --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
27879
- --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27880
- --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
27881
27882
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table--cell--Padding--base);
27882
27883
  --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table--cell--Padding--base);
27883
27884
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table--cell--Padding--base);
27884
27885
  --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
27886
+ --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
27887
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
27888
+ --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
27889
+ --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
27885
27890
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
27886
27891
  --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft: var(--pf-v6-c-table--cell--Padding--base);
27887
27892
  --pf-v6-c-table--cell--MinWidth: 0;
@@ -27898,6 +27903,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27898
27903
  --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
27899
27904
  --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
27900
27905
  --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft));
27906
+ --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
27901
27907
  --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
27902
27908
  --pf-v6-c-table__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
27903
27909
  --pf-v6-c-table__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
@@ -27916,7 +27922,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27916
27922
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
27917
27923
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
27918
27924
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
27919
- --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
27920
27925
  --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
27921
27926
  --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
27922
27927
  --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
@@ -27924,6 +27929,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27924
27929
  --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
27925
27930
  --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
27926
27931
  --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
27932
+ --pf-v6-c-table__favorite--m-favorited--c-button--hover--Color: var(--pf-t--global--color--favorite--clicked);
27927
27933
  --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
27928
27934
  --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
27929
27935
  --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
@@ -27943,7 +27949,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27943
27949
  --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
27944
27950
  --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
27945
27951
  --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
27952
+ --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
27946
27953
  --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
27954
+ --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
27955
+ --pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
27956
+ --pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
27947
27957
  --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
27948
27958
  --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
27949
27959
  --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -27970,10 +27980,16 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27970
27980
  --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
27971
27981
  --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
27972
27982
  --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
27983
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
27973
27984
  --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
27985
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
27986
+ --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
27974
27987
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
27975
27988
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
27989
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--BorderColor: var(--pf-t--global--border--color--hover);
27990
+ --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
27976
27991
  --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
27992
+ --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27977
27993
  --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
27978
27994
  --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
27979
27995
  --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
@@ -27982,26 +27998,34 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27982
27998
  --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
27983
27999
  --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
27984
28000
  --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
28001
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28002
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
27985
28003
  --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
27986
28004
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
27987
28005
  --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27988
28006
  --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
27989
- --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28007
+ --pf-v6-c-table__tr--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28008
+ --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27990
28009
  --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27991
28010
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
27992
28011
  --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27993
- --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28012
+ --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28013
+ --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27994
28014
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
27995
- --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28015
+ --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
27996
28016
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
27997
28017
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
27998
28018
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
27999
- --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--xs);
28019
+ --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
28000
28020
  --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
28001
28021
  --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
28002
28022
  --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
28003
- --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28023
+ --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
28024
+ --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
28025
+ --pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
28004
28026
  --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--Zindex--xs);
28027
+ --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 1);
28028
+ --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--Zindex--xs) + 2);
28005
28029
  }
28006
28030
 
28007
28031
  .pf-v6-c-table {
@@ -28011,39 +28035,36 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28011
28035
  .pf-v6-c-table.pf-m-fixed {
28012
28036
  table-layout: fixed;
28013
28037
  }
28014
- .pf-v6-c-table.pf-m-sticky-header {
28015
- position: relative;
28016
- }
28017
- .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28018
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28019
- }
28020
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28038
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
28039
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header {
28021
28040
  position: sticky;
28022
28041
  inset-block-start: 0;
28042
+ z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
28023
28043
  background: var(--pf-v6-c-table--BackgroundColor);
28024
28044
  }
28025
- .pf-v6-c-table.pf-m-sticky-header > thead:where(.pf-v6-c-table__thead):not(.pf-m-nested-column-header) > tr:where(.pf-v6-c-table__tr) > :where(th, td)::after {
28045
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
28046
+ .pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
28026
28047
  position: absolute;
28048
+ inset-block-start: 0;
28027
28049
  inset-block-end: 0;
28028
28050
  inset-inline-start: 0;
28029
28051
  inset-inline-end: 0;
28052
+ z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
28053
+ pointer-events: none;
28030
28054
  content: "";
28031
28055
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28032
28056
  }
28057
+ .pf-v6-c-table.pf-m-sticky-header {
28058
+ position: relative;
28059
+ }
28060
+ .pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
28061
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28062
+ }
28033
28063
  .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header {
28034
28064
  position: sticky;
28035
28065
  inset-block-start: 0;
28036
- z-index: var(--pf-t--global--Zindex--xs);
28037
28066
  background: var(--pf-v6-c-table--BackgroundColor);
28038
28067
  }
28039
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header > .pf-m-border-row {
28040
- height: var(--pf-v6-c-table--border-width--base);
28041
- background-color: var(--pf-v6-c-table--BorderColor);
28042
- }
28043
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) th:where(.pf-v6-c-table__th):not([rowspan]),
28044
- .pf-v6-c-table.pf-m-sticky-header > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:nth-last-child(2)) td:where(.pf-v6-c-table__td):not([rowspan]) {
28045
- --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28046
- }
28047
28068
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
28048
28069
  border-block-end: 0;
28049
28070
  }
@@ -28051,7 +28072,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28051
28072
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
28052
28073
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom);
28053
28074
  }
28054
- .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row),
28075
+ .pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
28055
28076
  .pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
28056
28077
  .pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
28057
28078
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-striped {
@@ -28090,7 +28111,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28090
28111
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td).pf-m-center {
28091
28112
  text-align: center;
28092
28113
  }
28093
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):empty {
28114
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):is(:empty, .pf-v6-c-table__cell-empty) {
28094
28115
  width: auto;
28095
28116
  min-width: 0;
28096
28117
  padding: 0;
@@ -28137,14 +28158,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28137
28158
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop);
28138
28159
  }
28139
28160
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead {
28140
- --pf-v6-c-table--cell--PaddingLeft: var(--pf-v6-c-table__subhead--PaddingLeft);
28141
- --pf-v6-c-table--cell--PaddingRight: var(--pf-v6-c-table__subhead--PaddingRight);
28142
28161
  --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__subhead--Color);
28143
28162
  color: var(--pf-v6-c-table__subhead--Color);
28144
28163
  }
28145
- .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__subhead .pf-v6-c-table__button {
28146
- margin-inline-start: 0;
28147
- }
28148
28164
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) {
28149
28165
  --pf-v6-c-table--cell--PaddingTop: var(--pf-v6-c-table__tbody--cell--PaddingTop);
28150
28166
  --pf-v6-c-table--cell--PaddingBottom: var(--pf-v6-c-table__tbody--cell--PaddingBottom);
@@ -28193,6 +28209,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28193
28209
  --pf-v6-c-table--cell--WordBreak: break-word;
28194
28210
  --pf-v6-c-table--cell--WhiteSpace: normal;
28195
28211
  }
28212
+ .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) {
28213
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28214
+ --pf-v6-c-table__tbody--BorderBottomWidth: 0;
28215
+ --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: 0;
28216
+ --pf-v6-c-table__control-row--BorderBottomWidth: 0;
28217
+ }
28196
28218
  .pf-v6-c-table.pf-m-no-border-rows > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) {
28197
28219
  border-block-end: 0;
28198
28220
  }
@@ -28211,35 +28233,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28211
28233
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
28212
28234
  }
28213
28235
  .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
28214
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftWidth);
28215
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tr--m-selected--after--BorderLeftColor);
28216
28236
  position: relative;
28217
28237
  background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
28218
28238
  outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
28219
28239
  }
28220
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset {
28221
- --pf-v6-c-table--cell--first-last-child--PaddingLeft: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28240
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
28241
+ padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingLeft);
28222
28242
  }
28223
28243
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
28224
28244
  cursor: pointer;
28225
28245
  background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
28226
28246
  outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
28227
28247
  }
28228
- .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded:not(.pf-m-selected) {
28229
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor);
28230
- }
28231
28248
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
28232
28249
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
28233
28250
  }
28251
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable.pf-m-expanded {
28252
+ --pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
28253
+ }
28234
28254
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
28235
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftWidth);
28236
- --pf-v6-c-table__expandable-row--after--BorderColor: var(--pf-v6-c-table__tbody--m-selected--after--BorderLeftColor);
28237
28255
  background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
28238
28256
  outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
28239
28257
  }
28240
28258
  .pf-v6-c-table.pf-m-drag-over {
28241
28259
  overflow-anchor: none;
28242
28260
  }
28261
+ .pf-v6-c-table .pf-v6-c-table {
28262
+ background-color: transparent;
28263
+ }
28264
+ .pf-v6-c-table .pf-v6-c-table,
28265
+ .pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
28266
+ border-block-end: 0;
28267
+ }
28243
28268
 
28244
28269
  .pf-v6-c-table__text {
28245
28270
  --pf-v6-c-table--cell--MaxWidth: 100%;
@@ -28256,6 +28281,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28256
28281
  }
28257
28282
  .pf-v6-c-table__text.pf-m-truncate {
28258
28283
  --pf-v6-c-table--cell--MinWidth: 100%;
28284
+ --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
28259
28285
  }
28260
28286
  .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
28261
28287
  overflow: var(--pf-v6-c-table--cell--Overflow);
@@ -28263,10 +28289,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28263
28289
  white-space: var(--pf-v6-c-table--cell--WhiteSpace);
28264
28290
  }
28265
28291
 
28266
- .pf-v6-c-table__tr.pf-m-border-row {
28267
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28268
- }
28269
-
28270
28292
  .pf-v6-c-table__button {
28271
28293
  width: auto;
28272
28294
  padding-block-start: var(--pf-v6-c-table__button--PaddingTop);
@@ -28284,6 +28306,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28284
28306
  background-color: var(--pf-v6-c-table__button--BackgroundColor);
28285
28307
  border: 0;
28286
28308
  border-radius: var(--pf-v6-c-table__button--BorderRadius);
28309
+ outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
28287
28310
  }
28288
28311
  .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
28289
28312
  margin-block-end: 0;
@@ -28393,9 +28416,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28393
28416
  .pf-v6-c-table__favorite .pf-v6-c-button {
28394
28417
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
28395
28418
  }
28396
- .pf-m-favorited.pf-v6-c-table__favorite .pf-v6-c-button {
28419
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
28397
28420
  --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28398
28421
  }
28422
+ .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
28423
+ --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
28424
+ }
28399
28425
 
28400
28426
  .pf-v6-c-table__draggable .pf-v6-c-button {
28401
28427
  cursor: grab;
@@ -28424,6 +28450,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28424
28450
  --pf-v6-c-table__button--hover--Color: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--Color);
28425
28451
  position: relative;
28426
28452
  padding: 0;
28453
+ background-color: var(--pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor);
28427
28454
  }
28428
28455
  .pf-v6-c-table__compound-expansion-toggle.pf-m-truncate {
28429
28456
  overflow: visible;
@@ -28445,7 +28472,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28445
28472
  border: 0;
28446
28473
  border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
28447
28474
  }
28448
- .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within, .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
28475
+ .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
28476
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
28477
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth);
28478
+ }
28479
+ .pf-v6-c-table__compound-expansion-toggle.pf-m-expanded {
28480
+ --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor);
28449
28481
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: var(--pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth);
28450
28482
  }
28451
28483
  .pf-v6-c-table__compound-expansion-toggle:focus-within {
@@ -28481,10 +28513,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28481
28513
  .pf-v6-c-table__sort.pf-m-help {
28482
28514
  --pf-v6-c-table__th--m-help--MinWidth: var(--pf-v6-c-table__sort--m-help--MinWidth);
28483
28515
  }
28484
- .pf-v6-c-table__sort.pf-m-favorite {
28485
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-favorite__button__text--Color);
28486
- --pf-v6-c-table__sort__button--hover__text--Color: var(--pf-v6-c-table__sort--m-favorite__button--hover__text--Color);
28487
- --pf-v6-c-table__sort--m-selected__button__text--Color: currentcolor;
28516
+ .pf-v6-c-table__sort.pf-m-favorite .pf-v6-c-table__text {
28517
+ font-size: var(--pf-v6-c-table__favorite--c-button--FontSize);
28488
28518
  }
28489
28519
 
28490
28520
  .pf-v6-c-table__sort-indicator {
@@ -28513,7 +28543,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28513
28543
  padding-block-start: 0;
28514
28544
  padding-inline-end: 0;
28515
28545
  padding-block-end: 0;
28516
- padding-inline-start: var(--pf-v6-c-table__expandable-row--after--border-width--base);
28546
+ padding-inline-start: 0;
28517
28547
  }
28518
28548
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
28519
28549
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
@@ -28522,6 +28552,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28522
28552
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
28523
28553
  padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingTop);
28524
28554
  padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
28555
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
28556
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
28557
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
28558
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
28525
28559
  }
28526
28560
  .pf-v6-c-table__expandable-row.pf-m-expanded {
28527
28561
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor);
@@ -28561,13 +28595,44 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28561
28595
  }
28562
28596
 
28563
28597
  .pf-v6-c-table__thead {
28598
+ --pf-v6-c-table__tr--BorderBottomWidth: 0;
28599
+ --pf-v6-c-table__toggle--PaddingBottom: var(--pf-v6-c-table__thead__toggle--PaddingBottom);
28564
28600
  vertical-align: bottom;
28565
28601
  }
28602
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
28603
+ --pf-v6-c-table__button--PaddingLeft: var(--pf-v6-c-table__nested-column-header__button--PaddingLeft);
28604
+ --pf-v6-c-table__button--PaddingRight: var(--pf-v6-c-table__nested-column-header__button--PaddingRight);
28605
+ margin-inline-end: calc(var(--pf-v6-c-table__button--PaddingLeft) * -1);
28606
+ }
28566
28607
 
28567
28608
  .pf-v6-c-table__tbody {
28568
28609
  vertical-align: top;
28569
28610
  }
28570
- .pf-v6-c-table__tbody .pf-v6-c-table__tr {
28611
+ .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
28612
+ background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
28613
+ }
28614
+
28615
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
28616
+ border-block-end: 0;
28617
+ }
28618
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
28619
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28620
+ }
28621
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
28622
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28623
+ }
28624
+ .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
28625
+ background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
28626
+ border-block-end: var(--pf-v6-c-table__control-row--BorderBottomWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBottomColor);
28627
+ }
28628
+
28629
+ .pf-v6-c-table__tr {
28630
+ border-block-end: var(--pf-v6-c-table__tr--BorderBottomWidth) solid var(--pf-v6-c-table__tr--BorderBottomColor);
28631
+ }
28632
+ .pf-v6-c-table__thead .pf-v6-c-table__tr {
28633
+ border-block-end: 0;
28634
+ }
28635
+ .pf-v6-c-table__tr.pf-m-border-row {
28571
28636
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
28572
28637
  }
28573
28638
 
@@ -28637,7 +28702,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28637
28702
 
28638
28703
  :where(:root),
28639
28704
  :where(.pf-v6-c-table) {
28640
- --pf-v6-c-table__sticky-cell--MinWidth--base: 12.5rem;
28705
+ --pf-v6-c-table__sticky-cell--MinWidth--base: 8.75rem;
28641
28706
  --pf-v6-c-table__sticky-cell--MinWidth: var(--pf-v6-c-table__sticky-cell--MinWidth--base);
28642
28707
  --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--Zindex--xs);
28643
28708
  --pf-v6-c-table__sticky-cell--Right: auto;
@@ -28651,36 +28716,33 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28651
28716
  --pf-v6-c-table__sticky-cell--m-left--Left: 0;
28652
28717
  --pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-v6-c-table__sticky-cell--ZIndex) + 1);
28653
28718
  }
28654
- :where(:root) .pf-v6-c-table__sticky-cell,
28655
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell {
28656
- --pf-v6-c-table--cell--Overflow: visible;
28657
- --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28719
+
28720
+ .pf-v6-c-table .pf-v6-c-table__sticky-cell {
28658
28721
  position: sticky;
28659
28722
  inset-inline-start: var(--pf-v6-c-table__sticky-cell--Left);
28660
28723
  inset-inline-end: var(--pf-v6-c-table__sticky-cell--Right);
28661
28724
  z-index: var(--pf-v6-c-table__sticky-cell--ZIndex);
28662
28725
  min-width: var(--pf-v6-c-table__sticky-cell--MinWidth);
28726
+ }
28727
+
28728
+ .pf-v6-c-table__sticky-cell {
28729
+ --pf-v6-c-table--cell--Overflow: visible;
28730
+ --pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-v6-c-table--m-sticky-header__sticky-cell--ZIndex);
28663
28731
  background-color: var(--pf-v6-c-table__sticky-cell--BackgroundColor);
28664
28732
  background-clip: padding-box;
28665
28733
  }
28666
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-right::before,
28667
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28734
+ .pf-v6-c-table__sticky-cell.pf-m-border-right::before {
28668
28735
  --pf-v6-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
28669
28736
  --pf-v6-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-v6-c-table__sticky-cell--m-border-right--before--BorderRightColor);
28670
28737
  }
28671
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-border-left::before,
28672
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28738
+ .pf-v6-c-table__sticky-cell.pf-m-border-left::before {
28673
28739
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
28674
28740
  --pf-v6-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v6-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
28675
28741
  }
28676
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-right, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-end,
28677
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-right,
28678
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28742
+ .pf-v6-c-table__sticky-cell.pf-m-right, .pf-v6-c-table__sticky-cell.pf-m-inline-end {
28679
28743
  --pf-v6-c-table__sticky-cell--Right: var(--pf-v6-c-table__sticky-cell--m-right--Right);
28680
28744
  }
28681
- :where(:root) .pf-v6-c-table__sticky-cell.pf-m-left, :where(:root) .pf-v6-c-table__sticky-cell.pf-m-inline-start,
28682
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-left,
28683
- :where(.pf-v6-c-table) .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28745
+ .pf-v6-c-table__sticky-cell.pf-m-left, .pf-v6-c-table__sticky-cell.pf-m-inline-start {
28684
28746
  --pf-v6-c-table__sticky-cell--Left: var(--pf-v6-c-table__sticky-cell--m-left--Left);
28685
28747
  }
28686
28748
 
@@ -28711,7 +28773,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28711
28773
  --pf-v6-c-table__tree-view-main--PaddingLeft: var(--pf-v6-c-table__tree-view-main--indent--base);
28712
28774
  --pf-v6-c-table__tree-view-main--MarginLeft: calc(var(--pf-v6-c-table--cell--PaddingLeft) * -1);
28713
28775
  --pf-v6-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
28714
- --pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
28715
28776
  --pf-v6-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-t--global--spacer--sm);
28716
28777
  --pf-v6-c-table__tree-view-icon--MinWidth: var(--pf-t--global--spacer--md);
28717
28778
  --pf-v6-c-table__tree-view-icon--MarginRight: var(--pf-t--global--spacer--sm);
@@ -28792,7 +28853,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28792
28853
  margin-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--MarginRight);
28793
28854
  }
28794
28855
  .pf-v6-c-table__tree-view-main > .pf-v6-c-table__check label {
28795
- padding-inline-start: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingLeft);
28796
28856
  padding-inline-end: var(--pf-v6-c-table__tree-view-main--c-table__check--PaddingRight);
28797
28857
  margin-block-start: 0;
28798
28858
  margin-block-end: 0;