@patternfly/react-tokens 6.2.0-prerelease.4 → 6.2.0-prerelease.5

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.2.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.2.0-prerelease.4...@patternfly/react-tokens@6.2.0-prerelease.5) (2025-02-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.9 ([#11550](https://github.com/patternfly/patternfly-react/issues/11550)) ([e4c7d8d](https://github.com/patternfly/patternfly-react/commit/e4c7d8d3cdf474c9e477091c0867dccbdd17d1f7))
11
+
6
12
  # [6.2.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.2.0-prerelease.3...@patternfly/react-tokens@6.2.0-prerelease.4) (2025-02-20)
7
13
 
8
14
  ### Bug Fixes
@@ -131,9 +131,24 @@ export const c_drawer: {
131
131
  "0.5rem"
132
132
  ]
133
133
  },
134
+ "c_drawer__panel_TransitionTimingFunction": {
135
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
136
+ "value": "cubic-bezier(0, 0, .2, 1)",
137
+ "values": [
138
+ "--pf-t--global--motion--timing-function--decelerate",
139
+ "--pf-t--global--timing-function--300",
140
+ "cubic-bezier(0, 0, .2, 1)"
141
+ ]
142
+ },
134
143
  "c_drawer__panel_TransitionDuration": {
135
144
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
136
- "value": "250ms"
145
+ "value": "300ms",
146
+ "values": [
147
+ "--pf-t--global--motion--duration--slide-in--short",
148
+ "--pf-t--global--motion--duration--lg",
149
+ "--pf-t--global--duration--300",
150
+ "300ms"
151
+ ]
137
152
  },
138
153
  "c_drawer__panel_TransitionProperty": {
139
154
  "name": "--pf-v6-c-drawer__panel--TransitionProperty",
@@ -131,9 +131,24 @@ export const c_drawer = {
131
131
  "0.5rem"
132
132
  ]
133
133
  },
134
+ "c_drawer__panel_TransitionTimingFunction": {
135
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
136
+ "value": "cubic-bezier(0, 0, .2, 1)",
137
+ "values": [
138
+ "--pf-t--global--motion--timing-function--decelerate",
139
+ "--pf-t--global--timing-function--300",
140
+ "cubic-bezier(0, 0, .2, 1)"
141
+ ]
142
+ },
134
143
  "c_drawer__panel_TransitionDuration": {
135
144
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
136
- "value": "250ms"
145
+ "value": "300ms",
146
+ "values": [
147
+ "--pf-t--global--motion--duration--slide-in--short",
148
+ "--pf-t--global--motion--duration--lg",
149
+ "--pf-t--global--duration--300",
150
+ "300ms"
151
+ ]
137
152
  },
138
153
  "c_drawer__panel_TransitionProperty": {
139
154
  "name": "--pf-v6-c-drawer__panel--TransitionProperty",
@@ -1,6 +1,6 @@
1
1
  export const c_drawer__panel_TransitionDuration: {
2
2
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
3
- "value": "250ms",
3
+ "value": "300ms",
4
4
  "var": "var(--pf-v6-c-drawer__panel--TransitionDuration)"
5
5
  };
6
6
  export default c_drawer__panel_TransitionDuration;
@@ -1,6 +1,6 @@
1
1
  export const c_drawer__panel_TransitionDuration = {
2
2
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
3
- "value": "250ms",
3
+ "value": "300ms",
4
4
  "var": "var(--pf-v6-c-drawer__panel--TransitionDuration)"
5
5
  };
6
6
  export default c_drawer__panel_TransitionDuration;
@@ -0,0 +1,6 @@
1
+ export const c_drawer__panel_TransitionTimingFunction: {
2
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
3
+ "value": "cubic-bezier(0, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-drawer__panel--TransitionTimingFunction)"
5
+ };
6
+ export default c_drawer__panel_TransitionTimingFunction;
@@ -0,0 +1,6 @@
1
+ export const c_drawer__panel_TransitionTimingFunction = {
2
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
3
+ "value": "cubic-bezier(0, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-drawer__panel--TransitionTimingFunction)"
5
+ };
6
+ export default c_drawer__panel_TransitionTimingFunction;
@@ -28,6 +28,15 @@ export const c_progress: {
28
28
  "#e0e0e0"
29
29
  ]
30
30
  },
31
+ "c_progress__bar_BorderRadius": {
32
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
33
+ "value": "16px",
34
+ "values": [
35
+ "--pf-t--global--border--radius--medium",
36
+ "--pf-t--global--border--radius--300",
37
+ "16px"
38
+ ]
39
+ },
31
40
  "c_progress__measure_m_static_width_MinWidth": {
32
41
  "name": "--pf-v6-c-progress__measure--m-static-width--MinWidth",
33
42
  "value": "4.5ch"
@@ -28,6 +28,15 @@ export const c_progress = {
28
28
  "#e0e0e0"
29
29
  ]
30
30
  },
31
+ "c_progress__bar_BorderRadius": {
32
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
33
+ "value": "16px",
34
+ "values": [
35
+ "--pf-t--global--border--radius--medium",
36
+ "--pf-t--global--border--radius--300",
37
+ "16px"
38
+ ]
39
+ },
31
40
  "c_progress__measure_m_static_width_MinWidth": {
32
41
  "name": "--pf-v6-c-progress__measure--m-static-width--MinWidth",
33
42
  "value": "4.5ch"
@@ -0,0 +1,6 @@
1
+ export const c_progress__bar_BorderRadius: {
2
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-progress__bar--BorderRadius)"
5
+ };
6
+ export default c_progress__bar_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_progress__bar_BorderRadius = {
2
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-progress__bar--BorderRadius)"
5
+ };
6
+ export default c_progress__bar_BorderRadius;
@@ -1099,6 +1099,7 @@ export { c_drawer__panel_m_secondary_BackgroundColor } from './c_drawer__panel_m
1099
1099
  export { c_drawer__panel_RowGap } from './c_drawer__panel_RowGap';
1100
1100
  export { c_drawer__panel_PaddingBlockStart } from './c_drawer__panel_PaddingBlockStart';
1101
1101
  export { c_drawer__panel_PaddingBlockEnd } from './c_drawer__panel_PaddingBlockEnd';
1102
+ export { c_drawer__panel_TransitionTimingFunction } from './c_drawer__panel_TransitionTimingFunction';
1102
1103
  export { c_drawer__panel_TransitionDuration } from './c_drawer__panel_TransitionDuration';
1103
1104
  export { c_drawer__panel_TransitionProperty } from './c_drawer__panel_TransitionProperty';
1104
1105
  export { c_drawer__panel_FlexBasis } from './c_drawer__panel_FlexBasis';
@@ -2766,6 +2767,7 @@ export { c_progress } from './c_progress';
2766
2767
  export { c_progress_GridGap } from './c_progress_GridGap';
2767
2768
  export { c_progress__bar_Height } from './c_progress__bar_Height';
2768
2769
  export { c_progress__bar_BackgroundColor } from './c_progress__bar_BackgroundColor';
2770
+ export { c_progress__bar_BorderRadius } from './c_progress__bar_BorderRadius';
2769
2771
  export { c_progress__measure_m_static_width_MinWidth } from './c_progress__measure_m_static_width_MinWidth';
2770
2772
  export { c_progress__status_Gap } from './c_progress__status_Gap';
2771
2773
  export { c_progress__status_icon_Color } from './c_progress__status_icon_Color';
package/dist/esm/index.js CHANGED
@@ -1099,6 +1099,7 @@ export { c_drawer__panel_m_secondary_BackgroundColor } from './c_drawer__panel_m
1099
1099
  export { c_drawer__panel_RowGap } from './c_drawer__panel_RowGap';
1100
1100
  export { c_drawer__panel_PaddingBlockStart } from './c_drawer__panel_PaddingBlockStart';
1101
1101
  export { c_drawer__panel_PaddingBlockEnd } from './c_drawer__panel_PaddingBlockEnd';
1102
+ export { c_drawer__panel_TransitionTimingFunction } from './c_drawer__panel_TransitionTimingFunction';
1102
1103
  export { c_drawer__panel_TransitionDuration } from './c_drawer__panel_TransitionDuration';
1103
1104
  export { c_drawer__panel_TransitionProperty } from './c_drawer__panel_TransitionProperty';
1104
1105
  export { c_drawer__panel_FlexBasis } from './c_drawer__panel_FlexBasis';
@@ -2766,6 +2767,7 @@ export { c_progress } from './c_progress';
2766
2767
  export { c_progress_GridGap } from './c_progress_GridGap';
2767
2768
  export { c_progress__bar_Height } from './c_progress__bar_Height';
2768
2769
  export { c_progress__bar_BackgroundColor } from './c_progress__bar_BackgroundColor';
2770
+ export { c_progress__bar_BorderRadius } from './c_progress__bar_BorderRadius';
2769
2771
  export { c_progress__measure_m_static_width_MinWidth } from './c_progress__measure_m_static_width_MinWidth';
2770
2772
  export { c_progress__status_Gap } from './c_progress__status_Gap';
2771
2773
  export { c_progress__status_icon_Color } from './c_progress__status_icon_Color';
@@ -131,9 +131,24 @@ export const c_drawer: {
131
131
  "0.5rem"
132
132
  ]
133
133
  },
