@aleph-alpha/config-css 0.18.134 → 0.20.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,697 @@
1
+ {
2
+ "core": {
3
+ "content": {
4
+ "primary": {
5
+ "value": "#1e1e23",
6
+ "type": "color",
7
+ "description": "Use for primary text, titles and primary icon color."
8
+ },
9
+ "secondary": {
10
+ "value": "#484851",
11
+ "type": "color",
12
+ "description": "Use for secondary text, multiline paragraphs and secondary icon color."
13
+ },
14
+ "tertiary": {
15
+ "value": "#646474",
16
+ "type": "color",
17
+ "description": "Use for text and icon color for outlined button, text button, dropdowns."
18
+ },
19
+ "placeholder": {
20
+ "value": "#646474",
21
+ "type": "color",
22
+ "description": "Use for placeholders."
23
+ },
24
+ "on-bg-inverse": {
25
+ "value": "#fbfbfd",
26
+ "type": "color",
27
+ "description": "Use on color if color is inversed (fro example in dark mode on white or in light mode on dark background colors)"
28
+ },
29
+ "always-white": {
30
+ "value": "#f2f2f8",
31
+ "type": "color",
32
+ "description": "Similar in both, dark and light mode. Use on similar colors or images."
33
+ },
34
+ "accent-soft": {
35
+ "value": "#3c26eb",
36
+ "type": "color",
37
+ "description": "Use for secondary buttons."
38
+ },
39
+ "always-black": {
40
+ "value": "#0f0f12",
41
+ "type": "color"
42
+ },
43
+ "link-visited": {
44
+ "value": "#2b1ca3",
45
+ "type": "color"
46
+ },
47
+ "accent": {
48
+ "value": "#fbfbfd",
49
+ "type": "color",
50
+ "description": "Use for content on selected buttons, instead of core/content/on-bg-inverse"
51
+ }
52
+ },
53
+ "bg": {
54
+ "primary": {
55
+ "value": "#fbfbfd",
56
+ "type": "color",
57
+ "description": "Use for top bar, side bar and text fields."
58
+ },
59
+ "secondary": {
60
+ "value": "#f2f2f8",
61
+ "type": "color",
62
+ "description": "Use as a secondary background color."
63
+ },
64
+ "tertiary": {
65
+ "value": "#fbfbfd",
66
+ "type": "color",
67
+ "description": "Use as a background color for outlined buttons and dropdowns."
68
+ },
69
+ "tertiary-hover": {
70
+ "value": "#dbdbe9",
71
+ "type": "color",
72
+ "description": "Use as a hover color for outlined buttons or dropdowns."
73
+ },
74
+ "accent": {
75
+ "value": "#555cf9",
76
+ "type": "color",
77
+ "description": "Use as a accent color."
78
+ },
79
+ "accent-soft": {
80
+ "value": "#d0daff",
81
+ "type": "color",
82
+ "description": "Use as a background color for secondary buttons."
83
+ },
84
+ "accent-soft-hover": {
85
+ "value": "#b2bfff",
86
+ "type": "color",
87
+ "description": "Use as a hover color for secondary buttons"
88
+ },
89
+ "on-color-inverse": {
90
+ "value": "#1e1e23",
91
+ "type": "color",
92
+ "description": "Use as a background color for inverse. For example light background in dark mode or dark background in light mode."
93
+ },
94
+ "loading": {
95
+ "value": "#4841f2",
96
+ "type": "color",
97
+ "description": "Use for loading indicators."
98
+ },
99
+ "modal-overlay": {
100
+ "value": "#0f0f12bf",
101
+ "type": "color",
102
+ "description": "Use for modal background"
103
+ },
104
+ "gradient-0": {
105
+ "value": "#fbfbfd00",
106
+ "type": "color",
107
+ "description": "Use for gradient"
108
+ },
109
+ "accent-hover": {
110
+ "value": "#433de2",
111
+ "type": "color"
112
+ },
113
+ "text-mark-soft": {
114
+ "value": "#e5ebff",
115
+ "type": "color"
116
+ },
117
+ "text-mark-soft-hover": {
118
+ "value": "#d0daff",
119
+ "type": "color"
120
+ },
121
+ "text-mark": {
122
+ "value": "#b2bfff",
123
+ "type": "color"
124
+ },
125
+ "text-mark-hover": {
126
+ "value": "#9397fe",
127
+ "type": "color"
128
+ },
129
+ "skeleton": {
130
+ "value": "#9595ac",
131
+ "type": "color"
132
+ }
133
+ },
134
+ "border": {
135
+ "default": {
136
+ "value": "#dbdbe9",
137
+ "type": "color",
138
+ "description": "Use as a default border color for buttons and other elements, or as seperation."
139
+ },
140
+ "focus": {
141
+ "value": "#555cf9",
142
+ "type": "color",
143
+ "description": "Use as focus ring color for all interactive elements."
144
+ },
145
+ "hover": {
146
+ "value": "#9595ac",
147
+ "type": "color",
148
+ "description": "Use as a default border color for buttons and other elements, or as seperation."
149
+ },
150
+ "contrast": {
151
+ "value": "#7f7f94",
152
+ "type": "color"
153
+ },
154
+ "contrast-hover": {
155
+ "value": "#33333c",
156
+ "type": "color"
157
+ },
158
+ "text-mark": {
159
+ "value": "#555cf9",
160
+ "type": "color"
161
+ },
162
+ "text-mark-hover": {
163
+ "value": "#433de2",
164
+ "type": "color"
165
+ }
166
+ }
167
+ },
168
+ "brand": {
169
+ "content": {
170
+ "default": {
171
+ "value": "#0f0f12",
172
+ "type": "color",
173
+ "description": "Use as a text and icon color for primary buttons."
174
+ },
175
+ "brand-soft": {
176
+ "value": "#576200",
177
+ "type": "color",
178
+ "description": "Use as a text color for the brand-soft background, for highlighting."
179
+ }
180
+ },
181
+ "bg": {
182
+ "brand": {
183
+ "value": "#cce804",
184
+ "type": "color",
185
+ "description": "Use as a background color for primary action button."
186
+ },
187
+ "brand-hover": {
188
+ "value": "#dcf706",
189
+ "type": "color",
190
+ "description": "Use as a hover color for primary action button."
191
+ },
192
+ "brand-soft": {
193
+ "value": "#e9f781",
194
+ "type": "color",
195
+ "description": "Use as a background color to highlight."
196
+ }
197
+ },
198
+ "border": {
199
+ "default": {
200
+ "value": "#bcd902",
201
+ "type": "color",
202
+ "description": "Use as a border color for brand colored elements."
203
+ }
204
+ }
205
+ },
206
+ "semantic": {
207
+ "content": {
208
+ "success": {
209
+ "value": "#fbfbfd",
210
+ "type": "color",
211
+ "description": "Use as a text and icon color for medium - high priority success notifications or tags."
212
+ },
213
+ "success-soft": {
214
+ "value": "#166534",
215
+ "type": "color",
216
+ "description": "Use as a text and icon color for low priority success notifications or tags."
217
+ },
218
+ "error": {
219
+ "value": "#fbfbfd",
220
+ "type": "color",
221
+ "description": "Use as a text and icon color for medium - high priority error notifications or tags."
222
+ },
223
+ "error-soft": {
224
+ "value": "#991b1b",
225
+ "type": "color",
226
+ "description": "Use as a text and icon color for soft priority error notifications or tags."
227
+ },
228
+ "warning": {
229
+ "value": "#0f0f12",
230
+ "type": "color",
231
+ "description": "Use as a text and icon color for medium - high priority warning notifications or tags."
232
+ },
233
+ "warning-soft": {
234
+ "value": "#854d0e",
235
+ "type": "color",
236
+ "description": "Use as a text and icon color for low priority warning notifications or tags."
237
+ },
238
+ "info": {
239
+ "value": "#fbfbfd",
240
+ "type": "color",
241
+ "description": "Use as a text and icon color for medium - high priority info notifications or tags."
242
+ },
243
+ "info-soft": {
244
+ "value": "#2b1ca3",
245
+ "type": "color",
246
+ "description": "Use as a text and icon color for low priority info notifications or tags."
247
+ },
248
+ "error-label": {
249
+ "value": "#dc2626",
250
+ "type": "color"
251
+ },
252
+ "success-label": {
253
+ "value": "#15803d",
254
+ "type": "color",
255
+ "description": "Use for text or icon color for succeeded elements."
256
+ }
257
+ },
258
+ "bg": {
259
+ "success": {
260
+ "value": "#15803d",
261
+ "type": "color",
262
+ "description": "Use as a background color for medium - high priority success notifications or tags."
263
+ },
264
+ "success-soft": {
265
+ "value": "#dcfce7",
266
+ "type": "color",
267
+ "description": "Use as a background color for low priority success notifications or tags."
268
+ },
269
+ "success-action": {
270
+ "value": "#166534",
271
+ "type": "color",
272
+ "description": "Use as a background color for action buttons on medium - high priority success notifications."
273
+ },
274
+ "success-soft-action": {
275
+ "value": "#bbf7d0",
276
+ "type": "color",
277
+ "description": "Use as a background color for action buttons on low priority success notifications."
278
+ },
279
+ "error": {
280
+ "value": "#dc2626",
281
+ "type": "color",
282
+ "description": "Use as a background color for medium - high priority error notifications or tags."
283
+ },
284
+ "error-action": {
285
+ "value": "#b91c1c",
286
+ "type": "color",
287
+ "description": "Use as a background color for action buttons on medium - high priority error notifications."
288
+ },
289
+ "error-soft": {
290
+ "value": "#fee2e2",
291
+ "type": "color",
292
+ "description": "Use as a background color for low priority error notifications or tags."
293
+ },
294
+ "error-soft-action": {
295
+ "value": "#fecaca",
296
+ "type": "color",
297
+ "description": "Use as a background color for action buttons on low priority success notifications."
298
+ },
299
+ "warning": {
300
+ "value": "#fcdc3c",
301
+ "type": "color",
302
+ "description": "Use as a background color for medium - high priority warning notifications or tags."
303
+ },
304
+ "warning-action": {
305
+ "value": "#f2bf0f",
306
+ "type": "color",
307
+ "description": "Use as a background color for action buttons on medium - high priority warning notifications."
308
+ },
309
+ "warning-soft": {
310
+ "value": "#fefacf",
311
+ "type": "color",
312
+ "description": "Use as a background color for low priority warning notifications or tags."
313
+ },
314
+ "warning-soft-action": {
315
+ "value": "#fef08a",
316
+ "type": "color",
317
+ "description": "Use as a background color for action buttons on soft priority success notifications."
318
+ },
319
+ "info": {
320
+ "value": "#433de2",
321
+ "type": "color",
322
+ "description": "Use as a background color for medium - high priority info notifications or tags."
323
+ },
324
+ "info-action": {
325
+ "value": "#3421c7",
326
+ "type": "color",
327
+ "description": "Use as a background color for action buttons on medium - high priority info notifications."
328
+ },
329
+ "info-soft": {
330
+ "value": "#e5ebff",
331
+ "type": "color",
332
+ "description": "Use as a background color for low priority info notifications or tags."
333
+ },
334
+ "info-soft-action": {
335
+ "value": "#d0daff",
336
+ "type": "color",
337
+ "description": "Use as a background color for action buttons on low priority info notifications."
338
+ },
339
+ "error-action-hover": {
340
+ "value": "#991b1b",
341
+ "type": "color",
342
+ "description": "Use as background for high priority action buttons on hover."
343
+ },
344
+ "success-action-hover": {
345
+ "value": "#0a4d25",
346
+ "type": "color"
347
+ }
348
+ },
349
+ "border": {
350
+ "success": {
351
+ "value": "#166534",
352
+ "type": "color",
353
+ "description": "Use as a border color for medium - high priority success notifications or tags."
354
+ },
355
+ "success-soft": {
356
+ "value": "#bbf7d0",
357
+ "type": "color",
358
+ "description": "Use as a border color for low priority success notifications or tags."
359
+ },
360
+ "error": {
361
+ "value": "#991b1b",
362
+ "type": "color",
363
+ "description": "Use as a border color for medium - high priority error notifications or tags."
364
+ },
365
+ "error-soft": {
366
+ "value": "#fecaca",
367
+ "type": "color",
368
+ "description": "Use as a border color for low priority success notifications or tags."
369
+ },
370
+ "warning": {
371
+ "value": "#facc15",
372
+ "type": "color",
373
+ "description": "Use as a border color for medium - high priority warning notifications or tags."
374
+ },
375
+ "warning-soft": {
376
+ "value": "#fef08a",
377
+ "type": "color",
378
+ "description": "Use as a border color for low priority success notifications or tags."
379
+ },
380
+ "info": {
381
+ "value": "#3c26eb",
382
+ "type": "color",
383
+ "description": "Use as a border color for medium - high priority info notifications or tags."
384
+ },
385
+ "info-soft": {
386
+ "value": "#d0daff",
387
+ "type": "color",
388
+ "description": "Use as a border color for low priority success notifications or tags."
389
+ }
390
+ }
391
+ },
392
+ "primitives": {
393
+ "neutral": {
394
+ "25": {
395
+ "value": "#fbfbfd",
396
+ "type": "color"
397
+ },
398
+ "50": {
399
+ "value": "#f2f2f8",
400
+ "type": "color"
401
+ },
402
+ "100": {
403
+ "value": "#ebebf4",
404
+ "type": "color"
405
+ },
406
+ "150": {
407
+ "value": "#dbdbe9",
408
+ "type": "color"
409
+ },
410
+ "200": {
411
+ "value": "#ccccde",
412
+ "type": "color"
413
+ },
414
+ "300": {
415
+ "value": "#b9b9ce",
416
+ "type": "color"
417
+ },
418
+ "400": {
419
+ "value": "#9595ac",
420
+ "type": "color"
421
+ },
422
+ "450": {
423
+ "value": "#7f7f94",
424
+ "type": "color"
425
+ },
426
+ "500": {
427
+ "value": "#646474",
428
+ "type": "color"
429
+ },
430
+ "600": {
431
+ "value": "#484851",
432
+ "type": "color"
433
+ },
434
+ "700": {
435
+ "value": "#33333c",
436
+ "type": "color"
437
+ },
438
+ "800": {
439
+ "value": "#1e1e23",
440
+ "type": "color"
441
+ },
442
+ "900": {
443
+ "value": "#17171c",
444
+ "type": "color"
445
+ },
446
+ "950": {
447
+ "value": "#0f0f12",
448
+ "type": "color"
449
+ },
450
+ "950-0": {
451
+ "value": "#0f0f1200",
452
+ "type": "color",
453
+ "description": "Use for gradient"
454
+ },
455
+ "25-0": {
456
+ "value": "#fbfbfd00",
457
+ "type": "color",
458
+ "description": "Use for gradient"
459
+ },
460
+ "950-75": {
461
+ "value": "#0f0f12bf",
462
+ "type": "color",
463
+ "description": "Use for modal background"
464
+ }
465
+ },
466
+ "brand": {
467
+ "25": {
468
+ "value": "#fdffee",
469
+ "type": "color"
470
+ },
471
+ "50": {
472
+ "value": "#fbffdc",
473
+ "type": "color"
474
+ },
475
+ "100": {
476
+ "value": "#f8ffbf",
477
+ "type": "color"
478
+ },
479
+ "200": {
480
+ "value": "#f3ff92",
481
+ "type": "color"
482
+ },
483
+ "250": {
484
+ "value": "#e9f781",
485
+ "type": "color"
486
+ },
487
+ "300": {
488
+ "value": "#e6f668",
489
+ "type": "color"
490
+ },
491
+ "400": {
492
+ "value": "#e0f538",
493
+ "type": "color"
494
+ },
495
+ "500": {
496
+ "value": "#dcf706",
497
+ "type": "color"
498
+ },
499
+ "550": {
500
+ "value": "#cce804",
501
+ "type": "color"
502
+ },
503
+ "600": {
504
+ "value": "#bcd902",
505
+ "type": "color"
506
+ },
507
+ "700": {
508
+ "value": "#a5b900",
509
+ "type": "color"
510
+ },
511
+ "800": {
512
+ "value": "#798800",
513
+ "type": "color"
514
+ },
515
+ "900": {
516
+ "value": "#576200",
517
+ "type": "color"
518
+ },
519
+ "950": {
520
+ "value": "#3c4301",
521
+ "type": "color"
522
+ }
523
+ },
524
+ "ultramarine": {
525
+ "25": {
526
+ "value": "#f4f5ff",
527
+ "type": "color"
528
+ },
529
+ "50": {
530
+ "value": "#e5ebff",
531
+ "type": "color"
532
+ },
533
+ "100": {
534
+ "value": "#d0daff",
535
+ "type": "color"
536
+ },
537
+ "200": {
538
+ "value": "#b2bfff",
539
+ "type": "color"
540
+ },
541
+ "300": {
542
+ "value": "#9397fe",
543
+ "type": "color"
544
+ },
545
+ "400": {
546
+ "value": "#555cf9",
547
+ "type": "color"
548
+ },
549
+ "450": {
550
+ "value": "#4841f2",
551
+ "type": "color"
552
+ },
553
+ "500": {
554
+ "value": "#433de2",
555
+ "type": "color"
556
+ },
557
+ "600": {
558
+ "value": "#3c26eb",
559
+ "type": "color"
560
+ },
561
+ "700": {
562
+ "value": "#3421c7",
563
+ "type": "color"
564
+ },
565
+ "800": {
566
+ "value": "#2b1ca3",
567
+ "type": "color"
568
+ },
569
+ "900": {
570
+ "value": "#231780",
571
+ "type": "color"
572
+ },
573
+ "950": {
574
+ "value": "#1b125c",
575
+ "type": "color"
576
+ }
577
+ },
578
+ "green": {
579
+ "100": {
580
+ "value": "#dcfce7",
581
+ "type": "color"
582
+ },
583
+ "200": {
584
+ "value": "#bbf7d0",
585
+ "type": "color"
586
+ },
587
+ "300": {
588
+ "value": "#70f3a0",
589
+ "type": "color"
590
+ },
591
+ "400": {
592
+ "value": "#4ade80",
593
+ "type": "color"
594
+ },
595
+ "700": {
596
+ "value": "#15803d",
597
+ "type": "color"
598
+ },
599
+ "800": {
600
+ "value": "#166534",
601
+ "type": "color"
602
+ },
603
+ "900": {
604
+ "value": "#0a4d25",
605
+ "type": "color"
606
+ },
607
+ "950": {
608
+ "value": "#052e16",
609
+ "type": "color"
610
+ }
611
+ },
612
+ "red": {
613
+ "100": {
614
+ "value": "#fee2e2",
615
+ "type": "color"
616
+ },
617
+ "200": {
618
+ "value": "#fecaca",
619
+ "type": "color"
620
+ },
621
+ "300": {
622
+ "value": "#fe8c8c",
623
+ "type": "color"
624
+ },
625
+ "400": {
626
+ "value": "#f87171",
627
+ "type": "color"
628
+ },
629
+ "600": {
630
+ "value": "#dc2626",
631
+ "type": "color"
632
+ },
633
+ "700": {
634
+ "value": "#b91c1c",
635
+ "type": "color"
636
+ },
637
+ "800": {
638
+ "value": "#991b1b",
639
+ "type": "color"
640
+ },
641
+ "900": {
642
+ "value": "#6f1313",
643
+ "type": "color"
644
+ },
645
+ "950": {
646
+ "value": "#450a0a",
647
+ "type": "color"
648
+ }
649
+ },
650
+ "yellow": {
651
+ "50": {
652
+ "value": "#fefacf",
653
+ "type": "color"
654
+ },
655
+ "100": {
656
+ "value": "#fef9c3",
657
+ "type": "color"
658
+ },
659
+ "200": {
660
+ "value": "#fef08a",
661
+ "type": "color"
662
+ },
663
+ "300": {
664
+ "value": "#feeb62",
665
+ "type": "color"
666
+ },
667
+ "400": {
668
+ "value": "#fcdc3c",
669
+ "type": "color"
670
+ },
671
+ "500": {
672
+ "value": "#facc15",
673
+ "type": "color"
674
+ },
675
+ "550": {
676
+ "value": "#f2bf0f",
677
+ "type": "color"
678
+ },
679
+ "600": {
680
+ "value": "#eab308",
681
+ "type": "color"
682
+ },
683
+ "800": {
684
+ "value": "#854d0e",
685
+ "type": "color"
686
+ },
687
+ "900": {
688
+ "value": "#64370a",
689
+ "type": "color"
690
+ },
691
+ "950": {
692
+ "value": "#422006",
693
+ "type": "color"
694
+ }
695
+ }
696
+ }
697
+ }