@rango-dev/ui 0.17.1-next.0 → 0.17.1-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 (185) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/es.d.ts.map +1 -1
  4. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +12 -0
  5. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  6. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +36 -0
  7. package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
  8. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +8 -0
  9. package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +4 -0
  11. package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
  12. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +4 -0
  13. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
  15. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
  16. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
  17. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
  19. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
  20. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +16 -0
  21. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
  22. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
  23. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
  24. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
  25. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
  26. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
  27. package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
  28. package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
  29. package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
  30. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
  31. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
  32. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
  33. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
  34. package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
  35. package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
  36. package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
  37. package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
  38. package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
  39. package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
  40. package/dist/widget/ui/src/components/Flags/index.d.ts +7 -0
  41. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
  42. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +8 -0
  43. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
  44. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -1
  45. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
  46. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
  47. package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
  48. package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
  49. package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
  50. package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
  51. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
  52. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +4 -0
  53. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  54. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +4 -0
  55. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  56. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +4 -0
  57. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
  58. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +12 -0
  59. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
  60. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
  61. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
  62. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
  63. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
  64. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +8 -0
  65. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  66. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +4 -0
  67. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
  68. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
  69. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
  70. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +16 -0
  71. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
  72. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +4 -0
  73. package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
  74. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
  75. package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
  76. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
  77. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
  78. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
  79. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
  80. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts +2 -1
  81. package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts.map +1 -1
  82. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +20 -0
  83. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
  84. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
  85. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
  86. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
  87. package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
  88. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
  89. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
  90. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
  91. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
  92. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +8 -0
  93. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
  94. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
  95. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
  96. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +12 -0
  97. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
  98. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +8 -4
  99. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
  100. package/dist/widget/ui/src/components/Wallet/Content.d.ts +1 -1
  101. package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -1
  102. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
  103. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
  104. package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
  105. package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
  106. package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
  107. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
  108. package/dist/widget/ui/src/components/index.d.ts +1 -1
  109. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  110. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
  111. package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
  112. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +12 -0
  113. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  114. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +8 -0
  115. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  116. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
  117. package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
  118. package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
  119. package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
  120. package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
  121. package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
  122. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -1
  123. package/dist/widget/ui/src/icons/index.d.ts +2 -0
  124. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  125. package/dist/widget/ui/src/theme.d.ts +62 -0
  126. package/dist/widget/ui/src/theme.d.ts.map +1 -1
  127. package/package.json +6 -6
  128. package/src/components/Alert/Alert.styles.ts +2 -2
  129. package/src/components/BestRoute/BestRoute.styles.ts +1 -0
  130. package/src/components/BestRoute/BestRoute.tsx +1 -1
  131. package/src/components/BestRoute/BestRouteSkeleton.styles.ts +1 -1
  132. package/src/components/BottomLogo/BottomLogo.tsx +2 -2
  133. package/src/components/Button/Button.styles.tsx +6 -6
  134. package/src/components/Checkbox/Checkbox.styles.ts +1 -1
  135. package/src/components/Chip/Chip.tsx +1 -1
  136. package/src/components/Flags/English.tsx +35 -0
  137. package/src/components/Flags/Flags.constants.ts +1 -0
  138. package/src/components/Flags/Flags.types.ts +3 -0
  139. package/src/components/Flags/French.tsx +26 -0
  140. package/src/components/Flags/Japanese.tsx +25 -0
  141. package/src/components/Flags/Spanish.tsx +85 -0
  142. package/src/components/Flags/index.ts +8 -0
  143. package/src/components/I18nManager/I18nManager.tsx +16 -7
  144. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +2 -2
  145. package/src/components/ListItem/ListItem.tsx +1 -1
  146. package/src/components/MessageBox/DefaultMessageBox.tsx +1 -1
  147. package/src/components/NotFound/NotFound.tsx +1 -1
  148. package/src/components/PriceImpact/PriceImpact.tsx +2 -2
  149. package/src/components/Radio/Radio.styles.tsx +1 -1
  150. package/src/components/RoutesOverview/RoutesOverview.tsx +1 -1
  151. package/src/components/StepDetail/StepDetail.tsx +7 -4
  152. package/src/components/StepDetails/StepDetails.tsx +2 -2
  153. package/src/components/SvgIcon/SvgIcon.style.ts +2 -6
  154. package/src/components/SwapListItem/SwapListItem.tsx +1 -1
  155. package/src/components/SwapListItem/SwapToken.tsx +3 -3
  156. package/src/components/Switch/Switch.styles.tsx +2 -2
  157. package/src/components/TextField/TextField.styles.ts +2 -2
  158. package/src/components/TokenAmount/TokenAmount.tsx +2 -2
  159. package/src/components/TokenList/TokenItem.tsx +1 -1
  160. package/src/components/TokenPreview/TokenPreview.tsx +2 -2
  161. package/src/components/Wallet/Content.tsx +5 -3
  162. package/src/components/Wallet/SelectableWallet.tsx +1 -1
  163. package/src/components/Wallet/Wallet.helpers.ts +2 -2
  164. package/src/components/index.ts +1 -1
  165. package/src/containers/SwapHistory/SwapHistory.tsx +4 -4
  166. package/src/containers/SwapInput/SwapInput.tsx +3 -3
  167. package/src/containers/SwapInput/TokenSection.styles.ts +2 -2
  168. package/src/containers/SwapInput/TokenSection.tsx +1 -1
  169. package/src/containers/TokenInfo/TokenInfo.tsx +4 -4
  170. package/src/containers/Warnings/BalanceErrors.tsx +1 -1
  171. package/src/icons/Colors.tsx +33 -0
  172. package/src/icons/CustomColors.tsx +21 -0
  173. package/src/icons/LogoWithText.tsx +16 -16
  174. package/src/icons/Style.tsx +29 -25
  175. package/src/icons/index.ts +2 -0
  176. package/src/theme.ts +36 -28
  177. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts +0 -10
  178. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +0 -1
  179. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts +0 -6
  180. package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts.map +0 -1
  181. package/dist/widget/ui/src/components/ColorPicker/index.d.ts +0 -2
  182. package/dist/widget/ui/src/components/ColorPicker/index.d.ts.map +0 -1
  183. package/src/components/ColorPicker/ColorPicker.stories.tsx +0 -46
  184. package/src/components/ColorPicker/ColorPicker.tsx +0 -107
  185. package/src/components/ColorPicker/index.ts +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAkvV,CAAC"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAu8V,CAAC"}
