@knapsack/sandbox-tokens 4.54.10 → 4.54.11--canary.4194.ff5ad41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -530,10 +530,16 @@
530
530
  "type": "collection",
531
531
  "modes": [
532
532
  {
533
- "id": "light"
533
+ "id": "arcadiaLight"
534
534
  },
535
535
  {
536
- "id": "dark"
536
+ "id": "arcadiaDark"
537
+ },
538
+ {
539
+ "id": "basisLight"
540
+ },
541
+ {
542
+ "id": "basisDark"
537
543
  }
538
544
  ]
539
545
  }
@@ -542,12 +548,6 @@
542
548
  },
543
549
  "action": {
544
550
  "base": {
545
- "dark": {
546
- "$value": "{sandbox.color.brand}"
547
- },
548
- "light": {
549
- "$value": "{sandbox.color.brand}"
550
- },
551
551
  "$type": "color",
552
552
  "$extensions": {
553
553
  "cloud.knapsack": {
@@ -557,15 +557,57 @@
557
557
  }
558
558
  }
559
559
  }
560
+ },
561
+ "arcadiaLight": {
562
+ "$extensions": {
563
+ "cloud.knapsack": {
564
+ "group": {
565
+ "collectionInfo": {
566
+ "type": "var-ref",
567
+ "referencedId": "collections.theme.brand.color"
568
+ }
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "arcadiaDark": {
574
+ "$extensions": {
575
+ "cloud.knapsack": {
576
+ "group": {
577
+ "collectionInfo": {
578
+ "type": "var-ref",
579
+ "referencedId": "collections.theme.brand.color"
580
+ }
581
+ }
582
+ }
583
+ }
584
+ },
585
+ "basisLight": {
586
+ "$extensions": {
587
+ "cloud.knapsack": {
588
+ "group": {
589
+ "collectionInfo": {
590
+ "type": "var-ref",
591
+ "referencedId": "collections.theme.brand.color"
592
+ }
593
+ }
594
+ }
595
+ }
596
+ },
597
+ "basisDark": {
598
+ "$extensions": {
599
+ "cloud.knapsack": {
600
+ "group": {
601
+ "collectionInfo": {
602
+ "type": "var-ref",
603
+ "referencedId": "collections.theme.brand.color"
604
+ }
605
+ }
606
+ }
607
+ }
560
608
  }
561
609
  },
562
610
  "text": {
563
- "dark": {
564
- "$value": "{sandbox.color.white}"
565
- },
566
- "light": {
567
- "$value": "{sandbox.color.white}"
568
- },
569
611
  "$type": "color",
570
612
  "$extensions": {
571
613
  "cloud.knapsack": {
@@ -575,17 +617,23 @@
575
617
  }
576
618
  }
577
619
  }
620
+ },
621
+ "arcadiaLight": {
622
+ "$value": "{sandbox.color.white}"
623
+ },
624
+ "arcadiaDark": {
625
+ "$value": "{sandbox.color.white}"
626
+ },
627
+ "basisLight": {
628
+ "$value": "{sandbox.color.white}"
629
+ },
630
+ "basisDark": {
631
+ "$value": "{sandbox.color.white}"
578
632
  }
579
633
  }
580
634
  },
581
635
  "background": {
582
636
  "content": {
583
- "dark": {
584
- "$value": "#3B3644"
585
- },
586
- "light": {
587
- "$value": "#FFFFFF"
588
- },
589
637
  "$type": "color",
590
638
  "$extensions": {
591
639
  "cloud.knapsack": {
@@ -595,15 +643,21 @@
595
643
  }
596
644
  }
597
645
  }
646
+ },
647
+ "arcadiaLight": {
648
+ "$value": "#FFFFFF"
649
+ },
650
+ "arcadiaDark": {
651
+ "$value": "#3B3644"
652
+ },
653
+ "basisLight": {
654
+ "$value": "#FFFFFF"
655
+ },
656
+ "basisDark": {
657
+ "$value": "#3B3644"
598
658
  }
599
659
  },
600
660
  "page": {
601
- "dark": {
602
- "$value": "#1F1C25"
603
- },
604
- "light": {
605
- "$value": "#FDFCFE"
606
- },
607
661
  "$type": "color",
608
662
  "$extensions": {
609
663
  "cloud.knapsack": {
@@ -613,17 +667,47 @@
613
667
  }
614
668
  }
615
669
  }
