@rango-dev/ui 0.28.2-next.0 → 0.28.2-next.10

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 (195) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/en.d.ts.map +1 -1
  4. package/dist/translations/es.d.ts.map +1 -1
  5. package/dist/translations/fr.d.ts.map +1 -1
  6. package/dist/translations/ja.d.ts.map +1 -1
  7. package/dist/translations/pt.d.ts +2 -0
  8. package/dist/translations/pt.d.ts.map +1 -0
  9. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +3 -2
  11. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -1
  12. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +12 -8
  13. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +5 -2
  15. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -1
  16. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +1 -0
  17. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +2 -0
  19. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  20. package/dist/widget/ui/src/components/Button/Button.d.ts +6 -6
  21. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +4 -1
  22. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  23. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +2 -0
  24. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  25. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +4 -0
  26. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +1 -0
  28. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +1 -0
  30. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
  31. package/dist/widget/ui/src/components/Divider/Divider.d.ts +1 -1
  32. package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
  33. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +3 -2
  34. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -1
  35. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +5 -0
  36. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  37. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts +4 -0
  38. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts.map +1 -0
  39. package/dist/widget/ui/src/components/Flags/index.d.ts +2 -1
  40. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -1
  41. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +2 -0
  42. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  43. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -0
  44. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  45. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +1 -0
  46. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  47. package/dist/widget/ui/src/components/Icon/common.d.ts +4 -2
  48. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  49. package/dist/widget/ui/src/components/List/List.styles.d.ts +1 -0
  50. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  51. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +1 -0
  52. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +1 -0
  54. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +1 -0
  56. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  57. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +4 -1
  58. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  59. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
  60. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +6 -0
  61. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  62. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +6 -1
  63. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -1
  64. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +1 -0
  65. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  66. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +2 -0
  67. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  68. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +2 -0
  69. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  70. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +4 -0
  71. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +2 -1
  73. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +2 -0
  75. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  76. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +5 -1
  77. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  78. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +2 -0
  79. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +1 -0
  81. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/Select/Select.d.ts +4 -0
  83. package/dist/widget/ui/src/components/Select/Select.d.ts.map +1 -0
  84. package/dist/widget/ui/src/components/Select/Select.types.d.ts +12 -0
  85. package/dist/widget/ui/src/components/Select/Select.types.d.ts.map +1 -0
  86. package/dist/widget/ui/src/components/Select/index.d.ts +2 -0
  87. package/dist/widget/ui/src/components/Select/index.d.ts.map +1 -0
  88. package/dist/widget/ui/src/components/Select/select.styles.d.ts +492 -0
  89. package/dist/widget/ui/src/components/Select/select.styles.d.ts.map +1 -0
  90. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +3 -0
  91. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
  92. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +1 -0
  93. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  94. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +10 -4
  95. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  96. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +2 -1
  97. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  98. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +1 -0
  99. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  100. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +6 -0
  101. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  102. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +9 -0
  103. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  104. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +2 -0
  105. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  106. package/dist/widget/ui/src/components/TextField/TextField.d.ts +1 -1
  107. package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +1 -1
  108. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +3 -0
  109. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  110. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts.map +1 -1
  111. package/dist/widget/ui/src/components/Toast/Toast.d.ts.map +1 -1
  112. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts +4 -0
  113. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts.map +1 -1
  114. package/dist/widget/ui/src/components/Toast/Toast.stories.d.ts +4 -3
  115. package/dist/widget/ui/src/components/Toast/Toast.stories.d.ts.map +1 -1
  116. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +174 -4
  117. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -1
  118. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts +14 -14
  119. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts.map +1 -1
  120. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +4 -1
  121. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
  122. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +3 -0
  123. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  124. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +164 -0
  125. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -0
  126. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +1 -0
  127. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  128. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +1 -1
  129. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -1
  130. package/dist/widget/ui/src/components/Typography/index.d.ts +1 -0
  131. package/dist/widget/ui/src/components/Typography/index.d.ts.map +1 -1
  132. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +5 -0
  133. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  134. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +1 -0
  135. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  136. package/dist/widget/ui/src/components/common/Image.d.ts +1 -0
  137. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
  138. package/dist/widget/ui/src/components/common/styles.d.ts +1 -0
  139. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  140. package/dist/widget/ui/src/components/index.d.ts +1 -0
  141. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  142. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -1
  143. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +10 -0
  144. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  145. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +18 -7
  146. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  147. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +11 -6
  148. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  149. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +1 -0
  150. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  151. package/dist/widget/ui/src/icons/Autorenew.d.ts +5 -0
  152. package/dist/widget/ui/src/icons/Autorenew.d.ts.map +1 -0
  153. package/dist/widget/ui/src/icons/Exit.d.ts +5 -0
  154. package/dist/widget/ui/src/icons/Exit.d.ts.map +1 -0
  155. package/dist/widget/ui/src/icons/Swap.d.ts +5 -0
  156. package/dist/widget/ui/src/icons/Swap.d.ts.map +1 -0
  157. package/dist/widget/ui/src/icons/index.d.ts +3 -0
  158. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  159. package/dist/widget/ui/src/theme.d.ts +25 -13
  160. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  161. package/package.json +5 -4
  162. package/readme.md +3 -1
  163. package/src/components/Alert/Alert.helpers.ts +13 -2
  164. package/src/components/Alert/Alert.styles.ts +7 -8
  165. package/src/components/Alert/Alert.tsx +8 -6
  166. package/src/components/Alert/Alert.types.ts +5 -2
  167. package/src/components/Divider/Divider.tsx +2 -1
  168. package/src/components/Flags/Portuguese.tsx +34 -0
  169. package/src/components/Flags/index.ts +2 -1
  170. package/src/components/I18nManager/I18nManager.tsx +2 -0
  171. package/src/components/Modal/Modal.tsx +25 -12
  172. package/src/components/Modal/Modal.types.ts +6 -1
  173. package/src/components/QuoteCost/QuoteCost.styles.ts +0 -1
  174. package/src/components/QuoteCost/QuoteCost.types.ts +1 -1
  175. package/src/components/Select/Select.tsx +85 -0
  176. package/src/components/Select/Select.types.ts +10 -0
  177. package/src/components/Select/index.ts +1 -0
  178. package/src/components/Select/select.styles.ts +100 -0
  179. package/src/components/TextField/TextField.styles.ts +1 -0
  180. package/src/components/Toast/Toast.Provider.tsx +82 -44
  181. package/src/components/Toast/Toast.helpers.ts +5 -0
  182. package/src/components/Toast/Toast.stories.tsx +18 -21
  183. package/src/components/Toast/Toast.styles.ts +278 -38
  184. package/src/components/Toast/Toast.tsx +84 -32
  185. package/src/components/Toast/Toast.types.ts +19 -17
  186. package/src/components/Typography/NotSelectableTypography.ts +7 -0
  187. package/src/components/Typography/Typography.types.tsx +1 -1
  188. package/src/components/Typography/index.ts +1 -0
  189. package/src/components/index.ts +1 -0
  190. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +3 -1
  191. package/src/icons/Autorenew.tsx +20 -0
  192. package/src/icons/Exit.tsx +20 -0
  193. package/src/icons/Swap.tsx +20 -0
  194. package/src/icons/index.ts +3 -0
  195. package/src/theme.ts +4 -1
