@atlaskit/tokens 11.1.0 → 11.1.1
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 +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.1",
|
|
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/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && run-ts ./scripts/style-dictionary/build-plugin-token-map.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/ds-lib": "^
|
|
33
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@babel/traverse": "^7.23.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/code": "^17.4.0",
|
|
51
51
|
"@atlaskit/css": "^0.19.0",
|
|
52
52
|
"@atlaskit/docs": "^11.6.0",
|
|
53
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
53
|
+
"@atlaskit/dropdown-menu": "^16.6.0",
|
|
54
54
|
"@atlaskit/dynamic-table": "^18.3.0",
|
|
55
55
|
"@atlaskit/form": "^15.4.0",
|
|
56
56
|
"@atlaskit/grid": "^0.18.0",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"@atlaskit/icon": "^32.0.0",
|
|
59
59
|
"@atlaskit/inline-message": "^15.5.0",
|
|
60
60
|
"@atlaskit/link": "^3.3.0",
|
|
61
|
-
"@atlaskit/lozenge": "^13.
|
|
61
|
+
"@atlaskit/lozenge": "^13.5.0",
|
|
62
62
|
"@atlaskit/popup": "^4.13.0",
|
|
63
63
|
"@atlaskit/primitives": "^18.0.0",
|
|
64
64
|
"@atlaskit/radio": "^8.4.0",
|
|
65
65
|
"@atlaskit/section-message": "^8.12.0",
|
|
66
|
-
"@atlaskit/select": "^21.
|
|
66
|
+
"@atlaskit/select": "^21.8.0",
|
|
67
67
|
"@atlaskit/tag": "^14.5.0",
|
|
68
68
|
"@atlaskit/textarea": "^8.2.0",
|
|
69
69
|
"@atlaskit/textfield": "^8.2.0",
|