@esri/calcite-design-tokens 3.1.1-next.0 → 3.1.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/global.css +1 -1
- package/dist/css/semantic.css +21 -21
- package/dist/docs/core.json +1276 -1317
- package/dist/docs/dark.json +89 -89
- package/dist/docs/global.json +530 -480
- package/dist/docs/light.json +89 -89
- package/dist/docs/semantic.json +330 -280
- package/dist/js/core.js +1476 -802
- package/dist/js/dark.js +88 -44
- package/dist/js/global.js +572 -364
- package/dist/js/light.js +88 -44
- package/dist/js/semantic.js +361 -203
- package/dist/scss/global.scss +1 -1
- package/dist/scss/semantic.scss +21 -21
- package/package.json +2 -2
package/dist/js/semantic.js
CHANGED
|
@@ -8,6 +8,7 @@ export default {
|
|
|
8
8
|
border: {
|
|
9
9
|
width: {
|
|
10
10
|
none: {
|
|
11
|
+
key: "{semantic.border.width.none}",
|
|
11
12
|
value: "0",
|
|
12
13
|
type: "dimension",
|
|
13
14
|
attributes: {
|
|
@@ -36,12 +37,13 @@ export default {
|
|
|
36
37
|
attributes: {
|
|
37
38
|
category: "border",
|
|
38
39
|
},
|
|
40
|
+
key: "{semantic.border.width.none}",
|
|
39
41
|
},
|
|
40
42
|
name: "Border Width None",
|
|
41
43
|
path: ["semantic", "border", "width", "none"],
|
|
42
|
-
key: "{semantic.border.width.none}",
|
|
43
44
|
},
|
|
44
45
|
sm: {
|
|
46
|
+
key: "{semantic.border.width.sm}",
|
|
45
47
|
value: "1px",
|
|
46
48
|
type: "dimension",
|
|
47
49
|
attributes: {
|
|
@@ -70,12 +72,13 @@ export default {
|
|
|
70
72
|
attributes: {
|
|
71
73
|
category: "border",
|
|
72
74
|
},
|
|
75
|
+
key: "{semantic.border.width.sm}",
|
|
73
76
|
},
|
|
74
77
|
name: "Border Width Sm",
|
|
75
78
|
path: ["semantic", "border", "width", "sm"],
|
|
76
|
-
key: "{semantic.border.width.sm}",
|
|
77
79
|
},
|
|
78
80
|
md: {
|
|
81
|
+
key: "{semantic.border.width.md}",
|
|
79
82
|
value: "2px",
|
|
80
83
|
type: "dimension",
|
|
81
84
|
attributes: {
|
|
@@ -104,12 +107,13 @@ export default {
|
|
|
104
107
|
attributes: {
|
|
105
108
|
category: "border",
|
|
106
109
|
},
|
|
110
|
+
key: "{semantic.border.width.md}",
|
|
107
111
|
},
|
|
108
112
|
name: "Border Width Md",
|
|
109
113
|
path: ["semantic", "border", "width", "md"],
|
|
110
|
-
key: "{semantic.border.width.md}",
|
|
111
114
|
},
|
|
112
115
|
lg: {
|
|
116
|
+
key: "{semantic.border.width.lg}",
|
|
113
117
|
value: "4px",
|
|
114
118
|
type: "dimension",
|
|
115
119
|
attributes: {
|
|
@@ -138,16 +142,17 @@ export default {
|
|
|
138
142
|
attributes: {
|
|
139
143
|
category: "border",
|
|
140
144
|
},
|
|
145
|
+
key: "{semantic.border.width.lg}",
|
|
141
146
|
},
|
|
142
147
|
name: "Border Width Lg",
|
|
143
148
|
path: ["semantic", "border", "width", "lg"],
|
|
144
|
-
key: "{semantic.border.width.lg}",
|
|
145
149
|
},
|
|
146
150
|
},
|
|
147
151
|
},
|
|
148
152
|
"container-size": {
|
|
149
153
|
height: {
|
|
150
154
|
xxs: {
|
|
155
|
+
key: "{semantic.container-size.height.xxs}",
|
|
151
156
|
value: {
|
|
152
157
|
min: "0",
|
|
153
158
|
max: "154px",
|
|
@@ -166,6 +171,7 @@ export default {
|
|
|
166
171
|
description: "Small handheld devices and mini-windows",
|
|
167
172
|
filePath: "src/tokens/semantic/container-size.json",
|
|
168
173
|
isSource: true,
|
|
174
|
+
key: "{semantic.container-size.height.xxs}",
|
|
169
175
|
name: "calcite-semantic-container-size-height-xxs",
|
|
170
176
|
path: ["semantic", "container-size", "height", "xxs"],
|
|
171
177
|
comment: "Small handheld devices and mini-windows",
|
|
@@ -194,13 +200,14 @@ export default {
|
|
|
194
200
|
attributes: {
|
|
195
201
|
category: "breakpoint",
|
|
196
202
|
},
|
|
203
|
+
key: "{semantic.container-size.height.xxs}",
|
|
197
204
|
},
|
|
198
205
|
name: "Container Size Height Xxs",
|
|
199
206
|
path: ["semantic", "container-size", "height", "xxs"],
|
|
200
207
|
comment: "Small handheld devices and mini-windows",
|
|
201
|
-
key: "{semantic.container-size.height.xxs}",
|
|
202
208
|
},
|
|
203
209
|
xs: {
|
|
210
|
+
key: "{semantic.container-size.height.xs}",
|
|
204
211
|
value: {
|
|
205
212
|
min: "155px",
|
|
206
213
|
max: "328px",
|
|
@@ -219,6 +226,7 @@ export default {
|
|
|
219
226
|
description: "Handheld devices",
|
|
220
227
|
filePath: "src/tokens/semantic/container-size.json",
|
|
221
228
|
isSource: true,
|
|
229
|
+
key: "{semantic.container-size.height.xs}",
|
|
222
230
|
name: "calcite-semantic-container-size-height-xs",
|
|
223
231
|
path: ["semantic", "container-size", "height", "xs"],
|
|
224
232
|
comment: "Handheld devices",
|
|
@@ -247,13 +255,14 @@ export default {
|
|
|
247
255
|
attributes: {
|
|
248
256
|
category: "breakpoint",
|
|
249
257
|
},
|
|
258
|
+
key: "{semantic.container-size.height.xs}",
|
|
250
259
|
},
|
|
251
260
|
name: "Container Size Height Xs",
|
|
252
261
|
path: ["semantic", "container-size", "height", "xs"],
|
|
253
262
|
comment: "Handheld devices",
|
|
254
|
-
key: "{semantic.container-size.height.xs}",
|
|
255
263
|
},
|
|
256
264
|
sm: {
|
|
265
|
+
key: "{semantic.container-size.height.sm}",
|
|
257
266
|
value: {
|
|
258
267
|
min: "329px",
|
|
259
268
|
max: "504px",
|
|
@@ -272,6 +281,7 @@ export default {
|
|
|
272
281
|
description: "Small tablets",
|
|
273
282
|
filePath: "src/tokens/semantic/container-size.json",
|
|
274
283
|
isSource: true,
|
|
284
|
+
key: "{semantic.container-size.height.sm}",
|
|
275
285
|
name: "calcite-semantic-container-size-height-sm",
|
|
276
286
|
path: ["semantic", "container-size", "height", "sm"],
|
|
277
287
|
comment: "Small tablets",
|
|
@@ -300,13 +310,14 @@ export default {
|
|
|
300
310
|
attributes: {
|
|
301
311
|
category: "breakpoint",
|
|
302
312
|
},
|
|
313
|
+
key: "{semantic.container-size.height.sm}",
|
|
303
314
|
},
|
|
304
315
|
name: "Container Size Height Sm",
|
|
305
316
|
path: ["semantic", "container-size", "height", "sm"],
|
|
306
317
|
comment: "Small tablets",
|
|
307
|
-
key: "{semantic.container-size.height.sm}",
|
|
308
318
|
},
|
|
309
319
|
md: {
|
|
320
|
+
key: "{semantic.container-size.height.md}",
|
|
310
321
|
value: {
|
|
311
322
|
min: "505px",
|
|
312
323
|
max: "678px",
|
|
@@ -325,6 +336,7 @@ export default {
|
|
|
325
336
|
description: "Small laptops",
|
|
326
337
|
filePath: "src/tokens/semantic/container-size.json",
|
|
327
338
|
isSource: true,
|
|
339
|
+
key: "{semantic.container-size.height.md}",
|
|
328
340
|
name: "calcite-semantic-container-size-height-md",
|
|
329
341
|
path: ["semantic", "container-size", "height", "md"],
|
|
330
342
|
comment: "Small laptops",
|
|
@@ -353,13 +365,14 @@ export default {
|
|
|
353
365
|
attributes: {
|
|
354
366
|
category: "breakpoint",
|
|
355
367
|
},
|
|
368
|
+
key: "{semantic.container-size.height.md}",
|
|
356
369
|
},
|
|
357
370
|
name: "Container Size Height Md",
|
|
358
371
|
path: ["semantic", "container-size", "height", "md"],
|
|
359
372
|
comment: "Small laptops",
|
|
360
|
-
key: "{semantic.container-size.height.md}",
|
|
361
373
|
},
|
|
362
374
|
lg: {
|
|
375
|
+
key: "{semantic.container-size.height.lg}",
|
|
363
376
|
value: {
|
|
364
377
|
min: "679px",
|
|
365
378
|
max: "854px",
|
|
@@ -378,6 +391,7 @@ export default {
|
|
|
378
391
|
description: "Large laptops and desktop computers",
|
|
379
392
|
filePath: "src/tokens/semantic/container-size.json",
|
|
380
393
|
isSource: true,
|
|
394
|
+
key: "{semantic.container-size.height.lg}",
|
|
381
395
|
name: "calcite-semantic-container-size-height-lg",
|
|
382
396
|
path: ["semantic", "container-size", "height", "lg"],
|
|
383
397
|
comment: "Large laptops and desktop computers",
|
|
@@ -406,13 +420,14 @@ export default {
|
|
|
406
420
|
attributes: {
|
|
407
421
|
category: "breakpoint",
|
|
408
422
|
},
|
|
423
|
+
key: "{semantic.container-size.height.lg}",
|
|
409
424
|
},
|
|
410
425
|
name: "Container Size Height Lg",
|
|
411
426
|
path: ["semantic", "container-size", "height", "lg"],
|
|
412
427
|
comment: "Large laptops and desktop computers",
|
|
413
|
-
key: "{semantic.container-size.height.lg}",
|
|
414
428
|
},
|
|
415
429
|
xl: {
|
|
430
|
+
key: "{semantic.container-size.height.xl}",
|
|
416
431
|
value: {
|
|
417
432
|
min: "855px",
|
|
418
433
|
},
|
|
@@ -429,6 +444,7 @@ export default {
|
|
|
429
444
|
description: "Projectors and televisions",
|
|
430
445
|
filePath: "src/tokens/semantic/container-size.json",
|
|
431
446
|
isSource: true,
|
|
447
|
+
key: "{semantic.container-size.height.xl}",
|
|
432
448
|
name: "calcite-semantic-container-size-height-xl",
|
|
433
449
|
path: ["semantic", "container-size", "height", "xl"],
|
|
434
450
|
comment: "Projectors and televisions",
|
|
@@ -456,15 +472,16 @@ export default {
|
|
|
456
472
|
attributes: {
|
|
457
473
|
category: "breakpoint",
|
|
458
474
|
},
|
|
475
|
+
key: "{semantic.container-size.height.xl}",
|
|
459
476
|
},
|
|
460
477
|
name: "Container Size Height Xl",
|
|
461
478
|
path: ["semantic", "container-size", "height", "xl"],
|
|
462
479
|
comment: "Projectors and televisions",
|
|
463
|
-
key: "{semantic.container-size.height.xl}",
|
|
464
480
|
},
|
|
465
481
|
},
|
|
466
482
|
width: {
|
|
467
483
|
xxs: {
|
|
484
|
+
key: "{semantic.container-size.width.xxs}",
|
|
468
485
|
value: {
|
|
469
486
|
min: "0",
|
|
470
487
|
max: "320px",
|
|
@@ -477,12 +494,13 @@ export default {
|
|
|
477
494
|
item: "width",
|
|
478
495
|
subitem: "xxs",
|
|
479
496
|
value: {
|
|
480
|
-
min: 0,
|
|
497
|
+
min: "0",
|
|
481
498
|
max: "320px",
|
|
482
499
|
},
|
|
483
500
|
description: "Small handheld devices and mini-windows",
|
|
484
501
|
filePath: "src/tokens/semantic/container-size.json",
|
|
485
502
|
isSource: true,
|
|
503
|
+
key: "{semantic.container-size.width.xxs}",
|
|
486
504
|
name: "calcite-semantic-container-size-width-xxs",
|
|
487
505
|
path: ["semantic", "container-size", "width", "xxs"],
|
|
488
506
|
comment: "Small handheld devices and mini-windows",
|
|
@@ -503,7 +521,7 @@ export default {
|
|
|
503
521
|
isSource: true,
|
|
504
522
|
original: {
|
|
505
523
|
value: {
|
|
506
|
-
min: 0,
|
|
524
|
+
min: "0",
|
|
507
525
|
max: "{core.container-size.320}",
|
|
508
526
|
},
|
|
509
527
|
type: "dimension",
|
|
@@ -511,13 +529,14 @@ export default {
|
|
|
511
529
|
attributes: {
|
|
512
530
|
category: "breakpoint",
|
|
513
531
|
},
|
|
532
|
+
key: "{semantic.container-size.width.xxs}",
|
|
514
533
|
},
|
|
515
534
|
name: "Container Size Width Xxs",
|
|
516
535
|
path: ["semantic", "container-size", "width", "xxs"],
|
|
517
536
|
comment: "Small handheld devices and mini-windows",
|
|
518
|
-
key: "{semantic.container-size.width.xxs}",
|
|
519
537
|
},
|
|
520
538
|
xs: {
|
|
539
|
+
key: "{semantic.container-size.width.xs}",
|
|
521
540
|
value: {
|
|
522
541
|
min: "321px",
|
|
523
542
|
max: "476px",
|
|
@@ -536,6 +555,7 @@ export default {
|
|
|
536
555
|
description: "Handheld devices",
|
|
537
556
|
filePath: "src/tokens/semantic/container-size.json",
|
|
538
557
|
isSource: true,
|
|
558
|
+
key: "{semantic.container-size.width.xs}",
|
|
539
559
|
name: "calcite-semantic-container-size-width-xs",
|
|
540
560
|
path: ["semantic", "container-size", "width", "xs"],
|
|
541
561
|
comment: "Handheld devices",
|
|
@@ -564,13 +584,14 @@ export default {
|
|
|
564
584
|
attributes: {
|
|
565
585
|
category: "breakpoint",
|
|
566
586
|
},
|
|
587
|
+
key: "{semantic.container-size.width.xs}",
|
|
567
588
|
},
|
|
568
589
|
name: "Container Size Width Xs",
|
|
569
590
|
path: ["semantic", "container-size", "width", "xs"],
|
|
570
591
|
comment: "Handheld devices",
|
|
571
|
-
key: "{semantic.container-size.width.xs}",
|
|
572
592
|
},
|
|
573
593
|
sm: {
|
|
594
|
+
key: "{semantic.container-size.width.sm}",
|
|
574
595
|
value: {
|
|
575
596
|
min: "477px",
|
|
576
597
|
max: "768px",
|
|
@@ -589,6 +610,7 @@ export default {
|
|
|
589
610
|
description: "Small tablets",
|
|
590
611
|
filePath: "src/tokens/semantic/container-size.json",
|
|
591
612
|
isSource: true,
|
|
613
|
+
key: "{semantic.container-size.width.sm}",
|
|
592
614
|
name: "calcite-semantic-container-size-width-sm",
|
|
593
615
|
path: ["semantic", "container-size", "width", "sm"],
|
|
594
616
|
comment: "Small tablets",
|
|
@@ -617,13 +639,14 @@ export default {
|
|
|
617
639
|
attributes: {
|
|
618
640
|
category: "breakpoint",
|
|
619
641
|
},
|
|
642
|
+
key: "{semantic.container-size.width.sm}",
|
|
620
643
|
},
|
|
621
644
|
name: "Container Size Width Sm",
|
|
622
645
|
path: ["semantic", "container-size", "width", "sm"],
|
|
623
646
|
comment: "Small tablets",
|
|
624
|
-
key: "{semantic.container-size.width.sm}",
|
|
625
647
|
},
|
|
626
648
|
md: {
|
|
649
|
+
key: "{semantic.container-size.width.md}",
|
|
627
650
|
value: {
|
|
628
651
|
min: "769px",
|
|
629
652
|
max: "1152px",
|
|
@@ -642,6 +665,7 @@ export default {
|
|
|
642
665
|
description: "Small laptops",
|
|
643
666
|
filePath: "src/tokens/semantic/container-size.json",
|
|
644
667
|
isSource: true,
|
|
668
|
+
key: "{semantic.container-size.width.md}",
|
|
645
669
|
name: "calcite-semantic-container-size-width-md",
|
|
646
670
|
path: ["semantic", "container-size", "width", "md"],
|
|
647
671
|
comment: "Small laptops",
|
|
@@ -670,13 +694,14 @@ export default {
|
|
|
670
694
|
attributes: {
|
|
671
695
|
category: "breakpoint",
|
|
672
696
|
},
|
|
697
|
+
key: "{semantic.container-size.width.md}",
|
|
673
698
|
},
|
|
674
699
|
name: "Container Size Width Md",
|
|
675
700
|
path: ["semantic", "container-size", "width", "md"],
|
|
676
701
|
comment: "Small laptops",
|
|
677
|
-
key: "{semantic.container-size.width.md}",
|
|
678
702
|
},
|
|
679
703
|
lg: {
|
|
704
|
+
key: "{semantic.container-size.width.lg}",
|
|
680
705
|
value: {
|
|
681
706
|
min: "1153px",
|
|
682
707
|
max: "1440px",
|
|
@@ -695,6 +720,7 @@ export default {
|
|
|
695
720
|
description: "Large laptops and desktop computers",
|
|
696
721
|
filePath: "src/tokens/semantic/container-size.json",
|
|
697
722
|
isSource: true,
|
|
723
|
+
key: "{semantic.container-size.width.lg}",
|
|
698
724
|
name: "calcite-semantic-container-size-width-lg",
|
|
699
725
|
path: ["semantic", "container-size", "width", "lg"],
|
|
700
726
|
comment: "Large laptops and desktop computers",
|
|
@@ -723,13 +749,14 @@ export default {
|
|
|
723
749
|
attributes: {
|
|
724
750
|
category: "breakpoint",
|
|
725
751
|
},
|
|
752
|
+
key: "{semantic.container-size.width.lg}",
|
|
726
753
|
},
|
|
727
754
|
name: "Container Size Width Lg",
|
|
728
755
|
path: ["semantic", "container-size", "width", "lg"],
|
|
729
756
|
comment: "Large laptops and desktop computers",
|
|
730
|
-
key: "{semantic.container-size.width.lg}",
|
|
731
757
|
},
|
|
732
758
|
xl: {
|
|
759
|
+
key: "{semantic.container-size.width.xl}",
|
|
733
760
|
value: {
|
|
734
761
|
min: "1441px",
|
|
735
762
|
},
|
|
@@ -746,6 +773,7 @@ export default {
|
|
|
746
773
|
description: "Projectors and televisions",
|
|
747
774
|
filePath: "src/tokens/semantic/container-size.json",
|
|
748
775
|
isSource: true,
|
|
776
|
+
key: "{semantic.container-size.width.xl}",
|
|
749
777
|
name: "calcite-semantic-container-size-width-xl",
|
|
750
778
|
path: ["semantic", "container-size", "width", "xl"],
|
|
751
779
|
comment: "Projectors and televisions",
|
|
@@ -773,14 +801,15 @@ export default {
|
|
|
773
801
|
attributes: {
|
|
774
802
|
category: "breakpoint",
|
|
775
803
|
},
|
|
804
|
+
key: "{semantic.container-size.width.xl}",
|
|
776
805
|
},
|
|
777
806
|
name: "Container Size Width Xl",
|
|
778
807
|
path: ["semantic", "container-size", "width", "xl"],
|
|
779
808
|
comment: "Projectors and televisions",
|
|
780
|
-
key: "{semantic.container-size.width.xl}",
|
|
781
809
|
},
|
|
782
810
|
},
|
|
783
811
|
margin: {
|
|
812
|
+
key: "{semantic.container-size.margin}",
|
|
784
813
|
value: "24px",
|
|
785
814
|
type: "dimension",
|
|
786
815
|
attributes: {
|
|
@@ -808,12 +837,13 @@ export default {
|
|
|
808
837
|
attributes: {
|
|
809
838
|
category: "breakpoint",
|
|
810
839
|
},
|
|
840
|
+
key: "{semantic.container-size.margin}",
|
|
811
841
|
},
|
|
812
842
|
name: "Container Size Margin",
|
|
813
843
|
path: ["semantic", "container-size", "margin"],
|
|
814
|
-
key: "{semantic.container-size.margin}",
|
|
815
844
|
},
|
|
816
845
|
gutter: {
|
|
846
|
+
key: "{semantic.container-size.gutter}",
|
|
817
847
|
value: "16px",
|
|
818
848
|
type: "dimension",
|
|
819
849
|
attributes: {
|
|
@@ -841,13 +871,14 @@ export default {
|
|
|
841
871
|
attributes: {
|
|
842
872
|
category: "breakpoint",
|
|
843
873
|
},
|
|
874
|
+
key: "{semantic.container-size.gutter}",
|
|
844
875
|
},
|
|
845
876
|
name: "Container Size Gutter",
|
|
846
877
|
path: ["semantic", "container-size", "gutter"],
|
|
847
|
-
key: "{semantic.container-size.gutter}",
|
|
848
878
|
},
|
|
849
879
|
content: {
|
|
850
880
|
fluid: {
|
|
881
|
+
key: "{semantic.container-size.content.fluid}",
|
|
851
882
|
value: "100%",
|
|
852
883
|
type: "dimension",
|
|
853
884
|
description: "for fluid grid widths",
|
|
@@ -860,6 +891,7 @@ export default {
|
|
|
860
891
|
description: "for fluid grid widths",
|
|
861
892
|
filePath: "src/tokens/semantic/container-size.json",
|
|
862
893
|
isSource: true,
|
|
894
|
+
key: "{semantic.container-size.content.fluid}",
|
|
863
895
|
name: "calcite-semantic-container-size-content-fluid",
|
|
864
896
|
path: ["semantic", "container-size", "content", "fluid"],
|
|
865
897
|
comment: "for fluid grid widths",
|
|
@@ -885,13 +917,14 @@ export default {
|
|
|
885
917
|
attributes: {
|
|
886
918
|
category: "breakpoint",
|
|
887
919
|
},
|
|
920
|
+
key: "{semantic.container-size.content.fluid}",
|
|
888
921
|
},
|
|
889
922
|
name: "Container Size Content Fluid",
|
|
890
923
|
path: ["semantic", "container-size", "content", "fluid"],
|
|
891
924
|
comment: "for fluid grid widths",
|
|
892
|
-
key: "{semantic.container-size.content.fluid}",
|
|
893
925
|
},
|
|
894
926
|
fixed: {
|
|
927
|
+
key: "{semantic.container-size.content.fixed}",
|
|
895
928
|
value: "1440px",
|
|
896
929
|
type: "dimension",
|
|
897
930
|
description: "only for lg breakpoint fixed grid width",
|
|
@@ -904,6 +937,7 @@ export default {
|
|
|
904
937
|
description: "only for lg breakpoint fixed grid width",
|
|
905
938
|
filePath: "src/tokens/semantic/container-size.json",
|
|
906
939
|
isSource: true,
|
|
940
|
+
key: "{semantic.container-size.content.fixed}",
|
|
907
941
|
name: "calcite-semantic-container-size-content-fixed",
|
|
908
942
|
path: ["semantic", "container-size", "content", "fixed"],
|
|
909
943
|
comment: "only for lg breakpoint fixed grid width",
|
|
@@ -929,17 +963,18 @@ export default {
|
|
|
929
963
|
attributes: {
|
|
930
964
|
category: "breakpoint",
|
|
931
965
|
},
|
|
966
|
+
key: "{semantic.container-size.content.fixed}",
|
|
932
967
|
},
|
|
933
968
|
name: "Container Size Content Fixed",
|
|
934
969
|
path: ["semantic", "container-size", "content", "fixed"],
|
|
935
970
|
comment: "only for lg breakpoint fixed grid width",
|
|
936
|
-
key: "{semantic.container-size.content.fixed}",
|
|
937
971
|
},
|
|
938
972
|
},
|
|
939
973
|
},
|
|
940
974
|
corner: {
|
|
941
975
|
radius: {
|
|
942
976
|
default: {
|
|
977
|
+
key: "{semantic.corner.radius.default}",
|
|
943
978
|
value: "0",
|
|
944
979
|
type: "dimension",
|
|
945
980
|
attributes: {
|
|
@@ -968,12 +1003,13 @@ export default {
|
|
|
968
1003
|
attributes: {
|
|
969
1004
|
category: "corner",
|
|
970
1005
|
},
|
|
1006
|
+
key: "{semantic.corner.radius.default}",
|
|
971
1007
|
},
|
|
972
1008
|
name: "Corner Radius",
|
|
973
1009
|
path: ["semantic", "corner", "radius", "default"],
|
|
974
|
-
key: "{semantic.corner.radius.default}",
|
|
975
1010
|
},
|
|
976
1011
|
sharp: {
|
|
1012
|
+
key: "{semantic.corner.radius.sharp}",
|
|
977
1013
|
value: "0",
|
|
978
1014
|
type: "dimension",
|
|
979
1015
|
attributes: {
|
|
@@ -985,6 +1021,7 @@ export default {
|
|
|
985
1021
|
description: "deprecated, use --calcite-conder-radius-none instead",
|
|
986
1022
|
filePath: "src/tokens/semantic/corner.json",
|
|
987
1023
|
isSource: true,
|
|
1024
|
+
key: "{semantic.corner.radius.sharp}",
|
|
988
1025
|
name: "calcite-semantic-corner-radius-sharp",
|
|
989
1026
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
990
1027
|
comment: "deprecated, use --calcite-conder-radius-none instead",
|
|
@@ -1011,13 +1048,14 @@ export default {
|
|
|
1011
1048
|
category: "corner",
|
|
1012
1049
|
},
|
|
1013
1050
|
description: "deprecated, use --calcite-conder-radius-none instead",
|
|
1051
|
+
key: "{semantic.corner.radius.sharp}",
|
|
1014
1052
|
},
|
|
1015
1053
|
name: "Corner Radius Sharp",
|
|
1016
1054
|
path: ["semantic", "corner", "radius", "sharp"],
|
|
1017
1055
|
comment: "deprecated, use --calcite-conder-radius-none instead",
|
|
1018
|
-
key: "{semantic.corner.radius.sharp}",
|
|
1019
1056
|
},
|
|
1020
1057
|
none: {
|
|
1058
|
+
key: "{semantic.corner.radius.none}",
|
|
1021
1059
|
value: "0",
|
|
1022
1060
|
type: "dimension",
|
|
1023
1061
|
attributes: {
|
|
@@ -1046,12 +1084,13 @@ export default {
|
|
|
1046
1084
|
attributes: {
|
|
1047
1085
|
category: "corner",
|
|
1048
1086
|
},
|
|
1087
|
+
key: "{semantic.corner.radius.none}",
|
|
1049
1088
|
},
|
|
1050
1089
|
name: "Corner Radius None",
|
|
1051
1090
|
path: ["semantic", "corner", "radius", "none"],
|
|
1052
|
-
key: "{semantic.corner.radius.none}",
|
|
1053
1091
|
},
|
|
1054
1092
|
xs: {
|
|
1093
|
+
key: "{semantic.corner.radius.xs}",
|
|
1055
1094
|
value: "2px",
|
|
1056
1095
|
type: "dimension",
|
|
1057
1096
|
attributes: {
|
|
@@ -1080,12 +1119,13 @@ export default {
|
|
|
1080
1119
|
attributes: {
|
|
1081
1120
|
category: "corner",
|
|
1082
1121
|
},
|
|
1122
|
+
key: "{semantic.corner.radius.xs}",
|
|
1083
1123
|
},
|
|
1084
1124
|
name: "Corner Radius Xs",
|
|
1085
1125
|
path: ["semantic", "corner", "radius", "xs"],
|
|
1086
|
-
key: "{semantic.corner.radius.xs}",
|
|
1087
1126
|
},
|
|
1088
1127
|
sm: {
|
|
1128
|
+
key: "{semantic.corner.radius.sm}",
|
|
1089
1129
|
value: "4px",
|
|
1090
1130
|
type: "dimension",
|
|
1091
1131
|
attributes: {
|
|
@@ -1114,12 +1154,13 @@ export default {
|
|
|
1114
1154
|
attributes: {
|
|
1115
1155
|
category: "corner",
|
|
1116
1156
|
},
|
|
1157
|
+
key: "{semantic.corner.radius.sm}",
|
|
1117
1158
|
},
|
|
1118
1159
|
name: "Corner Radius Sm",
|
|
1119
1160
|
path: ["semantic", "corner", "radius", "sm"],
|
|
1120
|
-
key: "{semantic.corner.radius.sm}",
|
|
1121
1161
|
},
|
|
1122
1162
|
round: {
|
|
1163
|
+
key: "{semantic.corner.radius.round}",
|
|
1123
1164
|
value: "4px",
|
|
1124
1165
|
type: "dimension",
|
|
1125
1166
|
attributes: {
|
|
@@ -1131,6 +1172,7 @@ export default {
|
|
|
1131
1172
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
1132
1173
|
filePath: "src/tokens/semantic/corner.json",
|
|
1133
1174
|
isSource: true,
|
|
1175
|
+
key: "{semantic.corner.radius.round}",
|
|
1134
1176
|
name: "calcite-semantic-corner-radius-round",
|
|
1135
1177
|
path: ["semantic", "corner", "radius", "round"],
|
|
1136
1178
|
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
@@ -1157,13 +1199,14 @@ export default {
|
|
|
1157
1199
|
category: "corner",
|
|
1158
1200
|
},
|
|
1159
1201
|
description: "deprecated, use --calcite-corner-radius-sm instead",
|
|
1202
|
+
key: "{semantic.corner.radius.round}",
|
|
1160
1203
|
},
|
|
1161
1204
|
name: "Corner Radius Round",
|
|
1162
1205
|
path: ["semantic", "corner", "radius", "round"],
|
|
1163
1206
|
comment: "deprecated, use --calcite-corner-radius-sm instead",
|
|
1164
|
-
key: "{semantic.corner.radius.round}",
|
|
1165
1207
|
},
|
|
1166
1208
|
pill: {
|
|
1209
|
+
key: "{semantic.corner.radius.pill}",
|
|
1167
1210
|
value: "100%",
|
|
1168
1211
|
type: "dimension",
|
|
1169
1212
|
attributes: {
|
|
@@ -1194,29 +1237,30 @@ export default {
|
|
|
1194
1237
|
element: "",
|
|
1195
1238
|
category: "corner",
|
|
1196
1239
|
},
|
|
1240
|
+
key: "{semantic.corner.radius.pill}",
|
|
1197
1241
|
},
|
|
1198
1242
|
name: "Corner Radius Pill",
|
|
1199
1243
|
path: ["semantic", "corner", "radius", "pill"],
|
|
1200
|
-
key: "{semantic.corner.radius.pill}",
|
|
1201
1244
|
},
|
|
1202
1245
|
},
|
|
1203
1246
|
},
|
|
1204
1247
|
font: {
|
|
1205
1248
|
family: {
|
|
1206
1249
|
default: {
|
|
1250
|
+
key: "{semantic.font.family.default}",
|
|
1207
1251
|
value: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
1208
1252
|
type: "fontFamily",
|
|
1209
|
-
description: "Primary font with fallbacks",
|
|
1210
1253
|
attributes: {
|
|
1211
1254
|
group: "family",
|
|
1212
1255
|
category: "semantic",
|
|
1213
1256
|
type: "fontFamily",
|
|
1214
1257
|
item: "family",
|
|
1215
1258
|
subitem: "default",
|
|
1216
|
-
value:
|
|
1259
|
+
value: "Avenir Next,Avenir,Helvetica Neue,sans-serif",
|
|
1217
1260
|
description: "Primary font with fallbacks",
|
|
1218
1261
|
filePath: "src/tokens/semantic/font.json",
|
|
1219
1262
|
isSource: true,
|
|
1263
|
+
key: "{semantic.font.family.default}",
|
|
1220
1264
|
name: "calcite-semantic-font-family-default",
|
|
1221
1265
|
path: ["semantic", "font", "family", "default"],
|
|
1222
1266
|
comment: "Primary font with fallbacks",
|
|
@@ -1233,27 +1277,25 @@ export default {
|
|
|
1233
1277
|
type: "fontFamily",
|
|
1234
1278
|
},
|
|
1235
1279
|
},
|
|
1280
|
+
description: "Primary font with fallbacks",
|
|
1236
1281
|
filePath: "src/tokens/semantic/font.json",
|
|
1237
1282
|
isSource: true,
|
|
1238
1283
|
original: {
|
|
1239
|
-
value:
|
|
1240
|
-
"{core.font.family.avenirNext}",
|
|
1241
|
-
"{core.font.family.avenir}",
|
|
1242
|
-
"{core.font.family.helveticaNeue}",
|
|
1243
|
-
"{core.font.family.sansSerif}",
|
|
1244
|
-
],
|
|
1284
|
+
value:
|
|
1285
|
+
"{core.font.family.avenirNext},{core.font.family.avenir},{core.font.family.helveticaNeue},{core.font.family.sansSerif}",
|
|
1245
1286
|
type: "fontFamily",
|
|
1246
|
-
description: "Primary font with fallbacks",
|
|
1247
1287
|
attributes: {
|
|
1248
1288
|
group: "family",
|
|
1249
1289
|
},
|
|
1290
|
+
description: "Primary font with fallbacks",
|
|
1291
|
+
key: "{semantic.font.family.default}",
|
|
1250
1292
|
},
|
|
1251
1293
|
name: "Font Family",
|
|
1252
1294
|
path: ["semantic", "font", "family", "default"],
|
|
1253
1295
|
comment: "Primary font with fallbacks",
|
|
1254
|
-
key: "{semantic.font.family.default}",
|
|
1255
1296
|
},
|
|
1256
1297
|
code: {
|
|
1298
|
+
key: "{semantic.font.family.code}",
|
|
1257
1299
|
value: [
|
|
1258
1300
|
"Monaco",
|
|
1259
1301
|
"Consolas",
|
|
@@ -1262,22 +1304,16 @@ export default {
|
|
|
1262
1304
|
"monospace",
|
|
1263
1305
|
],
|
|
1264
1306
|
type: "fontFamily",
|
|
1265
|
-
description: "Font family for code with fallbacks",
|
|
1266
1307
|
attributes: {
|
|
1267
1308
|
category: "font",
|
|
1268
1309
|
type: "fontFamily",
|
|
1269
1310
|
item: "family",
|
|
1270
1311
|
subitem: "code",
|
|
1271
|
-
value:
|
|
1272
|
-
"Monaco",
|
|
1273
|
-
"Consolas",
|
|
1274
|
-
"Andale Mono",
|
|
1275
|
-
"Lucida Console",
|
|
1276
|
-
"monospace",
|
|
1277
|
-
],
|
|
1312
|
+
value: "Monaco,Consolas,Andale Mono,Lucida Console,monospace",
|
|
1278
1313
|
description: "Font family for code with fallbacks",
|
|
1279
1314
|
filePath: "src/tokens/semantic/font.json",
|
|
1280
1315
|
isSource: true,
|
|
1316
|
+
key: "{semantic.font.family.code}",
|
|
1281
1317
|
name: "calcite-semantic-font-family-code",
|
|
1282
1318
|
path: ["semantic", "font", "family", "code"],
|
|
1283
1319
|
comment: "Font family for code with fallbacks",
|
|
@@ -1294,33 +1330,29 @@ export default {
|
|
|
1294
1330
|
type: "fontFamily",
|
|
1295
1331
|
},
|
|
1296
1332
|
},
|
|
1333
|
+
description: "Font family for code with fallbacks",
|
|
1297
1334
|
filePath: "src/tokens/semantic/font.json",
|
|
1298
1335
|
isSource: true,
|
|
1299
1336
|
original: {
|
|
1300
|
-
value:
|
|
1301
|
-
"{core.font.family.monaco}",
|
|
1302
|
-
"{core.font.family.consolas}",
|
|
1303
|
-
"{core.font.family.andaleMono}",
|
|
1304
|
-
"{core.font.family.lucidaConsole}",
|
|
1305
|
-
"{core.font.family.monospace}",
|
|
1306
|
-
],
|
|
1337
|
+
value:
|
|
1338
|
+
"{core.font.family.monaco},{core.font.family.consolas},{core.font.family.andaleMono},{core.font.family.lucidaConsole},{core.font.family.monospace}",
|
|
1307
1339
|
type: "fontFamily",
|
|
1308
|
-
description: "Font family for code with fallbacks",
|
|
1309
1340
|
attributes: {
|
|
1310
1341
|
category: "font",
|
|
1311
1342
|
},
|
|
1343
|
+
description: "Font family for code with fallbacks",
|
|
1344
|
+
key: "{semantic.font.family.code}",
|
|
1312
1345
|
},
|
|
1313
1346
|
name: "Font Family Code",
|
|
1314
1347
|
path: ["semantic", "font", "family", "code"],
|
|
1315
1348
|
comment: "Font family for code with fallbacks",
|
|
1316
|
-
key: "{semantic.font.family.code}",
|
|
1317
1349
|
},
|
|
1318
1350
|
},
|
|
1319
1351
|
weight: {
|
|
1320
1352
|
light: {
|
|
1353
|
+
key: "{semantic.font.weight.light}",
|
|
1321
1354
|
value: "300",
|
|
1322
1355
|
type: "fontWeight",
|
|
1323
|
-
description: "For Avenir Next World (secondary font family)",
|
|
1324
1356
|
attributes: {
|
|
1325
1357
|
category: "font",
|
|
1326
1358
|
type: "fontWeight",
|
|
@@ -1330,6 +1362,7 @@ export default {
|
|
|
1330
1362
|
description: "For Avenir Next World (secondary font family)",
|
|
1331
1363
|
filePath: "src/tokens/semantic/font.json",
|
|
1332
1364
|
isSource: true,
|
|
1365
|
+
key: "{semantic.font.weight.light}",
|
|
1333
1366
|
name: "calcite-semantic-font-weight-light",
|
|
1334
1367
|
path: ["semantic", "font", "weight", "light"],
|
|
1335
1368
|
comment: "For Avenir Next World (secondary font family)",
|
|
@@ -1346,26 +1379,26 @@ export default {
|
|
|
1346
1379
|
type: "fontWeight",
|
|
1347
1380
|
},
|
|
1348
1381
|
},
|
|
1382
|
+
description: "For Avenir Next World (secondary font family)",
|
|
1349
1383
|
filePath: "src/tokens/semantic/font.json",
|
|
1350
1384
|
isSource: true,
|
|
1351
1385
|
original: {
|
|
1352
1386
|
value: "{core.font.weight.light}",
|
|
1353
1387
|
type: "fontWeight",
|
|
1354
|
-
description: "For Avenir Next World (secondary font family)",
|
|
1355
1388
|
attributes: {
|
|
1356
1389
|
category: "font",
|
|
1357
1390
|
},
|
|
1391
|
+
description: "For Avenir Next World (secondary font family)",
|
|
1392
|
+
key: "{semantic.font.weight.light}",
|
|
1358
1393
|
},
|
|
1359
1394
|
name: "Font Weight Light",
|
|
1360
1395
|
path: ["semantic", "font", "weight", "light"],
|
|
1361
1396
|
comment: "For Avenir Next World (secondary font family)",
|
|
1362
|
-
key: "{semantic.font.weight.light}",
|
|
1363
1397
|
},
|
|
1364
1398
|
normal: {
|
|
1399
|
+
key: "{semantic.font.weight.normal}",
|
|
1365
1400
|
value: "400",
|
|
1366
1401
|
type: "fontWeight",
|
|
1367
|
-
description:
|
|
1368
|
-
'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"',
|
|
1369
1402
|
extensions: {
|
|
1370
1403
|
"calcite.deprecated": true,
|
|
1371
1404
|
},
|
|
@@ -1375,13 +1408,14 @@ export default {
|
|
|
1375
1408
|
item: "weight",
|
|
1376
1409
|
subitem: "normal",
|
|
1377
1410
|
value: "400",
|
|
1378
|
-
description:
|
|
1379
|
-
'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"',
|
|
1380
1411
|
extensions: {
|
|
1381
1412
|
"calcite.deprecated": true,
|
|
1382
1413
|
},
|
|
1414
|
+
description:
|
|
1415
|
+
'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"',
|
|
1383
1416
|
filePath: "src/tokens/semantic/font.json",
|
|
1384
1417
|
isSource: true,
|
|
1418
|
+
key: "{semantic.font.weight.normal}",
|
|
1385
1419
|
name: "calcite-semantic-font-weight-normal",
|
|
1386
1420
|
path: ["semantic", "font", "weight", "normal"],
|
|
1387
1421
|
comment:
|
|
@@ -1399,27 +1433,30 @@ export default {
|
|
|
1399
1433
|
type: "fontWeight",
|
|
1400
1434
|
},
|
|
1401
1435
|
},
|
|
1436
|
+
description:
|
|
1437
|
+
'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"',
|
|
1402
1438
|
filePath: "src/tokens/semantic/font.json",
|
|
1403
1439
|
isSource: true,
|
|
1404
1440
|
original: {
|
|
1405
1441
|
value: "{core.font.weight.regular}",
|
|
1406
1442
|
type: "fontWeight",
|
|
1407
|
-
description:
|
|
1408
|
-
'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"',
|
|
1409
1443
|
extensions: {
|
|
1410
1444
|
"calcite.deprecated": true,
|
|
1411
1445
|
},
|
|
1412
1446
|
attributes: {
|
|
1413
1447
|
category: "font",
|
|
1414
1448
|
},
|
|
1449
|
+
description:
|
|
1450
|
+
'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"',
|
|
1451
|
+
key: "{semantic.font.weight.normal}",
|
|
1415
1452
|
},
|
|
1416
1453
|
name: "Font Weight Normal",
|
|
1417
1454
|
path: ["semantic", "font", "weight", "normal"],
|
|
1418
1455
|
comment:
|
|
1419
1456
|
'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"',
|
|
1420
|
-
key: "{semantic.font.weight.normal}",
|
|
1421
1457
|
},
|
|
1422
1458
|
regular: {
|
|
1459
|
+
key: "{semantic.font.weight.regular}",
|
|
1423
1460
|
value: "400",
|
|
1424
1461
|
type: "fontWeight",
|
|
1425
1462
|
attributes: {
|
|
@@ -1448,12 +1485,13 @@ export default {
|
|
|
1448
1485
|
attributes: {
|
|
1449
1486
|
category: "font",
|
|
1450
1487
|
},
|
|
1488
|
+
key: "{semantic.font.weight.regular}",
|
|
1451
1489
|
},
|
|
1452
1490
|
name: "Font Weight Regular",
|
|
1453
1491
|
path: ["semantic", "font", "weight", "regular"],
|
|
1454
|
-
key: "{semantic.font.weight.regular}",
|
|
1455
1492
|
},
|
|
1456
1493
|
medium: {
|
|
1494
|
+
key: "{semantic.font.weight.medium}",
|
|
1457
1495
|
value: "500",
|
|
1458
1496
|
type: "fontWeight",
|
|
1459
1497
|
attributes: {
|
|
@@ -1482,12 +1520,13 @@ export default {
|
|
|
1482
1520
|
attributes: {
|
|
1483
1521
|
category: "font",
|
|
1484
1522
|
},
|
|
1523
|
+
key: "{semantic.font.weight.medium}",
|
|
1485
1524
|
},
|
|
1486
1525
|
name: "Font Weight Medium",
|
|
1487
1526
|
path: ["semantic", "font", "weight", "medium"],
|
|
1488
|
-
key: "{semantic.font.weight.medium}",
|
|
1489
1527
|
},
|
|
1490
1528
|
semibold: {
|
|
1529
|
+
key: "{semantic.font.weight.semibold}",
|
|
1491
1530
|
value: "600",
|
|
1492
1531
|
type: "fontWeight",
|
|
1493
1532
|
attributes: {
|
|
@@ -1516,12 +1555,13 @@ export default {
|
|
|
1516
1555
|
attributes: {
|
|
1517
1556
|
category: "font",
|
|
1518
1557
|
},
|
|
1558
|
+
key: "{semantic.font.weight.semibold}",
|
|
1519
1559
|
},
|
|
1520
1560
|
name: "Font Weight Semibold",
|
|
1521
1561
|
path: ["semantic", "font", "weight", "semibold"],
|
|
1522
|
-
key: "{semantic.font.weight.semibold}",
|
|
1523
1562
|
},
|
|
1524
1563
|
bold: {
|
|
1564
|
+
key: "{semantic.font.weight.bold}",
|
|
1525
1565
|
value: "600",
|
|
1526
1566
|
type: "fontWeight",
|
|
1527
1567
|
attributes: {
|
|
@@ -1550,14 +1590,15 @@ export default {
|
|
|
1550
1590
|
attributes: {
|
|
1551
1591
|
category: "font",
|
|
1552
1592
|
},
|
|
1593
|
+
key: "{semantic.font.weight.bold}",
|
|
1553
1594
|
},
|
|
1554
1595
|
name: "Font Weight Bold",
|
|
1555
1596
|
path: ["semantic", "font", "weight", "bold"],
|
|
1556
|
-
key: "{semantic.font.weight.bold}",
|
|
1557
1597
|
},
|
|
1558
1598
|
},
|
|
1559
1599
|
size: {
|
|
1560
1600
|
xs: {
|
|
1601
|
+
key: "{semantic.font.size.xs}",
|
|
1561
1602
|
value: "10px",
|
|
1562
1603
|
type: "fontSize",
|
|
1563
1604
|
attributes: {
|
|
@@ -1586,12 +1627,13 @@ export default {
|
|
|
1586
1627
|
attributes: {
|
|
1587
1628
|
category: "font",
|
|
1588
1629
|
},
|
|
1630
|
+
key: "{semantic.font.size.xs}",
|
|
1589
1631
|
},
|
|
1590
1632
|
name: "Font Size Xs",
|
|
1591
1633
|
path: ["semantic", "font", "size", "xs"],
|
|
1592
|
-
key: "{semantic.font.size.xs}",
|
|
1593
1634
|
},
|
|
1594
1635
|
sm: {
|
|
1636
|
+
key: "{semantic.font.size.sm}",
|
|
1595
1637
|
value: "12px",
|
|
1596
1638
|
type: "fontSize",
|
|
1597
1639
|
attributes: {
|
|
@@ -1620,12 +1662,13 @@ export default {
|
|
|
1620
1662
|
attributes: {
|
|
1621
1663
|
category: "font",
|
|
1622
1664
|
},
|
|
1665
|
+
key: "{semantic.font.size.sm}",
|
|
1623
1666
|
},
|
|
1624
1667
|
name: "Font Size Sm",
|
|
1625
1668
|
path: ["semantic", "font", "size", "sm"],
|
|
1626
|
-
key: "{semantic.font.size.sm}",
|
|
1627
1669
|
},
|
|
1628
1670
|
default: {
|
|
1671
|
+
key: "{semantic.font.size.default}",
|
|
1629
1672
|
value: "14px",
|
|
1630
1673
|
type: "fontSize",
|
|
1631
1674
|
attributes: {
|
|
@@ -1654,12 +1697,13 @@ export default {
|
|
|
1654
1697
|
attributes: {
|
|
1655
1698
|
category: "font",
|
|
1656
1699
|
},
|
|
1700
|
+
key: "{semantic.font.size.default}",
|
|
1657
1701
|
},
|
|
1658
1702
|
name: "Font Size",
|
|
1659
1703
|
path: ["semantic", "font", "size", "default"],
|
|
1660
|
-
key: "{semantic.font.size.default}",
|
|
1661
1704
|
},
|
|
1662
1705
|
md: {
|
|
1706
|
+
key: "{semantic.font.size.md}",
|
|
1663
1707
|
value: "16px",
|
|
1664
1708
|
type: "fontSize",
|
|
1665
1709
|
attributes: {
|
|
@@ -1688,12 +1732,13 @@ export default {
|
|
|
1688
1732
|
attributes: {
|
|
1689
1733
|
category: "font",
|
|
1690
1734
|
},
|
|
1735
|
+
key: "{semantic.font.size.md}",
|
|
1691
1736
|
},
|
|
1692
1737
|
name: "Font Size Md",
|
|
1693
1738
|
path: ["semantic", "font", "size", "md"],
|
|
1694
|
-
key: "{semantic.font.size.md}",
|
|
1695
1739
|
},
|
|
1696
1740
|
lg: {
|
|
1741
|
+
key: "{semantic.font.size.lg}",
|
|
1697
1742
|
value: "18px",
|
|
1698
1743
|
type: "fontSize",
|
|
1699
1744
|
attributes: {
|
|
@@ -1722,12 +1767,13 @@ export default {
|
|
|
1722
1767
|
attributes: {
|
|
1723
1768
|
category: "font",
|
|
1724
1769
|
},
|
|
1770
|
+
key: "{semantic.font.size.lg}",
|
|
1725
1771
|
},
|
|
1726
1772
|
name: "Font Size Lg",
|
|
1727
1773
|
path: ["semantic", "font", "size", "lg"],
|
|
1728
|
-
key: "{semantic.font.size.lg}",
|
|
1729
1774
|
},
|
|
1730
1775
|
xl: {
|
|
1776
|
+
key: "{semantic.font.size.xl}",
|
|
1731
1777
|
value: "20px",
|
|
1732
1778
|
type: "fontSize",
|
|
1733
1779
|
attributes: {
|
|
@@ -1756,12 +1802,13 @@ export default {
|
|
|
1756
1802
|
attributes: {
|
|
1757
1803
|
category: "font",
|
|
1758
1804
|
},
|
|
1805
|
+
key: "{semantic.font.size.xl}",
|
|
1759
1806
|
},
|
|
1760
1807
|
name: "Font Size Xl",
|
|
1761
1808
|
path: ["semantic", "font", "size", "xl"],
|
|
1762
|
-
key: "{semantic.font.size.xl}",
|
|
1763
1809
|
},
|
|
1764
1810
|
xxl: {
|
|
1811
|
+
key: "{semantic.font.size.xxl}",
|
|
1765
1812
|
value: "24px",
|
|
1766
1813
|
type: "fontSize",
|
|
1767
1814
|
attributes: {
|
|
@@ -1790,14 +1837,15 @@ export default {
|
|
|
1790
1837
|
attributes: {
|
|
1791
1838
|
category: "font",
|
|
1792
1839
|
},
|
|
1840
|
+
key: "{semantic.font.size.xxl}",
|
|
1793
1841
|
},
|
|
1794
1842
|
name: "Font Size Xxl",
|
|
1795
1843
|
path: ["semantic", "font", "size", "xxl"],
|
|
1796
|
-
key: "{semantic.font.size.xxl}",
|
|
1797
1844
|
},
|
|
1798
1845
|
},
|
|
1799
1846
|
style: {
|
|
1800
1847
|
emphasis: {
|
|
1848
|
+
key: "{semantic.font.style.emphasis}",
|
|
1801
1849
|
value: "italic",
|
|
1802
1850
|
type: "fontStyle",
|
|
1803
1851
|
description: "used in ratings",
|
|
@@ -1810,6 +1858,7 @@ export default {
|
|
|
1810
1858
|
description: "used in ratings",
|
|
1811
1859
|
filePath: "src/tokens/semantic/font.json",
|
|
1812
1860
|
isSource: true,
|
|
1861
|
+
key: "{semantic.font.style.emphasis}",
|
|
1813
1862
|
name: "calcite-semantic-font-style-emphasis",
|
|
1814
1863
|
path: ["semantic", "font", "style", "emphasis"],
|
|
1815
1864
|
comment: "used in ratings",
|
|
@@ -1835,16 +1884,17 @@ export default {
|
|
|
1835
1884
|
attributes: {
|
|
1836
1885
|
category: "font",
|
|
1837
1886
|
},
|
|
1887
|
+
key: "{semantic.font.style.emphasis}",
|
|
1838
1888
|
},
|
|
1839
1889
|
name: "Font Style Emphasis",
|
|
1840
1890
|
path: ["semantic", "font", "style", "emphasis"],
|
|
1841
1891
|
comment: "used in ratings",
|
|
1842
|
-
key: "{semantic.font.style.emphasis}",
|
|
1843
1892
|
},
|
|
1844
1893
|
},
|
|
1845
1894
|
"line-height": {
|
|
1846
1895
|
fixed: {
|
|
1847
1896
|
sm: {
|
|
1897
|
+
key: "{semantic.font.line-height.fixed.sm}",
|
|
1848
1898
|
value: "12px",
|
|
1849
1899
|
type: "lineHeight",
|
|
1850
1900
|
attributes: {
|
|
@@ -1874,12 +1924,13 @@ export default {
|
|
|
1874
1924
|
attributes: {
|
|
1875
1925
|
category: "font",
|
|
1876
1926
|
},
|
|
1927
|
+
key: "{semantic.font.line-height.fixed.sm}",
|
|
1877
1928
|
},
|
|
1878
1929
|
name: "Font Line Height Fixed Sm",
|
|
1879
1930
|
path: ["semantic", "font", "line-height", "fixed", "sm"],
|
|
1880
|
-
key: "{semantic.font.line-height.fixed.sm}",
|
|
1881
1931
|
},
|
|
1882
1932
|
base: {
|
|
1933
|
+
key: "{semantic.font.line-height.fixed.base}",
|
|
1883
1934
|
value: "16px",
|
|
1884
1935
|
type: "lineHeight",
|
|
1885
1936
|
attributes: {
|
|
@@ -1909,12 +1960,13 @@ export default {
|
|
|
1909
1960
|
attributes: {
|
|
1910
1961
|
category: "font",
|
|
1911
1962
|
},
|
|
1963
|
+
key: "{semantic.font.line-height.fixed.base}",
|
|
1912
1964
|
},
|
|
1913
1965
|
name: "Font Line Height Fixed Base",
|
|
1914
1966
|
path: ["semantic", "font", "line-height", "fixed", "base"],
|
|
1915
|
-
key: "{semantic.font.line-height.fixed.base}",
|
|
1916
1967
|
},
|
|
1917
1968
|
lg: {
|
|
1969
|
+
key: "{semantic.font.line-height.fixed.lg}",
|
|
1918
1970
|
value: "20px",
|
|
1919
1971
|
type: "lineHeight",
|
|
1920
1972
|
attributes: {
|
|
@@ -1944,12 +1996,13 @@ export default {
|
|
|
1944
1996
|
attributes: {
|
|
1945
1997
|
category: "font",
|
|
1946
1998
|
},
|
|
1999
|
+
key: "{semantic.font.line-height.fixed.lg}",
|
|
1947
2000
|
},
|
|
1948
2001
|
name: "Font Line Height Fixed Lg",
|
|
1949
2002
|
path: ["semantic", "font", "line-height", "fixed", "lg"],
|
|
1950
|
-
key: "{semantic.font.line-height.fixed.lg}",
|
|
1951
2003
|
},
|
|
1952
2004
|
xl: {
|
|
2005
|
+
key: "{semantic.font.line-height.fixed.xl}",
|
|
1953
2006
|
value: "24px",
|
|
1954
2007
|
type: "lineHeight",
|
|
1955
2008
|
attributes: {
|
|
@@ -1979,14 +2032,15 @@ export default {
|
|
|
1979
2032
|
attributes: {
|
|
1980
2033
|
category: "font",
|
|
1981
2034
|
},
|
|
2035
|
+
key: "{semantic.font.line-height.fixed.xl}",
|
|
1982
2036
|
},
|
|
1983
2037
|
name: "Font Line Height Fixed Xl",
|
|
1984
2038
|
path: ["semantic", "font", "line-height", "fixed", "xl"],
|
|
1985
|
-
key: "{semantic.font.line-height.fixed.xl}",
|
|
1986
2039
|
},
|
|
1987
2040
|
},
|
|
1988
2041
|
relative: {
|
|
1989
2042
|
default: {
|
|
2043
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
1990
2044
|
value: "auto",
|
|
1991
2045
|
type: "lineHeight",
|
|
1992
2046
|
description: "1",
|
|
@@ -2000,6 +2054,7 @@ export default {
|
|
|
2000
2054
|
description: "1",
|
|
2001
2055
|
filePath: "src/tokens/semantic/font.json",
|
|
2002
2056
|
isSource: true,
|
|
2057
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
2003
2058
|
name: "calcite-semantic-font-line-height-relative-default",
|
|
2004
2059
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
2005
2060
|
comment: "1",
|
|
@@ -2025,13 +2080,14 @@ export default {
|
|
|
2025
2080
|
attributes: {
|
|
2026
2081
|
category: "font",
|
|
2027
2082
|
},
|
|
2083
|
+
key: "{semantic.font.line-height.relative.default}",
|
|
2028
2084
|
},
|
|
2029
2085
|
name: "Font Line Height Relative",
|
|
2030
2086
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
2031
2087
|
comment: "1",
|
|
2032
|
-
key: "{semantic.font.line-height.relative.default}",
|
|
2033
2088
|
},
|
|
2034
2089
|
tight: {
|
|
2090
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
2035
2091
|
value: "1.25",
|
|
2036
2092
|
type: "lineHeight",
|
|
2037
2093
|
description: "1.25",
|
|
@@ -2045,6 +2101,7 @@ export default {
|
|
|
2045
2101
|
description: "1.25",
|
|
2046
2102
|
filePath: "src/tokens/semantic/font.json",
|
|
2047
2103
|
isSource: true,
|
|
2104
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
2048
2105
|
name: "calcite-semantic-font-line-height-relative-tight",
|
|
2049
2106
|
path: ["semantic", "font", "line-height", "relative", "tight"],
|
|
2050
2107
|
comment: "1.25",
|
|
@@ -2070,13 +2127,14 @@ export default {
|
|
|
2070
2127
|
attributes: {
|
|
2071
2128
|
category: "font",
|
|
2072
2129
|
},
|
|
2130
|
+
key: "{semantic.font.line-height.relative.tight}",
|
|
2073
2131
|
},
|
|
2074
2132
|
name: "Font Line Height Relative Tight",
|
|
2075
2133
|
path: ["semantic", "font", "line-height", "relative", "tight"],
|
|
2076
2134
|
comment: "1.25",
|
|
2077
|
-
key: "{semantic.font.line-height.relative.tight}",
|
|
2078
2135
|
},
|
|
2079
2136
|
snug: {
|
|
2137
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
2080
2138
|
value: "1.375",
|
|
2081
2139
|
type: "lineHeight",
|
|
2082
2140
|
description: "1.375",
|
|
@@ -2090,6 +2148,7 @@ export default {
|
|
|
2090
2148
|
description: "1.375",
|
|
2091
2149
|
filePath: "src/tokens/semantic/font.json",
|
|
2092
2150
|
isSource: true,
|
|
2151
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
2093
2152
|
name: "calcite-semantic-font-line-height-relative-snug",
|
|
2094
2153
|
path: ["semantic", "font", "line-height", "relative", "snug"],
|
|
2095
2154
|
comment: "1.375",
|
|
@@ -2115,13 +2174,14 @@ export default {
|
|
|
2115
2174
|
attributes: {
|
|
2116
2175
|
category: "font",
|
|
2117
2176
|
},
|
|
2177
|
+
key: "{semantic.font.line-height.relative.snug}",
|
|
2118
2178
|
},
|
|
2119
2179
|
name: "Font Line Height Relative Snug",
|
|
2120
2180
|
path: ["semantic", "font", "line-height", "relative", "snug"],
|
|
2121
2181
|
comment: "1.375",
|
|
2122
|
-
key: "{semantic.font.line-height.relative.snug}",
|
|
2123
2182
|
},
|
|
2124
2183
|
normal: {
|
|
2184
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
2125
2185
|
value: "1.5",
|
|
2126
2186
|
type: "lineHeight",
|
|
2127
2187
|
description: "1.5",
|
|
@@ -2135,6 +2195,7 @@ export default {
|
|
|
2135
2195
|
description: "1.5",
|
|
2136
2196
|
filePath: "src/tokens/semantic/font.json",
|
|
2137
2197
|
isSource: true,
|
|
2198
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
2138
2199
|
name: "calcite-semantic-font-line-height-relative-normal",
|
|
2139
2200
|
path: ["semantic", "font", "line-height", "relative", "normal"],
|
|
2140
2201
|
comment: "1.5",
|
|
@@ -2160,13 +2221,14 @@ export default {
|
|
|
2160
2221
|
attributes: {
|
|
2161
2222
|
category: "font",
|
|
2162
2223
|
},
|
|
2224
|
+
key: "{semantic.font.line-height.relative.normal}",
|
|
2163
2225
|
},
|
|
2164
2226
|
name: "Font Line Height Relative Normal",
|
|
2165
2227
|
path: ["semantic", "font", "line-height", "relative", "normal"],
|
|
2166
2228
|
comment: "1.5",
|
|
2167
|
-
key: "{semantic.font.line-height.relative.normal}",
|
|
2168
2229
|
},
|
|
2169
2230
|
relaxed: {
|
|
2231
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
2170
2232
|
value: "1.625",
|
|
2171
2233
|
type: "lineHeight",
|
|
2172
2234
|
description: "1.625",
|
|
@@ -2180,6 +2242,7 @@ export default {
|
|
|
2180
2242
|
description: "1.625",
|
|
2181
2243
|
filePath: "src/tokens/semantic/font.json",
|
|
2182
2244
|
isSource: true,
|
|
2245
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
2183
2246
|
name: "calcite-semantic-font-line-height-relative-relaxed",
|
|
2184
2247
|
path: ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
2185
2248
|
comment: "1.625",
|
|
@@ -2205,13 +2268,14 @@ export default {
|
|
|
2205
2268
|
attributes: {
|
|
2206
2269
|
category: "font",
|
|
2207
2270
|
},
|
|
2271
|
+
key: "{semantic.font.line-height.relative.relaxed}",
|
|
2208
2272
|
},
|
|
2209
2273
|
name: "Font Line Height Relative Relaxed",
|
|
2210
2274
|
path: ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
2211
2275
|
comment: "1.625",
|
|
2212
|
-
key: "{semantic.font.line-height.relative.relaxed}",
|
|
2213
2276
|
},
|
|
2214
2277
|
loose: {
|
|
2278
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
2215
2279
|
value: "2",
|
|
2216
2280
|
type: "lineHeight",
|
|
2217
2281
|
description: "2",
|
|
@@ -2225,6 +2289,7 @@ export default {
|
|
|
2225
2289
|
description: "2",
|
|
2226
2290
|
filePath: "src/tokens/semantic/font.json",
|
|
2227
2291
|
isSource: true,
|
|
2292
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
2228
2293
|
name: "calcite-semantic-font-line-height-relative-loose",
|
|
2229
2294
|
path: ["semantic", "font", "line-height", "relative", "loose"],
|
|
2230
2295
|
comment: "2",
|
|
@@ -2250,16 +2315,17 @@ export default {
|
|
|
2250
2315
|
attributes: {
|
|
2251
2316
|
category: "font",
|
|
2252
2317
|
},
|
|
2318
|
+
key: "{semantic.font.line-height.relative.loose}",
|
|
2253
2319
|
},
|
|
2254
2320
|
name: "Font Line Height Relative Loose",
|
|
2255
2321
|
path: ["semantic", "font", "line-height", "relative", "loose"],
|
|
2256
2322
|
comment: "2",
|
|
2257
|
-
key: "{semantic.font.line-height.relative.loose}",
|
|
2258
2323
|
},
|
|
2259
2324
|
},
|
|
2260
2325
|
},
|
|
2261
2326
|
"letter-spacing": {
|
|
2262
2327
|
tight: {
|
|
2328
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
2263
2329
|
value: "-0.4px",
|
|
2264
2330
|
type: "dimension",
|
|
2265
2331
|
description: "Deprecated",
|
|
@@ -2272,6 +2338,7 @@ export default {
|
|
|
2272
2338
|
description: "Deprecated",
|
|
2273
2339
|
filePath: "src/tokens/semantic/font.json",
|
|
2274
2340
|
isSource: true,
|
|
2341
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
2275
2342
|
name: "calcite-semantic-font-letter-spacing-tight",
|
|
2276
2343
|
path: ["semantic", "font", "letter-spacing", "tight"],
|
|
2277
2344
|
comment: "Deprecated",
|
|
@@ -2297,13 +2364,14 @@ export default {
|
|
|
2297
2364
|
attributes: {
|
|
2298
2365
|
category: "font",
|
|
2299
2366
|
},
|
|
2367
|
+
key: "{semantic.font.letter-spacing.tight}",
|
|
2300
2368
|
},
|
|
2301
2369
|
name: "Font Letter Spacing Tight",
|
|
2302
2370
|
path: ["semantic", "font", "letter-spacing", "tight"],
|
|
2303
2371
|
comment: "Deprecated",
|
|
2304
|
-
key: "{semantic.font.letter-spacing.tight}",
|
|
2305
2372
|
},
|
|
2306
2373
|
normal: {
|
|
2374
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
2307
2375
|
value: "0",
|
|
2308
2376
|
type: "dimension",
|
|
2309
2377
|
description: "Deprecated",
|
|
@@ -2316,6 +2384,7 @@ export default {
|
|
|
2316
2384
|
description: "Deprecated",
|
|
2317
2385
|
filePath: "src/tokens/semantic/font.json",
|
|
2318
2386
|
isSource: true,
|
|
2387
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
2319
2388
|
name: "calcite-semantic-font-letter-spacing-normal",
|
|
2320
2389
|
path: ["semantic", "font", "letter-spacing", "normal"],
|
|
2321
2390
|
comment: "Deprecated",
|
|
@@ -2341,13 +2410,14 @@ export default {
|
|
|
2341
2410
|
attributes: {
|
|
2342
2411
|
category: "font",
|
|
2343
2412
|
},
|
|
2413
|
+
key: "{semantic.font.letter-spacing.normal}",
|
|
2344
2414
|
},
|
|
2345
2415
|
name: "Font Letter Spacing Normal",
|
|
2346
2416
|
path: ["semantic", "font", "letter-spacing", "normal"],
|
|
2347
2417
|
comment: "Deprecated",
|
|
2348
|
-
key: "{semantic.font.letter-spacing.normal}",
|
|
2349
2418
|
},
|
|
2350
2419
|
wide: {
|
|
2420
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
2351
2421
|
value: "0.4px",
|
|
2352
2422
|
type: "dimension",
|
|
2353
2423
|
description: "Deprecated",
|
|
@@ -2360,6 +2430,7 @@ export default {
|
|
|
2360
2430
|
description: "Deprecated",
|
|
2361
2431
|
filePath: "src/tokens/semantic/font.json",
|
|
2362
2432
|
isSource: true,
|
|
2433
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
2363
2434
|
name: "calcite-semantic-font-letter-spacing-wide",
|
|
2364
2435
|
path: ["semantic", "font", "letter-spacing", "wide"],
|
|
2365
2436
|
comment: "Deprecated",
|
|
@@ -2385,15 +2456,16 @@ export default {
|
|
|
2385
2456
|
attributes: {
|
|
2386
2457
|
category: "font",
|
|
2387
2458
|
},
|
|
2459
|
+
key: "{semantic.font.letter-spacing.wide}",
|
|
2388
2460
|
},
|
|
2389
2461
|
name: "Font Letter Spacing Wide",
|
|
2390
2462
|
path: ["semantic", "font", "letter-spacing", "wide"],
|
|
2391
2463
|
comment: "Deprecated",
|
|
2392
|
-
key: "{semantic.font.letter-spacing.wide}",
|
|
2393
2464
|
},
|
|
2394
2465
|
},
|
|
2395
2466
|
"paragraph-spacing": {
|
|
2396
2467
|
normal: {
|
|
2468
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
2397
2469
|
value: "4px",
|
|
2398
2470
|
type: "dimension",
|
|
2399
2471
|
description: "Deprecated",
|
|
@@ -2406,6 +2478,7 @@ export default {
|
|
|
2406
2478
|
description: "Deprecated",
|
|
2407
2479
|
filePath: "src/tokens/semantic/font.json",
|
|
2408
2480
|
isSource: true,
|
|
2481
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
2409
2482
|
name: "calcite-semantic-font-paragraph-spacing-normal",
|
|
2410
2483
|
path: ["semantic", "font", "paragraph-spacing", "normal"],
|
|
2411
2484
|
comment: "Deprecated",
|
|
@@ -2431,15 +2504,16 @@ export default {
|
|
|
2431
2504
|
attributes: {
|
|
2432
2505
|
category: "font",
|
|
2433
2506
|
},
|
|
2507
|
+
key: "{semantic.font.paragraph-spacing.normal}",
|
|
2434
2508
|
},
|
|
2435
2509
|
name: "Font Paragraph Spacing Normal",
|
|
2436
2510
|
path: ["semantic", "font", "paragraph-spacing", "normal"],
|
|
2437
2511
|
comment: "Deprecated",
|
|
2438
|
-
key: "{semantic.font.paragraph-spacing.normal}",
|
|
2439
2512
|
},
|
|
2440
2513
|
},
|
|
2441
2514
|
"text-decoration": {
|
|
2442
2515
|
none: {
|
|
2516
|
+
key: "{semantic.font.text-decoration.none}",
|
|
2443
2517
|
value: "none",
|
|
2444
2518
|
type: "textDecoration",
|
|
2445
2519
|
description: "Deprecated",
|
|
@@ -2452,6 +2526,7 @@ export default {
|
|
|
2452
2526
|
description: "Deprecated",
|
|
2453
2527
|
filePath: "src/tokens/semantic/font.json",
|
|
2454
2528
|
isSource: true,
|
|
2529
|
+
key: "{semantic.font.text-decoration.none}",
|
|
2455
2530
|
name: "calcite-semantic-font-text-decoration-none",
|
|
2456
2531
|
path: ["semantic", "font", "text-decoration", "none"],
|
|
2457
2532
|
comment: "Deprecated",
|
|
@@ -2477,13 +2552,14 @@ export default {
|
|
|
2477
2552
|
attributes: {
|
|
2478
2553
|
category: "font",
|
|
2479
2554
|
},
|
|
2555
|
+
key: "{semantic.font.text-decoration.none}",
|
|
2480
2556
|
},
|
|
2481
2557
|
name: "Font Text Decoration None",
|
|
2482
2558
|
path: ["semantic", "font", "text-decoration", "none"],
|
|
2483
2559
|
comment: "Deprecated",
|
|
2484
|
-
key: "{semantic.font.text-decoration.none}",
|
|
2485
2560
|
},
|
|
2486
2561
|
underline: {
|
|
2562
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
2487
2563
|
value: "underline",
|
|
2488
2564
|
type: "textDecoration",
|
|
2489
2565
|
description: "Deprecated",
|
|
@@ -2496,6 +2572,7 @@ export default {
|
|
|
2496
2572
|
description: "Deprecated",
|
|
2497
2573
|
filePath: "src/tokens/semantic/font.json",
|
|
2498
2574
|
isSource: true,
|
|
2575
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
2499
2576
|
name: "calcite-semantic-font-text-decoration-underline",
|
|
2500
2577
|
path: ["semantic", "font", "text-decoration", "underline"],
|
|
2501
2578
|
comment: "Deprecated",
|
|
@@ -2521,15 +2598,16 @@ export default {
|
|
|
2521
2598
|
attributes: {
|
|
2522
2599
|
category: "font",
|
|
2523
2600
|
},
|
|
2601
|
+
key: "{semantic.font.text-decoration.underline}",
|
|
2524
2602
|
},
|
|
2525
2603
|
name: "Font Text Decoration Underline",
|
|
2526
2604
|
path: ["semantic", "font", "text-decoration", "underline"],
|
|
2527
2605
|
comment: "Deprecated",
|
|
2528
|
-
key: "{semantic.font.text-decoration.underline}",
|
|
2529
2606
|
},
|
|
2530
2607
|
},
|
|
2531
2608
|
"text-case": {
|
|
2532
2609
|
none: {
|
|
2610
|
+
key: "{semantic.font.text-case.none}",
|
|
2533
2611
|
value: "none",
|
|
2534
2612
|
type: "textCase",
|
|
2535
2613
|
description: "Deprecated",
|
|
@@ -2542,6 +2620,7 @@ export default {
|
|
|
2542
2620
|
description: "Deprecated",
|
|
2543
2621
|
filePath: "src/tokens/semantic/font.json",
|
|
2544
2622
|
isSource: true,
|
|
2623
|
+
key: "{semantic.font.text-case.none}",
|
|
2545
2624
|
name: "calcite-semantic-font-text-case-none",
|
|
2546
2625
|
path: ["semantic", "font", "text-case", "none"],
|
|
2547
2626
|
comment: "Deprecated",
|
|
@@ -2567,13 +2646,14 @@ export default {
|
|
|
2567
2646
|
attributes: {
|
|
2568
2647
|
category: "font",
|
|
2569
2648
|
},
|
|
2649
|
+
key: "{semantic.font.text-case.none}",
|
|
2570
2650
|
},
|
|
2571
2651
|
name: "Font Text Case None",
|
|
2572
2652
|
path: ["semantic", "font", "text-case", "none"],
|
|
2573
2653
|
comment: "Deprecated",
|
|
2574
|
-
key: "{semantic.font.text-case.none}",
|
|
2575
2654
|
},
|
|
2576
2655
|
uppercase: {
|
|
2656
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
2577
2657
|
value: "uppercase",
|
|
2578
2658
|
type: "textCase",
|
|
2579
2659
|
description: "Deprecated",
|
|
@@ -2586,6 +2666,7 @@ export default {
|
|
|
2586
2666
|
description: "Deprecated",
|
|
2587
2667
|
filePath: "src/tokens/semantic/font.json",
|
|
2588
2668
|
isSource: true,
|
|
2669
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
2589
2670
|
name: "calcite-semantic-font-text-case-uppercase",
|
|
2590
2671
|
path: ["semantic", "font", "text-case", "uppercase"],
|
|
2591
2672
|
comment: "Deprecated",
|
|
@@ -2611,13 +2692,14 @@ export default {
|
|
|
2611
2692
|
attributes: {
|
|
2612
2693
|
category: "font",
|
|
2613
2694
|
},
|
|
2695
|
+
key: "{semantic.font.text-case.uppercase}",
|
|
2614
2696
|
},
|
|
2615
2697
|
name: "Font Text Case Uppercase",
|
|
2616
2698
|
path: ["semantic", "font", "text-case", "uppercase"],
|
|
2617
2699
|
comment: "Deprecated",
|
|
2618
|
-
key: "{semantic.font.text-case.uppercase}",
|
|
2619
2700
|
},
|
|
2620
2701
|
lowercase: {
|
|
2702
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
2621
2703
|
value: "lowercase",
|
|
2622
2704
|
type: "textCase",
|
|
2623
2705
|
description: "Deprecated",
|
|
@@ -2630,6 +2712,7 @@ export default {
|
|
|
2630
2712
|
description: "Deprecated",
|
|
2631
2713
|
filePath: "src/tokens/semantic/font.json",
|
|
2632
2714
|
isSource: true,
|
|
2715
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
2633
2716
|
name: "calcite-semantic-font-text-case-lowercase",
|
|
2634
2717
|
path: ["semantic", "font", "text-case", "lowercase"],
|
|
2635
2718
|
comment: "Deprecated",
|
|
@@ -2655,13 +2738,14 @@ export default {
|
|
|
2655
2738
|
attributes: {
|
|
2656
2739
|
category: "font",
|
|
2657
2740
|
},
|
|
2741
|
+
key: "{semantic.font.text-case.lowercase}",
|
|
2658
2742
|
},
|
|
2659
2743
|
name: "Font Text Case Lowercase",
|
|
2660
2744
|
path: ["semantic", "font", "text-case", "lowercase"],
|
|
2661
2745
|
comment: "Deprecated",
|
|
2662
|
-
key: "{semantic.font.text-case.lowercase}",
|
|
2663
2746
|
},
|
|
2664
2747
|
capitalize: {
|
|
2748
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
2665
2749
|
value: "capitalize",
|
|
2666
2750
|
type: "textCase",
|
|
2667
2751
|
description: "Deprecated",
|
|
@@ -2674,6 +2758,7 @@ export default {
|
|
|
2674
2758
|
description: "Deprecated",
|
|
2675
2759
|
filePath: "src/tokens/semantic/font.json",
|
|
2676
2760
|
isSource: true,
|
|
2761
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
2677
2762
|
name: "calcite-semantic-font-text-case-capitalize",
|
|
2678
2763
|
path: ["semantic", "font", "text-case", "capitalize"],
|
|
2679
2764
|
comment: "Deprecated",
|
|
@@ -2699,16 +2784,17 @@ export default {
|
|
|
2699
2784
|
attributes: {
|
|
2700
2785
|
category: "font",
|
|
2701
2786
|
},
|
|
2787
|
+
key: "{semantic.font.text-case.capitalize}",
|
|
2702
2788
|
},
|
|
2703
2789
|
name: "Font Text Case Capitalize",
|
|
2704
2790
|
path: ["semantic", "font", "text-case", "capitalize"],
|
|
2705
2791
|
comment: "Deprecated",
|
|
2706
|
-
key: "{semantic.font.text-case.capitalize}",
|
|
2707
2792
|
},
|
|
2708
2793
|
},
|
|
2709
2794
|
},
|
|
2710
2795
|
opacity: {
|
|
2711
2796
|
light: {
|
|
2797
|
+
key: "{semantic.opacity.light}",
|
|
2712
2798
|
value: "0.4",
|
|
2713
2799
|
type: "opacity",
|
|
2714
2800
|
attributes: {
|
|
@@ -2736,12 +2822,13 @@ export default {
|
|
|
2736
2822
|
attributes: {
|
|
2737
2823
|
category: "opacity",
|
|
2738
2824
|
},
|
|
2825
|
+
key: "{semantic.opacity.light}",
|
|
2739
2826
|
},
|
|
2740
2827
|
name: "Opacity Light",
|
|
2741
2828
|
path: ["semantic", "opacity", "light"],
|
|
2742
|
-
key: "{semantic.opacity.light}",
|
|
2743
2829
|
},
|
|
2744
2830
|
half: {
|
|
2831
|
+
key: "{semantic.opacity.half}",
|
|
2745
2832
|
value: "0.5",
|
|
2746
2833
|
type: "opacity",
|
|
2747
2834
|
attributes: {
|
|
@@ -2769,12 +2856,13 @@ export default {
|
|
|
2769
2856
|
attributes: {
|
|
2770
2857
|
category: "opacity",
|
|
2771
2858
|
},
|
|
2859
|
+
key: "{semantic.opacity.half}",
|
|
2772
2860
|
},
|
|
2773
2861
|
name: "Opacity Half",
|
|
2774
2862
|
path: ["semantic", "opacity", "half"],
|
|
2775
|
-
key: "{semantic.opacity.half}",
|
|
2776
2863
|
},
|
|
2777
2864
|
dark: {
|
|
2865
|
+
key: "{semantic.opacity.dark}",
|
|
2778
2866
|
value: "0.85",
|
|
2779
2867
|
type: "opacity",
|
|
2780
2868
|
attributes: {
|
|
@@ -2802,12 +2890,13 @@ export default {
|
|
|
2802
2890
|
attributes: {
|
|
2803
2891
|
category: "opacity",
|
|
2804
2892
|
},
|
|
2893
|
+
key: "{semantic.opacity.dark}",
|
|
2805
2894
|
},
|
|
2806
2895
|
name: "Opacity Dark",
|
|
2807
2896
|
path: ["semantic", "opacity", "dark"],
|
|
2808
|
-
key: "{semantic.opacity.dark}",
|
|
2809
2897
|
},
|
|
2810
2898
|
full: {
|
|
2899
|
+
key: "{semantic.opacity.full}",
|
|
2811
2900
|
value: "1",
|
|
2812
2901
|
type: "opacity",
|
|
2813
2902
|
attributes: {
|
|
@@ -2835,12 +2924,13 @@ export default {
|
|
|
2835
2924
|
attributes: {
|
|
2836
2925
|
category: "opacity",
|
|
2837
2926
|
},
|
|
2927
|
+
key: "{semantic.opacity.full}",
|
|
2838
2928
|
},
|
|
2839
2929
|
name: "Opacity Full",
|
|
2840
2930
|
path: ["semantic", "opacity", "full"],
|
|
2841
|
-
key: "{semantic.opacity.full}",
|
|
2842
2931
|
},
|
|
2843
2932
|
disabled: {
|
|
2933
|
+
key: "{semantic.opacity.disabled}",
|
|
2844
2934
|
value: "0.5",
|
|
2845
2935
|
type: "opacity",
|
|
2846
2936
|
attributes: {
|
|
@@ -2868,14 +2958,15 @@ export default {
|
|
|
2868
2958
|
attributes: {
|
|
2869
2959
|
category: "opacity",
|
|
2870
2960
|
},
|
|
2961
|
+
key: "{semantic.opacity.disabled}",
|
|
2871
2962
|
},
|
|
2872
2963
|
name: "Opacity Disabled",
|
|
2873
2964
|
path: ["semantic", "opacity", "disabled"],
|
|
2874
|
-
key: "{semantic.opacity.disabled}",
|
|
2875
2965
|
},
|
|
2876
2966
|
},
|
|
2877
2967
|
shadow: {
|
|
2878
2968
|
none: {
|
|
2969
|
+
key: "{semantic.shadow.none}",
|
|
2879
2970
|
value: {
|
|
2880
2971
|
blur: "0",
|
|
2881
2972
|
spread: "0",
|
|
@@ -2904,23 +2995,18 @@ export default {
|
|
|
2904
2995
|
filePath: "src/tokens/semantic/shadow.json",
|
|
2905
2996
|
isSource: true,
|
|
2906
2997
|
original: {
|
|
2907
|
-
value: {
|
|
2908
|
-
blur: "0",
|
|
2909
|
-
spread: "0",
|
|
2910
|
-
color: "rgba({core.color.neutral.blk-240}, {core.opacity.0})",
|
|
2911
|
-
offsetX: "0",
|
|
2912
|
-
offsetY: "0",
|
|
2913
|
-
},
|
|
2998
|
+
value: "{core.shadow.0}",
|
|
2914
2999
|
type: "shadow",
|
|
2915
3000
|
attributes: {
|
|
2916
3001
|
category: "shadow",
|
|
2917
3002
|
},
|
|
3003
|
+
key: "{semantic.shadow.none}",
|
|
2918
3004
|
},
|
|
2919
3005
|
name: "Shadow None",
|
|
2920
3006
|
path: ["semantic", "shadow", "none"],
|
|
2921
|
-
key: "{semantic.shadow.none}",
|
|
2922
3007
|
},
|
|
2923
3008
|
sm: {
|
|
3009
|
+
key: "{semantic.shadow.sm}",
|
|
2924
3010
|
value: [
|
|
2925
3011
|
{
|
|
2926
3012
|
blur: "8px",
|
|
@@ -2963,12 +3049,13 @@ export default {
|
|
|
2963
3049
|
attributes: {
|
|
2964
3050
|
category: "shadow",
|
|
2965
3051
|
},
|
|
3052
|
+
key: "{semantic.shadow.sm}",
|
|
2966
3053
|
},
|
|
2967
3054
|
name: "Shadow Sm",
|
|
2968
3055
|
path: ["semantic", "shadow", "sm"],
|
|
2969
|
-
key: "{semantic.shadow.sm}",
|
|
2970
3056
|
},
|
|
2971
3057
|
md: {
|
|
3058
|
+
key: "{semantic.shadow.md}",
|
|
2972
3059
|
value: [
|
|
2973
3060
|
{
|
|
2974
3061
|
blur: "20px",
|
|
@@ -3011,18 +3098,18 @@ export default {
|
|
|
3011
3098
|
attributes: {
|
|
3012
3099
|
category: "shadow",
|
|
3013
3100
|
},
|
|
3101
|
+
key: "{semantic.shadow.md}",
|
|
3014
3102
|
},
|
|
3015
3103
|
name: "Shadow Md",
|
|
3016
3104
|
path: ["semantic", "shadow", "md"],
|
|
3017
|
-
key: "{semantic.shadow.md}",
|
|
3018
3105
|
},
|
|
3019
3106
|
},
|
|
3020
3107
|
size: {
|
|
3021
3108
|
fixed: {
|
|
3022
3109
|
xxxs: {
|
|
3110
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
3023
3111
|
value: "2px",
|
|
3024
3112
|
type: "dimension",
|
|
3025
|
-
description: "deprecated",
|
|
3026
3113
|
attributes: {
|
|
3027
3114
|
category: "size",
|
|
3028
3115
|
type: "dimension",
|
|
@@ -3032,6 +3119,7 @@ export default {
|
|
|
3032
3119
|
description: "deprecated",
|
|
3033
3120
|
filePath: "src/tokens/semantic/size.json",
|
|
3034
3121
|
isSource: true,
|
|
3122
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
3035
3123
|
name: "calcite-semantic-size-fixed-xxxs",
|
|
3036
3124
|
path: ["semantic", "size", "fixed", "xxxs"],
|
|
3037
3125
|
comment: "deprecated",
|
|
@@ -3048,25 +3136,26 @@ export default {
|
|
|
3048
3136
|
type: "dimension",
|
|
3049
3137
|
},
|
|
3050
3138
|
},
|
|
3139
|
+
description: "deprecated",
|
|
3051
3140
|
filePath: "src/tokens/semantic/size.json",
|
|
3052
3141
|
isSource: true,
|
|
3053
3142
|
original: {
|
|
3054
3143
|
value: "{core.size.default.2}",
|
|
3055
3144
|
type: "dimension",
|
|
3056
|
-
description: "deprecated",
|
|
3057
3145
|
attributes: {
|
|
3058
3146
|
category: "size",
|
|
3059
3147
|
},
|
|
3148
|
+
description: "deprecated",
|
|
3149
|
+
key: "{semantic.size.fixed.xxxs}",
|
|
3060
3150
|
},
|
|
3061
3151
|
name: "Size Fixed Xxxs",
|
|
3062
3152
|
path: ["semantic", "size", "fixed", "xxxs"],
|
|
3063
3153
|
comment: "deprecated",
|
|
3064
|
-
key: "{semantic.size.fixed.xxxs}",
|
|
3065
3154
|
},
|
|
3066
3155
|
xxs: {
|
|
3156
|
+
key: "{semantic.size.fixed.xxs}",
|
|
3067
3157
|
value: "4px",
|
|
3068
3158
|
type: "dimension",
|
|
3069
|
-
description: "deprecated",
|
|
3070
3159
|
attributes: {
|
|
3071
3160
|
category: "size",
|
|
3072
3161
|
type: "dimension",
|
|
@@ -3076,6 +3165,7 @@ export default {
|
|
|
3076
3165
|
description: "deprecated",
|
|
3077
3166
|
filePath: "src/tokens/semantic/size.json",
|
|
3078
3167
|
isSource: true,
|
|
3168
|
+
key: "{semantic.size.fixed.xxs}",
|
|
3079
3169
|
name: "calcite-semantic-size-fixed-xxs",
|
|
3080
3170
|
path: ["semantic", "size", "fixed", "xxs"],
|
|
3081
3171
|
comment: "deprecated",
|
|
@@ -3092,25 +3182,26 @@ export default {
|
|
|
3092
3182
|
type: "dimension",
|
|
3093
3183
|
},
|
|
3094
3184
|
},
|
|
3185
|
+
description: "deprecated",
|
|
3095
3186
|
filePath: "src/tokens/semantic/size.json",
|
|
3096
3187
|
isSource: true,
|
|
3097
3188
|
original: {
|
|
3098
3189
|
value: "{core.size.default.4}",
|
|
3099
3190
|
type: "dimension",
|
|
3100
|
-
description: "deprecated",
|
|
3101
3191
|
attributes: {
|
|
3102
3192
|
category: "size",
|
|
3103
3193
|
},
|
|
3194
|
+
description: "deprecated",
|
|
3195
|
+
key: "{semantic.size.fixed.xxs}",
|
|
3104
3196
|
},
|
|
3105
3197
|
name: "Size Fixed Xxs",
|
|
3106
3198
|
path: ["semantic", "size", "fixed", "xxs"],
|
|
3107
3199
|
comment: "deprecated",
|
|
3108
|
-
key: "{semantic.size.fixed.xxs}",
|
|
3109
3200
|
},
|
|
3110
3201
|
xs: {
|
|
3202
|
+
key: "{semantic.size.fixed.xs}",
|
|
3111
3203
|
value: "6px",
|
|
3112
3204
|
type: "dimension",
|
|
3113
|
-
description: "deprecated",
|
|
3114
3205
|
attributes: {
|
|
3115
3206
|
category: "size",
|
|
3116
3207
|
type: "dimension",
|
|
@@ -3120,6 +3211,7 @@ export default {
|
|
|
3120
3211
|
description: "deprecated",
|
|
3121
3212
|
filePath: "src/tokens/semantic/size.json",
|
|
3122
3213
|
isSource: true,
|
|
3214
|
+
key: "{semantic.size.fixed.xs}",
|
|
3123
3215
|
name: "calcite-semantic-size-fixed-xs",
|
|
3124
3216
|
path: ["semantic", "size", "fixed", "xs"],
|
|
3125
3217
|
comment: "deprecated",
|
|
@@ -3136,25 +3228,26 @@ export default {
|
|
|
3136
3228
|
type: "dimension",
|
|
3137
3229
|
},
|
|
3138
3230
|
},
|
|
3231
|
+
description: "deprecated",
|
|
3139
3232
|
filePath: "src/tokens/semantic/size.json",
|
|
3140
3233
|
isSource: true,
|
|
3141
3234
|
original: {
|
|
3142
3235
|
value: "{core.size.default.6}",
|
|
3143
3236
|
type: "dimension",
|
|
3144
|
-
description: "deprecated",
|
|
3145
3237
|
attributes: {
|
|
3146
3238
|
category: "size",
|
|
3147
3239
|
},
|
|
3240
|
+
description: "deprecated",
|
|
3241
|
+
key: "{semantic.size.fixed.xs}",
|
|
3148
3242
|
},
|
|
3149
3243
|
name: "Size Fixed Xs",
|
|
3150
3244
|
path: ["semantic", "size", "fixed", "xs"],
|
|
3151
3245
|
comment: "deprecated",
|
|
3152
|
-
key: "{semantic.size.fixed.xs}",
|
|
3153
3246
|
},
|
|
3154
3247
|
sm: {
|
|
3248
|
+
key: "{semantic.size.fixed.sm}",
|
|
3155
3249
|
value: "8px",
|
|
3156
3250
|
type: "dimension",
|
|
3157
|
-
description: "deprecated",
|
|
3158
3251
|
attributes: {
|
|
3159
3252
|
category: "size",
|
|
3160
3253
|
type: "dimension",
|
|
@@ -3164,6 +3257,7 @@ export default {
|
|
|
3164
3257
|
description: "deprecated",
|
|
3165
3258
|
filePath: "src/tokens/semantic/size.json",
|
|
3166
3259
|
isSource: true,
|
|
3260
|
+
key: "{semantic.size.fixed.sm}",
|
|
3167
3261
|
name: "calcite-semantic-size-fixed-sm",
|
|
3168
3262
|
path: ["semantic", "size", "fixed", "sm"],
|
|
3169
3263
|
comment: "deprecated",
|
|
@@ -3180,25 +3274,26 @@ export default {
|
|
|
3180
3274
|
type: "dimension",
|
|
3181
3275
|
},
|
|
3182
3276
|
},
|
|
3277
|
+
description: "deprecated",
|
|
3183
3278
|
filePath: "src/tokens/semantic/size.json",
|
|
3184
3279
|
isSource: true,
|
|
3185
3280
|
original: {
|
|
3186
3281
|
value: "{core.size.default.8}",
|
|
3187
3282
|
type: "dimension",
|
|
3188
|
-
description: "deprecated",
|
|
3189
3283
|
attributes: {
|
|
3190
3284
|
category: "size",
|
|
3191
3285
|
},
|
|
3286
|
+
description: "deprecated",
|
|
3287
|
+
key: "{semantic.size.fixed.sm}",
|
|
3192
3288
|
},
|
|
3193
3289
|
name: "Size Fixed Sm",
|
|
3194
3290
|
path: ["semantic", "size", "fixed", "sm"],
|
|
3195
3291
|
comment: "deprecated",
|
|
3196
|
-
key: "{semantic.size.fixed.sm}",
|
|
3197
3292
|
},
|
|
3198
3293
|
"sm+": {
|
|
3294
|
+
key: "{semantic.size.fixed.sm+}",
|
|
3199
3295
|
value: "10px",
|
|
3200
3296
|
type: "dimension",
|
|
3201
|
-
description: "deprecated",
|
|
3202
3297
|
attributes: {
|
|
3203
3298
|
category: "size",
|
|
3204
3299
|
type: "dimension",
|
|
@@ -3208,6 +3303,7 @@ export default {
|
|
|
3208
3303
|
description: "deprecated",
|
|
3209
3304
|
filePath: "src/tokens/semantic/size.json",
|
|
3210
3305
|
isSource: true,
|
|
3306
|
+
key: "{semantic.size.fixed.sm+}",
|
|
3211
3307
|
name: "calcite-semantic-size-fixed-sm",
|
|
3212
3308
|
path: ["semantic", "size", "fixed", "sm+"],
|
|
3213
3309
|
comment: "deprecated",
|
|
@@ -3224,25 +3320,26 @@ export default {
|
|
|
3224
3320
|
type: "dimension",
|
|
3225
3321
|
},
|
|
3226
3322
|
},
|
|
3323
|
+
description: "deprecated",
|
|
3227
3324
|
filePath: "src/tokens/semantic/size.json",
|
|
3228
3325
|
isSource: true,
|
|
3229
3326
|
original: {
|
|
3230
3327
|
value: "{core.size.default.10}",
|
|
3231
3328
|
type: "dimension",
|
|
3232
|
-
description: "deprecated",
|
|
3233
3329
|
attributes: {
|
|
3234
3330
|
category: "size",
|
|
3235
3331
|
},
|
|
3332
|
+
description: "deprecated",
|
|
3333
|
+
key: "{semantic.size.fixed.sm+}",
|
|
3236
3334
|
},
|
|
3237
3335
|
name: "Size Fixed Sm Plus",
|
|
3238
3336
|
path: ["semantic", "size", "fixed", "sm+"],
|
|
3239
3337
|
comment: "deprecated",
|
|
3240
|
-
key: "{semantic.size.fixed.sm+}",
|
|
3241
3338
|
},
|
|
3242
3339
|
md: {
|
|
3340
|
+
key: "{semantic.size.fixed.md}",
|
|
3243
3341
|
value: "12px",
|
|
3244
3342
|
type: "dimension",
|
|
3245
|
-
description: "deprecated",
|
|
3246
3343
|
attributes: {
|
|
3247
3344
|
category: "size",
|
|
3248
3345
|
type: "dimension",
|
|
@@ -3252,6 +3349,7 @@ export default {
|
|
|
3252
3349
|
description: "deprecated",
|
|
3253
3350
|
filePath: "src/tokens/semantic/size.json",
|
|
3254
3351
|
isSource: true,
|
|
3352
|
+
key: "{semantic.size.fixed.md}",
|
|
3255
3353
|
name: "calcite-semantic-size-fixed-md",
|
|
3256
3354
|
path: ["semantic", "size", "fixed", "md"],
|
|
3257
3355
|
comment: "deprecated",
|
|
@@ -3268,25 +3366,26 @@ export default {
|
|
|
3268
3366
|
type: "dimension",
|
|
3269
3367
|
},
|
|
3270
3368
|
},
|
|
3369
|
+
description: "deprecated",
|
|
3271
3370
|
filePath: "src/tokens/semantic/size.json",
|
|
3272
3371
|
isSource: true,
|
|
3273
3372
|
original: {
|
|
3274
3373
|
value: "{core.size.default.12}",
|
|
3275
3374
|
type: "dimension",
|
|
3276
|
-
description: "deprecated",
|
|
3277
3375
|
attributes: {
|
|
3278
3376
|
category: "size",
|
|
3279
3377
|
},
|
|
3378
|
+
description: "deprecated",
|
|
3379
|
+
key: "{semantic.size.fixed.md}",
|
|
3280
3380
|
},
|
|
3281
3381
|
name: "Size Fixed Md",
|
|
3282
3382
|
path: ["semantic", "size", "fixed", "md"],
|
|
3283
3383
|
comment: "deprecated",
|
|
3284
|
-
key: "{semantic.size.fixed.md}",
|
|
3285
3384
|
},
|
|
3286
3385
|
"md+": {
|
|
3386
|
+
key: "{semantic.size.fixed.md+}",
|
|
3287
3387
|
value: "14px",
|
|
3288
3388
|
type: "dimension",
|
|
3289
|
-
description: "deprecated",
|
|
3290
3389
|
attributes: {
|
|
3291
3390
|
category: "size",
|
|
3292
3391
|
type: "dimension",
|
|
@@ -3296,6 +3395,7 @@ export default {
|
|
|
3296
3395
|
description: "deprecated",
|
|
3297
3396
|
filePath: "src/tokens/semantic/size.json",
|
|
3298
3397
|
isSource: true,
|
|
3398
|
+
key: "{semantic.size.fixed.md+}",
|
|
3299
3399
|
name: "calcite-semantic-size-fixed-md",
|
|
3300
3400
|
path: ["semantic", "size", "fixed", "md+"],
|
|
3301
3401
|
comment: "deprecated",
|
|
@@ -3312,25 +3412,26 @@ export default {
|
|
|
3312
3412
|
type: "dimension",
|
|
3313
3413
|
},
|
|
3314
3414
|
},
|
|
3415
|
+
description: "deprecated",
|
|
3315
3416
|
filePath: "src/tokens/semantic/size.json",
|
|
3316
3417
|
isSource: true,
|
|
3317
3418
|
original: {
|
|
3318
3419
|
value: "{core.size.default.14}",
|
|
3319
3420
|
type: "dimension",
|
|
3320
|
-
description: "deprecated",
|
|
3321
3421
|
attributes: {
|
|
3322
3422
|
category: "size",
|
|
3323
3423
|
},
|
|
3424
|
+
description: "deprecated",
|
|
3425
|
+
key: "{semantic.size.fixed.md+}",
|
|
3324
3426
|
},
|
|
3325
3427
|
name: "Size Fixed Md Plus",
|
|
3326
3428
|
path: ["semantic", "size", "fixed", "md+"],
|
|
3327
3429
|
comment: "deprecated",
|
|
3328
|
-
key: "{semantic.size.fixed.md+}",
|
|
3329
3430
|
},
|
|
3330
3431
|
lg: {
|
|
3432
|
+
key: "{semantic.size.fixed.lg}",
|
|
3331
3433
|
value: "16px",
|
|
3332
3434
|
type: "dimension",
|
|
3333
|
-
description: "deprecated",
|
|
3334
3435
|
attributes: {
|
|
3335
3436
|
category: "size",
|
|
3336
3437
|
type: "dimension",
|
|
@@ -3340,6 +3441,7 @@ export default {
|
|
|
3340
3441
|
description: "deprecated",
|
|
3341
3442
|
filePath: "src/tokens/semantic/size.json",
|
|
3342
3443
|
isSource: true,
|
|
3444
|
+
key: "{semantic.size.fixed.lg}",
|
|
3343
3445
|
name: "calcite-semantic-size-fixed-lg",
|
|
3344
3446
|
path: ["semantic", "size", "fixed", "lg"],
|
|
3345
3447
|
comment: "deprecated",
|
|
@@ -3356,25 +3458,26 @@ export default {
|
|
|
3356
3458
|
type: "dimension",
|
|
3357
3459
|
},
|
|
3358
3460
|
},
|
|
3461
|
+
description: "deprecated",
|
|
3359
3462
|
filePath: "src/tokens/semantic/size.json",
|
|
3360
3463
|
isSource: true,
|
|
3361
3464
|
original: {
|
|
3362
3465
|
value: "{core.size.default.16}",
|
|
3363
3466
|
type: "dimension",
|
|
3364
|
-
description: "deprecated",
|
|
3365
3467
|
attributes: {
|
|
3366
3468
|
category: "size",
|
|
3367
3469
|
},
|
|
3470
|
+
description: "deprecated",
|
|
3471
|
+
key: "{semantic.size.fixed.lg}",
|
|
3368
3472
|
},
|
|
3369
3473
|
name: "Size Fixed Lg",
|
|
3370
3474
|
path: ["semantic", "size", "fixed", "lg"],
|
|
3371
3475
|
comment: "deprecated",
|
|
3372
|
-
key: "{semantic.size.fixed.lg}",
|
|
3373
3476
|
},
|
|
3374
3477
|
xl: {
|
|
3478
|
+
key: "{semantic.size.fixed.xl}",
|
|
3375
3479
|
value: "20px",
|
|
3376
3480
|
type: "dimension",
|
|
3377
|
-
description: "deprecated",
|
|
3378
3481
|
attributes: {
|
|
3379
3482
|
category: "size",
|
|
3380
3483
|
type: "dimension",
|
|
@@ -3384,6 +3487,7 @@ export default {
|
|
|
3384
3487
|
description: "deprecated",
|
|
3385
3488
|
filePath: "src/tokens/semantic/size.json",
|
|
3386
3489
|
isSource: true,
|
|
3490
|
+
key: "{semantic.size.fixed.xl}",
|
|
3387
3491
|
name: "calcite-semantic-size-fixed-xl",
|
|
3388
3492
|
path: ["semantic", "size", "fixed", "xl"],
|
|
3389
3493
|
comment: "deprecated",
|
|
@@ -3400,25 +3504,26 @@ export default {
|
|
|
3400
3504
|
type: "dimension",
|
|
3401
3505
|
},
|
|
3402
3506
|
},
|
|
3507
|
+
description: "deprecated",
|
|
3403
3508
|
filePath: "src/tokens/semantic/size.json",
|
|
3404
3509
|
isSource: true,
|
|
3405
3510
|
original: {
|
|
3406
3511
|
value: "{core.size.default.20}",
|
|
3407
3512
|
type: "dimension",
|
|
3408
|
-
description: "deprecated",
|
|
3409
3513
|
attributes: {
|
|
3410
3514
|
category: "size",
|
|
3411
3515
|
},
|
|
3516
|
+
description: "deprecated",
|
|
3517
|
+
key: "{semantic.size.fixed.xl}",
|
|
3412
3518
|
},
|
|
3413
3519
|
name: "Size Fixed Xl",
|
|
3414
3520
|
path: ["semantic", "size", "fixed", "xl"],
|
|
3415
3521
|
comment: "deprecated",
|
|
3416
|
-
key: "{semantic.size.fixed.xl}",
|
|
3417
3522
|
},
|
|
3418
3523
|
xxl: {
|
|
3524
|
+
key: "{semantic.size.fixed.xxl}",
|
|
3419
3525
|
value: "24px",
|
|
3420
3526
|
type: "dimension",
|
|
3421
|
-
description: "deprecated",
|
|
3422
3527
|
attributes: {
|
|
3423
3528
|
category: "size",
|
|
3424
3529
|
type: "dimension",
|
|
@@ -3428,6 +3533,7 @@ export default {
|
|
|
3428
3533
|
description: "deprecated",
|
|
3429
3534
|
filePath: "src/tokens/semantic/size.json",
|
|
3430
3535
|
isSource: true,
|
|
3536
|
+
key: "{semantic.size.fixed.xxl}",
|
|
3431
3537
|
name: "calcite-semantic-size-fixed-xxl",
|
|
3432
3538
|
path: ["semantic", "size", "fixed", "xxl"],
|
|
3433
3539
|
comment: "deprecated",
|
|
@@ -3444,25 +3550,26 @@ export default {
|
|
|
3444
3550
|
type: "dimension",
|
|
3445
3551
|
},
|
|
3446
3552
|
},
|
|
3553
|
+
description: "deprecated",
|
|
3447
3554
|
filePath: "src/tokens/semantic/size.json",
|
|
3448
3555
|
isSource: true,
|
|
3449
3556
|
original: {
|
|
3450
3557
|
value: "{core.size.default.24}",
|
|
3451
3558
|
type: "dimension",
|
|
3452
|
-
description: "deprecated",
|
|
3453
3559
|
attributes: {
|
|
3454
3560
|
category: "size",
|
|
3455
3561
|
},
|
|
3562
|
+
description: "deprecated",
|
|
3563
|
+
key: "{semantic.size.fixed.xxl}",
|
|
3456
3564
|
},
|
|
3457
3565
|
name: "Size Fixed Xxl",
|
|
3458
3566
|
path: ["semantic", "size", "fixed", "xxl"],
|
|
3459
3567
|
comment: "deprecated",
|
|
3460
|
-
key: "{semantic.size.fixed.xxl}",
|
|
3461
3568
|
},
|
|
3462
3569
|
xxxl: {
|
|
3570
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
3463
3571
|
value: "32px",
|
|
3464
3572
|
type: "dimension",
|
|
3465
|
-
description: "deprecated",
|
|
3466
3573
|
attributes: {
|
|
3467
3574
|
category: "size",
|
|
3468
3575
|
type: "dimension",
|
|
@@ -3472,6 +3579,7 @@ export default {
|
|
|
3472
3579
|
description: "deprecated",
|
|
3473
3580
|
filePath: "src/tokens/semantic/size.json",
|
|
3474
3581
|
isSource: true,
|
|
3582
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
3475
3583
|
name: "calcite-semantic-size-fixed-xxxl",
|
|
3476
3584
|
path: ["semantic", "size", "fixed", "xxxl"],
|
|
3477
3585
|
comment: "deprecated",
|
|
@@ -3488,24 +3596,26 @@ export default {
|
|
|
3488
3596
|
type: "dimension",
|
|
3489
3597
|
},
|
|
3490
3598
|
},
|
|
3599
|
+
description: "deprecated",
|
|
3491
3600
|
filePath: "src/tokens/semantic/size.json",
|
|
3492
3601
|
isSource: true,
|
|
3493
3602
|
original: {
|
|
3494
3603
|
value: "{core.size.default.32}",
|
|
3495
3604
|
type: "dimension",
|
|
3496
|
-
description: "deprecated",
|
|
3497
3605
|
attributes: {
|
|
3498
3606
|
category: "size",
|
|
3499
3607
|
},
|
|
3608
|
+
description: "deprecated",
|
|
3609
|
+
key: "{semantic.size.fixed.xxxl}",
|
|
3500
3610
|
},
|
|
3501
3611
|
name: "Size Fixed Xxxl",
|
|
3502
3612
|
path: ["semantic", "size", "fixed", "xxxl"],
|
|
3503
3613
|
comment: "deprecated",
|
|
3504
|
-
key: "{semantic.size.fixed.xxxl}",
|
|
3505
3614
|
},
|
|
3506
3615
|
},
|
|
3507
3616
|
default: {
|
|
3508
3617
|
px: {
|
|
3618
|
+
key: "{semantic.size.default.px}",
|
|
3509
3619
|
value: "1px",
|
|
3510
3620
|
type: "dimension",
|
|
3511
3621
|
attributes: {
|
|
@@ -3534,12 +3644,13 @@ export default {
|
|
|
3534
3644
|
attributes: {
|
|
3535
3645
|
category: "size",
|
|
3536
3646
|
},
|
|
3647
|
+
key: "{semantic.size.default.px}",
|
|
3537
3648
|
},
|
|
3538
3649
|
name: "Size Px",
|
|
3539
3650
|
path: ["semantic", "size", "default", "px"],
|
|
3540
|
-
key: "{semantic.size.default.px}",
|
|
3541
3651
|
},
|
|
3542
3652
|
xxxs: {
|
|
3653
|
+
key: "{semantic.size.default.xxxs}",
|
|
3543
3654
|
value: "0.75rem",
|
|
3544
3655
|
type: "dimension",
|
|
3545
3656
|
attributes: {
|
|
@@ -3568,12 +3679,13 @@ export default {
|
|
|
3568
3679
|
attributes: {
|
|
3569
3680
|
category: "size",
|
|
3570
3681
|
},
|
|
3682
|
+
key: "{semantic.size.default.xxxs}",
|
|
3571
3683
|
},
|
|
3572
3684
|
name: "Size Xxxs",
|
|
3573
3685
|
path: ["semantic", "size", "default", "xxxs"],
|
|
3574
|
-
key: "{semantic.size.default.xxxs}",
|
|
3575
3686
|
},
|
|
3576
3687
|
xxs: {
|
|
3688
|
+
key: "{semantic.size.default.xxs}",
|
|
3577
3689
|
value: "0.875rem",
|
|
3578
3690
|
type: "dimension",
|
|
3579
3691
|
attributes: {
|
|
@@ -3602,12 +3714,13 @@ export default {
|
|
|
3602
3714
|
attributes: {
|
|
3603
3715
|
category: "size",
|
|
3604
3716
|
},
|
|
3717
|
+
key: "{semantic.size.default.xxs}",
|
|
3605
3718
|
},
|
|
3606
3719
|
name: "Size Xxs",
|
|
3607
3720
|
path: ["semantic", "size", "default", "xxs"],
|
|
3608
|
-
key: "{semantic.size.default.xxs}",
|
|
3609
3721
|
},
|
|
3610
3722
|
xs: {
|
|
3723
|
+
key: "{semantic.size.default.xs}",
|
|
3611
3724
|
value: "1rem",
|
|
3612
3725
|
type: "dimension",
|
|
3613
3726
|
attributes: {
|
|
@@ -3636,12 +3749,13 @@ export default {
|
|
|
3636
3749
|
attributes: {
|
|
3637
3750
|
category: "size",
|
|
3638
3751
|
},
|
|
3752
|
+
key: "{semantic.size.default.xs}",
|
|
3639
3753
|
},
|
|
3640
3754
|
name: "Size Xs",
|
|
3641
3755
|
path: ["semantic", "size", "default", "xs"],
|
|
3642
|
-
key: "{semantic.size.default.xs}",
|
|
3643
3756
|
},
|
|
3644
3757
|
sm: {
|
|
3758
|
+
key: "{semantic.size.default.sm}",
|
|
3645
3759
|
value: "1.5rem",
|
|
3646
3760
|
type: "dimension",
|
|
3647
3761
|
attributes: {
|
|
@@ -3670,12 +3784,13 @@ export default {
|
|
|
3670
3784
|
attributes: {
|
|
3671
3785
|
category: "size",
|
|
3672
3786
|
},
|
|
3787
|
+
key: "{semantic.size.default.sm}",
|
|
3673
3788
|
},
|
|
3674
3789
|
name: "Size Sm",
|
|
3675
3790
|
path: ["semantic", "size", "default", "sm"],
|
|
3676
|
-
key: "{semantic.size.default.sm}",
|
|
3677
3791
|
},
|
|
3678
3792
|
md: {
|
|
3793
|
+
key: "{semantic.size.default.md}",
|
|
3679
3794
|
value: "2rem",
|
|
3680
3795
|
type: "dimension",
|
|
3681
3796
|
attributes: {
|
|
@@ -3704,12 +3819,13 @@ export default {
|
|
|
3704
3819
|
attributes: {
|
|
3705
3820
|
category: "size",
|
|
3706
3821
|
},
|
|
3822
|
+
key: "{semantic.size.default.md}",
|
|
3707
3823
|
},
|
|
3708
3824
|
name: "Size Md",
|
|
3709
3825
|
path: ["semantic", "size", "default", "md"],
|
|
3710
|
-
key: "{semantic.size.default.md}",
|
|
3711
3826
|
},
|
|
3712
3827
|
lg: {
|
|
3828
|
+
key: "{semantic.size.default.lg}",
|
|
3713
3829
|
value: "2.75rem",
|
|
3714
3830
|
type: "dimension",
|
|
3715
3831
|
attributes: {
|
|
@@ -3738,12 +3854,13 @@ export default {
|
|
|
3738
3854
|
attributes: {
|
|
3739
3855
|
category: "size",
|
|
3740
3856
|
},
|
|
3857
|
+
key: "{semantic.size.default.lg}",
|
|
3741
3858
|
},
|
|
3742
3859
|
name: "Size Lg",
|
|
3743
3860
|
path: ["semantic", "size", "default", "lg"],
|
|
3744
|
-
key: "{semantic.size.default.lg}",
|
|
3745
3861
|
},
|
|
3746
3862
|
xl: {
|
|
3863
|
+
key: "{semantic.size.default.xl}",
|
|
3747
3864
|
value: "3rem",
|
|
3748
3865
|
type: "dimension",
|
|
3749
3866
|
attributes: {
|
|
@@ -3772,12 +3889,13 @@ export default {
|
|
|
3772
3889
|
attributes: {
|
|
3773
3890
|
category: "size",
|
|
3774
3891
|
},
|
|
3892
|
+
key: "{semantic.size.default.xl}",
|
|
3775
3893
|
},
|
|
3776
3894
|
name: "Size Xl",
|
|
3777
3895
|
path: ["semantic", "size", "default", "xl"],
|
|
3778
|
-
key: "{semantic.size.default.xl}",
|
|
3779
3896
|
},
|
|
3780
3897
|
xxl: {
|
|
3898
|
+
key: "{semantic.size.default.xxl}",
|
|
3781
3899
|
value: "4rem",
|
|
3782
3900
|
type: "dimension",
|
|
3783
3901
|
attributes: {
|
|
@@ -3806,12 +3924,13 @@ export default {
|
|
|
3806
3924
|
attributes: {
|
|
3807
3925
|
category: "size",
|
|
3808
3926
|
},
|
|
3927
|
+
key: "{semantic.size.default.xxl}",
|
|
3809
3928
|
},
|
|
3810
3929
|
name: "Size Xxl",
|
|
3811
3930
|
path: ["semantic", "size", "default", "xxl"],
|
|
3812
|
-
key: "{semantic.size.default.xxl}",
|
|
3813
3931
|
},
|
|
3814
3932
|
xxxl: {
|
|
3933
|
+
key: "{semantic.size.default.xxxl}",
|
|
3815
3934
|
value: "6rem",
|
|
3816
3935
|
type: "dimension",
|
|
3817
3936
|
attributes: {
|
|
@@ -3840,19 +3959,19 @@ export default {
|
|
|
3840
3959
|
attributes: {
|
|
3841
3960
|
category: "size",
|
|
3842
3961
|
},
|
|
3962
|
+
key: "{semantic.size.default.xxxl}",
|
|
3843
3963
|
},
|
|
3844
3964
|
name: "Size Xxxl",
|
|
3845
3965
|
path: ["semantic", "size", "default", "xxxl"],
|
|
3846
|
-
key: "{semantic.size.default.xxxl}",
|
|
3847
3966
|
},
|
|
3848
3967
|
},
|
|
3849
3968
|
},
|
|
3850
3969
|
spacing: {
|
|
3851
3970
|
fixed: {
|
|
3852
3971
|
xxs: {
|
|
3972
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
3853
3973
|
value: "4px",
|
|
3854
3974
|
type: "dimension",
|
|
3855
|
-
description: "deprecated",
|
|
3856
3975
|
attributes: {
|
|
3857
3976
|
category: "space",
|
|
3858
3977
|
type: "dimension",
|
|
@@ -3862,6 +3981,7 @@ export default {
|
|
|
3862
3981
|
description: "deprecated",
|
|
3863
3982
|
filePath: "src/tokens/semantic/space.json",
|
|
3864
3983
|
isSource: true,
|
|
3984
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
3865
3985
|
name: "calcite-semantic-spacing-fixed-xxs",
|
|
3866
3986
|
path: ["semantic", "spacing", "fixed", "xxs"],
|
|
3867
3987
|
comment: "deprecated",
|
|
@@ -3878,25 +3998,26 @@ export default {
|
|
|
3878
3998
|
type: "dimension",
|
|
3879
3999
|
},
|
|
3880
4000
|
},
|
|
4001
|
+
description: "deprecated",
|
|
3881
4002
|
filePath: "src/tokens/semantic/space.json",
|
|
3882
4003
|
isSource: true,
|
|
3883
4004
|
original: {
|
|
3884
4005
|
value: "{core.size.default.4}",
|
|
3885
4006
|
type: "dimension",
|
|
3886
|
-
description: "deprecated",
|
|
3887
4007
|
attributes: {
|
|
3888
4008
|
category: "space",
|
|
3889
4009
|
},
|
|
4010
|
+
description: "deprecated",
|
|
4011
|
+
key: "{semantic.spacing.fixed.xxs}",
|
|
3890
4012
|
},
|
|
3891
4013
|
name: "Spacing Fixed Xxs",
|
|
3892
4014
|
path: ["semantic", "spacing", "fixed", "xxs"],
|
|
3893
4015
|
comment: "deprecated",
|
|
3894
|
-
key: "{semantic.spacing.fixed.xxs}",
|
|
3895
4016
|
},
|
|
3896
4017
|
xs: {
|
|
4018
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
3897
4019
|
value: "6px",
|
|
3898
4020
|
type: "dimension",
|
|
3899
|
-
description: "deprecated",
|
|
3900
4021
|
attributes: {
|
|
3901
4022
|
category: "space",
|
|
3902
4023
|
type: "dimension",
|
|
@@ -3906,6 +4027,7 @@ export default {
|
|
|
3906
4027
|
description: "deprecated",
|
|
3907
4028
|
filePath: "src/tokens/semantic/space.json",
|
|
3908
4029
|
isSource: true,
|
|
4030
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
3909
4031
|
name: "calcite-semantic-spacing-fixed-xs",
|
|
3910
4032
|
path: ["semantic", "spacing", "fixed", "xs"],
|
|
3911
4033
|
comment: "deprecated",
|
|
@@ -3922,25 +4044,26 @@ export default {
|
|
|
3922
4044
|
type: "dimension",
|
|
3923
4045
|
},
|
|
3924
4046
|
},
|
|
4047
|
+
description: "deprecated",
|
|
3925
4048
|
filePath: "src/tokens/semantic/space.json",
|
|
3926
4049
|
isSource: true,
|
|
3927
4050
|
original: {
|
|
3928
4051
|
value: "{core.size.default.6}",
|
|
3929
4052
|
type: "dimension",
|
|
3930
|
-
description: "deprecated",
|
|
3931
4053
|
attributes: {
|
|
3932
4054
|
category: "space",
|
|
3933
4055
|
},
|
|
4056
|
+
description: "deprecated",
|
|
4057
|
+
key: "{semantic.spacing.fixed.xs}",
|
|
3934
4058
|
},
|
|
3935
4059
|
name: "Spacing Fixed Xs",
|
|
3936
4060
|
path: ["semantic", "spacing", "fixed", "xs"],
|
|
3937
4061
|
comment: "deprecated",
|
|
3938
|
-
key: "{semantic.spacing.fixed.xs}",
|
|
3939
4062
|
},
|
|
3940
4063
|
sm: {
|
|
4064
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
3941
4065
|
value: "8px",
|
|
3942
4066
|
type: "dimension",
|
|
3943
|
-
description: "deprecated",
|
|
3944
4067
|
attributes: {
|
|
3945
4068
|
category: "space",
|
|
3946
4069
|
type: "dimension",
|
|
@@ -3950,6 +4073,7 @@ export default {
|
|
|
3950
4073
|
description: "deprecated",
|
|
3951
4074
|
filePath: "src/tokens/semantic/space.json",
|
|
3952
4075
|
isSource: true,
|
|
4076
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
3953
4077
|
name: "calcite-semantic-spacing-fixed-sm",
|
|
3954
4078
|
path: ["semantic", "spacing", "fixed", "sm"],
|
|
3955
4079
|
comment: "deprecated",
|
|
@@ -3966,25 +4090,26 @@ export default {
|
|
|
3966
4090
|
type: "dimension",
|
|
3967
4091
|
},
|
|
3968
4092
|
},
|
|
4093
|
+
description: "deprecated",
|
|
3969
4094
|
filePath: "src/tokens/semantic/space.json",
|
|
3970
4095
|
isSource: true,
|
|
3971
4096
|
original: {
|
|
3972
4097
|
value: "{core.size.default.8}",
|
|
3973
4098
|
type: "dimension",
|
|
3974
|
-
description: "deprecated",
|
|
3975
4099
|
attributes: {
|
|
3976
4100
|
category: "space",
|
|
3977
4101
|
},
|
|
4102
|
+
description: "deprecated",
|
|
4103
|
+
key: "{semantic.spacing.fixed.sm}",
|
|
3978
4104
|
},
|
|
3979
4105
|
name: "Spacing Fixed Sm",
|
|
3980
4106
|
path: ["semantic", "spacing", "fixed", "sm"],
|
|
3981
4107
|
comment: "deprecated",
|
|
3982
|
-
key: "{semantic.spacing.fixed.sm}",
|
|
3983
4108
|
},
|
|
3984
4109
|
md: {
|
|
4110
|
+
key: "{semantic.spacing.fixed.md}",
|
|
3985
4111
|
value: "12px",
|
|
3986
4112
|
type: "dimension",
|
|
3987
|
-
description: "deprecated",
|
|
3988
4113
|
attributes: {
|
|
3989
4114
|
category: "space",
|
|
3990
4115
|
type: "dimension",
|
|
@@ -3994,6 +4119,7 @@ export default {
|
|
|
3994
4119
|
description: "deprecated",
|
|
3995
4120
|
filePath: "src/tokens/semantic/space.json",
|
|
3996
4121
|
isSource: true,
|
|
4122
|
+
key: "{semantic.spacing.fixed.md}",
|
|
3997
4123
|
name: "calcite-semantic-spacing-fixed-md",
|
|
3998
4124
|
path: ["semantic", "spacing", "fixed", "md"],
|
|
3999
4125
|
comment: "deprecated",
|
|
@@ -4010,25 +4136,26 @@ export default {
|
|
|
4010
4136
|
type: "dimension",
|
|
4011
4137
|
},
|
|
4012
4138
|
},
|
|
4139
|
+
description: "deprecated",
|
|
4013
4140
|
filePath: "src/tokens/semantic/space.json",
|
|
4014
4141
|
isSource: true,
|
|
4015
4142
|
original: {
|
|
4016
4143
|
value: "{core.size.default.12}",
|
|
4017
4144
|
type: "dimension",
|
|
4018
|
-
description: "deprecated",
|
|
4019
4145
|
attributes: {
|
|
4020
4146
|
category: "space",
|
|
4021
4147
|
},
|
|
4148
|
+
description: "deprecated",
|
|
4149
|
+
key: "{semantic.spacing.fixed.md}",
|
|
4022
4150
|
},
|
|
4023
4151
|
name: "Spacing Fixed Md",
|
|
4024
4152
|
path: ["semantic", "spacing", "fixed", "md"],
|
|
4025
4153
|
comment: "deprecated",
|
|
4026
|
-
key: "{semantic.spacing.fixed.md}",
|
|
4027
4154
|
},
|
|
4028
4155
|
lg: {
|
|
4156
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
4029
4157
|
value: "14px",
|
|
4030
4158
|
type: "dimension",
|
|
4031
|
-
description: "deprecated",
|
|
4032
4159
|
attributes: {
|
|
4033
4160
|
category: "space",
|
|
4034
4161
|
type: "dimension",
|
|
@@ -4038,6 +4165,7 @@ export default {
|
|
|
4038
4165
|
description: "deprecated",
|
|
4039
4166
|
filePath: "src/tokens/semantic/space.json",
|
|
4040
4167
|
isSource: true,
|
|
4168
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
4041
4169
|
name: "calcite-semantic-spacing-fixed-lg",
|
|
4042
4170
|
path: ["semantic", "spacing", "fixed", "lg"],
|
|
4043
4171
|
comment: "deprecated",
|
|
@@ -4054,25 +4182,26 @@ export default {
|
|
|
4054
4182
|
type: "dimension",
|
|
4055
4183
|
},
|
|
4056
4184
|
},
|
|
4185
|
+
description: "deprecated",
|
|
4057
4186
|
filePath: "src/tokens/semantic/space.json",
|
|
4058
4187
|
isSource: true,
|
|
4059
4188
|
original: {
|
|
4060
4189
|
value: "{core.size.default.14}",
|
|
4061
4190
|
type: "dimension",
|
|
4062
|
-
description: "deprecated",
|
|
4063
4191
|
attributes: {
|
|
4064
4192
|
category: "space",
|
|
4065
4193
|
},
|
|
4194
|
+
description: "deprecated",
|
|
4195
|
+
key: "{semantic.spacing.fixed.lg}",
|
|
4066
4196
|
},
|
|
4067
4197
|
name: "Spacing Fixed Lg",
|
|
4068
4198
|
path: ["semantic", "spacing", "fixed", "lg"],
|
|
4069
4199
|
comment: "deprecated",
|
|
4070
|
-
key: "{semantic.spacing.fixed.lg}",
|
|
4071
4200
|
},
|
|
4072
4201
|
xl: {
|
|
4202
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
4073
4203
|
value: "16px",
|
|
4074
4204
|
type: "dimension",
|
|
4075
|
-
description: "deprecated",
|
|
4076
4205
|
attributes: {
|
|
4077
4206
|
category: "space",
|
|
4078
4207
|
type: "dimension",
|
|
@@ -4082,6 +4211,7 @@ export default {
|
|
|
4082
4211
|
description: "deprecated",
|
|
4083
4212
|
filePath: "src/tokens/semantic/space.json",
|
|
4084
4213
|
isSource: true,
|
|
4214
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
4085
4215
|
name: "calcite-semantic-spacing-fixed-xl",
|
|
4086
4216
|
path: ["semantic", "spacing", "fixed", "xl"],
|
|
4087
4217
|
comment: "deprecated",
|
|
@@ -4098,25 +4228,26 @@ export default {
|
|
|
4098
4228
|
type: "dimension",
|
|
4099
4229
|
},
|
|
4100
4230
|
},
|
|
4231
|
+
description: "deprecated",
|
|
4101
4232
|
filePath: "src/tokens/semantic/space.json",
|
|
4102
4233
|
isSource: true,
|
|
4103
4234
|
original: {
|
|
4104
4235
|
value: "{core.size.default.16}",
|
|
4105
4236
|
type: "dimension",
|
|
4106
|
-
description: "deprecated",
|
|
4107
4237
|
attributes: {
|
|
4108
4238
|
category: "space",
|
|
4109
4239
|
},
|
|
4240
|
+
description: "deprecated",
|
|
4241
|
+
key: "{semantic.spacing.fixed.xl}",
|
|
4110
4242
|
},
|
|
4111
4243
|
name: "Spacing Fixed Xl",
|
|
4112
4244
|
path: ["semantic", "spacing", "fixed", "xl"],
|
|
4113
4245
|
comment: "deprecated",
|
|
4114
|
-
key: "{semantic.spacing.fixed.xl}",
|
|
4115
4246
|
},
|
|
4116
4247
|
xxl: {
|
|
4248
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
4117
4249
|
value: "20px",
|
|
4118
4250
|
type: "dimension",
|
|
4119
|
-
description: "deprecated",
|
|
4120
4251
|
attributes: {
|
|
4121
4252
|
category: "space",
|
|
4122
4253
|
type: "dimension",
|
|
@@ -4126,6 +4257,7 @@ export default {
|
|
|
4126
4257
|
description: "deprecated",
|
|
4127
4258
|
filePath: "src/tokens/semantic/space.json",
|
|
4128
4259
|
isSource: true,
|
|
4260
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
4129
4261
|
name: "calcite-semantic-spacing-fixed-xxl",
|
|
4130
4262
|
path: ["semantic", "spacing", "fixed", "xxl"],
|
|
4131
4263
|
comment: "deprecated",
|
|
@@ -4142,25 +4274,26 @@ export default {
|
|
|
4142
4274
|
type: "dimension",
|
|
4143
4275
|
},
|
|
4144
4276
|
},
|
|
4277
|
+
description: "deprecated",
|
|
4145
4278
|
filePath: "src/tokens/semantic/space.json",
|
|
4146
4279
|
isSource: true,
|
|
4147
4280
|
original: {
|
|
4148
4281
|
value: "{core.size.default.20}",
|
|
4149
4282
|
type: "dimension",
|
|
4150
|
-
description: "deprecated",
|
|
4151
4283
|
attributes: {
|
|
4152
4284
|
category: "space",
|
|
4153
4285
|
},
|
|
4286
|
+
description: "deprecated",
|
|
4287
|
+
key: "{semantic.spacing.fixed.xxl}",
|
|
4154
4288
|
},
|
|
4155
4289
|
name: "Spacing Fixed Xxl",
|
|
4156
4290
|
path: ["semantic", "spacing", "fixed", "xxl"],
|
|
4157
4291
|
comment: "deprecated",
|
|
4158
|
-
key: "{semantic.spacing.fixed.xxl}",
|
|
4159
4292
|
},
|
|
4160
4293
|
xxxl: {
|
|
4294
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
4161
4295
|
value: "32px",
|
|
4162
4296
|
type: "dimension",
|
|
4163
|
-
description: "deprecated",
|
|
4164
4297
|
attributes: {
|
|
4165
4298
|
category: "space",
|
|
4166
4299
|
type: "dimension",
|
|
@@ -4170,6 +4303,7 @@ export default {
|
|
|
4170
4303
|
description: "deprecated",
|
|
4171
4304
|
filePath: "src/tokens/semantic/space.json",
|
|
4172
4305
|
isSource: true,
|
|
4306
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
4173
4307
|
name: "calcite-semantic-spacing-fixed-xxxl",
|
|
4174
4308
|
path: ["semantic", "spacing", "fixed", "xxxl"],
|
|
4175
4309
|
comment: "deprecated",
|
|
@@ -4186,24 +4320,26 @@ export default {
|
|
|
4186
4320
|
type: "dimension",
|
|
4187
4321
|
},
|
|
4188
4322
|
},
|
|
4323
|
+
description: "deprecated",
|
|
4189
4324
|
filePath: "src/tokens/semantic/space.json",
|
|
4190
4325
|
isSource: true,
|
|
4191
4326
|
original: {
|
|
4192
4327
|
value: "{core.size.default.32}",
|
|
4193
4328
|
type: "dimension",
|
|
4194
|
-
description: "deprecated",
|
|
4195
4329
|
attributes: {
|
|
4196
4330
|
category: "space",
|
|
4197
4331
|
},
|
|
4332
|
+
description: "deprecated",
|
|
4333
|
+
key: "{semantic.spacing.fixed.xxxl}",
|
|
4198
4334
|
},
|
|
4199
4335
|
name: "Spacing Fixed Xxxl",
|
|
4200
4336
|
path: ["semantic", "spacing", "fixed", "xxxl"],
|
|
4201
4337
|
comment: "deprecated",
|
|
4202
|
-
key: "{semantic.spacing.fixed.xxxl}",
|
|
4203
4338
|
},
|
|
4204
4339
|
},
|
|
4205
4340
|
default: {
|
|
4206
4341
|
none: {
|
|
4342
|
+
key: "{semantic.spacing.default.none}",
|
|
4207
4343
|
value: "0",
|
|
4208
4344
|
type: "dimension",
|
|
4209
4345
|
attributes: {
|
|
@@ -4234,12 +4370,13 @@ export default {
|
|
|
4234
4370
|
pattern: "",
|
|
4235
4371
|
category: "space",
|
|
4236
4372
|
},
|
|
4373
|
+
key: "{semantic.spacing.default.none}",
|
|
4237
4374
|
},
|
|
4238
4375
|
name: "Spacing None",
|
|
4239
4376
|
path: ["semantic", "spacing", "default", "none"],
|
|
4240
|
-
key: "{semantic.spacing.default.none}",
|
|
4241
4377
|
},
|
|
4242
4378
|
px: {
|
|
4379
|
+
key: "{semantic.spacing.default.px}",
|
|
4243
4380
|
value: "1px",
|
|
4244
4381
|
type: "dimension",
|
|
4245
4382
|
attributes: {
|
|
@@ -4270,12 +4407,13 @@ export default {
|
|
|
4270
4407
|
pattern: "",
|
|
4271
4408
|
category: "space",
|
|
4272
4409
|
},
|
|
4410
|
+
key: "{semantic.spacing.default.px}",
|
|
4273
4411
|
},
|
|
4274
4412
|
name: "Spacing Px",
|
|
4275
4413
|
path: ["semantic", "spacing", "default", "px"],
|
|
4276
|
-
key: "{semantic.spacing.default.px}",
|
|
4277
4414
|
},
|
|
4278
4415
|
base: {
|
|
4416
|
+
key: "{semantic.spacing.default.base}",
|
|
4279
4417
|
value: "2px",
|
|
4280
4418
|
type: "dimension",
|
|
4281
4419
|
attributes: {
|
|
@@ -4306,12 +4444,13 @@ export default {
|
|
|
4306
4444
|
pattern: "",
|
|
4307
4445
|
category: "space",
|
|
4308
4446
|
},
|
|
4447
|
+
key: "{semantic.spacing.default.base}",
|
|
4309
4448
|
},
|
|
4310
4449
|
name: "Spacing Base",
|
|
4311
4450
|
path: ["semantic", "spacing", "default", "base"],
|
|
4312
|
-
key: "{semantic.spacing.default.base}",
|
|
4313
4451
|
},
|
|
4314
4452
|
xxs: {
|
|
4453
|
+
key: "{semantic.spacing.default.xxs}",
|
|
4315
4454
|
value: "0.25rem",
|
|
4316
4455
|
type: "dimension",
|
|
4317
4456
|
attributes: {
|
|
@@ -4340,12 +4479,13 @@ export default {
|
|
|
4340
4479
|
attributes: {
|
|
4341
4480
|
category: "size",
|
|
4342
4481
|
},
|
|
4482
|
+
key: "{semantic.spacing.default.xxs}",
|
|
4343
4483
|
},
|
|
4344
4484
|
name: "Spacing Xxs",
|
|
4345
4485
|
path: ["semantic", "spacing", "default", "xxs"],
|
|
4346
|
-
key: "{semantic.spacing.default.xxs}",
|
|
4347
4486
|
},
|
|
4348
4487
|
xs: {
|
|
4488
|
+
key: "{semantic.spacing.default.xs}",
|
|
4349
4489
|
value: "0.375rem",
|
|
4350
4490
|
type: "dimension",
|
|
4351
4491
|
attributes: {
|
|
@@ -4374,12 +4514,13 @@ export default {
|
|
|
4374
4514
|
attributes: {
|
|
4375
4515
|
category: "size",
|
|
4376
4516
|
},
|
|
4517
|
+
key: "{semantic.spacing.default.xs}",
|
|
4377
4518
|
},
|
|
4378
4519
|
name: "Spacing Xs",
|
|
4379
4520
|
path: ["semantic", "spacing", "default", "xs"],
|
|
4380
|
-
key: "{semantic.spacing.default.xs}",
|
|
4381
4521
|
},
|
|
4382
4522
|
sm: {
|
|
4523
|
+
key: "{semantic.spacing.default.sm}",
|
|
4383
4524
|
value: "0.5rem",
|
|
4384
4525
|
type: "dimension",
|
|
4385
4526
|
attributes: {
|
|
@@ -4408,12 +4549,13 @@ export default {
|
|
|
4408
4549
|
attributes: {
|
|
4409
4550
|
category: "size",
|
|
4410
4551
|
},
|
|
4552
|
+
key: "{semantic.spacing.default.sm}",
|
|
4411
4553
|
},
|
|
4412
4554
|
name: "Spacing Sm",
|
|
4413
4555
|
path: ["semantic", "spacing", "default", "sm"],
|
|
4414
|
-
key: "{semantic.spacing.default.sm}",
|
|
4415
4556
|
},
|
|
4416
4557
|
"sm+": {
|
|
4558
|
+
key: "{semantic.spacing.default.sm+}",
|
|
4417
4559
|
value: "0.625rem",
|
|
4418
4560
|
type: "dimension",
|
|
4419
4561
|
attributes: {
|
|
@@ -4442,12 +4584,13 @@ export default {
|
|
|
4442
4584
|
attributes: {
|
|
4443
4585
|
category: "space",
|
|
4444
4586
|
},
|
|
4587
|
+
key: "{semantic.spacing.default.sm+}",
|
|
4445
4588
|
},
|
|
4446
4589
|
name: "Spacing Sm Plus",
|
|
4447
4590
|
path: ["semantic", "spacing", "default", "sm+"],
|
|
4448
|
-
key: "{semantic.spacing.default.sm+}",
|
|
4449
4591
|
},
|
|
4450
4592
|
md: {
|
|
4593
|
+
key: "{semantic.spacing.default.md}",
|
|
4451
4594
|
value: "0.75rem",
|
|
4452
4595
|
type: "dimension",
|
|
4453
4596
|
attributes: {
|
|
@@ -4476,12 +4619,13 @@ export default {
|
|
|
4476
4619
|
attributes: {
|
|
4477
4620
|
category: "space",
|
|
4478
4621
|
},
|
|
4622
|
+
key: "{semantic.spacing.default.md}",
|
|
4479
4623
|
},
|
|
4480
4624
|
name: "Spacing Md",
|
|
4481
4625
|
path: ["semantic", "spacing", "default", "md"],
|
|
4482
|
-
key: "{semantic.spacing.default.md}",
|
|
4483
4626
|
},
|
|
4484
4627
|
"md+": {
|
|
4628
|
+
key: "{semantic.spacing.default.md+}",
|
|
4485
4629
|
value: "0.875rem",
|
|
4486
4630
|
type: "dimension",
|
|
4487
4631
|
attributes: {
|
|
@@ -4510,12 +4654,13 @@ export default {
|
|
|
4510
4654
|
attributes: {
|
|
4511
4655
|
category: "space",
|
|
4512
4656
|
},
|
|
4657
|
+
key: "{semantic.spacing.default.md+}",
|
|
4513
4658
|
},
|
|
4514
4659
|
name: "Spacing Md Plus",
|
|
4515
4660
|
path: ["semantic", "spacing", "default", "md+"],
|
|
4516
|
-
key: "{semantic.spacing.default.md+}",
|
|
4517
4661
|
},
|
|
4518
4662
|
lg: {
|
|
4663
|
+
key: "{semantic.spacing.default.lg}",
|
|
4519
4664
|
value: "1rem",
|
|
4520
4665
|
type: "dimension",
|
|
4521
4666
|
attributes: {
|
|
@@ -4544,12 +4689,13 @@ export default {
|
|
|
4544
4689
|
attributes: {
|
|
4545
4690
|
category: "space",
|
|
4546
4691
|
},
|
|
4692
|
+
key: "{semantic.spacing.default.lg}",
|
|
4547
4693
|
},
|
|
4548
4694
|
name: "Spacing Lg",
|
|
4549
4695
|
path: ["semantic", "spacing", "default", "lg"],
|
|
4550
|
-
key: "{semantic.spacing.default.lg}",
|
|
4551
4696
|
},
|
|
4552
4697
|
xl: {
|
|
4698
|
+
key: "{semantic.spacing.default.xl}",
|
|
4553
4699
|
value: "1.25rem",
|
|
4554
4700
|
type: "dimension",
|
|
4555
4701
|
attributes: {
|
|
@@ -4578,12 +4724,13 @@ export default {
|
|
|
4578
4724
|
attributes: {
|
|
4579
4725
|
category: "space",
|
|
4580
4726
|
},
|
|
4727
|
+
key: "{semantic.spacing.default.xl}",
|
|
4581
4728
|
},
|
|
4582
4729
|
name: "Spacing Xl",
|
|
4583
4730
|
path: ["semantic", "spacing", "default", "xl"],
|
|
4584
|
-
key: "{semantic.spacing.default.xl}",
|
|
4585
4731
|
},
|
|
4586
4732
|
xxl: {
|
|
4733
|
+
key: "{semantic.spacing.default.xxl}",
|
|
4587
4734
|
value: "1.5rem",
|
|
4588
4735
|
type: "dimension",
|
|
4589
4736
|
attributes: {
|
|
@@ -4612,12 +4759,13 @@ export default {
|
|
|
4612
4759
|
attributes: {
|
|
4613
4760
|
category: "space",
|
|
4614
4761
|
},
|
|
4762
|
+
key: "{semantic.spacing.default.xxl}",
|
|
4615
4763
|
},
|
|
4616
4764
|
name: "Spacing Xxl",
|
|
4617
4765
|
path: ["semantic", "spacing", "default", "xxl"],
|
|
4618
|
-
key: "{semantic.spacing.default.xxl}",
|
|
4619
4766
|
},
|
|
4620
4767
|
xxxl: {
|
|
4768
|
+
key: "{semantic.spacing.default.xxxl}",
|
|
4621
4769
|
value: "2rem",
|
|
4622
4770
|
type: "dimension",
|
|
4623
4771
|
attributes: {
|
|
@@ -4646,15 +4794,16 @@ export default {
|
|
|
4646
4794
|
attributes: {
|
|
4647
4795
|
category: "space",
|
|
4648
4796
|
},
|
|
4797
|
+
key: "{semantic.spacing.default.xxxl}",
|
|
4649
4798
|
},
|
|
4650
4799
|
name: "Spacing Xxxl",
|
|
4651
4800
|
path: ["semantic", "spacing", "default", "xxxl"],
|
|
4652
|
-
key: "{semantic.spacing.default.xxxl}",
|
|
4653
4801
|
},
|
|
4654
4802
|
},
|
|
4655
4803
|
},
|
|
4656
4804
|
"z-index": {
|
|
4657
4805
|
deep: {
|
|
4806
|
+
key: "{semantic.z-index.deep}",
|
|
4658
4807
|
value: "-999999",
|
|
4659
4808
|
type: "z-index",
|
|
4660
4809
|
attributes: {
|
|
@@ -4682,12 +4831,13 @@ export default {
|
|
|
4682
4831
|
attributes: {
|
|
4683
4832
|
category: "z-index",
|
|
4684
4833
|
},
|
|
4834
|
+
key: "{semantic.z-index.deep}",
|
|
4685
4835
|
},
|
|
4686
4836
|
name: "Z Index Deep",
|
|
4687
4837
|
path: ["semantic", "z-index", "deep"],
|
|
4688
|
-
key: "{semantic.z-index.deep}",
|
|
4689
4838
|
},
|
|
4690
4839
|
default: {
|
|
4840
|
+
key: "{semantic.z-index.default}",
|
|
4691
4841
|
value: "1",
|
|
4692
4842
|
type: "z-index",
|
|
4693
4843
|
attributes: {
|
|
@@ -4715,12 +4865,13 @@ export default {
|
|
|
4715
4865
|
attributes: {
|
|
4716
4866
|
category: "z-index",
|
|
4717
4867
|
},
|
|
4868
|
+
key: "{semantic.z-index.default}",
|
|
4718
4869
|
},
|
|
4719
4870
|
name: "Z Index",
|
|
4720
4871
|
path: ["semantic", "z-index", "default"],
|
|
4721
|
-
key: "{semantic.z-index.default}",
|
|
4722
4872
|
},
|
|
4723
4873
|
sticky: {
|
|
4874
|
+
key: "{semantic.z-index.sticky}",
|
|
4724
4875
|
value: "300",
|
|
4725
4876
|
type: "z-index",
|
|
4726
4877
|
attributes: {
|
|
@@ -4748,12 +4899,13 @@ export default {
|
|
|
4748
4899
|
attributes: {
|
|
4749
4900
|
category: "z-index",
|
|
4750
4901
|
},
|
|
4902
|
+
key: "{semantic.z-index.sticky}",
|
|
4751
4903
|
},
|
|
4752
4904
|
name: "Z Index Sticky",
|
|
4753
4905
|
path: ["semantic", "z-index", "sticky"],
|
|
4754
|
-
key: "{semantic.z-index.sticky}",
|
|
4755
4906
|
},
|
|
4756
4907
|
header: {
|
|
4908
|
+
key: "{semantic.z-index.header}",
|
|
4757
4909
|
value: "400",
|
|
4758
4910
|
type: "z-index",
|
|
4759
4911
|
attributes: {
|
|
@@ -4781,12 +4933,13 @@ export default {
|
|
|
4781
4933
|
attributes: {
|
|
4782
4934
|
category: "z-index",
|
|
4783
4935
|
},
|
|
4936
|
+
key: "{semantic.z-index.header}",
|
|
4784
4937
|
},
|
|
4785
4938
|
name: "Z Index Header",
|
|
4786
4939
|
path: ["semantic", "z-index", "header"],
|
|
4787
|
-
key: "{semantic.z-index.header}",
|
|
4788
4940
|
},
|
|
4789
4941
|
toast: {
|
|
4942
|
+
key: "{semantic.z-index.toast}",
|
|
4790
4943
|
value: "500",
|
|
4791
4944
|
type: "z-index",
|
|
4792
4945
|
attributes: {
|
|
@@ -4814,12 +4967,13 @@ export default {
|
|
|
4814
4967
|
attributes: {
|
|
4815
4968
|
category: "z-index",
|
|
4816
4969
|
},
|
|
4970
|
+
key: "{semantic.z-index.toast}",
|
|
4817
4971
|
},
|
|
4818
4972
|
name: "Z Index Toast",
|
|
4819
4973
|
path: ["semantic", "z-index", "toast"],
|
|
4820
|
-
key: "{semantic.z-index.toast}",
|
|
4821
4974
|
},
|
|
4822
4975
|
dropdown: {
|
|
4976
|
+
key: "{semantic.z-index.dropdown}",
|
|
4823
4977
|
value: "600",
|
|
4824
4978
|
type: "z-index",
|
|
4825
4979
|
attributes: {
|
|
@@ -4847,12 +5001,13 @@ export default {
|
|
|
4847
5001
|
attributes: {
|
|
4848
5002
|
category: "z-index",
|
|
4849
5003
|
},
|
|
5004
|
+
key: "{semantic.z-index.dropdown}",
|
|
4850
5005
|
},
|
|
4851
5006
|
name: "Z Index Dropdown",
|
|
4852
5007
|
path: ["semantic", "z-index", "dropdown"],
|
|
4853
|
-
key: "{semantic.z-index.dropdown}",
|
|
4854
5008
|
},
|
|
4855
5009
|
overlay: {
|
|
5010
|
+
key: "{semantic.z-index.overlay}",
|
|
4856
5011
|
value: "700",
|
|
4857
5012
|
type: "z-index",
|
|
4858
5013
|
attributes: {
|
|
@@ -4880,12 +5035,13 @@ export default {
|
|
|
4880
5035
|
attributes: {
|
|
4881
5036
|
category: "z-index",
|
|
4882
5037
|
},
|
|
5038
|
+
key: "{semantic.z-index.overlay}",
|
|
4883
5039
|
},
|
|
4884
5040
|
name: "Z Index Overlay",
|
|
4885
5041
|
path: ["semantic", "z-index", "overlay"],
|
|
4886
|
-
key: "{semantic.z-index.overlay}",
|
|
4887
5042
|
},
|
|
4888
5043
|
modal: {
|
|
5044
|
+
key: "{semantic.z-index.modal}",
|
|
4889
5045
|
value: "800",
|
|
4890
5046
|
type: "z-index",
|
|
4891
5047
|
attributes: {
|
|
@@ -4913,12 +5069,13 @@ export default {
|
|
|
4913
5069
|
attributes: {
|
|
4914
5070
|
category: "z-index",
|
|
4915
5071
|
},
|
|
5072
|
+
key: "{semantic.z-index.modal}",
|
|
4916
5073
|
},
|
|
4917
5074
|
name: "Z Index Modal",
|
|
4918
5075
|
path: ["semantic", "z-index", "modal"],
|
|
4919
|
-
key: "{semantic.z-index.modal}",
|
|
4920
5076
|
},
|
|
4921
5077
|
popup: {
|
|
5078
|
+
key: "{semantic.z-index.popup}",
|
|
4922
5079
|
value: "900",
|
|
4923
5080
|
type: "z-index",
|
|
4924
5081
|
attributes: {
|
|
@@ -4946,12 +5103,13 @@ export default {
|
|
|
4946
5103
|
attributes: {
|
|
4947
5104
|
category: "z-index",
|
|
4948
5105
|
},
|
|
5106
|
+
key: "{semantic.z-index.popup}",
|
|
4949
5107
|
},
|
|
4950
5108
|
name: "Z Index Popup",
|
|
4951
5109
|
path: ["semantic", "z-index", "popup"],
|
|
4952
|
-
key: "{semantic.z-index.popup}",
|
|
4953
5110
|
},
|
|
4954
5111
|
tooltip: {
|
|
5112
|
+
key: "{semantic.z-index.tooltip}",
|
|
4955
5113
|
value: "901",
|
|
4956
5114
|
type: "z-index",
|
|
4957
5115
|
attributes: {
|
|
@@ -4979,10 +5137,10 @@ export default {
|
|
|
4979
5137
|
attributes: {
|
|
4980
5138
|
category: "z-index",
|
|
4981
5139
|
},
|
|
5140
|
+
key: "{semantic.z-index.tooltip}",
|
|
4982
5141
|
},
|
|
4983
5142
|
name: "Z Index Tooltip",
|
|
4984
5143
|
path: ["semantic", "z-index", "tooltip"],
|
|
4985
|
-
key: "{semantic.z-index.tooltip}",
|
|
4986
5144
|
},
|
|
4987
5145
|
},
|
|
4988
5146
|
},
|