@@ -57,13 +57,13 @@ export declare const Container: import("@stitches/react/types/styled-component")
57
57
  "aria-braillelabel"?: string | undefined;
58
58
  "aria-brailleroledescription"?: string | undefined;
59
59
  "aria-busy"?: (boolean | "true" | "false") | undefined;
60
- "aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
60
+ "aria-checked"?: boolean | "true" | "mixed" | "false" | undefined;
61
61
  "aria-colcount"?: number | undefined;
62
62
  "aria-colindex"?: number | undefined;
63
63
  "aria-colindextext"?: string | undefined;
64
64
  "aria-colspan"?: number | undefined;
65
65
  "aria-controls"?: string | undefined;
66
- "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
66
+ "aria-current"?: boolean | "time" | "true" | "page" | "false" | "step" | "location" | "date" | undefined;
67
67
  "aria-describedby"?: string | undefined;
68
68
  "aria-description"?: string | undefined;
69
69
  "aria-details"?: string | undefined;
@@ -73,7 +73,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
73
73
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
74
74
  "aria-flowto"?: string | undefined;
75
75
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
76
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
76
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "listbox" | "false" | "tree" | undefined;
77
77
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
78
78
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
79
79
  "aria-keyshortcuts"?: string | undefined;
@@ -84,11 +84,11 @@ export declare const Container: import("@stitches/react/types/styled-component")
84
84
  "aria-modal"?: (boolean | "true" | "false") | undefined;
