@esri/calcite-design-tokens 2.0.0 → 2.0.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/breakpoint.css +24 -24
- package/dist/css/classes.css +156 -211
- package/dist/css/core.css +308 -305
- package/dist/css/dark.css +42 -42
- package/dist/css/global.css +92 -90
- package/dist/css/index.css +207 -170
- package/dist/css/light.css +42 -42
- package/dist/docs/core.json +604 -2199
- package/dist/docs/global.json +398 -1422
- package/dist/es6/core.d.ts +12 -7
- package/dist/es6/core.js +2 -2
- package/dist/es6/global.d.ts +48 -25
- package/dist/es6/global.js +2 -2
- package/dist/js/core.d.ts +2 -2
- package/dist/js/core.js +6490 -7541
- package/dist/js/global.d.ts +2 -2
- package/dist/js/global.js +5654 -6478
- package/dist/scss/breakpoints.scss +11 -22
- package/dist/scss/core.scss +14 -14
- package/dist/scss/dark.scss +6 -6
- package/dist/scss/global.scss +6 -4
- package/dist/scss/index.scss +81 -85
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +171 -226
- package/package.json +2 -2
package/dist/docs/global.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1701992452769,
|
|
3
3
|
"tokens": {
|
|
4
4
|
"borderWidth": [
|
|
5
5
|
{
|
|
6
6
|
"value": "0",
|
|
7
7
|
"type": "borderWidth",
|
|
8
|
-
"filePath": "/home/
|
|
8
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
9
9
|
"isSource": true,
|
|
10
10
|
"original": {
|
|
11
11
|
"value": "{core.size.default.none}",
|
|
@@ -21,17 +21,12 @@
|
|
|
21
21
|
"es6": "calciteBorderWidthNone"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"path": [
|
|
25
|
-
"semantic",
|
|
26
|
-
"border",
|
|
27
|
-
"width",
|
|
28
|
-
"none"
|
|
29
|
-
]
|
|
24
|
+
"path": ["semantic", "border", "width", "none"]
|
|
30
25
|
},
|
|
31
26
|
{
|
|
32
27
|
"value": "1px",
|
|
33
28
|
"type": "borderWidth",
|
|
34
|
-
"filePath": "/home/
|
|
29
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
35
30
|
"isSource": true,
|
|
36
31
|
"original": {
|
|
37
32
|
"value": "{core.size.default.1}",
|
|
@@ -47,17 +42,12 @@
|
|
|
47
42
|
"es6": "calciteBorderWidthSm"
|
|
48
43
|
}
|
|
49
44
|
},
|
|
50
|
-
"path": [
|
|
51
|
-
"semantic",
|
|
52
|
-
"border",
|
|
53
|
-
"width",
|
|
54
|
-
"sm"
|
|
55
|
-
]
|
|
45
|
+
"path": ["semantic", "border", "width", "sm"]
|
|
56
46
|
},
|
|
57
47
|
{
|
|
58
48
|
"value": "2px",
|
|
59
49
|
"type": "borderWidth",
|
|
60
|
-
"filePath": "/home/
|
|
50
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
61
51
|
"isSource": true,
|
|
62
52
|
"original": {
|
|
63
53
|
"value": "{core.size.default.2}",
|
|
@@ -73,17 +63,12 @@
|
|
|
73
63
|
"es6": "calciteBorderWidthMd"
|
|
74
64
|
}
|
|
75
65
|
},
|
|
76
|
-
"path": [
|
|
77
|
-
"semantic",
|
|
78
|
-
"border",
|
|
79
|
-
"width",
|
|
80
|
-
"md"
|
|
81
|
-
]
|
|
66
|
+
"path": ["semantic", "border", "width", "md"]
|
|
82
67
|
},
|
|
83
68
|
{
|
|
84
69
|
"value": "4px",
|
|
85
70
|
"type": "borderWidth",
|
|
86
|
-
"filePath": "/home/
|
|
71
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
87
72
|
"isSource": true,
|
|
88
73
|
"original": {
|
|
89
74
|
"value": "{core.size.default.4}",
|
|
@@ -99,19 +84,14 @@
|
|
|
99
84
|
"es6": "calciteBorderWidthLg"
|
|
100
85
|
}
|
|
101
86
|
},
|
|
102
|
-
"path": [
|
|
103
|
-
"semantic",
|
|
104
|
-
"border",
|
|
105
|
-
"width",
|
|
106
|
-
"lg"
|
|
107
|
-
]
|
|
87
|
+
"path": ["semantic", "border", "width", "lg"]
|
|
108
88
|
}
|
|
109
89
|
],
|
|
110
90
|
"borderRadius": [
|
|
111
91
|
{
|
|
112
92
|
"value": "0",
|
|
113
93
|
"type": "borderRadius",
|
|
114
|
-
"filePath": "/home/
|
|
94
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
115
95
|
"isSource": true,
|
|
116
96
|
"original": {
|
|
117
97
|
"value": "{semantic.corner.radius.sharp}",
|
|
@@ -127,17 +107,12 @@
|
|
|
127
107
|
"es6": "calciteCornerRadius"
|
|
128
108
|
}
|
|
129
109
|
},
|
|
130
|
-
"path": [
|
|
131
|
-
"semantic",
|
|
132
|
-
"corner",
|
|
133
|
-
"radius",
|
|
134
|
-
"default"
|
|
135
|
-
]
|
|
110
|
+
"path": ["semantic", "corner", "radius", "default"]
|
|
136
111
|
},
|
|
137
112
|
{
|
|
138
113
|
"value": "0",
|
|
139
114
|
"type": "borderRadius",
|
|
140
|
-
"filePath": "/home/
|
|
115
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
141
116
|
"isSource": true,
|
|
142
117
|
"original": {
|
|
143
118
|
"value": "{core.size.default.none}",
|
|
@@ -153,17 +128,12 @@
|
|
|
153
128
|
"es6": "calciteCornerRadiusSharp"
|
|
154
129
|
}
|
|
155
130
|
},
|
|
156
|
-
"path": [
|
|
157
|
-
"semantic",
|
|
158
|
-
"corner",
|
|
159
|
-
"radius",
|
|
160
|
-
"sharp"
|
|
161
|
-
]
|
|
131
|
+
"path": ["semantic", "corner", "radius", "sharp"]
|
|
162
132
|
},
|
|
163
133
|
{
|
|
164
134
|
"value": "4px",
|
|
165
135
|
"type": "borderRadius",
|
|
166
|
-
"filePath": "/home/
|
|
136
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
167
137
|
"isSource": true,
|
|
168
138
|
"original": {
|
|
169
139
|
"value": "{core.size.default.4}",
|
|
@@ -179,17 +149,12 @@
|
|
|
179
149
|
"es6": "calciteCornerRadiusRound"
|
|
180
150
|
}
|
|
181
151
|
},
|
|
182
|
-
"path": [
|
|
183
|
-
"semantic",
|
|
184
|
-
"corner",
|
|
185
|
-
"radius",
|
|
186
|
-
"round"
|
|
187
|
-
]
|
|
152
|
+
"path": ["semantic", "corner", "radius", "round"]
|
|
188
153
|
},
|
|
189
154
|
{
|
|
190
155
|
"value": "100%",
|
|
191
156
|
"type": "borderRadius",
|
|
192
|
-
"filePath": "/home/
|
|
157
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/border.json",
|
|
193
158
|
"isSource": true,
|
|
194
159
|
"original": {
|
|
195
160
|
"value": "{core.size.relative.100}",
|
|
@@ -205,12 +170,7 @@
|
|
|
205
170
|
"es6": "calciteCornerRadiusPill"
|
|
206
171
|
}
|
|
207
172
|
},
|
|
208
|
-
"path": [
|
|
209
|
-
"semantic",
|
|
210
|
-
"corner",
|
|
211
|
-
"radius",
|
|
212
|
-
"pill"
|
|
213
|
-
]
|
|
173
|
+
"path": ["semantic", "corner", "radius", "pill"]
|
|
214
174
|
}
|
|
215
175
|
],
|
|
216
176
|
"color": [
|
|
@@ -220,7 +180,7 @@
|
|
|
220
180
|
"dark": "#353535"
|
|
221
181
|
},
|
|
222
182
|
"type": "color",
|
|
223
|
-
"filePath": "/home/
|
|
183
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
224
184
|
"isSource": true,
|
|
225
185
|
"original": {
|
|
226
186
|
"value": {
|
|
@@ -239,17 +199,12 @@
|
|
|
239
199
|
"es6": "calciteColorBackground"
|
|
240
200
|
}
|
|
241
201
|
},
|
|
242
|
-
"path": [
|
|
243
|
-
"semantic",
|
|
244
|
-
"color",
|
|
245
|
-
"background",
|
|
246
|
-
"default"
|
|
247
|
-
]
|
|
202
|
+
"path": ["semantic", "color", "background", "default"]
|
|
248
203
|
},
|
|
249
204
|
{
|
|
250
205
|
"value": "rgba(#ffffff, 0%)",
|
|
251
206
|
"type": "color",
|
|
252
|
-
"filePath": "/home/
|
|
207
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
253
208
|
"isSource": true,
|
|
254
209
|
"original": {
|
|
255
210
|
"value": "rgba({core.color.neutral.blk-000}, {core.opacity.0})",
|
|
@@ -265,12 +220,7 @@
|
|
|
265
220
|
"es6": "calciteColorBackgroundNone"
|
|
266
221
|
}
|
|
267
222
|
},
|
|
268
|
-
"path": [
|
|
269
|
-
"semantic",
|
|
270
|
-
"color",
|
|
271
|
-
"background",
|
|
272
|
-
"none"
|
|
273
|
-
]
|
|
223
|
+
"path": ["semantic", "color", "background", "none"]
|
|
274
224
|
},
|
|
275
225
|
{
|
|
276
226
|
"value": {
|
|
@@ -278,7 +228,7 @@
|
|
|
278
228
|
"dark": "#2b2b2b"
|
|
279
229
|
},
|
|
280
230
|
"type": "color",
|
|
281
|
-
"filePath": "/home/
|
|
231
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
282
232
|
"isSource": true,
|
|
283
233
|
"original": {
|
|
284
234
|
"value": {
|
|
@@ -297,12 +247,7 @@
|
|
|
297
247
|
"es6": "calciteColorForeground1"
|
|
298
248
|
}
|
|
299
249
|
},
|
|
300
|
-
"path": [
|
|
301
|
-
"semantic",
|
|
302
|
-
"color",
|
|
303
|
-
"foreground",
|
|
304
|
-
"1"
|
|
305
|
-
]
|
|
250
|
+
"path": ["semantic", "color", "foreground", "1"]
|
|
306
251
|
},
|
|
307
252
|
{
|
|
308
253
|
"value": {
|
|
@@ -310,7 +255,7 @@
|
|
|
310
255
|
"dark": "#202020"
|
|
311
256
|
},
|
|
312
257
|
"type": "color",
|
|
313
|
-
"filePath": "/home/
|
|
258
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
314
259
|
"isSource": true,
|
|
315
260
|
"original": {
|
|
316
261
|
"value": {
|
|
@@ -329,12 +274,7 @@
|
|
|
329
274
|
"es6": "calciteColorForeground2"
|
|
330
275
|
}
|
|
331
276
|
},
|
|
332
|
-
"path": [
|
|
333
|
-
"semantic",
|
|
334
|
-
"color",
|
|
335
|
-
"foreground",
|
|
336
|
-
"2"
|
|
337
|
-
]
|
|
277
|
+
"path": ["semantic", "color", "foreground", "2"]
|
|
338
278
|
},
|
|
339
279
|
{
|
|
340
280
|
"value": {
|
|
@@ -342,7 +282,7 @@
|
|
|
342
282
|
"dark": "#151515"
|
|
343
283
|
},
|
|
344
284
|
"type": "color",
|
|
345
|
-
"filePath": "/home/
|
|
285
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
346
286
|
"isSource": true,
|
|
347
287
|
"original": {
|
|
348
288
|
"value": {
|
|
@@ -361,12 +301,7 @@
|
|
|
361
301
|
"es6": "calciteColorForeground3"
|
|
362
302
|
}
|
|
363
303
|
},
|
|
364
|
-
"path": [
|
|
365
|
-
"semantic",
|
|
366
|
-
"color",
|
|
367
|
-
"foreground",
|
|
368
|
-
"3"
|
|
369
|
-
]
|
|
304
|
+
"path": ["semantic", "color", "foreground", "3"]
|
|
370
305
|
},
|
|
371
306
|
{
|
|
372
307
|
"value": {
|
|
@@ -374,7 +309,7 @@
|
|
|
374
309
|
"dark": "#214155"
|
|
375
310
|
},
|
|
376
311
|
"type": "color",
|
|
377
|
-
"filePath": "/home/
|
|
312
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
378
313
|
"isSource": true,
|
|
379
314
|
"original": {
|
|
380
315
|
"value": {
|
|
@@ -393,12 +328,7 @@
|
|
|
393
328
|
"es6": "calciteColorForegroundCurrent"
|
|
394
329
|
}
|
|
395
330
|
},
|
|
396
|
-
"path": [
|
|
397
|
-
"semantic",
|
|
398
|
-
"color",
|
|
399
|
-
"foreground",
|
|
400
|
-
"current"
|
|
401
|
-
]
|
|
331
|
+
"path": ["semantic", "color", "foreground", "current"]
|
|
402
332
|
},
|
|
403
333
|
{
|
|
404
334
|
"value": {
|
|
@@ -406,7 +336,7 @@
|
|
|
406
336
|
"dark": "rgba(255, 255, 255, 0%)"
|
|
407
337
|
},
|
|
408
338
|
"type": "color",
|
|
409
|
-
"filePath": "/home/
|
|
339
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
410
340
|
"isSource": true,
|
|
411
341
|
"original": {
|
|
412
342
|
"value": {
|
|
@@ -425,12 +355,7 @@
|
|
|
425
355
|
"es6": "calciteColorTransparent"
|
|
426
356
|
}
|
|
427
357
|
},
|
|
428
|
-
"path": [
|
|
429
|
-
"semantic",
|
|
430
|
-
"color",
|
|
431
|
-
"transparent",
|
|
432
|
-
"default"
|
|
433
|
-
]
|
|
358
|
+
"path": ["semantic", "color", "transparent", "default"]
|
|
434
359
|
},
|
|
435
360
|
{
|
|
436
361
|
"value": {
|
|
@@ -438,7 +363,7 @@
|
|
|
438
363
|
"dark": "rgba(255, 255, 255, 4%)"
|
|
439
364
|
},
|
|
440
365
|
"type": "color",
|
|
441
|
-
"filePath": "/home/
|
|
366
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
442
367
|
"isSource": true,
|
|
443
368
|
"original": {
|
|
444
369
|
"value": {
|
|
@@ -457,12 +382,7 @@
|
|
|
457
382
|
"es6": "calciteColorTransparentHover"
|
|
458
383
|
}
|
|
459
384
|
},
|
|
460
|
-
"path": [
|
|
461
|
-
"semantic",
|
|
462
|
-
"color",
|
|
463
|
-
"transparent",
|
|
464
|
-
"hover"
|
|
465
|
-
]
|
|
385
|
+
"path": ["semantic", "color", "transparent", "hover"]
|
|
466
386
|
},
|
|
467
387
|
{
|
|
468
388
|
"value": {
|
|
@@ -470,7 +390,7 @@
|
|
|
470
390
|
"dark": "rgba(255, 255, 255, 8%)"
|
|
471
391
|
},
|
|
472
392
|
"type": "color",
|
|
473
|
-
"filePath": "/home/
|
|
393
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
474
394
|
"isSource": true,
|
|
475
395
|
"original": {
|
|
476
396
|
"value": {
|
|
@@ -489,12 +409,7 @@
|
|
|
489
409
|
"es6": "calciteColorTransparentPress"
|
|
490
410
|
}
|
|
491
411
|
},
|
|
492
|
-
"path": [
|
|
493
|
-
"semantic",
|
|
494
|
-
"color",
|
|
495
|
-
"transparent",
|
|
496
|
-
"press"
|
|
497
|
-
]
|
|
412
|
+
"path": ["semantic", "color", "transparent", "press"]
|
|
498
413
|
},
|
|
499
414
|
{
|
|
500
415
|
"value": {
|
|
@@ -502,7 +417,7 @@
|
|
|
502
417
|
"dark": "rgba(0, 0, 0, 85%)"
|
|
503
418
|
},
|
|
504
419
|
"type": "color",
|
|
505
|
-
"filePath": "/home/
|
|
420
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
506
421
|
"isSource": true,
|
|
507
422
|
"original": {
|
|
508
423
|
"value": {
|
|
@@ -521,12 +436,7 @@
|
|
|
521
436
|
"es6": "calciteColorTransparentScrim"
|
|
522
437
|
}
|
|
523
438
|
},
|
|
524
|
-
"path": [
|
|
525
|
-
"semantic",
|
|
526
|
-
"color",
|
|
527
|
-
"transparent",
|
|
528
|
-
"scrim"
|
|
529
|
-
]
|
|
439
|
+
"path": ["semantic", "color", "transparent", "scrim"]
|
|
530
440
|
},
|
|
531
441
|
{
|
|
532
442
|
"value": {
|
|
@@ -534,7 +444,7 @@
|
|
|
534
444
|
"dark": "rgba(43, 43, 43, 80%)"
|
|
535
445
|
},
|
|
536
446
|
"type": "color",
|
|
537
|
-
"filePath": "/home/
|
|
447
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
538
448
|
"isSource": true,
|
|
539
449
|
"original": {
|
|
540
450
|
"value": {
|
|
@@ -553,12 +463,7 @@
|
|
|
553
463
|
"es6": "calciteColorTransparentTint"
|
|
554
464
|
}
|
|
555
465
|
},
|
|
556
|
-
"path": [
|
|
557
|
-
"semantic",
|
|
558
|
-
"color",
|
|
559
|
-
"transparent",
|
|
560
|
-
"tint"
|
|
561
|
-
]
|
|
466
|
+
"path": ["semantic", "color", "transparent", "tint"]
|
|
562
467
|
},
|
|
563
468
|
{
|
|
564
469
|
"value": {
|
|
@@ -566,7 +471,7 @@
|
|
|
566
471
|
"dark": "#009af2"
|
|
567
472
|
},
|
|
568
473
|
"type": "color",
|
|
569
|
-
"filePath": "/home/
|
|
474
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
570
475
|
"isSource": true,
|
|
571
476
|
"original": {
|
|
572
477
|
"value": {
|
|
@@ -585,12 +490,7 @@
|
|
|
585
490
|
"es6": "calciteColorBrand"
|
|
586
491
|
}
|
|
587
492
|
},
|
|
588
|
-
"path": [
|
|
589
|
-
"semantic",
|
|
590
|
-
"color",
|
|
591
|
-
"brand",
|
|
592
|
-
"default"
|
|
593
|
-
]
|
|
493
|
+
"path": ["semantic", "color", "brand", "default"]
|
|
594
494
|
},
|
|
595
495
|
{
|
|
596
496
|
"value": {
|
|
@@ -598,7 +498,7 @@
|
|
|
598
498
|
"dark": "#007ac2"
|
|
599
499
|
},
|
|
600
500
|
"type": "color",
|
|
601
|
-
"filePath": "/home/
|
|
501
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
602
502
|
"isSource": true,
|
|
603
503
|
"original": {
|
|
604
504
|
"value": {
|
|
@@ -617,12 +517,7 @@
|
|
|
617
517
|
"es6": "calciteColorBrandHover"
|
|
618
518
|
}
|
|
619
519
|
},
|
|
620
|
-
"path": [
|
|
621
|
-
"semantic",
|
|
622
|
-
"color",
|
|
623
|
-
"brand",
|
|
624
|
-
"hover"
|
|
625
|
-
]
|
|
520
|
+
"path": ["semantic", "color", "brand", "hover"]
|
|
626
521
|
},
|
|
627
522
|
{
|
|
628
523
|
"value": {
|
|
@@ -630,7 +525,7 @@
|
|
|
630
525
|
"dark": "#00619b"
|
|
631
526
|
},
|
|
632
527
|
"type": "color",
|
|
633
|
-
"filePath": "/home/
|
|
528
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
634
529
|
"isSource": true,
|
|
635
530
|
"original": {
|
|
636
531
|
"value": {
|
|
@@ -649,12 +544,7 @@
|
|
|
649
544
|
"es6": "calciteColorBrandPress"
|
|
650
545
|
}
|
|
651
546
|
},
|
|
652
|
-
"path": [
|
|
653
|
-
"semantic",
|
|
654
|
-
"color",
|
|
655
|
-
"brand",
|
|
656
|
-
"press"
|
|
657
|
-
]
|
|
547
|
+
"path": ["semantic", "color", "brand", "press"]
|
|
658
548
|
},
|
|
659
549
|
{
|
|
660
550
|
"type": "color",
|
|
@@ -662,7 +552,7 @@
|
|
|
662
552
|
"light": "rgba(0, 97, 155, 40%)",
|
|
663
553
|
"dark": "rgba(0, 160, 255, 40%)"
|
|
664
554
|
},
|
|
665
|
-
"filePath": "/home/
|
|
555
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
666
556
|
"isSource": true,
|
|
667
557
|
"original": {
|
|
668
558
|
"type": "color",
|
|
@@ -681,12 +571,7 @@
|
|
|
681
571
|
"es6": "calciteColorBrandUnderline"
|
|
682
572
|
}
|
|
683
573
|
},
|
|
684
|
-
"path": [
|
|
685
|
-
"semantic",
|
|
686
|
-
"color",
|
|
687
|
-
"brand",
|
|
688
|
-
"underline"
|
|
689
|
-
]
|
|
574
|
+
"path": ["semantic", "color", "brand", "underline"]
|
|
690
575
|
},
|
|
691
576
|
{
|
|
692
577
|
"value": {
|
|
@@ -694,7 +579,7 @@
|
|
|
694
579
|
"dark": "#00A0FF"
|
|
695
580
|
},
|
|
696
581
|
"type": "color",
|
|
697
|
-
"filePath": "/home/
|
|
582
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
698
583
|
"isSource": true,
|
|
699
584
|
"original": {
|
|
700
585
|
"value": {
|
|
@@ -713,13 +598,7 @@
|
|
|
713
598
|
"es6": "calciteColorStatusInfo"
|
|
714
599
|
}
|
|
715
600
|
},
|
|
716
|
-
"path": [
|
|
717
|
-
"semantic",
|
|
718
|
-
"color",
|
|
719
|
-
"status",
|
|
720
|
-
"info",
|
|
721
|
-
"default"
|
|
722
|
-
]
|
|
601
|
+
"path": ["semantic", "color", "status", "info", "default"]
|
|
723
602
|
},
|
|
724
603
|
{
|
|
725
604
|
"value": {
|
|
@@ -727,7 +606,7 @@
|
|
|
727
606
|
"dark": "#3db8ff"
|
|
728
607
|
},
|
|
729
608
|
"type": "color",
|
|
730
|
-
"filePath": "/home/
|
|
609
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
731
610
|
"isSource": true,
|
|
732
611
|
"original": {
|
|
733
612
|
"value": {
|
|
@@ -746,13 +625,7 @@
|
|
|
746
625
|
"es6": "calciteColorStatusInfoHover"
|
|
747
626
|
}
|
|
748
627
|
},
|
|
749
|
-
"path": [
|
|
750
|
-
"semantic",
|
|
751
|
-
"color",
|
|
752
|
-
"status",
|
|
753
|
-
"info",
|
|
754
|
-
"hover"
|
|
755
|
-
]
|
|
628
|
+
"path": ["semantic", "color", "status", "info", "hover"]
|
|
756
629
|
},
|
|
757
630
|
{
|
|
758
631
|
"value": {
|
|
@@ -760,7 +633,7 @@
|
|
|
760
633
|
"dark": "#009af2"
|
|
761
634
|
},
|
|
762
635
|
"type": "color",
|
|
763
|
-
"filePath": "/home/
|
|
636
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
764
637
|
"isSource": true,
|
|
765
638
|
"original": {
|
|
766
639
|
"value": {
|
|
@@ -779,13 +652,7 @@
|
|
|
779
652
|
"es6": "calciteColorStatusInfoPress"
|
|
780
653
|
}
|
|
781
654
|
},
|
|
782
|
-
"path": [
|
|
783
|
-
"semantic",
|
|
784
|
-
"color",
|
|
785
|
-
"status",
|
|
786
|
-
"info",
|
|
787
|
-
"press"
|
|
788
|
-
]
|
|
655
|
+
"path": ["semantic", "color", "status", "info", "press"]
|
|
789
656
|
},
|
|
790
657
|
{
|
|
791
658
|
"value": {
|
|
@@ -793,7 +660,7 @@
|
|
|
793
660
|
"dark": "#36DA43"
|
|
794
661
|
},
|
|
795
662
|
"type": "color",
|
|
796
|
-
"filePath": "/home/
|
|
663
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
797
664
|
"isSource": true,
|
|
798
665
|
"original": {
|
|
799
666
|
"value": {
|
|
@@ -812,13 +679,7 @@
|
|
|
812
679
|
"es6": "calciteColorStatusSuccess"
|
|
813
680
|
}
|
|
814
681
|
},
|
|
815
|
-
"path": [
|
|
816
|
-
"semantic",
|
|
817
|
-
"color",
|
|
818
|
-
"status",
|
|
819
|
-
"success",
|
|
820
|
-
"default"
|
|
821
|
-
]
|
|
682
|
+
"path": ["semantic", "color", "status", "success", "default"]
|
|
822
683
|
},
|
|
823
684
|
{
|
|
824
685
|
"value": {
|
|
@@ -826,7 +687,7 @@
|
|
|
826
687
|
"dark": "#3bed52"
|
|
827
688
|
},
|
|
828
689
|
"type": "color",
|
|
829
|
-
"filePath": "/home/
|
|
690
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
830
691
|
"isSource": true,
|
|
831
692
|
"original": {
|
|
832
693
|
"value": {
|
|
@@ -845,13 +706,7 @@
|
|
|
845
706
|
"es6": "calciteColorStatusSuccessHover"
|
|
846
707
|
}
|
|
847
708
|
},
|
|
848
|
-
"path": [
|
|
849
|
-
"semantic",
|
|
850
|
-
"color",
|
|
851
|
-
"status",
|
|
852
|
-
"success",
|
|
853
|
-
"hover"
|
|
854
|
-
]
|
|
709
|
+
"path": ["semantic", "color", "status", "success", "hover"]
|
|
855
710
|
},
|
|
856
711
|
{
|
|
857
712
|
"value": {
|
|
@@ -859,7 +714,7 @@
|
|
|
859
714
|
"dark": "#00b81b"
|
|
860
715
|
},
|
|
861
716
|
"type": "color",
|
|
862
|
-
"filePath": "/home/
|
|
717
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
863
718
|
"isSource": true,
|
|
864
719
|
"original": {
|
|
865
720
|
"value": {
|
|
@@ -878,13 +733,7 @@
|
|
|
878
733
|
"es6": "calciteColorStatusSuccessPress"
|
|
879
734
|
}
|
|
880
735
|
},
|
|
881
|
-
"path": [
|
|
882
|
-
"semantic",
|
|
883
|
-
"color",
|
|
884
|
-
"status",
|
|
885
|
-
"success",
|
|
886
|
-
"press"
|
|
887
|
-
]
|
|
736
|
+
"path": ["semantic", "color", "status", "success", "press"]
|
|
888
737
|
},
|
|
889
738
|
{
|
|
890
739
|
"value": {
|
|
@@ -892,7 +741,7 @@
|
|
|
892
741
|
"dark": "#FFC900"
|
|
893
742
|
},
|
|
894
743
|
"type": "color",
|
|
895
|
-
"filePath": "/home/
|
|
744
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
896
745
|
"isSource": true,
|
|
897
746
|
"original": {
|
|
898
747
|
"value": {
|
|
@@ -911,13 +760,7 @@
|
|
|
911
760
|
"es6": "calciteColorStatusWarning"
|
|
912
761
|
}
|
|
913
762
|
},
|
|
914
|
-
"path": [
|
|
915
|
-
"semantic",
|
|
916
|
-
"color",
|
|
917
|
-
"status",
|
|
918
|
-
"warning",
|
|
919
|
-
"default"
|
|
920
|
-
]
|
|
763
|
+
"path": ["semantic", "color", "status", "warning", "default"]
|
|
921
764
|
},
|
|
922
765
|
{
|
|
923
766
|
"value": {
|
|
@@ -925,7 +768,7 @@
|
|
|
925
768
|
"dark": "#ffee33"
|
|
926
769
|
},
|
|
927
770
|
"type": "color",
|
|
928
|
-
"filePath": "/home/
|
|
771
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
929
772
|
"isSource": true,
|
|
930
773
|
"original": {
|
|
931
774
|
"value": {
|
|
@@ -944,13 +787,7 @@
|
|
|
944
787
|
"es6": "calciteColorStatusWarningHover"
|
|
945
788
|
}
|
|
946
789
|
},
|
|
947
|
-
"path": [
|
|
948
|
-
"semantic",
|
|
949
|
-
"color",
|
|
950
|
-
"status",
|
|
951
|
-
"warning",
|
|
952
|
-
"hover"
|
|
953
|
-
]
|
|
790
|
+
"path": ["semantic", "color", "status", "warning", "hover"]
|
|
954
791
|
},
|
|
955
792
|
{
|
|
956
793
|
"value": {
|
|
@@ -958,7 +795,7 @@
|
|
|
958
795
|
"dark": "#f5d000"
|
|
959
796
|
},
|
|
960
797
|
"type": "color",
|
|
961
|
-
"filePath": "/home/
|
|
798
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
962
799
|
"isSource": true,
|
|
963
800
|
"original": {
|
|
964
801
|
"value": {
|
|
@@ -977,13 +814,7 @@
|
|
|
977
814
|
"es6": "calciteColorStatusWarningPress"
|
|
978
815
|
}
|
|
979
816
|
},
|
|
980
|
-
"path": [
|
|
981
|
-
"semantic",
|
|
982
|
-
"color",
|
|
983
|
-
"status",
|
|
984
|
-
"warning",
|
|
985
|
-
"press"
|
|
986
|
-
]
|
|
817
|
+
"path": ["semantic", "color", "status", "warning", "press"]
|
|
987
818
|
},
|
|
988
819
|
{
|
|
989
820
|
"value": {
|
|
@@ -991,7 +822,7 @@
|
|
|
991
822
|
"dark": "#FE583E"
|
|
992
823
|
},
|
|
993
824
|
"type": "color",
|
|
994
|
-
"filePath": "/home/
|
|
825
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
995
826
|
"isSource": true,
|
|
996
827
|
"original": {
|
|
997
828
|
"value": {
|
|
@@ -1010,13 +841,7 @@
|
|
|
1010
841
|
"es6": "calciteColorStatusDanger"
|
|
1011
842
|
}
|
|
1012
843
|
},
|
|
1013
|
-
"path": [
|
|
1014
|
-
"semantic",
|
|
1015
|
-
"color",
|
|
1016
|
-
"status",
|
|
1017
|
-
"danger",
|
|
1018
|
-
"default"
|
|
1019
|
-
]
|
|
844
|
+
"path": ["semantic", "color", "status", "danger", "default"]
|
|
1020
845
|
},
|
|
1021
846
|
{
|
|
1022
847
|
"value": {
|
|
@@ -1024,7 +849,7 @@
|
|
|
1024
849
|
"dark": "#ff0015"
|
|
1025
850
|
},
|
|
1026
851
|
"type": "color",
|
|
1027
|
-
"filePath": "/home/
|
|
852
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1028
853
|
"isSource": true,
|
|
1029
854
|
"original": {
|
|
1030
855
|
"value": {
|
|
@@ -1043,13 +868,7 @@
|
|
|
1043
868
|
"es6": "calciteColorStatusDangerHover"
|
|
1044
869
|
}
|
|
1045
870
|
},
|
|
1046
|
-
"path": [
|
|
1047
|
-
"semantic",
|
|
1048
|
-
"color",
|
|
1049
|
-
"status",
|
|
1050
|
-
"danger",
|
|
1051
|
-
"hover"
|
|
1052
|
-
]
|
|
871
|
+
"path": ["semantic", "color", "status", "danger", "hover"]
|
|
1053
872
|
},
|
|
1054
873
|
{
|
|
1055
874
|
"value": {
|
|
@@ -1057,7 +876,7 @@
|
|
|
1057
876
|
"dark": "#d90012"
|
|
1058
877
|
},
|
|
1059
878
|
"type": "color",
|
|
1060
|
-
"filePath": "/home/
|
|
879
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1061
880
|
"isSource": true,
|
|
1062
881
|
"original": {
|
|
1063
882
|
"value": {
|
|
@@ -1076,13 +895,7 @@
|
|
|
1076
895
|
"es6": "calciteColorStatusDangerPress"
|
|
1077
896
|
}
|
|
1078
897
|
},
|
|
1079
|
-
"path": [
|
|
1080
|
-
"semantic",
|
|
1081
|
-
"color",
|
|
1082
|
-
"status",
|
|
1083
|
-
"danger",
|
|
1084
|
-
"press"
|
|
1085
|
-
]
|
|
898
|
+
"path": ["semantic", "color", "status", "danger", "press"]
|
|
1086
899
|
},
|
|
1087
900
|
{
|
|
1088
901
|
"value": {
|
|
@@ -1090,7 +903,7 @@
|
|
|
1090
903
|
"dark": "#f8f8f8"
|
|
1091
904
|
},
|
|
1092
905
|
"type": "color",
|
|
1093
|
-
"filePath": "/home/
|
|
906
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1094
907
|
"isSource": true,
|
|
1095
908
|
"original": {
|
|
1096
909
|
"value": {
|
|
@@ -1109,12 +922,7 @@
|
|
|
1109
922
|
"es6": "calciteColorInverse"
|
|
1110
923
|
}
|
|
1111
924
|
},
|
|
1112
|
-
"path": [
|
|
1113
|
-
"semantic",
|
|
1114
|
-
"color",
|
|
1115
|
-
"inverse",
|
|
1116
|
-
"default"
|
|
1117
|
-
]
|
|
925
|
+
"path": ["semantic", "color", "inverse", "default"]
|
|
1118
926
|
},
|
|
1119
927
|
{
|
|
1120
928
|
"value": {
|
|
@@ -1122,7 +930,7 @@
|
|
|
1122
930
|
"dark": "#ffffff"
|
|
1123
931
|
},
|
|
1124
932
|
"type": "color",
|
|
1125
|
-
"filePath": "/home/
|
|
933
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1126
934
|
"isSource": true,
|
|
1127
935
|
"original": {
|
|
1128
936
|
"value": {
|
|
@@ -1141,12 +949,7 @@
|
|
|
1141
949
|
"es6": "calciteColorInverseHover"
|
|
1142
950
|
}
|
|
1143
951
|
},
|
|
1144
|
-
"path": [
|
|
1145
|
-
"semantic",
|
|
1146
|
-
"color",
|
|
1147
|
-
"inverse",
|
|
1148
|
-
"hover"
|
|
1149
|
-
]
|
|
952
|
+
"path": ["semantic", "color", "inverse", "hover"]
|
|
1150
953
|
},
|
|
1151
954
|
{
|
|
1152
955
|
"value": {
|
|
@@ -1154,7 +957,7 @@
|
|
|
1154
957
|
"dark": "#f3f3f3"
|
|
1155
958
|
},
|
|
1156
959
|
"type": "color",
|
|
1157
|
-
"filePath": "/home/
|
|
960
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1158
961
|
"isSource": true,
|
|
1159
962
|
"original": {
|
|
1160
963
|
"value": {
|
|
@@ -1173,12 +976,7 @@
|
|
|
1173
976
|
"es6": "calciteColorInversePress"
|
|
1174
977
|
}
|
|
1175
978
|
},
|
|
1176
|
-
"path": [
|
|
1177
|
-
"semantic",
|
|
1178
|
-
"color",
|
|
1179
|
-
"inverse",
|
|
1180
|
-
"press"
|
|
1181
|
-
]
|
|
979
|
+
"path": ["semantic", "color", "inverse", "press"]
|
|
1182
980
|
},
|
|
1183
981
|
{
|
|
1184
982
|
"value": {
|
|
@@ -1186,7 +984,7 @@
|
|
|
1186
984
|
"dark": "#ffffff"
|
|
1187
985
|
},
|
|
1188
986
|
"type": "color",
|
|
1189
|
-
"filePath": "/home/
|
|
987
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1190
988
|
"isSource": true,
|
|
1191
989
|
"original": {
|
|
1192
990
|
"value": {
|
|
@@ -1205,12 +1003,7 @@
|
|
|
1205
1003
|
"es6": "calciteColorText1"
|
|
1206
1004
|
}
|
|
1207
1005
|
},
|
|
1208
|
-
"path": [
|
|
1209
|
-
"semantic",
|
|
1210
|
-
"color",
|
|
1211
|
-
"text",
|
|
1212
|
-
"1"
|
|
1213
|
-
]
|
|
1006
|
+
"path": ["semantic", "color", "text", "1"]
|
|
1214
1007
|
},
|
|
1215
1008
|
{
|
|
1216
1009
|
"value": {
|
|
@@ -1218,7 +1011,7 @@
|
|
|
1218
1011
|
"dark": "#bfbfbf"
|
|
1219
1012
|
},
|
|
1220
1013
|
"type": "color",
|
|
1221
|
-
"filePath": "/home/
|
|
1014
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1222
1015
|
"isSource": true,
|
|
1223
1016
|
"original": {
|
|
1224
1017
|
"value": {
|
|
@@ -1237,12 +1030,7 @@
|
|
|
1237
1030
|
"es6": "calciteColorText2"
|
|
1238
1031
|
}
|
|
1239
1032
|
},
|
|
1240
|
-
"path": [
|
|
1241
|
-
"semantic",
|
|
1242
|
-
"color",
|
|
1243
|
-
"text",
|
|
1244
|
-
"2"
|
|
1245
|
-
]
|
|
1033
|
+
"path": ["semantic", "color", "text", "2"]
|
|
1246
1034
|
},
|
|
1247
1035
|
{
|
|
1248
1036
|
"value": {
|
|
@@ -1250,7 +1038,7 @@
|
|
|
1250
1038
|
"dark": "#9f9f9f"
|
|
1251
1039
|
},
|
|
1252
1040
|
"type": "color",
|
|
1253
|
-
"filePath": "/home/
|
|
1041
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1254
1042
|
"isSource": true,
|
|
1255
1043
|
"original": {
|
|
1256
1044
|
"value": {
|
|
@@ -1269,12 +1057,7 @@
|
|
|
1269
1057
|
"es6": "calciteColorText3"
|
|
1270
1058
|
}
|
|
1271
1059
|
},
|
|
1272
|
-
"path": [
|
|
1273
|
-
"semantic",
|
|
1274
|
-
"color",
|
|
1275
|
-
"text",
|
|
1276
|
-
"3"
|
|
1277
|
-
]
|
|
1060
|
+
"path": ["semantic", "color", "text", "3"]
|
|
1278
1061
|
},
|
|
1279
1062
|
{
|
|
1280
1063
|
"value": {
|
|
@@ -1282,7 +1065,7 @@
|
|
|
1282
1065
|
"dark": "#151515"
|
|
1283
1066
|
},
|
|
1284
1067
|
"type": "color",
|
|
1285
|
-
"filePath": "/home/
|
|
1068
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1286
1069
|
"isSource": true,
|
|
1287
1070
|
"original": {
|
|
1288
1071
|
"value": {
|
|
@@ -1301,12 +1084,7 @@
|
|
|
1301
1084
|
"es6": "calciteColorTextInverse"
|
|
1302
1085
|
}
|
|
1303
1086
|
},
|
|
1304
|
-
"path": [
|
|
1305
|
-
"semantic",
|
|
1306
|
-
"color",
|
|
1307
|
-
"text",
|
|
1308
|
-
"inverse"
|
|
1309
|
-
]
|
|
1087
|
+
"path": ["semantic", "color", "text", "inverse"]
|
|
1310
1088
|
},
|
|
1311
1089
|
{
|
|
1312
1090
|
"value": {
|
|
@@ -1314,7 +1092,7 @@
|
|
|
1314
1092
|
"dark": "#00A0FF"
|
|
1315
1093
|
},
|
|
1316
1094
|
"type": "color",
|
|
1317
|
-
"filePath": "/home/
|
|
1095
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1318
1096
|
"isSource": true,
|
|
1319
1097
|
"original": {
|
|
1320
1098
|
"value": {
|
|
@@ -1333,12 +1111,7 @@
|
|
|
1333
1111
|
"es6": "calciteColorTextLink"
|
|
1334
1112
|
}
|
|
1335
1113
|
},
|
|
1336
|
-
"path": [
|
|
1337
|
-
"semantic",
|
|
1338
|
-
"color",
|
|
1339
|
-
"text",
|
|
1340
|
-
"link"
|
|
1341
|
-
]
|
|
1114
|
+
"path": ["semantic", "color", "text", "link"]
|
|
1342
1115
|
},
|
|
1343
1116
|
{
|
|
1344
1117
|
"value": {
|
|
@@ -1346,7 +1119,7 @@
|
|
|
1346
1119
|
"dark": "#555555"
|
|
1347
1120
|
},
|
|
1348
1121
|
"type": "color",
|
|
1349
|
-
"filePath": "/home/
|
|
1122
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1350
1123
|
"isSource": true,
|
|
1351
1124
|
"original": {
|
|
1352
1125
|
"value": {
|
|
@@ -1365,12 +1138,7 @@
|
|
|
1365
1138
|
"es6": "calciteColorBorder1"
|
|
1366
1139
|
}
|
|
1367
1140
|
},
|
|
1368
|
-
"path": [
|
|
1369
|
-
"semantic",
|
|
1370
|
-
"color",
|
|
1371
|
-
"border",
|
|
1372
|
-
"1"
|
|
1373
|
-
]
|
|
1141
|
+
"path": ["semantic", "color", "border", "1"]
|
|
1374
1142
|
},
|
|
1375
1143
|
{
|
|
1376
1144
|
"value": {
|
|
@@ -1378,7 +1146,7 @@
|
|
|
1378
1146
|
"dark": "#4a4a4a"
|
|
1379
1147
|
},
|
|
1380
1148
|
"type": "color",
|
|
1381
|
-
"filePath": "/home/
|
|
1149
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1382
1150
|
"isSource": true,
|
|
1383
1151
|
"original": {
|
|
1384
1152
|
"value": {
|
|
@@ -1397,12 +1165,7 @@
|
|
|
1397
1165
|
"es6": "calciteColorBorder2"
|
|
1398
1166
|
}
|
|
1399
1167
|
},
|
|
1400
|
-
"path": [
|
|
1401
|
-
"semantic",
|
|
1402
|
-
"color",
|
|
1403
|
-
"border",
|
|
1404
|
-
"2"
|
|
1405
|
-
]
|
|
1168
|
+
"path": ["semantic", "color", "border", "2"]
|
|
1406
1169
|
},
|
|
1407
1170
|
{
|
|
1408
1171
|
"value": {
|
|
@@ -1410,7 +1173,7 @@
|
|
|
1410
1173
|
"dark": "#404040"
|
|
1411
1174
|
},
|
|
1412
1175
|
"type": "color",
|
|
1413
|
-
"filePath": "/home/
|
|
1176
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1414
1177
|
"isSource": true,
|
|
1415
1178
|
"original": {
|
|
1416
1179
|
"value": {
|
|
@@ -1429,12 +1192,7 @@
|
|
|
1429
1192
|
"es6": "calciteColorBorder3"
|
|
1430
1193
|
}
|
|
1431
1194
|
},
|
|
1432
|
-
"path": [
|
|
1433
|
-
"semantic",
|
|
1434
|
-
"color",
|
|
1435
|
-
"border",
|
|
1436
|
-
"3"
|
|
1437
|
-
]
|
|
1195
|
+
"path": ["semantic", "color", "border", "3"]
|
|
1438
1196
|
},
|
|
1439
1197
|
{
|
|
1440
1198
|
"value": {
|
|
@@ -1442,7 +1200,7 @@
|
|
|
1442
1200
|
"dark": "#757575"
|
|
1443
1201
|
},
|
|
1444
1202
|
"type": "color",
|
|
1445
|
-
"filePath": "/home/
|
|
1203
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1446
1204
|
"isSource": true,
|
|
1447
1205
|
"original": {
|
|
1448
1206
|
"value": {
|
|
@@ -1461,12 +1219,7 @@
|
|
|
1461
1219
|
"es6": "calciteColorBorderInput"
|
|
1462
1220
|
}
|
|
1463
1221
|
},
|
|
1464
|
-
"path": [
|
|
1465
|
-
"semantic",
|
|
1466
|
-
"color",
|
|
1467
|
-
"border",
|
|
1468
|
-
"input"
|
|
1469
|
-
]
|
|
1222
|
+
"path": ["semantic", "color", "border", "input"]
|
|
1470
1223
|
},
|
|
1471
1224
|
{
|
|
1472
1225
|
"value": {
|
|
@@ -1474,7 +1227,7 @@
|
|
|
1474
1227
|
"dark": "rgba(117, 117, 117, 30%)"
|
|
1475
1228
|
},
|
|
1476
1229
|
"type": "color",
|
|
1477
|
-
"filePath": "/home/
|
|
1230
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1478
1231
|
"isSource": true,
|
|
1479
1232
|
"original": {
|
|
1480
1233
|
"value": {
|
|
@@ -1493,12 +1246,7 @@
|
|
|
1493
1246
|
"es6": "calciteColorBorderGhost"
|
|
1494
1247
|
}
|
|
1495
1248
|
},
|
|
1496
|
-
"path": [
|
|
1497
|
-
"semantic",
|
|
1498
|
-
"color",
|
|
1499
|
-
"border",
|
|
1500
|
-
"ghost"
|
|
1501
|
-
]
|
|
1249
|
+
"path": ["semantic", "color", "border", "ghost"]
|
|
1502
1250
|
},
|
|
1503
1251
|
{
|
|
1504
1252
|
"value": {
|
|
@@ -1506,7 +1254,7 @@
|
|
|
1506
1254
|
"dark": "#f8f8f8"
|
|
1507
1255
|
},
|
|
1508
1256
|
"type": "color",
|
|
1509
|
-
"filePath": "/home/
|
|
1257
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/color.json",
|
|
1510
1258
|
"isSource": true,
|
|
1511
1259
|
"original": {
|
|
1512
1260
|
"value": {
|
|
@@ -1525,12 +1273,7 @@
|
|
|
1525
1273
|
"es6": "calciteColorBorderWhite"
|
|
1526
1274
|
}
|
|
1527
1275
|
},
|
|
1528
|
-
"path": [
|
|
1529
|
-
"semantic",
|
|
1530
|
-
"color",
|
|
1531
|
-
"border",
|
|
1532
|
-
"white"
|
|
1533
|
-
]
|
|
1276
|
+
"path": ["semantic", "color", "border", "white"]
|
|
1534
1277
|
}
|
|
1535
1278
|
],
|
|
1536
1279
|
"breakpoint": [
|
|
@@ -1541,7 +1284,7 @@
|
|
|
1541
1284
|
},
|
|
1542
1285
|
"type": "breakpoint",
|
|
1543
1286
|
"description": "Small handheld devices and mini-windows",
|
|
1544
|
-
"filePath": "/home/
|
|
1287
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1545
1288
|
"isSource": true,
|
|
1546
1289
|
"original": {
|
|
1547
1290
|
"value": {
|
|
@@ -1561,12 +1304,7 @@
|
|
|
1561
1304
|
"es6": "calciteContainerSizeHeightXxs"
|
|
1562
1305
|
}
|
|
1563
1306
|
},
|
|
1564
|
-
"path": [
|
|
1565
|
-
"semantic",
|
|
1566
|
-
"container-size",
|
|
1567
|
-
"height",
|
|
1568
|
-
"xxs"
|
|
1569
|
-
]
|
|
1307
|
+
"path": ["semantic", "container-size", "height", "xxs"]
|
|
1570
1308
|
},
|
|
1571
1309
|
{
|
|
1572
1310
|
"value": {
|
|
@@ -1575,7 +1313,7 @@
|
|
|
1575
1313
|
},
|
|
1576
1314
|
"type": "breakpoint",
|
|
1577
1315
|
"description": "Handheld devices",
|
|
1578
|
-
"filePath": "/home/
|
|
1316
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1579
1317
|
"isSource": true,
|
|
1580
1318
|
"original": {
|
|
1581
1319
|
"value": {
|
|
@@ -1595,12 +1333,7 @@
|
|
|
1595
1333
|
"es6": "calciteContainerSizeHeightXs"
|
|
1596
1334
|
}
|
|
1597
1335
|
},
|
|
1598
|
-
"path": [
|
|
1599
|
-
"semantic",
|
|
1600
|
-
"container-size",
|
|
1601
|
-
"height",
|
|
1602
|
-
"xs"
|
|
1603
|
-
]
|
|
1336
|
+
"path": ["semantic", "container-size", "height", "xs"]
|
|
1604
1337
|
},
|
|
1605
1338
|
{
|
|
1606
1339
|
"value": {
|
|
@@ -1609,7 +1342,7 @@
|
|
|
1609
1342
|
},
|
|
1610
1343
|
"type": "breakpoint",
|
|
1611
1344
|
"description": "Small tablets",
|
|
1612
|
-
"filePath": "/home/
|
|
1345
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1613
1346
|
"isSource": true,
|
|
1614
1347
|
"original": {
|
|
1615
1348
|
"value": {
|
|
@@ -1629,12 +1362,7 @@
|
|
|
1629
1362
|
"es6": "calciteContainerSizeHeightSm"
|
|
1630
1363
|
}
|
|
1631
1364
|
},
|
|
1632
|
-
"path": [
|
|
1633
|
-
"semantic",
|
|
1634
|
-
"container-size",
|
|
1635
|
-
"height",
|
|
1636
|
-
"sm"
|
|
1637
|
-
]
|
|
1365
|
+
"path": ["semantic", "container-size", "height", "sm"]
|
|
1638
1366
|
},
|
|
1639
1367
|
{
|
|
1640
1368
|
"value": {
|
|
@@ -1643,7 +1371,7 @@
|
|
|
1643
1371
|
},
|
|
1644
1372
|
"type": "breakpoint",
|
|
1645
1373
|
"description": "Small laptops",
|
|
1646
|
-
"filePath": "/home/
|
|
1374
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1647
1375
|
"isSource": true,
|
|
1648
1376
|
"original": {
|
|
1649
1377
|
"value": {
|
|
@@ -1663,12 +1391,7 @@
|
|
|
1663
1391
|
"es6": "calciteContainerSizeHeightMd"
|
|
1664
1392
|
}
|
|
1665
1393
|
},
|
|
1666
|
-
"path": [
|
|
1667
|
-
"semantic",
|
|
1668
|
-
"container-size",
|
|
1669
|
-
"height",
|
|
1670
|
-
"md"
|
|
1671
|
-
]
|
|
1394
|
+
"path": ["semantic", "container-size", "height", "md"]
|
|
1672
1395
|
},
|
|
1673
1396
|
{
|
|
1674
1397
|
"value": {
|
|
@@ -1677,7 +1400,7 @@
|
|
|
1677
1400
|
},
|
|
1678
1401
|
"type": "breakpoint",
|
|
1679
1402
|
"description": "Large laptops and desktop computers",
|
|
1680
|
-
"filePath": "/home/
|
|
1403
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1681
1404
|
"isSource": true,
|
|
1682
1405
|
"original": {
|
|
1683
1406
|
"value": {
|
|
@@ -1697,12 +1420,7 @@
|
|
|
1697
1420
|
"es6": "calciteContainerSizeHeightLg"
|
|
1698
1421
|
}
|
|
1699
1422
|
},
|
|
1700
|
-
"path": [
|
|
1701
|
-
"semantic",
|
|
1702
|
-
"container-size",
|
|
1703
|
-
"height",
|
|
1704
|
-
"lg"
|
|
1705
|
-
]
|
|
1423
|
+
"path": ["semantic", "container-size", "height", "lg"]
|
|
1706
1424
|
},
|
|
1707
1425
|
{
|
|
1708
1426
|
"value": {
|
|
@@ -1710,7 +1428,7 @@
|
|
|
1710
1428
|
},
|
|
1711
1429
|
"type": "breakpoint",
|
|
1712
1430
|
"description": "Projectors and televisions",
|
|
1713
|
-
"filePath": "/home/
|
|
1431
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1714
1432
|
"isSource": true,
|
|
1715
1433
|
"original": {
|
|
1716
1434
|
"value": {
|
|
@@ -1729,12 +1447,7 @@
|
|
|
1729
1447
|
"es6": "calciteContainerSizeHeightXl"
|
|
1730
1448
|
}
|
|
1731
1449
|
},
|
|
1732
|
-
"path": [
|
|
1733
|
-
"semantic",
|
|
1734
|
-
"container-size",
|
|
1735
|
-
"height",
|
|
1736
|
-
"xl"
|
|
1737
|
-
]
|
|
1450
|
+
"path": ["semantic", "container-size", "height", "xl"]
|
|
1738
1451
|
},
|
|
1739
1452
|
{
|
|
1740
1453
|
"value": {
|
|
@@ -1743,7 +1456,7 @@
|
|
|
1743
1456
|
},
|
|
1744
1457
|
"type": "breakpoint",
|
|
1745
1458
|
"description": "Small handheld devices and mini-windows",
|
|
1746
|
-
"filePath": "/home/
|
|
1459
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1747
1460
|
"isSource": true,
|
|
1748
1461
|
"original": {
|
|
1749
1462
|
"value": {
|
|
@@ -1763,12 +1476,7 @@
|
|
|
1763
1476
|
"es6": "calciteContainerSizeWidthXxs"
|
|
1764
1477
|
}
|
|
1765
1478
|
},
|
|
1766
|
-
"path": [
|
|
1767
|
-
"semantic",
|
|
1768
|
-
"container-size",
|
|
1769
|
-
"width",
|
|
1770
|
-
"xxs"
|
|
1771
|
-
]
|
|
1479
|
+
"path": ["semantic", "container-size", "width", "xxs"]
|
|
1772
1480
|
},
|
|
1773
1481
|
{
|
|
1774
1482
|
"value": {
|
|
@@ -1777,7 +1485,7 @@
|
|
|
1777
1485
|
},
|
|
1778
1486
|
"type": "breakpoint",
|
|
1779
1487
|
"description": "Handheld devices",
|
|
1780
|
-
"filePath": "/home/
|
|
1488
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1781
1489
|
"isSource": true,
|
|
1782
1490
|
"original": {
|
|
1783
1491
|
"value": {
|
|
@@ -1797,12 +1505,7 @@
|
|
|
1797
1505
|
"es6": "calciteContainerSizeWidthXs"
|
|
1798
1506
|
}
|
|
1799
1507
|
},
|
|
1800
|
-
"path": [
|
|
1801
|
-
"semantic",
|
|
1802
|
-
"container-size",
|
|
1803
|
-
"width",
|
|
1804
|
-
"xs"
|
|
1805
|
-
]
|
|
1508
|
+
"path": ["semantic", "container-size", "width", "xs"]
|
|
1806
1509
|
},
|
|
1807
1510
|
{
|
|
1808
1511
|
"value": {
|
|
@@ -1811,7 +1514,7 @@
|
|
|
1811
1514
|
},
|
|
1812
1515
|
"type": "breakpoint",
|
|
1813
1516
|
"description": "Small tablets",
|
|
1814
|
-
"filePath": "/home/
|
|
1517
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1815
1518
|
"isSource": true,
|
|
1816
1519
|
"original": {
|
|
1817
1520
|
"value": {
|
|
@@ -1831,12 +1534,7 @@
|
|
|
1831
1534
|
"es6": "calciteContainerSizeWidthSm"
|
|
1832
1535
|
}
|
|
1833
1536
|
},
|
|
1834
|
-
"path": [
|
|
1835
|
-
"semantic",
|
|
1836
|
-
"container-size",
|
|
1837
|
-
"width",
|
|
1838
|
-
"sm"
|
|
1839
|
-
]
|
|
1537
|
+
"path": ["semantic", "container-size", "width", "sm"]
|
|
1840
1538
|
},
|
|
1841
1539
|
{
|
|
1842
1540
|
"value": {
|
|
@@ -1845,7 +1543,7 @@
|
|
|
1845
1543
|
},
|
|
1846
1544
|
"type": "breakpoint",
|
|
1847
1545
|
"description": "Small laptops",
|
|
1848
|
-
"filePath": "/home/
|
|
1546
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1849
1547
|
"isSource": true,
|
|
1850
1548
|
"original": {
|
|
1851
1549
|
"value": {
|
|
@@ -1865,12 +1563,7 @@
|
|
|
1865
1563
|
"es6": "calciteContainerSizeWidthMd"
|
|
1866
1564
|
}
|
|
1867
1565
|
},
|
|
1868
|
-
"path": [
|
|
1869
|
-
"semantic",
|
|
1870
|
-
"container-size",
|
|
1871
|
-
"width",
|
|
1872
|
-
"md"
|
|
1873
|
-
]
|
|
1566
|
+
"path": ["semantic", "container-size", "width", "md"]
|
|
1874
1567
|
},
|
|
1875
1568
|
{
|
|
1876
1569
|
"value": {
|
|
@@ -1879,7 +1572,7 @@
|
|
|
1879
1572
|
},
|
|
1880
1573
|
"type": "breakpoint",
|
|
1881
1574
|
"description": "Large laptops and desktop computers",
|
|
1882
|
-
"filePath": "/home/
|
|
1575
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1883
1576
|
"isSource": true,
|
|
1884
1577
|
"original": {
|
|
1885
1578
|
"value": {
|
|
@@ -1899,12 +1592,7 @@
|
|
|
1899
1592
|
"es6": "calciteContainerSizeWidthLg"
|
|
1900
1593
|
}
|
|
1901
1594
|
},
|
|
1902
|
-
"path": [
|
|
1903
|
-
"semantic",
|
|
1904
|
-
"container-size",
|
|
1905
|
-
"width",
|
|
1906
|
-
"lg"
|
|
1907
|
-
]
|
|
1595
|
+
"path": ["semantic", "container-size", "width", "lg"]
|
|
1908
1596
|
},
|
|
1909
1597
|
{
|
|
1910
1598
|
"value": {
|
|
@@ -1912,7 +1600,7 @@
|
|
|
1912
1600
|
},
|
|
1913
1601
|
"type": "breakpoint",
|
|
1914
1602
|
"description": "Projectors and televisions",
|
|
1915
|
-
"filePath": "/home/
|
|
1603
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1916
1604
|
"isSource": true,
|
|
1917
1605
|
"original": {
|
|
1918
1606
|
"value": {
|
|
@@ -1931,19 +1619,14 @@
|
|
|
1931
1619
|
"es6": "calciteContainerSizeWidthXl"
|
|
1932
1620
|
}
|
|
1933
1621
|
},
|
|
1934
|
-
"path": [
|
|
1935
|
-
"semantic",
|
|
1936
|
-
"container-size",
|
|
1937
|
-
"width",
|
|
1938
|
-
"xl"
|
|
1939
|
-
]
|
|
1622
|
+
"path": ["semantic", "container-size", "width", "xl"]
|
|
1940
1623
|
}
|
|
1941
1624
|
],
|
|
1942
1625
|
"spacing": [
|
|
1943
1626
|
{
|
|
1944
1627
|
"value": "24px",
|
|
1945
1628
|
"type": "spacing",
|
|
1946
|
-
"filePath": "/home/
|
|
1629
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1947
1630
|
"isSource": true,
|
|
1948
1631
|
"original": {
|
|
1949
1632
|
"value": "{core.size.default.24}",
|
|
@@ -1959,16 +1642,12 @@
|
|
|
1959
1642
|
"es6": "calciteContainerSizeMargin"
|
|
1960
1643
|
}
|
|
1961
1644
|
},
|
|
1962
|
-
"path": [
|
|
1963
|
-
"semantic",
|
|
1964
|
-
"container-size",
|
|
1965
|
-
"margin"
|
|
1966
|
-
]
|
|
1645
|
+
"path": ["semantic", "container-size", "margin"]
|
|
1967
1646
|
},
|
|
1968
1647
|
{
|
|
1969
1648
|
"value": "16px",
|
|
1970
1649
|
"type": "spacing",
|
|
1971
|
-
"filePath": "/home/
|
|
1650
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
1972
1651
|
"isSource": true,
|
|
1973
1652
|
"original": {
|
|
1974
1653
|
"value": "{core.size.default.16}",
|
|
@@ -1984,16 +1663,12 @@
|
|
|
1984
1663
|
"es6": "calciteContainerSizeGutter"
|
|
1985
1664
|
}
|
|
1986
1665
|
},
|
|
1987
|
-
"path": [
|
|
1988
|
-
"semantic",
|
|
1989
|
-
"container-size",
|
|
1990
|
-
"gutter"
|
|
1991
|
-
]
|
|
1666
|
+
"path": ["semantic", "container-size", "gutter"]
|
|
1992
1667
|
},
|
|
1993
1668
|
{
|
|
1994
1669
|
"value": "1px",
|
|
1995
1670
|
"type": "spacing",
|
|
1996
|
-
"filePath": "/home/
|
|
1671
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
1997
1672
|
"isSource": true,
|
|
1998
1673
|
"original": {
|
|
1999
1674
|
"value": "{core.size.default.1}",
|
|
@@ -2009,16 +1684,12 @@
|
|
|
2009
1684
|
"es6": "calciteSizePx"
|
|
2010
1685
|
}
|
|
2011
1686
|
},
|
|
2012
|
-
"path": [
|
|
2013
|
-
"semantic",
|
|
2014
|
-
"size",
|
|
2015
|
-
"px"
|
|
2016
|
-
]
|
|
1687
|
+
"path": ["semantic", "size", "px"]
|
|
2017
1688
|
},
|
|
2018
1689
|
{
|
|
2019
1690
|
"value": "2px",
|
|
2020
1691
|
"type": "spacing",
|
|
2021
|
-
"filePath": "/home/
|
|
1692
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2022
1693
|
"isSource": true,
|
|
2023
1694
|
"original": {
|
|
2024
1695
|
"value": "{core.size.default.2}",
|
|
@@ -2034,16 +1705,12 @@
|
|
|
2034
1705
|
"es6": "calciteSizeXxxs"
|
|
2035
1706
|
}
|
|
2036
1707
|
},
|
|
2037
|
-
"path": [
|
|
2038
|
-
"semantic",
|
|
2039
|
-
"size",
|
|
2040
|
-
"xxxs"
|
|
2041
|
-
]
|
|
1708
|
+
"path": ["semantic", "size", "xxxs"]
|
|
2042
1709
|
},
|
|
2043
1710
|
{
|
|
2044
1711
|
"value": "4px",
|
|
2045
1712
|
"type": "spacing",
|
|
2046
|
-
"filePath": "/home/
|
|
1713
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2047
1714
|
"isSource": true,
|
|
2048
1715
|
"original": {
|
|
2049
1716
|
"value": "{core.size.default.4}",
|
|
@@ -2059,16 +1726,12 @@
|
|
|
2059
1726
|
"es6": "calciteSizeXxs"
|
|
2060
1727
|
}
|
|
2061
1728
|
},
|
|
2062
|
-
"path": [
|
|
2063
|
-
"semantic",
|
|
2064
|
-
"size",
|
|
2065
|
-
"xxs"
|
|
2066
|
-
]
|
|
1729
|
+
"path": ["semantic", "size", "xxs"]
|
|
2067
1730
|
},
|
|
2068
1731
|
{
|
|
2069
1732
|
"value": "6px",
|
|
2070
1733
|
"type": "spacing",
|
|
2071
|
-
"filePath": "/home/
|
|
1734
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2072
1735
|
"isSource": true,
|
|
2073
1736
|
"original": {
|
|
2074
1737
|
"value": "{core.size.default.6}",
|
|
@@ -2084,16 +1747,12 @@
|
|
|
2084
1747
|
"es6": "calciteSizeXs"
|
|
2085
1748
|
}
|
|
2086
1749
|
},
|
|
2087
|
-
"path": [
|
|
2088
|
-
"semantic",
|
|
2089
|
-
"size",
|
|
2090
|
-
"xs"
|
|
2091
|
-
]
|
|
1750
|
+
"path": ["semantic", "size", "xs"]
|
|
2092
1751
|
},
|
|
2093
1752
|
{
|
|
2094
1753
|
"value": "8px",
|
|
2095
1754
|
"type": "spacing",
|
|
2096
|
-
"filePath": "/home/
|
|
1755
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2097
1756
|
"isSource": true,
|
|
2098
1757
|
"original": {
|
|
2099
1758
|
"value": "{core.size.default.8}",
|
|
@@ -2109,16 +1768,12 @@
|
|
|
2109
1768
|
"es6": "calciteSizeSm"
|
|
2110
1769
|
}
|
|
2111
1770
|
},
|
|
2112
|
-
"path": [
|
|
2113
|
-
"semantic",
|
|
2114
|
-
"size",
|
|
2115
|
-
"sm"
|
|
2116
|
-
]
|
|
1771
|
+
"path": ["semantic", "size", "sm"]
|
|
2117
1772
|
},
|
|
2118
1773
|
{
|
|
2119
1774
|
"value": "10px",
|
|
2120
1775
|
"type": "spacing",
|
|
2121
|
-
"filePath": "/home/
|
|
1776
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2122
1777
|
"isSource": true,
|
|
2123
1778
|
"original": {
|
|
2124
1779
|
"value": "{core.size.default.10}",
|
|
@@ -2134,16 +1789,12 @@
|
|
|
2134
1789
|
"es6": "calciteSizeSmPlus"
|
|
2135
1790
|
}
|
|
2136
1791
|
},
|
|
2137
|
-
"path": [
|
|
2138
|
-
"semantic",
|
|
2139
|
-
"size",
|
|
2140
|
-
"sm+"
|
|
2141
|
-
]
|
|
1792
|
+
"path": ["semantic", "size", "sm+"]
|
|
2142
1793
|
},
|
|
2143
1794
|
{
|
|
2144
1795
|
"value": "12px",
|
|
2145
1796
|
"type": "spacing",
|
|
2146
|
-
"filePath": "/home/
|
|
1797
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2147
1798
|
"isSource": true,
|
|
2148
1799
|
"original": {
|
|
2149
1800
|
"value": "{core.size.default.12}",
|
|
@@ -2159,16 +1810,12 @@
|
|
|
2159
1810
|
"es6": "calciteSizeMd"
|
|
2160
1811
|
}
|
|
2161
1812
|
},
|
|
2162
|
-
"path": [
|
|
2163
|
-
"semantic",
|
|
2164
|
-
"size",
|
|
2165
|
-
"md"
|
|
2166
|
-
]
|
|
1813
|
+
"path": ["semantic", "size", "md"]
|
|
2167
1814
|
},
|
|
2168
1815
|
{
|
|
2169
1816
|
"value": "14px",
|
|
2170
1817
|
"type": "spacing",
|
|
2171
|
-
"filePath": "/home/
|
|
1818
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2172
1819
|
"isSource": true,
|
|
2173
1820
|
"original": {
|
|
2174
1821
|
"value": "{core.size.default.14}",
|
|
@@ -2184,16 +1831,12 @@
|
|
|
2184
1831
|
"es6": "calciteSizeMdPlus"
|
|
2185
1832
|
}
|
|
2186
1833
|
},
|
|
2187
|
-
"path": [
|
|
2188
|
-
"semantic",
|
|
2189
|
-
"size",
|
|
2190
|
-
"md+"
|
|
2191
|
-
]
|
|
1834
|
+
"path": ["semantic", "size", "md+"]
|
|
2192
1835
|
},
|
|
2193
1836
|
{
|
|
2194
1837
|
"value": "16px",
|
|
2195
1838
|
"type": "spacing",
|
|
2196
|
-
"filePath": "/home/
|
|
1839
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2197
1840
|
"isSource": true,
|
|
2198
1841
|
"original": {
|
|
2199
1842
|
"value": "{core.size.default.16}",
|
|
@@ -2209,16 +1852,12 @@
|
|
|
2209
1852
|
"es6": "calciteSizeLg"
|
|
2210
1853
|
}
|
|
2211
1854
|
},
|
|
2212
|
-
"path": [
|
|
2213
|
-
"semantic",
|
|
2214
|
-
"size",
|
|
2215
|
-
"lg"
|
|
2216
|
-
]
|
|
1855
|
+
"path": ["semantic", "size", "lg"]
|
|
2217
1856
|
},
|
|
2218
1857
|
{
|
|
2219
1858
|
"value": "20px",
|
|
2220
1859
|
"type": "spacing",
|
|
2221
|
-
"filePath": "/home/
|
|
1860
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2222
1861
|
"isSource": true,
|
|
2223
1862
|
"original": {
|
|
2224
1863
|
"value": "{core.size.default.20}",
|
|
@@ -2234,16 +1873,12 @@
|
|
|
2234
1873
|
"es6": "calciteSizeXl"
|
|
2235
1874
|
}
|
|
2236
1875
|
},
|
|
2237
|
-
"path": [
|
|
2238
|
-
"semantic",
|
|
2239
|
-
"size",
|
|
2240
|
-
"xl"
|
|
2241
|
-
]
|
|
1876
|
+
"path": ["semantic", "size", "xl"]
|
|
2242
1877
|
},
|
|
2243
1878
|
{
|
|
2244
1879
|
"value": "24px",
|
|
2245
1880
|
"type": "spacing",
|
|
2246
|
-
"filePath": "/home/
|
|
1881
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2247
1882
|
"isSource": true,
|
|
2248
1883
|
"original": {
|
|
2249
1884
|
"value": "{core.size.default.24}",
|
|
@@ -2259,16 +1894,12 @@
|
|
|
2259
1894
|
"es6": "calciteSizeXxl"
|
|
2260
1895
|
}
|
|
2261
1896
|
},
|
|
2262
|
-
"path": [
|
|
2263
|
-
"semantic",
|
|
2264
|
-
"size",
|
|
2265
|
-
"xxl"
|
|
2266
|
-
]
|
|
1897
|
+
"path": ["semantic", "size", "xxl"]
|
|
2267
1898
|
},
|
|
2268
1899
|
{
|
|
2269
1900
|
"value": "32px",
|
|
2270
1901
|
"type": "spacing",
|
|
2271
|
-
"filePath": "/home/
|
|
1902
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/size.json",
|
|
2272
1903
|
"isSource": true,
|
|
2273
1904
|
"original": {
|
|
2274
1905
|
"value": "{core.size.default.32}",
|
|
@@ -2284,16 +1915,12 @@
|
|
|
2284
1915
|
"es6": "calciteSizeXxxl"
|
|
2285
1916
|
}
|
|
2286
1917
|
},
|
|
2287
|
-
"path": [
|
|
2288
|
-
"semantic",
|
|
2289
|
-
"size",
|
|
2290
|
-
"xxxl"
|
|
2291
|
-
]
|
|
1918
|
+
"path": ["semantic", "size", "xxxl"]
|
|
2292
1919
|
},
|
|
2293
1920
|
{
|
|
2294
1921
|
"value": "1px",
|
|
2295
1922
|
"type": "spacing",
|
|
2296
|
-
"filePath": "/home/
|
|
1923
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2297
1924
|
"isSource": true,
|
|
2298
1925
|
"original": {
|
|
2299
1926
|
"value": "{core.size.default.1}",
|
|
@@ -2309,16 +1936,12 @@
|
|
|
2309
1936
|
"es6": "calciteSpacingPx"
|
|
2310
1937
|
}
|
|
2311
1938
|
},
|
|
2312
|
-
"path": [
|
|
2313
|
-
"semantic",
|
|
2314
|
-
"spacing",
|
|
2315
|
-
"px"
|
|
2316
|
-
]
|
|
1939
|
+
"path": ["semantic", "spacing", "px"]
|
|
2317
1940
|
},
|
|
2318
1941
|
{
|
|
2319
1942
|
"value": "2px",
|
|
2320
1943
|
"type": "spacing",
|
|
2321
|
-
"filePath": "/home/
|
|
1944
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2322
1945
|
"isSource": true,
|
|
2323
1946
|
"original": {
|
|
2324
1947
|
"value": "{core.size.default.2}",
|
|
@@ -2334,16 +1957,12 @@
|
|
|
2334
1957
|
"es6": "calciteSpacingBase"
|
|
2335
1958
|
}
|
|
2336
1959
|
},
|
|
2337
|
-
"path": [
|
|
2338
|
-
"semantic",
|
|
2339
|
-
"spacing",
|
|
2340
|
-
"base"
|
|
2341
|
-
]
|
|
1960
|
+
"path": ["semantic", "spacing", "base"]
|
|
2342
1961
|
},
|
|
2343
1962
|
{
|
|
2344
1963
|
"value": "4px",
|
|
2345
1964
|
"type": "spacing",
|
|
2346
|
-
"filePath": "/home/
|
|
1965
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2347
1966
|
"isSource": true,
|
|
2348
1967
|
"original": {
|
|
2349
1968
|
"value": "{core.size.default.4}",
|
|
@@ -2359,16 +1978,12 @@
|
|
|
2359
1978
|
"es6": "calciteSpacingXxs"
|
|
2360
1979
|
}
|
|
2361
1980
|
},
|
|
2362
|
-
"path": [
|
|
2363
|
-
"semantic",
|
|
2364
|
-
"spacing",
|
|
2365
|
-
"xxs"
|
|
2366
|
-
]
|
|
1981
|
+
"path": ["semantic", "spacing", "xxs"]
|
|
2367
1982
|
},
|
|
2368
1983
|
{
|
|
2369
1984
|
"value": "6px",
|
|
2370
1985
|
"type": "spacing",
|
|
2371
|
-
"filePath": "/home/
|
|
1986
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2372
1987
|
"isSource": true,
|
|
2373
1988
|
"original": {
|
|
2374
1989
|
"value": "{core.size.default.6}",
|
|
@@ -2384,16 +1999,12 @@
|
|
|
2384
1999
|
"es6": "calciteSpacingXs"
|
|
2385
2000
|
}
|
|
2386
2001
|
},
|
|
2387
|
-
"path": [
|
|
2388
|
-
"semantic",
|
|
2389
|
-
"spacing",
|
|
2390
|
-
"xs"
|
|
2391
|
-
]
|
|
2002
|
+
"path": ["semantic", "spacing", "xs"]
|
|
2392
2003
|
},
|
|
2393
2004
|
{
|
|
2394
2005
|
"value": "8px",
|
|
2395
2006
|
"type": "spacing",
|
|
2396
|
-
"filePath": "/home/
|
|
2007
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2397
2008
|
"isSource": true,
|
|
2398
2009
|
"original": {
|
|
2399
2010
|
"value": "{core.size.default.8}",
|
|
@@ -2409,16 +2020,12 @@
|
|
|
2409
2020
|
"es6": "calciteSpacingSm"
|
|
2410
2021
|
}
|
|
2411
2022
|
},
|
|
2412
|
-
"path": [
|
|
2413
|
-
"semantic",
|
|
2414
|
-
"spacing",
|
|
2415
|
-
"sm"
|
|
2416
|
-
]
|
|
2023
|
+
"path": ["semantic", "spacing", "sm"]
|
|
2417
2024
|
},
|
|
2418
2025
|
{
|
|
2419
2026
|
"value": "12px",
|
|
2420
2027
|
"type": "spacing",
|
|
2421
|
-
"filePath": "/home/
|
|
2028
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2422
2029
|
"isSource": true,
|
|
2423
2030
|
"original": {
|
|
2424
2031
|
"value": "{core.size.default.12}",
|
|
@@ -2434,16 +2041,12 @@
|
|
|
2434
2041
|
"es6": "calciteSpacingMd"
|
|
2435
2042
|
}
|
|
2436
2043
|
},
|
|
2437
|
-
"path": [
|
|
2438
|
-
"semantic",
|
|
2439
|
-
"spacing",
|
|
2440
|
-
"md"
|
|
2441
|
-
]
|
|
2044
|
+
"path": ["semantic", "spacing", "md"]
|
|
2442
2045
|
},
|
|
2443
2046
|
{
|
|
2444
2047
|
"value": "14px",
|
|
2445
2048
|
"type": "spacing",
|
|
2446
|
-
"filePath": "/home/
|
|
2049
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2447
2050
|
"isSource": true,
|
|
2448
2051
|
"original": {
|
|
2449
2052
|
"value": "{core.size.default.14}",
|
|
@@ -2459,16 +2062,12 @@
|
|
|
2459
2062
|
"es6": "calciteSpacingLg"
|
|
2460
2063
|
}
|
|
2461
2064
|
},
|
|
2462
|
-
"path": [
|
|
2463
|
-
"semantic",
|
|
2464
|
-
"spacing",
|
|
2465
|
-
"lg"
|
|
2466
|
-
]
|
|
2065
|
+
"path": ["semantic", "spacing", "lg"]
|
|
2467
2066
|
},
|
|
2468
2067
|
{
|
|
2469
2068
|
"value": "16px",
|
|
2470
2069
|
"type": "spacing",
|
|
2471
|
-
"filePath": "/home/
|
|
2070
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2472
2071
|
"isSource": true,
|
|
2473
2072
|
"original": {
|
|
2474
2073
|
"value": "{core.size.default.16}",
|
|
@@ -2484,16 +2083,12 @@
|
|
|
2484
2083
|
"es6": "calciteSpacingXl"
|
|
2485
2084
|
}
|
|
2486
2085
|
},
|
|
2487
|
-
"path": [
|
|
2488
|
-
"semantic",
|
|
2489
|
-
"spacing",
|
|
2490
|
-
"xl"
|
|
2491
|
-
]
|
|
2086
|
+
"path": ["semantic", "spacing", "xl"]
|
|
2492
2087
|
},
|
|
2493
2088
|
{
|
|
2494
2089
|
"value": "20px",
|
|
2495
2090
|
"type": "spacing",
|
|
2496
|
-
"filePath": "/home/
|
|
2091
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2497
2092
|
"isSource": true,
|
|
2498
2093
|
"original": {
|
|
2499
2094
|
"value": "{core.size.default.20}",
|
|
@@ -2509,16 +2104,12 @@
|
|
|
2509
2104
|
"es6": "calciteSpacingXxl"
|
|
2510
2105
|
}
|
|
2511
2106
|
},
|
|
2512
|
-
"path": [
|
|
2513
|
-
"semantic",
|
|
2514
|
-
"spacing",
|
|
2515
|
-
"xxl"
|
|
2516
|
-
]
|
|
2107
|
+
"path": ["semantic", "spacing", "xxl"]
|
|
2517
2108
|
},
|
|
2518
2109
|
{
|
|
2519
2110
|
"value": "32px",
|
|
2520
2111
|
"type": "spacing",
|
|
2521
|
-
"filePath": "/home/
|
|
2112
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/space.json",
|
|
2522
2113
|
"isSource": true,
|
|
2523
2114
|
"original": {
|
|
2524
2115
|
"value": "{core.size.default.32}",
|
|
@@ -2534,11 +2125,7 @@
|
|
|
2534
2125
|
"es6": "calciteSpacingXxxl"
|
|
2535
2126
|
}
|
|
2536
2127
|
},
|
|
2537
|
-
"path": [
|
|
2538
|
-
"semantic",
|
|
2539
|
-
"spacing",
|
|
2540
|
-
"xxxl"
|
|
2541
|
-
]
|
|
2128
|
+
"path": ["semantic", "spacing", "xxxl"]
|
|
2542
2129
|
}
|
|
2543
2130
|
],
|
|
2544
2131
|
"sizing": [
|
|
@@ -2546,7 +2133,7 @@
|
|
|
2546
2133
|
"value": "100%",
|
|
2547
2134
|
"type": "sizing",
|
|
2548
2135
|
"description": "for fluid grid widths",
|
|
2549
|
-
"filePath": "/home/
|
|
2136
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
2550
2137
|
"isSource": true,
|
|
2551
2138
|
"original": {
|
|
2552
2139
|
"value": "{core.size.relative.100}",
|
|
@@ -2563,18 +2150,13 @@
|
|
|
2563
2150
|
"es6": "calciteContainerSizeContentFluid"
|
|
2564
2151
|
}
|
|
2565
2152
|
},
|
|
2566
|
-
"path": [
|
|
2567
|
-
"semantic",
|
|
2568
|
-
"container-size",
|
|
2569
|
-
"content",
|
|
2570
|
-
"fluid"
|
|
2571
|
-
]
|
|
2153
|
+
"path": ["semantic", "container-size", "content", "fluid"]
|
|
2572
2154
|
},
|
|
2573
2155
|
{
|
|
2574
2156
|
"value": "1440px",
|
|
2575
2157
|
"type": "sizing",
|
|
2576
2158
|
"description": "only for lg breakpoint fixed grid width",
|
|
2577
|
-
"filePath": "/home/
|
|
2159
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/container-size.json",
|
|
2578
2160
|
"isSource": true,
|
|
2579
2161
|
"original": {
|
|
2580
2162
|
"value": "{core.container-size.1440}",
|
|
@@ -2591,19 +2173,14 @@
|
|
|
2591
2173
|
"es6": "calciteContainerSizeContentFixed"
|
|
2592
2174
|
}
|
|
2593
2175
|
},
|
|
2594
|
-
"path": [
|
|
2595
|
-
"semantic",
|
|
2596
|
-
"container-size",
|
|
2597
|
-
"content",
|
|
2598
|
-
"fixed"
|
|
2599
|
-
]
|
|
2176
|
+
"path": ["semantic", "container-size", "content", "fixed"]
|
|
2600
2177
|
}
|
|
2601
2178
|
],
|
|
2602
2179
|
"fontFamilies": [
|
|
2603
2180
|
{
|
|
2604
2181
|
"value": "Avenir Next LT Pro",
|
|
2605
2182
|
"type": "fontFamilies",
|
|
2606
|
-
"filePath": "/home/
|
|
2183
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2607
2184
|
"isSource": true,
|
|
2608
2185
|
"original": {
|
|
2609
2186
|
"value": "{core.font.family.avenirNextPro}",
|
|
@@ -2619,17 +2196,12 @@
|
|
|
2619
2196
|
"es6": "calciteFontFamily"
|
|
2620
2197
|
}
|
|
2621
2198
|
},
|
|
2622
|
-
"path": [
|
|
2623
|
-
"semantic",
|
|
2624
|
-
"font",
|
|
2625
|
-
"family",
|
|
2626
|
-
"default"
|
|
2627
|
-
]
|
|
2199
|
+
"path": ["semantic", "font", "family", "default"]
|
|
2628
2200
|
},
|
|
2629
2201
|
{
|
|
2630
2202
|
"value": "Monaco",
|
|
2631
2203
|
"type": "fontFamilies",
|
|
2632
|
-
"filePath": "/home/
|
|
2204
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2633
2205
|
"isSource": true,
|
|
2634
2206
|
"original": {
|
|
2635
2207
|
"value": "{core.font.family.monaco}",
|
|
@@ -2645,12 +2217,7 @@
|
|
|
2645
2217
|
"es6": "calciteFontFamilyCode"
|
|
2646
2218
|
}
|
|
2647
2219
|
},
|
|
2648
|
-
"path": [
|
|
2649
|
-
"semantic",
|
|
2650
|
-
"font",
|
|
2651
|
-
"family",
|
|
2652
|
-
"code"
|
|
2653
|
-
]
|
|
2220
|
+
"path": ["semantic", "font", "family", "code"]
|
|
2654
2221
|
}
|
|
2655
2222
|
],
|
|
2656
2223
|
"fontWeights": [
|
|
@@ -2658,7 +2225,7 @@
|
|
|
2658
2225
|
"value": "300",
|
|
2659
2226
|
"type": "fontWeights",
|
|
2660
2227
|
"description": "For Avenir Next World (secondary font family)",
|
|
2661
|
-
"filePath": "/home/
|
|
2228
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2662
2229
|
"isSource": true,
|
|
2663
2230
|
"original": {
|
|
2664
2231
|
"value": "{core.font.weight.light}",
|
|
@@ -2675,12 +2242,7 @@
|
|
|
2675
2242
|
"es6": "calciteFontWeightLight"
|
|
2676
2243
|
}
|
|
2677
2244
|
},
|
|
2678
|
-
"path": [
|
|
2679
|
-
"semantic",
|
|
2680
|
-
"font",
|
|
2681
|
-
"weight",
|
|
2682
|
-
"light"
|
|
2683
|
-
]
|
|
2245
|
+
"path": ["semantic", "font", "weight", "light"]
|
|
2684
2246
|
},
|
|
2685
2247
|
{
|
|
2686
2248
|
"value": "400",
|
|
@@ -2689,7 +2251,7 @@
|
|
|
2689
2251
|
"extensions": {
|
|
2690
2252
|
"calcite.deprecated": true
|
|
2691
2253
|
},
|
|
2692
|
-
"filePath": "/home/
|
|
2254
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2693
2255
|
"isSource": true,
|
|
2694
2256
|
"original": {
|
|
2695
2257
|
"value": "{core.font.weight.regular}",
|
|
@@ -2709,17 +2271,12 @@
|
|
|
2709
2271
|
"es6": "calciteFontWeightNormal"
|
|
2710
2272
|
}
|
|
2711
2273
|
},
|
|
2712
|
-
"path": [
|
|
2713
|
-
"semantic",
|
|
2714
|
-
"font",
|
|
2715
|
-
"weight",
|
|
2716
|
-
"normal"
|
|
2717
|
-
]
|
|
2274
|
+
"path": ["semantic", "font", "weight", "normal"]
|
|
2718
2275
|
},
|
|
2719
2276
|
{
|
|
2720
2277
|
"value": "400",
|
|
2721
2278
|
"type": "fontWeights",
|
|
2722
|
-
"filePath": "/home/
|
|
2279
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2723
2280
|
"isSource": true,
|
|
2724
2281
|
"original": {
|
|
2725
2282
|
"value": "{core.font.weight.regular}",
|
|
@@ -2735,17 +2292,12 @@
|
|
|
2735
2292
|
"es6": "calciteFontWeightRegular"
|
|
2736
2293
|
}
|
|
2737
2294
|
},
|
|
2738
|
-
"path": [
|
|
2739
|
-
"semantic",
|
|
2740
|
-
"font",
|
|
2741
|
-
"weight",
|
|
2742
|
-
"regular"
|
|
2743
|
-
]
|
|
2295
|
+
"path": ["semantic", "font", "weight", "regular"]
|
|
2744
2296
|
},
|
|
2745
2297
|
{
|
|
2746
2298
|
"value": "500",
|
|
2747
2299
|
"type": "fontWeights",
|
|
2748
|
-
"filePath": "/home/
|
|
2300
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2749
2301
|
"isSource": true,
|
|
2750
2302
|
"original": {
|
|
2751
2303
|
"value": "{core.font.weight.medium}",
|
|
@@ -2761,17 +2313,12 @@
|
|
|
2761
2313
|
"es6": "calciteFontWeightMedium"
|
|
2762
2314
|
}
|
|
2763
2315
|
},
|
|
2764
|
-
"path": [
|
|
2765
|
-
"semantic",
|
|
2766
|
-
"font",
|
|
2767
|
-
"weight",
|
|
2768
|
-
"medium"
|
|
2769
|
-
]
|
|
2316
|
+
"path": ["semantic", "font", "weight", "medium"]
|
|
2770
2317
|
},
|
|
2771
2318
|
{
|
|
2772
2319
|
"value": "600",
|
|
2773
2320
|
"type": "fontWeights",
|
|
2774
|
-
"filePath": "/home/
|
|
2321
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2775
2322
|
"isSource": true,
|
|
2776
2323
|
"original": {
|
|
2777
2324
|
"value": "{core.font.weight.demi}",
|
|
@@ -2787,17 +2334,12 @@
|
|
|
2787
2334
|
"es6": "calciteFontWeightSemibold"
|
|
2788
2335
|
}
|
|
2789
2336
|
},
|
|
2790
|
-
"path": [
|
|
2791
|
-
"semantic",
|
|
2792
|
-
"font",
|
|
2793
|
-
"weight",
|
|
2794
|
-
"semibold"
|
|
2795
|
-
]
|
|
2337
|
+
"path": ["semantic", "font", "weight", "semibold"]
|
|
2796
2338
|
},
|
|
2797
2339
|
{
|
|
2798
2340
|
"value": "700",
|
|
2799
2341
|
"type": "fontWeights",
|
|
2800
|
-
"filePath": "/home/
|
|
2342
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2801
2343
|
"isSource": true,
|
|
2802
2344
|
"original": {
|
|
2803
2345
|
"value": "{core.font.weight.bold}",
|
|
@@ -2813,19 +2355,14 @@
|
|
|
2813
2355
|
"es6": "calciteFontWeightBold"
|
|
2814
2356
|
}
|
|
2815
2357
|
},
|
|
2816
|
-
"path": [
|
|
2817
|
-
"semantic",
|
|
2818
|
-
"font",
|
|
2819
|
-
"weight",
|
|
2820
|
-
"bold"
|
|
2821
|
-
]
|
|
2358
|
+
"path": ["semantic", "font", "weight", "bold"]
|
|
2822
2359
|
}
|
|
2823
2360
|
],
|
|
2824
2361
|
"fontSizes": [
|
|
2825
2362
|
{
|
|
2826
2363
|
"value": "10px",
|
|
2827
2364
|
"type": "fontSizes",
|
|
2828
|
-
"filePath": "/home/
|
|
2365
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2829
2366
|
"isSource": true,
|
|
2830
2367
|
"original": {
|
|
2831
2368
|
"value": "{core.size.default.10}",
|
|
@@ -2841,17 +2378,12 @@
|
|
|
2841
2378
|
"es6": "calciteFontSizeXs"
|
|
2842
2379
|
}
|
|
2843
2380
|
},
|
|
2844
|
-
"path": [
|
|
2845
|
-
"semantic",
|
|
2846
|
-
"font",
|
|
2847
|
-
"size",
|
|
2848
|
-
"xs"
|
|
2849
|
-
]
|
|
2381
|
+
"path": ["semantic", "font", "size", "xs"]
|
|
2850
2382
|
},
|
|
2851
2383
|
{
|
|
2852
2384
|
"value": "12px",
|
|
2853
2385
|
"type": "fontSizes",
|
|
2854
|
-
"filePath": "/home/
|
|
2386
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2855
2387
|
"isSource": true,
|
|
2856
2388
|
"original": {
|
|
2857
2389
|
"value": "{core.size.default.12}",
|
|
@@ -2867,17 +2399,12 @@
|
|
|
2867
2399
|
"es6": "calciteFontSizeSm"
|
|
2868
2400
|
}
|
|
2869
2401
|
},
|
|
2870
|
-
"path": [
|
|
2871
|
-
"semantic",
|
|
2872
|
-
"font",
|
|
2873
|
-
"size",
|
|
2874
|
-
"sm"
|
|
2875
|
-
]
|
|
2402
|
+
"path": ["semantic", "font", "size", "sm"]
|
|
2876
2403
|
},
|
|
2877
2404
|
{
|
|
2878
2405
|
"value": "14px",
|
|
2879
2406
|
"type": "fontSizes",
|
|
2880
|
-
"filePath": "/home/
|
|
2407
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2881
2408
|
"isSource": true,
|
|
2882
2409
|
"original": {
|
|
2883
2410
|
"value": "{core.size.default.14}",
|
|
@@ -2893,17 +2420,12 @@
|
|
|
2893
2420
|
"es6": "calciteFontSize"
|
|
2894
2421
|
}
|
|
2895
2422
|
},
|
|
2896
|
-
"path": [
|
|
2897
|
-
"semantic",
|
|
2898
|
-
"font",
|
|
2899
|
-
"size",
|
|
2900
|
-
"default"
|
|
2901
|
-
]
|
|
2423
|
+
"path": ["semantic", "font", "size", "default"]
|
|
2902
2424
|
},
|
|
2903
2425
|
{
|
|
2904
2426
|
"value": "16px",
|
|
2905
2427
|
"type": "fontSizes",
|
|
2906
|
-
"filePath": "/home/
|
|
2428
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2907
2429
|
"isSource": true,
|
|
2908
2430
|
"original": {
|
|
2909
2431
|
"value": "{core.size.default.16}",
|
|
@@ -2919,17 +2441,12 @@
|
|
|
2919
2441
|
"es6": "calciteFontSizeMd"
|
|
2920
2442
|
}
|
|
2921
2443
|
},
|
|
2922
|
-
"path": [
|
|
2923
|
-
"semantic",
|
|
2924
|
-
"font",
|
|
2925
|
-
"size",
|
|
2926
|
-
"md"
|
|
2927
|
-
]
|
|
2444
|
+
"path": ["semantic", "font", "size", "md"]
|
|
2928
2445
|
},
|
|
2929
2446
|
{
|
|
2930
2447
|
"value": "18px",
|
|
2931
2448
|
"type": "fontSizes",
|
|
2932
|
-
"filePath": "/home/
|
|
2449
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2933
2450
|
"isSource": true,
|
|
2934
2451
|
"original": {
|
|
2935
2452
|
"value": "{core.size.default.2} * 9",
|
|
@@ -2945,17 +2462,12 @@
|
|
|
2945
2462
|
"es6": "calciteFontSizeLg"
|
|
2946
2463
|
}
|
|
2947
2464
|
},
|
|
2948
|
-
"path": [
|
|
2949
|
-
"semantic",
|
|
2950
|
-
"font",
|
|
2951
|
-
"size",
|
|
2952
|
-
"lg"
|
|
2953
|
-
]
|
|
2465
|
+
"path": ["semantic", "font", "size", "lg"]
|
|
2954
2466
|
},
|
|
2955
2467
|
{
|
|
2956
2468
|
"value": "20px",
|
|
2957
2469
|
"type": "fontSizes",
|
|
2958
|
-
"filePath": "/home/
|
|
2470
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2959
2471
|
"isSource": true,
|
|
2960
2472
|
"original": {
|
|
2961
2473
|
"value": "{core.size.default.20}",
|
|
@@ -2971,17 +2483,12 @@
|
|
|
2971
2483
|
"es6": "calciteFontSizeXl"
|
|
2972
2484
|
}
|
|
2973
2485
|
},
|
|
2974
|
-
"path": [
|
|
2975
|
-
"semantic",
|
|
2976
|
-
"font",
|
|
2977
|
-
"size",
|
|
2978
|
-
"xl"
|
|
2979
|
-
]
|
|
2486
|
+
"path": ["semantic", "font", "size", "xl"]
|
|
2980
2487
|
},
|
|
2981
2488
|
{
|
|
2982
2489
|
"value": "24px",
|
|
2983
2490
|
"type": "fontSizes",
|
|
2984
|
-
"filePath": "/home/
|
|
2491
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
2985
2492
|
"isSource": true,
|
|
2986
2493
|
"original": {
|
|
2987
2494
|
"value": "{core.size.default.24}",
|
|
@@ -2997,12 +2504,7 @@
|
|
|
2997
2504
|
"es6": "calciteFontSizeXxl"
|
|
2998
2505
|
}
|
|
2999
2506
|
},
|
|
3000
|
-
"path": [
|
|
3001
|
-
"semantic",
|
|
3002
|
-
"font",
|
|
3003
|
-
"size",
|
|
3004
|
-
"xxl"
|
|
3005
|
-
]
|
|
2507
|
+
"path": ["semantic", "font", "size", "xxl"]
|
|
3006
2508
|
}
|
|
3007
2509
|
],
|
|
3008
2510
|
"fontStyle": [
|
|
@@ -3010,7 +2512,7 @@
|
|
|
3010
2512
|
"value": "italic",
|
|
3011
2513
|
"type": "fontStyle",
|
|
3012
2514
|
"description": "used in ratings",
|
|
3013
|
-
"filePath": "/home/
|
|
2515
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3014
2516
|
"isSource": true,
|
|
3015
2517
|
"original": {
|
|
3016
2518
|
"value": "{core.font.style.italic}",
|
|
@@ -3027,19 +2529,14 @@
|
|
|
3027
2529
|
"es6": "calciteFontStyleEmphasis"
|
|
3028
2530
|
}
|
|
3029
2531
|
},
|
|
3030
|
-
"path": [
|
|
3031
|
-
"semantic",
|
|
3032
|
-
"font",
|
|
3033
|
-
"style",
|
|
3034
|
-
"emphasis"
|
|
3035
|
-
]
|
|
2532
|
+
"path": ["semantic", "font", "style", "emphasis"]
|
|
3036
2533
|
}
|
|
3037
2534
|
],
|
|
3038
2535
|
"lineHeights": [
|
|
3039
2536
|
{
|
|
3040
2537
|
"value": "12px",
|
|
3041
2538
|
"type": "lineHeights",
|
|
3042
|
-
"filePath": "/home/
|
|
2539
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3043
2540
|
"isSource": true,
|
|
3044
2541
|
"original": {
|
|
3045
2542
|
"value": "{core.size.default.12}",
|
|
@@ -3055,18 +2552,12 @@
|
|
|
3055
2552
|
"es6": "calciteFontLineHeightFixedSm"
|
|
3056
2553
|
}
|
|
3057
2554
|
},
|
|
3058
|
-
"path": [
|
|
3059
|
-
"semantic",
|
|
3060
|
-
"font",
|
|
3061
|
-
"line-height",
|
|
3062
|
-
"fixed",
|
|
3063
|
-
"sm"
|
|
3064
|
-
]
|
|
2555
|
+
"path": ["semantic", "font", "line-height", "fixed", "sm"]
|
|
3065
2556
|
},
|
|
3066
2557
|
{
|
|
3067
2558
|
"value": "16px",
|
|
3068
2559
|
"type": "lineHeights",
|
|
3069
|
-
"filePath": "/home/
|
|
2560
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3070
2561
|
"isSource": true,
|
|
3071
2562
|
"original": {
|
|
3072
2563
|
"value": "{core.size.default.16}",
|
|
@@ -3082,18 +2573,12 @@
|
|
|
3082
2573
|
"es6": "calciteFontLineHeightFixedBase"
|
|
3083
2574
|
}
|
|
3084
2575
|
},
|
|
3085
|
-
"path": [
|
|
3086
|
-
"semantic",
|
|
3087
|
-
"font",
|
|
3088
|
-
"line-height",
|
|
3089
|
-
"fixed",
|
|
3090
|
-
"base"
|
|
3091
|
-
]
|
|
2576
|
+
"path": ["semantic", "font", "line-height", "fixed", "base"]
|
|
3092
2577
|
},
|
|
3093
2578
|
{
|
|
3094
2579
|
"value": "20px",
|
|
3095
2580
|
"type": "lineHeights",
|
|
3096
|
-
"filePath": "/home/
|
|
2581
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3097
2582
|
"isSource": true,
|
|
3098
2583
|
"original": {
|
|
3099
2584
|
"value": "{core.size.default.20}",
|
|
@@ -3109,18 +2594,12 @@
|
|
|
3109
2594
|
"es6": "calciteFontLineHeightFixedLg"
|
|
3110
2595
|
}
|
|
3111
2596
|
},
|
|
3112
|
-
"path": [
|
|
3113
|
-
"semantic",
|
|
3114
|
-
"font",
|
|
3115
|
-
"line-height",
|
|
3116
|
-
"fixed",
|
|
3117
|
-
"lg"
|
|
3118
|
-
]
|
|
2597
|
+
"path": ["semantic", "font", "line-height", "fixed", "lg"]
|
|
3119
2598
|
},
|
|
3120
2599
|
{
|
|
3121
2600
|
"value": "24px",
|
|
3122
2601
|
"type": "lineHeights",
|
|
3123
|
-
"filePath": "/home/
|
|
2602
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3124
2603
|
"isSource": true,
|
|
3125
2604
|
"original": {
|
|
3126
2605
|
"value": "{core.size.default.24}",
|
|
@@ -3136,19 +2615,13 @@
|
|
|
3136
2615
|
"es6": "calciteFontLineHeightFixedXl"
|
|
3137
2616
|
}
|
|
3138
2617
|
},
|
|
3139
|
-
"path": [
|
|
3140
|
-
"semantic",
|
|
3141
|
-
"font",
|
|
3142
|
-
"line-height",
|
|
3143
|
-
"fixed",
|
|
3144
|
-
"xl"
|
|
3145
|
-
]
|
|
2618
|
+
"path": ["semantic", "font", "line-height", "fixed", "xl"]
|
|
3146
2619
|
},
|
|
3147
2620
|
{
|
|
3148
2621
|
"value": "auto",
|
|
3149
2622
|
"type": "lineHeights",
|
|
3150
2623
|
"description": "1",
|
|
3151
|
-
"filePath": "/home/
|
|
2624
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3152
2625
|
"isSource": true,
|
|
3153
2626
|
"original": {
|
|
3154
2627
|
"value": "{core.size.relative.auto}",
|
|
@@ -3165,19 +2638,13 @@
|
|
|
3165
2638
|
"es6": "calciteFontLineHeightRelative"
|
|
3166
2639
|
}
|
|
3167
2640
|
},
|
|
3168
|
-
"path": [
|
|
3169
|
-
"semantic",
|
|
3170
|
-
"font",
|
|
3171
|
-
"line-height",
|
|
3172
|
-
"relative",
|
|
3173
|
-
"default"
|
|
3174
|
-
]
|
|
2641
|
+
"path": ["semantic", "font", "line-height", "relative", "default"]
|
|
3175
2642
|
},
|
|
3176
2643
|
{
|
|
3177
2644
|
"value": "125%",
|
|
3178
2645
|
"type": "lineHeights",
|
|
3179
2646
|
"description": "1.25",
|
|
3180
|
-
"filePath": "/home/
|
|
2647
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3181
2648
|
"isSource": true,
|
|
3182
2649
|
"original": {
|
|
3183
2650
|
"value": "{core.size.relative.125}",
|
|
@@ -3194,19 +2661,13 @@
|
|
|
3194
2661
|
"es6": "calciteFontLineHeightRelativeTight"
|
|
3195
2662
|
}
|
|
3196
2663
|
},
|
|
3197
|
-
"path": [
|
|
3198
|
-
"semantic",
|
|
3199
|
-
"font",
|
|
3200
|
-
"line-height",
|
|
3201
|
-
"relative",
|
|
3202
|
-
"tight"
|
|
3203
|
-
]
|
|
2664
|
+
"path": ["semantic", "font", "line-height", "relative", "tight"]
|
|
3204
2665
|
},
|
|
3205
2666
|
{
|
|
3206
2667
|
"value": "137.5%",
|
|
3207
2668
|
"type": "lineHeights",
|
|
3208
2669
|
"description": "1.375",
|
|
3209
|
-
"filePath": "/home/
|
|
2670
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3210
2671
|
"isSource": true,
|
|
3211
2672
|
"original": {
|
|
3212
2673
|
"value": "{core.size.relative.137}",
|
|
@@ -3223,19 +2684,13 @@
|
|
|
3223
2684
|
"es6": "calciteFontLineHeightRelativeSnug"
|
|
3224
2685
|
}
|
|
3225
2686
|
},
|
|
3226
|
-
"path": [
|
|
3227
|
-
"semantic",
|
|
3228
|
-
"font",
|
|
3229
|
-
"line-height",
|
|
3230
|
-
"relative",
|
|
3231
|
-
"snug"
|
|
3232
|
-
]
|
|
2687
|
+
"path": ["semantic", "font", "line-height", "relative", "snug"]
|
|
3233
2688
|
},
|
|
3234
2689
|
{
|
|
3235
2690
|
"value": "150%",
|
|
3236
2691
|
"type": "lineHeights",
|
|
3237
2692
|
"description": "1.5",
|
|
3238
|
-
"filePath": "/home/
|
|
2693
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3239
2694
|
"isSource": true,
|
|
3240
2695
|
"original": {
|
|
3241
2696
|
"value": "{core.size.relative.150}",
|
|
@@ -3252,19 +2707,13 @@
|
|
|
3252
2707
|
"es6": "calciteFontLineHeightRelativeNormal"
|
|
3253
2708
|
}
|
|
3254
2709
|
},
|
|
3255
|
-
"path": [
|
|
3256
|
-
"semantic",
|
|
3257
|
-
"font",
|
|
3258
|
-
"line-height",
|
|
3259
|
-
"relative",
|
|
3260
|
-
"normal"
|
|
3261
|
-
]
|
|
2710
|
+
"path": ["semantic", "font", "line-height", "relative", "normal"]
|
|
3262
2711
|
},
|
|
3263
2712
|
{
|
|
3264
2713
|
"value": "162.5%",
|
|
3265
2714
|
"type": "lineHeights",
|
|
3266
2715
|
"description": "1.625",
|
|
3267
|
-
"filePath": "/home/
|
|
2716
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3268
2717
|
"isSource": true,
|
|
3269
2718
|
"original": {
|
|
3270
2719
|
"value": "{core.size.relative.162}",
|
|
@@ -3281,19 +2730,13 @@
|
|
|
3281
2730
|
"es6": "calciteFontLineHeightRelativeRelaxed"
|
|
3282
2731
|
}
|
|
3283
2732
|
},
|
|
3284
|
-
"path": [
|
|
3285
|
-
"semantic",
|
|
3286
|
-
"font",
|
|
3287
|
-
"line-height",
|
|
3288
|
-
"relative",
|
|
3289
|
-
"relaxed"
|
|
3290
|
-
]
|
|
2733
|
+
"path": ["semantic", "font", "line-height", "relative", "relaxed"]
|
|
3291
2734
|
},
|
|
3292
2735
|
{
|
|
3293
2736
|
"value": "200%",
|
|
3294
2737
|
"type": "lineHeights",
|
|
3295
2738
|
"description": "2",
|
|
3296
|
-
"filePath": "/home/
|
|
2739
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3297
2740
|
"isSource": true,
|
|
3298
2741
|
"original": {
|
|
3299
2742
|
"value": "{core.size.relative.200}",
|
|
@@ -3310,20 +2753,14 @@
|
|
|
3310
2753
|
"es6": "calciteFontLineHeightRelativeLoose"
|
|
3311
2754
|
}
|
|
3312
2755
|
},
|
|
3313
|
-
"path": [
|
|
3314
|
-
"semantic",
|
|
3315
|
-
"font",
|
|
3316
|
-
"line-height",
|
|
3317
|
-
"relative",
|
|
3318
|
-
"loose"
|
|
3319
|
-
]
|
|
2756
|
+
"path": ["semantic", "font", "line-height", "relative", "loose"]
|
|
3320
2757
|
}
|
|
3321
2758
|
],
|
|
3322
2759
|
"letterSpacing": [
|
|
3323
2760
|
{
|
|
3324
2761
|
"value": "-0.4",
|
|
3325
2762
|
"type": "letterSpacing",
|
|
3326
|
-
"filePath": "/home/
|
|
2763
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3327
2764
|
"isSource": true,
|
|
3328
2765
|
"original": {
|
|
3329
2766
|
"value": "{core.size.default.none} - .4 ",
|
|
@@ -3339,17 +2776,12 @@
|
|
|
3339
2776
|
"es6": "calciteFontLetterSpacingTight"
|
|
3340
2777
|
}
|
|
3341
2778
|
},
|
|
3342
|
-
"path": [
|
|
3343
|
-
"semantic",
|
|
3344
|
-
"font",
|
|
3345
|
-
"letter-spacing",
|
|
3346
|
-
"tight"
|
|
3347
|
-
]
|
|
2779
|
+
"path": ["semantic", "font", "letter-spacing", "tight"]
|
|
3348
2780
|
},
|
|
3349
2781
|
{
|
|
3350
2782
|
"value": "0",
|
|
3351
2783
|
"type": "letterSpacing",
|
|
3352
|
-
"filePath": "/home/
|
|
2784
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3353
2785
|
"isSource": true,
|
|
3354
2786
|
"original": {
|
|
3355
2787
|
"value": "{core.size.default.none}",
|
|
@@ -3365,17 +2797,12 @@
|
|
|
3365
2797
|
"es6": "calciteFontLetterSpacingNormal"
|
|
3366
2798
|
}
|
|
3367
2799
|
},
|
|
3368
|
-
"path": [
|
|
3369
|
-
"semantic",
|
|
3370
|
-
"font",
|
|
3371
|
-
"letter-spacing",
|
|
3372
|
-
"normal"
|
|
3373
|
-
]
|
|
2800
|
+
"path": ["semantic", "font", "letter-spacing", "normal"]
|
|
3374
2801
|
},
|
|
3375
2802
|
{
|
|
3376
2803
|
"value": "0.4",
|
|
3377
2804
|
"type": "letterSpacing",
|
|
3378
|
-
"filePath": "/home/
|
|
2805
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3379
2806
|
"isSource": true,
|
|
3380
2807
|
"original": {
|
|
3381
2808
|
"value": "{core.size.default.none} + .4 ",
|
|
@@ -3391,19 +2818,14 @@
|
|
|
3391
2818
|
"es6": "calciteFontLetterSpacingWide"
|
|
3392
2819
|
}
|
|
3393
2820
|
},
|
|
3394
|
-
"path": [
|
|
3395
|
-
"semantic",
|
|
3396
|
-
"font",
|
|
3397
|
-
"letter-spacing",
|
|
3398
|
-
"wide"
|
|
3399
|
-
]
|
|
2821
|
+
"path": ["semantic", "font", "letter-spacing", "wide"]
|
|
3400
2822
|
}
|
|
3401
2823
|
],
|
|
3402
2824
|
"paragraphSpacing": [
|
|
3403
2825
|
{
|
|
3404
2826
|
"value": "4px",
|
|
3405
2827
|
"type": "paragraphSpacing",
|
|
3406
|
-
"filePath": "/home/
|
|
2828
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3407
2829
|
"isSource": true,
|
|
3408
2830
|
"original": {
|
|
3409
2831
|
"value": "{core.size.default.4}",
|
|
@@ -3419,19 +2841,14 @@
|
|
|
3419
2841
|
"es6": "calciteFontParagraphSpacingNormal"
|
|
3420
2842
|
}
|
|
3421
2843
|
},
|
|
3422
|
-
"path": [
|
|
3423
|
-
"semantic",
|
|
3424
|
-
"font",
|
|
3425
|
-
"paragraph-spacing",
|
|
3426
|
-
"normal"
|
|
3427
|
-
]
|
|
2844
|
+
"path": ["semantic", "font", "paragraph-spacing", "normal"]
|
|
3428
2845
|
}
|
|
3429
2846
|
],
|
|
3430
2847
|
"textDecoration": [
|
|
3431
2848
|
{
|
|
3432
2849
|
"value": "none",
|
|
3433
2850
|
"type": "textDecoration",
|
|
3434
|
-
"filePath": "/home/
|
|
2851
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3435
2852
|
"isSource": true,
|
|
3436
2853
|
"original": {
|
|
3437
2854
|
"value": "{core.font.text-decoration.none}",
|
|
@@ -3447,17 +2864,12 @@
|
|
|
3447
2864
|
"es6": "calciteFontTextDecorationNone"
|
|
3448
2865
|
}
|
|
3449
2866
|
},
|
|
3450
|
-
"path": [
|
|
3451
|
-
"semantic",
|
|
3452
|
-
"font",
|
|
3453
|
-
"text-decoration",
|
|
3454
|
-
"none"
|
|
3455
|
-
]
|
|
2867
|
+
"path": ["semantic", "font", "text-decoration", "none"]
|
|
3456
2868
|
},
|
|
3457
2869
|
{
|
|
3458
2870
|
"value": "underline",
|
|
3459
2871
|
"type": "textDecoration",
|
|
3460
|
-
"filePath": "/home/
|
|
2872
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3461
2873
|
"isSource": true,
|
|
3462
2874
|
"original": {
|
|
3463
2875
|
"value": "{core.font.text-decoration.underline}",
|
|
@@ -3473,19 +2885,14 @@
|
|
|
3473
2885
|
"es6": "calciteFontTextDecorationUnderline"
|
|
3474
2886
|
}
|
|
3475
2887
|
},
|
|
3476
|
-
"path": [
|
|
3477
|
-
"semantic",
|
|
3478
|
-
"font",
|
|
3479
|
-
"text-decoration",
|
|
3480
|
-
"underline"
|
|
3481
|
-
]
|
|
2888
|
+
"path": ["semantic", "font", "text-decoration", "underline"]
|
|
3482
2889
|
}
|
|
3483
2890
|
],
|
|
3484
2891
|
"textCase": [
|
|
3485
2892
|
{
|
|
3486
2893
|
"value": "none",
|
|
3487
2894
|
"type": "textCase",
|
|
3488
|
-
"filePath": "/home/
|
|
2895
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3489
2896
|
"isSource": true,
|
|
3490
2897
|
"original": {
|
|
3491
2898
|
"value": "{core.font.text-case.none}",
|
|
@@ -3501,17 +2908,12 @@
|
|
|
3501
2908
|
"es6": "calciteFontTextCaseNone"
|
|
3502
2909
|
}
|
|
3503
2910
|
},
|
|
3504
|
-
"path": [
|
|
3505
|
-
"semantic",
|
|
3506
|
-
"font",
|
|
3507
|
-
"text-case",
|
|
3508
|
-
"none"
|
|
3509
|
-
]
|
|
2911
|
+
"path": ["semantic", "font", "text-case", "none"]
|
|
3510
2912
|
},
|
|
3511
2913
|
{
|
|
3512
2914
|
"value": "uppercase",
|
|
3513
2915
|
"type": "textCase",
|
|
3514
|
-
"filePath": "/home/
|
|
2916
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3515
2917
|
"isSource": true,
|
|
3516
2918
|
"original": {
|
|
3517
2919
|
"value": "{core.font.text-case.uppercase}",
|
|
@@ -3527,17 +2929,12 @@
|
|
|
3527
2929
|
"es6": "calciteFontTextCaseUppercase"
|
|
3528
2930
|
}
|
|
3529
2931
|
},
|
|
3530
|
-
"path": [
|
|
3531
|
-
"semantic",
|
|
3532
|
-
"font",
|
|
3533
|
-
"text-case",
|
|
3534
|
-
"uppercase"
|
|
3535
|
-
]
|
|
2932
|
+
"path": ["semantic", "font", "text-case", "uppercase"]
|
|
3536
2933
|
},
|
|
3537
2934
|
{
|
|
3538
2935
|
"value": "lowercase",
|
|
3539
2936
|
"type": "textCase",
|
|
3540
|
-
"filePath": "/home/
|
|
2937
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3541
2938
|
"isSource": true,
|
|
3542
2939
|
"original": {
|
|
3543
2940
|
"value": "{core.font.text-case.lowercase}",
|
|
@@ -3553,17 +2950,12 @@
|
|
|
3553
2950
|
"es6": "calciteFontTextCaseLowercase"
|
|
3554
2951
|
}
|
|
3555
2952
|
},
|
|
3556
|
-
"path": [
|
|
3557
|
-
"semantic",
|
|
3558
|
-
"font",
|
|
3559
|
-
"text-case",
|
|
3560
|
-
"lowercase"
|
|
3561
|
-
]
|
|
2953
|
+
"path": ["semantic", "font", "text-case", "lowercase"]
|
|
3562
2954
|
},
|
|
3563
2955
|
{
|
|
3564
2956
|
"value": "capitalize",
|
|
3565
2957
|
"type": "textCase",
|
|
3566
|
-
"filePath": "/home/
|
|
2958
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/font.json",
|
|
3567
2959
|
"isSource": true,
|
|
3568
2960
|
"original": {
|
|
3569
2961
|
"value": "{core.font.text-case.capitalize}",
|
|
@@ -3579,19 +2971,14 @@
|
|
|
3579
2971
|
"es6": "calciteFontTextCaseCapitalize"
|
|
3580
2972
|
}
|
|
3581
2973
|
},
|
|
3582
|
-
"path": [
|
|
3583
|
-
"semantic",
|
|
3584
|
-
"font",
|
|
3585
|
-
"text-case",
|
|
3586
|
-
"capitalize"
|
|
3587
|
-
]
|
|
2974
|
+
"path": ["semantic", "font", "text-case", "capitalize"]
|
|
3588
2975
|
}
|
|
3589
2976
|
],
|
|
3590
2977
|
"opacity": [
|
|
3591
2978
|
{
|
|
3592
2979
|
"value": "40%",
|
|
3593
2980
|
"type": "opacity",
|
|
3594
|
-
"filePath": "/home/
|
|
2981
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/opacity.json",
|
|
3595
2982
|
"isSource": true,
|
|
3596
2983
|
"original": {
|
|
3597
2984
|
"value": "{core.opacity.40}",
|
|
@@ -3607,16 +2994,12 @@
|
|
|
3607
2994
|
"es6": "calciteOpacityLight"
|
|
3608
2995
|
}
|
|
3609
2996
|
},
|
|
3610
|
-
"path": [
|
|
3611
|
-
"semantic",
|
|
3612
|
-
"opacity",
|
|
3613
|
-
"light"
|
|
3614
|
-
]
|
|
2997
|
+
"path": ["semantic", "opacity", "light"]
|
|
3615
2998
|
},
|
|
3616
2999
|
{
|
|
3617
3000
|
"value": "50%",
|
|
3618
3001
|
"type": "opacity",
|
|
3619
|
-
"filePath": "/home/
|
|
3002
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/opacity.json",
|
|
3620
3003
|
"isSource": true,
|
|
3621
3004
|
"original": {
|
|
3622
3005
|
"value": "{core.opacity.50}",
|
|
@@ -3632,16 +3015,12 @@
|
|
|
3632
3015
|
"es6": "calciteOpacityHalf"
|
|
3633
3016
|
}
|
|
3634
3017
|
},
|
|
3635
|
-
"path": [
|
|
3636
|
-
"semantic",
|
|
3637
|
-
"opacity",
|
|
3638
|
-
"half"
|
|
3639
|
-
]
|
|
3018
|
+
"path": ["semantic", "opacity", "half"]
|
|
3640
3019
|
},
|
|
3641
3020
|
{
|
|
3642
3021
|
"value": "85%",
|
|
3643
3022
|
"type": "opacity",
|
|
3644
|
-
"filePath": "/home/
|
|
3023
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/opacity.json",
|
|
3645
3024
|
"isSource": true,
|
|
3646
3025
|
"original": {
|
|
3647
3026
|
"value": "{core.opacity.85}",
|
|
@@ -3657,16 +3036,12 @@
|
|
|
3657
3036
|
"es6": "calciteOpacityDark"
|
|
3658
3037
|
}
|
|
3659
3038
|
},
|
|
3660
|
-
"path": [
|
|
3661
|
-
"semantic",
|
|
3662
|
-
"opacity",
|
|
3663
|
-
"dark"
|
|
3664
|
-
]
|
|
3039
|
+
"path": ["semantic", "opacity", "dark"]
|
|
3665
3040
|
},
|
|
3666
3041
|
{
|
|
3667
3042
|
"value": "100%",
|
|
3668
3043
|
"type": "opacity",
|
|
3669
|
-
"filePath": "/home/
|
|
3044
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/opacity.json",
|
|
3670
3045
|
"isSource": true,
|
|
3671
3046
|
"original": {
|
|
3672
3047
|
"value": "{core.opacity.100}",
|
|
@@ -3682,16 +3057,12 @@
|
|
|
3682
3057
|
"es6": "calciteOpacityFull"
|
|
3683
3058
|
}
|
|
3684
3059
|
},
|
|
3685
|
-
"path": [
|
|
3686
|
-
"semantic",
|
|
3687
|
-
"opacity",
|
|
3688
|
-
"full"
|
|
3689
|
-
]
|
|
3060
|
+
"path": ["semantic", "opacity", "full"]
|
|
3690
3061
|
},
|
|
3691
3062
|
{
|
|
3692
3063
|
"value": "50%",
|
|
3693
3064
|
"type": "opacity",
|
|
3694
|
-
"filePath": "/home/
|
|
3065
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/opacity.json",
|
|
3695
3066
|
"isSource": true,
|
|
3696
3067
|
"original": {
|
|
3697
3068
|
"value": "{core.opacity.50}",
|
|
@@ -3707,11 +3078,7 @@
|
|
|
3707
3078
|
"es6": "calciteOpacityDisabled"
|
|
3708
3079
|
}
|
|
3709
3080
|
},
|
|
3710
|
-
"path": [
|
|
3711
|
-
"semantic",
|
|
3712
|
-
"opacity",
|
|
3713
|
-
"disabled"
|
|
3714
|
-
]
|
|
3081
|
+
"path": ["semantic", "opacity", "disabled"]
|
|
3715
3082
|
}
|
|
3716
3083
|
],
|
|
3717
3084
|
"boxShadow": [
|
|
@@ -3724,7 +3091,7 @@
|
|
|
3724
3091
|
"color": "rgba(#000000, 0%)"
|
|
3725
3092
|
},
|
|
3726
3093
|
"type": "boxShadow",
|
|
3727
|
-
"filePath": "/home/
|
|
3094
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/shadow.json",
|
|
3728
3095
|
"isSource": true,
|
|
3729
3096
|
"original": {
|
|
3730
3097
|
"value": "{core.shadow.0}",
|
|
@@ -3740,11 +3107,7 @@
|
|
|
3740
3107
|
"es6": "calciteShadowNone"
|
|
3741
3108
|
}
|
|
3742
3109
|
},
|
|
3743
|
-
"path": [
|
|
3744
|
-
"semantic",
|
|
3745
|
-
"shadow",
|
|
3746
|
-
"none"
|
|
3747
|
-
]
|
|
3110
|
+
"path": ["semantic", "shadow", "none"]
|
|
3748
3111
|
},
|
|
3749
3112
|
{
|
|
3750
3113
|
"value": [
|
|
@@ -3764,13 +3127,10 @@
|
|
|
3764
3127
|
}
|
|
3765
3128
|
],
|
|
3766
3129
|
"type": "boxShadow",
|
|
3767
|
-
"filePath": "/home/
|
|
3130
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/shadow.json",
|
|
3768
3131
|
"isSource": true,
|
|
3769
3132
|
"original": {
|
|
3770
|
-
"value": [
|
|
3771
|
-
"{core.shadow.1}",
|
|
3772
|
-
"{core.shadow.2}"
|
|
3773
|
-
],
|
|
3133
|
+
"value": ["{core.shadow.1}", "{core.shadow.2}"],
|
|
3774
3134
|
"type": "boxShadow"
|
|
3775
3135
|
},
|
|
3776
3136
|
"name": "Shadow Sm",
|
|
@@ -3783,11 +3143,7 @@
|
|
|
3783
3143
|
"es6": "calciteShadowSm"
|
|
3784
3144
|
}
|
|
3785
3145
|
},
|
|
3786
|
-
"path": [
|
|
3787
|
-
"semantic",
|
|
3788
|
-
"shadow",
|
|
3789
|
-
"sm"
|
|
3790
|
-
]
|
|
3146
|
+
"path": ["semantic", "shadow", "sm"]
|
|
3791
3147
|
},
|
|
3792
3148
|
{
|
|
3793
3149
|
"value": [
|
|
@@ -3807,13 +3163,10 @@
|
|
|
3807
3163
|
}
|
|
3808
3164
|
],
|
|
3809
3165
|
"type": "boxShadow",
|
|
3810
|
-
"filePath": "/home/
|
|
3166
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/shadow.json",
|
|
3811
3167
|
"isSource": true,
|
|
3812
3168
|
"original": {
|
|
3813
|
-
"value": [
|
|
3814
|
-
"{core.shadow.3}",
|
|
3815
|
-
"{core.shadow.4}"
|
|
3816
|
-
],
|
|
3169
|
+
"value": ["{core.shadow.3}", "{core.shadow.4}"],
|
|
3817
3170
|
"type": "boxShadow"
|
|
3818
3171
|
},
|
|
3819
3172
|
"name": "Shadow Md",
|
|
@@ -3826,11 +3179,7 @@
|
|
|
3826
3179
|
"es6": "calciteShadowMd"
|
|
3827
3180
|
}
|
|
3828
3181
|
},
|
|
3829
|
-
"path": [
|
|
3830
|
-
"semantic",
|
|
3831
|
-
"shadow",
|
|
3832
|
-
"md"
|
|
3833
|
-
]
|
|
3182
|
+
"path": ["semantic", "shadow", "md"]
|
|
3834
3183
|
}
|
|
3835
3184
|
],
|
|
3836
3185
|
"typography": [
|
|
@@ -3846,7 +3195,7 @@
|
|
|
3846
3195
|
"textCase": "none",
|
|
3847
3196
|
"textDecoration": "none"
|
|
3848
3197
|
},
|
|
3849
|
-
"filePath": "/home/
|
|
3198
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
3850
3199
|
"isSource": true,
|
|
3851
3200
|
"original": {
|
|
3852
3201
|
"type": "typography",
|
|
@@ -3871,12 +3220,7 @@
|
|
|
3871
3220
|
"es6": "calciteTypography"
|
|
3872
3221
|
}
|
|
3873
3222
|
},
|
|
3874
|
-
"path": [
|
|
3875
|
-
"semantic",
|
|
3876
|
-
"typography",
|
|
3877
|
-
"default",
|
|
3878
|
-
"default"
|
|
3879
|
-
]
|
|
3223
|
+
"path": ["semantic", "typography", "default", "default"]
|
|
3880
3224
|
},
|
|
3881
3225
|
{
|
|
3882
3226
|
"value": {
|
|
@@ -3897,7 +3241,7 @@
|
|
|
3897
3241
|
"textDecoration": "none"
|
|
3898
3242
|
}
|
|
3899
3243
|
},
|
|
3900
|
-
"filePath": "/home/
|
|
3244
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
3901
3245
|
"isSource": true,
|
|
3902
3246
|
"original": {
|
|
3903
3247
|
"value": {
|
|
@@ -3920,13 +3264,7 @@
|
|
|
3920
3264
|
"es6": "calciteTypographyLightMinus3h"
|
|
3921
3265
|
}
|
|
3922
3266
|
},
|
|
3923
|
-
"path": [
|
|
3924
|
-
"semantic",
|
|
3925
|
-
"typography",
|
|
3926
|
-
"default",
|
|
3927
|
-
"light",
|
|
3928
|
-
"-3h"
|
|
3929
|
-
]
|
|
3267
|
+
"path": ["semantic", "typography", "default", "light", "-3h"]
|
|
3930
3268
|
},
|
|
3931
3269
|
{
|
|
3932
3270
|
"value": {
|
|
@@ -3946,7 +3284,7 @@
|
|
|
3946
3284
|
"textDecoration": "none"
|
|
3947
3285
|
}
|
|
3948
3286
|
},
|
|
3949
|
-
"filePath": "/home/
|
|
3287
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
3950
3288
|
"isSource": true,
|
|
3951
3289
|
"original": {
|
|
3952
3290
|
"value": {
|
|
@@ -3968,13 +3306,7 @@
|
|
|
3968
3306
|
"es6": "calciteTypographyLightMinus2h"
|
|
3969
3307
|
}
|
|
3970
3308
|
},
|
|
3971
|
-
"path": [
|
|
3972
|
-
"semantic",
|
|
3973
|
-
"typography",
|
|
3974
|
-
"default",
|
|
3975
|
-
"light",
|
|
3976
|
-
"-2h"
|
|
3977
|
-
]
|
|
3309
|
+
"path": ["semantic", "typography", "default", "light", "-2h"]
|
|
3978
3310
|
},
|
|
3979
3311
|
{
|
|
3980
3312
|
"value": {
|
|
@@ -3993,7 +3325,7 @@
|
|
|
3993
3325
|
"textDecoration": "none"
|
|
3994
3326
|
}
|
|
3995
3327
|
},
|
|
3996
|
-
"filePath": "/home/
|
|
3328
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
3997
3329
|
"isSource": true,
|
|
3998
3330
|
"original": {
|
|
3999
3331
|
"value": {
|
|
@@ -4014,13 +3346,7 @@
|
|
|
4014
3346
|
"es6": "calciteTypographyLightMinus1h"
|
|
4015
3347
|
}
|
|
4016
3348
|
},
|
|
4017
|
-
"path": [
|
|
4018
|
-
"semantic",
|
|
4019
|
-
"typography",
|
|
4020
|
-
"default",
|
|
4021
|
-
"light",
|
|
4022
|
-
"-1h"
|
|
4023
|
-
]
|
|
3349
|
+
"path": ["semantic", "typography", "default", "light", "-1h"]
|
|
4024
3350
|
},
|
|
4025
3351
|
{
|
|
4026
3352
|
"value": {
|
|
@@ -4041,7 +3367,7 @@
|
|
|
4041
3367
|
"textDecoration": "none"
|
|
4042
3368
|
}
|
|
4043
3369
|
},
|
|
4044
|
-
"filePath": "/home/
|
|
3370
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4045
3371
|
"isSource": true,
|
|
4046
3372
|
"original": {
|
|
4047
3373
|
"value": {
|
|
@@ -4064,13 +3390,7 @@
|
|
|
4064
3390
|
"es6": "calciteTypographyLight0h"
|
|
4065
3391
|
}
|
|
4066
3392
|
},
|
|
4067
|
-
"path": [
|
|
4068
|
-
"semantic",
|
|
4069
|
-
"typography",
|
|
4070
|
-
"default",
|
|
4071
|
-
"light",
|
|
4072
|
-
"0h"
|
|
4073
|
-
]
|
|
3393
|
+
"path": ["semantic", "typography", "default", "light", "0h"]
|
|
4074
3394
|
},
|
|
4075
3395
|
{
|
|
4076
3396
|
"value": {
|
|
@@ -4091,7 +3411,7 @@
|
|
|
4091
3411
|
"textDecoration": "none"
|
|
4092
3412
|
}
|
|
4093
3413
|
},
|
|
4094
|
-
"filePath": "/home/
|
|
3414
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4095
3415
|
"isSource": true,
|
|
4096
3416
|
"original": {
|
|
4097
3417
|
"value": {
|
|
@@ -4114,13 +3434,7 @@
|
|
|
4114
3434
|
"es6": "calciteTypographyLight1h"
|
|
4115
3435
|
}
|
|
4116
3436
|
},
|
|
4117
|
-
"path": [
|
|
4118
|
-
"semantic",
|
|
4119
|
-
"typography",
|
|
4120
|
-
"default",
|
|
4121
|
-
"light",
|
|
4122
|
-
"1h"
|
|
4123
|
-
]
|
|
3437
|
+
"path": ["semantic", "typography", "default", "light", "1h"]
|
|
4124
3438
|
},
|
|
4125
3439
|
{
|
|
4126
3440
|
"value": {
|
|
@@ -4140,7 +3454,7 @@
|
|
|
4140
3454
|
"textDecoration": "none"
|
|
4141
3455
|
}
|
|
4142
3456
|
},
|
|
4143
|
-
"filePath": "/home/
|
|
3457
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4144
3458
|
"isSource": true,
|
|
4145
3459
|
"original": {
|
|
4146
3460
|
"value": {
|
|
@@ -4162,13 +3476,7 @@
|
|
|
4162
3476
|
"es6": "calciteTypographyRegularMinus3h"
|
|
4163
3477
|
}
|
|
4164
3478
|
},
|
|
4165
|
-
"path": [
|
|
4166
|
-
"semantic",
|
|
4167
|
-
"typography",
|
|
4168
|
-
"default",
|
|
4169
|
-
"regular",
|
|
4170
|
-
"-3h"
|
|
4171
|
-
]
|
|
3479
|
+
"path": ["semantic", "typography", "default", "regular", "-3h"]
|
|
4172
3480
|
},
|
|
4173
3481
|
{
|
|
4174
3482
|
"value": {
|
|
@@ -4187,7 +3495,7 @@
|
|
|
4187
3495
|
"textDecoration": "none"
|
|
4188
3496
|
}
|
|
4189
3497
|
},
|
|
4190
|
-
"filePath": "/home/
|
|
3498
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4191
3499
|
"isSource": true,
|
|
4192
3500
|
"original": {
|
|
4193
3501
|
"value": {
|
|
@@ -4208,13 +3516,7 @@
|
|
|
4208
3516
|
"es6": "calciteTypographyRegularMinus2h"
|
|
4209
3517
|
}
|
|
4210
3518
|
},
|
|
4211
|
-
"path": [
|
|
4212
|
-
"semantic",
|
|
4213
|
-
"typography",
|
|
4214
|
-
"default",
|
|
4215
|
-
"regular",
|
|
4216
|
-
"-2h"
|
|
4217
|
-
]
|
|
3519
|
+
"path": ["semantic", "typography", "default", "regular", "-2h"]
|
|
4218
3520
|
},
|
|
4219
3521
|
{
|
|
4220
3522
|
"value": {
|
|
@@ -4228,7 +3530,7 @@
|
|
|
4228
3530
|
"textDecoration": "none"
|
|
4229
3531
|
},
|
|
4230
3532
|
"type": "typography",
|
|
4231
|
-
"filePath": "/home/
|
|
3533
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4232
3534
|
"isSource": true,
|
|
4233
3535
|
"original": {
|
|
4234
3536
|
"value": "{semantic.typography.default.default}",
|
|
@@ -4244,13 +3546,7 @@
|
|
|
4244
3546
|
"es6": "calciteTypographyRegularMinus1h"
|
|
4245
3547
|
}
|
|
4246
3548
|
},
|
|
4247
|
-
"path": [
|
|
4248
|
-
"semantic",
|
|
4249
|
-
"typography",
|
|
4250
|
-
"default",
|
|
4251
|
-
"regular",
|
|
4252
|
-
"-1h"
|
|
4253
|
-
]
|
|
3549
|
+
"path": ["semantic", "typography", "default", "regular", "-1h"]
|
|
4254
3550
|
},
|
|
4255
3551
|
{
|
|
4256
3552
|
"value": {
|
|
@@ -4270,7 +3566,7 @@
|
|
|
4270
3566
|
"textDecoration": "none"
|
|
4271
3567
|
}
|
|
4272
3568
|
},
|
|
4273
|
-
"filePath": "/home/
|
|
3569
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4274
3570
|
"isSource": true,
|
|
4275
3571
|
"original": {
|
|
4276
3572
|
"value": {
|
|
@@ -4292,13 +3588,7 @@
|
|
|
4292
3588
|
"es6": "calciteTypographyRegular0h"
|
|
4293
3589
|
}
|
|
4294
3590
|
},
|
|
4295
|
-
"path": [
|
|
4296
|
-
"semantic",
|
|
4297
|
-
"typography",
|
|
4298
|
-
"default",
|
|
4299
|
-
"regular",
|
|
4300
|
-
"0h"
|
|
4301
|
-
]
|
|
3591
|
+
"path": ["semantic", "typography", "default", "regular", "0h"]
|
|
4302
3592
|
},
|
|
4303
3593
|
{
|
|
4304
3594
|
"value": {
|
|
@@ -4318,7 +3608,7 @@
|
|
|
4318
3608
|
"textDecoration": "none"
|
|
4319
3609
|
}
|
|
4320
3610
|
},
|
|
4321
|
-
"filePath": "/home/
|
|
3611
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4322
3612
|
"isSource": true,
|
|
4323
3613
|
"original": {
|
|
4324
3614
|
"value": {
|
|
@@ -4340,13 +3630,7 @@
|
|
|
4340
3630
|
"es6": "calciteTypographyRegular1h"
|
|
4341
3631
|
}
|
|
4342
3632
|
},
|
|
4343
|
-
"path": [
|
|
4344
|
-
"semantic",
|
|
4345
|
-
"typography",
|
|
4346
|
-
"default",
|
|
4347
|
-
"regular",
|
|
4348
|
-
"1h"
|
|
4349
|
-
]
|
|
3633
|
+
"path": ["semantic", "typography", "default", "regular", "1h"]
|
|
4350
3634
|
},
|
|
4351
3635
|
{
|
|
4352
3636
|
"value": {
|
|
@@ -4367,7 +3651,7 @@
|
|
|
4367
3651
|
"textDecoration": "none"
|
|
4368
3652
|
}
|
|
4369
3653
|
},
|
|
4370
|
-
"filePath": "/home/
|
|
3654
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4371
3655
|
"isSource": true,
|
|
4372
3656
|
"original": {
|
|
4373
3657
|
"value": {
|
|
@@ -4390,13 +3674,7 @@
|
|
|
4390
3674
|
"es6": "calciteTypographyMediumMinus3h"
|
|
4391
3675
|
}
|
|
4392
3676
|
},
|
|
4393
|
-
"path": [
|
|
4394
|
-
"semantic",
|
|
4395
|
-
"typography",
|
|
4396
|
-
"default",
|
|
4397
|
-
"medium",
|
|
4398
|
-
"-3h"
|
|
4399
|
-
]
|
|
3677
|
+
"path": ["semantic", "typography", "default", "medium", "-3h"]
|
|
4400
3678
|
},
|
|
4401
3679
|
{
|
|
4402
3680
|
"value": {
|
|
@@ -4416,7 +3694,7 @@
|
|
|
4416
3694
|
"textDecoration": "none"
|
|
4417
3695
|
}
|
|
4418
3696
|
},
|
|
4419
|
-
"filePath": "/home/
|
|
3697
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4420
3698
|
"isSource": true,
|
|
4421
3699
|
"original": {
|
|
4422
3700
|
"value": {
|
|
@@ -4438,13 +3716,7 @@
|
|
|
4438
3716
|
"es6": "calciteTypographyMediumMinus2h"
|
|
4439
3717
|
}
|
|
4440
3718
|
},
|
|
4441
|
-
"path": [
|
|
4442
|
-
"semantic",
|
|
4443
|
-
"typography",
|
|
4444
|
-
"default",
|
|
4445
|
-
"medium",
|
|
4446
|
-
"-2h"
|
|
4447
|
-
]
|
|
3719
|
+
"path": ["semantic", "typography", "default", "medium", "-2h"]
|
|
4448
3720
|
},
|
|
4449
3721
|
{
|
|
4450
3722
|
"value": {
|
|
@@ -4463,7 +3735,7 @@
|
|
|
4463
3735
|
"textDecoration": "none"
|
|
4464
3736
|
}
|
|
4465
3737
|
},
|
|
4466
|
-
"filePath": "/home/
|
|
3738
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4467
3739
|
"isSource": true,
|
|
4468
3740
|
"original": {
|
|
4469
3741
|
"value": {
|
|
@@ -4484,13 +3756,7 @@
|
|
|
4484
3756
|
"es6": "calciteTypographyMediumMinus1h"
|
|
4485
3757
|
}
|
|
4486
3758
|
},
|
|
4487
|
-
"path": [
|
|
4488
|
-
"semantic",
|
|
4489
|
-
"typography",
|
|
4490
|
-
"default",
|
|
4491
|
-
"medium",
|
|
4492
|
-
"-1h"
|
|
4493
|
-
]
|
|
3759
|
+
"path": ["semantic", "typography", "default", "medium", "-1h"]
|
|
4494
3760
|
},
|
|
4495
3761
|
{
|
|
4496
3762
|
"value": {
|
|
@@ -4511,7 +3777,7 @@
|
|
|
4511
3777
|
"textDecoration": "none"
|
|
4512
3778
|
}
|
|
4513
3779
|
},
|
|
4514
|
-
"filePath": "/home/
|
|
3780
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4515
3781
|
"isSource": true,
|
|
4516
3782
|
"original": {
|
|
4517
3783
|
"value": {
|
|
@@ -4534,13 +3800,7 @@
|
|
|
4534
3800
|
"es6": "calciteTypographyMedium0h"
|
|
4535
3801
|
}
|
|
4536
3802
|
},
|
|
4537
|
-
"path": [
|
|
4538
|
-
"semantic",
|
|
4539
|
-
"typography",
|
|
4540
|
-
"default",
|
|
4541
|
-
"medium",
|
|
4542
|
-
"0h"
|
|
4543
|
-
]
|
|
3803
|
+
"path": ["semantic", "typography", "default", "medium", "0h"]
|
|
4544
3804
|
},
|
|
4545
3805
|
{
|
|
4546
3806
|
"value": {
|
|
@@ -4561,7 +3821,7 @@
|
|
|
4561
3821
|
"textDecoration": "none"
|
|
4562
3822
|
}
|
|
4563
3823
|
},
|
|
4564
|
-
"filePath": "/home/
|
|
3824
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4565
3825
|
"isSource": true,
|
|
4566
3826
|
"original": {
|
|
4567
3827
|
"value": {
|
|
@@ -4584,13 +3844,7 @@
|
|
|
4584
3844
|
"es6": "calciteTypographyMedium1h"
|
|
4585
3845
|
}
|
|
4586
3846
|
},
|
|
4587
|
-
"path": [
|
|
4588
|
-
"semantic",
|
|
4589
|
-
"typography",
|
|
4590
|
-
"default",
|
|
4591
|
-
"medium",
|
|
4592
|
-
"1h"
|
|
4593
|
-
]
|
|
3847
|
+
"path": ["semantic", "typography", "default", "medium", "1h"]
|
|
4594
3848
|
},
|
|
4595
3849
|
{
|
|
4596
3850
|
"value": {
|
|
@@ -4611,7 +3865,7 @@
|
|
|
4611
3865
|
"textDecoration": "none"
|
|
4612
3866
|
}
|
|
4613
3867
|
},
|
|
4614
|
-
"filePath": "/home/
|
|
3868
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4615
3869
|
"isSource": true,
|
|
4616
3870
|
"original": {
|
|
4617
3871
|
"value": {
|
|
@@ -4634,13 +3888,7 @@
|
|
|
4634
3888
|
"es6": "calciteTypographyBoldMinus3h"
|
|
4635
3889
|
}
|
|
4636
3890
|
},
|
|
4637
|
-
"path": [
|
|
4638
|
-
"semantic",
|
|
4639
|
-
"typography",
|
|
4640
|
-
"default",
|
|
4641
|
-
"bold",
|
|
4642
|
-
"-3h"
|
|
4643
|
-
]
|
|
3891
|
+
"path": ["semantic", "typography", "default", "bold", "-3h"]
|
|
4644
3892
|
},
|
|
4645
3893
|
{
|
|
4646
3894
|
"value": {
|
|
@@ -4660,7 +3908,7 @@
|
|
|
4660
3908
|
"textDecoration": "none"
|
|
4661
3909
|
}
|
|
4662
3910
|
},
|
|
4663
|
-
"filePath": "/home/
|
|
3911
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4664
3912
|
"isSource": true,
|
|
4665
3913
|
"original": {
|
|
4666
3914
|
"value": {
|
|
@@ -4682,13 +3930,7 @@
|
|
|
4682
3930
|
"es6": "calciteTypographyBoldMinus2h"
|
|
4683
3931
|
}
|
|
4684
3932
|
},
|
|
4685
|
-
"path": [
|
|
4686
|
-
"semantic",
|
|
4687
|
-
"typography",
|
|
4688
|
-
"default",
|
|
4689
|
-
"bold",
|
|
4690
|
-
"-2h"
|
|
4691
|
-
]
|
|
3933
|
+
"path": ["semantic", "typography", "default", "bold", "-2h"]
|
|
4692
3934
|
},
|
|
4693
3935
|
{
|
|
4694
3936
|
"value": {
|
|
@@ -4707,7 +3949,7 @@
|
|
|
4707
3949
|
"textDecoration": "none"
|
|
4708
3950
|
}
|
|
4709
3951
|
},
|
|
4710
|
-
"filePath": "/home/
|
|
3952
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4711
3953
|
"isSource": true,
|
|
4712
3954
|
"original": {
|
|
4713
3955
|
"value": {
|
|
@@ -4728,13 +3970,7 @@
|
|
|
4728
3970
|
"es6": "calciteTypographyBoldMinus1h"
|
|
4729
3971
|
}
|
|
4730
3972
|
},
|
|
4731
|
-
"path": [
|
|
4732
|
-
"semantic",
|
|
4733
|
-
"typography",
|
|
4734
|
-
"default",
|
|
4735
|
-
"bold",
|
|
4736
|
-
"-1h"
|
|
4737
|
-
]
|
|
3973
|
+
"path": ["semantic", "typography", "default", "bold", "-1h"]
|
|
4738
3974
|
},
|
|
4739
3975
|
{
|
|
4740
3976
|
"value": {
|
|
@@ -4755,7 +3991,7 @@
|
|
|
4755
3991
|
"textDecoration": "none"
|
|
4756
3992
|
}
|
|
4757
3993
|
},
|
|
4758
|
-
"filePath": "/home/
|
|
3994
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4759
3995
|
"isSource": true,
|
|
4760
3996
|
"original": {
|
|
4761
3997
|
"value": {
|
|
@@ -4778,13 +4014,7 @@
|
|
|
4778
4014
|
"es6": "calciteTypographyBold0h"
|
|
4779
4015
|
}
|
|
4780
4016
|
},
|
|
4781
|
-
"path": [
|
|
4782
|
-
"semantic",
|
|
4783
|
-
"typography",
|
|
4784
|
-
"default",
|
|
4785
|
-
"bold",
|
|
4786
|
-
"0h"
|
|
4787
|
-
]
|
|
4017
|
+
"path": ["semantic", "typography", "default", "bold", "0h"]
|
|
4788
4018
|
},
|
|
4789
4019
|
{
|
|
4790
4020
|
"value": {
|
|
@@ -4805,7 +4035,7 @@
|
|
|
4805
4035
|
"textDecoration": "none"
|
|
4806
4036
|
}
|
|
4807
4037
|
},
|
|
4808
|
-
"filePath": "/home/
|
|
4038
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4809
4039
|
"isSource": true,
|
|
4810
4040
|
"original": {
|
|
4811
4041
|
"value": {
|
|
@@ -4828,13 +4058,7 @@
|
|
|
4828
4058
|
"es6": "calciteTypographyBold1h"
|
|
4829
4059
|
}
|
|
4830
4060
|
},
|
|
4831
|
-
"path": [
|
|
4832
|
-
"semantic",
|
|
4833
|
-
"typography",
|
|
4834
|
-
"default",
|
|
4835
|
-
"bold",
|
|
4836
|
-
"1h"
|
|
4837
|
-
]
|
|
4061
|
+
"path": ["semantic", "typography", "default", "bold", "1h"]
|
|
4838
4062
|
},
|
|
4839
4063
|
{
|
|
4840
4064
|
"value": {
|
|
@@ -4855,7 +4079,7 @@
|
|
|
4855
4079
|
"textDecoration": "none"
|
|
4856
4080
|
}
|
|
4857
4081
|
},
|
|
4858
|
-
"filePath": "/home/
|
|
4082
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4859
4083
|
"isSource": true,
|
|
4860
4084
|
"original": {
|
|
4861
4085
|
"value": {
|
|
@@ -4878,13 +4102,7 @@
|
|
|
4878
4102
|
"es6": "calciteTypographyWrapLight0"
|
|
4879
4103
|
}
|
|
4880
4104
|
},
|
|
4881
|
-
"path": [
|
|
4882
|
-
"semantic",
|
|
4883
|
-
"typography",
|
|
4884
|
-
"wrap",
|
|
4885
|
-
"light",
|
|
4886
|
-
"0"
|
|
4887
|
-
]
|
|
4105
|
+
"path": ["semantic", "typography", "wrap", "light", "0"]
|
|
4888
4106
|
},
|
|
4889
4107
|
{
|
|
4890
4108
|
"value": {
|
|
@@ -4905,7 +4123,7 @@
|
|
|
4905
4123
|
"textDecoration": "none"
|
|
4906
4124
|
}
|
|
4907
4125
|
},
|
|
4908
|
-
"filePath": "/home/
|
|
4126
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4909
4127
|
"isSource": true,
|
|
4910
4128
|
"original": {
|
|
4911
4129
|
"value": {
|
|
@@ -4928,13 +4146,7 @@
|
|
|
4928
4146
|
"es6": "calciteTypographyWrapLight1"
|
|
4929
4147
|
}
|
|
4930
4148
|
},
|
|
4931
|
-
"path": [
|
|
4932
|
-
"semantic",
|
|
4933
|
-
"typography",
|
|
4934
|
-
"wrap",
|
|
4935
|
-
"light",
|
|
4936
|
-
"1"
|
|
4937
|
-
]
|
|
4149
|
+
"path": ["semantic", "typography", "wrap", "light", "1"]
|
|
4938
4150
|
},
|
|
4939
4151
|
{
|
|
4940
4152
|
"value": {
|
|
@@ -4955,7 +4167,7 @@
|
|
|
4955
4167
|
"textDecoration": "none"
|
|
4956
4168
|
}
|
|
4957
4169
|
},
|
|
4958
|
-
"filePath": "/home/
|
|
4170
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
4959
4171
|
"isSource": true,
|
|
4960
4172
|
"original": {
|
|
4961
4173
|
"value": {
|
|
@@ -4978,13 +4190,7 @@
|
|
|
4978
4190
|
"es6": "calciteTypographyWrapLight2"
|
|
4979
4191
|
}
|
|
4980
4192
|
},
|
|
4981
|
-
"path": [
|
|
4982
|
-
"semantic",
|
|
4983
|
-
"typography",
|
|
4984
|
-
"wrap",
|
|
4985
|
-
"light",
|
|
4986
|
-
"2"
|
|
4987
|
-
]
|
|
4193
|
+
"path": ["semantic", "typography", "wrap", "light", "2"]
|
|
4988
4194
|
},
|
|
4989
4195
|
{
|
|
4990
4196
|
"value": {
|
|
@@ -5005,7 +4211,7 @@
|
|
|
5005
4211
|
"textDecoration": "none"
|
|
5006
4212
|
}
|
|
5007
4213
|
},
|
|
5008
|
-
"filePath": "/home/
|
|
4214
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5009
4215
|
"isSource": true,
|
|
5010
4216
|
"original": {
|
|
5011
4217
|
"value": {
|
|
@@ -5028,13 +4234,7 @@
|
|
|
5028
4234
|
"es6": "calciteTypographyWrapLight3"
|
|
5029
4235
|
}
|
|
5030
4236
|
},
|
|
5031
|
-
"path": [
|
|
5032
|
-
"semantic",
|
|
5033
|
-
"typography",
|
|
5034
|
-
"wrap",
|
|
5035
|
-
"light",
|
|
5036
|
-
"3"
|
|
5037
|
-
]
|
|
4237
|
+
"path": ["semantic", "typography", "wrap", "light", "3"]
|
|
5038
4238
|
},
|
|
5039
4239
|
{
|
|
5040
4240
|
"value": {
|
|
@@ -5055,7 +4255,7 @@
|
|
|
5055
4255
|
"textDecoration": "none"
|
|
5056
4256
|
}
|
|
5057
4257
|
},
|
|
5058
|
-
"filePath": "/home/
|
|
4258
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5059
4259
|
"isSource": true,
|
|
5060
4260
|
"original": {
|
|
5061
4261
|
"value": {
|
|
@@ -5078,13 +4278,7 @@
|
|
|
5078
4278
|
"es6": "calciteTypographyWrapLightMinus2"
|
|
5079
4279
|
}
|
|
5080
4280
|
},
|
|
5081
|
-
"path": [
|
|
5082
|
-
"semantic",
|
|
5083
|
-
"typography",
|
|
5084
|
-
"wrap",
|
|
5085
|
-
"light",
|
|
5086
|
-
"-2"
|
|
5087
|
-
]
|
|
4281
|
+
"path": ["semantic", "typography", "wrap", "light", "-2"]
|
|
5088
4282
|
},
|
|
5089
4283
|
{
|
|
5090
4284
|
"value": {
|
|
@@ -5104,7 +4298,7 @@
|
|
|
5104
4298
|
"textDecoration": "none"
|
|
5105
4299
|
}
|
|
5106
4300
|
},
|
|
5107
|
-
"filePath": "/home/
|
|
4301
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5108
4302
|
"isSource": true,
|
|
5109
4303
|
"original": {
|
|
5110
4304
|
"value": {
|
|
@@ -5126,13 +4320,7 @@
|
|
|
5126
4320
|
"es6": "calciteTypographyWrapLightMinus1"
|
|
5127
4321
|
}
|
|
5128
4322
|
},
|
|
5129
|
-
"path": [
|
|
5130
|
-
"semantic",
|
|
5131
|
-
"typography",
|
|
5132
|
-
"wrap",
|
|
5133
|
-
"light",
|
|
5134
|
-
"-1"
|
|
5135
|
-
]
|
|
4323
|
+
"path": ["semantic", "typography", "wrap", "light", "-1"]
|
|
5136
4324
|
},
|
|
5137
4325
|
{
|
|
5138
4326
|
"value": {
|
|
@@ -5152,7 +4340,7 @@
|
|
|
5152
4340
|
"textDecoration": "none"
|
|
5153
4341
|
}
|
|
5154
4342
|
},
|
|
5155
|
-
"filePath": "/home/
|
|
4343
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5156
4344
|
"isSource": true,
|
|
5157
4345
|
"original": {
|
|
5158
4346
|
"value": {
|
|
@@ -5174,13 +4362,7 @@
|
|
|
5174
4362
|
"es6": "calciteTypographyWrapRegular0"
|
|
5175
4363
|
}
|
|
5176
4364
|
},
|
|
5177
|
-
"path": [
|
|
5178
|
-
"semantic",
|
|
5179
|
-
"typography",
|
|
5180
|
-
"wrap",
|
|
5181
|
-
"regular",
|
|
5182
|
-
"0"
|
|
5183
|
-
]
|
|
4365
|
+
"path": ["semantic", "typography", "wrap", "regular", "0"]
|
|
5184
4366
|
},
|
|
5185
4367
|
{
|
|
5186
4368
|
"value": {
|
|
@@ -5200,7 +4382,7 @@
|
|
|
5200
4382
|
"textDecoration": "none"
|
|
5201
4383
|
}
|
|
5202
4384
|
},
|
|
5203
|
-
"filePath": "/home/
|
|
4385
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5204
4386
|
"isSource": true,
|
|
5205
4387
|
"original": {
|
|
5206
4388
|
"value": {
|
|
@@ -5222,13 +4404,7 @@
|
|
|
5222
4404
|
"es6": "calciteTypographyWrapRegular1"
|
|
5223
4405
|
}
|
|
5224
4406
|
},
|
|
5225
|
-
"path": [
|
|
5226
|
-
"semantic",
|
|
5227
|
-
"typography",
|
|
5228
|
-
"wrap",
|
|
5229
|
-
"regular",
|
|
5230
|
-
"1"
|
|
5231
|
-
]
|
|
4407
|
+
"path": ["semantic", "typography", "wrap", "regular", "1"]
|
|
5232
4408
|
},
|
|
5233
4409
|
{
|
|
5234
4410
|
"value": {
|
|
@@ -5248,7 +4424,7 @@
|
|
|
5248
4424
|
"textDecoration": "none"
|
|
5249
4425
|
}
|
|
5250
4426
|
},
|
|
5251
|
-
"filePath": "/home/
|
|
4427
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5252
4428
|
"isSource": true,
|
|
5253
4429
|
"original": {
|
|
5254
4430
|
"value": {
|
|
@@ -5270,13 +4446,7 @@
|
|
|
5270
4446
|
"es6": "calciteTypographyWrapRegular2"
|
|
5271
4447
|
}
|
|
5272
4448
|
},
|
|
5273
|
-
"path": [
|
|
5274
|
-
"semantic",
|
|
5275
|
-
"typography",
|
|
5276
|
-
"wrap",
|
|
5277
|
-
"regular",
|
|
5278
|
-
"2"
|
|
5279
|
-
]
|
|
4449
|
+
"path": ["semantic", "typography", "wrap", "regular", "2"]
|
|
5280
4450
|
},
|
|
5281
4451
|
{
|
|
5282
4452
|
"value": {
|
|
@@ -5296,7 +4466,7 @@
|
|
|
5296
4466
|
"textDecoration": "none"
|
|
5297
4467
|
}
|
|
5298
4468
|
},
|
|
5299
|
-
"filePath": "/home/
|
|
4469
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5300
4470
|
"isSource": true,
|
|
5301
4471
|
"original": {
|
|
5302
4472
|
"value": {
|
|
@@ -5318,13 +4488,7 @@
|
|
|
5318
4488
|
"es6": "calciteTypographyWrapRegular3"
|
|
5319
4489
|
}
|
|
5320
4490
|
},
|
|
5321
|
-
"path": [
|
|
5322
|
-
"semantic",
|
|
5323
|
-
"typography",
|
|
5324
|
-
"wrap",
|
|
5325
|
-
"regular",
|
|
5326
|
-
"3"
|
|
5327
|
-
]
|
|
4491
|
+
"path": ["semantic", "typography", "wrap", "regular", "3"]
|
|
5328
4492
|
},
|
|
5329
4493
|
{
|
|
5330
4494
|
"value": {
|
|
@@ -5344,7 +4508,7 @@
|
|
|
5344
4508
|
"textDecoration": "none"
|
|
5345
4509
|
}
|
|
5346
4510
|
},
|
|
5347
|
-
"filePath": "/home/
|
|
4511
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5348
4512
|
"isSource": true,
|
|
5349
4513
|
"original": {
|
|
5350
4514
|
"value": {
|
|
@@ -5366,13 +4530,7 @@
|
|
|
5366
4530
|
"es6": "calciteTypographyWrapRegularMinus2"
|
|
5367
4531
|
}
|
|
5368
4532
|
},
|
|
5369
|
-
"path": [
|
|
5370
|
-
"semantic",
|
|
5371
|
-
"typography",
|
|
5372
|
-
"wrap",
|
|
5373
|
-
"regular",
|
|
5374
|
-
"-2"
|
|
5375
|
-
]
|
|
4533
|
+
"path": ["semantic", "typography", "wrap", "regular", "-2"]
|
|
5376
4534
|
},
|
|
5377
4535
|
{
|
|
5378
4536
|
"value": {
|
|
@@ -5391,7 +4549,7 @@
|
|
|
5391
4549
|
"textDecoration": "none"
|
|
5392
4550
|
}
|
|
5393
4551
|
},
|
|
5394
|
-
"filePath": "/home/
|
|
4552
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5395
4553
|
"isSource": true,
|
|
5396
4554
|
"original": {
|
|
5397
4555
|
"value": {
|
|
@@ -5412,13 +4570,7 @@
|
|
|
5412
4570
|
"es6": "calciteTypographyWrapRegularMinus1"
|
|
5413
4571
|
}
|
|
5414
4572
|
},
|
|
5415
|
-
"path": [
|
|
5416
|
-
"semantic",
|
|
5417
|
-
"typography",
|
|
5418
|
-
"wrap",
|
|
5419
|
-
"regular",
|
|
5420
|
-
"-1"
|
|
5421
|
-
]
|
|
4573
|
+
"path": ["semantic", "typography", "wrap", "regular", "-1"]
|
|
5422
4574
|
},
|
|
5423
4575
|
{
|
|
5424
4576
|
"value": {
|
|
@@ -5439,7 +4591,7 @@
|
|
|
5439
4591
|
"textDecoration": "none"
|
|
5440
4592
|
}
|
|
5441
4593
|
},
|
|
5442
|
-
"filePath": "/home/
|
|
4594
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5443
4595
|
"isSource": true,
|
|
5444
4596
|
"original": {
|
|
5445
4597
|
"value": {
|
|
@@ -5462,13 +4614,7 @@
|
|
|
5462
4614
|
"es6": "calciteTypographyWrapMedium0"
|
|
5463
4615
|
}
|
|
5464
4616
|
},
|
|
5465
|
-
"path": [
|
|
5466
|
-
"semantic",
|
|
5467
|
-
"typography",
|
|
5468
|
-
"wrap",
|
|
5469
|
-
"medium",
|
|
5470
|
-
"0"
|
|
5471
|
-
]
|
|
4617
|
+
"path": ["semantic", "typography", "wrap", "medium", "0"]
|
|
5472
4618
|
},
|
|
5473
4619
|
{
|
|
5474
4620
|
"value": {
|
|
@@ -5489,7 +4635,7 @@
|
|
|
5489
4635
|
"textDecoration": "none"
|
|
5490
4636
|
}
|
|
5491
4637
|
},
|
|
5492
|
-
"filePath": "/home/
|
|
4638
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5493
4639
|
"isSource": true,
|
|
5494
4640
|
"original": {
|
|
5495
4641
|
"value": {
|
|
@@ -5512,13 +4658,7 @@
|
|
|
5512
4658
|
"es6": "calciteTypographyWrapMedium1"
|
|
5513
4659
|
}
|
|
5514
4660
|
},
|
|
5515
|
-
"path": [
|
|
5516
|
-
"semantic",
|
|
5517
|
-
"typography",
|
|
5518
|
-
"wrap",
|
|
5519
|
-
"medium",
|
|
5520
|
-
"1"
|
|
5521
|
-
]
|
|
4661
|
+
"path": ["semantic", "typography", "wrap", "medium", "1"]
|
|
5522
4662
|
},
|
|
5523
4663
|
{
|
|
5524
4664
|
"value": {
|
|
@@ -5539,7 +4679,7 @@
|
|
|
5539
4679
|
"textDecoration": "none"
|
|
5540
4680
|
}
|
|
5541
4681
|
},
|
|
5542
|
-
"filePath": "/home/
|
|
4682
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5543
4683
|
"isSource": true,
|
|
5544
4684
|
"original": {
|
|
5545
4685
|
"value": {
|
|
@@ -5562,13 +4702,7 @@
|
|
|
5562
4702
|
"es6": "calciteTypographyWrapMedium2"
|
|
5563
4703
|
}
|
|
5564
4704
|
},
|
|
5565
|
-
"path": [
|
|
5566
|
-
"semantic",
|
|
5567
|
-
"typography",
|
|
5568
|
-
"wrap",
|
|
5569
|
-
"medium",
|
|
5570
|
-
"2"
|
|
5571
|
-
]
|
|
4705
|
+
"path": ["semantic", "typography", "wrap", "medium", "2"]
|
|
5572
4706
|
},
|
|
5573
4707
|
{
|
|
5574
4708
|
"value": {
|
|
@@ -5589,7 +4723,7 @@
|
|
|
5589
4723
|
"textDecoration": "none"
|
|
5590
4724
|
}
|
|
5591
4725
|
},
|
|
5592
|
-
"filePath": "/home/
|
|
4726
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5593
4727
|
"isSource": true,
|
|
5594
4728
|
"original": {
|
|
5595
4729
|
"value": {
|
|
@@ -5612,13 +4746,7 @@
|
|
|
5612
4746
|
"es6": "calciteTypographyWrapMedium3"
|
|
5613
4747
|
}
|
|
5614
4748
|
},
|
|
5615
|
-
"path": [
|
|
5616
|
-
"semantic",
|
|
5617
|
-
"typography",
|
|
5618
|
-
"wrap",
|
|
5619
|
-
"medium",
|
|
5620
|
-
"3"
|
|
5621
|
-
]
|
|
4749
|
+
"path": ["semantic", "typography", "wrap", "medium", "3"]
|
|
5622
4750
|
},
|
|
5623
4751
|
{
|
|
5624
4752
|
"value": {
|
|
@@ -5639,7 +4767,7 @@
|
|
|
5639
4767
|
"textDecoration": "none"
|
|
5640
4768
|
}
|
|
5641
4769
|
},
|
|
5642
|
-
"filePath": "/home/
|
|
4770
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5643
4771
|
"isSource": true,
|
|
5644
4772
|
"original": {
|
|
5645
4773
|
"value": {
|
|
@@ -5662,13 +4790,7 @@
|
|
|
5662
4790
|
"es6": "calciteTypographyWrapMediumMinus2"
|
|
5663
4791
|
}
|
|
5664
4792
|
},
|
|
5665
|
-
"path": [
|
|
5666
|
-
"semantic",
|
|
5667
|
-
"typography",
|
|
5668
|
-
"wrap",
|
|
5669
|
-
"medium",
|
|
5670
|
-
"-2"
|
|
5671
|
-
]
|
|
4793
|
+
"path": ["semantic", "typography", "wrap", "medium", "-2"]
|
|
5672
4794
|
},
|
|
5673
4795
|
{
|
|
5674
4796
|
"value": {
|
|
@@ -5688,7 +4810,7 @@
|
|
|
5688
4810
|
"textDecoration": "none"
|
|
5689
4811
|
}
|
|
5690
4812
|
},
|
|
5691
|
-
"filePath": "/home/
|
|
4813
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5692
4814
|
"isSource": true,
|
|
5693
4815
|
"original": {
|
|
5694
4816
|
"value": {
|
|
@@ -5710,13 +4832,7 @@
|
|
|
5710
4832
|
"es6": "calciteTypographyWrapMediumMinus1"
|
|
5711
4833
|
}
|
|
5712
4834
|
},
|
|
5713
|
-
"path": [
|
|
5714
|
-
"semantic",
|
|
5715
|
-
"typography",
|
|
5716
|
-
"wrap",
|
|
5717
|
-
"medium",
|
|
5718
|
-
"-1"
|
|
5719
|
-
]
|
|
4835
|
+
"path": ["semantic", "typography", "wrap", "medium", "-1"]
|
|
5720
4836
|
},
|
|
5721
4837
|
{
|
|
5722
4838
|
"value": {
|
|
@@ -5737,7 +4853,7 @@
|
|
|
5737
4853
|
"textDecoration": "none"
|
|
5738
4854
|
}
|
|
5739
4855
|
},
|
|
5740
|
-
"filePath": "/home/
|
|
4856
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5741
4857
|
"isSource": true,
|
|
5742
4858
|
"original": {
|
|
5743
4859
|
"value": {
|
|
@@ -5760,13 +4876,7 @@
|
|
|
5760
4876
|
"es6": "calciteTypographyWrapBold0"
|
|
5761
4877
|
}
|
|
5762
4878
|
},
|
|
5763
|
-
"path": [
|
|
5764
|
-
"semantic",
|
|
5765
|
-
"typography",
|
|
5766
|
-
"wrap",
|
|
5767
|
-
"bold",
|
|
5768
|
-
"0"
|
|
5769
|
-
]
|
|
4879
|
+
"path": ["semantic", "typography", "wrap", "bold", "0"]
|
|
5770
4880
|
},
|
|
5771
4881
|
{
|
|
5772
4882
|
"value": {
|
|
@@ -5787,7 +4897,7 @@
|
|
|
5787
4897
|
"textDecoration": "none"
|
|
5788
4898
|
}
|
|
5789
4899
|
},
|
|
5790
|
-
"filePath": "/home/
|
|
4900
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5791
4901
|
"isSource": true,
|
|
5792
4902
|
"original": {
|
|
5793
4903
|
"value": {
|
|
@@ -5810,13 +4920,7 @@
|
|
|
5810
4920
|
"es6": "calciteTypographyWrapBold1"
|
|
5811
4921
|
}
|
|
5812
4922
|
},
|
|
5813
|
-
"path": [
|
|
5814
|
-
"semantic",
|
|
5815
|
-
"typography",
|
|
5816
|
-
"wrap",
|
|
5817
|
-
"bold",
|
|
5818
|
-
"1"
|
|
5819
|
-
]
|
|
4923
|
+
"path": ["semantic", "typography", "wrap", "bold", "1"]
|
|
5820
4924
|
},
|
|
5821
4925
|
{
|
|
5822
4926
|
"value": {
|
|
@@ -5837,7 +4941,7 @@
|
|
|
5837
4941
|
"textDecoration": "none"
|
|
5838
4942
|
}
|
|
5839
4943
|
},
|
|
5840
|
-
"filePath": "/home/
|
|
4944
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5841
4945
|
"isSource": true,
|
|
5842
4946
|
"original": {
|
|
5843
4947
|
"value": {
|
|
@@ -5860,13 +4964,7 @@
|
|
|
5860
4964
|
"es6": "calciteTypographyWrapBold2"
|
|
5861
4965
|
}
|
|
5862
4966
|
},
|
|
5863
|
-
"path": [
|
|
5864
|
-
"semantic",
|
|
5865
|
-
"typography",
|
|
5866
|
-
"wrap",
|
|
5867
|
-
"bold",
|
|
5868
|
-
"2"
|
|
5869
|
-
]
|
|
4967
|
+
"path": ["semantic", "typography", "wrap", "bold", "2"]
|
|
5870
4968
|
},
|
|
5871
4969
|
{
|
|
5872
4970
|
"value": {
|
|
@@ -5887,7 +4985,7 @@
|
|
|
5887
4985
|
"textDecoration": "none"
|
|
5888
4986
|
}
|
|
5889
4987
|
},
|
|
5890
|
-
"filePath": "/home/
|
|
4988
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5891
4989
|
"isSource": true,
|
|
5892
4990
|
"original": {
|
|
5893
4991
|
"value": {
|
|
@@ -5910,13 +5008,7 @@
|
|
|
5910
5008
|
"es6": "calciteTypographyWrapBold3"
|
|
5911
5009
|
}
|
|
5912
5010
|
},
|
|
5913
|
-
"path": [
|
|
5914
|
-
"semantic",
|
|
5915
|
-
"typography",
|
|
5916
|
-
"wrap",
|
|
5917
|
-
"bold",
|
|
5918
|
-
"3"
|
|
5919
|
-
]
|
|
5011
|
+
"path": ["semantic", "typography", "wrap", "bold", "3"]
|
|
5920
5012
|
},
|
|
5921
5013
|
{
|
|
5922
5014
|
"value": {
|
|
@@ -5937,7 +5029,7 @@
|
|
|
5937
5029
|
"textDecoration": "none"
|
|
5938
5030
|
}
|
|
5939
5031
|
},
|
|
5940
|
-
"filePath": "/home/
|
|
5032
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5941
5033
|
"isSource": true,
|
|
5942
5034
|
"original": {
|
|
5943
5035
|
"value": {
|
|
@@ -5960,13 +5052,7 @@
|
|
|
5960
5052
|
"es6": "calciteTypographyWrapBoldMinus2"
|
|
5961
5053
|
}
|
|
5962
5054
|
},
|
|
5963
|
-
"path": [
|
|
5964
|
-
"semantic",
|
|
5965
|
-
"typography",
|
|
5966
|
-
"wrap",
|
|
5967
|
-
"bold",
|
|
5968
|
-
"-2"
|
|
5969
|
-
]
|
|
5055
|
+
"path": ["semantic", "typography", "wrap", "bold", "-2"]
|
|
5970
5056
|
},
|
|
5971
5057
|
{
|
|
5972
5058
|
"value": {
|
|
@@ -5986,7 +5072,7 @@
|
|
|
5986
5072
|
"textDecoration": "none"
|
|
5987
5073
|
}
|
|
5988
5074
|
},
|
|
5989
|
-
"filePath": "/home/
|
|
5075
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
5990
5076
|
"isSource": true,
|
|
5991
5077
|
"original": {
|
|
5992
5078
|
"value": {
|
|
@@ -6008,13 +5094,7 @@
|
|
|
6008
5094
|
"es6": "calciteTypographyWrapBoldMinus1"
|
|
6009
5095
|
}
|
|
6010
5096
|
},
|
|
6011
|
-
"path": [
|
|
6012
|
-
"semantic",
|
|
6013
|
-
"typography",
|
|
6014
|
-
"wrap",
|
|
6015
|
-
"bold",
|
|
6016
|
-
"-1"
|
|
6017
|
-
]
|
|
5097
|
+
"path": ["semantic", "typography", "wrap", "bold", "-1"]
|
|
6018
5098
|
},
|
|
6019
5099
|
{
|
|
6020
5100
|
"value": {
|
|
@@ -6023,7 +5103,7 @@
|
|
|
6023
5103
|
"fontSize": "24px"
|
|
6024
5104
|
},
|
|
6025
5105
|
"type": "typography",
|
|
6026
|
-
"filePath": "/home/
|
|
5106
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6027
5107
|
"isSource": true,
|
|
6028
5108
|
"original": {
|
|
6029
5109
|
"value": "{semantic.typography.wrap.bold.3}",
|
|
@@ -6039,13 +5119,7 @@
|
|
|
6039
5119
|
"es6": "calciteTypographyHierarchyDisplay1"
|
|
6040
5120
|
}
|
|
6041
5121
|
},
|
|
6042
|
-
"path": [
|
|
6043
|
-
"semantic",
|
|
6044
|
-
"typography",
|
|
6045
|
-
"hierarchy",
|
|
6046
|
-
"display",
|
|
6047
|
-
"1"
|
|
6048
|
-
]
|
|
5122
|
+
"path": ["semantic", "typography", "hierarchy", "display", "1"]
|
|
6049
5123
|
},
|
|
6050
5124
|
{
|
|
6051
5125
|
"value": {
|
|
@@ -6054,7 +5128,7 @@
|
|
|
6054
5128
|
"fontSize": "20px"
|
|
6055
5129
|
},
|
|
6056
5130
|
"type": "typography",
|
|
6057
|
-
"filePath": "/home/
|
|
5131
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6058
5132
|
"isSource": true,
|
|
6059
5133
|
"original": {
|
|
6060
5134
|
"value": "{semantic.typography.wrap.bold.2}",
|
|
@@ -6070,13 +5144,7 @@
|
|
|
6070
5144
|
"es6": "calciteTypographyHierarchyDisplay2"
|
|
6071
5145
|
}
|
|
6072
5146
|
},
|
|
6073
|
-
"path": [
|
|
6074
|
-
"semantic",
|
|
6075
|
-
"typography",
|
|
6076
|
-
"hierarchy",
|
|
6077
|
-
"display",
|
|
6078
|
-
"2"
|
|
6079
|
-
]
|
|
5147
|
+
"path": ["semantic", "typography", "hierarchy", "display", "2"]
|
|
6080
5148
|
},
|
|
6081
5149
|
{
|
|
6082
5150
|
"value": {
|
|
@@ -6085,7 +5153,7 @@
|
|
|
6085
5153
|
"fontSize": "24px"
|
|
6086
5154
|
},
|
|
6087
5155
|
"type": "typography",
|
|
6088
|
-
"filePath": "/home/
|
|
5156
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6089
5157
|
"isSource": true,
|
|
6090
5158
|
"original": {
|
|
6091
5159
|
"value": "{semantic.typography.wrap.medium.3}",
|
|
@@ -6101,13 +5169,7 @@
|
|
|
6101
5169
|
"es6": "calciteTypographyHierarchyHeading1"
|
|
6102
5170
|
}
|
|
6103
5171
|
},
|
|
6104
|
-
"path": [
|
|
6105
|
-
"semantic",
|
|
6106
|
-
"typography",
|
|
6107
|
-
"hierarchy",
|
|
6108
|
-
"heading",
|
|
6109
|
-
"1"
|
|
6110
|
-
]
|
|
5172
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "1"]
|
|
6111
5173
|
},
|
|
6112
5174
|
{
|
|
6113
5175
|
"value": {
|
|
@@ -6116,7 +5178,7 @@
|
|
|
6116
5178
|
"fontSize": "20px"
|
|
6117
5179
|
},
|
|
6118
5180
|
"type": "typography",
|
|
6119
|
-
"filePath": "/home/
|
|
5181
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6120
5182
|
"isSource": true,
|
|
6121
5183
|
"original": {
|
|
6122
5184
|
"value": "{semantic.typography.wrap.medium.2}",
|
|
@@ -6132,13 +5194,7 @@
|
|
|
6132
5194
|
"es6": "calciteTypographyHierarchyHeading2"
|
|
6133
5195
|
}
|
|
6134
5196
|
},
|
|
6135
|
-
"path": [
|
|
6136
|
-
"semantic",
|
|
6137
|
-
"typography",
|
|
6138
|
-
"hierarchy",
|
|
6139
|
-
"heading",
|
|
6140
|
-
"2"
|
|
6141
|
-
]
|
|
5197
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "2"]
|
|
6142
5198
|
},
|
|
6143
5199
|
{
|
|
6144
5200
|
"value": {
|
|
@@ -6147,7 +5203,7 @@
|
|
|
6147
5203
|
"fontSize": "18px"
|
|
6148
5204
|
},
|
|
6149
5205
|
"type": "typography",
|
|
6150
|
-
"filePath": "/home/
|
|
5206
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6151
5207
|
"isSource": true,
|
|
6152
5208
|
"original": {
|
|
6153
5209
|
"value": "{semantic.typography.wrap.medium.1}",
|
|
@@ -6163,13 +5219,7 @@
|
|
|
6163
5219
|
"es6": "calciteTypographyHierarchyHeading3"
|
|
6164
5220
|
}
|
|
6165
5221
|
},
|
|
6166
|
-
"path": [
|
|
6167
|
-
"semantic",
|
|
6168
|
-
"typography",
|
|
6169
|
-
"hierarchy",
|
|
6170
|
-
"heading",
|
|
6171
|
-
"3"
|
|
6172
|
-
]
|
|
5222
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "3"]
|
|
6173
5223
|
},
|
|
6174
5224
|
{
|
|
6175
5225
|
"value": {
|
|
@@ -6178,7 +5228,7 @@
|
|
|
6178
5228
|
"fontSize": "16px"
|
|
6179
5229
|
},
|
|
6180
5230
|
"type": "typography",
|
|
6181
|
-
"filePath": "/home/
|
|
5231
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6182
5232
|
"isSource": true,
|
|
6183
5233
|
"original": {
|
|
6184
5234
|
"value": "{semantic.typography.wrap.medium.0}",
|
|
@@ -6194,13 +5244,7 @@
|
|
|
6194
5244
|
"es6": "calciteTypographyHierarchyHeading4"
|
|
6195
5245
|
}
|
|
6196
5246
|
},
|
|
6197
|
-
"path": [
|
|
6198
|
-
"semantic",
|
|
6199
|
-
"typography",
|
|
6200
|
-
"hierarchy",
|
|
6201
|
-
"heading",
|
|
6202
|
-
"4"
|
|
6203
|
-
]
|
|
5247
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "4"]
|
|
6204
5248
|
},
|
|
6205
5249
|
{
|
|
6206
5250
|
"value": {
|
|
@@ -6208,7 +5252,7 @@
|
|
|
6208
5252
|
"lineHeight": "137.5%"
|
|
6209
5253
|
},
|
|
6210
5254
|
"type": "typography",
|
|
6211
|
-
"filePath": "/home/
|
|
5255
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6212
5256
|
"isSource": true,
|
|
6213
5257
|
"original": {
|
|
6214
5258
|
"value": "{semantic.typography.wrap.medium.-1}",
|
|
@@ -6224,20 +5268,14 @@
|
|
|
6224
5268
|
"es6": "calciteTypographyHierarchyHeading5"
|
|
6225
5269
|
}
|
|
6226
5270
|
},
|
|
6227
|
-
"path": [
|
|
6228
|
-
"semantic",
|
|
6229
|
-
"typography",
|
|
6230
|
-
"hierarchy",
|
|
6231
|
-
"heading",
|
|
6232
|
-
"5"
|
|
6233
|
-
]
|
|
5271
|
+
"path": ["semantic", "typography", "hierarchy", "heading", "5"]
|
|
6234
5272
|
},
|
|
6235
5273
|
{
|
|
6236
5274
|
"value": {
|
|
6237
5275
|
"lineHeight": "137.5%"
|
|
6238
5276
|
},
|
|
6239
5277
|
"type": "typography",
|
|
6240
|
-
"filePath": "/home/
|
|
5278
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6241
5279
|
"isSource": true,
|
|
6242
5280
|
"original": {
|
|
6243
5281
|
"value": "{semantic.typography.wrap.regular.-1}",
|
|
@@ -6253,13 +5291,7 @@
|
|
|
6253
5291
|
"es6": "calciteTypographyHierarchyBodySnug"
|
|
6254
5292
|
}
|
|
6255
5293
|
},
|
|
6256
|
-
"path": [
|
|
6257
|
-
"semantic",
|
|
6258
|
-
"typography",
|
|
6259
|
-
"hierarchy",
|
|
6260
|
-
"body",
|
|
6261
|
-
"snug"
|
|
6262
|
-
]
|
|
5294
|
+
"path": ["semantic", "typography", "hierarchy", "body", "snug"]
|
|
6263
5295
|
},
|
|
6264
5296
|
{
|
|
6265
5297
|
"value": {
|
|
@@ -6273,7 +5305,7 @@
|
|
|
6273
5305
|
"textDecoration": "none"
|
|
6274
5306
|
},
|
|
6275
5307
|
"type": "typography",
|
|
6276
|
-
"filePath": "/home/
|
|
5308
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6277
5309
|
"isSource": true,
|
|
6278
5310
|
"original": {
|
|
6279
5311
|
"value": "{semantic.typography.default.default}",
|
|
@@ -6289,13 +5321,7 @@
|
|
|
6289
5321
|
"es6": "calciteTypographyHierarchyBody"
|
|
6290
5322
|
}
|
|
6291
5323
|
},
|
|
6292
|
-
"path": [
|
|
6293
|
-
"semantic",
|
|
6294
|
-
"typography",
|
|
6295
|
-
"hierarchy",
|
|
6296
|
-
"body",
|
|
6297
|
-
"default"
|
|
6298
|
-
]
|
|
5324
|
+
"path": ["semantic", "typography", "hierarchy", "body", "default"]
|
|
6299
5325
|
},
|
|
6300
5326
|
{
|
|
6301
5327
|
"value": {
|
|
@@ -6304,7 +5330,7 @@
|
|
|
6304
5330
|
"fontWeight": "700"
|
|
6305
5331
|
},
|
|
6306
5332
|
"type": "typography",
|
|
6307
|
-
"filePath": "/home/
|
|
5333
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6308
5334
|
"isSource": true,
|
|
6309
5335
|
"original": {
|
|
6310
5336
|
"value": {
|
|
@@ -6324,12 +5350,7 @@
|
|
|
6324
5350
|
"es6": "calciteTypographyHierarchyOverline"
|
|
6325
5351
|
}
|
|
6326
5352
|
},
|
|
6327
|
-
"path": [
|
|
6328
|
-
"semantic",
|
|
6329
|
-
"typography",
|
|
6330
|
-
"hierarchy",
|
|
6331
|
-
"overline"
|
|
6332
|
-
]
|
|
5353
|
+
"path": ["semantic", "typography", "hierarchy", "overline"]
|
|
6333
5354
|
},
|
|
6334
5355
|
{
|
|
6335
5356
|
"value": {
|
|
@@ -6337,7 +5358,7 @@
|
|
|
6337
5358
|
"fontSize": "12px"
|
|
6338
5359
|
},
|
|
6339
5360
|
"type": "typography",
|
|
6340
|
-
"filePath": "/home/
|
|
5361
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/typography.json",
|
|
6341
5362
|
"isSource": true,
|
|
6342
5363
|
"original": {
|
|
6343
5364
|
"value": "{semantic.typography.wrap.regular.-2}",
|
|
@@ -6353,19 +5374,14 @@
|
|
|
6353
5374
|
"es6": "calciteTypographyHierarchyCaption"
|
|
6354
5375
|
}
|
|
6355
5376
|
},
|
|
6356
|
-
"path": [
|
|
6357
|
-
"semantic",
|
|
6358
|
-
"typography",
|
|
6359
|
-
"hierarchy",
|
|
6360
|
-
"caption"
|
|
6361
|
-
]
|
|
5377
|
+
"path": ["semantic", "typography", "hierarchy", "caption"]
|
|
6362
5378
|
}
|
|
6363
5379
|
],
|
|
6364
5380
|
"z-index": [
|
|
6365
5381
|
{
|
|
6366
5382
|
"value": "-999999",
|
|
6367
5383
|
"type": "z-index",
|
|
6368
|
-
"filePath": "/home/
|
|
5384
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6369
5385
|
"isSource": true,
|
|
6370
5386
|
"original": {
|
|
6371
5387
|
"value": "{core.z-index.0}",
|
|
@@ -6381,16 +5397,12 @@
|
|
|
6381
5397
|
"es6": "calciteZIndexDeep"
|
|
6382
5398
|
}
|
|
6383
5399
|
},
|
|
6384
|
-
"path": [
|
|
6385
|
-
"semantic",
|
|
6386
|
-
"z-index",
|
|
6387
|
-
"deep"
|
|
6388
|
-
]
|
|
5400
|
+
"path": ["semantic", "z-index", "deep"]
|
|
6389
5401
|
},
|
|
6390
5402
|
{
|
|
6391
5403
|
"value": "1",
|
|
6392
5404
|
"type": "z-index",
|
|
6393
|
-
"filePath": "/home/
|
|
5405
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6394
5406
|
"isSource": true,
|
|
6395
5407
|
"original": {
|
|
6396
5408
|
"value": "{core.z-index.1}",
|
|
@@ -6406,16 +5418,12 @@
|
|
|
6406
5418
|
"es6": "calciteZIndex"
|
|
6407
5419
|
}
|
|
6408
5420
|
},
|
|
6409
|
-
"path": [
|
|
6410
|
-
"semantic",
|
|
6411
|
-
"z-index",
|
|
6412
|
-
"default"
|
|
6413
|
-
]
|
|
5421
|
+
"path": ["semantic", "z-index", "default"]
|
|
6414
5422
|
},
|
|
6415
5423
|
{
|
|
6416
5424
|
"value": "300",
|
|
6417
5425
|
"type": "z-index",
|
|
6418
|
-
"filePath": "/home/
|
|
5426
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6419
5427
|
"isSource": true,
|
|
6420
5428
|
"original": {
|
|
6421
5429
|
"value": "{core.z-index.3}",
|
|
@@ -6431,16 +5439,12 @@
|
|
|
6431
5439
|
"es6": "calciteZIndexSticky"
|
|
6432
5440
|
}
|
|
6433
5441
|
},
|
|
6434
|
-
"path": [
|
|
6435
|
-
"semantic",
|
|
6436
|
-
"z-index",
|
|
6437
|
-
"sticky"
|
|
6438
|
-
]
|
|
5442
|
+
"path": ["semantic", "z-index", "sticky"]
|
|
6439
5443
|
},
|
|
6440
5444
|
{
|
|
6441
5445
|
"value": "400",
|
|
6442
5446
|
"type": "z-index",
|
|
6443
|
-
"filePath": "/home/
|
|
5447
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6444
5448
|
"isSource": true,
|
|
6445
5449
|
"original": {
|
|
6446
5450
|
"value": "{core.z-index.4}",
|
|
@@ -6456,16 +5460,12 @@
|
|
|
6456
5460
|
"es6": "calciteZIndexHeader"
|
|
6457
5461
|
}
|
|
6458
5462
|
},
|
|
6459
|
-
"path": [
|
|
6460
|
-
"semantic",
|
|
6461
|
-
"z-index",
|
|
6462
|
-
"header"
|
|
6463
|
-
]
|
|
5463
|
+
"path": ["semantic", "z-index", "header"]
|
|
6464
5464
|
},
|
|
6465
5465
|
{
|
|
6466
5466
|
"value": "500",
|
|
6467
5467
|
"type": "z-index",
|
|
6468
|
-
"filePath": "/home/
|
|
5468
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6469
5469
|
"isSource": true,
|
|
6470
5470
|
"original": {
|
|
6471
5471
|
"value": "{core.z-index.5}",
|
|
@@ -6481,16 +5481,12 @@
|
|
|
6481
5481
|
"es6": "calciteZIndexToast"
|
|
6482
5482
|
}
|
|
6483
5483
|
},
|
|
6484
|
-
"path": [
|
|
6485
|
-
"semantic",
|
|
6486
|
-
"z-index",
|
|
6487
|
-
"toast"
|
|
6488
|
-
]
|
|
5484
|
+
"path": ["semantic", "z-index", "toast"]
|
|
6489
5485
|
},
|
|
6490
5486
|
{
|
|
6491
5487
|
"value": "600",
|
|
6492
5488
|
"type": "z-index",
|
|
6493
|
-
"filePath": "/home/
|
|
5489
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6494
5490
|
"isSource": true,
|
|
6495
5491
|
"original": {
|
|
6496
5492
|
"value": "{core.z-index.6}",
|
|
@@ -6506,16 +5502,12 @@
|
|
|
6506
5502
|
"es6": "calciteZIndexDropdown"
|
|
6507
5503
|
}
|
|
6508
5504
|
},
|
|
6509
|
-
"path": [
|
|
6510
|
-
"semantic",
|
|
6511
|
-
"z-index",
|
|
6512
|
-
"dropdown"
|
|
6513
|
-
]
|
|
5505
|
+
"path": ["semantic", "z-index", "dropdown"]
|
|
6514
5506
|
},
|
|
6515
5507
|
{
|
|
6516
5508
|
"value": "700",
|
|
6517
5509
|
"type": "z-index",
|
|
6518
|
-
"filePath": "/home/
|
|
5510
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6519
5511
|
"isSource": true,
|
|
6520
5512
|
"original": {
|
|
6521
5513
|
"value": "{core.z-index.7}",
|
|
@@ -6531,16 +5523,12 @@
|
|
|
6531
5523
|
"es6": "calciteZIndexOverlay"
|
|
6532
5524
|
}
|
|
6533
5525
|
},
|
|
6534
|
-
"path": [
|
|
6535
|
-
"semantic",
|
|
6536
|
-
"z-index",
|
|
6537
|
-
"overlay"
|
|
6538
|
-
]
|
|
5526
|
+
"path": ["semantic", "z-index", "overlay"]
|
|
6539
5527
|
},
|
|
6540
5528
|
{
|
|
6541
5529
|
"value": "800",
|
|
6542
5530
|
"type": "z-index",
|
|
6543
|
-
"filePath": "/home/
|
|
5531
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6544
5532
|
"isSource": true,
|
|
6545
5533
|
"original": {
|
|
6546
5534
|
"value": "{core.z-index.8}",
|
|
@@ -6556,16 +5544,12 @@
|
|
|
6556
5544
|
"es6": "calciteZIndexModal"
|
|
6557
5545
|
}
|
|
6558
5546
|
},
|
|
6559
|
-
"path": [
|
|
6560
|
-
"semantic",
|
|
6561
|
-
"z-index",
|
|
6562
|
-
"modal"
|
|
6563
|
-
]
|
|
5547
|
+
"path": ["semantic", "z-index", "modal"]
|
|
6564
5548
|
},
|
|
6565
5549
|
{
|
|
6566
5550
|
"value": "900",
|
|
6567
5551
|
"type": "z-index",
|
|
6568
|
-
"filePath": "/home/
|
|
5552
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6569
5553
|
"isSource": true,
|
|
6570
5554
|
"original": {
|
|
6571
5555
|
"value": "{core.z-index.9}",
|
|
@@ -6581,16 +5565,12 @@
|
|
|
6581
5565
|
"es6": "calciteZIndexPopup"
|
|
6582
5566
|
}
|
|
6583
5567
|
},
|
|
6584
|
-
"path": [
|
|
6585
|
-
"semantic",
|
|
6586
|
-
"z-index",
|
|
6587
|
-
"popup"
|
|
6588
|
-
]
|
|
5568
|
+
"path": ["semantic", "z-index", "popup"]
|
|
6589
5569
|
},
|
|
6590
5570
|
{
|
|
6591
5571
|
"value": "901",
|
|
6592
5572
|
"type": "z-index",
|
|
6593
|
-
"filePath": "/home/
|
|
5573
|
+
"filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/semantic/z-index.json",
|
|
6594
5574
|
"isSource": true,
|
|
6595
5575
|
"original": {
|
|
6596
5576
|
"value": "{core.z-index.9} + 1",
|
|
@@ -6606,12 +5586,8 @@
|
|
|
6606
5586
|
"es6": "calciteZIndexTooltip"
|
|
6607
5587
|
}
|
|
6608
5588
|
},
|
|
6609
|
-
"path": [
|
|
6610
|
-
"semantic",
|
|
6611
|
-
"z-index",
|
|
6612
|
-
"tooltip"
|
|
6613
|
-
]
|
|
5589
|
+
"path": ["semantic", "z-index", "tooltip"]
|
|
6614
5590
|
}
|
|
6615
5591
|
]
|
|
6616
5592
|
}
|
|
6617
|
-
}
|
|
5593
|
+
}
|