@esri/calcite-design-tokens 3.1.1-next.0 → 3.2.0-next.0
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/core.css +2 -2
- package/dist/css/dark.css +3 -2
- package/dist/css/global.css +2 -2
- package/dist/css/index.css +12 -7
- package/dist/css/light.css +2 -1
- package/dist/css/semantic.css +22 -22
- package/dist/docs/core.json +1278 -1319
- package/dist/docs/dark.json +127 -90
- package/dist/docs/global.json +571 -484
- package/dist/docs/light.json +126 -89
- package/dist/docs/semantic.json +333 -283
- package/dist/es6/core.js +2 -2
- package/dist/es6/dark.d.ts +2 -0
- package/dist/es6/dark.js +3 -2
- package/dist/es6/global.d.ts +3 -1
- package/dist/es6/global.js +8 -4
- package/dist/es6/light.d.ts +2 -0
- package/dist/es6/light.js +2 -1
- package/dist/es6/semantic.d.ts +1 -1
- package/dist/es6/semantic.js +1 -1
- package/dist/js/core.js +1480 -806
- package/dist/js/dark.d.ts +2 -0
- package/dist/js/dark.js +141 -46
- package/dist/js/global.d.ts +1 -0
- package/dist/js/global.js +634 -372
- package/dist/js/light.d.ts +2 -0
- package/dist/js/light.js +140 -45
- package/dist/js/semantic.js +366 -208
- package/dist/scss/core.scss +2 -2
- package/dist/scss/dark.scss +3 -2
- package/dist/scss/global.scss +2 -2
- package/dist/scss/index.scss +5 -3
- package/dist/scss/light.scss +2 -1
- package/dist/scss/semantic.scss +22 -22
- package/package.json +3 -3
package/dist/docs/global.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1749583596093,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
|
+
"key": "{semantic.color.background.default}",
|
|
5
6
|
"value": "{\"light\":\"#f7f7f7\",\"dark\":\"#363636\"}",
|
|
6
7
|
"type": "color",
|
|
7
8
|
"attributes": {
|
|
@@ -25,10 +26,10 @@
|
|
|
25
26
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
26
27
|
"isSource": false,
|
|
27
28
|
"name": "Color Background",
|
|
28
|
-
"path": ["semantic", "color", "background", "default"]
|
|
29
|
-
"key": "{semantic.color.background.default}"
|
|
29
|
+
"path": ["semantic", "color", "background", "default"]
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
+
"key": "{semantic.color.background.none}",
|
|
32
33
|
"value": "rgba(255, 255, 255, 0)",
|
|
33
34
|
"type": "color",
|
|
34
35
|
"attributes": {
|
|
@@ -52,10 +53,10 @@
|
|
|
52
53
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
53
54
|
"isSource": false,
|
|
54
55
|
"name": "Color Background None",
|
|
55
|
-
"path": ["semantic", "color", "background", "none"]
|
|
56
|
-
"key": "{semantic.color.background.none}"
|
|
56
|
+
"path": ["semantic", "color", "background", "none"]
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
+
"key": "{semantic.color.foreground.1}",
|
|
59
60
|
"value": "{\"light\":\"#ffffff\",\"dark\":\"#2b2b2b\"}",
|
|
60
61
|
"type": "color",
|
|
61
62
|
"attributes": {
|
|
@@ -79,10 +80,10 @@
|
|
|
79
80
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
80
81
|
"isSource": false,
|
|
81
82
|
"name": "Color Foreground 1",
|
|
82
|
-
"path": ["semantic", "color", "foreground", "1"]
|
|
83
|
-
"key": "{semantic.color.foreground.1}"
|
|
83
|
+
"path": ["semantic", "color", "foreground", "1"]
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
+
"key": "{semantic.color.foreground.2}",
|
|
86
87
|
"value": "{\"light\":\"#f2f2f2\",\"dark\":\"#212121\"}",
|
|
87
88
|
"type": "color",
|
|
88
89
|
"attributes": {
|
|
@@ -106,10 +107,10 @@
|
|
|
106
107
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
107
108
|
"isSource": false,
|
|
108
109
|
"name": "Color Foreground 2",
|
|
109
|
-
"path": ["semantic", "color", "foreground", "2"]
|
|
110
|
-
"key": "{semantic.color.foreground.2}"
|
|
110
|
+
"path": ["semantic", "color", "foreground", "2"]
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
+
"key": "{semantic.color.foreground.3}",
|
|
113
114
|
"value": "{\"light\":\"#ebebeb\",\"dark\":\"#141414\"}",
|
|
114
115
|
"type": "color",
|
|
115
116
|
"attributes": {
|
|
@@ -133,17 +134,25 @@
|
|
|
133
134
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
134
135
|
"isSource": false,
|
|
135
136
|
"name": "Color Foreground 3",
|
|
136
|
-
"path": ["semantic", "color", "foreground", "3"]
|
|
137
|
-
"key": "{semantic.color.foreground.3}"
|
|
137
|
+
"path": ["semantic", "color", "foreground", "3"]
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"
|
|
140
|
+
"key": "{semantic.color.foreground.current}",
|
|
141
|
+
"value": "{\"light\":\"#d6efff\",\"dark\":\"#2b465f\"}",
|
|
141
142
|
"type": "color",
|
|
142
143
|
"attributes": {
|
|
143
144
|
"category": "color",
|
|
144
145
|
"type": "color",
|
|
145
146
|
"item": "foreground",
|
|
146
147
|
"subitem": "current",
|
|
148
|
+
"value": "#d6efff",
|
|
149
|
+
"description": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
150
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
151
|
+
"isSource": false,
|
|
152
|
+
"key": "{semantic.color.foreground.current}",
|
|
153
|
+
"name": "calcite-semantic-color-foreground-current",
|
|
154
|
+
"path": ["semantic", "color", "foreground", "current"],
|
|
155
|
+
"comment": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
147
156
|
"names": {
|
|
148
157
|
"scss": "$calcite-color-foreground-current",
|
|
149
158
|
"css": "var(--calcite-color-foreground-current)",
|
|
@@ -157,13 +166,42 @@
|
|
|
157
166
|
"type": "color"
|
|
158
167
|
}
|
|
159
168
|
},
|
|
169
|
+
"description": "deprecated, use --calcite-color-foreground-highlight instead",
|
|
160
170
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
161
171
|
"isSource": false,
|
|
162
172
|
"name": "Color Foreground Current",
|
|
163
173
|
"path": ["semantic", "color", "foreground", "current"],
|
|
164
|
-
"
|
|
174
|
+
"comment": "deprecated, use --calcite-color-foreground-highlight instead"
|
|
165
175
|
},
|
|
166
176
|
{
|
|
177
|
+
"key": "{semantic.color.foreground.highlight}",
|
|
178
|
+
"value": "{\"light\":\"#d6efff\",\"dark\":\"#2b465f\"}",
|
|
179
|
+
"type": "color",
|
|
180
|
+
"attributes": {
|
|
181
|
+
"category": "color",
|
|
182
|
+
"type": "color",
|
|
183
|
+
"item": "foreground",
|
|
184
|
+
"subitem": "highlight",
|
|
185
|
+
"names": {
|
|
186
|
+
"scss": "$calcite-color-foreground-highlight",
|
|
187
|
+
"css": "var(--calcite-color-foreground-highlight)",
|
|
188
|
+
"js": "semantic.color.foreground.highlight",
|
|
189
|
+
"docs": "semantic.color.foreground.highlight",
|
|
190
|
+
"es6": "calciteColorForegroundHighlight"
|
|
191
|
+
},
|
|
192
|
+
"calcite-schema": {
|
|
193
|
+
"system": "calcite",
|
|
194
|
+
"tier": "color",
|
|
195
|
+
"type": "color"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
199
|
+
"isSource": false,
|
|
200
|
+
"name": "Color Foreground Highlight",
|
|
201
|
+
"path": ["semantic", "color", "foreground", "highlight"]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"key": "{semantic.color.transparent.default.default}",
|
|
167
205
|
"value": "{\"light\":\"rgba(0, 0, 0, 0)\",\"dark\":\"rgba(255, 255, 255, 0)\"}",
|
|
168
206
|
"type": "color",
|
|
169
207
|
"attributes": {
|
|
@@ -188,10 +226,10 @@
|
|
|
188
226
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
189
227
|
"isSource": false,
|
|
190
228
|
"name": "Color Transparent",
|
|
191
|
-
"path": ["semantic", "color", "transparent", "default", "default"]
|
|
192
|
-
"key": "{semantic.color.transparent.default.default}"
|
|
229
|
+
"path": ["semantic", "color", "transparent", "default", "default"]
|
|
193
230
|
},
|
|
194
231
|
{
|
|
232
|
+
"key": "{semantic.color.transparent.default.hover}",
|
|
195
233
|
"value": "{\"light\":\"rgba(0, 0, 0, 0.04)\",\"dark\":\"rgba(255, 255, 255, 0.12)\"}",
|
|
196
234
|
"type": "color",
|
|
197
235
|
"attributes": {
|
|
@@ -216,10 +254,10 @@
|
|
|
216
254
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
217
255
|
"isSource": false,
|
|
218
256
|
"name": "Color Transparent Hover",
|
|
219
|
-
"path": ["semantic", "color", "transparent", "default", "hover"]
|
|
220
|
-
"key": "{semantic.color.transparent.default.hover}"
|
|
257
|
+
"path": ["semantic", "color", "transparent", "default", "hover"]
|
|
221
258
|
},
|
|
222
259
|
{
|
|
260
|
+
"key": "{semantic.color.transparent.default.press}",
|
|
223
261
|
"value": "{\"light\":\"rgba(0, 0, 0, 0.08)\",\"dark\":\"rgba(255, 255, 255, 0.16)\"}",
|
|
224
262
|
"type": "color",
|
|
225
263
|
"attributes": {
|
|
@@ -244,10 +282,10 @@
|
|
|
244
282
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
245
283
|
"isSource": false,
|
|
246
284
|
"name": "Color Transparent Press",
|
|
247
|
-
"path": ["semantic", "color", "transparent", "default", "press"]
|
|
248
|
-
"key": "{semantic.color.transparent.default.press}"
|
|
285
|
+
"path": ["semantic", "color", "transparent", "default", "press"]
|
|
249
286
|
},
|
|
250
287
|
{
|
|
288
|
+
"key": "{semantic.color.transparent.inverse.hover}",
|
|
251
289
|
"value": "{\"light\":\"rgba(255, 255, 255, 0.12)\",\"dark\":\"rgba(0, 0, 0, 0.04)\"}",
|
|
252
290
|
"type": "color",
|
|
253
291
|
"attributes": {
|
|
@@ -272,10 +310,10 @@
|
|
|
272
310
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
273
311
|
"isSource": false,
|
|
274
312
|
"name": "Color Transparent Inverse Hover",
|
|
275
|
-
"path": ["semantic", "color", "transparent", "inverse", "hover"]
|
|
276
|
-
"key": "{semantic.color.transparent.inverse.hover}"
|
|
313
|
+
"path": ["semantic", "color", "transparent", "inverse", "hover"]
|
|
277
314
|
},
|
|
278
315
|
{
|
|
316
|
+
"key": "{semantic.color.transparent.inverse.press}",
|
|
279
317
|
"value": "{\"light\":\"rgba(255, 255, 255, 0.16)\",\"dark\":\"rgba(0, 0, 0, 0.08)\"}",
|
|
280
318
|
"type": "color",
|
|
281
319
|
"attributes": {
|
|
@@ -300,10 +338,10 @@
|
|
|
300
338
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
301
339
|
"isSource": false,
|
|
302
340
|
"name": "Color Transparent Inverse Press",
|
|
303
|
-
"path": ["semantic", "color", "transparent", "inverse", "press"]
|
|
304
|
-
"key": "{semantic.color.transparent.inverse.press}"
|
|
341
|
+
"path": ["semantic", "color", "transparent", "inverse", "press"]
|
|
305
342
|
},
|
|
306
343
|
{
|
|
344
|
+
"key": "{semantic.color.transparent.scrim}",
|
|
307
345
|
"value": "{\"light\":\"rgba(255, 255, 255, 0.85)\",\"dark\":\"rgba(0, 0, 0, 0.85)\"}",
|
|
308
346
|
"type": "color",
|
|
309
347
|
"attributes": {
|
|
@@ -327,10 +365,10 @@
|
|
|
327
365
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
328
366
|
"isSource": false,
|
|
329
367
|
"name": "Color Transparent Scrim",
|
|
330
|
-
"path": ["semantic", "color", "transparent", "scrim"]
|
|
331
|
-
"key": "{semantic.color.transparent.scrim}"
|
|
368
|
+
"path": ["semantic", "color", "transparent", "scrim"]
|
|
332
369
|
},
|
|
333
370
|
{
|
|
371
|
+
"key": "{semantic.color.transparent.tint}",
|
|
334
372
|
"value": "{\"light\":\"rgba(255, 255, 255, 0.8)\",\"dark\":\"rgba(43, 43, 43, 0.8)\"}",
|
|
335
373
|
"type": "color",
|
|
336
374
|
"attributes": {
|
|
@@ -354,10 +392,10 @@
|
|
|
354
392
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
355
393
|
"isSource": false,
|
|
356
394
|
"name": "Color Transparent Tint",
|
|
357
|
-
"path": ["semantic", "color", "transparent", "tint"]
|
|
358
|
-
"key": "{semantic.color.transparent.tint}"
|
|
395
|
+
"path": ["semantic", "color", "transparent", "tint"]
|
|
359
396
|
},
|
|
360
397
|
{
|
|
398
|
+
"key": "{semantic.color.brand.default.default}",
|
|
361
399
|
"value": "{\"light\":\"#007ac2\",\"dark\":\"#009af2\"}",
|
|
362
400
|
"type": "color",
|
|
363
401
|
"attributes": {
|
|
@@ -382,10 +420,10 @@
|
|
|
382
420
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
383
421
|
"isSource": false,
|
|
384
422
|
"name": "Color Brand",
|
|
385
|
-
"path": ["semantic", "color", "brand", "default", "default"]
|
|
386
|
-
"key": "{semantic.color.brand.default.default}"
|
|
423
|
+
"path": ["semantic", "color", "brand", "default", "default"]
|
|
387
424
|
},
|
|
388
425
|
{
|
|
426
|
+
"key": "{semantic.color.brand.default.hover}",
|
|
389
427
|
"value": "{\"light\":\"#00619b\",\"dark\":\"#007ac2\"}",
|
|
390
428
|
"type": "color",
|
|
391
429
|
"attributes": {
|
|
@@ -410,10 +448,10 @@
|
|
|
410
448
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
411
449
|
"isSource": false,
|
|
412
450
|
"name": "Color Brand Hover",
|
|
413
|
-
"path": ["semantic", "color", "brand", "default", "hover"]
|
|
414
|
-
"key": "{semantic.color.brand.default.hover}"
|
|
451
|
+
"path": ["semantic", "color", "brand", "default", "hover"]
|
|
415
452
|
},
|
|
416
453
|
{
|
|
454
|
+
"key": "{semantic.color.brand.default.press}",
|
|
417
455
|
"value": "{\"light\":\"#004874\",\"dark\":\"#00619b\"}",
|
|
418
456
|
"type": "color",
|
|
419
457
|
"attributes": {
|
|
@@ -438,10 +476,10 @@
|
|
|
438
476
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
439
477
|
"isSource": false,
|
|
440
478
|
"name": "Color Brand Press",
|
|
441
|
-
"path": ["semantic", "color", "brand", "default", "press"]
|
|
442
|
-
"key": "{semantic.color.brand.default.press}"
|
|
479
|
+
"path": ["semantic", "color", "brand", "default", "press"]
|
|
443
480
|
},
|
|
444
481
|
{
|
|
482
|
+
"key": "{semantic.color.brand.underline}",
|
|
445
483
|
"type": "color",
|
|
446
484
|
"value": "{\"light\":\"rgba(0, 97, 155, 0.4)\",\"dark\":\"rgba(0, 160, 255, 0.4)\"}",
|
|
447
485
|
"attributes": {
|
|
@@ -465,10 +503,10 @@
|
|
|
465
503
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
466
504
|
"isSource": false,
|
|
467
505
|
"name": "Color Brand Underline",
|
|
468
|
-
"path": ["semantic", "color", "brand", "underline"]
|
|
469
|
-
"key": "{semantic.color.brand.underline}"
|
|
506
|
+
"path": ["semantic", "color", "brand", "underline"]
|
|
470
507
|
},
|
|
471
508
|
{
|
|
509
|
+
"key": "{semantic.color.status.info.default}",
|
|
472
510
|
"value": "{\"light\":\"#00619b\",\"dark\":\"#00a0ff\"}",
|
|
473
511
|
"type": "color",
|
|
474
512
|
"attributes": {
|
|
@@ -493,10 +531,10 @@
|
|
|
493
531
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
494
532
|
"isSource": false,
|
|
495
533
|
"name": "Color Status Info",
|
|
496
|
-
"path": ["semantic", "color", "status", "info", "default"]
|
|
497
|
-
"key": "{semantic.color.status.info.default}"
|
|
534
|
+
"path": ["semantic", "color", "status", "info", "default"]
|
|
498
535
|
},
|
|
499
536
|
{
|
|
537
|
+
"key": "{semantic.color.status.info.hover}",
|
|
500
538
|
"value": "{\"light\":\"#004874\",\"dark\":\"#3db8ff\"}",
|
|
501
539
|
"type": "color",
|
|
502
540
|
"attributes": {
|
|
@@ -521,10 +559,10 @@
|
|
|
521
559
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
522
560
|
"isSource": false,
|
|
523
561
|
"name": "Color Status Info Hover",
|
|
524
|
-
"path": ["semantic", "color", "status", "info", "hover"]
|
|
525
|
-
"key": "{semantic.color.status.info.hover}"
|
|
562
|
+
"path": ["semantic", "color", "status", "info", "hover"]
|
|
526
563
|
},
|
|
527
564
|
{
|
|
565
|
+
"key": "{semantic.color.status.info.press}",
|
|
528
566
|
"value": "{\"light\":\"#00304d\",\"dark\":\"#009af2\"}",
|
|
529
567
|
"type": "color",
|
|
530
568
|
"attributes": {
|
|
@@ -549,10 +587,10 @@
|
|
|
549
587
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
550
588
|
"isSource": false,
|
|
551
589
|
"name": "Color Status Info Press",
|
|
552
|
-
"path": ["semantic", "color", "status", "info", "press"]
|
|
553
|
-
"key": "{semantic.color.status.info.press}"
|
|
590
|
+
"path": ["semantic", "color", "status", "info", "press"]
|
|
554
591
|
},
|
|
555
592
|
{
|
|
593
|
+
"key": "{semantic.color.status.success.default}",
|
|
556
594
|
"value": "{\"light\":\"#35ac46\",\"dark\":\"#36da43\"}",
|
|
557
595
|
"type": "color",
|
|
558
596
|
"attributes": {
|
|
@@ -577,10 +615,10 @@
|
|
|
577
615
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
578
616
|
"isSource": false,
|
|
579
617
|
"name": "Color Status Success",
|
|
580
|
-
"path": ["semantic", "color", "status", "success", "default"]
|
|
581
|
-
"key": "{semantic.color.status.success.default}"
|
|
618
|
+
"path": ["semantic", "color", "status", "success", "default"]
|
|
582
619
|
},
|
|
583
620
|
{
|
|
621
|
+
"key": "{semantic.color.status.success.hover}",
|
|
584
622
|
"value": "{\"light\":\"#288835\",\"dark\":\"#3bed52\"}",
|
|
585
623
|
"type": "color",
|
|
586
624
|
"attributes": {
|
|
@@ -605,10 +643,10 @@
|
|
|
605
643
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
606
644
|
"isSource": false,
|
|
607
645
|
"name": "Color Status Success Hover",
|
|
608
|
-
"path": ["semantic", "color", "status", "success", "hover"]
|
|
609
|
-
"key": "{semantic.color.status.success.hover}"
|
|
646
|
+
"path": ["semantic", "color", "status", "success", "hover"]
|
|
610
647
|
},
|
|
611
648
|
{
|
|
649
|
+
"key": "{semantic.color.status.success.press}",
|
|
612
650
|
"value": "{\"light\":\"#1a6324\",\"dark\":\"#00b81b\"}",
|
|
613
651
|
"type": "color",
|
|
614
652
|
"attributes": {
|
|
@@ -633,10 +671,10 @@
|
|
|
633
671
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
634
672
|
"isSource": false,
|
|
635
673
|
"name": "Color Status Success Press",
|
|
636
|
-
"path": ["semantic", "color", "status", "success", "press"]
|
|
637
|
-
"key": "{semantic.color.status.success.press}"
|
|
674
|
+
"path": ["semantic", "color", "status", "success", "press"]
|
|
638
675
|
},
|
|
639
676
|
{
|
|
677
|
+
"key": "{semantic.color.status.warning.default}",
|
|
640
678
|
"value": "{\"light\":\"#f89927\",\"dark\":\"#f89927\"}",
|
|
641
679
|
"type": "color",
|
|
642
680
|
"attributes": {
|
|
@@ -661,10 +699,10 @@
|
|
|
661
699
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
662
700
|
"isSource": false,
|
|
663
701
|
"name": "Color Status Warning",
|
|
664
|
-
"path": ["semantic", "color", "status", "warning", "default"]
|
|
665
|
-
"key": "{semantic.color.status.warning.default}"
|
|
702
|
+
"path": ["semantic", "color", "status", "warning", "default"]
|
|
666
703
|
},
|
|
667
704
|
{
|
|
705
|
+
"key": "{semantic.color.status.warning.hover}",
|
|
668
706
|
"value": "{\"light\":\"#d17300\",\"dark\":\"#ffb54d\"}",
|
|
669
707
|
"type": "color",
|
|
670
708
|
"attributes": {
|
|
@@ -689,10 +727,10 @@
|
|
|
689
727
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
690
728
|
"isSource": false,
|
|
691
729
|
"name": "Color Status Warning Hover",
|
|
692
|
-
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
693
|
-
"key": "{semantic.color.status.warning.hover}"
|
|
730
|
+
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
694
731
|
},
|
|
695
732
|
{
|
|
733
|
+
"key": "{semantic.color.status.warning.press}",
|
|
696
734
|
"value": "{\"light\":\"#9a5b10\",\"dark\":\"#ff9500\"}",
|
|
697
735
|
"type": "color",
|
|
698
736
|
"attributes": {
|
|
@@ -717,10 +755,10 @@
|
|
|
717
755
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
718
756
|
"isSource": false,
|
|
719
757
|
"name": "Color Status Warning Press",
|
|
720
|
-
"path": ["semantic", "color", "status", "warning", "press"]
|
|
721
|
-
"key": "{semantic.color.status.warning.press}"
|
|
758
|
+
"path": ["semantic", "color", "status", "warning", "press"]
|
|
722
759
|
},
|
|
723
760
|
{
|
|
761
|
+
"key": "{semantic.color.status.danger.default}",
|
|
724
762
|
"value": "{\"light\":\"#d83020\",\"dark\":\"#fe583e\"}",
|
|
725
763
|
"type": "color",
|
|
726
764
|
"attributes": {
|
|
@@ -745,10 +783,10 @@
|
|
|
745
783
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
746
784
|
"isSource": false,
|
|
747
785
|
"name": "Color Status Danger",
|
|
748
|
-
"path": ["semantic", "color", "status", "danger", "default"]
|
|
749
|
-
"key": "{semantic.color.status.danger.default}"
|
|
786
|
+
"path": ["semantic", "color", "status", "danger", "default"]
|
|
750
787
|
},
|
|
751
788
|
{
|
|
789
|
+
"key": "{semantic.color.status.danger.hover}",
|
|
752
790
|
"value": "{\"light\":\"#a82b1e\",\"dark\":\"#ff0015\"}",
|
|
753
791
|
"type": "color",
|
|
754
792
|
"attributes": {
|
|
@@ -773,10 +811,10 @@
|
|
|
773
811
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
774
812
|
"isSource": false,
|
|
775
813
|
"name": "Color Status Danger Hover",
|
|
776
|
-
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
777
|
-
"key": "{semantic.color.status.danger.hover}"
|
|
814
|
+
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
778
815
|
},
|
|
779
816
|
{
|
|
817
|
+
"key": "{semantic.color.status.danger.press}",
|
|
780
818
|
"value": "{\"light\":\"#7c1d13\",\"dark\":\"#d90012\"}",
|
|
781
819
|
"type": "color",
|
|
782
820
|
"attributes": {
|
|
@@ -801,10 +839,10 @@
|
|
|
801
839
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
802
840
|
"isSource": false,
|
|
803
841
|
"name": "Color Status Danger Press",
|
|
804
|
-
"path": ["semantic", "color", "status", "danger", "press"]
|
|
805
|
-
"key": "{semantic.color.status.danger.press}"
|
|
842
|
+
"path": ["semantic", "color", "status", "danger", "press"]
|
|
806
843
|
},
|
|
807
844
|
{
|
|
845
|
+
"key": "{semantic.color.inverse.default}",
|
|
808
846
|
"value": "{\"light\":\"#363636\",\"dark\":\"#f7f7f7\"}",
|
|
809
847
|
"type": "color",
|
|
810
848
|
"attributes": {
|
|
@@ -828,10 +866,10 @@
|
|
|
828
866
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
829
867
|
"isSource": false,
|
|
830
868
|
"name": "Color Inverse",
|
|
831
|
-
"path": ["semantic", "color", "inverse", "default"]
|
|
832
|
-
"key": "{semantic.color.inverse.default}"
|
|
869
|
+
"path": ["semantic", "color", "inverse", "default"]
|
|
833
870
|
},
|
|
834
871
|
{
|
|
872
|
+
"key": "{semantic.color.inverse.hover}",
|
|
835
873
|
"value": "{\"light\":\"#2b2b2b\",\"dark\":\"#ffffff\"}",
|
|
836
874
|
"type": "color",
|
|
837
875
|
"attributes": {
|
|
@@ -855,10 +893,10 @@
|
|
|
855
893
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
856
894
|
"isSource": false,
|
|
857
895
|
"name": "Color Inverse Hover",
|
|
858
|
-
"path": ["semantic", "color", "inverse", "hover"]
|
|
859
|
-
"key": "{semantic.color.inverse.hover}"
|
|
896
|
+
"path": ["semantic", "color", "inverse", "hover"]
|
|
860
897
|
},
|
|
861
898
|
{
|
|
899
|
+
"key": "{semantic.color.inverse.press}",
|
|
862
900
|
"value": "{\"light\":\"#212121\",\"dark\":\"#f2f2f2\"}",
|
|
863
901
|
"type": "color",
|
|
864
902
|
"attributes": {
|
|
@@ -882,10 +920,10 @@
|
|
|
882
920
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
883
921
|
"isSource": false,
|
|
884
922
|
"name": "Color Inverse Press",
|
|
885
|
-
"path": ["semantic", "color", "inverse", "press"]
|
|
886
|
-
"key": "{semantic.color.inverse.press}"
|
|
923
|
+
"path": ["semantic", "color", "inverse", "press"]
|
|
887
924
|
},
|
|
888
925
|
{
|
|
926
|
+
"key": "{semantic.color.text.1}",
|
|
889
927
|
"value": "{\"light\":\"#141414\",\"dark\":\"#ffffff\"}",
|
|
890
928
|
"type": "color",
|
|
891
929
|
"attributes": {
|
|
@@ -909,10 +947,10 @@
|
|
|
909
947
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
910
948
|
"isSource": false,
|
|
911
949
|
"name": "Color Text 1",
|
|
912
|
-
"path": ["semantic", "color", "text", "1"]
|
|
913
|
-
"key": "{semantic.color.text.1}"
|
|
950
|
+
"path": ["semantic", "color", "text", "1"]
|
|
914
951
|
},
|
|
915
952
|
{
|
|
953
|
+
"key": "{semantic.color.text.2}",
|
|
916
954
|
"value": "{\"light\":\"#4a4a4a\",\"dark\":\"#bfbfbf\"}",
|
|
917
955
|
"type": "color",
|
|
918
956
|
"attributes": {
|
|
@@ -936,10 +974,10 @@
|
|
|
936
974
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
937
975
|
"isSource": false,
|
|
938
976
|
"name": "Color Text 2",
|
|
939
|
-
"path": ["semantic", "color", "text", "2"]
|
|
940
|
-
"key": "{semantic.color.text.2}"
|
|
977
|
+
"path": ["semantic", "color", "text", "2"]
|
|
941
978
|
},
|
|
942
979
|
{
|
|
980
|
+
"key": "{semantic.color.text.3}",
|
|
943
981
|
"value": "{\"light\":\"#6b6b6b\",\"dark\":\"#9e9e9e\"}",
|
|
944
982
|
"type": "color",
|
|
945
983
|
"attributes": {
|
|
@@ -963,11 +1001,11 @@
|
|
|
963
1001
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
964
1002
|
"isSource": false,
|
|
965
1003
|
"name": "Color Text 3",
|
|
966
|
-
"path": ["semantic", "color", "text", "3"]
|
|
967
|
-
"key": "{semantic.color.text.3}"
|
|
1004
|
+
"path": ["semantic", "color", "text", "3"]
|
|
968
1005
|
},
|
|
969
1006
|
{
|
|
970
|
-
"
|
|
1007
|
+
"key": "{semantic.color.text.highlight}",
|
|
1008
|
+
"value": "{\"light\":\"#004874\",\"dark\":\"#d6efff\"}",
|
|
971
1009
|
"type": "color",
|
|
972
1010
|
"attributes": {
|
|
973
1011
|
"category": "color",
|
|
@@ -990,10 +1028,10 @@
|
|
|
990
1028
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
991
1029
|
"isSource": false,
|
|
992
1030
|
"name": "Color Text Highlight",
|
|
993
|
-
"path": ["semantic", "color", "text", "highlight"]
|
|
994
|
-
"key": "{semantic.color.text.highlight}"
|
|
1031
|
+
"path": ["semantic", "color", "text", "highlight"]
|
|
995
1032
|
},
|
|
996
1033
|
{
|
|
1034
|
+
"key": "{semantic.color.text.inverse}",
|
|
997
1035
|
"value": "{\"light\":\"#ffffff\",\"dark\":\"#141414\"}",
|
|
998
1036
|
"type": "color",
|
|
999
1037
|
"attributes": {
|
|
@@ -1017,10 +1055,10 @@
|
|
|
1017
1055
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1018
1056
|
"isSource": false,
|
|
1019
1057
|
"name": "Color Text Inverse",
|
|
1020
|
-
"path": ["semantic", "color", "text", "inverse"]
|
|
1021
|
-
"key": "{semantic.color.text.inverse}"
|
|
1058
|
+
"path": ["semantic", "color", "text", "inverse"]
|
|
1022
1059
|
},
|
|
1023
1060
|
{
|
|
1061
|
+
"key": "{semantic.color.text.link}",
|
|
1024
1062
|
"value": "{\"light\":\"#00619b\",\"dark\":\"#00a0ff\"}",
|
|
1025
1063
|
"type": "color",
|
|
1026
1064
|
"attributes": {
|
|
@@ -1044,10 +1082,10 @@
|
|
|
1044
1082
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1045
1083
|
"isSource": false,
|
|
1046
1084
|
"name": "Color Text Link",
|
|
1047
|
-
"path": ["semantic", "color", "text", "link"]
|
|
1048
|
-
"key": "{semantic.color.text.link}"
|
|
1085
|
+
"path": ["semantic", "color", "text", "link"]
|
|
1049
1086
|
},
|
|
1050
1087
|
{
|
|
1088
|
+
"key": "{semantic.color.border.1}",
|
|
1051
1089
|
"value": "{\"light\":\"#c9c9c9\",\"dark\":\"#545454\"}",
|
|
1052
1090
|
"type": "color",
|
|
1053
1091
|
"attributes": {
|
|
@@ -1071,10 +1109,10 @@
|
|
|
1071
1109
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1072
1110
|
"isSource": false,
|
|
1073
1111
|
"name": "Color Border 1",
|
|
1074
|
-
"path": ["semantic", "color", "border", "1"]
|
|
1075
|
-
"key": "{semantic.color.border.1}"
|
|
1112
|
+
"path": ["semantic", "color", "border", "1"]
|
|
1076
1113
|
},
|
|
1077
1114
|
{
|
|
1115
|
+
"key": "{semantic.color.border.2}",
|
|
1078
1116
|
"value": "{\"light\":\"#d4d4d4\",\"dark\":\"#4a4a4a\"}",
|
|
1079
1117
|
"type": "color",
|
|
1080
1118
|
"attributes": {
|
|
@@ -1098,10 +1136,10 @@
|
|
|
1098
1136
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1099
1137
|
"isSource": false,
|
|
1100
1138
|
"name": "Color Border 2",
|
|
1101
|
-
"path": ["semantic", "color", "border", "2"]
|
|
1102
|
-
"key": "{semantic.color.border.2}"
|
|
1139
|
+
"path": ["semantic", "color", "border", "2"]
|
|
1103
1140
|
},
|
|
1104
1141
|
{
|
|
1142
|
+
"key": "{semantic.color.border.3}",
|
|
1105
1143
|
"value": "{\"light\":\"#dedede\",\"dark\":\"#404040\"}",
|
|
1106
1144
|
"type": "color",
|
|
1107
1145
|
"attributes": {
|
|
@@ -1125,10 +1163,10 @@
|
|
|
1125
1163
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1126
1164
|
"isSource": false,
|
|
1127
1165
|
"name": "Color Border 3",
|
|
1128
|
-
"path": ["semantic", "color", "border", "3"]
|
|
1129
|
-
"key": "{semantic.color.border.3}"
|
|
1166
|
+
"path": ["semantic", "color", "border", "3"]
|
|
1130
1167
|
},
|
|
1131
1168
|
{
|
|
1169
|
+
"key": "{semantic.color.border.input}",
|
|
1132
1170
|
"value": "{\"light\":\"#949494\",\"dark\":\"#757575\"}",
|
|
1133
1171
|
"type": "color",
|
|
1134
1172
|
"attributes": {
|
|
@@ -1152,10 +1190,10 @@
|
|
|
1152
1190
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1153
1191
|
"isSource": false,
|
|
1154
1192
|
"name": "Color Border Input",
|
|
1155
|
-
"path": ["semantic", "color", "border", "input"]
|
|
1156
|
-
"key": "{semantic.color.border.input}"
|
|
1193
|
+
"path": ["semantic", "color", "border", "input"]
|
|
1157
1194
|
},
|
|
1158
1195
|
{
|
|
1196
|
+
"key": "{semantic.color.border.ghost}",
|
|
1159
1197
|
"value": "{\"light\":\"rgba(0, 0, 0, 0.3)\",\"dark\":\"rgba(117, 117, 117, 0.3)\"}",
|
|
1160
1198
|
"type": "color",
|
|
1161
1199
|
"attributes": {
|
|
@@ -1179,10 +1217,10 @@
|
|
|
1179
1217
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1180
1218
|
"isSource": false,
|
|
1181
1219
|
"name": "Color Border Ghost",
|
|
1182
|
-
"path": ["semantic", "color", "border", "ghost"]
|
|
1183
|
-
"key": "{semantic.color.border.ghost}"
|
|
1220
|
+
"path": ["semantic", "color", "border", "ghost"]
|
|
1184
1221
|
},
|
|
1185
1222
|
{
|
|
1223
|
+
"key": "{semantic.color.border.white}",
|
|
1186
1224
|
"value": "{\"light\":\"#ffffff\",\"dark\":\"#f7f7f7\"}",
|
|
1187
1225
|
"type": "color",
|
|
1188
1226
|
"attributes": {
|
|
@@ -1206,10 +1244,10 @@
|
|
|
1206
1244
|
"filePath": "src/tokens/semantic/color/light.json",
|
|
1207
1245
|
"isSource": false,
|
|
1208
1246
|
"name": "Color Border White",
|
|
1209
|
-
"path": ["semantic", "color", "border", "white"]
|
|
1210
|
-
"key": "{semantic.color.border.white}"
|
|
1247
|
+
"path": ["semantic", "color", "border", "white"]
|
|
1211
1248
|
},
|
|
1212
1249
|
{
|
|
1250
|
+
"key": "{semantic.border.width.none}",
|
|
1213
1251
|
"value": "0",
|
|
1214
1252
|
"type": "dimension",
|
|
1215
1253
|
"attributes": {
|
|
@@ -1233,10 +1271,10 @@
|
|
|
1233
1271
|
"filePath": "src/tokens/semantic/border.json",
|
|
1234
1272
|
"isSource": true,
|
|
1235
1273
|
"name": "Border Width None",
|
|
1236
|
-
"path": ["semantic", "border", "width", "none"]
|
|
1237
|
-
"key": "{semantic.border.width.none}"
|
|
1274
|
+
"path": ["semantic", "border", "width", "none"]
|
|
1238
1275
|
},
|
|
1239
1276
|
{
|
|
1277
|
+
"key": "{semantic.border.width.sm}",
|
|
1240
1278
|
"value": "1px",
|
|
1241
1279
|
"type": "dimension",
|
|
1242
1280
|
"attributes": {
|
|
@@ -1260,10 +1298,10 @@
|
|
|
1260
1298
|
"filePath": "src/tokens/semantic/border.json",
|
|
1261
1299
|
"isSource": true,
|
|
1262
1300
|
"name": "Border Width Sm",
|
|
1263
|
-
"path": ["semantic", "border", "width", "sm"]
|
|
1264
|
-
"key": "{semantic.border.width.sm}"
|
|
1301
|
+
"path": ["semantic", "border", "width", "sm"]
|
|
1265
1302
|
},
|
|
1266
1303
|
{
|
|
1304
|
+
"key": "{semantic.border.width.md}",
|
|
1267
1305
|
"value": "2px",
|
|
1268
1306
|
"type": "dimension",
|
|
1269
1307
|
"attributes": {
|
|
@@ -1287,10 +1325,10 @@
|
|
|
1287
1325
|
"filePath": "src/tokens/semantic/border.json",
|
|
1288
1326
|
"isSource": true,
|
|
1289
1327
|
"name": "Border Width Md",
|
|
1290
|
-
"path": ["semantic", "border", "width", "md"]
|
|
1291
|
-
"key": "{semantic.border.width.md}"
|
|
1328
|
+
"path": ["semantic", "border", "width", "md"]
|
|
1292
1329
|
},
|
|
1293
1330
|
{
|
|
1331
|
+
"key": "{semantic.border.width.lg}",
|
|
1294
1332
|
"value": "4px",
|
|
1295
1333
|
"type": "dimension",
|
|
1296
1334
|
"attributes": {
|
|
@@ -1314,10 +1352,10 @@
|
|
|
1314
1352
|
"filePath": "src/tokens/semantic/border.json",
|
|
1315
1353
|
"isSource": true,
|
|
1316
1354
|
"name": "Border Width Lg",
|
|
1317
|
-
"path": ["semantic", "border", "width", "lg"]
|
|
1318
|
-
"key": "{semantic.border.width.lg}"
|
|
1355
|
+
"path": ["semantic", "border", "width", "lg"]
|
|
1319
1356
|
},
|
|
1320
1357
|
{
|
|
1358
|
+
"key": "{semantic.container-size.height.xxs}",
|
|
1321
1359
|
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
1322
1360
|
"type": "dimension",
|
|
1323
1361
|
"description": "Small handheld devices and mini-windows",
|
|
@@ -1333,6 +1371,7 @@
|
|
|
1333
1371
|
"description": "Small handheld devices and mini-windows",
|
|
1334
1372
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1335
1373
|
"isSource": true,
|
|
1374
|
+
"key": "{semantic.container-size.height.xxs}",
|
|
1336
1375
|
"name": "calcite-semantic-container-size-height-xxs",
|
|
1337
1376
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
1338
1377
|
"comment": "Small handheld devices and mini-windows",
|
|
@@ -1353,10 +1392,10 @@
|
|
|
1353
1392
|
"isSource": true,
|
|
1354
1393
|
"name": "Container Size Height Xxs",
|
|
1355
1394
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
1356
|
-
"comment": "Small handheld devices and mini-windows"
|
|
1357
|
-
"key": "{semantic.container-size.height.xxs}"
|
|
1395
|
+
"comment": "Small handheld devices and mini-windows"
|
|
1358
1396
|
},
|
|
1359
1397
|
{
|
|
1398
|
+
"key": "{semantic.container-size.height.xs}",
|
|
1360
1399
|
"value": "{\"min\":\"155px\",\"max\":\"328px\"}",
|
|
1361
1400
|
"type": "dimension",
|
|
1362
1401
|
"description": "Handheld devices",
|
|
@@ -1372,6 +1411,7 @@
|
|
|
1372
1411
|
"description": "Handheld devices",
|
|
1373
1412
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1374
1413
|
"isSource": true,
|
|
1414
|
+
"key": "{semantic.container-size.height.xs}",
|
|
1375
1415
|
"name": "calcite-semantic-container-size-height-xs",
|
|
1376
1416
|
"path": ["semantic", "container-size", "height", "xs"],
|
|
1377
1417
|
"comment": "Handheld devices",
|
|
@@ -1392,10 +1432,10 @@
|
|
|
1392
1432
|
"isSource": true,
|
|
1393
1433
|
"name": "Container Size Height Xs",
|
|
1394
1434
|
"path": ["semantic", "container-size", "height", "xs"],
|
|
1395
|
-
"comment": "Handheld devices"
|
|
1396
|
-
"key": "{semantic.container-size.height.xs}"
|
|
1435
|
+
"comment": "Handheld devices"
|
|
1397
1436
|
},
|
|
1398
1437
|
{
|
|
1438
|
+
"key": "{semantic.container-size.height.sm}",
|
|
1399
1439
|
"value": "{\"min\":\"329px\",\"max\":\"504px\"}",
|
|
1400
1440
|
"type": "dimension",
|
|
1401
1441
|
"description": "Small tablets",
|
|
@@ -1411,6 +1451,7 @@
|
|
|
1411
1451
|
"description": "Small tablets",
|
|
1412
1452
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1413
1453
|
"isSource": true,
|
|
1454
|
+
"key": "{semantic.container-size.height.sm}",
|
|
1414
1455
|
"name": "calcite-semantic-container-size-height-sm",
|
|
1415
1456
|
"path": ["semantic", "container-size", "height", "sm"],
|
|
1416
1457
|
"comment": "Small tablets",
|
|
@@ -1431,10 +1472,10 @@
|
|
|
1431
1472
|
"isSource": true,
|
|
1432
1473
|
"name": "Container Size Height Sm",
|
|
1433
1474
|
"path": ["semantic", "container-size", "height", "sm"],
|
|
1434
|
-
"comment": "Small tablets"
|
|
1435
|
-
"key": "{semantic.container-size.height.sm}"
|
|
1475
|
+
"comment": "Small tablets"
|
|
1436
1476
|
},
|
|
1437
1477
|
{
|
|
1478
|
+
"key": "{semantic.container-size.height.md}",
|
|
1438
1479
|
"value": "{\"min\":\"505px\",\"max\":\"678px\"}",
|
|
1439
1480
|
"type": "dimension",
|
|
1440
1481
|
"description": "Small laptops",
|
|
@@ -1450,6 +1491,7 @@
|
|
|
1450
1491
|
"description": "Small laptops",
|
|
1451
1492
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1452
1493
|
"isSource": true,
|
|
1494
|
+
"key": "{semantic.container-size.height.md}",
|
|
1453
1495
|
"name": "calcite-semantic-container-size-height-md",
|
|
1454
1496
|
"path": ["semantic", "container-size", "height", "md"],
|
|
1455
1497
|
"comment": "Small laptops",
|
|
@@ -1470,10 +1512,10 @@
|
|
|
1470
1512
|
"isSource": true,
|
|
1471
1513
|
"name": "Container Size Height Md",
|
|
1472
1514
|
"path": ["semantic", "container-size", "height", "md"],
|
|
1473
|
-
"comment": "Small laptops"
|
|
1474
|
-
"key": "{semantic.container-size.height.md}"
|
|
1515
|
+
"comment": "Small laptops"
|
|
1475
1516
|
},
|
|
1476
1517
|
{
|
|
1518
|
+
"key": "{semantic.container-size.height.lg}",
|
|
1477
1519
|
"value": "{\"min\":\"679px\",\"max\":\"854px\"}",
|
|
1478
1520
|
"type": "dimension",
|
|
1479
1521
|
"description": "Large laptops and desktop computers",
|
|
@@ -1489,6 +1531,7 @@
|
|
|
1489
1531
|
"description": "Large laptops and desktop computers",
|
|
1490
1532
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1491
1533
|
"isSource": true,
|
|
1534
|
+
"key": "{semantic.container-size.height.lg}",
|
|
1492
1535
|
"name": "calcite-semantic-container-size-height-lg",
|
|
1493
1536
|
"path": ["semantic", "container-size", "height", "lg"],
|
|
1494
1537
|
"comment": "Large laptops and desktop computers",
|
|
@@ -1509,10 +1552,10 @@
|
|
|
1509
1552
|
"isSource": true,
|
|
1510
1553
|
"name": "Container Size Height Lg",
|
|
1511
1554
|
"path": ["semantic", "container-size", "height", "lg"],
|
|
1512
|
-
"comment": "Large laptops and desktop computers"
|
|
1513
|
-
"key": "{semantic.container-size.height.lg}"
|
|
1555
|
+
"comment": "Large laptops and desktop computers"
|
|
1514
1556
|
},
|
|
1515
1557
|
{
|
|
1558
|
+
"key": "{semantic.container-size.height.xl}",
|
|
1516
1559
|
"value": "{\"min\":\"855px\"}",
|
|
1517
1560
|
"type": "dimension",
|
|
1518
1561
|
"description": "Projectors and televisions",
|
|
@@ -1527,6 +1570,7 @@
|
|
|
1527
1570
|
"description": "Projectors and televisions",
|
|
1528
1571
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1529
1572
|
"isSource": true,
|
|
1573
|
+
"key": "{semantic.container-size.height.xl}",
|
|
1530
1574
|
"name": "calcite-semantic-container-size-height-xl",
|
|
1531
1575
|
"path": ["semantic", "container-size", "height", "xl"],
|
|
1532
1576
|
"comment": "Projectors and televisions",
|
|
@@ -1547,10 +1591,10 @@
|
|
|
1547
1591
|
"isSource": true,
|
|
1548
1592
|
"name": "Container Size Height Xl",
|
|
1549
1593
|
"path": ["semantic", "container-size", "height", "xl"],
|
|
1550
|
-
"comment": "Projectors and televisions"
|
|
1551
|
-
"key": "{semantic.container-size.height.xl}"
|
|
1594
|
+
"comment": "Projectors and televisions"
|
|
1552
1595
|
},
|
|
1553
1596
|
{
|
|
1597
|
+
"key": "{semantic.container-size.width.xxs}",
|
|
1554
1598
|
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
1555
1599
|
"type": "dimension",
|
|
1556
1600
|
"description": "Small handheld devices and mini-windows",
|
|
@@ -1560,12 +1604,13 @@
|
|
|
1560
1604
|
"item": "width",
|
|
1561
1605
|
"subitem": "xxs",
|
|
1562
1606
|
"value": {
|
|
1563
|
-
"min": 0,
|
|
1607
|
+
"min": "0",
|
|
1564
1608
|
"max": "320px"
|
|
1565
1609
|
},
|
|
1566
1610
|
"description": "Small handheld devices and mini-windows",
|
|
1567
1611
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1568
1612
|
"isSource": true,
|
|
1613
|
+
"key": "{semantic.container-size.width.xxs}",
|
|
1569
1614
|
"name": "calcite-semantic-container-size-width-xxs",
|
|
1570
1615
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
1571
1616
|
"comment": "Small handheld devices and mini-windows",
|
|
@@ -1586,10 +1631,10 @@
|
|
|
1586
1631
|
"isSource": true,
|
|
1587
1632
|
"name": "Container Size Width Xxs",
|
|
1588
1633
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
1589
|
-
"comment": "Small handheld devices and mini-windows"
|
|
1590
|
-
"key": "{semantic.container-size.width.xxs}"
|
|
1634
|
+
"comment": "Small handheld devices and mini-windows"
|
|
1591
1635
|
},
|
|
1592
1636
|
{
|
|
1637
|
+
"key": "{semantic.container-size.width.xs}",
|
|
1593
1638
|
"value": "{\"min\":\"321px\",\"max\":\"476px\"}",
|
|
1594
1639
|
"type": "dimension",
|
|
1595
1640
|
"description": "Handheld devices",
|
|
@@ -1605,6 +1650,7 @@
|
|
|
1605
1650
|
"description": "Handheld devices",
|
|
1606
1651
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1607
1652
|
"isSource": true,
|
|
1653
|
+
"key": "{semantic.container-size.width.xs}",
|
|
1608
1654
|
"name": "calcite-semantic-container-size-width-xs",
|
|
1609
1655
|
"path": ["semantic", "container-size", "width", "xs"],
|
|
1610
1656
|
"comment": "Handheld devices",
|
|
@@ -1625,10 +1671,10 @@
|
|
|
1625
1671
|
"isSource": true,
|
|
1626
1672
|
"name": "Container Size Width Xs",
|
|
1627
1673
|
"path": ["semantic", "container-size", "width", "xs"],
|
|
1628
|
-
"comment": "Handheld devices"
|
|
1629
|
-
"key": "{semantic.container-size.width.xs}"
|
|
1674
|
+
"comment": "Handheld devices"
|
|
1630
1675
|
},
|
|
1631
1676
|
{
|
|
1677
|
+
"key": "{semantic.container-size.width.sm}",
|
|
1632
1678
|
"value": "{\"min\":\"477px\",\"max\":\"768px\"}",
|
|
1633
1679
|
"type": "dimension",
|
|
1634
1680
|
"description": "Small tablets",
|
|
@@ -1644,6 +1690,7 @@
|
|
|
1644
1690
|
"description": "Small tablets",
|
|
1645
1691
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1646
1692
|
"isSource": true,
|
|
1693
|
+
"key": "{semantic.container-size.width.sm}",
|
|
1647
1694
|
"name": "calcite-semantic-container-size-width-sm",
|
|
1648
1695
|
"path": ["semantic", "container-size", "width", "sm"],
|
|
1649
1696
|
"comment": "Small tablets",
|
|
@@ -1664,10 +1711,10 @@
|
|
|
1664
1711
|
"isSource": true,
|
|
1665
1712
|
"name": "Container Size Width Sm",
|
|
1666
1713
|
"path": ["semantic", "container-size", "width", "sm"],
|
|
1667
|
-
"comment": "Small tablets"
|
|
1668
|
-
"key": "{semantic.container-size.width.sm}"
|
|
1714
|
+
"comment": "Small tablets"
|
|
1669
1715
|
},
|
|
1670
1716
|
{
|
|
1717
|
+
"key": "{semantic.container-size.width.md}",
|
|
1671
1718
|
"value": "{\"min\":\"769px\",\"max\":\"1152px\"}",
|
|
1672
1719
|
"type": "dimension",
|
|
1673
1720
|
"description": "Small laptops",
|
|
@@ -1683,6 +1730,7 @@
|
|
|
1683
1730
|
"description": "Small laptops",
|
|
1684
1731
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1685
1732
|
"isSource": true,
|
|
1733
|
+
"key": "{semantic.container-size.width.md}",
|
|
1686
1734
|
"name": "calcite-semantic-container-size-width-md",
|
|
1687
1735
|
"path": ["semantic", "container-size", "width", "md"],
|
|
1688
1736
|
"comment": "Small laptops",
|
|
@@ -1703,10 +1751,10 @@
|
|
|
1703
1751
|
"isSource": true,
|
|
1704
1752
|
"name": "Container Size Width Md",
|
|
1705
1753
|
"path": ["semantic", "container-size", "width", "md"],
|
|
1706
|
-
"comment": "Small laptops"
|
|
1707
|
-
"key": "{semantic.container-size.width.md}"
|
|
1754
|
+
"comment": "Small laptops"
|
|
1708
1755
|
},
|
|
1709
1756
|
{
|
|
1757
|
+
"key": "{semantic.container-size.width.lg}",
|
|
1710
1758
|
"value": "{\"min\":\"1153px\",\"max\":\"1440px\"}",
|
|
1711
1759
|
"type": "dimension",
|
|
1712
1760
|
"description": "Large laptops and desktop computers",
|
|
@@ -1722,6 +1770,7 @@
|
|
|
1722
1770
|
"description": "Large laptops and desktop computers",
|
|
1723
1771
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1724
1772
|
"isSource": true,
|
|
1773
|
+
"key": "{semantic.container-size.width.lg}",
|
|
1725
1774
|
"name": "calcite-semantic-container-size-width-lg",
|
|
1726
1775
|
"path": ["semantic", "container-size", "width", "lg"],
|
|
1727
1776
|
"comment": "Large laptops and desktop computers",
|
|
@@ -1742,10 +1791,10 @@
|
|
|
1742
1791
|
"isSource": true,
|
|
1743
1792
|
"name": "Container Size Width Lg",
|
|
1744
1793
|
"path": ["semantic", "container-size", "width", "lg"],
|
|
1745
|
-
"comment": "Large laptops and desktop computers"
|
|
1746
|
-
"key": "{semantic.container-size.width.lg}"
|
|
1794
|
+
"comment": "Large laptops and desktop computers"
|
|
1747
1795
|
},
|
|
1748
1796
|
{
|
|
1797
|
+
"key": "{semantic.container-size.width.xl}",
|
|
1749
1798
|
"value": "{\"min\":\"1441px\"}",
|
|
1750
1799
|
"type": "dimension",
|
|
1751
1800
|
"description": "Projectors and televisions",
|
|
@@ -1760,6 +1809,7 @@
|
|
|
1760
1809
|
"description": "Projectors and televisions",
|
|
1761
1810
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1762
1811
|
"isSource": true,
|
|
1812
|
+
"key": "{semantic.container-size.width.xl}",
|
|
1763
1813
|
"name": "calcite-semantic-container-size-width-xl",
|
|
1764
1814
|
"path": ["semantic", "container-size", "width", "xl"],
|
|
1765
1815
|
"comment": "Projectors and televisions",
|
|
@@ -1780,10 +1830,10 @@
|
|
|
1780
1830
|
"isSource": true,
|
|
1781
1831
|
"name": "Container Size Width Xl",
|
|
1782
1832
|
"path": ["semantic", "container-size", "width", "xl"],
|
|
1783
|
-
"comment": "Projectors and televisions"
|
|
1784
|
-
"key": "{semantic.container-size.width.xl}"
|
|
1833
|
+
"comment": "Projectors and televisions"
|
|
1785
1834
|
},
|
|
1786
1835
|
{
|
|
1836
|
+
"key": "{semantic.container-size.margin}",
|
|
1787
1837
|
"value": "24px",
|
|
1788
1838
|
"type": "dimension",
|
|
1789
1839
|
"attributes": {
|
|
@@ -1806,10 +1856,10 @@
|
|
|
1806
1856
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1807
1857
|
"isSource": true,
|
|
1808
1858
|
"name": "Container Size Margin",
|
|
1809
|
-
"path": ["semantic", "container-size", "margin"]
|
|
1810
|
-
"key": "{semantic.container-size.margin}"
|
|
1859
|
+
"path": ["semantic", "container-size", "margin"]
|
|
1811
1860
|
},
|
|
1812
1861
|
{
|
|
1862
|
+
"key": "{semantic.container-size.gutter}",
|
|
1813
1863
|
"value": "16px",
|
|
1814
1864
|
"type": "dimension",
|
|
1815
1865
|
"attributes": {
|
|
@@ -1832,10 +1882,10 @@
|
|
|
1832
1882
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1833
1883
|
"isSource": true,
|
|
1834
1884
|
"name": "Container Size Gutter",
|
|
1835
|
-
"path": ["semantic", "container-size", "gutter"]
|
|
1836
|
-
"key": "{semantic.container-size.gutter}"
|
|
1885
|
+
"path": ["semantic", "container-size", "gutter"]
|
|
1837
1886
|
},
|
|
1838
1887
|
{
|
|
1888
|
+
"key": "{semantic.container-size.content.fluid}",
|
|
1839
1889
|
"value": "100%",
|
|
1840
1890
|
"type": "dimension",
|
|
1841
1891
|
"description": "for fluid grid widths",
|
|
@@ -1848,6 +1898,7 @@
|
|
|
1848
1898
|
"description": "for fluid grid widths",
|
|
1849
1899
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1850
1900
|
"isSource": true,
|
|
1901
|
+
"key": "{semantic.container-size.content.fluid}",
|
|
1851
1902
|
"name": "calcite-semantic-container-size-content-fluid",
|
|
1852
1903
|
"path": ["semantic", "container-size", "content", "fluid"],
|
|
1853
1904
|
"comment": "for fluid grid widths",
|
|
@@ -1868,10 +1919,10 @@
|
|
|
1868
1919
|
"isSource": true,
|
|
1869
1920
|
"name": "Container Size Content Fluid",
|
|
1870
1921
|
"path": ["semantic", "container-size", "content", "fluid"],
|
|
1871
|
-
"comment": "for fluid grid widths"
|
|
1872
|
-
"key": "{semantic.container-size.content.fluid}"
|
|
1922
|
+
"comment": "for fluid grid widths"
|
|
1873
1923
|
},
|
|
1874
1924
|
{
|
|
1925
|
+
"key": "{semantic.container-size.content.fixed}",
|
|
1875
1926
|
"value": "1440px",
|
|
1876
1927
|
"type": "dimension",
|
|
1877
1928
|
"description": "only for lg breakpoint fixed grid width",
|
|
@@ -1884,6 +1935,7 @@
|
|
|
1884
1935
|
"description": "only for lg breakpoint fixed grid width",
|
|
1885
1936
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1886
1937
|
"isSource": true,
|
|
1938
|
+
"key": "{semantic.container-size.content.fixed}",
|
|
1887
1939
|
"name": "calcite-semantic-container-size-content-fixed",
|
|
1888
1940
|
"path": ["semantic", "container-size", "content", "fixed"],
|
|
1889
1941
|
"comment": "only for lg breakpoint fixed grid width",
|
|
@@ -1904,10 +1956,10 @@
|
|
|
1904
1956
|
"isSource": true,
|
|
1905
1957
|
"name": "Container Size Content Fixed",
|
|
1906
1958
|
"path": ["semantic", "container-size", "content", "fixed"],
|
|
1907
|
-
"comment": "only for lg breakpoint fixed grid width"
|
|
1908
|
-
"key": "{semantic.container-size.content.fixed}"
|
|
1959
|
+
"comment": "only for lg breakpoint fixed grid width"
|
|
1909
1960
|
},
|
|
1910
1961
|
{
|
|
1962
|
+
"key": "{semantic.corner.radius.default}",
|
|
1911
1963
|
"value": "0",
|
|
1912
1964
|
"type": "dimension",
|
|
1913
1965
|
"attributes": {
|
|
@@ -1931,10 +1983,10 @@
|
|
|
1931
1983
|
"filePath": "src/tokens/semantic/corner.json",
|
|
1932
1984
|
"isSource": true,
|
|
1933
1985
|
"name": "Corner Radius",
|
|
1934
|
-
"path": ["semantic", "corner", "radius", "default"]
|
|
1935
|
-
"key": "{semantic.corner.radius.default}"
|
|
1986
|
+
"path": ["semantic", "corner", "radius", "default"]
|
|
1936
1987
|
},
|
|
1937
1988
|
{
|
|
1989
|
+
"key": "{semantic.corner.radius.sharp}",
|
|
1938
1990
|
"value": "0",
|
|
1939
1991
|
"type": "dimension",
|
|
1940
1992
|
"attributes": {
|
|
@@ -1943,12 +1995,13 @@
|
|
|
1943
1995
|
"item": "radius",
|
|
1944
1996
|
"subitem": "sharp",
|
|
1945
1997
|
"value": "0",
|
|
1946
|
-
"description": "deprecated, use --calcite-
|
|
1998
|
+
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
1947
1999
|
"filePath": "src/tokens/semantic/corner.json",
|
|
1948
2000
|
"isSource": true,
|
|
2001
|
+
"key": "{semantic.corner.radius.sharp}",
|
|
1949
2002
|
"name": "calcite-semantic-corner-radius-sharp",
|
|
1950
2003
|
"path": ["semantic", "corner", "radius", "sharp"],
|
|
1951
|
-
"comment": "deprecated, use --calcite-
|
|
2004
|
+
"comment": "deprecated, use --calcite-corner-radius-none instead",
|
|
1952
2005
|
"names": {
|
|
1953
2006
|
"scss": "$calcite-corner-radius-sharp",
|
|
1954
2007
|
"css": "var(--calcite-corner-radius-sharp)",
|
|
@@ -1962,15 +2015,15 @@
|
|
|
1962
2015
|
"type": "dimension"
|
|
1963
2016
|
}
|
|
1964
2017
|
},
|
|
1965
|
-
"description": "deprecated, use --calcite-
|
|
2018
|
+
"description": "deprecated, use --calcite-corner-radius-none instead",
|
|
1966
2019
|
"filePath": "src/tokens/semantic/corner.json",
|
|
1967
2020
|
"isSource": true,
|
|
1968
2021
|
"name": "Corner Radius Sharp",
|
|
1969
2022
|
"path": ["semantic", "corner", "radius", "sharp"],
|
|
1970
|
-
"comment": "deprecated, use --calcite-
|
|
1971
|
-
"key": "{semantic.corner.radius.sharp}"
|
|
2023
|
+
"comment": "deprecated, use --calcite-corner-radius-none instead"
|
|
1972
2024
|
},
|
|
1973
2025
|
{
|
|
2026
|
+
"key": "{semantic.corner.radius.none}",
|
|
1974
2027
|
"value": "0",
|
|
1975
2028
|
"type": "dimension",
|
|
1976
2029
|
"attributes": {
|
|
@@ -1994,10 +2047,10 @@
|
|
|
1994
2047
|
"filePath": "src/tokens/semantic/corner.json",
|
|
1995
2048
|
"isSource": true,
|
|
1996
2049
|
"name": "Corner Radius None",
|
|
1997
|
-
"path": ["semantic", "corner", "radius", "none"]
|
|
1998
|
-
"key": "{semantic.corner.radius.none}"
|
|
2050
|
+
"path": ["semantic", "corner", "radius", "none"]
|
|
1999
2051
|
},
|
|
2000
2052
|
{
|
|
2053
|
+
"key": "{semantic.corner.radius.xs}",
|
|
2001
2054
|
"value": "2px",
|
|
2002
2055
|
"type": "dimension",
|
|
2003
2056
|
"attributes": {
|
|
@@ -2021,10 +2074,10 @@
|
|
|
2021
2074
|
"filePath": "src/tokens/semantic/corner.json",
|
|
2022
2075
|
"isSource": true,
|
|
2023
2076
|
"name": "Corner Radius Xs",
|
|
2024
|
-
"path": ["semantic", "corner", "radius", "xs"]
|
|
2025
|
-
"key": "{semantic.corner.radius.xs}"
|
|
2077
|
+
"path": ["semantic", "corner", "radius", "xs"]
|
|
2026
2078
|
},
|
|
2027
2079
|
{
|
|
2080
|
+
"key": "{semantic.corner.radius.sm}",
|
|
2028
2081
|
"value": "4px",
|
|
2029
2082
|
"type": "dimension",
|
|
2030
2083
|
"attributes": {
|
|
@@ -2048,10 +2101,10 @@
|
|
|
2048
2101
|
"filePath": "src/tokens/semantic/corner.json",
|
|
2049
2102
|
"isSource": true,
|
|
2050
2103
|
"name": "Corner Radius Sm",
|
|
2051
|
-
"path": ["semantic", "corner", "radius", "sm"]
|
|
2052
|
-
"key": "{semantic.corner.radius.sm}"
|
|
2104
|
+
"path": ["semantic", "corner", "radius", "sm"]
|
|
2053
2105
|
},
|
|
2054
2106
|
{
|
|
2107
|
+
"key": "{semantic.corner.radius.round}",
|
|
2055
2108
|
"value": "4px",
|
|
2056
2109
|
"type": "dimension",
|
|
2057
2110
|
"attributes": {
|
|
@@ -2063,6 +2116,7 @@
|
|
|
2063
2116
|
"description": "deprecated, use --calcite-corner-radius-sm instead",
|
|
2064
2117
|
"filePath": "src/tokens/semantic/corner.json",
|
|
2065
2118
|
"isSource": true,
|
|
2119
|
+
"key": "{semantic.corner.radius.round}",
|
|
2066
2120
|
"name": "calcite-semantic-corner-radius-round",
|
|
2067
2121
|
"path": ["semantic", "corner", "radius", "round"],
|
|
2068
2122
|
"comment": "deprecated, use --calcite-corner-radius-sm instead",
|
|
@@ -2084,10 +2138,10 @@
|
|
|
2084
2138
|
"isSource": true,
|
|
2085
2139
|
"name": "Corner Radius Round",
|
|
2086
2140
|
"path": ["semantic", "corner", "radius", "round"],
|
|
2087
|
-
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
2088
|
-
"key": "{semantic.corner.radius.round}"
|
|
2141
|
+
"comment": "deprecated, use --calcite-corner-radius-sm instead"
|
|
2089
2142
|
},
|
|
2090
2143
|
{
|
|
2144
|
+
"key": "{semantic.corner.radius.pill}",
|
|
2091
2145
|
"value": "100%",
|
|
2092
2146
|
"type": "dimension",
|
|
2093
2147
|
"attributes": {
|
|
@@ -2112,23 +2166,23 @@
|
|
|
2112
2166
|
"filePath": "src/tokens/semantic/corner.json",
|
|
2113
2167
|
"isSource": true,
|
|
2114
2168
|
"name": "Corner Radius Pill",
|
|
2115
|
-
"path": ["semantic", "corner", "radius", "pill"]
|
|
2116
|
-
"key": "{semantic.corner.radius.pill}"
|
|
2169
|
+
"path": ["semantic", "corner", "radius", "pill"]
|
|
2117
2170
|
},
|
|
2118
2171
|
{
|
|
2172
|
+
"key": "{semantic.font.family.default}",
|
|
2119
2173
|
"value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
|
|
2120
2174
|
"type": "fontFamily",
|
|
2121
|
-
"description": "Primary font with fallbacks",
|
|
2122
2175
|
"attributes": {
|
|
2123
2176
|
"group": "family",
|
|
2124
2177
|
"category": "semantic",
|
|
2125
2178
|
"type": "fontFamily",
|
|
2126
2179
|
"item": "family",
|
|
2127
2180
|
"subitem": "default",
|
|
2128
|
-
"value":
|
|
2181
|
+
"value": "Avenir Next,Avenir,Helvetica Neue,sans-serif",
|
|
2129
2182
|
"description": "Primary font with fallbacks",
|
|
2130
2183
|
"filePath": "src/tokens/semantic/font.json",
|
|
2131
2184
|
"isSource": true,
|
|
2185
|
+
"key": "{semantic.font.family.default}",
|
|
2132
2186
|
"name": "calcite-semantic-font-family-default",
|
|
2133
2187
|
"path": ["semantic", "font", "family", "default"],
|
|
2134
2188
|
"comment": "Primary font with fallbacks",
|
|
@@ -2145,32 +2199,27 @@
|
|
|
2145
2199
|
"type": "fontFamily"
|
|
2146
2200
|
}
|
|
2147
2201
|
},
|
|
2202
|
+
"description": "Primary font with fallbacks",
|
|
2148
2203
|
"filePath": "src/tokens/semantic/font.json",
|
|
2149
2204
|
"isSource": true,
|
|
2150
2205
|
"name": "Font Family",
|
|
2151
2206
|
"path": ["semantic", "font", "family", "default"],
|
|
2152
|
-
"comment": "Primary font with fallbacks"
|
|
2153
|
-
"key": "{semantic.font.family.default}"
|
|
2207
|
+
"comment": "Primary font with fallbacks"
|
|
2154
2208
|
},
|
|
2155
2209
|
{
|
|
2210
|
+
"key": "{semantic.font.family.code}",
|
|
2156
2211
|
"value": "[\"Monaco\",\"Consolas\",\"Andale Mono\",\"Lucida Console\",\"monospace\"]",
|
|
2157
2212
|
"type": "fontFamily",
|
|
2158
|
-
"description": "Font family for code with fallbacks",
|
|
2159
2213
|
"attributes": {
|
|
2160
2214
|
"category": "font",
|
|
2161
2215
|
"type": "fontFamily",
|
|
2162
2216
|
"item": "family",
|
|
2163
2217
|
"subitem": "code",
|
|
2164
|
-
"value":
|
|
2165
|
-
"Monaco",
|
|
2166
|
-
"Consolas",
|
|
2167
|
-
"Andale Mono",
|
|
2168
|
-
"Lucida Console",
|
|
2169
|
-
"monospace"
|
|
2170
|
-
],
|
|
2218
|
+
"value": "Monaco,Consolas,Andale Mono,Lucida Console,monospace",
|
|
2171
2219
|
"description": "Font family for code with fallbacks",
|
|
2172
2220
|
"filePath": "src/tokens/semantic/font.json",
|
|
2173
2221
|
"isSource": true,
|
|
2222
|
+
"key": "{semantic.font.family.code}",
|
|
2174
2223
|
"name": "calcite-semantic-font-family-code",
|
|
2175
2224
|
"path": ["semantic", "font", "family", "code"],
|
|
2176
2225
|
"comment": "Font family for code with fallbacks",
|
|
@@ -2187,17 +2236,17 @@
|
|
|
2187
2236
|
"type": "fontFamily"
|
|
2188
2237
|
}
|
|
2189
2238
|
},
|
|
2239
|
+
"description": "Font family for code with fallbacks",
|
|
2190
2240
|
"filePath": "src/tokens/semantic/font.json",
|
|
2191
2241
|
"isSource": true,
|
|
2192
2242
|
"name": "Font Family Code",
|
|
2193
2243
|
"path": ["semantic", "font", "family", "code"],
|
|
2194
|
-
"comment": "Font family for code with fallbacks"
|
|
2195
|
-
"key": "{semantic.font.family.code}"
|
|
2244
|
+
"comment": "Font family for code with fallbacks"
|
|
2196
2245
|
},
|
|
2197
2246
|
{
|
|
2247
|
+
"key": "{semantic.font.weight.light}",
|
|
2198
2248
|
"value": "300",
|
|
2199
2249
|
"type": "fontWeight",
|
|
2200
|
-
"description": "For Avenir Next World (secondary font family)",
|
|
2201
2250
|
"attributes": {
|
|
2202
2251
|
"category": "font",
|
|
2203
2252
|
"type": "fontWeight",
|
|
@@ -2207,6 +2256,7 @@
|
|
|
2207
2256
|
"description": "For Avenir Next World (secondary font family)",
|
|
2208
2257
|
"filePath": "src/tokens/semantic/font.json",
|
|
2209
2258
|
"isSource": true,
|
|
2259
|
+
"key": "{semantic.font.weight.light}",
|
|
2210
2260
|
"name": "calcite-semantic-font-weight-light",
|
|
2211
2261
|
"path": ["semantic", "font", "weight", "light"],
|
|
2212
2262
|
"comment": "For Avenir Next World (secondary font family)",
|
|
@@ -2223,17 +2273,17 @@
|
|
|
2223
2273
|
"type": "fontWeight"
|
|
2224
2274
|
}
|
|
2225
2275
|
},
|
|
2276
|
+
"description": "For Avenir Next World (secondary font family)",
|
|
2226
2277
|
"filePath": "src/tokens/semantic/font.json",
|
|
2227
2278
|
"isSource": true,
|
|
2228
2279
|
"name": "Font Weight Light",
|
|
2229
2280
|
"path": ["semantic", "font", "weight", "light"],
|
|
2230
|
-
"comment": "For Avenir Next World (secondary font family)"
|
|
2231
|
-
"key": "{semantic.font.weight.light}"
|
|
2281
|
+
"comment": "For Avenir Next World (secondary font family)"
|
|
2232
2282
|
},
|
|
2233
2283
|
{
|
|
2284
|
+
"key": "{semantic.font.weight.normal}",
|
|
2234
2285
|
"value": "400",
|
|
2235
2286
|
"type": "fontWeight",
|
|
2236
|
-
"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\"",
|
|
2237
2287
|
"extensions": {
|
|
2238
2288
|
"calcite.deprecated": true
|
|
2239
2289
|
},
|
|
@@ -2243,12 +2293,13 @@
|
|
|
2243
2293
|
"item": "weight",
|
|
2244
2294
|
"subitem": "normal",
|
|
2245
2295
|
"value": "400",
|
|
2246
|
-
"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\"",
|
|
2247
2296
|
"extensions": {
|
|
2248
2297
|
"calcite.deprecated": true
|
|
2249
2298
|
},
|
|
2299
|
+
"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\"",
|
|
2250
2300
|
"filePath": "src/tokens/semantic/font.json",
|
|
2251
2301
|
"isSource": true,
|
|
2302
|
+
"key": "{semantic.font.weight.normal}",
|
|
2252
2303
|
"name": "calcite-semantic-font-weight-normal",
|
|
2253
2304
|
"path": ["semantic", "font", "weight", "normal"],
|
|
2254
2305
|
"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\"",
|
|
@@ -2265,14 +2316,15 @@
|
|
|
2265
2316
|
"type": "fontWeight"
|
|
2266
2317
|
}
|
|
2267
2318
|
},
|
|
2319
|
+
"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\"",
|
|
2268
2320
|
"filePath": "src/tokens/semantic/font.json",
|
|
2269
2321
|
"isSource": true,
|
|
2270
2322
|
"name": "Font Weight Normal",
|
|
2271
2323
|
"path": ["semantic", "font", "weight", "normal"],
|
|
2272
|
-
"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\""
|
|
2273
|
-
"key": "{semantic.font.weight.normal}"
|
|
2324
|
+
"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\""
|
|
2274
2325
|
},
|
|
2275
2326
|
{
|
|
2327
|
+
"key": "{semantic.font.weight.regular}",
|
|
2276
2328
|
"value": "400",
|
|
2277
2329
|
"type": "fontWeight",
|
|
2278
2330
|
"attributes": {
|
|
@@ -2296,10 +2348,10 @@
|
|
|
2296
2348
|
"filePath": "src/tokens/semantic/font.json",
|
|
2297
2349
|
"isSource": true,
|
|
2298
2350
|
"name": "Font Weight Regular",
|
|
2299
|
-
"path": ["semantic", "font", "weight", "regular"]
|
|
2300
|
-
"key": "{semantic.font.weight.regular}"
|
|
2351
|
+
"path": ["semantic", "font", "weight", "regular"]
|
|
2301
2352
|
},
|
|
2302
2353
|
{
|
|
2354
|
+
"key": "{semantic.font.weight.medium}",
|
|
2303
2355
|
"value": "500",
|
|
2304
2356
|
"type": "fontWeight",
|
|
2305
2357
|
"attributes": {
|
|
@@ -2323,10 +2375,10 @@
|
|
|
2323
2375
|
"filePath": "src/tokens/semantic/font.json",
|
|
2324
2376
|
"isSource": true,
|
|
2325
2377
|
"name": "Font Weight Medium",
|
|
2326
|
-
"path": ["semantic", "font", "weight", "medium"]
|
|
2327
|
-
"key": "{semantic.font.weight.medium}"
|
|
2378
|
+
"path": ["semantic", "font", "weight", "medium"]
|
|
2328
2379
|
},
|
|
2329
2380
|
{
|
|
2381
|
+
"key": "{semantic.font.weight.semibold}",
|
|
2330
2382
|
"value": "600",
|
|
2331
2383
|
"type": "fontWeight",
|
|
2332
2384
|
"attributes": {
|
|
@@ -2350,10 +2402,10 @@
|
|
|
2350
2402
|
"filePath": "src/tokens/semantic/font.json",
|
|
2351
2403
|
"isSource": true,
|
|
2352
2404
|
"name": "Font Weight Semibold",
|
|
2353
|
-
"path": ["semantic", "font", "weight", "semibold"]
|
|
2354
|
-
"key": "{semantic.font.weight.semibold}"
|
|
2405
|
+
"path": ["semantic", "font", "weight", "semibold"]
|
|
2355
2406
|
},
|
|
2356
2407
|
{
|
|
2408
|
+
"key": "{semantic.font.weight.bold}",
|
|
2357
2409
|
"value": "600",
|
|
2358
2410
|
"type": "fontWeight",
|
|
2359
2411
|
"attributes": {
|
|
@@ -2377,10 +2429,10 @@
|
|
|
2377
2429
|
"filePath": "src/tokens/semantic/font.json",
|
|
2378
2430
|
"isSource": true,
|
|
2379
2431
|
"name": "Font Weight Bold",
|
|
2380
|
-
"path": ["semantic", "font", "weight", "bold"]
|
|
2381
|
-
"key": "{semantic.font.weight.bold}"
|
|
2432
|
+
"path": ["semantic", "font", "weight", "bold"]
|
|
2382
2433
|
},
|
|
2383
2434
|
{
|
|
2435
|
+
"key": "{semantic.font.size.xs}",
|
|
2384
2436
|
"value": "10px",
|
|
2385
2437
|
"type": "fontSize",
|
|
2386
2438
|
"attributes": {
|
|
@@ -2404,10 +2456,10 @@
|
|
|
2404
2456
|
"filePath": "src/tokens/semantic/font.json",
|
|
2405
2457
|
"isSource": true,
|
|
2406
2458
|
"name": "Font Size Xs",
|
|
2407
|
-
"path": ["semantic", "font", "size", "xs"]
|
|
2408
|
-
"key": "{semantic.font.size.xs}"
|
|
2459
|
+
"path": ["semantic", "font", "size", "xs"]
|
|
2409
2460
|
},
|
|
2410
2461
|
{
|
|
2462
|
+
"key": "{semantic.font.size.sm}",
|
|
2411
2463
|
"value": "12px",
|
|
2412
2464
|
"type": "fontSize",
|
|
2413
2465
|
"attributes": {
|
|
@@ -2431,10 +2483,10 @@
|
|
|
2431
2483
|
"filePath": "src/tokens/semantic/font.json",
|
|
2432
2484
|
"isSource": true,
|
|
2433
2485
|
"name": "Font Size Sm",
|
|
2434
|
-
"path": ["semantic", "font", "size", "sm"]
|
|
2435
|
-
"key": "{semantic.font.size.sm}"
|
|
2486
|
+
"path": ["semantic", "font", "size", "sm"]
|
|
2436
2487
|
},
|
|
2437
2488
|
{
|
|
2489
|
+
"key": "{semantic.font.size.default}",
|
|
2438
2490
|
"value": "14px",
|
|
2439
2491
|
"type": "fontSize",
|
|
2440
2492
|
"attributes": {
|
|
@@ -2458,10 +2510,10 @@
|
|
|
2458
2510
|
"filePath": "src/tokens/semantic/font.json",
|
|
2459
2511
|
"isSource": true,
|
|
2460
2512
|
"name": "Font Size",
|
|
2461
|
-
"path": ["semantic", "font", "size", "default"]
|
|
2462
|
-
"key": "{semantic.font.size.default}"
|
|
2513
|
+
"path": ["semantic", "font", "size", "default"]
|
|
2463
2514
|
},
|
|
2464
2515
|
{
|
|
2516
|
+
"key": "{semantic.font.size.md}",
|
|
2465
2517
|
"value": "16px",
|
|
2466
2518
|
"type": "fontSize",
|
|
2467
2519
|
"attributes": {
|
|
@@ -2485,10 +2537,10 @@
|
|
|
2485
2537
|
"filePath": "src/tokens/semantic/font.json",
|
|
2486
2538
|
"isSource": true,
|
|
2487
2539
|
"name": "Font Size Md",
|
|
2488
|
-
"path": ["semantic", "font", "size", "md"]
|
|
2489
|
-
"key": "{semantic.font.size.md}"
|
|
2540
|
+
"path": ["semantic", "font", "size", "md"]
|
|
2490
2541
|
},
|
|
2491
2542
|
{
|
|
2543
|
+
"key": "{semantic.font.size.lg}",
|
|
2492
2544
|
"value": "18px",
|
|
2493
2545
|
"type": "fontSize",
|
|
2494
2546
|
"attributes": {
|
|
@@ -2512,10 +2564,10 @@
|
|
|
2512
2564
|
"filePath": "src/tokens/semantic/font.json",
|
|
2513
2565
|
"isSource": true,
|
|
2514
2566
|
"name": "Font Size Lg",
|
|
2515
|
-
"path": ["semantic", "font", "size", "lg"]
|
|
2516
|
-
"key": "{semantic.font.size.lg}"
|
|
2567
|
+
"path": ["semantic", "font", "size", "lg"]
|
|
2517
2568
|
},
|
|
2518
2569
|
{
|
|
2570
|
+
"key": "{semantic.font.size.xl}",
|
|
2519
2571
|
"value": "20px",
|
|
2520
2572
|
"type": "fontSize",
|
|
2521
2573
|
"attributes": {
|
|
@@ -2539,10 +2591,10 @@
|
|
|
2539
2591
|
"filePath": "src/tokens/semantic/font.json",
|
|
2540
2592
|
"isSource": true,
|
|
2541
2593
|
"name": "Font Size Xl",
|
|
2542
|
-
"path": ["semantic", "font", "size", "xl"]
|
|
2543
|
-
"key": "{semantic.font.size.xl}"
|
|
2594
|
+
"path": ["semantic", "font", "size", "xl"]
|
|
2544
2595
|
},
|
|
2545
2596
|
{
|
|
2597
|
+
"key": "{semantic.font.size.xxl}",
|
|
2546
2598
|
"value": "24px",
|
|
2547
2599
|
"type": "fontSize",
|
|
2548
2600
|
"attributes": {
|
|
@@ -2566,10 +2618,10 @@
|
|
|
2566
2618
|
"filePath": "src/tokens/semantic/font.json",
|
|
2567
2619
|
"isSource": true,
|
|
2568
2620
|
"name": "Font Size Xxl",
|
|
2569
|
-
"path": ["semantic", "font", "size", "xxl"]
|
|
2570
|
-
"key": "{semantic.font.size.xxl}"
|
|
2621
|
+
"path": ["semantic", "font", "size", "xxl"]
|
|
2571
2622
|
},
|
|
2572
2623
|
{
|
|
2624
|
+
"key": "{semantic.font.style.emphasis}",
|
|
2573
2625
|
"value": "italic",
|
|
2574
2626
|
"type": "fontStyle",
|
|
2575
2627
|
"description": "used in ratings",
|
|
@@ -2582,6 +2634,7 @@
|
|
|
2582
2634
|
"description": "used in ratings",
|
|
2583
2635
|
"filePath": "src/tokens/semantic/font.json",
|
|
2584
2636
|
"isSource": true,
|
|
2637
|
+
"key": "{semantic.font.style.emphasis}",
|
|
2585
2638
|
"name": "calcite-semantic-font-style-emphasis",
|
|
2586
2639
|
"path": ["semantic", "font", "style", "emphasis"],
|
|
2587
2640
|
"comment": "used in ratings",
|
|
@@ -2602,10 +2655,10 @@
|
|
|
2602
2655
|
"isSource": true,
|
|
2603
2656
|
"name": "Font Style Emphasis",
|
|
2604
2657
|
"path": ["semantic", "font", "style", "emphasis"],
|
|
2605
|
-
"comment": "used in ratings"
|
|
2606
|
-
"key": "{semantic.font.style.emphasis}"
|
|
2658
|
+
"comment": "used in ratings"
|
|
2607
2659
|
},
|
|
2608
2660
|
{
|
|
2661
|
+
"key": "{semantic.font.line-height.fixed.sm}",
|
|
2609
2662
|
"value": "12px",
|
|
2610
2663
|
"type": "lineHeight",
|
|
2611
2664
|
"attributes": {
|
|
@@ -2630,10 +2683,10 @@
|
|
|
2630
2683
|
"filePath": "src/tokens/semantic/font.json",
|
|
2631
2684
|
"isSource": true,
|
|
2632
2685
|
"name": "Font Line Height Fixed Sm",
|
|
2633
|
-
"path": ["semantic", "font", "line-height", "fixed", "sm"]
|
|
2634
|
-
"key": "{semantic.font.line-height.fixed.sm}"
|
|
2686
|
+
"path": ["semantic", "font", "line-height", "fixed", "sm"]
|
|
2635
2687
|
},
|
|
2636
2688
|
{
|
|
2689
|
+
"key": "{semantic.font.line-height.fixed.base}",
|
|
2637
2690
|
"value": "16px",
|
|
2638
2691
|
"type": "lineHeight",
|
|
2639
2692
|
"attributes": {
|
|
@@ -2658,10 +2711,10 @@
|
|
|
2658
2711
|
"filePath": "src/tokens/semantic/font.json",
|
|
2659
2712
|
"isSource": true,
|
|
2660
2713
|
"name": "Font Line Height Fixed Base",
|
|
2661
|
-
"path": ["semantic", "font", "line-height", "fixed", "base"]
|
|
2662
|
-
"key": "{semantic.font.line-height.fixed.base}"
|
|
2714
|
+
"path": ["semantic", "font", "line-height", "fixed", "base"]
|
|
2663
2715
|
},
|
|
2664
2716
|
{
|
|
2717
|
+
"key": "{semantic.font.line-height.fixed.lg}",
|
|
2665
2718
|
"value": "20px",
|
|
2666
2719
|
"type": "lineHeight",
|
|
2667
2720
|
"attributes": {
|
|
@@ -2686,10 +2739,10 @@
|
|
|
2686
2739
|
"filePath": "src/tokens/semantic/font.json",
|
|
2687
2740
|
"isSource": true,
|
|
2688
2741
|
"name": "Font Line Height Fixed Lg",
|
|
2689
|
-
"path": ["semantic", "font", "line-height", "fixed", "lg"]
|
|
2690
|
-
"key": "{semantic.font.line-height.fixed.lg}"
|
|
2742
|
+
"path": ["semantic", "font", "line-height", "fixed", "lg"]
|
|
2691
2743
|
},
|
|
2692
2744
|
{
|
|
2745
|
+
"key": "{semantic.font.line-height.fixed.xl}",
|
|
2693
2746
|
"value": "24px",
|
|
2694
2747
|
"type": "lineHeight",
|
|
2695
2748
|
"attributes": {
|
|
@@ -2714,10 +2767,10 @@
|
|
|
2714
2767
|
"filePath": "src/tokens/semantic/font.json",
|
|
2715
2768
|
"isSource": true,
|
|
2716
2769
|
"name": "Font Line Height Fixed Xl",
|
|
2717
|
-
"path": ["semantic", "font", "line-height", "fixed", "xl"]
|
|
2718
|
-
"key": "{semantic.font.line-height.fixed.xl}"
|
|
2770
|
+
"path": ["semantic", "font", "line-height", "fixed", "xl"]
|
|
2719
2771
|
},
|
|
2720
2772
|
{
|
|
2773
|
+
"key": "{semantic.font.line-height.relative.default}",
|
|
2721
2774
|
"value": "auto",
|
|
2722
2775
|
"type": "lineHeight",
|
|
2723
2776
|
"description": "1",
|
|
@@ -2731,6 +2784,7 @@
|
|
|
2731
2784
|
"description": "1",
|
|
2732
2785
|
"filePath": "src/tokens/semantic/font.json",
|
|
2733
2786
|
"isSource": true,
|
|
2787
|
+
"key": "{semantic.font.line-height.relative.default}",
|
|
2734
2788
|
"name": "calcite-semantic-font-line-height-relative-default",
|
|
2735
2789
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
2736
2790
|
"comment": "1",
|
|
@@ -2751,10 +2805,10 @@
|
|
|
2751
2805
|
"isSource": true,
|
|
2752
2806
|
"name": "Font Line Height Relative",
|
|
2753
2807
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
2754
|
-
"comment": "1"
|
|
2755
|
-
"key": "{semantic.font.line-height.relative.default}"
|
|
2808
|
+
"comment": "1"
|
|
2756
2809
|
},
|
|
2757
2810
|
{
|
|
2811
|
+
"key": "{semantic.font.line-height.relative.tight}",
|
|
2758
2812
|
"value": "1.25",
|
|
2759
2813
|
"type": "lineHeight",
|
|
2760
2814
|
"description": "1.25",
|
|
@@ -2768,6 +2822,7 @@
|
|
|
2768
2822
|
"description": "1.25",
|
|
2769
2823
|
"filePath": "src/tokens/semantic/font.json",
|
|
2770
2824
|
"isSource": true,
|
|
2825
|
+
"key": "{semantic.font.line-height.relative.tight}",
|
|
2771
2826
|
"name": "calcite-semantic-font-line-height-relative-tight",
|
|
2772
2827
|
"path": ["semantic", "font", "line-height", "relative", "tight"],
|
|
2773
2828
|
"comment": "1.25",
|
|
@@ -2788,10 +2843,10 @@
|
|
|
2788
2843
|
"isSource": true,
|
|
2789
2844
|
"name": "Font Line Height Relative Tight",
|
|
2790
2845
|
"path": ["semantic", "font", "line-height", "relative", "tight"],
|
|
2791
|
-
"comment": "1.25"
|
|
2792
|
-
"key": "{semantic.font.line-height.relative.tight}"
|
|
2846
|
+
"comment": "1.25"
|
|
2793
2847
|
},
|
|
2794
2848
|
{
|
|
2849
|
+
"key": "{semantic.font.line-height.relative.snug}",
|
|
2795
2850
|
"value": "1.375",
|
|
2796
2851
|
"type": "lineHeight",
|
|
2797
2852
|
"description": "1.375",
|
|
@@ -2805,6 +2860,7 @@
|
|
|
2805
2860
|
"description": "1.375",
|
|
2806
2861
|
"filePath": "src/tokens/semantic/font.json",
|
|
2807
2862
|
"isSource": true,
|
|
2863
|
+
"key": "{semantic.font.line-height.relative.snug}",
|
|
2808
2864
|
"name": "calcite-semantic-font-line-height-relative-snug",
|
|
2809
2865
|
"path": ["semantic", "font", "line-height", "relative", "snug"],
|
|
2810
2866
|
"comment": "1.375",
|
|
@@ -2825,10 +2881,10 @@
|
|
|
2825
2881
|
"isSource": true,
|
|
2826
2882
|
"name": "Font Line Height Relative Snug",
|
|
2827
2883
|
"path": ["semantic", "font", "line-height", "relative", "snug"],
|
|
2828
|
-
"comment": "1.375"
|
|
2829
|
-
"key": "{semantic.font.line-height.relative.snug}"
|
|
2884
|
+
"comment": "1.375"
|
|
2830
2885
|
},
|
|
2831
2886
|
{
|
|
2887
|
+
"key": "{semantic.font.line-height.relative.normal}",
|
|
2832
2888
|
"value": "1.5",
|
|
2833
2889
|
"type": "lineHeight",
|
|
2834
2890
|
"description": "1.5",
|
|
@@ -2842,6 +2898,7 @@
|
|
|
2842
2898
|
"description": "1.5",
|
|
2843
2899
|
"filePath": "src/tokens/semantic/font.json",
|
|
2844
2900
|
"isSource": true,
|
|
2901
|
+
"key": "{semantic.font.line-height.relative.normal}",
|
|
2845
2902
|
"name": "calcite-semantic-font-line-height-relative-normal",
|
|
2846
2903
|
"path": ["semantic", "font", "line-height", "relative", "normal"],
|
|
2847
2904
|
"comment": "1.5",
|
|
@@ -2862,10 +2919,10 @@
|
|
|
2862
2919
|
"isSource": true,
|
|
2863
2920
|
"name": "Font Line Height Relative Normal",
|
|
2864
2921
|
"path": ["semantic", "font", "line-height", "relative", "normal"],
|
|
2865
|
-
"comment": "1.5"
|
|
2866
|
-
"key": "{semantic.font.line-height.relative.normal}"
|
|
2922
|
+
"comment": "1.5"
|
|
2867
2923
|
},
|
|
2868
2924
|
{
|
|
2925
|
+
"key": "{semantic.font.line-height.relative.relaxed}",
|
|
2869
2926
|
"value": "1.625",
|
|
2870
2927
|
"type": "lineHeight",
|
|
2871
2928
|
"description": "1.625",
|
|
@@ -2879,6 +2936,7 @@
|
|
|
2879
2936
|
"description": "1.625",
|
|
2880
2937
|
"filePath": "src/tokens/semantic/font.json",
|
|
2881
2938
|
"isSource": true,
|
|
2939
|
+
"key": "{semantic.font.line-height.relative.relaxed}",
|
|
2882
2940
|
"name": "calcite-semantic-font-line-height-relative-relaxed",
|
|
2883
2941
|
"path": ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
2884
2942
|
"comment": "1.625",
|
|
@@ -2899,10 +2957,10 @@
|
|
|
2899
2957
|
"isSource": true,
|
|
2900
2958
|
"name": "Font Line Height Relative Relaxed",
|
|
2901
2959
|
"path": ["semantic", "font", "line-height", "relative", "relaxed"],
|
|
2902
|
-
"comment": "1.625"
|
|
2903
|
-
"key": "{semantic.font.line-height.relative.relaxed}"
|
|
2960
|
+
"comment": "1.625"
|
|
2904
2961
|
},
|
|
2905
2962
|
{
|
|
2963
|
+
"key": "{semantic.font.line-height.relative.loose}",
|
|
2906
2964
|
"value": "2",
|
|
2907
2965
|
"type": "lineHeight",
|
|
2908
2966
|
"description": "2",
|
|
@@ -2916,6 +2974,7 @@
|
|
|
2916
2974
|
"description": "2",
|
|
2917
2975
|
"filePath": "src/tokens/semantic/font.json",
|
|
2918
2976
|
"isSource": true,
|
|
2977
|
+
"key": "{semantic.font.line-height.relative.loose}",
|
|
2919
2978
|
"name": "calcite-semantic-font-line-height-relative-loose",
|
|
2920
2979
|
"path": ["semantic", "font", "line-height", "relative", "loose"],
|
|
2921
2980
|
"comment": "2",
|
|
@@ -2936,10 +2995,10 @@
|
|
|
2936
2995
|
"isSource": true,
|
|
2937
2996
|
"name": "Font Line Height Relative Loose",
|
|
2938
2997
|
"path": ["semantic", "font", "line-height", "relative", "loose"],
|
|
2939
|
-
"comment": "2"
|
|
2940
|
-
"key": "{semantic.font.line-height.relative.loose}"
|
|
2998
|
+
"comment": "2"
|
|
2941
2999
|
},
|
|
2942
3000
|
{
|
|
3001
|
+
"key": "{semantic.font.letter-spacing.tight}",
|
|
2943
3002
|
"value": "-0.4px",
|
|
2944
3003
|
"type": "dimension",
|
|
2945
3004
|
"description": "Deprecated",
|
|
@@ -2952,6 +3011,7 @@
|
|
|
2952
3011
|
"description": "Deprecated",
|
|
2953
3012
|
"filePath": "src/tokens/semantic/font.json",
|
|
2954
3013
|
"isSource": true,
|
|
3014
|
+
"key": "{semantic.font.letter-spacing.tight}",
|
|
2955
3015
|
"name": "calcite-semantic-font-letter-spacing-tight",
|
|
2956
3016
|
"path": ["semantic", "font", "letter-spacing", "tight"],
|
|
2957
3017
|
"comment": "Deprecated",
|
|
@@ -2972,10 +3032,10 @@
|
|
|
2972
3032
|
"isSource": true,
|
|
2973
3033
|
"name": "Font Letter Spacing Tight",
|
|
2974
3034
|
"path": ["semantic", "font", "letter-spacing", "tight"],
|
|
2975
|
-
"comment": "Deprecated"
|
|
2976
|
-
"key": "{semantic.font.letter-spacing.tight}"
|
|
3035
|
+
"comment": "Deprecated"
|
|
2977
3036
|
},
|
|
2978
3037
|
{
|
|
3038
|
+
"key": "{semantic.font.letter-spacing.normal}",
|
|
2979
3039
|
"value": "0",
|
|
2980
3040
|
"type": "dimension",
|
|
2981
3041
|
"description": "Deprecated",
|
|
@@ -2988,6 +3048,7 @@
|
|
|
2988
3048
|
"description": "Deprecated",
|
|
2989
3049
|
"filePath": "src/tokens/semantic/font.json",
|
|
2990
3050
|
"isSource": true,
|
|
3051
|
+
"key": "{semantic.font.letter-spacing.normal}",
|
|
2991
3052
|
"name": "calcite-semantic-font-letter-spacing-normal",
|
|
2992
3053
|
"path": ["semantic", "font", "letter-spacing", "normal"],
|
|
2993
3054
|
"comment": "Deprecated",
|
|
@@ -3008,10 +3069,10 @@
|
|
|
3008
3069
|
"isSource": true,
|
|
3009
3070
|
"name": "Font Letter Spacing Normal",
|
|
3010
3071
|
"path": ["semantic", "font", "letter-spacing", "normal"],
|
|
3011
|
-
"comment": "Deprecated"
|
|
3012
|
-
"key": "{semantic.font.letter-spacing.normal}"
|
|
3072
|
+
"comment": "Deprecated"
|
|
3013
3073
|
},
|
|
3014
3074
|
{
|
|
3075
|
+
"key": "{semantic.font.letter-spacing.wide}",
|
|
3015
3076
|
"value": "0.4px",
|
|
3016
3077
|
"type": "dimension",
|
|
3017
3078
|
"description": "Deprecated",
|
|
@@ -3024,6 +3085,7 @@
|
|
|
3024
3085
|
"description": "Deprecated",
|
|
3025
3086
|
"filePath": "src/tokens/semantic/font.json",
|
|
3026
3087
|
"isSource": true,
|
|
3088
|
+
"key": "{semantic.font.letter-spacing.wide}",
|
|
3027
3089
|
"name": "calcite-semantic-font-letter-spacing-wide",
|
|
3028
3090
|
"path": ["semantic", "font", "letter-spacing", "wide"],
|
|
3029
3091
|
"comment": "Deprecated",
|
|
@@ -3044,10 +3106,10 @@
|
|
|
3044
3106
|
"isSource": true,
|
|
3045
3107
|
"name": "Font Letter Spacing Wide",
|
|
3046
3108
|
"path": ["semantic", "font", "letter-spacing", "wide"],
|
|
3047
|
-
"comment": "Deprecated"
|
|
3048
|
-
"key": "{semantic.font.letter-spacing.wide}"
|
|
3109
|
+
"comment": "Deprecated"
|
|
3049
3110
|
},
|
|
3050
3111
|
{
|
|
3112
|
+
"key": "{semantic.font.paragraph-spacing.normal}",
|
|
3051
3113
|
"value": "4px",
|
|
3052
3114
|
"type": "dimension",
|
|
3053
3115
|
"description": "Deprecated",
|
|
@@ -3060,6 +3122,7 @@
|
|
|
3060
3122
|
"description": "Deprecated",
|
|
3061
3123
|
"filePath": "src/tokens/semantic/font.json",
|
|
3062
3124
|
"isSource": true,
|
|
3125
|
+
"key": "{semantic.font.paragraph-spacing.normal}",
|
|
3063
3126
|
"name": "calcite-semantic-font-paragraph-spacing-normal",
|
|
3064
3127
|
"path": ["semantic", "font", "paragraph-spacing", "normal"],
|
|
3065
3128
|
"comment": "Deprecated",
|
|
@@ -3080,10 +3143,10 @@
|
|
|
3080
3143
|
"isSource": true,
|
|
3081
3144
|
"name": "Font Paragraph Spacing Normal",
|
|
3082
3145
|
"path": ["semantic", "font", "paragraph-spacing", "normal"],
|
|
3083
|
-
"comment": "Deprecated"
|
|
3084
|
-
"key": "{semantic.font.paragraph-spacing.normal}"
|
|
3146
|
+
"comment": "Deprecated"
|
|
3085
3147
|
},
|
|
3086
3148
|
{
|
|
3149
|
+
"key": "{semantic.font.text-decoration.none}",
|
|
3087
3150
|
"value": "none",
|
|
3088
3151
|
"type": "textDecoration",
|
|
3089
3152
|
"description": "Deprecated",
|
|
@@ -3096,6 +3159,7 @@
|
|
|
3096
3159
|
"description": "Deprecated",
|
|
3097
3160
|
"filePath": "src/tokens/semantic/font.json",
|
|
3098
3161
|
"isSource": true,
|
|
3162
|
+
"key": "{semantic.font.text-decoration.none}",
|
|
3099
3163
|
"name": "calcite-semantic-font-text-decoration-none",
|
|
3100
3164
|
"path": ["semantic", "font", "text-decoration", "none"],
|
|
3101
3165
|
"comment": "Deprecated",
|
|
@@ -3116,10 +3180,10 @@
|
|
|
3116
3180
|
"isSource": true,
|
|
3117
3181
|
"name": "Font Text Decoration None",
|
|
3118
3182
|
"path": ["semantic", "font", "text-decoration", "none"],
|
|
3119
|
-
"comment": "Deprecated"
|
|
3120
|
-
"key": "{semantic.font.text-decoration.none}"
|
|
3183
|
+
"comment": "Deprecated"
|
|
3121
3184
|
},
|
|
3122
3185
|
{
|
|
3186
|
+
"key": "{semantic.font.text-decoration.underline}",
|
|
3123
3187
|
"value": "underline",
|
|
3124
3188
|
"type": "textDecoration",
|
|
3125
3189
|
"description": "Deprecated",
|
|
@@ -3132,6 +3196,7 @@
|
|
|
3132
3196
|
"description": "Deprecated",
|
|
3133
3197
|
"filePath": "src/tokens/semantic/font.json",
|
|
3134
3198
|
"isSource": true,
|
|
3199
|
+
"key": "{semantic.font.text-decoration.underline}",
|
|
3135
3200
|
"name": "calcite-semantic-font-text-decoration-underline",
|
|
3136
3201
|
"path": ["semantic", "font", "text-decoration", "underline"],
|
|
3137
3202
|
"comment": "Deprecated",
|
|
@@ -3152,10 +3217,10 @@
|
|
|
3152
3217
|
"isSource": true,
|
|
3153
3218
|
"name": "Font Text Decoration Underline",
|
|
3154
3219
|
"path": ["semantic", "font", "text-decoration", "underline"],
|
|
3155
|
-
"comment": "Deprecated"
|
|
3156
|
-
"key": "{semantic.font.text-decoration.underline}"
|
|
3220
|
+
"comment": "Deprecated"
|
|
3157
3221
|
},
|
|
3158
3222
|
{
|
|
3223
|
+
"key": "{semantic.font.text-case.none}",
|
|
3159
3224
|
"value": "none",
|
|
3160
3225
|
"type": "textCase",
|
|
3161
3226
|
"description": "Deprecated",
|
|
@@ -3168,6 +3233,7 @@
|
|
|
3168
3233
|
"description": "Deprecated",
|
|
3169
3234
|
"filePath": "src/tokens/semantic/font.json",
|
|
3170
3235
|
"isSource": true,
|
|
3236
|
+
"key": "{semantic.font.text-case.none}",
|
|
3171
3237
|
"name": "calcite-semantic-font-text-case-none",
|
|
3172
3238
|
"path": ["semantic", "font", "text-case", "none"],
|
|
3173
3239
|
"comment": "Deprecated",
|
|
@@ -3188,10 +3254,10 @@
|
|
|
3188
3254
|
"isSource": true,
|
|
3189
3255
|
"name": "Font Text Case None",
|
|
3190
3256
|
"path": ["semantic", "font", "text-case", "none"],
|
|
3191
|
-
"comment": "Deprecated"
|
|
3192
|
-
"key": "{semantic.font.text-case.none}"
|
|
3257
|
+
"comment": "Deprecated"
|
|
3193
3258
|
},
|
|
3194
3259
|
{
|
|
3260
|
+
"key": "{semantic.font.text-case.uppercase}",
|
|
3195
3261
|
"value": "uppercase",
|
|
3196
3262
|
"type": "textCase",
|
|
3197
3263
|
"description": "Deprecated",
|
|
@@ -3204,6 +3270,7 @@
|
|
|
3204
3270
|
"description": "Deprecated",
|
|
3205
3271
|
"filePath": "src/tokens/semantic/font.json",
|
|
3206
3272
|
"isSource": true,
|
|
3273
|
+
"key": "{semantic.font.text-case.uppercase}",
|
|
3207
3274
|
"name": "calcite-semantic-font-text-case-uppercase",
|
|
3208
3275
|
"path": ["semantic", "font", "text-case", "uppercase"],
|
|
3209
3276
|
"comment": "Deprecated",
|
|
@@ -3224,10 +3291,10 @@
|
|
|
3224
3291
|
"isSource": true,
|
|
3225
3292
|
"name": "Font Text Case Uppercase",
|
|
3226
3293
|
"path": ["semantic", "font", "text-case", "uppercase"],
|
|
3227
|
-
"comment": "Deprecated"
|
|
3228
|
-
"key": "{semantic.font.text-case.uppercase}"
|
|
3294
|
+
"comment": "Deprecated"
|
|
3229
3295
|
},
|
|
3230
3296
|
{
|
|
3297
|
+
"key": "{semantic.font.text-case.lowercase}",
|
|
3231
3298
|
"value": "lowercase",
|
|
3232
3299
|
"type": "textCase",
|
|
3233
3300
|
"description": "Deprecated",
|
|
@@ -3240,6 +3307,7 @@
|
|
|
3240
3307
|
"description": "Deprecated",
|
|
3241
3308
|
"filePath": "src/tokens/semantic/font.json",
|
|
3242
3309
|
"isSource": true,
|
|
3310
|
+
"key": "{semantic.font.text-case.lowercase}",
|
|
3243
3311
|
"name": "calcite-semantic-font-text-case-lowercase",
|
|
3244
3312
|
"path": ["semantic", "font", "text-case", "lowercase"],
|
|
3245
3313
|
"comment": "Deprecated",
|
|
@@ -3260,10 +3328,10 @@
|
|
|
3260
3328
|
"isSource": true,
|
|
3261
3329
|
"name": "Font Text Case Lowercase",
|
|
3262
3330
|
"path": ["semantic", "font", "text-case", "lowercase"],
|
|
3263
|
-
"comment": "Deprecated"
|
|
3264
|
-
"key": "{semantic.font.text-case.lowercase}"
|
|
3331
|
+
"comment": "Deprecated"
|
|
3265
3332
|
},
|
|
3266
3333
|
{
|
|
3334
|
+
"key": "{semantic.font.text-case.capitalize}",
|
|
3267
3335
|
"value": "capitalize",
|
|
3268
3336
|
"type": "textCase",
|
|
3269
3337
|
"description": "Deprecated",
|
|
@@ -3276,6 +3344,7 @@
|
|
|
3276
3344
|
"description": "Deprecated",
|
|
3277
3345
|
"filePath": "src/tokens/semantic/font.json",
|
|
3278
3346
|
"isSource": true,
|
|
3347
|
+
"key": "{semantic.font.text-case.capitalize}",
|
|
3279
3348
|
"name": "calcite-semantic-font-text-case-capitalize",
|
|
3280
3349
|
"path": ["semantic", "font", "text-case", "capitalize"],
|
|
3281
3350
|
"comment": "Deprecated",
|
|
@@ -3296,10 +3365,10 @@
|
|
|
3296
3365
|
"isSource": true,
|
|
3297
3366
|
"name": "Font Text Case Capitalize",
|
|
3298
3367
|
"path": ["semantic", "font", "text-case", "capitalize"],
|
|
3299
|
-
"comment": "Deprecated"
|
|
3300
|
-
"key": "{semantic.font.text-case.capitalize}"
|
|
3368
|
+
"comment": "Deprecated"
|
|
3301
3369
|
},
|
|
3302
3370
|
{
|
|
3371
|
+
"key": "{semantic.opacity.light}",
|
|
3303
3372
|
"value": "0.4",
|
|
3304
3373
|
"type": "opacity",
|
|
3305
3374
|
"attributes": {
|
|
@@ -3322,10 +3391,10 @@
|
|
|
3322
3391
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
3323
3392
|
"isSource": true,
|
|
3324
3393
|
"name": "Opacity Light",
|
|
3325
|
-
"path": ["semantic", "opacity", "light"]
|
|
3326
|
-
"key": "{semantic.opacity.light}"
|
|
3394
|
+
"path": ["semantic", "opacity", "light"]
|
|
3327
3395
|
},
|
|
3328
3396
|
{
|
|
3397
|
+
"key": "{semantic.opacity.half}",
|
|
3329
3398
|
"value": "0.5",
|
|
3330
3399
|
"type": "opacity",
|
|
3331
3400
|
"attributes": {
|
|
@@ -3348,10 +3417,10 @@
|
|
|
3348
3417
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
3349
3418
|
"isSource": true,
|
|
3350
3419
|
"name": "Opacity Half",
|
|
3351
|
-
"path": ["semantic", "opacity", "half"]
|
|
3352
|
-
"key": "{semantic.opacity.half}"
|
|
3420
|
+
"path": ["semantic", "opacity", "half"]
|
|
3353
3421
|
},
|
|
3354
3422
|
{
|
|
3423
|
+
"key": "{semantic.opacity.dark}",
|
|
3355
3424
|
"value": "0.85",
|
|
3356
3425
|
"type": "opacity",
|
|
3357
3426
|
"attributes": {
|
|
@@ -3374,10 +3443,10 @@
|
|
|
3374
3443
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
3375
3444
|
"isSource": true,
|
|
3376
3445
|
"name": "Opacity Dark",
|
|
3377
|
-
"path": ["semantic", "opacity", "dark"]
|
|
3378
|
-
"key": "{semantic.opacity.dark}"
|
|
3446
|
+
"path": ["semantic", "opacity", "dark"]
|
|
3379
3447
|
},
|
|
3380
3448
|
{
|
|
3449
|
+
"key": "{semantic.opacity.full}",
|
|
3381
3450
|
"value": "1",
|
|
3382
3451
|
"type": "opacity",
|
|
3383
3452
|
"attributes": {
|
|
@@ -3400,10 +3469,10 @@
|
|
|
3400
3469
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
3401
3470
|
"isSource": true,
|
|
3402
3471
|
"name": "Opacity Full",
|
|
3403
|
-
"path": ["semantic", "opacity", "full"]
|
|
3404
|
-
"key": "{semantic.opacity.full}"
|
|
3472
|
+
"path": ["semantic", "opacity", "full"]
|
|
3405
3473
|
},
|
|
3406
3474
|
{
|
|
3475
|
+
"key": "{semantic.opacity.disabled}",
|
|
3407
3476
|
"value": "0.5",
|
|
3408
3477
|
"type": "opacity",
|
|
3409
3478
|
"attributes": {
|
|
@@ -3426,10 +3495,10 @@
|
|
|
3426
3495
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
3427
3496
|
"isSource": true,
|
|
3428
3497
|
"name": "Opacity Disabled",
|
|
3429
|
-
"path": ["semantic", "opacity", "disabled"]
|
|
3430
|
-
"key": "{semantic.opacity.disabled}"
|
|
3498
|
+
"path": ["semantic", "opacity", "disabled"]
|
|
3431
3499
|
},
|
|
3432
3500
|
{
|
|
3501
|
+
"key": "{semantic.shadow.none}",
|
|
3433
3502
|
"value": "{\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0)\",\"x\":\"0\",\"y\":\"0\"}",
|
|
3434
3503
|
"type": "shadow",
|
|
3435
3504
|
"attributes": {
|
|
@@ -3452,10 +3521,10 @@
|
|
|
3452
3521
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
3453
3522
|
"isSource": true,
|
|
3454
3523
|
"name": "Shadow None",
|
|
3455
|
-
"path": ["semantic", "shadow", "none"]
|
|
3456
|
-
"key": "{semantic.shadow.none}"
|
|
3524
|
+
"path": ["semantic", "shadow", "none"]
|
|
3457
3525
|
},
|
|
3458
3526
|
{
|
|
3527
|
+
"key": "{semantic.shadow.sm}",
|
|
3459
3528
|
"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\"}]",
|
|
3460
3529
|
"type": "shadow",
|
|
3461
3530
|
"attributes": {
|
|
@@ -3478,10 +3547,10 @@
|
|
|
3478
3547
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
3479
3548
|
"isSource": true,
|
|
3480
3549
|
"name": "Shadow Sm",
|
|
3481
|
-
"path": ["semantic", "shadow", "sm"]
|
|
3482
|
-
"key": "{semantic.shadow.sm}"
|
|
3550
|
+
"path": ["semantic", "shadow", "sm"]
|
|
3483
3551
|
},
|
|
3484
3552
|
{
|
|
3553
|
+
"key": "{semantic.shadow.md}",
|
|
3485
3554
|
"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\"}]",
|
|
3486
3555
|
"type": "shadow",
|
|
3487
3556
|
"attributes": {
|
|
@@ -3504,13 +3573,12 @@
|
|
|
3504
3573
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
3505
3574
|
"isSource": true,
|
|
3506
3575
|
"name": "Shadow Md",
|
|
3507
|
-
"path": ["semantic", "shadow", "md"]
|
|
3508
|
-
"key": "{semantic.shadow.md}"
|
|
3576
|
+
"path": ["semantic", "shadow", "md"]
|
|
3509
3577
|
},
|
|
3510
3578
|
{
|
|
3579
|
+
"key": "{semantic.size.fixed.xxxs}",
|
|
3511
3580
|
"value": "2px",
|
|
3512
3581
|
"type": "dimension",
|
|
3513
|
-
"description": "deprecated",
|
|
3514
3582
|
"attributes": {
|
|
3515
3583
|
"category": "size",
|
|
3516
3584
|
"type": "dimension",
|
|
@@ -3520,6 +3588,7 @@
|
|
|
3520
3588
|
"description": "deprecated",
|
|
3521
3589
|
"filePath": "src/tokens/semantic/size.json",
|
|
3522
3590
|
"isSource": true,
|
|
3591
|
+
"key": "{semantic.size.fixed.xxxs}",
|
|
3523
3592
|
"name": "calcite-semantic-size-fixed-xxxs",
|
|
3524
3593
|
"path": ["semantic", "size", "fixed", "xxxs"],
|
|
3525
3594
|
"comment": "deprecated",
|
|
@@ -3536,17 +3605,17 @@
|
|
|
3536
3605
|
"type": "dimension"
|
|
3537
3606
|
}
|
|
3538
3607
|
},
|
|
3608
|
+
"description": "deprecated",
|
|
3539
3609
|
"filePath": "src/tokens/semantic/size.json",
|
|
3540
3610
|
"isSource": true,
|
|
3541
3611
|
"name": "Size Fixed Xxxs",
|
|
3542
3612
|
"path": ["semantic", "size", "fixed", "xxxs"],
|
|
3543
|
-
"comment": "deprecated"
|
|
3544
|
-
"key": "{semantic.size.fixed.xxxs}"
|
|
3613
|
+
"comment": "deprecated"
|
|
3545
3614
|
},
|
|
3546
3615
|
{
|
|
3616
|
+
"key": "{semantic.size.fixed.xxs}",
|
|
3547
3617
|
"value": "4px",
|
|
3548
3618
|
"type": "dimension",
|
|
3549
|
-
"description": "deprecated",
|
|
3550
3619
|
"attributes": {
|
|
3551
3620
|
"category": "size",
|
|
3552
3621
|
"type": "dimension",
|
|
@@ -3556,6 +3625,7 @@
|
|
|
3556
3625
|
"description": "deprecated",
|
|
3557
3626
|
"filePath": "src/tokens/semantic/size.json",
|
|
3558
3627
|
"isSource": true,
|
|
3628
|
+
"key": "{semantic.size.fixed.xxs}",
|
|
3559
3629
|
"name": "calcite-semantic-size-fixed-xxs",
|
|
3560
3630
|
"path": ["semantic", "size", "fixed", "xxs"],
|
|
3561
3631
|
"comment": "deprecated",
|
|
@@ -3572,17 +3642,17 @@
|
|
|
3572
3642
|
"type": "dimension"
|
|
3573
3643
|
}
|
|
3574
3644
|
},
|
|
3645
|
+
"description": "deprecated",
|
|
3575
3646
|
"filePath": "src/tokens/semantic/size.json",
|
|
3576
3647
|
"isSource": true,
|
|
3577
3648
|
"name": "Size Fixed Xxs",
|
|
3578
3649
|
"path": ["semantic", "size", "fixed", "xxs"],
|
|
3579
|
-
"comment": "deprecated"
|
|
3580
|
-
"key": "{semantic.size.fixed.xxs}"
|
|
3650
|
+
"comment": "deprecated"
|
|
3581
3651
|
},
|
|
3582
3652
|
{
|
|
3653
|
+
"key": "{semantic.size.fixed.xs}",
|
|
3583
3654
|
"value": "6px",
|
|
3584
3655
|
"type": "dimension",
|
|
3585
|
-
"description": "deprecated",
|
|
3586
3656
|
"attributes": {
|
|
3587
3657
|
"category": "size",
|
|
3588
3658
|
"type": "dimension",
|
|
@@ -3592,6 +3662,7 @@
|
|
|
3592
3662
|
"description": "deprecated",
|
|
3593
3663
|
"filePath": "src/tokens/semantic/size.json",
|
|
3594
3664
|
"isSource": true,
|
|
3665
|
+
"key": "{semantic.size.fixed.xs}",
|
|
3595
3666
|
"name": "calcite-semantic-size-fixed-xs",
|
|
3596
3667
|
"path": ["semantic", "size", "fixed", "xs"],
|
|
3597
3668
|
"comment": "deprecated",
|
|
@@ -3608,17 +3679,17 @@
|
|
|
3608
3679
|
"type": "dimension"
|
|
3609
3680
|
}
|
|
3610
3681
|
},
|
|
3682
|
+
"description": "deprecated",
|
|
3611
3683
|
"filePath": "src/tokens/semantic/size.json",
|
|
3612
3684
|
"isSource": true,
|
|
3613
3685
|
"name": "Size Fixed Xs",
|
|
3614
3686
|
"path": ["semantic", "size", "fixed", "xs"],
|
|
3615
|
-
"comment": "deprecated"
|
|
3616
|
-
"key": "{semantic.size.fixed.xs}"
|
|
3687
|
+
"comment": "deprecated"
|
|
3617
3688
|
},
|
|
3618
3689
|
{
|
|
3690
|
+
"key": "{semantic.size.fixed.sm}",
|
|
3619
3691
|
"value": "8px",
|
|
3620
3692
|
"type": "dimension",
|
|
3621
|
-
"description": "deprecated",
|
|
3622
3693
|
"attributes": {
|
|
3623
3694
|
"category": "size",
|
|
3624
3695
|
"type": "dimension",
|
|
@@ -3628,6 +3699,7 @@
|
|
|
3628
3699
|
"description": "deprecated",
|
|
3629
3700
|
"filePath": "src/tokens/semantic/size.json",
|
|
3630
3701
|
"isSource": true,
|
|
3702
|
+
"key": "{semantic.size.fixed.sm}",
|
|
3631
3703
|
"name": "calcite-semantic-size-fixed-sm",
|
|
3632
3704
|
"path": ["semantic", "size", "fixed", "sm"],
|
|
3633
3705
|
"comment": "deprecated",
|
|
@@ -3644,17 +3716,17 @@
|
|
|
3644
3716
|
"type": "dimension"
|
|
3645
3717
|
}
|
|
3646
3718
|
},
|
|
3719
|
+
"description": "deprecated",
|
|
3647
3720
|
"filePath": "src/tokens/semantic/size.json",
|
|
3648
3721
|
"isSource": true,
|
|
3649
3722
|
"name": "Size Fixed Sm",
|
|
3650
3723
|
"path": ["semantic", "size", "fixed", "sm"],
|
|
3651
|
-
"comment": "deprecated"
|
|
3652
|
-
"key": "{semantic.size.fixed.sm}"
|
|
3724
|
+
"comment": "deprecated"
|
|
3653
3725
|
},
|
|
3654
3726
|
{
|
|
3727
|
+
"key": "{semantic.size.fixed.sm+}",
|
|
3655
3728
|
"value": "10px",
|
|
3656
3729
|
"type": "dimension",
|
|
3657
|
-
"description": "deprecated",
|
|
3658
3730
|
"attributes": {
|
|
3659
3731
|
"category": "size",
|
|
3660
3732
|
"type": "dimension",
|
|
@@ -3664,6 +3736,7 @@
|
|
|
3664
3736
|
"description": "deprecated",
|
|
3665
3737
|
"filePath": "src/tokens/semantic/size.json",
|
|
3666
3738
|
"isSource": true,
|
|
3739
|
+
"key": "{semantic.size.fixed.sm+}",
|
|
3667
3740
|
"name": "calcite-semantic-size-fixed-sm",
|
|
3668
3741
|
"path": ["semantic", "size", "fixed", "sm+"],
|
|
3669
3742
|
"comment": "deprecated",
|
|
@@ -3680,17 +3753,17 @@
|
|
|
3680
3753
|
"type": "dimension"
|
|
3681
3754
|
}
|
|
3682
3755
|
},
|
|
3756
|
+
"description": "deprecated",
|
|
3683
3757
|
"filePath": "src/tokens/semantic/size.json",
|
|
3684
3758
|
"isSource": true,
|
|
3685
3759
|
"name": "Size Fixed Sm Plus",
|
|
3686
3760
|
"path": ["semantic", "size", "fixed", "sm+"],
|
|
3687
|
-
"comment": "deprecated"
|
|
3688
|
-
"key": "{semantic.size.fixed.sm+}"
|
|
3761
|
+
"comment": "deprecated"
|
|
3689
3762
|
},
|
|
3690
3763
|
{
|
|
3764
|
+
"key": "{semantic.size.fixed.md}",
|
|
3691
3765
|
"value": "12px",
|
|
3692
3766
|
"type": "dimension",
|
|
3693
|
-
"description": "deprecated",
|
|
3694
3767
|
"attributes": {
|
|
3695
3768
|
"category": "size",
|
|
3696
3769
|
"type": "dimension",
|
|
@@ -3700,6 +3773,7 @@
|
|
|
3700
3773
|
"description": "deprecated",
|
|
3701
3774
|
"filePath": "src/tokens/semantic/size.json",
|
|
3702
3775
|
"isSource": true,
|
|
3776
|
+
"key": "{semantic.size.fixed.md}",
|
|
3703
3777
|
"name": "calcite-semantic-size-fixed-md",
|
|
3704
3778
|
"path": ["semantic", "size", "fixed", "md"],
|
|
3705
3779
|
"comment": "deprecated",
|
|
@@ -3716,17 +3790,17 @@
|
|
|
3716
3790
|
"type": "dimension"
|
|
3717
3791
|
}
|
|
3718
3792
|
},
|
|
3793
|
+
"description": "deprecated",
|
|
3719
3794
|
"filePath": "src/tokens/semantic/size.json",
|
|
3720
3795
|
"isSource": true,
|
|
3721
3796
|
"name": "Size Fixed Md",
|
|
3722
3797
|
"path": ["semantic", "size", "fixed", "md"],
|
|
3723
|
-
"comment": "deprecated"
|
|
3724
|
-
"key": "{semantic.size.fixed.md}"
|
|
3798
|
+
"comment": "deprecated"
|
|
3725
3799
|
},
|
|
3726
3800
|
{
|
|
3801
|
+
"key": "{semantic.size.fixed.md+}",
|
|
3727
3802
|
"value": "14px",
|
|
3728
3803
|
"type": "dimension",
|
|
3729
|
-
"description": "deprecated",
|
|
3730
3804
|
"attributes": {
|
|
3731
3805
|
"category": "size",
|
|
3732
3806
|
"type": "dimension",
|
|
@@ -3736,6 +3810,7 @@
|
|
|
3736
3810
|
"description": "deprecated",
|
|
3737
3811
|
"filePath": "src/tokens/semantic/size.json",
|
|
3738
3812
|
"isSource": true,
|
|
3813
|
+
"key": "{semantic.size.fixed.md+}",
|
|
3739
3814
|
"name": "calcite-semantic-size-fixed-md",
|
|
3740
3815
|
"path": ["semantic", "size", "fixed", "md+"],
|
|
3741
3816
|
"comment": "deprecated",
|
|
@@ -3752,17 +3827,17 @@
|
|
|
3752
3827
|
"type": "dimension"
|
|
3753
3828
|
}
|
|
3754
3829
|
},
|
|
3830
|
+
"description": "deprecated",
|
|
3755
3831
|
"filePath": "src/tokens/semantic/size.json",
|
|
3756
3832
|
"isSource": true,
|
|
3757
3833
|
"name": "Size Fixed Md Plus",
|
|
3758
3834
|
"path": ["semantic", "size", "fixed", "md+"],
|
|
3759
|
-
"comment": "deprecated"
|
|
3760
|
-
"key": "{semantic.size.fixed.md+}"
|
|
3835
|
+
"comment": "deprecated"
|
|
3761
3836
|
},
|
|
3762
3837
|
{
|
|
3838
|
+
"key": "{semantic.size.fixed.lg}",
|
|
3763
3839
|
"value": "16px",
|
|
3764
3840
|
"type": "dimension",
|
|
3765
|
-
"description": "deprecated",
|
|
3766
3841
|
"attributes": {
|
|
3767
3842
|
"category": "size",
|
|
3768
3843
|
"type": "dimension",
|
|
@@ -3772,6 +3847,7 @@
|
|
|
3772
3847
|
"description": "deprecated",
|
|
3773
3848
|
"filePath": "src/tokens/semantic/size.json",
|
|
3774
3849
|
"isSource": true,
|
|
3850
|
+
"key": "{semantic.size.fixed.lg}",
|
|
3775
3851
|
"name": "calcite-semantic-size-fixed-lg",
|
|
3776
3852
|
"path": ["semantic", "size", "fixed", "lg"],
|
|
3777
3853
|
"comment": "deprecated",
|
|
@@ -3788,17 +3864,17 @@
|
|
|
3788
3864
|
"type": "dimension"
|
|
3789
3865
|
}
|
|
3790
3866
|
},
|
|
3867
|
+
"description": "deprecated",
|
|
3791
3868
|
"filePath": "src/tokens/semantic/size.json",
|
|
3792
3869
|
"isSource": true,
|
|
3793
3870
|
"name": "Size Fixed Lg",
|
|
3794
3871
|
"path": ["semantic", "size", "fixed", "lg"],
|
|
3795
|
-
"comment": "deprecated"
|
|
3796
|
-
"key": "{semantic.size.fixed.lg}"
|
|
3872
|
+
"comment": "deprecated"
|
|
3797
3873
|
},
|
|
3798
3874
|
{
|
|
3875
|
+
"key": "{semantic.size.fixed.xl}",
|
|
3799
3876
|
"value": "20px",
|
|
3800
3877
|
"type": "dimension",
|
|
3801
|
-
"description": "deprecated",
|
|
3802
3878
|
"attributes": {
|
|
3803
3879
|
"category": "size",
|
|
3804
3880
|
"type": "dimension",
|
|
@@ -3808,6 +3884,7 @@
|
|
|
3808
3884
|
"description": "deprecated",
|
|
3809
3885
|
"filePath": "src/tokens/semantic/size.json",
|
|
3810
3886
|
"isSource": true,
|
|
3887
|
+
"key": "{semantic.size.fixed.xl}",
|
|
3811
3888
|
"name": "calcite-semantic-size-fixed-xl",
|
|
3812
3889
|
"path": ["semantic", "size", "fixed", "xl"],
|
|
3813
3890
|
"comment": "deprecated",
|
|
@@ -3824,17 +3901,17 @@
|
|
|
3824
3901
|
"type": "dimension"
|
|
3825
3902
|
}
|
|
3826
3903
|
},
|
|
3904
|
+
"description": "deprecated",
|
|
3827
3905
|
"filePath": "src/tokens/semantic/size.json",
|
|
3828
3906
|
"isSource": true,
|
|
3829
3907
|
"name": "Size Fixed Xl",
|
|
3830
3908
|
"path": ["semantic", "size", "fixed", "xl"],
|
|
3831
|
-
"comment": "deprecated"
|
|
3832
|
-
"key": "{semantic.size.fixed.xl}"
|
|
3909
|
+
"comment": "deprecated"
|
|
3833
3910
|
},
|
|
3834
3911
|
{
|
|
3912
|
+
"key": "{semantic.size.fixed.xxl}",
|
|
3835
3913
|
"value": "24px",
|
|
3836
3914
|
"type": "dimension",
|
|
3837
|
-
"description": "deprecated",
|
|
3838
3915
|
"attributes": {
|
|
3839
3916
|
"category": "size",
|
|
3840
3917
|
"type": "dimension",
|
|
@@ -3844,6 +3921,7 @@
|
|
|
3844
3921
|
"description": "deprecated",
|
|
3845
3922
|
"filePath": "src/tokens/semantic/size.json",
|
|
3846
3923
|
"isSource": true,
|
|
3924
|
+
"key": "{semantic.size.fixed.xxl}",
|
|
3847
3925
|
"name": "calcite-semantic-size-fixed-xxl",
|
|
3848
3926
|
"path": ["semantic", "size", "fixed", "xxl"],
|
|
3849
3927
|
"comment": "deprecated",
|
|
@@ -3860,17 +3938,17 @@
|
|
|
3860
3938
|
"type": "dimension"
|
|
3861
3939
|
}
|
|
3862
3940
|
},
|
|
3941
|
+
"description": "deprecated",
|
|
3863
3942
|
"filePath": "src/tokens/semantic/size.json",
|
|
3864
3943
|
"isSource": true,
|
|
3865
3944
|
"name": "Size Fixed Xxl",
|
|
3866
3945
|
"path": ["semantic", "size", "fixed", "xxl"],
|
|
3867
|
-
"comment": "deprecated"
|
|
3868
|
-
"key": "{semantic.size.fixed.xxl}"
|
|
3946
|
+
"comment": "deprecated"
|
|
3869
3947
|
},
|
|
3870
3948
|
{
|
|
3949
|
+
"key": "{semantic.size.fixed.xxxl}",
|
|
3871
3950
|
"value": "32px",
|
|
3872
3951
|
"type": "dimension",
|
|
3873
|
-
"description": "deprecated",
|
|
3874
3952
|
"attributes": {
|
|
3875
3953
|
"category": "size",
|
|
3876
3954
|
"type": "dimension",
|
|
@@ -3880,6 +3958,7 @@
|
|
|
3880
3958
|
"description": "deprecated",
|
|
3881
3959
|
"filePath": "src/tokens/semantic/size.json",
|
|
3882
3960
|
"isSource": true,
|
|
3961
|
+
"key": "{semantic.size.fixed.xxxl}",
|
|
3883
3962
|
"name": "calcite-semantic-size-fixed-xxxl",
|
|
3884
3963
|
"path": ["semantic", "size", "fixed", "xxxl"],
|
|
3885
3964
|
"comment": "deprecated",
|
|
@@ -3896,14 +3975,15 @@
|
|
|
3896
3975
|
"type": "dimension"
|
|
3897
3976
|
}
|
|
3898
3977
|
},
|
|
3978
|
+
"description": "deprecated",
|
|
3899
3979
|
"filePath": "src/tokens/semantic/size.json",
|
|
3900
3980
|
"isSource": true,
|
|
3901
3981
|
"name": "Size Fixed Xxxl",
|
|
3902
3982
|
"path": ["semantic", "size", "fixed", "xxxl"],
|
|
3903
|
-
"comment": "deprecated"
|
|
3904
|
-
"key": "{semantic.size.fixed.xxxl}"
|
|
3983
|
+
"comment": "deprecated"
|
|
3905
3984
|
},
|
|
3906
3985
|
{
|
|
3986
|
+
"key": "{semantic.size.default.px}",
|
|
3907
3987
|
"value": "1px",
|
|
3908
3988
|
"type": "dimension",
|
|
3909
3989
|
"attributes": {
|
|
@@ -3927,10 +4007,10 @@
|
|
|
3927
4007
|
"filePath": "src/tokens/semantic/size.json",
|
|
3928
4008
|
"isSource": true,
|
|
3929
4009
|
"name": "Size Px",
|
|
3930
|
-
"path": ["semantic", "size", "default", "px"]
|
|
3931
|
-
"key": "{semantic.size.default.px}"
|
|
4010
|
+
"path": ["semantic", "size", "default", "px"]
|
|
3932
4011
|
},
|
|
3933
4012
|
{
|
|
4013
|
+
"key": "{semantic.size.default.xxxs}",
|
|
3934
4014
|
"value": "0.75rem",
|
|
3935
4015
|
"type": "dimension",
|
|
3936
4016
|
"attributes": {
|
|
@@ -3954,10 +4034,10 @@
|
|
|
3954
4034
|
"filePath": "src/tokens/semantic/size.json",
|
|
3955
4035
|
"isSource": true,
|
|
3956
4036
|
"name": "Size Xxxs",
|
|
3957
|
-
"path": ["semantic", "size", "default", "xxxs"]
|
|
3958
|
-
"key": "{semantic.size.default.xxxs}"
|
|
4037
|
+
"path": ["semantic", "size", "default", "xxxs"]
|
|
3959
4038
|
},
|
|
3960
4039
|
{
|
|
4040
|
+
"key": "{semantic.size.default.xxs}",
|
|
3961
4041
|
"value": "0.875rem",
|
|
3962
4042
|
"type": "dimension",
|
|
3963
4043
|
"attributes": {
|
|
@@ -3981,10 +4061,10 @@
|
|
|
3981
4061
|
"filePath": "src/tokens/semantic/size.json",
|
|
3982
4062
|
"isSource": true,
|
|
3983
4063
|
"name": "Size Xxs",
|
|
3984
|
-
"path": ["semantic", "size", "default", "xxs"]
|
|
3985
|
-
"key": "{semantic.size.default.xxs}"
|
|
4064
|
+
"path": ["semantic", "size", "default", "xxs"]
|
|
3986
4065
|
},
|
|
3987
4066
|
{
|
|
4067
|
+
"key": "{semantic.size.default.xs}",
|
|
3988
4068
|
"value": "1rem",
|
|
3989
4069
|
"type": "dimension",
|
|
3990
4070
|
"attributes": {
|
|
@@ -4008,10 +4088,10 @@
|
|
|
4008
4088
|
"filePath": "src/tokens/semantic/size.json",
|
|
4009
4089
|
"isSource": true,
|
|
4010
4090
|
"name": "Size Xs",
|
|
4011
|
-
"path": ["semantic", "size", "default", "xs"]
|
|
4012
|
-
"key": "{semantic.size.default.xs}"
|
|
4091
|
+
"path": ["semantic", "size", "default", "xs"]
|
|
4013
4092
|
},
|
|
4014
4093
|
{
|
|
4094
|
+
"key": "{semantic.size.default.sm}",
|
|
4015
4095
|
"value": "1.5rem",
|
|
4016
4096
|
"type": "dimension",
|
|
4017
4097
|
"attributes": {
|
|
@@ -4035,10 +4115,10 @@
|
|
|
4035
4115
|
"filePath": "src/tokens/semantic/size.json",
|
|
4036
4116
|
"isSource": true,
|
|
4037
4117
|
"name": "Size Sm",
|
|
4038
|
-
"path": ["semantic", "size", "default", "sm"]
|
|
4039
|
-
"key": "{semantic.size.default.sm}"
|
|
4118
|
+
"path": ["semantic", "size", "default", "sm"]
|
|
4040
4119
|
},
|
|
4041
4120
|
{
|
|
4121
|
+
"key": "{semantic.size.default.md}",
|
|
4042
4122
|
"value": "2rem",
|
|
4043
4123
|
"type": "dimension",
|
|
4044
4124
|
"attributes": {
|
|
@@ -4062,10 +4142,10 @@
|
|
|
4062
4142
|
"filePath": "src/tokens/semantic/size.json",
|
|
4063
4143
|
"isSource": true,
|
|
4064
4144
|
"name": "Size Md",
|
|
4065
|
-
"path": ["semantic", "size", "default", "md"]
|
|
4066
|
-
"key": "{semantic.size.default.md}"
|
|
4145
|
+
"path": ["semantic", "size", "default", "md"]
|
|
4067
4146
|
},
|
|
4068
4147
|
{
|
|
4148
|
+
"key": "{semantic.size.default.lg}",
|
|
4069
4149
|
"value": "2.75rem",
|
|
4070
4150
|
"type": "dimension",
|
|
4071
4151
|
"attributes": {
|
|
@@ -4089,10 +4169,10 @@
|
|
|
4089
4169
|
"filePath": "src/tokens/semantic/size.json",
|
|
4090
4170
|
"isSource": true,
|
|
4091
4171
|
"name": "Size Lg",
|
|
4092
|
-
"path": ["semantic", "size", "default", "lg"]
|
|
4093
|
-
"key": "{semantic.size.default.lg}"
|
|
4172
|
+
"path": ["semantic", "size", "default", "lg"]
|
|
4094
4173
|
},
|
|
4095
4174
|
{
|
|
4175
|
+
"key": "{semantic.size.default.xl}",
|
|
4096
4176
|
"value": "3rem",
|
|
4097
4177
|
"type": "dimension",
|
|
4098
4178
|
"attributes": {
|
|
@@ -4116,10 +4196,10 @@
|
|
|
4116
4196
|
"filePath": "src/tokens/semantic/size.json",
|
|
4117
4197
|
"isSource": true,
|
|
4118
4198
|
"name": "Size Xl",
|
|
4119
|
-
"path": ["semantic", "size", "default", "xl"]
|
|
4120
|
-
"key": "{semantic.size.default.xl}"
|
|
4199
|
+
"path": ["semantic", "size", "default", "xl"]
|
|
4121
4200
|
},
|
|
4122
4201
|
{
|
|
4202
|
+
"key": "{semantic.size.default.xxl}",
|
|
4123
4203
|
"value": "4rem",
|
|
4124
4204
|
"type": "dimension",
|
|
4125
4205
|
"attributes": {
|
|
@@ -4143,10 +4223,10 @@
|
|
|
4143
4223
|
"filePath": "src/tokens/semantic/size.json",
|
|
4144
4224
|
"isSource": true,
|
|
4145
4225
|
"name": "Size Xxl",
|
|
4146
|
-
"path": ["semantic", "size", "default", "xxl"]
|
|
4147
|
-
"key": "{semantic.size.default.xxl}"
|
|
4226
|
+
"path": ["semantic", "size", "default", "xxl"]
|
|
4148
4227
|
},
|
|
4149
4228
|
{
|
|
4229
|
+
"key": "{semantic.size.default.xxxl}",
|
|
4150
4230
|
"value": "6rem",
|
|
4151
4231
|
"type": "dimension",
|
|
4152
4232
|
"attributes": {
|
|
@@ -4170,13 +4250,12 @@
|
|
|
4170
4250
|
"filePath": "src/tokens/semantic/size.json",
|
|
4171
4251
|
"isSource": true,
|
|
4172
4252
|
"name": "Size Xxxl",
|
|
4173
|
-
"path": ["semantic", "size", "default", "xxxl"]
|
|
4174
|
-
"key": "{semantic.size.default.xxxl}"
|
|
4253
|
+
"path": ["semantic", "size", "default", "xxxl"]
|
|
4175
4254
|
},
|
|
4176
4255
|
{
|
|
4256
|
+
"key": "{semantic.spacing.fixed.xxs}",
|
|
4177
4257
|
"value": "4px",
|
|
4178
4258
|
"type": "dimension",
|
|
4179
|
-
"description": "deprecated",
|
|
4180
4259
|
"attributes": {
|
|
4181
4260
|
"category": "space",
|
|
4182
4261
|
"type": "dimension",
|
|
@@ -4186,6 +4265,7 @@
|
|
|
4186
4265
|
"description": "deprecated",
|
|
4187
4266
|
"filePath": "src/tokens/semantic/space.json",
|
|
4188
4267
|
"isSource": true,
|
|
4268
|
+
"key": "{semantic.spacing.fixed.xxs}",
|
|
4189
4269
|
"name": "calcite-semantic-spacing-fixed-xxs",
|
|
4190
4270
|
"path": ["semantic", "spacing", "fixed", "xxs"],
|
|
4191
4271
|
"comment": "deprecated",
|
|
@@ -4202,17 +4282,17 @@
|
|
|
4202
4282
|
"type": "dimension"
|
|
4203
4283
|
}
|
|
4204
4284
|
},
|
|
4285
|
+
"description": "deprecated",
|
|
4205
4286
|
"filePath": "src/tokens/semantic/space.json",
|
|
4206
4287
|
"isSource": true,
|
|
4207
4288
|
"name": "Spacing Fixed Xxs",
|
|
4208
4289
|
"path": ["semantic", "spacing", "fixed", "xxs"],
|
|
4209
|
-
"comment": "deprecated"
|
|
4210
|
-
"key": "{semantic.spacing.fixed.xxs}"
|
|
4290
|
+
"comment": "deprecated"
|
|
4211
4291
|
},
|
|
4212
4292
|
{
|
|
4293
|
+
"key": "{semantic.spacing.fixed.xs}",
|
|
4213
4294
|
"value": "6px",
|
|
4214
4295
|
"type": "dimension",
|
|
4215
|
-
"description": "deprecated",
|
|
4216
4296
|
"attributes": {
|
|
4217
4297
|
"category": "space",
|
|
4218
4298
|
"type": "dimension",
|
|
@@ -4222,6 +4302,7 @@
|
|
|
4222
4302
|
"description": "deprecated",
|
|
4223
4303
|
"filePath": "src/tokens/semantic/space.json",
|
|
4224
4304
|
"isSource": true,
|
|
4305
|
+
"key": "{semantic.spacing.fixed.xs}",
|
|
4225
4306
|
"name": "calcite-semantic-spacing-fixed-xs",
|
|
4226
4307
|
"path": ["semantic", "spacing", "fixed", "xs"],
|
|
4227
4308
|
"comment": "deprecated",
|
|
@@ -4238,17 +4319,17 @@
|
|
|
4238
4319
|
"type": "dimension"
|
|
4239
4320
|
}
|
|
4240
4321
|
},
|
|
4322
|
+
"description": "deprecated",
|
|
4241
4323
|
"filePath": "src/tokens/semantic/space.json",
|
|
4242
4324
|
"isSource": true,
|
|
4243
4325
|
"name": "Spacing Fixed Xs",
|
|
4244
4326
|
"path": ["semantic", "spacing", "fixed", "xs"],
|
|
4245
|
-
"comment": "deprecated"
|
|
4246
|
-
"key": "{semantic.spacing.fixed.xs}"
|
|
4327
|
+
"comment": "deprecated"
|
|
4247
4328
|
},
|
|
4248
4329
|
{
|
|
4330
|
+
"key": "{semantic.spacing.fixed.sm}",
|
|
4249
4331
|
"value": "8px",
|
|
4250
4332
|
"type": "dimension",
|
|
4251
|
-
"description": "deprecated",
|
|
4252
4333
|
"attributes": {
|
|
4253
4334
|
"category": "space",
|
|
4254
4335
|
"type": "dimension",
|
|
@@ -4258,6 +4339,7 @@
|
|
|
4258
4339
|
"description": "deprecated",
|
|
4259
4340
|
"filePath": "src/tokens/semantic/space.json",
|
|
4260
4341
|
"isSource": true,
|
|
4342
|
+
"key": "{semantic.spacing.fixed.sm}",
|
|
4261
4343
|
"name": "calcite-semantic-spacing-fixed-sm",
|
|
4262
4344
|
"path": ["semantic", "spacing", "fixed", "sm"],
|
|
4263
4345
|
"comment": "deprecated",
|
|
@@ -4274,17 +4356,17 @@
|
|
|
4274
4356
|
"type": "dimension"
|
|
4275
4357
|
}
|
|
4276
4358
|
},
|
|
4359
|
+
"description": "deprecated",
|
|
4277
4360
|
"filePath": "src/tokens/semantic/space.json",
|
|
4278
4361
|
"isSource": true,
|
|
4279
4362
|
"name": "Spacing Fixed Sm",
|
|
4280
4363
|
"path": ["semantic", "spacing", "fixed", "sm"],
|
|
4281
|
-
"comment": "deprecated"
|
|
4282
|
-
"key": "{semantic.spacing.fixed.sm}"
|
|
4364
|
+
"comment": "deprecated"
|
|
4283
4365
|
},
|
|
4284
4366
|
{
|
|
4367
|
+
"key": "{semantic.spacing.fixed.md}",
|
|
4285
4368
|
"value": "12px",
|
|
4286
4369
|
"type": "dimension",
|
|
4287
|
-
"description": "deprecated",
|
|
4288
4370
|
"attributes": {
|
|
4289
4371
|
"category": "space",
|
|
4290
4372
|
"type": "dimension",
|
|
@@ -4294,6 +4376,7 @@
|
|
|
4294
4376
|
"description": "deprecated",
|
|
4295
4377
|
"filePath": "src/tokens/semantic/space.json",
|
|
4296
4378
|
"isSource": true,
|
|
4379
|
+
"key": "{semantic.spacing.fixed.md}",
|
|
4297
4380
|
"name": "calcite-semantic-spacing-fixed-md",
|
|
4298
4381
|
"path": ["semantic", "spacing", "fixed", "md"],
|
|
4299
4382
|
"comment": "deprecated",
|
|
@@ -4310,17 +4393,17 @@
|
|
|
4310
4393
|
"type": "dimension"
|
|
4311
4394
|
}
|
|
4312
4395
|
},
|
|
4396
|
+
"description": "deprecated",
|
|
4313
4397
|
"filePath": "src/tokens/semantic/space.json",
|
|
4314
4398
|
"isSource": true,
|
|
4315
4399
|
"name": "Spacing Fixed Md",
|
|
4316
4400
|
"path": ["semantic", "spacing", "fixed", "md"],
|
|
4317
|
-
"comment": "deprecated"
|
|
4318
|
-
"key": "{semantic.spacing.fixed.md}"
|
|
4401
|
+
"comment": "deprecated"
|
|
4319
4402
|
},
|
|
4320
4403
|
{
|
|
4404
|
+
"key": "{semantic.spacing.fixed.lg}",
|
|
4321
4405
|
"value": "14px",
|
|
4322
4406
|
"type": "dimension",
|
|
4323
|
-
"description": "deprecated",
|
|
4324
4407
|
"attributes": {
|
|
4325
4408
|
"category": "space",
|
|
4326
4409
|
"type": "dimension",
|
|
@@ -4330,6 +4413,7 @@
|
|
|
4330
4413
|
"description": "deprecated",
|
|
4331
4414
|
"filePath": "src/tokens/semantic/space.json",
|
|
4332
4415
|
"isSource": true,
|
|
4416
|
+
"key": "{semantic.spacing.fixed.lg}",
|
|
4333
4417
|
"name": "calcite-semantic-spacing-fixed-lg",
|
|
4334
4418
|
"path": ["semantic", "spacing", "fixed", "lg"],
|
|
4335
4419
|
"comment": "deprecated",
|
|
@@ -4346,17 +4430,17 @@
|
|
|
4346
4430
|
"type": "dimension"
|
|
4347
4431
|
}
|
|
4348
4432
|
},
|
|
4433
|
+
"description": "deprecated",
|
|
4349
4434
|
"filePath": "src/tokens/semantic/space.json",
|
|
4350
4435
|
"isSource": true,
|
|
4351
4436
|
"name": "Spacing Fixed Lg",
|
|
4352
4437
|
"path": ["semantic", "spacing", "fixed", "lg"],
|
|
4353
|
-
"comment": "deprecated"
|
|
4354
|
-
"key": "{semantic.spacing.fixed.lg}"
|
|
4438
|
+
"comment": "deprecated"
|
|
4355
4439
|
},
|
|
4356
4440
|
{
|
|
4441
|
+
"key": "{semantic.spacing.fixed.xl}",
|
|
4357
4442
|
"value": "16px",
|
|
4358
4443
|
"type": "dimension",
|
|
4359
|
-
"description": "deprecated",
|
|
4360
4444
|
"attributes": {
|
|
4361
4445
|
"category": "space",
|
|
4362
4446
|
"type": "dimension",
|
|
@@ -4366,6 +4450,7 @@
|
|
|
4366
4450
|
"description": "deprecated",
|
|
4367
4451
|
"filePath": "src/tokens/semantic/space.json",
|
|
4368
4452
|
"isSource": true,
|
|
4453
|
+
"key": "{semantic.spacing.fixed.xl}",
|
|
4369
4454
|
"name": "calcite-semantic-spacing-fixed-xl",
|
|
4370
4455
|
"path": ["semantic", "spacing", "fixed", "xl"],
|
|
4371
4456
|
"comment": "deprecated",
|
|
@@ -4382,17 +4467,17 @@
|
|
|
4382
4467
|
"type": "dimension"
|
|
4383
4468
|
}
|
|
4384
4469
|
},
|
|
4470
|
+
"description": "deprecated",
|
|
4385
4471
|
"filePath": "src/tokens/semantic/space.json",
|
|
4386
4472
|
"isSource": true,
|
|
4387
4473
|
"name": "Spacing Fixed Xl",
|
|
4388
4474
|
"path": ["semantic", "spacing", "fixed", "xl"],
|
|
4389
|
-
"comment": "deprecated"
|
|
4390
|
-
"key": "{semantic.spacing.fixed.xl}"
|
|
4475
|
+
"comment": "deprecated"
|
|
4391
4476
|
},
|
|
4392
4477
|
{
|
|
4478
|
+
"key": "{semantic.spacing.fixed.xxl}",
|
|
4393
4479
|
"value": "20px",
|
|
4394
4480
|
"type": "dimension",
|
|
4395
|
-
"description": "deprecated",
|
|
4396
4481
|
"attributes": {
|
|
4397
4482
|
"category": "space",
|
|
4398
4483
|
"type": "dimension",
|
|
@@ -4402,6 +4487,7 @@
|
|
|
4402
4487
|
"description": "deprecated",
|
|
4403
4488
|
"filePath": "src/tokens/semantic/space.json",
|
|
4404
4489
|
"isSource": true,
|
|
4490
|
+
"key": "{semantic.spacing.fixed.xxl}",
|
|
4405
4491
|
"name": "calcite-semantic-spacing-fixed-xxl",
|
|
4406
4492
|
"path": ["semantic", "spacing", "fixed", "xxl"],
|
|
4407
4493
|
"comment": "deprecated",
|
|
@@ -4418,17 +4504,17 @@
|
|
|
4418
4504
|
"type": "dimension"
|
|
4419
4505
|
}
|
|
4420
4506
|
},
|
|
4507
|
+
"description": "deprecated",
|
|
4421
4508
|
"filePath": "src/tokens/semantic/space.json",
|
|
4422
4509
|
"isSource": true,
|
|
4423
4510
|
"name": "Spacing Fixed Xxl",
|
|
4424
4511
|
"path": ["semantic", "spacing", "fixed", "xxl"],
|
|
4425
|
-
"comment": "deprecated"
|
|
4426
|
-
"key": "{semantic.spacing.fixed.xxl}"
|
|
4512
|
+
"comment": "deprecated"
|
|
4427
4513
|
},
|
|
4428
4514
|
{
|
|
4515
|
+
"key": "{semantic.spacing.fixed.xxxl}",
|
|
4429
4516
|
"value": "32px",
|
|
4430
4517
|
"type": "dimension",
|
|
4431
|
-
"description": "deprecated",
|
|
4432
4518
|
"attributes": {
|
|
4433
4519
|
"category": "space",
|
|
4434
4520
|
"type": "dimension",
|
|
@@ -4438,6 +4524,7 @@
|
|
|
4438
4524
|
"description": "deprecated",
|
|
4439
4525
|
"filePath": "src/tokens/semantic/space.json",
|
|
4440
4526
|
"isSource": true,
|
|
4527
|
+
"key": "{semantic.spacing.fixed.xxxl}",
|
|
4441
4528
|
"name": "calcite-semantic-spacing-fixed-xxxl",
|
|
4442
4529
|
"path": ["semantic", "spacing", "fixed", "xxxl"],
|
|
4443
4530
|
"comment": "deprecated",
|
|
@@ -4454,14 +4541,15 @@
|
|
|
4454
4541
|
"type": "dimension"
|
|
4455
4542
|
}
|
|
4456
4543
|
},
|
|
4544
|
+
"description": "deprecated",
|
|
4457
4545
|
"filePath": "src/tokens/semantic/space.json",
|
|
4458
4546
|
"isSource": true,
|
|
4459
4547
|
"name": "Spacing Fixed Xxxl",
|
|
4460
4548
|
"path": ["semantic", "spacing", "fixed", "xxxl"],
|
|
4461
|
-
"comment": "deprecated"
|
|
4462
|
-
"key": "{semantic.spacing.fixed.xxxl}"
|
|
4549
|
+
"comment": "deprecated"
|
|
4463
4550
|
},
|
|
4464
4551
|
{
|
|
4552
|
+
"key": "{semantic.spacing.default.none}",
|
|
4465
4553
|
"value": "0",
|
|
4466
4554
|
"type": "dimension",
|
|
4467
4555
|
"attributes": {
|
|
@@ -4486,10 +4574,10 @@
|
|
|
4486
4574
|
"filePath": "src/tokens/semantic/space.json",
|
|
4487
4575
|
"isSource": true,
|
|
4488
4576
|
"name": "Spacing None",
|
|
4489
|
-
"path": ["semantic", "spacing", "default", "none"]
|
|
4490
|
-
"key": "{semantic.spacing.default.none}"
|
|
4577
|
+
"path": ["semantic", "spacing", "default", "none"]
|
|
4491
4578
|
},
|
|
4492
4579
|
{
|
|
4580
|
+
"key": "{semantic.spacing.default.px}",
|
|
4493
4581
|
"value": "1px",
|
|
4494
4582
|
"type": "dimension",
|
|
4495
4583
|
"attributes": {
|
|
@@ -4514,10 +4602,10 @@
|
|
|
4514
4602
|
"filePath": "src/tokens/semantic/space.json",
|
|
4515
4603
|
"isSource": true,
|
|
4516
4604
|
"name": "Spacing Px",
|
|
4517
|
-
"path": ["semantic", "spacing", "default", "px"]
|
|
4518
|
-
"key": "{semantic.spacing.default.px}"
|
|
4605
|
+
"path": ["semantic", "spacing", "default", "px"]
|
|
4519
4606
|
},
|
|
4520
4607
|
{
|
|
4608
|
+
"key": "{semantic.spacing.default.base}",
|
|
4521
4609
|
"value": "2px",
|
|
4522
4610
|
"type": "dimension",
|
|
4523
4611
|
"attributes": {
|
|
@@ -4542,10 +4630,10 @@
|
|
|
4542
4630
|
"filePath": "src/tokens/semantic/space.json",
|
|
4543
4631
|
"isSource": true,
|
|
4544
4632
|
"name": "Spacing Base",
|
|
4545
|
-
"path": ["semantic", "spacing", "default", "base"]
|
|
4546
|
-
"key": "{semantic.spacing.default.base}"
|
|
4633
|
+
"path": ["semantic", "spacing", "default", "base"]
|
|
4547
4634
|
},
|
|
4548
4635
|
{
|
|
4636
|
+
"key": "{semantic.spacing.default.xxs}",
|
|
4549
4637
|
"value": "0.25rem",
|
|
4550
4638
|
"type": "dimension",
|
|
4551
4639
|
"attributes": {
|
|
@@ -4569,10 +4657,10 @@
|
|
|
4569
4657
|
"filePath": "src/tokens/semantic/space.json",
|
|
4570
4658
|
"isSource": true,
|
|
4571
4659
|
"name": "Spacing Xxs",
|
|
4572
|
-
"path": ["semantic", "spacing", "default", "xxs"]
|
|
4573
|
-
"key": "{semantic.spacing.default.xxs}"
|
|
4660
|
+
"path": ["semantic", "spacing", "default", "xxs"]
|
|
4574
4661
|
},
|
|
4575
4662
|
{
|
|
4663
|
+
"key": "{semantic.spacing.default.xs}",
|
|
4576
4664
|
"value": "0.375rem",
|
|
4577
4665
|
"type": "dimension",
|
|
4578
4666
|
"attributes": {
|
|
@@ -4596,10 +4684,10 @@
|
|
|
4596
4684
|
"filePath": "src/tokens/semantic/space.json",
|
|
4597
4685
|
"isSource": true,
|
|
4598
4686
|
"name": "Spacing Xs",
|
|
4599
|
-
"path": ["semantic", "spacing", "default", "xs"]
|
|
4600
|
-
"key": "{semantic.spacing.default.xs}"
|
|
4687
|
+
"path": ["semantic", "spacing", "default", "xs"]
|
|
4601
4688
|
},
|
|
4602
4689
|
{
|
|
4690
|
+
"key": "{semantic.spacing.default.sm}",
|
|
4603
4691
|
"value": "0.5rem",
|
|
4604
4692
|
"type": "dimension",
|
|
4605
4693
|
"attributes": {
|
|
@@ -4623,10 +4711,10 @@
|
|
|
4623
4711
|
"filePath": "src/tokens/semantic/space.json",
|
|
4624
4712
|
"isSource": true,
|
|
4625
4713
|
"name": "Spacing Sm",
|
|
4626
|
-
"path": ["semantic", "spacing", "default", "sm"]
|
|
4627
|
-
"key": "{semantic.spacing.default.sm}"
|
|
4714
|
+
"path": ["semantic", "spacing", "default", "sm"]
|
|
4628
4715
|
},
|
|
4629
4716
|
{
|
|
4717
|
+
"key": "{semantic.spacing.default.sm+}",
|
|
4630
4718
|
"value": "0.625rem",
|
|
4631
4719
|
"type": "dimension",
|
|
4632
4720
|
"attributes": {
|
|
@@ -4650,10 +4738,10 @@
|
|
|
4650
4738
|
"filePath": "src/tokens/semantic/space.json",
|
|
4651
4739
|
"isSource": true,
|
|
4652
4740
|
"name": "Spacing Sm Plus",
|
|
4653
|
-
"path": ["semantic", "spacing", "default", "sm+"]
|
|
4654
|
-
"key": "{semantic.spacing.default.sm+}"
|
|
4741
|
+
"path": ["semantic", "spacing", "default", "sm+"]
|
|
4655
4742
|
},
|
|
4656
4743
|
{
|
|
4744
|
+
"key": "{semantic.spacing.default.md}",
|
|
4657
4745
|
"value": "0.75rem",
|
|
4658
4746
|
"type": "dimension",
|
|
4659
4747
|
"attributes": {
|
|
@@ -4677,10 +4765,10 @@
|
|
|
4677
4765
|
"filePath": "src/tokens/semantic/space.json",
|
|
4678
4766
|
"isSource": true,
|
|
4679
4767
|
"name": "Spacing Md",
|
|
4680
|
-
"path": ["semantic", "spacing", "default", "md"]
|
|
4681
|
-
"key": "{semantic.spacing.default.md}"
|
|
4768
|
+
"path": ["semantic", "spacing", "default", "md"]
|
|
4682
4769
|
},
|
|
4683
4770
|
{
|
|
4771
|
+
"key": "{semantic.spacing.default.md+}",
|
|
4684
4772
|
"value": "0.875rem",
|
|
4685
4773
|
"type": "dimension",
|
|
4686
4774
|
"attributes": {
|
|
@@ -4704,10 +4792,10 @@
|
|
|
4704
4792
|
"filePath": "src/tokens/semantic/space.json",
|
|
4705
4793
|
"isSource": true,
|
|
4706
4794
|
"name": "Spacing Md Plus",
|
|
4707
|
-
"path": ["semantic", "spacing", "default", "md+"]
|
|
4708
|
-
"key": "{semantic.spacing.default.md+}"
|
|
4795
|
+
"path": ["semantic", "spacing", "default", "md+"]
|
|
4709
4796
|
},
|
|
4710
4797
|
{
|
|
4798
|
+
"key": "{semantic.spacing.default.lg}",
|
|
4711
4799
|
"value": "1rem",
|
|
4712
4800
|
"type": "dimension",
|
|
4713
4801
|
"attributes": {
|
|
@@ -4731,10 +4819,10 @@
|
|
|
4731
4819
|
"filePath": "src/tokens/semantic/space.json",
|
|
4732
4820
|
"isSource": true,
|
|
4733
4821
|
"name": "Spacing Lg",
|
|
4734
|
-
"path": ["semantic", "spacing", "default", "lg"]
|
|
4735
|
-
"key": "{semantic.spacing.default.lg}"
|
|
4822
|
+
"path": ["semantic", "spacing", "default", "lg"]
|
|
4736
4823
|
},
|
|
4737
4824
|
{
|
|
4825
|
+
"key": "{semantic.spacing.default.xl}",
|
|
4738
4826
|
"value": "1.25rem",
|
|
4739
4827
|
"type": "dimension",
|
|
4740
4828
|
"attributes": {
|
|
@@ -4758,10 +4846,10 @@
|
|
|
4758
4846
|
"filePath": "src/tokens/semantic/space.json",
|
|
4759
4847
|
"isSource": true,
|
|
4760
4848
|
"name": "Spacing Xl",
|
|
4761
|
-
"path": ["semantic", "spacing", "default", "xl"]
|
|
4762
|
-
"key": "{semantic.spacing.default.xl}"
|
|
4849
|
+
"path": ["semantic", "spacing", "default", "xl"]
|
|
4763
4850
|
},
|
|
4764
4851
|
{
|
|
4852
|
+
"key": "{semantic.spacing.default.xxl}",
|
|
4765
4853
|
"value": "1.5rem",
|
|
4766
4854
|
"type": "dimension",
|
|
4767
4855
|
"attributes": {
|
|
@@ -4785,10 +4873,10 @@
|
|
|
4785
4873
|
"filePath": "src/tokens/semantic/space.json",
|
|
4786
4874
|
"isSource": true,
|
|
4787
4875
|
"name": "Spacing Xxl",
|
|
4788
|
-
"path": ["semantic", "spacing", "default", "xxl"]
|
|
4789
|
-
"key": "{semantic.spacing.default.xxl}"
|
|
4876
|
+
"path": ["semantic", "spacing", "default", "xxl"]
|
|
4790
4877
|
},
|
|
4791
4878
|
{
|
|
4879
|
+
"key": "{semantic.spacing.default.xxxl}",
|
|
4792
4880
|
"value": "2rem",
|
|
4793
4881
|
"type": "dimension",
|
|
4794
4882
|
"attributes": {
|
|
@@ -4812,10 +4900,10 @@
|
|
|
4812
4900
|
"filePath": "src/tokens/semantic/space.json",
|
|
4813
4901
|
"isSource": true,
|
|
4814
4902
|
"name": "Spacing Xxxl",
|
|
4815
|
-
"path": ["semantic", "spacing", "default", "xxxl"]
|
|
4816
|
-
"key": "{semantic.spacing.default.xxxl}"
|
|
4903
|
+
"path": ["semantic", "spacing", "default", "xxxl"]
|
|
4817
4904
|
},
|
|
4818
4905
|
{
|
|
4906
|
+
"key": "{semantic.typography.default.default}",
|
|
4819
4907
|
"type": "typography",
|
|
4820
4908
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
4821
4909
|
"attributes": {
|
|
@@ -4839,10 +4927,10 @@
|
|
|
4839
4927
|
"filePath": "src/tokens/semantic/typography.json",
|
|
4840
4928
|
"isSource": true,
|
|
4841
4929
|
"name": "Typography",
|
|
4842
|
-
"path": ["semantic", "typography", "default", "default"]
|
|
4843
|
-
"key": "{semantic.typography.default.default}"
|
|
4930
|
+
"path": ["semantic", "typography", "default", "default"]
|
|
4844
4931
|
},
|
|
4845
4932
|
{
|
|
4933
|
+
"key": "{semantic.typography.default.light.-3h}",
|
|
4846
4934
|
"value": "{\"fontSize\":\"10px\",\"fontWeight\":\"300\",\"lineHeight\":\"12px\"}",
|
|
4847
4935
|
"type": "typography",
|
|
4848
4936
|
"extensions": {
|
|
@@ -4884,10 +4972,10 @@
|
|
|
4884
4972
|
"filePath": "src/tokens/semantic/typography.json",
|
|
4885
4973
|
"isSource": true,
|
|
4886
4974
|
"name": "Typography Light Minus 3h",
|
|
4887
|
-
"path": ["semantic", "typography", "default", "light", "-3h"]
|
|
4888
|
-
"key": "{semantic.typography.default.light.-3h}"
|
|
4975
|
+
"path": ["semantic", "typography", "default", "light", "-3h"]
|
|
4889
4976
|
},
|
|
4890
4977
|
{
|
|
4978
|
+
"key": "{semantic.typography.default.light.-2h}",
|
|
4891
4979
|
"value": "{\"fontSize\":\"12px\",\"fontWeight\":\"300\"}",
|
|
4892
4980
|
"type": "typography",
|
|
4893
4981
|
"extensions": {
|
|
@@ -4929,10 +5017,10 @@
|
|
|
4929
5017
|
"filePath": "src/tokens/semantic/typography.json",
|
|
4930
5018
|
"isSource": true,
|
|
4931
5019
|
"name": "Typography Light Minus 2h",
|
|
4932
|
-
"path": ["semantic", "typography", "default", "light", "-2h"]
|
|
4933
|
-
"key": "{semantic.typography.default.light.-2h}"
|
|
5020
|
+
"path": ["semantic", "typography", "default", "light", "-2h"]
|
|
4934
5021
|
},
|
|
4935
5022
|
{
|
|
5023
|
+
"key": "{semantic.typography.default.light.-1h}",
|
|
4936
5024
|
"value": "{\"fontWeight\":\"300\"}",
|
|
4937
5025
|
"type": "typography",
|
|
4938
5026
|
"extensions": {
|
|
@@ -4974,10 +5062,10 @@
|
|
|
4974
5062
|
"filePath": "src/tokens/semantic/typography.json",
|
|
4975
5063
|
"isSource": true,
|
|
4976
5064
|
"name": "Typography Light Minus 1h",
|
|
4977
|
-
"path": ["semantic", "typography", "default", "light", "-1h"]
|
|
4978
|
-
"key": "{semantic.typography.default.light.-1h}"
|
|
5065
|
+
"path": ["semantic", "typography", "default", "light", "-1h"]
|
|
4979
5066
|
},
|
|
4980
5067
|
{
|
|
5068
|
+
"key": "{semantic.typography.default.light.0h}",
|
|
4981
5069
|
"value": "{\"fontSize\":\"16px\",\"fontWeight\":\"300\",\"lineHeight\":\"20px\"}",
|
|
4982
5070
|
"type": "typography",
|
|
4983
5071
|
"extensions": {
|
|
@@ -5019,10 +5107,10 @@
|
|
|
5019
5107
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5020
5108
|
"isSource": true,
|
|
5021
5109
|
"name": "Typography Light 0h",
|
|
5022
|
-
"path": ["semantic", "typography", "default", "light", "0h"]
|
|
5023
|
-
"key": "{semantic.typography.default.light.0h}"
|
|
5110
|
+
"path": ["semantic", "typography", "default", "light", "0h"]
|
|
5024
5111
|
},
|
|
5025
5112
|
{
|
|
5113
|
+
"key": "{semantic.typography.default.light.1h}",
|
|
5026
5114
|
"value": "{\"fontSize\":\"18px\",\"fontWeight\":\"300\",\"lineHeight\":\"24px\"}",
|
|
5027
5115
|
"type": "typography",
|
|
5028
5116
|
"extensions": {
|
|
@@ -5064,10 +5152,10 @@
|
|
|
5064
5152
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5065
5153
|
"isSource": true,
|
|
5066
5154
|
"name": "Typography Light 1h",
|
|
5067
|
-
"path": ["semantic", "typography", "default", "light", "1h"]
|
|
5068
|
-
"key": "{semantic.typography.default.light.1h}"
|
|
5155
|
+
"path": ["semantic", "typography", "default", "light", "1h"]
|
|
5069
5156
|
},
|
|
5070
5157
|
{
|
|
5158
|
+
"key": "{semantic.typography.default.regular.-3h}",
|
|
5071
5159
|
"value": "{\"lineHeight\":\"12px\",\"fontSize\":\"10px\"}",
|
|
5072
5160
|
"type": "typography",
|
|
5073
5161
|
"extensions": {
|
|
@@ -5109,10 +5197,10 @@
|
|
|
5109
5197
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5110
5198
|
"isSource": true,
|
|
5111
5199
|
"name": "Typography Regular Minus 3h",
|
|
5112
|
-
"path": ["semantic", "typography", "default", "regular", "-3h"]
|
|
5113
|
-
"key": "{semantic.typography.default.regular.-3h}"
|
|
5200
|
+
"path": ["semantic", "typography", "default", "regular", "-3h"]
|
|
5114
5201
|
},
|
|
5115
5202
|
{
|
|
5203
|
+
"key": "{semantic.typography.default.regular.-2h}",
|
|
5116
5204
|
"value": "{\"fontSize\":\"12px\"}",
|
|
5117
5205
|
"type": "typography",
|
|
5118
5206
|
"extensions": {
|
|
@@ -5154,10 +5242,10 @@
|
|
|
5154
5242
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5155
5243
|
"isSource": true,
|
|
5156
5244
|
"name": "Typography Regular Minus 2h",
|
|
5157
|
-
"path": ["semantic", "typography", "default", "regular", "-2h"]
|
|
5158
|
-
"key": "{semantic.typography.default.regular.-2h}"
|
|
5245
|
+
"path": ["semantic", "typography", "default", "regular", "-2h"]
|
|
5159
5246
|
},
|
|
5160
5247
|
{
|
|
5248
|
+
"key": "{semantic.typography.default.regular.-1h}",
|
|
5161
5249
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
5162
5250
|
"type": "typography",
|
|
5163
5251
|
"attributes": {
|
|
@@ -5182,10 +5270,10 @@
|
|
|
5182
5270
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5183
5271
|
"isSource": true,
|
|
5184
5272
|
"name": "Typography Regular Minus 1h",
|
|
5185
|
-
"path": ["semantic", "typography", "default", "regular", "-1h"]
|
|
5186
|
-
"key": "{semantic.typography.default.regular.-1h}"
|
|
5273
|
+
"path": ["semantic", "typography", "default", "regular", "-1h"]
|
|
5187
5274
|
},
|
|
5188
5275
|
{
|
|
5276
|
+
"key": "{semantic.typography.default.regular.0h}",
|
|
5189
5277
|
"value": "{\"lineHeight\":\"20px\",\"fontSize\":\"16px\"}",
|
|
5190
5278
|
"type": "typography",
|
|
5191
5279
|
"extensions": {
|
|
@@ -5227,10 +5315,10 @@
|
|
|
5227
5315
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5228
5316
|
"isSource": true,
|
|
5229
5317
|
"name": "Typography Regular 0h",
|
|
5230
|
-
"path": ["semantic", "typography", "default", "regular", "0h"]
|
|
5231
|
-
"key": "{semantic.typography.default.regular.0h}"
|
|
5318
|
+
"path": ["semantic", "typography", "default", "regular", "0h"]
|
|
5232
5319
|
},
|
|
5233
5320
|
{
|
|
5321
|
+
"key": "{semantic.typography.default.regular.1h}",
|
|
5234
5322
|
"value": "{\"lineHeight\":\"24px\",\"fontSize\":\"18px\"}",
|
|
5235
5323
|
"type": "typography",
|
|
5236
5324
|
"extensions": {
|
|
@@ -5272,10 +5360,10 @@
|
|
|
5272
5360
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5273
5361
|
"isSource": true,
|
|
5274
5362
|
"name": "Typography Regular 1h",
|
|
5275
|
-
"path": ["semantic", "typography", "default", "regular", "1h"]
|
|
5276
|
-
"key": "{semantic.typography.default.regular.1h}"
|
|
5363
|
+
"path": ["semantic", "typography", "default", "regular", "1h"]
|
|
5277
5364
|
},
|
|
5278
5365
|
{
|
|
5366
|
+
"key": "{semantic.typography.default.medium.-3h}",
|
|
5279
5367
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"12px\",\"fontSize\":\"10px\"}",
|
|
5280
5368
|
"type": "typography",
|
|
5281
5369
|
"extensions": {
|
|
@@ -5317,10 +5405,10 @@
|
|
|
5317
5405
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5318
5406
|
"isSource": true,
|
|
5319
5407
|
"name": "Typography Medium Minus 3h",
|
|
5320
|
-
"path": ["semantic", "typography", "default", "medium", "-3h"]
|
|
5321
|
-
"key": "{semantic.typography.default.medium.-3h}"
|
|
5408
|
+
"path": ["semantic", "typography", "default", "medium", "-3h"]
|
|
5322
5409
|
},
|
|
5323
5410
|
{
|
|
5411
|
+
"key": "{semantic.typography.default.medium.-2h}",
|
|
5324
5412
|
"value": "{\"fontWeight\":\"500\",\"fontSize\":\"12px\"}",
|
|
5325
5413
|
"type": "typography",
|
|
5326
5414
|
"extensions": {
|
|
@@ -5362,10 +5450,10 @@
|
|
|
5362
5450
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5363
5451
|
"isSource": true,
|
|
5364
5452
|
"name": "Typography Medium Minus 2h",
|
|
5365
|
-
"path": ["semantic", "typography", "default", "medium", "-2h"]
|
|
5366
|
-
"key": "{semantic.typography.default.medium.-2h}"
|
|
5453
|
+
"path": ["semantic", "typography", "default", "medium", "-2h"]
|
|
5367
5454
|
},
|
|
5368
5455
|
{
|
|
5456
|
+
"key": "{semantic.typography.default.medium.-1h}",
|
|
5369
5457
|
"value": "{\"fontWeight\":\"500\"}",
|
|
5370
5458
|
"type": "typography",
|
|
5371
5459
|
"extensions": {
|
|
@@ -5407,10 +5495,10 @@
|
|
|
5407
5495
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5408
5496
|
"isSource": true,
|
|
5409
5497
|
"name": "Typography Medium Minus 1h",
|
|
5410
|
-
"path": ["semantic", "typography", "default", "medium", "-1h"]
|
|
5411
|
-
"key": "{semantic.typography.default.medium.-1h}"
|
|
5498
|
+
"path": ["semantic", "typography", "default", "medium", "-1h"]
|
|
5412
5499
|
},
|
|
5413
5500
|
{
|
|
5501
|
+
"key": "{semantic.typography.default.medium.0h}",
|
|
5414
5502
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"20px\",\"fontSize\":\"16px\"}",
|
|
5415
5503
|
"type": "typography",
|
|
5416
5504
|
"extensions": {
|
|
@@ -5452,10 +5540,10 @@
|
|
|
5452
5540
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5453
5541
|
"isSource": true,
|
|
5454
5542
|
"name": "Typography Medium 0h",
|
|
5455
|
-
"path": ["semantic", "typography", "default", "medium", "0h"]
|
|
5456
|
-
"key": "{semantic.typography.default.medium.0h}"
|
|
5543
|
+
"path": ["semantic", "typography", "default", "medium", "0h"]
|
|
5457
5544
|
},
|
|
5458
5545
|
{
|
|
5546
|
+
"key": "{semantic.typography.default.medium.1h}",
|
|
5459
5547
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"24px\",\"fontSize\":\"18px\"}",
|
|
5460
5548
|
"type": "typography",
|
|
5461
5549
|
"extensions": {
|
|
@@ -5497,10 +5585,10 @@
|
|
|
5497
5585
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5498
5586
|
"isSource": true,
|
|
5499
5587
|
"name": "Typography Medium 1h",
|
|
5500
|
-
"path": ["semantic", "typography", "default", "medium", "1h"]
|
|
5501
|
-
"key": "{semantic.typography.default.medium.1h}"
|
|
5588
|
+
"path": ["semantic", "typography", "default", "medium", "1h"]
|
|
5502
5589
|
},
|
|
5503
5590
|
{
|
|
5591
|
+
"key": "{semantic.typography.default.bold.-3h}",
|
|
5504
5592
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"12px\",\"fontSize\":\"10px\"}",
|
|
5505
5593
|
"type": "typography",
|
|
5506
5594
|
"extensions": {
|
|
@@ -5542,10 +5630,10 @@
|
|
|
5542
5630
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5543
5631
|
"isSource": true,
|
|
5544
5632
|
"name": "Typography Bold Minus 3h",
|
|
5545
|
-
"path": ["semantic", "typography", "default", "bold", "-3h"]
|
|
5546
|
-
"key": "{semantic.typography.default.bold.-3h}"
|
|
5633
|
+
"path": ["semantic", "typography", "default", "bold", "-3h"]
|
|
5547
5634
|
},
|
|
5548
5635
|
{
|
|
5636
|
+
"key": "{semantic.typography.default.bold.-2h}",
|
|
5549
5637
|
"value": "{\"fontWeight\":\"600\",\"fontSize\":\"12px\"}",
|
|
5550
5638
|
"type": "typography",
|
|
5551
5639
|
"extensions": {
|
|
@@ -5587,10 +5675,10 @@
|
|
|
5587
5675
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5588
5676
|
"isSource": true,
|
|
5589
5677
|
"name": "Typography Bold Minus 2h",
|
|
5590
|
-
"path": ["semantic", "typography", "default", "bold", "-2h"]
|
|
5591
|
-
"key": "{semantic.typography.default.bold.-2h}"
|
|
5678
|
+
"path": ["semantic", "typography", "default", "bold", "-2h"]
|
|
5592
5679
|
},
|
|
5593
5680
|
{
|
|
5681
|
+
"key": "{semantic.typography.default.bold.-1h}",
|
|
5594
5682
|
"value": "{\"fontWeight\":\"600\"}",
|
|
5595
5683
|
"type": "typography",
|
|
5596
5684
|
"extensions": {
|
|
@@ -5632,10 +5720,10 @@
|
|
|
5632
5720
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5633
5721
|
"isSource": true,
|
|
5634
5722
|
"name": "Typography Bold Minus 1h",
|
|
5635
|
-
"path": ["semantic", "typography", "default", "bold", "-1h"]
|
|
5636
|
-
"key": "{semantic.typography.default.bold.-1h}"
|
|
5723
|
+
"path": ["semantic", "typography", "default", "bold", "-1h"]
|
|
5637
5724
|
},
|
|
5638
5725
|
{
|
|
5726
|
+
"key": "{semantic.typography.default.bold.0h}",
|
|
5639
5727
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"20px\",\"fontSize\":\"16px\"}",
|
|
5640
5728
|
"type": "typography",
|
|
5641
5729
|
"extensions": {
|
|
@@ -5677,10 +5765,10 @@
|
|
|
5677
5765
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5678
5766
|
"isSource": true,
|
|
5679
5767
|
"name": "Typography Bold 0h",
|
|
5680
|
-
"path": ["semantic", "typography", "default", "bold", "0h"]
|
|
5681
|
-
"key": "{semantic.typography.default.bold.0h}"
|
|
5768
|
+
"path": ["semantic", "typography", "default", "bold", "0h"]
|
|
5682
5769
|
},
|
|
5683
5770
|
{
|
|
5771
|
+
"key": "{semantic.typography.default.bold.1h}",
|
|
5684
5772
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"24px\",\"fontSize\":\"18px\"}",
|
|
5685
5773
|
"type": "typography",
|
|
5686
5774
|
"extensions": {
|
|
@@ -5722,10 +5810,10 @@
|
|
|
5722
5810
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5723
5811
|
"isSource": true,
|
|
5724
5812
|
"name": "Typography Bold 1h",
|
|
5725
|
-
"path": ["semantic", "typography", "default", "bold", "1h"]
|
|
5726
|
-
"key": "{semantic.typography.default.bold.1h}"
|
|
5813
|
+
"path": ["semantic", "typography", "default", "bold", "1h"]
|
|
5727
5814
|
},
|
|
5728
5815
|
{
|
|
5816
|
+
"key": "{semantic.typography.wrap.light.0}",
|
|
5729
5817
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
5730
5818
|
"type": "typography",
|
|
5731
5819
|
"extensions": {
|
|
@@ -5767,10 +5855,10 @@
|
|
|
5767
5855
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5768
5856
|
"isSource": true,
|
|
5769
5857
|
"name": "Typography Wrap Light 0",
|
|
5770
|
-
"path": ["semantic", "typography", "wrap", "light", "0"]
|
|
5771
|
-
"key": "{semantic.typography.wrap.light.0}"
|
|
5858
|
+
"path": ["semantic", "typography", "wrap", "light", "0"]
|
|
5772
5859
|
},
|
|
5773
5860
|
{
|
|
5861
|
+
"key": "{semantic.typography.wrap.light.1}",
|
|
5774
5862
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
5775
5863
|
"type": "typography",
|
|
5776
5864
|
"extensions": {
|
|
@@ -5812,10 +5900,10 @@
|
|
|
5812
5900
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5813
5901
|
"isSource": true,
|
|
5814
5902
|
"name": "Typography Wrap Light 1",
|
|
5815
|
-
"path": ["semantic", "typography", "wrap", "light", "1"]
|
|
5816
|
-
"key": "{semantic.typography.wrap.light.1}"
|
|
5903
|
+
"path": ["semantic", "typography", "wrap", "light", "1"]
|
|
5817
5904
|
},
|
|
5818
5905
|
{
|
|
5906
|
+
"key": "{semantic.typography.wrap.light.2}",
|
|
5819
5907
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
5820
5908
|
"type": "typography",
|
|
5821
5909
|
"extensions": {
|
|
@@ -5857,10 +5945,10 @@
|
|
|
5857
5945
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5858
5946
|
"isSource": true,
|
|
5859
5947
|
"name": "Typography Wrap Light 2",
|
|
5860
|
-
"path": ["semantic", "typography", "wrap", "light", "2"]
|
|
5861
|
-
"key": "{semantic.typography.wrap.light.2}"
|
|
5948
|
+
"path": ["semantic", "typography", "wrap", "light", "2"]
|
|
5862
5949
|
},
|
|
5863
5950
|
{
|
|
5951
|
+
"key": "{semantic.typography.wrap.light.3}",
|
|
5864
5952
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.25\",\"fontSize\":\"24px\"}",
|
|
5865
5953
|
"type": "typography",
|
|
5866
5954
|
"extensions": {
|
|
@@ -5902,10 +5990,10 @@
|
|
|
5902
5990
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5903
5991
|
"isSource": true,
|
|
5904
5992
|
"name": "Typography Wrap Light 3",
|
|
5905
|
-
"path": ["semantic", "typography", "wrap", "light", "3"]
|
|
5906
|
-
"key": "{semantic.typography.wrap.light.3}"
|
|
5993
|
+
"path": ["semantic", "typography", "wrap", "light", "3"]
|
|
5907
5994
|
},
|
|
5908
5995
|
{
|
|
5996
|
+
"key": "{semantic.typography.wrap.light.-2}",
|
|
5909
5997
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
5910
5998
|
"type": "typography",
|
|
5911
5999
|
"extensions": {
|
|
@@ -5947,10 +6035,10 @@
|
|
|
5947
6035
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5948
6036
|
"isSource": true,
|
|
5949
6037
|
"name": "Typography Wrap Light Minus 2",
|
|
5950
|
-
"path": ["semantic", "typography", "wrap", "light", "-2"]
|
|
5951
|
-
"key": "{semantic.typography.wrap.light.-2}"
|
|
6038
|
+
"path": ["semantic", "typography", "wrap", "light", "-2"]
|
|
5952
6039
|
},
|
|
5953
6040
|
{
|
|
6041
|
+
"key": "{semantic.typography.wrap.light.-1}",
|
|
5954
6042
|
"value": "{\"fontWeight\":\"300\",\"lineHeight\":\"1.375\"}",
|
|
5955
6043
|
"type": "typography",
|
|
5956
6044
|
"extensions": {
|
|
@@ -5992,10 +6080,10 @@
|
|
|
5992
6080
|
"filePath": "src/tokens/semantic/typography.json",
|
|
5993
6081
|
"isSource": true,
|
|
5994
6082
|
"name": "Typography Wrap Light Minus 1",
|
|
5995
|
-
"path": ["semantic", "typography", "wrap", "light", "-1"]
|
|
5996
|
-
"key": "{semantic.typography.wrap.light.-1}"
|
|
6083
|
+
"path": ["semantic", "typography", "wrap", "light", "-1"]
|
|
5997
6084
|
},
|
|
5998
6085
|
{
|
|
6086
|
+
"key": "{semantic.typography.wrap.regular.0}",
|
|
5999
6087
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
6000
6088
|
"type": "typography",
|
|
6001
6089
|
"extensions": {
|
|
@@ -6037,10 +6125,10 @@
|
|
|
6037
6125
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6038
6126
|
"isSource": true,
|
|
6039
6127
|
"name": "Typography Wrap Regular 0",
|
|
6040
|
-
"path": ["semantic", "typography", "wrap", "regular", "0"]
|
|
6041
|
-
"key": "{semantic.typography.wrap.regular.0}"
|
|
6128
|
+
"path": ["semantic", "typography", "wrap", "regular", "0"]
|
|
6042
6129
|
},
|
|
6043
6130
|
{
|
|
6131
|
+
"key": "{semantic.typography.wrap.regular.1}",
|
|
6044
6132
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
6045
6133
|
"type": "typography",
|
|
6046
6134
|
"extensions": {
|
|
@@ -6082,10 +6170,10 @@
|
|
|
6082
6170
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6083
6171
|
"isSource": true,
|
|
6084
6172
|
"name": "Typography Wrap Regular 1",
|
|
6085
|
-
"path": ["semantic", "typography", "wrap", "regular", "1"]
|
|
6086
|
-
"key": "{semantic.typography.wrap.regular.1}"
|
|
6173
|
+
"path": ["semantic", "typography", "wrap", "regular", "1"]
|
|
6087
6174
|
},
|
|
6088
6175
|
{
|
|
6176
|
+
"key": "{semantic.typography.wrap.regular.2}",
|
|
6089
6177
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6090
6178
|
"type": "typography",
|
|
6091
6179
|
"extensions": {
|
|
@@ -6127,10 +6215,10 @@
|
|
|
6127
6215
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6128
6216
|
"isSource": true,
|
|
6129
6217
|
"name": "Typography Wrap Regular 2",
|
|
6130
|
-
"path": ["semantic", "typography", "wrap", "regular", "2"]
|
|
6131
|
-
"key": "{semantic.typography.wrap.regular.2}"
|
|
6218
|
+
"path": ["semantic", "typography", "wrap", "regular", "2"]
|
|
6132
6219
|
},
|
|
6133
6220
|
{
|
|
6221
|
+
"key": "{semantic.typography.wrap.regular.3}",
|
|
6134
6222
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6135
6223
|
"type": "typography",
|
|
6136
6224
|
"extensions": {
|
|
@@ -6172,10 +6260,10 @@
|
|
|
6172
6260
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6173
6261
|
"isSource": true,
|
|
6174
6262
|
"name": "Typography Wrap Regular 3",
|
|
6175
|
-
"path": ["semantic", "typography", "wrap", "regular", "3"]
|
|
6176
|
-
"key": "{semantic.typography.wrap.regular.3}"
|
|
6263
|
+
"path": ["semantic", "typography", "wrap", "regular", "3"]
|
|
6177
6264
|
},
|
|
6178
6265
|
{
|
|
6266
|
+
"key": "{semantic.typography.wrap.regular.-2}",
|
|
6179
6267
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
6180
6268
|
"type": "typography",
|
|
6181
6269
|
"extensions": {
|
|
@@ -6217,10 +6305,10 @@
|
|
|
6217
6305
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6218
6306
|
"isSource": true,
|
|
6219
6307
|
"name": "Typography Wrap Regular Minus 2",
|
|
6220
|
-
"path": ["semantic", "typography", "wrap", "regular", "-2"]
|
|
6221
|
-
"key": "{semantic.typography.wrap.regular.-2}"
|
|
6308
|
+
"path": ["semantic", "typography", "wrap", "regular", "-2"]
|
|
6222
6309
|
},
|
|
6223
6310
|
{
|
|
6311
|
+
"key": "{semantic.typography.wrap.regular.-1}",
|
|
6224
6312
|
"value": "{\"lineHeight\":\"1.375\"}",
|
|
6225
6313
|
"type": "typography",
|
|
6226
6314
|
"extensions": {
|
|
@@ -6262,10 +6350,10 @@
|
|
|
6262
6350
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6263
6351
|
"isSource": true,
|
|
6264
6352
|
"name": "Typography Wrap Regular Minus 1",
|
|
6265
|
-
"path": ["semantic", "typography", "wrap", "regular", "-1"]
|
|
6266
|
-
"key": "{semantic.typography.wrap.regular.-1}"
|
|
6353
|
+
"path": ["semantic", "typography", "wrap", "regular", "-1"]
|
|
6267
6354
|
},
|
|
6268
6355
|
{
|
|
6356
|
+
"key": "{semantic.typography.wrap.medium.0}",
|
|
6269
6357
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
6270
6358
|
"type": "typography",
|
|
6271
6359
|
"extensions": {
|
|
@@ -6307,10 +6395,10 @@
|
|
|
6307
6395
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6308
6396
|
"isSource": true,
|
|
6309
6397
|
"name": "Typography Wrap Medium 0",
|
|
6310
|
-
"path": ["semantic", "typography", "wrap", "medium", "0"]
|
|
6311
|
-
"key": "{semantic.typography.wrap.medium.0}"
|
|
6398
|
+
"path": ["semantic", "typography", "wrap", "medium", "0"]
|
|
6312
6399
|
},
|
|
6313
6400
|
{
|
|
6401
|
+
"key": "{semantic.typography.wrap.medium.1}",
|
|
6314
6402
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
6315
6403
|
"type": "typography",
|
|
6316
6404
|
"extensions": {
|
|
@@ -6352,10 +6440,10 @@
|
|
|
6352
6440
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6353
6441
|
"isSource": true,
|
|
6354
6442
|
"name": "Typography Wrap Medium 1",
|
|
6355
|
-
"path": ["semantic", "typography", "wrap", "medium", "1"]
|
|
6356
|
-
"key": "{semantic.typography.wrap.medium.1}"
|
|
6443
|
+
"path": ["semantic", "typography", "wrap", "medium", "1"]
|
|
6357
6444
|
},
|
|
6358
6445
|
{
|
|
6446
|
+
"key": "{semantic.typography.wrap.medium.2}",
|
|
6359
6447
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6360
6448
|
"type": "typography",
|
|
6361
6449
|
"extensions": {
|
|
@@ -6397,10 +6485,10 @@
|
|
|
6397
6485
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6398
6486
|
"isSource": true,
|
|
6399
6487
|
"name": "Typography Wrap Medium 2",
|
|
6400
|
-
"path": ["semantic", "typography", "wrap", "medium", "2"]
|
|
6401
|
-
"key": "{semantic.typography.wrap.medium.2}"
|
|
6488
|
+
"path": ["semantic", "typography", "wrap", "medium", "2"]
|
|
6402
6489
|
},
|
|
6403
6490
|
{
|
|
6491
|
+
"key": "{semantic.typography.wrap.medium.3}",
|
|
6404
6492
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6405
6493
|
"type": "typography",
|
|
6406
6494
|
"extensions": {
|
|
@@ -6442,10 +6530,10 @@
|
|
|
6442
6530
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6443
6531
|
"isSource": true,
|
|
6444
6532
|
"name": "Typography Wrap Medium 3",
|
|
6445
|
-
"path": ["semantic", "typography", "wrap", "medium", "3"]
|
|
6446
|
-
"key": "{semantic.typography.wrap.medium.3}"
|
|
6533
|
+
"path": ["semantic", "typography", "wrap", "medium", "3"]
|
|
6447
6534
|
},
|
|
6448
6535
|
{
|
|
6536
|
+
"key": "{semantic.typography.wrap.medium.-2}",
|
|
6449
6537
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
6450
6538
|
"type": "typography",
|
|
6451
6539
|
"extensions": {
|
|
@@ -6487,10 +6575,10 @@
|
|
|
6487
6575
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6488
6576
|
"isSource": true,
|
|
6489
6577
|
"name": "Typography Wrap Medium Minus 2",
|
|
6490
|
-
"path": ["semantic", "typography", "wrap", "medium", "-2"]
|
|
6491
|
-
"key": "{semantic.typography.wrap.medium.-2}"
|
|
6578
|
+
"path": ["semantic", "typography", "wrap", "medium", "-2"]
|
|
6492
6579
|
},
|
|
6493
6580
|
{
|
|
6581
|
+
"key": "{semantic.typography.wrap.medium.-1}",
|
|
6494
6582
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\"}",
|
|
6495
6583
|
"type": "typography",
|
|
6496
6584
|
"extensions": {
|
|
@@ -6532,10 +6620,10 @@
|
|
|
6532
6620
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6533
6621
|
"isSource": true,
|
|
6534
6622
|
"name": "Typography Wrap Medium Minus 1",
|
|
6535
|
-
"path": ["semantic", "typography", "wrap", "medium", "-1"]
|
|
6536
|
-
"key": "{semantic.typography.wrap.medium.-1}"
|
|
6623
|
+
"path": ["semantic", "typography", "wrap", "medium", "-1"]
|
|
6537
6624
|
},
|
|
6538
6625
|
{
|
|
6626
|
+
"key": "{semantic.typography.wrap.bold.0}",
|
|
6539
6627
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
6540
6628
|
"type": "typography",
|
|
6541
6629
|
"extensions": {
|
|
@@ -6577,10 +6665,10 @@
|
|
|
6577
6665
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6578
6666
|
"isSource": true,
|
|
6579
6667
|
"name": "Typography Wrap Bold 0",
|
|
6580
|
-
"path": ["semantic", "typography", "wrap", "bold", "0"]
|
|
6581
|
-
"key": "{semantic.typography.wrap.bold.0}"
|
|
6668
|
+
"path": ["semantic", "typography", "wrap", "bold", "0"]
|
|
6582
6669
|
},
|
|
6583
6670
|
{
|
|
6671
|
+
"key": "{semantic.typography.wrap.bold.1}",
|
|
6584
6672
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
6585
6673
|
"type": "typography",
|
|
6586
6674
|
"extensions": {
|
|
@@ -6622,10 +6710,10 @@
|
|
|
6622
6710
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6623
6711
|
"isSource": true,
|
|
6624
6712
|
"name": "Typography Wrap Bold 1",
|
|
6625
|
-
"path": ["semantic", "typography", "wrap", "bold", "1"]
|
|
6626
|
-
"key": "{semantic.typography.wrap.bold.1}"
|
|
6713
|
+
"path": ["semantic", "typography", "wrap", "bold", "1"]
|
|
6627
6714
|
},
|
|
6628
6715
|
{
|
|
6716
|
+
"key": "{semantic.typography.wrap.bold.2}",
|
|
6629
6717
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6630
6718
|
"type": "typography",
|
|
6631
6719
|
"extensions": {
|
|
@@ -6667,10 +6755,10 @@
|
|
|
6667
6755
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6668
6756
|
"isSource": true,
|
|
6669
6757
|
"name": "Typography Wrap Bold 2",
|
|
6670
|
-
"path": ["semantic", "typography", "wrap", "bold", "2"]
|
|
6671
|
-
"key": "{semantic.typography.wrap.bold.2}"
|
|
6758
|
+
"path": ["semantic", "typography", "wrap", "bold", "2"]
|
|
6672
6759
|
},
|
|
6673
6760
|
{
|
|
6761
|
+
"key": "{semantic.typography.wrap.bold.3}",
|
|
6674
6762
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6675
6763
|
"type": "typography",
|
|
6676
6764
|
"extensions": {
|
|
@@ -6712,10 +6800,10 @@
|
|
|
6712
6800
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6713
6801
|
"isSource": true,
|
|
6714
6802
|
"name": "Typography Wrap Bold 3",
|
|
6715
|
-
"path": ["semantic", "typography", "wrap", "bold", "3"]
|
|
6716
|
-
"key": "{semantic.typography.wrap.bold.3}"
|
|
6803
|
+
"path": ["semantic", "typography", "wrap", "bold", "3"]
|
|
6717
6804
|
},
|
|
6718
6805
|
{
|
|
6806
|
+
"key": "{semantic.typography.wrap.bold.-2}",
|
|
6719
6807
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
6720
6808
|
"type": "typography",
|
|
6721
6809
|
"extensions": {
|
|
@@ -6757,10 +6845,10 @@
|
|
|
6757
6845
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6758
6846
|
"isSource": true,
|
|
6759
6847
|
"name": "Typography Wrap Bold Minus 2",
|
|
6760
|
-
"path": ["semantic", "typography", "wrap", "bold", "-2"]
|
|
6761
|
-
"key": "{semantic.typography.wrap.bold.-2}"
|
|
6848
|
+
"path": ["semantic", "typography", "wrap", "bold", "-2"]
|
|
6762
6849
|
},
|
|
6763
6850
|
{
|
|
6851
|
+
"key": "{semantic.typography.wrap.bold.-1}",
|
|
6764
6852
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\"}",
|
|
6765
6853
|
"type": "typography",
|
|
6766
6854
|
"extensions": {
|
|
@@ -6802,10 +6890,10 @@
|
|
|
6802
6890
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6803
6891
|
"isSource": true,
|
|
6804
6892
|
"name": "Typography Wrap Bold Minus 1",
|
|
6805
|
-
"path": ["semantic", "typography", "wrap", "bold", "-1"]
|
|
6806
|
-
"key": "{semantic.typography.wrap.bold.-1}"
|
|
6893
|
+
"path": ["semantic", "typography", "wrap", "bold", "-1"]
|
|
6807
6894
|
},
|
|
6808
6895
|
{
|
|
6896
|
+
"key": "{semantic.typography.hierarchy.display.1}",
|
|
6809
6897
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6810
6898
|
"type": "typography",
|
|
6811
6899
|
"attributes": {
|
|
@@ -6830,10 +6918,10 @@
|
|
|
6830
6918
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6831
6919
|
"isSource": true,
|
|
6832
6920
|
"name": "Typography Hierarchy Display 1",
|
|
6833
|
-
"path": ["semantic", "typography", "hierarchy", "display", "1"]
|
|
6834
|
-
"key": "{semantic.typography.hierarchy.display.1}"
|
|
6921
|
+
"path": ["semantic", "typography", "hierarchy", "display", "1"]
|
|
6835
6922
|
},
|
|
6836
6923
|
{
|
|
6924
|
+
"key": "{semantic.typography.hierarchy.display.2}",
|
|
6837
6925
|
"value": "{\"fontWeight\":\"600\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6838
6926
|
"type": "typography",
|
|
6839
6927
|
"attributes": {
|
|
@@ -6858,10 +6946,10 @@
|
|
|
6858
6946
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6859
6947
|
"isSource": true,
|
|
6860
6948
|
"name": "Typography Hierarchy Display 2",
|
|
6861
|
-
"path": ["semantic", "typography", "hierarchy", "display", "2"]
|
|
6862
|
-
"key": "{semantic.typography.hierarchy.display.2}"
|
|
6949
|
+
"path": ["semantic", "typography", "hierarchy", "display", "2"]
|
|
6863
6950
|
},
|
|
6864
6951
|
{
|
|
6952
|
+
"key": "{semantic.typography.hierarchy.heading.1}",
|
|
6865
6953
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"24px\"}",
|
|
6866
6954
|
"type": "typography",
|
|
6867
6955
|
"attributes": {
|
|
@@ -6886,10 +6974,10 @@
|
|
|
6886
6974
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6887
6975
|
"isSource": true,
|
|
6888
6976
|
"name": "Typography Hierarchy Heading 1",
|
|
6889
|
-
"path": ["semantic", "typography", "hierarchy", "heading", "1"]
|
|
6890
|
-
"key": "{semantic.typography.hierarchy.heading.1}"
|
|
6977
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "1"]
|
|
6891
6978
|
},
|
|
6892
6979
|
{
|
|
6980
|
+
"key": "{semantic.typography.hierarchy.heading.2}",
|
|
6893
6981
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"20px\"}",
|
|
6894
6982
|
"type": "typography",
|
|
6895
6983
|
"attributes": {
|
|
@@ -6914,10 +7002,10 @@
|
|
|
6914
7002
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6915
7003
|
"isSource": true,
|
|
6916
7004
|
"name": "Typography Hierarchy Heading 2",
|
|
6917
|
-
"path": ["semantic", "typography", "hierarchy", "heading", "2"]
|
|
6918
|
-
"key": "{semantic.typography.hierarchy.heading.2}"
|
|
7005
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "2"]
|
|
6919
7006
|
},
|
|
6920
7007
|
{
|
|
7008
|
+
"key": "{semantic.typography.hierarchy.heading.3}",
|
|
6921
7009
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"18px\"}",
|
|
6922
7010
|
"type": "typography",
|
|
6923
7011
|
"attributes": {
|
|
@@ -6942,10 +7030,10 @@
|
|
|
6942
7030
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6943
7031
|
"isSource": true,
|
|
6944
7032
|
"name": "Typography Hierarchy Heading 3",
|
|
6945
|
-
"path": ["semantic", "typography", "hierarchy", "heading", "3"]
|
|
6946
|
-
"key": "{semantic.typography.hierarchy.heading.3}"
|
|
7033
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "3"]
|
|
6947
7034
|
},
|
|
6948
7035
|
{
|
|
7036
|
+
"key": "{semantic.typography.hierarchy.heading.4}",
|
|
6949
7037
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\",\"fontSize\":\"16px\"}",
|
|
6950
7038
|
"type": "typography",
|
|
6951
7039
|
"attributes": {
|
|
@@ -6970,10 +7058,10 @@
|
|
|
6970
7058
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6971
7059
|
"isSource": true,
|
|
6972
7060
|
"name": "Typography Hierarchy Heading 4",
|
|
6973
|
-
"path": ["semantic", "typography", "hierarchy", "heading", "4"]
|
|
6974
|
-
"key": "{semantic.typography.hierarchy.heading.4}"
|
|
7061
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "4"]
|
|
6975
7062
|
},
|
|
6976
7063
|
{
|
|
7064
|
+
"key": "{semantic.typography.hierarchy.heading.5}",
|
|
6977
7065
|
"value": "{\"fontWeight\":\"500\",\"lineHeight\":\"1.375\"}",
|
|
6978
7066
|
"type": "typography",
|
|
6979
7067
|
"attributes": {
|
|
@@ -6998,10 +7086,10 @@
|
|
|
6998
7086
|
"filePath": "src/tokens/semantic/typography.json",
|
|
6999
7087
|
"isSource": true,
|
|
7000
7088
|
"name": "Typography Hierarchy Heading 5",
|
|
7001
|
-
"path": ["semantic", "typography", "hierarchy", "heading", "5"]
|
|
7002
|
-
"key": "{semantic.typography.hierarchy.heading.5}"
|
|
7089
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "5"]
|
|
7003
7090
|
},
|
|
7004
7091
|
{
|
|
7092
|
+
"key": "{semantic.typography.hierarchy.body.snug}",
|
|
7005
7093
|
"value": "{\"lineHeight\":\"1.375\"}",
|
|
7006
7094
|
"type": "typography",
|
|
7007
7095
|
"attributes": {
|
|
@@ -7026,10 +7114,10 @@
|
|
|
7026
7114
|
"filePath": "src/tokens/semantic/typography.json",
|
|
7027
7115
|
"isSource": true,
|
|
7028
7116
|
"name": "Typography Hierarchy Body Snug",
|
|
7029
|
-
"path": ["semantic", "typography", "hierarchy", "body", "snug"]
|
|
7030
|
-
"key": "{semantic.typography.hierarchy.body.snug}"
|
|
7117
|
+
"path": ["semantic", "typography", "hierarchy", "body", "snug"]
|
|
7031
7118
|
},
|
|
7032
7119
|
{
|
|
7120
|
+
"key": "{semantic.typography.hierarchy.body.default}",
|
|
7033
7121
|
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
7034
7122
|
"type": "typography",
|
|
7035
7123
|
"attributes": {
|
|
@@ -7054,10 +7142,10 @@
|
|
|
7054
7142
|
"filePath": "src/tokens/semantic/typography.json",
|
|
7055
7143
|
"isSource": true,
|
|
7056
7144
|
"name": "Typography Hierarchy Body",
|
|
7057
|
-
"path": ["semantic", "typography", "hierarchy", "body", "default"]
|
|
7058
|
-
"key": "{semantic.typography.hierarchy.body.default}"
|
|
7145
|
+
"path": ["semantic", "typography", "hierarchy", "body", "default"]
|
|
7059
7146
|
},
|
|
7060
7147
|
{
|
|
7148
|
+
"key": "{semantic.typography.hierarchy.overline}",
|
|
7061
7149
|
"value": "{\"lineHeight\":\"12px\",\"textCase\":\"uppercase\",\"fontWeight\":\"600\"}",
|
|
7062
7150
|
"type": "typography",
|
|
7063
7151
|
"attributes": {
|
|
@@ -7081,10 +7169,10 @@
|
|
|
7081
7169
|
"filePath": "src/tokens/semantic/typography.json",
|
|
7082
7170
|
"isSource": true,
|
|
7083
7171
|
"name": "Typography Hierarchy Overline",
|
|
7084
|
-
"path": ["semantic", "typography", "hierarchy", "overline"]
|
|
7085
|
-
"key": "{semantic.typography.hierarchy.overline}"
|
|
7172
|
+
"path": ["semantic", "typography", "hierarchy", "overline"]
|
|
7086
7173
|
},
|
|
7087
7174
|
{
|
|
7175
|
+
"key": "{semantic.typography.hierarchy.caption}",
|
|
7088
7176
|
"value": "{\"lineHeight\":\"1.375\",\"fontSize\":\"12px\"}",
|
|
7089
7177
|
"type": "typography",
|
|
7090
7178
|
"attributes": {
|
|
@@ -7108,10 +7196,10 @@
|
|
|
7108
7196
|
"filePath": "src/tokens/semantic/typography.json",
|
|
7109
7197
|
"isSource": true,
|
|
7110
7198
|
"name": "Typography Hierarchy Caption",
|
|
7111
|
-
"path": ["semantic", "typography", "hierarchy", "caption"]
|
|
7112
|
-
"key": "{semantic.typography.hierarchy.caption}"
|
|
7199
|
+
"path": ["semantic", "typography", "hierarchy", "caption"]
|
|
7113
7200
|
},
|
|
7114
7201
|
{
|
|
7202
|
+
"key": "{semantic.z-index.deep}",
|
|
7115
7203
|
"value": "-999999",
|
|
7116
7204
|
"type": "z-index",
|
|
7117
7205
|
"attributes": {
|
|
@@ -7134,10 +7222,10 @@
|
|
|
7134
7222
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7135
7223
|
"isSource": true,
|
|
7136
7224
|
"name": "Z Index Deep",
|
|
7137
|
-
"path": ["semantic", "z-index", "deep"]
|
|
7138
|
-
"key": "{semantic.z-index.deep}"
|
|
7225
|
+
"path": ["semantic", "z-index", "deep"]
|
|
7139
7226
|
},
|
|
7140
7227
|
{
|
|
7228
|
+
"key": "{semantic.z-index.default}",
|
|
7141
7229
|
"value": "1",
|
|
7142
7230
|
"type": "z-index",
|
|
7143
7231
|
"attributes": {
|
|
@@ -7160,10 +7248,10 @@
|
|
|
7160
7248
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7161
7249
|
"isSource": true,
|
|
7162
7250
|
"name": "Z Index",
|
|
7163
|
-
"path": ["semantic", "z-index", "default"]
|
|
7164
|
-
"key": "{semantic.z-index.default}"
|
|
7251
|
+
"path": ["semantic", "z-index", "default"]
|
|
7165
7252
|
},
|
|
7166
7253
|
{
|
|
7254
|
+
"key": "{semantic.z-index.sticky}",
|
|
7167
7255
|
"value": "300",
|
|
7168
7256
|
"type": "z-index",
|
|
7169
7257
|
"attributes": {
|
|
@@ -7186,10 +7274,10 @@
|
|
|
7186
7274
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7187
7275
|
"isSource": true,
|
|
7188
7276
|
"name": "Z Index Sticky",
|
|
7189
|
-
"path": ["semantic", "z-index", "sticky"]
|
|
7190
|
-
"key": "{semantic.z-index.sticky}"
|
|
7277
|
+
"path": ["semantic", "z-index", "sticky"]
|
|
7191
7278
|
},
|
|
7192
7279
|
{
|
|
7280
|
+
"key": "{semantic.z-index.header}",
|
|
7193
7281
|
"value": "400",
|
|
7194
7282
|
"type": "z-index",
|
|
7195
7283
|
"attributes": {
|
|
@@ -7212,10 +7300,10 @@
|
|
|
7212
7300
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7213
7301
|
"isSource": true,
|
|
7214
7302
|
"name": "Z Index Header",
|
|
7215
|
-
"path": ["semantic", "z-index", "header"]
|
|
7216
|
-
"key": "{semantic.z-index.header}"
|
|
7303
|
+
"path": ["semantic", "z-index", "header"]
|
|
7217
7304
|
},
|
|
7218
7305
|
{
|
|
7306
|
+
"key": "{semantic.z-index.toast}",
|
|
7219
7307
|
"value": "500",
|
|
7220
7308
|
"type": "z-index",
|
|
7221
7309
|
"attributes": {
|
|
@@ -7238,10 +7326,10 @@
|
|
|
7238
7326
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7239
7327
|
"isSource": true,
|
|
7240
7328
|
"name": "Z Index Toast",
|
|
7241
|
-
"path": ["semantic", "z-index", "toast"]
|
|
7242
|
-
"key": "{semantic.z-index.toast}"
|
|
7329
|
+
"path": ["semantic", "z-index", "toast"]
|
|
7243
7330
|
},
|
|
7244
7331
|
{
|
|
7332
|
+
"key": "{semantic.z-index.dropdown}",
|
|
7245
7333
|
"value": "600",
|
|
7246
7334
|
"type": "z-index",
|
|
7247
7335
|
"attributes": {
|
|
@@ -7264,10 +7352,10 @@
|
|
|
7264
7352
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7265
7353
|
"isSource": true,
|
|
7266
7354
|
"name": "Z Index Dropdown",
|
|
7267
|
-
"path": ["semantic", "z-index", "dropdown"]
|
|
7268
|
-
"key": "{semantic.z-index.dropdown}"
|
|
7355
|
+
"path": ["semantic", "z-index", "dropdown"]
|
|
7269
7356
|
},
|
|
7270
7357
|
{
|
|
7358
|
+
"key": "{semantic.z-index.overlay}",
|
|
7271
7359
|
"value": "700",
|
|
7272
7360
|
"type": "z-index",
|
|
7273
7361
|
"attributes": {
|
|
@@ -7290,10 +7378,10 @@
|
|
|
7290
7378
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7291
7379
|
"isSource": true,
|
|
7292
7380
|
"name": "Z Index Overlay",
|
|
7293
|
-
"path": ["semantic", "z-index", "overlay"]
|
|
7294
|
-
"key": "{semantic.z-index.overlay}"
|
|
7381
|
+
"path": ["semantic", "z-index", "overlay"]
|
|
7295
7382
|
},
|
|
7296
7383
|
{
|
|
7384
|
+
"key": "{semantic.z-index.modal}",
|
|
7297
7385
|
"value": "800",
|
|
7298
7386
|
"type": "z-index",
|
|
7299
7387
|
"attributes": {
|
|
@@ -7316,10 +7404,10 @@
|
|
|
7316
7404
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7317
7405
|
"isSource": true,
|
|
7318
7406
|
"name": "Z Index Modal",
|
|
7319
|
-
"path": ["semantic", "z-index", "modal"]
|
|
7320
|
-
"key": "{semantic.z-index.modal}"
|
|
7407
|
+
"path": ["semantic", "z-index", "modal"]
|
|
7321
7408
|
},
|
|
7322
7409
|
{
|
|
7410
|
+
"key": "{semantic.z-index.popup}",
|
|
7323
7411
|
"value": "900",
|
|
7324
7412
|
"type": "z-index",
|
|
7325
7413
|
"attributes": {
|
|
@@ -7342,10 +7430,10 @@
|
|
|
7342
7430
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7343
7431
|
"isSource": true,
|
|
7344
7432
|
"name": "Z Index Popup",
|
|
7345
|
-
"path": ["semantic", "z-index", "popup"]
|
|
7346
|
-
"key": "{semantic.z-index.popup}"
|
|
7433
|
+
"path": ["semantic", "z-index", "popup"]
|
|
7347
7434
|
},
|
|
7348
7435
|
{
|
|
7436
|
+
"key": "{semantic.z-index.tooltip}",
|
|
7349
7437
|
"value": "901",
|
|
7350
7438
|
"type": "z-index",
|
|
7351
7439
|
"attributes": {
|
|
@@ -7368,8 +7456,7 @@
|
|
|
7368
7456
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
7369
7457
|
"isSource": true,
|
|
7370
7458
|
"name": "Z Index Tooltip",
|
|
7371
|
-
"path": ["semantic", "z-index", "tooltip"]
|
|
7372
|
-
"key": "{semantic.z-index.tooltip}"
|
|
7459
|
+
"path": ["semantic", "z-index", "tooltip"]
|
|
7373
7460
|
}
|
|
7374
7461
|
]
|
|
7375
7462
|
}
|