@knapsack/sandbox-tokens 4.54.10--canary.9c0b1fe.0 → 4.54.11--canary.88a6a4e.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +37 -0
- package/dist/design-tokens.cjs +39 -13
- package/dist/design-tokens.collections.css +87 -31
- package/dist/design-tokens.css +35 -13
- package/dist/design-tokens.css.scss +35 -13
- package/dist/design-tokens.d.cts +39 -13
- package/dist/design-tokens.d.mts +39 -13
- package/dist/design-tokens.d.ts +39 -13
- package/dist/design-tokens.js +39 -13
- package/dist/design-tokens.json +35 -13
- package/dist/design-tokens.less +35 -13
- package/dist/design-tokens.mjs +39 -13
- package/dist/design-tokens.nested.json +45 -15
- package/dist/design-tokens.scss +80 -28
- package/dist/design-tokens.style-dictionary.json +219 -38
- package/dist/design-tokens.w3c-spec.json +219 -38
- package/package.json +4 -4
- package/src/knapsack.design-tokens.json +219 -38
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-tokens",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.54.
|
4
|
+
"version": "4.54.11--canary.88a6a4e.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.
|
24
|
+
"@knapsack/app": "4.54.11--canary.88a6a4e.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@knapsack/typescript-config-starter": "4.54.
|
27
|
+
"@knapsack/typescript-config-starter": "4.54.11--canary.88a6a4e.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": "
|
40
|
+
"gitHead": "88a6a4e8305cc06bcb6a4c61d16c86d6c1b2a877"
|
41
41
|
}
|
@@ -530,10 +530,16 @@
|
|
530
530
|
"type": "collection",
|
531
531
|
"modes": [
|
532
532
|
{
|
533
|
-
"id": "
|
533
|
+
"id": "arcadiaLight"
|
534
534
|
},
|
535
535
|
{
|
536
|
-
"id": "
|
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
|
-
"
|
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
|
-
"
|
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
|
-
|
639
|
-
|
720
|
+
},
|
721
|
+
"arcadiaLight": {
|
722
|
+
"$value": "#6E7A82"
|
723
|
+
},
|
724
|
+
"arcadiaDark": {
|
640
725
|
"$value": "#BEC3D3"
|
641
726
|
},
|
642
|
-
"
|
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
|
}
|
@@ -880,7 +1032,40 @@
|
|
880
1032
|
}
|
881
1033
|
}
|
882
1034
|
},
|
883
|
-
"
|
1035
|
+
"tertiary": {
|
1036
|
+
"brandADark": {
|
1037
|
+
"$extensions": {
|
1038
|
+
"cloud.knapsack": {
|
1039
|
+
"group": {
|
1040
|
+
"collectionInfo": {
|
1041
|
+
"type": "var-ref",
|
1042
|
+
"referencedId": "collections.testing.test.secondary"
|
1043
|
+
}
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
}
|
1047
|
+
},
|
1048
|
+
"$type": "color",
|
1049
|
+
"$description": "derp",
|
1050
|
+
"$extensions": {
|
1051
|
+
"cloud.knapsack": {
|
1052
|
+
"group": {
|
1053
|
+
"collectionInfo": {
|
1054
|
+
"type": "var"
|
1055
|
+
}
|
1056
|
+
}
|
1057
|
+
}
|
1058
|
+
},
|
1059
|
+
"brandALight": {
|
1060
|
+
"$value": "#000000"
|
1061
|
+
},
|
1062
|
+
"brandBLight": {
|
1063
|
+
"$value": "#000000"
|
1064
|
+
},
|
1065
|
+
"brandBDark": {
|
1066
|
+
"$value": "#000000"
|
1067
|
+
}
|
1068
|
+
}
|
884
1069
|
},
|
885
1070
|
"$extensions": {
|
886
1071
|
"cloud.knapsack": {
|
@@ -909,10 +1094,6 @@
|
|
909
1094
|
},
|
910
1095
|
"sandbox": {
|
911
1096
|
"color": {
|
912
|
-
"brand": {
|
913
|
-
"$value": "#7A34ED",
|
914
|
-
"$type": "color"
|
915
|
-
},
|
916
1097
|
"success": {
|
917
1098
|
"$value": "#6BC313",
|
918
1099
|
"$type": "color"
|