85
85
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
86
86
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
87
- "aria-orientation"?: "vertical" | "horizontal" | undefined;
87
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
88
88
  "aria-owns"?: string | undefined;
89
89
  "aria-placeholder"?: string | undefined;
90
90
  "aria-posinset"?: number | undefined;
91
- "aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
91
+ "aria-pressed"?: boolean | "true" | "mixed" | "false" | undefined;
92
92
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
93
93
  "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
94
94
  "aria-required"?: (boolean | "true" | "false") | undefined;
@@ -272,7 +272,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
272
272
  } & {
273
273
  size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
274
274
  variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
275
- type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
275
+ type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
276
276
  loading?: boolean | undefined;
277
277
  disabled?: boolean | undefined;
278
278
  prefix?: import("react").ReactNode;
@@ -426,6 +426,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
426
426
  18: string;
427
427
  20: string;
428
428
  24: string;
429
+ 26: string;
429
430
  28: string;
430
431
  30: string;
431
432
  32: string;
@@ -587,6 +588,7 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
587
588
  18: string;
588
589
  20: string;
589
590
  24: string;
591
+ 26: string;
590
592
  28: string;
591
593
  30: string;
592
594
  32: string;
@@ -748,6 +750,7 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
748
750
  18: string;
749
751
  20: string;
750
752
  24: string;
753
+ 26: string;
751
754
  28: string;
752
755
  30: string;
753
756
  32: string;
@@ -909,6 +912,7 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
909
912
  18: string;
910
913
  20: string;
911
914
  24: string;
915
+ 26: string;
912
916
  28: string;
913
917
  30: string;
914
918
  32: string;
@@ -1070,6 +1074,7 @@ export declare const skeletonStyles: import("@stitches/react/types/styled-compon
1070
1074
  18: string;
1071
1075
  20: string;
1072
1076
  24: string;
1077
+ 26: string;
1073
1078
  28: string;
1074
1079
  30: string;
1075
1080
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
1
+ {"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
@@ -146,6 +146,7 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
146
146
  18: string;
147
147
  20: string;
148
148
  24: string;
149
+ 26: string;
149
150
  28: string;
150
151
  30: string;
151
152
  32: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAiC7C"}
1
+ {"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAiC7C"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgAutorenew(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgAutorenew;
5
+ //# sourceMappingURL=Autorenew.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Autorenew.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Autorenew.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,YAAY,CAAC,KAAK,EAAE,wBAAwB,4DAYpD;AACD,eAAe,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgExit(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgExit;
5
+ //# sourceMappingURL=Exit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Exit.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Exit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,OAAO,CAAC,KAAK,EAAE,wBAAwB,4DAY/C;AACD,eAAe,OAAO,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgSwap(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgSwap;
5
+ //# sourceMappingURL=Swap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Swap.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Swap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,OAAO,CAAC,KAAK,EAAE,wBAAwB,4DAY/C;AACD,eAAe,OAAO,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export { default as AddIcon } from './Add';
2
2
  export { default as AutoThemeIcon } from './AutoTheme';
3
+ export { default as AutorenewIcon } from './Autorenew';
3
4
  export { default as BorderRadiusIcon } from './BorderRadius';
4
5
  export { default as ChevronDownIcon } from './ChevronDown';
5
6
  export { default as ChevronLeftIcon } from './ChevronLeft';
@@ -16,6 +17,7 @@ export { default as DesktopIcon } from './Desktop';
16
17
  export { default as DoneIcon } from './Done';
17
18
  export { default as EvmCategoryIcon } from './EvmCategory';
18
19
  export { default as ErrorIcon } from './Error';
20
+ export { default as ExitIcon } from './Exit';
19
21
  export { default as ExternalLinkIcon } from './ExternalLink';
20
22
  export { default as FontIcon } from './Font';
21
23
  export { default as GasIcon } from './Gas';
@@ -41,6 +43,7 @@ export { default as RefreshIcon } from './Refresh';
41
43
  export { default as ReverseIcon } from './Reverse';
42
44
  export { default as RouteIcon } from './Route';
43
45
  export { default as SearchIcon } from './Search';
46
+ export { default as SwapIcon } from './Swap';
44
47
  export { default as TimeIcon } from './Time';
45
48
  export { default as TransactionIcon } from './Transaction';
46
49
  export { default as UtxoCategoryIcon } from './UtxoCategory';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import type { CSS as StitchesCSS } from '@stitches/react';
2
3
  import type { DefaultThemeMap } from '@stitches/react/types/config';
3
4
  export declare const theme: {
4
5
  colors: {
@@ -135,6 +136,7 @@ export declare const theme: {
135
136
  18: string;
136
137
  20: string;
137
138
  24: string;
139
+ 26: string;
138
140
  28: string;
139
141
  30: string;
140
142
  32: string;
@@ -173,7 +175,7 @@ export declare const darkColors: {
173
175
  };
174
176
  export declare const styled: <Type extends import("react").ComponentType<any> | import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements, Composers extends (string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function | {
175
177
  [name: string]: unknown;
176
- })[], CSS = import("@stitches/react/types/css-util").CSS<{
178
+ })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
177
179
  xs: string;
178
180
  sm: string;
179
181
  md: string;
@@ -313,6 +315,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
313
315
  18: string;
314
316
  20: string;
315
317
  24: string;
318
+ 26: string;
316
319
  28: string;
317
320
  30: string;
318
321
  32: string;
@@ -328,18 +331,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
328
331
  };
329
332
  zIndices: {};
330
333
  transitions: {};
331
- }, DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
334
+ }, DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
332
335
  variants?: {
333
336
  [x: string]: {
334
- [x: string]: CSS;
335
- [x: number]: CSS;
337
+ [x: string]: CSS_1;
338
+ [x: number]: CSS_1;
336
339
  };
337
340
  } | undefined;
338
341
  compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
339
- css: CSS;
342
+ css: CSS_1;
340
343
  })[] | undefined;
341
344
  defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
342
- } & CSS & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
345
+ } & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
343
346
  xs: string;
