@esri/calcite-design-tokens 3.0.2-next.2 → 3.0.2-next.4
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/dark.css +2 -1
- package/dist/css/global.css +1 -1
- package/dist/css/index.css +5 -0
- package/dist/css/light.css +1 -0
- package/dist/docs/core.json +79 -79
- package/dist/docs/dark.json +1130 -0
- package/dist/docs/global.json +300 -300
- package/dist/docs/light.json +1130 -0
- package/dist/docs/semantic.json +69 -69
- package/dist/es6/dark.d.ts +46 -0
- package/dist/es6/dark.js +46 -0
- package/dist/es6/global.d.ts +5 -8
- package/dist/es6/global.js +4 -4
- package/dist/es6/light.d.ts +46 -0
- package/dist/es6/light.js +46 -0
- package/dist/js/core.js +117 -117
- package/dist/js/dark.d.ts +46 -0
- package/dist/js/dark.js +2147 -0
- package/dist/js/global.d.ts +8 -8
- package/dist/js/global.js +534 -654
- package/dist/js/light.d.ts +46 -0
- package/dist/js/light.js +2148 -0
- package/dist/js/semantic.js +92 -92
- package/dist/scss/dark.scss +2 -1
- package/dist/scss/global.scss +1 -1
- package/dist/scss/index.scss +2 -0
- package/dist/scss/light.scss +1 -0
- package/package.json +3 -6
package/dist/docs/global.json
CHANGED
|
@@ -1,121 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1744215170581,
|
|
3
3
|
"tokens": [
|
|
4
|
-
{
|
|
5
|
-
"value": "0",
|
|
6
|
-
"type": "dimension",
|
|
7
|
-
"attributes": {
|
|
8
|
-
"calcite-schema": {
|
|
9
|
-
"system": "calcite",
|
|
10
|
-
"tier": "semantic",
|
|
11
|
-
"type": "dimension"
|
|
12
|
-
},
|
|
13
|
-
"category": "semantic",
|
|
14
|
-
"type": "border",
|
|
15
|
-
"item": "width",
|
|
16
|
-
"subitem": "none",
|
|
17
|
-
"names": {
|
|
18
|
-
"scss": "$calcite-border-width-none",
|
|
19
|
-
"css": "var(--calcite-border-width-none)",
|
|
20
|
-
"js": "semantic.border.width.none",
|
|
21
|
-
"docs": "semantic.border.width.none",
|
|
22
|
-
"es6": "calciteBorderWidthNone"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"filePath": "src/tokens/semantic/border.json",
|
|
26
|
-
"isSource": true,
|
|
27
|
-
"name": "Border Width None",
|
|
28
|
-
"path": ["semantic", "border", "width", "none"],
|
|
29
|
-
"key": "{semantic.border.width.none}"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"value": "1px",
|
|
33
|
-
"type": "dimension",
|
|
34
|
-
"attributes": {
|
|
35
|
-
"calcite-schema": {
|
|
36
|
-
"system": "calcite",
|
|
37
|
-
"tier": "semantic",
|
|
38
|
-
"type": "dimension"
|
|
39
|
-
},
|
|
40
|
-
"category": "semantic",
|
|
41
|
-
"type": "border",
|
|
42
|
-
"item": "width",
|
|
43
|
-
"subitem": "sm",
|
|
44
|
-
"names": {
|
|
45
|
-
"scss": "$calcite-border-width-sm",
|
|
46
|
-
"css": "var(--calcite-border-width-sm)",
|
|
47
|
-
"js": "semantic.border.width.sm",
|
|
48
|
-
"docs": "semantic.border.width.sm",
|
|
49
|
-
"es6": "calciteBorderWidthSm"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"filePath": "src/tokens/semantic/border.json",
|
|
53
|
-
"isSource": true,
|
|
54
|
-
"name": "Border Width Sm",
|
|
55
|
-
"path": ["semantic", "border", "width", "sm"],
|
|
56
|
-
"key": "{semantic.border.width.sm}"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"value": "2px",
|
|
60
|
-
"type": "dimension",
|
|
61
|
-
"attributes": {
|
|
62
|
-
"calcite-schema": {
|
|
63
|
-
"system": "calcite",
|
|
64
|
-
"tier": "semantic",
|
|
65
|
-
"type": "dimension"
|
|
66
|
-
},
|
|
67
|
-
"category": "semantic",
|
|
68
|
-
"type": "border",
|
|
69
|
-
"item": "width",
|
|
70
|
-
"subitem": "md",
|
|
71
|
-
"names": {
|
|
72
|
-
"scss": "$calcite-border-width-md",
|
|
73
|
-
"css": "var(--calcite-border-width-md)",
|
|
74
|
-
"js": "semantic.border.width.md",
|
|
75
|
-
"docs": "semantic.border.width.md",
|
|
76
|
-
"es6": "calciteBorderWidthMd"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"filePath": "src/tokens/semantic/border.json",
|
|
80
|
-
"isSource": true,
|
|
81
|
-
"name": "Border Width Md",
|
|
82
|
-
"path": ["semantic", "border", "width", "md"],
|
|
83
|
-
"key": "{semantic.border.width.md}"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"value": "4px",
|
|
87
|
-
"type": "dimension",
|
|
88
|
-
"attributes": {
|
|
89
|
-
"calcite-schema": {
|
|
90
|
-
"system": "calcite",
|
|
91
|
-
"tier": "semantic",
|
|
92
|
-
"type": "dimension"
|
|
93
|
-
},
|
|
94
|
-
"category": "semantic",
|
|
95
|
-
"type": "border",
|
|
96
|
-
"item": "width",
|
|
97
|
-
"subitem": "lg",
|
|
98
|
-
"names": {
|
|
99
|
-
"scss": "$calcite-border-width-lg",
|
|
100
|
-
"css": "var(--calcite-border-width-lg)",
|
|
101
|
-
"js": "semantic.border.width.lg",
|
|
102
|
-
"docs": "semantic.border.width.lg",
|
|
103
|
-
"es6": "calciteBorderWidthLg"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"filePath": "src/tokens/semantic/border.json",
|
|
107
|
-
"isSource": true,
|
|
108
|
-
"name": "Border Width Lg",
|
|
109
|
-
"path": ["semantic", "border", "width", "lg"],
|
|
110
|
-
"key": "{semantic.border.width.lg}"
|
|
111
|
-
},
|
|
112
4
|
{
|
|
113
5
|
"value": "{\"light\":\"#f8f8f8\",\"dark\":\"#353535\"}",
|
|
114
6
|
"type": "color",
|
|
115
7
|
"attributes": {
|
|
116
8
|
"calcite-schema": {
|
|
117
9
|
"system": "calcite",
|
|
118
|
-
"tier": "
|
|
10
|
+
"tier": "color",
|
|
119
11
|
"type": "color"
|
|
120
12
|
},
|
|
121
13
|
"category": "semantic",
|
|
@@ -130,8 +22,8 @@
|
|
|
130
22
|
"es6": "calciteColorBackground"
|
|
131
23
|
}
|
|
132
24
|
},
|
|
133
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
134
|
-
"isSource":
|
|
25
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
26
|
+
"isSource": false,
|
|
135
27
|
"name": "Color Background",
|
|
136
28
|
"path": ["semantic", "color", "background", "default"],
|
|
137
29
|
"key": "{semantic.color.background.default}"
|
|
@@ -142,7 +34,7 @@
|
|
|
142
34
|
"attributes": {
|
|
143
35
|
"calcite-schema": {
|
|
144
36
|
"system": "calcite",
|
|
145
|
-
"tier": "
|
|
37
|
+
"tier": "color",
|
|
146
38
|
"type": "color"
|
|
147
39
|
},
|
|
148
40
|
"category": "semantic",
|
|
@@ -157,8 +49,8 @@
|
|
|
157
49
|
"es6": "calciteColorBackgroundNone"
|
|
158
50
|
}
|
|
159
51
|
},
|
|
160
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
161
|
-
"isSource":
|
|
52
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
53
|
+
"isSource": false,
|
|
162
54
|
"name": "Color Background None",
|
|
163
55
|
"path": ["semantic", "color", "background", "none"],
|
|
164
56
|
"key": "{semantic.color.background.none}"
|
|
@@ -169,7 +61,7 @@
|
|
|
169
61
|
"attributes": {
|
|
170
62
|
"calcite-schema": {
|
|
171
63
|
"system": "calcite",
|
|
172
|
-
"tier": "
|
|
64
|
+
"tier": "color",
|
|
173
65
|
"type": "color"
|
|
174
66
|
},
|
|
175
67
|
"category": "semantic",
|
|
@@ -184,8 +76,8 @@
|
|
|
184
76
|
"es6": "calciteColorForeground1"
|
|
185
77
|
}
|
|
186
78
|
},
|
|
187
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
188
|
-
"isSource":
|
|
79
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
80
|
+
"isSource": false,
|
|
189
81
|
"name": "Color Foreground 1",
|
|
190
82
|
"path": ["semantic", "color", "foreground", "1"],
|
|
191
83
|
"key": "{semantic.color.foreground.1}"
|
|
@@ -196,7 +88,7 @@
|
|
|
196
88
|
"attributes": {
|
|
197
89
|
"calcite-schema": {
|
|
198
90
|
"system": "calcite",
|
|
199
|
-
"tier": "
|
|
91
|
+
"tier": "color",
|
|
200
92
|
"type": "color"
|
|
201
93
|
},
|
|
202
94
|
"category": "semantic",
|
|
@@ -211,8 +103,8 @@
|
|
|
211
103
|
"es6": "calciteColorForeground2"
|
|
212
104
|
}
|
|
213
105
|
},
|
|
214
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
215
|
-
"isSource":
|
|
106
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
107
|
+
"isSource": false,
|
|
216
108
|
"name": "Color Foreground 2",
|
|
217
109
|
"path": ["semantic", "color", "foreground", "2"],
|
|
218
110
|
"key": "{semantic.color.foreground.2}"
|
|
@@ -223,7 +115,7 @@
|
|
|
223
115
|
"attributes": {
|
|
224
116
|
"calcite-schema": {
|
|
225
117
|
"system": "calcite",
|
|
226
|
-
"tier": "
|
|
118
|
+
"tier": "color",
|
|
227
119
|
"type": "color"
|
|
228
120
|
},
|
|
229
121
|
"category": "semantic",
|
|
@@ -238,8 +130,8 @@
|
|
|
238
130
|
"es6": "calciteColorForeground3"
|
|
239
131
|
}
|
|
240
132
|
},
|
|
241
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
242
|
-
"isSource":
|
|
133
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
134
|
+
"isSource": false,
|
|
243
135
|
"name": "Color Foreground 3",
|
|
244
136
|
"path": ["semantic", "color", "foreground", "3"],
|
|
245
137
|
"key": "{semantic.color.foreground.3}"
|
|
@@ -250,7 +142,7 @@
|
|
|
250
142
|
"attributes": {
|
|
251
143
|
"calcite-schema": {
|
|
252
144
|
"system": "calcite",
|
|
253
|
-
"tier": "
|
|
145
|
+
"tier": "color",
|
|
254
146
|
"type": "color"
|
|
255
147
|
},
|
|
256
148
|
"category": "semantic",
|
|
@@ -265,8 +157,8 @@
|
|
|
265
157
|
"es6": "calciteColorForegroundCurrent"
|
|
266
158
|
}
|
|
267
159
|
},
|
|
268
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
269
|
-
"isSource":
|
|
160
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
161
|
+
"isSource": false,
|
|
270
162
|
"name": "Color Foreground Current",
|
|
271
163
|
"path": ["semantic", "color", "foreground", "current"],
|
|
272
164
|
"key": "{semantic.color.foreground.current}"
|
|
@@ -277,7 +169,7 @@
|
|
|
277
169
|
"attributes": {
|
|
278
170
|
"calcite-schema": {
|
|
279
171
|
"system": "calcite",
|
|
280
|
-
"tier": "
|
|
172
|
+
"tier": "color",
|
|
281
173
|
"type": "color"
|
|
282
174
|
},
|
|
283
175
|
"category": "semantic",
|
|
@@ -293,8 +185,8 @@
|
|
|
293
185
|
"es6": "calciteColorTransparent"
|
|
294
186
|
}
|
|
295
187
|
},
|
|
296
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
297
|
-
"isSource":
|
|
188
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
189
|
+
"isSource": false,
|
|
298
190
|
"name": "Color Transparent",
|
|
299
191
|
"path": ["semantic", "color", "transparent", "default", "default"],
|
|
300
192
|
"key": "{semantic.color.transparent.default.default}"
|
|
@@ -305,7 +197,7 @@
|
|
|
305
197
|
"attributes": {
|
|
306
198
|
"calcite-schema": {
|
|
307
199
|
"system": "calcite",
|
|
308
|
-
"tier": "
|
|
200
|
+
"tier": "color",
|
|
309
201
|
"type": "color"
|
|
310
202
|
},
|
|
311
203
|
"category": "semantic",
|
|
@@ -321,8 +213,8 @@
|
|
|
321
213
|
"es6": "calciteColorTransparentHover"
|
|
322
214
|
}
|
|
323
215
|
},
|
|
324
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
325
|
-
"isSource":
|
|
216
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
217
|
+
"isSource": false,
|
|
326
218
|
"name": "Color Transparent Hover",
|
|
327
219
|
"path": ["semantic", "color", "transparent", "default", "hover"],
|
|
328
220
|
"key": "{semantic.color.transparent.default.hover}"
|
|
@@ -333,7 +225,7 @@
|
|
|
333
225
|
"attributes": {
|
|
334
226
|
"calcite-schema": {
|
|
335
227
|
"system": "calcite",
|
|
336
|
-
"tier": "
|
|
228
|
+
"tier": "color",
|
|
337
229
|
"type": "color"
|
|
338
230
|
},
|
|
339
231
|
"category": "semantic",
|
|
@@ -349,8 +241,8 @@
|
|
|
349
241
|
"es6": "calciteColorTransparentPress"
|
|
350
242
|
}
|
|
351
243
|
},
|
|
352
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
353
|
-
"isSource":
|
|
244
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
245
|
+
"isSource": false,
|
|
354
246
|
"name": "Color Transparent Press",
|
|
355
247
|
"path": ["semantic", "color", "transparent", "default", "press"],
|
|
356
248
|
"key": "{semantic.color.transparent.default.press}"
|
|
@@ -361,7 +253,7 @@
|
|
|
361
253
|
"attributes": {
|
|
362
254
|
"calcite-schema": {
|
|
363
255
|
"system": "calcite",
|
|
364
|
-
"tier": "
|
|
256
|
+
"tier": "color",
|
|
365
257
|
"type": "color"
|
|
366
258
|
},
|
|
367
259
|
"category": "semantic",
|
|
@@ -376,8 +268,8 @@
|
|
|
376
268
|
"es6": "calciteColorTransparentScrim"
|
|
377
269
|
}
|
|
378
270
|
},
|
|
379
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
380
|
-
"isSource":
|
|
271
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
272
|
+
"isSource": false,
|
|
381
273
|
"name": "Color Transparent Scrim",
|
|
382
274
|
"path": ["semantic", "color", "transparent", "scrim"],
|
|
383
275
|
"key": "{semantic.color.transparent.scrim}"
|
|
@@ -388,7 +280,7 @@
|
|
|
388
280
|
"attributes": {
|
|
389
281
|
"calcite-schema": {
|
|
390
282
|
"system": "calcite",
|
|
391
|
-
"tier": "
|
|
283
|
+
"tier": "color",
|
|
392
284
|
"type": "color"
|
|
393
285
|
},
|
|
394
286
|
"category": "semantic",
|
|
@@ -403,8 +295,8 @@
|
|
|
403
295
|
"es6": "calciteColorTransparentTint"
|
|
404
296
|
}
|
|
405
297
|
},
|
|
406
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
407
|
-
"isSource":
|
|
298
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
299
|
+
"isSource": false,
|
|
408
300
|
"name": "Color Transparent Tint",
|
|
409
301
|
"path": ["semantic", "color", "transparent", "tint"],
|
|
410
302
|
"key": "{semantic.color.transparent.tint}"
|
|
@@ -415,7 +307,7 @@
|
|
|
415
307
|
"attributes": {
|
|
416
308
|
"calcite-schema": {
|
|
417
309
|
"system": "calcite",
|
|
418
|
-
"tier": "
|
|
310
|
+
"tier": "color",
|
|
419
311
|
"type": "color"
|
|
420
312
|
},
|
|
421
313
|
"category": "semantic",
|
|
@@ -431,8 +323,8 @@
|
|
|
431
323
|
"es6": "calciteColorBrand"
|
|
432
324
|
}
|
|
433
325
|
},
|
|
434
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
435
|
-
"isSource":
|
|
326
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
327
|
+
"isSource": false,
|
|
436
328
|
"name": "Color Brand",
|
|
437
329
|
"path": ["semantic", "color", "brand", "default", "default"],
|
|
438
330
|
"key": "{semantic.color.brand.default.default}"
|
|
@@ -443,7 +335,7 @@
|
|
|
443
335
|
"attributes": {
|
|
444
336
|
"calcite-schema": {
|
|
445
337
|
"system": "calcite",
|
|
446
|
-
"tier": "
|
|
338
|
+
"tier": "color",
|
|
447
339
|
"type": "color"
|
|
448
340
|
},
|
|
449
341
|
"category": "semantic",
|
|
@@ -459,8 +351,8 @@
|
|
|
459
351
|
"es6": "calciteColorBrandHover"
|
|
460
352
|
}
|
|
461
353
|
},
|
|
462
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
463
|
-
"isSource":
|
|
354
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
355
|
+
"isSource": false,
|
|
464
356
|
"name": "Color Brand Hover",
|
|
465
357
|
"path": ["semantic", "color", "brand", "default", "hover"],
|
|
466
358
|
"key": "{semantic.color.brand.default.hover}"
|
|
@@ -471,7 +363,7 @@
|
|
|
471
363
|
"attributes": {
|
|
472
364
|
"calcite-schema": {
|
|
473
365
|
"system": "calcite",
|
|
474
|
-
"tier": "
|
|
366
|
+
"tier": "color",
|
|
475
367
|
"type": "color"
|
|
476
368
|
},
|
|
477
369
|
"category": "semantic",
|
|
@@ -487,8 +379,8 @@
|
|
|
487
379
|
"es6": "calciteColorBrandPress"
|
|
488
380
|
}
|
|
489
381
|
},
|
|
490
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
491
|
-
"isSource":
|
|
382
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
383
|
+
"isSource": false,
|
|
492
384
|
"name": "Color Brand Press",
|
|
493
385
|
"path": ["semantic", "color", "brand", "default", "press"],
|
|
494
386
|
"key": "{semantic.color.brand.default.press}"
|
|
@@ -499,7 +391,7 @@
|
|
|
499
391
|
"attributes": {
|
|
500
392
|
"calcite-schema": {
|
|
501
393
|
"system": "calcite",
|
|
502
|
-
"tier": "
|
|
394
|
+
"tier": "color",
|
|
503
395
|
"type": "color"
|
|
504
396
|
},
|
|
505
397
|
"category": "semantic",
|
|
@@ -514,8 +406,8 @@
|
|
|
514
406
|
"es6": "calciteColorBrandUnderline"
|
|
515
407
|
}
|
|
516
408
|
},
|
|
517
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
518
|
-
"isSource":
|
|
409
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
410
|
+
"isSource": false,
|
|
519
411
|
"name": "Color Brand Underline",
|
|
520
412
|
"path": ["semantic", "color", "brand", "underline"],
|
|
521
413
|
"key": "{semantic.color.brand.underline}"
|
|
@@ -526,7 +418,7 @@
|
|
|
526
418
|
"attributes": {
|
|
527
419
|
"calcite-schema": {
|
|
528
420
|
"system": "calcite",
|
|
529
|
-
"tier": "
|
|
421
|
+
"tier": "color",
|
|
530
422
|
"type": "color"
|
|
531
423
|
},
|
|
532
424
|
"category": "semantic",
|
|
@@ -542,8 +434,8 @@
|
|
|
542
434
|
"es6": "calciteColorStatusInfo"
|
|
543
435
|
}
|
|
544
436
|
},
|
|
545
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
546
|
-
"isSource":
|
|
437
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
438
|
+
"isSource": false,
|
|
547
439
|
"name": "Color Status Info",
|
|
548
440
|
"path": ["semantic", "color", "status", "info", "default"],
|
|
549
441
|
"key": "{semantic.color.status.info.default}"
|
|
@@ -554,7 +446,7 @@
|
|
|
554
446
|
"attributes": {
|
|
555
447
|
"calcite-schema": {
|
|
556
448
|
"system": "calcite",
|
|
557
|
-
"tier": "
|
|
449
|
+
"tier": "color",
|
|
558
450
|
"type": "color"
|
|
559
451
|
},
|
|
560
452
|
"category": "semantic",
|
|
@@ -570,8 +462,8 @@
|
|
|
570
462
|
"es6": "calciteColorStatusInfoHover"
|
|
571
463
|
}
|
|
572
464
|
},
|
|
573
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
574
|
-
"isSource":
|
|
465
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
466
|
+
"isSource": false,
|
|
575
467
|
"name": "Color Status Info Hover",
|
|
576
468
|
"path": ["semantic", "color", "status", "info", "hover"],
|
|
577
469
|
"key": "{semantic.color.status.info.hover}"
|
|
@@ -582,7 +474,7 @@
|
|
|
582
474
|
"attributes": {
|
|
583
475
|
"calcite-schema": {
|
|
584
476
|
"system": "calcite",
|
|
585
|
-
"tier": "
|
|
477
|
+
"tier": "color",
|
|
586
478
|
"type": "color"
|
|
587
479
|
},
|
|
588
480
|
"category": "semantic",
|
|
@@ -598,8 +490,8 @@
|
|
|
598
490
|
"es6": "calciteColorStatusInfoPress"
|
|
599
491
|
}
|
|
600
492
|
},
|
|
601
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
602
|
-
"isSource":
|
|
493
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
494
|
+
"isSource": false,
|
|
603
495
|
"name": "Color Status Info Press",
|
|
604
496
|
"path": ["semantic", "color", "status", "info", "press"],
|
|
605
497
|
"key": "{semantic.color.status.info.press}"
|
|
@@ -610,7 +502,7 @@
|
|
|
610
502
|
"attributes": {
|
|
611
503
|
"calcite-schema": {
|
|
612
504
|
"system": "calcite",
|
|
613
|
-
"tier": "
|
|
505
|
+
"tier": "color",
|
|
614
506
|
"type": "color"
|
|
615
507
|
},
|
|
616
508
|
"category": "semantic",
|
|
@@ -626,8 +518,8 @@
|
|
|
626
518
|
"es6": "calciteColorStatusSuccess"
|
|
627
519
|
}
|
|
628
520
|
},
|
|
629
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
630
|
-
"isSource":
|
|
521
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
522
|
+
"isSource": false,
|
|
631
523
|
"name": "Color Status Success",
|
|
632
524
|
"path": ["semantic", "color", "status", "success", "default"],
|
|
633
525
|
"key": "{semantic.color.status.success.default}"
|
|
@@ -638,7 +530,7 @@
|
|
|
638
530
|
"attributes": {
|
|
639
531
|
"calcite-schema": {
|
|
640
532
|
"system": "calcite",
|
|
641
|
-
"tier": "
|
|
533
|
+
"tier": "color",
|
|
642
534
|
"type": "color"
|
|
643
535
|
},
|
|
644
536
|
"category": "semantic",
|
|
@@ -654,8 +546,8 @@
|
|
|
654
546
|
"es6": "calciteColorStatusSuccessHover"
|
|
655
547
|
}
|
|
656
548
|
},
|
|
657
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
658
|
-
"isSource":
|
|
549
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
550
|
+
"isSource": false,
|
|
659
551
|
"name": "Color Status Success Hover",
|
|
660
552
|
"path": ["semantic", "color", "status", "success", "hover"],
|
|
661
553
|
"key": "{semantic.color.status.success.hover}"
|
|
@@ -666,7 +558,7 @@
|
|
|
666
558
|
"attributes": {
|
|
667
559
|
"calcite-schema": {
|
|
668
560
|
"system": "calcite",
|
|
669
|
-
"tier": "
|
|
561
|
+
"tier": "color",
|
|
670
562
|
"type": "color"
|
|
671
563
|
},
|
|
672
564
|
"category": "semantic",
|
|
@@ -682,8 +574,8 @@
|
|
|
682
574
|
"es6": "calciteColorStatusSuccessPress"
|
|
683
575
|
}
|
|
684
576
|
},
|
|
685
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
686
|
-
"isSource":
|
|
577
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
578
|
+
"isSource": false,
|
|
687
579
|
"name": "Color Status Success Press",
|
|
688
580
|
"path": ["semantic", "color", "status", "success", "press"],
|
|
689
581
|
"key": "{semantic.color.status.success.press}"
|
|
@@ -694,7 +586,7 @@
|
|
|
694
586
|
"attributes": {
|
|
695
587
|
"calcite-schema": {
|
|
696
588
|
"system": "calcite",
|
|
697
|
-
"tier": "
|
|
589
|
+
"tier": "color",
|
|
698
590
|
"type": "color"
|
|
699
591
|
},
|
|
700
592
|
"category": "semantic",
|
|
@@ -710,8 +602,8 @@
|
|
|
710
602
|
"es6": "calciteColorStatusWarning"
|
|
711
603
|
}
|
|
712
604
|
},
|
|
713
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
714
|
-
"isSource":
|
|
605
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
606
|
+
"isSource": false,
|
|
715
607
|
"name": "Color Status Warning",
|
|
716
608
|
"path": ["semantic", "color", "status", "warning", "default"],
|
|
717
609
|
"key": "{semantic.color.status.warning.default}"
|
|
@@ -722,7 +614,7 @@
|
|
|
722
614
|
"attributes": {
|
|
723
615
|
"calcite-schema": {
|
|
724
616
|
"system": "calcite",
|
|
725
|
-
"tier": "
|
|
617
|
+
"tier": "color",
|
|
726
618
|
"type": "color"
|
|
727
619
|
},
|
|
728
620
|
"category": "semantic",
|
|
@@ -738,8 +630,8 @@
|
|
|
738
630
|
"es6": "calciteColorStatusWarningHover"
|
|
739
631
|
}
|
|
740
632
|
},
|
|
741
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
742
|
-
"isSource":
|
|
633
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
634
|
+
"isSource": false,
|
|
743
635
|
"name": "Color Status Warning Hover",
|
|
744
636
|
"path": ["semantic", "color", "status", "warning", "hover"],
|
|
745
637
|
"key": "{semantic.color.status.warning.hover}"
|
|
@@ -750,7 +642,7 @@
|
|
|
750
642
|
"attributes": {
|
|
751
643
|
"calcite-schema": {
|
|
752
644
|
"system": "calcite",
|
|
753
|
-
"tier": "
|
|
645
|
+
"tier": "color",
|
|
754
646
|
"type": "color"
|
|
755
647
|
},
|
|
756
648
|
"category": "semantic",
|
|
@@ -766,8 +658,8 @@
|
|
|
766
658
|
"es6": "calciteColorStatusWarningPress"
|
|
767
659
|
}
|
|
768
660
|
},
|
|
769
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
770
|
-
"isSource":
|
|
661
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
662
|
+
"isSource": false,
|
|
771
663
|
"name": "Color Status Warning Press",
|
|
772
664
|
"path": ["semantic", "color", "status", "warning", "press"],
|
|
773
665
|
"key": "{semantic.color.status.warning.press}"
|
|
@@ -778,7 +670,7 @@
|
|
|
778
670
|
"attributes": {
|
|
779
671
|
"calcite-schema": {
|
|
780
672
|
"system": "calcite",
|
|
781
|
-
"tier": "
|
|
673
|
+
"tier": "color",
|
|
782
674
|
"type": "color"
|
|
783
675
|
},
|
|
784
676
|
"category": "semantic",
|
|
@@ -794,8 +686,8 @@
|
|
|
794
686
|
"es6": "calciteColorStatusDanger"
|
|
795
687
|
}
|
|
796
688
|
},
|
|
797
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
798
|
-
"isSource":
|
|
689
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
690
|
+
"isSource": false,
|
|
799
691
|
"name": "Color Status Danger",
|
|
800
692
|
"path": ["semantic", "color", "status", "danger", "default"],
|
|
801
693
|
"key": "{semantic.color.status.danger.default}"
|
|
@@ -806,7 +698,7 @@
|
|
|
806
698
|
"attributes": {
|
|
807
699
|
"calcite-schema": {
|
|
808
700
|
"system": "calcite",
|
|
809
|
-
"tier": "
|
|
701
|
+
"tier": "color",
|
|
810
702
|
"type": "color"
|
|
811
703
|
},
|
|
812
704
|
"category": "semantic",
|
|
@@ -822,8 +714,8 @@
|
|
|
822
714
|
"es6": "calciteColorStatusDangerHover"
|
|
823
715
|
}
|
|
824
716
|
},
|
|
825
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
826
|
-
"isSource":
|
|
717
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
718
|
+
"isSource": false,
|
|
827
719
|
"name": "Color Status Danger Hover",
|
|
828
720
|
"path": ["semantic", "color", "status", "danger", "hover"],
|
|
829
721
|
"key": "{semantic.color.status.danger.hover}"
|
|
@@ -834,7 +726,7 @@
|
|
|
834
726
|
"attributes": {
|
|
835
727
|
"calcite-schema": {
|
|
836
728
|
"system": "calcite",
|
|
837
|
-
"tier": "
|
|
729
|
+
"tier": "color",
|
|
838
730
|
"type": "color"
|
|
839
731
|
},
|
|
840
732
|
"category": "semantic",
|
|
@@ -850,8 +742,8 @@
|
|
|
850
742
|
"es6": "calciteColorStatusDangerPress"
|
|
851
743
|
}
|
|
852
744
|
},
|
|
853
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
854
|
-
"isSource":
|
|
745
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
746
|
+
"isSource": false,
|
|
855
747
|
"name": "Color Status Danger Press",
|
|
856
748
|
"path": ["semantic", "color", "status", "danger", "press"],
|
|
857
749
|
"key": "{semantic.color.status.danger.press}"
|
|
@@ -862,7 +754,7 @@
|
|
|
862
754
|
"attributes": {
|
|
863
755
|
"calcite-schema": {
|
|
864
756
|
"system": "calcite",
|
|
865
|
-
"tier": "
|
|
757
|
+
"tier": "color",
|
|
866
758
|
"type": "color"
|
|
867
759
|
},
|
|
868
760
|
"category": "semantic",
|
|
@@ -877,8 +769,8 @@
|
|
|
877
769
|
"es6": "calciteColorInverse"
|
|
878
770
|
}
|
|
879
771
|
},
|
|
880
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
881
|
-
"isSource":
|
|
772
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
773
|
+
"isSource": false,
|
|
882
774
|
"name": "Color Inverse",
|
|
883
775
|
"path": ["semantic", "color", "inverse", "default"],
|
|
884
776
|
"key": "{semantic.color.inverse.default}"
|
|
@@ -889,7 +781,7 @@
|
|
|
889
781
|
"attributes": {
|
|
890
782
|
"calcite-schema": {
|
|
891
783
|
"system": "calcite",
|
|
892
|
-
"tier": "
|
|
784
|
+
"tier": "color",
|
|
893
785
|
"type": "color"
|
|
894
786
|
},
|
|
895
787
|
"category": "semantic",
|
|
@@ -904,8 +796,8 @@
|
|
|
904
796
|
"es6": "calciteColorInverseHover"
|
|
905
797
|
}
|
|
906
798
|
},
|
|
907
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
908
|
-
"isSource":
|
|
799
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
800
|
+
"isSource": false,
|
|
909
801
|
"name": "Color Inverse Hover",
|
|
910
802
|
"path": ["semantic", "color", "inverse", "hover"],
|
|
911
803
|
"key": "{semantic.color.inverse.hover}"
|
|
@@ -916,7 +808,7 @@
|
|
|
916
808
|
"attributes": {
|
|
917
809
|
"calcite-schema": {
|
|
918
810
|
"system": "calcite",
|
|
919
|
-
"tier": "
|
|
811
|
+
"tier": "color",
|
|
920
812
|
"type": "color"
|
|
921
813
|
},
|
|
922
814
|
"category": "semantic",
|
|
@@ -931,8 +823,8 @@
|
|
|
931
823
|
"es6": "calciteColorInversePress"
|
|
932
824
|
}
|
|
933
825
|
},
|
|
934
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
935
|
-
"isSource":
|
|
826
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
827
|
+
"isSource": false,
|
|
936
828
|
"name": "Color Inverse Press",
|
|
937
829
|
"path": ["semantic", "color", "inverse", "press"],
|
|
938
830
|
"key": "{semantic.color.inverse.press}"
|
|
@@ -943,7 +835,7 @@
|
|
|
943
835
|
"attributes": {
|
|
944
836
|
"calcite-schema": {
|
|
945
837
|
"system": "calcite",
|
|
946
|
-
"tier": "
|
|
838
|
+
"tier": "color",
|
|
947
839
|
"type": "color"
|
|
948
840
|
},
|
|
949
841
|
"category": "semantic",
|
|
@@ -958,8 +850,8 @@
|
|
|
958
850
|
"es6": "calciteColorText1"
|
|
959
851
|
}
|
|
960
852
|
},
|
|
961
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
962
|
-
"isSource":
|
|
853
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
854
|
+
"isSource": false,
|
|
963
855
|
"name": "Color Text 1",
|
|
964
856
|
"path": ["semantic", "color", "text", "1"],
|
|
965
857
|
"key": "{semantic.color.text.1}"
|
|
@@ -970,7 +862,7 @@
|
|
|
970
862
|
"attributes": {
|
|
971
863
|
"calcite-schema": {
|
|
972
864
|
"system": "calcite",
|
|
973
|
-
"tier": "
|
|
865
|
+
"tier": "color",
|
|
974
866
|
"type": "color"
|
|
975
867
|
},
|
|
976
868
|
"category": "semantic",
|
|
@@ -985,8 +877,8 @@
|
|
|
985
877
|
"es6": "calciteColorText2"
|
|
986
878
|
}
|
|
987
879
|
},
|
|
988
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
989
|
-
"isSource":
|
|
880
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
881
|
+
"isSource": false,
|
|
990
882
|
"name": "Color Text 2",
|
|
991
883
|
"path": ["semantic", "color", "text", "2"],
|
|
992
884
|
"key": "{semantic.color.text.2}"
|
|
@@ -997,7 +889,7 @@
|
|
|
997
889
|
"attributes": {
|
|
998
890
|
"calcite-schema": {
|
|
999
891
|
"system": "calcite",
|
|
1000
|
-
"tier": "
|
|
892
|
+
"tier": "color",
|
|
1001
893
|
"type": "color"
|
|
1002
894
|
},
|
|
1003
895
|
"category": "semantic",
|
|
@@ -1012,8 +904,8 @@
|
|
|
1012
904
|
"es6": "calciteColorText3"
|
|
1013
905
|
}
|
|
1014
906
|
},
|
|
1015
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1016
|
-
"isSource":
|
|
907
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
908
|
+
"isSource": false,
|
|
1017
909
|
"name": "Color Text 3",
|
|
1018
910
|
"path": ["semantic", "color", "text", "3"],
|
|
1019
911
|
"key": "{semantic.color.text.3}"
|
|
@@ -1024,7 +916,7 @@
|
|
|
1024
916
|
"attributes": {
|
|
1025
917
|
"calcite-schema": {
|
|
1026
918
|
"system": "calcite",
|
|
1027
|
-
"tier": "
|
|
919
|
+
"tier": "color",
|
|
1028
920
|
"type": "color"
|
|
1029
921
|
},
|
|
1030
922
|
"category": "semantic",
|
|
@@ -1039,8 +931,8 @@
|
|
|
1039
931
|
"es6": "calciteColorTextInverse"
|
|
1040
932
|
}
|
|
1041
933
|
},
|
|
1042
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1043
|
-
"isSource":
|
|
934
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
935
|
+
"isSource": false,
|
|
1044
936
|
"name": "Color Text Inverse",
|
|
1045
937
|
"path": ["semantic", "color", "text", "inverse"],
|
|
1046
938
|
"key": "{semantic.color.text.inverse}"
|
|
@@ -1051,7 +943,7 @@
|
|
|
1051
943
|
"attributes": {
|
|
1052
944
|
"calcite-schema": {
|
|
1053
945
|
"system": "calcite",
|
|
1054
|
-
"tier": "
|
|
946
|
+
"tier": "color",
|
|
1055
947
|
"type": "color"
|
|
1056
948
|
},
|
|
1057
949
|
"category": "semantic",
|
|
@@ -1066,8 +958,8 @@
|
|
|
1066
958
|
"es6": "calciteColorTextLink"
|
|
1067
959
|
}
|
|
1068
960
|
},
|
|
1069
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1070
|
-
"isSource":
|
|
961
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
962
|
+
"isSource": false,
|
|
1071
963
|
"name": "Color Text Link",
|
|
1072
964
|
"path": ["semantic", "color", "text", "link"],
|
|
1073
965
|
"key": "{semantic.color.text.link}"
|
|
@@ -1078,7 +970,7 @@
|
|
|
1078
970
|
"attributes": {
|
|
1079
971
|
"calcite-schema": {
|
|
1080
972
|
"system": "calcite",
|
|
1081
|
-
"tier": "
|
|
973
|
+
"tier": "color",
|
|
1082
974
|
"type": "color"
|
|
1083
975
|
},
|
|
1084
976
|
"category": "semantic",
|
|
@@ -1093,8 +985,8 @@
|
|
|
1093
985
|
"es6": "calciteColorBorder1"
|
|
1094
986
|
}
|
|
1095
987
|
},
|
|
1096
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1097
|
-
"isSource":
|
|
988
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
989
|
+
"isSource": false,
|
|
1098
990
|
"name": "Color Border 1",
|
|
1099
991
|
"path": ["semantic", "color", "border", "1"],
|
|
1100
992
|
"key": "{semantic.color.border.1}"
|
|
@@ -1105,7 +997,7 @@
|
|
|
1105
997
|
"attributes": {
|
|
1106
998
|
"calcite-schema": {
|
|
1107
999
|
"system": "calcite",
|
|
1108
|
-
"tier": "
|
|
1000
|
+
"tier": "color",
|
|
1109
1001
|
"type": "color"
|
|
1110
1002
|
},
|
|
1111
1003
|
"category": "semantic",
|
|
@@ -1120,8 +1012,8 @@
|
|
|
1120
1012
|
"es6": "calciteColorBorder2"
|
|
1121
1013
|
}
|
|
1122
1014
|
},
|
|
1123
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1124
|
-
"isSource":
|
|
1015
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1016
|
+
"isSource": false,
|
|
1125
1017
|
"name": "Color Border 2",
|
|
1126
1018
|
"path": ["semantic", "color", "border", "2"],
|
|
1127
1019
|
"key": "{semantic.color.border.2}"
|
|
@@ -1132,7 +1024,7 @@
|
|
|
1132
1024
|
"attributes": {
|
|
1133
1025
|
"calcite-schema": {
|
|
1134
1026
|
"system": "calcite",
|
|
1135
|
-
"tier": "
|
|
1027
|
+
"tier": "color",
|
|
1136
1028
|
"type": "color"
|
|
1137
1029
|
},
|
|
1138
1030
|
"category": "semantic",
|
|
@@ -1147,8 +1039,8 @@
|
|
|
1147
1039
|
"es6": "calciteColorBorder3"
|
|
1148
1040
|
}
|
|
1149
1041
|
},
|
|
1150
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1151
|
-
"isSource":
|
|
1042
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1043
|
+
"isSource": false,
|
|
1152
1044
|
"name": "Color Border 3",
|
|
1153
1045
|
"path": ["semantic", "color", "border", "3"],
|
|
1154
1046
|
"key": "{semantic.color.border.3}"
|
|
@@ -1159,7 +1051,7 @@
|
|
|
1159
1051
|
"attributes": {
|
|
1160
1052
|
"calcite-schema": {
|
|
1161
1053
|
"system": "calcite",
|
|
1162
|
-
"tier": "
|
|
1054
|
+
"tier": "color",
|
|
1163
1055
|
"type": "color"
|
|
1164
1056
|
},
|
|
1165
1057
|
"category": "semantic",
|
|
@@ -1174,8 +1066,8 @@
|
|
|
1174
1066
|
"es6": "calciteColorBorderInput"
|
|
1175
1067
|
}
|
|
1176
1068
|
},
|
|
1177
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1178
|
-
"isSource":
|
|
1069
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1070
|
+
"isSource": false,
|
|
1179
1071
|
"name": "Color Border Input",
|
|
1180
1072
|
"path": ["semantic", "color", "border", "input"],
|
|
1181
1073
|
"key": "{semantic.color.border.input}"
|
|
@@ -1186,7 +1078,7 @@
|
|
|
1186
1078
|
"attributes": {
|
|
1187
1079
|
"calcite-schema": {
|
|
1188
1080
|
"system": "calcite",
|
|
1189
|
-
"tier": "
|
|
1081
|
+
"tier": "color",
|
|
1190
1082
|
"type": "color"
|
|
1191
1083
|
},
|
|
1192
1084
|
"category": "semantic",
|
|
@@ -1201,8 +1093,8 @@
|
|
|
1201
1093
|
"es6": "calciteColorBorderGhost"
|
|
1202
1094
|
}
|
|
1203
1095
|
},
|
|
1204
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1205
|
-
"isSource":
|
|
1096
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1097
|
+
"isSource": false,
|
|
1206
1098
|
"name": "Color Border Ghost",
|
|
1207
1099
|
"path": ["semantic", "color", "border", "ghost"],
|
|
1208
1100
|
"key": "{semantic.color.border.ghost}"
|
|
@@ -1213,7 +1105,7 @@
|
|
|
1213
1105
|
"attributes": {
|
|
1214
1106
|
"calcite-schema": {
|
|
1215
1107
|
"system": "calcite",
|
|
1216
|
-
"tier": "
|
|
1108
|
+
"tier": "color",
|
|
1217
1109
|
"type": "color"
|
|
1218
1110
|
},
|
|
1219
1111
|
"category": "semantic",
|
|
@@ -1228,24 +1120,132 @@
|
|
|
1228
1120
|
"es6": "calciteColorBorderWhite"
|
|
1229
1121
|
}
|
|
1230
1122
|
},
|
|
1231
|
-
"filePath": "src/tokens/semantic/color.json",
|
|
1232
|
-
"isSource":
|
|
1123
|
+
"filePath": "src/tokens/semantic/color/light.json",
|
|
1124
|
+
"isSource": false,
|
|
1233
1125
|
"name": "Color Border White",
|
|
1234
1126
|
"path": ["semantic", "color", "border", "white"],
|
|
1235
1127
|
"key": "{semantic.color.border.white}"
|
|
1236
1128
|
},
|
|
1129
|
+
{
|
|
1130
|
+
"value": "0",
|
|
1131
|
+
"type": "dimension",
|
|
1132
|
+
"attributes": {
|
|
1133
|
+
"calcite-schema": {
|
|
1134
|
+
"system": "calcite",
|
|
1135
|
+
"tier": "semantic",
|
|
1136
|
+
"type": "dimension"
|
|
1137
|
+
},
|
|
1138
|
+
"category": "semantic",
|
|
1139
|
+
"type": "border",
|
|
1140
|
+
"item": "width",
|
|
1141
|
+
"subitem": "none",
|
|
1142
|
+
"names": {
|
|
1143
|
+
"scss": "$calcite-border-width-none",
|
|
1144
|
+
"css": "var(--calcite-border-width-none)",
|
|
1145
|
+
"js": "semantic.border.width.none",
|
|
1146
|
+
"docs": "semantic.border.width.none",
|
|
1147
|
+
"es6": "calciteBorderWidthNone"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"filePath": "src/tokens/semantic/border.json",
|
|
1151
|
+
"isSource": true,
|
|
1152
|
+
"name": "Border Width None",
|
|
1153
|
+
"path": ["semantic", "border", "width", "none"],
|
|
1154
|
+
"key": "{semantic.border.width.none}"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"value": "1px",
|
|
1158
|
+
"type": "dimension",
|
|
1159
|
+
"attributes": {
|
|
1160
|
+
"calcite-schema": {
|
|
1161
|
+
"system": "calcite",
|
|
1162
|
+
"tier": "semantic",
|
|
1163
|
+
"type": "dimension"
|
|
1164
|
+
},
|
|
1165
|
+
"category": "semantic",
|
|
1166
|
+
"type": "border",
|
|
1167
|
+
"item": "width",
|
|
1168
|
+
"subitem": "sm",
|
|
1169
|
+
"names": {
|
|
1170
|
+
"scss": "$calcite-border-width-sm",
|
|
1171
|
+
"css": "var(--calcite-border-width-sm)",
|
|
1172
|
+
"js": "semantic.border.width.sm",
|
|
1173
|
+
"docs": "semantic.border.width.sm",
|
|
1174
|
+
"es6": "calciteBorderWidthSm"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
"filePath": "src/tokens/semantic/border.json",
|
|
1178
|
+
"isSource": true,
|
|
1179
|
+
"name": "Border Width Sm",
|
|
1180
|
+
"path": ["semantic", "border", "width", "sm"],
|
|
1181
|
+
"key": "{semantic.border.width.sm}"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"value": "2px",
|
|
1185
|
+
"type": "dimension",
|
|
1186
|
+
"attributes": {
|
|
1187
|
+
"calcite-schema": {
|
|
1188
|
+
"system": "calcite",
|
|
1189
|
+
"tier": "semantic",
|
|
1190
|
+
"type": "dimension"
|
|
1191
|
+
},
|
|
1192
|
+
"category": "semantic",
|
|
1193
|
+
"type": "border",
|
|
1194
|
+
"item": "width",
|
|
1195
|
+
"subitem": "md",
|
|
1196
|
+
"names": {
|
|
1197
|
+
"scss": "$calcite-border-width-md",
|
|
1198
|
+
"css": "var(--calcite-border-width-md)",
|
|
1199
|
+
"js": "semantic.border.width.md",
|
|
1200
|
+
"docs": "semantic.border.width.md",
|
|
1201
|
+
"es6": "calciteBorderWidthMd"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
"filePath": "src/tokens/semantic/border.json",
|
|
1205
|
+
"isSource": true,
|
|
1206
|
+
"name": "Border Width Md",
|
|
1207
|
+
"path": ["semantic", "border", "width", "md"],
|
|
1208
|
+
"key": "{semantic.border.width.md}"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"value": "4px",
|
|
1212
|
+
"type": "dimension",
|
|
1213
|
+
"attributes": {
|
|
1214
|
+
"calcite-schema": {
|
|
1215
|
+
"system": "calcite",
|
|
1216
|
+
"tier": "semantic",
|
|
1217
|
+
"type": "dimension"
|
|
1218
|
+
},
|
|
1219
|
+
"category": "semantic",
|
|
1220
|
+
"type": "border",
|
|
1221
|
+
"item": "width",
|
|
1222
|
+
"subitem": "lg",
|
|
1223
|
+
"names": {
|
|
1224
|
+
"scss": "$calcite-border-width-lg",
|
|
1225
|
+
"css": "var(--calcite-border-width-lg)",
|
|
1226
|
+
"js": "semantic.border.width.lg",
|
|
1227
|
+
"docs": "semantic.border.width.lg",
|
|
1228
|
+
"es6": "calciteBorderWidthLg"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"filePath": "src/tokens/semantic/border.json",
|
|
1232
|
+
"isSource": true,
|
|
1233
|
+
"name": "Border Width Lg",
|
|
1234
|
+
"path": ["semantic", "border", "width", "lg"],
|
|
1235
|
+
"key": "{semantic.border.width.lg}"
|
|
1236
|
+
},
|
|
1237
1237
|
{
|
|
1238
1238
|
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
1239
|
-
"type": "
|
|
1239
|
+
"type": "dimension",
|
|
1240
1240
|
"description": "Small handheld devices and mini-windows",
|
|
1241
1241
|
"attributes": {
|
|
1242
1242
|
"calcite-schema": {
|
|
1243
1243
|
"system": "calcite",
|
|
1244
1244
|
"tier": "semantic",
|
|
1245
|
-
"type": "
|
|
1245
|
+
"type": "dimension"
|
|
1246
1246
|
},
|
|
1247
1247
|
"category": "semantic",
|
|
1248
|
-
"type": "
|
|
1248
|
+
"type": "dimension",
|
|
1249
1249
|
"item": "height",
|
|
1250
1250
|
"subitem": "xxs",
|
|
1251
1251
|
"value": {
|
|
@@ -1275,16 +1275,16 @@
|
|
|
1275
1275
|
},
|
|
1276
1276
|
{
|
|
1277
1277
|
"value": "{\"min\":\"155px\",\"max\":\"328px\"}",
|
|
1278
|
-
"type": "
|
|
1278
|
+
"type": "dimension",
|
|
1279
1279
|
"description": "Handheld devices",
|
|
1280
1280
|
"attributes": {
|
|
1281
1281
|
"calcite-schema": {
|
|
1282
1282
|
"system": "calcite",
|
|
1283
1283
|
"tier": "semantic",
|
|
1284
|
-
"type": "
|
|
1284
|
+
"type": "dimension"
|
|
1285
1285
|
},
|
|
1286
1286
|
"category": "semantic",
|
|
1287
|
-
"type": "
|
|
1287
|
+
"type": "dimension",
|
|
1288
1288
|
"item": "height",
|
|
1289
1289
|
"subitem": "xs",
|
|
1290
1290
|
"value": {
|
|
@@ -1314,16 +1314,16 @@
|
|
|
1314
1314
|
},
|
|
1315
1315
|
{
|
|
1316
1316
|
"value": "{\"min\":\"329px\",\"max\":\"504px\"}",
|
|
1317
|
-
"type": "
|
|
1317
|
+
"type": "dimension",
|
|
1318
1318
|
"description": "Small tablets",
|
|
1319
1319
|
"attributes": {
|
|
1320
1320
|
"calcite-schema": {
|
|
1321
1321
|
"system": "calcite",
|
|
1322
1322
|
"tier": "semantic",
|
|
1323
|
-
"type": "
|
|
1323
|
+
"type": "dimension"
|
|
1324
1324
|
},
|
|
1325
1325
|
"category": "semantic",
|
|
1326
|
-
"type": "
|
|
1326
|
+
"type": "dimension",
|
|
1327
1327
|
"item": "height",
|
|
1328
1328
|
"subitem": "sm",
|
|
1329
1329
|
"value": {
|
|
@@ -1353,16 +1353,16 @@
|
|
|
1353
1353
|
},
|
|
1354
1354
|
{
|
|
1355
1355
|
"value": "{\"min\":\"505px\",\"max\":\"678px\"}",
|
|
1356
|
-
"type": "
|
|
1356
|
+
"type": "dimension",
|
|
1357
1357
|
"description": "Small laptops",
|
|
1358
1358
|
"attributes": {
|
|
1359
1359
|
"calcite-schema": {
|
|
1360
1360
|
"system": "calcite",
|
|
1361
1361
|
"tier": "semantic",
|
|
1362
|
-
"type": "
|
|
1362
|
+
"type": "dimension"
|
|
1363
1363
|
},
|
|
1364
1364
|
"category": "semantic",
|
|
1365
|
-
"type": "
|
|
1365
|
+
"type": "dimension",
|
|
1366
1366
|
"item": "height",
|
|
1367
1367
|
"subitem": "md",
|
|
1368
1368
|
"value": {
|
|
@@ -1392,16 +1392,16 @@
|
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"value": "{\"min\":\"679px\",\"max\":\"854px\"}",
|
|
1395
|
-
"type": "
|
|
1395
|
+
"type": "dimension",
|
|
1396
1396
|
"description": "Large laptops and desktop computers",
|
|
1397
1397
|
"attributes": {
|
|
1398
1398
|
"calcite-schema": {
|
|
1399
1399
|
"system": "calcite",
|
|
1400
1400
|
"tier": "semantic",
|
|
1401
|
-
"type": "
|
|
1401
|
+
"type": "dimension"
|
|
1402
1402
|
},
|
|
1403
1403
|
"category": "semantic",
|
|
1404
|
-
"type": "
|
|
1404
|
+
"type": "dimension",
|
|
1405
1405
|
"item": "height",
|
|
1406
1406
|
"subitem": "lg",
|
|
1407
1407
|
"value": {
|
|
@@ -1431,16 +1431,16 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"value": "{\"min\":\"855px\"}",
|
|
1434
|
-
"type": "
|
|
1434
|
+
"type": "dimension",
|
|
1435
1435
|
"description": "Projectors and televisions",
|
|
1436
1436
|
"attributes": {
|
|
1437
1437
|
"calcite-schema": {
|
|
1438
1438
|
"system": "calcite",
|
|
1439
1439
|
"tier": "semantic",
|
|
1440
|
-
"type": "
|
|
1440
|
+
"type": "dimension"
|
|
1441
1441
|
},
|
|
1442
1442
|
"category": "semantic",
|
|
1443
|
-
"type": "
|
|
1443
|
+
"type": "dimension",
|
|
1444
1444
|
"item": "height",
|
|
1445
1445
|
"subitem": "xl",
|
|
1446
1446
|
"value": {
|
|
@@ -1469,16 +1469,16 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
1471
|
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
1472
|
-
"type": "
|
|
1472
|
+
"type": "dimension",
|
|
1473
1473
|
"description": "Small handheld devices and mini-windows",
|
|
1474
1474
|
"attributes": {
|
|
1475
1475
|
"calcite-schema": {
|
|
1476
1476
|
"system": "calcite",
|
|
1477
1477
|
"tier": "semantic",
|
|
1478
|
-
"type": "
|
|
1478
|
+
"type": "dimension"
|
|
1479
1479
|
},
|
|
1480
1480
|
"category": "semantic",
|
|
1481
|
-
"type": "
|
|
1481
|
+
"type": "dimension",
|
|
1482
1482
|
"item": "width",
|
|
1483
1483
|
"subitem": "xxs",
|
|
1484
1484
|
"value": {
|
|
@@ -1508,16 +1508,16 @@
|
|
|
1508
1508
|
},
|
|
1509
1509
|
{
|
|
1510
1510
|
"value": "{\"min\":\"321px\",\"max\":\"476px\"}",
|
|
1511
|
-
"type": "
|
|
1511
|
+
"type": "dimension",
|
|
1512
1512
|
"description": "Handheld devices",
|
|
1513
1513
|
"attributes": {
|
|
1514
1514
|
"calcite-schema": {
|
|
1515
1515
|
"system": "calcite",
|
|
1516
1516
|
"tier": "semantic",
|
|
1517
|
-
"type": "
|
|
1517
|
+
"type": "dimension"
|
|
1518
1518
|
},
|
|
1519
1519
|
"category": "semantic",
|
|
1520
|
-
"type": "
|
|
1520
|
+
"type": "dimension",
|
|
1521
1521
|
"item": "width",
|
|
1522
1522
|
"subitem": "xs",
|
|
1523
1523
|
"value": {
|
|
@@ -1547,16 +1547,16 @@
|
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"value": "{\"min\":\"477px\",\"max\":\"768px\"}",
|
|
1550
|
-
"type": "
|
|
1550
|
+
"type": "dimension",
|
|
1551
1551
|
"description": "Small tablets",
|
|
1552
1552
|
"attributes": {
|
|
1553
1553
|
"calcite-schema": {
|
|
1554
1554
|
"system": "calcite",
|
|
1555
1555
|
"tier": "semantic",
|
|
1556
|
-
"type": "
|
|
1556
|
+
"type": "dimension"
|
|
1557
1557
|
},
|
|
1558
1558
|
"category": "semantic",
|
|
1559
|
-
"type": "
|
|
1559
|
+
"type": "dimension",
|
|
1560
1560
|
"item": "width",
|
|
1561
1561
|
"subitem": "sm",
|
|
1562
1562
|
"value": {
|
|
@@ -1586,16 +1586,16 @@
|
|
|
1586
1586
|
},
|
|
1587
1587
|
{
|
|
1588
1588
|
"value": "{\"min\":\"769px\",\"max\":\"1152px\"}",
|
|
1589
|
-
"type": "
|
|
1589
|
+
"type": "dimension",
|
|
1590
1590
|
"description": "Small laptops",
|
|
1591
1591
|
"attributes": {
|
|
1592
1592
|
"calcite-schema": {
|
|
1593
1593
|
"system": "calcite",
|
|
1594
1594
|
"tier": "semantic",
|
|
1595
|
-
"type": "
|
|
1595
|
+
"type": "dimension"
|
|
1596
1596
|
},
|
|
1597
1597
|
"category": "semantic",
|
|
1598
|
-
"type": "
|
|
1598
|
+
"type": "dimension",
|
|
1599
1599
|
"item": "width",
|
|
1600
1600
|
"subitem": "md",
|
|
1601
1601
|
"value": {
|
|
@@ -1625,16 +1625,16 @@
|
|
|
1625
1625
|
},
|
|
1626
1626
|
{
|
|
1627
1627
|
"value": "{\"min\":\"1153px\",\"max\":\"1440px\"}",
|
|
1628
|
-
"type": "
|
|
1628
|
+
"type": "dimension",
|
|
1629
1629
|
"description": "Large laptops and desktop computers",
|
|
1630
1630
|
"attributes": {
|
|
1631
1631
|
"calcite-schema": {
|
|
1632
1632
|
"system": "calcite",
|
|
1633
1633
|
"tier": "semantic",
|
|
1634
|
-
"type": "
|
|
1634
|
+
"type": "dimension"
|
|
1635
1635
|
},
|
|
1636
1636
|
"category": "semantic",
|
|
1637
|
-
"type": "
|
|
1637
|
+
"type": "dimension",
|
|
1638
1638
|
"item": "width",
|
|
1639
1639
|
"subitem": "lg",
|
|
1640
1640
|
"value": {
|
|
@@ -1664,16 +1664,16 @@
|
|
|
1664
1664
|
},
|
|
1665
1665
|
{
|
|
1666
1666
|
"value": "{\"min\":\"1441px\"}",
|
|
1667
|
-
"type": "
|
|
1667
|
+
"type": "dimension",
|
|
1668
1668
|
"description": "Projectors and televisions",
|
|
1669
1669
|
"attributes": {
|
|
1670
1670
|
"calcite-schema": {
|
|
1671
1671
|
"system": "calcite",
|
|
1672
1672
|
"tier": "semantic",
|
|
1673
|
-
"type": "
|
|
1673
|
+
"type": "dimension"
|
|
1674
1674
|
},
|
|
1675
1675
|
"category": "semantic",
|
|
1676
|
-
"type": "
|
|
1676
|
+
"type": "dimension",
|
|
1677
1677
|
"item": "width",
|
|
1678
1678
|
"subitem": "xl",
|
|
1679
1679
|
"value": {
|
|
@@ -3721,12 +3721,12 @@
|
|
|
3721
3721
|
},
|
|
3722
3722
|
{
|
|
3723
3723
|
"value": "1px",
|
|
3724
|
-
"type": "
|
|
3724
|
+
"type": "dimension",
|
|
3725
3725
|
"attributes": {
|
|
3726
3726
|
"calcite-schema": {
|
|
3727
3727
|
"system": "calcite",
|
|
3728
3728
|
"tier": "semantic",
|
|
3729
|
-
"type": "
|
|
3729
|
+
"type": "dimension"
|
|
3730
3730
|
},
|
|
3731
3731
|
"category": "semantic",
|
|
3732
3732
|
"type": "size",
|
|
@@ -3991,16 +3991,16 @@
|
|
|
3991
3991
|
},
|
|
3992
3992
|
{
|
|
3993
3993
|
"value": "4px",
|
|
3994
|
-
"type": "
|
|
3994
|
+
"type": "dimension",
|
|
3995
3995
|
"description": "deprecated",
|
|
3996
3996
|
"attributes": {
|
|
3997
3997
|
"calcite-schema": {
|
|
3998
3998
|
"system": "calcite",
|
|
3999
3999
|
"tier": "semantic",
|
|
4000
|
-
"type": "
|
|
4000
|
+
"type": "dimension"
|
|
4001
4001
|
},
|
|
4002
4002
|
"category": "semantic",
|
|
4003
|
-
"type": "
|
|
4003
|
+
"type": "dimension",
|
|
4004
4004
|
"item": "fixed",
|
|
4005
4005
|
"subitem": "xxs",
|
|
4006
4006
|
"value": "4px",
|
|
@@ -4027,16 +4027,16 @@
|
|
|
4027
4027
|
},
|
|
4028
4028
|
{
|
|
4029
4029
|
"value": "6px",
|
|
4030
|
-
"type": "
|
|
4030
|
+
"type": "dimension",
|
|
4031
4031
|
"description": "deprecated",
|
|
4032
4032
|
"attributes": {
|
|
4033
4033
|
"calcite-schema": {
|
|
4034
4034
|
"system": "calcite",
|
|
4035
4035
|
"tier": "semantic",
|
|
4036
|
-
"type": "
|
|
4036
|
+
"type": "dimension"
|
|
4037
4037
|
},
|
|
4038
4038
|
"category": "semantic",
|
|
4039
|
-
"type": "
|
|
4039
|
+
"type": "dimension",
|
|
4040
4040
|
"item": "fixed",
|
|
4041
4041
|
"subitem": "xs",
|
|
4042
4042
|
"value": "6px",
|
|
@@ -4063,16 +4063,16 @@
|
|
|
4063
4063
|
},
|
|
4064
4064
|
{
|
|
4065
4065
|
"value": "8px",
|
|
4066
|
-
"type": "
|
|
4066
|
+
"type": "dimension",
|
|
4067
4067
|
"description": "deprecated",
|
|
4068
4068
|
"attributes": {
|
|
4069
4069
|
"calcite-schema": {
|
|
4070
4070
|
"system": "calcite",
|
|
4071
4071
|
"tier": "semantic",
|
|
4072
|
-
"type": "
|
|
4072
|
+
"type": "dimension"
|
|
4073
4073
|
},
|
|
4074
4074
|
"category": "semantic",
|
|
4075
|
-
"type": "
|
|
4075
|
+
"type": "dimension",
|
|
4076
4076
|
"item": "fixed",
|
|
4077
4077
|
"subitem": "sm",
|
|
4078
4078
|
"value": "8px",
|
|
@@ -4099,16 +4099,16 @@
|
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"value": "12px",
|
|
4102
|
-
"type": "
|
|
4102
|
+
"type": "dimension",
|
|
4103
4103
|
"description": "deprecated",
|
|
4104
4104
|
"attributes": {
|
|
4105
4105
|
"calcite-schema": {
|
|
4106
4106
|
"system": "calcite",
|
|
4107
4107
|
"tier": "semantic",
|
|
4108
|
-
"type": "
|
|
4108
|
+
"type": "dimension"
|
|
4109
4109
|
},
|
|
4110
4110
|
"category": "semantic",
|
|
4111
|
-
"type": "
|
|
4111
|
+
"type": "dimension",
|
|
4112
4112
|
"item": "fixed",
|
|
4113
4113
|
"subitem": "md",
|
|
4114
4114
|
"value": "12px",
|
|
@@ -4135,16 +4135,16 @@
|
|
|
4135
4135
|
},
|
|
4136
4136
|
{
|
|
4137
4137
|
"value": "14px",
|
|
4138
|
-
"type": "
|
|
4138
|
+
"type": "dimension",
|
|
4139
4139
|
"description": "deprecated",
|
|
4140
4140
|
"attributes": {
|
|
4141
4141
|
"calcite-schema": {
|
|
4142
4142
|
"system": "calcite",
|
|
4143
4143
|
"tier": "semantic",
|
|
4144
|
-
"type": "
|
|
4144
|
+
"type": "dimension"
|
|
4145
4145
|
},
|
|
4146
4146
|
"category": "semantic",
|
|
4147
|
-
"type": "
|
|
4147
|
+
"type": "dimension",
|
|
4148
4148
|
"item": "fixed",
|
|
4149
4149
|
"subitem": "lg",
|
|
4150
4150
|
"value": "14px",
|
|
@@ -4171,16 +4171,16 @@
|
|
|
4171
4171
|
},
|
|
4172
4172
|
{
|
|
4173
4173
|
"value": "16px",
|
|
4174
|
-
"type": "
|
|
4174
|
+
"type": "dimension",
|
|
4175
4175
|
"description": "deprecated",
|
|
4176
4176
|
"attributes": {
|
|
4177
4177
|
"calcite-schema": {
|
|
4178
4178
|
"system": "calcite",
|
|
4179
4179
|
"tier": "semantic",
|
|
4180
|
-
"type": "
|
|
4180
|
+
"type": "dimension"
|
|
4181
4181
|
},
|
|
4182
4182
|
"category": "semantic",
|
|
4183
|
-
"type": "
|
|
4183
|
+
"type": "dimension",
|
|
4184
4184
|
"item": "fixed",
|
|
4185
4185
|
"subitem": "xl",
|
|
4186
4186
|
"value": "16px",
|
|
@@ -4207,16 +4207,16 @@
|
|
|
4207
4207
|
},
|
|
4208
4208
|
{
|
|
4209
4209
|
"value": "20px",
|
|
4210
|
-
"type": "
|
|
4210
|
+
"type": "dimension",
|
|
4211
4211
|
"description": "deprecated",
|
|
4212
4212
|
"attributes": {
|
|
4213
4213
|
"calcite-schema": {
|
|
4214
4214
|
"system": "calcite",
|
|
4215
4215
|
"tier": "semantic",
|
|
4216
|
-
"type": "
|
|
4216
|
+
"type": "dimension"
|
|
4217
4217
|
},
|
|
4218
4218
|
"category": "semantic",
|
|
4219
|
-
"type": "
|
|
4219
|
+
"type": "dimension",
|
|
4220
4220
|
"item": "fixed",
|
|
4221
4221
|
"subitem": "xxl",
|
|
4222
4222
|
"value": "20px",
|
|
@@ -4243,16 +4243,16 @@
|
|
|
4243
4243
|
},
|
|
4244
4244
|
{
|
|
4245
4245
|
"value": "32px",
|
|
4246
|
-
"type": "
|
|
4246
|
+
"type": "dimension",
|
|
4247
4247
|
"description": "deprecated",
|
|
4248
4248
|
"attributes": {
|
|
4249
4249
|
"calcite-schema": {
|
|
4250
4250
|
"system": "calcite",
|
|
4251
4251
|
"tier": "semantic",
|
|
4252
|
-
"type": "
|
|
4252
|
+
"type": "dimension"
|
|
4253
4253
|
},
|
|
4254
4254
|
"category": "semantic",
|
|
4255
|
-
"type": "
|
|
4255
|
+
"type": "dimension",
|
|
4256
4256
|
"item": "fixed",
|
|
4257
4257
|
"subitem": "xxxl",
|
|
4258
4258
|
"value": "32px",
|
|
@@ -4279,12 +4279,12 @@
|
|
|
4279
4279
|
},
|
|
4280
4280
|
{
|
|
4281
4281
|
"value": "0",
|
|
4282
|
-
"type": "
|
|
4282
|
+
"type": "dimension",
|
|
4283
4283
|
"attributes": {
|
|
4284
4284
|
"calcite-schema": {
|
|
4285
4285
|
"system": "calcite",
|
|
4286
4286
|
"tier": "semantic",
|
|
4287
|
-
"type": "
|
|
4287
|
+
"type": "dimension"
|
|
4288
4288
|
},
|
|
4289
4289
|
"category": "semantic",
|
|
4290
4290
|
"type": "spacing",
|
|
@@ -4306,12 +4306,12 @@
|
|
|
4306
4306
|
},
|
|
4307
4307
|
{
|
|
4308
4308
|
"value": "1px",
|
|
4309
|
-
"type": "
|
|
4309
|
+
"type": "dimension",
|
|
4310
4310
|
"attributes": {
|
|
4311
4311
|
"calcite-schema": {
|
|
4312
4312
|
"system": "calcite",
|
|
4313
4313
|
"tier": "semantic",
|
|
4314
|
-
"type": "
|
|
4314
|
+
"type": "dimension"
|
|
4315
4315
|
},
|
|
4316
4316
|
"category": "semantic",
|
|
4317
4317
|
"type": "spacing",
|
|
@@ -4333,12 +4333,12 @@
|
|
|
4333
4333
|
},
|
|
4334
4334
|
{
|
|
4335
4335
|
"value": "2px",
|
|
4336
|
-
"type": "
|
|
4336
|
+
"type": "dimension",
|
|
4337
4337
|
"attributes": {
|
|
4338
4338
|
"calcite-schema": {
|
|
4339
4339
|
"system": "calcite",
|
|
4340
4340
|
"tier": "semantic",
|
|
4341
|
-
"type": "
|
|
4341
|
+
"type": "dimension"
|
|
4342
4342
|
},
|
|
4343
4343
|
"category": "semantic",
|
|
4344
4344
|
"type": "spacing",
|