@rango-dev/widget-embedded 0.47.1-next.1 → 0.47.1-next.3
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.map +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +160 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- 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/pages/AddCustomTokenPage.d.ts.map +1 -1
- package/dist/widget-embedded.build.json +1 -1
- package/package.json +11 -11
- package/src/components/CustomDestination/CustomDestination.styles.ts +3 -1
- package/src/components/SearchInput/SearchInput.styles.ts +12 -0
- package/src/components/SearchInput/SearchInput.tsx +24 -22
- package/src/components/Slippage/Slippage.styles.ts +1 -0
- package/src/pages/AddCustomTokenPage.tsx +4 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBpB,CAAC;AAEH,eAAO,MAAM,eAAe;qBAjB1B,MAAO,SAAS;aACP,MAAO,SACjB;aAAc,MACX,SAAM;;;;;wBAOK,eAEN;mBAKF,iBAAgB;;;eAOjB,MAAO,SACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAND,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAsD3C"}
|
|
@@ -158,4 +158,164 @@ export declare const IconWrapper: import("@stitches/react/types/styled-component
|
|
|
158
158
|
zIndices: {};
|
|
159
159
|
transitions: {};
|
|
160
160
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
|
+
export declare const SearchInputContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
162
|
+
xs: string;
|
|
163
|
+
sm: string;
|
|
164
|
+
md: string;
|
|
165
|
+
lg: string;
|
|
166
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
167
|
+
xs: string;
|
|
168
|
+
sm: string;
|
|
169
|
+
md: string;
|
|
170
|
+
lg: string;
|
|
171
|
+
}, {
|
|
172
|
+
colors: {
|
|
173
|
+
primary: string;
|
|
174
|
+
primary500: string;
|
|
175
|
+
primary550: string;
|
|
176
|
+
secondary: string;
|
|
177
|
+
secondary100: string;
|
|
178
|
+
secondary150: string;
|
|
179
|
+
secondary200: string;
|
|
180
|
+
secondary250: string;
|
|
181
|
+
secondary500: string;
|
|
182
|
+
secondary550: string;
|
|
183
|
+
neutral: string;
|
|
184
|
+
neutral100: string;
|
|
185
|
+
neutral200: string;
|
|
186
|
+
neutral300: string;
|
|
187
|
+
neutral400: string;
|
|
188
|
+
neutral500: string;
|
|
189
|
+
neutral600: string;
|
|
190
|
+
neutral700: string;
|
|
191
|
+
neutral800: string;
|
|
192
|
+
neutral900: string;
|
|
193
|
+
error100: string;
|
|
194
|
+
error300: string;
|
|
195
|
+
error500: string;
|
|
196
|
+
error600: string;
|
|
197
|
+
error700: string;
|
|
198
|
+
warning100: string;
|
|
199
|
+
warning300: string;
|
|
200
|
+
warning500: string;
|
|
201
|
+
warning600: string;
|
|
202
|
+
warning700: string;
|
|
203
|
+
info: string;
|
|
204
|
+
info100: string;
|
|
205
|
+
info300: string;
|
|
206
|
+
info500: string;
|
|
207
|
+
info600: string;
|
|
208
|
+
info700: string;
|
|
209
|
+
success100: string;
|
|
210
|
+
success300: string;
|
|
211
|
+
success500: string;
|
|
212
|
+
success600: string;
|
|
213
|
+
success700: string;
|
|
214
|
+
background: string;
|
|
215
|
+
foreground: string;
|
|
216
|
+
};
|
|
217
|
+
space: {
|
|
218
|
+
0: string;
|
|
219
|
+
5: string;
|
|
220
|
+
10: string;
|
|
221
|
+
15: string;
|
|
222
|
+
20: string;
|
|
223
|
+
25: string;
|
|
224
|
+
30: string;
|
|
225
|
+
40: string;
|
|
226
|
+
46: string;
|
|
227
|
+
50: string;
|
|
228
|
+
60: string;
|
|
229
|
+
70: string;
|
|
230
|
+
80: string;
|
|
231
|
+
90: string;
|
|
232
|
+
100: string;
|
|
233
|
+
2: string;
|
|
234
|
+
4: string;
|
|
235
|
+
6: string;
|
|
236
|
+
8: string;
|
|
237
|
+
12: string;
|
|
238
|
+
16: string;
|
|
239
|
+
24: string;
|
|
240
|
+
28: string;
|
|
241
|
+
32: string;
|
|
242
|
+
36: string;
|
|
243
|
+
};
|
|
244
|
+
radii: {
|
|
245
|
+
xs: string;
|
|
246
|
+
sm: string;
|
|
247
|
+
xm: string;
|
|
248
|
+
md: string;
|
|
249
|
+
xl: string;
|
|
250
|
+
lg: string;
|
|
251
|
+
primary: string;
|
|
252
|
+
secondary: string;
|
|
253
|
+
};
|
|
254
|
+
fontSizes: {
|
|
255
|
+
10: string;
|
|
256
|
+
12: string;
|
|
257
|
+
14: string;
|
|
258
|
+
16: string;
|
|
259
|
+
18: string;
|
|
260
|
+
20: string;
|
|
261
|
+
22: string;
|
|
262
|
+
24: string;
|
|
263
|
+
28: string;
|
|
264
|
+
32: string;
|
|
265
|
+
36: string;
|
|
266
|
+
40: string;
|
|
267
|
+
48: string;
|
|
268
|
+
};
|
|
269
|
+
fonts: {
|
|
270
|
+
primary: string;
|
|
271
|
+
widget: string;
|
|
272
|
+
};
|
|
273
|
+
fontWeights: {
|
|
274
|
+
regular: number;
|
|
275
|
+
medium: number;
|
|
276
|
+
semiBold: number;
|
|
277
|
+
bold: number;
|
|
278
|
+
};
|
|
279
|
+
lineHeights: {
|
|
280
|
+
12: string;
|
|
281
|
+
16: string;
|
|
282
|
+
20: string;
|
|
283
|
+
24: string;
|
|
284
|
+
26: string;
|
|
285
|
+
28: string;
|
|
286
|
+
30: string;
|
|
287
|
+
36: string;
|
|
288
|
+
40: string;
|
|
289
|
+
44: string;
|
|
290
|
+
52: string;
|
|
291
|
+
64: string;
|
|
292
|
+
};
|
|
293
|
+
letterSpacings: {};
|
|
294
|
+
sizes: {
|
|
295
|
+
4: string;
|
|
296
|
+
6: string;
|
|
297
|
+
8: string;
|
|
298
|
+
10: string;
|
|
299
|
+
12: string;
|
|
300
|
+
16: string;
|
|
301
|
+
18: string;
|
|
302
|
+
20: string;
|
|
303
|
+
24: string;
|
|
304
|
+
26: string;
|
|
305
|
+
28: string;
|
|
306
|
+
30: string;
|
|
307
|
+
32: string;
|
|
308
|
+
36: string;
|
|
309
|
+
40: string;
|
|
310
|
+
45: string;
|
|
311
|
+
48: string;
|
|
312
|
+
};
|
|
313
|
+
borderWidths: {};
|
|
314
|
+
borderStyles: {};
|
|
315
|
+
shadows: {
|
|
316
|
+
mainContainer: string;
|
|
317
|
+
};
|
|
318
|
+
zIndices: {};
|
|
319
|
+
transitions: {};
|
|
320
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
321
|
//# sourceMappingURL=SearchInput.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"SearchInput.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAU/B,CAAC"}
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUjC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKf,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGnC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGvB,CAAC"}
|