@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. 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
- "name": "@atlaskit/tokens",
3
- "version": "1.50.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.3.0",
55
- "@atlaskit/tooltip": "^18.4.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
- }
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
+ }