@atlaskit/tokens 1.47.0 → 1.49.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 +17 -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/token-default-values.js +12 -12
- package/dist/cjs/artifacts/token-names.js +12 -12
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +225 -225
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +225 -225
- package/dist/cjs/utils/token-order.js +1 -4
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +12 -12
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +12 -12
- package/dist/es2019/artifacts/token-default-values.js +12 -12
- package/dist/es2019/artifacts/token-names.js +12 -12
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +225 -225
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +225 -225
- package/dist/es2019/utils/token-order.js +1 -4
- 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/token-default-values.js +12 -12
- package/dist/esm/artifacts/token-names.js +12 -12
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +225 -225
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +225 -225
- package/dist/esm/utils/token-order.js +1 -4
- 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/token-default-values.d.ts +12 -12
- package/dist/types/artifacts/token-names.d.ts +23 -23
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +20 -20
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +20 -20
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -1
- package/dist/types/index.d.ts +1 -1
- 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/token-default-values.d.ts +12 -12
- package/dist/types-ts4.5/artifacts/token-names.d.ts +23 -23
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +20 -20
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +20 -20
- 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/entry-points/css-type-schema.codegen.d.ts +2 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/figma/atlassian-typography-adg3.json +43 -43
- package/figma/atlassian-typography-minor3.json +43 -43
- package/package.json +2 -2
|
@@ -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::0b051791a815e8e24cace909e056b99d>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -25,12 +25,132 @@ const tokens = [{
|
|
|
25
25
|
"name": "utility.UNSAFE.textTransformUppercase",
|
|
26
26
|
"path": ["utility", "UNSAFE", "textTransformUppercase"],
|
|
27
27
|
"cleanName": "utility.UNSAFE.textTransformUppercase"
|
|
28
|
+
}, {
|
|
29
|
+
"attributes": {
|
|
30
|
+
"group": "letterSpacing",
|
|
31
|
+
"state": "deprecated",
|
|
32
|
+
"introduced": "0.10.33",
|
|
33
|
+
"description": "Helpful guidance goes here",
|
|
34
|
+
"deprecated": "1.29.0"
|
|
35
|
+
},
|
|
36
|
+
"value": "0",
|
|
37
|
+
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
38
|
+
"isSource": true,
|
|
39
|
+
"original": {
|
|
40
|
+
"attributes": {
|
|
41
|
+
"group": "letterSpacing",
|
|
42
|
+
"state": "deprecated",
|
|
43
|
+
"introduced": "0.10.33",
|
|
44
|
+
"description": "Helpful guidance goes here",
|
|
45
|
+
"deprecated": "1.29.0"
|
|
46
|
+
},
|
|
47
|
+
"value": "LetterSpacing0"
|
|
48
|
+
},
|
|
49
|
+
"name": "font.letterSpacing.0",
|
|
50
|
+
"path": ["font", "letterSpacing", "0"],
|
|
51
|
+
"cleanName": "font.letterSpacing.0"
|
|
52
|
+
}, {
|
|
53
|
+
"attributes": {
|
|
54
|
+
"group": "letterSpacing",
|
|
55
|
+
"state": "deprecated",
|
|
56
|
+
"introduced": "0.10.33",
|
|
57
|
+
"description": "Helpful guidance goes here",
|
|
58
|
+
"deprecated": "1.29.0"
|
|
59
|
+
},
|
|
60
|
+
"value": "0",
|
|
61
|
+
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
62
|
+
"isSource": true,
|
|
63
|
+
"original": {
|
|
64
|
+
"attributes": {
|
|
65
|
+
"group": "letterSpacing",
|
|
66
|
+
"state": "deprecated",
|
|
67
|
+
"introduced": "0.10.33",
|
|
68
|
+
"description": "Helpful guidance goes here",
|
|
69
|
+
"deprecated": "1.29.0"
|
|
70
|
+
},
|
|
71
|
+
"value": "LetterSpacing0"
|
|
72
|
+
},
|
|
73
|
+
"name": "font.letterSpacing.100",
|
|
74
|
+
"path": ["font", "letterSpacing", "100"],
|
|
75
|
+
"cleanName": "font.letterSpacing.100"
|
|
76
|
+
}, {
|
|
77
|
+
"attributes": {
|
|
78
|
+
"group": "letterSpacing",
|
|
79
|
+
"state": "deprecated",
|
|
80
|
+
"introduced": "0.10.33",
|
|
81
|
+
"description": "Helpful guidance goes here",
|
|
82
|
+
"deprecated": "1.29.0"
|
|
83
|
+
},
|
|
84
|
+
"value": "0",
|
|
85
|
+
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
86
|
+
"isSource": true,
|
|
87
|
+
"original": {
|
|
88
|
+
"attributes": {
|
|
89
|
+
"group": "letterSpacing",
|
|
90
|
+
"state": "deprecated",
|
|
91
|
+
"introduced": "0.10.33",
|
|
92
|
+
"description": "Helpful guidance goes here",
|
|
93
|
+
"deprecated": "1.29.0"
|
|
94
|
+
},
|
|
95
|
+
"value": "LetterSpacing0"
|
|
96
|
+
},
|
|
97
|
+
"name": "font.letterSpacing.200",
|
|
98
|
+
"path": ["font", "letterSpacing", "200"],
|
|
99
|
+
"cleanName": "font.letterSpacing.200"
|
|
100
|
+
}, {
|
|
101
|
+
"attributes": {
|
|
102
|
+
"group": "letterSpacing",
|
|
103
|
+
"state": "deprecated",
|
|
104
|
+
"introduced": "0.10.33",
|
|
105
|
+
"description": "Helpful guidance goes here",
|
|
106
|
+
"deprecated": "1.29.0"
|
|
107
|
+
},
|
|
108
|
+
"value": "0",
|
|
109
|
+
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
110
|
+
"isSource": true,
|
|
111
|
+
"original": {
|
|
112
|
+
"attributes": {
|
|
113
|
+
"group": "letterSpacing",
|
|
114
|
+
"state": "deprecated",
|
|
115
|
+
"introduced": "0.10.33",
|
|
116
|
+
"description": "Helpful guidance goes here",
|
|
117
|
+
"deprecated": "1.29.0"
|
|
118
|
+
},
|
|
119
|
+
"value": "LetterSpacing0"
|
|
120
|
+
},
|
|
121
|
+
"name": "font.letterSpacing.300",
|
|
122
|
+
"path": ["font", "letterSpacing", "300"],
|
|
123
|
+
"cleanName": "font.letterSpacing.300"
|
|
124
|
+
}, {
|
|
125
|
+
"attributes": {
|
|
126
|
+
"group": "letterSpacing",
|
|
127
|
+
"state": "deprecated",
|
|
128
|
+
"introduced": "0.10.33",
|
|
129
|
+
"description": "Helpful guidance goes here",
|
|
130
|
+
"deprecated": "1.29.0"
|
|
131
|
+
},
|
|
132
|
+
"value": "0",
|
|
133
|
+
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
134
|
+
"isSource": true,
|
|
135
|
+
"original": {
|
|
136
|
+
"attributes": {
|
|
137
|
+
"group": "letterSpacing",
|
|
138
|
+
"state": "deprecated",
|
|
139
|
+
"introduced": "0.10.33",
|
|
140
|
+
"description": "Helpful guidance goes here",
|
|
141
|
+
"deprecated": "1.29.0"
|
|
142
|
+
},
|
|
143
|
+
"value": "LetterSpacing0"
|
|
144
|
+
},
|
|
145
|
+
"name": "font.letterSpacing.400",
|
|
146
|
+
"path": ["font", "letterSpacing", "400"],
|
|
147
|
+
"cleanName": "font.letterSpacing.400"
|
|
28
148
|
}, {
|
|
29
149
|
"attributes": {
|
|
30
150
|
"group": "typography",
|
|
31
151
|
"state": "active",
|
|
32
152
|
"introduced": "1.14.0",
|
|
33
|
-
"description": "
|
|
153
|
+
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.",
|
|
34
154
|
"responsiveSmallerVariant": "font.heading.xlarge"
|
|
35
155
|
},
|
|
36
156
|
"value": "normal 700 32px/36px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
@@ -41,7 +161,7 @@ const tokens = [{
|
|
|
41
161
|
"group": "typography",
|
|
42
162
|
"state": "active",
|
|
43
163
|
"introduced": "1.14.0",
|
|
44
|
-
"description": "
|
|
164
|
+
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.",
|
|
45
165
|
"responsiveSmallerVariant": "font.heading.xlarge"
|
|
46
166
|
},
|
|
47
167
|
"value": {
|
|
@@ -61,7 +181,7 @@ const tokens = [{
|
|
|
61
181
|
"group": "typography",
|
|
62
182
|
"state": "active",
|
|
63
183
|
"introduced": "1.14.0",
|
|
64
|
-
"description": "
|
|
184
|
+
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL.",
|
|
65
185
|
"responsiveSmallerVariant": "font.heading.large"
|
|
66
186
|
},
|
|
67
187
|
"value": "normal 700 28px/32px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
@@ -72,7 +192,7 @@ const tokens = [{
|
|
|
72
192
|
"group": "typography",
|
|
73
193
|
"state": "active",
|
|
74
194
|
"introduced": "1.14.0",
|
|
75
|
-
"description": "
|
|
195
|
+
"description": "For overlapping brand with product promotions, such as marketplace content. Migrate instances of H800 to Heading XL.",
|
|
76
196
|
"responsiveSmallerVariant": "font.heading.large"
|
|
77
197
|
},
|
|
78
198
|
"value": {
|
|
@@ -92,7 +212,7 @@ const tokens = [{
|
|
|
92
212
|
"group": "typography",
|
|
93
213
|
"state": "active",
|
|
94
214
|
"introduced": "1.14.0",
|
|
95
|
-
"description": "
|
|
215
|
+
"description": "Product page titles, such as forms. Migrate instances of H700 to Heading L.",
|
|
96
216
|
"responsiveSmallerVariant": "font.heading.medium"
|
|
97
217
|
},
|
|
98
218
|
"value": "normal 700 24px/28px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
@@ -103,7 +223,7 @@ const tokens = [{
|
|
|
103
223
|
"group": "typography",
|
|
104
224
|
"state": "active",
|
|
105
225
|
"introduced": "1.14.0",
|
|
106
|
-
"description": "
|
|
226
|
+
"description": "Product page titles, such as forms. Migrate instances of H700 to Heading L.",
|
|
107
227
|
"responsiveSmallerVariant": "font.heading.medium"
|
|
108
228
|
},
|
|
109
229
|
"value": {
|
|
@@ -123,7 +243,7 @@ const tokens = [{
|
|
|
123
243
|
"group": "typography",
|
|
124
244
|
"state": "active",
|
|
125
245
|
"introduced": "1.14.0",
|
|
126
|
-
"description": "
|
|
246
|
+
"description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M.",
|
|
127
247
|
"responsiveSmallerVariant": "font.heading.small"
|
|
128
248
|
},
|
|
129
249
|
"value": "normal 700 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
@@ -134,7 +254,7 @@ const tokens = [{
|
|
|
134
254
|
"group": "typography",
|
|
135
255
|
"state": "active",
|
|
136
256
|
"introduced": "1.14.0",
|
|
137
|
-
"description": "
|
|
257
|
+
"description": "Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M.",
|
|
138
258
|
"responsiveSmallerVariant": "font.heading.small"
|
|
139
259
|
},
|
|
140
260
|
"value": {
|
|
@@ -154,7 +274,7 @@ const tokens = [{
|
|
|
154
274
|
"group": "typography",
|
|
155
275
|
"state": "active",
|
|
156
276
|
"introduced": "1.14.0",
|
|
157
|
-
"description": "
|
|
277
|
+
"description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
|
|
158
278
|
},
|
|
159
279
|
"value": "normal 700 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
160
280
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -164,7 +284,7 @@ const tokens = [{
|
|
|
164
284
|
"group": "typography",
|
|
165
285
|
"state": "active",
|
|
166
286
|
"introduced": "1.14.0",
|
|
167
|
-
"description": "
|
|
287
|
+
"description": "For headers in small components where space is limited. Migrate instances of H500 to Heading S."
|
|
168
288
|
},
|
|
169
289
|
"value": {
|
|
170
290
|
"fontWeight": "FontWeight700",
|
|
@@ -183,7 +303,7 @@ const tokens = [{
|
|
|
183
303
|
"group": "typography",
|
|
184
304
|
"state": "active",
|
|
185
305
|
"introduced": "1.14.0",
|
|
186
|
-
"description": "
|
|
306
|
+
"description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
|
|
187
307
|
},
|
|
188
308
|
"value": "normal 700 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
189
309
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -193,7 +313,7 @@ const tokens = [{
|
|
|
193
313
|
"group": "typography",
|
|
194
314
|
"state": "active",
|
|
195
315
|
"introduced": "1.14.0",
|
|
196
|
-
"description": "
|
|
316
|
+
"description": "For headers in small components where space is limited. Migrate instances of H400 to Heading XS."
|
|
197
317
|
},
|
|
198
318
|
"value": {
|
|
199
319
|
"fontWeight": "FontWeight700",
|
|
@@ -212,7 +332,7 @@ const tokens = [{
|
|
|
212
332
|
"group": "typography",
|
|
213
333
|
"state": "active",
|
|
214
334
|
"introduced": "1.14.0",
|
|
215
|
-
"description": "
|
|
335
|
+
"description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
|
|
216
336
|
},
|
|
217
337
|
"value": "normal 700 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
218
338
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -222,7 +342,7 @@ const tokens = [{
|
|
|
222
342
|
"group": "typography",
|
|
223
343
|
"state": "active",
|
|
224
344
|
"introduced": "1.14.0",
|
|
225
|
-
"description": "
|
|
345
|
+
"description": "For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."
|
|
226
346
|
},
|
|
227
347
|
"value": {
|
|
228
348
|
"fontWeight": "FontWeight700",
|
|
@@ -241,7 +361,7 @@ const tokens = [{
|
|
|
241
361
|
"group": "typography",
|
|
242
362
|
"state": "active",
|
|
243
363
|
"introduced": "1.14.0",
|
|
244
|
-
"description": "
|
|
364
|
+
"description": "For long-form text, such as in blogs."
|
|
245
365
|
},
|
|
246
366
|
"value": "normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
247
367
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -251,7 +371,7 @@ const tokens = [{
|
|
|
251
371
|
"group": "typography",
|
|
252
372
|
"state": "active",
|
|
253
373
|
"introduced": "1.14.0",
|
|
254
|
-
"description": "
|
|
374
|
+
"description": "For long-form text, such as in blogs."
|
|
255
375
|
},
|
|
256
376
|
"value": {
|
|
257
377
|
"fontWeight": "FontWeight400",
|
|
@@ -270,7 +390,7 @@ const tokens = [{
|
|
|
270
390
|
"group": "typography",
|
|
271
391
|
"state": "active",
|
|
272
392
|
"introduced": "1.14.0",
|
|
273
|
-
"description": "
|
|
393
|
+
"description": "Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M."
|
|
274
394
|
},
|
|
275
395
|
"value": "normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
276
396
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -280,7 +400,7 @@ const tokens = [{
|
|
|
280
400
|
"group": "typography",
|
|
281
401
|
"state": "active",
|
|
282
402
|
"introduced": "1.14.0",
|
|
283
|
-
"description": "
|
|
403
|
+
"description": "Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M."
|
|
284
404
|
},
|
|
285
405
|
"value": {
|
|
286
406
|
"fontWeight": "FontWeight400",
|
|
@@ -299,7 +419,7 @@ const tokens = [{
|
|
|
299
419
|
"group": "typography",
|
|
300
420
|
"state": "active",
|
|
301
421
|
"introduced": "1.14.0",
|
|
302
|
-
"description": "
|
|
422
|
+
"description": "Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S."
|
|
303
423
|
},
|
|
304
424
|
"value": "normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
305
425
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -309,7 +429,7 @@ const tokens = [{
|
|
|
309
429
|
"group": "typography",
|
|
310
430
|
"state": "active",
|
|
311
431
|
"introduced": "1.14.0",
|
|
312
|
-
"description": "
|
|
432
|
+
"description": "Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S."
|
|
313
433
|
},
|
|
314
434
|
"value": {
|
|
315
435
|
"fontWeight": "FontWeight400",
|
|
@@ -357,7 +477,7 @@ const tokens = [{
|
|
|
357
477
|
"group": "typography",
|
|
358
478
|
"state": "active",
|
|
359
479
|
"introduced": "1.14.0",
|
|
360
|
-
"description": "
|
|
480
|
+
"description": "For representing code only, either inline or in code blocks."
|
|
361
481
|
},
|
|
362
482
|
"value": "normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
363
483
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
@@ -367,7 +487,7 @@ const tokens = [{
|
|
|
367
487
|
"group": "typography",
|
|
368
488
|
"state": "active",
|
|
369
489
|
"introduced": "1.14.0",
|
|
370
|
-
"description": "
|
|
490
|
+
"description": "For representing code only, either inline or in code blocks."
|
|
371
491
|
},
|
|
372
492
|
"value": {
|
|
373
493
|
"fontWeight": "FontWeight400",
|
|
@@ -383,130 +503,120 @@ const tokens = [{
|
|
|
383
503
|
"cleanName": "font.code"
|
|
384
504
|
}, {
|
|
385
505
|
"attributes": {
|
|
386
|
-
"group": "
|
|
387
|
-
"state": "
|
|
506
|
+
"group": "fontWeight",
|
|
507
|
+
"state": "active",
|
|
388
508
|
"introduced": "0.10.33",
|
|
389
|
-
"description": "
|
|
390
|
-
"deprecated": "1.29.0"
|
|
509
|
+
"description": "Default font weight for body text styles."
|
|
391
510
|
},
|
|
392
|
-
"value": "
|
|
393
|
-
"filePath": "schema/themes/atlassian-typography-minor3/
|
|
511
|
+
"value": "400",
|
|
512
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
394
513
|
"isSource": true,
|
|
395
514
|
"original": {
|
|
396
515
|
"attributes": {
|
|
397
|
-
"group": "
|
|
398
|
-
"state": "
|
|
516
|
+
"group": "fontWeight",
|
|
517
|
+
"state": "active",
|
|
399
518
|
"introduced": "0.10.33",
|
|
400
|
-
"description": "
|
|
401
|
-
"deprecated": "1.29.0"
|
|
519
|
+
"description": "Default font weight for body text styles."
|
|
402
520
|
},
|
|
403
|
-
"value": "
|
|
521
|
+
"value": "FontWeight400"
|
|
404
522
|
},
|
|
405
|
-
"name": "font.
|
|
406
|
-
"path": ["font", "
|
|
407
|
-
"cleanName": "font.
|
|
523
|
+
"name": "font.weight.regular",
|
|
524
|
+
"path": ["font", "weight", "regular"],
|
|
525
|
+
"cleanName": "font.weight.regular"
|
|
408
526
|
}, {
|
|
409
527
|
"attributes": {
|
|
410
|
-
"group": "
|
|
411
|
-
"state": "
|
|
528
|
+
"group": "fontWeight",
|
|
529
|
+
"state": "active",
|
|
412
530
|
"introduced": "0.10.33",
|
|
413
|
-
"description": "
|
|
414
|
-
"deprecated": "1.29.0"
|
|
531
|
+
"description": "For all text that may appear beside iconography, such as in a button."
|
|
415
532
|
},
|
|
416
|
-
"value": "
|
|
417
|
-
"filePath": "schema/themes/atlassian-typography-minor3/
|
|
533
|
+
"value": "500",
|
|
534
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
418
535
|
"isSource": true,
|
|
419
536
|
"original": {
|
|
420
537
|
"attributes": {
|
|
421
|
-
"group": "
|
|
422
|
-
"state": "
|
|
538
|
+
"group": "fontWeight",
|
|
539
|
+
"state": "active",
|
|
423
540
|
"introduced": "0.10.33",
|
|
424
|
-
"description": "
|
|
425
|
-
"deprecated": "1.29.0"
|
|
541
|
+
"description": "For all text that may appear beside iconography, such as in a button."
|
|
426
542
|
},
|
|
427
|
-
"value": "
|
|
543
|
+
"value": "FontWeight500"
|
|
428
544
|
},
|
|
429
|
-
"name": "font.
|
|
430
|
-
"path": ["font", "
|
|
431
|
-
"cleanName": "font.
|
|
545
|
+
"name": "font.weight.medium",
|
|
546
|
+
"path": ["font", "weight", "medium"],
|
|
547
|
+
"cleanName": "font.weight.medium"
|
|
432
548
|
}, {
|
|
433
549
|
"attributes": {
|
|
434
|
-
"group": "
|
|
435
|
-
"state": "
|
|
550
|
+
"group": "fontWeight",
|
|
551
|
+
"state": "active",
|
|
436
552
|
"introduced": "0.10.33",
|
|
437
|
-
"description": "
|
|
438
|
-
"deprecated": "1.29.0"
|
|
553
|
+
"description": "Use with caution as fallback fonts do not support this font weight and will default to bold weight."
|
|
439
554
|
},
|
|
440
|
-
"value": "
|
|
441
|
-
"filePath": "schema/themes/atlassian-typography-minor3/
|
|
555
|
+
"value": "600",
|
|
556
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
442
557
|
"isSource": true,
|
|
443
558
|
"original": {
|
|
444
559
|
"attributes": {
|
|
445
|
-
"group": "
|
|
446
|
-
"state": "
|
|
560
|
+
"group": "fontWeight",
|
|
561
|
+
"state": "active",
|
|
447
562
|
"introduced": "0.10.33",
|
|
448
|
-
"description": "
|
|
449
|
-
"deprecated": "1.29.0"
|
|
563
|
+
"description": "Use with caution as fallback fonts do not support this font weight and will default to bold weight."
|
|
450
564
|
},
|
|
451
|
-
"value": "
|
|
565
|
+
"value": "FontWeight600"
|
|
452
566
|
},
|
|
453
|
-
"name": "font.
|
|
454
|
-
"path": ["font", "
|
|
455
|
-
"cleanName": "font.
|
|
567
|
+
"name": "font.weight.semibold",
|
|
568
|
+
"path": ["font", "weight", "semibold"],
|
|
569
|
+
"cleanName": "font.weight.semibold"
|
|
456
570
|
}, {
|
|
457
571
|
"attributes": {
|
|
458
|
-
"group": "
|
|
459
|
-
"state": "
|
|
572
|
+
"group": "fontWeight",
|
|
573
|
+
"state": "active",
|
|
460
574
|
"introduced": "0.10.33",
|
|
461
|
-
"description": "
|
|
462
|
-
"deprecated": "1.29.0"
|
|
575
|
+
"description": "Use sparingly for emphasising text, such as in a lozenge."
|
|
463
576
|
},
|
|
464
|
-
"value": "
|
|
465
|
-
"filePath": "schema/themes/atlassian-typography-minor3/
|
|
577
|
+
"value": "700",
|
|
578
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
466
579
|
"isSource": true,
|
|
467
580
|
"original": {
|
|
468
581
|
"attributes": {
|
|
469
|
-
"group": "
|
|
470
|
-
"state": "
|
|
582
|
+
"group": "fontWeight",
|
|
583
|
+
"state": "active",
|
|
471
584
|
"introduced": "0.10.33",
|
|
472
|
-
"description": "
|
|
473
|
-
"deprecated": "1.29.0"
|
|
585
|
+
"description": "Use sparingly for emphasising text, such as in a lozenge."
|
|
474
586
|
},
|
|
475
|
-
"value": "
|
|
587
|
+
"value": "FontWeight700"
|
|
476
588
|
},
|
|
477
|
-
"name": "font.
|
|
478
|
-
"path": ["font", "
|
|
479
|
-
"cleanName": "font.
|
|
589
|
+
"name": "font.weight.bold",
|
|
590
|
+
"path": ["font", "weight", "bold"],
|
|
591
|
+
"cleanName": "font.weight.bold"
|
|
480
592
|
}, {
|
|
481
593
|
"attributes": {
|
|
482
|
-
"group": "
|
|
483
|
-
"state": "
|
|
484
|
-
"introduced": "
|
|
485
|
-
"description": "
|
|
486
|
-
"deprecated": "1.29.0"
|
|
594
|
+
"group": "fontFamily",
|
|
595
|
+
"state": "active",
|
|
596
|
+
"introduced": "1.14.0",
|
|
597
|
+
"description": "For our default product UI heading text."
|
|
487
598
|
},
|
|
488
|
-
"value": "
|
|
489
|
-
"filePath": "schema/themes/atlassian-typography-minor3/
|
|
599
|
+
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
600
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
490
601
|
"isSource": true,
|
|
491
602
|
"original": {
|
|
492
603
|
"attributes": {
|
|
493
|
-
"group": "
|
|
494
|
-
"state": "
|
|
495
|
-
"introduced": "
|
|
496
|
-
"description": "
|
|
497
|
-
"deprecated": "1.29.0"
|
|
604
|
+
"group": "fontFamily",
|
|
605
|
+
"state": "active",
|
|
606
|
+
"introduced": "1.14.0",
|
|
607
|
+
"description": "For our default product UI heading text."
|
|
498
608
|
},
|
|
499
|
-
"value": "
|
|
609
|
+
"value": "FontFamilyWebSans"
|
|
500
610
|
},
|
|
501
|
-
"name": "font.
|
|
502
|
-
"path": ["font", "
|
|
503
|
-
"cleanName": "font.
|
|
611
|
+
"name": "font.family.heading",
|
|
612
|
+
"path": ["font", "family", "heading"],
|
|
613
|
+
"cleanName": "font.family.heading"
|
|
504
614
|
}, {
|
|
505
615
|
"attributes": {
|
|
506
616
|
"group": "fontFamily",
|
|
507
617
|
"state": "active",
|
|
508
618
|
"introduced": "1.14.0",
|
|
509
|
-
"description": "
|
|
619
|
+
"description": "For our default product UI body text."
|
|
510
620
|
},
|
|
511
621
|
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
512
622
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -516,7 +626,7 @@ const tokens = [{
|
|
|
516
626
|
"group": "fontFamily",
|
|
517
627
|
"state": "active",
|
|
518
628
|
"introduced": "1.14.0",
|
|
519
|
-
"description": "
|
|
629
|
+
"description": "For our default product UI body text."
|
|
520
630
|
},
|
|
521
631
|
"value": "FontFamilyWebSans"
|
|
522
632
|
},
|
|
@@ -528,7 +638,7 @@ const tokens = [{
|
|
|
528
638
|
"group": "fontFamily",
|
|
529
639
|
"state": "active",
|
|
530
640
|
"introduced": "1.14.0",
|
|
531
|
-
"description": "
|
|
641
|
+
"description": "For representing code only."
|
|
532
642
|
},
|
|
533
643
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
534
644
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -538,41 +648,19 @@ const tokens = [{
|
|
|
538
648
|
"group": "fontFamily",
|
|
539
649
|
"state": "active",
|
|
540
650
|
"introduced": "1.14.0",
|
|
541
|
-
"description": "
|
|
651
|
+
"description": "For representing code only."
|
|
542
652
|
},
|
|
543
653
|
"value": "FontFamilyWebMono"
|
|
544
654
|
},
|
|
545
655
|
"name": "font.family.code",
|
|
546
656
|
"path": ["font", "family", "code"],
|
|
547
657
|
"cleanName": "font.family.code"
|
|
548
|
-
}, {
|
|
549
|
-
"attributes": {
|
|
550
|
-
"group": "fontFamily",
|
|
551
|
-
"state": "active",
|
|
552
|
-
"introduced": "1.14.0",
|
|
553
|
-
"description": "Use for headings."
|
|
554
|
-
},
|
|
555
|
-
"value": "ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
556
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
557
|
-
"isSource": true,
|
|
558
|
-
"original": {
|
|
559
|
-
"attributes": {
|
|
560
|
-
"group": "fontFamily",
|
|
561
|
-
"state": "active",
|
|
562
|
-
"introduced": "1.14.0",
|
|
563
|
-
"description": "Use for headings."
|
|
564
|
-
},
|
|
565
|
-
"value": "FontFamilyWebSans"
|
|
566
|
-
},
|
|
567
|
-
"name": "font.family.heading",
|
|
568
|
-
"path": ["font", "family", "heading"],
|
|
569
|
-
"cleanName": "font.family.heading"
|
|
570
658
|
}, {
|
|
571
659
|
"attributes": {
|
|
572
660
|
"group": "fontFamily",
|
|
573
661
|
"state": "deprecated",
|
|
574
662
|
"introduced": "0.10.33",
|
|
575
|
-
"description": "
|
|
663
|
+
"description": "For representing code only.",
|
|
576
664
|
"deprecated": "1.29.0"
|
|
577
665
|
},
|
|
578
666
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
@@ -583,7 +671,7 @@ const tokens = [{
|
|
|
583
671
|
"group": "fontFamily",
|
|
584
672
|
"state": "deprecated",
|
|
585
673
|
"introduced": "0.10.33",
|
|
586
|
-
"description": "
|
|
674
|
+
"description": "For representing code only.",
|
|
587
675
|
"deprecated": "1.29.0"
|
|
588
676
|
},
|
|
589
677
|
"value": "FontFamilyWebMono"
|
|
@@ -620,29 +708,7 @@ const tokens = [{
|
|
|
620
708
|
"group": "fontFamily",
|
|
621
709
|
"state": "active",
|
|
622
710
|
"introduced": "1.14.0",
|
|
623
|
-
"description": "
|
|
624
|
-
},
|
|
625
|
-
"value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
626
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
627
|
-
"isSource": true,
|
|
628
|
-
"original": {
|
|
629
|
-
"attributes": {
|
|
630
|
-
"group": "fontFamily",
|
|
631
|
-
"state": "active",
|
|
632
|
-
"introduced": "1.14.0",
|
|
633
|
-
"description": "Use for branded body text."
|
|
634
|
-
},
|
|
635
|
-
"value": "FontFamilyCharlieText"
|
|
636
|
-
},
|
|
637
|
-
"name": "font.family.brand.body",
|
|
638
|
-
"path": ["font", "family", "brand", "body"],
|
|
639
|
-
"cleanName": "font.family.brand.body"
|
|
640
|
-
}, {
|
|
641
|
-
"attributes": {
|
|
642
|
-
"group": "fontFamily",
|
|
643
|
-
"state": "active",
|
|
644
|
-
"introduced": "1.14.0",
|
|
645
|
-
"description": "Use for branded headings."
|
|
711
|
+
"description": "For our brand heading text. Uses Charlie Display."
|
|
646
712
|
},
|
|
647
713
|
"value": "\"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
648
714
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -652,7 +718,7 @@ const tokens = [{
|
|
|
652
718
|
"group": "fontFamily",
|
|
653
719
|
"state": "active",
|
|
654
720
|
"introduced": "1.14.0",
|
|
655
|
-
"description": "
|
|
721
|
+
"description": "For our brand heading text. Uses Charlie Display."
|
|
656
722
|
},
|
|
657
723
|
"value": "FontFamilyCharlieDisplay"
|
|
658
724
|
},
|
|
@@ -661,91 +727,25 @@ const tokens = [{
|
|
|
661
727
|
"cleanName": "font.family.brand.heading"
|
|
662
728
|
}, {
|
|
663
729
|
"attributes": {
|
|
664
|
-
"group": "
|
|
665
|
-
"state": "active",
|
|
666
|
-
"introduced": "0.10.33",
|
|
667
|
-
"description": "Helpful guidance goes here"
|
|
668
|
-
},
|
|
669
|
-
"value": "700",
|
|
670
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
671
|
-
"isSource": true,
|
|
672
|
-
"original": {
|
|
673
|
-
"attributes": {
|
|
674
|
-
"group": "fontWeight",
|
|
675
|
-
"state": "active",
|
|
676
|
-
"introduced": "0.10.33",
|
|
677
|
-
"description": "Helpful guidance goes here"
|
|
678
|
-
},
|
|
679
|
-
"value": "FontWeight700"
|
|
680
|
-
},
|
|
681
|
-
"name": "font.weight.bold",
|
|
682
|
-
"path": ["font", "weight", "bold"],
|
|
683
|
-
"cleanName": "font.weight.bold"
|
|
684
|
-
}, {
|
|
685
|
-
"attributes": {
|
|
686
|
-
"group": "fontWeight",
|
|
687
|
-
"state": "active",
|
|
688
|
-
"introduced": "0.10.33",
|
|
689
|
-
"description": "Helpful guidance goes here"
|
|
690
|
-
},
|
|
691
|
-
"value": "500",
|
|
692
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
693
|
-
"isSource": true,
|
|
694
|
-
"original": {
|
|
695
|
-
"attributes": {
|
|
696
|
-
"group": "fontWeight",
|
|
697
|
-
"state": "active",
|
|
698
|
-
"introduced": "0.10.33",
|
|
699
|
-
"description": "Helpful guidance goes here"
|
|
700
|
-
},
|
|
701
|
-
"value": "FontWeight500"
|
|
702
|
-
},
|
|
703
|
-
"name": "font.weight.medium",
|
|
704
|
-
"path": ["font", "weight", "medium"],
|
|
705
|
-
"cleanName": "font.weight.medium"
|
|
706
|
-
}, {
|
|
707
|
-
"attributes": {
|
|
708
|
-
"group": "fontWeight",
|
|
709
|
-
"state": "active",
|
|
710
|
-
"introduced": "0.10.33",
|
|
711
|
-
"description": "Helpful guidance goes here"
|
|
712
|
-
},
|
|
713
|
-
"value": "400",
|
|
714
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-weight.tsx",
|
|
715
|
-
"isSource": true,
|
|
716
|
-
"original": {
|
|
717
|
-
"attributes": {
|
|
718
|
-
"group": "fontWeight",
|
|
719
|
-
"state": "active",
|
|
720
|
-
"introduced": "0.10.33",
|
|
721
|
-
"description": "Helpful guidance goes here"
|
|
722
|
-
},
|
|
723
|
-
"value": "FontWeight400"
|
|
724
|
-
},
|
|
725
|
-
"name": "font.weight.regular",
|
|
726
|
-
"path": ["font", "weight", "regular"],
|
|
727
|
-
"cleanName": "font.weight.regular"
|
|
728
|
-
}, {
|
|
729
|
-
"attributes": {
|
|
730
|
-
"group": "fontWeight",
|
|
730
|
+
"group": "fontFamily",
|
|
731
731
|
"state": "active",
|
|
732
|
-
"introduced": "
|
|
733
|
-
"description": "
|
|
732
|
+
"introduced": "1.14.0",
|
|
733
|
+
"description": "For our brand body text. Uses Charlie Text."
|
|
734
734
|
},
|
|
735
|
-
"value": "
|
|
736
|
-
"filePath": "schema/themes/atlassian-typography-minor3/font-
|
|
735
|
+
"value": "\"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
736
|
+
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
737
737
|
"isSource": true,
|
|
738
738
|
"original": {
|
|
739
739
|
"attributes": {
|
|
740
|
-
"group": "
|
|
740
|
+
"group": "fontFamily",
|
|
741
741
|
"state": "active",
|
|
742
|
-
"introduced": "
|
|
743
|
-
"description": "
|
|
742
|
+
"introduced": "1.14.0",
|
|
743
|
+
"description": "For our brand body text. Uses Charlie Text."
|
|
744
744
|
},
|
|
745
|
-
"value": "
|
|
745
|
+
"value": "FontFamilyCharlieText"
|
|
746
746
|
},
|
|
747
|
-
"name": "font.
|
|
748
|
-
"path": ["font", "
|
|
749
|
-
"cleanName": "font.
|
|
747
|
+
"name": "font.family.brand.body",
|
|
748
|
+
"path": ["font", "family", "brand", "body"],
|
|
749
|
+
"cleanName": "font.family.brand.body"
|
|
750
750
|
}];
|
|
751
751
|
export default tokens;
|