@rango-dev/widget-embedded 0.45.1-next.0 → 0.45.1-next.2
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/components/CustomDestination/CustomDestination.styles.d.ts +1 -0
- package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +0 -162
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/widget-embedded.build.json +1 -1
- package/package.json +7 -7
- package/src/components/Slippage/Slippage.styles.ts +0 -23
- package/src/components/Slippage/Slippage.tsx +24 -26
|
@@ -168,6 +168,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
168
168
|
fullWidth?: boolean;
|
|
169
169
|
labelProps?: import("@rango-dev/ui").TypographyPropTypes;
|
|
170
170
|
style?: import("@stitches/react").CSS;
|
|
171
|
+
status?: "default" | "success" | "warning" | "error" | undefined;
|
|
171
172
|
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
172
173
|
children?: React.ReactNode | undefined;
|
|
173
174
|
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;qBAd1B,MAAO,SAAS;aACP,MAAO,SACjB;aAAc,MACX,SAAM;;;;;wBAOK,eAIX;mBAA0C,iBAClC
|
|
1
|
+
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;qBAd1B,MAAO,SAAS;aACP,MAAO,SACjB;aAAc,MACX,SAAM;;;;;wBAOK,eAIX;mBAA0C,iBAClC;;;eAQH,MAAO,SACT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAPL,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slippage.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Slippage.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,wBAAgB,QAAQ,sBA2GvB"}
|
|
@@ -799,166 +799,4 @@ export declare const SlippageChip: import("@stitches/react/types/styled-componen
|
|
|
799
799
|
zIndices: {};
|
|
800
800
|
transitions: {};
|
|
801
801
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
802
|
-
export declare const SlippageTextFieldContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
803
|
-
status?: "error" | "warning" | "safe" | "empty" | undefined;
|
|
804
|
-
}, {
|
|
805
|
-
xs: string;
|
|
806
|
-
sm: string;
|
|
807
|
-
md: string;
|
|
808
|
-
lg: string;
|
|
809
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
810
|
-
xs: string;
|
|
811
|
-
sm: string;
|
|
812
|
-
md: string;
|
|
813
|
-
lg: string;
|
|
814
|
-
}, {
|
|
815
|
-
colors: {
|
|
816
|
-
primary: string;
|
|
817
|
-
primary500: string;
|
|
818
|
-
primary550: string;
|
|
819
|
-
secondary: string;
|
|
820
|
-
secondary100: string;
|
|
821
|
-
secondary150: string;
|
|
822
|
-
secondary200: string;
|
|
823
|
-
secondary250: string;
|
|
824
|
-
secondary500: string;
|
|
825
|
-
secondary550: string;
|
|
826
|
-
neutral: string;
|
|
827
|
-
neutral100: string;
|
|
828
|
-
neutral200: string;
|
|
829
|
-
neutral300: string;
|
|
830
|
-
neutral400: string;
|
|
831
|
-
neutral500: string;
|
|
832
|
-
neutral600: string;
|
|
833
|
-
neutral700: string;
|
|
834
|
-
neutral800: string;
|
|
835
|
-
neutral900: string;
|
|
836
|
-
error100: string;
|
|
837
|
-
error300: string;
|
|
838
|
-
error500: string;
|
|
839
|
-
error600: string;
|
|
840
|
-
error700: string;
|
|
841
|
-
warning100: string;
|
|
842
|
-
warning300: string;
|
|
843
|
-
warning500: string;
|
|
844
|
-
warning600: string;
|
|
845
|
-
warning700: string;
|
|
846
|
-
info: string;
|
|
847
|
-
info100: string;
|
|
848
|
-
info300: string;
|
|
849
|
-
info500: string;
|
|
850
|
-
info600: string;
|
|
851
|
-
info700: string;
|
|
852
|
-
success100: string;
|
|
853
|
-
success300: string;
|
|
854
|
-
success500: string;
|
|
855
|
-
success600: string;
|
|
856
|
-
success700: string;
|
|
857
|
-
background: string;
|
|
858
|
-
foreground: string;
|
|
859
|
-
};
|
|
860
|
-
space: {
|
|
861
|
-
0: string;
|
|
862
|
-
5: string;
|
|
863
|
-
10: string;
|
|
864
|
-
15: string;
|
|
865
|
-
20: string;
|
|
866
|
-
25: string;
|
|
867
|
-
30: string;
|
|
868
|
-
40: string;
|
|
869
|
-
46: string;
|
|
870
|
-
50: string;
|
|
871
|
-
60: string;
|
|
872
|
-
70: string;
|
|
873
|
-
80: string;
|
|
874
|
-
90: string;
|
|
875
|
-
100: string;
|
|
876
|
-
2: string;
|
|
877
|
-
4: string;
|
|
878
|
-
6: string;
|
|
879
|
-
8: string;
|
|
880
|
-
12: string;
|
|
881
|
-
16: string;
|
|
882
|
-
24: string;
|
|
883
|
-
28: string;
|
|
884
|
-
32: string;
|
|
885
|
-
36: string;
|
|
886
|
-
};
|
|
887
|
-
radii: {
|
|
888
|
-
xs: string;
|
|
889
|
-
sm: string;
|
|
890
|
-
xm: string;
|
|
891
|
-
md: string;
|
|
892
|
-
xl: string;
|
|
893
|
-
lg: string;
|
|
894
|
-
primary: string;
|
|
895
|
-
secondary: string;
|
|
896
|
-
};
|
|
897
|
-
fontSizes: {
|
|
898
|
-
10: string;
|
|
899
|
-
12: string;
|
|
900
|
-
14: string;
|
|
901
|
-
16: string;
|
|
902
|
-
18: string;
|
|
903
|
-
20: string;
|
|
904
|
-
22: string;
|
|
905
|
-
24: string;
|
|
906
|
-
28: string;
|
|
907
|
-
32: string;
|
|
908
|
-
36: string;
|
|
909
|
-
40: string;
|
|
910
|
-
48: string;
|
|
911
|
-
};
|
|
912
|
-
fonts: {
|
|
913
|
-
primary: string;
|
|
914
|
-
widget: string;
|
|
915
|
-
};
|
|
916
|
-
fontWeights: {
|
|
917
|
-
regular: number;
|
|
918
|
-
medium: number;
|
|
919
|
-
semiBold: number;
|
|
920
|
-
bold: number;
|
|
921
|
-
};
|
|
922
|
-
lineHeights: {
|
|
923
|
-
12: string;
|
|
924
|
-
16: string;
|
|
925
|
-
20: string;
|
|
926
|
-
24: string;
|
|
927
|
-
26: string;
|
|
928
|
-
28: string;
|
|
929
|
-
30: string;
|
|
930
|
-
36: string;
|
|
931
|
-
40: string;
|
|
932
|
-
44: string;
|
|
933
|
-
52: string;
|
|
934
|
-
64: string;
|
|
935
|
-
};
|
|
936
|
-
letterSpacings: {};
|
|
937
|
-
sizes: {
|
|
938
|
-
4: string;
|
|
939
|
-
6: string;
|
|
940
|
-
8: string;
|
|
941
|
-
10: string;
|
|
942
|
-
12: string;
|
|
943
|
-
16: string;
|
|
944
|
-
18: string;
|
|
945
|
-
20: string;
|
|
946
|
-
24: string;
|
|
947
|
-
26: string;
|
|
948
|
-
28: string;
|
|
949
|
-
30: string;
|
|
950
|
-
32: string;
|
|
951
|
-
36: string;
|
|
952
|
-
40: string;
|
|
953
|
-
45: string;
|
|
954
|
-
48: string;
|
|
955
|
-
};
|
|
956
|
-
borderWidths: {};
|
|
957
|
-
borderStyles: {};
|
|
958
|
-
shadows: {
|
|
959
|
-
mainContainer: string;
|
|
960
|
-
};
|
|
961
|
-
zIndices: {};
|
|
962
|
-
transitions: {};
|
|
963
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
964
802
|
//# sourceMappingURL=Slippage.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC
|
|
1
|
+
{"version":3,"file":"Slippage.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Slippage/Slippage.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAqB,MAAM,eAAe,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC"}
|