@aurodesignsystem/design-tokens 5.0.6 → 5.1.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.
- package/CHANGELOG.md +8 -0
- package/README.md +187 -75
- package/dist/CSSCustomProperties--bundled.css +61 -49
- package/dist/alaska/CSSCustomProperties--alaska.css +38 -32
- package/dist/alaska/JSObject--allTokens.js +364 -182
- package/dist/alaska/SCSSVariables--alaska.scss +38 -32
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +38 -32
- package/dist/alaska/primitives--alaska.scss +37 -37
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +72 -0
- package/dist/alaska-classic/JSObject--allTokens.js +2306 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +69 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +73 -0
- package/dist/alaska-classic/primitives--alaskaClassic.scss +215 -0
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +24 -18
- package/dist/hawaiian/JSObject--allTokens.js +336 -154
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +24 -18
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +24 -18
- package/dist/hawaiian/primitives--hawaiian.scss +6 -6
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/color.json +84 -84
- package/src/primitives/alaska-classic/color.json +796 -0
- package/src/primitives/alaska-classic/typography.json +27 -0
- package/src/primitives/base/color.json +3 -3
- package/src/themes/alaska/color.json +112 -62
- package/src/themes/alaska-classic/color.json +444 -0
- package/src/themes/alaska-classic/typography.json +132 -0
- package/src/themes/hawaiian/color.json +97 -47
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
{
|
|
2
|
+
"color": {
|
|
3
|
+
"border": {
|
|
4
|
+
"bold": {
|
|
5
|
+
"value": "{color.neutral.800.value}",
|
|
6
|
+
"type": "semantic",
|
|
7
|
+
"public": true,
|
|
8
|
+
"default": true,
|
|
9
|
+
"usage": "Bold border color",
|
|
10
|
+
"deprecated": false
|
|
11
|
+
},
|
|
12
|
+
"brand": {
|
|
13
|
+
"value": "{color.brand.secondary.value}",
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"public": true,
|
|
16
|
+
"default": true,
|
|
17
|
+
"usage": "Brand border color",
|
|
18
|
+
"deprecated": false
|
|
19
|
+
},
|
|
20
|
+
"default": {
|
|
21
|
+
"value": "{color.gray.500.value}",
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"public": true,
|
|
24
|
+
"default": true,
|
|
25
|
+
"usage": "Default border color",
|
|
26
|
+
"deprecated": false
|
|
27
|
+
},
|
|
28
|
+
"divider": {
|
|
29
|
+
"value": "{transparency.black.15.value}",
|
|
30
|
+
"type": "semantic",
|
|
31
|
+
"public": true,
|
|
32
|
+
"default": true,
|
|
33
|
+
"usage": "Divider border color",
|
|
34
|
+
"deprecated": false
|
|
35
|
+
},
|
|
36
|
+
"dividerInverse": {
|
|
37
|
+
"value": "{transparency.white.40.value}",
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"public": true,
|
|
40
|
+
"default": true,
|
|
41
|
+
"usage": "Inverse divider border color",
|
|
42
|
+
"deprecated": false
|
|
43
|
+
},
|
|
44
|
+
"inverse": {
|
|
45
|
+
"value": "{color.white.value}",
|
|
46
|
+
"type": "semantic",
|
|
47
|
+
"public": true,
|
|
48
|
+
"default": true,
|
|
49
|
+
"usage": "Inverse border color",
|
|
50
|
+
"deprecated": false
|
|
51
|
+
},
|
|
52
|
+
"subtle": {
|
|
53
|
+
"value": "{color.gray.200.value}",
|
|
54
|
+
"type": "semantic",
|
|
55
|
+
"public": true,
|
|
56
|
+
"default": true,
|
|
57
|
+
"usage": "Subtle border color",
|
|
58
|
+
"deprecated": false
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"brand": {
|
|
62
|
+
"primary": {
|
|
63
|
+
"value": "{color.atlas.500.value}",
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"public": true,
|
|
66
|
+
"default": true,
|
|
67
|
+
"usage": "Primary brand color",
|
|
68
|
+
"deprecated": false
|
|
69
|
+
},
|
|
70
|
+
"primaryBold": {
|
|
71
|
+
"value": "{color.atlas.800.value}",
|
|
72
|
+
"type": "semantic",
|
|
73
|
+
"public": true,
|
|
74
|
+
"default": true,
|
|
75
|
+
"usage": "Bold primary brand color",
|
|
76
|
+
"deprecated": false
|
|
77
|
+
},
|
|
78
|
+
"primaryMuted": {
|
|
79
|
+
"value": "{color.atlas.100.value}",
|
|
80
|
+
"type": "semantic",
|
|
81
|
+
"public": true,
|
|
82
|
+
"default": true,
|
|
83
|
+
"usage": "Muted primary brand color",
|
|
84
|
+
"deprecated": false
|
|
85
|
+
},
|
|
86
|
+
"primarySubtle": {
|
|
87
|
+
"value": "{color.atlas.400.value}",
|
|
88
|
+
"type": "semantic",
|
|
89
|
+
"public": true,
|
|
90
|
+
"default": true,
|
|
91
|
+
"usage": "Subtle primary brand color",
|
|
92
|
+
"deprecated": false
|
|
93
|
+
},
|
|
94
|
+
"secondary": {
|
|
95
|
+
"value": "{color.midnight.900.value}",
|
|
96
|
+
"type": "semantic",
|
|
97
|
+
"public": true,
|
|
98
|
+
"default": true,
|
|
99
|
+
"usage": "Secondary brand color",
|
|
100
|
+
"deprecated": false
|
|
101
|
+
},
|
|
102
|
+
"secondaryBold": {
|
|
103
|
+
"value": "{color.midnight.1000.value}",
|
|
104
|
+
"type": "semantic",
|
|
105
|
+
"public": true,
|
|
106
|
+
"default": true,
|
|
107
|
+
"usage": "Bold secondary brand color",
|
|
108
|
+
"deprecated": false
|
|
109
|
+
},
|
|
110
|
+
"secondaryMuted": {
|
|
111
|
+
"value": "{color.midnight.100.value}",
|
|
112
|
+
"type": "semantic",
|
|
113
|
+
"public": true,
|
|
114
|
+
"default": true,
|
|
115
|
+
"usage": "Muted secondary brand color",
|
|
116
|
+
"deprecated": false
|
|
117
|
+
},
|
|
118
|
+
"secondarySubtle": {
|
|
119
|
+
"value": "{color.midnight.600.value}",
|
|
120
|
+
"type": "semantic",
|
|
121
|
+
"public": true,
|
|
122
|
+
"default": true,
|
|
123
|
+
"usage": "Subtle secondary brand color",
|
|
124
|
+
"deprecated": false
|
|
125
|
+
},
|
|
126
|
+
"tertiary": {
|
|
127
|
+
"value": "{color.bliss.500.value}",
|
|
128
|
+
"type": "semantic",
|
|
129
|
+
"public": true,
|
|
130
|
+
"default": true,
|
|
131
|
+
"usage": "Tertiary brand color",
|
|
132
|
+
"deprecated": false
|
|
133
|
+
},
|
|
134
|
+
"tertiaryBold": {
|
|
135
|
+
"value": "{color.bliss.700.value}",
|
|
136
|
+
"type": "semantic",
|
|
137
|
+
"public": true,
|
|
138
|
+
"default": true,
|
|
139
|
+
"usage": "Bold tertiary brand color",
|
|
140
|
+
"deprecated": false
|
|
141
|
+
},
|
|
142
|
+
"tertiaryMuted": {
|
|
143
|
+
"value": "{color.bliss.100.value}",
|
|
144
|
+
"type": "semantic",
|
|
145
|
+
"public": true,
|
|
146
|
+
"default": true,
|
|
147
|
+
"usage": "Muted tertiary brand color",
|
|
148
|
+
"deprecated": false
|
|
149
|
+
},
|
|
150
|
+
"tertiarySubtle": {
|
|
151
|
+
"value": "{color.bliss.300.value}",
|
|
152
|
+
"type": "semantic",
|
|
153
|
+
"public": true,
|
|
154
|
+
"default": true,
|
|
155
|
+
"usage": "Subtle tertiary brand color",
|
|
156
|
+
"deprecated": false
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"farebrand": {
|
|
160
|
+
"basiceconomy": {
|
|
161
|
+
"value": "{color.bliss.400.value}",
|
|
162
|
+
"type": "semantic",
|
|
163
|
+
"public": true,
|
|
164
|
+
"default": true,
|
|
165
|
+
"usage": "Basic fare brand color",
|
|
166
|
+
"deprecated": false
|
|
167
|
+
},
|
|
168
|
+
"businessFirst": {
|
|
169
|
+
"value": "{color.midnight.1000.value}",
|
|
170
|
+
"type": "semantic",
|
|
171
|
+
"public": true,
|
|
172
|
+
"default": true,
|
|
173
|
+
"usage": "First class fare brand color",
|
|
174
|
+
"deprecated": false
|
|
175
|
+
},
|
|
176
|
+
"economy": {
|
|
177
|
+
"value": "{color.brand.primary.value}",
|
|
178
|
+
"type": "semantic",
|
|
179
|
+
"public": true,
|
|
180
|
+
"default": true,
|
|
181
|
+
"usage": "Economy fare brand color",
|
|
182
|
+
"deprecated": false
|
|
183
|
+
},
|
|
184
|
+
"premiumeconomy": {
|
|
185
|
+
"value": "{color.summit.900.value}",
|
|
186
|
+
"type": "semantic",
|
|
187
|
+
"public": true,
|
|
188
|
+
"default": true,
|
|
189
|
+
"usage": "Premium fare brand color",
|
|
190
|
+
"deprecated": false
|
|
191
|
+
},
|
|
192
|
+
"oneworld": {
|
|
193
|
+
"emerald": {
|
|
194
|
+
"value": "{color.oneworld.emerald.value}",
|
|
195
|
+
"type": "semantic",
|
|
196
|
+
"public": true,
|
|
197
|
+
"default": true,
|
|
198
|
+
"usage": "OneWorld Emerald brand color",
|
|
199
|
+
"deprecated": false
|
|
200
|
+
},
|
|
201
|
+
"sapphire": {
|
|
202
|
+
"value": "{color.oneworld.sapphire.value}",
|
|
203
|
+
"type": "semantic",
|
|
204
|
+
"public": true,
|
|
205
|
+
"default": true,
|
|
206
|
+
"usage": "OneWorld Sapphire brand color",
|
|
207
|
+
"deprecated": false
|
|
208
|
+
},
|
|
209
|
+
"ruby": {
|
|
210
|
+
"value": "{color.oneworld.ruby.value}",
|
|
211
|
+
"type": "semantic",
|
|
212
|
+
"public": true,
|
|
213
|
+
"default": true,
|
|
214
|
+
"usage": "OneWorld Ruby brand color",
|
|
215
|
+
"deprecated": false
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"pagebackground": {
|
|
220
|
+
"default": {
|
|
221
|
+
"value": "{color.white.value}",
|
|
222
|
+
"type": "semantic",
|
|
223
|
+
"public": true,
|
|
224
|
+
"default": true,
|
|
225
|
+
"usage": "Default page background color",
|
|
226
|
+
"deprecated": false
|
|
227
|
+
},
|
|
228
|
+
"utility": {
|
|
229
|
+
"value": "{color.neutral.100.value}",
|
|
230
|
+
"type": "semantic",
|
|
231
|
+
"public": true,
|
|
232
|
+
"default": true,
|
|
233
|
+
"usage": "Utility page background color",
|
|
234
|
+
"deprecated": false
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"status": {
|
|
238
|
+
"default": {
|
|
239
|
+
"value": "{color.neutral.400.value}",
|
|
240
|
+
"type": "semantic",
|
|
241
|
+
"public": true,
|
|
242
|
+
"default": true,
|
|
243
|
+
"usage": "Default status color",
|
|
244
|
+
"deprecated": false
|
|
245
|
+
},
|
|
246
|
+
"error": {
|
|
247
|
+
"value": "{color.status.error.600.value}",
|
|
248
|
+
"type": "semantic",
|
|
249
|
+
"public": true,
|
|
250
|
+
"default": true,
|
|
251
|
+
"usage": "Error status color",
|
|
252
|
+
"deprecated": false
|
|
253
|
+
},
|
|
254
|
+
"errorSubtle": {
|
|
255
|
+
"value": "{color.status.error.100.value}",
|
|
256
|
+
"type": "semantic",
|
|
257
|
+
"public": true,
|
|
258
|
+
"default": true,
|
|
259
|
+
"usage": "Subtle error status color",
|
|
260
|
+
"deprecated": false
|
|
261
|
+
},
|
|
262
|
+
"info": {
|
|
263
|
+
"value": "{color.status.help.600.value}",
|
|
264
|
+
"type": "semantic",
|
|
265
|
+
"public": true,
|
|
266
|
+
"default": true,
|
|
267
|
+
"usage": "Info status color",
|
|
268
|
+
"deprecated": false
|
|
269
|
+
},
|
|
270
|
+
"infoSubtle": {
|
|
271
|
+
"value": "{color.status.help.100.value}",
|
|
272
|
+
"type": "semantic",
|
|
273
|
+
"public": true,
|
|
274
|
+
"default": true,
|
|
275
|
+
"usage": "Subtle info status color",
|
|
276
|
+
"deprecated": false
|
|
277
|
+
},
|
|
278
|
+
"success": {
|
|
279
|
+
"value": "{color.status.success.600.value}",
|
|
280
|
+
"type": "semantic",
|
|
281
|
+
"public": true,
|
|
282
|
+
"default": true,
|
|
283
|
+
"usage": "Success status color",
|
|
284
|
+
"deprecated": false
|
|
285
|
+
},
|
|
286
|
+
"successSubtle": {
|
|
287
|
+
"value": "{color.status.success.100.value}",
|
|
288
|
+
"type": "semantic",
|
|
289
|
+
"public": true,
|
|
290
|
+
"default": true,
|
|
291
|
+
"usage": "Subtle success status color",
|
|
292
|
+
"deprecated": false
|
|
293
|
+
},
|
|
294
|
+
"warning": {
|
|
295
|
+
"value": "{color.status.warn.300.value}",
|
|
296
|
+
"type": "semantic",
|
|
297
|
+
"public": true,
|
|
298
|
+
"default": true,
|
|
299
|
+
"usage": "Warning status color",
|
|
300
|
+
"deprecated": false
|
|
301
|
+
},
|
|
302
|
+
"warningSubtle": {
|
|
303
|
+
"value": "{color.status.warn.100.value}",
|
|
304
|
+
"type": "semantic",
|
|
305
|
+
"public": true,
|
|
306
|
+
"default": true,
|
|
307
|
+
"usage": "Subtle warning status color",
|
|
308
|
+
"deprecated": false
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"surface": {
|
|
312
|
+
"accent1": {
|
|
313
|
+
"value": "{color.brand.primary.value}",
|
|
314
|
+
"type": "semantic",
|
|
315
|
+
"public": true,
|
|
316
|
+
"default": true,
|
|
317
|
+
"usage": "Accent surface color",
|
|
318
|
+
"deprecated": false
|
|
319
|
+
},
|
|
320
|
+
"accent1Muted": {
|
|
321
|
+
"value": "{color.brand.primaryMuted.value}",
|
|
322
|
+
"type": "semantic",
|
|
323
|
+
"public": true,
|
|
324
|
+
"default": true,
|
|
325
|
+
"usage": "Muted accent surface color",
|
|
326
|
+
"deprecated": false
|
|
327
|
+
},
|
|
328
|
+
"accent1Subtle": {
|
|
329
|
+
"value": "{color.brand.primarySubtle.value}",
|
|
330
|
+
"type": "semantic",
|
|
331
|
+
"public": true,
|
|
332
|
+
"default": true,
|
|
333
|
+
"usage": "Muted accent surface color",
|
|
334
|
+
"deprecated": false
|
|
335
|
+
},
|
|
336
|
+
"accent2": {
|
|
337
|
+
"value": "{color.gray.500.value}",
|
|
338
|
+
"type": "semantic",
|
|
339
|
+
"public": true,
|
|
340
|
+
"default": true,
|
|
341
|
+
"usage": "Accent surface color",
|
|
342
|
+
"deprecated": false
|
|
343
|
+
},
|
|
344
|
+
"accent2Muted": {
|
|
345
|
+
"value": "{color.gray.300.value}",
|
|
346
|
+
"type": "semantic",
|
|
347
|
+
"public": true,
|
|
348
|
+
"default": true,
|
|
349
|
+
"usage": "Muted accent surface color",
|
|
350
|
+
"deprecated": false
|
|
351
|
+
},
|
|
352
|
+
"default": {
|
|
353
|
+
"value": "{color.white.value}",
|
|
354
|
+
"type": "semantic",
|
|
355
|
+
"public": true,
|
|
356
|
+
"default": true,
|
|
357
|
+
"usage": "Default surface color",
|
|
358
|
+
"deprecated": false
|
|
359
|
+
},
|
|
360
|
+
"inverse": {
|
|
361
|
+
"value": "{color.brand.secondary.value}",
|
|
362
|
+
"type": "semantic",
|
|
363
|
+
"public": true,
|
|
364
|
+
"default": true,
|
|
365
|
+
"usage": "Inverse surface color",
|
|
366
|
+
"deprecated": false
|
|
367
|
+
},
|
|
368
|
+
"inverseSubtle": {
|
|
369
|
+
"value": "{color.brand.secondarySubtle.value}",
|
|
370
|
+
"type": "semantic",
|
|
371
|
+
"public": true,
|
|
372
|
+
"default": true,
|
|
373
|
+
"usage": "Subtle inverse surface color",
|
|
374
|
+
"deprecated": false
|
|
375
|
+
},
|
|
376
|
+
"neutralMedium": {
|
|
377
|
+
"value": "{color.gray.300.value}",
|
|
378
|
+
"type": "semantic",
|
|
379
|
+
"public": true,
|
|
380
|
+
"default": true,
|
|
381
|
+
"usage": "Medium neutral surface color",
|
|
382
|
+
"deprecated": false
|
|
383
|
+
},
|
|
384
|
+
"neutralSubtle": {
|
|
385
|
+
"value": "{color.gray.100.value}",
|
|
386
|
+
"type": "semantic",
|
|
387
|
+
"public": true,
|
|
388
|
+
"default": true,
|
|
389
|
+
"usage": "Subtle neutral surface color",
|
|
390
|
+
"deprecated": false
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"texticon": {
|
|
394
|
+
"accent1": {
|
|
395
|
+
"value": "{color.brand.secondary.value}",
|
|
396
|
+
"type": "semantic",
|
|
397
|
+
"public": true,
|
|
398
|
+
"default": true,
|
|
399
|
+
"usage": "Accent text/icon color",
|
|
400
|
+
"deprecated": false
|
|
401
|
+
},
|
|
402
|
+
"default": {
|
|
403
|
+
"value": "{color.gray.1000.value}",
|
|
404
|
+
"type": "semantic",
|
|
405
|
+
"public": true,
|
|
406
|
+
"default": true,
|
|
407
|
+
"usage": "Default text/icon color",
|
|
408
|
+
"deprecated": false
|
|
409
|
+
},
|
|
410
|
+
"disabled": {
|
|
411
|
+
"value": "{color.gray.250.value}",
|
|
412
|
+
"type": "semantic",
|
|
413
|
+
"public": true,
|
|
414
|
+
"default": true,
|
|
415
|
+
"usage": "Disabled text/icon color",
|
|
416
|
+
"deprecated": false
|
|
417
|
+
},
|
|
418
|
+
"inverse": {
|
|
419
|
+
"value": "{color.white.value}",
|
|
420
|
+
"type": "semantic",
|
|
421
|
+
"public": true,
|
|
422
|
+
"default": true,
|
|
423
|
+
"usage": "Inverse text/icon color",
|
|
424
|
+
"deprecated": false
|
|
425
|
+
},
|
|
426
|
+
"inverseDisabled": {
|
|
427
|
+
"value": "{color.gray.250.value}",
|
|
428
|
+
"type": "semantic",
|
|
429
|
+
"public": true,
|
|
430
|
+
"default": true,
|
|
431
|
+
"usage": "Disabled inverse text/icon color",
|
|
432
|
+
"deprecated": false
|
|
433
|
+
},
|
|
434
|
+
"muted": {
|
|
435
|
+
"value": "{color.gray.700.value}",
|
|
436
|
+
"type": "semantic",
|
|
437
|
+
"public": true,
|
|
438
|
+
"default": true,
|
|
439
|
+
"usage": "Muted text/icon color",
|
|
440
|
+
"deprecated": false
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"font": {
|
|
3
|
+
"family": {
|
|
4
|
+
"body": {
|
|
5
|
+
"value": "{font.family.body.value}",
|
|
6
|
+
"type": "semantic",
|
|
7
|
+
"public": true,
|
|
8
|
+
"default": true,
|
|
9
|
+
"usage": "Primary font family for body text",
|
|
10
|
+
"deprecated": false
|
|
11
|
+
},
|
|
12
|
+
"display": {
|
|
13
|
+
"value": "{font.family.display.value}",
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"public": true,
|
|
16
|
+
"default": true,
|
|
17
|
+
"usage": "Font family for display text",
|
|
18
|
+
"deprecated": false
|
|
19
|
+
},
|
|
20
|
+
"heading": {
|
|
21
|
+
"value": "{font.family.heading.value}",
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"public": true,
|
|
24
|
+
"default": true,
|
|
25
|
+
"usage": "Font family for headings",
|
|
26
|
+
"deprecated": false
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"weight": {
|
|
30
|
+
"body": {
|
|
31
|
+
"default": {
|
|
32
|
+
"value": "{font.weight.book.value}",
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"public": true,
|
|
35
|
+
"default": true,
|
|
36
|
+
"usage": "Default body text weight",
|
|
37
|
+
"deprecated": false
|
|
38
|
+
},
|
|
39
|
+
"large": {
|
|
40
|
+
"value": "{font.weight.book.value}",
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"public": true,
|
|
43
|
+
"default": true,
|
|
44
|
+
"usage": "Large body text weight",
|
|
45
|
+
"deprecated": false
|
|
46
|
+
},
|
|
47
|
+
"small": {
|
|
48
|
+
"value": "{font.weight.book.value}",
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"public": true,
|
|
51
|
+
"default": true,
|
|
52
|
+
"usage": "Small body text weight",
|
|
53
|
+
"deprecated": false
|
|
54
|
+
},
|
|
55
|
+
"xsmall": {
|
|
56
|
+
"value": "{font.weight.book.value}",
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"public": true,
|
|
59
|
+
"default": true,
|
|
60
|
+
"usage": "Extra small body text weight",
|
|
61
|
+
"deprecated": false
|
|
62
|
+
},
|
|
63
|
+
"xxsmall": {
|
|
64
|
+
"value": "{font.weight.book.value}",
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"public": true,
|
|
67
|
+
"default": true,
|
|
68
|
+
"usage": "Double extra small body text weight",
|
|
69
|
+
"deprecated": false
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"display": {
|
|
73
|
+
"value": "{font.weight.light.value}",
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"public": true,
|
|
76
|
+
"default": true,
|
|
77
|
+
"usage": "Display text weight",
|
|
78
|
+
"deprecated": false
|
|
79
|
+
},
|
|
80
|
+
"heading": {
|
|
81
|
+
"heading1": {
|
|
82
|
+
"value": "{font.weight.book.value}",
|
|
83
|
+
"type": "semantic",
|
|
84
|
+
"public": true,
|
|
85
|
+
"default": true,
|
|
86
|
+
"usage": "Heading 1 weight",
|
|
87
|
+
"deprecated": false
|
|
88
|
+
},
|
|
89
|
+
"heading2": {
|
|
90
|
+
"value": "{font.weight.book.value}",
|
|
91
|
+
"type": "semantic",
|
|
92
|
+
"public": true,
|
|
93
|
+
"default": true,
|
|
94
|
+
"usage": "Heading 2 weight",
|
|
95
|
+
"deprecated": false
|
|
96
|
+
},
|
|
97
|
+
"heading3": {
|
|
98
|
+
"value": "{font.weight.medium.value}",
|
|
99
|
+
"type": "semantic",
|
|
100
|
+
"public": true,
|
|
101
|
+
"default": true,
|
|
102
|
+
"usage": "Heading 3 weight",
|
|
103
|
+
"deprecated": false
|
|
104
|
+
},
|
|
105
|
+
"heading4": {
|
|
106
|
+
"value": "{font.weight.medium.value}",
|
|
107
|
+
"type": "semantic",
|
|
108
|
+
"public": true,
|
|
109
|
+
"default": true,
|
|
110
|
+
"usage": "Heading 4 weight",
|
|
111
|
+
"deprecated": false
|
|
112
|
+
},
|
|
113
|
+
"heading5": {
|
|
114
|
+
"value": "{font.weight.medium.value}",
|
|
115
|
+
"type": "semantic",
|
|
116
|
+
"public": true,
|
|
117
|
+
"default": true,
|
|
118
|
+
"usage": "Heading 5 weight",
|
|
119
|
+
"deprecated": false
|
|
120
|
+
},
|
|
121
|
+
"heading6": {
|
|
122
|
+
"value": "{font.weight.medium.value}",
|
|
123
|
+
"type": "semantic",
|
|
124
|
+
"public": true,
|
|
125
|
+
"default": true,
|
|
126
|
+
"usage": "Heading 6 weight",
|
|
127
|
+
"deprecated": false
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|