134
+ "c_drawer__panel_TransitionTimingFunction": {
135
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
136
+ "value": "cubic-bezier(0, 0, .2, 1)",
137
+ "values": [
138
+ "--pf-t--global--motion--timing-function--decelerate",
139
+ "--pf-t--global--timing-function--300",
140
+ "cubic-bezier(0, 0, .2, 1)"
141
+ ]
142
+ },
134
143
  "c_drawer__panel_TransitionDuration": {
135
144
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
136
- "value": "250ms"
145
+ "value": "300ms",
146
+ "values": [
147
+ "--pf-t--global--motion--duration--slide-in--short",
148
+ "--pf-t--global--motion--duration--lg",
149
+ "--pf-t--global--duration--300",
150
+ "300ms"
151
+ ]
137
152
  },
138
153
  "c_drawer__panel_TransitionProperty": {
139
154
  "name": "--pf-v6-c-drawer__panel--TransitionProperty",
@@ -133,9 +133,24 @@ exports.c_drawer = {
133
133
  "0.5rem"
134
134
  ]
135
135
  },
136
+ "c_drawer__panel_TransitionTimingFunction": {
137
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
138
+ "value": "cubic-bezier(0, 0, .2, 1)",
139
+ "values": [
140
+ "--pf-t--global--motion--timing-function--decelerate",
141
+ "--pf-t--global--timing-function--300",
142
+ "cubic-bezier(0, 0, .2, 1)"
143
+ ]
144
+ },
136
145
  "c_drawer__panel_TransitionDuration": {
137
146
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
138
- "value": "250ms"
147
+ "value": "300ms",
148
+ "values": [
149
+ "--pf-t--global--motion--duration--slide-in--short",
150
+ "--pf-t--global--motion--duration--lg",
151
+ "--pf-t--global--duration--300",
152
+ "300ms"
153
+ ]
139
154
  },