670
+ },
671
+ "arcadiaLight": {
672
+ "$value": "#FDFCFE"
673
+ },
674
+ "arcadiaDark": {
675
+ "$value": "#1F1C25"
676
+ },
677
+ "basisLight": {
678
+ "$value": "#FDFCFE"
679
+ },
680
+ "basisDark": {
681
+ "$value": "#1F1C25"
616
682
  }
617
683
  }
618
684
  },
619
685
  "text": {
620
686
  "base": {
621
- "dark": {
687
+ "$type": "color",
688
+ "$extensions": {
689
+ "cloud.knapsack": {
690
+ "group": {
691
+ "collectionInfo": {
692
+ "type": "var"
693
+ }
694
+ }
695
+ }
696
+ },
697
+ "arcadiaLight": {
698
+ "$value": "#191F2C"
699
+ },
700
+ "arcadiaDark": {
622
701
  "$value": "#F6F8FF"
623
702
  },
624
- "light": {
703
+ "basisLight": {
625
704
  "$value": "#191F2C"
626
705
  },
706
+ "basisDark": {
707
+ "$value": "#F6F8FF"
708
+ }
709
+ },
710
+ "subtle": {
627
711
  "$type": "color",
628
712
  "$extensions": {
629
713
  "cloud.knapsack": {
@@ -633,15 +717,23 @@
633
717
  }
634
718
  }
635
719
  }
636
- }
637
- },
638
- "subtle": {
639
- "dark": {
720
+ },
721
+ "arcadiaLight": {
722
+ "$value": "#6E7A82"
723
+ },
724
+ "arcadiaDark": {
640
725
  "$value": "#BEC3D3"
641
726
  },
642
- "light": {
727
+ "basisLight": {
643
728
  "$value": "#6E7A82"
644
729
  },
730
+ "basisDark": {
731
+ "$value": "#BEC3D3"
732
+ }
733
+ }
734
+ },
735
+ "brand": {
736
+ "color": {
645
737
  "$type": "color",
646
738
  "$extensions": {
647
739
  "cloud.knapsack": {
@@ -651,6 +743,66 @@
651
743
  }
652
744
  }
653
745
  }
746
+ },
747
+ "arcadiaLight": {
748
+ "$value": "#7A34ED"
749
+ },
750
+ "arcadiaDark": {
751
+ "$value": "#7A34ED"
752
+ },
753
+ "basisLight": {
754
+ "$value": "#ED7734"
755
+ },
756
+ "basisDark": {
757
+ "$value": "#ED7734"
758
+ }
759
+ },
760
+ "fontFamily": {
761
+ "$type": "string",
762
+ "$extensions": {
763
+ "cloud.knapsack": {
764
+ "group": {
765
+ "collectionInfo": {
766
+ "type": "var"
767
+ }
768
+ }
769
+ }
770
+ },
771
+ "arcadiaLight": {
772
+ "$value": "Inter"
773
+ },
774
+ "arcadiaDark": {
775
+ "$value": "Inter"
776
+ },
777
+ "basisLight": {
778
+ "$value": "Merriweather"
779
+ },
780
+ "basisDark": {
781
+ "$value": "Merriweather"
782
+ }
783
+ },
784
+ "logo": {
785
+ "$type": "string",
786
+ "$extensions": {
787
+ "cloud.knapsack": {
788
+ "group": {
789
+ "collectionInfo": {
790
+ "type": "var"
791
+ }
792
+ }
793
+ }
794
+ },
795
+ "arcadiaLight": {
796
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
797
+ },
798
+ "arcadiaDark": {
799
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
800
+ },
801
+ "basisLight": {
802
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
803
+ },
804
+ "basisDark": {
805
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
654
806
  }
655
807
  }
656
808
  }
@@ -942,10 +1094,6 @@
942
1094
  },