@@ -11,8 +11,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
11
11
  lg: string;
12
12
  }, {
13
13
  colors: {
14
+ primary: string;
14
15
  primary500: string;
15
16
  primary600: string;
17
+ secondary: string;
16
18
  secondary100: string;
17
19
  secondary200: string;
18
20
  secondary300: string;
@@ -22,6 +24,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
22
24
  secondary700: string;
23
25
  secondary800: string;
24
26
  secondary900: string;
27
+ neutral: string;
25
28
  neutral100: string;
26
29
  neutral200: string;
27
30
  neutral300: string;
@@ -41,6 +44,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
41
44
  warning500: string;
42
45
  warning600: string;
43
46
  warning700: string;
47
+ info: string;
44
48
  info100: string;
45
49
  info300: string;
46
50
  info500: string;
@@ -166,8 +170,10 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
166
170
  lg: string;
167
171
  }, {
168
172
  colors: {
173
+ primary: string;
169
174
  primary500: string;
170
175
  primary600: string;
176
+ secondary: string;
171
177
  secondary100: string;
172
178
  secondary200: string;
173
179
  secondary300: string;
@@ -177,6 +183,7 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
177
183
  secondary700: string;
178
184
  secondary800: string;
179
185
  secondary900: string;
186
+ neutral: string;
180
187
  neutral100: string;
181
188
  neutral200: string;
182
189
  neutral300: string;
@@ -196,6 +203,7 @@ export declare const Main: import("@stitches/react/types/styled-component").Styl
196
203
  warning500: string;
197
204
  warning600: string;
198
205
  warning700: string;
206
+ info: string;
199
207
  info100: string;
200
208
  info300: string;
201
209
  info500: string;
@@ -321,8 +329,10 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
321
329
  lg: string;
322
330
  }, {
323
331
  colors: {
332
+ primary: string;
324
333
  primary500: string;
325
334
  primary600: string;
335
+ secondary: string;
326
336
  secondary100: string;
327
337
  secondary200: string;
328
338
  secondary300: string;
@@ -332,6 +342,7 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
332
342
  secondary700: string;
333
343
  secondary800: string;
334
344
  secondary900: string;
345
+ neutral: string;
335
346
  neutral100: string;
336
347
  neutral200: string;
337
348
  neutral300: string;
@@ -351,6 +362,7 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
351
362
  warning500: string;
352
363
  warning600: string;
353
364
  warning700: string;
365
+ info: string;
354
366
  info100: string;
355
367
  info300: string;
356
368
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkGpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+CxB,CAAC"}
1
+ {"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkGpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA+CxB,CAAC"}
@@ -13,8 +13,10 @@ export declare const RouteContainer: import("@stitches/react/types/styled-compon
13
13
  lg: string;
14
14
  }, {
15
15
  colors: {
16
+ primary: string;
16
17
  primary500: string;
17
18
  primary600: string;
19
+ secondary: string;
18
20
  secondary100: string;
19
21
  secondary200: string;
20
22
  secondary300: string;
@@ -24,6 +26,7 @@ export declare const RouteContainer: import("@stitches/react/types/styled-compon
24
26
  secondary700: string;
25
27
  secondary800: string;
26
28
  secondary900: string;
29
+ neutral: string;
27
30
  neutral100: string;
28
31
  neutral200: string;
29
32
  neutral300: string;
@@ -43,6 +46,7 @@ export declare const RouteContainer: import("@stitches/react/types/styled-compon
43
46
  warning500: string;
44
47
  warning600: string;
45
48
  warning700: string;
49
+ info: string;
46
50
  info100: string;
47
51
  info300: string;
48
52
  info500: string;
@@ -170,8 +174,10 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
170
174
  lg: string;
171
175
  }, {
172
176
  colors: {
177
+ primary: string;
173
178
  primary500: string;
174
179
  primary600: string;
180
+ secondary: string;
175
181
  secondary100: string;
176
182
  secondary200: string;
177
183
  secondary300: string;
@@ -181,6 +187,7 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
181
187
  secondary700: string;
182
188
  secondary800: string;
183
189
  secondary900: string;
190
+ neutral: string;
184
191
  neutral100: string;
185
192
  neutral200: string;
186
193
  neutral300: string;
@@ -200,6 +207,7 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
200
207
  warning500: string;
201
208
  warning600: string;
202
209
  warning700: string;
210
+ info: string;
203
211
  info100: string;
204
212
  info300: string;
205
213
  info500: string;
@@ -326,8 +334,10 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
326
334
  lg: string;
327
335
  }, {
328
336
  colors: {
337
+ primary: string;
329
338
  primary500: string;
330
339
  primary600: string;
340
+ secondary: string;
331
341
  secondary100: string;
332
342
  secondary200: string;
333
343
  secondary300: string;
@@ -337,6 +347,7 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
337
347
  secondary700: string;
338
348
  secondary800: string;
339
349
  secondary900: string;
350
+ neutral: string;
340
351
  neutral100: string;
341
352
  neutral200: string;
342
353
  neutral300: string;
@@ -356,6 +367,7 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
356
367
  warning500: string;
357
368
  warning600: string;
358
369
  warning700: string;
370
+ info: string;
359
371
  info100: string;
360
372
  info300: string;
361
373
  info500: string;
@@ -481,8 +493,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
481
493
  lg: string;
482
494
  }, {
483
495
  colors: {
496
+ primary: string;
484
497
  primary500: string;
485
498
  primary600: string;
499
+ secondary: string;
486
500
  secondary100: string;
487
501
  secondary200: string;
488
502
  secondary300: string;
@@ -492,6 +506,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
492
506
  secondary700: string;
493
507
  secondary800: string;
494
508
  secondary900: string;
509
+ neutral: string;
495
510
  neutral100: string;
496
511
  neutral200: string;
497
512
  neutral300: string;
@@ -511,6 +526,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
511
526
  warning500: string;
512
527
  warning600: string;
513
528
  warning700: string;
529
+ info: string;
514
530
  info100: string;
515
531
  info300: string;
516
532
  info500: string;
@@ -633,8 +649,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
633
649
  lg: string;
634
650
  }, {
635
651
  colors: {
652
+ primary: string;
636
653
  primary500: string;
637
654
  primary600: string;
655
+ secondary: string;
638
656
  secondary100: string;
639
657
  secondary200: string;
640
658
  secondary300: string;
@@ -644,6 +662,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
644
662
  secondary700: string;
645
663
  secondary800: string;
646
664
  secondary900: string;
665
+ neutral: string;
647
666
  neutral100: string;
648
667
  neutral200: string;
649
668
  neutral300: string;
@@ -663,6 +682,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
663
682
  warning500: string;
664
683
  warning600: string;
665
684
  warning700: string;
685
+ info: string;
666
686
  info100: string;
667
687
  info300: string;
668
688
  info500: string;
@@ -788,8 +808,10 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
788
808
  lg: string;
789
809
  }, {
790
810
  colors: {
811
+ primary: string;
791
812
  primary500: string;
792
813
  primary600: string;
814
+ secondary: string;
793
815
  secondary100: string;
794
816
  secondary200: string;
795
817
  secondary300: string;
@@ -799,6 +821,7 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
799
821
  secondary700: string;
800
822
  secondary800: string;
801
823
  secondary900: string;
824
+ neutral: string;
802
825
  neutral100: string;
803
826
  neutral200: string;
804
827
  neutral300: string;
@@ -818,6 +841,7 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
818
841
  warning500: string;
819
842
  warning600: string;
820
843
  warning700: string;
844
+ info: string;
821
845
  info100: string;
822
846
  info300: string;
823
847
  info500: string;
@@ -941,8 +965,10 @@ export declare const Separator: import("@stitches/react/types/styled-component")
941
965
  lg: string;
942
966
  }, {
943
967
  colors: {
968
+ primary: string;
944
969
  primary500: string;
945
970
  primary600: string;
971
+ secondary: string;
946
972
  secondary100: string;
947
973
  secondary200: string;
948
974
  secondary300: string;
@@ -952,6 +978,7 @@ export declare const Separator: import("@stitches/react/types/styled-component")
952
978
  secondary700: string;
953
979
  secondary800: string;
954
980
  secondary900: string;
981
+ neutral: string;
955
982
  neutral100: string;
956
983
  neutral200: string;
957
984
  neutral300: string;
@@ -971,6 +998,7 @@ export declare const Separator: import("@stitches/react/types/styled-component")
971
998
  warning500: string;
972
999
  warning600: string;
973
1000
  warning700: string;
1001
+ info: string;
974
1002
  info100: string;
975
1003
  info300: string;
976
1004
  info500: string;
@@ -1094,8 +1122,10 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1094
1122
  lg: string;
1095
1123
  }, {
1096
1124
  colors: {
1125
+ primary: string;
1097
1126
  primary500: string;
1098
1127
  primary600: string;
1128
+ secondary: string;
1099
1129
  secondary100: string;
1100
1130
  secondary200: string;
1101
1131
  secondary300: string;
@@ -1105,6 +1135,7 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1105
1135
  secondary700: string;
1106
1136
  secondary800: string;
1107
1137
  secondary900: string;
1138
+ neutral: string;
1108
1139
  neutral100: string;
1109
1140
  neutral200: string;
1110
1141
  neutral300: string;
@@ -1124,6 +1155,7 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1124
1155
  warning500: string;
1125
1156
  warning600: string;
1126
1157
  warning700: string;
1158
+ info: string;
1127
1159
  info100: string;
1128
1160
  info300: string;
1129
1161
  info500: string;
@@ -1247,8 +1279,10 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
1247
1279
  lg: string;
1248
1280
  }, {
1249
1281
  colors: {
1282
+ primary: string;
1250
1283
  primary500: string;
1251
1284
  primary600: string;
1285
+ secondary: string;
1252
1286
  secondary100: string;
1253
1287
  secondary200: string;
1254
1288
  secondary300: string;
@@ -1258,6 +1292,7 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
1258
1292
  secondary700: string;
1259
1293
  secondary800: string;
1260
1294
  secondary900: string;
1295
+ neutral: string;
1261
1296
  neutral100: string;
1262
1297
  neutral200: string;
1263
1298
  neutral300: string;
@@ -1277,6 +1312,7 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
1277
1312
  warning500: string;
1278
1313
  warning600: string;
1279
1314
  warning700: string;
1315
+ info: string;
1280
1316
  info100: string;
1281
1317
  info300: string;
1282
1318
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BestRoute.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/BestRoute.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAK3D,eAAO,MAAM,qCAAqC,MAAM,CAAC;AAEzD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BzB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6E3B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6CjB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAElB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAU9B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC"}
1
+ {"version":3,"file":"BestRoute.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/BestRoute.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAM3D,eAAO,MAAM,qCAAqC,MAAM,CAAC;AAEzD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BzB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6E3B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6CjB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAElB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAU9B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC"}
@@ -10,8 +10,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
10
10
  lg: string;
11
11
  }, {
12
12
  colors: {
13
+ primary: string;
13
14
  primary500: string;
14
15
  primary600: string;
16
+ secondary: string;
15
17
  secondary100: string;
16
18
  secondary200: string;
17
19
  secondary300: string;
@@ -21,6 +23,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
21
23
  secondary700: string;
22
24
  secondary800: string;
23
25
  secondary900: string;
26
+ neutral: string;
24
27
  neutral100: string;
25
28
  neutral200: string;
26
29
  neutral300: string;
@@ -40,6 +43,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
40
43
  warning500: string;
41
44
  warning600: string;
42
45
  warning700: string;
46
+ info: string;
43
47
  info100: string;
44
48
  info300: string;
45
49
  info500: string;
@@ -165,8 +169,10 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
165
169
  lg: string;
166
170
  }, {
167
171
  colors: {
172
+ primary: string;
168
173
  primary500: string;
169
174
  primary600: string;
175
+ secondary: string;
170
176
  secondary100: string;
171
177
  secondary200: string;
172
178
  secondary300: string;
@@ -176,6 +182,7 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
176
182
  secondary700: string;
177
183
  secondary800: string;
178
184
  secondary900: string;
185
+ neutral: string;
179
186
  neutral100: string;
180
187
  neutral200: string;
181
188
  neutral300: string;
@@ -195,6 +202,7 @@ export declare const StepSeparator: import("@stitches/react/types/styled-compone
195
202
  warning500: string;
196
203
  warning600: string;
197
204
  warning700: string;
205
+ info: string;
198
206
  info100: string;
199
207
  info300: string;
200
208
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BestRouteSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/BestRouteSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4FpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaxB,CAAC"}
1
+ {"version":3,"file":"BestRouteSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/BestRouteSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4FpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaxB,CAAC"}
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RouteSummary.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/RouteSummary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYpB,CAAC"}
1
+ {"version":3,"file":"RouteSummary.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BestRoute/RouteSummary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYpB,CAAC"}
@@ -10,8 +10,10 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
10
10
  lg: string;
11
11
  }, {
12
12
  colors: {
13
+ primary: string;
13
14
  primary500: string;
14
15
  primary600: string;
16
+ secondary: string;
15
17
  secondary100: string;
16
18
  secondary200: string;
17
19
  secondary300: string;
@@ -21,6 +23,7 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
21
23
  secondary700: string;
22
24
  secondary800: string;
23
25
  secondary900: string;
26
+ neutral: string;
24
27
  neutral100: string;
25
28
  neutral200: string;
26
29
  neutral300: string;
@@ -40,6 +43,7 @@ export declare const Chip: import("@stitches/react/types/styled-component").Styl
40
43
  warning500: string;
41
44
  warning600: string;
42
45
  warning700: string;
46
+ info: string;
43
47
  info100: string;
44
48
  info300: string;
45
49
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwCf,CAAC"}
1
+ {"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwCf,CAAC"}
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -161,8 +165,10 @@ export declare const StyledAnchor: import("@stitches/react/types/styled-componen
161
165
  lg: string;
162
166
  }, {
163
167
  colors: {
168
+ primary: string;
164
169
  primary500: string;
165
170
  primary600: string;
171
+ secondary: string;
166
172
  secondary100: string;
167
173
  secondary200: string;
168
174
  secondary300: string;
@@ -172,6 +178,7 @@ export declare const StyledAnchor: import("@stitches/react/types/styled-componen
172
178
  secondary700: string;
173
179
  secondary800: string;
174
180
  secondary900: string;
181
+ neutral: string;
175
182
  neutral100: string;
176
183
  neutral200: string;
177
184
  neutral300: string;
@@ -191,6 +198,7 @@ export declare const StyledAnchor: import("@stitches/react/types/styled-componen
191
198
  warning500: string;
192
199
  warning600: string;
193
200
  warning700: string;
201
+ info: string;
194
202
  info100: string;
195
203
  info300: string;
196
204
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BottomLogo.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BottomLogo/BottomLogo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
1
+ {"version":3,"file":"BottomLogo.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BottomLogo/BottomLogo.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
@@ -13,8 +13,10 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
13
13
  lg: string;
14
14
  }, {
15
15
  colors: {
16
+ primary: string;
16
17
  primary500: string;
17
18
  primary600: string;
19
+ secondary: string;
18
20
  secondary100: string;
19
21
  secondary200: string;
20
22
  secondary300: string;
@@ -24,6 +26,7 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
24
26
  secondary700: string;
25
27
  secondary800: string;
26
28
  secondary900: string;
29
+ neutral: string;
27
30
  neutral100: string;
28
31
  neutral200: string;
29
32
  neutral300: string;
@@ -43,6 +46,7 @@ export declare const ButtonBase: import("@stitches/react/types/styled-component"
43
46
  warning500: string;
44
47
  warning600: string;
45
48
  warning700: string;
49
+ info: string;
46
50
  info100: string;
47
51
  info300: string;
48
52
  info500: string;
@@ -169,8 +173,10 @@ export declare const Content: import("@stitches/react/types/styled-component").S
169
173
  lg: string;
170
174
  }, {
171
175
  colors: {
176
+ primary: string;
172
177
  primary500: string;
173
178
  primary600: string;
179
+ secondary: string;
174
180
  secondary100: string;
175
181
  secondary200: string;
176
182
  secondary300: string;
@@ -180,6 +186,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
180
186
  secondary700: string;
181
187
  secondary800: string;
182
188
  secondary900: string;
189
+ neutral: string;
183
190
  neutral100: string;
184
191
  neutral200: string;
185
192
  neutral300: string;
@@ -199,6 +206,7 @@ export declare const Content: import("@stitches/react/types/styled-component").S
199
206
  warning500: string;
200
207
  warning600: string;
201
208
  warning700: string;
209
+ info: string;
202
210
  info100: string;
203
211
  info300: string;
204
212
  info500: string;
@@ -322,8 +330,10 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
322
330
  lg: string;
323
331
  }, {
324
332
  colors: {
333
+ primary: string;
325
334
  primary500: string;
326
335
  primary600: string;
336
+ secondary: string;
327
337
  secondary100: string;
328
338
  secondary200: string;
329
339
  secondary300: string;
@@ -333,6 +343,7 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
333
343
  secondary700: string;
334
344
  secondary800: string;
335
345
  secondary900: string;
346
+ neutral: string;
336
347
  neutral100: string;
337
348
  neutral200: string;
338
349
  neutral300: string;
@@ -352,6 +363,7 @@ export declare const RippleContainer: import("@stitches/react/types/styled-compo
352
363
  warning500: string;
353
364
  warning600: string;
354
365
  warning700: string;
366
+ info: string;
355
367
  info100: string;
356
368
  info300: string;
357
369
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAclB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
1
+ {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAclB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
@@ -8,8 +8,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
8
8
  lg: string;
9
9
  }, {
10
10
  colors: {
11
+ primary: string;
11
12
  primary500: string;
12
13
  primary600: string;
14
+ secondary: string;
13
15
  secondary100: string;
14
16
  secondary200: string;
15
17
  secondary300: string;
@@ -19,6 +21,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
19
21
  secondary700: string;
20
22
  secondary800: string;
21
23
  secondary900: string;
24
+ neutral: string;
22
25
  neutral100: string;
23
26
  neutral200: string;
24
27
  neutral300: string;
@@ -38,6 +41,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
38
41
  warning500: string;
39
42
  warning600: string;
40
43
  warning700: string;
44
+ info: string;
41
45
  info100: string;
42
46
  info300: string;
43
47
  info500: string;
@@ -163,8 +167,10 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
163
167
  lg: string;
164
168
  }, {
165
169
  colors: {
170
+ primary: string;
166
171
  primary500: string;
167
172
  primary600: string;
173
+ secondary: string;
168
174
  secondary100: string;
169
175
  secondary200: string;
170
176
  secondary300: string;
@@ -174,6 +180,7 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
174
180
  secondary700: string;
175
181
  secondary800: string;
176
182
  secondary900: string;
183
+ neutral: string;
177
184
  neutral100: string;
178
185
  neutral200: string;
179
186
  neutral300: string;
@@ -193,6 +200,7 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
193
200
  warning500: string;
194
201
  warning600: string;
195
202
  warning700: string;
203
+ info: string;
196
204
  info100: string;
197
205
  info300: string;
198
206
  info500: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqB9B,CAAC"}
1
+ {"version":3,"file":"ChainToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ChainToken/ChainToken.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqB9B,CAAC"}