@atlaskit/tokens 1.21.1 → 1.22.1

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 (98) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  5. package/dist/cjs/artifacts/token-default-values.js +17 -15
  6. package/dist/cjs/artifacts/token-names.js +4 -2
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +64 -42
  10. package/dist/cjs/get-theme-html-attrs.js +3 -5
  11. package/dist/cjs/get-token-value.js +1 -1
  12. package/dist/cjs/get-token.js +1 -1
  13. package/dist/cjs/theme-config.js +1 -1
  14. package/dist/cjs/tokens/atlassian-typography/font-family.js +4 -1
  15. package/dist/cjs/tokens/atlassian-typography/theme.js +13 -13
  16. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +4 -1
  17. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +25 -14
  18. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +4 -1
  19. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +25 -14
  20. package/dist/cjs/tokens/default/typography/font-family.js +9 -1
  21. package/dist/cjs/tokens/default/utility/utility.js +8 -0
  22. package/dist/cjs/utils/get-theme-preferences.js +0 -5
  23. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +17 -15
  24. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +17 -15
  25. package/dist/es2019/artifacts/themes/atlassian-typography.js +16 -15
  26. package/dist/es2019/artifacts/token-default-values.js +17 -15
  27. package/dist/es2019/artifacts/token-names.js +4 -2
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +64 -42
  31. package/dist/es2019/get-theme-html-attrs.js +3 -5
  32. package/dist/es2019/get-token-value.js +1 -1
  33. package/dist/es2019/get-token.js +1 -1
  34. package/dist/es2019/theme-config.js +1 -1
  35. package/dist/es2019/tokens/atlassian-typography/font-family.js +4 -1
  36. package/dist/es2019/tokens/atlassian-typography/theme.js +13 -13
  37. package/dist/es2019/tokens/atlassian-typography-adg3/font-family.js +4 -1
  38. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +25 -14
  39. package/dist/es2019/tokens/atlassian-typography-minor3/font-family.js +4 -1
  40. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +25 -14
  41. package/dist/es2019/tokens/default/typography/font-family.js +9 -1
  42. package/dist/es2019/tokens/default/utility/utility.js +8 -0
  43. package/dist/es2019/utils/get-theme-preferences.js +0 -5
  44. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  45. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  47. package/dist/esm/artifacts/token-default-values.js +17 -15
  48. package/dist/esm/artifacts/token-names.js +4 -2
  49. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +86 -42
  50. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +86 -42
  51. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +64 -42
  52. package/dist/esm/get-theme-html-attrs.js +3 -5
  53. package/dist/esm/get-token-value.js +1 -1
  54. package/dist/esm/get-token.js +1 -1
  55. package/dist/esm/theme-config.js +1 -1
  56. package/dist/esm/tokens/atlassian-typography/font-family.js +4 -1
  57. package/dist/esm/tokens/atlassian-typography/theme.js +13 -13
  58. package/dist/esm/tokens/atlassian-typography-adg3/font-family.js +4 -1
  59. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +25 -14
  60. package/dist/esm/tokens/atlassian-typography-minor3/font-family.js +4 -1
  61. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +25 -14
  62. package/dist/esm/tokens/default/typography/font-family.js +9 -1
  63. package/dist/esm/tokens/default/utility/utility.js +8 -0
  64. package/dist/esm/utils/get-theme-preferences.js +0 -5
  65. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  67. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  68. package/dist/types/artifacts/token-default-values.d.ts +17 -15
  69. package/dist/types/artifacts/token-names.d.ts +7 -3
  70. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
  71. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
  72. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  73. package/dist/types/artifacts/types-internal.d.ts +2 -2
  74. package/dist/types/artifacts/types.d.ts +2 -2
  75. package/dist/types/theme-config.d.ts +1 -1
  76. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +145 -10
  77. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
  78. package/dist/types/types.d.ts +16 -2
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  80. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  82. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +17 -15
  83. package/dist/types-ts4.5/artifacts/token-names.d.ts +7 -3
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +10 -10
  85. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +10 -10
  86. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  87. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  89. package/dist/types-ts4.5/theme-config.d.ts +1 -1
  90. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +145 -10
  91. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +145 -10
  92. package/dist/types-ts4.5/types.d.ts +16 -2
  93. package/figma/atlassian-typography-adg3.json +15 -6
  94. package/figma/atlassian-typography-minor3.json +15 -6
  95. package/figma/atlassian-typography.json +15 -6
  96. package/package.json +1 -1
  97. package/report.api.md +42 -4
  98. package/tmp/api-report-tmp.d.ts +35 -6
