@atlaskit/tokens 1.29.1 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/replacement-mapping.js +83 -5
  3. package/dist/cjs/artifacts/theme-import-map.js +1 -7
  4. package/dist/cjs/get-token-value.js +1 -1
  5. package/dist/cjs/get-token.js +1 -1
  6. package/dist/cjs/theme-config.js +1 -9
  7. package/dist/es2019/artifacts/replacement-mapping.js +83 -5
  8. package/dist/es2019/artifacts/theme-import-map.js +1 -3
  9. package/dist/es2019/get-token-value.js +1 -1
  10. package/dist/es2019/get-token.js +1 -1
  11. package/dist/es2019/theme-config.js +1 -9
  12. package/dist/esm/artifacts/replacement-mapping.js +83 -5
  13. package/dist/esm/artifacts/theme-import-map.js +1 -5
  14. package/dist/esm/get-token-value.js +1 -1
  15. package/dist/esm/get-token.js +1 -1
  16. package/dist/esm/theme-config.js +1 -9
  17. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  18. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  19. package/dist/types/theme-config.d.ts +3 -3
  20. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  21. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  22. package/dist/types-ts4.5/theme-config.d.ts +1 -3
  23. package/package.json +1 -1
  24. package/dist/cjs/artifacts/themes/atlassian-typography.js +0 -12
  25. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +0 -662
  26. package/dist/es2019/artifacts/themes/atlassian-typography.js +0 -33
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +0 -656
  28. package/dist/esm/artifacts/themes/atlassian-typography.js +0 -6
  29. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +0 -656
  30. package/dist/types/artifacts/themes/atlassian-typography.d.ts +0 -7
  31. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +0 -99
  32. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +0 -7
  33. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +0 -99
