@kjaniec-dev/ui-mcp 0.9.1 → 0.9.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.
package/data/tokens.json CHANGED
@@ -314,18 +314,88 @@
314
314
  "dark": "#082f49",
315
315
  "tailwind": ""
316
316
  },
317
+ {
318
+ "name": "color.primitive.violet.50",
319
+ "category": "color-primitive",
320
+ "light": "#f5f3ff",
321
+ "dark": "#f5f3ff",
322
+ "tailwind": ""
323
+ },
324
+ {
325
+ "name": "color.primitive.violet.400",
326
+ "category": "color-primitive",
327
+ "light": "#a78bfa",
328
+ "dark": "#a78bfa",
329
+ "tailwind": ""
330
+ },
331
+ {
332
+ "name": "color.primitive.violet.500",
333
+ "category": "color-primitive",
334
+ "light": "#8b5cf6",
335
+ "dark": "#8b5cf6",
336
+ "tailwind": ""
337
+ },
338
+ {
339
+ "name": "color.primitive.violet.600",
340
+ "category": "color-primitive",
341
+ "light": "#7c3aed",
342
+ "dark": "#7c3aed",
343
+ "tailwind": ""
344
+ },
345
+ {
346
+ "name": "color.primitive.violet.950",
347
+ "category": "color-primitive",
348
+ "light": "#2e1065",
349
+ "dark": "#2e1065",
350
+ "tailwind": ""
351
+ },
352
+ {
353
+ "name": "color.primitive.lime.50",
354
+ "category": "color-primitive",
355
+ "light": "#f7fee7",
356
+ "dark": "#f7fee7",
357
+ "tailwind": ""
358
+ },
359
+ {
360
+ "name": "color.primitive.lime.400",
361
+ "category": "color-primitive",
362
+ "light": "#a3e635",
363
+ "dark": "#a3e635",
364
+ "tailwind": ""
365
+ },
366
+ {
367
+ "name": "color.primitive.lime.500",
368
+ "category": "color-primitive",
369
+ "light": "#84cc16",
370
+ "dark": "#84cc16",
371
+ "tailwind": ""
372
+ },
373
+ {
374
+ "name": "color.primitive.lime.600",
375
+ "category": "color-primitive",
376
+ "light": "#65a30d",
377
+ "dark": "#65a30d",
378
+ "tailwind": ""
379
+ },
380
+ {
381
+ "name": "color.primitive.lime.950",
382
+ "category": "color-primitive",
383
+ "light": "#1a2e05",
384
+ "dark": "#1a2e05",
385
+ "tailwind": ""
386
+ },
317
387
  {
318
388
  "name": "color.semantic.light.background",
319
389
  "category": "color",
320
- "light": "#fafafa",
321
- "dark": "#fafafa",
390
+ "light": "#fafaf9",
391
+ "dark": "#fafaf9",
322
392
  "tailwind": ""
323
393
  },
324
394
  {
325
395
  "name": "color.semantic.light.foreground",
326
396
  "category": "color",
327
- "light": "#09090b",
328
- "dark": "#09090b",
397
+ "light": "#18181b",
398
+ "dark": "#18181b",
329
399
  "tailwind": ""
330
400
  },
