@patternfly/react-tokens 6.3.0-prerelease.10 → 6.3.0-prerelease.11

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.3.0-prerelease.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.10...@patternfly/react-tokens@6.3.0-prerelease.11) (2025-07-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **Table:** updated logic for expandable class ([#11918](https://github.com/patternfly/patternfly-react/issues/11918)) ([2b6c99b](https://github.com/patternfly/patternfly-react/commit/2b6c99b4617f09009d799af4587a0b0d291cdf84))
11
+
6
12
  # [6.3.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.9...@patternfly/react-tokens@6.3.0-prerelease.10) (2025-07-02)
7
13
 
8
14
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -144,6 +144,25 @@ export const c_table: {
144
144
  "0.875rem"
145
145
  ]
146
146
  },
147
+ "c_table__tbody_BorderBlockEndWidth": {
148
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndWidth",
149
+ "value": "1px",
150
+ "values": [
151
+ "--pf-t--global--border--width--divider--default",
152
+ "--pf-t--global--border--width--100",
153
+ "1px"
154
+ ]
155
+ },
156
+ "c_table__tbody_BorderBlockEndColor": {
157
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
158
+ "value": "#c7c7c7",
159
+ "values": [
160
+ "--pf-t--global--border--color--default",
161
+ "--pf-t--global--border--color--100",
162
+ "--pf-t--color--gray--30",
163
+ "#c7c7c7"
164
+ ]
165
+ },
147
166
  "c_table__tr_BorderBlockEndWidth": {
148
167
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
149
168
  "value": "1px",
@@ -1522,7 +1541,13 @@ export const c_table: {
1522
1541
  "value": "0"
1523
1542
  }
1524
1543
  },
1525
- ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row": {
1544
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)": {
1545
+ "c_table_cell_responsive_label": {
1546
+ "name": "--pf-v6-c-table--cell--responsive--label",
1547
+ "value": "none"
1548
+ }
1549
+ },
1550
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
1526
1551
  "c_table__expandable_row_TransitionDuration_collapse_fade": {
1527
1552
  "name": "--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
1528
1553
  "value": "0s"
@@ -2011,7 +2036,7 @@ export const c_table: {
2011
2036
  ]
2012
2037
  }
2013
2038
  },
2014
- ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row)": {
2039
+ ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2)))": {
2015
2040
  "c_table_cell_PaddingBlockStart": {
2016
2041
  "name": "--pf-v6-c-table--cell--PaddingBlockStart",
2017
2042
  "value": "0.5rem",
@@ -144,6 +144,25 @@ export const c_table = {
144
144
  "0.875rem"
145
145
  ]
146
146
  },
147
+ "c_table__tbody_BorderBlockEndWidth": {
148
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndWidth",
149
+ "value": "1px",
150
+ "values": [
151
+ "--pf-t--global--border--width--divider--default",
152
+ "--pf-t--global--border--width--100",
153
+ "1px"
154
+ ]
155
+ },
156
+ "c_table__tbody_BorderBlockEndColor": {
157
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
158
+ "value": "#c7c7c7",
159
+ "values": [
160
+ "--pf-t--global--border--color--default",
161
+ "--pf-t--global--border--color--100",
162
+ "--pf-t--color--gray--30",
163
+ "#c7c7c7"
164
+ ]
165
+ },
147
166
  "c_table__tr_BorderBlockEndWidth": {
148
167
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
149
168
  "value": "1px",
@@ -1522,7 +1541,13 @@ export const c_table = {
1522
1541
  "value": "0"
1523
1542
  }
1524
1543
  },
1525
- ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row": {
1544
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)": {
1545
+ "c_table_cell_responsive_label": {
1546
+ "name": "--pf-v6-c-table--cell--responsive--label",
1547
+ "value": "none"
1548
+ }
1549
+ },
1550
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
1526
1551
  "c_table__expandable_row_TransitionDuration_collapse_fade": {
1527
1552
  "name": "--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
1528
1553
  "value": "0s"
@@ -2011,7 +2036,7 @@ export const c_table = {
2011
2036
  ]
2012
2037
  }
2013
2038
  },