@@ -1,33 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f49eba45b4716be1be41c0ca5a63069e>>
4
- * @codegenCommand yarn build tokens
5
- */
6
- export default `
7
- html[data-theme~="typography:typography"] {
8
- --ds-font-body: normal 400 0.875rem/1.25rem var(--ds-font-family-body);
9
- --ds-font-body-large: normal 400 1rem/1.5rem var(--ds-font-family-body);
10
- --ds-font-body-small: normal 400 0.75rem/1.25rem var(--ds-font-family-body);
11
- --ds-font-code: normal 400 0.875em/1 var(--ds-font-family-code);
12
- --ds-font-heading-large: normal 700 1.5rem/1.75rem var(--ds-font-family-heading);
13
- --ds-font-heading-medium: normal 700 1.25rem/1.5rem var(--ds-font-family-heading);
14
- --ds-font-heading-small: normal 700 1rem/1.25rem var(--ds-font-family-heading);
15
- --ds-font-heading-xlarge: normal 700 1.75rem/2rem var(--ds-font-family-heading);
16
- --ds-font-heading-xsmall: normal 700 0.875rem/1rem var(--ds-font-family-heading);
17
- --ds-font-heading-xxlarge: normal 700 2.25rem/2.5rem var(--ds-font-family-heading);
18
- --ds-font-heading-xxsmall: normal 700 0.75rem/1rem var(--ds-font-family-heading);
19
- --ds-font-letterSpacing-0: 0;
20
- --ds-font-letterSpacing-100: 0;
21
- --ds-font-letterSpacing-200: 0;
22
- --ds-font-letterSpacing-300: 0;
23
- --ds-font-letterSpacing-400: 0;
24
- --ds-font-ui: normal 400 0.875rem/1 var(--ds-font-family-body);
25
- --ds-font-ui-small: normal 400 0.75rem/1 var(--ds-font-family-body);
26
- --ds-font-family-body: ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
27
- --ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
28
- --ds-font-family-heading: ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
29
- --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
30
- --ds-font-family-sans: ui-sans-serif, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
31
- --ds-font-family-brand: Charlie Sans;
32
- }
33
- `;
@@ -1,656 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a717b92c24abaed420317701890abc95>>
4
- * @codegenCommand yarn build tokens
5
- */
6
- const tokens = [{
7
- "attributes": {
8
- "group": "typography",
9
- "state": "experimental",
10
- "introduced": "1.14.0",
11
- "description": "The default body font."
12
- },
13
- "value": "normal 400 14px/20px var(--ds-font-family-body)",
14
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
15
- "isSource": true,
16
- "original": {
17
- "attributes": {
18
- "group": "typography",
19
- "state": "experimental",
20
- "introduced": "1.14.0",
21
- "description": "The default body font."
22
- },
23
- "value": {
24
- "fontWeight": "FontWeight400",
25
- "fontSize": "FontSize14",
26
- "lineHeight": "LineHeight200",
27
- "fontFamily": "font.family.body",
28
- "fontStyle": "normal",
29
- "letterSpacing": "LetterSpacing0"
30
- }
31
- },
32
- "name": "font.body.[default]",
33
- "path": ["font", "body", "[default]"],
34
- "cleanName": "font.body"
35
- }, {
36
- "attributes": {
37
- "group": "typography",
38
- "state": "experimental",
39
- "introduced": "1.14.0",
40
- "description": "Larger body font or default body font for text rich experiences."
41
- },
42
- "value": "normal 400 16px/24px var(--ds-font-family-body)",
43
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
44
- "isSource": true,
45
- "original": {
46
- "attributes": {
47
- "group": "typography",
48
- "state": "experimental",
49
- "introduced": "1.14.0",
50
- "description": "Larger body font or default body font for text rich experiences."
51
- },
52
- "value": {
53
- "fontWeight": "FontWeight400",
54
- "fontSize": "FontSize16",
55
- "lineHeight": "LineHeight300",
56
- "fontFamily": "font.family.body",
57
- "fontStyle": "normal",
58
- "letterSpacing": "LetterSpacing0"
59
- }
60
- },
61
- "name": "font.body.large",
62
- "path": ["font", "body", "large"],
63
- "cleanName": "font.body.large"
64
- }, {
65
- "attributes": {
66
- "group": "typography",
67
- "state": "experimental",
68
- "introduced": "1.14.0",
69
- "description": "Smaller body font."
70
- },
71
- "value": "normal 400 12px/20px var(--ds-font-family-body)",
72
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
73
- "isSource": true,
74
- "original": {
75
- "attributes": {
76
- "group": "typography",
77
- "state": "experimental",
78
- "introduced": "1.14.0",
79
- "description": "Smaller body font."
80
- },
81
- "value": {
82
- "fontWeight": "FontWeight400",
83
- "fontSize": "FontSize12",
84
- "lineHeight": "LineHeight200",
85
- "fontFamily": "font.family.body",
86
- "fontStyle": "normal",
87
- "letterSpacing": "LetterSpacing0"
88
- }
89
- },
90
- "name": "font.body.small",
91
- "path": ["font", "body", "small"],
92
- "cleanName": "font.body.small"
93
- }, {
94
- "attributes": {
95
- "group": "typography",
96
- "state": "experimental",
97
- "introduced": "1.14.0",
98
- "description": "Used for monospace and code."
99
- },
100
- "value": "normal 400 0.875em/1 var(--ds-font-family-code)",
101
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
102
- "isSource": true,
103
- "original": {
104
- "attributes": {
105
- "group": "typography",
106
- "state": "experimental",
107
- "introduced": "1.14.0",
108
- "description": "Used for monospace and code."
109
- },
110
- "value": {
111
- "fontWeight": "FontWeight400",
112
- "fontSize": "FontSizeCode",
113
- "lineHeight": "LineHeight1",
114
- "fontFamily": "font.family.code",
115
- "fontStyle": "normal",
116
- "letterSpacing": "LetterSpacing0"
117
- }
118
- },
119
- "name": "font.code.[default]",
120
- "path": ["font", "code", "[default]"],
121
- "cleanName": "font.code"
122
- }, {
123
- "attributes": {
124
- "group": "typography",
125
- "state": "experimental",
126
- "introduced": "1.14.0",
127
- "description": "TBD",
128
- "responsiveSmallerVariant": "font.heading.medium"
129
- },
130
- "value": "normal 700 24px/28px var(--ds-font-family-heading)",
131
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
132
- "isSource": true,
133
- "original": {
134
- "attributes": {
135
- "group": "typography",
136
- "state": "experimental",
137
- "introduced": "1.14.0",
138
- "description": "TBD",
139
- "responsiveSmallerVariant": "font.heading.medium"
140
- },
141
- "value": {
142
- "fontWeight": "FontWeight700",
143
- "fontSize": "FontSize24",
144
- "lineHeight": "LineHeight400",
145
- "fontFamily": "font.family.heading",
146
- "fontStyle": "normal",
147
- "letterSpacing": "LetterSpacing0"
148
- }
149
- },
150
- "name": "font.heading.large",
151
- "path": ["font", "heading", "large"],
152
- "cleanName": "font.heading.large"
153
- }, {
154
- "attributes": {
155
- "group": "typography",
156
- "state": "experimental",
157
- "introduced": "1.14.0",
158
- "description": "TBD",
159
- "responsiveSmallerVariant": "font.heading.small"
160
- },
161
- "value": "normal 700 20px/24px var(--ds-font-family-heading)",
162
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
163
- "isSource": true,
164
- "original": {
165
- "attributes": {
166
- "group": "typography",
167
- "state": "experimental",
168
- "introduced": "1.14.0",
169
- "description": "TBD",
170
- "responsiveSmallerVariant": "font.heading.small"
171
- },
172
- "value": {
173
- "fontWeight": "FontWeight700",
174
- "fontSize": "FontSize20",
175
- "lineHeight": "LineHeight300",
176
- "fontFamily": "font.family.heading",
177
- "fontStyle": "normal",
178
- "letterSpacing": "LetterSpacing0"
179
- }
180
- },
181
- "name": "font.heading.medium",
182
- "path": ["font", "heading", "medium"],
183
- "cleanName": "font.heading.medium"
184
- }, {
185
- "attributes": {
186
- "group": "typography",
187
- "state": "experimental",
188
- "introduced": "1.14.0",
189
- "description": "TBD"
190
- },
191
- "value": "normal 700 16px/20px var(--ds-font-family-heading)",
192
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
193
- "isSource": true,
194
- "original": {
195
- "attributes": {
196
- "group": "typography",
197
- "state": "experimental",
198
- "introduced": "1.14.0",
199
- "description": "TBD"
200
- },
201
- "value": {
202
- "fontWeight": "FontWeight700",
203
- "fontSize": "FontSize16",
204
- "lineHeight": "LineHeight200",
205
- "fontFamily": "font.family.heading",
206
- "fontStyle": "normal",
207
- "letterSpacing": "LetterSpacing0"
208
- }
209
- },
210
- "name": "font.heading.small",
211
- "path": ["font", "heading", "small"],
212
- "cleanName": "font.heading.small"
213
- }, {
214
- "attributes": {
215
- "group": "typography",
216
- "state": "experimental",
217
- "introduced": "1.14.0",
218
- "description": "TBD",
219
- "responsiveSmallerVariant": "font.heading.large"
220
- },
221
- "value": "normal 700 28px/32px var(--ds-font-family-heading)",
222
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
223
- "isSource": true,
224
- "original": {
225
- "attributes": {
226
- "group": "typography",
227
- "state": "experimental",
228
- "introduced": "1.14.0",
229
- "description": "TBD",
230
- "responsiveSmallerVariant": "font.heading.large"
231
- },
232
- "value": {
233
- "fontWeight": "FontWeight700",
234
- "fontSize": "FontSize28",
235
- "lineHeight": "LineHeight500",
236
- "fontFamily": "font.family.heading",
237
- "fontStyle": "normal",
238
- "letterSpacing": "LetterSpacing0"
239
- }
240
- },
241
- "name": "font.heading.xlarge",
242
- "path": ["font", "heading", "xlarge"],
243
- "cleanName": "font.heading.xlarge"
244
- }, {
245
- "attributes": {
246
- "group": "typography",
247
- "state": "experimental",
248
- "introduced": "1.14.0",
249
- "description": "TBD"
250
- },
251
- "value": "normal 700 14px/16px var(--ds-font-family-heading)",
252
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
253
- "isSource": true,
254
- "original": {
255
- "attributes": {
256
- "group": "typography",
257
- "state": "experimental",
258
- "introduced": "1.14.0",
259
- "description": "TBD"
260
- },
261
- "value": {
262
- "fontWeight": "FontWeight700",
263
- "fontSize": "FontSize14",
264
- "lineHeight": "LineHeight100",
265
- "fontFamily": "font.family.heading",
266
- "fontStyle": "normal",
267
- "letterSpacing": "LetterSpacing0"
268
- }
269
- },
270
- "name": "font.heading.xsmall",
271
- "path": ["font", "heading", "xsmall"],
272
- "cleanName": "font.heading.xsmall"
273
- }, {
274
- "attributes": {
275
- "group": "typography",
276
- "state": "experimental",
277
- "introduced": "1.14.0",
278
- "description": "TBD",
279
- "responsiveSmallerVariant": "font.heading.xlarge"
280
- },
281
- "value": "normal 700 36px/40px var(--ds-font-family-heading)",
282
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
283
- "isSource": true,
284
- "original": {
285
- "attributes": {
286
- "group": "typography",
287
- "state": "experimental",
288
- "introduced": "1.14.0",
289
- "description": "TBD",
290
- "responsiveSmallerVariant": "font.heading.xlarge"
291
- },
292
- "value": {
293
- "fontWeight": "FontWeight700",
294
- "fontSize": "FontSize36",
295
- "lineHeight": "LineHeight700",
296
- "fontFamily": "font.family.heading",
297
- "fontStyle": "normal",
298
- "letterSpacing": "LetterSpacing0"
299
- }
300
- },
301
- "name": "font.heading.xxlarge",
302
- "path": ["font", "heading", "xxlarge"],
303
- "cleanName": "font.heading.xxlarge"
304
- }, {
305
- "attributes": {
306
- "group": "typography",
307
- "state": "experimental",
308
- "introduced": "1.14.0",
309
- "description": "TBD"
310
- },
311
- "value": "normal 700 12px/16px var(--ds-font-family-heading)",
312
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
313
- "isSource": true,
314
- "original": {
315
- "attributes": {
316
- "group": "typography",
317
- "state": "experimental",
318
- "introduced": "1.14.0",
319
- "description": "TBD"
320
- },
321
- "value": {
322
- "fontWeight": "FontWeight700",
323
- "fontSize": "FontSize12",
324
- "lineHeight": "LineHeight100",
325
- "fontFamily": "font.family.heading",
326
- "fontStyle": "normal",
327
- "letterSpacing": "LetterSpacing0"
328
- }
329
- },
330
- "name": "font.heading.xxsmall",
331
- "path": ["font", "heading", "xxsmall"],
332
- "cleanName": "font.heading.xxsmall"
333
- }, {
334
- "attributes": {
335
- "group": "letterSpacing",
336
- "state": "deprecated",
337
- "introduced": "0.10.33",
338
- "description": "Helpful guidance goes here",
339
- "deprecated": "1.29.0"
340
- },
341
- "value": "0",
342
- "filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
343
- "isSource": true,
344
- "original": {
345
- "attributes": {
346
- "group": "letterSpacing",
347
- "state": "deprecated",
348
- "introduced": "0.10.33",
349
- "description": "Helpful guidance goes here",
350
- "deprecated": "1.29.0"
351
- },
352
- "value": "LetterSpacing0"
353
- },
354
- "name": "font.letterSpacing.0",
355
- "path": ["font", "letterSpacing", "0"],
356
- "cleanName": "font.letterSpacing.0"
357
- }, {
358
- "attributes": {
359
- "group": "letterSpacing",
360
- "state": "deprecated",
361
- "introduced": "0.10.33",
362
- "description": "Helpful guidance goes here",
363
- "deprecated": "1.29.0"
364
- },
365
- "value": "0",
366
- "filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
367
- "isSource": true,
368
- "original": {
369
- "attributes": {
370
- "group": "letterSpacing",
371
- "state": "deprecated",
372
- "introduced": "0.10.33",
373
- "description": "Helpful guidance goes here",
374
- "deprecated": "1.29.0"
375
- },
376
- "value": "LetterSpacing0"
377
- },
378
- "name": "font.letterSpacing.100",
379
- "path": ["font", "letterSpacing", "100"],
380
- "cleanName": "font.letterSpacing.100"
381
- }, {
382
- "attributes": {
383
- "group": "letterSpacing",
384
- "state": "deprecated",
385
- "introduced": "0.10.33",
386
- "description": "Helpful guidance goes here",
387
- "deprecated": "1.29.0"
388
- },
389
- "value": "0",
390
- "filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
391
- "isSource": true,
392
- "original": {
393
- "attributes": {
394
- "group": "letterSpacing",
395
- "state": "deprecated",
396
- "introduced": "0.10.33",
397
- "description": "Helpful guidance goes here",
398
- "deprecated": "1.29.0"
399
- },
400
- "value": "LetterSpacing0"
401
- },
402
- "name": "font.letterSpacing.200",
403
- "path": ["font", "letterSpacing", "200"],
404
- "cleanName": "font.letterSpacing.200"
405
- }, {
406
- "attributes": {
407
- "group": "letterSpacing",
408
- "state": "deprecated",
409
- "introduced": "0.10.33",
410
- "description": "Helpful guidance goes here",
411
- "deprecated": "1.29.0"
412
- },
413
- "value": "0",
414
- "filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
415
- "isSource": true,
416
- "original": {
417
- "attributes": {
418
- "group": "letterSpacing",
419
- "state": "deprecated",
420
- "introduced": "0.10.33",
421
- "description": "Helpful guidance goes here",
422
- "deprecated": "1.29.0"
423
- },
424
- "value": "LetterSpacing0"
425
- },
426
- "name": "font.letterSpacing.300",
427
- "path": ["font", "letterSpacing", "300"],
428
- "cleanName": "font.letterSpacing.300"
429
- }, {
430
- "attributes": {
431
- "group": "letterSpacing",
432
- "state": "deprecated",
433
- "introduced": "0.10.33",
434
- "description": "Helpful guidance goes here",
435
- "deprecated": "1.29.0"
436
- },
437
- "value": "0",
438
- "filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
439
- "isSource": true,
440
- "original": {
441
- "attributes": {
442
- "group": "letterSpacing",
443
- "state": "deprecated",
444
- "introduced": "0.10.33",
445
- "description": "Helpful guidance goes here",
446
- "deprecated": "1.29.0"
447
- },
448
- "value": "LetterSpacing0"
449
- },
450
- "name": "font.letterSpacing.400",
451
- "path": ["font", "letterSpacing", "400"],
452
- "cleanName": "font.letterSpacing.400"
453
- }, {
454
- "attributes": {
455
- "group": "typography",
456
- "state": "experimental",
457
- "introduced": "1.14.0",
458
- "description": "Single-line non-wrapping text like that in a button."
459
- },
460
- "value": "normal 400 14px/1 var(--ds-font-family-body)",
461
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
462
- "isSource": true,
463
- "original": {
464
- "attributes": {
465
- "group": "typography",
466
- "state": "experimental",
467
- "introduced": "1.14.0",
468
- "description": "Single-line non-wrapping text like that in a button."
469
- },
470
- "value": {
471
- "fontWeight": "FontWeight400",
472
- "fontSize": "FontSize14",
473
- "lineHeight": "LineHeight1",
474
- "fontFamily": "font.family.body",
475
- "fontStyle": "normal",
476
- "letterSpacing": "LetterSpacing0"
477
- }
478
- },
479
- "name": "font.ui.[default]",
480
- "path": ["font", "ui", "[default]"],
481
- "cleanName": "font.ui"
482
- }, {
483
- "attributes": {
484
- "group": "typography",
485
- "state": "experimental",
486
- "introduced": "1.14.0",
487
- "description": "Single-line non-wrapping supporting text like that in a smaller label."
488
- },
489
- "value": "normal 400 12px/1 var(--ds-font-family-body)",
490
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
491
- "isSource": true,
492
- "original": {
493
- "attributes": {
494
- "group": "typography",
495
- "state": "experimental",
496
- "introduced": "1.14.0",
497
- "description": "Single-line non-wrapping supporting text like that in a smaller label."
498
- },
499
- "value": {
500
- "fontWeight": "FontWeight400",
501
- "fontSize": "FontSize12",
502
- "lineHeight": "LineHeight1",
503
- "fontFamily": "font.family.body",
504
- "fontStyle": "normal",
505
- "letterSpacing": "LetterSpacing0"
506
- }
507
- },
508
- "name": "font.ui.small",
509
- "path": ["font", "ui", "small"],
510
- "cleanName": "font.ui.small"
511
- }, {
512
- "attributes": {
513
- "group": "fontFamily",
514
- "state": "deprecated",
515
- "introduced": "1.14.0",
516
- "description": "Helpful guidance goes here",
517
- "deprecated": "1.29.0"
518
- },
519
- "value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
520
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
521
- "isSource": true,
522
- "original": {
523
- "attributes": {
524
- "group": "fontFamily",
525
- "state": "deprecated",
526
- "introduced": "1.14.0",
527
- "description": "Helpful guidance goes here",
528
- "deprecated": "1.29.0"
529
- },
530
- "value": "FontFamilyWebSans"
531
- },
532
- "name": "font.family.body",
533
- "path": ["font", "family", "body"],
534
- "cleanName": "font.family.body"
535
- }, {
536
- "attributes": {
537
- "group": "fontFamily",
538
- "state": "deprecated",
539
- "introduced": "1.14.0",
540
- "description": "Helpful guidance goes here",
541
- "deprecated": "1.29.0"
542
- },
543
- "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
544
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
545
- "isSource": true,
546
- "original": {
547
- "attributes": {
548
- "group": "fontFamily",
549
- "state": "deprecated",
550
- "introduced": "1.14.0",
551
- "description": "Helpful guidance goes here",
552
- "deprecated": "1.29.0"
553
- },
554
- "value": "FontFamilyWebMono"
555
- },
556
- "name": "font.family.code",
557
- "path": ["font", "family", "code"],
558
- "cleanName": "font.family.code"
559
- }, {
560
- "attributes": {
561
- "group": "fontFamily",
562
- "state": "deprecated",
563
- "introduced": "1.14.0",
564
- "description": "Helpful guidance goes here",
565
- "deprecated": "1.29.0"
566
- },
567
- "value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
568
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
569
- "isSource": true,
570
- "original": {
571
- "attributes": {
572
- "group": "fontFamily",
573
- "state": "deprecated",
574
- "introduced": "1.14.0",
575
- "description": "Helpful guidance goes here",
576
- "deprecated": "1.29.0"
577
- },
578
- "value": "FontFamilyWebSans"
579
- },
580
- "name": "font.family.heading",
581
- "path": ["font", "family", "heading"],
582
- "cleanName": "font.family.heading"
583
- }, {
584
- "attributes": {
585
- "group": "fontFamily",
586
- "state": "deprecated",
587
- "introduced": "0.10.33",
588
- "description": "Helpful guidance goes here",
589
- "deprecated": "1.29.0"
590
- },
591
- "value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
592
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
593
- "isSource": true,
594
- "original": {
595
- "attributes": {
596
- "group": "fontFamily",
597
- "state": "deprecated",
598
- "introduced": "0.10.33",
599
- "description": "Helpful guidance goes here",
600
- "deprecated": "1.29.0"
601
- },
602
- "value": "FontFamilyWebMono"
603
- },
604
- "name": "font.family.monospace",
605
- "path": ["font", "family", "monospace"],
606
- "cleanName": "font.family.monospace"
607
- }, {
608
- "attributes": {
609
- "group": "fontFamily",
610
- "state": "deprecated",
611
- "introduced": "0.10.33",
612
- "description": "Helpful guidance goes here",
613
- "deprecated": "1.29.0"
614
- },
615
- "value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
616
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
617
- "isSource": true,
618
- "original": {
619
- "attributes": {
620
- "group": "fontFamily",
621
- "state": "deprecated",
622
- "introduced": "0.10.33",
623
- "description": "Helpful guidance goes here",
624
- "deprecated": "1.29.0"
625
- },
626
- "value": "FontFamilyWebSans"
627
- },
628
- "name": "font.family.sans",
629
- "path": ["font", "family", "sans"],
630
- "cleanName": "font.family.sans"
631
- }, {
632
- "attributes": {
633
- "group": "fontFamily",
634
- "state": "deprecated",
635
- "introduced": "1.14.0",
636
- "description": "Helpful guidance goes here",
637
- "deprecated": "1.29.0"
638
- },
639
- "value": "Charlie Sans",
640
- "filePath": "schema/themes/atlassian-typography/font-family.tsx",
641
- "isSource": true,
642
- "original": {
643
- "attributes": {
644
- "group": "fontFamily",
645
- "state": "deprecated",
646
- "introduced": "1.14.0",
647
- "description": "Helpful guidance goes here",
648
- "deprecated": "1.29.0"
649
- },
650
- "value": "FontFamilyCharlie"
651
- },
652
- "name": "font.family.brand",
653
- "path": ["font", "family", "brand"],
654
- "cleanName": "font.family.brand"
655
- }];
656
- export default tokens;