ui-primitives 6.38.0 → 7.2.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.
@@ -1,780 +0,0 @@
1
- {
2
- "dark_bg_accent": {
3
- "rgba": "rgba(239, 49, 36, 1)",
4
- "hex": "#ef3124",
5
- "alias": "backgroundColorAccent"
6
- },
7
- "dark_bg_attention_muted": {
8
- "rgba": "rgba(51, 33, 4, 1)",
9
- "hex": "#332104",
10
- "alias": "backgroundColorAttentionMuted"
11
- },
12
- "dark_bg_info": {
13
- "rgba": "rgba(0, 28, 60, 1)",
14
- "hex": "#001c3c",
15
- "alias": "backgroundColorInfo"
16
- },
17
- "dark_bg_negative_muted": {
18
- "rgba": "rgba(53, 17, 13, 1)",
19
- "hex": "#35110d",
20
- "alias": "backgroundColorNegativeMuted"
21
- },
22
- "dark_bg_opaque": {
23
- "rgba": "rgba(255, 255, 255, 0.8)",
24
- "hex": "#ccffffff",
25
- "alias": "backgroundColorOpaque"
26
- },
27
- "dark_bg_overlay": {
28
- "rgba": "rgba(0, 0, 0, 0.8)",
29
- "hex": "#cc000000",
30
- "alias": "backgroundColorOverlay"
31
- },
32
- "dark_bg_positive_muted": {
33
- "rgba": "rgba(4, 33, 23, 1)",
34
- "hex": "#042117",
35
- "alias": "backgroundColorPositiveMuted"
36
- },
37
- "dark_bg_primary": {
38
- "rgba": "rgba(18, 18, 18, 1)",
39
- "hex": "#121212",
40
- "alias": "backgroundColorPrimary"
41
- },
42
- "dark_bg_primary_inverted": {
43
- "rgba": "rgba(255, 255, 255, 1)",
44
- "hex": "#ffffff",
45
- "alias": "backgroundColorPrimaryInverted"
46
- },
47
- "dark_bg_quaternary": {
48
- "rgba": "rgba(58, 58, 60, 1)",
49
- "hex": "#3a3a3c",
50
- "alias": "backgroundColorQuaternary"
51
- },
52
- "dark_bg_quaternary_inverted": {
53
- "rgba": "rgba(220, 220, 221, 1)",
54
- "hex": "#dcdcdd",
55
- "alias": "backgroundColorQuaternaryInverted"
56
- },
57
- "dark_bg_secondary": {
58
- "rgba": "rgba(32, 32, 34, 1)",
59
- "hex": "#202022",
60
- "alias": "backgroundColorSecondary"
61
- },
62
- "dark_bg_secondary_inverted": {
63
- "rgba": "rgba(243, 244, 245, 1)",
64
- "hex": "#f3f4f5",
65
- "alias": "backgroundColorSecondaryInverted"
66
- },
67
- "dark_bg_tertiary": {
68
- "rgba": "rgba(44, 44, 46, 1)",
69
- "hex": "#2c2c2e",
70
- "alias": "backgroundColorTertiary"
71
- },
72
- "dark_bg_tertiary_inverted": {
73
- "rgba": "rgba(233, 233, 235, 1)",
74
- "hex": "#e9e9eb",
75
- "alias": "backgroundColorTertiaryInverted"
76
- },
77
- "dark_border_accent": {
78
- "rgba": "rgba(239, 49, 36, 1)",
79
- "hex": "#ef3124",
80
- "alias": "borderColorAccent"
81
- },
82
- "dark_border_key": {
83
- "rgba": "rgba(255, 255, 255, 1)",
84
- "hex": "#ffffff",
85
- "alias": "borderColorKey"
86
- },
87
- "dark_border_key_inverted": {
88
- "rgba": "rgba(0, 0, 0, 1)",
89
- "hex": "#000000",
90
- "alias": "borderColorKeyInverted"
91
- },
92
- "dark_border_link": {
93
- "rgba": "rgba(0, 114, 239, 1)",
94
- "hex": "#0072ef",
95
- "alias": "borderColorLink"
96
- },
97
- "dark_border_primary": {
98
- "rgba": "rgba(43, 43, 46, 1)",
99
- "hex": "#2b2b2e",
100
- "alias": "borderColorPrimary"
101
- },
102
- "dark_border_primary_inverted": {
103
- "rgba": "rgba(220, 220, 221, 1)",
104
- "hex": "#dcdcdd",
105
- "alias": "borderColorPrimaryInverted"
106
- },
107
- "dark_border_secondary": {
108
- "rgba": "rgba(38, 38, 41, 1)",
109
- "hex": "#262629",
110
- "alias": "borderColorSecondary"
111
- },
112
- "dark_border_secondary_inverted": {
113
- "rgba": "rgba(233, 233, 235, 1)",
114
- "hex": "#e9e9eb",
115
- "alias": "borderColorSecondaryInverted"
116
- },
117
- "dark_border_tertiary": {
118
- "rgba": "rgba(28, 28, 30, 1)",
119
- "hex": "#1c1c1e",
120
- "alias": "borderColorTertiary"
121
- },
122
- "dark_border_tertiary_inverted": {
123
- "rgba": "rgba(243, 244, 245, 1)",
124
- "hex": "#f3f4f5",
125
- "alias": "borderColorTertiaryInverted"
126
- },
127
- "dark_border_underline": {
128
- "rgba": "rgba(70, 70, 73, 1)",
129
- "hex": "#464649",
130
- "alias": "borderColorUnderline"
131
- },
132
- "dark_border_underline_inverted": {
133
- "rgba": "rgba(197, 197, 199, 1)",
134
- "hex": "#c5c5c7",
135
- "alias": "borderColorUnderlineInverted"
136
- },
137
- "dark_graphic_accent": {
138
- "rgba": "rgba(239, 49, 36, 1)",
139
- "hex": "#ef3124",
140
- "alias": "graphicColorAccent"
141
- },
142
- "dark_graphic_attention": {
143
- "rgba": "rgba(246, 191, 101, 1)",
144
- "hex": "#f6bf65",
145
- "alias": "graphicColorAttention"
146
- },
147
- "dark_graphic_link": {
148
- "rgba": "rgba(0, 114, 239, 1)",
149
- "hex": "#0072ef",
150
- "alias": "graphicColorLink"
151
- },
152
- "dark_graphic_negative": {
153
- "rgba": "rgba(217, 29, 11, 1)",
154
- "hex": "#d91d0b",
155
- "alias": "graphicColorNegative"
156
- },
157
- "dark_graphic_positive": {
158
- "rgba": "rgba(47, 194, 110, 1)",
159
- "hex": "#2fc26e",
160
- "alias": "graphicColorPositive"
161
- },
162
- "dark_graphic_primary": {
163
- "rgba": "rgba(255, 255, 255, 1)",
164
- "hex": "#ffffff",
165
- "alias": "graphicColorPrimary"
166
- },
167
- "dark_graphic_primary_inverted": {
168
- "rgba": "rgba(0, 0, 0, 1)",
169
- "hex": "#000000",
170
- "alias": "graphicColorPrimaryInverted"
171
- },
172
- "dark_graphic_quaternary": {
173
- "rgba": "rgba(42, 42, 44, 1)",
174
- "hex": "#2a2a2c",
175
- "alias": "graphicColorQuaternary"
176
- },
177
- "dark_graphic_quaternary_inverted": {
178
- "rgba": "rgba(220, 220, 221, 1)",
179
- "hex": "#dcdcdd",
180
- "alias": "graphicColorQuaternaryInverted"
181
- },
182
- "dark_graphic_secondary": {
183
- "rgba": "rgba(141, 141, 147, 1)",
184
- "hex": "#8d8d93",
185
- "alias": "graphicColorSecondary"
186
- },
187
- "dark_graphic_secondary_inverted": {
188
- "rgba": "rgba(138, 138, 142, 1)",
189
- "hex": "#8a8a8e",
190
- "alias": "graphicColorSecondaryInverted"
191
- },
192
- "dark_graphic_tertiary": {
193
- "rgba": "rgba(70, 70, 73, 1)",
194
- "hex": "#464649",
195
- "alias": "graphicColorTertiary"
196
- },
197
- "dark_graphic_tertiary_inverted": {
198
- "rgba": "rgba(197, 197, 199, 1)",
199
- "hex": "#c5c5c7",
200
- "alias": "graphicColorTertiaryInverted"
201
- },
202
- "dark_specialbg_component": {
203
- "rgba": "rgba(255, 255, 255, 0.1)",
204
- "hex": "#1affffff",
205
- "alias": "specialBackgroundColorComponent"
206
- },
207
- "dark_specialbg_component_inverted": {
208
- "rgba": "rgba(0, 0, 0, 0.08)",
209
- "hex": "#14000000",
210
- "alias": "specialBackgroundColorComponentInverted"
211
- },
212
- "dark_specialbg_nulled": {
213
- "rgba": "rgba(255, 255, 255, 0)",
214
- "hex": "#00ffffff",
215
- "alias": "specialBackgroundColorNulled"
216
- },
217
- "dark_specialbg_overlay_fallback": {
218
- "rgba": "rgba(7, 7, 7, 1)",
219
- "hex": "#070707",
220
- "alias": "specialBackgroundColorOverlayFallback"
221
- },
222
- "dark_specialbg_primary_grouped": {
223
- "rgba": "rgba(32, 32, 34, 1)",
224
- "hex": "#202022",
225
- "alias": "specialBackgroundColorPrimaryGrouped"
226
- },
227
- "dark_specialbg_secondary_grouped": {
228
- "rgba": "rgba(44, 44, 46, 1)",
229
- "hex": "#2c2c2e",
230
- "alias": "specialBackgroundColorSecondaryGrouped"
231
- },
232
- "dark_specialbg_tertiary_grouped": {
233
- "rgba": "rgba(58, 58, 60, 1)",
234
- "hex": "#3a3a3c",
235
- "alias": "specialBackgroundColorTertiaryGrouped"
236
- },
237
- "dark_text_accent": {
238
- "rgba": "rgba(239, 49, 36, 1)",
239
- "hex": "#ef3124",
240
- "alias": "textColorAccent"
241
- },
242
- "dark_text_attention": {
243
- "rgba": "rgba(203, 131, 15, 1)",
244
- "hex": "#cb830f",
245
- "alias": "textColorAttention"
246
- },
247
- "dark_text_disabled": {
248
- "rgba": "rgba(235, 235, 245, 0.18)",
249
- "hex": "#2eebebf5",
250
- "alias": "textColorDisabled"
251
- },
252
- "dark_text_disabled_inverted": {
253
- "rgba": "rgba(60, 60, 67, 0.18)",
254
- "hex": "#2e3c3c43",
255
- "alias": "textColorDisabledInverted"
256
- },
257
- "dark_text_link": {
258
- "rgba": "rgba(0, 114, 239, 1)",
259
- "hex": "#0072ef",
260
- "alias": "textColorLink"
261
- },
262
- "dark_text_negative": {
263
- "rgba": "rgba(241, 80, 69, 1)",
264
- "hex": "#f15045",
265
- "alias": "textColorNegative"
266
- },
267
- "dark_text_positive": {
268
- "rgba": "rgba(19, 164, 99, 1)",
269
- "hex": "#13a463",
270
- "alias": "textColorPositive"
271
- },
272
- "dark_text_primary": {
273
- "rgba": "rgba(255, 255, 255, 1)",
274
- "hex": "#ffffff",
275
- "alias": "textColorPrimary"
276
- },
277
- "dark_text_primary_inverted": {
278
- "rgba": "rgba(0, 0, 0, 1)",
279
- "hex": "#000000",
280
- "alias": "textColorPrimaryInverted"
281
- },
282
- "dark_text_secondary": {
283
- "rgba": "rgba(235, 235, 245, 0.6)",
284
- "hex": "#99ebebf5",
285
- "alias": "textColorSecondary"
286
- },
287
- "dark_text_secondary_inverted": {
288
- "rgba": "rgba(60, 60, 67, 0.6)",
289
- "hex": "#993c3c43",
290
- "alias": "textColorSecondaryInverted"
291
- },
292
- "dark_text_tertiary": {
293
- "rgba": "rgba(235, 235, 245, 0.3)",
294
- "hex": "#4debebf5",
295
- "alias": "textColorTertiary"
296
- },
297
- "dark_text_tertiary_inverted": {
298
- "rgba": "rgba(60, 60, 67, 0.3)",
299
- "hex": "#4d3c3c43",
300
- "alias": "textColorTertiaryInverted"
301
- },
302
- "light_bg_accent": {
303
- "rgba": "rgba(239, 49, 36, 1)",
304
- "hex": "#ef3124",
305
- "alias": "backgroundColorAccent"
306
- },
307
- "light_bg_attention_muted": {
308
- "rgba": "rgba(247, 235, 217, 1)",
309
- "hex": "#f7ebd9",
310
- "alias": "backgroundColorAttentionMuted"
311
- },
312
- "light_bg_info": {
313
- "rgba": "rgba(214, 232, 252, 1)",
314
- "hex": "#d6e8fc",
315
- "alias": "backgroundColorInfo"
316
- },
317
- "light_bg_negative_muted": {
318
- "rgba": "rgba(251, 232, 231, 1)",
319
- "hex": "#fbe8e7",
320
- "alias": "backgroundColorNegativeMuted"
321
- },
322
- "light_bg_opaque": {
323
- "rgba": "rgba(255, 255, 255, 0.8)",
324
- "hex": "#ccffffff",
325
- "alias": "backgroundColorOpaque"
326
- },
327
- "light_bg_overlay": {
328
- "rgba": "rgba(0, 0, 0, 0.6)",
329
- "hex": "#99000000",
330
- "alias": "backgroundColorOverlay"
331
- },
332
- "light_bg_positive_muted": {
333
- "rgba": "rgba(231, 246, 239, 1)",
334
- "hex": "#e7f6ef",
335
- "alias": "backgroundColorPositiveMuted"
336
- },
337
- "light_bg_primary": {
338
- "rgba": "rgba(255, 255, 255, 1)",
339
- "hex": "#ffffff",
340
- "alias": "backgroundColorPrimary"
341
- },
342
- "light_bg_primary_inverted": {
343
- "rgba": "rgba(18, 18, 18, 1)",
344
- "hex": "#121212",
345
- "alias": "backgroundColorPrimaryInverted"
346
- },
347
- "light_bg_quaternary": {
348
- "rgba": "rgba(220, 220, 221, 1)",
349
- "hex": "#dcdcdd",
350
- "alias": "backgroundColorQuaternary"
351
- },
352
- "light_bg_quaternary_inverted": {
353
- "rgba": "rgba(58, 58, 60, 1)",
354
- "hex": "#3a3a3c",
355
- "alias": "backgroundColorQuaternaryInverted"
356
- },
357
- "light_bg_secondary": {
358
- "rgba": "rgba(243, 244, 245, 1)",
359
- "hex": "#f3f4f5",
360
- "alias": "backgroundColorSecondary"
361
- },
362
- "light_bg_secondary_inverted": {
363
- "rgba": "rgba(32, 32, 34, 1)",
364
- "hex": "#202022",
365
- "alias": "backgroundColorSecondaryInverted"
366
- },
367
- "light_bg_tertiary": {
368
- "rgba": "rgba(233, 233, 235, 1)",
369
- "hex": "#e9e9eb",
370
- "alias": "backgroundColorTertiary"
371
- },
372
- "light_bg_tertiary_inverted": {
373
- "rgba": "rgba(44, 44, 46, 1)",
374
- "hex": "#2c2c2e",
375
- "alias": "backgroundColorTertiaryInverted"
376
- },
377
- "light_border_accent": {
378
- "rgba": "rgba(239, 49, 36, 1)",
379
- "hex": "#ef3124",
380
- "alias": "borderColorAccent"
381
- },
382
- "light_border_key": {
383
- "rgba": "rgba(0, 0, 0, 1)",
384
- "hex": "#000000",
385
- "alias": "borderColorKey"
386
- },
387
- "light_border_key_inverted": {
388
- "rgba": "rgba(255, 255, 255, 1)",
389
- "hex": "#ffffff",
390
- "alias": "borderColorKeyInverted"
391
- },
392
- "light_border_link": {
393
- "rgba": "rgba(0, 114, 239, 1)",
394
- "hex": "#0072ef",
395
- "alias": "borderColorLink"
396
- },
397
- "light_border_primary": {
398
- "rgba": "rgba(220, 220, 221, 1)",
399
- "hex": "#dcdcdd",
400
- "alias": "borderColorPrimary"
401
- },
402
- "light_border_primary_inverted": {
403
- "rgba": "rgba(43, 43, 46, 1)",
404
- "hex": "#2b2b2e",
405
- "alias": "borderColorPrimaryInverted"
406
- },
407
- "light_border_secondary": {
408
- "rgba": "rgba(233, 233, 235, 1)",
409
- "hex": "#e9e9eb",
410
- "alias": "borderColorSecondary"
411
- },
412
- "light_border_secondary_inverted": {
413
- "rgba": "rgba(38, 38, 41, 1)",
414
- "hex": "#262629",
415
- "alias": "borderColorSecondaryInverted"
416
- },
417
- "light_border_tertiary": {
418
- "rgba": "rgba(243, 244, 245, 1)",
419
- "hex": "#f3f4f5",
420
- "alias": "borderColorTertiary"
421
- },
422
- "light_border_tertiary_inverted": {
423
- "rgba": "rgba(28, 28, 30, 1)",
424
- "hex": "#1c1c1e",
425
- "alias": "borderColorTertiaryInverted"
426
- },
427
- "light_border_underline": {
428
- "rgba": "rgba(197, 197, 199, 1)",
429
- "hex": "#c5c5c7",
430
- "alias": "borderColorUnderline"
431
- },
432
- "light_border_underline_inverted": {
433
- "rgba": "rgba(70, 70, 73, 1)",
434
- "hex": "#464649",
435
- "alias": "borderColorUnderlineInverted"
436
- },
437
- "light_graphic_accent": {
438
- "rgba": "rgba(239, 49, 36, 1)",
439
- "hex": "#ef3124",
440
- "alias": "graphicColorAccent"
441
- },
442
- "light_graphic_attention": {
443
- "rgba": "rgba(246, 191, 101, 1)",
444
- "hex": "#f6bf65",
445
- "alias": "graphicColorAttention"
446
- },
447
- "light_graphic_link": {
448
- "rgba": "rgba(0, 114, 239, 1)",
449
- "hex": "#0072ef",
450
- "alias": "graphicColorLink"
451
- },
452
- "light_graphic_negative": {
453
- "rgba": "rgba(241, 80, 69, 1)",
454
- "hex": "#f15045",
455
- "alias": "graphicColorNegative"
456
- },
457
- "light_graphic_positive": {
458
- "rgba": "rgba(47, 194, 110, 1)",
459
- "hex": "#2fc26e",
460
- "alias": "graphicColorPositive"
461
- },
462
- "light_graphic_primary": {
463
- "rgba": "rgba(0, 0, 0, 1)",
464
- "hex": "#000000",
465
- "alias": "graphicColorPrimary"
466
- },
467
- "light_graphic_primary_inverted": {
468
- "rgba": "rgba(255, 255, 255, 1)",
469
- "hex": "#ffffff",
470
- "alias": "graphicColorPrimaryInverted"
471
- },
472
- "light_graphic_quaternary": {
473
- "rgba": "rgba(220, 220, 221, 1)",
474
- "hex": "#dcdcdd",
475
- "alias": "graphicColorQuaternary"
476
- },
477
- "light_graphic_quaternary_inverted": {
478
- "rgba": "rgba(42, 42, 44, 1)",
479
- "hex": "#2a2a2c",
480
- "alias": "graphicColorQuaternaryInverted"
481
- },
482
- "light_graphic_secondary": {
483
- "rgba": "rgba(138, 138, 142, 1)",
484
- "hex": "#8a8a8e",
485
- "alias": "graphicColorSecondary"
486
- },
487
- "light_graphic_secondary_inverted": {
488
- "rgba": "rgba(141, 141, 147, 1)",
489
- "hex": "#8d8d93",
490
- "alias": "graphicColorSecondaryInverted"
491
- },
492
- "light_graphic_tertiary": {
493
- "rgba": "rgba(197, 197, 199, 1)",
494
- "hex": "#c5c5c7",
495
- "alias": "graphicColorTertiary"
496
- },
497
- "light_graphic_tertiary_inverted": {
498
- "rgba": "rgba(70, 70, 73, 1)",
499
- "hex": "#464649",
500
- "alias": "graphicColorTertiaryInverted"
501
- },
502
- "light_specialbg_component": {
503
- "rgba": "rgba(0, 0, 0, 0.08)",
504
- "hex": "#14000000",
505
- "alias": "specialBackgroundColorComponent"
506
- },
507
- "light_specialbg_component_inverted": {
508
- "rgba": "rgba(255, 255, 255, 0.1)",
509
- "hex": "#1affffff",
510
- "alias": "specialBackgroundColorComponentInverted"
511
- },
512
- "light_specialbg_nulled": {
513
- "rgba": "rgba(255, 255, 255, 0)",
514
- "hex": "#00ffffff",
515
- "alias": "specialBackgroundColorNulled"
516
- },
517
- "light_specialbg_overlay_fallback": {
518
- "rgba": "rgba(92, 92, 92, 1)",
519
- "hex": "#5c5c5c",
520
- "alias": "specialBackgroundColorOverlayFallback"
521
- },
522
- "light_specialbg_primary_grouped": {
523
- "rgba": "rgba(243, 244, 245, 1)",
524
- "hex": "#f3f4f5",
525
- "alias": "specialBackgroundColorPrimaryGrouped"
526
- },
527
- "light_specialbg_secondary_grouped": {
528
- "rgba": "rgba(255, 255, 255, 1)",
529
- "hex": "#ffffff",
530
- "alias": "specialBackgroundColorSecondaryGrouped"
531
- },
532
- "light_specialbg_tertiary_grouped": {
533
- "rgba": "rgba(243, 244, 245, 1)",
534
- "hex": "#f3f4f5",
535
- "alias": "specialBackgroundColorTertiaryGrouped"
536
- },
537
- "light_text_accent": {
538
- "rgba": "rgba(239, 49, 36, 1)",
539
- "hex": "#ef3124",
540
- "alias": "textColorAccent"
541
- },
542
- "light_text_attention": {
543
- "rgba": "rgba(203, 131, 15, 1)",
544
- "hex": "#cb830f",
545
- "alias": "textColorAttention"
546
- },
547
- "light_text_disabled": {
548
- "rgba": "rgba(60, 60, 67, 0.18)",
549
- "hex": "#2e3c3c43",
550
- "alias": "textColorDisabled"
551
- },
552
- "light_text_disabled_inverted": {
553
- "rgba": "rgba(235, 235, 245, 0.18)",
554
- "hex": "#2eebebf5",
555
- "alias": "textColorDisabledInverted"
556
- },
557
- "light_text_link": {
558
- "rgba": "rgba(0, 114, 239, 1)",
559
- "hex": "#0072ef",
560
- "alias": "textColorLink"
561
- },
562
- "light_text_negative": {
563
- "rgba": "rgba(217, 29, 11, 1)",
564
- "hex": "#d91d0b",
565
- "alias": "textColorNegative"
566
- },
567
- "light_text_positive": {
568
- "rgba": "rgba(19, 164, 99, 1)",
569
- "hex": "#13a463",
570
- "alias": "textColorPositive"
571
- },
572
- "light_text_primary": {
573
- "rgba": "rgba(0, 0, 0, 1)",
574
- "hex": "#000000",
575
- "alias": "textColorPrimary"
576
- },
577
- "light_text_primary_inverted": {
578
- "rgba": "rgba(255, 255, 255, 1)",
579
- "hex": "#ffffff",
580
- "alias": "textColorPrimaryInverted"
581
- },
582
- "light_text_secondary": {
583
- "rgba": "rgba(60, 60, 67, 0.6)",
584
- "hex": "#993c3c43",
585
- "alias": "textColorSecondary"
586
- },
587
- "light_text_secondary_inverted": {
588
- "rgba": "rgba(235, 235, 245, 0.6)",
589
- "hex": "#99ebebf5",
590
- "alias": "textColorSecondaryInverted"
591
- },
592
- "light_text_tertiary": {
593
- "rgba": "rgba(60, 60, 67, 0.3)",
594
- "hex": "#4d3c3c43",
595
- "alias": "textColorTertiary"
596
- },
597
- "light_text_tertiary_inverted": {
598
- "rgba": "rgba(235, 235, 245, 0.3)",
599
- "hex": "#4debebf5",
600
- "alias": "textColorTertiaryInverted"
601
- },
602
- "static_bg_accent": {
603
- "rgba": "rgba(239, 49, 36, 1)",
604
- "hex": "#ef3124",
605
- "alias": "staticBackgroundColorAccent"
606
- },
607
- "static_bg_primary_dark": {
608
- "rgba": "rgba(18, 18, 18, 1)",
609
- "hex": "#121212",
610
- "alias": "staticBackgroundColorPrimaryDark"
611
- },
612
- "static_bg_primary_light": {
613
- "rgba": "rgba(255, 255, 255, 1)",
614
- "hex": "#ffffff",
615
- "alias": "staticBackgroundColorPrimaryLight"
616
- },
617
- "static_bg_quaternary_dark": {
618
- "rgba": "rgba(58, 58, 60, 1)",
619
- "hex": "#3a3a3c",
620
- "alias": "staticBackgroundColorQuaternaryDark"
621
- },
622
- "static_bg_quaternary_light": {
623
- "rgba": "rgba(220, 220, 221, 1)",
624
- "hex": "#dcdcdd",
625
- "alias": "staticBackgroundColorQuaternaryLight"
626
- },
627
- "static_bg_secondary_dark": {
628
- "rgba": "rgba(32, 32, 34, 1)",
629
- "hex": "#202022",
630
- "alias": "staticBackgroundColorSecondaryDark"
631
- },
632
- "static_bg_secondary_light": {
633
- "rgba": "rgba(243, 244, 245, 1)",
634
- "hex": "#f3f4f5",
635
- "alias": "staticBackgroundColorSecondaryLight"
636
- },
637
- "static_bg_tertiary_dark": {
638
- "rgba": "rgba(44, 44, 46, 1)",
639
- "hex": "#2c2c2e",
640
- "alias": "staticBackgroundColorTertiaryDark"
641
- },
642
- "static_bg_tertiary_light": {
643
- "rgba": "rgba(233, 233, 235, 1)",
644
- "hex": "#e9e9eb",
645
- "alias": "staticBackgroundColorTertiaryLight"
646
- },
647
- "static_border_accent": {
648
- "rgba": "rgba(239, 49, 36, 1)",
649
- "hex": "#ef3124",
650
- "alias": "staticBorderColorAccent"
651
- },
652
- "static_graphic_accent": {
653
- "rgba": "rgba(239, 49, 36, 1)",
654
- "hex": "#ef3124",
655
- "alias": "staticGraphicColorAccent"
656
- },
657
- "static_graphic_dark": {
658
- "rgba": "rgba(0, 0, 0, 1)",
659
- "hex": "#000000",
660
- "alias": "staticGraphicColorDark"
661
- },
662
- "static_graphic_light": {
663
- "rgba": "rgba(255, 255, 255, 1)",
664
- "hex": "#ffffff",
665
- "alias": "staticGraphicColorLight"
666
- },
667
- "static_text_accent": {
668
- "rgba": "rgba(239, 49, 36, 1)",
669
- "hex": "#ef3124",
670
- "alias": "staticTextColorAccent"
671
- },
672
- "static_text_primary_dark": {
673
- "rgba": "rgba(0, 0, 0, 1)",
674
- "hex": "#000000",
675
- "alias": "staticTextColorPrimaryDark"
676
- },
677
- "static_text_primary_light": {
678
- "rgba": "rgba(255, 255, 255, 1)",
679
- "hex": "#ffffff",
680
- "alias": "staticTextColorPrimaryLight"
681
- },
682
- "static_text_secondary_dark": {
683
- "rgba": "rgba(60, 60, 67, 0.6)",
684
- "hex": "#993c3c43",
685
- "alias": "staticTextColorSecondaryDark"
686
- },
687
- "static_text_secondary_light": {
688
- "rgba": "rgba(235, 235, 245, 0.6)",
689
- "hex": "#99ebebf5",
690
- "alias": "staticTextColorSecondaryLight"
691
- },
692
- "static_text_tertiary_dark": {
693
- "rgba": "rgba(60, 60, 67, 0.3)",
694
- "hex": "#4d3c3c43",
695
- "alias": "staticTextColorTertiaryDark"
696
- },
697
- "static_text_tertiary_light": {
698
- "rgba": "rgba(235, 235, 245, 0.3)",
699
- "hex": "#4debebf5",
700
- "alias": "staticTextColorTertiaryLight"
701
- },
702
- "dark_bg_info_old": {
703
- "rgba": "rgba(0, 28, 60, 1)",
704
- "hex": "#001c3c",
705
- "alias": "backgroundColorLinkMuted",
706
- "deprecated": true
707
- },
708
- "dark_bg_overlay_old": {
709
- "rgba": "rgba(0, 0, 0, 0.8)",
710
- "hex": "#cc000000",
711
- "alias": "specialBackgroundColorOverlay",
712
- "deprecated": true
713
- },
714
- "dark_specialbg_component_old": {
715
- "rgba": "rgba(255, 255, 255, 0.1)",
716
- "hex": "#1affffff",
717
- "alias": "backgroundColorComponent",
718
- "deprecated": true
719
- },
720
- "dark_specialbg_component_inverted_old": {
721
- "rgba": "rgba(0, 0, 0, 0.08)",
722
- "hex": "#14000000",
723
- "alias": "backgroundColorComponentInverted",
724
- "deprecated": true
725
- },
726
- "static_text_secondary_light_transparent_old": {
727
- "rgba": "rgba(235, 235, 245, 0.6)",
728
- "hex": "#99ebebf5",
729
- "alias": "staticTextColorSecondaryLightTransparent",
730
- "deprecated": true
731
- },
732
- "static_text_tertiary_light_transparent_old": {
733
- "rgba": "rgba(235, 235, 245, 0.3)",
734
- "hex": "#4debebf5",
735
- "alias": "staticTextColorTertiaryLightTransparent",
736
- "deprecated": true
737
- },
738
- "light_bg_info_old": {
739
- "rgba": "rgba(214, 232, 252, 1)",
740
- "hex": "#d6e8fc",
741
- "alias": "backgroundColorLinkMuted",
742
- "deprecated": true
743
- },
744
- "dark_bg_neutral": {
745
- "rgba": "rgba(58, 58, 60, 1)",
746
- "hex": "#3a3a3c",
747
- "alias": "backgroundColorNeutral",
748
- "deprecated": true
749
- },
750
- "dark_graphic_neutral": {
751
- "rgba": "rgba(42, 42, 44, 1)",
752
- "hex": "#2a2a2c",
753
- "alias": "graphicColorNeutral",
754
- "deprecated": true
755
- },
756
- "light_bg_neutral": {
757
- "rgba": "rgba(220, 220, 221, 1)",
758
- "hex": "#dcdcdd",
759
- "alias": "backgroundColorNeutral",
760
- "deprecated": true
761
- },
762
- "light_graphic_neutral": {
763
- "rgba": "rgba(220, 220, 221, 1)",
764
- "hex": "#dcdcdd",
765
- "alias": "graphicColorNeutral",
766
- "deprecated": true
767
- },
768
- "static_bg_neutral_dark": {
769
- "rgba": "rgba(58, 58, 60, 1)",
770
- "hex": "#3a3a3c",
771
- "alias": "staticBackgroundColorNeutralDark",
772
- "deprecated": true
773
- },
774
- "static_bg_neutral_light": {
775
- "rgba": "rgba(220, 220, 221, 1)",
776
- "hex": "#dcdcdd",
777
- "alias": "staticBackgroundColorNeutralLight",
778
- "deprecated": true
779
- }
780
- }