2014
- ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row)": {
2039
+ ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2)))": {
2015
2040
  "c_table_cell_PaddingBlockStart": {
2016
2041
  "name": "--pf-v6-c-table--cell--PaddingBlockStart",
2017
2042
  "value": "0.5rem",
@@ -0,0 +1,6 @@
1
+ export const c_table__expandable_row_Display: {
2
+ "name": "--pf-v6-c-table__expandable-row--Display",
3
+ "value": "block",
4
+ "var": "var(--pf-v6-c-table__expandable-row--Display)"
5
+ };
6
+ export default c_table__expandable_row_Display;
@@ -0,0 +1,6 @@
1
+ export const c_table__expandable_row_Display = {
2
+ "name": "--pf-v6-c-table__expandable-row--Display",
3
+ "value": "block",
4
+ "var": "var(--pf-v6-c-table__expandable-row--Display)"
5
+ };
6
+ export default c_table__expandable_row_Display;
@@ -0,0 +1,6 @@
1
+ export const c_table__tbody_BorderBlockEndColor: {
2
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table__tbody--BorderBlockEndColor)"
5
+ };
6
+ export default c_table__tbody_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table__tbody_BorderBlockEndColor = {
2
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table__tbody--BorderBlockEndColor)"
5
+ };
6
+ export default c_table__tbody_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_cell_responsive_label: {
2
+ "name": "--pf-v6-c-table--cell--responsive--label",
3
+ "value": "none",
4
+ "var": "var(--pf-v6-c-table--cell--responsive--label)"
5
+ };
6
+ export default c_table_cell_responsive_label;
@@ -0,0 +1,6 @@
1
+ export const c_table_cell_responsive_label = {
2
+ "name": "--pf-v6-c-table--cell--responsive--label",
3
+ "value": "none",
4
+ "var": "var(--pf-v6-c-table--cell--responsive--label)"
5
+ };
6
+ export default c_table_cell_responsive_label;
@@ -521,6 +521,12 @@ export const c_table_grid: {
521
521
  "value": "auto"
522
522
  }
523
523
  },