140
155
  "c_drawer__panel_TransitionProperty": {
141
156
  "name": "--pf-v6-c-drawer__panel--TransitionProperty",
@@ -1,6 +1,6 @@
1
1
  export const c_drawer__panel_TransitionDuration: {
2
2
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
3
- "value": "250ms",
3
+ "value": "300ms",
4
4
  "var": "var(--pf-v6-c-drawer__panel--TransitionDuration)"
5
5
  };
6
6
  export default c_drawer__panel_TransitionDuration;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_drawer__panel_TransitionDuration = {
4
4
  "name": "--pf-v6-c-drawer__panel--TransitionDuration",
5
- "value": "250ms",
5
+ "value": "300ms",
6
6
  "var": "var(--pf-v6-c-drawer__panel--TransitionDuration)"
7
7
  };
8
8
  exports["default"] = exports.c_drawer__panel_TransitionDuration;
@@ -0,0 +1,6 @@
1
+ export const c_drawer__panel_TransitionTimingFunction: {
2
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
3
+ "value": "cubic-bezier(0, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-drawer__panel--TransitionTimingFunction)"
5
+ };
6
+ export default c_drawer__panel_TransitionTimingFunction;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_drawer__panel_TransitionTimingFunction = {
4
+ "name": "--pf-v6-c-drawer__panel--TransitionTimingFunction",
5
+ "value": "cubic-bezier(0, 0, .2, 1)",
6
+ "var": "var(--pf-v6-c-drawer__panel--TransitionTimingFunction)"
7
+ };
8
+ exports["default"] = exports.c_drawer__panel_TransitionTimingFunction;
@@ -28,6 +28,15 @@ export const c_progress: {
28
28
  "#e0e0e0"
29
29
  ]
30
30
  },
31
+ "c_progress__bar_BorderRadius": {
32
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
33
+ "value": "16px",
34
+ "values": [
35
+ "--pf-t--global--border--radius--medium",
36
+ "--pf-t--global--border--radius--300",
37
+ "16px"
38
+ ]
39
+ },
31
40
  "c_progress__measure_m_static_width_MinWidth": {
32
41
  "name": "--pf-v6-c-progress__measure--m-static-width--MinWidth",
33
42
  "value": "4.5ch"
@@ -30,6 +30,15 @@ exports.c_progress = {
30
30
  "#e0e0e0"
31
31
  ]
32
32
  },
