@parrot-co/parrot-ui 0.0.66 → 0.0.67
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/dist/main.js +17 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +14 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3232 -15
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -817,8 +817,2438 @@ declare const colors: {
|
|
|
817
817
|
blackA12: string;
|
|
818
818
|
};
|
|
819
819
|
};
|
|
820
|
-
declare const
|
|
821
|
-
|
|
820
|
+
declare const parrot: <Type extends import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements | import("react").ComponentType<any>, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
|
|
821
|
+
[name: string]: unknown;
|
|
822
|
+
})[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
|
|
823
|
+
xs: "(min-width: 320px)";
|
|
824
|
+
sm: "(min-width: 425px)";
|
|
825
|
+
md: "(min-width: 768px)";
|
|
826
|
+
lg: "(min-width: 1204px)";
|
|
827
|
+
xl: "(min-width: 1440px)";
|
|
828
|
+
"2xl": "(min-width: 1536px)";
|
|
829
|
+
motion: "(prefers-reduced-motion)";
|
|
830
|
+
hover: "(any-hover: hover)";
|
|
831
|
+
dark: "(prefers-color-scheme: dark)";
|
|
832
|
+
light: "(prefers-color-scheme: light)";
|
|
833
|
+
}, {
|
|
834
|
+
colors: {
|
|
835
|
+
primary: string;
|
|
836
|
+
blackA1: string;
|
|
837
|
+
blackA2: string;
|
|
838
|
+
blackA3: string;
|
|
839
|
+
blackA4: string;
|
|
840
|
+
blackA5: string;
|
|
841
|
+
blackA6: string;
|
|
842
|
+
blackA7: string;
|
|
843
|
+
blackA8: string;
|
|
844
|
+
blackA9: string;
|
|
845
|
+
blackA10: string;
|
|
846
|
+
blackA11: string;
|
|
847
|
+
blackA12: string;
|
|
848
|
+
whiteA1: string;
|
|
849
|
+
whiteA2: string;
|
|
850
|
+
whiteA3: string;
|
|
851
|
+
whiteA4: string;
|
|
852
|
+
whiteA5: string;
|
|
853
|
+
whiteA6: string;
|
|
854
|
+
whiteA7: string;
|
|
855
|
+
whiteA8: string;
|
|
856
|
+
whiteA9: string;
|
|
857
|
+
whiteA10: string;
|
|
858
|
+
whiteA11: string;
|
|
859
|
+
whiteA12: string;
|
|
860
|
+
goldA1: string;
|
|
861
|
+
goldA2: string;
|
|
862
|
+
goldA3: string;
|
|
863
|
+
goldA4: string;
|
|
864
|
+
goldA5: string;
|
|
865
|
+
goldA6: string;
|
|
866
|
+
goldA7: string;
|
|
867
|
+
goldA8: string;
|
|
868
|
+
goldA9: string;
|
|
869
|
+
goldA10: string;
|
|
870
|
+
goldA11: string;
|
|
871
|
+
goldA12: string;
|
|
872
|
+
bronzeA1: string;
|
|
873
|
+
bronzeA2: string;
|
|
874
|
+
bronzeA3: string;
|
|
875
|
+
bronzeA4: string;
|
|
876
|
+
bronzeA5: string;
|
|
877
|
+
bronzeA6: string;
|
|
878
|
+
bronzeA7: string;
|
|
879
|
+
bronzeA8: string;
|
|
880
|
+
bronzeA9: string;
|
|
881
|
+
bronzeA10: string;
|
|
882
|
+
bronzeA11: string;
|
|
883
|
+
bronzeA12: string;
|
|
884
|
+
brownA1: string;
|
|
885
|
+
brownA2: string;
|
|
886
|
+
brownA3: string;
|
|
887
|
+
brownA4: string;
|
|
888
|
+
brownA5: string;
|
|
889
|
+
brownA6: string;
|
|
890
|
+
brownA7: string;
|
|
891
|
+
brownA8: string;
|
|
892
|
+
brownA9: string;
|
|
893
|
+
brownA10: string;
|
|
894
|
+
brownA11: string;
|
|
895
|
+
brownA12: string;
|
|
896
|
+
orangeA1: string;
|
|
897
|
+
orangeA2: string;
|
|
898
|
+
orangeA3: string;
|
|
899
|
+
orangeA4: string;
|
|
900
|
+
orangeA5: string;
|
|
901
|
+
orangeA6: string;
|
|
902
|
+
orangeA7: string;
|
|
903
|
+
orangeA8: string;
|
|
904
|
+
orangeA9: string;
|
|
905
|
+
orangeA10: string;
|
|
906
|
+
orangeA11: string;
|
|
907
|
+
orangeA12: string;
|
|
908
|
+
amberA1: string;
|
|
909
|
+
amberA2: string;
|
|
910
|
+
amberA3: string;
|
|
911
|
+
amberA4: string;
|
|
912
|
+
amberA5: string;
|
|
913
|
+
amberA6: string;
|
|
914
|
+
amberA7: string;
|
|
915
|
+
amberA8: string;
|
|
916
|
+
amberA9: string;
|
|
917
|
+
amberA10: string;
|
|
918
|
+
amberA11: string;
|
|
919
|
+
amberA12: string;
|
|
920
|
+
yellowA1: string;
|
|
921
|
+
yellowA2: string;
|
|
922
|
+
yellowA3: string;
|
|
923
|
+
yellowA4: string;
|
|
924
|
+
yellowA5: string;
|
|
925
|
+
yellowA6: string;
|
|
926
|
+
yellowA7: string;
|
|
927
|
+
yellowA8: string;
|
|
928
|
+
yellowA9: string;
|
|
929
|
+
yellowA10: string;
|
|
930
|
+
yellowA11: string;
|
|
931
|
+
yellowA12: string;
|
|
932
|
+
limeA1: string;
|
|
933
|
+
limeA2: string;
|
|
934
|
+
limeA3: string;
|
|
935
|
+
limeA4: string;
|
|
936
|
+
limeA5: string;
|
|
937
|
+
limeA6: string;
|
|
938
|
+
limeA7: string;
|
|
939
|
+
limeA8: string;
|
|
940
|
+
limeA9: string;
|
|
941
|
+
limeA10: string;
|
|
942
|
+
limeA11: string;
|
|
943
|
+
limeA12: string;
|
|
944
|
+
grassA1: string;
|
|
945
|
+
grassA2: string;
|
|
946
|
+
grassA3: string;
|
|
947
|
+
grassA4: string;
|
|
948
|
+
grassA5: string;
|
|
949
|
+
grassA6: string;
|
|
950
|
+
grassA7: string;
|
|
951
|
+
grassA8: string;
|
|
952
|
+
grassA9: string;
|
|
953
|
+
grassA10: string;
|
|
954
|
+
grassA11: string;
|
|
955
|
+
grassA12: string;
|
|
956
|
+
greenA1: string;
|
|
957
|
+
greenA2: string;
|
|
958
|
+
greenA3: string;
|
|
959
|
+
greenA4: string;
|
|
960
|
+
greenA5: string;
|
|
961
|
+
greenA6: string;
|
|
962
|
+
greenA7: string;
|
|
963
|
+
greenA8: string;
|
|
964
|
+
greenA9: string;
|
|
965
|
+
greenA10: string;
|
|
966
|
+
greenA11: string;
|
|
967
|
+
greenA12: string;
|
|
968
|
+
tealA1: string;
|
|
969
|
+
tealA2: string;
|
|
970
|
+
tealA3: string;
|
|
971
|
+
tealA4: string;
|
|
972
|
+
tealA5: string;
|
|
973
|
+
tealA6: string;
|
|
974
|
+
tealA7: string;
|
|
975
|
+
tealA8: string;
|
|
976
|
+
tealA9: string;
|
|
977
|
+
tealA10: string;
|
|
978
|
+
tealA11: string;
|
|
979
|
+
tealA12: string;
|
|
980
|
+
cyanA1: string;
|
|
981
|
+
cyanA2: string;
|
|
982
|
+
cyanA3: string;
|
|
983
|
+
cyanA4: string;
|
|
984
|
+
cyanA5: string;
|
|
985
|
+
cyanA6: string;
|
|
986
|
+
cyanA7: string;
|
|
987
|
+
cyanA8: string;
|
|
988
|
+
cyanA9: string;
|
|
989
|
+
cyanA10: string;
|
|
990
|
+
cyanA11: string;
|
|
991
|
+
cyanA12: string;
|
|
992
|
+
mintA1: string;
|
|
993
|
+
mintA2: string;
|
|
994
|
+
mintA3: string;
|
|
995
|
+
mintA4: string;
|
|
996
|
+
mintA5: string;
|
|
997
|
+
mintA6: string;
|
|
998
|
+
mintA7: string;
|
|
999
|
+
mintA8: string;
|
|
1000
|
+
mintA9: string;
|
|
1001
|
+
mintA10: string;
|
|
1002
|
+
mintA11: string;
|
|
1003
|
+
mintA12: string;
|
|
1004
|
+
skyA1: string;
|
|
1005
|
+
skyA2: string;
|
|
1006
|
+
skyA3: string;
|
|
1007
|
+
skyA4: string;
|
|
1008
|
+
skyA5: string;
|
|
1009
|
+
skyA6: string;
|
|
1010
|
+
skyA7: string;
|
|
1011
|
+
skyA8: string;
|
|
1012
|
+
skyA9: string;
|
|
1013
|
+
skyA10: string;
|
|
1014
|
+
skyA11: string;
|
|
1015
|
+
skyA12: string;
|
|
1016
|
+
blueA1: string;
|
|
1017
|
+
blueA2: string;
|
|
1018
|
+
blueA3: string;
|
|
1019
|
+
blueA4: string;
|
|
1020
|
+
blueA5: string;
|
|
1021
|
+
blueA6: string;
|
|
1022
|
+
blueA7: string;
|
|
1023
|
+
blueA8: string;
|
|
1024
|
+
blueA9: string;
|
|
1025
|
+
blueA10: string;
|
|
1026
|
+
blueA11: string;
|
|
1027
|
+
blueA12: string;
|
|
1028
|
+
indigoA1: string;
|
|
1029
|
+
indigoA2: string;
|
|
1030
|
+
indigoA3: string;
|
|
1031
|
+
indigoA4: string;
|
|
1032
|
+
indigoA5: string;
|
|
1033
|
+
indigoA6: string;
|
|
1034
|
+
indigoA7: string;
|
|
1035
|
+
indigoA8: string;
|
|
1036
|
+
indigoA9: string;
|
|
1037
|
+
indigoA10: string;
|
|
1038
|
+
indigoA11: string;
|
|
1039
|
+
indigoA12: string;
|
|
1040
|
+
violetA1: string;
|
|
1041
|
+
violetA2: string;
|
|
1042
|
+
violetA3: string;
|
|
1043
|
+
violetA4: string;
|
|
1044
|
+
violetA5: string;
|
|
1045
|
+
violetA6: string;
|
|
1046
|
+
violetA7: string;
|
|
1047
|
+
violetA8: string;
|
|
1048
|
+
violetA9: string;
|
|
1049
|
+
violetA10: string;
|
|
1050
|
+
violetA11: string;
|
|
1051
|
+
violetA12: string;
|
|
1052
|
+
purpleA1: string;
|
|
1053
|
+
purpleA2: string;
|
|
1054
|
+
purpleA3: string;
|
|
1055
|
+
purpleA4: string;
|
|
1056
|
+
purpleA5: string;
|
|
1057
|
+
purpleA6: string;
|
|
1058
|
+
purpleA7: string;
|
|
1059
|
+
purpleA8: string;
|
|
1060
|
+
purpleA9: string;
|
|
1061
|
+
purpleA10: string;
|
|
1062
|
+
purpleA11: string;
|
|
1063
|
+
purpleA12: string;
|
|
1064
|
+
plumA1: string;
|
|
1065
|
+
plumA2: string;
|
|
1066
|
+
plumA3: string;
|
|
1067
|
+
plumA4: string;
|
|
1068
|
+
plumA5: string;
|
|
1069
|
+
plumA6: string;
|
|
1070
|
+
plumA7: string;
|
|
1071
|
+
plumA8: string;
|
|
1072
|
+
plumA9: string;
|
|
1073
|
+
plumA10: string;
|
|
1074
|
+
plumA11: string;
|
|
1075
|
+
plumA12: string;
|
|
1076
|
+
pinkA1: string;
|
|
1077
|
+
pinkA2: string;
|
|
1078
|
+
pinkA3: string;
|
|
1079
|
+
pinkA4: string;
|
|
1080
|
+
pinkA5: string;
|
|
1081
|
+
pinkA6: string;
|
|
1082
|
+
pinkA7: string;
|
|
1083
|
+
pinkA8: string;
|
|
1084
|
+
pinkA9: string;
|
|
1085
|
+
pinkA10: string;
|
|
1086
|
+
pinkA11: string;
|
|
1087
|
+
pinkA12: string;
|
|
1088
|
+
crimsonA1: string;
|
|
1089
|
+
crimsonA2: string;
|
|
1090
|
+
crimsonA3: string;
|
|
1091
|
+
crimsonA4: string;
|
|
1092
|
+
crimsonA5: string;
|
|
1093
|
+
crimsonA6: string;
|
|
1094
|
+
crimsonA7: string;
|
|
1095
|
+
crimsonA8: string;
|
|
1096
|
+
crimsonA9: string;
|
|
1097
|
+
crimsonA10: string;
|
|
1098
|
+
crimsonA11: string;
|
|
1099
|
+
crimsonA12: string;
|
|
1100
|
+
redA1: string;
|
|
1101
|
+
redA2: string;
|
|
1102
|
+
redA3: string;
|
|
1103
|
+
redA4: string;
|
|
1104
|
+
redA5: string;
|
|
1105
|
+
redA6: string;
|
|
1106
|
+
redA7: string;
|
|
1107
|
+
redA8: string;
|
|
1108
|
+
redA9: string;
|
|
1109
|
+
redA10: string;
|
|
1110
|
+
redA11: string;
|
|
1111
|
+
redA12: string;
|
|
1112
|
+
tomatoA1: string;
|
|
1113
|
+
tomatoA2: string;
|
|
1114
|
+
tomatoA3: string;
|
|
1115
|
+
tomatoA4: string;
|
|
1116
|
+
tomatoA5: string;
|
|
1117
|
+
tomatoA6: string;
|
|
1118
|
+
tomatoA7: string;
|
|
1119
|
+
tomatoA8: string;
|
|
1120
|
+
tomatoA9: string;
|
|
1121
|
+
tomatoA10: string;
|
|
1122
|
+
tomatoA11: string;
|
|
1123
|
+
tomatoA12: string;
|
|
1124
|
+
sandA1: string;
|
|
1125
|
+
sandA2: string;
|
|
1126
|
+
sandA3: string;
|
|
1127
|
+
sandA4: string;
|
|
1128
|
+
sandA5: string;
|
|
1129
|
+
sandA6: string;
|
|
1130
|
+
sandA7: string;
|
|
1131
|
+
sandA8: string;
|
|
1132
|
+
sandA9: string;
|
|
1133
|
+
sandA10: string;
|
|
1134
|
+
sandA11: string;
|
|
1135
|
+
sandA12: string;
|
|
1136
|
+
oliveA1: string;
|
|
1137
|
+
oliveA2: string;
|
|
1138
|
+
oliveA3: string;
|
|
1139
|
+
oliveA4: string;
|
|
1140
|
+
oliveA5: string;
|
|
1141
|
+
oliveA6: string;
|
|
1142
|
+
oliveA7: string;
|
|
1143
|
+
oliveA8: string;
|
|
1144
|
+
oliveA9: string;
|
|
1145
|
+
oliveA10: string;
|
|
1146
|
+
oliveA11: string;
|
|
1147
|
+
oliveA12: string;
|
|
1148
|
+
sageA1: string;
|
|
1149
|
+
sageA2: string;
|
|
1150
|
+
sageA3: string;
|
|
1151
|
+
sageA4: string;
|
|
1152
|
+
sageA5: string;
|
|
1153
|
+
sageA6: string;
|
|
1154
|
+
sageA7: string;
|
|
1155
|
+
sageA8: string;
|
|
1156
|
+
sageA9: string;
|
|
1157
|
+
sageA10: string;
|
|
1158
|
+
sageA11: string;
|
|
1159
|
+
sageA12: string;
|
|
1160
|
+
slateA1: string;
|
|
1161
|
+
slateA2: string;
|
|
1162
|
+
slateA3: string;
|
|
1163
|
+
slateA4: string;
|
|
1164
|
+
slateA5: string;
|
|
1165
|
+
slateA6: string;
|
|
1166
|
+
slateA7: string;
|
|
1167
|
+
slateA8: string;
|
|
1168
|
+
slateA9: string;
|
|
1169
|
+
slateA10: string;
|
|
1170
|
+
slateA11: string;
|
|
1171
|
+
slateA12: string;
|
|
1172
|
+
mauveA1: string;
|
|
1173
|
+
mauveA2: string;
|
|
1174
|
+
mauveA3: string;
|
|
1175
|
+
mauveA4: string;
|
|
1176
|
+
mauveA5: string;
|
|
1177
|
+
mauveA6: string;
|
|
1178
|
+
mauveA7: string;
|
|
1179
|
+
mauveA8: string;
|
|
1180
|
+
mauveA9: string;
|
|
1181
|
+
mauveA10: string;
|
|
1182
|
+
mauveA11: string;
|
|
1183
|
+
mauveA12: string;
|
|
1184
|
+
grayA1: string;
|
|
1185
|
+
grayA2: string;
|
|
1186
|
+
grayA3: string;
|
|
1187
|
+
grayA4: string;
|
|
1188
|
+
grayA5: string;
|
|
1189
|
+
grayA6: string;
|
|
1190
|
+
grayA7: string;
|
|
1191
|
+
grayA8: string;
|
|
1192
|
+
grayA9: string;
|
|
1193
|
+
grayA10: string;
|
|
1194
|
+
grayA11: string;
|
|
1195
|
+
grayA12: string;
|
|
1196
|
+
gold1: string;
|
|
1197
|
+
gold2: string;
|
|
1198
|
+
gold3: string;
|
|
1199
|
+
gold4: string;
|
|
1200
|
+
gold5: string;
|
|
1201
|
+
gold6: string;
|
|
1202
|
+
gold7: string;
|
|
1203
|
+
gold8: string;
|
|
1204
|
+
gold9: string;
|
|
1205
|
+
gold10: string;
|
|
1206
|
+
gold11: string;
|
|
1207
|
+
gold12: string;
|
|
1208
|
+
bronze1: string;
|
|
1209
|
+
bronze2: string;
|
|
1210
|
+
bronze3: string;
|
|
1211
|
+
bronze4: string;
|
|
1212
|
+
bronze5: string;
|
|
1213
|
+
bronze6: string;
|
|
1214
|
+
bronze7: string;
|
|
1215
|
+
bronze8: string;
|
|
1216
|
+
bronze9: string;
|
|
1217
|
+
bronze10: string;
|
|
1218
|
+
bronze11: string;
|
|
1219
|
+
bronze12: string;
|
|
1220
|
+
brown1: string;
|
|
1221
|
+
brown2: string;
|
|
1222
|
+
brown3: string;
|
|
1223
|
+
brown4: string;
|
|
1224
|
+
brown5: string;
|
|
1225
|
+
brown6: string;
|
|
1226
|
+
brown7: string;
|
|
1227
|
+
brown8: string;
|
|
1228
|
+
brown9: string;
|
|
1229
|
+
brown10: string;
|
|
1230
|
+
brown11: string;
|
|
1231
|
+
brown12: string;
|
|
1232
|
+
orange1: string;
|
|
1233
|
+
orange2: string;
|
|
1234
|
+
orange3: string;
|
|
1235
|
+
orange4: string;
|
|
1236
|
+
orange5: string;
|
|
1237
|
+
orange6: string;
|
|
1238
|
+
orange7: string;
|
|
1239
|
+
orange8: string;
|
|
1240
|
+
orange9: string;
|
|
1241
|
+
orange10: string;
|
|
1242
|
+
orange11: string;
|
|
1243
|
+
orange12: string;
|
|
1244
|
+
amber1: string;
|
|
1245
|
+
amber2: string;
|
|
1246
|
+
amber3: string;
|
|
1247
|
+
amber4: string;
|
|
1248
|
+
amber5: string;
|
|
1249
|
+
amber6: string;
|
|
1250
|
+
amber7: string;
|
|
1251
|
+
amber8: string;
|
|
1252
|
+
amber9: string;
|
|
1253
|
+
amber10: string;
|
|
1254
|
+
amber11: string;
|
|
1255
|
+
amber12: string;
|
|
1256
|
+
yellow1: string;
|
|
1257
|
+
yellow2: string;
|
|
1258
|
+
yellow3: string;
|
|
1259
|
+
yellow4: string;
|
|
1260
|
+
yellow5: string;
|
|
1261
|
+
yellow6: string;
|
|
1262
|
+
yellow7: string;
|
|
1263
|
+
yellow8: string;
|
|
1264
|
+
yellow9: string;
|
|
1265
|
+
yellow10: string;
|
|
1266
|
+
yellow11: string;
|
|
1267
|
+
yellow12: string;
|
|
1268
|
+
lime1: string;
|
|
1269
|
+
lime2: string;
|
|
1270
|
+
lime3: string;
|
|
1271
|
+
lime4: string;
|
|
1272
|
+
lime5: string;
|
|
1273
|
+
lime6: string;
|
|
1274
|
+
lime7: string;
|
|
1275
|
+
lime8: string;
|
|
1276
|
+
lime9: string;
|
|
1277
|
+
lime10: string;
|
|
1278
|
+
lime11: string;
|
|
1279
|
+
lime12: string;
|
|
1280
|
+
grass1: string;
|
|
1281
|
+
grass2: string;
|
|
1282
|
+
grass3: string;
|
|
1283
|
+
grass4: string;
|
|
1284
|
+
grass5: string;
|
|
1285
|
+
grass6: string;
|
|
1286
|
+
grass7: string;
|
|
1287
|
+
grass8: string;
|
|
1288
|
+
grass9: string;
|
|
1289
|
+
grass10: string;
|
|
1290
|
+
grass11: string;
|
|
1291
|
+
grass12: string;
|
|
1292
|
+
green1: string;
|
|
1293
|
+
green2: string;
|
|
1294
|
+
green3: string;
|
|
1295
|
+
green4: string;
|
|
1296
|
+
green5: string;
|
|
1297
|
+
green6: string;
|
|
1298
|
+
green7: string;
|
|
1299
|
+
green8: string;
|
|
1300
|
+
green9: string;
|
|
1301
|
+
green10: string;
|
|
1302
|
+
green11: string;
|
|
1303
|
+
green12: string;
|
|
1304
|
+
teal1: string;
|
|
1305
|
+
teal2: string;
|
|
1306
|
+
teal3: string;
|
|
1307
|
+
teal4: string;
|
|
1308
|
+
teal5: string;
|
|
1309
|
+
teal6: string;
|
|
1310
|
+
teal7: string;
|
|
1311
|
+
teal8: string;
|
|
1312
|
+
teal9: string;
|
|
1313
|
+
teal10: string;
|
|
1314
|
+
teal11: string;
|
|
1315
|
+
teal12: string;
|
|
1316
|
+
cyan1: string;
|
|
1317
|
+
cyan2: string;
|
|
1318
|
+
cyan3: string;
|
|
1319
|
+
cyan4: string;
|
|
1320
|
+
cyan5: string;
|
|
1321
|
+
cyan6: string;
|
|
1322
|
+
cyan7: string;
|
|
1323
|
+
cyan8: string;
|
|
1324
|
+
cyan9: string;
|
|
1325
|
+
cyan10: string;
|
|
1326
|
+
cyan11: string;
|
|
1327
|
+
cyan12: string;
|
|
1328
|
+
mint1: string;
|
|
1329
|
+
mint2: string;
|
|
1330
|
+
mint3: string;
|
|
1331
|
+
mint4: string;
|
|
1332
|
+
mint5: string;
|
|
1333
|
+
mint6: string;
|
|
1334
|
+
mint7: string;
|
|
1335
|
+
mint8: string;
|
|
1336
|
+
mint9: string;
|
|
1337
|
+
mint10: string;
|
|
1338
|
+
mint11: string;
|
|
1339
|
+
mint12: string;
|
|
1340
|
+
sky1: string;
|
|
1341
|
+
sky2: string;
|
|
1342
|
+
sky3: string;
|
|
1343
|
+
sky4: string;
|
|
1344
|
+
sky5: string;
|
|
1345
|
+
sky6: string;
|
|
1346
|
+
sky7: string;
|
|
1347
|
+
sky8: string;
|
|
1348
|
+
sky9: string;
|
|
1349
|
+
sky10: string;
|
|
1350
|
+
sky11: string;
|
|
1351
|
+
sky12: string;
|
|
1352
|
+
blue1: string;
|
|
1353
|
+
blue2: string;
|
|
1354
|
+
blue3: string;
|
|
1355
|
+
blue4: string;
|
|
1356
|
+
blue5: string;
|
|
1357
|
+
blue6: string;
|
|
1358
|
+
blue7: string;
|
|
1359
|
+
blue8: string;
|
|
1360
|
+
blue9: string;
|
|
1361
|
+
blue10: string;
|
|
1362
|
+
blue11: string;
|
|
1363
|
+
blue12: string;
|
|
1364
|
+
indigo1: string;
|
|
1365
|
+
indigo2: string;
|
|
1366
|
+
indigo3: string;
|
|
1367
|
+
indigo4: string;
|
|
1368
|
+
indigo5: string;
|
|
1369
|
+
indigo6: string;
|
|
1370
|
+
indigo7: string;
|
|
1371
|
+
indigo8: string;
|
|
1372
|
+
indigo9: string;
|
|
1373
|
+
indigo10: string;
|
|
1374
|
+
indigo11: string;
|
|
1375
|
+
indigo12: string;
|
|
1376
|
+
violet1: string;
|
|
1377
|
+
violet2: string;
|
|
1378
|
+
violet3: string;
|
|
1379
|
+
violet4: string;
|
|
1380
|
+
violet5: string;
|
|
1381
|
+
violet6: string;
|
|
1382
|
+
violet7: string;
|
|
1383
|
+
violet8: string;
|
|
1384
|
+
violet9: string;
|
|
1385
|
+
violet10: string;
|
|
1386
|
+
violet11: string;
|
|
1387
|
+
violet12: string;
|
|
1388
|
+
purple1: string;
|
|
1389
|
+
purple2: string;
|
|
1390
|
+
purple3: string;
|
|
1391
|
+
purple4: string;
|
|
1392
|
+
purple5: string;
|
|
1393
|
+
purple6: string;
|
|
1394
|
+
purple7: string;
|
|
1395
|
+
purple8: string;
|
|
1396
|
+
purple9: string;
|
|
1397
|
+
purple10: string;
|
|
1398
|
+
purple11: string;
|
|
1399
|
+
purple12: string;
|
|
1400
|
+
plum1: string;
|
|
1401
|
+
plum2: string;
|
|
1402
|
+
plum3: string;
|
|
1403
|
+
plum4: string;
|
|
1404
|
+
plum5: string;
|
|
1405
|
+
plum6: string;
|
|
1406
|
+
plum7: string;
|
|
1407
|
+
plum8: string;
|
|
1408
|
+
plum9: string;
|
|
1409
|
+
plum10: string;
|
|
1410
|
+
plum11: string;
|
|
1411
|
+
plum12: string;
|
|
1412
|
+
pink1: string;
|
|
1413
|
+
pink2: string;
|
|
1414
|
+
pink3: string;
|
|
1415
|
+
pink4: string;
|
|
1416
|
+
pink5: string;
|
|
1417
|
+
pink6: string;
|
|
1418
|
+
pink7: string;
|
|
1419
|
+
pink8: string;
|
|
1420
|
+
pink9: string;
|
|
1421
|
+
pink10: string;
|
|
1422
|
+
pink11: string;
|
|
1423
|
+
pink12: string;
|
|
1424
|
+
crimson1: string;
|
|
1425
|
+
crimson2: string;
|
|
1426
|
+
crimson3: string;
|
|
1427
|
+
crimson4: string;
|
|
1428
|
+
crimson5: string;
|
|
1429
|
+
crimson6: string;
|
|
1430
|
+
crimson7: string;
|
|
1431
|
+
crimson8: string;
|
|
1432
|
+
crimson9: string;
|
|
1433
|
+
crimson10: string;
|
|
1434
|
+
crimson11: string;
|
|
1435
|
+
crimson12: string;
|
|
1436
|
+
red1: string;
|
|
1437
|
+
red2: string;
|
|
1438
|
+
red3: string;
|
|
1439
|
+
red4: string;
|
|
1440
|
+
red5: string;
|
|
1441
|
+
red6: string;
|
|
1442
|
+
red7: string;
|
|
1443
|
+
red8: string;
|
|
1444
|
+
red9: string;
|
|
1445
|
+
red10: string;
|
|
1446
|
+
red11: string;
|
|
1447
|
+
red12: string;
|
|
1448
|
+
tomato1: string;
|
|
1449
|
+
tomato2: string;
|
|
1450
|
+
tomato3: string;
|
|
1451
|
+
tomato4: string;
|
|
1452
|
+
tomato5: string;
|
|
1453
|
+
tomato6: string;
|
|
1454
|
+
tomato7: string;
|
|
1455
|
+
tomato8: string;
|
|
1456
|
+
tomato9: string;
|
|
1457
|
+
tomato10: string;
|
|
1458
|
+
tomato11: string;
|
|
1459
|
+
tomato12: string;
|
|
1460
|
+
sand1: string;
|
|
1461
|
+
sand2: string;
|
|
1462
|
+
sand3: string;
|
|
1463
|
+
sand4: string;
|
|
1464
|
+
sand5: string;
|
|
1465
|
+
sand6: string;
|
|
1466
|
+
sand7: string;
|
|
1467
|
+
sand8: string;
|
|
1468
|
+
sand9: string;
|
|
1469
|
+
sand10: string;
|
|
1470
|
+
sand11: string;
|
|
1471
|
+
sand12: string;
|
|
1472
|
+
olive1: string;
|
|
1473
|
+
olive2: string;
|
|
1474
|
+
olive3: string;
|
|
1475
|
+
olive4: string;
|
|
1476
|
+
olive5: string;
|
|
1477
|
+
olive6: string;
|
|
1478
|
+
olive7: string;
|
|
1479
|
+
olive8: string;
|
|
1480
|
+
olive9: string;
|
|
1481
|
+
olive10: string;
|
|
1482
|
+
olive11: string;
|
|
1483
|
+
olive12: string;
|
|
1484
|
+
sage1: string;
|
|
1485
|
+
sage2: string;
|
|
1486
|
+
sage3: string;
|
|
1487
|
+
sage4: string;
|
|
1488
|
+
sage5: string;
|
|
1489
|
+
sage6: string;
|
|
1490
|
+
sage7: string;
|
|
1491
|
+
sage8: string;
|
|
1492
|
+
sage9: string;
|
|
1493
|
+
sage10: string;
|
|
1494
|
+
sage11: string;
|
|
1495
|
+
sage12: string;
|
|
1496
|
+
slate1: string;
|
|
1497
|
+
slate2: string;
|
|
1498
|
+
slate3: string;
|
|
1499
|
+
slate4: string;
|
|
1500
|
+
slate5: string;
|
|
1501
|
+
slate6: string;
|
|
1502
|
+
slate7: string;
|
|
1503
|
+
slate8: string;
|
|
1504
|
+
slate9: string;
|
|
1505
|
+
slate10: string;
|
|
1506
|
+
slate11: string;
|
|
1507
|
+
slate12: string;
|
|
1508
|
+
mauve1: string;
|
|
1509
|
+
mauve2: string;
|
|
1510
|
+
mauve3: string;
|
|
1511
|
+
mauve4: string;
|
|
1512
|
+
mauve5: string;
|
|
1513
|
+
mauve6: string;
|
|
1514
|
+
mauve7: string;
|
|
1515
|
+
mauve8: string;
|
|
1516
|
+
mauve9: string;
|
|
1517
|
+
mauve10: string;
|
|
1518
|
+
mauve11: string;
|
|
1519
|
+
mauve12: string;
|
|
1520
|
+
gray1: string;
|
|
1521
|
+
gray2: string;
|
|
1522
|
+
gray3: string;
|
|
1523
|
+
gray4: string;
|
|
1524
|
+
gray5: string;
|
|
1525
|
+
gray6: string;
|
|
1526
|
+
gray7: string;
|
|
1527
|
+
gray8: string;
|
|
1528
|
+
gray9: string;
|
|
1529
|
+
gray10: string;
|
|
1530
|
+
gray11: string;
|
|
1531
|
+
gray12: string;
|
|
1532
|
+
};
|
|
1533
|
+
shadows: {
|
|
1534
|
+
subtle: string;
|
|
1535
|
+
sm: string;
|
|
1536
|
+
focusRing: string;
|
|
1537
|
+
focusRingError: string;
|
|
1538
|
+
focusRingValid: string;
|
|
1539
|
+
};
|
|
1540
|
+
fonts: {
|
|
1541
|
+
sans: string;
|
|
1542
|
+
};
|
|
1543
|
+
fontWeights: {
|
|
1544
|
+
regular: number;
|
|
1545
|
+
medium: number;
|
|
1546
|
+
semibold: number;
|
|
1547
|
+
bold: number;
|
|
1548
|
+
heavy: number;
|
|
1549
|
+
};
|
|
1550
|
+
fontSizes: {
|
|
1551
|
+
1: string;
|
|
1552
|
+
2: string;
|
|
1553
|
+
3: string;
|
|
1554
|
+
4: string;
|
|
1555
|
+
5: string;
|
|
1556
|
+
6: string;
|
|
1557
|
+
7: string;
|
|
1558
|
+
8: string;
|
|
1559
|
+
9: string;
|
|
1560
|
+
10: string;
|
|
1561
|
+
11: string;
|
|
1562
|
+
12: string;
|
|
1563
|
+
13: string;
|
|
1564
|
+
14: string;
|
|
1565
|
+
};
|
|
1566
|
+
lineHeights: {
|
|
1567
|
+
normal: string;
|
|
1568
|
+
none: number;
|
|
1569
|
+
shorter: number;
|
|
1570
|
+
short: number;
|
|
1571
|
+
base: number;
|
|
1572
|
+
tall: number;
|
|
1573
|
+
taller: string;
|
|
1574
|
+
"3": string;
|
|
1575
|
+
"4": string;
|
|
1576
|
+
"5": string;
|
|
1577
|
+
"6": string;
|
|
1578
|
+
"7": string;
|
|
1579
|
+
"8": string;
|
|
1580
|
+
"9": string;
|
|
1581
|
+
"10": string;
|
|
1582
|
+
};
|
|
1583
|
+
space: {
|
|
1584
|
+
px: string;
|
|
1585
|
+
0: string;
|
|
1586
|
+
1: string;
|
|
1587
|
+
2: string;
|
|
1588
|
+
3: string;
|
|
1589
|
+
4: string;
|
|
1590
|
+
5: string;
|
|
1591
|
+
6: string;
|
|
1592
|
+
7: string;
|
|
1593
|
+
8: string;
|
|
1594
|
+
9: string;
|
|
1595
|
+
10: string;
|
|
1596
|
+
11: string;
|
|
1597
|
+
12: string;
|
|
1598
|
+
14: string;
|
|
1599
|
+
16: string;
|
|
1600
|
+
20: string;
|
|
1601
|
+
24: string;
|
|
1602
|
+
28: string;
|
|
1603
|
+
32: string;
|
|
1604
|
+
36: string;
|
|
1605
|
+
40: string;
|
|
1606
|
+
44: string;
|
|
1607
|
+
48: string;
|
|
1608
|
+
52: string;
|
|
1609
|
+
56: string;
|
|
1610
|
+
60: string;
|
|
1611
|
+
64: string;
|
|
1612
|
+
72: string;
|
|
1613
|
+
80: string;
|
|
1614
|
+
96: string;
|
|
1615
|
+
};
|
|
1616
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
|
|
1617
|
+
variants?: {
|
|
1618
|
+
[x: string]: {
|
|
1619
|
+
[x: string]: CSS_1;
|
|
1620
|
+
[x: number]: CSS_1;
|
|
1621
|
+
};
|
|
1622
|
+
} | undefined;
|
|
1623
|
+
compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
|
|
1624
|
+
css: CSS_1;
|
|
1625
|
+
})[] | undefined;
|
|
1626
|
+
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
|
1627
|
+
} & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
1628
|
+
xs: "(min-width: 320px)";
|
|
1629
|
+
sm: "(min-width: 425px)";
|
|
1630
|
+
md: "(min-width: 768px)";
|
|
1631
|
+
lg: "(min-width: 1204px)";
|
|
1632
|
+
xl: "(min-width: 1440px)";
|
|
1633
|
+
"2xl": "(min-width: 1536px)";
|
|
1634
|
+
motion: "(prefers-reduced-motion)";
|
|
1635
|
+
hover: "(any-hover: hover)";
|
|
1636
|
+
dark: "(prefers-color-scheme: dark)";
|
|
1637
|
+
light: "(prefers-color-scheme: light)";
|
|
1638
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1639
|
+
xs: "(min-width: 320px)";
|
|
1640
|
+
sm: "(min-width: 425px)";
|
|
1641
|
+
md: "(min-width: 768px)";
|
|
1642
|
+
lg: "(min-width: 1204px)";
|
|
1643
|
+
xl: "(min-width: 1440px)";
|
|
1644
|
+
"2xl": "(min-width: 1536px)";
|
|
1645
|
+
motion: "(prefers-reduced-motion)";
|
|
1646
|
+
hover: "(any-hover: hover)";
|
|
1647
|
+
dark: "(prefers-color-scheme: dark)";
|
|
1648
|
+
light: "(prefers-color-scheme: light)";
|
|
1649
|
+
}, {
|
|
1650
|
+
colors: {
|
|
1651
|
+
primary: string;
|
|
1652
|
+
blackA1: string;
|
|
1653
|
+
blackA2: string;
|
|
1654
|
+
blackA3: string;
|
|
1655
|
+
blackA4: string;
|
|
1656
|
+
blackA5: string;
|
|
1657
|
+
blackA6: string;
|
|
1658
|
+
blackA7: string;
|
|
1659
|
+
blackA8: string;
|
|
1660
|
+
blackA9: string;
|
|
1661
|
+
blackA10: string;
|
|
1662
|
+
blackA11: string;
|
|
1663
|
+
blackA12: string;
|
|
1664
|
+
whiteA1: string;
|
|
1665
|
+
whiteA2: string;
|
|
1666
|
+
whiteA3: string;
|
|
1667
|
+
whiteA4: string;
|
|
1668
|
+
whiteA5: string;
|
|
1669
|
+
whiteA6: string;
|
|
1670
|
+
whiteA7: string;
|
|
1671
|
+
whiteA8: string;
|
|
1672
|
+
whiteA9: string;
|
|
1673
|
+
whiteA10: string;
|
|
1674
|
+
whiteA11: string;
|
|
1675
|
+
whiteA12: string;
|
|
1676
|
+
goldA1: string;
|
|
1677
|
+
goldA2: string;
|
|
1678
|
+
goldA3: string;
|
|
1679
|
+
goldA4: string;
|
|
1680
|
+
goldA5: string;
|
|
1681
|
+
goldA6: string;
|
|
1682
|
+
goldA7: string;
|
|
1683
|
+
goldA8: string;
|
|
1684
|
+
goldA9: string;
|
|
1685
|
+
goldA10: string;
|
|
1686
|
+
goldA11: string;
|
|
1687
|
+
goldA12: string;
|
|
1688
|
+
bronzeA1: string;
|
|
1689
|
+
bronzeA2: string;
|
|
1690
|
+
bronzeA3: string;
|
|
1691
|
+
bronzeA4: string;
|
|
1692
|
+
bronzeA5: string;
|
|
1693
|
+
bronzeA6: string;
|
|
1694
|
+
bronzeA7: string;
|
|
1695
|
+
bronzeA8: string;
|
|
1696
|
+
bronzeA9: string;
|
|
1697
|
+
bronzeA10: string;
|
|
1698
|
+
bronzeA11: string;
|
|
1699
|
+
bronzeA12: string;
|
|
1700
|
+
brownA1: string;
|
|
1701
|
+
brownA2: string;
|
|
1702
|
+
brownA3: string;
|
|
1703
|
+
brownA4: string;
|
|
1704
|
+
brownA5: string;
|
|
1705
|
+
brownA6: string;
|
|
1706
|
+
brownA7: string;
|
|
1707
|
+
brownA8: string;
|
|
1708
|
+
brownA9: string;
|
|
1709
|
+
brownA10: string;
|
|
1710
|
+
brownA11: string;
|
|
1711
|
+
brownA12: string;
|
|
1712
|
+
orangeA1: string;
|
|
1713
|
+
orangeA2: string;
|
|
1714
|
+
orangeA3: string;
|
|
1715
|
+
orangeA4: string;
|
|
1716
|
+
orangeA5: string;
|
|
1717
|
+
orangeA6: string;
|
|
1718
|
+
orangeA7: string;
|
|
1719
|
+
orangeA8: string;
|
|
1720
|
+
orangeA9: string;
|
|
1721
|
+
orangeA10: string;
|
|
1722
|
+
orangeA11: string;
|
|
1723
|
+
orangeA12: string;
|
|
1724
|
+
amberA1: string;
|
|
1725
|
+
amberA2: string;
|
|
1726
|
+
amberA3: string;
|
|
1727
|
+
amberA4: string;
|
|
1728
|
+
amberA5: string;
|
|
1729
|
+
amberA6: string;
|
|
1730
|
+
amberA7: string;
|
|
1731
|
+
amberA8: string;
|
|
1732
|
+
amberA9: string;
|
|
1733
|
+
amberA10: string;
|
|
1734
|
+
amberA11: string;
|
|
1735
|
+
amberA12: string;
|
|
1736
|
+
yellowA1: string;
|
|
1737
|
+
yellowA2: string;
|
|
1738
|
+
yellowA3: string;
|
|
1739
|
+
yellowA4: string;
|
|
1740
|
+
yellowA5: string;
|
|
1741
|
+
yellowA6: string;
|
|
1742
|
+
yellowA7: string;
|
|
1743
|
+
yellowA8: string;
|
|
1744
|
+
yellowA9: string;
|
|
1745
|
+
yellowA10: string;
|
|
1746
|
+
yellowA11: string;
|
|
1747
|
+
yellowA12: string;
|
|
1748
|
+
limeA1: string;
|
|
1749
|
+
limeA2: string;
|
|
1750
|
+
limeA3: string;
|
|
1751
|
+
limeA4: string;
|
|
1752
|
+
limeA5: string;
|
|
1753
|
+
limeA6: string;
|
|
1754
|
+
limeA7: string;
|
|
1755
|
+
limeA8: string;
|
|
1756
|
+
limeA9: string;
|
|
1757
|
+
limeA10: string;
|
|
1758
|
+
limeA11: string;
|
|
1759
|
+
limeA12: string;
|
|
1760
|
+
grassA1: string;
|
|
1761
|
+
grassA2: string;
|
|
1762
|
+
grassA3: string;
|
|
1763
|
+
grassA4: string;
|
|
1764
|
+
grassA5: string;
|
|
1765
|
+
grassA6: string;
|
|
1766
|
+
grassA7: string;
|
|
1767
|
+
grassA8: string;
|
|
1768
|
+
grassA9: string;
|
|
1769
|
+
grassA10: string;
|
|
1770
|
+
grassA11: string;
|
|
1771
|
+
grassA12: string;
|
|
1772
|
+
greenA1: string;
|
|
1773
|
+
greenA2: string;
|
|
1774
|
+
greenA3: string;
|
|
1775
|
+
greenA4: string;
|
|
1776
|
+
greenA5: string;
|
|
1777
|
+
greenA6: string;
|
|
1778
|
+
greenA7: string;
|
|
1779
|
+
greenA8: string;
|
|
1780
|
+
greenA9: string;
|
|
1781
|
+
greenA10: string;
|
|
1782
|
+
greenA11: string;
|
|
1783
|
+
greenA12: string;
|
|
1784
|
+
tealA1: string;
|
|
1785
|
+
tealA2: string;
|
|
1786
|
+
tealA3: string;
|
|
1787
|
+
tealA4: string;
|
|
1788
|
+
tealA5: string;
|
|
1789
|
+
tealA6: string;
|
|
1790
|
+
tealA7: string;
|
|
1791
|
+
tealA8: string;
|
|
1792
|
+
tealA9: string;
|
|
1793
|
+
tealA10: string;
|
|
1794
|
+
tealA11: string;
|
|
1795
|
+
tealA12: string;
|
|
1796
|
+
cyanA1: string;
|
|
1797
|
+
cyanA2: string;
|
|
1798
|
+
cyanA3: string;
|
|
1799
|
+
cyanA4: string;
|
|
1800
|
+
cyanA5: string;
|
|
1801
|
+
cyanA6: string;
|
|
1802
|
+
cyanA7: string;
|
|
1803
|
+
cyanA8: string;
|
|
1804
|
+
cyanA9: string;
|
|
1805
|
+
cyanA10: string;
|
|
1806
|
+
cyanA11: string;
|
|
1807
|
+
cyanA12: string;
|
|
1808
|
+
mintA1: string;
|
|
1809
|
+
mintA2: string;
|
|
1810
|
+
mintA3: string;
|
|
1811
|
+
mintA4: string;
|
|
1812
|
+
mintA5: string;
|
|
1813
|
+
mintA6: string;
|
|
1814
|
+
mintA7: string;
|
|
1815
|
+
mintA8: string;
|
|
1816
|
+
mintA9: string;
|
|
1817
|
+
mintA10: string;
|
|
1818
|
+
mintA11: string;
|
|
1819
|
+
mintA12: string;
|
|
1820
|
+
skyA1: string;
|
|
1821
|
+
skyA2: string;
|
|
1822
|
+
skyA3: string;
|
|
1823
|
+
skyA4: string;
|
|
1824
|
+
skyA5: string;
|
|
1825
|
+
skyA6: string;
|
|
1826
|
+
skyA7: string;
|
|
1827
|
+
skyA8: string;
|
|
1828
|
+
skyA9: string;
|
|
1829
|
+
skyA10: string;
|
|
1830
|
+
skyA11: string;
|
|
1831
|
+
skyA12: string;
|
|
1832
|
+
blueA1: string;
|
|
1833
|
+
blueA2: string;
|
|
1834
|
+
blueA3: string;
|
|
1835
|
+
blueA4: string;
|
|
1836
|
+
blueA5: string;
|
|
1837
|
+
blueA6: string;
|
|
1838
|
+
blueA7: string;
|
|
1839
|
+
blueA8: string;
|
|
1840
|
+
blueA9: string;
|
|
1841
|
+
blueA10: string;
|
|
1842
|
+
blueA11: string;
|
|
1843
|
+
blueA12: string;
|
|
1844
|
+
indigoA1: string;
|
|
1845
|
+
indigoA2: string;
|
|
1846
|
+
indigoA3: string;
|
|
1847
|
+
indigoA4: string;
|
|
1848
|
+
indigoA5: string;
|
|
1849
|
+
indigoA6: string;
|
|
1850
|
+
indigoA7: string;
|
|
1851
|
+
indigoA8: string;
|
|
1852
|
+
indigoA9: string;
|
|
1853
|
+
indigoA10: string;
|
|
1854
|
+
indigoA11: string;
|
|
1855
|
+
indigoA12: string;
|
|
1856
|
+
violetA1: string;
|
|
1857
|
+
violetA2: string;
|
|
1858
|
+
violetA3: string;
|
|
1859
|
+
violetA4: string;
|
|
1860
|
+
violetA5: string;
|
|
1861
|
+
violetA6: string;
|
|
1862
|
+
violetA7: string;
|
|
1863
|
+
violetA8: string;
|
|
1864
|
+
violetA9: string;
|
|
1865
|
+
violetA10: string;
|
|
1866
|
+
violetA11: string;
|
|
1867
|
+
violetA12: string;
|
|
1868
|
+
purpleA1: string;
|
|
1869
|
+
purpleA2: string;
|
|
1870
|
+
purpleA3: string;
|
|
1871
|
+
purpleA4: string;
|
|
1872
|
+
purpleA5: string;
|
|
1873
|
+
purpleA6: string;
|
|
1874
|
+
purpleA7: string;
|
|
1875
|
+
purpleA8: string;
|
|
1876
|
+
purpleA9: string;
|
|
1877
|
+
purpleA10: string;
|
|
1878
|
+
purpleA11: string;
|
|
1879
|
+
purpleA12: string;
|
|
1880
|
+
plumA1: string;
|
|
1881
|
+
plumA2: string;
|
|
1882
|
+
plumA3: string;
|
|
1883
|
+
plumA4: string;
|
|
1884
|
+
plumA5: string;
|
|
1885
|
+
plumA6: string;
|
|
1886
|
+
plumA7: string;
|
|
1887
|
+
plumA8: string;
|
|
1888
|
+
plumA9: string;
|
|
1889
|
+
plumA10: string;
|
|
1890
|
+
plumA11: string;
|
|
1891
|
+
plumA12: string;
|
|
1892
|
+
pinkA1: string;
|
|
1893
|
+
pinkA2: string;
|
|
1894
|
+
pinkA3: string;
|
|
1895
|
+
pinkA4: string;
|
|
1896
|
+
pinkA5: string;
|
|
1897
|
+
pinkA6: string;
|
|
1898
|
+
pinkA7: string;
|
|
1899
|
+
pinkA8: string;
|
|
1900
|
+
pinkA9: string;
|
|
1901
|
+
pinkA10: string;
|
|
1902
|
+
pinkA11: string;
|
|
1903
|
+
pinkA12: string;
|
|
1904
|
+
crimsonA1: string;
|
|
1905
|
+
crimsonA2: string;
|
|
1906
|
+
crimsonA3: string;
|
|
1907
|
+
crimsonA4: string;
|
|
1908
|
+
crimsonA5: string;
|
|
1909
|
+
crimsonA6: string;
|
|
1910
|
+
crimsonA7: string;
|
|
1911
|
+
crimsonA8: string;
|
|
1912
|
+
crimsonA9: string;
|
|
1913
|
+
crimsonA10: string;
|
|
1914
|
+
crimsonA11: string;
|
|
1915
|
+
crimsonA12: string;
|
|
1916
|
+
redA1: string;
|
|
1917
|
+
redA2: string;
|
|
1918
|
+
redA3: string;
|
|
1919
|
+
redA4: string;
|
|
1920
|
+
redA5: string;
|
|
1921
|
+
redA6: string;
|
|
1922
|
+
redA7: string;
|
|
1923
|
+
redA8: string;
|
|
1924
|
+
redA9: string;
|
|
1925
|
+
redA10: string;
|
|
1926
|
+
redA11: string;
|
|
1927
|
+
redA12: string;
|
|
1928
|
+
tomatoA1: string;
|
|
1929
|
+
tomatoA2: string;
|
|
1930
|
+
tomatoA3: string;
|
|
1931
|
+
tomatoA4: string;
|
|
1932
|
+
tomatoA5: string;
|
|
1933
|
+
tomatoA6: string;
|
|
1934
|
+
tomatoA7: string;
|
|
1935
|
+
tomatoA8: string;
|
|
1936
|
+
tomatoA9: string;
|
|
1937
|
+
tomatoA10: string;
|
|
1938
|
+
tomatoA11: string;
|
|
1939
|
+
tomatoA12: string;
|
|
1940
|
+
sandA1: string;
|
|
1941
|
+
sandA2: string;
|
|
1942
|
+
sandA3: string;
|
|
1943
|
+
sandA4: string;
|
|
1944
|
+
sandA5: string;
|
|
1945
|
+
sandA6: string;
|
|
1946
|
+
sandA7: string;
|
|
1947
|
+
sandA8: string;
|
|
1948
|
+
sandA9: string;
|
|
1949
|
+
sandA10: string;
|
|
1950
|
+
sandA11: string;
|
|
1951
|
+
sandA12: string;
|
|
1952
|
+
oliveA1: string;
|
|
1953
|
+
oliveA2: string;
|
|
1954
|
+
oliveA3: string;
|
|
1955
|
+
oliveA4: string;
|
|
1956
|
+
oliveA5: string;
|
|
1957
|
+
oliveA6: string;
|
|
1958
|
+
oliveA7: string;
|
|
1959
|
+
oliveA8: string;
|
|
1960
|
+
oliveA9: string;
|
|
1961
|
+
oliveA10: string;
|
|
1962
|
+
oliveA11: string;
|
|
1963
|
+
oliveA12: string;
|
|
1964
|
+
sageA1: string;
|
|
1965
|
+
sageA2: string;
|
|
1966
|
+
sageA3: string;
|
|
1967
|
+
sageA4: string;
|
|
1968
|
+
sageA5: string;
|
|
1969
|
+
sageA6: string;
|
|
1970
|
+
sageA7: string;
|
|
1971
|
+
sageA8: string;
|
|
1972
|
+
sageA9: string;
|
|
1973
|
+
sageA10: string;
|
|
1974
|
+
sageA11: string;
|
|
1975
|
+
sageA12: string;
|
|
1976
|
+
slateA1: string;
|
|
1977
|
+
slateA2: string;
|
|
1978
|
+
slateA3: string;
|
|
1979
|
+
slateA4: string;
|
|
1980
|
+
slateA5: string;
|
|
1981
|
+
slateA6: string;
|
|
1982
|
+
slateA7: string;
|
|
1983
|
+
slateA8: string;
|
|
1984
|
+
slateA9: string;
|
|
1985
|
+
slateA10: string;
|
|
1986
|
+
slateA11: string;
|
|
1987
|
+
slateA12: string;
|
|
1988
|
+
mauveA1: string;
|
|
1989
|
+
mauveA2: string;
|
|
1990
|
+
mauveA3: string;
|
|
1991
|
+
mauveA4: string;
|
|
1992
|
+
mauveA5: string;
|
|
1993
|
+
mauveA6: string;
|
|
1994
|
+
mauveA7: string;
|
|
1995
|
+
mauveA8: string;
|
|
1996
|
+
mauveA9: string;
|
|
1997
|
+
mauveA10: string;
|
|
1998
|
+
mauveA11: string;
|
|
1999
|
+
mauveA12: string;
|
|
2000
|
+
grayA1: string;
|
|
2001
|
+
grayA2: string;
|
|
2002
|
+
grayA3: string;
|
|
2003
|
+
grayA4: string;
|
|
2004
|
+
grayA5: string;
|
|
2005
|
+
grayA6: string;
|
|
2006
|
+
grayA7: string;
|
|
2007
|
+
grayA8: string;
|
|
2008
|
+
grayA9: string;
|
|
2009
|
+
grayA10: string;
|
|
2010
|
+
grayA11: string;
|
|
2011
|
+
grayA12: string;
|
|
2012
|
+
gold1: string;
|
|
2013
|
+
gold2: string;
|
|
2014
|
+
gold3: string;
|
|
2015
|
+
gold4: string;
|
|
2016
|
+
gold5: string;
|
|
2017
|
+
gold6: string;
|
|
2018
|
+
gold7: string;
|
|
2019
|
+
gold8: string;
|
|
2020
|
+
gold9: string;
|
|
2021
|
+
gold10: string;
|
|
2022
|
+
gold11: string;
|
|
2023
|
+
gold12: string;
|
|
2024
|
+
bronze1: string;
|
|
2025
|
+
bronze2: string;
|
|
2026
|
+
bronze3: string;
|
|
2027
|
+
bronze4: string;
|
|
2028
|
+
bronze5: string;
|
|
2029
|
+
bronze6: string;
|
|
2030
|
+
bronze7: string;
|
|
2031
|
+
bronze8: string;
|
|
2032
|
+
bronze9: string;
|
|
2033
|
+
bronze10: string;
|
|
2034
|
+
bronze11: string;
|
|
2035
|
+
bronze12: string;
|
|
2036
|
+
brown1: string;
|
|
2037
|
+
brown2: string;
|
|
2038
|
+
brown3: string;
|
|
2039
|
+
brown4: string;
|
|
2040
|
+
brown5: string;
|
|
2041
|
+
brown6: string;
|
|
2042
|
+
brown7: string;
|
|
2043
|
+
brown8: string;
|
|
2044
|
+
brown9: string;
|
|
2045
|
+
brown10: string;
|
|
2046
|
+
brown11: string;
|
|
2047
|
+
brown12: string;
|
|
2048
|
+
orange1: string;
|
|
2049
|
+
orange2: string;
|
|
2050
|
+
orange3: string;
|
|
2051
|
+
orange4: string;
|
|
2052
|
+
orange5: string;
|
|
2053
|
+
orange6: string;
|
|
2054
|
+
orange7: string;
|
|
2055
|
+
orange8: string;
|
|
2056
|
+
orange9: string;
|
|
2057
|
+
orange10: string;
|
|
2058
|
+
orange11: string;
|
|
2059
|
+
orange12: string;
|
|
2060
|
+
amber1: string;
|
|
2061
|
+
amber2: string;
|
|
2062
|
+
amber3: string;
|
|
2063
|
+
amber4: string;
|
|
2064
|
+
amber5: string;
|
|
2065
|
+
amber6: string;
|
|
2066
|
+
amber7: string;
|
|
2067
|
+
amber8: string;
|
|
2068
|
+
amber9: string;
|
|
2069
|
+
amber10: string;
|
|
2070
|
+
amber11: string;
|
|
2071
|
+
amber12: string;
|
|
2072
|
+
yellow1: string;
|
|
2073
|
+
yellow2: string;
|
|
2074
|
+
yellow3: string;
|
|
2075
|
+
yellow4: string;
|
|
2076
|
+
yellow5: string;
|
|
2077
|
+
yellow6: string;
|
|
2078
|
+
yellow7: string;
|
|
2079
|
+
yellow8: string;
|
|
2080
|
+
yellow9: string;
|
|
2081
|
+
yellow10: string;
|
|
2082
|
+
yellow11: string;
|
|
2083
|
+
yellow12: string;
|
|
2084
|
+
lime1: string;
|
|
2085
|
+
lime2: string;
|
|
2086
|
+
lime3: string;
|
|
2087
|
+
lime4: string;
|
|
2088
|
+
lime5: string;
|
|
2089
|
+
lime6: string;
|
|
2090
|
+
lime7: string;
|
|
2091
|
+
lime8: string;
|
|
2092
|
+
lime9: string;
|
|
2093
|
+
lime10: string;
|
|
2094
|
+
lime11: string;
|
|
2095
|
+
lime12: string;
|
|
2096
|
+
grass1: string;
|
|
2097
|
+
grass2: string;
|
|
2098
|
+
grass3: string;
|
|
2099
|
+
grass4: string;
|
|
2100
|
+
grass5: string;
|
|
2101
|
+
grass6: string;
|
|
2102
|
+
grass7: string;
|
|
2103
|
+
grass8: string;
|
|
2104
|
+
grass9: string;
|
|
2105
|
+
grass10: string;
|
|
2106
|
+
grass11: string;
|
|
2107
|
+
grass12: string;
|
|
2108
|
+
green1: string;
|
|
2109
|
+
green2: string;
|
|
2110
|
+
green3: string;
|
|
2111
|
+
green4: string;
|
|
2112
|
+
green5: string;
|
|
2113
|
+
green6: string;
|
|
2114
|
+
green7: string;
|
|
2115
|
+
green8: string;
|
|
2116
|
+
green9: string;
|
|
2117
|
+
green10: string;
|
|
2118
|
+
green11: string;
|
|
2119
|
+
green12: string;
|
|
2120
|
+
teal1: string;
|
|
2121
|
+
teal2: string;
|
|
2122
|
+
teal3: string;
|
|
2123
|
+
teal4: string;
|
|
2124
|
+
teal5: string;
|
|
2125
|
+
teal6: string;
|
|
2126
|
+
teal7: string;
|
|
2127
|
+
teal8: string;
|
|
2128
|
+
teal9: string;
|
|
2129
|
+
teal10: string;
|
|
2130
|
+
teal11: string;
|
|
2131
|
+
teal12: string;
|
|
2132
|
+
cyan1: string;
|
|
2133
|
+
cyan2: string;
|
|
2134
|
+
cyan3: string;
|
|
2135
|
+
cyan4: string;
|
|
2136
|
+
cyan5: string;
|
|
2137
|
+
cyan6: string;
|
|
2138
|
+
cyan7: string;
|
|
2139
|
+
cyan8: string;
|
|
2140
|
+
cyan9: string;
|
|
2141
|
+
cyan10: string;
|
|
2142
|
+
cyan11: string;
|
|
2143
|
+
cyan12: string;
|
|
2144
|
+
mint1: string;
|
|
2145
|
+
mint2: string;
|
|
2146
|
+
mint3: string;
|
|
2147
|
+
mint4: string;
|
|
2148
|
+
mint5: string;
|
|
2149
|
+
mint6: string;
|
|
2150
|
+
mint7: string;
|
|
2151
|
+
mint8: string;
|
|
2152
|
+
mint9: string;
|
|
2153
|
+
mint10: string;
|
|
2154
|
+
mint11: string;
|
|
2155
|
+
mint12: string;
|
|
2156
|
+
sky1: string;
|
|
2157
|
+
sky2: string;
|
|
2158
|
+
sky3: string;
|
|
2159
|
+
sky4: string;
|
|
2160
|
+
sky5: string;
|
|
2161
|
+
sky6: string;
|
|
2162
|
+
sky7: string;
|
|
2163
|
+
sky8: string;
|
|
2164
|
+
sky9: string;
|
|
2165
|
+
sky10: string;
|
|
2166
|
+
sky11: string;
|
|
2167
|
+
sky12: string;
|
|
2168
|
+
blue1: string;
|
|
2169
|
+
blue2: string;
|
|
2170
|
+
blue3: string;
|
|
2171
|
+
blue4: string;
|
|
2172
|
+
blue5: string;
|
|
2173
|
+
blue6: string;
|
|
2174
|
+
blue7: string;
|
|
2175
|
+
blue8: string;
|
|
2176
|
+
blue9: string;
|
|
2177
|
+
blue10: string;
|
|
2178
|
+
blue11: string;
|
|
2179
|
+
blue12: string;
|
|
2180
|
+
indigo1: string;
|
|
2181
|
+
indigo2: string;
|
|
2182
|
+
indigo3: string;
|
|
2183
|
+
indigo4: string;
|
|
2184
|
+
indigo5: string;
|
|
2185
|
+
indigo6: string;
|
|
2186
|
+
indigo7: string;
|
|
2187
|
+
indigo8: string;
|
|
2188
|
+
indigo9: string;
|
|
2189
|
+
indigo10: string;
|
|
2190
|
+
indigo11: string;
|
|
2191
|
+
indigo12: string;
|
|
2192
|
+
violet1: string;
|
|
2193
|
+
violet2: string;
|
|
2194
|
+
violet3: string;
|
|
2195
|
+
violet4: string;
|
|
2196
|
+
violet5: string;
|
|
2197
|
+
violet6: string;
|
|
2198
|
+
violet7: string;
|
|
2199
|
+
violet8: string;
|
|
2200
|
+
violet9: string;
|
|
2201
|
+
violet10: string;
|
|
2202
|
+
violet11: string;
|
|
2203
|
+
violet12: string;
|
|
2204
|
+
purple1: string;
|
|
2205
|
+
purple2: string;
|
|
2206
|
+
purple3: string;
|
|
2207
|
+
purple4: string;
|
|
2208
|
+
purple5: string;
|
|
2209
|
+
purple6: string;
|
|
2210
|
+
purple7: string;
|
|
2211
|
+
purple8: string;
|
|
2212
|
+
purple9: string;
|
|
2213
|
+
purple10: string;
|
|
2214
|
+
purple11: string;
|
|
2215
|
+
purple12: string;
|
|
2216
|
+
plum1: string;
|
|
2217
|
+
plum2: string;
|
|
2218
|
+
plum3: string;
|
|
2219
|
+
plum4: string;
|
|
2220
|
+
plum5: string;
|
|
2221
|
+
plum6: string;
|
|
2222
|
+
plum7: string;
|
|
2223
|
+
plum8: string;
|
|
2224
|
+
plum9: string;
|
|
2225
|
+
plum10: string;
|
|
2226
|
+
plum11: string;
|
|
2227
|
+
plum12: string;
|
|
2228
|
+
pink1: string;
|
|
2229
|
+
pink2: string;
|
|
2230
|
+
pink3: string;
|
|
2231
|
+
pink4: string;
|
|
2232
|
+
pink5: string;
|
|
2233
|
+
pink6: string;
|
|
2234
|
+
pink7: string;
|
|
2235
|
+
pink8: string;
|
|
2236
|
+
pink9: string;
|
|
2237
|
+
pink10: string;
|
|
2238
|
+
pink11: string;
|
|
2239
|
+
pink12: string;
|
|
2240
|
+
crimson1: string;
|
|
2241
|
+
crimson2: string;
|
|
2242
|
+
crimson3: string;
|
|
2243
|
+
crimson4: string;
|
|
2244
|
+
crimson5: string;
|
|
2245
|
+
crimson6: string;
|
|
2246
|
+
crimson7: string;
|
|
2247
|
+
crimson8: string;
|
|
2248
|
+
crimson9: string;
|
|
2249
|
+
crimson10: string;
|
|
2250
|
+
crimson11: string;
|
|
2251
|
+
crimson12: string;
|
|
2252
|
+
red1: string;
|
|
2253
|
+
red2: string;
|
|
2254
|
+
red3: string;
|
|
2255
|
+
red4: string;
|
|
2256
|
+
red5: string;
|
|
2257
|
+
red6: string;
|
|
2258
|
+
red7: string;
|
|
2259
|
+
red8: string;
|
|
2260
|
+
red9: string;
|
|
2261
|
+
red10: string;
|
|
2262
|
+
red11: string;
|
|
2263
|
+
red12: string;
|
|
2264
|
+
tomato1: string;
|
|
2265
|
+
tomato2: string;
|
|
2266
|
+
tomato3: string;
|
|
2267
|
+
tomato4: string;
|
|
2268
|
+
tomato5: string;
|
|
2269
|
+
tomato6: string;
|
|
2270
|
+
tomato7: string;
|
|
2271
|
+
tomato8: string;
|
|
2272
|
+
tomato9: string;
|
|
2273
|
+
tomato10: string;
|
|
2274
|
+
tomato11: string;
|
|
2275
|
+
tomato12: string;
|
|
2276
|
+
sand1: string;
|
|
2277
|
+
sand2: string;
|
|
2278
|
+
sand3: string;
|
|
2279
|
+
sand4: string;
|
|
2280
|
+
sand5: string;
|
|
2281
|
+
sand6: string;
|
|
2282
|
+
sand7: string;
|
|
2283
|
+
sand8: string;
|
|
2284
|
+
sand9: string;
|
|
2285
|
+
sand10: string;
|
|
2286
|
+
sand11: string;
|
|
2287
|
+
sand12: string;
|
|
2288
|
+
olive1: string;
|
|
2289
|
+
olive2: string;
|
|
2290
|
+
olive3: string;
|
|
2291
|
+
olive4: string;
|
|
2292
|
+
olive5: string;
|
|
2293
|
+
olive6: string;
|
|
2294
|
+
olive7: string;
|
|
2295
|
+
olive8: string;
|
|
2296
|
+
olive9: string;
|
|
2297
|
+
olive10: string;
|
|
2298
|
+
olive11: string;
|
|
2299
|
+
olive12: string;
|
|
2300
|
+
sage1: string;
|
|
2301
|
+
sage2: string;
|
|
2302
|
+
sage3: string;
|
|
2303
|
+
sage4: string;
|
|
2304
|
+
sage5: string;
|
|
2305
|
+
sage6: string;
|
|
2306
|
+
sage7: string;
|
|
2307
|
+
sage8: string;
|
|
2308
|
+
sage9: string;
|
|
2309
|
+
sage10: string;
|
|
2310
|
+
sage11: string;
|
|
2311
|
+
sage12: string;
|
|
2312
|
+
slate1: string;
|
|
2313
|
+
slate2: string;
|
|
2314
|
+
slate3: string;
|
|
2315
|
+
slate4: string;
|
|
2316
|
+
slate5: string;
|
|
2317
|
+
slate6: string;
|
|
2318
|
+
slate7: string;
|
|
2319
|
+
slate8: string;
|
|
2320
|
+
slate9: string;
|
|
2321
|
+
slate10: string;
|
|
2322
|
+
slate11: string;
|
|
2323
|
+
slate12: string;
|
|
2324
|
+
mauve1: string;
|
|
2325
|
+
mauve2: string;
|
|
2326
|
+
mauve3: string;
|
|
2327
|
+
mauve4: string;
|
|
2328
|
+
mauve5: string;
|
|
2329
|
+
mauve6: string;
|
|
2330
|
+
mauve7: string;
|
|
2331
|
+
mauve8: string;
|
|
2332
|
+
mauve9: string;
|
|
2333
|
+
mauve10: string;
|
|
2334
|
+
mauve11: string;
|
|
2335
|
+
mauve12: string;
|
|
2336
|
+
gray1: string;
|
|
2337
|
+
gray2: string;
|
|
2338
|
+
gray3: string;
|
|
2339
|
+
gray4: string;
|
|
2340
|
+
gray5: string;
|
|
2341
|
+
gray6: string;
|
|
2342
|
+
gray7: string;
|
|
2343
|
+
gray8: string;
|
|
2344
|
+
gray9: string;
|
|
2345
|
+
gray10: string;
|
|
2346
|
+
gray11: string;
|
|
2347
|
+
gray12: string;
|
|
2348
|
+
};
|
|
2349
|
+
shadows: {
|
|
2350
|
+
subtle: string;
|
|
2351
|
+
sm: string;
|
|
2352
|
+
focusRing: string;
|
|
2353
|
+
focusRingError: string;
|
|
2354
|
+
focusRingValid: string;
|
|
2355
|
+
};
|
|
2356
|
+
fonts: {
|
|
2357
|
+
sans: string;
|
|
2358
|
+
};
|
|
2359
|
+
fontWeights: {
|
|
2360
|
+
regular: number;
|
|
2361
|
+
medium: number;
|
|
2362
|
+
semibold: number;
|
|
2363
|
+
bold: number;
|
|
2364
|
+
heavy: number;
|
|
2365
|
+
};
|
|
2366
|
+
fontSizes: {
|
|
2367
|
+
1: string;
|
|
2368
|
+
2: string;
|
|
2369
|
+
3: string;
|
|
2370
|
+
4: string;
|
|
2371
|
+
5: string;
|
|
2372
|
+
6: string;
|
|
2373
|
+
7: string;
|
|
2374
|
+
8: string;
|
|
2375
|
+
9: string;
|
|
2376
|
+
10: string;
|
|
2377
|
+
11: string;
|
|
2378
|
+
12: string;
|
|
2379
|
+
13: string;
|
|
2380
|
+
14: string;
|
|
2381
|
+
};
|
|
2382
|
+
lineHeights: {
|
|
2383
|
+
normal: string;
|
|
2384
|
+
none: number;
|
|
2385
|
+
shorter: number;
|
|
2386
|
+
short: number;
|
|
2387
|
+
base: number;
|
|
2388
|
+
tall: number;
|
|
2389
|
+
taller: string;
|
|
2390
|
+
"3": string;
|
|
2391
|
+
"4": string;
|
|
2392
|
+
"5": string;
|
|
2393
|
+
"6": string;
|
|
2394
|
+
"7": string;
|
|
2395
|
+
"8": string;
|
|
2396
|
+
"9": string;
|
|
2397
|
+
"10": string;
|
|
2398
|
+
};
|
|
2399
|
+
space: {
|
|
2400
|
+
px: string;
|
|
2401
|
+
0: string;
|
|
2402
|
+
1: string;
|
|
2403
|
+
2: string;
|
|
2404
|
+
3: string;
|
|
2405
|
+
4: string;
|
|
2406
|
+
5: string;
|
|
2407
|
+
6: string;
|
|
2408
|
+
7: string;
|
|
2409
|
+
8: string;
|
|
2410
|
+
9: string;
|
|
2411
|
+
10: string;
|
|
2412
|
+
11: string;
|
|
2413
|
+
12: string;
|
|
2414
|
+
14: string;
|
|
2415
|
+
16: string;
|
|
2416
|
+
20: string;
|
|
2417
|
+
24: string;
|
|
2418
|
+
28: string;
|
|
2419
|
+
32: string;
|
|
2420
|
+
36: string;
|
|
2421
|
+
40: string;
|
|
2422
|
+
44: string;
|
|
2423
|
+
48: string;
|
|
2424
|
+
52: string;
|
|
2425
|
+
56: string;
|
|
2426
|
+
60: string;
|
|
2427
|
+
64: string;
|
|
2428
|
+
72: string;
|
|
2429
|
+
80: string;
|
|
2430
|
+
96: string;
|
|
2431
|
+
};
|
|
2432
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | {
|
|
2433
|
+
[name: string]: unknown;
|
|
2434
|
+
})[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
|
|
2435
|
+
xs: "(min-width: 320px)";
|
|
2436
|
+
sm: "(min-width: 425px)";
|
|
2437
|
+
md: "(min-width: 768px)";
|
|
2438
|
+
lg: "(min-width: 1204px)";
|
|
2439
|
+
xl: "(min-width: 1440px)";
|
|
2440
|
+
"2xl": "(min-width: 1536px)";
|
|
2441
|
+
motion: "(prefers-reduced-motion)";
|
|
2442
|
+
hover: "(any-hover: hover)";
|
|
2443
|
+
dark: "(prefers-color-scheme: dark)";
|
|
2444
|
+
light: "(prefers-color-scheme: light)";
|
|
2445
|
+
}, {
|
|
2446
|
+
colors: {
|
|
2447
|
+
primary: string;
|
|
2448
|
+
blackA1: string;
|
|
2449
|
+
blackA2: string;
|
|
2450
|
+
blackA3: string;
|
|
2451
|
+
blackA4: string;
|
|
2452
|
+
blackA5: string;
|
|
2453
|
+
blackA6: string;
|
|
2454
|
+
blackA7: string;
|
|
2455
|
+
blackA8: string;
|
|
2456
|
+
blackA9: string;
|
|
2457
|
+
blackA10: string;
|
|
2458
|
+
blackA11: string;
|
|
2459
|
+
blackA12: string;
|
|
2460
|
+
whiteA1: string;
|
|
2461
|
+
whiteA2: string;
|
|
2462
|
+
whiteA3: string;
|
|
2463
|
+
whiteA4: string;
|
|
2464
|
+
whiteA5: string;
|
|
2465
|
+
whiteA6: string;
|
|
2466
|
+
whiteA7: string;
|
|
2467
|
+
whiteA8: string;
|
|
2468
|
+
whiteA9: string;
|
|
2469
|
+
whiteA10: string;
|
|
2470
|
+
whiteA11: string;
|
|
2471
|
+
whiteA12: string;
|
|
2472
|
+
goldA1: string;
|
|
2473
|
+
goldA2: string;
|
|
2474
|
+
goldA3: string;
|
|
2475
|
+
goldA4: string;
|
|
2476
|
+
goldA5: string;
|
|
2477
|
+
goldA6: string;
|
|
2478
|
+
goldA7: string;
|
|
2479
|
+
goldA8: string;
|
|
2480
|
+
goldA9: string;
|
|
2481
|
+
goldA10: string;
|
|
2482
|
+
goldA11: string;
|
|
2483
|
+
goldA12: string;
|
|
2484
|
+
bronzeA1: string;
|
|
2485
|
+
bronzeA2: string;
|
|
2486
|
+
bronzeA3: string;
|
|
2487
|
+
bronzeA4: string;
|
|
2488
|
+
bronzeA5: string;
|
|
2489
|
+
bronzeA6: string;
|
|
2490
|
+
bronzeA7: string;
|
|
2491
|
+
bronzeA8: string;
|
|
2492
|
+
bronzeA9: string;
|
|
2493
|
+
bronzeA10: string;
|
|
2494
|
+
bronzeA11: string;
|
|
2495
|
+
bronzeA12: string;
|
|
2496
|
+
brownA1: string;
|
|
2497
|
+
brownA2: string;
|
|
2498
|
+
brownA3: string;
|
|
2499
|
+
brownA4: string;
|
|
2500
|
+
brownA5: string;
|
|
2501
|
+
brownA6: string;
|
|
2502
|
+
brownA7: string;
|
|
2503
|
+
brownA8: string;
|
|
2504
|
+
brownA9: string;
|
|
2505
|
+
brownA10: string;
|
|
2506
|
+
brownA11: string;
|
|
2507
|
+
brownA12: string;
|
|
2508
|
+
orangeA1: string;
|
|
2509
|
+
orangeA2: string;
|
|
2510
|
+
orangeA3: string;
|
|
2511
|
+
orangeA4: string;
|
|
2512
|
+
orangeA5: string;
|
|
2513
|
+
orangeA6: string;
|
|
2514
|
+
orangeA7: string;
|
|
2515
|
+
orangeA8: string;
|
|
2516
|
+
orangeA9: string;
|
|
2517
|
+
orangeA10: string;
|
|
2518
|
+
orangeA11: string;
|
|
2519
|
+
orangeA12: string;
|
|
2520
|
+
amberA1: string;
|
|
2521
|
+
amberA2: string;
|
|
2522
|
+
amberA3: string;
|
|
2523
|
+
amberA4: string;
|
|
2524
|
+
amberA5: string;
|
|
2525
|
+
amberA6: string;
|
|
2526
|
+
amberA7: string;
|
|
2527
|
+
amberA8: string;
|
|
2528
|
+
amberA9: string;
|
|
2529
|
+
amberA10: string;
|
|
2530
|
+
amberA11: string;
|
|
2531
|
+
amberA12: string;
|
|
2532
|
+
yellowA1: string;
|
|
2533
|
+
yellowA2: string;
|
|
2534
|
+
yellowA3: string;
|
|
2535
|
+
yellowA4: string;
|
|
2536
|
+
yellowA5: string;
|
|
2537
|
+
yellowA6: string;
|
|
2538
|
+
yellowA7: string;
|
|
2539
|
+
yellowA8: string;
|
|
2540
|
+
yellowA9: string;
|
|
2541
|
+
yellowA10: string;
|
|
2542
|
+
yellowA11: string;
|
|
2543
|
+
yellowA12: string;
|
|
2544
|
+
limeA1: string;
|
|
2545
|
+
limeA2: string;
|
|
2546
|
+
limeA3: string;
|
|
2547
|
+
limeA4: string;
|
|
2548
|
+
limeA5: string;
|
|
2549
|
+
limeA6: string;
|
|
2550
|
+
limeA7: string;
|
|
2551
|
+
limeA8: string;
|
|
2552
|
+
limeA9: string;
|
|
2553
|
+
limeA10: string;
|
|
2554
|
+
limeA11: string;
|
|
2555
|
+
limeA12: string;
|
|
2556
|
+
grassA1: string;
|
|
2557
|
+
grassA2: string;
|
|
2558
|
+
grassA3: string;
|
|
2559
|
+
grassA4: string;
|
|
2560
|
+
grassA5: string;
|
|
2561
|
+
grassA6: string;
|
|
2562
|
+
grassA7: string;
|
|
2563
|
+
grassA8: string;
|
|
2564
|
+
grassA9: string;
|
|
2565
|
+
grassA10: string;
|
|
2566
|
+
grassA11: string;
|
|
2567
|
+
grassA12: string;
|
|
2568
|
+
greenA1: string;
|
|
2569
|
+
greenA2: string;
|
|
2570
|
+
greenA3: string;
|
|
2571
|
+
greenA4: string;
|
|
2572
|
+
greenA5: string;
|
|
2573
|
+
greenA6: string;
|
|
2574
|
+
greenA7: string;
|
|
2575
|
+
greenA8: string;
|
|
2576
|
+
greenA9: string;
|
|
2577
|
+
greenA10: string;
|
|
2578
|
+
greenA11: string;
|
|
2579
|
+
greenA12: string;
|
|
2580
|
+
tealA1: string;
|
|
2581
|
+
tealA2: string;
|
|
2582
|
+
tealA3: string;
|
|
2583
|
+
tealA4: string;
|
|
2584
|
+
tealA5: string;
|
|
2585
|
+
tealA6: string;
|
|
2586
|
+
tealA7: string;
|
|
2587
|
+
tealA8: string;
|
|
2588
|
+
tealA9: string;
|
|
2589
|
+
tealA10: string;
|
|
2590
|
+
tealA11: string;
|
|
2591
|
+
tealA12: string;
|
|
2592
|
+
cyanA1: string;
|
|
2593
|
+
cyanA2: string;
|
|
2594
|
+
cyanA3: string;
|
|
2595
|
+
cyanA4: string;
|
|
2596
|
+
cyanA5: string;
|
|
2597
|
+
cyanA6: string;
|
|
2598
|
+
cyanA7: string;
|
|
2599
|
+
cyanA8: string;
|
|
2600
|
+
cyanA9: string;
|
|
2601
|
+
cyanA10: string;
|
|
2602
|
+
cyanA11: string;
|
|
2603
|
+
cyanA12: string;
|
|
2604
|
+
mintA1: string;
|
|
2605
|
+
mintA2: string;
|
|
2606
|
+
mintA3: string;
|
|
2607
|
+
mintA4: string;
|
|
2608
|
+
mintA5: string;
|
|
2609
|
+
mintA6: string;
|
|
2610
|
+
mintA7: string;
|
|
2611
|
+
mintA8: string;
|
|
2612
|
+
mintA9: string;
|
|
2613
|
+
mintA10: string;
|
|
2614
|
+
mintA11: string;
|
|
2615
|
+
mintA12: string;
|
|
2616
|
+
skyA1: string;
|
|
2617
|
+
skyA2: string;
|
|
2618
|
+
skyA3: string;
|
|
2619
|
+
skyA4: string;
|
|
2620
|
+
skyA5: string;
|
|
2621
|
+
skyA6: string;
|
|
2622
|
+
skyA7: string;
|
|
2623
|
+
skyA8: string;
|
|
2624
|
+
skyA9: string;
|
|
2625
|
+
skyA10: string;
|
|
2626
|
+
skyA11: string;
|
|
2627
|
+
skyA12: string;
|
|
2628
|
+
blueA1: string;
|
|
2629
|
+
blueA2: string;
|
|
2630
|
+
blueA3: string;
|
|
2631
|
+
blueA4: string;
|
|
2632
|
+
blueA5: string;
|
|
2633
|
+
blueA6: string;
|
|
2634
|
+
blueA7: string;
|
|
2635
|
+
blueA8: string;
|
|
2636
|
+
blueA9: string;
|
|
2637
|
+
blueA10: string;
|
|
2638
|
+
blueA11: string;
|
|
2639
|
+
blueA12: string;
|
|
2640
|
+
indigoA1: string;
|
|
2641
|
+
indigoA2: string;
|
|
2642
|
+
indigoA3: string;
|
|
2643
|
+
indigoA4: string;
|
|
2644
|
+
indigoA5: string;
|
|
2645
|
+
indigoA6: string;
|
|
2646
|
+
indigoA7: string;
|
|
2647
|
+
indigoA8: string;
|
|
2648
|
+
indigoA9: string;
|
|
2649
|
+
indigoA10: string;
|
|
2650
|
+
indigoA11: string;
|
|
2651
|
+
indigoA12: string;
|
|
2652
|
+
violetA1: string;
|
|
2653
|
+
violetA2: string;
|
|
2654
|
+
violetA3: string;
|
|
2655
|
+
violetA4: string;
|
|
2656
|
+
violetA5: string;
|
|
2657
|
+
violetA6: string;
|
|
2658
|
+
violetA7: string;
|
|
2659
|
+
violetA8: string;
|
|
2660
|
+
violetA9: string;
|
|
2661
|
+
violetA10: string;
|
|
2662
|
+
violetA11: string;
|
|
2663
|
+
violetA12: string;
|
|
2664
|
+
purpleA1: string;
|
|
2665
|
+
purpleA2: string;
|
|
2666
|
+
purpleA3: string;
|
|
2667
|
+
purpleA4: string;
|
|
2668
|
+
purpleA5: string;
|
|
2669
|
+
purpleA6: string;
|
|
2670
|
+
purpleA7: string;
|
|
2671
|
+
purpleA8: string;
|
|
2672
|
+
purpleA9: string;
|
|
2673
|
+
purpleA10: string;
|
|
2674
|
+
purpleA11: string;
|
|
2675
|
+
purpleA12: string;
|
|
2676
|
+
plumA1: string;
|
|
2677
|
+
plumA2: string;
|
|
2678
|
+
plumA3: string;
|
|
2679
|
+
plumA4: string;
|
|
2680
|
+
plumA5: string;
|
|
2681
|
+
plumA6: string;
|
|
2682
|
+
plumA7: string;
|
|
2683
|
+
plumA8: string;
|
|
2684
|
+
plumA9: string;
|
|
2685
|
+
plumA10: string;
|
|
2686
|
+
plumA11: string;
|
|
2687
|
+
plumA12: string;
|
|
2688
|
+
pinkA1: string;
|
|
2689
|
+
pinkA2: string;
|
|
2690
|
+
pinkA3: string;
|
|
2691
|
+
pinkA4: string;
|
|
2692
|
+
pinkA5: string;
|
|
2693
|
+
pinkA6: string;
|
|
2694
|
+
pinkA7: string;
|
|
2695
|
+
pinkA8: string;
|
|
2696
|
+
pinkA9: string;
|
|
2697
|
+
pinkA10: string;
|
|
2698
|
+
pinkA11: string;
|
|
2699
|
+
pinkA12: string;
|
|
2700
|
+
crimsonA1: string;
|
|
2701
|
+
crimsonA2: string;
|
|
2702
|
+
crimsonA3: string;
|
|
2703
|
+
crimsonA4: string;
|
|
2704
|
+
crimsonA5: string;
|
|
2705
|
+
crimsonA6: string;
|
|
2706
|
+
crimsonA7: string;
|
|
2707
|
+
crimsonA8: string;
|
|
2708
|
+
crimsonA9: string;
|
|
2709
|
+
crimsonA10: string;
|
|
2710
|
+
crimsonA11: string;
|
|
2711
|
+
crimsonA12: string;
|
|
2712
|
+
redA1: string;
|
|
2713
|
+
redA2: string;
|
|
2714
|
+
redA3: string;
|
|
2715
|
+
redA4: string;
|
|
2716
|
+
redA5: string;
|
|
2717
|
+
redA6: string;
|
|
2718
|
+
redA7: string;
|
|
2719
|
+
redA8: string;
|
|
2720
|
+
redA9: string;
|
|
2721
|
+
redA10: string;
|
|
2722
|
+
redA11: string;
|
|
2723
|
+
redA12: string;
|
|
2724
|
+
tomatoA1: string;
|
|
2725
|
+
tomatoA2: string;
|
|
2726
|
+
tomatoA3: string;
|
|
2727
|
+
tomatoA4: string;
|
|
2728
|
+
tomatoA5: string;
|
|
2729
|
+
tomatoA6: string;
|
|
2730
|
+
tomatoA7: string;
|
|
2731
|
+
tomatoA8: string;
|
|
2732
|
+
tomatoA9: string;
|
|
2733
|
+
tomatoA10: string;
|
|
2734
|
+
tomatoA11: string;
|
|
2735
|
+
tomatoA12: string;
|
|
2736
|
+
sandA1: string;
|
|
2737
|
+
sandA2: string;
|
|
2738
|
+
sandA3: string;
|
|
2739
|
+
sandA4: string;
|
|
2740
|
+
sandA5: string;
|
|
2741
|
+
sandA6: string;
|
|
2742
|
+
sandA7: string;
|
|
2743
|
+
sandA8: string;
|
|
2744
|
+
sandA9: string;
|
|
2745
|
+
sandA10: string;
|
|
2746
|
+
sandA11: string;
|
|
2747
|
+
sandA12: string;
|
|
2748
|
+
oliveA1: string;
|
|
2749
|
+
oliveA2: string;
|
|
2750
|
+
oliveA3: string;
|
|
2751
|
+
oliveA4: string;
|
|
2752
|
+
oliveA5: string;
|
|
2753
|
+
oliveA6: string;
|
|
2754
|
+
oliveA7: string;
|
|
2755
|
+
oliveA8: string;
|
|
2756
|
+
oliveA9: string;
|
|
2757
|
+
oliveA10: string;
|
|
2758
|
+
oliveA11: string;
|
|
2759
|
+
oliveA12: string;
|
|
2760
|
+
sageA1: string;
|
|
2761
|
+
sageA2: string;
|
|
2762
|
+
sageA3: string;
|
|
2763
|
+
sageA4: string;
|
|
2764
|
+
sageA5: string;
|
|
2765
|
+
sageA6: string;
|
|
2766
|
+
sageA7: string;
|
|
2767
|
+
sageA8: string;
|
|
2768
|
+
sageA9: string;
|
|
2769
|
+
sageA10: string;
|
|
2770
|
+
sageA11: string;
|
|
2771
|
+
sageA12: string;
|
|
2772
|
+
slateA1: string;
|
|
2773
|
+
slateA2: string;
|
|
2774
|
+
slateA3: string;
|
|
2775
|
+
slateA4: string;
|
|
2776
|
+
slateA5: string;
|
|
2777
|
+
slateA6: string;
|
|
2778
|
+
slateA7: string;
|
|
2779
|
+
slateA8: string;
|
|
2780
|
+
slateA9: string;
|
|
2781
|
+
slateA10: string;
|
|
2782
|
+
slateA11: string;
|
|
2783
|
+
slateA12: string;
|
|
2784
|
+
mauveA1: string;
|
|
2785
|
+
mauveA2: string;
|
|
2786
|
+
mauveA3: string;
|
|
2787
|
+
mauveA4: string;
|
|
2788
|
+
mauveA5: string;
|
|
2789
|
+
mauveA6: string;
|
|
2790
|
+
mauveA7: string;
|
|
2791
|
+
mauveA8: string;
|
|
2792
|
+
mauveA9: string;
|
|
2793
|
+
mauveA10: string;
|
|
2794
|
+
mauveA11: string;
|
|
2795
|
+
mauveA12: string;
|
|
2796
|
+
grayA1: string;
|
|
2797
|
+
grayA2: string;
|
|
2798
|
+
grayA3: string;
|
|
2799
|
+
grayA4: string;
|
|
2800
|
+
grayA5: string;
|
|
2801
|
+
grayA6: string;
|
|
2802
|
+
grayA7: string;
|
|
2803
|
+
grayA8: string;
|
|
2804
|
+
grayA9: string;
|
|
2805
|
+
grayA10: string;
|
|
2806
|
+
grayA11: string;
|
|
2807
|
+
grayA12: string;
|
|
2808
|
+
gold1: string;
|
|
2809
|
+
gold2: string;
|
|
2810
|
+
gold3: string;
|
|
2811
|
+
gold4: string;
|
|
2812
|
+
gold5: string;
|
|
2813
|
+
gold6: string;
|
|
2814
|
+
gold7: string;
|
|
2815
|
+
gold8: string;
|
|
2816
|
+
gold9: string;
|
|
2817
|
+
gold10: string;
|
|
2818
|
+
gold11: string;
|
|
2819
|
+
gold12: string;
|
|
2820
|
+
bronze1: string;
|
|
2821
|
+
bronze2: string;
|
|
2822
|
+
bronze3: string;
|
|
2823
|
+
bronze4: string;
|
|
2824
|
+
bronze5: string;
|
|
2825
|
+
bronze6: string;
|
|
2826
|
+
bronze7: string;
|
|
2827
|
+
bronze8: string;
|
|
2828
|
+
bronze9: string;
|
|
2829
|
+
bronze10: string;
|
|
2830
|
+
bronze11: string;
|
|
2831
|
+
bronze12: string;
|
|
2832
|
+
brown1: string;
|
|
2833
|
+
brown2: string;
|
|
2834
|
+
brown3: string;
|
|
2835
|
+
brown4: string;
|
|
2836
|
+
brown5: string;
|
|
2837
|
+
brown6: string;
|
|
2838
|
+
brown7: string;
|
|
2839
|
+
brown8: string;
|
|
2840
|
+
brown9: string;
|
|
2841
|
+
brown10: string;
|
|
2842
|
+
brown11: string;
|
|
2843
|
+
brown12: string;
|
|
2844
|
+
orange1: string;
|
|
2845
|
+
orange2: string;
|
|
2846
|
+
orange3: string;
|
|
2847
|
+
orange4: string;
|
|
2848
|
+
orange5: string;
|
|
2849
|
+
orange6: string;
|
|
2850
|
+
orange7: string;
|
|
2851
|
+
orange8: string;
|
|
2852
|
+
orange9: string;
|
|
2853
|
+
orange10: string;
|
|
2854
|
+
orange11: string;
|
|
2855
|
+
orange12: string;
|
|
2856
|
+
amber1: string;
|
|
2857
|
+
amber2: string;
|
|
2858
|
+
amber3: string;
|
|
2859
|
+
amber4: string;
|
|
2860
|
+
amber5: string;
|
|
2861
|
+
amber6: string;
|
|
2862
|
+
amber7: string;
|
|
2863
|
+
amber8: string;
|
|
2864
|
+
amber9: string;
|
|
2865
|
+
amber10: string;
|
|
2866
|
+
amber11: string;
|
|
2867
|
+
amber12: string;
|
|
2868
|
+
yellow1: string;
|
|
2869
|
+
yellow2: string;
|
|
2870
|
+
yellow3: string;
|
|
2871
|
+
yellow4: string;
|
|
2872
|
+
yellow5: string;
|
|
2873
|
+
yellow6: string;
|
|
2874
|
+
yellow7: string;
|
|
2875
|
+
yellow8: string;
|
|
2876
|
+
yellow9: string;
|
|
2877
|
+
yellow10: string;
|
|
2878
|
+
yellow11: string;
|
|
2879
|
+
yellow12: string;
|
|
2880
|
+
lime1: string;
|
|
2881
|
+
lime2: string;
|
|
2882
|
+
lime3: string;
|
|
2883
|
+
lime4: string;
|
|
2884
|
+
lime5: string;
|
|
2885
|
+
lime6: string;
|
|
2886
|
+
lime7: string;
|
|
2887
|
+
lime8: string;
|
|
2888
|
+
lime9: string;
|
|
2889
|
+
lime10: string;
|
|
2890
|
+
lime11: string;
|
|
2891
|
+
lime12: string;
|
|
2892
|
+
grass1: string;
|
|
2893
|
+
grass2: string;
|
|
2894
|
+
grass3: string;
|
|
2895
|
+
grass4: string;
|
|
2896
|
+
grass5: string;
|
|
2897
|
+
grass6: string;
|
|
2898
|
+
grass7: string;
|
|
2899
|
+
grass8: string;
|
|
2900
|
+
grass9: string;
|
|
2901
|
+
grass10: string;
|
|
2902
|
+
grass11: string;
|
|
2903
|
+
grass12: string;
|
|
2904
|
+
green1: string;
|
|
2905
|
+
green2: string;
|
|
2906
|
+
green3: string;
|
|
2907
|
+
green4: string;
|
|
2908
|
+
green5: string;
|
|
2909
|
+
green6: string;
|
|
2910
|
+
green7: string;
|
|
2911
|
+
green8: string;
|
|
2912
|
+
green9: string;
|
|
2913
|
+
green10: string;
|
|
2914
|
+
green11: string;
|
|
2915
|
+
green12: string;
|
|
2916
|
+
teal1: string;
|
|
2917
|
+
teal2: string;
|
|
2918
|
+
teal3: string;
|
|
2919
|
+
teal4: string;
|
|
2920
|
+
teal5: string;
|
|
2921
|
+
teal6: string;
|
|
2922
|
+
teal7: string;
|
|
2923
|
+
teal8: string;
|
|
2924
|
+
teal9: string;
|
|
2925
|
+
teal10: string;
|
|
2926
|
+
teal11: string;
|
|
2927
|
+
teal12: string;
|
|
2928
|
+
cyan1: string;
|
|
2929
|
+
cyan2: string;
|
|
2930
|
+
cyan3: string;
|
|
2931
|
+
cyan4: string;
|
|
2932
|
+
cyan5: string;
|
|
2933
|
+
cyan6: string;
|
|
2934
|
+
cyan7: string;
|
|
2935
|
+
cyan8: string;
|
|
2936
|
+
cyan9: string;
|
|
2937
|
+
cyan10: string;
|
|
2938
|
+
cyan11: string;
|
|
2939
|
+
cyan12: string;
|
|
2940
|
+
mint1: string;
|
|
2941
|
+
mint2: string;
|
|
2942
|
+
mint3: string;
|
|
2943
|
+
mint4: string;
|
|
2944
|
+
mint5: string;
|
|
2945
|
+
mint6: string;
|
|
2946
|
+
mint7: string;
|
|
2947
|
+
mint8: string;
|
|
2948
|
+
mint9: string;
|
|
2949
|
+
mint10: string;
|
|
2950
|
+
mint11: string;
|
|
2951
|
+
mint12: string;
|
|
2952
|
+
sky1: string;
|
|
2953
|
+
sky2: string;
|
|
2954
|
+
sky3: string;
|
|
2955
|
+
sky4: string;
|
|
2956
|
+
sky5: string;
|
|
2957
|
+
sky6: string;
|
|
2958
|
+
sky7: string;
|
|
2959
|
+
sky8: string;
|
|
2960
|
+
sky9: string;
|
|
2961
|
+
sky10: string;
|
|
2962
|
+
sky11: string;
|
|
2963
|
+
sky12: string;
|
|
2964
|
+
blue1: string;
|
|
2965
|
+
blue2: string;
|
|
2966
|
+
blue3: string;
|
|
2967
|
+
blue4: string;
|
|
2968
|
+
blue5: string;
|
|
2969
|
+
blue6: string;
|
|
2970
|
+
blue7: string;
|
|
2971
|
+
blue8: string;
|
|
2972
|
+
blue9: string;
|
|
2973
|
+
blue10: string;
|
|
2974
|
+
blue11: string;
|
|
2975
|
+
blue12: string;
|
|
2976
|
+
indigo1: string;
|
|
2977
|
+
indigo2: string;
|
|
2978
|
+
indigo3: string;
|
|
2979
|
+
indigo4: string;
|
|
2980
|
+
indigo5: string;
|
|
2981
|
+
indigo6: string;
|
|
2982
|
+
indigo7: string;
|
|
2983
|
+
indigo8: string;
|
|
2984
|
+
indigo9: string;
|
|
2985
|
+
indigo10: string;
|
|
2986
|
+
indigo11: string;
|
|
2987
|
+
indigo12: string;
|
|
2988
|
+
violet1: string;
|
|
2989
|
+
violet2: string;
|
|
2990
|
+
violet3: string;
|
|
2991
|
+
violet4: string;
|
|
2992
|
+
violet5: string;
|
|
2993
|
+
violet6: string;
|
|
2994
|
+
violet7: string;
|
|
2995
|
+
violet8: string;
|
|
2996
|
+
violet9: string;
|
|
2997
|
+
violet10: string;
|
|
2998
|
+
violet11: string;
|
|
2999
|
+
violet12: string;
|
|
3000
|
+
purple1: string;
|
|
3001
|
+
purple2: string;
|
|
3002
|
+
purple3: string;
|
|
3003
|
+
purple4: string;
|
|
3004
|
+
purple5: string;
|
|
3005
|
+
purple6: string;
|
|
3006
|
+
purple7: string;
|
|
3007
|
+
purple8: string;
|
|
3008
|
+
purple9: string;
|
|
3009
|
+
purple10: string;
|
|
3010
|
+
purple11: string;
|
|
3011
|
+
purple12: string;
|
|
3012
|
+
plum1: string;
|
|
3013
|
+
plum2: string;
|
|
3014
|
+
plum3: string;
|
|
3015
|
+
plum4: string;
|
|
3016
|
+
plum5: string;
|
|
3017
|
+
plum6: string;
|
|
3018
|
+
plum7: string;
|
|
3019
|
+
plum8: string;
|
|
3020
|
+
plum9: string;
|
|
3021
|
+
plum10: string;
|
|
3022
|
+
plum11: string;
|
|
3023
|
+
plum12: string;
|
|
3024
|
+
pink1: string;
|
|
3025
|
+
pink2: string;
|
|
3026
|
+
pink3: string;
|
|
3027
|
+
pink4: string;
|
|
3028
|
+
pink5: string;
|
|
3029
|
+
pink6: string;
|
|
3030
|
+
pink7: string;
|
|
3031
|
+
pink8: string;
|
|
3032
|
+
pink9: string;
|
|
3033
|
+
pink10: string;
|
|
3034
|
+
pink11: string;
|
|
3035
|
+
pink12: string;
|
|
3036
|
+
crimson1: string;
|
|
3037
|
+
crimson2: string;
|
|
3038
|
+
crimson3: string;
|
|
3039
|
+
crimson4: string;
|
|
3040
|
+
crimson5: string;
|
|
3041
|
+
crimson6: string;
|
|
3042
|
+
crimson7: string;
|
|
3043
|
+
crimson8: string;
|
|
3044
|
+
crimson9: string;
|
|
3045
|
+
crimson10: string;
|
|
3046
|
+
crimson11: string;
|
|
3047
|
+
crimson12: string;
|
|
3048
|
+
red1: string;
|
|
3049
|
+
red2: string;
|
|
3050
|
+
red3: string;
|
|
3051
|
+
red4: string;
|
|
3052
|
+
red5: string;
|
|
3053
|
+
red6: string;
|
|
3054
|
+
red7: string;
|
|
3055
|
+
red8: string;
|
|
3056
|
+
red9: string;
|
|
3057
|
+
red10: string;
|
|
3058
|
+
red11: string;
|
|
3059
|
+
red12: string;
|
|
3060
|
+
tomato1: string;
|
|
3061
|
+
tomato2: string;
|
|
3062
|
+
tomato3: string;
|
|
3063
|
+
tomato4: string;
|
|
3064
|
+
tomato5: string;
|
|
3065
|
+
tomato6: string;
|
|
3066
|
+
tomato7: string;
|
|
3067
|
+
tomato8: string;
|
|
3068
|
+
tomato9: string;
|
|
3069
|
+
tomato10: string;
|
|
3070
|
+
tomato11: string;
|
|
3071
|
+
tomato12: string;
|
|
3072
|
+
sand1: string;
|
|
3073
|
+
sand2: string;
|
|
3074
|
+
sand3: string;
|
|
3075
|
+
sand4: string;
|
|
3076
|
+
sand5: string;
|
|
3077
|
+
sand6: string;
|
|
3078
|
+
sand7: string;
|
|
3079
|
+
sand8: string;
|
|
3080
|
+
sand9: string;
|
|
3081
|
+
sand10: string;
|
|
3082
|
+
sand11: string;
|
|
3083
|
+
sand12: string;
|
|
3084
|
+
olive1: string;
|
|
3085
|
+
olive2: string;
|
|
3086
|
+
olive3: string;
|
|
3087
|
+
olive4: string;
|
|
3088
|
+
olive5: string;
|
|
3089
|
+
olive6: string;
|
|
3090
|
+
olive7: string;
|
|
3091
|
+
olive8: string;
|
|
3092
|
+
olive9: string;
|
|
3093
|
+
olive10: string;
|
|
3094
|
+
olive11: string;
|
|
3095
|
+
olive12: string;
|
|
3096
|
+
sage1: string;
|
|
3097
|
+
sage2: string;
|
|
3098
|
+
sage3: string;
|
|
3099
|
+
sage4: string;
|
|
3100
|
+
sage5: string;
|
|
3101
|
+
sage6: string;
|
|
3102
|
+
sage7: string;
|
|
3103
|
+
sage8: string;
|
|
3104
|
+
sage9: string;
|
|
3105
|
+
sage10: string;
|
|
3106
|
+
sage11: string;
|
|
3107
|
+
sage12: string;
|
|
3108
|
+
slate1: string;
|
|
3109
|
+
slate2: string;
|
|
3110
|
+
slate3: string;
|
|
3111
|
+
slate4: string;
|
|
3112
|
+
slate5: string;
|
|
3113
|
+
slate6: string;
|
|
3114
|
+
slate7: string;
|
|
3115
|
+
slate8: string;
|
|
3116
|
+
slate9: string;
|
|
3117
|
+
slate10: string;
|
|
3118
|
+
slate11: string;
|
|
3119
|
+
slate12: string;
|
|
3120
|
+
mauve1: string;
|
|
3121
|
+
mauve2: string;
|
|
3122
|
+
mauve3: string;
|
|
3123
|
+
mauve4: string;
|
|
3124
|
+
mauve5: string;
|
|
3125
|
+
mauve6: string;
|
|
3126
|
+
mauve7: string;
|
|
3127
|
+
mauve8: string;
|
|
3128
|
+
mauve9: string;
|
|
3129
|
+
mauve10: string;
|
|
3130
|
+
mauve11: string;
|
|
3131
|
+
mauve12: string;
|
|
3132
|
+
gray1: string;
|
|
3133
|
+
gray2: string;
|
|
3134
|
+
gray3: string;
|
|
3135
|
+
gray4: string;
|
|
3136
|
+
gray5: string;
|
|
3137
|
+
gray6: string;
|
|
3138
|
+
gray7: string;
|
|
3139
|
+
gray8: string;
|
|
3140
|
+
gray9: string;
|
|
3141
|
+
gray10: string;
|
|
3142
|
+
gray11: string;
|
|
3143
|
+
gray12: string;
|
|
3144
|
+
};
|
|
3145
|
+
shadows: {
|
|
3146
|
+
subtle: string;
|
|
3147
|
+
sm: string;
|
|
3148
|
+
focusRing: string;
|
|
3149
|
+
focusRingError: string;
|
|
3150
|
+
focusRingValid: string;
|
|
3151
|
+
};
|
|
3152
|
+
fonts: {
|
|
3153
|
+
sans: string;
|
|
3154
|
+
};
|
|
3155
|
+
fontWeights: {
|
|
3156
|
+
regular: number;
|
|
3157
|
+
medium: number;
|
|
3158
|
+
semibold: number;
|
|
3159
|
+
bold: number;
|
|
3160
|
+
heavy: number;
|
|
3161
|
+
};
|
|
3162
|
+
fontSizes: {
|
|
3163
|
+
1: string;
|
|
3164
|
+
2: string;
|
|
3165
|
+
3: string;
|
|
3166
|
+
4: string;
|
|
3167
|
+
5: string;
|
|
3168
|
+
6: string;
|
|
3169
|
+
7: string;
|
|
3170
|
+
8: string;
|
|
3171
|
+
9: string;
|
|
3172
|
+
10: string;
|
|
3173
|
+
11: string;
|
|
3174
|
+
12: string;
|
|
3175
|
+
13: string;
|
|
3176
|
+
14: string;
|
|
3177
|
+
};
|
|
3178
|
+
lineHeights: {
|
|
3179
|
+
normal: string;
|
|
3180
|
+
none: number;
|
|
3181
|
+
shorter: number;
|
|
3182
|
+
short: number;
|
|
3183
|
+
base: number;
|
|
3184
|
+
tall: number;
|
|
3185
|
+
taller: string;
|
|
3186
|
+
"3": string;
|
|
3187
|
+
"4": string;
|
|
3188
|
+
"5": string;
|
|
3189
|
+
"6": string;
|
|
3190
|
+
"7": string;
|
|
3191
|
+
"8": string;
|
|
3192
|
+
"9": string;
|
|
3193
|
+
"10": string;
|
|
3194
|
+
};
|
|
3195
|
+
space: {
|
|
3196
|
+
px: string;
|
|
3197
|
+
0: string;
|
|
3198
|
+
1: string;
|
|
3199
|
+
2: string;
|
|
3200
|
+
3: string;
|
|
3201
|
+
4: string;
|
|
3202
|
+
5: string;
|
|
3203
|
+
6: string;
|
|
3204
|
+
7: string;
|
|
3205
|
+
8: string;
|
|
3206
|
+
9: string;
|
|
3207
|
+
10: string;
|
|
3208
|
+
11: string;
|
|
3209
|
+
12: string;
|
|
3210
|
+
14: string;
|
|
3211
|
+
16: string;
|
|
3212
|
+
20: string;
|
|
3213
|
+
24: string;
|
|
3214
|
+
28: string;
|
|
3215
|
+
32: string;
|
|
3216
|
+
36: string;
|
|
3217
|
+
40: string;
|
|
3218
|
+
44: string;
|
|
3219
|
+
48: string;
|
|
3220
|
+
52: string;
|
|
3221
|
+
56: string;
|
|
3222
|
+
60: string;
|
|
3223
|
+
64: string;
|
|
3224
|
+
72: string;
|
|
3225
|
+
80: string;
|
|
3226
|
+
96: string;
|
|
3227
|
+
};
|
|
3228
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
|
|
3229
|
+
variants?: {
|
|
3230
|
+
[x: string]: {
|
|
3231
|
+
[x: string]: CSS_1;
|
|
3232
|
+
[x: number]: CSS_1;
|
|
3233
|
+
};
|
|
3234
|
+
} | undefined;
|
|
3235
|
+
compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
|
|
3236
|
+
css: CSS_1;
|
|
3237
|
+
})[] | undefined;
|
|
3238
|
+
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
|
3239
|
+
} & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
3240
|
+
xs: "(min-width: 320px)";
|
|
3241
|
+
sm: "(min-width: 425px)";
|
|
3242
|
+
md: "(min-width: 768px)";
|
|
3243
|
+
lg: "(min-width: 1204px)";
|
|
3244
|
+
xl: "(min-width: 1440px)";
|
|
3245
|
+
"2xl": "(min-width: 1536px)";
|
|
3246
|
+
motion: "(prefers-reduced-motion)";
|
|
3247
|
+
hover: "(any-hover: hover)";
|
|
3248
|
+
dark: "(prefers-color-scheme: dark)";
|
|
3249
|
+
light: "(prefers-color-scheme: light)";
|
|
3250
|
+
}, CSS_1>, ParrotThemeConfig: {
|
|
3251
|
+
prefix: "parrot-ui";
|
|
822
3252
|
media: {
|
|
823
3253
|
xs: "(min-width: 320px)";
|
|
824
3254
|
sm: "(min-width: 425px)";
|
|
@@ -831,7 +3261,7 @@ declare const config: {
|
|
|
831
3261
|
dark: "(prefers-color-scheme: dark)";
|
|
832
3262
|
light: "(prefers-color-scheme: light)";
|
|
833
3263
|
};
|
|
834
|
-
|
|
3264
|
+
ParrotTheme: {
|
|
835
3265
|
colors: {
|
|
836
3266
|
primary: string;
|
|
837
3267
|
blackA1: string;
|
|
@@ -1617,8 +4047,794 @@ declare const config: {
|
|
|
1617
4047
|
};
|
|
1618
4048
|
themeMap: import("@stitches/react/types/config").DefaultThemeMap;
|
|
1619
4049
|
utils: {};
|
|
4050
|
+
}, ParrotTheme: string & {
|
|
4051
|
+
className: string;
|
|
4052
|
+
selector: string;
|
|
4053
|
+
} & {
|
|
4054
|
+
colors: {
|
|
4055
|
+
primary: import("@stitches/react/types/theme").Token<"primary", string, "colors", "parrot-ui">;
|
|
4056
|
+
blackA1: import("@stitches/react/types/theme").Token<"blackA1", string, "colors", "parrot-ui">;
|
|
4057
|
+
blackA2: import("@stitches/react/types/theme").Token<"blackA2", string, "colors", "parrot-ui">;
|
|
4058
|
+
blackA3: import("@stitches/react/types/theme").Token<"blackA3", string, "colors", "parrot-ui">;
|
|
4059
|
+
blackA4: import("@stitches/react/types/theme").Token<"blackA4", string, "colors", "parrot-ui">;
|
|
4060
|
+
blackA5: import("@stitches/react/types/theme").Token<"blackA5", string, "colors", "parrot-ui">;
|
|
4061
|
+
blackA6: import("@stitches/react/types/theme").Token<"blackA6", string, "colors", "parrot-ui">;
|
|
4062
|
+
blackA7: import("@stitches/react/types/theme").Token<"blackA7", string, "colors", "parrot-ui">;
|
|
4063
|
+
blackA8: import("@stitches/react/types/theme").Token<"blackA8", string, "colors", "parrot-ui">;
|
|
4064
|
+
blackA9: import("@stitches/react/types/theme").Token<"blackA9", string, "colors", "parrot-ui">;
|
|
4065
|
+
blackA10: import("@stitches/react/types/theme").Token<"blackA10", string, "colors", "parrot-ui">;
|
|
4066
|
+
blackA11: import("@stitches/react/types/theme").Token<"blackA11", string, "colors", "parrot-ui">;
|
|
4067
|
+
blackA12: import("@stitches/react/types/theme").Token<"blackA12", string, "colors", "parrot-ui">;
|
|
4068
|
+
whiteA1: import("@stitches/react/types/theme").Token<"whiteA1", string, "colors", "parrot-ui">;
|
|
4069
|
+
whiteA2: import("@stitches/react/types/theme").Token<"whiteA2", string, "colors", "parrot-ui">;
|
|
4070
|
+
whiteA3: import("@stitches/react/types/theme").Token<"whiteA3", string, "colors", "parrot-ui">;
|
|
4071
|
+
whiteA4: import("@stitches/react/types/theme").Token<"whiteA4", string, "colors", "parrot-ui">;
|
|
4072
|
+
whiteA5: import("@stitches/react/types/theme").Token<"whiteA5", string, "colors", "parrot-ui">;
|
|
4073
|
+
whiteA6: import("@stitches/react/types/theme").Token<"whiteA6", string, "colors", "parrot-ui">;
|
|
4074
|
+
whiteA7: import("@stitches/react/types/theme").Token<"whiteA7", string, "colors", "parrot-ui">;
|
|
4075
|
+
whiteA8: import("@stitches/react/types/theme").Token<"whiteA8", string, "colors", "parrot-ui">;
|
|
4076
|
+
whiteA9: import("@stitches/react/types/theme").Token<"whiteA9", string, "colors", "parrot-ui">;
|
|
4077
|
+
whiteA10: import("@stitches/react/types/theme").Token<"whiteA10", string, "colors", "parrot-ui">;
|
|
4078
|
+
whiteA11: import("@stitches/react/types/theme").Token<"whiteA11", string, "colors", "parrot-ui">;
|
|
4079
|
+
whiteA12: import("@stitches/react/types/theme").Token<"whiteA12", string, "colors", "parrot-ui">;
|
|
4080
|
+
goldA1: import("@stitches/react/types/theme").Token<"goldA1", string, "colors", "parrot-ui">;
|
|
4081
|
+
goldA2: import("@stitches/react/types/theme").Token<"goldA2", string, "colors", "parrot-ui">;
|
|
4082
|
+
goldA3: import("@stitches/react/types/theme").Token<"goldA3", string, "colors", "parrot-ui">;
|
|
4083
|
+
goldA4: import("@stitches/react/types/theme").Token<"goldA4", string, "colors", "parrot-ui">;
|
|
4084
|
+
goldA5: import("@stitches/react/types/theme").Token<"goldA5", string, "colors", "parrot-ui">;
|
|
4085
|
+
goldA6: import("@stitches/react/types/theme").Token<"goldA6", string, "colors", "parrot-ui">;
|
|
4086
|
+
goldA7: import("@stitches/react/types/theme").Token<"goldA7", string, "colors", "parrot-ui">;
|
|
4087
|
+
goldA8: import("@stitches/react/types/theme").Token<"goldA8", string, "colors", "parrot-ui">;
|
|
4088
|
+
goldA9: import("@stitches/react/types/theme").Token<"goldA9", string, "colors", "parrot-ui">;
|
|
4089
|
+
goldA10: import("@stitches/react/types/theme").Token<"goldA10", string, "colors", "parrot-ui">;
|
|
4090
|
+
goldA11: import("@stitches/react/types/theme").Token<"goldA11", string, "colors", "parrot-ui">;
|
|
4091
|
+
goldA12: import("@stitches/react/types/theme").Token<"goldA12", string, "colors", "parrot-ui">;
|
|
4092
|
+
bronzeA1: import("@stitches/react/types/theme").Token<"bronzeA1", string, "colors", "parrot-ui">;
|
|
4093
|
+
bronzeA2: import("@stitches/react/types/theme").Token<"bronzeA2", string, "colors", "parrot-ui">;
|
|
4094
|
+
bronzeA3: import("@stitches/react/types/theme").Token<"bronzeA3", string, "colors", "parrot-ui">;
|
|
4095
|
+
bronzeA4: import("@stitches/react/types/theme").Token<"bronzeA4", string, "colors", "parrot-ui">;
|
|
4096
|
+
bronzeA5: import("@stitches/react/types/theme").Token<"bronzeA5", string, "colors", "parrot-ui">;
|
|
4097
|
+
bronzeA6: import("@stitches/react/types/theme").Token<"bronzeA6", string, "colors", "parrot-ui">;
|
|
4098
|
+
bronzeA7: import("@stitches/react/types/theme").Token<"bronzeA7", string, "colors", "parrot-ui">;
|
|
4099
|
+
bronzeA8: import("@stitches/react/types/theme").Token<"bronzeA8", string, "colors", "parrot-ui">;
|
|
4100
|
+
bronzeA9: import("@stitches/react/types/theme").Token<"bronzeA9", string, "colors", "parrot-ui">;
|
|
4101
|
+
bronzeA10: import("@stitches/react/types/theme").Token<"bronzeA10", string, "colors", "parrot-ui">;
|
|
4102
|
+
bronzeA11: import("@stitches/react/types/theme").Token<"bronzeA11", string, "colors", "parrot-ui">;
|
|
4103
|
+
bronzeA12: import("@stitches/react/types/theme").Token<"bronzeA12", string, "colors", "parrot-ui">;
|
|
4104
|
+
brownA1: import("@stitches/react/types/theme").Token<"brownA1", string, "colors", "parrot-ui">;
|
|
4105
|
+
brownA2: import("@stitches/react/types/theme").Token<"brownA2", string, "colors", "parrot-ui">;
|
|
4106
|
+
brownA3: import("@stitches/react/types/theme").Token<"brownA3", string, "colors", "parrot-ui">;
|
|
4107
|
+
brownA4: import("@stitches/react/types/theme").Token<"brownA4", string, "colors", "parrot-ui">;
|
|
4108
|
+
brownA5: import("@stitches/react/types/theme").Token<"brownA5", string, "colors", "parrot-ui">;
|
|
4109
|
+
brownA6: import("@stitches/react/types/theme").Token<"brownA6", string, "colors", "parrot-ui">;
|
|
4110
|
+
brownA7: import("@stitches/react/types/theme").Token<"brownA7", string, "colors", "parrot-ui">;
|
|
4111
|
+
brownA8: import("@stitches/react/types/theme").Token<"brownA8", string, "colors", "parrot-ui">;
|
|
4112
|
+
brownA9: import("@stitches/react/types/theme").Token<"brownA9", string, "colors", "parrot-ui">;
|
|
4113
|
+
brownA10: import("@stitches/react/types/theme").Token<"brownA10", string, "colors", "parrot-ui">;
|
|
4114
|
+
brownA11: import("@stitches/react/types/theme").Token<"brownA11", string, "colors", "parrot-ui">;
|
|
4115
|
+
brownA12: import("@stitches/react/types/theme").Token<"brownA12", string, "colors", "parrot-ui">;
|
|
4116
|
+
orangeA1: import("@stitches/react/types/theme").Token<"orangeA1", string, "colors", "parrot-ui">;
|
|
4117
|
+
orangeA2: import("@stitches/react/types/theme").Token<"orangeA2", string, "colors", "parrot-ui">;
|
|
4118
|
+
orangeA3: import("@stitches/react/types/theme").Token<"orangeA3", string, "colors", "parrot-ui">;
|
|
4119
|
+
orangeA4: import("@stitches/react/types/theme").Token<"orangeA4", string, "colors", "parrot-ui">;
|
|
4120
|
+
orangeA5: import("@stitches/react/types/theme").Token<"orangeA5", string, "colors", "parrot-ui">;
|
|
4121
|
+
orangeA6: import("@stitches/react/types/theme").Token<"orangeA6", string, "colors", "parrot-ui">;
|
|
4122
|
+
orangeA7: import("@stitches/react/types/theme").Token<"orangeA7", string, "colors", "parrot-ui">;
|
|
4123
|
+
orangeA8: import("@stitches/react/types/theme").Token<"orangeA8", string, "colors", "parrot-ui">;
|
|
4124
|
+
orangeA9: import("@stitches/react/types/theme").Token<"orangeA9", string, "colors", "parrot-ui">;
|
|
4125
|
+
orangeA10: import("@stitches/react/types/theme").Token<"orangeA10", string, "colors", "parrot-ui">;
|
|
4126
|
+
orangeA11: import("@stitches/react/types/theme").Token<"orangeA11", string, "colors", "parrot-ui">;
|
|
4127
|
+
orangeA12: import("@stitches/react/types/theme").Token<"orangeA12", string, "colors", "parrot-ui">;
|
|
4128
|
+
amberA1: import("@stitches/react/types/theme").Token<"amberA1", string, "colors", "parrot-ui">;
|
|
4129
|
+
amberA2: import("@stitches/react/types/theme").Token<"amberA2", string, "colors", "parrot-ui">;
|
|
4130
|
+
amberA3: import("@stitches/react/types/theme").Token<"amberA3", string, "colors", "parrot-ui">;
|
|
4131
|
+
amberA4: import("@stitches/react/types/theme").Token<"amberA4", string, "colors", "parrot-ui">;
|
|
4132
|
+
amberA5: import("@stitches/react/types/theme").Token<"amberA5", string, "colors", "parrot-ui">;
|
|
4133
|
+
amberA6: import("@stitches/react/types/theme").Token<"amberA6", string, "colors", "parrot-ui">;
|
|
4134
|
+
amberA7: import("@stitches/react/types/theme").Token<"amberA7", string, "colors", "parrot-ui">;
|
|
4135
|
+
amberA8: import("@stitches/react/types/theme").Token<"amberA8", string, "colors", "parrot-ui">;
|
|
4136
|
+
amberA9: import("@stitches/react/types/theme").Token<"amberA9", string, "colors", "parrot-ui">;
|
|
4137
|
+
amberA10: import("@stitches/react/types/theme").Token<"amberA10", string, "colors", "parrot-ui">;
|
|
4138
|
+
amberA11: import("@stitches/react/types/theme").Token<"amberA11", string, "colors", "parrot-ui">;
|
|
4139
|
+
amberA12: import("@stitches/react/types/theme").Token<"amberA12", string, "colors", "parrot-ui">;
|
|
4140
|
+
yellowA1: import("@stitches/react/types/theme").Token<"yellowA1", string, "colors", "parrot-ui">;
|
|
4141
|
+
yellowA2: import("@stitches/react/types/theme").Token<"yellowA2", string, "colors", "parrot-ui">;
|
|
4142
|
+
yellowA3: import("@stitches/react/types/theme").Token<"yellowA3", string, "colors", "parrot-ui">;
|
|
4143
|
+
yellowA4: import("@stitches/react/types/theme").Token<"yellowA4", string, "colors", "parrot-ui">;
|
|
4144
|
+
yellowA5: import("@stitches/react/types/theme").Token<"yellowA5", string, "colors", "parrot-ui">;
|
|
4145
|
+
yellowA6: import("@stitches/react/types/theme").Token<"yellowA6", string, "colors", "parrot-ui">;
|
|
4146
|
+
yellowA7: import("@stitches/react/types/theme").Token<"yellowA7", string, "colors", "parrot-ui">;
|
|
4147
|
+
yellowA8: import("@stitches/react/types/theme").Token<"yellowA8", string, "colors", "parrot-ui">;
|
|
4148
|
+
yellowA9: import("@stitches/react/types/theme").Token<"yellowA9", string, "colors", "parrot-ui">;
|
|
4149
|
+
yellowA10: import("@stitches/react/types/theme").Token<"yellowA10", string, "colors", "parrot-ui">;
|
|
4150
|
+
yellowA11: import("@stitches/react/types/theme").Token<"yellowA11", string, "colors", "parrot-ui">;
|
|
4151
|
+
yellowA12: import("@stitches/react/types/theme").Token<"yellowA12", string, "colors", "parrot-ui">;
|
|
4152
|
+
limeA1: import("@stitches/react/types/theme").Token<"limeA1", string, "colors", "parrot-ui">;
|
|
4153
|
+
limeA2: import("@stitches/react/types/theme").Token<"limeA2", string, "colors", "parrot-ui">;
|
|
4154
|
+
limeA3: import("@stitches/react/types/theme").Token<"limeA3", string, "colors", "parrot-ui">;
|
|
4155
|
+
limeA4: import("@stitches/react/types/theme").Token<"limeA4", string, "colors", "parrot-ui">;
|
|
4156
|
+
limeA5: import("@stitches/react/types/theme").Token<"limeA5", string, "colors", "parrot-ui">;
|
|
4157
|
+
limeA6: import("@stitches/react/types/theme").Token<"limeA6", string, "colors", "parrot-ui">;
|
|
4158
|
+
limeA7: import("@stitches/react/types/theme").Token<"limeA7", string, "colors", "parrot-ui">;
|
|
4159
|
+
limeA8: import("@stitches/react/types/theme").Token<"limeA8", string, "colors", "parrot-ui">;
|
|
4160
|
+
limeA9: import("@stitches/react/types/theme").Token<"limeA9", string, "colors", "parrot-ui">;
|
|
4161
|
+
limeA10: import("@stitches/react/types/theme").Token<"limeA10", string, "colors", "parrot-ui">;
|
|
4162
|
+
limeA11: import("@stitches/react/types/theme").Token<"limeA11", string, "colors", "parrot-ui">;
|
|
4163
|
+
limeA12: import("@stitches/react/types/theme").Token<"limeA12", string, "colors", "parrot-ui">;
|
|
4164
|
+
grassA1: import("@stitches/react/types/theme").Token<"grassA1", string, "colors", "parrot-ui">;
|
|
4165
|
+
grassA2: import("@stitches/react/types/theme").Token<"grassA2", string, "colors", "parrot-ui">;
|
|
4166
|
+
grassA3: import("@stitches/react/types/theme").Token<"grassA3", string, "colors", "parrot-ui">;
|
|
4167
|
+
grassA4: import("@stitches/react/types/theme").Token<"grassA4", string, "colors", "parrot-ui">;
|
|
4168
|
+
grassA5: import("@stitches/react/types/theme").Token<"grassA5", string, "colors", "parrot-ui">;
|
|
4169
|
+
grassA6: import("@stitches/react/types/theme").Token<"grassA6", string, "colors", "parrot-ui">;
|
|
4170
|
+
grassA7: import("@stitches/react/types/theme").Token<"grassA7", string, "colors", "parrot-ui">;
|
|
4171
|
+
grassA8: import("@stitches/react/types/theme").Token<"grassA8", string, "colors", "parrot-ui">;
|
|
4172
|
+
grassA9: import("@stitches/react/types/theme").Token<"grassA9", string, "colors", "parrot-ui">;
|
|
4173
|
+
grassA10: import("@stitches/react/types/theme").Token<"grassA10", string, "colors", "parrot-ui">;
|
|
4174
|
+
grassA11: import("@stitches/react/types/theme").Token<"grassA11", string, "colors", "parrot-ui">;
|
|
4175
|
+
grassA12: import("@stitches/react/types/theme").Token<"grassA12", string, "colors", "parrot-ui">;
|
|
4176
|
+
greenA1: import("@stitches/react/types/theme").Token<"greenA1", string, "colors", "parrot-ui">;
|
|
4177
|
+
greenA2: import("@stitches/react/types/theme").Token<"greenA2", string, "colors", "parrot-ui">;
|
|
4178
|
+
greenA3: import("@stitches/react/types/theme").Token<"greenA3", string, "colors", "parrot-ui">;
|
|
4179
|
+
greenA4: import("@stitches/react/types/theme").Token<"greenA4", string, "colors", "parrot-ui">;
|
|
4180
|
+
greenA5: import("@stitches/react/types/theme").Token<"greenA5", string, "colors", "parrot-ui">;
|
|
4181
|
+
greenA6: import("@stitches/react/types/theme").Token<"greenA6", string, "colors", "parrot-ui">;
|
|
4182
|
+
greenA7: import("@stitches/react/types/theme").Token<"greenA7", string, "colors", "parrot-ui">;
|
|
4183
|
+
greenA8: import("@stitches/react/types/theme").Token<"greenA8", string, "colors", "parrot-ui">;
|
|
4184
|
+
greenA9: import("@stitches/react/types/theme").Token<"greenA9", string, "colors", "parrot-ui">;
|
|
4185
|
+
greenA10: import("@stitches/react/types/theme").Token<"greenA10", string, "colors", "parrot-ui">;
|
|
4186
|
+
greenA11: import("@stitches/react/types/theme").Token<"greenA11", string, "colors", "parrot-ui">;
|
|
4187
|
+
greenA12: import("@stitches/react/types/theme").Token<"greenA12", string, "colors", "parrot-ui">;
|
|
4188
|
+
tealA1: import("@stitches/react/types/theme").Token<"tealA1", string, "colors", "parrot-ui">;
|
|
4189
|
+
tealA2: import("@stitches/react/types/theme").Token<"tealA2", string, "colors", "parrot-ui">;
|
|
4190
|
+
tealA3: import("@stitches/react/types/theme").Token<"tealA3", string, "colors", "parrot-ui">;
|
|
4191
|
+
tealA4: import("@stitches/react/types/theme").Token<"tealA4", string, "colors", "parrot-ui">;
|
|
4192
|
+
tealA5: import("@stitches/react/types/theme").Token<"tealA5", string, "colors", "parrot-ui">;
|
|
4193
|
+
tealA6: import("@stitches/react/types/theme").Token<"tealA6", string, "colors", "parrot-ui">;
|
|
4194
|
+
tealA7: import("@stitches/react/types/theme").Token<"tealA7", string, "colors", "parrot-ui">;
|
|
4195
|
+
tealA8: import("@stitches/react/types/theme").Token<"tealA8", string, "colors", "parrot-ui">;
|
|
4196
|
+
tealA9: import("@stitches/react/types/theme").Token<"tealA9", string, "colors", "parrot-ui">;
|
|
4197
|
+
tealA10: import("@stitches/react/types/theme").Token<"tealA10", string, "colors", "parrot-ui">;
|
|
4198
|
+
tealA11: import("@stitches/react/types/theme").Token<"tealA11", string, "colors", "parrot-ui">;
|
|
4199
|
+
tealA12: import("@stitches/react/types/theme").Token<"tealA12", string, "colors", "parrot-ui">;
|
|
4200
|
+
cyanA1: import("@stitches/react/types/theme").Token<"cyanA1", string, "colors", "parrot-ui">;
|
|
4201
|
+
cyanA2: import("@stitches/react/types/theme").Token<"cyanA2", string, "colors", "parrot-ui">;
|
|
4202
|
+
cyanA3: import("@stitches/react/types/theme").Token<"cyanA3", string, "colors", "parrot-ui">;
|
|
4203
|
+
cyanA4: import("@stitches/react/types/theme").Token<"cyanA4", string, "colors", "parrot-ui">;
|
|
4204
|
+
cyanA5: import("@stitches/react/types/theme").Token<"cyanA5", string, "colors", "parrot-ui">;
|
|
4205
|
+
cyanA6: import("@stitches/react/types/theme").Token<"cyanA6", string, "colors", "parrot-ui">;
|
|
4206
|
+
cyanA7: import("@stitches/react/types/theme").Token<"cyanA7", string, "colors", "parrot-ui">;
|
|
4207
|
+
cyanA8: import("@stitches/react/types/theme").Token<"cyanA8", string, "colors", "parrot-ui">;
|
|
4208
|
+
cyanA9: import("@stitches/react/types/theme").Token<"cyanA9", string, "colors", "parrot-ui">;
|
|
4209
|
+
cyanA10: import("@stitches/react/types/theme").Token<"cyanA10", string, "colors", "parrot-ui">;
|
|
4210
|
+
cyanA11: import("@stitches/react/types/theme").Token<"cyanA11", string, "colors", "parrot-ui">;
|
|
4211
|
+
cyanA12: import("@stitches/react/types/theme").Token<"cyanA12", string, "colors", "parrot-ui">;
|
|
4212
|
+
mintA1: import("@stitches/react/types/theme").Token<"mintA1", string, "colors", "parrot-ui">;
|
|
4213
|
+
mintA2: import("@stitches/react/types/theme").Token<"mintA2", string, "colors", "parrot-ui">;
|
|
4214
|
+
mintA3: import("@stitches/react/types/theme").Token<"mintA3", string, "colors", "parrot-ui">;
|
|
4215
|
+
mintA4: import("@stitches/react/types/theme").Token<"mintA4", string, "colors", "parrot-ui">;
|
|
4216
|
+
mintA5: import("@stitches/react/types/theme").Token<"mintA5", string, "colors", "parrot-ui">;
|
|
4217
|
+
mintA6: import("@stitches/react/types/theme").Token<"mintA6", string, "colors", "parrot-ui">;
|
|
4218
|
+
mintA7: import("@stitches/react/types/theme").Token<"mintA7", string, "colors", "parrot-ui">;
|
|
4219
|
+
mintA8: import("@stitches/react/types/theme").Token<"mintA8", string, "colors", "parrot-ui">;
|
|
4220
|
+
mintA9: import("@stitches/react/types/theme").Token<"mintA9", string, "colors", "parrot-ui">;
|
|
4221
|
+
mintA10: import("@stitches/react/types/theme").Token<"mintA10", string, "colors", "parrot-ui">;
|
|
4222
|
+
mintA11: import("@stitches/react/types/theme").Token<"mintA11", string, "colors", "parrot-ui">;
|
|
4223
|
+
mintA12: import("@stitches/react/types/theme").Token<"mintA12", string, "colors", "parrot-ui">;
|
|
4224
|
+
skyA1: import("@stitches/react/types/theme").Token<"skyA1", string, "colors", "parrot-ui">;
|
|
4225
|
+
skyA2: import("@stitches/react/types/theme").Token<"skyA2", string, "colors", "parrot-ui">;
|
|
4226
|
+
skyA3: import("@stitches/react/types/theme").Token<"skyA3", string, "colors", "parrot-ui">;
|
|
4227
|
+
skyA4: import("@stitches/react/types/theme").Token<"skyA4", string, "colors", "parrot-ui">;
|
|
4228
|
+
skyA5: import("@stitches/react/types/theme").Token<"skyA5", string, "colors", "parrot-ui">;
|
|
4229
|
+
skyA6: import("@stitches/react/types/theme").Token<"skyA6", string, "colors", "parrot-ui">;
|
|
4230
|
+
skyA7: import("@stitches/react/types/theme").Token<"skyA7", string, "colors", "parrot-ui">;
|
|
4231
|
+
skyA8: import("@stitches/react/types/theme").Token<"skyA8", string, "colors", "parrot-ui">;
|
|
4232
|
+
skyA9: import("@stitches/react/types/theme").Token<"skyA9", string, "colors", "parrot-ui">;
|
|
4233
|
+
skyA10: import("@stitches/react/types/theme").Token<"skyA10", string, "colors", "parrot-ui">;
|
|
4234
|
+
skyA11: import("@stitches/react/types/theme").Token<"skyA11", string, "colors", "parrot-ui">;
|
|
4235
|
+
skyA12: import("@stitches/react/types/theme").Token<"skyA12", string, "colors", "parrot-ui">;
|
|
4236
|
+
blueA1: import("@stitches/react/types/theme").Token<"blueA1", string, "colors", "parrot-ui">;
|
|
4237
|
+
blueA2: import("@stitches/react/types/theme").Token<"blueA2", string, "colors", "parrot-ui">;
|
|
4238
|
+
blueA3: import("@stitches/react/types/theme").Token<"blueA3", string, "colors", "parrot-ui">;
|
|
4239
|
+
blueA4: import("@stitches/react/types/theme").Token<"blueA4", string, "colors", "parrot-ui">;
|
|
4240
|
+
blueA5: import("@stitches/react/types/theme").Token<"blueA5", string, "colors", "parrot-ui">;
|
|
4241
|
+
blueA6: import("@stitches/react/types/theme").Token<"blueA6", string, "colors", "parrot-ui">;
|
|
4242
|
+
blueA7: import("@stitches/react/types/theme").Token<"blueA7", string, "colors", "parrot-ui">;
|
|
4243
|
+
blueA8: import("@stitches/react/types/theme").Token<"blueA8", string, "colors", "parrot-ui">;
|
|
4244
|
+
blueA9: import("@stitches/react/types/theme").Token<"blueA9", string, "colors", "parrot-ui">;
|
|
4245
|
+
blueA10: import("@stitches/react/types/theme").Token<"blueA10", string, "colors", "parrot-ui">;
|
|
4246
|
+
blueA11: import("@stitches/react/types/theme").Token<"blueA11", string, "colors", "parrot-ui">;
|
|
4247
|
+
blueA12: import("@stitches/react/types/theme").Token<"blueA12", string, "colors", "parrot-ui">;
|
|
4248
|
+
indigoA1: import("@stitches/react/types/theme").Token<"indigoA1", string, "colors", "parrot-ui">;
|
|
4249
|
+
indigoA2: import("@stitches/react/types/theme").Token<"indigoA2", string, "colors", "parrot-ui">;
|
|
4250
|
+
indigoA3: import("@stitches/react/types/theme").Token<"indigoA3", string, "colors", "parrot-ui">;
|
|
4251
|
+
indigoA4: import("@stitches/react/types/theme").Token<"indigoA4", string, "colors", "parrot-ui">;
|
|
4252
|
+
indigoA5: import("@stitches/react/types/theme").Token<"indigoA5", string, "colors", "parrot-ui">;
|
|
4253
|
+
indigoA6: import("@stitches/react/types/theme").Token<"indigoA6", string, "colors", "parrot-ui">;
|
|
4254
|
+
indigoA7: import("@stitches/react/types/theme").Token<"indigoA7", string, "colors", "parrot-ui">;
|
|
4255
|
+
indigoA8: import("@stitches/react/types/theme").Token<"indigoA8", string, "colors", "parrot-ui">;
|
|
4256
|
+
indigoA9: import("@stitches/react/types/theme").Token<"indigoA9", string, "colors", "parrot-ui">;
|
|
4257
|
+
indigoA10: import("@stitches/react/types/theme").Token<"indigoA10", string, "colors", "parrot-ui">;
|
|
4258
|
+
indigoA11: import("@stitches/react/types/theme").Token<"indigoA11", string, "colors", "parrot-ui">;
|
|
4259
|
+
indigoA12: import("@stitches/react/types/theme").Token<"indigoA12", string, "colors", "parrot-ui">;
|
|
4260
|
+
violetA1: import("@stitches/react/types/theme").Token<"violetA1", string, "colors", "parrot-ui">;
|
|
4261
|
+
violetA2: import("@stitches/react/types/theme").Token<"violetA2", string, "colors", "parrot-ui">;
|
|
4262
|
+
violetA3: import("@stitches/react/types/theme").Token<"violetA3", string, "colors", "parrot-ui">;
|
|
4263
|
+
violetA4: import("@stitches/react/types/theme").Token<"violetA4", string, "colors", "parrot-ui">;
|
|
4264
|
+
violetA5: import("@stitches/react/types/theme").Token<"violetA5", string, "colors", "parrot-ui">;
|
|
4265
|
+
violetA6: import("@stitches/react/types/theme").Token<"violetA6", string, "colors", "parrot-ui">;
|
|
4266
|
+
violetA7: import("@stitches/react/types/theme").Token<"violetA7", string, "colors", "parrot-ui">;
|
|
4267
|
+
violetA8: import("@stitches/react/types/theme").Token<"violetA8", string, "colors", "parrot-ui">;
|
|
4268
|
+
violetA9: import("@stitches/react/types/theme").Token<"violetA9", string, "colors", "parrot-ui">;
|
|
4269
|
+
violetA10: import("@stitches/react/types/theme").Token<"violetA10", string, "colors", "parrot-ui">;
|
|
4270
|
+
violetA11: import("@stitches/react/types/theme").Token<"violetA11", string, "colors", "parrot-ui">;
|
|
4271
|
+
violetA12: import("@stitches/react/types/theme").Token<"violetA12", string, "colors", "parrot-ui">;
|
|
4272
|
+
purpleA1: import("@stitches/react/types/theme").Token<"purpleA1", string, "colors", "parrot-ui">;
|
|
4273
|
+
purpleA2: import("@stitches/react/types/theme").Token<"purpleA2", string, "colors", "parrot-ui">;
|
|
4274
|
+
purpleA3: import("@stitches/react/types/theme").Token<"purpleA3", string, "colors", "parrot-ui">;
|
|
4275
|
+
purpleA4: import("@stitches/react/types/theme").Token<"purpleA4", string, "colors", "parrot-ui">;
|
|
4276
|
+
purpleA5: import("@stitches/react/types/theme").Token<"purpleA5", string, "colors", "parrot-ui">;
|
|
4277
|
+
purpleA6: import("@stitches/react/types/theme").Token<"purpleA6", string, "colors", "parrot-ui">;
|
|
4278
|
+
purpleA7: import("@stitches/react/types/theme").Token<"purpleA7", string, "colors", "parrot-ui">;
|
|
4279
|
+
purpleA8: import("@stitches/react/types/theme").Token<"purpleA8", string, "colors", "parrot-ui">;
|
|
4280
|
+
purpleA9: import("@stitches/react/types/theme").Token<"purpleA9", string, "colors", "parrot-ui">;
|
|
4281
|
+
purpleA10: import("@stitches/react/types/theme").Token<"purpleA10", string, "colors", "parrot-ui">;
|
|
4282
|
+
purpleA11: import("@stitches/react/types/theme").Token<"purpleA11", string, "colors", "parrot-ui">;
|
|
4283
|
+
purpleA12: import("@stitches/react/types/theme").Token<"purpleA12", string, "colors", "parrot-ui">;
|
|
4284
|
+
plumA1: import("@stitches/react/types/theme").Token<"plumA1", string, "colors", "parrot-ui">;
|
|
4285
|
+
plumA2: import("@stitches/react/types/theme").Token<"plumA2", string, "colors", "parrot-ui">;
|
|
4286
|
+
plumA3: import("@stitches/react/types/theme").Token<"plumA3", string, "colors", "parrot-ui">;
|
|
4287
|
+
plumA4: import("@stitches/react/types/theme").Token<"plumA4", string, "colors", "parrot-ui">;
|
|
4288
|
+
plumA5: import("@stitches/react/types/theme").Token<"plumA5", string, "colors", "parrot-ui">;
|
|
4289
|
+
plumA6: import("@stitches/react/types/theme").Token<"plumA6", string, "colors", "parrot-ui">;
|
|
4290
|
+
plumA7: import("@stitches/react/types/theme").Token<"plumA7", string, "colors", "parrot-ui">;
|
|
4291
|
+
plumA8: import("@stitches/react/types/theme").Token<"plumA8", string, "colors", "parrot-ui">;
|
|
4292
|
+
plumA9: import("@stitches/react/types/theme").Token<"plumA9", string, "colors", "parrot-ui">;
|
|
4293
|
+
plumA10: import("@stitches/react/types/theme").Token<"plumA10", string, "colors", "parrot-ui">;
|
|
4294
|
+
plumA11: import("@stitches/react/types/theme").Token<"plumA11", string, "colors", "parrot-ui">;
|
|
4295
|
+
plumA12: import("@stitches/react/types/theme").Token<"plumA12", string, "colors", "parrot-ui">;
|
|
4296
|
+
pinkA1: import("@stitches/react/types/theme").Token<"pinkA1", string, "colors", "parrot-ui">;
|
|
4297
|
+
pinkA2: import("@stitches/react/types/theme").Token<"pinkA2", string, "colors", "parrot-ui">;
|
|
4298
|
+
pinkA3: import("@stitches/react/types/theme").Token<"pinkA3", string, "colors", "parrot-ui">;
|
|
4299
|
+
pinkA4: import("@stitches/react/types/theme").Token<"pinkA4", string, "colors", "parrot-ui">;
|
|
4300
|
+
pinkA5: import("@stitches/react/types/theme").Token<"pinkA5", string, "colors", "parrot-ui">;
|
|
4301
|
+
pinkA6: import("@stitches/react/types/theme").Token<"pinkA6", string, "colors", "parrot-ui">;
|
|
4302
|
+
pinkA7: import("@stitches/react/types/theme").Token<"pinkA7", string, "colors", "parrot-ui">;
|
|
4303
|
+
pinkA8: import("@stitches/react/types/theme").Token<"pinkA8", string, "colors", "parrot-ui">;
|
|
4304
|
+
pinkA9: import("@stitches/react/types/theme").Token<"pinkA9", string, "colors", "parrot-ui">;
|
|
4305
|
+
pinkA10: import("@stitches/react/types/theme").Token<"pinkA10", string, "colors", "parrot-ui">;
|
|
4306
|
+
pinkA11: import("@stitches/react/types/theme").Token<"pinkA11", string, "colors", "parrot-ui">;
|
|
4307
|
+
pinkA12: import("@stitches/react/types/theme").Token<"pinkA12", string, "colors", "parrot-ui">;
|
|
4308
|
+
crimsonA1: import("@stitches/react/types/theme").Token<"crimsonA1", string, "colors", "parrot-ui">;
|
|
4309
|
+
crimsonA2: import("@stitches/react/types/theme").Token<"crimsonA2", string, "colors", "parrot-ui">;
|
|
4310
|
+
crimsonA3: import("@stitches/react/types/theme").Token<"crimsonA3", string, "colors", "parrot-ui">;
|
|
4311
|
+
crimsonA4: import("@stitches/react/types/theme").Token<"crimsonA4", string, "colors", "parrot-ui">;
|
|
4312
|
+
crimsonA5: import("@stitches/react/types/theme").Token<"crimsonA5", string, "colors", "parrot-ui">;
|
|
4313
|
+
crimsonA6: import("@stitches/react/types/theme").Token<"crimsonA6", string, "colors", "parrot-ui">;
|
|
4314
|
+
crimsonA7: import("@stitches/react/types/theme").Token<"crimsonA7", string, "colors", "parrot-ui">;
|
|
4315
|
+
crimsonA8: import("@stitches/react/types/theme").Token<"crimsonA8", string, "colors", "parrot-ui">;
|
|
4316
|
+
crimsonA9: import("@stitches/react/types/theme").Token<"crimsonA9", string, "colors", "parrot-ui">;
|
|
4317
|
+
crimsonA10: import("@stitches/react/types/theme").Token<"crimsonA10", string, "colors", "parrot-ui">;
|
|
4318
|
+
crimsonA11: import("@stitches/react/types/theme").Token<"crimsonA11", string, "colors", "parrot-ui">;
|
|
4319
|
+
crimsonA12: import("@stitches/react/types/theme").Token<"crimsonA12", string, "colors", "parrot-ui">;
|
|
4320
|
+
redA1: import("@stitches/react/types/theme").Token<"redA1", string, "colors", "parrot-ui">;
|
|
4321
|
+
redA2: import("@stitches/react/types/theme").Token<"redA2", string, "colors", "parrot-ui">;
|
|
4322
|
+
redA3: import("@stitches/react/types/theme").Token<"redA3", string, "colors", "parrot-ui">;
|
|
4323
|
+
redA4: import("@stitches/react/types/theme").Token<"redA4", string, "colors", "parrot-ui">;
|
|
4324
|
+
redA5: import("@stitches/react/types/theme").Token<"redA5", string, "colors", "parrot-ui">;
|
|
4325
|
+
redA6: import("@stitches/react/types/theme").Token<"redA6", string, "colors", "parrot-ui">;
|
|
4326
|
+
redA7: import("@stitches/react/types/theme").Token<"redA7", string, "colors", "parrot-ui">;
|
|
4327
|
+
redA8: import("@stitches/react/types/theme").Token<"redA8", string, "colors", "parrot-ui">;
|
|
4328
|
+
redA9: import("@stitches/react/types/theme").Token<"redA9", string, "colors", "parrot-ui">;
|
|
4329
|
+
redA10: import("@stitches/react/types/theme").Token<"redA10", string, "colors", "parrot-ui">;
|
|
4330
|
+
redA11: import("@stitches/react/types/theme").Token<"redA11", string, "colors", "parrot-ui">;
|
|
4331
|
+
redA12: import("@stitches/react/types/theme").Token<"redA12", string, "colors", "parrot-ui">;
|
|
4332
|
+
tomatoA1: import("@stitches/react/types/theme").Token<"tomatoA1", string, "colors", "parrot-ui">;
|
|
4333
|
+
tomatoA2: import("@stitches/react/types/theme").Token<"tomatoA2", string, "colors", "parrot-ui">;
|
|
4334
|
+
tomatoA3: import("@stitches/react/types/theme").Token<"tomatoA3", string, "colors", "parrot-ui">;
|
|
4335
|
+
tomatoA4: import("@stitches/react/types/theme").Token<"tomatoA4", string, "colors", "parrot-ui">;
|
|
4336
|
+
tomatoA5: import("@stitches/react/types/theme").Token<"tomatoA5", string, "colors", "parrot-ui">;
|
|
4337
|
+
tomatoA6: import("@stitches/react/types/theme").Token<"tomatoA6", string, "colors", "parrot-ui">;
|
|
4338
|
+
tomatoA7: import("@stitches/react/types/theme").Token<"tomatoA7", string, "colors", "parrot-ui">;
|
|
4339
|
+
tomatoA8: import("@stitches/react/types/theme").Token<"tomatoA8", string, "colors", "parrot-ui">;
|
|
4340
|
+
tomatoA9: import("@stitches/react/types/theme").Token<"tomatoA9", string, "colors", "parrot-ui">;
|
|
4341
|
+
tomatoA10: import("@stitches/react/types/theme").Token<"tomatoA10", string, "colors", "parrot-ui">;
|
|
4342
|
+
tomatoA11: import("@stitches/react/types/theme").Token<"tomatoA11", string, "colors", "parrot-ui">;
|
|
4343
|
+
tomatoA12: import("@stitches/react/types/theme").Token<"tomatoA12", string, "colors", "parrot-ui">;
|
|
4344
|
+
sandA1: import("@stitches/react/types/theme").Token<"sandA1", string, "colors", "parrot-ui">;
|
|
4345
|
+
sandA2: import("@stitches/react/types/theme").Token<"sandA2", string, "colors", "parrot-ui">;
|
|
4346
|
+
sandA3: import("@stitches/react/types/theme").Token<"sandA3", string, "colors", "parrot-ui">;
|
|
4347
|
+
sandA4: import("@stitches/react/types/theme").Token<"sandA4", string, "colors", "parrot-ui">;
|
|
4348
|
+
sandA5: import("@stitches/react/types/theme").Token<"sandA5", string, "colors", "parrot-ui">;
|
|
4349
|
+
sandA6: import("@stitches/react/types/theme").Token<"sandA6", string, "colors", "parrot-ui">;
|
|
4350
|
+
sandA7: import("@stitches/react/types/theme").Token<"sandA7", string, "colors", "parrot-ui">;
|
|
4351
|
+
sandA8: import("@stitches/react/types/theme").Token<"sandA8", string, "colors", "parrot-ui">;
|
|
4352
|
+
sandA9: import("@stitches/react/types/theme").Token<"sandA9", string, "colors", "parrot-ui">;
|
|
4353
|
+
sandA10: import("@stitches/react/types/theme").Token<"sandA10", string, "colors", "parrot-ui">;
|
|
4354
|
+
sandA11: import("@stitches/react/types/theme").Token<"sandA11", string, "colors", "parrot-ui">;
|
|
4355
|
+
sandA12: import("@stitches/react/types/theme").Token<"sandA12", string, "colors", "parrot-ui">;
|
|
4356
|
+
oliveA1: import("@stitches/react/types/theme").Token<"oliveA1", string, "colors", "parrot-ui">;
|
|
4357
|
+
oliveA2: import("@stitches/react/types/theme").Token<"oliveA2", string, "colors", "parrot-ui">;
|
|
4358
|
+
oliveA3: import("@stitches/react/types/theme").Token<"oliveA3", string, "colors", "parrot-ui">;
|
|
4359
|
+
oliveA4: import("@stitches/react/types/theme").Token<"oliveA4", string, "colors", "parrot-ui">;
|
|
4360
|
+
oliveA5: import("@stitches/react/types/theme").Token<"oliveA5", string, "colors", "parrot-ui">;
|
|
4361
|
+
oliveA6: import("@stitches/react/types/theme").Token<"oliveA6", string, "colors", "parrot-ui">;
|
|
4362
|
+
oliveA7: import("@stitches/react/types/theme").Token<"oliveA7", string, "colors", "parrot-ui">;
|
|
4363
|
+
oliveA8: import("@stitches/react/types/theme").Token<"oliveA8", string, "colors", "parrot-ui">;
|
|
4364
|
+
oliveA9: import("@stitches/react/types/theme").Token<"oliveA9", string, "colors", "parrot-ui">;
|
|
4365
|
+
oliveA10: import("@stitches/react/types/theme").Token<"oliveA10", string, "colors", "parrot-ui">;
|
|
4366
|
+
oliveA11: import("@stitches/react/types/theme").Token<"oliveA11", string, "colors", "parrot-ui">;
|
|
4367
|
+
oliveA12: import("@stitches/react/types/theme").Token<"oliveA12", string, "colors", "parrot-ui">;
|
|
4368
|
+
sageA1: import("@stitches/react/types/theme").Token<"sageA1", string, "colors", "parrot-ui">;
|
|
4369
|
+
sageA2: import("@stitches/react/types/theme").Token<"sageA2", string, "colors", "parrot-ui">;
|
|
4370
|
+
sageA3: import("@stitches/react/types/theme").Token<"sageA3", string, "colors", "parrot-ui">;
|
|
4371
|
+
sageA4: import("@stitches/react/types/theme").Token<"sageA4", string, "colors", "parrot-ui">;
|
|
4372
|
+
sageA5: import("@stitches/react/types/theme").Token<"sageA5", string, "colors", "parrot-ui">;
|
|
4373
|
+
sageA6: import("@stitches/react/types/theme").Token<"sageA6", string, "colors", "parrot-ui">;
|
|
4374
|
+
sageA7: import("@stitches/react/types/theme").Token<"sageA7", string, "colors", "parrot-ui">;
|
|
4375
|
+
sageA8: import("@stitches/react/types/theme").Token<"sageA8", string, "colors", "parrot-ui">;
|
|
4376
|
+
sageA9: import("@stitches/react/types/theme").Token<"sageA9", string, "colors", "parrot-ui">;
|
|
4377
|
+
sageA10: import("@stitches/react/types/theme").Token<"sageA10", string, "colors", "parrot-ui">;
|
|
4378
|
+
sageA11: import("@stitches/react/types/theme").Token<"sageA11", string, "colors", "parrot-ui">;
|
|
4379
|
+
sageA12: import("@stitches/react/types/theme").Token<"sageA12", string, "colors", "parrot-ui">;
|
|
4380
|
+
slateA1: import("@stitches/react/types/theme").Token<"slateA1", string, "colors", "parrot-ui">;
|
|
4381
|
+
slateA2: import("@stitches/react/types/theme").Token<"slateA2", string, "colors", "parrot-ui">;
|
|
4382
|
+
slateA3: import("@stitches/react/types/theme").Token<"slateA3", string, "colors", "parrot-ui">;
|
|
4383
|
+
slateA4: import("@stitches/react/types/theme").Token<"slateA4", string, "colors", "parrot-ui">;
|
|
4384
|
+
slateA5: import("@stitches/react/types/theme").Token<"slateA5", string, "colors", "parrot-ui">;
|
|
4385
|
+
slateA6: import("@stitches/react/types/theme").Token<"slateA6", string, "colors", "parrot-ui">;
|
|
4386
|
+
slateA7: import("@stitches/react/types/theme").Token<"slateA7", string, "colors", "parrot-ui">;
|
|
4387
|
+
slateA8: import("@stitches/react/types/theme").Token<"slateA8", string, "colors", "parrot-ui">;
|
|
4388
|
+
slateA9: import("@stitches/react/types/theme").Token<"slateA9", string, "colors", "parrot-ui">;
|
|
4389
|
+
slateA10: import("@stitches/react/types/theme").Token<"slateA10", string, "colors", "parrot-ui">;
|
|
4390
|
+
slateA11: import("@stitches/react/types/theme").Token<"slateA11", string, "colors", "parrot-ui">;
|
|
4391
|
+
slateA12: import("@stitches/react/types/theme").Token<"slateA12", string, "colors", "parrot-ui">;
|
|
4392
|
+
mauveA1: import("@stitches/react/types/theme").Token<"mauveA1", string, "colors", "parrot-ui">;
|
|
4393
|
+
mauveA2: import("@stitches/react/types/theme").Token<"mauveA2", string, "colors", "parrot-ui">;
|
|
4394
|
+
mauveA3: import("@stitches/react/types/theme").Token<"mauveA3", string, "colors", "parrot-ui">;
|
|
4395
|
+
mauveA4: import("@stitches/react/types/theme").Token<"mauveA4", string, "colors", "parrot-ui">;
|
|
4396
|
+
mauveA5: import("@stitches/react/types/theme").Token<"mauveA5", string, "colors", "parrot-ui">;
|
|
4397
|
+
mauveA6: import("@stitches/react/types/theme").Token<"mauveA6", string, "colors", "parrot-ui">;
|
|
4398
|
+
mauveA7: import("@stitches/react/types/theme").Token<"mauveA7", string, "colors", "parrot-ui">;
|
|
4399
|
+
mauveA8: import("@stitches/react/types/theme").Token<"mauveA8", string, "colors", "parrot-ui">;
|
|
4400
|
+
mauveA9: import("@stitches/react/types/theme").Token<"mauveA9", string, "colors", "parrot-ui">;
|
|
4401
|
+
mauveA10: import("@stitches/react/types/theme").Token<"mauveA10", string, "colors", "parrot-ui">;
|
|
4402
|
+
mauveA11: import("@stitches/react/types/theme").Token<"mauveA11", string, "colors", "parrot-ui">;
|
|
4403
|
+
mauveA12: import("@stitches/react/types/theme").Token<"mauveA12", string, "colors", "parrot-ui">;
|
|
4404
|
+
grayA1: import("@stitches/react/types/theme").Token<"grayA1", string, "colors", "parrot-ui">;
|
|
4405
|
+
grayA2: import("@stitches/react/types/theme").Token<"grayA2", string, "colors", "parrot-ui">;
|
|
4406
|
+
grayA3: import("@stitches/react/types/theme").Token<"grayA3", string, "colors", "parrot-ui">;
|
|
4407
|
+
grayA4: import("@stitches/react/types/theme").Token<"grayA4", string, "colors", "parrot-ui">;
|
|
4408
|
+
grayA5: import("@stitches/react/types/theme").Token<"grayA5", string, "colors", "parrot-ui">;
|
|
4409
|
+
grayA6: import("@stitches/react/types/theme").Token<"grayA6", string, "colors", "parrot-ui">;
|
|
4410
|
+
grayA7: import("@stitches/react/types/theme").Token<"grayA7", string, "colors", "parrot-ui">;
|
|
4411
|
+
grayA8: import("@stitches/react/types/theme").Token<"grayA8", string, "colors", "parrot-ui">;
|
|
4412
|
+
grayA9: import("@stitches/react/types/theme").Token<"grayA9", string, "colors", "parrot-ui">;
|
|
4413
|
+
grayA10: import("@stitches/react/types/theme").Token<"grayA10", string, "colors", "parrot-ui">;
|
|
4414
|
+
grayA11: import("@stitches/react/types/theme").Token<"grayA11", string, "colors", "parrot-ui">;
|
|
4415
|
+
grayA12: import("@stitches/react/types/theme").Token<"grayA12", string, "colors", "parrot-ui">;
|
|
4416
|
+
gold1: import("@stitches/react/types/theme").Token<"gold1", string, "colors", "parrot-ui">;
|
|
4417
|
+
gold2: import("@stitches/react/types/theme").Token<"gold2", string, "colors", "parrot-ui">;
|
|
4418
|
+
gold3: import("@stitches/react/types/theme").Token<"gold3", string, "colors", "parrot-ui">;
|
|
4419
|
+
gold4: import("@stitches/react/types/theme").Token<"gold4", string, "colors", "parrot-ui">;
|
|
4420
|
+
gold5: import("@stitches/react/types/theme").Token<"gold5", string, "colors", "parrot-ui">;
|
|
4421
|
+
gold6: import("@stitches/react/types/theme").Token<"gold6", string, "colors", "parrot-ui">;
|
|
4422
|
+
gold7: import("@stitches/react/types/theme").Token<"gold7", string, "colors", "parrot-ui">;
|
|
4423
|
+
gold8: import("@stitches/react/types/theme").Token<"gold8", string, "colors", "parrot-ui">;
|
|
4424
|
+
gold9: import("@stitches/react/types/theme").Token<"gold9", string, "colors", "parrot-ui">;
|
|
4425
|
+
gold10: import("@stitches/react/types/theme").Token<"gold10", string, "colors", "parrot-ui">;
|
|
4426
|
+
gold11: import("@stitches/react/types/theme").Token<"gold11", string, "colors", "parrot-ui">;
|
|
4427
|
+
gold12: import("@stitches/react/types/theme").Token<"gold12", string, "colors", "parrot-ui">;
|
|
4428
|
+
bronze1: import("@stitches/react/types/theme").Token<"bronze1", string, "colors", "parrot-ui">;
|
|
4429
|
+
bronze2: import("@stitches/react/types/theme").Token<"bronze2", string, "colors", "parrot-ui">;
|
|
4430
|
+
bronze3: import("@stitches/react/types/theme").Token<"bronze3", string, "colors", "parrot-ui">;
|
|
4431
|
+
bronze4: import("@stitches/react/types/theme").Token<"bronze4", string, "colors", "parrot-ui">;
|
|
4432
|
+
bronze5: import("@stitches/react/types/theme").Token<"bronze5", string, "colors", "parrot-ui">;
|
|
4433
|
+
bronze6: import("@stitches/react/types/theme").Token<"bronze6", string, "colors", "parrot-ui">;
|
|
4434
|
+
bronze7: import("@stitches/react/types/theme").Token<"bronze7", string, "colors", "parrot-ui">;
|
|
4435
|
+
bronze8: import("@stitches/react/types/theme").Token<"bronze8", string, "colors", "parrot-ui">;
|
|
4436
|
+
bronze9: import("@stitches/react/types/theme").Token<"bronze9", string, "colors", "parrot-ui">;
|
|
4437
|
+
bronze10: import("@stitches/react/types/theme").Token<"bronze10", string, "colors", "parrot-ui">;
|
|
4438
|
+
bronze11: import("@stitches/react/types/theme").Token<"bronze11", string, "colors", "parrot-ui">;
|
|
4439
|
+
bronze12: import("@stitches/react/types/theme").Token<"bronze12", string, "colors", "parrot-ui">;
|
|
4440
|
+
brown1: import("@stitches/react/types/theme").Token<"brown1", string, "colors", "parrot-ui">;
|
|
4441
|
+
brown2: import("@stitches/react/types/theme").Token<"brown2", string, "colors", "parrot-ui">;
|
|
4442
|
+
brown3: import("@stitches/react/types/theme").Token<"brown3", string, "colors", "parrot-ui">;
|
|
4443
|
+
brown4: import("@stitches/react/types/theme").Token<"brown4", string, "colors", "parrot-ui">;
|
|
4444
|
+
brown5: import("@stitches/react/types/theme").Token<"brown5", string, "colors", "parrot-ui">;
|
|
4445
|
+
brown6: import("@stitches/react/types/theme").Token<"brown6", string, "colors", "parrot-ui">;
|
|
4446
|
+
brown7: import("@stitches/react/types/theme").Token<"brown7", string, "colors", "parrot-ui">;
|
|
4447
|
+
brown8: import("@stitches/react/types/theme").Token<"brown8", string, "colors", "parrot-ui">;
|
|
4448
|
+
brown9: import("@stitches/react/types/theme").Token<"brown9", string, "colors", "parrot-ui">;
|
|
4449
|
+
brown10: import("@stitches/react/types/theme").Token<"brown10", string, "colors", "parrot-ui">;
|
|
4450
|
+
brown11: import("@stitches/react/types/theme").Token<"brown11", string, "colors", "parrot-ui">;
|
|
4451
|
+
brown12: import("@stitches/react/types/theme").Token<"brown12", string, "colors", "parrot-ui">;
|
|
4452
|
+
orange1: import("@stitches/react/types/theme").Token<"orange1", string, "colors", "parrot-ui">;
|
|
4453
|
+
orange2: import("@stitches/react/types/theme").Token<"orange2", string, "colors", "parrot-ui">;
|
|
4454
|
+
orange3: import("@stitches/react/types/theme").Token<"orange3", string, "colors", "parrot-ui">;
|
|
4455
|
+
orange4: import("@stitches/react/types/theme").Token<"orange4", string, "colors", "parrot-ui">;
|
|
4456
|
+
orange5: import("@stitches/react/types/theme").Token<"orange5", string, "colors", "parrot-ui">;
|
|
4457
|
+
orange6: import("@stitches/react/types/theme").Token<"orange6", string, "colors", "parrot-ui">;
|
|
4458
|
+
orange7: import("@stitches/react/types/theme").Token<"orange7", string, "colors", "parrot-ui">;
|
|
4459
|
+
orange8: import("@stitches/react/types/theme").Token<"orange8", string, "colors", "parrot-ui">;
|
|
4460
|
+
orange9: import("@stitches/react/types/theme").Token<"orange9", string, "colors", "parrot-ui">;
|
|
4461
|
+
orange10: import("@stitches/react/types/theme").Token<"orange10", string, "colors", "parrot-ui">;
|
|
4462
|
+
orange11: import("@stitches/react/types/theme").Token<"orange11", string, "colors", "parrot-ui">;
|
|
4463
|
+
orange12: import("@stitches/react/types/theme").Token<"orange12", string, "colors", "parrot-ui">;
|
|
4464
|
+
amber1: import("@stitches/react/types/theme").Token<"amber1", string, "colors", "parrot-ui">;
|
|
4465
|
+
amber2: import("@stitches/react/types/theme").Token<"amber2", string, "colors", "parrot-ui">;
|
|
4466
|
+
amber3: import("@stitches/react/types/theme").Token<"amber3", string, "colors", "parrot-ui">;
|
|
4467
|
+
amber4: import("@stitches/react/types/theme").Token<"amber4", string, "colors", "parrot-ui">;
|
|
4468
|
+
amber5: import("@stitches/react/types/theme").Token<"amber5", string, "colors", "parrot-ui">;
|
|
4469
|
+
amber6: import("@stitches/react/types/theme").Token<"amber6", string, "colors", "parrot-ui">;
|
|
4470
|
+
amber7: import("@stitches/react/types/theme").Token<"amber7", string, "colors", "parrot-ui">;
|
|
4471
|
+
amber8: import("@stitches/react/types/theme").Token<"amber8", string, "colors", "parrot-ui">;
|
|
4472
|
+
amber9: import("@stitches/react/types/theme").Token<"amber9", string, "colors", "parrot-ui">;
|
|
4473
|
+
amber10: import("@stitches/react/types/theme").Token<"amber10", string, "colors", "parrot-ui">;
|
|
4474
|
+
amber11: import("@stitches/react/types/theme").Token<"amber11", string, "colors", "parrot-ui">;
|
|
4475
|
+
amber12: import("@stitches/react/types/theme").Token<"amber12", string, "colors", "parrot-ui">;
|
|
4476
|
+
yellow1: import("@stitches/react/types/theme").Token<"yellow1", string, "colors", "parrot-ui">;
|
|
4477
|
+
yellow2: import("@stitches/react/types/theme").Token<"yellow2", string, "colors", "parrot-ui">;
|
|
4478
|
+
yellow3: import("@stitches/react/types/theme").Token<"yellow3", string, "colors", "parrot-ui">;
|
|
4479
|
+
yellow4: import("@stitches/react/types/theme").Token<"yellow4", string, "colors", "parrot-ui">;
|
|
4480
|
+
yellow5: import("@stitches/react/types/theme").Token<"yellow5", string, "colors", "parrot-ui">;
|
|
4481
|
+
yellow6: import("@stitches/react/types/theme").Token<"yellow6", string, "colors", "parrot-ui">;
|
|
4482
|
+
yellow7: import("@stitches/react/types/theme").Token<"yellow7", string, "colors", "parrot-ui">;
|
|
4483
|
+
yellow8: import("@stitches/react/types/theme").Token<"yellow8", string, "colors", "parrot-ui">;
|
|
4484
|
+
yellow9: import("@stitches/react/types/theme").Token<"yellow9", string, "colors", "parrot-ui">;
|
|
4485
|
+
yellow10: import("@stitches/react/types/theme").Token<"yellow10", string, "colors", "parrot-ui">;
|
|
4486
|
+
yellow11: import("@stitches/react/types/theme").Token<"yellow11", string, "colors", "parrot-ui">;
|
|
4487
|
+
yellow12: import("@stitches/react/types/theme").Token<"yellow12", string, "colors", "parrot-ui">;
|
|
4488
|
+
lime1: import("@stitches/react/types/theme").Token<"lime1", string, "colors", "parrot-ui">;
|
|
4489
|
+
lime2: import("@stitches/react/types/theme").Token<"lime2", string, "colors", "parrot-ui">;
|
|
4490
|
+
lime3: import("@stitches/react/types/theme").Token<"lime3", string, "colors", "parrot-ui">;
|
|
4491
|
+
lime4: import("@stitches/react/types/theme").Token<"lime4", string, "colors", "parrot-ui">;
|
|
4492
|
+
lime5: import("@stitches/react/types/theme").Token<"lime5", string, "colors", "parrot-ui">;
|
|
4493
|
+
lime6: import("@stitches/react/types/theme").Token<"lime6", string, "colors", "parrot-ui">;
|
|
4494
|
+
lime7: import("@stitches/react/types/theme").Token<"lime7", string, "colors", "parrot-ui">;
|
|
4495
|
+
lime8: import("@stitches/react/types/theme").Token<"lime8", string, "colors", "parrot-ui">;
|
|
4496
|
+
lime9: import("@stitches/react/types/theme").Token<"lime9", string, "colors", "parrot-ui">;
|
|
4497
|
+
lime10: import("@stitches/react/types/theme").Token<"lime10", string, "colors", "parrot-ui">;
|
|
4498
|
+
lime11: import("@stitches/react/types/theme").Token<"lime11", string, "colors", "parrot-ui">;
|
|
4499
|
+
lime12: import("@stitches/react/types/theme").Token<"lime12", string, "colors", "parrot-ui">;
|
|
4500
|
+
grass1: import("@stitches/react/types/theme").Token<"grass1", string, "colors", "parrot-ui">;
|
|
4501
|
+
grass2: import("@stitches/react/types/theme").Token<"grass2", string, "colors", "parrot-ui">;
|
|
4502
|
+
grass3: import("@stitches/react/types/theme").Token<"grass3", string, "colors", "parrot-ui">;
|
|
4503
|
+
grass4: import("@stitches/react/types/theme").Token<"grass4", string, "colors", "parrot-ui">;
|
|
4504
|
+
grass5: import("@stitches/react/types/theme").Token<"grass5", string, "colors", "parrot-ui">;
|
|
4505
|
+
grass6: import("@stitches/react/types/theme").Token<"grass6", string, "colors", "parrot-ui">;
|
|
4506
|
+
grass7: import("@stitches/react/types/theme").Token<"grass7", string, "colors", "parrot-ui">;
|
|
4507
|
+
grass8: import("@stitches/react/types/theme").Token<"grass8", string, "colors", "parrot-ui">;
|
|
4508
|
+
grass9: import("@stitches/react/types/theme").Token<"grass9", string, "colors", "parrot-ui">;
|
|
4509
|
+
grass10: import("@stitches/react/types/theme").Token<"grass10", string, "colors", "parrot-ui">;
|
|
4510
|
+
grass11: import("@stitches/react/types/theme").Token<"grass11", string, "colors", "parrot-ui">;
|
|
4511
|
+
grass12: import("@stitches/react/types/theme").Token<"grass12", string, "colors", "parrot-ui">;
|
|
4512
|
+
green1: import("@stitches/react/types/theme").Token<"green1", string, "colors", "parrot-ui">;
|
|
4513
|
+
green2: import("@stitches/react/types/theme").Token<"green2", string, "colors", "parrot-ui">;
|
|
4514
|
+
green3: import("@stitches/react/types/theme").Token<"green3", string, "colors", "parrot-ui">;
|
|
4515
|
+
green4: import("@stitches/react/types/theme").Token<"green4", string, "colors", "parrot-ui">;
|
|
4516
|
+
green5: import("@stitches/react/types/theme").Token<"green5", string, "colors", "parrot-ui">;
|
|
4517
|
+
green6: import("@stitches/react/types/theme").Token<"green6", string, "colors", "parrot-ui">;
|
|
4518
|
+
green7: import("@stitches/react/types/theme").Token<"green7", string, "colors", "parrot-ui">;
|
|
4519
|
+
green8: import("@stitches/react/types/theme").Token<"green8", string, "colors", "parrot-ui">;
|
|
4520
|
+
green9: import("@stitches/react/types/theme").Token<"green9", string, "colors", "parrot-ui">;
|
|
4521
|
+
green10: import("@stitches/react/types/theme").Token<"green10", string, "colors", "parrot-ui">;
|
|
4522
|
+
green11: import("@stitches/react/types/theme").Token<"green11", string, "colors", "parrot-ui">;
|
|
4523
|
+
green12: import("@stitches/react/types/theme").Token<"green12", string, "colors", "parrot-ui">;
|
|
4524
|
+
teal1: import("@stitches/react/types/theme").Token<"teal1", string, "colors", "parrot-ui">;
|
|
4525
|
+
teal2: import("@stitches/react/types/theme").Token<"teal2", string, "colors", "parrot-ui">;
|
|
4526
|
+
teal3: import("@stitches/react/types/theme").Token<"teal3", string, "colors", "parrot-ui">;
|
|
4527
|
+
teal4: import("@stitches/react/types/theme").Token<"teal4", string, "colors", "parrot-ui">;
|
|
4528
|
+
teal5: import("@stitches/react/types/theme").Token<"teal5", string, "colors", "parrot-ui">;
|
|
4529
|
+
teal6: import("@stitches/react/types/theme").Token<"teal6", string, "colors", "parrot-ui">;
|
|
4530
|
+
teal7: import("@stitches/react/types/theme").Token<"teal7", string, "colors", "parrot-ui">;
|
|
4531
|
+
teal8: import("@stitches/react/types/theme").Token<"teal8", string, "colors", "parrot-ui">;
|
|
4532
|
+
teal9: import("@stitches/react/types/theme").Token<"teal9", string, "colors", "parrot-ui">;
|
|
4533
|
+
teal10: import("@stitches/react/types/theme").Token<"teal10", string, "colors", "parrot-ui">;
|
|
4534
|
+
teal11: import("@stitches/react/types/theme").Token<"teal11", string, "colors", "parrot-ui">;
|
|
4535
|
+
teal12: import("@stitches/react/types/theme").Token<"teal12", string, "colors", "parrot-ui">;
|
|
4536
|
+
cyan1: import("@stitches/react/types/theme").Token<"cyan1", string, "colors", "parrot-ui">;
|
|
4537
|
+
cyan2: import("@stitches/react/types/theme").Token<"cyan2", string, "colors", "parrot-ui">;
|
|
4538
|
+
cyan3: import("@stitches/react/types/theme").Token<"cyan3", string, "colors", "parrot-ui">;
|
|
4539
|
+
cyan4: import("@stitches/react/types/theme").Token<"cyan4", string, "colors", "parrot-ui">;
|
|
4540
|
+
cyan5: import("@stitches/react/types/theme").Token<"cyan5", string, "colors", "parrot-ui">;
|
|
4541
|
+
cyan6: import("@stitches/react/types/theme").Token<"cyan6", string, "colors", "parrot-ui">;
|
|
4542
|
+
cyan7: import("@stitches/react/types/theme").Token<"cyan7", string, "colors", "parrot-ui">;
|
|
4543
|
+
cyan8: import("@stitches/react/types/theme").Token<"cyan8", string, "colors", "parrot-ui">;
|
|
4544
|
+
cyan9: import("@stitches/react/types/theme").Token<"cyan9", string, "colors", "parrot-ui">;
|
|
4545
|
+
cyan10: import("@stitches/react/types/theme").Token<"cyan10", string, "colors", "parrot-ui">;
|
|
4546
|
+
cyan11: import("@stitches/react/types/theme").Token<"cyan11", string, "colors", "parrot-ui">;
|
|
4547
|
+
cyan12: import("@stitches/react/types/theme").Token<"cyan12", string, "colors", "parrot-ui">;
|
|
4548
|
+
mint1: import("@stitches/react/types/theme").Token<"mint1", string, "colors", "parrot-ui">;
|
|
4549
|
+
mint2: import("@stitches/react/types/theme").Token<"mint2", string, "colors", "parrot-ui">;
|
|
4550
|
+
mint3: import("@stitches/react/types/theme").Token<"mint3", string, "colors", "parrot-ui">;
|
|
4551
|
+
mint4: import("@stitches/react/types/theme").Token<"mint4", string, "colors", "parrot-ui">;
|
|
4552
|
+
mint5: import("@stitches/react/types/theme").Token<"mint5", string, "colors", "parrot-ui">;
|
|
4553
|
+
mint6: import("@stitches/react/types/theme").Token<"mint6", string, "colors", "parrot-ui">;
|
|
4554
|
+
mint7: import("@stitches/react/types/theme").Token<"mint7", string, "colors", "parrot-ui">;
|
|
4555
|
+
mint8: import("@stitches/react/types/theme").Token<"mint8", string, "colors", "parrot-ui">;
|
|
4556
|
+
mint9: import("@stitches/react/types/theme").Token<"mint9", string, "colors", "parrot-ui">;
|
|
4557
|
+
mint10: import("@stitches/react/types/theme").Token<"mint10", string, "colors", "parrot-ui">;
|
|
4558
|
+
mint11: import("@stitches/react/types/theme").Token<"mint11", string, "colors", "parrot-ui">;
|
|
4559
|
+
mint12: import("@stitches/react/types/theme").Token<"mint12", string, "colors", "parrot-ui">;
|
|
4560
|
+
sky1: import("@stitches/react/types/theme").Token<"sky1", string, "colors", "parrot-ui">;
|
|
4561
|
+
sky2: import("@stitches/react/types/theme").Token<"sky2", string, "colors", "parrot-ui">;
|
|
4562
|
+
sky3: import("@stitches/react/types/theme").Token<"sky3", string, "colors", "parrot-ui">;
|
|
4563
|
+
sky4: import("@stitches/react/types/theme").Token<"sky4", string, "colors", "parrot-ui">;
|
|
4564
|
+
sky5: import("@stitches/react/types/theme").Token<"sky5", string, "colors", "parrot-ui">;
|
|
4565
|
+
sky6: import("@stitches/react/types/theme").Token<"sky6", string, "colors", "parrot-ui">;
|
|
4566
|
+
sky7: import("@stitches/react/types/theme").Token<"sky7", string, "colors", "parrot-ui">;
|
|
4567
|
+
sky8: import("@stitches/react/types/theme").Token<"sky8", string, "colors", "parrot-ui">;
|
|
4568
|
+
sky9: import("@stitches/react/types/theme").Token<"sky9", string, "colors", "parrot-ui">;
|
|
4569
|
+
sky10: import("@stitches/react/types/theme").Token<"sky10", string, "colors", "parrot-ui">;
|
|
4570
|
+
sky11: import("@stitches/react/types/theme").Token<"sky11", string, "colors", "parrot-ui">;
|
|
4571
|
+
sky12: import("@stitches/react/types/theme").Token<"sky12", string, "colors", "parrot-ui">;
|
|
4572
|
+
blue1: import("@stitches/react/types/theme").Token<"blue1", string, "colors", "parrot-ui">;
|
|
4573
|
+
blue2: import("@stitches/react/types/theme").Token<"blue2", string, "colors", "parrot-ui">;
|
|
4574
|
+
blue3: import("@stitches/react/types/theme").Token<"blue3", string, "colors", "parrot-ui">;
|
|
4575
|
+
blue4: import("@stitches/react/types/theme").Token<"blue4", string, "colors", "parrot-ui">;
|
|
4576
|
+
blue5: import("@stitches/react/types/theme").Token<"blue5", string, "colors", "parrot-ui">;
|
|
4577
|
+
blue6: import("@stitches/react/types/theme").Token<"blue6", string, "colors", "parrot-ui">;
|
|
4578
|
+
blue7: import("@stitches/react/types/theme").Token<"blue7", string, "colors", "parrot-ui">;
|
|
4579
|
+
blue8: import("@stitches/react/types/theme").Token<"blue8", string, "colors", "parrot-ui">;
|
|
4580
|
+
blue9: import("@stitches/react/types/theme").Token<"blue9", string, "colors", "parrot-ui">;
|
|
4581
|
+
blue10: import("@stitches/react/types/theme").Token<"blue10", string, "colors", "parrot-ui">;
|
|
4582
|
+
blue11: import("@stitches/react/types/theme").Token<"blue11", string, "colors", "parrot-ui">;
|
|
4583
|
+
blue12: import("@stitches/react/types/theme").Token<"blue12", string, "colors", "parrot-ui">;
|
|
4584
|
+
indigo1: import("@stitches/react/types/theme").Token<"indigo1", string, "colors", "parrot-ui">;
|
|
4585
|
+
indigo2: import("@stitches/react/types/theme").Token<"indigo2", string, "colors", "parrot-ui">;
|
|
4586
|
+
indigo3: import("@stitches/react/types/theme").Token<"indigo3", string, "colors", "parrot-ui">;
|
|
4587
|
+
indigo4: import("@stitches/react/types/theme").Token<"indigo4", string, "colors", "parrot-ui">;
|
|
4588
|
+
indigo5: import("@stitches/react/types/theme").Token<"indigo5", string, "colors", "parrot-ui">;
|
|
4589
|
+
indigo6: import("@stitches/react/types/theme").Token<"indigo6", string, "colors", "parrot-ui">;
|
|
4590
|
+
indigo7: import("@stitches/react/types/theme").Token<"indigo7", string, "colors", "parrot-ui">;
|
|
4591
|
+
indigo8: import("@stitches/react/types/theme").Token<"indigo8", string, "colors", "parrot-ui">;
|
|
4592
|
+
indigo9: import("@stitches/react/types/theme").Token<"indigo9", string, "colors", "parrot-ui">;
|
|
4593
|
+
indigo10: import("@stitches/react/types/theme").Token<"indigo10", string, "colors", "parrot-ui">;
|
|
4594
|
+
indigo11: import("@stitches/react/types/theme").Token<"indigo11", string, "colors", "parrot-ui">;
|
|
4595
|
+
indigo12: import("@stitches/react/types/theme").Token<"indigo12", string, "colors", "parrot-ui">;
|
|
4596
|
+
violet1: import("@stitches/react/types/theme").Token<"violet1", string, "colors", "parrot-ui">;
|
|
4597
|
+
violet2: import("@stitches/react/types/theme").Token<"violet2", string, "colors", "parrot-ui">;
|
|
4598
|
+
violet3: import("@stitches/react/types/theme").Token<"violet3", string, "colors", "parrot-ui">;
|
|
4599
|
+
violet4: import("@stitches/react/types/theme").Token<"violet4", string, "colors", "parrot-ui">;
|
|
4600
|
+
violet5: import("@stitches/react/types/theme").Token<"violet5", string, "colors", "parrot-ui">;
|
|
4601
|
+
violet6: import("@stitches/react/types/theme").Token<"violet6", string, "colors", "parrot-ui">;
|
|
4602
|
+
violet7: import("@stitches/react/types/theme").Token<"violet7", string, "colors", "parrot-ui">;
|
|
4603
|
+
violet8: import("@stitches/react/types/theme").Token<"violet8", string, "colors", "parrot-ui">;
|
|
4604
|
+
violet9: import("@stitches/react/types/theme").Token<"violet9", string, "colors", "parrot-ui">;
|
|
4605
|
+
violet10: import("@stitches/react/types/theme").Token<"violet10", string, "colors", "parrot-ui">;
|
|
4606
|
+
violet11: import("@stitches/react/types/theme").Token<"violet11", string, "colors", "parrot-ui">;
|
|
4607
|
+
violet12: import("@stitches/react/types/theme").Token<"violet12", string, "colors", "parrot-ui">;
|
|
4608
|
+
purple1: import("@stitches/react/types/theme").Token<"purple1", string, "colors", "parrot-ui">;
|
|
4609
|
+
purple2: import("@stitches/react/types/theme").Token<"purple2", string, "colors", "parrot-ui">;
|
|
4610
|
+
purple3: import("@stitches/react/types/theme").Token<"purple3", string, "colors", "parrot-ui">;
|
|
4611
|
+
purple4: import("@stitches/react/types/theme").Token<"purple4", string, "colors", "parrot-ui">;
|
|
4612
|
+
purple5: import("@stitches/react/types/theme").Token<"purple5", string, "colors", "parrot-ui">;
|
|
4613
|
+
purple6: import("@stitches/react/types/theme").Token<"purple6", string, "colors", "parrot-ui">;
|
|
4614
|
+
purple7: import("@stitches/react/types/theme").Token<"purple7", string, "colors", "parrot-ui">;
|
|
4615
|
+
purple8: import("@stitches/react/types/theme").Token<"purple8", string, "colors", "parrot-ui">;
|
|
4616
|
+
purple9: import("@stitches/react/types/theme").Token<"purple9", string, "colors", "parrot-ui">;
|
|
4617
|
+
purple10: import("@stitches/react/types/theme").Token<"purple10", string, "colors", "parrot-ui">;
|
|
4618
|
+
purple11: import("@stitches/react/types/theme").Token<"purple11", string, "colors", "parrot-ui">;
|
|
4619
|
+
purple12: import("@stitches/react/types/theme").Token<"purple12", string, "colors", "parrot-ui">;
|
|
4620
|
+
plum1: import("@stitches/react/types/theme").Token<"plum1", string, "colors", "parrot-ui">;
|
|
4621
|
+
plum2: import("@stitches/react/types/theme").Token<"plum2", string, "colors", "parrot-ui">;
|
|
4622
|
+
plum3: import("@stitches/react/types/theme").Token<"plum3", string, "colors", "parrot-ui">;
|
|
4623
|
+
plum4: import("@stitches/react/types/theme").Token<"plum4", string, "colors", "parrot-ui">;
|
|
4624
|
+
plum5: import("@stitches/react/types/theme").Token<"plum5", string, "colors", "parrot-ui">;
|
|
4625
|
+
plum6: import("@stitches/react/types/theme").Token<"plum6", string, "colors", "parrot-ui">;
|
|
4626
|
+
plum7: import("@stitches/react/types/theme").Token<"plum7", string, "colors", "parrot-ui">;
|
|
4627
|
+
plum8: import("@stitches/react/types/theme").Token<"plum8", string, "colors", "parrot-ui">;
|
|
4628
|
+
plum9: import("@stitches/react/types/theme").Token<"plum9", string, "colors", "parrot-ui">;
|
|
4629
|
+
plum10: import("@stitches/react/types/theme").Token<"plum10", string, "colors", "parrot-ui">;
|
|
4630
|
+
plum11: import("@stitches/react/types/theme").Token<"plum11", string, "colors", "parrot-ui">;
|
|
4631
|
+
plum12: import("@stitches/react/types/theme").Token<"plum12", string, "colors", "parrot-ui">;
|
|
4632
|
+
pink1: import("@stitches/react/types/theme").Token<"pink1", string, "colors", "parrot-ui">;
|
|
4633
|
+
pink2: import("@stitches/react/types/theme").Token<"pink2", string, "colors", "parrot-ui">;
|
|
4634
|
+
pink3: import("@stitches/react/types/theme").Token<"pink3", string, "colors", "parrot-ui">;
|
|
4635
|
+
pink4: import("@stitches/react/types/theme").Token<"pink4", string, "colors", "parrot-ui">;
|
|
4636
|
+
pink5: import("@stitches/react/types/theme").Token<"pink5", string, "colors", "parrot-ui">;
|
|
4637
|
+
pink6: import("@stitches/react/types/theme").Token<"pink6", string, "colors", "parrot-ui">;
|
|
4638
|
+
pink7: import("@stitches/react/types/theme").Token<"pink7", string, "colors", "parrot-ui">;
|
|
4639
|
+
pink8: import("@stitches/react/types/theme").Token<"pink8", string, "colors", "parrot-ui">;
|
|
4640
|
+
pink9: import("@stitches/react/types/theme").Token<"pink9", string, "colors", "parrot-ui">;
|
|
4641
|
+
pink10: import("@stitches/react/types/theme").Token<"pink10", string, "colors", "parrot-ui">;
|
|
4642
|
+
pink11: import("@stitches/react/types/theme").Token<"pink11", string, "colors", "parrot-ui">;
|
|
4643
|
+
pink12: import("@stitches/react/types/theme").Token<"pink12", string, "colors", "parrot-ui">;
|
|
4644
|
+
crimson1: import("@stitches/react/types/theme").Token<"crimson1", string, "colors", "parrot-ui">;
|
|
4645
|
+
crimson2: import("@stitches/react/types/theme").Token<"crimson2", string, "colors", "parrot-ui">;
|
|
4646
|
+
crimson3: import("@stitches/react/types/theme").Token<"crimson3", string, "colors", "parrot-ui">;
|
|
4647
|
+
crimson4: import("@stitches/react/types/theme").Token<"crimson4", string, "colors", "parrot-ui">;
|
|
4648
|
+
crimson5: import("@stitches/react/types/theme").Token<"crimson5", string, "colors", "parrot-ui">;
|
|
4649
|
+
crimson6: import("@stitches/react/types/theme").Token<"crimson6", string, "colors", "parrot-ui">;
|
|
4650
|
+
crimson7: import("@stitches/react/types/theme").Token<"crimson7", string, "colors", "parrot-ui">;
|
|
4651
|
+
crimson8: import("@stitches/react/types/theme").Token<"crimson8", string, "colors", "parrot-ui">;
|
|
4652
|
+
crimson9: import("@stitches/react/types/theme").Token<"crimson9", string, "colors", "parrot-ui">;
|
|
4653
|
+
crimson10: import("@stitches/react/types/theme").Token<"crimson10", string, "colors", "parrot-ui">;
|
|
4654
|
+
crimson11: import("@stitches/react/types/theme").Token<"crimson11", string, "colors", "parrot-ui">;
|
|
4655
|
+
crimson12: import("@stitches/react/types/theme").Token<"crimson12", string, "colors", "parrot-ui">;
|
|
4656
|
+
red1: import("@stitches/react/types/theme").Token<"red1", string, "colors", "parrot-ui">;
|
|
4657
|
+
red2: import("@stitches/react/types/theme").Token<"red2", string, "colors", "parrot-ui">;
|
|
4658
|
+
red3: import("@stitches/react/types/theme").Token<"red3", string, "colors", "parrot-ui">;
|
|
4659
|
+
red4: import("@stitches/react/types/theme").Token<"red4", string, "colors", "parrot-ui">;
|
|
4660
|
+
red5: import("@stitches/react/types/theme").Token<"red5", string, "colors", "parrot-ui">;
|
|
4661
|
+
red6: import("@stitches/react/types/theme").Token<"red6", string, "colors", "parrot-ui">;
|
|
4662
|
+
red7: import("@stitches/react/types/theme").Token<"red7", string, "colors", "parrot-ui">;
|
|
4663
|
+
red8: import("@stitches/react/types/theme").Token<"red8", string, "colors", "parrot-ui">;
|
|
4664
|
+
red9: import("@stitches/react/types/theme").Token<"red9", string, "colors", "parrot-ui">;
|
|
4665
|
+
red10: import("@stitches/react/types/theme").Token<"red10", string, "colors", "parrot-ui">;
|
|
4666
|
+
red11: import("@stitches/react/types/theme").Token<"red11", string, "colors", "parrot-ui">;
|
|
4667
|
+
red12: import("@stitches/react/types/theme").Token<"red12", string, "colors", "parrot-ui">;
|
|
4668
|
+
tomato1: import("@stitches/react/types/theme").Token<"tomato1", string, "colors", "parrot-ui">;
|
|
4669
|
+
tomato2: import("@stitches/react/types/theme").Token<"tomato2", string, "colors", "parrot-ui">;
|
|
4670
|
+
tomato3: import("@stitches/react/types/theme").Token<"tomato3", string, "colors", "parrot-ui">;
|
|
4671
|
+
tomato4: import("@stitches/react/types/theme").Token<"tomato4", string, "colors", "parrot-ui">;
|
|
4672
|
+
tomato5: import("@stitches/react/types/theme").Token<"tomato5", string, "colors", "parrot-ui">;
|
|
4673
|
+
tomato6: import("@stitches/react/types/theme").Token<"tomato6", string, "colors", "parrot-ui">;
|
|
4674
|
+
tomato7: import("@stitches/react/types/theme").Token<"tomato7", string, "colors", "parrot-ui">;
|
|
4675
|
+
tomato8: import("@stitches/react/types/theme").Token<"tomato8", string, "colors", "parrot-ui">;
|
|
4676
|
+
tomato9: import("@stitches/react/types/theme").Token<"tomato9", string, "colors", "parrot-ui">;
|
|
4677
|
+
tomato10: import("@stitches/react/types/theme").Token<"tomato10", string, "colors", "parrot-ui">;
|
|
4678
|
+
tomato11: import("@stitches/react/types/theme").Token<"tomato11", string, "colors", "parrot-ui">;
|
|
4679
|
+
tomato12: import("@stitches/react/types/theme").Token<"tomato12", string, "colors", "parrot-ui">;
|
|
4680
|
+
sand1: import("@stitches/react/types/theme").Token<"sand1", string, "colors", "parrot-ui">;
|
|
4681
|
+
sand2: import("@stitches/react/types/theme").Token<"sand2", string, "colors", "parrot-ui">;
|
|
4682
|
+
sand3: import("@stitches/react/types/theme").Token<"sand3", string, "colors", "parrot-ui">;
|
|
4683
|
+
sand4: import("@stitches/react/types/theme").Token<"sand4", string, "colors", "parrot-ui">;
|
|
4684
|
+
sand5: import("@stitches/react/types/theme").Token<"sand5", string, "colors", "parrot-ui">;
|
|
4685
|
+
sand6: import("@stitches/react/types/theme").Token<"sand6", string, "colors", "parrot-ui">;
|
|
4686
|
+
sand7: import("@stitches/react/types/theme").Token<"sand7", string, "colors", "parrot-ui">;
|
|
4687
|
+
sand8: import("@stitches/react/types/theme").Token<"sand8", string, "colors", "parrot-ui">;
|
|
4688
|
+
sand9: import("@stitches/react/types/theme").Token<"sand9", string, "colors", "parrot-ui">;
|
|
4689
|
+
sand10: import("@stitches/react/types/theme").Token<"sand10", string, "colors", "parrot-ui">;
|
|
4690
|
+
sand11: import("@stitches/react/types/theme").Token<"sand11", string, "colors", "parrot-ui">;
|
|
4691
|
+
sand12: import("@stitches/react/types/theme").Token<"sand12", string, "colors", "parrot-ui">;
|
|
4692
|
+
olive1: import("@stitches/react/types/theme").Token<"olive1", string, "colors", "parrot-ui">;
|
|
4693
|
+
olive2: import("@stitches/react/types/theme").Token<"olive2", string, "colors", "parrot-ui">;
|
|
4694
|
+
olive3: import("@stitches/react/types/theme").Token<"olive3", string, "colors", "parrot-ui">;
|
|
4695
|
+
olive4: import("@stitches/react/types/theme").Token<"olive4", string, "colors", "parrot-ui">;
|
|
4696
|
+
olive5: import("@stitches/react/types/theme").Token<"olive5", string, "colors", "parrot-ui">;
|
|
4697
|
+
olive6: import("@stitches/react/types/theme").Token<"olive6", string, "colors", "parrot-ui">;
|
|
4698
|
+
olive7: import("@stitches/react/types/theme").Token<"olive7", string, "colors", "parrot-ui">;
|
|
4699
|
+
olive8: import("@stitches/react/types/theme").Token<"olive8", string, "colors", "parrot-ui">;
|
|
4700
|
+
olive9: import("@stitches/react/types/theme").Token<"olive9", string, "colors", "parrot-ui">;
|
|
4701
|
+
olive10: import("@stitches/react/types/theme").Token<"olive10", string, "colors", "parrot-ui">;
|
|
4702
|
+
olive11: import("@stitches/react/types/theme").Token<"olive11", string, "colors", "parrot-ui">;
|
|
4703
|
+
olive12: import("@stitches/react/types/theme").Token<"olive12", string, "colors", "parrot-ui">;
|
|
4704
|
+
sage1: import("@stitches/react/types/theme").Token<"sage1", string, "colors", "parrot-ui">;
|
|
4705
|
+
sage2: import("@stitches/react/types/theme").Token<"sage2", string, "colors", "parrot-ui">;
|
|
4706
|
+
sage3: import("@stitches/react/types/theme").Token<"sage3", string, "colors", "parrot-ui">;
|
|
4707
|
+
sage4: import("@stitches/react/types/theme").Token<"sage4", string, "colors", "parrot-ui">;
|
|
4708
|
+
sage5: import("@stitches/react/types/theme").Token<"sage5", string, "colors", "parrot-ui">;
|
|
4709
|
+
sage6: import("@stitches/react/types/theme").Token<"sage6", string, "colors", "parrot-ui">;
|
|
4710
|
+
sage7: import("@stitches/react/types/theme").Token<"sage7", string, "colors", "parrot-ui">;
|
|
4711
|
+
sage8: import("@stitches/react/types/theme").Token<"sage8", string, "colors", "parrot-ui">;
|
|
4712
|
+
sage9: import("@stitches/react/types/theme").Token<"sage9", string, "colors", "parrot-ui">;
|
|
4713
|
+
sage10: import("@stitches/react/types/theme").Token<"sage10", string, "colors", "parrot-ui">;
|
|
4714
|
+
sage11: import("@stitches/react/types/theme").Token<"sage11", string, "colors", "parrot-ui">;
|
|
4715
|
+
sage12: import("@stitches/react/types/theme").Token<"sage12", string, "colors", "parrot-ui">;
|
|
4716
|
+
slate1: import("@stitches/react/types/theme").Token<"slate1", string, "colors", "parrot-ui">;
|
|
4717
|
+
slate2: import("@stitches/react/types/theme").Token<"slate2", string, "colors", "parrot-ui">;
|
|
4718
|
+
slate3: import("@stitches/react/types/theme").Token<"slate3", string, "colors", "parrot-ui">;
|
|
4719
|
+
slate4: import("@stitches/react/types/theme").Token<"slate4", string, "colors", "parrot-ui">;
|
|
4720
|
+
slate5: import("@stitches/react/types/theme").Token<"slate5", string, "colors", "parrot-ui">;
|
|
4721
|
+
slate6: import("@stitches/react/types/theme").Token<"slate6", string, "colors", "parrot-ui">;
|
|
4722
|
+
slate7: import("@stitches/react/types/theme").Token<"slate7", string, "colors", "parrot-ui">;
|
|
4723
|
+
slate8: import("@stitches/react/types/theme").Token<"slate8", string, "colors", "parrot-ui">;
|
|
4724
|
+
slate9: import("@stitches/react/types/theme").Token<"slate9", string, "colors", "parrot-ui">;
|
|
4725
|
+
slate10: import("@stitches/react/types/theme").Token<"slate10", string, "colors", "parrot-ui">;
|
|
4726
|
+
slate11: import("@stitches/react/types/theme").Token<"slate11", string, "colors", "parrot-ui">;
|
|
4727
|
+
slate12: import("@stitches/react/types/theme").Token<"slate12", string, "colors", "parrot-ui">;
|
|
4728
|
+
mauve1: import("@stitches/react/types/theme").Token<"mauve1", string, "colors", "parrot-ui">;
|
|
4729
|
+
mauve2: import("@stitches/react/types/theme").Token<"mauve2", string, "colors", "parrot-ui">;
|
|
4730
|
+
mauve3: import("@stitches/react/types/theme").Token<"mauve3", string, "colors", "parrot-ui">;
|
|
4731
|
+
mauve4: import("@stitches/react/types/theme").Token<"mauve4", string, "colors", "parrot-ui">;
|
|
4732
|
+
mauve5: import("@stitches/react/types/theme").Token<"mauve5", string, "colors", "parrot-ui">;
|
|
4733
|
+
mauve6: import("@stitches/react/types/theme").Token<"mauve6", string, "colors", "parrot-ui">;
|
|
4734
|
+
mauve7: import("@stitches/react/types/theme").Token<"mauve7", string, "colors", "parrot-ui">;
|
|
4735
|
+
mauve8: import("@stitches/react/types/theme").Token<"mauve8", string, "colors", "parrot-ui">;
|
|
4736
|
+
mauve9: import("@stitches/react/types/theme").Token<"mauve9", string, "colors", "parrot-ui">;
|
|
4737
|
+
mauve10: import("@stitches/react/types/theme").Token<"mauve10", string, "colors", "parrot-ui">;
|
|
4738
|
+
mauve11: import("@stitches/react/types/theme").Token<"mauve11", string, "colors", "parrot-ui">;
|
|
4739
|
+
mauve12: import("@stitches/react/types/theme").Token<"mauve12", string, "colors", "parrot-ui">;
|
|
4740
|
+
gray1: import("@stitches/react/types/theme").Token<"gray1", string, "colors", "parrot-ui">;
|
|
4741
|
+
gray2: import("@stitches/react/types/theme").Token<"gray2", string, "colors", "parrot-ui">;
|
|
4742
|
+
gray3: import("@stitches/react/types/theme").Token<"gray3", string, "colors", "parrot-ui">;
|
|
4743
|
+
gray4: import("@stitches/react/types/theme").Token<"gray4", string, "colors", "parrot-ui">;
|
|
4744
|
+
gray5: import("@stitches/react/types/theme").Token<"gray5", string, "colors", "parrot-ui">;
|
|
4745
|
+
gray6: import("@stitches/react/types/theme").Token<"gray6", string, "colors", "parrot-ui">;
|
|
4746
|
+
gray7: import("@stitches/react/types/theme").Token<"gray7", string, "colors", "parrot-ui">;
|
|
4747
|
+
gray8: import("@stitches/react/types/theme").Token<"gray8", string, "colors", "parrot-ui">;
|
|
4748
|
+
gray9: import("@stitches/react/types/theme").Token<"gray9", string, "colors", "parrot-ui">;
|
|
4749
|
+
gray10: import("@stitches/react/types/theme").Token<"gray10", string, "colors", "parrot-ui">;
|
|
4750
|
+
gray11: import("@stitches/react/types/theme").Token<"gray11", string, "colors", "parrot-ui">;
|
|
4751
|
+
gray12: import("@stitches/react/types/theme").Token<"gray12", string, "colors", "parrot-ui">;
|
|
4752
|
+
};
|
|
4753
|
+
shadows: {
|
|
4754
|
+
subtle: import("@stitches/react/types/theme").Token<"subtle", string, "shadows", "parrot-ui">;
|
|
4755
|
+
sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", "parrot-ui">;
|
|
4756
|
+
focusRing: import("@stitches/react/types/theme").Token<"focusRing", string, "shadows", "parrot-ui">;
|
|
4757
|
+
focusRingError: import("@stitches/react/types/theme").Token<"focusRingError", string, "shadows", "parrot-ui">;
|
|
4758
|
+
focusRingValid: import("@stitches/react/types/theme").Token<"focusRingValid", string, "shadows", "parrot-ui">;
|
|
4759
|
+
};
|
|
4760
|
+
fonts: {
|
|
4761
|
+
sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", "parrot-ui">;
|
|
4762
|
+
};
|
|
4763
|
+
fontWeights: {
|
|
4764
|
+
regular: import("@stitches/react/types/theme").Token<"regular", string, "fontWeights", "parrot-ui">;
|
|
4765
|
+
medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", "parrot-ui">;
|
|
4766
|
+
semibold: import("@stitches/react/types/theme").Token<"semibold", string, "fontWeights", "parrot-ui">;
|
|
4767
|
+
bold: import("@stitches/react/types/theme").Token<"bold", string, "fontWeights", "parrot-ui">;
|
|
4768
|
+
heavy: import("@stitches/react/types/theme").Token<"heavy", string, "fontWeights", "parrot-ui">;
|
|
4769
|
+
};
|
|
4770
|
+
fontSizes: {
|
|
4771
|
+
1: import("@stitches/react/types/theme").Token<"1", string, "fontSizes", "parrot-ui">;
|
|
4772
|
+
2: import("@stitches/react/types/theme").Token<"2", string, "fontSizes", "parrot-ui">;
|
|
4773
|
+
3: import("@stitches/react/types/theme").Token<"3", string, "fontSizes", "parrot-ui">;
|
|
4774
|
+
4: import("@stitches/react/types/theme").Token<"4", string, "fontSizes", "parrot-ui">;
|
|
4775
|
+
5: import("@stitches/react/types/theme").Token<"5", string, "fontSizes", "parrot-ui">;
|
|
4776
|
+
6: import("@stitches/react/types/theme").Token<"6", string, "fontSizes", "parrot-ui">;
|
|
4777
|
+
7: import("@stitches/react/types/theme").Token<"7", string, "fontSizes", "parrot-ui">;
|
|
4778
|
+
8: import("@stitches/react/types/theme").Token<"8", string, "fontSizes", "parrot-ui">;
|
|
4779
|
+
9: import("@stitches/react/types/theme").Token<"9", string, "fontSizes", "parrot-ui">;
|
|
4780
|
+
10: import("@stitches/react/types/theme").Token<"10", string, "fontSizes", "parrot-ui">;
|
|
4781
|
+
11: import("@stitches/react/types/theme").Token<"11", string, "fontSizes", "parrot-ui">;
|
|
4782
|
+
12: import("@stitches/react/types/theme").Token<"12", string, "fontSizes", "parrot-ui">;
|
|
4783
|
+
13: import("@stitches/react/types/theme").Token<"13", string, "fontSizes", "parrot-ui">;
|
|
4784
|
+
14: import("@stitches/react/types/theme").Token<"14", string, "fontSizes", "parrot-ui">;
|
|
4785
|
+
};
|
|
4786
|
+
lineHeights: {
|
|
4787
|
+
normal: import("@stitches/react/types/theme").Token<"normal", string, "lineHeights", "parrot-ui">;
|
|
4788
|
+
none: import("@stitches/react/types/theme").Token<"none", string, "lineHeights", "parrot-ui">;
|
|
4789
|
+
shorter: import("@stitches/react/types/theme").Token<"shorter", string, "lineHeights", "parrot-ui">;
|
|
4790
|
+
short: import("@stitches/react/types/theme").Token<"short", string, "lineHeights", "parrot-ui">;
|
|
4791
|
+
base: import("@stitches/react/types/theme").Token<"base", string, "lineHeights", "parrot-ui">;
|
|
4792
|
+
tall: import("@stitches/react/types/theme").Token<"tall", string, "lineHeights", "parrot-ui">;
|
|
4793
|
+
taller: import("@stitches/react/types/theme").Token<"taller", string, "lineHeights", "parrot-ui">;
|
|
4794
|
+
"3": import("@stitches/react/types/theme").Token<"3", string, "lineHeights", "parrot-ui">;
|
|
4795
|
+
"4": import("@stitches/react/types/theme").Token<"4", string, "lineHeights", "parrot-ui">;
|
|
4796
|
+
"5": import("@stitches/react/types/theme").Token<"5", string, "lineHeights", "parrot-ui">;
|
|
4797
|
+
"6": import("@stitches/react/types/theme").Token<"6", string, "lineHeights", "parrot-ui">;
|
|
4798
|
+
"7": import("@stitches/react/types/theme").Token<"7", string, "lineHeights", "parrot-ui">;
|
|
4799
|
+
"8": import("@stitches/react/types/theme").Token<"8", string, "lineHeights", "parrot-ui">;
|
|
4800
|
+
"9": import("@stitches/react/types/theme").Token<"9", string, "lineHeights", "parrot-ui">;
|
|
4801
|
+
"10": import("@stitches/react/types/theme").Token<"10", string, "lineHeights", "parrot-ui">;
|
|
4802
|
+
};
|
|
4803
|
+
space: {
|
|
4804
|
+
px: import("@stitches/react/types/theme").Token<"px", string, "space", "parrot-ui">;
|
|
4805
|
+
0: import("@stitches/react/types/theme").Token<"0", string, "space", "parrot-ui">;
|
|
4806
|
+
1: import("@stitches/react/types/theme").Token<"1", string, "space", "parrot-ui">;
|
|
4807
|
+
2: import("@stitches/react/types/theme").Token<"2", string, "space", "parrot-ui">;
|
|
4808
|
+
3: import("@stitches/react/types/theme").Token<"3", string, "space", "parrot-ui">;
|
|
4809
|
+
4: import("@stitches/react/types/theme").Token<"4", string, "space", "parrot-ui">;
|
|
4810
|
+
5: import("@stitches/react/types/theme").Token<"5", string, "space", "parrot-ui">;
|
|
4811
|
+
6: import("@stitches/react/types/theme").Token<"6", string, "space", "parrot-ui">;
|
|
4812
|
+
7: import("@stitches/react/types/theme").Token<"7", string, "space", "parrot-ui">;
|
|
4813
|
+
8: import("@stitches/react/types/theme").Token<"8", string, "space", "parrot-ui">;
|
|
4814
|
+
9: import("@stitches/react/types/theme").Token<"9", string, "space", "parrot-ui">;
|
|
4815
|
+
10: import("@stitches/react/types/theme").Token<"10", string, "space", "parrot-ui">;
|
|
4816
|
+
11: import("@stitches/react/types/theme").Token<"11", string, "space", "parrot-ui">;
|
|
4817
|
+
12: import("@stitches/react/types/theme").Token<"12", string, "space", "parrot-ui">;
|
|
4818
|
+
14: import("@stitches/react/types/theme").Token<"14", string, "space", "parrot-ui">;
|
|
4819
|
+
16: import("@stitches/react/types/theme").Token<"16", string, "space", "parrot-ui">;
|
|
4820
|
+
20: import("@stitches/react/types/theme").Token<"20", string, "space", "parrot-ui">;
|
|
4821
|
+
24: import("@stitches/react/types/theme").Token<"24", string, "space", "parrot-ui">;
|
|
4822
|
+
28: import("@stitches/react/types/theme").Token<"28", string, "space", "parrot-ui">;
|
|
4823
|
+
32: import("@stitches/react/types/theme").Token<"32", string, "space", "parrot-ui">;
|
|
4824
|
+
36: import("@stitches/react/types/theme").Token<"36", string, "space", "parrot-ui">;
|
|
4825
|
+
40: import("@stitches/react/types/theme").Token<"40", string, "space", "parrot-ui">;
|
|
4826
|
+
44: import("@stitches/react/types/theme").Token<"44", string, "space", "parrot-ui">;
|
|
4827
|
+
48: import("@stitches/react/types/theme").Token<"48", string, "space", "parrot-ui">;
|
|
4828
|
+
52: import("@stitches/react/types/theme").Token<"52", string, "space", "parrot-ui">;
|
|
4829
|
+
56: import("@stitches/react/types/theme").Token<"56", string, "space", "parrot-ui">;
|
|
4830
|
+
60: import("@stitches/react/types/theme").Token<"60", string, "space", "parrot-ui">;
|
|
4831
|
+
64: import("@stitches/react/types/theme").Token<"64", string, "space", "parrot-ui">;
|
|
4832
|
+
72: import("@stitches/react/types/theme").Token<"72", string, "space", "parrot-ui">;
|
|
4833
|
+
80: import("@stitches/react/types/theme").Token<"80", string, "space", "parrot-ui">;
|
|
4834
|
+
96: import("@stitches/react/types/theme").Token<"96", string, "space", "parrot-ui">;
|
|
4835
|
+
};
|
|
1620
4836
|
};
|
|
1621
|
-
type
|
|
4837
|
+
export type ParrotCSS = CSS<typeof ParrotThemeConfig>;
|
|
1622
4838
|
export const Box: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1623
4839
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
1624
4840
|
stretchX?: boolean | "true" | undefined;
|
|
@@ -11388,7 +14604,7 @@ export const Input: React.ForwardRefExoticComponent<InputProps & Omit<AriaTextFi
|
|
|
11388
14604
|
dark: "(prefers-color-scheme: dark)";
|
|
11389
14605
|
light: "(prefers-color-scheme: light)";
|
|
11390
14606
|
}> & {
|
|
11391
|
-
css?:
|
|
14607
|
+
css?: ParrotCSS | undefined;
|
|
11392
14608
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
11393
14609
|
declare const Wrapper: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
11394
14610
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
@@ -16328,7 +19544,7 @@ export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a"
|
|
|
16328
19544
|
append?: React.ReactNode;
|
|
16329
19545
|
prepend?: React.ReactNode;
|
|
16330
19546
|
as?: React.ElementType<any> | undefined;
|
|
16331
|
-
css?:
|
|
19547
|
+
css?: ParrotCSS | undefined;
|
|
16332
19548
|
isLoading?: boolean | undefined;
|
|
16333
19549
|
} & React.HTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
|
|
16334
19550
|
export const IconButton: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a" | "button"> & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
@@ -17198,7 +20414,7 @@ export const IconButton: React.ForwardRefExoticComponent<AriaButtonProps<"div" |
|
|
|
17198
20414
|
light: "(prefers-color-scheme: light)";
|
|
17199
20415
|
}> & {
|
|
17200
20416
|
as?: "div" | "a" | "button" | undefined;
|
|
17201
|
-
css?:
|
|
20417
|
+
css?: ParrotCSS | undefined;
|
|
17202
20418
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
17203
20419
|
export const Textarea: React.ForwardRefExoticComponent<Omit<InputProps, "append" | "prepend"> & AriaTextFieldOptions<"textarea"> & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
17204
20420
|
isDisabled?: boolean | "true" | undefined;
|
|
@@ -18045,7 +21261,7 @@ export const Textarea: React.ForwardRefExoticComponent<Omit<InputProps, "append"
|
|
|
18045
21261
|
dark: "(prefers-color-scheme: dark)";
|
|
18046
21262
|
light: "(prefers-color-scheme: light)";
|
|
18047
21263
|
}> & {
|
|
18048
|
-
css?:
|
|
21264
|
+
css?: ParrotCSS | undefined;
|
|
18049
21265
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18050
21266
|
type Props = AriaCheckboxGroupProps & React.ComponentProps<typeof Flex>;
|
|
18051
21267
|
export const CheckboxGroup: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -18083,7 +21299,7 @@ export const Radio: React.ForwardRefExoticComponent<AriaRadioProps & import("@st
|
|
|
18083
21299
|
}> & React.RefAttributes<HTMLLabelElement>>;
|
|
18084
21300
|
export const RadioGroup: React.ForwardRefExoticComponent<AriaRadioGroupProps & {
|
|
18085
21301
|
children?: React.ReactNode;
|
|
18086
|
-
css?:
|
|
21302
|
+
css?: ParrotCSS | undefined;
|
|
18087
21303
|
} & import("@stitches/react/types/styled-component").TransformProps<{
|
|
18088
21304
|
inline?: boolean | "true" | undefined;
|
|
18089
21305
|
stack?: boolean | "true" | undefined;
|
|
@@ -18123,7 +21339,7 @@ export const RadioCard: React.ForwardRefExoticComponent<AriaRadioProps & import(
|
|
|
18123
21339
|
title?: React.ReactNode;
|
|
18124
21340
|
description?: React.ReactNode;
|
|
18125
21341
|
children?: React.ReactNode;
|
|
18126
|
-
css?:
|
|
21342
|
+
css?: ParrotCSS | undefined;
|
|
18127
21343
|
showIndicator?: boolean | undefined;
|
|
18128
21344
|
} & React.RefAttributes<HTMLLabelElement>>;
|
|
18129
21345
|
declare const SelectTrigger: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
@@ -18941,7 +22157,7 @@ declare const SelectTrigger: import("@stitches/react/types/styled-component").St
|
|
|
18941
22157
|
type SelectProps<T extends object = object> = AriaSelectOptions<T> & {
|
|
18942
22158
|
renderValue?: (item: T) => React.ReactNode;
|
|
18943
22159
|
renderOption?: (item: T) => React.ReactNode;
|
|
18944
|
-
css?:
|
|
22160
|
+
css?: ParrotCSS;
|
|
18945
22161
|
labelKey?: string;
|
|
18946
22162
|
valueKey?: string;
|
|
18947
22163
|
error?: string;
|
|
@@ -21386,7 +24602,7 @@ declare const StyledDateField: import("@stitches/react/types/styled-component").
|
|
|
21386
24602
|
type ActionStatus = 'idle' | 'loading' | 'success' | 'error';
|
|
21387
24603
|
interface DatePickerProps extends Omit<AriaDatePickerProps<DateValue>, "value" | "defaultValue" | "onChange">, Omit<VariantProps<typeof StyledDateField>, "isDisabled"> {
|
|
21388
24604
|
numberOfMonths?: number;
|
|
21389
|
-
css?:
|
|
24605
|
+
css?: ParrotCSS;
|
|
21390
24606
|
error?: string;
|
|
21391
24607
|
value?: Date;
|
|
21392
24608
|
defaultValue?: Date;
|
|
@@ -25530,13 +28746,13 @@ type ProgressProps = AriaProgressBarProps & React.ComponentProps<typeof StyledPr
|
|
|
25530
28746
|
};
|
|
25531
28747
|
export const Progress: React.ForwardRefExoticComponent<Omit<ProgressProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
25532
28748
|
export const Root: React.ForwardRefExoticComponent<AriaTabListProps<any> & {
|
|
25533
|
-
css
|
|
28749
|
+
css?: ParrotCSS | undefined;
|
|
25534
28750
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
25535
28751
|
export const Item: <T>(props: import("react-stately").ItemProps<T>) => JSX.Element;
|
|
25536
28752
|
export const Tabs: {
|
|
25537
28753
|
Item: <T>(props: import("react-stately").ItemProps<T>) => JSX.Element;
|
|
25538
28754
|
Root: import("react").ForwardRefExoticComponent<import("react-aria").AriaTabListProps<any> & {
|
|
25539
|
-
css
|
|
28755
|
+
css?: import("index").ParrotCSS | undefined;
|
|
25540
28756
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
25541
28757
|
};
|
|
25542
28758
|
declare const StyledTag: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
@@ -28025,7 +31241,7 @@ declare const CustomSwitch: import("@stitches/react/types/styled-component").Sty
|
|
|
28025
31241
|
interface _Props1 extends AriaSwitchProps, VariantProps<typeof CustomSwitch> {
|
|
28026
31242
|
color?: Color;
|
|
28027
31243
|
variant?: ColorVariant;
|
|
28028
|
-
css?:
|
|
31244
|
+
css?: ParrotCSS;
|
|
28029
31245
|
}
|
|
28030
31246
|
export const Switch: React.ForwardRefExoticComponent<_Props1 & React.RefAttributes<HTMLLabelElement>>;
|
|
28031
31247
|
declare const ColorButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -32113,5 +35329,6 @@ type DropdownAction = {
|
|
|
32113
35329
|
action?(): void;
|
|
32114
35330
|
icon?: React.ReactNode;
|
|
32115
35331
|
};
|
|
35332
|
+
export const Table: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
|
|
32116
35333
|
|
|
32117
35334
|
//# sourceMappingURL=types.d.ts.map
|