524
+ ".pf-m-grid.pf-v6-c-table.pf-m-animate-expand": {
525
+ "c_table__expandable_row_Display": {
526
+ "name": "--pf-v6-c-table__expandable-row--Display",
527
+ "value": "block"
528
+ }
529
+ },
524
530
  ".pf-m-grid.pf-v6-c-table.pf-m-expandable": {
525
531
  "c_table__tr_BorderBlockEndWidth": {
526
532
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
@@ -537,7 +543,7 @@ export const c_table_grid: {
537
543
  "value": "transparent"
538
544
  }
539
545
  },
540
- ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child": {
546
+ ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child": {
541
547
  "c_table_cell_responsive_PaddingBlockStart": {
542
548
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
543
549
  "value": "0.5rem",
@@ -705,7 +711,7 @@ export const c_table_grid: {
705
711
  "value": "0"
706
712
  }
707
713
  },
708
- ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row": {
714
+ ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
709
715
  "c_table_cell_responsive_PaddingBlockStart": {
710
716
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
711
717
  "value": "0"
@@ -521,6 +521,12 @@ export const c_table_grid = {
521
521
  "value": "auto"
522
522
  }
523
523
  },
524
+ ".pf-m-grid.pf-v6-c-table.pf-m-animate-expand": {
525
+ "c_table__expandable_row_Display": {
526
+ "name": "--pf-v6-c-table__expandable-row--Display",
527
+ "value": "block"
528
+ }
529
+ },
524
530
  ".pf-m-grid.pf-v6-c-table.pf-m-expandable": {
525
531
  "c_table__tr_BorderBlockEndWidth": {
526
532
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
@@ -537,7 +543,7 @@ export const c_table_grid = {
537
543
  "value": "transparent"
538
544
  }
539
545
  },
540
- ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child": {
546
+ ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child": {
541
547
  "c_table_cell_responsive_PaddingBlockStart": {
542
548
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
543
549
  "value": "0.5rem",
@@ -705,7 +711,7 @@ export const c_table_grid = {
705
711
  "value": "0"
706
712
  }
707
713
  },
708
- ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row": {
714
+ ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
709
715
  "c_table_cell_responsive_PaddingBlockStart": {
710
716
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
711
717
  "value": "0"
@@ -3543,6 +3543,7 @@ export { c_table__favorite_c_button_MarginBlockStart } from './c_table__favorite
3543
3543
  export { c_table__favorite_c_button_MarginInlineEnd } from './c_table__favorite_c_button_MarginInlineEnd';
3544
3544
  export { c_table__favorite_c_button_MarginBlockEnd } from './c_table__favorite_c_button_MarginBlockEnd';
3545
3545
  export { c_table__favorite_c_button_MarginInlineStart } from './c_table__favorite_c_button_MarginInlineStart';
3546
+ export { c_table__expandable_row_Display } from './c_table__expandable_row_Display';
3546
3547
  export { c_table__tr_BorderBlockEndWidth } from './c_table__tr_BorderBlockEndWidth';
3547
3548
  export { c_table__expandable_row_after_BorderInlineStartWidth } from './c_table__expandable_row_after_BorderInlineStartWidth';
3548
3549
  export { c_table__expandable_row_after_BorderColor } from './c_table__expandable_row_after_BorderColor';
@@ -3629,6 +3630,8 @@ export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3629
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3630
3631
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3631
3632
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
+ export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3634
+ export { c_table__tbody_BorderBlockEndColor } from './c_table__tbody_BorderBlockEndColor';
3632
3635
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
3633
3636
  export { c_table_cell_Padding_base } from './c_table_cell_Padding_base';
3634
3637
  export { c_table_cell_FontSize } from './c_table_cell_FontSize';
@@ -3746,8 +3749,8 @@ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_B
3746
3749
  export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
3747
3750
  export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
3748
3751
  export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
3749
- export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3750
3752
  export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
3753
+ export { c_table_cell_responsive_label } from './c_table_cell_responsive_label';
3751
3754
  export { c_tabs } from './c_tabs';
3752
3755
  export { c_tabs_inset } from './c_tabs_inset';
3753
3756
  export { c_tabs_Width } from './c_tabs_Width';
package/dist/esm/index.js CHANGED
@@ -3543,6 +3543,7 @@ export { c_table__favorite_c_button_MarginBlockStart } from './c_table__favorite
3543
3543
  export { c_table__favorite_c_button_MarginInlineEnd } from './c_table__favorite_c_button_MarginInlineEnd';
3544
3544
  export { c_table__favorite_c_button_MarginBlockEnd } from './c_table__favorite_c_button_MarginBlockEnd';
3545
3545
  export { c_table__favorite_c_button_MarginInlineStart } from './c_table__favorite_c_button_MarginInlineStart';
3546
+ export { c_table__expandable_row_Display } from './c_table__expandable_row_Display';
3546
3547
  export { c_table__tr_BorderBlockEndWidth } from './c_table__tr_BorderBlockEndWidth';
3547
3548
  export { c_table__expandable_row_after_BorderInlineStartWidth } from './c_table__expandable_row_after_BorderInlineStartWidth';
3548
3549
  export { c_table__expandable_row_after_BorderColor } from './c_table__expandable_row_after_BorderColor';
@@ -3629,6 +3630,8 @@ export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3629
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3630
3631
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3631
3632
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
+ export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3634
+ export { c_table__tbody_BorderBlockEndColor } from './c_table__tbody_BorderBlockEndColor';
3632
3635
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
3633
3636
  export { c_table_cell_Padding_base } from './c_table_cell_Padding_base';
3634
3637
  export { c_table_cell_FontSize } from './c_table_cell_FontSize';
@@ -3746,8 +3749,8 @@ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_B
3746
3749
  export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
3747
3750
  export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
3748
3751
  export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
3749
- export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3750
3752
  export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
3753
+ export { c_table_cell_responsive_label } from './c_table_cell_responsive_label';
3751
3754
  export { c_tabs } from './c_tabs';
3752
3755
  export { c_tabs_inset } from './c_tabs_inset';
3753
3756
  export { c_tabs_Width } from './c_tabs_Width';
@@ -144,6 +144,25 @@ export const c_table: {
144
144
  "0.875rem"
145
145
  ]
146
146
  },
147
+ "c_table__tbody_BorderBlockEndWidth": {
148
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndWidth",
149
+ "value": "1px",
150
+ "values": [
151
+ "--pf-t--global--border--width--divider--default",
152
+ "--pf-t--global--border--width--100",
153
+ "1px"
154
+ ]
155
+ },
156
+ "c_table__tbody_BorderBlockEndColor": {
157
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
158
+ "value": "#c7c7c7",
159
+ "values": [
160
+ "--pf-t--global--border--color--default",
161
+ "--pf-t--global--border--color--100",
162
+ "--pf-t--color--gray--30",
163
+ "#c7c7c7"
164
+ ]
165
+ },
147
166
  "c_table__tr_BorderBlockEndWidth": {
148
167
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
149
168
  "value": "1px",
@@ -1522,7 +1541,13 @@ export const c_table: {
1522
1541
  "value": "0"
1523
1542
  }
1524
1543
  },
1525
- ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row": {
1544
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)": {
1545
+ "c_table_cell_responsive_label": {
1546
+ "name": "--pf-v6-c-table--cell--responsive--label",
1547
+ "value": "none"
1548
+ }
1549
+ },
1550
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
1526
1551
  "c_table__expandable_row_TransitionDuration_collapse_fade": {
1527
1552
  "name": "--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
1528
1553
  "value": "0s"
@@ -2011,7 +2036,7 @@ export const c_table: {
2011
2036
  ]
2012
2037
  }