33
+ "c_progress__bar_BorderRadius": {
34
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
35
+ "value": "16px",
36
+ "values": [
37
+ "--pf-t--global--border--radius--medium",
38
+ "--pf-t--global--border--radius--300",
39
+ "16px"
40
+ ]
41
+ },
33
42
  "c_progress__measure_m_static_width_MinWidth": {
34
43
  "name": "--pf-v6-c-progress__measure--m-static-width--MinWidth",
35
44
  "value": "4.5ch"
@@ -0,0 +1,6 @@
1
+ export const c_progress__bar_BorderRadius: {
2
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-progress__bar--BorderRadius)"
5
+ };
6
+ export default c_progress__bar_BorderRadius;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_progress__bar_BorderRadius = {
4
+ "name": "--pf-v6-c-progress__bar--BorderRadius",
5
+ "value": "16px",
6
+ "var": "var(--pf-v6-c-progress__bar--BorderRadius)"
7
+ };
8
+ exports["default"] = exports.c_progress__bar_BorderRadius;
@@ -1099,6 +1099,7 @@ export { c_drawer__panel_m_secondary_BackgroundColor } from './c_drawer__panel_m
1099
1099
  export { c_drawer__panel_RowGap } from './c_drawer__panel_RowGap';
1100
1100
  export { c_drawer__panel_PaddingBlockStart } from './c_drawer__panel_PaddingBlockStart';
1101
1101
  export { c_drawer__panel_PaddingBlockEnd } from './c_drawer__panel_PaddingBlockEnd';
1102
+ export { c_drawer__panel_TransitionTimingFunction } from './c_drawer__panel_TransitionTimingFunction';
1102
1103
  export { c_drawer__panel_TransitionDuration } from './c_drawer__panel_TransitionDuration';
1103
1104
  export { c_drawer__panel_TransitionProperty } from './c_drawer__panel_TransitionProperty';
1104
1105
  export { c_drawer__panel_FlexBasis } from './c_drawer__panel_FlexBasis';
@@ -2766,6 +2767,7 @@ export { c_progress } from './c_progress';
2766
2767
  export { c_progress_GridGap } from './c_progress_GridGap';
2767
2768
  export { c_progress__bar_Height } from './c_progress__bar_Height';
2768
2769
  export { c_progress__bar_BackgroundColor } from './c_progress__bar_BackgroundColor';
2770
+ export { c_progress__bar_BorderRadius } from './c_progress__bar_BorderRadius';
2769
2771
  export { c_progress__measure_m_static_width_MinWidth } from './c_progress__measure_m_static_width_MinWidth';
2770
2772
  export { c_progress__status_Gap } from './c_progress__status_Gap';
2771
2773
  export { c_progress__status_icon_Color } from './c_progress__status_icon_Color';
package/dist/js/index.js CHANGED
@@ -1104,6 +1104,7 @@ __export(require('./c_drawer__panel_m_secondary_BackgroundColor'));
1104
1104
  __export(require('./c_drawer__panel_RowGap'));
1105
1105
  __export(require('./c_drawer__panel_PaddingBlockStart'));
1106
1106
  __export(require('./c_drawer__panel_PaddingBlockEnd'));
1107
+ __export(require('./c_drawer__panel_TransitionTimingFunction'));
1107
1108
  __export(require('./c_drawer__panel_TransitionDuration'));
1108
1109
  __export(require('./c_drawer__panel_TransitionProperty'));
1109
1110
  __export(require('./c_drawer__panel_FlexBasis'));
@@ -2771,6 +2772,7 @@ __export(require('./c_progress'));
2771
2772
  __export(require('./c_progress_GridGap'));
2772
2773
  __export(require('./c_progress__bar_Height'));
2773
2774
  __export(require('./c_progress__bar_BackgroundColor'));
2775
+ __export(require('./c_progress__bar_BorderRadius'));
2774
2776
  __export(require('./c_progress__measure_m_static_width_MinWidth'));
2775
2777
  __export(require('./c_progress__status_Gap'));
2776
2778
  __export(require('./c_progress__status_icon_Color'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-tokens",
3
- "version": "6.2.0-prerelease.4",
3
+ "version": "6.2.0-prerelease.5",
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",
@@ -29,9 +29,9 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "devDependencies": {
32
- "@patternfly/patternfly": "6.2.0-prerelease.7",
32
+ "@patternfly/patternfly": "6.2.0-prerelease.9",
33
33
  "css": "^3.0.0",
34
34
  "fs-extra": "^11.3.0"
35
35
  },
36
- "gitHead": "fcc7abe033e11506a55a4f30ca2b14d94eaa9d41"
36
+ "gitHead": "4c026dda42ab4c8fabacf1762ccf0ff785237a80"
37
37
  }