@esri/calcite-design-tokens 3.2.0-next.1 → 3.2.0-next.11
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/dark.css +2 -2
- package/dist/css/index.css +10 -10
- package/dist/css/light.css +2 -2
- package/dist/css/semantic.css +0 -22
- package/dist/docs/core.json +464 -1
- package/dist/docs/dark.json +82 -24
- package/dist/docs/global.json +281 -183
- package/dist/docs/light.json +74 -14
- package/dist/docs/semantic.json +132 -572
- package/dist/es6/dark.d.ts +2 -2
- package/dist/es6/dark.js +2 -2
- package/dist/es6/global.d.ts +2 -2
- package/dist/es6/global.js +2 -2
- package/dist/es6/light.d.ts +2 -2
- package/dist/es6/light.js +2 -2
- package/dist/es6/semantic.d.ts +0 -24
- package/dist/es6/semantic.js +0 -12
- package/dist/js/core.js +926 -0
- package/dist/js/dark.d.ts +2 -2
- package/dist/js/dark.js +161 -38
- package/dist/js/global.d.ts +10 -10
- package/dist/js/global.js +627 -424
- package/dist/js/light.d.ts +2 -2
- package/dist/js/light.js +137 -16
- package/dist/js/semantic.d.ts +8 -26
- package/dist/js/semantic.js +358 -934
- package/dist/scss/dark.scss +2 -2
- package/dist/scss/index.scss +4 -4
- package/dist/scss/light.scss +2 -2
- package/dist/scss/semantic.scss +0 -22
- package/package.json +6 -6
package/dist/js/global.js
CHANGED
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
type: "color",
|
|
18
18
|
attributes: {
|
|
19
19
|
category: "color",
|
|
20
|
+
group: "background",
|
|
20
21
|
type: "color",
|
|
21
22
|
item: "background",
|
|
22
23
|
subitem: "default",
|
|
@@ -40,6 +41,7 @@ export default {
|
|
|
40
41
|
type: "color",
|
|
41
42
|
attributes: {
|
|
42
43
|
category: "color",
|
|
44
|
+
group: "background",
|
|
43
45
|
},
|
|
44
46
|
key: "{semantic.color.background.default}",
|
|
45
47
|
},
|
|
@@ -52,6 +54,7 @@ export default {
|
|
|
52
54
|
type: "color",
|
|
53
55
|
attributes: {
|
|
54
56
|
category: "color",
|
|
57
|
+
group: "background",
|
|
55
58
|
type: "color",
|
|
56
59
|
item: "background",
|
|
57
60
|
subitem: "none",
|
|
@@ -75,6 +78,7 @@ export default {
|
|
|
75
78
|
type: "color",
|
|
76
79
|
attributes: {
|
|
77
80
|
category: "color",
|
|
81
|
+
group: "background",
|
|
78
82
|
},
|
|
79
83
|
key: "{semantic.color.background.none}",
|
|
80
84
|
},
|
|
@@ -92,6 +96,7 @@ export default {
|
|
|
92
96
|
type: "color",
|
|
93
97
|
attributes: {
|
|
94
98
|
category: "color",
|
|
99
|
+
group: "foreground",
|
|
95
100
|
type: "color",
|
|
96
101
|
item: "foreground",
|
|
97
102
|
subitem: "1",
|
|
@@ -115,6 +120,7 @@ export default {
|
|
|
115
120
|
type: "color",
|
|
116
121
|
attributes: {
|
|
117
122
|
category: "color",
|
|
123
|
+
group: "foreground",
|
|
118
124
|
},
|
|
119
125
|
key: "{semantic.color.foreground.1}",
|
|
120
126
|
},
|
|
@@ -130,6 +136,7 @@ export default {
|
|
|
130
136
|
type: "color",
|
|
131
137
|
attributes: {
|
|
132
138
|
category: "color",
|
|
139
|
+
group: "foreground",
|
|
133
140
|
type: "color",
|
|
134
141
|
item: "foreground",
|
|
135
142
|
subitem: "2",
|
|
@@ -153,6 +160,7 @@ export default {
|
|
|
153
160
|
type: "color",
|
|
154
161
|
attributes: {
|
|
155
162
|
category: "color",
|
|
163
|
+
group: "foreground",
|
|
156
164
|
},
|
|
157
165
|
key: "{semantic.color.foreground.2}",
|
|
158
166
|
},
|
|
@@ -168,6 +176,7 @@ export default {
|
|
|
168
176
|
type: "color",
|
|
169
177
|
attributes: {
|
|
170
178
|
category: "color",
|
|
179
|
+
group: "foreground",
|
|
171
180
|
type: "color",
|
|
172
181
|
item: "foreground",
|
|
173
182
|
subitem: "3",
|
|
@@ -191,6 +200,7 @@ export default {
|
|
|
191
200
|
type: "color",
|
|
192
201
|
attributes: {
|
|
193
202
|
category: "color",
|
|
203
|
+
group: "foreground",
|
|
194
204
|
},
|
|
195
205
|
key: "{semantic.color.foreground.3}",
|
|
196
206
|
},
|
|
@@ -206,19 +216,20 @@ export default {
|
|
|
206
216
|
type: "color",
|
|
207
217
|
attributes: {
|
|
208
218
|
category: "color",
|
|
219
|
+
group: "foreground",
|
|
209
220
|
type: "color",
|
|
210
221
|
item: "foreground",
|
|
211
222
|
subitem: "current",
|
|
212
223
|
value: "#d6efff",
|
|
213
224
|
description:
|
|
214
|
-
"deprecated, use --calcite-color-
|
|
225
|
+
"deprecated, use --calcite-color-surface-highlight instead",
|
|
215
226
|
filePath: "src/tokens/semantic/color/light.json",
|
|
216
227
|
isSource: false,
|
|
217
228
|
key: "{semantic.color.foreground.current}",
|
|
218
229
|
name: "calcite-semantic-color-foreground-current",
|
|
219
230
|
path: ["semantic", "color", "foreground", "current"],
|
|
220
231
|
comment:
|
|
221
|
-
"deprecated, use --calcite-color-
|
|
232
|
+
"deprecated, use --calcite-color-surface-highlight instead",
|
|
222
233
|
names: {
|
|
223
234
|
scss: "$calcite-color-foreground-current",
|
|
224
235
|
css: "var(--calcite-color-foreground-current)",
|
|
@@ -233,7 +244,7 @@ export default {
|
|
|
233
244
|
},
|
|
234
245
|
},
|
|
235
246
|
description:
|
|
236
|
-
"deprecated, use --calcite-color-
|
|
247
|
+
"deprecated, use --calcite-color-surface-highlight instead",
|
|
237
248
|
filePath: "src/tokens/semantic/color/light.json",
|
|
238
249
|
isSource: false,
|
|
239
250
|
original: {
|
|
@@ -241,18 +252,20 @@ export default {
|
|
|
241
252
|
type: "color",
|
|
242
253
|
attributes: {
|
|
243
254
|
category: "color",
|
|
255
|
+
group: "foreground",
|
|
244
256
|
},
|
|
245
257
|
description:
|
|
246
|
-
"deprecated, use --calcite-color-
|
|
258
|
+
"deprecated, use --calcite-color-surface-highlight instead",
|
|
247
259
|
key: "{semantic.color.foreground.current}",
|
|
248
260
|
},
|
|
249
261
|
name: "Color Foreground Current",
|
|
250
262
|
path: ["semantic", "color", "foreground", "current"],
|
|
251
|
-
comment:
|
|
252
|
-
"deprecated, use --calcite-color-foreground-highlight instead",
|
|
263
|
+
comment: "deprecated, use --calcite-color-surface-highlight instead",
|
|
253
264
|
},
|
|
265
|
+
},
|
|
266
|
+
surface: {
|
|
254
267
|
highlight: {
|
|
255
|
-
key: "{semantic.color.
|
|
268
|
+
key: "{semantic.color.surface.highlight}",
|
|
256
269
|
value: {
|
|
257
270
|
light: "#d6efff",
|
|
258
271
|
dark: "#2b465f",
|
|
@@ -260,15 +273,16 @@ export default {
|
|
|
260
273
|
type: "color",
|
|
261
274
|
attributes: {
|
|
262
275
|
category: "color",
|
|
276
|
+
group: "foreground",
|
|
263
277
|
type: "color",
|
|
264
|
-
item: "
|
|
278
|
+
item: "surface",
|
|
265
279
|
subitem: "highlight",
|
|
266
280
|
names: {
|
|
267
|
-
scss: "$calcite-color-
|
|
268
|
-
css: "var(--calcite-color-
|
|
269
|
-
js: "semantic.color.
|
|
270
|
-
docs: "semantic.color.
|
|
271
|
-
es6: "
|
|
281
|
+
scss: "$calcite-color-surface-highlight",
|
|
282
|
+
css: "var(--calcite-color-surface-highlight)",
|
|
283
|
+
js: "semantic.color.surface.highlight",
|
|
284
|
+
docs: "semantic.color.surface.highlight",
|
|
285
|
+
es6: "calciteColorSurfaceHighlight",
|
|
272
286
|
},
|
|
273
287
|
"calcite-schema": {
|
|
274
288
|
system: "calcite",
|
|
@@ -283,11 +297,12 @@ export default {
|
|
|
283
297
|
type: "color",
|
|
284
298
|
attributes: {
|
|
285
299
|
category: "color",
|
|
300
|
+
group: "foreground",
|
|
286
301
|
},
|
|
287
|
-
key: "{semantic.color.
|
|
302
|
+
key: "{semantic.color.surface.highlight}",
|
|
288
303
|
},
|
|
289
|
-
name: "Color
|
|
290
|
-
path: ["semantic", "color", "
|
|
304
|
+
name: "Color Surface Highlight",
|
|
305
|
+
path: ["semantic", "color", "surface", "highlight"],
|
|
291
306
|
},
|
|
292
307
|
},
|
|
293
308
|
transparent: {
|
|
@@ -301,6 +316,7 @@ export default {
|
|
|
301
316
|
type: "color",
|
|
302
317
|
attributes: {
|
|
303
318
|
category: "color",
|
|
319
|
+
group: "transparent",
|
|
304
320
|
type: "color",
|
|
305
321
|
item: "transparent",
|
|
306
322
|
subitem: "default",
|
|
@@ -325,6 +341,7 @@ export default {
|
|
|
325
341
|
type: "color",
|
|
326
342
|
attributes: {
|
|
327
343
|
category: "color",
|
|
344
|
+
group: "transparent",
|
|
328
345
|
},
|
|
329
346
|
key: "{semantic.color.transparent.default.default}",
|
|
330
347
|
},
|
|
@@ -340,6 +357,7 @@ export default {
|
|
|
340
357
|
type: "color",
|
|
341
358
|
attributes: {
|
|
342
359
|
category: "color",
|
|
360
|
+
group: "transparent",
|
|
343
361
|
type: "color",
|
|
344
362
|
item: "transparent",
|
|
345
363
|
subitem: "default",
|
|
@@ -364,6 +382,7 @@ export default {
|
|
|
364
382
|
type: "color",
|
|
365
383
|
attributes: {
|
|
366
384
|
category: "color",
|
|
385
|
+
group: "transparent",
|
|
367
386
|
},
|
|
368
387
|
key: "{semantic.color.transparent.default.hover}",
|
|
369
388
|
},
|
|
@@ -379,6 +398,7 @@ export default {
|
|
|
379
398
|
type: "color",
|
|
380
399
|
attributes: {
|
|
381
400
|
category: "color",
|
|
401
|
+
group: "transparent",
|
|
382
402
|
type: "color",
|
|
383
403
|
item: "transparent",
|
|
384
404
|
subitem: "default",
|
|
@@ -403,6 +423,7 @@ export default {
|
|
|
403
423
|
type: "color",
|
|
404
424
|
attributes: {
|
|
405
425
|
category: "color",
|
|
426
|
+
group: "transparent",
|
|
406
427
|
},
|
|
407
428
|
key: "{semantic.color.transparent.default.press}",
|
|
408
429
|
},
|
|
@@ -420,6 +441,8 @@ export default {
|
|
|
420
441
|
type: "color",
|
|
421
442
|
attributes: {
|
|
422
443
|
category: "color",
|
|
444
|
+
group: "transparent",
|
|
445
|
+
kind: "inverse",
|
|
423
446
|
type: "color",
|
|
424
447
|
item: "transparent",
|
|
425
448
|
subitem: "inverse",
|
|
@@ -444,6 +467,8 @@ export default {
|
|
|
444
467
|
type: "color",
|
|
445
468
|
attributes: {
|
|
446
469
|
category: "color",
|
|
470
|
+
group: "transparent",
|
|
471
|
+
kind: "inverse",
|
|
447
472
|
},
|
|
448
473
|
key: "{semantic.color.transparent.inverse.hover}",
|
|
449
474
|
},
|
|
@@ -459,6 +484,8 @@ export default {
|
|
|
459
484
|
type: "color",
|
|
460
485
|
attributes: {
|
|
461
486
|
category: "color",
|
|
487
|
+
group: "transparent",
|
|
488
|
+
kind: "inverse",
|
|
462
489
|
type: "color",
|
|
463
490
|
item: "transparent",
|
|
464
491
|
subitem: "inverse",
|
|
@@ -483,6 +510,8 @@ export default {
|
|
|
483
510
|
type: "color",
|
|
484
511
|
attributes: {
|
|
485
512
|
category: "color",
|
|
513
|
+
group: "transparent",
|
|
514
|
+
kind: "inverse",
|
|
486
515
|
},
|
|
487
516
|
key: "{semantic.color.transparent.inverse.press}",
|
|
488
517
|
},
|
|
@@ -499,6 +528,7 @@ export default {
|
|
|
499
528
|
type: "color",
|
|
500
529
|
attributes: {
|
|
501
530
|
category: "color",
|
|
531
|
+
group: "transparent",
|
|
502
532
|
type: "color",
|
|
503
533
|
item: "transparent",
|
|
504
534
|
subitem: "scrim",
|
|
@@ -522,6 +552,7 @@ export default {
|
|
|
522
552
|
type: "color",
|
|
523
553
|
attributes: {
|
|
524
554
|
category: "color",
|
|
555
|
+
group: "transparent",
|
|
525
556
|
},
|
|
526
557
|
key: "{semantic.color.transparent.scrim}",
|
|
527
558
|
},
|
|
@@ -537,6 +568,7 @@ export default {
|
|
|
537
568
|
type: "color",
|
|
538
569
|
attributes: {
|
|
539
570
|
category: "color",
|
|
571
|
+
group: "transparent",
|
|
540
572
|
type: "color",
|
|
541
573
|
item: "transparent",
|
|
542
574
|
subitem: "tint",
|
|
@@ -560,6 +592,7 @@ export default {
|
|
|
560
592
|
type: "color",
|
|
561
593
|
attributes: {
|
|
562
594
|
category: "color",
|
|
595
|
+
group: "transparent",
|
|
563
596
|
},
|
|
564
597
|
key: "{semantic.color.transparent.tint}",
|
|
565
598
|
},
|
|
@@ -578,6 +611,7 @@ export default {
|
|
|
578
611
|
type: "color",
|
|
579
612
|
attributes: {
|
|
580
613
|
category: "color",
|
|
614
|
+
group: "brand",
|
|
581
615
|
type: "color",
|
|
582
616
|
item: "brand",
|
|
583
617
|
subitem: "default",
|
|
@@ -602,6 +636,7 @@ export default {
|
|
|
602
636
|
type: "color",
|
|
603
637
|
attributes: {
|
|
604
638
|
category: "color",
|
|
639
|
+
group: "brand",
|
|
605
640
|
},
|
|
606
641
|
key: "{semantic.color.brand.default.default}",
|
|
607
642
|
},
|
|
@@ -617,6 +652,7 @@ export default {
|
|
|
617
652
|
type: "color",
|
|
618
653
|
attributes: {
|
|
619
654
|
category: "color",
|
|
655
|
+
group: "brand",
|
|
620
656
|
type: "color",
|
|
621
657
|
item: "brand",
|
|
622
658
|
subitem: "default",
|
|
@@ -641,6 +677,7 @@ export default {
|
|
|
641
677
|
type: "color",
|
|
642
678
|
attributes: {
|
|
643
679
|
category: "color",
|
|
680
|
+
group: "brand",
|
|
644
681
|
},
|
|
645
682
|
key: "{semantic.color.brand.default.hover}",
|
|
646
683
|
},
|
|
@@ -656,6 +693,7 @@ export default {
|
|
|
656
693
|
type: "color",
|
|
657
694
|
attributes: {
|
|
658
695
|
category: "color",
|
|
696
|
+
group: "brand",
|
|
659
697
|
type: "color",
|
|
660
698
|
item: "brand",
|
|
661
699
|
subitem: "default",
|
|
@@ -680,6 +718,7 @@ export default {
|
|
|
680
718
|
type: "color",
|
|
681
719
|
attributes: {
|
|
682
720
|
category: "color",
|
|
721
|
+
group: "brand",
|
|
683
722
|
},
|
|
684
723
|
key: "{semantic.color.brand.default.press}",
|
|
685
724
|
},
|
|
@@ -696,6 +735,7 @@ export default {
|
|
|
696
735
|
},
|
|
697
736
|
attributes: {
|
|
698
737
|
category: "color",
|
|
738
|
+
group: "brand",
|
|
699
739
|
type: "color",
|
|
700
740
|
item: "brand",
|
|
701
741
|
subitem: "underline",
|
|
@@ -720,6 +760,7 @@ export default {
|
|
|
720
760
|
"rgba({core.color.high-saturation.blue.h-bb-070}, {core.opacity.40})",
|
|
721
761
|
attributes: {
|
|
722
762
|
category: "color",
|
|
763
|
+
group: "brand",
|
|
723
764
|
},
|
|
724
765
|
key: "{semantic.color.brand.underline}",
|
|
725
766
|
},
|
|
@@ -738,6 +779,8 @@ export default {
|
|
|
738
779
|
type: "color",
|
|
739
780
|
attributes: {
|
|
740
781
|
category: "color",
|
|
782
|
+
group: "status",
|
|
783
|
+
kind: "info",
|
|
741
784
|
type: "color",
|
|
742
785
|
item: "status",
|
|
743
786
|
subitem: "info",
|
|
@@ -762,6 +805,8 @@ export default {
|
|
|
762
805
|
type: "color",
|
|
763
806
|
attributes: {
|
|
764
807
|
category: "color",
|
|
808
|
+
group: "status",
|
|
809
|
+
kind: "info",
|
|
765
810
|
},
|
|
766
811
|
key: "{semantic.color.status.info.default}",
|
|
767
812
|
},
|
|
@@ -777,6 +822,8 @@ export default {
|
|
|
777
822
|
type: "color",
|
|
778
823
|
attributes: {
|
|
779
824
|
category: "color",
|
|
825
|
+
group: "status",
|
|
826
|
+
kind: "info",
|
|
780
827
|
type: "color",
|
|
781
828
|
item: "status",
|
|
782
829
|
subitem: "info",
|
|
@@ -801,6 +848,8 @@ export default {
|
|
|
801
848
|
type: "color",
|
|
802
849
|
attributes: {
|
|
803
850
|
category: "color",
|
|
851
|
+
group: "status",
|
|
852
|
+
kind: "info",
|
|
804
853
|
},
|
|
805
854
|
key: "{semantic.color.status.info.hover}",
|
|
806
855
|
},
|
|
@@ -816,6 +865,8 @@ export default {
|
|
|
816
865
|
type: "color",
|
|
817
866
|
attributes: {
|
|
818
867
|
category: "color",
|
|
868
|
+
group: "status",
|
|
869
|
+
kind: "info",
|
|
819
870
|
type: "color",
|
|
820
871
|
item: "status",
|
|
821
872
|
subitem: "info",
|
|
@@ -840,6 +891,8 @@ export default {
|
|
|
840
891
|
type: "color",
|
|
841
892
|
attributes: {
|
|
842
893
|
category: "color",
|
|
894
|
+
group: "status",
|
|
895
|
+
kind: "info",
|
|
843
896
|
},
|
|
844
897
|
key: "{semantic.color.status.info.press}",
|
|
845
898
|
},
|
|
@@ -857,6 +910,8 @@ export default {
|
|
|
857
910
|
type: "color",
|
|
858
911
|
attributes: {
|
|
859
912
|
category: "color",
|
|
913
|
+
group: "status",
|
|
914
|
+
kind: "success",
|
|
860
915
|
type: "color",
|
|
861
916
|
item: "status",
|
|
862
917
|
subitem: "success",
|
|
@@ -881,6 +936,8 @@ export default {
|
|
|
881
936
|
type: "color",
|
|
882
937
|
attributes: {
|
|
883
938
|
category: "color",
|
|
939
|
+
group: "status",
|
|
940
|
+
kind: "success",
|
|
884
941
|
},
|
|
885
942
|
key: "{semantic.color.status.success.default}",
|
|
886
943
|
},
|
|
@@ -896,6 +953,8 @@ export default {
|
|
|
896
953
|
type: "color",
|
|
897
954
|
attributes: {
|
|
898
955
|
category: "color",
|
|
956
|
+
group: "status",
|
|
957
|
+
kind: "success",
|
|
899
958
|
type: "color",
|
|
900
959
|
item: "status",
|
|
901
960
|
subitem: "success",
|
|
@@ -920,6 +979,8 @@ export default {
|
|
|
920
979
|
type: "color",
|
|
921
980
|
attributes: {
|
|
922
981
|
category: "color",
|
|
982
|
+
group: "status",
|
|
983
|
+
kind: "success",
|
|
923
984
|
},
|
|
924
985
|
key: "{semantic.color.status.success.hover}",
|
|
925
986
|
},
|
|
@@ -935,6 +996,8 @@ export default {
|
|
|
935
996
|
type: "color",
|
|
936
997
|
attributes: {
|
|
937
998
|
category: "color",
|
|
999
|
+
group: "status",
|
|
1000
|
+
kind: "success",
|
|
938
1001
|
type: "color",
|
|
939
1002
|
item: "status",
|
|
940
1003
|
subitem: "success",
|
|
@@ -959,6 +1022,8 @@ export default {
|
|
|
959
1022
|
type: "color",
|
|
960
1023
|
attributes: {
|
|
961
1024
|
category: "color",
|
|
1025
|
+
group: "status",
|
|
1026
|
+
kind: "success",
|
|
962
1027
|
},
|
|
963
1028
|
key: "{semantic.color.status.success.press}",
|
|
964
1029
|
},
|
|
@@ -976,6 +1041,8 @@ export default {
|
|
|
976
1041
|
type: "color",
|
|
977
1042
|
attributes: {
|
|
978
1043
|
category: "color",
|
|
1044
|
+
group: "status",
|
|
1045
|
+
kind: "warning",
|
|
979
1046
|
type: "color",
|
|
980
1047
|
item: "status",
|
|
981
1048
|
subitem: "warning",
|
|
@@ -1000,6 +1067,8 @@ export default {
|
|
|
1000
1067
|
type: "color",
|
|
1001
1068
|
attributes: {
|
|
1002
1069
|
category: "color",
|
|
1070
|
+
group: "status",
|
|
1071
|
+
kind: "warning",
|
|
1003
1072
|
},
|
|
1004
1073
|
key: "{semantic.color.status.warning.default}",
|
|
1005
1074
|
},
|
|
@@ -1015,6 +1084,8 @@ export default {
|
|
|
1015
1084
|
type: "color",
|
|
1016
1085
|
attributes: {
|
|
1017
1086
|
category: "color",
|
|
1087
|
+
group: "status",
|
|
1088
|
+
kind: "warning",
|
|
1018
1089
|
type: "color",
|
|
1019
1090
|
item: "status",
|
|
1020
1091
|
subitem: "warning",
|
|
@@ -1039,6 +1110,8 @@ export default {
|
|
|
1039
1110
|
type: "color",
|
|
1040
1111
|
attributes: {
|
|
1041
1112
|
category: "color",
|
|
1113
|
+
group: "status",
|
|
1114
|
+
kind: "warning",
|
|
1042
1115
|
},
|
|
1043
1116
|
key: "{semantic.color.status.warning.hover}",
|
|
1044
1117
|
},
|
|
@@ -1054,6 +1127,8 @@ export default {
|
|
|
1054
1127
|
type: "color",
|
|
1055
1128
|
attributes: {
|
|
1056
1129
|
category: "color",
|
|
1130
|
+
group: "status",
|
|
1131
|
+
kind: "warning",
|
|
1057
1132
|
type: "color",
|
|
1058
1133
|
item: "status",
|
|
1059
1134
|
subitem: "warning",
|
|
@@ -1078,6 +1153,8 @@ export default {
|
|
|
1078
1153
|
type: "color",
|
|
1079
1154
|
attributes: {
|
|
1080
1155
|
category: "color",
|
|
1156
|
+
group: "status",
|
|
1157
|
+
kind: "warning",
|
|
1081
1158
|
},
|
|
1082
1159
|
key: "{semantic.color.status.warning.press}",
|
|
1083
1160
|
},
|
|
@@ -1095,6 +1172,8 @@ export default {
|
|
|
1095
1172
|
type: "color",
|
|
1096
1173
|
attributes: {
|
|
1097
1174
|
category: "color",
|
|
1175
|
+
group: "status",
|
|
1176
|
+
kind: "danger",
|
|
1098
1177
|
type: "color",
|
|
1099
1178
|
item: "status",
|
|
1100
1179
|
subitem: "danger",
|
|
@@ -1119,6 +1198,8 @@ export default {
|
|
|
1119
1198
|
type: "color",
|
|
1120
1199
|
attributes: {
|
|
1121
1200
|
category: "color",
|
|
1201
|
+
group: "status",
|
|
1202
|
+
kind: "danger",
|
|
1122
1203
|
},
|
|
1123
1204
|
key: "{semantic.color.status.danger.default}",
|
|
1124
1205
|
},
|
|
@@ -1134,6 +1215,8 @@ export default {
|
|
|
1134
1215
|
type: "color",
|
|
1135
1216
|
attributes: {
|
|
1136
1217
|
category: "color",
|
|
1218
|
+
group: "status",
|
|
1219
|
+
kind: "danger",
|
|
1137
1220
|
type: "color",
|
|
1138
1221
|
item: "status",
|
|
1139
1222
|
subitem: "danger",
|
|
@@ -1158,6 +1241,8 @@ export default {
|
|
|
1158
1241
|
type: "color",
|
|
1159
1242
|
attributes: {
|
|
1160
1243
|
category: "color",
|
|
1244
|
+
group: "status",
|
|
1245
|
+
kind: "danger",
|
|
1161
1246
|
},
|
|
1162
1247
|
key: "{semantic.color.status.danger.hover}",
|
|
1163
1248
|
},
|
|
@@ -1173,6 +1258,8 @@ export default {
|
|
|
1173
1258
|
type: "color",
|
|
1174
1259
|
attributes: {
|
|
1175
1260
|
category: "color",
|
|
1261
|
+
group: "status",
|
|
1262
|
+
kind: "danger",
|
|
1176
1263
|
type: "color",
|
|
1177
1264
|
item: "status",
|
|
1178
1265
|
subitem: "danger",
|
|
@@ -1197,6 +1284,8 @@ export default {
|
|
|
1197
1284
|
type: "color",
|
|
1198
1285
|
attributes: {
|
|
1199
1286
|
category: "color",
|
|
1287
|
+
group: "status",
|
|
1288
|
+
kind: "danger",
|
|
1200
1289
|
},
|
|
1201
1290
|
key: "{semantic.color.status.danger.press}",
|
|
1202
1291
|
},
|
|
@@ -1215,6 +1304,7 @@ export default {
|
|
|
1215
1304
|
type: "color",
|
|
1216
1305
|
attributes: {
|
|
1217
1306
|
category: "color",
|
|
1307
|
+
group: "inverse",
|
|
1218
1308
|
type: "color",
|
|
1219
1309
|
item: "inverse",
|
|
1220
1310
|
subitem: "default",
|
|
@@ -1238,6 +1328,7 @@ export default {
|
|
|
1238
1328
|
type: "color",
|
|
1239
1329
|
attributes: {
|
|
1240
1330
|
category: "color",
|
|
1331
|
+
group: "inverse",
|
|
1241
1332
|
},
|
|
1242
1333
|
key: "{semantic.color.inverse.default}",
|
|
1243
1334
|
},
|
|
@@ -1253,6 +1344,7 @@ export default {
|
|
|
1253
1344
|
type: "color",
|
|
1254
1345
|
attributes: {
|
|
1255
1346
|
category: "color",
|
|
1347
|
+
group: "inverse",
|
|
1256
1348
|
type: "color",
|
|
1257
1349
|
item: "inverse",
|
|
1258
1350
|
subitem: "hover",
|
|
@@ -1276,6 +1368,7 @@ export default {
|
|
|
1276
1368
|
type: "color",
|
|
1277
1369
|
attributes: {
|
|
1278
1370
|
category: "color",
|
|
1371
|
+
group: "inverse",
|
|
1279
1372
|
},
|
|
1280
1373
|
key: "{semantic.color.inverse.hover}",
|
|
1281
1374
|
},
|
|
@@ -1291,6 +1384,7 @@ export default {
|
|
|
1291
1384
|
type: "color",
|
|
1292
1385
|
attributes: {
|
|
1293
1386
|
category: "color",
|
|
1387
|
+
group: "inverse",
|
|
1294
1388
|
type: "color",
|
|
1295
1389
|
item: "inverse",
|
|
1296
1390
|
subitem: "press",
|
|
@@ -1314,6 +1408,7 @@ export default {
|
|
|
1314
1408
|
type: "color",
|
|
1315
1409
|
attributes: {
|
|
1316
1410
|
category: "color",
|
|
1411
|
+
group: "inverse",
|
|
1317
1412
|
},
|
|
1318
1413
|
key: "{semantic.color.inverse.press}",
|
|
1319
1414
|
},
|
|
@@ -1331,6 +1426,7 @@ export default {
|
|
|
1331
1426
|
type: "color",
|
|
1332
1427
|
attributes: {
|
|
1333
1428
|
category: "color",
|
|
1429
|
+
group: "text",
|
|
1334
1430
|
type: "color",
|
|
1335
1431
|
item: "text",
|
|
1336
1432
|
subitem: "1",
|
|
@@ -1354,6 +1450,7 @@ export default {
|
|
|
1354
1450
|
type: "color",
|
|
1355
1451
|
attributes: {
|
|
1356
1452
|
category: "color",
|
|
1453
|
+
group: "text",
|
|
1357
1454
|
},
|
|
1358
1455
|
key: "{semantic.color.text.1}",
|
|
1359
1456
|
},
|
|
@@ -1369,6 +1466,7 @@ export default {
|
|
|
1369
1466
|
type: "color",
|
|
1370
1467
|
attributes: {
|
|
1371
1468
|
category: "color",
|
|
1469
|
+
group: "text",
|
|
1372
1470
|
type: "color",
|
|
1373
1471
|
item: "text",
|
|
1374
1472
|
subitem: "2",
|
|
@@ -1392,6 +1490,7 @@ export default {
|
|
|
1392
1490
|
type: "color",
|
|
1393
1491
|
attributes: {
|
|
1394
1492
|
category: "color",
|
|
1493
|
+
group: "text",
|
|
1395
1494
|
},
|
|
1396
1495
|
key: "{semantic.color.text.2}",
|
|
1397
1496
|
},
|
|
@@ -1407,6 +1506,7 @@ export default {
|
|
|
1407
1506
|
type: "color",
|
|
1408
1507
|
attributes: {
|
|
1409
1508
|
category: "color",
|
|
1509
|
+
group: "text",
|
|
1410
1510
|
type: "color",
|
|
1411
1511
|
item: "text",
|
|
1412
1512
|
subitem: "3",
|
|
@@ -1430,6 +1530,7 @@ export default {
|
|
|
1430
1530
|
type: "color",
|
|
1431
1531
|
attributes: {
|
|
1432
1532
|
category: "color",
|
|
1533
|
+
group: "text",
|
|
1433
1534
|
},
|
|
1434
1535
|
key: "{semantic.color.text.3}",
|
|
1435
1536
|
},
|
|
@@ -1445,6 +1546,7 @@ export default {
|
|
|
1445
1546
|
type: "color",
|
|
1446
1547
|
attributes: {
|
|
1447
1548
|
category: "color",
|
|
1549
|
+
group: "text",
|
|
1448
1550
|
type: "color",
|
|
1449
1551
|
item: "text",
|
|
1450
1552
|
subitem: "highlight",
|
|
@@ -1468,6 +1570,7 @@ export default {
|
|
|
1468
1570
|
type: "color",
|
|
1469
1571
|
attributes: {
|
|
1470
1572
|
category: "color",
|
|
1573
|
+
group: "text",
|
|
1471
1574
|
},
|
|
1472
1575
|
key: "{semantic.color.text.highlight}",
|
|
1473
1576
|
},
|
|
@@ -1483,6 +1586,7 @@ export default {
|
|
|
1483
1586
|
type: "color",
|
|
1484
1587
|
attributes: {
|
|
1485
1588
|
category: "color",
|
|
1589
|
+
group: "text",
|
|
1486
1590
|
type: "color",
|
|
1487
1591
|
item: "text",
|
|
1488
1592
|
subitem: "inverse",
|
|
@@ -1506,6 +1610,7 @@ export default {
|
|
|
1506
1610
|
type: "color",
|
|
1507
1611
|
attributes: {
|
|
1508
1612
|
category: "color",
|
|
1613
|
+
group: "text",
|
|
1509
1614
|
},
|
|
1510
1615
|
key: "{semantic.color.text.inverse}",
|
|
1511
1616
|
},
|
|
@@ -1521,6 +1626,7 @@ export default {
|
|
|
1521
1626
|
type: "color",
|
|
1522
1627
|
attributes: {
|
|
1523
1628
|
category: "color",
|
|
1629
|
+
group: "text",
|
|
1524
1630
|
type: "color",
|
|
1525
1631
|
item: "text",
|
|
1526
1632
|
subitem: "link",
|
|
@@ -1544,6 +1650,7 @@ export default {
|
|
|
1544
1650
|
type: "color",
|
|
1545
1651
|
attributes: {
|
|
1546
1652
|
category: "color",
|
|
1653
|
+
group: "text",
|
|
1547
1654
|
},
|
|
1548
1655
|
key: "{semantic.color.text.link}",
|
|
1549
1656
|
},
|
|
@@ -1561,6 +1668,7 @@ export default {
|
|
|
1561
1668
|
type: "color",
|
|
1562
1669
|
attributes: {
|
|
1563
1670
|
category: "color",
|
|
1671
|
+
group: "border",
|
|
1564
1672
|
type: "color",
|
|
1565
1673
|
item: "border",
|
|
1566
1674
|
subitem: "1",
|
|
@@ -1584,6 +1692,7 @@ export default {
|
|
|
1584
1692
|
type: "color",
|
|
1585
1693
|
attributes: {
|
|
1586
1694
|
category: "color",
|
|
1695
|
+
group: "border",
|
|
1587
1696
|
},
|
|
1588
1697
|
key: "{semantic.color.border.1}",
|
|
1589
1698
|
},
|
|
@@ -1599,6 +1708,7 @@ export default {
|
|
|
1599
1708
|
type: "color",
|
|
1600
1709
|
attributes: {
|
|
1601
1710
|
category: "color",
|
|
1711
|
+
group: "border",
|
|
1602
1712
|
type: "color",
|
|
1603
1713
|
item: "border",
|
|
1604
1714
|
subitem: "2",
|
|
@@ -1622,6 +1732,7 @@ export default {
|
|
|
1622
1732
|
type: "color",
|
|
1623
1733
|
attributes: {
|
|
1624
1734
|
category: "color",
|
|
1735
|
+
group: "border",
|
|
1625
1736
|
},
|
|
1626
1737
|
key: "{semantic.color.border.2}",
|
|
1627
1738
|
},
|
|
@@ -1637,6 +1748,7 @@ export default {
|
|
|
1637
1748
|
type: "color",
|
|
1638
1749
|
attributes: {
|
|
1639
1750
|
category: "color",
|
|
1751
|
+
group: "border",
|
|
1640
1752
|
type: "color",
|
|
1641
1753
|
item: "border",
|
|
1642
1754
|
subitem: "3",
|
|
@@ -1660,6 +1772,7 @@ export default {
|
|
|
1660
1772
|
type: "color",
|
|
1661
1773
|
attributes: {
|
|
1662
1774
|
category: "color",
|
|
1775
|
+
group: "border",
|
|
1663
1776
|
},
|
|
1664
1777
|
key: "{semantic.color.border.3}",
|
|
1665
1778
|
},
|
|
@@ -1675,6 +1788,7 @@ export default {
|
|
|
1675
1788
|
type: "color",
|
|
1676
1789
|
attributes: {
|
|
1677
1790
|
category: "color",
|
|
1791
|
+
group: "border",
|
|
1678
1792
|
type: "color",
|
|
1679
1793
|
item: "border",
|
|
1680
1794
|
subitem: "input",
|
|
@@ -1698,6 +1812,7 @@ export default {
|
|
|
1698
1812
|
type: "color",
|
|
1699
1813
|
attributes: {
|
|
1700
1814
|
category: "color",
|
|
1815
|
+
group: "border",
|
|
1701
1816
|
},
|
|
1702
1817
|
key: "{semantic.color.border.input}",
|
|
1703
1818
|
},
|
|
@@ -1713,6 +1828,7 @@ export default {
|
|
|
1713
1828
|
type: "color",
|
|
1714
1829
|
attributes: {
|
|
1715
1830
|
category: "color",
|
|
1831
|
+
group: "border",
|
|
1716
1832
|
type: "color",
|
|
1717
1833
|
item: "border",
|
|
1718
1834
|
subitem: "ghost",
|
|
@@ -1736,6 +1852,7 @@ export default {
|
|
|
1736
1852
|
type: "color",
|
|
1737
1853
|
attributes: {
|
|
1738
1854
|
category: "color",
|
|
1855
|
+
group: "border",
|
|
1739
1856
|
},
|
|
1740
1857
|
key: "{semantic.color.border.ghost}",
|
|
1741
1858
|
},
|
|
@@ -1751,6 +1868,7 @@ export default {
|
|
|
1751
1868
|
type: "color",
|
|
1752
1869
|
attributes: {
|
|
1753
1870
|
category: "color",
|
|
1871
|
+
group: "border",
|
|
1754
1872
|
type: "color",
|
|
1755
1873
|
item: "border",
|
|
1756
1874
|
subitem: "white",
|
|
@@ -1774,6 +1892,7 @@ export default {
|
|
|
1774
1892
|
type: "color",
|
|
1775
1893
|
attributes: {
|
|
1776
1894
|
category: "color",
|
|
1895
|
+
group: "border",
|
|
1777
1896
|
},
|
|
1778
1897
|
key: "{semantic.color.border.white}",
|
|
1779
1898
|
},
|
|
@@ -1791,6 +1910,7 @@ export default {
|
|
|
1791
1910
|
type: "color",
|
|
1792
1911
|
attributes: {
|
|
1793
1912
|
category: "color",
|
|
1913
|
+
group: "focus",
|
|
1794
1914
|
scope: "component",
|
|
1795
1915
|
type: "color",
|
|
1796
1916
|
item: "focus",
|
|
@@ -1815,6 +1935,7 @@ export default {
|
|
|
1815
1935
|
type: "color",
|
|
1816
1936
|
attributes: {
|
|
1817
1937
|
category: "color",
|
|
1938
|
+
group: "focus",
|
|
1818
1939
|
scope: "component",
|
|
1819
1940
|
},
|
|
1820
1941
|
key: "{semantic.color.focus.default}",
|
|
@@ -1832,6 +1953,7 @@ export default {
|
|
|
1832
1953
|
type: "dimension",
|
|
1833
1954
|
attributes: {
|
|
1834
1955
|
category: "border",
|
|
1956
|
+
group: "width",
|
|
1835
1957
|
type: "border",
|
|
1836
1958
|
item: "width",
|
|
1837
1959
|
subitem: "none",
|
|
@@ -1855,6 +1977,7 @@ export default {
|
|
|
1855
1977
|
type: "dimension",
|
|
1856
1978
|
attributes: {
|
|
1857
1979
|
category: "border",
|
|
1980
|
+
group: "width",
|
|
1858
1981
|
},
|
|
1859
1982
|
key: "{semantic.border.width.none}",
|
|
1860
1983
|
},
|
|
@@ -1867,6 +1990,7 @@ export default {
|
|
|
1867
1990
|
type: "dimension",
|
|
1868
1991
|
attributes: {
|
|
1869
1992
|
category: "border",
|
|
1993
|
+
group: "width",
|
|
1870
1994
|
type: "border",
|
|
1871
1995
|
item: "width",
|
|
1872
1996
|
subitem: "sm",
|
|
@@ -1890,6 +2014,7 @@ export default {
|
|
|
1890
2014
|
type: "dimension",
|
|
1891
2015
|
attributes: {
|
|
1892
2016
|
category: "border",
|
|
2017
|
+
group: "width",
|
|
1893
2018
|
},
|
|
1894
2019
|
key: "{semantic.border.width.sm}",
|
|
1895
2020
|
},
|
|
@@ -1902,6 +2027,7 @@ export default {
|
|
|
1902
2027
|
type: "dimension",
|
|
1903
2028
|
attributes: {
|
|
1904
2029
|
category: "border",
|
|
2030
|
+
group: "width",
|
|
1905
2031
|
type: "border",
|
|
1906
2032
|
item: "width",
|
|
1907
2033
|
subitem: "md",
|
|
@@ -1925,6 +2051,7 @@ export default {
|
|
|
1925
2051
|
type: "dimension",
|
|
1926
2052
|
attributes: {
|
|
1927
2053
|
category: "border",
|
|
2054
|
+
group: "width",
|
|
1928
2055
|
},
|
|
1929
2056
|
key: "{semantic.border.width.md}",
|
|
1930
2057
|
},
|
|
@@ -1937,6 +2064,7 @@ export default {
|
|
|
1937
2064
|
type: "dimension",
|
|
1938
2065
|
attributes: {
|
|
1939
2066
|
category: "border",
|
|
2067
|
+
group: "width",
|
|
1940
2068
|
type: "border",
|
|
1941
2069
|
item: "width",
|
|
1942
2070
|
subitem: "lg",
|
|
@@ -1960,6 +2088,7 @@ export default {
|
|
|
1960
2088
|
type: "dimension",
|
|
1961
2089
|
attributes: {
|
|
1962
2090
|
category: "border",
|
|
2091
|
+
group: "width",
|
|
1963
2092
|
},
|
|
1964
2093
|
key: "{semantic.border.width.lg}",
|
|
1965
2094
|
},
|
|
@@ -2790,277 +2919,266 @@ export default {
|
|
|
2790
2919
|
},
|
|
2791
2920
|
},
|
|
2792
2921
|
},
|
|
2793
|
-
corner: {
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
docs: "semantic.corner.radius.default",
|
|
2809
|
-
es6: "calciteCornerRadius",
|
|
2810
|
-
},
|
|
2811
|
-
"calcite-schema": {
|
|
2812
|
-
system: "calcite",
|
|
2813
|
-
tier: "semantic",
|
|
2814
|
-
type: "dimension",
|
|
2815
|
-
},
|
|
2922
|
+
"corner-radius": {
|
|
2923
|
+
default: {
|
|
2924
|
+
key: "{semantic.corner-radius.default}",
|
|
2925
|
+
value: "0",
|
|
2926
|
+
type: "dimension",
|
|
2927
|
+
attributes: {
|
|
2928
|
+
category: "corner-radius",
|
|
2929
|
+
type: "corner-radius",
|
|
2930
|
+
item: "default",
|
|
2931
|
+
names: {
|
|
2932
|
+
scss: "$calcite-corner-radius",
|
|
2933
|
+
css: "var(--calcite-corner-radius)",
|
|
2934
|
+
js: "semantic.corner-radius.default",
|
|
2935
|
+
docs: "semantic.corner-radius.default",
|
|
2936
|
+
es6: "calciteCornerRadius",
|
|
2816
2937
|
},
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
value: "{semantic.corner.radius.none}",
|
|
2938
|
+
"calcite-schema": {
|
|
2939
|
+
system: "calcite",
|
|
2940
|
+
tier: "semantic",
|
|
2821
2941
|
type: "dimension",
|
|
2822
|
-
attributes: {
|
|
2823
|
-
category: "corner",
|
|
2824
|
-
},
|
|
2825
|
-
key: "{semantic.corner.radius.default}",
|
|
2826
2942
|
},
|
|
2827
|
-
name: "Corner Radius",
|
|
2828
|
-
path: ["semantic", "corner", "radius", "default"],
|
|
2829
2943
|
},
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2944
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2945
|
+
isSource: true,
|
|
2946
|
+
original: {
|
|
2947
|
+
value: "{semantic.corner-radius.none}",
|
|
2833
2948
|
type: "dimension",
|
|
2834
2949
|
attributes: {
|
|
2835
|
-
category: "corner",
|
|
2836
|
-
type: "dimension",
|
|
2837
|
-
item: "radius",
|
|
2838
|
-
subitem: "sharp",
|
|
2839
|
-
value: "0",
|
|
2840
|
-
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2841
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2842
|
-
isSource: true,
|
|
2843
|
-
key: "{semantic.corner.radius.sharp}",
|
|
2844
|
-
name: "calcite-semantic-corner-radius-sharp",
|
|
2845
|
-
path: ["semantic", "corner", "radius", "sharp"],
|
|
2846
|
-
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
2847
|
-
names: {
|
|
2848
|
-
scss: "$calcite-corner-radius-sharp",
|
|
2849
|
-
css: "var(--calcite-corner-radius-sharp)",
|
|
2850
|
-
js: "semantic.corner.radius.sharp",
|
|
2851
|
-
docs: "semantic.corner.radius.sharp",
|
|
2852
|
-
es6: "calciteCornerRadiusSharp",
|
|
2853
|
-
},
|
|
2854
|
-
"calcite-schema": {
|
|
2855
|
-
system: "calcite",
|
|
2856
|
-
tier: "semantic",
|
|
2857
|
-
type: "dimension",
|
|
2858
|
-
},
|
|
2950
|
+
category: "corner-radius",
|
|
2859
2951
|
},
|
|
2952
|
+
key: "{semantic.corner-radius.default}",
|
|
2953
|
+
},
|
|
2954
|
+
name: "Corner Radius",
|
|
2955
|
+
path: ["semantic", "corner-radius", "default"],
|
|
2956
|
+
},
|
|
2957
|
+
sharp: {
|
|
2958
|
+
key: "{semantic.corner-radius.sharp}",
|
|
2959
|
+
value: "0",
|
|
2960
|
+
type: "dimension",
|
|
2961
|
+
attributes: {
|
|
2962
|
+
category: "corner-radius",
|
|
2963
|
+
type: "dimension",
|
|
2964
|
+
item: "sharp",
|
|
2965
|
+
value: "0",
|
|
2860
2966
|
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2861
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2967
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2862
2968
|
isSource: true,
|
|
2863
|
-
|
|
2864
|
-
|
|
2969
|
+
key: "{semantic.corner-radius.sharp}",
|
|
2970
|
+
name: "calcite-semantic-corner-radius-sharp",
|
|
2971
|
+
path: ["semantic", "corner-radius", "sharp"],
|
|
2972
|
+
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
2973
|
+
names: {
|
|
2974
|
+
scss: "$calcite-corner-radius-sharp",
|
|
2975
|
+
css: "var(--calcite-corner-radius-sharp)",
|
|
2976
|
+
js: "semantic.corner-radius.sharp",
|
|
2977
|
+
docs: "semantic.corner-radius.sharp",
|
|
2978
|
+
es6: "calciteCornerRadiusSharp",
|
|
2979
|
+
},
|
|
2980
|
+
"calcite-schema": {
|
|
2981
|
+
system: "calcite",
|
|
2982
|
+
tier: "semantic",
|
|
2865
2983
|
type: "dimension",
|
|
2866
|
-
attributes: {
|
|
2867
|
-
category: "corner",
|
|
2868
|
-
},
|
|
2869
|
-
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2870
|
-
key: "{semantic.corner.radius.sharp}",
|
|
2871
2984
|
},
|
|
2872
|
-
name: "Corner Radius Sharp",
|
|
2873
|
-
path: ["semantic", "corner", "radius", "sharp"],
|
|
2874
|
-
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
2875
2985
|
},
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2986
|
+
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2987
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2988
|
+
isSource: true,
|
|
2989
|
+
original: {
|
|
2990
|
+
value: "{core.size.default.none}",
|
|
2879
2991
|
type: "dimension",
|
|
2880
2992
|
attributes: {
|
|
2881
|
-
category: "corner",
|
|
2882
|
-
type: "corner",
|
|
2883
|
-
item: "radius",
|
|
2884
|
-
subitem: "none",
|
|
2885
|
-
names: {
|
|
2886
|
-
scss: "$calcite-corner-radius-none",
|
|
2887
|
-
css: "var(--calcite-corner-radius-none)",
|
|
2888
|
-
js: "semantic.corner.radius.none",
|
|
2889
|
-
docs: "semantic.corner.radius.none",
|
|
2890
|
-
es6: "calciteCornerRadiusNone",
|
|
2891
|
-
},
|
|
2892
|
-
"calcite-schema": {
|
|
2893
|
-
system: "calcite",
|
|
2894
|
-
tier: "semantic",
|
|
2895
|
-
type: "dimension",
|
|
2896
|
-
},
|
|
2993
|
+
category: "corner-radius",
|
|
2897
2994
|
},
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2995
|
+
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2996
|
+
key: "{semantic.corner-radius.sharp}",
|
|
2997
|
+
},
|
|
2998
|
+
name: "Corner Radius Sharp",
|
|
2999
|
+
path: ["semantic", "corner-radius", "sharp"],
|
|
3000
|
+
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
3001
|
+
},
|
|
3002
|
+
none: {
|
|
3003
|
+
key: "{semantic.corner-radius.none}",
|
|
3004
|
+
value: "0",
|
|
3005
|
+
type: "dimension",
|
|
3006
|
+
attributes: {
|
|
3007
|
+
category: "corner-radius",
|
|
3008
|
+
type: "corner-radius",
|
|
3009
|
+
item: "none",
|
|
3010
|
+
names: {
|
|
3011
|
+
scss: "$calcite-corner-radius-none",
|
|
3012
|
+
css: "var(--calcite-corner-radius-none)",
|
|
3013
|
+
js: "semantic.corner-radius.none",
|
|
3014
|
+
docs: "semantic.corner-radius.none",
|
|
3015
|
+
es6: "calciteCornerRadiusNone",
|
|
3016
|
+
},
|
|
3017
|
+
"calcite-schema": {
|
|
3018
|
+
system: "calcite",
|
|
3019
|
+
tier: "semantic",
|
|
2902
3020
|
type: "dimension",
|
|
2903
|
-
attributes: {
|
|
2904
|
-
category: "corner",
|
|
2905
|
-
},
|
|
2906
|
-
key: "{semantic.corner.radius.none}",
|
|
2907
3021
|
},
|
|
2908
|
-
name: "Corner Radius None",
|
|
2909
|
-
path: ["semantic", "corner", "radius", "none"],
|
|
2910
3022
|
},
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
3023
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3024
|
+
isSource: true,
|
|
3025
|
+
original: {
|
|
3026
|
+
value: "{core.size.default.none}",
|
|
2914
3027
|
type: "dimension",
|
|
2915
3028
|
attributes: {
|
|
2916
|
-
category: "corner",
|
|
2917
|
-
type: "corner",
|
|
2918
|
-
item: "radius",
|
|
2919
|
-
subitem: "xs",
|
|
2920
|
-
names: {
|
|
2921
|
-
scss: "$calcite-corner-radius-xs",
|
|
2922
|
-
css: "var(--calcite-corner-radius-xs)",
|
|
2923
|
-
js: "semantic.corner.radius.xs",
|
|
2924
|
-
docs: "semantic.corner.radius.xs",
|
|
2925
|
-
es6: "calciteCornerRadiusXs",
|
|
2926
|
-
},
|
|
2927
|
-
"calcite-schema": {
|
|
2928
|
-
system: "calcite",
|
|
2929
|
-
tier: "semantic",
|
|
2930
|
-
type: "dimension",
|
|
2931
|
-
},
|
|
3029
|
+
category: "corner-radius",
|
|
2932
3030
|
},
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
3031
|
+
key: "{semantic.corner-radius.none}",
|
|
3032
|
+
},
|
|
3033
|
+
name: "Corner Radius None",
|
|
3034
|
+
path: ["semantic", "corner-radius", "none"],
|
|
3035
|
+
},
|
|
3036
|
+
xs: {
|
|
3037
|
+
key: "{semantic.corner-radius.xs}",
|
|
3038
|
+
value: "2px",
|
|
3039
|
+
type: "dimension",
|
|
3040
|
+
attributes: {
|
|
3041
|
+
category: "corner-radius",
|
|
3042
|
+
type: "corner-radius",
|
|
3043
|
+
item: "xs",
|
|
3044
|
+
names: {
|
|
3045
|
+
scss: "$calcite-corner-radius-xs",
|
|
3046
|
+
css: "var(--calcite-corner-radius-xs)",
|
|
3047
|
+
js: "semantic.corner-radius.xs",
|
|
3048
|
+
docs: "semantic.corner-radius.xs",
|
|
3049
|
+
es6: "calciteCornerRadiusXs",
|
|
3050
|
+
},
|
|
3051
|
+
"calcite-schema": {
|
|
3052
|
+
system: "calcite",
|
|
3053
|
+
tier: "semantic",
|
|
2937
3054
|
type: "dimension",
|
|
2938
|
-
attributes: {
|
|
2939
|
-
category: "corner",
|
|
2940
|
-
},
|
|
2941
|
-
key: "{semantic.corner.radius.xs}",
|
|
2942
3055
|
},
|
|
2943
|
-
name: "Corner Radius Xs",
|
|
2944
|
-
path: ["semantic", "corner", "radius", "xs"],
|
|
2945
3056
|
},
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
3057
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3058
|
+
isSource: true,
|
|
3059
|
+
original: {
|
|
3060
|
+
value: "{core.size.default.2}",
|
|
2949
3061
|
type: "dimension",
|
|
2950
3062
|
attributes: {
|
|
2951
|
-
category: "corner",
|
|
2952
|
-
type: "corner",
|
|
2953
|
-
item: "radius",
|
|
2954
|
-
subitem: "sm",
|
|
2955
|
-
names: {
|
|
2956
|
-
scss: "$calcite-corner-radius-sm",
|
|
2957
|
-
css: "var(--calcite-corner-radius-sm)",
|
|
2958
|
-
js: "semantic.corner.radius.sm",
|
|
2959
|
-
docs: "semantic.corner.radius.sm",
|
|
2960
|
-
es6: "calciteCornerRadiusSm",
|
|
2961
|
-
},
|
|
2962
|
-
"calcite-schema": {
|
|
2963
|
-
system: "calcite",
|
|
2964
|
-
tier: "semantic",
|
|
2965
|
-
type: "dimension",
|
|
2966
|
-
},
|
|
3063
|
+
category: "corner-radius",
|
|
2967
3064
|
},
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3065
|
+
key: "{semantic.corner-radius.xs}",
|
|
3066
|
+
},
|
|
3067
|
+
name: "Corner Radius Xs",
|
|
3068
|
+
path: ["semantic", "corner-radius", "xs"],
|
|
3069
|
+
},
|
|
3070
|
+
sm: {
|
|
3071
|
+
key: "{semantic.corner-radius.sm}",
|
|
3072
|
+
value: "4px",
|
|
3073
|
+
type: "dimension",
|
|
3074
|
+
attributes: {
|
|
3075
|
+
category: "corner-radius",
|
|
3076
|
+
type: "corner-radius",
|
|
3077
|
+
item: "sm",
|
|
3078
|
+
names: {
|
|
3079
|
+
scss: "$calcite-corner-radius-sm",
|
|
3080
|
+
css: "var(--calcite-corner-radius-sm)",
|
|
3081
|
+
js: "semantic.corner-radius.sm",
|
|
3082
|
+
docs: "semantic.corner-radius.sm",
|
|
3083
|
+
es6: "calciteCornerRadiusSm",
|
|
3084
|
+
},
|
|
3085
|
+
"calcite-schema": {
|
|
3086
|
+
system: "calcite",
|
|
3087
|
+
tier: "semantic",
|
|
2972
3088
|
type: "dimension",
|
|
2973
|
-
attributes: {
|
|
2974
|
-
category: "corner",
|
|
2975
|
-
},
|
|
2976
|
-
key: "{semantic.corner.radius.sm}",
|
|
2977
3089
|
},
|
|
2978
|
-
name: "Corner Radius Sm",
|
|
2979
|
-
path: ["semantic", "corner", "radius", "sm"],
|
|
2980
3090
|
},
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
3091
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3092
|
+
isSource: true,
|
|
3093
|
+
original: {
|
|
3094
|
+
value: "{core.size.default.4}",
|
|
2984
3095
|
type: "dimension",
|
|
2985
3096
|
attributes: {
|
|
2986
|
-
category: "corner",
|
|
2987
|
-
type: "dimension",
|
|
2988
|
-
item: "radius",
|
|
2989
|
-
subitem: "round",
|
|
2990
|
-
value: "4px",
|
|
2991
|
-
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2992
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2993
|
-
isSource: true,
|
|
2994
|
-
key: "{semantic.corner.radius.round}",
|
|
2995
|
-
name: "calcite-semantic-corner-radius-round",
|
|
2996
|
-
path: ["semantic", "corner", "radius", "round"],
|
|
2997
|
-
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2998
|
-
names: {
|
|
2999
|
-
scss: "$calcite-corner-radius-round",
|
|
3000
|
-
css: "var(--calcite-corner-radius-round)",
|
|
3001
|
-
js: "semantic.corner.radius.round",
|
|
3002
|
-
docs: "semantic.corner.radius.round",
|
|
3003
|
-
es6: "calciteCornerRadiusRound",
|
|
3004
|
-
},
|
|
3005
|
-
"calcite-schema": {
|
|
3006
|
-
system: "calcite",
|
|
3007
|
-
tier: "semantic",
|
|
3008
|
-
type: "dimension",
|
|
3009
|
-
},
|
|
3097
|
+
category: "corner-radius",
|
|
3010
3098
|
},
|
|
3099
|
+
key: "{semantic.corner-radius.sm}",
|
|
3100
|
+
},
|
|
3101
|
+
name: "Corner Radius Sm",
|
|
3102
|
+
path: ["semantic", "corner-radius", "sm"],
|
|
3103
|
+
},
|
|
3104
|
+
round: {
|
|
3105
|
+
key: "{semantic.corner-radius.round}",
|
|
3106
|
+
value: "4px",
|
|
3107
|
+
type: "dimension",
|
|
3108
|
+
attributes: {
|
|
3109
|
+
category: "corner-radius",
|
|
3110
|
+
type: "dimension",
|
|
3111
|
+
item: "round",
|
|
3112
|
+
value: "4px",
|
|
3011
3113
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3012
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
3114
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3013
3115
|
isSource: true,
|
|
3014
|
-
|
|
3015
|
-
|
|
3116
|
+
key: "{semantic.corner-radius.round}",
|
|
3117
|
+
name: "calcite-semantic-corner-radius-round",
|
|
3118
|
+
path: ["semantic", "corner-radius", "round"],
|
|
3119
|
+
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3120
|
+
names: {
|
|
3121
|
+
scss: "$calcite-corner-radius-round",
|
|
3122
|
+
css: "var(--calcite-corner-radius-round)",
|
|
3123
|
+
js: "semantic.corner-radius.round",
|
|
3124
|
+
docs: "semantic.corner-radius.round",
|
|
3125
|
+
es6: "calciteCornerRadiusRound",
|
|
3126
|
+
},
|
|
3127
|
+
"calcite-schema": {
|
|
3128
|
+
system: "calcite",
|
|
3129
|
+
tier: "semantic",
|
|
3016
3130
|
type: "dimension",
|
|
3017
|
-
attributes: {
|
|
3018
|
-
category: "corner",
|
|
3019
|
-
},
|
|
3020
|
-
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3021
|
-
key: "{semantic.corner.radius.round}",
|
|
3022
3131
|
},
|
|
3023
|
-
name: "Corner Radius Round",
|
|
3024
|
-
path: ["semantic", "corner", "radius", "round"],
|
|
3025
|
-
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3026
3132
|
},
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3133
|
+
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3134
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3135
|
+
isSource: true,
|
|
3136
|
+
original: {
|
|
3137
|
+
value: "{core.size.default.4}",
|
|
3030
3138
|
type: "dimension",
|
|
3031
3139
|
attributes: {
|
|
3032
|
-
|
|
3033
|
-
category: "corner",
|
|
3034
|
-
type: "corner",
|
|
3035
|
-
item: "radius",
|
|
3036
|
-
subitem: "pill",
|
|
3037
|
-
names: {
|
|
3038
|
-
scss: "$calcite-corner-radius-pill",
|
|
3039
|
-
css: "var(--calcite-corner-radius-pill)",
|
|
3040
|
-
js: "semantic.corner.radius.pill",
|
|
3041
|
-
docs: "semantic.corner.radius.pill",
|
|
3042
|
-
es6: "calciteCornerRadiusPill",
|
|
3043
|
-
},
|
|
3044
|
-
"calcite-schema": {
|
|
3045
|
-
system: "calcite",
|
|
3046
|
-
tier: "semantic",
|
|
3047
|
-
type: "dimension",
|
|
3048
|
-
},
|
|
3140
|
+
category: "corner-radius",
|
|
3049
3141
|
},
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3142
|
+
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3143
|
+
key: "{semantic.corner-radius.round}",
|
|
3144
|
+
},
|
|
3145
|
+
name: "Corner Radius Round",
|
|
3146
|
+
path: ["semantic", "corner-radius", "round"],
|
|
3147
|
+
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
3148
|
+
},
|
|
3149
|
+
pill: {
|
|
3150
|
+
key: "{semantic.corner-radius.pill}",
|
|
3151
|
+
value: "100%",
|
|
3152
|
+
type: "dimension",
|
|
3153
|
+
attributes: {
|
|
3154
|
+
category: "corner-radius",
|
|
3155
|
+
type: "corner-radius",
|
|
3156
|
+
item: "pill",
|
|
3157
|
+
names: {
|
|
3158
|
+
scss: "$calcite-corner-radius-pill",
|
|
3159
|
+
css: "var(--calcite-corner-radius-pill)",
|
|
3160
|
+
js: "semantic.corner-radius.pill",
|
|
3161
|
+
docs: "semantic.corner-radius.pill",
|
|
3162
|
+
es6: "calciteCornerRadiusPill",
|
|
3163
|
+
},
|
|
3164
|
+
"calcite-schema": {
|
|
3165
|
+
system: "calcite",
|
|
3166
|
+
tier: "semantic",
|
|
3054
3167
|
type: "dimension",
|
|
3055
|
-
attributes: {
|
|
3056
|
-
element: "",
|
|
3057
|
-
category: "corner",
|
|
3058
|
-
},
|
|
3059
|
-
key: "{semantic.corner.radius.pill}",
|
|
3060
3168
|
},
|
|
3061
|
-
name: "Corner Radius Pill",
|
|
3062
|
-
path: ["semantic", "corner", "radius", "pill"],
|
|
3063
3169
|
},
|
|
3170
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3171
|
+
isSource: true,
|
|
3172
|
+
original: {
|
|
3173
|
+
value: "{core.size.relative.100}",
|
|
3174
|
+
type: "dimension",
|
|
3175
|
+
attributes: {
|
|
3176
|
+
category: "corner-radius",
|
|
3177
|
+
},
|
|
3178
|
+
key: "{semantic.corner-radius.pill}",
|
|
3179
|
+
},
|
|
3180
|
+
name: "Corner Radius Pill",
|
|
3181
|
+
path: ["semantic", "corner-radius", "pill"],
|
|
3064
3182
|
},
|
|
3065
3183
|
},
|
|
3066
3184
|
font: {
|
|
@@ -3070,8 +3188,8 @@ export default {
|
|
|
3070
3188
|
value: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
3071
3189
|
type: "fontFamily",
|
|
3072
3190
|
attributes: {
|
|
3191
|
+
category: "font",
|
|
3073
3192
|
group: "family",
|
|
3074
|
-
category: "semantic",
|
|
3075
3193
|
type: "fontFamily",
|
|
3076
3194
|
item: "family",
|
|
3077
3195
|
subitem: "default",
|
|
@@ -3104,6 +3222,7 @@ export default {
|
|
|
3104
3222
|
"{core.font.family.avenirNext},{core.font.family.avenir},{core.font.family.helveticaNeue},{core.font.family.sansSerif}",
|
|
3105
3223
|
type: "fontFamily",
|
|
3106
3224
|
attributes: {
|
|
3225
|
+
category: "font",
|
|
3107
3226
|
group: "family",
|
|
3108
3227
|
},
|
|
3109
3228
|
description: "Primary font with fallbacks",
|
|
@@ -3125,6 +3244,7 @@ export default {
|
|
|
3125
3244
|
type: "fontFamily",
|
|
3126
3245
|
attributes: {
|
|
3127
3246
|
category: "font",
|
|
3247
|
+
group: "family",
|
|
3128
3248
|
type: "fontFamily",
|
|
3129
3249
|
item: "family",
|
|
3130
3250
|
subitem: "code",
|
|
@@ -3158,6 +3278,7 @@ export default {
|
|
|
3158
3278
|
type: "fontFamily",
|
|
3159
3279
|
attributes: {
|
|
3160
3280
|
category: "font",
|
|
3281
|
+
group: "family",
|
|
3161
3282
|
},
|
|
3162
3283
|
description: "Font family for code with fallbacks",
|
|
3163
3284
|
key: "{semantic.font.family.code}",
|
|
@@ -3174,6 +3295,7 @@ export default {
|
|
|
3174
3295
|
type: "fontWeight",
|
|
3175
3296
|
attributes: {
|
|
3176
3297
|
category: "font",
|
|
3298
|
+
group: "weight",
|
|
3177
3299
|
type: "fontWeight",
|
|
3178
3300
|
item: "weight",
|
|
3179
3301
|
subitem: "light",
|
|
@@ -3206,6 +3328,7 @@ export default {
|
|
|
3206
3328
|
type: "fontWeight",
|
|
3207
3329
|
attributes: {
|
|
3208
3330
|
category: "font",
|
|
3331
|
+
group: "weight",
|
|
3209
3332
|
},
|
|
3210
3333
|
description: "For Avenir Next World (secondary font family)",
|
|
3211
3334
|
key: "{semantic.font.weight.light}",
|
|
@@ -3223,6 +3346,7 @@ export default {
|
|
|
3223
3346
|
},
|
|
3224
3347
|
attributes: {
|
|
3225
3348
|
category: "font",
|
|
3349
|
+
group: "weight",
|
|
3226
3350
|
type: "fontWeight",
|
|
3227
3351
|
item: "weight",
|
|
3228
3352
|
subitem: "normal",
|
|
@@ -3264,6 +3388,7 @@ export default {
|
|
|
3264
3388
|
},
|
|
3265
3389
|
attributes: {
|
|
3266
3390
|
category: "font",
|
|
3391
|
+
group: "weight",
|
|
3267
3392
|
},
|
|
3268
3393
|
description:
|
|
3269
3394
|
'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"',
|
|
@@ -3280,6 +3405,7 @@ export default {
|
|
|
3280
3405
|
type: "fontWeight",
|
|
3281
3406
|
attributes: {
|
|
3282
3407
|
category: "font",
|
|
3408
|
+
group: "weight",
|
|
3283
3409
|
type: "font",
|
|
3284
3410
|
item: "weight",
|
|
3285
3411
|
subitem: "regular",
|
|
@@ -3303,6 +3429,7 @@ export default {
|
|
|
3303
3429
|
type: "fontWeight",
|
|
3304
3430
|
attributes: {
|
|
3305
3431
|
category: "font",
|
|
3432
|
+
group: "weight",
|
|
3306
3433
|
},
|
|
3307
3434
|
key: "{semantic.font.weight.regular}",
|
|
3308
3435
|
},
|
|
@@ -3315,6 +3442,7 @@ export default {
|
|
|
3315
3442
|
type: "fontWeight",
|
|
3316
3443
|
attributes: {
|
|
3317
3444
|
category: "font",
|
|
3445
|
+
group: "weight",
|
|
3318
3446
|
type: "font",
|
|
3319
3447
|
item: "weight",
|
|
3320
3448
|
subitem: "medium",
|
|
@@ -3338,6 +3466,7 @@ export default {
|
|
|
3338
3466
|
type: "fontWeight",
|
|
3339
3467
|
attributes: {
|
|
3340
3468
|
category: "font",
|
|
3469
|
+
group: "weight",
|
|
3341
3470
|
},
|
|
3342
3471
|
key: "{semantic.font.weight.medium}",
|
|
3343
3472
|
},
|
|
@@ -3350,6 +3479,7 @@ export default {
|
|
|
3350
3479
|
type: "fontWeight",
|
|
3351
3480
|
attributes: {
|
|
3352
3481
|
category: "font",
|
|
3482
|
+
group: "weight",
|
|
3353
3483
|
type: "font",
|
|
3354
3484
|
item: "weight",
|
|
3355
3485
|
subitem: "semibold",
|
|
@@ -3373,6 +3503,7 @@ export default {
|
|
|
3373
3503
|
type: "fontWeight",
|
|
3374
3504
|
attributes: {
|
|
3375
3505
|
category: "font",
|
|
3506
|
+
group: "weight",
|
|
3376
3507
|
},
|
|
3377
3508
|
key: "{semantic.font.weight.semibold}",
|
|
3378
3509
|
},
|
|
@@ -3385,6 +3516,7 @@ export default {
|
|
|
3385
3516
|
type: "fontWeight",
|
|
3386
3517
|
attributes: {
|
|
3387
3518
|
category: "font",
|
|
3519
|
+
group: "weight",
|
|
3388
3520
|
type: "font",
|
|
3389
3521
|
item: "weight",
|
|
3390
3522
|
subitem: "bold",
|
|
@@ -3408,6 +3540,7 @@ export default {
|
|
|
3408
3540
|
type: "fontWeight",
|
|
3409
3541
|
attributes: {
|
|
3410
3542
|
category: "font",
|
|
3543
|
+
group: "weight",
|
|
3411
3544
|
},
|
|
3412
3545
|
key: "{semantic.font.weight.bold}",
|
|
3413
3546
|
},
|
|
@@ -3422,6 +3555,7 @@ export default {
|
|
|
3422
3555
|
type: "fontSize",
|
|
3423
3556
|
attributes: {
|
|
3424
3557
|
category: "font",
|
|
3558
|
+
group: "size",
|
|
3425
3559
|
type: "font",
|
|
3426
3560
|
item: "size",
|
|
3427
3561
|
subitem: "xs",
|
|
@@ -3445,6 +3579,7 @@ export default {
|
|
|
3445
3579
|
type: "fontSize",
|
|
3446
3580
|
attributes: {
|
|
3447
3581
|
category: "font",
|
|
3582
|
+
group: "size",
|
|
3448
3583
|
},
|
|
3449
3584
|
key: "{semantic.font.size.xs}",
|
|
3450
3585
|
},
|
|
@@ -3457,6 +3592,7 @@ export default {
|
|
|
3457
3592
|
type: "fontSize",
|
|
3458
3593
|
attributes: {
|
|
3459
3594
|
category: "font",
|
|
3595
|
+
group: "size",
|
|
3460
3596
|
type: "font",
|
|
3461
3597
|
item: "size",
|
|
3462
3598
|
subitem: "sm",
|
|
@@ -3480,6 +3616,7 @@ export default {
|
|
|
3480
3616
|
type: "fontSize",
|
|
3481
3617
|
attributes: {
|
|
3482
3618
|
category: "font",
|
|
3619
|
+
group: "size",
|
|
3483
3620
|
},
|
|
3484
3621
|
key: "{semantic.font.size.sm}",
|
|
3485
3622
|
},
|
|
@@ -3492,6 +3629,7 @@ export default {
|
|
|
3492
3629
|
type: "fontSize",
|
|
3493
3630
|
attributes: {
|
|
3494
3631
|
category: "font",
|
|
3632
|
+
group: "size",
|
|
3495
3633
|
type: "font",
|
|
3496
3634
|
item: "size",
|
|
3497
3635
|
subitem: "default",
|
|
@@ -3515,6 +3653,7 @@ export default {
|
|
|
3515
3653
|
type: "fontSize",
|
|
3516
3654
|
attributes: {
|
|
3517
3655
|
category: "font",
|
|
3656
|
+
group: "size",
|
|
3518
3657
|
},
|
|
3519
3658
|
key: "{semantic.font.size.default}",
|
|
3520
3659
|
},
|
|
@@ -3527,6 +3666,7 @@ export default {
|
|
|
3527
3666
|
type: "fontSize",
|
|
3528
3667
|
attributes: {
|
|
3529
3668
|
category: "font",
|
|
3669
|
+
group: "size",
|
|
3530
3670
|
type: "font",
|
|
3531
3671
|
item: "size",
|
|
3532
3672
|
subitem: "md",
|
|
@@ -3550,6 +3690,7 @@ export default {
|
|
|
3550
3690
|
type: "fontSize",
|
|
3551
3691
|
attributes: {
|
|
3552
3692
|
category: "font",
|
|
3693
|
+
group: "size",
|
|
3553
3694
|
},
|
|
3554
3695
|
key: "{semantic.font.size.md}",
|
|
3555
3696
|
},
|
|
@@ -3562,6 +3703,7 @@ export default {
|
|
|
3562
3703
|
type: "fontSize",
|
|
3563
3704
|
attributes: {
|
|
3564
3705
|
category: "font",
|
|
3706
|
+
group: "size",
|
|
3565
3707
|
type: "font",
|
|
3566
3708
|
item: "size",
|
|
3567
3709
|
subitem: "lg",
|
|
@@ -3585,6 +3727,7 @@ export default {
|
|
|
3585
3727
|
type: "fontSize",
|
|
3586
3728
|
attributes: {
|
|
3587
3729
|
category: "font",
|
|
3730
|
+
group: "size",
|
|
3588
3731
|
},
|
|
3589
3732
|
key: "{semantic.font.size.lg}",
|
|
3590
3733
|
},
|
|
@@ -3597,6 +3740,7 @@ export default {
|
|
|
3597
3740
|
type: "fontSize",
|
|
3598
3741
|
attributes: {
|
|
3599
3742
|
category: "font",
|
|
3743
|
+
group: "size",
|
|
3600
3744
|
type: "font",
|
|
3601
3745
|
item: "size",
|
|
3602
3746
|
subitem: "xl",
|
|
@@ -3620,6 +3764,7 @@ export default {
|
|
|
3620
3764
|
type: "fontSize",
|
|
3621
3765
|
attributes: {
|
|
3622
3766
|
category: "font",
|
|
3767
|
+
group: "size",
|
|
3623
3768
|
},
|
|
3624
3769
|
key: "{semantic.font.size.xl}",
|
|
3625
3770
|
},
|
|
@@ -3632,6 +3777,7 @@ export default {
|
|
|
3632
3777
|
type: "fontSize",
|
|
3633
3778
|
attributes: {
|
|
3634
3779
|
category: "font",
|
|
3780
|
+
group: "size",
|
|
3635
3781
|
type: "font",
|
|
3636
3782
|
item: "size",
|
|
3637
3783
|
subitem: "xxl",
|
|
@@ -3655,6 +3801,7 @@ export default {
|
|
|
3655
3801
|
type: "fontSize",
|
|
3656
3802
|
attributes: {
|
|
3657
3803
|
category: "font",
|
|
3804
|
+
group: "size",
|
|
3658
3805
|
},
|
|
3659
3806
|
key: "{semantic.font.size.xxl}",
|
|
3660
3807
|
},
|
|
@@ -3670,6 +3817,7 @@ export default {
|
|
|
3670
3817
|
description: "used in ratings",
|
|
3671
3818
|
attributes: {
|
|
3672
3819
|
category: "font",
|
|
3820
|
+
group: "style",
|
|
3673
3821
|
type: "fontStyle",
|
|
3674
3822
|
item: "style",
|
|
3675
3823
|
subitem: "emphasis",
|
|
@@ -3702,6 +3850,7 @@ export default {
|
|
|
3702
3850
|
description: "used in ratings",
|
|
3703
3851
|
attributes: {
|
|
3704
3852
|
category: "font",
|
|
3853
|
+
group: "style",
|
|
3705
3854
|
},
|
|
3706
3855
|
key: "{semantic.font.style.emphasis}",
|
|
3707
3856
|
},
|
|
@@ -3718,6 +3867,8 @@ export default {
|
|
|
3718
3867
|
type: "lineHeight",
|
|
3719
3868
|
attributes: {
|
|
3720
3869
|
category: "font",
|
|
3870
|
+
group: "line-height",
|
|
3871
|
+
kind: "fixed",
|
|
3721
3872
|
type: "font",
|
|
3722
3873
|
item: "line-height",
|
|
3723
3874
|
subitem: "fixed",
|
|
@@ -3742,6 +3893,8 @@ export default {
|
|
|
3742
3893
|
type: "lineHeight",
|
|
3743
3894
|
attributes: {
|
|
3744
3895
|
category: "font",
|
|
3896
|
+
group: "line-height",
|
|
3897
|
+
kind: "fixed",
|
|
3745
3898
|
},
|
|
3746
3899
|
key: "{semantic.font.line-height.fixed.sm}",
|
|
3747
3900
|
},
|
|
@@ -3754,6 +3907,8 @@ export default {
|
|
|
3754
3907
|
type: "lineHeight",
|
|
3755
3908
|
attributes: {
|
|
3756
3909
|
category: "font",
|
|
3910
|
+
group: "line-height",
|
|
3911
|
+
kind: "fixed",
|
|
3757
3912
|
type: "font",
|
|
3758
3913
|
item: "line-height",
|
|
3759
3914
|
subitem: "fixed",
|
|
@@ -3778,6 +3933,8 @@ export default {
|
|
|
3778
3933
|
type: "lineHeight",
|
|
3779
3934
|
attributes: {
|
|
3780
3935
|
category: "font",
|
|
3936
|
+
group: "line-height",
|
|
3937
|
+
kind: "fixed",
|
|
3781
3938
|
},
|
|
3782
3939
|
key: "{semantic.font.line-height.fixed.base}",
|
|
3783
3940
|
},
|
|
@@ -3790,6 +3947,8 @@ export default {
|
|
|
3790
3947
|
type: "lineHeight",
|
|
3791
3948
|
attributes: {
|
|
3792
3949
|
category: "font",
|
|
3950
|
+
group: "line-height",
|
|
3951
|
+
kind: "fixed",
|
|
3793
3952
|
type: "font",
|
|
3794
3953
|
item: "line-height",
|
|
3795
3954
|
subitem: "fixed",
|
|
@@ -3814,6 +3973,8 @@ export default {
|
|
|
3814
3973
|
type: "lineHeight",
|
|
3815
3974
|
attributes: {
|
|
3816
3975
|
category: "font",
|
|
3976
|
+
group: "line-height",
|
|
3977
|
+
kind: "fixed",
|
|
3817
3978
|
},
|
|
3818
3979
|
key: "{semantic.font.line-height.fixed.lg}",
|
|
3819
3980
|
},
|
|
@@ -3826,6 +3987,8 @@ export default {
|
|
|
3826
3987
|
type: "lineHeight",
|
|
3827
3988
|
attributes: {
|
|
3828
3989
|
category: "font",
|
|
3990
|
+
group: "line-height",
|
|
3991
|
+
kind: "fixed",
|
|
3829
3992
|
type: "font",
|
|
3830
3993
|
item: "line-height",
|
|
3831
3994
|
subitem: "fixed",
|
|
@@ -3850,6 +4013,8 @@ export default {
|
|
|
3850
4013
|
type: "lineHeight",
|
|
3851
4014
|
attributes: {
|
|
3852
4015
|
category: "font",
|
|
4016
|
+
group: "line-height",
|
|
4017
|
+
kind: "fixed",
|
|
3853
4018
|
},
|
|
3854
4019
|
key: "{semantic.font.line-height.fixed.xl}",
|
|
3855
4020
|
},
|
|
@@ -3865,6 +4030,8 @@ export default {
|
|
|
3865
4030
|
description: "1",
|
|
3866
4031
|
attributes: {
|
|
3867
4032
|
category: "font",
|
|
4033
|
+
group: "line-height",
|
|
4034
|
+
kind: "relative",
|
|
3868
4035
|
type: "lineHeight",
|
|
3869
4036
|
item: "line-height",
|
|
3870
4037
|
subitem: "relative",
|
|
@@ -3898,6 +4065,8 @@ export default {
|
|
|
3898
4065
|
description: "1",
|
|
3899
4066
|
attributes: {
|
|
3900
4067
|
category: "font",
|
|
4068
|
+
group: "line-height",
|
|
4069
|
+
kind: "relative",
|
|
3901
4070
|
},
|
|
3902
4071
|
key: "{semantic.font.line-height.relative.default}",
|
|
3903
4072
|
},
|
|
@@ -3912,6 +4081,8 @@ export default {
|
|
|
3912
4081
|
description: "1.25",
|
|
3913
4082
|
attributes: {
|
|
3914
4083
|
category: "font",
|
|
4084
|
+
group: "line-height",
|
|
4085
|
+
kind: "relative",
|
|
3915
4086
|
type: "lineHeight",
|
|
3916
4087
|
item: "line-height",
|
|
3917
4088
|
subitem: "relative",
|
|
@@ -3945,6 +4116,8 @@ export default {
|
|
|
3945
4116
|
description: "1.25",
|
|
3946
4117
|
attributes: {
|
|
3947
4118
|
category: "font",
|
|
4119
|
+
group: "line-height",
|
|
4120
|
+
kind: "relative",
|
|
3948
4121
|
},
|
|
3949
4122
|
key: "{semantic.font.line-height.relative.tight}",
|
|
3950
4123
|
},
|
|
@@ -3959,6 +4132,8 @@ export default {
|
|
|
3959
4132
|
description: "1.375",
|
|
3960
4133
|
attributes: {
|
|
3961
4134
|
category: "font",
|
|
4135
|
+
group: "line-height",
|
|
4136
|
+
kind: "relative",
|
|
3962
4137
|
type: "lineHeight",
|
|
3963
4138
|
item: "line-height",
|
|
3964
4139
|
subitem: "relative",
|
|
@@ -3992,6 +4167,8 @@ export default {
|
|
|
3992
4167
|
description: "1.375",
|
|
3993
4168
|
attributes: {
|
|
3994
4169
|
category: "font",
|
|
4170
|
+
group: "line-height",
|
|
4171
|
+
kind: "relative",
|
|
3995
4172
|
},
|
|
3996
4173
|
key: "{semantic.font.line-height.relative.snug}",
|
|
3997
4174
|
},
|
|
@@ -4006,6 +4183,8 @@ export default {
|
|
|
4006
4183
|
description: "1.5",
|
|
4007
4184
|
attributes: {
|
|
4008
4185
|
category: "font",
|
|
4186
|
+
group: "line-height",
|
|
4187
|
+
kind: "relative",
|
|
4009
4188
|
type: "lineHeight",
|
|
4010
4189
|
item: "line-height",
|
|
4011
4190
|
subitem: "relative",
|
|
@@ -4039,6 +4218,8 @@ export default {
|
|
|
4039
4218
|
description: "1.5",
|
|
4040
4219
|
attributes: {
|
|
4041
4220
|
category: "font",
|
|
4221
|
+
group: "line-height",
|
|
4222
|
+
kind: "relative",
|
|
4042
4223
|
},
|
|
4043
4224
|
key: "{semantic.font.line-height.relative.normal}",
|
|
4044
4225
|
},
|
|
@@ -4053,6 +4234,8 @@ export default {
|
|
|
4053
4234
|
description: "1.625",
|
|
4054
4235
|
attributes: {
|
|
4055
4236
|
category: "font",
|
|
4237
|
+
group: "line-height",
|
|
4238
|
+
kind: "relative",
|
|
4056
4239
|
type: "lineHeight",
|
|
4057
4240
|
item: "line-height",
|
|
4058
4241
|
subitem: "relative",
|
|
@@ -4086,6 +4269,8 @@ export default {
|
|
|
4086
4269
|
description: "1.625",
|
|
4087
4270
|
attributes: {
|
|
4088
4271
|
category: "font",
|
|
4272
|
+
group: "line-height",
|
|
4273
|
+
kind: "relative",
|
|
4089
4274
|
},
|
|
4090
4275
|
key: "{semantic.font.line-height.relative.relaxed}",
|
|
4091
4276
|
},
|
|
@@ -4100,6 +4285,8 @@ export default {
|
|
|
4100
4285
|
description: "2",
|
|
4101
4286
|
attributes: {
|
|
4102
4287
|
category: "font",
|
|
4288
|
+
group: "line-height",
|
|
4289
|
+
kind: "relative",
|
|
4103
4290
|
type: "lineHeight",
|
|
4104
4291
|
item: "line-height",
|
|
4105
4292
|
subitem: "relative",
|
|
@@ -4133,6 +4320,8 @@ export default {
|
|
|
4133
4320
|
description: "2",
|
|
4134
4321
|
attributes: {
|
|
4135
4322
|
category: "font",
|
|
4323
|
+
group: "line-height",
|
|
4324
|
+
kind: "relative",
|
|
4136
4325
|
},
|
|
4137
4326
|
key: "{semantic.font.line-height.relative.loose}",
|
|
4138
4327
|
},
|
|
@@ -4150,6 +4339,7 @@ export default {
|
|
|
4150
4339
|
description: "Deprecated",
|
|
4151
4340
|
attributes: {
|
|
4152
4341
|
category: "font",
|
|
4342
|
+
group: "letter-spacing",
|
|
4153
4343
|
type: "dimension",
|
|
4154
4344
|
item: "letter-spacing",
|
|
4155
4345
|
subitem: "tight",
|
|
@@ -4182,6 +4372,7 @@ export default {
|
|
|
4182
4372
|
description: "Deprecated",
|
|
4183
4373
|
attributes: {
|
|
4184
4374
|
category: "font",
|
|
4375
|
+
group: "letter-spacing",
|
|
4185
4376
|
},
|
|
4186
4377
|
key: "{semantic.font.letter-spacing.tight}",
|
|
4187
4378
|
},
|
|
@@ -4196,6 +4387,7 @@ export default {
|
|
|
4196
4387
|
description: "Deprecated",
|
|
4197
4388
|
attributes: {
|
|
4198
4389
|
category: "font",
|
|
4390
|
+
group: "letter-spacing",
|
|
4199
4391
|
type: "dimension",
|
|
4200
4392
|
item: "letter-spacing",
|
|
4201
4393
|
subitem: "normal",
|
|
@@ -4228,6 +4420,7 @@ export default {
|
|
|
4228
4420
|
description: "Deprecated",
|
|
4229
4421
|
attributes: {
|
|
4230
4422
|
category: "font",
|
|
4423
|
+
group: "letter-spacing",
|
|
4231
4424
|
},
|
|
4232
4425
|
key: "{semantic.font.letter-spacing.normal}",
|
|
4233
4426
|
},
|
|
@@ -4242,6 +4435,7 @@ export default {
|
|
|
4242
4435
|
description: "Deprecated",
|
|
4243
4436
|
attributes: {
|
|
4244
4437
|
category: "font",
|
|
4438
|
+
group: "letter-spacing",
|
|
4245
4439
|
type: "dimension",
|
|
4246
4440
|
item: "letter-spacing",
|
|
4247
4441
|
subitem: "wide",
|
|
@@ -4274,6 +4468,7 @@ export default {
|
|
|
4274
4468
|
description: "Deprecated",
|
|
4275
4469
|
attributes: {
|
|
4276
4470
|
category: "font",
|
|
4471
|
+
group: "letter-spacing",
|
|
4277
4472
|
},
|
|
4278
4473
|
key: "{semantic.font.letter-spacing.wide}",
|
|
4279
4474
|
},
|
|
@@ -4290,6 +4485,7 @@ export default {
|
|
|
4290
4485
|
description: "Deprecated",
|
|
4291
4486
|
attributes: {
|
|
4292
4487
|
category: "font",
|
|
4488
|
+
group: "paragraph-spacing",
|
|
4293
4489
|
type: "dimension",
|
|
4294
4490
|
item: "paragraph-spacing",
|
|
4295
4491
|
subitem: "normal",
|
|
@@ -4322,6 +4518,7 @@ export default {
|
|
|
4322
4518
|
description: "Deprecated",
|
|
4323
4519
|
attributes: {
|
|
4324
4520
|
category: "font",
|
|
4521
|
+
group: "paragraph-spacing",
|
|
4325
4522
|
},
|
|
4326
4523
|
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4327
4524
|
},
|
|
@@ -4338,6 +4535,7 @@ export default {
|
|
|
4338
4535
|
description: "Deprecated",
|
|
4339
4536
|
attributes: {
|
|
4340
4537
|
category: "font",
|
|
4538
|
+
group: "text-decoration",
|
|
4341
4539
|
type: "textDecoration",
|
|
4342
4540
|
item: "text-decoration",
|
|
4343
4541
|
subitem: "none",
|
|
@@ -4370,6 +4568,7 @@ export default {
|
|
|
4370
4568
|
description: "Deprecated",
|
|
4371
4569
|
attributes: {
|
|
4372
4570
|
category: "font",
|
|
4571
|
+
group: "text-decoration",
|
|
4373
4572
|
},
|
|
4374
4573
|
key: "{semantic.font.text-decoration.none}",
|
|
4375
4574
|
},
|
|
@@ -4384,6 +4583,7 @@ export default {
|
|
|
4384
4583
|
description: "Deprecated",
|
|
4385
4584
|
attributes: {
|
|
4386
4585
|
category: "font",
|
|
4586
|
+
group: "text-decoration",
|
|
4387
4587
|
type: "textDecoration",
|
|
4388
4588
|
item: "text-decoration",
|
|
4389
4589
|
subitem: "underline",
|
|
@@ -4416,6 +4616,7 @@ export default {
|
|
|
4416
4616
|
description: "Deprecated",
|
|
4417
4617
|
attributes: {
|
|
4418
4618
|
category: "font",
|
|
4619
|
+
group: "text-decoration",
|
|
4419
4620
|
},
|
|
4420
4621
|
key: "{semantic.font.text-decoration.underline}",
|
|
4421
4622
|
},
|
|
@@ -4432,6 +4633,7 @@ export default {
|
|
|
4432
4633
|
description: "Deprecated",
|
|
4433
4634
|
attributes: {
|
|
4434
4635
|
category: "font",
|
|
4636
|
+
group: "text-case",
|
|
4435
4637
|
type: "textCase",
|
|
4436
4638
|
item: "text-case",
|
|
4437
4639
|
subitem: "none",
|
|
@@ -4464,6 +4666,7 @@ export default {
|
|
|
4464
4666
|
description: "Deprecated",
|
|
4465
4667
|
attributes: {
|
|
4466
4668
|
category: "font",
|
|
4669
|
+
group: "text-case",
|
|
4467
4670
|
},
|
|
4468
4671
|
key: "{semantic.font.text-case.none}",
|
|
4469
4672
|
},
|
|
@@ -4478,6 +4681,7 @@ export default {
|
|
|
4478
4681
|
description: "Deprecated",
|
|
4479
4682
|
attributes: {
|
|
4480
4683
|
category: "font",
|
|
4684
|
+
group: "text-case",
|
|
4481
4685
|
type: "textCase",
|
|
4482
4686
|
item: "text-case",
|
|
4483
4687
|
subitem: "uppercase",
|
|
@@ -4510,6 +4714,7 @@ export default {
|
|
|
4510
4714
|
description: "Deprecated",
|
|
4511
4715
|
attributes: {
|
|
4512
4716
|
category: "font",
|
|
4717
|
+
group: "text-case",
|
|
4513
4718
|
},
|
|
4514
4719
|
key: "{semantic.font.text-case.uppercase}",
|
|
4515
4720
|
},
|
|
@@ -4524,6 +4729,7 @@ export default {
|
|
|
4524
4729
|
description: "Deprecated",
|
|
4525
4730
|
attributes: {
|
|
4526
4731
|
category: "font",
|
|
4732
|
+
group: "text-case",
|
|
4527
4733
|
type: "textCase",
|
|
4528
4734
|
item: "text-case",
|
|
4529
4735
|
subitem: "lowercase",
|
|
@@ -4556,6 +4762,7 @@ export default {
|
|
|
4556
4762
|
description: "Deprecated",
|
|
4557
4763
|
attributes: {
|
|
4558
4764
|
category: "font",
|
|
4765
|
+
group: "text-case",
|
|
4559
4766
|
},
|
|
4560
4767
|
key: "{semantic.font.text-case.lowercase}",
|
|
4561
4768
|
},
|
|
@@ -4570,6 +4777,7 @@ export default {
|
|
|
4570
4777
|
description: "Deprecated",
|
|
4571
4778
|
attributes: {
|
|
4572
4779
|
category: "font",
|
|
4780
|
+
group: "text-case",
|
|
4573
4781
|
type: "textCase",
|
|
4574
4782
|
item: "text-case",
|
|
4575
4783
|
subitem: "capitalize",
|
|
@@ -4602,6 +4810,7 @@ export default {
|
|
|
4602
4810
|
description: "Deprecated",
|
|
4603
4811
|
attributes: {
|
|
4604
4812
|
category: "font",
|
|
4813
|
+
group: "text-case",
|
|
4605
4814
|
},
|
|
4606
4815
|
key: "{semantic.font.text-case.capitalize}",
|
|
4607
4816
|
},
|
|
@@ -5792,7 +6001,7 @@ export default {
|
|
|
5792
6001
|
value: "4px",
|
|
5793
6002
|
type: "dimension",
|
|
5794
6003
|
attributes: {
|
|
5795
|
-
category: "
|
|
6004
|
+
category: "spacing",
|
|
5796
6005
|
type: "dimension",
|
|
5797
6006
|
item: "fixed",
|
|
5798
6007
|
subitem: "xxs",
|
|
@@ -5824,7 +6033,7 @@ export default {
|
|
|
5824
6033
|
value: "{core.size.default.4}",
|
|
5825
6034
|
type: "dimension",
|
|
5826
6035
|
attributes: {
|
|
5827
|
-
category: "
|
|
6036
|
+
category: "spacing",
|
|
5828
6037
|
},
|
|
5829
6038
|
description: "deprecated",
|
|
5830
6039
|
key: "{semantic.spacing.fixed.xxs}",
|
|
@@ -5838,7 +6047,7 @@ export default {
|
|
|
5838
6047
|
value: "6px",
|
|
5839
6048
|
type: "dimension",
|
|
5840
6049
|
attributes: {
|
|
5841
|
-
category: "
|
|
6050
|
+
category: "spacing",
|
|
5842
6051
|
type: "dimension",
|
|
5843
6052
|
item: "fixed",
|
|
5844
6053
|
subitem: "xs",
|
|
@@ -5870,7 +6079,7 @@ export default {
|
|
|
5870
6079
|
value: "{core.size.default.6}",
|
|
5871
6080
|
type: "dimension",
|
|
5872
6081
|
attributes: {
|
|
5873
|
-
category: "
|
|
6082
|
+
category: "spacing",
|
|
5874
6083
|
},
|
|
5875
6084
|
description: "deprecated",
|
|
5876
6085
|
key: "{semantic.spacing.fixed.xs}",
|
|
@@ -5884,7 +6093,7 @@ export default {
|
|
|
5884
6093
|
value: "8px",
|
|
5885
6094
|
type: "dimension",
|
|
5886
6095
|
attributes: {
|
|
5887
|
-
category: "
|
|
6096
|
+
category: "spacing",
|
|
5888
6097
|
type: "dimension",
|
|
5889
6098
|
item: "fixed",
|
|
5890
6099
|
subitem: "sm",
|
|
@@ -5916,7 +6125,7 @@ export default {
|
|
|
5916
6125
|
value: "{core.size.default.8}",
|
|
5917
6126
|
type: "dimension",
|
|
5918
6127
|
attributes: {
|
|
5919
|
-
category: "
|
|
6128
|
+
category: "spacing",
|
|
5920
6129
|
},
|
|
5921
6130
|
description: "deprecated",
|
|
5922
6131
|
key: "{semantic.spacing.fixed.sm}",
|
|
@@ -5930,7 +6139,7 @@ export default {
|
|
|
5930
6139
|
value: "12px",
|
|
5931
6140
|
type: "dimension",
|
|
5932
6141
|
attributes: {
|
|
5933
|
-
category: "
|
|
6142
|
+
category: "spacing",
|
|
5934
6143
|
type: "dimension",
|
|
5935
6144
|
item: "fixed",
|
|
5936
6145
|
subitem: "md",
|
|
@@ -5962,7 +6171,7 @@ export default {
|
|
|
5962
6171
|
value: "{core.size.default.12}",
|
|
5963
6172
|
type: "dimension",
|
|
5964
6173
|
attributes: {
|
|
5965
|
-
category: "
|
|
6174
|
+
category: "spacing",
|
|
5966
6175
|
},
|
|
5967
6176
|
description: "deprecated",
|
|
5968
6177
|
key: "{semantic.spacing.fixed.md}",
|
|
@@ -5976,7 +6185,7 @@ export default {
|
|
|
5976
6185
|
value: "14px",
|
|
5977
6186
|
type: "dimension",
|
|
5978
6187
|
attributes: {
|
|
5979
|
-
category: "
|
|
6188
|
+
category: "spacing",
|
|
5980
6189
|
type: "dimension",
|
|
5981
6190
|
item: "fixed",
|
|
5982
6191
|
subitem: "lg",
|
|
@@ -6008,7 +6217,7 @@ export default {
|
|
|
6008
6217
|
value: "{core.size.default.14}",
|
|
6009
6218
|
type: "dimension",
|
|
6010
6219
|
attributes: {
|
|
6011
|
-
category: "
|
|
6220
|
+
category: "spacing",
|
|
6012
6221
|
},
|
|
6013
6222
|
description: "deprecated",
|
|
6014
6223
|
key: "{semantic.spacing.fixed.lg}",
|
|
@@ -6022,7 +6231,7 @@ export default {
|
|
|
6022
6231
|
value: "16px",
|
|
6023
6232
|
type: "dimension",
|
|
6024
6233
|
attributes: {
|
|
6025
|
-
category: "
|
|
6234
|
+
category: "spacing",
|
|
6026
6235
|
type: "dimension",
|
|
6027
6236
|
item: "fixed",
|
|
6028
6237
|
subitem: "xl",
|
|
@@ -6054,7 +6263,7 @@ export default {
|
|
|
6054
6263
|
value: "{core.size.default.16}",
|
|
6055
6264
|
type: "dimension",
|
|
6056
6265
|
attributes: {
|
|
6057
|
-
category: "
|
|
6266
|
+
category: "spacing",
|
|
6058
6267
|
},
|
|
6059
6268
|
description: "deprecated",
|
|
6060
6269
|
key: "{semantic.spacing.fixed.xl}",
|
|
@@ -6068,7 +6277,7 @@ export default {
|
|
|
6068
6277
|
value: "20px",
|
|
6069
6278
|
type: "dimension",
|
|
6070
6279
|
attributes: {
|
|
6071
|
-
category: "
|
|
6280
|
+
category: "spacing",
|
|
6072
6281
|
type: "dimension",
|
|
6073
6282
|
item: "fixed",
|
|
6074
6283
|
subitem: "xxl",
|
|
@@ -6100,7 +6309,7 @@ export default {
|
|
|
6100
6309
|
value: "{core.size.default.20}",
|
|
6101
6310
|
type: "dimension",
|
|
6102
6311
|
attributes: {
|
|
6103
|
-
category: "
|
|
6312
|
+
category: "spacing",
|
|
6104
6313
|
},
|
|
6105
6314
|
description: "deprecated",
|
|
6106
6315
|
key: "{semantic.spacing.fixed.xxl}",
|
|
@@ -6114,7 +6323,7 @@ export default {
|
|
|
6114
6323
|
value: "32px",
|
|
6115
6324
|
type: "dimension",
|
|
6116
6325
|
attributes: {
|
|
6117
|
-
category: "
|
|
6326
|
+
category: "spacing",
|
|
6118
6327
|
type: "dimension",
|
|
6119
6328
|
item: "fixed",
|
|
6120
6329
|
subitem: "xxxl",
|
|
@@ -6146,7 +6355,7 @@ export default {
|
|
|
6146
6355
|
value: "{core.size.default.32}",
|
|
6147
6356
|
type: "dimension",
|
|
6148
6357
|
attributes: {
|
|
6149
|
-
category: "
|
|
6358
|
+
category: "spacing",
|
|
6150
6359
|
},
|
|
6151
6360
|
description: "deprecated",
|
|
6152
6361
|
key: "{semantic.spacing.fixed.xxxl}",
|
|
@@ -6162,8 +6371,7 @@ export default {
|
|
|
6162
6371
|
value: "0",
|
|
6163
6372
|
type: "dimension",
|
|
6164
6373
|
attributes: {
|
|
6165
|
-
|
|
6166
|
-
category: "space",
|
|
6374
|
+
category: "spacing",
|
|
6167
6375
|
type: "spacing",
|
|
6168
6376
|
item: "default",
|
|
6169
6377
|
subitem: "none",
|
|
@@ -6186,8 +6394,7 @@ export default {
|
|
|
6186
6394
|
value: "{core.size.default.none}",
|
|
6187
6395
|
type: "dimension",
|
|
6188
6396
|
attributes: {
|
|
6189
|
-
|
|
6190
|
-
category: "space",
|
|
6397
|
+
category: "spacing",
|
|
6191
6398
|
},
|
|
6192
6399
|
key: "{semantic.spacing.default.none}",
|
|
6193
6400
|
},
|
|
@@ -6199,8 +6406,7 @@ export default {
|
|
|
6199
6406
|
value: "1px",
|
|
6200
6407
|
type: "dimension",
|
|
6201
6408
|
attributes: {
|
|
6202
|
-
|
|
6203
|
-
category: "space",
|
|
6409
|
+
category: "spacing",
|
|
6204
6410
|
type: "spacing",
|
|
6205
6411
|
item: "default",
|
|
6206
6412
|
subitem: "px",
|
|
@@ -6223,8 +6429,7 @@ export default {
|
|
|
6223
6429
|
value: "{core.size.default.1}",
|
|
6224
6430
|
type: "dimension",
|
|
6225
6431
|
attributes: {
|
|
6226
|
-
|
|
6227
|
-
category: "space",
|
|
6432
|
+
category: "spacing",
|
|
6228
6433
|
},
|
|
6229
6434
|
key: "{semantic.spacing.default.px}",
|
|
6230
6435
|
},
|
|
@@ -6236,8 +6441,7 @@ export default {
|
|
|
6236
6441
|
value: "2px",
|
|
6237
6442
|
type: "dimension",
|
|
6238
6443
|
attributes: {
|
|
6239
|
-
|
|
6240
|
-
category: "space",
|
|
6444
|
+
category: "spacing",
|
|
6241
6445
|
type: "spacing",
|
|
6242
6446
|
item: "default",
|
|
6243
6447
|
subitem: "base",
|
|
@@ -6260,8 +6464,7 @@ export default {
|
|
|
6260
6464
|
value: "{core.size.default.2}",
|
|
6261
6465
|
type: "dimension",
|
|
6262
6466
|
attributes: {
|
|
6263
|
-
|
|
6264
|
-
category: "space",
|
|
6467
|
+
category: "spacing",
|
|
6265
6468
|
},
|
|
6266
6469
|
key: "{semantic.spacing.default.base}",
|
|
6267
6470
|
},
|
|
@@ -6273,7 +6476,7 @@ export default {
|
|
|
6273
6476
|
value: "0.25rem",
|
|
6274
6477
|
type: "dimension",
|
|
6275
6478
|
attributes: {
|
|
6276
|
-
category: "
|
|
6479
|
+
category: "spacing",
|
|
6277
6480
|
type: "spacing",
|
|
6278
6481
|
item: "default",
|
|
6279
6482
|
subitem: "xxs",
|
|
@@ -6296,7 +6499,7 @@ export default {
|
|
|
6296
6499
|
value: "{core.size.default.4}",
|
|
6297
6500
|
type: "dimension",
|
|
6298
6501
|
attributes: {
|
|
6299
|
-
category: "
|
|
6502
|
+
category: "spacing",
|
|
6300
6503
|
},
|
|
6301
6504
|
key: "{semantic.spacing.default.xxs}",
|
|
6302
6505
|
},
|
|
@@ -6308,7 +6511,7 @@ export default {
|
|
|
6308
6511
|
value: "0.375rem",
|
|
6309
6512
|
type: "dimension",
|
|
6310
6513
|
attributes: {
|
|
6311
|
-
category: "
|
|
6514
|
+
category: "spacing",
|
|
6312
6515
|
type: "spacing",
|
|
6313
6516
|
item: "default",
|
|
6314
6517
|
subitem: "xs",
|
|
@@ -6331,7 +6534,7 @@ export default {
|
|
|
6331
6534
|
value: "{core.size.default.6}",
|
|
6332
6535
|
type: "dimension",
|
|
6333
6536
|
attributes: {
|
|
6334
|
-
category: "
|
|
6537
|
+
category: "spacing",
|
|
6335
6538
|
},
|
|
6336
6539
|
key: "{semantic.spacing.default.xs}",
|
|
6337
6540
|
},
|
|
@@ -6343,7 +6546,7 @@ export default {
|
|
|
6343
6546
|
value: "0.5rem",
|
|
6344
6547
|
type: "dimension",
|
|
6345
6548
|
attributes: {
|
|
6346
|
-
category: "
|
|
6549
|
+
category: "spacing",
|
|
6347
6550
|
type: "spacing",
|
|
6348
6551
|
item: "default",
|
|
6349
6552
|
subitem: "sm",
|
|
@@ -6366,7 +6569,7 @@ export default {
|
|
|
6366
6569
|
value: "{core.size.default.8}",
|
|
6367
6570
|
type: "dimension",
|
|
6368
6571
|
attributes: {
|
|
6369
|
-
category: "
|
|
6572
|
+
category: "spacing",
|
|
6370
6573
|
},
|
|
6371
6574
|
key: "{semantic.spacing.default.sm}",
|
|
6372
6575
|
},
|
|
@@ -6378,7 +6581,7 @@ export default {
|
|
|
6378
6581
|
value: "0.625rem",
|
|
6379
6582
|
type: "dimension",
|
|
6380
6583
|
attributes: {
|
|
6381
|
-
category: "
|
|
6584
|
+
category: "spacing",
|
|
6382
6585
|
type: "spacing",
|
|
6383
6586
|
item: "default",
|
|
6384
6587
|
subitem: "sm+",
|
|
@@ -6401,7 +6604,7 @@ export default {
|
|
|
6401
6604
|
value: "{core.size.default.10}",
|
|
6402
6605
|
type: "dimension",
|
|
6403
6606
|
attributes: {
|
|
6404
|
-
category: "
|
|
6607
|
+
category: "spacing",
|
|
6405
6608
|
},
|
|
6406
6609
|
key: "{semantic.spacing.default.sm+}",
|
|
6407
6610
|
},
|
|
@@ -6413,7 +6616,7 @@ export default {
|
|
|
6413
6616
|
value: "0.75rem",
|
|
6414
6617
|
type: "dimension",
|
|
6415
6618
|
attributes: {
|
|
6416
|
-
category: "
|
|
6619
|
+
category: "spacing",
|
|
6417
6620
|
type: "spacing",
|
|
6418
6621
|
item: "default",
|
|
6419
6622
|
subitem: "md",
|
|
@@ -6436,7 +6639,7 @@ export default {
|
|
|
6436
6639
|
value: "{core.size.default.12}",
|
|
6437
6640
|
type: "dimension",
|
|
6438
6641
|
attributes: {
|
|
6439
|
-
category: "
|
|
6642
|
+
category: "spacing",
|
|
6440
6643
|
},
|
|
6441
6644
|
key: "{semantic.spacing.default.md}",
|
|
6442
6645
|
},
|
|
@@ -6448,7 +6651,7 @@ export default {
|
|
|
6448
6651
|
value: "0.875rem",
|
|
6449
6652
|
type: "dimension",
|
|
6450
6653
|
attributes: {
|
|
6451
|
-
category: "
|
|
6654
|
+
category: "spacing",
|
|
6452
6655
|
type: "spacing",
|
|
6453
6656
|
item: "default",
|
|
6454
6657
|
subitem: "md+",
|
|
@@ -6471,7 +6674,7 @@ export default {
|
|
|
6471
6674
|
value: "{core.size.default.14}",
|
|
6472
6675
|
type: "dimension",
|
|
6473
6676
|
attributes: {
|
|
6474
|
-
category: "
|
|
6677
|
+
category: "spacing",
|
|
6475
6678
|
},
|
|
6476
6679
|
key: "{semantic.spacing.default.md+}",
|
|
6477
6680
|
},
|
|
@@ -6483,7 +6686,7 @@ export default {
|
|
|
6483
6686
|
value: "1rem",
|
|
6484
6687
|
type: "dimension",
|
|
6485
6688
|
attributes: {
|
|
6486
|
-
category: "
|
|
6689
|
+
category: "spacing",
|
|
6487
6690
|
type: "spacing",
|
|
6488
6691
|
item: "default",
|
|
6489
6692
|
subitem: "lg",
|
|
@@ -6506,7 +6709,7 @@ export default {
|
|
|
6506
6709
|
value: "{core.size.default.16}",
|
|
6507
6710
|
type: "dimension",
|
|
6508
6711
|
attributes: {
|
|
6509
|
-
category: "
|
|
6712
|
+
category: "spacing",
|
|
6510
6713
|
},
|
|
6511
6714
|
key: "{semantic.spacing.default.lg}",
|
|
6512
6715
|
},
|
|
@@ -6518,7 +6721,7 @@ export default {
|
|
|
6518
6721
|
value: "1.25rem",
|
|
6519
6722
|
type: "dimension",
|
|
6520
6723
|
attributes: {
|
|
6521
|
-
category: "
|
|
6724
|
+
category: "spacing",
|
|
6522
6725
|
type: "spacing",
|
|
6523
6726
|
item: "default",
|
|
6524
6727
|
subitem: "xl",
|
|
@@ -6541,7 +6744,7 @@ export default {
|
|
|
6541
6744
|
value: "{core.size.default.20}",
|
|
6542
6745
|
type: "dimension",
|
|
6543
6746
|
attributes: {
|
|
6544
|
-
category: "
|
|
6747
|
+
category: "spacing",
|
|
6545
6748
|
},
|
|
6546
6749
|
key: "{semantic.spacing.default.xl}",
|
|
6547
6750
|
},
|
|
@@ -6553,7 +6756,7 @@ export default {
|
|
|
6553
6756
|
value: "1.5rem",
|
|
6554
6757
|
type: "dimension",
|
|
6555
6758
|
attributes: {
|
|
6556
|
-
category: "
|
|
6759
|
+
category: "spacing",
|
|
6557
6760
|
type: "spacing",
|
|
6558
6761
|
item: "default",
|
|
6559
6762
|
subitem: "xxl",
|
|
@@ -6576,7 +6779,7 @@ export default {
|
|
|
6576
6779
|
value: "{core.size.default.24}",
|
|
6577
6780
|
type: "dimension",
|
|
6578
6781
|
attributes: {
|
|
6579
|
-
category: "
|
|
6782
|
+
category: "spacing",
|
|
6580
6783
|
},
|
|
6581
6784
|
key: "{semantic.spacing.default.xxl}",
|
|
6582
6785
|
},
|
|
@@ -6588,7 +6791,7 @@ export default {
|
|
|
6588
6791
|
value: "2rem",
|
|
6589
6792
|
type: "dimension",
|
|
6590
6793
|
attributes: {
|
|
6591
|
-
category: "
|
|
6794
|
+
category: "spacing",
|
|
6592
6795
|
type: "spacing",
|
|
6593
6796
|
item: "default",
|
|
6594
6797
|
subitem: "xxxl",
|
|
@@ -6611,7 +6814,7 @@ export default {
|
|
|
6611
6814
|
value: "{core.size.default.32}",
|
|
6612
6815
|
type: "dimension",
|
|
6613
6816
|
attributes: {
|
|
6614
|
-
category: "
|
|
6817
|
+
category: "spacing",
|
|
6615
6818
|
},
|
|
6616
6819
|
key: "{semantic.spacing.default.xxxl}",
|
|
6617
6820
|
},
|
|
@@ -6641,7 +6844,7 @@ export default {
|
|
|
6641
6844
|
textDecoration: "none",
|
|
6642
6845
|
},
|
|
6643
6846
|
attributes: {
|
|
6644
|
-
category: "",
|
|
6847
|
+
category: "typography",
|
|
6645
6848
|
type: "typography",
|
|
6646
6849
|
item: "default",
|
|
6647
6850
|
subitem: "default",
|
|
@@ -6673,7 +6876,7 @@ export default {
|
|
|
6673
6876
|
textDecoration: "{semantic.font.text-decoration.none}",
|
|
6674
6877
|
},
|
|
6675
6878
|
attributes: {
|
|
6676
|
-
category: "",
|
|
6879
|
+
category: "typography",
|
|
6677
6880
|
},
|
|
6678
6881
|
key: "{semantic.typography.default.default}",
|
|
6679
6882
|
},
|
|
@@ -6707,7 +6910,7 @@ export default {
|
|
|
6707
6910
|
},
|
|
6708
6911
|
},
|
|
6709
6912
|
attributes: {
|
|
6710
|
-
category: "",
|
|
6913
|
+
category: "typography",
|
|
6711
6914
|
type: "typography",
|
|
6712
6915
|
item: "default",
|
|
6713
6916
|
subitem: "light",
|
|
@@ -6717,7 +6920,7 @@ export default {
|
|
|
6717
6920
|
css: "var(--calcite-typography-light-minus-3h)",
|
|
6718
6921
|
js: "semantic.typography.default.light.-3h",
|
|
6719
6922
|
docs: "semantic.typography.default.light.-3h",
|
|
6720
|
-
es6: "
|
|
6923
|
+
es6: "calciteTypographyLightMinus3h",
|
|
6721
6924
|
},
|
|
6722
6925
|
"calcite-schema": {
|
|
6723
6926
|
system: "calcite",
|
|
@@ -6738,7 +6941,7 @@ export default {
|
|
|
6738
6941
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6739
6942
|
},
|
|
6740
6943
|
attributes: {
|
|
6741
|
-
category: "",
|
|
6944
|
+
category: "typography",
|
|
6742
6945
|
},
|
|
6743
6946
|
key: "{semantic.typography.default.light.-3h}",
|
|
6744
6947
|
},
|
|
@@ -6770,7 +6973,7 @@ export default {
|
|
|
6770
6973
|
},
|
|
6771
6974
|
},
|
|
6772
6975
|
attributes: {
|
|
6773
|
-
category: "
|
|
6976
|
+
category: "typography",
|
|
6774
6977
|
type: "typography",
|
|
6775
6978
|
item: "default",
|
|
6776
6979
|
subitem: "light",
|
|
@@ -6780,7 +6983,7 @@ export default {
|
|
|
6780
6983
|
css: "var(--calcite-typography-light-minus-2h)",
|
|
6781
6984
|
js: "semantic.typography.default.light.-2h",
|
|
6782
6985
|
docs: "semantic.typography.default.light.-2h",
|
|
6783
|
-
es6: "
|
|
6986
|
+
es6: "calciteTypographyLightMinus2h",
|
|
6784
6987
|
},
|
|
6785
6988
|
"calcite-schema": {
|
|
6786
6989
|
system: "calcite",
|
|
@@ -6800,7 +7003,7 @@ export default {
|
|
|
6800
7003
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6801
7004
|
},
|
|
6802
7005
|
attributes: {
|
|
6803
|
-
category: "
|
|
7006
|
+
category: "typography",
|
|
6804
7007
|
},
|
|
6805
7008
|
key: "{semantic.typography.default.light.-2h}",
|
|
6806
7009
|
},
|
|
@@ -6831,7 +7034,7 @@ export default {
|
|
|
6831
7034
|
},
|
|
6832
7035
|
},
|
|
6833
7036
|
attributes: {
|
|
6834
|
-
category: "
|
|
7037
|
+
category: "typography",
|
|
6835
7038
|
type: "typography",
|
|
6836
7039
|
item: "default",
|
|
6837
7040
|
subitem: "light",
|
|
@@ -6841,7 +7044,7 @@ export default {
|
|
|
6841
7044
|
css: "var(--calcite-typography-light-minus-1h)",
|
|
6842
7045
|
js: "semantic.typography.default.light.-1h",
|
|
6843
7046
|
docs: "semantic.typography.default.light.-1h",
|
|
6844
|
-
es6: "
|
|
7047
|
+
es6: "calciteTypographyLightMinus1h",
|
|
6845
7048
|
},
|
|
6846
7049
|
"calcite-schema": {
|
|
6847
7050
|
system: "calcite",
|
|
@@ -6860,7 +7063,7 @@ export default {
|
|
|
6860
7063
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6861
7064
|
},
|
|
6862
7065
|
attributes: {
|
|
6863
|
-
category: "
|
|
7066
|
+
category: "typography",
|
|
6864
7067
|
},
|
|
6865
7068
|
key: "{semantic.typography.default.light.-1h}",
|
|
6866
7069
|
},
|
|
@@ -6893,7 +7096,7 @@ export default {
|
|
|
6893
7096
|
},
|
|
6894
7097
|
},
|
|
6895
7098
|
attributes: {
|
|
6896
|
-
category: "
|
|
7099
|
+
category: "typography",
|
|
6897
7100
|
type: "typography",
|
|
6898
7101
|
item: "default",
|
|
6899
7102
|
subitem: "light",
|
|
@@ -6903,7 +7106,7 @@ export default {
|
|
|
6903
7106
|
css: "var(--calcite-typography-light-0h)",
|
|
6904
7107
|
js: "semantic.typography.default.light.0h",
|
|
6905
7108
|
docs: "semantic.typography.default.light.0h",
|
|
6906
|
-
es6: "
|
|
7109
|
+
es6: "calciteTypographyLight0h",
|
|
6907
7110
|
},
|
|
6908
7111
|
"calcite-schema": {
|
|
6909
7112
|
system: "calcite",
|
|
@@ -6924,7 +7127,7 @@ export default {
|
|
|
6924
7127
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6925
7128
|
},
|
|
6926
7129
|
attributes: {
|
|
6927
|
-
category: "
|
|
7130
|
+
category: "typography",
|
|
6928
7131
|
},
|
|
6929
7132
|
key: "{semantic.typography.default.light.0h}",
|
|
6930
7133
|
},
|
|
@@ -6957,7 +7160,7 @@ export default {
|
|
|
6957
7160
|
},
|
|
6958
7161
|
},
|
|
6959
7162
|
attributes: {
|
|
6960
|
-
category: "
|
|
7163
|
+
category: "typography",
|
|
6961
7164
|
type: "typography",
|
|
6962
7165
|
item: "default",
|
|
6963
7166
|
subitem: "light",
|
|
@@ -6967,7 +7170,7 @@ export default {
|
|
|
6967
7170
|
css: "var(--calcite-typography-light-1h)",
|
|
6968
7171
|
js: "semantic.typography.default.light.1h",
|
|
6969
7172
|
docs: "semantic.typography.default.light.1h",
|
|
6970
|
-
es6: "
|
|
7173
|
+
es6: "calciteTypographyLight1h",
|
|
6971
7174
|
},
|
|
6972
7175
|
"calcite-schema": {
|
|
6973
7176
|
system: "calcite",
|
|
@@ -6988,7 +7191,7 @@ export default {
|
|
|
6988
7191
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6989
7192
|
},
|
|
6990
7193
|
attributes: {
|
|
6991
|
-
category: "
|
|
7194
|
+
category: "typography",
|
|
6992
7195
|
},
|
|
6993
7196
|
key: "{semantic.typography.default.light.1h}",
|
|
6994
7197
|
},
|
|
@@ -7022,7 +7225,7 @@ export default {
|
|
|
7022
7225
|
},
|
|
7023
7226
|
},
|
|
7024
7227
|
attributes: {
|
|
7025
|
-
category: "
|
|
7228
|
+
category: "typography",
|
|
7026
7229
|
type: "typography",
|
|
7027
7230
|
item: "default",
|
|
7028
7231
|
subitem: "regular",
|
|
@@ -7032,7 +7235,7 @@ export default {
|
|
|
7032
7235
|
css: "var(--calcite-typography-regular-minus-3h)",
|
|
7033
7236
|
js: "semantic.typography.default.regular.-3h",
|
|
7034
7237
|
docs: "semantic.typography.default.regular.-3h",
|
|
7035
|
-
es6: "
|
|
7238
|
+
es6: "calciteTypographyRegularMinus3h",
|
|
7036
7239
|
},
|
|
7037
7240
|
"calcite-schema": {
|
|
7038
7241
|
system: "calcite",
|
|
@@ -7052,7 +7255,7 @@ export default {
|
|
|
7052
7255
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7053
7256
|
},
|
|
7054
7257
|
attributes: {
|
|
7055
|
-
category: "
|
|
7258
|
+
category: "typography",
|
|
7056
7259
|
},
|
|
7057
7260
|
key: "{semantic.typography.default.regular.-3h}",
|
|
7058
7261
|
},
|
|
@@ -7083,7 +7286,7 @@ export default {
|
|
|
7083
7286
|
},
|
|
7084
7287
|
},
|
|
7085
7288
|
attributes: {
|
|
7086
|
-
category: "
|
|
7289
|
+
category: "typography",
|
|
7087
7290
|
type: "typography",
|
|
7088
7291
|
item: "default",
|
|
7089
7292
|
subitem: "regular",
|
|
@@ -7093,7 +7296,7 @@ export default {
|
|
|
7093
7296
|
css: "var(--calcite-typography-regular-minus-2h)",
|
|
7094
7297
|
js: "semantic.typography.default.regular.-2h",
|
|
7095
7298
|
docs: "semantic.typography.default.regular.-2h",
|
|
7096
|
-
es6: "
|
|
7299
|
+
es6: "calciteTypographyRegularMinus2h",
|
|
7097
7300
|
},
|
|
7098
7301
|
"calcite-schema": {
|
|
7099
7302
|
system: "calcite",
|
|
@@ -7112,7 +7315,7 @@ export default {
|
|
|
7112
7315
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7113
7316
|
},
|
|
7114
7317
|
attributes: {
|
|
7115
|
-
category: "
|
|
7318
|
+
category: "typography",
|
|
7116
7319
|
},
|
|
7117
7320
|
key: "{semantic.typography.default.regular.-2h}",
|
|
7118
7321
|
},
|
|
@@ -7138,7 +7341,7 @@ export default {
|
|
|
7138
7341
|
},
|
|
7139
7342
|
type: "typography",
|
|
7140
7343
|
attributes: {
|
|
7141
|
-
category: "
|
|
7344
|
+
category: "typography",
|
|
7142
7345
|
type: "typography",
|
|
7143
7346
|
item: "default",
|
|
7144
7347
|
subitem: "regular",
|
|
@@ -7148,7 +7351,7 @@ export default {
|
|
|
7148
7351
|
css: "var(--calcite-typography-regular-minus-1h)",
|
|
7149
7352
|
js: "semantic.typography.default.regular.-1h",
|
|
7150
7353
|
docs: "semantic.typography.default.regular.-1h",
|
|
7151
|
-
es6: "
|
|
7354
|
+
es6: "calciteTypographyRegularMinus1h",
|
|
7152
7355
|
},
|
|
7153
7356
|
"calcite-schema": {
|
|
7154
7357
|
system: "calcite",
|
|
@@ -7162,7 +7365,7 @@ export default {
|
|
|
7162
7365
|
value: "{semantic.typography.default.default}",
|
|
7163
7366
|
type: "typography",
|
|
7164
7367
|
attributes: {
|
|
7165
|
-
category: "
|
|
7368
|
+
category: "typography",
|
|
7166
7369
|
},
|
|
7167
7370
|
key: "{semantic.typography.default.regular.-1h}",
|
|
7168
7371
|
},
|
|
@@ -7194,7 +7397,7 @@ export default {
|
|
|
7194
7397
|
},
|
|
7195
7398
|
},
|
|
7196
7399
|
attributes: {
|
|
7197
|
-
category: "
|
|
7400
|
+
category: "typography",
|
|
7198
7401
|
type: "typography",
|
|
7199
7402
|
item: "default",
|
|
7200
7403
|
subitem: "regular",
|
|
@@ -7204,7 +7407,7 @@ export default {
|
|
|
7204
7407
|
css: "var(--calcite-typography-regular-0h)",
|
|
7205
7408
|
js: "semantic.typography.default.regular.0h",
|
|
7206
7409
|
docs: "semantic.typography.default.regular.0h",
|
|
7207
|
-
es6: "
|
|
7410
|
+
es6: "calciteTypographyRegular0h",
|
|
7208
7411
|
},
|
|
7209
7412
|
"calcite-schema": {
|
|
7210
7413
|
system: "calcite",
|
|
@@ -7224,7 +7427,7 @@ export default {
|
|
|
7224
7427
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7225
7428
|
},
|
|
7226
7429
|
attributes: {
|
|
7227
|
-
category: "
|
|
7430
|
+
category: "typography",
|
|
7228
7431
|
},
|
|
7229
7432
|
key: "{semantic.typography.default.regular.0h}",
|
|
7230
7433
|
},
|
|
@@ -7256,7 +7459,7 @@ export default {
|
|
|
7256
7459
|
},
|
|
7257
7460
|
},
|
|
7258
7461
|
attributes: {
|
|
7259
|
-
category: "
|
|
7462
|
+
category: "typography",
|
|
7260
7463
|
type: "typography",
|
|
7261
7464
|
item: "default",
|
|
7262
7465
|
subitem: "regular",
|
|
@@ -7266,7 +7469,7 @@ export default {
|
|
|
7266
7469
|
css: "var(--calcite-typography-regular-1h)",
|
|
7267
7470
|
js: "semantic.typography.default.regular.1h",
|
|
7268
7471
|
docs: "semantic.typography.default.regular.1h",
|
|
7269
|
-
es6: "
|
|
7472
|
+
es6: "calciteTypographyRegular1h",
|
|
7270
7473
|
},
|
|
7271
7474
|
"calcite-schema": {
|
|
7272
7475
|
system: "calcite",
|
|
@@ -7286,7 +7489,7 @@ export default {
|
|
|
7286
7489
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7287
7490
|
},
|
|
7288
7491
|
attributes: {
|
|
7289
|
-
category: "
|
|
7492
|
+
category: "typography",
|
|
7290
7493
|
},
|
|
7291
7494
|
key: "{semantic.typography.default.regular.1h}",
|
|
7292
7495
|
},
|
|
@@ -7321,7 +7524,7 @@ export default {
|
|
|
7321
7524
|
},
|
|
7322
7525
|
},
|
|
7323
7526
|
attributes: {
|
|
7324
|
-
category: "
|
|
7527
|
+
category: "typography",
|
|
7325
7528
|
type: "typography",
|
|
7326
7529
|
item: "default",
|
|
7327
7530
|
subitem: "medium",
|
|
@@ -7331,7 +7534,7 @@ export default {
|
|
|
7331
7534
|
css: "var(--calcite-typography-medium-minus-3h)",
|
|
7332
7535
|
js: "semantic.typography.default.medium.-3h",
|
|
7333
7536
|
docs: "semantic.typography.default.medium.-3h",
|
|
7334
|
-
es6: "
|
|
7537
|
+
es6: "calciteTypographyMediumMinus3h",
|
|
7335
7538
|
},
|
|
7336
7539
|
"calcite-schema": {
|
|
7337
7540
|
system: "calcite",
|
|
@@ -7352,7 +7555,7 @@ export default {
|
|
|
7352
7555
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7353
7556
|
},
|
|
7354
7557
|
attributes: {
|
|
7355
|
-
category: "
|
|
7558
|
+
category: "typography",
|
|
7356
7559
|
},
|
|
7357
7560
|
key: "{semantic.typography.default.medium.-3h}",
|
|
7358
7561
|
},
|
|
@@ -7384,7 +7587,7 @@ export default {
|
|
|
7384
7587
|
},
|
|
7385
7588
|
},
|
|
7386
7589
|
attributes: {
|
|
7387
|
-
category: "
|
|
7590
|
+
category: "typography",
|
|
7388
7591
|
type: "typography",
|
|
7389
7592
|
item: "default",
|
|
7390
7593
|
subitem: "medium",
|
|
@@ -7394,7 +7597,7 @@ export default {
|
|
|
7394
7597
|
css: "var(--calcite-typography-medium-minus-2h)",
|
|
7395
7598
|
js: "semantic.typography.default.medium.-2h",
|
|
7396
7599
|
docs: "semantic.typography.default.medium.-2h",
|
|
7397
|
-
es6: "
|
|
7600
|
+
es6: "calciteTypographyMediumMinus2h",
|
|
7398
7601
|
},
|
|
7399
7602
|
"calcite-schema": {
|
|
7400
7603
|
system: "calcite",
|
|
@@ -7414,7 +7617,7 @@ export default {
|
|
|
7414
7617
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7415
7618
|
},
|
|
7416
7619
|
attributes: {
|
|
7417
|
-
category: "
|
|
7620
|
+
category: "typography",
|
|
7418
7621
|
},
|
|
7419
7622
|
key: "{semantic.typography.default.medium.-2h}",
|
|
7420
7623
|
},
|
|
@@ -7445,7 +7648,7 @@ export default {
|
|
|
7445
7648
|
},
|
|
7446
7649
|
},
|
|
7447
7650
|
attributes: {
|
|
7448
|
-
category: "
|
|
7651
|
+
category: "typography",
|
|
7449
7652
|
type: "typography",
|
|
7450
7653
|
item: "default",
|
|
7451
7654
|
subitem: "medium",
|
|
@@ -7455,7 +7658,7 @@ export default {
|
|
|
7455
7658
|
css: "var(--calcite-typography-medium-minus-1h)",
|
|
7456
7659
|
js: "semantic.typography.default.medium.-1h",
|
|
7457
7660
|
docs: "semantic.typography.default.medium.-1h",
|
|
7458
|
-
es6: "
|
|
7661
|
+
es6: "calciteTypographyMediumMinus1h",
|
|
7459
7662
|
},
|
|
7460
7663
|
"calcite-schema": {
|
|
7461
7664
|
system: "calcite",
|
|
@@ -7474,7 +7677,7 @@ export default {
|
|
|
7474
7677
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7475
7678
|
},
|
|
7476
7679
|
attributes: {
|
|
7477
|
-
category: "
|
|
7680
|
+
category: "typography",
|
|
7478
7681
|
},
|
|
7479
7682
|
key: "{semantic.typography.default.medium.-1h}",
|
|
7480
7683
|
},
|
|
@@ -7507,7 +7710,7 @@ export default {
|
|
|
7507
7710
|
},
|
|
7508
7711
|
},
|
|
7509
7712
|
attributes: {
|
|
7510
|
-
category: "
|
|
7713
|
+
category: "typography",
|
|
7511
7714
|
type: "typography",
|
|
7512
7715
|
item: "default",
|
|
7513
7716
|
subitem: "medium",
|
|
@@ -7517,7 +7720,7 @@ export default {
|
|
|
7517
7720
|
css: "var(--calcite-typography-medium-0h)",
|
|
7518
7721
|
js: "semantic.typography.default.medium.0h",
|
|
7519
7722
|
docs: "semantic.typography.default.medium.0h",
|
|
7520
|
-
es6: "
|
|
7723
|
+
es6: "calciteTypographyMedium0h",
|
|
7521
7724
|
},
|
|
7522
7725
|
"calcite-schema": {
|
|
7523
7726
|
system: "calcite",
|
|
@@ -7538,7 +7741,7 @@ export default {
|
|
|
7538
7741
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7539
7742
|
},
|
|
7540
7743
|
attributes: {
|
|
7541
|
-
category: "
|
|
7744
|
+
category: "typography",
|
|
7542
7745
|
},
|
|
7543
7746
|
key: "{semantic.typography.default.medium.0h}",
|
|
7544
7747
|
},
|
|
@@ -7571,7 +7774,7 @@ export default {
|
|
|
7571
7774
|
},
|
|
7572
7775
|
},
|
|
7573
7776
|
attributes: {
|
|
7574
|
-
category: "
|
|
7777
|
+
category: "typography",
|
|
7575
7778
|
type: "typography",
|
|
7576
7779
|
item: "default",
|
|
7577
7780
|
subitem: "medium",
|
|
@@ -7581,7 +7784,7 @@ export default {
|
|
|
7581
7784
|
css: "var(--calcite-typography-medium-1h)",
|
|
7582
7785
|
js: "semantic.typography.default.medium.1h",
|
|
7583
7786
|
docs: "semantic.typography.default.medium.1h",
|
|
7584
|
-
es6: "
|
|
7787
|
+
es6: "calciteTypographyMedium1h",
|
|
7585
7788
|
},
|
|
7586
7789
|
"calcite-schema": {
|
|
7587
7790
|
system: "calcite",
|
|
@@ -7602,7 +7805,7 @@ export default {
|
|
|
7602
7805
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7603
7806
|
},
|
|
7604
7807
|
attributes: {
|
|
7605
|
-
category: "
|
|
7808
|
+
category: "typography",
|
|
7606
7809
|
},
|
|
7607
7810
|
key: "{semantic.typography.default.medium.1h}",
|
|
7608
7811
|
},
|
|
@@ -7637,7 +7840,7 @@ export default {
|
|
|
7637
7840
|
},
|
|
7638
7841
|
},
|
|
7639
7842
|
attributes: {
|
|
7640
|
-
category: "
|
|
7843
|
+
category: "typography",
|
|
7641
7844
|
type: "typography",
|
|
7642
7845
|
item: "default",
|
|
7643
7846
|
subitem: "bold",
|
|
@@ -7647,7 +7850,7 @@ export default {
|
|
|
7647
7850
|
css: "var(--calcite-typography-bold-minus-3h)",
|
|
7648
7851
|
js: "semantic.typography.default.bold.-3h",
|
|
7649
7852
|
docs: "semantic.typography.default.bold.-3h",
|
|
7650
|
-
es6: "
|
|
7853
|
+
es6: "calciteTypographyBoldMinus3h",
|
|
7651
7854
|
},
|
|
7652
7855
|
"calcite-schema": {
|
|
7653
7856
|
system: "calcite",
|
|
@@ -7668,7 +7871,7 @@ export default {
|
|
|
7668
7871
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7669
7872
|
},
|
|
7670
7873
|
attributes: {
|
|
7671
|
-
category: "
|
|
7874
|
+
category: "typography",
|
|
7672
7875
|
},
|
|
7673
7876
|
key: "{semantic.typography.default.bold.-3h}",
|
|
7674
7877
|
},
|
|
@@ -7700,7 +7903,7 @@ export default {
|
|
|
7700
7903
|
},
|
|
7701
7904
|
},
|
|
7702
7905
|
attributes: {
|
|
7703
|
-
category: "
|
|
7906
|
+
category: "typography",
|
|
7704
7907
|
type: "typography",
|
|
7705
7908
|
item: "default",
|
|
7706
7909
|
subitem: "bold",
|
|
@@ -7710,7 +7913,7 @@ export default {
|
|
|
7710
7913
|
css: "var(--calcite-typography-bold-minus-2h)",
|
|
7711
7914
|
js: "semantic.typography.default.bold.-2h",
|
|
7712
7915
|
docs: "semantic.typography.default.bold.-2h",
|
|
7713
|
-
es6: "
|
|
7916
|
+
es6: "calciteTypographyBoldMinus2h",
|
|
7714
7917
|
},
|
|
7715
7918
|
"calcite-schema": {
|
|
7716
7919
|
system: "calcite",
|
|
@@ -7730,7 +7933,7 @@ export default {
|
|
|
7730
7933
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7731
7934
|
},
|
|
7732
7935
|
attributes: {
|
|
7733
|
-
category: "
|
|
7936
|
+
category: "typography",
|
|
7734
7937
|
},
|
|
7735
7938
|
key: "{semantic.typography.default.bold.-2h}",
|
|
7736
7939
|
},
|
|
@@ -7761,7 +7964,7 @@ export default {
|
|
|
7761
7964
|
},
|
|
7762
7965
|
},
|
|
7763
7966
|
attributes: {
|
|
7764
|
-
category: "
|
|
7967
|
+
category: "typography",
|
|
7765
7968
|
type: "typography",
|
|
7766
7969
|
item: "default",
|
|
7767
7970
|
subitem: "bold",
|
|
@@ -7771,7 +7974,7 @@ export default {
|
|
|
7771
7974
|
css: "var(--calcite-typography-bold-minus-1h)",
|
|
7772
7975
|
js: "semantic.typography.default.bold.-1h",
|
|
7773
7976
|
docs: "semantic.typography.default.bold.-1h",
|
|
7774
|
-
es6: "
|
|
7977
|
+
es6: "calciteTypographyBoldMinus1h",
|
|
7775
7978
|
},
|
|
7776
7979
|
"calcite-schema": {
|
|
7777
7980
|
system: "calcite",
|
|
@@ -7790,7 +7993,7 @@ export default {
|
|
|
7790
7993
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7791
7994
|
},
|
|
7792
7995
|
attributes: {
|
|
7793
|
-
category: "
|
|
7996
|
+
category: "typography",
|
|
7794
7997
|
},
|
|
7795
7998
|
key: "{semantic.typography.default.bold.-1h}",
|
|
7796
7999
|
},
|
|
@@ -7823,7 +8026,7 @@ export default {
|
|
|
7823
8026
|
},
|
|
7824
8027
|
},
|
|
7825
8028
|
attributes: {
|
|
7826
|
-
category: "
|
|
8029
|
+
category: "typography",
|
|
7827
8030
|
type: "typography",
|
|
7828
8031
|
item: "default",
|
|
7829
8032
|
subitem: "bold",
|
|
@@ -7833,7 +8036,7 @@ export default {
|
|
|
7833
8036
|
css: "var(--calcite-typography-bold-0h)",
|
|
7834
8037
|
js: "semantic.typography.default.bold.0h",
|
|
7835
8038
|
docs: "semantic.typography.default.bold.0h",
|
|
7836
|
-
es6: "
|
|
8039
|
+
es6: "calciteTypographyBold0h",
|
|
7837
8040
|
},
|
|
7838
8041
|
"calcite-schema": {
|
|
7839
8042
|
system: "calcite",
|
|
@@ -7854,7 +8057,7 @@ export default {
|
|
|
7854
8057
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7855
8058
|
},
|
|
7856
8059
|
attributes: {
|
|
7857
|
-
category: "
|
|
8060
|
+
category: "typography",
|
|
7858
8061
|
},
|
|
7859
8062
|
key: "{semantic.typography.default.bold.0h}",
|
|
7860
8063
|
},
|
|
@@ -7887,7 +8090,7 @@ export default {
|
|
|
7887
8090
|
},
|
|
7888
8091
|
},
|
|
7889
8092
|
attributes: {
|
|
7890
|
-
category: "
|
|
8093
|
+
category: "typography",
|
|
7891
8094
|
type: "typography",
|
|
7892
8095
|
item: "default",
|
|
7893
8096
|
subitem: "bold",
|
|
@@ -7897,7 +8100,7 @@ export default {
|
|
|
7897
8100
|
css: "var(--calcite-typography-bold-1h)",
|
|
7898
8101
|
js: "semantic.typography.default.bold.1h",
|
|
7899
8102
|
docs: "semantic.typography.default.bold.1h",
|
|
7900
|
-
es6: "
|
|
8103
|
+
es6: "calciteTypographyBold1h",
|
|
7901
8104
|
},
|
|
7902
8105
|
"calcite-schema": {
|
|
7903
8106
|
system: "calcite",
|
|
@@ -7918,7 +8121,7 @@ export default {
|
|
|
7918
8121
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7919
8122
|
},
|
|
7920
8123
|
attributes: {
|
|
7921
|
-
category: "
|
|
8124
|
+
category: "typography",
|
|
7922
8125
|
},
|
|
7923
8126
|
key: "{semantic.typography.default.bold.1h}",
|
|
7924
8127
|
},
|
|
@@ -7955,7 +8158,7 @@ export default {
|
|
|
7955
8158
|
},
|
|
7956
8159
|
},
|
|
7957
8160
|
attributes: {
|
|
7958
|
-
category: "
|
|
8161
|
+
category: "typography",
|
|
7959
8162
|
type: "typography",
|
|
7960
8163
|
item: "wrap",
|
|
7961
8164
|
subitem: "light",
|
|
@@ -7986,7 +8189,7 @@ export default {
|
|
|
7986
8189
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7987
8190
|
},
|
|
7988
8191
|
attributes: {
|
|
7989
|
-
category: "
|
|
8192
|
+
category: "typography",
|
|
7990
8193
|
},
|
|
7991
8194
|
key: "{semantic.typography.wrap.light.0}",
|
|
7992
8195
|
},
|
|
@@ -8019,7 +8222,7 @@ export default {
|
|
|
8019
8222
|
},
|
|
8020
8223
|
},
|
|
8021
8224
|
attributes: {
|
|
8022
|
-
category: "
|
|
8225
|
+
category: "typography",
|
|
8023
8226
|
type: "typography",
|
|
8024
8227
|
item: "wrap",
|
|
8025
8228
|
subitem: "light",
|
|
@@ -8050,7 +8253,7 @@ export default {
|
|
|
8050
8253
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8051
8254
|
},
|
|
8052
8255
|
attributes: {
|
|
8053
|
-
category: "
|
|
8256
|
+
category: "typography",
|
|
8054
8257
|
},
|
|
8055
8258
|
key: "{semantic.typography.wrap.light.1}",
|
|
8056
8259
|
},
|
|
@@ -8083,7 +8286,7 @@ export default {
|
|
|
8083
8286
|
},
|
|
8084
8287
|
},
|
|
8085
8288
|
attributes: {
|
|
8086
|
-
category: "
|
|
8289
|
+
category: "typography",
|
|
8087
8290
|
type: "typography",
|
|
8088
8291
|
item: "wrap",
|
|
8089
8292
|
subitem: "light",
|
|
@@ -8114,7 +8317,7 @@ export default {
|
|
|
8114
8317
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8115
8318
|
},
|
|
8116
8319
|
attributes: {
|
|
8117
|
-
category: "
|
|
8320
|
+
category: "typography",
|
|
8118
8321
|
},
|
|
8119
8322
|
key: "{semantic.typography.wrap.light.2}",
|
|
8120
8323
|
},
|
|
@@ -8147,7 +8350,7 @@ export default {
|
|
|
8147
8350
|
},
|
|
8148
8351
|
},
|
|
8149
8352
|
attributes: {
|
|
8150
|
-
category: "
|
|
8353
|
+
category: "typography",
|
|
8151
8354
|
type: "typography",
|
|
8152
8355
|
item: "wrap",
|
|
8153
8356
|
subitem: "light",
|
|
@@ -8178,7 +8381,7 @@ export default {
|
|
|
8178
8381
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8179
8382
|
},
|
|
8180
8383
|
attributes: {
|
|
8181
|
-
category: "
|
|
8384
|
+
category: "typography",
|
|
8182
8385
|
},
|
|
8183
8386
|
key: "{semantic.typography.wrap.light.3}",
|
|
8184
8387
|
},
|
|
@@ -8211,7 +8414,7 @@ export default {
|
|
|
8211
8414
|
},
|
|
8212
8415
|
},
|
|
8213
8416
|
attributes: {
|
|
8214
|
-
category: "
|
|
8417
|
+
category: "typography",
|
|
8215
8418
|
type: "typography",
|
|
8216
8419
|
item: "wrap",
|
|
8217
8420
|
subitem: "light",
|
|
@@ -8242,7 +8445,7 @@ export default {
|
|
|
8242
8445
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8243
8446
|
},
|
|
8244
8447
|
attributes: {
|
|
8245
|
-
category: "
|
|
8448
|
+
category: "typography",
|
|
8246
8449
|
},
|
|
8247
8450
|
key: "{semantic.typography.wrap.light.-2}",
|
|
8248
8451
|
},
|
|
@@ -8274,7 +8477,7 @@ export default {
|
|
|
8274
8477
|
},
|
|
8275
8478
|
},
|
|
8276
8479
|
attributes: {
|
|
8277
|
-
category: "
|
|
8480
|
+
category: "typography",
|
|
8278
8481
|
type: "typography",
|
|
8279
8482
|
item: "wrap",
|
|
8280
8483
|
subitem: "light",
|
|
@@ -8304,7 +8507,7 @@ export default {
|
|
|
8304
8507
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8305
8508
|
},
|
|
8306
8509
|
attributes: {
|
|
8307
|
-
category: "
|
|
8510
|
+
category: "typography",
|
|
8308
8511
|
},
|
|
8309
8512
|
key: "{semantic.typography.wrap.light.-1}",
|
|
8310
8513
|
},
|
|
@@ -8338,7 +8541,7 @@ export default {
|
|
|
8338
8541
|
},
|
|
8339
8542
|
},
|
|
8340
8543
|
attributes: {
|
|
8341
|
-
category: "
|
|
8544
|
+
category: "typography",
|
|
8342
8545
|
type: "typography",
|
|
8343
8546
|
item: "wrap",
|
|
8344
8547
|
subitem: "regular",
|
|
@@ -8368,7 +8571,7 @@ export default {
|
|
|
8368
8571
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8369
8572
|
},
|
|
8370
8573
|
attributes: {
|
|
8371
|
-
category: "
|
|
8574
|
+
category: "typography",
|
|
8372
8575
|
},
|
|
8373
8576
|
key: "{semantic.typography.wrap.regular.0}",
|
|
8374
8577
|
},
|
|
@@ -8400,7 +8603,7 @@ export default {
|
|
|
8400
8603
|
},
|
|
8401
8604
|
},
|
|
8402
8605
|
attributes: {
|
|
8403
|
-
category: "
|
|
8606
|
+
category: "typography",
|
|
8404
8607
|
type: "typography",
|
|
8405
8608
|
item: "wrap",
|
|
8406
8609
|
subitem: "regular",
|
|
@@ -8430,7 +8633,7 @@ export default {
|
|
|
8430
8633
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8431
8634
|
},
|
|
8432
8635
|
attributes: {
|
|
8433
|
-
category: "
|
|
8636
|
+
category: "typography",
|
|
8434
8637
|
},
|
|
8435
8638
|
key: "{semantic.typography.wrap.regular.1}",
|
|
8436
8639
|
},
|
|
@@ -8462,7 +8665,7 @@ export default {
|
|
|
8462
8665
|
},
|
|
8463
8666
|
},
|
|
8464
8667
|
attributes: {
|
|
8465
|
-
category: "
|
|
8668
|
+
category: "typography",
|
|
8466
8669
|
type: "typography",
|
|
8467
8670
|
item: "wrap",
|
|
8468
8671
|
subitem: "regular",
|
|
@@ -8492,7 +8695,7 @@ export default {
|
|
|
8492
8695
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8493
8696
|
},
|
|
8494
8697
|
attributes: {
|
|
8495
|
-
category: "
|
|
8698
|
+
category: "typography",
|
|
8496
8699
|
},
|
|
8497
8700
|
key: "{semantic.typography.wrap.regular.2}",
|
|
8498
8701
|
},
|
|
@@ -8524,7 +8727,7 @@ export default {
|
|
|
8524
8727
|
},
|
|
8525
8728
|
},
|
|
8526
8729
|
attributes: {
|
|
8527
|
-
category: "
|
|
8730
|
+
category: "typography",
|
|
8528
8731
|
type: "typography",
|
|
8529
8732
|
item: "wrap",
|
|
8530
8733
|
subitem: "regular",
|
|
@@ -8554,7 +8757,7 @@ export default {
|
|
|
8554
8757
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8555
8758
|
},
|
|
8556
8759
|
attributes: {
|
|
8557
|
-
category: "
|
|
8760
|
+
category: "typography",
|
|
8558
8761
|
},
|
|
8559
8762
|
key: "{semantic.typography.wrap.regular.3}",
|
|
8560
8763
|
},
|
|
@@ -8586,7 +8789,7 @@ export default {
|
|
|
8586
8789
|
},
|
|
8587
8790
|
},
|
|
8588
8791
|
attributes: {
|
|
8589
|
-
category: "
|
|
8792
|
+
category: "typography",
|
|
8590
8793
|
type: "typography",
|
|
8591
8794
|
item: "wrap",
|
|
8592
8795
|
subitem: "regular",
|
|
@@ -8616,7 +8819,7 @@ export default {
|
|
|
8616
8819
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8617
8820
|
},
|
|
8618
8821
|
attributes: {
|
|
8619
|
-
category: "
|
|
8822
|
+
category: "typography",
|
|
8620
8823
|
},
|
|
8621
8824
|
key: "{semantic.typography.wrap.regular.-2}",
|
|
8622
8825
|
},
|
|
@@ -8647,7 +8850,7 @@ export default {
|
|
|
8647
8850
|
},
|
|
8648
8851
|
},
|
|
8649
8852
|
attributes: {
|
|
8650
|
-
category: "
|
|
8853
|
+
category: "typography",
|
|
8651
8854
|
type: "typography",
|
|
8652
8855
|
item: "wrap",
|
|
8653
8856
|
subitem: "regular",
|
|
@@ -8676,7 +8879,7 @@ export default {
|
|
|
8676
8879
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8677
8880
|
},
|
|
8678
8881
|
attributes: {
|
|
8679
|
-
category: "
|
|
8882
|
+
category: "typography",
|
|
8680
8883
|
},
|
|
8681
8884
|
key: "{semantic.typography.wrap.regular.-1}",
|
|
8682
8885
|
},
|
|
@@ -8711,7 +8914,7 @@ export default {
|
|
|
8711
8914
|
},
|
|
8712
8915
|
},
|
|
8713
8916
|
attributes: {
|
|
8714
|
-
category: "
|
|
8917
|
+
category: "typography",
|
|
8715
8918
|
type: "typography",
|
|
8716
8919
|
item: "wrap",
|
|
8717
8920
|
subitem: "medium",
|
|
@@ -8742,7 +8945,7 @@ export default {
|
|
|
8742
8945
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8743
8946
|
},
|
|
8744
8947
|
attributes: {
|
|
8745
|
-
category: "
|
|
8948
|
+
category: "typography",
|
|
8746
8949
|
},
|
|
8747
8950
|
key: "{semantic.typography.wrap.medium.0}",
|
|
8748
8951
|
},
|
|
@@ -8775,7 +8978,7 @@ export default {
|
|
|
8775
8978
|
},
|
|
8776
8979
|
},
|
|
8777
8980
|
attributes: {
|
|
8778
|
-
category: "
|
|
8981
|
+
category: "typography",
|
|
8779
8982
|
type: "typography",
|
|
8780
8983
|
item: "wrap",
|
|
8781
8984
|
subitem: "medium",
|
|
@@ -8806,7 +9009,7 @@ export default {
|
|
|
8806
9009
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8807
9010
|
},
|
|
8808
9011
|
attributes: {
|
|
8809
|
-
category: "
|
|
9012
|
+
category: "typography",
|
|
8810
9013
|
},
|
|
8811
9014
|
key: "{semantic.typography.wrap.medium.1}",
|
|
8812
9015
|
},
|
|
@@ -8839,7 +9042,7 @@ export default {
|
|
|
8839
9042
|
},
|
|
8840
9043
|
},
|
|
8841
9044
|
attributes: {
|
|
8842
|
-
category: "
|
|
9045
|
+
category: "typography",
|
|
8843
9046
|
type: "typography",
|
|
8844
9047
|
item: "wrap",
|
|
8845
9048
|
subitem: "medium",
|
|
@@ -8870,7 +9073,7 @@ export default {
|
|
|
8870
9073
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8871
9074
|
},
|
|
8872
9075
|
attributes: {
|
|
8873
|
-
category: "
|
|
9076
|
+
category: "typography",
|
|
8874
9077
|
},
|
|
8875
9078
|
key: "{semantic.typography.wrap.medium.2}",
|
|
8876
9079
|
},
|
|
@@ -8903,7 +9106,7 @@ export default {
|
|
|
8903
9106
|
},
|
|
8904
9107
|
},
|
|
8905
9108
|
attributes: {
|
|
8906
|
-
category: "
|
|
9109
|
+
category: "typography",
|
|
8907
9110
|
type: "typography",
|
|
8908
9111
|
item: "wrap",
|
|
8909
9112
|
subitem: "medium",
|
|
@@ -8934,7 +9137,7 @@ export default {
|
|
|
8934
9137
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8935
9138
|
},
|
|
8936
9139
|
attributes: {
|
|
8937
|
-
category: "
|
|
9140
|
+
category: "typography",
|
|
8938
9141
|
},
|
|
8939
9142
|
key: "{semantic.typography.wrap.medium.3}",
|
|
8940
9143
|
},
|
|
@@ -8967,7 +9170,7 @@ export default {
|
|
|
8967
9170
|
},
|
|
8968
9171
|
},
|
|
8969
9172
|
attributes: {
|
|
8970
|
-
category: "
|
|
9173
|
+
category: "typography",
|
|
8971
9174
|
type: "typography",
|
|
8972
9175
|
item: "wrap",
|
|
8973
9176
|
subitem: "medium",
|
|
@@ -8998,7 +9201,7 @@ export default {
|
|
|
8998
9201
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8999
9202
|
},
|
|
9000
9203
|
attributes: {
|
|
9001
|
-
category: "
|
|
9204
|
+
category: "typography",
|
|
9002
9205
|
},
|
|
9003
9206
|
key: "{semantic.typography.wrap.medium.-2}",
|
|
9004
9207
|
},
|
|
@@ -9030,7 +9233,7 @@ export default {
|
|
|
9030
9233
|
},
|
|
9031
9234
|
},
|
|
9032
9235
|
attributes: {
|
|
9033
|
-
category: "
|
|
9236
|
+
category: "typography",
|
|
9034
9237
|
type: "typography",
|
|
9035
9238
|
item: "wrap",
|
|
9036
9239
|
subitem: "medium",
|
|
@@ -9060,7 +9263,7 @@ export default {
|
|
|
9060
9263
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9061
9264
|
},
|
|
9062
9265
|
attributes: {
|
|
9063
|
-
category: "
|
|
9266
|
+
category: "typography",
|
|
9064
9267
|
},
|
|
9065
9268
|
key: "{semantic.typography.wrap.medium.-1}",
|
|
9066
9269
|
},
|
|
@@ -9095,7 +9298,7 @@ export default {
|
|
|
9095
9298
|
},
|
|
9096
9299
|
},
|
|
9097
9300
|
attributes: {
|
|
9098
|
-
category: "
|
|
9301
|
+
category: "typography",
|
|
9099
9302
|
type: "typography",
|
|
9100
9303
|
item: "wrap",
|
|
9101
9304
|
subitem: "bold",
|
|
@@ -9126,7 +9329,7 @@ export default {
|
|
|
9126
9329
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9127
9330
|
},
|
|
9128
9331
|
attributes: {
|
|
9129
|
-
category: "
|
|
9332
|
+
category: "typography",
|
|
9130
9333
|
},
|
|
9131
9334
|
key: "{semantic.typography.wrap.bold.0}",
|
|
9132
9335
|
},
|
|
@@ -9159,7 +9362,7 @@ export default {
|
|
|
9159
9362
|
},
|
|
9160
9363
|
},
|
|
9161
9364
|
attributes: {
|
|
9162
|
-
category: "
|
|
9365
|
+
category: "typography",
|
|
9163
9366
|
type: "typography",
|
|
9164
9367
|
item: "wrap",
|
|
9165
9368
|
subitem: "bold",
|
|
@@ -9190,7 +9393,7 @@ export default {
|
|
|
9190
9393
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9191
9394
|
},
|
|
9192
9395
|
attributes: {
|
|
9193
|
-
category: "
|
|
9396
|
+
category: "typography",
|
|
9194
9397
|
},
|
|
9195
9398
|
key: "{semantic.typography.wrap.bold.1}",
|
|
9196
9399
|
},
|
|
@@ -9223,7 +9426,7 @@ export default {
|
|
|
9223
9426
|
},
|
|
9224
9427
|
},
|
|
9225
9428
|
attributes: {
|
|
9226
|
-
category: "
|
|
9429
|
+
category: "typography",
|
|
9227
9430
|
type: "typography",
|
|
9228
9431
|
item: "wrap",
|
|
9229
9432
|
subitem: "bold",
|
|
@@ -9254,7 +9457,7 @@ export default {
|
|
|
9254
9457
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9255
9458
|
},
|
|
9256
9459
|
attributes: {
|
|
9257
|
-
category: "
|
|
9460
|
+
category: "typography",
|
|
9258
9461
|
},
|
|
9259
9462
|
key: "{semantic.typography.wrap.bold.2}",
|
|
9260
9463
|
},
|
|
@@ -9287,7 +9490,7 @@ export default {
|
|
|
9287
9490
|
},
|
|
9288
9491
|
},
|
|
9289
9492
|
attributes: {
|
|
9290
|
-
category: "
|
|
9493
|
+
category: "typography",
|
|
9291
9494
|
type: "typography",
|
|
9292
9495
|
item: "wrap",
|
|
9293
9496
|
subitem: "bold",
|
|
@@ -9318,7 +9521,7 @@ export default {
|
|
|
9318
9521
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9319
9522
|
},
|
|
9320
9523
|
attributes: {
|
|
9321
|
-
category: "
|
|
9524
|
+
category: "typography",
|
|
9322
9525
|
},
|
|
9323
9526
|
key: "{semantic.typography.wrap.bold.3}",
|
|
9324
9527
|
},
|
|
@@ -9351,7 +9554,7 @@ export default {
|
|
|
9351
9554
|
},
|
|
9352
9555
|
},
|
|
9353
9556
|
attributes: {
|
|
9354
|
-
category: "
|
|
9557
|
+
category: "typography",
|
|
9355
9558
|
type: "typography",
|
|
9356
9559
|
item: "wrap",
|
|
9357
9560
|
subitem: "bold",
|
|
@@ -9382,7 +9585,7 @@ export default {
|
|
|
9382
9585
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9383
9586
|
},
|
|
9384
9587
|
attributes: {
|
|
9385
|
-
category: "
|
|
9588
|
+
category: "typography",
|
|
9386
9589
|
},
|
|
9387
9590
|
key: "{semantic.typography.wrap.bold.-2}",
|
|
9388
9591
|
},
|
|
@@ -9414,7 +9617,7 @@ export default {
|
|
|
9414
9617
|
},
|
|
9415
9618
|
},
|
|
9416
9619
|
attributes: {
|
|
9417
|
-
category: "
|
|
9620
|
+
category: "typography",
|
|
9418
9621
|
type: "typography",
|
|
9419
9622
|
item: "wrap",
|
|
9420
9623
|
subitem: "bold",
|
|
@@ -9444,7 +9647,7 @@ export default {
|
|
|
9444
9647
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9445
9648
|
},
|
|
9446
9649
|
attributes: {
|
|
9447
|
-
category: "
|
|
9650
|
+
category: "typography",
|
|
9448
9651
|
},
|
|
9449
9652
|
key: "{semantic.typography.wrap.bold.-1}",
|
|
9450
9653
|
},
|
|
@@ -9464,7 +9667,7 @@ export default {
|
|
|
9464
9667
|
},
|
|
9465
9668
|
type: "typography",
|
|
9466
9669
|
attributes: {
|
|
9467
|
-
category: "
|
|
9670
|
+
category: "typography",
|
|
9468
9671
|
type: "typography",
|
|
9469
9672
|
item: "hierarchy",
|
|
9470
9673
|
subitem: "display",
|
|
@@ -9488,7 +9691,7 @@ export default {
|
|
|
9488
9691
|
value: "{semantic.typography.wrap.bold.3}",
|
|
9489
9692
|
type: "typography",
|
|
9490
9693
|
attributes: {
|
|
9491
|
-
category: "
|
|
9694
|
+
category: "typography",
|
|
9492
9695
|
},
|
|
9493
9696
|
key: "{semantic.typography.hierarchy.display.1}",
|
|
9494
9697
|
},
|
|
@@ -9504,7 +9707,7 @@ export default {
|
|
|
9504
9707
|
},
|
|
9505
9708
|
type: "typography",
|
|
9506
9709
|
attributes: {
|
|
9507
|
-
category: "
|
|
9710
|
+
category: "typography",
|
|
9508
9711
|
type: "typography",
|
|
9509
9712
|
item: "hierarchy",
|
|
9510
9713
|
subitem: "display",
|
|
@@ -9528,7 +9731,7 @@ export default {
|
|
|
9528
9731
|
value: "{semantic.typography.wrap.bold.2}",
|
|
9529
9732
|
type: "typography",
|
|
9530
9733
|
attributes: {
|
|
9531
|
-
category: "
|
|
9734
|
+
category: "typography",
|
|
9532
9735
|
},
|
|
9533
9736
|
key: "{semantic.typography.hierarchy.display.2}",
|
|
9534
9737
|
},
|
|
@@ -9546,7 +9749,7 @@ export default {
|
|
|
9546
9749
|
},
|
|
9547
9750
|
type: "typography",
|
|
9548
9751
|
attributes: {
|
|
9549
|
-
category: "
|
|
9752
|
+
category: "typography",
|
|
9550
9753
|
type: "typography",
|
|
9551
9754
|
item: "hierarchy",
|
|
9552
9755
|
subitem: "heading",
|
|
@@ -9570,7 +9773,7 @@ export default {
|
|
|
9570
9773
|
value: "{semantic.typography.wrap.medium.3}",
|
|
9571
9774
|
type: "typography",
|
|
9572
9775
|
attributes: {
|
|
9573
|
-
category: "
|
|
9776
|
+
category: "typography",
|
|
9574
9777
|
},
|
|
9575
9778
|
key: "{semantic.typography.hierarchy.heading.1}",
|
|
9576
9779
|
},
|
|
@@ -9586,7 +9789,7 @@ export default {
|
|
|
9586
9789
|
},
|
|
9587
9790
|
type: "typography",
|
|
9588
9791
|
attributes: {
|
|
9589
|
-
category: "
|
|
9792
|
+
category: "typography",
|
|
9590
9793
|
type: "typography",
|
|
9591
9794
|
item: "hierarchy",
|
|
9592
9795
|
subitem: "heading",
|
|
@@ -9610,7 +9813,7 @@ export default {
|
|
|
9610
9813
|
value: "{semantic.typography.wrap.medium.2}",
|
|
9611
9814
|
type: "typography",
|
|
9612
9815
|
attributes: {
|
|
9613
|
-
category: "
|
|
9816
|
+
category: "typography",
|
|
9614
9817
|
},
|
|
9615
9818
|
key: "{semantic.typography.hierarchy.heading.2}",
|
|
9616
9819
|
},
|
|
@@ -9626,7 +9829,7 @@ export default {
|
|
|
9626
9829
|
},
|
|
9627
9830
|
type: "typography",
|
|
9628
9831
|
attributes: {
|
|
9629
|
-
category: "
|
|
9832
|
+
category: "typography",
|
|
9630
9833
|
type: "typography",
|
|
9631
9834
|
item: "hierarchy",
|
|
9632
9835
|
subitem: "heading",
|
|
@@ -9650,7 +9853,7 @@ export default {
|
|
|
9650
9853
|
value: "{semantic.typography.wrap.medium.1}",
|
|
9651
9854
|
type: "typography",
|
|
9652
9855
|
attributes: {
|
|
9653
|
-
category: "
|
|
9856
|
+
category: "typography",
|
|
9654
9857
|
},
|
|
9655
9858
|
key: "{semantic.typography.hierarchy.heading.3}",
|
|
9656
9859
|
},
|
|
@@ -9666,7 +9869,7 @@ export default {
|
|
|
9666
9869
|
},
|
|
9667
9870
|
type: "typography",
|
|
9668
9871
|
attributes: {
|
|
9669
|
-
category: "
|
|
9872
|
+
category: "typography",
|
|
9670
9873
|
type: "typography",
|
|
9671
9874
|
item: "hierarchy",
|
|
9672
9875
|
subitem: "heading",
|
|
@@ -9690,7 +9893,7 @@ export default {
|
|
|
9690
9893
|
value: "{semantic.typography.wrap.medium.0}",
|
|
9691
9894
|
type: "typography",
|
|
9692
9895
|
attributes: {
|
|
9693
|
-
category: "
|
|
9896
|
+
category: "typography",
|
|
9694
9897
|
},
|
|
9695
9898
|
key: "{semantic.typography.hierarchy.heading.4}",
|
|
9696
9899
|
},
|
|
@@ -9705,7 +9908,7 @@ export default {
|
|
|
9705
9908
|
},
|
|
9706
9909
|
type: "typography",
|
|
9707
9910
|
attributes: {
|
|
9708
|
-
category: "
|
|
9911
|
+
category: "typography",
|
|
9709
9912
|
type: "typography",
|
|
9710
9913
|
item: "hierarchy",
|
|
9711
9914
|
subitem: "heading",
|
|
@@ -9729,7 +9932,7 @@ export default {
|
|
|
9729
9932
|
value: "{semantic.typography.wrap.medium.-1}",
|
|
9730
9933
|
type: "typography",
|
|
9731
9934
|
attributes: {
|
|
9732
|
-
category: "
|
|
9935
|
+
category: "typography",
|
|
9733
9936
|
},
|
|
9734
9937
|
key: "{semantic.typography.hierarchy.heading.5}",
|
|
9735
9938
|
},
|
|
@@ -9745,7 +9948,7 @@ export default {
|
|
|
9745
9948
|
},
|
|
9746
9949
|
type: "typography",
|
|
9747
9950
|
attributes: {
|
|
9748
|
-
category: "
|
|
9951
|
+
category: "typography",
|
|
9749
9952
|
type: "typography",
|
|
9750
9953
|
item: "hierarchy",
|
|
9751
9954
|
subitem: "body",
|
|
@@ -9769,7 +9972,7 @@ export default {
|
|
|
9769
9972
|
value: "{semantic.typography.wrap.regular.-1}",
|
|
9770
9973
|
type: "typography",
|
|
9771
9974
|
attributes: {
|
|
9772
|
-
category: "
|
|
9975
|
+
category: "typography",
|
|
9773
9976
|
},
|
|
9774
9977
|
key: "{semantic.typography.hierarchy.body.snug}",
|
|
9775
9978
|
},
|
|
@@ -9795,7 +9998,7 @@ export default {
|
|
|
9795
9998
|
},
|
|
9796
9999
|
type: "typography",
|
|
9797
10000
|
attributes: {
|
|
9798
|
-
category: "
|
|
10001
|
+
category: "typography",
|
|
9799
10002
|
type: "typography",
|
|
9800
10003
|
item: "hierarchy",
|
|
9801
10004
|
subitem: "body",
|
|
@@ -9819,7 +10022,7 @@ export default {
|
|
|
9819
10022
|
value: "{semantic.typography.default.default}",
|
|
9820
10023
|
type: "typography",
|
|
9821
10024
|
attributes: {
|
|
9822
|
-
category: "
|
|
10025
|
+
category: "typography",
|
|
9823
10026
|
},
|
|
9824
10027
|
key: "{semantic.typography.hierarchy.body.default}",
|
|
9825
10028
|
},
|
|
@@ -9836,7 +10039,7 @@ export default {
|
|
|
9836
10039
|
},
|
|
9837
10040
|
type: "typography",
|
|
9838
10041
|
attributes: {
|
|
9839
|
-
category: "
|
|
10042
|
+
category: "typography",
|
|
9840
10043
|
type: "typography",
|
|
9841
10044
|
item: "hierarchy",
|
|
9842
10045
|
subitem: "overline",
|
|
@@ -9863,7 +10066,7 @@ export default {
|
|
|
9863
10066
|
},
|
|
9864
10067
|
type: "typography",
|
|
9865
10068
|
attributes: {
|
|
9866
|
-
category: "
|
|
10069
|
+
category: "typography",
|
|
9867
10070
|
},
|
|
9868
10071
|
key: "{semantic.typography.hierarchy.overline}",
|
|
9869
10072
|
},
|
|
@@ -9878,7 +10081,7 @@ export default {
|
|
|
9878
10081
|
},
|
|
9879
10082
|
type: "typography",
|
|
9880
10083
|
attributes: {
|
|
9881
|
-
category: "
|
|
10084
|
+
category: "typography",
|
|
9882
10085
|
type: "typography",
|
|
9883
10086
|
item: "hierarchy",
|
|
9884
10087
|
subitem: "caption",
|
|
@@ -9901,7 +10104,7 @@ export default {
|
|
|
9901
10104
|
value: "{semantic.typography.wrap.regular.-2}",
|
|
9902
10105
|
type: "typography",
|
|
9903
10106
|
attributes: {
|
|
9904
|
-
category: "
|
|
10107
|
+
category: "typography",
|
|
9905
10108
|
},
|
|
9906
10109
|
key: "{semantic.typography.hierarchy.caption}",
|
|
9907
10110
|
},
|