@atlaskit/tokens 0.13.3 → 0.13.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 +13 -0
- package/css/atlassian-dark.css +321 -321
- package/css/atlassian-legacy-dark.css +321 -321
- package/css/atlassian-legacy-light.css +321 -321
- package/css/atlassian-light.css +321 -321
- package/css/atlassian-spacing.css +31 -31
- package/css/atlassian-typography.css +6 -6
- package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/cjs/artifacts/palettes-raw/palette.js +607 -607
- package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/cjs/artifacts/replacement-mapping.js +112 -112
- package/dist/cjs/artifacts/token-default-values.js +199 -199
- package/dist/cjs/artifacts/token-names.js +199 -199
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/default/color/background.js +2 -2
- package/dist/cjs/tokens/default/color/border.js +1 -1
- package/dist/cjs/tokens/default/color/chart.js +94 -94
- package/dist/cjs/tokens/default/color/icon.js +1 -1
- package/dist/cjs/tokens/default/color/text.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/es2019/artifacts/palettes-raw/palette.js +607 -607
- package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/es2019/artifacts/replacement-mapping.js +112 -112
- package/dist/es2019/artifacts/token-default-values.js +199 -199
- package/dist/es2019/artifacts/token-names.js +199 -199
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/default/color/background.js +2 -2
- package/dist/es2019/tokens/default/color/border.js +1 -1
- package/dist/es2019/tokens/default/color/chart.js +94 -94
- package/dist/es2019/tokens/default/color/icon.js +1 -1
- package/dist/es2019/tokens/default/color/text.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/esm/artifacts/palettes-raw/palette.js +607 -607
- package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/esm/artifacts/replacement-mapping.js +112 -112
- package/dist/esm/artifacts/token-default-values.js +199 -199
- package/dist/esm/artifacts/token-names.js +199 -199
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/default/color/background.js +2 -2
- package/dist/esm/tokens/default/color/border.js +1 -1
- package/dist/esm/tokens/default/color/chart.js +94 -94
- package/dist/esm/tokens/default/color/icon.js +1 -1
- package/dist/esm/tokens/default/color/text.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
- package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
- package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +199 -199
- package/dist/types/artifacts/token-names.d.ts +397 -397
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
- package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +1 -1
- package/figma/atlassian-dark.json +2733 -0
- package/figma/atlassian-legacy-dark.json +2733 -0
- package/figma/atlassian-legacy-light.json +2711 -0
- package/figma/atlassian-light.json +2711 -0
- package/figma/atlassian-spacing.json +956 -0
- package/figma/atlassian-typography.json +114 -0
- package/package.json +5 -3
- package/report.api.md +396 -396
- package/tmp/api-report-tmp.d.ts +396 -396
- package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
- package/dist/cjs/figma/types.js +0 -5
- package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
- package/dist/es2019/figma/types.js +0 -1
- package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
- package/dist/esm/figma/types.js +0 -1
- package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
- package/dist/types/figma/types.d.ts +0 -40
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Typography",
|
|
3
|
+
"tokens": {
|
|
4
|
+
"Typography/font.family.monospace": {
|
|
5
|
+
"attributes": {
|
|
6
|
+
"group": "fontFamily",
|
|
7
|
+
"state": "active",
|
|
8
|
+
"introduced": "0.10.33",
|
|
9
|
+
"description": "Helpful guidance goes here"
|
|
10
|
+
},
|
|
11
|
+
"value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace"
|
|
12
|
+
},
|
|
13
|
+
"Typography/font.family.sans": {
|
|
14
|
+
"attributes": {
|
|
15
|
+
"group": "fontFamily",
|
|
16
|
+
"state": "active",
|
|
17
|
+
"introduced": "0.10.33",
|
|
18
|
+
"description": "Helpful guidance goes here"
|
|
19
|
+
},
|
|
20
|
+
"value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif"
|
|
21
|
+
},
|
|
22
|
+
"Typography/font.weight.bold": {
|
|
23
|
+
"attributes": {
|
|
24
|
+
"group": "fontWeight",
|
|
25
|
+
"state": "active",
|
|
26
|
+
"introduced": "0.10.33",
|
|
27
|
+
"description": "Helpful guidance goes here"
|
|
28
|
+
},
|
|
29
|
+
"value": "700"
|
|
30
|
+
},
|
|
31
|
+
"Typography/font.weight.medium": {
|
|
32
|
+
"attributes": {
|
|
33
|
+
"group": "fontWeight",
|
|
34
|
+
"state": "active",
|
|
35
|
+
"introduced": "0.10.33",
|
|
36
|
+
"description": "Helpful guidance goes here"
|
|
37
|
+
},
|
|
38
|
+
"value": "500"
|
|
39
|
+
},
|
|
40
|
+
"Typography/font.weight.regular": {
|
|
41
|
+
"attributes": {
|
|
42
|
+
"group": "fontWeight",
|
|
43
|
+
"state": "active",
|
|
44
|
+
"introduced": "0.10.33",
|
|
45
|
+
"description": "Helpful guidance goes here"
|
|
46
|
+
},
|
|
47
|
+
"value": "400"
|
|
48
|
+
},
|
|
49
|
+
"Typography/font.weight.semibold": {
|
|
50
|
+
"attributes": {
|
|
51
|
+
"group": "fontWeight",
|
|
52
|
+
"state": "active",
|
|
53
|
+
"introduced": "0.10.33",
|
|
54
|
+
"description": "Helpful guidance goes here"
|
|
55
|
+
},
|
|
56
|
+
"value": "600"
|
|
57
|
+
},
|
|
58
|
+
"Typography/font.lineHeight.100": {
|
|
59
|
+
"attributes": {
|
|
60
|
+
"group": "lineHeight",
|
|
61
|
+
"state": "active",
|
|
62
|
+
"introduced": "0.10.33",
|
|
63
|
+
"description": "Helpful guidance goes here"
|
|
64
|
+
},
|
|
65
|
+
"value": "16px"
|
|
66
|
+
},
|
|
67
|
+
"Typography/font.lineHeight.200": {
|
|
68
|
+
"attributes": {
|
|
69
|
+
"group": "lineHeight",
|
|
70
|
+
"state": "active",
|
|
71
|
+
"introduced": "0.10.33",
|
|
72
|
+
"description": "Helpful guidance goes here"
|
|
73
|
+
},
|
|
74
|
+
"value": "20px"
|
|
75
|
+
},
|
|
76
|
+
"Typography/font.lineHeight.300": {
|
|
77
|
+
"attributes": {
|
|
78
|
+
"group": "lineHeight",
|
|
79
|
+
"state": "active",
|
|
80
|
+
"introduced": "0.10.33",
|
|
81
|
+
"description": "Helpful guidance goes here"
|
|
82
|
+
},
|
|
83
|
+
"value": "24px"
|
|
84
|
+
},
|
|
85
|
+
"Typography/font.lineHeight.400": {
|
|
86
|
+
"attributes": {
|
|
87
|
+
"group": "lineHeight",
|
|
88
|
+
"state": "active",
|
|
89
|
+
"introduced": "0.10.33",
|
|
90
|
+
"description": "Helpful guidance goes here"
|
|
91
|
+
},
|
|
92
|
+
"value": "28px"
|
|
93
|
+
},
|
|
94
|
+
"Typography/font.lineHeight.500": {
|
|
95
|
+
"attributes": {
|
|
96
|
+
"group": "lineHeight",
|
|
97
|
+
"state": "active",
|
|
98
|
+
"introduced": "0.10.33",
|
|
99
|
+
"description": "Helpful guidance goes here"
|
|
100
|
+
},
|
|
101
|
+
"value": "32px"
|
|
102
|
+
},
|
|
103
|
+
"Typography/font.lineHeight.600": {
|
|
104
|
+
"attributes": {
|
|
105
|
+
"group": "lineHeight",
|
|
106
|
+
"state": "active",
|
|
107
|
+
"introduced": "0.10.33",
|
|
108
|
+
"description": "Helpful guidance goes here"
|
|
109
|
+
},
|
|
110
|
+
"value": "40px"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"renameMap": {}
|
|
114
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.5",
|
|
4
4
|
"author": "Atlassian Pty Ltd",
|
|
5
5
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.tsx",
|
|
35
35
|
"af:exports": {
|
|
36
36
|
".": "./src/index.tsx",
|
|
37
|
+
"./figma/atlassian-light.json": "./figma/atlassian-light.json",
|
|
38
|
+
"./figma/atlassian-dark.json": "./figma/atlassian-dark.json",
|
|
37
39
|
"./palettes-raw": "./src/entry-points/palettes-raw.tsx",
|
|
38
40
|
"./tokens-raw": "./src/entry-points/tokens-raw.tsx",
|
|
39
41
|
"./token-ids": "./src/entry-points/token-ids.tsx",
|
|
@@ -69,11 +71,11 @@
|
|
|
69
71
|
"@atlaskit/code": "^14.4.0",
|
|
70
72
|
"@atlaskit/docs": "^9.0.10",
|
|
71
73
|
"@atlaskit/dropdown-menu": "^11.5.0",
|
|
72
|
-
"@atlaskit/ds-explorations": "^
|
|
74
|
+
"@atlaskit/ds-explorations": "^2.0.0",
|
|
73
75
|
"@atlaskit/dynamic-table": "^14.8.0",
|
|
74
76
|
"@atlaskit/empty-state": "^7.4.0",
|
|
75
77
|
"@atlaskit/focus-ring": "^1.2.0",
|
|
76
|
-
"@atlaskit/heading": "^1.0
|
|
78
|
+
"@atlaskit/heading": "^1.1.0",
|
|
77
79
|
"@atlaskit/icon": "^21.11.0",
|
|
78
80
|
"@atlaskit/lozenge": "^11.3.0",
|
|
79
81
|
"@atlaskit/modal-dialog": "^12.4.0",
|