@esri/calcite-design-tokens 3.2.0-next.0 → 3.2.0-next.10
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/component.css +11 -0
- package/dist/css/dark.css +3 -2
- package/dist/css/index.css +10 -10
- package/dist/css/light.css +3 -2
- package/dist/css/semantic.css +0 -22
- package/dist/docs/core.json +464 -1
- package/dist/docs/dark.json +110 -24
- package/dist/docs/global.json +309 -183
- package/dist/docs/light.json +102 -14
- package/dist/docs/semantic.json +132 -572
- package/dist/es6/dark.d.ts +3 -2
- package/dist/es6/dark.js +3 -2
- package/dist/es6/global.d.ts +3 -2
- package/dist/es6/global.js +3 -2
- package/dist/es6/light.d.ts +3 -2
- package/dist/es6/light.js +3 -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 +3 -2
- package/dist/js/dark.js +200 -38
- package/dist/js/global.d.ts +13 -10
- package/dist/js/global.js +669 -424
- package/dist/js/light.d.ts +3 -2
- package/dist/js/light.js +176 -16
- package/dist/js/semantic.d.ts +8 -26
- package/dist/js/semantic.js +358 -934
- package/dist/scss/dark.scss +3 -2
- package/dist/scss/index.scss +4 -4
- package/dist/scss/light.scss +3 -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
|
},
|
|
@@ -1781,6 +1900,50 @@ export default {
|
|
|
1781
1900
|
path: ["semantic", "color", "border", "white"],
|
|
1782
1901
|
},
|
|
1783
1902
|
},
|
|
1903
|
+
focus: {
|
|
1904
|
+
default: {
|
|
1905
|
+
key: "{semantic.color.focus.default}",
|
|
1906
|
+
value: {
|
|
1907
|
+
light: "#007ac2",
|
|
1908
|
+
dark: "#009af2",
|
|
1909
|
+
},
|
|
1910
|
+
type: "color",
|
|
1911
|
+
attributes: {
|
|
1912
|
+
category: "color",
|
|
1913
|
+
group: "focus",
|
|
1914
|
+
scope: "component",
|
|
1915
|
+
type: "color",
|
|
1916
|
+
item: "focus",
|
|
1917
|
+
subitem: "default",
|
|
1918
|
+
names: {
|
|
1919
|
+
scss: "$calcite-color-focus",
|
|
1920
|
+
css: "var(--calcite-color-focus)",
|
|
1921
|
+
js: "semantic.color.focus.default",
|
|
1922
|
+
docs: "semantic.color.focus.default",
|
|
1923
|
+
es6: "calciteColorFocus",
|
|
1924
|
+
},
|
|
1925
|
+
"calcite-schema": {
|
|
1926
|
+
system: "calcite",
|
|
1927
|
+
tier: "color",
|
|
1928
|
+
type: "color",
|
|
1929
|
+
},
|
|
1930
|
+
},
|
|
1931
|
+
filePath: "src/tokens/semantic/color/light.json",
|
|
1932
|
+
isSource: false,
|
|
1933
|
+
original: {
|
|
1934
|
+
value: "{semantic.color.brand.default.default}",
|
|
1935
|
+
type: "color",
|
|
1936
|
+
attributes: {
|
|
1937
|
+
category: "color",
|
|
1938
|
+
group: "focus",
|
|
1939
|
+
scope: "component",
|
|
1940
|
+
},
|
|
1941
|
+
key: "{semantic.color.focus.default}",
|
|
1942
|
+
},
|
|
1943
|
+
name: "Color Focus",
|
|
1944
|
+
path: ["semantic", "color", "focus", "default"],
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1784
1947
|
},
|
|
1785
1948
|
border: {
|
|
1786
1949
|
width: {
|
|
@@ -1790,6 +1953,7 @@ export default {
|
|
|
1790
1953
|
type: "dimension",
|
|
1791
1954
|
attributes: {
|
|
1792
1955
|
category: "border",
|
|
1956
|
+
group: "width",
|
|
1793
1957
|
type: "border",
|
|
1794
1958
|
item: "width",
|
|
1795
1959
|
subitem: "none",
|
|
@@ -1813,6 +1977,7 @@ export default {
|
|
|
1813
1977
|
type: "dimension",
|
|
1814
1978
|
attributes: {
|
|
1815
1979
|
category: "border",
|
|
1980
|
+
group: "width",
|
|
1816
1981
|
},
|
|
1817
1982
|
key: "{semantic.border.width.none}",
|
|
1818
1983
|
},
|
|
@@ -1825,6 +1990,7 @@ export default {
|
|
|
1825
1990
|
type: "dimension",
|
|
1826
1991
|
attributes: {
|
|
1827
1992
|
category: "border",
|
|
1993
|
+
group: "width",
|
|
1828
1994
|
type: "border",
|
|
1829
1995
|
item: "width",
|
|
1830
1996
|
subitem: "sm",
|
|
@@ -1848,6 +2014,7 @@ export default {
|
|
|
1848
2014
|
type: "dimension",
|
|
1849
2015
|
attributes: {
|
|
1850
2016
|
category: "border",
|
|
2017
|
+
group: "width",
|
|
1851
2018
|
},
|
|
1852
2019
|
key: "{semantic.border.width.sm}",
|
|
1853
2020
|
},
|
|
@@ -1860,6 +2027,7 @@ export default {
|
|
|
1860
2027
|
type: "dimension",
|
|
1861
2028
|
attributes: {
|
|
1862
2029
|
category: "border",
|
|
2030
|
+
group: "width",
|
|
1863
2031
|
type: "border",
|
|
1864
2032
|
item: "width",
|
|
1865
2033
|
subitem: "md",
|
|
@@ -1883,6 +2051,7 @@ export default {
|
|
|
1883
2051
|
type: "dimension",
|
|
1884
2052
|
attributes: {
|
|
1885
2053
|
category: "border",
|
|
2054
|
+
group: "width",
|
|
1886
2055
|
},
|
|
1887
2056
|
key: "{semantic.border.width.md}",
|
|
1888
2057
|
},
|
|
@@ -1895,6 +2064,7 @@ export default {
|
|
|
1895
2064
|
type: "dimension",
|
|
1896
2065
|
attributes: {
|
|
1897
2066
|
category: "border",
|
|
2067
|
+
group: "width",
|
|
1898
2068
|
type: "border",
|
|
1899
2069
|
item: "width",
|
|
1900
2070
|
subitem: "lg",
|
|
@@ -1918,6 +2088,7 @@ export default {
|
|
|
1918
2088
|
type: "dimension",
|
|
1919
2089
|
attributes: {
|
|
1920
2090
|
category: "border",
|
|
2091
|
+
group: "width",
|
|
1921
2092
|
},
|
|
1922
2093
|
key: "{semantic.border.width.lg}",
|
|
1923
2094
|
},
|
|
@@ -2748,277 +2919,266 @@ export default {
|
|
|
2748
2919
|
},
|
|
2749
2920
|
},
|
|
2750
2921
|
},
|
|
2751
|
-
corner: {
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
docs: "semantic.corner.radius.default",
|
|
2767
|
-
es6: "calciteCornerRadius",
|
|
2768
|
-
},
|
|
2769
|
-
"calcite-schema": {
|
|
2770
|
-
system: "calcite",
|
|
2771
|
-
tier: "semantic",
|
|
2772
|
-
type: "dimension",
|
|
2773
|
-
},
|
|
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",
|
|
2774
2937
|
},
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
value: "{semantic.corner.radius.none}",
|
|
2938
|
+
"calcite-schema": {
|
|
2939
|
+
system: "calcite",
|
|
2940
|
+
tier: "semantic",
|
|
2779
2941
|
type: "dimension",
|
|
2780
|
-
attributes: {
|
|
2781
|
-
category: "corner",
|
|
2782
|
-
},
|
|
2783
|
-
key: "{semantic.corner.radius.default}",
|
|
2784
2942
|
},
|
|
2785
|
-
name: "Corner Radius",
|
|
2786
|
-
path: ["semantic", "corner", "radius", "default"],
|
|
2787
2943
|
},
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2944
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2945
|
+
isSource: true,
|
|
2946
|
+
original: {
|
|
2947
|
+
value: "{semantic.corner-radius.none}",
|
|
2791
2948
|
type: "dimension",
|
|
2792
2949
|
attributes: {
|
|
2793
|
-
category: "corner",
|
|
2794
|
-
type: "dimension",
|
|
2795
|
-
item: "radius",
|
|
2796
|
-
subitem: "sharp",
|
|
2797
|
-
value: "0",
|
|
2798
|
-
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2799
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2800
|
-
isSource: true,
|
|
2801
|
-
key: "{semantic.corner.radius.sharp}",
|
|
2802
|
-
name: "calcite-semantic-corner-radius-sharp",
|
|
2803
|
-
path: ["semantic", "corner", "radius", "sharp"],
|
|
2804
|
-
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
2805
|
-
names: {
|
|
2806
|
-
scss: "$calcite-corner-radius-sharp",
|
|
2807
|
-
css: "var(--calcite-corner-radius-sharp)",
|
|
2808
|
-
js: "semantic.corner.radius.sharp",
|
|
2809
|
-
docs: "semantic.corner.radius.sharp",
|
|
2810
|
-
es6: "calciteCornerRadiusSharp",
|
|
2811
|
-
},
|
|
2812
|
-
"calcite-schema": {
|
|
2813
|
-
system: "calcite",
|
|
2814
|
-
tier: "semantic",
|
|
2815
|
-
type: "dimension",
|
|
2816
|
-
},
|
|
2950
|
+
category: "corner-radius",
|
|
2817
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",
|
|
2818
2966
|
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2819
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2967
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2820
2968
|
isSource: true,
|
|
2821
|
-
|
|
2822
|
-
|
|
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",
|
|
2823
2983
|
type: "dimension",
|
|
2824
|
-
attributes: {
|
|
2825
|
-
category: "corner",
|
|
2826
|
-
},
|
|
2827
|
-
description: "deprecated, use --calcite-corner-radius-none instead",
|
|
2828
|
-
key: "{semantic.corner.radius.sharp}",
|
|
2829
2984
|
},
|
|
2830
|
-
name: "Corner Radius Sharp",
|
|
2831
|
-
path: ["semantic", "corner", "radius", "sharp"],
|
|
2832
|
-
comment: "deprecated, use --calcite-corner-radius-none instead",
|
|
2833
2985
|
},
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
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}",
|
|
2837
2991
|
type: "dimension",
|
|
2838
2992
|
attributes: {
|
|
2839
|
-
category: "corner",
|
|
2840
|
-
type: "corner",
|
|
2841
|
-
item: "radius",
|
|
2842
|
-
subitem: "none",
|
|
2843
|
-
names: {
|
|
2844
|
-
scss: "$calcite-corner-radius-none",
|
|
2845
|
-
css: "var(--calcite-corner-radius-none)",
|
|
2846
|
-
js: "semantic.corner.radius.none",
|
|
2847
|
-
docs: "semantic.corner.radius.none",
|
|
2848
|
-
es6: "calciteCornerRadiusNone",
|
|
2849
|
-
},
|
|
2850
|
-
"calcite-schema": {
|
|
2851
|
-
system: "calcite",
|
|
2852
|
-
tier: "semantic",
|
|
2853
|
-
type: "dimension",
|
|
2854
|
-
},
|
|
2993
|
+
category: "corner-radius",
|
|
2855
2994
|
},
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
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",
|
|
2860
3020
|
type: "dimension",
|
|
2861
|
-
attributes: {
|
|
2862
|
-
category: "corner",
|
|
2863
|
-
},
|
|
2864
|
-
key: "{semantic.corner.radius.none}",
|
|
2865
3021
|
},
|
|
2866
|
-
name: "Corner Radius None",
|
|
2867
|
-
path: ["semantic", "corner", "radius", "none"],
|
|
2868
3022
|
},
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
3023
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3024
|
+
isSource: true,
|
|
3025
|
+
original: {
|
|
3026
|
+
value: "{core.size.default.none}",
|
|
2872
3027
|
type: "dimension",
|
|
2873
3028
|
attributes: {
|
|
2874
|
-
category: "corner",
|
|
2875
|
-
type: "corner",
|
|
2876
|
-
item: "radius",
|
|
2877
|
-
subitem: "xs",
|
|
2878
|
-
names: {
|
|
2879
|
-
scss: "$calcite-corner-radius-xs",
|
|
2880
|
-
css: "var(--calcite-corner-radius-xs)",
|
|
2881
|
-
js: "semantic.corner.radius.xs",
|
|
2882
|
-
docs: "semantic.corner.radius.xs",
|
|
2883
|
-
es6: "calciteCornerRadiusXs",
|
|
2884
|
-
},
|
|
2885
|
-
"calcite-schema": {
|
|
2886
|
-
system: "calcite",
|
|
2887
|
-
tier: "semantic",
|
|
2888
|
-
type: "dimension",
|
|
2889
|
-
},
|
|
3029
|
+
category: "corner-radius",
|
|
2890
3030
|
},
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
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",
|
|
2895
3054
|
type: "dimension",
|
|
2896
|
-
attributes: {
|
|
2897
|
-
category: "corner",
|
|
2898
|
-
},
|
|
2899
|
-
key: "{semantic.corner.radius.xs}",
|
|
2900
3055
|
},
|
|
2901
|
-
name: "Corner Radius Xs",
|
|
2902
|
-
path: ["semantic", "corner", "radius", "xs"],
|
|
2903
3056
|
},
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
3057
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3058
|
+
isSource: true,
|
|
3059
|
+
original: {
|
|
3060
|
+
value: "{core.size.default.2}",
|
|
2907
3061
|
type: "dimension",
|
|
2908
3062
|
attributes: {
|
|
2909
|
-
category: "corner",
|
|
2910
|
-
type: "corner",
|
|
2911
|
-
item: "radius",
|
|
2912
|
-
subitem: "sm",
|
|
2913
|
-
names: {
|
|
2914
|
-
scss: "$calcite-corner-radius-sm",
|
|
2915
|
-
css: "var(--calcite-corner-radius-sm)",
|
|
2916
|
-
js: "semantic.corner.radius.sm",
|
|
2917
|
-
docs: "semantic.corner.radius.sm",
|
|
2918
|
-
es6: "calciteCornerRadiusSm",
|
|
2919
|
-
},
|
|
2920
|
-
"calcite-schema": {
|
|
2921
|
-
system: "calcite",
|
|
2922
|
-
tier: "semantic",
|
|
2923
|
-
type: "dimension",
|
|
2924
|
-
},
|
|
3063
|
+
category: "corner-radius",
|
|
2925
3064
|
},
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
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",
|
|
2930
3088
|
type: "dimension",
|
|
2931
|
-
attributes: {
|
|
2932
|
-
category: "corner",
|
|
2933
|
-
},
|
|
2934
|
-
key: "{semantic.corner.radius.sm}",
|
|
2935
3089
|
},
|
|
2936
|
-
name: "Corner Radius Sm",
|
|
2937
|
-
path: ["semantic", "corner", "radius", "sm"],
|
|
2938
3090
|
},
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
3091
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
3092
|
+
isSource: true,
|
|
3093
|
+
original: {
|
|
3094
|
+
value: "{core.size.default.4}",
|
|
2942
3095
|
type: "dimension",
|
|
2943
3096
|
attributes: {
|
|
2944
|
-
category: "corner",
|
|
2945
|
-
type: "dimension",
|
|
2946
|
-
item: "radius",
|
|
2947
|
-
subitem: "round",
|
|
2948
|
-
value: "4px",
|
|
2949
|
-
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2950
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
2951
|
-
isSource: true,
|
|
2952
|
-
key: "{semantic.corner.radius.round}",
|
|
2953
|
-
name: "calcite-semantic-corner-radius-round",
|
|
2954
|
-
path: ["semantic", "corner", "radius", "round"],
|
|
2955
|
-
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2956
|
-
names: {
|
|
2957
|
-
scss: "$calcite-corner-radius-round",
|
|
2958
|
-
css: "var(--calcite-corner-radius-round)",
|
|
2959
|
-
js: "semantic.corner.radius.round",
|
|
2960
|
-
docs: "semantic.corner.radius.round",
|
|
2961
|
-
es6: "calciteCornerRadiusRound",
|
|
2962
|
-
},
|
|
2963
|
-
"calcite-schema": {
|
|
2964
|
-
system: "calcite",
|
|
2965
|
-
tier: "semantic",
|
|
2966
|
-
type: "dimension",
|
|
2967
|
-
},
|
|
3097
|
+
category: "corner-radius",
|
|
2968
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",
|
|
2969
3113
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2970
|
-
filePath: "src/tokens/semantic/corner.json",
|
|
3114
|
+
filePath: "src/tokens/semantic/corner-radius.json",
|
|
2971
3115
|
isSource: true,
|
|
2972
|
-
|
|
2973
|
-
|
|
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",
|
|
2974
3130
|
type: "dimension",
|
|
2975
|
-
attributes: {
|
|
2976
|
-
category: "corner",
|
|
2977
|
-
},
|
|
2978
|
-
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2979
|
-
key: "{semantic.corner.radius.round}",
|
|
2980
3131
|
},
|
|
2981
|
-
name: "Corner Radius Round",
|
|
2982
|
-
path: ["semantic", "corner", "radius", "round"],
|
|
2983
|
-
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
2984
3132
|
},
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
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}",
|
|
2988
3138
|
type: "dimension",
|
|
2989
3139
|
attributes: {
|
|
2990
|
-
|
|
2991
|
-
category: "corner",
|
|
2992
|
-
type: "corner",
|
|
2993
|
-
item: "radius",
|
|
2994
|
-
subitem: "pill",
|
|
2995
|
-
names: {
|
|
2996
|
-
scss: "$calcite-corner-radius-pill",
|
|
2997
|
-
css: "var(--calcite-corner-radius-pill)",
|
|
2998
|
-
js: "semantic.corner.radius.pill",
|
|
2999
|
-
docs: "semantic.corner.radius.pill",
|
|
3000
|
-
es6: "calciteCornerRadiusPill",
|
|
3001
|
-
},
|
|
3002
|
-
"calcite-schema": {
|
|
3003
|
-
system: "calcite",
|
|
3004
|
-
tier: "semantic",
|
|
3005
|
-
type: "dimension",
|
|
3006
|
-
},
|
|
3140
|
+
category: "corner-radius",
|
|
3007
3141
|
},
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
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",
|
|
3012
3167
|
type: "dimension",
|
|
3013
|
-
attributes: {
|
|
3014
|
-
element: "",
|
|
3015
|
-
category: "corner",
|
|
3016
|
-
},
|
|
3017
|
-
key: "{semantic.corner.radius.pill}",
|
|
3018
3168
|
},
|
|
3019
|
-
name: "Corner Radius Pill",
|
|
3020
|
-
path: ["semantic", "corner", "radius", "pill"],
|
|
3021
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"],
|
|
3022
3182
|
},
|
|
3023
3183
|
},
|
|
3024
3184
|
font: {
|
|
@@ -3028,8 +3188,8 @@ export default {
|
|
|
3028
3188
|
value: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
3029
3189
|
type: "fontFamily",
|
|
3030
3190
|
attributes: {
|
|
3191
|
+
category: "font",
|
|
3031
3192
|
group: "family",
|
|
3032
|
-
category: "semantic",
|
|
3033
3193
|
type: "fontFamily",
|
|
3034
3194
|
item: "family",
|
|
3035
3195
|
subitem: "default",
|
|
@@ -3062,6 +3222,7 @@ export default {
|
|
|
3062
3222
|
"{core.font.family.avenirNext},{core.font.family.avenir},{core.font.family.helveticaNeue},{core.font.family.sansSerif}",
|
|
3063
3223
|
type: "fontFamily",
|
|
3064
3224
|
attributes: {
|
|
3225
|
+
category: "font",
|
|
3065
3226
|
group: "family",
|
|
3066
3227
|
},
|
|
3067
3228
|
description: "Primary font with fallbacks",
|
|
@@ -3083,6 +3244,7 @@ export default {
|
|
|
3083
3244
|
type: "fontFamily",
|
|
3084
3245
|
attributes: {
|
|
3085
3246
|
category: "font",
|
|
3247
|
+
group: "family",
|
|
3086
3248
|
type: "fontFamily",
|
|
3087
3249
|
item: "family",
|
|
3088
3250
|
subitem: "code",
|
|
@@ -3116,6 +3278,7 @@ export default {
|
|
|
3116
3278
|
type: "fontFamily",
|
|
3117
3279
|
attributes: {
|
|
3118
3280
|
category: "font",
|
|
3281
|
+
group: "family",
|
|
3119
3282
|
},
|
|
3120
3283
|
description: "Font family for code with fallbacks",
|
|
3121
3284
|
key: "{semantic.font.family.code}",
|
|
@@ -3132,6 +3295,7 @@ export default {
|
|
|
3132
3295
|
type: "fontWeight",
|
|
3133
3296
|
attributes: {
|
|
3134
3297
|
category: "font",
|
|
3298
|
+
group: "weight",
|
|
3135
3299
|
type: "fontWeight",
|
|
3136
3300
|
item: "weight",
|
|
3137
3301
|
subitem: "light",
|
|
@@ -3164,6 +3328,7 @@ export default {
|
|
|
3164
3328
|
type: "fontWeight",
|
|
3165
3329
|
attributes: {
|
|
3166
3330
|
category: "font",
|
|
3331
|
+
group: "weight",
|
|
3167
3332
|
},
|
|
3168
3333
|
description: "For Avenir Next World (secondary font family)",
|
|
3169
3334
|
key: "{semantic.font.weight.light}",
|
|
@@ -3181,6 +3346,7 @@ export default {
|
|
|
3181
3346
|
},
|
|
3182
3347
|
attributes: {
|
|
3183
3348
|
category: "font",
|
|
3349
|
+
group: "weight",
|
|
3184
3350
|
type: "fontWeight",
|
|
3185
3351
|
item: "weight",
|
|
3186
3352
|
subitem: "normal",
|
|
@@ -3222,6 +3388,7 @@ export default {
|
|
|
3222
3388
|
},
|
|
3223
3389
|
attributes: {
|
|
3224
3390
|
category: "font",
|
|
3391
|
+
group: "weight",
|
|
3225
3392
|
},
|
|
3226
3393
|
description:
|
|
3227
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"',
|
|
@@ -3238,6 +3405,7 @@ export default {
|
|
|
3238
3405
|
type: "fontWeight",
|
|
3239
3406
|
attributes: {
|
|
3240
3407
|
category: "font",
|
|
3408
|
+
group: "weight",
|
|
3241
3409
|
type: "font",
|
|
3242
3410
|
item: "weight",
|
|
3243
3411
|
subitem: "regular",
|
|
@@ -3261,6 +3429,7 @@ export default {
|
|
|
3261
3429
|
type: "fontWeight",
|
|
3262
3430
|
attributes: {
|
|
3263
3431
|
category: "font",
|
|
3432
|
+
group: "weight",
|
|
3264
3433
|
},
|
|
3265
3434
|
key: "{semantic.font.weight.regular}",
|
|
3266
3435
|
},
|
|
@@ -3273,6 +3442,7 @@ export default {
|
|
|
3273
3442
|
type: "fontWeight",
|
|
3274
3443
|
attributes: {
|
|
3275
3444
|
category: "font",
|
|
3445
|
+
group: "weight",
|
|
3276
3446
|
type: "font",
|
|
3277
3447
|
item: "weight",
|
|
3278
3448
|
subitem: "medium",
|
|
@@ -3296,6 +3466,7 @@ export default {
|
|
|
3296
3466
|
type: "fontWeight",
|
|
3297
3467
|
attributes: {
|
|
3298
3468
|
category: "font",
|
|
3469
|
+
group: "weight",
|
|
3299
3470
|
},
|
|
3300
3471
|
key: "{semantic.font.weight.medium}",
|
|
3301
3472
|
},
|
|
@@ -3308,6 +3479,7 @@ export default {
|
|
|
3308
3479
|
type: "fontWeight",
|
|
3309
3480
|
attributes: {
|
|
3310
3481
|
category: "font",
|
|
3482
|
+
group: "weight",
|
|
3311
3483
|
type: "font",
|
|
3312
3484
|
item: "weight",
|
|
3313
3485
|
subitem: "semibold",
|
|
@@ -3331,6 +3503,7 @@ export default {
|
|
|
3331
3503
|
type: "fontWeight",
|
|
3332
3504
|
attributes: {
|
|
3333
3505
|
category: "font",
|
|
3506
|
+
group: "weight",
|
|
3334
3507
|
},
|
|
3335
3508
|
key: "{semantic.font.weight.semibold}",
|
|
3336
3509
|
},
|
|
@@ -3343,6 +3516,7 @@ export default {
|
|
|
3343
3516
|
type: "fontWeight",
|
|
3344
3517
|
attributes: {
|
|
3345
3518
|
category: "font",
|
|
3519
|
+
group: "weight",
|
|
3346
3520
|
type: "font",
|
|
3347
3521
|
item: "weight",
|
|
3348
3522
|
subitem: "bold",
|
|
@@ -3366,6 +3540,7 @@ export default {
|
|
|
3366
3540
|
type: "fontWeight",
|
|
3367
3541
|
attributes: {
|
|
3368
3542
|
category: "font",
|
|
3543
|
+
group: "weight",
|
|
3369
3544
|
},
|
|
3370
3545
|
key: "{semantic.font.weight.bold}",
|
|
3371
3546
|
},
|
|
@@ -3380,6 +3555,7 @@ export default {
|
|
|
3380
3555
|
type: "fontSize",
|
|
3381
3556
|
attributes: {
|
|
3382
3557
|
category: "font",
|
|
3558
|
+
group: "size",
|
|
3383
3559
|
type: "font",
|
|
3384
3560
|
item: "size",
|
|
3385
3561
|
subitem: "xs",
|
|
@@ -3403,6 +3579,7 @@ export default {
|
|
|
3403
3579
|
type: "fontSize",
|
|
3404
3580
|
attributes: {
|
|
3405
3581
|
category: "font",
|
|
3582
|
+
group: "size",
|
|
3406
3583
|
},
|
|
3407
3584
|
key: "{semantic.font.size.xs}",
|
|
3408
3585
|
},
|
|
@@ -3415,6 +3592,7 @@ export default {
|
|
|
3415
3592
|
type: "fontSize",
|
|
3416
3593
|
attributes: {
|
|
3417
3594
|
category: "font",
|
|
3595
|
+
group: "size",
|
|
3418
3596
|
type: "font",
|
|
3419
3597
|
item: "size",
|
|
3420
3598
|
subitem: "sm",
|
|
@@ -3438,6 +3616,7 @@ export default {
|
|
|
3438
3616
|
type: "fontSize",
|
|
3439
3617
|
attributes: {
|
|
3440
3618
|
category: "font",
|
|
3619
|
+
group: "size",
|
|
3441
3620
|
},
|
|
3442
3621
|
key: "{semantic.font.size.sm}",
|
|
3443
3622
|
},
|
|
@@ -3450,6 +3629,7 @@ export default {
|
|
|
3450
3629
|
type: "fontSize",
|
|
3451
3630
|
attributes: {
|
|
3452
3631
|
category: "font",
|
|
3632
|
+
group: "size",
|
|
3453
3633
|
type: "font",
|
|
3454
3634
|
item: "size",
|
|
3455
3635
|
subitem: "default",
|
|
@@ -3473,6 +3653,7 @@ export default {
|
|
|
3473
3653
|
type: "fontSize",
|
|
3474
3654
|
attributes: {
|
|
3475
3655
|
category: "font",
|
|
3656
|
+
group: "size",
|
|
3476
3657
|
},
|
|
3477
3658
|
key: "{semantic.font.size.default}",
|
|
3478
3659
|
},
|
|
@@ -3485,6 +3666,7 @@ export default {
|
|
|
3485
3666
|
type: "fontSize",
|
|
3486
3667
|
attributes: {
|
|
3487
3668
|
category: "font",
|
|
3669
|
+
group: "size",
|
|
3488
3670
|
type: "font",
|
|
3489
3671
|
item: "size",
|
|
3490
3672
|
subitem: "md",
|
|
@@ -3508,6 +3690,7 @@ export default {
|
|
|
3508
3690
|
type: "fontSize",
|
|
3509
3691
|
attributes: {
|
|
3510
3692
|
category: "font",
|
|
3693
|
+
group: "size",
|
|
3511
3694
|
},
|
|
3512
3695
|
key: "{semantic.font.size.md}",
|
|
3513
3696
|
},
|
|
@@ -3520,6 +3703,7 @@ export default {
|
|
|
3520
3703
|
type: "fontSize",
|
|
3521
3704
|
attributes: {
|
|
3522
3705
|
category: "font",
|
|
3706
|
+
group: "size",
|
|
3523
3707
|
type: "font",
|
|
3524
3708
|
item: "size",
|
|
3525
3709
|
subitem: "lg",
|
|
@@ -3543,6 +3727,7 @@ export default {
|
|
|
3543
3727
|
type: "fontSize",
|
|
3544
3728
|
attributes: {
|
|
3545
3729
|
category: "font",
|
|
3730
|
+
group: "size",
|
|
3546
3731
|
},
|
|
3547
3732
|
key: "{semantic.font.size.lg}",
|
|
3548
3733
|
},
|
|
@@ -3555,6 +3740,7 @@ export default {
|
|
|
3555
3740
|
type: "fontSize",
|
|
3556
3741
|
attributes: {
|
|
3557
3742
|
category: "font",
|
|
3743
|
+
group: "size",
|
|
3558
3744
|
type: "font",
|
|
3559
3745
|
item: "size",
|
|
3560
3746
|
subitem: "xl",
|
|
@@ -3578,6 +3764,7 @@ export default {
|
|
|
3578
3764
|
type: "fontSize",
|
|
3579
3765
|
attributes: {
|
|
3580
3766
|
category: "font",
|
|
3767
|
+
group: "size",
|
|
3581
3768
|
},
|
|
3582
3769
|
key: "{semantic.font.size.xl}",
|
|
3583
3770
|
},
|
|
@@ -3590,6 +3777,7 @@ export default {
|
|
|
3590
3777
|
type: "fontSize",
|
|
3591
3778
|
attributes: {
|
|
3592
3779
|
category: "font",
|
|
3780
|
+
group: "size",
|
|
3593
3781
|
type: "font",
|
|
3594
3782
|
item: "size",
|
|
3595
3783
|
subitem: "xxl",
|
|
@@ -3613,6 +3801,7 @@ export default {
|
|
|
3613
3801
|
type: "fontSize",
|
|
3614
3802
|
attributes: {
|
|
3615
3803
|
category: "font",
|
|
3804
|
+
group: "size",
|
|
3616
3805
|
},
|
|
3617
3806
|
key: "{semantic.font.size.xxl}",
|
|
3618
3807
|
},
|
|
@@ -3628,6 +3817,7 @@ export default {
|
|
|
3628
3817
|
description: "used in ratings",
|
|
3629
3818
|
attributes: {
|
|
3630
3819
|
category: "font",
|
|
3820
|
+
group: "style",
|
|
3631
3821
|
type: "fontStyle",
|
|
3632
3822
|
item: "style",
|
|
3633
3823
|
subitem: "emphasis",
|
|
@@ -3660,6 +3850,7 @@ export default {
|
|
|
3660
3850
|
description: "used in ratings",
|
|
3661
3851
|
attributes: {
|
|
3662
3852
|
category: "font",
|
|
3853
|
+
group: "style",
|
|
3663
3854
|
},
|
|
3664
3855
|
key: "{semantic.font.style.emphasis}",
|
|
3665
3856
|
},
|
|
@@ -3676,6 +3867,8 @@ export default {
|
|
|
3676
3867
|
type: "lineHeight",
|
|
3677
3868
|
attributes: {
|
|
3678
3869
|
category: "font",
|
|
3870
|
+
group: "line-height",
|
|
3871
|
+
kind: "fixed",
|
|
3679
3872
|
type: "font",
|
|
3680
3873
|
item: "line-height",
|
|
3681
3874
|
subitem: "fixed",
|
|
@@ -3700,6 +3893,8 @@ export default {
|
|
|
3700
3893
|
type: "lineHeight",
|
|
3701
3894
|
attributes: {
|
|
3702
3895
|
category: "font",
|
|
3896
|
+
group: "line-height",
|
|
3897
|
+
kind: "fixed",
|
|
3703
3898
|
},
|
|
3704
3899
|
key: "{semantic.font.line-height.fixed.sm}",
|
|
3705
3900
|
},
|
|
@@ -3712,6 +3907,8 @@ export default {
|
|
|
3712
3907
|
type: "lineHeight",
|
|
3713
3908
|
attributes: {
|
|
3714
3909
|
category: "font",
|
|
3910
|
+
group: "line-height",
|
|
3911
|
+
kind: "fixed",
|
|
3715
3912
|
type: "font",
|
|
3716
3913
|
item: "line-height",
|
|
3717
3914
|
subitem: "fixed",
|
|
@@ -3736,6 +3933,8 @@ export default {
|
|
|
3736
3933
|
type: "lineHeight",
|
|
3737
3934
|
attributes: {
|
|
3738
3935
|
category: "font",
|
|
3936
|
+
group: "line-height",
|
|
3937
|
+
kind: "fixed",
|
|
3739
3938
|
},
|
|
3740
3939
|
key: "{semantic.font.line-height.fixed.base}",
|
|
3741
3940
|
},
|
|
@@ -3748,6 +3947,8 @@ export default {
|
|
|
3748
3947
|
type: "lineHeight",
|
|
3749
3948
|
attributes: {
|
|
3750
3949
|
category: "font",
|
|
3950
|
+
group: "line-height",
|
|
3951
|
+
kind: "fixed",
|
|
3751
3952
|
type: "font",
|
|
3752
3953
|
item: "line-height",
|
|
3753
3954
|
subitem: "fixed",
|
|
@@ -3772,6 +3973,8 @@ export default {
|
|
|
3772
3973
|
type: "lineHeight",
|
|
3773
3974
|
attributes: {
|
|
3774
3975
|
category: "font",
|
|
3976
|
+
group: "line-height",
|
|
3977
|
+
kind: "fixed",
|
|
3775
3978
|
},
|
|
3776
3979
|
key: "{semantic.font.line-height.fixed.lg}",
|
|
3777
3980
|
},
|
|
@@ -3784,6 +3987,8 @@ export default {
|
|
|
3784
3987
|
type: "lineHeight",
|
|
3785
3988
|
attributes: {
|
|
3786
3989
|
category: "font",
|
|
3990
|
+
group: "line-height",
|
|
3991
|
+
kind: "fixed",
|
|
3787
3992
|
type: "font",
|
|
3788
3993
|
item: "line-height",
|
|
3789
3994
|
subitem: "fixed",
|
|
@@ -3808,6 +4013,8 @@ export default {
|
|
|
3808
4013
|
type: "lineHeight",
|
|
3809
4014
|
attributes: {
|
|
3810
4015
|
category: "font",
|
|
4016
|
+
group: "line-height",
|
|
4017
|
+
kind: "fixed",
|
|
3811
4018
|
},
|
|
3812
4019
|
key: "{semantic.font.line-height.fixed.xl}",
|
|
3813
4020
|
},
|
|
@@ -3823,6 +4030,8 @@ export default {
|
|
|
3823
4030
|
description: "1",
|
|
3824
4031
|
attributes: {
|
|
3825
4032
|
category: "font",
|
|
4033
|
+
group: "line-height",
|
|
4034
|
+
kind: "relative",
|
|
3826
4035
|
type: "lineHeight",
|
|
3827
4036
|
item: "line-height",
|
|
3828
4037
|
subitem: "relative",
|
|
@@ -3856,6 +4065,8 @@ export default {
|
|
|
3856
4065
|
description: "1",
|
|
3857
4066
|
attributes: {
|
|
3858
4067
|
category: "font",
|
|
4068
|
+
group: "line-height",
|
|
4069
|
+
kind: "relative",
|
|
3859
4070
|
},
|
|
3860
4071
|
key: "{semantic.font.line-height.relative.default}",
|
|
3861
4072
|
},
|
|
@@ -3870,6 +4081,8 @@ export default {
|
|
|
3870
4081
|
description: "1.25",
|
|
3871
4082
|
attributes: {
|
|
3872
4083
|
category: "font",
|
|
4084
|
+
group: "line-height",
|
|
4085
|
+
kind: "relative",
|
|
3873
4086
|
type: "lineHeight",
|
|
3874
4087
|
item: "line-height",
|
|
3875
4088
|
subitem: "relative",
|
|
@@ -3903,6 +4116,8 @@ export default {
|
|
|
3903
4116
|
description: "1.25",
|
|
3904
4117
|
attributes: {
|
|
3905
4118
|
category: "font",
|
|
4119
|
+
group: "line-height",
|
|
4120
|
+
kind: "relative",
|
|
3906
4121
|
},
|
|
3907
4122
|
key: "{semantic.font.line-height.relative.tight}",
|
|
3908
4123
|
},
|
|
@@ -3917,6 +4132,8 @@ export default {
|
|
|
3917
4132
|
description: "1.375",
|
|
3918
4133
|
attributes: {
|
|
3919
4134
|
category: "font",
|
|
4135
|
+
group: "line-height",
|
|
4136
|
+
kind: "relative",
|
|
3920
4137
|
type: "lineHeight",
|
|
3921
4138
|
item: "line-height",
|
|
3922
4139
|
subitem: "relative",
|
|
@@ -3950,6 +4167,8 @@ export default {
|
|
|
3950
4167
|
description: "1.375",
|
|
3951
4168
|
attributes: {
|
|
3952
4169
|
category: "font",
|
|
4170
|
+
group: "line-height",
|
|
4171
|
+
kind: "relative",
|
|
3953
4172
|
},
|
|
3954
4173
|
key: "{semantic.font.line-height.relative.snug}",
|
|
3955
4174
|
},
|
|
@@ -3964,6 +4183,8 @@ export default {
|
|
|
3964
4183
|
description: "1.5",
|
|
3965
4184
|
attributes: {
|
|
3966
4185
|
category: "font",
|
|
4186
|
+
group: "line-height",
|
|
4187
|
+
kind: "relative",
|
|
3967
4188
|
type: "lineHeight",
|
|
3968
4189
|
item: "line-height",
|
|
3969
4190
|
subitem: "relative",
|
|
@@ -3997,6 +4218,8 @@ export default {
|
|
|
3997
4218
|
description: "1.5",
|
|
3998
4219
|
attributes: {
|
|
3999
4220
|
category: "font",
|
|
4221
|
+
group: "line-height",
|
|
4222
|
+
kind: "relative",
|
|
4000
4223
|
},
|
|
4001
4224
|
key: "{semantic.font.line-height.relative.normal}",
|
|
4002
4225
|
},
|
|
@@ -4011,6 +4234,8 @@ export default {
|
|
|
4011
4234
|
description: "1.625",
|
|
4012
4235
|
attributes: {
|
|
4013
4236
|
category: "font",
|
|
4237
|
+
group: "line-height",
|
|
4238
|
+
kind: "relative",
|
|
4014
4239
|
type: "lineHeight",
|
|
4015
4240
|
item: "line-height",
|
|
4016
4241
|
subitem: "relative",
|
|
@@ -4044,6 +4269,8 @@ export default {
|
|
|
4044
4269
|
description: "1.625",
|
|
4045
4270
|
attributes: {
|
|
4046
4271
|
category: "font",
|
|
4272
|
+
group: "line-height",
|
|
4273
|
+
kind: "relative",
|
|
4047
4274
|
},
|
|
4048
4275
|
key: "{semantic.font.line-height.relative.relaxed}",
|
|
4049
4276
|
},
|
|
@@ -4058,6 +4285,8 @@ export default {
|
|
|
4058
4285
|
description: "2",
|
|
4059
4286
|
attributes: {
|
|
4060
4287
|
category: "font",
|
|
4288
|
+
group: "line-height",
|
|
4289
|
+
kind: "relative",
|
|
4061
4290
|
type: "lineHeight",
|
|
4062
4291
|
item: "line-height",
|
|
4063
4292
|
subitem: "relative",
|
|
@@ -4091,6 +4320,8 @@ export default {
|
|
|
4091
4320
|
description: "2",
|
|
4092
4321
|
attributes: {
|
|
4093
4322
|
category: "font",
|
|
4323
|
+
group: "line-height",
|
|
4324
|
+
kind: "relative",
|
|
4094
4325
|
},
|
|
4095
4326
|
key: "{semantic.font.line-height.relative.loose}",
|
|
4096
4327
|
},
|
|
@@ -4108,6 +4339,7 @@ export default {
|
|
|
4108
4339
|
description: "Deprecated",
|
|
4109
4340
|
attributes: {
|
|
4110
4341
|
category: "font",
|
|
4342
|
+
group: "letter-spacing",
|
|
4111
4343
|
type: "dimension",
|
|
4112
4344
|
item: "letter-spacing",
|
|
4113
4345
|
subitem: "tight",
|
|
@@ -4140,6 +4372,7 @@ export default {
|
|
|
4140
4372
|
description: "Deprecated",
|
|
4141
4373
|
attributes: {
|
|
4142
4374
|
category: "font",
|
|
4375
|
+
group: "letter-spacing",
|
|
4143
4376
|
},
|
|
4144
4377
|
key: "{semantic.font.letter-spacing.tight}",
|
|
4145
4378
|
},
|
|
@@ -4154,6 +4387,7 @@ export default {
|
|
|
4154
4387
|
description: "Deprecated",
|
|
4155
4388
|
attributes: {
|
|
4156
4389
|
category: "font",
|
|
4390
|
+
group: "letter-spacing",
|
|
4157
4391
|
type: "dimension",
|
|
4158
4392
|
item: "letter-spacing",
|
|
4159
4393
|
subitem: "normal",
|
|
@@ -4186,6 +4420,7 @@ export default {
|
|
|
4186
4420
|
description: "Deprecated",
|
|
4187
4421
|
attributes: {
|
|
4188
4422
|
category: "font",
|
|
4423
|
+
group: "letter-spacing",
|
|
4189
4424
|
},
|
|
4190
4425
|
key: "{semantic.font.letter-spacing.normal}",
|
|
4191
4426
|
},
|
|
@@ -4200,6 +4435,7 @@ export default {
|
|
|
4200
4435
|
description: "Deprecated",
|
|
4201
4436
|
attributes: {
|
|
4202
4437
|
category: "font",
|
|
4438
|
+
group: "letter-spacing",
|
|
4203
4439
|
type: "dimension",
|
|
4204
4440
|
item: "letter-spacing",
|
|
4205
4441
|
subitem: "wide",
|
|
@@ -4232,6 +4468,7 @@ export default {
|
|
|
4232
4468
|
description: "Deprecated",
|
|
4233
4469
|
attributes: {
|
|
4234
4470
|
category: "font",
|
|
4471
|
+
group: "letter-spacing",
|
|
4235
4472
|
},
|
|
4236
4473
|
key: "{semantic.font.letter-spacing.wide}",
|
|
4237
4474
|
},
|
|
@@ -4248,6 +4485,7 @@ export default {
|
|
|
4248
4485
|
description: "Deprecated",
|
|
4249
4486
|
attributes: {
|
|
4250
4487
|
category: "font",
|
|
4488
|
+
group: "paragraph-spacing",
|
|
4251
4489
|
type: "dimension",
|
|
4252
4490
|
item: "paragraph-spacing",
|
|
4253
4491
|
subitem: "normal",
|
|
@@ -4280,6 +4518,7 @@ export default {
|
|
|
4280
4518
|
description: "Deprecated",
|
|
4281
4519
|
attributes: {
|
|
4282
4520
|
category: "font",
|
|
4521
|
+
group: "paragraph-spacing",
|
|
4283
4522
|
},
|
|
4284
4523
|
key: "{semantic.font.paragraph-spacing.normal}",
|
|
4285
4524
|
},
|
|
@@ -4296,6 +4535,7 @@ export default {
|
|
|
4296
4535
|
description: "Deprecated",
|
|
4297
4536
|
attributes: {
|
|
4298
4537
|
category: "font",
|
|
4538
|
+
group: "text-decoration",
|
|
4299
4539
|
type: "textDecoration",
|
|
4300
4540
|
item: "text-decoration",
|
|
4301
4541
|
subitem: "none",
|
|
@@ -4328,6 +4568,7 @@ export default {
|
|
|
4328
4568
|
description: "Deprecated",
|
|
4329
4569
|
attributes: {
|
|
4330
4570
|
category: "font",
|
|
4571
|
+
group: "text-decoration",
|
|
4331
4572
|
},
|
|
4332
4573
|
key: "{semantic.font.text-decoration.none}",
|
|
4333
4574
|
},
|
|
@@ -4342,6 +4583,7 @@ export default {
|
|
|
4342
4583
|
description: "Deprecated",
|
|
4343
4584
|
attributes: {
|
|
4344
4585
|
category: "font",
|
|
4586
|
+
group: "text-decoration",
|
|
4345
4587
|
type: "textDecoration",
|
|
4346
4588
|
item: "text-decoration",
|
|
4347
4589
|
subitem: "underline",
|
|
@@ -4374,6 +4616,7 @@ export default {
|
|
|
4374
4616
|
description: "Deprecated",
|
|
4375
4617
|
attributes: {
|
|
4376
4618
|
category: "font",
|
|
4619
|
+
group: "text-decoration",
|
|
4377
4620
|
},
|
|
4378
4621
|
key: "{semantic.font.text-decoration.underline}",
|
|
4379
4622
|
},
|
|
@@ -4390,6 +4633,7 @@ export default {
|
|
|
4390
4633
|
description: "Deprecated",
|
|
4391
4634
|
attributes: {
|
|
4392
4635
|
category: "font",
|
|
4636
|
+
group: "text-case",
|
|
4393
4637
|
type: "textCase",
|
|
4394
4638
|
item: "text-case",
|
|
4395
4639
|
subitem: "none",
|
|
@@ -4422,6 +4666,7 @@ export default {
|
|
|
4422
4666
|
description: "Deprecated",
|
|
4423
4667
|
attributes: {
|
|
4424
4668
|
category: "font",
|
|
4669
|
+
group: "text-case",
|
|
4425
4670
|
},
|
|
4426
4671
|
key: "{semantic.font.text-case.none}",
|
|
4427
4672
|
},
|
|
@@ -4436,6 +4681,7 @@ export default {
|
|
|
4436
4681
|
description: "Deprecated",
|
|
4437
4682
|
attributes: {
|
|
4438
4683
|
category: "font",
|
|
4684
|
+
group: "text-case",
|
|
4439
4685
|
type: "textCase",
|
|
4440
4686
|
item: "text-case",
|
|
4441
4687
|
subitem: "uppercase",
|
|
@@ -4468,6 +4714,7 @@ export default {
|
|
|
4468
4714
|
description: "Deprecated",
|
|
4469
4715
|
attributes: {
|
|
4470
4716
|
category: "font",
|
|
4717
|
+
group: "text-case",
|
|
4471
4718
|
},
|
|
4472
4719
|
key: "{semantic.font.text-case.uppercase}",
|
|
4473
4720
|
},
|
|
@@ -4482,6 +4729,7 @@ export default {
|
|
|
4482
4729
|
description: "Deprecated",
|
|
4483
4730
|
attributes: {
|
|
4484
4731
|
category: "font",
|
|
4732
|
+
group: "text-case",
|
|
4485
4733
|
type: "textCase",
|
|
4486
4734
|
item: "text-case",
|
|
4487
4735
|
subitem: "lowercase",
|
|
@@ -4514,6 +4762,7 @@ export default {
|
|
|
4514
4762
|
description: "Deprecated",
|
|
4515
4763
|
attributes: {
|
|
4516
4764
|
category: "font",
|
|
4765
|
+
group: "text-case",
|
|
4517
4766
|
},
|
|
4518
4767
|
key: "{semantic.font.text-case.lowercase}",
|
|
4519
4768
|
},
|
|
@@ -4528,6 +4777,7 @@ export default {
|
|
|
4528
4777
|
description: "Deprecated",
|
|
4529
4778
|
attributes: {
|
|
4530
4779
|
category: "font",
|
|
4780
|
+
group: "text-case",
|
|
4531
4781
|
type: "textCase",
|
|
4532
4782
|
item: "text-case",
|
|
4533
4783
|
subitem: "capitalize",
|
|
@@ -4560,6 +4810,7 @@ export default {
|
|
|
4560
4810
|
description: "Deprecated",
|
|
4561
4811
|
attributes: {
|
|
4562
4812
|
category: "font",
|
|
4813
|
+
group: "text-case",
|
|
4563
4814
|
},
|
|
4564
4815
|
key: "{semantic.font.text-case.capitalize}",
|
|
4565
4816
|
},
|
|
@@ -5750,7 +6001,7 @@ export default {
|
|
|
5750
6001
|
value: "4px",
|
|
5751
6002
|
type: "dimension",
|
|
5752
6003
|
attributes: {
|
|
5753
|
-
category: "
|
|
6004
|
+
category: "spacing",
|
|
5754
6005
|
type: "dimension",
|
|
5755
6006
|
item: "fixed",
|
|
5756
6007
|
subitem: "xxs",
|
|
@@ -5782,7 +6033,7 @@ export default {
|
|
|
5782
6033
|
value: "{core.size.default.4}",
|
|
5783
6034
|
type: "dimension",
|
|
5784
6035
|
attributes: {
|
|
5785
|
-
category: "
|
|
6036
|
+
category: "spacing",
|
|
5786
6037
|
},
|
|
5787
6038
|
description: "deprecated",
|
|
5788
6039
|
key: "{semantic.spacing.fixed.xxs}",
|
|
@@ -5796,7 +6047,7 @@ export default {
|
|
|
5796
6047
|
value: "6px",
|
|
5797
6048
|
type: "dimension",
|
|
5798
6049
|
attributes: {
|
|
5799
|
-
category: "
|
|
6050
|
+
category: "spacing",
|
|
5800
6051
|
type: "dimension",
|
|
5801
6052
|
item: "fixed",
|
|
5802
6053
|
subitem: "xs",
|
|
@@ -5828,7 +6079,7 @@ export default {
|
|
|
5828
6079
|
value: "{core.size.default.6}",
|
|
5829
6080
|
type: "dimension",
|
|
5830
6081
|
attributes: {
|
|
5831
|
-
category: "
|
|
6082
|
+
category: "spacing",
|
|
5832
6083
|
},
|
|
5833
6084
|
description: "deprecated",
|
|
5834
6085
|
key: "{semantic.spacing.fixed.xs}",
|
|
@@ -5842,7 +6093,7 @@ export default {
|
|
|
5842
6093
|
value: "8px",
|
|
5843
6094
|
type: "dimension",
|
|
5844
6095
|
attributes: {
|
|
5845
|
-
category: "
|
|
6096
|
+
category: "spacing",
|
|
5846
6097
|
type: "dimension",
|
|
5847
6098
|
item: "fixed",
|
|
5848
6099
|
subitem: "sm",
|
|
@@ -5874,7 +6125,7 @@ export default {
|
|
|
5874
6125
|
value: "{core.size.default.8}",
|
|
5875
6126
|
type: "dimension",
|
|
5876
6127
|
attributes: {
|
|
5877
|
-
category: "
|
|
6128
|
+
category: "spacing",
|
|
5878
6129
|
},
|
|
5879
6130
|
description: "deprecated",
|
|
5880
6131
|
key: "{semantic.spacing.fixed.sm}",
|
|
@@ -5888,7 +6139,7 @@ export default {
|
|
|
5888
6139
|
value: "12px",
|
|
5889
6140
|
type: "dimension",
|
|
5890
6141
|
attributes: {
|
|
5891
|
-
category: "
|
|
6142
|
+
category: "spacing",
|
|
5892
6143
|
type: "dimension",
|
|
5893
6144
|
item: "fixed",
|
|
5894
6145
|
subitem: "md",
|
|
@@ -5920,7 +6171,7 @@ export default {
|
|
|
5920
6171
|
value: "{core.size.default.12}",
|
|
5921
6172
|
type: "dimension",
|
|
5922
6173
|
attributes: {
|
|
5923
|
-
category: "
|
|
6174
|
+
category: "spacing",
|
|
5924
6175
|
},
|
|
5925
6176
|
description: "deprecated",
|
|
5926
6177
|
key: "{semantic.spacing.fixed.md}",
|
|
@@ -5934,7 +6185,7 @@ export default {
|
|
|
5934
6185
|
value: "14px",
|
|
5935
6186
|
type: "dimension",
|
|
5936
6187
|
attributes: {
|
|
5937
|
-
category: "
|
|
6188
|
+
category: "spacing",
|
|
5938
6189
|
type: "dimension",
|
|
5939
6190
|
item: "fixed",
|
|
5940
6191
|
subitem: "lg",
|
|
@@ -5966,7 +6217,7 @@ export default {
|
|
|
5966
6217
|
value: "{core.size.default.14}",
|
|
5967
6218
|
type: "dimension",
|
|
5968
6219
|
attributes: {
|
|
5969
|
-
category: "
|
|
6220
|
+
category: "spacing",
|
|
5970
6221
|
},
|
|
5971
6222
|
description: "deprecated",
|
|
5972
6223
|
key: "{semantic.spacing.fixed.lg}",
|
|
@@ -5980,7 +6231,7 @@ export default {
|
|
|
5980
6231
|
value: "16px",
|
|
5981
6232
|
type: "dimension",
|
|
5982
6233
|
attributes: {
|
|
5983
|
-
category: "
|
|
6234
|
+
category: "spacing",
|
|
5984
6235
|
type: "dimension",
|
|
5985
6236
|
item: "fixed",
|
|
5986
6237
|
subitem: "xl",
|
|
@@ -6012,7 +6263,7 @@ export default {
|
|
|
6012
6263
|
value: "{core.size.default.16}",
|
|
6013
6264
|
type: "dimension",
|
|
6014
6265
|
attributes: {
|
|
6015
|
-
category: "
|
|
6266
|
+
category: "spacing",
|
|
6016
6267
|
},
|
|
6017
6268
|
description: "deprecated",
|
|
6018
6269
|
key: "{semantic.spacing.fixed.xl}",
|
|
@@ -6026,7 +6277,7 @@ export default {
|
|
|
6026
6277
|
value: "20px",
|
|
6027
6278
|
type: "dimension",
|
|
6028
6279
|
attributes: {
|
|
6029
|
-
category: "
|
|
6280
|
+
category: "spacing",
|
|
6030
6281
|
type: "dimension",
|
|
6031
6282
|
item: "fixed",
|
|
6032
6283
|
subitem: "xxl",
|
|
@@ -6058,7 +6309,7 @@ export default {
|
|
|
6058
6309
|
value: "{core.size.default.20}",
|
|
6059
6310
|
type: "dimension",
|
|
6060
6311
|
attributes: {
|
|
6061
|
-
category: "
|
|
6312
|
+
category: "spacing",
|
|
6062
6313
|
},
|
|
6063
6314
|
description: "deprecated",
|
|
6064
6315
|
key: "{semantic.spacing.fixed.xxl}",
|
|
@@ -6072,7 +6323,7 @@ export default {
|
|
|
6072
6323
|
value: "32px",
|
|
6073
6324
|
type: "dimension",
|
|
6074
6325
|
attributes: {
|
|
6075
|
-
category: "
|
|
6326
|
+
category: "spacing",
|
|
6076
6327
|
type: "dimension",
|
|
6077
6328
|
item: "fixed",
|
|
6078
6329
|
subitem: "xxxl",
|
|
@@ -6104,7 +6355,7 @@ export default {
|
|
|
6104
6355
|
value: "{core.size.default.32}",
|
|
6105
6356
|
type: "dimension",
|
|
6106
6357
|
attributes: {
|
|
6107
|
-
category: "
|
|
6358
|
+
category: "spacing",
|
|
6108
6359
|
},
|
|
6109
6360
|
description: "deprecated",
|
|
6110
6361
|
key: "{semantic.spacing.fixed.xxxl}",
|
|
@@ -6120,8 +6371,7 @@ export default {
|
|
|
6120
6371
|
value: "0",
|
|
6121
6372
|
type: "dimension",
|
|
6122
6373
|
attributes: {
|
|
6123
|
-
|
|
6124
|
-
category: "space",
|
|
6374
|
+
category: "spacing",
|
|
6125
6375
|
type: "spacing",
|
|
6126
6376
|
item: "default",
|
|
6127
6377
|
subitem: "none",
|
|
@@ -6144,8 +6394,7 @@ export default {
|
|
|
6144
6394
|
value: "{core.size.default.none}",
|
|
6145
6395
|
type: "dimension",
|
|
6146
6396
|
attributes: {
|
|
6147
|
-
|
|
6148
|
-
category: "space",
|
|
6397
|
+
category: "spacing",
|
|
6149
6398
|
},
|
|
6150
6399
|
key: "{semantic.spacing.default.none}",
|
|
6151
6400
|
},
|
|
@@ -6157,8 +6406,7 @@ export default {
|
|
|
6157
6406
|
value: "1px",
|
|
6158
6407
|
type: "dimension",
|
|
6159
6408
|
attributes: {
|
|
6160
|
-
|
|
6161
|
-
category: "space",
|
|
6409
|
+
category: "spacing",
|
|
6162
6410
|
type: "spacing",
|
|
6163
6411
|
item: "default",
|
|
6164
6412
|
subitem: "px",
|
|
@@ -6181,8 +6429,7 @@ export default {
|
|
|
6181
6429
|
value: "{core.size.default.1}",
|
|
6182
6430
|
type: "dimension",
|
|
6183
6431
|
attributes: {
|
|
6184
|
-
|
|
6185
|
-
category: "space",
|
|
6432
|
+
category: "spacing",
|
|
6186
6433
|
},
|
|
6187
6434
|
key: "{semantic.spacing.default.px}",
|
|
6188
6435
|
},
|
|
@@ -6194,8 +6441,7 @@ export default {
|
|
|
6194
6441
|
value: "2px",
|
|
6195
6442
|
type: "dimension",
|
|
6196
6443
|
attributes: {
|
|
6197
|
-
|
|
6198
|
-
category: "space",
|
|
6444
|
+
category: "spacing",
|
|
6199
6445
|
type: "spacing",
|
|
6200
6446
|
item: "default",
|
|
6201
6447
|
subitem: "base",
|
|
@@ -6218,8 +6464,7 @@ export default {
|
|
|
6218
6464
|
value: "{core.size.default.2}",
|
|
6219
6465
|
type: "dimension",
|
|
6220
6466
|
attributes: {
|
|
6221
|
-
|
|
6222
|
-
category: "space",
|
|
6467
|
+
category: "spacing",
|
|
6223
6468
|
},
|
|
6224
6469
|
key: "{semantic.spacing.default.base}",
|
|
6225
6470
|
},
|
|
@@ -6231,7 +6476,7 @@ export default {
|
|
|
6231
6476
|
value: "0.25rem",
|
|
6232
6477
|
type: "dimension",
|
|
6233
6478
|
attributes: {
|
|
6234
|
-
category: "
|
|
6479
|
+
category: "spacing",
|
|
6235
6480
|
type: "spacing",
|
|
6236
6481
|
item: "default",
|
|
6237
6482
|
subitem: "xxs",
|
|
@@ -6254,7 +6499,7 @@ export default {
|
|
|
6254
6499
|
value: "{core.size.default.4}",
|
|
6255
6500
|
type: "dimension",
|
|
6256
6501
|
attributes: {
|
|
6257
|
-
category: "
|
|
6502
|
+
category: "spacing",
|
|
6258
6503
|
},
|
|
6259
6504
|
key: "{semantic.spacing.default.xxs}",
|
|
6260
6505
|
},
|
|
@@ -6266,7 +6511,7 @@ export default {
|
|
|
6266
6511
|
value: "0.375rem",
|
|
6267
6512
|
type: "dimension",
|
|
6268
6513
|
attributes: {
|
|
6269
|
-
category: "
|
|
6514
|
+
category: "spacing",
|
|
6270
6515
|
type: "spacing",
|
|
6271
6516
|
item: "default",
|
|
6272
6517
|
subitem: "xs",
|
|
@@ -6289,7 +6534,7 @@ export default {
|
|
|
6289
6534
|
value: "{core.size.default.6}",
|
|
6290
6535
|
type: "dimension",
|
|
6291
6536
|
attributes: {
|
|
6292
|
-
category: "
|
|
6537
|
+
category: "spacing",
|
|
6293
6538
|
},
|
|
6294
6539
|
key: "{semantic.spacing.default.xs}",
|
|
6295
6540
|
},
|
|
@@ -6301,7 +6546,7 @@ export default {
|
|
|
6301
6546
|
value: "0.5rem",
|
|
6302
6547
|
type: "dimension",
|
|
6303
6548
|
attributes: {
|
|
6304
|
-
category: "
|
|
6549
|
+
category: "spacing",
|
|
6305
6550
|
type: "spacing",
|
|
6306
6551
|
item: "default",
|
|
6307
6552
|
subitem: "sm",
|
|
@@ -6324,7 +6569,7 @@ export default {
|
|
|
6324
6569
|
value: "{core.size.default.8}",
|
|
6325
6570
|
type: "dimension",
|
|
6326
6571
|
attributes: {
|
|
6327
|
-
category: "
|
|
6572
|
+
category: "spacing",
|
|
6328
6573
|
},
|
|
6329
6574
|
key: "{semantic.spacing.default.sm}",
|
|
6330
6575
|
},
|
|
@@ -6336,7 +6581,7 @@ export default {
|
|
|
6336
6581
|
value: "0.625rem",
|
|
6337
6582
|
type: "dimension",
|
|
6338
6583
|
attributes: {
|
|
6339
|
-
category: "
|
|
6584
|
+
category: "spacing",
|
|
6340
6585
|
type: "spacing",
|
|
6341
6586
|
item: "default",
|
|
6342
6587
|
subitem: "sm+",
|
|
@@ -6359,7 +6604,7 @@ export default {
|
|
|
6359
6604
|
value: "{core.size.default.10}",
|
|
6360
6605
|
type: "dimension",
|
|
6361
6606
|
attributes: {
|
|
6362
|
-
category: "
|
|
6607
|
+
category: "spacing",
|
|
6363
6608
|
},
|
|
6364
6609
|
key: "{semantic.spacing.default.sm+}",
|
|
6365
6610
|
},
|
|
@@ -6371,7 +6616,7 @@ export default {
|
|
|
6371
6616
|
value: "0.75rem",
|
|
6372
6617
|
type: "dimension",
|
|
6373
6618
|
attributes: {
|
|
6374
|
-
category: "
|
|
6619
|
+
category: "spacing",
|
|
6375
6620
|
type: "spacing",
|
|
6376
6621
|
item: "default",
|
|
6377
6622
|
subitem: "md",
|
|
@@ -6394,7 +6639,7 @@ export default {
|
|
|
6394
6639
|
value: "{core.size.default.12}",
|
|
6395
6640
|
type: "dimension",
|
|
6396
6641
|
attributes: {
|
|
6397
|
-
category: "
|
|
6642
|
+
category: "spacing",
|
|
6398
6643
|
},
|
|
6399
6644
|
key: "{semantic.spacing.default.md}",
|
|
6400
6645
|
},
|
|
@@ -6406,7 +6651,7 @@ export default {
|
|
|
6406
6651
|
value: "0.875rem",
|
|
6407
6652
|
type: "dimension",
|
|
6408
6653
|
attributes: {
|
|
6409
|
-
category: "
|
|
6654
|
+
category: "spacing",
|
|
6410
6655
|
type: "spacing",
|
|
6411
6656
|
item: "default",
|
|
6412
6657
|
subitem: "md+",
|
|
@@ -6429,7 +6674,7 @@ export default {
|
|
|
6429
6674
|
value: "{core.size.default.14}",
|
|
6430
6675
|
type: "dimension",
|
|
6431
6676
|
attributes: {
|
|
6432
|
-
category: "
|
|
6677
|
+
category: "spacing",
|
|
6433
6678
|
},
|
|
6434
6679
|
key: "{semantic.spacing.default.md+}",
|
|
6435
6680
|
},
|
|
@@ -6441,7 +6686,7 @@ export default {
|
|
|
6441
6686
|
value: "1rem",
|
|
6442
6687
|
type: "dimension",
|
|
6443
6688
|
attributes: {
|
|
6444
|
-
category: "
|
|
6689
|
+
category: "spacing",
|
|
6445
6690
|
type: "spacing",
|
|
6446
6691
|
item: "default",
|
|
6447
6692
|
subitem: "lg",
|
|
@@ -6464,7 +6709,7 @@ export default {
|
|
|
6464
6709
|
value: "{core.size.default.16}",
|
|
6465
6710
|
type: "dimension",
|
|
6466
6711
|
attributes: {
|
|
6467
|
-
category: "
|
|
6712
|
+
category: "spacing",
|
|
6468
6713
|
},
|
|
6469
6714
|
key: "{semantic.spacing.default.lg}",
|
|
6470
6715
|
},
|
|
@@ -6476,7 +6721,7 @@ export default {
|
|
|
6476
6721
|
value: "1.25rem",
|
|
6477
6722
|
type: "dimension",
|
|
6478
6723
|
attributes: {
|
|
6479
|
-
category: "
|
|
6724
|
+
category: "spacing",
|
|
6480
6725
|
type: "spacing",
|
|
6481
6726
|
item: "default",
|
|
6482
6727
|
subitem: "xl",
|
|
@@ -6499,7 +6744,7 @@ export default {
|
|
|
6499
6744
|
value: "{core.size.default.20}",
|
|
6500
6745
|
type: "dimension",
|
|
6501
6746
|
attributes: {
|
|
6502
|
-
category: "
|
|
6747
|
+
category: "spacing",
|
|
6503
6748
|
},
|
|
6504
6749
|
key: "{semantic.spacing.default.xl}",
|
|
6505
6750
|
},
|
|
@@ -6511,7 +6756,7 @@ export default {
|
|
|
6511
6756
|
value: "1.5rem",
|
|
6512
6757
|
type: "dimension",
|
|
6513
6758
|
attributes: {
|
|
6514
|
-
category: "
|
|
6759
|
+
category: "spacing",
|
|
6515
6760
|
type: "spacing",
|
|
6516
6761
|
item: "default",
|
|
6517
6762
|
subitem: "xxl",
|
|
@@ -6534,7 +6779,7 @@ export default {
|
|
|
6534
6779
|
value: "{core.size.default.24}",
|
|
6535
6780
|
type: "dimension",
|
|
6536
6781
|
attributes: {
|
|
6537
|
-
category: "
|
|
6782
|
+
category: "spacing",
|
|
6538
6783
|
},
|
|
6539
6784
|
key: "{semantic.spacing.default.xxl}",
|
|
6540
6785
|
},
|
|
@@ -6546,7 +6791,7 @@ export default {
|
|
|
6546
6791
|
value: "2rem",
|
|
6547
6792
|
type: "dimension",
|
|
6548
6793
|
attributes: {
|
|
6549
|
-
category: "
|
|
6794
|
+
category: "spacing",
|
|
6550
6795
|
type: "spacing",
|
|
6551
6796
|
item: "default",
|
|
6552
6797
|
subitem: "xxxl",
|
|
@@ -6569,7 +6814,7 @@ export default {
|
|
|
6569
6814
|
value: "{core.size.default.32}",
|
|
6570
6815
|
type: "dimension",
|
|
6571
6816
|
attributes: {
|
|
6572
|
-
category: "
|
|
6817
|
+
category: "spacing",
|
|
6573
6818
|
},
|
|
6574
6819
|
key: "{semantic.spacing.default.xxxl}",
|
|
6575
6820
|
},
|
|
@@ -6599,7 +6844,7 @@ export default {
|
|
|
6599
6844
|
textDecoration: "none",
|
|
6600
6845
|
},
|
|
6601
6846
|
attributes: {
|
|
6602
|
-
category: "",
|
|
6847
|
+
category: "typography",
|
|
6603
6848
|
type: "typography",
|
|
6604
6849
|
item: "default",
|
|
6605
6850
|
subitem: "default",
|
|
@@ -6631,7 +6876,7 @@ export default {
|
|
|
6631
6876
|
textDecoration: "{semantic.font.text-decoration.none}",
|
|
6632
6877
|
},
|
|
6633
6878
|
attributes: {
|
|
6634
|
-
category: "",
|
|
6879
|
+
category: "typography",
|
|
6635
6880
|
},
|
|
6636
6881
|
key: "{semantic.typography.default.default}",
|
|
6637
6882
|
},
|
|
@@ -6665,7 +6910,7 @@ export default {
|
|
|
6665
6910
|
},
|
|
6666
6911
|
},
|
|
6667
6912
|
attributes: {
|
|
6668
|
-
category: "",
|
|
6913
|
+
category: "typography",
|
|
6669
6914
|
type: "typography",
|
|
6670
6915
|
item: "default",
|
|
6671
6916
|
subitem: "light",
|
|
@@ -6675,7 +6920,7 @@ export default {
|
|
|
6675
6920
|
css: "var(--calcite-typography-light-minus-3h)",
|
|
6676
6921
|
js: "semantic.typography.default.light.-3h",
|
|
6677
6922
|
docs: "semantic.typography.default.light.-3h",
|
|
6678
|
-
es6: "
|
|
6923
|
+
es6: "calciteTypographyLightMinus3h",
|
|
6679
6924
|
},
|
|
6680
6925
|
"calcite-schema": {
|
|
6681
6926
|
system: "calcite",
|
|
@@ -6696,7 +6941,7 @@ export default {
|
|
|
6696
6941
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6697
6942
|
},
|
|
6698
6943
|
attributes: {
|
|
6699
|
-
category: "",
|
|
6944
|
+
category: "typography",
|
|
6700
6945
|
},
|
|
6701
6946
|
key: "{semantic.typography.default.light.-3h}",
|
|
6702
6947
|
},
|
|
@@ -6728,7 +6973,7 @@ export default {
|
|
|
6728
6973
|
},
|
|
6729
6974
|
},
|
|
6730
6975
|
attributes: {
|
|
6731
|
-
category: "
|
|
6976
|
+
category: "typography",
|
|
6732
6977
|
type: "typography",
|
|
6733
6978
|
item: "default",
|
|
6734
6979
|
subitem: "light",
|
|
@@ -6738,7 +6983,7 @@ export default {
|
|
|
6738
6983
|
css: "var(--calcite-typography-light-minus-2h)",
|
|
6739
6984
|
js: "semantic.typography.default.light.-2h",
|
|
6740
6985
|
docs: "semantic.typography.default.light.-2h",
|
|
6741
|
-
es6: "
|
|
6986
|
+
es6: "calciteTypographyLightMinus2h",
|
|
6742
6987
|
},
|
|
6743
6988
|
"calcite-schema": {
|
|
6744
6989
|
system: "calcite",
|
|
@@ -6758,7 +7003,7 @@ export default {
|
|
|
6758
7003
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6759
7004
|
},
|
|
6760
7005
|
attributes: {
|
|
6761
|
-
category: "
|
|
7006
|
+
category: "typography",
|
|
6762
7007
|
},
|
|
6763
7008
|
key: "{semantic.typography.default.light.-2h}",
|
|
6764
7009
|
},
|
|
@@ -6789,7 +7034,7 @@ export default {
|
|
|
6789
7034
|
},
|
|
6790
7035
|
},
|
|
6791
7036
|
attributes: {
|
|
6792
|
-
category: "
|
|
7037
|
+
category: "typography",
|
|
6793
7038
|
type: "typography",
|
|
6794
7039
|
item: "default",
|
|
6795
7040
|
subitem: "light",
|
|
@@ -6799,7 +7044,7 @@ export default {
|
|
|
6799
7044
|
css: "var(--calcite-typography-light-minus-1h)",
|
|
6800
7045
|
js: "semantic.typography.default.light.-1h",
|
|
6801
7046
|
docs: "semantic.typography.default.light.-1h",
|
|
6802
|
-
es6: "
|
|
7047
|
+
es6: "calciteTypographyLightMinus1h",
|
|
6803
7048
|
},
|
|
6804
7049
|
"calcite-schema": {
|
|
6805
7050
|
system: "calcite",
|
|
@@ -6818,7 +7063,7 @@ export default {
|
|
|
6818
7063
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6819
7064
|
},
|
|
6820
7065
|
attributes: {
|
|
6821
|
-
category: "
|
|
7066
|
+
category: "typography",
|
|
6822
7067
|
},
|
|
6823
7068
|
key: "{semantic.typography.default.light.-1h}",
|
|
6824
7069
|
},
|
|
@@ -6851,7 +7096,7 @@ export default {
|
|
|
6851
7096
|
},
|
|
6852
7097
|
},
|
|
6853
7098
|
attributes: {
|
|
6854
|
-
category: "
|
|
7099
|
+
category: "typography",
|
|
6855
7100
|
type: "typography",
|
|
6856
7101
|
item: "default",
|
|
6857
7102
|
subitem: "light",
|
|
@@ -6861,7 +7106,7 @@ export default {
|
|
|
6861
7106
|
css: "var(--calcite-typography-light-0h)",
|
|
6862
7107
|
js: "semantic.typography.default.light.0h",
|
|
6863
7108
|
docs: "semantic.typography.default.light.0h",
|
|
6864
|
-
es6: "
|
|
7109
|
+
es6: "calciteTypographyLight0h",
|
|
6865
7110
|
},
|
|
6866
7111
|
"calcite-schema": {
|
|
6867
7112
|
system: "calcite",
|
|
@@ -6882,7 +7127,7 @@ export default {
|
|
|
6882
7127
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6883
7128
|
},
|
|
6884
7129
|
attributes: {
|
|
6885
|
-
category: "
|
|
7130
|
+
category: "typography",
|
|
6886
7131
|
},
|
|
6887
7132
|
key: "{semantic.typography.default.light.0h}",
|
|
6888
7133
|
},
|
|
@@ -6915,7 +7160,7 @@ export default {
|
|
|
6915
7160
|
},
|
|
6916
7161
|
},
|
|
6917
7162
|
attributes: {
|
|
6918
|
-
category: "
|
|
7163
|
+
category: "typography",
|
|
6919
7164
|
type: "typography",
|
|
6920
7165
|
item: "default",
|
|
6921
7166
|
subitem: "light",
|
|
@@ -6925,7 +7170,7 @@ export default {
|
|
|
6925
7170
|
css: "var(--calcite-typography-light-1h)",
|
|
6926
7171
|
js: "semantic.typography.default.light.1h",
|
|
6927
7172
|
docs: "semantic.typography.default.light.1h",
|
|
6928
|
-
es6: "
|
|
7173
|
+
es6: "calciteTypographyLight1h",
|
|
6929
7174
|
},
|
|
6930
7175
|
"calcite-schema": {
|
|
6931
7176
|
system: "calcite",
|
|
@@ -6946,7 +7191,7 @@ export default {
|
|
|
6946
7191
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
6947
7192
|
},
|
|
6948
7193
|
attributes: {
|
|
6949
|
-
category: "
|
|
7194
|
+
category: "typography",
|
|
6950
7195
|
},
|
|
6951
7196
|
key: "{semantic.typography.default.light.1h}",
|
|
6952
7197
|
},
|
|
@@ -6980,7 +7225,7 @@ export default {
|
|
|
6980
7225
|
},
|
|
6981
7226
|
},
|
|
6982
7227
|
attributes: {
|
|
6983
|
-
category: "
|
|
7228
|
+
category: "typography",
|
|
6984
7229
|
type: "typography",
|
|
6985
7230
|
item: "default",
|
|
6986
7231
|
subitem: "regular",
|
|
@@ -6990,7 +7235,7 @@ export default {
|
|
|
6990
7235
|
css: "var(--calcite-typography-regular-minus-3h)",
|
|
6991
7236
|
js: "semantic.typography.default.regular.-3h",
|
|
6992
7237
|
docs: "semantic.typography.default.regular.-3h",
|
|
6993
|
-
es6: "
|
|
7238
|
+
es6: "calciteTypographyRegularMinus3h",
|
|
6994
7239
|
},
|
|
6995
7240
|
"calcite-schema": {
|
|
6996
7241
|
system: "calcite",
|
|
@@ -7010,7 +7255,7 @@ export default {
|
|
|
7010
7255
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7011
7256
|
},
|
|
7012
7257
|
attributes: {
|
|
7013
|
-
category: "
|
|
7258
|
+
category: "typography",
|
|
7014
7259
|
},
|
|
7015
7260
|
key: "{semantic.typography.default.regular.-3h}",
|
|
7016
7261
|
},
|
|
@@ -7041,7 +7286,7 @@ export default {
|
|
|
7041
7286
|
},
|
|
7042
7287
|
},
|
|
7043
7288
|
attributes: {
|
|
7044
|
-
category: "
|
|
7289
|
+
category: "typography",
|
|
7045
7290
|
type: "typography",
|
|
7046
7291
|
item: "default",
|
|
7047
7292
|
subitem: "regular",
|
|
@@ -7051,7 +7296,7 @@ export default {
|
|
|
7051
7296
|
css: "var(--calcite-typography-regular-minus-2h)",
|
|
7052
7297
|
js: "semantic.typography.default.regular.-2h",
|
|
7053
7298
|
docs: "semantic.typography.default.regular.-2h",
|
|
7054
|
-
es6: "
|
|
7299
|
+
es6: "calciteTypographyRegularMinus2h",
|
|
7055
7300
|
},
|
|
7056
7301
|
"calcite-schema": {
|
|
7057
7302
|
system: "calcite",
|
|
@@ -7070,7 +7315,7 @@ export default {
|
|
|
7070
7315
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7071
7316
|
},
|
|
7072
7317
|
attributes: {
|
|
7073
|
-
category: "
|
|
7318
|
+
category: "typography",
|
|
7074
7319
|
},
|
|
7075
7320
|
key: "{semantic.typography.default.regular.-2h}",
|
|
7076
7321
|
},
|
|
@@ -7096,7 +7341,7 @@ export default {
|
|
|
7096
7341
|
},
|
|
7097
7342
|
type: "typography",
|
|
7098
7343
|
attributes: {
|
|
7099
|
-
category: "
|
|
7344
|
+
category: "typography",
|
|
7100
7345
|
type: "typography",
|
|
7101
7346
|
item: "default",
|
|
7102
7347
|
subitem: "regular",
|
|
@@ -7106,7 +7351,7 @@ export default {
|
|
|
7106
7351
|
css: "var(--calcite-typography-regular-minus-1h)",
|
|
7107
7352
|
js: "semantic.typography.default.regular.-1h",
|
|
7108
7353
|
docs: "semantic.typography.default.regular.-1h",
|
|
7109
|
-
es6: "
|
|
7354
|
+
es6: "calciteTypographyRegularMinus1h",
|
|
7110
7355
|
},
|
|
7111
7356
|
"calcite-schema": {
|
|
7112
7357
|
system: "calcite",
|
|
@@ -7120,7 +7365,7 @@ export default {
|
|
|
7120
7365
|
value: "{semantic.typography.default.default}",
|
|
7121
7366
|
type: "typography",
|
|
7122
7367
|
attributes: {
|
|
7123
|
-
category: "
|
|
7368
|
+
category: "typography",
|
|
7124
7369
|
},
|
|
7125
7370
|
key: "{semantic.typography.default.regular.-1h}",
|
|
7126
7371
|
},
|
|
@@ -7152,7 +7397,7 @@ export default {
|
|
|
7152
7397
|
},
|
|
7153
7398
|
},
|
|
7154
7399
|
attributes: {
|
|
7155
|
-
category: "
|
|
7400
|
+
category: "typography",
|
|
7156
7401
|
type: "typography",
|
|
7157
7402
|
item: "default",
|
|
7158
7403
|
subitem: "regular",
|
|
@@ -7162,7 +7407,7 @@ export default {
|
|
|
7162
7407
|
css: "var(--calcite-typography-regular-0h)",
|
|
7163
7408
|
js: "semantic.typography.default.regular.0h",
|
|
7164
7409
|
docs: "semantic.typography.default.regular.0h",
|
|
7165
|
-
es6: "
|
|
7410
|
+
es6: "calciteTypographyRegular0h",
|
|
7166
7411
|
},
|
|
7167
7412
|
"calcite-schema": {
|
|
7168
7413
|
system: "calcite",
|
|
@@ -7182,7 +7427,7 @@ export default {
|
|
|
7182
7427
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7183
7428
|
},
|
|
7184
7429
|
attributes: {
|
|
7185
|
-
category: "
|
|
7430
|
+
category: "typography",
|
|
7186
7431
|
},
|
|
7187
7432
|
key: "{semantic.typography.default.regular.0h}",
|
|
7188
7433
|
},
|
|
@@ -7214,7 +7459,7 @@ export default {
|
|
|
7214
7459
|
},
|
|
7215
7460
|
},
|
|
7216
7461
|
attributes: {
|
|
7217
|
-
category: "
|
|
7462
|
+
category: "typography",
|
|
7218
7463
|
type: "typography",
|
|
7219
7464
|
item: "default",
|
|
7220
7465
|
subitem: "regular",
|
|
@@ -7224,7 +7469,7 @@ export default {
|
|
|
7224
7469
|
css: "var(--calcite-typography-regular-1h)",
|
|
7225
7470
|
js: "semantic.typography.default.regular.1h",
|
|
7226
7471
|
docs: "semantic.typography.default.regular.1h",
|
|
7227
|
-
es6: "
|
|
7472
|
+
es6: "calciteTypographyRegular1h",
|
|
7228
7473
|
},
|
|
7229
7474
|
"calcite-schema": {
|
|
7230
7475
|
system: "calcite",
|
|
@@ -7244,7 +7489,7 @@ export default {
|
|
|
7244
7489
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7245
7490
|
},
|
|
7246
7491
|
attributes: {
|
|
7247
|
-
category: "
|
|
7492
|
+
category: "typography",
|
|
7248
7493
|
},
|
|
7249
7494
|
key: "{semantic.typography.default.regular.1h}",
|
|
7250
7495
|
},
|
|
@@ -7279,7 +7524,7 @@ export default {
|
|
|
7279
7524
|
},
|
|
7280
7525
|
},
|
|
7281
7526
|
attributes: {
|
|
7282
|
-
category: "
|
|
7527
|
+
category: "typography",
|
|
7283
7528
|
type: "typography",
|
|
7284
7529
|
item: "default",
|
|
7285
7530
|
subitem: "medium",
|
|
@@ -7289,7 +7534,7 @@ export default {
|
|
|
7289
7534
|
css: "var(--calcite-typography-medium-minus-3h)",
|
|
7290
7535
|
js: "semantic.typography.default.medium.-3h",
|
|
7291
7536
|
docs: "semantic.typography.default.medium.-3h",
|
|
7292
|
-
es6: "
|
|
7537
|
+
es6: "calciteTypographyMediumMinus3h",
|
|
7293
7538
|
},
|
|
7294
7539
|
"calcite-schema": {
|
|
7295
7540
|
system: "calcite",
|
|
@@ -7310,7 +7555,7 @@ export default {
|
|
|
7310
7555
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7311
7556
|
},
|
|
7312
7557
|
attributes: {
|
|
7313
|
-
category: "
|
|
7558
|
+
category: "typography",
|
|
7314
7559
|
},
|
|
7315
7560
|
key: "{semantic.typography.default.medium.-3h}",
|
|
7316
7561
|
},
|
|
@@ -7342,7 +7587,7 @@ export default {
|
|
|
7342
7587
|
},
|
|
7343
7588
|
},
|
|
7344
7589
|
attributes: {
|
|
7345
|
-
category: "
|
|
7590
|
+
category: "typography",
|
|
7346
7591
|
type: "typography",
|
|
7347
7592
|
item: "default",
|
|
7348
7593
|
subitem: "medium",
|
|
@@ -7352,7 +7597,7 @@ export default {
|
|
|
7352
7597
|
css: "var(--calcite-typography-medium-minus-2h)",
|
|
7353
7598
|
js: "semantic.typography.default.medium.-2h",
|
|
7354
7599
|
docs: "semantic.typography.default.medium.-2h",
|
|
7355
|
-
es6: "
|
|
7600
|
+
es6: "calciteTypographyMediumMinus2h",
|
|
7356
7601
|
},
|
|
7357
7602
|
"calcite-schema": {
|
|
7358
7603
|
system: "calcite",
|
|
@@ -7372,7 +7617,7 @@ export default {
|
|
|
7372
7617
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7373
7618
|
},
|
|
7374
7619
|
attributes: {
|
|
7375
|
-
category: "
|
|
7620
|
+
category: "typography",
|
|
7376
7621
|
},
|
|
7377
7622
|
key: "{semantic.typography.default.medium.-2h}",
|
|
7378
7623
|
},
|
|
@@ -7403,7 +7648,7 @@ export default {
|
|
|
7403
7648
|
},
|
|
7404
7649
|
},
|
|
7405
7650
|
attributes: {
|
|
7406
|
-
category: "
|
|
7651
|
+
category: "typography",
|
|
7407
7652
|
type: "typography",
|
|
7408
7653
|
item: "default",
|
|
7409
7654
|
subitem: "medium",
|
|
@@ -7413,7 +7658,7 @@ export default {
|
|
|
7413
7658
|
css: "var(--calcite-typography-medium-minus-1h)",
|
|
7414
7659
|
js: "semantic.typography.default.medium.-1h",
|
|
7415
7660
|
docs: "semantic.typography.default.medium.-1h",
|
|
7416
|
-
es6: "
|
|
7661
|
+
es6: "calciteTypographyMediumMinus1h",
|
|
7417
7662
|
},
|
|
7418
7663
|
"calcite-schema": {
|
|
7419
7664
|
system: "calcite",
|
|
@@ -7432,7 +7677,7 @@ export default {
|
|
|
7432
7677
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7433
7678
|
},
|
|
7434
7679
|
attributes: {
|
|
7435
|
-
category: "
|
|
7680
|
+
category: "typography",
|
|
7436
7681
|
},
|
|
7437
7682
|
key: "{semantic.typography.default.medium.-1h}",
|
|
7438
7683
|
},
|
|
@@ -7465,7 +7710,7 @@ export default {
|
|
|
7465
7710
|
},
|
|
7466
7711
|
},
|
|
7467
7712
|
attributes: {
|
|
7468
|
-
category: "
|
|
7713
|
+
category: "typography",
|
|
7469
7714
|
type: "typography",
|
|
7470
7715
|
item: "default",
|
|
7471
7716
|
subitem: "medium",
|
|
@@ -7475,7 +7720,7 @@ export default {
|
|
|
7475
7720
|
css: "var(--calcite-typography-medium-0h)",
|
|
7476
7721
|
js: "semantic.typography.default.medium.0h",
|
|
7477
7722
|
docs: "semantic.typography.default.medium.0h",
|
|
7478
|
-
es6: "
|
|
7723
|
+
es6: "calciteTypographyMedium0h",
|
|
7479
7724
|
},
|
|
7480
7725
|
"calcite-schema": {
|
|
7481
7726
|
system: "calcite",
|
|
@@ -7496,7 +7741,7 @@ export default {
|
|
|
7496
7741
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7497
7742
|
},
|
|
7498
7743
|
attributes: {
|
|
7499
|
-
category: "
|
|
7744
|
+
category: "typography",
|
|
7500
7745
|
},
|
|
7501
7746
|
key: "{semantic.typography.default.medium.0h}",
|
|
7502
7747
|
},
|
|
@@ -7529,7 +7774,7 @@ export default {
|
|
|
7529
7774
|
},
|
|
7530
7775
|
},
|
|
7531
7776
|
attributes: {
|
|
7532
|
-
category: "
|
|
7777
|
+
category: "typography",
|
|
7533
7778
|
type: "typography",
|
|
7534
7779
|
item: "default",
|
|
7535
7780
|
subitem: "medium",
|
|
@@ -7539,7 +7784,7 @@ export default {
|
|
|
7539
7784
|
css: "var(--calcite-typography-medium-1h)",
|
|
7540
7785
|
js: "semantic.typography.default.medium.1h",
|
|
7541
7786
|
docs: "semantic.typography.default.medium.1h",
|
|
7542
|
-
es6: "
|
|
7787
|
+
es6: "calciteTypographyMedium1h",
|
|
7543
7788
|
},
|
|
7544
7789
|
"calcite-schema": {
|
|
7545
7790
|
system: "calcite",
|
|
@@ -7560,7 +7805,7 @@ export default {
|
|
|
7560
7805
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7561
7806
|
},
|
|
7562
7807
|
attributes: {
|
|
7563
|
-
category: "
|
|
7808
|
+
category: "typography",
|
|
7564
7809
|
},
|
|
7565
7810
|
key: "{semantic.typography.default.medium.1h}",
|
|
7566
7811
|
},
|
|
@@ -7595,7 +7840,7 @@ export default {
|
|
|
7595
7840
|
},
|
|
7596
7841
|
},
|
|
7597
7842
|
attributes: {
|
|
7598
|
-
category: "
|
|
7843
|
+
category: "typography",
|
|
7599
7844
|
type: "typography",
|
|
7600
7845
|
item: "default",
|
|
7601
7846
|
subitem: "bold",
|
|
@@ -7605,7 +7850,7 @@ export default {
|
|
|
7605
7850
|
css: "var(--calcite-typography-bold-minus-3h)",
|
|
7606
7851
|
js: "semantic.typography.default.bold.-3h",
|
|
7607
7852
|
docs: "semantic.typography.default.bold.-3h",
|
|
7608
|
-
es6: "
|
|
7853
|
+
es6: "calciteTypographyBoldMinus3h",
|
|
7609
7854
|
},
|
|
7610
7855
|
"calcite-schema": {
|
|
7611
7856
|
system: "calcite",
|
|
@@ -7626,7 +7871,7 @@ export default {
|
|
|
7626
7871
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7627
7872
|
},
|
|
7628
7873
|
attributes: {
|
|
7629
|
-
category: "
|
|
7874
|
+
category: "typography",
|
|
7630
7875
|
},
|
|
7631
7876
|
key: "{semantic.typography.default.bold.-3h}",
|
|
7632
7877
|
},
|
|
@@ -7658,7 +7903,7 @@ export default {
|
|
|
7658
7903
|
},
|
|
7659
7904
|
},
|
|
7660
7905
|
attributes: {
|
|
7661
|
-
category: "
|
|
7906
|
+
category: "typography",
|
|
7662
7907
|
type: "typography",
|
|
7663
7908
|
item: "default",
|
|
7664
7909
|
subitem: "bold",
|
|
@@ -7668,7 +7913,7 @@ export default {
|
|
|
7668
7913
|
css: "var(--calcite-typography-bold-minus-2h)",
|
|
7669
7914
|
js: "semantic.typography.default.bold.-2h",
|
|
7670
7915
|
docs: "semantic.typography.default.bold.-2h",
|
|
7671
|
-
es6: "
|
|
7916
|
+
es6: "calciteTypographyBoldMinus2h",
|
|
7672
7917
|
},
|
|
7673
7918
|
"calcite-schema": {
|
|
7674
7919
|
system: "calcite",
|
|
@@ -7688,7 +7933,7 @@ export default {
|
|
|
7688
7933
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7689
7934
|
},
|
|
7690
7935
|
attributes: {
|
|
7691
|
-
category: "
|
|
7936
|
+
category: "typography",
|
|
7692
7937
|
},
|
|
7693
7938
|
key: "{semantic.typography.default.bold.-2h}",
|
|
7694
7939
|
},
|
|
@@ -7719,7 +7964,7 @@ export default {
|
|
|
7719
7964
|
},
|
|
7720
7965
|
},
|
|
7721
7966
|
attributes: {
|
|
7722
|
-
category: "
|
|
7967
|
+
category: "typography",
|
|
7723
7968
|
type: "typography",
|
|
7724
7969
|
item: "default",
|
|
7725
7970
|
subitem: "bold",
|
|
@@ -7729,7 +7974,7 @@ export default {
|
|
|
7729
7974
|
css: "var(--calcite-typography-bold-minus-1h)",
|
|
7730
7975
|
js: "semantic.typography.default.bold.-1h",
|
|
7731
7976
|
docs: "semantic.typography.default.bold.-1h",
|
|
7732
|
-
es6: "
|
|
7977
|
+
es6: "calciteTypographyBoldMinus1h",
|
|
7733
7978
|
},
|
|
7734
7979
|
"calcite-schema": {
|
|
7735
7980
|
system: "calcite",
|
|
@@ -7748,7 +7993,7 @@ export default {
|
|
|
7748
7993
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7749
7994
|
},
|
|
7750
7995
|
attributes: {
|
|
7751
|
-
category: "
|
|
7996
|
+
category: "typography",
|
|
7752
7997
|
},
|
|
7753
7998
|
key: "{semantic.typography.default.bold.-1h}",
|
|
7754
7999
|
},
|
|
@@ -7781,7 +8026,7 @@ export default {
|
|
|
7781
8026
|
},
|
|
7782
8027
|
},
|
|
7783
8028
|
attributes: {
|
|
7784
|
-
category: "
|
|
8029
|
+
category: "typography",
|
|
7785
8030
|
type: "typography",
|
|
7786
8031
|
item: "default",
|
|
7787
8032
|
subitem: "bold",
|
|
@@ -7791,7 +8036,7 @@ export default {
|
|
|
7791
8036
|
css: "var(--calcite-typography-bold-0h)",
|
|
7792
8037
|
js: "semantic.typography.default.bold.0h",
|
|
7793
8038
|
docs: "semantic.typography.default.bold.0h",
|
|
7794
|
-
es6: "
|
|
8039
|
+
es6: "calciteTypographyBold0h",
|
|
7795
8040
|
},
|
|
7796
8041
|
"calcite-schema": {
|
|
7797
8042
|
system: "calcite",
|
|
@@ -7812,7 +8057,7 @@ export default {
|
|
|
7812
8057
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7813
8058
|
},
|
|
7814
8059
|
attributes: {
|
|
7815
|
-
category: "
|
|
8060
|
+
category: "typography",
|
|
7816
8061
|
},
|
|
7817
8062
|
key: "{semantic.typography.default.bold.0h}",
|
|
7818
8063
|
},
|
|
@@ -7845,7 +8090,7 @@ export default {
|
|
|
7845
8090
|
},
|
|
7846
8091
|
},
|
|
7847
8092
|
attributes: {
|
|
7848
|
-
category: "
|
|
8093
|
+
category: "typography",
|
|
7849
8094
|
type: "typography",
|
|
7850
8095
|
item: "default",
|
|
7851
8096
|
subitem: "bold",
|
|
@@ -7855,7 +8100,7 @@ export default {
|
|
|
7855
8100
|
css: "var(--calcite-typography-bold-1h)",
|
|
7856
8101
|
js: "semantic.typography.default.bold.1h",
|
|
7857
8102
|
docs: "semantic.typography.default.bold.1h",
|
|
7858
|
-
es6: "
|
|
8103
|
+
es6: "calciteTypographyBold1h",
|
|
7859
8104
|
},
|
|
7860
8105
|
"calcite-schema": {
|
|
7861
8106
|
system: "calcite",
|
|
@@ -7876,7 +8121,7 @@ export default {
|
|
|
7876
8121
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7877
8122
|
},
|
|
7878
8123
|
attributes: {
|
|
7879
|
-
category: "
|
|
8124
|
+
category: "typography",
|
|
7880
8125
|
},
|
|
7881
8126
|
key: "{semantic.typography.default.bold.1h}",
|
|
7882
8127
|
},
|
|
@@ -7913,7 +8158,7 @@ export default {
|
|
|
7913
8158
|
},
|
|
7914
8159
|
},
|
|
7915
8160
|
attributes: {
|
|
7916
|
-
category: "
|
|
8161
|
+
category: "typography",
|
|
7917
8162
|
type: "typography",
|
|
7918
8163
|
item: "wrap",
|
|
7919
8164
|
subitem: "light",
|
|
@@ -7944,7 +8189,7 @@ export default {
|
|
|
7944
8189
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
7945
8190
|
},
|
|
7946
8191
|
attributes: {
|
|
7947
|
-
category: "
|
|
8192
|
+
category: "typography",
|
|
7948
8193
|
},
|
|
7949
8194
|
key: "{semantic.typography.wrap.light.0}",
|
|
7950
8195
|
},
|
|
@@ -7977,7 +8222,7 @@ export default {
|
|
|
7977
8222
|
},
|
|
7978
8223
|
},
|
|
7979
8224
|
attributes: {
|
|
7980
|
-
category: "
|
|
8225
|
+
category: "typography",
|
|
7981
8226
|
type: "typography",
|
|
7982
8227
|
item: "wrap",
|
|
7983
8228
|
subitem: "light",
|
|
@@ -8008,7 +8253,7 @@ export default {
|
|
|
8008
8253
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8009
8254
|
},
|
|
8010
8255
|
attributes: {
|
|
8011
|
-
category: "
|
|
8256
|
+
category: "typography",
|
|
8012
8257
|
},
|
|
8013
8258
|
key: "{semantic.typography.wrap.light.1}",
|
|
8014
8259
|
},
|
|
@@ -8041,7 +8286,7 @@ export default {
|
|
|
8041
8286
|
},
|
|
8042
8287
|
},
|
|
8043
8288
|
attributes: {
|
|
8044
|
-
category: "
|
|
8289
|
+
category: "typography",
|
|
8045
8290
|
type: "typography",
|
|
8046
8291
|
item: "wrap",
|
|
8047
8292
|
subitem: "light",
|
|
@@ -8072,7 +8317,7 @@ export default {
|
|
|
8072
8317
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8073
8318
|
},
|
|
8074
8319
|
attributes: {
|
|
8075
|
-
category: "
|
|
8320
|
+
category: "typography",
|
|
8076
8321
|
},
|
|
8077
8322
|
key: "{semantic.typography.wrap.light.2}",
|
|
8078
8323
|
},
|
|
@@ -8105,7 +8350,7 @@ export default {
|
|
|
8105
8350
|
},
|
|
8106
8351
|
},
|
|
8107
8352
|
attributes: {
|
|
8108
|
-
category: "
|
|
8353
|
+
category: "typography",
|
|
8109
8354
|
type: "typography",
|
|
8110
8355
|
item: "wrap",
|
|
8111
8356
|
subitem: "light",
|
|
@@ -8136,7 +8381,7 @@ export default {
|
|
|
8136
8381
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8137
8382
|
},
|
|
8138
8383
|
attributes: {
|
|
8139
|
-
category: "
|
|
8384
|
+
category: "typography",
|
|
8140
8385
|
},
|
|
8141
8386
|
key: "{semantic.typography.wrap.light.3}",
|
|
8142
8387
|
},
|
|
@@ -8169,7 +8414,7 @@ export default {
|
|
|
8169
8414
|
},
|
|
8170
8415
|
},
|
|
8171
8416
|
attributes: {
|
|
8172
|
-
category: "
|
|
8417
|
+
category: "typography",
|
|
8173
8418
|
type: "typography",
|
|
8174
8419
|
item: "wrap",
|
|
8175
8420
|
subitem: "light",
|
|
@@ -8200,7 +8445,7 @@ export default {
|
|
|
8200
8445
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8201
8446
|
},
|
|
8202
8447
|
attributes: {
|
|
8203
|
-
category: "
|
|
8448
|
+
category: "typography",
|
|
8204
8449
|
},
|
|
8205
8450
|
key: "{semantic.typography.wrap.light.-2}",
|
|
8206
8451
|
},
|
|
@@ -8232,7 +8477,7 @@ export default {
|
|
|
8232
8477
|
},
|
|
8233
8478
|
},
|
|
8234
8479
|
attributes: {
|
|
8235
|
-
category: "
|
|
8480
|
+
category: "typography",
|
|
8236
8481
|
type: "typography",
|
|
8237
8482
|
item: "wrap",
|
|
8238
8483
|
subitem: "light",
|
|
@@ -8262,7 +8507,7 @@ export default {
|
|
|
8262
8507
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8263
8508
|
},
|
|
8264
8509
|
attributes: {
|
|
8265
|
-
category: "
|
|
8510
|
+
category: "typography",
|
|
8266
8511
|
},
|
|
8267
8512
|
key: "{semantic.typography.wrap.light.-1}",
|
|
8268
8513
|
},
|
|
@@ -8296,7 +8541,7 @@ export default {
|
|
|
8296
8541
|
},
|
|
8297
8542
|
},
|
|
8298
8543
|
attributes: {
|
|
8299
|
-
category: "
|
|
8544
|
+
category: "typography",
|
|
8300
8545
|
type: "typography",
|
|
8301
8546
|
item: "wrap",
|
|
8302
8547
|
subitem: "regular",
|
|
@@ -8326,7 +8571,7 @@ export default {
|
|
|
8326
8571
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8327
8572
|
},
|
|
8328
8573
|
attributes: {
|
|
8329
|
-
category: "
|
|
8574
|
+
category: "typography",
|
|
8330
8575
|
},
|
|
8331
8576
|
key: "{semantic.typography.wrap.regular.0}",
|
|
8332
8577
|
},
|
|
@@ -8358,7 +8603,7 @@ export default {
|
|
|
8358
8603
|
},
|
|
8359
8604
|
},
|
|
8360
8605
|
attributes: {
|
|
8361
|
-
category: "
|
|
8606
|
+
category: "typography",
|
|
8362
8607
|
type: "typography",
|
|
8363
8608
|
item: "wrap",
|
|
8364
8609
|
subitem: "regular",
|
|
@@ -8388,7 +8633,7 @@ export default {
|
|
|
8388
8633
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8389
8634
|
},
|
|
8390
8635
|
attributes: {
|
|
8391
|
-
category: "
|
|
8636
|
+
category: "typography",
|
|
8392
8637
|
},
|
|
8393
8638
|
key: "{semantic.typography.wrap.regular.1}",
|
|
8394
8639
|
},
|
|
@@ -8420,7 +8665,7 @@ export default {
|
|
|
8420
8665
|
},
|
|
8421
8666
|
},
|
|
8422
8667
|
attributes: {
|
|
8423
|
-
category: "
|
|
8668
|
+
category: "typography",
|
|
8424
8669
|
type: "typography",
|
|
8425
8670
|
item: "wrap",
|
|
8426
8671
|
subitem: "regular",
|
|
@@ -8450,7 +8695,7 @@ export default {
|
|
|
8450
8695
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8451
8696
|
},
|
|
8452
8697
|
attributes: {
|
|
8453
|
-
category: "
|
|
8698
|
+
category: "typography",
|
|
8454
8699
|
},
|
|
8455
8700
|
key: "{semantic.typography.wrap.regular.2}",
|
|
8456
8701
|
},
|
|
@@ -8482,7 +8727,7 @@ export default {
|
|
|
8482
8727
|
},
|
|
8483
8728
|
},
|
|
8484
8729
|
attributes: {
|
|
8485
|
-
category: "
|
|
8730
|
+
category: "typography",
|
|
8486
8731
|
type: "typography",
|
|
8487
8732
|
item: "wrap",
|
|
8488
8733
|
subitem: "regular",
|
|
@@ -8512,7 +8757,7 @@ export default {
|
|
|
8512
8757
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8513
8758
|
},
|
|
8514
8759
|
attributes: {
|
|
8515
|
-
category: "
|
|
8760
|
+
category: "typography",
|
|
8516
8761
|
},
|
|
8517
8762
|
key: "{semantic.typography.wrap.regular.3}",
|
|
8518
8763
|
},
|
|
@@ -8544,7 +8789,7 @@ export default {
|
|
|
8544
8789
|
},
|
|
8545
8790
|
},
|
|
8546
8791
|
attributes: {
|
|
8547
|
-
category: "
|
|
8792
|
+
category: "typography",
|
|
8548
8793
|
type: "typography",
|
|
8549
8794
|
item: "wrap",
|
|
8550
8795
|
subitem: "regular",
|
|
@@ -8574,7 +8819,7 @@ export default {
|
|
|
8574
8819
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8575
8820
|
},
|
|
8576
8821
|
attributes: {
|
|
8577
|
-
category: "
|
|
8822
|
+
category: "typography",
|
|
8578
8823
|
},
|
|
8579
8824
|
key: "{semantic.typography.wrap.regular.-2}",
|
|
8580
8825
|
},
|
|
@@ -8605,7 +8850,7 @@ export default {
|
|
|
8605
8850
|
},
|
|
8606
8851
|
},
|
|
8607
8852
|
attributes: {
|
|
8608
|
-
category: "
|
|
8853
|
+
category: "typography",
|
|
8609
8854
|
type: "typography",
|
|
8610
8855
|
item: "wrap",
|
|
8611
8856
|
subitem: "regular",
|
|
@@ -8634,7 +8879,7 @@ export default {
|
|
|
8634
8879
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8635
8880
|
},
|
|
8636
8881
|
attributes: {
|
|
8637
|
-
category: "
|
|
8882
|
+
category: "typography",
|
|
8638
8883
|
},
|
|
8639
8884
|
key: "{semantic.typography.wrap.regular.-1}",
|
|
8640
8885
|
},
|
|
@@ -8669,7 +8914,7 @@ export default {
|
|
|
8669
8914
|
},
|
|
8670
8915
|
},
|
|
8671
8916
|
attributes: {
|
|
8672
|
-
category: "
|
|
8917
|
+
category: "typography",
|
|
8673
8918
|
type: "typography",
|
|
8674
8919
|
item: "wrap",
|
|
8675
8920
|
subitem: "medium",
|
|
@@ -8700,7 +8945,7 @@ export default {
|
|
|
8700
8945
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8701
8946
|
},
|
|
8702
8947
|
attributes: {
|
|
8703
|
-
category: "
|
|
8948
|
+
category: "typography",
|
|
8704
8949
|
},
|
|
8705
8950
|
key: "{semantic.typography.wrap.medium.0}",
|
|
8706
8951
|
},
|
|
@@ -8733,7 +8978,7 @@ export default {
|
|
|
8733
8978
|
},
|
|
8734
8979
|
},
|
|
8735
8980
|
attributes: {
|
|
8736
|
-
category: "
|
|
8981
|
+
category: "typography",
|
|
8737
8982
|
type: "typography",
|
|
8738
8983
|
item: "wrap",
|
|
8739
8984
|
subitem: "medium",
|
|
@@ -8764,7 +9009,7 @@ export default {
|
|
|
8764
9009
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8765
9010
|
},
|
|
8766
9011
|
attributes: {
|
|
8767
|
-
category: "
|
|
9012
|
+
category: "typography",
|
|
8768
9013
|
},
|
|
8769
9014
|
key: "{semantic.typography.wrap.medium.1}",
|
|
8770
9015
|
},
|
|
@@ -8797,7 +9042,7 @@ export default {
|
|
|
8797
9042
|
},
|
|
8798
9043
|
},
|
|
8799
9044
|
attributes: {
|
|
8800
|
-
category: "
|
|
9045
|
+
category: "typography",
|
|
8801
9046
|
type: "typography",
|
|
8802
9047
|
item: "wrap",
|
|
8803
9048
|
subitem: "medium",
|
|
@@ -8828,7 +9073,7 @@ export default {
|
|
|
8828
9073
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8829
9074
|
},
|
|
8830
9075
|
attributes: {
|
|
8831
|
-
category: "
|
|
9076
|
+
category: "typography",
|
|
8832
9077
|
},
|
|
8833
9078
|
key: "{semantic.typography.wrap.medium.2}",
|
|
8834
9079
|
},
|
|
@@ -8861,7 +9106,7 @@ export default {
|
|
|
8861
9106
|
},
|
|
8862
9107
|
},
|
|
8863
9108
|
attributes: {
|
|
8864
|
-
category: "
|
|
9109
|
+
category: "typography",
|
|
8865
9110
|
type: "typography",
|
|
8866
9111
|
item: "wrap",
|
|
8867
9112
|
subitem: "medium",
|
|
@@ -8892,7 +9137,7 @@ export default {
|
|
|
8892
9137
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8893
9138
|
},
|
|
8894
9139
|
attributes: {
|
|
8895
|
-
category: "
|
|
9140
|
+
category: "typography",
|
|
8896
9141
|
},
|
|
8897
9142
|
key: "{semantic.typography.wrap.medium.3}",
|
|
8898
9143
|
},
|
|
@@ -8925,7 +9170,7 @@ export default {
|
|
|
8925
9170
|
},
|
|
8926
9171
|
},
|
|
8927
9172
|
attributes: {
|
|
8928
|
-
category: "
|
|
9173
|
+
category: "typography",
|
|
8929
9174
|
type: "typography",
|
|
8930
9175
|
item: "wrap",
|
|
8931
9176
|
subitem: "medium",
|
|
@@ -8956,7 +9201,7 @@ export default {
|
|
|
8956
9201
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
8957
9202
|
},
|
|
8958
9203
|
attributes: {
|
|
8959
|
-
category: "
|
|
9204
|
+
category: "typography",
|
|
8960
9205
|
},
|
|
8961
9206
|
key: "{semantic.typography.wrap.medium.-2}",
|
|
8962
9207
|
},
|
|
@@ -8988,7 +9233,7 @@ export default {
|
|
|
8988
9233
|
},
|
|
8989
9234
|
},
|
|
8990
9235
|
attributes: {
|
|
8991
|
-
category: "
|
|
9236
|
+
category: "typography",
|
|
8992
9237
|
type: "typography",
|
|
8993
9238
|
item: "wrap",
|
|
8994
9239
|
subitem: "medium",
|
|
@@ -9018,7 +9263,7 @@ export default {
|
|
|
9018
9263
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9019
9264
|
},
|
|
9020
9265
|
attributes: {
|
|
9021
|
-
category: "
|
|
9266
|
+
category: "typography",
|
|
9022
9267
|
},
|
|
9023
9268
|
key: "{semantic.typography.wrap.medium.-1}",
|
|
9024
9269
|
},
|
|
@@ -9053,7 +9298,7 @@ export default {
|
|
|
9053
9298
|
},
|
|
9054
9299
|
},
|
|
9055
9300
|
attributes: {
|
|
9056
|
-
category: "
|
|
9301
|
+
category: "typography",
|
|
9057
9302
|
type: "typography",
|
|
9058
9303
|
item: "wrap",
|
|
9059
9304
|
subitem: "bold",
|
|
@@ -9084,7 +9329,7 @@ export default {
|
|
|
9084
9329
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9085
9330
|
},
|
|
9086
9331
|
attributes: {
|
|
9087
|
-
category: "
|
|
9332
|
+
category: "typography",
|
|
9088
9333
|
},
|
|
9089
9334
|
key: "{semantic.typography.wrap.bold.0}",
|
|
9090
9335
|
},
|
|
@@ -9117,7 +9362,7 @@ export default {
|
|
|
9117
9362
|
},
|
|
9118
9363
|
},
|
|
9119
9364
|
attributes: {
|
|
9120
|
-
category: "
|
|
9365
|
+
category: "typography",
|
|
9121
9366
|
type: "typography",
|
|
9122
9367
|
item: "wrap",
|
|
9123
9368
|
subitem: "bold",
|
|
@@ -9148,7 +9393,7 @@ export default {
|
|
|
9148
9393
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9149
9394
|
},
|
|
9150
9395
|
attributes: {
|
|
9151
|
-
category: "
|
|
9396
|
+
category: "typography",
|
|
9152
9397
|
},
|
|
9153
9398
|
key: "{semantic.typography.wrap.bold.1}",
|
|
9154
9399
|
},
|
|
@@ -9181,7 +9426,7 @@ export default {
|
|
|
9181
9426
|
},
|
|
9182
9427
|
},
|
|
9183
9428
|
attributes: {
|
|
9184
|
-
category: "
|
|
9429
|
+
category: "typography",
|
|
9185
9430
|
type: "typography",
|
|
9186
9431
|
item: "wrap",
|
|
9187
9432
|
subitem: "bold",
|
|
@@ -9212,7 +9457,7 @@ export default {
|
|
|
9212
9457
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9213
9458
|
},
|
|
9214
9459
|
attributes: {
|
|
9215
|
-
category: "
|
|
9460
|
+
category: "typography",
|
|
9216
9461
|
},
|
|
9217
9462
|
key: "{semantic.typography.wrap.bold.2}",
|
|
9218
9463
|
},
|
|
@@ -9245,7 +9490,7 @@ export default {
|
|
|
9245
9490
|
},
|
|
9246
9491
|
},
|
|
9247
9492
|
attributes: {
|
|
9248
|
-
category: "
|
|
9493
|
+
category: "typography",
|
|
9249
9494
|
type: "typography",
|
|
9250
9495
|
item: "wrap",
|
|
9251
9496
|
subitem: "bold",
|
|
@@ -9276,7 +9521,7 @@ export default {
|
|
|
9276
9521
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9277
9522
|
},
|
|
9278
9523
|
attributes: {
|
|
9279
|
-
category: "
|
|
9524
|
+
category: "typography",
|
|
9280
9525
|
},
|
|
9281
9526
|
key: "{semantic.typography.wrap.bold.3}",
|
|
9282
9527
|
},
|
|
@@ -9309,7 +9554,7 @@ export default {
|
|
|
9309
9554
|
},
|
|
9310
9555
|
},
|
|
9311
9556
|
attributes: {
|
|
9312
|
-
category: "
|
|
9557
|
+
category: "typography",
|
|
9313
9558
|
type: "typography",
|
|
9314
9559
|
item: "wrap",
|
|
9315
9560
|
subitem: "bold",
|
|
@@ -9340,7 +9585,7 @@ export default {
|
|
|
9340
9585
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9341
9586
|
},
|
|
9342
9587
|
attributes: {
|
|
9343
|
-
category: "
|
|
9588
|
+
category: "typography",
|
|
9344
9589
|
},
|
|
9345
9590
|
key: "{semantic.typography.wrap.bold.-2}",
|
|
9346
9591
|
},
|
|
@@ -9372,7 +9617,7 @@ export default {
|
|
|
9372
9617
|
},
|
|
9373
9618
|
},
|
|
9374
9619
|
attributes: {
|
|
9375
|
-
category: "
|
|
9620
|
+
category: "typography",
|
|
9376
9621
|
type: "typography",
|
|
9377
9622
|
item: "wrap",
|
|
9378
9623
|
subitem: "bold",
|
|
@@ -9402,7 +9647,7 @@ export default {
|
|
|
9402
9647
|
"calcite.extends": "{semantic.typography.default.default}",
|
|
9403
9648
|
},
|
|
9404
9649
|
attributes: {
|
|
9405
|
-
category: "
|
|
9650
|
+
category: "typography",
|
|
9406
9651
|
},
|
|
9407
9652
|
key: "{semantic.typography.wrap.bold.-1}",
|
|
9408
9653
|
},
|
|
@@ -9422,7 +9667,7 @@ export default {
|
|
|
9422
9667
|
},
|
|
9423
9668
|
type: "typography",
|
|
9424
9669
|
attributes: {
|
|
9425
|
-
category: "
|
|
9670
|
+
category: "typography",
|
|
9426
9671
|
type: "typography",
|
|
9427
9672
|
item: "hierarchy",
|
|
9428
9673
|
subitem: "display",
|
|
@@ -9446,7 +9691,7 @@ export default {
|
|
|
9446
9691
|
value: "{semantic.typography.wrap.bold.3}",
|
|
9447
9692
|
type: "typography",
|
|
9448
9693
|
attributes: {
|
|
9449
|
-
category: "
|
|
9694
|
+
category: "typography",
|
|
9450
9695
|
},
|
|
9451
9696
|
key: "{semantic.typography.hierarchy.display.1}",
|
|
9452
9697
|
},
|
|
@@ -9462,7 +9707,7 @@ export default {
|
|
|
9462
9707
|
},
|
|
9463
9708
|
type: "typography",
|
|
9464
9709
|
attributes: {
|
|
9465
|
-
category: "
|
|
9710
|
+
category: "typography",
|
|
9466
9711
|
type: "typography",
|
|
9467
9712
|
item: "hierarchy",
|
|
9468
9713
|
subitem: "display",
|
|
@@ -9486,7 +9731,7 @@ export default {
|
|
|
9486
9731
|
value: "{semantic.typography.wrap.bold.2}",
|
|
9487
9732
|
type: "typography",
|
|
9488
9733
|
attributes: {
|
|
9489
|
-
category: "
|
|
9734
|
+
category: "typography",
|
|
9490
9735
|
},
|
|
9491
9736
|
key: "{semantic.typography.hierarchy.display.2}",
|
|
9492
9737
|
},
|
|
@@ -9504,7 +9749,7 @@ export default {
|
|
|
9504
9749
|
},
|
|
9505
9750
|
type: "typography",
|
|
9506
9751
|
attributes: {
|
|
9507
|
-
category: "
|
|
9752
|
+
category: "typography",
|
|
9508
9753
|
type: "typography",
|
|
9509
9754
|
item: "hierarchy",
|
|
9510
9755
|
subitem: "heading",
|
|
@@ -9528,7 +9773,7 @@ export default {
|
|
|
9528
9773
|
value: "{semantic.typography.wrap.medium.3}",
|
|
9529
9774
|
type: "typography",
|
|
9530
9775
|
attributes: {
|
|
9531
|
-
category: "
|
|
9776
|
+
category: "typography",
|
|
9532
9777
|
},
|
|
9533
9778
|
key: "{semantic.typography.hierarchy.heading.1}",
|
|
9534
9779
|
},
|
|
@@ -9544,7 +9789,7 @@ export default {
|
|
|
9544
9789
|
},
|
|
9545
9790
|
type: "typography",
|
|
9546
9791
|
attributes: {
|
|
9547
|
-
category: "
|
|
9792
|
+
category: "typography",
|
|
9548
9793
|
type: "typography",
|
|
9549
9794
|
item: "hierarchy",
|
|
9550
9795
|
subitem: "heading",
|
|
@@ -9568,7 +9813,7 @@ export default {
|
|
|
9568
9813
|
value: "{semantic.typography.wrap.medium.2}",
|
|
9569
9814
|
type: "typography",
|
|
9570
9815
|
attributes: {
|
|
9571
|
-
category: "
|
|
9816
|
+
category: "typography",
|
|
9572
9817
|
},
|
|
9573
9818
|
key: "{semantic.typography.hierarchy.heading.2}",
|
|
9574
9819
|
},
|
|
@@ -9584,7 +9829,7 @@ export default {
|
|
|
9584
9829
|
},
|
|
9585
9830
|
type: "typography",
|
|
9586
9831
|
attributes: {
|
|
9587
|
-
category: "
|
|
9832
|
+
category: "typography",
|
|
9588
9833
|
type: "typography",
|
|
9589
9834
|
item: "hierarchy",
|
|
9590
9835
|
subitem: "heading",
|
|
@@ -9608,7 +9853,7 @@ export default {
|
|
|
9608
9853
|
value: "{semantic.typography.wrap.medium.1}",
|
|
9609
9854
|
type: "typography",
|
|
9610
9855
|
attributes: {
|
|
9611
|
-
category: "
|
|
9856
|
+
category: "typography",
|
|
9612
9857
|
},
|
|
9613
9858
|
key: "{semantic.typography.hierarchy.heading.3}",
|
|
9614
9859
|
},
|
|
@@ -9624,7 +9869,7 @@ export default {
|
|
|
9624
9869
|
},
|
|
9625
9870
|
type: "typography",
|
|
9626
9871
|
attributes: {
|
|
9627
|
-
category: "
|
|
9872
|
+
category: "typography",
|
|
9628
9873
|
type: "typography",
|
|
9629
9874
|
item: "hierarchy",
|
|
9630
9875
|
subitem: "heading",
|
|
@@ -9648,7 +9893,7 @@ export default {
|
|
|
9648
9893
|
value: "{semantic.typography.wrap.medium.0}",
|
|
9649
9894
|
type: "typography",
|
|
9650
9895
|
attributes: {
|
|
9651
|
-
category: "
|
|
9896
|
+
category: "typography",
|
|
9652
9897
|
},
|
|
9653
9898
|
key: "{semantic.typography.hierarchy.heading.4}",
|
|
9654
9899
|
},
|
|
@@ -9663,7 +9908,7 @@ export default {
|
|
|
9663
9908
|
},
|
|
9664
9909
|
type: "typography",
|
|
9665
9910
|
attributes: {
|
|
9666
|
-
category: "
|
|
9911
|
+
category: "typography",
|
|
9667
9912
|
type: "typography",
|
|
9668
9913
|
item: "hierarchy",
|
|
9669
9914
|
subitem: "heading",
|
|
@@ -9687,7 +9932,7 @@ export default {
|
|
|
9687
9932
|
value: "{semantic.typography.wrap.medium.-1}",
|
|
9688
9933
|
type: "typography",
|
|
9689
9934
|
attributes: {
|
|
9690
|
-
category: "
|
|
9935
|
+
category: "typography",
|
|
9691
9936
|
},
|
|
9692
9937
|
key: "{semantic.typography.hierarchy.heading.5}",
|
|
9693
9938
|
},
|
|
@@ -9703,7 +9948,7 @@ export default {
|
|
|
9703
9948
|
},
|
|
9704
9949
|
type: "typography",
|
|
9705
9950
|
attributes: {
|
|
9706
|
-
category: "
|
|
9951
|
+
category: "typography",
|
|
9707
9952
|
type: "typography",
|
|
9708
9953
|
item: "hierarchy",
|
|
9709
9954
|
subitem: "body",
|
|
@@ -9727,7 +9972,7 @@ export default {
|
|
|
9727
9972
|
value: "{semantic.typography.wrap.regular.-1}",
|
|
9728
9973
|
type: "typography",
|
|
9729
9974
|
attributes: {
|
|
9730
|
-
category: "
|
|
9975
|
+
category: "typography",
|
|
9731
9976
|
},
|
|
9732
9977
|
key: "{semantic.typography.hierarchy.body.snug}",
|
|
9733
9978
|
},
|
|
@@ -9753,7 +9998,7 @@ export default {
|
|
|
9753
9998
|
},
|
|
9754
9999
|
type: "typography",
|
|
9755
10000
|
attributes: {
|
|
9756
|
-
category: "
|
|
10001
|
+
category: "typography",
|
|
9757
10002
|
type: "typography",
|
|
9758
10003
|
item: "hierarchy",
|
|
9759
10004
|
subitem: "body",
|
|
@@ -9777,7 +10022,7 @@ export default {
|
|
|
9777
10022
|
value: "{semantic.typography.default.default}",
|
|
9778
10023
|
type: "typography",
|
|
9779
10024
|
attributes: {
|
|
9780
|
-
category: "
|
|
10025
|
+
category: "typography",
|
|
9781
10026
|
},
|
|
9782
10027
|
key: "{semantic.typography.hierarchy.body.default}",
|
|
9783
10028
|
},
|
|
@@ -9794,7 +10039,7 @@ export default {
|
|
|
9794
10039
|
},
|
|
9795
10040
|
type: "typography",
|
|
9796
10041
|
attributes: {
|
|
9797
|
-
category: "
|
|
10042
|
+
category: "typography",
|
|
9798
10043
|
type: "typography",
|
|
9799
10044
|
item: "hierarchy",
|
|
9800
10045
|
subitem: "overline",
|
|
@@ -9821,7 +10066,7 @@ export default {
|
|
|
9821
10066
|
},
|
|
9822
10067
|
type: "typography",
|
|
9823
10068
|
attributes: {
|
|
9824
|
-
category: "
|
|
10069
|
+
category: "typography",
|
|
9825
10070
|
},
|
|
9826
10071
|
key: "{semantic.typography.hierarchy.overline}",
|
|
9827
10072
|
},
|
|
@@ -9836,7 +10081,7 @@ export default {
|
|
|
9836
10081
|
},
|
|
9837
10082
|
type: "typography",
|
|
9838
10083
|
attributes: {
|
|
9839
|
-
category: "
|
|
10084
|
+
category: "typography",
|
|
9840
10085
|
type: "typography",
|
|
9841
10086
|
item: "hierarchy",
|
|
9842
10087
|
subitem: "caption",
|
|
@@ -9859,7 +10104,7 @@ export default {
|
|
|
9859
10104
|
value: "{semantic.typography.wrap.regular.-2}",
|
|
9860
10105
|
type: "typography",
|
|
9861
10106
|
attributes: {
|
|
9862
|
-
category: "
|
|
10107
|
+
category: "typography",
|
|
9863
10108
|
},
|
|
9864
10109
|
key: "{semantic.typography.hierarchy.caption}",
|
|
9865
10110
|
},
|