943
1095
  "sandbox": {
944
1096
  "color": {
945
- "brand": {
946
- "$value": "#7A34ED",
947
- "$type": "color"
948
- },
949
1097
  "success": {
950
1098
  "$value": "#6BC313",
951
1099
  "$type": "color"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-tokens",
3
3
  "description": "",
4
- "version": "4.54.10",
4
+ "version": "4.54.11--canary.4194.ff5ad41.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -21,10 +21,10 @@
21
21
  "test": "tsc"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.54.10"
24
+ "@knapsack/app": "4.54.11--canary.4194.ff5ad41.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.54.10",
27
+ "@knapsack/typescript-config-starter": "4.54.11--canary.4194.ff5ad41.0",
28
28
  "@types/node": "^20.12.12",
29
29
  "typescript": "^5.4.5"
30
30
  },
@@ -37,5 +37,5 @@
37
37
  "directory": "apps/ui/libs/sandbox-tokens",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "c5d08660b4b72340f1db0ee4bbe371e7678df228"
40
+ "gitHead": "ff5ad41a10006b80efade590f14d54ce68b86b47"
41
41
  }
@@ -530,10 +530,16 @@
530
530
  "type": "collection",
531
531
  "modes": [
532
532
  {
533
- "id": "light"
533
+ "id": "arcadiaLight"
534
534
  },
535
535
  {
536
- "id": "dark"
536
+ "id": "arcadiaDark"
537
+ },
538
+ {
539
+ "id": "basisLight"
540
+ },
541
+ {
542
+ "id": "basisDark"
537
543
  }
538
544
  ]
539
545
  }
@@ -542,12 +548,6 @@
542
548
  },
543
549
  "action": {
544
550
  "base": {
545
- "dark": {
546
- "$value": "{sandbox.color.brand}"
547
- },
548
- "light": {
549
- "$value": "{sandbox.color.brand}"
550
- },
551
551
  "$type": "color",
552
552
  "$extensions": {
553
553
  "cloud.knapsack": {
@@ -557,15 +557,57 @@
557
557
  }
558
558
  }
559
559
  }
560
+ },
561
+ "arcadiaLight": {
562
+ "$extensions": {
563
+ "cloud.knapsack": {
564
+ "group": {
565
+ "collectionInfo": {
566
+ "type": "var-ref",
567
+ "referencedId": "collections.theme.brand.color"
568
+ }
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "arcadiaDark": {
574
+ "$extensions": {
575
+ "cloud.knapsack": {
576
+ "group": {
577
+ "collectionInfo": {
578
+ "type": "var-ref",
579
+ "referencedId": "collections.theme.brand.color"
580
+ }
581
+ }
582
+ }
583
+ }
584
+ },
585
+ "basisLight": {
586
+ "$extensions": {
587
+ "cloud.knapsack": {
588
+ "group": {
589
+ "collectionInfo": {
590
+ "type": "var-ref",
591
+ "referencedId": "collections.theme.brand.color"
592
+ }
593
+ }
594
+ }
595
+ }
596
+ },
597
+ "basisDark": {
598
+ "$extensions": {
599
+ "cloud.knapsack": {
600
+ "group": {
601
+ "collectionInfo": {
602
+ "type": "var-ref",
603
+ "referencedId": "collections.theme.brand.color"
604
+ }
605
+ }
606
+ }
607
+ }
560
608
  }
561
609
  },
562
610
  "text": {
563
- "dark": {
564
- "$value": "{sandbox.color.white}"
565
- },
566
- "light": {
567
- "$value": "{sandbox.color.white}"
568
- },
569
611
  "$type": "color",
570
612
  "$extensions": {
571
613
  "cloud.knapsack": {
@@ -575,17 +617,23 @@
575
617
  }
576
618
  }
577
619
  }
620
+ },
621
+ "arcadiaLight": {
622
+ "$value": "{sandbox.color.white}"
623
+ },
624
+ "arcadiaDark": {
625
+ "$value": "{sandbox.color.white}"
626
+ },
627
+ "basisLight": {
628
+ "$value": "{sandbox.color.white}"
629
+ },
630
+ "basisDark": {
631
+ "$value": "{sandbox.color.white}"
578
632
  }
579
633
  }
580
634
  },
581
635
  "background": {
582
636
  "content": {
583
- "dark": {
584
- "$value": "#3B3644"
585
- },
586
- "light": {
587
- "$value": "#FFFFFF"
588
- },
589
637
  "$type": "color",
590
638
  "$extensions": {
591
639
  "cloud.knapsack": {
@@ -595,15 +643,21 @@
595
643
  }
596
644
  }
597
645
  }
646
+ },
647
+ "arcadiaLight": {
648
+ "$value": "#FFFFFF"
649
+ },
650
+ "arcadiaDark": {
651
+ "$value": "#3B3644"
652
+ },
653
+ "basisLight": {
654
+ "$value": "#FFFFFF"
655
+ },
656
+ "basisDark": {
657
+ "$value": "#3B3644"
598
658
  }
599
659
  },
