@monoharada/wcf-mcp 0.9.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -3
- package/core/cem.mjs +16 -5
- package/core/constants.mjs +49 -1
- package/core/plugins.mjs +185 -3
- package/core/register.mjs +1112 -152
- package/core/tokens.mjs +70 -17
- package/core.mjs +25 -5
- package/data/design-tokens.json +932 -2
- package/data/guidelines-index.json +88 -24
- package/examples/plugins/custom-validation-plugin.mjs +61 -0
- package/package.json +1 -1
- package/runtime-data.mjs +41 -5
- package/server.mjs +5 -0
- package/validator.mjs +209 -31
package/data/design-tokens.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"extractedAt": "2026-03-
|
|
2
|
+
"version": "0.3.0",
|
|
3
|
+
"extractedAt": "2026-03-16T07:35:00.524Z",
|
|
4
4
|
"themes": {
|
|
5
5
|
"default": "light",
|
|
6
6
|
"available": [
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
{
|
|
12
12
|
"name": "--color-primitive-blue-50",
|
|
13
13
|
"value": "#e8f1fe",
|
|
14
|
+
"themeValues": {
|
|
15
|
+
"light": "#e8f1fe"
|
|
16
|
+
},
|
|
14
17
|
"type": "color",
|
|
15
18
|
"category": "primitive",
|
|
16
19
|
"cssVariable": "var(--color-primitive-blue-50)",
|
|
@@ -19,6 +22,9 @@
|
|
|
19
22
|
{
|
|
20
23
|
"name": "--color-primitive-blue-100",
|
|
21
24
|
"value": "#d9e6ff",
|
|
25
|
+
"themeValues": {
|
|
26
|
+
"light": "#d9e6ff"
|
|
27
|
+
},
|
|
22
28
|
"type": "color",
|
|
23
29
|
"category": "primitive",
|
|
24
30
|
"cssVariable": "var(--color-primitive-blue-100)",
|
|
@@ -27,6 +33,9 @@
|
|
|
27
33
|
{
|
|
28
34
|
"name": "--color-primitive-blue-200",
|
|
29
35
|
"value": "#c5d7fb",
|
|
36
|
+
"themeValues": {
|
|
37
|
+
"light": "#c5d7fb"
|
|
38
|
+
},
|
|
30
39
|
"type": "color",
|
|
31
40
|
"category": "primitive",
|
|
32
41
|
"cssVariable": "var(--color-primitive-blue-200)",
|
|
@@ -35,6 +44,9 @@
|
|
|
35
44
|
{
|
|
36
45
|
"name": "--color-primitive-blue-300",
|
|
37
46
|
"value": "#9db7f9",
|
|
47
|
+
"themeValues": {
|
|
48
|
+
"light": "#9db7f9"
|
|
49
|
+
},
|
|
38
50
|
"type": "color",
|
|
39
51
|
"category": "primitive",
|
|
40
52
|
"cssVariable": "var(--color-primitive-blue-300)",
|
|
@@ -43,6 +55,9 @@
|
|
|
43
55
|
{
|
|
44
56
|
"name": "--color-primitive-blue-400",
|
|
45
57
|
"value": "#7096f8",
|
|
58
|
+
"themeValues": {
|
|
59
|
+
"light": "#7096f8"
|
|
60
|
+
},
|
|
46
61
|
"type": "color",
|
|
47
62
|
"category": "primitive",
|
|
48
63
|
"cssVariable": "var(--color-primitive-blue-400)",
|
|
@@ -51,6 +66,9 @@
|
|
|
51
66
|
{
|
|
52
67
|
"name": "--color-primitive-blue-500",
|
|
53
68
|
"value": "#4979f5",
|
|
69
|
+
"themeValues": {
|
|
70
|
+
"light": "#4979f5"
|
|
71
|
+
},
|
|
54
72
|
"type": "color",
|
|
55
73
|
"category": "primitive",
|
|
56
74
|
"cssVariable": "var(--color-primitive-blue-500)",
|
|
@@ -59,6 +77,9 @@
|
|
|
59
77
|
{
|
|
60
78
|
"name": "--color-primitive-blue-600",
|
|
61
79
|
"value": "#3460fb",
|
|
80
|
+
"themeValues": {
|
|
81
|
+
"light": "#3460fb"
|
|
82
|
+
},
|
|
62
83
|
"type": "color",
|
|
63
84
|
"category": "primitive",
|
|
64
85
|
"cssVariable": "var(--color-primitive-blue-600)",
|
|
@@ -67,6 +88,9 @@
|
|
|
67
88
|
{
|
|
68
89
|
"name": "--color-primitive-blue-700",
|
|
69
90
|
"value": "#264af4",
|
|
91
|
+
"themeValues": {
|
|
92
|
+
"light": "#264af4"
|
|
93
|
+
},
|
|
70
94
|
"type": "color",
|
|
71
95
|
"category": "primitive",
|
|
72
96
|
"cssVariable": "var(--color-primitive-blue-700)",
|
|
@@ -75,6 +99,9 @@
|
|
|
75
99
|
{
|
|
76
100
|
"name": "--color-primitive-blue-800",
|
|
77
101
|
"value": "#0031d8",
|
|
102
|
+
"themeValues": {
|
|
103
|
+
"light": "#0031d8"
|
|
104
|
+
},
|
|
78
105
|
"type": "color",
|
|
79
106
|
"category": "primitive",
|
|
80
107
|
"cssVariable": "var(--color-primitive-blue-800)",
|
|
@@ -83,6 +110,9 @@
|
|
|
83
110
|
{
|
|
84
111
|
"name": "--color-primitive-blue-900",
|
|
85
112
|
"value": "#0017c1",
|
|
113
|
+
"themeValues": {
|
|
114
|
+
"light": "#0017c1"
|
|
115
|
+
},
|
|
86
116
|
"type": "color",
|
|
87
117
|
"category": "primitive",
|
|
88
118
|
"cssVariable": "var(--color-primitive-blue-900)",
|
|
@@ -91,6 +121,9 @@
|
|
|
91
121
|
{
|
|
92
122
|
"name": "--color-primitive-blue-1000",
|
|
93
123
|
"value": "#00118f",
|
|
124
|
+
"themeValues": {
|
|
125
|
+
"light": "#00118f"
|
|
126
|
+
},
|
|
94
127
|
"type": "color",
|
|
95
128
|
"category": "primitive",
|
|
96
129
|
"cssVariable": "var(--color-primitive-blue-1000)",
|
|
@@ -99,6 +132,9 @@
|
|
|
99
132
|
{
|
|
100
133
|
"name": "--color-primitive-blue-1100",
|
|
101
134
|
"value": "#000071",
|
|
135
|
+
"themeValues": {
|
|
136
|
+
"light": "#000071"
|
|
137
|
+
},
|
|
102
138
|
"type": "color",
|
|
103
139
|
"category": "primitive",
|
|
104
140
|
"cssVariable": "var(--color-primitive-blue-1100)",
|
|
@@ -107,6 +143,9 @@
|
|
|
107
143
|
{
|
|
108
144
|
"name": "--color-primitive-blue-1200",
|
|
109
145
|
"value": "#000060",
|
|
146
|
+
"themeValues": {
|
|
147
|
+
"light": "#000060"
|
|
148
|
+
},
|
|
110
149
|
"type": "color",
|
|
111
150
|
"category": "primitive",
|
|
112
151
|
"cssVariable": "var(--color-primitive-blue-1200)",
|
|
@@ -115,6 +154,9 @@
|
|
|
115
154
|
{
|
|
116
155
|
"name": "--color-primitive-light-blue-50",
|
|
117
156
|
"value": "#f0f9ff",
|
|
157
|
+
"themeValues": {
|
|
158
|
+
"light": "#f0f9ff"
|
|
159
|
+
},
|
|
118
160
|
"type": "color",
|
|
119
161
|
"category": "primitive",
|
|
120
162
|
"cssVariable": "var(--color-primitive-light-blue-50)",
|
|
@@ -123,6 +165,9 @@
|
|
|
123
165
|
{
|
|
124
166
|
"name": "--color-primitive-light-blue-100",
|
|
125
167
|
"value": "#dcf0ff",
|
|
168
|
+
"themeValues": {
|
|
169
|
+
"light": "#dcf0ff"
|
|
170
|
+
},
|
|
126
171
|
"type": "color",
|
|
127
172
|
"category": "primitive",
|
|
128
173
|
"cssVariable": "var(--color-primitive-light-blue-100)",
|
|
@@ -131,6 +176,9 @@
|
|
|
131
176
|
{
|
|
132
177
|
"name": "--color-primitive-light-blue-200",
|
|
133
178
|
"value": "#c0e4ff",
|
|
179
|
+
"themeValues": {
|
|
180
|
+
"light": "#c0e4ff"
|
|
181
|
+
},
|
|
134
182
|
"type": "color",
|
|
135
183
|
"category": "primitive",
|
|
136
184
|
"cssVariable": "var(--color-primitive-light-blue-200)",
|
|
@@ -139,6 +187,9 @@
|
|
|
139
187
|
{
|
|
140
188
|
"name": "--color-primitive-light-blue-300",
|
|
141
189
|
"value": "#97d3ff",
|
|
190
|
+
"themeValues": {
|
|
191
|
+
"light": "#97d3ff"
|
|
192
|
+
},
|
|
142
193
|
"type": "color",
|
|
143
194
|
"category": "primitive",
|
|
144
195
|
"cssVariable": "var(--color-primitive-light-blue-300)",
|
|
@@ -147,6 +198,9 @@
|
|
|
147
198
|
{
|
|
148
199
|
"name": "--color-primitive-light-blue-400",
|
|
149
200
|
"value": "#57b8ff",
|
|
201
|
+
"themeValues": {
|
|
202
|
+
"light": "#57b8ff"
|
|
203
|
+
},
|
|
150
204
|
"type": "color",
|
|
151
205
|
"category": "primitive",
|
|
152
206
|
"cssVariable": "var(--color-primitive-light-blue-400)",
|
|
@@ -155,6 +209,9 @@
|
|
|
155
209
|
{
|
|
156
210
|
"name": "--color-primitive-light-blue-500",
|
|
157
211
|
"value": "#39abff",
|
|
212
|
+
"themeValues": {
|
|
213
|
+
"light": "#39abff"
|
|
214
|
+
},
|
|
158
215
|
"type": "color",
|
|
159
216
|
"category": "primitive",
|
|
160
217
|
"cssVariable": "var(--color-primitive-light-blue-500)",
|
|
@@ -163,6 +220,9 @@
|
|
|
163
220
|
{
|
|
164
221
|
"name": "--color-primitive-light-blue-600",
|
|
165
222
|
"value": "#008bf2",
|
|
223
|
+
"themeValues": {
|
|
224
|
+
"light": "#008bf2"
|
|
225
|
+
},
|
|
166
226
|
"type": "color",
|
|
167
227
|
"category": "primitive",
|
|
168
228
|
"cssVariable": "var(--color-primitive-light-blue-600)",
|
|
@@ -171,6 +231,9 @@
|
|
|
171
231
|
{
|
|
172
232
|
"name": "--color-primitive-light-blue-700",
|
|
173
233
|
"value": "#0877d7",
|
|
234
|
+
"themeValues": {
|
|
235
|
+
"light": "#0877d7"
|
|
236
|
+
},
|
|
174
237
|
"type": "color",
|
|
175
238
|
"category": "primitive",
|
|
176
239
|
"cssVariable": "var(--color-primitive-light-blue-700)",
|
|
@@ -179,6 +242,9 @@
|
|
|
179
242
|
{
|
|
180
243
|
"name": "--color-primitive-light-blue-800",
|
|
181
244
|
"value": "#0066be",
|
|
245
|
+
"themeValues": {
|
|
246
|
+
"light": "#0066be"
|
|
247
|
+
},
|
|
182
248
|
"type": "color",
|
|
183
249
|
"category": "primitive",
|
|
184
250
|
"cssVariable": "var(--color-primitive-light-blue-800)",
|
|
@@ -187,6 +253,9 @@
|
|
|
187
253
|
{
|
|
188
254
|
"name": "--color-primitive-light-blue-900",
|
|
189
255
|
"value": "#0055ad",
|
|
256
|
+
"themeValues": {
|
|
257
|
+
"light": "#0055ad"
|
|
258
|
+
},
|
|
190
259
|
"type": "color",
|
|
191
260
|
"category": "primitive",
|
|
192
261
|
"cssVariable": "var(--color-primitive-light-blue-900)",
|
|
@@ -195,6 +264,9 @@
|
|
|
195
264
|
{
|
|
196
265
|
"name": "--color-primitive-light-blue-1000",
|
|
197
266
|
"value": "#00428c",
|
|
267
|
+
"themeValues": {
|
|
268
|
+
"light": "#00428c"
|
|
269
|
+
},
|
|
198
270
|
"type": "color",
|
|
199
271
|
"category": "primitive",
|
|
200
272
|
"cssVariable": "var(--color-primitive-light-blue-1000)",
|
|
@@ -203,6 +275,9 @@
|
|
|
203
275
|
{
|
|
204
276
|
"name": "--color-primitive-light-blue-1100",
|
|
205
277
|
"value": "#00316a",
|
|
278
|
+
"themeValues": {
|
|
279
|
+
"light": "#00316a"
|
|
280
|
+
},
|
|
206
281
|
"type": "color",
|
|
207
282
|
"category": "primitive",
|
|
208
283
|
"cssVariable": "var(--color-primitive-light-blue-1100)",
|
|
@@ -211,6 +286,9 @@
|
|
|
211
286
|
{
|
|
212
287
|
"name": "--color-primitive-light-blue-1200",
|
|
213
288
|
"value": "#00234b",
|
|
289
|
+
"themeValues": {
|
|
290
|
+
"light": "#00234b"
|
|
291
|
+
},
|
|
214
292
|
"type": "color",
|
|
215
293
|
"category": "primitive",
|
|
216
294
|
"cssVariable": "var(--color-primitive-light-blue-1200)",
|
|
@@ -219,6 +297,9 @@
|
|
|
219
297
|
{
|
|
220
298
|
"name": "--color-primitive-cyan-50",
|
|
221
299
|
"value": "#e9f7f9",
|
|
300
|
+
"themeValues": {
|
|
301
|
+
"light": "#e9f7f9"
|
|
302
|
+
},
|
|
222
303
|
"type": "color",
|
|
223
304
|
"category": "primitive",
|
|
224
305
|
"cssVariable": "var(--color-primitive-cyan-50)",
|
|
@@ -227,6 +308,9 @@
|
|
|
227
308
|
{
|
|
228
309
|
"name": "--color-primitive-cyan-100",
|
|
229
310
|
"value": "#c8f8ff",
|
|
311
|
+
"themeValues": {
|
|
312
|
+
"light": "#c8f8ff"
|
|
313
|
+
},
|
|
230
314
|
"type": "color",
|
|
231
315
|
"category": "primitive",
|
|
232
316
|
"cssVariable": "var(--color-primitive-cyan-100)",
|
|
@@ -235,6 +319,9 @@
|
|
|
235
319
|
{
|
|
236
320
|
"name": "--color-primitive-cyan-200",
|
|
237
321
|
"value": "#99f2ff",
|
|
322
|
+
"themeValues": {
|
|
323
|
+
"light": "#99f2ff"
|
|
324
|
+
},
|
|
238
325
|
"type": "color",
|
|
239
326
|
"category": "primitive",
|
|
240
327
|
"cssVariable": "var(--color-primitive-cyan-200)",
|
|
@@ -243,6 +330,9 @@
|
|
|
243
330
|
{
|
|
244
331
|
"name": "--color-primitive-cyan-300",
|
|
245
332
|
"value": "#79e2f2",
|
|
333
|
+
"themeValues": {
|
|
334
|
+
"light": "#79e2f2"
|
|
335
|
+
},
|
|
246
336
|
"type": "color",
|
|
247
337
|
"category": "primitive",
|
|
248
338
|
"cssVariable": "var(--color-primitive-cyan-300)",
|
|
@@ -251,6 +341,9 @@
|
|
|
251
341
|
{
|
|
252
342
|
"name": "--color-primitive-cyan-400",
|
|
253
343
|
"value": "#2bc8e4",
|
|
344
|
+
"themeValues": {
|
|
345
|
+
"light": "#2bc8e4"
|
|
346
|
+
},
|
|
254
347
|
"type": "color",
|
|
255
348
|
"category": "primitive",
|
|
256
349
|
"cssVariable": "var(--color-primitive-cyan-400)",
|
|
@@ -259,6 +352,9 @@
|
|
|
259
352
|
{
|
|
260
353
|
"name": "--color-primitive-cyan-500",
|
|
261
354
|
"value": "#01b7d6",
|
|
355
|
+
"themeValues": {
|
|
356
|
+
"light": "#01b7d6"
|
|
357
|
+
},
|
|
262
358
|
"type": "color",
|
|
263
359
|
"category": "primitive",
|
|
264
360
|
"cssVariable": "var(--color-primitive-cyan-500)",
|
|
@@ -267,6 +363,9 @@
|
|
|
267
363
|
{
|
|
268
364
|
"name": "--color-primitive-cyan-600",
|
|
269
365
|
"value": "#00a3bf",
|
|
366
|
+
"themeValues": {
|
|
367
|
+
"light": "#00a3bf"
|
|
368
|
+
},
|
|
270
369
|
"type": "color",
|
|
271
370
|
"category": "primitive",
|
|
272
371
|
"cssVariable": "var(--color-primitive-cyan-600)",
|
|
@@ -275,6 +374,9 @@
|
|
|
275
374
|
{
|
|
276
375
|
"name": "--color-primitive-cyan-700",
|
|
277
376
|
"value": "#008da6",
|
|
377
|
+
"themeValues": {
|
|
378
|
+
"light": "#008da6"
|
|
379
|
+
},
|
|
278
380
|
"type": "color",
|
|
279
381
|
"category": "primitive",
|
|
280
382
|
"cssVariable": "var(--color-primitive-cyan-700)",
|
|
@@ -283,6 +385,9 @@
|
|
|
283
385
|
{
|
|
284
386
|
"name": "--color-primitive-cyan-800",
|
|
285
387
|
"value": "#008299",
|
|
388
|
+
"themeValues": {
|
|
389
|
+
"light": "#008299"
|
|
390
|
+
},
|
|
286
391
|
"type": "color",
|
|
287
392
|
"category": "primitive",
|
|
288
393
|
"cssVariable": "var(--color-primitive-cyan-800)",
|
|
@@ -291,6 +396,9 @@
|
|
|
291
396
|
{
|
|
292
397
|
"name": "--color-primitive-cyan-900",
|
|
293
398
|
"value": "#006f83",
|
|
399
|
+
"themeValues": {
|
|
400
|
+
"light": "#006f83"
|
|
401
|
+
},
|
|
294
402
|
"type": "color",
|
|
295
403
|
"category": "primitive",
|
|
296
404
|
"cssVariable": "var(--color-primitive-cyan-900)",
|
|
@@ -299,6 +407,9 @@
|
|
|
299
407
|
{
|
|
300
408
|
"name": "--color-primitive-cyan-1000",
|
|
301
409
|
"value": "#006173",
|
|
410
|
+
"themeValues": {
|
|
411
|
+
"light": "#006173"
|
|
412
|
+
},
|
|
302
413
|
"type": "color",
|
|
303
414
|
"category": "primitive",
|
|
304
415
|
"cssVariable": "var(--color-primitive-cyan-1000)",
|
|
@@ -307,6 +418,9 @@
|
|
|
307
418
|
{
|
|
308
419
|
"name": "--color-primitive-cyan-1100",
|
|
309
420
|
"value": "#004c59",
|
|
421
|
+
"themeValues": {
|
|
422
|
+
"light": "#004c59"
|
|
423
|
+
},
|
|
310
424
|
"type": "color",
|
|
311
425
|
"category": "primitive",
|
|
312
426
|
"cssVariable": "var(--color-primitive-cyan-1100)",
|
|
@@ -315,6 +429,9 @@
|
|
|
315
429
|
{
|
|
316
430
|
"name": "--color-primitive-cyan-1200",
|
|
317
431
|
"value": "#003741",
|
|
432
|
+
"themeValues": {
|
|
433
|
+
"light": "#003741"
|
|
434
|
+
},
|
|
318
435
|
"type": "color",
|
|
319
436
|
"category": "primitive",
|
|
320
437
|
"cssVariable": "var(--color-primitive-cyan-1200)",
|
|
@@ -323,6 +440,9 @@
|
|
|
323
440
|
{
|
|
324
441
|
"name": "--color-primitive-green-50",
|
|
325
442
|
"value": "#e6f5ec",
|
|
443
|
+
"themeValues": {
|
|
444
|
+
"light": "#e6f5ec"
|
|
445
|
+
},
|
|
326
446
|
"type": "color",
|
|
327
447
|
"category": "primitive",
|
|
328
448
|
"cssVariable": "var(--color-primitive-green-50)",
|
|
@@ -331,6 +451,9 @@
|
|
|
331
451
|
{
|
|
332
452
|
"name": "--color-primitive-green-100",
|
|
333
453
|
"value": "#c2e5d1",
|
|
454
|
+
"themeValues": {
|
|
455
|
+
"light": "#c2e5d1"
|
|
456
|
+
},
|
|
334
457
|
"type": "color",
|
|
335
458
|
"category": "primitive",
|
|
336
459
|
"cssVariable": "var(--color-primitive-green-100)",
|
|
@@ -339,6 +462,9 @@
|
|
|
339
462
|
{
|
|
340
463
|
"name": "--color-primitive-green-200",
|
|
341
464
|
"value": "#9bd4b5",
|
|
465
|
+
"themeValues": {
|
|
466
|
+
"light": "#9bd4b5"
|
|
467
|
+
},
|
|
342
468
|
"type": "color",
|
|
343
469
|
"category": "primitive",
|
|
344
470
|
"cssVariable": "var(--color-primitive-green-200)",
|
|
@@ -347,6 +473,9 @@
|
|
|
347
473
|
{
|
|
348
474
|
"name": "--color-primitive-green-300",
|
|
349
475
|
"value": "#71c598",
|
|
476
|
+
"themeValues": {
|
|
477
|
+
"light": "#71c598"
|
|
478
|
+
},
|
|
350
479
|
"type": "color",
|
|
351
480
|
"category": "primitive",
|
|
352
481
|
"cssVariable": "var(--color-primitive-green-300)",
|
|
@@ -355,6 +484,9 @@
|
|
|
355
484
|
{
|
|
356
485
|
"name": "--color-primitive-green-400",
|
|
357
486
|
"value": "#51b883",
|
|
487
|
+
"themeValues": {
|
|
488
|
+
"light": "#51b883"
|
|
489
|
+
},
|
|
358
490
|
"type": "color",
|
|
359
491
|
"category": "primitive",
|
|
360
492
|
"cssVariable": "var(--color-primitive-green-400)",
|
|
@@ -363,6 +495,9 @@
|
|
|
363
495
|
{
|
|
364
496
|
"name": "--color-primitive-green-500",
|
|
365
497
|
"value": "#2cac6e",
|
|
498
|
+
"themeValues": {
|
|
499
|
+
"light": "#2cac6e"
|
|
500
|
+
},
|
|
366
501
|
"type": "color",
|
|
367
502
|
"category": "primitive",
|
|
368
503
|
"cssVariable": "var(--color-primitive-green-500)",
|
|
@@ -371,6 +506,9 @@
|
|
|
371
506
|
{
|
|
372
507
|
"name": "--color-primitive-green-600",
|
|
373
508
|
"value": "#259d63",
|
|
509
|
+
"themeValues": {
|
|
510
|
+
"light": "#259d63"
|
|
511
|
+
},
|
|
374
512
|
"type": "color",
|
|
375
513
|
"category": "primitive",
|
|
376
514
|
"cssVariable": "var(--color-primitive-green-600)",
|
|
@@ -379,6 +517,9 @@
|
|
|
379
517
|
{
|
|
380
518
|
"name": "--color-primitive-green-700",
|
|
381
519
|
"value": "#1d8b56",
|
|
520
|
+
"themeValues": {
|
|
521
|
+
"light": "#1d8b56"
|
|
522
|
+
},
|
|
382
523
|
"type": "color",
|
|
383
524
|
"category": "primitive",
|
|
384
525
|
"cssVariable": "var(--color-primitive-green-700)",
|
|
@@ -387,6 +528,9 @@
|
|
|
387
528
|
{
|
|
388
529
|
"name": "--color-primitive-green-800",
|
|
389
530
|
"value": "#197a4b",
|
|
531
|
+
"themeValues": {
|
|
532
|
+
"light": "#197a4b"
|
|
533
|
+
},
|
|
390
534
|
"type": "color",
|
|
391
535
|
"category": "primitive",
|
|
392
536
|
"cssVariable": "var(--color-primitive-green-800)",
|
|
@@ -395,6 +539,9 @@
|
|
|
395
539
|
{
|
|
396
540
|
"name": "--color-primitive-green-900",
|
|
397
541
|
"value": "#115a36",
|
|
542
|
+
"themeValues": {
|
|
543
|
+
"light": "#115a36"
|
|
544
|
+
},
|
|
398
545
|
"type": "color",
|
|
399
546
|
"category": "primitive",
|
|
400
547
|
"cssVariable": "var(--color-primitive-green-900)",
|
|
@@ -403,6 +550,9 @@
|
|
|
403
550
|
{
|
|
404
551
|
"name": "--color-primitive-green-1000",
|
|
405
552
|
"value": "#0c472a",
|
|
553
|
+
"themeValues": {
|
|
554
|
+
"light": "#0c472a"
|
|
555
|
+
},
|
|
406
556
|
"type": "color",
|
|
407
557
|
"category": "primitive",
|
|
408
558
|
"cssVariable": "var(--color-primitive-green-1000)",
|
|
@@ -411,6 +561,9 @@
|
|
|
411
561
|
{
|
|
412
562
|
"name": "--color-primitive-green-1100",
|
|
413
563
|
"value": "#08351f",
|
|
564
|
+
"themeValues": {
|
|
565
|
+
"light": "#08351f"
|
|
566
|
+
},
|
|
414
567
|
"type": "color",
|
|
415
568
|
"category": "primitive",
|
|
416
569
|
"cssVariable": "var(--color-primitive-green-1100)",
|
|
@@ -419,6 +572,9 @@
|
|
|
419
572
|
{
|
|
420
573
|
"name": "--color-primitive-green-1200",
|
|
421
574
|
"value": "#032213",
|
|
575
|
+
"themeValues": {
|
|
576
|
+
"light": "#032213"
|
|
577
|
+
},
|
|
422
578
|
"type": "color",
|
|
423
579
|
"category": "primitive",
|
|
424
580
|
"cssVariable": "var(--color-primitive-green-1200)",
|
|
@@ -427,6 +583,9 @@
|
|
|
427
583
|
{
|
|
428
584
|
"name": "--color-primitive-lime-50",
|
|
429
585
|
"value": "#ebfad9",
|
|
586
|
+
"themeValues": {
|
|
587
|
+
"light": "#ebfad9"
|
|
588
|
+
},
|
|
430
589
|
"type": "color",
|
|
431
590
|
"category": "primitive",
|
|
432
591
|
"cssVariable": "var(--color-primitive-lime-50)",
|
|
@@ -435,6 +594,9 @@
|
|
|
435
594
|
{
|
|
436
595
|
"name": "--color-primitive-lime-100",
|
|
437
596
|
"value": "#d0f5a2",
|
|
597
|
+
"themeValues": {
|
|
598
|
+
"light": "#d0f5a2"
|
|
599
|
+
},
|
|
438
600
|
"type": "color",
|
|
439
601
|
"category": "primitive",
|
|
440
602
|
"cssVariable": "var(--color-primitive-lime-100)",
|
|
@@ -443,6 +605,9 @@
|
|
|
443
605
|
{
|
|
444
606
|
"name": "--color-primitive-lime-200",
|
|
445
607
|
"value": "#c0f354",
|
|
608
|
+
"themeValues": {
|
|
609
|
+
"light": "#c0f354"
|
|
610
|
+
},
|
|
446
611
|
"type": "color",
|
|
447
612
|
"category": "primitive",
|
|
448
613
|
"cssVariable": "var(--color-primitive-lime-200)",
|
|
@@ -451,6 +616,9 @@
|
|
|
451
616
|
{
|
|
452
617
|
"name": "--color-primitive-lime-300",
|
|
453
618
|
"value": "#ade830",
|
|
619
|
+
"themeValues": {
|
|
620
|
+
"light": "#ade830"
|
|
621
|
+
},
|
|
454
622
|
"type": "color",
|
|
455
623
|
"category": "primitive",
|
|
456
624
|
"cssVariable": "var(--color-primitive-lime-300)",
|
|
@@ -459,6 +627,9 @@
|
|
|
459
627
|
{
|
|
460
628
|
"name": "--color-primitive-lime-400",
|
|
461
629
|
"value": "#9ddd15",
|
|
630
|
+
"themeValues": {
|
|
631
|
+
"light": "#9ddd15"
|
|
632
|
+
},
|
|
462
633
|
"type": "color",
|
|
463
634
|
"category": "primitive",
|
|
464
635
|
"cssVariable": "var(--color-primitive-lime-400)",
|
|
@@ -467,6 +638,9 @@
|
|
|
467
638
|
{
|
|
468
639
|
"name": "--color-primitive-lime-500",
|
|
469
640
|
"value": "#8cc80c",
|
|
641
|
+
"themeValues": {
|
|
642
|
+
"light": "#8cc80c"
|
|
643
|
+
},
|
|
470
644
|
"type": "color",
|
|
471
645
|
"category": "primitive",
|
|
472
646
|
"cssVariable": "var(--color-primitive-lime-500)",
|
|
@@ -475,6 +649,9 @@
|
|
|
475
649
|
{
|
|
476
650
|
"name": "--color-primitive-lime-600",
|
|
477
651
|
"value": "#7eb40d",
|
|
652
|
+
"themeValues": {
|
|
653
|
+
"light": "#7eb40d"
|
|
654
|
+
},
|
|
478
655
|
"type": "color",
|
|
479
656
|
"category": "primitive",
|
|
480
657
|
"cssVariable": "var(--color-primitive-lime-600)",
|
|
@@ -483,6 +660,9 @@
|
|
|
483
660
|
{
|
|
484
661
|
"name": "--color-primitive-lime-700",
|
|
485
662
|
"value": "#6fa104",
|
|
663
|
+
"themeValues": {
|
|
664
|
+
"light": "#6fa104"
|
|
665
|
+
},
|
|
486
666
|
"type": "color",
|
|
487
667
|
"category": "primitive",
|
|
488
668
|
"cssVariable": "var(--color-primitive-lime-700)",
|
|
@@ -491,6 +671,9 @@
|
|
|
491
671
|
{
|
|
492
672
|
"name": "--color-primitive-lime-800",
|
|
493
673
|
"value": "#618e00",
|
|
674
|
+
"themeValues": {
|
|
675
|
+
"light": "#618e00"
|
|
676
|
+
},
|
|
494
677
|
"type": "color",
|
|
495
678
|
"category": "primitive",
|
|
496
679
|
"cssVariable": "var(--color-primitive-lime-800)",
|
|
@@ -499,6 +682,9 @@
|
|
|
499
682
|
{
|
|
500
683
|
"name": "--color-primitive-lime-900",
|
|
501
684
|
"value": "#507500",
|
|
685
|
+
"themeValues": {
|
|
686
|
+
"light": "#507500"
|
|
687
|
+
},
|
|
502
688
|
"type": "color",
|
|
503
689
|
"category": "primitive",
|
|
504
690
|
"cssVariable": "var(--color-primitive-lime-900)",
|
|
@@ -507,6 +693,9 @@
|
|
|
507
693
|
{
|
|
508
694
|
"name": "--color-primitive-lime-1000",
|
|
509
695
|
"value": "#3e5a00",
|
|
696
|
+
"themeValues": {
|
|
697
|
+
"light": "#3e5a00"
|
|
698
|
+
},
|
|
510
699
|
"type": "color",
|
|
511
700
|
"category": "primitive",
|
|
512
701
|
"cssVariable": "var(--color-primitive-lime-1000)",
|
|
@@ -515,6 +704,9 @@
|
|
|
515
704
|
{
|
|
516
705
|
"name": "--color-primitive-lime-1100",
|
|
517
706
|
"value": "#2c4100",
|
|
707
|
+
"themeValues": {
|
|
708
|
+
"light": "#2c4100"
|
|
709
|
+
},
|
|
518
710
|
"type": "color",
|
|
519
711
|
"category": "primitive",
|
|
520
712
|
"cssVariable": "var(--color-primitive-lime-1100)",
|
|
@@ -523,6 +715,9 @@
|
|
|
523
715
|
{
|
|
524
716
|
"name": "--color-primitive-lime-1200",
|
|
525
717
|
"value": "#1e2d00",
|
|
718
|
+
"themeValues": {
|
|
719
|
+
"light": "#1e2d00"
|
|
720
|
+
},
|
|
526
721
|
"type": "color",
|
|
527
722
|
"category": "primitive",
|
|
528
723
|
"cssVariable": "var(--color-primitive-lime-1200)",
|
|
@@ -531,6 +726,9 @@
|
|
|
531
726
|
{
|
|
532
727
|
"name": "--color-primitive-yellow-50",
|
|
533
728
|
"value": "#fbf5e0",
|
|
729
|
+
"themeValues": {
|
|
730
|
+
"light": "#fbf5e0"
|
|
731
|
+
},
|
|
534
732
|
"type": "color",
|
|
535
733
|
"category": "primitive",
|
|
536
734
|
"cssVariable": "var(--color-primitive-yellow-50)",
|
|
@@ -539,6 +737,9 @@
|
|
|
539
737
|
{
|
|
540
738
|
"name": "--color-primitive-yellow-100",
|
|
541
739
|
"value": "#fff0b3",
|
|
740
|
+
"themeValues": {
|
|
741
|
+
"light": "#fff0b3"
|
|
742
|
+
},
|
|
542
743
|
"type": "color",
|
|
543
744
|
"category": "primitive",
|
|
544
745
|
"cssVariable": "var(--color-primitive-yellow-100)",
|
|
@@ -547,6 +748,9 @@
|
|
|
547
748
|
{
|
|
548
749
|
"name": "--color-primitive-yellow-200",
|
|
549
750
|
"value": "#ffe380",
|
|
751
|
+
"themeValues": {
|
|
752
|
+
"light": "#ffe380"
|
|
753
|
+
},
|
|
550
754
|
"type": "color",
|
|
551
755
|
"category": "primitive",
|
|
552
756
|
"cssVariable": "var(--color-primitive-yellow-200)",
|
|
@@ -555,6 +759,9 @@
|
|
|
555
759
|
{
|
|
556
760
|
"name": "--color-primitive-yellow-300",
|
|
557
761
|
"value": "#ffd43d",
|
|
762
|
+
"themeValues": {
|
|
763
|
+
"light": "#ffd43d"
|
|
764
|
+
},
|
|
558
765
|
"type": "color",
|
|
559
766
|
"category": "primitive",
|
|
560
767
|
"cssVariable": "var(--color-primitive-yellow-300)",
|
|
@@ -563,6 +770,9 @@
|
|
|
563
770
|
{
|
|
564
771
|
"name": "--color-primitive-yellow-400",
|
|
565
772
|
"value": "#ffc700",
|
|
773
|
+
"themeValues": {
|
|
774
|
+
"light": "#ffc700"
|
|
775
|
+
},
|
|
566
776
|
"type": "color",
|
|
567
777
|
"category": "primitive",
|
|
568
778
|
"cssVariable": "var(--color-primitive-yellow-400)",
|
|
@@ -571,6 +781,9 @@
|
|
|
571
781
|
{
|
|
572
782
|
"name": "--color-primitive-yellow-500",
|
|
573
783
|
"value": "#ebb700",
|
|
784
|
+
"themeValues": {
|
|
785
|
+
"light": "#ebb700"
|
|
786
|
+
},
|
|
574
787
|
"type": "color",
|
|
575
788
|
"category": "primitive",
|
|
576
789
|
"cssVariable": "var(--color-primitive-yellow-500)",
|
|
@@ -579,6 +792,9 @@
|
|
|
579
792
|
{
|
|
580
793
|
"name": "--color-primitive-yellow-600",
|
|
581
794
|
"value": "#d2a400",
|
|
795
|
+
"themeValues": {
|
|
796
|
+
"light": "#d2a400"
|
|
797
|
+
},
|
|
582
798
|
"type": "color",
|
|
583
799
|
"category": "primitive",
|
|
584
800
|
"cssVariable": "var(--color-primitive-yellow-600)",
|
|
@@ -587,6 +803,9 @@
|
|
|
587
803
|
{
|
|
588
804
|
"name": "--color-primitive-yellow-700",
|
|
589
805
|
"value": "#b78f00",
|
|
806
|
+
"themeValues": {
|
|
807
|
+
"light": "#b78f00"
|
|
808
|
+
},
|
|
590
809
|
"type": "color",
|
|
591
810
|
"category": "primitive",
|
|
592
811
|
"cssVariable": "var(--color-primitive-yellow-700)",
|
|
@@ -595,6 +814,9 @@
|
|
|
595
814
|
{
|
|
596
815
|
"name": "--color-primitive-yellow-800",
|
|
597
816
|
"value": "#a58000",
|
|
817
|
+
"themeValues": {
|
|
818
|
+
"light": "#a58000"
|
|
819
|
+
},
|
|
598
820
|
"type": "color",
|
|
599
821
|
"category": "primitive",
|
|
600
822
|
"cssVariable": "var(--color-primitive-yellow-800)",
|
|
@@ -603,6 +825,9 @@
|
|
|
603
825
|
{
|
|
604
826
|
"name": "--color-primitive-yellow-900",
|
|
605
827
|
"value": "#927200",
|
|
828
|
+
"themeValues": {
|
|
829
|
+
"light": "#927200"
|
|
830
|
+
},
|
|
606
831
|
"type": "color",
|
|
607
832
|
"category": "primitive",
|
|
608
833
|
"cssVariable": "var(--color-primitive-yellow-900)",
|
|
@@ -611,6 +836,9 @@
|
|
|
611
836
|
{
|
|
612
837
|
"name": "--color-primitive-yellow-1000",
|
|
613
838
|
"value": "#806300",
|
|
839
|
+
"themeValues": {
|
|
840
|
+
"light": "#806300"
|
|
841
|
+
},
|
|
614
842
|
"type": "color",
|
|
615
843
|
"category": "primitive",
|
|
616
844
|
"cssVariable": "var(--color-primitive-yellow-1000)",
|
|
@@ -619,6 +847,9 @@
|
|
|
619
847
|
{
|
|
620
848
|
"name": "--color-primitive-yellow-1100",
|
|
621
849
|
"value": "#6e5600",
|
|
850
|
+
"themeValues": {
|
|
851
|
+
"light": "#6e5600"
|
|
852
|
+
},
|
|
622
853
|
"type": "color",
|
|
623
854
|
"category": "primitive",
|
|
624
855
|
"cssVariable": "var(--color-primitive-yellow-1100)",
|
|
@@ -627,6 +858,9 @@
|
|
|
627
858
|
{
|
|
628
859
|
"name": "--color-primitive-yellow-1200",
|
|
629
860
|
"value": "#604b00",
|
|
861
|
+
"themeValues": {
|
|
862
|
+
"light": "#604b00"
|
|
863
|
+
},
|
|
630
864
|
"type": "color",
|
|
631
865
|
"category": "primitive",
|
|
632
866
|
"cssVariable": "var(--color-primitive-yellow-1200)",
|
|
@@ -635,6 +869,9 @@
|
|
|
635
869
|
{
|
|
636
870
|
"name": "--color-primitive-orange-50",
|
|
637
871
|
"value": "#ffeee2",
|
|
872
|
+
"themeValues": {
|
|
873
|
+
"light": "#ffeee2"
|
|
874
|
+
},
|
|
638
875
|
"type": "color",
|
|
639
876
|
"category": "primitive",
|
|
640
877
|
"cssVariable": "var(--color-primitive-orange-50)",
|
|
@@ -643,6 +880,9 @@
|
|
|
643
880
|
{
|
|
644
881
|
"name": "--color-primitive-orange-100",
|
|
645
882
|
"value": "#ffdfca",
|
|
883
|
+
"themeValues": {
|
|
884
|
+
"light": "#ffdfca"
|
|
885
|
+
},
|
|
646
886
|
"type": "color",
|
|
647
887
|
"category": "primitive",
|
|
648
888
|
"cssVariable": "var(--color-primitive-orange-100)",
|
|
@@ -651,6 +891,9 @@
|
|
|
651
891
|
{
|
|
652
892
|
"name": "--color-primitive-orange-200",
|
|
653
893
|
"value": "#ffc199",
|
|
894
|
+
"themeValues": {
|
|
895
|
+
"light": "#ffc199"
|
|
896
|
+
},
|
|
654
897
|
"type": "color",
|
|
655
898
|
"category": "primitive",
|
|
656
899
|
"cssVariable": "var(--color-primitive-orange-200)",
|
|
@@ -659,6 +902,9 @@
|
|
|
659
902
|
{
|
|
660
903
|
"name": "--color-primitive-orange-300",
|
|
661
904
|
"value": "#ffa66d",
|
|
905
|
+
"themeValues": {
|
|
906
|
+
"light": "#ffa66d"
|
|
907
|
+
},
|
|
662
908
|
"type": "color",
|
|
663
909
|
"category": "primitive",
|
|
664
910
|
"cssVariable": "var(--color-primitive-orange-300)",
|
|
@@ -667,6 +913,9 @@
|
|
|
667
913
|
{
|
|
668
914
|
"name": "--color-primitive-orange-400",
|
|
669
915
|
"value": "#ff8d44",
|
|
916
|
+
"themeValues": {
|
|
917
|
+
"light": "#ff8d44"
|
|
918
|
+
},
|
|
670
919
|
"type": "color",
|
|
671
920
|
"category": "primitive",
|
|
672
921
|
"cssVariable": "var(--color-primitive-orange-400)",
|
|
@@ -675,6 +924,9 @@
|
|
|
675
924
|
{
|
|
676
925
|
"name": "--color-primitive-orange-500",
|
|
677
926
|
"value": "#ff7628",
|
|
927
|
+
"themeValues": {
|
|
928
|
+
"light": "#ff7628"
|
|
929
|
+
},
|
|
678
930
|
"type": "color",
|
|
679
931
|
"category": "primitive",
|
|
680
932
|
"cssVariable": "var(--color-primitive-orange-500)",
|
|
@@ -683,6 +935,9 @@
|
|
|
683
935
|
{
|
|
684
936
|
"name": "--color-primitive-orange-600",
|
|
685
937
|
"value": "#fb5b01",
|
|
938
|
+
"themeValues": {
|
|
939
|
+
"light": "#fb5b01"
|
|
940
|
+
},
|
|
686
941
|
"type": "color",
|
|
687
942
|
"category": "primitive",
|
|
688
943
|
"cssVariable": "var(--color-primitive-orange-600)",
|
|
@@ -691,6 +946,9 @@
|
|
|
691
946
|
{
|
|
692
947
|
"name": "--color-primitive-orange-700",
|
|
693
948
|
"value": "#e25100",
|
|
949
|
+
"themeValues": {
|
|
950
|
+
"light": "#e25100"
|
|
951
|
+
},
|
|
694
952
|
"type": "color",
|
|
695
953
|
"category": "primitive",
|
|
696
954
|
"cssVariable": "var(--color-primitive-orange-700)",
|
|
@@ -699,6 +957,9 @@
|
|
|
699
957
|
{
|
|
700
958
|
"name": "--color-primitive-orange-800",
|
|
701
959
|
"value": "#c74700",
|
|
960
|
+
"themeValues": {
|
|
961
|
+
"light": "#c74700"
|
|
962
|
+
},
|
|
702
963
|
"type": "color",
|
|
703
964
|
"category": "primitive",
|
|
704
965
|
"cssVariable": "var(--color-primitive-orange-800)",
|
|
@@ -707,6 +968,9 @@
|
|
|
707
968
|
{
|
|
708
969
|
"name": "--color-primitive-orange-900",
|
|
709
970
|
"value": "#ac3e00",
|
|
971
|
+
"themeValues": {
|
|
972
|
+
"light": "#ac3e00"
|
|
973
|
+
},
|
|
710
974
|
"type": "color",
|
|
711
975
|
"category": "primitive",
|
|
712
976
|
"cssVariable": "var(--color-primitive-orange-900)",
|
|
@@ -715,6 +979,9 @@
|
|
|
715
979
|
{
|
|
716
980
|
"name": "--color-primitive-orange-1000",
|
|
717
981
|
"value": "#8b3200",
|
|
982
|
+
"themeValues": {
|
|
983
|
+
"light": "#8b3200"
|
|
984
|
+
},
|
|
718
985
|
"type": "color",
|
|
719
986
|
"category": "primitive",
|
|
720
987
|
"cssVariable": "var(--color-primitive-orange-1000)",
|
|
@@ -723,6 +990,9 @@
|
|
|
723
990
|
{
|
|
724
991
|
"name": "--color-primitive-orange-1100",
|
|
725
992
|
"value": "#6d2700",
|
|
993
|
+
"themeValues": {
|
|
994
|
+
"light": "#6d2700"
|
|
995
|
+
},
|
|
726
996
|
"type": "color",
|
|
727
997
|
"category": "primitive",
|
|
728
998
|
"cssVariable": "var(--color-primitive-orange-1100)",
|
|
@@ -731,6 +1001,9 @@
|
|
|
731
1001
|
{
|
|
732
1002
|
"name": "--color-primitive-orange-1200",
|
|
733
1003
|
"value": "#541e00",
|
|
1004
|
+
"themeValues": {
|
|
1005
|
+
"light": "#541e00"
|
|
1006
|
+
},
|
|
734
1007
|
"type": "color",
|
|
735
1008
|
"category": "primitive",
|
|
736
1009
|
"cssVariable": "var(--color-primitive-orange-1200)",
|
|
@@ -739,6 +1012,9 @@
|
|
|
739
1012
|
{
|
|
740
1013
|
"name": "--color-primitive-red-50",
|
|
741
1014
|
"value": "#fdeeee",
|
|
1015
|
+
"themeValues": {
|
|
1016
|
+
"light": "#fdeeee"
|
|
1017
|
+
},
|
|
742
1018
|
"type": "color",
|
|
743
1019
|
"category": "primitive",
|
|
744
1020
|
"cssVariable": "var(--color-primitive-red-50)",
|
|
@@ -747,6 +1023,9 @@
|
|
|
747
1023
|
{
|
|
748
1024
|
"name": "--color-primitive-red-100",
|
|
749
1025
|
"value": "#ffdada",
|
|
1026
|
+
"themeValues": {
|
|
1027
|
+
"light": "#ffdada"
|
|
1028
|
+
},
|
|
750
1029
|
"type": "color",
|
|
751
1030
|
"category": "primitive",
|
|
752
1031
|
"cssVariable": "var(--color-primitive-red-100)",
|
|
@@ -755,6 +1034,9 @@
|
|
|
755
1034
|
{
|
|
756
1035
|
"name": "--color-primitive-red-200",
|
|
757
1036
|
"value": "#ffbbbb",
|
|
1037
|
+
"themeValues": {
|
|
1038
|
+
"light": "#ffbbbb"
|
|
1039
|
+
},
|
|
758
1040
|
"type": "color",
|
|
759
1041
|
"category": "primitive",
|
|
760
1042
|
"cssVariable": "var(--color-primitive-red-200)",
|
|
@@ -763,6 +1045,9 @@
|
|
|
763
1045
|
{
|
|
764
1046
|
"name": "--color-primitive-red-300",
|
|
765
1047
|
"value": "#ff9696",
|
|
1048
|
+
"themeValues": {
|
|
1049
|
+
"light": "#ff9696"
|
|
1050
|
+
},
|
|
766
1051
|
"type": "color",
|
|
767
1052
|
"category": "primitive",
|
|
768
1053
|
"cssVariable": "var(--color-primitive-red-300)",
|
|
@@ -771,6 +1056,9 @@
|
|
|
771
1056
|
{
|
|
772
1057
|
"name": "--color-primitive-red-400",
|
|
773
1058
|
"value": "#ff7171",
|
|
1059
|
+
"themeValues": {
|
|
1060
|
+
"light": "#ff7171"
|
|
1061
|
+
},
|
|
774
1062
|
"type": "color",
|
|
775
1063
|
"category": "primitive",
|
|
776
1064
|
"cssVariable": "var(--color-primitive-red-400)",
|
|
@@ -779,6 +1067,9 @@
|
|
|
779
1067
|
{
|
|
780
1068
|
"name": "--color-primitive-red-500",
|
|
781
1069
|
"value": "#ff5454",
|
|
1070
|
+
"themeValues": {
|
|
1071
|
+
"light": "#ff5454"
|
|
1072
|
+
},
|
|
782
1073
|
"type": "color",
|
|
783
1074
|
"category": "primitive",
|
|
784
1075
|
"cssVariable": "var(--color-primitive-red-500)",
|
|
@@ -787,6 +1078,9 @@
|
|
|
787
1078
|
{
|
|
788
1079
|
"name": "--color-primitive-red-600",
|
|
789
1080
|
"value": "#fe3939",
|
|
1081
|
+
"themeValues": {
|
|
1082
|
+
"light": "#fe3939"
|
|
1083
|
+
},
|
|
790
1084
|
"type": "color",
|
|
791
1085
|
"category": "primitive",
|
|
792
1086
|
"cssVariable": "var(--color-primitive-red-600)",
|
|
@@ -795,6 +1089,9 @@
|
|
|
795
1089
|
{
|
|
796
1090
|
"name": "--color-primitive-red-700",
|
|
797
1091
|
"value": "#fa0000",
|
|
1092
|
+
"themeValues": {
|
|
1093
|
+
"light": "#fa0000"
|
|
1094
|
+
},
|
|
798
1095
|
"type": "color",
|
|
799
1096
|
"category": "primitive",
|
|
800
1097
|
"cssVariable": "var(--color-primitive-red-700)",
|
|
@@ -803,6 +1100,9 @@
|
|
|
803
1100
|
{
|
|
804
1101
|
"name": "--color-primitive-red-800",
|
|
805
1102
|
"value": "#ec0000",
|
|
1103
|
+
"themeValues": {
|
|
1104
|
+
"light": "#ec0000"
|
|
1105
|
+
},
|
|
806
1106
|
"type": "color",
|
|
807
1107
|
"category": "primitive",
|
|
808
1108
|
"cssVariable": "var(--color-primitive-red-800)",
|
|
@@ -811,6 +1111,9 @@
|
|
|
811
1111
|
{
|
|
812
1112
|
"name": "--color-primitive-red-900",
|
|
813
1113
|
"value": "#ce0000",
|
|
1114
|
+
"themeValues": {
|
|
1115
|
+
"light": "#ce0000"
|
|
1116
|
+
},
|
|
814
1117
|
"type": "color",
|
|
815
1118
|
"category": "primitive",
|
|
816
1119
|
"cssVariable": "var(--color-primitive-red-900)",
|
|
@@ -819,6 +1122,9 @@
|
|
|
819
1122
|
{
|
|
820
1123
|
"name": "--color-primitive-red-1000",
|
|
821
1124
|
"value": "#a90000",
|
|
1125
|
+
"themeValues": {
|
|
1126
|
+
"light": "#a90000"
|
|
1127
|
+
},
|
|
822
1128
|
"type": "color",
|
|
823
1129
|
"category": "primitive",
|
|
824
1130
|
"cssVariable": "var(--color-primitive-red-1000)",
|
|
@@ -827,6 +1133,9 @@
|
|
|
827
1133
|
{
|
|
828
1134
|
"name": "--color-primitive-red-1100",
|
|
829
1135
|
"value": "#850000",
|
|
1136
|
+
"themeValues": {
|
|
1137
|
+
"light": "#850000"
|
|
1138
|
+
},
|
|
830
1139
|
"type": "color",
|
|
831
1140
|
"category": "primitive",
|
|
832
1141
|
"cssVariable": "var(--color-primitive-red-1100)",
|
|
@@ -835,6 +1144,9 @@
|
|
|
835
1144
|
{
|
|
836
1145
|
"name": "--color-primitive-red-1200",
|
|
837
1146
|
"value": "#620000",
|
|
1147
|
+
"themeValues": {
|
|
1148
|
+
"light": "#620000"
|
|
1149
|
+
},
|
|
838
1150
|
"type": "color",
|
|
839
1151
|
"category": "primitive",
|
|
840
1152
|
"cssVariable": "var(--color-primitive-red-1200)",
|
|
@@ -843,6 +1155,9 @@
|
|
|
843
1155
|
{
|
|
844
1156
|
"name": "--color-primitive-magenta-50",
|
|
845
1157
|
"value": "#f3e5f4",
|
|
1158
|
+
"themeValues": {
|
|
1159
|
+
"light": "#f3e5f4"
|
|
1160
|
+
},
|
|
846
1161
|
"type": "color",
|
|
847
1162
|
"category": "primitive",
|
|
848
1163
|
"cssVariable": "var(--color-primitive-magenta-50)",
|
|
@@ -851,6 +1166,9 @@
|
|
|
851
1166
|
{
|
|
852
1167
|
"name": "--color-primitive-magenta-100",
|
|
853
1168
|
"value": "#ffd0ff",
|
|
1169
|
+
"themeValues": {
|
|
1170
|
+
"light": "#ffd0ff"
|
|
1171
|
+
},
|
|
854
1172
|
"type": "color",
|
|
855
1173
|
"category": "primitive",
|
|
856
1174
|
"cssVariable": "var(--color-primitive-magenta-100)",
|
|
@@ -859,6 +1177,9 @@
|
|
|
859
1177
|
{
|
|
860
1178
|
"name": "--color-primitive-magenta-200",
|
|
861
1179
|
"value": "#ffaeff",
|
|
1180
|
+
"themeValues": {
|
|
1181
|
+
"light": "#ffaeff"
|
|
1182
|
+
},
|
|
862
1183
|
"type": "color",
|
|
863
1184
|
"category": "primitive",
|
|
864
1185
|
"cssVariable": "var(--color-primitive-magenta-200)",
|
|
@@ -867,6 +1188,9 @@
|
|
|
867
1188
|
{
|
|
868
1189
|
"name": "--color-primitive-magenta-300",
|
|
869
1190
|
"value": "#ff8eff",
|
|
1191
|
+
"themeValues": {
|
|
1192
|
+
"light": "#ff8eff"
|
|
1193
|
+
},
|
|
870
1194
|
"type": "color",
|
|
871
1195
|
"category": "primitive",
|
|
872
1196
|
"cssVariable": "var(--color-primitive-magenta-300)",
|
|
@@ -875,6 +1199,9 @@
|
|
|
875
1199
|
{
|
|
876
1200
|
"name": "--color-primitive-magenta-400",
|
|
877
1201
|
"value": "#f661f6",
|
|
1202
|
+
"themeValues": {
|
|
1203
|
+
"light": "#f661f6"
|
|
1204
|
+
},
|
|
878
1205
|
"type": "color",
|
|
879
1206
|
"category": "primitive",
|
|
880
1207
|
"cssVariable": "var(--color-primitive-magenta-400)",
|
|
@@ -883,6 +1210,9 @@
|
|
|
883
1210
|
{
|
|
884
1211
|
"name": "--color-primitive-magenta-500",
|
|
885
1212
|
"value": "#f137f1",
|
|
1213
|
+
"themeValues": {
|
|
1214
|
+
"light": "#f137f1"
|
|
1215
|
+
},
|
|
886
1216
|
"type": "color",
|
|
887
1217
|
"category": "primitive",
|
|
888
1218
|
"cssVariable": "var(--color-primitive-magenta-500)",
|
|
@@ -891,6 +1221,9 @@
|
|
|
891
1221
|
{
|
|
892
1222
|
"name": "--color-primitive-magenta-600",
|
|
893
1223
|
"value": "#db00db",
|
|
1224
|
+
"themeValues": {
|
|
1225
|
+
"light": "#db00db"
|
|
1226
|
+
},
|
|
894
1227
|
"type": "color",
|
|
895
1228
|
"category": "primitive",
|
|
896
1229
|
"cssVariable": "var(--color-primitive-magenta-600)",
|
|
@@ -899,6 +1232,9 @@
|
|
|
899
1232
|
{
|
|
900
1233
|
"name": "--color-primitive-magenta-700",
|
|
901
1234
|
"value": "#c000c0",
|
|
1235
|
+
"themeValues": {
|
|
1236
|
+
"light": "#c000c0"
|
|
1237
|
+
},
|
|
902
1238
|
"type": "color",
|
|
903
1239
|
"category": "primitive",
|
|
904
1240
|
"cssVariable": "var(--color-primitive-magenta-700)",
|
|
@@ -907,6 +1243,9 @@
|
|
|
907
1243
|
{
|
|
908
1244
|
"name": "--color-primitive-magenta-800",
|
|
909
1245
|
"value": "#aa00aa",
|
|
1246
|
+
"themeValues": {
|
|
1247
|
+
"light": "#aa00aa"
|
|
1248
|
+
},
|
|
910
1249
|
"type": "color",
|
|
911
1250
|
"category": "primitive",
|
|
912
1251
|
"cssVariable": "var(--color-primitive-magenta-800)",
|
|
@@ -915,6 +1254,9 @@
|
|
|
915
1254
|
{
|
|
916
1255
|
"name": "--color-primitive-magenta-900",
|
|
917
1256
|
"value": "#8b008b",
|
|
1257
|
+
"themeValues": {
|
|
1258
|
+
"light": "#8b008b"
|
|
1259
|
+
},
|
|
918
1260
|
"type": "color",
|
|
919
1261
|
"category": "primitive",
|
|
920
1262
|
"cssVariable": "var(--color-primitive-magenta-900)",
|
|
@@ -923,6 +1265,9 @@
|
|
|
923
1265
|
{
|
|
924
1266
|
"name": "--color-primitive-magenta-1000",
|
|
925
1267
|
"value": "#6c006c",
|
|
1268
|
+
"themeValues": {
|
|
1269
|
+
"light": "#6c006c"
|
|
1270
|
+
},
|
|
926
1271
|
"type": "color",
|
|
927
1272
|
"category": "primitive",
|
|
928
1273
|
"cssVariable": "var(--color-primitive-magenta-1000)",
|
|
@@ -931,6 +1276,9 @@
|
|
|
931
1276
|
{
|
|
932
1277
|
"name": "--color-primitive-magenta-1100",
|
|
933
1278
|
"value": "#500050",
|
|
1279
|
+
"themeValues": {
|
|
1280
|
+
"light": "#500050"
|
|
1281
|
+
},
|
|
934
1282
|
"type": "color",
|
|
935
1283
|
"category": "primitive",
|
|
936
1284
|
"cssVariable": "var(--color-primitive-magenta-1100)",
|
|
@@ -939,6 +1287,9 @@
|
|
|
939
1287
|
{
|
|
940
1288
|
"name": "--color-primitive-magenta-1200",
|
|
941
1289
|
"value": "#3b003b",
|
|
1290
|
+
"themeValues": {
|
|
1291
|
+
"light": "#3b003b"
|
|
1292
|
+
},
|
|
942
1293
|
"type": "color",
|
|
943
1294
|
"category": "primitive",
|
|
944
1295
|
"cssVariable": "var(--color-primitive-magenta-1200)",
|
|
@@ -947,6 +1298,9 @@
|
|
|
947
1298
|
{
|
|
948
1299
|
"name": "--color-primitive-purple-50",
|
|
949
1300
|
"value": "#f1eafa",
|
|
1301
|
+
"themeValues": {
|
|
1302
|
+
"light": "#f1eafa"
|
|
1303
|
+
},
|
|
950
1304
|
"type": "color",
|
|
951
1305
|
"category": "primitive",
|
|
952
1306
|
"cssVariable": "var(--color-primitive-purple-50)",
|
|
@@ -955,6 +1309,9 @@
|
|
|
955
1309
|
{
|
|
956
1310
|
"name": "--color-primitive-purple-100",
|
|
957
1311
|
"value": "#ecddff",
|
|
1312
|
+
"themeValues": {
|
|
1313
|
+
"light": "#ecddff"
|
|
1314
|
+
},
|
|
958
1315
|
"type": "color",
|
|
959
1316
|
"category": "primitive",
|
|
960
1317
|
"cssVariable": "var(--color-primitive-purple-100)",
|
|
@@ -963,6 +1320,9 @@
|
|
|
963
1320
|
{
|
|
964
1321
|
"name": "--color-primitive-purple-200",
|
|
965
1322
|
"value": "#ddc2ff",
|
|
1323
|
+
"themeValues": {
|
|
1324
|
+
"light": "#ddc2ff"
|
|
1325
|
+
},
|
|
966
1326
|
"type": "color",
|
|
967
1327
|
"category": "primitive",
|
|
968
1328
|
"cssVariable": "var(--color-primitive-purple-200)",
|
|
@@ -971,6 +1331,9 @@
|
|
|
971
1331
|
{
|
|
972
1332
|
"name": "--color-primitive-purple-300",
|
|
973
1333
|
"value": "#cda6ff",
|
|
1334
|
+
"themeValues": {
|
|
1335
|
+
"light": "#cda6ff"
|
|
1336
|
+
},
|
|
974
1337
|
"type": "color",
|
|
975
1338
|
"category": "primitive",
|
|
976
1339
|
"cssVariable": "var(--color-primitive-purple-300)",
|
|
@@ -979,6 +1342,9 @@
|
|
|
979
1342
|
{
|
|
980
1343
|
"name": "--color-primitive-purple-400",
|
|
981
1344
|
"value": "#bb87ff",
|
|
1345
|
+
"themeValues": {
|
|
1346
|
+
"light": "#bb87ff"
|
|
1347
|
+
},
|
|
982
1348
|
"type": "color",
|
|
983
1349
|
"category": "primitive",
|
|
984
1350
|
"cssVariable": "var(--color-primitive-purple-400)",
|
|
@@ -987,6 +1353,9 @@
|
|
|
987
1353
|
{
|
|
988
1354
|
"name": "--color-primitive-purple-500",
|
|
989
1355
|
"value": "#a565f8",
|
|
1356
|
+
"themeValues": {
|
|
1357
|
+
"light": "#a565f8"
|
|
1358
|
+
},
|
|
990
1359
|
"type": "color",
|
|
991
1360
|
"category": "primitive",
|
|
992
1361
|
"cssVariable": "var(--color-primitive-purple-500)",
|
|
@@ -995,6 +1364,9 @@
|
|
|
995
1364
|
{
|
|
996
1365
|
"name": "--color-primitive-purple-600",
|
|
997
1366
|
"value": "#8843e1",
|
|
1367
|
+
"themeValues": {
|
|
1368
|
+
"light": "#8843e1"
|
|
1369
|
+
},
|
|
998
1370
|
"type": "color",
|
|
999
1371
|
"category": "primitive",
|
|
1000
1372
|
"cssVariable": "var(--color-primitive-purple-600)",
|
|
@@ -1003,6 +1375,9 @@
|
|
|
1003
1375
|
{
|
|
1004
1376
|
"name": "--color-primitive-purple-700",
|
|
1005
1377
|
"value": "#6f23d0",
|
|
1378
|
+
"themeValues": {
|
|
1379
|
+
"light": "#6f23d0"
|
|
1380
|
+
},
|
|
1006
1381
|
"type": "color",
|
|
1007
1382
|
"category": "primitive",
|
|
1008
1383
|
"cssVariable": "var(--color-primitive-purple-700)",
|
|
@@ -1011,6 +1386,9 @@
|
|
|
1011
1386
|
{
|
|
1012
1387
|
"name": "--color-primitive-purple-800",
|
|
1013
1388
|
"value": "#5c10be",
|
|
1389
|
+
"themeValues": {
|
|
1390
|
+
"light": "#5c10be"
|
|
1391
|
+
},
|
|
1014
1392
|
"type": "color",
|
|
1015
1393
|
"category": "primitive",
|
|
1016
1394
|
"cssVariable": "var(--color-primitive-purple-800)",
|
|
@@ -1019,6 +1397,9 @@
|
|
|
1019
1397
|
{
|
|
1020
1398
|
"name": "--color-primitive-purple-900",
|
|
1021
1399
|
"value": "#5109ad",
|
|
1400
|
+
"themeValues": {
|
|
1401
|
+
"light": "#5109ad"
|
|
1402
|
+
},
|
|
1022
1403
|
"type": "color",
|
|
1023
1404
|
"category": "primitive",
|
|
1024
1405
|
"cssVariable": "var(--color-primitive-purple-900)",
|
|
@@ -1027,6 +1408,9 @@
|
|
|
1027
1408
|
{
|
|
1028
1409
|
"name": "--color-primitive-purple-1000",
|
|
1029
1410
|
"value": "#41048e",
|
|
1411
|
+
"themeValues": {
|
|
1412
|
+
"light": "#41048e"
|
|
1413
|
+
},
|
|
1030
1414
|
"type": "color",
|
|
1031
1415
|
"category": "primitive",
|
|
1032
1416
|
"cssVariable": "var(--color-primitive-purple-1000)",
|
|
@@ -1035,6 +1419,9 @@
|
|
|
1035
1419
|
{
|
|
1036
1420
|
"name": "--color-primitive-purple-1100",
|
|
1037
1421
|
"value": "#30016c",
|
|
1422
|
+
"themeValues": {
|
|
1423
|
+
"light": "#30016c"
|
|
1424
|
+
},
|
|
1038
1425
|
"type": "color",
|
|
1039
1426
|
"category": "primitive",
|
|
1040
1427
|
"cssVariable": "var(--color-primitive-purple-1100)",
|
|
@@ -1043,6 +1430,9 @@
|
|
|
1043
1430
|
{
|
|
1044
1431
|
"name": "--color-primitive-purple-1200",
|
|
1045
1432
|
"value": "#21004b",
|
|
1433
|
+
"themeValues": {
|
|
1434
|
+
"light": "#21004b"
|
|
1435
|
+
},
|
|
1046
1436
|
"type": "color",
|
|
1047
1437
|
"category": "primitive",
|
|
1048
1438
|
"cssVariable": "var(--color-primitive-purple-1200)",
|
|
@@ -1051,6 +1441,9 @@
|
|
|
1051
1441
|
{
|
|
1052
1442
|
"name": "--color-neutral-white",
|
|
1053
1443
|
"value": "#ffffff",
|
|
1444
|
+
"themeValues": {
|
|
1445
|
+
"light": "#ffffff"
|
|
1446
|
+
},
|
|
1054
1447
|
"type": "color",
|
|
1055
1448
|
"category": "primitive",
|
|
1056
1449
|
"cssVariable": "var(--color-neutral-white)",
|
|
@@ -1059,6 +1452,9 @@
|
|
|
1059
1452
|
{
|
|
1060
1453
|
"name": "--color-neutral-black",
|
|
1061
1454
|
"value": "#000000",
|
|
1455
|
+
"themeValues": {
|
|
1456
|
+
"light": "#000000"
|
|
1457
|
+
},
|
|
1062
1458
|
"type": "color",
|
|
1063
1459
|
"category": "primitive",
|
|
1064
1460
|
"cssVariable": "var(--color-neutral-black)",
|
|
@@ -1067,6 +1463,9 @@
|
|
|
1067
1463
|
{
|
|
1068
1464
|
"name": "--color-neutral-solid-gray-50",
|
|
1069
1465
|
"value": "#f2f2f2",
|
|
1466
|
+
"themeValues": {
|
|
1467
|
+
"light": "#f2f2f2"
|
|
1468
|
+
},
|
|
1070
1469
|
"type": "color",
|
|
1071
1470
|
"category": "primitive",
|
|
1072
1471
|
"cssVariable": "var(--color-neutral-solid-gray-50)",
|
|
@@ -1075,6 +1474,9 @@
|
|
|
1075
1474
|
{
|
|
1076
1475
|
"name": "--color-neutral-solid-gray-100",
|
|
1077
1476
|
"value": "#e6e6e6",
|
|
1477
|
+
"themeValues": {
|
|
1478
|
+
"light": "#e6e6e6"
|
|
1479
|
+
},
|
|
1078
1480
|
"type": "color",
|
|
1079
1481
|
"category": "primitive",
|
|
1080
1482
|
"cssVariable": "var(--color-neutral-solid-gray-100)",
|
|
@@ -1083,6 +1485,9 @@
|
|
|
1083
1485
|
{
|
|
1084
1486
|
"name": "--color-neutral-solid-gray-200",
|
|
1085
1487
|
"value": "#cccccc",
|
|
1488
|
+
"themeValues": {
|
|
1489
|
+
"light": "#cccccc"
|
|
1490
|
+
},
|
|
1086
1491
|
"type": "color",
|
|
1087
1492
|
"category": "primitive",
|
|
1088
1493
|
"cssVariable": "var(--color-neutral-solid-gray-200)",
|
|
@@ -1091,6 +1496,9 @@
|
|
|
1091
1496
|
{
|
|
1092
1497
|
"name": "--color-neutral-solid-gray-300",
|
|
1093
1498
|
"value": "#b3b3b3",
|
|
1499
|
+
"themeValues": {
|
|
1500
|
+
"light": "#b3b3b3"
|
|
1501
|
+
},
|
|
1094
1502
|
"type": "color",
|
|
1095
1503
|
"category": "primitive",
|
|
1096
1504
|
"cssVariable": "var(--color-neutral-solid-gray-300)",
|
|
@@ -1099,6 +1507,9 @@
|
|
|
1099
1507
|
{
|
|
1100
1508
|
"name": "--color-neutral-solid-gray-400",
|
|
1101
1509
|
"value": "#999999",
|
|
1510
|
+
"themeValues": {
|
|
1511
|
+
"light": "#999999"
|
|
1512
|
+
},
|
|
1102
1513
|
"type": "color",
|
|
1103
1514
|
"category": "primitive",
|
|
1104
1515
|
"cssVariable": "var(--color-neutral-solid-gray-400)",
|
|
@@ -1107,6 +1518,9 @@
|
|
|
1107
1518
|
{
|
|
1108
1519
|
"name": "--color-neutral-solid-gray-420",
|
|
1109
1520
|
"value": "#949494",
|
|
1521
|
+
"themeValues": {
|
|
1522
|
+
"light": "#949494"
|
|
1523
|
+
},
|
|
1110
1524
|
"type": "color",
|
|
1111
1525
|
"category": "primitive",
|
|
1112
1526
|
"cssVariable": "var(--color-neutral-solid-gray-420)",
|
|
@@ -1115,6 +1529,9 @@
|
|
|
1115
1529
|
{
|
|
1116
1530
|
"name": "--color-neutral-solid-gray-500",
|
|
1117
1531
|
"value": "#7f7f7f",
|
|
1532
|
+
"themeValues": {
|
|
1533
|
+
"light": "#7f7f7f"
|
|
1534
|
+
},
|
|
1118
1535
|
"type": "color",
|
|
1119
1536
|
"category": "primitive",
|
|
1120
1537
|
"cssVariable": "var(--color-neutral-solid-gray-500)",
|
|
@@ -1123,6 +1540,9 @@
|
|
|
1123
1540
|
{
|
|
1124
1541
|
"name": "--color-neutral-solid-gray-536",
|
|
1125
1542
|
"value": "#767676",
|
|
1543
|
+
"themeValues": {
|
|
1544
|
+
"light": "#767676"
|
|
1545
|
+
},
|
|
1126
1546
|
"type": "color",
|
|
1127
1547
|
"category": "primitive",
|
|
1128
1548
|
"cssVariable": "var(--color-neutral-solid-gray-536)",
|
|
@@ -1131,6 +1551,9 @@
|
|
|
1131
1551
|
{
|
|
1132
1552
|
"name": "--color-neutral-solid-gray-600",
|
|
1133
1553
|
"value": "#666666",
|
|
1554
|
+
"themeValues": {
|
|
1555
|
+
"light": "#666666"
|
|
1556
|
+
},
|
|
1134
1557
|
"type": "color",
|
|
1135
1558
|
"category": "primitive",
|
|
1136
1559
|
"cssVariable": "var(--color-neutral-solid-gray-600)",
|
|
@@ -1139,6 +1562,9 @@
|
|
|
1139
1562
|
{
|
|
1140
1563
|
"name": "--color-neutral-solid-gray-700",
|
|
1141
1564
|
"value": "#4d4d4d",
|
|
1565
|
+
"themeValues": {
|
|
1566
|
+
"light": "#4d4d4d"
|
|
1567
|
+
},
|
|
1142
1568
|
"type": "color",
|
|
1143
1569
|
"category": "primitive",
|
|
1144
1570
|
"cssVariable": "var(--color-neutral-solid-gray-700)",
|
|
@@ -1147,6 +1573,9 @@
|
|
|
1147
1573
|
{
|
|
1148
1574
|
"name": "--color-neutral-solid-gray-800",
|
|
1149
1575
|
"value": "#333333",
|
|
1576
|
+
"themeValues": {
|
|
1577
|
+
"light": "#333333"
|
|
1578
|
+
},
|
|
1150
1579
|
"type": "color",
|
|
1151
1580
|
"category": "primitive",
|
|
1152
1581
|
"cssVariable": "var(--color-neutral-solid-gray-800)",
|
|
@@ -1155,6 +1584,9 @@
|
|
|
1155
1584
|
{
|
|
1156
1585
|
"name": "--color-neutral-solid-gray-900",
|
|
1157
1586
|
"value": "#1a1a1a",
|
|
1587
|
+
"themeValues": {
|
|
1588
|
+
"light": "#1a1a1a"
|
|
1589
|
+
},
|
|
1158
1590
|
"type": "color",
|
|
1159
1591
|
"category": "primitive",
|
|
1160
1592
|
"cssVariable": "var(--color-neutral-solid-gray-900)",
|
|
@@ -1163,6 +1595,9 @@
|
|
|
1163
1595
|
{
|
|
1164
1596
|
"name": "--color-neutral-opacity-gray-50",
|
|
1165
1597
|
"value": "rgba(0, 0, 0, 0.05)",
|
|
1598
|
+
"themeValues": {
|
|
1599
|
+
"light": "rgba(0, 0, 0, 0.05)"
|
|
1600
|
+
},
|
|
1166
1601
|
"type": "color",
|
|
1167
1602
|
"category": "primitive",
|
|
1168
1603
|
"cssVariable": "var(--color-neutral-opacity-gray-50)",
|
|
@@ -1171,6 +1606,9 @@
|
|
|
1171
1606
|
{
|
|
1172
1607
|
"name": "--color-neutral-opacity-gray-100",
|
|
1173
1608
|
"value": "rgba(0, 0, 0, 0.1)",
|
|
1609
|
+
"themeValues": {
|
|
1610
|
+
"light": "rgba(0, 0, 0, 0.1)"
|
|
1611
|
+
},
|
|
1174
1612
|
"type": "color",
|
|
1175
1613
|
"category": "primitive",
|
|
1176
1614
|
"cssVariable": "var(--color-neutral-opacity-gray-100)",
|
|
@@ -1179,6 +1617,9 @@
|
|
|
1179
1617
|
{
|
|
1180
1618
|
"name": "--color-neutral-opacity-gray-200",
|
|
1181
1619
|
"value": "rgba(0, 0, 0, 0.2)",
|
|
1620
|
+
"themeValues": {
|
|
1621
|
+
"light": "rgba(0, 0, 0, 0.2)"
|
|
1622
|
+
},
|
|
1182
1623
|
"type": "color",
|
|
1183
1624
|
"category": "primitive",
|
|
1184
1625
|
"cssVariable": "var(--color-neutral-opacity-gray-200)",
|
|
@@ -1187,6 +1628,9 @@
|
|
|
1187
1628
|
{
|
|
1188
1629
|
"name": "--color-neutral-opacity-gray-300",
|
|
1189
1630
|
"value": "rgba(0, 0, 0, 0.3)",
|
|
1631
|
+
"themeValues": {
|
|
1632
|
+
"light": "rgba(0, 0, 0, 0.3)"
|
|
1633
|
+
},
|
|
1190
1634
|
"type": "color",
|
|
1191
1635
|
"category": "primitive",
|
|
1192
1636
|
"cssVariable": "var(--color-neutral-opacity-gray-300)",
|
|
@@ -1195,6 +1639,9 @@
|
|
|
1195
1639
|
{
|
|
1196
1640
|
"name": "--color-neutral-opacity-gray-400",
|
|
1197
1641
|
"value": "rgba(0, 0, 0, 0.4)",
|
|
1642
|
+
"themeValues": {
|
|
1643
|
+
"light": "rgba(0, 0, 0, 0.4)"
|
|
1644
|
+
},
|
|
1198
1645
|
"type": "color",
|
|
1199
1646
|
"category": "primitive",
|
|
1200
1647
|
"cssVariable": "var(--color-neutral-opacity-gray-400)",
|
|
@@ -1203,6 +1650,9 @@
|
|
|
1203
1650
|
{
|
|
1204
1651
|
"name": "--color-neutral-opacity-gray-420",
|
|
1205
1652
|
"value": "rgba(0, 0, 0, 0.42)",
|
|
1653
|
+
"themeValues": {
|
|
1654
|
+
"light": "rgba(0, 0, 0, 0.42)"
|
|
1655
|
+
},
|
|
1206
1656
|
"type": "color",
|
|
1207
1657
|
"category": "primitive",
|
|
1208
1658
|
"cssVariable": "var(--color-neutral-opacity-gray-420)",
|
|
@@ -1211,6 +1661,9 @@
|
|
|
1211
1661
|
{
|
|
1212
1662
|
"name": "--color-neutral-opacity-gray-500",
|
|
1213
1663
|
"value": "rgba(0, 0, 0, 0.5)",
|
|
1664
|
+
"themeValues": {
|
|
1665
|
+
"light": "rgba(0, 0, 0, 0.5)"
|
|
1666
|
+
},
|
|
1214
1667
|
"type": "color",
|
|
1215
1668
|
"category": "primitive",
|
|
1216
1669
|
"cssVariable": "var(--color-neutral-opacity-gray-500)",
|
|
@@ -1219,6 +1672,9 @@
|
|
|
1219
1672
|
{
|
|
1220
1673
|
"name": "--color-neutral-opacity-gray-536",
|
|
1221
1674
|
"value": "rgba(0, 0, 0, 0.54)",
|
|
1675
|
+
"themeValues": {
|
|
1676
|
+
"light": "rgba(0, 0, 0, 0.54)"
|
|
1677
|
+
},
|
|
1222
1678
|
"type": "color",
|
|
1223
1679
|
"category": "primitive",
|
|
1224
1680
|
"cssVariable": "var(--color-neutral-opacity-gray-536)",
|
|
@@ -1227,6 +1683,9 @@
|
|
|
1227
1683
|
{
|
|
1228
1684
|
"name": "--color-neutral-opacity-gray-600",
|
|
1229
1685
|
"value": "rgba(0, 0, 0, 0.6)",
|
|
1686
|
+
"themeValues": {
|
|
1687
|
+
"light": "rgba(0, 0, 0, 0.6)"
|
|
1688
|
+
},
|
|
1230
1689
|
"type": "color",
|
|
1231
1690
|
"category": "primitive",
|
|
1232
1691
|
"cssVariable": "var(--color-neutral-opacity-gray-600)",
|
|
@@ -1235,6 +1694,9 @@
|
|
|
1235
1694
|
{
|
|
1236
1695
|
"name": "--color-neutral-opacity-gray-700",
|
|
1237
1696
|
"value": "rgba(0, 0, 0, 0.7)",
|
|
1697
|
+
"themeValues": {
|
|
1698
|
+
"light": "rgba(0, 0, 0, 0.7)"
|
|
1699
|
+
},
|
|
1238
1700
|
"type": "color",
|
|
1239
1701
|
"category": "primitive",
|
|
1240
1702
|
"cssVariable": "var(--color-neutral-opacity-gray-700)",
|
|
@@ -1243,6 +1705,9 @@
|
|
|
1243
1705
|
{
|
|
1244
1706
|
"name": "--color-neutral-opacity-gray-800",
|
|
1245
1707
|
"value": "rgba(0, 0, 0, 0.8)",
|
|
1708
|
+
"themeValues": {
|
|
1709
|
+
"light": "rgba(0, 0, 0, 0.8)"
|
|
1710
|
+
},
|
|
1246
1711
|
"type": "color",
|
|
1247
1712
|
"category": "primitive",
|
|
1248
1713
|
"cssVariable": "var(--color-neutral-opacity-gray-800)",
|
|
@@ -1251,6 +1716,9 @@
|
|
|
1251
1716
|
{
|
|
1252
1717
|
"name": "--color-neutral-opacity-gray-900",
|
|
1253
1718
|
"value": "rgba(0, 0, 0, 0.9)",
|
|
1719
|
+
"themeValues": {
|
|
1720
|
+
"light": "rgba(0, 0, 0, 0.9)"
|
|
1721
|
+
},
|
|
1254
1722
|
"type": "color",
|
|
1255
1723
|
"category": "primitive",
|
|
1256
1724
|
"cssVariable": "var(--color-neutral-opacity-gray-900)",
|
|
@@ -1259,6 +1727,9 @@
|
|
|
1259
1727
|
{
|
|
1260
1728
|
"name": "--font-weight-400",
|
|
1261
1729
|
"value": "400",
|
|
1730
|
+
"themeValues": {
|
|
1731
|
+
"light": "400"
|
|
1732
|
+
},
|
|
1262
1733
|
"type": "typography",
|
|
1263
1734
|
"category": "primitive",
|
|
1264
1735
|
"cssVariable": "var(--font-weight-400)"
|
|
@@ -1266,6 +1737,9 @@
|
|
|
1266
1737
|
{
|
|
1267
1738
|
"name": "--font-weight-700",
|
|
1268
1739
|
"value": "700",
|
|
1740
|
+
"themeValues": {
|
|
1741
|
+
"light": "700"
|
|
1742
|
+
},
|
|
1269
1743
|
"type": "typography",
|
|
1270
1744
|
"category": "primitive",
|
|
1271
1745
|
"cssVariable": "var(--font-weight-700)"
|
|
@@ -1273,6 +1747,9 @@
|
|
|
1273
1747
|
{
|
|
1274
1748
|
"name": "--font-family-sans",
|
|
1275
1749
|
"value": "'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif",
|
|
1750
|
+
"themeValues": {
|
|
1751
|
+
"light": "'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif"
|
|
1752
|
+
},
|
|
1276
1753
|
"type": "typography",
|
|
1277
1754
|
"category": "primitive",
|
|
1278
1755
|
"cssVariable": "var(--font-family-sans)"
|
|
@@ -1280,6 +1757,9 @@
|
|
|
1280
1757
|
{
|
|
1281
1758
|
"name": "--font-family-mono",
|
|
1282
1759
|
"value": "'Noto Sans Mono', monospace",
|
|
1760
|
+
"themeValues": {
|
|
1761
|
+
"light": "'Noto Sans Mono', monospace"
|
|
1762
|
+
},
|
|
1283
1763
|
"type": "typography",
|
|
1284
1764
|
"category": "primitive",
|
|
1285
1765
|
"cssVariable": "var(--font-family-mono)"
|
|
@@ -1287,6 +1767,9 @@
|
|
|
1287
1767
|
{
|
|
1288
1768
|
"name": "--font-size-14",
|
|
1289
1769
|
"value": "0.875rem",
|
|
1770
|
+
"themeValues": {
|
|
1771
|
+
"light": "0.875rem"
|
|
1772
|
+
},
|
|
1290
1773
|
"type": "typography",
|
|
1291
1774
|
"category": "primitive",
|
|
1292
1775
|
"cssVariable": "var(--font-size-14)"
|
|
@@ -1294,6 +1777,9 @@
|
|
|
1294
1777
|
{
|
|
1295
1778
|
"name": "--font-size-16",
|
|
1296
1779
|
"value": "1rem",
|
|
1780
|
+
"themeValues": {
|
|
1781
|
+
"light": "1rem"
|
|
1782
|
+
},
|
|
1297
1783
|
"type": "typography",
|
|
1298
1784
|
"category": "primitive",
|
|
1299
1785
|
"cssVariable": "var(--font-size-16)"
|
|
@@ -1301,6 +1787,9 @@
|
|
|
1301
1787
|
{
|
|
1302
1788
|
"name": "--font-size-17",
|
|
1303
1789
|
"value": "1.0625rem",
|
|
1790
|
+
"themeValues": {
|
|
1791
|
+
"light": "1.0625rem"
|
|
1792
|
+
},
|
|
1304
1793
|
"type": "typography",
|
|
1305
1794
|
"category": "primitive",
|
|
1306
1795
|
"cssVariable": "var(--font-size-17)"
|
|
@@ -1308,6 +1797,9 @@
|
|
|
1308
1797
|
{
|
|
1309
1798
|
"name": "--font-size-18",
|
|
1310
1799
|
"value": "1.125rem",
|
|
1800
|
+
"themeValues": {
|
|
1801
|
+
"light": "1.125rem"
|
|
1802
|
+
},
|
|
1311
1803
|
"type": "typography",
|
|
1312
1804
|
"category": "primitive",
|
|
1313
1805
|
"cssVariable": "var(--font-size-18)"
|
|
@@ -1315,6 +1807,9 @@
|
|
|
1315
1807
|
{
|
|
1316
1808
|
"name": "--font-size-20",
|
|
1317
1809
|
"value": "1.25rem",
|
|
1810
|
+
"themeValues": {
|
|
1811
|
+
"light": "1.25rem"
|
|
1812
|
+
},
|
|
1318
1813
|
"type": "typography",
|
|
1319
1814
|
"category": "primitive",
|
|
1320
1815
|
"cssVariable": "var(--font-size-20)"
|
|
@@ -1322,6 +1817,9 @@
|
|
|
1322
1817
|
{
|
|
1323
1818
|
"name": "--font-size-22",
|
|
1324
1819
|
"value": "1.375rem",
|
|
1820
|
+
"themeValues": {
|
|
1821
|
+
"light": "1.375rem"
|
|
1822
|
+
},
|
|
1325
1823
|
"type": "typography",
|
|
1326
1824
|
"category": "primitive",
|
|
1327
1825
|
"cssVariable": "var(--font-size-22)"
|
|
@@ -1329,6 +1827,9 @@
|
|
|
1329
1827
|
{
|
|
1330
1828
|
"name": "--font-size-24",
|
|
1331
1829
|
"value": "1.5rem",
|
|
1830
|
+
"themeValues": {
|
|
1831
|
+
"light": "1.5rem"
|
|
1832
|
+
},
|
|
1332
1833
|
"type": "typography",
|
|
1333
1834
|
"category": "primitive",
|
|
1334
1835
|
"cssVariable": "var(--font-size-24)"
|
|
@@ -1336,6 +1837,9 @@
|
|
|
1336
1837
|
{
|
|
1337
1838
|
"name": "--font-size-26",
|
|
1338
1839
|
"value": "1.625rem",
|
|
1840
|
+
"themeValues": {
|
|
1841
|
+
"light": "1.625rem"
|
|
1842
|
+
},
|
|
1339
1843
|
"type": "typography",
|
|
1340
1844
|
"category": "primitive",
|
|
1341
1845
|
"cssVariable": "var(--font-size-26)"
|
|
@@ -1343,6 +1847,9 @@
|
|
|
1343
1847
|
{
|
|
1344
1848
|
"name": "--font-size-28",
|
|
1345
1849
|
"value": "1.75rem",
|
|
1850
|
+
"themeValues": {
|
|
1851
|
+
"light": "1.75rem"
|
|
1852
|
+
},
|
|
1346
1853
|
"type": "typography",
|
|
1347
1854
|
"category": "primitive",
|
|
1348
1855
|
"cssVariable": "var(--font-size-28)"
|
|
@@ -1350,6 +1857,9 @@
|
|
|
1350
1857
|
{
|
|
1351
1858
|
"name": "--font-size-32",
|
|
1352
1859
|
"value": "2rem",
|
|
1860
|
+
"themeValues": {
|
|
1861
|
+
"light": "2rem"
|
|
1862
|
+
},
|
|
1353
1863
|
"type": "typography",
|
|
1354
1864
|
"category": "primitive",
|
|
1355
1865
|
"cssVariable": "var(--font-size-32)"
|
|
@@ -1357,6 +1867,9 @@
|
|
|
1357
1867
|
{
|
|
1358
1868
|
"name": "--font-size-36",
|
|
1359
1869
|
"value": "2.25rem",
|
|
1870
|
+
"themeValues": {
|
|
1871
|
+
"light": "2.25rem"
|
|
1872
|
+
},
|
|
1360
1873
|
"type": "typography",
|
|
1361
1874
|
"category": "primitive",
|
|
1362
1875
|
"cssVariable": "var(--font-size-36)"
|
|
@@ -1364,6 +1877,9 @@
|
|
|
1364
1877
|
{
|
|
1365
1878
|
"name": "--font-size-45",
|
|
1366
1879
|
"value": "2.8125rem",
|
|
1880
|
+
"themeValues": {
|
|
1881
|
+
"light": "2.8125rem"
|
|
1882
|
+
},
|
|
1367
1883
|
"type": "typography",
|
|
1368
1884
|
"category": "primitive",
|
|
1369
1885
|
"cssVariable": "var(--font-size-45)"
|
|
@@ -1371,6 +1887,9 @@
|
|
|
1371
1887
|
{
|
|
1372
1888
|
"name": "--font-size-48",
|
|
1373
1889
|
"value": "3rem",
|
|
1890
|
+
"themeValues": {
|
|
1891
|
+
"light": "3rem"
|
|
1892
|
+
},
|
|
1374
1893
|
"type": "typography",
|
|
1375
1894
|
"category": "primitive",
|
|
1376
1895
|
"cssVariable": "var(--font-size-48)"
|
|
@@ -1378,6 +1897,9 @@
|
|
|
1378
1897
|
{
|
|
1379
1898
|
"name": "--font-size-57",
|
|
1380
1899
|
"value": "3.5625rem",
|
|
1900
|
+
"themeValues": {
|
|
1901
|
+
"light": "3.5625rem"
|
|
1902
|
+
},
|
|
1381
1903
|
"type": "typography",
|
|
1382
1904
|
"category": "primitive",
|
|
1383
1905
|
"cssVariable": "var(--font-size-57)"
|
|
@@ -1385,6 +1907,9 @@
|
|
|
1385
1907
|
{
|
|
1386
1908
|
"name": "--font-size-64",
|
|
1387
1909
|
"value": "4rem",
|
|
1910
|
+
"themeValues": {
|
|
1911
|
+
"light": "4rem"
|
|
1912
|
+
},
|
|
1388
1913
|
"type": "typography",
|
|
1389
1914
|
"category": "primitive",
|
|
1390
1915
|
"cssVariable": "var(--font-size-64)"
|
|
@@ -1392,6 +1917,9 @@
|
|
|
1392
1917
|
{
|
|
1393
1918
|
"name": "--line-height-100",
|
|
1394
1919
|
"value": "1",
|
|
1920
|
+
"themeValues": {
|
|
1921
|
+
"light": "1"
|
|
1922
|
+
},
|
|
1395
1923
|
"type": "typography",
|
|
1396
1924
|
"category": "primitive",
|
|
1397
1925
|
"cssVariable": "var(--line-height-100)"
|
|
@@ -1399,6 +1927,9 @@
|
|
|
1399
1927
|
{
|
|
1400
1928
|
"name": "--line-height-120",
|
|
1401
1929
|
"value": "1.2",
|
|
1930
|
+
"themeValues": {
|
|
1931
|
+
"light": "1.2"
|
|
1932
|
+
},
|
|
1402
1933
|
"type": "typography",
|
|
1403
1934
|
"category": "primitive",
|
|
1404
1935
|
"cssVariable": "var(--line-height-120)"
|
|
@@ -1406,6 +1937,9 @@
|
|
|
1406
1937
|
{
|
|
1407
1938
|
"name": "--line-height-130",
|
|
1408
1939
|
"value": "1.3",
|
|
1940
|
+
"themeValues": {
|
|
1941
|
+
"light": "1.3"
|
|
1942
|
+
},
|
|
1409
1943
|
"type": "typography",
|
|
1410
1944
|
"category": "primitive",
|
|
1411
1945
|
"cssVariable": "var(--line-height-130)"
|
|
@@ -1413,6 +1947,9 @@
|
|
|
1413
1947
|
{
|
|
1414
1948
|
"name": "--line-height-140",
|
|
1415
1949
|
"value": "1.4",
|
|
1950
|
+
"themeValues": {
|
|
1951
|
+
"light": "1.4"
|
|
1952
|
+
},
|
|
1416
1953
|
"type": "typography",
|
|
1417
1954
|
"category": "primitive",
|
|
1418
1955
|
"cssVariable": "var(--line-height-140)"
|
|
@@ -1420,6 +1957,9 @@
|
|
|
1420
1957
|
{
|
|
1421
1958
|
"name": "--line-height-150",
|
|
1422
1959
|
"value": "1.5",
|
|
1960
|
+
"themeValues": {
|
|
1961
|
+
"light": "1.5"
|
|
1962
|
+
},
|
|
1423
1963
|
"type": "typography",
|
|
1424
1964
|
"category": "primitive",
|
|
1425
1965
|
"cssVariable": "var(--line-height-150)"
|
|
@@ -1427,6 +1967,9 @@
|
|
|
1427
1967
|
{
|
|
1428
1968
|
"name": "--line-height-160",
|
|
1429
1969
|
"value": "1.6",
|
|
1970
|
+
"themeValues": {
|
|
1971
|
+
"light": "1.6"
|
|
1972
|
+
},
|
|
1430
1973
|
"type": "typography",
|
|
1431
1974
|
"category": "primitive",
|
|
1432
1975
|
"cssVariable": "var(--line-height-160)"
|
|
@@ -1434,6 +1977,9 @@
|
|
|
1434
1977
|
{
|
|
1435
1978
|
"name": "--line-height-170",
|
|
1436
1979
|
"value": "1.7",
|
|
1980
|
+
"themeValues": {
|
|
1981
|
+
"light": "1.7"
|
|
1982
|
+
},
|
|
1437
1983
|
"type": "typography",
|
|
1438
1984
|
"category": "primitive",
|
|
1439
1985
|
"cssVariable": "var(--line-height-170)"
|
|
@@ -1441,6 +1987,9 @@
|
|
|
1441
1987
|
{
|
|
1442
1988
|
"name": "--line-height-175",
|
|
1443
1989
|
"value": "1.75",
|
|
1990
|
+
"themeValues": {
|
|
1991
|
+
"light": "1.75"
|
|
1992
|
+
},
|
|
1444
1993
|
"type": "typography",
|
|
1445
1994
|
"category": "primitive",
|
|
1446
1995
|
"cssVariable": "var(--line-height-175)"
|
|
@@ -1448,6 +1997,9 @@
|
|
|
1448
1997
|
{
|
|
1449
1998
|
"name": "--border-radius-4",
|
|
1450
1999
|
"value": "0.25rem",
|
|
2000
|
+
"themeValues": {
|
|
2001
|
+
"light": "0.25rem"
|
|
2002
|
+
},
|
|
1451
2003
|
"type": "radius",
|
|
1452
2004
|
"category": "primitive",
|
|
1453
2005
|
"cssVariable": "var(--border-radius-4)"
|
|
@@ -1455,6 +2007,9 @@
|
|
|
1455
2007
|
{
|
|
1456
2008
|
"name": "--border-radius-6",
|
|
1457
2009
|
"value": "0.375rem",
|
|
2010
|
+
"themeValues": {
|
|
2011
|
+
"light": "0.375rem"
|
|
2012
|
+
},
|
|
1458
2013
|
"type": "radius",
|
|
1459
2014
|
"category": "primitive",
|
|
1460
2015
|
"cssVariable": "var(--border-radius-6)"
|
|
@@ -1462,6 +2017,9 @@
|
|
|
1462
2017
|
{
|
|
1463
2018
|
"name": "--border-radius-8",
|
|
1464
2019
|
"value": "0.5rem",
|
|
2020
|
+
"themeValues": {
|
|
2021
|
+
"light": "0.5rem"
|
|
2022
|
+
},
|
|
1465
2023
|
"type": "radius",
|
|
1466
2024
|
"category": "primitive",
|
|
1467
2025
|
"cssVariable": "var(--border-radius-8)"
|
|
@@ -1469,6 +2027,9 @@
|
|
|
1469
2027
|
{
|
|
1470
2028
|
"name": "--border-radius-12",
|
|
1471
2029
|
"value": "0.75rem",
|
|
2030
|
+
"themeValues": {
|
|
2031
|
+
"light": "0.75rem"
|
|
2032
|
+
},
|
|
1472
2033
|
"type": "radius",
|
|
1473
2034
|
"category": "primitive",
|
|
1474
2035
|
"cssVariable": "var(--border-radius-12)"
|
|
@@ -1476,6 +2037,9 @@
|
|
|
1476
2037
|
{
|
|
1477
2038
|
"name": "--border-radius-16",
|
|
1478
2039
|
"value": "1rem",
|
|
2040
|
+
"themeValues": {
|
|
2041
|
+
"light": "1rem"
|
|
2042
|
+
},
|
|
1479
2043
|
"type": "radius",
|
|
1480
2044
|
"category": "primitive",
|
|
1481
2045
|
"cssVariable": "var(--border-radius-16)"
|
|
@@ -1483,6 +2047,9 @@
|
|
|
1483
2047
|
{
|
|
1484
2048
|
"name": "--border-radius-24",
|
|
1485
2049
|
"value": "1.5rem",
|
|
2050
|
+
"themeValues": {
|
|
2051
|
+
"light": "1.5rem"
|
|
2052
|
+
},
|
|
1486
2053
|
"type": "radius",
|
|
1487
2054
|
"category": "primitive",
|
|
1488
2055
|
"cssVariable": "var(--border-radius-24)"
|
|
@@ -1490,6 +2057,9 @@
|
|
|
1490
2057
|
{
|
|
1491
2058
|
"name": "--border-radius-32",
|
|
1492
2059
|
"value": "2rem",
|
|
2060
|
+
"themeValues": {
|
|
2061
|
+
"light": "2rem"
|
|
2062
|
+
},
|
|
1493
2063
|
"type": "radius",
|
|
1494
2064
|
"category": "primitive",
|
|
1495
2065
|
"cssVariable": "var(--border-radius-32)"
|
|
@@ -1497,6 +2067,9 @@
|
|
|
1497
2067
|
{
|
|
1498
2068
|
"name": "--border-radius-full",
|
|
1499
2069
|
"value": "624.9375rem",
|
|
2070
|
+
"themeValues": {
|
|
2071
|
+
"light": "624.9375rem"
|
|
2072
|
+
},
|
|
1500
2073
|
"type": "radius",
|
|
1501
2074
|
"category": "primitive",
|
|
1502
2075
|
"cssVariable": "var(--border-radius-full)"
|
|
@@ -1504,6 +2077,9 @@
|
|
|
1504
2077
|
{
|
|
1505
2078
|
"name": "--elevation-1",
|
|
1506
2079
|
"value": "0 2px 8px 1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.3)",
|
|
2080
|
+
"themeValues": {
|
|
2081
|
+
"light": "0 2px 8px 1px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.3)"
|
|
2082
|
+
},
|
|
1507
2083
|
"type": "shadow",
|
|
1508
2084
|
"category": "primitive",
|
|
1509
2085
|
"cssVariable": "var(--elevation-1)"
|
|
@@ -1511,6 +2087,9 @@
|
|
|
1511
2087
|
{
|
|
1512
2088
|
"name": "--elevation-2",
|
|
1513
2089
|
"value": "0 2px 12px 2px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)",
|
|
2090
|
+
"themeValues": {
|
|
2091
|
+
"light": "0 2px 12px 2px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)"
|
|
2092
|
+
},
|
|
1514
2093
|
"type": "shadow",
|
|
1515
2094
|
"category": "primitive",
|
|
1516
2095
|
"cssVariable": "var(--elevation-2)"
|
|
@@ -1518,6 +2097,9 @@
|
|
|
1518
2097
|
{
|
|
1519
2098
|
"name": "--elevation-3",
|
|
1520
2099
|
"value": "0 4px 16px 3px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)",
|
|
2100
|
+
"themeValues": {
|
|
2101
|
+
"light": "0 4px 16px 3px rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.3)"
|
|
2102
|
+
},
|
|
1521
2103
|
"type": "shadow",
|
|
1522
2104
|
"category": "primitive",
|
|
1523
2105
|
"cssVariable": "var(--elevation-3)"
|
|
@@ -1525,6 +2107,9 @@
|
|
|
1525
2107
|
{
|
|
1526
2108
|
"name": "--elevation-4",
|
|
1527
2109
|
"value": "0 6px 20px 4px rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.3)",
|
|
2110
|
+
"themeValues": {
|
|
2111
|
+
"light": "0 6px 20px 4px rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.3)"
|
|
2112
|
+
},
|
|
1528
2113
|
"type": "shadow",
|
|
1529
2114
|
"category": "primitive",
|
|
1530
2115
|
"cssVariable": "var(--elevation-4)"
|
|
@@ -1532,6 +2117,9 @@
|
|
|
1532
2117
|
{
|
|
1533
2118
|
"name": "--elevation-5",
|
|
1534
2119
|
"value": "0 8px 24px 5px rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.3)",
|
|
2120
|
+
"themeValues": {
|
|
2121
|
+
"light": "0 8px 24px 5px rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.3)"
|
|
2122
|
+
},
|
|
1535
2123
|
"type": "shadow",
|
|
1536
2124
|
"category": "primitive",
|
|
1537
2125
|
"cssVariable": "var(--elevation-5)"
|
|
@@ -1539,6 +2127,9 @@
|
|
|
1539
2127
|
{
|
|
1540
2128
|
"name": "--elevation-6",
|
|
1541
2129
|
"value": "0 10px 30px 6px rgba(0,0,0,0.1), 0 3px 12px 0 rgba(0,0,0,0.3)",
|
|
2130
|
+
"themeValues": {
|
|
2131
|
+
"light": "0 10px 30px 6px rgba(0,0,0,0.1), 0 3px 12px 0 rgba(0,0,0,0.3)"
|
|
2132
|
+
},
|
|
1542
2133
|
"type": "shadow",
|
|
1543
2134
|
"category": "primitive",
|
|
1544
2135
|
"cssVariable": "var(--elevation-6)"
|
|
@@ -1546,6 +2137,9 @@
|
|
|
1546
2137
|
{
|
|
1547
2138
|
"name": "--elevation-7",
|
|
1548
2139
|
"value": "0 12px 36px 7px rgba(0,0,0,0.1), 0 3px 14px 0 rgba(0,0,0,0.3)",
|
|
2140
|
+
"themeValues": {
|
|
2141
|
+
"light": "0 12px 36px 7px rgba(0,0,0,0.1), 0 3px 14px 0 rgba(0,0,0,0.3)"
|
|
2142
|
+
},
|
|
1549
2143
|
"type": "shadow",
|
|
1550
2144
|
"category": "primitive",
|
|
1551
2145
|
"cssVariable": "var(--elevation-7)"
|
|
@@ -1553,6 +2147,9 @@
|
|
|
1553
2147
|
{
|
|
1554
2148
|
"name": "--elevation-8",
|
|
1555
2149
|
"value": "0 14px 40px 7px rgba(0,0,0,0.1), 0 3px 16px 0 rgba(0,0,0,0.3)",
|
|
2150
|
+
"themeValues": {
|
|
2151
|
+
"light": "0 14px 40px 7px rgba(0,0,0,0.1), 0 3px 16px 0 rgba(0,0,0,0.3)"
|
|
2152
|
+
},
|
|
1556
2153
|
"type": "shadow",
|
|
1557
2154
|
"category": "primitive",
|
|
1558
2155
|
"cssVariable": "var(--elevation-8)"
|
|
@@ -1560,6 +2157,9 @@
|
|
|
1560
2157
|
{
|
|
1561
2158
|
"name": "--color-semantic-success-1",
|
|
1562
2159
|
"value": "var(--color-primitive-green-600)",
|
|
2160
|
+
"themeValues": {
|
|
2161
|
+
"light": "var(--color-primitive-green-600)"
|
|
2162
|
+
},
|
|
1563
2163
|
"type": "color",
|
|
1564
2164
|
"category": "semantic",
|
|
1565
2165
|
"cssVariable": "var(--color-semantic-success-1)"
|
|
@@ -1567,6 +2167,9 @@
|
|
|
1567
2167
|
{
|
|
1568
2168
|
"name": "--color-semantic-success-2",
|
|
1569
2169
|
"value": "var(--color-primitive-green-800)",
|
|
2170
|
+
"themeValues": {
|
|
2171
|
+
"light": "var(--color-primitive-green-800)"
|
|
2172
|
+
},
|
|
1570
2173
|
"type": "color",
|
|
1571
2174
|
"category": "semantic",
|
|
1572
2175
|
"cssVariable": "var(--color-semantic-success-2)"
|
|
@@ -1574,6 +2177,9 @@
|
|
|
1574
2177
|
{
|
|
1575
2178
|
"name": "--color-semantic-error-1",
|
|
1576
2179
|
"value": "var(--color-primitive-red-800)",
|
|
2180
|
+
"themeValues": {
|
|
2181
|
+
"light": "var(--color-primitive-red-800)"
|
|
2182
|
+
},
|
|
1577
2183
|
"type": "color",
|
|
1578
2184
|
"category": "semantic",
|
|
1579
2185
|
"cssVariable": "var(--color-semantic-error-1)"
|
|
@@ -1581,6 +2187,9 @@
|
|
|
1581
2187
|
{
|
|
1582
2188
|
"name": "--color-semantic-error-2",
|
|
1583
2189
|
"value": "var(--color-primitive-red-900)",
|
|
2190
|
+
"themeValues": {
|
|
2191
|
+
"light": "var(--color-primitive-red-900)"
|
|
2192
|
+
},
|
|
1584
2193
|
"type": "color",
|
|
1585
2194
|
"category": "semantic",
|
|
1586
2195
|
"cssVariable": "var(--color-semantic-error-2)"
|
|
@@ -1588,6 +2197,9 @@
|
|
|
1588
2197
|
{
|
|
1589
2198
|
"name": "--color-semantic-warning-yellow-1",
|
|
1590
2199
|
"value": "var(--color-primitive-yellow-700)",
|
|
2200
|
+
"themeValues": {
|
|
2201
|
+
"light": "var(--color-primitive-yellow-700)"
|
|
2202
|
+
},
|
|
1591
2203
|
"type": "color",
|
|
1592
2204
|
"category": "semantic",
|
|
1593
2205
|
"cssVariable": "var(--color-semantic-warning-yellow-1)"
|
|
@@ -1595,6 +2207,9 @@
|
|
|
1595
2207
|
{
|
|
1596
2208
|
"name": "--color-semantic-warning-yellow-2",
|
|
1597
2209
|
"value": "var(--color-primitive-yellow-900)",
|
|
2210
|
+
"themeValues": {
|
|
2211
|
+
"light": "var(--color-primitive-yellow-900)"
|
|
2212
|
+
},
|
|
1598
2213
|
"type": "color",
|
|
1599
2214
|
"category": "semantic",
|
|
1600
2215
|
"cssVariable": "var(--color-semantic-warning-yellow-2)"
|
|
@@ -1602,6 +2217,9 @@
|
|
|
1602
2217
|
{
|
|
1603
2218
|
"name": "--color-semantic-warning-orange-1",
|
|
1604
2219
|
"value": "var(--color-primitive-orange-600)",
|
|
2220
|
+
"themeValues": {
|
|
2221
|
+
"light": "var(--color-primitive-orange-600)"
|
|
2222
|
+
},
|
|
1605
2223
|
"type": "color",
|
|
1606
2224
|
"category": "semantic",
|
|
1607
2225
|
"cssVariable": "var(--color-semantic-warning-orange-1)"
|
|
@@ -1609,6 +2227,9 @@
|
|
|
1609
2227
|
{
|
|
1610
2228
|
"name": "--color-semantic-warning-orange-2",
|
|
1611
2229
|
"value": "var(--color-primitive-orange-800)",
|
|
2230
|
+
"themeValues": {
|
|
2231
|
+
"light": "var(--color-primitive-orange-800)"
|
|
2232
|
+
},
|
|
1612
2233
|
"type": "color",
|
|
1613
2234
|
"category": "semantic",
|
|
1614
2235
|
"cssVariable": "var(--color-semantic-warning-orange-2)"
|
|
@@ -1616,6 +2237,9 @@
|
|
|
1616
2237
|
{
|
|
1617
2238
|
"name": "--color-primary",
|
|
1618
2239
|
"value": "var(--color-primitive-blue-1000)",
|
|
2240
|
+
"themeValues": {
|
|
2241
|
+
"light": "var(--color-primitive-blue-1000)"
|
|
2242
|
+
},
|
|
1619
2243
|
"type": "color",
|
|
1620
2244
|
"category": "semantic",
|
|
1621
2245
|
"cssVariable": "var(--color-primary)"
|
|
@@ -1623,6 +2247,9 @@
|
|
|
1623
2247
|
{
|
|
1624
2248
|
"name": "--color-primary-hover",
|
|
1625
2249
|
"value": "var(--color-primitive-blue-900)",
|
|
2250
|
+
"themeValues": {
|
|
2251
|
+
"light": "var(--color-primitive-blue-900)"
|
|
2252
|
+
},
|
|
1626
2253
|
"type": "color",
|
|
1627
2254
|
"category": "semantic",
|
|
1628
2255
|
"cssVariable": "var(--color-primary-hover)"
|
|
@@ -1630,6 +2257,9 @@
|
|
|
1630
2257
|
{
|
|
1631
2258
|
"name": "--color-primary-active",
|
|
1632
2259
|
"value": "var(--color-primitive-blue-1100)",
|
|
2260
|
+
"themeValues": {
|
|
2261
|
+
"light": "var(--color-primitive-blue-1100)"
|
|
2262
|
+
},
|
|
1633
2263
|
"type": "color",
|
|
1634
2264
|
"category": "semantic",
|
|
1635
2265
|
"cssVariable": "var(--color-primary-active)"
|
|
@@ -1637,6 +2267,9 @@
|
|
|
1637
2267
|
{
|
|
1638
2268
|
"name": "--color-text-primary",
|
|
1639
2269
|
"value": "var(--color-neutral-solid-gray-900)",
|
|
2270
|
+
"themeValues": {
|
|
2271
|
+
"light": "var(--color-neutral-solid-gray-900)"
|
|
2272
|
+
},
|
|
1640
2273
|
"type": "color",
|
|
1641
2274
|
"category": "semantic",
|
|
1642
2275
|
"cssVariable": "var(--color-text-primary)"
|
|
@@ -1644,6 +2277,9 @@
|
|
|
1644
2277
|
{
|
|
1645
2278
|
"name": "--color-text-secondary",
|
|
1646
2279
|
"value": "var(--color-neutral-solid-gray-600)",
|
|
2280
|
+
"themeValues": {
|
|
2281
|
+
"light": "var(--color-neutral-solid-gray-600)"
|
|
2282
|
+
},
|
|
1647
2283
|
"type": "color",
|
|
1648
2284
|
"category": "semantic",
|
|
1649
2285
|
"cssVariable": "var(--color-text-secondary)"
|
|
@@ -1651,6 +2287,9 @@
|
|
|
1651
2287
|
{
|
|
1652
2288
|
"name": "--color-text-disabled",
|
|
1653
2289
|
"value": "var(--color-neutral-solid-gray-400)",
|
|
2290
|
+
"themeValues": {
|
|
2291
|
+
"light": "var(--color-neutral-solid-gray-400)"
|
|
2292
|
+
},
|
|
1654
2293
|
"type": "color",
|
|
1655
2294
|
"category": "semantic",
|
|
1656
2295
|
"cssVariable": "var(--color-text-disabled)"
|
|
@@ -1658,6 +2297,9 @@
|
|
|
1658
2297
|
{
|
|
1659
2298
|
"name": "--color-border",
|
|
1660
2299
|
"value": "var(--color-neutral-solid-gray-420)",
|
|
2300
|
+
"themeValues": {
|
|
2301
|
+
"light": "var(--color-neutral-solid-gray-420)"
|
|
2302
|
+
},
|
|
1661
2303
|
"type": "color",
|
|
1662
2304
|
"category": "primitive",
|
|
1663
2305
|
"cssVariable": "var(--color-border)"
|
|
@@ -1665,6 +2307,9 @@
|
|
|
1665
2307
|
{
|
|
1666
2308
|
"name": "--color-border-light",
|
|
1667
2309
|
"value": "var(--color-neutral-solid-gray-200)",
|
|
2310
|
+
"themeValues": {
|
|
2311
|
+
"light": "var(--color-neutral-solid-gray-200)"
|
|
2312
|
+
},
|
|
1668
2313
|
"type": "color",
|
|
1669
2314
|
"category": "semantic",
|
|
1670
2315
|
"cssVariable": "var(--color-border-light)"
|
|
@@ -1672,6 +2317,9 @@
|
|
|
1672
2317
|
{
|
|
1673
2318
|
"name": "--color-border-focus",
|
|
1674
2319
|
"value": "var(--color-primitive-blue-600)",
|
|
2320
|
+
"themeValues": {
|
|
2321
|
+
"light": "var(--color-primitive-blue-600)"
|
|
2322
|
+
},
|
|
1675
2323
|
"type": "color",
|
|
1676
2324
|
"category": "semantic",
|
|
1677
2325
|
"cssVariable": "var(--color-border-focus)"
|
|
@@ -1679,6 +2327,9 @@
|
|
|
1679
2327
|
{
|
|
1680
2328
|
"name": "--color-background",
|
|
1681
2329
|
"value": "var(--color-neutral-white)",
|
|
2330
|
+
"themeValues": {
|
|
2331
|
+
"light": "var(--color-neutral-white)"
|
|
2332
|
+
},
|
|
1682
2333
|
"type": "color",
|
|
1683
2334
|
"category": "primitive",
|
|
1684
2335
|
"cssVariable": "var(--color-background)"
|
|
@@ -1686,6 +2337,9 @@
|
|
|
1686
2337
|
{
|
|
1687
2338
|
"name": "--color-background-hover",
|
|
1688
2339
|
"value": "var(--color-neutral-solid-gray-50)",
|
|
2340
|
+
"themeValues": {
|
|
2341
|
+
"light": "var(--color-neutral-solid-gray-50)"
|
|
2342
|
+
},
|
|
1689
2343
|
"type": "color",
|
|
1690
2344
|
"category": "semantic",
|
|
1691
2345
|
"cssVariable": "var(--color-background-hover)"
|
|
@@ -1693,6 +2347,9 @@
|
|
|
1693
2347
|
{
|
|
1694
2348
|
"name": "--color-background-active",
|
|
1695
2349
|
"value": "var(--color-neutral-solid-gray-100)",
|
|
2350
|
+
"themeValues": {
|
|
2351
|
+
"light": "var(--color-neutral-solid-gray-100)"
|
|
2352
|
+
},
|
|
1696
2353
|
"type": "color",
|
|
1697
2354
|
"category": "semantic",
|
|
1698
2355
|
"cssVariable": "var(--color-background-active)"
|
|
@@ -1700,6 +2357,9 @@
|
|
|
1700
2357
|
{
|
|
1701
2358
|
"name": "--color-success",
|
|
1702
2359
|
"value": "var(--color-semantic-success-1)",
|
|
2360
|
+
"themeValues": {
|
|
2361
|
+
"light": "var(--color-semantic-success-1)"
|
|
2362
|
+
},
|
|
1703
2363
|
"type": "color",
|
|
1704
2364
|
"category": "semantic",
|
|
1705
2365
|
"cssVariable": "var(--color-success)"
|
|
@@ -1707,6 +2367,9 @@
|
|
|
1707
2367
|
{
|
|
1708
2368
|
"name": "--color-error",
|
|
1709
2369
|
"value": "var(--color-semantic-error-1)",
|
|
2370
|
+
"themeValues": {
|
|
2371
|
+
"light": "var(--color-semantic-error-1)"
|
|
2372
|
+
},
|
|
1710
2373
|
"type": "color",
|
|
1711
2374
|
"category": "semantic",
|
|
1712
2375
|
"cssVariable": "var(--color-error)"
|
|
@@ -1714,6 +2377,9 @@
|
|
|
1714
2377
|
{
|
|
1715
2378
|
"name": "--color-warning",
|
|
1716
2379
|
"value": "var(--color-semantic-warning-orange-1)",
|
|
2380
|
+
"themeValues": {
|
|
2381
|
+
"light": "var(--color-semantic-warning-orange-1)"
|
|
2382
|
+
},
|
|
1717
2383
|
"type": "color",
|
|
1718
2384
|
"category": "semantic",
|
|
1719
2385
|
"cssVariable": "var(--color-warning)"
|
|
@@ -1721,6 +2387,9 @@
|
|
|
1721
2387
|
{
|
|
1722
2388
|
"name": "--component-font-family",
|
|
1723
2389
|
"value": "var(--font-family-sans)",
|
|
2390
|
+
"themeValues": {
|
|
2391
|
+
"light": "var(--font-family-sans)"
|
|
2392
|
+
},
|
|
1724
2393
|
"type": "typography",
|
|
1725
2394
|
"category": "semantic",
|
|
1726
2395
|
"cssVariable": "var(--component-font-family)"
|
|
@@ -1728,6 +2397,9 @@
|
|
|
1728
2397
|
{
|
|
1729
2398
|
"name": "--component-font-size",
|
|
1730
2399
|
"value": "var(--font-size-16)",
|
|
2400
|
+
"themeValues": {
|
|
2401
|
+
"light": "var(--font-size-16)"
|
|
2402
|
+
},
|
|
1731
2403
|
"type": "typography",
|
|
1732
2404
|
"category": "semantic",
|
|
1733
2405
|
"cssVariable": "var(--component-font-size)"
|
|
@@ -1735,6 +2407,9 @@
|
|
|
1735
2407
|
{
|
|
1736
2408
|
"name": "--component-line-height",
|
|
1737
2409
|
"value": "var(--line-height-150)",
|
|
2410
|
+
"themeValues": {
|
|
2411
|
+
"light": "var(--line-height-150)"
|
|
2412
|
+
},
|
|
1738
2413
|
"type": "typography",
|
|
1739
2414
|
"category": "semantic",
|
|
1740
2415
|
"cssVariable": "var(--component-line-height)"
|
|
@@ -1742,6 +2417,9 @@
|
|
|
1742
2417
|
{
|
|
1743
2418
|
"name": "--component-border-radius",
|
|
1744
2419
|
"value": "var(--border-radius-8)",
|
|
2420
|
+
"themeValues": {
|
|
2421
|
+
"light": "var(--border-radius-8)"
|
|
2422
|
+
},
|
|
1745
2423
|
"type": "radius",
|
|
1746
2424
|
"category": "semantic",
|
|
1747
2425
|
"cssVariable": "var(--component-border-radius)"
|
|
@@ -1749,6 +2427,9 @@
|
|
|
1749
2427
|
{
|
|
1750
2428
|
"name": "--component-shadow",
|
|
1751
2429
|
"value": "var(--elevation-2)",
|
|
2430
|
+
"themeValues": {
|
|
2431
|
+
"light": "var(--elevation-2)"
|
|
2432
|
+
},
|
|
1752
2433
|
"type": "shadow",
|
|
1753
2434
|
"category": "semantic",
|
|
1754
2435
|
"cssVariable": "var(--component-shadow)"
|
|
@@ -1756,6 +2437,9 @@
|
|
|
1756
2437
|
{
|
|
1757
2438
|
"name": "--spacing-root-font-size",
|
|
1758
2439
|
"value": "16",
|
|
2440
|
+
"themeValues": {
|
|
2441
|
+
"light": "16"
|
|
2442
|
+
},
|
|
1759
2443
|
"type": "spacing",
|
|
1760
2444
|
"category": "primitive",
|
|
1761
2445
|
"cssVariable": "var(--spacing-root-font-size)",
|
|
@@ -1764,6 +2448,9 @@
|
|
|
1764
2448
|
{
|
|
1765
2449
|
"name": "--spacing-factor",
|
|
1766
2450
|
"value": "1",
|
|
2451
|
+
"themeValues": {
|
|
2452
|
+
"light": "1"
|
|
2453
|
+
},
|
|
1767
2454
|
"type": "spacing",
|
|
1768
2455
|
"category": "primitive",
|
|
1769
2456
|
"cssVariable": "var(--spacing-factor)",
|
|
@@ -1772,6 +2459,9 @@
|
|
|
1772
2459
|
{
|
|
1773
2460
|
"name": "--spacing-scale-0",
|
|
1774
2461
|
"value": "0",
|
|
2462
|
+
"themeValues": {
|
|
2463
|
+
"light": "0"
|
|
2464
|
+
},
|
|
1775
2465
|
"type": "spacing",
|
|
1776
2466
|
"category": "primitive",
|
|
1777
2467
|
"cssVariable": "var(--spacing-scale-0)",
|
|
@@ -1780,6 +2470,9 @@
|
|
|
1780
2470
|
{
|
|
1781
2471
|
"name": "--spacing-scale-0-5",
|
|
1782
2472
|
"value": "2",
|
|
2473
|
+
"themeValues": {
|
|
2474
|
+
"light": "2"
|
|
2475
|
+
},
|
|
1783
2476
|
"type": "spacing",
|
|
1784
2477
|
"category": "primitive",
|
|
1785
2478
|
"cssVariable": "var(--spacing-scale-0-5)",
|
|
@@ -1788,6 +2481,9 @@
|
|
|
1788
2481
|
{
|
|
1789
2482
|
"name": "--spacing-scale-1",
|
|
1790
2483
|
"value": "4",
|
|
2484
|
+
"themeValues": {
|
|
2485
|
+
"light": "4"
|
|
2486
|
+
},
|
|
1791
2487
|
"type": "spacing",
|
|
1792
2488
|
"category": "primitive",
|
|
1793
2489
|
"cssVariable": "var(--spacing-scale-1)",
|
|
@@ -1796,6 +2492,9 @@
|
|
|
1796
2492
|
{
|
|
1797
2493
|
"name": "--spacing-scale-1-5",
|
|
1798
2494
|
"value": "6",
|
|
2495
|
+
"themeValues": {
|
|
2496
|
+
"light": "6"
|
|
2497
|
+
},
|
|
1799
2498
|
"type": "spacing",
|
|
1800
2499
|
"category": "primitive",
|
|
1801
2500
|
"cssVariable": "var(--spacing-scale-1-5)",
|
|
@@ -1804,6 +2503,9 @@
|
|
|
1804
2503
|
{
|
|
1805
2504
|
"name": "--spacing-scale-2",
|
|
1806
2505
|
"value": "8",
|
|
2506
|
+
"themeValues": {
|
|
2507
|
+
"light": "8"
|
|
2508
|
+
},
|
|
1807
2509
|
"type": "spacing",
|
|
1808
2510
|
"category": "primitive",
|
|
1809
2511
|
"cssVariable": "var(--spacing-scale-2)",
|
|
@@ -1812,6 +2514,9 @@
|
|
|
1812
2514
|
{
|
|
1813
2515
|
"name": "--spacing-scale-2-5",
|
|
1814
2516
|
"value": "10",
|
|
2517
|
+
"themeValues": {
|
|
2518
|
+
"light": "10"
|
|
2519
|
+
},
|
|
1815
2520
|
"type": "spacing",
|
|
1816
2521
|
"category": "primitive",
|
|
1817
2522
|
"cssVariable": "var(--spacing-scale-2-5)",
|
|
@@ -1820,6 +2525,9 @@
|
|
|
1820
2525
|
{
|
|
1821
2526
|
"name": "--spacing-scale-3",
|
|
1822
2527
|
"value": "12",
|
|
2528
|
+
"themeValues": {
|
|
2529
|
+
"light": "12"
|
|
2530
|
+
},
|
|
1823
2531
|
"type": "spacing",
|
|
1824
2532
|
"category": "primitive",
|
|
1825
2533
|
"cssVariable": "var(--spacing-scale-3)",
|
|
@@ -1828,6 +2536,9 @@
|
|
|
1828
2536
|
{
|
|
1829
2537
|
"name": "--spacing-scale-3-5",
|
|
1830
2538
|
"value": "14",
|
|
2539
|
+
"themeValues": {
|
|
2540
|
+
"light": "14"
|
|
2541
|
+
},
|
|
1831
2542
|
"type": "spacing",
|
|
1832
2543
|
"category": "primitive",
|
|
1833
2544
|
"cssVariable": "var(--spacing-scale-3-5)",
|
|
@@ -1836,6 +2547,9 @@
|
|
|
1836
2547
|
{
|
|
1837
2548
|
"name": "--spacing-scale-4",
|
|
1838
2549
|
"value": "16",
|
|
2550
|
+
"themeValues": {
|
|
2551
|
+
"light": "16"
|
|
2552
|
+
},
|
|
1839
2553
|
"type": "spacing",
|
|
1840
2554
|
"category": "primitive",
|
|
1841
2555
|
"cssVariable": "var(--spacing-scale-4)",
|
|
@@ -1844,6 +2558,9 @@
|
|
|
1844
2558
|
{
|
|
1845
2559
|
"name": "--spacing-scale-5",
|
|
1846
2560
|
"value": "20",
|
|
2561
|
+
"themeValues": {
|
|
2562
|
+
"light": "20"
|
|
2563
|
+
},
|
|
1847
2564
|
"type": "spacing",
|
|
1848
2565
|
"category": "primitive",
|
|
1849
2566
|
"cssVariable": "var(--spacing-scale-5)",
|
|
@@ -1852,6 +2569,9 @@
|
|
|
1852
2569
|
{
|
|
1853
2570
|
"name": "--spacing-scale-6",
|
|
1854
2571
|
"value": "24",
|
|
2572
|
+
"themeValues": {
|
|
2573
|
+
"light": "24"
|
|
2574
|
+
},
|
|
1855
2575
|
"type": "spacing",
|
|
1856
2576
|
"category": "primitive",
|
|
1857
2577
|
"cssVariable": "var(--spacing-scale-6)",
|
|
@@ -1860,6 +2580,9 @@
|
|
|
1860
2580
|
{
|
|
1861
2581
|
"name": "--spacing-scale-7",
|
|
1862
2582
|
"value": "28",
|
|
2583
|
+
"themeValues": {
|
|
2584
|
+
"light": "28"
|
|
2585
|
+
},
|
|
1863
2586
|
"type": "spacing",
|
|
1864
2587
|
"category": "primitive",
|
|
1865
2588
|
"cssVariable": "var(--spacing-scale-7)",
|
|
@@ -1868,6 +2591,9 @@
|
|
|
1868
2591
|
{
|
|
1869
2592
|
"name": "--spacing-scale-8",
|
|
1870
2593
|
"value": "32",
|
|
2594
|
+
"themeValues": {
|
|
2595
|
+
"light": "32"
|
|
2596
|
+
},
|
|
1871
2597
|
"type": "spacing",
|
|
1872
2598
|
"category": "primitive",
|
|
1873
2599
|
"cssVariable": "var(--spacing-scale-8)",
|
|
@@ -1876,6 +2602,9 @@
|
|
|
1876
2602
|
{
|
|
1877
2603
|
"name": "--spacing-scale-9",
|
|
1878
2604
|
"value": "36",
|
|
2605
|
+
"themeValues": {
|
|
2606
|
+
"light": "36"
|
|
2607
|
+
},
|
|
1879
2608
|
"type": "spacing",
|
|
1880
2609
|
"category": "primitive",
|
|
1881
2610
|
"cssVariable": "var(--spacing-scale-9)",
|
|
@@ -1884,6 +2613,9 @@
|
|
|
1884
2613
|
{
|
|
1885
2614
|
"name": "--spacing-scale-10",
|
|
1886
2615
|
"value": "40",
|
|
2616
|
+
"themeValues": {
|
|
2617
|
+
"light": "40"
|
|
2618
|
+
},
|
|
1887
2619
|
"type": "spacing",
|
|
1888
2620
|
"category": "primitive",
|
|
1889
2621
|
"cssVariable": "var(--spacing-scale-10)",
|
|
@@ -1892,6 +2624,9 @@
|
|
|
1892
2624
|
{
|
|
1893
2625
|
"name": "--spacing-scale-11",
|
|
1894
2626
|
"value": "44",
|
|
2627
|
+
"themeValues": {
|
|
2628
|
+
"light": "44"
|
|
2629
|
+
},
|
|
1895
2630
|
"type": "spacing",
|
|
1896
2631
|
"category": "primitive",
|
|
1897
2632
|
"cssVariable": "var(--spacing-scale-11)",
|
|
@@ -1900,6 +2635,9 @@
|
|
|
1900
2635
|
{
|
|
1901
2636
|
"name": "--spacing-scale-12",
|
|
1902
2637
|
"value": "48",
|
|
2638
|
+
"themeValues": {
|
|
2639
|
+
"light": "48"
|
|
2640
|
+
},
|
|
1903
2641
|
"type": "spacing",
|
|
1904
2642
|
"category": "primitive",
|
|
1905
2643
|
"cssVariable": "var(--spacing-scale-12)",
|
|
@@ -1908,6 +2646,9 @@
|
|
|
1908
2646
|
{
|
|
1909
2647
|
"name": "--spacing-scale-14",
|
|
1910
2648
|
"value": "56",
|
|
2649
|
+
"themeValues": {
|
|
2650
|
+
"light": "56"
|
|
2651
|
+
},
|
|
1911
2652
|
"type": "spacing",
|
|
1912
2653
|
"category": "primitive",
|
|
1913
2654
|
"cssVariable": "var(--spacing-scale-14)",
|
|
@@ -1916,6 +2657,9 @@
|
|
|
1916
2657
|
{
|
|
1917
2658
|
"name": "--spacing-scale-15",
|
|
1918
2659
|
"value": "60",
|
|
2660
|
+
"themeValues": {
|
|
2661
|
+
"light": "60"
|
|
2662
|
+
},
|
|
1919
2663
|
"type": "spacing",
|
|
1920
2664
|
"category": "primitive",
|
|
1921
2665
|
"cssVariable": "var(--spacing-scale-15)",
|
|
@@ -1924,6 +2668,9 @@
|
|
|
1924
2668
|
{
|
|
1925
2669
|
"name": "--spacing-scale-16",
|
|
1926
2670
|
"value": "64",
|
|
2671
|
+
"themeValues": {
|
|
2672
|
+
"light": "64"
|
|
2673
|
+
},
|
|
1927
2674
|
"type": "spacing",
|
|
1928
2675
|
"category": "primitive",
|
|
1929
2676
|
"cssVariable": "var(--spacing-scale-16)",
|
|
@@ -1932,6 +2679,9 @@
|
|
|
1932
2679
|
{
|
|
1933
2680
|
"name": "--spacing-scale-18",
|
|
1934
2681
|
"value": "72",
|
|
2682
|
+
"themeValues": {
|
|
2683
|
+
"light": "72"
|
|
2684
|
+
},
|
|
1935
2685
|
"type": "spacing",
|
|
1936
2686
|
"category": "primitive",
|
|
1937
2687
|
"cssVariable": "var(--spacing-scale-18)",
|
|
@@ -1940,6 +2690,9 @@
|
|
|
1940
2690
|
{
|
|
1941
2691
|
"name": "--spacing-scale-20",
|
|
1942
2692
|
"value": "80",
|
|
2693
|
+
"themeValues": {
|
|
2694
|
+
"light": "80"
|
|
2695
|
+
},
|
|
1943
2696
|
"type": "spacing",
|
|
1944
2697
|
"category": "primitive",
|
|
1945
2698
|
"cssVariable": "var(--spacing-scale-20)",
|
|
@@ -1948,6 +2701,9 @@
|
|
|
1948
2701
|
{
|
|
1949
2702
|
"name": "--spacing-scale-24",
|
|
1950
2703
|
"value": "96",
|
|
2704
|
+
"themeValues": {
|
|
2705
|
+
"light": "96"
|
|
2706
|
+
},
|
|
1951
2707
|
"type": "spacing",
|
|
1952
2708
|
"category": "primitive",
|
|
1953
2709
|
"cssVariable": "var(--spacing-scale-24)",
|
|
@@ -1956,6 +2712,9 @@
|
|
|
1956
2712
|
{
|
|
1957
2713
|
"name": "--spacing-scale-28",
|
|
1958
2714
|
"value": "112",
|
|
2715
|
+
"themeValues": {
|
|
2716
|
+
"light": "112"
|
|
2717
|
+
},
|
|
1959
2718
|
"type": "spacing",
|
|
1960
2719
|
"category": "primitive",
|
|
1961
2720
|
"cssVariable": "var(--spacing-scale-28)",
|
|
@@ -1964,6 +2723,9 @@
|
|
|
1964
2723
|
{
|
|
1965
2724
|
"name": "--spacing-scale-32",
|
|
1966
2725
|
"value": "128",
|
|
2726
|
+
"themeValues": {
|
|
2727
|
+
"light": "128"
|
|
2728
|
+
},
|
|
1967
2729
|
"type": "spacing",
|
|
1968
2730
|
"category": "primitive",
|
|
1969
2731
|
"cssVariable": "var(--spacing-scale-32)",
|
|
@@ -1972,6 +2734,9 @@
|
|
|
1972
2734
|
{
|
|
1973
2735
|
"name": "--spacing-scale-36",
|
|
1974
2736
|
"value": "144",
|
|
2737
|
+
"themeValues": {
|
|
2738
|
+
"light": "144"
|
|
2739
|
+
},
|
|
1975
2740
|
"type": "spacing",
|
|
1976
2741
|
"category": "primitive",
|
|
1977
2742
|
"cssVariable": "var(--spacing-scale-36)",
|
|
@@ -1980,6 +2745,9 @@
|
|
|
1980
2745
|
{
|
|
1981
2746
|
"name": "--spacing-scale-40",
|
|
1982
2747
|
"value": "160",
|
|
2748
|
+
"themeValues": {
|
|
2749
|
+
"light": "160"
|
|
2750
|
+
},
|
|
1983
2751
|
"type": "spacing",
|
|
1984
2752
|
"category": "primitive",
|
|
1985
2753
|
"cssVariable": "var(--spacing-scale-40)",
|
|
@@ -1988,6 +2756,9 @@
|
|
|
1988
2756
|
{
|
|
1989
2757
|
"name": "--spacing-0",
|
|
1990
2758
|
"value": "0",
|
|
2759
|
+
"themeValues": {
|
|
2760
|
+
"light": "0"
|
|
2761
|
+
},
|
|
1991
2762
|
"type": "spacing",
|
|
1992
2763
|
"category": "derived",
|
|
1993
2764
|
"cssVariable": "var(--spacing-0)",
|
|
@@ -1996,6 +2767,9 @@
|
|
|
1996
2767
|
{
|
|
1997
2768
|
"name": "--spacing-0-5",
|
|
1998
2769
|
"value": "calc( var(--spacing-scale-0-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2770
|
+
"themeValues": {
|
|
2771
|
+
"light": "calc( var(--spacing-scale-0-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2772
|
+
},
|
|
1999
2773
|
"type": "spacing",
|
|
2000
2774
|
"category": "derived",
|
|
2001
2775
|
"cssVariable": "var(--spacing-0-5)",
|
|
@@ -2004,6 +2778,9 @@
|
|
|
2004
2778
|
{
|
|
2005
2779
|
"name": "--spacing-1",
|
|
2006
2780
|
"value": "calc( var(--spacing-scale-1) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2781
|
+
"themeValues": {
|
|
2782
|
+
"light": "calc( var(--spacing-scale-1) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2783
|
+
},
|
|
2007
2784
|
"type": "spacing",
|
|
2008
2785
|
"category": "derived",
|
|
2009
2786
|
"cssVariable": "var(--spacing-1)",
|
|
@@ -2012,6 +2789,9 @@
|
|
|
2012
2789
|
{
|
|
2013
2790
|
"name": "--spacing-1-5",
|
|
2014
2791
|
"value": "calc( var(--spacing-scale-1-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2792
|
+
"themeValues": {
|
|
2793
|
+
"light": "calc( var(--spacing-scale-1-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2794
|
+
},
|
|
2015
2795
|
"type": "spacing",
|
|
2016
2796
|
"category": "derived",
|
|
2017
2797
|
"cssVariable": "var(--spacing-1-5)",
|
|
@@ -2020,6 +2800,9 @@
|
|
|
2020
2800
|
{
|
|
2021
2801
|
"name": "--spacing-2",
|
|
2022
2802
|
"value": "calc( var(--spacing-scale-2) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2803
|
+
"themeValues": {
|
|
2804
|
+
"light": "calc( var(--spacing-scale-2) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2805
|
+
},
|
|
2023
2806
|
"type": "spacing",
|
|
2024
2807
|
"category": "derived",
|
|
2025
2808
|
"cssVariable": "var(--spacing-2)",
|
|
@@ -2028,6 +2811,9 @@
|
|
|
2028
2811
|
{
|
|
2029
2812
|
"name": "--spacing-2-5",
|
|
2030
2813
|
"value": "calc( var(--spacing-scale-2-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2814
|
+
"themeValues": {
|
|
2815
|
+
"light": "calc( var(--spacing-scale-2-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2816
|
+
},
|
|
2031
2817
|
"type": "spacing",
|
|
2032
2818
|
"category": "derived",
|
|
2033
2819
|
"cssVariable": "var(--spacing-2-5)",
|
|
@@ -2036,6 +2822,9 @@
|
|
|
2036
2822
|
{
|
|
2037
2823
|
"name": "--spacing-3",
|
|
2038
2824
|
"value": "calc( var(--spacing-scale-3) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2825
|
+
"themeValues": {
|
|
2826
|
+
"light": "calc( var(--spacing-scale-3) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2827
|
+
},
|
|
2039
2828
|
"type": "spacing",
|
|
2040
2829
|
"category": "derived",
|
|
2041
2830
|
"cssVariable": "var(--spacing-3)",
|
|
@@ -2044,6 +2833,9 @@
|
|
|
2044
2833
|
{
|
|
2045
2834
|
"name": "--spacing-3-5",
|
|
2046
2835
|
"value": "calc( var(--spacing-scale-3-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2836
|
+
"themeValues": {
|
|
2837
|
+
"light": "calc( var(--spacing-scale-3-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2838
|
+
},
|
|
2047
2839
|
"type": "spacing",
|
|
2048
2840
|
"category": "derived",
|
|
2049
2841
|
"cssVariable": "var(--spacing-3-5)",
|
|
@@ -2052,6 +2844,9 @@
|
|
|
2052
2844
|
{
|
|
2053
2845
|
"name": "--spacing-4",
|
|
2054
2846
|
"value": "calc( var(--spacing-scale-4) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2847
|
+
"themeValues": {
|
|
2848
|
+
"light": "calc( var(--spacing-scale-4) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2849
|
+
},
|
|
2055
2850
|
"type": "spacing",
|
|
2056
2851
|
"category": "derived",
|
|
2057
2852
|
"cssVariable": "var(--spacing-4)",
|
|
@@ -2060,6 +2855,9 @@
|
|
|
2060
2855
|
{
|
|
2061
2856
|
"name": "--spacing-5",
|
|
2062
2857
|
"value": "calc( var(--spacing-scale-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2858
|
+
"themeValues": {
|
|
2859
|
+
"light": "calc( var(--spacing-scale-5) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2860
|
+
},
|
|
2063
2861
|
"type": "spacing",
|
|
2064
2862
|
"category": "derived",
|
|
2065
2863
|
"cssVariable": "var(--spacing-5)",
|
|
@@ -2068,6 +2866,9 @@
|
|
|
2068
2866
|
{
|
|
2069
2867
|
"name": "--spacing-6",
|
|
2070
2868
|
"value": "calc( var(--spacing-scale-6) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2869
|
+
"themeValues": {
|
|
2870
|
+
"light": "calc( var(--spacing-scale-6) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2871
|
+
},
|
|
2071
2872
|
"type": "spacing",
|
|
2072
2873
|
"category": "derived",
|
|
2073
2874
|
"cssVariable": "var(--spacing-6)",
|
|
@@ -2076,6 +2877,9 @@
|
|
|
2076
2877
|
{
|
|
2077
2878
|
"name": "--spacing-7",
|
|
2078
2879
|
"value": "calc( var(--spacing-scale-7) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2880
|
+
"themeValues": {
|
|
2881
|
+
"light": "calc( var(--spacing-scale-7) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2882
|
+
},
|
|
2079
2883
|
"type": "spacing",
|
|
2080
2884
|
"category": "derived",
|
|
2081
2885
|
"cssVariable": "var(--spacing-7)",
|
|
@@ -2084,6 +2888,9 @@
|
|
|
2084
2888
|
{
|
|
2085
2889
|
"name": "--spacing-8",
|
|
2086
2890
|
"value": "calc( var(--spacing-scale-8) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2891
|
+
"themeValues": {
|
|
2892
|
+
"light": "calc( var(--spacing-scale-8) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2893
|
+
},
|
|
2087
2894
|
"type": "spacing",
|
|
2088
2895
|
"category": "derived",
|
|
2089
2896
|
"cssVariable": "var(--spacing-8)",
|
|
@@ -2092,6 +2899,9 @@
|
|
|
2092
2899
|
{
|
|
2093
2900
|
"name": "--spacing-9",
|
|
2094
2901
|
"value": "calc( var(--spacing-scale-9) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2902
|
+
"themeValues": {
|
|
2903
|
+
"light": "calc( var(--spacing-scale-9) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2904
|
+
},
|
|
2095
2905
|
"type": "spacing",
|
|
2096
2906
|
"category": "derived",
|
|
2097
2907
|
"cssVariable": "var(--spacing-9)",
|
|
@@ -2100,6 +2910,9 @@
|
|
|
2100
2910
|
{
|
|
2101
2911
|
"name": "--spacing-10",
|
|
2102
2912
|
"value": "calc( var(--spacing-scale-10) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2913
|
+
"themeValues": {
|
|
2914
|
+
"light": "calc( var(--spacing-scale-10) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2915
|
+
},
|
|
2103
2916
|
"type": "spacing",
|
|
2104
2917
|
"category": "derived",
|
|
2105
2918
|
"cssVariable": "var(--spacing-10)",
|
|
@@ -2108,6 +2921,9 @@
|
|
|
2108
2921
|
{
|
|
2109
2922
|
"name": "--spacing-11",
|
|
2110
2923
|
"value": "calc( var(--spacing-scale-11) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2924
|
+
"themeValues": {
|
|
2925
|
+
"light": "calc( var(--spacing-scale-11) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2926
|
+
},
|
|
2111
2927
|
"type": "spacing",
|
|
2112
2928
|
"category": "derived",
|
|
2113
2929
|
"cssVariable": "var(--spacing-11)",
|
|
@@ -2116,6 +2932,9 @@
|
|
|
2116
2932
|
{
|
|
2117
2933
|
"name": "--spacing-12",
|
|
2118
2934
|
"value": "calc( var(--spacing-scale-12) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2935
|
+
"themeValues": {
|
|
2936
|
+
"light": "calc( var(--spacing-scale-12) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2937
|
+
},
|
|
2119
2938
|
"type": "spacing",
|
|
2120
2939
|
"category": "derived",
|
|
2121
2940
|
"cssVariable": "var(--spacing-12)",
|
|
@@ -2124,6 +2943,9 @@
|
|
|
2124
2943
|
{
|
|
2125
2944
|
"name": "--spacing-14",
|
|
2126
2945
|
"value": "calc( var(--spacing-scale-14) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2946
|
+
"themeValues": {
|
|
2947
|
+
"light": "calc( var(--spacing-scale-14) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2948
|
+
},
|
|
2127
2949
|
"type": "spacing",
|
|
2128
2950
|
"category": "derived",
|
|
2129
2951
|
"cssVariable": "var(--spacing-14)",
|
|
@@ -2132,6 +2954,9 @@
|
|
|
2132
2954
|
{
|
|
2133
2955
|
"name": "--spacing-15",
|
|
2134
2956
|
"value": "calc( var(--spacing-scale-15) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2957
|
+
"themeValues": {
|
|
2958
|
+
"light": "calc( var(--spacing-scale-15) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2959
|
+
},
|
|
2135
2960
|
"type": "spacing",
|
|
2136
2961
|
"category": "derived",
|
|
2137
2962
|
"cssVariable": "var(--spacing-15)",
|
|
@@ -2140,6 +2965,9 @@
|
|
|
2140
2965
|
{
|
|
2141
2966
|
"name": "--spacing-16",
|
|
2142
2967
|
"value": "calc( var(--spacing-scale-16) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2968
|
+
"themeValues": {
|
|
2969
|
+
"light": "calc( var(--spacing-scale-16) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2970
|
+
},
|
|
2143
2971
|
"type": "spacing",
|
|
2144
2972
|
"category": "derived",
|
|
2145
2973
|
"cssVariable": "var(--spacing-16)",
|
|
@@ -2148,6 +2976,9 @@
|
|
|
2148
2976
|
{
|
|
2149
2977
|
"name": "--spacing-18",
|
|
2150
2978
|
"value": "calc( var(--spacing-scale-18) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2979
|
+
"themeValues": {
|
|
2980
|
+
"light": "calc( var(--spacing-scale-18) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2981
|
+
},
|
|
2151
2982
|
"type": "spacing",
|
|
2152
2983
|
"category": "derived",
|
|
2153
2984
|
"cssVariable": "var(--spacing-18)",
|
|
@@ -2156,6 +2987,9 @@
|
|
|
2156
2987
|
{
|
|
2157
2988
|
"name": "--spacing-20",
|
|
2158
2989
|
"value": "calc( var(--spacing-scale-20) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
2990
|
+
"themeValues": {
|
|
2991
|
+
"light": "calc( var(--spacing-scale-20) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
2992
|
+
},
|
|
2159
2993
|
"type": "spacing",
|
|
2160
2994
|
"category": "derived",
|
|
2161
2995
|
"cssVariable": "var(--spacing-20)",
|
|
@@ -2164,6 +2998,9 @@
|
|
|
2164
2998
|
{
|
|
2165
2999
|
"name": "--spacing-24",
|
|
2166
3000
|
"value": "calc( var(--spacing-scale-24) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
3001
|
+
"themeValues": {
|
|
3002
|
+
"light": "calc( var(--spacing-scale-24) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
3003
|
+
},
|
|
2167
3004
|
"type": "spacing",
|
|
2168
3005
|
"category": "derived",
|
|
2169
3006
|
"cssVariable": "var(--spacing-24)",
|
|
@@ -2172,6 +3009,9 @@
|
|
|
2172
3009
|
{
|
|
2173
3010
|
"name": "--spacing-28",
|
|
2174
3011
|
"value": "calc( var(--spacing-scale-28) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
3012
|
+
"themeValues": {
|
|
3013
|
+
"light": "calc( var(--spacing-scale-28) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
3014
|
+
},
|
|
2175
3015
|
"type": "spacing",
|
|
2176
3016
|
"category": "derived",
|
|
2177
3017
|
"cssVariable": "var(--spacing-28)",
|
|
@@ -2180,6 +3020,9 @@
|
|
|
2180
3020
|
{
|
|
2181
3021
|
"name": "--spacing-32",
|
|
2182
3022
|
"value": "calc( var(--spacing-scale-32) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
3023
|
+
"themeValues": {
|
|
3024
|
+
"light": "calc( var(--spacing-scale-32) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
3025
|
+
},
|
|
2183
3026
|
"type": "spacing",
|
|
2184
3027
|
"category": "derived",
|
|
2185
3028
|
"cssVariable": "var(--spacing-32)",
|
|
@@ -2188,6 +3031,9 @@
|
|
|
2188
3031
|
{
|
|
2189
3032
|
"name": "--spacing-36",
|
|
2190
3033
|
"value": "calc( var(--spacing-scale-36) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
3034
|
+
"themeValues": {
|
|
3035
|
+
"light": "calc( var(--spacing-scale-36) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
3036
|
+
},
|
|
2191
3037
|
"type": "spacing",
|
|
2192
3038
|
"category": "derived",
|
|
2193
3039
|
"cssVariable": "var(--spacing-36)",
|
|
@@ -2196,6 +3042,9 @@
|
|
|
2196
3042
|
{
|
|
2197
3043
|
"name": "--spacing-40",
|
|
2198
3044
|
"value": "calc( var(--spacing-scale-40) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )",
|
|
3045
|
+
"themeValues": {
|
|
3046
|
+
"light": "calc( var(--spacing-scale-40) * var(--spacing-factor) * (1rem / var(--spacing-root-font-size)) )"
|
|
3047
|
+
},
|
|
2199
3048
|
"type": "spacing",
|
|
2200
3049
|
"category": "derived",
|
|
2201
3050
|
"cssVariable": "var(--spacing-40)",
|
|
@@ -2204,6 +3053,9 @@
|
|
|
2204
3053
|
{
|
|
2205
3054
|
"name": "--spacing-0-px",
|
|
2206
3055
|
"value": "0",
|
|
3056
|
+
"themeValues": {
|
|
3057
|
+
"light": "0"
|
|
3058
|
+
},
|
|
2207
3059
|
"type": "spacing",
|
|
2208
3060
|
"category": "derived",
|
|
2209
3061
|
"cssVariable": "var(--spacing-0-px)",
|
|
@@ -2212,6 +3064,9 @@
|
|
|
2212
3064
|
{
|
|
2213
3065
|
"name": "--spacing-0-5-px",
|
|
2214
3066
|
"value": "calc(var(--spacing-scale-0-5) * var(--spacing-factor) * 1px)",
|
|
3067
|
+
"themeValues": {
|
|
3068
|
+
"light": "calc(var(--spacing-scale-0-5) * var(--spacing-factor) * 1px)"
|
|
3069
|
+
},
|
|
2215
3070
|
"type": "spacing",
|
|
2216
3071
|
"category": "derived",
|
|
2217
3072
|
"cssVariable": "var(--spacing-0-5-px)",
|
|
@@ -2220,6 +3075,9 @@
|
|
|
2220
3075
|
{
|
|
2221
3076
|
"name": "--spacing-1-px",
|
|
2222
3077
|
"value": "calc(var(--spacing-scale-1) * var(--spacing-factor) * 1px)",
|
|
3078
|
+
"themeValues": {
|
|
3079
|
+
"light": "calc(var(--spacing-scale-1) * var(--spacing-factor) * 1px)"
|
|
3080
|
+
},
|
|
2223
3081
|
"type": "spacing",
|
|
2224
3082
|
"category": "derived",
|
|
2225
3083
|
"cssVariable": "var(--spacing-1-px)",
|
|
@@ -2228,6 +3086,9 @@
|
|
|
2228
3086
|
{
|
|
2229
3087
|
"name": "--spacing-1-5-px",
|
|
2230
3088
|
"value": "calc(var(--spacing-scale-1-5) * var(--spacing-factor) * 1px)",
|
|
3089
|
+
"themeValues": {
|
|
3090
|
+
"light": "calc(var(--spacing-scale-1-5) * var(--spacing-factor) * 1px)"
|
|
3091
|
+
},
|
|
2231
3092
|
"type": "spacing",
|
|
2232
3093
|
"category": "derived",
|
|
2233
3094
|
"cssVariable": "var(--spacing-1-5-px)",
|
|
@@ -2236,6 +3097,9 @@
|
|
|
2236
3097
|
{
|
|
2237
3098
|
"name": "--spacing-2-px",
|
|
2238
3099
|
"value": "calc(var(--spacing-scale-2) * var(--spacing-factor) * 1px)",
|
|
3100
|
+
"themeValues": {
|
|
3101
|
+
"light": "calc(var(--spacing-scale-2) * var(--spacing-factor) * 1px)"
|
|
3102
|
+
},
|
|
2239
3103
|
"type": "spacing",
|
|
2240
3104
|
"category": "derived",
|
|
2241
3105
|
"cssVariable": "var(--spacing-2-px)",
|
|
@@ -2244,6 +3108,9 @@
|
|
|
2244
3108
|
{
|
|
2245
3109
|
"name": "--spacing-2-5-px",
|
|
2246
3110
|
"value": "calc(var(--spacing-scale-2-5) * var(--spacing-factor) * 1px)",
|
|
3111
|
+
"themeValues": {
|
|
3112
|
+
"light": "calc(var(--spacing-scale-2-5) * var(--spacing-factor) * 1px)"
|
|
3113
|
+
},
|
|
2247
3114
|
"type": "spacing",
|
|
2248
3115
|
"category": "derived",
|
|
2249
3116
|
"cssVariable": "var(--spacing-2-5-px)",
|
|
@@ -2252,6 +3119,9 @@
|
|
|
2252
3119
|
{
|
|
2253
3120
|
"name": "--spacing-3-px",
|
|
2254
3121
|
"value": "calc(var(--spacing-scale-3) * var(--spacing-factor) * 1px)",
|
|
3122
|
+
"themeValues": {
|
|
3123
|
+
"light": "calc(var(--spacing-scale-3) * var(--spacing-factor) * 1px)"
|
|
3124
|
+
},
|
|
2255
3125
|
"type": "spacing",
|
|
2256
3126
|
"category": "derived",
|
|
2257
3127
|
"cssVariable": "var(--spacing-3-px)",
|
|
@@ -2260,6 +3130,9 @@
|
|
|
2260
3130
|
{
|
|
2261
3131
|
"name": "--spacing-3-5-px",
|
|
2262
3132
|
"value": "calc(var(--spacing-scale-3-5) * var(--spacing-factor) * 1px)",
|
|
3133
|
+
"themeValues": {
|
|
3134
|
+
"light": "calc(var(--spacing-scale-3-5) * var(--spacing-factor) * 1px)"
|
|
3135
|
+
},
|
|
2263
3136
|
"type": "spacing",
|
|
2264
3137
|
"category": "derived",
|
|
2265
3138
|
"cssVariable": "var(--spacing-3-5-px)",
|
|
@@ -2268,6 +3141,9 @@
|
|
|
2268
3141
|
{
|
|
2269
3142
|
"name": "--spacing-4-px",
|
|
2270
3143
|
"value": "calc(var(--spacing-scale-4) * var(--spacing-factor) * 1px)",
|
|
3144
|
+
"themeValues": {
|
|
3145
|
+
"light": "calc(var(--spacing-scale-4) * var(--spacing-factor) * 1px)"
|
|
3146
|
+
},
|
|
2271
3147
|
"type": "spacing",
|
|
2272
3148
|
"category": "derived",
|
|
2273
3149
|
"cssVariable": "var(--spacing-4-px)",
|
|
@@ -2276,6 +3152,9 @@
|
|
|
2276
3152
|
{
|
|
2277
3153
|
"name": "--spacing-5-px",
|
|
2278
3154
|
"value": "calc(var(--spacing-scale-5) * var(--spacing-factor) * 1px)",
|
|
3155
|
+
"themeValues": {
|
|
3156
|
+
"light": "calc(var(--spacing-scale-5) * var(--spacing-factor) * 1px)"
|
|
3157
|
+
},
|
|
2279
3158
|
"type": "spacing",
|
|
2280
3159
|
"category": "derived",
|
|
2281
3160
|
"cssVariable": "var(--spacing-5-px)",
|
|
@@ -2284,6 +3163,9 @@
|
|
|
2284
3163
|
{
|
|
2285
3164
|
"name": "--spacing-6-px",
|
|
2286
3165
|
"value": "calc(var(--spacing-scale-6) * var(--spacing-factor) * 1px)",
|
|
3166
|
+
"themeValues": {
|
|
3167
|
+
"light": "calc(var(--spacing-scale-6) * var(--spacing-factor) * 1px)"
|
|
3168
|
+
},
|
|
2287
3169
|
"type": "spacing",
|
|
2288
3170
|
"category": "derived",
|
|
2289
3171
|
"cssVariable": "var(--spacing-6-px)",
|
|
@@ -2292,6 +3174,9 @@
|
|
|
2292
3174
|
{
|
|
2293
3175
|
"name": "--spacing-7-px",
|
|
2294
3176
|
"value": "calc(var(--spacing-scale-7) * var(--spacing-factor) * 1px)",
|
|
3177
|
+
"themeValues": {
|
|
3178
|
+
"light": "calc(var(--spacing-scale-7) * var(--spacing-factor) * 1px)"
|
|
3179
|
+
},
|
|
2295
3180
|
"type": "spacing",
|
|
2296
3181
|
"category": "derived",
|
|
2297
3182
|
"cssVariable": "var(--spacing-7-px)",
|
|
@@ -2300,6 +3185,9 @@
|
|
|
2300
3185
|
{
|
|
2301
3186
|
"name": "--spacing-8-px",
|
|
2302
3187
|
"value": "calc(var(--spacing-scale-8) * var(--spacing-factor) * 1px)",
|
|
3188
|
+
"themeValues": {
|
|
3189
|
+
"light": "calc(var(--spacing-scale-8) * var(--spacing-factor) * 1px)"
|
|
3190
|
+
},
|
|
2303
3191
|
"type": "spacing",
|
|
2304
3192
|
"category": "derived",
|
|
2305
3193
|
"cssVariable": "var(--spacing-8-px)",
|
|
@@ -2308,6 +3196,9 @@
|
|
|
2308
3196
|
{
|
|
2309
3197
|
"name": "--spacing-9-px",
|
|
2310
3198
|
"value": "calc(var(--spacing-scale-9) * var(--spacing-factor) * 1px)",
|
|
3199
|
+
"themeValues": {
|
|
3200
|
+
"light": "calc(var(--spacing-scale-9) * var(--spacing-factor) * 1px)"
|
|
3201
|
+
},
|
|
2311
3202
|
"type": "spacing",
|
|
2312
3203
|
"category": "derived",
|
|
2313
3204
|
"cssVariable": "var(--spacing-9-px)",
|
|
@@ -2316,6 +3207,9 @@
|
|
|
2316
3207
|
{
|
|
2317
3208
|
"name": "--spacing-10-px",
|
|
2318
3209
|
"value": "calc(var(--spacing-scale-10) * var(--spacing-factor) * 1px)",
|
|
3210
|
+
"themeValues": {
|
|
3211
|
+
"light": "calc(var(--spacing-scale-10) * var(--spacing-factor) * 1px)"
|
|
3212
|
+
},
|
|
2319
3213
|
"type": "spacing",
|
|
2320
3214
|
"category": "derived",
|
|
2321
3215
|
"cssVariable": "var(--spacing-10-px)",
|
|
@@ -2324,6 +3218,9 @@
|
|
|
2324
3218
|
{
|
|
2325
3219
|
"name": "--spacing-11-px",
|
|
2326
3220
|
"value": "calc(var(--spacing-scale-11) * var(--spacing-factor) * 1px)",
|
|
3221
|
+
"themeValues": {
|
|
3222
|
+
"light": "calc(var(--spacing-scale-11) * var(--spacing-factor) * 1px)"
|
|
3223
|
+
},
|
|
2327
3224
|
"type": "spacing",
|
|
2328
3225
|
"category": "derived",
|
|
2329
3226
|
"cssVariable": "var(--spacing-11-px)",
|
|
@@ -2332,6 +3229,9 @@
|
|
|
2332
3229
|
{
|
|
2333
3230
|
"name": "--spacing-12-px",
|
|
2334
3231
|
"value": "calc(var(--spacing-scale-12) * var(--spacing-factor) * 1px)",
|
|
3232
|
+
"themeValues": {
|
|
3233
|
+
"light": "calc(var(--spacing-scale-12) * var(--spacing-factor) * 1px)"
|
|
3234
|
+
},
|
|
2335
3235
|
"type": "spacing",
|
|
2336
3236
|
"category": "derived",
|
|
2337
3237
|
"cssVariable": "var(--spacing-12-px)",
|
|
@@ -2340,6 +3240,9 @@
|
|
|
2340
3240
|
{
|
|
2341
3241
|
"name": "--spacing-14-px",
|
|
2342
3242
|
"value": "calc(var(--spacing-scale-14) * var(--spacing-factor) * 1px)",
|
|
3243
|
+
"themeValues": {
|
|
3244
|
+
"light": "calc(var(--spacing-scale-14) * var(--spacing-factor) * 1px)"
|
|
3245
|
+
},
|
|
2343
3246
|
"type": "spacing",
|
|
2344
3247
|
"category": "derived",
|
|
2345
3248
|
"cssVariable": "var(--spacing-14-px)",
|
|
@@ -2348,6 +3251,9 @@
|
|
|
2348
3251
|
{
|
|
2349
3252
|
"name": "--spacing-15-px",
|
|
2350
3253
|
"value": "calc(var(--spacing-scale-15) * var(--spacing-factor) * 1px)",
|
|
3254
|
+
"themeValues": {
|
|
3255
|
+
"light": "calc(var(--spacing-scale-15) * var(--spacing-factor) * 1px)"
|
|
3256
|
+
},
|
|
2351
3257
|
"type": "spacing",
|
|
2352
3258
|
"category": "derived",
|
|
2353
3259
|
"cssVariable": "var(--spacing-15-px)",
|
|
@@ -2356,6 +3262,9 @@
|
|
|
2356
3262
|
{
|
|
2357
3263
|
"name": "--spacing-16-px",
|
|
2358
3264
|
"value": "calc(var(--spacing-scale-16) * var(--spacing-factor) * 1px)",
|
|
3265
|
+
"themeValues": {
|
|
3266
|
+
"light": "calc(var(--spacing-scale-16) * var(--spacing-factor) * 1px)"
|
|
3267
|
+
},
|
|
2359
3268
|
"type": "spacing",
|
|
2360
3269
|
"category": "derived",
|
|
2361
3270
|
"cssVariable": "var(--spacing-16-px)",
|
|
@@ -2364,6 +3273,9 @@
|
|
|
2364
3273
|
{
|
|
2365
3274
|
"name": "--spacing-18-px",
|
|
2366
3275
|
"value": "calc(var(--spacing-scale-18) * var(--spacing-factor) * 1px)",
|
|
3276
|
+
"themeValues": {
|
|
3277
|
+
"light": "calc(var(--spacing-scale-18) * var(--spacing-factor) * 1px)"
|
|
3278
|
+
},
|
|
2367
3279
|
"type": "spacing",
|
|
2368
3280
|
"category": "derived",
|
|
2369
3281
|
"cssVariable": "var(--spacing-18-px)",
|
|
@@ -2372,6 +3284,9 @@
|
|
|
2372
3284
|
{
|
|
2373
3285
|
"name": "--spacing-20-px",
|
|
2374
3286
|
"value": "calc(var(--spacing-scale-20) * var(--spacing-factor) * 1px)",
|
|
3287
|
+
"themeValues": {
|
|
3288
|
+
"light": "calc(var(--spacing-scale-20) * var(--spacing-factor) * 1px)"
|
|
3289
|
+
},
|
|
2375
3290
|
"type": "spacing",
|
|
2376
3291
|
"category": "derived",
|
|
2377
3292
|
"cssVariable": "var(--spacing-20-px)",
|
|
@@ -2380,6 +3295,9 @@
|
|
|
2380
3295
|
{
|
|
2381
3296
|
"name": "--spacing-24-px",
|
|
2382
3297
|
"value": "calc(var(--spacing-scale-24) * var(--spacing-factor) * 1px)",
|
|
3298
|
+
"themeValues": {
|
|
3299
|
+
"light": "calc(var(--spacing-scale-24) * var(--spacing-factor) * 1px)"
|
|
3300
|
+
},
|
|
2383
3301
|
"type": "spacing",
|
|
2384
3302
|
"category": "derived",
|
|
2385
3303
|
"cssVariable": "var(--spacing-24-px)",
|
|
@@ -2388,6 +3306,9 @@
|
|
|
2388
3306
|
{
|
|
2389
3307
|
"name": "--spacing-28-px",
|
|
2390
3308
|
"value": "calc(var(--spacing-scale-28) * var(--spacing-factor) * 1px)",
|
|
3309
|
+
"themeValues": {
|
|
3310
|
+
"light": "calc(var(--spacing-scale-28) * var(--spacing-factor) * 1px)"
|
|
3311
|
+
},
|
|
2391
3312
|
"type": "spacing",
|
|
2392
3313
|
"category": "derived",
|
|
2393
3314
|
"cssVariable": "var(--spacing-28-px)",
|
|
@@ -2396,6 +3317,9 @@
|
|
|
2396
3317
|
{
|
|
2397
3318
|
"name": "--spacing-32-px",
|
|
2398
3319
|
"value": "calc(var(--spacing-scale-32) * var(--spacing-factor) * 1px)",
|
|
3320
|
+
"themeValues": {
|
|
3321
|
+
"light": "calc(var(--spacing-scale-32) * var(--spacing-factor) * 1px)"
|
|
3322
|
+
},
|
|
2399
3323
|
"type": "spacing",
|
|
2400
3324
|
"category": "derived",
|
|
2401
3325
|
"cssVariable": "var(--spacing-32-px)",
|
|
@@ -2404,6 +3328,9 @@
|
|
|
2404
3328
|
{
|
|
2405
3329
|
"name": "--spacing-36-px",
|
|
2406
3330
|
"value": "calc(var(--spacing-scale-36) * var(--spacing-factor) * 1px)",
|
|
3331
|
+
"themeValues": {
|
|
3332
|
+
"light": "calc(var(--spacing-scale-36) * var(--spacing-factor) * 1px)"
|
|
3333
|
+
},
|
|
2407
3334
|
"type": "spacing",
|
|
2408
3335
|
"category": "derived",
|
|
2409
3336
|
"cssVariable": "var(--spacing-36-px)",
|
|
@@ -2412,6 +3339,9 @@
|
|
|
2412
3339
|
{
|
|
2413
3340
|
"name": "--spacing-40-px",
|
|
2414
3341
|
"value": "calc(var(--spacing-scale-40) * var(--spacing-factor) * 1px)",
|
|
3342
|
+
"themeValues": {
|
|
3343
|
+
"light": "calc(var(--spacing-scale-40) * var(--spacing-factor) * 1px)"
|
|
3344
|
+
},
|
|
2415
3345
|
"type": "spacing",
|
|
2416
3346
|
"category": "derived",
|
|
2417
3347
|
"cssVariable": "var(--spacing-40-px)",
|