2013
2038
  },
2014
- ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row)": {
2039
+ ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2)))": {
2015
2040
  "c_table_cell_PaddingBlockStart": {
2016
2041
  "name": "--pf-v6-c-table--cell--PaddingBlockStart",
2017
2042
  "value": "0.5rem",
@@ -146,6 +146,25 @@ exports.c_table = {
146
146
  "0.875rem"
147
147
  ]
148
148
  },
149
+ "c_table__tbody_BorderBlockEndWidth": {
150
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndWidth",
151
+ "value": "1px",
152
+ "values": [
153
+ "--pf-t--global--border--width--divider--default",
154
+ "--pf-t--global--border--width--100",
155
+ "1px"
156
+ ]
157
+ },
158
+ "c_table__tbody_BorderBlockEndColor": {
159
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
160
+ "value": "#c7c7c7",
161
+ "values": [
162
+ "--pf-t--global--border--color--default",
163
+ "--pf-t--global--border--color--100",
164
+ "--pf-t--color--gray--30",
165
+ "#c7c7c7"
166
+ ]
167
+ },
149
168
  "c_table__tr_BorderBlockEndWidth": {
150
169
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
151
170
  "value": "1px",
@@ -1524,7 +1543,13 @@ exports.c_table = {
1524
1543
  "value": "0"
1525
1544
  }
1526
1545
  },
1527
- ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row": {
1546
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)": {
1547
+ "c_table_cell_responsive_label": {
1548
+ "name": "--pf-v6-c-table--cell--responsive--label",
1549
+ "value": "none"
1550
+ }
1551
+ },
1552
+ ".pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
1528
1553
  "c_table__expandable_row_TransitionDuration_collapse_fade": {
1529
1554
  "name": "--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade",
1530
1555
  "value": "0s"
@@ -2013,7 +2038,7 @@ exports.c_table = {
2013
2038
  ]
2014
2039
  }
2015
2040
  },
2016
- ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row)": {
2041
+ ".pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2)))": {
2017
2042
  "c_table_cell_PaddingBlockStart": {
2018
2043
  "name": "--pf-v6-c-table--cell--PaddingBlockStart",
2019
2044
  "value": "0.5rem",
@@ -0,0 +1,6 @@
1
+ export const c_table__expandable_row_Display: {
2
+ "name": "--pf-v6-c-table__expandable-row--Display",
3
+ "value": "block",
4
+ "var": "var(--pf-v6-c-table__expandable-row--Display)"
5
+ };
6
+ export default c_table__expandable_row_Display;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_table__expandable_row_Display = {
4
+ "name": "--pf-v6-c-table__expandable-row--Display",
5
+ "value": "block",
6
+ "var": "var(--pf-v6-c-table__expandable-row--Display)"
7
+ };
8
+ exports["default"] = exports.c_table__expandable_row_Display;
@@ -0,0 +1,6 @@
1
+ export const c_table__tbody_BorderBlockEndColor: {
2
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table__tbody--BorderBlockEndColor)"
5
+ };
6
+ export default c_table__tbody_BorderBlockEndColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_table__tbody_BorderBlockEndColor = {
4
+ "name": "--pf-v6-c-table__tbody--BorderBlockEndColor",
5
+ "value": "#c7c7c7",
6
+ "var": "var(--pf-v6-c-table__tbody--BorderBlockEndColor)"
7
+ };
8
+ exports["default"] = exports.c_table__tbody_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_cell_responsive_label: {
2
+ "name": "--pf-v6-c-table--cell--responsive--label",
3
+ "value": "none",
4
+ "var": "var(--pf-v6-c-table--cell--responsive--label)"
5
+ };
6
+ export default c_table_cell_responsive_label;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_table_cell_responsive_label = {
4
+ "name": "--pf-v6-c-table--cell--responsive--label",
5
+ "value": "none",
6
+ "var": "var(--pf-v6-c-table--cell--responsive--label)"
7
+ };
8
+ exports["default"] = exports.c_table_cell_responsive_label;
@@ -521,6 +521,12 @@ export const c_table_grid: {
521
521
  "value": "auto"
522
522
  }
523
523
  },