600
660
  "page": {
601
- "dark": {
602
- "$value": "#1F1C25"
603
- },
604
- "light": {
605
- "$value": "#FDFCFE"
606
- },
607
661
  "$type": "color",
608
662
  "$extensions": {
609
663
  "cloud.knapsack": {
@@ -613,17 +667,47 @@
613
667
  }
614
668
  }
615
669
  }
670
+ },
671
+ "arcadiaLight": {
672
+ "$value": "#FDFCFE"
673
+ },
674
+ "arcadiaDark": {
675
+ "$value": "#1F1C25"
676
+ },
677
+ "basisLight": {
678
+ "$value": "#FDFCFE"
679
+ },
680
+ "basisDark": {
681
+ "$value": "#1F1C25"
616
682
  }
617
683
  }
618
684
  },
619
685
  "text": {
620
686
  "base": {
621
- "dark": {
687
+ "$type": "color",
688
+ "$extensions": {
689
+ "cloud.knapsack": {
690
+ "group": {
691
+ "collectionInfo": {
692
+ "type": "var"
693
+ }
694
+ }
695
+ }
696
+ },
697
+ "arcadiaLight": {
698
+ "$value": "#191F2C"
699
+ },
700
+ "arcadiaDark": {
622
701
  "$value": "#F6F8FF"
623
702
  },
624
- "light": {
703
+ "basisLight": {
625
704
  "$value": "#191F2C"
626
705
  },
706
+ "basisDark": {
707
+ "$value": "#F6F8FF"
708
+ }
709
+ },
710
+ "subtle": {
627
711
  "$type": "color",
628
712
  "$extensions": {
629
713
  "cloud.knapsack": {
@@ -633,15 +717,23 @@
633
717
  }
634
718
  }
635
719
  }
636
- }
637
- },
638
- "subtle": {
639
- "dark": {
720
+ },
721
+ "arcadiaLight": {
722
+ "$value": "#6E7A82"
723
+ },
724
+ "arcadiaDark": {
640
725
  "$value": "#BEC3D3"
641
726
  },
642
- "light": {
727
+ "basisLight": {
643
728
  "$value": "#6E7A82"
644
729
  },
730
+ "basisDark": {
731
+ "$value": "#BEC3D3"
732
+ }
733
+ }
734
+ },
735
+ "brand": {
736
+ "color": {
645
737
  "$type": "color",
646
738
  "$extensions": {
647
739
  "cloud.knapsack": {
@@ -651,6 +743,66 @@
651
743
  }
652
744
  }
653
745
  }
746
+ },
747
+ "arcadiaLight": {
748
+ "$value": "#7A34ED"
749
+ },
750
+ "arcadiaDark": {
751
+ "$value": "#7A34ED"
752
+ },
753
+ "basisLight": {
754
+ "$value": "#ED7734"
755
+ },
756
+ "basisDark": {
757
+ "$value": "#ED7734"
758
+ }
759
+ },
760
+ "fontFamily": {
761
+ "$type": "string",
762
+ "$extensions": {
763
+ "cloud.knapsack": {
764
+ "group": {
765
+ "collectionInfo": {
766
+ "type": "var"
767
+ }
768
+ }
769
+ }
770
+ },
771
+ "arcadiaLight": {
772
+ "$value": "Inter"
773
+ },
774
+ "arcadiaDark": {
775
+ "$value": "Inter"
776
+ },
777
+ "basisLight": {
778
+ "$value": "Merriweather"
779
+ },
780
+ "basisDark": {
781
+ "$value": "Merriweather"
782
+ }
783
+ },
784
+ "logo": {
785
+ "$type": "string",
786
+ "$extensions": {
787
+ "cloud.knapsack": {
788
+ "group": {
789
+ "collectionInfo": {
790
+ "type": "var"
791
+ }
792
+ }
793
+ }
794
+ },
795
+ "arcadiaLight": {
796
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
797
+ },
798
+ "arcadiaDark": {
799
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
800
+ },
801
+ "basisLight": {
802
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
803
+ },
804
+ "basisDark": {
805
+ "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
654
806
  }
655
807
  }
656
808
  }
@@ -942,10 +1094,6 @@
942
1094
  },
943
1095
  "sandbox": {
944
1096
  "color": {
945
- "brand": {
946
- "$value": "#7A34ED",
947
- "$type": "color"
948
- },
949
1097
  "success": {
950
1098
  "$value": "#6BC313",
951
1099
  "$type": "color"