@atlaskit/tokens 1.31.0 → 1.33.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 (63) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css-type-schema/package.json +17 -0
  3. package/dist/cjs/artifacts/replacement-mapping.js +1 -40
  4. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  6. package/dist/cjs/artifacts/token-default-values.js +9 -9
  7. package/dist/cjs/artifacts/token-names.js +9 -9
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +203 -203
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +190 -190
  10. package/dist/cjs/entry-points/css-type-schema.codegen.js +5 -0
  11. package/dist/cjs/entry-points/palettes-raw.js +8 -1
  12. package/dist/cjs/entry-points/tokens-raw.js +7 -0
  13. package/dist/cjs/get-token-value.js +1 -1
  14. package/dist/cjs/get-token.js +1 -1
  15. package/dist/es2019/artifacts/replacement-mapping.js +1 -40
  16. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +9 -9
  17. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +11 -11
  18. package/dist/es2019/artifacts/token-default-values.js +9 -9
  19. package/dist/es2019/artifacts/token-names.js +9 -9
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +203 -203
  21. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +190 -190
  22. package/dist/es2019/entry-points/css-type-schema.codegen.js +1 -0
  23. package/dist/es2019/entry-points/palettes-raw.js +2 -1
  24. package/dist/es2019/entry-points/tokens-raw.js +2 -1
  25. package/dist/es2019/get-token-value.js +1 -1
  26. package/dist/es2019/get-token.js +1 -1
  27. package/dist/esm/artifacts/replacement-mapping.js +1 -40
  28. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  29. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  30. package/dist/esm/artifacts/token-default-values.js +9 -9
  31. package/dist/esm/artifacts/token-names.js +9 -9
  32. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +203 -203
  33. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +190 -190
  34. package/dist/esm/entry-points/css-type-schema.codegen.js +1 -0
  35. package/dist/esm/entry-points/palettes-raw.js +2 -1
  36. package/dist/esm/entry-points/tokens-raw.js +2 -1
  37. package/dist/esm/get-token-value.js +1 -1
  38. package/dist/esm/get-token.js +1 -1
  39. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  40. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  41. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  42. package/dist/types/artifacts/token-default-values.d.ts +9 -9
  43. package/dist/types/artifacts/token-names.d.ts +17 -17
  44. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +5 -5
  45. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +5 -5
  46. package/dist/types/artifacts/types-internal.d.ts +2 -2
  47. package/dist/types/artifacts/types.d.ts +2 -2
  48. package/dist/types/entry-points/css-type-schema.codegen.d.ts +145 -0
  49. package/dist/types/entry-points/palettes-raw.d.ts +1 -0
  50. package/dist/types/entry-points/tokens-raw.d.ts +2 -1
  51. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  52. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  53. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  54. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +9 -9
  55. package/dist/types-ts4.5/artifacts/token-names.d.ts +17 -17
  56. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +5 -5
  57. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +5 -5
  58. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  59. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  60. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +145 -0
  61. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +1 -0
  62. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +2 -1
  63. package/package.json +3 -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::3955d8a73e8c898ae06461a68d8b5cee>>
