@rango-dev/widget-embedded 0.12.1-next.11 → 0.12.1-next.12

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 (60) hide show
  1. package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -1
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +2 -2
  3. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  4. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -1
  5. package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -1
  6. package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -1
  7. package/dist/components/RouteErrors/RouteErrors.types.d.ts +3 -1
  8. package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +1 -1
  9. package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +1 -1
  10. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  11. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -8
  12. package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
  13. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +0 -148
  14. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  15. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts +1 -1
  16. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
  17. package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -1
  18. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -0
  19. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
  20. package/dist/components/TokenList/TokenList.d.ts.map +1 -1
  21. package/dist/components/TokenList/TokenList.styles.d.ts +148 -0
  22. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  23. package/dist/constants/errors.d.ts +2 -2
  24. package/dist/constants/routing.d.ts +12 -2
  25. package/dist/constants/routing.d.ts.map +1 -1
  26. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  27. package/dist/index.js +1 -1
  28. package/dist/index.js.map +3 -3
  29. package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
  30. package/dist/pages/Home.d.ts.map +1 -1
  31. package/dist/utils/routing.d.ts +4 -2
  32. package/dist/utils/routing.d.ts.map +1 -1
  33. package/dist/utils/swap.d.ts +1 -1
  34. package/dist/utils/swap.d.ts.map +1 -1
  35. package/package.json +2 -2
  36. package/src/components/BlockchainList/BlockchainList.styles.ts +6 -5
  37. package/src/components/BlockchainList/BlockchainList.tsx +5 -8
  38. package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +26 -4
  39. package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +1 -1
  40. package/src/components/Layout/Layout.tsx +2 -2
  41. package/src/components/RouteErrors/RouteErrors.styles.ts +2 -1
  42. package/src/components/RouteErrors/RouteErrors.tsx +37 -26
  43. package/src/components/RouteErrors/RouteErrors.types.ts +3 -1
  44. package/src/components/RouteErrors/RouteErrorsModal.tsx +38 -11
  45. package/src/components/SwapDetails/SwapDetails.helpers.tsx +9 -26
  46. package/src/components/SwapDetails/SwapDetails.styles.ts +1 -9
  47. package/src/components/SwapDetails/SwapDetails.tsx +99 -73
  48. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +3 -7
  49. package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +3 -0
  50. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -0
  51. package/src/components/TokenList/TokenList.styles.ts +7 -1
  52. package/src/components/TokenList/TokenList.tsx +3 -2
  53. package/src/constants/errors.ts +2 -2
  54. package/src/constants/routing.ts +17 -2
  55. package/src/hooks/useFetchBestRoute.ts +2 -2
  56. package/src/hooks/useSwapInput.ts +10 -1
  57. package/src/pages/ConfirmSwapPage.tsx +47 -19
  58. package/src/pages/Home.tsx +90 -42
  59. package/src/utils/routing.ts +56 -13
  60. package/src/utils/swap.ts +35 -19
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBAwD9C"}
1
+ {"version":3,"file":"BlockchainList.d.ts","sourceRoot":"","sources":["../../../src/components/BlockchainList/BlockchainList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAWxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,wBAAgB,cAAc,CAAC,KAAK,EAAE,SAAS,qBAqD9C"}
@@ -1,4 +1,4 @@
1
- export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
1
+ export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
2
  sm: string;
3
3
  md: string;
4
4
  lg: string;
@@ -146,7 +146,7 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
146
146
  zIndices: {};
147
147
  transitions: {};
148
148
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
149
- export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
149
+ export declare const List: import("@stitches/react/types/styled-component").StyledComponent<"ul", {}, {
150
150
  sm: string;
151
151
  md: string;
152
152
  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,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWf,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAElB,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 +1 @@
1
- {"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAInE,wBAAgB,eAAe,CAC7B,SAAS,EAAE,iBAAiB,GAC3B,IAAI,EAAE,GAAG,SAAS,CA4BpB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,GAAG,MAAM,EAAE,CAgB5E;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,MAAM,GACd,OAAO,CAIT"}
1
+ {"version":3,"file":"ConfirmWallets.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uEAAuE,CAAC;AAClG,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAUnE,wBAAgB,eAAe,CAC7B,SAAS,EAAE,iBAAiB,GAC3B,IAAI,EAAE,GAAG,SAAS,CA4CpB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,GAAG,MAAM,EAAE,CAgB5E;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,MAAM,GACd,OAAO,CAIT"}
@@ -1 +1 @@
1
- {"version":3,"file":"RouteErrors.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAqD3C"}
1
+ {"version":3,"file":"RouteErrors.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAgE3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC"}
1
+ {"version":3,"file":"RouteErrors.styles.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMf,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC"}
@@ -8,8 +8,10 @@ export interface PropTypes {
8
8
  percentageChange: BigNumber | null;
9
9
  highValueLoss: boolean;
10
10
  priceImpactCanNotBeComputed: boolean;
11
+ loading: boolean;
12
+ extraSpace: boolean;
11
13
  }
12
- type ModalPropTypesKeys = keyof Omit<PropTypes, 'priceImpactCanNotBeComputed' | 'openModal'>;
14
+ type ModalPropTypesKeys = keyof Omit<PropTypes, 'priceImpactCanNotBeComputed' | 'openModal' | 'extraSpace' | 'loading'>;
13
15
  export type ModalPropTypes = Pick<PropTypes, ModalPropTypesKeys> & {
14
16
  open: boolean;
15
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RouteErrors.types.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,SAAS,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,SAAS,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,2BAA2B,EAAE,OAAO,CAAC;CACtC;AAED,KAAK,kBAAkB,GAAG,MAAM,IAAI,CAClC,SAAS,EACT,6BAA6B,GAAG,WAAW,CAC5C,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,kBAAkB,CAAC,GAAG;IACjE,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"RouteErrors.types.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrors.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,cAAc,EAAE,SAAS,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,SAAS,GAAG,IAAI,CAAC;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,2BAA2B,EAAE,OAAO,CAAC;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,KAAK,kBAAkB,GAAG,MAAM,IAAI,CAClC,SAAS,EACT,6BAA6B,GAAG,WAAW,GAAG,YAAY,GAAG,SAAS,CACvE,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,kBAAkB,CAAC,GAAG;IACjE,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"RouteErrorsModal.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrorsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAU1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,cAAc,qBA4ErD"}
1
+ {"version":3,"file":"RouteErrorsModal.d.ts","sourceRoot":"","sources":["../../../src/components/RouteErrors/RouteErrorsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAU1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,cAAc,qBAkGrD"}
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAsB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AAwC3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAoUlD"}
1
+ {"version":3,"file":"SwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAwB5D,OAAO,KAAsC,MAAM,OAAO,CAAC;AA4C3D,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,qBAwVlD"}
@@ -1,15 +1,8 @@
1
1
  import type { GetStep } from '../SwapDetailsAlerts';
2
2
  import type { PendingSwapStep } from '@rango-dev/queue-manager-rango-preset';
3
- import type { PriceImpactWarningLevel, Step, StepDetailsProps } from '@rango-dev/ui';
4
- import type BigNumber from 'bignumber.js';
5
- export declare const LOW_PRICE_IMPACT = 3;
6
- export declare const HIGHT_PRICE_IMPACT = 10;
3
+ import type { Step, StepDetailsProps } from '@rango-dev/ui';
7
4
  export declare const RESET_INTERVAL = 2000;
8
- export declare const MIN_DECIMALS = 0;
9
- export declare const AMOUNT_DECIMALS = 4;
10
- export declare const PERCENT_DECIMALS = 2;
11
5
  export declare const SECONDS = 60;
12
6
  export declare const getSteps: ({ swap, ...args }: GetStep) => Step[];
13
- export declare const getPriceImpactWarningLevel: (priceImpact: BigNumber | null) => PriceImpactWarningLevel | undefined;
14
7
  export declare function getStepState(step: PendingSwapStep): StepDetailsProps['state'];
15
8
  //# sourceMappingURL=SwapDetails.helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,EACV,uBAAuB,EACvB,IAAI,EACJ,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAQ1C,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,eAAO,MAAM,cAAc,OAAQ,CAAC;AACpC,eAAO,MAAM,YAAY,IAAI,CAAC;AAC9B,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,OAAO,KAAK,CAAC;AAE1B,eAAO,MAAM,QAAQ,sBAAuB,OAAO,KAAG,IAAI,EA4CzD,CAAC;AAEF,eAAO,MAAM,0BAA0B,gBACxB,SAAS,GAAG,IAAI,KAC5B,uBAAuB,GAAG,SAO5B,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAqB7E"}
1
+ {"version":3,"file":"SwapDetails.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAY5D,eAAO,MAAM,cAAc,OAAQ,CAAC;AACpC,eAAO,MAAM,OAAO,KAAK,CAAC;AAE1B,eAAO,MAAM,QAAQ,sBAAuB,OAAO,KAAG,IAAI,EA4CzD,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAqB7E"}
@@ -146,154 +146,6 @@ export declare const Container: import("@stitches/react/types/styled-component")
146
146
  zIndices: {};
147
147
  transitions: {};
148
148
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
149
- export declare const Separator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
150
- sm: string;
151
- md: string;
152
- lg: string;
153
- }, import("@stitches/react/types/css-util").CSS<{
154
- sm: string;
155
- md: string;
156
- lg: string;
157
- }, {
158
- colors: {
159
- primary500: string;
160
- primary600: string;
161
- secondary100: string;
162
- secondary200: string;
163
- secondary300: string;
164
- secondary400: string;
165
- secondary500: string;
166
- secondary600: string;
167
- secondary700: string;
168
- secondary800: string;
169
- secondary900: string;
170
- neutral100: string;
171
- neutral200: string;
172
- neutral300: string;
173
- neutral400: string;
174
- neutral500: string;
175
- neutral600: string;
176
- neutral700: string;
177
- neutral800: string;
178
- neutral900: string;
179
- error100: string;
180
- error300: string;
181
- error500: string;
182
- error600: string;
183
- error700: string;
184
- warning100: string;
185
- warning300: string;
186
- warning500: string;
187
- warning600: string;
188
- warning700: string;
189
- info100: string;
190
- info300: string;
191
- info500: string;
192
- info600: string;
193
- info700: string;
194
- success100: string;
195
- success300: string;
196
- success500: string;
197
- success600: string;
198
- success700: string;
199
- background: string;
200
- foreground: string;
201
- };
202
- space: {
203
- 0: string;
204
- 5: string;
205
- 10: string;
206
- 15: string;
207
- 20: string;
208
- 25: string;
209
- 30: string;
210
- 40: string;
211
- 46: string;
212
- 50: string;
213
- 60: string;
214
- 70: string;
215
- 80: string;
216
- 90: string;
217
- 100: string;
218
- 2: string;
219
- 4: string;
220
- 6: string;
221
- 8: string;
222
- 12: string;
223
- 16: string;
224
- 24: string;
225
- 28: string;
226
- 32: string;
227
- };
228
- radii: {
229
- xs: string;
230
- sm: string;
231
- xm: string;
232
- md: string;
233
- xl: string;
234
- lg: string;
235
- };
236
- fontSizes: {
237
- 10: string;
238
- 12: string;
239
- 14: string;
240
- 16: string;
241
- 18: string;
242
- 20: string;
243
- 22: string;
244
- 24: string;
245
- 28: string;
246
- 32: string;
247
- 36: string;
248
- 40: string;
249
- 48: string;
250
- };
251
- fonts: {};
252
- fontWeights: {
253
- regular: number;
254
- medium: number;
255
- semiBold: number;
256
- bold: number;
257
- };
258
- lineHeights: {
259
- 12: string;
260
- 16: string;
261
- 20: string;
262
- 24: string;
263
- 26: string;
264
- 28: string;
265
- 30: string;
266
- 36: string;
267
- 40: string;
268
- 44: string;
269
- 52: string;
270
- 64: string;
271
- };
272
- letterSpacings: {};
273
- sizes: {
274
- 4: string;
275
- 6: string;
276
- 8: string;
277
- 12: string;
278
- 16: string;
279
- 18: string;
280
- 20: string;
281
- 24: string;
282
- 28: string;
283
- 32: string;
284
- 36: string;
285
- 40: string;
286
- 45: string;
287
- 48: string;
288
- };
289
- borderWidths: {};
290
- borderStyles: {};
291
- shadows: {
292
- s: string;
293
- };
294
- zIndices: {};
295
- transitions: {};
296
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
297
149
  export declare const HeaderDetails: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
298
150
  sm: string;
299
151
  md: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmCpB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
1
+ {"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { WalletStateContentProps } from './SwapDetailsModal.types';
2
2
  import React from 'react';
3
- export declare const WalletStateContent: ({ type, title, currentStepWallet, message, }: WalletStateContentProps) => React.JSX.Element;
3
+ export declare const WalletStateContent: (props: WalletStateContentProps) => React.JSX.Element;
4
4
  //# sourceMappingURL=SwapDetailsModal.WalletState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.WalletState.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,kBAAkB,iDAK5B,uBAAuB,sBAqBzB,CAAC"}
1
+ {"version":3,"file":"SwapDetailsModal.WalletState.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,kBAAkB,UAAW,uBAAuB,sBAsBhE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI/D,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,cAAc,qBA8BrD"}
1
+ {"version":3,"file":"SwapDetailsModal.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI/D,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,cAAc,qBAiCrD"}
@@ -38,6 +38,7 @@ export interface ModalNetworkValueTypes {
38
38
  export interface WalletStateContentProps extends ModalNetworkValueTypes {
39
39
  currentStepWallet: WalletTypeAndAddress | null;
40
40
  message: string;
41
+ showWalletButton: boolean;
41
42
  }
42
43
  export type CancelContentProps = Pick<ModalPropTypes, 'onClose' | 'onCancel'>;
43
44
  export type DeleteContentProps = Pick<ModalPropTypes, 'onClose' | 'onDelete'>;
@@ -1 +1 @@
1
- {"version":3,"file":"SwapDetailsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,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;CACjB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,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;CACjB;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,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,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;CACjB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,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;CAC3B;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":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EAGV,MAAM,mBAAmB,CAAC;AAgB3B,OAAO,KAA0C,MAAM,OAAO,CAAC;AA8D/D,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAyLzC"}
1
+ {"version":3,"file":"TokenList.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EAGV,MAAM,mBAAmB,CAAC;AAgB3B,OAAO,KAA0C,MAAM,OAAO,CAAC;AA+D/D,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAyLzC"}
@@ -1,4 +1,152 @@
1
1
  import { Typography } from '@rango-dev/ui';
2
+ export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ }, import("@stitches/react/types/css-util").CSS<{
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ }, {
11
+ colors: {
12
+ primary500: string;
13
+ primary600: string;
14
+ secondary100: string;
15
+ secondary200: string;
16
+ secondary300: string;
17
+ secondary400: string;
18
+ secondary500: string;
19
+ secondary600: string;
20
+ secondary700: string;
21
+ secondary800: string;
22
+ secondary900: string;
23
+ neutral100: string;
24
+ neutral200: string;
25
+ neutral300: string;
26
+ neutral400: string;
27
+ neutral500: string;
28
+ neutral600: string;
29
+ neutral700: string;
30
+ neutral800: string;
31
+ neutral900: string;
32
+ error100: string;
33
+ error300: string;
34
+ error500: string;
35
+ error600: string;
36
+ error700: string;
37
+ warning100: string;
38
+ warning300: string;
39
+ warning500: string;
40
+ warning600: string;
41
+ warning700: string;
42
+ info100: string;
43
+ info300: string;
44
+ info500: string;
45
+ info600: string;
46
+ info700: string;
47
+ success100: string;
48
+ success300: string;
49
+ success500: string;
50
+ success600: string;
51
+ success700: string;
52
+ background: string;
53
+ foreground: string;
54
+ };
55
+ space: {
56
+ 0: string;
57
+ 5: string;
58
+ 10: string;
59
+ 15: string;
60
+ 20: string;
61
+ 25: string;
62
+ 30: string;
63
+ 40: string;
64
+ 46: string;
65
+ 50: string;
66
+ 60: string;
67
+ 70: string;
68
+ 80: string;
69
+ 90: string;
70
+ 100: string;
71
+ 2: string;
72
+ 4: string;
73
+ 6: string;
74
+ 8: string;
75
+ 12: string;
76
+ 16: string;
77
+ 24: string;
78
+ 28: string;
79
+ 32: string;
80
+ };
81
+ radii: {
82
+ xs: string;
83
+ sm: string;
84
+ xm: string;
85
+ md: string;
86
+ xl: string;
87
+ lg: string;
88
+ };
89
+ fontSizes: {
90
+ 10: string;
91
+ 12: string;
92
+ 14: string;
93
+ 16: string;
94
+ 18: string;
95
+ 20: string;
96
+ 22: string;
97
+ 24: string;
98
+ 28: string;
99
+ 32: string;
100
+ 36: string;
101
+ 40: string;
102
+ 48: string;
103
+ };
104
+ fonts: {};
105
+ fontWeights: {
106
+ regular: number;
107
+ medium: number;
108
+ semiBold: number;
109
+ bold: number;
110
+ };
111
+ lineHeights: {
112
+ 12: string;
113
+ 16: string;
114
+ 20: string;
115
+ 24: string;
116
+ 26: string;
117
+ 28: string;
118
+ 30: string;
119
+ 36: string;
120
+ 40: string;
121
+ 44: string;
122
+ 52: string;
123
+ 64: string;
124
+ };
125
+ letterSpacings: {};
126
+ sizes: {
127
+ 4: string;
128
+ 6: string;
129
+ 8: string;
130
+ 12: string;
131
+ 16: string;
132
+ 18: string;
133
+ 20: string;
134
+ 24: string;
135
+ 28: string;
136
+ 32: string;
137
+ 36: string;
138
+ 40: string;
139
+ 45: string;
140
+ 48: string;
141
+ };
142
+ borderWidths: {};
143
+ borderStyles: {};
144
+ shadows: {
145
+ s: string;
146
+ };
147
+ zIndices: {};
148
+ transitions: {};
149
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2
150
  export declare const Title: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
3
151
  sm: string;
4
152
  md: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8Df,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC"}
1
+ {"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8Df,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC"}
@@ -14,7 +14,7 @@ export declare const errorMessages: {
14
14
  decreaseAmount: string;
15
15
  };
16
16
  highValueLossError: {
17
- impacTitle: string;
17
+ impactTitle: string;
18
18
  title: string;
19
19
  description: string;
20
20
  confirmMessage: string;
@@ -23,7 +23,7 @@ export declare const errorMessages: {
23
23
  title: string;
24
24
  };
25
25
  unknownPriceError: {
26
- impacTitle: string;
26
+ impactTitle: string;
27
27
  title: string;
28
28
  description: string;
29
29
  confirmMessage: string;
@@ -1,3 +1,13 @@
1
- export declare const LOW_PRICE_IMPACT = 3;
2
- export declare const HIGHT_PRICE_IMPACT = 10;
1
+ export declare const LOW_PRICE_IMPACT = -3;
2
+ export declare const HIGHT_PRICE_IMPACT = -10;
3
+ export declare const TOKEN_AMOUNT_MIN_DECIMALS = 6;
4
+ export declare const TOKEN_AMOUNT_MAX_DECIMALS = 6;
5
+ export declare const USD_VALUE_MIN_DECIMALS = 4;
6
+ export declare const USD_VALUE_MAX_DECIMALS = 4;
7
+ export declare const GAS_FEE_MIN_DECIMALS = 2;
8
+ export declare const GAS_FEE_MAX_DECIMALS = 2;
9
+ export declare const PERCENTAGE_CHANGE_MIN_DECIMALS = 2;
10
+ export declare const PERCENTAGE_CHANGE_MAX_DECIMALS = 2;
11
+ export declare const BALANCE_MIN_DECIMALS = 8;
12
+ export declare const BALANCE_MAX_DECIMALS = 8;
3
13
  //# sourceMappingURL=routing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../../src/constants/routing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,kBAAkB,KAAK,CAAC"}
1
+ {"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../../src/constants/routing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,kBAAkB,MAAM,CAAC;AAEtC,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAC3C,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C,eAAO,MAAM,sBAAsB,IAAI,CAAC;AACxC,eAAO,MAAM,sBAAsB,IAAI,CAAC;AAExC,eAAO,MAAM,oBAAoB,IAAI,CAAC;AACtC,eAAO,MAAM,oBAAoB,IAAI,CAAC;AAEtC,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAChD,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAEhD,eAAO,MAAM,oBAAoB,IAAI,CAAC;AACtC,eAAO,MAAM,oBAAoB,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSwapInput.d.ts","sourceRoot":"","sources":["../../src/hooks/useSwapInput.ts"],"names":[],"mappings":"AAaA,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,wBAAgB,YAAY,IAAI,YAAY,CA8E3C"}
1
+ {"version":3,"file":"useSwapInput.d.ts","sourceRoot":"","sources":["../../src/hooks/useSwapInput.ts"],"names":[],"mappings":"AAaA,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,wBAAgB,YAAY,IAAI,YAAY,CAuF3C"}