524
+ ".pf-m-grid.pf-v6-c-table.pf-m-animate-expand": {
525
+ "c_table__expandable_row_Display": {
526
+ "name": "--pf-v6-c-table__expandable-row--Display",
527
+ "value": "block"
528
+ }
529
+ },
524
530
  ".pf-m-grid.pf-v6-c-table.pf-m-expandable": {
525
531
  "c_table__tr_BorderBlockEndWidth": {
526
532
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
@@ -537,7 +543,7 @@ export const c_table_grid: {
537
543
  "value": "transparent"
538
544
  }
539
545
  },
540
- ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child": {
546
+ ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child": {
541
547
  "c_table_cell_responsive_PaddingBlockStart": {
542
548
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
543
549
  "value": "0.5rem",
@@ -705,7 +711,7 @@ export const c_table_grid: {
705
711
  "value": "0"
706
712
  }
707
713
  },
708
- ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row": {
714
+ ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
709
715
  "c_table_cell_responsive_PaddingBlockStart": {
710
716
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
711
717
  "value": "0"
@@ -523,6 +523,12 @@ exports.c_table_grid = {
523
523
  "value": "auto"
524
524
  }
525
525
  },
526
+ ".pf-m-grid.pf-v6-c-table.pf-m-animate-expand": {
527
+ "c_table__expandable_row_Display": {
528
+ "name": "--pf-v6-c-table__expandable-row--Display",
529
+ "value": "block"
530
+ }
531
+ },
526
532
  ".pf-m-grid.pf-v6-c-table.pf-m-expandable": {
527
533
  "c_table__tr_BorderBlockEndWidth": {
528
534
  "name": "--pf-v6-c-table__tr--BorderBlockEndWidth",
@@ -539,7 +545,7 @@ exports.c_table_grid = {
539
545
  "value": "transparent"
540
546
  }
541
547
  },
542
- ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child": {
548
+ ".pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child": {
543
549
  "c_table_cell_responsive_PaddingBlockStart": {
544
550
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
545
551
  "value": "0.5rem",
@@ -707,7 +713,7 @@ exports.c_table_grid = {
707
713
  "value": "0"
708
714
  }
709
715
  },
710
- ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row": {
716
+ ".pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2))": {
711
717
  "c_table_cell_responsive_PaddingBlockStart": {
712
718
  "name": "--pf-v6-c-table--cell--responsive--PaddingBlockStart",
713
719
  "value": "0"
@@ -3543,6 +3543,7 @@ export { c_table__favorite_c_button_MarginBlockStart } from './c_table__favorite
3543
3543
  export { c_table__favorite_c_button_MarginInlineEnd } from './c_table__favorite_c_button_MarginInlineEnd';
3544
3544
  export { c_table__favorite_c_button_MarginBlockEnd } from './c_table__favorite_c_button_MarginBlockEnd';
3545
3545
  export { c_table__favorite_c_button_MarginInlineStart } from './c_table__favorite_c_button_MarginInlineStart';
3546
+ export { c_table__expandable_row_Display } from './c_table__expandable_row_Display';
3546
3547
  export { c_table__tr_BorderBlockEndWidth } from './c_table__tr_BorderBlockEndWidth';
3547
3548
  export { c_table__expandable_row_after_BorderInlineStartWidth } from './c_table__expandable_row_after_BorderInlineStartWidth';
3548
3549
  export { c_table__expandable_row_after_BorderColor } from './c_table__expandable_row_after_BorderColor';
@@ -3629,6 +3630,8 @@ export { c_table__thead_cell_FontSize } from './c_table__thead_cell_FontSize';
3629
3630
  export { c_table__thead_cell_FontWeight } from './c_table__thead_cell_FontWeight';
3630
3631
  export { c_table__thead__toggle_PaddingBlockEnd } from './c_table__thead__toggle_PaddingBlockEnd';
3631
3632
  export { c_table__tbody_cell_FontSize } from './c_table__tbody_cell_FontSize';
3633
+ export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3634
+ export { c_table__tbody_BorderBlockEndColor } from './c_table__tbody_BorderBlockEndColor';
3632
3635
  export { c_table__tr_BorderBlockEndColor } from './c_table__tr_BorderBlockEndColor';
3633
3636
  export { c_table_cell_Padding_base } from './c_table_cell_Padding_base';
3634
3637
  export { c_table_cell_FontSize } from './c_table_cell_FontSize';
@@ -3746,8 +3749,8 @@ export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_B
3746
3749
  export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
3747
3750
  export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
3748
3751
  export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
3749
- export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
3750
3752
  export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
3753
+ export { c_table_cell_responsive_label } from './c_table_cell_responsive_label';
3751
3754
  export { c_tabs } from './c_tabs';
3752
3755
  export { c_tabs_inset } from './c_tabs_inset';
3753
3756
  export { c_tabs_Width } from './c_tabs_Width';
package/dist/js/index.js CHANGED
@@ -3548,6 +3548,7 @@ __export(require('./c_table__favorite_c_button_MarginBlockStart'));
3548
3548
  __export(require('./c_table__favorite_c_button_MarginInlineEnd'));
3549
3549
  __export(require('./c_table__favorite_c_button_MarginBlockEnd'));
3550
3550
  __export(require('./c_table__favorite_c_button_MarginInlineStart'));
3551
+ __export(require('./c_table__expandable_row_Display'));
3551
3552
  __export(require('./c_table__tr_BorderBlockEndWidth'));
3552
3553
  __export(require('./c_table__expandable_row_after_BorderInlineStartWidth'));
3553
3554
  __export(require('./c_table__expandable_row_after_BorderColor'));
@@ -3634,6 +3635,8 @@ __export(require('./c_table__thead_cell_FontSize'));
3634
3635
  __export(require('./c_table__thead_cell_FontWeight'));
3635
3636
  __export(require('./c_table__thead__toggle_PaddingBlockEnd'));
3636
3637
  __export(require('./c_table__tbody_cell_FontSize'));
3638
+ __export(require('./c_table__tbody_BorderBlockEndWidth'));
3639
+ __export(require('./c_table__tbody_BorderBlockEndColor'));
3637
3640
  __export(require('./c_table__tr_BorderBlockEndColor'));
3638
3641
  __export(require('./c_table_cell_Padding_base'));
3639
3642
  __export(require('./c_table_cell_FontSize'));
@@ -3751,8 +3754,8 @@ __export(require('./c_table_m_striped__tr_BackgroundColor'));
3751
3754
  __export(require('./c_table_m_sticky_header_ZIndex'));
3752
3755
  __export(require('./c_table_m_sticky_header_border_ZIndex'));
3753
3756
  __export(require('./c_table__sticky_column_BackgroundColor'));
3754
- __export(require('./c_table__tbody_BorderBlockEndWidth'));
3755
3757
  __export(require('./c_table_m_expandable__tbody_BorderBlockEndWidth'));
3758
+ __export(require('./c_table_cell_responsive_label'));
3756
3759
  __export(require('./c_tabs'));
3757
3760
  __export(require('./c_tabs_inset'));
3758
3761
  __export(require('./c_tabs_Width'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "6.3.0-prerelease.10",
3
+ "version": "6.3.0-prerelease.11",
4
4
  "description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@adobe/css-tools": "^4.4.2",
33
- "@patternfly/patternfly": "6.3.0-prerelease.37",
33
+ "@patternfly/patternfly": "6.3.0-prerelease.38",
34
34
  "fs-extra": "^11.3.0"
35
35
  },
36
- "gitHead": "87ddd2d8cf02bacbf69c8950daff0137a9fc5c74"
36
+ "gitHead": "031fba5b63c67c6cb8ca4ead17830ddd1dafec8e"
37
37
  }