@@ -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::56d6ec09c58b78a37bdca311bfaa73ea>>
3
+ * @codegen <<SignedSource::ea0accce09567f9c3a6ee559e04e4e33>>
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-adg3/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 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
35
+ "value": "normal 400 14px/20px var(--ds-font-family-body)",
14
36
  "filePath": "src/tokens/atlassian-typography-adg3/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": "FontFamilyWebSans",
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 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
64
+ "value": "normal 400 16px/24px var(--ds-font-family-body)",
43
65
  "filePath": "src/tokens/atlassian-typography-adg3/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": "FontFamilyWebSans",
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 11px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
93
+ "value": "normal 400 11px/20px var(--ds-font-family-body)",
72
94
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
73
95
  "isSource": true,
74
96
  "original": {
@@ -82,7 +104,7 @@ var tokens = [{
82
104
  "fontWeight": "FontWeight400",
83
105
  "fontSize": "LegacyFontSize11",
84
106
  "lineHeight": "LineHeight200",
85
- "fontFamily": "FontFamilyWebSans",
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 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
122
+ "value": "normal 400 0.875em/1 var(--ds-font-family-code)",
101
123
  "filePath": "src/tokens/atlassian-typography-adg3/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": "FontFamilyWebMono",
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 500 24px/28px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
151
+ "value": "normal 500 24px/28px var(--ds-font-family-heading)",
130
152
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
131
153
  "isSource": true,
132
154
  "original": {
@@ -140,7 +162,7 @@ var tokens = [{
140
162
  "fontWeight": "FontWeight500",
141
163
  "fontSize": "FontSize24",
142
164
  "lineHeight": "LineHeight400",
143
- "fontFamily": "FontFamilyWebSans",
165
+ "fontFamily": "font.family.heading",
144
166
  "fontStyle": "normal",
145
167
  "letterSpacing": "LetterSpacing400"
146
168
  }
@@ -155,7 +177,7 @@ var tokens = [{
155
177
  "introduced": "1.14.0",
156
178
  "description": "TBD"
157
179
  },
158
- "value": "normal 500 20px/24px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
180
+ "value": "normal 500 20px/24px var(--ds-font-family-heading)",
159
181
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
160
182
  "isSource": true,
161
183
  "original": {
@@ -169,7 +191,7 @@ var tokens = [{
169
191
  "fontWeight": "FontWeight500",
170
192
  "fontSize": "FontSize20",
171
193
  "lineHeight": "LineHeight300",
172
- "fontFamily": "FontFamilyWebSans",
194
+ "fontFamily": "font.family.heading",
173
195
  "fontStyle": "normal",
174
196
  "letterSpacing": "LetterSpacing300"
175
197
  }
@@ -184,7 +206,7 @@ var tokens = [{
184
206
  "introduced": "1.14.0",
185
207
  "description": "TBD"
186
208
  },
187
- "value": "normal 600 16px/20px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
209
+ "value": "normal 600 16px/20px var(--ds-font-family-heading)",
188
210
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
189
211
  "isSource": true,
190
212
  "original": {
@@ -198,7 +220,7 @@ var tokens = [{
198
220
  "fontWeight": "FontWeight600",
199
221
  "fontSize": "FontSize16",
200
222
  "lineHeight": "LineHeight200",
201
- "fontFamily": "FontFamilyWebSans",
223
+ "fontFamily": "font.family.heading",
202
224
  "fontStyle": "normal",
203
225
  "letterSpacing": "LetterSpacing200"
204
226
  }
@@ -213,7 +235,7 @@ var tokens = [{
213
235
  "introduced": "1.14.0",
214
236
  "description": "TBD"
215
237
  },
216
- "value": "normal 600 29px/32px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
238
+ "value": "normal 600 29px/32px var(--ds-font-family-heading)",
217
239
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
218
240
  "isSource": true,
219
241
  "original": {
@@ -227,7 +249,7 @@ var tokens = [{
227
249
  "fontWeight": "FontWeight600",
228
250
  "fontSize": "LegacyFontSize29",
229
251
  "lineHeight": "LineHeight500",
230
- "fontFamily": "FontFamilyWebSans",
252
+ "fontFamily": "font.family.heading",
231
253
  "fontStyle": "normal",
232
254
  "letterSpacing": "LetterSpacing400"
233
255
  }
@@ -242,7 +264,7 @@ var tokens = [{
242
264
  "introduced": "1.14.0",
243
265
  "description": "TBD"
244
266
  },
245
- "value": "normal 600 14px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
267
+ "value": "normal 600 14px/16px var(--ds-font-family-heading)",
246
268
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
247
269
  "isSource": true,
248
270
  "original": {
@@ -256,7 +278,7 @@ var tokens = [{
256
278
  "fontWeight": "FontWeight600",
257
279
  "fontSize": "FontSize14",
258
280
  "lineHeight": "LineHeight100",
259
- "fontFamily": "FontFamilyWebSans",
281
+ "fontFamily": "font.family.heading",
260
282
  "fontStyle": "normal",
261
283
  "letterSpacing": "LetterSpacing100"
262
284
  }
@@ -271,7 +293,7 @@ var tokens = [{
271
293
  "introduced": "1.14.0",
272
294
  "description": "TBD"
273
295
  },
274
- "value": "normal 500 35px/40px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
296
+ "value": "normal 500 35px/40px var(--ds-font-family-heading)",
275
297
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
276
298
  "isSource": true,
277
299
  "original": {
@@ -285,7 +307,7 @@ var tokens = [{
285
307
  "fontWeight": "FontWeight500",
286
308
  "fontSize": "LegacyFontSize35",
287
309
  "lineHeight": "LineHeight700",
288
- "fontFamily": "FontFamilyWebSans",
310
+ "fontFamily": "font.family.heading",
289
311
  "fontStyle": "normal",
290
312
  "letterSpacing": "LetterSpacing400"
291
313
  }
@@ -300,7 +322,7 @@ var tokens = [{
300
322
  "introduced": "1.14.0",
301
323
  "description": "TBD"
302
324
  },
303
- "value": "normal 600 12px/16px ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
325
+ "value": "normal 600 12px/16px var(--ds-font-family-heading)",
304
326
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
305
327
  "isSource": true,
306
328
  "original": {
@@ -314,7 +336,7 @@ var tokens = [{
314
336
  "fontWeight": "FontWeight600",
315
337
  "fontSize": "FontSize12",
316
338
  "lineHeight": "LineHeight100",
317
- "fontFamily": "FontFamilyWebSans",
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 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
464
+ "value": "normal 400 14px/1 var(--ds-font-family-body)",
443
465
  "filePath": "src/tokens/atlassian-typography-adg3/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": "FontFamilyWebSans",
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 11px/1 ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
493
+ "value": "normal 400 11px/1 var(--ds-font-family-body)",
472
494
  "filePath": "src/tokens/atlassian-typography-adg3/theme.tsx",
473
495
  "isSource": true,
474
496
  "original": {
@@ -482,7 +504,7 @@ var tokens = [{
482
504
  "fontWeight": "FontWeight400",
483
505
  "fontSize": "LegacyFontSize11",
484
506
  "lineHeight": "LineHeight1",
485
- "fontFamily": "FontFamilyWebSans",
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-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
522
+ "value": "ui-sans-serif, \"Segoe UI\", system-ui, Ubuntu, \"Helvetica Neue\", sans-serif",
501
523
  "filePath": "src/tokens/atlassian-typography-adg3/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": "FontFamilyWebMono"
532
+ "value": "FontFamilyWebSans"
511
533
  },
512
- "name": "font.family.code",
513
- "path": ["font", "family", "code"],
514
- "cleanName": "font.family.code"
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": "active",
519
- "introduced": "0.10.33",
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": "active",
529
- "introduced": "0.10.33",
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.monospace",
535
- "path": ["font", "family", "monospace"],
536
- "cleanName": "font.family.monospace"
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.product",
557
- "path": ["font", "family", "product"],
558
- "cleanName": "font.family.product"
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-adg3/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",