@rango-dev/ui 0.24.0 → 0.25.0

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 (211) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/dist/index.js +6 -6
  3. package/dist/index.js.map +4 -4
  4. package/dist/translations/en.d.ts.map +1 -1
  5. package/dist/translations/es.d.ts.map +1 -1
  6. package/dist/translations/fr.d.ts.map +1 -1
  7. package/dist/translations/ja.d.ts.map +1 -1
  8. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +157 -0
  9. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  11. package/dist/widget/ui/src/components/Button/Button.d.ts +54 -54
  12. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  13. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  15. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  16. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +158 -0
  17. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts +4 -0
  19. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -0
  20. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +629 -0
  21. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -0
  22. package/dist/widget/ui/src/components/{RouteCost/RouteCost.types.d.ts → QuoteCost/QuoteCost.types.d.ts} +1 -1
  23. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -0
  24. package/dist/widget/ui/src/components/QuoteCost/index.d.ts +2 -0
  25. package/dist/widget/ui/src/components/QuoteCost/index.d.ts.map +1 -0
  26. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  28. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +16 -2
  30. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -1
  31. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +1 -0
  32. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -1
  33. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
  34. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +1 -1
  35. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -1
  36. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
  37. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +7 -1
  38. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  39. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +16 -2
  40. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -1
  41. package/dist/widget/ui/src/components/StepDetails/index.d.ts +1 -1
  42. package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -1
  43. package/dist/widget/ui/src/components/StepDetails/mock.d.ts +1 -1
  44. package/dist/widget/ui/src/components/StepDetails/mock.d.ts.map +1 -1
  45. package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +1 -1
  46. package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
  47. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  48. package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
  49. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
  50. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +471 -1
  51. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
  52. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +2 -2
  54. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +3 -17
  56. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
  57. package/dist/widget/ui/src/components/common/Image.d.ts +157 -0
  58. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
  59. package/dist/widget/ui/src/components/common/index.d.ts +1 -1
  60. package/dist/widget/ui/src/components/common/index.d.ts.map +1 -1
  61. package/dist/widget/ui/src/components/index.d.ts +1 -2
  62. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  63. package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts +3 -3
  64. package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts.map +1 -1
  65. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +1 -1
  66. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  67. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts +2 -2
  68. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -1
  69. package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts +1 -1
  70. package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts.map +1 -1
  71. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
  72. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +1313 -54
  73. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  74. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +2 -0
  75. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
  76. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
  77. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +525 -54
  78. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  79. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +2 -2
  80. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  81. package/dist/widget/ui/src/icons/CosmosCategory.d.ts +5 -0
  82. package/dist/widget/ui/src/icons/CosmosCategory.d.ts.map +1 -0
  83. package/dist/widget/ui/src/icons/EvmCategory.d.ts +5 -0
  84. package/dist/widget/ui/src/icons/EvmCategory.d.ts.map +1 -0
  85. package/dist/widget/ui/src/icons/Icons.stories.d.ts +1 -1
  86. package/dist/widget/ui/src/icons/Language.d.ts +5 -0
  87. package/dist/widget/ui/src/icons/Language.d.ts.map +1 -0
  88. package/dist/widget/ui/src/icons/OtherCategory.d.ts +5 -0
  89. package/dist/widget/ui/src/icons/OtherCategory.d.ts.map +1 -0
  90. package/dist/widget/ui/src/icons/UtxoCategory.d.ts +5 -0
  91. package/dist/widget/ui/src/icons/UtxoCategory.d.ts.map +1 -0
  92. package/dist/widget/ui/src/icons/index.d.ts +5 -0
  93. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  94. package/dist/widget/ui/src/index.d.ts +0 -1
  95. package/dist/widget/ui/src/index.d.ts.map +1 -1
  96. package/dist/widget/ui/src/types/index.d.ts +0 -1
  97. package/dist/widget/ui/src/types/index.d.ts.map +1 -1
  98. package/dist/widget/ui/src/types/swaps.d.ts +1 -27
  99. package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
  100. package/dist/widget/ui/src/{helper → utils}/index.d.ts +0 -3
  101. package/dist/widget/ui/src/utils/index.d.ts.map +1 -0
  102. package/package.json +7 -6
  103. package/src/components/Alert/Alert.styles.ts +9 -12
  104. package/src/components/Alert/Alert.tsx +2 -2
  105. package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +2 -1
  106. package/src/components/Button/Button.styles.tsx +1 -0
  107. package/src/components/Checkbox/Checkbox.styles.ts +5 -1
  108. package/src/components/ListItem/ListItem.styles.ts +9 -0
  109. package/src/components/ListItem/ListItem.tsx +1 -1
  110. package/src/components/ListItemButton/ListItemButton.styles.ts +1 -0
  111. package/src/components/PriceImpact/PriceImpact.styles.ts +9 -1
  112. package/src/components/PriceImpact/PriceImpact.tsx +5 -5
  113. package/src/components/QuoteCost/QuoteCost.styles.ts +29 -0
  114. package/src/components/{RouteCost/RouteCost.tsx → QuoteCost/QuoteCost.tsx} +14 -10
  115. package/src/components/QuoteCost/index.ts +1 -0
  116. package/src/components/Radio/Radio.styles.tsx +5 -2
  117. package/src/components/RoutesOverview/RoutesOverview.tsx +6 -2
  118. package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +40 -13
  119. package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +47 -46
  120. package/src/components/SelectableCategoryList/index.ts +1 -0
  121. package/src/components/SelectableWalletList/SelectableWalletList.tsx +1 -1
  122. package/src/components/Skeleton/Skeleton.tsx +3 -2
  123. package/src/components/Skeleton/Skeleton.types.ts +1 -1
  124. package/src/components/StepDetails/StepDetails.stories.tsx +1 -1
  125. package/src/components/StepDetails/StepDetails.styles.ts +36 -28
  126. package/src/components/StepDetails/StepDetails.tsx +11 -7
  127. package/src/components/StepDetails/StepDetails.types.ts +17 -2
  128. package/src/components/StepDetails/index.ts +1 -1
  129. package/src/components/StepDetails/mock.ts +1 -1
  130. package/src/components/SvgIcon/SvgIcon.style.ts +1 -1
  131. package/src/components/SwapListItem/mock.ts +21 -6
  132. package/src/components/Switch/Switch.styles.tsx +8 -6
  133. package/src/components/TextField/TextField.tsx +3 -5
  134. package/src/components/TokenAmount/TokenAmount.styles.ts +12 -10
  135. package/src/components/TokenAmount/TokenAmount.tsx +23 -17
  136. package/src/components/Tooltip/Tooltip.styles.ts +8 -5
  137. package/src/components/Tooltip/Tooltip.tsx +2 -3
  138. package/src/components/Wallet/Wallet.styles.ts +1 -1
  139. package/src/components/Wallet/Wallet.types.ts +3 -23
  140. package/src/components/common/Image.tsx +1 -2
  141. package/src/components/common/index.ts +1 -1
  142. package/src/components/index.ts +1 -2
  143. package/src/containers/BlockchainSelector/BlockchainSelector.tsx +9 -8
  144. package/src/containers/SwapHistory/SwapHistory.stories.tsx +5 -2
  145. package/src/containers/SwapHistory/SwapHistory.tsx +1 -1
  146. package/src/containers/SwapHistory/mock.ts +24 -8
  147. package/src/containers/SwapInput/SwapInput.styles.ts +78 -27
  148. package/src/containers/SwapInput/SwapInput.tsx +37 -29
  149. package/src/containers/SwapInput/SwapInput.types.ts +2 -0
  150. package/src/containers/SwapInput/TokenSection.styles.ts +27 -12
  151. package/src/containers/SwapInput/TokenSection.tsx +15 -6
  152. package/src/containers/TokenSelector/TokenSelector.tsx +8 -10
  153. package/src/icons/CosmosCategory.tsx +137 -0
  154. package/src/icons/EvmCategory.tsx +74 -0
  155. package/src/icons/Language.tsx +55 -0
  156. package/src/icons/OtherCategory.tsx +72 -0
  157. package/src/icons/UtxoCategory.tsx +44 -0
  158. package/src/icons/index.ts +5 -0
  159. package/src/index.ts +0 -1
  160. package/src/theme.ts +4 -4
  161. package/src/types/index.ts +0 -1
  162. package/src/types/swaps.ts +0 -38
  163. package/src/utils/index.ts +23 -0
  164. package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts +0 -4
  165. package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +0 -1
  166. package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts +0 -7
  167. package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +0 -1
  168. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +0 -1429
  169. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +0 -1
  170. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +0 -34
  171. package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +0 -1
  172. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts +0 -4
  173. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts.map +0 -1
  174. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +0 -319
  175. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +0 -1
  176. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts +0 -6
  177. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts.map +0 -1
  178. package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts +0 -12
  179. package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts.map +0 -1
  180. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +0 -158
  181. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +0 -1
  182. package/dist/widget/ui/src/components/BestRoute/index.d.ts +0 -5
  183. package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +0 -1
  184. package/dist/widget/ui/src/components/BestRoute/mock.d.ts +0 -3
  185. package/dist/widget/ui/src/components/BestRoute/mock.d.ts.map +0 -1
  186. package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts +0 -4
  187. package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts.map +0 -1
  188. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +0 -158
  189. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +0 -1
  190. package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts.map +0 -1
  191. package/dist/widget/ui/src/components/RouteCost/index.d.ts +0 -2
  192. package/dist/widget/ui/src/components/RouteCost/index.d.ts.map +0 -1
  193. package/dist/widget/ui/src/containers/History/types.d.ts +0 -2
  194. package/dist/widget/ui/src/containers/History/types.d.ts.map +0 -1
  195. package/dist/widget/ui/src/helper/index.d.ts.map +0 -1
  196. package/src/components/BestRoute/BestRoute.stories.tsx +0 -17
  197. package/src/components/BestRoute/BestRoute.styles.ts +0 -213
  198. package/src/components/BestRoute/BestRoute.tsx +0 -176
  199. package/src/components/BestRoute/BestRoute.types.ts +0 -32
  200. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +0 -110
  201. package/src/components/BestRoute/BestRouteSkeleton.tsx +0 -112
  202. package/src/components/BestRoute/BestRouteSkeleton.types.ts +0 -5
  203. package/src/components/BestRoute/RouteSummary.styles.ts +0 -15
  204. package/src/components/BestRoute/RouteSummary.tsx +0 -48
  205. package/src/components/BestRoute/index.ts +0 -4
  206. package/src/components/BestRoute/mock.ts +0 -142
  207. package/src/components/RouteCost/RouteCost.styles.ts +0 -20
  208. package/src/components/RouteCost/index.ts +0 -1
  209. package/src/containers/History/types.tsx +0 -1
  210. package/src/helper/index.ts +0 -99
  211. /package/src/components/{RouteCost/RouteCost.types.ts → QuoteCost/QuoteCost.types.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,wBAAgB,QAAQ,CAAC,KAAK,EAAE,SAAS,qBASxC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,wBAAgB,QAAQ,CAAC,KAAK,EAAE,SAAS,qBAUxC"}
@@ -6,7 +6,7 @@ type BaseSizes = Exclude<BaseProps['size'], object>;
6
6
  type TextVariant = {
7
7
  variant: 'text';
8
8
  size: BaseSizes;
9
- width: number;
9
+ width?: number;
10
10
  };
11
11
  type OtherVariant = {
12
12
  variant: Exclude<BaseVariants, 'text'>;
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACjE,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAC1D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AAEpD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,YAAY,CAAC"}
1
+ {"version":3,"file":"Skeleton.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/Skeleton.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACjE,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAC1D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AAEpD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAqGnE,eAAO,MAAM,WAAW,oHAA6B,CAAC"}
1
+ {"version":3,"file":"StepDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAyGnE,eAAO,MAAM,WAAW,oHAA6B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
- type?: "route-details" | "route-progress" | undefined;
2
+ type?: "quote-details" | "swap-progress" | undefined;
3
3
  state?: "warning" | "error" | "default" | "in-progress" | "completed" | undefined;
4
4
  }, {
5
5
  sm: string;
@@ -794,4 +794,10 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
794
794
  zIndices: {};
795
795
  transitions: {};
796
796
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
797
+ export declare const tokensContainerStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
798
+ export declare const swapperStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
799
+ export declare const stepInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {
800
+ tx?: boolean | "true" | undefined;
801
+ }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
802
+ export declare const tokensStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
797
803
  //# sourceMappingURL=StepDetails.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2DpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC"}
1
+ {"version":3,"file":"StepDetails.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmCpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBvB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DASjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAarB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBxB,CAAC;AAEH,eAAO,MAAM,qBAAqB,4IAEhC,CAAC;AAEH,eAAO,MAAM,aAAa,4IAGxB,CAAC;AAEH,eAAO,MAAM,cAAc;;oEAYzB,CAAC;AAEH,eAAO,MAAM,YAAY,4IAKvB,CAAC"}
@@ -1,10 +1,24 @@
1
- import type { Step } from '../BestRoute/BestRoute.types';
1
+ import type { ReactNode } from 'react';
2
+ import type { SwapInputProps } from 'src/containers/SwapInput/SwapInput.types';
3
+ type BaseStep = Pick<SwapInputProps, 'chain' | 'token' | 'price'>;
4
+ export type Step = {
5
+ swapper: SwapInputProps['chain'];
6
+ from: BaseStep;
7
+ to: BaseStep;
8
+ error?: {
9
+ title?: string;
10
+ description?: string;
11
+ };
12
+ alerts?: ReactNode;
13
+ state?: 'error' | 'warning';
14
+ };
2
15
  export type StepDetailsProps = {
3
16
  step: Step;
4
17
  hasSeparator: boolean;
5
- type: 'route-details' | 'route-progress';
18
+ type: 'quote-details' | 'swap-progress';
6
19
  state?: 'default' | 'in-progress' | 'completed' | 'warning' | 'error';
7
20
  isFocused?: boolean;
8
21
  tabIndex?: number;
9
22
  };
23
+ export {};
10
24
  //# sourceMappingURL=StepDetails.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC;IACzC,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"StepDetails.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/StepDetails.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,KAAK,QAAQ,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAElE,MAAM,MAAM,IAAI,GAAG;IACjB,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IACjC,IAAI,EAAE,QAAQ,CAAC;IACf,EAAE,EAAE,QAAQ,CAAC;IACb,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,eAAe,GAAG,eAAe,CAAC;IACxC,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export { StepDetails } from './StepDetails';
2
- export type { StepDetailsProps } from './StepDetails.types';
2
+ export type { StepDetailsProps, Step } from './StepDetails.types';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,3 +1,3 @@
1
- import type { Step } from '../BestRoute/BestRoute.types';
1
+ import type { Step } from './StepDetails.types';
2
2
  export declare const step1: Step;
3
3
  //# sourceMappingURL=mock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/mock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEzD,eAAO,MAAM,KAAK,EAAE,IAgCnB,CAAC"}
1
+ {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/StepDetails/mock.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAEhD,eAAO,MAAM,KAAK,EAAE,IAgCnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { SwapTokenData } from './SwapListItem.types';
2
- import type { PendingSwap } from '../../containers/History/types';
2
+ import type { PendingSwap } from 'rango-types';
3
3
  export declare const swap: PendingSwap;
4
4
  export declare const swapTokenData: SwapTokenData;
5
5
  //# sourceMappingURL=mock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAIlE,eAAO,MAAM,IAAI,EAAE,WA+QlB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAqB3B,CAAC"}
1
+ {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,IAAI,EAAE,WA6RlB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAqB3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
1
+ {"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqD1B,QAAA,MAAM,SAAS;;;;;;;;;0CAAuC,CAAC;AAGvD,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkD1B,QAAA,MAAM,SAAS;;;;;;;;;0CAAuC,CAAC;AAIvD,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAkD3C"}
1
+ {"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAoD3C"}
@@ -1,5 +1,475 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
2
  direction?: "vertical" | "horizontal" | undefined;
3
3
  centerAlign?: boolean | "true" | undefined;
4
- }, {}, import("@stitches/react/types/css-util").CSS<{}, {}, {}, {}>>;
4
+ }, {
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ }, import("@stitches/react/types/css-util").CSS<{
9
+ sm: string;
10
+ md: string;
11
+ lg: string;
12
+ }, {
13
+ colors: {
14
+ primary: string;
15
+ primary500: string;
16
+ primary600: string;
17
+ secondary: string;
18
+ secondary100: string;
19
+ secondary200: string;
20
+ secondary300: string;
21
+ secondary400: string;
22
+ secondary500: string;
23
+ secondary600: string;
24
+ secondary700: string;
25
+ secondary800: string;
26
+ secondary900: string;
27
+ neutral: string;
28
+ neutral100: string;
29
+ neutral200: string;
30
+ neutral300: string;
31
+ neutral400: string;
32
+ neutral500: string;
33
+ neutral600: string;
34
+ neutral700: string;
35
+ neutral800: string;
36
+ neutral900: string;
37
+ error100: string;
38
+ error300: string;
39
+ error500: string;
40
+ error600: string;
41
+ error700: string;
42
+ warning100: string;
43
+ warning300: string;
44
+ warning500: string;
45
+ warning600: string;
46
+ warning700: string;
47
+ info: string;
48
+ info100: string;
49
+ info300: string;
50
+ info500: string;
51
+ info600: string;
52
+ info700: string;
53
+ success100: string;
54
+ success300: string;
55
+ success500: string;
56
+ success600: string;
57
+ success700: string;
58
+ background: string;
59
+ foreground: string;
60
+ };
61
+ space: {
62
+ 0: string;
63
+ 5: string;
64
+ 10: string;
65
+ 15: string;
66
+ 20: string;
67
+ 25: string;
68
+ 30: string;
69
+ 40: string;
70
+ 46: string;
71
+ 50: string;
72
+ 60: string;
73
+ 70: string;
74
+ 80: string;
75
+ 90: string;
76
+ 100: string;
77
+ 2: string;
78
+ 4: string;
79
+ 6: string;
80
+ 8: string;
81
+ 12: string;
82
+ 16: string;
83
+ 24: string;
84
+ 28: string;
85
+ 32: string;
86
+ };
87
+ radii: {
88
+ xs: string;
89
+ sm: string;
90
+ xm: string;
91
+ md: string;
92
+ xl: string;
93
+ lg: string;
94
+ primary: string;
95
+ secondary: string;
96
+ };
97
+ fontSizes: {
98
+ 10: string;
99
+ 12: string;
100
+ 14: string;
101
+ 16: string;
102
+ 18: string;
103
+ 20: string;
104
+ 22: string;
105
+ 24: string;
106
+ 28: string;
107
+ 32: string;
108
+ 36: string;
109
+ 40: string;
110
+ 48: string;
111
+ };
112
+ fonts: {
113
+ primary: string;
114
+ widget: string;
115
+ };
116
+ fontWeights: {
117
+ regular: number;
118
+ medium: number;
119
+ semiBold: number;
120
+ bold: number;
121
+ };
122
+ lineHeights: {
123
+ 12: string;
124
+ 16: string;
125
+ 20: string;
126
+ 24: string;
127
+ 26: string;
128
+ 28: string;
129
+ 30: string;
130
+ 36: string;
131
+ 40: string;
132
+ 44: string;
133
+ 52: string;
134
+ 64: string;
135
+ };
136
+ letterSpacings: {};
137
+ sizes: {
138
+ 4: string;
139
+ 6: string;
140
+ 8: string;
141
+ 12: string;
142
+ 16: string;
143
+ 18: string;
144
+ 20: string;
145
+ 24: string;
146
+ 28: string;
147
+ 32: string;
148
+ 36: string;
149
+ 40: string;
150
+ 45: string;
151
+ 48: string;
152
+ };
153
+ borderWidths: {};
154
+ borderStyles: {};
155
+ shadows: {
156
+ s: string;
157
+ };
158
+ zIndices: {};
159
+ transitions: {};
160
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
161
+ export declare const tokenAmountStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
162
+ sm: string;
163
+ md: string;
164
+ lg: string;
165
+ }, import("@stitches/react/types/css-util").CSS<{
166
+ sm: string;
167
+ md: string;
168
+ lg: string;
169
+ }, {
170
+ colors: {
171
+ primary: string;
172
+ primary500: string;
173
+ primary600: string;
174
+ secondary: string;
175
+ secondary100: string;
176
+ secondary200: string;
177
+ secondary300: string;
178
+ secondary400: string;
179
+ secondary500: string;
180
+ secondary600: string;
181
+ secondary700: string;
182
+ secondary800: string;
183
+ secondary900: string;
184
+ neutral: string;
185
+ neutral100: string;
186
+ neutral200: string;
187
+ neutral300: string;
188
+ neutral400: string;
189
+ neutral500: string;
190
+ neutral600: string;
191
+ neutral700: string;
192
+ neutral800: string;
193
+ neutral900: string;
194
+ error100: string;
195
+ error300: string;
196
+ error500: string;
197
+ error600: string;
198
+ error700: string;
199
+ warning100: string;
200
+ warning300: string;
201
+ warning500: string;
202
+ warning600: string;
203
+ warning700: string;
204
+ info: string;
205
+ info100: string;
206
+ info300: string;
207
+ info500: string;
208
+ info600: string;
209
+ info700: string;
210
+ success100: string;
211
+ success300: string;
212
+ success500: string;
213
+ success600: string;
214
+ success700: string;
215
+ background: string;
216
+ foreground: string;
217
+ };
218
+ space: {
219
+ 0: string;
220
+ 5: string;
221
+ 10: string;
222
+ 15: string;
223
+ 20: string;
224
+ 25: string;
225
+ 30: string;
226
+ 40: string;
227
+ 46: string;
228
+ 50: string;
229
+ 60: string;
230
+ 70: string;
231
+ 80: string;
232
+ 90: string;
233
+ 100: string;
234
+ 2: string;
235
+ 4: string;
236
+ 6: string;
237
+ 8: string;
238
+ 12: string;
239
+ 16: string;
240
+ 24: string;
241
+ 28: string;
242
+ 32: string;
243
+ };
244
+ radii: {
245
+ xs: string;
246
+ sm: string;
247
+ xm: string;
248
+ md: string;
249
+ xl: string;
250
+ lg: string;
251
+ primary: string;
252
+ secondary: string;
253
+ };
254
+ fontSizes: {
255
+ 10: string;
256
+ 12: string;
257
+ 14: string;
258
+ 16: string;
259
+ 18: string;
260
+ 20: string;
261
+ 22: string;
262
+ 24: string;
263
+ 28: string;
264
+ 32: string;
265
+ 36: string;
266
+ 40: string;
267
+ 48: string;
268
+ };
269
+ fonts: {
270
+ primary: string;
271
+ widget: string;
272
+ };
273
+ fontWeights: {
274
+ regular: number;
275
+ medium: number;
276
+ semiBold: number;
277
+ bold: number;
278
+ };
279
+ lineHeights: {
280
+ 12: string;
281
+ 16: string;
282
+ 20: string;
283
+ 24: string;
284
+ 26: string;
285
+ 28: string;
286
+ 30: string;
287
+ 36: string;
288
+ 40: string;
289
+ 44: string;
290
+ 52: string;
291
+ 64: string;
292
+ };
293
+ letterSpacings: {};
294
+ sizes: {
295
+ 4: string;
296
+ 6: string;
297
+ 8: string;
298
+ 12: string;
299
+ 16: string;
300
+ 18: string;
301
+ 20: string;
302
+ 24: string;
303
+ 28: string;
304
+ 32: string;
305
+ 36: string;
306
+ 40: string;
307
+ 45: string;
308
+ 48: string;
309
+ };
310
+ borderWidths: {};
311
+ borderStyles: {};
312
+ shadows: {
313
+ s: string;
314
+ };
315
+ zIndices: {};
316
+ transitions: {};
317
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
318
+ export declare const usdValueStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
319
+ sm: string;
320
+ md: string;
321
+ lg: string;
322
+ }, import("@stitches/react/types/css-util").CSS<{
323
+ sm: string;
324
+ md: string;
325
+ lg: string;
326
+ }, {
327
+ colors: {
328
+ primary: string;
329
+ primary500: string;
330
+ primary600: string;
331
+ secondary: string;
332
+ secondary100: string;
333
+ secondary200: string;
334
+ secondary300: string;
335
+ secondary400: string;
336
+ secondary500: string;
337
+ secondary600: string;
338
+ secondary700: string;
339
+ secondary800: string;
340
+ secondary900: string;
341
+ neutral: string;
342
+ neutral100: string;
343
+ neutral200: string;
344
+ neutral300: string;
345
+ neutral400: string;
346
+ neutral500: string;
347
+ neutral600: string;
348
+ neutral700: string;
349
+ neutral800: string;
350
+ neutral900: string;
351
+ error100: string;
352
+ error300: string;
353
+ error500: string;
354
+ error600: string;
355
+ error700: string;
356
+ warning100: string;
357
+ warning300: string;
358
+ warning500: string;
359
+ warning600: string;
360
+ warning700: string;
361
+ info: string;
362
+ info100: string;
363
+ info300: string;
364
+ info500: string;
365
+ info600: string;
366
+ info700: string;
367
+ success100: string;
368
+ success300: string;
369
+ success500: string;
370
+ success600: string;
371
+ success700: string;
372
+ background: string;
373
+ foreground: string;
374
+ };
375
+ space: {
376
+ 0: string;
377
+ 5: string;
378
+ 10: string;
379
+ 15: string;
380
+ 20: string;
381
+ 25: string;
382
+ 30: string;
383
+ 40: string;
384
+ 46: string;
385
+ 50: string;
386
+ 60: string;
387
+ 70: string;
388
+ 80: string;
389
+ 90: string;
390
+ 100: string;
391
+ 2: string;
392
+ 4: string;
393
+ 6: string;
394
+ 8: string;
395
+ 12: string;
396
+ 16: string;
397
+ 24: string;
398
+ 28: string;
399
+ 32: string;
400
+ };
401
+ radii: {
402
+ xs: string;
403
+ sm: string;
404
+ xm: string;
405
+ md: string;
406
+ xl: string;
407
+ lg: string;
408
+ primary: string;
409
+ secondary: string;
410
+ };
411
+ fontSizes: {
412
+ 10: string;
413
+ 12: string;
414
+ 14: string;
415
+ 16: string;
416
+ 18: string;
417
+ 20: string;
418
+ 22: string;
419
+ 24: string;
420
+ 28: string;
421
+ 32: string;
422
+ 36: string;
423
+ 40: string;
424
+ 48: string;
425
+ };
426
+ fonts: {
427
+ primary: string;
428
+ widget: string;
429
+ };
430
+ fontWeights: {
431
+ regular: number;
432
+ medium: number;
433
+ semiBold: number;
434
+ bold: number;
435
+ };
436
+ lineHeights: {
437
+ 12: string;
438
+ 16: string;
439
+ 20: string;
440
+ 24: string;
441
+ 26: string;
442
+ 28: string;
443
+ 30: string;
444
+ 36: string;
445
+ 40: string;
446
+ 44: string;
447
+ 52: string;
448
+ 64: string;
449
+ };
450
+ letterSpacings: {};
451
+ sizes: {
452
+ 4: string;
453
+ 6: string;
454
+ 8: string;
455
+ 12: string;
456
+ 16: string;
457
+ 18: string;
458
+ 20: string;
459
+ 24: string;
460
+ 28: string;
461
+ 32: string;
462
+ 36: string;
463
+ 40: string;
464
+ 45: string;
465
+ 48: string;
466
+ };
467
+ borderWidths: {};
468
+ borderStyles: {};
469
+ shadows: {
470
+ s: string;
471
+ };
472
+ zIndices: {};
473
+ transitions: {};
474
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
5
475
  //# sourceMappingURL=TokenAmount.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TokenAmount.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;oEAwBpB,CAAC"}
1
+ {"version":3,"file":"TokenAmount.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAepB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,OAAO,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA2B1D"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,OAAO,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA0B1D"}
@@ -158,7 +158,7 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
158
158
  zIndices: {};
159
159
  transitions: {};
160
160
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
161
- export declare const TooltipArrow: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipArrowProps & import("react").RefAttributes<SVGSVGElement>>, {}, {
161
+ export declare const TooltipTypography: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
162
162
  sm: string;
163
163
  md: string;
164
164
  lg: string;
@@ -315,7 +315,7 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
315
315
  zIndices: {};
316
316
  transitions: {};
317
317
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
318
- export declare const TooltipTypography: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
318
+ export declare const TriggerContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
319
319
  sm: string;
320
320
  md: string;
321
321
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
1
+ {"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIzB,CAAC"}