@rango-dev/widget-embedded 0.24.2-next.5 → 0.24.2-next.7

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.
Files changed (55) hide show
  1. package/dist/components/HeaderButtons/HeaderButtons.d.ts.map +1 -1
  2. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +1 -0
  3. package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -1
  4. package/dist/components/Quote/Quote.d.ts.map +1 -1
  5. package/dist/components/Quote/Quote.types.d.ts +3 -0
  6. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  7. package/dist/components/Quote/QuoteTrigger.d.ts.map +1 -1
  8. package/dist/components/Quotes/Quotes.d.ts.map +1 -1
  9. package/dist/components/Quotes/Quotes.types.d.ts +1 -0
  10. package/dist/components/Quotes/Quotes.types.d.ts.map +1 -1
  11. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  12. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  13. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +325 -0
  14. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  15. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts.map +1 -1
  16. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +328 -0
  17. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  18. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +162 -0
  19. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  20. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +2 -1
  21. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
  22. package/dist/containers/ExpandedQuotes/ExpandedQuotes.d.ts.map +1 -1
  23. package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
  24. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +3 -1
  25. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  26. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +1 -0
  27. package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
  28. package/dist/hooks/useWalletList.d.ts.map +1 -1
  29. package/dist/index.js +2 -2
  30. package/dist/index.js.map +4 -4
  31. package/dist/pages/WalletsPage.d.ts.map +1 -1
  32. package/dist/utils/wallets.d.ts.map +1 -1
  33. package/package.json +2 -2
  34. package/src/components/HeaderButtons/HeaderButtons.tsx +2 -1
  35. package/src/components/HeaderButtons/HeaderButtons.types.ts +1 -0
  36. package/src/components/Quote/Quote.tsx +95 -74
  37. package/src/components/Quote/Quote.types.ts +3 -0
  38. package/src/components/Quote/QuoteTrigger.tsx +10 -6
  39. package/src/components/Quotes/Quotes.tsx +4 -1
  40. package/src/components/Quotes/Quotes.types.ts +1 -0
  41. package/src/components/SwapDetails/SwapDetails.helpers.tsx +16 -10
  42. package/src/components/SwapDetails/SwapDetails.styles.ts +10 -1
  43. package/src/components/SwapDetails/SwapDetails.tsx +44 -23
  44. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.tsx +19 -11
  45. package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts +24 -0
  46. package/src/components/SwapDetailsModal/SwapDetailsModal.styles.ts +8 -0
  47. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -1
  48. package/src/containers/ExpandedQuotes/ExpandedQuotes.tsx +4 -2
  49. package/src/containers/QuoteInfo/QuoteInfo.styles.ts +7 -0
  50. package/src/containers/QuoteInfo/QuoteInfo.tsx +2 -0
  51. package/src/containers/QuoteInfo/QuoteInfo.types.ts +1 -0
  52. package/src/containers/Settings/Lists.tsx +12 -12
  53. package/src/hooks/useWalletList.ts +8 -1
  54. package/src/pages/WalletsPage.tsx +1 -2
  55. package/src/utils/wallets.ts +7 -1
@@ -160,4 +160,332 @@ export declare const Alerts: import("@stitches/react/types/styled-component").St
160
160
  zIndices: {};
161
161
  transitions: {};
