@esri/calcite-design-tokens 3.2.0-next.4 → 3.2.0-next.5
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/dist/docs/core.json +464 -1
- package/dist/docs/dark.json +69 -11
- package/dist/docs/global.json +230 -132
- package/dist/docs/light.json +61 -1
- package/dist/docs/semantic.json +114 -76
- package/dist/js/core.js +926 -0
- package/dist/js/dark.js +144 -22
- package/dist/js/global.d.ts +8 -10
- package/dist/js/global.js +554 -352
- package/dist/js/light.js +120 -0
- package/dist/js/semantic.d.ts +8 -10
- package/dist/js/semantic.js +322 -240
- package/package.json +2 -2
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1751387031853,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.border.width.none}",
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"type": "dimension",
|
|
8
8
|
"attributes": {
|
|
9
9
|
"category": "border",
|
|
10
|
+
"group": "width",
|
|
10
11
|
"type": "border",
|
|
11
12
|
"item": "width",
|
|
12
13
|
"subitem": "none",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"type": "dimension",
|
|
35
36
|
"attributes": {
|
|
36
37
|
"category": "border",
|
|
38
|
+
"group": "width",
|
|
37
39
|
"type": "border",
|
|
38
40
|
"item": "width",
|
|
39
41
|
"subitem": "sm",
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
"type": "dimension",
|
|
62
64
|
"attributes": {
|
|
63
65
|
"category": "border",
|
|
66
|
+
"group": "width",
|
|
64
67
|
"type": "border",
|
|
65
68
|
"item": "width",
|
|
66
69
|
"subitem": "md",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"type": "dimension",
|
|
89
92
|
"attributes": {
|
|
90
93
|
"category": "border",
|
|
94
|
+
"group": "width",
|
|
91
95
|
"type": "border",
|
|
92
96
|
"item": "width",
|
|
93
97
|
"subitem": "lg",
|
|
@@ -236,19 +240,18 @@
|
|
|
236
240
|
"comment": "only for lg breakpoint fixed grid width"
|
|
237
241
|
},
|
|
238
242
|
{
|
|
239
|
-
"key": "{semantic.corner
|
|
243
|
+
"key": "{semantic.corner-radius.default}",
|
|
240
244
|
"value": "0",
|
|
241
245
|
"type": "dimension",
|
|
242
246
|
"attributes": {
|
|
243
|
-
"category": "corner",
|
|
244
|
-
"type": "corner",
|
|
245
|
-
"item": "
|
|
246
|
-
"subitem": "default",
|
|
247
|
+
"category": "corner-radius",
|
|
248
|
+
"type": "corner-radius",
|
|
249
|
+
"item": "default",
|
|
247
250
|
"names": {
|
|
248
251
|
"scss": "$calcite-corner-radius",
|
|
249
252
|
"css": "var(--calcite-corner-radius)",
|
|
250
|
-
"js": "semantic.corner
|
|
251
|
-
"docs": "semantic.corner
|
|
253
|
+
"js": "semantic.corner-radius.default",
|
|
254
|
+
"docs": "semantic.corner-radius.default",
|
|
252
255
|
"es6": "calciteCornerRadius"
|
|
253
256
|
},
|
|
254
257
|
"calcite-schema": {
|
|
@@ -257,33 +260,32 @@
|
|
|
257
260
|
"type": "dimension"
|
|
258
261
|
}
|
|
259
262
|
},
|
|
260
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
263
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
261
264
|
"isSource": true,
|
|
262
265
|
"name": "Corner Radius",
|
|
263
|
-
"path": ["semantic", "corner
|
|
266
|
+
"path": ["semantic", "corner-radius", "default"]
|
|
264
267
|
},
|
|
265
268
|
{
|
|
266
|
-
"key": "{semantic.corner
|
|
269
|
+
"key": "{semantic.corner-radius.sharp}",
|
|
267
270
|
"value": "0",
|
|
268
271
|
"type": "dimension",
|
|
269
272
|
"attributes": {
|
|
270
|
-
"category": "corner",
|
|
273
|
+
"category": "corner-radius",
|
|
271
274
|
"type": "dimension",
|
|
272
|
-
"item": "
|
|
273
|
-
"subitem": "sharp",
|
|
275
|
+
"item": "sharp",
|
|
274
276
|
"value": "0",
|
|
275
277
|
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
276
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
278
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
277
279
|
"isSource": true,
|
|
278
|
-
"key": "{semantic.corner
|
|
280
|
+
"key": "{semantic.corner-radius.sharp}",
|
|
279
281
|
"name": "calcite-semantic-corner-radius-sharp",
|
|
280
|
-
"path": ["semantic", "corner
|
|
282
|
+
"path": ["semantic", "corner-radius", "sharp"],
|
|
281
283
|
"comment": "deprecated, use --calcite-corner-radius-none instead",
|
|
282
284
|
"names": {
|
|
283
285
|
"scss": "$calcite-corner-radius-sharp",
|
|
284
286
|
"css": "var(--calcite-corner-radius-sharp)",
|
|
285
|
-
"js": "semantic.corner
|
|
286
|
-
"docs": "semantic.corner
|
|
287
|
+
"js": "semantic.corner-radius.sharp",
|
|
288
|
+
"docs": "semantic.corner-radius.sharp",
|
|
287
289
|
"es6": "calciteCornerRadiusSharp"
|
|
288
290
|
},
|
|
289
291
|
"calcite-schema": {
|
|
@@ -293,26 +295,25 @@
|
|
|
293
295
|
}
|
|
294
296
|
},
|
|
295
297
|
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
296
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
298
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
297
299
|
"isSource": true,
|
|
298
300
|
"name": "Corner Radius Sharp",
|
|
299
|
-
"path": ["semantic", "corner
|
|
301
|
+
"path": ["semantic", "corner-radius", "sharp"],
|
|
300
302
|
"comment": "deprecated, use --calcite-corner-radius-none instead"
|
|
301
303
|
},
|
|
302
304
|
{
|
|
303
|
-
"key": "{semantic.corner
|
|
305
|
+
"key": "{semantic.corner-radius.none}",
|
|
304
306
|
"value": "0",
|
|
305
307
|
"type": "dimension",
|
|
306
308
|
"attributes": {
|
|
307
|
-
"category": "corner",
|
|
308
|
-
"type": "corner",
|
|
309
|
-
"item": "
|
|
310
|
-
"subitem": "none",
|
|
309
|
+
"category": "corner-radius",
|
|
310
|
+
"type": "corner-radius",
|
|
311
|
+
"item": "none",
|
|
311
312
|
"names": {
|
|
312
313
|
"scss": "$calcite-corner-radius-none",
|
|
313
314
|
"css": "var(--calcite-corner-radius-none)",
|
|
314
|
-
"js": "semantic.corner
|
|
315
|
-
"docs": "semantic.corner
|
|
315
|
+
"js": "semantic.corner-radius.none",
|
|
316
|
+
"docs": "semantic.corner-radius.none",
|
|
316
317
|
"es6": "calciteCornerRadiusNone"
|
|
317
318
|
},
|
|
318
319
|
"calcite-schema": {
|
|
@@ -321,25 +322,24 @@
|
|
|
321
322
|
"type": "dimension"
|
|
322
323
|
}
|
|
323
324
|
},
|
|
324
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
325
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
325
326
|
"isSource": true,
|
|
326
327
|
"name": "Corner Radius None",
|
|
327
|
-
"path": ["semantic", "corner
|
|
328
|
+
"path": ["semantic", "corner-radius", "none"]
|
|
328
329
|
},
|
|
329
330
|
{
|
|
330
|
-
"key": "{semantic.corner
|
|
331
|
+
"key": "{semantic.corner-radius.xs}",
|
|
331
332
|
"value": "2px",
|
|
332
333
|
"type": "dimension",
|
|
333
334
|
"attributes": {
|
|
334
|
-
"category": "corner",
|
|
335
|
-
"type": "corner",
|
|
336
|
-
"item": "
|
|
337
|
-
"subitem": "xs",
|
|
335
|
+
"category": "corner-radius",
|
|
336
|
+
"type": "corner-radius",
|
|
337
|
+
"item": "xs",
|
|
338
338
|
"names": {
|
|
339
339
|
"scss": "$calcite-corner-radius-xs",
|
|
340
340
|
"css": "var(--calcite-corner-radius-xs)",
|
|
341
|
-
"js": "semantic.corner
|
|
342
|
-
"docs": "semantic.corner
|
|
341
|
+
"js": "semantic.corner-radius.xs",
|
|
342
|
+
"docs": "semantic.corner-radius.xs",
|
|
343
343
|
"es6": "calciteCornerRadiusXs"
|
|
344
344
|
},
|
|
345
345
|
"calcite-schema": {
|
|
@@ -348,25 +348,24 @@
|
|
|
348
348
|
"type": "dimension"
|
|
349
349
|
}
|
|
350
350
|
},
|
|
351
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
351
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
352
352
|
"isSource": true,
|
|
353
353
|
"name": "Corner Radius Xs",
|
|
354
|
-
"path": ["semantic", "corner
|
|
354
|
+
"path": ["semantic", "corner-radius", "xs"]
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
"key": "{semantic.corner
|
|
357
|
+
"key": "{semantic.corner-radius.sm}",
|
|
358
358
|
"value": "4px",
|
|
359
359
|
"type": "dimension",
|
|
360
360
|
"attributes": {
|
|
361
|
-
"category": "corner",
|
|
362
|
-
"type": "corner",
|
|
363
|
-
"item": "
|
|
364
|
-
"subitem": "sm",
|
|
361
|
+
"category": "corner-radius",
|
|
362
|
+
"type": "corner-radius",
|
|
363
|
+
"item": "sm",
|
|
365
364
|
"names": {
|
|
366
365
|
"scss": "$calcite-corner-radius-sm",
|
|
367
366
|
"css": "var(--calcite-corner-radius-sm)",
|
|
368
|
-
"js": "semantic.corner
|
|
369
|
-
"docs": "semantic.corner
|
|
367
|
+
"js": "semantic.corner-radius.sm",
|
|
368
|
+
"docs": "semantic.corner-radius.sm",
|
|
370
369
|
"es6": "calciteCornerRadiusSm"
|
|
371
370
|
},
|
|
372
371
|
"calcite-schema": {
|
|
@@ -375,33 +374,32 @@
|
|
|
375
374
|
"type": "dimension"
|
|
376
375
|
}
|
|
377
376
|
},
|
|
378
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
377
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
379
378
|
"isSource": true,
|
|
380
379
|
"name": "Corner Radius Sm",
|
|
381
|
-
"path": ["semantic", "corner
|
|
380
|
+
"path": ["semantic", "corner-radius", "sm"]
|
|
382
381
|
},
|
|
383
382
|
{
|
|
384
|
-
"key": "{semantic.corner
|
|
383
|
+
"key": "{semantic.corner-radius.round}",
|
|
385
384
|
"value": "4px",
|
|
386
385
|
"type": "dimension",
|
|
387
386
|
"attributes": {
|
|
388
|
-
"category": "corner",
|
|
387
|
+
"category": "corner-radius",
|
|
389
388
|
"type": "dimension",
|
|
390
|
-
"item": "
|
|
391
|
-
"subitem": "round",
|
|
389
|
+
"item": "round",
|
|
392
390
|
"value": "4px",
|
|
393
391
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
394
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
392
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
395
393
|
"isSource": true,
|
|
396
|
-
"key": "{semantic.corner
|
|
394
|
+
"key": "{semantic.corner-radius.round}",
|
|
397
395
|
"name": "calcite-semantic-corner-radius-round",
|
|
398
|
-
"path": ["semantic", "corner
|
|
396
|
+
"path": ["semantic", "corner-radius", "round"],
|
|
399
397
|
"comment": "deprecated, use --calcite-corner-radius-sm instead",
|
|
400
398
|
"names": {
|
|
401
399
|
"scss": "$calcite-corner-radius-round",
|
|
402
400
|
"css": "var(--calcite-corner-radius-round)",
|
|
403
|
-
"js": "semantic.corner
|
|
404
|
-
"docs": "semantic.corner
|
|
401
|
+
"js": "semantic.corner-radius.round",
|
|
402
|
+
"docs": "semantic.corner-radius.round",
|
|
405
403
|
"es6": "calciteCornerRadiusRound"
|
|
406
404
|
},
|
|
407
405
|
"calcite-schema": {
|
|
@@ -411,27 +409,25 @@
|
|
|
411
409
|
}
|
|
412
410
|
},
|
|
413
411
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
414
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
412
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
415
413
|
"isSource": true,
|
|
416
414
|
"name": "Corner Radius Round",
|
|
417
|
-
"path": ["semantic", "corner
|
|
415
|
+
"path": ["semantic", "corner-radius", "round"],
|
|
418
416
|
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
419
417
|
},
|
|
420
418
|
{
|
|
421
|
-
"key": "{semantic.corner
|
|
419
|
+
"key": "{semantic.corner-radius.pill}",
|
|
422
420
|
"value": "100%",
|
|
423
421
|
"type": "dimension",
|
|
424
422
|
"attributes": {
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"item": "radius",
|
|
429
|
-
"subitem": "pill",
|
|
423
|
+
"category": "corner-radius",
|
|
424
|
+
"type": "corner-radius",
|
|
425
|
+
"item": "pill",
|
|
430
426
|
"names": {
|
|
431
427
|
"scss": "$calcite-corner-radius-pill",
|
|
432
428
|
"css": "var(--calcite-corner-radius-pill)",
|
|
433
|
-
"js": "semantic.corner
|
|
434
|
-
"docs": "semantic.corner
|
|
429
|
+
"js": "semantic.corner-radius.pill",
|
|
430
|
+
"docs": "semantic.corner-radius.pill",
|
|
435
431
|
"es6": "calciteCornerRadiusPill"
|
|
436
432
|
},
|
|
437
433
|
"calcite-schema": {
|
|
@@ -440,18 +436,18 @@
|
|
|
440
436
|
"type": "dimension"
|
|
441
437
|
}
|
|
442
438
|
},
|
|
443
|
-
"filePath": "src/tokens/semantic/corner.json",
|
|
439
|
+
"filePath": "src/tokens/semantic/corner-radius.json",
|
|
444
440
|
"isSource": true,
|
|
445
441
|
"name": "Corner Radius Pill",
|
|
446
|
-
"path": ["semantic", "corner
|
|
442
|
+
"path": ["semantic", "corner-radius", "pill"]
|
|
447
443
|
},
|
|
448
444
|
{
|
|
449
445
|
"key": "{semantic.font.family.default}",
|
|
450
446
|
"value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
|
|
451
447
|
"type": "fontFamily",
|
|
452
448
|
"attributes": {
|
|
449
|
+
"category": "font",
|
|
453
450
|
"group": "family",
|
|
454
|
-
"category": "semantic",
|
|
455
451
|
"type": "fontFamily",
|
|
456
452
|
"item": "family",
|
|
457
453
|
"subitem": "default",
|
|
@@ -489,6 +485,7 @@
|
|
|
489
485
|
"type": "fontFamily",
|
|
490
486
|
"attributes": {
|
|
491
487
|
"category": "font",
|
|
488
|
+
"group": "family",
|
|
492
489
|
"type": "fontFamily",
|
|
493
490
|
"item": "family",
|
|
494
491
|
"subitem": "code",
|
|
@@ -526,6 +523,7 @@
|
|
|
526
523
|
"type": "fontWeight",
|
|
527
524
|
"attributes": {
|
|
528
525
|
"category": "font",
|
|
526
|
+
"group": "weight",
|
|
529
527
|
"type": "fontWeight",
|
|
530
528
|
"item": "weight",
|
|
531
529
|
"subitem": "light",
|
|
@@ -566,6 +564,7 @@
|
|
|
566
564
|
},
|
|
567
565
|
"attributes": {
|
|
568
566
|
"category": "font",
|
|
567
|
+
"group": "weight",
|
|
569
568
|
"type": "fontWeight",
|
|
570
569
|
"item": "weight",
|
|
571
570
|
"subitem": "normal",
|
|
@@ -606,6 +605,7 @@
|
|
|
606
605
|
"type": "fontWeight",
|
|
607
606
|
"attributes": {
|
|
608
607
|
"category": "font",
|
|
608
|
+
"group": "weight",
|
|
609
609
|
"type": "font",
|
|
610
610
|
"item": "weight",
|
|
611
611
|
"subitem": "regular",
|
|
@@ -633,6 +633,7 @@
|
|
|
633
633
|
"type": "fontWeight",
|
|
634
634
|
"attributes": {
|
|
635
635
|
"category": "font",
|
|
636
|
+
"group": "weight",
|
|
636
637
|
"type": "font",
|
|
637
638
|
"item": "weight",
|
|
638
639
|
"subitem": "medium",
|
|
@@ -660,6 +661,7 @@
|
|
|
660
661
|
"type": "fontWeight",
|
|
661
662
|
"attributes": {
|
|
662
663
|
"category": "font",
|
|
664
|
+
"group": "weight",
|
|
663
665
|
"type": "font",
|
|
664
666
|
"item": "weight",
|
|
665
667
|
"subitem": "semibold",
|
|
@@ -687,6 +689,7 @@
|
|
|
687
689
|
"type": "fontWeight",
|
|
688
690
|
"attributes": {
|
|
689
691
|
"category": "font",
|
|
692
|
+
"group": "weight",
|
|
690
693
|
"type": "font",
|
|
691
694
|
"item": "weight",
|
|
692
695
|
"subitem": "bold",
|
|
@@ -714,6 +717,7 @@
|
|
|
714
717
|
"type": "fontSize",
|
|
715
718
|
"attributes": {
|
|
716
719
|
"category": "font",
|
|
720
|
+
"group": "size",
|
|
717
721
|
"type": "font",
|
|
718
722
|
"item": "size",
|
|
719
723
|
"subitem": "xs",
|
|
@@ -741,6 +745,7 @@
|
|
|
741
745
|
"type": "fontSize",
|
|
742
746
|
"attributes": {
|
|
743
747
|
"category": "font",
|
|
748
|
+
"group": "size",
|
|
744
749
|
"type": "font",
|
|
745
750
|
"item": "size",
|
|
746
751
|
"subitem": "sm",
|
|
@@ -768,6 +773,7 @@
|
|
|
768
773
|
"type": "fontSize",
|
|
769
774
|
"attributes": {
|
|
770
775
|
"category": "font",
|
|
776
|
+
"group": "size",
|
|
771
777
|
"type": "font",
|
|
772
778
|
"item": "size",
|
|
773
779
|
"subitem": "default",
|
|
@@ -795,6 +801,7 @@
|
|
|
795
801
|
"type": "fontSize",
|
|
796
802
|
"attributes": {
|
|
797
803
|
"category": "font",
|
|
804
|
+
"group": "size",
|
|
798
805
|
"type": "font",
|
|
799
806
|
"item": "size",
|
|
800
807
|
"subitem": "md",
|
|
@@ -822,6 +829,7 @@
|
|
|
822
829
|
"type": "fontSize",
|
|
823
830
|
"attributes": {
|
|
824
831
|
"category": "font",
|
|
832
|
+
"group": "size",
|
|
825
833
|
"type": "font",
|
|
826
834
|
"item": "size",
|
|
827
835
|
"subitem": "lg",
|
|
@@ -849,6 +857,7 @@
|
|
|
849
857
|
"type": "fontSize",
|
|
850
858
|
"attributes": {
|
|
851
859
|
"category": "font",
|
|
860
|
+
"group": "size",
|
|
852
861
|
"type": "font",
|
|
853
862
|
"item": "size",
|
|
854
863
|
"subitem": "xl",
|
|
@@ -876,6 +885,7 @@
|
|
|
876
885
|
"type": "fontSize",
|
|
877
886
|
"attributes": {
|
|
878
887
|
"category": "font",
|
|
888
|
+
"group": "size",
|
|
879
889
|
"type": "font",
|
|
880
890
|
"item": "size",
|
|
881
891
|
"subitem": "xxl",
|
|
@@ -904,6 +914,7 @@
|
|
|
904
914
|
"description": "used in ratings",
|
|
905
915
|
"attributes": {
|
|
906
916
|
"category": "font",
|
|
917
|
+
"group": "style",
|
|
907
918
|
"type": "fontStyle",
|
|
908
919
|
"item": "style",
|
|
909
920
|
"subitem": "emphasis",
|
|
@@ -940,6 +951,8 @@
|
|
|
940
951
|
"type": "lineHeight",
|
|
941
952
|
"attributes": {
|
|
942
953
|
"category": "font",
|
|
954
|
+
"group": "line-height",
|
|
955
|
+
"kind": "fixed",
|
|
943
956
|
"type": "font",
|
|
944
957
|
"item": "line-height",
|
|
945
958
|
"subitem": "fixed",
|
|
@@ -968,6 +981,8 @@
|
|
|
968
981
|
"type": "lineHeight",
|
|
969
982
|
"attributes": {
|
|
970
983
|
"category": "font",
|
|
984
|
+
"group": "line-height",
|
|
985
|
+
"kind": "fixed",
|
|
971
986
|
"type": "font",
|
|
972
987
|
"item": "line-height",
|
|
973
988
|
"subitem": "fixed",
|
|
@@ -996,6 +1011,8 @@
|
|
|
996
1011
|
"type": "lineHeight",
|
|
997
1012
|
"attributes": {
|
|
998
1013
|
"category": "font",
|
|
1014
|
+
"group": "line-height",
|
|
1015
|
+
"kind": "fixed",
|
|
999
1016
|
"type": "font",
|
|
1000
1017
|
"item": "line-height",
|
|
1001
1018
|
"subitem": "fixed",
|
|
@@ -1024,6 +1041,8 @@
|
|
|
1024
1041
|
"type": "lineHeight",
|
|
1025
1042
|
"attributes": {
|
|
1026
1043
|
"category": "font",
|
|
1044
|
+
"group": "line-height",
|
|
1045
|
+
"kind": "fixed",
|
|
1027
1046
|
"type": "font",
|
|
1028
1047
|
"item": "line-height",
|
|
1029
1048
|
"subitem": "fixed",
|
|
@@ -1053,6 +1072,8 @@
|
|
|
1053
1072
|
"description": "1",
|
|
1054
1073
|
"attributes": {
|
|
1055
1074
|
"category": "font",
|
|
1075
|
+
"group": "line-height",
|
|
1076
|
+
"kind": "relative",
|
|
1056
1077
|
"type": "lineHeight",
|
|
1057
1078
|
"item": "line-height",
|
|
1058
1079
|
"subitem": "relative",
|
|
@@ -1091,6 +1112,8 @@
|
|
|
1091
1112
|
"description": "1.25",
|
|
1092
1113
|
"attributes": {
|
|
1093
1114
|
"category": "font",
|
|
1115
|
+
"group": "line-height",
|
|
1116
|
+
"kind": "relative",
|
|
1094
1117
|
"type": "lineHeight",
|
|
1095
1118
|
"item": "line-height",
|
|
1096
1119
|
"subitem": "relative",
|
|
@@ -1129,6 +1152,8 @@
|
|
|
1129
1152
|
"description": "1.375",
|
|
1130
1153
|
"attributes": {
|
|
1131
1154
|
"category": "font",
|
|
1155
|
+
"group": "line-height",
|
|
1156
|
+
"kind": "relative",
|
|
1132
1157
|
"type": "lineHeight",
|
|
1133
1158
|
"item": "line-height",
|
|
1134
1159
|
"subitem": "relative",
|
|
@@ -1167,6 +1192,8 @@
|
|
|
1167
1192
|
"description": "1.5",
|
|
1168
1193
|
"attributes": {
|
|
1169
1194
|
"category": "font",
|
|
1195
|
+
"group": "line-height",
|
|
1196
|
+
"kind": "relative",
|
|
1170
1197
|
"type": "lineHeight",
|
|
1171
1198
|
"item": "line-height",
|
|
1172
1199
|
"subitem": "relative",
|
|
@@ -1205,6 +1232,8 @@
|
|
|
1205
1232
|
"description": "1.625",
|
|
1206
1233
|
"attributes": {
|
|
1207
1234
|
"category": "font",
|
|
1235
|
+
"group": "line-height",
|
|
1236
|
+
"kind": "relative",
|
|
1208
1237
|
"type": "lineHeight",
|
|
1209
1238
|
"item": "line-height",
|
|
1210
1239
|
"subitem": "relative",
|
|
@@ -1243,6 +1272,8 @@
|
|
|
1243
1272
|
"description": "2",
|
|
1244
1273
|
"attributes": {
|
|
1245
1274
|
"category": "font",
|
|
1275
|
+
"group": "line-height",
|
|
1276
|
+
"kind": "relative",
|
|
1246
1277
|
"type": "lineHeight",
|
|
1247
1278
|
"item": "line-height",
|
|
1248
1279
|
"subitem": "relative",
|
|
@@ -1281,6 +1312,7 @@
|
|
|
1281
1312
|
"description": "Deprecated",
|
|
1282
1313
|
"attributes": {
|
|
1283
1314
|
"category": "font",
|
|
1315
|
+
"group": "letter-spacing",
|
|
1284
1316
|
"type": "dimension",
|
|
1285
1317
|
"item": "letter-spacing",
|
|
1286
1318
|
"subitem": "tight",
|
|
@@ -1318,6 +1350,7 @@
|
|
|
1318
1350
|
"description": "Deprecated",
|
|
1319
1351
|
"attributes": {
|
|
1320
1352
|
"category": "font",
|
|
1353
|
+
"group": "letter-spacing",
|
|
1321
1354
|
"type": "dimension",
|
|
1322
1355
|
"item": "letter-spacing",
|
|
1323
1356
|
"subitem": "normal",
|
|
@@ -1355,6 +1388,7 @@
|
|
|
1355
1388
|
"description": "Deprecated",
|
|
1356
1389
|
"attributes": {
|
|
1357
1390
|
"category": "font",
|
|
1391
|
+
"group": "letter-spacing",
|
|
1358
1392
|
"type": "dimension",
|
|
1359
1393
|
"item": "letter-spacing",
|
|
1360
1394
|
"subitem": "wide",
|
|
@@ -1392,6 +1426,7 @@
|
|
|
1392
1426
|
"description": "Deprecated",
|
|
1393
1427
|
"attributes": {
|
|
1394
1428
|
"category": "font",
|
|
1429
|
+
"group": "paragraph-spacing",
|
|
1395
1430
|
"type": "dimension",
|
|
1396
1431
|
"item": "paragraph-spacing",
|
|
1397
1432
|
"subitem": "normal",
|
|
@@ -1429,6 +1464,7 @@
|
|
|
1429
1464
|
"description": "Deprecated",
|
|
1430
1465
|
"attributes": {
|
|
1431
1466
|
"category": "font",
|
|
1467
|
+
"group": "text-decoration",
|
|
1432
1468
|
"type": "textDecoration",
|
|
1433
1469
|
"item": "text-decoration",
|
|
1434
1470
|
"subitem": "none",
|
|
@@ -1466,6 +1502,7 @@
|
|
|
1466
1502
|
"description": "Deprecated",
|
|
1467
1503
|
"attributes": {
|
|
1468
1504
|
"category": "font",
|
|
1505
|
+
"group": "text-decoration",
|
|
1469
1506
|
"type": "textDecoration",
|
|
1470
1507
|
"item": "text-decoration",
|
|
1471
1508
|
"subitem": "underline",
|
|
@@ -1503,6 +1540,7 @@
|
|
|
1503
1540
|
"description": "Deprecated",
|
|
1504
1541
|
"attributes": {
|
|
1505
1542
|
"category": "font",
|
|
1543
|
+
"group": "text-case",
|
|
1506
1544
|
"type": "textCase",
|
|
1507
1545
|
"item": "text-case",
|
|
1508
1546
|
"subitem": "none",
|
|
@@ -1540,6 +1578,7 @@
|
|
|
1540
1578
|
"description": "Deprecated",
|
|
1541
1579
|
"attributes": {
|
|
1542
1580
|
"category": "font",
|
|
1581
|
+
"group": "text-case",
|
|
1543
1582
|
"type": "textCase",
|
|
1544
1583
|
"item": "text-case",
|
|
1545
1584
|
"subitem": "uppercase",
|
|
@@ -1577,6 +1616,7 @@
|
|
|
1577
1616
|
"description": "Deprecated",
|
|
1578
1617
|
"attributes": {
|
|
1579
1618
|
"category": "font",
|
|
1619
|
+
"group": "text-case",
|
|
1580
1620
|
"type": "textCase",
|
|
1581
1621
|
"item": "text-case",
|
|
1582
1622
|
"subitem": "lowercase",
|
|
@@ -1614,6 +1654,7 @@
|
|
|
1614
1654
|
"description": "Deprecated",
|
|
1615
1655
|
"attributes": {
|
|
1616
1656
|
"category": "font",
|
|
1657
|
+
"group": "text-case",
|
|
1617
1658
|
"type": "textCase",
|
|
1618
1659
|
"item": "text-case",
|
|
1619
1660
|
"subitem": "capitalize",
|
|
@@ -2830,7 +2871,6 @@
|
|
|
2830
2871
|
"value": "0",
|
|
2831
2872
|
"type": "dimension",
|
|
2832
2873
|
"attributes": {
|
|
2833
|
-
"pattern": "",
|
|
2834
2874
|
"category": "space",
|
|
2835
2875
|
"type": "spacing",
|
|
2836
2876
|
"item": "default",
|
|
@@ -2858,7 +2898,6 @@
|
|
|
2858
2898
|
"value": "1px",
|
|
2859
2899
|
"type": "dimension",
|
|
2860
2900
|
"attributes": {
|
|
2861
|
-
"pattern": "",
|
|
2862
2901
|
"category": "space",
|
|
2863
2902
|
"type": "spacing",
|
|
2864
2903
|
"item": "default",
|
|
@@ -2886,7 +2925,6 @@
|
|
|
2886
2925
|
"value": "2px",
|
|
2887
2926
|
"type": "dimension",
|
|
2888
2927
|
"attributes": {
|
|
2889
|
-
"pattern": "",
|
|
2890
2928
|
"category": "space",
|
|
2891
2929
|
"type": "spacing",
|
|
2892
2930
|
"item": "default",
|
|
@@ -2914,7 +2952,7 @@
|
|
|
2914
2952
|
"value": "0.25rem",
|
|
2915
2953
|
"type": "dimension",
|
|
2916
2954
|
"attributes": {
|
|
2917
|
-
"category": "
|
|
2955
|
+
"category": "space",
|
|
2918
2956
|
"type": "spacing",
|
|
2919
2957
|
"item": "default",
|
|
2920
2958
|
"subitem": "xxs",
|
|
@@ -2941,7 +2979,7 @@
|
|
|
2941
2979
|
"value": "0.375rem",
|
|
2942
2980
|
"type": "dimension",
|
|
2943
2981
|
"attributes": {
|
|
2944
|
-
"category": "
|
|
2982
|
+
"category": "space",
|
|
2945
2983
|
"type": "spacing",
|
|
2946
2984
|
"item": "default",
|
|
2947
2985
|
"subitem": "xs",
|
|
@@ -2968,7 +3006,7 @@
|
|
|
2968
3006
|
"value": "0.5rem",
|
|
2969
3007
|
"type": "dimension",
|
|
2970
3008
|
"attributes": {
|
|
2971
|
-
"category": "
|
|
3009
|
+
"category": "space",
|
|
2972
3010
|
"type": "spacing",
|
|
2973
3011
|
"item": "default",
|
|
2974
3012
|
"subitem": "sm",
|