344
347
  sm: string;
345
348
  md: string;
@@ -484,6 +487,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
484
487
  18: string;
485
488
  20: string;
486
489
  24: string;
490
+ 26: string;
487
491
  28: string;
488
492
  30: string;
489
493
  32: string;
@@ -501,7 +505,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
501
505
  transitions: {};
502
506
  }, DefaultThemeMap, {}>>, css: <Composers extends (string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function | {
503
507
  [name: string]: unknown;
504
- })[], CSS = import("@stitches/react/types/css-util").CSS<{
508
+ })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
505
509
  xs: string;
506
510
  sm: string;
507
511
  md: string;
@@ -641,6 +645,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
641
645
  18: string;
642
646
  20: string;
643
647
  24: string;
648
+ 26: string;
644
649
  28: string;
645
650
  30: string;
646
651
  32: string;
@@ -656,23 +661,23 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
656
661
  };
657
662
  zIndices: {};
658
663
  transitions: {};
659
- }, DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
664
+ }, DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
660
665
  variants?: {
661
666
  [x: string]: {
662
- [x: string]: CSS;
663
- [x: number]: CSS;
667
+ [x: string]: CSS_1;
668
+ [x: number]: CSS_1;
664
669
  };
665
670
  } | undefined;
666
671
  compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
