@atlaskit/tokens 1.50.0 → 1.51.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 +9 -0
- package/package.json +138 -138
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.51.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#111016](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111016)
|
|
8
|
+
[`d131599730792`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d131599730792) -
|
|
9
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
10
|
+
is implicitly set to automatic.
|
|
11
|
+
|
|
3
12
|
## 1.50.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,139 +1,139 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
2
|
+
"name": "@atlaskit/tokens",
|
|
3
|
+
"version": "1.51.0",
|
|
4
|
+
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"**/*.css"
|
|
17
|
+
],
|
|
18
|
+
"atlaskit:src": "src/index.tsx",
|
|
19
|
+
"atlassian": {
|
|
20
|
+
"team": "Design System Team",
|
|
21
|
+
"productPushConsumption": [
|
|
22
|
+
"jira"
|
|
23
|
+
],
|
|
24
|
+
"releaseModel": "continuous",
|
|
25
|
+
"runReact18": true,
|
|
26
|
+
"website": {
|
|
27
|
+
"name": "Design tokens",
|
|
28
|
+
"category": "Libraries"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"prebuilt": "yes | cp -R $(npx repo-root)/packages/design-system/tokens/dist/cjs/* $(npx repo-root)/packages/design-system/tokens/prebuilt/",
|
|
33
|
+
"ak-postbuild": "yarn prebuilt && (cd $(npx repo-root) && yarn build @atlassian/codegen -d cjs,esm,es2019) && yarn workspace @atlaskit/tokens codegen-tokens && yarn workspace @atlaskit/tokens check-clean-git",
|
|
34
|
+
"check-clean-git": "git diff --exit-code -- packages/design-system/tokens/ || (echo 'tokens are out of date, run yarn build tokens' && false)",
|
|
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
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@atlaskit/ds-lib": "^2.3.0",
|
|
39
|
+
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
40
|
+
"@babel/runtime": "^7.0.0",
|
|
41
|
+
"@babel/traverse": "^7.23.2",
|
|
42
|
+
"@babel/types": "^7.20.0",
|
|
43
|
+
"bind-event-listener": "^3.0.0"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@af/accessibility-testing": "*",
|
|
50
|
+
"@af/formatting": "*",
|
|
51
|
+
"@atlaskit/calendar": "^14.2.0",
|
|
52
|
+
"@atlaskit/checkbox": "^13.4.0",
|
|
53
|
+
"@atlaskit/radio": "^6.3.0",
|
|
54
|
+
"@atlaskit/textfield": "^6.4.0",
|
|
55
|
+
"@atlaskit/tooltip": "^18.5.0",
|
|
56
|
+
"@atlaskit/visual-regression": "*",
|
|
57
|
+
"@atlassian/codegen": "^0.1.0",
|
|
58
|
+
"@atlassian/feature-flags-test-utils": "*",
|
|
59
|
+
"@babel/core": "^7.20.0",
|
|
60
|
+
"@emotion/react": "^11.7.1",
|
|
61
|
+
"@hypermod/utils": "^0.4.2",
|
|
62
|
+
"@testing-library/dom": "^8.17.1",
|
|
63
|
+
"@testing-library/react": "^12.1.5",
|
|
64
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
65
|
+
"@testing-library/user-event": "^14.4.3",
|
|
66
|
+
"@types/chrome": "^0.0.171",
|
|
67
|
+
"color-blend": "^4.0.0",
|
|
68
|
+
"copy-webpack-plugin": "^6.4.0",
|
|
69
|
+
"echarts": "^5.4.1",
|
|
70
|
+
"echarts-for-react": "^3.0.2",
|
|
71
|
+
"fuse.js": "^6.6.2",
|
|
72
|
+
"jscodeshift": "^0.13.0",
|
|
73
|
+
"lodash": "^4.17.21",
|
|
74
|
+
"postcss": "^8.4.7",
|
|
75
|
+
"postcss-less": "^6.0.0",
|
|
76
|
+
"prettier": "^3.2.5",
|
|
77
|
+
"react": "^16.8.0",
|
|
78
|
+
"react-use-clipboard": "^1.0.0",
|
|
79
|
+
"react-window": "^1.8.8",
|
|
80
|
+
"recharts": "^1.8.5",
|
|
81
|
+
"style-dictionary": "^3.8.0",
|
|
82
|
+
"ts-node": "^10.9.1",
|
|
83
|
+
"typescript": "~5.4.2"
|
|
84
|
+
},
|
|
85
|
+
"techstack": {
|
|
86
|
+
"@atlassian/frontend": {
|
|
87
|
+
"import-structure": "atlassian-conventions",
|
|
88
|
+
"circular-dependencies": "file-and-folder-level"
|
|
89
|
+
},
|
|
90
|
+
"@repo/internal": {
|
|
91
|
+
"dom-events": "use-bind-event-listener",
|
|
92
|
+
"design-system": "v1",
|
|
93
|
+
"ui-components": "lite-mode",
|
|
94
|
+
"deprecation": "no-deprecated-imports",
|
|
95
|
+
"styling": [
|
|
96
|
+
"emotion"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"hypermod": {
|
|
101
|
+
"dependencies": [
|
|
102
|
+
"@hypermod/utils",
|
|
103
|
+
"postcss",
|
|
104
|
+
"postcss-less"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"typesVersions": {
|
|
108
|
+
">=4.5 <4.9": {
|
|
109
|
+
"*": [
|
|
110
|
+
"dist/types-ts4.5/*",
|
|
111
|
+
"dist/types-ts4.5/index.d.ts"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"af:exports": {
|
|
116
|
+
".": "./src/index.tsx",
|
|
117
|
+
"./custom-themes": "./src/entry-points/custom-themes.tsx",
|
|
118
|
+
"./figma/atlassian-light.json": "./figma/atlassian-light.json",
|
|
119
|
+
"./figma/atlassian-dark.json": "./figma/atlassian-dark.json",
|
|
120
|
+
"./palettes-raw": "./src/entry-points/palettes-raw.tsx",
|
|
121
|
+
"./tokens-raw": "./src/entry-points/tokens-raw.tsx",
|
|
122
|
+
"./token-ids": "./src/entry-points/token-ids.tsx",
|
|
123
|
+
"./token-names": "./src/entry-points/token-names.tsx",
|
|
124
|
+
"./token-order": "./src/entry-points/token-order.tsx",
|
|
125
|
+
"./token-default-values": "./src/entry-points/token-default-values.tsx",
|
|
126
|
+
"./rename-mapping": "./src/entry-points/rename-mapping.tsx",
|
|
127
|
+
"./babel-plugin": "./src/entry-points/babel-plugin.tsx",
|
|
128
|
+
"./css-type-schema": "./src/entry-points/css-type-schema.codegen.tsx"
|
|
129
|
+
},
|
|
130
|
+
"platform-feature-flags": {
|
|
131
|
+
"platform.design-system-team.increased-contrast-themes": {
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
},
|
|
134
|
+
"platform.design-system-team.mutation-observer-performance-improvement_8usdg": {
|
|
135
|
+
"type": "boolean"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"homepage": "https://atlassian.design/components/tokens"
|
|
139
|
+
}
|