@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::7bcab6ad73069f6baf12316783222835>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -10,7 +10,7 @@ var tokens = [{
|
|
|
10
10
|
"introduced": "0.10.33",
|
|
11
11
|
"description": "Helpful guidance goes here"
|
|
12
12
|
},
|
|
13
|
-
"value": "
|
|
13
|
+
"value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
|
|
14
14
|
"filePath": "src/tokens/atlassian-typography/font-family.tsx",
|
|
15
15
|
"isSource": true,
|
|
16
16
|
"original": {
|
|
@@ -20,10 +20,11 @@ var tokens = [{
|
|
|
20
20
|
"introduced": "0.10.33",
|
|
21
21
|
"description": "Helpful guidance goes here"
|
|
22
22
|
},
|
|
23
|
-
"value": "
|
|
23
|
+
"value": "FontFamilyMonospace"
|
|
24
24
|
},
|
|
25
|
-
"name": "font.family.
|
|
26
|
-
"path": ["font", "family", "
|
|
25
|
+
"name": "font.family.monospace",
|
|
26
|
+
"path": ["font", "family", "monospace"],
|
|
27
|
+
"cleanName": "font.family.monospace"
|
|
27
28
|
}, {
|
|
28
29
|
"attributes": {
|
|
29
30
|
"group": "fontFamily",
|
|
@@ -31,7 +32,7 @@ var tokens = [{
|
|
|
31
32
|
"introduced": "0.10.33",
|
|
32
33
|
"description": "Helpful guidance goes here"
|
|
33
34
|
},
|
|
34
|
-
"value": "\"
|
|
35
|
+
"value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
|
|
35
36
|
"filePath": "src/tokens/atlassian-typography/font-family.tsx",
|
|
36
37
|
"isSource": true,
|
|
37
38
|
"original": {
|
|
@@ -41,10 +42,11 @@ var tokens = [{
|
|
|
41
42
|
"introduced": "0.10.33",
|
|
42
43
|
"description": "Helpful guidance goes here"
|
|
43
44
|
},
|
|
44
|
-
"value": "
|
|
45
|
+
"value": "FontFamilySans"
|
|
45
46
|
},
|
|
46
|
-
"name": "font.family.
|
|
47
|
-
"path": ["font", "family", "
|
|
47
|
+
"name": "font.family.sans",
|
|
48
|
+
"path": ["font", "family", "sans"],
|
|
49
|
+
"cleanName": "font.family.sans"
|
|
48
50
|
}, {
|
|
49
51
|
"attributes": {
|
|
50
52
|
"group": "fontSize",
|
|
@@ -52,7 +54,7 @@ var tokens = [{
|
|
|
52
54
|
"introduced": "0.10.33",
|
|
53
55
|
"description": "Helpful guidance goes here"
|
|
54
56
|
},
|
|
55
|
-
"value": "
|
|
57
|
+
"value": "11px",
|
|
56
58
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
57
59
|
"isSource": true,
|
|
58
60
|
"original": {
|
|
@@ -62,10 +64,11 @@ var tokens = [{
|
|
|
62
64
|
"introduced": "0.10.33",
|
|
63
65
|
"description": "Helpful guidance goes here"
|
|
64
66
|
},
|
|
65
|
-
"value": "
|
|
67
|
+
"value": "FontSize050"
|
|
66
68
|
},
|
|
67
|
-
"name": "font.size.
|
|
68
|
-
"path": ["font", "size", "
|
|
69
|
+
"name": "font.size.050",
|
|
70
|
+
"path": ["font", "size", "050"],
|
|
71
|
+
"cleanName": "font.size.050"
|
|
69
72
|
}, {
|
|
70
73
|
"attributes": {
|
|
71
74
|
"group": "fontSize",
|
|
@@ -73,7 +76,7 @@ var tokens = [{
|
|
|
73
76
|
"introduced": "0.10.33",
|
|
74
77
|
"description": "Helpful guidance goes here"
|
|
75
78
|
},
|
|
76
|
-
"value": "
|
|
79
|
+
"value": "12px",
|
|
77
80
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
78
81
|
"isSource": true,
|
|
79
82
|
"original": {
|
|
@@ -83,10 +86,11 @@ var tokens = [{
|
|
|
83
86
|
"introduced": "0.10.33",
|
|
84
87
|
"description": "Helpful guidance goes here"
|
|
85
88
|
},
|
|
86
|
-
"value": "
|
|
89
|
+
"value": "FontSize075"
|
|
87
90
|
},
|
|
88
|
-
"name": "font.size.
|
|
89
|
-
"path": ["font", "size", "
|
|
91
|
+
"name": "font.size.075",
|
|
92
|
+
"path": ["font", "size", "075"],
|
|
93
|
+
"cleanName": "font.size.075"
|
|
90
94
|
}, {
|
|
91
95
|
"attributes": {
|
|
92
96
|
"group": "fontSize",
|
|
@@ -94,7 +98,7 @@ var tokens = [{
|
|
|
94
98
|
"introduced": "0.10.33",
|
|
95
99
|
"description": "Helpful guidance goes here"
|
|
96
100
|
},
|
|
97
|
-
"value": "
|
|
101
|
+
"value": "14px",
|
|
98
102
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
99
103
|
"isSource": true,
|
|
100
104
|
"original": {
|
|
@@ -104,10 +108,11 @@ var tokens = [{
|
|
|
104
108
|
"introduced": "0.10.33",
|
|
105
109
|
"description": "Helpful guidance goes here"
|
|
106
110
|
},
|
|
107
|
-
"value": "
|
|
111
|
+
"value": "FontSize100"
|
|
108
112
|
},
|
|
109
|
-
"name": "font.size.
|
|
110
|
-
"path": ["font", "size", "
|
|
113
|
+
"name": "font.size.100",
|
|
114
|
+
"path": ["font", "size", "100"],
|
|
115
|
+
"cleanName": "font.size.100"
|
|
111
116
|
}, {
|
|
112
117
|
"attributes": {
|
|
113
118
|
"group": "fontSize",
|
|
@@ -115,7 +120,7 @@ var tokens = [{
|
|
|
115
120
|
"introduced": "0.10.33",
|
|
116
121
|
"description": "Helpful guidance goes here"
|
|
117
122
|
},
|
|
118
|
-
"value": "
|
|
123
|
+
"value": "16px",
|
|
119
124
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
120
125
|
"isSource": true,
|
|
121
126
|
"original": {
|
|
@@ -125,10 +130,11 @@ var tokens = [{
|
|
|
125
130
|
"introduced": "0.10.33",
|
|
126
131
|
"description": "Helpful guidance goes here"
|
|
127
132
|
},
|
|
128
|
-
"value": "
|
|
133
|
+
"value": "FontSize200"
|
|
129
134
|
},
|
|
130
|
-
"name": "font.size.
|
|
131
|
-
"path": ["font", "size", "
|
|
135
|
+
"name": "font.size.200",
|
|
136
|
+
"path": ["font", "size", "200"],
|
|
137
|
+
"cleanName": "font.size.200"
|
|
132
138
|
}, {
|
|
133
139
|
"attributes": {
|
|
134
140
|
"group": "fontSize",
|
|
@@ -136,7 +142,7 @@ var tokens = [{
|
|
|
136
142
|
"introduced": "0.10.33",
|
|
137
143
|
"description": "Helpful guidance goes here"
|
|
138
144
|
},
|
|
139
|
-
"value": "
|
|
145
|
+
"value": "20px",
|
|
140
146
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
141
147
|
"isSource": true,
|
|
142
148
|
"original": {
|
|
@@ -146,10 +152,11 @@ var tokens = [{
|
|
|
146
152
|
"introduced": "0.10.33",
|
|
147
153
|
"description": "Helpful guidance goes here"
|
|
148
154
|
},
|
|
149
|
-
"value": "
|
|
155
|
+
"value": "FontSize300"
|
|
150
156
|
},
|
|
151
|
-
"name": "font.size.
|
|
152
|
-
"path": ["font", "size", "
|
|
157
|
+
"name": "font.size.300",
|
|
158
|
+
"path": ["font", "size", "300"],
|
|
159
|
+
"cleanName": "font.size.300"
|
|
153
160
|
}, {
|
|
154
161
|
"attributes": {
|
|
155
162
|
"group": "fontSize",
|
|
@@ -157,7 +164,7 @@ var tokens = [{
|
|
|
157
164
|
"introduced": "0.10.33",
|
|
158
165
|
"description": "Helpful guidance goes here"
|
|
159
166
|
},
|
|
160
|
-
"value": "
|
|
167
|
+
"value": "24px",
|
|
161
168
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
162
169
|
"isSource": true,
|
|
163
170
|
"original": {
|
|
@@ -167,10 +174,11 @@ var tokens = [{
|
|
|
167
174
|
"introduced": "0.10.33",
|
|
168
175
|
"description": "Helpful guidance goes here"
|
|
169
176
|
},
|
|
170
|
-
"value": "
|
|
177
|
+
"value": "FontSize400"
|
|
171
178
|
},
|
|
172
|
-
"name": "font.size.
|
|
173
|
-
"path": ["font", "size", "
|
|
179
|
+
"name": "font.size.400",
|
|
180
|
+
"path": ["font", "size", "400"],
|
|
181
|
+
"cleanName": "font.size.400"
|
|
174
182
|
}, {
|
|
175
183
|
"attributes": {
|
|
176
184
|
"group": "fontSize",
|
|
@@ -178,7 +186,7 @@ var tokens = [{
|
|
|
178
186
|
"introduced": "0.10.33",
|
|
179
187
|
"description": "Helpful guidance goes here"
|
|
180
188
|
},
|
|
181
|
-
"value": "
|
|
189
|
+
"value": "29px",
|
|
182
190
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
183
191
|
"isSource": true,
|
|
184
192
|
"original": {
|
|
@@ -188,10 +196,11 @@ var tokens = [{
|
|
|
188
196
|
"introduced": "0.10.33",
|
|
189
197
|
"description": "Helpful guidance goes here"
|
|
190
198
|
},
|
|
191
|
-
"value": "
|
|
199
|
+
"value": "FontSize500"
|
|
192
200
|
},
|
|
193
|
-
"name": "font.size.
|
|
194
|
-
"path": ["font", "size", "
|
|
201
|
+
"name": "font.size.500",
|
|
202
|
+
"path": ["font", "size", "500"],
|
|
203
|
+
"cleanName": "font.size.500"
|
|
195
204
|
}, {
|
|
196
205
|
"attributes": {
|
|
197
206
|
"group": "fontSize",
|
|
@@ -199,7 +208,7 @@ var tokens = [{
|
|
|
199
208
|
"introduced": "0.10.33",
|
|
200
209
|
"description": "Helpful guidance goes here"
|
|
201
210
|
},
|
|
202
|
-
"value": "
|
|
211
|
+
"value": "35px",
|
|
203
212
|
"filePath": "src/tokens/atlassian-typography/font-size.tsx",
|
|
204
213
|
"isSource": true,
|
|
205
214
|
"original": {
|
|
@@ -209,10 +218,11 @@ var tokens = [{
|
|
|
209
218
|
"introduced": "0.10.33",
|
|
210
219
|
"description": "Helpful guidance goes here"
|
|
211
220
|
},
|
|
212
|
-
"value": "
|
|
221
|
+
"value": "FontSize600"
|
|
213
222
|
},
|
|
214
|
-
"name": "font.size.
|
|
215
|
-
"path": ["font", "size", "
|
|
223
|
+
"name": "font.size.600",
|
|
224
|
+
"path": ["font", "size", "600"],
|
|
225
|
+
"cleanName": "font.size.600"
|
|
216
226
|
}, {
|
|
217
227
|
"attributes": {
|
|
218
228
|
"group": "fontWeight",
|
|
@@ -220,7 +230,7 @@ var tokens = [{
|
|
|
220
230
|
"introduced": "0.10.33",
|
|
221
231
|
"description": "Helpful guidance goes here"
|
|
222
232
|
},
|
|
223
|
-
"value": "
|
|
233
|
+
"value": "700",
|
|
224
234
|
"filePath": "src/tokens/atlassian-typography/font-weight.tsx",
|
|
225
235
|
"isSource": true,
|
|
226
236
|
"original": {
|
|
@@ -230,10 +240,11 @@ var tokens = [{
|
|
|
230
240
|
"introduced": "0.10.33",
|
|
231
241
|
"description": "Helpful guidance goes here"
|
|
232
242
|
},
|
|
233
|
-
"value": "
|
|
243
|
+
"value": "FontWeightBold"
|
|
234
244
|
},
|
|
235
|
-
"name": "font.weight.
|
|
236
|
-
"path": ["font", "weight", "
|
|
245
|
+
"name": "font.weight.bold",
|
|
246
|
+
"path": ["font", "weight", "bold"],
|
|
247
|
+
"cleanName": "font.weight.bold"
|
|
237
248
|
}, {
|
|
238
249
|
"attributes": {
|
|
239
250
|
"group": "fontWeight",
|
|
@@ -254,7 +265,8 @@ var tokens = [{
|
|
|
254
265
|
"value": "FontWeightMedium"
|
|
255
266
|
},
|
|
256
267
|
"name": "font.weight.medium",
|
|
257
|
-
"path": ["font", "weight", "medium"]
|
|
268
|
+
"path": ["font", "weight", "medium"],
|
|
269
|
+
"cleanName": "font.weight.medium"
|
|
258
270
|
}, {
|
|
259
271
|
"attributes": {
|
|
260
272
|
"group": "fontWeight",
|
|
@@ -262,7 +274,7 @@ var tokens = [{
|
|
|
262
274
|
"introduced": "0.10.33",
|
|
263
275
|
"description": "Helpful guidance goes here"
|
|
264
276
|
},
|
|
265
|
-
"value": "
|
|
277
|
+
"value": "400",
|
|
266
278
|
"filePath": "src/tokens/atlassian-typography/font-weight.tsx",
|
|
267
279
|
"isSource": true,
|
|
268
280
|
"original": {
|
|
@@ -272,10 +284,11 @@ var tokens = [{
|
|
|
272
284
|
"introduced": "0.10.33",
|
|
273
285
|
"description": "Helpful guidance goes here"
|
|
274
286
|
},
|
|
275
|
-
"value": "
|
|
287
|
+
"value": "FontWeightRegular"
|
|
276
288
|
},
|
|
277
|
-
"name": "font.weight.
|
|
278
|
-
"path": ["font", "weight", "
|
|
289
|
+
"name": "font.weight.regular",
|
|
290
|
+
"path": ["font", "weight", "regular"],
|
|
291
|
+
"cleanName": "font.weight.regular"
|
|
279
292
|
}, {
|
|
280
293
|
"attributes": {
|
|
281
294
|
"group": "fontWeight",
|
|
@@ -283,7 +296,7 @@ var tokens = [{
|
|
|
283
296
|
"introduced": "0.10.33",
|
|
284
297
|
"description": "Helpful guidance goes here"
|
|
285
298
|
},
|
|
286
|
-
"value": "
|
|
299
|
+
"value": "600",
|
|
287
300
|
"filePath": "src/tokens/atlassian-typography/font-weight.tsx",
|
|
288
301
|
"isSource": true,
|
|
289
302
|
"original": {
|
|
@@ -293,10 +306,11 @@ var tokens = [{
|
|
|
293
306
|
"introduced": "0.10.33",
|
|
294
307
|
"description": "Helpful guidance goes here"
|
|
295
308
|
},
|
|
296
|
-
"value": "
|
|
309
|
+
"value": "FontWeightSemiBold"
|
|
297
310
|
},
|
|
298
|
-
"name": "font.weight.
|
|
299
|
-
"path": ["font", "weight", "
|
|
311
|
+
"name": "font.weight.semibold",
|
|
312
|
+
"path": ["font", "weight", "semibold"],
|
|
313
|
+
"cleanName": "font.weight.semibold"
|
|
300
314
|
}, {
|
|
301
315
|
"attributes": {
|
|
302
316
|
"group": "lineHeight",
|
|
@@ -317,7 +331,8 @@ var tokens = [{
|
|
|
317
331
|
"value": "LineHeight100"
|
|
318
332
|
},
|
|
319
333
|
"name": "font.lineHeight.100",
|
|
320
|
-
"path": ["font", "lineHeight", "100"]
|
|
334
|
+
"path": ["font", "lineHeight", "100"],
|
|
335
|
+
"cleanName": "font.lineHeight.100"
|
|
321
336
|
}, {
|
|
322
337
|
"attributes": {
|
|
323
338
|
"group": "lineHeight",
|
|
@@ -338,7 +353,8 @@ var tokens = [{
|
|
|
338
353
|
"value": "LineHeight200"
|
|
339
354
|
},
|
|
340
355
|
"name": "font.lineHeight.200",
|
|
341
|
-
"path": ["font", "lineHeight", "200"]
|
|
356
|
+
"path": ["font", "lineHeight", "200"],
|
|
357
|
+
"cleanName": "font.lineHeight.200"
|
|
342
358
|
}, {
|
|
343
359
|
"attributes": {
|
|
344
360
|
"group": "lineHeight",
|
|
@@ -359,7 +375,8 @@ var tokens = [{
|
|
|
359
375
|
"value": "LineHeight300"
|
|
360
376
|
},
|
|
361
377
|
"name": "font.lineHeight.300",
|
|
362
|
-
"path": ["font", "lineHeight", "300"]
|
|
378
|
+
"path": ["font", "lineHeight", "300"],
|
|
379
|
+
"cleanName": "font.lineHeight.300"
|
|
363
380
|
}, {
|
|
364
381
|
"attributes": {
|
|
365
382
|
"group": "lineHeight",
|
|
@@ -380,7 +397,8 @@ var tokens = [{
|
|
|
380
397
|
"value": "LineHeight400"
|
|
381
398
|
},
|
|
382
399
|
"name": "font.lineHeight.400",
|
|
383
|
-
"path": ["font", "lineHeight", "400"]
|
|
400
|
+
"path": ["font", "lineHeight", "400"],
|
|
401
|
+
"cleanName": "font.lineHeight.400"
|
|
384
402
|
}, {
|
|
385
403
|
"attributes": {
|
|
386
404
|
"group": "lineHeight",
|
|
@@ -401,7 +419,8 @@ var tokens = [{
|
|
|
401
419
|
"value": "LineHeight500"
|
|
402
420
|
},
|
|
403
421
|
"name": "font.lineHeight.500",
|
|
404
|
-
"path": ["font", "lineHeight", "500"]
|
|
422
|
+
"path": ["font", "lineHeight", "500"],
|
|
423
|
+
"cleanName": "font.lineHeight.500"
|
|
405
424
|
}, {
|
|
406
425
|
"attributes": {
|
|
407
426
|
"group": "lineHeight",
|
|
@@ -422,6 +441,7 @@ var tokens = [{
|
|
|
422
441
|
"value": "LineHeight600"
|
|
423
442
|
},
|
|
424
443
|
"name": "font.lineHeight.600",
|
|
425
|
-
"path": ["font", "lineHeight", "600"]
|
|
444
|
+
"path": ["font", "lineHeight", "600"],
|
|
445
|
+
"cleanName": "font.lineHeight.600"
|
|
426
446
|
}];
|
|
427
447
|
export default tokens;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
var name = "@atlaskit/tokens";
|
|
4
|
-
var version = "0.13.
|
|
4
|
+
var version = "0.13.5";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
|
package/dist/esm/get-token.js
CHANGED
|
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
|
|
|
2
2
|
import tokens from './artifacts/token-names';
|
|
3
3
|
import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
|
|
4
4
|
var name = "@atlaskit/tokens";
|
|
5
|
-
var version = "0.13.
|
|
5
|
+
var version = "0.13.5";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
@@ -366,7 +366,7 @@ var color = {
|
|
|
366
366
|
group: 'paint',
|
|
367
367
|
state: 'active',
|
|
368
368
|
introduced: '0.6.0',
|
|
369
|
-
description: 'Use for backgrounds communicating a
|
|
369
|
+
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.'
|
|
370
370
|
}
|
|
371
371
|
},
|
|
372
372
|
hovered: {
|
|
@@ -392,7 +392,7 @@ var color = {
|
|
|
392
392
|
group: 'paint',
|
|
393
393
|
state: 'active',
|
|
394
394
|
introduced: '0.6.0',
|
|
395
|
-
description: 'A vibrant background option for communicating a
|
|
395
|
+
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.'
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
hovered: {
|
|
@@ -86,7 +86,7 @@ var color = {
|
|
|
86
86
|
group: 'paint',
|
|
87
87
|
state: 'active',
|
|
88
88
|
introduced: '0.6.0',
|
|
89
|
-
description: 'Use for borders communicating a
|
|
89
|
+
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.'
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
discovery: {
|