@rango-dev/widget-embedded 0.50.1-next.4 → 0.50.1-next.5
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/CustomTokenModal/CustomTokenModal.d.ts.map +1 -1
- package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +322 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +0 -160
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts +4 -2
- package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +31 -26
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +322 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +3 -2
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +1 -161
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts +3 -2
- package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +7 -3
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts +3 -2
- package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.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 +2 -2
- package/src/components/CustomTokenModal/CustomTokenModal.styles.ts +14 -1
- package/src/components/CustomTokenModal/CustomTokenModal.tsx +27 -5
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +0 -6
- package/src/components/Quote/Quote.styles.ts +24 -21
- package/src/components/Quote/Quote.tsx +55 -28
- package/src/components/QuoteWarningsAndErrors/HighValueLossWarningModal.tsx +2 -12
- package/src/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx +24 -8
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +15 -1
- package/src/components/SwapDetails/SwapDetails.styles.ts +1 -0
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +2 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.styles.ts +4 -12
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +3 -0
|
@@ -1,164 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
xs: string;
|
|
3
|
-
sm: string;
|
|
4
|
-
md: string;
|
|
5
|
-
lg: string;
|
|
6
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
-
xs: string;
|
|
8
|
-
sm: string;
|
|
9
|
-
md: string;
|
|
10
|
-
lg: string;
|
|
11
|
-
}, {
|
|
12
|
-
colors: {
|
|
13
|
-
primary: string;
|
|
14
|
-
primary500: string;
|
|
15
|
-
primary550: string;
|
|
16
|
-
secondary: string;
|
|
17
|
-
secondary100: string;
|
|
18
|
-
secondary150: string;
|
|
19
|
-
secondary200: string;
|
|
20
|
-
secondary250: string;
|
|
21
|
-
secondary500: string;
|
|
22
|
-
secondary550: string;
|
|
23
|
-
neutral: string;
|
|
24
|
-
neutral100: string;
|
|
25
|
-
neutral200: string;
|
|
26
|
-
neutral300: string;
|
|
27
|
-
neutral400: string;
|
|
28
|
-
neutral500: string;
|
|
29
|
-
neutral600: string;
|
|
30
|
-
neutral700: string;
|
|
31
|
-
neutral800: string;
|
|
32
|
-
neutral900: string;
|
|
33
|
-
error100: string;
|
|
34
|
-
error300: string;
|
|
35
|
-
error500: string;
|
|
36
|
-
error600: string;
|
|
37
|
-
error700: string;
|
|
38
|
-
warning100: string;
|
|
39
|
-
warning300: string;
|
|
40
|
-
warning500: string;
|
|
41
|
-
warning600: string;
|
|
42
|
-
warning700: string;
|
|
43
|
-
info: string;
|
|
44
|
-
info100: string;
|
|
45
|
-
info300: string;
|
|
46
|
-
info500: string;
|
|
47
|
-
info600: string;
|
|
48
|
-
info700: string;
|
|
49
|
-
success100: string;
|
|
50
|
-
success300: string;
|
|
51
|
-
success500: string;
|
|
52
|
-
success600: string;
|
|
53
|
-
success700: string;
|
|
54
|
-
background: string;
|
|
55
|
-
foreground: string;
|
|
56
|
-
};
|
|
57
|
-
space: {
|
|
58
|
-
0: string;
|
|
59
|
-
5: string;
|
|
60
|
-
10: string;
|
|
61
|
-
15: string;
|
|
62
|
-
20: string;
|
|
63
|
-
25: string;
|
|
64
|
-
30: string;
|
|
65
|
-
40: string;
|
|
66
|
-
46: string;
|
|
67
|
-
50: string;
|
|
68
|
-
60: string;
|
|
69
|
-
70: string;
|
|
70
|
-
80: string;
|
|
71
|
-
90: string;
|
|
72
|
-
100: string;
|
|
73
|
-
2: string;
|
|
74
|
-
4: string;
|
|
75
|
-
6: string;
|
|
76
|
-
8: string;
|
|
77
|
-
12: string;
|
|
78
|
-
16: string;
|
|
79
|
-
24: string;
|
|
80
|
-
28: string;
|
|
81
|
-
32: string;
|
|
82
|
-
36: string;
|
|
83
|
-
};
|
|
84
|
-
radii: {
|
|
85
|
-
xs: string;
|
|
86
|
-
sm: string;
|
|
87
|
-
xm: string;
|
|
88
|
-
md: string;
|
|
89
|
-
xl: string;
|
|
90
|
-
lg: string;
|
|
91
|
-
primary: string;
|
|
92
|
-
secondary: string;
|
|
93
|
-
};
|
|
94
|
-
fontSizes: {
|
|
95
|
-
10: string;
|
|
96
|
-
12: string;
|
|
97
|
-
14: string;
|
|
98
|
-
16: string;
|
|
99
|
-
18: string;
|
|
100
|
-
20: string;
|
|
101
|
-
22: string;
|
|
102
|
-
24: string;
|
|
103
|
-
28: string;
|
|
104
|
-
32: string;
|
|
105
|
-
36: string;
|
|
106
|
-
40: string;
|
|
107
|
-
48: string;
|
|
108
|
-
};
|
|
109
|
-
fonts: {
|
|
110
|
-
primary: string;
|
|
111
|
-
widget: string;
|
|
112
|
-
};
|
|
113
|
-
fontWeights: {
|
|
114
|
-
regular: number;
|
|
115
|
-
medium: number;
|
|
116
|
-
semiBold: number;
|
|
117
|
-
bold: number;
|
|
118
|
-
};
|
|
119
|
-
lineHeights: {
|
|
120
|
-
12: string;
|
|
121
|
-
16: string;
|
|
122
|
-
20: string;
|
|
123
|
-
24: string;
|
|
124
|
-
26: string;
|
|
125
|
-
28: string;
|
|
126
|
-
30: string;
|
|
127
|
-
36: string;
|
|
128
|
-
40: string;
|
|
129
|
-
44: string;
|
|
130
|
-
52: string;
|
|
131
|
-
64: string;
|
|
132
|
-
};
|
|
133
|
-
letterSpacings: {};
|
|
134
|
-
sizes: {
|
|
135
|
-
4: string;
|
|
136
|
-
6: string;
|
|
137
|
-
8: string;
|
|
138
|
-
10: string;
|
|
139
|
-
12: string;
|
|
140
|
-
16: string;
|
|
141
|
-
18: string;
|
|
142
|
-
20: string;
|
|
143
|
-
24: string;
|
|
144
|
-
26: string;
|
|
145
|
-
28: string;
|
|
146
|
-
30: string;
|
|
147
|
-
32: string;
|
|
148
|
-
36: string;
|
|
149
|
-
40: string;
|
|
150
|
-
45: string;
|
|
151
|
-
48: string;
|
|
152
|
-
};
|
|
153
|
-
borderWidths: {};
|
|
154
|
-
borderStyles: {};
|
|
155
|
-
shadows: {
|
|
156
|
-
mainContainer: string;
|
|
157
|
-
};
|
|
158
|
-
zIndices: {};
|
|
159
|
-
transitions: {};
|
|
160
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
|
-
export declare const TooltipErrorContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1
|
+
export declare const wordWrap: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
162
2
|
xs: string;
|
|
163
3
|
sm: string;
|
|
164
4
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAErB,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAanC,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Typography } from '@rango-dev/ui';
|
|
2
1
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
2
|
xs: string;
|
|
4
3
|
sm: string;
|
|
@@ -319,7 +318,9 @@ export declare const Rate: import("@stitches/react/types/styled-component").Styl
|
|
|
319
318
|
zIndices: {};
|
|
320
319
|
transitions: {};
|
|
321
320
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
322
|
-
export declare const TokenName: import("@stitches/react/types/styled-component").StyledComponent<
|
|
321
|
+
export declare const TokenName: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
|
|
322
|
+
children?: React.ReactNode | undefined;
|
|
323
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
323
324
|
xs: string;
|
|
324
325
|
sm: string;
|
|
325
326
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapMetrics.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapMetrics/SwapMetrics.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SwapMetrics.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapMetrics/SwapMetrics.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAef,CAAC;AAEH,eAAO,MAAM,SAAS;eApBF,MAGpB,SAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBL,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ListItemButton
|
|
1
|
+
import { ListItemButton } from '@rango-dev/ui';
|
|
2
2
|
export declare const tokenNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
3
3
|
xs: string;
|
|
4
4
|
sm: string;
|
|
@@ -1761,7 +1761,9 @@ export declare const Tag: import("@stitches/react/types/styled-component").Style
|
|
|
1761
1761
|
zIndices: {};
|
|
1762
1762
|
transitions: {};
|
|
1763
1763
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1764
|
-
export declare const TagTitle: import("@stitches/react/types/styled-component").StyledComponent<
|
|
1764
|
+
export declare const TagTitle: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
|
|
1765
|
+
children?: React.ReactNode | undefined;
|
|
1766
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
1765
1767
|
xs: string;
|
|
1766
1768
|
sm: string;
|
|
1767
1769
|
md: string;
|
|
@@ -2721,7 +2723,9 @@ export declare const Pin: import("@stitches/react/types/styled-component").Style
|
|
|
2721
2723
|
zIndices: {};
|
|
2722
2724
|
transitions: {};
|
|
2723
2725
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2724
|
-
export declare const TokenBalance: import("@stitches/react/types/styled-component").StyledComponent<
|
|
2726
|
+
export declare const TokenBalance: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
|
|
2727
|
+
children?: React.ReactNode | undefined;
|
|
2728
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
2725
2729
|
xs: string;
|
|
2726
2730
|
sm: string;
|
|
2727
2731
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,cAAc,
|
|
1
|
+
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Typography } from '@rango-dev/ui';
|
|
2
1
|
export declare const InputsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
3
2
|
xs: string;
|
|
4
3
|
sm: string;
|
|
@@ -159,7 +158,9 @@ export declare const InputsContainer: import("@stitches/react/types/styled-compo
|
|
|
159
158
|
zIndices: {};
|
|
160
159
|
transitions: {};
|
|
161
160
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
162
|
-
export declare const InputLabel: import("@stitches/react/types/styled-component").StyledComponent<
|
|
161
|
+
export declare const InputLabel: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui").TypographyPropTypes & {
|
|
162
|
+
children?: React.ReactNode | undefined;
|
|
163
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
163
164
|
xs: string;
|
|
164
165
|
sm: string;
|
|
165
166
|
md: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DerivationPath.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletStatefulConnect/DerivationPath.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DerivationPath.styles.d.ts","sourceRoot":"","sources":["../../../src/components/WalletStatefulConnect/DerivationPath.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteInfo.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"QuoteInfo.styles.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY1B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC"}
|