@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/docs/semantic.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1747846278755,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
+
"key": "{semantic.border.width.none}",
|
|
5
6
|
"value": "0",
|
|
6
7
|
"type": "dimension",
|
|
7
8
|
"attributes": {
|
|
@@ -25,10 +26,10 @@
|
|
|
25
26
|
"filePath": "src/tokens/semantic/border.json",
|
|
26
27
|
"isSource": true,
|
|
27
28
|
"name": "Border Width None",
|
|
28
|
-
"path": ["semantic", "border", "width", "none"]
|
|
29
|
-
"key": "{semantic.border.width.none}"
|
|
29
|
+
"path": ["semantic", "border", "width", "none"]
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
+
"key": "{semantic.border.width.sm}",
|
|
32
33
|
"value": "1px",
|
|
33
34
|
"type": "dimension",
|
|
34
35
|
"attributes": {
|
|
@@ -52,10 +53,10 @@
|
|
|
52
53
|
"filePath": "src/tokens/semantic/border.json",
|
|
53
54
|
"isSource": true,
|
|
54
55
|
"name": "Border Width Sm",
|
|
55
|
-
"path": ["semantic", "border", "width", "sm"]
|
|
56
|
-
"key": "{semantic.border.width.sm}"
|
|
56
|
+
"path": ["semantic", "border", "width", "sm"]
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
+
"key": "{semantic.border.width.md}",
|
|
59
60
|
"value": "2px",
|
|
60
61
|
"type": "dimension",
|
|
61
62
|
"attributes": {
|
|
@@ -79,10 +80,10 @@
|
|
|
79
80
|
"filePath": "src/tokens/semantic/border.json",
|
|
80
81
|
"isSource": true,
|
|
81
82
|
"name": "Border Width Md",
|
|
82
|
-
"path": ["semantic", "border", "width", "md"]
|
|
83
|
-
"key": "{semantic.border.width.md}"
|
|
83
|
+
"path": ["semantic", "border", "width", "md"]
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
+
"key": "{semantic.border.width.lg}",
|
|
86
87
|
"value": "4px",
|
|
87
88
|
"type": "dimension",
|
|
88
89
|
"attributes": {
|
|
@@ -106,10 +107,10 @@
|
|
|
106
107
|
"filePath": "src/tokens/semantic/border.json",
|
|
107
108
|
"isSource": true,
|
|
108
109
|
"name": "Border Width Lg",
|
|
109
|
-
"path": ["semantic", "border", "width", "lg"]
|
|
110
|
-
"key": "{semantic.border.width.lg}"
|
|
110
|
+
"path": ["semantic", "border", "width", "lg"]
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
+
"key": "{semantic.container-size.height.xxs}",
|
|
113
114
|
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
114
115
|
"type": "dimension",
|
|
115
116
|
"description": "Small handheld devices and mini-windows",
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
"description": "Small handheld devices and mini-windows",
|
|
126
127
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
127
128
|
"isSource": true,
|
|
129
|
+
"key": "{semantic.container-size.height.xxs}",
|
|
128
130
|
"name": "calcite-semantic-container-size-height-xxs",
|
|
129
131
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
130
132
|
"comment": "Small handheld devices and mini-windows",
|
|
@@ -145,10 +147,10 @@
|
|
|
145
147
|
"isSource": true,
|
|
146
148
|
"name": "Container Size Height Xxs",
|
|
147
149
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
148
|
-
"comment": "Small handheld devices and mini-windows"
|
|
149
|
-
"key": "{semantic.container-size.height.xxs}"
|
|
150
|
+
"comment": "Small handheld devices and mini-windows"
|
|
150
151
|
},
|
|
151
152
|
{
|
|
153
|
+
"key": "{semantic.container-size.height.xs}",
|
|
152
154
|
"value": "{\"min\":\"155px\",\"max\":\"328px\"}",
|
|
153
155
|
"type": "dimension",
|
|
154
156
|
"description": "Handheld devices",
|
|
@@ -164,6 +166,7 @@
|
|
|
164
166
|
"description": "Handheld devices",
|
|
165
167
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
166
168
|
"isSource": true,
|
|
169
|
+
"key": "{semantic.container-size.height.xs}",
|
|
167
170
|
"name": "calcite-semantic-container-size-height-xs",
|
|
168
171
|
"path": ["semantic", "container-size", "height", "xs"],
|
|
169
172
|
"comment": "Handheld devices",
|
|
@@ -184,10 +187,10 @@
|
|
|
184
187
|
"isSource": true,
|
|
185
188
|
"name": "Container Size Height Xs",
|
|
186
189
|
"path": ["semantic", "container-size", "height", "xs"],
|
|
187
|
-
"comment": "Handheld devices"
|
|
188
|
-
"key": "{semantic.container-size.height.xs}"
|
|
190
|
+
"comment": "Handheld devices"
|
|
189
191
|
},
|
|
190
192
|
{
|
|
193
|
+
"key": "{semantic.container-size.height.sm}",
|
|
191
194
|
"value": "{\"min\":\"329px\",\"max\":\"504px\"}",
|
|
192
195
|
"type": "dimension",
|
|
193
196
|
"description": "Small tablets",
|
|
@@ -203,6 +206,7 @@
|
|
|
203
206
|
"description": "Small tablets",
|
|
204
207
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
205
208
|
"isSource": true,
|
|
209
|
+
"key": "{semantic.container-size.height.sm}",
|
|
206
210
|
"name": "calcite-semantic-container-size-height-sm",
|
|
207
211
|
"path": ["semantic", "container-size", "height", "sm"],
|
|
208
212
|
"comment": "Small tablets",
|
|
@@ -223,10 +227,10 @@
|
|
|
223
227
|
"isSource": true,
|
|
224
228
|
"name": "Container Size Height Sm",
|
|
225
229
|
"path": ["semantic", "container-size", "height", "sm"],
|
|
226
|
-
"comment": "Small tablets"
|
|
227
|
-
"key": "{semantic.container-size.height.sm}"
|
|
230
|
+
"comment": "Small tablets"
|
|
228
231
|
},
|
|
229
232
|
{
|
|
233
|
+
"key": "{semantic.container-size.height.md}",
|
|
230
234
|
"value": "{\"min\":\"505px\",\"max\":\"678px\"}",
|
|
231
235
|
"type": "dimension",
|
|
232
236
|
"description": "Small laptops",
|
|
@@ -242,6 +246,7 @@
|
|
|
242
246
|
"description": "Small laptops",
|
|
243
247
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
244
248
|
"isSource": true,
|
|
249
|
+
"key": "{semantic.container-size.height.md}",
|
|
245
250
|
"name": "calcite-semantic-container-size-height-md",
|
|
246
251
|
"path": ["semantic", "container-size", "height", "md"],
|
|
247
252
|
"comment": "Small laptops",
|
|
@@ -262,10 +267,10 @@
|
|
|
262
267
|
"isSource": true,
|
|
263
268
|
"name": "Container Size Height Md",
|
|
264
269
|
"path": ["semantic", "container-size", "height", "md"],
|
|
265
|
-
"comment": "Small laptops"
|
|
266
|
-
"key": "{semantic.container-size.height.md}"
|
|
270
|
+
"comment": "Small laptops"
|
|
267
271
|
},
|
|
268
272
|
{
|
|
273
|
+
"key": "{semantic.container-size.height.lg}",
|
|
269
274
|
"value": "{\"min\":\"679px\",\"max\":\"854px\"}",
|
|
270
275
|
"type": "dimension",
|
|
271
276
|
"description": "Large laptops and desktop computers",
|
|
@@ -281,6 +286,7 @@
|
|
|
281
286
|
"description": "Large laptops and desktop computers",
|
|
282
287
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
283
288
|
"isSource": true,
|
|
289
|
+
"key": "{semantic.container-size.height.lg}",
|
|
284
290
|
"name": "calcite-semantic-container-size-height-lg",
|
|
285
291
|
"path": ["semantic", "container-size", "height", "lg"],
|
|
286
292
|
"comment": "Large laptops and desktop computers",
|
|
@@ -301,10 +307,10 @@
|
|
|
301
307
|
"isSource": true,
|
|
302
308
|
"name": "Container Size Height Lg",
|
|
303
309
|
"path": ["semantic", "container-size", "height", "lg"],
|
|
304
|
-
"comment": "Large laptops and desktop computers"
|
|
305
|
-
"key": "{semantic.container-size.height.lg}"
|
|
310
|
+
"comment": "Large laptops and desktop computers"
|
|
306
311
|
},
|
|
307
312
|
{
|
|
313
|
+
"key": "{semantic.container-size.height.xl}",
|
|
308
314
|
"value": "{\"min\":\"855px\"}",
|
|
309
315
|
"type": "dimension",
|
|
310
316
|
"description": "Projectors and televisions",
|
|
@@ -319,6 +325,7 @@
|
|
|
319
325
|
"description": "Projectors and televisions",
|
|
320
326
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
321
327
|
"isSource": true,
|
|
328
|
+
"key": "{semantic.container-size.height.xl}",
|
|
322
329
|
"name": "calcite-semantic-container-size-height-xl",
|
|
323
330
|
"path": ["semantic", "container-size", "height", "xl"],
|
|
324
331
|
"comment": "Projectors and televisions",
|
|
@@ -339,10 +346,10 @@
|
|
|
339
346
|
"isSource": true,
|
|
340
347
|
"name": "Container Size Height Xl",
|
|
341
348
|
"path": ["semantic", "container-size", "height", "xl"],
|
|
342
|
-
"comment": "Projectors and televisions"
|
|
343
|
-
"key": "{semantic.container-size.height.xl}"
|
|
349
|
+
"comment": "Projectors and televisions"
|
|
344
350
|
},
|
|
345
351
|
{
|
|
352
|
+
"key": "{semantic.container-size.width.xxs}",
|
|
346
353
|
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
347
354
|
"type": "dimension",
|
|
348
355
|
"description": "Small handheld devices and mini-windows",
|
|
@@ -352,12 +359,13 @@
|
|
|
352
359
|
"item": "width",
|
|
353
360
|
"subitem": "xxs",
|
|
354
361
|
"value": {
|
|
355
|
-
"min": 0,
|
|
362
|
+
"min": "0",
|
|
356
363
|
"max": "320px"
|
|
357
364
|
},
|
|
358
365
|
"description": "Small handheld devices and mini-windows",
|
|
359
366
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
360
367
|
"isSource": true,
|
|
368
|
+
"key": "{semantic.container-size.width.xxs}",
|
|
361
369
|
"name": "calcite-semantic-container-size-width-xxs",
|
|
362
370
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
363
371
|
"comment": "Small handheld devices and mini-windows",
|
|
@@ -378,10 +386,10 @@
|
|
|
378
386
|
"isSource": true,
|
|
379
387
|
"name": "Container Size Width Xxs",
|
|
380
388
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
381
|
-
"comment": "Small handheld devices and mini-windows"
|
|
382
|
-
"key": "{semantic.container-size.width.xxs}"
|
|
389
|
+
"comment": "Small handheld devices and mini-windows"
|
|
383
390
|
},
|
|
384
391
|
{
|
|
392
|
+
"key": "{semantic.container-size.width.xs}",
|
|
385
393
|
"value": "{\"min\":\"321px\",\"max\":\"476px\"}",
|
|
386
394
|
"type": "dimension",
|
|
387
395
|
"description": "Handheld devices",
|
|
@@ -397,6 +405,7 @@
|
|
|
397
405
|
"description": "Handheld devices",
|
|
398
406
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
399
407
|
"isSource": true,
|
|
408
|
+
"key": "{semantic.container-size.width.xs}",
|
|
400
409
|
"name": "calcite-semantic-container-size-width-xs",
|
|
401
410
|
"path": ["semantic", "container-size", "width", "xs"],
|
|
402
411
|
"comment": "Handheld devices",
|
|
@@ -417,10 +426,10 @@
|
|
|
417
426
|
"isSource": true,
|
|
418
427
|
"name": "Container Size Width Xs",
|
|
419
428
|
"path": ["semantic", "container-size", "width", "xs"],
|
|
420
|
-
"comment": "Handheld devices"
|
|
421
|
-
"key": "{semantic.container-size.width.xs}"
|
|
429
|
+
"comment": "Handheld devices"
|
|
422
430
|
},
|
|
423
431
|
{
|
|
432
|
+
"key": "{semantic.container-size.width.sm}",
|
|
424
433
|
"value": "{\"min\":\"477px\",\"max\":\"768px\"}",
|
|
425
434
|
"type": "dimension",
|
|
426
435
|
"description": "Small tablets",
|
|
@@ -436,6 +445,7 @@
|
|
|
436
445
|
"description": "Small tablets",
|
|
437
446
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
438
447
|
"isSource": true,
|
|
448
|
+
"key": "{semantic.container-size.width.sm}",
|
|
439
449
|
"name": "calcite-semantic-container-size-width-sm",
|
|
440
450
|
"path": ["semantic", "container-size", "width", "sm"],
|
|
441
451
|
"comment": "Small tablets",
|
|
@@ -456,10 +466,10 @@
|
|
|
456
466
|
"isSource": true,
|
|
457
467
|
"name": "Container Size Width Sm",
|
|
458
468
|
"path": ["semantic", "container-size", "width", "sm"],
|
|
459
|
-
"comment": "Small tablets"
|
|
460
|
-
"key": "{semantic.container-size.width.sm}"
|
|
469
|
+
"comment": "Small tablets"
|
|
461
470
|
},
|
|
462
471
|
{
|
|
472
|
+
"key": "{semantic.container-size.width.md}",
|
|
463
473
|
"value": "{\"min\":\"769px\",\"max\":\"1152px\"}",
|
|
464
474
|
"type": "dimension",
|
|
465
475
|
"description": "Small laptops",
|
|
@@ -475,6 +485,7 @@
|
|
|
475
485
|
"description": "Small laptops",
|
|
476
486
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
477
487
|
"isSource": true,
|
|
488
|
+
"key": "{semantic.container-size.width.md}",
|
|
478
489
|
"name": "calcite-semantic-container-size-width-md",
|
|
479
490
|
"path": ["semantic", "container-size", "width", "md"],
|
|
480
491
|
"comment": "Small laptops",
|
|
@@ -495,10 +506,10 @@
|
|
|
495
506
|
"isSource": true,
|
|
496
507
|
"name": "Container Size Width Md",
|
|
497
508
|
"path": ["semantic", "container-size", "width", "md"],
|
|
498
|
-
"comment": "Small laptops"
|
|
499
|
-
"key": "{semantic.container-size.width.md}"
|
|
509
|
+
"comment": "Small laptops"
|
|
500
510
|
},
|
|
501
511
|
{
|
|
512
|
+
"key": "{semantic.container-size.width.lg}",
|
|
502
513
|
"value": "{\"min\":\"1153px\",\"max\":\"1440px\"}",
|
|
503
514
|
"type": "dimension",
|
|
504
515
|
"description": "Large laptops and desktop computers",
|
|
@@ -514,6 +525,7 @@
|
|
|
514
525
|
"description": "Large laptops and desktop computers",
|
|
515
526
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
516
527
|
"isSource": true,
|
|
528
|
+
"key": "{semantic.container-size.width.lg}",
|
|
517
529
|
"name": "calcite-semantic-container-size-width-lg",
|
|
518
530
|
"path": ["semantic", "container-size", "width", "lg"],
|
|
519
531
|
"comment": "Large laptops and desktop computers",
|
|
@@ -534,10 +546,10 @@
|
|
|
534
546
|
"isSource": true,
|
|
535
547
|
"name": "Container Size Width Lg",
|
|
536
548
|
"path": ["semantic", "container-size", "width", "lg"],
|
|
537
|
-
"comment": "Large laptops and desktop computers"
|
|
538
|
-
"key": "{semantic.container-size.width.lg}"
|
|
549
|
+
"comment": "Large laptops and desktop computers"
|
|
539
550
|
},
|
|
540
551
|
{
|
|
552
|
+
"key": "{semantic.container-size.width.xl}",
|
|
541
553
|
"value": "{\"min\":\"1441px\"}",
|
|
542
554
|
"type": "dimension",
|
|
543
555
|
"description": "Projectors and televisions",
|
|
@@ -552,6 +564,7 @@
|
|
|
552
564
|
"description": "Projectors and televisions",
|
|
553
565
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
554
566
|
"isSource": true,
|
|
567
|
+
"key": "{semantic.container-size.width.xl}",
|
|
555
568
|
"name": "calcite-semantic-container-size-width-xl",
|
|
556
569
|
"path": ["semantic", "container-size", "width", "xl"],
|
|
557
570
|
"comment": "Projectors and televisions",
|
|
@@ -572,10 +585,10 @@
|
|
|
572
585
|
"isSource": true,
|
|
573
586
|
"name": "Container Size Width Xl",
|
|
574
587
|
"path": ["semantic", "container-size", "width", "xl"],
|
|
575
|
-
"comment": "Projectors and televisions"
|
|
576
|
-
"key": "{semantic.container-size.width.xl}"
|
|
588
|
+
"comment": "Projectors and televisions"
|
|
577
589
|
},
|
|
578
590
|
{
|
|
591
|
+
"key": "{semantic.container-size.margin}",
|
|
579
592
|
"value": "24px",
|
|
580
593
|
"type": "dimension",
|
|
581
594
|
"attributes": {
|
|
@@ -598,10 +611,10 @@
|
|
|
598
611
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
599
612
|
"isSource": true,
|
|
600
613
|
"name": "Container Size Margin",
|
|
601
|
-
"path": ["semantic", "container-size", "margin"]
|
|
602
|
-
"key": "{semantic.container-size.margin}"
|
|
614
|
+
"path": ["semantic", "container-size", "margin"]
|
|
603
615
|
},
|
|
604
616
|
{
|
|
617
|
+
"key": "{semantic.container-size.gutter}",
|
|
605
618
|
"value": "16px",
|
|
606
619
|
"type": "dimension",
|
|
607
620
|
"attributes": {
|
|
@@ -624,10 +637,10 @@
|
|
|
624
637
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
625
638
|
"isSource": true,
|
|
626
639
|
"name": "Container Size Gutter",
|
|
627
|
-
"path": ["semantic", "container-size", "gutter"]
|
|
628
|
-
"key": "{semantic.container-size.gutter}"
|
|
640
|
+
"path": ["semantic", "container-size", "gutter"]
|
|
629
641
|
},
|
|
630
642
|
{
|
|
643
|
+
"key": "{semantic.container-size.content.fluid}",
|
|
631
644
|
"value": "100%",
|
|
632
645
|
"type": "dimension",
|
|
633
646
|
"description": "for fluid grid widths",
|
|
@@ -640,6 +653,7 @@
|
|
|
640
653
|
"description": "for fluid grid widths",
|
|
641
654
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
642
655
|
"isSource": true,
|
|
656
|
+
"key": "{semantic.container-size.content.fluid}",
|
|
643
657
|
"name": "calcite-semantic-container-size-content-fluid",
|
|
644
658
|
"path": ["semantic", "container-size", "content", "fluid"],
|
|
645
659
|
"comment": "for fluid grid widths",
|
|
@@ -660,10 +674,10 @@
|
|
|
660
674
|
"isSource": true,
|
|
661
675
|
"name": "Container Size Content Fluid",
|
|
662
676
|
"path": ["semantic", "container-size", "content", "fluid"],
|
|
663
|
-
"comment": "for fluid grid widths"
|
|
664
|
-
"key": "{semantic.container-size.content.fluid}"
|
|
677
|
+
"comment": "for fluid grid widths"
|
|
665
678
|
},
|
|
666
679
|
{
|
|
680
|
+
"key": "{semantic.container-size.content.fixed}",
|
|
667
681
|
"value": "1440px",
|
|
668
682
|
"type": "dimension",
|
|
669
683
|
"description": "only for lg breakpoint fixed grid width",
|
|
@@ -676,6 +690,7 @@
|
|
|
676
690
|
"description": "only for lg breakpoint fixed grid width",
|
|
677
691
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
678
692
|
"isSource": true,
|
|
693
|
+
"key": "{semantic.container-size.content.fixed}",
|
|
679
694
|
"name": "calcite-semantic-container-size-content-fixed",
|
|
680
695
|
"path": ["semantic", "container-size", "content", "fixed"],
|
|
681
696
|
"comment": "only for lg breakpoint fixed grid width",
|
|
@@ -696,10 +711,10 @@
|
|
|
696
711
|
"isSource": true,
|
|
697
712
|
"name": "Container Size Content Fixed",
|
|
698
713
|
"path": ["semantic", "container-size", "content", "fixed"],
|
|
699
|
-
"comment": "only for lg breakpoint fixed grid width"
|
|
700
|
-
"key": "{semantic.container-size.content.fixed}"
|
|
714
|
+
"comment": "only for lg breakpoint fixed grid width"
|
|
701
715
|
},
|
|
702
716
|
{
|
|
717
|
+
"key": "{semantic.corner.radius.default}",
|
|
703
718
|
"value": "0",
|
|
704
719
|
"type": "dimension",
|
|
705
720
|
"attributes": {
|
|
@@ -723,10 +738,10 @@
|
|
|
723
738
|
"filePath": "src/tokens/semantic/corner.json",
|
|
724
739
|
"isSource": true,
|
|
725
740
|
"name": "Corner Radius",
|
|
726
|
-
"path": ["semantic", "corner", "radius", "default"]
|
|
727
|
-
"key": "{semantic.corner.radius.default}"
|
|
741
|
+
"path": ["semantic", "corner", "radius", "default"]
|
|
728
742
|
},
|
|
729
743
|
{
|
|
744
|
+
"key": "{semantic.corner.radius.sharp}",
|
|
730
745
|
"value": "0",
|
|
731
746
|
"type": "dimension",
|
|
732
747
|
"attributes": {
|
|
@@ -738,6 +753,7 @@
|
|
|
738
753
|
"description": "deprecated, use --calcite-conder-radius-none instead",
|
|
739
754
|
"filePath": "src/tokens/semantic/corner.json",
|
|
740
755
|
"isSource": true,
|
|
756
|
+
"key": "{semantic.corner.radius.sharp}",
|
|
741
757
|
"name": "calcite-semantic-corner-radius-sharp",
|
|
742
758
|
"path": ["semantic", "corner", "radius", "sharp"],
|
|
743
759
|
"comment": "deprecated, use --calcite-conder-radius-none instead",
|
|
@@ -759,10 +775,10 @@
|
|
|
759
775
|
"isSource": true,
|
|
760
776
|
"name": "Corner Radius Sharp",
|
|
761
777
|
"path": ["semantic", "corner", "radius", "sharp"],
|
|
762
|
-
"comment": "deprecated, use --calcite-conder-radius-none instead"
|
|
763
|
-
"key": "{semantic.corner.radius.sharp}"
|
|
778
|
+
"comment": "deprecated, use --calcite-conder-radius-none instead"
|
|
764
779
|
},
|
|
765
780
|
{
|
|
781
|
+
"key": "{semantic.corner.radius.none}",
|
|
766
782
|
"value": "0",
|
|
767
783
|
"type": "dimension",
|
|
768
784
|
"attributes": {
|
|
@@ -786,10 +802,10 @@
|
|
|
786
802
|
"filePath": "src/tokens/semantic/corner.json",
|
|
787
803
|
"isSource": true,
|
|
788
804
|
"name": "Corner Radius None",
|
|
789
|
-
"path": ["semantic", "corner", "radius", "none"]
|
|
790
|
-
"key": "{semantic.corner.radius.none}"
|
|
805
|
+
"path": ["semantic", "corner", "radius", "none"]
|
|
791
806
|
},
|
|
792
807
|
{
|
|
808
|
+
"key": "{semantic.corner.radius.xs}",
|
|
793
809
|
"value": "2px",
|
|
794
810
|
"type": "dimension",
|
|
795
811
|
"attributes": {
|
|
@@ -813,10 +829,10 @@
|
|
|
813
829
|
"filePath": "src/tokens/semantic/corner.json",
|
|
814
830
|
"isSource": true,
|
|
815
831
|
"name": "Corner Radius Xs",
|
|
816
|
-
"path": ["semantic", "corner", "radius", "xs"]
|
|
817
|
-
"key": "{semantic.corner.radius.xs}"
|
|
832
|
+
"path": ["semantic", "corner", "radius", "xs"]
|
|
818
833
|
},
|
|
819
834
|
{
|
|
835
|
+
"key": "{semantic.corner.radius.sm}",
|
|
820
836
|
"value": "4px",
|
|
821
837
|
"type": "dimension",
|
|
822
838
|
"attributes": {
|
|
@@ -840,10 +856,10 @@
|
|
|
840
856
|
"filePath": "src/tokens/semantic/corner.json",
|
|
841
857
|
"isSource": true,
|
|
842
858
|
"name": "Corner Radius Sm",
|
|
843
|
-
"path": ["semantic", "corner", "radius", "sm"]
|
|
844
|
-
"key": "{semantic.corner.radius.sm}"
|
|
859
|
+
"path": ["semantic", "corner", "radius", "sm"]
|
|
845
860
|
},
|
|
846
861
|
{
|
|
862
|
+
"key": "{semantic.corner.radius.round}",
|
|
847
863
|
"value": "4px",
|
|
848
864
|
"type": "dimension",
|
|
849
865
|
"attributes": {
|
|
@@ -855,6 +871,7 @@
|
|
|
855
871
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
856
872
|
"filePath": "src/tokens/semantic/corner.json",
|
|
857
873
|
"isSource": true,
|
|
874
|
+
"key": "{semantic.corner.radius.round}",
|
|
858
875
|
"name": "calcite-semantic-corner-radius-round",
|
|
859
876
|
"path": ["semantic", "corner", "radius", "round"],
|
|
860
877
|
"comment": "deprecated, use --calcite-corner-radius-sm instead",
|
|
@@ -876,10 +893,10 @@
|
|
|
876
893
|
"isSource": true,
|
|
877
894
|
"name": "Corner Radius Round",
|
|
878
895
|
"path": ["semantic", "corner", "radius", "round"],
|
|
879
|
-
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
880
|
-
"key": "{semantic.corner.radius.round}"
|
|
896
|
+
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
881
897
|
},
|
|
882
898
|
{
|
|
899
|
+
"key": "{semantic.corner.radius.pill}",
|
|
883
900
|
"value": "100%",
|
|
884
901
|
"type": "dimension",
|
|
885
902
|
"attributes": {
|
|
@@ -904,23 +921,23 @@
|
|
|
904
921
|
"filePath": "src/tokens/semantic/corner.json",
|
|
905
922
|
"isSource": true,
|
|
906
923
|
"name": "Corner Radius Pill",
|
|
907
|
-
"path": ["semantic", "corner", "radius", "pill"]
|
|
908
|
-
"key": "{semantic.corner.radius.pill}"
|
|
924
|
+
"path": ["semantic", "corner", "radius", "pill"]
|
|
909
925
|
},
|
|
910
926
|
{
|
|
927
|
+
"key": "{semantic.font.family.default}",
|
|
911
928
|
"value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
|
|
912
929
|
"type": "fontFamily",
|
|
913
|
-
"description": "Primary font with fallbacks",
|
|
914
930
|
"attributes": {
|
|
915
931
|
"group": "family",
|
|
916
932
|
"category": "semantic",
|
|
917
933
|
"type": "fontFamily",
|
|
918
934
|
"item": "family",
|
|
919
935
|
"subitem": "default",
|
|
920
|
-
"value":
|
|
936
|
+
"value": "Avenir Next,Avenir,Helvetica Neue,sans-serif",
|
|
921
937
|
"description": "Primary font with fallbacks",
|
|
922
938
|
"filePath": "src/tokens/semantic/font.json",
|
|
923
939
|
"isSource": true,
|
|
940
|
+
"key": "{semantic.font.family.default}",
|
|
924
941
|
"name": "calcite-semantic-font-family-default",
|
|
925
942
|
"path": ["semantic", "font", "family", "default"],
|
|
926
943
|
"comment": "Primary font with fallbacks",
|
|
@@ -937,32 +954,27 @@
|
|
|
937
954
|
"type": "fontFamily"
|
|
938
955
|
}
|
|
939
956
|
},
|
|
957
|
+
"description": "Primary font with fallbacks",
|
|
940
958
|
"filePath": "src/tokens/semantic/font.json",
|
|
941
959
|
"isSource": true,
|
|
942
960
|
"name": "Font Family",
|
|
943
961
|
"path": ["semantic", "font", "family", "default"],
|
|
944
|
-
"comment": "Primary font with fallbacks"
|
|
945
|
-
"key": "{semantic.font.family.default}"
|
|
962
|
+
"comment": "Primary font with fallbacks"
|
|
946
963
|
},
|
|
947
964
|
{
|
|
965
|
+
"key": "{semantic.font.family.code}",
|
|
948
966
|
"value": "[\"Monaco\",\"Consolas\",\"Andale Mono\",\"Lucida Console\",\"monospace\"]",
|
|
949
967
|
"type": "fontFamily",
|
|
950
|
-
"description": "Font family for code with fallbacks",
|
|
951
968
|
"attributes": {
|
|
952
969
|
"category": "font",
|
|
953
970
|
"type": "fontFamily",
|
|
954
971
|
"item": "family",
|
|
955
972
|
"subitem": "code",
|
|
956
|
-
"value":
|
|
957
|
-
"Monaco",
|
|
958
|
-
"Consolas",
|
|
959
|
-
"Andale Mono",
|
|
960
|
-
"Lucida Console",
|
|
961
|
-
"monospace"
|
|
962
|
-
],
|
|
973
|
+
"value": "Monaco,Consolas,Andale Mono,Lucida Console,monospace",
|
|
963
974
|
"description": "Font family for code with fallbacks",
|
|
964
975
|
"filePath": "src/tokens/semantic/font.json",
|
|
965
976
|
"isSource": true,
|
|
977
|
+
"key": "{semantic.font.family.code}",
|
|
966
978
|
"name": "calcite-semantic-font-family-code",
|
|
967
979
|
"path": ["semantic", "font", "family", "code"],
|
|
968
980
|
"comment": "Font family for code with fallbacks",
|
|
@@ -979,17 +991,17 @@
|
|
|
979
991
|
"type": "fontFamily"
|
|
980
992
|
}
|
|
981
993
|
},
|
|
994
|
+
"description": "Font family for code with fallbacks",
|
|
982
995
|
"filePath": "src/tokens/semantic/font.json",
|
|
983
996
|
"isSource": true,
|
|
984
997
|
"name": "Font Family Code",
|
|
985
998
|
"path": ["semantic", "font", "family", "code"],
|
|
986
|
-
"comment": "Font family for code with fallbacks"
|
|
987
|
-
"key": "{semantic.font.family.code}"
|
|
999
|
+
"comment": "Font family for code with fallbacks"
|
|
988
1000
|
},
|
|
989
1001
|
{
|
|
1002
|
+
"key": "{semantic.font.weight.light}",
|
|
990
1003
|
"value": "300",
|
|
991
1004
|
"type": "fontWeight",
|
|
992
|
-
"description": "For Avenir Next World (secondary font family)",
|
|
993
1005
|
"attributes": {
|
|
994
1006
|
"category": "font",
|
|
995
1007
|
"type": "fontWeight",
|
|
@@ -999,6 +1011,7 @@
|
|
|
999
1011
|
"description": "For Avenir Next World (secondary font family)",
|
|
1000
1012
|
"filePath": "src/tokens/semantic/font.json",
|
|
1001
1013
|
"isSource": true,
|
|
1014
|
+
"key": "{semantic.font.weight.light}",
|
|
1002
1015
|
"name": "calcite-semantic-font-weight-light",
|
|
1003
1016
|
"path": ["semantic", "font", "weight", "light"],
|
|
1004
1017
|
"comment": "For Avenir Next World (secondary font family)",
|
|
@@ -1015,17 +1028,17 @@
|
|
|
1015
1028
|
"type": "fontWeight"
|
|
1016
1029
|
}
|
|
1017
1030
|
},
|
|
1031
|
+
"description": "For Avenir Next World (secondary font family)",
|
|
1018
1032
|
"filePath": "src/tokens/semantic/font.json",
|
|
1019
1033
|
"isSource": true,
|
|
1020
1034
|
"name": "Font Weight Light",
|
|
1021
1035
|
"path": ["semantic", "font", "weight", "light"],
|
|
1022
|
-
"comment": "For Avenir Next World (secondary font family)"
|
|
1023
|
-
"key": "{semantic.font.weight.light}"
|
|
1036
|
+
"comment": "For Avenir Next World (secondary font family)"
|
|
1024
1037
|
},
|
|
1025
1038
|
{
|
|
1039
|
+
"key": "{semantic.font.weight.normal}",
|
|
1026
1040
|
"value": "400",
|
|
1027
1041
|
"type": "fontWeight",
|
|
1028
|
-
"description": "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\"",
|
|
1029
1042
|
"extensions": {
|
|
1030
1043
|
"calcite.deprecated": true
|
|
1031
1044
|
},
|
|
@@ -1035,12 +1048,13 @@
|
|
|
1035
1048
|
"item": "weight",
|
|
1036
1049
|
"subitem": "normal",
|
|
1037
1050
|
"value": "400",
|
|
1038
|
-
"description": "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\"",
|
|
1039
1051
|
"extensions": {
|
|
1040
1052
|
"calcite.deprecated": true
|
|
1041
1053
|
},
|
|
1054
|
+
"description": "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\"",
|
|
1042
1055
|
"filePath": "src/tokens/semantic/font.json",
|
|
1043
1056
|
"isSource": true,
|
|
1057
|
+
"key": "{semantic.font.weight.normal}",
|
|
1044
1058
|
"name": "calcite-semantic-font-weight-normal",
|
|
1045
1059
|
"path": ["semantic", "font", "weight", "normal"],
|
|
1046
1060
|
"comment": "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\"",
|
|
@@ -1057,14 +1071,15 @@
|
|
|
1057
1071
|
"type": "fontWeight"
|
|
1058
1072
|
}
|
|
1059
1073
|
},
|
|
1074
|
+
"description": "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\"",
|
|
1060
1075
|
"filePath": "src/tokens/semantic/font.json",
|
|
1061
1076
|
"isSource": true,
|
|
1062
1077
|
"name": "Font Weight Normal",
|
|
1063
1078
|
"path": ["semantic", "font", "weight", "normal"],
|
|
1064
|
-
"comment": "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\""
|
|
1065
|
-
"key": "{semantic.font.weight.normal}"
|
|
1079
|
+
"comment": "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\""
|
|
1066
1080
|
},
|
|
1067
1081
|
{
|
|
1082
|
+
"key": "{semantic.font.weight.regular}",
|
|
1068
1083
|
"value": "400",
|
|
1069
1084
|
"type": "fontWeight",
|
|
1070
1085
|
"attributes": {
|
|
@@ -1088,10 +1103,10 @@
|
|
|
1088
1103
|
"filePath": "src/tokens/semantic/font.json",
|
|
1089
1104
|
"isSource": true,
|
|
1090
1105
|
"name": "Font Weight Regular",
|
|
1091
|
-
"path": ["semantic", "font", "weight", "regular"]
|
|
1092
|
-
"key": "{semantic.font.weight.regular}"
|
|
1106
|
+
"path": ["semantic", "font", "weight", "regular"]
|
|
1093
1107
|
},
|
|
1094
1108
|
{
|
|
1109
|
+
"key": "{semantic.font.weight.medium}",
|
|
1095
1110
|
"value": "500",
|
|
1096
1111
|
"type": "fontWeight",
|
|
1097
1112
|
"attributes": {
|
|
@@ -1115,10 +1130,10 @@
|
|
|
1115
1130
|
"filePath": "src/tokens/semantic/font.json",
|
|
1116
1131
|
"isSource": true,
|
|
1117
1132
|
"name": "Font Weight Medium",
|
|
1118
|
-
"path": ["semantic", "font", "weight", "medium"]
|
|
1119
|
-
"key": "{semantic.font.weight.medium}"
|
|
1133
|
+
"path": ["semantic", "font", "weight", "medium"]
|
|
1120
1134
|
},
|
|
1121
1135
|
{
|
|
1136
|
+
"key": "{semantic.font.weight.semibold}",
|
|
1122
1137
|
"value": "600",
|
|
1123
1138
|
"type": "fontWeight",
|
|
1124
1139
|
"attributes": {
|
|
@@ -1142,10 +1157,10 @@
|
|
|
1142
1157
|
"filePath": "src/tokens/semantic/font.json",
|
|
1143
1158
|
"isSource": true,
|
|
1144
1159
|
"name": "Font Weight Semibold",
|
|
1145
|
-
"path": ["semantic", "font", "weight", "semibold"]
|
|
1146
|
-
"key": "{semantic.font.weight.semibold}"
|
|
1160
|
+
"path": ["semantic", "font", "weight", "semibold"]
|
|
1147
1161
|
},
|
|
1148
1162
|
{
|
|
1163
|
+
"key": "{semantic.font.weight.bold}",
|
|
1149
1164
|
"value": "600",
|
|
1150
1165
|
"type": "fontWeight",
|
|
1151
1166
|
"attributes": {
|
|
@@ -1169,10 +1184,10 @@
|
|
|
1169
1184
|
"filePath": "src/tokens/semantic/font.json",
|
|
1170
1185
|
"isSource": true,
|
|
1171
1186
|
"name": "Font Weight Bold",
|
|
1172
|
-
"path": ["semantic", "font", "weight", "bold"]
|
|
1173
|
-
"key": "{semantic.font.weight.bold}"
|
|
1187
|
+
"path": ["semantic", "font", "weight", "bold"]
|
|
1174
1188
|
},
|
|
1175
1189
|
{
|
|
1190
|
+
"key": "{semantic.font.size.xs}",
|
|
1176
1191
|
"value": "10px",
|
|
1177
1192
|
"type": "fontSize",
|
|
1178
1193
|
"attributes": {
|
|
@@ -1196,10 +1211,10 @@
|
|
|
1196
1211
|
"filePath": "src/tokens/semantic/font.json",
|
|
1197
1212
|
"isSource": true,
|
|
1198
1213
|
"name": "Font Size Xs",
|
|
1199
|
-
"path": ["semantic", "font", "size", "xs"]
|
|
1200
|
-
"key": "{semantic.font.size.xs}"
|
|
1214
|
+
"path": ["semantic", "font", "size", "xs"]
|
|
1201
1215
|
},
|
|
1202
1216
|
{
|
|
1217
|
+
"key": "{semantic.font.size.sm}",
|
|
1203
1218
|
"value": "12px",
|
|
1204
1219
|
"type": "fontSize",
|
|
1205
1220
|
"attributes": {
|
|
@@ -1223,10 +1238,10 @@
|
|
|
1223
1238
|
"filePath": "src/tokens/semantic/font.json",
|
|
1224
1239
|
"isSource": true,
|
|
1225
1240
|
"name": "Font Size Sm",
|
|
1226
|
-
"path": ["semantic", "font", "size", "sm"]
|
|
1227
|
-
"key": "{semantic.font.size.sm}"
|
|
1241
|
+
"path": ["semantic", "font", "size", "sm"]
|
|
1228
1242
|
},
|
|
1229
1243
|
{
|
|
1244
|
+
"key": "{semantic.font.size.default}",
|
|
1230
1245
|
"value": "14px",
|
|
1231
1246
|
"type": "fontSize",
|
|
1232
1247
|
"attributes": {
|
|
@@ -1250,10 +1265,10 @@
|
|
|
1250
1265
|
"filePath": "src/tokens/semantic/font.json",
|
|
1251
1266
|
"isSource": true,
|
|
1252
1267
|
"name": "Font Size",
|
|
1253
|
-
"path": ["semantic", "font", "size", "default"]
|
|
1254
|
-
"key": "{semantic.font.size.default}"
|
|
1268
|
+
"path": ["semantic", "font", "size", "default"]
|
|
1255
1269
|
},
|
|
1256
1270
|
{
|
|
1271
|
+
"key": "{semantic.font.size.md}",
|
|
1257
1272
|
"value": "16px",
|
|
1258
1273
|
"type": "fontSize",
|
|
1259
1274
|
"attributes": {
|
|
@@ -1277,10 +1292,10 @@
|
|
|
1277
1292
|
"filePath": "src/tokens/semantic/font.json",
|
|
1278
1293
|
"isSource": true,
|
|
1279
1294
|
"name": "Font Size Md",
|
|
1280
|
-
"path": ["semantic", "font", "size", "md"]
|
|
1281
|
-
"key": "{semantic.font.size.md}"
|
|
1295
|
+
"path": ["semantic", "font", "size", "md"]
|
|
1282
1296
|
},
|
|
1283
1297
|
{
|
|
1298
|
+
"key": "{semantic.font.size.lg}",
|
|
1284
1299
|
"value": "18px",
|
|
1285
1300
|
"type": "fontSize",
|
|
1286
1301
|
"attributes": {
|
|
@@ -1304,10 +1319,10 @@
|
|
|
1304
1319
|
"filePath": "src/tokens/semantic/font.json",
|
|
1305
1320
|
"isSource": true,
|
|
1306
1321
|
"name": "Font Size Lg",
|
|
1307
|
-
"path": ["semantic", "font", "size", "lg"]
|
|
1308
|
-
"key": "{semantic.font.size.lg}"
|
|
1322
|
+
"path": ["semantic", "font", "size", "lg"]
|
|
1309
1323
|
},
|
|
1310
1324
|
{
|
|
1325
|
+
"key": "{semantic.font.size.xl}",
|
|
1311
1326
|
"value": "20px",
|
|
1312
1327
|
"type": "fontSize",
|
|
1313
1328
|
"attributes": {
|
|
@@ -1331,10 +1346,10 @@
|
|
|
1331
1346
|
"filePath": "src/tokens/semantic/font.json",
|
|
1332
1347
|
"isSource": true,
|
|
1333
1348
|
"name": "Font Size Xl",
|
|
1334
|
-
"path": ["semantic", "font", "size", "xl"]
|
|
1335
|
-
"key": "{semantic.font.size.xl}"
|
|
1349
|
+
"path": ["semantic", "font", "size", "xl"]
|
|
1336
1350
|
},
|
|
1337
1351
|
{
|
|
1352
|
+
"key": "{semantic.font.size.xxl}",
|
|
1338
1353
|
"value": "24px",
|
|
1339
1354
|
"type": "fontSize",
|
|
1340
1355
|
"attributes": {
|
|
@@ -1358,10 +1373,10 @@
|
|
|
1358
1373
|
"filePath": "src/tokens/semantic/font.json",
|
|
1359
1374
|
"isSource": true,
|
|
1360
1375
|
"name": "Font Size Xxl",
|
|
1361
|
-
"path": ["semantic", "font", "size", "xxl"]
|
|
1362
|
-
"key": "{semantic.font.size.xxl}"
|
|
1376
|
+
"path": ["semantic", "font", "size", "xxl"]
|
|
1363
1377
|
},
|
|
1364
1378
|
{
|
|
1379
|
+
"key": "{semantic.font.style.emphasis}",
|
|
1365
1380
|
"value": "italic",
|
|
1366
1381
|
"type": "fontStyle",
|
|
1367
1382
|
"description": "used in ratings",
|
|
@@ -1374,6 +1389,7 @@
|
|
|
1374
1389
|
"description": "used in ratings",
|
|
1375
1390
|
"filePath": "src/tokens/semantic/font.json",
|
|
1376
1391
|
"isSource": true,
|
|
1392
|
+
"key": "{semantic.font.style.emphasis}",
|
|
1377
1393
|
"name": "calcite-semantic-font-style-emphasis",
|
|
1378
1394
|
"path": ["semantic", "font", "style", "emphasis"],
|
|
1379
1395
|
"comment": "used in ratings",
|
|
@@ -1394,10 +1410,10 @@
|
|
|
1394
1410
|
"isSource": true,
|
|
1395
1411
|
"name": "Font Style Emphasis",
|
|
1396
1412
|
"path": ["semantic", "font", "style", "emphasis"],
|
|
1397
|
-
"comment": "used in ratings"
|
|
1398
|
-
"key": "{semantic.font.style.emphasis}"
|
|
1413
|
+
"comment": "used in ratings"
|
|
1399
1414
|
},
|
|
1400
1415
|
{
|
|
1416
|
+
"key": "{semantic.font.line-height.fixed.sm}",
|
|
1401
1417
|
"value": "12px",
|
|
1402
1418
|
"type": "lineHeight",
|
|
1403
1419
|
"attributes": {
|
|
@@ -1422,10 +1438,10 @@
|
|
|
1422
1438
|
"filePath": "src/tokens/semantic/font.json",
|
|
1423
1439
|
"isSource": true,
|
|
1424
1440
|
"name": "Font Line Height Fixed Sm",
|
|
1425
|
-
"path": ["semantic", "font", "line-height", "fixed", "sm"]
|
|
1426
|
-
"key": "{semantic.font.line-height.fixed.sm}"
|
|
1441
|
+
"path": ["semantic", "font", "line-height", "fixed", "sm"]
|
|
1427
1442
|
},
|
|
1428
1443
|
{
|
|
1444
|
+
"key": "{semantic.font.line-height.fixed.base}",
|
|
1429
1445
|
"value": "16px",
|
|
1430
1446
|
"type": "lineHeight",
|
|
1431
1447
|
"attributes": {
|
|
@@ -1450,10 +1466,10 @@
|
|
|
1450
1466
|
"filePath": "src/tokens/semantic/font.json",
|
|
1451
1467
|
"isSource": true,
|
|
1452
1468
|
"name": "Font Line Height Fixed Base",
|
|
1453
|
-
"path": ["semantic", "font", "line-height", "fixed", "base"]
|
|
1454
|
-
"key": "{semantic.font.line-height.fixed.base}"
|
|
1469
|
+
"path": ["semantic", "font", "line-height", "fixed", "base"]
|
|
1455
1470
|
},
|
|
1456
1471
|
{
|
|
1472
|
+
"key": "{semantic.font.line-height.fixed.lg}",
|
|
1457
1473
|
"value": "20px",
|
|
1458
1474
|
"type": "lineHeight",
|
|
1459
1475
|
"attributes": {
|
|
@@ -1478,10 +1494,10 @@
|
|
|
1478
1494
|
"filePath": "src/tokens/semantic/font.json",
|
|
1479
1495
|
"isSource": true,
|
|
1480
1496
|
"name": "Font Line Height Fixed Lg",
|
|
1481
|
-
"path": ["semantic", "font", "line-height", "fixed", "lg"]
|
|
1482
|
-
"key": "{semantic.font.line-height.fixed.lg}"
|
|
1497
|
+
"path": ["semantic", "font", "line-height", "fixed", "lg"]
|
|
1483
1498
|
},
|
|
1484
1499
|
{
|
|
1500
|
+
"key": "{semantic.font.line-height.fixed.xl}",
|
|
1485
1501
|
"value": "24px",
|
|
1486
1502
|
"type": "lineHeight",
|
|
1487
1503
|
"attributes": {
|
|
@@ -1506,10 +1522,10 @@
|
|
|
1506
1522
|
"filePath": "src/tokens/semantic/font.json",
|
|
1507
1523
|
"isSource": true,
|
|
1508
1524
|
"name": "Font Line Height Fixed Xl",
|
|
1509
|
-
"path": ["semantic", "font", "line-height", "fixed", "xl"]
|
|
1510
|
-
"key": "{semantic.font.line-height.fixed.xl}"
|
|
1525
|
+
"path": ["semantic", "font", "line-height", "fixed", "xl"]
|
|
1511
1526
|
},
|
|
1512
1527
|
{
|
|
1528
|
+
"key": "{semantic.font.line-height.relative.default}",
|
|
1513
1529
|
"value": "auto",
|
|
1514
1530
|
"type": "lineHeight",
|
|
1515
1531
|
"description": "1",
|
|
@@ -1523,6 +1539,7 @@
|
|
|
1523
1539
|
"description": "1",
|
|
1524
1540
|
"filePath": "src/tokens/semantic/font.json",
|
|
1525
1541
|
"isSource": true,
|
|
1542
|
+
"key": "{semantic.font.line-height.relative.default}",
|
|
1526
1543
|
"name": "calcite-semantic-font-line-height-relative-default",
|
|
1527
1544
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
1528
1545
|
"comment": "1",
|
|
@@ -1543,10 +1560,10 @@
|
|
|
1543
1560
|
"isSource": true,
|
|
1544
1561
|
"name": "Font Line Height Relative",
|
|
1545
1562
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
1546
|
-
"comment": "1"
|
|
1547
|
-
"key": "{semantic.font.line-height.relative.default}"
|
|
1563
|
+
"comment": "1"
|
|
1548
1564
|
},
|
|
1549
1565
|
{
|
|
1566
|
+
"key": "{semantic.font.line-height.relative.tight}",
|
|
1550
1567
|
"value": "1.25",
|
|
1551
1568
|
"type": "lineHeight",
|
|
1552
1569
|
"description": "1.25",
|
|
@@ -1560,6 +1577,7 @@
|
|
|
1560
1577
|
"description": "1.25",
|
|
1561
1578
|
"filePath": "src/tokens/semantic/font.json",
|
|
1562
1579
|
"isSource": true,
|
|
1580
|
+
"key": "{semantic.font.line-height.relative.tight}",
|
|
1563
1581
|
"name": "calcite-semantic-font-line-height-relative-tight",
|
|
1564
1582
|
"path": ["semantic", "font", "line-height", "relative", "tight"],
|
|
1565
1583
|
"comment": "1.25",
|
|
@@ -1580,10 +1598,10 @@
|
|
|
1580
1598
|
"isSource": true,
|
|
1581
1599
|
"name": "Font Line Height Relative Tight",
|
|
1582
1600
|
"path": ["semantic", "font", "line-height", "relative", "tight"],
|
|
1583
|
-
"comment": "1.25"
|
|
1584
|
-
"key": "{semantic.font.line-height.relative.tight}"
|
|
1601
|
+
"comment": "1.25"
|
|
1585
1602
|
},
|
|
1586
1603
|
{
|
|
1604
|
+
"key": "{semantic.font.line-height.relative.snug}",
|
|
1587
1605
|
"value": "1.375",
|
|
1588
1606
|
"type": "lineHeight",
|
|
1589
1607
|
"description": "1.375",
|
|
@@ -1597,6 +1615,7 @@
|
|
|
1597
1615
|
"description": "1.375",
|
|
1598
1616
|
"filePath": "src/tokens/semantic/font.json",
|
|
1599
1617
|
"isSource": true,
|
|
1618
|
+
"key": "{semantic.font.line-height.relative.snug}",
|
|
1600
1619
|
"name": "calcite-semantic-font-line-height-relative-snug",
|
|
1601
1620
|
"path": ["semantic", "font", "line-height", "relative", "snug"],
|
|
1602
1621
|
"comment": "1.375",
|
|
@@ -1617,10 +1636,10 @@
|
|
|
1617
1636
|
"isSource": true,
|
|
1618
1637
|
"name": "Font Line Height Relative Snug",
|
|
1619
1638
|
"path": ["semantic", "font", "line-height", "relative", "snug"],
|
|
1620
|
-
"comment": "1.375"
|
|
1621
|
-
"key": "{semantic.font.line-height.relative.snug}"
|
|
1639
|
+
"comment": "1.375"
|
|
1622
1640
|
},
|
|
1623
1641
|
{
|
|
1642
|
+
"key": "{semantic.font.line-height.relative.normal}",
|
|
1624
1643
|
"value": "1.5",
|
|
1625
1644
|
"type": "lineHeight",
|
|
1626
1645
|
"description": "1.5",
|
|
@@ -1634,6 +1653,7 @@
|
|
|
1634
1653
|
"description": "1.5",
|
|
1635
1654
|
"filePath": "src/tokens/semantic/font.json",
|
|
1636
1655
|
"isSource": true,
|
|
1656
|
+
"key": "{semantic.font.line-height.relative.normal}",
|
|
1637
1657
|
"name": "calcite-semantic-font-line-height-relative-normal",
|
|
1638
1658
|
"path": ["semantic", "font", "line-height", "relative", "normal"],
|
|
1639
1659
|
"comment": "1.5",
|
|
@@ -1654,10 +1674,10 @@
|
|
|
1654
1674
|
"isSource": true,
|
|
1655
1675
|
"name": "Font Line Height Relative Normal",
|
|
1656
1676
|
"path": ["semantic", "font", "line-height", "relative", "normal"],
|
|
1657
|
-
"comment": "1.5"
|
|
1658
|
-
"key": "{semantic.font.line-height.relative.normal}"
|
|
1677
|
+
"comment": "1.5"
|
|
1659
1678
|
},
|
|
1660
1679
|
{
|
|
1680
|
+
"key": "{semantic.font.line-height.relative.relaxed}",
|
|
1661
1681
|
"value": "1.625",
|
|
1662
1682
|
"type": "lineHeight",
|
|
1663
1683
|
"description": "1.625",
|
|
@@ -1671,6 +1691,7 @@
|
|
|
1671
1691
|
"description": "1.625",
|
|
1672
1692
|
"filePath": "src/tokens/semantic/font.json",
|
|
1673
1693
|
"isSource": true,
|
|
1694
|
+
"key": "{semantic.font.line-height.relative.relaxed}",
|
|
1674
1695
|
"name": "calcite-semantic-font-line-height-relative-relaxed",
|
|
1675
1696
|
"path": ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
1676
1697
|
"comment": "1.625",
|
|
@@ -1691,10 +1712,10 @@
|
|
|
1691
1712
|
"isSource": true,
|
|
1692
1713
|
"name": "Font Line Height Relative Relaxed",
|
|
1693
1714
|
"path": ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
1694
|
-
"comment": "1.625"
|
|
1695
|
-
"key": "{semantic.font.line-height.relative.relaxed}"
|
|
1715
|
+
"comment": "1.625"
|
|
1696
1716
|
},
|
|
1697
1717
|
{
|
|
1718
|
+
"key": "{semantic.font.line-height.relative.loose}",
|
|
1698
1719
|
"value": "2",
|
|
1699
1720
|
"type": "lineHeight",
|
|
1700
1721
|
"description": "2",
|
|
@@ -1708,6 +1729,7 @@
|
|
|
1708
1729
|
"description": "2",
|
|
1709
1730
|
"filePath": "src/tokens/semantic/font.json",
|
|
1710
1731
|
"isSource": true,
|
|
1732
|
+
"key": "{semantic.font.line-height.relative.loose}",
|
|
1711
1733
|
"name": "calcite-semantic-font-line-height-relative-loose",
|
|
1712
1734
|
"path": ["semantic", "font", "line-height", "relative", "loose"],
|
|
1713
1735
|
"comment": "2",
|
|
@@ -1728,10 +1750,10 @@
|
|
|
1728
1750
|
"isSource": true,
|
|
1729
1751
|
"name": "Font Line Height Relative Loose",
|
|
1730
1752
|
"path": ["semantic", "font", "line-height", "relative", "loose"],
|
|
1731
|
-
"comment": "2"
|
|
1732
|
-
"key": "{semantic.font.line-height.relative.loose}"
|
|
1753
|
+
"comment": "2"
|
|
1733
1754
|
},
|
|
1734
1755
|
{
|
|
1756
|
+
"key": "{semantic.font.letter-spacing.tight}",
|
|
1735
1757
|
"value": "-0.4px",
|
|
1736
1758
|
"type": "dimension",
|
|
1737
1759
|
"description": "Deprecated",
|
|
@@ -1744,6 +1766,7 @@
|
|
|
1744
1766
|
"description": "Deprecated",
|
|
1745
1767
|
"filePath": "src/tokens/semantic/font.json",
|
|
1746
1768
|
"isSource": true,
|
|
1769
|
+
"key": "{semantic.font.letter-spacing.tight}",
|
|
1747
1770
|
"name": "calcite-semantic-font-letter-spacing-tight",
|
|
1748
1771
|
"path": ["semantic", "font", "letter-spacing", "tight"],
|
|
1749
1772
|
"comment": "Deprecated",
|
|
@@ -1764,10 +1787,10 @@
|
|
|
1764
1787
|
"isSource": true,
|
|
1765
1788
|
"name": "Font Letter Spacing Tight",
|
|
1766
1789
|
"path": ["semantic", "font", "letter-spacing", "tight"],
|
|
1767
|
-
"comment": "Deprecated"
|
|
1768
|
-
"key": "{semantic.font.letter-spacing.tight}"
|
|
1790
|
+
"comment": "Deprecated"
|
|
1769
1791
|
},
|
|
1770
1792
|
{
|
|
1793
|
+
"key": "{semantic.font.letter-spacing.normal}",
|
|
1771
1794
|
"value": "0",
|
|
1772
1795
|
"type": "dimension",
|
|
1773
1796
|
"description": "Deprecated",
|
|
@@ -1780,6 +1803,7 @@
|
|
|
1780
1803
|
"description": "Deprecated",
|
|
1781
1804
|
"filePath": "src/tokens/semantic/font.json",
|
|
1782
1805
|
"isSource": true,
|
|
1806
|
+
"key": "{semantic.font.letter-spacing.normal}",
|
|
1783
1807
|
"name": "calcite-semantic-font-letter-spacing-normal",
|
|
1784
1808
|
"path": ["semantic", "font", "letter-spacing", "normal"],
|
|
1785
1809
|
"comment": "Deprecated",
|
|
@@ -1800,10 +1824,10 @@
|
|
|
1800
1824
|
"isSource": true,
|
|
1801
1825
|
"name": "Font Letter Spacing Normal",
|
|
1802
1826
|
"path": ["semantic", "font", "letter-spacing", "normal"],
|
|
1803
|
-
"comment": "Deprecated"
|
|
1804
|
-
"key": "{semantic.font.letter-spacing.normal}"
|
|
1827
|
+
"comment": "Deprecated"
|
|
1805
1828
|
},
|
|
1806
1829
|
{
|
|
1830
|
+
"key": "{semantic.font.letter-spacing.wide}",
|
|
1807
1831
|
"value": "0.4px",
|
|
1808
1832
|
"type": "dimension",
|
|
1809
1833
|
"description": "Deprecated",
|
|
@@ -1816,6 +1840,7 @@
|
|
|
1816
1840
|
"description": "Deprecated",
|
|
1817
1841
|
"filePath": "src/tokens/semantic/font.json",
|
|
1818
1842
|
"isSource": true,
|
|
1843
|
+
"key": "{semantic.font.letter-spacing.wide}",
|
|
1819
1844
|
"name": "calcite-semantic-font-letter-spacing-wide",
|
|
1820
1845
|
"path": ["semantic", "font", "letter-spacing", "wide"],
|
|
1821
1846
|
"comment": "Deprecated",
|
|
@@ -1836,10 +1861,10 @@
|
|
|
1836
1861
|
"isSource": true,
|
|
1837
1862
|
"name": "Font Letter Spacing Wide",
|
|
1838
1863
|
"path": ["semantic", "font", "letter-spacing", "wide"],
|
|
1839
|
-
"comment": "Deprecated"
|
|
1840
|
-
"key": "{semantic.font.letter-spacing.wide}"
|
|
1864
|
+
"comment": "Deprecated"
|
|
1841
1865
|
},
|
|
1842
1866
|
{
|
|
1867
|
+
"key": "{semantic.font.paragraph-spacing.normal}",
|
|
1843
1868
|
"value": "4px",
|
|
1844
1869
|
"type": "dimension",
|
|
1845
1870
|
"description": "Deprecated",
|
|
@@ -1852,6 +1877,7 @@
|
|
|
1852
1877
|
"description": "Deprecated",
|
|
1853
1878
|
"filePath": "src/tokens/semantic/font.json",
|
|
1854
1879
|
"isSource": true,
|
|
1880
|
+
"key": "{semantic.font.paragraph-spacing.normal}",
|
|
1855
1881
|
"name": "calcite-semantic-font-paragraph-spacing-normal",
|
|
1856
1882
|
"path": ["semantic", "font", "paragraph-spacing", "normal"],
|
|
1857
1883
|
"comment": "Deprecated",
|
|
@@ -1872,10 +1898,10 @@
|
|
|
1872
1898
|
"isSource": true,
|
|
1873
1899
|
"name": "Font Paragraph Spacing Normal",
|
|
1874
1900
|
"path": ["semantic", "font", "paragraph-spacing", "normal"],
|
|
1875
|
-
"comment": "Deprecated"
|
|
1876
|
-
"key": "{semantic.font.paragraph-spacing.normal}"
|
|
1901
|
+
"comment": "Deprecated"
|
|
1877
1902
|
},
|
|
1878
1903
|
{
|
|
1904
|
+
"key": "{semantic.font.text-decoration.none}",
|
|
1879
1905
|
"value": "none",
|
|
1880
1906
|
"type": "textDecoration",
|
|
1881
1907
|
"description": "Deprecated",
|
|
@@ -1888,6 +1914,7 @@
|
|
|
1888
1914
|
"description": "Deprecated",
|
|
1889
1915
|
"filePath": "src/tokens/semantic/font.json",
|
|
1890
1916
|
"isSource": true,
|
|
1917
|
+
"key": "{semantic.font.text-decoration.none}",
|
|
1891
1918
|
"name": "calcite-semantic-font-text-decoration-none",
|
|
1892
1919
|
"path": ["semantic", "font", "text-decoration", "none"],
|
|
1893
1920
|
"comment": "Deprecated",
|
|
@@ -1908,10 +1935,10 @@
|
|
|
1908
1935
|
"isSource": true,
|
|
1909
1936
|
"name": "Font Text Decoration None",
|
|
1910
1937
|
"path": ["semantic", "font", "text-decoration", "none"],
|
|
1911
|
-
"comment": "Deprecated"
|
|
1912
|
-
"key": "{semantic.font.text-decoration.none}"
|
|
1938
|
+
"comment": "Deprecated"
|
|
1913
1939
|
},
|
|
1914
1940
|
{
|
|
1941
|
+
"key": "{semantic.font.text-decoration.underline}",
|
|
1915
1942
|
"value": "underline",
|
|
1916
1943
|
"type": "textDecoration",
|
|
1917
1944
|
"description": "Deprecated",
|
|
@@ -1924,6 +1951,7 @@
|
|
|
1924
1951
|
"description": "Deprecated",
|
|
1925
1952
|
"filePath": "src/tokens/semantic/font.json",
|
|
1926
1953
|
"isSource": true,
|
|
1954
|
+
"key": "{semantic.font.text-decoration.underline}",
|
|
1927
1955
|
"name": "calcite-semantic-font-text-decoration-underline",
|
|
1928
1956
|
"path": ["semantic", "font", "text-decoration", "underline"],
|
|
1929
1957
|
"comment": "Deprecated",
|
|
@@ -1944,10 +1972,10 @@
|
|
|
1944
1972
|
"isSource": true,
|
|
1945
1973
|
"name": "Font Text Decoration Underline",
|
|
1946
1974
|
"path": ["semantic", "font", "text-decoration", "underline"],
|
|
1947
|
-
"comment": "Deprecated"
|
|
1948
|
-
"key": "{semantic.font.text-decoration.underline}"
|
|
1975
|
+
"comment": "Deprecated"
|
|
1949
1976
|
},
|
|
1950
1977
|
{
|
|
1978
|
+
"key": "{semantic.font.text-case.none}",
|
|
1951
1979
|
"value": "none",
|
|
1952
1980
|
"type": "textCase",
|
|
1953
1981
|
"description": "Deprecated",
|
|
@@ -1960,6 +1988,7 @@
|
|
|
1960
1988
|
"description": "Deprecated",
|
|
1961
1989
|
"filePath": "src/tokens/semantic/font.json",
|
|
1962
1990
|
"isSource": true,
|
|
1991
|
+
"key": "{semantic.font.text-case.none}",
|
|
1963
1992
|
"name": "calcite-semantic-font-text-case-none",
|
|
1964
1993
|
"path": ["semantic", "font", "text-case", "none"],
|
|
1965
1994
|
"comment": "Deprecated",
|
|
@@ -1980,10 +2009,10 @@
|
|
|
1980
2009
|
"isSource": true,
|
|
1981
2010
|
"name": "Font Text Case None",
|
|
1982
2011
|
"path": ["semantic", "font", "text-case", "none"],
|
|
1983
|
-
"comment": "Deprecated"
|
|
1984
|
-
"key": "{semantic.font.text-case.none}"
|
|
2012
|
+
"comment": "Deprecated"
|
|
1985
2013
|
},
|
|
1986
2014
|
{
|
|
2015
|
+
"key": "{semantic.font.text-case.uppercase}",
|
|
1987
2016
|
"value": "uppercase",
|
|
1988
2017
|
"type": "textCase",
|
|
1989
2018
|
"description": "Deprecated",
|
|
@@ -1996,6 +2025,7 @@
|
|
|
1996
2025
|
"description": "Deprecated",
|
|
1997
2026
|
"filePath": "src/tokens/semantic/font.json",
|
|
1998
2027
|
"isSource": true,
|
|
2028
|
+
"key": "{semantic.font.text-case.uppercase}",
|
|
1999
2029
|
"name": "calcite-semantic-font-text-case-uppercase",
|
|
2000
2030
|
"path": ["semantic", "font", "text-case", "uppercase"],
|
|
2001
2031
|
"comment": "Deprecated",
|
|
@@ -2016,10 +2046,10 @@
|
|
|
2016
2046
|
"isSource": true,
|
|
2017
2047
|
"name": "Font Text Case Uppercase",
|
|
2018
2048
|
"path": ["semantic", "font", "text-case", "uppercase"],
|
|
2019
|
-
"comment": "Deprecated"
|
|
2020
|
-
"key": "{semantic.font.text-case.uppercase}"
|
|
2049
|
+
"comment": "Deprecated"
|
|
2021
2050
|
},
|
|
2022
2051
|
{
|
|
2052
|
+
"key": "{semantic.font.text-case.lowercase}",
|
|
2023
2053
|
"value": "lowercase",
|
|
2024
2054
|
"type": "textCase",
|
|
2025
2055
|
"description": "Deprecated",
|
|
@@ -2032,6 +2062,7 @@
|
|
|
2032
2062
|
"description": "Deprecated",
|
|
2033
2063
|
"filePath": "src/tokens/semantic/font.json",
|
|
2034
2064
|
"isSource": true,
|
|
2065
|
+
"key": "{semantic.font.text-case.lowercase}",
|
|
2035
2066
|
"name": "calcite-semantic-font-text-case-lowercase",
|
|
2036
2067
|
"path": ["semantic", "font", "text-case", "lowercase"],
|
|
2037
2068
|
"comment": "Deprecated",
|
|
@@ -2052,10 +2083,10 @@
|
|
|
2052
2083
|
"isSource": true,
|
|
2053
2084
|
"name": "Font Text Case Lowercase",
|
|
2054
2085
|
"path": ["semantic", "font", "text-case", "lowercase"],
|
|
2055
|
-
"comment": "Deprecated"
|
|
2056
|
-
"key": "{semantic.font.text-case.lowercase}"
|
|
2086
|
+
"comment": "Deprecated"
|
|
2057
2087
|
},
|
|
2058
2088
|
{
|
|
2089
|
+
"key": "{semantic.font.text-case.capitalize}",
|
|
2059
2090
|
"value": "capitalize",
|
|
2060
2091
|
"type": "textCase",
|
|
2061
2092
|
"description": "Deprecated",
|
|
@@ -2068,6 +2099,7 @@
|
|
|
2068
2099
|
"description": "Deprecated",
|
|
2069
2100
|
"filePath": "src/tokens/semantic/font.json",
|
|
2070
2101
|
"isSource": true,
|
|
2102
|
+
"key": "{semantic.font.text-case.capitalize}",
|
|
2071
2103
|
"name": "calcite-semantic-font-text-case-capitalize",
|
|
2072
2104
|
"path": ["semantic", "font", "text-case", "capitalize"],
|
|
2073
2105
|
"comment": "Deprecated",
|
|
@@ -2088,10 +2120,10 @@
|
|
|
2088
2120
|
"isSource": true,
|
|
2089
2121
|
"name": "Font Text Case Capitalize",
|
|
2090
2122
|
"path": ["semantic", "font", "text-case", "capitalize"],
|
|
2091
|
-
"comment": "Deprecated"
|
|
2092
|
-
"key": "{semantic.font.text-case.capitalize}"
|
|
2123
|
+
"comment": "Deprecated"
|
|
2093
2124
|
},
|
|
2094
2125
|
{
|
|
2126
|
+
"key": "{semantic.opacity.light}",
|
|
2095
2127
|
"value": "0.4",
|
|
2096
2128
|
"type": "opacity",
|
|
2097
2129
|
"attributes": {
|
|
@@ -2114,10 +2146,10 @@
|
|
|
2114
2146
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
2115
2147
|
"isSource": true,
|
|
2116
2148
|
"name": "Opacity Light",
|
|
2117
|
-
"path": ["semantic", "opacity", "light"]
|
|
2118
|
-
"key": "{semantic.opacity.light}"
|
|
2149
|
+
"path": ["semantic", "opacity", "light"]
|
|
2119
2150
|
},
|
|
2120
2151
|
{
|
|
2152
|
+
"key": "{semantic.opacity.half}",
|
|
2121
2153
|
"value": "0.5",
|
|
2122
2154
|
"type": "opacity",
|
|
2123
2155
|
"attributes": {
|
|
@@ -2140,10 +2172,10 @@
|
|
|
2140
2172
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
2141
2173
|
"isSource": true,
|
|
2142
2174
|
"name": "Opacity Half",
|
|
2143
|
-
"path": ["semantic", "opacity", "half"]
|
|
2144
|
-
"key": "{semantic.opacity.half}"
|
|
2175
|
+
"path": ["semantic", "opacity", "half"]
|
|
2145
2176
|
},
|
|
2146
2177
|
{
|
|
2178
|
+
"key": "{semantic.opacity.dark}",
|
|
2147
2179
|
"value": "0.85",
|
|
2148
2180
|
"type": "opacity",
|
|
2149
2181
|
"attributes": {
|
|
@@ -2166,10 +2198,10 @@
|
|
|
2166
2198
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
2167
2199
|
"isSource": true,
|
|
2168
2200
|
"name": "Opacity Dark",
|
|
2169
|
-
"path": ["semantic", "opacity", "dark"]
|
|
2170
|
-
"key": "{semantic.opacity.dark}"
|
|
2201
|
+
"path": ["semantic", "opacity", "dark"]
|
|
2171
2202
|
},
|
|
2172
2203
|
{
|
|
2204
|
+
"key": "{semantic.opacity.full}",
|
|
2173
2205
|
"value": "1",
|
|
2174
2206
|
"type": "opacity",
|
|
2175
2207
|
"attributes": {
|
|
@@ -2192,10 +2224,10 @@
|
|
|
2192
2224
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
2193
2225
|
"isSource": true,
|
|
2194
2226
|
"name": "Opacity Full",
|
|
2195
|
-
"path": ["semantic", "opacity", "full"]
|
|
2196
|
-
"key": "{semantic.opacity.full}"
|
|
2227
|
+
"path": ["semantic", "opacity", "full"]
|
|
2197
2228
|
},
|
|
2198
2229
|
{
|
|
2230
|
+
"key": "{semantic.opacity.disabled}",
|
|
2199
2231
|
"value": "0.5",
|
|
2200
2232
|
"type": "opacity",
|
|
2201
2233
|
"attributes": {
|
|
@@ -2218,10 +2250,10 @@
|
|
|
2218
2250
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
2219
2251
|
"isSource": true,
|
|
2220
2252
|
"name": "Opacity Disabled",
|
|
2221
|
-
"path": ["semantic", "opacity", "disabled"]
|
|
2222
|
-
"key": "{semantic.opacity.disabled}"
|
|
2253
|
+
"path": ["semantic", "opacity", "disabled"]
|
|
2223
2254
|
},
|
|
2224
2255
|
{
|
|
2256
|
+
"key": "{semantic.shadow.none}",
|
|
2225
2257
|
"value": "{\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0)\",\"x\":\"0\",\"y\":\"0\"}",
|
|
2226
2258
|
"type": "shadow",
|
|
2227
2259
|
"attributes": {
|
|
@@ -2244,10 +2276,10 @@
|
|
|
2244
2276
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
2245
2277
|
"isSource": true,
|
|
2246
2278
|
"name": "Shadow None",
|
|
2247
|
-
"path": ["semantic", "shadow", "none"]
|
|
2248
|
-
"key": "{semantic.shadow.none}"
|
|
2279
|
+
"path": ["semantic", "shadow", "none"]
|
|
2249
2280
|
},
|
|
2250
2281
|
{
|
|
2282
|
+
"key": "{semantic.shadow.sm}",
|
|
2251
2283
|
"value": "[{\"blur\":\"8px\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.04)\",\"x\":\"0\",\"y\":\"2px\"},{\"blur\":\"16px\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\",\"x\":\"0\",\"y\":\"4px\"}]",
|
|
2252
2284
|
"type": "shadow",
|
|
2253
2285
|
"attributes": {
|
|
@@ -2270,10 +2302,10 @@
|
|
|
2270
2302
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
2271
2303
|
"isSource": true,
|
|
2272
2304
|
"name": "Shadow Sm",
|
|
2273
|
-
"path": ["semantic", "shadow", "sm"]
|
|
2274
|
-
"key": "{semantic.shadow.sm}"
|
|
2305
|
+
"path": ["semantic", "shadow", "sm"]
|
|
2275
2306
|
},
|
|
2276
2307
|
{
|
|
2308
|
+
"key": "{semantic.shadow.md}",
|
|
2277
2309
|
"value": "[{\"blur\":\"20px\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\",\"x\":\"0\",\"y\":\"4px\"},{\"blur\":\"32px\",\"spread\":\"-2px\",\"color\":\"rgba(0, 0, 0, 0.1)\",\"x\":\"0\",\"y\":\"12px\"}]",
|
|
2278
2310
|
"type": "shadow",
|
|
2279
2311
|
"attributes": {
|
|
@@ -2296,13 +2328,12 @@
|
|
|
2296
2328
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
2297
2329
|
"isSource": true,
|
|
2298
2330
|
"name": "Shadow Md",
|
|
2299
|
-
"path": ["semantic", "shadow", "md"]
|
|
2300
|
-
"key": "{semantic.shadow.md}"
|
|
2331
|
+
"path": ["semantic", "shadow", "md"]
|
|
2301
2332
|
},
|
|
2302
2333
|
{
|
|
2334
|
+
"key": "{semantic.size.fixed.xxxs}",
|
|
2303
2335
|
"value": "2px",
|
|
2304
2336
|
"type": "dimension",
|
|
2305
|
-
"description": "deprecated",
|
|
2306
2337
|
"attributes": {
|
|
2307
2338
|
"category": "size",
|
|
2308
2339
|
"type": "dimension",
|
|
@@ -2312,6 +2343,7 @@
|
|
|
2312
2343
|
"description": "deprecated",
|
|
2313
2344
|
"filePath": "src/tokens/semantic/size.json",
|
|
2314
2345
|
"isSource": true,
|
|
2346
|
+
"key": "{semantic.size.fixed.xxxs}",
|
|
2315
2347
|
"name": "calcite-semantic-size-fixed-xxxs",
|
|
2316
2348
|
"path": ["semantic", "size", "fixed", "xxxs"],
|
|
2317
2349
|
"comment": "deprecated",
|
|
@@ -2328,17 +2360,17 @@
|
|
|
2328
2360
|
"type": "dimension"
|
|
2329
2361
|
}
|
|
2330
2362
|
},
|
|
2363
|
+
"description": "deprecated",
|
|
2331
2364
|
"filePath": "src/tokens/semantic/size.json",
|
|
2332
2365
|
"isSource": true,
|
|
2333
2366
|
"name": "Size Fixed Xxxs",
|
|
2334
2367
|
"path": ["semantic", "size", "fixed", "xxxs"],
|
|
2335
|
-
"comment": "deprecated"
|
|
2336
|
-
"key": "{semantic.size.fixed.xxxs}"
|
|
2368
|
+
"comment": "deprecated"
|
|
2337
2369
|
},
|
|
2338
2370
|
{
|
|
2371
|
+
"key": "{semantic.size.fixed.xxs}",
|
|
2339
2372
|
"value": "4px",
|
|
2340
2373
|
"type": "dimension",
|
|
2341
|
-
"description": "deprecated",
|
|
2342
2374
|
"attributes": {
|
|
2343
2375
|
"category": "size",
|
|
2344
2376
|
"type": "dimension",
|
|
@@ -2348,6 +2380,7 @@
|
|
|
2348
2380
|
"description": "deprecated",
|
|
2349
2381
|
"filePath": "src/tokens/semantic/size.json",
|
|
2350
2382
|
"isSource": true,
|
|
2383
|
+
"key": "{semantic.size.fixed.xxs}",
|
|
2351
2384
|
"name": "calcite-semantic-size-fixed-xxs",
|
|
2352
2385
|
"path": ["semantic", "size", "fixed", "xxs"],
|
|
2353
2386
|
"comment": "deprecated",
|
|
@@ -2364,17 +2397,17 @@
|
|
|
2364
2397
|
"type": "dimension"
|
|
2365
2398
|
}
|
|
2366
2399
|
},
|
|
2400
|
+
"description": "deprecated",
|
|
2367
2401
|
"filePath": "src/tokens/semantic/size.json",
|
|
2368
2402
|
"isSource": true,
|
|
2369
2403
|
"name": "Size Fixed Xxs",
|
|
2370
2404
|
"path": ["semantic", "size", "fixed", "xxs"],
|
|
2371
|
-
"comment": "deprecated"
|
|
2372
|
-
"key": "{semantic.size.fixed.xxs}"
|
|
2405
|
+
"comment": "deprecated"
|
|
2373
2406
|
},
|
|
2374
2407
|
{
|
|
2408
|
+
"key": "{semantic.size.fixed.xs}",
|
|
2375
2409
|
"value": "6px",
|
|
2376
2410
|
"type": "dimension",
|
|
2377
|
-
"description": "deprecated",
|
|
2378
2411
|
"attributes": {
|
|
2379
2412
|
"category": "size",
|
|
2380
2413
|
"type": "dimension",
|
|
@@ -2384,6 +2417,7 @@
|
|
|
2384
2417
|
"description": "deprecated",
|
|
2385
2418
|
"filePath": "src/tokens/semantic/size.json",
|
|
2386
2419
|
"isSource": true,
|
|
2420
|
+
"key": "{semantic.size.fixed.xs}",
|
|
2387
2421
|
"name": "calcite-semantic-size-fixed-xs",
|
|
2388
2422
|
"path": ["semantic", "size", "fixed", "xs"],
|
|
2389
2423
|
"comment": "deprecated",
|
|
@@ -2400,17 +2434,17 @@
|
|
|
2400
2434
|
"type": "dimension"
|
|
2401
2435
|
}
|
|
2402
2436
|
},
|
|
2437
|
+
"description": "deprecated",
|
|
2403
2438
|
"filePath": "src/tokens/semantic/size.json",
|
|
2404
2439
|
"isSource": true,
|
|
2405
2440
|
"name": "Size Fixed Xs",
|
|
2406
2441
|
"path": ["semantic", "size", "fixed", "xs"],
|
|
2407
|
-
"comment": "deprecated"
|
|
2408
|
-
"key": "{semantic.size.fixed.xs}"
|
|
2442
|
+
"comment": "deprecated"
|
|
2409
2443
|
},
|
|
2410
2444
|
{
|
|
2445
|
+
"key": "{semantic.size.fixed.sm}",
|
|
2411
2446
|
"value": "8px",
|
|
2412
2447
|
"type": "dimension",
|
|
2413
|
-
"description": "deprecated",
|
|
2414
2448
|
"attributes": {
|
|
2415
2449
|
"category": "size",
|
|
2416
2450
|
"type": "dimension",
|
|
@@ -2420,6 +2454,7 @@
|
|
|
2420
2454
|
"description": "deprecated",
|
|
2421
2455
|
"filePath": "src/tokens/semantic/size.json",
|
|
2422
2456
|
"isSource": true,
|
|
2457
|
+
"key": "{semantic.size.fixed.sm}",
|
|
2423
2458
|
"name": "calcite-semantic-size-fixed-sm",
|
|
2424
2459
|
"path": ["semantic", "size", "fixed", "sm"],
|
|
2425
2460
|
"comment": "deprecated",
|
|
@@ -2436,17 +2471,17 @@
|
|
|
2436
2471
|
"type": "dimension"
|
|
2437
2472
|
}
|
|
2438
2473
|
},
|
|
2474
|
+
"description": "deprecated",
|
|
2439
2475
|
"filePath": "src/tokens/semantic/size.json",
|
|
2440
2476
|
"isSource": true,
|
|
2441
2477
|
"name": "Size Fixed Sm",
|
|
2442
2478
|
"path": ["semantic", "size", "fixed", "sm"],
|
|
2443
|
-
"comment": "deprecated"
|
|
2444
|
-
"key": "{semantic.size.fixed.sm}"
|
|
2479
|
+
"comment": "deprecated"
|
|
2445
2480
|
},
|
|
2446
2481
|
{
|
|
2482
|
+
"key": "{semantic.size.fixed.sm+}",
|
|
2447
2483
|
"value": "10px",
|
|
2448
2484
|
"type": "dimension",
|
|
2449
|
-
"description": "deprecated",
|
|
2450
2485
|
"attributes": {
|
|
2451
2486
|
"category": "size",
|
|
2452
2487
|
"type": "dimension",
|
|
@@ -2456,6 +2491,7 @@
|
|
|
2456
2491
|
"description": "deprecated",
|
|
2457
2492
|
"filePath": "src/tokens/semantic/size.json",
|
|
2458
2493
|
"isSource": true,
|
|
2494
|
+
"key": "{semantic.size.fixed.sm+}",
|
|
2459
2495
|
"name": "calcite-semantic-size-fixed-sm",
|
|
2460
2496
|
"path": ["semantic", "size", "fixed", "sm+"],
|
|
2461
2497
|
"comment": "deprecated",
|
|
@@ -2472,17 +2508,17 @@
|
|
|
2472
2508
|
"type": "dimension"
|
|
2473
2509
|
}
|
|
2474
2510
|
},
|
|
2511
|
+
"description": "deprecated",
|
|
2475
2512
|
"filePath": "src/tokens/semantic/size.json",
|
|
2476
2513
|
"isSource": true,
|
|
2477
2514
|
"name": "Size Fixed Sm Plus",
|
|
2478
2515
|
"path": ["semantic", "size", "fixed", "sm+"],
|
|
2479
|
-
"comment": "deprecated"
|
|
2480
|
-
"key": "{semantic.size.fixed.sm+}"
|
|
2516
|
+
"comment": "deprecated"
|
|
2481
2517
|
},
|
|
2482
2518
|
{
|
|
2519
|
+
"key": "{semantic.size.fixed.md}",
|
|
2483
2520
|
"value": "12px",
|
|
2484
2521
|
"type": "dimension",
|
|
2485
|
-
"description": "deprecated",
|
|
2486
2522
|
"attributes": {
|
|
2487
2523
|
"category": "size",
|
|
2488
2524
|
"type": "dimension",
|
|
@@ -2492,6 +2528,7 @@
|
|
|
2492
2528
|
"description": "deprecated",
|
|
2493
2529
|
"filePath": "src/tokens/semantic/size.json",
|
|
2494
2530
|
"isSource": true,
|
|
2531
|
+
"key": "{semantic.size.fixed.md}",
|
|
2495
2532
|
"name": "calcite-semantic-size-fixed-md",
|
|
2496
2533
|
"path": ["semantic", "size", "fixed", "md"],
|
|
2497
2534
|
"comment": "deprecated",
|
|
@@ -2508,17 +2545,17 @@
|
|
|
2508
2545
|
"type": "dimension"
|
|
2509
2546
|
}
|
|
2510
2547
|
},
|
|
2548
|
+
"description": "deprecated",
|
|
2511
2549
|
"filePath": "src/tokens/semantic/size.json",
|
|
2512
2550
|
"isSource": true,
|
|
2513
2551
|
"name": "Size Fixed Md",
|
|
2514
2552
|
"path": ["semantic", "size", "fixed", "md"],
|
|
2515
|
-
"comment": "deprecated"
|
|
2516
|
-
"key": "{semantic.size.fixed.md}"
|
|
2553
|
+
"comment": "deprecated"
|
|
2517
2554
|
},
|
|
2518
2555
|
{
|
|
2556
|
+
"key": "{semantic.size.fixed.md+}",
|
|
2519
2557
|
"value": "14px",
|
|
2520
2558
|
"type": "dimension",
|
|
2521
|
-
"description": "deprecated",
|
|
2522
2559
|
"attributes": {
|
|
2523
2560
|
"category": "size",
|
|
2524
2561
|
"type": "dimension",
|
|
@@ -2528,6 +2565,7 @@
|
|
|
2528
2565
|
"description": "deprecated",
|
|
2529
2566
|
"filePath": "src/tokens/semantic/size.json",
|
|
2530
2567
|
"isSource": true,
|
|
2568
|
+
"key": "{semantic.size.fixed.md+}",
|
|
2531
2569
|
"name": "calcite-semantic-size-fixed-md",
|
|
2532
2570
|
"path": ["semantic", "size", "fixed", "md+"],
|
|
2533
2571
|
"comment": "deprecated",
|
|
@@ -2544,17 +2582,17 @@
|
|
|
2544
2582
|
"type": "dimension"
|
|
2545
2583
|
}
|
|
2546
2584
|
},
|
|
2585
|
+
"description": "deprecated",
|
|
2547
2586
|
"filePath": "src/tokens/semantic/size.json",
|
|
2548
2587
|
"isSource": true,
|
|
2549
2588
|
"name": "Size Fixed Md Plus",
|
|
2550
2589
|
"path": ["semantic", "size", "fixed", "md+"],
|
|
2551
|
-
"comment": "deprecated"
|
|
2552
|
-
"key": "{semantic.size.fixed.md+}"
|
|
2590
|
+
"comment": "deprecated"
|
|
2553
2591
|
},
|
|
2554
2592
|
{
|
|
2593
|
+
"key": "{semantic.size.fixed.lg}",
|
|
2555
2594
|
"value": "16px",
|
|
2556
2595
|
"type": "dimension",
|
|
2557
|
-
"description": "deprecated",
|
|
2558
2596
|
"attributes": {
|
|
2559
2597
|
"category": "size",
|
|
2560
2598
|
"type": "dimension",
|
|
@@ -2564,6 +2602,7 @@
|
|
|
2564
2602
|
"description": "deprecated",
|
|
2565
2603
|
"filePath": "src/tokens/semantic/size.json",
|
|
2566
2604
|
"isSource": true,
|
|
2605
|
+
"key": "{semantic.size.fixed.lg}",
|
|
2567
2606
|
"name": "calcite-semantic-size-fixed-lg",
|
|
2568
2607
|
"path": ["semantic", "size", "fixed", "lg"],
|
|
2569
2608
|
"comment": "deprecated",
|
|
@@ -2580,17 +2619,17 @@
|
|
|
2580
2619
|
"type": "dimension"
|
|
2581
2620
|
}
|
|
2582
2621
|
},
|
|
2622
|
+
"description": "deprecated",
|
|
2583
2623
|
"filePath": "src/tokens/semantic/size.json",
|
|
2584
2624
|
"isSource": true,
|
|
2585
2625
|
"name": "Size Fixed Lg",
|
|
2586
2626
|
"path": ["semantic", "size", "fixed", "lg"],
|
|
2587
|
-
"comment": "deprecated"
|
|
2588
|
-
"key": "{semantic.size.fixed.lg}"
|
|
2627
|
+
"comment": "deprecated"
|
|
2589
2628
|
},
|
|
2590
2629
|
{
|
|
2630
|
+
"key": "{semantic.size.fixed.xl}",
|
|
2591
2631
|
"value": "20px",
|
|
2592
2632
|
"type": "dimension",
|
|
2593
|
-
"description": "deprecated",
|
|
2594
2633
|
"attributes": {
|
|
2595
2634
|
"category": "size",
|
|
2596
2635
|
"type": "dimension",
|
|
@@ -2600,6 +2639,7 @@
|
|
|
2600
2639
|
"description": "deprecated",
|
|
2601
2640
|
"filePath": "src/tokens/semantic/size.json",
|
|
2602
2641
|
"isSource": true,
|
|
2642
|
+
"key": "{semantic.size.fixed.xl}",
|
|
2603
2643
|
"name": "calcite-semantic-size-fixed-xl",
|
|
2604
2644
|
"path": ["semantic", "size", "fixed", "xl"],
|
|
2605
2645
|
"comment": "deprecated",
|
|
@@ -2616,17 +2656,17 @@
|
|
|
2616
2656
|
"type": "dimension"
|
|
2617
2657
|
}
|
|
2618
2658
|
},
|
|
2659
|
+
"description": "deprecated",
|
|
2619
2660
|
"filePath": "src/tokens/semantic/size.json",
|
|
2620
2661
|
"isSource": true,
|
|
2621
2662
|
"name": "Size Fixed Xl",
|
|
2622
2663
|
"path": ["semantic", "size", "fixed", "xl"],
|
|
2623
|
-
"comment": "deprecated"
|
|
2624
|
-
"key": "{semantic.size.fixed.xl}"
|
|
2664
|
+
"comment": "deprecated"
|
|
2625
2665
|
},
|
|
2626
2666
|
{
|
|
2667
|
+
"key": "{semantic.size.fixed.xxl}",
|
|
2627
2668
|
"value": "24px",
|
|
2628
2669
|
"type": "dimension",
|
|
2629
|
-
"description": "deprecated",
|
|
2630
2670
|
"attributes": {
|
|
2631
2671
|
"category": "size",
|
|
2632
2672
|
"type": "dimension",
|
|
@@ -2636,6 +2676,7 @@
|
|
|
2636
2676
|
"description": "deprecated",
|
|
2637
2677
|
"filePath": "src/tokens/semantic/size.json",
|
|
2638
2678
|
"isSource": true,
|
|
2679
|
+
"key": "{semantic.size.fixed.xxl}",
|
|
2639
2680
|
"name": "calcite-semantic-size-fixed-xxl",
|
|
2640
2681
|
"path": ["semantic", "size", "fixed", "xxl"],
|
|
2641
2682
|
"comment": "deprecated",
|
|
@@ -2652,17 +2693,17 @@
|
|
|
2652
2693
|
"type": "dimension"
|
|
2653
2694
|
}
|
|
2654
2695
|
},
|
|
2696
|
+
"description": "deprecated",
|
|
2655
2697
|
"filePath": "src/tokens/semantic/size.json",
|
|
2656
2698
|
"isSource": true,
|
|
2657
2699
|
"name": "Size Fixed Xxl",
|
|
2658
2700
|
"path": ["semantic", "size", "fixed", "xxl"],
|
|
2659
|
-
"comment": "deprecated"
|
|
2660
|
-
"key": "{semantic.size.fixed.xxl}"
|
|
2701
|
+
"comment": "deprecated"
|
|
2661
2702
|
},
|
|
2662
2703
|
{
|
|
2704
|
+
"key": "{semantic.size.fixed.xxxl}",
|
|
2663
2705
|
"value": "32px",
|
|
2664
2706
|
"type": "dimension",
|
|
2665
|
-
"description": "deprecated",
|
|
2666
2707
|
"attributes": {
|
|
2667
2708
|
"category": "size",
|
|
2668
2709
|
"type": "dimension",
|
|
@@ -2672,6 +2713,7 @@
|
|
|
2672
2713
|
"description": "deprecated",
|
|
2673
2714
|
"filePath": "src/tokens/semantic/size.json",
|
|
2674
2715
|
"isSource": true,
|
|
2716
|
+
"key": "{semantic.size.fixed.xxxl}",
|
|
2675
2717
|
"name": "calcite-semantic-size-fixed-xxxl",
|
|
2676
2718
|
"path": ["semantic", "size", "fixed", "xxxl"],
|
|
2677
2719
|
"comment": "deprecated",
|
|
@@ -2688,14 +2730,15 @@
|
|
|
2688
2730
|
"type": "dimension"
|
|
2689
2731
|
}
|
|
2690
2732
|
},
|
|
2733
|
+
"description": "deprecated",
|
|
2691
2734
|
"filePath": "src/tokens/semantic/size.json",
|
|
2692
2735
|
"isSource": true,
|
|
2693
2736
|
"name": "Size Fixed Xxxl",
|
|
2694
2737
|
"path": ["semantic", "size", "fixed", "xxxl"],
|
|
2695
|
-
"comment": "deprecated"
|
|
2696
|
-
"key": "{semantic.size.fixed.xxxl}"
|
|
2738
|
+
"comment": "deprecated"
|
|
2697
2739
|
},
|
|
2698
2740
|
{
|
|
2741
|
+
"key": "{semantic.size.default.px}",
|
|
2699
2742
|
"value": "1px",
|
|
2700
2743
|
"type": "dimension",
|
|
2701
2744
|
"attributes": {
|
|
@@ -2719,10 +2762,10 @@
|
|
|
2719
2762
|
"filePath": "src/tokens/semantic/size.json",
|
|
2720
2763
|
"isSource": true,
|
|
2721
2764
|
"name": "Size Px",
|
|
2722
|
-
"path": ["semantic", "size", "default", "px"]
|
|
2723
|
-
"key": "{semantic.size.default.px}"
|
|
2765
|
+
"path": ["semantic", "size", "default", "px"]
|
|
2724
2766
|
},
|
|
2725
2767
|
{
|
|
2768
|
+
"key": "{semantic.size.default.xxxs}",
|
|
2726
2769
|
"value": "0.75rem",
|
|
2727
2770
|
"type": "dimension",
|
|
2728
2771
|
"attributes": {
|
|
@@ -2746,10 +2789,10 @@
|
|
|
2746
2789
|
"filePath": "src/tokens/semantic/size.json",
|
|
2747
2790
|
"isSource": true,
|
|
2748
2791
|
"name": "Size Xxxs",
|
|
2749
|
-
"path": ["semantic", "size", "default", "xxxs"]
|
|
2750
|
-
"key": "{semantic.size.default.xxxs}"
|
|
2792
|
+
"path": ["semantic", "size", "default", "xxxs"]
|
|
2751
2793
|
},
|
|
2752
2794
|
{
|
|
2795
|
+
"key": "{semantic.size.default.xxs}",
|
|
2753
2796
|
"value": "0.875rem",
|
|
2754
2797
|
"type": "dimension",
|
|
2755
2798
|
"attributes": {
|
|
@@ -2773,10 +2816,10 @@
|
|
|
2773
2816
|
"filePath": "src/tokens/semantic/size.json",
|
|
2774
2817
|
"isSource": true,
|
|
2775
2818
|
"name": "Size Xxs",
|
|
2776
|
-
"path": ["semantic", "size", "default", "xxs"]
|
|
2777
|
-
"key": "{semantic.size.default.xxs}"
|
|
2819
|
+
"path": ["semantic", "size", "default", "xxs"]
|
|
2778
2820
|
},
|
|
2779
2821
|
{
|
|
2822
|
+
"key": "{semantic.size.default.xs}",
|
|
2780
2823
|
"value": "1rem",
|
|
2781
2824
|
"type": "dimension",
|
|
2782
2825
|
"attributes": {
|
|
@@ -2800,10 +2843,10 @@
|
|
|
2800
2843
|
"filePath": "src/tokens/semantic/size.json",
|
|
2801
2844
|
"isSource": true,
|
|
2802
2845
|
"name": "Size Xs",
|
|
2803
|
-
"path": ["semantic", "size", "default", "xs"]
|
|
2804
|
-
"key": "{semantic.size.default.xs}"
|
|
2846
|
+
"path": ["semantic", "size", "default", "xs"]
|
|
2805
2847
|
},
|
|
2806
2848
|
{
|
|
2849
|
+
"key": "{semantic.size.default.sm}",
|
|
2807
2850
|
"value": "1.5rem",
|
|
2808
2851
|
"type": "dimension",
|
|
2809
2852
|
"attributes": {
|
|
@@ -2827,10 +2870,10 @@
|
|
|
2827
2870
|
"filePath": "src/tokens/semantic/size.json",
|
|
2828
2871
|
"isSource": true,
|
|
2829
2872
|
"name": "Size Sm",
|
|
2830
|
-
"path": ["semantic", "size", "default", "sm"]
|
|
2831
|
-
"key": "{semantic.size.default.sm}"
|
|
2873
|
+
"path": ["semantic", "size", "default", "sm"]
|
|
2832
2874
|
},
|
|
2833
2875
|
{
|
|
2876
|
+
"key": "{semantic.size.default.md}",
|
|
2834
2877
|
"value": "2rem",
|
|
2835
2878
|
"type": "dimension",
|
|
2836
2879
|
"attributes": {
|
|
@@ -2854,10 +2897,10 @@
|
|
|
2854
2897
|
"filePath": "src/tokens/semantic/size.json",
|
|
2855
2898
|
"isSource": true,
|
|
2856
2899
|
"name": "Size Md",
|
|
2857
|
-
"path": ["semantic", "size", "default", "md"]
|
|
2858
|
-
"key": "{semantic.size.default.md}"
|
|
2900
|
+
"path": ["semantic", "size", "default", "md"]
|
|
2859
2901
|
},
|
|
2860
2902
|
{
|
|
2903
|
+
"key": "{semantic.size.default.lg}",
|
|
2861
2904
|
"value": "2.75rem",
|
|
2862
2905
|
"type": "dimension",
|
|
2863
2906
|
"attributes": {
|
|
@@ -2881,10 +2924,10 @@
|
|
|
2881
2924
|
"filePath": "src/tokens/semantic/size.json",
|
|
2882
2925
|
"isSource": true,
|
|
2883
2926
|
"name": "Size Lg",
|
|
2884
|
-
"path": ["semantic", "size", "default", "lg"]
|
|
2885
|
-
"key": "{semantic.size.default.lg}"
|
|
2927
|
+
"path": ["semantic", "size", "default", "lg"]
|
|
2886
2928
|
},
|
|
2887
2929
|
{
|
|
2930
|
+
"key": "{semantic.size.default.xl}",
|
|
2888
2931
|
"value": "3rem",
|
|
2889
2932
|
"type": "dimension",
|
|
2890
2933
|
"attributes": {
|
|
@@ -2908,10 +2951,10 @@
|
|
|
2908
2951
|
"filePath": "src/tokens/semantic/size.json",
|
|
2909
2952
|
"isSource": true,
|
|
2910
2953
|
"name": "Size Xl",
|
|
2911
|
-
"path": ["semantic", "size", "default", "xl"]
|
|
2912
|
-
"key": "{semantic.size.default.xl}"
|
|
2954
|
+
"path": ["semantic", "size", "default", "xl"]
|
|
2913
2955
|
},
|
|
2914
2956
|
{
|
|
2957
|
+
"key": "{semantic.size.default.xxl}",
|
|
2915
2958
|
"value": "4rem",
|
|
2916
2959
|
"type": "dimension",
|
|
2917
2960
|
"attributes": {
|
|
@@ -2935,10 +2978,10 @@
|
|
|
2935
2978
|
"filePath": "src/tokens/semantic/size.json",
|
|
2936
2979
|
"isSource": true,
|
|
2937
2980
|
"name": "Size Xxl",
|
|
2938
|
-
"path": ["semantic", "size", "default", "xxl"]
|
|
2939
|
-
"key": "{semantic.size.default.xxl}"
|
|
2981
|
+
"path": ["semantic", "size", "default", "xxl"]
|
|
2940
2982
|
},
|
|
2941
2983
|
{
|
|
2984
|
+
"key": "{semantic.size.default.xxxl}",
|
|
2942
2985
|
"value": "6rem",
|
|
2943
2986
|
"type": "dimension",
|
|
2944
2987
|
"attributes": {
|
|
@@ -2962,13 +3005,12 @@
|
|
|
2962
3005
|
"filePath": "src/tokens/semantic/size.json",
|
|
2963
3006
|
"isSource": true,
|
|
2964
3007
|
"name": "Size Xxxl",
|
|
2965
|
-
"path": ["semantic", "size", "default", "xxxl"]
|
|
2966
|
-
"key": "{semantic.size.default.xxxl}"
|
|
3008
|
+
"path": ["semantic", "size", "default", "xxxl"]
|
|
2967
3009
|
},
|
|
2968
3010
|
{
|
|
3011
|
+
"key": "{semantic.spacing.fixed.xxs}",
|
|
2969
3012
|
"value": "4px",
|
|
2970
3013
|
"type": "dimension",
|
|
2971
|
-
"description": "deprecated",
|
|
2972
3014
|
"attributes": {
|
|
2973
3015
|
"category": "space",
|
|
2974
3016
|
"type": "dimension",
|
|
@@ -2978,6 +3020,7 @@
|
|
|
2978
3020
|
"description": "deprecated",
|
|
2979
3021
|
"filePath": "src/tokens/semantic/space.json",
|
|
2980
3022
|
"isSource": true,
|
|
3023
|
+
"key": "{semantic.spacing.fixed.xxs}",
|
|
2981
3024
|
"name": "calcite-semantic-spacing-fixed-xxs",
|
|
2982
3025
|
"path": ["semantic", "spacing", "fixed", "xxs"],
|
|
2983
3026
|
"comment": "deprecated",
|
|
@@ -2994,17 +3037,17 @@
|
|
|
2994
3037
|
"type": "dimension"
|
|
2995
3038
|
}
|
|
2996
3039
|
},
|
|
3040
|
+
"description": "deprecated",
|
|
2997
3041
|
"filePath": "src/tokens/semantic/space.json",
|
|
2998
3042
|
"isSource": true,
|
|
2999
3043
|
"name": "Spacing Fixed Xxs",
|
|
3000
3044
|
"path": ["semantic", "spacing", "fixed", "xxs"],
|
|
3001
|
-
"comment": "deprecated"
|
|
3002
|
-
"key": "{semantic.spacing.fixed.xxs}"
|
|
3045
|
+
"comment": "deprecated"
|
|
3003
3046
|
},
|
|
3004
3047
|
{
|
|
3048
|
+
"key": "{semantic.spacing.fixed.xs}",
|
|
3005
3049
|
"value": "6px",
|
|
3006
3050
|
"type": "dimension",
|
|
3007
|
-
"description": "deprecated",
|
|
3008
3051
|
"attributes": {
|
|
3009
3052
|
"category": "space",
|
|
3010
3053
|
"type": "dimension",
|
|
@@ -3014,6 +3057,7 @@
|
|
|
3014
3057
|
"description": "deprecated",
|
|
3015
3058
|
"filePath": "src/tokens/semantic/space.json",
|
|
3016
3059
|
"isSource": true,
|
|
3060
|
+
"key": "{semantic.spacing.fixed.xs}",
|
|
3017
3061
|
"name": "calcite-semantic-spacing-fixed-xs",
|
|
3018
3062
|
"path": ["semantic", "spacing", "fixed", "xs"],
|
|
3019
3063
|
"comment": "deprecated",
|
|
@@ -3030,17 +3074,17 @@
|
|
|
3030
3074
|
"type": "dimension"
|
|
3031
3075
|
}
|
|
3032
3076
|
},
|
|
3077
|
+
"description": "deprecated",
|
|
3033
3078
|
"filePath": "src/tokens/semantic/space.json",
|
|
3034
3079
|
"isSource": true,
|
|
3035
3080
|
"name": "Spacing Fixed Xs",
|
|
3036
3081
|
"path": ["semantic", "spacing", "fixed", "xs"],
|
|
3037
|
-
"comment": "deprecated"
|
|
3038
|
-
"key": "{semantic.spacing.fixed.xs}"
|
|
3082
|
+
"comment": "deprecated"
|
|
3039
3083
|
},
|
|
3040
3084
|
{
|
|
3085
|
+
"key": "{semantic.spacing.fixed.sm}",
|
|
3041
3086
|
"value": "8px",
|
|
3042
3087
|
"type": "dimension",
|
|
3043
|
-
"description": "deprecated",
|
|
3044
3088
|
"attributes": {
|
|
3045
3089
|
"category": "space",
|
|
3046
3090
|
"type": "dimension",
|
|
@@ -3050,6 +3094,7 @@
|
|
|
3050
3094
|
"description": "deprecated",
|
|
3051
3095
|
"filePath": "src/tokens/semantic/space.json",
|
|
3052
3096
|
"isSource": true,
|
|
3097
|
+
"key": "{semantic.spacing.fixed.sm}",
|
|
3053
3098
|
"name": "calcite-semantic-spacing-fixed-sm",
|
|
3054
3099
|
"path": ["semantic", "spacing", "fixed", "sm"],
|
|
3055
3100
|
"comment": "deprecated",
|
|
@@ -3066,17 +3111,17 @@
|
|
|
3066
3111
|
"type": "dimension"
|
|
3067
3112
|
}
|
|
3068
3113
|
},
|
|
3114
|
+
"description": "deprecated",
|
|
3069
3115
|
"filePath": "src/tokens/semantic/space.json",
|
|
3070
3116
|
"isSource": true,
|
|
3071
3117
|
"name": "Spacing Fixed Sm",
|
|
3072
3118
|
"path": ["semantic", "spacing", "fixed", "sm"],
|
|
3073
|
-
"comment": "deprecated"
|
|
3074
|
-
"key": "{semantic.spacing.fixed.sm}"
|
|
3119
|
+
"comment": "deprecated"
|
|
3075
3120
|
},
|
|
3076
3121
|
{
|
|
3122
|
+
"key": "{semantic.spacing.fixed.md}",
|
|
3077
3123
|
"value": "12px",
|
|
3078
3124
|
"type": "dimension",
|
|
3079
|
-
"description": "deprecated",
|
|
3080
3125
|
"attributes": {
|
|
3081
3126
|
"category": "space",
|
|
3082
3127
|
"type": "dimension",
|
|
@@ -3086,6 +3131,7 @@
|
|
|
3086
3131
|
"description": "deprecated",
|
|
3087
3132
|
"filePath": "src/tokens/semantic/space.json",
|
|
3088
3133
|
"isSource": true,
|
|
3134
|
+
"key": "{semantic.spacing.fixed.md}",
|
|
3089
3135
|
"name": "calcite-semantic-spacing-fixed-md",
|
|
3090
3136
|
"path": ["semantic", "spacing", "fixed", "md"],
|
|
3091
3137
|
"comment": "deprecated",
|
|
@@ -3102,17 +3148,17 @@
|
|
|
3102
3148
|
"type": "dimension"
|
|
3103
3149
|
}
|
|
3104
3150
|
},
|
|
3151
|
+
"description": "deprecated",
|
|
3105
3152
|
"filePath": "src/tokens/semantic/space.json",
|
|
3106
3153
|
"isSource": true,
|
|
3107
3154
|
"name": "Spacing Fixed Md",
|
|
3108
3155
|
"path": ["semantic", "spacing", "fixed", "md"],
|
|
3109
|
-
"comment": "deprecated"
|
|
3110
|
-
"key": "{semantic.spacing.fixed.md}"
|
|
3156
|
+
"comment": "deprecated"
|
|
3111
3157
|
},
|
|
3112
3158
|
{
|
|
3159
|
+
"key": "{semantic.spacing.fixed.lg}",
|
|
3113
3160
|
"value": "14px",
|
|
3114
3161
|
"type": "dimension",
|
|
3115
|
-
"description": "deprecated",
|
|
3116
3162
|
"attributes": {
|
|
3117
3163
|
"category": "space",
|
|
3118
3164
|
"type": "dimension",
|
|
@@ -3122,6 +3168,7 @@
|
|
|
3122
3168
|
"description": "deprecated",
|
|
3123
3169
|
"filePath": "src/tokens/semantic/space.json",
|
|
3124
3170
|
"isSource": true,
|
|
3171
|
+
"key": "{semantic.spacing.fixed.lg}",
|
|
3125
3172
|
"name": "calcite-semantic-spacing-fixed-lg",
|
|
3126
3173
|
"path": ["semantic", "spacing", "fixed", "lg"],
|
|
3127
3174
|
"comment": "deprecated",
|
|
@@ -3138,17 +3185,17 @@
|
|
|
3138
3185
|
"type": "dimension"
|
|
3139
3186
|
}
|
|
3140
3187
|
},
|
|
3188
|
+
"description": "deprecated",
|
|
3141
3189
|
"filePath": "src/tokens/semantic/space.json",
|
|
3142
3190
|
"isSource": true,
|
|
3143
3191
|
"name": "Spacing Fixed Lg",
|
|
3144
3192
|
"path": ["semantic", "spacing", "fixed", "lg"],
|
|
3145
|
-
"comment": "deprecated"
|
|
3146
|
-
"key": "{semantic.spacing.fixed.lg}"
|
|
3193
|
+
"comment": "deprecated"
|
|
3147
3194
|
},
|
|
3148
3195
|
{
|
|
3196
|
+
"key": "{semantic.spacing.fixed.xl}",
|
|
3149
3197
|
"value": "16px",
|
|
3150
3198
|
"type": "dimension",
|
|
3151
|
-
"description": "deprecated",
|
|
3152
3199
|
"attributes": {
|
|
3153
3200
|
"category": "space",
|
|
3154
3201
|
"type": "dimension",
|
|
@@ -3158,6 +3205,7 @@
|
|
|
3158
3205
|
"description": "deprecated",
|
|
3159
3206
|
"filePath": "src/tokens/semantic/space.json",
|
|
3160
3207
|
"isSource": true,
|
|
3208
|
+
"key": "{semantic.spacing.fixed.xl}",
|
|
3161
3209
|
"name": "calcite-semantic-spacing-fixed-xl",
|
|
3162
3210
|
"path": ["semantic", "spacing", "fixed", "xl"],
|
|
3163
3211
|
"comment": "deprecated",
|
|
@@ -3174,17 +3222,17 @@
|
|
|
3174
3222
|
"type": "dimension"
|
|
3175
3223
|
}
|
|
3176
3224
|
},
|
|
3225
|
+
"description": "deprecated",
|
|
3177
3226
|
"filePath": "src/tokens/semantic/space.json",
|
|
3178
3227
|
"isSource": true,
|
|
3179
3228
|
"name": "Spacing Fixed Xl",
|
|
3180
3229
|
"path": ["semantic", "spacing", "fixed", "xl"],
|
|
3181
|
-
"comment": "deprecated"
|
|
3182
|
-
"key": "{semantic.spacing.fixed.xl}"
|
|
3230
|
+
"comment": "deprecated"
|
|
3183
3231
|
},
|
|
3184
3232
|
{
|
|
3233
|
+
"key": "{semantic.spacing.fixed.xxl}",
|
|
3185
3234
|
"value": "20px",
|
|
3186
3235
|
"type": "dimension",
|
|
3187
|
-
"description": "deprecated",
|
|
3188
3236
|
"attributes": {
|
|
3189
3237
|
"category": "space",
|
|
3190
3238
|
"type": "dimension",
|
|
@@ -3194,6 +3242,7 @@
|
|
|
3194
3242
|
"description": "deprecated",
|
|
3195
3243
|
"filePath": "src/tokens/semantic/space.json",
|
|
3196
3244
|
"isSource": true,
|
|
3245
|
+
"key": "{semantic.spacing.fixed.xxl}",
|
|
3197
3246
|
"name": "calcite-semantic-spacing-fixed-xxl",
|
|
3198
3247
|
"path": ["semantic", "spacing", "fixed", "xxl"],
|
|
3199
3248
|
"comment": "deprecated",
|
|
@@ -3210,17 +3259,17 @@
|
|
|
3210
3259
|
"type": "dimension"
|
|
3211
3260
|
}
|
|
3212
3261
|
},
|
|
3262
|
+
"description": "deprecated",
|
|
3213
3263
|
"filePath": "src/tokens/semantic/space.json",
|
|
3214
3264
|
"isSource": true,
|
|
3215
3265
|
"name": "Spacing Fixed Xxl",
|
|
3216
3266
|
"path": ["semantic", "spacing", "fixed", "xxl"],
|
|
3217
|
-
"comment": "deprecated"
|
|
3218
|
-
"key": "{semantic.spacing.fixed.xxl}"
|
|
3267
|
+
"comment": "deprecated"
|
|
3219
3268
|
},
|
|
3220
3269
|
{
|
|
3270
|
+
"key": "{semantic.spacing.fixed.xxxl}",
|
|
3221
3271
|
"value": "32px",
|
|
3222
3272
|
"type": "dimension",
|
|
3223
|
-
"description": "deprecated",
|
|
3224
3273
|
"attributes": {
|
|
3225
3274
|
"category": "space",
|
|
3226
3275
|
"type": "dimension",
|
|
@@ -3230,6 +3279,7 @@
|
|
|
3230
3279
|
"description": "deprecated",
|
|
3231
3280
|
"filePath": "src/tokens/semantic/space.json",
|
|
3232
3281
|
"isSource": true,
|
|
3282
|
+
"key": "{semantic.spacing.fixed.xxxl}",
|
|
3233
3283
|
"name": "calcite-semantic-spacing-fixed-xxxl",
|
|
3234
3284
|
"path": ["semantic", "spacing", "fixed", "xxxl"],
|
|
3235
3285
|
"comment": "deprecated",
|
|
@@ -3246,14 +3296,15 @@
|
|
|
3246
3296
|
"type": "dimension"
|
|
3247
3297
|
}
|
|
3248
3298
|
},
|
|
3299
|
+
"description": "deprecated",
|
|
3249
3300
|
"filePath": "src/tokens/semantic/space.json",
|
|
3250
3301
|
"isSource": true,
|
|
3251
3302
|
"name": "Spacing Fixed Xxxl",
|
|
3252
3303
|
"path": ["semantic", "spacing", "fixed", "xxxl"],
|
|
3253
|
-
"comment": "deprecated"
|
|
3254
|
-
"key": "{semantic.spacing.fixed.xxxl}"
|
|
3304
|
+
"comment": "deprecated"
|
|
3255
3305
|
},
|
|
3256
3306
|
{
|
|
3307
|
+
"key": "{semantic.spacing.default.none}",
|
|
3257
3308
|
"value": "0",
|
|
3258
3309
|
"type": "dimension",
|
|
3259
3310
|
"attributes": {
|
|
@@ -3278,10 +3329,10 @@
|
|
|
3278
3329
|
"filePath": "src/tokens/semantic/space.json",
|
|
3279
3330
|
"isSource": true,
|
|
3280
3331
|
"name": "Spacing None",
|
|
3281
|
-
"path": ["semantic", "spacing", "default", "none"]
|
|
3282
|
-
"key": "{semantic.spacing.default.none}"
|
|
3332
|
+
"path": ["semantic", "spacing", "default", "none"]
|
|
3283
3333
|
},
|
|
3284
3334
|
{
|
|
3335
|
+
"key": "{semantic.spacing.default.px}",
|
|
3285
3336
|
"value": "1px",
|
|
3286
3337
|
"type": "dimension",
|
|
3287
3338
|
"attributes": {
|
|
@@ -3306,10 +3357,10 @@
|
|
|
3306
3357
|
"filePath": "src/tokens/semantic/space.json",
|
|
3307
3358
|
"isSource": true,
|
|
3308
3359
|
"name": "Spacing Px",
|
|
3309
|
-
"path": ["semantic", "spacing", "default", "px"]
|
|
3310
|
-
"key": "{semantic.spacing.default.px}"
|
|
3360
|
+
"path": ["semantic", "spacing", "default", "px"]
|
|
3311
3361
|
},
|
|
3312
3362
|
{
|
|
3363
|
+
"key": "{semantic.spacing.default.base}",
|
|
3313
3364
|
"value": "2px",
|
|
3314
3365
|
"type": "dimension",
|
|
3315
3366
|
"attributes": {
|
|
@@ -3334,10 +3385,10 @@
|
|
|
3334
3385
|
"filePath": "src/tokens/semantic/space.json",
|
|
3335
3386
|
"isSource": true,
|
|
3336
3387
|
"name": "Spacing Base",
|
|
3337
|
-
"path": ["semantic", "spacing", "default", "base"]
|
|
3338
|
-
"key": "{semantic.spacing.default.base}"
|
|
3388
|
+
"path": ["semantic", "spacing", "default", "base"]
|
|
3339
3389
|
},
|
|
3340
3390
|
{
|
|
3391
|
+
"key": "{semantic.spacing.default.xxs}",
|
|
3341
3392
|
"value": "0.25rem",
|
|
3342
3393
|
"type": "dimension",
|
|
3343
3394
|
"attributes": {
|
|
@@ -3361,10 +3412,10 @@
|
|
|
3361
3412
|
"filePath": "src/tokens/semantic/space.json",
|
|
3362
3413
|
"isSource": true,
|
|
3363
3414
|
"name": "Spacing Xxs",
|
|
3364
|
-
"path": ["semantic", "spacing", "default", "xxs"]
|
|
3365
|
-
"key": "{semantic.spacing.default.xxs}"
|
|
3415
|
+
"path": ["semantic", "spacing", "default", "xxs"]
|
|
3366
3416
|
},
|
|
3367
3417
|
{
|
|
3418
|
+
"key": "{semantic.spacing.default.xs}",
|
|
3368
3419
|
"value": "0.375rem",
|
|
3369
3420
|
"type": "dimension",
|
|
3370
3421
|
"attributes": {
|
|
@@ -3388,10 +3439,10 @@
|
|
|
3388
3439
|
"filePath": "src/tokens/semantic/space.json",
|
|
3389
3440
|
"isSource": true,
|
|
3390
3441
|
"name": "Spacing Xs",
|
|
3391
|
-
"path": ["semantic", "spacing", "default", "xs"]
|
|
3392
|
-
"key": "{semantic.spacing.default.xs}"
|
|
3442
|
+
"path": ["semantic", "spacing", "default", "xs"]
|
|
3393
3443
|
},
|
|
3394
3444
|
{
|
|
3445
|
+
"key": "{semantic.spacing.default.sm}",
|
|
3395
3446
|
"value": "0.5rem",
|
|
3396
3447
|
"type": "dimension",
|
|
3397
3448
|
"attributes": {
|
|
@@ -3415,10 +3466,10 @@
|
|
|
3415
3466
|
"filePath": "src/tokens/semantic/space.json",
|
|
3416
3467
|
"isSource": true,
|
|
3417
3468
|
"name": "Spacing Sm",
|
|
3418
|
-
"path": ["semantic", "spacing", "default", "sm"]
|
|
3419
|
-
"key": "{semantic.spacing.default.sm}"
|
|
3469
|
+
"path": ["semantic", "spacing", "default", "sm"]
|
|
3420
3470
|
},
|
|
3421
3471
|
{
|
|
3472
|
+
"key": "{semantic.spacing.default.sm+}",
|
|
3422
3473
|
"value": "0.625rem",
|
|
3423
3474
|
"type": "dimension",
|
|
3424
3475
|
"attributes": {
|
|
@@ -3442,10 +3493,10 @@
|
|
|
3442
3493
|
"filePath": "src/tokens/semantic/space.json",
|
|
3443
3494
|
"isSource": true,
|
|
3444
3495
|
"name": "Spacing Sm Plus",
|
|
3445
|
-
"path": ["semantic", "spacing", "default", "sm+"]
|
|
3446
|
-
"key": "{semantic.spacing.default.sm+}"
|
|
3496
|
+
"path": ["semantic", "spacing", "default", "sm+"]
|
|
3447
3497
|
},
|
|
3448
3498
|
{
|
|
3499
|
+
"key": "{semantic.spacing.default.md}",
|
|
3449
3500
|
"value": "0.75rem",
|
|
3450
3501
|
"type": "dimension",
|
|
3451
3502
|
"attributes": {
|
|
@@ -3469,10 +3520,10 @@
|
|
|
3469
3520
|
"filePath": "src/tokens/semantic/space.json",
|
|
3470
3521
|
"isSource": true,
|
|
3471
3522
|
"name": "Spacing Md",
|
|
3472
|
-
"path": ["semantic", "spacing", "default", "md"]
|
|
3473
|
-
"key": "{semantic.spacing.default.md}"
|
|
3523
|
+
"path": ["semantic", "spacing", "default", "md"]
|
|
3474
3524
|
},
|
|
3475
3525
|
{
|
|
3526
|
+
"key": "{semantic.spacing.default.md+}",
|
|
3476
3527
|
"value": "0.875rem",
|
|
3477
3528
|
"type": "dimension",
|
|
3478
3529
|
"attributes": {
|
|
@@ -3496,10 +3547,10 @@
|
|
|
3496
3547
|
"filePath": "src/tokens/semantic/space.json",
|
|
3497
3548
|
"isSource": true,
|
|
3498
3549
|
"name": "Spacing Md Plus",
|
|
3499
|
-
"path": ["semantic", "spacing", "default", "md+"]
|
|
3500
|
-
"key": "{semantic.spacing.default.md+}"
|
|
3550
|
+
"path": ["semantic", "spacing", "default", "md+"]
|
|
3501
3551
|
},
|
|
3502
3552
|
{
|
|
3553
|
+
"key": "{semantic.spacing.default.lg}",
|
|
3503
3554
|
"value": "1rem",
|
|
3504
3555
|
"type": "dimension",
|
|
3505
3556
|
"attributes": {
|
|
@@ -3523,10 +3574,10 @@
|
|
|
3523
3574
|
"filePath": "src/tokens/semantic/space.json",
|
|
3524
3575
|
"isSource": true,
|
|
3525
3576
|
"name": "Spacing Lg",
|
|
3526
|
-
"path": ["semantic", "spacing", "default", "lg"]
|
|
3527
|
-
"key": "{semantic.spacing.default.lg}"
|
|
3577
|
+
"path": ["semantic", "spacing", "default", "lg"]
|
|
3528
3578
|
},
|
|
3529
3579
|
{
|
|
3580
|
+
"key": "{semantic.spacing.default.xl}",
|
|
3530
3581
|
"value": "1.25rem",
|
|
3531
3582
|
"type": "dimension",
|
|
3532
3583
|
"attributes": {
|
|
@@ -3550,10 +3601,10 @@
|
|
|
3550
3601
|
"filePath": "src/tokens/semantic/space.json",
|
|
3551
3602
|
"isSource": true,
|
|
3552
3603
|
"name": "Spacing Xl",
|
|
3553
|
-
"path": ["semantic", "spacing", "default", "xl"]
|
|
3554
|
-
"key": "{semantic.spacing.default.xl}"
|
|
3604
|
+
"path": ["semantic", "spacing", "default", "xl"]
|
|
3555
3605
|
},
|
|
3556
3606
|
{
|
|
3607
|
+
"key": "{semantic.spacing.default.xxl}",
|
|
3557
3608
|
"value": "1.5rem",
|
|
3558
3609
|
"type": "dimension",
|
|
3559
3610
|
"attributes": {
|
|
@@ -3577,10 +3628,10 @@
|
|
|
3577
3628
|
"filePath": "src/tokens/semantic/space.json",
|
|
3578
3629
|
"isSource": true,
|
|
3579
3630
|
"name": "Spacing Xxl",
|
|
3580
|
-
"path": ["semantic", "spacing", "default", "xxl"]
|
|
3581
|
-
"key": "{semantic.spacing.default.xxl}"
|
|
3631
|
+
"path": ["semantic", "spacing", "default", "xxl"]
|
|
3582
3632
|
},
|
|
3583
3633
|
{
|
|
3634
|
+
"key": "{semantic.spacing.default.xxxl}",
|
|
3584
3635
|
"value": "2rem",
|
|
3585
3636
|
"type": "dimension",
|
|
3586
3637
|
"attributes": {
|
|
@@ -3604,10 +3655,10 @@
|
|
|
3604
3655
|
"filePath": "src/tokens/semantic/space.json",
|
|
3605
3656
|
"isSource": true,
|
|
3606
3657
|
"name": "Spacing Xxxl",
|
|
3607
|
-
"path": ["semantic", "spacing", "default", "xxxl"]
|
|
3608
|
-
"key": "{semantic.spacing.default.xxxl}"
|
|
3658
|
+
"path": ["semantic", "spacing", "default", "xxxl"]
|
|
3609
3659
|
},
|
|
3610
3660
|
{
|
|
3661
|
+
"key": "{semantic.z-index.deep}",
|
|
3611
3662
|
"value": "-999999",
|
|
3612
3663
|
"type": "z-index",
|
|
3613
3664
|
"attributes": {
|
|
@@ -3630,10 +3681,10 @@
|
|
|
3630
3681
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3631
3682
|
"isSource": true,
|
|
3632
3683
|
"name": "Z Index Deep",
|
|
3633
|
-
"path": ["semantic", "z-index", "deep"]
|
|
3634
|
-
"key": "{semantic.z-index.deep}"
|
|
3684
|
+
"path": ["semantic", "z-index", "deep"]
|
|
3635
3685
|
},
|
|
3636
3686
|
{
|
|
3687
|
+
"key": "{semantic.z-index.default}",
|
|
3637
3688
|
"value": "1",
|
|
3638
3689
|
"type": "z-index",
|
|
3639
3690
|
"attributes": {
|
|
@@ -3656,10 +3707,10 @@
|
|
|
3656
3707
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3657
3708
|
"isSource": true,
|
|
3658
3709
|
"name": "Z Index",
|
|
3659
|
-
"path": ["semantic", "z-index", "default"]
|
|
3660
|
-
"key": "{semantic.z-index.default}"
|
|
3710
|
+
"path": ["semantic", "z-index", "default"]
|
|
3661
3711
|
},
|
|
3662
3712
|
{
|
|
3713
|
+
"key": "{semantic.z-index.sticky}",
|
|
3663
3714
|
"value": "300",
|
|
3664
3715
|
"type": "z-index",
|
|
3665
3716
|
"attributes": {
|
|
@@ -3682,10 +3733,10 @@
|
|
|
3682
3733
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3683
3734
|
"isSource": true,
|
|
3684
3735
|
"name": "Z Index Sticky",
|
|
3685
|
-
"path": ["semantic", "z-index", "sticky"]
|
|
3686
|
-
"key": "{semantic.z-index.sticky}"
|
|
3736
|
+
"path": ["semantic", "z-index", "sticky"]
|
|
3687
3737
|
},
|
|
3688
3738
|
{
|
|
3739
|
+
"key": "{semantic.z-index.header}",
|
|
3689
3740
|
"value": "400",
|
|
3690
3741
|
"type": "z-index",
|
|
3691
3742
|
"attributes": {
|
|
@@ -3708,10 +3759,10 @@
|
|
|
3708
3759
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3709
3760
|
"isSource": true,
|
|
3710
3761
|
"name": "Z Index Header",
|
|
3711
|
-
"path": ["semantic", "z-index", "header"]
|
|
3712
|
-
"key": "{semantic.z-index.header}"
|
|
3762
|
+
"path": ["semantic", "z-index", "header"]
|
|
3713
3763
|
},
|
|
3714
3764
|
{
|
|
3765
|
+
"key": "{semantic.z-index.toast}",
|
|
3715
3766
|
"value": "500",
|
|
3716
3767
|
"type": "z-index",
|
|
3717
3768
|
"attributes": {
|
|
@@ -3734,10 +3785,10 @@
|
|
|
3734
3785
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3735
3786
|
"isSource": true,
|
|
3736
3787
|
"name": "Z Index Toast",
|
|
3737
|
-
"path": ["semantic", "z-index", "toast"]
|
|
3738
|
-
"key": "{semantic.z-index.toast}"
|
|
3788
|
+
"path": ["semantic", "z-index", "toast"]
|
|
3739
3789
|
},
|
|
3740
3790
|
{
|
|
3791
|
+
"key": "{semantic.z-index.dropdown}",
|
|
3741
3792
|
"value": "600",
|
|
3742
3793
|
"type": "z-index",
|
|
3743
3794
|
"attributes": {
|
|
@@ -3760,10 +3811,10 @@
|
|
|
3760
3811
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3761
3812
|
"isSource": true,
|
|
3762
3813
|
"name": "Z Index Dropdown",
|
|
3763
|
-
"path": ["semantic", "z-index", "dropdown"]
|
|
3764
|
-
"key": "{semantic.z-index.dropdown}"
|
|
3814
|
+
"path": ["semantic", "z-index", "dropdown"]
|
|
3765
3815
|
},
|
|
3766
3816
|
{
|
|
3817
|
+
"key": "{semantic.z-index.overlay}",
|
|
3767
3818
|
"value": "700",
|
|
3768
3819
|
"type": "z-index",
|
|
3769
3820
|
"attributes": {
|
|
@@ -3786,10 +3837,10 @@
|
|
|
3786
3837
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3787
3838
|
"isSource": true,
|
|
3788
3839
|
"name": "Z Index Overlay",
|
|
3789
|
-
"path": ["semantic", "z-index", "overlay"]
|
|
3790
|
-
"key": "{semantic.z-index.overlay}"
|
|
3840
|
+
"path": ["semantic", "z-index", "overlay"]
|
|
3791
3841
|
},
|
|
3792
3842
|
{
|
|
3843
|
+
"key": "{semantic.z-index.modal}",
|
|
3793
3844
|
"value": "800",
|
|
3794
3845
|
"type": "z-index",
|
|
3795
3846
|
"attributes": {
|
|
@@ -3812,10 +3863,10 @@
|
|
|
3812
3863
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3813
3864
|
"isSource": true,
|
|
3814
3865
|
"name": "Z Index Modal",
|
|
3815
|
-
"path": ["semantic", "z-index", "modal"]
|
|
3816
|
-
"key": "{semantic.z-index.modal}"
|
|
3866
|
+
"path": ["semantic", "z-index", "modal"]
|
|
3817
3867
|
},
|
|
3818
3868
|
{
|
|
3869
|
+
"key": "{semantic.z-index.popup}",
|
|
3819
3870
|
"value": "900",
|
|
3820
3871
|
"type": "z-index",
|
|
3821
3872
|
"attributes": {
|
|
@@ -3838,10 +3889,10 @@
|
|
|
3838
3889
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3839
3890
|
"isSource": true,
|
|
3840
3891
|
"name": "Z Index Popup",
|
|
3841
|
-
"path": ["semantic", "z-index", "popup"]
|
|
3842
|
-
"key": "{semantic.z-index.popup}"
|
|
3892
|
+
"path": ["semantic", "z-index", "popup"]
|
|
3843
3893
|
},
|
|
3844
3894
|
{
|
|
3895
|
+
"key": "{semantic.z-index.tooltip}",
|
|
3845
3896
|
"value": "901",
|
|
3846
3897
|
"type": "z-index",
|
|
3847
3898
|
"attributes": {
|
|
@@ -3864,8 +3915,7 @@
|
|
|
3864
3915
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
3865
3916
|
"isSource": true,
|
|
3866
3917
|
"name": "Z Index Tooltip",
|
|
3867
|
-
"path": ["semantic", "z-index", "tooltip"]
|
|
3868
|
-
"key": "{semantic.z-index.tooltip}"
|
|
3918
|
+
"path": ["semantic", "z-index", "tooltip"]
|
|
3869
3919
|
}
|
|
3870
3920
|
]
|
|
3871
3921
|
}
|