@atlaskit/tokens 1.57.0 → 1.58.0
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 +16 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.58.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
8
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
9
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
10
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
11
|
+
|
|
12
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
13
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 1.57.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.58.0",
|
|
4
4
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"codegen-tokens": "ts-node --project $(npx repo-root)/tsconfig.node.json ./scripts/style-dictionary/build && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/heading && yarn codegen"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/ds-lib": "^2.
|
|
38
|
+
"@atlaskit/ds-lib": "^2.4.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@babel/traverse": "^7.23.2",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"bind-event-listener": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"react": "^16.8.0 || ^17.0.0 ||
|
|
46
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@af/accessibility-testing": "*",
|
|
50
50
|
"@af/formatting": "*",
|
|
51
|
-
"@atlaskit/button": "^19.
|
|
52
|
-
"@atlaskit/calendar": "^14.
|
|
53
|
-
"@atlaskit/checkbox": "^13.
|
|
54
|
-
"@atlaskit/radio": "^6.
|
|
55
|
-
"@atlaskit/textfield": "^6.
|
|
56
|
-
"@atlaskit/tooltip": "^18.
|
|
51
|
+
"@atlaskit/button": "^19.2.0",
|
|
52
|
+
"@atlaskit/calendar": "^14.5.0",
|
|
53
|
+
"@atlaskit/checkbox": "^13.7.0",
|
|
54
|
+
"@atlaskit/radio": "^6.5.0",
|
|
55
|
+
"@atlaskit/textfield": "^6.5.0",
|
|
56
|
+
"@atlaskit/tooltip": "^18.7.0",
|
|
57
57
|
"@atlaskit/visual-regression": "*",
|
|
58
58
|
"@atlassian/codegen": "^0.1.0",
|
|
59
59
|
"@atlassian/feature-flags-test-utils": "*",
|