@momentum-design/tokens 0.0.30 → 0.0.32

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.
Files changed (34) hide show
  1. package/dist/css/core/complete.css +285 -285
  2. package/dist/css/theme/webex/common-stable.css +61 -61
  3. package/dist/css/theme/webex/dark-complete.css +165 -165
  4. package/dist/css/theme/webex/dark-stable.css +328 -328
  5. package/dist/css/theme/webex/light-complete.css +165 -165
  6. package/dist/css/theme/webex/light-stable.css +332 -332
  7. package/dist/ios/core/complete.swift +284 -284
  8. package/dist/ios/theme/webex/common-stable.swift +60 -60
  9. package/dist/ios/theme/webex/dark-complete.swift +164 -164
  10. package/dist/ios/theme/webex/dark-stable.swift +327 -327
  11. package/dist/ios/theme/webex/light-complete.swift +164 -164
  12. package/dist/ios/theme/webex/light-stable.swift +331 -331
  13. package/dist/json/core/complete.json +283 -283
  14. package/dist/json/theme/webex/common-stable.json +420 -1718
  15. package/dist/json/theme/webex/dark-complete.json +163 -163
  16. package/dist/json/theme/webex/dark-stable.json +2299 -9483
  17. package/dist/json/theme/webex/light-complete.json +163 -163
  18. package/dist/json/theme/webex/light-stable.json +2314 -9586
  19. package/dist/json-minimal/theme/webex/common-stable.json +59 -413
  20. package/dist/json-minimal/theme/webex/dark-stable.json +326 -2294
  21. package/dist/json-minimal/theme/webex/light-stable.json +330 -2322
  22. package/dist/resources/core/complete.xml +284 -284
  23. package/dist/resources/theme/webex/common-stable.xml +60 -60
  24. package/dist/resources/theme/webex/dark-complete.xml +164 -164
  25. package/dist/resources/theme/webex/dark-stable.xml +327 -327
  26. package/dist/resources/theme/webex/light-complete.xml +164 -164
  27. package/dist/resources/theme/webex/light-stable.xml +331 -331
  28. package/dist/scss/core/complete.scss +284 -284
  29. package/dist/scss/theme/webex/common-stable.scss +60 -60
  30. package/dist/scss/theme/webex/dark-complete.scss +164 -164
  31. package/dist/scss/theme/webex/dark-stable.scss +327 -327
  32. package/dist/scss/theme/webex/light-complete.scss +164 -164
  33. package/dist/scss/theme/webex/light-stable.scss +331 -331
  34. package/package.json +1 -1