667
- css: CSS;
672
+ css: CSS_1;
668
673
  })[] | undefined;
669
674
  defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
670
- } & CSS & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
675
+ } & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
671
676
  xs: string;
672
677
  sm: string;
673
678
  md: string;
674
679
  lg: string;
675
- }, CSS>, createTheme: <Argument0 extends string | ({
680
+ }, CSS_1>, createTheme: <Argument0 extends string | ({
676
681
  colors?: {
677
682
  primary?: string | number | boolean | undefined;
678
683
  primary500?: string | number | boolean | undefined;
@@ -807,6 +812,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
807
812
  18?: string | number | boolean | undefined;
808
813
  20?: string | number | boolean | undefined;
809
814
  24?: string | number | boolean | undefined;
815
+ 26?: string | number | boolean | undefined;
810
816
  28?: string | number | boolean | undefined;
811
817
  30?: string | number | boolean | undefined;
812
818
  32?: string | number | boolean | undefined;
@@ -962,6 +968,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
962
968
  18?: string | number | boolean | undefined;
963
969
  20?: string | number | boolean | undefined;
964
970
  24?: string | number | boolean | undefined;
971
+ 26?: string | number | boolean | undefined;
965
972
  28?: string | number | boolean | undefined;
966
973
  30?: string | number | boolean | undefined;
967
974
  32?: string | number | boolean | undefined;
@@ -1126,6 +1133,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
1126
1133
  18: string;
1127
1134
  20: string;
1128
1135
  24: string;
1136
+ 26: string;
1129
1137
  28: string;
1130
1138
  30: string;
1131
1139
  32: string;
@@ -1291,6 +1299,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
1291
1299
  18: string;
1292
1300
  20: string;
1293
1301
  24: string;
1302
+ 26: string;
1294
1303
  28: string;
1295
1304
  30: string;
1296
1305
  32: string;
@@ -1447,6 +1456,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
1447
1456
  18: string;
1448
1457
  20: string;
1449
1458
  24: string;
1459
+ 26: string;
1450
1460
  28: string;
1451
1461
  30: string;
1452
1462
  32: string;
@@ -1605,6 +1615,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
1605
1615
  18: string;
1606
1616
  20: string;
1607
1617
  24: string;
1618
+ 26: string;
1608
1619
  28: string;
1609
1620
  30: string;
1610
1621
  32: string;
@@ -1624,6 +1635,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
1624
1635
  themeMap: DefaultThemeMap;
1625
1636
  utils: {};
1626
1637
  };
1638
+ export type CSS = StitchesCSS<typeof config>;
1627
1639
  export declare const lightTheme: string & {
1628
1640
  className: string;
1629
1641
  selector: string;
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMpE,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKjB,CAAC;AAaF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;CAuBtB,CAAC;AAMF,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4KAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKjE,CAAC;AAEL,eAAO,MAAM,UAAU;;;gEAAoC,CAAC;AAE5D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKpB,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/ui",
3
- "version": "0.28.2-next.0",
3
+ "version": "0.28.2-next.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -60,12 +60,13 @@
60
60
  "@radix-ui/react-collapsible": "^1.0.3",
61
61
  "@radix-ui/react-popover": "^1.0.6",
62
62
  "@radix-ui/react-radio-group": "^1.1.1",
63
+ "@radix-ui/react-select": "^2.0.0",
63
64
  "@radix-ui/react-switch": "^1.0.1",
64
65
  "@radix-ui/react-tooltip": "^1.0.2",
65
- "@rango-dev/wallets-shared": "^0.27.0",
66
+ "@rango-dev/wallets-shared": "^0.27.1-next.2",
66
67
  "@stitches/react": "^1.2.8",
67
- "rango-sdk": "^0.1.44",
68
- "rango-types": "^0.1.57",
68
+ "rango-sdk": "^0.1.45",
69
+ "rango-types": "^0.1.59",
69
70
  "react-virtuoso": "^4.6.2",
70
71
  "rgb-hex": "^4.0.1"
71
72
  },
package/readme.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @rango-dev/ui
2
2
 
3
+ Rango UI design system components
4
+
3
5
  ### Icons
4
6
 
5
- Add your svg icon to `svgs/resources/` then run `yarn build:icons`.
7
+ Add your svg icon to `svgs/resources/` then run `yarn build:icons`.
@@ -1,6 +1,6 @@
1
- import type { Type } from './Alert.types';
1
+ import type { PropTypes, Type } from './Alert.types';
2
2
 
3
- export const getColor = (type: Type, variant: 'alarm' | 'regular') => {
3
+ export const getColor = (type: Type, variant: PropTypes['variant']) => {
4
4
  if (variant === 'regular') {
5
5
  return undefined;
6
6
  }
@@ -15,3 +15,14 @@ export const getColor = (type: Type, variant: 'alarm' | 'regular') => {
15
15
  return undefined;
16
16
  }
17
17
  };
18
+
19
+ export const mapVariantToSize = (variant: PropTypes['variant']) => {
20
+ switch (variant) {
21
+ case 'alarm':
22
+ return 'small';
23
+ case 'regular':
24
+ return 'xsmall';
25
+ default:
26
+ return 'xsmall';
27
+ }
28
+ };
@@ -1,4 +1,4 @@
1
- import { css, darkTheme, styled } from '../../theme';
1
+ import { darkTheme, styled } from '../../theme';
2
2
 
3
3
  export const Container = styled('div', {
4
4
  display: 'flex',
@@ -34,7 +34,6 @@ export const Container = styled('div', {
34
34
  },
35
35
  alarm: {
36
36
  padding: '$5 $10',
37
- alignItems: 'center',
38
37
  '.title_typography': {
39
38
  fontWeight: '$medium',
40
39
  },
@@ -106,6 +105,12 @@ export const Main = styled('div', {
106
105
  },
107
106
  });
108
107
 
108
+ export const TitleContainer = styled('div', {
109
+ display: 'flex',
110
+ alignItems: 'center',
111
+ flex: '1 0 0',
112
+ });
113
+
109
114
  export const IconHighlight = styled('div', {
110
115
  borderRadius: '$lg',
111
116
  width: '$20',
@@ -160,9 +165,3 @@ export const IconHighlight = styled('div', {
160
165
  },
161
166
  },
162
167
  });
163
-
164
- export const titleStyles = css({
165
- display: 'flex',
166
- alignItems: 'center',
167
- flex: '1 0 0',
168
- });
@@ -6,8 +6,8 @@ import React from 'react';
6
6
  import { Divider } from '../Divider';
7
7
  import { Typography } from '../Typography';
8
8
 
9
- import { getColor } from './Alert.helpers';
10
- import { Container, IconHighlight, Main, titleStyles } from './Alert.styles';
9
+ import { getColor, mapVariantToSize } from './Alert.helpers';
10
+ import { Container, IconHighlight, Main, TitleContainer } from './Alert.styles';
11
11
  import AlertIcon from './AlertIcon';
12
12
 
13
13
  export function Alert(props: PropsWithChildren<PropTypes>) {
@@ -18,17 +18,18 @@ export function Alert(props: PropsWithChildren<PropTypes>) {
18
18
  action,
19
19
  containerStyles,
20
20
  variant = 'regular',
21
+ titleAlign,
21
22
  } = props;
22
23
  const isFooterString = typeof footer === 'string';
23
24
 
24
25
  return (
25
26
  <Container
26
27
  className="_alert"
27
- style={containerStyles}
28
+ css={containerStyles}
28
29
  type={type}
29
30
  variant={variant}>
30
31
  <Main variant={variant}>
31
- <div className={titleStyles()}>
32
+ <TitleContainer>
32
33
  <IconHighlight type={type}>
33
34
  <AlertIcon type={type} />
34
35
  </IconHighlight>
@@ -36,13 +37,14 @@ export function Alert(props: PropsWithChildren<PropTypes>) {
36
37
  {title && (
37
38
  <Typography
38
39
  color={getColor(type, variant)}
40
+ align={titleAlign}
39
41
  variant="body"
40
42
  className="title_typography"
41
- size={variant === 'regular' ? 'xsmall' : 'small'}>
43
+ size={mapVariantToSize(variant)}>
42
44
  {title}
43
45
  </Typography>
44
46
  )}
45
- </div>
47
+ </TitleContainer>
46
48
  {action ? <div>{action}</div> : null}
47
49
  </Main>
48
50
  {footer ? (
@@ -1,4 +1,6 @@
1
- import type { CSSProperties, ReactNode } from 'react';
1
+ import type { BaseAlign } from '../Typography/Typography.types';
2
+ import type { ReactNode } from 'react';
3
+ import type { CSS } from 'src/theme';
2
4
 
3
5
  export type Type = 'success' | 'warning' | 'error' | 'info' | 'loading';
4
6
 
@@ -8,5 +10,6 @@ export interface PropTypes {
8
10
  footer?: ReactNode;
9
11
  action?: ReactNode;
10
12
  variant?: 'alarm' | 'regular';
11
- containerStyles?: CSSProperties;
13
+ containerStyles?: CSS;
14
+ titleAlign?: BaseAlign;
12
15
  }
@@ -9,6 +9,7 @@ const DEFAULT_SIZE = 12;
9
9
  export function Divider({
10
10
  size = DEFAULT_SIZE,
11
11
  direction = 'vertical',
12
+ ...props
12
13
  }: PropTypes) {
13
- return <DividerContainer size={size} direction={direction} />;
14
+ return <DividerContainer size={size} direction={direction} {...props} />;
14
15
  }
@@ -0,0 +1,34 @@
1
+ import type { FlagPropTypes } from './Flags.types';
2
+
3
+ import React from 'react';
4
+
5
+ import { DEFAULT_SIZE } from './Flags.constants';
6
+
7
+ export default function Portuguese(props: FlagPropTypes) {
8
+ const { size = DEFAULT_SIZE } = props;
9
+
10
+ return (
11
+ <svg
12
+ width={size}
13
+ height={size}
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ viewBox="0 0 512 512">
16
+ <mask id="a">
17
+ <circle cx="256" cy="256" r="256" fill="#fff" />
18
+ </mask>
19
+ <g mask="url(#a)">
20
+ <path fill="#6da544" d="M0 512h167l37.9-260.3L167 0H0z" />
21
+ <path fill="#d80027" d="M512 0H167v512h345z" />
22
+ <circle cx="167" cy="256" r="89" fill="#ffda44" />
23
+ <path
24
+ fill="#d80027"
25
+ d="M116.9 211.5V267a50 50 0 1 0 100.1 0v-55.6H117z"
26
+ />
27
+ <path
28
+ fill="#eee"
29
+ d="M167 283.8c-9.2 0-16.7-7.5-16.7-16.7V245h33.4v22c0 9.2-7.5 16.7-16.7 16.7z"
30
+ />
31
+ </g>
32
+ </svg>
33
+ );
34
+ }
@@ -1,8 +1,9 @@
1
1
  import English from './English';
2
2
  import French from './French';
3
3
  import Japanese from './Japanese';
4
+ import Portuguese from './Portuguese';
4
5
  import Spanish from './Spanish';
5
6
 
6
7
  export type { FlagPropTypes } from './Flags.types';
7
8
 
8
- export { English, Spanish, Japanese, French };
9
+ export { English, Spanish, Japanese, French, Portuguese };
@@ -15,12 +15,14 @@ import { messages as enMessages } from '../../../../../translations/en';
15
15
  import { messages as esMessages } from '../../../../../translations/es';
16
16
  import { messages as frMessages } from '../../../../../translations/fr';
17
17
  import { messages as jaMessages } from '../../../../../translations/ja';
18
+ import { messages as ptMessages } from '../../../../../translations/pt';
18
19
 
19
20
  const messages = {
20
21
  en: enMessages,
21
22
  es: esMessages,
22
23
  ja: jaMessages,
23
24
  fr: frMessages,
25
+ pt: ptMessages,
24
26
  };
25
27
 
26
28
  i18n.load(messages);