331
401
  {
@@ -345,22 +415,22 @@
345
415
  {
346
416
  "name": "color.semantic.light.cardForeground",
347
417
  "category": "color",
348
- "light": "#09090b",
349
- "dark": "#09090b",
418
+ "light": "#18181b",
419
+ "dark": "#18181b",
350
420
  "tailwind": ""
351
421
  },
352
422
  {
353
423
  "name": "color.semantic.light.primary",
354
424
  "category": "color",
355
- "light": "#b45309",
356
- "dark": "#b45309",
425
+ "light": "#a84f08",
426
+ "dark": "#a84f08",
357
427
  "tailwind": ""
358
428
  },
359
429
  {
360
430
  "name": "color.semantic.light.primaryHover",
361
431
  "category": "color",
362
- "light": "#92400e",
363
- "dark": "#92400e",
432
+ "light": "#8f4007",
433
+ "dark": "#8f4007",
364
434
  "tailwind": ""
365
435
  },
366
436
  {
@@ -373,15 +443,15 @@
373
443
  {
374
444
  "name": "color.semantic.light.secondary",
375
445
  "category": "color",
376
- "light": "#0f766e",
377
- "dark": "#0f766e",
446
+ "light": "#0f746d",
447
+ "dark": "#0f746d",
378
448
  "tailwind": ""
379
449
  },
380
450
  {
381
451
  "name": "color.semantic.light.secondaryHover",
382
452
  "category": "color",
383
- "light": "#115e59",
384
- "dark": "#115e59",
453
+ "light": "#0b625c",
454
+ "dark": "#0b625c",
385
455
  "tailwind": ""
386
456
  },
387
457
  {
@@ -394,43 +464,57 @@
394
464
  {
395
465
  "name": "color.semantic.light.muted",
396
466
  "category": "color",
397
- "light": "#f4f4f5",
398
- "dark": "#f4f4f5",
467
+ "light": "#f5f5f4",
468
+ "dark": "#f5f5f4",
399
469
  "tailwind": ""
400
470
  },
401
471
  {
402
472
  "name": "color.semantic.light.mutedForeground",
403
473
  "category": "color",
404
- "light": "#52525b",
405
- "dark": "#52525b",
474
+ "light": "#5f5f68",
475
+ "dark": "#5f5f68",
406
476
  "tailwind": ""
407
477
  },
408
478
  {
409
479
  "name": "color.semantic.light.border",
410
480
  "category": "color",
411
- "light": "#e4e4e7",
412
- "dark": "#e4e4e7",
481
+ "light": "#e7e5e4",
482
+ "dark": "#e7e5e4",
413
483
  "tailwind": ""
414
484
  },
415
485
  {
416
486
  "name": "color.semantic.light.input",
417
487
  "category": "color",
418
- "light": "#e4e4e7",
419
- "dark": "#e4e4e7",
488
+ "light": "#a1a1aa",
489
+ "dark": "#a1a1aa",
490
+ "tailwind": ""
491
+ },
492
+ {
493
+ "name": "color.semantic.light.controlBorder",
494
+ "category": "color",
495
+ "light": "#a1a1aa",
496
+ "dark": "#a1a1aa",
497
+ "tailwind": ""
498
+ },
499
+ {
500
+ "name": "color.semantic.light.controlBorderHover",
501
+ "category": "color",
502
+ "light": "#71717a",
503
+ "dark": "#71717a",
420
504
  "tailwind": ""
421
505
  },
422
506
  {
423
507
  "name": "color.semantic.light.ring",
424
508
  "category": "color",
425
- "light": "#b45309",
426
- "dark": "#b45309",
509
+ "light": "#a84f08",
510
+ "dark": "#a84f08",
427
511
  "tailwind": ""
428
512
  },
429
513
  {
430
514
  "name": "color.semantic.light.success",
431
515
  "category": "color",
432
- "light": "#059669",
433
- "dark": "#059669",
516
+ "light": "#047857",
517
+ "dark": "#047857",
434
518
  "tailwind": ""
435
519
  },
436
520
  {
@@ -443,8 +527,8 @@
443
527
  {
444
528
  "name": "color.semantic.light.warning",
445
529
  "category": "color",
446
- "light": "#d97706",
447
- "dark": "#d97706",
530
+ "light": "#a84f08",
531
+ "dark": "#a84f08",
448
532
  "tailwind": ""
449
533
  },
450
534
  {
@@ -457,8 +541,8 @@
457
541
  {
458
542
  "name": "color.semantic.light.danger",
459
543
  "category": "color",
460
- "light": "#e11d48",
461
- "dark": "#e11d48",
544
+ "light": "#be123c",
545
+ "dark": "#be123c",
462
546
  "tailwind": ""
463
547
  },
464
548
  {
@@ -471,8 +555,8 @@
471
555
  {
472
556
  "name": "color.semantic.light.info",
473
557
  "category": "color",
474
- "light": "#0284c7",
475
- "dark": "#0284c7",
558
+ "light": "#0369a1",
559
+ "dark": "#0369a1",
476
560
  "tailwind": ""
477
561
  },
478
562
  {
@@ -485,15 +569,15 @@
485
569
  {
486
570
  "name": "color.semantic.light.bgCanvas",
487
571
  "category": "color",
488
- "light": "#f4f4f5",
489
- "dark": "#f4f4f5",
572
+ "light": "#f5f5f4",
573
+ "dark": "#f5f5f4",
490
574
  "tailwind": ""
491
575
  },
492
576
  {
493
577
  "name": "color.semantic.light.bgSubtle",
494
578
  "category": "color",
495
- "light": "#fafafa",
496
- "dark": "#fafafa",
579
+ "light": "#fafaf9",
580
+ "dark": "#fafaf9",
497
581
  "tailwind": ""
498
582
  },
499
583
  {
@@ -513,36 +597,36 @@
513
597
  {
514
598
  "name": "color.semantic.light.bgOverlay",
515
599
  "category": "color",
516
- "light": "rgba(9, 9, 11, 0.4)",
517
- "dark": "rgba(9, 9, 11, 0.4)",
600
+ "light": "rgba(12, 12, 13, 0.4)",
601
+ "dark": "rgba(12, 12, 13, 0.4)",
518
602
  "tailwind": ""
519
603
  },
520
604
  {
521
605
  "name": "color.semantic.light.borderSubtle",
522
606
  "category": "color",
523
- "light": "#f4f4f5",
524
- "dark": "#f4f4f5",
607
+ "light": "#f5f5f4",
608
+ "dark": "#f5f5f4",
525
609
  "tailwind": ""
526
610
  },
527
611
  {
528
612
  "name": "color.semantic.light.borderStrong",
529
613
  "category": "color",
530
- "light": "#e4e4e7",
531
- "dark": "#e4e4e7",
614
+ "light": "#d6d3d1",
615
+ "dark": "#d6d3d1",
532
616
  "tailwind": ""
533
617
  },
534
618
  {
535
619
  "name": "color.semantic.light.chart1",
536
620
  "category": "color",
537
- "light": "#f59e0b",
538
- "dark": "#f59e0b",
621
+ "light": "#a84f08",
622
+ "dark": "#a84f08",
539
623
  "tailwind": ""
540
624
  },
541
625
  {
542
626
  "name": "color.semantic.light.chart2",
543
627
  "category": "color",
544
- "light": "#14b8a6",
545
- "dark": "#14b8a6",
628
+ "light": "#0f746d",
629
+ "dark": "#0f746d",
546
630
  "tailwind": ""
547
631
  },
548
632
  {
@@ -552,74 +636,95 @@
552
636
  "dark": "#0284c7",
553
637
  "tailwind": ""
554
638
  },
639
+ {
640
+ "name": "color.semantic.light.chart4",
641
+ "category": "color",
642
+ "light": "#7c3aed",
643
+ "dark": "#7c3aed",
644
+ "tailwind": ""
645
+ },
646
+ {
647
+ "name": "color.semantic.light.chart5",
648
+ "category": "color",
649
+ "light": "#e11d48",
650
+ "dark": "#e11d48",
651
+ "tailwind": ""
652
+ },
653
+ {
654
+ "name": "color.semantic.light.chart6",
655
+ "category": "color",
656
+ "light": "#65a30d",
657
+ "dark": "#65a30d",
658
+ "tailwind": ""
659
+ },
555
660
  {
556
661
  "name": "color.semantic.dark.background",
557
662
  "category": "color",
558
- "light": "#09090b",
559
- "dark": "#09090b",
663
+ "light": "#0c0c0d",
664
+ "dark": "#0c0c0d",
560
665
  "tailwind": ""
561
666
  },
562
667
  {
563
668
  "name": "color.semantic.dark.foreground",
564
669
  "category": "color",
565
- "light": "#fafafa",
566
- "dark": "#fafafa",
670
+ "light": "#f5f5f4",
671
+ "dark": "#f5f5f4",
567
672
  "tailwind": ""
568
673
  },
569
674
  {
570
675
  "name": "color.semantic.dark.surface",
571
676
  "category": "color",
572
- "light": "#18181b",
573
- "dark": "#18181b",
677
+ "light": "#171719",
678
+ "dark": "#171719",
574
679
  "tailwind": ""
575
680
  },
576
681
  {
577
682
  "name": "color.semantic.dark.card",
578
683
  "category": "color",
579
- "light": "#18181b",
580
- "dark": "#18181b",
684
+ "light": "#171719",
685
+ "dark": "#171719",
581
686
  "tailwind": ""
582
687
  },
583
688
  {
584
689
  "name": "color.semantic.dark.cardForeground",
585
690
  "category": "color",
586
- "light": "#fafafa",
587
- "dark": "#fafafa",
691
+ "light": "#f5f5f4",
692
+ "dark": "#f5f5f4",
588
693
  "tailwind": ""
589
694
  },
590
695
  {
591
696
  "name": "color.semantic.dark.primary",
592
697
  "category": "color",
593
- "light": "#fbbf24",
594
- "dark": "#fbbf24",
698
+ "light": "#f5b82e",
699
+ "dark": "#f5b82e",
595
700
  "tailwind": ""
596
701
  },
597
702
  {
598
703
  "name": "color.semantic.dark.primaryHover",
599
704
  "category": "color",
600
- "light": "#f59e0b",
601
- "dark": "#f59e0b",
705
+ "light": "#e8a91b",
706
+ "dark": "#e8a91b",
602
707
  "tailwind": ""
603
708
  },
604
709
  {
605
710
  "name": "color.semantic.dark.primaryForeground",
606
711
  "category": "color",
607
- "light": "#09090b",
608
- "dark": "#09090b",
712
+ "light": "#0c0c0d",
713
+ "dark": "#0c0c0d",
609
714
  "tailwind": ""
610
715
  },
611
716
  {
612
717
  "name": "color.semantic.dark.secondary",
613
718
  "category": "color",
614
- "light": "#2dd4bf",
615
- "dark": "#2dd4bf",
719
+ "light": "#38c6b7",
720
+ "dark": "#38c6b7",
616
721
  "tailwind": ""
617
722
  },
618
723
  {
619
724
  "name": "color.semantic.dark.secondaryHover",
620
725
  "category": "color",
621
- "light": "#14b8a6",
622
- "dark": "#14b8a6",
726
+ "light": "#27b3a5",
727
+ "dark": "#27b3a5",
623
728
  "tailwind": ""
624
729
  },
625
730
  {
@@ -632,43 +737,57 @@
632
737
  {
633
738
  "name": "color.semantic.dark.muted",
634
739
  "category": "color",
635
- "light": "#27272a",
636
- "dark": "#27272a",
740
+ "light": "#202023",
741
+ "dark": "#202023",
637
742
  "tailwind": ""
638
743
  },
639
744
  {
640
745
  "name": "color.semantic.dark.mutedForeground",
641
746
  "category": "color",
642
- "light": "#a1a1aa",
643
- "dark": "#a1a1aa",
747
+ "light": "#a7a7b0",
748
+ "dark": "#a7a7b0",
644
749
  "tailwind": ""
645
750
  },
646
751
  {
647
752
  "name": "color.semantic.dark.border",
648
753
  "category": "color",
649
- "light": "#27272a",
650
- "dark": "#27272a",
754
+ "light": "#2d2d31",
755
+ "dark": "#2d2d31",
651
756
  "tailwind": ""
652
757
  },
653
758
  {
654
759
  "name": "color.semantic.dark.input",
655
760
  "category": "color",
656
- "light": "#27272a",
657
- "dark": "#27272a",
761
+ "light": "#3f3f46",
762
+ "dark": "#3f3f46",
763
+ "tailwind": ""
764
+ },
765
+ {
766
+ "name": "color.semantic.dark.controlBorder",
767
+ "category": "color",
768
+ "light": "#3f3f46",
769
+ "dark": "#3f3f46",
770
+ "tailwind": ""
771
+ },
772
+ {
773
+ "name": "color.semantic.dark.controlBorderHover",
774
+ "category": "color",
775
+ "light": "#52525b",
776
+ "dark": "#52525b",
658
777
  "tailwind": ""
659
778
  },
660
779
  {
661
780
  "name": "color.semantic.dark.ring",
662
781
  "category": "color",
663
- "light": "#fbbf24",
664
- "dark": "#fbbf24",
782
+ "light": "#f5b82e",
783
+ "dark": "#f5b82e",
665
784
  "tailwind": ""
666
785
  },
667
786
  {
668
787
  "name": "color.semantic.dark.success",
669
788
  "category": "color",
670
- "light": "#10b981",
671
- "dark": "#10b981",
789
+ "light": "#34d399",
790
+ "dark": "#34d399",
672
791
  "tailwind": ""
673
792
  },
674
793
  {
@@ -681,8 +800,8 @@
681
800
  {
682
801
  "name": "color.semantic.dark.warning",
683
802
  "category": "color",
684
- "light": "#fbbf24",
685
- "dark": "#fbbf24",
803
+ "light": "#f5b82e",
804
+ "dark": "#f5b82e",
686
805
  "tailwind": ""
687
806
  },
688
807
  {
@@ -695,8 +814,8 @@
695
814
  {
696
815
  "name": "color.semantic.dark.danger",
697
816
  "category": "color",
698
- "light": "#f43f5e",
699
- "dark": "#f43f5e",
817
+ "light": "#fb7185",
818
+ "dark": "#fb7185",
700
819
  "tailwind": ""
701
820
  },
702
821
  {
@@ -709,8 +828,8 @@
709
828
  {
710
829
  "name": "color.semantic.dark.info",
711
830
  "category": "color",
712
- "light": "#0ea5e9",
713
- "dark": "#0ea5e9",
831
+ "light": "#38bdf8",
832
+ "dark": "#38bdf8",
714
833
  "tailwind": ""
715
834
  },
716
835
  {
@@ -723,8 +842,8 @@
723
842
  {
724
843
  "name": "color.semantic.dark.bgCanvas",
725
844
  "category": "color",
726
- "light": "#09090b",
727
- "dark": "#09090b",
845
+ "light": "#0c0c0d",
846
+ "dark": "#0c0c0d",
728
847
  "tailwind": ""
729
848
  },
730
849
  {
@@ -737,57 +856,78 @@
737
856
  {
738
857
  "name": "color.semantic.dark.bgSurface",
739
858
  "category": "color",
740
- "light": "#18181b",
741
- "dark": "#18181b",
859
+ "light": "#171719",
860
+ "dark": "#171719",
742
861
  "tailwind": ""
743
862
  },
744
863
  {
745
864
  "name": "color.semantic.dark.bgElevated",
746
865
  "category": "color",
747
- "light": "#27272a",
748
- "dark": "#27272a",
866
+ "light": "#202023",
867
+ "dark": "#202023",
749
868
  "tailwind": ""
750
869
  },
751
870
  {
752
871
  "name": "color.semantic.dark.bgOverlay",
753
872
  "category": "color",
754
- "light": "rgba(9, 9, 11, 0.7)",
755
- "dark": "rgba(9, 9, 11, 0.7)",
873
+ "light": "rgba(12, 12, 13, 0.7)",
874
+ "dark": "rgba(12, 12, 13, 0.7)",
756
875
  "tailwind": ""
757
876
  },
758
877
  {
759
878
  "name": "color.semantic.dark.borderSubtle",
760
879
  "category": "color",
761
- "light": "#1f1f23",
762
- "dark": "#1f1f23",
880
+ "light": "#202023",
881
+ "dark": "#202023",
763
882
  "tailwind": ""
764
883
  },
765
884
  {
766
885
  "name": "color.semantic.dark.borderStrong",
767
886
  "category": "color",
768
- "light": "#27272a",
769
- "dark": "#27272a",
887
+ "light": "#3f3f46",
888
+ "dark": "#3f3f46",
770
889
  "tailwind": ""
771
890
  },
772
891
  {
773
892
  "name": "color.semantic.dark.chart1",
774
893
  "category": "color",
775
- "light": "#fbbf24",
776
- "dark": "#fbbf24",
894
+ "light": "#f5b82e",
895
+ "dark": "#f5b82e",
777
896
  "tailwind": ""
778
897
  },
779
898
  {
780
899
  "name": "color.semantic.dark.chart2",
781
900
  "category": "color",
782
- "light": "#2dd4bf",
783
- "dark": "#2dd4bf",
901
+ "light": "#38c6b7",
902
+ "dark": "#38c6b7",
784
903
  "tailwind": ""
785
904
  },
786
905
  {
787
906
  "name": "color.semantic.dark.chart3",
788
907
  "category": "color",
789
- "light": "#0ea5e9",
790
- "dark": "#0ea5e9",
908
+ "light": "#38bdf8",
909
+ "dark": "#38bdf8",
910
+ "tailwind": ""
911
+ },
912
+ {
913
+ "name": "color.semantic.dark.chart4",
914
+ "category": "color",
915
+ "light": "#a78bfa",
916
+ "dark": "#a78bfa",
917
+ "tailwind": ""
918
+ },
919
+ {
920
+ "name": "color.semantic.dark.chart5",
921
+ "category": "color",
922
+ "light": "#fb7185",
923
+ "dark": "#fb7185",
924
+ "tailwind": ""
925
+ },
926
+ {
927
+ "name": "color.semantic.dark.chart6",
928
+ "category": "color",
929
+ "light": "#a3e635",
930
+ "dark": "#a3e635",
791
931
  "tailwind": ""
792
932
  },
793
933
  {