@rango-dev/widget-embedded 0.20.1-next.15 → 0.20.1-next.17

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 (69) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +4 -0
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +2 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +38 -0
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +6 -0
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  9. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +10 -0
  10. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  11. package/dist/components/Layout/Layout.styles.d.ts +6 -0
  12. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  13. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +2 -0
  14. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  15. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +28 -0
  16. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  17. package/dist/components/NoResult/NoResult.styles.d.ts +6 -0
  18. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  19. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +8 -0
  20. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  21. package/dist/components/Quote/Quote.d.ts.map +1 -1
  22. package/dist/components/Quote/Quote.styles.d.ts +356 -2
  23. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  24. package/dist/components/Quote/Quote.types.d.ts +15 -0
  25. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  26. package/dist/components/Quote/QuoteSummary.styles.d.ts +4 -0
  27. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  28. package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
  29. package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
  30. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +8 -0
  31. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  32. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +20 -0
  33. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  34. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +10 -0
  35. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  36. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +8 -0
  37. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  38. package/dist/components/SearchInput/SearchInput.styles.d.ts +2 -0
  39. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  40. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +8 -0
  41. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  42. package/dist/components/Slippage/Slippage.styles.d.ts +10 -0
  43. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  44. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +24 -0
  45. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  46. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +2 -0
  47. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  48. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
  49. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  50. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +10 -0
  51. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  52. package/dist/components/TokenList/TokenList.styles.d.ts +34 -0
  53. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  54. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +8 -0
  55. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  56. package/dist/containers/App/App.styles.d.ts +2 -0
  57. package/dist/containers/App/App.styles.d.ts.map +1 -1
  58. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -0
  59. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  60. package/dist/index.js +1 -1
  61. package/dist/index.js.map +4 -4
  62. package/dist/utils/quote.d.ts +5 -1
  63. package/dist/utils/quote.d.ts.map +1 -1
  64. package/package.json +3 -3
  65. package/src/components/Quote/Quote.styles.ts +43 -4
  66. package/src/components/Quote/Quote.tsx +7 -58
  67. package/src/components/Quote/Quote.types.ts +17 -0
  68. package/src/components/Quote/QuoteTrigger .tsx +215 -0
  69. package/src/utils/quote.ts +18 -1
@@ -1,8 +1,10 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -158,10 +160,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
158
160
  transitions: {};
159
161
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
160
162
  export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
163
+ xs: string;
161
164
  sm: string;
162
165
  md: string;
163
166
  lg: string;
