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

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,18 @@
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.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.3.0-prerelease.11...@patternfly/react-tokens@6.3.0-prerelease.12) (2025-07-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **Tables:** updated animations to beta ([#11927](https://github.com/patternfly/patternfly-react/issues/11927)) ([cca6678](https://github.com/patternfly/patternfly-react/commit/cca667858c24bb9d7cb39e0c781ff3c8466f7ef6))
11
+
12
+ # [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)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **Table:** updated logic for expandable class ([#11918](https://github.com/patternfly/patternfly-react/issues/11918)) ([2b6c99b](https://github.com/patternfly/patternfly-react/commit/2b6c99b4617f09009d799af4587a0b0d291cdf84))
17
+
6
18
  # [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
19
 
8
20
  **Note:** Version bump only for package @patternfly/react-tokens
@@ -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;
@@ -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",
@@ -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",
@@ -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';
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';
@@ -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;
@@ -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",
@@ -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",
@@ -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';
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'));
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.12",
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.40",
34
34
  "fs-extra": "^11.3.0"
35
35
  },
36
- "gitHead": "87ddd2d8cf02bacbf69c8950daff0137a9fc5c74"
36
+ "gitHead": "e08195c635540c7f3cef9707f26407062e295b85"
37
37
  }