@haiilo/catalyst-tokens 6.2.1 → 6.2.3

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,900 @@
1
+ {
2
+ "color": {
3
+ "base": {
4
+ "white": {
5
+ "$type": "color",
6
+ "$value": "#ffffff"
7
+ },
8
+ "black": {
9
+ "$type": "color",
10
+ "$value": "#000000"
11
+ },
12
+ "neutral": {
13
+ "100": {
14
+ "$type": "color",
15
+ "$value": "#f2f4f7"
16
+ },
17
+ "200": {
18
+ "$type": "color",
19
+ "$value": "#ebecf0"
20
+ },
21
+ "300": {
22
+ "$type": "color",
23
+ "$value": "#d7dbe0"
24
+ },
25
+ "400": {
26
+ "$type": "color",
27
+ "$value": "#697687"
28
+ },
29
+ "500": {
30
+ "$type": "color",
31
+ "$value": "#515c6c"
32
+ },
33
+ "600": {
34
+ "$type": "color",
35
+ "$value": "#394251"
36
+ },
37
+ "700": {
38
+ "$type": "color",
39
+ "$value": "#1b1f26"
40
+ }
41
+ },
42
+ "neutralInverted": {
43
+ "400": {
44
+ "$type": "color",
45
+ "$value": "#697687"
46
+ }
47
+ },
48
+ "brand": {
49
+ "100": {
50
+ "$type": "color",
51
+ "$value": "#c9e5e8"
52
+ },
53
+ "200": {
54
+ "$type": "color",
55
+ "$value": "#2db3c3"
56
+ },
57
+ "300": {
58
+ "$type": "color",
59
+ "$value": "#29a3b1"
60
+ },
61
+ "400": {
62
+ "$type": "color",
63
+ "$value": "#008194"
64
+ },
65
+ "500": {
66
+ "$type": "color",
67
+ "$value": "#017384"
68
+ },
69
+ "600": {
70
+ "$type": "color",
71
+ "$value": "#026371"
72
+ },
73
+ "700": {
74
+ "$type": "color",
75
+ "$value": "#175b63"
76
+ }
77
+ },
78
+ "brandInverted": {
79
+ "400": {
80
+ "$type": "color",
81
+ "$value": "#93b4f2"
82
+ },
83
+ "500": {
84
+ "$type": "color",
85
+ "$value": "#93b4f2"
86
+ },
87
+ "600": {
88
+ "$type": "color",
89
+ "$value": "#93b4f2"
90
+ }
91
+ },
92
+ "green": {
93
+ "100": {
94
+ "$type": "color",
95
+ "$value": "#d4ede4"
96
+ },
97
+ "200": {
98
+ "$type": "color",
99
+ "$value": "#00bb7d"
100
+ },
101
+ "300": {
102
+ "$type": "color",
103
+ "$value": "#00aa71"
104
+ },
105
+ "400": {
106
+ "$type": "color",
107
+ "$value": "#008458"
108
+ },
109
+ "500": {
110
+ "$type": "color",
111
+ "$value": "#00754e"
112
+ },
113
+ "600": {
114
+ "$type": "color",
115
+ "$value": "#006946"
116
+ },
117
+ "700": {
118
+ "$type": "color",
119
+ "$value": "#005f40"
120
+ }
121
+ },
122
+ "orange": {
123
+ "100": {
124
+ "$type": "color",
125
+ "$value": "#ffdea8"
126
+ },
127
+ "200": {
128
+ "$type": "color",
129
+ "$value": "#ffd694"
130
+ },
131
+ "300": {
132
+ "$type": "color",
133
+ "$value": "#ffce80"
134
+ },
135
+ "400": {
136
+ "$type": "color",
137
+ "$value": "#ebb663"
138
+ },
139
+ "500": {
140
+ "$type": "color",
141
+ "$value": "#d6a75a"
142
+ },
143
+ "600": {
144
+ "$type": "color",
145
+ "$value": "#b0853e"
146
+ },
147
+ "700": {
148
+ "$type": "color",
149
+ "$value": "#9f6100"
150
+ }
151
+ },
152
+ "red": {
153
+ "100": {
154
+ "$type": "color",
155
+ "$value": "#fbc7bb"
156
+ },
157
+ "200": {
158
+ "$type": "color",
159
+ "$value": "#f68368"
160
+ },
161
+ "300": {
162
+ "$type": "color",
163
+ "$value": "#f46a49"
164
+ },
165
+ "400": {
166
+ "$type": "color",
167
+ "$value": "#d9340d"
168
+ },
169
+ "500": {
170
+ "$type": "color",
171
+ "$value": "#c22e0b"
172
+ },
173
+ "600": {
174
+ "$type": "color",
175
+ "$value": "#ae2a0a"
176
+ },
177
+ "700": {
178
+ "$type": "color",
179
+ "$value": "#9e2609"
180
+ }
181
+ }
182
+ },
183
+ "theme": {
184
+ "primary": {
185
+ "bg": {
186
+ "$type": "color",
187
+ "$value": "#008194"
188
+ },
189
+ "bgHover": {
190
+ "$type": "color",
191
+ "$value": "#017384"
192
+ },
193
+ "bgActive": {
194
+ "$type": "color",
195
+ "$value": "#026371"
196
+ },
197
+ "fill": {
198
+ "$type": "color",
199
+ "$value": "#ffffff"
200
+ },
201
+ "fillHover": {
202
+ "$type": "color",
203
+ "$value": "#ffffff"
204
+ },
205
+ "fillActive": {
206
+ "$type": "color",
207
+ "$value": "#ffffff"
208
+ },
209
+ "text": {
210
+ "$type": "color",
211
+ "$value": "#008194"
212
+ },
213
+ "textHover": {
214
+ "$type": "color",
215
+ "$value": "#017384"
216
+ },
217
+ "textActive": {
218
+ "$type": "color",
219
+ "$value": "#026371"
220
+ }
221
+ },
222
+ "primaryInverted": {
223
+ "bg": {
224
+ "$type": "color",
225
+ "$value": "#93b4f2"
226
+ },
227
+ "bgHover": {
228
+ "$type": "color",
229
+ "$value": "#93b4f2"
230
+ },
231
+ "bgActive": {
232
+ "$type": "color",
233
+ "$value": "#93b4f2"
234
+ },
235
+ "fill": {
236
+ "$type": "color",
237
+ "$value": "#000000"
238
+ },
239
+ "fillHover": {
240
+ "$type": "color",
241
+ "$value": "#000000"
242
+ },
243
+ "fillActive": {
244
+ "$type": "color",
245
+ "$value": "#000000"
246
+ },
247
+ "text": {
248
+ "$type": "color",
249
+ "$value": "#93b4f2"
250
+ },
251
+ "textHover": {
252
+ "$type": "color",
253
+ "$value": "#93b4f2"
254
+ },
255
+ "textActive": {
256
+ "$type": "color",
257
+ "$value": "#93b4f2"
258
+ }
259
+ },
260
+ "secondary": {
261
+ "bg": {
262
+ "$type": "color",
263
+ "$value": "#697687"
264
+ },
265
+ "bgHover": {
266
+ "$type": "color",
267
+ "$value": "#697687"
268
+ },
269
+ "bgActive": {
270
+ "$type": "color",
271
+ "$value": "#697687"
272
+ },
273
+ "fill": {
274
+ "$type": "color",
275
+ "$value": "#ffffff"
276
+ },
277
+ "fillHover": {
278
+ "$type": "color",
279
+ "$value": "#ffffff"
280
+ },
281
+ "fillActive": {
282
+ "$type": "color",
283
+ "$value": "#ffffff"
284
+ },
285
+ "text": {
286
+ "$type": "color",
287
+ "$value": "#000000"
288
+ },
289
+ "textHover": {
290
+ "$type": "color",
291
+ "$value": "#000000"
292
+ },
293
+ "textActive": {
294
+ "$type": "color",
295
+ "$value": "#000000"
296
+ }
297
+ },
298
+ "secondaryInverted": {
299
+ "bg": {
300
+ "$type": "color",
301
+ "$value": "#697687"
302
+ },
303
+ "bgHover": {
304
+ "$type": "color",
305
+ "$value": "#697687"
306
+ },
307
+ "bgActive": {
308
+ "$type": "color",
309
+ "$value": "#697687"
310
+ },
311
+ "fill": {
312
+ "$type": "color",
313
+ "$value": "#000000"
314
+ },
315
+ "fillHover": {
316
+ "$type": "color",
317
+ "$value": "#000000"
318
+ },
319
+ "fillActive": {
320
+ "$type": "color",
321
+ "$value": "#000000"
322
+ },
323
+ "text": {
324
+ "$type": "color",
325
+ "$value": "#ffffff"
326
+ },
327
+ "textHover": {
328
+ "$type": "color",
329
+ "$value": "#ffffff"
330
+ },
331
+ "textActive": {
332
+ "$type": "color",
333
+ "$value": "#ffffff"
334
+ }
335
+ },
336
+ "success": {
337
+ "bg": {
338
+ "$type": "color",
339
+ "$value": "#008458"
340
+ },
341
+ "bgHover": {
342
+ "$type": "color",
343
+ "$value": "#00754e"
344
+ },
345
+ "bgActive": {
346
+ "$type": "color",
347
+ "$value": "#006946"
348
+ },
349
+ "fill": {
350
+ "$type": "color",
351
+ "$value": "#ffffff"
352
+ },
353
+ "fillHover": {
354
+ "$type": "color",
355
+ "$value": "#ffffff"
356
+ },
357
+ "fillActive": {
358
+ "$type": "color",
359
+ "$value": "#ffffff"
360
+ },
361
+ "text": {
362
+ "$type": "color",
363
+ "$value": "#008458"
364
+ },
365
+ "textHover": {
366
+ "$type": "color",
367
+ "$value": "#00754e"
368
+ },
369
+ "textActive": {
370
+ "$type": "color",
371
+ "$value": "#006946"
372
+ }
373
+ },
374
+ "warning": {
375
+ "bg": {
376
+ "$type": "color",
377
+ "$value": "#ffce80"
378
+ },
379
+ "bgHover": {
380
+ "$type": "color",
381
+ "$value": "#ffd694"
382
+ },
383
+ "bgActive": {
384
+ "$type": "color",
385
+ "$value": "#ffdea8"
386
+ },
387
+ "fill": {
388
+ "$type": "color",
389
+ "$value": "#000000"
390
+ },
391
+ "fillHover": {
392
+ "$type": "color",
393
+ "$value": "#000000"
394
+ },
395
+ "fillActive": {
396
+ "$type": "color",
397
+ "$value": "#000000"
398
+ },
399
+ "text": {
400
+ "$type": "color",
401
+ "$value": "#9f6100"
402
+ },
403
+ "textHover": {
404
+ "$type": "color",
405
+ "$value": "#9f6100"
406
+ },
407
+ "textActive": {
408
+ "$type": "color",
409
+ "$value": "#9f6100"
410
+ }
411
+ },
412
+ "danger": {
413
+ "bg": {
414
+ "$type": "color",
415
+ "$value": "#d9340d"
416
+ },
417
+ "bgHover": {
418
+ "$type": "color",
419
+ "$value": "#c22e0b"
420
+ },
421
+ "bgActive": {
422
+ "$type": "color",
423
+ "$value": "#ae2a0a"
424
+ },
425
+ "fill": {
426
+ "$type": "color",
427
+ "$value": "#ffffff"
428
+ },
429
+ "fillHover": {
430
+ "$type": "color",
431
+ "$value": "#ffffff"
432
+ },
433
+ "fillActive": {
434
+ "$type": "color",
435
+ "$value": "#ffffff"
436
+ },
437
+ "text": {
438
+ "$type": "color",
439
+ "$value": "#d9340d"
440
+ },
441
+ "textHover": {
442
+ "$type": "color",
443
+ "$value": "#c22e0b"
444
+ },
445
+ "textActive": {
446
+ "$type": "color",
447
+ "$value": "#ae2a0a"
448
+ }
449
+ }
450
+ },
451
+ "ui": {
452
+ "background": {
453
+ "canvas": {
454
+ "$type": "color",
455
+ "$value": "#f2f4f7"
456
+ },
457
+ "surface": {
458
+ "$type": "color",
459
+ "$value": "#ffffff"
460
+ },
461
+ "surfaceInverted": {
462
+ "$type": "color",
463
+ "$value": "#1b1f26"
464
+ },
465
+ "muted": {
466
+ "$type": "color",
467
+ "$value": "#f2f4f7"
468
+ },
469
+ "input": {
470
+ "$type": "color",
471
+ "$value": "#ffffff"
472
+ },
473
+ "inputAutofill": {
474
+ "$type": "color",
475
+ "$value": "#e8f0fe"
476
+ },
477
+ "skeleton": {
478
+ "$type": "color",
479
+ "$value": "#ebecf0"
480
+ },
481
+ "skeletonHighlight": {
482
+ "$type": "color",
483
+ "$value": "#d7dbe0"
484
+ },
485
+ "tooltip": {
486
+ "$type": "color",
487
+ "$value": "#000000"
488
+ },
489
+ "backdrop": {
490
+ "$type": "color",
491
+ "$value": "#1b1f26"
492
+ }
493
+ },
494
+ "border": {
495
+ "light": {
496
+ "$type": "color",
497
+ "$value": "#f2f4f7"
498
+ },
499
+ "default": {
500
+ "$type": "color",
501
+ "$value": "#ebecf0"
502
+ },
503
+ "dark": {
504
+ "$type": "color",
505
+ "$value": "#d7dbe0"
506
+ },
507
+ "focus": {
508
+ "$type": "color",
509
+ "$value": "#0071ff"
510
+ },
511
+ "quote": {
512
+ "$type": "color",
513
+ "$value": "#697687"
514
+ }
515
+ },
516
+ "font": {
517
+ "head": {
518
+ "$type": "color",
519
+ "$value": "#000000"
520
+ },
521
+ "headInverted": {
522
+ "$type": "color",
523
+ "$value": "#ffffff"
524
+ },
525
+ "body": {
526
+ "$type": "color",
527
+ "$value": "#000000"
528
+ },
529
+ "bodyInverted": {
530
+ "$type": "color",
531
+ "$value": "#ffffff"
532
+ },
533
+ "mono": {
534
+ "$type": "color",
535
+ "$value": "#000000"
536
+ },
537
+ "monoInverted": {
538
+ "$type": "color",
539
+ "$value": "#ffffff"
540
+ },
541
+ "muted": {
542
+ "$type": "color",
543
+ "$value": "#515c6c"
544
+ },
545
+ "quote": {
546
+ "$type": "color",
547
+ "$value": "#697687"
548
+ },
549
+ "tooltip": {
550
+ "$type": "color",
551
+ "$value": "#ffffff"
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "font": {
557
+ "family": {
558
+ "head": {
559
+ "$type": "fontFamily",
560
+ "$value": "Lato"
561
+ },
562
+ "body": {
563
+ "$type": "fontFamily",
564
+ "$value": "Lato"
565
+ },
566
+ "mono": {
567
+ "$type": "fontFamily",
568
+ "$value": "''"
569
+ },
570
+ "emoji": {
571
+ "$type": "fontFamily",
572
+ "$value": "''"
573
+ }
574
+ },
575
+ "weight": {
576
+ "head": {
577
+ "$type": "fontWeight",
578
+ "$value": 600
579
+ },
580
+ "body": {
581
+ "$type": "fontWeight",
582
+ "$value": 400
583
+ },
584
+ "mono": {
585
+ "$type": "fontWeight",
586
+ "$value": 400
587
+ }
588
+ },
589
+ "decoration": {
590
+ "link": {
591
+ "$type": "fontDecoration",
592
+ "$value": "none"
593
+ },
594
+ "linkHover": {
595
+ "$type": "fontDecoration",
596
+ "$value": "underline"
597
+ },
598
+ "linkButton": {
599
+ "$type": "fontDecoration",
600
+ "$value": "none"
601
+ },
602
+ "linkButtonHover": {
603
+ "$type": "fontDecoration",
604
+ "$value": "none"
605
+ }
606
+ }
607
+ },
608
+ "opacity": {
609
+ "disabled": {
610
+ "$type": "opacity",
611
+ "$value": 0.65
612
+ },
613
+ "backdrop": {
614
+ "$type": "opacity",
615
+ "$value": 0.4
616
+ },
617
+ "tooltip": {
618
+ "$type": "opacity",
619
+ "$value": 1
620
+ }
621
+ },
622
+ "size": {
623
+ "border": {
624
+ "radius": {
625
+ "l": {
626
+ "$type": "dimension",
627
+ "$value": 8
628
+ },
629
+ "m": {
630
+ "$type": "dimension",
631
+ "$value": 4
632
+ },
633
+ "s": {
634
+ "$type": "dimension",
635
+ "$value": 2
636
+ }
637
+ }
638
+ },
639
+ "font": {
640
+ "head": {
641
+ "1": {
642
+ "$type": "dimension",
643
+ "$value": 28
644
+ },
645
+ "2": {
646
+ "$type": "dimension",
647
+ "$value": 24
648
+ },
649
+ "3": {
650
+ "$type": "dimension",
651
+ "$value": 20
652
+ },
653
+ "4": {
654
+ "$type": "dimension",
655
+ "$value": 18
656
+ },
657
+ "5": {
658
+ "$type": "dimension",
659
+ "$value": 15
660
+ },
661
+ "6": {
662
+ "$type": "dimension",
663
+ "$value": 14
664
+ }
665
+ },
666
+ "body": {
667
+ "xl": {
668
+ "$type": "dimension",
669
+ "$value": 20
670
+ },
671
+ "l": {
672
+ "$type": "dimension",
673
+ "$value": 18
674
+ },
675
+ "m": {
676
+ "$type": "dimension",
677
+ "$value": 15
678
+ },
679
+ "s": {
680
+ "$type": "dimension",
681
+ "$value": 14
682
+ },
683
+ "xs": {
684
+ "$type": "dimension",
685
+ "$value": 12
686
+ }
687
+ },
688
+ "mono": {
689
+ "xl": {
690
+ "$type": "dimension",
691
+ "$value": 18
692
+ },
693
+ "l": {
694
+ "$type": "dimension",
695
+ "$value": 15
696
+ },
697
+ "m": {
698
+ "$type": "dimension",
699
+ "$value": 14
700
+ },
701
+ "s": {
702
+ "$type": "dimension",
703
+ "$value": 12
704
+ },
705
+ "xs": {
706
+ "$type": "dimension",
707
+ "$value": 10
708
+ }
709
+ }
710
+ },
711
+ "line": {
712
+ "head": {
713
+ "1": {
714
+ "$type": "dimension",
715
+ "$value": 32
716
+ },
717
+ "2": {
718
+ "$type": "dimension",
719
+ "$value": 28
720
+ },
721
+ "3": {
722
+ "$type": "dimension",
723
+ "$value": 24
724
+ },
725
+ "4": {
726
+ "$type": "dimension",
727
+ "$value": 24
728
+ },
729
+ "5": {
730
+ "$type": "dimension",
731
+ "$value": 20
732
+ },
733
+ "6": {
734
+ "$type": "dimension",
735
+ "$value": 16
736
+ }
737
+ },
738
+ "body": {
739
+ "xl": {
740
+ "$type": "dimension",
741
+ "$value": 24
742
+ },
743
+ "l": {
744
+ "$type": "dimension",
745
+ "$value": 24
746
+ },
747
+ "m": {
748
+ "$type": "dimension",
749
+ "$value": 20
750
+ },
751
+ "s": {
752
+ "$type": "dimension",
753
+ "$value": 18
754
+ },
755
+ "xs": {
756
+ "$type": "dimension",
757
+ "$value": 16
758
+ }
759
+ },
760
+ "mono": {
761
+ "xl": {
762
+ "$type": "dimension",
763
+ "$value": 24
764
+ },
765
+ "l": {
766
+ "$type": "dimension",
767
+ "$value": 20
768
+ },
769
+ "m": {
770
+ "$type": "dimension",
771
+ "$value": 18
772
+ },
773
+ "s": {
774
+ "$type": "dimension",
775
+ "$value": 16
776
+ },
777
+ "xs": {
778
+ "$type": "dimension",
779
+ "$value": 14
780
+ }
781
+ }
782
+ },
783
+ "modal": {
784
+ "s": {
785
+ "$type": "dimension",
786
+ "$value": 400
787
+ },
788
+ "m": {
789
+ "$type": "dimension",
790
+ "$value": 600
791
+ },
792
+ "l": {
793
+ "$type": "dimension",
794
+ "$value": 800
795
+ }
796
+ },
797
+ "screen": {
798
+ "xs": {
799
+ "$type": "dimension",
800
+ "$value": 540
801
+ },
802
+ "s": {
803
+ "$type": "dimension",
804
+ "$value": 768
805
+ },
806
+ "m": {
807
+ "$type": "dimension",
808
+ "$value": 992
809
+ },
810
+ "l": {
811
+ "$type": "dimension",
812
+ "$value": 1200
813
+ },
814
+ "xl": {
815
+ "$type": "dimension",
816
+ "$value": 1400
817
+ }
818
+ },
819
+ "spacing": {
820
+ "xl": {
821
+ "$type": "dimension",
822
+ "$value": 32
823
+ },
824
+ "l": {
825
+ "$type": "dimension",
826
+ "$value": 24
827
+ },
828
+ "m": {
829
+ "$type": "dimension",
830
+ "$value": 16
831
+ },
832
+ "s": {
833
+ "$type": "dimension",
834
+ "$value": 8
835
+ },
836
+ "xs": {
837
+ "$type": "dimension",
838
+ "$value": 4
839
+ }
840
+ }
841
+ },
842
+ "time": {
843
+ "transition": {
844
+ "l": {
845
+ "$type": "duration",
846
+ "$value": "500ms"
847
+ },
848
+ "m": {
849
+ "$type": "duration",
850
+ "$value": "250ms"
851
+ },
852
+ "s": {
853
+ "$type": "duration",
854
+ "$value": "125ms"
855
+ }
856
+ },
857
+ "delay": {
858
+ "l": {
859
+ "$type": "duration",
860
+ "$value": "500ms"
861
+ },
862
+ "m": {
863
+ "$type": "duration",
864
+ "$value": "250ms"
865
+ },
866
+ "s": {
867
+ "$type": "duration",
868
+ "$value": "125ms"
869
+ }
870
+ },
871
+ "duration": {
872
+ "l": {
873
+ "$type": "duration",
874
+ "$value": "1000ms"
875
+ },
876
+ "m": {
877
+ "$type": "duration",
878
+ "$value": "500ms"
879
+ },
880
+ "s": {
881
+ "$type": "duration",
882
+ "$value": "250ms"
883
+ }
884
+ }
885
+ },
886
+ "z-index": {
887
+ "base": {
888
+ "$type": "number",
889
+ "$value": 0
890
+ },
891
+ "dropdown": {
892
+ "$type": "number",
893
+ "$value": 100
894
+ },
895
+ "tooltip": {
896
+ "$type": "number",
897
+ "$value": 200
898
+ }
899
+ }
900
+ }