ui-primitives 4.2.0 → 5.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.
@@ -0,0 +1,782 @@
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(42, 42, 44, 1)",
249
+ "hex": "#2a2a2c",
250
+ "alias": "textColorDisabled"
251
+ },
252
+ "dark_text_disabled_inverted": {
253
+ "rgba": "rgba(220, 220, 221, 1)",
254
+ "hex": "#dcdcdd",
255
+ "alias": "textColorDisabledInverted"
256
+ },
257
+ "dark_text_disabled_inverted_transparent": {
258
+ "rgba": "rgba(60, 60, 67, 0.18)",
259
+ "hex": "#2e3c3c43",
260
+ "alias": "textColorDisabledInverted"
261
+ },
262
+ "dark_text_disabled_transparent": {
263
+ "rgba": "rgba(235, 235, 245, 0.18)",
264
+ "hex": "#2eebebf5",
265
+ "alias": "textColorDisabled"
266
+ },
267
+ "dark_text_link": {
268
+ "rgba": "rgba(0, 114, 239, 1)",
269
+ "hex": "#0072ef",
270
+ "alias": "textColorLink"
271
+ },
272
+ "dark_text_negative": {
273
+ "rgba": "rgba(241, 80, 69, 1)",
274
+ "hex": "#f15045",
275
+ "alias": "textColorNegative"
276
+ },
277
+ "dark_text_positive": {
278
+ "rgba": "rgba(19, 164, 99, 1)",
279
+ "hex": "#13a463",
280
+ "alias": "textColorPositive"
281
+ },
282
+ "dark_text_primary": {
283
+ "rgba": "rgba(255, 255, 255, 1)",
284
+ "hex": "#ffffff",
285
+ "alias": "textColorPrimary"
286
+ },
287
+ "dark_text_primary_inverted": {
288
+ "rgba": "rgba(0, 0, 0, 1)",
289
+ "hex": "#000000",
290
+ "alias": "textColorPrimaryInverted"
291
+ },
292
+ "dark_text_secondary": {
293
+ "rgba": "rgba(141, 141, 147, 1)",
294
+ "hex": "#8d8d93",
295
+ "alias": "textColorSecondary"
296
+ },
297
+ "dark_text_secondary_inverted": {
298
+ "rgba": "rgba(138, 138, 142, 1)",
299
+ "hex": "#8a8a8e",
300
+ "alias": "textColorSecondaryInverted"
301
+ },
302
+ "dark_text_secondary_inverted_transparent": {
303
+ "rgba": "rgba(60, 60, 67, 0.6)",
304
+ "hex": "#993c3c43",
305
+ "alias": "textColorSecondaryInverted"
306
+ },
307
+ "dark_text_secondary_transparent": {
308
+ "rgba": "rgba(235, 235, 245, 0.6)",
309
+ "hex": "#99ebebf5",
310
+ "alias": "textColorSecondary"
311
+ },
312
+ "dark_text_tertiary": {
313
+ "rgba": "rgba(70, 70, 73, 1)",
314
+ "hex": "#464649",
315
+ "alias": "textColorTertiary"
316
+ },
317
+ "dark_text_tertiary_inverted": {
318
+ "rgba": "rgba(197, 197, 199, 1)",
319
+ "hex": "#c5c5c7",
320
+ "alias": "textColorTertiaryInverted"
321
+ },
322
+ "dark_text_tertiary_inverted_transparent": {
323
+ "rgba": "rgba(60, 60, 67, 0.3)",
324
+ "hex": "#4d3c3c43",
325
+ "alias": "textColorTertiaryInverted"
326
+ },
327
+ "dark_text_tertiary_transparent": {
328
+ "rgba": "rgba(235, 235, 245, 0.3)",
329
+ "hex": "#4debebf5",
330
+ "alias": "textColorTertiary"
331
+ },
332
+ "light_bg_accent": {
333
+ "rgba": "rgba(239, 49, 36, 1)",
334
+ "hex": "#ef3124",
335
+ "alias": "backgroundColorAccent"
336
+ },
337
+ "light_bg_attention_muted": {
338
+ "rgba": "rgba(247, 235, 217, 1)",
339
+ "hex": "#f7ebd9",
340
+ "alias": "backgroundColorAttentionMuted"
341
+ },
342
+ "light_bg_info": {
343
+ "rgba": "rgba(214, 232, 252, 1)",
344
+ "hex": "#d6e8fc",
345
+ "alias": "backgroundColorInfo"
346
+ },
347
+ "light_bg_negative_muted": {
348
+ "rgba": "rgba(251, 232, 231, 1)",
349
+ "hex": "#fbe8e7",
350
+ "alias": "backgroundColorNegativeMuted"
351
+ },
352
+ "light_bg_opaque": {
353
+ "rgba": "rgba(255, 255, 255, 0.8)",
354
+ "hex": "#ccffffff",
355
+ "alias": "backgroundColorOpaque"
356
+ },
357
+ "light_bg_overlay": {
358
+ "rgba": "rgba(0, 0, 0, 0.6)",
359
+ "hex": "#99000000",
360
+ "alias": "backgroundColorOverlay"
361
+ },
362
+ "light_bg_positive_muted": {
363
+ "rgba": "rgba(231, 246, 239, 1)",
364
+ "hex": "#e7f6ef",
365
+ "alias": "backgroundColorPositiveMuted"
366
+ },
367
+ "light_bg_primary": {
368
+ "rgba": "rgba(255, 255, 255, 1)",
369
+ "hex": "#ffffff",
370
+ "alias": "backgroundColorPrimary"
371
+ },
372
+ "light_bg_primary_inverted": {
373
+ "rgba": "rgba(18, 18, 18, 1)",
374
+ "hex": "#121212",
375
+ "alias": "backgroundColorPrimaryInverted"
376
+ },
377
+ "light_bg_quaternary": {
378
+ "rgba": "rgba(220, 220, 221, 1)",
379
+ "hex": "#dcdcdd",
380
+ "alias": "backgroundColorQuaternary"
381
+ },
382
+ "light_bg_quaternary_inverted": {
383
+ "rgba": "rgba(58, 58, 60, 1)",
384
+ "hex": "#3a3a3c",
385
+ "alias": "backgroundColorQuaternaryInverted"
386
+ },
387
+ "light_bg_secondary": {
388
+ "rgba": "rgba(243, 244, 245, 1)",
389
+ "hex": "#f3f4f5",
390
+ "alias": "backgroundColorSecondary"
391
+ },
392
+ "light_bg_secondary_inverted": {
393
+ "rgba": "rgba(32, 32, 34, 1)",
394
+ "hex": "#202022",
395
+ "alias": "backgroundColorSecondaryInverted"
396
+ },
397
+ "light_bg_tertiary": {
398
+ "rgba": "rgba(233, 233, 235, 1)",
399
+ "hex": "#e9e9eb",
400
+ "alias": "backgroundColorTertiary"
401
+ },
402
+ "light_bg_tertiary_inverted": {
403
+ "rgba": "rgba(44, 44, 46, 1)",
404
+ "hex": "#2c2c2e",
405
+ "alias": "backgroundColorTertiaryInverted"
406
+ },
407
+ "light_border_accent": {
408
+ "rgba": "rgba(239, 49, 36, 1)",
409
+ "hex": "#ef3124",
410
+ "alias": "borderColorAccent"
411
+ },
412
+ "light_border_key": {
413
+ "rgba": "rgba(0, 0, 0, 1)",
414
+ "hex": "#000000",
415
+ "alias": "borderColorKey"
416
+ },
417
+ "light_border_key_inverted": {
418
+ "rgba": "rgba(255, 255, 255, 1)",
419
+ "hex": "#ffffff",
420
+ "alias": "borderColorKeyInverted"
421
+ },
422
+ "light_border_link": {
423
+ "rgba": "rgba(0, 114, 239, 1)",
424
+ "hex": "#0072ef",
425
+ "alias": "borderColorLink"
426
+ },
427
+ "light_border_primary": {
428
+ "rgba": "rgba(220, 220, 221, 1)",
429
+ "hex": "#dcdcdd",
430
+ "alias": "borderColorPrimary"
431
+ },
432
+ "light_border_primary_inverted": {
433
+ "rgba": "rgba(43, 43, 46, 1)",
434
+ "hex": "#2b2b2e",
435
+ "alias": "borderColorPrimaryInverted"
436
+ },
437
+ "light_border_secondary": {
438
+ "rgba": "rgba(233, 233, 235, 1)",
439
+ "hex": "#e9e9eb",
440
+ "alias": "borderColorSecondary"
441
+ },
442
+ "light_border_secondary_inverted": {
443
+ "rgba": "rgba(38, 38, 41, 1)",
444
+ "hex": "#262629",
445
+ "alias": "borderColorSecondaryInverted"
446
+ },
447
+ "light_border_tertiary": {
448
+ "rgba": "rgba(243, 244, 245, 1)",
449
+ "hex": "#f3f4f5",
450
+ "alias": "borderColorTertiary"
451
+ },
452
+ "light_border_tertiary_inverted": {
453
+ "rgba": "rgba(28, 28, 30, 1)",
454
+ "hex": "#1c1c1e",
455
+ "alias": "borderColorTertiaryInverted"
456
+ },
457
+ "light_border_underline": {
458
+ "rgba": "rgba(197, 197, 199, 1)",
459
+ "hex": "#c5c5c7",
460
+ "alias": "borderColorUnderline"
461
+ },
462
+ "light_border_underline_inverted": {
463
+ "rgba": "rgba(70, 70, 73, 1)",
464
+ "hex": "#464649",
465
+ "alias": "borderColorUnderlineInverted"
466
+ },
467
+ "light_graphic_accent": {
468
+ "rgba": "rgba(239, 49, 36, 1)",
469
+ "hex": "#ef3124",
470
+ "alias": "graphicColorAccent"
471
+ },
472
+ "light_graphic_attention": {
473
+ "rgba": "rgba(246, 191, 101, 1)",
474
+ "hex": "#f6bf65",
475
+ "alias": "graphicColorAttention"
476
+ },
477
+ "light_graphic_link": {
478
+ "rgba": "rgba(0, 114, 239, 1)",
479
+ "hex": "#0072ef",
480
+ "alias": "graphicColorLink"
481
+ },
482
+ "light_graphic_negative": {
483
+ "rgba": "rgba(241, 80, 69, 1)",
484
+ "hex": "#f15045",
485
+ "alias": "graphicColorNegative"
486
+ },
487
+ "light_graphic_positive": {
488
+ "rgba": "rgba(47, 194, 110, 1)",
489
+ "hex": "#2fc26e",
490
+ "alias": "graphicColorPositive"
491
+ },
492
+ "light_graphic_primary": {
493
+ "rgba": "rgba(0, 0, 0, 1)",
494
+ "hex": "#000000",
495
+ "alias": "graphicColorPrimary"
496
+ },
497
+ "light_graphic_primary_inverted": {
498
+ "rgba": "rgba(255, 255, 255, 1)",
499
+ "hex": "#ffffff",
500
+ "alias": "graphicColorPrimaryInverted"
501
+ },
502
+ "light_graphic_quaternary": {
503
+ "rgba": "rgba(220, 220, 221, 1)",
504
+ "hex": "#dcdcdd",
505
+ "alias": "graphicColorQuaternary"
506
+ },
507
+ "light_graphic_quaternary_inverted": {
508
+ "rgba": "rgba(42, 42, 44, 1)",
509
+ "hex": "#2a2a2c",
510
+ "alias": "graphicColorQuaternaryInverted"
511
+ },
512
+ "light_graphic_secondary": {
513
+ "rgba": "rgba(138, 138, 142, 1)",
514
+ "hex": "#8a8a8e",
515
+ "alias": "graphicColorSecondary"
516
+ },
517
+ "light_graphic_secondary_inverted": {
518
+ "rgba": "rgba(141, 141, 147, 1)",
519
+ "hex": "#8d8d93",
520
+ "alias": "graphicColorSecondaryInverted"
521
+ },
522
+ "light_graphic_tertiary": {
523
+ "rgba": "rgba(197, 197, 199, 1)",
524
+ "hex": "#c5c5c7",
525
+ "alias": "graphicColorTertiary"
526
+ },
527
+ "light_graphic_tertiary_inverted": {
528
+ "rgba": "rgba(70, 70, 73, 1)",
529
+ "hex": "#464649",
530
+ "alias": "graphicColorTertiaryInverted"
531
+ },
532
+ "light_specialbg_component": {
533
+ "rgba": "rgba(0, 0, 0, 0.08)",
534
+ "hex": "#14000000",
535
+ "alias": "specialBackgroundColorComponent"
536
+ },
537
+ "light_specialbg_component_inverted": {
538
+ "rgba": "rgba(255, 255, 255, 0.1)",
539
+ "hex": "#1affffff",
540
+ "alias": "specialBackgroundColorComponentInverted"
541
+ },
542
+ "light_specialbg_nulled": {
543
+ "rgba": "rgba(255, 255, 255, 0)",
544
+ "hex": "#00ffffff",
545
+ "alias": "specialBackgroundColorNulled"
546
+ },
547
+ "light_specialbg_overlay_fallback": {
548
+ "rgba": "rgba(92, 92, 92, 1)",
549
+ "hex": "#5c5c5c",
550
+ "alias": "specialBackgroundColorOverlayFallback"
551
+ },
552
+ "light_specialbg_primary_grouped": {
553
+ "rgba": "rgba(243, 244, 245, 1)",
554
+ "hex": "#f3f4f5",
555
+ "alias": "specialBackgroundColorPrimaryGrouped"
556
+ },
557
+ "light_specialbg_secondary_grouped": {
558
+ "rgba": "rgba(255, 255, 255, 1)",
559
+ "hex": "#ffffff",
560
+ "alias": "specialBackgroundColorSecondaryGrouped"
561
+ },
562
+ "light_specialbg_tertiary_grouped": {
563
+ "rgba": "rgba(243, 244, 245, 1)",
564
+ "hex": "#f3f4f5",
565
+ "alias": "specialBackgroundColorTertiaryGrouped"
566
+ },
567
+ "light_text_accent": {
568
+ "rgba": "rgba(239, 49, 36, 1)",
569
+ "hex": "#ef3124",
570
+ "alias": "textColorAccent"
571
+ },
572
+ "light_text_attention": {
573
+ "rgba": "rgba(203, 131, 15, 1)",
574
+ "hex": "#cb830f",
575
+ "alias": "textColorAttention"
576
+ },
577
+ "light_text_disabled": {
578
+ "rgba": "rgba(220, 220, 221, 1)",
579
+ "hex": "#dcdcdd",
580
+ "alias": "textColorDisabled"
581
+ },
582
+ "light_text_disabled_inverted": {
583
+ "rgba": "rgba(42, 42, 44, 1)",
584
+ "hex": "#2a2a2c",
585
+ "alias": "textColorDisabledInverted"
586
+ },
587
+ "light_text_disabled_inverted_transparent": {
588
+ "rgba": "rgba(235, 235, 245, 0.18)",
589
+ "hex": "#2eebebf5",
590
+ "alias": "textColorDisabledInverted"
591
+ },
592
+ "light_text_disabled_transparent": {
593
+ "rgba": "rgba(60, 60, 67, 0.18)",
594
+ "hex": "#2e3c3c43",
595
+ "alias": "textColorDisabled"
596
+ },
597
+ "light_text_link": {
598
+ "rgba": "rgba(0, 114, 239, 1)",
599
+ "hex": "#0072ef",
600
+ "alias": "textColorLink"
601
+ },
602
+ "light_text_negative": {
603
+ "rgba": "rgba(217, 29, 11, 1)",
604
+ "hex": "#d91d0b",
605
+ "alias": "textColorNegative"
606
+ },
607
+ "light_text_positive": {
608
+ "rgba": "rgba(19, 164, 99, 1)",
609
+ "hex": "#13a463",
610
+ "alias": "textColorPositive"
611
+ },
612
+ "light_text_primary": {
613
+ "rgba": "rgba(0, 0, 0, 1)",
614
+ "hex": "#000000",
615
+ "alias": "textColorPrimary"
616
+ },
617
+ "light_text_primary_inverted": {
618
+ "rgba": "rgba(255, 255, 255, 1)",
619
+ "hex": "#ffffff",
620
+ "alias": "textColorPrimaryInverted"
621
+ },
622
+ "light_text_secondary": {
623
+ "rgba": "rgba(138, 138, 142, 1)",
624
+ "hex": "#8a8a8e",
625
+ "alias": "textColorSecondary"
626
+ },
627
+ "light_text_secondary_inverted": {
628
+ "rgba": "rgba(141, 141, 147, 1)",
629
+ "hex": "#8d8d93",
630
+ "alias": "textColorSecondaryInverted"
631
+ },
632
+ "light_text_secondary_inverted_transparent": {
633
+ "rgba": "rgba(235, 235, 245, 0.6)",
634
+ "hex": "#99ebebf5",
635
+ "alias": "textColorSecondaryInverted"
636
+ },
637
+ "light_text_secondary_transparent": {
638
+ "rgba": "rgba(60, 60, 67, 0.6)",
639
+ "hex": "#993c3c43",
640
+ "alias": "textColorSecondary"
641
+ },
642
+ "light_text_tertiary": {
643
+ "rgba": "rgba(197, 197, 199, 1)",
644
+ "hex": "#c5c5c7",
645
+ "alias": "textColorTertiary"
646
+ },
647
+ "light_text_tertiary_inverted": {
648
+ "rgba": "rgba(70, 70, 73, 1)",
649
+ "hex": "#464649",
650
+ "alias": "textColorTertiaryInverted"
651
+ },
652
+ "light_text_tertiary_inverted_transparent": {
653
+ "rgba": "rgba(235, 235, 245, 0.3)",
654
+ "hex": "#4debebf5",
655
+ "alias": "textColorTertiaryInverted"
656
+ },
657
+ "light_text_tertiary_transparent": {
658
+ "rgba": "rgba(60, 60, 67, 0.3)",
659
+ "hex": "#4d3c3c43",
660
+ "alias": "textColorTertiary"
661
+ },
662
+ "static_bg_accent": {
663
+ "rgba": "rgba(239, 49, 36, 1)",
664
+ "hex": "#ef3124",
665
+ "alias": "staticBackgroundColorAccent"
666
+ },
667
+ "static_bg_primary_dark": {
668
+ "rgba": "rgba(18, 18, 18, 1)",
669
+ "hex": "#121212",
670
+ "alias": "staticBackgroundColorPrimaryDark"
671
+ },
672
+ "static_bg_primary_light": {
673
+ "rgba": "rgba(255, 255, 255, 1)",
674
+ "hex": "#ffffff",
675
+ "alias": "staticBackgroundColorPrimaryLight"
676
+ },
677
+ "static_bg_quaternary_dark": {
678
+ "rgba": "rgba(58, 58, 60, 1)",
679
+ "hex": "#3a3a3c",
680
+ "alias": "staticBackgroundColorQuaternaryDark"
681
+ },
682
+ "static_bg_quaternary_light": {
683
+ "rgba": "rgba(220, 220, 221, 1)",
684
+ "hex": "#dcdcdd",
685
+ "alias": "staticBackgroundColorQuaternaryLight"
686
+ },
687
+ "static_bg_secondary_dark": {
688
+ "rgba": "rgba(32, 32, 34, 1)",
689
+ "hex": "#202022",
690
+ "alias": "staticBackgroundColorSecondaryDark"
691
+ },
692
+ "static_bg_secondary_light": {
693
+ "rgba": "rgba(243, 244, 245, 1)",
694
+ "hex": "#f3f4f5",
695
+ "alias": "staticBackgroundColorSecondaryLight"
696
+ },
697
+ "static_bg_tertiary_dark": {
698
+ "rgba": "rgba(44, 44, 46, 1)",
699
+ "hex": "#2c2c2e",
700
+ "alias": "staticBackgroundColorTertiaryDark"
701
+ },
702
+ "static_bg_tertiary_light": {
703
+ "rgba": "rgba(233, 233, 235, 1)",
704
+ "hex": "#e9e9eb",
705
+ "alias": "staticBackgroundColorTertiaryLight"
706
+ },
707
+ "static_border_accent": {
708
+ "rgba": "rgba(239, 49, 36, 1)",
709
+ "hex": "#ef3124",
710
+ "alias": "staticBorderColorAccent"
711
+ },
712
+ "static_graphic_accent": {
713
+ "rgba": "rgba(239, 49, 36, 1)",
714
+ "hex": "#ef3124",
715
+ "alias": "staticGraphicColorAccent"
716
+ },
717
+ "static_graphic_dark": {
718
+ "rgba": "rgba(0, 0, 0, 1)",
719
+ "hex": "#000000",
720
+ "alias": "staticGraphicColorDark"
721
+ },
722
+ "static_graphic_light": {
723
+ "rgba": "rgba(255, 255, 255, 1)",
724
+ "hex": "#ffffff",
725
+ "alias": "staticGraphicColorLight"
726
+ },
727
+ "static_text_accent": {
728
+ "rgba": "rgba(239, 49, 36, 1)",
729
+ "hex": "#ef3124",
730
+ "alias": "staticTextColorAccent"
731
+ },
732
+ "static_text_primary_dark": {
733
+ "rgba": "rgba(0, 0, 0, 1)",
734
+ "hex": "#000000",
735
+ "alias": "staticTextColorPrimaryDark"
736
+ },
737
+ "static_text_primary_light": {
738
+ "rgba": "rgba(255, 255, 255, 1)",
739
+ "hex": "#ffffff",
740
+ "alias": "staticTextColorPrimaryLight"
741
+ },
742
+ "static_text_secondary_dark": {
743
+ "rgba": "rgba(138, 138, 142, 1)",
744
+ "hex": "#8a8a8e",
745
+ "alias": "staticTextColorSecondaryDark"
746
+ },
747
+ "static_text_secondary_dark_transparent": {
748
+ "rgba": "rgba(60, 60, 67, 0.6)",
749
+ "hex": "#993c3c43",
750
+ "alias": "staticTextColorSecondaryDark"
751
+ },
752
+ "static_text_secondary_light": {
753
+ "rgba": "rgba(141, 141, 147, 1)",
754
+ "hex": "#8d8d93",
755
+ "alias": "staticTextColorSecondaryLight"
756
+ },
757
+ "static_text_secondary_light_transparent": {
758
+ "rgba": "rgba(235, 235, 245, 0.6)",
759
+ "hex": "#99ebebf5",
760
+ "alias": "staticTextColorSecondaryLight"
761
+ },
762
+ "static_text_tertiary_dark": {
763
+ "rgba": "rgba(197, 197, 199, 1)",
764
+ "hex": "#c5c5c7",
765
+ "alias": "staticTextColorTertiaryDark"
766
+ },
767
+ "static_text_tertiary_dark_transparent": {
768
+ "rgba": "rgba(60, 60, 67, 0.3)",
769
+ "hex": "#4d3c3c43",
770
+ "alias": "staticTextColorTertiaryDark"
771
+ },
772
+ "static_text_tertiary_light": {
773
+ "rgba": "rgba(70, 70, 73, 1)",
774
+ "hex": "#464649",
775
+ "alias": "staticTextColorTertiaryLight"
776
+ },
777
+ "static_text_tertiary_light_transparent": {
778
+ "rgba": "rgba(235, 235, 245, 0.3)",
779
+ "hex": "#4debebf5",
780
+ "alias": "staticTextColorTertiaryLight"
781
+ }
782
+ }