3
+ * @codegen <<SignedSource::193705d0fd8349d5378d72f9a1af347b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -28,330 +28,388 @@ var tokens = [{
28
28
  }, {
29
29
  "attributes": {
30
30
  "group": "typography",
31
- "state": "experimental",
31
+ "state": "active",
32
32
  "introduced": "1.14.0",
33
- "description": "The default body font."
33
+ "description": "ALPHA - Use with caution. Use for main headings.",
34
+ "responsiveSmallerVariant": "font.heading.xlarge"
34
35
  },
35
- "value": "normal 400 14px/20px var(--ds-font-family-body)",
36
+ "value": "normal 500 35px/40px var(--ds-font-family-heading)",
36
37
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
37
38
  "isSource": true,
38
39
  "original": {
39
40
  "attributes": {
40
41
  "group": "typography",
41
- "state": "experimental",
42
+ "state": "active",
42
43
  "introduced": "1.14.0",
43
- "description": "The default body font."
44
+ "description": "ALPHA - Use with caution. Use for main headings.",
45
+ "responsiveSmallerVariant": "font.heading.xlarge"
44
46
  },
45
47
  "value": {
46
- "fontWeight": "FontWeight400",
47
- "fontSize": "FontSize14",
48
- "lineHeight": "LineHeight200",
49
- "fontFamily": "font.family.body",
48
+ "fontWeight": "FontWeight500",
49
+ "fontSize": "LegacyFontSize35",
50
+ "lineHeight": "LineHeight700",
51
+ "fontFamily": "font.family.heading",
50
52
  "fontStyle": "normal",
51
- "letterSpacing": "LetterSpacing0"
53
+ "letterSpacing": "LetterSpacing400"
52
54
  }
53
55
  },
54
- "name": "font.body.[default]",
55
- "path": ["font", "body", "[default]"],
56
- "cleanName": "font.body"
56
+ "name": "font.heading.xxlarge",
57
+ "path": ["font", "heading", "xxlarge"],
58
+ "cleanName": "font.heading.xxlarge"
57
59
  }, {
58
60
  "attributes": {
59
61
  "group": "typography",
60
- "state": "experimental",
62
+ "state": "active",
61
63
  "introduced": "1.14.0",
62
- "description": "Larger body font or default body font for text rich experiences."
64
+ "description": "ALPHA - Use with caution. Use for main headings.",
65
+ "responsiveSmallerVariant": "font.heading.large"
63
66
  },
64
- "value": "normal 400 16px/24px var(--ds-font-family-body)",
67
+ "value": "normal 600 29px/32px var(--ds-font-family-heading)",
65
68
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
66
69
  "isSource": true,
67
70
  "original": {
68
71
  "attributes": {
69
72
  "group": "typography",
70
- "state": "experimental",
73
+ "state": "active",
71
74
  "introduced": "1.14.0",
72
- "description": "Larger body font or default body font for text rich experiences."
75
+ "description": "ALPHA - Use with caution. Use for main headings.",
76
+ "responsiveSmallerVariant": "font.heading.large"
73
77
  },
74
78
  "value": {
75
- "fontWeight": "FontWeight400",
76
- "fontSize": "FontSize16",
77
- "lineHeight": "LineHeight300",
78
- "fontFamily": "font.family.body",
79
+ "fontWeight": "FontWeight600",
80
+ "fontSize": "LegacyFontSize29",
81
+ "lineHeight": "LineHeight500",
82
+ "fontFamily": "font.family.heading",
79
83
  "fontStyle": "normal",
80
- "letterSpacing": "LetterSpacing0"
84
+ "letterSpacing": "LetterSpacing400"
81
85
  }
82
86
  },
83
- "name": "font.body.large",
84
- "path": ["font", "body", "large"],
85
- "cleanName": "font.body.large"
87
+ "name": "font.heading.xlarge",
88
+ "path": ["font", "heading", "xlarge"],
89
+ "cleanName": "font.heading.xlarge"
86
90
  }, {
87
91
  "attributes": {
88
92
  "group": "typography",
89
- "state": "experimental",
93
+ "state": "active",
90
94
  "introduced": "1.14.0",
91
- "description": "Smaller body font."
95
+ "description": "ALPHA - Use with caution. Use for main headings.",
96
+ "responsiveSmallerVariant": "font.heading.medium"
92
97
  },
93
- "value": "normal 400 11px/16px var(--ds-font-family-body)",
98
+ "value": "normal 500 24px/28px var(--ds-font-family-heading)",
94
99
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
95
100
  "isSource": true,
96
101
  "original": {
97
102
  "attributes": {
98
103
  "group": "typography",
99
- "state": "experimental",
104
+ "state": "active",
100
105
  "introduced": "1.14.0",
101
- "description": "Smaller body font."
106
+ "description": "ALPHA - Use with caution. Use for main headings.",
107
+ "responsiveSmallerVariant": "font.heading.medium"
102
108
  },
103
109
  "value": {
104
- "fontWeight": "FontWeight400",
105
- "fontSize": "LegacyFontSize11",
106
- "lineHeight": "LineHeight100",
107
- "fontFamily": "font.family.body",
110
+ "fontWeight": "FontWeight500",
111
+ "fontSize": "FontSize24",
112
+ "lineHeight": "LineHeight400",
113
+ "fontFamily": "font.family.heading",
108
114
  "fontStyle": "normal",
109
- "letterSpacing": "LetterSpacing0"
115
+ "letterSpacing": "LetterSpacing400"
110
116
  }
111
117
  },
112
- "name": "font.body.small",
113
- "path": ["font", "body", "small"],
114
- "cleanName": "font.body.small"
118
+ "name": "font.heading.large",
119
+ "path": ["font", "heading", "large"],
120
+ "cleanName": "font.heading.large"
115
121
  }, {
116
122
  "attributes": {
117
123
  "group": "typography",
118
- "state": "experimental",
124
+ "state": "active",
119
125
  "introduced": "1.14.0",
120
- "description": "Used for monospace and code."
126
+ "description": "ALPHA - Use with caution. Use for less important headings.",
127
+ "responsiveSmallerVariant": "font.heading.small"
121
128
  },
122
- "value": "normal 400 0.875em/1 var(--ds-font-family-code)",
129
+ "value": "normal 500 20px/24px var(--ds-font-family-heading)",
123
130
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
124
131
  "isSource": true,
125
132
  "original": {
126
133
  "attributes": {
127
134
  "group": "typography",
128
- "state": "experimental",
135
+ "state": "active",
129
136
  "introduced": "1.14.0",
130
- "description": "Used for monospace and code."
137
+ "description": "ALPHA - Use with caution. Use for less important headings.",
138
+ "responsiveSmallerVariant": "font.heading.small"
131
139
  },
132
140
  "value": {
133
- "fontWeight": "FontWeight400",
134
- "fontSize": "FontSizeCode",
135
- "lineHeight": "LineHeight1",
136
- "fontFamily": "font.family.code",
141
+ "fontWeight": "FontWeight500",
142
+ "fontSize": "FontSize20",
143
+ "lineHeight": "LineHeight300",
144
+ "fontFamily": "font.family.heading",
137
145
  "fontStyle": "normal",
138
- "letterSpacing": "LetterSpacing0"
146
+ "letterSpacing": "LetterSpacing300"
139
147
  }
140
148
  },
141
- "name": "font.code.[default]",
142
- "path": ["font", "code", "[default]"],
143
- "cleanName": "font.code"
149
+ "name": "font.heading.medium",
150
+ "path": ["font", "heading", "medium"],
151
+ "cleanName": "font.heading.medium"
144
152
  }, {
145
153
  "attributes": {
146
154
  "group": "typography",
147
- "state": "experimental",
155
+ "state": "active",
148
156
  "introduced": "1.14.0",
149
- "description": "TBD",
150
- "responsiveSmallerVariant": "font.heading.medium"
157
+ "description": "ALPHA - Use with caution. Use for less important headings."
151
158
  },
152
- "value": "normal 500 24px/28px var(--ds-font-family-heading)",
159
+ "value": "normal 600 16px/20px var(--ds-font-family-heading)",
153
160
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
154
161
  "isSource": true,
155
162
  "original": {
156
163
  "attributes": {
157
164
  "group": "typography",
158
- "state": "experimental",
165
+ "state": "active",
159
166
  "introduced": "1.14.0",
160
- "description": "TBD",
161
- "responsiveSmallerVariant": "font.heading.medium"
167
+ "description": "ALPHA - Use with caution. Use for less important headings."
162
168
  },
163
169
  "value": {
164
- "fontWeight": "FontWeight500",
165
- "fontSize": "FontSize24",
166
- "lineHeight": "LineHeight400",
170
+ "fontWeight": "FontWeight600",
171
+ "fontSize": "FontSize16",
172
+ "lineHeight": "LineHeight200",
167
173
  "fontFamily": "font.family.heading",
168
174
  "fontStyle": "normal",
169
- "letterSpacing": "LetterSpacing400"
175
+ "letterSpacing": "LetterSpacing200"
170
176
  }
171
177
  },
172
- "name": "font.heading.large",
173
- "path": ["font", "heading", "large"],
174
- "cleanName": "font.heading.large"
178
+ "name": "font.heading.small",
179
+ "path": ["font", "heading", "small"],
180
+ "cleanName": "font.heading.small"
175
181
  }, {
176
182
  "attributes": {
177
183
  "group": "typography",
178
- "state": "experimental",
184
+ "state": "active",
179
185
  "introduced": "1.14.0",
180
- "description": "TBD",
181
- "responsiveSmallerVariant": "font.heading.small"
186
+ "description": "ALPHA - Use with caution. Use for smaller headings."
182
187
  },
183
- "value": "normal 500 20px/24px var(--ds-font-family-heading)",
188
+ "value": "normal 600 14px/16px var(--ds-font-family-heading)",
184
189
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
185
190
  "isSource": true,
186
191
  "original": {
187
192
  "attributes": {
188
193
  "group": "typography",
189
- "state": "experimental",
194
+ "state": "active",
190
195
  "introduced": "1.14.0",
191
- "description": "TBD",
192
- "responsiveSmallerVariant": "font.heading.small"
196
+ "description": "ALPHA - Use with caution. Use for smaller headings."
193
197
  },
194
198
  "value": {
195
- "fontWeight": "FontWeight500",
196
- "fontSize": "FontSize20",
197
- "lineHeight": "LineHeight300",
199
+ "fontWeight": "FontWeight600",
200
+ "fontSize": "FontSize14",
201
+ "lineHeight": "LineHeight100",
198
202
  "fontFamily": "font.family.heading",
199
203
  "fontStyle": "normal",
200
- "letterSpacing": "LetterSpacing300"
204
+ "letterSpacing": "LetterSpacing100"
201
205
  }
202
206
  },
203
- "name": "font.heading.medium",
204
- "path": ["font", "heading", "medium"],
205
- "cleanName": "font.heading.medium"
207
+ "name": "font.heading.xsmall",
208
+ "path": ["font", "heading", "xsmall"],
209
+ "cleanName": "font.heading.xsmall"
206
210
  }, {
207
211
  "attributes": {
208
212
  "group": "typography",
209
- "state": "experimental",
213
+ "state": "active",
210
214
  "introduced": "1.14.0",
211
- "description": "TBD"
215
+ "description": "ALPHA - Use with caution. Smallest heading size available."
212
216
  },
213
- "value": "normal 600 16px/20px var(--ds-font-family-heading)",
217
+ "value": "normal 600 12px/16px var(--ds-font-family-heading)",
214
218
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
215
219
  "isSource": true,
216
220
  "original": {
217
221
  "attributes": {
218
222
  "group": "typography",
219
- "state": "experimental",
223
+ "state": "active",
220
224
  "introduced": "1.14.0",
221
- "description": "TBD"
225
+ "description": "ALPHA - Use with caution. Smallest heading size available."
222
226
  },
223
227
  "value": {
224
228
  "fontWeight": "FontWeight600",
225
- "fontSize": "FontSize16",
226
- "lineHeight": "LineHeight200",
229
+ "fontSize": "FontSize12",
230
+ "lineHeight": "LineHeight100",
227
231
  "fontFamily": "font.family.heading",
228
232
  "fontStyle": "normal",
229
- "letterSpacing": "LetterSpacing200"
233
+ "letterSpacing": "LetterSpacing0"
230
234
  }
231
235
  },
232
- "name": "font.heading.small",
233
- "path": ["font", "heading", "small"],
234
- "cleanName": "font.heading.small"
236
+ "name": "font.heading.xxsmall",
237
+ "path": ["font", "heading", "xxsmall"],
238
+ "cleanName": "font.heading.xxsmall"
235
239
  }, {
236
240
  "attributes": {
237
241
  "group": "typography",
238
- "state": "experimental",
242
+ "state": "active",
239
243
  "introduced": "1.14.0",
240
- "description": "TBD",
241
- "responsiveSmallerVariant": "font.heading.large"
244
+ "description": "ALPHA - Use with caution. Larger body font or default body font for text rich experiences."
242
245
  },
243
- "value": "normal 600 29px/32px var(--ds-font-family-heading)",
246
+ "value": "normal 400 16px/24px var(--ds-font-family-body)",
244
247
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
245
248
  "isSource": true,
246
249
  "original": {
247
250
  "attributes": {
248
251
  "group": "typography",
249
- "state": "experimental",
252
+ "state": "active",
250
253
  "introduced": "1.14.0",
251
- "description": "TBD",
252
- "responsiveSmallerVariant": "font.heading.large"
254
+ "description": "ALPHA - Use with caution. Larger body font or default body font for text rich experiences."
253
255
  },
254
256
  "value": {
255
- "fontWeight": "FontWeight600",
256
- "fontSize": "LegacyFontSize29",
257
- "lineHeight": "LineHeight500",
258
- "fontFamily": "font.family.heading",
257
+ "fontWeight": "FontWeight400",
258
+ "fontSize": "FontSize16",
259
+ "lineHeight": "LineHeight300",
260
+ "fontFamily": "font.family.body",
259
261
  "fontStyle": "normal",
260
- "letterSpacing": "LetterSpacing400"
262
+ "letterSpacing": "LetterSpacing0"
261
263
  }
262
264
  },
263
- "name": "font.heading.xlarge",
264
- "path": ["font", "heading", "xlarge"],
265
- "cleanName": "font.heading.xlarge"
265
+ "name": "font.body.large",
266
+ "path": ["font", "body", "large"],
267
+ "cleanName": "font.body.large"
266
268
  }, {
267
269
  "attributes": {
268
270
  "group": "typography",
269
- "state": "experimental",
271
+ "state": "active",
270
272
  "introduced": "1.14.0",
271
- "description": "TBD"
273
+ "description": "ALPHA - Use with caution. The default body font."
272
274
  },
273
- "value": "normal 600 14px/16px var(--ds-font-family-heading)",
275
+ "value": "normal 400 14px/20px var(--ds-font-family-body)",
274
276
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
275
277
  "isSource": true,
276
278
  "original": {
277
279
  "attributes": {
278
280
  "group": "typography",
279
- "state": "experimental",
281
+ "state": "active",
280
282
  "introduced": "1.14.0",
281
- "description": "TBD"
283
+ "description": "ALPHA - Use with caution. The default body font."
282
284
  },
283
285
  "value": {
284
- "fontWeight": "FontWeight600",
286
+ "fontWeight": "FontWeight400",
285
287
  "fontSize": "FontSize14",
288
+ "lineHeight": "LineHeight200",
289
+ "fontFamily": "font.family.body",
290
+ "fontStyle": "normal",
291
+ "letterSpacing": "LetterSpacing0"
292
+ }
293
+ },
294
+ "name": "font.body.[default]",
295
+ "path": ["font", "body", "[default]"],
296
+ "cleanName": "font.body"
297
+ }, {
298
+ "attributes": {
299
+ "group": "typography",
300
+ "state": "active",
301
+ "introduced": "1.14.0",
302
+ "description": "ALPHA - Use with caution. Smaller body font."
303
+ },
304
+ "value": "normal 400 11px/16px var(--ds-font-family-body)",
305
+ "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
306
+ "isSource": true,
307
+ "original": {
308
+ "attributes": {
309
+ "group": "typography",
310
+ "state": "active",
311
+ "introduced": "1.14.0",
312
+ "description": "ALPHA - Use with caution. Smaller body font."
313
+ },
314
+ "value": {
315
+ "fontWeight": "FontWeight400",
316
+ "fontSize": "LegacyFontSize11",
286
317
  "lineHeight": "LineHeight100",
287
- "fontFamily": "font.family.heading",
318
+ "fontFamily": "font.family.body",
288
319
  "fontStyle": "normal",
289
- "letterSpacing": "LetterSpacing100"
320
+ "letterSpacing": "LetterSpacing0"
290
321
  }
291
322
  },
292
- "name": "font.heading.xsmall",
293
- "path": ["font", "heading", "xsmall"],
294
- "cleanName": "font.heading.xsmall"
323
+ "name": "font.body.small",
324
+ "path": ["font", "body", "small"],
325
+ "cleanName": "font.body.small"
295
326
  }, {
296
327
  "attributes": {
297
328
  "group": "typography",
298
- "state": "experimental",
329
+ "state": "active",
299
330
  "introduced": "1.14.0",
300
- "description": "TBD",
301
- "responsiveSmallerVariant": "font.heading.xlarge"
331
+ "description": "ALPHA - Use with caution. Single-line non-wrapping text like that in a button."
302
332
  },
303
- "value": "normal 500 35px/40px var(--ds-font-family-heading)",
333
+ "value": "normal 400 14px/1 var(--ds-font-family-body)",
304
334
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
305
335
  "isSource": true,
306
336
  "original": {
307
337
  "attributes": {
308
338
  "group": "typography",
309
- "state": "experimental",
339
+ "state": "active",
310
340
  "introduced": "1.14.0",
311
- "description": "TBD",
312
- "responsiveSmallerVariant": "font.heading.xlarge"
341
+ "description": "ALPHA - Use with caution. Single-line non-wrapping text like that in a button."
313
342
  },
314
343
  "value": {
315
- "fontWeight": "FontWeight500",
316
- "fontSize": "LegacyFontSize35",
317
- "lineHeight": "LineHeight700",
318
- "fontFamily": "font.family.heading",
344
+ "fontWeight": "FontWeight400",
345
+ "fontSize": "FontSize14",
346
+ "lineHeight": "LineHeight1",
347
+ "fontFamily": "font.family.body",
319
348
  "fontStyle": "normal",
320
- "letterSpacing": "LetterSpacing400"
349
+ "letterSpacing": "LetterSpacing0"
321
350
  }
322
351
  },
323
- "name": "font.heading.xxlarge",
324
- "path": ["font", "heading", "xxlarge"],
325
- "cleanName": "font.heading.xxlarge"
352
+ "name": "font.ui.[default]",
353
+ "path": ["font", "ui", "[default]"],
354
+ "cleanName": "font.ui"
326
355
  }, {
327
356
  "attributes": {
328
357
  "group": "typography",
329
- "state": "experimental",
358
+ "state": "active",
330
359
  "introduced": "1.14.0",
331
- "description": "TBD"
360
+ "description": "ALPHA - Use with caution. Single-line non-wrapping supporting text like that in a smaller label."
332
361
  },
333
- "value": "normal 600 12px/16px var(--ds-font-family-heading)",
362
+ "value": "normal 400 11px/1 var(--ds-font-family-body)",
334
363
  "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
335
364
  "isSource": true,
336
365
  "original": {
337
366
  "attributes": {
338
367
  "group": "typography",
339
- "state": "experimental",
368
+ "state": "active",
340
369
  "introduced": "1.14.0",
341
- "description": "TBD"
370
+ "description": "ALPHA - Use with caution. Single-line non-wrapping supporting text like that in a smaller label."
342
371
  },
343
372
  "value": {
344
- "fontWeight": "FontWeight600",
345
- "fontSize": "FontSize12",
346
- "lineHeight": "LineHeight100",
347
- "fontFamily": "font.family.heading",
373
+ "fontWeight": "FontWeight400",
374
+ "fontSize": "LegacyFontSize11",
375
+ "lineHeight": "LineHeight1",
376
+ "fontFamily": "font.family.body",
348
377
  "fontStyle": "normal",
349
378
  "letterSpacing": "LetterSpacing0"
350
379
  }
351
380
  },
352
- "name": "font.heading.xxsmall",
353
- "path": ["font", "heading", "xxsmall"],
354
- "cleanName": "font.heading.xxsmall"
381
+ "name": "font.ui.small",
382
+ "path": ["font", "ui", "small"],
383
+ "cleanName": "font.ui.small"
384
+ }, {
385
+ "attributes": {
386
+ "group": "typography",
387
+ "state": "active",
388
+ "introduced": "1.14.0",
389
+ "description": "ALPHA - Use with caution. Used for monospace and code."
390
+ },
391
+ "value": "normal 400 0.875em/1 var(--ds-font-family-code)",
392
+ "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
393
+ "isSource": true,
394
+ "original": {
395
+ "attributes": {
396
+ "group": "typography",
397
+ "state": "active",
398
+ "introduced": "1.14.0",
399
+ "description": "ALPHA - Use with caution. Used for monospace and code."
400
+ },
401
+ "value": {
402
+ "fontWeight": "FontWeight400",
403
+ "fontSize": "FontSizeCode",
404
+ "lineHeight": "LineHeight1",
405
+ "fontFamily": "font.family.code",
406
+ "fontStyle": "normal",
407
+ "letterSpacing": "LetterSpacing0"
408
+ }
409
+ },
410
+ "name": "font.code.[default]",
411
+ "path": ["font", "code", "[default]"],
412
+ "cleanName": "font.code"
355
413
  }, {
356
414
  "attributes": {
357
415
  "group": "letterSpacing",
@@ -472,64 +530,6 @@ var tokens = [{
472
530
  "name": "font.letterSpacing.400",
473
531
  "path": ["font", "letterSpacing", "400"],
474
532
  "cleanName": "font.letterSpacing.400"
475
- }, {
476
- "attributes": {
477
- "group": "typography",
478
- "state": "experimental",
479
- "introduced": "1.14.0",
480
- "description": "Single-line non-wrapping text like that in a button."
481
- },
482
- "value": "normal 400 14px/1 var(--ds-font-family-body)",
483
- "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
484
- "isSource": true,
485
- "original": {
486
- "attributes": {
487
- "group": "typography",
488
- "state": "experimental",
489
- "introduced": "1.14.0",
490
- "description": "Single-line non-wrapping text like that in a button."
491
- },
492
- "value": {
493
- "fontWeight": "FontWeight400",
494
- "fontSize": "FontSize14",
495
- "lineHeight": "LineHeight1",
496
- "fontFamily": "font.family.body",
497
- "fontStyle": "normal",
498
- "letterSpacing": "LetterSpacing0"
499
- }
500
- },
501
- "name": "font.ui.[default]",
502
- "path": ["font", "ui", "[default]"],
503
- "cleanName": "font.ui"
504
- }, {
505
- "attributes": {
506
- "group": "typography",
507
- "state": "experimental",
508
- "introduced": "1.14.0",
509
- "description": "Single-line non-wrapping supporting text like that in a smaller label."
510
- },
511
- "value": "normal 400 11px/1 var(--ds-font-family-body)",
512
- "filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
513
- "isSource": true,
514
- "original": {
515
- "attributes": {
516
- "group": "typography",
517
- "state": "experimental",
518
- "introduced": "1.14.0",
519
- "description": "Single-line non-wrapping supporting text like that in a smaller label."
520
- },
521
- "value": {
522
- "fontWeight": "FontWeight400",
523
- "fontSize": "LegacyFontSize11",
524
- "lineHeight": "LineHeight1",
525
- "fontFamily": "font.family.body",
526
- "fontStyle": "normal",
527
- "letterSpacing": "LetterSpacing0"
528
- }
529
- },
530
- "name": "font.ui.small",
531
- "path": ["font", "ui", "small"],
532
- "cleanName": "font.ui.small"
533
533
  }, {
534
534
  "attributes": {
535
535
  "group": "fontFamily",