@bitrise/bitkit-v2 0.3.149 → 0.3.150
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.
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineSemanticTokens as
|
|
2
|
-
import { withSlashes as
|
|
3
|
-
const
|
|
4
|
-
|
|
1
|
+
import { defineSemanticTokens as e } from "@chakra-ui/react/styled-system";
|
|
2
|
+
import { withSlashes as s } from "../themeUtils.js";
|
|
3
|
+
const a = e.colors(
|
|
4
|
+
s({
|
|
5
5
|
brand: {
|
|
6
6
|
primary: {
|
|
7
7
|
value: {
|
|
8
|
-
|
|
8
|
+
base: "{colors.purple.30}"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
separator: {
|
|
13
13
|
primary: {
|
|
14
14
|
value: {
|
|
15
|
-
|
|
15
|
+
base: "{colors.neutral.90}"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
},
|
|
@@ -658,228 +658,228 @@ const r = l.colors(
|
|
|
658
658
|
background: {
|
|
659
659
|
primary: {
|
|
660
660
|
value: {
|
|
661
|
-
|
|
661
|
+
base: "{colors.sys.bg.surface}"
|
|
662
662
|
}
|
|
663
663
|
},
|
|
664
664
|
secondary: {
|
|
665
665
|
value: {
|
|
666
|
-
|
|
666
|
+
base: "{colors.sys.bg.minimal}"
|
|
667
667
|
}
|
|
668
668
|
},
|
|
669
669
|
tertiary: {
|
|
670
670
|
value: {
|
|
671
|
-
|
|
671
|
+
base: "{colors.sys.bg.subtle}"
|
|
672
672
|
}
|
|
673
673
|
},
|
|
674
674
|
hover: {
|
|
675
675
|
value: {
|
|
676
|
-
|
|
676
|
+
base: "{colors.sys.bg.subtle}"
|
|
677
677
|
}
|
|
678
678
|
},
|
|
679
679
|
active: {
|
|
680
680
|
value: {
|
|
681
|
-
|
|
681
|
+
base: "{colors.sys.bg.moderate}"
|
|
682
682
|
}
|
|
683
683
|
},
|
|
684
684
|
selected: {
|
|
685
685
|
value: {
|
|
686
|
-
|
|
686
|
+
base: "{colors.sys.purple.minimal}"
|
|
687
687
|
}
|
|
688
688
|
},
|
|
689
689
|
"selected-hover": {
|
|
690
690
|
value: {
|
|
691
|
-
|
|
691
|
+
base: "{colors.sys.purple.subtle}"
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
694
|
contrast: {
|
|
695
695
|
value: {
|
|
696
|
-
|
|
696
|
+
base: "{colors.sys.bg.contrast}"
|
|
697
697
|
}
|
|
698
698
|
},
|
|
699
699
|
disabled: {
|
|
700
700
|
value: {
|
|
701
|
-
|
|
701
|
+
base: "{colors.sys.bg.disabled}"
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
705
|
border: {
|
|
706
706
|
regular: {
|
|
707
707
|
value: {
|
|
708
|
-
|
|
708
|
+
base: "{colors.sys.border.subtle}"
|
|
709
709
|
}
|
|
710
710
|
},
|
|
711
711
|
minimal: {
|
|
712
712
|
value: {
|
|
713
|
-
|
|
713
|
+
base: "{colors.sys.border.minimal}"
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
strong: {
|
|
717
717
|
value: {
|
|
718
|
-
|
|
718
|
+
base: "{colors.sys.border.strong}"
|
|
719
719
|
}
|
|
720
720
|
},
|
|
721
721
|
hover: {
|
|
722
722
|
value: {
|
|
723
|
-
|
|
723
|
+
base: "{colors.sys.border.emphasized}"
|
|
724
724
|
}
|
|
725
725
|
},
|
|
726
726
|
focus: {
|
|
727
727
|
value: {
|
|
728
|
-
|
|
728
|
+
base: "{colors.sys.interactive.highlight}"
|
|
729
729
|
}
|
|
730
730
|
},
|
|
731
731
|
selected: {
|
|
732
732
|
value: {
|
|
733
|
-
|
|
733
|
+
base: "{colors.sys.interactive}"
|
|
734
734
|
}
|
|
735
735
|
},
|
|
736
736
|
error: {
|
|
737
737
|
value: {
|
|
738
|
-
|
|
738
|
+
base: "{colors.sys.border.critical}"
|
|
739
739
|
}
|
|
740
740
|
},
|
|
741
741
|
inverse: {
|
|
742
742
|
value: {
|
|
743
|
-
|
|
743
|
+
base: "{colors.sys.border.inverse}"
|
|
744
744
|
}
|
|
745
745
|
},
|
|
746
746
|
"on-contrast": {
|
|
747
747
|
value: {
|
|
748
|
-
|
|
748
|
+
base: "{colors.sys.border.on-contrast}"
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
751
|
disabled: {
|
|
752
752
|
value: {
|
|
753
|
-
|
|
753
|
+
base: "{colors.sys.border.disabled}"
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
},
|
|
757
757
|
text: {
|
|
758
758
|
primary: {
|
|
759
759
|
value: {
|
|
760
|
-
|
|
760
|
+
base: "{colors.sys.fg.primary}"
|
|
761
761
|
}
|
|
762
762
|
},
|
|
763
763
|
secondary: {
|
|
764
764
|
value: {
|
|
765
|
-
|
|
765
|
+
base: "{colors.sys.fg.secondary}"
|
|
766
766
|
}
|
|
767
767
|
},
|
|
768
768
|
tertiary: {
|
|
769
769
|
value: {
|
|
770
|
-
|
|
770
|
+
base: "{colors.sys.fg.tertiary}"
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
773
|
body: {
|
|
774
774
|
value: {
|
|
775
|
-
|
|
775
|
+
base: "{colors.sys.fg}"
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
778
|
helper: {
|
|
779
779
|
value: {
|
|
780
|
-
|
|
780
|
+
base: "{colors.sys.fg.secondary}"
|
|
781
781
|
}
|
|
782
782
|
},
|
|
783
783
|
link: {
|
|
784
784
|
value: {
|
|
785
|
-
|
|
785
|
+
base: "{colors.sys.interactive}"
|
|
786
786
|
}
|
|
787
787
|
},
|
|
788
788
|
"link-hover": {
|
|
789
789
|
value: {
|
|
790
|
-
|
|
790
|
+
base: "{colors.sys.interactive.strong}"
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
selected: {
|
|
794
794
|
value: {
|
|
795
|
-
|
|
795
|
+
base: "{colors.sys.interactive}"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
798
|
positive: {
|
|
799
799
|
value: {
|
|
800
|
-
|
|
800
|
+
base: "{colors.sys.fg.positive}"
|
|
801
801
|
}
|
|
802
802
|
},
|
|
803
803
|
negative: {
|
|
804
804
|
value: {
|
|
805
|
-
|
|
805
|
+
base: "{colors.sys.fg.negative}"
|
|
806
806
|
}
|
|
807
807
|
},
|
|
808
808
|
"on-color": {
|
|
809
809
|
value: {
|
|
810
|
-
|
|
810
|
+
base: "{colors.sys.fg.on-color}"
|
|
811
811
|
}
|
|
812
812
|
},
|
|
813
813
|
"on-contrast": {
|
|
814
814
|
value: {
|
|
815
|
-
|
|
815
|
+
base: "{colors.sys.fg.on-contrast}"
|
|
816
816
|
}
|
|
817
817
|
},
|
|
818
818
|
"on-disabled": {
|
|
819
819
|
value: {
|
|
820
|
-
|
|
820
|
+
base: "{colors.sys.fg.on-disabled}"
|
|
821
821
|
}
|
|
822
822
|
},
|
|
823
823
|
disabled: {
|
|
824
824
|
value: {
|
|
825
|
-
|
|
825
|
+
base: "{colors.sys.fg.disabled}"
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
},
|
|
829
829
|
icon: {
|
|
830
830
|
primary: {
|
|
831
831
|
value: {
|
|
832
|
-
|
|
832
|
+
base: "{colors.sys.fg.primary}"
|
|
833
833
|
}
|
|
834
834
|
},
|
|
835
835
|
secondary: {
|
|
836
836
|
value: {
|
|
837
|
-
|
|
837
|
+
base: "{colors.sys.fg.secondary}"
|
|
838
838
|
}
|
|
839
839
|
},
|
|
840
840
|
tertiary: {
|
|
841
841
|
value: {
|
|
842
|
-
|
|
842
|
+
base: "{colors.sys.fg.tertiary}"
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
845
|
interactive: {
|
|
846
846
|
value: {
|
|
847
|
-
|
|
847
|
+
base: "{colors.sys.interactive}"
|
|
848
848
|
}
|
|
849
849
|
},
|
|
850
850
|
"interactive-hover": {
|
|
851
851
|
value: {
|
|
852
|
-
|
|
852
|
+
base: "{colors.sys.interactive.strong}"
|
|
853
853
|
}
|
|
854
854
|
},
|
|
855
855
|
positive: {
|
|
856
856
|
value: {
|
|
857
|
-
|
|
857
|
+
base: "{colors.sys.fg.positive}"
|
|
858
858
|
}
|
|
859
859
|
},
|
|
860
860
|
negative: {
|
|
861
861
|
value: {
|
|
862
|
-
|
|
862
|
+
base: "{colors.sys.fg.negative}"
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
865
|
"on-color": {
|
|
866
866
|
value: {
|
|
867
|
-
|
|
867
|
+
base: "{colors.sys.fg.on-color}"
|
|
868
868
|
}
|
|
869
869
|
},
|
|
870
870
|
"on-contrast": {
|
|
871
871
|
value: {
|
|
872
|
-
|
|
872
|
+
base: "{colors.sys.fg.on-contrast}"
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"on-disabled": {
|
|
876
876
|
value: {
|
|
877
|
-
|
|
877
|
+
base: "{colors.sys.fg.on-disabled}"
|
|
878
878
|
}
|
|
879
879
|
},
|
|
880
880
|
disabled: {
|
|
881
881
|
value: {
|
|
882
|
-
|
|
882
|
+
base: "{colors.sys.fg.disabled}"
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
885
|
},
|
|
@@ -887,438 +887,438 @@ const r = l.colors(
|
|
|
887
887
|
primary: {
|
|
888
888
|
bg: {
|
|
889
889
|
value: {
|
|
890
|
-
|
|
890
|
+
base: "{colors.sys.primary}"
|
|
891
891
|
}
|
|
892
892
|
},
|
|
893
893
|
"bg-hover": {
|
|
894
894
|
value: {
|
|
895
|
-
|
|
895
|
+
base: "{colors.sys.primary.emphasized}"
|
|
896
896
|
}
|
|
897
897
|
},
|
|
898
898
|
"bg-active": {
|
|
899
899
|
value: {
|
|
900
|
-
|
|
900
|
+
base: "{colors.sys.fg.primary}"
|
|
901
901
|
}
|
|
902
902
|
},
|
|
903
903
|
"bg-disabled": {
|
|
904
904
|
value: {
|
|
905
|
-
|
|
905
|
+
base: "{colors.sys.primary.disabled}"
|
|
906
906
|
}
|
|
907
907
|
},
|
|
908
908
|
fg: {
|
|
909
909
|
value: {
|
|
910
|
-
|
|
910
|
+
base: "{colors.sys.fg.on-color}"
|
|
911
911
|
}
|
|
912
912
|
},
|
|
913
913
|
"fg-hover": {
|
|
914
914
|
value: {
|
|
915
|
-
|
|
915
|
+
base: "{colors.sys.fg.on-color}"
|
|
916
916
|
}
|
|
917
917
|
},
|
|
918
918
|
"fg-active": {
|
|
919
919
|
value: {
|
|
920
|
-
|
|
920
|
+
base: "{colors.sys.fg.on-color}"
|
|
921
921
|
}
|
|
922
922
|
},
|
|
923
923
|
"fg-disabled": {
|
|
924
924
|
value: {
|
|
925
|
-
|
|
925
|
+
base: "{colors.sys.fg.on-disabled}"
|
|
926
926
|
}
|
|
927
927
|
}
|
|
928
928
|
},
|
|
929
929
|
secondary: {
|
|
930
930
|
bg: {
|
|
931
931
|
value: {
|
|
932
|
-
|
|
932
|
+
base: "{colors.sys.bg.surface}"
|
|
933
933
|
}
|
|
934
934
|
},
|
|
935
935
|
"bg-hover": {
|
|
936
936
|
value: {
|
|
937
|
-
|
|
937
|
+
base: "{colors.sys.bg.subtle}"
|
|
938
938
|
}
|
|
939
939
|
},
|
|
940
940
|
"bg-active": {
|
|
941
941
|
value: {
|
|
942
|
-
|
|
942
|
+
base: "{colors.sys.bg.moderate}"
|
|
943
943
|
}
|
|
944
944
|
},
|
|
945
945
|
"bg-disabled": {
|
|
946
946
|
value: {
|
|
947
|
-
|
|
947
|
+
base: "{colors.sys.bg.minimal}"
|
|
948
948
|
}
|
|
949
949
|
},
|
|
950
950
|
fg: {
|
|
951
951
|
value: {
|
|
952
|
-
|
|
952
|
+
base: "{colors.sys.fg.primary}"
|
|
953
953
|
}
|
|
954
954
|
},
|
|
955
955
|
"fg-hover": {
|
|
956
956
|
value: {
|
|
957
|
-
|
|
957
|
+
base: "{colors.sys.fg.primary}"
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
960
|
"fg-active": {
|
|
961
961
|
value: {
|
|
962
|
-
|
|
962
|
+
base: "{colors.sys.fg.primary}"
|
|
963
963
|
}
|
|
964
964
|
},
|
|
965
965
|
"fg-disabled": {
|
|
966
966
|
value: {
|
|
967
|
-
|
|
967
|
+
base: "{colors.sys.fg.disabled}"
|
|
968
968
|
}
|
|
969
969
|
},
|
|
970
970
|
border: {
|
|
971
971
|
value: {
|
|
972
|
-
|
|
972
|
+
base: "{colors.sys.border.strong}"
|
|
973
973
|
}
|
|
974
974
|
},
|
|
975
975
|
"border-hover": {
|
|
976
976
|
value: {
|
|
977
|
-
|
|
977
|
+
base: "{colors.sys.border.emphasized}"
|
|
978
978
|
}
|
|
979
979
|
},
|
|
980
980
|
"border-active": {
|
|
981
981
|
value: {
|
|
982
|
-
|
|
982
|
+
base: "{colors.sys.border.emphasized}"
|
|
983
983
|
}
|
|
984
984
|
},
|
|
985
985
|
"border-disabled": {
|
|
986
986
|
value: {
|
|
987
|
-
|
|
987
|
+
base: "{colors.sys.border.disabled}"
|
|
988
988
|
}
|
|
989
989
|
}
|
|
990
990
|
},
|
|
991
991
|
tertiary: {
|
|
992
992
|
bg: {
|
|
993
993
|
value: {
|
|
994
|
-
|
|
994
|
+
base: "transparent"
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
997
|
"bg-hover": {
|
|
998
998
|
value: {
|
|
999
|
-
|
|
999
|
+
base: "{colors.sys.bg.subtle}"
|
|
1000
1000
|
}
|
|
1001
1001
|
},
|
|
1002
1002
|
"bg-active": {
|
|
1003
1003
|
value: {
|
|
1004
|
-
|
|
1004
|
+
base: "{colors.sys.bg.moderate}"
|
|
1005
1005
|
}
|
|
1006
1006
|
},
|
|
1007
1007
|
"bg-disabled": {
|
|
1008
1008
|
value: {
|
|
1009
|
-
|
|
1009
|
+
base: "transparent"
|
|
1010
1010
|
}
|
|
1011
1011
|
},
|
|
1012
1012
|
fg: {
|
|
1013
1013
|
value: {
|
|
1014
|
-
|
|
1014
|
+
base: "{colors.sys.interactive}"
|
|
1015
1015
|
}
|
|
1016
1016
|
},
|
|
1017
1017
|
"fg-hover": {
|
|
1018
1018
|
value: {
|
|
1019
|
-
|
|
1019
|
+
base: "{colors.sys.interactive.strong}"
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
"fg-active": {
|
|
1023
1023
|
value: {
|
|
1024
|
-
|
|
1024
|
+
base: "{colors.sys.fg.primary}"
|
|
1025
1025
|
}
|
|
1026
1026
|
},
|
|
1027
1027
|
"fg-disabled": {
|
|
1028
1028
|
value: {
|
|
1029
|
-
|
|
1029
|
+
base: "{colors.sys.fg.disabled}"
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
},
|
|
1033
1033
|
"danger-primary": {
|
|
1034
1034
|
bg: {
|
|
1035
1035
|
value: {
|
|
1036
|
-
|
|
1036
|
+
base: "{colors.sys.red}"
|
|
1037
1037
|
}
|
|
1038
1038
|
},
|
|
1039
1039
|
"bg-hover": {
|
|
1040
1040
|
value: {
|
|
1041
|
-
|
|
1041
|
+
base: "{colors.sys.red.strong}"
|
|
1042
1042
|
}
|
|
1043
1043
|
},
|
|
1044
1044
|
"bg-active": {
|
|
1045
1045
|
value: {
|
|
1046
|
-
|
|
1046
|
+
base: "{colors.sys.red.dark}"
|
|
1047
1047
|
}
|
|
1048
1048
|
},
|
|
1049
1049
|
"bg-disabled": {
|
|
1050
1050
|
value: {
|
|
1051
|
-
|
|
1051
|
+
base: "{colors.sys.primary.disabled}"
|
|
1052
1052
|
}
|
|
1053
1053
|
},
|
|
1054
1054
|
fg: {
|
|
1055
1055
|
value: {
|
|
1056
|
-
|
|
1056
|
+
base: "{colors.sys.fg.on-color}"
|
|
1057
1057
|
}
|
|
1058
1058
|
},
|
|
1059
1059
|
"fg-hover": {
|
|
1060
1060
|
value: {
|
|
1061
|
-
|
|
1061
|
+
base: "{colors.sys.fg.on-color}"
|
|
1062
1062
|
}
|
|
1063
1063
|
},
|
|
1064
1064
|
"fg-active": {
|
|
1065
1065
|
value: {
|
|
1066
|
-
|
|
1066
|
+
base: "{colors.sys.fg.on-color}"
|
|
1067
1067
|
}
|
|
1068
1068
|
},
|
|
1069
1069
|
"fg-disabled": {
|
|
1070
1070
|
value: {
|
|
1071
|
-
|
|
1071
|
+
base: "{colors.sys.fg.on-disabled}"
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
1075
|
"danger-secondary": {
|
|
1076
1076
|
bg: {
|
|
1077
1077
|
value: {
|
|
1078
|
-
|
|
1078
|
+
base: "{colors.sys.bg.surface}"
|
|
1079
1079
|
}
|
|
1080
1080
|
},
|
|
1081
1081
|
"bg-hover": {
|
|
1082
1082
|
value: {
|
|
1083
|
-
|
|
1083
|
+
base: "{colors.sys.red.minimal}"
|
|
1084
1084
|
}
|
|
1085
1085
|
},
|
|
1086
1086
|
"bg-active": {
|
|
1087
1087
|
value: {
|
|
1088
|
-
|
|
1088
|
+
base: "{colors.sys.red.moderate}"
|
|
1089
1089
|
}
|
|
1090
1090
|
},
|
|
1091
1091
|
"bg-disabled": {
|
|
1092
1092
|
value: {
|
|
1093
|
-
|
|
1093
|
+
base: "{colors.sys.bg.minimal}"
|
|
1094
1094
|
}
|
|
1095
1095
|
},
|
|
1096
1096
|
fg: {
|
|
1097
1097
|
value: {
|
|
1098
|
-
|
|
1098
|
+
base: "{colors.sys.red}"
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
1101
1101
|
"fg-hover": {
|
|
1102
1102
|
value: {
|
|
1103
|
-
|
|
1103
|
+
base: "{colors.sys.red}"
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
1106
1106
|
"fg-active": {
|
|
1107
1107
|
value: {
|
|
1108
|
-
|
|
1108
|
+
base: "{colors.sys.red.strong}"
|
|
1109
1109
|
}
|
|
1110
1110
|
},
|
|
1111
1111
|
"fg-disabled": {
|
|
1112
1112
|
value: {
|
|
1113
|
-
|
|
1113
|
+
base: "{colors.sys.fg.disabled}"
|
|
1114
1114
|
}
|
|
1115
1115
|
},
|
|
1116
1116
|
border: {
|
|
1117
1117
|
value: {
|
|
1118
|
-
|
|
1118
|
+
base: "{colors.sys.red.muted}"
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
1121
|
"border-hover": {
|
|
1122
1122
|
value: {
|
|
1123
|
-
|
|
1123
|
+
base: "{colors.sys.red.muted}"
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
1126
|
"border-active": {
|
|
1127
1127
|
value: {
|
|
1128
|
-
|
|
1128
|
+
base: "{colors.sys.red}"
|
|
1129
1129
|
}
|
|
1130
1130
|
},
|
|
1131
1131
|
"border-disabled": {
|
|
1132
1132
|
value: {
|
|
1133
|
-
|
|
1133
|
+
base: "{colors.sys.border.disabled}"
|
|
1134
1134
|
}
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
1137
1137
|
"danger-tertiary": {
|
|
1138
1138
|
bg: {
|
|
1139
1139
|
value: {
|
|
1140
|
-
|
|
1140
|
+
base: "transparent"
|
|
1141
1141
|
}
|
|
1142
1142
|
},
|
|
1143
1143
|
"bg-hover": {
|
|
1144
1144
|
value: {
|
|
1145
|
-
|
|
1145
|
+
base: "{colors.sys.red.minimal}"
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
1148
|
"bg-active": {
|
|
1149
1149
|
value: {
|
|
1150
|
-
|
|
1150
|
+
base: "{colors.sys.red.moderate}"
|
|
1151
1151
|
}
|
|
1152
1152
|
},
|
|
1153
1153
|
"bg-disabled": {
|
|
1154
1154
|
value: {
|
|
1155
|
-
|
|
1155
|
+
base: "transparent"
|
|
1156
1156
|
}
|
|
1157
1157
|
},
|
|
1158
1158
|
fg: {
|
|
1159
1159
|
value: {
|
|
1160
|
-
|
|
1160
|
+
base: "{colors.sys.red}"
|
|
1161
1161
|
}
|
|
1162
1162
|
},
|
|
1163
1163
|
"fg-hover": {
|
|
1164
1164
|
value: {
|
|
1165
|
-
|
|
1165
|
+
base: "{colors.sys.red}"
|
|
1166
1166
|
}
|
|
1167
1167
|
},
|
|
1168
1168
|
"fg-active": {
|
|
1169
1169
|
value: {
|
|
1170
|
-
|
|
1170
|
+
base: "{colors.sys.red.strong}"
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
1173
1173
|
"fg-disabled": {
|
|
1174
1174
|
value: {
|
|
1175
|
-
|
|
1175
|
+
base: "{colors.sys.fg.disabled}"
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
1178
|
},
|
|
1179
1179
|
"ai-primary": {
|
|
1180
1180
|
bg: {
|
|
1181
1181
|
value: {
|
|
1182
|
-
|
|
1182
|
+
base: "{colors.sys.indigo}"
|
|
1183
1183
|
}
|
|
1184
1184
|
},
|
|
1185
1185
|
"bg-hover": {
|
|
1186
1186
|
value: {
|
|
1187
|
-
|
|
1187
|
+
base: "{colors.sys.indigo.emphasized}"
|
|
1188
1188
|
}
|
|
1189
1189
|
},
|
|
1190
1190
|
"bg-active": {
|
|
1191
1191
|
value: {
|
|
1192
|
-
|
|
1192
|
+
base: "{colors.sys.indigo.dark}"
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
1195
1195
|
"bg-disabled": {
|
|
1196
1196
|
value: {
|
|
1197
|
-
|
|
1197
|
+
base: "{colors.sys.primary.disabled}"
|
|
1198
1198
|
}
|
|
1199
1199
|
},
|
|
1200
1200
|
fg: {
|
|
1201
1201
|
value: {
|
|
1202
|
-
|
|
1202
|
+
base: "{colors.sys.fg.on-color}"
|
|
1203
1203
|
}
|
|
1204
1204
|
},
|
|
1205
1205
|
"fg-hover": {
|
|
1206
1206
|
value: {
|
|
1207
|
-
|
|
1207
|
+
base: "{colors.sys.fg.on-color}"
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
1210
|
"fg-active": {
|
|
1211
1211
|
value: {
|
|
1212
|
-
|
|
1212
|
+
base: "{colors.sys.fg.on-color}"
|
|
1213
1213
|
}
|
|
1214
1214
|
},
|
|
1215
1215
|
"fg-disabled": {
|
|
1216
1216
|
value: {
|
|
1217
|
-
|
|
1217
|
+
base: "{colors.sys.fg.on-disabled}"
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
1220
|
},
|
|
1221
1221
|
"ai-secondary": {
|
|
1222
1222
|
bg: {
|
|
1223
1223
|
value: {
|
|
1224
|
-
|
|
1224
|
+
base: "{colors.sys.bg.surface}"
|
|
1225
1225
|
}
|
|
1226
1226
|
},
|
|
1227
1227
|
"bg-hover": {
|
|
1228
1228
|
value: {
|
|
1229
|
-
|
|
1229
|
+
base: "{colors.sys.indigo.minimal}"
|
|
1230
1230
|
}
|
|
1231
1231
|
},
|
|
1232
1232
|
"bg-active": {
|
|
1233
1233
|
value: {
|
|
1234
|
-
|
|
1234
|
+
base: "{colors.sys.indigo.moderate}"
|
|
1235
1235
|
}
|
|
1236
1236
|
},
|
|
1237
1237
|
"bg-disabled": {
|
|
1238
1238
|
value: {
|
|
1239
|
-
|
|
1239
|
+
base: "{colors.sys.bg.minimal}"
|
|
1240
1240
|
}
|
|
1241
1241
|
},
|
|
1242
1242
|
fg: {
|
|
1243
1243
|
value: {
|
|
1244
|
-
|
|
1244
|
+
base: "{colors.sys.indigo}"
|
|
1245
1245
|
}
|
|
1246
1246
|
},
|
|
1247
1247
|
"fg-hover": {
|
|
1248
1248
|
value: {
|
|
1249
|
-
|
|
1249
|
+
base: "{colors.sys.indigo}"
|
|
1250
1250
|
}
|
|
1251
1251
|
},
|
|
1252
1252
|
"fg-active": {
|
|
1253
1253
|
value: {
|
|
1254
|
-
|
|
1254
|
+
base: "{colors.sys.indigo.strong}"
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
1257
|
"fg-disabled": {
|
|
1258
1258
|
value: {
|
|
1259
|
-
|
|
1259
|
+
base: "{colors.sys.fg.disabled}"
|
|
1260
1260
|
}
|
|
1261
1261
|
},
|
|
1262
1262
|
border: {
|
|
1263
1263
|
value: {
|
|
1264
|
-
|
|
1264
|
+
base: "{colors.sys.indigo.muted}"
|
|
1265
1265
|
}
|
|
1266
1266
|
},
|
|
1267
1267
|
"border-hover": {
|
|
1268
1268
|
value: {
|
|
1269
|
-
|
|
1269
|
+
base: "{colors.sys.indigo.muted}"
|
|
1270
1270
|
}
|
|
1271
1271
|
},
|
|
1272
1272
|
"border-active": {
|
|
1273
1273
|
value: {
|
|
1274
|
-
|
|
1274
|
+
base: "{colors.sys.indigo}"
|
|
1275
1275
|
}
|
|
1276
1276
|
},
|
|
1277
1277
|
"border-disabled": {
|
|
1278
1278
|
value: {
|
|
1279
|
-
|
|
1279
|
+
base: "{colors.sys.border.disabled}"
|
|
1280
1280
|
}
|
|
1281
1281
|
}
|
|
1282
1282
|
},
|
|
1283
1283
|
"ai-tertiary": {
|
|
1284
1284
|
bg: {
|
|
1285
1285
|
value: {
|
|
1286
|
-
|
|
1286
|
+
base: "transparent"
|
|
1287
1287
|
}
|
|
1288
1288
|
},
|
|
1289
1289
|
"bg-hover": {
|
|
1290
1290
|
value: {
|
|
1291
|
-
|
|
1291
|
+
base: "{colors.sys.indigo.minimal}"
|
|
1292
1292
|
}
|
|
1293
1293
|
},
|
|
1294
1294
|
"bg-active": {
|
|
1295
1295
|
value: {
|
|
1296
|
-
|
|
1296
|
+
base: "{colors.sys.indigo.moderate}"
|
|
1297
1297
|
}
|
|
1298
1298
|
},
|
|
1299
1299
|
"bg-disabled": {
|
|
1300
1300
|
value: {
|
|
1301
|
-
|
|
1301
|
+
base: "transparent"
|
|
1302
1302
|
}
|
|
1303
1303
|
},
|
|
1304
1304
|
fg: {
|
|
1305
1305
|
value: {
|
|
1306
|
-
|
|
1306
|
+
base: "{colors.sys.indigo}"
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
1309
|
"fg-hover": {
|
|
1310
1310
|
value: {
|
|
1311
|
-
|
|
1311
|
+
base: "{colors.sys.indigo}"
|
|
1312
1312
|
}
|
|
1313
1313
|
},
|
|
1314
1314
|
"fg-active": {
|
|
1315
1315
|
value: {
|
|
1316
|
-
|
|
1316
|
+
base: "{colors.sys.indigo.strong}"
|
|
1317
1317
|
}
|
|
1318
1318
|
},
|
|
1319
1319
|
"fg-disabled": {
|
|
1320
1320
|
value: {
|
|
1321
|
-
|
|
1321
|
+
base: "{colors.sys.fg.disabled}"
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
1324
|
}
|
|
@@ -1326,27 +1326,27 @@ const r = l.colors(
|
|
|
1326
1326
|
"ui-header": {
|
|
1327
1327
|
bg: {
|
|
1328
1328
|
value: {
|
|
1329
|
-
|
|
1329
|
+
base: "{colors.sys.white.a0}"
|
|
1330
1330
|
}
|
|
1331
1331
|
},
|
|
1332
1332
|
"bg-hover": {
|
|
1333
1333
|
value: {
|
|
1334
|
-
|
|
1334
|
+
base: "{colors.sys.white.a10}"
|
|
1335
1335
|
}
|
|
1336
1336
|
},
|
|
1337
1337
|
"bg-active": {
|
|
1338
1338
|
value: {
|
|
1339
|
-
|
|
1339
|
+
base: "{colors.sys.white.a20}"
|
|
1340
1340
|
}
|
|
1341
1341
|
},
|
|
1342
1342
|
"bg-selected": {
|
|
1343
1343
|
value: {
|
|
1344
|
-
|
|
1344
|
+
base: "{colors.sys.white.a20}"
|
|
1345
1345
|
}
|
|
1346
1346
|
},
|
|
1347
1347
|
"bg-selected-hover": {
|
|
1348
1348
|
value: {
|
|
1349
|
-
|
|
1349
|
+
base: "{colors.sys.white.a10}"
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
},
|
|
@@ -1354,81 +1354,81 @@ const r = l.colors(
|
|
|
1354
1354
|
text: {
|
|
1355
1355
|
label: {
|
|
1356
1356
|
value: {
|
|
1357
|
-
|
|
1357
|
+
base: "{colors.sys.fg.primary}"
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
inputValue: {
|
|
1361
1361
|
value: {
|
|
1362
|
-
|
|
1362
|
+
base: "{colors.sys.fg}"
|
|
1363
1363
|
}
|
|
1364
1364
|
},
|
|
1365
1365
|
placeholder: {
|
|
1366
1366
|
value: {
|
|
1367
|
-
|
|
1367
|
+
base: "{colors.sys.fg.subtle}"
|
|
1368
1368
|
}
|
|
1369
1369
|
},
|
|
1370
1370
|
helper: {
|
|
1371
1371
|
value: {
|
|
1372
|
-
|
|
1372
|
+
base: "{colors.sys.fg.secondary}"
|
|
1373
1373
|
}
|
|
1374
1374
|
},
|
|
1375
1375
|
error: {
|
|
1376
1376
|
value: {
|
|
1377
|
-
|
|
1377
|
+
base: "{colors.sys.fg.negative}"
|
|
1378
1378
|
}
|
|
1379
1379
|
}
|
|
1380
1380
|
},
|
|
1381
1381
|
checkbox: {
|
|
1382
1382
|
selection: {
|
|
1383
1383
|
value: {
|
|
1384
|
-
|
|
1384
|
+
base: "{colors.sys.interactive}"
|
|
1385
1385
|
}
|
|
1386
1386
|
},
|
|
1387
1387
|
"selection-disabled": {
|
|
1388
1388
|
value: {
|
|
1389
|
-
|
|
1389
|
+
base: "{colors.sys.interactive.disabled}"
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
1393
|
toggle: {
|
|
1394
1394
|
frameOn: {
|
|
1395
1395
|
value: {
|
|
1396
|
-
|
|
1396
|
+
base: "{colors.sys.green.bold}"
|
|
1397
1397
|
}
|
|
1398
1398
|
},
|
|
1399
1399
|
"frameOn-disabled": {
|
|
1400
1400
|
value: {
|
|
1401
|
-
|
|
1401
|
+
base: "{colors.sys.green.bold/50}"
|
|
1402
1402
|
}
|
|
1403
1403
|
},
|
|
1404
1404
|
frameOff: {
|
|
1405
1405
|
value: {
|
|
1406
|
-
|
|
1406
|
+
base: "{colors.sys.neutral.bold}"
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
1409
|
"frameOff-disabled": {
|
|
1410
1410
|
value: {
|
|
1411
|
-
|
|
1411
|
+
base: "{colors.sys.neutral.bold/50}"
|
|
1412
1412
|
}
|
|
1413
1413
|
},
|
|
1414
1414
|
slideOn: {
|
|
1415
1415
|
value: {
|
|
1416
|
-
|
|
1416
|
+
base: "{colors.sys.bg.surface}"
|
|
1417
1417
|
}
|
|
1418
1418
|
},
|
|
1419
1419
|
"slideOn-disabled": {
|
|
1420
1420
|
value: {
|
|
1421
|
-
|
|
1421
|
+
base: "{colors.sys.bg.surface}"
|
|
1422
1422
|
}
|
|
1423
1423
|
},
|
|
1424
1424
|
slideOff: {
|
|
1425
1425
|
value: {
|
|
1426
|
-
|
|
1426
|
+
base: "{colors.sys.bg.surface}"
|
|
1427
1427
|
}
|
|
1428
1428
|
},
|
|
1429
1429
|
"slideOff-disabled": {
|
|
1430
1430
|
value: {
|
|
1431
|
-
|
|
1431
|
+
base: "{colors.sys.bg.surface}"
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
@@ -1436,42 +1436,42 @@ const r = l.colors(
|
|
|
1436
1436
|
interactive: {
|
|
1437
1437
|
base: {
|
|
1438
1438
|
value: {
|
|
1439
|
-
|
|
1439
|
+
base: "{colors.sys.purple}"
|
|
1440
1440
|
}
|
|
1441
1441
|
},
|
|
1442
1442
|
bold: {
|
|
1443
1443
|
value: {
|
|
1444
|
-
|
|
1444
|
+
base: "{colors.sys.purple.bold}"
|
|
1445
1445
|
}
|
|
1446
1446
|
},
|
|
1447
1447
|
highlight: {
|
|
1448
1448
|
value: {
|
|
1449
|
-
|
|
1449
|
+
base: "{colors.sys.interactive.highlight}"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
muted: {
|
|
1453
1453
|
value: {
|
|
1454
|
-
|
|
1454
|
+
base: "{colors.sys.purple.muted}"
|
|
1455
1455
|
}
|
|
1456
1456
|
},
|
|
1457
1457
|
moderate: {
|
|
1458
1458
|
value: {
|
|
1459
|
-
|
|
1459
|
+
base: "{colors.sys.purple.moderate}"
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
subtle: {
|
|
1463
1463
|
value: {
|
|
1464
|
-
|
|
1464
|
+
base: "{colors.sys.purple.subtle}"
|
|
1465
1465
|
}
|
|
1466
1466
|
},
|
|
1467
1467
|
minimal: {
|
|
1468
1468
|
value: {
|
|
1469
|
-
|
|
1469
|
+
base: "{colors.sys.purple.minimal}"
|
|
1470
1470
|
}
|
|
1471
1471
|
},
|
|
1472
1472
|
disabled: {
|
|
1473
1473
|
value: {
|
|
1474
|
-
|
|
1474
|
+
base: "{colors.sys.neutral.subtle}"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
},
|
|
@@ -1479,224 +1479,224 @@ const r = l.colors(
|
|
|
1479
1479
|
info: {
|
|
1480
1480
|
bg: {
|
|
1481
1481
|
value: {
|
|
1482
|
-
|
|
1482
|
+
base: "{colors.sys.blue.minimal}"
|
|
1483
1483
|
}
|
|
1484
1484
|
},
|
|
1485
1485
|
"bg-hover": {
|
|
1486
1486
|
value: {
|
|
1487
|
-
|
|
1487
|
+
base: "{colors.sys.blue.subtle}"
|
|
1488
1488
|
}
|
|
1489
1489
|
},
|
|
1490
1490
|
"bg-active": {
|
|
1491
1491
|
value: {
|
|
1492
|
-
|
|
1492
|
+
base: "{colors.sys.blue.moderate}"
|
|
1493
1493
|
}
|
|
1494
1494
|
},
|
|
1495
1495
|
border: {
|
|
1496
1496
|
value: {
|
|
1497
|
-
|
|
1497
|
+
base: "{colors.sys.blue.muted}"
|
|
1498
1498
|
}
|
|
1499
1499
|
},
|
|
1500
1500
|
icon: {
|
|
1501
1501
|
value: {
|
|
1502
|
-
|
|
1502
|
+
base: "{colors.sys.blue.strong}"
|
|
1503
1503
|
}
|
|
1504
1504
|
},
|
|
1505
1505
|
text: {
|
|
1506
1506
|
value: {
|
|
1507
|
-
|
|
1507
|
+
base: "{colors.sys.blue.strong}"
|
|
1508
1508
|
}
|
|
1509
1509
|
}
|
|
1510
1510
|
},
|
|
1511
1511
|
success: {
|
|
1512
1512
|
bg: {
|
|
1513
1513
|
value: {
|
|
1514
|
-
|
|
1514
|
+
base: "{colors.sys.green.minimal}"
|
|
1515
1515
|
}
|
|
1516
1516
|
},
|
|
1517
1517
|
"bg-hover": {
|
|
1518
1518
|
value: {
|
|
1519
|
-
|
|
1519
|
+
base: "{colors.sys.green.subtle}"
|
|
1520
1520
|
}
|
|
1521
1521
|
},
|
|
1522
1522
|
"bg-active": {
|
|
1523
1523
|
value: {
|
|
1524
|
-
|
|
1524
|
+
base: "{colors.sys.green.moderate}"
|
|
1525
1525
|
}
|
|
1526
1526
|
},
|
|
1527
1527
|
border: {
|
|
1528
1528
|
value: {
|
|
1529
|
-
|
|
1529
|
+
base: "{colors.sys.green.muted}"
|
|
1530
1530
|
}
|
|
1531
1531
|
},
|
|
1532
1532
|
icon: {
|
|
1533
1533
|
value: {
|
|
1534
|
-
|
|
1534
|
+
base: "{colors.sys.green.strong}"
|
|
1535
1535
|
}
|
|
1536
1536
|
},
|
|
1537
1537
|
text: {
|
|
1538
1538
|
value: {
|
|
1539
|
-
|
|
1539
|
+
base: "{colors.sys.green.strong}"
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
warning: {
|
|
1544
1544
|
bg: {
|
|
1545
1545
|
value: {
|
|
1546
|
-
|
|
1546
|
+
base: "{colors.sys.yellow.minimal}"
|
|
1547
1547
|
}
|
|
1548
1548
|
},
|
|
1549
1549
|
"bg-hover": {
|
|
1550
1550
|
value: {
|
|
1551
|
-
|
|
1551
|
+
base: "{colors.sys.yellow.subtle}"
|
|
1552
1552
|
}
|
|
1553
1553
|
},
|
|
1554
1554
|
"bg-active": {
|
|
1555
1555
|
value: {
|
|
1556
|
-
|
|
1556
|
+
base: "{colors.sys.yellow.moderate}"
|
|
1557
1557
|
}
|
|
1558
1558
|
},
|
|
1559
1559
|
border: {
|
|
1560
1560
|
value: {
|
|
1561
|
-
|
|
1561
|
+
base: "{colors.sys.yellow.muted}"
|
|
1562
1562
|
}
|
|
1563
1563
|
},
|
|
1564
1564
|
icon: {
|
|
1565
1565
|
value: {
|
|
1566
|
-
|
|
1566
|
+
base: "{colors.sys.yellow.strong}"
|
|
1567
1567
|
}
|
|
1568
1568
|
},
|
|
1569
1569
|
text: {
|
|
1570
1570
|
value: {
|
|
1571
|
-
|
|
1571
|
+
base: "{colors.sys.yellow.strong}"
|
|
1572
1572
|
}
|
|
1573
1573
|
}
|
|
1574
1574
|
},
|
|
1575
1575
|
critical: {
|
|
1576
1576
|
bg: {
|
|
1577
1577
|
value: {
|
|
1578
|
-
|
|
1578
|
+
base: "{colors.sys.red.minimal}"
|
|
1579
1579
|
}
|
|
1580
1580
|
},
|
|
1581
1581
|
"bg-hover": {
|
|
1582
1582
|
value: {
|
|
1583
|
-
|
|
1583
|
+
base: "{colors.sys.red.subtle}"
|
|
1584
1584
|
}
|
|
1585
1585
|
},
|
|
1586
1586
|
"bg-active": {
|
|
1587
1587
|
value: {
|
|
1588
|
-
|
|
1588
|
+
base: "{colors.sys.red.moderate}"
|
|
1589
1589
|
}
|
|
1590
1590
|
},
|
|
1591
1591
|
border: {
|
|
1592
1592
|
value: {
|
|
1593
|
-
|
|
1593
|
+
base: "{colors.sys.red.muted}"
|
|
1594
1594
|
}
|
|
1595
1595
|
},
|
|
1596
1596
|
icon: {
|
|
1597
1597
|
value: {
|
|
1598
|
-
|
|
1598
|
+
base: "{colors.sys.red.strong}"
|
|
1599
1599
|
}
|
|
1600
1600
|
},
|
|
1601
1601
|
text: {
|
|
1602
1602
|
value: {
|
|
1603
|
-
|
|
1603
|
+
base: "{colors.sys.red.strong}"
|
|
1604
1604
|
}
|
|
1605
1605
|
}
|
|
1606
1606
|
},
|
|
1607
1607
|
progress: {
|
|
1608
1608
|
bg: {
|
|
1609
1609
|
value: {
|
|
1610
|
-
|
|
1610
|
+
base: "{colors.sys.purple.minimal}"
|
|
1611
1611
|
}
|
|
1612
1612
|
},
|
|
1613
1613
|
"bg-hover": {
|
|
1614
1614
|
value: {
|
|
1615
|
-
|
|
1615
|
+
base: "{colors.sys.purple.subtle}"
|
|
1616
1616
|
}
|
|
1617
1617
|
},
|
|
1618
1618
|
"bg-active": {
|
|
1619
1619
|
value: {
|
|
1620
|
-
|
|
1620
|
+
base: "{colors.sys.purple.moderate}"
|
|
1621
1621
|
}
|
|
1622
1622
|
},
|
|
1623
1623
|
border: {
|
|
1624
1624
|
value: {
|
|
1625
|
-
|
|
1625
|
+
base: "{colors.sys.purple.muted}"
|
|
1626
1626
|
}
|
|
1627
1627
|
},
|
|
1628
1628
|
icon: {
|
|
1629
1629
|
value: {
|
|
1630
|
-
|
|
1630
|
+
base: "{colors.sys.interactive.strong}"
|
|
1631
1631
|
}
|
|
1632
1632
|
},
|
|
1633
1633
|
text: {
|
|
1634
1634
|
value: {
|
|
1635
|
-
|
|
1635
|
+
base: "{colors.sys.interactive.strong}"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
1638
|
},
|
|
1639
1639
|
neutral: {
|
|
1640
1640
|
bg: {
|
|
1641
1641
|
value: {
|
|
1642
|
-
|
|
1642
|
+
base: "{colors.sys.neutral.minimal}"
|
|
1643
1643
|
}
|
|
1644
1644
|
},
|
|
1645
1645
|
"bg-hover": {
|
|
1646
1646
|
value: {
|
|
1647
|
-
|
|
1647
|
+
base: "{colors.sys.neutral.subtle}"
|
|
1648
1648
|
}
|
|
1649
1649
|
},
|
|
1650
1650
|
"bg-active": {
|
|
1651
1651
|
value: {
|
|
1652
|
-
|
|
1652
|
+
base: "{colors.sys.neutral.moderate}"
|
|
1653
1653
|
}
|
|
1654
1654
|
},
|
|
1655
1655
|
border: {
|
|
1656
1656
|
value: {
|
|
1657
|
-
|
|
1657
|
+
base: "{colors.sys.neutral.muted}"
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
1660
|
icon: {
|
|
1661
1661
|
value: {
|
|
1662
|
-
|
|
1662
|
+
base: "{colors.sys.neutral.strong}"
|
|
1663
1663
|
}
|
|
1664
1664
|
},
|
|
1665
1665
|
text: {
|
|
1666
1666
|
value: {
|
|
1667
|
-
|
|
1667
|
+
base: "{colors.sys.neutral.strong}"
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
1670
|
},
|
|
1671
1671
|
ai: {
|
|
1672
1672
|
bg: {
|
|
1673
1673
|
value: {
|
|
1674
|
-
|
|
1674
|
+
base: "{colors.sys.ai-gradient.minimal}"
|
|
1675
1675
|
}
|
|
1676
1676
|
},
|
|
1677
1677
|
"bg-hover": {
|
|
1678
1678
|
value: {
|
|
1679
|
-
|
|
1679
|
+
base: "{colors.sys.ai-gradient.subtle}"
|
|
1680
1680
|
}
|
|
1681
1681
|
},
|
|
1682
1682
|
"bg-active": {
|
|
1683
1683
|
value: {
|
|
1684
|
-
|
|
1684
|
+
base: "{colors.sys.ai-gradient.moderate}"
|
|
1685
1685
|
}
|
|
1686
1686
|
},
|
|
1687
1687
|
border: {
|
|
1688
1688
|
value: {
|
|
1689
|
-
|
|
1689
|
+
base: "{colors.ai.border.strong}"
|
|
1690
1690
|
}
|
|
1691
1691
|
},
|
|
1692
1692
|
icon: {
|
|
1693
1693
|
value: {
|
|
1694
|
-
|
|
1694
|
+
base: "{colors.sys.indigo.strong}"
|
|
1695
1695
|
}
|
|
1696
1696
|
},
|
|
1697
1697
|
text: {
|
|
1698
1698
|
value: {
|
|
1699
|
-
|
|
1699
|
+
base: "{colors.sys.indigo.strong}"
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
@@ -1705,39 +1705,39 @@ const r = l.colors(
|
|
|
1705
1705
|
background: {
|
|
1706
1706
|
minimal: {
|
|
1707
1707
|
value: {
|
|
1708
|
-
|
|
1708
|
+
base: "{colors.sys.ai-gradient.minimal}"
|
|
1709
1709
|
}
|
|
1710
1710
|
},
|
|
1711
1711
|
subtle: {
|
|
1712
1712
|
value: {
|
|
1713
|
-
|
|
1713
|
+
base: "{colors.sys.ai-gradient.subtle}"
|
|
1714
1714
|
}
|
|
1715
1715
|
},
|
|
1716
1716
|
moderate: {
|
|
1717
1717
|
value: {
|
|
1718
|
-
|
|
1718
|
+
base: "{colors.sys.ai-gradient.moderate}"
|
|
1719
1719
|
}
|
|
1720
1720
|
},
|
|
1721
1721
|
"minimal-vertical": {
|
|
1722
1722
|
value: {
|
|
1723
|
-
|
|
1723
|
+
base: "linear-gradient(180deg, {colors.sys.purple.minimal} 0%, {colors.sys.indigo.minimal} 50%, {colors.sys.blue.minimal} 100%)"
|
|
1724
1724
|
}
|
|
1725
1725
|
}
|
|
1726
1726
|
},
|
|
1727
1727
|
border: {
|
|
1728
1728
|
regular: {
|
|
1729
1729
|
value: {
|
|
1730
|
-
|
|
1730
|
+
base: "linear-gradient(135deg, {colors.sys.purple.subtle} 0%, {colors.sys.indigo.subtle} 50%, {colors.sys.blue.subtle} 100%)"
|
|
1731
1731
|
}
|
|
1732
1732
|
},
|
|
1733
1733
|
minimal: {
|
|
1734
1734
|
value: {
|
|
1735
|
-
|
|
1735
|
+
base: "linear-gradient(135deg, {colors.sys.purple.minimal} 0%, {colors.sys.indigo.minimal} 50%, {colors.sys.blue.minimal} 100%)"
|
|
1736
1736
|
}
|
|
1737
1737
|
},
|
|
1738
1738
|
strong: {
|
|
1739
1739
|
value: {
|
|
1740
|
-
|
|
1740
|
+
base: "linear-gradient(135deg, {colors.sys.purple.muted} 0%, {colors.sys.indigo.muted} 50%, {colors.sys.blue.muted} 100%)"
|
|
1741
1741
|
}
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
@@ -1745,27 +1745,27 @@ const r = l.colors(
|
|
|
1745
1745
|
utilities: {
|
|
1746
1746
|
overlay: {
|
|
1747
1747
|
value: {
|
|
1748
|
-
|
|
1748
|
+
base: "{colors.sys.bg.contrast/50}"
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
1751
|
"overlay-side": {
|
|
1752
1752
|
value: {
|
|
1753
|
-
|
|
1753
|
+
base: "linear-gradient(90deg, {colors.sys.bg.contrast/0} 0%, {colors.sys.bg.contrast/32} 100%)"
|
|
1754
1754
|
}
|
|
1755
1755
|
},
|
|
1756
1756
|
"overlay-light": {
|
|
1757
1757
|
value: {
|
|
1758
|
-
|
|
1758
|
+
base: "{colors.sys.bg.contrast/16}"
|
|
1759
1759
|
}
|
|
1760
1760
|
},
|
|
1761
1761
|
skeleton: {
|
|
1762
1762
|
value: {
|
|
1763
|
-
|
|
1763
|
+
base: "{colors.sys.bg.subtle}"
|
|
1764
1764
|
}
|
|
1765
1765
|
},
|
|
1766
1766
|
"skeleton-strong": {
|
|
1767
1767
|
value: {
|
|
1768
|
-
|
|
1768
|
+
base: "{colors.sys.fg.minimal}"
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
},
|
|
@@ -1773,27 +1773,27 @@ const r = l.colors(
|
|
|
1773
1773
|
"header-action": {
|
|
1774
1774
|
bg: {
|
|
1775
1775
|
value: {
|
|
1776
|
-
|
|
1776
|
+
base: "{colors.sys.bg.surface/0}"
|
|
1777
1777
|
}
|
|
1778
1778
|
},
|
|
1779
1779
|
"bg-hover": {
|
|
1780
1780
|
value: {
|
|
1781
|
-
|
|
1781
|
+
base: "{colors.sys.bg.surface/20}"
|
|
1782
1782
|
}
|
|
1783
1783
|
},
|
|
1784
1784
|
"bg-active": {
|
|
1785
1785
|
value: {
|
|
1786
|
-
|
|
1786
|
+
base: "{colors.sys.bg.surface/20}"
|
|
1787
1787
|
}
|
|
1788
1788
|
},
|
|
1789
1789
|
"bg-selected": {
|
|
1790
1790
|
value: {
|
|
1791
|
-
|
|
1791
|
+
base: "{colors.sys.bg.surface/20}"
|
|
1792
1792
|
}
|
|
1793
1793
|
},
|
|
1794
1794
|
"bg-selected-hover": {
|
|
1795
1795
|
value: {
|
|
1796
|
-
|
|
1796
|
+
base: "{colors.sys.bg.surface/10}"
|
|
1797
1797
|
}
|
|
1798
1798
|
}
|
|
1799
1799
|
}
|
|
@@ -1801,5 +1801,5 @@ const r = l.colors(
|
|
|
1801
1801
|
})
|
|
1802
1802
|
);
|
|
1803
1803
|
export {
|
|
1804
|
-
|
|
1804
|
+
a as default
|
|
1805
1805
|
};
|