162
162
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
+ export declare const ActionIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
164
+ rotated?: boolean | "true" | undefined;
165
+ }, {
166
+ xs: string;
167
+ sm: string;
168
+ md: string;
169
+ lg: string;
170
+ }, import("@stitches/react/types/css-util").CSS<{
171
+ xs: string;
172
+ sm: string;
173
+ md: string;
174
+ lg: string;
175
+ }, {
176
+ colors: {
177
+ primary: string;
178
+ primary500: string;
179
+ primary600: string;
180
+ secondary: string;
181
+ secondary100: string;
182
+ secondary200: string;
183
+ secondary300: string;
184
+ secondary400: string;
185
+ secondary500: string;
186
+ secondary600: string;
187
+ secondary700: string;
188
+ secondary800: string;
189
+ secondary900: string;
190
+ neutral: string;
191
+ neutral100: string;
192
+ neutral200: string;
193
+ neutral300: string;
194
+ neutral400: string;
195
+ neutral500: string;
196
+ neutral600: string;
197
+ neutral700: string;
198
+ neutral800: string;
199
+ neutral900: string;
200
+ error100: string;
201
+ error300: string;
202
+ error500: string;
203
+ error600: string;
204
+ error700: string;
205
+ warning100: string;
206
+ warning300: string;
207
+ warning500: string;
208
+ warning600: string;
209
+ warning700: string;
210
+ info: string;
211
+ info100: string;
212
+ info300: string;
213
+ info500: string;
214
+ info600: string;
215
+ info700: string;
216
+ success100: string;
217
+ success300: string;
218
+ success500: string;
219
+ success600: string;
220
+ success700: string;
221
+ background: string;
222
+ foreground: string;
223
+ };
224
+ space: {
225
+ 0: string;
226
+ 5: string;
227
+ 10: string;
228
+ 15: string;
229
+ 20: string;
230
+ 25: string;
231
+ 30: string;
232
+ 40: string;
233
+ 46: string;
234
+ 50: string;
235
+ 60: string;
236
+ 70: string;
237
+ 80: string;
238
+ 90: string;
239
+ 100: string;
240
+ 2: string;
241
+ 4: string;
242
+ 6: string;
243
+ 8: string;
244
+ 12: string;
245
+ 16: string;
246
+ 24: string;
247
+ 28: string;
248
+ 32: string;
249
+ };
250
+ radii: {
251
+ xs: string;
252
+ sm: string;
253
+ xm: string;
254
+ md: string;
255
+ xl: string;
256
+ lg: string;
257
+ primary: string;
258
+ secondary: string;
259
+ };
260
+ fontSizes: {
261
+ 10: string;
262
+ 12: string;
263
+ 14: string;
264
+ 16: string;
265
+ 18: string;
266
+ 20: string;
267
+ 22: string;
268
+ 24: string;
269
+ 28: string;
270
+ 32: string;
271
+ 36: string;
272
+ 40: string;
273
+ 48: string;
274
+ };
275
+ fonts: {
276
+ primary: string;
277
+ widget: string;
278
+ };
279
+ fontWeights: {
280
+ regular: number;
281
+ medium: number;
282
+ semiBold: number;
283
+ bold: number;
284
+ };
285
+ lineHeights: {
286
+ 12: string;
287
+ 16: string;
288
+ 20: string;
289
+ 24: string;
290
+ 26: string;
291
+ 28: string;
292
+ 30: string;
293
+ 36: string;
294
+ 40: string;
295
+ 44: string;
296
+ 52: string;
297
+ 64: string;
298
+ };
299
+ letterSpacings: {};
300
+ sizes: {
301
+ 4: string;
302
+ 6: string;
303
+ 8: string;
304
+ 10: string;
305
+ 12: string;
306
+ 16: string;
307
+ 18: string;
308
+ 20: string;
309
+ 24: string;
310
+ 26: string;
311
+ 28: string;
312
+ 30: string;
313
+ 32: string;
314
+ 36: string;
315
+ 40: string;
316
+ 45: string;
317
+ 48: string;
318
+ };
319
+ borderWidths: {};
320
+ borderStyles: {};
321
+ shadows: {
322
+ s: string;
323
+ };
324
+ zIndices: {};
325
+ transitions: {};
326
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
327
+ export declare const AlertFooter: import("@stitches/react/types/styled-component").StyledComponent<"div", {
328
+ open?: boolean | "true" | undefined;
329
+ }, {
330
+ xs: string;
331
+ sm: string;
332
+ md: string;
333
+ lg: string;
334
+ }, import("@stitches/react/types/css-util").CSS<{
335
+ xs: string;
336
+ sm: string;
337
+ md: string;
338
+ lg: string;
339
+ }, {
340
+ colors: {
341
+ primary: string;
342
+ primary500: string;
343
+ primary600: string;
344
+ secondary: string;
345
+ secondary100: string;
346
+ secondary200: string;
347
+ secondary300: string;
348
+ secondary400: string;
349
+ secondary500: string;
350
+ secondary600: string;
351
+ secondary700: string;
352
+ secondary800: string;
353
+ secondary900: string;
354
+ neutral: string;
355
+ neutral100: string;
356
+ neutral200: string;
357
+ neutral300: string;
358
+ neutral400: string;
359
+ neutral500: string;
360
+ neutral600: string;
361
+ neutral700: string;
362
+ neutral800: string;
363
+ neutral900: string;
364
+ error100: string;
365
+ error300: string;
366
+ error500: string;
367
+ error600: string;
368
+ error700: string;
369
+ warning100: string;
370
+ warning300: string;
371
+ warning500: string;
372
+ warning600: string;
373
+ warning700: string;
374
+ info: string;
375
+ info100: string;
376
+ info300: string;
377
+ info500: string;
378
+ info600: string;
379
+ info700: string;
380
+ success100: string;
381
+ success300: string;
382
+ success500: string;
383
+ success600: string;
384
+ success700: string;
385
+ background: string;
386
+ foreground: string;
387
+ };
388
+ space: {
389
+ 0: string;
390
+ 5: string;
391
+ 10: string;
392
+ 15: string;
393
+ 20: string;
394
+ 25: string;
395
+ 30: string;
396
+ 40: string;
397
+ 46: string;
398
+ 50: string;
399
+ 60: string;
400
+ 70: string;
401
+ 80: string;
402
+ 90: string;
403
+ 100: string;
404
+ 2: string;
405
+ 4: string;
406
+ 6: string;
407
+ 8: string;
408
+ 12: string;
409
+ 16: string;
410
+ 24: string;
411
+ 28: string;
412
+ 32: string;
413
+ };
414
+ radii: {
415
+ xs: string;
416
+ sm: string;
417
+ xm: string;
418
+ md: string;
419
+ xl: string;
420
+ lg: string;
421
+ primary: string;
422
+ secondary: string;
423
+ };
424
+ fontSizes: {
425
+ 10: string;
426
+ 12: string;
427
+ 14: string;
428
+ 16: string;
429
+ 18: string;
430
+ 20: string;
431
+ 22: string;
432
+ 24: string;
433
+ 28: string;
434
+ 32: string;
435
+ 36: string;
436
+ 40: string;
437
+ 48: string;
438
+ };
439
+ fonts: {
440
+ primary: string;
441
+ widget: string;
442
+ };
443
+ fontWeights: {
444
+ regular: number;
445
+ medium: number;
446
+ semiBold: number;
447
+ bold: number;
448
+ };
449
+ lineHeights: {
450
+ 12: string;
451
+ 16: string;
452
+ 20: string;
453
+ 24: string;
454
+ 26: string;
455
+ 28: string;
456
+ 30: string;
457
+ 36: string;
458
+ 40: string;
459
+ 44: string;
460
+ 52: string;
461
+ 64: string;
462
+ };
463
+ letterSpacings: {};
464
+ sizes: {
465
+ 4: string;
466
+ 6: string;
467
+ 8: string;
468
+ 10: string;
469
+ 12: string;
470
+ 16: string;
471
+ 18: string;
472
+ 20: string;
473
+ 24: string;
474
+ 26: string;
475
+ 28: string;
476
+ 30: string;
477
+ 32: string;
478
+ 36: string;
479
+ 40: string;
480
+ 45: string;
481
+ 48: string;
482
+ };
483
+ borderWidths: {};
484
+ borderStyles: {};
485
+ shadows: {
486
+ s: string;
487
+ };
488
+ zIndices: {};
489
+ transitions: {};
490
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
491
  //# sourceMappingURL=SwapDetailsAlerts.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
1
+ {"version":3,"file":"SwapDetailsAlerts.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASrB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtB,CAAC"}
@@ -160,4 +160,166 @@ export declare const WalletContainer: import("@stitches/react/types/styled-compo
160
160
  zIndices: {};
161
161
  transitions: {};
162
162
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
+ export declare const TooltipErrorContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
164
+ xs: string;
165
+ sm: string;
166
+ md: string;
167
+ lg: string;
168
+ }, import("@stitches/react/types/css-util").CSS<{
169
+ xs: string;
170
+ sm: string;
171
+ md: string;
172
+ lg: string;
173
+ }, {
174
+ colors: {
175
+ primary: string;
176
+ primary500: string;
177
+ primary600: string;
178
+ secondary: string;
179
+ secondary100: string;
180
+ secondary200: string;
181
+ secondary300: string;
182
+ secondary400: string;
183
+ secondary500: string;
184
+ secondary600: string;
185
+ secondary700: string;
186
+ secondary800: string;
187
+ secondary900: string;
188
+ neutral: string;
189
+ neutral100: string;
190
+ neutral200: string;
191
+ neutral300: string;
192
+ neutral400: string;
193
+ neutral500: string;
194
+ neutral600: string;
195
+ neutral700: string;
196
+ neutral800: string;
197
+ neutral900: string;
198
+ error100: string;
199
+ error300: string;
200
+ error500: string;
201
+ error600: string;
202
+ error700: string;
203
+ warning100: string;
204
+ warning300: string;
205
+ warning500: string;
206
+ warning600: string;
207
+ warning700: string;
208
+ info: string;
209
+ info100: string;
210
+ info300: string;
211
+ info500: string;
212
+ info600: string;
213
+ info700: string;
214
+ success100: string;
215
+ success300: string;
216
+ success500: string;
217
+ success600: string;
218
+ success700: string;
219
+ background: string;
220
+ foreground: string;
221
+ };
222
+ space: {
223
+ 0: string;
224
+ 5: string;
225
+ 10: string;
226
+ 15: string;
227
+ 20: string;
228
+ 25: string;
229
+ 30: string;
230
+ 40: string;
231
+ 46: string;
232
+ 50: string;
233
+ 60: string;
234
+ 70: string;
235
+ 80: string;
236
+ 90: string;
237
+ 100: string;
238
+ 2: string;
239
+ 4: string;
240
+ 6: string;
241
+ 8: string;
242
+ 12: string;
243
+ 16: string;
244
+ 24: string;
245
+ 28: string;
246
+ 32: string;
247
+ };
248
+ radii: {
249
+ xs: string;
250
+ sm: string;
251
+ xm: string;
252
+ md: string;
253
+ xl: string;
254
+ lg: string;
255
+ primary: string;
256
+ secondary: string;
257
+ };
258
+ fontSizes: {
259
+ 10: string;
260
+ 12: string;
261
+ 14: string;
262
+ 16: string;
263
+ 18: string;
264
+ 20: string;
265
+ 22: string;
266
+ 24: string;
267
+ 28: string;
268
+ 32: string;
269
+ 36: string;
270
+ 40: string;
271
+ 48: string;
272
+ };
273
+ fonts: {
274
+ primary: string;
275
+ widget: string;
276
+ };
277
+ fontWeights: {
278
+ regular: number;
279
+ medium: number;
280
+ semiBold: number;
281
+ bold: number;
282
+ };
283
+ lineHeights: {
284
+ 12: string;
285
+ 16: string;
286
+ 20: string;
287
+ 24: string;
288
+ 26: string;
289
+ 28: string;
290
+ 30: string;
291
+ 36: string;
292
+ 40: string;
293
+ 44: string;
294
+ 52: string;
295
+ 64: string;
296
+ };
297
+ letterSpacings: {};
298
+ sizes: {
299
+ 4: string;
300
+ 6: string;
301
+ 8: string;
302
+ 10: string;
303
+ 12: string;
304
+ 16: string;
305
+ 18: string;
306
+ 20: string;
307
+ 24: string;
308
+ 26: string;
309
+ 28: string;
310
+ 30: string;
311
+ 32: string;
312
+ 36: string;
313
+ 40: string;
314
+ 45: string;
315
+ 48: string;
316
+ };
317
+ borderWidths: {};
318
+ borderStyles: {};
319
+ shadows: {
320
+ s: string;
321
+ };
322
+ zIndices: {};
323
+ transitions: {};
324
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
325
  //# sourceMappingURL=SwapDetailsModal.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC"}
1
+ {"version":3,"file":"SwapDetailsModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9B,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { WalletType } from '@rango-dev/wallets-shared';
2
3
  import type { PendingSwapNetworkStatus } from 'rango-types';
3
4
  export type ModalState = Exclude<PendingSwapNetworkStatus, PendingSwapNetworkStatus.WaitingForQueue> | 'delete' | 'cancel' | null;
@@ -31,7 +32,7 @@ export interface CompleteModalPropTypes {
31
32
  displayName: string;
32
33
  image: string;
33
34
  };
34
- description?: string;
35
+ description?: React.ReactNode;
35
36
  diagnosisUrl?: string | null;
36
37
  }
37
38
  export interface ModalNetworkValueTypes {
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,MAAM,MAAM,UAAU,GAClB,OAAO,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,eAAe,CAAC,GAC3E,QAAQ,GACR,QAAQ,GACR,IAAI,CAAC;AACT,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,UAAU,CAAC;IAClB,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAwB,SAAQ,sBAAsB;IACrE,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"SwapDetailsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,MAAM,MAAM,UAAU,GAClB,OAAO,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,eAAe,CAAC,GAC3E,QAAQ,GACR,QAAQ,GACR,IAAI,CAAC;AACT,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,UAAU,CAAC;IAClB,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAwB,SAAQ,sBAAsB;IACrE,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;CAC/B;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ExpandedQuotes.d.ts","sourceRoot":"","sources":["../../../src/containers/ExpandedQuotes/ExpandedQuotes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAIxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAYnD,eAAO,MAAM,2BAA2B,MAAM,CAAC;AAE/C,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBAyD9C"}
1
+ {"version":3,"file":"ExpandedQuotes.d.ts","sourceRoot":"","sources":["../../../src/containers/ExpandedQuotes/ExpandedQuotes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAIxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAYnD,eAAO,MAAM,2BAA2B,MAAM,CAAC;AAE/C,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBA2D9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"QuoteInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,4BAkEzC"}
1
+ {"version":3,"file":"QuoteInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,4BAoEzC"}
@@ -160,7 +160,9 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
160
160
  zIndices: {};
161
161
  transitions: {};
162
162
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
- export declare const FooterStepAlarm: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
163
+ export declare const FooterStepAlarm: import("@stitches/react/types/styled-component").StyledComponent<"div", {
164
+ dense?: boolean | "true" | undefined;
165
+ }, {
164
166
  xs: string;
165
167
  sm: string;
166
168
  md: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAS1B,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC"}
@@ -14,5 +14,6 @@ export type PropTypes = {
14
14
  selected?: boolean;
15
15
  showModalFee?: boolean;
16
16
  fullExpandedMode?: boolean;
17
+ container?: HTMLElement;
17
18
  };
18
19
  //# sourceMappingURL=QuoteInfo.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QuoteInfo.types.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3E,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC"}
1
+ {"version":3,"file":"QuoteInfo.types.d.ts","sourceRoot":"","sources":["../../../src/containers/QuoteInfo/QuoteInfo.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3E,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC5B,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useWalletList.d.ts","sourceRoot":"","sources":["../../src/hooks/useWalletList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD,OAAO,EAEL,KAAK,UAAU,EAEhB,MAAM,2BAA2B,CAAC;AAenC,UAAU,MAAM;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM;;;wBA6BT,UAAU;;EA4F5C"}
1
+ {"version":3,"file":"useWalletList.d.ts","sourceRoot":"","sources":["../../src/hooks/useWalletList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD,OAAO,EAGL,KAAK,UAAU,EAEhB,MAAM,2BAA2B,CAAC;AAenC,UAAU,MAAM;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM;;;wBAmCT,UAAU;;EA4F5C"}