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