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