@esri/calcite-design-tokens 3.1.1-next.0 → 3.1.1-next.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/dist/css/global.css +1 -1
- package/dist/css/semantic.css +21 -21
- package/dist/docs/core.json +1276 -1317
- package/dist/docs/dark.json +89 -89
- package/dist/docs/global.json +530 -480
- package/dist/docs/light.json +89 -89
- package/dist/docs/semantic.json +330 -280
- package/dist/js/core.js +1476 -802
- package/dist/js/dark.js +88 -44
- package/dist/js/global.js +572 -364
- package/dist/js/light.js +88 -44
- package/dist/js/semantic.js +361 -203
- package/dist/scss/global.scss +1 -1
- package/dist/scss/semantic.scss +21 -21
- package/package.json +2 -2
package/dist/js/global.js
CHANGED
|
@@ -9,6 +9,7 @@ export default {
|
|
|
9
9
|
color: {
|
|
10
10
|
background: {
|
|
11
11
|
default: {
|
|
12
|
+
key: "{semantic.color.background.default}",
|
|
12
13
|
value: {
|
|
13
14
|
light: "#f7f7f7",
|
|
14
15
|
dark: "#363636",
|
|
@@ -40,12 +41,13 @@ export default {
|
|
|
40
41
|
attributes: {
|
|
41
42
|
category: "color",
|
|
42
43
|
},
|
|
44
|
+
key: "{semantic.color.background.default}",
|
|
43
45
|
},
|
|
44
46
|
name: "Color Background",
|
|
45
47
|
path: ["semantic", "color", "background", "default"],
|
|
46
|
-
key: "{semantic.color.background.default}",
|
|
47
48
|
},
|
|
48
49
|
none: {
|
|
50
|
+
key: "{semantic.color.background.none}",
|
|
49
51
|
value: "rgba(255, 255, 255, 0)",
|
|
50
52
|
type: "color",
|
|
51
53
|
attributes: {
|
|
@@ -74,14 +76,15 @@ export default {
|
|
|
74
76
|
attributes: {
|
|
75
77
|
category: "color",
|
|
76
78
|
},
|
|
79
|
+
key: "{semantic.color.background.none}",
|
|
77
80
|
},
|
|
78
81
|
name: "Color Background None",
|
|
79
82
|
path: ["semantic", "color", "background", "none"],
|
|
80
|
-
key: "{semantic.color.background.none}",
|
|
81
83
|
},
|
|
82
84
|
},
|
|
83
85
|
foreground: {
|
|
84
86
|
1: {
|
|
87
|
+
key: "{semantic.color.foreground.1}",
|
|
85
88
|
value: {
|
|
86
89
|
light: "#ffffff",
|
|
87
90
|
dark: "#2b2b2b",
|
|
@@ -113,12 +116,13 @@ export default {
|
|
|
113
116
|
attributes: {
|
|
114
117
|
category: "color",
|
|
115
118
|
},
|
|
119
|
+
key: "{semantic.color.foreground.1}",
|
|
116
120
|
},
|
|
117
121
|
name: "Color Foreground 1",
|
|
118
122
|
path: ["semantic", "color", "foreground", "1"],
|
|
119
|
-
key: "{semantic.color.foreground.1}",
|
|
120
123
|
},
|
|
121
124
|
2: {
|
|
125
|
+
key: "{semantic.color.foreground.2}",
|
|
122
126
|
value: {
|
|
123
127
|
light: "#f2f2f2",
|
|
124
128
|
dark: "#212121",
|
|
@@ -150,12 +154,13 @@ export default {
|
|
|
150
154
|
attributes: {
|
|
151
155
|
category: "color",
|
|
152
156
|
},
|
|
157
|
+
key: "{semantic.color.foreground.2}",
|
|
153
158
|
},
|
|
154
159
|
name: "Color Foreground 2",
|
|
155
160
|
path: ["semantic", "color", "foreground", "2"],
|
|
156
|
-
key: "{semantic.color.foreground.2}",
|
|
157
161
|
},
|
|
158
162
|
3: {
|
|
163
|
+
key: "{semantic.color.foreground.3}",
|
|
159
164
|
value: {
|
|
160
165
|
light: "#ebebeb",
|
|
161
166
|
dark: "#141414",
|
|
@@ -187,12 +192,13 @@ export default {
|
|
|
187
192
|
attributes: {
|
|
188
193
|
category: "color",
|
|
189
194
|
},
|
|
195
|
+
key: "{semantic.color.foreground.3}",
|
|
190
196
|
},
|
|
191
197
|
name: "Color Foreground 3",
|
|
192
198
|
path: ["semantic", "color", "foreground", "3"],
|
|
193
|
-
key: "{semantic.color.foreground.3}",
|
|
194
199
|
},
|
|
195
200
|
current: {
|
|
201
|
+
key: "{semantic.color.foreground.current}",
|
|
196
202
|
value: {
|
|
197
203
|
light: "#c7eaff",
|
|
198
204
|
dark: "#214155",
|
|
@@ -224,15 +230,16 @@ export default {
|
|
|
224
230
|
attributes: {
|
|
225
231
|
category: "color",
|
|
226
232
|
},
|
|
233
|
+
key: "{semantic.color.foreground.current}",
|
|
227
234
|
},
|
|
228
235
|
name: "Color Foreground Current",
|
|
229
236
|
path: ["semantic", "color", "foreground", "current"],
|
|
230
|
-
key: "{semantic.color.foreground.current}",
|
|
231
237
|
},
|
|
232
238
|
},
|
|
233
239
|
transparent: {
|
|
234
240
|
default: {
|
|
235
241
|
default: {
|
|
242
|
+
key: "{semantic.color.transparent.default.default}",
|
|
236
243
|
value: {
|
|
237
244
|
light: "rgba(0, 0, 0, 0)",
|
|
238
245
|
dark: "rgba(255, 255, 255, 0)",
|
|
@@ -265,12 +272,13 @@ export default {
|
|
|
265
272
|
attributes: {
|
|
266
273
|
category: "color",
|
|
267
274
|
},
|
|
275
|
+
key: "{semantic.color.transparent.default.default}",
|
|
268
276
|
},
|
|
269
277
|
name: "Color Transparent",
|
|
270
278
|
path: ["semantic", "color", "transparent", "default", "default"],
|
|
271
|
-
key: "{semantic.color.transparent.default.default}",
|
|
272
279
|
},
|
|
273
280
|
hover: {
|
|
281
|
+
key: "{semantic.color.transparent.default.hover}",
|
|
274
282
|
value: {
|
|
275
283
|
light: "rgba(0, 0, 0, 0.04)",
|
|
276
284
|
dark: "rgba(255, 255, 255, 0.12)",
|
|
@@ -303,12 +311,13 @@ export default {
|
|
|
303
311
|
attributes: {
|
|
304
312
|
category: "color",
|
|
305
313
|
},
|
|
314
|
+
key: "{semantic.color.transparent.default.hover}",
|
|
306
315
|
},
|
|
307
316
|
name: "Color Transparent Hover",
|
|
308
317
|
path: ["semantic", "color", "transparent", "default", "hover"],
|
|
309
|
-
key: "{semantic.color.transparent.default.hover}",
|
|
310
318
|
},
|
|
311
319
|
press: {
|
|
320
|
+
key: "{semantic.color.transparent.default.press}",
|
|
312
321
|
value: {
|
|
313
322
|
light: "rgba(0, 0, 0, 0.08)",
|
|
314
323
|
dark: "rgba(255, 255, 255, 0.16)",
|
|
@@ -341,14 +350,15 @@ export default {
|
|
|
341
350
|
attributes: {
|
|
342
351
|
category: "color",
|
|
343
352
|
},
|
|
353
|
+
key: "{semantic.color.transparent.default.press}",
|
|
344
354
|
},
|
|
345
355
|
name: "Color Transparent Press",
|
|
346
356
|
path: ["semantic", "color", "transparent", "default", "press"],
|
|
347
|
-
key: "{semantic.color.transparent.default.press}",
|
|
348
357
|
},
|
|
349
358
|
},
|
|
350
359
|
inverse: {
|
|
351
360
|
hover: {
|
|
361
|
+
key: "{semantic.color.transparent.inverse.hover}",
|
|
352
362
|
value: {
|
|
353
363
|
light: "rgba(255, 255, 255, 0.12)",
|
|
354
364
|
dark: "rgba(0, 0, 0, 0.04)",
|
|
@@ -381,12 +391,13 @@ export default {
|
|
|
381
391
|
attributes: {
|
|
382
392
|
category: "color",
|
|
383
393
|
},
|
|
394
|
+
key: "{semantic.color.transparent.inverse.hover}",
|
|
384
395
|
},
|
|
385
396
|
name: "Color Transparent Inverse Hover",
|
|
386
397
|
path: ["semantic", "color", "transparent", "inverse", "hover"],
|
|
387
|
-
key: "{semantic.color.transparent.inverse.hover}",
|
|
388
398
|
},
|
|
389
399
|
press: {
|
|
400
|
+
key: "{semantic.color.transparent.inverse.press}",
|
|
390
401
|
value: {
|
|
391
402
|
light: "rgba(255, 255, 255, 0.16)",
|
|
392
403
|
dark: "rgba(0, 0, 0, 0.08)",
|
|
@@ -419,13 +430,14 @@ export default {
|
|
|
419
430
|
attributes: {
|
|
420
431
|
category: "color",
|
|
421
432
|
},
|
|
433
|
+
key: "{semantic.color.transparent.inverse.press}",
|
|
422
434
|
},
|
|
423
435
|
name: "Color Transparent Inverse Press",
|
|
424
436
|
path: ["semantic", "color", "transparent", "inverse", "press"],
|
|
425
|
-
key: "{semantic.color.transparent.inverse.press}",
|
|
426
437
|
},
|
|
427
438
|
},
|
|
428
439
|
scrim: {
|
|
440
|
+
key: "{semantic.color.transparent.scrim}",
|
|
429
441
|
value: {
|
|
430
442
|
light: "rgba(255, 255, 255, 0.85)",
|
|
431
443
|
dark: "rgba(0, 0, 0, 0.85)",
|
|
@@ -457,12 +469,13 @@ export default {
|
|
|
457
469
|
attributes: {
|
|
458
470
|
category: "color",
|
|
459
471
|
},
|
|
472
|
+
key: "{semantic.color.transparent.scrim}",
|
|
460
473
|
},
|
|
461
474
|
name: "Color Transparent Scrim",
|
|
462
475
|
path: ["semantic", "color", "transparent", "scrim"],
|
|
463
|
-
key: "{semantic.color.transparent.scrim}",
|
|
464
476
|
},
|
|
465
477
|
tint: {
|
|
478
|
+
key: "{semantic.color.transparent.tint}",
|
|
466
479
|
value: {
|
|
467
480
|
light: "rgba(255, 255, 255, 0.8)",
|
|
468
481
|
dark: "rgba(43, 43, 43, 0.8)",
|
|
@@ -494,15 +507,16 @@ export default {
|
|
|
494
507
|
attributes: {
|
|
495
508
|
category: "color",
|
|
496
509
|
},
|
|
510
|
+
key: "{semantic.color.transparent.tint}",
|
|
497
511
|
},
|
|
498
512
|
name: "Color Transparent Tint",
|
|
499
513
|
path: ["semantic", "color", "transparent", "tint"],
|
|
500
|
-
key: "{semantic.color.transparent.tint}",
|
|
501
514
|
},
|
|
502
515
|
},
|
|
503
516
|
brand: {
|
|
504
517
|
default: {
|
|
505
518
|
default: {
|
|
519
|
+
key: "{semantic.color.brand.default.default}",
|
|
506
520
|
value: {
|
|
507
521
|
light: "#007ac2",
|
|
508
522
|
dark: "#009af2",
|
|
@@ -535,12 +549,13 @@ export default {
|
|
|
535
549
|
attributes: {
|
|
536
550
|
category: "color",
|
|
537
551
|
},
|
|
552
|
+
key: "{semantic.color.brand.default.default}",
|
|
538
553
|
},
|
|
539
554
|
name: "Color Brand",
|
|
540
555
|
path: ["semantic", "color", "brand", "default", "default"],
|
|
541
|
-
key: "{semantic.color.brand.default.default}",
|
|
542
556
|
},
|
|
543
557
|
hover: {
|
|
558
|
+
key: "{semantic.color.brand.default.hover}",
|
|
544
559
|
value: {
|
|
545
560
|
light: "#00619b",
|
|
546
561
|
dark: "#007ac2",
|
|
@@ -573,12 +588,13 @@ export default {
|
|
|
573
588
|
attributes: {
|
|
574
589
|
category: "color",
|
|
575
590
|
},
|
|
591
|
+
key: "{semantic.color.brand.default.hover}",
|
|
576
592
|
},
|
|
577
593
|
name: "Color Brand Hover",
|
|
578
594
|
path: ["semantic", "color", "brand", "default", "hover"],
|
|
579
|
-
key: "{semantic.color.brand.default.hover}",
|
|
580
595
|
},
|
|
581
596
|
press: {
|
|
597
|
+
key: "{semantic.color.brand.default.press}",
|
|
582
598
|
value: {
|
|
583
599
|
light: "#004874",
|
|
584
600
|
dark: "#00619b",
|
|
@@ -611,13 +627,14 @@ export default {
|
|
|
611
627
|
attributes: {
|
|
612
628
|
category: "color",
|
|
613
629
|
},
|
|
630
|
+
key: "{semantic.color.brand.default.press}",
|
|
614
631
|
},
|
|
615
632
|
name: "Color Brand Press",
|
|
616
633
|
path: ["semantic", "color", "brand", "default", "press"],
|
|
617
|
-
key: "{semantic.color.brand.default.press}",
|
|
618
634
|
},
|
|
619
635
|
},
|
|
620
636
|
underline: {
|
|
637
|
+
key: "{semantic.color.brand.underline}",
|
|
621
638
|
type: "color",
|
|
622
639
|
value: {
|
|
623
640
|
light: "rgba(0, 97, 155, 0.4)",
|
|
@@ -650,15 +667,16 @@ export default {
|
|
|
650
667
|
attributes: {
|
|
651
668
|
category: "color",
|
|
652
669
|
},
|
|
670
|
+
key: "{semantic.color.brand.underline}",
|
|
653
671
|
},
|
|
654
672
|
name: "Color Brand Underline",
|
|
655
673
|
path: ["semantic", "color", "brand", "underline"],
|
|
656
|
-
key: "{semantic.color.brand.underline}",
|
|
657
674
|
},
|
|
658
675
|
},
|
|
659
676
|
status: {
|
|
660
677
|
info: {
|
|
661
678
|
default: {
|
|
679
|
+
key: "{semantic.color.status.info.default}",
|
|
662
680
|
value: {
|
|
663
681
|
light: "#00619b",
|
|
664
682
|
dark: "#00a0ff",
|
|
@@ -691,12 +709,13 @@ export default {
|
|
|
691
709
|
attributes: {
|
|
692
710
|
category: "color",
|
|
693
711
|
},
|
|
712
|
+
key: "{semantic.color.status.info.default}",
|
|
694
713
|
},
|
|
695
714
|
name: "Color Status Info",
|
|
696
715
|
path: ["semantic", "color", "status", "info", "default"],
|
|
697
|
-
key: "{semantic.color.status.info.default}",
|
|
698
716
|
},
|
|
699
717
|
hover: {
|
|
718
|
+
key: "{semantic.color.status.info.hover}",
|
|
700
719
|
value: {
|
|
701
720
|
light: "#004874",
|
|
702
721
|
dark: "#3db8ff",
|
|
@@ -729,12 +748,13 @@ export default {
|
|
|
729
748
|
attributes: {
|
|
730
749
|
category: "color",
|
|
731
750
|
},
|
|
751
|
+
key: "{semantic.color.status.info.hover}",
|
|
732
752
|
},
|
|
733
753
|
name: "Color Status Info Hover",
|
|
734
754
|
path: ["semantic", "color", "status", "info", "hover"],
|
|
735
|
-
key: "{semantic.color.status.info.hover}",
|
|
736
755
|
},
|
|
737
756
|
press: {
|
|
757
|
+
key: "{semantic.color.status.info.press}",
|
|
738
758
|
value: {
|
|
739
759
|
light: "#00304d",
|
|
740
760
|
dark: "#009af2",
|
|
@@ -767,14 +787,15 @@ export default {
|
|
|
767
787
|
attributes: {
|
|
768
788
|
category: "color",
|
|
769
789
|
},
|
|
790
|
+
key: "{semantic.color.status.info.press}",
|
|
770
791
|
},
|
|
771
792
|
name: "Color Status Info Press",
|
|
772
793
|
path: ["semantic", "color", "status", "info", "press"],
|
|
773
|
-
key: "{semantic.color.status.info.press}",
|
|
774
794
|
},
|
|
775
795
|
},
|
|
776
796
|
success: {
|
|
777
797
|
default: {
|
|
798
|
+
key: "{semantic.color.status.success.default}",
|
|
778
799
|
value: {
|
|
779
800
|
light: "#35ac46",
|
|
780
801
|
dark: "#36da43",
|
|
@@ -807,12 +828,13 @@ export default {
|
|
|
807
828
|
attributes: {
|
|
808
829
|
category: "color",
|
|
809
830
|
},
|
|
831
|
+
key: "{semantic.color.status.success.default}",
|
|
810
832
|
},
|
|
811
833
|
name: "Color Status Success",
|
|
812
834
|
path: ["semantic", "color", "status", "success", "default"],
|
|
813
|
-
key: "{semantic.color.status.success.default}",
|
|
814
835
|
},
|
|
815
836
|
hover: {
|
|
837
|
+
key: "{semantic.color.status.success.hover}",
|
|
816
838
|
value: {
|
|
817
839
|
light: "#288835",
|
|
818
840
|
dark: "#3bed52",
|
|
@@ -845,12 +867,13 @@ export default {
|
|
|
845
867
|
attributes: {
|
|
846
868
|
category: "color",
|
|
847
869
|
},
|
|
870
|
+
key: "{semantic.color.status.success.hover}",
|
|
848
871
|
},
|
|
849
872
|
name: "Color Status Success Hover",
|
|
850
873
|
path: ["semantic", "color", "status", "success", "hover"],
|
|
851
|
-
key: "{semantic.color.status.success.hover}",
|
|
852
874
|
},
|
|
853
875
|
press: {
|
|
876
|
+
key: "{semantic.color.status.success.press}",
|
|
854
877
|
value: {
|
|
855
878
|
light: "#1a6324",
|
|
856
879
|
dark: "#00b81b",
|
|
@@ -883,14 +906,15 @@ export default {
|
|
|
883
906
|
attributes: {
|
|
884
907
|
category: "color",
|
|
885
908
|
},
|
|
909
|
+
key: "{semantic.color.status.success.press}",
|
|
886
910
|
},
|
|
887
911
|
name: "Color Status Success Press",
|
|
888
912
|
path: ["semantic", "color", "status", "success", "press"],
|
|
889
|
-
key: "{semantic.color.status.success.press}",
|
|
890
913
|
},
|
|
891
914
|
},
|
|
892
915
|
warning: {
|
|
893
916
|
default: {
|
|
917
|
+
key: "{semantic.color.status.warning.default}",
|
|
894
918
|
value: {
|
|
895
919
|
light: "#f89927",
|
|
896
920
|
dark: "#f89927",
|
|
@@ -923,12 +947,13 @@ export default {
|
|
|
923
947
|
attributes: {
|
|
924
948
|
category: "color",
|
|
925
949
|
},
|
|
950
|
+
key: "{semantic.color.status.warning.default}",
|
|
926
951
|
},
|
|
927
952
|
name: "Color Status Warning",
|
|
928
953
|
path: ["semantic", "color", "status", "warning", "default"],
|
|
929
|
-
key: "{semantic.color.status.warning.default}",
|
|
930
954
|
},
|
|
931
955
|
hover: {
|
|
956
|
+
key: "{semantic.color.status.warning.hover}",
|
|
932
957
|
value: {
|
|
933
958
|
light: "#d17300",
|
|
934
959
|
dark: "#ffb54d",
|
|
@@ -961,12 +986,13 @@ export default {
|
|
|
961
986
|
attributes: {
|
|
962
987
|
category: "color",
|
|
963
988
|
},
|
|
989
|
+
key: "{semantic.color.status.warning.hover}",
|
|
964
990
|
},
|
|
965
991
|
name: "Color Status Warning Hover",
|
|
966
992
|
path: ["semantic", "color", "status", "warning", "hover"],
|
|
967
|
-
key: "{semantic.color.status.warning.hover}",
|
|
968
993
|
},
|
|
969
994
|
press: {
|
|
995
|
+
key: "{semantic.color.status.warning.press}",
|
|
970
996
|
value: {
|
|
971
997
|
light: "#9a5b10",
|
|
972
998
|
dark: "#ff9500",
|
|
@@ -999,14 +1025,15 @@ export default {
|
|
|
999
1025
|
attributes: {
|
|
1000
1026
|
category: "color",
|
|
1001
1027
|
},
|
|
1028
|
+
key: "{semantic.color.status.warning.press}",
|
|
1002
1029
|
},
|
|
1003
1030
|
name: "Color Status Warning Press",
|
|
1004
1031
|
path: ["semantic", "color", "status", "warning", "press"],
|
|
1005
|
-
key: "{semantic.color.status.warning.press}",
|
|
1006
1032
|
},
|
|
1007
1033
|
},
|
|
1008
1034
|
danger: {
|
|
1009
1035
|
default: {
|
|
1036
|
+
key: "{semantic.color.status.danger.default}",
|
|
1010
1037
|
value: {
|
|
1011
1038
|
light: "#d83020",
|
|
1012
1039
|
dark: "#fe583e",
|
|
@@ -1039,12 +1066,13 @@ export default {
|
|
|
1039
1066
|
attributes: {
|
|
1040
1067
|
category: "color",
|
|
1041
1068
|
},
|
|
1069
|
+
key: "{semantic.color.status.danger.default}",
|
|
1042
1070
|
},
|
|
1043
1071
|
name: "Color Status Danger",
|
|
1044
1072
|
path: ["semantic", "color", "status", "danger", "default"],
|
|
1045
|
-
key: "{semantic.color.status.danger.default}",
|
|
1046
1073
|
},
|
|
1047
1074
|
hover: {
|
|
1075
|
+
key: "{semantic.color.status.danger.hover}",
|
|
1048
1076
|
value: {
|
|
1049
1077
|
light: "#a82b1e",
|
|
1050
1078
|
dark: "#ff0015",
|
|
@@ -1077,12 +1105,13 @@ export default {
|
|
|
1077
1105
|
attributes: {
|
|
1078
1106
|
category: "color",
|
|
1079
1107
|
},
|
|
1108
|
+
key: "{semantic.color.status.danger.hover}",
|
|
1080
1109
|
},
|
|
1081
1110
|
name: "Color Status Danger Hover",
|
|
1082
1111
|
path: ["semantic", "color", "status", "danger", "hover"],
|
|
1083
|
-
key: "{semantic.color.status.danger.hover}",
|
|
1084
1112
|
},
|
|
1085
1113
|
press: {
|
|
1114
|
+
key: "{semantic.color.status.danger.press}",
|
|
1086
1115
|
value: {
|
|
1087
1116
|
light: "#7c1d13",
|
|
1088
1117
|
dark: "#d90012",
|
|
@@ -1115,15 +1144,16 @@ export default {
|
|
|
1115
1144
|
attributes: {
|
|
1116
1145
|
category: "color",
|
|
1117
1146
|
},
|
|
1147
|
+
key: "{semantic.color.status.danger.press}",
|
|
1118
1148
|
},
|
|
1119
1149
|
name: "Color Status Danger Press",
|
|
1120
1150
|
path: ["semantic", "color", "status", "danger", "press"],
|
|
1121
|
-
key: "{semantic.color.status.danger.press}",
|
|
1122
1151
|
},
|
|
1123
1152
|
},
|
|
1124
1153
|
},
|
|
1125
1154
|
inverse: {
|
|
1126
1155
|
default: {
|
|
1156
|
+
key: "{semantic.color.inverse.default}",
|
|
1127
1157
|
value: {
|
|
1128
1158
|
light: "#363636",
|
|
1129
1159
|
dark: "#f7f7f7",
|
|
@@ -1155,12 +1185,13 @@ export default {
|
|
|
1155
1185
|
attributes: {
|
|
1156
1186
|
category: "color",
|
|
1157
1187
|
},
|
|
1188
|
+
key: "{semantic.color.inverse.default}",
|
|
1158
1189
|
},
|
|
1159
1190
|
name: "Color Inverse",
|
|
1160
1191
|
path: ["semantic", "color", "inverse", "default"],
|
|
1161
|
-
key: "{semantic.color.inverse.default}",
|
|
1162
1192
|
},
|
|
1163
1193
|
hover: {
|
|
1194
|
+
key: "{semantic.color.inverse.hover}",
|
|
1164
1195
|
value: {
|
|
1165
1196
|
light: "#2b2b2b",
|
|
1166
1197
|
dark: "#ffffff",
|
|
@@ -1192,12 +1223,13 @@ export default {
|
|
|
1192
1223
|
attributes: {
|
|
1193
1224
|
category: "color",
|
|
1194
1225
|
},
|
|
1226
|
+
key: "{semantic.color.inverse.hover}",
|
|
1195
1227
|
},
|
|
1196
1228
|
name: "Color Inverse Hover",
|
|
1197
1229
|
path: ["semantic", "color", "inverse", "hover"],
|
|
1198
|
-
key: "{semantic.color.inverse.hover}",
|
|
1199
1230
|
},
|
|
1200
1231
|
press: {
|
|
1232
|
+
key: "{semantic.color.inverse.press}",
|
|
1201
1233
|
value: {
|
|
1202
1234
|
light: "#212121",
|
|
1203
1235
|
dark: "#f2f2f2",
|
|
@@ -1229,14 +1261,15 @@ export default {
|
|
|
1229
1261
|
attributes: {
|
|
1230
1262
|
category: "color",
|
|
1231
1263
|
},
|
|
1264
|
+
key: "{semantic.color.inverse.press}",
|
|
1232
1265
|
},
|
|
1233
1266
|
name: "Color Inverse Press",
|
|
1234
1267
|
path: ["semantic", "color", "inverse", "press"],
|
|
1235
|
-
key: "{semantic.color.inverse.press}",
|
|
1236
1268
|
},
|
|
1237
1269
|
},
|
|
1238
1270
|
text: {
|
|
1239
1271
|
1: {
|
|
1272
|
+
key: "{semantic.color.text.1}",
|
|
1240
1273
|
value: {
|
|
1241
1274
|
light: "#141414",
|
|
1242
1275
|
dark: "#ffffff",
|
|
@@ -1268,12 +1301,13 @@ export default {
|
|
|
1268
1301
|
attributes: {
|
|
1269
1302
|
category: "color",
|
|
1270
1303
|
},
|
|
1304
|
+
key: "{semantic.color.text.1}",
|
|
1271
1305
|
},
|
|
1272
1306
|
name: "Color Text 1",
|
|
1273
1307
|
path: ["semantic", "color", "text", "1"],
|
|
1274
|
-
key: "{semantic.color.text.1}",
|
|
1275
1308
|
},
|
|
1276
1309
|
2: {
|
|
1310
|
+
key: "{semantic.color.text.2}",
|
|
1277
1311
|
value: {
|
|
1278
1312
|
light: "#4a4a4a",
|
|
1279
1313
|
dark: "#bfbfbf",
|
|
@@ -1305,12 +1339,13 @@ export default {
|
|
|
1305
1339
|
attributes: {
|
|
1306
1340
|
category: "color",
|
|
1307
1341
|
},
|
|
1342
|
+
key: "{semantic.color.text.2}",
|
|
1308
1343
|
},
|
|
1309
1344
|
name: "Color Text 2",
|
|
1310
1345
|
path: ["semantic", "color", "text", "2"],
|
|
1311
|
-
key: "{semantic.color.text.2}",
|
|
1312
1346
|
},
|
|
1313
1347
|
3: {
|
|
1348
|
+
key: "{semantic.color.text.3}",
|
|
1314
1349
|
value: {
|
|
1315
1350
|
light: "#6b6b6b",
|
|
1316
1351
|
dark: "#9e9e9e",
|
|
@@ -1342,12 +1377,13 @@ export default {
|
|
|
1342
1377
|
attributes: {
|
|
1343
1378
|
category: "color",
|
|
1344
1379
|
},
|
|
1380
|
+
key: "{semantic.color.text.3}",
|
|
1345
1381
|
},
|
|
1346
1382
|
name: "Color Text 3",
|
|
1347
1383
|
path: ["semantic", "color", "text", "3"],
|
|
1348
|
-
key: "{semantic.color.text.3}",
|
|
1349
1384
|
},
|
|
1350
1385
|
highlight: {
|
|
1386
|
+
key: "{semantic.color.text.highlight}",
|
|
1351
1387
|
value: {
|
|
1352
1388
|
light: "#004874",
|
|
1353
1389
|
dark: "#c7eaff",
|
|
@@ -1379,12 +1415,13 @@ export default {
|
|
|
1379
1415
|
attributes: {
|
|
1380
1416
|
category: "color",
|
|
1381
1417
|
},
|
|
1418
|
+
key: "{semantic.color.text.highlight}",
|
|
1382
1419
|
},
|
|
1383
1420
|
name: "Color Text Highlight",
|
|
1384
1421
|
path: ["semantic", "color", "text", "highlight"],
|
|
1385
|
-
key: "{semantic.color.text.highlight}",
|
|
1386
1422
|
},
|
|
1387
1423
|
inverse: {
|
|
1424
|
+
key: "{semantic.color.text.inverse}",
|
|
1388
1425
|
value: {
|
|
1389
1426
|
light: "#ffffff",
|
|
1390
1427
|
dark: "#141414",
|
|
@@ -1416,12 +1453,13 @@ export default {
|
|
|
1416
1453
|
attributes: {
|
|
1417
1454
|
category: "color",
|
|
1418
1455
|
},
|
|
1456
|
+
key: "{semantic.color.text.inverse}",
|
|
1419
1457
|
},
|
|
1420
1458
|
name: "Color Text Inverse",
|
|
1421
1459
|
path: ["semantic", "color", "text", "inverse"],
|
|
1422
|
-
key: "{semantic.color.text.inverse}",
|
|
1423
1460
|
},
|
|
1424
1461
|
link: {
|
|
1462
|
+
key: "{semantic.color.text.link}",
|
|
1425
1463
|
value: {
|
|
1426
1464
|
light: "#00619b",
|
|
1427
1465
|
dark: "#00a0ff",
|
|
@@ -1453,14 +1491,15 @@ export default {
|
|
|
1453
1491
|
attributes: {
|
|
1454
1492
|
category: "color",
|
|
1455
1493
|
},
|
|
1494
|
+
key: "{semantic.color.text.link}",
|
|
1456
1495
|
},
|
|
1457
1496
|
name: "Color Text Link",
|
|
1458
1497
|
path: ["semantic", "color", "text", "link"],
|
|
1459
|
-
key: "{semantic.color.text.link}",
|
|
1460
1498
|
},
|
|
1461
1499
|
},
|
|
1462
1500
|
border: {
|
|
1463
1501
|
1: {
|
|
1502
|
+
key: "{semantic.color.border.1}",
|
|
1464
1503
|
value: {
|
|
1465
1504
|
light: "#c9c9c9",
|
|
1466
1505
|
dark: "#545454",
|
|
@@ -1492,12 +1531,13 @@ export default {
|
|
|
1492
1531
|
attributes: {
|
|
1493
1532
|
category: "color",
|
|
1494
1533
|
},
|
|
1534
|
+
key: "{semantic.color.border.1}",
|
|
1495
1535
|
},
|
|
1496
1536
|
name: "Color Border 1",
|
|
1497
1537
|
path: ["semantic", "color", "border", "1"],
|
|
1498
|
-
key: "{semantic.color.border.1}",
|
|
1499
1538
|
},
|
|
1500
1539
|
2: {
|
|
1540
|
+
key: "{semantic.color.border.2}",
|
|
1501
1541
|
value: {
|
|
1502
1542
|
light: "#d4d4d4",
|
|
1503
1543
|
dark: "#4a4a4a",
|
|
@@ -1529,12 +1569,13 @@ export default {
|
|
|
1529
1569
|
attributes: {
|
|
1530
1570
|
category: "color",
|
|
1531
1571
|
},
|
|
1572
|
+
key: "{semantic.color.border.2}",
|
|
1532
1573
|
},
|
|
1533
1574
|
name: "Color Border 2",
|
|
1534
1575
|
path: ["semantic", "color", "border", "2"],
|
|
1535
|
-
key: "{semantic.color.border.2}",
|
|
1536
1576
|
},
|
|
1537
1577
|
3: {
|
|
1578
|
+
key: "{semantic.color.border.3}",
|
|
1538
1579
|
value: {
|
|
1539
1580
|
light: "#dedede",
|
|
1540
1581
|
dark: "#404040",
|
|
@@ -1566,12 +1607,13 @@ export default {
|
|
|
1566
1607
|
attributes: {
|
|
1567
1608
|
category: "color",
|
|
1568
1609
|
},
|
|
1610
|
+
key: "{semantic.color.border.3}",
|
|
1569
1611
|
},
|
|
1570
1612
|
name: "Color Border 3",
|
|
1571
1613
|
path: ["semantic", "color", "border", "3"],
|
|
1572
|
-
key: "{semantic.color.border.3}",
|
|
1573
1614
|
},
|
|
1574
1615
|
input: {
|
|
1616
|
+
key: "{semantic.color.border.input}",
|
|
1575
1617
|
value: {
|
|
1576
1618
|
light: "#949494",
|
|
1577
1619
|
dark: "#757575",
|
|
@@ -1603,12 +1645,13 @@ export default {
|
|
|
1603
1645
|
attributes: {
|
|
1604
1646
|
category: "color",
|
|
1605
1647
|
},
|
|
1648
|
+
key: "{semantic.color.border.input}",
|
|
1606
1649
|
},
|
|
1607
1650
|
name: "Color Border Input",
|
|
1608
1651
|
path: ["semantic", "color", "border", "input"],
|
|
1609
|
-
key: "{semantic.color.border.input}",
|
|
1610
1652
|
},
|
|
1611
1653
|
ghost: {
|
|
1654
|
+
key: "{semantic.color.border.ghost}",
|
|
1612
1655
|
value: {
|
|
1613
1656
|
light: "rgba(0, 0, 0, 0.3)",
|
|
1614
1657
|
dark: "rgba(117, 117, 117, 0.3)",
|
|
@@ -1640,12 +1683,13 @@ export default {
|
|
|
1640
1683
|
attributes: {
|
|
1641
1684
|
category: "color",
|
|
1642
1685
|
},
|
|
1686
|
+
key: "{semantic.color.border.ghost}",
|
|
1643
1687
|
},
|
|
1644
1688
|
name: "Color Border Ghost",
|
|
1645
1689
|
path: ["semantic", "color", "border", "ghost"],
|
|
1646
|
-
key: "{semantic.color.border.ghost}",
|
|
1647
1690
|
},
|
|
1648
1691
|
white: {
|
|
1692
|
+
key: "{semantic.color.border.white}",
|
|
1649
1693
|
value: {
|
|
1650
1694
|
light: "#ffffff",
|
|
1651
1695
|
dark: "#f7f7f7",
|
|
@@ -1677,16 +1721,17 @@ export default {
|
|
|
1677
1721
|
attributes: {
|
|
1678
1722
|
category: "color",
|
|
1679
1723
|
},
|
|
1724
|
+
key: "{semantic.color.border.white}",
|
|
1680
1725
|
},
|
|
1681
1726
|
name: "Color Border White",
|
|
1682
1727
|
path: ["semantic", "color", "border", "white"],
|
|
1683
|
-
key: "{semantic.color.border.white}",
|
|
1684
1728
|
},
|
|
1685
1729
|
},
|
|
1686
1730
|
},
|
|
1687
1731
|
border: {
|
|
1688
1732
|
width: {
|
|
1689
1733
|
none: {
|
|
1734
|
+
key: "{semantic.border.width.none}",
|
|
1690
1735
|
value: "0",
|
|
1691
1736
|
type: "dimension",
|
|
1692
1737
|
attributes: {
|
|
@@ -1715,12 +1760,13 @@ export default {
|
|
|
1715
1760
|
attributes: {
|
|
1716
1761
|
category: "border",
|
|
1717
1762
|
},
|
|
1763
|
+
key: "{semantic.border.width.none}",
|
|
1718
1764
|
},
|
|
1719
1765
|
name: "Border Width None",
|
|
1720
1766
|
path: ["semantic", "border", "width", "none"],
|
|
1721
|
-
key: "{semantic.border.width.none}",
|
|
1722
1767
|
},
|
|
1723
1768
|
sm: {
|
|
1769
|
+
key: "{semantic.border.width.sm}",
|
|
1724
1770
|
value: "1px",
|
|
1725
1771
|
type: "dimension",
|
|
1726
1772
|
attributes: {
|
|
@@ -1749,12 +1795,13 @@ export default {
|
|
|
1749
1795
|
attributes: {
|
|
1750
1796
|
category: "border",
|
|
1751
1797
|
},
|
|
1798
|
+
key: "{semantic.border.width.sm}",
|
|
1752
1799
|
},
|
|
1753
1800
|
name: "Border Width Sm",
|
|
1754
1801
|
path: ["semantic", "border", "width", "sm"],
|
|
1755
|
-
key: "{semantic.border.width.sm}",
|
|
1756
1802
|
},
|
|
1757
1803
|
md: {
|
|
1804
|
+
key: "{semantic.border.width.md}",
|
|
1758
1805
|
value: "2px",
|
|
1759
1806
|
type: "dimension",
|
|
1760
1807
|
attributes: {
|
|
@@ -1783,12 +1830,13 @@ export default {
|
|
|
1783
1830
|
attributes: {
|
|
1784
1831
|
category: "border",
|
|
1785
1832
|
},
|
|
1833
|
+
key: "{semantic.border.width.md}",
|
|
1786
1834
|
},
|
|
1787
1835
|
name: "Border Width Md",
|
|
1788
1836
|
path: ["semantic", "border", "width", "md"],
|
|
1789
|
-
key: "{semantic.border.width.md}",
|
|
1790
1837
|
},
|
|
1791
1838
|
lg: {
|
|
1839
|
+
key: "{semantic.border.width.lg}",
|
|
1792
1840
|
value: "4px",
|
|
1793
1841
|
type: "dimension",
|
|
1794
1842
|
attributes: {
|
|
@@ -1817,16 +1865,17 @@ export default {
|
|
|
1817
1865
|
attributes: {
|
|
1818
1866
|
category: "border",
|
|
1819
1867
|
},
|
|
1868
|
+
key: "{semantic.border.width.lg}",
|
|
1820
1869
|
},
|
|
1821
1870
|
name: "Border Width Lg",
|
|
1822
1871
|
path: ["semantic", "border", "width", "lg"],
|
|
1823
|
-
key: "{semantic.border.width.lg}",
|
|
1824
1872
|
},
|
|
1825
1873
|
},
|
|
1826
1874
|
},
|
|
1827
1875
|
"container-size": {
|
|
1828
1876
|
height: {
|
|
1829
1877
|
xxs: {
|
|
1878
|
+
key: "{semantic.container-size.height.xxs}",
|
|
1830
1879
|
value: {
|
|
1831
1880
|
min: "0",
|
|
1832
1881
|
max: "154px",
|
|
@@ -1845,6 +1894,7 @@ export default {
|
|
|
1845
1894
|
description: "Small handheld devices and mini-windows",
|
|
1846
1895
|
filePath: "src/tokens/semantic/container-size.json",
|
|
1847
1896
|
isSource: true,
|
|
1897
|
+
key: "{semantic.container-size.height.xxs}",
|
|
1848
1898
|
name: "calcite-semantic-container-size-height-xxs",
|
|
1849
1899
|
path: ["semantic", "container-size", "height", "xxs"],
|
|
1850
1900
|
comment: "Small handheld devices and mini-windows",
|
|
@@ -1873,13 +1923,14 @@ export default {
|
|
|
1873
1923
|
attributes: {
|
|
1874
1924
|
category: "breakpoint",
|
|
1875
1925
|
},
|
|
1926
|
+
key: "{semantic.container-size.height.xxs}",
|
|
1876
1927
|
},
|
|
1877
1928
|
name: "Container Size Height Xxs",
|
|
1878
1929
|
path: ["semantic", "container-size", "height", "xxs"],
|
|
1879
1930
|
comment: "Small handheld devices and mini-windows",
|
|
1880
|
-
key: "{semantic.container-size.height.xxs}",
|
|
1881
1931
|
},
|
|
1882
1932
|
xs: {
|
|
1933
|
+
key: "{semantic.container-size.height.xs}",
|
|
1883
1934
|
value: {
|
|
1884
1935
|
min: "155px",
|
|
1885
1936
|
max: "328px",
|
|
@@ -1898,6 +1949,7 @@ export default {
|
|
|
1898
1949
|
description: "Handheld devices",
|
|
1899
1950
|
filePath: "src/tokens/semantic/container-size.json",
|
|
1900
1951
|
isSource: true,
|
|
1952
|
+
key: "{semantic.container-size.height.xs}",
|
|
1901
1953
|
name: "calcite-semantic-container-size-height-xs",
|
|
1902
1954
|
path: ["semantic", "container-size", "height", "xs"],
|
|
1903
1955
|
comment: "Handheld devices",
|
|
@@ -1926,13 +1978,14 @@ export default {
|
|
|
1926
1978
|
attributes: {
|
|
1927
1979
|
category: "breakpoint",
|
|
1928
1980
|
},
|
|
1981
|
+
key: "{semantic.container-size.height.xs}",
|
|
1929
1982
|
},
|
|
1930
1983
|
name: "Container Size Height Xs",
|
|
1931
1984
|
path: ["semantic", "container-size", "height", "xs"],
|
|
1932
1985
|
comment: "Handheld devices",
|
|
1933
|
-
key: "{semantic.container-size.height.xs}",
|
|
1934
1986
|
},
|
|
1935
1987
|
sm: {
|
|
1988
|
+
key: "{semantic.container-size.height.sm}",
|
|
1936
1989
|
value: {
|
|
1937
1990
|
min: "329px",
|
|
1938
1991
|
max: "504px",
|
|
@@ -1951,6 +2004,7 @@ export default {
|
|
|
1951
2004
|
description: "Small tablets",
|
|
1952
2005
|
filePath: "src/tokens/semantic/container-size.json",
|
|
1953
2006
|
isSource: true,
|
|
2007
|
+
key: "{semantic.container-size.height.sm}",
|
|
1954
2008
|
name: "calcite-semantic-container-size-height-sm",
|
|
1955
2009
|
path: ["semantic", "container-size", "height", "sm"],
|
|
1956
2010
|
comment: "Small tablets",
|
|
@@ -1979,13 +2033,14 @@ export default {
|
|
|
1979
2033
|
attributes: {
|
|
1980
2034
|
category: "breakpoint",
|
|
1981
2035
|
},
|
|
2036
|
+
key: "{semantic.container-size.height.sm}",
|
|
1982
2037
|
},
|
|
1983
2038
|
name: "Container Size Height Sm",
|
|
1984
2039
|
path: ["semantic", "container-size", "height", "sm"],
|
|
1985
2040
|
comment: "Small tablets",
|
|
1986
|
-
key: "{semantic.container-size.height.sm}",
|
|
1987
2041
|
},
|
|
1988
2042
|
md: {
|
|
2043
|
+
key: "{semantic.container-size.height.md}",
|
|
1989
2044
|
value: {
|
|
1990
2045
|
min: "505px",
|
|
1991
2046
|
max: "678px",
|
|
@@ -2004,6 +2059,7 @@ export default {
|
|
|
2004
2059
|
description: "Small laptops",
|
|
2005
2060
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2006
2061
|
isSource: true,
|
|
2062
|
+
key: "{semantic.container-size.height.md}",
|
|
2007
2063
|
name: "calcite-semantic-container-size-height-md",
|
|
2008
2064
|
path: ["semantic", "container-size", "height", "md"],
|
|
2009
2065
|
comment: "Small laptops",
|
|
@@ -2032,13 +2088,14 @@ export default {
|
|
|
2032
2088
|
attributes: {
|
|
2033
2089
|
category: "breakpoint",
|
|
2034
2090
|
},
|
|
2091
|
+
key: "{semantic.container-size.height.md}",
|
|
2035
2092
|
},
|
|
2036
2093
|
name: "Container Size Height Md",
|
|
2037
2094
|
path: ["semantic", "container-size", "height", "md"],
|
|
2038
2095
|
comment: "Small laptops",
|
|
2039
|
-
key: "{semantic.container-size.height.md}",
|
|
2040
2096
|
},
|
|
2041
2097
|
lg: {
|
|
2098
|
+
key: "{semantic.container-size.height.lg}",
|
|
2042
2099
|
value: {
|
|
2043
2100
|
min: "679px",
|
|
2044
2101
|
max: "854px",
|
|
@@ -2057,6 +2114,7 @@ export default {
|
|
|
2057
2114
|
description: "Large laptops and desktop computers",
|
|
2058
2115
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2059
2116
|
isSource: true,
|
|
2117
|
+
key: "{semantic.container-size.height.lg}",
|
|
2060
2118
|
name: "calcite-semantic-container-size-height-lg",
|
|
2061
2119
|
path: ["semantic", "container-size", "height", "lg"],
|
|
2062
2120
|
comment: "Large laptops and desktop computers",
|
|
@@ -2085,13 +2143,14 @@ export default {
|
|
|
2085
2143
|
attributes: {
|
|
2086
2144
|
category: "breakpoint",
|
|
2087
2145
|
},
|
|
2146
|
+
key: "{semantic.container-size.height.lg}",
|
|
2088
2147
|
},
|
|
2089
2148
|
name: "Container Size Height Lg",
|
|
2090
2149
|
path: ["semantic", "container-size", "height", "lg"],
|
|
2091
2150
|
comment: "Large laptops and desktop computers",
|
|
2092
|
-
key: "{semantic.container-size.height.lg}",
|
|
2093
2151
|
},
|
|
2094
2152
|
xl: {
|
|
2153
|
+
key: "{semantic.container-size.height.xl}",
|
|
2095
2154
|
value: {
|
|
2096
2155
|
min: "855px",
|
|
2097
2156
|
},
|
|
@@ -2108,6 +2167,7 @@ export default {
|
|
|
2108
2167
|
description: "Projectors and televisions",
|
|
2109
2168
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2110
2169
|
isSource: true,
|
|
2170
|
+
key: "{semantic.container-size.height.xl}",
|
|
2111
2171
|
name: "calcite-semantic-container-size-height-xl",
|
|
2112
2172
|
path: ["semantic", "container-size", "height", "xl"],
|
|
2113
2173
|
comment: "Projectors and televisions",
|
|
@@ -2135,15 +2195,16 @@ export default {
|
|
|
2135
2195
|
attributes: {
|
|
2136
2196
|
category: "breakpoint",
|
|
2137
2197
|
},
|
|
2198
|
+
key: "{semantic.container-size.height.xl}",
|
|
2138
2199
|
},
|
|
2139
2200
|
name: "Container Size Height Xl",
|
|
2140
2201
|
path: ["semantic", "container-size", "height", "xl"],
|
|
2141
2202
|
comment: "Projectors and televisions",
|
|
2142
|
-
key: "{semantic.container-size.height.xl}",
|
|
2143
2203
|
},
|
|
2144
2204
|
},
|
|
2145
2205
|
width: {
|
|
2146
2206
|
xxs: {
|
|
2207
|
+
key: "{semantic.container-size.width.xxs}",
|
|
2147
2208
|
value: {
|
|
2148
2209
|
min: "0",
|
|
2149
2210
|
max: "320px",
|
|
@@ -2156,12 +2217,13 @@ export default {
|
|
|
2156
2217
|
item: "width",
|
|
2157
2218
|
subitem: "xxs",
|
|
2158
2219
|
value: {
|
|
2159
|
-
min: 0,
|
|
2220
|
+
min: "0",
|
|
2160
2221
|
max: "320px",
|
|
2161
2222
|
},
|
|
2162
2223
|
description: "Small handheld devices and mini-windows",
|
|
2163
2224
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2164
2225
|
isSource: true,
|
|
2226
|
+
key: "{semantic.container-size.width.xxs}",
|
|
2165
2227
|
name: "calcite-semantic-container-size-width-xxs",
|
|
2166
2228
|
path: ["semantic", "container-size", "width", "xxs"],
|
|
2167
2229
|
comment: "Small handheld devices and mini-windows",
|
|
@@ -2182,7 +2244,7 @@ export default {
|
|
|
2182
2244
|
isSource: true,
|
|
2183
2245
|
original: {
|
|
2184
2246
|
value: {
|
|
2185
|
-
min: 0,
|
|
2247
|
+
min: "0",
|
|
2186
2248
|
max: "{core.container-size.320}",
|
|
2187
2249
|
},
|
|
2188
2250
|
type: "dimension",
|
|
@@ -2190,13 +2252,14 @@ export default {
|
|
|
2190
2252
|
attributes: {
|
|
2191
2253
|
category: "breakpoint",
|
|
2192
2254
|
},
|
|
2255
|
+
key: "{semantic.container-size.width.xxs}",
|
|
2193
2256
|
},
|
|
2194
2257
|
name: "Container Size Width Xxs",
|
|
2195
2258
|
path: ["semantic", "container-size", "width", "xxs"],
|
|
2196
2259
|
comment: "Small handheld devices and mini-windows",
|
|
2197
|
-
key: "{semantic.container-size.width.xxs}",
|
|
2198
2260
|
},
|
|
2199
2261
|
xs: {
|
|
2262
|
+
key: "{semantic.container-size.width.xs}",
|
|
2200
2263
|
value: {
|
|
2201
2264
|
min: "321px",
|
|
2202
2265
|
max: "476px",
|
|
@@ -2215,6 +2278,7 @@ export default {
|
|
|
2215
2278
|
description: "Handheld devices",
|
|
2216
2279
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2217
2280
|
isSource: true,
|
|
2281
|
+
key: "{semantic.container-size.width.xs}",
|
|
2218
2282
|
name: "calcite-semantic-container-size-width-xs",
|
|
2219
2283
|
path: ["semantic", "container-size", "width", "xs"],
|
|
2220
2284
|
comment: "Handheld devices",
|
|
@@ -2243,13 +2307,14 @@ export default {
|
|
|
2243
2307
|
attributes: {
|
|
2244
2308
|
category: "breakpoint",
|
|
2245
2309
|
},
|
|
2310
|
+
key: "{semantic.container-size.width.xs}",
|
|
2246
2311
|
},
|
|
2247
2312
|
name: "Container Size Width Xs",
|
|
2248
2313
|
path: ["semantic", "container-size", "width", "xs"],
|
|
2249
2314
|
comment: "Handheld devices",
|
|
2250
|
-
key: "{semantic.container-size.width.xs}",
|
|
2251
2315
|
},
|
|
2252
2316
|
sm: {
|
|
2317
|
+
key: "{semantic.container-size.width.sm}",
|
|
2253
2318
|
value: {
|
|
2254
2319
|
min: "477px",
|
|
2255
2320
|
max: "768px",
|
|
@@ -2268,6 +2333,7 @@ export default {
|
|
|
2268
2333
|
description: "Small tablets",
|
|
2269
2334
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2270
2335
|
isSource: true,
|
|
2336
|
+
key: "{semantic.container-size.width.sm}",
|
|
2271
2337
|
name: "calcite-semantic-container-size-width-sm",
|
|
2272
2338
|
path: ["semantic", "container-size", "width", "sm"],
|
|
2273
2339
|
comment: "Small tablets",
|
|
@@ -2296,13 +2362,14 @@ export default {
|
|
|
2296
2362
|
attributes: {
|
|
2297
2363
|
category: "breakpoint",
|
|
2298
2364
|
},
|
|
2365
|
+
key: "{semantic.container-size.width.sm}",
|
|
2299
2366
|
},
|
|
2300
2367
|
name: "Container Size Width Sm",
|
|
2301
2368
|
path: ["semantic", "container-size", "width", "sm"],
|
|
2302
2369
|
comment: "Small tablets",
|
|
2303
|
-
key: "{semantic.container-size.width.sm}",
|
|
2304
2370
|
},
|
|
2305
2371
|
md: {
|
|
2372
|
+
key: "{semantic.container-size.width.md}",
|
|
2306
2373
|
value: {
|
|
2307
2374
|
min: "769px",
|
|
2308
2375
|
max: "1152px",
|
|
@@ -2321,6 +2388,7 @@ export default {
|
|
|
2321
2388
|
description: "Small laptops",
|
|
2322
2389
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2323
2390
|
isSource: true,
|
|
2391
|
+
key: "{semantic.container-size.width.md}",
|
|
2324
2392
|
name: "calcite-semantic-container-size-width-md",
|
|
2325
2393
|
path: ["semantic", "container-size", "width", "md"],
|
|
2326
2394
|
comment: "Small laptops",
|
|
@@ -2349,13 +2417,14 @@ export default {
|
|
|
2349
2417
|
attributes: {
|
|
2350
2418
|
category: "breakpoint",
|
|
2351
2419
|
},
|
|
2420
|
+
key: "{semantic.container-size.width.md}",
|
|
2352
2421
|
},
|
|
2353
2422
|
name: "Container Size Width Md",
|
|
2354
2423
|
path: ["semantic", "container-size", "width", "md"],
|
|
2355
2424
|
comment: "Small laptops",
|
|
2356
|
-
key: "{semantic.container-size.width.md}",
|
|
2357
2425
|
},
|
|
2358
2426
|
lg: {
|
|
2427
|
+
key: "{semantic.container-size.width.lg}",
|
|
2359
2428
|
value: {
|
|
2360
2429
|
min: "1153px",
|
|
2361
2430
|
max: "1440px",
|
|
@@ -2374,6 +2443,7 @@ export default {
|
|
|
2374
2443
|
description: "Large laptops and desktop computers",
|
|
2375
2444
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2376
2445
|
isSource: true,
|
|
2446
|
+
key: "{semantic.container-size.width.lg}",
|
|
2377
2447
|
name: "calcite-semantic-container-size-width-lg",
|
|
2378
2448
|
path: ["semantic", "container-size", "width", "lg"],
|
|
2379
2449
|
comment: "Large laptops and desktop computers",
|
|
@@ -2402,13 +2472,14 @@ export default {
|
|
|
2402
2472
|
attributes: {
|
|
2403
2473
|
category: "breakpoint",
|
|
2404
2474
|
},
|
|
2475
|
+
key: "{semantic.container-size.width.lg}",
|
|
2405
2476
|
},
|
|
2406
2477
|
name: "Container Size Width Lg",
|
|
2407
2478
|
path: ["semantic", "container-size", "width", "lg"],
|
|
2408
2479
|
comment: "Large laptops and desktop computers",
|
|
2409
|
-
key: "{semantic.container-size.width.lg}",
|
|
2410
2480
|
},
|
|
2411
2481
|
xl: {
|
|
2482
|
+
key: "{semantic.container-size.width.xl}",
|
|
2412
2483
|
value: {
|
|
2413
2484
|
min: "1441px",
|
|
2414
2485
|
},
|
|
@@ -2425,6 +2496,7 @@ export default {
|
|
|
2425
2496
|
description: "Projectors and televisions",
|
|
2426
2497
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2427
2498
|
isSource: true,
|
|
2499
|
+
key: "{semantic.container-size.width.xl}",
|
|
2428
2500
|
name: "calcite-semantic-container-size-width-xl",
|
|
2429
2501
|
path: ["semantic", "container-size", "width", "xl"],
|
|
2430
2502
|
comment: "Projectors and televisions",
|
|
@@ -2452,14 +2524,15 @@ export default {
|
|
|
2452
2524
|
attributes: {
|
|
2453
2525
|
category: "breakpoint",
|
|
2454
2526
|
},
|
|
2527
|
+
key: "{semantic.container-size.width.xl}",
|
|
2455
2528
|
},
|
|
2456
2529
|
name: "Container Size Width Xl",
|
|
2457
2530
|
path: ["semantic", "container-size", "width", "xl"],
|
|
2458
2531
|
comment: "Projectors and televisions",
|
|
2459
|
-
key: "{semantic.container-size.width.xl}",
|
|
2460
2532
|
},
|
|
2461
2533
|
},
|
|
2462
2534
|
margin: {
|
|
2535
|
+
key: "{semantic.container-size.margin}",
|
|
2463
2536
|
value: "24px",
|
|
2464
2537
|
type: "dimension",
|
|
2465
2538
|
attributes: {
|
|
@@ -2487,12 +2560,13 @@ export default {
|
|
|
2487
2560
|
attributes: {
|
|
2488
2561
|
category: "breakpoint",
|
|
2489
2562
|
},
|
|
2563
|
+
key: "{semantic.container-size.margin}",
|
|
2490
2564
|
},
|
|
2491
2565
|
name: "Container Size Margin",
|
|
2492
2566
|
path: ["semantic", "container-size", "margin"],
|
|
2493
|
-
key: "{semantic.container-size.margin}",
|
|
2494
2567
|
},
|
|
2495
2568
|
gutter: {
|
|
2569
|
+
key: "{semantic.container-size.gutter}",
|
|
2496
2570
|
value: "16px",
|
|
2497
2571
|
type: "dimension",
|
|
2498
2572
|
attributes: {
|
|
@@ -2520,13 +2594,14 @@ export default {
|
|
|
2520
2594
|
attributes: {
|
|
2521
2595
|
category: "breakpoint",
|
|
2522
2596
|
},
|
|
2597
|
+
key: "{semantic.container-size.gutter}",
|
|
2523
2598
|
},
|
|
2524
2599
|
name: "Container Size Gutter",
|
|
2525
2600
|
path: ["semantic", "container-size", "gutter"],
|
|
2526
|
-
key: "{semantic.container-size.gutter}",
|
|
2527
2601
|
},
|
|
2528
2602
|
content: {
|
|
2529
2603
|
fluid: {
|
|
2604
|
+
key: "{semantic.container-size.content.fluid}",
|
|
2530
2605
|
value: "100%",
|
|
2531
2606
|
type: "dimension",
|
|
2532
2607
|
description: "for fluid grid widths",
|
|
@@ -2539,6 +2614,7 @@ export default {
|
|
|
2539
2614
|
description: "for fluid grid widths",
|
|
2540
2615
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2541
2616
|
isSource: true,
|
|
2617
|
+
key: "{semantic.container-size.content.fluid}",
|
|
2542
2618
|
name: "calcite-semantic-container-size-content-fluid",
|
|
2543
2619
|
path: ["semantic", "container-size", "content", "fluid"],
|
|
2544
2620
|
comment: "for fluid grid widths",
|
|
@@ -2564,13 +2640,14 @@ export default {
|
|
|
2564
2640
|
attributes: {
|
|
2565
2641
|
category: "breakpoint",
|
|
2566
2642
|
},
|
|
2643
|
+
key: "{semantic.container-size.content.fluid}",
|
|
2567
2644
|
},
|
|
2568
2645
|
name: "Container Size Content Fluid",
|
|
2569
2646
|
path: ["semantic", "container-size", "content", "fluid"],
|
|
2570
2647
|
comment: "for fluid grid widths",
|
|
2571
|
-
key: "{semantic.container-size.content.fluid}",
|
|
2572
2648
|
},
|
|
2573
2649
|
fixed: {
|
|
2650
|
+
key: "{semantic.container-size.content.fixed}",
|
|
2574
2651
|
value: "1440px",
|
|
2575
2652
|
type: "dimension",
|
|
2576
2653
|
description: "only for lg breakpoint fixed grid width",
|
|
@@ -2583,6 +2660,7 @@ export default {
|
|
|
2583
2660
|
description: "only for lg breakpoint fixed grid width",
|
|
2584
2661
|
filePath: "src/tokens/semantic/container-size.json",
|
|
2585
2662
|
isSource: true,
|
|
2663
|
+
key: "{semantic.container-size.content.fixed}",
|
|
2586
2664
|
name: "calcite-semantic-container-size-content-fixed",
|
|
2587
2665
|
path: ["semantic", "container-size", "content", "fixed"],
|
|
2588
2666
|
comment: "only for lg breakpoint fixed grid width",
|
|
@@ -2608,17 +2686,18 @@ export default {
|
|
|
2608
2686
|
attributes: {
|
|
2609
2687
|
category: "breakpoint",
|
|
2610
2688
|
},
|
|
2689
|
+
key: "{semantic.container-size.content.fixed}",
|
|
2611
2690
|
},
|
|
2612
2691
|
name: "Container Size Content Fixed",
|
|
2613
2692
|
path: ["semantic", "container-size", "content", "fixed"],
|
|
2614
2693
|
comment: "only for lg breakpoint fixed grid width",
|
|
2615
|
-
key: "{semantic.container-size.content.fixed}",
|
|
2616
2694
|
},
|
|
2617
2695
|
},
|
|
2618
2696
|
},
|
|
2619
2697
|
corner: {
|
|
2620
2698
|
radius: {
|
|
2621
2699
|
default: {
|
|
2700
|
+
key: "{semantic.corner.radius.default}",
|
|
2622
2701
|
value: "0",
|
|
2623
2702
|
type: "dimension",
|
|
2624
2703
|
attributes: {
|
|
@@ -2647,12 +2726,13 @@ export default {
|
|
|
2647
2726
|
attributes: {
|
|
2648
2727
|
category: "corner",
|
|
2649
2728
|
},
|
|
2729
|
+
key: "{semantic.corner.radius.default}",
|
|
2650
2730
|
},
|
|
2651
2731
|
name: "Corner Radius",
|
|
2652
2732
|
path: ["semantic", "corner", "radius", "default"],
|
|
2653
|
-
key: "{semantic.corner.radius.default}",
|
|
2654
2733
|
},
|
|
2655
2734
|
sharp: {
|
|
2735
|
+
key: "{semantic.corner.radius.sharp}",
|
|
2656
2736
|
value: "0",
|
|
2657
2737
|
type: "dimension",
|
|
2658
2738
|
attributes: {
|
|
@@ -2664,6 +2744,7 @@ export default {
|
|
|
2664
2744
|
description: "deprecated, use --calcite-conder-radius-none instead",
|
|
2665
2745
|
filePath: "src/tokens/semantic/corner.json",
|
|
2666
2746
|
isSource: true,
|
|
2747
|
+
key: "{semantic.corner.radius.sharp}",
|
|
2667
2748
|
name: "calcite-semantic-corner-radius-sharp",
|
|
2668
2749
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
2669
2750
|
comment: "deprecated, use --calcite-conder-radius-none instead",
|
|
@@ -2690,13 +2771,14 @@ export default {
|
|
|
2690
2771
|
category: "corner",
|
|
2691
2772
|
},
|
|
2692
2773
|
description: "deprecated, use --calcite-conder-radius-none instead",
|
|
2774
|
+
key: "{semantic.corner.radius.sharp}",
|
|
2693
2775
|
},
|
|
2694
2776
|
name: "Corner Radius Sharp",
|
|
2695
2777
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
2696
2778
|
comment: "deprecated, use --calcite-conder-radius-none instead",
|
|
2697
|
-
key: "{semantic.corner.radius.sharp}",
|
|
2698
2779
|
},
|
|
2699
2780
|
none: {
|
|
2781
|
+
key: "{semantic.corner.radius.none}",
|
|
2700
2782
|
value: "0",
|
|
2701
2783
|
type: "dimension",
|
|
2702
2784
|
attributes: {
|
|
@@ -2725,12 +2807,13 @@ export default {
|
|
|
2725
2807
|
attributes: {
|
|
2726
2808
|
category: "corner",
|
|
2727
2809
|
},
|
|
2810
|
+
key: "{semantic.corner.radius.none}",
|
|
2728
2811
|
},
|
|
2729
2812
|
name: "Corner Radius None",
|
|
2730
2813
|
path: ["semantic", "corner", "radius", "none"],
|
|
2731
|
-
key: "{semantic.corner.radius.none}",
|
|
2732
2814
|
},
|
|
2733
2815
|
xs: {
|
|
2816
|
+
key: "{semantic.corner.radius.xs}",
|
|
2734
2817
|
value: "2px",
|
|
2735
2818
|
type: "dimension",
|
|
2736
2819
|
attributes: {
|
|
@@ -2759,12 +2842,13 @@ export default {
|
|
|
2759
2842
|
attributes: {
|
|
2760
2843
|
category: "corner",
|
|
2761
2844
|
},
|
|
2845
|
+
key: "{semantic.corner.radius.xs}",
|
|
2762
2846
|
},
|
|
2763
2847
|
name: "Corner Radius Xs",
|
|
2764
2848
|
path: ["semantic", "corner", "radius", "xs"],
|
|
2765
|
-
key: "{semantic.corner.radius.xs}",
|
|
2766
2849
|
},
|
|
2767
2850
|
sm: {
|
|
2851
|
+
key: "{semantic.corner.radius.sm}",
|
|
2768
2852
|
value: "4px",
|
|
2769
2853
|
type: "dimension",
|
|
2770
2854
|
attributes: {
|
|
@@ -2793,12 +2877,13 @@ export default {
|
|
|
2793
2877
|
attributes: {
|
|
2794
2878
|
category: "corner",
|
|
2795
2879
|
},
|
|
2880
|
+
key: "{semantic.corner.radius.sm}",
|
|
2796
2881
|
},
|
|
2797
2882
|
name: "Corner Radius Sm",
|
|
2798
2883
|
path: ["semantic", "corner", "radius", "sm"],
|
|
2799
|
-
key: "{semantic.corner.radius.sm}",
|
|
2800
2884
|
},
|
|
2801
2885
|
round: {
|
|
2886
|
+
key: "{semantic.corner.radius.round}",
|
|
2802
2887
|
value: "4px",
|
|
2803
2888
|
type: "dimension",
|
|
2804
2889
|
attributes: {
|
|
@@ -2810,6 +2895,7 @@ export default {
|
|
|
2810
2895
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2811
2896
|
filePath: "src/tokens/semantic/corner.json",
|
|
2812
2897
|
isSource: true,
|
|
2898
|
+
key: "{semantic.corner.radius.round}",
|
|
2813
2899
|
name: "calcite-semantic-corner-radius-round",
|
|
2814
2900
|
path: ["semantic", "corner", "radius", "round"],
|
|
2815
2901
|
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
@@ -2836,13 +2922,14 @@ export default {
|
|
|
2836
2922
|
category: "corner",
|
|
2837
2923
|
},
|
|
2838
2924
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2925
|
+
key: "{semantic.corner.radius.round}",
|
|
2839
2926
|
},
|
|
2840
2927
|
name: "Corner Radius Round",
|
|
2841
2928
|
path: ["semantic", "corner", "radius", "round"],
|
|
2842
2929
|
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2843
|
-
key: "{semantic.corner.radius.round}",
|
|
2844
2930
|
},
|
|
2845
2931
|
pill: {
|
|
2932
|
+
key: "{semantic.corner.radius.pill}",
|
|
2846
2933
|
value: "100%",
|
|
2847
2934
|
type: "dimension",
|
|
2848
2935
|
attributes: {
|
|
@@ -2873,29 +2960,30 @@ export default {
|
|
|
2873
2960
|
element: "",
|
|
2874
2961
|
category: "corner",
|
|
2875
2962
|
},
|
|
2963
|
+
key: "{semantic.corner.radius.pill}",
|
|
2876
2964
|
},
|
|
2877
2965
|
name: "Corner Radius Pill",
|
|
2878
2966
|
path: ["semantic", "corner", "radius", "pill"],
|
|
2879
|
-
key: "{semantic.corner.radius.pill}",
|
|
2880
2967
|
},
|
|
2881
2968
|
},
|
|
2882
2969
|
},
|
|
2883
2970
|
font: {
|
|
2884
2971
|
family: {
|
|
2885
2972
|
default: {
|
|
2973
|
+
key: "{semantic.font.family.default}",
|
|
2886
2974
|
value: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
2887
2975
|
type: "fontFamily",
|
|
2888
|
-
description: "Primary font with fallbacks",
|
|
2889
2976
|
attributes: {
|
|
2890
2977
|
group: "family",
|
|
2891
2978
|
category: "semantic",
|
|
2892
2979
|
type: "fontFamily",
|
|
2893
2980
|
item: "family",
|
|
2894
2981
|
subitem: "default",
|
|
2895
|
-
value:
|
|
2982
|
+
value: "Avenir Next,Avenir,Helvetica Neue,sans-serif",
|
|
2896
2983
|
description: "Primary font with fallbacks",
|
|
2897
2984
|
filePath: "src/tokens/semantic/font.json",
|
|
2898
2985
|
isSource: true,
|
|
2986
|
+
key: "{semantic.font.family.default}",
|
|
2899
2987
|
name: "calcite-semantic-font-family-default",
|
|
2900
2988
|
path: ["semantic", "font", "family", "default"],
|
|
2901
2989
|
comment: "Primary font with fallbacks",
|
|
@@ -2912,27 +3000,25 @@ export default {
|
|
|
2912
3000
|
type: "fontFamily",
|
|
2913
3001
|
},
|
|
2914
3002
|
},
|
|
3003
|
+
description: "Primary font with fallbacks",
|
|
2915
3004
|
filePath: "src/tokens/semantic/font.json",
|
|
2916
3005
|
isSource: true,
|
|
2917
3006
|
original: {
|
|
2918
|
-
value:
|
|
2919
|
-
"{core.font.family.avenirNext}",
|
|
2920
|
-
"{core.font.family.avenir}",
|
|
2921
|
-
"{core.font.family.helveticaNeue}",
|
|
2922
|
-
"{core.font.family.sansSerif}",
|
|
2923
|
-
],
|
|
3007
|
+
value:
|
|
3008
|
+
"{core.font.family.avenirNext},{core.font.family.avenir},{core.font.family.helveticaNeue},{core.font.family.sansSerif}",
|
|
2924
3009
|
type: "fontFamily",
|
|
2925
|
-
description: "Primary font with fallbacks",
|
|
2926
3010
|
attributes: {
|
|
2927
3011
|
group: "family",
|
|
2928
3012
|
},
|
|
3013
|
+
description: "Primary font with fallbacks",
|
|
3014
|
+
key: "{semantic.font.family.default}",
|
|
2929
3015
|
},
|
|
2930
3016
|
name: "Font Family",
|
|
2931
3017
|
path: ["semantic", "font", "family", "default"],
|
|
2932
3018
|
comment: "Primary font with fallbacks",
|
|
2933
|
-
key: "{semantic.font.family.default}",
|
|
2934
3019
|
},
|
|
2935
3020
|
code: {
|
|
3021
|
+
key: "{semantic.font.family.code}",
|
|
2936
3022
|
value: [
|
|
2937
3023
|
"Monaco",
|
|
2938
3024
|
"Consolas",
|
|
@@ -2941,22 +3027,16 @@ export default {
|
|
|
2941
3027
|
"monospace",
|
|
2942
3028
|
],
|
|
2943
3029
|
type: "fontFamily",
|
|
2944
|
-
description: "Font family for code with fallbacks",
|
|
2945
3030
|
attributes: {
|
|
2946
3031
|
category: "font",
|
|
2947
3032
|
type: "fontFamily",
|
|
2948
3033
|
item: "family",
|
|
2949
3034
|
subitem: "code",
|
|
2950
|
-
value:
|
|
2951
|
-
"Monaco",
|
|
2952
|
-
"Consolas",
|
|
2953
|
-
"Andale Mono",
|
|
2954
|
-
"Lucida Console",
|
|
2955
|
-
"monospace",
|
|
2956
|
-
],
|
|
3035
|
+
value: "Monaco,Consolas,Andale Mono,Lucida Console,monospace",
|
|
2957
3036
|
description: "Font family for code with fallbacks",
|
|
2958
3037
|
filePath: "src/tokens/semantic/font.json",
|
|
2959
3038
|
isSource: true,
|
|
3039
|
+
key: "{semantic.font.family.code}",
|
|
2960
3040
|
name: "calcite-semantic-font-family-code",
|
|
2961
3041
|
path: ["semantic", "font", "family", "code"],
|
|
2962
3042
|
comment: "Font family for code with fallbacks",
|
|
@@ -2973,33 +3053,29 @@ export default {
|
|
|
2973
3053
|
type: "fontFamily",
|
|
2974
3054
|
},
|
|
2975
3055
|
},
|
|
3056
|
+
description: "Font family for code with fallbacks",
|
|
2976
3057
|
filePath: "src/tokens/semantic/font.json",
|
|
2977
3058
|
isSource: true,
|
|
2978
3059
|
original: {
|
|
2979
|
-
value:
|
|
2980
|
-
"{core.font.family.monaco}",
|
|
2981
|
-
"{core.font.family.consolas}",
|
|
2982
|
-
"{core.font.family.andaleMono}",
|
|
2983
|
-
"{core.font.family.lucidaConsole}",
|
|
2984
|
-
"{core.font.family.monospace}",
|
|
2985
|
-
],
|
|
3060
|
+
value:
|
|
3061
|
+
"{core.font.family.monaco},{core.font.family.consolas},{core.font.family.andaleMono},{core.font.family.lucidaConsole},{core.font.family.monospace}",
|
|
2986
3062
|
type: "fontFamily",
|
|
2987
|
-
description: "Font family for code with fallbacks",
|
|
2988
3063
|
attributes: {
|
|
2989
3064
|
category: "font",
|
|
2990
3065
|
},
|
|
3066
|
+
description: "Font family for code with fallbacks",
|
|
3067
|
+
key: "{semantic.font.family.code}",
|
|
2991
3068
|
},
|
|
2992
3069
|
name: "Font Family Code",
|
|
2993
3070
|
path: ["semantic", "font", "family", "code"],
|
|
2994
3071
|
comment: "Font family for code with fallbacks",
|
|
2995
|
-
key: "{semantic.font.family.code}",
|
|
2996
3072
|
},
|
|
2997
3073
|
},
|
|
2998
3074
|
weight: {
|
|
2999
3075
|
light: {
|
|
3076
|
+
key: "{semantic.font.weight.light}",
|
|
3000
3077
|
value: "300",
|
|
3001
3078
|
type: "fontWeight",
|
|
3002
|
-
description: "For Avenir Next World (secondary font family)",
|
|
3003
3079
|
attributes: {
|
|
3004
3080
|
category: "font",
|
|
3005
3081
|
type: "fontWeight",
|
|
@@ -3009,6 +3085,7 @@ export default {
|
|
|
3009
3085
|
description: "For Avenir Next World (secondary font family)",
|
|
3010
3086
|
filePath: "src/tokens/semantic/font.json",
|
|
3011
3087
|
isSource: true,
|
|
3088
|
+
key: "{semantic.font.weight.light}",
|
|
3012
3089
|
name: "calcite-semantic-font-weight-light",
|
|
3013
3090
|
path: ["semantic", "font", "weight", "light"],
|
|
3014
3091
|
comment: "For Avenir Next World (secondary font family)",
|
|
@@ -3025,26 +3102,26 @@ export default {
|
|
|
3025
3102
|
type: "fontWeight",
|
|
3026
3103
|
},
|
|
3027
3104
|
},
|
|
3105
|
+
description: "For Avenir Next World (secondary font family)",
|
|
3028
3106
|
filePath: "src/tokens/semantic/font.json",
|
|
3029
3107
|
isSource: true,
|
|
3030
3108
|
original: {
|
|
3031
3109
|
value: "{core.font.weight.light}",
|
|
3032
3110
|
type: "fontWeight",
|
|
3033
|
-
description: "For Avenir Next World (secondary font family)",
|
|
3034
3111
|
attributes: {
|
|
3035
3112
|
category: "font",
|
|
3036
3113
|
},
|
|
3114
|
+
description: "For Avenir Next World (secondary font family)",
|
|
3115
|
+
key: "{semantic.font.weight.light}",
|
|
3037
3116
|
},
|
|
3038
3117
|
name: "Font Weight Light",
|
|
3039
3118
|
path: ["semantic", "font", "weight", "light"],
|
|
3040
3119
|
comment: "For Avenir Next World (secondary font family)",
|
|
3041
|
-
key: "{semantic.font.weight.light}",
|
|
3042
3120
|
},
|
|
3043
3121
|
normal: {
|
|
3122
|
+
key: "{semantic.font.weight.normal}",
|
|
3044
3123
|
value: "400",
|
|
3045
3124
|
type: "fontWeight",
|
|
3046
|
-
description:
|
|
3047
|
-
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3048
3125
|
extensions: {
|
|
3049
3126
|
"calcite.deprecated": true,
|
|
3050
3127
|
},
|
|
@@ -3054,13 +3131,14 @@ export default {
|
|
|
3054
3131
|
item: "weight",
|
|
3055
3132
|
subitem: "normal",
|
|
3056
3133
|
value: "400",
|
|
3057
|
-
description:
|
|
3058
|
-
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3059
3134
|
extensions: {
|
|
3060
3135
|
"calcite.deprecated": true,
|
|
3061
3136
|
},
|
|
3137
|
+
description:
|
|
3138
|
+
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3062
3139
|
filePath: "src/tokens/semantic/font.json",
|
|
3063
3140
|
isSource: true,
|
|
3141
|
+
key: "{semantic.font.weight.normal}",
|
|
3064
3142
|
name: "calcite-semantic-font-weight-normal",
|
|
3065
3143
|
path: ["semantic", "font", "weight", "normal"],
|
|
3066
3144
|
comment:
|
|
@@ -3078,27 +3156,30 @@ export default {
|
|
|
3078
3156
|
type: "fontWeight",
|
|
3079
3157
|
},
|
|
3080
3158
|
},
|
|
3159
|
+
description:
|
|
3160
|
+
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3081
3161
|
filePath: "src/tokens/semantic/font.json",
|
|
3082
3162
|
isSource: true,
|
|
3083
3163
|
original: {
|
|
3084
3164
|
value: "{core.font.weight.regular}",
|
|
3085
3165
|
type: "fontWeight",
|
|
3086
|
-
description:
|
|
3087
|
-
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3088
3166
|
extensions: {
|
|
3089
3167
|
"calcite.deprecated": true,
|
|
3090
3168
|
},
|
|
3091
3169
|
attributes: {
|
|
3092
3170
|
category: "font",
|
|
3093
3171
|
},
|
|
3172
|
+
description:
|
|
3173
|
+
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3174
|
+
key: "{semantic.font.weight.normal}",
|
|
3094
3175
|
},
|
|
3095
3176
|
name: "Font Weight Normal",
|
|
3096
3177
|
path: ["semantic", "font", "weight", "normal"],
|
|
3097
3178
|
comment:
|
|
3098
3179
|
'For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"',
|
|
3099
|
-
key: "{semantic.font.weight.normal}",
|
|
3100
3180
|
},
|
|
3101
3181
|
regular: {
|
|
3182
|
+
key: "{semantic.font.weight.regular}",
|
|
3102
3183
|
value: "400",
|
|
3103
3184
|
type: "fontWeight",
|
|
3104
3185
|
attributes: {
|
|
@@ -3127,12 +3208,13 @@ export default {
|
|
|
3127
3208
|
attributes: {
|
|
3128
3209
|
category: "font",
|
|
3129
3210
|
},
|
|
3211
|
+
key: "{semantic.font.weight.regular}",
|
|
3130
3212
|
},
|
|
3131
3213
|
name: "Font Weight Regular",
|
|
3132
3214
|
path: ["semantic", "font", "weight", "regular"],
|
|
3133
|
-
key: "{semantic.font.weight.regular}",
|
|
3134
3215
|
},
|
|
3135
3216
|
medium: {
|
|
3217
|
+
key: "{semantic.font.weight.medium}",
|
|
3136
3218
|
value: "500",
|
|
3137
3219
|
type: "fontWeight",
|
|
3138
3220
|
attributes: {
|
|
@@ -3161,12 +3243,13 @@ export default {
|
|
|
3161
3243
|
attributes: {
|
|
3162
3244
|
category: "font",
|
|
3163
3245
|
},
|
|
3246
|
+
key: "{semantic.font.weight.medium}",
|
|
3164
3247
|
},
|
|
3165
3248
|
name: "Font Weight Medium",
|
|
3166
3249
|
path: ["semantic", "font", "weight", "medium"],
|
|
3167
|
-
key: "{semantic.font.weight.medium}",
|
|
3168
3250
|
},
|
|
3169
3251
|
semibold: {
|
|
3252
|
+
key: "{semantic.font.weight.semibold}",
|
|
3170
3253
|
value: "600",
|
|
3171
3254
|
type: "fontWeight",
|
|
3172
3255
|
attributes: {
|
|
@@ -3195,12 +3278,13 @@ export default {
|
|
|
3195
3278
|
attributes: {
|
|
3196
3279
|
category: "font",
|
|
3197
3280
|
},
|
|
3281
|
+
key: "{semantic.font.weight.semibold}",
|
|
3198
3282
|
},
|
|
3199
3283
|
name: "Font Weight Semibold",
|
|
3200
3284
|
path: ["semantic", "font", "weight", "semibold"],
|
|
3201
|
-
key: "{semantic.font.weight.semibold}",
|
|
3202
3285
|
},
|
|
3203
3286
|
bold: {
|
|
3287
|
+
key: "{semantic.font.weight.bold}",
|
|
3204
3288
|
value: "600",
|
|
3205
3289
|
type: "fontWeight",
|
|
3206
3290
|
attributes: {
|
|
@@ -3229,14 +3313,15 @@ export default {
|
|
|
3229
3313
|
attributes: {
|
|
3230
3314
|
category: "font",
|
|
3231
3315
|
},
|
|
3316
|
+
key: "{semantic.font.weight.bold}",
|
|
3232
3317
|
},
|
|
3233
3318
|
name: "Font Weight Bold",
|
|
3234
3319
|
path: ["semantic", "font", "weight", "bold"],
|
|
3235
|
-
key: "{semantic.font.weight.bold}",
|
|
3236
3320
|
},
|
|
3237
3321
|
},
|
|
3238
3322
|
size: {
|
|
3239
3323
|
xs: {
|
|
3324
|
+
key: "{semantic.font.size.xs}",
|
|
3240
3325
|
value: "10px",
|
|
3241
3326
|
type: "fontSize",
|
|
3242
3327
|
attributes: {
|
|
@@ -3265,12 +3350,13 @@ export default {
|
|
|
3265
3350
|
attributes: {
|
|
3266
3351
|
category: "font",
|
|
3267
3352
|
},
|
|
3353
|
+
key: "{semantic.font.size.xs}",
|
|
3268
3354
|
},
|
|
3269
3355
|
name: "Font Size Xs",
|
|
3270
3356
|
path: ["semantic", "font", "size", "xs"],
|
|
3271
|
-
key: "{semantic.font.size.xs}",
|
|
3272
3357
|
},
|
|
3273
3358
|
sm: {
|
|
3359
|
+
key: "{semantic.font.size.sm}",
|
|
3274
3360
|
value: "12px",
|
|
3275
3361
|
type: "fontSize",
|
|
3276
3362
|
attributes: {
|
|
@@ -3299,12 +3385,13 @@ export default {
|
|
|
3299
3385
|
attributes: {
|
|
3300
3386
|
category: "font",
|
|
3301
3387
|
},
|
|
3388
|
+
key: "{semantic.font.size.sm}",
|
|
3302
3389
|
},
|
|
3303
3390
|
name: "Font Size Sm",
|
|
3304
3391
|
path: ["semantic", "font", "size", "sm"],
|
|
3305
|
-
key: "{semantic.font.size.sm}",
|
|
3306
3392
|
},
|
|
3307
3393
|
default: {
|
|
3394
|
+
key: "{semantic.font.size.default}",
|
|
3308
3395
|
value: "14px",
|
|
3309
3396
|
type: "fontSize",
|
|
3310
3397
|
attributes: {
|
|
@@ -3333,12 +3420,13 @@ export default {
|
|
|
3333
3420
|
attributes: {
|
|
3334
3421
|
category: "font",
|
|
3335
3422
|
},
|
|
3423
|
+
key: "{semantic.font.size.default}",
|
|
3336
3424
|
},
|
|
3337
3425
|
name: "Font Size",
|
|
3338
3426
|
path: ["semantic", "font", "size", "default"],
|
|
3339
|
-
key: "{semantic.font.size.default}",
|
|
3340
3427
|
},
|
|
3341
3428
|
md: {
|
|
3429
|
+
key: "{semantic.font.size.md}",
|
|
3342
3430
|
value: "16px",
|
|
3343
3431
|
type: "fontSize",
|
|
3344
3432
|
attributes: {
|
|
@@ -3367,12 +3455,13 @@ export default {
|
|
|
3367
3455
|
attributes: {
|
|
3368
3456
|
category: "font",
|
|
3369
3457
|
},
|
|
3458
|
+
key: "{semantic.font.size.md}",
|
|
3370
3459
|
},
|
|
3371
3460
|
name: "Font Size Md",
|
|
3372
3461
|
path: ["semantic", "font", "size", "md"],
|
|
3373
|
-
key: "{semantic.font.size.md}",
|
|
3374
3462
|
},
|
|
3375
3463
|
lg: {
|
|
3464
|
+
key: "{semantic.font.size.lg}",
|
|
3376
3465
|
value: "18px",
|
|
3377
3466
|
type: "fontSize",
|
|
3378
3467
|
attributes: {
|
|
@@ -3401,12 +3490,13 @@ export default {
|
|
|
3401
3490
|
attributes: {
|
|
3402
3491
|
category: "font",
|
|
3403
3492
|
},
|
|
3493
|
+
key: "{semantic.font.size.lg}",
|
|
3404
3494
|
},
|
|
3405
3495
|
name: "Font Size Lg",
|
|
3406
3496
|
path: ["semantic", "font", "size", "lg"],
|
|
3407
|
-
key: "{semantic.font.size.lg}",
|
|
3408
3497
|
},
|
|
3409
3498
|
xl: {
|
|
3499
|
+
key: "{semantic.font.size.xl}",
|
|
3410
3500
|
value: "20px",
|
|
3411
3501
|
type: "fontSize",
|
|
3412
3502
|
attributes: {
|
|
@@ -3435,12 +3525,13 @@ export default {
|
|
|
3435
3525
|
attributes: {
|
|
3436
3526
|
category: "font",
|
|
3437
3527
|
},
|
|
3528
|
+
key: "{semantic.font.size.xl}",
|
|
3438
3529
|
},
|
|
3439
3530
|
name: "Font Size Xl",
|
|
3440
3531
|
path: ["semantic", "font", "size", "xl"],
|
|
3441
|
-
key: "{semantic.font.size.xl}",
|
|
3442
3532
|
},
|
|
3443
3533
|
xxl: {
|
|
3534
|
+
key: "{semantic.font.size.xxl}",
|
|
3444
3535
|
value: "24px",
|
|
3445
3536
|
type: "fontSize",
|
|
3446
3537
|
attributes: {
|
|
@@ -3469,14 +3560,15 @@ export default {
|
|
|
3469
3560
|
attributes: {
|
|
3470
3561
|
category: "font",
|
|
3471
3562
|
},
|
|
3563
|
+
key: "{semantic.font.size.xxl}",
|
|
3472
3564
|
},
|
|
3473
3565
|
name: "Font Size Xxl",
|
|
3474
3566
|
path: ["semantic", "font", "size", "xxl"],
|
|
3475
|
-
key: "{semantic.font.size.xxl}",
|
|
3476
3567
|
},
|
|
3477
3568
|
},
|
|
3478
3569
|
style: {
|
|
3479
3570
|
emphasis: {
|
|
3571
|
+
key: "{semantic.font.style.emphasis}",
|
|
3480
3572
|
value: "italic",
|
|
3481
3573
|
type: "fontStyle",
|
|
3482
3574
|
description: "used in ratings",
|
|
@@ -3489,6 +3581,7 @@ export default {
|
|
|
3489
3581
|
description: "used in ratings",
|
|
3490
3582
|
filePath: "src/tokens/semantic/font.json",
|
|
3491
3583
|
isSource: true,
|
|
3584
|
+
key: "{semantic.font.style.emphasis}",
|
|
3492
3585
|
name: "calcite-semantic-font-style-emphasis",
|
|
3493
3586
|
path: ["semantic", "font", "style", "emphasis"],
|
|
3494
3587
|
comment: "used in ratings",
|
|
@@ -3514,16 +3607,17 @@ export default {
|
|
|
3514
3607
|
attributes: {
|
|
3515
3608
|
category: "font",
|
|
3516
3609
|
},
|
|
3610
|
+
key: "{semantic.font.style.emphasis}",
|
|
3517
3611
|
},
|
|
3518
3612
|
name: "Font Style Emphasis",
|
|
3519
3613
|
path: ["semantic", "font", "style", "emphasis"],
|
|
3520
3614
|
comment: "used in ratings",
|
|
3521
|
-
key: "{semantic.font.style.emphasis}",
|
|
3522
3615
|
},
|
|
3523
3616
|
},
|
|
3524
3617
|
"line-height": {
|
|
3525
3618
|
fixed: {
|
|
3526
3619
|
sm: {
|
|
3620
|
+
key: "{semantic.font.line-height.fixed.sm}",
|
|
3527
3621
|
value: "12px",
|
|
3528
3622
|
type: "lineHeight",
|
|
3529
3623
|
attributes: {
|
|
@@ -3553,12 +3647,13 @@ export default {
|
|
|
3553
3647
|
attributes: {
|
|
3554
3648
|
category: "font",
|
|
3555
3649
|
},
|
|
3650
|
+
key: "{semantic.font.line-height.fixed.sm}",
|
|
3556
3651
|
},
|
|
3557
3652
|
name: "Font Line Height Fixed Sm",
|
|
3558
3653
|
path: ["semantic", "font", "line-height", "fixed", "sm"],
|
|
3559
|
-
key: "{semantic.font.line-height.fixed.sm}",
|
|
3560
3654
|
},
|
|
3561
3655
|
base: {
|
|
3656
|
+
key: "{semantic.font.line-height.fixed.base}",
|
|
3562
3657
|
value: "16px",
|
|
3563
3658
|
type: "lineHeight",
|
|
3564
3659
|
attributes: {
|
|
@@ -3588,12 +3683,13 @@ export default {
|
|
|
3588
3683
|
attributes: {
|
|
3589
3684
|
category: "font",
|
|
3590
3685
|
},
|
|
3686
|
+
key: "{semantic.font.line-height.fixed.base}",
|
|
3591
3687
|
},
|
|
3592
3688
|
name: "Font Line Height Fixed Base",
|
|
3593
3689
|
path: ["semantic", "font", "line-height", "fixed", "base"],
|
|
3594
|
-
key: "{semantic.font.line-height.fixed.base}",
|
|
3595
3690
|
},
|
|
3596
3691
|
lg: {
|
|
3692
|
+
key: "{semantic.font.line-height.fixed.lg}",
|
|
3597
3693
|
value: "20px",
|
|
3598
3694
|
type: "lineHeight",
|
|
3599
3695
|
attributes: {
|
|
@@ -3623,12 +3719,13 @@ export default {
|
|
|
3623
3719
|
attributes: {
|
|
3624
3720
|
category: "font",
|
|
3625
3721
|
},
|
|
3722
|
+
key: "{semantic.font.line-height.fixed.lg}",
|
|
3626
3723
|
},
|
|
3627
3724
|
name: "Font Line Height Fixed Lg",
|
|
3628
3725
|
path: ["semantic", "font", "line-height", "fixed", "lg"],
|
|
3629
|
-
key: "{semantic.font.line-height.fixed.lg}",
|
|
3630
3726
|
},
|
|
3631
3727
|
xl: {
|
|
3728
|
+
key: "{semantic.font.line-height.fixed.xl}",
|
|
3632
3729
|
value: "24px",
|
|
3633
3730
|
type: "lineHeight",
|
|
3634
3731
|
attributes: {
|
|
@@ -3658,14 +3755,15 @@ export default {
|
|
|
3658
3755
|
attributes: {
|
|
3659
3756
|
category: "font",
|
|
3660
3757
|
},
|
|
3758
|
+
key: "{semantic.font.line-height.fixed.xl}",
|
|
3661
3759
|
},
|
|
3662
3760
|
name: "Font Line Height Fixed Xl",
|
|
3663
3761
|
path: ["semantic", "font", "line-height", "fixed", "xl"],
|
|
3664
|
-
key: "{semantic.font.line-height.fixed.xl}",
|
|
3665
3762
|
},
|
|
3666
3763
|
},
|
|
3667
3764
|
relative: {
|
|
3668
3765
|
default: {
|
|
3766
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
3669
3767
|
value: "auto",
|
|
3670
3768
|
type: "lineHeight",
|
|
3671
3769
|
description: "1",
|
|
@@ -3679,6 +3777,7 @@ export default {
|
|
|
3679
3777
|
description: "1",
|
|
3680
3778
|
filePath: "src/tokens/semantic/font.json",
|
|
3681
3779
|
isSource: true,
|
|
3780
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
3682
3781
|
name: "calcite-semantic-font-line-height-relative-default",
|
|
3683
3782
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
3684
3783
|
comment: "1",
|
|
@@ -3704,13 +3803,14 @@ export default {
|
|
|
3704
3803
|
attributes: {
|
|
3705
3804
|
category: "font",
|
|
3706
3805
|
},
|
|
3806
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
3707
3807
|
},
|
|
3708
3808
|
name: "Font Line Height Relative",
|
|
3709
3809
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
3710
3810
|
comment: "1",
|
|
3711
|
-
key: "{semantic.font.line-height.relative.default}",
|
|
3712
3811
|
},
|
|
3713
3812
|
tight: {
|
|
3813
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
3714
3814
|
value: "1.25",
|
|
3715
3815
|
type: "lineHeight",
|
|
3716
3816
|
description: "1.25",
|
|
@@ -3724,6 +3824,7 @@ export default {
|
|
|
3724
3824
|
description: "1.25",
|
|
3725
3825
|
filePath: "src/tokens/semantic/font.json",
|
|
3726
3826
|
isSource: true,
|
|
3827
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
3727
3828
|
name: "calcite-semantic-font-line-height-relative-tight",
|
|
3728
3829
|
path: ["semantic", "font", "line-height", "relative", "tight"],
|
|
3729
3830
|
comment: "1.25",
|
|
@@ -3749,13 +3850,14 @@ export default {
|
|
|
3749
3850
|
attributes: {
|
|
3750
3851
|
category: "font",
|
|
3751
3852
|
},
|
|
3853
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
3752
3854
|
},
|
|
3753
3855
|
name: "Font Line Height Relative Tight",
|
|
3754
3856
|
path: ["semantic", "font", "line-height", "relative", "tight"],
|
|
3755
3857
|
comment: "1.25",
|
|
3756
|
-
key: "{semantic.font.line-height.relative.tight}",
|
|
3757
3858
|
},
|
|
3758
3859
|
snug: {
|
|
3860
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
3759
3861
|
value: "1.375",
|
|
3760
3862
|
type: "lineHeight",
|
|
3761
3863
|
description: "1.375",
|
|
@@ -3769,6 +3871,7 @@ export default {
|
|
|
3769
3871
|
description: "1.375",
|
|
3770
3872
|
filePath: "src/tokens/semantic/font.json",
|
|
3771
3873
|
isSource: true,
|
|
3874
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
3772
3875
|
name: "calcite-semantic-font-line-height-relative-snug",
|
|
3773
3876
|
path: ["semantic", "font", "line-height", "relative", "snug"],
|
|
3774
3877
|
comment: "1.375",
|
|
@@ -3794,13 +3897,14 @@ export default {
|
|
|
3794
3897
|
attributes: {
|
|
3795
3898
|
category: "font",
|
|
3796
3899
|
},
|
|
3900
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
3797
3901
|
},
|
|
3798
3902
|
name: "Font Line Height Relative Snug",
|
|
3799
3903
|
path: ["semantic", "font", "line-height", "relative", "snug"],
|
|
3800
3904
|
comment: "1.375",
|
|
3801
|
-
key: "{semantic.font.line-height.relative.snug}",
|
|
3802
3905
|
},
|
|
3803
3906
|
normal: {
|
|
3907
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
3804
3908
|
value: "1.5",
|
|
3805
3909
|
type: "lineHeight",
|
|
3806
3910
|
description: "1.5",
|
|
@@ -3814,6 +3918,7 @@ export default {
|
|
|
3814
3918
|
description: "1.5",
|
|
3815
3919
|
filePath: "src/tokens/semantic/font.json",
|
|
3816
3920
|
isSource: true,
|
|
3921
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
3817
3922
|
name: "calcite-semantic-font-line-height-relative-normal",
|
|
3818
3923
|
path: ["semantic", "font", "line-height", "relative", "normal"],
|
|
3819
3924
|
comment: "1.5",
|
|
@@ -3839,13 +3944,14 @@ export default {
|
|
|
3839
3944
|
attributes: {
|
|
3840
3945
|
category: "font",
|
|
3841
3946
|
},
|
|
3947
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
3842
3948
|
},
|
|
3843
3949
|
name: "Font Line Height Relative Normal",
|
|
3844
3950
|
path: ["semantic", "font", "line-height", "relative", "normal"],
|
|
3845
3951
|
comment: "1.5",
|
|
3846
|
-
key: "{semantic.font.line-height.relative.normal}",
|
|
3847
3952
|
},
|
|
3848
3953
|
relaxed: {
|
|
3954
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
3849
3955
|
value: "1.625",
|
|
3850
3956
|
type: "lineHeight",
|
|
3851
3957
|
description: "1.625",
|
|
@@ -3859,6 +3965,7 @@ export default {
|
|
|
3859
3965
|
description: "1.625",
|
|
3860
3966
|
filePath: "src/tokens/semantic/font.json",
|
|
3861
3967
|
isSource: true,
|
|
3968
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
3862
3969
|
name: "calcite-semantic-font-line-height-relative-relaxed",
|
|
3863
3970
|
path: ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
3864
3971
|
comment: "1.625",
|
|
@@ -3884,13 +3991,14 @@ export default {
|
|
|
3884
3991
|
attributes: {
|
|
3885
3992
|
category: "font",
|
|
3886
3993
|
},
|
|
3994
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
3887
3995
|
},
|
|
3888
3996
|
name: "Font Line Height Relative Relaxed",
|
|
3889
3997
|
path: ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
3890
3998
|
comment: "1.625",
|
|
3891
|
-
key: "{semantic.font.line-height.relative.relaxed}",
|
|
3892
3999
|
},
|
|
3893
4000
|
loose: {
|
|
4001
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
3894
4002
|
value: "2",
|
|
3895
4003
|
type: "lineHeight",
|
|
3896
4004
|
description: "2",
|
|
@@ -3904,6 +4012,7 @@ export default {
|
|
|
3904
4012
|
description: "2",
|
|
3905
4013
|
filePath: "src/tokens/semantic/font.json",
|
|
3906
4014
|
isSource: true,
|
|
4015
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
3907
4016
|
name: "calcite-semantic-font-line-height-relative-loose",
|
|
3908
4017
|
path: ["semantic", "font", "line-height", "relative", "loose"],
|
|
3909
4018
|
comment: "2",
|
|
@@ -3929,16 +4038,17 @@ export default {
|
|
|
3929
4038
|
attributes: {
|
|
3930
4039
|
category: "font",
|
|
3931
4040
|
},
|
|
4041
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
3932
4042
|
},
|
|
3933
4043
|
name: "Font Line Height Relative Loose",
|
|
3934
4044
|
path: ["semantic", "font", "line-height", "relative", "loose"],
|
|
3935
4045
|
comment: "2",
|
|
3936
|
-
key: "{semantic.font.line-height.relative.loose}",
|
|
3937
4046
|
},
|
|
3938
4047
|
},
|
|
3939
4048
|
},
|
|
3940
4049
|
"letter-spacing": {
|
|
3941
4050
|
tight: {
|
|
4051
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
3942
4052
|
value: "-0.4px",
|
|
3943
4053
|
type: "dimension",
|
|
3944
4054
|
description: "Deprecated",
|
|
@@ -3951,6 +4061,7 @@ export default {
|
|
|
3951
4061
|
description: "Deprecated",
|
|
3952
4062
|
filePath: "src/tokens/semantic/font.json",
|
|
3953
4063
|
isSource: true,
|
|
4064
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
3954
4065
|
name: "calcite-semantic-font-letter-spacing-tight",
|
|
3955
4066
|
path: ["semantic", "font", "letter-spacing", "tight"],
|
|
3956
4067
|
comment: "Deprecated",
|
|
@@ -3976,13 +4087,14 @@ export default {
|
|
|
3976
4087
|
attributes: {
|
|
3977
4088
|
category: "font",
|
|
3978
4089
|
},
|
|
4090
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
3979
4091
|
},
|
|
3980
4092
|
name: "Font Letter Spacing Tight",
|
|
3981
4093
|
path: ["semantic", "font", "letter-spacing", "tight"],
|
|
3982
4094
|
comment: "Deprecated",
|
|
3983
|
-
key: "{semantic.font.letter-spacing.tight}",
|
|
3984
4095
|
},
|
|
3985
4096
|
normal: {
|
|
4097
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
3986
4098
|
value: "0",
|
|
3987
4099
|
type: "dimension",
|
|
3988
4100
|
description: "Deprecated",
|
|
@@ -3995,6 +4107,7 @@ export default {
|
|
|
3995
4107
|
description: "Deprecated",
|
|
3996
4108
|
filePath: "src/tokens/semantic/font.json",
|
|
3997
4109
|
isSource: true,
|
|
4110
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
3998
4111
|
name: "calcite-semantic-font-letter-spacing-normal",
|
|
3999
4112
|
path: ["semantic", "font", "letter-spacing", "normal"],
|
|
4000
4113
|
comment: "Deprecated",
|
|
@@ -4020,13 +4133,14 @@ export default {
|
|
|
4020
4133
|
attributes: {
|
|
4021
4134
|
category: "font",
|
|
4022
4135
|
},
|
|
4136
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
4023
4137
|
},
|
|
4024
4138
|
name: "Font Letter Spacing Normal",
|
|
4025
4139
|
path: ["semantic", "font", "letter-spacing", "normal"],
|
|
4026
4140
|
comment: "Deprecated",
|
|
4027
|
-
key: "{semantic.font.letter-spacing.normal}",
|
|
4028
4141
|
},
|
|
4029
4142
|
wide: {
|
|
4143
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
4030
4144
|
value: "0.4px",
|
|
4031
4145
|
type: "dimension",
|
|
4032
4146
|
description: "Deprecated",
|
|
@@ -4039,6 +4153,7 @@ export default {
|
|
|
4039
4153
|
description: "Deprecated",
|
|
4040
4154
|
filePath: "src/tokens/semantic/font.json",
|
|
4041
4155
|
isSource: true,
|
|
4156
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
4042
4157
|
name: "calcite-semantic-font-letter-spacing-wide",
|
|
4043
4158
|
path: ["semantic", "font", "letter-spacing", "wide"],
|
|
4044
4159
|
comment: "Deprecated",
|
|
@@ -4064,15 +4179,16 @@ export default {
|
|
|
4064
4179
|
attributes: {
|
|
4065
4180
|
category: "font",
|
|
4066
4181
|
},
|
|
4182
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
4067
4183
|
},
|
|
4068
4184
|
name: "Font Letter Spacing Wide",
|
|
4069
4185
|
path: ["semantic", "font", "letter-spacing", "wide"],
|
|
4070
4186
|
comment: "Deprecated",
|
|
4071
|
-
key: "{semantic.font.letter-spacing.wide}",
|
|
4072
4187
|
},
|
|
4073
4188
|
},
|
|
4074
4189
|
"paragraph-spacing": {
|
|
4075
4190
|
normal: {
|
|
4191
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4076
4192
|
value: "4px",
|
|
4077
4193
|
type: "dimension",
|
|
4078
4194
|
description: "Deprecated",
|
|
@@ -4085,6 +4201,7 @@ export default {
|
|
|
4085
4201
|
description: "Deprecated",
|
|
4086
4202
|
filePath: "src/tokens/semantic/font.json",
|
|
4087
4203
|
isSource: true,
|
|
4204
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4088
4205
|
name: "calcite-semantic-font-paragraph-spacing-normal",
|
|
4089
4206
|
path: ["semantic", "font", "paragraph-spacing", "normal"],
|
|
4090
4207
|
comment: "Deprecated",
|
|
@@ -4110,15 +4227,16 @@ export default {
|
|
|
4110
4227
|
attributes: {
|
|
4111
4228
|
category: "font",
|
|
4112
4229
|
},
|
|
4230
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4113
4231
|
},
|
|
4114
4232
|
name: "Font Paragraph Spacing Normal",
|
|
4115
4233
|
path: ["semantic", "font", "paragraph-spacing", "normal"],
|
|
4116
4234
|
comment: "Deprecated",
|
|
4117
|
-
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4118
4235
|
},
|
|
4119
4236
|
},
|
|
4120
4237
|
"text-decoration": {
|
|
4121
4238
|
none: {
|
|
4239
|
+
key: "{semantic.font.text-decoration.none}",
|
|
4122
4240
|
value: "none",
|
|
4123
4241
|
type: "textDecoration",
|
|
4124
4242
|
description: "Deprecated",
|
|
@@ -4131,6 +4249,7 @@ export default {
|
|
|
4131
4249
|
description: "Deprecated",
|
|
4132
4250
|
filePath: "src/tokens/semantic/font.json",
|
|
4133
4251
|
isSource: true,
|
|
4252
|
+
key: "{semantic.font.text-decoration.none}",
|
|
4134
4253
|
name: "calcite-semantic-font-text-decoration-none",
|
|
4135
4254
|
path: ["semantic", "font", "text-decoration", "none"],
|
|
4136
4255
|
comment: "Deprecated",
|
|
@@ -4156,13 +4275,14 @@ export default {
|
|
|
4156
4275
|
attributes: {
|
|
4157
4276
|
category: "font",
|
|
4158
4277
|
},
|
|
4278
|
+
key: "{semantic.font.text-decoration.none}",
|
|
4159
4279
|
},
|
|
4160
4280
|
name: "Font Text Decoration None",
|
|
4161
4281
|
path: ["semantic", "font", "text-decoration", "none"],
|
|
4162
4282
|
comment: "Deprecated",
|
|
4163
|
-
key: "{semantic.font.text-decoration.none}",
|
|
4164
4283
|
},
|
|
4165
4284
|
underline: {
|
|
4285
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
4166
4286
|
value: "underline",
|
|
4167
4287
|
type: "textDecoration",
|
|
4168
4288
|
description: "Deprecated",
|
|
@@ -4175,6 +4295,7 @@ export default {
|
|
|
4175
4295
|
description: "Deprecated",
|
|
4176
4296
|
filePath: "src/tokens/semantic/font.json",
|
|
4177
4297
|
isSource: true,
|
|
4298
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
4178
4299
|
name: "calcite-semantic-font-text-decoration-underline",
|
|
4179
4300
|
path: ["semantic", "font", "text-decoration", "underline"],
|
|
4180
4301
|
comment: "Deprecated",
|
|
@@ -4200,15 +4321,16 @@ export default {
|
|
|
4200
4321
|
attributes: {
|
|
4201
4322
|
category: "font",
|
|
4202
4323
|
},
|
|
4324
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
4203
4325
|
},
|
|
4204
4326
|
name: "Font Text Decoration Underline",
|
|
4205
4327
|
path: ["semantic", "font", "text-decoration", "underline"],
|
|
4206
4328
|
comment: "Deprecated",
|
|
4207
|
-
key: "{semantic.font.text-decoration.underline}",
|
|
4208
4329
|
},
|
|
4209
4330
|
},
|
|
4210
4331
|
"text-case": {
|
|
4211
4332
|
none: {
|
|
4333
|
+
key: "{semantic.font.text-case.none}",
|
|
4212
4334
|
value: "none",
|
|
4213
4335
|
type: "textCase",
|
|
4214
4336
|
description: "Deprecated",
|
|
@@ -4221,6 +4343,7 @@ export default {
|
|
|
4221
4343
|
description: "Deprecated",
|
|
4222
4344
|
filePath: "src/tokens/semantic/font.json",
|
|
4223
4345
|
isSource: true,
|
|
4346
|
+
key: "{semantic.font.text-case.none}",
|
|
4224
4347
|
name: "calcite-semantic-font-text-case-none",
|
|
4225
4348
|
path: ["semantic", "font", "text-case", "none"],
|
|
4226
4349
|
comment: "Deprecated",
|
|
@@ -4246,13 +4369,14 @@ export default {
|
|
|
4246
4369
|
attributes: {
|
|
4247
4370
|
category: "font",
|
|
4248
4371
|
},
|
|
4372
|
+
key: "{semantic.font.text-case.none}",
|
|
4249
4373
|
},
|
|
4250
4374
|
name: "Font Text Case None",
|
|
4251
4375
|
path: ["semantic", "font", "text-case", "none"],
|
|
4252
4376
|
comment: "Deprecated",
|
|
4253
|
-
key: "{semantic.font.text-case.none}",
|
|
4254
4377
|
},
|
|
4255
4378
|
uppercase: {
|
|
4379
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
4256
4380
|
value: "uppercase",
|
|
4257
4381
|
type: "textCase",
|
|
4258
4382
|
description: "Deprecated",
|
|
@@ -4265,6 +4389,7 @@ export default {
|
|
|
4265
4389
|
description: "Deprecated",
|
|
4266
4390
|
filePath: "src/tokens/semantic/font.json",
|
|
4267
4391
|
isSource: true,
|
|
4392
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
4268
4393
|
name: "calcite-semantic-font-text-case-uppercase",
|
|
4269
4394
|
path: ["semantic", "font", "text-case", "uppercase"],
|
|
4270
4395
|
comment: "Deprecated",
|
|
@@ -4290,13 +4415,14 @@ export default {
|
|
|
4290
4415
|
attributes: {
|
|
4291
4416
|
category: "font",
|
|
4292
4417
|
},
|
|
4418
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
4293
4419
|
},
|
|
4294
4420
|
name: "Font Text Case Uppercase",
|
|
4295
4421
|
path: ["semantic", "font", "text-case", "uppercase"],
|
|
4296
4422
|
comment: "Deprecated",
|
|
4297
|
-
key: "{semantic.font.text-case.uppercase}",
|
|
4298
4423
|
},
|
|
4299
4424
|
lowercase: {
|
|
4425
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
4300
4426
|
value: "lowercase",
|
|
4301
4427
|
type: "textCase",
|
|
4302
4428
|
description: "Deprecated",
|
|
@@ -4309,6 +4435,7 @@ export default {
|
|
|
4309
4435
|
description: "Deprecated",
|
|
4310
4436
|
filePath: "src/tokens/semantic/font.json",
|
|
4311
4437
|
isSource: true,
|
|
4438
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
4312
4439
|
name: "calcite-semantic-font-text-case-lowercase",
|
|
4313
4440
|
path: ["semantic", "font", "text-case", "lowercase"],
|
|
4314
4441
|
comment: "Deprecated",
|
|
@@ -4334,13 +4461,14 @@ export default {
|
|
|
4334
4461
|
attributes: {
|
|
4335
4462
|
category: "font",
|
|
4336
4463
|
},
|
|
4464
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
4337
4465
|
},
|
|
4338
4466
|
name: "Font Text Case Lowercase",
|
|
4339
4467
|
path: ["semantic", "font", "text-case", "lowercase"],
|
|
4340
4468
|
comment: "Deprecated",
|
|
4341
|
-
key: "{semantic.font.text-case.lowercase}",
|
|
4342
4469
|
},
|
|
4343
4470
|
capitalize: {
|
|
4471
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
4344
4472
|
value: "capitalize",
|
|
4345
4473
|
type: "textCase",
|
|
4346
4474
|
description: "Deprecated",
|
|
@@ -4353,6 +4481,7 @@ export default {
|
|
|
4353
4481
|
description: "Deprecated",
|
|
4354
4482
|
filePath: "src/tokens/semantic/font.json",
|
|
4355
4483
|
isSource: true,
|
|
4484
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
4356
4485
|
name: "calcite-semantic-font-text-case-capitalize",
|
|
4357
4486
|
path: ["semantic", "font", "text-case", "capitalize"],
|
|
4358
4487
|
comment: "Deprecated",
|
|
@@ -4378,16 +4507,17 @@ export default {
|
|
|
4378
4507
|
attributes: {
|
|
4379
4508
|
category: "font",
|
|
4380
4509
|
},
|
|
4510
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
4381
4511
|
},
|
|
4382
4512
|
name: "Font Text Case Capitalize",
|
|
4383
4513
|
path: ["semantic", "font", "text-case", "capitalize"],
|
|
4384
4514
|
comment: "Deprecated",
|
|
4385
|
-
key: "{semantic.font.text-case.capitalize}",
|
|
4386
4515
|
},
|
|
4387
4516
|
},
|
|
4388
4517
|
},
|
|
4389
4518
|
opacity: {
|
|
4390
4519
|
light: {
|
|
4520
|
+
key: "{semantic.opacity.light}",
|
|
4391
4521
|
value: "0.4",
|
|
4392
4522
|
type: "opacity",
|
|
4393
4523
|
attributes: {
|
|
@@ -4415,12 +4545,13 @@ export default {
|
|
|
4415
4545
|
attributes: {
|
|
4416
4546
|
category: "opacity",
|
|
4417
4547
|
},
|
|
4548
|
+
key: "{semantic.opacity.light}",
|
|
4418
4549
|
},
|
|
4419
4550
|
name: "Opacity Light",
|
|
4420
4551
|
path: ["semantic", "opacity", "light"],
|
|
4421
|
-
key: "{semantic.opacity.light}",
|
|
4422
4552
|
},
|
|
4423
4553
|
half: {
|
|
4554
|
+
key: "{semantic.opacity.half}",
|
|
4424
4555
|
value: "0.5",
|
|
4425
4556
|
type: "opacity",
|
|
4426
4557
|
attributes: {
|
|
@@ -4448,12 +4579,13 @@ export default {
|
|
|
4448
4579
|
attributes: {
|
|
4449
4580
|
category: "opacity",
|
|
4450
4581
|
},
|
|
4582
|
+
key: "{semantic.opacity.half}",
|
|
4451
4583
|
},
|
|
4452
4584
|
name: "Opacity Half",
|
|
4453
4585
|
path: ["semantic", "opacity", "half"],
|
|
4454
|
-
key: "{semantic.opacity.half}",
|
|
4455
4586
|
},
|
|
4456
4587
|
dark: {
|
|
4588
|
+
key: "{semantic.opacity.dark}",
|
|
4457
4589
|
value: "0.85",
|
|
4458
4590
|
type: "opacity",
|
|
4459
4591
|
attributes: {
|
|
@@ -4481,12 +4613,13 @@ export default {
|
|
|
4481
4613
|
attributes: {
|
|
4482
4614
|
category: "opacity",
|
|
4483
4615
|
},
|
|
4616
|
+
key: "{semantic.opacity.dark}",
|
|
4484
4617
|
},
|
|
4485
4618
|
name: "Opacity Dark",
|
|
4486
4619
|
path: ["semantic", "opacity", "dark"],
|
|
4487
|
-
key: "{semantic.opacity.dark}",
|
|
4488
4620
|
},
|
|
4489
4621
|
full: {
|
|
4622
|
+
key: "{semantic.opacity.full}",
|
|
4490
4623
|
value: "1",
|
|
4491
4624
|
type: "opacity",
|
|
4492
4625
|
attributes: {
|
|
@@ -4514,12 +4647,13 @@ export default {
|
|
|
4514
4647
|
attributes: {
|
|
4515
4648
|
category: "opacity",
|
|
4516
4649
|
},
|
|
4650
|
+
key: "{semantic.opacity.full}",
|
|
4517
4651
|
},
|
|
4518
4652
|
name: "Opacity Full",
|
|
4519
4653
|
path: ["semantic", "opacity", "full"],
|
|
4520
|
-
key: "{semantic.opacity.full}",
|
|
4521
4654
|
},
|
|
4522
4655
|
disabled: {
|
|
4656
|
+
key: "{semantic.opacity.disabled}",
|
|
4523
4657
|
value: "0.5",
|
|
4524
4658
|
type: "opacity",
|
|
4525
4659
|
attributes: {
|
|
@@ -4547,14 +4681,15 @@ export default {
|
|
|
4547
4681
|
attributes: {
|
|
4548
4682
|
category: "opacity",
|
|
4549
4683
|
},
|
|
4684
|
+
key: "{semantic.opacity.disabled}",
|
|
4550
4685
|
},
|
|
4551
4686
|
name: "Opacity Disabled",
|
|
4552
4687
|
path: ["semantic", "opacity", "disabled"],
|
|
4553
|
-
key: "{semantic.opacity.disabled}",
|
|
4554
4688
|
},
|
|
4555
4689
|
},
|
|
4556
4690
|
shadow: {
|
|
4557
4691
|
none: {
|
|
4692
|
+
key: "{semantic.shadow.none}",
|
|
4558
4693
|
value: {
|
|
4559
4694
|
blur: "0",
|
|
4560
4695
|
spread: "0",
|
|
@@ -4583,23 +4718,18 @@ export default {
|
|
|
4583
4718
|
filePath: "src/tokens/semantic/shadow.json",
|
|
4584
4719
|
isSource: true,
|
|
4585
4720
|
original: {
|
|
4586
|
-
value: {
|
|
4587
|
-
blur: "0",
|
|
4588
|
-
spread: "0",
|
|
4589
|
-
color: "rgba({core.color.neutral.blk-240}, {core.opacity.0})",
|
|
4590
|
-
offsetX: "0",
|
|
4591
|
-
offsetY: "0",
|
|
4592
|
-
},
|
|
4721
|
+
value: "{core.shadow.0}",
|
|
4593
4722
|
type: "shadow",
|
|
4594
4723
|
attributes: {
|
|
4595
4724
|
category: "shadow",
|
|
4596
4725
|
},
|
|
4726
|
+
key: "{semantic.shadow.none}",
|
|
4597
4727
|
},
|
|
4598
4728
|
name: "Shadow None",
|
|
4599
4729
|
path: ["semantic", "shadow", "none"],
|
|
4600
|
-
key: "{semantic.shadow.none}",
|
|
4601
4730
|
},
|
|
4602
4731
|
sm: {
|
|
4732
|
+
key: "{semantic.shadow.sm}",
|
|
4603
4733
|
value: [
|
|
4604
4734
|
{
|
|
4605
4735
|
blur: "8px",
|
|
@@ -4642,12 +4772,13 @@ export default {
|
|
|
4642
4772
|
attributes: {
|
|
4643
4773
|
category: "shadow",
|
|
4644
4774
|
},
|
|
4775
|
+
key: "{semantic.shadow.sm}",
|
|
4645
4776
|
},
|
|
4646
4777
|
name: "Shadow Sm",
|
|
4647
4778
|
path: ["semantic", "shadow", "sm"],
|
|
4648
|
-
key: "{semantic.shadow.sm}",
|
|
4649
4779
|
},
|
|
4650
4780
|
md: {
|
|
4781
|
+
key: "{semantic.shadow.md}",
|
|
4651
4782
|
value: [
|
|
4652
4783
|
{
|
|
4653
4784
|
blur: "20px",
|
|
@@ -4690,18 +4821,18 @@ export default {
|
|
|
4690
4821
|
attributes: {
|
|
4691
4822
|
category: "shadow",
|
|
4692
4823
|
},
|
|
4824
|
+
key: "{semantic.shadow.md}",
|
|
4693
4825
|
},
|
|
4694
4826
|
name: "Shadow Md",
|
|
4695
4827
|
path: ["semantic", "shadow", "md"],
|
|
4696
|
-
key: "{semantic.shadow.md}",
|
|
4697
4828
|
},
|
|
4698
4829
|
},
|
|
4699
4830
|
size: {
|
|
4700
4831
|
fixed: {
|
|
4701
4832
|
xxxs: {
|
|
4833
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
4702
4834
|
value: "2px",
|
|
4703
4835
|
type: "dimension",
|
|
4704
|
-
description: "deprecated",
|
|
4705
4836
|
attributes: {
|
|
4706
4837
|
category: "size",
|
|
4707
4838
|
type: "dimension",
|
|
@@ -4711,6 +4842,7 @@ export default {
|
|
|
4711
4842
|
description: "deprecated",
|
|
4712
4843
|
filePath: "src/tokens/semantic/size.json",
|
|
4713
4844
|
isSource: true,
|
|
4845
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
4714
4846
|
name: "calcite-semantic-size-fixed-xxxs",
|
|
4715
4847
|
path: ["semantic", "size", "fixed", "xxxs"],
|
|
4716
4848
|
comment: "deprecated",
|
|
@@ -4727,25 +4859,26 @@ export default {
|
|
|
4727
4859
|
type: "dimension",
|
|
4728
4860
|
},
|
|
4729
4861
|
},
|
|
4862
|
+
description: "deprecated",
|
|
4730
4863
|
filePath: "src/tokens/semantic/size.json",
|
|
4731
4864
|
isSource: true,
|
|
4732
4865
|
original: {
|
|
4733
4866
|
value: "{core.size.default.2}",
|
|
4734
4867
|
type: "dimension",
|
|
4735
|
-
description: "deprecated",
|
|
4736
4868
|
attributes: {
|
|
4737
4869
|
category: "size",
|
|
4738
4870
|
},
|
|
4871
|
+
description: "deprecated",
|
|
4872
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
4739
4873
|
},
|
|
4740
4874
|
name: "Size Fixed Xxxs",
|
|
4741
4875
|
path: ["semantic", "size", "fixed", "xxxs"],
|
|
4742
4876
|
comment: "deprecated",
|
|
4743
|
-
key: "{semantic.size.fixed.xxxs}",
|
|
4744
4877
|
},
|
|
4745
4878
|
xxs: {
|
|
4879
|
+
key: "{semantic.size.fixed.xxs}",
|
|
4746
4880
|
value: "4px",
|
|
4747
4881
|
type: "dimension",
|
|
4748
|
-
description: "deprecated",
|
|
4749
4882
|
attributes: {
|
|
4750
4883
|
category: "size",
|
|
4751
4884
|
type: "dimension",
|
|
@@ -4755,6 +4888,7 @@ export default {
|
|
|
4755
4888
|
description: "deprecated",
|
|
4756
4889
|
filePath: "src/tokens/semantic/size.json",
|
|
4757
4890
|
isSource: true,
|
|
4891
|
+
key: "{semantic.size.fixed.xxs}",
|
|
4758
4892
|
name: "calcite-semantic-size-fixed-xxs",
|
|
4759
4893
|
path: ["semantic", "size", "fixed", "xxs"],
|
|
4760
4894
|
comment: "deprecated",
|
|
@@ -4771,25 +4905,26 @@ export default {
|
|
|
4771
4905
|
type: "dimension",
|
|
4772
4906
|
},
|
|
4773
4907
|
},
|
|
4908
|
+
description: "deprecated",
|
|
4774
4909
|
filePath: "src/tokens/semantic/size.json",
|
|
4775
4910
|
isSource: true,
|
|
4776
4911
|
original: {
|
|
4777
4912
|
value: "{core.size.default.4}",
|
|
4778
4913
|
type: "dimension",
|
|
4779
|
-
description: "deprecated",
|
|
4780
4914
|
attributes: {
|
|
4781
4915
|
category: "size",
|
|
4782
4916
|
},
|
|
4917
|
+
description: "deprecated",
|
|
4918
|
+
key: "{semantic.size.fixed.xxs}",
|
|
4783
4919
|
},
|
|
4784
4920
|
name: "Size Fixed Xxs",
|
|
4785
4921
|
path: ["semantic", "size", "fixed", "xxs"],
|
|
4786
4922
|
comment: "deprecated",
|
|
4787
|
-
key: "{semantic.size.fixed.xxs}",
|
|
4788
4923
|
},
|
|
4789
4924
|
xs: {
|
|
4925
|
+
key: "{semantic.size.fixed.xs}",
|
|
4790
4926
|
value: "6px",
|
|
4791
4927
|
type: "dimension",
|
|
4792
|
-
description: "deprecated",
|
|
4793
4928
|
attributes: {
|
|
4794
4929
|
category: "size",
|
|
4795
4930
|
type: "dimension",
|
|
@@ -4799,6 +4934,7 @@ export default {
|
|
|
4799
4934
|
description: "deprecated",
|
|
4800
4935
|
filePath: "src/tokens/semantic/size.json",
|
|
4801
4936
|
isSource: true,
|
|
4937
|
+
key: "{semantic.size.fixed.xs}",
|
|
4802
4938
|
name: "calcite-semantic-size-fixed-xs",
|
|
4803
4939
|
path: ["semantic", "size", "fixed", "xs"],
|
|
4804
4940
|
comment: "deprecated",
|
|
@@ -4815,25 +4951,26 @@ export default {
|
|
|
4815
4951
|
type: "dimension",
|
|
4816
4952
|
},
|
|
4817
4953
|
},
|
|
4954
|
+
description: "deprecated",
|
|
4818
4955
|
filePath: "src/tokens/semantic/size.json",
|
|
4819
4956
|
isSource: true,
|
|
4820
4957
|
original: {
|
|
4821
4958
|
value: "{core.size.default.6}",
|
|
4822
4959
|
type: "dimension",
|
|
4823
|
-
description: "deprecated",
|
|
4824
4960
|
attributes: {
|
|
4825
4961
|
category: "size",
|
|
4826
4962
|
},
|
|
4963
|
+
description: "deprecated",
|
|
4964
|
+
key: "{semantic.size.fixed.xs}",
|
|
4827
4965
|
},
|
|
4828
4966
|
name: "Size Fixed Xs",
|
|
4829
4967
|
path: ["semantic", "size", "fixed", "xs"],
|
|
4830
4968
|
comment: "deprecated",
|
|
4831
|
-
key: "{semantic.size.fixed.xs}",
|
|
4832
4969
|
},
|
|
4833
4970
|
sm: {
|
|
4971
|
+
key: "{semantic.size.fixed.sm}",
|
|
4834
4972
|
value: "8px",
|
|
4835
4973
|
type: "dimension",
|
|
4836
|
-
description: "deprecated",
|
|
4837
4974
|
attributes: {
|
|
4838
4975
|
category: "size",
|
|
4839
4976
|
type: "dimension",
|
|
@@ -4843,6 +4980,7 @@ export default {
|
|
|
4843
4980
|
description: "deprecated",
|
|
4844
4981
|
filePath: "src/tokens/semantic/size.json",
|
|
4845
4982
|
isSource: true,
|
|
4983
|
+
key: "{semantic.size.fixed.sm}",
|
|
4846
4984
|
name: "calcite-semantic-size-fixed-sm",
|
|
4847
4985
|
path: ["semantic", "size", "fixed", "sm"],
|
|
4848
4986
|
comment: "deprecated",
|
|
@@ -4859,25 +4997,26 @@ export default {
|
|
|
4859
4997
|
type: "dimension",
|
|
4860
4998
|
},
|
|
4861
4999
|
},
|
|
5000
|
+
description: "deprecated",
|
|
4862
5001
|
filePath: "src/tokens/semantic/size.json",
|
|
4863
5002
|
isSource: true,
|
|
4864
5003
|
original: {
|
|
4865
5004
|
value: "{core.size.default.8}",
|
|
4866
5005
|
type: "dimension",
|
|
4867
|
-
description: "deprecated",
|
|
4868
5006
|
attributes: {
|
|
4869
5007
|
category: "size",
|
|
4870
5008
|
},
|
|
5009
|
+
description: "deprecated",
|
|
5010
|
+
key: "{semantic.size.fixed.sm}",
|
|
4871
5011
|
},
|
|
4872
5012
|
name: "Size Fixed Sm",
|
|
4873
5013
|
path: ["semantic", "size", "fixed", "sm"],
|
|
4874
5014
|
comment: "deprecated",
|
|
4875
|
-
key: "{semantic.size.fixed.sm}",
|
|
4876
5015
|
},
|
|
4877
5016
|
"sm+": {
|
|
5017
|
+
key: "{semantic.size.fixed.sm+}",
|
|
4878
5018
|
value: "10px",
|
|
4879
5019
|
type: "dimension",
|
|
4880
|
-
description: "deprecated",
|
|
4881
5020
|
attributes: {
|
|
4882
5021
|
category: "size",
|
|
4883
5022
|
type: "dimension",
|
|
@@ -4887,6 +5026,7 @@ export default {
|
|
|
4887
5026
|
description: "deprecated",
|
|
4888
5027
|
filePath: "src/tokens/semantic/size.json",
|
|
4889
5028
|
isSource: true,
|
|
5029
|
+
key: "{semantic.size.fixed.sm+}",
|
|
4890
5030
|
name: "calcite-semantic-size-fixed-sm",
|
|
4891
5031
|
path: ["semantic", "size", "fixed", "sm+"],
|
|
4892
5032
|
comment: "deprecated",
|
|
@@ -4903,25 +5043,26 @@ export default {
|
|
|
4903
5043
|
type: "dimension",
|
|
4904
5044
|
},
|
|
4905
5045
|
},
|
|
5046
|
+
description: "deprecated",
|
|
4906
5047
|
filePath: "src/tokens/semantic/size.json",
|
|
4907
5048
|
isSource: true,
|
|
4908
5049
|
original: {
|
|
4909
5050
|
value: "{core.size.default.10}",
|
|
4910
5051
|
type: "dimension",
|
|
4911
|
-
description: "deprecated",
|
|
4912
5052
|
attributes: {
|
|
4913
5053
|
category: "size",
|
|
4914
5054
|
},
|
|
5055
|
+
description: "deprecated",
|
|
5056
|
+
key: "{semantic.size.fixed.sm+}",
|
|
4915
5057
|
},
|
|
4916
5058
|
name: "Size Fixed Sm Plus",
|
|
4917
5059
|
path: ["semantic", "size", "fixed", "sm+"],
|
|
4918
5060
|
comment: "deprecated",
|
|
4919
|
-
key: "{semantic.size.fixed.sm+}",
|
|
4920
5061
|
},
|
|
4921
5062
|
md: {
|
|
5063
|
+
key: "{semantic.size.fixed.md}",
|
|
4922
5064
|
value: "12px",
|
|
4923
5065
|
type: "dimension",
|
|
4924
|
-
description: "deprecated",
|
|
4925
5066
|
attributes: {
|
|
4926
5067
|
category: "size",
|
|
4927
5068
|
type: "dimension",
|
|
@@ -4931,6 +5072,7 @@ export default {
|
|
|
4931
5072
|
description: "deprecated",
|
|
4932
5073
|
filePath: "src/tokens/semantic/size.json",
|
|
4933
5074
|
isSource: true,
|
|
5075
|
+
key: "{semantic.size.fixed.md}",
|
|
4934
5076
|
name: "calcite-semantic-size-fixed-md",
|
|
4935
5077
|
path: ["semantic", "size", "fixed", "md"],
|
|
4936
5078
|
comment: "deprecated",
|
|
@@ -4947,25 +5089,26 @@ export default {
|
|
|
4947
5089
|
type: "dimension",
|
|
4948
5090
|
},
|
|
4949
5091
|
},
|
|
5092
|
+
description: "deprecated",
|
|
4950
5093
|
filePath: "src/tokens/semantic/size.json",
|
|
4951
5094
|
isSource: true,
|
|
4952
5095
|
original: {
|
|
4953
5096
|
value: "{core.size.default.12}",
|
|
4954
5097
|
type: "dimension",
|
|
4955
|
-
description: "deprecated",
|
|
4956
5098
|
attributes: {
|
|
4957
5099
|
category: "size",
|
|
4958
5100
|
},
|
|
5101
|
+
description: "deprecated",
|
|
5102
|
+
key: "{semantic.size.fixed.md}",
|
|
4959
5103
|
},
|
|
4960
5104
|
name: "Size Fixed Md",
|
|
4961
5105
|
path: ["semantic", "size", "fixed", "md"],
|
|
4962
5106
|
comment: "deprecated",
|
|
4963
|
-
key: "{semantic.size.fixed.md}",
|
|
4964
5107
|
},
|
|
4965
5108
|
"md+": {
|
|
5109
|
+
key: "{semantic.size.fixed.md+}",
|
|
4966
5110
|
value: "14px",
|
|
4967
5111
|
type: "dimension",
|
|
4968
|
-
description: "deprecated",
|
|
4969
5112
|
attributes: {
|
|
4970
5113
|
category: "size",
|
|
4971
5114
|
type: "dimension",
|
|
@@ -4975,6 +5118,7 @@ export default {
|
|
|
4975
5118
|
description: "deprecated",
|
|
4976
5119
|
filePath: "src/tokens/semantic/size.json",
|
|
4977
5120
|
isSource: true,
|
|
5121
|
+
key: "{semantic.size.fixed.md+}",
|
|
4978
5122
|
name: "calcite-semantic-size-fixed-md",
|
|
4979
5123
|
path: ["semantic", "size", "fixed", "md+"],
|
|
4980
5124
|
comment: "deprecated",
|
|
@@ -4991,25 +5135,26 @@ export default {
|
|
|
4991
5135
|
type: "dimension",
|
|
4992
5136
|
},
|
|
4993
5137
|
},
|
|
5138
|
+
description: "deprecated",
|
|
4994
5139
|
filePath: "src/tokens/semantic/size.json",
|
|
4995
5140
|
isSource: true,
|
|
4996
5141
|
original: {
|
|
4997
5142
|
value: "{core.size.default.14}",
|
|
4998
5143
|
type: "dimension",
|
|
4999
|
-
description: "deprecated",
|
|
5000
5144
|
attributes: {
|
|
5001
5145
|
category: "size",
|
|
5002
5146
|
},
|
|
5147
|
+
description: "deprecated",
|
|
5148
|
+
key: "{semantic.size.fixed.md+}",
|
|
5003
5149
|
},
|
|
5004
5150
|
name: "Size Fixed Md Plus",
|
|
5005
5151
|
path: ["semantic", "size", "fixed", "md+"],
|
|
5006
5152
|
comment: "deprecated",
|
|
5007
|
-
key: "{semantic.size.fixed.md+}",
|
|
5008
5153
|
},
|
|
5009
5154
|
lg: {
|
|
5155
|
+
key: "{semantic.size.fixed.lg}",
|
|
5010
5156
|
value: "16px",
|
|
5011
5157
|
type: "dimension",
|
|
5012
|
-
description: "deprecated",
|
|
5013
5158
|
attributes: {
|
|
5014
5159
|
category: "size",
|
|
5015
5160
|
type: "dimension",
|
|
@@ -5019,6 +5164,7 @@ export default {
|
|
|
5019
5164
|
description: "deprecated",
|
|
5020
5165
|
filePath: "src/tokens/semantic/size.json",
|
|
5021
5166
|
isSource: true,
|
|
5167
|
+
key: "{semantic.size.fixed.lg}",
|
|
5022
5168
|
name: "calcite-semantic-size-fixed-lg",
|
|
5023
5169
|
path: ["semantic", "size", "fixed", "lg"],
|
|
5024
5170
|
comment: "deprecated",
|
|
@@ -5035,25 +5181,26 @@ export default {
|
|
|
5035
5181
|
type: "dimension",
|
|
5036
5182
|
},
|
|
5037
5183
|
},
|
|
5184
|
+
description: "deprecated",
|
|
5038
5185
|
filePath: "src/tokens/semantic/size.json",
|
|
5039
5186
|
isSource: true,
|
|
5040
5187
|
original: {
|
|
5041
5188
|
value: "{core.size.default.16}",
|
|
5042
5189
|
type: "dimension",
|
|
5043
|
-
description: "deprecated",
|
|
5044
5190
|
attributes: {
|
|
5045
5191
|
category: "size",
|
|
5046
5192
|
},
|
|
5193
|
+
description: "deprecated",
|
|
5194
|
+
key: "{semantic.size.fixed.lg}",
|
|
5047
5195
|
},
|
|
5048
5196
|
name: "Size Fixed Lg",
|
|
5049
5197
|
path: ["semantic", "size", "fixed", "lg"],
|
|
5050
5198
|
comment: "deprecated",
|
|
5051
|
-
key: "{semantic.size.fixed.lg}",
|
|
5052
5199
|
},
|
|
5053
5200
|
xl: {
|
|
5201
|
+
key: "{semantic.size.fixed.xl}",
|
|
5054
5202
|
value: "20px",
|
|
5055
5203
|
type: "dimension",
|
|
5056
|
-
description: "deprecated",
|
|
5057
5204
|
attributes: {
|
|
5058
5205
|
category: "size",
|
|
5059
5206
|
type: "dimension",
|
|
@@ -5063,6 +5210,7 @@ export default {
|
|
|
5063
5210
|
description: "deprecated",
|
|
5064
5211
|
filePath: "src/tokens/semantic/size.json",
|
|
5065
5212
|
isSource: true,
|
|
5213
|
+
key: "{semantic.size.fixed.xl}",
|
|
5066
5214
|
name: "calcite-semantic-size-fixed-xl",
|
|
5067
5215
|
path: ["semantic", "size", "fixed", "xl"],
|
|
5068
5216
|
comment: "deprecated",
|
|
@@ -5079,25 +5227,26 @@ export default {
|
|
|
5079
5227
|
type: "dimension",
|
|
5080
5228
|
},
|
|
5081
5229
|
},
|
|
5230
|
+
description: "deprecated",
|
|
5082
5231
|
filePath: "src/tokens/semantic/size.json",
|
|
5083
5232
|
isSource: true,
|
|
5084
5233
|
original: {
|
|
5085
5234
|
value: "{core.size.default.20}",
|
|
5086
5235
|
type: "dimension",
|
|
5087
|
-
description: "deprecated",
|
|
5088
5236
|
attributes: {
|
|
5089
5237
|
category: "size",
|
|
5090
5238
|
},
|
|
5239
|
+
description: "deprecated",
|
|
5240
|
+
key: "{semantic.size.fixed.xl}",
|
|
5091
5241
|
},
|
|
5092
5242
|
name: "Size Fixed Xl",
|
|
5093
5243
|
path: ["semantic", "size", "fixed", "xl"],
|
|
5094
5244
|
comment: "deprecated",
|
|
5095
|
-
key: "{semantic.size.fixed.xl}",
|
|
5096
5245
|
},
|
|
5097
5246
|
xxl: {
|
|
5247
|
+
key: "{semantic.size.fixed.xxl}",
|
|
5098
5248
|
value: "24px",
|
|
5099
5249
|
type: "dimension",
|
|
5100
|
-
description: "deprecated",
|
|
5101
5250
|
attributes: {
|
|
5102
5251
|
category: "size",
|
|
5103
5252
|
type: "dimension",
|
|
@@ -5107,6 +5256,7 @@ export default {
|
|
|
5107
5256
|
description: "deprecated",
|
|
5108
5257
|
filePath: "src/tokens/semantic/size.json",
|
|
5109
5258
|
isSource: true,
|
|
5259
|
+
key: "{semantic.size.fixed.xxl}",
|
|
5110
5260
|
name: "calcite-semantic-size-fixed-xxl",
|
|
5111
5261
|
path: ["semantic", "size", "fixed", "xxl"],
|
|
5112
5262
|
comment: "deprecated",
|
|
@@ -5123,25 +5273,26 @@ export default {
|
|
|
5123
5273
|
type: "dimension",
|
|
5124
5274
|
},
|
|
5125
5275
|
},
|
|
5276
|
+
description: "deprecated",
|
|
5126
5277
|
filePath: "src/tokens/semantic/size.json",
|
|
5127
5278
|
isSource: true,
|
|
5128
5279
|
original: {
|
|
5129
5280
|
value: "{core.size.default.24}",
|
|
5130
5281
|
type: "dimension",
|
|
5131
|
-
description: "deprecated",
|
|
5132
5282
|
attributes: {
|
|
5133
5283
|
category: "size",
|
|
5134
5284
|
},
|
|
5285
|
+
description: "deprecated",
|
|
5286
|
+
key: "{semantic.size.fixed.xxl}",
|
|
5135
5287
|
},
|
|
5136
5288
|
name: "Size Fixed Xxl",
|
|
5137
5289
|
path: ["semantic", "size", "fixed", "xxl"],
|
|
5138
5290
|
comment: "deprecated",
|
|
5139
|
-
key: "{semantic.size.fixed.xxl}",
|
|
5140
5291
|
},
|
|
5141
5292
|
xxxl: {
|
|
5293
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
5142
5294
|
value: "32px",
|
|
5143
5295
|
type: "dimension",
|
|
5144
|
-
description: "deprecated",
|
|
5145
5296
|
attributes: {
|
|
5146
5297
|
category: "size",
|
|
5147
5298
|
type: "dimension",
|
|
@@ -5151,6 +5302,7 @@ export default {
|
|
|
5151
5302
|
description: "deprecated",
|
|
5152
5303
|
filePath: "src/tokens/semantic/size.json",
|
|
5153
5304
|
isSource: true,
|
|
5305
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
5154
5306
|
name: "calcite-semantic-size-fixed-xxxl",
|
|
5155
5307
|
path: ["semantic", "size", "fixed", "xxxl"],
|
|
5156
5308
|
comment: "deprecated",
|
|
@@ -5167,24 +5319,26 @@ export default {
|
|
|
5167
5319
|
type: "dimension",
|
|
5168
5320
|
},
|
|
5169
5321
|
},
|
|
5322
|
+
description: "deprecated",
|
|
5170
5323
|
filePath: "src/tokens/semantic/size.json",
|
|
5171
5324
|
isSource: true,
|
|
5172
5325
|
original: {
|
|
5173
5326
|
value: "{core.size.default.32}",
|
|
5174
5327
|
type: "dimension",
|
|
5175
|
-
description: "deprecated",
|
|
5176
5328
|
attributes: {
|
|
5177
5329
|
category: "size",
|
|
5178
5330
|
},
|
|
5331
|
+
description: "deprecated",
|
|
5332
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
5179
5333
|
},
|
|
5180
5334
|
name: "Size Fixed Xxxl",
|
|
5181
5335
|
path: ["semantic", "size", "fixed", "xxxl"],
|
|
5182
5336
|
comment: "deprecated",
|
|
5183
|
-
key: "{semantic.size.fixed.xxxl}",
|
|
5184
5337
|
},
|
|
5185
5338
|
},
|
|
5186
5339
|
default: {
|
|
5187
5340
|
px: {
|
|
5341
|
+
key: "{semantic.size.default.px}",
|
|
5188
5342
|
value: "1px",
|
|
5189
5343
|
type: "dimension",
|
|
5190
5344
|
attributes: {
|
|
@@ -5213,12 +5367,13 @@ export default {
|
|
|
5213
5367
|
attributes: {
|
|
5214
5368
|
category: "size",
|
|
5215
5369
|
},
|
|
5370
|
+
key: "{semantic.size.default.px}",
|
|
5216
5371
|
},
|
|
5217
5372
|
name: "Size Px",
|
|
5218
5373
|
path: ["semantic", "size", "default", "px"],
|
|
5219
|
-
key: "{semantic.size.default.px}",
|
|
5220
5374
|
},
|
|
5221
5375
|
xxxs: {
|
|
5376
|
+
key: "{semantic.size.default.xxxs}",
|
|
5222
5377
|
value: "0.75rem",
|
|
5223
5378
|
type: "dimension",
|
|
5224
5379
|
attributes: {
|
|
@@ -5247,12 +5402,13 @@ export default {
|
|
|
5247
5402
|
attributes: {
|
|
5248
5403
|
category: "size",
|
|
5249
5404
|
},
|
|
5405
|
+
key: "{semantic.size.default.xxxs}",
|
|
5250
5406
|
},
|
|
5251
5407
|
name: "Size Xxxs",
|
|
5252
5408
|
path: ["semantic", "size", "default", "xxxs"],
|
|
5253
|
-
key: "{semantic.size.default.xxxs}",
|
|
5254
5409
|
},
|
|
5255
5410
|
xxs: {
|
|
5411
|
+
key: "{semantic.size.default.xxs}",
|
|
5256
5412
|
value: "0.875rem",
|
|
5257
5413
|
type: "dimension",
|
|
5258
5414
|
attributes: {
|
|
@@ -5281,12 +5437,13 @@ export default {
|
|
|
5281
5437
|
attributes: {
|
|
5282
5438
|
category: "size",
|
|
5283
5439
|
},
|
|
5440
|
+
key: "{semantic.size.default.xxs}",
|
|
5284
5441
|
},
|
|
5285
5442
|
name: "Size Xxs",
|
|
5286
5443
|
path: ["semantic", "size", "default", "xxs"],
|
|
5287
|
-
key: "{semantic.size.default.xxs}",
|
|
5288
5444
|
},
|
|
5289
5445
|
xs: {
|
|
5446
|
+
key: "{semantic.size.default.xs}",
|
|
5290
5447
|
value: "1rem",
|
|
5291
5448
|
type: "dimension",
|
|
5292
5449
|
attributes: {
|
|
@@ -5315,12 +5472,13 @@ export default {
|
|
|
5315
5472
|
attributes: {
|
|
5316
5473
|
category: "size",
|
|
5317
5474
|
},
|
|
5475
|
+
key: "{semantic.size.default.xs}",
|
|
5318
5476
|
},
|
|
5319
5477
|
name: "Size Xs",
|
|
5320
5478
|
path: ["semantic", "size", "default", "xs"],
|
|
5321
|
-
key: "{semantic.size.default.xs}",
|
|
5322
5479
|
},
|
|
5323
5480
|
sm: {
|
|
5481
|
+
key: "{semantic.size.default.sm}",
|
|
5324
5482
|
value: "1.5rem",
|
|
5325
5483
|
type: "dimension",
|
|
5326
5484
|
attributes: {
|
|
@@ -5349,12 +5507,13 @@ export default {
|
|
|
5349
5507
|
attributes: {
|
|
5350
5508
|
category: "size",
|
|
5351
5509
|
},
|
|
5510
|
+
key: "{semantic.size.default.sm}",
|
|
5352
5511
|
},
|
|
5353
5512
|
name: "Size Sm",
|
|
5354
5513
|
path: ["semantic", "size", "default", "sm"],
|
|
5355
|
-
key: "{semantic.size.default.sm}",
|
|
5356
5514
|
},
|
|
5357
5515
|
md: {
|
|
5516
|
+
key: "{semantic.size.default.md}",
|
|
5358
5517
|
value: "2rem",
|
|
5359
5518
|
type: "dimension",
|
|
5360
5519
|
attributes: {
|
|
@@ -5383,12 +5542,13 @@ export default {
|
|
|
5383
5542
|
attributes: {
|
|
5384
5543
|
category: "size",
|
|
5385
5544
|
},
|
|
5545
|
+
key: "{semantic.size.default.md}",
|
|
5386
5546
|
},
|
|
5387
5547
|
name: "Size Md",
|
|
5388
5548
|
path: ["semantic", "size", "default", "md"],
|
|
5389
|
-
key: "{semantic.size.default.md}",
|
|
5390
5549
|
},
|
|
5391
5550
|
lg: {
|
|
5551
|
+
key: "{semantic.size.default.lg}",
|
|
5392
5552
|
value: "2.75rem",
|
|
5393
5553
|
type: "dimension",
|
|
5394
5554
|
attributes: {
|
|
@@ -5417,12 +5577,13 @@ export default {
|
|
|
5417
5577
|
attributes: {
|
|
5418
5578
|
category: "size",
|
|
5419
5579
|
},
|
|
5580
|
+
key: "{semantic.size.default.lg}",
|
|
5420
5581
|
},
|
|
5421
5582
|
name: "Size Lg",
|
|
5422
5583
|
path: ["semantic", "size", "default", "lg"],
|
|
5423
|
-
key: "{semantic.size.default.lg}",
|
|
5424
5584
|
},
|
|
5425
5585
|
xl: {
|
|
5586
|
+
key: "{semantic.size.default.xl}",
|
|
5426
5587
|
value: "3rem",
|
|
5427
5588
|
type: "dimension",
|
|
5428
5589
|
attributes: {
|
|
@@ -5451,12 +5612,13 @@ export default {
|
|
|
5451
5612
|
attributes: {
|
|
5452
5613
|
category: "size",
|
|
5453
5614
|
},
|
|
5615
|
+
key: "{semantic.size.default.xl}",
|
|
5454
5616
|
},
|
|
5455
5617
|
name: "Size Xl",
|
|
5456
5618
|
path: ["semantic", "size", "default", "xl"],
|
|
5457
|
-
key: "{semantic.size.default.xl}",
|
|
5458
5619
|
},
|
|
5459
5620
|
xxl: {
|
|
5621
|
+
key: "{semantic.size.default.xxl}",
|
|
5460
5622
|
value: "4rem",
|
|
5461
5623
|
type: "dimension",
|
|
5462
5624
|
attributes: {
|
|
@@ -5485,12 +5647,13 @@ export default {
|
|
|
5485
5647
|
attributes: {
|
|
5486
5648
|
category: "size",
|
|
5487
5649
|
},
|
|
5650
|
+
key: "{semantic.size.default.xxl}",
|
|
5488
5651
|
},
|
|
5489
5652
|
name: "Size Xxl",
|
|
5490
5653
|
path: ["semantic", "size", "default", "xxl"],
|
|
5491
|
-
key: "{semantic.size.default.xxl}",
|
|
5492
5654
|
},
|
|
5493
5655
|
xxxl: {
|
|
5656
|
+
key: "{semantic.size.default.xxxl}",
|
|
5494
5657
|
value: "6rem",
|
|
5495
5658
|
type: "dimension",
|
|
5496
5659
|
attributes: {
|
|
@@ -5519,19 +5682,19 @@ export default {
|
|
|
5519
5682
|
attributes: {
|
|
5520
5683
|
category: "size",
|
|
5521
5684
|
},
|
|
5685
|
+
key: "{semantic.size.default.xxxl}",
|
|
5522
5686
|
},
|
|
5523
5687
|
name: "Size Xxxl",
|
|
5524
5688
|
path: ["semantic", "size", "default", "xxxl"],
|
|
5525
|
-
key: "{semantic.size.default.xxxl}",
|
|
5526
5689
|
},
|
|
5527
5690
|
},
|
|
5528
5691
|
},
|
|
5529
5692
|
spacing: {
|
|
5530
5693
|
fixed: {
|
|
5531
5694
|
xxs: {
|
|
5695
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
5532
5696
|
value: "4px",
|
|
5533
5697
|
type: "dimension",
|
|
5534
|
-
description: "deprecated",
|
|
5535
5698
|
attributes: {
|
|
5536
5699
|
category: "space",
|
|
5537
5700
|
type: "dimension",
|
|
@@ -5541,6 +5704,7 @@ export default {
|
|
|
5541
5704
|
description: "deprecated",
|
|
5542
5705
|
filePath: "src/tokens/semantic/space.json",
|
|
5543
5706
|
isSource: true,
|
|
5707
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
5544
5708
|
name: "calcite-semantic-spacing-fixed-xxs",
|
|
5545
5709
|
path: ["semantic", "spacing", "fixed", "xxs"],
|
|
5546
5710
|
comment: "deprecated",
|
|
@@ -5557,25 +5721,26 @@ export default {
|
|
|
5557
5721
|
type: "dimension",
|
|
5558
5722
|
},
|
|
5559
5723
|
},
|
|
5724
|
+
description: "deprecated",
|
|
5560
5725
|
filePath: "src/tokens/semantic/space.json",
|
|
5561
5726
|
isSource: true,
|
|
5562
5727
|
original: {
|
|
5563
5728
|
value: "{core.size.default.4}",
|
|
5564
5729
|
type: "dimension",
|
|
5565
|
-
description: "deprecated",
|
|
5566
5730
|
attributes: {
|
|
5567
5731
|
category: "space",
|
|
5568
5732
|
},
|
|
5733
|
+
description: "deprecated",
|
|
5734
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
5569
5735
|
},
|
|
5570
5736
|
name: "Spacing Fixed Xxs",
|
|
5571
5737
|
path: ["semantic", "spacing", "fixed", "xxs"],
|
|
5572
5738
|
comment: "deprecated",
|
|
5573
|
-
key: "{semantic.spacing.fixed.xxs}",
|
|
5574
5739
|
},
|
|
5575
5740
|
xs: {
|
|
5741
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
5576
5742
|
value: "6px",
|
|
5577
5743
|
type: "dimension",
|
|
5578
|
-
description: "deprecated",
|
|
5579
5744
|
attributes: {
|
|
5580
5745
|
category: "space",
|
|
5581
5746
|
type: "dimension",
|
|
@@ -5585,6 +5750,7 @@ export default {
|
|
|
5585
5750
|
description: "deprecated",
|
|
5586
5751
|
filePath: "src/tokens/semantic/space.json",
|
|
5587
5752
|
isSource: true,
|
|
5753
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
5588
5754
|
name: "calcite-semantic-spacing-fixed-xs",
|
|
5589
5755
|
path: ["semantic", "spacing", "fixed", "xs"],
|
|
5590
5756
|
comment: "deprecated",
|
|
@@ -5601,25 +5767,26 @@ export default {
|
|
|
5601
5767
|
type: "dimension",
|
|
5602
5768
|
},
|
|
5603
5769
|
},
|
|
5770
|
+
description: "deprecated",
|
|
5604
5771
|
filePath: "src/tokens/semantic/space.json",
|
|
5605
5772
|
isSource: true,
|
|
5606
5773
|
original: {
|
|
5607
5774
|
value: "{core.size.default.6}",
|
|
5608
5775
|
type: "dimension",
|
|
5609
|
-
description: "deprecated",
|
|
5610
5776
|
attributes: {
|
|
5611
5777
|
category: "space",
|
|
5612
5778
|
},
|
|
5779
|
+
description: "deprecated",
|
|
5780
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
5613
5781
|
},
|
|
5614
5782
|
name: "Spacing Fixed Xs",
|
|
5615
5783
|
path: ["semantic", "spacing", "fixed", "xs"],
|
|
5616
5784
|
comment: "deprecated",
|
|
5617
|
-
key: "{semantic.spacing.fixed.xs}",
|
|
5618
5785
|
},
|
|
5619
5786
|
sm: {
|
|
5787
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
5620
5788
|
value: "8px",
|
|
5621
5789
|
type: "dimension",
|
|
5622
|
-
description: "deprecated",
|
|
5623
5790
|
attributes: {
|
|
5624
5791
|
category: "space",
|
|
5625
5792
|
type: "dimension",
|
|
@@ -5629,6 +5796,7 @@ export default {
|
|
|
5629
5796
|
description: "deprecated",
|
|
5630
5797
|
filePath: "src/tokens/semantic/space.json",
|
|
5631
5798
|
isSource: true,
|
|
5799
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
5632
5800
|
name: "calcite-semantic-spacing-fixed-sm",
|
|
5633
5801
|
path: ["semantic", "spacing", "fixed", "sm"],
|
|
5634
5802
|
comment: "deprecated",
|
|
@@ -5645,25 +5813,26 @@ export default {
|
|
|
5645
5813
|
type: "dimension",
|
|
5646
5814
|
},
|
|
5647
5815
|
},
|
|
5816
|
+
description: "deprecated",
|
|
5648
5817
|
filePath: "src/tokens/semantic/space.json",
|
|
5649
5818
|
isSource: true,
|
|
5650
5819
|
original: {
|
|
5651
5820
|
value: "{core.size.default.8}",
|
|
5652
5821
|
type: "dimension",
|
|
5653
|
-
description: "deprecated",
|
|
5654
5822
|
attributes: {
|
|
5655
5823
|
category: "space",
|
|
5656
5824
|
},
|
|
5825
|
+
description: "deprecated",
|
|
5826
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
5657
5827
|
},
|
|
5658
5828
|
name: "Spacing Fixed Sm",
|
|
5659
5829
|
path: ["semantic", "spacing", "fixed", "sm"],
|
|
5660
5830
|
comment: "deprecated",
|
|
5661
|
-
key: "{semantic.spacing.fixed.sm}",
|
|
5662
5831
|
},
|
|
5663
5832
|
md: {
|
|
5833
|
+
key: "{semantic.spacing.fixed.md}",
|
|
5664
5834
|
value: "12px",
|
|
5665
5835
|
type: "dimension",
|
|
5666
|
-
description: "deprecated",
|
|
5667
5836
|
attributes: {
|
|
5668
5837
|
category: "space",
|
|
5669
5838
|
type: "dimension",
|
|
@@ -5673,6 +5842,7 @@ export default {
|
|
|
5673
5842
|
description: "deprecated",
|
|
5674
5843
|
filePath: "src/tokens/semantic/space.json",
|
|
5675
5844
|
isSource: true,
|
|
5845
|
+
key: "{semantic.spacing.fixed.md}",
|
|
5676
5846
|
name: "calcite-semantic-spacing-fixed-md",
|
|
5677
5847
|
path: ["semantic", "spacing", "fixed", "md"],
|
|
5678
5848
|
comment: "deprecated",
|
|
@@ -5689,25 +5859,26 @@ export default {
|
|
|
5689
5859
|
type: "dimension",
|
|
5690
5860
|
},
|
|
5691
5861
|
},
|
|
5862
|
+
description: "deprecated",
|
|
5692
5863
|
filePath: "src/tokens/semantic/space.json",
|
|
5693
5864
|
isSource: true,
|
|
5694
5865
|
original: {
|
|
5695
5866
|
value: "{core.size.default.12}",
|
|
5696
5867
|
type: "dimension",
|
|
5697
|
-
description: "deprecated",
|
|
5698
5868
|
attributes: {
|
|
5699
5869
|
category: "space",
|
|
5700
5870
|
},
|
|
5871
|
+
description: "deprecated",
|
|
5872
|
+
key: "{semantic.spacing.fixed.md}",
|
|
5701
5873
|
},
|
|
5702
5874
|
name: "Spacing Fixed Md",
|
|
5703
5875
|
path: ["semantic", "spacing", "fixed", "md"],
|
|
5704
5876
|
comment: "deprecated",
|
|
5705
|
-
key: "{semantic.spacing.fixed.md}",
|
|
5706
5877
|
},
|
|
5707
5878
|
lg: {
|
|
5879
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
5708
5880
|
value: "14px",
|
|
5709
5881
|
type: "dimension",
|
|
5710
|
-
description: "deprecated",
|
|
5711
5882
|
attributes: {
|
|
5712
5883
|
category: "space",
|
|
5713
5884
|
type: "dimension",
|
|
@@ -5717,6 +5888,7 @@ export default {
|
|
|
5717
5888
|
description: "deprecated",
|
|
5718
5889
|
filePath: "src/tokens/semantic/space.json",
|
|
5719
5890
|
isSource: true,
|
|
5891
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
5720
5892
|
name: "calcite-semantic-spacing-fixed-lg",
|
|
5721
5893
|
path: ["semantic", "spacing", "fixed", "lg"],
|
|
5722
5894
|
comment: "deprecated",
|
|
@@ -5733,25 +5905,26 @@ export default {
|
|
|
5733
5905
|
type: "dimension",
|
|
5734
5906
|
},
|
|
5735
5907
|
},
|
|
5908
|
+
description: "deprecated",
|
|
5736
5909
|
filePath: "src/tokens/semantic/space.json",
|
|
5737
5910
|
isSource: true,
|
|
5738
5911
|
original: {
|
|
5739
5912
|
value: "{core.size.default.14}",
|
|
5740
5913
|
type: "dimension",
|
|
5741
|
-
description: "deprecated",
|
|
5742
5914
|
attributes: {
|
|
5743
5915
|
category: "space",
|
|
5744
5916
|
},
|
|
5917
|
+
description: "deprecated",
|
|
5918
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
5745
5919
|
},
|
|
5746
5920
|
name: "Spacing Fixed Lg",
|
|
5747
5921
|
path: ["semantic", "spacing", "fixed", "lg"],
|
|
5748
5922
|
comment: "deprecated",
|
|
5749
|
-
key: "{semantic.spacing.fixed.lg}",
|
|
5750
5923
|
},
|
|
5751
5924
|
xl: {
|
|
5925
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
5752
5926
|
value: "16px",
|
|
5753
5927
|
type: "dimension",
|
|
5754
|
-
description: "deprecated",
|
|
5755
5928
|
attributes: {
|
|
5756
5929
|
category: "space",
|
|
5757
5930
|
type: "dimension",
|
|
@@ -5761,6 +5934,7 @@ export default {
|
|
|
5761
5934
|
description: "deprecated",
|
|
5762
5935
|
filePath: "src/tokens/semantic/space.json",
|
|
5763
5936
|
isSource: true,
|
|
5937
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
5764
5938
|
name: "calcite-semantic-spacing-fixed-xl",
|
|
5765
5939
|
path: ["semantic", "spacing", "fixed", "xl"],
|
|
5766
5940
|
comment: "deprecated",
|
|
@@ -5777,25 +5951,26 @@ export default {
|
|
|
5777
5951
|
type: "dimension",
|
|
5778
5952
|
},
|
|
5779
5953
|
},
|
|
5954
|
+
description: "deprecated",
|
|
5780
5955
|
filePath: "src/tokens/semantic/space.json",
|
|
5781
5956
|
isSource: true,
|
|
5782
5957
|
original: {
|
|
5783
5958
|
value: "{core.size.default.16}",
|
|
5784
5959
|
type: "dimension",
|
|
5785
|
-
description: "deprecated",
|
|
5786
5960
|
attributes: {
|
|
5787
5961
|
category: "space",
|
|
5788
5962
|
},
|
|
5963
|
+
description: "deprecated",
|
|
5964
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
5789
5965
|
},
|
|
5790
5966
|
name: "Spacing Fixed Xl",
|
|
5791
5967
|
path: ["semantic", "spacing", "fixed", "xl"],
|
|
5792
5968
|
comment: "deprecated",
|
|
5793
|
-
key: "{semantic.spacing.fixed.xl}",
|
|
5794
5969
|
},
|
|
5795
5970
|
xxl: {
|
|
5971
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
5796
5972
|
value: "20px",
|
|
5797
5973
|
type: "dimension",
|
|
5798
|
-
description: "deprecated",
|
|
5799
5974
|
attributes: {
|
|
5800
5975
|
category: "space",
|
|
5801
5976
|
type: "dimension",
|
|
@@ -5805,6 +5980,7 @@ export default {
|
|
|
5805
5980
|
description: "deprecated",
|
|
5806
5981
|
filePath: "src/tokens/semantic/space.json",
|
|
5807
5982
|
isSource: true,
|
|
5983
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
5808
5984
|
name: "calcite-semantic-spacing-fixed-xxl",
|
|
5809
5985
|
path: ["semantic", "spacing", "fixed", "xxl"],
|
|
5810
5986
|
comment: "deprecated",
|
|
@@ -5821,25 +5997,26 @@ export default {
|
|
|
5821
5997
|
type: "dimension",
|
|
5822
5998
|
},
|
|
5823
5999
|
},
|
|
6000
|
+
description: "deprecated",
|
|
5824
6001
|
filePath: "src/tokens/semantic/space.json",
|
|
5825
6002
|
isSource: true,
|
|
5826
6003
|
original: {
|
|
5827
6004
|
value: "{core.size.default.20}",
|
|
5828
6005
|
type: "dimension",
|
|
5829
|
-
description: "deprecated",
|
|
5830
6006
|
attributes: {
|
|
5831
6007
|
category: "space",
|
|
5832
6008
|
},
|
|
6009
|
+
description: "deprecated",
|
|
6010
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
5833
6011
|
},
|
|
5834
6012
|
name: "Spacing Fixed Xxl",
|
|
5835
6013
|
path: ["semantic", "spacing", "fixed", "xxl"],
|
|
5836
6014
|
comment: "deprecated",
|
|
5837
|
-
key: "{semantic.spacing.fixed.xxl}",
|
|
5838
6015
|
},
|
|
5839
6016
|
xxxl: {
|
|
6017
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
5840
6018
|
value: "32px",
|
|
5841
6019
|
type: "dimension",
|
|
5842
|
-
description: "deprecated",
|
|
5843
6020
|
attributes: {
|
|
5844
6021
|
category: "space",
|
|
5845
6022
|
type: "dimension",
|
|
@@ -5849,6 +6026,7 @@ export default {
|
|
|
5849
6026
|
description: "deprecated",
|
|
5850
6027
|
filePath: "src/tokens/semantic/space.json",
|
|
5851
6028
|
isSource: true,
|
|
6029
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
5852
6030
|
name: "calcite-semantic-spacing-fixed-xxxl",
|
|
5853
6031
|
path: ["semantic", "spacing", "fixed", "xxxl"],
|
|
5854
6032
|
comment: "deprecated",
|
|
@@ -5865,24 +6043,26 @@ export default {
|
|
|
5865
6043
|
type: "dimension",
|
|
5866
6044
|
},
|
|
5867
6045
|
},
|
|
6046
|
+
description: "deprecated",
|
|
5868
6047
|
filePath: "src/tokens/semantic/space.json",
|
|
5869
6048
|
isSource: true,
|
|
5870
6049
|
original: {
|
|
5871
6050
|
value: "{core.size.default.32}",
|
|
5872
6051
|
type: "dimension",
|
|
5873
|
-
description: "deprecated",
|
|
5874
6052
|
attributes: {
|
|
5875
6053
|
category: "space",
|
|
5876
6054
|
},
|
|
6055
|
+
description: "deprecated",
|
|
6056
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
5877
6057
|
},
|
|
5878
6058
|
name: "Spacing Fixed Xxxl",
|
|
5879
6059
|
path: ["semantic", "spacing", "fixed", "xxxl"],
|
|
5880
6060
|
comment: "deprecated",
|
|
5881
|
-
key: "{semantic.spacing.fixed.xxxl}",
|
|
5882
6061
|
},
|
|
5883
6062
|
},
|
|
5884
6063
|
default: {
|
|
5885
6064
|
none: {
|
|
6065
|
+
key: "{semantic.spacing.default.none}",
|
|
5886
6066
|
value: "0",
|
|
5887
6067
|
type: "dimension",
|
|
5888
6068
|
attributes: {
|
|
@@ -5913,12 +6093,13 @@ export default {
|
|
|
5913
6093
|
pattern: "",
|
|
5914
6094
|
category: "space",
|
|
5915
6095
|
},
|
|
6096
|
+
key: "{semantic.spacing.default.none}",
|
|
5916
6097
|
},
|
|
5917
6098
|
name: "Spacing None",
|
|
5918
6099
|
path: ["semantic", "spacing", "default", "none"],
|
|
5919
|
-
key: "{semantic.spacing.default.none}",
|
|
5920
6100
|
},
|
|
5921
6101
|
px: {
|
|
6102
|
+
key: "{semantic.spacing.default.px}",
|
|
5922
6103
|
value: "1px",
|
|
5923
6104
|
type: "dimension",
|
|
5924
6105
|
attributes: {
|
|
@@ -5949,12 +6130,13 @@ export default {
|
|
|
5949
6130
|
pattern: "",
|
|
5950
6131
|
category: "space",
|
|
5951
6132
|
},
|
|
6133
|
+
key: "{semantic.spacing.default.px}",
|
|
5952
6134
|
},
|
|
5953
6135
|
name: "Spacing Px",
|
|
5954
6136
|
path: ["semantic", "spacing", "default", "px"],
|
|
5955
|
-
key: "{semantic.spacing.default.px}",
|
|
5956
6137
|
},
|
|
5957
6138
|
base: {
|
|
6139
|
+
key: "{semantic.spacing.default.base}",
|
|
5958
6140
|
value: "2px",
|
|
5959
6141
|
type: "dimension",
|
|
5960
6142
|
attributes: {
|
|
@@ -5985,12 +6167,13 @@ export default {
|
|
|
5985
6167
|
pattern: "",
|
|
5986
6168
|
category: "space",
|
|
5987
6169
|
},
|
|
6170
|
+
key: "{semantic.spacing.default.base}",
|
|
5988
6171
|
},
|
|
5989
6172
|
name: "Spacing Base",
|
|
5990
6173
|
path: ["semantic", "spacing", "default", "base"],
|
|
5991
|
-
key: "{semantic.spacing.default.base}",
|
|
5992
6174
|
},
|
|
5993
6175
|
xxs: {
|
|
6176
|
+
key: "{semantic.spacing.default.xxs}",
|
|
5994
6177
|
value: "0.25rem",
|
|
5995
6178
|
type: "dimension",
|
|
5996
6179
|
attributes: {
|
|
@@ -6019,12 +6202,13 @@ export default {
|
|
|
6019
6202
|
attributes: {
|
|
6020
6203
|
category: "size",
|
|
6021
6204
|
},
|
|
6205
|
+
key: "{semantic.spacing.default.xxs}",
|
|
6022
6206
|
},
|
|
6023
6207
|
name: "Spacing Xxs",
|
|
6024
6208
|
path: ["semantic", "spacing", "default", "xxs"],
|
|
6025
|
-
key: "{semantic.spacing.default.xxs}",
|
|
6026
6209
|
},
|
|
6027
6210
|
xs: {
|
|
6211
|
+
key: "{semantic.spacing.default.xs}",
|
|
6028
6212
|
value: "0.375rem",
|
|
6029
6213
|
type: "dimension",
|
|
6030
6214
|
attributes: {
|
|
@@ -6053,12 +6237,13 @@ export default {
|
|
|
6053
6237
|
attributes: {
|
|
6054
6238
|
category: "size",
|
|
6055
6239
|
},
|
|
6240
|
+
key: "{semantic.spacing.default.xs}",
|
|
6056
6241
|
},
|
|
6057
6242
|
name: "Spacing Xs",
|
|
6058
6243
|
path: ["semantic", "spacing", "default", "xs"],
|
|
6059
|
-
key: "{semantic.spacing.default.xs}",
|
|
6060
6244
|
},
|
|
6061
6245
|
sm: {
|
|
6246
|
+
key: "{semantic.spacing.default.sm}",
|
|
6062
6247
|
value: "0.5rem",
|
|
6063
6248
|
type: "dimension",
|
|
6064
6249
|
attributes: {
|
|
@@ -6087,12 +6272,13 @@ export default {
|
|
|
6087
6272
|
attributes: {
|
|
6088
6273
|
category: "size",
|
|
6089
6274
|
},
|
|
6275
|
+
key: "{semantic.spacing.default.sm}",
|
|
6090
6276
|
},
|
|
6091
6277
|
name: "Spacing Sm",
|
|
6092
6278
|
path: ["semantic", "spacing", "default", "sm"],
|
|
6093
|
-
key: "{semantic.spacing.default.sm}",
|
|
6094
6279
|
},
|
|
6095
6280
|
"sm+": {
|
|
6281
|
+
key: "{semantic.spacing.default.sm+}",
|
|
6096
6282
|
value: "0.625rem",
|
|
6097
6283
|
type: "dimension",
|
|
6098
6284
|
attributes: {
|
|
@@ -6121,12 +6307,13 @@ export default {
|
|
|
6121
6307
|
attributes: {
|
|
6122
6308
|
category: "space",
|
|
6123
6309
|
},
|
|
6310
|
+
key: "{semantic.spacing.default.sm+}",
|
|
6124
6311
|
},
|
|
6125
6312
|
name: "Spacing Sm Plus",
|
|
6126
6313
|
path: ["semantic", "spacing", "default", "sm+"],
|
|
6127
|
-
key: "{semantic.spacing.default.sm+}",
|
|
6128
6314
|
},
|
|
6129
6315
|
md: {
|
|
6316
|
+
key: "{semantic.spacing.default.md}",
|
|
6130
6317
|
value: "0.75rem",
|
|
6131
6318
|
type: "dimension",
|
|
6132
6319
|
attributes: {
|
|
@@ -6155,12 +6342,13 @@ export default {
|
|
|
6155
6342
|
attributes: {
|
|
6156
6343
|
category: "space",
|
|
6157
6344
|
},
|
|
6345
|
+
key: "{semantic.spacing.default.md}",
|
|
6158
6346
|
},
|
|
6159
6347
|
name: "Spacing Md",
|
|
6160
6348
|
path: ["semantic", "spacing", "default", "md"],
|
|
6161
|
-
key: "{semantic.spacing.default.md}",
|
|
6162
6349
|
},
|
|
6163
6350
|
"md+": {
|
|
6351
|
+
key: "{semantic.spacing.default.md+}",
|
|
6164
6352
|
value: "0.875rem",
|
|
6165
6353
|
type: "dimension",
|
|
6166
6354
|
attributes: {
|
|
@@ -6189,12 +6377,13 @@ export default {
|
|
|
6189
6377
|
attributes: {
|
|
6190
6378
|
category: "space",
|
|
6191
6379
|
},
|
|
6380
|
+
key: "{semantic.spacing.default.md+}",
|
|
6192
6381
|
},
|
|
6193
6382
|
name: "Spacing Md Plus",
|
|
6194
6383
|
path: ["semantic", "spacing", "default", "md+"],
|
|
6195
|
-
key: "{semantic.spacing.default.md+}",
|
|
6196
6384
|
},
|
|
6197
6385
|
lg: {
|
|
6386
|
+
key: "{semantic.spacing.default.lg}",
|
|
6198
6387
|
value: "1rem",
|
|
6199
6388
|
type: "dimension",
|
|
6200
6389
|
attributes: {
|
|
@@ -6223,12 +6412,13 @@ export default {
|
|
|
6223
6412
|
attributes: {
|
|
6224
6413
|
category: "space",
|
|
6225
6414
|
},
|
|
6415
|
+
key: "{semantic.spacing.default.lg}",
|
|
6226
6416
|
},
|
|
6227
6417
|
name: "Spacing Lg",
|
|
6228
6418
|
path: ["semantic", "spacing", "default", "lg"],
|
|
6229
|
-
key: "{semantic.spacing.default.lg}",
|
|
6230
6419
|
},
|
|
6231
6420
|
xl: {
|
|
6421
|
+
key: "{semantic.spacing.default.xl}",
|
|
6232
6422
|
value: "1.25rem",
|
|
6233
6423
|
type: "dimension",
|
|
6234
6424
|
attributes: {
|
|
@@ -6257,12 +6447,13 @@ export default {
|
|
|
6257
6447
|
attributes: {
|
|
6258
6448
|
category: "space",
|
|
6259
6449
|
},
|
|
6450
|
+
key: "{semantic.spacing.default.xl}",
|
|
6260
6451
|
},
|
|
6261
6452
|
name: "Spacing Xl",
|
|
6262
6453
|
path: ["semantic", "spacing", "default", "xl"],
|
|
6263
|
-
key: "{semantic.spacing.default.xl}",
|
|
6264
6454
|
},
|
|
6265
6455
|
xxl: {
|
|
6456
|
+
key: "{semantic.spacing.default.xxl}",
|
|
6266
6457
|
value: "1.5rem",
|
|
6267
6458
|
type: "dimension",
|
|
6268
6459
|
attributes: {
|
|
@@ -6291,12 +6482,13 @@ export default {
|
|
|
6291
6482
|
attributes: {
|
|
6292
6483
|
category: "space",
|
|
6293
6484
|
},
|
|
6485
|
+
key: "{semantic.spacing.default.xxl}",
|
|
6294
6486
|
},
|
|
6295
6487
|
name: "Spacing Xxl",
|
|
6296
6488
|
path: ["semantic", "spacing", "default", "xxl"],
|
|
6297
|
-
key: "{semantic.spacing.default.xxl}",
|
|
6298
6489
|
},
|
|
6299
6490
|
xxxl: {
|
|
6491
|
+
key: "{semantic.spacing.default.xxxl}",
|
|
6300
6492
|
value: "2rem",
|
|
6301
6493
|
type: "dimension",
|
|
6302
6494
|
attributes: {
|
|
@@ -6325,16 +6517,17 @@ export default {
|
|
|
6325
6517
|
attributes: {
|
|
6326
6518
|
category: "space",
|
|
6327
6519
|
},
|
|
6520
|
+
key: "{semantic.spacing.default.xxxl}",
|
|
6328
6521
|
},
|
|
6329
6522
|
name: "Spacing Xxxl",
|
|
6330
6523
|
path: ["semantic", "spacing", "default", "xxxl"],
|
|
6331
|
-
key: "{semantic.spacing.default.xxxl}",
|
|
6332
6524
|
},
|
|
6333
6525
|
},
|
|
6334
6526
|
},
|
|
6335
6527
|
typography: {
|
|
6336
6528
|
default: {
|
|
6337
6529
|
default: {
|
|
6530
|
+
key: "{semantic.typography.default.default}",
|
|
6338
6531
|
type: "typography",
|
|
6339
6532
|
value: {
|
|
6340
6533
|
fontFamily: [
|
|
@@ -6386,13 +6579,14 @@ export default {
|
|
|
6386
6579
|
attributes: {
|
|
6387
6580
|
category: "",
|
|
6388
6581
|
},
|
|
6582
|
+
key: "{semantic.typography.default.default}",
|
|
6389
6583
|
},
|
|
6390
6584
|
name: "Typography",
|
|
6391
6585
|
path: ["semantic", "typography", "default", "default"],
|
|
6392
|
-
key: "{semantic.typography.default.default}",
|
|
6393
6586
|
},
|
|
6394
6587
|
light: {
|
|
6395
6588
|
"-3h": {
|
|
6589
|
+
key: "{semantic.typography.default.light.-3h}",
|
|
6396
6590
|
value: {
|
|
6397
6591
|
fontSize: "10px",
|
|
6398
6592
|
fontWeight: "300",
|
|
@@ -6450,12 +6644,13 @@ export default {
|
|
|
6450
6644
|
attributes: {
|
|
6451
6645
|
category: "",
|
|
6452
6646
|
},
|
|
6647
|
+
key: "{semantic.typography.default.light.-3h}",
|
|
6453
6648
|
},
|
|
6454
6649
|
name: "Typography Light Minus 3h",
|
|
6455
6650
|
path: ["semantic", "typography", "default", "light", "-3h"],
|
|
6456
|
-
key: "{semantic.typography.default.light.-3h}",
|
|
6457
6651
|
},
|
|
6458
6652
|
"-2h": {
|
|
6653
|
+
key: "{semantic.typography.default.light.-2h}",
|
|
6459
6654
|
value: {
|
|
6460
6655
|
fontSize: "12px",
|
|
6461
6656
|
fontWeight: "300",
|
|
@@ -6511,12 +6706,13 @@ export default {
|
|
|
6511
6706
|
attributes: {
|
|
6512
6707
|
category: "default",
|
|
6513
6708
|
},
|
|
6709
|
+
key: "{semantic.typography.default.light.-2h}",
|
|
6514
6710
|
},
|
|
6515
6711
|
name: "Typography Light Minus 2h",
|
|
6516
6712
|
path: ["semantic", "typography", "default", "light", "-2h"],
|
|
6517
|
-
key: "{semantic.typography.default.light.-2h}",
|
|
6518
6713
|
},
|
|
6519
6714
|
"-1h": {
|
|
6715
|
+
key: "{semantic.typography.default.light.-1h}",
|
|
6520
6716
|
value: {
|
|
6521
6717
|
fontWeight: "300",
|
|
6522
6718
|
},
|
|
@@ -6570,12 +6766,13 @@ export default {
|
|
|
6570
6766
|
attributes: {
|
|
6571
6767
|
category: "default",
|
|
6572
6768
|
},
|
|
6769
|
+
key: "{semantic.typography.default.light.-1h}",
|
|
6573
6770
|
},
|
|
6574
6771
|
name: "Typography Light Minus 1h",
|
|
6575
6772
|
path: ["semantic", "typography", "default", "light", "-1h"],
|
|
6576
|
-
key: "{semantic.typography.default.light.-1h}",
|
|
6577
6773
|
},
|
|
6578
6774
|
"0h": {
|
|
6775
|
+
key: "{semantic.typography.default.light.0h}",
|
|
6579
6776
|
value: {
|
|
6580
6777
|
fontSize: "16px",
|
|
6581
6778
|
fontWeight: "300",
|
|
@@ -6633,12 +6830,13 @@ export default {
|
|
|
6633
6830
|
attributes: {
|
|
6634
6831
|
category: "default",
|
|
6635
6832
|
},
|
|
6833
|
+
key: "{semantic.typography.default.light.0h}",
|
|
6636
6834
|
},
|
|
6637
6835
|
name: "Typography Light 0h",
|
|
6638
6836
|
path: ["semantic", "typography", "default", "light", "0h"],
|
|
6639
|
-
key: "{semantic.typography.default.light.0h}",
|
|
6640
6837
|
},
|
|
6641
6838
|
"1h": {
|
|
6839
|
+
key: "{semantic.typography.default.light.1h}",
|
|
6642
6840
|
value: {
|
|
6643
6841
|
fontSize: "18px",
|
|
6644
6842
|
fontWeight: "300",
|
|
@@ -6696,14 +6894,15 @@ export default {
|
|
|
6696
6894
|
attributes: {
|
|
6697
6895
|
category: "default",
|
|
6698
6896
|
},
|
|
6897
|
+
key: "{semantic.typography.default.light.1h}",
|
|
6699
6898
|
},
|
|
6700
6899
|
name: "Typography Light 1h",
|
|
6701
6900
|
path: ["semantic", "typography", "default", "light", "1h"],
|
|
6702
|
-
key: "{semantic.typography.default.light.1h}",
|
|
6703
6901
|
},
|
|
6704
6902
|
},
|
|
6705
6903
|
regular: {
|
|
6706
6904
|
"-3h": {
|
|
6905
|
+
key: "{semantic.typography.default.regular.-3h}",
|
|
6707
6906
|
value: {
|
|
6708
6907
|
lineHeight: "12px",
|
|
6709
6908
|
fontSize: "10px",
|
|
@@ -6759,12 +6958,13 @@ export default {
|
|
|
6759
6958
|
attributes: {
|
|
6760
6959
|
category: "default",
|
|
6761
6960
|
},
|
|
6961
|
+
key: "{semantic.typography.default.regular.-3h}",
|
|
6762
6962
|
},
|
|
6763
6963
|
name: "Typography Regular Minus 3h",
|
|
6764
6964
|
path: ["semantic", "typography", "default", "regular", "-3h"],
|
|
6765
|
-
key: "{semantic.typography.default.regular.-3h}",
|
|
6766
6965
|
},
|
|
6767
6966
|
"-2h": {
|
|
6967
|
+
key: "{semantic.typography.default.regular.-2h}",
|
|
6768
6968
|
value: {
|
|
6769
6969
|
fontSize: "12px",
|
|
6770
6970
|
},
|
|
@@ -6818,12 +7018,13 @@ export default {
|
|
|
6818
7018
|
attributes: {
|
|
6819
7019
|
category: "default",
|
|
6820
7020
|
},
|
|
7021
|
+
key: "{semantic.typography.default.regular.-2h}",
|
|
6821
7022
|
},
|
|
6822
7023
|
name: "Typography Regular Minus 2h",
|
|
6823
7024
|
path: ["semantic", "typography", "default", "regular", "-2h"],
|
|
6824
|
-
key: "{semantic.typography.default.regular.-2h}",
|
|
6825
7025
|
},
|
|
6826
7026
|
"-1h": {
|
|
7027
|
+
key: "{semantic.typography.default.regular.-1h}",
|
|
6827
7028
|
value: {
|
|
6828
7029
|
fontFamily: [
|
|
6829
7030
|
"Avenir Next",
|
|
@@ -6862,26 +7063,18 @@ export default {
|
|
|
6862
7063
|
filePath: "src/tokens/semantic/typography.json",
|
|
6863
7064
|
isSource: true,
|
|
6864
7065
|
original: {
|
|
6865
|
-
value: {
|
|
6866
|
-
fontFamily: "{semantic.font.family.default}",
|
|
6867
|
-
fontSize: "{semantic.font.size.default}",
|
|
6868
|
-
fontWeight: "{semantic.font.weight.regular}",
|
|
6869
|
-
letterSpacing: "{semantic.font.letter-spacing.normal}",
|
|
6870
|
-
lineHeight: "{semantic.font.line-height.fixed.base}",
|
|
6871
|
-
paragraphSpacing: "{semantic.font.paragraph-spacing.normal}",
|
|
6872
|
-
textCase: "{semantic.font.text-case.none}",
|
|
6873
|
-
textDecoration: "{semantic.font.text-decoration.none}",
|
|
6874
|
-
},
|
|
7066
|
+
value: "{semantic.typography.default.default}",
|
|
6875
7067
|
type: "typography",
|
|
6876
7068
|
attributes: {
|
|
6877
7069
|
category: "default",
|
|
6878
7070
|
},
|
|
7071
|
+
key: "{semantic.typography.default.regular.-1h}",
|
|
6879
7072
|
},
|
|
6880
7073
|
name: "Typography Regular Minus 1h",
|
|
6881
7074
|
path: ["semantic", "typography", "default", "regular", "-1h"],
|
|
6882
|
-
key: "{semantic.typography.default.regular.-1h}",
|
|
6883
7075
|
},
|
|
6884
7076
|
"0h": {
|
|
7077
|
+
key: "{semantic.typography.default.regular.0h}",
|
|
6885
7078
|
value: {
|
|
6886
7079
|
lineHeight: "20px",
|
|
6887
7080
|
fontSize: "16px",
|
|
@@ -6937,12 +7130,13 @@ export default {
|
|
|
6937
7130
|
attributes: {
|
|
6938
7131
|
category: "default",
|
|
6939
7132
|
},
|
|
7133
|
+
key: "{semantic.typography.default.regular.0h}",
|
|
6940
7134
|
},
|
|
6941
7135
|
name: "Typography Regular 0h",
|
|
6942
7136
|
path: ["semantic", "typography", "default", "regular", "0h"],
|
|
6943
|
-
key: "{semantic.typography.default.regular.0h}",
|
|
6944
7137
|
},
|
|
6945
7138
|
"1h": {
|
|
7139
|
+
key: "{semantic.typography.default.regular.1h}",
|
|
6946
7140
|
value: {
|
|
6947
7141
|
lineHeight: "24px",
|
|
6948
7142
|
fontSize: "18px",
|
|
@@ -6998,14 +7192,15 @@ export default {
|
|
|
6998
7192
|
attributes: {
|
|
6999
7193
|
category: "default",
|
|
7000
7194
|
},
|
|
7195
|
+
key: "{semantic.typography.default.regular.1h}",
|
|
7001
7196
|
},
|
|
7002
7197
|
name: "Typography Regular 1h",
|
|
7003
7198
|
path: ["semantic", "typography", "default", "regular", "1h"],
|
|
7004
|
-
key: "{semantic.typography.default.regular.1h}",
|
|
7005
7199
|
},
|
|
7006
7200
|
},
|
|
7007
7201
|
medium: {
|
|
7008
7202
|
"-3h": {
|
|
7203
|
+
key: "{semantic.typography.default.medium.-3h}",
|
|
7009
7204
|
value: {
|
|
7010
7205
|
fontWeight: "500",
|
|
7011
7206
|
lineHeight: "12px",
|
|
@@ -7063,12 +7258,13 @@ export default {
|
|
|
7063
7258
|
attributes: {
|
|
7064
7259
|
category: "default",
|
|
7065
7260
|
},
|
|
7261
|
+
key: "{semantic.typography.default.medium.-3h}",
|
|
7066
7262
|
},
|
|
7067
7263
|
name: "Typography Medium Minus 3h",
|
|
7068
7264
|
path: ["semantic", "typography", "default", "medium", "-3h"],
|
|
7069
|
-
key: "{semantic.typography.default.medium.-3h}",
|
|
7070
7265
|
},
|
|
7071
7266
|
"-2h": {
|
|
7267
|
+
key: "{semantic.typography.default.medium.-2h}",
|
|
7072
7268
|
value: {
|
|
7073
7269
|
fontWeight: "500",
|
|
7074
7270
|
fontSize: "12px",
|
|
@@ -7124,12 +7320,13 @@ export default {
|
|
|
7124
7320
|
attributes: {
|
|
7125
7321
|
category: "default",
|
|
7126
7322
|
},
|
|
7323
|
+
key: "{semantic.typography.default.medium.-2h}",
|
|
7127
7324
|
},
|
|
7128
7325
|
name: "Typography Medium Minus 2h",
|
|
7129
7326
|
path: ["semantic", "typography", "default", "medium", "-2h"],
|
|
7130
|
-
key: "{semantic.typography.default.medium.-2h}",
|
|
7131
7327
|
},
|
|
7132
7328
|
"-1h": {
|
|
7329
|
+
key: "{semantic.typography.default.medium.-1h}",
|
|
7133
7330
|
value: {
|
|
7134
7331
|
fontWeight: "500",
|
|
7135
7332
|
},
|
|
@@ -7183,12 +7380,13 @@ export default {
|
|
|
7183
7380
|
attributes: {
|
|
7184
7381
|
category: "default",
|
|
7185
7382
|
},
|
|
7383
|
+
key: "{semantic.typography.default.medium.-1h}",
|
|
7186
7384
|
},
|
|
7187
7385
|
name: "Typography Medium Minus 1h",
|
|
7188
7386
|
path: ["semantic", "typography", "default", "medium", "-1h"],
|
|
7189
|
-
key: "{semantic.typography.default.medium.-1h}",
|
|
7190
7387
|
},
|
|
7191
7388
|
"0h": {
|
|
7389
|
+
key: "{semantic.typography.default.medium.0h}",
|
|
7192
7390
|
value: {
|
|
7193
7391
|
fontWeight: "500",
|
|
7194
7392
|
lineHeight: "20px",
|
|
@@ -7246,12 +7444,13 @@ export default {
|
|
|
7246
7444
|
attributes: {
|
|
7247
7445
|
category: "default",
|
|
7248
7446
|
},
|
|
7447
|
+
key: "{semantic.typography.default.medium.0h}",
|
|
7249
7448
|
},
|
|
7250
7449
|
name: "Typography Medium 0h",
|
|
7251
7450
|
path: ["semantic", "typography", "default", "medium", "0h"],
|
|
7252
|
-
key: "{semantic.typography.default.medium.0h}",
|
|
7253
7451
|
},
|
|
7254
7452
|
"1h": {
|
|
7453
|
+
key: "{semantic.typography.default.medium.1h}",
|
|
7255
7454
|
value: {
|
|
7256
7455
|
fontWeight: "500",
|
|
7257
7456
|
lineHeight: "24px",
|
|
@@ -7309,14 +7508,15 @@ export default {
|
|
|
7309
7508
|
attributes: {
|
|
7310
7509
|
category: "default",
|
|
7311
7510
|
},
|
|
7511
|
+
key: "{semantic.typography.default.medium.1h}",
|
|
7312
7512
|
},
|
|
7313
7513
|
name: "Typography Medium 1h",
|
|
7314
7514
|
path: ["semantic", "typography", "default", "medium", "1h"],
|
|
7315
|
-
key: "{semantic.typography.default.medium.1h}",
|
|
7316
7515
|
},
|
|
7317
7516
|
},
|
|
7318
7517
|
bold: {
|
|
7319
7518
|
"-3h": {
|
|
7519
|
+
key: "{semantic.typography.default.bold.-3h}",
|
|
7320
7520
|
value: {
|
|
7321
7521
|
fontWeight: "600",
|
|
7322
7522
|
lineHeight: "12px",
|
|
@@ -7374,12 +7574,13 @@ export default {
|
|
|
7374
7574
|
attributes: {
|
|
7375
7575
|
category: "default",
|
|
7376
7576
|
},
|
|
7577
|
+
key: "{semantic.typography.default.bold.-3h}",
|
|
7377
7578
|
},
|
|
7378
7579
|
name: "Typography Bold Minus 3h",
|
|
7379
7580
|
path: ["semantic", "typography", "default", "bold", "-3h"],
|
|
7380
|
-
key: "{semantic.typography.default.bold.-3h}",
|
|
7381
7581
|
},
|
|
7382
7582
|
"-2h": {
|
|
7583
|
+
key: "{semantic.typography.default.bold.-2h}",
|
|
7383
7584
|
value: {
|
|
7384
7585
|
fontWeight: "600",
|
|
7385
7586
|
fontSize: "12px",
|
|
@@ -7435,12 +7636,13 @@ export default {
|
|
|
7435
7636
|
attributes: {
|
|
7436
7637
|
category: "default",
|
|
7437
7638
|
},
|
|
7639
|
+
key: "{semantic.typography.default.bold.-2h}",
|
|
7438
7640
|
},
|
|
7439
7641
|
name: "Typography Bold Minus 2h",
|
|
7440
7642
|
path: ["semantic", "typography", "default", "bold", "-2h"],
|
|
7441
|
-
key: "{semantic.typography.default.bold.-2h}",
|
|
7442
7643
|
},
|
|
7443
7644
|
"-1h": {
|
|
7645
|
+
key: "{semantic.typography.default.bold.-1h}",
|
|
7444
7646
|
value: {
|
|
7445
7647
|
fontWeight: "600",
|
|
7446
7648
|
},
|
|
@@ -7494,12 +7696,13 @@ export default {
|
|
|
7494
7696
|
attributes: {
|
|
7495
7697
|
category: "default",
|
|
7496
7698
|
},
|
|
7699
|
+
key: "{semantic.typography.default.bold.-1h}",
|
|
7497
7700
|
},
|
|
7498
7701
|
name: "Typography Bold Minus 1h",
|
|
7499
7702
|
path: ["semantic", "typography", "default", "bold", "-1h"],
|
|
7500
|
-
key: "{semantic.typography.default.bold.-1h}",
|
|
7501
7703
|
},
|
|
7502
7704
|
"0h": {
|
|
7705
|
+
key: "{semantic.typography.default.bold.0h}",
|
|
7503
7706
|
value: {
|
|
7504
7707
|
fontWeight: "600",
|
|
7505
7708
|
lineHeight: "20px",
|
|
@@ -7557,12 +7760,13 @@ export default {
|
|
|
7557
7760
|
attributes: {
|
|
7558
7761
|
category: "default",
|
|
7559
7762
|
},
|
|
7763
|
+
key: "{semantic.typography.default.bold.0h}",
|
|
7560
7764
|
},
|
|
7561
7765
|
name: "Typography Bold 0h",
|
|
7562
7766
|
path: ["semantic", "typography", "default", "bold", "0h"],
|
|
7563
|
-
key: "{semantic.typography.default.bold.0h}",
|
|
7564
7767
|
},
|
|
7565
7768
|
"1h": {
|
|
7769
|
+
key: "{semantic.typography.default.bold.1h}",
|
|
7566
7770
|
value: {
|
|
7567
7771
|
fontWeight: "600",
|
|
7568
7772
|
lineHeight: "24px",
|
|
@@ -7620,16 +7824,17 @@ export default {
|
|
|
7620
7824
|
attributes: {
|
|
7621
7825
|
category: "default",
|
|
7622
7826
|
},
|
|
7827
|
+
key: "{semantic.typography.default.bold.1h}",
|
|
7623
7828
|
},
|
|
7624
7829
|
name: "Typography Bold 1h",
|
|
7625
7830
|
path: ["semantic", "typography", "default", "bold", "1h"],
|
|
7626
|
-
key: "{semantic.typography.default.bold.1h}",
|
|
7627
7831
|
},
|
|
7628
7832
|
},
|
|
7629
7833
|
},
|
|
7630
7834
|
wrap: {
|
|
7631
7835
|
light: {
|
|
7632
7836
|
0: {
|
|
7837
|
+
key: "{semantic.typography.wrap.light.0}",
|
|
7633
7838
|
value: {
|
|
7634
7839
|
fontWeight: "300",
|
|
7635
7840
|
lineHeight: "1.375",
|
|
@@ -7687,12 +7892,13 @@ export default {
|
|
|
7687
7892
|
attributes: {
|
|
7688
7893
|
category: "wrap",
|
|
7689
7894
|
},
|
|
7895
|
+
key: "{semantic.typography.wrap.light.0}",
|
|
7690
7896
|
},
|
|
7691
7897
|
name: "Typography Wrap Light 0",
|
|
7692
7898
|
path: ["semantic", "typography", "wrap", "light", "0"],
|
|
7693
|
-
key: "{semantic.typography.wrap.light.0}",
|
|
7694
7899
|
},
|
|
7695
7900
|
1: {
|
|
7901
|
+
key: "{semantic.typography.wrap.light.1}",
|
|
7696
7902
|
value: {
|
|
7697
7903
|
fontWeight: "300",
|
|
7698
7904
|
lineHeight: "1.375",
|
|
@@ -7750,12 +7956,13 @@ export default {
|
|
|
7750
7956
|
attributes: {
|
|
7751
7957
|
category: "wrap",
|
|
7752
7958
|
},
|
|
7959
|
+
key: "{semantic.typography.wrap.light.1}",
|
|
7753
7960
|
},
|
|
7754
7961
|
name: "Typography Wrap Light 1",
|
|
7755
7962
|
path: ["semantic", "typography", "wrap", "light", "1"],
|
|
7756
|
-
key: "{semantic.typography.wrap.light.1}",
|
|
7757
7963
|
},
|
|
7758
7964
|
2: {
|
|
7965
|
+
key: "{semantic.typography.wrap.light.2}",
|
|
7759
7966
|
value: {
|
|
7760
7967
|
fontWeight: "300",
|
|
7761
7968
|
lineHeight: "1.375",
|
|
@@ -7813,12 +8020,13 @@ export default {
|
|
|
7813
8020
|
attributes: {
|
|
7814
8021
|
category: "wrap",
|
|
7815
8022
|
},
|
|
8023
|
+
key: "{semantic.typography.wrap.light.2}",
|
|
7816
8024
|
},
|
|
7817
8025
|
name: "Typography Wrap Light 2",
|
|
7818
8026
|
path: ["semantic", "typography", "wrap", "light", "2"],
|
|
7819
|
-
key: "{semantic.typography.wrap.light.2}",
|
|
7820
8027
|
},
|
|
7821
8028
|
3: {
|
|
8029
|
+
key: "{semantic.typography.wrap.light.3}",
|
|
7822
8030
|
value: {
|
|
7823
8031
|
fontWeight: "300",
|
|
7824
8032
|
lineHeight: "1.25",
|
|
@@ -7876,12 +8084,13 @@ export default {
|
|
|
7876
8084
|
attributes: {
|
|
7877
8085
|
category: "wrap",
|
|
7878
8086
|
},
|
|
8087
|
+
key: "{semantic.typography.wrap.light.3}",
|
|
7879
8088
|
},
|
|
7880
8089
|
name: "Typography Wrap Light 3",
|
|
7881
8090
|
path: ["semantic", "typography", "wrap", "light", "3"],
|
|
7882
|
-
key: "{semantic.typography.wrap.light.3}",
|
|
7883
8091
|
},
|
|
7884
8092
|
"-2": {
|
|
8093
|
+
key: "{semantic.typography.wrap.light.-2}",
|
|
7885
8094
|
value: {
|
|
7886
8095
|
fontWeight: "300",
|
|
7887
8096
|
lineHeight: "1.375",
|
|
@@ -7939,12 +8148,13 @@ export default {
|
|
|
7939
8148
|
attributes: {
|
|
7940
8149
|
category: "wrap",
|
|
7941
8150
|
},
|
|
8151
|
+
key: "{semantic.typography.wrap.light.-2}",
|
|
7942
8152
|
},
|
|
7943
8153
|
name: "Typography Wrap Light Minus 2",
|
|
7944
8154
|
path: ["semantic", "typography", "wrap", "light", "-2"],
|
|
7945
|
-
key: "{semantic.typography.wrap.light.-2}",
|
|
7946
8155
|
},
|
|
7947
8156
|
"-1": {
|
|
8157
|
+
key: "{semantic.typography.wrap.light.-1}",
|
|
7948
8158
|
value: {
|
|
7949
8159
|
fontWeight: "300",
|
|
7950
8160
|
lineHeight: "1.375",
|
|
@@ -8000,14 +8210,15 @@ export default {
|
|
|
8000
8210
|
attributes: {
|
|
8001
8211
|
category: "wrap",
|
|
8002
8212
|
},
|
|
8213
|
+
key: "{semantic.typography.wrap.light.-1}",
|
|
8003
8214
|
},
|
|
8004
8215
|
name: "Typography Wrap Light Minus 1",
|
|
8005
8216
|
path: ["semantic", "typography", "wrap", "light", "-1"],
|
|
8006
|
-
key: "{semantic.typography.wrap.light.-1}",
|
|
8007
8217
|
},
|
|
8008
8218
|
},
|
|
8009
8219
|
regular: {
|
|
8010
8220
|
0: {
|
|
8221
|
+
key: "{semantic.typography.wrap.regular.0}",
|
|
8011
8222
|
value: {
|
|
8012
8223
|
lineHeight: "1.375",
|
|
8013
8224
|
fontSize: "16px",
|
|
@@ -8063,12 +8274,13 @@ export default {
|
|
|
8063
8274
|
attributes: {
|
|
8064
8275
|
category: "wrap",
|
|
8065
8276
|
},
|
|
8277
|
+
key: "{semantic.typography.wrap.regular.0}",
|
|
8066
8278
|
},
|
|
8067
8279
|
name: "Typography Wrap Regular 0",
|
|
8068
8280
|
path: ["semantic", "typography", "wrap", "regular", "0"],
|
|
8069
|
-
key: "{semantic.typography.wrap.regular.0}",
|
|
8070
8281
|
},
|
|
8071
8282
|
1: {
|
|
8283
|
+
key: "{semantic.typography.wrap.regular.1}",
|
|
8072
8284
|
value: {
|
|
8073
8285
|
lineHeight: "1.375",
|
|
8074
8286
|
fontSize: "18px",
|
|
@@ -8124,12 +8336,13 @@ export default {
|
|
|
8124
8336
|
attributes: {
|
|
8125
8337
|
category: "wrap",
|
|
8126
8338
|
},
|
|
8339
|
+
key: "{semantic.typography.wrap.regular.1}",
|
|
8127
8340
|
},
|
|
8128
8341
|
name: "Typography Wrap Regular 1",
|
|
8129
8342
|
path: ["semantic", "typography", "wrap", "regular", "1"],
|
|
8130
|
-
key: "{semantic.typography.wrap.regular.1}",
|
|
8131
8343
|
},
|
|
8132
8344
|
2: {
|
|
8345
|
+
key: "{semantic.typography.wrap.regular.2}",
|
|
8133
8346
|
value: {
|
|
8134
8347
|
lineHeight: "1.375",
|
|
8135
8348
|
fontSize: "20px",
|
|
@@ -8185,12 +8398,13 @@ export default {
|
|
|
8185
8398
|
attributes: {
|
|
8186
8399
|
category: "wrap",
|
|
8187
8400
|
},
|
|
8401
|
+
key: "{semantic.typography.wrap.regular.2}",
|
|
8188
8402
|
},
|
|
8189
8403
|
name: "Typography Wrap Regular 2",
|
|
8190
8404
|
path: ["semantic", "typography", "wrap", "regular", "2"],
|
|
8191
|
-
key: "{semantic.typography.wrap.regular.2}",
|
|
8192
8405
|
},
|
|
8193
8406
|
3: {
|
|
8407
|
+
key: "{semantic.typography.wrap.regular.3}",
|
|
8194
8408
|
value: {
|
|
8195
8409
|
lineHeight: "1.375",
|
|
8196
8410
|
fontSize: "24px",
|
|
@@ -8246,12 +8460,13 @@ export default {
|
|
|
8246
8460
|
attributes: {
|
|
8247
8461
|
category: "wrap",
|
|
8248
8462
|
},
|
|
8463
|
+
key: "{semantic.typography.wrap.regular.3}",
|
|
8249
8464
|
},
|
|
8250
8465
|
name: "Typography Wrap Regular 3",
|
|
8251
8466
|
path: ["semantic", "typography", "wrap", "regular", "3"],
|
|
8252
|
-
key: "{semantic.typography.wrap.regular.3}",
|
|
8253
8467
|
},
|
|
8254
8468
|
"-2": {
|
|
8469
|
+
key: "{semantic.typography.wrap.regular.-2}",
|
|
8255
8470
|
value: {
|
|
8256
8471
|
lineHeight: "1.375",
|
|
8257
8472
|
fontSize: "12px",
|
|
@@ -8307,12 +8522,13 @@ export default {
|
|
|
8307
8522
|
attributes: {
|
|
8308
8523
|
category: "wrap",
|
|
8309
8524
|
},
|
|
8525
|
+
key: "{semantic.typography.wrap.regular.-2}",
|
|
8310
8526
|
},
|
|
8311
8527
|
name: "Typography Wrap Regular Minus 2",
|
|
8312
8528
|
path: ["semantic", "typography", "wrap", "regular", "-2"],
|
|
8313
|
-
key: "{semantic.typography.wrap.regular.-2}",
|
|
8314
8529
|
},
|
|
8315
8530
|
"-1": {
|
|
8531
|
+
key: "{semantic.typography.wrap.regular.-1}",
|
|
8316
8532
|
value: {
|
|
8317
8533
|
lineHeight: "1.375",
|
|
8318
8534
|
},
|
|
@@ -8366,14 +8582,15 @@ export default {
|
|
|
8366
8582
|
attributes: {
|
|
8367
8583
|
category: "wrap",
|
|
8368
8584
|
},
|
|
8585
|
+
key: "{semantic.typography.wrap.regular.-1}",
|
|
8369
8586
|
},
|
|
8370
8587
|
name: "Typography Wrap Regular Minus 1",
|
|
8371
8588
|
path: ["semantic", "typography", "wrap", "regular", "-1"],
|
|
8372
|
-
key: "{semantic.typography.wrap.regular.-1}",
|
|
8373
8589
|
},
|
|
8374
8590
|
},
|
|
8375
8591
|
medium: {
|
|
8376
8592
|
0: {
|
|
8593
|
+
key: "{semantic.typography.wrap.medium.0}",
|
|
8377
8594
|
value: {
|
|
8378
8595
|
fontWeight: "500",
|
|
8379
8596
|
lineHeight: "1.375",
|
|
@@ -8431,12 +8648,13 @@ export default {
|
|
|
8431
8648
|
attributes: {
|
|
8432
8649
|
category: "wrap",
|
|
8433
8650
|
},
|
|
8651
|
+
key: "{semantic.typography.wrap.medium.0}",
|
|
8434
8652
|
},
|
|
8435
8653
|
name: "Typography Wrap Medium 0",
|
|
8436
8654
|
path: ["semantic", "typography", "wrap", "medium", "0"],
|
|
8437
|
-
key: "{semantic.typography.wrap.medium.0}",
|
|
8438
8655
|
},
|
|
8439
8656
|
1: {
|
|
8657
|
+
key: "{semantic.typography.wrap.medium.1}",
|
|
8440
8658
|
value: {
|
|
8441
8659
|
fontWeight: "500",
|
|
8442
8660
|
lineHeight: "1.375",
|
|
@@ -8494,12 +8712,13 @@ export default {
|
|
|
8494
8712
|
attributes: {
|
|
8495
8713
|
category: "wrap",
|
|
8496
8714
|
},
|
|
8715
|
+
key: "{semantic.typography.wrap.medium.1}",
|
|
8497
8716
|
},
|
|
8498
8717
|
name: "Typography Wrap Medium 1",
|
|
8499
8718
|
path: ["semantic", "typography", "wrap", "medium", "1"],
|
|
8500
|
-
key: "{semantic.typography.wrap.medium.1}",
|
|
8501
8719
|
},
|
|
8502
8720
|
2: {
|
|
8721
|
+
key: "{semantic.typography.wrap.medium.2}",
|
|
8503
8722
|
value: {
|
|
8504
8723
|
fontWeight: "500",
|
|
8505
8724
|
lineHeight: "1.375",
|
|
@@ -8557,12 +8776,13 @@ export default {
|
|
|
8557
8776
|
attributes: {
|
|
8558
8777
|
category: "wrap",
|
|
8559
8778
|
},
|
|
8779
|
+
key: "{semantic.typography.wrap.medium.2}",
|
|
8560
8780
|
},
|
|
8561
8781
|
name: "Typography Wrap Medium 2",
|
|
8562
8782
|
path: ["semantic", "typography", "wrap", "medium", "2"],
|
|
8563
|
-
key: "{semantic.typography.wrap.medium.2}",
|
|
8564
8783
|
},
|
|
8565
8784
|
3: {
|
|
8785
|
+
key: "{semantic.typography.wrap.medium.3}",
|
|
8566
8786
|
value: {
|
|
8567
8787
|
fontWeight: "500",
|
|
8568
8788
|
lineHeight: "1.375",
|
|
@@ -8620,12 +8840,13 @@ export default {
|
|
|
8620
8840
|
attributes: {
|
|
8621
8841
|
category: "wrap",
|
|
8622
8842
|
},
|
|
8843
|
+
key: "{semantic.typography.wrap.medium.3}",
|
|
8623
8844
|
},
|
|
8624
8845
|
name: "Typography Wrap Medium 3",
|
|
8625
8846
|
path: ["semantic", "typography", "wrap", "medium", "3"],
|
|
8626
|
-
key: "{semantic.typography.wrap.medium.3}",
|
|
8627
8847
|
},
|
|
8628
8848
|
"-2": {
|
|
8849
|
+
key: "{semantic.typography.wrap.medium.-2}",
|
|
8629
8850
|
value: {
|
|
8630
8851
|
fontWeight: "500",
|
|
8631
8852
|
lineHeight: "1.375",
|
|
@@ -8683,12 +8904,13 @@ export default {
|
|
|
8683
8904
|
attributes: {
|
|
8684
8905
|
category: "wrap",
|
|
8685
8906
|
},
|
|
8907
|
+
key: "{semantic.typography.wrap.medium.-2}",
|
|
8686
8908
|
},
|
|
8687
8909
|
name: "Typography Wrap Medium Minus 2",
|
|
8688
8910
|
path: ["semantic", "typography", "wrap", "medium", "-2"],
|
|
8689
|
-
key: "{semantic.typography.wrap.medium.-2}",
|
|
8690
8911
|
},
|
|
8691
8912
|
"-1": {
|
|
8913
|
+
key: "{semantic.typography.wrap.medium.-1}",
|
|
8692
8914
|
value: {
|
|
8693
8915
|
fontWeight: "500",
|
|
8694
8916
|
lineHeight: "1.375",
|
|
@@ -8744,14 +8966,15 @@ export default {
|
|
|
8744
8966
|
attributes: {
|
|
8745
8967
|
category: "wrap",
|
|
8746
8968
|
},
|
|
8969
|
+
key: "{semantic.typography.wrap.medium.-1}",
|
|
8747
8970
|
},
|
|
8748
8971
|
name: "Typography Wrap Medium Minus 1",
|
|
8749
8972
|
path: ["semantic", "typography", "wrap", "medium", "-1"],
|
|
8750
|
-
key: "{semantic.typography.wrap.medium.-1}",
|
|
8751
8973
|
},
|
|
8752
8974
|
},
|
|
8753
8975
|
bold: {
|
|
8754
8976
|
0: {
|
|
8977
|
+
key: "{semantic.typography.wrap.bold.0}",
|
|
8755
8978
|
value: {
|
|
8756
8979
|
fontWeight: "600",
|
|
8757
8980
|
lineHeight: "1.375",
|
|
@@ -8809,12 +9032,13 @@ export default {
|
|
|
8809
9032
|
attributes: {
|
|
8810
9033
|
category: "wrap",
|
|
8811
9034
|
},
|
|
9035
|
+
key: "{semantic.typography.wrap.bold.0}",
|
|
8812
9036
|
},
|
|
8813
9037
|
name: "Typography Wrap Bold 0",
|
|
8814
9038
|
path: ["semantic", "typography", "wrap", "bold", "0"],
|
|
8815
|
-
key: "{semantic.typography.wrap.bold.0}",
|
|
8816
9039
|
},
|
|
8817
9040
|
1: {
|
|
9041
|
+
key: "{semantic.typography.wrap.bold.1}",
|
|
8818
9042
|
value: {
|
|
8819
9043
|
fontWeight: "600",
|
|
8820
9044
|
lineHeight: "1.375",
|
|
@@ -8872,12 +9096,13 @@ export default {
|
|
|
8872
9096
|
attributes: {
|
|
8873
9097
|
category: "wrap",
|
|
8874
9098
|
},
|
|
9099
|
+
key: "{semantic.typography.wrap.bold.1}",
|
|
8875
9100
|
},
|
|
8876
9101
|
name: "Typography Wrap Bold 1",
|
|
8877
9102
|
path: ["semantic", "typography", "wrap", "bold", "1"],
|
|
8878
|
-
key: "{semantic.typography.wrap.bold.1}",
|
|
8879
9103
|
},
|
|
8880
9104
|
2: {
|
|
9105
|
+
key: "{semantic.typography.wrap.bold.2}",
|
|
8881
9106
|
value: {
|
|
8882
9107
|
fontWeight: "600",
|
|
8883
9108
|
lineHeight: "1.375",
|
|
@@ -8935,12 +9160,13 @@ export default {
|
|
|
8935
9160
|
attributes: {
|
|
8936
9161
|
category: "wrap",
|
|
8937
9162
|
},
|
|
9163
|
+
key: "{semantic.typography.wrap.bold.2}",
|
|
8938
9164
|
},
|
|
8939
9165
|
name: "Typography Wrap Bold 2",
|
|
8940
9166
|
path: ["semantic", "typography", "wrap", "bold", "2"],
|
|
8941
|
-
key: "{semantic.typography.wrap.bold.2}",
|
|
8942
9167
|
},
|
|
8943
9168
|
3: {
|
|
9169
|
+
key: "{semantic.typography.wrap.bold.3}",
|
|
8944
9170
|
value: {
|
|
8945
9171
|
fontWeight: "600",
|
|
8946
9172
|
lineHeight: "1.375",
|
|
@@ -8998,12 +9224,13 @@ export default {
|
|
|
8998
9224
|
attributes: {
|
|
8999
9225
|
category: "wrap",
|
|
9000
9226
|
},
|
|
9227
|
+
key: "{semantic.typography.wrap.bold.3}",
|
|
9001
9228
|
},
|
|
9002
9229
|
name: "Typography Wrap Bold 3",
|
|
9003
9230
|
path: ["semantic", "typography", "wrap", "bold", "3"],
|
|
9004
|
-
key: "{semantic.typography.wrap.bold.3}",
|
|
9005
9231
|
},
|
|
9006
9232
|
"-2": {
|
|
9233
|
+
key: "{semantic.typography.wrap.bold.-2}",
|
|
9007
9234
|
value: {
|
|
9008
9235
|
fontWeight: "600",
|
|
9009
9236
|
lineHeight: "1.375",
|
|
@@ -9061,12 +9288,13 @@ export default {
|
|
|
9061
9288
|
attributes: {
|
|
9062
9289
|
category: "wrap",
|
|
9063
9290
|
},
|
|
9291
|
+
key: "{semantic.typography.wrap.bold.-2}",
|
|
9064
9292
|
},
|
|
9065
9293
|
name: "Typography Wrap Bold Minus 2",
|
|
9066
9294
|
path: ["semantic", "typography", "wrap", "bold", "-2"],
|
|
9067
|
-
key: "{semantic.typography.wrap.bold.-2}",
|
|
9068
9295
|
},
|
|
9069
9296
|
"-1": {
|
|
9297
|
+
key: "{semantic.typography.wrap.bold.-1}",
|
|
9070
9298
|
value: {
|
|
9071
9299
|
fontWeight: "600",
|
|
9072
9300
|
lineHeight: "1.375",
|
|
@@ -9122,16 +9350,17 @@ export default {
|
|
|
9122
9350
|
attributes: {
|
|
9123
9351
|
category: "wrap",
|
|
9124
9352
|
},
|
|
9353
|
+
key: "{semantic.typography.wrap.bold.-1}",
|
|
9125
9354
|
},
|
|
9126
9355
|
name: "Typography Wrap Bold Minus 1",
|
|
9127
9356
|
path: ["semantic", "typography", "wrap", "bold", "-1"],
|
|
9128
|
-
key: "{semantic.typography.wrap.bold.-1}",
|
|
9129
9357
|
},
|
|
9130
9358
|
},
|
|
9131
9359
|
},
|
|
9132
9360
|
hierarchy: {
|
|
9133
9361
|
display: {
|
|
9134
9362
|
1: {
|
|
9363
|
+
key: "{semantic.typography.hierarchy.display.1}",
|
|
9135
9364
|
value: {
|
|
9136
9365
|
fontWeight: "600",
|
|
9137
9366
|
lineHeight: "1.375",
|
|
@@ -9160,21 +9389,18 @@ export default {
|
|
|
9160
9389
|
filePath: "src/tokens/semantic/typography.json",
|
|
9161
9390
|
isSource: true,
|
|
9162
9391
|
original: {
|
|
9163
|
-
value: {
|
|
9164
|
-
fontWeight: "{semantic.font.weight.semibold}",
|
|
9165
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9166
|
-
fontSize: "{semantic.font.size.xxl}",
|
|
9167
|
-
},
|
|
9392
|
+
value: "{semantic.typography.wrap.bold.3}",
|
|
9168
9393
|
type: "typography",
|
|
9169
9394
|
attributes: {
|
|
9170
9395
|
category: "hierarchy",
|
|
9171
9396
|
},
|
|
9397
|
+
key: "{semantic.typography.hierarchy.display.1}",
|
|
9172
9398
|
},
|
|
9173
9399
|
name: "Typography Hierarchy Display 1",
|
|
9174
9400
|
path: ["semantic", "typography", "hierarchy", "display", "1"],
|
|
9175
|
-
key: "{semantic.typography.hierarchy.display.1}",
|
|
9176
9401
|
},
|
|
9177
9402
|
2: {
|
|
9403
|
+
key: "{semantic.typography.hierarchy.display.2}",
|
|
9178
9404
|
value: {
|
|
9179
9405
|
fontWeight: "600",
|
|
9180
9406
|
lineHeight: "1.375",
|
|
@@ -9203,23 +9429,20 @@ export default {
|
|
|
9203
9429
|
filePath: "src/tokens/semantic/typography.json",
|
|
9204
9430
|
isSource: true,
|
|
9205
9431
|
original: {
|
|
9206
|
-
value: {
|
|
9207
|
-
fontWeight: "{semantic.font.weight.semibold}",
|
|
9208
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9209
|
-
fontSize: "{semantic.font.size.xl}",
|
|
9210
|
-
},
|
|
9432
|
+
value: "{semantic.typography.wrap.bold.2}",
|
|
9211
9433
|
type: "typography",
|
|
9212
9434
|
attributes: {
|
|
9213
9435
|
category: "hierarchy",
|
|
9214
9436
|
},
|
|
9437
|
+
key: "{semantic.typography.hierarchy.display.2}",
|
|
9215
9438
|
},
|
|
9216
9439
|
name: "Typography Hierarchy Display 2",
|
|
9217
9440
|
path: ["semantic", "typography", "hierarchy", "display", "2"],
|
|
9218
|
-
key: "{semantic.typography.hierarchy.display.2}",
|
|
9219
9441
|
},
|
|
9220
9442
|
},
|
|
9221
9443
|
heading: {
|
|
9222
9444
|
1: {
|
|
9445
|
+
key: "{semantic.typography.hierarchy.heading.1}",
|
|
9223
9446
|
value: {
|
|
9224
9447
|
fontWeight: "500",
|
|
9225
9448
|
lineHeight: "1.375",
|
|
@@ -9248,21 +9471,18 @@ export default {
|
|
|
9248
9471
|
filePath: "src/tokens/semantic/typography.json",
|
|
9249
9472
|
isSource: true,
|
|
9250
9473
|
original: {
|
|
9251
|
-
value: {
|
|
9252
|
-
fontWeight: "{semantic.font.weight.medium}",
|
|
9253
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9254
|
-
fontSize: "{semantic.font.size.xxl}",
|
|
9255
|
-
},
|
|
9474
|
+
value: "{semantic.typography.wrap.medium.3}",
|
|
9256
9475
|
type: "typography",
|
|
9257
9476
|
attributes: {
|
|
9258
9477
|
category: "hierarchy",
|
|
9259
9478
|
},
|
|
9479
|
+
key: "{semantic.typography.hierarchy.heading.1}",
|
|
9260
9480
|
},
|
|
9261
9481
|
name: "Typography Hierarchy Heading 1",
|
|
9262
9482
|
path: ["semantic", "typography", "hierarchy", "heading", "1"],
|
|
9263
|
-
key: "{semantic.typography.hierarchy.heading.1}",
|
|
9264
9483
|
},
|
|
9265
9484
|
2: {
|
|
9485
|
+
key: "{semantic.typography.hierarchy.heading.2}",
|
|
9266
9486
|
value: {
|
|
9267
9487
|
fontWeight: "500",
|
|
9268
9488
|
lineHeight: "1.375",
|
|
@@ -9291,21 +9511,18 @@ export default {
|
|
|
9291
9511
|
filePath: "src/tokens/semantic/typography.json",
|
|
9292
9512
|
isSource: true,
|
|
9293
9513
|
original: {
|
|
9294
|
-
value: {
|
|
9295
|
-
fontWeight: "{semantic.font.weight.medium}",
|
|
9296
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9297
|
-
fontSize: "{semantic.font.size.xl}",
|
|
9298
|
-
},
|
|
9514
|
+
value: "{semantic.typography.wrap.medium.2}",
|
|
9299
9515
|
type: "typography",
|
|
9300
9516
|
attributes: {
|
|
9301
9517
|
category: "hierarchy",
|
|
9302
9518
|
},
|
|
9519
|
+
key: "{semantic.typography.hierarchy.heading.2}",
|
|
9303
9520
|
},
|
|
9304
9521
|
name: "Typography Hierarchy Heading 2",
|
|
9305
9522
|
path: ["semantic", "typography", "hierarchy", "heading", "2"],
|
|
9306
|
-
key: "{semantic.typography.hierarchy.heading.2}",
|
|
9307
9523
|
},
|
|
9308
9524
|
3: {
|
|
9525
|
+
key: "{semantic.typography.hierarchy.heading.3}",
|
|
9309
9526
|
value: {
|
|
9310
9527
|
fontWeight: "500",
|
|
9311
9528
|
lineHeight: "1.375",
|
|
@@ -9334,21 +9551,18 @@ export default {
|
|
|
9334
9551
|
filePath: "src/tokens/semantic/typography.json",
|
|
9335
9552
|
isSource: true,
|
|
9336
9553
|
original: {
|
|
9337
|
-
value: {
|
|
9338
|
-
fontWeight: "{semantic.font.weight.medium}",
|
|
9339
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9340
|
-
fontSize: "{semantic.font.size.lg}",
|
|
9341
|
-
},
|
|
9554
|
+
value: "{semantic.typography.wrap.medium.1}",
|
|
9342
9555
|
type: "typography",
|
|
9343
9556
|
attributes: {
|
|
9344
9557
|
category: "hierarchy",
|
|
9345
9558
|
},
|
|
9559
|
+
key: "{semantic.typography.hierarchy.heading.3}",
|
|
9346
9560
|
},
|
|
9347
9561
|
name: "Typography Hierarchy Heading 3",
|
|
9348
9562
|
path: ["semantic", "typography", "hierarchy", "heading", "3"],
|
|
9349
|
-
key: "{semantic.typography.hierarchy.heading.3}",
|
|
9350
9563
|
},
|
|
9351
9564
|
4: {
|
|
9565
|
+
key: "{semantic.typography.hierarchy.heading.4}",
|
|
9352
9566
|
value: {
|
|
9353
9567
|
fontWeight: "500",
|
|
9354
9568
|
lineHeight: "1.375",
|
|
@@ -9377,21 +9591,18 @@ export default {
|
|
|
9377
9591
|
filePath: "src/tokens/semantic/typography.json",
|
|
9378
9592
|
isSource: true,
|
|
9379
9593
|
original: {
|
|
9380
|
-
value: {
|
|
9381
|
-
fontWeight: "{semantic.font.weight.medium}",
|
|
9382
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9383
|
-
fontSize: "{semantic.font.size.md}",
|
|
9384
|
-
},
|
|
9594
|
+
value: "{semantic.typography.wrap.medium.0}",
|
|
9385
9595
|
type: "typography",
|
|
9386
9596
|
attributes: {
|
|
9387
9597
|
category: "hierarchy",
|
|
9388
9598
|
},
|
|
9599
|
+
key: "{semantic.typography.hierarchy.heading.4}",
|
|
9389
9600
|
},
|
|
9390
9601
|
name: "Typography Hierarchy Heading 4",
|
|
9391
9602
|
path: ["semantic", "typography", "hierarchy", "heading", "4"],
|
|
9392
|
-
key: "{semantic.typography.hierarchy.heading.4}",
|
|
9393
9603
|
},
|
|
9394
9604
|
5: {
|
|
9605
|
+
key: "{semantic.typography.hierarchy.heading.5}",
|
|
9395
9606
|
value: {
|
|
9396
9607
|
fontWeight: "500",
|
|
9397
9608
|
lineHeight: "1.375",
|
|
@@ -9419,22 +9630,20 @@ export default {
|
|
|
9419
9630
|
filePath: "src/tokens/semantic/typography.json",
|
|
9420
9631
|
isSource: true,
|
|
9421
9632
|
original: {
|
|
9422
|
-
value: {
|
|
9423
|
-
fontWeight: "{semantic.font.weight.medium}",
|
|
9424
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9425
|
-
},
|
|
9633
|
+
value: "{semantic.typography.wrap.medium.-1}",
|
|
9426
9634
|
type: "typography",
|
|
9427
9635
|
attributes: {
|
|
9428
9636
|
category: "hierarchy",
|
|
9429
9637
|
},
|
|
9638
|
+
key: "{semantic.typography.hierarchy.heading.5}",
|
|
9430
9639
|
},
|
|
9431
9640
|
name: "Typography Hierarchy Heading 5",
|
|
9432
9641
|
path: ["semantic", "typography", "hierarchy", "heading", "5"],
|
|
9433
|
-
key: "{semantic.typography.hierarchy.heading.5}",
|
|
9434
9642
|
},
|
|
9435
9643
|
},
|
|
9436
9644
|
body: {
|
|
9437
9645
|
snug: {
|
|
9646
|
+
key: "{semantic.typography.hierarchy.body.snug}",
|
|
9438
9647
|
value: {
|
|
9439
9648
|
lineHeight: "1.375",
|
|
9440
9649
|
},
|
|
@@ -9461,19 +9670,18 @@ export default {
|
|
|
9461
9670
|
filePath: "src/tokens/semantic/typography.json",
|
|
9462
9671
|
isSource: true,
|
|
9463
9672
|
original: {
|
|
9464
|
-
value: {
|
|
9465
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9466
|
-
},
|
|
9673
|
+
value: "{semantic.typography.wrap.regular.-1}",
|
|
9467
9674
|
type: "typography",
|
|
9468
9675
|
attributes: {
|
|
9469
9676
|
category: "hierarchy",
|
|
9470
9677
|
},
|
|
9678
|
+
key: "{semantic.typography.hierarchy.body.snug}",
|
|
9471
9679
|
},
|
|
9472
9680
|
name: "Typography Hierarchy Body Snug",
|
|
9473
9681
|
path: ["semantic", "typography", "hierarchy", "body", "snug"],
|
|
9474
|
-
key: "{semantic.typography.hierarchy.body.snug}",
|
|
9475
9682
|
},
|
|
9476
9683
|
default: {
|
|
9684
|
+
key: "{semantic.typography.hierarchy.body.default}",
|
|
9477
9685
|
value: {
|
|
9478
9686
|
fontFamily: [
|
|
9479
9687
|
"Avenir Next",
|
|
@@ -9512,27 +9720,19 @@ export default {
|
|
|
9512
9720
|
filePath: "src/tokens/semantic/typography.json",
|
|
9513
9721
|
isSource: true,
|
|
9514
9722
|
original: {
|
|
9515
|
-
value: {
|
|
9516
|
-
fontFamily: "{semantic.font.family.default}",
|
|
9517
|
-
fontSize: "{semantic.font.size.default}",
|
|
9518
|
-
fontWeight: "{semantic.font.weight.regular}",
|
|
9519
|
-
letterSpacing: "{semantic.font.letter-spacing.normal}",
|
|
9520
|
-
lineHeight: "{semantic.font.line-height.fixed.base}",
|
|
9521
|
-
paragraphSpacing: "{semantic.font.paragraph-spacing.normal}",
|
|
9522
|
-
textCase: "{semantic.font.text-case.none}",
|
|
9523
|
-
textDecoration: "{semantic.font.text-decoration.none}",
|
|
9524
|
-
},
|
|
9723
|
+
value: "{semantic.typography.default.default}",
|
|
9525
9724
|
type: "typography",
|
|
9526
9725
|
attributes: {
|
|
9527
9726
|
category: "hierarchy",
|
|
9528
9727
|
},
|
|
9728
|
+
key: "{semantic.typography.hierarchy.body.default}",
|
|
9529
9729
|
},
|
|
9530
9730
|
name: "Typography Hierarchy Body",
|
|
9531
9731
|
path: ["semantic", "typography", "hierarchy", "body", "default"],
|
|
9532
|
-
key: "{semantic.typography.hierarchy.body.default}",
|
|
9533
9732
|
},
|
|
9534
9733
|
},
|
|
9535
9734
|
overline: {
|
|
9735
|
+
key: "{semantic.typography.hierarchy.overline}",
|
|
9536
9736
|
value: {
|
|
9537
9737
|
lineHeight: "12px",
|
|
9538
9738
|
textCase: "uppercase",
|
|
@@ -9569,12 +9769,13 @@ export default {
|
|
|
9569
9769
|
attributes: {
|
|
9570
9770
|
category: "hierarchy",
|
|
9571
9771
|
},
|
|
9772
|
+
key: "{semantic.typography.hierarchy.overline}",
|
|
9572
9773
|
},
|
|
9573
9774
|
name: "Typography Hierarchy Overline",
|
|
9574
9775
|
path: ["semantic", "typography", "hierarchy", "overline"],
|
|
9575
|
-
key: "{semantic.typography.hierarchy.overline}",
|
|
9576
9776
|
},
|
|
9577
9777
|
caption: {
|
|
9778
|
+
key: "{semantic.typography.hierarchy.caption}",
|
|
9578
9779
|
value: {
|
|
9579
9780
|
lineHeight: "1.375",
|
|
9580
9781
|
fontSize: "12px",
|
|
@@ -9601,23 +9802,21 @@ export default {
|
|
|
9601
9802
|
filePath: "src/tokens/semantic/typography.json",
|
|
9602
9803
|
isSource: true,
|
|
9603
9804
|
original: {
|
|
9604
|
-
value: {
|
|
9605
|
-
lineHeight: "{semantic.font.line-height.relative.snug}",
|
|
9606
|
-
fontSize: "{semantic.font.size.sm}",
|
|
9607
|
-
},
|
|
9805
|
+
value: "{semantic.typography.wrap.regular.-2}",
|
|
9608
9806
|
type: "typography",
|
|
9609
9807
|
attributes: {
|
|
9610
9808
|
category: "hierarchy",
|
|
9611
9809
|
},
|
|
9810
|
+
key: "{semantic.typography.hierarchy.caption}",
|
|
9612
9811
|
},
|
|
9613
9812
|
name: "Typography Hierarchy Caption",
|
|
9614
9813
|
path: ["semantic", "typography", "hierarchy", "caption"],
|
|
9615
|
-
key: "{semantic.typography.hierarchy.caption}",
|
|
9616
9814
|
},
|
|
9617
9815
|
},
|
|
9618
9816
|
},
|
|
9619
9817
|
"z-index": {
|
|
9620
9818
|
deep: {
|
|
9819
|
+
key: "{semantic.z-index.deep}",
|
|
9621
9820
|
value: "-999999",
|
|
9622
9821
|
type: "z-index",
|
|
9623
9822
|
attributes: {
|
|
@@ -9645,12 +9844,13 @@ export default {
|
|
|
9645
9844
|
attributes: {
|
|
9646
9845
|
category: "z-index",
|
|
9647
9846
|
},
|
|
9847
|
+
key: "{semantic.z-index.deep}",
|
|
9648
9848
|
},
|
|
9649
9849
|
name: "Z Index Deep",
|
|
9650
9850
|
path: ["semantic", "z-index", "deep"],
|
|
9651
|
-
key: "{semantic.z-index.deep}",
|
|
9652
9851
|
},
|
|
9653
9852
|
default: {
|
|
9853
|
+
key: "{semantic.z-index.default}",
|
|
9654
9854
|
value: "1",
|
|
9655
9855
|
type: "z-index",
|
|
9656
9856
|
attributes: {
|
|
@@ -9678,12 +9878,13 @@ export default {
|
|
|
9678
9878
|
attributes: {
|
|
9679
9879
|
category: "z-index",
|
|
9680
9880
|
},
|
|
9881
|
+
key: "{semantic.z-index.default}",
|
|
9681
9882
|
},
|
|
9682
9883
|
name: "Z Index",
|
|
9683
9884
|
path: ["semantic", "z-index", "default"],
|
|
9684
|
-
key: "{semantic.z-index.default}",
|
|
9685
9885
|
},
|
|
9686
9886
|
sticky: {
|
|
9887
|
+
key: "{semantic.z-index.sticky}",
|
|
9687
9888
|
value: "300",
|
|
9688
9889
|
type: "z-index",
|
|
9689
9890
|
attributes: {
|
|
@@ -9711,12 +9912,13 @@ export default {
|
|
|
9711
9912
|
attributes: {
|
|
9712
9913
|
category: "z-index",
|
|
9713
9914
|
},
|
|
9915
|
+
key: "{semantic.z-index.sticky}",
|
|
9714
9916
|
},
|
|
9715
9917
|
name: "Z Index Sticky",
|
|
9716
9918
|
path: ["semantic", "z-index", "sticky"],
|
|
9717
|
-
key: "{semantic.z-index.sticky}",
|
|
9718
9919
|
},
|
|
9719
9920
|
header: {
|
|
9921
|
+
key: "{semantic.z-index.header}",
|
|
9720
9922
|
value: "400",
|
|
9721
9923
|
type: "z-index",
|
|
9722
9924
|
attributes: {
|
|
@@ -9744,12 +9946,13 @@ export default {
|
|
|
9744
9946
|
attributes: {
|
|
9745
9947
|
category: "z-index",
|
|
9746
9948
|
},
|
|
9949
|
+
key: "{semantic.z-index.header}",
|
|
9747
9950
|
},
|
|
9748
9951
|
name: "Z Index Header",
|
|
9749
9952
|
path: ["semantic", "z-index", "header"],
|
|
9750
|
-
key: "{semantic.z-index.header}",
|
|
9751
9953
|
},
|
|
9752
9954
|
toast: {
|
|
9955
|
+
key: "{semantic.z-index.toast}",
|
|
9753
9956
|
value: "500",
|
|
9754
9957
|
type: "z-index",
|
|
9755
9958
|
attributes: {
|
|
@@ -9777,12 +9980,13 @@ export default {
|
|
|
9777
9980
|
attributes: {
|
|
9778
9981
|
category: "z-index",
|
|
9779
9982
|
},
|
|
9983
|
+
key: "{semantic.z-index.toast}",
|
|
9780
9984
|
},
|
|
9781
9985
|
name: "Z Index Toast",
|
|
9782
9986
|
path: ["semantic", "z-index", "toast"],
|
|
9783
|
-
key: "{semantic.z-index.toast}",
|
|
9784
9987
|
},
|
|
9785
9988
|
dropdown: {
|
|
9989
|
+
key: "{semantic.z-index.dropdown}",
|
|
9786
9990
|
value: "600",
|
|
9787
9991
|
type: "z-index",
|
|
9788
9992
|
attributes: {
|
|
@@ -9810,12 +10014,13 @@ export default {
|
|
|
9810
10014
|
attributes: {
|
|
9811
10015
|
category: "z-index",
|
|
9812
10016
|
},
|
|
10017
|
+
key: "{semantic.z-index.dropdown}",
|
|
9813
10018
|
},
|
|
9814
10019
|
name: "Z Index Dropdown",
|
|
9815
10020
|
path: ["semantic", "z-index", "dropdown"],
|
|
9816
|
-
key: "{semantic.z-index.dropdown}",
|
|
9817
10021
|
},
|
|
9818
10022
|
overlay: {
|
|
10023
|
+
key: "{semantic.z-index.overlay}",
|
|
9819
10024
|
value: "700",
|
|
9820
10025
|
type: "z-index",
|
|
9821
10026
|
attributes: {
|
|
@@ -9843,12 +10048,13 @@ export default {
|
|
|
9843
10048
|
attributes: {
|
|
9844
10049
|
category: "z-index",
|
|
9845
10050
|
},
|
|
10051
|
+
key: "{semantic.z-index.overlay}",
|
|
9846
10052
|
},
|
|
9847
10053
|
name: "Z Index Overlay",
|
|
9848
10054
|
path: ["semantic", "z-index", "overlay"],
|
|
9849
|
-
key: "{semantic.z-index.overlay}",
|
|
9850
10055
|
},
|
|
9851
10056
|
modal: {
|
|
10057
|
+
key: "{semantic.z-index.modal}",
|
|
9852
10058
|
value: "800",
|
|
9853
10059
|
type: "z-index",
|
|
9854
10060
|
attributes: {
|
|
@@ -9876,12 +10082,13 @@ export default {
|
|
|
9876
10082
|
attributes: {
|
|
9877
10083
|
category: "z-index",
|
|
9878
10084
|
},
|
|
10085
|
+
key: "{semantic.z-index.modal}",
|
|
9879
10086
|
},
|
|
9880
10087
|
name: "Z Index Modal",
|
|
9881
10088
|
path: ["semantic", "z-index", "modal"],
|
|
9882
|
-
key: "{semantic.z-index.modal}",
|
|
9883
10089
|
},
|
|
9884
10090
|
popup: {
|
|
10091
|
+
key: "{semantic.z-index.popup}",
|
|
9885
10092
|
value: "900",
|
|
9886
10093
|
type: "z-index",
|
|
9887
10094
|
attributes: {
|
|
@@ -9909,12 +10116,13 @@ export default {
|
|
|
9909
10116
|
attributes: {
|
|
9910
10117
|
category: "z-index",
|
|
9911
10118
|
},
|
|
10119
|
+
key: "{semantic.z-index.popup}",
|
|
9912
10120
|
},
|
|
9913
10121
|
name: "Z Index Popup",
|
|
9914
10122
|
path: ["semantic", "z-index", "popup"],
|
|
9915
|
-
key: "{semantic.z-index.popup}",
|
|
9916
10123
|
},
|
|
9917
10124
|
tooltip: {
|
|
10125
|
+
key: "{semantic.z-index.tooltip}",
|
|
9918
10126
|
value: "901",
|
|
9919
10127
|
type: "z-index",
|
|
9920
10128
|
attributes: {
|
|
@@ -9942,10 +10150,10 @@ export default {
|
|
|
9942
10150
|
attributes: {
|
|
9943
10151
|
category: "z-index",
|
|
9944
10152
|
},
|
|
10153
|
+
key: "{semantic.z-index.tooltip}",
|
|
9945
10154
|
},
|
|
9946
10155
|
name: "Z Index Tooltip",
|
|
9947
10156
|
path: ["semantic", "z-index", "tooltip"],
|
|
9948
|
-
key: "{semantic.z-index.tooltip}",
|
|
9949
10157
|
},
|
|
9950
10158
|
},
|
|
9951
10159
|
},
|