164
167
  }, import("@stitches/react/types/css-util").CSS<{
168
+ xs: string;
165
169
  sm: string;
166
170
  md: string;
167
171
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
1
+ {"version":3,"file":"BlockchainList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUf,CAAC"}
@@ -1,8 +1,10 @@
1
1
  export declare const Blockchains: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
1
+ {"version":3,"file":"BlockchainsSection.styles.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainsSection/BlockchainsSection.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
@@ -4,10 +4,12 @@
4
4
  import * as Collapsible from '@radix-ui/react-collapsible';
5
5
  export declare const EXPANDABLE_TRANSITION_DURATION = 300;
6
6
  export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
7
+ xs: string;
7
8
  sm: string;
8
9
  md: string;
9
10
  lg: string;
10
11
  }, import("@stitches/react/types/css-util").CSS<{
12
+ xs: string;
11
13
  sm: string;
12
14
  md: string;
13
15
  lg: string;
@@ -163,10 +165,12 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
163
165
  transitions: {};
164
166
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
165
167
  export declare const ListContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
168
+ xs: string;
166
169
  sm: string;
167
170
  md: string;
168
171
  lg: string;
169
172
  }, import("@stitches/react/types/css-util").CSS<{
173
+ xs: string;
170
174
  sm: string;
171
175
  md: string;
172
176
  lg: string;
@@ -324,10 +328,12 @@ export declare const ListContainer: import("@stitches/react/types/styled-compone
324
328
  export declare const WalletButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
325
329
  selected?: boolean | "true" | undefined;
326
330
  }, {
331
+ xs: string;
327
332
  sm: string;
328
333
  md: string;
329
334
  lg: string;
330
335
  }, import("@stitches/react/types/css-util").CSS<{
336
+ xs: string;
331
337
  sm: string;
332
338
  md: string;
333
339
  lg: string;
@@ -485,10 +491,12 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
485
491
  export declare const ShowMoreWallets: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
486
492
  selected?: boolean | "true" | undefined;
487
493
  }, {
494
+ xs: string;
488
495
  sm: string;
489
496
  md: string;
490
497
  lg: string;
491
498
  }, import("@stitches/react/types/css-util").CSS<{
499
+ xs: string;
492
500
  sm: string;
493
501
  md: string;
494
502
  lg: string;
@@ -643,10 +651,12 @@ export declare const ShowMoreWallets: import("@stitches/react/types/styled-compo
643
651
  zIndices: {};
644
652
  transitions: {};
645
653
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
654
+ xs: string;
646
655
  sm: string;
647
656
  md: string;
648
657
  lg: string;
649
658
  }, import("@stitches/react/types/css-util").CSS<{
659
+ xs: string;
650
660
  sm: string;
651
661
  md: string;
652
662
  lg: string;
@@ -802,10 +812,12 @@ export declare const ShowMoreWallets: import("@stitches/react/types/styled-compo
802
812
  transitions: {};
803
813
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
804
814
  export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
815
+ xs: string;
805
816
  sm: string;
806
817
  md: string;
807
818
  lg: string;
808
819
  }, import("@stitches/react/types/css-util").CSS<{
820
+ xs: string;
809
821
  sm: string;
810
822
  md: string;
811
823
  lg: string;
@@ -961,10 +973,12 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
961
973
  transitions: {};
962
974
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
963
975
  export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
976
+ xs: string;
964
977
  sm: string;
965
978
  md: string;
966
979
  lg: string;
967
980
  }, import("@stitches/react/types/css-util").CSS<{
981
+ xs: string;
968
982
  sm: string;
969
983
  md: string;
970
984
  lg: string;
@@ -1122,10 +1136,12 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
1122
1136
  export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
1123
1137
  children?: import("react").ReactNode;
1124
1138
  } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
1139
+ xs: string;
1125
1140
  sm: string;
1126
1141
  md: string;
1127
1142
  lg: string;
1128
1143
  }, import("@stitches/react/types/css-util").CSS<{
1144
+ xs: string;
1129
1145
  sm: string;
1130
1146
  md: string;
1131
1147
  lg: string;
@@ -1281,10 +1297,12 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
1281
1297
  transitions: {};
1282
1298
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1283
1299
  export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1300
+ xs: string;
1284
1301
  sm: string;
1285
1302
  md: string;
1286
1303
  lg: string;
1287
1304
  }, import("@stitches/react/types/css-util").CSS<{
1305
+ xs: string;
1288
1306
  sm: string;
1289
1307
  md: string;
1290
1308
  lg: string;
@@ -1440,10 +1458,12 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
1440
1458
  transitions: {};
1441
1459
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1442
1460
  export declare const walletsListStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
1461
+ xs: string;
1443
1462
  sm: string;
1444
1463
  md: string;
1445
1464
  lg: string;
1446
1465
  }, import("@stitches/react/types/css-util").CSS<{
1466
+ xs: string;
1447
1467
  sm: string;
1448
1468
  md: string;
1449
1469
  lg: string;
@@ -1601,10 +1621,12 @@ export declare const walletsListStyles: import("@stitches/react/types/styled-com
1601
1621
  export declare const CollapsibleRoot: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
1602
1622
  selected?: boolean | "true" | undefined;
1603
1623
  }, {
1624
+ xs: string;
1604
1625
  sm: string;
1605
1626
  md: string;
1606
1627
  lg: string;
1607
1628
  }, import("@stitches/react/types/css-util").CSS<{
1629
+ xs: string;
1608
1630
  sm: string;
1609
1631
  md: string;
1610
1632
  lg: string;
@@ -2040,10 +2062,12 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
2040
2062
  } & {
2041
2063
  children?: import("react").ReactNode;
2042
2064
  } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
2065
+ xs: string;
2043
2066
  sm: string;
2044
2067
  md: string;
2045
2068
  lg: string;
2046
2069
  }, import("@stitches/react/types/css-util").CSS<{
2070
+ xs: string;
2047
2071
  sm: string;
2048
2072
  md: string;
2049
2073
  lg: string;
@@ -2199,10 +2223,12 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
2199
2223
  transitions: {};
2200
2224
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2201
2225
  export declare const CustomDestination: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2226
+ xs: string;
2202
2227
  sm: string;
2203
2228
  md: string;
2204
2229
  lg: string;
2205
2230
  }, import("@stitches/react/types/css-util").CSS<{
2231
+ xs: string;
2206
2232
  sm: string;
2207
2233
  md: string;
2208
2234
  lg: string;
@@ -2358,10 +2384,12 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
2358
2384
  transitions: {};
2359
2385
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2360
2386
  export declare const alarmsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
2387
+ xs: string;
2361
2388
  sm: string;
2362
2389
  md: string;
2363
2390
  lg: string;
2364
2391
  }, import("@stitches/react/types/css-util").CSS<{
2392
+ xs: string;
2365
2393
  sm: string;
2366
2394
  md: string;
2367
2395
  lg: string;
@@ -2519,10 +2547,12 @@ export declare const alarmsStyles: import("@stitches/react/types/styled-componen
2519
2547
  export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2520
2548
  orientation?: "down" | "up" | undefined;
2521
2549
  }, {
2550
+ xs: string;
2522
2551
  sm: string;
2523
2552
  md: string;
2524
2553
  lg: string;
2525
2554
  }, import("@stitches/react/types/css-util").CSS<{
2555
+ xs: string;
2526
2556
  sm: string;
2527
2557
  md: string;
2528
2558
  lg: string;
@@ -2678,10 +2708,12 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
2678
2708
  transitions: {};
2679
2709
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2680
2710
  export declare const ConfirmButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2711
+ xs: string;
2681
2712
  sm: string;
2682
2713
  md: string;
2683
2714
  lg: string;
2684
2715
  }, import("@stitches/react/types/css-util").CSS<{
2716
+ xs: string;
2685
2717
  sm: string;
2686
2718
  md: string;
2687
2719
  lg: string;
@@ -2847,10 +2879,12 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
2847
2879
  } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
2848
2880
  children?: import("react").ReactNode;
2849
2881
  } & import("react").RefAttributes<HTMLInputElement>>, {}, {
2882
+ xs: string;
2850
2883
  sm: string;
2851
2884
  md: string;
2852
2885
  lg: string;
2853
2886
  }, import("@stitches/react/types/css-util").CSS<{
2887
+ xs: string;
2854
2888
  sm: string;
2855
2889
  md: string;
2856
2890
  lg: string;
@@ -3008,10 +3042,12 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
3008
3042
  export declare const CollapsibleContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
3009
3043
  open?: boolean | "true" | "false" | undefined;
3010
3044
  }, {
3045
+ xs: string;
3011
3046
  sm: string;
3012
3047
  md: string;
3013
3048
  lg: string;
3014
3049
  }, import("@stitches/react/types/css-util").CSS<{
3050
+ xs: string;
3015
3051
  sm: string;
3016
3052
  md: string;
3017
3053
  lg: string;
@@ -3167,10 +3203,12 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
3167
3203
  transitions: {};
3168
3204
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
3169
3205
  export declare const Wallets: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3206
+ xs: string;
3170
3207
  sm: string;
3171
3208
  md: string;
3172
3209
  lg: string;
3173
3210
  }, import("@stitches/react/types/css-util").CSS<{
3211
+ xs: string;
3174
3212
  sm: string;
3175
3213
  md: string;
3176
3214
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,10 @@
1
1
  export declare const LogoContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -158,10 +160,12 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
158
160
  transitions: {};
159
161
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
160
162
  export declare const Spinner: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
163
+ xs: string;
161
164
  sm: string;
162
165
  md: string;
163
166
  lg: string;
164
167
  }, import("@stitches/react/types/css-util").CSS<{
168
+ xs: string;
165
169
  sm: string;
166
170
  md: string;
167
171
  lg: string;
@@ -317,10 +321,12 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
317
321
  transitions: {};
318
322
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
319
323
  export declare const WalletImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
324
+ xs: string;
320
325
  sm: string;
321
326
  md: string;
322
327
  lg: string;
323
328
  }, import("@stitches/react/types/css-util").CSS<{
329
+ xs: string;
324
330
  sm: string;
325
331
  md: string;
326
332
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
1
+ {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
@@ -2,10 +2,12 @@
2
2
  export declare const HeaderButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
3
3
  children?: import("react").ReactNode;
4
4
  } & import("react").RefAttributes<HTMLButtonElement>>, {}, {
5
+ xs: string;
5
6
  sm: string;
6
7
  md: string;
7
8
  lg: string;
8
9
  }, import("@stitches/react/types/css-util").CSS<{
10
+ xs: string;
9
11
  sm: string;
10
12
  md: string;
11
13
  lg: string;
@@ -161,10 +163,12 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
161
163
  transitions: {};
162
164
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
165
  export declare const ConnectedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
166
+ xs: string;
164
167
  sm: string;
165
168
  md: string;
166
169
  lg: string;
167
170
  }, import("@stitches/react/types/css-util").CSS<{
171
+ xs: string;
168
172
  sm: string;
169
173
  md: string;
170
174
  lg: string;
@@ -320,10 +324,12 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
320
324
  transitions: {};
321
325
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
322
326
  export declare const SuffixContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
327
+ xs: string;
323
328
  sm: string;
324
329
  md: string;
325
330
  lg: string;
326
331
  }, import("@stitches/react/types/css-util").CSS<{
332
+ xs: string;
327
333
  sm: string;
328
334
  md: string;
329
335
  lg: string;
@@ -479,10 +485,12 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
479
485
  transitions: {};
480
486
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
481
487
  export declare const NotificationsBadgeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
488
+ xs: string;
482
489
  sm: string;
483
490
  md: string;
484
491
  lg: string;
485
492
  }, import("@stitches/react/types/css-util").CSS<{
493
+ xs: string;
486
494
  sm: string;
487
495
  md: string;
488
496
  lg: string;
@@ -640,10 +648,12 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
640
648
  export declare const ProgressIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
641
649
  isRefetched?: boolean | "true" | undefined;
642
650
  }, {
651
+ xs: string;
643
652
  sm: string;
644
653
  md: string;
645
654
  lg: string;
646
655
  }, import("@stitches/react/types/css-util").CSS<{
656
+ xs: string;
647
657
  sm: string;
648
658
  md: string;
649
659
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC"}
1
+ {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC"}
@@ -1,10 +1,12 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
2
  fixedHeight?: boolean | "true" | "false" | undefined;
3
3
  }, {
4
+ xs: string;
4
5
  sm: string;
5
6
  md: string;
6
7
  lg: string;
7
8
  }, import("@stitches/react/types/css-util").CSS<{
9
+ xs: string;
8
10
  sm: string;
9
11
  md: string;
10
12
  lg: string;
@@ -162,10 +164,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
162
164
  export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<"div", {
163
165
  noPadding?: boolean | "true" | undefined;
164
166
  }, {
167
+ xs: string;
165
168
  sm: string;
166
169
  md: string;
167
170
  lg: string;
168
171
  }, import("@stitches/react/types/css-util").CSS<{
172
+ xs: string;
169
173
  sm: string;
170
174
  md: string;
171
175
  lg: string;
@@ -321,10 +325,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
321
325
  transitions: {};
322
326
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
323
327
  export declare const Footer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
328
+ xs: string;
324
329
  sm: string;
325
330
  md: string;
326
331
  lg: string;
327
332
  }, import("@stitches/react/types/css-util").CSS<{
333
+ xs: string;
328
334
  sm: string;
329
335
  md: string;
330
336
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
1
+ {"version":3,"file":"Layout.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBlB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQjB,CAAC"}
@@ -1,9 +1,11 @@
1
1
  import { ListItem } from '@rango-dev/ui';
2
2
  export declare const CustomeListItem: import("@stitches/react/types/styled-component").StyledComponent<typeof ListItem, {}, {
3
+ xs: string;
3
4
  sm: string;
4
5
  md: string;
5
6
  lg: string;
6
7
  }, import("@stitches/react/types/css-util").CSS<{
8
+ xs: string;
7
9
  sm: string;
8
10
  md: string;
9
11
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}
1
+ {"version":3,"file":"LoadingLiquiditySourceList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE1B,CAAC"}