@atlaskit/tokens 1.21.1 → 1.22.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 +6 -0
- package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +17 -15
- package/dist/cjs/artifacts/token-names.js +4 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography/theme.js +13 -13
- package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/cjs/tokens/default/typography/font-family.js +9 -1
- package/dist/cjs/tokens/default/utility/utility.js +8 -0
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +17 -15
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +17 -15
- package/dist/es2019/artifacts/themes/atlassian-typography.js +16 -15
- package/dist/es2019/artifacts/token-default-values.js +17 -15
- package/dist/es2019/artifacts/token-names.js +4 -2
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography/theme.js +13 -13
- package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/es2019/tokens/default/typography/font-family.js +9 -1
- package/dist/es2019/tokens/default/utility/utility.js +8 -0
- package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +17 -15
- package/dist/esm/artifacts/token-names.js +4 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +64 -42
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-typography/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography/theme.js +13 -13
- package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography-adg3/theme.js +25 -14
- package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +4 -1
- package/dist/esm/tokens/atlassian-typography-minor3/theme.js +25 -14
- package/dist/esm/tokens/default/typography/font-family.js +9 -1
- package/dist/esm/tokens/default/utility/utility.js +8 -0
- package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +17 -15
- package/dist/types/artifacts/token-names.d.ts +7 -3
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -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-typography-adg3/theme.d.ts +145 -10
- package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
- package/dist/types/types.d.ts +16 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +17 -15
- package/dist/types-ts4.5/artifacts/token-names.d.ts +7 -3
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +145 -10
- package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
- package/dist/types-ts4.5/types.d.ts +16 -2
- package/figma/atlassian-typography-adg3.json +15 -6
- package/figma/atlassian-typography-minor3.json +15 -6
- package/figma/atlassian-typography.json +15 -6
- package/package.json +1 -1
- package/report.api.md +41 -3
- package/tmp/api-report-tmp.d.ts +34 -5
|
@@ -1,16 +1,38 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::91f01a2034a5e18b2fe6ca24f0abc799>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
7
|
+
"attributes": {
|
|
8
|
+
"group": "raw",
|
|
9
|
+
"state": "active",
|
|
10
|
+
"introduced": "1.20.1",
|
|
11
|
+
"description": "Text transform uppercase token used for backwards compatibility between new and old theming solutions"
|
|
12
|
+
},
|
|
13
|
+
"value": "uppercase",
|
|
14
|
+
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
15
|
+
"isSource": true,
|
|
16
|
+
"original": {
|
|
17
|
+
"attributes": {
|
|
18
|
+
"group": "raw",
|
|
19
|
+
"state": "active",
|
|
20
|
+
"introduced": "1.20.1",
|
|
21
|
+
"description": "Text transform uppercase token used for backwards compatibility between new and old theming solutions"
|
|
22
|
+
},
|
|
23
|
+
"value": "uppercase"
|
|
24
|
+
},
|
|
25
|
+
"name": "utility.UNSAFE.textTransformUppercase",
|
|
26
|
+
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
27
|
+
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
28
|
+
}, {
|
|
7
29
|
"attributes": {
|
|
8
30
|
"group": "typography",
|
|
9
31
|
"state": "experimental",
|
|
10
32
|
"introduced": "1.14.0",
|
|
11
33
|
"description": "The default body font."
|
|
12
34
|
},
|
|
13
|
-
"value": "normal 400 14px/20px
|
|
35
|
+
"value": "normal 400 14px/20px var(--ds-font-family-body)",
|
|
14
36
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
15
37
|
"isSource": true,
|
|
16
38
|
"original": {
|
|
@@ -24,7 +46,7 @@ var tokens = [{
|
|
|
24
46
|
"fontWeight": "FontWeight400",
|
|
25
47
|
"fontSize": "FontSize14",
|
|
26
48
|
"lineHeight": "LineHeight200",
|
|
27
|
-
"fontFamily": "
|
|
49
|
+
"fontFamily": "font.family.body",
|
|
28
50
|
"fontStyle": "normal",
|
|
29
51
|
"letterSpacing": "LetterSpacing0"
|
|
30
52
|
}
|
|
@@ -39,7 +61,7 @@ var tokens = [{
|
|
|
39
61
|
"introduced": "1.14.0",
|
|
40
62
|
"description": "Larger body font or default body font for text rich experiences."
|
|
41
63
|
},
|
|
42
|
-
"value": "normal 400 16px/24px
|
|
64
|
+
"value": "normal 400 16px/24px var(--ds-font-family-body)",
|
|
43
65
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
44
66
|
"isSource": true,
|
|
45
67
|
"original": {
|
|
@@ -53,7 +75,7 @@ var tokens = [{
|
|
|
53
75
|
"fontWeight": "FontWeight400",
|
|
54
76
|
"fontSize": "FontSize16",
|
|
55
77
|
"lineHeight": "LineHeight300",
|
|
56
|
-
"fontFamily": "
|
|
78
|
+
"fontFamily": "font.family.body",
|
|
57
79
|
"fontStyle": "normal",
|
|
58
80
|
"letterSpacing": "LetterSpacing0"
|
|
59
81
|
}
|
|
@@ -68,7 +90,7 @@ var tokens = [{
|
|
|
68
90
|
"introduced": "1.14.0",
|
|
69
91
|
"description": "Smaller body font."
|
|
70
92
|
},
|
|
71
|
-
"value": "normal 400 12px/20px
|
|
93
|
+
"value": "normal 400 12px/20px var(--ds-font-family-body)",
|
|
72
94
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
73
95
|
"isSource": true,
|
|
74
96
|
"original": {
|
|
@@ -82,7 +104,7 @@ var tokens = [{
|
|
|
82
104
|
"fontWeight": "FontWeight400",
|
|
83
105
|
"fontSize": "FontSize12",
|
|
84
106
|
"lineHeight": "LineHeight200",
|
|
85
|
-
"fontFamily": "
|
|
107
|
+
"fontFamily": "font.family.body",
|
|
86
108
|
"fontStyle": "normal",
|
|
87
109
|
"letterSpacing": "LetterSpacing0"
|
|
88
110
|
}
|
|
@@ -97,7 +119,7 @@ var tokens = [{
|
|
|
97
119
|
"introduced": "1.14.0",
|
|
98
120
|
"description": "Used for monospace and code."
|
|
99
121
|
},
|
|
100
|
-
"value": "normal 400 0.875em/1
|
|
122
|
+
"value": "normal 400 0.875em/1 var(--ds-font-family-code)",
|
|
101
123
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
102
124
|
"isSource": true,
|
|
103
125
|
"original": {
|
|
@@ -111,7 +133,7 @@ var tokens = [{
|
|
|
111
133
|
"fontWeight": "FontWeight400",
|
|
112
134
|
"fontSize": "FontSizeCode",
|
|
113
135
|
"lineHeight": "LineHeight1",
|
|
114
|
-
"fontFamily": "
|
|
136
|
+
"fontFamily": "font.family.code",
|
|
115
137
|
"fontStyle": "normal",
|
|
116
138
|
"letterSpacing": "LetterSpacing0"
|
|
117
139
|
}
|
|
@@ -126,7 +148,7 @@ var tokens = [{
|
|
|
126
148
|
"introduced": "1.14.0",
|
|
127
149
|
"description": "TBD"
|
|
128
150
|
},
|
|
129
|
-
"value": "normal 700 24px/28px
|
|
151
|
+
"value": "normal 700 24px/28px var(--ds-font-family-heading)",
|
|
130
152
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
131
153
|
"isSource": true,
|
|
132
154
|
"original": {
|
|
@@ -140,7 +162,7 @@ var tokens = [{
|
|
|
140
162
|
"fontWeight": "FontWeight700",
|
|
141
163
|
"fontSize": "FontSize24",
|
|
142
164
|
"lineHeight": "LineHeight400",
|
|
143
|
-
"fontFamily": "
|
|
165
|
+
"fontFamily": "font.family.heading",
|
|
144
166
|
"fontStyle": "normal",
|
|
145
167
|
"letterSpacing": "LetterSpacing0"
|
|
146
168
|
}
|
|
@@ -155,7 +177,7 @@ var tokens = [{
|
|
|
155
177
|
"introduced": "1.14.0",
|
|
156
178
|
"description": "TBD"
|
|
157
179
|
},
|
|
158
|
-
"value": "normal 700 20px/24px
|
|
180
|
+
"value": "normal 700 20px/24px var(--ds-font-family-heading)",
|
|
159
181
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
160
182
|
"isSource": true,
|
|
161
183
|
"original": {
|
|
@@ -169,7 +191,7 @@ var tokens = [{
|
|
|
169
191
|
"fontWeight": "FontWeight700",
|
|
170
192
|
"fontSize": "FontSize20",
|
|
171
193
|
"lineHeight": "LineHeight300",
|
|
172
|
-
"fontFamily": "
|
|
194
|
+
"fontFamily": "font.family.heading",
|
|
173
195
|
"fontStyle": "normal",
|
|
174
196
|
"letterSpacing": "LetterSpacing0"
|
|
175
197
|
}
|
|
@@ -184,7 +206,7 @@ var tokens = [{
|
|
|
184
206
|
"introduced": "1.14.0",
|
|
185
207
|
"description": "TBD"
|
|
186
208
|
},
|
|
187
|
-
"value": "normal 700 16px/20px
|
|
209
|
+
"value": "normal 700 16px/20px var(--ds-font-family-heading)",
|
|
188
210
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
189
211
|
"isSource": true,
|
|
190
212
|
"original": {
|
|
@@ -198,7 +220,7 @@ var tokens = [{
|
|
|
198
220
|
"fontWeight": "FontWeight700",
|
|
199
221
|
"fontSize": "FontSize16",
|
|
200
222
|
"lineHeight": "LineHeight200",
|
|
201
|
-
"fontFamily": "
|
|
223
|
+
"fontFamily": "font.family.heading",
|
|
202
224
|
"fontStyle": "normal",
|
|
203
225
|
"letterSpacing": "LetterSpacing0"
|
|
204
226
|
}
|
|
@@ -213,7 +235,7 @@ var tokens = [{
|
|
|
213
235
|
"introduced": "1.14.0",
|
|
214
236
|
"description": "TBD"
|
|
215
237
|
},
|
|
216
|
-
"value": "normal 700 28px/32px
|
|
238
|
+
"value": "normal 700 28px/32px var(--ds-font-family-heading)",
|
|
217
239
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
218
240
|
"isSource": true,
|
|
219
241
|
"original": {
|
|
@@ -227,7 +249,7 @@ var tokens = [{
|
|
|
227
249
|
"fontWeight": "FontWeight700",
|
|
228
250
|
"fontSize": "FontSize28",
|
|
229
251
|
"lineHeight": "LineHeight500",
|
|
230
|
-
"fontFamily": "
|
|
252
|
+
"fontFamily": "font.family.heading",
|
|
231
253
|
"fontStyle": "normal",
|
|
232
254
|
"letterSpacing": "LetterSpacing0"
|
|
233
255
|
}
|
|
@@ -242,7 +264,7 @@ var tokens = [{
|
|
|
242
264
|
"introduced": "1.14.0",
|
|
243
265
|
"description": "TBD"
|
|
244
266
|
},
|
|
245
|
-
"value": "normal 700 14px/16px
|
|
267
|
+
"value": "normal 700 14px/16px var(--ds-font-family-heading)",
|
|
246
268
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
247
269
|
"isSource": true,
|
|
248
270
|
"original": {
|
|
@@ -256,7 +278,7 @@ var tokens = [{
|
|
|
256
278
|
"fontWeight": "FontWeight700",
|
|
257
279
|
"fontSize": "FontSize14",
|
|
258
280
|
"lineHeight": "LineHeight100",
|
|
259
|
-
"fontFamily": "
|
|
281
|
+
"fontFamily": "font.family.heading",
|
|
260
282
|
"fontStyle": "normal",
|
|
261
283
|
"letterSpacing": "LetterSpacing0"
|
|
262
284
|
}
|
|
@@ -271,7 +293,7 @@ var tokens = [{
|
|
|
271
293
|
"introduced": "1.14.0",
|
|
272
294
|
"description": "TBD"
|
|
273
295
|
},
|
|
274
|
-
"value": "normal 700 32px/36px
|
|
296
|
+
"value": "normal 700 32px/36px var(--ds-font-family-heading)",
|
|
275
297
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
276
298
|
"isSource": true,
|
|
277
299
|
"original": {
|
|
@@ -285,7 +307,7 @@ var tokens = [{
|
|
|
285
307
|
"fontWeight": "FontWeight700",
|
|
286
308
|
"fontSize": "FontSize32",
|
|
287
309
|
"lineHeight": "LineHeight600",
|
|
288
|
-
"fontFamily": "
|
|
310
|
+
"fontFamily": "font.family.heading",
|
|
289
311
|
"fontStyle": "normal",
|
|
290
312
|
"letterSpacing": "LetterSpacing0"
|
|
291
313
|
}
|
|
@@ -300,7 +322,7 @@ var tokens = [{
|
|
|
300
322
|
"introduced": "1.14.0",
|
|
301
323
|
"description": "TBD"
|
|
302
324
|
},
|
|
303
|
-
"value": "normal 700 12px/16px
|
|
325
|
+
"value": "normal 700 12px/16px var(--ds-font-family-heading)",
|
|
304
326
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
305
327
|
"isSource": true,
|
|
306
328
|
"original": {
|
|
@@ -314,7 +336,7 @@ var tokens = [{
|
|
|
314
336
|
"fontWeight": "FontWeight700",
|
|
315
337
|
"fontSize": "FontSize12",
|
|
316
338
|
"lineHeight": "LineHeight100",
|
|
317
|
-
"fontFamily": "
|
|
339
|
+
"fontFamily": "font.family.heading",
|
|
318
340
|
"fontStyle": "normal",
|
|
319
341
|
"letterSpacing": "LetterSpacing0"
|
|
320
342
|
}
|
|
@@ -439,7 +461,7 @@ var tokens = [{
|
|
|
439
461
|
"introduced": "1.14.0",
|
|
440
462
|
"description": "Single-line non-wrapping text like that in a button."
|
|
441
463
|
},
|
|
442
|
-
"value": "normal 400 14px/1
|
|
464
|
+
"value": "normal 400 14px/1 var(--ds-font-family-body)",
|
|
443
465
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
444
466
|
"isSource": true,
|
|
445
467
|
"original": {
|
|
@@ -453,7 +475,7 @@ var tokens = [{
|
|
|
453
475
|
"fontWeight": "FontWeight400",
|
|
454
476
|
"fontSize": "FontSize14",
|
|
455
477
|
"lineHeight": "LineHeight1",
|
|
456
|
-
"fontFamily": "
|
|
478
|
+
"fontFamily": "font.family.body",
|
|
457
479
|
"fontStyle": "normal",
|
|
458
480
|
"letterSpacing": "LetterSpacing0"
|
|
459
481
|
}
|
|
@@ -468,7 +490,7 @@ var tokens = [{
|
|
|
468
490
|
"introduced": "1.14.0",
|
|
469
491
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
470
492
|
},
|
|
471
|
-
"value": "normal 400 12px/1
|
|
493
|
+
"value": "normal 400 12px/1 var(--ds-font-family-body)",
|
|
472
494
|
"filePath": "src/tokens/atlassian-typography-minor3/theme.tsx",
|
|
473
495
|
"isSource": true,
|
|
474
496
|
"original": {
|
|
@@ -482,7 +504,7 @@ var tokens = [{
|
|
|
482
504
|
"fontWeight": "FontWeight400",
|
|
483
505
|
"fontSize": "FontSize12",
|
|
484
506
|
"lineHeight": "LineHeight1",
|
|
485
|
-
"fontFamily": "
|
|
507
|
+
"fontFamily": "font.family.body",
|
|
486
508
|
"fontStyle": "normal",
|
|
487
509
|
"letterSpacing": "LetterSpacing0"
|
|
488
510
|
}
|
|
@@ -497,7 +519,7 @@ var tokens = [{
|
|
|
497
519
|
"introduced": "1.14.0",
|
|
498
520
|
"description": "Helpful guidance goes here"
|
|
499
521
|
},
|
|
500
|
-
"value": "ui-
|
|
522
|
+
"value": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
501
523
|
"filePath": "src/tokens/atlassian-typography-minor3/font-family.tsx",
|
|
502
524
|
"isSource": true,
|
|
503
525
|
"original": {
|
|
@@ -507,16 +529,16 @@ var tokens = [{
|
|
|
507
529
|
"introduced": "1.14.0",
|
|
508
530
|
"description": "Helpful guidance goes here"
|
|
509
531
|
},
|
|
510
|
-
"value": "
|
|
532
|
+
"value": "FontFamilyWebSans"
|
|
511
533
|
},
|
|
512
|
-
"name": "font.family.
|
|
513
|
-
"path": ["font", "family", "
|
|
514
|
-
"cleanName": "font.family.
|
|
534
|
+
"name": "font.family.body",
|
|
535
|
+
"path": ["font", "family", "body"],
|
|
536
|
+
"cleanName": "font.family.body"
|
|
515
537
|
}, {
|
|
516
538
|
"attributes": {
|
|
517
539
|
"group": "fontFamily",
|
|
518
|
-
"state": "
|
|
519
|
-
"introduced": "
|
|
540
|
+
"state": "experimental",
|
|
541
|
+
"introduced": "1.14.0",
|
|
520
542
|
"description": "Helpful guidance goes here"
|
|
521
543
|
},
|
|
522
544
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
@@ -525,15 +547,15 @@ var tokens = [{
|
|
|
525
547
|
"original": {
|
|
526
548
|
"attributes": {
|
|
527
549
|
"group": "fontFamily",
|
|
528
|
-
"state": "
|
|
529
|
-
"introduced": "
|
|
550
|
+
"state": "experimental",
|
|
551
|
+
"introduced": "1.14.0",
|
|
530
552
|
"description": "Helpful guidance goes here"
|
|
531
553
|
},
|
|
532
554
|
"value": "FontFamilyWebMono"
|
|
533
555
|
},
|
|
534
|
-
"name": "font.family.
|
|
535
|
-
"path": ["font", "family", "
|
|
536
|
-
"cleanName": "font.family.
|
|
556
|
+
"name": "font.family.code",
|
|
557
|
+
"path": ["font", "family", "code"],
|
|
558
|
+
"cleanName": "font.family.code"
|
|
537
559
|
}, {
|
|
538
560
|
"attributes": {
|
|
539
561
|
"group": "fontFamily",
|
|
@@ -553,9 +575,31 @@ var tokens = [{
|
|
|
553
575
|
},
|
|
554
576
|
"value": "FontFamilyWebSans"
|
|
555
577
|
},
|
|
556
|
-
"name": "font.family.
|
|
557
|
-
"path": ["font", "family", "
|
|
558
|
-
"cleanName": "font.family.
|
|
578
|
+
"name": "font.family.heading",
|
|
579
|
+
"path": ["font", "family", "heading"],
|
|
580
|
+
"cleanName": "font.family.heading"
|
|
581
|
+
}, {
|
|
582
|
+
"attributes": {
|
|
583
|
+
"group": "fontFamily",
|
|
584
|
+
"state": "active",
|
|
585
|
+
"introduced": "0.10.33",
|
|
586
|
+
"description": "Helpful guidance goes here"
|
|
587
|
+
},
|
|
588
|
+
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
589
|
+
"filePath": "src/tokens/atlassian-typography-minor3/font-family.tsx",
|
|
590
|
+
"isSource": true,
|
|
591
|
+
"original": {
|
|
592
|
+
"attributes": {
|
|
593
|
+
"group": "fontFamily",
|
|
594
|
+
"state": "active",
|
|
595
|
+
"introduced": "0.10.33",
|
|
596
|
+
"description": "Helpful guidance goes here"
|
|
597
|
+
},
|
|
598
|
+
"value": "FontFamilyWebMono"
|
|
599
|
+
},
|
|
600
|
+
"name": "font.family.monospace",
|
|
601
|
+
"path": ["font", "family", "monospace"],
|
|
602
|
+
"cleanName": "font.family.monospace"
|
|
559
603
|
}, {
|
|
560
604
|
"attributes": {
|
|
561
605
|
"group": "fontFamily",
|
|
@@ -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::2dbe284320c4a652bc8420a1e9457c66>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
var tokens = [{
|
|
@@ -10,7 +10,7 @@ var tokens = [{
|
|
|
10
10
|
"introduced": "1.14.0",
|
|
11
11
|
"description": "The default body font."
|
|
12
12
|
},
|
|
13
|
-
"value": "normal 400 14px/20px
|
|
13
|
+
"value": "normal 400 14px/20px var(--ds-font-family-body)",
|
|
14
14
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
15
15
|
"isSource": true,
|
|
16
16
|
"original": {
|
|
@@ -24,7 +24,7 @@ var tokens = [{
|
|
|
24
24
|
"fontWeight": "FontWeight400",
|
|
25
25
|
"fontSize": "FontSize14",
|
|
26
26
|
"lineHeight": "LineHeight200",
|
|
27
|
-
"fontFamily": "
|
|
27
|
+
"fontFamily": "font.family.body",
|
|
28
28
|
"fontStyle": "normal",
|
|
29
29
|
"letterSpacing": "LetterSpacing0"
|
|
30
30
|
}
|
|
@@ -39,7 +39,7 @@ var tokens = [{
|
|
|
39
39
|
"introduced": "1.14.0",
|
|
40
40
|
"description": "Larger body font or default body font for text rich experiences."
|
|
41
41
|
},
|
|
42
|
-
"value": "normal 400 16px/24px
|
|
42
|
+
"value": "normal 400 16px/24px var(--ds-font-family-body)",
|
|
43
43
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
44
44
|
"isSource": true,
|
|
45
45
|
"original": {
|
|
@@ -53,7 +53,7 @@ var tokens = [{
|
|
|
53
53
|
"fontWeight": "FontWeight400",
|
|
54
54
|
"fontSize": "FontSize16",
|
|
55
55
|
"lineHeight": "LineHeight300",
|
|
56
|
-
"fontFamily": "
|
|
56
|
+
"fontFamily": "font.family.body",
|
|
57
57
|
"fontStyle": "normal",
|
|
58
58
|
"letterSpacing": "LetterSpacing0"
|
|
59
59
|
}
|
|
@@ -68,7 +68,7 @@ var tokens = [{
|
|
|
68
68
|
"introduced": "1.14.0",
|
|
69
69
|
"description": "Smaller body font."
|
|
70
70
|
},
|
|
71
|
-
"value": "normal 400 12px/20px
|
|
71
|
+
"value": "normal 400 12px/20px var(--ds-font-family-body)",
|
|
72
72
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
73
73
|
"isSource": true,
|
|
74
74
|
"original": {
|
|
@@ -82,7 +82,7 @@ var tokens = [{
|
|
|
82
82
|
"fontWeight": "FontWeight400",
|
|
83
83
|
"fontSize": "FontSize12",
|
|
84
84
|
"lineHeight": "LineHeight200",
|
|
85
|
-
"fontFamily": "
|
|
85
|
+
"fontFamily": "font.family.body",
|
|
86
86
|
"fontStyle": "normal",
|
|
87
87
|
"letterSpacing": "LetterSpacing0"
|
|
88
88
|
}
|
|
@@ -97,7 +97,7 @@ var tokens = [{
|
|
|
97
97
|
"introduced": "1.14.0",
|
|
98
98
|
"description": "Used for monospace and code."
|
|
99
99
|
},
|
|
100
|
-
"value": "normal 400 0.875em/1
|
|
100
|
+
"value": "normal 400 0.875em/1 var(--ds-font-family-code)",
|
|
101
101
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
102
102
|
"isSource": true,
|
|
103
103
|
"original": {
|
|
@@ -111,7 +111,7 @@ var tokens = [{
|
|
|
111
111
|
"fontWeight": "FontWeight400",
|
|
112
112
|
"fontSize": "FontSizeCode",
|
|
113
113
|
"lineHeight": "LineHeight1",
|
|
114
|
-
"fontFamily": "
|
|
114
|
+
"fontFamily": "font.family.code",
|
|
115
115
|
"fontStyle": "normal",
|
|
116
116
|
"letterSpacing": "LetterSpacing0"
|
|
117
117
|
}
|
|
@@ -126,7 +126,7 @@ var tokens = [{
|
|
|
126
126
|
"introduced": "1.14.0",
|
|
127
127
|
"description": "TBD"
|
|
128
128
|
},
|
|
129
|
-
"value": "normal 700 24px/28px
|
|
129
|
+
"value": "normal 700 24px/28px var(--ds-font-family-heading)",
|
|
130
130
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
131
131
|
"isSource": true,
|
|
132
132
|
"original": {
|
|
@@ -140,7 +140,7 @@ var tokens = [{
|
|
|
140
140
|
"fontWeight": "FontWeight700",
|
|
141
141
|
"fontSize": "FontSize24",
|
|
142
142
|
"lineHeight": "LineHeight400",
|
|
143
|
-
"fontFamily": "
|
|
143
|
+
"fontFamily": "font.family.heading",
|
|
144
144
|
"fontStyle": "normal",
|
|
145
145
|
"letterSpacing": "LetterSpacing0"
|
|
146
146
|
}
|
|
@@ -155,7 +155,7 @@ var tokens = [{
|
|
|
155
155
|
"introduced": "1.14.0",
|
|
156
156
|
"description": "TBD"
|
|
157
157
|
},
|
|
158
|
-
"value": "normal 700 20px/24px
|
|
158
|
+
"value": "normal 700 20px/24px var(--ds-font-family-heading)",
|
|
159
159
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
160
160
|
"isSource": true,
|
|
161
161
|
"original": {
|
|
@@ -169,7 +169,7 @@ var tokens = [{
|
|
|
169
169
|
"fontWeight": "FontWeight700",
|
|
170
170
|
"fontSize": "FontSize20",
|
|
171
171
|
"lineHeight": "LineHeight300",
|
|
172
|
-
"fontFamily": "
|
|
172
|
+
"fontFamily": "font.family.heading",
|
|
173
173
|
"fontStyle": "normal",
|
|
174
174
|
"letterSpacing": "LetterSpacing0"
|
|
175
175
|
}
|
|
@@ -184,7 +184,7 @@ var tokens = [{
|
|
|
184
184
|
"introduced": "1.14.0",
|
|
185
185
|
"description": "TBD"
|
|
186
186
|
},
|
|
187
|
-
"value": "normal 700 16px/20px
|
|
187
|
+
"value": "normal 700 16px/20px var(--ds-font-family-heading)",
|
|
188
188
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
189
189
|
"isSource": true,
|
|
190
190
|
"original": {
|
|
@@ -198,7 +198,7 @@ var tokens = [{
|
|
|
198
198
|
"fontWeight": "FontWeight700",
|
|
199
199
|
"fontSize": "FontSize16",
|
|
200
200
|
"lineHeight": "LineHeight200",
|
|
201
|
-
"fontFamily": "
|
|
201
|
+
"fontFamily": "font.family.heading",
|
|
202
202
|
"fontStyle": "normal",
|
|
203
203
|
"letterSpacing": "LetterSpacing0"
|
|
204
204
|
}
|
|
@@ -213,7 +213,7 @@ var tokens = [{
|
|
|
213
213
|
"introduced": "1.14.0",
|
|
214
214
|
"description": "TBD"
|
|
215
215
|
},
|
|
216
|
-
"value": "normal 700 28px/32px
|
|
216
|
+
"value": "normal 700 28px/32px var(--ds-font-family-heading)",
|
|
217
217
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
218
218
|
"isSource": true,
|
|
219
219
|
"original": {
|
|
@@ -227,7 +227,7 @@ var tokens = [{
|
|
|
227
227
|
"fontWeight": "FontWeight700",
|
|
228
228
|
"fontSize": "FontSize28",
|
|
229
229
|
"lineHeight": "LineHeight500",
|
|
230
|
-
"fontFamily": "
|
|
230
|
+
"fontFamily": "font.family.heading",
|
|
231
231
|
"fontStyle": "normal",
|
|
232
232
|
"letterSpacing": "LetterSpacing0"
|
|
233
233
|
}
|
|
@@ -242,7 +242,7 @@ var tokens = [{
|
|
|
242
242
|
"introduced": "1.14.0",
|
|
243
243
|
"description": "TBD"
|
|
244
244
|
},
|
|
245
|
-
"value": "normal 700 14px/16px
|
|
245
|
+
"value": "normal 700 14px/16px var(--ds-font-family-heading)",
|
|
246
246
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
247
247
|
"isSource": true,
|
|
248
248
|
"original": {
|
|
@@ -256,7 +256,7 @@ var tokens = [{
|
|
|
256
256
|
"fontWeight": "FontWeight700",
|
|
257
257
|
"fontSize": "FontSize14",
|
|
258
258
|
"lineHeight": "LineHeight100",
|
|
259
|
-
"fontFamily": "
|
|
259
|
+
"fontFamily": "font.family.heading",
|
|
260
260
|
"fontStyle": "normal",
|
|
261
261
|
"letterSpacing": "LetterSpacing0"
|
|
262
262
|
}
|
|
@@ -271,7 +271,7 @@ var tokens = [{
|
|
|
271
271
|
"introduced": "1.14.0",
|
|
272
272
|
"description": "TBD"
|
|
273
273
|
},
|
|
274
|
-
"value": "normal 700 36px/40px
|
|
274
|
+
"value": "normal 700 36px/40px var(--ds-font-family-heading)",
|
|
275
275
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
276
276
|
"isSource": true,
|
|
277
277
|
"original": {
|
|
@@ -285,7 +285,7 @@ var tokens = [{
|
|
|
285
285
|
"fontWeight": "FontWeight700",
|
|
286
286
|
"fontSize": "FontSize36",
|
|
287
287
|
"lineHeight": "LineHeight700",
|
|
288
|
-
"fontFamily": "
|
|
288
|
+
"fontFamily": "font.family.heading",
|
|
289
289
|
"fontStyle": "normal",
|
|
290
290
|
"letterSpacing": "LetterSpacing0"
|
|
291
291
|
}
|
|
@@ -300,7 +300,7 @@ var tokens = [{
|
|
|
300
300
|
"introduced": "1.14.0",
|
|
301
301
|
"description": "TBD"
|
|
302
302
|
},
|
|
303
|
-
"value": "normal 700 12px/16px
|
|
303
|
+
"value": "normal 700 12px/16px var(--ds-font-family-heading)",
|
|
304
304
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
305
305
|
"isSource": true,
|
|
306
306
|
"original": {
|
|
@@ -314,7 +314,7 @@ var tokens = [{
|
|
|
314
314
|
"fontWeight": "FontWeight700",
|
|
315
315
|
"fontSize": "FontSize12",
|
|
316
316
|
"lineHeight": "LineHeight100",
|
|
317
|
-
"fontFamily": "
|
|
317
|
+
"fontFamily": "font.family.heading",
|
|
318
318
|
"fontStyle": "normal",
|
|
319
319
|
"letterSpacing": "LetterSpacing0"
|
|
320
320
|
}
|
|
@@ -439,7 +439,7 @@ var tokens = [{
|
|
|
439
439
|
"introduced": "1.14.0",
|
|
440
440
|
"description": "Single-line non-wrapping text like that in a button."
|
|
441
441
|
},
|
|
442
|
-
"value": "normal 400 14px/1
|
|
442
|
+
"value": "normal 400 14px/1 var(--ds-font-family-body)",
|
|
443
443
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
444
444
|
"isSource": true,
|
|
445
445
|
"original": {
|
|
@@ -453,7 +453,7 @@ var tokens = [{
|
|
|
453
453
|
"fontWeight": "FontWeight400",
|
|
454
454
|
"fontSize": "FontSize14",
|
|
455
455
|
"lineHeight": "LineHeight1",
|
|
456
|
-
"fontFamily": "
|
|
456
|
+
"fontFamily": "font.family.body",
|
|
457
457
|
"fontStyle": "normal",
|
|
458
458
|
"letterSpacing": "LetterSpacing0"
|
|
459
459
|
}
|
|
@@ -468,7 +468,7 @@ var tokens = [{
|
|
|
468
468
|
"introduced": "1.14.0",
|
|
469
469
|
"description": "Single-line non-wrapping supporting text like that in a smaller label."
|
|
470
470
|
},
|
|
471
|
-
"value": "normal 400 12px/1
|
|
471
|
+
"value": "normal 400 12px/1 var(--ds-font-family-body)",
|
|
472
472
|
"filePath": "src/tokens/atlassian-typography/theme.tsx",
|
|
473
473
|
"isSource": true,
|
|
474
474
|
"original": {
|
|
@@ -482,7 +482,7 @@ var tokens = [{
|
|
|
482
482
|
"fontWeight": "FontWeight400",
|
|
483
483
|
"fontSize": "FontSize12",
|
|
484
484
|
"lineHeight": "LineHeight1",
|
|
485
|
-
"fontFamily": "
|
|
485
|
+
"fontFamily": "font.family.body",
|
|
486
486
|
"fontStyle": "normal",
|
|
487
487
|
"letterSpacing": "LetterSpacing0"
|
|
488
488
|
}
|
|
@@ -497,7 +497,7 @@ var tokens = [{
|
|
|
497
497
|
"introduced": "1.14.0",
|
|
498
498
|
"description": "Helpful guidance goes here"
|
|
499
499
|
},
|
|
500
|
-
"value": "ui-
|
|
500
|
+
"value": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
|
|
501
501
|
"filePath": "src/tokens/atlassian-typography/font-family.tsx",
|
|
502
502
|
"isSource": true,
|
|
503
503
|
"original": {
|
|
@@ -507,16 +507,16 @@ var tokens = [{
|
|
|
507
507
|
"introduced": "1.14.0",
|
|
508
508
|
"description": "Helpful guidance goes here"
|
|
509
509
|
},
|
|
510
|
-
"value": "
|
|
510
|
+
"value": "FontFamilyWebSans"
|
|
511
511
|
},
|
|
512
|
-
"name": "font.family.
|
|
513
|
-
"path": ["font", "family", "
|
|
514
|
-
"cleanName": "font.family.
|
|
512
|
+
"name": "font.family.body",
|
|
513
|
+
"path": ["font", "family", "body"],
|
|
514
|
+
"cleanName": "font.family.body"
|
|
515
515
|
}, {
|
|
516
516
|
"attributes": {
|
|
517
517
|
"group": "fontFamily",
|
|
518
|
-
"state": "
|
|
519
|
-
"introduced": "
|
|
518
|
+
"state": "experimental",
|
|
519
|
+
"introduced": "1.14.0",
|
|
520
520
|
"description": "Helpful guidance goes here"
|
|
521
521
|
},
|
|
522
522
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
@@ -525,15 +525,15 @@ var tokens = [{
|
|
|
525
525
|
"original": {
|
|
526
526
|
"attributes": {
|
|
527
527
|
"group": "fontFamily",
|
|
528
|
-
"state": "
|
|
529
|
-
"introduced": "
|
|
528
|
+
"state": "experimental",
|
|
529
|
+
"introduced": "1.14.0",
|
|
530
530
|
"description": "Helpful guidance goes here"
|
|
531
531
|
},
|
|
532
532
|
"value": "FontFamilyWebMono"
|
|
533
533
|
},
|
|
534
|
-
"name": "font.family.
|
|
535
|
-
"path": ["font", "family", "
|
|
536
|
-
"cleanName": "font.family.
|
|
534
|
+
"name": "font.family.code",
|
|
535
|
+
"path": ["font", "family", "code"],
|
|
536
|
+
"cleanName": "font.family.code"
|
|
537
537
|
}, {
|
|
538
538
|
"attributes": {
|
|
539
539
|
"group": "fontFamily",
|
|
@@ -553,9 +553,31 @@ var tokens = [{
|
|
|
553
553
|
},
|
|
554
554
|
"value": "FontFamilyWebSans"
|
|
555
555
|
},
|
|
556
|
-
"name": "font.family.
|
|
557
|
-
"path": ["font", "family", "
|
|
558
|
-
"cleanName": "font.family.
|
|
556
|
+
"name": "font.family.heading",
|
|
557
|
+
"path": ["font", "family", "heading"],
|
|
558
|
+
"cleanName": "font.family.heading"
|
|
559
|
+
}, {
|
|
560
|
+
"attributes": {
|
|
561
|
+
"group": "fontFamily",
|
|
562
|
+
"state": "active",
|
|
563
|
+
"introduced": "0.10.33",
|
|
564
|
+
"description": "Helpful guidance goes here"
|
|
565
|
+
},
|
|
566
|
+
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
567
|
+
"filePath": "src/tokens/atlassian-typography/font-family.tsx",
|
|
568
|
+
"isSource": true,
|
|
569
|
+
"original": {
|
|
570
|
+
"attributes": {
|
|
571
|
+
"group": "fontFamily",
|
|
572
|
+
"state": "active",
|
|
573
|
+
"introduced": "0.10.33",
|
|
574
|
+
"description": "Helpful guidance goes here"
|
|
575
|
+
},
|
|
576
|
+
"value": "FontFamilyWebMono"
|
|
577
|
+
},
|
|
578
|
+
"name": "font.family.monospace",
|
|
579
|
+
"path": ["font", "family", "monospace"],
|
|
580
|
+
"cleanName": "font.family.monospace"
|
|
559
581
|
}, {
|
|
560
582
|
"attributes": {
|
|
561
583
|
"group": "fontFamily",
|