@esri/calcite-design-tokens 3.0.2-next.4 → 3.0.2-next.6
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 +262 -2
- package/dist/docs/core.json +9307 -1907
- package/dist/docs/dark.json +253 -251
- package/dist/docs/global.json +1317 -1312
- package/dist/docs/light.json +247 -247
- package/dist/docs/semantic.json +729 -724
- package/dist/es6/core.d.ts +260 -0
- package/dist/es6/core.js +262 -2
- package/dist/js/core.d.ts +316 -0
- package/dist/js/core.js +11737 -7526
- package/dist/js/dark.js +303 -1001
- package/dist/js/global.js +1542 -5217
- package/dist/js/light.js +291 -987
- package/dist/js/semantic.js +850 -2877
- package/dist/scss/core.scss +262 -2
- package/package.json +2 -2
package/dist/docs/semantic.json
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1744388670646,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "0",
|
|
6
6
|
"type": "dimension",
|
|
7
7
|
"attributes": {
|
|
8
|
-
"
|
|
9
|
-
"system": "calcite",
|
|
10
|
-
"tier": "semantic",
|
|
11
|
-
"type": "dimension"
|
|
12
|
-
},
|
|
13
|
-
"category": "semantic",
|
|
8
|
+
"category": "border",
|
|
14
9
|
"type": "border",
|
|
15
10
|
"item": "width",
|
|
16
11
|
"subitem": "none",
|
|
@@ -20,6 +15,11 @@
|
|
|
20
15
|
"js": "semantic.border.width.none",
|
|
21
16
|
"docs": "semantic.border.width.none",
|
|
22
17
|
"es6": "calciteBorderWidthNone"
|
|
18
|
+
},
|
|
19
|
+
"calcite-schema": {
|
|
20
|
+
"system": "calcite",
|
|
21
|
+
"tier": "semantic",
|
|
22
|
+
"type": "dimension"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"filePath": "src/tokens/semantic/border.json",
|
|
@@ -32,12 +32,7 @@
|
|
|
32
32
|
"value": "1px",
|
|
33
33
|
"type": "dimension",
|
|
34
34
|
"attributes": {
|
|
35
|
-
"
|
|
36
|
-
"system": "calcite",
|
|
37
|
-
"tier": "semantic",
|
|
38
|
-
"type": "dimension"
|
|
39
|
-
},
|
|
40
|
-
"category": "semantic",
|
|
35
|
+
"category": "border",
|
|
41
36
|
"type": "border",
|
|
42
37
|
"item": "width",
|
|
43
38
|
"subitem": "sm",
|
|
@@ -47,6 +42,11 @@
|
|
|
47
42
|
"js": "semantic.border.width.sm",
|
|
48
43
|
"docs": "semantic.border.width.sm",
|
|
49
44
|
"es6": "calciteBorderWidthSm"
|
|
45
|
+
},
|
|
46
|
+
"calcite-schema": {
|
|
47
|
+
"system": "calcite",
|
|
48
|
+
"tier": "semantic",
|
|
49
|
+
"type": "dimension"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"filePath": "src/tokens/semantic/border.json",
|
|
@@ -59,12 +59,7 @@
|
|
|
59
59
|
"value": "2px",
|
|
60
60
|
"type": "dimension",
|
|
61
61
|
"attributes": {
|
|
62
|
-
"
|
|
63
|
-
"system": "calcite",
|
|
64
|
-
"tier": "semantic",
|
|
65
|
-
"type": "dimension"
|
|
66
|
-
},
|
|
67
|
-
"category": "semantic",
|
|
62
|
+
"category": "border",
|
|
68
63
|
"type": "border",
|
|
69
64
|
"item": "width",
|
|
70
65
|
"subitem": "md",
|
|
@@ -74,6 +69,11 @@
|
|
|
74
69
|
"js": "semantic.border.width.md",
|
|
75
70
|
"docs": "semantic.border.width.md",
|
|
76
71
|
"es6": "calciteBorderWidthMd"
|
|
72
|
+
},
|
|
73
|
+
"calcite-schema": {
|
|
74
|
+
"system": "calcite",
|
|
75
|
+
"tier": "semantic",
|
|
76
|
+
"type": "dimension"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"filePath": "src/tokens/semantic/border.json",
|
|
@@ -86,12 +86,7 @@
|
|
|
86
86
|
"value": "4px",
|
|
87
87
|
"type": "dimension",
|
|
88
88
|
"attributes": {
|
|
89
|
-
"
|
|
90
|
-
"system": "calcite",
|
|
91
|
-
"tier": "semantic",
|
|
92
|
-
"type": "dimension"
|
|
93
|
-
},
|
|
94
|
-
"category": "semantic",
|
|
89
|
+
"category": "border",
|
|
95
90
|
"type": "border",
|
|
96
91
|
"item": "width",
|
|
97
92
|
"subitem": "lg",
|
|
@@ -101,6 +96,11 @@
|
|
|
101
96
|
"js": "semantic.border.width.lg",
|
|
102
97
|
"docs": "semantic.border.width.lg",
|
|
103
98
|
"es6": "calciteBorderWidthLg"
|
|
99
|
+
},
|
|
100
|
+
"calcite-schema": {
|
|
101
|
+
"system": "calcite",
|
|
102
|
+
"tier": "semantic",
|
|
103
|
+
"type": "dimension"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"filePath": "src/tokens/semantic/border.json",
|
|
@@ -114,12 +114,7 @@
|
|
|
114
114
|
"type": "dimension",
|
|
115
115
|
"description": "Small handheld devices and mini-windows",
|
|
116
116
|
"attributes": {
|
|
117
|
-
"
|
|
118
|
-
"system": "calcite",
|
|
119
|
-
"tier": "semantic",
|
|
120
|
-
"type": "dimension"
|
|
121
|
-
},
|
|
122
|
-
"category": "semantic",
|
|
117
|
+
"category": "breakpoint",
|
|
123
118
|
"type": "dimension",
|
|
124
119
|
"item": "height",
|
|
125
120
|
"subitem": "xxs",
|
|
@@ -139,6 +134,11 @@
|
|
|
139
134
|
"js": "semantic.container-size.height.xxs",
|
|
140
135
|
"docs": "semantic.container-size.height.xxs",
|
|
141
136
|
"es6": "calciteContainerSizeHeightXxs"
|
|
137
|
+
},
|
|
138
|
+
"calcite-schema": {
|
|
139
|
+
"system": "calcite",
|
|
140
|
+
"tier": "semantic",
|
|
141
|
+
"type": "dimension"
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -153,12 +153,7 @@
|
|
|
153
153
|
"type": "dimension",
|
|
154
154
|
"description": "Handheld devices",
|
|
155
155
|
"attributes": {
|
|
156
|
-
"
|
|
157
|
-
"system": "calcite",
|
|
158
|
-
"tier": "semantic",
|
|
159
|
-
"type": "dimension"
|
|
160
|
-
},
|
|
161
|
-
"category": "semantic",
|
|
156
|
+
"category": "breakpoint",
|
|
162
157
|
"type": "dimension",
|
|
163
158
|
"item": "height",
|
|
164
159
|
"subitem": "xs",
|
|
@@ -178,6 +173,11 @@
|
|
|
178
173
|
"js": "semantic.container-size.height.xs",
|
|
179
174
|
"docs": "semantic.container-size.height.xs",
|
|
180
175
|
"es6": "calciteContainerSizeHeightXs"
|
|
176
|
+
},
|
|
177
|
+
"calcite-schema": {
|
|
178
|
+
"system": "calcite",
|
|
179
|
+
"tier": "semantic",
|
|
180
|
+
"type": "dimension"
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -192,12 +192,7 @@
|
|
|
192
192
|
"type": "dimension",
|
|
193
193
|
"description": "Small tablets",
|
|
194
194
|
"attributes": {
|
|
195
|
-
"
|
|
196
|
-
"system": "calcite",
|
|
197
|
-
"tier": "semantic",
|
|
198
|
-
"type": "dimension"
|
|
199
|
-
},
|
|
200
|
-
"category": "semantic",
|
|
195
|
+
"category": "breakpoint",
|
|
201
196
|
"type": "dimension",
|
|
202
197
|
"item": "height",
|
|
203
198
|
"subitem": "sm",
|
|
@@ -217,6 +212,11 @@
|
|
|
217
212
|
"js": "semantic.container-size.height.sm",
|
|
218
213
|
"docs": "semantic.container-size.height.sm",
|
|
219
214
|
"es6": "calciteContainerSizeHeightSm"
|
|
215
|
+
},
|
|
216
|
+
"calcite-schema": {
|
|
217
|
+
"system": "calcite",
|
|
218
|
+
"tier": "semantic",
|
|
219
|
+
"type": "dimension"
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -231,12 +231,7 @@
|
|
|
231
231
|
"type": "dimension",
|
|
232
232
|
"description": "Small laptops",
|
|
233
233
|
"attributes": {
|
|
234
|
-
"
|
|
235
|
-
"system": "calcite",
|
|
236
|
-
"tier": "semantic",
|
|
237
|
-
"type": "dimension"
|
|
238
|
-
},
|
|
239
|
-
"category": "semantic",
|
|
234
|
+
"category": "breakpoint",
|
|
240
235
|
"type": "dimension",
|
|
241
236
|
"item": "height",
|
|
242
237
|
"subitem": "md",
|
|
@@ -256,6 +251,11 @@
|
|
|
256
251
|
"js": "semantic.container-size.height.md",
|
|
257
252
|
"docs": "semantic.container-size.height.md",
|
|
258
253
|
"es6": "calciteContainerSizeHeightMd"
|
|
254
|
+
},
|
|
255
|
+
"calcite-schema": {
|
|
256
|
+
"system": "calcite",
|
|
257
|
+
"tier": "semantic",
|
|
258
|
+
"type": "dimension"
|
|
259
259
|
}
|
|
260
260
|
},
|
|
261
261
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -270,12 +270,7 @@
|
|
|
270
270
|
"type": "dimension",
|
|
271
271
|
"description": "Large laptops and desktop computers",
|
|
272
272
|
"attributes": {
|
|
273
|
-
"
|
|
274
|
-
"system": "calcite",
|
|
275
|
-
"tier": "semantic",
|
|
276
|
-
"type": "dimension"
|
|
277
|
-
},
|
|
278
|
-
"category": "semantic",
|
|
273
|
+
"category": "breakpoint",
|
|
279
274
|
"type": "dimension",
|
|
280
275
|
"item": "height",
|
|
281
276
|
"subitem": "lg",
|
|
@@ -295,6 +290,11 @@
|
|
|
295
290
|
"js": "semantic.container-size.height.lg",
|
|
296
291
|
"docs": "semantic.container-size.height.lg",
|
|
297
292
|
"es6": "calciteContainerSizeHeightLg"
|
|
293
|
+
},
|
|
294
|
+
"calcite-schema": {
|
|
295
|
+
"system": "calcite",
|
|
296
|
+
"tier": "semantic",
|
|
297
|
+
"type": "dimension"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -309,12 +309,7 @@
|
|
|
309
309
|
"type": "dimension",
|
|
310
310
|
"description": "Projectors and televisions",
|
|
311
311
|
"attributes": {
|
|
312
|
-
"
|
|
313
|
-
"system": "calcite",
|
|
314
|
-
"tier": "semantic",
|
|
315
|
-
"type": "dimension"
|
|
316
|
-
},
|
|
317
|
-
"category": "semantic",
|
|
312
|
+
"category": "breakpoint",
|
|
318
313
|
"type": "dimension",
|
|
319
314
|
"item": "height",
|
|
320
315
|
"subitem": "xl",
|
|
@@ -333,6 +328,11 @@
|
|
|
333
328
|
"js": "semantic.container-size.height.xl",
|
|
334
329
|
"docs": "semantic.container-size.height.xl",
|
|
335
330
|
"es6": "calciteContainerSizeHeightXl"
|
|
331
|
+
},
|
|
332
|
+
"calcite-schema": {
|
|
333
|
+
"system": "calcite",
|
|
334
|
+
"tier": "semantic",
|
|
335
|
+
"type": "dimension"
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
338
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -347,12 +347,7 @@
|
|
|
347
347
|
"type": "dimension",
|
|
348
348
|
"description": "Small handheld devices and mini-windows",
|
|
349
349
|
"attributes": {
|
|
350
|
-
"
|
|
351
|
-
"system": "calcite",
|
|
352
|
-
"tier": "semantic",
|
|
353
|
-
"type": "dimension"
|
|
354
|
-
},
|
|
355
|
-
"category": "semantic",
|
|
350
|
+
"category": "breakpoint",
|
|
356
351
|
"type": "dimension",
|
|
357
352
|
"item": "width",
|
|
358
353
|
"subitem": "xxs",
|
|
@@ -372,6 +367,11 @@
|
|
|
372
367
|
"js": "semantic.container-size.width.xxs",
|
|
373
368
|
"docs": "semantic.container-size.width.xxs",
|
|
374
369
|
"es6": "calciteContainerSizeWidthXxs"
|
|
370
|
+
},
|
|
371
|
+
"calcite-schema": {
|
|
372
|
+
"system": "calcite",
|
|
373
|
+
"tier": "semantic",
|
|
374
|
+
"type": "dimension"
|
|
375
375
|
}
|
|
376
376
|
},
|
|
377
377
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -386,12 +386,7 @@
|
|
|
386
386
|
"type": "dimension",
|
|
387
387
|
"description": "Handheld devices",
|
|
388
388
|
"attributes": {
|
|
389
|
-
"
|
|
390
|
-
"system": "calcite",
|
|
391
|
-
"tier": "semantic",
|
|
392
|
-
"type": "dimension"
|
|
393
|
-
},
|
|
394
|
-
"category": "semantic",
|
|
389
|
+
"category": "breakpoint",
|
|
395
390
|
"type": "dimension",
|
|
396
391
|
"item": "width",
|
|
397
392
|
"subitem": "xs",
|
|
@@ -411,6 +406,11 @@
|
|
|
411
406
|
"js": "semantic.container-size.width.xs",
|
|
412
407
|
"docs": "semantic.container-size.width.xs",
|
|
413
408
|
"es6": "calciteContainerSizeWidthXs"
|
|
409
|
+
},
|
|
410
|
+
"calcite-schema": {
|
|
411
|
+
"system": "calcite",
|
|
412
|
+
"tier": "semantic",
|
|
413
|
+
"type": "dimension"
|
|
414
414
|
}
|
|
415
415
|
},
|
|
416
416
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -425,12 +425,7 @@
|
|
|
425
425
|
"type": "dimension",
|
|
426
426
|
"description": "Small tablets",
|
|
427
427
|
"attributes": {
|
|
428
|
-
"
|
|
429
|
-
"system": "calcite",
|
|
430
|
-
"tier": "semantic",
|
|
431
|
-
"type": "dimension"
|
|
432
|
-
},
|
|
433
|
-
"category": "semantic",
|
|
428
|
+
"category": "breakpoint",
|
|
434
429
|
"type": "dimension",
|
|
435
430
|
"item": "width",
|
|
436
431
|
"subitem": "sm",
|
|
@@ -450,6 +445,11 @@
|
|
|
450
445
|
"js": "semantic.container-size.width.sm",
|
|
451
446
|
"docs": "semantic.container-size.width.sm",
|
|
452
447
|
"es6": "calciteContainerSizeWidthSm"
|
|
448
|
+
},
|
|
449
|
+
"calcite-schema": {
|
|
450
|
+
"system": "calcite",
|
|
451
|
+
"tier": "semantic",
|
|
452
|
+
"type": "dimension"
|
|
453
453
|
}
|
|
454
454
|
},
|
|
455
455
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -464,12 +464,7 @@
|
|
|
464
464
|
"type": "dimension",
|
|
465
465
|
"description": "Small laptops",
|
|
466
466
|
"attributes": {
|
|
467
|
-
"
|
|
468
|
-
"system": "calcite",
|
|
469
|
-
"tier": "semantic",
|
|
470
|
-
"type": "dimension"
|
|
471
|
-
},
|
|
472
|
-
"category": "semantic",
|
|
467
|
+
"category": "breakpoint",
|
|
473
468
|
"type": "dimension",
|
|
474
469
|
"item": "width",
|
|
475
470
|
"subitem": "md",
|
|
@@ -489,6 +484,11 @@
|
|
|
489
484
|
"js": "semantic.container-size.width.md",
|
|
490
485
|
"docs": "semantic.container-size.width.md",
|
|
491
486
|
"es6": "calciteContainerSizeWidthMd"
|
|
487
|
+
},
|
|
488
|
+
"calcite-schema": {
|
|
489
|
+
"system": "calcite",
|
|
490
|
+
"tier": "semantic",
|
|
491
|
+
"type": "dimension"
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -503,12 +503,7 @@
|
|
|
503
503
|
"type": "dimension",
|
|
504
504
|
"description": "Large laptops and desktop computers",
|
|
505
505
|
"attributes": {
|
|
506
|
-
"
|
|
507
|
-
"system": "calcite",
|
|
508
|
-
"tier": "semantic",
|
|
509
|
-
"type": "dimension"
|
|
510
|
-
},
|
|
511
|
-
"category": "semantic",
|
|
506
|
+
"category": "breakpoint",
|
|
512
507
|
"type": "dimension",
|
|
513
508
|
"item": "width",
|
|
514
509
|
"subitem": "lg",
|
|
@@ -528,6 +523,11 @@
|
|
|
528
523
|
"js": "semantic.container-size.width.lg",
|
|
529
524
|
"docs": "semantic.container-size.width.lg",
|
|
530
525
|
"es6": "calciteContainerSizeWidthLg"
|
|
526
|
+
},
|
|
527
|
+
"calcite-schema": {
|
|
528
|
+
"system": "calcite",
|
|
529
|
+
"tier": "semantic",
|
|
530
|
+
"type": "dimension"
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -542,12 +542,7 @@
|
|
|
542
542
|
"type": "dimension",
|
|
543
543
|
"description": "Projectors and televisions",
|
|
544
544
|
"attributes": {
|
|
545
|
-
"
|
|
546
|
-
"system": "calcite",
|
|
547
|
-
"tier": "semantic",
|
|
548
|
-
"type": "dimension"
|
|
549
|
-
},
|
|
550
|
-
"category": "semantic",
|
|
545
|
+
"category": "breakpoint",
|
|
551
546
|
"type": "dimension",
|
|
552
547
|
"item": "width",
|
|
553
548
|
"subitem": "xl",
|
|
@@ -566,6 +561,11 @@
|
|
|
566
561
|
"js": "semantic.container-size.width.xl",
|
|
567
562
|
"docs": "semantic.container-size.width.xl",
|
|
568
563
|
"es6": "calciteContainerSizeWidthXl"
|
|
564
|
+
},
|
|
565
|
+
"calcite-schema": {
|
|
566
|
+
"system": "calcite",
|
|
567
|
+
"tier": "semantic",
|
|
568
|
+
"type": "dimension"
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -579,12 +579,7 @@
|
|
|
579
579
|
"value": "24px",
|
|
580
580
|
"type": "dimension",
|
|
581
581
|
"attributes": {
|
|
582
|
-
"
|
|
583
|
-
"system": "calcite",
|
|
584
|
-
"tier": "semantic",
|
|
585
|
-
"type": "dimension"
|
|
586
|
-
},
|
|
587
|
-
"category": "semantic",
|
|
582
|
+
"category": "breakpoint",
|
|
588
583
|
"type": "container-size",
|
|
589
584
|
"item": "margin",
|
|
590
585
|
"names": {
|
|
@@ -593,6 +588,11 @@
|
|
|
593
588
|
"js": "semantic.container-size.margin",
|
|
594
589
|
"docs": "semantic.container-size.margin",
|
|
595
590
|
"es6": "calciteContainerSizeMargin"
|
|
591
|
+
},
|
|
592
|
+
"calcite-schema": {
|
|
593
|
+
"system": "calcite",
|
|
594
|
+
"tier": "semantic",
|
|
595
|
+
"type": "dimension"
|
|
596
596
|
}
|
|
597
597
|
},
|
|
598
598
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -605,12 +605,7 @@
|
|
|
605
605
|
"value": "16px",
|
|
606
606
|
"type": "dimension",
|
|
607
607
|
"attributes": {
|
|
608
|
-
"
|
|
609
|
-
"system": "calcite",
|
|
610
|
-
"tier": "semantic",
|
|
611
|
-
"type": "dimension"
|
|
612
|
-
},
|
|
613
|
-
"category": "semantic",
|
|
608
|
+
"category": "breakpoint",
|
|
614
609
|
"type": "container-size",
|
|
615
610
|
"item": "gutter",
|
|
616
611
|
"names": {
|
|
@@ -619,6 +614,11 @@
|
|
|
619
614
|
"js": "semantic.container-size.gutter",
|
|
620
615
|
"docs": "semantic.container-size.gutter",
|
|
621
616
|
"es6": "calciteContainerSizeGutter"
|
|
617
|
+
},
|
|
618
|
+
"calcite-schema": {
|
|
619
|
+
"system": "calcite",
|
|
620
|
+
"tier": "semantic",
|
|
621
|
+
"type": "dimension"
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -632,12 +632,7 @@
|
|
|
632
632
|
"type": "dimension",
|
|
633
633
|
"description": "for fluid grid widths",
|
|
634
634
|
"attributes": {
|
|
635
|
-
"
|
|
636
|
-
"system": "calcite",
|
|
637
|
-
"tier": "semantic",
|
|
638
|
-
"type": "dimension"
|
|
639
|
-
},
|
|
640
|
-
"category": "semantic",
|
|
635
|
+
"category": "breakpoint",
|
|
641
636
|
"type": "dimension",
|
|
642
637
|
"item": "content",
|
|
643
638
|
"subitem": "fluid",
|
|
@@ -654,6 +649,11 @@
|
|
|
654
649
|
"js": "semantic.container-size.content.fluid",
|
|
655
650
|
"docs": "semantic.container-size.content.fluid",
|
|
656
651
|
"es6": "calciteContainerSizeContentFluid"
|
|
652
|
+
},
|
|
653
|
+
"calcite-schema": {
|
|
654
|
+
"system": "calcite",
|
|
655
|
+
"tier": "semantic",
|
|
656
|
+
"type": "dimension"
|
|
657
657
|
}
|
|
658
658
|
},
|
|
659
659
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -668,12 +668,7 @@
|
|
|
668
668
|
"type": "dimension",
|
|
669
669
|
"description": "only for lg breakpoint fixed grid width",
|
|
670
670
|
"attributes": {
|
|
671
|
-
"
|
|
672
|
-
"system": "calcite",
|
|
673
|
-
"tier": "semantic",
|
|
674
|
-
"type": "dimension"
|
|
675
|
-
},
|
|
676
|
-
"category": "semantic",
|
|
671
|
+
"category": "breakpoint",
|
|
677
672
|
"type": "dimension",
|
|
678
673
|
"item": "content",
|
|
679
674
|
"subitem": "fixed",
|
|
@@ -690,6 +685,11 @@
|
|
|
690
685
|
"js": "semantic.container-size.content.fixed",
|
|
691
686
|
"docs": "semantic.container-size.content.fixed",
|
|
692
687
|
"es6": "calciteContainerSizeContentFixed"
|
|
688
|
+
},
|
|
689
|
+
"calcite-schema": {
|
|
690
|
+
"system": "calcite",
|
|
691
|
+
"tier": "semantic",
|
|
692
|
+
"type": "dimension"
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
@@ -703,12 +703,7 @@
|
|
|
703
703
|
"value": "0",
|
|
704
704
|
"type": "dimension",
|
|
705
705
|
"attributes": {
|
|
706
|
-
"
|
|
707
|
-
"system": "calcite",
|
|
708
|
-
"tier": "semantic",
|
|
709
|
-
"type": "dimension"
|
|
710
|
-
},
|
|
711
|
-
"category": "semantic",
|
|
706
|
+
"category": "corner",
|
|
712
707
|
"type": "corner",
|
|
713
708
|
"item": "radius",
|
|
714
709
|
"subitem": "default",
|
|
@@ -718,6 +713,11 @@
|
|
|
718
713
|
"js": "semantic.corner.radius.default",
|
|
719
714
|
"docs": "semantic.corner.radius.default",
|
|
720
715
|
"es6": "calciteCornerRadius"
|
|
716
|
+
},
|
|
717
|
+
"calcite-schema": {
|
|
718
|
+
"system": "calcite",
|
|
719
|
+
"tier": "semantic",
|
|
720
|
+
"type": "dimension"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
723
|
"filePath": "src/tokens/semantic/corner.json",
|
|
@@ -730,12 +730,7 @@
|
|
|
730
730
|
"value": "0",
|
|
731
731
|
"type": "dimension",
|
|
732
732
|
"attributes": {
|
|
733
|
-
"
|
|
734
|
-
"system": "calcite",
|
|
735
|
-
"tier": "semantic",
|
|
736
|
-
"type": "dimension"
|
|
737
|
-
},
|
|
738
|
-
"category": "semantic",
|
|
733
|
+
"category": "corner",
|
|
739
734
|
"type": "corner",
|
|
740
735
|
"item": "radius",
|
|
741
736
|
"subitem": "sharp",
|
|
@@ -745,6 +740,11 @@
|
|
|
745
740
|
"js": "semantic.corner.radius.sharp",
|
|
746
741
|
"docs": "semantic.corner.radius.sharp",
|
|
747
742
|
"es6": "calciteCornerRadiusSharp"
|
|
743
|
+
},
|
|
744
|
+
"calcite-schema": {
|
|
745
|
+
"system": "calcite",
|
|
746
|
+
"tier": "semantic",
|
|
747
|
+
"type": "dimension"
|
|
748
748
|
}
|
|
749
749
|
},
|
|
750
750
|
"filePath": "src/tokens/semantic/corner.json",
|
|
@@ -757,12 +757,7 @@
|
|
|
757
757
|
"value": "4px",
|
|
758
758
|
"type": "dimension",
|
|
759
759
|
"attributes": {
|
|
760
|
-
"
|
|
761
|
-
"system": "calcite",
|
|
762
|
-
"tier": "semantic",
|
|
763
|
-
"type": "dimension"
|
|
764
|
-
},
|
|
765
|
-
"category": "semantic",
|
|
760
|
+
"category": "corner",
|
|
766
761
|
"type": "corner",
|
|
767
762
|
"item": "radius",
|
|
768
763
|
"subitem": "round",
|
|
@@ -772,6 +767,11 @@
|
|
|
772
767
|
"js": "semantic.corner.radius.round",
|
|
773
768
|
"docs": "semantic.corner.radius.round",
|
|
774
769
|
"es6": "calciteCornerRadiusRound"
|
|
770
|
+
},
|
|
771
|
+
"calcite-schema": {
|
|
772
|
+
"system": "calcite",
|
|
773
|
+
"tier": "semantic",
|
|
774
|
+
"type": "dimension"
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
"filePath": "src/tokens/semantic/corner.json",
|
|
@@ -784,12 +784,8 @@
|
|
|
784
784
|
"value": "100%",
|
|
785
785
|
"type": "dimension",
|
|
786
786
|
"attributes": {
|
|
787
|
-
"
|
|
788
|
-
|
|
789
|
-
"tier": "semantic",
|
|
790
|
-
"type": "dimension"
|
|
791
|
-
},
|
|
792
|
-
"category": "semantic",
|
|
787
|
+
"element": "",
|
|
788
|
+
"category": "corner",
|
|
793
789
|
"type": "corner",
|
|
794
790
|
"item": "radius",
|
|
795
791
|
"subitem": "pill",
|
|
@@ -799,6 +795,11 @@
|
|
|
799
795
|
"js": "semantic.corner.radius.pill",
|
|
800
796
|
"docs": "semantic.corner.radius.pill",
|
|
801
797
|
"es6": "calciteCornerRadiusPill"
|
|
798
|
+
},
|
|
799
|
+
"calcite-schema": {
|
|
800
|
+
"system": "calcite",
|
|
801
|
+
"tier": "semantic",
|
|
802
|
+
"type": "dimension"
|
|
802
803
|
}
|
|
803
804
|
},
|
|
804
805
|
"filePath": "src/tokens/semantic/corner.json",
|
|
@@ -812,11 +813,7 @@
|
|
|
812
813
|
"type": "fontFamily",
|
|
813
814
|
"description": "Primary font with fallbacks",
|
|
814
815
|
"attributes": {
|
|
815
|
-
"
|
|
816
|
-
"system": "calcite",
|
|
817
|
-
"tier": "semantic",
|
|
818
|
-
"type": "fontFamily"
|
|
819
|
-
},
|
|
816
|
+
"group": "family",
|
|
820
817
|
"category": "semantic",
|
|
821
818
|
"type": "fontFamily",
|
|
822
819
|
"item": "family",
|
|
@@ -834,6 +831,11 @@
|
|
|
834
831
|
"js": "semantic.font.family.default",
|
|
835
832
|
"docs": "semantic.font.family.default",
|
|
836
833
|
"es6": "calciteFontFamily"
|
|
834
|
+
},
|
|
835
|
+
"calcite-schema": {
|
|
836
|
+
"system": "calcite",
|
|
837
|
+
"tier": "semantic",
|
|
838
|
+
"type": "fontFamily"
|
|
837
839
|
}
|
|
838
840
|
},
|
|
839
841
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -848,12 +850,7 @@
|
|
|
848
850
|
"type": "fontFamily",
|
|
849
851
|
"description": "Font family for code with fallbacks",
|
|
850
852
|
"attributes": {
|
|
851
|
-
"
|
|
852
|
-
"system": "calcite",
|
|
853
|
-
"tier": "semantic",
|
|
854
|
-
"type": "fontFamily"
|
|
855
|
-
},
|
|
856
|
-
"category": "semantic",
|
|
853
|
+
"category": "font",
|
|
857
854
|
"type": "fontFamily",
|
|
858
855
|
"item": "family",
|
|
859
856
|
"subitem": "code",
|
|
@@ -876,6 +873,11 @@
|
|
|
876
873
|
"js": "semantic.font.family.code",
|
|
877
874
|
"docs": "semantic.font.family.code",
|
|
878
875
|
"es6": "calciteFontFamilyCode"
|
|
876
|
+
},
|
|
877
|
+
"calcite-schema": {
|
|
878
|
+
"system": "calcite",
|
|
879
|
+
"tier": "semantic",
|
|
880
|
+
"type": "fontFamily"
|
|
879
881
|
}
|
|
880
882
|
},
|
|
881
883
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -890,12 +892,7 @@
|
|
|
890
892
|
"type": "fontWeight",
|
|
891
893
|
"description": "For Avenir Next World (secondary font family)",
|
|
892
894
|
"attributes": {
|
|
893
|
-
"
|
|
894
|
-
"system": "calcite",
|
|
895
|
-
"tier": "semantic",
|
|
896
|
-
"type": "fontWeight"
|
|
897
|
-
},
|
|
898
|
-
"category": "semantic",
|
|
895
|
+
"category": "font",
|
|
899
896
|
"type": "fontWeight",
|
|
900
897
|
"item": "weight",
|
|
901
898
|
"subitem": "light",
|
|
@@ -912,6 +909,11 @@
|
|
|
912
909
|
"js": "semantic.font.weight.light",
|
|
913
910
|
"docs": "semantic.font.weight.light",
|
|
914
911
|
"es6": "calciteFontWeightLight"
|
|
912
|
+
},
|
|
913
|
+
"calcite-schema": {
|
|
914
|
+
"system": "calcite",
|
|
915
|
+
"tier": "semantic",
|
|
916
|
+
"type": "fontWeight"
|
|
915
917
|
}
|
|
916
918
|
},
|
|
917
919
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -929,12 +931,7 @@
|
|
|
929
931
|
"calcite.deprecated": true
|
|
930
932
|
},
|
|
931
933
|
"attributes": {
|
|
932
|
-
"
|
|
933
|
-
"system": "calcite",
|
|
934
|
-
"tier": "semantic",
|
|
935
|
-
"type": "fontWeight"
|
|
936
|
-
},
|
|
937
|
-
"category": "semantic",
|
|
934
|
+
"category": "font",
|
|
938
935
|
"type": "fontWeight",
|
|
939
936
|
"item": "weight",
|
|
940
937
|
"subitem": "normal",
|
|
@@ -954,6 +951,11 @@
|
|
|
954
951
|
"js": "semantic.font.weight.normal",
|
|
955
952
|
"docs": "semantic.font.weight.normal",
|
|
956
953
|
"es6": "calciteFontWeightNormal"
|
|
954
|
+
},
|
|
955
|
+
"calcite-schema": {
|
|
956
|
+
"system": "calcite",
|
|
957
|
+
"tier": "semantic",
|
|
958
|
+
"type": "fontWeight"
|
|
957
959
|
}
|
|
958
960
|
},
|
|
959
961
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -967,12 +969,7 @@
|
|
|
967
969
|
"value": "400",
|
|
968
970
|
"type": "fontWeight",
|
|
969
971
|
"attributes": {
|
|
970
|
-
"
|
|
971
|
-
"system": "calcite",
|
|
972
|
-
"tier": "semantic",
|
|
973
|
-
"type": "fontWeight"
|
|
974
|
-
},
|
|
975
|
-
"category": "semantic",
|
|
972
|
+
"category": "font",
|
|
976
973
|
"type": "font",
|
|
977
974
|
"item": "weight",
|
|
978
975
|
"subitem": "regular",
|
|
@@ -982,6 +979,11 @@
|
|
|
982
979
|
"js": "semantic.font.weight.regular",
|
|
983
980
|
"docs": "semantic.font.weight.regular",
|
|
984
981
|
"es6": "calciteFontWeightRegular"
|
|
982
|
+
},
|
|
983
|
+
"calcite-schema": {
|
|
984
|
+
"system": "calcite",
|
|
985
|
+
"tier": "semantic",
|
|
986
|
+
"type": "fontWeight"
|
|
985
987
|
}
|
|
986
988
|
},
|
|
987
989
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -994,12 +996,7 @@
|
|
|
994
996
|
"value": "500",
|
|
995
997
|
"type": "fontWeight",
|
|
996
998
|
"attributes": {
|
|
997
|
-
"
|
|
998
|
-
"system": "calcite",
|
|
999
|
-
"tier": "semantic",
|
|
1000
|
-
"type": "fontWeight"
|
|
1001
|
-
},
|
|
1002
|
-
"category": "semantic",
|
|
999
|
+
"category": "font",
|
|
1003
1000
|
"type": "font",
|
|
1004
1001
|
"item": "weight",
|
|
1005
1002
|
"subitem": "medium",
|
|
@@ -1009,6 +1006,11 @@
|
|
|
1009
1006
|
"js": "semantic.font.weight.medium",
|
|
1010
1007
|
"docs": "semantic.font.weight.medium",
|
|
1011
1008
|
"es6": "calciteFontWeightMedium"
|
|
1009
|
+
},
|
|
1010
|
+
"calcite-schema": {
|
|
1011
|
+
"system": "calcite",
|
|
1012
|
+
"tier": "semantic",
|
|
1013
|
+
"type": "fontWeight"
|
|
1012
1014
|
}
|
|
1013
1015
|
},
|
|
1014
1016
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1021,12 +1023,7 @@
|
|
|
1021
1023
|
"value": "600",
|
|
1022
1024
|
"type": "fontWeight",
|
|
1023
1025
|
"attributes": {
|
|
1024
|
-
"
|
|
1025
|
-
"system": "calcite",
|
|
1026
|
-
"tier": "semantic",
|
|
1027
|
-
"type": "fontWeight"
|
|
1028
|
-
},
|
|
1029
|
-
"category": "semantic",
|
|
1026
|
+
"category": "font",
|
|
1030
1027
|
"type": "font",
|
|
1031
1028
|
"item": "weight",
|
|
1032
1029
|
"subitem": "semibold",
|
|
@@ -1036,6 +1033,11 @@
|
|
|
1036
1033
|
"js": "semantic.font.weight.semibold",
|
|
1037
1034
|
"docs": "semantic.font.weight.semibold",
|
|
1038
1035
|
"es6": "calciteFontWeightSemibold"
|
|
1036
|
+
},
|
|
1037
|
+
"calcite-schema": {
|
|
1038
|
+
"system": "calcite",
|
|
1039
|
+
"tier": "semantic",
|
|
1040
|
+
"type": "fontWeight"
|
|
1039
1041
|
}
|
|
1040
1042
|
},
|
|
1041
1043
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1048,12 +1050,7 @@
|
|
|
1048
1050
|
"value": "600",
|
|
1049
1051
|
"type": "fontWeight",
|
|
1050
1052
|
"attributes": {
|
|
1051
|
-
"
|
|
1052
|
-
"system": "calcite",
|
|
1053
|
-
"tier": "semantic",
|
|
1054
|
-
"type": "fontWeight"
|
|
1055
|
-
},
|
|
1056
|
-
"category": "semantic",
|
|
1053
|
+
"category": "font",
|
|
1057
1054
|
"type": "font",
|
|
1058
1055
|
"item": "weight",
|
|
1059
1056
|
"subitem": "bold",
|
|
@@ -1063,6 +1060,11 @@
|
|
|
1063
1060
|
"js": "semantic.font.weight.bold",
|
|
1064
1061
|
"docs": "semantic.font.weight.bold",
|
|
1065
1062
|
"es6": "calciteFontWeightBold"
|
|
1063
|
+
},
|
|
1064
|
+
"calcite-schema": {
|
|
1065
|
+
"system": "calcite",
|
|
1066
|
+
"tier": "semantic",
|
|
1067
|
+
"type": "fontWeight"
|
|
1066
1068
|
}
|
|
1067
1069
|
},
|
|
1068
1070
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1075,12 +1077,7 @@
|
|
|
1075
1077
|
"value": "10px",
|
|
1076
1078
|
"type": "fontSize",
|
|
1077
1079
|
"attributes": {
|
|
1078
|
-
"
|
|
1079
|
-
"system": "calcite",
|
|
1080
|
-
"tier": "semantic",
|
|
1081
|
-
"type": "fontSize"
|
|
1082
|
-
},
|
|
1083
|
-
"category": "semantic",
|
|
1080
|
+
"category": "font",
|
|
1084
1081
|
"type": "font",
|
|
1085
1082
|
"item": "size",
|
|
1086
1083
|
"subitem": "xs",
|
|
@@ -1090,6 +1087,11 @@
|
|
|
1090
1087
|
"js": "semantic.font.size.xs",
|
|
1091
1088
|
"docs": "semantic.font.size.xs",
|
|
1092
1089
|
"es6": "calciteFontSizeXs"
|
|
1090
|
+
},
|
|
1091
|
+
"calcite-schema": {
|
|
1092
|
+
"system": "calcite",
|
|
1093
|
+
"tier": "semantic",
|
|
1094
|
+
"type": "fontSize"
|
|
1093
1095
|
}
|
|
1094
1096
|
},
|
|
1095
1097
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1102,12 +1104,7 @@
|
|
|
1102
1104
|
"value": "12px",
|
|
1103
1105
|
"type": "fontSize",
|
|
1104
1106
|
"attributes": {
|
|
1105
|
-
"
|
|
1106
|
-
"system": "calcite",
|
|
1107
|
-
"tier": "semantic",
|
|
1108
|
-
"type": "fontSize"
|
|
1109
|
-
},
|
|
1110
|
-
"category": "semantic",
|
|
1107
|
+
"category": "font",
|
|
1111
1108
|
"type": "font",
|
|
1112
1109
|
"item": "size",
|
|
1113
1110
|
"subitem": "sm",
|
|
@@ -1117,6 +1114,11 @@
|
|
|
1117
1114
|
"js": "semantic.font.size.sm",
|
|
1118
1115
|
"docs": "semantic.font.size.sm",
|
|
1119
1116
|
"es6": "calciteFontSizeSm"
|
|
1117
|
+
},
|
|
1118
|
+
"calcite-schema": {
|
|
1119
|
+
"system": "calcite",
|
|
1120
|
+
"tier": "semantic",
|
|
1121
|
+
"type": "fontSize"
|
|
1120
1122
|
}
|
|
1121
1123
|
},
|
|
1122
1124
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1129,12 +1131,7 @@
|
|
|
1129
1131
|
"value": "14px",
|
|
1130
1132
|
"type": "fontSize",
|
|
1131
1133
|
"attributes": {
|
|
1132
|
-
"
|
|
1133
|
-
"system": "calcite",
|
|
1134
|
-
"tier": "semantic",
|
|
1135
|
-
"type": "fontSize"
|
|
1136
|
-
},
|
|
1137
|
-
"category": "semantic",
|
|
1134
|
+
"category": "font",
|
|
1138
1135
|
"type": "font",
|
|
1139
1136
|
"item": "size",
|
|
1140
1137
|
"subitem": "default",
|
|
@@ -1144,6 +1141,11 @@
|
|
|
1144
1141
|
"js": "semantic.font.size.default",
|
|
1145
1142
|
"docs": "semantic.font.size.default",
|
|
1146
1143
|
"es6": "calciteFontSize"
|
|
1144
|
+
},
|
|
1145
|
+
"calcite-schema": {
|
|
1146
|
+
"system": "calcite",
|
|
1147
|
+
"tier": "semantic",
|
|
1148
|
+
"type": "fontSize"
|
|
1147
1149
|
}
|
|
1148
1150
|
},
|
|
1149
1151
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1156,12 +1158,7 @@
|
|
|
1156
1158
|
"value": "16px",
|
|
1157
1159
|
"type": "fontSize",
|
|
1158
1160
|
"attributes": {
|
|
1159
|
-
"
|
|
1160
|
-
"system": "calcite",
|
|
1161
|
-
"tier": "semantic",
|
|
1162
|
-
"type": "fontSize"
|
|
1163
|
-
},
|
|
1164
|
-
"category": "semantic",
|
|
1161
|
+
"category": "font",
|
|
1165
1162
|
"type": "font",
|
|
1166
1163
|
"item": "size",
|
|
1167
1164
|
"subitem": "md",
|
|
@@ -1171,6 +1168,11 @@
|
|
|
1171
1168
|
"js": "semantic.font.size.md",
|
|
1172
1169
|
"docs": "semantic.font.size.md",
|
|
1173
1170
|
"es6": "calciteFontSizeMd"
|
|
1171
|
+
},
|
|
1172
|
+
"calcite-schema": {
|
|
1173
|
+
"system": "calcite",
|
|
1174
|
+
"tier": "semantic",
|
|
1175
|
+
"type": "fontSize"
|
|
1174
1176
|
}
|
|
1175
1177
|
},
|
|
1176
1178
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1183,12 +1185,7 @@
|
|
|
1183
1185
|
"value": "18px",
|
|
1184
1186
|
"type": "fontSize",
|
|
1185
1187
|
"attributes": {
|
|
1186
|
-
"
|
|
1187
|
-
"system": "calcite",
|
|
1188
|
-
"tier": "semantic",
|
|
1189
|
-
"type": "fontSize"
|
|
1190
|
-
},
|
|
1191
|
-
"category": "semantic",
|
|
1188
|
+
"category": "font",
|
|
1192
1189
|
"type": "font",
|
|
1193
1190
|
"item": "size",
|
|
1194
1191
|
"subitem": "lg",
|
|
@@ -1198,6 +1195,11 @@
|
|
|
1198
1195
|
"js": "semantic.font.size.lg",
|
|
1199
1196
|
"docs": "semantic.font.size.lg",
|
|
1200
1197
|
"es6": "calciteFontSizeLg"
|
|
1198
|
+
},
|
|
1199
|
+
"calcite-schema": {
|
|
1200
|
+
"system": "calcite",
|
|
1201
|
+
"tier": "semantic",
|
|
1202
|
+
"type": "fontSize"
|
|
1201
1203
|
}
|
|
1202
1204
|
},
|
|
1203
1205
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1210,12 +1212,7 @@
|
|
|
1210
1212
|
"value": "20px",
|
|
1211
1213
|
"type": "fontSize",
|
|
1212
1214
|
"attributes": {
|
|
1213
|
-
"
|
|
1214
|
-
"system": "calcite",
|
|
1215
|
-
"tier": "semantic",
|
|
1216
|
-
"type": "fontSize"
|
|
1217
|
-
},
|
|
1218
|
-
"category": "semantic",
|
|
1215
|
+
"category": "font",
|
|
1219
1216
|
"type": "font",
|
|
1220
1217
|
"item": "size",
|
|
1221
1218
|
"subitem": "xl",
|
|
@@ -1225,6 +1222,11 @@
|
|
|
1225
1222
|
"js": "semantic.font.size.xl",
|
|
1226
1223
|
"docs": "semantic.font.size.xl",
|
|
1227
1224
|
"es6": "calciteFontSizeXl"
|
|
1225
|
+
},
|
|
1226
|
+
"calcite-schema": {
|
|
1227
|
+
"system": "calcite",
|
|
1228
|
+
"tier": "semantic",
|
|
1229
|
+
"type": "fontSize"
|
|
1228
1230
|
}
|
|
1229
1231
|
},
|
|
1230
1232
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1237,12 +1239,7 @@
|
|
|
1237
1239
|
"value": "24px",
|
|
1238
1240
|
"type": "fontSize",
|
|
1239
1241
|
"attributes": {
|
|
1240
|
-
"
|
|
1241
|
-
"system": "calcite",
|
|
1242
|
-
"tier": "semantic",
|
|
1243
|
-
"type": "fontSize"
|
|
1244
|
-
},
|
|
1245
|
-
"category": "semantic",
|
|
1242
|
+
"category": "font",
|
|
1246
1243
|
"type": "font",
|
|
1247
1244
|
"item": "size",
|
|
1248
1245
|
"subitem": "xxl",
|
|
@@ -1252,6 +1249,11 @@
|
|
|
1252
1249
|
"js": "semantic.font.size.xxl",
|
|
1253
1250
|
"docs": "semantic.font.size.xxl",
|
|
1254
1251
|
"es6": "calciteFontSizeXxl"
|
|
1252
|
+
},
|
|
1253
|
+
"calcite-schema": {
|
|
1254
|
+
"system": "calcite",
|
|
1255
|
+
"tier": "semantic",
|
|
1256
|
+
"type": "fontSize"
|
|
1255
1257
|
}
|
|
1256
1258
|
},
|
|
1257
1259
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1265,12 +1267,7 @@
|
|
|
1265
1267
|
"type": "fontStyle",
|
|
1266
1268
|
"description": "used in ratings",
|
|
1267
1269
|
"attributes": {
|
|
1268
|
-
"
|
|
1269
|
-
"system": "calcite",
|
|
1270
|
-
"tier": "semantic",
|
|
1271
|
-
"type": "fontStyle"
|
|
1272
|
-
},
|
|
1273
|
-
"category": "semantic",
|
|
1270
|
+
"category": "font",
|
|
1274
1271
|
"type": "fontStyle",
|
|
1275
1272
|
"item": "style",
|
|
1276
1273
|
"subitem": "emphasis",
|
|
@@ -1287,6 +1284,11 @@
|
|
|
1287
1284
|
"js": "semantic.font.style.emphasis",
|
|
1288
1285
|
"docs": "semantic.font.style.emphasis",
|
|
1289
1286
|
"es6": "calciteFontStyleEmphasis"
|
|
1287
|
+
},
|
|
1288
|
+
"calcite-schema": {
|
|
1289
|
+
"system": "calcite",
|
|
1290
|
+
"tier": "semantic",
|
|
1291
|
+
"type": "fontStyle"
|
|
1290
1292
|
}
|
|
1291
1293
|
},
|
|
1292
1294
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1300,12 +1302,7 @@
|
|
|
1300
1302
|
"value": "12px",
|
|
1301
1303
|
"type": "lineHeight",
|
|
1302
1304
|
"attributes": {
|
|
1303
|
-
"
|
|
1304
|
-
"system": "calcite",
|
|
1305
|
-
"tier": "semantic",
|
|
1306
|
-
"type": "lineHeight"
|
|
1307
|
-
},
|
|
1308
|
-
"category": "semantic",
|
|
1305
|
+
"category": "font",
|
|
1309
1306
|
"type": "font",
|
|
1310
1307
|
"item": "line-height",
|
|
1311
1308
|
"subitem": "fixed",
|
|
@@ -1316,6 +1313,11 @@
|
|
|
1316
1313
|
"js": "semantic.font.line-height.fixed.sm",
|
|
1317
1314
|
"docs": "semantic.font.line-height.fixed.sm",
|
|
1318
1315
|
"es6": "calciteFontLineHeightFixedSm"
|
|
1316
|
+
},
|
|
1317
|
+
"calcite-schema": {
|
|
1318
|
+
"system": "calcite",
|
|
1319
|
+
"tier": "semantic",
|
|
1320
|
+
"type": "lineHeight"
|
|
1319
1321
|
}
|
|
1320
1322
|
},
|
|
1321
1323
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1328,12 +1330,7 @@
|
|
|
1328
1330
|
"value": "16px",
|
|
1329
1331
|
"type": "lineHeight",
|
|
1330
1332
|
"attributes": {
|
|
1331
|
-
"
|
|
1332
|
-
"system": "calcite",
|
|
1333
|
-
"tier": "semantic",
|
|
1334
|
-
"type": "lineHeight"
|
|
1335
|
-
},
|
|
1336
|
-
"category": "semantic",
|
|
1333
|
+
"category": "font",
|
|
1337
1334
|
"type": "font",
|
|
1338
1335
|
"item": "line-height",
|
|
1339
1336
|
"subitem": "fixed",
|
|
@@ -1344,6 +1341,11 @@
|
|
|
1344
1341
|
"js": "semantic.font.line-height.fixed.base",
|
|
1345
1342
|
"docs": "semantic.font.line-height.fixed.base",
|
|
1346
1343
|
"es6": "calciteFontLineHeightFixedBase"
|
|
1344
|
+
},
|
|
1345
|
+
"calcite-schema": {
|
|
1346
|
+
"system": "calcite",
|
|
1347
|
+
"tier": "semantic",
|
|
1348
|
+
"type": "lineHeight"
|
|
1347
1349
|
}
|
|
1348
1350
|
},
|
|
1349
1351
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1356,12 +1358,7 @@
|
|
|
1356
1358
|
"value": "20px",
|
|
1357
1359
|
"type": "lineHeight",
|
|
1358
1360
|
"attributes": {
|
|
1359
|
-
"
|
|
1360
|
-
"system": "calcite",
|
|
1361
|
-
"tier": "semantic",
|
|
1362
|
-
"type": "lineHeight"
|
|
1363
|
-
},
|
|
1364
|
-
"category": "semantic",
|
|
1361
|
+
"category": "font",
|
|
1365
1362
|
"type": "font",
|
|
1366
1363
|
"item": "line-height",
|
|
1367
1364
|
"subitem": "fixed",
|
|
@@ -1372,6 +1369,11 @@
|
|
|
1372
1369
|
"js": "semantic.font.line-height.fixed.lg",
|
|
1373
1370
|
"docs": "semantic.font.line-height.fixed.lg",
|
|
1374
1371
|
"es6": "calciteFontLineHeightFixedLg"
|
|
1372
|
+
},
|
|
1373
|
+
"calcite-schema": {
|
|
1374
|
+
"system": "calcite",
|
|
1375
|
+
"tier": "semantic",
|
|
1376
|
+
"type": "lineHeight"
|
|
1375
1377
|
}
|
|
1376
1378
|
},
|
|
1377
1379
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1384,12 +1386,7 @@
|
|
|
1384
1386
|
"value": "24px",
|
|
1385
1387
|
"type": "lineHeight",
|
|
1386
1388
|
"attributes": {
|
|
1387
|
-
"
|
|
1388
|
-
"system": "calcite",
|
|
1389
|
-
"tier": "semantic",
|
|
1390
|
-
"type": "lineHeight"
|
|
1391
|
-
},
|
|
1392
|
-
"category": "semantic",
|
|
1389
|
+
"category": "font",
|
|
1393
1390
|
"type": "font",
|
|
1394
1391
|
"item": "line-height",
|
|
1395
1392
|
"subitem": "fixed",
|
|
@@ -1400,6 +1397,11 @@
|
|
|
1400
1397
|
"js": "semantic.font.line-height.fixed.xl",
|
|
1401
1398
|
"docs": "semantic.font.line-height.fixed.xl",
|
|
1402
1399
|
"es6": "calciteFontLineHeightFixedXl"
|
|
1400
|
+
},
|
|
1401
|
+
"calcite-schema": {
|
|
1402
|
+
"system": "calcite",
|
|
1403
|
+
"tier": "semantic",
|
|
1404
|
+
"type": "lineHeight"
|
|
1403
1405
|
}
|
|
1404
1406
|
},
|
|
1405
1407
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1413,12 +1415,7 @@
|
|
|
1413
1415
|
"type": "lineHeight",
|
|
1414
1416
|
"description": "1",
|
|
1415
1417
|
"attributes": {
|
|
1416
|
-
"
|
|
1417
|
-
"system": "calcite",
|
|
1418
|
-
"tier": "semantic",
|
|
1419
|
-
"type": "lineHeight"
|
|
1420
|
-
},
|
|
1421
|
-
"category": "semantic",
|
|
1418
|
+
"category": "font",
|
|
1422
1419
|
"type": "lineHeight",
|
|
1423
1420
|
"item": "line-height",
|
|
1424
1421
|
"subitem": "relative",
|
|
@@ -1436,6 +1433,11 @@
|
|
|
1436
1433
|
"js": "semantic.font.line-height.relative.default",
|
|
1437
1434
|
"docs": "semantic.font.line-height.relative.default",
|
|
1438
1435
|
"es6": "calciteFontLineHeightRelative"
|
|
1436
|
+
},
|
|
1437
|
+
"calcite-schema": {
|
|
1438
|
+
"system": "calcite",
|
|
1439
|
+
"tier": "semantic",
|
|
1440
|
+
"type": "lineHeight"
|
|
1439
1441
|
}
|
|
1440
1442
|
},
|
|
1441
1443
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1450,12 +1452,7 @@
|
|
|
1450
1452
|
"type": "lineHeight",
|
|
1451
1453
|
"description": "1.25",
|
|
1452
1454
|
"attributes": {
|
|
1453
|
-
"
|
|
1454
|
-
"system": "calcite",
|
|
1455
|
-
"tier": "semantic",
|
|
1456
|
-
"type": "lineHeight"
|
|
1457
|
-
},
|
|
1458
|
-
"category": "semantic",
|
|
1455
|
+
"category": "font",
|
|
1459
1456
|
"type": "lineHeight",
|
|
1460
1457
|
"item": "line-height",
|
|
1461
1458
|
"subitem": "relative",
|
|
@@ -1473,6 +1470,11 @@
|
|
|
1473
1470
|
"js": "semantic.font.line-height.relative.tight",
|
|
1474
1471
|
"docs": "semantic.font.line-height.relative.tight",
|
|
1475
1472
|
"es6": "calciteFontLineHeightRelativeTight"
|
|
1473
|
+
},
|
|
1474
|
+
"calcite-schema": {
|
|
1475
|
+
"system": "calcite",
|
|
1476
|
+
"tier": "semantic",
|
|
1477
|
+
"type": "lineHeight"
|
|
1476
1478
|
}
|
|
1477
1479
|
},
|
|
1478
1480
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1487,12 +1489,7 @@
|
|
|
1487
1489
|
"type": "lineHeight",
|
|
1488
1490
|
"description": "1.375",
|
|
1489
1491
|
"attributes": {
|
|
1490
|
-
"
|
|
1491
|
-
"system": "calcite",
|
|
1492
|
-
"tier": "semantic",
|
|
1493
|
-
"type": "lineHeight"
|
|
1494
|
-
},
|
|
1495
|
-
"category": "semantic",
|
|
1492
|
+
"category": "font",
|
|
1496
1493
|
"type": "lineHeight",
|
|
1497
1494
|
"item": "line-height",
|
|
1498
1495
|
"subitem": "relative",
|
|
@@ -1510,7 +1507,12 @@
|
|
|
1510
1507
|
"js": "semantic.font.line-height.relative.snug",
|
|
1511
1508
|
"docs": "semantic.font.line-height.relative.snug",
|
|
1512
1509
|
"es6": "calciteFontLineHeightRelativeSnug"
|
|
1513
|
-
}
|
|
1510
|
+
},
|
|
1511
|
+
"calcite-schema": {
|
|
1512
|
+
"system": "calcite",
|
|
1513
|
+
"tier": "semantic",
|
|
1514
|
+
"type": "lineHeight"
|
|
1515
|
+
}
|
|
1514
1516
|
},
|
|
1515
1517
|
"filePath": "src/tokens/semantic/font.json",
|
|
1516
1518
|
"isSource": true,
|
|
@@ -1524,12 +1526,7 @@
|
|
|
1524
1526
|
"type": "lineHeight",
|
|
1525
1527
|
"description": "1.5",
|
|
1526
1528
|
"attributes": {
|
|
1527
|
-
"
|
|
1528
|
-
"system": "calcite",
|
|
1529
|
-
"tier": "semantic",
|
|
1530
|
-
"type": "lineHeight"
|
|
1531
|
-
},
|
|
1532
|
-
"category": "semantic",
|
|
1529
|
+
"category": "font",
|
|
1533
1530
|
"type": "lineHeight",
|
|
1534
1531
|
"item": "line-height",
|
|
1535
1532
|
"subitem": "relative",
|
|
@@ -1547,6 +1544,11 @@
|
|
|
1547
1544
|
"js": "semantic.font.line-height.relative.normal",
|
|
1548
1545
|
"docs": "semantic.font.line-height.relative.normal",
|
|
1549
1546
|
"es6": "calciteFontLineHeightRelativeNormal"
|
|
1547
|
+
},
|
|
1548
|
+
"calcite-schema": {
|
|
1549
|
+
"system": "calcite",
|
|
1550
|
+
"tier": "semantic",
|
|
1551
|
+
"type": "lineHeight"
|
|
1550
1552
|
}
|
|
1551
1553
|
},
|
|
1552
1554
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1561,12 +1563,7 @@
|
|
|
1561
1563
|
"type": "lineHeight",
|
|
1562
1564
|
"description": "1.625",
|
|
1563
1565
|
"attributes": {
|
|
1564
|
-
"
|
|
1565
|
-
"system": "calcite",
|
|
1566
|
-
"tier": "semantic",
|
|
1567
|
-
"type": "lineHeight"
|
|
1568
|
-
},
|
|
1569
|
-
"category": "semantic",
|
|
1566
|
+
"category": "font",
|
|
1570
1567
|
"type": "lineHeight",
|
|
1571
1568
|
"item": "line-height",
|
|
1572
1569
|
"subitem": "relative",
|
|
@@ -1584,6 +1581,11 @@
|
|
|
1584
1581
|
"js": "semantic.font.line-height.relative.relaxed",
|
|
1585
1582
|
"docs": "semantic.font.line-height.relative.relaxed",
|
|
1586
1583
|
"es6": "calciteFontLineHeightRelativeRelaxed"
|
|
1584
|
+
},
|
|
1585
|
+
"calcite-schema": {
|
|
1586
|
+
"system": "calcite",
|
|
1587
|
+
"tier": "semantic",
|
|
1588
|
+
"type": "lineHeight"
|
|
1587
1589
|
}
|
|
1588
1590
|
},
|
|
1589
1591
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1598,12 +1600,7 @@
|
|
|
1598
1600
|
"type": "lineHeight",
|
|
1599
1601
|
"description": "2",
|
|
1600
1602
|
"attributes": {
|
|
1601
|
-
"
|
|
1602
|
-
"system": "calcite",
|
|
1603
|
-
"tier": "semantic",
|
|
1604
|
-
"type": "lineHeight"
|
|
1605
|
-
},
|
|
1606
|
-
"category": "semantic",
|
|
1603
|
+
"category": "font",
|
|
1607
1604
|
"type": "lineHeight",
|
|
1608
1605
|
"item": "line-height",
|
|
1609
1606
|
"subitem": "relative",
|
|
@@ -1621,6 +1618,11 @@
|
|
|
1621
1618
|
"js": "semantic.font.line-height.relative.loose",
|
|
1622
1619
|
"docs": "semantic.font.line-height.relative.loose",
|
|
1623
1620
|
"es6": "calciteFontLineHeightRelativeLoose"
|
|
1621
|
+
},
|
|
1622
|
+
"calcite-schema": {
|
|
1623
|
+
"system": "calcite",
|
|
1624
|
+
"tier": "semantic",
|
|
1625
|
+
"type": "lineHeight"
|
|
1624
1626
|
}
|
|
1625
1627
|
},
|
|
1626
1628
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1635,12 +1637,7 @@
|
|
|
1635
1637
|
"type": "dimension",
|
|
1636
1638
|
"description": "Deprecated",
|
|
1637
1639
|
"attributes": {
|
|
1638
|
-
"
|
|
1639
|
-
"system": "calcite",
|
|
1640
|
-
"tier": "semantic",
|
|
1641
|
-
"type": "dimension"
|
|
1642
|
-
},
|
|
1643
|
-
"category": "semantic",
|
|
1640
|
+
"category": "font",
|
|
1644
1641
|
"type": "dimension",
|
|
1645
1642
|
"item": "letter-spacing",
|
|
1646
1643
|
"subitem": "tight",
|
|
@@ -1657,6 +1654,11 @@
|
|
|
1657
1654
|
"js": "semantic.font.letter-spacing.tight",
|
|
1658
1655
|
"docs": "semantic.font.letter-spacing.tight",
|
|
1659
1656
|
"es6": "calciteFontLetterSpacingTight"
|
|
1657
|
+
},
|
|
1658
|
+
"calcite-schema": {
|
|
1659
|
+
"system": "calcite",
|
|
1660
|
+
"tier": "semantic",
|
|
1661
|
+
"type": "dimension"
|
|
1660
1662
|
}
|
|
1661
1663
|
},
|
|
1662
1664
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1671,12 +1673,7 @@
|
|
|
1671
1673
|
"type": "dimension",
|
|
1672
1674
|
"description": "Deprecated",
|
|
1673
1675
|
"attributes": {
|
|
1674
|
-
"
|
|
1675
|
-
"system": "calcite",
|
|
1676
|
-
"tier": "semantic",
|
|
1677
|
-
"type": "dimension"
|
|
1678
|
-
},
|
|
1679
|
-
"category": "semantic",
|
|
1676
|
+
"category": "font",
|
|
1680
1677
|
"type": "dimension",
|
|
1681
1678
|
"item": "letter-spacing",
|
|
1682
1679
|
"subitem": "normal",
|
|
@@ -1693,6 +1690,11 @@
|
|
|
1693
1690
|
"js": "semantic.font.letter-spacing.normal",
|
|
1694
1691
|
"docs": "semantic.font.letter-spacing.normal",
|
|
1695
1692
|
"es6": "calciteFontLetterSpacingNormal"
|
|
1693
|
+
},
|
|
1694
|
+
"calcite-schema": {
|
|
1695
|
+
"system": "calcite",
|
|
1696
|
+
"tier": "semantic",
|
|
1697
|
+
"type": "dimension"
|
|
1696
1698
|
}
|
|
1697
1699
|
},
|
|
1698
1700
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1707,12 +1709,7 @@
|
|
|
1707
1709
|
"type": "dimension",
|
|
1708
1710
|
"description": "Deprecated",
|
|
1709
1711
|
"attributes": {
|
|
1710
|
-
"
|
|
1711
|
-
"system": "calcite",
|
|
1712
|
-
"tier": "semantic",
|
|
1713
|
-
"type": "dimension"
|
|
1714
|
-
},
|
|
1715
|
-
"category": "semantic",
|
|
1712
|
+
"category": "font",
|
|
1716
1713
|
"type": "dimension",
|
|
1717
1714
|
"item": "letter-spacing",
|
|
1718
1715
|
"subitem": "wide",
|
|
@@ -1729,6 +1726,11 @@
|
|
|
1729
1726
|
"js": "semantic.font.letter-spacing.wide",
|
|
1730
1727
|
"docs": "semantic.font.letter-spacing.wide",
|
|
1731
1728
|
"es6": "calciteFontLetterSpacingWide"
|
|
1729
|
+
},
|
|
1730
|
+
"calcite-schema": {
|
|
1731
|
+
"system": "calcite",
|
|
1732
|
+
"tier": "semantic",
|
|
1733
|
+
"type": "dimension"
|
|
1732
1734
|
}
|
|
1733
1735
|
},
|
|
1734
1736
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1743,12 +1745,7 @@
|
|
|
1743
1745
|
"type": "dimension",
|
|
1744
1746
|
"description": "Deprecated",
|
|
1745
1747
|
"attributes": {
|
|
1746
|
-
"
|
|
1747
|
-
"system": "calcite",
|
|
1748
|
-
"tier": "semantic",
|
|
1749
|
-
"type": "dimension"
|
|
1750
|
-
},
|
|
1751
|
-
"category": "semantic",
|
|
1748
|
+
"category": "font",
|
|
1752
1749
|
"type": "dimension",
|
|
1753
1750
|
"item": "paragraph-spacing",
|
|
1754
1751
|
"subitem": "normal",
|
|
@@ -1765,6 +1762,11 @@
|
|
|
1765
1762
|
"js": "semantic.font.paragraph-spacing.normal",
|
|
1766
1763
|
"docs": "semantic.font.paragraph-spacing.normal",
|
|
1767
1764
|
"es6": "calciteFontParagraphSpacingNormal"
|
|
1765
|
+
},
|
|
1766
|
+
"calcite-schema": {
|
|
1767
|
+
"system": "calcite",
|
|
1768
|
+
"tier": "semantic",
|
|
1769
|
+
"type": "dimension"
|
|
1768
1770
|
}
|
|
1769
1771
|
},
|
|
1770
1772
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1779,12 +1781,7 @@
|
|
|
1779
1781
|
"type": "textDecoration",
|
|
1780
1782
|
"description": "Deprecated",
|
|
1781
1783
|
"attributes": {
|
|
1782
|
-
"
|
|
1783
|
-
"system": "calcite",
|
|
1784
|
-
"tier": "semantic",
|
|
1785
|
-
"type": "textDecoration"
|
|
1786
|
-
},
|
|
1787
|
-
"category": "semantic",
|
|
1784
|
+
"category": "font",
|
|
1788
1785
|
"type": "textDecoration",
|
|
1789
1786
|
"item": "text-decoration",
|
|
1790
1787
|
"subitem": "none",
|
|
@@ -1801,6 +1798,11 @@
|
|
|
1801
1798
|
"js": "semantic.font.text-decoration.none",
|
|
1802
1799
|
"docs": "semantic.font.text-decoration.none",
|
|
1803
1800
|
"es6": "calciteFontTextDecorationNone"
|
|
1801
|
+
},
|
|
1802
|
+
"calcite-schema": {
|
|
1803
|
+
"system": "calcite",
|
|
1804
|
+
"tier": "semantic",
|
|
1805
|
+
"type": "textDecoration"
|
|
1804
1806
|
}
|
|
1805
1807
|
},
|
|
1806
1808
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1815,12 +1817,7 @@
|
|
|
1815
1817
|
"type": "textDecoration",
|
|
1816
1818
|
"description": "Deprecated",
|
|
1817
1819
|
"attributes": {
|
|
1818
|
-
"
|
|
1819
|
-
"system": "calcite",
|
|
1820
|
-
"tier": "semantic",
|
|
1821
|
-
"type": "textDecoration"
|
|
1822
|
-
},
|
|
1823
|
-
"category": "semantic",
|
|
1820
|
+
"category": "font",
|
|
1824
1821
|
"type": "textDecoration",
|
|
1825
1822
|
"item": "text-decoration",
|
|
1826
1823
|
"subitem": "underline",
|
|
@@ -1837,6 +1834,11 @@
|
|
|
1837
1834
|
"js": "semantic.font.text-decoration.underline",
|
|
1838
1835
|
"docs": "semantic.font.text-decoration.underline",
|
|
1839
1836
|
"es6": "calciteFontTextDecorationUnderline"
|
|
1837
|
+
},
|
|
1838
|
+
"calcite-schema": {
|
|
1839
|
+
"system": "calcite",
|
|
1840
|
+
"tier": "semantic",
|
|
1841
|
+
"type": "textDecoration"
|
|
1840
1842
|
}
|
|
1841
1843
|
},
|
|
1842
1844
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1851,12 +1853,7 @@
|
|
|
1851
1853
|
"type": "textCase",
|
|
1852
1854
|
"description": "Deprecated",
|
|
1853
1855
|
"attributes": {
|
|
1854
|
-
"
|
|
1855
|
-
"system": "calcite",
|
|
1856
|
-
"tier": "semantic",
|
|
1857
|
-
"type": "textCase"
|
|
1858
|
-
},
|
|
1859
|
-
"category": "semantic",
|
|
1856
|
+
"category": "font",
|
|
1860
1857
|
"type": "textCase",
|
|
1861
1858
|
"item": "text-case",
|
|
1862
1859
|
"subitem": "none",
|
|
@@ -1873,6 +1870,11 @@
|
|
|
1873
1870
|
"js": "semantic.font.text-case.none",
|
|
1874
1871
|
"docs": "semantic.font.text-case.none",
|
|
1875
1872
|
"es6": "calciteFontTextCaseNone"
|
|
1873
|
+
},
|
|
1874
|
+
"calcite-schema": {
|
|
1875
|
+
"system": "calcite",
|
|
1876
|
+
"tier": "semantic",
|
|
1877
|
+
"type": "textCase"
|
|
1876
1878
|
}
|
|
1877
1879
|
},
|
|
1878
1880
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1887,12 +1889,7 @@
|
|
|
1887
1889
|
"type": "textCase",
|
|
1888
1890
|
"description": "Deprecated",
|
|
1889
1891
|
"attributes": {
|
|
1890
|
-
"
|
|
1891
|
-
"system": "calcite",
|
|
1892
|
-
"tier": "semantic",
|
|
1893
|
-
"type": "textCase"
|
|
1894
|
-
},
|
|
1895
|
-
"category": "semantic",
|
|
1892
|
+
"category": "font",
|
|
1896
1893
|
"type": "textCase",
|
|
1897
1894
|
"item": "text-case",
|
|
1898
1895
|
"subitem": "uppercase",
|
|
@@ -1909,6 +1906,11 @@
|
|
|
1909
1906
|
"js": "semantic.font.text-case.uppercase",
|
|
1910
1907
|
"docs": "semantic.font.text-case.uppercase",
|
|
1911
1908
|
"es6": "calciteFontTextCaseUppercase"
|
|
1909
|
+
},
|
|
1910
|
+
"calcite-schema": {
|
|
1911
|
+
"system": "calcite",
|
|
1912
|
+
"tier": "semantic",
|
|
1913
|
+
"type": "textCase"
|
|
1912
1914
|
}
|
|
1913
1915
|
},
|
|
1914
1916
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1923,12 +1925,7 @@
|
|
|
1923
1925
|
"type": "textCase",
|
|
1924
1926
|
"description": "Deprecated",
|
|
1925
1927
|
"attributes": {
|
|
1926
|
-
"
|
|
1927
|
-
"system": "calcite",
|
|
1928
|
-
"tier": "semantic",
|
|
1929
|
-
"type": "textCase"
|
|
1930
|
-
},
|
|
1931
|
-
"category": "semantic",
|
|
1928
|
+
"category": "font",
|
|
1932
1929
|
"type": "textCase",
|
|
1933
1930
|
"item": "text-case",
|
|
1934
1931
|
"subitem": "lowercase",
|
|
@@ -1945,6 +1942,11 @@
|
|
|
1945
1942
|
"js": "semantic.font.text-case.lowercase",
|
|
1946
1943
|
"docs": "semantic.font.text-case.lowercase",
|
|
1947
1944
|
"es6": "calciteFontTextCaseLowercase"
|
|
1945
|
+
},
|
|
1946
|
+
"calcite-schema": {
|
|
1947
|
+
"system": "calcite",
|
|
1948
|
+
"tier": "semantic",
|
|
1949
|
+
"type": "textCase"
|
|
1948
1950
|
}
|
|
1949
1951
|
},
|
|
1950
1952
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1959,12 +1961,7 @@
|
|
|
1959
1961
|
"type": "textCase",
|
|
1960
1962
|
"description": "Deprecated",
|
|
1961
1963
|
"attributes": {
|
|
1962
|
-
"
|
|
1963
|
-
"system": "calcite",
|
|
1964
|
-
"tier": "semantic",
|
|
1965
|
-
"type": "textCase"
|
|
1966
|
-
},
|
|
1967
|
-
"category": "semantic",
|
|
1964
|
+
"category": "font",
|
|
1968
1965
|
"type": "textCase",
|
|
1969
1966
|
"item": "text-case",
|
|
1970
1967
|
"subitem": "capitalize",
|
|
@@ -1981,6 +1978,11 @@
|
|
|
1981
1978
|
"js": "semantic.font.text-case.capitalize",
|
|
1982
1979
|
"docs": "semantic.font.text-case.capitalize",
|
|
1983
1980
|
"es6": "calciteFontTextCaseCapitalize"
|
|
1981
|
+
},
|
|
1982
|
+
"calcite-schema": {
|
|
1983
|
+
"system": "calcite",
|
|
1984
|
+
"tier": "semantic",
|
|
1985
|
+
"type": "textCase"
|
|
1984
1986
|
}
|
|
1985
1987
|
},
|
|
1986
1988
|
"filePath": "src/tokens/semantic/font.json",
|
|
@@ -1994,12 +1996,7 @@
|
|
|
1994
1996
|
"value": "0.4",
|
|
1995
1997
|
"type": "opacity",
|
|
1996
1998
|
"attributes": {
|
|
1997
|
-
"
|
|
1998
|
-
"system": "calcite",
|
|
1999
|
-
"tier": "semantic",
|
|
2000
|
-
"type": "opacity"
|
|
2001
|
-
},
|
|
2002
|
-
"category": "semantic",
|
|
1999
|
+
"category": "opacity",
|
|
2003
2000
|
"type": "opacity",
|
|
2004
2001
|
"item": "light",
|
|
2005
2002
|
"names": {
|
|
@@ -2008,6 +2005,11 @@
|
|
|
2008
2005
|
"js": "semantic.opacity.light",
|
|
2009
2006
|
"docs": "semantic.opacity.light",
|
|
2010
2007
|
"es6": "calciteOpacityLight"
|
|
2008
|
+
},
|
|
2009
|
+
"calcite-schema": {
|
|
2010
|
+
"system": "calcite",
|
|
2011
|
+
"tier": "semantic",
|
|
2012
|
+
"type": "opacity"
|
|
2011
2013
|
}
|
|
2012
2014
|
},
|
|
2013
2015
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
@@ -2020,12 +2022,7 @@
|
|
|
2020
2022
|
"value": "0.5",
|
|
2021
2023
|
"type": "opacity",
|
|
2022
2024
|
"attributes": {
|
|
2023
|
-
"
|
|
2024
|
-
"system": "calcite",
|
|
2025
|
-
"tier": "semantic",
|
|
2026
|
-
"type": "opacity"
|
|
2027
|
-
},
|
|
2028
|
-
"category": "semantic",
|
|
2025
|
+
"category": "opacity",
|
|
2029
2026
|
"type": "opacity",
|
|
2030
2027
|
"item": "half",
|
|
2031
2028
|
"names": {
|
|
@@ -2034,6 +2031,11 @@
|
|
|
2034
2031
|
"js": "semantic.opacity.half",
|
|
2035
2032
|
"docs": "semantic.opacity.half",
|
|
2036
2033
|
"es6": "calciteOpacityHalf"
|
|
2034
|
+
},
|
|
2035
|
+
"calcite-schema": {
|
|
2036
|
+
"system": "calcite",
|
|
2037
|
+
"tier": "semantic",
|
|
2038
|
+
"type": "opacity"
|
|
2037
2039
|
}
|
|
2038
2040
|
},
|
|
2039
2041
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
@@ -2046,12 +2048,7 @@
|
|
|
2046
2048
|
"value": "0.85",
|
|
2047
2049
|
"type": "opacity",
|
|
2048
2050
|
"attributes": {
|
|
2049
|
-
"
|
|
2050
|
-
"system": "calcite",
|
|
2051
|
-
"tier": "semantic",
|
|
2052
|
-
"type": "opacity"
|
|
2053
|
-
},
|
|
2054
|
-
"category": "semantic",
|
|
2051
|
+
"category": "opacity",
|
|
2055
2052
|
"type": "opacity",
|
|
2056
2053
|
"item": "dark",
|
|
2057
2054
|
"names": {
|
|
@@ -2060,6 +2057,11 @@
|
|
|
2060
2057
|
"js": "semantic.opacity.dark",
|
|
2061
2058
|
"docs": "semantic.opacity.dark",
|
|
2062
2059
|
"es6": "calciteOpacityDark"
|
|
2060
|
+
},
|
|
2061
|
+
"calcite-schema": {
|
|
2062
|
+
"system": "calcite",
|
|
2063
|
+
"tier": "semantic",
|
|
2064
|
+
"type": "opacity"
|
|
2063
2065
|
}
|
|
2064
2066
|
},
|
|
2065
2067
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
@@ -2072,12 +2074,7 @@
|
|
|
2072
2074
|
"value": "1",
|
|
2073
2075
|
"type": "opacity",
|
|
2074
2076
|
"attributes": {
|
|
2075
|
-
"
|
|
2076
|
-
"system": "calcite",
|
|
2077
|
-
"tier": "semantic",
|
|
2078
|
-
"type": "opacity"
|
|
2079
|
-
},
|
|
2080
|
-
"category": "semantic",
|
|
2077
|
+
"category": "opacity",
|
|
2081
2078
|
"type": "opacity",
|
|
2082
2079
|
"item": "full",
|
|
2083
2080
|
"names": {
|
|
@@ -2086,6 +2083,11 @@
|
|
|
2086
2083
|
"js": "semantic.opacity.full",
|
|
2087
2084
|
"docs": "semantic.opacity.full",
|
|
2088
2085
|
"es6": "calciteOpacityFull"
|
|
2086
|
+
},
|
|
2087
|
+
"calcite-schema": {
|
|
2088
|
+
"system": "calcite",
|
|
2089
|
+
"tier": "semantic",
|
|
2090
|
+
"type": "opacity"
|
|
2089
2091
|
}
|
|
2090
2092
|
},
|
|
2091
2093
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
@@ -2098,12 +2100,7 @@
|
|
|
2098
2100
|
"value": "0.5",
|
|
2099
2101
|
"type": "opacity",
|
|
2100
2102
|
"attributes": {
|
|
2101
|
-
"
|
|
2102
|
-
"system": "calcite",
|
|
2103
|
-
"tier": "semantic",
|
|
2104
|
-
"type": "opacity"
|
|
2105
|
-
},
|
|
2106
|
-
"category": "semantic",
|
|
2103
|
+
"category": "opacity",
|
|
2107
2104
|
"type": "opacity",
|
|
2108
2105
|
"item": "disabled",
|
|
2109
2106
|
"names": {
|
|
@@ -2112,6 +2109,11 @@
|
|
|
2112
2109
|
"js": "semantic.opacity.disabled",
|
|
2113
2110
|
"docs": "semantic.opacity.disabled",
|
|
2114
2111
|
"es6": "calciteOpacityDisabled"
|
|
2112
|
+
},
|
|
2113
|
+
"calcite-schema": {
|
|
2114
|
+
"system": "calcite",
|
|
2115
|
+
"tier": "semantic",
|
|
2116
|
+
"type": "opacity"
|
|
2115
2117
|
}
|
|
2116
2118
|
},
|
|
2117
2119
|
"filePath": "src/tokens/semantic/opacity.json",
|
|
@@ -2124,12 +2126,7 @@
|
|
|
2124
2126
|
"value": "{\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0)\",\"x\":\"0\",\"y\":\"0\"}",
|
|
2125
2127
|
"type": "shadow",
|
|
2126
2128
|
"attributes": {
|
|
2127
|
-
"
|
|
2128
|
-
"system": "calcite",
|
|
2129
|
-
"tier": "semantic",
|
|
2130
|
-
"type": "shadow"
|
|
2131
|
-
},
|
|
2132
|
-
"category": "semantic",
|
|
2129
|
+
"category": "shadow",
|
|
2133
2130
|
"type": "shadow",
|
|
2134
2131
|
"item": "none",
|
|
2135
2132
|
"names": {
|
|
@@ -2138,6 +2135,11 @@
|
|
|
2138
2135
|
"js": "semantic.shadow.none",
|
|
2139
2136
|
"docs": "semantic.shadow.none",
|
|
2140
2137
|
"es6": "calciteShadowNone"
|
|
2138
|
+
},
|
|
2139
|
+
"calcite-schema": {
|
|
2140
|
+
"system": "calcite",
|
|
2141
|
+
"tier": "semantic",
|
|
2142
|
+
"type": "shadow"
|
|
2141
2143
|
}
|
|
2142
2144
|
},
|
|
2143
2145
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
@@ -2150,12 +2152,7 @@
|
|
|
2150
2152
|
"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\"}]",
|
|
2151
2153
|
"type": "shadow",
|
|
2152
2154
|
"attributes": {
|
|
2153
|
-
"
|
|
2154
|
-
"system": "calcite",
|
|
2155
|
-
"tier": "semantic",
|
|
2156
|
-
"type": "shadow"
|
|
2157
|
-
},
|
|
2158
|
-
"category": "semantic",
|
|
2155
|
+
"category": "shadow",
|
|
2159
2156
|
"type": "shadow",
|
|
2160
2157
|
"item": "sm",
|
|
2161
2158
|
"names": {
|
|
@@ -2164,6 +2161,11 @@
|
|
|
2164
2161
|
"js": "semantic.shadow.sm",
|
|
2165
2162
|
"docs": "semantic.shadow.sm",
|
|
2166
2163
|
"es6": "calciteShadowSm"
|
|
2164
|
+
},
|
|
2165
|
+
"calcite-schema": {
|
|
2166
|
+
"system": "calcite",
|
|
2167
|
+
"tier": "semantic",
|
|
2168
|
+
"type": "shadow"
|
|
2167
2169
|
}
|
|
2168
2170
|
},
|
|
2169
2171
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
@@ -2176,12 +2178,7 @@
|
|
|
2176
2178
|
"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\"}]",
|
|
2177
2179
|
"type": "shadow",
|
|
2178
2180
|
"attributes": {
|
|
2179
|
-
"
|
|
2180
|
-
"system": "calcite",
|
|
2181
|
-
"tier": "semantic",
|
|
2182
|
-
"type": "shadow"
|
|
2183
|
-
},
|
|
2184
|
-
"category": "semantic",
|
|
2181
|
+
"category": "shadow",
|
|
2185
2182
|
"type": "shadow",
|
|
2186
2183
|
"item": "md",
|
|
2187
2184
|
"names": {
|
|
@@ -2190,6 +2187,11 @@
|
|
|
2190
2187
|
"js": "semantic.shadow.md",
|
|
2191
2188
|
"docs": "semantic.shadow.md",
|
|
2192
2189
|
"es6": "calciteShadowMd"
|
|
2190
|
+
},
|
|
2191
|
+
"calcite-schema": {
|
|
2192
|
+
"system": "calcite",
|
|
2193
|
+
"tier": "semantic",
|
|
2194
|
+
"type": "shadow"
|
|
2193
2195
|
}
|
|
2194
2196
|
},
|
|
2195
2197
|
"filePath": "src/tokens/semantic/shadow.json",
|
|
@@ -2203,12 +2205,7 @@
|
|
|
2203
2205
|
"type": "dimension",
|
|
2204
2206
|
"description": "deprecated",
|
|
2205
2207
|
"attributes": {
|
|
2206
|
-
"
|
|
2207
|
-
"system": "calcite",
|
|
2208
|
-
"tier": "semantic",
|
|
2209
|
-
"type": "dimension"
|
|
2210
|
-
},
|
|
2211
|
-
"category": "semantic",
|
|
2208
|
+
"category": "size",
|
|
2212
2209
|
"type": "dimension",
|
|
2213
2210
|
"item": "fixed",
|
|
2214
2211
|
"subitem": "xxxs",
|
|
@@ -2225,6 +2222,11 @@
|
|
|
2225
2222
|
"js": "semantic.size.fixed.xxxs",
|
|
2226
2223
|
"docs": "semantic.size.fixed.xxxs",
|
|
2227
2224
|
"es6": "calciteSizeFixedXxxs"
|
|
2225
|
+
},
|
|
2226
|
+
"calcite-schema": {
|
|
2227
|
+
"system": "calcite",
|
|
2228
|
+
"tier": "semantic",
|
|
2229
|
+
"type": "dimension"
|
|
2228
2230
|
}
|
|
2229
2231
|
},
|
|
2230
2232
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2239,12 +2241,7 @@
|
|
|
2239
2241
|
"type": "dimension",
|
|
2240
2242
|
"description": "deprecated",
|
|
2241
2243
|
"attributes": {
|
|
2242
|
-
"
|
|
2243
|
-
"system": "calcite",
|
|
2244
|
-
"tier": "semantic",
|
|
2245
|
-
"type": "dimension"
|
|
2246
|
-
},
|
|
2247
|
-
"category": "semantic",
|
|
2244
|
+
"category": "size",
|
|
2248
2245
|
"type": "dimension",
|
|
2249
2246
|
"item": "fixed",
|
|
2250
2247
|
"subitem": "xxs",
|
|
@@ -2261,8 +2258,13 @@
|
|
|
2261
2258
|
"js": "semantic.size.fixed.xxs",
|
|
2262
2259
|
"docs": "semantic.size.fixed.xxs",
|
|
2263
2260
|
"es6": "calciteSizeFixedXxs"
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2261
|
+
},
|
|
2262
|
+
"calcite-schema": {
|
|
2263
|
+
"system": "calcite",
|
|
2264
|
+
"tier": "semantic",
|
|
2265
|
+
"type": "dimension"
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2266
2268
|
"filePath": "src/tokens/semantic/size.json",
|
|
2267
2269
|
"isSource": true,
|
|
2268
2270
|
"name": "Size Fixed Xxs",
|
|
@@ -2275,12 +2277,7 @@
|
|
|
2275
2277
|
"type": "dimension",
|
|
2276
2278
|
"description": "deprecated",
|
|
2277
2279
|
"attributes": {
|
|
2278
|
-
"
|
|
2279
|
-
"system": "calcite",
|
|
2280
|
-
"tier": "semantic",
|
|
2281
|
-
"type": "dimension"
|
|
2282
|
-
},
|
|
2283
|
-
"category": "semantic",
|
|
2280
|
+
"category": "size",
|
|
2284
2281
|
"type": "dimension",
|
|
2285
2282
|
"item": "fixed",
|
|
2286
2283
|
"subitem": "xs",
|
|
@@ -2297,6 +2294,11 @@
|
|
|
2297
2294
|
"js": "semantic.size.fixed.xs",
|
|
2298
2295
|
"docs": "semantic.size.fixed.xs",
|
|
2299
2296
|
"es6": "calciteSizeFixedXs"
|
|
2297
|
+
},
|
|
2298
|
+
"calcite-schema": {
|
|
2299
|
+
"system": "calcite",
|
|
2300
|
+
"tier": "semantic",
|
|
2301
|
+
"type": "dimension"
|
|
2300
2302
|
}
|
|
2301
2303
|
},
|
|
2302
2304
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2311,12 +2313,7 @@
|
|
|
2311
2313
|
"type": "dimension",
|
|
2312
2314
|
"description": "deprecated",
|
|
2313
2315
|
"attributes": {
|
|
2314
|
-
"
|
|
2315
|
-
"system": "calcite",
|
|
2316
|
-
"tier": "semantic",
|
|
2317
|
-
"type": "dimension"
|
|
2318
|
-
},
|
|
2319
|
-
"category": "semantic",
|
|
2316
|
+
"category": "size",
|
|
2320
2317
|
"type": "dimension",
|
|
2321
2318
|
"item": "fixed",
|
|
2322
2319
|
"subitem": "sm",
|
|
@@ -2333,6 +2330,11 @@
|
|
|
2333
2330
|
"js": "semantic.size.fixed.sm",
|
|
2334
2331
|
"docs": "semantic.size.fixed.sm",
|
|
2335
2332
|
"es6": "calciteSizeFixedSm"
|
|
2333
|
+
},
|
|
2334
|
+
"calcite-schema": {
|
|
2335
|
+
"system": "calcite",
|
|
2336
|
+
"tier": "semantic",
|
|
2337
|
+
"type": "dimension"
|
|
2336
2338
|
}
|
|
2337
2339
|
},
|
|
2338
2340
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2347,12 +2349,7 @@
|
|
|
2347
2349
|
"type": "dimension",
|
|
2348
2350
|
"description": "deprecated",
|
|
2349
2351
|
"attributes": {
|
|
2350
|
-
"
|
|
2351
|
-
"system": "calcite",
|
|
2352
|
-
"tier": "semantic",
|
|
2353
|
-
"type": "dimension"
|
|
2354
|
-
},
|
|
2355
|
-
"category": "semantic",
|
|
2352
|
+
"category": "size",
|
|
2356
2353
|
"type": "dimension",
|
|
2357
2354
|
"item": "fixed",
|
|
2358
2355
|
"subitem": "sm+",
|
|
@@ -2369,6 +2366,11 @@
|
|
|
2369
2366
|
"js": "semantic.size.fixed.sm+",
|
|
2370
2367
|
"docs": "semantic.size.fixed.sm+",
|
|
2371
2368
|
"es6": "calciteSizeFixedSmPlus"
|
|
2369
|
+
},
|
|
2370
|
+
"calcite-schema": {
|
|
2371
|
+
"system": "calcite",
|
|
2372
|
+
"tier": "semantic",
|
|
2373
|
+
"type": "dimension"
|
|
2372
2374
|
}
|
|
2373
2375
|
},
|
|
2374
2376
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2383,12 +2385,7 @@
|
|
|
2383
2385
|
"type": "dimension",
|
|
2384
2386
|
"description": "deprecated",
|
|
2385
2387
|
"attributes": {
|
|
2386
|
-
"
|
|
2387
|
-
"system": "calcite",
|
|
2388
|
-
"tier": "semantic",
|
|
2389
|
-
"type": "dimension"
|
|
2390
|
-
},
|
|
2391
|
-
"category": "semantic",
|
|
2388
|
+
"category": "size",
|
|
2392
2389
|
"type": "dimension",
|
|
2393
2390
|
"item": "fixed",
|
|
2394
2391
|
"subitem": "md",
|
|
@@ -2405,6 +2402,11 @@
|
|
|
2405
2402
|
"js": "semantic.size.fixed.md",
|
|
2406
2403
|
"docs": "semantic.size.fixed.md",
|
|
2407
2404
|
"es6": "calciteSizeFixedMd"
|
|
2405
|
+
},
|
|
2406
|
+
"calcite-schema": {
|
|
2407
|
+
"system": "calcite",
|
|
2408
|
+
"tier": "semantic",
|
|
2409
|
+
"type": "dimension"
|
|
2408
2410
|
}
|
|
2409
2411
|
},
|
|
2410
2412
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2419,12 +2421,7 @@
|
|
|
2419
2421
|
"type": "dimension",
|
|
2420
2422
|
"description": "deprecated",
|
|
2421
2423
|
"attributes": {
|
|
2422
|
-
"
|
|
2423
|
-
"system": "calcite",
|
|
2424
|
-
"tier": "semantic",
|
|
2425
|
-
"type": "dimension"
|
|
2426
|
-
},
|
|
2427
|
-
"category": "semantic",
|
|
2424
|
+
"category": "size",
|
|
2428
2425
|
"type": "dimension",
|
|
2429
2426
|
"item": "fixed",
|
|
2430
2427
|
"subitem": "md+",
|
|
@@ -2441,6 +2438,11 @@
|
|
|
2441
2438
|
"js": "semantic.size.fixed.md+",
|
|
2442
2439
|
"docs": "semantic.size.fixed.md+",
|
|
2443
2440
|
"es6": "calciteSizeFixedMdPlus"
|
|
2441
|
+
},
|
|
2442
|
+
"calcite-schema": {
|
|
2443
|
+
"system": "calcite",
|
|
2444
|
+
"tier": "semantic",
|
|
2445
|
+
"type": "dimension"
|
|
2444
2446
|
}
|
|
2445
2447
|
},
|
|
2446
2448
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2455,12 +2457,7 @@
|
|
|
2455
2457
|
"type": "dimension",
|
|
2456
2458
|
"description": "deprecated",
|
|
2457
2459
|
"attributes": {
|
|
2458
|
-
"
|
|
2459
|
-
"system": "calcite",
|
|
2460
|
-
"tier": "semantic",
|
|
2461
|
-
"type": "dimension"
|
|
2462
|
-
},
|
|
2463
|
-
"category": "semantic",
|
|
2460
|
+
"category": "size",
|
|
2464
2461
|
"type": "dimension",
|
|
2465
2462
|
"item": "fixed",
|
|
2466
2463
|
"subitem": "lg",
|
|
@@ -2477,6 +2474,11 @@
|
|
|
2477
2474
|
"js": "semantic.size.fixed.lg",
|
|
2478
2475
|
"docs": "semantic.size.fixed.lg",
|
|
2479
2476
|
"es6": "calciteSizeFixedLg"
|
|
2477
|
+
},
|
|
2478
|
+
"calcite-schema": {
|
|
2479
|
+
"system": "calcite",
|
|
2480
|
+
"tier": "semantic",
|
|
2481
|
+
"type": "dimension"
|
|
2480
2482
|
}
|
|
2481
2483
|
},
|
|
2482
2484
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2491,12 +2493,7 @@
|
|
|
2491
2493
|
"type": "dimension",
|
|
2492
2494
|
"description": "deprecated",
|
|
2493
2495
|
"attributes": {
|
|
2494
|
-
"
|
|
2495
|
-
"system": "calcite",
|
|
2496
|
-
"tier": "semantic",
|
|
2497
|
-
"type": "dimension"
|
|
2498
|
-
},
|
|
2499
|
-
"category": "semantic",
|
|
2496
|
+
"category": "size",
|
|
2500
2497
|
"type": "dimension",
|
|
2501
2498
|
"item": "fixed",
|
|
2502
2499
|
"subitem": "xl",
|
|
@@ -2513,6 +2510,11 @@
|
|
|
2513
2510
|
"js": "semantic.size.fixed.xl",
|
|
2514
2511
|
"docs": "semantic.size.fixed.xl",
|
|
2515
2512
|
"es6": "calciteSizeFixedXl"
|
|
2513
|
+
},
|
|
2514
|
+
"calcite-schema": {
|
|
2515
|
+
"system": "calcite",
|
|
2516
|
+
"tier": "semantic",
|
|
2517
|
+
"type": "dimension"
|
|
2516
2518
|
}
|
|
2517
2519
|
},
|
|
2518
2520
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2527,12 +2529,7 @@
|
|
|
2527
2529
|
"type": "dimension",
|
|
2528
2530
|
"description": "deprecated",
|
|
2529
2531
|
"attributes": {
|
|
2530
|
-
"
|
|
2531
|
-
"system": "calcite",
|
|
2532
|
-
"tier": "semantic",
|
|
2533
|
-
"type": "dimension"
|
|
2534
|
-
},
|
|
2535
|
-
"category": "semantic",
|
|
2532
|
+
"category": "size",
|
|
2536
2533
|
"type": "dimension",
|
|
2537
2534
|
"item": "fixed",
|
|
2538
2535
|
"subitem": "xxl",
|
|
@@ -2549,6 +2546,11 @@
|
|
|
2549
2546
|
"js": "semantic.size.fixed.xxl",
|
|
2550
2547
|
"docs": "semantic.size.fixed.xxl",
|
|
2551
2548
|
"es6": "calciteSizeFixedXxl"
|
|
2549
|
+
},
|
|
2550
|
+
"calcite-schema": {
|
|
2551
|
+
"system": "calcite",
|
|
2552
|
+
"tier": "semantic",
|
|
2553
|
+
"type": "dimension"
|
|
2552
2554
|
}
|
|
2553
2555
|
},
|
|
2554
2556
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2563,12 +2565,7 @@
|
|
|
2563
2565
|
"type": "dimension",
|
|
2564
2566
|
"description": "deprecated",
|
|
2565
2567
|
"attributes": {
|
|
2566
|
-
"
|
|
2567
|
-
"system": "calcite",
|
|
2568
|
-
"tier": "semantic",
|
|
2569
|
-
"type": "dimension"
|
|
2570
|
-
},
|
|
2571
|
-
"category": "semantic",
|
|
2568
|
+
"category": "size",
|
|
2572
2569
|
"type": "dimension",
|
|
2573
2570
|
"item": "fixed",
|
|
2574
2571
|
"subitem": "xxxl",
|
|
@@ -2585,6 +2582,11 @@
|
|
|
2585
2582
|
"js": "semantic.size.fixed.xxxl",
|
|
2586
2583
|
"docs": "semantic.size.fixed.xxxl",
|
|
2587
2584
|
"es6": "calciteSizeFixedXxxl"
|
|
2585
|
+
},
|
|
2586
|
+
"calcite-schema": {
|
|
2587
|
+
"system": "calcite",
|
|
2588
|
+
"tier": "semantic",
|
|
2589
|
+
"type": "dimension"
|
|
2588
2590
|
}
|
|
2589
2591
|
},
|
|
2590
2592
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2598,12 +2600,7 @@
|
|
|
2598
2600
|
"value": "1px",
|
|
2599
2601
|
"type": "dimension",
|
|
2600
2602
|
"attributes": {
|
|
2601
|
-
"
|
|
2602
|
-
"system": "calcite",
|
|
2603
|
-
"tier": "semantic",
|
|
2604
|
-
"type": "dimension"
|
|
2605
|
-
},
|
|
2606
|
-
"category": "semantic",
|
|
2603
|
+
"category": "size",
|
|
2607
2604
|
"type": "size",
|
|
2608
2605
|
"item": "default",
|
|
2609
2606
|
"subitem": "px",
|
|
@@ -2613,6 +2610,11 @@
|
|
|
2613
2610
|
"js": "semantic.size.default.px",
|
|
2614
2611
|
"docs": "semantic.size.default.px",
|
|
2615
2612
|
"es6": "calciteSizePx"
|
|
2613
|
+
},
|
|
2614
|
+
"calcite-schema": {
|
|
2615
|
+
"system": "calcite",
|
|
2616
|
+
"tier": "semantic",
|
|
2617
|
+
"type": "dimension"
|
|
2616
2618
|
}
|
|
2617
2619
|
},
|
|
2618
2620
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2625,12 +2627,7 @@
|
|
|
2625
2627
|
"value": "0.75rem",
|
|
2626
2628
|
"type": "dimension",
|
|
2627
2629
|
"attributes": {
|
|
2628
|
-
"
|
|
2629
|
-
"system": "calcite",
|
|
2630
|
-
"tier": "semantic",
|
|
2631
|
-
"type": "dimension"
|
|
2632
|
-
},
|
|
2633
|
-
"category": "semantic",
|
|
2630
|
+
"category": "size",
|
|
2634
2631
|
"type": "size",
|
|
2635
2632
|
"item": "default",
|
|
2636
2633
|
"subitem": "xxxs",
|
|
@@ -2640,6 +2637,11 @@
|
|
|
2640
2637
|
"js": "semantic.size.default.xxxs",
|
|
2641
2638
|
"docs": "semantic.size.default.xxxs",
|
|
2642
2639
|
"es6": "calciteSizeXxxs"
|
|
2640
|
+
},
|
|
2641
|
+
"calcite-schema": {
|
|
2642
|
+
"system": "calcite",
|
|
2643
|
+
"tier": "semantic",
|
|
2644
|
+
"type": "dimension"
|
|
2643
2645
|
}
|
|
2644
2646
|
},
|
|
2645
2647
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2652,12 +2654,7 @@
|
|
|
2652
2654
|
"value": "0.875rem",
|
|
2653
2655
|
"type": "dimension",
|
|
2654
2656
|
"attributes": {
|
|
2655
|
-
"
|
|
2656
|
-
"system": "calcite",
|
|
2657
|
-
"tier": "semantic",
|
|
2658
|
-
"type": "dimension"
|
|
2659
|
-
},
|
|
2660
|
-
"category": "semantic",
|
|
2657
|
+
"category": "size",
|
|
2661
2658
|
"type": "size",
|
|
2662
2659
|
"item": "default",
|
|
2663
2660
|
"subitem": "xxs",
|
|
@@ -2667,6 +2664,11 @@
|
|
|
2667
2664
|
"js": "semantic.size.default.xxs",
|
|
2668
2665
|
"docs": "semantic.size.default.xxs",
|
|
2669
2666
|
"es6": "calciteSizeXxs"
|
|
2667
|
+
},
|
|
2668
|
+
"calcite-schema": {
|
|
2669
|
+
"system": "calcite",
|
|
2670
|
+
"tier": "semantic",
|
|
2671
|
+
"type": "dimension"
|
|
2670
2672
|
}
|
|
2671
2673
|
},
|
|
2672
2674
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2679,12 +2681,7 @@
|
|
|
2679
2681
|
"value": "1rem",
|
|
2680
2682
|
"type": "dimension",
|
|
2681
2683
|
"attributes": {
|
|
2682
|
-
"
|
|
2683
|
-
"system": "calcite",
|
|
2684
|
-
"tier": "semantic",
|
|
2685
|
-
"type": "dimension"
|
|
2686
|
-
},
|
|
2687
|
-
"category": "semantic",
|
|
2684
|
+
"category": "size",
|
|
2688
2685
|
"type": "size",
|
|
2689
2686
|
"item": "default",
|
|
2690
2687
|
"subitem": "xs",
|
|
@@ -2694,6 +2691,11 @@
|
|
|
2694
2691
|
"js": "semantic.size.default.xs",
|
|
2695
2692
|
"docs": "semantic.size.default.xs",
|
|
2696
2693
|
"es6": "calciteSizeXs"
|
|
2694
|
+
},
|
|
2695
|
+
"calcite-schema": {
|
|
2696
|
+
"system": "calcite",
|
|
2697
|
+
"tier": "semantic",
|
|
2698
|
+
"type": "dimension"
|
|
2697
2699
|
}
|
|
2698
2700
|
},
|
|
2699
2701
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2706,12 +2708,7 @@
|
|
|
2706
2708
|
"value": "1.5rem",
|
|
2707
2709
|
"type": "dimension",
|
|
2708
2710
|
"attributes": {
|
|
2709
|
-
"
|
|
2710
|
-
"system": "calcite",
|
|
2711
|
-
"tier": "semantic",
|
|
2712
|
-
"type": "dimension"
|
|
2713
|
-
},
|
|
2714
|
-
"category": "semantic",
|
|
2711
|
+
"category": "size",
|
|
2715
2712
|
"type": "size",
|
|
2716
2713
|
"item": "default",
|
|
2717
2714
|
"subitem": "sm",
|
|
@@ -2721,6 +2718,11 @@
|
|
|
2721
2718
|
"js": "semantic.size.default.sm",
|
|
2722
2719
|
"docs": "semantic.size.default.sm",
|
|
2723
2720
|
"es6": "calciteSizeSm"
|
|
2721
|
+
},
|
|
2722
|
+
"calcite-schema": {
|
|
2723
|
+
"system": "calcite",
|
|
2724
|
+
"tier": "semantic",
|
|
2725
|
+
"type": "dimension"
|
|
2724
2726
|
}
|
|
2725
2727
|
},
|
|
2726
2728
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2733,12 +2735,7 @@
|
|
|
2733
2735
|
"value": "2rem",
|
|
2734
2736
|
"type": "dimension",
|
|
2735
2737
|
"attributes": {
|
|
2736
|
-
"
|
|
2737
|
-
"system": "calcite",
|
|
2738
|
-
"tier": "semantic",
|
|
2739
|
-
"type": "dimension"
|
|
2740
|
-
},
|
|
2741
|
-
"category": "semantic",
|
|
2738
|
+
"category": "size",
|
|
2742
2739
|
"type": "size",
|
|
2743
2740
|
"item": "default",
|
|
2744
2741
|
"subitem": "md",
|
|
@@ -2748,6 +2745,11 @@
|
|
|
2748
2745
|
"js": "semantic.size.default.md",
|
|
2749
2746
|
"docs": "semantic.size.default.md",
|
|
2750
2747
|
"es6": "calciteSizeMd"
|
|
2748
|
+
},
|
|
2749
|
+
"calcite-schema": {
|
|
2750
|
+
"system": "calcite",
|
|
2751
|
+
"tier": "semantic",
|
|
2752
|
+
"type": "dimension"
|
|
2751
2753
|
}
|
|
2752
2754
|
},
|
|
2753
2755
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2760,12 +2762,7 @@
|
|
|
2760
2762
|
"value": "2.75rem",
|
|
2761
2763
|
"type": "dimension",
|
|
2762
2764
|
"attributes": {
|
|
2763
|
-
"
|
|
2764
|
-
"system": "calcite",
|
|
2765
|
-
"tier": "semantic",
|
|
2766
|
-
"type": "dimension"
|
|
2767
|
-
},
|
|
2768
|
-
"category": "semantic",
|
|
2765
|
+
"category": "size",
|
|
2769
2766
|
"type": "size",
|
|
2770
2767
|
"item": "default",
|
|
2771
2768
|
"subitem": "lg",
|
|
@@ -2775,6 +2772,11 @@
|
|
|
2775
2772
|
"js": "semantic.size.default.lg",
|
|
2776
2773
|
"docs": "semantic.size.default.lg",
|
|
2777
2774
|
"es6": "calciteSizeLg"
|
|
2775
|
+
},
|
|
2776
|
+
"calcite-schema": {
|
|
2777
|
+
"system": "calcite",
|
|
2778
|
+
"tier": "semantic",
|
|
2779
|
+
"type": "dimension"
|
|
2778
2780
|
}
|
|
2779
2781
|
},
|
|
2780
2782
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2787,12 +2789,7 @@
|
|
|
2787
2789
|
"value": "3rem",
|
|
2788
2790
|
"type": "dimension",
|
|
2789
2791
|
"attributes": {
|
|
2790
|
-
"
|
|
2791
|
-
"system": "calcite",
|
|
2792
|
-
"tier": "semantic",
|
|
2793
|
-
"type": "dimension"
|
|
2794
|
-
},
|
|
2795
|
-
"category": "semantic",
|
|
2792
|
+
"category": "size",
|
|
2796
2793
|
"type": "size",
|
|
2797
2794
|
"item": "default",
|
|
2798
2795
|
"subitem": "xl",
|
|
@@ -2802,6 +2799,11 @@
|
|
|
2802
2799
|
"js": "semantic.size.default.xl",
|
|
2803
2800
|
"docs": "semantic.size.default.xl",
|
|
2804
2801
|
"es6": "calciteSizeXl"
|
|
2802
|
+
},
|
|
2803
|
+
"calcite-schema": {
|
|
2804
|
+
"system": "calcite",
|
|
2805
|
+
"tier": "semantic",
|
|
2806
|
+
"type": "dimension"
|
|
2805
2807
|
}
|
|
2806
2808
|
},
|
|
2807
2809
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2814,12 +2816,7 @@
|
|
|
2814
2816
|
"value": "4rem",
|
|
2815
2817
|
"type": "dimension",
|
|
2816
2818
|
"attributes": {
|
|
2817
|
-
"
|
|
2818
|
-
"system": "calcite",
|
|
2819
|
-
"tier": "semantic",
|
|
2820
|
-
"type": "dimension"
|
|
2821
|
-
},
|
|
2822
|
-
"category": "semantic",
|
|
2819
|
+
"category": "size",
|
|
2823
2820
|
"type": "size",
|
|
2824
2821
|
"item": "default",
|
|
2825
2822
|
"subitem": "xxl",
|
|
@@ -2829,6 +2826,11 @@
|
|
|
2829
2826
|
"js": "semantic.size.default.xxl",
|
|
2830
2827
|
"docs": "semantic.size.default.xxl",
|
|
2831
2828
|
"es6": "calciteSizeXxl"
|
|
2829
|
+
},
|
|
2830
|
+
"calcite-schema": {
|
|
2831
|
+
"system": "calcite",
|
|
2832
|
+
"tier": "semantic",
|
|
2833
|
+
"type": "dimension"
|
|
2832
2834
|
}
|
|
2833
2835
|
},
|
|
2834
2836
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2841,12 +2843,7 @@
|
|
|
2841
2843
|
"value": "6rem",
|
|
2842
2844
|
"type": "dimension",
|
|
2843
2845
|
"attributes": {
|
|
2844
|
-
"
|
|
2845
|
-
"system": "calcite",
|
|
2846
|
-
"tier": "semantic",
|
|
2847
|
-
"type": "dimension"
|
|
2848
|
-
},
|
|
2849
|
-
"category": "semantic",
|
|
2846
|
+
"category": "size",
|
|
2850
2847
|
"type": "size",
|
|
2851
2848
|
"item": "default",
|
|
2852
2849
|
"subitem": "xxxl",
|
|
@@ -2856,6 +2853,11 @@
|
|
|
2856
2853
|
"js": "semantic.size.default.xxxl",
|
|
2857
2854
|
"docs": "semantic.size.default.xxxl",
|
|
2858
2855
|
"es6": "calciteSizeXxxl"
|
|
2856
|
+
},
|
|
2857
|
+
"calcite-schema": {
|
|
2858
|
+
"system": "calcite",
|
|
2859
|
+
"tier": "semantic",
|
|
2860
|
+
"type": "dimension"
|
|
2859
2861
|
}
|
|
2860
2862
|
},
|
|
2861
2863
|
"filePath": "src/tokens/semantic/size.json",
|
|
@@ -2869,12 +2871,7 @@
|
|
|
2869
2871
|
"type": "dimension",
|
|
2870
2872
|
"description": "deprecated",
|
|
2871
2873
|
"attributes": {
|
|
2872
|
-
"
|
|
2873
|
-
"system": "calcite",
|
|
2874
|
-
"tier": "semantic",
|
|
2875
|
-
"type": "dimension"
|
|
2876
|
-
},
|
|
2877
|
-
"category": "semantic",
|
|
2874
|
+
"category": "space",
|
|
2878
2875
|
"type": "dimension",
|
|
2879
2876
|
"item": "fixed",
|
|
2880
2877
|
"subitem": "xxs",
|
|
@@ -2891,6 +2888,11 @@
|
|
|
2891
2888
|
"js": "semantic.spacing.fixed.xxs",
|
|
2892
2889
|
"docs": "semantic.spacing.fixed.xxs",
|
|
2893
2890
|
"es6": "calciteSpacingFixedXxs"
|
|
2891
|
+
},
|
|
2892
|
+
"calcite-schema": {
|
|
2893
|
+
"system": "calcite",
|
|
2894
|
+
"tier": "semantic",
|
|
2895
|
+
"type": "dimension"
|
|
2894
2896
|
}
|
|
2895
2897
|
},
|
|
2896
2898
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -2905,12 +2907,7 @@
|
|
|
2905
2907
|
"type": "dimension",
|
|
2906
2908
|
"description": "deprecated",
|
|
2907
2909
|
"attributes": {
|
|
2908
|
-
"
|
|
2909
|
-
"system": "calcite",
|
|
2910
|
-
"tier": "semantic",
|
|
2911
|
-
"type": "dimension"
|
|
2912
|
-
},
|
|
2913
|
-
"category": "semantic",
|
|
2910
|
+
"category": "space",
|
|
2914
2911
|
"type": "dimension",
|
|
2915
2912
|
"item": "fixed",
|
|
2916
2913
|
"subitem": "xs",
|
|
@@ -2927,6 +2924,11 @@
|
|
|
2927
2924
|
"js": "semantic.spacing.fixed.xs",
|
|
2928
2925
|
"docs": "semantic.spacing.fixed.xs",
|
|
2929
2926
|
"es6": "calciteSpacingFixedXs"
|
|
2927
|
+
},
|
|
2928
|
+
"calcite-schema": {
|
|
2929
|
+
"system": "calcite",
|
|
2930
|
+
"tier": "semantic",
|
|
2931
|
+
"type": "dimension"
|
|
2930
2932
|
}
|
|
2931
2933
|
},
|
|
2932
2934
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -2941,12 +2943,7 @@
|
|
|
2941
2943
|
"type": "dimension",
|
|
2942
2944
|
"description": "deprecated",
|
|
2943
2945
|
"attributes": {
|
|
2944
|
-
"
|
|
2945
|
-
"system": "calcite",
|
|
2946
|
-
"tier": "semantic",
|
|
2947
|
-
"type": "dimension"
|
|
2948
|
-
},
|
|
2949
|
-
"category": "semantic",
|
|
2946
|
+
"category": "space",
|
|
2950
2947
|
"type": "dimension",
|
|
2951
2948
|
"item": "fixed",
|
|
2952
2949
|
"subitem": "sm",
|
|
@@ -2963,6 +2960,11 @@
|
|
|
2963
2960
|
"js": "semantic.spacing.fixed.sm",
|
|
2964
2961
|
"docs": "semantic.spacing.fixed.sm",
|
|
2965
2962
|
"es6": "calciteSpacingFixedSm"
|
|
2963
|
+
},
|
|
2964
|
+
"calcite-schema": {
|
|
2965
|
+
"system": "calcite",
|
|
2966
|
+
"tier": "semantic",
|
|
2967
|
+
"type": "dimension"
|
|
2966
2968
|
}
|
|
2967
2969
|
},
|
|
2968
2970
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -2977,12 +2979,7 @@
|
|
|
2977
2979
|
"type": "dimension",
|
|
2978
2980
|
"description": "deprecated",
|
|
2979
2981
|
"attributes": {
|
|
2980
|
-
"
|
|
2981
|
-
"system": "calcite",
|
|
2982
|
-
"tier": "semantic",
|
|
2983
|
-
"type": "dimension"
|
|
2984
|
-
},
|
|
2985
|
-
"category": "semantic",
|
|
2982
|
+
"category": "space",
|
|
2986
2983
|
"type": "dimension",
|
|
2987
2984
|
"item": "fixed",
|
|
2988
2985
|
"subitem": "md",
|
|
@@ -2999,7 +2996,12 @@
|
|
|
2999
2996
|
"js": "semantic.spacing.fixed.md",
|
|
3000
2997
|
"docs": "semantic.spacing.fixed.md",
|
|
3001
2998
|
"es6": "calciteSpacingFixedMd"
|
|
3002
|
-
}
|
|
2999
|
+
},
|
|
3000
|
+
"calcite-schema": {
|
|
3001
|
+
"system": "calcite",
|
|
3002
|
+
"tier": "semantic",
|
|
3003
|
+
"type": "dimension"
|
|
3004
|
+
}
|
|
3003
3005
|
},
|
|
3004
3006
|
"filePath": "src/tokens/semantic/space.json",
|
|
3005
3007
|
"isSource": true,
|
|
@@ -3013,12 +3015,7 @@
|
|
|
3013
3015
|
"type": "dimension",
|
|
3014
3016
|
"description": "deprecated",
|
|
3015
3017
|
"attributes": {
|
|
3016
|
-
"
|
|
3017
|
-
"system": "calcite",
|
|
3018
|
-
"tier": "semantic",
|
|
3019
|
-
"type": "dimension"
|
|
3020
|
-
},
|
|
3021
|
-
"category": "semantic",
|
|
3018
|
+
"category": "space",
|
|
3022
3019
|
"type": "dimension",
|
|
3023
3020
|
"item": "fixed",
|
|
3024
3021
|
"subitem": "lg",
|
|
@@ -3035,6 +3032,11 @@
|
|
|
3035
3032
|
"js": "semantic.spacing.fixed.lg",
|
|
3036
3033
|
"docs": "semantic.spacing.fixed.lg",
|
|
3037
3034
|
"es6": "calciteSpacingFixedLg"
|
|
3035
|
+
},
|
|
3036
|
+
"calcite-schema": {
|
|
3037
|
+
"system": "calcite",
|
|
3038
|
+
"tier": "semantic",
|
|
3039
|
+
"type": "dimension"
|
|
3038
3040
|
}
|
|
3039
3041
|
},
|
|
3040
3042
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3049,12 +3051,7 @@
|
|
|
3049
3051
|
"type": "dimension",
|
|
3050
3052
|
"description": "deprecated",
|
|
3051
3053
|
"attributes": {
|
|
3052
|
-
"
|
|
3053
|
-
"system": "calcite",
|
|
3054
|
-
"tier": "semantic",
|
|
3055
|
-
"type": "dimension"
|
|
3056
|
-
},
|
|
3057
|
-
"category": "semantic",
|
|
3054
|
+
"category": "space",
|
|
3058
3055
|
"type": "dimension",
|
|
3059
3056
|
"item": "fixed",
|
|
3060
3057
|
"subitem": "xl",
|
|
@@ -3071,6 +3068,11 @@
|
|
|
3071
3068
|
"js": "semantic.spacing.fixed.xl",
|
|
3072
3069
|
"docs": "semantic.spacing.fixed.xl",
|
|
3073
3070
|
"es6": "calciteSpacingFixedXl"
|
|
3071
|
+
},
|
|
3072
|
+
"calcite-schema": {
|
|
3073
|
+
"system": "calcite",
|
|
3074
|
+
"tier": "semantic",
|
|
3075
|
+
"type": "dimension"
|
|
3074
3076
|
}
|
|
3075
3077
|
},
|
|
3076
3078
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3085,12 +3087,7 @@
|
|
|
3085
3087
|
"type": "dimension",
|
|
3086
3088
|
"description": "deprecated",
|
|
3087
3089
|
"attributes": {
|
|
3088
|
-
"
|
|
3089
|
-
"system": "calcite",
|
|
3090
|
-
"tier": "semantic",
|
|
3091
|
-
"type": "dimension"
|
|
3092
|
-
},
|
|
3093
|
-
"category": "semantic",
|
|
3090
|
+
"category": "space",
|
|
3094
3091
|
"type": "dimension",
|
|
3095
3092
|
"item": "fixed",
|
|
3096
3093
|
"subitem": "xxl",
|
|
@@ -3107,6 +3104,11 @@
|
|
|
3107
3104
|
"js": "semantic.spacing.fixed.xxl",
|
|
3108
3105
|
"docs": "semantic.spacing.fixed.xxl",
|
|
3109
3106
|
"es6": "calciteSpacingFixedXxl"
|
|
3107
|
+
},
|
|
3108
|
+
"calcite-schema": {
|
|
3109
|
+
"system": "calcite",
|
|
3110
|
+
"tier": "semantic",
|
|
3111
|
+
"type": "dimension"
|
|
3110
3112
|
}
|
|
3111
3113
|
},
|
|
3112
3114
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3121,12 +3123,7 @@
|
|
|
3121
3123
|
"type": "dimension",
|
|
3122
3124
|
"description": "deprecated",
|
|
3123
3125
|
"attributes": {
|
|
3124
|
-
"
|
|
3125
|
-
"system": "calcite",
|
|
3126
|
-
"tier": "semantic",
|
|
3127
|
-
"type": "dimension"
|
|
3128
|
-
},
|
|
3129
|
-
"category": "semantic",
|
|
3126
|
+
"category": "space",
|
|
3130
3127
|
"type": "dimension",
|
|
3131
3128
|
"item": "fixed",
|
|
3132
3129
|
"subitem": "xxxl",
|
|
@@ -3143,6 +3140,11 @@
|
|
|
3143
3140
|
"js": "semantic.spacing.fixed.xxxl",
|
|
3144
3141
|
"docs": "semantic.spacing.fixed.xxxl",
|
|
3145
3142
|
"es6": "calciteSpacingFixedXxxl"
|
|
3143
|
+
},
|
|
3144
|
+
"calcite-schema": {
|
|
3145
|
+
"system": "calcite",
|
|
3146
|
+
"tier": "semantic",
|
|
3147
|
+
"type": "dimension"
|
|
3146
3148
|
}
|
|
3147
3149
|
},
|
|
3148
3150
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3156,12 +3158,8 @@
|
|
|
3156
3158
|
"value": "0",
|
|
3157
3159
|
"type": "dimension",
|
|
3158
3160
|
"attributes": {
|
|
3159
|
-
"
|
|
3160
|
-
|
|
3161
|
-
"tier": "semantic",
|
|
3162
|
-
"type": "dimension"
|
|
3163
|
-
},
|
|
3164
|
-
"category": "semantic",
|
|
3161
|
+
"pattern": "",
|
|
3162
|
+
"category": "space",
|
|
3165
3163
|
"type": "spacing",
|
|
3166
3164
|
"item": "default",
|
|
3167
3165
|
"subitem": "none",
|
|
@@ -3171,6 +3169,11 @@
|
|
|
3171
3169
|
"js": "semantic.spacing.default.none",
|
|
3172
3170
|
"docs": "semantic.spacing.default.none",
|
|
3173
3171
|
"es6": "calciteSpacingNone"
|
|
3172
|
+
},
|
|
3173
|
+
"calcite-schema": {
|
|
3174
|
+
"system": "calcite",
|
|
3175
|
+
"tier": "semantic",
|
|
3176
|
+
"type": "dimension"
|
|
3174
3177
|
}
|
|
3175
3178
|
},
|
|
3176
3179
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3183,12 +3186,8 @@
|
|
|
3183
3186
|
"value": "1px",
|
|
3184
3187
|
"type": "dimension",
|
|
3185
3188
|
"attributes": {
|
|
3186
|
-
"
|
|
3187
|
-
|
|
3188
|
-
"tier": "semantic",
|
|
3189
|
-
"type": "dimension"
|
|
3190
|
-
},
|
|
3191
|
-
"category": "semantic",
|
|
3189
|
+
"pattern": "",
|
|
3190
|
+
"category": "space",
|
|
3192
3191
|
"type": "spacing",
|
|
3193
3192
|
"item": "default",
|
|
3194
3193
|
"subitem": "px",
|
|
@@ -3198,6 +3197,11 @@
|
|
|
3198
3197
|
"js": "semantic.spacing.default.px",
|
|
3199
3198
|
"docs": "semantic.spacing.default.px",
|
|
3200
3199
|
"es6": "calciteSpacingPx"
|
|
3200
|
+
},
|
|
3201
|
+
"calcite-schema": {
|
|
3202
|
+
"system": "calcite",
|
|
3203
|
+
"tier": "semantic",
|
|
3204
|
+
"type": "dimension"
|
|
3201
3205
|
}
|
|
3202
3206
|
},
|
|
3203
3207
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3210,12 +3214,8 @@
|
|
|
3210
3214
|
"value": "2px",
|
|
3211
3215
|
"type": "dimension",
|
|
3212
3216
|
"attributes": {
|
|
3213
|
-
"
|
|
3214
|
-
|
|
3215
|
-
"tier": "semantic",
|
|
3216
|
-
"type": "dimension"
|
|
3217
|
-
},
|
|
3218
|
-
"category": "semantic",
|
|
3217
|
+
"pattern": "",
|
|
3218
|
+
"category": "space",
|
|
3219
3219
|
"type": "spacing",
|
|
3220
3220
|
"item": "default",
|
|
3221
3221
|
"subitem": "base",
|
|
@@ -3225,6 +3225,11 @@
|
|
|
3225
3225
|
"js": "semantic.spacing.default.base",
|
|
3226
3226
|
"docs": "semantic.spacing.default.base",
|
|
3227
3227
|
"es6": "calciteSpacingBase"
|
|
3228
|
+
},
|
|
3229
|
+
"calcite-schema": {
|
|
3230
|
+
"system": "calcite",
|
|
3231
|
+
"tier": "semantic",
|
|
3232
|
+
"type": "dimension"
|
|
3228
3233
|
}
|
|
3229
3234
|
},
|
|
3230
3235
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3237,12 +3242,7 @@
|
|
|
3237
3242
|
"value": "0.25rem",
|
|
3238
3243
|
"type": "dimension",
|
|
3239
3244
|
"attributes": {
|
|
3240
|
-
"
|
|
3241
|
-
"system": "calcite",
|
|
3242
|
-
"tier": "semantic",
|
|
3243
|
-
"type": "dimension"
|
|
3244
|
-
},
|
|
3245
|
-
"category": "semantic",
|
|
3245
|
+
"category": "size",
|
|
3246
3246
|
"type": "spacing",
|
|
3247
3247
|
"item": "default",
|
|
3248
3248
|
"subitem": "xxs",
|
|
@@ -3252,6 +3252,11 @@
|
|
|
3252
3252
|
"js": "semantic.spacing.default.xxs",
|
|
3253
3253
|
"docs": "semantic.spacing.default.xxs",
|
|
3254
3254
|
"es6": "calciteSpacingXxs"
|
|
3255
|
+
},
|
|
3256
|
+
"calcite-schema": {
|
|
3257
|
+
"system": "calcite",
|
|
3258
|
+
"tier": "semantic",
|
|
3259
|
+
"type": "dimension"
|
|
3255
3260
|
}
|
|
3256
3261
|
},
|
|
3257
3262
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3264,12 +3269,7 @@
|
|
|
3264
3269
|
"value": "0.375rem",
|
|
3265
3270
|
"type": "dimension",
|
|
3266
3271
|
"attributes": {
|
|
3267
|
-
"
|
|
3268
|
-
"system": "calcite",
|
|
3269
|
-
"tier": "semantic",
|
|
3270
|
-
"type": "dimension"
|
|
3271
|
-
},
|
|
3272
|
-
"category": "semantic",
|
|
3272
|
+
"category": "size",
|
|
3273
3273
|
"type": "spacing",
|
|
3274
3274
|
"item": "default",
|
|
3275
3275
|
"subitem": "xs",
|
|
@@ -3279,6 +3279,11 @@
|
|
|
3279
3279
|
"js": "semantic.spacing.default.xs",
|
|
3280
3280
|
"docs": "semantic.spacing.default.xs",
|
|
3281
3281
|
"es6": "calciteSpacingXs"
|
|
3282
|
+
},
|
|
3283
|
+
"calcite-schema": {
|
|
3284
|
+
"system": "calcite",
|
|
3285
|
+
"tier": "semantic",
|
|
3286
|
+
"type": "dimension"
|
|
3282
3287
|
}
|
|
3283
3288
|
},
|
|
3284
3289
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3291,12 +3296,7 @@
|
|
|
3291
3296
|
"value": "0.5rem",
|
|
3292
3297
|
"type": "dimension",
|
|
3293
3298
|
"attributes": {
|
|
3294
|
-
"
|
|
3295
|
-
"system": "calcite",
|
|
3296
|
-
"tier": "semantic",
|
|
3297
|
-
"type": "dimension"
|
|
3298
|
-
},
|
|
3299
|
-
"category": "semantic",
|
|
3299
|
+
"category": "size",
|
|
3300
3300
|
"type": "spacing",
|
|
3301
3301
|
"item": "default",
|
|
3302
3302
|
"subitem": "sm",
|
|
@@ -3306,6 +3306,11 @@
|
|
|
3306
3306
|
"js": "semantic.spacing.default.sm",
|
|
3307
3307
|
"docs": "semantic.spacing.default.sm",
|
|
3308
3308
|
"es6": "calciteSpacingSm"
|
|
3309
|
+
},
|
|
3310
|
+
"calcite-schema": {
|
|
3311
|
+
"system": "calcite",
|
|
3312
|
+
"tier": "semantic",
|
|
3313
|
+
"type": "dimension"
|
|
3309
3314
|
}
|
|
3310
3315
|
},
|
|
3311
3316
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3318,12 +3323,7 @@
|
|
|
3318
3323
|
"value": "0.625rem",
|
|
3319
3324
|
"type": "dimension",
|
|
3320
3325
|
"attributes": {
|
|
3321
|
-
"
|
|
3322
|
-
"system": "calcite",
|
|
3323
|
-
"tier": "semantic",
|
|
3324
|
-
"type": "dimension"
|
|
3325
|
-
},
|
|
3326
|
-
"category": "semantic",
|
|
3326
|
+
"category": "space",
|
|
3327
3327
|
"type": "spacing",
|
|
3328
3328
|
"item": "default",
|
|
3329
3329
|
"subitem": "sm+",
|
|
@@ -3333,6 +3333,11 @@
|
|
|
3333
3333
|
"js": "semantic.spacing.default.sm+",
|
|
3334
3334
|
"docs": "semantic.spacing.default.sm+",
|
|
3335
3335
|
"es6": "calciteSpacingSmPlus"
|
|
3336
|
+
},
|
|
3337
|
+
"calcite-schema": {
|
|
3338
|
+
"system": "calcite",
|
|
3339
|
+
"tier": "semantic",
|
|
3340
|
+
"type": "dimension"
|
|
3336
3341
|
}
|
|
3337
3342
|
},
|
|
3338
3343
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3345,12 +3350,7 @@
|
|
|
3345
3350
|
"value": "0.75rem",
|
|
3346
3351
|
"type": "dimension",
|
|
3347
3352
|
"attributes": {
|
|
3348
|
-
"
|
|
3349
|
-
"system": "calcite",
|
|
3350
|
-
"tier": "semantic",
|
|
3351
|
-
"type": "dimension"
|
|
3352
|
-
},
|
|
3353
|
-
"category": "semantic",
|
|
3353
|
+
"category": "space",
|
|
3354
3354
|
"type": "spacing",
|
|
3355
3355
|
"item": "default",
|
|
3356
3356
|
"subitem": "md",
|
|
@@ -3360,6 +3360,11 @@
|
|
|
3360
3360
|
"js": "semantic.spacing.default.md",
|
|
3361
3361
|
"docs": "semantic.spacing.default.md",
|
|
3362
3362
|
"es6": "calciteSpacingMd"
|
|
3363
|
+
},
|
|
3364
|
+
"calcite-schema": {
|
|
3365
|
+
"system": "calcite",
|
|
3366
|
+
"tier": "semantic",
|
|
3367
|
+
"type": "dimension"
|
|
3363
3368
|
}
|
|
3364
3369
|
},
|
|
3365
3370
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3372,12 +3377,7 @@
|
|
|
3372
3377
|
"value": "0.875rem",
|
|
3373
3378
|
"type": "dimension",
|
|
3374
3379
|
"attributes": {
|
|
3375
|
-
"
|
|
3376
|
-
"system": "calcite",
|
|
3377
|
-
"tier": "semantic",
|
|
3378
|
-
"type": "dimension"
|
|
3379
|
-
},
|
|
3380
|
-
"category": "semantic",
|
|
3380
|
+
"category": "space",
|
|
3381
3381
|
"type": "spacing",
|
|
3382
3382
|
"item": "default",
|
|
3383
3383
|
"subitem": "md+",
|
|
@@ -3387,6 +3387,11 @@
|
|
|
3387
3387
|
"js": "semantic.spacing.default.md+",
|
|
3388
3388
|
"docs": "semantic.spacing.default.md+",
|
|
3389
3389
|
"es6": "calciteSpacingMdPlus"
|
|
3390
|
+
},
|
|
3391
|
+
"calcite-schema": {
|
|
3392
|
+
"system": "calcite",
|
|
3393
|
+
"tier": "semantic",
|
|
3394
|
+
"type": "dimension"
|
|
3390
3395
|
}
|
|
3391
3396
|
},
|
|
3392
3397
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3399,12 +3404,7 @@
|
|
|
3399
3404
|
"value": "1rem",
|
|
3400
3405
|
"type": "dimension",
|
|
3401
3406
|
"attributes": {
|
|
3402
|
-
"
|
|
3403
|
-
"system": "calcite",
|
|
3404
|
-
"tier": "semantic",
|
|
3405
|
-
"type": "dimension"
|
|
3406
|
-
},
|
|
3407
|
-
"category": "semantic",
|
|
3407
|
+
"category": "space",
|
|
3408
3408
|
"type": "spacing",
|
|
3409
3409
|
"item": "default",
|
|
3410
3410
|
"subitem": "lg",
|
|
@@ -3414,6 +3414,11 @@
|
|
|
3414
3414
|
"js": "semantic.spacing.default.lg",
|
|
3415
3415
|
"docs": "semantic.spacing.default.lg",
|
|
3416
3416
|
"es6": "calciteSpacingLg"
|
|
3417
|
+
},
|
|
3418
|
+
"calcite-schema": {
|
|
3419
|
+
"system": "calcite",
|
|
3420
|
+
"tier": "semantic",
|
|
3421
|
+
"type": "dimension"
|
|
3417
3422
|
}
|
|
3418
3423
|
},
|
|
3419
3424
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3426,12 +3431,7 @@
|
|
|
3426
3431
|
"value": "1.25rem",
|
|
3427
3432
|
"type": "dimension",
|
|
3428
3433
|
"attributes": {
|
|
3429
|
-
"
|
|
3430
|
-
"system": "calcite",
|
|
3431
|
-
"tier": "semantic",
|
|
3432
|
-
"type": "dimension"
|
|
3433
|
-
},
|
|
3434
|
-
"category": "semantic",
|
|
3434
|
+
"category": "space",
|
|
3435
3435
|
"type": "spacing",
|
|
3436
3436
|
"item": "default",
|
|
3437
3437
|
"subitem": "xl",
|
|
@@ -3441,6 +3441,11 @@
|
|
|
3441
3441
|
"js": "semantic.spacing.default.xl",
|
|
3442
3442
|
"docs": "semantic.spacing.default.xl",
|
|
3443
3443
|
"es6": "calciteSpacingXl"
|
|
3444
|
+
},
|
|
3445
|
+
"calcite-schema": {
|
|
3446
|
+
"system": "calcite",
|
|
3447
|
+
"tier": "semantic",
|
|
3448
|
+
"type": "dimension"
|
|
3444
3449
|
}
|
|
3445
3450
|
},
|
|
3446
3451
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3453,12 +3458,7 @@
|
|
|
3453
3458
|
"value": "1.5rem",
|
|
3454
3459
|
"type": "dimension",
|
|
3455
3460
|
"attributes": {
|
|
3456
|
-
"
|
|
3457
|
-
"system": "calcite",
|
|
3458
|
-
"tier": "semantic",
|
|
3459
|
-
"type": "dimension"
|
|
3460
|
-
},
|
|
3461
|
-
"category": "semantic",
|
|
3461
|
+
"category": "space",
|
|
3462
3462
|
"type": "spacing",
|
|
3463
3463
|
"item": "default",
|
|
3464
3464
|
"subitem": "xxl",
|
|
@@ -3468,6 +3468,11 @@
|
|
|
3468
3468
|
"js": "semantic.spacing.default.xxl",
|
|
3469
3469
|
"docs": "semantic.spacing.default.xxl",
|
|
3470
3470
|
"es6": "calciteSpacingXxl"
|
|
3471
|
+
},
|
|
3472
|
+
"calcite-schema": {
|
|
3473
|
+
"system": "calcite",
|
|
3474
|
+
"tier": "semantic",
|
|
3475
|
+
"type": "dimension"
|
|
3471
3476
|
}
|
|
3472
3477
|
},
|
|
3473
3478
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3480,12 +3485,7 @@
|
|
|
3480
3485
|
"value": "2rem",
|
|
3481
3486
|
"type": "dimension",
|
|
3482
3487
|
"attributes": {
|
|
3483
|
-
"
|
|
3484
|
-
"system": "calcite",
|
|
3485
|
-
"tier": "semantic",
|
|
3486
|
-
"type": "dimension"
|
|
3487
|
-
},
|
|
3488
|
-
"category": "semantic",
|
|
3488
|
+
"category": "space",
|
|
3489
3489
|
"type": "spacing",
|
|
3490
3490
|
"item": "default",
|
|
3491
3491
|
"subitem": "xxxl",
|
|
@@ -3495,6 +3495,11 @@
|
|
|
3495
3495
|
"js": "semantic.spacing.default.xxxl",
|
|
3496
3496
|
"docs": "semantic.spacing.default.xxxl",
|
|
3497
3497
|
"es6": "calciteSpacingXxxl"
|
|
3498
|
+
},
|
|
3499
|
+
"calcite-schema": {
|
|
3500
|
+
"system": "calcite",
|
|
3501
|
+
"tier": "semantic",
|
|
3502
|
+
"type": "dimension"
|
|
3498
3503
|
}
|
|
3499
3504
|
},
|
|
3500
3505
|
"filePath": "src/tokens/semantic/space.json",
|
|
@@ -3507,12 +3512,7 @@
|
|
|
3507
3512
|
"value": "-999999",
|
|
3508
3513
|
"type": "z-index",
|
|
3509
3514
|
"attributes": {
|
|
3510
|
-
"
|
|
3511
|
-
"system": "calcite",
|
|
3512
|
-
"tier": "semantic",
|
|
3513
|
-
"type": "z-index"
|
|
3514
|
-
},
|
|
3515
|
-
"category": "semantic",
|
|
3515
|
+
"category": "z-index",
|
|
3516
3516
|
"type": "z-index",
|
|
3517
3517
|
"item": "deep",
|
|
3518
3518
|
"names": {
|
|
@@ -3521,6 +3521,11 @@
|
|
|
3521
3521
|
"js": "semantic.z-index.deep",
|
|
3522
3522
|
"docs": "semantic.z-index.deep",
|
|
3523
3523
|
"es6": "calciteZIndexDeep"
|
|
3524
|
+
},
|
|
3525
|
+
"calcite-schema": {
|
|
3526
|
+
"system": "calcite",
|
|
3527
|
+
"tier": "semantic",
|
|
3528
|
+
"type": "z-index"
|
|
3524
3529
|
}
|
|
3525
3530
|
},
|
|
3526
3531
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3533,12 +3538,7 @@
|
|
|
3533
3538
|
"value": "1",
|
|
3534
3539
|
"type": "z-index",
|
|
3535
3540
|
"attributes": {
|
|
3536
|
-
"
|
|
3537
|
-
"system": "calcite",
|
|
3538
|
-
"tier": "semantic",
|
|
3539
|
-
"type": "z-index"
|
|
3540
|
-
},
|
|
3541
|
-
"category": "semantic",
|
|
3541
|
+
"category": "z-index",
|
|
3542
3542
|
"type": "z-index",
|
|
3543
3543
|
"item": "default",
|
|
3544
3544
|
"names": {
|
|
@@ -3547,6 +3547,11 @@
|
|
|
3547
3547
|
"js": "semantic.z-index.default",
|
|
3548
3548
|
"docs": "semantic.z-index.default",
|
|
3549
3549
|
"es6": "calciteZIndex"
|
|
3550
|
+
},
|
|
3551
|
+
"calcite-schema": {
|
|
3552
|
+
"system": "calcite",
|
|
3553
|
+
"tier": "semantic",
|
|
3554
|
+
"type": "z-index"
|
|
3550
3555
|
}
|
|
3551
3556
|
},
|
|
3552
3557
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3559,12 +3564,7 @@
|
|
|
3559
3564
|
"value": "300",
|
|
3560
3565
|
"type": "z-index",
|
|
3561
3566
|
"attributes": {
|
|
3562
|
-
"
|
|
3563
|
-
"system": "calcite",
|
|
3564
|
-
"tier": "semantic",
|
|
3565
|
-
"type": "z-index"
|
|
3566
|
-
},
|
|
3567
|
-
"category": "semantic",
|
|
3567
|
+
"category": "z-index",
|
|
3568
3568
|
"type": "z-index",
|
|
3569
3569
|
"item": "sticky",
|
|
3570
3570
|
"names": {
|
|
@@ -3573,6 +3573,11 @@
|
|
|
3573
3573
|
"js": "semantic.z-index.sticky",
|
|
3574
3574
|
"docs": "semantic.z-index.sticky",
|
|
3575
3575
|
"es6": "calciteZIndexSticky"
|
|
3576
|
+
},
|
|
3577
|
+
"calcite-schema": {
|
|
3578
|
+
"system": "calcite",
|
|
3579
|
+
"tier": "semantic",
|
|
3580
|
+
"type": "z-index"
|
|
3576
3581
|
}
|
|
3577
3582
|
},
|
|
3578
3583
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3585,12 +3590,7 @@
|
|
|
3585
3590
|
"value": "400",
|
|
3586
3591
|
"type": "z-index",
|
|
3587
3592
|
"attributes": {
|
|
3588
|
-
"
|
|
3589
|
-
"system": "calcite",
|
|
3590
|
-
"tier": "semantic",
|
|
3591
|
-
"type": "z-index"
|
|
3592
|
-
},
|
|
3593
|
-
"category": "semantic",
|
|
3593
|
+
"category": "z-index",
|
|
3594
3594
|
"type": "z-index",
|
|
3595
3595
|
"item": "header",
|
|
3596
3596
|
"names": {
|
|
@@ -3599,6 +3599,11 @@
|
|
|
3599
3599
|
"js": "semantic.z-index.header",
|
|
3600
3600
|
"docs": "semantic.z-index.header",
|
|
3601
3601
|
"es6": "calciteZIndexHeader"
|
|
3602
|
+
},
|
|
3603
|
+
"calcite-schema": {
|
|
3604
|
+
"system": "calcite",
|
|
3605
|
+
"tier": "semantic",
|
|
3606
|
+
"type": "z-index"
|
|
3602
3607
|
}
|
|
3603
3608
|
},
|
|
3604
3609
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3611,12 +3616,7 @@
|
|
|
3611
3616
|
"value": "500",
|
|
3612
3617
|
"type": "z-index",
|
|
3613
3618
|
"attributes": {
|
|
3614
|
-
"
|
|
3615
|
-
"system": "calcite",
|
|
3616
|
-
"tier": "semantic",
|
|
3617
|
-
"type": "z-index"
|
|
3618
|
-
},
|
|
3619
|
-
"category": "semantic",
|
|
3619
|
+
"category": "z-index",
|
|
3620
3620
|
"type": "z-index",
|
|
3621
3621
|
"item": "toast",
|
|
3622
3622
|
"names": {
|
|
@@ -3625,6 +3625,11 @@
|
|
|
3625
3625
|
"js": "semantic.z-index.toast",
|
|
3626
3626
|
"docs": "semantic.z-index.toast",
|
|
3627
3627
|
"es6": "calciteZIndexToast"
|
|
3628
|
+
},
|
|
3629
|
+
"calcite-schema": {
|
|
3630
|
+
"system": "calcite",
|
|
3631
|
+
"tier": "semantic",
|
|
3632
|
+
"type": "z-index"
|
|
3628
3633
|
}
|
|
3629
3634
|
},
|
|
3630
3635
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3637,12 +3642,7 @@
|
|
|
3637
3642
|
"value": "600",
|
|
3638
3643
|
"type": "z-index",
|
|
3639
3644
|
"attributes": {
|
|
3640
|
-
"
|
|
3641
|
-
"system": "calcite",
|
|
3642
|
-
"tier": "semantic",
|
|
3643
|
-
"type": "z-index"
|
|
3644
|
-
},
|
|
3645
|
-
"category": "semantic",
|
|
3645
|
+
"category": "z-index",
|
|
3646
3646
|
"type": "z-index",
|
|
3647
3647
|
"item": "dropdown",
|
|
3648
3648
|
"names": {
|
|
@@ -3651,6 +3651,11 @@
|
|
|
3651
3651
|
"js": "semantic.z-index.dropdown",
|
|
3652
3652
|
"docs": "semantic.z-index.dropdown",
|
|
3653
3653
|
"es6": "calciteZIndexDropdown"
|
|
3654
|
+
},
|
|
3655
|
+
"calcite-schema": {
|
|
3656
|
+
"system": "calcite",
|
|
3657
|
+
"tier": "semantic",
|
|
3658
|
+
"type": "z-index"
|
|
3654
3659
|
}
|
|
3655
3660
|
},
|
|
3656
3661
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3663,12 +3668,7 @@
|
|
|
3663
3668
|
"value": "700",
|
|
3664
3669
|
"type": "z-index",
|
|
3665
3670
|
"attributes": {
|
|
3666
|
-
"
|
|
3667
|
-
"system": "calcite",
|
|
3668
|
-
"tier": "semantic",
|
|
3669
|
-
"type": "z-index"
|
|
3670
|
-
},
|
|
3671
|
-
"category": "semantic",
|
|
3671
|
+
"category": "z-index",
|
|
3672
3672
|
"type": "z-index",
|
|
3673
3673
|
"item": "overlay",
|
|
3674
3674
|
"names": {
|
|
@@ -3677,6 +3677,11 @@
|
|
|
3677
3677
|
"js": "semantic.z-index.overlay",
|
|
3678
3678
|
"docs": "semantic.z-index.overlay",
|
|
3679
3679
|
"es6": "calciteZIndexOverlay"
|
|
3680
|
+
},
|
|
3681
|
+
"calcite-schema": {
|
|
3682
|
+
"system": "calcite",
|
|
3683
|
+
"tier": "semantic",
|
|
3684
|
+
"type": "z-index"
|
|
3680
3685
|
}
|
|
3681
3686
|
},
|
|
3682
3687
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3689,12 +3694,7 @@
|
|
|
3689
3694
|
"value": "800",
|
|
3690
3695
|
"type": "z-index",
|
|
3691
3696
|
"attributes": {
|
|
3692
|
-
"
|
|
3693
|
-
"system": "calcite",
|
|
3694
|
-
"tier": "semantic",
|
|
3695
|
-
"type": "z-index"
|
|
3696
|
-
},
|
|
3697
|
-
"category": "semantic",
|
|
3697
|
+
"category": "z-index",
|
|
3698
3698
|
"type": "z-index",
|
|
3699
3699
|
"item": "modal",
|
|
3700
3700
|
"names": {
|
|
@@ -3703,6 +3703,11 @@
|
|
|
3703
3703
|
"js": "semantic.z-index.modal",
|
|
3704
3704
|
"docs": "semantic.z-index.modal",
|
|
3705
3705
|
"es6": "calciteZIndexModal"
|
|
3706
|
+
},
|
|
3707
|
+
"calcite-schema": {
|
|
3708
|
+
"system": "calcite",
|
|
3709
|
+
"tier": "semantic",
|
|
3710
|
+
"type": "z-index"
|
|
3706
3711
|
}
|
|
3707
3712
|
},
|
|
3708
3713
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3715,12 +3720,7 @@
|
|
|
3715
3720
|
"value": "900",
|
|
3716
3721
|
"type": "z-index",
|
|
3717
3722
|
"attributes": {
|
|
3718
|
-
"
|
|
3719
|
-
"system": "calcite",
|
|
3720
|
-
"tier": "semantic",
|
|
3721
|
-
"type": "z-index"
|
|
3722
|
-
},
|
|
3723
|
-
"category": "semantic",
|
|
3723
|
+
"category": "z-index",
|
|
3724
3724
|
"type": "z-index",
|
|
3725
3725
|
"item": "popup",
|
|
3726
3726
|
"names": {
|
|
@@ -3729,6 +3729,11 @@
|
|
|
3729
3729
|
"js": "semantic.z-index.popup",
|
|
3730
3730
|
"docs": "semantic.z-index.popup",
|
|
3731
3731
|
"es6": "calciteZIndexPopup"
|
|
3732
|
+
},
|
|
3733
|
+
"calcite-schema": {
|
|
3734
|
+
"system": "calcite",
|
|
3735
|
+
"tier": "semantic",
|
|
3736
|
+
"type": "z-index"
|
|
3732
3737
|
}
|
|
3733
3738
|
},
|
|
3734
3739
|
"filePath": "src/tokens/semantic/z-index.json",
|
|
@@ -3741,12 +3746,7 @@
|
|
|
3741
3746
|
"value": "901",
|
|
3742
3747
|
"type": "z-index",
|
|
3743
3748
|
"attributes": {
|
|
3744
|
-
"
|
|
3745
|
-
"system": "calcite",
|
|
3746
|
-
"tier": "semantic",
|
|
3747
|
-
"type": "z-index"
|
|
3748
|
-
},
|
|
3749
|
-
"category": "semantic",
|
|
3749
|
+
"category": "z-index",
|
|
3750
3750
|
"type": "z-index",
|
|
3751
3751
|
"item": "tooltip",
|
|
3752
3752
|
"names": {
|
|
@@ -3755,6 +3755,11 @@
|
|
|
3755
3755
|
"js": "semantic.z-index.tooltip",
|
|
3756
3756
|
"docs": "semantic.z-index.tooltip",
|
|
3757
3757
|
"es6": "calciteZIndexTooltip"
|
|
3758
|
+
},
|
|
3759
|
+
"calcite-schema": {
|
|
3760
|
+
"system": "calcite",
|
|
3761
|
+
"tier": "semantic",
|
|
3762
|
+
"type": "z-index"
|
|
3758
3763
|
}
|
|
3759
3764
|
},
|
|
3760
3765
|
"filePath": "src/tokens/semantic/z-index.json",
|