@@ -3,2663 +3,671 @@
3
3
  "theme": {
4
4
  "common": {
5
5
  "text": {
6
- "white": {
7
- "description": "",
8
- "value": "#fffffff2",
9
- "type": "color",
10
- "filePath": "src/stable/theme/stable-common.json",
11
- "isSource": true
12
- },
13
- "gray": {
14
- "description": "",
15
- "value": "#ffffffb3",
16
- "type": "color",
17
- "filePath": "src/stable/theme/stable-common.json",
18
- "isSource": true
19
- },
20
- "black": {
21
- "description": "",
22
- "value": "#000000f2",
23
- "type": "color",
24
- "filePath": "src/stable/theme/stable-common.json",
25
- "isSource": true
26
- },
27
- "disabled": {
28
- "description": "",
29
- "value": "#ffffff66",
30
- "type": "color",
31
- "filePath": "src/stable/theme/stable-common.json",
32
- "isSource": true
33
- },
6
+ "white": "#fffffff2",
7
+ "gray": "#ffffffb3",
8
+ "black": "#000000f2",
9
+ "disabled": "#ffffff66",
34
10
  "success": {
35
- "normal": {
36
- "description": "",
37
- "value": "#3cc29a",
38
- "type": "color",
39
- "filePath": "src/stable/theme/stable-common.json",
40
- "isSource": true
41
- },
42
- "hover": {
43
- "description": "",
44
- "value": "#9fedd8",
45
- "type": "color",
46
- "filePath": "src/stable/theme/stable-common.json",
47
- "isSource": true
48
- }
11
+ "normal": "#3cc29a",
12
+ "hover": "#9fedd8"
49
13
  },
50
14
  "error": {
51
- "normal": {
52
- "description": "",
53
- "value": "#fc8b98",
54
- "type": "color",
55
- "filePath": "src/stable/theme/stable-common.json",
56
- "isSource": true
57
- },
58
- "hover": {
59
- "description": "",
60
- "value": "#ffd4da",
61
- "type": "color",
62
- "filePath": "src/stable/theme/stable-common.json",
63
- "isSource": true
64
- }
15
+ "normal": "#fc8b98",
16
+ "hover": "#ffd4da"
65
17
  },
66
18
  "warning": {
67
- "normal": {
68
- "description": "",
69
- "value": "#f2990a",
70
- "type": "color",
71
- "filePath": "src/stable/theme/stable-common.json",
72
- "isSource": true
73
- }
74
- },
75
- "secondary-light": {
76
- "description": "",
77
- "value": "#ffffffb3",
78
- "type": "color",
79
- "filePath": "src/stable/theme/stable-common.json",
80
- "isSource": true
19
+ "normal": "#f2990a"
81
20
  },
82
- "secondary-dark": {
83
- "description": "",
84
- "value": "#00000099",
85
- "type": "color",
86
- "filePath": "src/stable/theme/stable-common.json",
87
- "isSource": true
88
- }
21
+ "secondary-light": "#ffffffb3",
22
+ "secondary-dark": "#00000099"
89
23
  },
90
24
  "overlay": {
91
25
  "primary": {
92
- "normal": {
93
- "description": "",
94
- "value": "#000000e6",
95
- "type": "color",
96
- "filePath": "src/stable/theme/stable-common.json",
97
- "isSource": true
98
- }
26
+ "normal": "#000000e6"
99
27
  },
100
28
  "secondary": {
101
- "normal": {
102
- "description": "",
103
- "value": "#00000066",
104
- "type": "color",
105
- "filePath": "src/stable/theme/stable-common.json",
106
- "isSource": true
107
- }
29
+ "normal": "#00000066"
108
30
  }
109
31
  },
110
32
  "button": {
111
33
  "primary": {
112
- "normal": {
113
- "description": "",
114
- "value": "#fffffff2",
115
- "type": "color",
116
- "filePath": "src/stable/theme/stable-common.json",
117
- "isSource": true
118
- },
119
- "hover": {
120
- "description": "",
121
- "value": "#ffffffcc",
122
- "type": "color",
123
- "filePath": "src/stable/theme/stable-common.json",
124
- "isSource": true
125
- },
126
- "pressed": {
127
- "description": "",
128
- "value": "#ffffffb3",
129
- "type": "color",
130
- "filePath": "src/stable/theme/stable-common.json",
131
- "isSource": true
132
- },
133
- "disabled": {
134
- "description": "",
135
- "value": "#ffffff33",
136
- "type": "color",
137
- "filePath": "src/stable/theme/stable-common.json",
138
- "isSource": true
139
- }
34
+ "normal": "#fffffff2",
35
+ "hover": "#ffffffcc",
36
+ "pressed": "#ffffffb3",
37
+ "disabled": "#ffffff33"
140
38
  },
141
39
  "secondary": {
142
- "normal": {
143
- "description": "",
144
- "value": "#ffffff00",
145
- "type": "color",
146
- "filePath": "src/stable/theme/stable-common.json",
147
- "isSource": true
148
- },
149
- "hover": {
150
- "description": "",
151
- "value": "#ffffff12",
152
- "type": "color",
153
- "filePath": "src/stable/theme/stable-common.json",
154
- "isSource": true
155
- },
156
- "disabled": {
157
- "description": "",
158
- "value": "#ffffff00",
159
- "type": "color",
160
- "filePath": "src/stable/theme/stable-common.json",
161
- "isSource": true
162
- },
40
+ "normal": "#ffffff00",
41
+ "hover": "#ffffff12",
42
+ "disabled": "#ffffff00",
163
43
  "active": {
164
- "normal": {
165
- "description": "",
166
- "value": "#ffffff33",
167
- "type": "color",
168
- "filePath": "src/stable/theme/stable-common.json",
169
- "isSource": true
170
- },
171
- "hover": {
172
- "description": "",
173
- "value": "#ffffff4d",
174
- "type": "color",
175
- "filePath": "src/stable/theme/stable-common.json",
176
- "isSource": true
177
- },
178
- "pressed": {
179
- "description": "",
180
- "value": "#ffffff66",
181
- "type": "color",
182
- "filePath": "src/stable/theme/stable-common.json",
183
- "isSource": true
184
- }
44
+ "normal": "#ffffff33",
45
+ "hover": "#ffffff4d",
46
+ "pressed": "#ffffff66"
185
47
  }
186
48
  },
187
49
  "secondary-dark": {
188
- "normal": {
189
- "description": "",
190
- "value": "#00000000",
191
- "type": "color",
192
- "filePath": "src/stable/theme/stable-common.json",
193
- "isSource": true
194
- },
195
- "hover": {
196
- "description": "",
197
- "value": "#00000012",
198
- "type": "color",
199
- "filePath": "src/stable/theme/stable-common.json",
200
- "isSource": true
201
- },
202
- "pressed": {
203
- "description": "",
204
- "value": "#00000033",
205
- "type": "color",
206
- "filePath": "src/stable/theme/stable-common.json",
207
- "isSource": true
208
- },
209
- "disabled": {
210
- "description": "",
211
- "value": "#00000000",
212
- "type": "color",
213
- "filePath": "src/stable/theme/stable-common.json",
214
- "isSource": true
215
- }
50
+ "normal": "#00000000",
51
+ "hover": "#00000012",
52
+ "pressed": "#00000033",
53
+ "disabled": "#00000000"
216
54
  }
217
55
  },
218
56
  "outline": {
219
57
  "button": {
220
- "normal": {
221
- "description": "",
222
- "value": "#ffffff4d",
223
- "type": "color",
224
- "filePath": "src/stable/theme/stable-common.json",
225
- "isSource": true
226
- }
58
+ "normal": "#ffffff4d"
227
59
  },
228
60
  "primary": {
229
- "normal": {
230
- "description": "",
231
- "value": "#ffffff66",
232
- "type": "color",
233
- "filePath": "src/stable/theme/stable-common.json",
234
- "isSource": true
235
- }
61
+ "normal": "#ffffff66"
236
62
  },
237
63
  "input": {
238
- "normal": {
239
- "description": "",
240
- "value": "#ffffff80",
241
- "type": "color",
242
- "filePath": "src/stable/theme/stable-common.json",
243
- "isSource": true
244
- }
64
+ "normal": "#ffffff80"
245
65
  },
246
66
  "disabled": {
247
- "normal": {
248
- "description": "",
249
- "value": "#ffffff33",
250
- "type": "color",
251
- "filePath": "src/stable/theme/stable-common.json",
252
- "isSource": true
253
- }
67
+ "normal": "#ffffff33"
254
68
  },
255
69
  "closed-caption": {
256
70
  "secondary": {
257
- "light": {
258
- "description": "",
259
- "value": "#ffffff33",
260
- "type": "color",
261
- "filePath": "src/stable/theme/stable-common.json",
262
- "isSource": true
263
- },
264
- "dark": {
265
- "description": "",
266
- "value": "#00000033",
267
- "type": "color",
268
- "filePath": "src/stable/theme/stable-common.json",
269
- "isSource": true
270
- }
71
+ "light": "#ffffff33",
72
+ "dark": "#00000033"
271
73
  }
272
74
  }
273
75
  },
274
76
  "control": {
275
77
  "inactive": {
276
- "normal": {
277
- "description": "",
278
- "value": "#00000033",
279
- "type": "color",
280
- "filePath": "src/stable/theme/stable-common.json",
281
- "isSource": true
282
- }
78
+ "normal": "#00000033"
283
79
  },
284
80
  "shareContent": {
285
- "active": {
286
- "description": "",
287
- "value": "#C74F0E",
288
- "type": "color",
289
- "filePath": "src/stable/theme/stable-common.json",
290
- "isSource": true
291
- },
292
- "inactive": {
293
- "description": "",
294
- "value": "#707070",
295
- "type": "color",
296
- "filePath": "src/stable/theme/stable-common.json",
297
- "isSource": true
298
- },
299
- "selected": {
300
- "description": "",
301
- "value": "#3cc29a",
302
- "type": "color",
303
- "filePath": "src/stable/theme/stable-common.json",
304
- "isSource": true
305
- }
81
+ "active": "#C74F0E",
82
+ "inactive": "#707070",
83
+ "selected": "#3cc29a"
306
84
  }
307
85
  },
308
86
  "background": {
309
87
  "solid": {
310
- "secondary-dark": {
311
- "description": "",
312
- "value": "#1a1a1a",
313
- "type": "color",
314
- "filePath": "src/stable/theme/stable-common.json",
315
- "isSource": true
316
- },
317
- "primary-light": {
318
- "description": "",
319
- "value": "#ffffff",
320
- "type": "color",
321
- "filePath": "src/stable/theme/stable-common.json",
322
- "isSource": true
323
- }
88
+ "secondary-dark": "#1a1a1a",
89
+ "primary-light": "#ffffff"
324
90
  }
325
91
  },
326
92
  "touchbar": {
327
93
  "background": {
328
94
  "blue": {
329
- "normal": {
330
- "description": "",
331
- "value": "#1170cf",
332
- "type": "color",
333
- "filePath": "src/stable/theme/stable-common.json",
334
- "isSource": true
335
- },
336
- "pressed": {
337
- "description": "",
338
- "value": "#063a75",
339
- "type": "color",
340
- "filePath": "src/stable/theme/stable-common.json",
341
- "isSource": true
342
- }
95
+ "normal": "#1170cf",
96
+ "pressed": "#063a75"
343
97
  },
344
98
  "pink": {
345
- "normal": {
346
- "description": "",
347
- "value": "#d43b52",
348
- "type": "color",
349
- "filePath": "src/stable/theme/stable-common.json",
350
- "isSource": true
351
- },
352
- "pressed": {
353
- "description": "",
354
- "value": "#66262d",
355
- "type": "color",
356
- "filePath": "src/stable/theme/stable-common.json",
357
- "isSource": true
358
- }
99
+ "normal": "#d43b52",
100
+ "pressed": "#66262d"
359
101
  },
360
102
  "mint": {
361
- "normal": {
362
- "description": "",
363
- "value": "#148579",
364
- "type": "color",
365
- "filePath": "src/stable/theme/stable-common.json",
366
- "isSource": true
367
- },
368
- "pressed": {
369
- "description": "",
370
- "value": "#12423f",
371
- "type": "color",
372
- "filePath": "src/stable/theme/stable-common.json",
373
- "isSource": true
374
- }
103
+ "normal": "#148579",
104
+ "pressed": "#12423f"
375
105
  },
376
106
  "purple": {
377
- "normal": {
378
- "description": "",
379
- "value": "#c233c4",
380
- "type": "color",
381
- "filePath": "src/stable/theme/stable-common.json",
382
- "isSource": true
383
- },
384
- "pressed": {
385
- "description": "",
386
- "value": "#601e66",
387
- "type": "color",
388
- "filePath": "src/stable/theme/stable-common.json",
389
- "isSource": true
390
- }
107
+ "normal": "#c233c4",
108
+ "pressed": "#601e66"
391
109
  },
392
110
  "violet": {
393
- "normal": {
394
- "description": "",
395
- "value": "#875ae0",
396
- "type": "color",
397
- "filePath": "src/stable/theme/stable-common.json",
398
- "isSource": true
399
- },
400
- "pressed": {
401
- "description": "",
402
- "value": "#432c78",
403
- "type": "color",
404
- "filePath": "src/stable/theme/stable-common.json",
405
- "isSource": true
406
- }
111
+ "normal": "#875ae0",
112
+ "pressed": "#432c78"
407
113
  },
408
114
  "orange": {
409
- "normal": {
410
- "description": "",
411
- "value": "#C74F0E",
412
- "type": "color",
413
- "filePath": "src/stable/theme/stable-common.json",
414
- "isSource": true
415
- },
416
- "pressed": {
417
- "description": "",
418
- "value": "#59311E",
419
- "type": "color",
420
- "filePath": "src/stable/theme/stable-common.json",
421
- "isSource": true
422
- }
115
+ "normal": "#C74F0E",
116
+ "pressed": "#59311E"
423
117
  },
424
118
  "green": {
425
- "normal": {
426
- "description": "",
427
- "value": "#1d805f",
428
- "type": "color",
429
- "filePath": "src/stable/theme/stable-common.json",
430
- "isSource": true
431
- },
432
- "pressed": {
433
- "description": "",
434
- "value": "#134231",
435
- "type": "color",
436
- "filePath": "src/stable/theme/stable-common.json",
437
- "isSource": true
438
- }
119
+ "normal": "#1d805f",
120
+ "pressed": "#134231"
439
121
  },
440
122
  "red": {
441
- "normal": {
442
- "description": "",
443
- "value": "#db1f2e",
444
- "type": "color",
445
- "filePath": "src/stable/theme/stable-common.json",
446
- "isSource": true
447
- },
448
- "pressed": {
449
- "description": "",
450
- "value": "#780d13",
451
- "type": "color",
452
- "filePath": "src/stable/theme/stable-common.json",
453
- "isSource": true
454
- }
123
+ "normal": "#db1f2e",
124
+ "pressed": "#780d13"
455
125
  },
456
- "transparent": {
457
- "description": "",
458
- "value": "#00000000",
459
- "type": "color",
460
- "filePath": "src/stable/theme/stable-common.json",
461
- "isSource": true
462
- }
126
+ "transparent": "#00000000"
463
127
  },
464
128
  "icon": {
465
- "stable": {
466
- "description": "",
467
- "value": "#27a17a",
468
- "type": "color",
469
- "filePath": "src/stable/theme/stable-common.json",
470
- "isSource": true
471
- },
472
- "attention": {
473
- "description": "",
474
- "value": "#fc8b98",
475
- "type": "color",
476
- "filePath": "src/stable/theme/stable-common.json",
477
- "isSource": true
478
- },
479
- "secure": {
480
- "description": "",
481
- "value": "#64b4fa",
482
- "type": "color",
483
- "filePath": "src/stable/theme/stable-common.json",
484
- "isSource": true
485
- }
129
+ "stable": "#27a17a",
130
+ "attention": "#fc8b98",
131
+ "secure": "#64b4fa"
486
132
  }
487
133
  }
488
134
  },
489
135
  "text": {
490
136
  "primary": {
491
- "normal": {
492
- "description": "",
493
- "value": "#000000f2",
494
- "type": "color",
495
- "filePath": "src/stable/theme/stable-light.json",
496
- "isSource": true
497
- },
498
- "disabled": {
499
- "description": "",
500
- "value": "#00000066",
501
- "type": "color",
502
- "filePath": "src/stable/theme/stable-light.json",
503
- "isSource": true
504
- }
137
+ "normal": "#000000f2",
138
+ "disabled": "#00000066"
505
139
  },
506
140
  "inverted": {
507
- "normal": {
508
- "description": "",
509
- "value": "#fffffff2",
510
- "type": "color",
511
- "filePath": "src/stable/theme/stable-light.json",
512
- "isSource": true
513
- },
514
- "disabled": {
515
- "description": "",
516
- "value": "#ffffffcc",
517
- "type": "color",
518
- "filePath": "src/stable/theme/stable-light.json",
519
- "isSource": true
520
- }
141
+ "normal": "#fffffff2",
142
+ "disabled": "#ffffffcc"
521
143
  },
522
144
  "secondary": {
523
- "normal": {
524
- "description": "",
525
- "value": "#000000b3",
526
- "type": "color",
527
- "filePath": "src/stable/theme/stable-light.json",
528
- "isSource": true
529
- },
145
+ "normal": "#000000b3",
530
146
  "inverted": {
531
- "normal": {
532
- "description": "",
533
- "value": "#ffffffb3",
534
- "type": "color",
535
- "filePath": "src/stable/theme/stable-light.json",
536
- "isSource": true
537
- }
147
+ "normal": "#ffffffb3"
538
148
  }
539
149
  },
540
150
  "error": {
541
- "normal": {
542
- "description": "",
543
- "value": "#ab0a15",
544
- "type": "color",
545
- "filePath": "src/stable/theme/stable-light.json",
546
- "isSource": true
547
- },
548
- "hover": {
549
- "description": "",
550
- "value": "#4f0e10",
551
- "type": "color",
552
- "filePath": "src/stable/theme/stable-light.json",
553
- "isSource": true
554
- },
555
- "active": {
556
- "description": "",
557
- "value": "#4f0e10",
558
- "type": "color",
559
- "filePath": "src/stable/theme/stable-light.json",
560
- "isSource": true
561
- }
151
+ "normal": "#ab0a15",
152
+ "hover": "#4f0e10",
153
+ "active": "#4f0e10"
562
154
  },
563
155
  "success": {
564
- "normal": {
565
- "description": "",
566
- "value": "#185e46",
567
- "type": "color",
568
- "filePath": "src/stable/theme/stable-light.json",
569
- "isSource": true
570
- },
571
- "hover": {
572
- "description": "",
573
- "value": "#0e2b20",
574
- "type": "color",
575
- "filePath": "src/stable/theme/stable-light.json",
576
- "isSource": true
577
- },
578
- "active": {
579
- "description": "",
580
- "value": "#0e2b20",
581
- "type": "color",
582
- "filePath": "src/stable/theme/stable-light.json",
583
- "isSource": true
584
- }
156
+ "normal": "#185e46",
157
+ "hover": "#0e2b20",
158
+ "active": "#0e2b20"
585
159
  },
586
160
  "warning": {
587
- "normal": {
588
- "description": "",
589
- "value": "#7d4705",
590
- "type": "color",
591
- "filePath": "src/stable/theme/stable-light.json",
592
- "isSource": true
593
- },
594
- "hover": {
595
- "description": "",
596
- "value": "#36220c",
597
- "type": "color",
598
- "filePath": "src/stable/theme/stable-light.json",
599
- "isSource": true
600
- },
601
- "active": {
602
- "description": "",
603
- "value": "#36220c",
604
- "type": "color",
605
- "filePath": "src/stable/theme/stable-light.json",
606
- "isSource": true
607
- }
608
- },
609
- "highlight": {
610
- "description": "",
611
- "value": "#bfe3ff",
612
- "type": "color",
613
- "filePath": "src/stable/theme/stable-light.json",
614
- "isSource": true
161
+ "normal": "#7d4705",
162
+ "hover": "#36220c",
163
+ "active": "#36220c"
615
164
  },
165
+ "highlight": "#bfe3ff",
616
166
  "accent": {
617
- "normal": {
618
- "description": "",
619
- "value": "#0353a8",
620
- "type": "color",
621
- "filePath": "src/stable/theme/stable-light.json",
622
- "isSource": true
623
- },
624
- "hover": {
625
- "description": "",
626
- "value": "#0a274a",
627
- "type": "color",
628
- "filePath": "src/stable/theme/stable-light.json",
629
- "isSource": true
630
- },
631
- "active": {
632
- "description": "",
633
- "value": "#0a274a",
634
- "type": "color",
635
- "filePath": "src/stable/theme/stable-light.json",
636
- "isSource": true
637
- }
167
+ "normal": "#0353a8",
168
+ "hover": "#0a274a",
169
+ "active": "#0a274a"
638
170
  },
639
171
  "teamdefault": {
640
- "normal": {
641
- "description": "",
642
- "value": "#000000b3",
643
- "type": "color",
644
- "filePath": "src/stable/theme/stable-light.json",
645
- "isSource": true
646
- },
647
- "hover": {
648
- "description": "",
649
- "value": "#000000b3",
650
- "type": "color",
651
- "filePath": "src/stable/theme/stable-light.json",
652
- "isSource": true
653
- },
654
- "active": {
655
- "description": "",
656
- "value": "#000000f2",
657
- "type": "color",
658
- "filePath": "src/stable/theme/stable-light.json",
659
- "isSource": true
660
- }
172
+ "normal": "#000000b3",
173
+ "hover": "#000000b3",
174
+ "active": "#000000f2"
661
175
  },
662
176
  "alert": {
663
177
  "purple": {
664
- "normal": {
665
- "description": "",
666
- "value": "#932099",
667
- "type": "color",
668
- "filePath": "src/stable/theme/stable-light.json",
669
- "isSource": true
670
- },
671
- "hover": {
672
- "description": "",
673
- "value": "#3b1840",
674
- "type": "color",
675
- "filePath": "src/stable/theme/stable-light.json",
676
- "isSource": true
677
- },
678
- "active": {
679
- "description": "",
680
- "value": "#3b1840",
681
- "type": "color",
682
- "filePath": "src/stable/theme/stable-light.json",
683
- "isSource": true
684
- }
178
+ "normal": "#932099",
179
+ "hover": "#3b1840",
180
+ "active": "#3b1840"
685
181
  },
686
182
  "orange": {
687
- "normal": {
688
- "description": "",
689
- "value": "#914017",
690
- "type": "color",
691
- "filePath": "src/stable/theme/stable-light.json",
692
- "isSource": true
693
- },
694
- "hover": {
695
- "description": "",
696
- "value": "#33221B",
697
- "type": "color",
698
- "filePath": "src/stable/theme/stable-light.json",
699
- "isSource": true
700
- },
701
- "active": {
702
- "description": "",
703
- "value": "#33221B",
704
- "type": "color",
705
- "filePath": "src/stable/theme/stable-light.json",
706
- "isSource": true
707
- }
183
+ "normal": "#914017",
184
+ "hover": "#33221B",
185
+ "active": "#33221B"
708
186
  }
709
187
  },
710
188
  "team": {
711
189
  "cobalt": {
712
- "normal": {
713
- "description": "",
714
- "value": "#08599c",
715
- "type": "color",
716
- "filePath": "src/stable/theme/stable-light.json",
717
- "isSource": true
718
- },
719
- "hover": {
720
- "description": "",
721
- "value": "#08599c",
722
- "type": "color",
723
- "filePath": "src/stable/theme/stable-light.json",
724
- "isSource": true
725
- },
726
- "active": {
727
- "description": "",
728
- "value": "#12283d",
729
- "type": "color",
730
- "filePath": "src/stable/theme/stable-light.json",
731
- "isSource": true
732
- }
190
+ "normal": "#08599c",
191
+ "hover": "#08599c",
192
+ "active": "#12283d"
733
193
  },
734
194
  "cyan": {
735
- "normal": {
736
- "description": "",
737
- "value": "#066070",
738
- "type": "color",
739
- "filePath": "src/stable/theme/stable-light.json",
740
- "isSource": true
741
- },
742
- "hover": {
743
- "description": "",
744
- "value": "#066070",
745
- "type": "color",
746
- "filePath": "src/stable/theme/stable-light.json",
747
- "isSource": true
748
- },
749
- "active": {
750
- "description": "",
751
- "value": "#0b2a30",
752
- "type": "color",
753
- "filePath": "src/stable/theme/stable-light.json",
754
- "isSource": true
755
- }
195
+ "normal": "#066070",
196
+ "hover": "#066070",
197
+ "active": "#0b2a30"
756
198
  },
757
199
  "mint": {
758
- "normal": {
759
- "description": "",
760
- "value": "#12615a",
761
- "type": "color",
762
- "filePath": "src/stable/theme/stable-light.json",
763
- "isSource": true
764
- },
765
- "hover": {
766
- "description": "",
767
- "value": "#12615a",
768
- "type": "color",
769
- "filePath": "src/stable/theme/stable-light.json",
770
- "isSource": true
771
- },
772
- "active": {
773
- "description": "",
774
- "value": "#102b2a",
775
- "type": "color",
776
- "filePath": "src/stable/theme/stable-light.json",
777
- "isSource": true
778
- }
200
+ "normal": "#12615a",
201
+ "hover": "#12615a",
202
+ "active": "#102b2a"
779
203
  },
780
204
  "lime": {
781
- "normal": {
782
- "description": "",
783
- "value": "#416116",
784
- "type": "color",
785
- "filePath": "src/stable/theme/stable-light.json",
786
- "isSource": true
787
- },
788
- "hover": {
789
- "description": "",
790
- "value": "#416116",
791
- "type": "color",
792
- "filePath": "src/stable/theme/stable-light.json",
793
- "isSource": true
794
- },
795
- "active": {
796
- "description": "",
797
- "value": "#1e2b10",
798
- "type": "color",
799
- "filePath": "src/stable/theme/stable-light.json",
800
- "isSource": true
801
- }
205
+ "normal": "#416116",
206
+ "hover": "#416116",
207
+ "active": "#1e2b10"
802
208
  },
803
209
  "gold": {
804
- "normal": {
805
- "description": "",
806
- "value": "#735107",
807
- "type": "color",
808
- "filePath": "src/stable/theme/stable-light.json",
809
- "isSource": true
810
- },
811
- "hover": {
812
- "description": "",
813
- "value": "#735107",
814
- "type": "color",
815
- "filePath": "src/stable/theme/stable-light.json",
816
- "isSource": true
817
- },
818
- "active": {
819
- "description": "",
820
- "value": "#30240d",
821
- "type": "color",
822
- "filePath": "src/stable/theme/stable-light.json",
823
- "isSource": true
824
- }
210
+ "normal": "#735107",
211
+ "hover": "#735107",
212
+ "active": "#30240d"
825
213
  },
826
214
  "orange": {
827
- "normal": {
828
- "description": "",
829
- "value": "#914017",
830
- "type": "color",
831
- "filePath": "src/stable/theme/stable-light.json",
832
- "isSource": true
833
- },
834
- "hover": {
835
- "description": "",
836
- "value": "#914017",
837
- "type": "color",
838
- "filePath": "src/stable/theme/stable-light.json",
839
- "isSource": true
840
- },
841
- "active": {
842
- "description": "",
843
- "value": "#33221B",
844
- "type": "color",
845
- "filePath": "src/stable/theme/stable-light.json",
846
- "isSource": true
847
- }
215
+ "normal": "#914017",
216
+ "hover": "#914017",
217
+ "active": "#33221B"
848
218
  },
849
219
  "pink": {
850
- "normal": {
851
- "description": "",
852
- "value": "#a12a3a",
853
- "type": "color",
854
- "filePath": "src/stable/theme/stable-light.json",
855
- "isSource": true
856
- },
857
- "hover": {
858
- "description": "",
859
- "value": "#a12a3a",
860
- "type": "color",
861
- "filePath": "src/stable/theme/stable-light.json",
862
- "isSource": true
863
- },
864
- "active": {
865
- "description": "",
866
- "value": "#3b1e21",
867
- "type": "color",
868
- "filePath": "src/stable/theme/stable-light.json",
869
- "isSource": true
870
- }
220
+ "normal": "#a12a3a",
221
+ "hover": "#a12a3a",
222
+ "active": "#3b1e21"
871
223
  },
872
224
  "purple": {
873
- "normal": {
874
- "description": "",
875
- "value": "#932099",
876
- "type": "color",
877
- "filePath": "src/stable/theme/stable-light.json",
878
- "isSource": true
879
- },
880
- "hover": {
881
- "description": "",
882
- "value": "#932099",
883
- "type": "color",
884
- "filePath": "src/stable/theme/stable-light.json",
885
- "isSource": true
886
- },
887
- "active": {
888
- "description": "",
889
- "value": "#3b1840",
890
- "type": "color",
891
- "filePath": "src/stable/theme/stable-light.json",
892
- "isSource": true
893
- }
225
+ "normal": "#932099",
226
+ "hover": "#932099",
227
+ "active": "#3b1840"
894
228
  },
895
229
  "violet": {
896
- "normal": {
897
- "description": "",
898
- "value": "#643abd",
899
- "type": "color",
900
- "filePath": "src/stable/theme/stable-light.json",
901
- "isSource": true
902
- },
903
- "hover": {
904
- "description": "",
905
- "value": "#643abd",
906
- "type": "color",
907
- "filePath": "src/stable/theme/stable-light.json",
908
- "isSource": true
909
- },
910
- "active": {
911
- "description": "",
912
- "value": "#29223d",
913
- "type": "color",
914
- "filePath": "src/stable/theme/stable-light.json",
915
- "isSource": true
916
- }
230
+ "normal": "#643abd",
231
+ "hover": "#643abd",
232
+ "active": "#29223d"
917
233
  },
918
234
  "slate": {
919
- "normal": {
920
- "description": "",
921
- "value": "#535573",
922
- "type": "color",
923
- "filePath": "src/stable/theme/stable-light.json",
924
- "isSource": true
925
- },
926
- "hover": {
927
- "description": "",
928
- "value": "#535573",
929
- "type": "color",
930
- "filePath": "src/stable/theme/stable-light.json",
931
- "isSource": true
932
- },
933
- "active": {
934
- "description": "",
935
- "value": "#26262b",
936
- "type": "color",
937
- "filePath": "src/stable/theme/stable-light.json",
938
- "isSource": true
939
- }
235
+ "normal": "#535573",
236
+ "hover": "#535573",
237
+ "active": "#26262b"
940
238
  }
941
239
  }
942
240
  },
943
241
  "background": {
944
242
  "primary": {
945
- "ghost": {
946
- "description": "",
947
- "value": "#ffffff00",
948
- "type": "color",
949
- "filePath": "src/stable/theme/stable-light.json",
950
- "isSource": true
951
- },
952
- "hover": {
953
- "description": "",
954
- "value": "#00000012",
955
- "type": "color",
956
- "filePath": "src/stable/theme/stable-light.json",
957
- "isSource": true
958
- },
959
- "active": {
960
- "description": "",
961
- "value": "#0000001c",
962
- "type": "color",
963
- "filePath": "src/stable/theme/stable-light.json",
964
- "isSource": true
965
- },
966
- "disabled": {
967
- "description": "",
968
- "value": "#0000001c",
969
- "type": "color",
970
- "filePath": "src/stable/theme/stable-light.json",
971
- "isSource": true
972
- }
243
+ "ghost": "#ffffff00",
244
+ "hover": "#00000012",
245
+ "active": "#0000001c",
246
+ "disabled": "#0000001c"
973
247
  },
974
248
  "solid": {
975
249
  "primary": {
976
- "normal": {
977
- "description": "",
978
- "value": "#ffffff",
979
- "type": "color",
980
- "filePath": "src/stable/theme/stable-light.json",
981
- "isSource": true
982
- }
250
+ "normal": "#ffffff"
983
251
  },
984
252
  "secondary": {
985
- "normal": {
986
- "description": "",
987
- "value": "#ededed",
988
- "type": "color",
989
- "filePath": "src/stable/theme/stable-light.json",
990
- "isSource": true
991
- }
253
+ "normal": "#ededed"
992
254
  },
993
255
  "tertiary": {
994
- "normal": {
995
- "description": "",
996
- "value": "#f7f7f7",
997
- "type": "color",
998
- "filePath": "src/stable/theme/stable-light.json",
999
- "isSource": true
1000
- }
256
+ "normal": "#f7f7f7"
1001
257
  },
1002
258
  "quaternary": {
1003
- "normal": {
1004
- "description": "",
1005
- "value": "#ffffff",
1006
- "type": "color",
1007
- "filePath": "src/stable/theme/stable-light.json",
1008
- "isSource": true
1009
- }
259
+ "normal": "#ffffff"
1010
260
  }
1011
261
  },
1012
262
  "secondary": {
1013
- "normal": {
1014
- "description": "",
1015
- "value": "#0000001c",
1016
- "type": "color",
1017
- "filePath": "src/stable/theme/stable-light.json",
1018
- "isSource": true
1019
- },
1020
- "hover": {
1021
- "description": "",
1022
- "value": "#00000033",
1023
- "type": "color",
1024
- "filePath": "src/stable/theme/stable-light.json",
1025
- "isSource": true
1026
- },
1027
- "active": {
1028
- "description": "",
1029
- "value": "#0000004d",
1030
- "type": "color",
1031
- "filePath": "src/stable/theme/stable-light.json",
1032
- "isSource": true
1033
- },
1034
- "disabled": {
1035
- "description": "",
1036
- "value": "#00000000",
1037
- "type": "color",
1038
- "filePath": "src/stable/theme/stable-light.json",
1039
- "isSource": true
1040
- }
263
+ "normal": "#0000001c",
264
+ "hover": "#00000033",
265
+ "active": "#0000004d",
266
+ "disabled": "#00000000"
1041
267
  },
1042
268
  "accent": {
1043
- "normal": {
1044
- "description": "",
1045
- "value": "#1170cf",
1046
- "type": "color",
1047
- "filePath": "src/stable/theme/stable-light.json",
1048
- "isSource": true
1049
- }
269
+ "normal": "#1170cf"
1050
270
  },
1051
271
  "gradient": {
1052
- "primary": {
1053
- "description": "",
1054
- "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
1055
- "type": "color",
1056
- "filePath": "src/stable/theme/stable-light.json",
1057
- "isSource": true
1058
- },
1059
- "secondary": {
1060
- "description": "",
1061
- "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
1062
- "type": "color",
1063
- "filePath": "src/stable/theme/stable-light.json",
1064
- "isSource": true
1065
- }
272
+ "primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
273
+ "secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
1066
274
  },
1067
275
  "alert": {
1068
276
  "default": {
1069
- "normal": {
1070
- "description": "",
1071
- "value": {
1072
- "description": "",
1073
- "value": "#f7f7f7",
1074
- "type": "color",
1075
- "filePath": "src/stable/theme/stable-light.json",
1076
- "isSource": true
1077
- },
1078
- "type": "color",
1079
- "filePath": "src/stable/theme/stable-light.json",
1080
- "isSource": true
1081
- },
1082
- "hover": {
1083
- "description": "",
1084
- "value": {
1085
- "description": "",
1086
- "value": "#f7f7f7",
1087
- "type": "color",
1088
- "filePath": "src/stable/theme/stable-light.json",
1089
- "isSource": true
1090
- },
1091
- "type": "color",
1092
- "filePath": "src/stable/theme/stable-light.json",
1093
- "isSource": true
1094
- },
1095
- "active": {
1096
- "description": "",
1097
- "value": "#dedede",
1098
- "type": "color",
1099
- "filePath": "src/stable/theme/stable-light.json",
1100
- "isSource": true
1101
- }
277
+ "normal": "#f7f7f7",
278
+ "hover": "#f7f7f7",
279
+ "active": "#dedede"
1102
280
  },
1103
281
  "success": {
1104
- "normal": {
1105
- "description": "",
1106
- "value": "#cef5eb",
1107
- "type": "color",
1108
- "filePath": "src/stable/theme/stable-light.json",
1109
- "isSource": true
1110
- },
1111
- "hover": {
1112
- "description": "",
1113
- "value": "#cef5eb",
1114
- "type": "color",
1115
- "filePath": "src/stable/theme/stable-light.json",
1116
- "isSource": true
1117
- },
1118
- "active": {
1119
- "description": "",
1120
- "value": "#9fedd8",
1121
- "type": "color",
1122
- "filePath": "src/stable/theme/stable-light.json",
1123
- "isSource": true
1124
- }
282
+ "normal": "#cef5eb",
283
+ "hover": "#cef5eb",
284
+ "active": "#9fedd8"
1125
285
  },
1126
286
  "warning": {
1127
- "normal": {
1128
- "description": "",
1129
- "value": "#ffebc2",
1130
- "type": "color",
1131
- "filePath": "src/stable/theme/stable-light.json",
1132
- "isSource": true
1133
- },
1134
- "hover": {
1135
- "description": "",
1136
- "value": "#ffebc2",
1137
- "type": "color",
1138
- "filePath": "src/stable/theme/stable-light.json",
1139
- "isSource": true
1140
- },
1141
- "active": {
1142
- "description": "",
1143
- "value": "#ffda94",
1144
- "type": "color",
1145
- "filePath": "src/stable/theme/stable-light.json",
1146
- "isSource": true
1147
- }
287
+ "normal": "#ffebc2",
288
+ "hover": "#ffebc2",
289
+ "active": "#ffda94"
1148
290
  },
1149
291
  "error": {
1150
- "normal": {
1151
- "description": "",
1152
- "value": "#ffe8ea",
1153
- "type": "color",
1154
- "filePath": "src/stable/theme/stable-light.json",
1155
- "isSource": true
1156
- },
1157
- "hover": {
1158
- "description": "",
1159
- "value": "#ffe8ea",
1160
- "type": "color",
1161
- "filePath": "src/stable/theme/stable-light.json",
1162
- "isSource": true
1163
- },
1164
- "active": {
1165
- "description": "",
1166
- "value": "#ffd4da",
1167
- "type": "color",
1168
- "filePath": "src/stable/theme/stable-light.json",
1169
- "isSource": true
1170
- }
292
+ "normal": "#ffe8ea",
293
+ "hover": "#ffe8ea",
294
+ "active": "#ffd4da"
1171
295
  },
1172
296
  "theme": {
1173
- "normal": {
1174
- "description": "",
1175
- "value": "#dbf0ff",
1176
- "type": "color",
1177
- "filePath": "src/stable/theme/stable-light.json",
1178
- "isSource": true
1179
- },
1180
- "hover": {
1181
- "description": "",
1182
- "value": "#dbf0ff",
1183
- "type": "color",
1184
- "filePath": "src/stable/theme/stable-light.json",
1185
- "isSource": true
1186
- },
1187
- "active": {
1188
- "description": "",
1189
- "value": "#bfe3ff",
1190
- "type": "color",
1191
- "filePath": "src/stable/theme/stable-light.json",
1192
- "isSource": true
1193
- }
297
+ "normal": "#dbf0ff",
298
+ "hover": "#dbf0ff",
299
+ "active": "#bfe3ff"
1194
300
  },
1195
301
  "purple": {
1196
- "normal": {
1197
- "description": "",
1198
- "value": "#fcf2fc",
1199
- "type": "color",
1200
- "filePath": "src/stable/theme/stable-light.json",
1201
- "isSource": true
1202
- },
1203
- "hover": {
1204
- "description": "",
1205
- "value": "#fcf2fc",
1206
- "type": "color",
1207
- "filePath": "src/stable/theme/stable-light.json",
1208
- "isSource": true
1209
- },
1210
- "active": {
1211
- "description": "",
1212
- "value": "#fce1fc",
1213
- "type": "color",
1214
- "filePath": "src/stable/theme/stable-light.json",
1215
- "isSource": true
1216
- }
302
+ "normal": "#fcf2fc",
303
+ "hover": "#fcf2fc",
304
+ "active": "#fce1fc"
1217
305
  },
1218
306
  "orange": {
1219
- "normal": {
1220
- "description": "",
1221
- "value": "#FEEBD7",
1222
- "type": "color",
1223
- "filePath": "src/stable/theme/stable-light.json",
1224
- "isSource": true
1225
- },
1226
- "hover": {
1227
- "description": "",
1228
- "value": "#FEEBD7",
1229
- "type": "color",
1230
- "filePath": "src/stable/theme/stable-light.json",
1231
- "isSource": true
1232
- },
1233
- "active": {
1234
- "description": "",
1235
- "value": "#FAF4EB",
1236
- "type": "color",
1237
- "filePath": "src/stable/theme/stable-light.json",
1238
- "isSource": true
1239
- }
307
+ "normal": "#FEEBD7",
308
+ "hover": "#FEEBD7",
309
+ "active": "#FAF4EB"
1240
310
  }
1241
311
  },
1242
312
  "label": {
1243
313
  "cobalt": {
1244
- "normal": {
1245
- "description": "",
1246
- "value": "#e5f8ff",
1247
- "type": "color",
1248
- "filePath": "src/stable/theme/stable-light.json",
1249
- "isSource": true
1250
- },
1251
- "hover": {
1252
- "description": "",
1253
- "value": "#c7eeff",
1254
- "type": "color",
1255
- "filePath": "src/stable/theme/stable-light.json",
1256
- "isSource": true
1257
- },
1258
- "active": {
1259
- "description": "",
1260
- "value": "#99ddff",
1261
- "type": "color",
1262
- "filePath": "src/stable/theme/stable-light.json",
1263
- "isSource": true
1264
- }
314
+ "normal": "#e5f8ff",
315
+ "hover": "#c7eeff",
316
+ "active": "#99ddff"
1265
317
  },
1266
318
  "gold": {
1267
- "normal": {
1268
- "description": "",
1269
- "value": "#f7f6dc",
1270
- "type": "color",
1271
- "filePath": "src/stable/theme/stable-light.json",
1272
- "isSource": true
1273
- },
1274
- "hover": {
1275
- "description": "",
1276
- "value": "#f5eaa2",
1277
- "type": "color",
1278
- "filePath": "src/stable/theme/stable-light.json",
1279
- "isSource": true
1280
- },
1281
- "active": {
1282
- "description": "",
1283
- "value": "#ebd460",
1284
- "type": "color",
1285
- "filePath": "src/stable/theme/stable-light.json",
1286
- "isSource": true
1287
- }
319
+ "normal": "#f7f6dc",
320
+ "hover": "#f5eaa2",
321
+ "active": "#ebd460"
1288
322
  },
1289
323
  "lime": {
1290
- "normal": {
1291
- "description": "",
1292
- "value": "#f3f7e9",
1293
- "type": "color",
1294
- "filePath": "src/stable/theme/stable-light.json",
1295
- "isSource": true
1296
- },
1297
- "hover": {
1298
- "description": "",
1299
- "value": "#ddf2ae",
1300
- "type": "color",
1301
- "filePath": "src/stable/theme/stable-light.json",
1302
- "isSource": true
1303
- },
1304
- "active": {
1305
- "description": "",
1306
- "value": "#bce36f",
1307
- "type": "color",
1308
- "filePath": "src/stable/theme/stable-light.json",
1309
- "isSource": true
1310
- }
324
+ "normal": "#f3f7e9",
325
+ "hover": "#ddf2ae",
326
+ "active": "#bce36f"
1311
327
  },
1312
328
  "mint": {
1313
- "normal": {
1314
- "description": "",
1315
- "value": "#e9f7f3",
1316
- "type": "color",
1317
- "filePath": "src/stable/theme/stable-light.json",
1318
- "isSource": true
1319
- },
1320
- "hover": {
1321
- "description": "",
1322
- "value": "#baf5e7",
1323
- "type": "color",
1324
- "filePath": "src/stable/theme/stable-light.json",
1325
- "isSource": true
1326
- },
1327
- "active": {
1328
- "description": "",
1329
- "value": "#74e8d1",
1330
- "type": "color",
1331
- "filePath": "src/stable/theme/stable-light.json",
1332
- "isSource": true
1333
- }
329
+ "normal": "#e9f7f3",
330
+ "hover": "#baf5e7",
331
+ "active": "#74e8d1"
1334
332
  },
1335
333
  "orange": {
1336
- "normal": {
1337
- "description": "",
1338
- "value": "#FEEBD7",
1339
- "type": "color",
1340
- "filePath": "src/stable/theme/stable-light.json",
1341
- "isSource": true
1342
- },
1343
- "hover": {
1344
- "description": "",
1345
- "value": "#FAF4EB",
1346
- "type": "color",
1347
- "filePath": "src/stable/theme/stable-light.json",
1348
- "isSource": true
1349
- },
1350
- "active": {
1351
- "description": "",
1352
- "value": "#FFCA99",
1353
- "type": "color",
1354
- "filePath": "src/stable/theme/stable-light.json",
1355
- "isSource": true
1356
- }
334
+ "normal": "#FEEBD7",
335
+ "hover": "#FAF4EB",
336
+ "active": "#FFCA99"
1357
337
  },
1358
338
  "pink": {
1359
- "normal": {
1360
- "description": "",
1361
- "value": "#fff2f5",
1362
- "type": "color",
1363
- "filePath": "src/stable/theme/stable-light.json",
1364
- "isSource": true
1365
- },
1366
- "hover": {
1367
- "description": "",
1368
- "value": "#ffe0e7",
1369
- "type": "color",
1370
- "filePath": "src/stable/theme/stable-light.json",
1371
- "isSource": true
1372
- },
1373
- "active": {
1374
- "description": "",
1375
- "value": "#ffc7d2",
1376
- "type": "color",
1377
- "filePath": "src/stable/theme/stable-light.json",
1378
- "isSource": true
1379
- }
339
+ "normal": "#fff2f5",
340
+ "hover": "#ffe0e7",
341
+ "active": "#ffc7d2"
1380
342
  },
1381
343
  "purple": {
1382
- "normal": {
1383
- "description": "",
1384
- "value": "#fcf2fc",
1385
- "type": "color",
1386
- "filePath": "src/stable/theme/stable-light.json",
1387
- "isSource": true
1388
- },
1389
- "hover": {
1390
- "description": "",
1391
- "value": "#fce1fc",
1392
- "type": "color",
1393
- "filePath": "src/stable/theme/stable-light.json",
1394
- "isSource": true
1395
- },
1396
- "active": {
1397
- "description": "",
1398
- "value": "#fac3f8",
1399
- "type": "color",
1400
- "filePath": "src/stable/theme/stable-light.json",
1401
- "isSource": true
1402
- }
344
+ "normal": "#fcf2fc",
345
+ "hover": "#fce1fc",
346
+ "active": "#fac3f8"
1403
347
  },
1404
348
  "slate": {
1405
- "normal": {
1406
- "description": "",
1407
- "value": "#f2f4ff",
1408
- "type": "color",
1409
- "filePath": "src/stable/theme/stable-light.json",
1410
- "isSource": true
1411
- },
1412
- "hover": {
1413
- "description": "",
1414
- "value": "#e3e7fa",
1415
- "type": "color",
1416
- "filePath": "src/stable/theme/stable-light.json",
1417
- "isSource": true
1418
- },
1419
- "active": {
1420
- "description": "",
1421
- "value": "#ced2ed",
1422
- "type": "color",
1423
- "filePath": "src/stable/theme/stable-light.json",
1424
- "isSource": true
1425
- }
349
+ "normal": "#f2f4ff",
350
+ "hover": "#e3e7fa",
351
+ "active": "#ced2ed"
1426
352
  },
1427
353
  "violet": {
1428
- "normal": {
1429
- "description": "",
1430
- "value": "#f8f2fc",
1431
- "type": "color",
1432
- "filePath": "src/stable/theme/stable-light.json",
1433
- "isSource": true
1434
- },
1435
- "hover": {
1436
- "description": "",
1437
- "value": "#f0e3fc",
1438
- "type": "color",
1439
- "filePath": "src/stable/theme/stable-light.json",
1440
- "isSource": true
1441
- },
1442
- "active": {
1443
- "description": "",
1444
- "value": "#e2cafc",
1445
- "type": "color",
1446
- "filePath": "src/stable/theme/stable-light.json",
1447
- "isSource": true
1448
- }
354
+ "normal": "#f8f2fc",
355
+ "hover": "#f0e3fc",
356
+ "active": "#e2cafc"
1449
357
  }
1450
358
  },
1451
359
  "common": {
1452
- "normal": {
1453
- "description": "",
1454
- "value": "#ffffff",
1455
- "type": "color",
1456
- "filePath": "src/stable/theme/stable-light.json",
1457
- "isSource": true
1458
- }
360
+ "normal": "#ffffff"
1459
361
  },
1460
362
  "namelabel": {
1461
- "normal": {
1462
- "description": "",
1463
- "value": "#00000080",
1464
- "type": "color",
1465
- "filePath": "src/stable/theme/stable-light.json",
1466
- "isSource": true
1467
- }
363
+ "normal": "#00000080"
1468
364
  }
1469
365
  },
1470
366
  "button": {
1471
367
  "border": {
1472
- "normal": {
1473
- "description": "",
1474
- "value": "none",
1475
- "type": "color",
1476
- "filePath": "src/stable/theme/stable-light.json",
1477
- "isSource": true
1478
- }
368
+ "normal": "none"
1479
369
  },
1480
370
  "primary": {
1481
- "normal": {
1482
- "description": "",
1483
- "value": "#000000f2",
1484
- "type": "color",
1485
- "filePath": "src/stable/theme/stable-light.json",
1486
- "isSource": true
1487
- },
1488
- "hover": {
1489
- "description": "",
1490
- "value": "#000000cc",
1491
- "type": "color",
1492
- "filePath": "src/stable/theme/stable-light.json",
1493
- "isSource": true
1494
- },
1495
- "pressed": {
1496
- "description": "",
1497
- "value": "#000000b3",
1498
- "type": "color",
1499
- "filePath": "src/stable/theme/stable-light.json",
1500
- "isSource": true
1501
- },
1502
- "disabled": {
1503
- "description": "",
1504
- "value": "#00000033",
1505
- "type": "color",
1506
- "filePath": "src/stable/theme/stable-light.json",
1507
- "isSource": true
1508
- }
371
+ "normal": "#000000f2",
372
+ "hover": "#000000cc",
373
+ "pressed": "#000000b3",
374
+ "disabled": "#00000033"
1509
375
  },
1510
376
  "secondary": {
1511
- "normal": {
1512
- "description": "",
1513
- "value": "#00000000",
1514
- "type": "color",
1515
- "filePath": "src/stable/theme/stable-light.json",
1516
- "isSource": true
1517
- },
1518
- "hover": {
1519
- "description": "",
1520
- "value": "#00000012",
1521
- "type": "color",
1522
- "filePath": "src/stable/theme/stable-light.json",
1523
- "isSource": true
1524
- },
1525
- "pressed": {
1526
- "description": "",
1527
- "value": "#00000033",
1528
- "type": "color",
1529
- "filePath": "src/stable/theme/stable-light.json",
1530
- "isSource": true
1531
- },
1532
- "disabled": {
1533
- "description": "",
1534
- "value": "#ffffff00",
1535
- "type": "color",
1536
- "filePath": "src/stable/theme/stable-light.json",
1537
- "isSource": true
1538
- },
377
+ "normal": "#00000000",
378
+ "hover": "#00000012",
379
+ "pressed": "#00000033",
380
+ "disabled": "#ffffff00",
1539
381
  "active": {
1540
- "normal": {
1541
- "description": "",
1542
- "value": "#00000033",
1543
- "type": "color",
1544
- "filePath": "src/stable/theme/stable-light.json",
1545
- "isSource": true
1546
- },
1547
- "hover": {
1548
- "description": "",
1549
- "value": "#0000004d",
1550
- "type": "color",
1551
- "filePath": "src/stable/theme/stable-light.json",
1552
- "isSource": true
1553
- },
1554
- "pressed": {
1555
- "description": "",
1556
- "value": "#00000066",
1557
- "type": "color",
1558
- "filePath": "src/stable/theme/stable-light.json",
1559
- "isSource": true
1560
- }
382
+ "normal": "#00000033",
383
+ "hover": "#0000004d",
384
+ "pressed": "#00000066"
1561
385
  }
1562
386
  },
1563
387
  "inverted": {
1564
- "normal": {
1565
- "description": "",
1566
- "value": "#ffffff",
1567
- "type": "color",
1568
- "filePath": "src/stable/theme/stable-light.json",
1569
- "isSource": true
1570
- },
1571
- "hover": {
1572
- "description": "",
1573
- "value": "#ededed",
1574
- "type": "color",
1575
- "filePath": "src/stable/theme/stable-light.json",
1576
- "isSource": true
1577
- },
1578
- "pressed": {
1579
- "description": "",
1580
- "value": "#dedede",
1581
- "type": "color",
1582
- "filePath": "src/stable/theme/stable-light.json",
1583
- "isSource": true
1584
- }
388
+ "normal": "#ffffff",
389
+ "hover": "#ededed",
390
+ "pressed": "#dedede"
1585
391
  },
1586
392
  "join": {
1587
- "normal": {
1588
- "description": "",
1589
- "value": "#1d805f",
1590
- "type": "color",
1591
- "filePath": "src/stable/theme/stable-light.json",
1592
- "isSource": true
1593
- },
1594
- "hover": {
1595
- "description": "",
1596
- "value": "#185e46",
1597
- "type": "color",
1598
- "filePath": "src/stable/theme/stable-light.json",
1599
- "isSource": true
1600
- },
1601
- "pressed": {
1602
- "description": "",
1603
- "value": "#134231",
1604
- "type": "color",
1605
- "filePath": "src/stable/theme/stable-light.json",
1606
- "isSource": true
1607
- }
393
+ "normal": "#1d805f",
394
+ "hover": "#185e46",
395
+ "pressed": "#134231"
1608
396
  },
1609
397
  "cancel": {
1610
- "normal": {
1611
- "description": "",
1612
- "value": "#db1f2e",
1613
- "type": "color",
1614
- "filePath": "src/stable/theme/stable-light.json",
1615
- "isSource": true
1616
- },
1617
- "hover": {
1618
- "description": "",
1619
- "value": "#ab0a15",
1620
- "type": "color",
1621
- "filePath": "src/stable/theme/stable-light.json",
1622
- "isSource": true
1623
- },
1624
- "pressed": {
1625
- "description": "",
1626
- "value": "#780d13",
1627
- "type": "color",
1628
- "filePath": "src/stable/theme/stable-light.json",
1629
- "isSource": true
1630
- }
398
+ "normal": "#db1f2e",
399
+ "hover": "#ab0a15",
400
+ "pressed": "#780d13"
1631
401
  },
1632
402
  "accent": {
1633
- "normal": {
1634
- "description": "",
1635
- "value": "#1170cf",
1636
- "type": "color",
1637
- "filePath": "src/stable/theme/stable-light.json",
1638
- "isSource": true
1639
- },
1640
- "hover": {
1641
- "description": "",
1642
- "value": "#0353a8",
1643
- "type": "color",
1644
- "filePath": "src/stable/theme/stable-light.json",
1645
- "isSource": true
1646
- },
1647
- "pressed": {
1648
- "description": "",
1649
- "value": "#063a75",
1650
- "type": "color",
1651
- "filePath": "src/stable/theme/stable-light.json",
1652
- "isSource": true
1653
- }
403
+ "normal": "#1170cf",
404
+ "hover": "#0353a8",
405
+ "pressed": "#063a75"
1654
406
  }
1655
407
  },
1656
408
  "outline": {
1657
409
  "primary": {
1658
- "normal": {
1659
- "description": "",
1660
- "value": "#00000066",
1661
- "type": "color",
1662
- "filePath": "src/stable/theme/stable-light.json",
1663
- "isSource": true
1664
- }
410
+ "normal": "#00000066"
1665
411
  },
1666
412
  "theme": {
1667
- "normal": {
1668
- "description": "",
1669
- "value": "#1170cf",
1670
- "type": "color",
1671
- "filePath": "src/stable/theme/stable-light.json",
1672
- "isSource": true
1673
- }
413
+ "normal": "#1170cf"
1674
414
  },
1675
415
  "secondary": {
1676
- "normal": {
1677
- "description": "",
1678
- "value": "#00000033",
1679
- "type": "color",
1680
- "filePath": "src/stable/theme/stable-light.json",
1681
- "isSource": true
1682
- }
416
+ "normal": "#00000033"
1683
417
  },
1684
418
  "input": {
1685
- "normal": {
1686
- "description": "",
1687
- "value": "#00000080",
1688
- "type": "color",
1689
- "filePath": "src/stable/theme/stable-light.json",
1690
- "isSource": true
1691
- },
1692
- "active": {
1693
- "description": "",
1694
- "value": "#000000e6",
1695
- "type": "color",
1696
- "filePath": "src/stable/theme/stable-light.json",
1697
- "isSource": true
1698
- }
419
+ "normal": "#00000080",
420
+ "active": "#000000e6"
1699
421
  },
1700
422
  "button": {
1701
- "normal": {
1702
- "description": "",
1703
- "value": "#0000004d",
1704
- "type": "color",
1705
- "filePath": "src/stable/theme/stable-light.json",
1706
- "isSource": true
1707
- }
423
+ "normal": "#0000004d"
1708
424
  },
1709
425
  "join": {
1710
- "normal": {
1711
- "description": "",
1712
- "value": "#185e46",
1713
- "type": "color",
1714
- "filePath": "src/stable/theme/stable-light.json",
1715
- "isSource": true
1716
- }
426
+ "normal": "#185e46"
1717
427
  },
1718
428
  "cancel": {
1719
- "normal": {
1720
- "description": "",
1721
- "value": "#ab0a15",
1722
- "type": "color",
1723
- "filePath": "src/stable/theme/stable-light.json",
1724
- "isSource": true
1725
- }
429
+ "normal": "#ab0a15"
1726
430
  },
1727
431
  "disabled": {
1728
- "normal": {
1729
- "description": "",
1730
- "value": "#00000033",
1731
- "type": "color",
1732
- "filePath": "src/stable/theme/stable-light.json",
1733
- "isSource": true
1734
- }
432
+ "normal": "#00000033"
1735
433
  },
1736
434
  "share": {
1737
- "selected": {
1738
- "description": "",
1739
- "value": "#27a17a",
1740
- "type": "color",
1741
- "filePath": "src/stable/theme/stable-light.json",
1742
- "isSource": true
1743
- },
1744
- "active": {
1745
- "description": "",
1746
- "value": "#F26B1D",
1747
- "type": "color",
1748
- "filePath": "src/stable/theme/stable-light.json",
1749
- "isSource": true
1750
- },
1751
- "inactive": {
1752
- "description": "",
1753
- "value": "#8f8f8f",
1754
- "type": "color",
1755
- "filePath": "src/stable/theme/stable-light.json",
1756
- "isSource": true
1757
- }
435
+ "selected": "#27a17a",
436
+ "active": "#F26B1D",
437
+ "inactive": "#8f8f8f"
1758
438
  },
1759
439
  "overlay": {
1760
- "normal": {
1761
- "description": "",
1762
- "value": "#707070",
1763
- "type": "color",
1764
- "filePath": "src/stable/theme/stable-light.json",
1765
- "isSource": true
1766
- }
440
+ "normal": "#707070"
1767
441
  },
1768
442
  "high-contrast": {
1769
- "focus": {
1770
- "description": "",
1771
- "value": "#000000",
1772
- "type": "color",
1773
- "filePath": "src/stable/theme/stable-light.json",
1774
- "isSource": true
1775
- }
443
+ "focus": "#000000"
1776
444
  },
1777
445
  "label": {
1778
- "cobalt": {
1779
- "description": "",
1780
- "value": "#5ebff7",
1781
- "type": "color",
1782
- "filePath": "src/stable/theme/stable-light.json",
1783
- "isSource": true
1784
- },
1785
- "gold": {
1786
- "description": "",
1787
- "value": "#d6b220",
1788
- "type": "color",
1789
- "filePath": "src/stable/theme/stable-light.json",
1790
- "isSource": true
1791
- },
1792
- "lime": {
1793
- "description": "",
1794
- "value": "#93c437",
1795
- "type": "color",
1796
- "filePath": "src/stable/theme/stable-light.json",
1797
- "isSource": true
1798
- },
1799
- "mint": {
1800
- "description": "",
1801
- "value": "#30c9b0",
1802
- "type": "color",
1803
- "filePath": "src/stable/theme/stable-light.json",
1804
- "isSource": true
1805
- },
1806
- "orange": {
1807
- "description": "",
1808
- "value": "#FF9D52",
1809
- "type": "color",
1810
- "filePath": "src/stable/theme/stable-light.json",
1811
- "isSource": true
1812
- },
1813
- "pink": {
1814
- "description": "",
1815
- "value": "#fc97aa",
1816
- "type": "color",
1817
- "filePath": "src/stable/theme/stable-light.json",
1818
- "isSource": true
1819
- },
1820
- "purple": {
1821
- "description": "",
1822
- "value": "#f294f1",
1823
- "type": "color",
1824
- "filePath": "src/stable/theme/stable-light.json",
1825
- "isSource": true
1826
- },
1827
- "slate": {
1828
- "description": "",
1829
- "value": "#b0b4d9",
1830
- "type": "color",
1831
- "filePath": "src/stable/theme/stable-light.json",
1832
- "isSource": true
1833
- },
1834
- "violet": {
1835
- "description": "",
1836
- "value": "#c7a5fa",
1837
- "type": "color",
1838
- "filePath": "src/stable/theme/stable-light.json",
1839
- "isSource": true
1840
- }
446
+ "cobalt": "#5ebff7",
447
+ "gold": "#d6b220",
448
+ "lime": "#93c437",
449
+ "mint": "#30c9b0",
450
+ "orange": "#FF9D52",
451
+ "pink": "#fc97aa",
452
+ "purple": "#f294f1",
453
+ "slate": "#b0b4d9",
454
+ "violet": "#c7a5fa"
1841
455
  }
1842
456
  },
1843
457
  "control": {
1844
458
  "active": {
1845
- "normal": {
1846
- "description": "",
1847
- "value": "#1170cf",
1848
- "type": "color",
1849
- "filePath": "src/stable/theme/stable-light.json",
1850
- "isSource": true
1851
- },
1852
- "hover": {
1853
- "description": "",
1854
- "value": "#0353a8",
1855
- "type": "color",
1856
- "filePath": "src/stable/theme/stable-light.json",
1857
- "isSource": true
1858
- },
1859
- "pressed": {
1860
- "description": "",
1861
- "value": "#063a75",
1862
- "type": "color",
1863
- "filePath": "src/stable/theme/stable-light.json",
1864
- "isSource": true
1865
- },
1866
- "active": {
1867
- "description": "",
1868
- "value": "#063a75",
1869
- "type": "color",
1870
- "filePath": "src/stable/theme/stable-light.json",
1871
- "isSource": true
1872
- },
1873
- "disabled": {
1874
- "description": "",
1875
- "value": "#bfe3ff",
1876
- "type": "color",
1877
- "filePath": "src/stable/theme/stable-light.json",
1878
- "isSource": true
1879
- }
459
+ "normal": "#1170cf",
460
+ "hover": "#0353a8",
461
+ "pressed": "#063a75",
462
+ "active": "#063a75",
463
+ "disabled": "#bfe3ff"
1880
464
  },
1881
465
  "inactive": {
1882
- "normal": {
1883
- "description": "",
1884
- "value": "#00000033",
1885
- "type": "color",
1886
- "filePath": "src/stable/theme/stable-light.json",
1887
- "isSource": true
1888
- },
1889
- "hover": {
1890
- "description": "",
1891
- "value": "#0000004d",
1892
- "type": "color",
1893
- "filePath": "src/stable/theme/stable-light.json",
1894
- "isSource": true
1895
- },
1896
- "pressed": {
1897
- "description": "",
1898
- "value": "#00000066",
1899
- "type": "color",
1900
- "filePath": "src/stable/theme/stable-light.json",
1901
- "isSource": true
1902
- },
1903
- "disabled": {
1904
- "description": "",
1905
- "value": "#0000001c",
1906
- "type": "color",
1907
- "filePath": "src/stable/theme/stable-light.json",
1908
- "isSource": true
1909
- }
466
+ "normal": "#00000033",
467
+ "hover": "#0000004d",
468
+ "pressed": "#00000066",
469
+ "disabled": "#0000001c"
1910
470
  }
1911
471
  },
1912
472
  "overlay": {
1913
473
  "meetings": {
1914
- "normal": {
1915
- "description": "",
1916
- "value": "#ffffffcc",
1917
- "type": "color",
1918
- "filePath": "src/stable/theme/stable-light.json",
1919
- "isSource": true
1920
- }
474
+ "normal": "#ffffffcc"
1921
475
  }
1922
476
  },
1923
477
  "indicator": {
1924
- "unstable": {
1925
- "description": "",
1926
- "value": "#C74F0E",
1927
- "type": "color",
1928
- "filePath": "src/stable/theme/stable-light.json",
1929
- "isSource": true
1930
- },
1931
- "attention": {
1932
- "description": "",
1933
- "value": "#db1f2e",
1934
- "type": "color",
1935
- "filePath": "src/stable/theme/stable-light.json",
1936
- "isSource": true
1937
- },
1938
- "stable": {
1939
- "description": "",
1940
- "value": "#1d805f",
1941
- "type": "color",
1942
- "filePath": "src/stable/theme/stable-light.json",
1943
- "isSource": true
1944
- },
1945
- "locked": {
1946
- "description": "",
1947
- "value": "#707070",
1948
- "type": "color",
1949
- "filePath": "src/stable/theme/stable-light.json",
1950
- "isSource": true
1951
- },
1952
- "caution": {
1953
- "description": "",
1954
- "value": "#cf7900",
1955
- "type": "color",
1956
- "filePath": "src/stable/theme/stable-light.json",
1957
- "isSource": true
1958
- },
1959
- "secure": {
1960
- "description": "",
1961
- "value": "#1170cf",
1962
- "type": "color",
1963
- "filePath": "src/stable/theme/stable-light.json",
1964
- "isSource": true
1965
- }
478
+ "unstable": "#C74F0E",
479
+ "attention": "#db1f2e",
480
+ "stable": "#1d805f",
481
+ "locked": "#707070",
482
+ "caution": "#cf7900",
483
+ "secure": "#1170cf"
1966
484
  },
1967
485
  "whiteboard": {
1968
486
  "stickyNote": {
1969
- "yellow": {
1970
- "description": "",
1971
- "value": "#ffbe4f",
1972
- "type": "color",
1973
- "filePath": "src/stable/theme/stable-light.json",
1974
- "isSource": true
1975
- },
1976
- "red": {
1977
- "description": "",
1978
- "value": "#fc8b98",
1979
- "type": "color",
1980
- "filePath": "src/stable/theme/stable-light.json",
1981
- "isSource": true
1982
- },
1983
- "purple": {
1984
- "description": "",
1985
- "value": "#f294f1",
1986
- "type": "color",
1987
- "filePath": "src/stable/theme/stable-light.json",
1988
- "isSource": true
1989
- },
1990
- "cyan": {
1991
- "description": "",
1992
- "value": "#22c7d6",
1993
- "type": "color",
1994
- "filePath": "src/stable/theme/stable-light.json",
1995
- "isSource": true
1996
- },
1997
- "mint": {
1998
- "description": "",
1999
- "value": "#30c9b0",
2000
- "type": "color",
2001
- "filePath": "src/stable/theme/stable-light.json",
2002
- "isSource": true
2003
- }
487
+ "yellow": "#ffbe4f",
488
+ "red": "#fc8b98",
489
+ "purple": "#f294f1",
490
+ "cyan": "#22c7d6",
491
+ "mint": "#30c9b0"
2004
492
  }
2005
493
  },
2006
494
  "scrollbar": {
2007
495
  "button": {
2008
- "normal": {
2009
- "description": "",
2010
- "value": "#00000033",
2011
- "type": "color",
2012
- "filePath": "src/stable/theme/stable-light.json",
2013
- "isSource": true
2014
- },
2015
- "hover": {
2016
- "description": "",
2017
- "value": "#0000004d",
2018
- "type": "color",
2019
- "filePath": "src/stable/theme/stable-light.json",
2020
- "isSource": true
2021
- },
2022
- "pressed": {
2023
- "description": "",
2024
- "value": "#00000066",
2025
- "type": "color",
2026
- "filePath": "src/stable/theme/stable-light.json",
2027
- "isSource": true
2028
- }
496
+ "normal": "#00000033",
497
+ "hover": "#0000004d",
498
+ "pressed": "#00000066"
2029
499
  },
2030
500
  "arrow": {
2031
- "normal": {
2032
- "description": "",
2033
- "value": "#00000099",
2034
- "type": "color",
2035
- "filePath": "src/stable/theme/stable-light.json",
2036
- "isSource": true
2037
- },
501
+ "normal": "#00000099",
2038
502
  "background": {
2039
- "normal": {
2040
- "description": "",
2041
- "value": "#00000000",
2042
- "type": "color",
2043
- "filePath": "src/stable/theme/stable-light.json",
2044
- "isSource": true
2045
- },
2046
- "hover": {
2047
- "description": "",
2048
- "value": "#0000001c",
2049
- "type": "color",
2050
- "filePath": "src/stable/theme/stable-light.json",
2051
- "isSource": true
2052
- },
2053
- "pressed": {
2054
- "description": "",
2055
- "value": "#00000033",
2056
- "type": "color",
2057
- "filePath": "src/stable/theme/stable-light.json",
2058
- "isSource": true
2059
- }
503
+ "normal": "#00000000",
504
+ "hover": "#0000001c",
505
+ "pressed": "#00000033"
2060
506
  }
2061
507
  },
2062
508
  "background": {
2063
509
  "secondary": {
2064
- "ghost": {
2065
- "description": "",
2066
- "value": "#00000000",
2067
- "type": "color",
2068
- "filePath": "src/stable/theme/stable-light.json",
2069
- "isSource": true
2070
- },
2071
- "normal": {
2072
- "description": "",
2073
- "value": "#0000001c",
2074
- "type": "color",
2075
- "filePath": "src/stable/theme/stable-light.json",
2076
- "isSource": true
2077
- }
510
+ "ghost": "#00000000",
511
+ "normal": "#0000001c"
2078
512
  }
2079
513
  }
2080
514
  },
2081
515
  "illustrations": {
2082
516
  "empty": {
2083
517
  "primary": {
2084
- "0": {
2085
- "description": "",
2086
- "value": "#93c437",
2087
- "type": "color",
2088
- "filePath": "src/stable/theme/stable-light.json",
2089
- "isSource": true
2090
- },
2091
- "1": {
2092
- "description": "",
2093
- "value": "#279be8",
2094
- "type": "color",
2095
- "filePath": "src/stable/theme/stable-light.json",
2096
- "isSource": true
2097
- }
518
+ "0": "#93c437",
519
+ "1": "#279be8"
2098
520
  },
2099
521
  "secondary": {
2100
- "0": {
2101
- "description": "",
2102
- "value": "#279be8",
2103
- "type": "color",
2104
- "filePath": "src/stable/theme/stable-light.json",
2105
- "isSource": true
2106
- },
2107
- "1": {
2108
- "description": "",
2109
- "value": "#875ae0",
2110
- "type": "color",
2111
- "filePath": "src/stable/theme/stable-light.json",
2112
- "isSource": true
2113
- }
522
+ "0": "#279be8",
523
+ "1": "#875ae0"
2114
524
  }
2115
525
  },
2116
526
  "onboarding": {
2117
527
  "primary": {
2118
- "0": {
2119
- "description": "",
2120
- "value": "#ffbe4f",
2121
- "type": "color",
2122
- "filePath": "src/stable/theme/stable-light.json",
2123
- "isSource": true
2124
- },
2125
- "1": {
2126
- "description": "",
2127
- "value": "#93c437",
2128
- "type": "color",
2129
- "filePath": "src/stable/theme/stable-light.json",
2130
- "isSource": true
2131
- }
528
+ "0": "#ffbe4f",
529
+ "1": "#93c437"
2132
530
  },
2133
531
  "secondary": {
2134
- "0": {
2135
- "description": "",
2136
- "value": "#f55868",
2137
- "type": "color",
2138
- "filePath": "src/stable/theme/stable-light.json",
2139
- "isSource": true
2140
- },
2141
- "1": {
2142
- "description": "",
2143
- "value": "#875ae0",
2144
- "type": "color",
2145
- "filePath": "src/stable/theme/stable-light.json",
2146
- "isSource": true
2147
- }
532
+ "0": "#f55868",
533
+ "1": "#875ae0"
2148
534
  },
2149
535
  "tertiary": {
2150
- "0": {
2151
- "description": "",
2152
- "value": "#ffbe4f",
2153
- "type": "color",
2154
- "filePath": "src/stable/theme/stable-light.json",
2155
- "isSource": true
2156
- },
2157
- "1": {
2158
- "description": "",
2159
- "value": "#F26B1D",
2160
- "type": "color",
2161
- "filePath": "src/stable/theme/stable-light.json",
2162
- "isSource": true
2163
- }
536
+ "0": "#ffbe4f",
537
+ "1": "#F26B1D"
2164
538
  },
2165
539
  "quartenary": {
2166
- "0": {
2167
- "description": "",
2168
- "value": "#93c437",
2169
- "type": "color",
2170
- "filePath": "src/stable/theme/stable-light.json",
2171
- "isSource": true
2172
- },
2173
- "1": {
2174
- "description": "",
2175
- "value": "#279be8",
2176
- "type": "color",
2177
- "filePath": "src/stable/theme/stable-light.json",
2178
- "isSource": true
2179
- }
540
+ "0": "#93c437",
541
+ "1": "#279be8"
2180
542
  },
2181
543
  "quinary": {
2182
- "0": {
2183
- "description": "",
2184
- "value": "#279be8",
2185
- "type": "color",
2186
- "filePath": "src/stable/theme/stable-light.json",
2187
- "isSource": true
2188
- },
2189
- "1": {
2190
- "description": "",
2191
- "value": "#875ae0",
2192
- "type": "color",
2193
- "filePath": "src/stable/theme/stable-light.json",
2194
- "isSource": true
2195
- }
544
+ "0": "#279be8",
545
+ "1": "#875ae0"
2196
546
  }
2197
547
  },
2198
548
  "success": {
2199
- "0": {
2200
- "description": "",
2201
- "value": "#3cc29a",
2202
- "type": "color",
2203
- "filePath": "src/stable/theme/stable-light.json",
2204
- "isSource": true
2205
- },
2206
- "1": {
2207
- "description": "",
2208
- "value": "#93c437",
2209
- "type": "color",
2210
- "filePath": "src/stable/theme/stable-light.json",
2211
- "isSource": true
2212
- }
549
+ "0": "#3cc29a",
550
+ "1": "#93c437"
2213
551
  },
2214
552
  "error": {
2215
- "0": {
2216
- "description": "",
2217
- "value": "#f0677e",
2218
- "type": "color",
2219
- "filePath": "src/stable/theme/stable-light.json",
2220
- "isSource": true
2221
- },
2222
- "1": {
2223
- "description": "",
2224
- "value": "#db1f2e",
2225
- "type": "color",
2226
- "filePath": "src/stable/theme/stable-light.json",
2227
- "isSource": true
2228
- }
553
+ "0": "#f0677e",
554
+ "1": "#db1f2e"
2229
555
  },
2230
- "default": {
2231
- "description": "",
2232
- "value": "#0f0f0f",
2233
- "type": "color",
2234
- "filePath": "src/stable/theme/stable-light.json",
2235
- "isSource": true
2236
- }
556
+ "default": "#0f0f0f"
2237
557
  },
2238
558
  "globaltint": {
2239
- "normal": {
2240
- "description": "",
2241
- "value": "#1170cf",
2242
- "type": "color",
2243
- "filePath": "src/stable/theme/stable-light.json",
2244
- "isSource": true
2245
- },
2246
- "selected": {
2247
- "description": "",
2248
- "value": "#1170cf",
2249
- "type": "color",
2250
- "filePath": "src/stable/theme/stable-light.json",
2251
- "isSource": true
2252
- }
559
+ "normal": "#1170cf",
560
+ "selected": "#1170cf"
2253
561
  },
2254
562
  "groupedbackground": {
2255
563
  "primary": {
2256
- "normal": {
2257
- "description": "",
2258
- "value": "#f7f7f7",
2259
- "type": "color",
2260
- "filePath": "src/stable/theme/stable-light.json",
2261
- "isSource": true
2262
- }
564
+ "normal": "#f7f7f7"
2263
565
  },
2264
566
  "secondary": {
2265
- "normal": {
2266
- "description": "",
2267
- "value": "#ffffff",
2268
- "type": "color",
2269
- "filePath": "src/stable/theme/stable-light.json",
2270
- "isSource": true
2271
- }
567
+ "normal": "#ffffff"
2272
568
  },
2273
569
  "tertiary": {
2274
- "normal": {
2275
- "description": "",
2276
- "value": "#f7f7f7",
2277
- "type": "color",
2278
- "filePath": "src/stable/theme/stable-light.json",
2279
- "isSource": true
2280
- }
570
+ "normal": "#f7f7f7"
2281
571
  },
2282
572
  "quaternary": {
2283
- "normal": {
2284
- "description": "",
2285
- "value": "#ffffff",
2286
- "type": "color",
2287
- "filePath": "src/stable/theme/stable-light.json",
2288
- "isSource": true
2289
- }
573
+ "normal": "#ffffff"
2290
574
  }
2291
575
  },
2292
576
  "teaching": {
2293
577
  "background": {
2294
- "normal": {
2295
- "description": "",
2296
- "value": "#000000",
2297
- "type": "color",
2298
- "filePath": "src/stable/theme/stable-light.json",
2299
- "isSource": true
2300
- }
578
+ "normal": "#000000"
2301
579
  },
2302
580
  "button": {
2303
581
  "primary": {
2304
- "normal": {
2305
- "description": "",
2306
- "value": "#fffffff2",
2307
- "type": "color",
2308
- "filePath": "src/stable/theme/stable-light.json",
2309
- "isSource": true
2310
- },
2311
- "hover": {
2312
- "description": "",
2313
- "value": "#ffffffcc",
2314
- "type": "color",
2315
- "filePath": "src/stable/theme/stable-light.json",
2316
- "isSource": true
2317
- },
2318
- "pressed": {
2319
- "description": "",
2320
- "value": "#ffffffb3",
2321
- "type": "color",
2322
- "filePath": "src/stable/theme/stable-light.json",
2323
- "isSource": true
2324
- },
2325
- "disabled": {
2326
- "description": "",
2327
- "value": "#ffffff33",
2328
- "type": "color",
2329
- "filePath": "src/stable/theme/stable-light.json",
2330
- "isSource": true
2331
- }
582
+ "normal": "#fffffff2",
583
+ "hover": "#ffffffcc",
584
+ "pressed": "#ffffffb3",
585
+ "disabled": "#ffffff33"
2332
586
  },
2333
587
  "secondary": {
2334
- "normal": {
2335
- "description": "",
2336
- "value": "#ffffff00",
2337
- "type": "color",
2338
- "filePath": "src/stable/theme/stable-light.json",
2339
- "isSource": true
2340
- },
2341
- "hover": {
2342
- "description": "",
2343
- "value": "#ffffff12",
2344
- "type": "color",
2345
- "filePath": "src/stable/theme/stable-light.json",
2346
- "isSource": true
2347
- },
2348
- "pressed": {
2349
- "description": "",
2350
- "value": "#ffffff33",
2351
- "type": "color",
2352
- "filePath": "src/stable/theme/stable-light.json",
2353
- "isSource": true
2354
- }
588
+ "normal": "#ffffff00",
589
+ "hover": "#ffffff12",
590
+ "pressed": "#ffffff33"
2355
591
  }
2356
592
  },
2357
593
  "outline": {
2358
594
  "button": {
2359
- "normal": {
2360
- "description": "",
2361
- "value": "#ffffff4d",
2362
- "type": "color",
2363
- "filePath": "src/stable/theme/stable-light.json",
2364
- "isSource": true
2365
- }
2366
- },
2367
- "normal": {
2368
- "description": "",
2369
- "value": "#ffffff33",
2370
- "type": "color",
2371
- "filePath": "src/stable/theme/stable-light.json",
2372
- "isSource": true
595
+ "normal": "#ffffff4d"
2373
596
  },
597
+ "normal": "#ffffff33",
2374
598
  "disabled": {
2375
- "normal": {
2376
- "description": "",
2377
- "value": "#ffffff33",
2378
- "type": "color",
2379
- "filePath": "src/stable/theme/stable-light.json",
2380
- "isSource": true
2381
- }
599
+ "normal": "#ffffff33"
2382
600
  },
2383
- "theme": {
2384
- "description": "",
2385
- "value": "#64b4fa",
2386
- "type": "color",
2387
- "filePath": "src/stable/theme/stable-light.json",
2388
- "isSource": true
2389
- }
601
+ "theme": "#64b4fa"
2390
602
  },
2391
603
  "text": {
2392
604
  "accent": {
2393
- "normal": {
2394
- "description": "",
2395
- "value": "#64b4fa",
2396
- "type": "color",
2397
- "filePath": "src/stable/theme/stable-light.json",
2398
- "isSource": true
2399
- },
2400
- "hover": {
2401
- "description": "",
2402
- "value": "#bfe3ff",
2403
- "type": "color",
2404
- "filePath": "src/stable/theme/stable-light.json",
2405
- "isSource": true
2406
- },
2407
- "disabled": {
2408
- "description": "",
2409
- "value": "#ffffff66",
2410
- "type": "color",
2411
- "filePath": "src/stable/theme/stable-light.json",
2412
- "isSource": true
2413
- }
605
+ "normal": "#64b4fa",
606
+ "hover": "#bfe3ff",
607
+ "disabled": "#ffffff66"
2414
608
  },
2415
609
  "primary": {
2416
- "disabled": {
2417
- "description": "",
2418
- "value": "#ffffff66",
2419
- "type": "color",
2420
- "filePath": "src/stable/theme/stable-light.json",
2421
- "isSource": true
2422
- }
610
+ "disabled": "#ffffff66"
2423
611
  }
2424
612
  }
2425
613
  },
2426
614
  "gradientdivider": {
2427
615
  "normal": {
2428
- "0": {
2429
- "description": "",
2430
- "value": "#00000000",
2431
- "type": "color",
2432
- "filePath": "src/stable/theme/stable-light.json",
2433
- "isSource": true
2434
- },
2435
- "1": {
2436
- "description": "",
2437
- "value": "#00000033",
2438
- "type": "color",
2439
- "filePath": "src/stable/theme/stable-light.json",
2440
- "isSource": true
2441
- }
616
+ "0": "#00000000",
617
+ "1": "#00000033"
2442
618
  },
2443
619
  "hover": {
2444
- "0": {
2445
- "description": "",
2446
- "value": "#00000000",
2447
- "type": "color",
2448
- "filePath": "src/stable/theme/stable-light.json",
2449
- "isSource": true
2450
- },
2451
- "1": {
2452
- "description": "",
2453
- "value": "#00000099",
2454
- "type": "color",
2455
- "filePath": "src/stable/theme/stable-light.json",
2456
- "isSource": true
2457
- }
620
+ "0": "#00000000",
621
+ "1": "#00000099"
2458
622
  },
2459
623
  "error": {
2460
624
  "normal": {
2461
- "0": {
2462
- "description": "",
2463
- "value": "#ab0a1500",
2464
- "type": "color",
2465
- "filePath": "src/stable/theme/stable-light.json",
2466
- "isSource": true
2467
- },
2468
- "1": {
2469
- "description": "",
2470
- "value": "#ab0a1599",
2471
- "type": "color",
2472
- "filePath": "src/stable/theme/stable-light.json",
2473
- "isSource": true
2474
- }
625
+ "0": "#ab0a1500",
626
+ "1": "#ab0a1599"
2475
627
  },
2476
628
  "hover": {
2477
- "0": {
2478
- "description": "",
2479
- "value": "#ab0a1500",
2480
- "type": "color",
2481
- "filePath": "src/stable/theme/stable-light.json",
2482
- "isSource": true
2483
- },
2484
- "1": {
2485
- "description": "",
2486
- "value": "#ab0a15E6",
2487
- "type": "color",
2488
- "filePath": "src/stable/theme/stable-light.json",
2489
- "isSource": true
2490
- }
629
+ "0": "#ab0a1500",
630
+ "1": "#ab0a15E6"
2491
631
  }
2492
632
  },
2493
633
  "warning": {
2494
634
  "normal": {
2495
- "0": {
2496
- "description": "",
2497
- "value": "#7d470500",
2498
- "type": "color",
2499
- "filePath": "src/stable/theme/stable-light.json",
2500
- "isSource": true
2501
- },
2502
- "1": {
2503
- "description": "",
2504
- "value": "#7d470599",
2505
- "type": "color",
2506
- "filePath": "src/stable/theme/stable-light.json",
2507
- "isSource": true
2508
- }
635
+ "0": "#7d470500",
636
+ "1": "#7d470599"
2509
637
  },
2510
638
  "hover": {
2511
- "0": {
2512
- "description": "",
2513
- "value": "#7d470500",
2514
- "type": "color",
2515
- "filePath": "src/stable/theme/stable-light.json",
2516
- "isSource": true
2517
- },
2518
- "1": {
2519
- "description": "",
2520
- "value": "#7d4705E6",
2521
- "type": "color",
2522
- "filePath": "src/stable/theme/stable-light.json",
2523
- "isSource": true
2524
- }
639
+ "0": "#7d470500",
640
+ "1": "#7d4705E6"
2525
641
  }
2526
642
  },
2527
643
  "announce": {
2528
644
  "normal": {
2529
- "0": {
2530
- "description": "",
2531
- "value": "#0353a800",
2532
- "type": "color",
2533
- "filePath": "src/stable/theme/stable-light.json",
2534
- "isSource": true
2535
- },
2536
- "1": {
2537
- "description": "",
2538
- "value": "#0353a899",
2539
- "type": "color",
2540
- "filePath": "src/stable/theme/stable-light.json",
2541
- "isSource": true
2542
- }
645
+ "0": "#0353a800",
646
+ "1": "#0353a899"
2543
647
  },
2544
648
  "hover": {
2545
- "0": {
2546
- "description": "",
2547
- "value": "#0353a800",
2548
- "type": "color",
2549
- "filePath": "src/stable/theme/stable-light.json",
2550
- "isSource": true
2551
- },
2552
- "1": {
2553
- "description": "",
2554
- "value": "#0353a8E6",
2555
- "type": "color",
2556
- "filePath": "src/stable/theme/stable-light.json",
2557
- "isSource": true
2558
- }
649
+ "0": "#0353a800",
650
+ "1": "#0353a8E6"
2559
651
  }
2560
652
  }
2561
653
  },
2562
654
  "avatar": {
2563
- "default": {
2564
- "description": "",
2565
- "value": "#545454",
2566
- "type": "color",
2567
- "filePath": "src/stable/theme/stable-light.json",
2568
- "isSource": true
2569
- },
2570
- "cobalt": {
2571
- "description": "",
2572
- "value": "#08599c",
2573
- "type": "color",
2574
- "filePath": "src/stable/theme/stable-light.json",
2575
- "isSource": true
2576
- },
2577
- "cyan": {
2578
- "description": "",
2579
- "value": "#066070",
2580
- "type": "color",
2581
- "filePath": "src/stable/theme/stable-light.json",
2582
- "isSource": true
2583
- },
2584
- "gold": {
2585
- "description": "",
2586
- "value": "#735107",
2587
- "type": "color",
2588
- "filePath": "src/stable/theme/stable-light.json",
2589
- "isSource": true
2590
- },
2591
- "lime": {
2592
- "description": "",
2593
- "value": "#416116",
2594
- "type": "color",
2595
- "filePath": "src/stable/theme/stable-light.json",
2596
- "isSource": true
2597
- },
2598
- "mint": {
2599
- "description": "",
2600
- "value": "#12615a",
2601
- "type": "color",
2602
- "filePath": "src/stable/theme/stable-light.json",
2603
- "isSource": true
2604
- },
2605
- "orange": {
2606
- "description": "",
2607
- "value": "#914017",
2608
- "type": "color",
2609
- "filePath": "src/stable/theme/stable-light.json",
2610
- "isSource": true
2611
- },
2612
- "pink": {
2613
- "description": "",
2614
- "value": "#a12a3a",
2615
- "type": "color",
2616
- "filePath": "src/stable/theme/stable-light.json",
2617
- "isSource": true
2618
- },
2619
- "purple": {
2620
- "description": "",
2621
- "value": "#932099",
2622
- "type": "color",
2623
- "filePath": "src/stable/theme/stable-light.json",
2624
- "isSource": true
2625
- },
2626
- "slate": {
2627
- "description": "",
2628
- "value": "#535573",
2629
- "type": "color",
2630
- "filePath": "src/stable/theme/stable-light.json",
2631
- "isSource": true
2632
- },
2633
- "violet": {
2634
- "description": "",
2635
- "value": "#643abd",
2636
- "type": "color",
2637
- "filePath": "src/stable/theme/stable-light.json",
2638
- "isSource": true
2639
- },
2640
- "yellow": {
2641
- "description": "",
2642
- "value": "#7d4705",
2643
- "type": "color",
2644
- "filePath": "src/stable/theme/stable-light.json",
2645
- "isSource": true
2646
- }
655
+ "default": "#545454",
656
+ "cobalt": "#08599c",
657
+ "cyan": "#066070",
658
+ "gold": "#735107",
659
+ "lime": "#416116",
660
+ "mint": "#12615a",
661
+ "orange": "#914017",
662
+ "pink": "#a12a3a",
663
+ "purple": "#932099",
664
+ "slate": "#535573",
665
+ "violet": "#643abd",
666
+ "yellow": "#7d4705"
2647
667
  },
2648
668
  "gradation": {
2649
- "primary": {
2650
- "description": "",
2651
- "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
2652
- "type": "color",
2653
- "filePath": "src/stable/theme/stable-light.json",
2654
- "isSource": true
2655
- },
2656
- "secondary": {
2657
- "description": "",
2658
- "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
2659
- "type": "color",
2660
- "filePath": "src/stable/theme/stable-light.json",
2661
- "isSource": true
2662
- }
669
+ "primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
670
+ "secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
2663
671
  }
2664
672
  }
2665
673
  }