@ape.swap/bonds-sdk 6.2.13 → 6.2.14

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 (594) hide show
  1. package/README.md +25 -27
  2. package/dist/components/BondFilters/BondFilters.js +3 -3
  3. package/dist/components/BondFilters/BondFilters.js.map +1 -1
  4. package/dist/components/Carousel/index.d.ts +1 -1
  5. package/dist/components/Carousel/index.js +7 -4
  6. package/dist/components/Carousel/index.js.map +1 -1
  7. package/dist/components/Carousel/styles.d.ts +35 -0
  8. package/dist/components/Carousel/styles.js +40 -0
  9. package/dist/components/Carousel/styles.js.map +1 -0
  10. package/dist/components/ChainOptionList/ChainOptionsButtons.d.ts +1 -1
  11. package/dist/components/ChainOptionList/ChainOptionsButtons.js +9 -6
  12. package/dist/components/ChainOptionList/ChainOptionsButtons.js.map +1 -1
  13. package/dist/components/ChainOptionList/ChainOptionsList.d.ts +1 -1
  14. package/dist/components/ChainOptionList/ChainOptionsList.js +4 -3
  15. package/dist/components/ChainOptionList/ChainOptionsList.js.map +1 -1
  16. package/dist/components/ChainOptionList/styles.d.ts +2 -0
  17. package/dist/components/ChainOptionList/styles.js +54 -0
  18. package/dist/components/ChainOptionList/styles.js.map +1 -0
  19. package/dist/components/CircularProgress/index.js +14 -3
  20. package/dist/components/CircularProgress/index.js.map +1 -1
  21. package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.d.ts +1 -1
  22. package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.js +7 -2
  23. package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.js.map +1 -1
  24. package/dist/components/ConnectButton/index.d.ts +2 -1
  25. package/dist/components/ConnectButton/index.js +1 -1
  26. package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.d.ts +1 -1
  27. package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js +7 -2
  28. package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js.map +1 -1
  29. package/dist/components/ConnectSuiWalletButton/ConnectSuiWalletButton.d.ts +2 -1
  30. package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.d.ts +1 -1
  31. package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.js +31 -2
  32. package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.js.map +1 -1
  33. package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.d.ts +1 -1
  34. package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js +41 -2
  35. package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js.map +1 -1
  36. package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.d.ts +1 -1
  37. package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js +34 -10
  38. package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js.map +1 -1
  39. package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.d.ts +1 -1
  40. package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.js +31 -2
  41. package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.js.map +1 -1
  42. package/dist/components/CustomClaimModals/AbondModal.d.ts +2 -1
  43. package/dist/components/CustomClaimModals/AbondModal.js +3 -2
  44. package/dist/components/CustomClaimModals/AbondModal.js.map +1 -1
  45. package/dist/components/CustomClaimModals/OabondModal.d.ts +2 -1
  46. package/dist/components/CustomClaimModals/OabondModal.js +3 -2
  47. package/dist/components/CustomClaimModals/OabondModal.js.map +1 -1
  48. package/dist/components/CustomClaimModals/PmusdModal.d.ts +2 -1
  49. package/dist/components/CustomClaimModals/PmusdModal.js +9 -2
  50. package/dist/components/CustomClaimModals/PmusdModal.js.map +1 -1
  51. package/dist/components/CustomClaimModals/PostClaimModal.d.ts +2 -1
  52. package/dist/components/CustomClaimModals/PostClaimModal.js +3 -2
  53. package/dist/components/CustomClaimModals/PostClaimModal.js.map +1 -1
  54. package/dist/components/FavIcons/AddFavToken.d.ts +2 -1
  55. package/dist/components/FavIcons/AddFavToken.js +2 -2
  56. package/dist/components/FavIcons/AddFavToken.js.map +1 -1
  57. package/dist/components/FavIcons/FavFilter.d.ts +2 -1
  58. package/dist/components/FavIcons/FavFilter.js +3 -3
  59. package/dist/components/FavIcons/FavFilter.js.map +1 -1
  60. package/dist/components/LoadingSpinner/index.d.ts +2 -1
  61. package/dist/components/LoadingSpinner/index.js +30 -8
  62. package/dist/components/LoadingSpinner/index.js.map +1 -1
  63. package/dist/components/MenuSelect/MenuSelect.d.ts +2 -1
  64. package/dist/components/MenuSelect/MenuSelect.js +9 -12
  65. package/dist/components/MenuSelect/MenuSelect.js.map +1 -1
  66. package/dist/components/MenuSelect/RecommendationSelector.d.ts +2 -1
  67. package/dist/components/MenuSelect/RecommendationSelector.js +24 -4
  68. package/dist/components/MenuSelect/RecommendationSelector.js.map +1 -1
  69. package/dist/components/NetworkFilter/index.d.ts +2 -1
  70. package/dist/components/NetworkFilter/index.js +47 -9
  71. package/dist/components/NetworkFilter/index.js.map +1 -1
  72. package/dist/components/PlaceholderMonkey/index.d.ts +2 -1
  73. package/dist/components/PlaceholderMonkey/index.js +7 -2
  74. package/dist/components/PlaceholderMonkey/index.js.map +1 -1
  75. package/dist/components/ProgressBar/ProgressBar.js +5 -3
  76. package/dist/components/ProgressBar/ProgressBar.js.map +1 -1
  77. package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +2 -2
  78. package/dist/components/ProgressBar/ProgressBarWrapper.js +4 -4
  79. package/dist/components/ProgressBar/ProgressBarWrapper.js.map +1 -1
  80. package/dist/components/ProgressBar/styles.d.ts +2 -0
  81. package/dist/components/ProgressBar/styles.js +15 -0
  82. package/dist/components/ProgressBar/styles.js.map +1 -0
  83. package/dist/components/ProgressiveImage/index.d.ts +2 -1
  84. package/dist/components/ProgressiveImage/index.js +21 -3
  85. package/dist/components/ProgressiveImage/index.js.map +1 -1
  86. package/dist/components/SafeHTMLComponent/index.d.ts +2 -1
  87. package/dist/components/SafeHTMLComponent/index.js +1 -1
  88. package/dist/components/SlippageModal/index.d.ts +2 -1
  89. package/dist/components/SlippageModal/index.js +43 -7
  90. package/dist/components/SlippageModal/index.js.map +1 -1
  91. package/dist/components/StepBubble/index.d.ts +2 -1
  92. package/dist/components/StepBubble/index.js +33 -5
  93. package/dist/components/StepBubble/index.js.map +1 -1
  94. package/dist/components/Toast/index.d.ts +2 -1
  95. package/dist/components/Toast/index.js +15 -4
  96. package/dist/components/Toast/index.js.map +1 -1
  97. package/dist/components/Toast/styles.d.ts +3 -0
  98. package/dist/components/Toast/styles.js +30 -0
  99. package/dist/components/Toast/styles.js.map +1 -0
  100. package/dist/components/TokenInfoAndName/index.d.ts +3 -3
  101. package/dist/components/TokenInfoAndName/index.js +19 -9
  102. package/dist/components/TokenInfoAndName/index.js.map +1 -1
  103. package/dist/components/TokenSelectorModal/TokenRow.d.ts +2 -1
  104. package/dist/components/TokenSelectorModal/TokenRow.js +3 -3
  105. package/dist/components/TokenSelectorModal/TokenRow.js.map +1 -1
  106. package/dist/components/TokenSelectorModal/index.js +14 -2
  107. package/dist/components/TokenSelectorModal/index.js.map +1 -1
  108. package/dist/components/TokenSelectorPanel/index.d.ts +1 -1
  109. package/dist/components/TokenSelectorPanel/index.js +9 -6
  110. package/dist/components/TokenSelectorPanel/index.js.map +1 -1
  111. package/dist/components/Tooltip/ButtonsRow.js +4 -3
  112. package/dist/components/Tooltip/ButtonsRow.js.map +1 -1
  113. package/dist/components/Tooltip/Tooltip.js +4 -4
  114. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  115. package/dist/components/Tooltip/styles.d.ts +2 -0
  116. package/dist/components/Tooltip/styles.js +32 -0
  117. package/dist/components/Tooltip/styles.js.map +1 -0
  118. package/dist/components/YouTooltip/YouTooltip.d.ts +2 -1
  119. package/dist/components/YouTooltip/YouTooltip.js +24 -2
  120. package/dist/components/YouTooltip/YouTooltip.js.map +1 -1
  121. package/dist/components/uikit-sdk/Button/Button.d.ts +2 -1
  122. package/dist/components/uikit-sdk/Button/Button.js +40 -34
  123. package/dist/components/uikit-sdk/Button/Button.js.map +1 -1
  124. package/dist/components/uikit-sdk/Button/IconButton.js +15 -17
  125. package/dist/components/uikit-sdk/Button/IconButton.js.map +1 -1
  126. package/dist/components/uikit-sdk/Button/styles.d.ts +3 -0
  127. package/dist/components/uikit-sdk/Button/styles.js +31 -0
  128. package/dist/components/uikit-sdk/Button/styles.js.map +1 -0
  129. package/dist/components/uikit-sdk/Button/types.d.ts +2 -1
  130. package/dist/components/uikit-sdk/Button/types.js +6 -6
  131. package/dist/components/uikit-sdk/Button/types.js.map +1 -1
  132. package/dist/components/uikit-sdk/Checkbox/index.d.ts +1 -1
  133. package/dist/components/uikit-sdk/Checkbox/index.js +8 -11
  134. package/dist/components/uikit-sdk/Checkbox/index.js.map +1 -1
  135. package/dist/components/uikit-sdk/Checkbox/types.d.ts +2 -2
  136. package/dist/components/uikit-sdk/Checkbox/types.js.map +1 -1
  137. package/dist/components/uikit-sdk/Flex/index.d.ts +3 -9
  138. package/dist/components/uikit-sdk/Flex/index.js +4 -8
  139. package/dist/components/uikit-sdk/Flex/index.js.map +1 -1
  140. package/dist/components/uikit-sdk/Input/Input.d.ts +2 -3
  141. package/dist/components/uikit-sdk/Input/Input.js +33 -7
  142. package/dist/components/uikit-sdk/Input/Input.js.map +1 -1
  143. package/dist/components/uikit-sdk/LoadingDots/index.d.ts +1 -1
  144. package/dist/components/uikit-sdk/LoadingDots/index.js +21 -2
  145. package/dist/components/uikit-sdk/LoadingDots/index.js.map +1 -1
  146. package/dist/components/uikit-sdk/Modal/ModalHeader.js +5 -5
  147. package/dist/components/uikit-sdk/Modal/ModalHeader.js.map +1 -1
  148. package/dist/components/uikit-sdk/Modal/index.d.ts +2 -1
  149. package/dist/components/uikit-sdk/Modal/index.js +6 -11
  150. package/dist/components/uikit-sdk/Modal/index.js.map +1 -1
  151. package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
  152. package/dist/components/uikit-sdk/Modal/styles.js +47 -0
  153. package/dist/components/uikit-sdk/Modal/styles.js.map +1 -0
  154. package/dist/components/uikit-sdk/Modal/types.d.ts +3 -3
  155. package/dist/components/uikit-sdk/Select/Select.d.ts +2 -1
  156. package/dist/components/uikit-sdk/Select/Select.js +17 -19
  157. package/dist/components/uikit-sdk/Select/Select.js.map +1 -1
  158. package/dist/components/uikit-sdk/Select/SelectItem.d.ts +1 -1
  159. package/dist/components/uikit-sdk/Select/SelectItem.js +15 -26
  160. package/dist/components/uikit-sdk/Select/SelectItem.js.map +1 -1
  161. package/dist/components/uikit-sdk/Select/styles.d.ts +4 -0
  162. package/dist/components/uikit-sdk/Select/styles.js +50 -0
  163. package/dist/components/uikit-sdk/Select/styles.js.map +1 -0
  164. package/dist/components/uikit-sdk/Select/types.d.ts +0 -1
  165. package/dist/components/uikit-sdk/Select/types.js +9 -9
  166. package/dist/components/uikit-sdk/Select/types.js.map +1 -1
  167. package/dist/components/uikit-sdk/Skeleton/index.d.ts +2 -1
  168. package/dist/components/uikit-sdk/Skeleton/index.js +8 -7
  169. package/dist/components/uikit-sdk/Skeleton/index.js.map +1 -1
  170. package/dist/components/uikit-sdk/Skeleton/styles.d.ts +3 -0
  171. package/dist/components/uikit-sdk/Skeleton/styles.js +43 -0
  172. package/dist/components/uikit-sdk/Skeleton/styles.js.map +1 -0
  173. package/dist/components/uikit-sdk/Skeleton/types.d.ts +2 -2
  174. package/dist/components/uikit-sdk/Skeleton/types.js.map +1 -1
  175. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +1 -1
  176. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +2 -2
  177. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js.map +1 -1
  178. package/dist/components/uikit-sdk/Svg/Icons/BitTensor.js +1 -1
  179. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +2 -2
  180. package/dist/components/uikit-sdk/Svg/Icons/Caret.js.map +1 -1
  181. package/dist/components/uikit-sdk/Svg/Icons/Close.js +2 -2
  182. package/dist/components/uikit-sdk/Svg/Icons/Close.js.map +1 -1
  183. package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +1 -1
  184. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +2 -2
  185. package/dist/components/uikit-sdk/Svg/Icons/Cog.js.map +1 -1
  186. package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js +2 -2
  187. package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js.map +1 -1
  188. package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js +2 -2
  189. package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js.map +1 -1
  190. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +2 -2
  191. package/dist/components/uikit-sdk/Svg/Icons/Discord.js.map +1 -1
  192. package/dist/components/uikit-sdk/Svg/Icons/Discount.js +2 -2
  193. package/dist/components/uikit-sdk/Svg/Icons/Discount.js.map +1 -1
  194. package/dist/components/uikit-sdk/Svg/Icons/Error.js +2 -2
  195. package/dist/components/uikit-sdk/Svg/Icons/Error.js.map +1 -1
  196. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +2 -2
  197. package/dist/components/uikit-sdk/Svg/Icons/Expand.js.map +1 -1
  198. package/dist/components/uikit-sdk/Svg/Icons/External.js +2 -2
  199. package/dist/components/uikit-sdk/Svg/Icons/External.js.map +1 -1
  200. package/dist/components/uikit-sdk/Svg/Icons/FirePink.js +1 -1
  201. package/dist/components/uikit-sdk/Svg/Icons/GiftBox.js +1 -1
  202. package/dist/components/uikit-sdk/Svg/Icons/GiftBoxPlain.js +1 -1
  203. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +2 -2
  204. package/dist/components/uikit-sdk/Svg/Icons/Insight.js.map +1 -1
  205. package/dist/components/uikit-sdk/Svg/Icons/L1X.js +1 -1
  206. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +1 -1
  207. package/dist/components/uikit-sdk/Svg/Icons/More.js +2 -2
  208. package/dist/components/uikit-sdk/Svg/Icons/More.js.map +1 -1
  209. package/dist/components/uikit-sdk/Svg/Icons/NewOffer.js +1 -1
  210. package/dist/components/uikit-sdk/Svg/Icons/NewOffer.js.map +1 -1
  211. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +1 -1
  212. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +2 -2
  213. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js.map +1 -1
  214. package/dist/components/uikit-sdk/Svg/Icons/Question.js +1 -1
  215. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +2 -2
  216. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js.map +1 -1
  217. package/dist/components/uikit-sdk/Svg/Icons/Robinhood.js +1 -1
  218. package/dist/components/uikit-sdk/Svg/Icons/Search.js +2 -2
  219. package/dist/components/uikit-sdk/Svg/Icons/Search.js.map +1 -1
  220. package/dist/components/uikit-sdk/Svg/Icons/SellingFast.js +1 -1
  221. package/dist/components/uikit-sdk/Svg/Icons/SellingFast.js.map +1 -1
  222. package/dist/components/uikit-sdk/Svg/Icons/ShortSupply.js +1 -1
  223. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +2 -2
  224. package/dist/components/uikit-sdk/Svg/Icons/Sort.js.map +1 -1
  225. package/dist/components/uikit-sdk/Svg/Icons/Star.js +1 -1
  226. package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js +1 -1
  227. package/dist/components/uikit-sdk/Svg/Icons/Success.js +2 -2
  228. package/dist/components/uikit-sdk/Svg/Icons/Success.js.map +1 -1
  229. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +1 -1
  230. package/dist/components/uikit-sdk/Svg/Icons/Tick.js +2 -2
  231. package/dist/components/uikit-sdk/Svg/Icons/Tick.js.map +1 -1
  232. package/dist/components/uikit-sdk/Svg/Icons/Timer.js +1 -1
  233. package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js +2 -2
  234. package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js.map +1 -1
  235. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +2 -2
  236. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js.map +1 -1
  237. package/dist/components/uikit-sdk/Svg/Icons/URL.js +2 -2
  238. package/dist/components/uikit-sdk/Svg/Icons/URL.js.map +1 -1
  239. package/dist/components/uikit-sdk/Svg/Icons/WhaleActivity.js +1 -1
  240. package/dist/components/uikit-sdk/Svg/Icons/WhaleActivity.js.map +1 -1
  241. package/dist/components/uikit-sdk/Svg/styles.d.ts +2 -5
  242. package/dist/components/uikit-sdk/Svg/styles.js +7 -9
  243. package/dist/components/uikit-sdk/Svg/styles.js.map +1 -1
  244. package/dist/components/uikit-sdk/Svg/tokens/APTOS.js +1 -1
  245. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +1 -1
  246. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +1 -1
  247. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +1 -1
  248. package/dist/components/uikit-sdk/Svg/tokens/BERA.js +1 -1
  249. package/dist/components/uikit-sdk/Svg/tokens/BLAST.js +1 -1
  250. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +1 -1
  251. package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js +1 -1
  252. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +1 -1
  253. package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js +1 -1
  254. package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js +1 -1
  255. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +1 -1
  256. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +1 -1
  257. package/dist/components/uikit-sdk/Svg/tokens/KATANA.js +1 -1
  258. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +1 -1
  259. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +1 -1
  260. package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js +1 -1
  261. package/dist/components/uikit-sdk/Svg/tokens/MONAD.js +1 -1
  262. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +1 -1
  263. package/dist/components/uikit-sdk/Svg/tokens/SOL.js +1 -1
  264. package/dist/components/uikit-sdk/Svg/tokens/SONIC.js +1 -1
  265. package/dist/components/uikit-sdk/Svg/tokens/SUI.js +1 -1
  266. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +1 -1
  267. package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js +1 -1
  268. package/dist/components/uikit-sdk/SwiperDots/index.d.ts +2 -1
  269. package/dist/components/uikit-sdk/SwiperDots/index.js +9 -3
  270. package/dist/components/uikit-sdk/SwiperDots/index.js.map +1 -1
  271. package/dist/components/uikit-sdk/TabNav/index.js +34 -3
  272. package/dist/components/uikit-sdk/TabNav/index.js.map +1 -1
  273. package/dist/components/uikit-sdk/Tag/ListTag.d.ts +2 -1
  274. package/dist/components/uikit-sdk/Tag/ListTag.js +16 -13
  275. package/dist/components/uikit-sdk/Tag/ListTag.js.map +1 -1
  276. package/dist/components/uikit-sdk/Text/index.d.ts +2 -1
  277. package/dist/components/uikit-sdk/Text/index.js +8 -29
  278. package/dist/components/uikit-sdk/Text/index.js.map +1 -1
  279. package/dist/components/uikit-sdk/Text/types.d.ts +2 -2
  280. package/dist/components/uikit-sdk/Text/types.js.map +1 -1
  281. package/dist/components/uikit-sdk/Toggle/index.d.ts +2 -1
  282. package/dist/components/uikit-sdk/Toggle/index.js +8 -7
  283. package/dist/components/uikit-sdk/Toggle/index.js.map +1 -1
  284. package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
  285. package/dist/components/uikit-sdk/Toggle/styles.js +22 -0
  286. package/dist/components/uikit-sdk/Toggle/styles.js.map +1 -0
  287. package/dist/components/uikit-sdk/TokenImage/index.d.ts +2 -1
  288. package/dist/components/uikit-sdk/TokenImage/index.js +45 -3
  289. package/dist/components/uikit-sdk/TokenImage/index.js.map +1 -1
  290. package/dist/components/uikit-sdk/TooltipBubble/index.js +52 -32
  291. package/dist/components/uikit-sdk/TooltipBubble/index.js.map +1 -1
  292. package/dist/components/uikit-sdk/TooltipBubble/styles.d.ts +4 -0
  293. package/dist/components/uikit-sdk/TooltipBubble/styles.js +108 -0
  294. package/dist/components/uikit-sdk/TooltipBubble/styles.js.map +1 -0
  295. package/dist/components/uikit-sdk/TooltipBubble/types.d.ts +4 -5
  296. package/dist/components/uikit-sdk/TooltipBubble/types.js.map +1 -1
  297. package/dist/contexts/ModalContext.d.ts +1 -1
  298. package/dist/contexts/ModalContext.js +1 -1
  299. package/dist/contexts/Popups.d.ts +1 -1
  300. package/dist/contexts/Popups.js +2 -2
  301. package/dist/contexts/Popups.js.map +1 -1
  302. package/dist/providers/AptosWalletProvider.d.ts +1 -1
  303. package/dist/providers/SolanaWalletProvider.d.ts +1 -1
  304. package/dist/providers/SuiWalletProvider.d.ts +1 -1
  305. package/dist/providers/index.d.ts +13 -2
  306. package/dist/providers/index.js +36 -7
  307. package/dist/providers/index.js.map +1 -1
  308. package/dist/state/useSDKConfig.d.ts +0 -6
  309. package/dist/state/useSDKConfig.js.map +1 -1
  310. package/dist/styles.css +1588 -2
  311. package/dist/theme/base.d.ts +109 -0
  312. package/dist/theme/base.js +125 -0
  313. package/dist/theme/base.js.map +1 -0
  314. package/dist/theme/components.d.ts +411 -0
  315. package/dist/theme/components.js +365 -0
  316. package/dist/theme/components.js.map +1 -0
  317. package/dist/theme/index.d.ts +2 -0
  318. package/dist/theme/index.js +12 -0
  319. package/dist/theme/index.js.map +1 -0
  320. package/dist/utils/campaignStyles.d.ts +5 -5
  321. package/dist/utils/campaignStyles.js.map +1 -1
  322. package/dist/views/Bonds/Bonds.d.ts +2 -1
  323. package/dist/views/Bonds/Bonds.js +11 -2
  324. package/dist/views/Bonds/Bonds.js.map +1 -1
  325. package/dist/views/Bonds/components/BondRows/ActiveBondRows.js +9 -5
  326. package/dist/views/Bonds/components/BondRows/ActiveBondRows.js.map +1 -1
  327. package/dist/views/Bonds/components/BondRows/BondRow.js +12 -13
  328. package/dist/views/Bonds/components/BondRows/BondRow.js.map +1 -1
  329. package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +2 -1
  330. package/dist/views/Bonds/components/BondRows/ChainTitle.js +13 -5
  331. package/dist/views/Bonds/components/BondRows/ChainTitle.js.map +1 -1
  332. package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +2 -1
  333. package/dist/views/Bonds/components/BondRows/ModalHandler.js +1 -1
  334. package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.d.ts +2 -1
  335. package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js +1 -1
  336. package/dist/views/Bonds/components/BondRows/SoldOutRows.d.ts +2 -1
  337. package/dist/views/Bonds/components/BondRows/SoldOutRows.js +8 -6
  338. package/dist/views/Bonds/components/BondRows/SoldOutRows.js.map +1 -1
  339. package/dist/views/Bonds/components/BondsMenu/BondsMenu.js +10 -4
  340. package/dist/views/Bonds/components/BondsMenu/BondsMenu.js.map +1 -1
  341. package/dist/views/Bonds/components/BonusComponents/BonusComponent.d.ts +2 -1
  342. package/dist/views/Bonds/components/BonusComponents/BonusComponent.js +25 -5
  343. package/dist/views/Bonds/components/BonusComponents/BonusComponent.js.map +1 -1
  344. package/dist/views/Bonds/components/BonusComponents/BonusContainer.d.ts +3 -3
  345. package/dist/views/Bonds/components/BonusComponents/BonusContainer.js +3 -6
  346. package/dist/views/Bonds/components/BonusComponents/BonusContainer.js.map +1 -1
  347. package/dist/views/Bonds/components/BonusComponents/BonusTable.d.ts +2 -1
  348. package/dist/views/Bonds/components/BonusComponents/BonusTable.js +21 -8
  349. package/dist/views/Bonds/components/BonusComponents/BonusTable.js.map +1 -1
  350. package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +2 -1
  351. package/dist/views/Bonds/components/BuyAgainRow/index.js +22 -3
  352. package/dist/views/Bonds/components/BuyAgainRow/index.js.map +1 -1
  353. package/dist/views/Bonds/components/ChainBanner/ChainBanner.d.ts +2 -1
  354. package/dist/views/Bonds/components/ChainBanner/ChainBanner.js +11 -7
  355. package/dist/views/Bonds/components/ChainBanner/ChainBanner.js.map +1 -1
  356. package/dist/views/Bonds/components/CheckURL/index.d.ts +2 -1
  357. package/dist/views/Bonds/components/CheckURL/index.js +1 -1
  358. package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +2 -1
  359. package/dist/views/Bonds/components/HotBondCards/HotBondCard.js +19 -2
  360. package/dist/views/Bonds/components/HotBondCards/HotBondCard.js.map +1 -1
  361. package/dist/views/Bonds/components/HotBondCards/index.d.ts +2 -1
  362. package/dist/views/Bonds/components/HotBondCards/index.js +14 -3
  363. package/dist/views/Bonds/components/HotBondCards/index.js.map +1 -1
  364. package/dist/views/Bonds/components/HotBondCards/styles.d.ts +35 -0
  365. package/dist/views/Bonds/components/HotBondCards/styles.js +38 -0
  366. package/dist/views/Bonds/components/HotBondCards/styles.js.map +1 -0
  367. package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.d.ts +2 -1
  368. package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js +17 -2
  369. package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js.map +1 -1
  370. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +2 -1
  371. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js +3 -3
  372. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js.map +1 -1
  373. package/dist/views/Bonds/components/RecommendationCards/index.d.ts +2 -1
  374. package/dist/views/Bonds/components/RecommendationCards/index.js +12 -2
  375. package/dist/views/Bonds/components/RecommendationCards/index.js.map +1 -1
  376. package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
  377. package/dist/views/Bonds/components/RecommendationCards/styles.js +24 -0
  378. package/dist/views/Bonds/components/RecommendationCards/styles.js.map +1 -0
  379. package/dist/views/Bonds/index.js +1 -1
  380. package/dist/views/BuyBond/BuyBondModal.js +2 -2
  381. package/dist/views/BuyBond/BuyBondModal.js.map +1 -1
  382. package/dist/views/BuyBond/BuyComponent.js +34 -7
  383. package/dist/views/BuyBond/BuyComponent.js.map +1 -1
  384. package/dist/views/BuyBond/BuyComponentAptos.js +9 -3
  385. package/dist/views/BuyBond/BuyComponentAptos.js.map +1 -1
  386. package/dist/views/BuyBond/BuyComponentPreTGE.d.ts +2 -1
  387. package/dist/views/BuyBond/BuyComponentPreTGE.js +24 -5
  388. package/dist/views/BuyBond/BuyComponentPreTGE.js.map +1 -1
  389. package/dist/views/BuyBond/BuyComponentSolana.js +10 -4
  390. package/dist/views/BuyBond/BuyComponentSolana.js.map +1 -1
  391. package/dist/views/BuyBond/BuyComponentSui.js +9 -3
  392. package/dist/views/BuyBond/BuyComponentSui.js.map +1 -1
  393. package/dist/views/BuyBond/ParticipationSuccessful.d.ts +2 -1
  394. package/dist/views/BuyBond/ParticipationSuccessful.js +26 -8
  395. package/dist/views/BuyBond/ParticipationSuccessful.js.map +1 -1
  396. package/dist/views/BuyBond/components/BondCards/BondCards.d.ts +2 -1
  397. package/dist/views/BuyBond/components/BondCards/BondCards.js +54 -6
  398. package/dist/views/BuyBond/components/BondCards/BondCards.js.map +1 -1
  399. package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.d.ts +2 -1
  400. package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js +56 -3
  401. package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js.map +1 -1
  402. package/dist/views/BuyBond/components/BondModalHeader.d.ts +2 -1
  403. package/dist/views/BuyBond/components/BondModalHeader.js +48 -4
  404. package/dist/views/BuyBond/components/BondModalHeader.js.map +1 -1
  405. package/dist/views/BuyBond/components/BondModalMinTierHeader.d.ts +1 -1
  406. package/dist/views/BuyBond/components/BondModalMinTierHeader.js +8 -3
  407. package/dist/views/BuyBond/components/BondModalMinTierHeader.js.map +1 -1
  408. package/dist/views/BuyBond/components/Estimations.d.ts +2 -1
  409. package/dist/views/BuyBond/components/Estimations.js +37 -8
  410. package/dist/views/BuyBond/components/Estimations.js.map +1 -1
  411. package/dist/views/BuyBond/components/ExpandedViewButton.d.ts +2 -1
  412. package/dist/views/BuyBond/components/ExpandedViewButton.js +15 -2
  413. package/dist/views/BuyBond/components/ExpandedViewButton.js.map +1 -1
  414. package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js +30 -3
  415. package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js.map +1 -1
  416. package/dist/views/BuyBond/components/L1xIframe/L1xIframe.d.ts +5 -0
  417. package/dist/views/BuyBond/components/L1xIframe/L1xIframe.js +12 -0
  418. package/dist/views/BuyBond/components/L1xIframe/L1xIframe.js.map +1 -0
  419. package/dist/views/BuyBond/components/NewRateModal/NewRateModal.d.ts +2 -1
  420. package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js +14 -2
  421. package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js.map +1 -1
  422. package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js +2 -2
  423. package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js.map +1 -1
  424. package/dist/views/BuyBond/components/PointsLeftForNextTier/PointsLeftForNextTier.js +86 -11
  425. package/dist/views/BuyBond/components/PointsLeftForNextTier/PointsLeftForNextTier.js.map +1 -1
  426. package/dist/views/BuyBond/components/ProjectDescription.d.ts +2 -1
  427. package/dist/views/BuyBond/components/ProjectDescription.js +15 -2
  428. package/dist/views/BuyBond/components/ProjectDescription.js.map +1 -1
  429. package/dist/views/BuyBond/index.js +1 -1
  430. package/dist/views/BuyBond/styles.d.ts +2 -0
  431. package/dist/views/BuyBond/styles.js +33 -0
  432. package/dist/views/BuyBond/styles.js.map +1 -0
  433. package/dist/views/FullBondsView/FullBondsView.d.ts +2 -1
  434. package/dist/views/FullBondsView/FullBondsView.js +2 -2
  435. package/dist/views/FullBondsView/FullBondsView.js.map +1 -1
  436. package/dist/views/FullBondsView/index.js +1 -1
  437. package/dist/views/LifiModal/LifiModal.d.ts +2 -1
  438. package/dist/views/LifiModal/LifiModal.js +2 -2
  439. package/dist/views/LifiModal/LifiModal.js.map +1 -1
  440. package/dist/views/ProjectView/ProjectView.js +15 -2
  441. package/dist/views/ProjectView/ProjectView.js.map +1 -1
  442. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +2 -1
  443. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js +22 -3
  444. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js.map +1 -1
  445. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +2 -1
  446. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js +19 -7
  447. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js.map +1 -1
  448. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +2 -1
  449. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js +2 -2
  450. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js.map +1 -1
  451. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
  452. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js +51 -0
  453. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js.map +1 -0
  454. package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +2 -1
  455. package/dist/views/ProjectView/components/BondLeaderboard/index.js +14 -2
  456. package/dist/views/ProjectView/components/BondLeaderboard/index.js.map +1 -1
  457. package/dist/views/ProjectView/components/BondStats/LineChart.js +10 -4
  458. package/dist/views/ProjectView/components/BondStats/LineChart.js.map +1 -1
  459. package/dist/views/ProjectView/components/BondStats/index.d.ts +2 -1
  460. package/dist/views/ProjectView/components/BondStats/index.js +4 -2
  461. package/dist/views/ProjectView/components/BondStats/index.js.map +1 -1
  462. package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
  463. package/dist/views/ProjectView/components/BondStats/styles.js +49 -0
  464. package/dist/views/ProjectView/components/BondStats/styles.js.map +1 -0
  465. package/dist/views/ProjectView/components/NavPanel/index.d.ts +2 -1
  466. package/dist/views/ProjectView/components/NavPanel/index.js +10 -2
  467. package/dist/views/ProjectView/components/NavPanel/index.js.map +1 -1
  468. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +2 -1
  469. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js +1 -1
  470. package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +2 -1
  471. package/dist/views/ProjectView/components/PriceChart/components/LineChart.js +1 -1
  472. package/dist/views/ProjectView/components/PriceChart/index.d.ts +2 -1
  473. package/dist/views/ProjectView/components/PriceChart/index.js +3 -4
  474. package/dist/views/ProjectView/components/PriceChart/index.js.map +1 -1
  475. package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
  476. package/dist/views/ProjectView/components/PriceChart/styles.js +44 -0
  477. package/dist/views/ProjectView/components/PriceChart/styles.js.map +1 -0
  478. package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +2 -1
  479. package/dist/views/ProjectView/components/ProjectInfo/index.js +3 -2
  480. package/dist/views/ProjectView/components/ProjectInfo/index.js.map +1 -1
  481. package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
  482. package/dist/views/ProjectView/components/ProjectInfo/styles.js +21 -0
  483. package/dist/views/ProjectView/components/ProjectInfo/styles.js.map +1 -0
  484. package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +2 -1
  485. package/dist/views/ProjectView/components/RecommendationCards/index.js +16 -2
  486. package/dist/views/ProjectView/components/RecommendationCards/index.js.map +1 -1
  487. package/dist/views/ProjectView/index.js +1 -1
  488. package/dist/views/ProjectView/styles.d.ts +2 -0
  489. package/dist/views/ProjectView/styles.js +10 -0
  490. package/dist/views/ProjectView/styles.js.map +1 -0
  491. package/dist/views/SingleBond/SingleBond.js +10 -4
  492. package/dist/views/SingleBond/SingleBond.js.map +1 -1
  493. package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js +28 -5
  494. package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js.map +1 -1
  495. package/dist/views/SingleBond/index.js +1 -1
  496. package/dist/views/TransactionModal/TransactionModal.d.ts +2 -1
  497. package/dist/views/TransactionModal/TransactionModal.js +40 -13
  498. package/dist/views/TransactionModal/TransactionModal.js.map +1 -1
  499. package/dist/views/YourBonds/YourBonds.d.ts +2 -1
  500. package/dist/views/YourBonds/YourBonds.js +9 -5
  501. package/dist/views/YourBonds/YourBonds.js.map +1 -1
  502. package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.d.ts +2 -1
  503. package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js +24 -5
  504. package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js.map +1 -1
  505. package/dist/views/YourBonds/components/ClaimAll/index.d.ts +2 -1
  506. package/dist/views/YourBonds/components/ClaimAll/index.js +10 -2
  507. package/dist/views/YourBonds/components/ClaimAll/index.js.map +1 -1
  508. package/dist/views/YourBonds/components/ProfitCard/ProfitCard.d.ts +2 -1
  509. package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js +15 -3
  510. package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js.map +1 -1
  511. package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.d.ts +2 -1
  512. package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js +6 -2
  513. package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js.map +1 -1
  514. package/dist/views/YourBonds/components/UserBondRow/UserBondRow.d.ts +2 -1
  515. package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js +8 -5
  516. package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js.map +1 -1
  517. package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.d.ts +2 -1
  518. package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.js +5 -4
  519. package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.js.map +1 -1
  520. package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.d.ts +2 -1
  521. package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js +5 -3
  522. package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js.map +1 -1
  523. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.d.ts +2 -1
  524. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js +7 -4
  525. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js.map +1 -1
  526. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.d.ts +2 -1
  527. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.js +5 -4
  528. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.js.map +1 -1
  529. package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.d.ts +2 -1
  530. package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.js +10 -3
  531. package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.js.map +1 -1
  532. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +2 -1
  533. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js +3 -3
  534. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js.map +1 -1
  535. package/dist/views/YourBonds/index.js +1 -1
  536. package/dist/views/YourBondsModal/YourBondsModal.d.ts +2 -1
  537. package/dist/views/YourBondsModal/YourBondsModal.js +95 -4
  538. package/dist/views/YourBondsModal/YourBondsModal.js.map +1 -1
  539. package/dist/views/YourBondsModal/components/Actions/Actions.d.ts +2 -1
  540. package/dist/views/YourBondsModal/components/Actions/Actions.js +3 -3
  541. package/dist/views/YourBondsModal/components/Actions/Actions.js.map +1 -1
  542. package/dist/views/YourBondsModal/components/Actions/ActionsAptos.d.ts +2 -1
  543. package/dist/views/YourBondsModal/components/Actions/ActionsAptos.js +3 -3
  544. package/dist/views/YourBondsModal/components/Actions/ActionsAptos.js.map +1 -1
  545. package/dist/views/YourBondsModal/components/Actions/ActionsSolana.d.ts +2 -1
  546. package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js +3 -3
  547. package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js.map +1 -1
  548. package/dist/views/YourBondsModal/components/Actions/ActionsSui.d.ts +2 -1
  549. package/dist/views/YourBondsModal/components/Actions/ActionsSui.js +3 -3
  550. package/dist/views/YourBondsModal/components/Actions/ActionsSui.js.map +1 -1
  551. package/dist/views/YourBondsModal/components/LinkShare/LinkShare.d.ts +1 -1
  552. package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js +16 -3
  553. package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js.map +1 -1
  554. package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js +2 -1
  555. package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js.map +1 -1
  556. package/dist/views/YourBondsModal/components/NFTImage/NFTImage.d.ts +2 -1
  557. package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js +86 -8
  558. package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js.map +1 -1
  559. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +1 -1
  560. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js +15 -2
  561. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js.map +1 -1
  562. package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.d.ts +2 -1
  563. package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js +12 -2
  564. package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js.map +1 -1
  565. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +2 -1
  566. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js +6 -2
  567. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js.map +1 -1
  568. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +2 -1
  569. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js +1 -1
  570. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.d.ts +2 -1
  571. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.js +2 -2
  572. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.js.map +1 -1
  573. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.d.ts +1 -1
  574. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js +1 -1
  575. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSui.d.ts +2 -1
  576. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSui.js +1 -1
  577. package/dist/views/YourBondsModal/components/TransferBondModal/index.js +3 -3
  578. package/dist/views/YourBondsModal/components/TransferBondModal/index.js.map +1 -1
  579. package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.d.ts +2 -1
  580. package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js +24 -2
  581. package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -1
  582. package/dist/views/YourBondsModalYield/YourBondsModalYield.d.ts +2 -1
  583. package/dist/views/YourBondsModalYield/YourBondsModalYield.js +73 -3
  584. package/dist/views/YourBondsModalYield/YourBondsModalYield.js.map +1 -1
  585. package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.d.ts +2 -1
  586. package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.js +7 -2
  587. package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.js.map +1 -1
  588. package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.d.ts +2 -1
  589. package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.js +19 -2
  590. package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -1
  591. package/package.json +8 -7
  592. package/dist/components/uikit-sdk/Spinner/index.d.ts +0 -11
  593. package/dist/components/uikit-sdk/Spinner/index.js +0 -9
  594. package/dist/components/uikit-sdk/Spinner/index.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Arrow = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const Arrow = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '6', viewBox: "0 0 6 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z", fill: "#FAFAFA" }) }));
15
+ return (jsx("svg", { width: width || '6', viewBox: "0 0 6 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z", fill: "#FAFAFA" }) }));
16
16
  };
17
17
 
18
18
  export { Arrow as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Arrow.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Arrow.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Arrow: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '6'}\n viewBox=\"0 0 6 11\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Arrow\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAClF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,GAAG,EACnB,OAAO,EAAC,UAAU,EAClB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,o+BAAo+B,EACt+B,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Arrow.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Arrow.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Arrow: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '6'} viewBox=\"0 0 6 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Arrow\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAClF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,GAAG,EAAE,OAAO,EAAC,UAAU,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACnGA,cACE,CAAC,EAAC,o+BAAo+B,EACt+B,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const BitTensor = ({ width }) => {
4
4
  return (jsxs("svg", { width: width || '24', height: width || '24', viewBox: "0 0 21 23", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { width: "100", height: "100", fill: "grey", opacity: 0.15 }), jsxs("g", { transform: "translate(2.1, 2.3) scale(0.75)", children: [jsx("path", { fill: "currentColor", d: "M12.53 17.783v-9.08a4.144 4.144 0 0 0-4.14-4.117v14.511a3.8 3.8 0 0 0 3.96 3.841 4.28 4.28 0 0 0 2.816-.816c-2.39-.253-2.635-1.693-2.635-4.339" }), jsx("path", { fill: "currentColor", d: "M3.775.787A3.8 3.8 0 0 0 0 4.587h16.893a3.8 3.8 0 0 0 3.775-3.8z" })] })] }));
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Caret = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const Caret = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '10', viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M4.30702 7.70463C4.26072 7.65942 4.06273 7.48875 3.89987 7.32976C2.87559 6.39766 1.19907 3.9661 0.687336 2.69342C0.605106 2.50015 0.431067 2.01149 0.419891 1.75041C0.419891 1.50024 0.477372 1.26176 0.59393 1.03419C0.756792 0.750511 1.01306 0.522942 1.31563 0.398246C1.52559 0.317973 2.15389 0.193278 2.16507 0.193278C2.85244 0.0685823 3.96932 -2.63609e-07 5.20356 -2.09659e-07C6.37952 -1.58256e-07 7.45089 0.0685824 8.14864 0.170677C8.15982 0.182367 8.9406 0.307063 9.20804 0.443449C9.69663 0.693619 10 1.18227 10 1.70521L10 1.75041C9.98802 2.09099 9.68465 2.80721 9.67348 2.80721C9.16094 4.0113 7.56665 6.38675 6.50725 7.34145C6.50725 7.34145 6.23502 7.61033 6.06497 7.72723C5.82068 7.9096 5.51811 8 5.21553 8C4.87783 8 4.56329 7.8979 4.30702 7.70463Z", fill: "#4D4040" }) }));
15
+ return (jsx("svg", { width: width || '10', viewBox: "0 0 10 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M4.30702 7.70463C4.26072 7.65942 4.06273 7.48875 3.89987 7.32976C2.87559 6.39766 1.19907 3.9661 0.687336 2.69342C0.605106 2.50015 0.431067 2.01149 0.419891 1.75041C0.419891 1.50024 0.477372 1.26176 0.59393 1.03419C0.756792 0.750511 1.01306 0.522942 1.31563 0.398246C1.52559 0.317973 2.15389 0.193278 2.16507 0.193278C2.85244 0.0685823 3.96932 -2.63609e-07 5.20356 -2.09659e-07C6.37952 -1.58256e-07 7.45089 0.0685824 8.14864 0.170677C8.15982 0.182367 8.9406 0.307063 9.20804 0.443449C9.69663 0.693619 10 1.18227 10 1.70521L10 1.75041C9.98802 2.09099 9.68465 2.80721 9.67348 2.80721C9.16094 4.0113 7.56665 6.38675 6.50725 7.34145C6.50725 7.34145 6.23502 7.61033 6.06497 7.72723C5.82068 7.9096 5.51811 8 5.21553 8C4.87783 8 4.56329 7.8979 4.30702 7.70463Z", fill: "#4D4040" }) }));
16
16
  };
17
17
 
18
18
  export { Caret as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Caret.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Caret.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Caret: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '10'}\n viewBox=\"0 0 10 8\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M4.30702 7.70463C4.26072 7.65942 4.06273 7.48875 3.89987 7.32976C2.87559 6.39766 1.19907 3.9661 0.687336 2.69342C0.605106 2.50015 0.431067 2.01149 0.419891 1.75041C0.419891 1.50024 0.477372 1.26176 0.59393 1.03419C0.756792 0.750511 1.01306 0.522942 1.31563 0.398246C1.52559 0.317973 2.15389 0.193278 2.16507 0.193278C2.85244 0.0685823 3.96932 -2.63609e-07 5.20356 -2.09659e-07C6.37952 -1.58256e-07 7.45089 0.0685824 8.14864 0.170677C8.15982 0.182367 8.9406 0.307063 9.20804 0.443449C9.69663 0.693619 10 1.18227 10 1.70521L10 1.75041C9.98802 2.09099 9.68465 2.80721 9.67348 2.80721C9.16094 4.0113 7.56665 6.38675 6.50725 7.34145C6.50725 7.34145 6.23502 7.61033 6.06497 7.72723C5.82068 7.9096 5.51811 8 5.21553 8C4.87783 8 4.56329 7.8979 4.30702 7.70463Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default Caret\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAClF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,UAAU,EAClB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,kvBAAkvB,EACpvB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Caret.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Caret.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Caret: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '10'} viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M4.30702 7.70463C4.26072 7.65942 4.06273 7.48875 3.89987 7.32976C2.87559 6.39766 1.19907 3.9661 0.687336 2.69342C0.605106 2.50015 0.431067 2.01149 0.419891 1.75041C0.419891 1.50024 0.477372 1.26176 0.59393 1.03419C0.756792 0.750511 1.01306 0.522942 1.31563 0.398246C1.52559 0.317973 2.15389 0.193278 2.16507 0.193278C2.85244 0.0685823 3.96932 -2.63609e-07 5.20356 -2.09659e-07C6.37952 -1.58256e-07 7.45089 0.0685824 8.14864 0.170677C8.15982 0.182367 8.9406 0.307063 9.20804 0.443449C9.69663 0.693619 10 1.18227 10 1.70521L10 1.75041C9.98802 2.09099 9.68465 2.80721 9.67348 2.80721C9.16094 4.0113 7.56665 6.38675 6.50725 7.34145C6.50725 7.34145 6.23502 7.61033 6.06497 7.72723C5.82068 7.9096 5.51811 8 5.21553 8C4.87783 8 4.56329 7.8979 4.30702 7.70463Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default Caret\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAClF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,UAAU,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACpGA,cACE,CAAC,EAAC,kvBAAkvB,EACpvB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,11 +1,11 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Close = ({ width, color = 'text' }) => {
5
5
  const style = dynamicStyles.generic({
6
6
  color,
7
7
  });
8
- return (jsx("svg", { width: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9497 10.9497C11.3403 10.5592 11.3403 9.92602 10.9497 9.5355L7.41424 5.99999L10.9497 2.46451C11.3402 2.07399 11.3402 1.44082 10.9497 1.0503C10.5592 0.659775 9.92602 0.659775 9.5355 1.0503L6.00002 4.58578L2.46446 1.05022C2.07394 0.659693 1.44077 0.659693 1.05025 1.05022C0.659726 1.44074 0.659726 2.07391 1.05025 2.46443L4.58581 5.99999L1.05022 9.53558C0.659693 9.9261 0.659693 10.5593 1.05022 10.9498C1.44074 11.3403 2.07391 11.3403 2.46443 10.9498L6.00002 7.4142L9.53553 10.9497C9.92605 11.3402 10.5592 11.3402 10.9497 10.9497Z", fill: "#FAFAFA" }) }));
8
+ return (jsx("svg", { width: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9497 10.9497C11.3403 10.5592 11.3403 9.92602 10.9497 9.5355L7.41424 5.99999L10.9497 2.46451C11.3402 2.07399 11.3402 1.44082 10.9497 1.0503C10.5592 0.659775 9.92602 0.659775 9.5355 1.0503L6.00002 4.58578L2.46446 1.05022C2.07394 0.659693 1.44077 0.659693 1.05025 1.05022C0.659726 1.44074 0.659726 2.07391 1.05025 2.46443L4.58581 5.99999L1.05022 9.53558C0.659693 9.9261 0.659693 10.5593 1.05022 10.9498C1.44074 11.3403 2.07391 11.3403 2.46443 10.9498L6.00002 7.4142L9.53553 10.9497C9.92605 11.3402 10.5592 11.3402 10.9497 10.9497Z", fill: "#FAFAFA" }) }));
9
9
  };
10
10
 
11
11
  export { Close as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Close.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Close.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Close: React.FC<SvgProps> = ({ width, color = 'text' }) => {\n const style = dynamicStyles.generic({\n color,\n })\n\n return (\n <svg\n width={width || '12'}\n viewBox=\"0 0 12 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9497 10.9497C11.3403 10.5592 11.3403 9.92602 10.9497 9.5355L7.41424 5.99999L10.9497 2.46451C11.3402 2.07399 11.3402 1.44082 10.9497 1.0503C10.5592 0.659775 9.92602 0.659775 9.5355 1.0503L6.00002 4.58578L2.46446 1.05022C2.07394 0.659693 1.44077 0.659693 1.05025 1.05022C0.659726 1.44074 0.659726 2.07391 1.05025 2.46443L4.58581 5.99999L1.05022 9.53558C0.659693 9.9261 0.659693 10.5593 1.05022 10.9498C1.44074 11.3403 2.07391 11.3403 2.46443 10.9498L6.00002 7.4142L9.53553 10.9497C9.92605 11.3402 10.5592 11.3402 10.9497 10.9497Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Close\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,KAAI;AAC9D,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;QAClC,KAAK;AACN,KAAA,CAAC;IAEF,QACEA,aACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,EAAA,QAAA,EAEZA,GAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qhBAAqhB,EACvhB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Close.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Close.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Close: React.FC<SvgProps> = ({ width, color = 'text' }) => {\n const style = dynamicStyles.generic({\n color,\n })\n\n return (\n <svg width={width || '12'} viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.9497 10.9497C11.3403 10.5592 11.3403 9.92602 10.9497 9.5355L7.41424 5.99999L10.9497 2.46451C11.3402 2.07399 11.3402 1.44082 10.9497 1.0503C10.5592 0.659775 9.92602 0.659775 9.5355 1.0503L6.00002 4.58578L2.46446 1.05022C2.07394 0.659693 1.44077 0.659693 1.05025 1.05022C0.659726 1.44074 0.659726 2.07391 1.05025 2.46443L4.58581 5.99999L1.05022 9.53558C0.659693 9.9261 0.659693 10.5593 1.05022 10.9498C1.44074 11.3403 2.07391 11.3403 2.46443 10.9498L6.00002 7.4142L9.53553 10.9497C9.92605 11.3402 10.5592 11.3402 10.9497 10.9497Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Close\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,KAAI;AAC9D,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;QAClC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,qhBAAqhB,EACvhB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from './types';
2
- declare const Cog: ({ direction, color, width }: SvgProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const Cog: ({ direction, color, width }: SvgProps) => import("react").JSX.Element;
3
3
  export default Cog;
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Cog = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const Cog = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M19.43 12.98C19.47 12.66 19.5 12.34 19.5 12C19.5 11.66 19.47 11.34 19.43 11.02L21.54 9.37C21.73 9.22 21.78 8.95 21.66 8.73L19.66 5.27C19.54 5.05 19.27 4.97 19.05 5.05L16.56 6.05C16.04 5.65 15.48 5.32 14.87 5.07L14.49 2.42C14.46 2.18 14.25 2 14 2H9.99996C9.74996 2 9.53996 2.18 9.50996 2.42L9.12996 5.07C8.51996 5.32 7.95996 5.66 7.43996 6.05L4.94996 5.05C4.71996 4.96 4.45996 5.05 4.33996 5.27L2.33996 8.73C2.20996 8.95 2.26996 9.22 2.45996 9.37L4.56996 11.02C4.52996 11.34 4.49996 11.67 4.49996 12C4.49996 12.33 4.52996 12.66 4.56996 12.98L2.45996 14.63C2.26996 14.78 2.21996 15.05 2.33996 15.27L4.33996 18.73C4.45996 18.95 4.72996 19.03 4.94996 18.95L7.43996 17.95C7.95996 18.35 8.51996 18.68 9.12996 18.93L9.50996 21.58C9.53996 21.82 9.74996 22 9.99996 22H14C14.25 22 14.46 21.82 14.49 21.58L14.87 18.93C15.48 18.68 16.04 18.34 16.56 17.95L19.05 18.95C19.28 19.04 19.54 18.95 19.66 18.73L21.66 15.27C21.78 15.05 21.73 14.78 21.54 14.63L19.43 12.98ZM12 15.5C10.07 15.5 8.49996 13.93 8.49996 12C8.49996 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z" }) }));
15
+ return (jsx("svg", { width: width || '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M19.43 12.98C19.47 12.66 19.5 12.34 19.5 12C19.5 11.66 19.47 11.34 19.43 11.02L21.54 9.37C21.73 9.22 21.78 8.95 21.66 8.73L19.66 5.27C19.54 5.05 19.27 4.97 19.05 5.05L16.56 6.05C16.04 5.65 15.48 5.32 14.87 5.07L14.49 2.42C14.46 2.18 14.25 2 14 2H9.99996C9.74996 2 9.53996 2.18 9.50996 2.42L9.12996 5.07C8.51996 5.32 7.95996 5.66 7.43996 6.05L4.94996 5.05C4.71996 4.96 4.45996 5.05 4.33996 5.27L2.33996 8.73C2.20996 8.95 2.26996 9.22 2.45996 9.37L4.56996 11.02C4.52996 11.34 4.49996 11.67 4.49996 12C4.49996 12.33 4.52996 12.66 4.56996 12.98L2.45996 14.63C2.26996 14.78 2.21996 15.05 2.33996 15.27L4.33996 18.73C4.45996 18.95 4.72996 19.03 4.94996 18.95L7.43996 17.95C7.95996 18.35 8.51996 18.68 9.12996 18.93L9.50996 21.58C9.53996 21.82 9.74996 22 9.99996 22H14C14.25 22 14.46 21.82 14.49 21.58L14.87 18.93C15.48 18.68 16.04 18.34 16.56 17.95L19.05 18.95C19.28 19.04 19.54 18.95 19.66 18.73L21.66 15.27C21.78 15.05 21.73 14.78 21.54 14.63L19.43 12.98ZM12 15.5C10.07 15.5 8.49996 13.93 8.49996 12C8.49996 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z" }) }));
16
16
  };
17
17
 
18
18
  export { Cog as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Cog.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Cog.tsx"],"sourcesContent":["import { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Cog = ({ direction = 'down', color = 'text', width }: SvgProps) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '24'}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path d=\"M19.43 12.98C19.47 12.66 19.5 12.34 19.5 12C19.5 11.66 19.47 11.34 19.43 11.02L21.54 9.37C21.73 9.22 21.78 8.95 21.66 8.73L19.66 5.27C19.54 5.05 19.27 4.97 19.05 5.05L16.56 6.05C16.04 5.65 15.48 5.32 14.87 5.07L14.49 2.42C14.46 2.18 14.25 2 14 2H9.99996C9.74996 2 9.53996 2.18 9.50996 2.42L9.12996 5.07C8.51996 5.32 7.95996 5.66 7.43996 6.05L4.94996 5.05C4.71996 4.96 4.45996 5.05 4.33996 5.27L2.33996 8.73C2.20996 8.95 2.26996 9.22 2.45996 9.37L4.56996 11.02C4.52996 11.34 4.49996 11.67 4.49996 12C4.49996 12.33 4.52996 12.66 4.56996 12.98L2.45996 14.63C2.26996 14.78 2.21996 15.05 2.33996 15.27L4.33996 18.73C4.45996 18.95 4.72996 19.03 4.94996 18.95L7.43996 17.95C7.95996 18.35 8.51996 18.68 9.12996 18.93L9.50996 21.58C9.53996 21.82 9.74996 22 9.99996 22H14C14.25 22 14.46 21.82 14.49 21.58L14.87 18.93C15.48 18.68 16.04 18.34 16.56 17.95L19.05 18.95C19.28 19.04 19.54 18.95 19.66 18.73L21.66 15.27C21.78 15.05 21.73 14.78 21.54 14.63L19.43 12.98ZM12 15.5C10.07 15.5 8.49996 13.93 8.49996 12C8.49996 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z\" />\n </svg>\n )\n}\n\nexport default Cog\n"],"names":["_jsx"],"mappings":";;;AAGA,MAAM,GAAG,GAAG,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAY,KAAI;AACtE,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,EAAA,QAAA,EAEZA,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,gkCAAgkC,EAAA,CAAG,EAAA,CACvkC;AAEV;;;;"}
1
+ {"version":3,"file":"Cog.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Cog.tsx"],"sourcesContent":["import { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Cog = ({ direction = 'down', color = 'text', width }: SvgProps) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '24'} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path d=\"M19.43 12.98C19.47 12.66 19.5 12.34 19.5 12C19.5 11.66 19.47 11.34 19.43 11.02L21.54 9.37C21.73 9.22 21.78 8.95 21.66 8.73L19.66 5.27C19.54 5.05 19.27 4.97 19.05 5.05L16.56 6.05C16.04 5.65 15.48 5.32 14.87 5.07L14.49 2.42C14.46 2.18 14.25 2 14 2H9.99996C9.74996 2 9.53996 2.18 9.50996 2.42L9.12996 5.07C8.51996 5.32 7.95996 5.66 7.43996 6.05L4.94996 5.05C4.71996 4.96 4.45996 5.05 4.33996 5.27L2.33996 8.73C2.20996 8.95 2.26996 9.22 2.45996 9.37L4.56996 11.02C4.52996 11.34 4.49996 11.67 4.49996 12C4.49996 12.33 4.52996 12.66 4.56996 12.98L2.45996 14.63C2.26996 14.78 2.21996 15.05 2.33996 15.27L4.33996 18.73C4.45996 18.95 4.72996 19.03 4.94996 18.95L7.43996 17.95C7.95996 18.35 8.51996 18.68 9.12996 18.93L9.50996 21.58C9.53996 21.82 9.74996 22 9.99996 22H14C14.25 22 14.46 21.82 14.49 21.58L14.87 18.93C15.48 18.68 16.04 18.34 16.56 17.95L19.05 18.95C19.28 19.04 19.54 18.95 19.66 18.73L21.66 15.27C21.78 15.05 21.73 14.78 21.54 14.63L19.43 12.98ZM12 15.5C10.07 15.5 8.49996 13.93 8.49996 12C8.49996 10.07 10.07 8.5 12 8.5C13.93 8.5 15.5 10.07 15.5 12C15.5 13.93 13.93 15.5 12 15.5Z\" />\n </svg>\n )\n}\n\nexport default Cog\n"],"names":["_jsx"],"mappings":";;;AAGA,MAAM,GAAG,GAAG,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAY,KAAI;AACtE,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,gkCAAgkC,EAAA,CAAG,EAAA,CACvkC;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const CoinGecko = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const CoinGecko = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsxs("svg", { width: width || '18', height: width || '18', viewBox: "0 0 1000 1011", className: "ape-icon", style: style, children: [jsx("g", { clipPath: "url(#clip0_732_1340)", children: jsx("path", { d: "M497.766 0.392197C773.882 -0.828538 998.745 223.585 999.995 501.717C1001.14 757.094 813.355 968.919 568.881 1002.85C381.112 1029.33 197.133 948.682 89.6367 791.779C33.5576 710.813 0.483151 612.448 0.00585938 506.257C-1.24422 228.125 221.611 1.65123 497.766 0.392197ZM497.903 31.6422C239.215 32.8217 30.0815 245.033 31.2549 506.117C31.6665 597.691 57.8948 683.018 102.939 755.165C134.57 668.589 140.089 587.87 148.695 483.863C155.815 373.914 185.259 282.593 370.885 231.071C411.689 221.202 454.151 224.377 497.148 234.113C563.17 221.606 636.337 219.49 685.125 300.153C708.309 309.046 731.18 317.264 753.562 323.782L753.523 323.744C944.667 376.291 926.371 481.338 833.185 569.352C809.543 594.008 784.074 617.251 767.66 634.082C700.727 702.699 585.608 832.129 586.387 968.326C804.705 927.334 969.788 733.9 968.745 501.858C967.572 240.775 756.555 30.4985 497.903 31.6422ZM429.07 282.553C375.696 282.553 332.398 326.085 332.397 379.88C332.398 433.675 375.696 477.246 429.07 477.246C482.445 477.246 525.743 433.675 525.743 379.88C525.743 326.124 482.445 282.553 429.07 282.553ZM429.07 298.178C437.715 298.178 446.05 299.546 453.872 302.08C437.212 307.802 423.443 323.825 416.208 345.052L467.438 379.206L416.203 413.361C423.738 435.478 438.364 451.95 455.964 457.009C447.543 459.997 438.49 461.621 429.07 461.621C384.426 461.621 348.023 425.147 348.022 379.88C348.023 334.622 384.418 298.178 429.07 298.178Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_732_1340", children: jsx("rect", { width: "1000", height: "1010.61", fill: "white", transform: "translate(0 0.38739)" }) }) })] }));
15
+ return (jsxs("svg", { width: width || '18', height: width || '18', viewBox: "0 0 1000 1011", sx: style, children: [jsx("g", { clipPath: "url(#clip0_732_1340)", children: jsx("path", { d: "M497.766 0.392197C773.882 -0.828538 998.745 223.585 999.995 501.717C1001.14 757.094 813.355 968.919 568.881 1002.85C381.112 1029.33 197.133 948.682 89.6367 791.779C33.5576 710.813 0.483151 612.448 0.00585938 506.257C-1.24422 228.125 221.611 1.65123 497.766 0.392197ZM497.903 31.6422C239.215 32.8217 30.0815 245.033 31.2549 506.117C31.6665 597.691 57.8948 683.018 102.939 755.165C134.57 668.589 140.089 587.87 148.695 483.863C155.815 373.914 185.259 282.593 370.885 231.071C411.689 221.202 454.151 224.377 497.148 234.113C563.17 221.606 636.337 219.49 685.125 300.153C708.309 309.046 731.18 317.264 753.562 323.782L753.523 323.744C944.667 376.291 926.371 481.338 833.185 569.352C809.543 594.008 784.074 617.251 767.66 634.082C700.727 702.699 585.608 832.129 586.387 968.326C804.705 927.334 969.788 733.9 968.745 501.858C967.572 240.775 756.555 30.4985 497.903 31.6422ZM429.07 282.553C375.696 282.553 332.398 326.085 332.397 379.88C332.398 433.675 375.696 477.246 429.07 477.246C482.445 477.246 525.743 433.675 525.743 379.88C525.743 326.124 482.445 282.553 429.07 282.553ZM429.07 298.178C437.715 298.178 446.05 299.546 453.872 302.08C437.212 307.802 423.443 323.825 416.208 345.052L467.438 379.206L416.203 413.361C423.738 435.478 438.364 451.95 455.964 457.009C447.543 459.997 438.49 461.621 429.07 461.621C384.426 461.621 348.023 425.147 348.022 379.88C348.023 334.622 384.418 298.178 429.07 298.178Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_732_1340", children: jsx("rect", { width: "1000", height: "1010.61", fill: "white", transform: "translate(0 0.38739)" }) }) })] }));
16
16
  };
17
17
 
18
18
  export { CoinGecko as default };
@@ -1 +1 @@
1
- {"version":3,"file":"CoinGecko.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/CoinGecko.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst CoinGecko: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '18'} height={width || '18'} viewBox=\"0 0 1000 1011\" className=\"ape-icon\" style={style}>\n <g clipPath=\"url(#clip0_732_1340)\">\n <path\n d=\"M497.766 0.392197C773.882 -0.828538 998.745 223.585 999.995 501.717C1001.14 757.094 813.355 968.919 568.881 1002.85C381.112 1029.33 197.133 948.682 89.6367 791.779C33.5576 710.813 0.483151 612.448 0.00585938 506.257C-1.24422 228.125 221.611 1.65123 497.766 0.392197ZM497.903 31.6422C239.215 32.8217 30.0815 245.033 31.2549 506.117C31.6665 597.691 57.8948 683.018 102.939 755.165C134.57 668.589 140.089 587.87 148.695 483.863C155.815 373.914 185.259 282.593 370.885 231.071C411.689 221.202 454.151 224.377 497.148 234.113C563.17 221.606 636.337 219.49 685.125 300.153C708.309 309.046 731.18 317.264 753.562 323.782L753.523 323.744C944.667 376.291 926.371 481.338 833.185 569.352C809.543 594.008 784.074 617.251 767.66 634.082C700.727 702.699 585.608 832.129 586.387 968.326C804.705 927.334 969.788 733.9 968.745 501.858C967.572 240.775 756.555 30.4985 497.903 31.6422ZM429.07 282.553C375.696 282.553 332.398 326.085 332.397 379.88C332.398 433.675 375.696 477.246 429.07 477.246C482.445 477.246 525.743 433.675 525.743 379.88C525.743 326.124 482.445 282.553 429.07 282.553ZM429.07 298.178C437.715 298.178 446.05 299.546 453.872 302.08C437.212 307.802 423.443 323.825 416.208 345.052L467.438 379.206L416.203 413.361C423.738 435.478 438.364 451.95 455.964 457.009C447.543 459.997 438.49 461.621 429.07 461.621C384.426 461.621 348.023 425.147 348.022 379.88C348.023 334.622 384.418 298.178 429.07 298.178Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_732_1340\">\n <rect width=\"1000\" height=\"1010.61\" fill=\"white\" transform=\"translate(0 0.38739)\" />\n </clipPath>\n </defs>\n </svg>\n )\n}\n\nexport default CoinGecko\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,SAAS,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,eAAe,EAAC,SAAS,EAAC,UAAU,EAAC,KAAK,EAAE,KAAK,EAAA,QAAA,EAAA,CACzGC,GAAA,CAAA,GAAA,EAAA,EAAG,QAAQ,EAAC,sBAAsB,EAAA,QAAA,EAChCA,cACE,CAAC,EAAC,03CAA03C,EAC53C,IAAI,EAAC,cAAc,EAAA,CACnB,GACA,EACJA,GAAA,CAAA,MAAA,EAAA,EAAA,QAAA,EACEA,GAAA,CAAA,UAAA,EAAA,EAAU,EAAE,EAAC,gBAAgB,EAAA,QAAA,EAC3BA,GAAA,CAAA,MAAA,EAAA,EAAM,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,sBAAsB,EAAA,CAAG,EAAA,CAC3E,EAAA,CACN,CAAA,EAAA,CACH;AAEV;;;;"}
1
+ {"version":3,"file":"CoinGecko.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/CoinGecko.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst CoinGecko: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '18'} height={width || '18'} viewBox=\"0 0 1000 1011\" sx={style}>\n <g clipPath=\"url(#clip0_732_1340)\">\n <path\n d=\"M497.766 0.392197C773.882 -0.828538 998.745 223.585 999.995 501.717C1001.14 757.094 813.355 968.919 568.881 1002.85C381.112 1029.33 197.133 948.682 89.6367 791.779C33.5576 710.813 0.483151 612.448 0.00585938 506.257C-1.24422 228.125 221.611 1.65123 497.766 0.392197ZM497.903 31.6422C239.215 32.8217 30.0815 245.033 31.2549 506.117C31.6665 597.691 57.8948 683.018 102.939 755.165C134.57 668.589 140.089 587.87 148.695 483.863C155.815 373.914 185.259 282.593 370.885 231.071C411.689 221.202 454.151 224.377 497.148 234.113C563.17 221.606 636.337 219.49 685.125 300.153C708.309 309.046 731.18 317.264 753.562 323.782L753.523 323.744C944.667 376.291 926.371 481.338 833.185 569.352C809.543 594.008 784.074 617.251 767.66 634.082C700.727 702.699 585.608 832.129 586.387 968.326C804.705 927.334 969.788 733.9 968.745 501.858C967.572 240.775 756.555 30.4985 497.903 31.6422ZM429.07 282.553C375.696 282.553 332.398 326.085 332.397 379.88C332.398 433.675 375.696 477.246 429.07 477.246C482.445 477.246 525.743 433.675 525.743 379.88C525.743 326.124 482.445 282.553 429.07 282.553ZM429.07 298.178C437.715 298.178 446.05 299.546 453.872 302.08C437.212 307.802 423.443 323.825 416.208 345.052L467.438 379.206L416.203 413.361C423.738 435.478 438.364 451.95 455.964 457.009C447.543 459.997 438.49 461.621 429.07 461.621C384.426 461.621 348.023 425.147 348.022 379.88C348.023 334.622 384.418 298.178 429.07 298.178Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_732_1340\">\n <rect width=\"1000\" height=\"1010.61\" fill=\"white\" transform=\"translate(0 0.38739)\" />\n </clipPath>\n </defs>\n </svg>\n )\n}\n\nexport default CoinGecko\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,SAAS,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,eAAe,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EAAA,CACjFC,GAAA,CAAA,GAAA,EAAA,EAAG,QAAQ,EAAC,sBAAsB,EAAA,QAAA,EAChCA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,03CAA03C,EAC53C,IAAI,EAAC,cAAc,EAAA,CACnB,EAAA,CACA,EACJA,GAAA,CAAA,MAAA,EAAA,EAAA,QAAA,EACEA,GAAA,CAAA,UAAA,EAAA,EAAU,EAAE,EAAC,gBAAgB,EAAA,QAAA,EAC3BA,GAAA,CAAA,MAAA,EAAA,EAAM,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,sBAAsB,EAAA,CAAG,EAAA,CAC3E,EAAA,CACN,CAAA,EAAA,CACH;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const DexScreener = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const DexScreener = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '18', height: width || '18', viewBox: "0 0 252 300", className: "ape-icon", style: style, children: [jsx("path", { d: "M151.818 106.866c9.177-4.576 20.854-11.312 32.545-20.541 2.465 5.119 2.735 9.586 1.465 13.193-.9 2.542-2.596 4.753-4.826 6.512-2.415 1.901-5.431 3.285-8.765 4.033-6.326 1.425-13.712.593-20.419-3.197m1.591 46.886l12.148 7.017c-24.804 13.902-31.547 39.716-39.557 64.859-8.009-25.143-14.753-50.957-39.556-64.859l12.148-7.017a5.95 5.95 0 003.84-5.845c-1.113-23.547 5.245-33.96 13.821-40.498 3.076-2.342 6.434-3.518 9.747-3.518s6.671 1.176 9.748 3.518c8.576 6.538 14.934 16.951 13.821 40.498a5.95 5.95 0 003.84 5.845zM126 0c14.042.377 28.119 3.103 40.336 8.406 8.46 3.677 16.354 8.534 23.502 14.342 3.228 2.622 5.886 5.155 8.814 8.071 7.897.273 19.438-8.5 24.796-16.709-9.221 30.23-51.299 65.929-80.43 79.589-.012-.005-.02-.012-.029-.018-5.228-3.992-11.108-5.988-16.989-5.988s-11.76 1.996-16.988 5.988c-.009.005-.017.014-.029.018-29.132-13.66-71.209-49.359-80.43-79.589 5.357 8.209 16.898 16.982 24.795 16.709 2.929-2.915 5.587-5.449 8.814-8.071C69.31 16.94 77.204 12.083 85.664 8.406 97.882 3.103 111.959.377 126 0m-25.818 106.866c-9.176-4.576-20.854-11.312-32.544-20.541-2.465 5.119-2.735 9.586-1.466 13.193.901 2.542 2.597 4.753 4.826 6.512 2.416 1.901 5.432 3.285 8.766 4.033 6.326 1.425 13.711.593 20.418-3.197", fill: "currentColor" }), jsx("path", { d: "M197.167 75.016c6.436-6.495 12.107-13.684 16.667-20.099l2.316 4.359c7.456 14.917 11.33 29.774 11.33 46.494l-.016 26.532.14 13.754c.54 33.766 7.846 67.929 24.396 99.193l-34.627-27.922-24.501 39.759-25.74-24.231L126 299.604l-41.132-66.748-25.739 24.231-24.501-39.759L0 245.25c16.55-31.264 23.856-65.427 24.397-99.193l.14-13.754-.016-26.532c0-16.721 3.873-31.578 11.331-46.494l2.315-4.359c4.56 6.415 10.23 13.603 16.667 20.099l-2.01 4.175c-3.905 8.109-5.198 17.176-2.156 25.799 1.961 5.554 5.54 10.317 10.154 13.953 4.48 3.531 9.782 5.911 15.333 7.161 3.616.814 7.3 1.149 10.96 1.035-.854 4.841-1.227 9.862-1.251 14.978L53.2 160.984l25.206 14.129a41.926 41.926 0 015.734 3.869c20.781 18.658 33.275 73.855 41.861 100.816 8.587-26.961 21.08-82.158 41.862-100.816a41.865 41.865 0 015.734-3.869l25.206-14.129-32.665-18.866c-.024-5.116-.397-10.137-1.251-14.978 3.66.114 7.344-.221 10.96-1.035 5.551-1.25 10.854-3.63 15.333-7.161 4.613-3.636 8.193-8.399 10.153-13.953 3.043-8.623 1.749-17.689-2.155-25.799l-2.01-4.175z", fill: "currentColor" })] }));
15
+ return (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '18', height: width || '18', viewBox: "0 0 252 300", sx: style, children: [jsx("path", { d: "M151.818 106.866c9.177-4.576 20.854-11.312 32.545-20.541 2.465 5.119 2.735 9.586 1.465 13.193-.9 2.542-2.596 4.753-4.826 6.512-2.415 1.901-5.431 3.285-8.765 4.033-6.326 1.425-13.712.593-20.419-3.197m1.591 46.886l12.148 7.017c-24.804 13.902-31.547 39.716-39.557 64.859-8.009-25.143-14.753-50.957-39.556-64.859l12.148-7.017a5.95 5.95 0 003.84-5.845c-1.113-23.547 5.245-33.96 13.821-40.498 3.076-2.342 6.434-3.518 9.747-3.518s6.671 1.176 9.748 3.518c8.576 6.538 14.934 16.951 13.821 40.498a5.95 5.95 0 003.84 5.845zM126 0c14.042.377 28.119 3.103 40.336 8.406 8.46 3.677 16.354 8.534 23.502 14.342 3.228 2.622 5.886 5.155 8.814 8.071 7.897.273 19.438-8.5 24.796-16.709-9.221 30.23-51.299 65.929-80.43 79.589-.012-.005-.02-.012-.029-.018-5.228-3.992-11.108-5.988-16.989-5.988s-11.76 1.996-16.988 5.988c-.009.005-.017.014-.029.018-29.132-13.66-71.209-49.359-80.43-79.589 5.357 8.209 16.898 16.982 24.795 16.709 2.929-2.915 5.587-5.449 8.814-8.071C69.31 16.94 77.204 12.083 85.664 8.406 97.882 3.103 111.959.377 126 0m-25.818 106.866c-9.176-4.576-20.854-11.312-32.544-20.541-2.465 5.119-2.735 9.586-1.466 13.193.901 2.542 2.597 4.753 4.826 6.512 2.416 1.901 5.432 3.285 8.766 4.033 6.326 1.425 13.711.593 20.418-3.197", fill: "currentColor" }), jsx("path", { d: "M197.167 75.016c6.436-6.495 12.107-13.684 16.667-20.099l2.316 4.359c7.456 14.917 11.33 29.774 11.33 46.494l-.016 26.532.14 13.754c.54 33.766 7.846 67.929 24.396 99.193l-34.627-27.922-24.501 39.759-25.74-24.231L126 299.604l-41.132-66.748-25.739 24.231-24.501-39.759L0 245.25c16.55-31.264 23.856-65.427 24.397-99.193l.14-13.754-.016-26.532c0-16.721 3.873-31.578 11.331-46.494l2.315-4.359c4.56 6.415 10.23 13.603 16.667 20.099l-2.01 4.175c-3.905 8.109-5.198 17.176-2.156 25.799 1.961 5.554 5.54 10.317 10.154 13.953 4.48 3.531 9.782 5.911 15.333 7.161 3.616.814 7.3 1.149 10.96 1.035-.854 4.841-1.227 9.862-1.251 14.978L53.2 160.984l25.206 14.129a41.926 41.926 0 015.734 3.869c20.781 18.658 33.275 73.855 41.861 100.816 8.587-26.961 21.08-82.158 41.862-100.816a41.865 41.865 0 015.734-3.869l25.206-14.129-32.665-18.866c-.024-5.116-.397-10.137-1.251-14.978 3.66.114 7.344-.221 10.96-1.035 5.551-1.25 10.854-3.63 15.333-7.161 4.613-3.636 8.193-8.399 10.153-13.953 3.043-8.623 1.749-17.689-2.155-25.799l-2.01-4.175z", fill: "currentColor" })] }));
16
16
  };
17
17
 
18
18
  export { DexScreener as default };
@@ -1 +1 @@
1
- {"version":3,"file":"DexScreener.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/DexScreener.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst DexScreener: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={width || '18'}\n height={width || '18'}\n viewBox=\"0 0 252 300\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M151.818 106.866c9.177-4.576 20.854-11.312 32.545-20.541 2.465 5.119 2.735 9.586 1.465 13.193-.9 2.542-2.596 4.753-4.826 6.512-2.415 1.901-5.431 3.285-8.765 4.033-6.326 1.425-13.712.593-20.419-3.197m1.591 46.886l12.148 7.017c-24.804 13.902-31.547 39.716-39.557 64.859-8.009-25.143-14.753-50.957-39.556-64.859l12.148-7.017a5.95 5.95 0 003.84-5.845c-1.113-23.547 5.245-33.96 13.821-40.498 3.076-2.342 6.434-3.518 9.747-3.518s6.671 1.176 9.748 3.518c8.576 6.538 14.934 16.951 13.821 40.498a5.95 5.95 0 003.84 5.845zM126 0c14.042.377 28.119 3.103 40.336 8.406 8.46 3.677 16.354 8.534 23.502 14.342 3.228 2.622 5.886 5.155 8.814 8.071 7.897.273 19.438-8.5 24.796-16.709-9.221 30.23-51.299 65.929-80.43 79.589-.012-.005-.02-.012-.029-.018-5.228-3.992-11.108-5.988-16.989-5.988s-11.76 1.996-16.988 5.988c-.009.005-.017.014-.029.018-29.132-13.66-71.209-49.359-80.43-79.589 5.357 8.209 16.898 16.982 24.795 16.709 2.929-2.915 5.587-5.449 8.814-8.071C69.31 16.94 77.204 12.083 85.664 8.406 97.882 3.103 111.959.377 126 0m-25.818 106.866c-9.176-4.576-20.854-11.312-32.544-20.541-2.465 5.119-2.735 9.586-1.466 13.193.901 2.542 2.597 4.753 4.826 6.512 2.416 1.901 5.432 3.285 8.766 4.033 6.326 1.425 13.711.593 20.418-3.197\"\n fill=\"currentColor\"\n />\n <path\n d=\"M197.167 75.016c6.436-6.495 12.107-13.684 16.667-20.099l2.316 4.359c7.456 14.917 11.33 29.774 11.33 46.494l-.016 26.532.14 13.754c.54 33.766 7.846 67.929 24.396 99.193l-34.627-27.922-24.501 39.759-25.74-24.231L126 299.604l-41.132-66.748-25.739 24.231-24.501-39.759L0 245.25c16.55-31.264 23.856-65.427 24.397-99.193l.14-13.754-.016-26.532c0-16.721 3.873-31.578 11.331-46.494l2.315-4.359c4.56 6.415 10.23 13.603 16.667 20.099l-2.01 4.175c-3.905 8.109-5.198 17.176-2.156 25.799 1.961 5.554 5.54 10.317 10.154 13.953 4.48 3.531 9.782 5.911 15.333 7.161 3.616.814 7.3 1.149 10.96 1.035-.854 4.841-1.227 9.862-1.251 14.978L53.2 160.984l25.206 14.129a41.926 41.926 0 015.734 3.869c20.781 18.658 33.275 73.855 41.861 100.816 8.587-26.961 21.08-82.158 41.862-100.816a41.865 41.865 0 015.734-3.869l25.206-14.129-32.665-18.866c-.024-5.116-.397-10.137-1.251-14.978 3.66.114 7.344-.221 10.96-1.035 5.551-1.25 10.854-3.63 15.333-7.161 4.613-3.636 8.193-8.399 10.153-13.953 3.043-8.623 1.749-17.689-2.155-25.799l-2.01-4.175z\"\n fill=\"currentColor\"\n />\n </svg>\n )\n}\n\nexport default DexScreener\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,WAAW,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACxF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IACF,QACEA,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,KAAK,IAAI,IAAI,EACrB,OAAO,EAAC,aAAa,EACrB,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,EAAA,QAAA,EAAA,CAEZC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAC,cAAc,EAAA,CACnB,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,m/BAAm/B,EACr/B,IAAI,EAAC,cAAc,EAAA,CACnB,CAAA,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"DexScreener.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/DexScreener.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst DexScreener: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={width || '18'}\n height={width || '18'}\n viewBox=\"0 0 252 300\"\n sx={style}\n >\n <path\n d=\"M151.818 106.866c9.177-4.576 20.854-11.312 32.545-20.541 2.465 5.119 2.735 9.586 1.465 13.193-.9 2.542-2.596 4.753-4.826 6.512-2.415 1.901-5.431 3.285-8.765 4.033-6.326 1.425-13.712.593-20.419-3.197m1.591 46.886l12.148 7.017c-24.804 13.902-31.547 39.716-39.557 64.859-8.009-25.143-14.753-50.957-39.556-64.859l12.148-7.017a5.95 5.95 0 003.84-5.845c-1.113-23.547 5.245-33.96 13.821-40.498 3.076-2.342 6.434-3.518 9.747-3.518s6.671 1.176 9.748 3.518c8.576 6.538 14.934 16.951 13.821 40.498a5.95 5.95 0 003.84 5.845zM126 0c14.042.377 28.119 3.103 40.336 8.406 8.46 3.677 16.354 8.534 23.502 14.342 3.228 2.622 5.886 5.155 8.814 8.071 7.897.273 19.438-8.5 24.796-16.709-9.221 30.23-51.299 65.929-80.43 79.589-.012-.005-.02-.012-.029-.018-5.228-3.992-11.108-5.988-16.989-5.988s-11.76 1.996-16.988 5.988c-.009.005-.017.014-.029.018-29.132-13.66-71.209-49.359-80.43-79.589 5.357 8.209 16.898 16.982 24.795 16.709 2.929-2.915 5.587-5.449 8.814-8.071C69.31 16.94 77.204 12.083 85.664 8.406 97.882 3.103 111.959.377 126 0m-25.818 106.866c-9.176-4.576-20.854-11.312-32.544-20.541-2.465 5.119-2.735 9.586-1.466 13.193.901 2.542 2.597 4.753 4.826 6.512 2.416 1.901 5.432 3.285 8.766 4.033 6.326 1.425 13.711.593 20.418-3.197\"\n fill=\"currentColor\"\n />\n <path\n d=\"M197.167 75.016c6.436-6.495 12.107-13.684 16.667-20.099l2.316 4.359c7.456 14.917 11.33 29.774 11.33 46.494l-.016 26.532.14 13.754c.54 33.766 7.846 67.929 24.396 99.193l-34.627-27.922-24.501 39.759-25.74-24.231L126 299.604l-41.132-66.748-25.739 24.231-24.501-39.759L0 245.25c16.55-31.264 23.856-65.427 24.397-99.193l.14-13.754-.016-26.532c0-16.721 3.873-31.578 11.331-46.494l2.315-4.359c4.56 6.415 10.23 13.603 16.667 20.099l-2.01 4.175c-3.905 8.109-5.198 17.176-2.156 25.799 1.961 5.554 5.54 10.317 10.154 13.953 4.48 3.531 9.782 5.911 15.333 7.161 3.616.814 7.3 1.149 10.96 1.035-.854 4.841-1.227 9.862-1.251 14.978L53.2 160.984l25.206 14.129a41.926 41.926 0 015.734 3.869c20.781 18.658 33.275 73.855 41.861 100.816 8.587-26.961 21.08-82.158 41.862-100.816a41.865 41.865 0 015.734-3.869l25.206-14.129-32.665-18.866c-.024-5.116-.397-10.137-1.251-14.978 3.66.114 7.344-.221 10.96-1.035 5.551-1.25 10.854-3.63 15.333-7.161 4.613-3.636 8.193-8.399 10.153-13.953 3.043-8.623 1.749-17.689-2.155-25.799l-2.01-4.175z\"\n fill=\"currentColor\"\n />\n </svg>\n )\n}\n\nexport default DexScreener\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,WAAW,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACxF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IACF,QACEA,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,KAAK,IAAI,IAAI,EACrB,OAAO,EAAC,aAAa,EACrB,EAAE,EAAE,KAAK,EAAA,QAAA,EAAA,CAETC,cACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAC,cAAc,EAAA,CACnB,EACFA,cACE,CAAC,EAAC,m/BAAm/B,EACr/B,IAAI,EAAC,cAAc,EAAA,CACnB,CAAA,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Discord = ({ direction = 'right', color = 'white', width }) => {
@@ -12,7 +12,7 @@ const Discord = ({ direction = 'right', color = 'white', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '26', viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M22.0101 4.86639C20.3526 4.11889 18.576 3.56639 16.718 3.25222C16.7015 3.24904 16.6844 3.25109 16.669 3.25808C16.6537 3.26506 16.6409 3.27665 16.6325 3.29122C16.405 3.69097 16.1515 4.21205 15.9738 4.62372C14.0033 4.32931 12 4.32931 10.0295 4.62372C9.83165 4.16749 9.60849 3.72263 9.36112 3.29122C9.35273 3.27647 9.34005 3.26462 9.32476 3.25727C9.30946 3.24991 9.29229 3.2474 9.27553 3.25005C7.4187 3.56422 5.64203 4.11672 3.98345 4.8653C3.96918 4.87129 3.95708 4.88149 3.94878 4.89455C0.577449 9.8508 -0.346634 14.6846 0.107282 19.4578C0.108546 19.4695 0.112174 19.4808 0.117948 19.4911C0.123721 19.5013 0.131519 19.5103 0.140866 19.5174C2.10862 20.95 4.3034 22.0414 6.63328 22.7457C6.64953 22.7507 6.6669 22.7507 6.68313 22.7457C6.69936 22.7407 6.71371 22.7309 6.72428 22.7176C7.22478 22.0459 7.67112 21.3363 8.05245 20.591C8.0752 20.5476 8.05353 20.4956 8.00803 20.4783C7.30821 20.2148 6.63013 19.8967 5.98003 19.5271C5.96835 19.5205 5.95851 19.511 5.95139 19.4996C5.94426 19.4882 5.94009 19.4752 5.93923 19.4618C5.93837 19.4483 5.94086 19.4349 5.94646 19.4227C5.95207 19.4105 5.96063 19.3998 5.97137 19.3917C6.10787 19.291 6.24437 19.1859 6.37437 19.0808C6.38607 19.0714 6.40016 19.0653 6.41508 19.0634C6.43 19.0615 6.44516 19.0638 6.45887 19.07C10.7131 20.981 15.3205 20.981 19.525 19.07C19.5387 19.0634 19.554 19.0609 19.5691 19.0626C19.5843 19.0643 19.5986 19.0702 19.6105 19.0797C19.7405 19.1859 19.876 19.291 20.0135 19.3917C20.0244 19.3997 20.0331 19.4102 20.0389 19.4223C20.0447 19.4344 20.0473 19.4478 20.0467 19.4612C20.0461 19.4746 20.0421 19.4876 20.0352 19.4992C20.0283 19.5107 20.0186 19.5203 20.007 19.5271C19.3592 19.8998 18.6854 20.2151 17.978 20.4772C17.9671 20.4812 17.9572 20.4874 17.9489 20.4955C17.9406 20.5035 17.9342 20.5133 17.93 20.524C17.9258 20.5348 17.9239 20.5463 17.9245 20.5579C17.9252 20.5694 17.9282 20.5807 17.9335 20.591C18.3235 21.3352 18.7699 22.0437 19.2606 22.7165C19.2708 22.7303 19.285 22.7406 19.3013 22.746C19.3176 22.7515 19.3352 22.7517 19.3516 22.7468C21.6855 22.0444 23.8839 20.9526 25.8538 19.5174C25.8634 19.5107 25.8715 19.502 25.8774 19.4919C25.8834 19.4818 25.8872 19.4705 25.8885 19.4589C26.4301 13.9404 24.9806 9.14555 22.0437 4.89672C22.0365 4.88291 22.0246 4.87215 22.0101 4.86639ZM8.68837 16.5512C7.40787 16.5512 6.35162 15.3931 6.35162 13.9729C6.35162 12.5516 7.38728 11.3946 8.68837 11.3946C9.9992 11.3946 11.0457 12.5613 11.0251 13.9729C11.0251 15.3942 9.98945 16.5512 8.68837 16.5512ZM17.328 16.5512C16.0464 16.5512 14.9912 15.3931 14.9912 13.9729C14.9912 12.5516 16.0258 11.3946 17.328 11.3946C18.6388 11.3946 19.6853 12.5613 19.6647 13.9729C19.6647 15.3942 18.6399 16.5512 17.328 16.5512Z", fill: "#4D4040" }) }));
15
+ return (jsx("svg", { width: width || '26', viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M22.0101 4.86639C20.3526 4.11889 18.576 3.56639 16.718 3.25222C16.7015 3.24904 16.6844 3.25109 16.669 3.25808C16.6537 3.26506 16.6409 3.27665 16.6325 3.29122C16.405 3.69097 16.1515 4.21205 15.9738 4.62372C14.0033 4.32931 12 4.32931 10.0295 4.62372C9.83165 4.16749 9.60849 3.72263 9.36112 3.29122C9.35273 3.27647 9.34005 3.26462 9.32476 3.25727C9.30946 3.24991 9.29229 3.2474 9.27553 3.25005C7.4187 3.56422 5.64203 4.11672 3.98345 4.8653C3.96918 4.87129 3.95708 4.88149 3.94878 4.89455C0.577449 9.8508 -0.346634 14.6846 0.107282 19.4578C0.108546 19.4695 0.112174 19.4808 0.117948 19.4911C0.123721 19.5013 0.131519 19.5103 0.140866 19.5174C2.10862 20.95 4.3034 22.0414 6.63328 22.7457C6.64953 22.7507 6.6669 22.7507 6.68313 22.7457C6.69936 22.7407 6.71371 22.7309 6.72428 22.7176C7.22478 22.0459 7.67112 21.3363 8.05245 20.591C8.0752 20.5476 8.05353 20.4956 8.00803 20.4783C7.30821 20.2148 6.63013 19.8967 5.98003 19.5271C5.96835 19.5205 5.95851 19.511 5.95139 19.4996C5.94426 19.4882 5.94009 19.4752 5.93923 19.4618C5.93837 19.4483 5.94086 19.4349 5.94646 19.4227C5.95207 19.4105 5.96063 19.3998 5.97137 19.3917C6.10787 19.291 6.24437 19.1859 6.37437 19.0808C6.38607 19.0714 6.40016 19.0653 6.41508 19.0634C6.43 19.0615 6.44516 19.0638 6.45887 19.07C10.7131 20.981 15.3205 20.981 19.525 19.07C19.5387 19.0634 19.554 19.0609 19.5691 19.0626C19.5843 19.0643 19.5986 19.0702 19.6105 19.0797C19.7405 19.1859 19.876 19.291 20.0135 19.3917C20.0244 19.3997 20.0331 19.4102 20.0389 19.4223C20.0447 19.4344 20.0473 19.4478 20.0467 19.4612C20.0461 19.4746 20.0421 19.4876 20.0352 19.4992C20.0283 19.5107 20.0186 19.5203 20.007 19.5271C19.3592 19.8998 18.6854 20.2151 17.978 20.4772C17.9671 20.4812 17.9572 20.4874 17.9489 20.4955C17.9406 20.5035 17.9342 20.5133 17.93 20.524C17.9258 20.5348 17.9239 20.5463 17.9245 20.5579C17.9252 20.5694 17.9282 20.5807 17.9335 20.591C18.3235 21.3352 18.7699 22.0437 19.2606 22.7165C19.2708 22.7303 19.285 22.7406 19.3013 22.746C19.3176 22.7515 19.3352 22.7517 19.3516 22.7468C21.6855 22.0444 23.8839 20.9526 25.8538 19.5174C25.8634 19.5107 25.8715 19.502 25.8774 19.4919C25.8834 19.4818 25.8872 19.4705 25.8885 19.4589C26.4301 13.9404 24.9806 9.14555 22.0437 4.89672C22.0365 4.88291 22.0246 4.87215 22.0101 4.86639ZM8.68837 16.5512C7.40787 16.5512 6.35162 15.3931 6.35162 13.9729C6.35162 12.5516 7.38728 11.3946 8.68837 11.3946C9.9992 11.3946 11.0457 12.5613 11.0251 13.9729C11.0251 15.3942 9.98945 16.5512 8.68837 16.5512ZM17.328 16.5512C16.0464 16.5512 14.9912 15.3931 14.9912 13.9729C14.9912 12.5516 16.0258 11.3946 17.328 11.3946C18.6388 11.3946 19.6853 12.5613 19.6647 13.9729C19.6647 15.3942 18.6399 16.5512 17.328 16.5512Z", fill: "#4D4040" }) }));
16
16
  };
17
17
 
18
18
  export { Discord as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Discord.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Discord.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Discord: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '26'}\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M22.0101 4.86639C20.3526 4.11889 18.576 3.56639 16.718 3.25222C16.7015 3.24904 16.6844 3.25109 16.669 3.25808C16.6537 3.26506 16.6409 3.27665 16.6325 3.29122C16.405 3.69097 16.1515 4.21205 15.9738 4.62372C14.0033 4.32931 12 4.32931 10.0295 4.62372C9.83165 4.16749 9.60849 3.72263 9.36112 3.29122C9.35273 3.27647 9.34005 3.26462 9.32476 3.25727C9.30946 3.24991 9.29229 3.2474 9.27553 3.25005C7.4187 3.56422 5.64203 4.11672 3.98345 4.8653C3.96918 4.87129 3.95708 4.88149 3.94878 4.89455C0.577449 9.8508 -0.346634 14.6846 0.107282 19.4578C0.108546 19.4695 0.112174 19.4808 0.117948 19.4911C0.123721 19.5013 0.131519 19.5103 0.140866 19.5174C2.10862 20.95 4.3034 22.0414 6.63328 22.7457C6.64953 22.7507 6.6669 22.7507 6.68313 22.7457C6.69936 22.7407 6.71371 22.7309 6.72428 22.7176C7.22478 22.0459 7.67112 21.3363 8.05245 20.591C8.0752 20.5476 8.05353 20.4956 8.00803 20.4783C7.30821 20.2148 6.63013 19.8967 5.98003 19.5271C5.96835 19.5205 5.95851 19.511 5.95139 19.4996C5.94426 19.4882 5.94009 19.4752 5.93923 19.4618C5.93837 19.4483 5.94086 19.4349 5.94646 19.4227C5.95207 19.4105 5.96063 19.3998 5.97137 19.3917C6.10787 19.291 6.24437 19.1859 6.37437 19.0808C6.38607 19.0714 6.40016 19.0653 6.41508 19.0634C6.43 19.0615 6.44516 19.0638 6.45887 19.07C10.7131 20.981 15.3205 20.981 19.525 19.07C19.5387 19.0634 19.554 19.0609 19.5691 19.0626C19.5843 19.0643 19.5986 19.0702 19.6105 19.0797C19.7405 19.1859 19.876 19.291 20.0135 19.3917C20.0244 19.3997 20.0331 19.4102 20.0389 19.4223C20.0447 19.4344 20.0473 19.4478 20.0467 19.4612C20.0461 19.4746 20.0421 19.4876 20.0352 19.4992C20.0283 19.5107 20.0186 19.5203 20.007 19.5271C19.3592 19.8998 18.6854 20.2151 17.978 20.4772C17.9671 20.4812 17.9572 20.4874 17.9489 20.4955C17.9406 20.5035 17.9342 20.5133 17.93 20.524C17.9258 20.5348 17.9239 20.5463 17.9245 20.5579C17.9252 20.5694 17.9282 20.5807 17.9335 20.591C18.3235 21.3352 18.7699 22.0437 19.2606 22.7165C19.2708 22.7303 19.285 22.7406 19.3013 22.746C19.3176 22.7515 19.3352 22.7517 19.3516 22.7468C21.6855 22.0444 23.8839 20.9526 25.8538 19.5174C25.8634 19.5107 25.8715 19.502 25.8774 19.4919C25.8834 19.4818 25.8872 19.4705 25.8885 19.4589C26.4301 13.9404 24.9806 9.14555 22.0437 4.89672C22.0365 4.88291 22.0246 4.87215 22.0101 4.86639ZM8.68837 16.5512C7.40787 16.5512 6.35162 15.3931 6.35162 13.9729C6.35162 12.5516 7.38728 11.3946 8.68837 11.3946C9.9992 11.3946 11.0457 12.5613 11.0251 13.9729C11.0251 15.3942 9.98945 16.5512 8.68837 16.5512ZM17.328 16.5512C16.0464 16.5512 14.9912 15.3931 14.9912 13.9729C14.9912 12.5516 16.0258 11.3946 17.328 11.3946C18.6388 11.3946 19.6853 12.5613 19.6647 13.9729C19.6647 15.3942 18.6399 16.5512 17.328 16.5512Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default Discord\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,gmFAAgmF,EAClmF,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Discord.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Discord.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Discord: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '26'} viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M22.0101 4.86639C20.3526 4.11889 18.576 3.56639 16.718 3.25222C16.7015 3.24904 16.6844 3.25109 16.669 3.25808C16.6537 3.26506 16.6409 3.27665 16.6325 3.29122C16.405 3.69097 16.1515 4.21205 15.9738 4.62372C14.0033 4.32931 12 4.32931 10.0295 4.62372C9.83165 4.16749 9.60849 3.72263 9.36112 3.29122C9.35273 3.27647 9.34005 3.26462 9.32476 3.25727C9.30946 3.24991 9.29229 3.2474 9.27553 3.25005C7.4187 3.56422 5.64203 4.11672 3.98345 4.8653C3.96918 4.87129 3.95708 4.88149 3.94878 4.89455C0.577449 9.8508 -0.346634 14.6846 0.107282 19.4578C0.108546 19.4695 0.112174 19.4808 0.117948 19.4911C0.123721 19.5013 0.131519 19.5103 0.140866 19.5174C2.10862 20.95 4.3034 22.0414 6.63328 22.7457C6.64953 22.7507 6.6669 22.7507 6.68313 22.7457C6.69936 22.7407 6.71371 22.7309 6.72428 22.7176C7.22478 22.0459 7.67112 21.3363 8.05245 20.591C8.0752 20.5476 8.05353 20.4956 8.00803 20.4783C7.30821 20.2148 6.63013 19.8967 5.98003 19.5271C5.96835 19.5205 5.95851 19.511 5.95139 19.4996C5.94426 19.4882 5.94009 19.4752 5.93923 19.4618C5.93837 19.4483 5.94086 19.4349 5.94646 19.4227C5.95207 19.4105 5.96063 19.3998 5.97137 19.3917C6.10787 19.291 6.24437 19.1859 6.37437 19.0808C6.38607 19.0714 6.40016 19.0653 6.41508 19.0634C6.43 19.0615 6.44516 19.0638 6.45887 19.07C10.7131 20.981 15.3205 20.981 19.525 19.07C19.5387 19.0634 19.554 19.0609 19.5691 19.0626C19.5843 19.0643 19.5986 19.0702 19.6105 19.0797C19.7405 19.1859 19.876 19.291 20.0135 19.3917C20.0244 19.3997 20.0331 19.4102 20.0389 19.4223C20.0447 19.4344 20.0473 19.4478 20.0467 19.4612C20.0461 19.4746 20.0421 19.4876 20.0352 19.4992C20.0283 19.5107 20.0186 19.5203 20.007 19.5271C19.3592 19.8998 18.6854 20.2151 17.978 20.4772C17.9671 20.4812 17.9572 20.4874 17.9489 20.4955C17.9406 20.5035 17.9342 20.5133 17.93 20.524C17.9258 20.5348 17.9239 20.5463 17.9245 20.5579C17.9252 20.5694 17.9282 20.5807 17.9335 20.591C18.3235 21.3352 18.7699 22.0437 19.2606 22.7165C19.2708 22.7303 19.285 22.7406 19.3013 22.746C19.3176 22.7515 19.3352 22.7517 19.3516 22.7468C21.6855 22.0444 23.8839 20.9526 25.8538 19.5174C25.8634 19.5107 25.8715 19.502 25.8774 19.4919C25.8834 19.4818 25.8872 19.4705 25.8885 19.4589C26.4301 13.9404 24.9806 9.14555 22.0437 4.89672C22.0365 4.88291 22.0246 4.87215 22.0101 4.86639ZM8.68837 16.5512C7.40787 16.5512 6.35162 15.3931 6.35162 13.9729C6.35162 12.5516 7.38728 11.3946 8.68837 11.3946C9.9992 11.3946 11.0457 12.5613 11.0251 13.9729C11.0251 15.3942 9.98945 16.5512 8.68837 16.5512ZM17.328 16.5512C16.0464 16.5512 14.9912 15.3931 14.9912 13.9729C14.9912 12.5516 16.0258 11.3946 17.328 11.3946C18.6388 11.3946 19.6853 12.5613 19.6647 13.9729C19.6647 15.3942 18.6399 16.5512 17.328 16.5512Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default Discord\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,gmFAAgmF,EAClmF,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Discount = ({ direction = 'down', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const Discount = ({ direction = 'down', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M7.89999 0.450477C7.19517 -0.150161 6.15854 -0.150155 5.45378 0.45047L4.60644 1.17255C4.50576 1.25834 4.38059 1.31019 4.24873 1.32071L3.139 1.40927C2.21593 1.48293 1.48293 2.21593 1.40927 3.139L1.32072 4.24873C1.3102 4.38058 1.25834 4.50578 1.17254 4.60645L0.450465 5.45377C-0.15016 6.15859 -0.150154 7.19517 0.450478 7.89992L1.17256 8.7473C1.25834 8.848 1.31019 8.97315 1.32071 9.10502L1.40928 10.2147C1.48294 11.1378 2.21595 11.8707 3.13903 11.9444L4.24874 12.033C4.38059 12.0435 4.50574 12.0954 4.60641 12.1812L5.45372 12.9032C6.15854 13.5038 7.19517 13.5039 7.89999 12.9032L8.74731 12.1812C8.84794 12.0954 8.97309 12.0435 9.10496 12.033L10.2147 11.9444C11.1378 11.8708 11.8707 11.1378 11.9445 10.2147L12.033 9.10502C12.0435 8.97315 12.0954 8.84793 12.1811 8.74724L12.9032 7.89998C13.5039 7.19517 13.5039 6.15853 12.9032 5.45377L12.1811 4.60643C12.0953 4.50575 12.0435 4.38058 12.033 4.24873L11.9445 3.139C11.8708 2.21594 11.1378 1.48292 10.2147 1.40926L9.10496 1.3207C8.97309 1.31018 8.84794 1.25834 8.74731 1.17255L7.89999 0.450477ZM8.45458 4.01012L9.34351 4.89906L4.89882 9.34375L4.00989 8.45476L8.45458 4.01012ZM5.56554 5.56572C5.19731 5.93394 4.60033 5.93394 4.23212 5.56572C3.86391 5.19757 3.86391 4.60056 4.23212 4.23235C4.60033 3.86414 5.19731 3.86414 5.56554 4.23235C5.93376 4.60056 5.93376 5.19757 5.56554 5.56572ZM7.78785 9.12149C7.41964 8.75327 7.41964 8.15632 7.78785 7.7881C8.15607 7.41988 8.75303 7.41988 9.12124 7.7881C9.48946 8.15632 9.48946 8.75327 9.12124 9.12149C8.75303 9.48971 8.15607 9.48971 7.78785 9.12149Z", fill: "#4AD980" }) }));
15
+ return (jsx("svg", { width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M7.89999 0.450477C7.19517 -0.150161 6.15854 -0.150155 5.45378 0.45047L4.60644 1.17255C4.50576 1.25834 4.38059 1.31019 4.24873 1.32071L3.139 1.40927C2.21593 1.48293 1.48293 2.21593 1.40927 3.139L1.32072 4.24873C1.3102 4.38058 1.25834 4.50578 1.17254 4.60645L0.450465 5.45377C-0.15016 6.15859 -0.150154 7.19517 0.450478 7.89992L1.17256 8.7473C1.25834 8.848 1.31019 8.97315 1.32071 9.10502L1.40928 10.2147C1.48294 11.1378 2.21595 11.8707 3.13903 11.9444L4.24874 12.033C4.38059 12.0435 4.50574 12.0954 4.60641 12.1812L5.45372 12.9032C6.15854 13.5038 7.19517 13.5039 7.89999 12.9032L8.74731 12.1812C8.84794 12.0954 8.97309 12.0435 9.10496 12.033L10.2147 11.9444C11.1378 11.8708 11.8707 11.1378 11.9445 10.2147L12.033 9.10502C12.0435 8.97315 12.0954 8.84793 12.1811 8.74724L12.9032 7.89998C13.5039 7.19517 13.5039 6.15853 12.9032 5.45377L12.1811 4.60643C12.0953 4.50575 12.0435 4.38058 12.033 4.24873L11.9445 3.139C11.8708 2.21594 11.1378 1.48292 10.2147 1.40926L9.10496 1.3207C8.97309 1.31018 8.84794 1.25834 8.74731 1.17255L7.89999 0.450477ZM8.45458 4.01012L9.34351 4.89906L4.89882 9.34375L4.00989 8.45476L8.45458 4.01012ZM5.56554 5.56572C5.19731 5.93394 4.60033 5.93394 4.23212 5.56572C3.86391 5.19757 3.86391 4.60056 4.23212 4.23235C4.60033 3.86414 5.19731 3.86414 5.56554 4.23235C5.93376 4.60056 5.93376 5.19757 5.56554 5.56572ZM7.78785 9.12149C7.41964 8.75327 7.41964 8.15632 7.78785 7.7881C8.15607 7.41988 8.75303 7.41988 9.12124 7.7881C9.48946 8.15632 9.48946 8.75327 9.12124 9.12149C8.75303 9.48971 8.15607 9.48971 7.78785 9.12149Z", fill: "#4AD980" }) }));
16
16
  };
17
17
 
18
18
  export { Discount as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Discount.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Discount.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Discount: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '14'}\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M7.89999 0.450477C7.19517 -0.150161 6.15854 -0.150155 5.45378 0.45047L4.60644 1.17255C4.50576 1.25834 4.38059 1.31019 4.24873 1.32071L3.139 1.40927C2.21593 1.48293 1.48293 2.21593 1.40927 3.139L1.32072 4.24873C1.3102 4.38058 1.25834 4.50578 1.17254 4.60645L0.450465 5.45377C-0.15016 6.15859 -0.150154 7.19517 0.450478 7.89992L1.17256 8.7473C1.25834 8.848 1.31019 8.97315 1.32071 9.10502L1.40928 10.2147C1.48294 11.1378 2.21595 11.8707 3.13903 11.9444L4.24874 12.033C4.38059 12.0435 4.50574 12.0954 4.60641 12.1812L5.45372 12.9032C6.15854 13.5038 7.19517 13.5039 7.89999 12.9032L8.74731 12.1812C8.84794 12.0954 8.97309 12.0435 9.10496 12.033L10.2147 11.9444C11.1378 11.8708 11.8707 11.1378 11.9445 10.2147L12.033 9.10502C12.0435 8.97315 12.0954 8.84793 12.1811 8.74724L12.9032 7.89998C13.5039 7.19517 13.5039 6.15853 12.9032 5.45377L12.1811 4.60643C12.0953 4.50575 12.0435 4.38058 12.033 4.24873L11.9445 3.139C11.8708 2.21594 11.1378 1.48292 10.2147 1.40926L9.10496 1.3207C8.97309 1.31018 8.84794 1.25834 8.74731 1.17255L7.89999 0.450477ZM8.45458 4.01012L9.34351 4.89906L4.89882 9.34375L4.00989 8.45476L8.45458 4.01012ZM5.56554 5.56572C5.19731 5.93394 4.60033 5.93394 4.23212 5.56572C3.86391 5.19757 3.86391 4.60056 4.23212 4.23235C4.60033 3.86414 5.19731 3.86414 5.56554 4.23235C5.93376 4.60056 5.93376 5.19757 5.56554 5.56572ZM7.78785 9.12149C7.41964 8.75327 7.41964 8.15632 7.78785 7.7881C8.15607 7.41988 8.75303 7.41988 9.12124 7.7881C9.48946 8.15632 9.48946 8.75327 9.12124 9.12149C8.75303 9.48971 8.15607 9.48971 7.78785 9.12149Z\"\n fill=\"#4AD980\"\n />\n </svg>\n )\n}\n\nexport default Discount\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,QAAQ,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACrF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,ggDAAggD,EAClgD,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Discount.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Discount.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Discount: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '14'} viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M7.89999 0.450477C7.19517 -0.150161 6.15854 -0.150155 5.45378 0.45047L4.60644 1.17255C4.50576 1.25834 4.38059 1.31019 4.24873 1.32071L3.139 1.40927C2.21593 1.48293 1.48293 2.21593 1.40927 3.139L1.32072 4.24873C1.3102 4.38058 1.25834 4.50578 1.17254 4.60645L0.450465 5.45377C-0.15016 6.15859 -0.150154 7.19517 0.450478 7.89992L1.17256 8.7473C1.25834 8.848 1.31019 8.97315 1.32071 9.10502L1.40928 10.2147C1.48294 11.1378 2.21595 11.8707 3.13903 11.9444L4.24874 12.033C4.38059 12.0435 4.50574 12.0954 4.60641 12.1812L5.45372 12.9032C6.15854 13.5038 7.19517 13.5039 7.89999 12.9032L8.74731 12.1812C8.84794 12.0954 8.97309 12.0435 9.10496 12.033L10.2147 11.9444C11.1378 11.8708 11.8707 11.1378 11.9445 10.2147L12.033 9.10502C12.0435 8.97315 12.0954 8.84793 12.1811 8.74724L12.9032 7.89998C13.5039 7.19517 13.5039 6.15853 12.9032 5.45377L12.1811 4.60643C12.0953 4.50575 12.0435 4.38058 12.033 4.24873L11.9445 3.139C11.8708 2.21594 11.1378 1.48292 10.2147 1.40926L9.10496 1.3207C8.97309 1.31018 8.84794 1.25834 8.74731 1.17255L7.89999 0.450477ZM8.45458 4.01012L9.34351 4.89906L4.89882 9.34375L4.00989 8.45476L8.45458 4.01012ZM5.56554 5.56572C5.19731 5.93394 4.60033 5.93394 4.23212 5.56572C3.86391 5.19757 3.86391 4.60056 4.23212 4.23235C4.60033 3.86414 5.19731 3.86414 5.56554 4.23235C5.93376 4.60056 5.93376 5.19757 5.56554 5.56572ZM7.78785 9.12149C7.41964 8.75327 7.41964 8.15632 7.78785 7.7881C8.15607 7.41988 8.75303 7.41988 9.12124 7.7881C9.48946 8.15632 9.48946 8.75327 9.12124 9.12149C8.75303 9.48971 8.15607 9.48971 7.78785 9.12149Z\"\n fill=\"#4AD980\"\n />\n </svg>\n )\n}\n\nexport default Discount\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,QAAQ,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACrF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,ggDAAggD,EAClgD,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Error = ({ direction = 'right', color = 'white', width }) => {
@@ -12,7 +12,7 @@ const Error = ({ direction = 'right', color = 'white', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '30', viewBox: "0 0 30 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z", fill: "#DF4141" }) }));
15
+ return (jsx("svg", { width: width || '30', viewBox: "0 0 30 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z", fill: "#DF4141" }) }));
16
16
  };
17
17
 
18
18
  export { Error as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Error.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Error.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Error: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg\n width={width || '30'}\n viewBox=\"0 0 30 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z\"\n fill=\"#DF4141\"\n />\n </svg>\n )\n}\n\nexport default Error\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,KAAK,EAAE,KAAI;AACpF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,4mBAA4mB,EAC9mB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Error.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Error.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Error: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '30'} viewBox=\"0 0 30 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M3.14966 26H26.8503C29.2739 26 30.7847 23.447 29.5729 21.4138L17.7226 1.52492C16.5108 -0.508305 13.4892 -0.508305 12.2774 1.52492L0.427071 21.4138C-0.784717 23.447 0.726083 26 3.14966 26ZM15 15.2988C14.1344 15.2988 13.4262 14.6109 13.4262 13.7701V10.7126C13.4262 9.87182 14.1344 9.18389 15 9.18389C15.8656 9.18389 16.5738 9.87182 16.5738 10.7126V13.7701C16.5738 14.6109 15.8656 15.2988 15 15.2988ZM16.5738 19.8851C16.5738 20.7293 15.8893 21.4138 15.045 21.4138H14.955C14.1107 21.4138 13.4262 20.7293 13.4262 19.8851C13.4262 19.0408 14.1107 18.3563 14.955 18.3563H15.045C15.8893 18.3563 16.5738 19.0408 16.5738 19.8851Z\"\n fill=\"#DF4141\"\n />\n </svg>\n )\n}\n\nexport default Error\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,KAAK,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,KAAK,EAAE,KAAI;AACpF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,4mBAA4mB,EAC9mB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Expand = ({ direction = 'down', color, width }) => {
@@ -12,7 +12,7 @@ const Expand = ({ direction = 'down', color, width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsxs("svg", { width: width || '12', height: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: [jsx("rect", { x: "0.492676", y: "0.873535", width: "10", height: "10", rx: "5", fill: color === 'white' ? 'transparent' : 'white' }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z", fill: "#161420" })] }));
15
+ return (jsxs("svg", { width: width || '12', height: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [jsx("rect", { x: "0.492676", y: "0.873535", width: "10", height: "10", rx: "5", fill: color === 'white' ? 'transparent' : 'white' }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z", fill: "#161420" })] }));
16
16
  };
17
17
 
18
18
  export { Expand as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Expand.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Expand.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Expand: React.FC<SvgProps> = ({ direction = 'down', color, width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '12'}\n height={width || '12'}\n viewBox=\"0 0 12 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <rect\n x=\"0.492676\"\n y=\"0.873535\"\n width=\"10\"\n height=\"10\"\n rx=\"5\"\n fill={color === 'white' ? 'transparent' : 'white'}\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z\"\n fill=\"#161420\"\n />\n </svg>\n )\n}\n\nexport default Expand\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,MAAM,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAI;AAC1E,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,KAAK,IAAI,IAAI,EACrB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,EAAA,QAAA,EAAA,CAEZC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,UAAU,EACZ,CAAC,EAAC,UAAU,EACZ,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,GAAG,EACN,IAAI,EAAE,KAAK,KAAK,OAAO,GAAG,aAAa,GAAG,OAAO,EAAA,CACjD,EACFA,cACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,inDAAinD,EACnnD,IAAI,EAAC,SAAS,EAAA,CACd,CAAA,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Expand.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Expand.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Expand: React.FC<SvgProps> = ({ direction = 'down', color, width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '12'}\n height={width || '12'}\n viewBox=\"0 0 12 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n sx={style}\n >\n <rect\n x=\"0.492676\"\n y=\"0.873535\"\n width=\"10\"\n height=\"10\"\n rx=\"5\"\n fill={color === 'white' ? 'transparent' : 'white'}\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.63257 3.36583C2.63257 3.17107 2.79045 3.01318 2.98522 3.01318H4.23908C4.43384 3.01318 4.59173 3.17107 4.59173 3.36583C4.59173 3.56059 4.43384 3.71848 4.23908 3.71848H3.83658L4.8019 4.6838C4.93962 4.82151 4.93962 5.0448 4.8019 5.18252C4.66418 5.32023 4.4409 5.32023 4.30318 5.18252L3.33786 4.2172V4.61969C3.33786 4.81445 3.17998 4.97234 2.98522 4.97234C2.79045 4.97234 2.63257 4.81445 2.63257 4.61969V3.36583ZM6.7468 3.01318H8.00066C8.19542 3.01318 8.35331 3.17107 8.35331 3.36583V4.61969C8.35331 4.81445 8.19542 4.97234 8.00066 4.97234C7.8059 4.97234 7.64801 4.81445 7.64801 4.61969V4.2172L6.68269 5.18252C6.54497 5.32023 6.32169 5.32023 6.18397 5.18252C6.04625 5.0448 6.04625 4.82151 6.18397 4.6838L7.14929 3.71848H6.7468C6.55204 3.71848 6.39415 3.56059 6.39415 3.36583C6.39415 3.17107 6.55204 3.01318 6.7468 3.01318ZM4.8019 6.56459C4.93962 6.70231 4.93962 6.92559 4.8019 7.06331L3.83658 8.02862H4.23908C4.43384 8.02862 4.59173 8.18651 4.59173 8.38127C4.59173 8.57603 4.43384 8.73392 4.23908 8.73392H2.98522C2.79045 8.73392 2.63257 8.57603 2.63257 8.38127V7.12741C2.63257 6.93265 2.79045 6.77476 2.98522 6.77476C3.17998 6.77476 3.33786 6.93265 3.33786 7.12741V7.5299L4.30318 6.56459C4.4409 6.42687 4.66418 6.42687 4.8019 6.56459ZM6.18397 6.56459C6.32169 6.42687 6.54497 6.42687 6.68269 6.56459L7.64801 7.52991V7.12741C7.64801 6.93265 7.8059 6.77476 8.00066 6.77476C8.19542 6.77476 8.35331 6.93265 8.35331 7.12741V8.38127C8.35331 8.57603 8.19542 8.73392 8.00066 8.73392H6.7468C6.55204 8.73392 6.39415 8.57603 6.39415 8.38127C6.39415 8.18651 6.55204 8.02862 6.7468 8.02862H7.14929L6.18397 7.06331C6.04625 6.92559 6.04625 6.70231 6.18397 6.56459Z\"\n fill=\"#161420\"\n />\n </svg>\n )\n}\n\nexport default Expand\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,MAAM,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAI;AAC1E,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,KAAK,IAAI,IAAI,EACrB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAE,KAAK,EAAA,QAAA,EAAA,CAETC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,UAAU,EACZ,CAAC,EAAC,UAAU,EACZ,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,GAAG,EACN,IAAI,EAAE,KAAK,KAAK,OAAO,GAAG,aAAa,GAAG,OAAO,EAAA,CACjD,EACFA,cACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,inDAAinD,EACnnD,IAAI,EAAC,SAAS,EAAA,CACd,CAAA,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const External = ({ direction = 'right', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const External = ({ direction = 'right', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '11', viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z", fill: "#4D4040" }) }));
15
+ return (jsx("svg", { width: width || '11', viewBox: "0 0 11 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z", fill: "#4D4040" }) }));
16
16
  };
17
17
 
18
18
  export { External as default };
@@ -1 +1 @@
1
- {"version":3,"file":"External.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/External.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst External: React.FC<SvgProps> = ({ direction = 'right', color = 'text', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '11'}\n viewBox=\"0 0 11 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default External\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,QAAQ,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,YAEZA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,+zBAA+zB,EACj0B,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"External.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/External.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst External: React.FC<SvgProps> = ({ direction = 'right', color = 'text', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '11'} viewBox=\"0 0 11 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M9.16667 10.2778H1.83333C1.49722 10.2778 1.22222 10.0028 1.22222 9.66667V2.33333C1.22222 1.99722 1.49722 1.72222 1.83333 1.72222H4.88889C5.225 1.72222 5.5 1.44722 5.5 1.11111C5.5 0.775 5.225 0.5 4.88889 0.5H1.22222C0.543889 0.5 0 1.05 0 1.72222V10.2778C0 10.95 0.55 11.5 1.22222 11.5H9.77778C10.45 11.5 11 10.95 11 10.2778V6.61111C11 6.275 10.725 6 10.3889 6C10.0528 6 9.77778 6.275 9.77778 6.61111V9.66667C9.77778 10.0028 9.50278 10.2778 9.16667 10.2778ZM6.72222 1.11111C6.72222 1.44722 6.99722 1.72222 7.33333 1.72222H8.91611L3.33667 7.30167C3.09833 7.54 3.09833 7.925 3.33667 8.16333C3.575 8.40167 3.96 8.40167 4.19833 8.16333L9.77778 2.58389V4.16667C9.77778 4.50278 10.0528 4.77778 10.3889 4.77778C10.725 4.77778 11 4.50278 11 4.16667V1.11111C11 0.775 10.725 0.5 10.3889 0.5H7.33333C6.99722 0.5 6.72222 0.775 6.72222 1.11111Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default External\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,QAAQ,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,+zBAA+zB,EACj0B,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const FirePink = ({ width, height }) => {
4
4
  return (jsx("svg", { width: width || '14', height: height || '14', viewBox: "0 0 16 17", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.96125 1.61562C8.89961 1.56438 8.82656 1.5287 8.74824 1.51161C8.66993 1.49451 8.58865 1.49649 8.51127 1.51738C8.43388 1.53828 8.36265 1.57747 8.30359 1.63166C8.24452 1.68585 8.19935 1.75344 8.17188 1.82875L6.79688 5.60437L5.28687 4.14125C5.23616 4.09206 5.17561 4.05418 5.10919 4.0301C5.04278 4.00602 4.97201 3.99629 4.90157 4.00155C4.83112 4.0068 4.76258 4.02693 4.70047 4.06059C4.63837 4.09426 4.5841 4.14071 4.54125 4.19687C3.1875 5.97062 2.5 7.755 2.5 9.5C2.5 10.9587 3.07946 12.3576 4.11091 13.3891C5.14236 14.4205 6.54131 15 8 15C9.45869 15 10.8576 14.4205 11.8891 13.3891C12.9205 12.3576 13.5 10.9587 13.5 9.5C13.5 5.78437 10.3256 2.75 8.96125 1.61562ZM11.4931 10.0837C11.3635 10.8079 11.0151 11.475 10.4948 11.9952C9.9745 12.5154 9.30734 12.8636 8.58313 12.9931C8.55567 12.9978 8.52785 13.0001 8.5 13C8.37458 13 8.25375 12.9528 8.16148 12.8679C8.06921 12.7829 8.01223 12.6664 8.00185 12.5414C7.99146 12.4164 8.02843 12.2921 8.10542 12.1931C8.18242 12.0941 8.2938 12.0276 8.4175 12.0069C9.45312 11.8325 10.3319 10.9537 10.5075 9.91625C10.5297 9.78546 10.603 9.66886 10.7112 9.59209C10.8193 9.51531 10.9536 9.48466 11.0844 9.50687C11.2152 9.52909 11.3318 9.60234 11.4085 9.71053C11.4853 9.81871 11.516 9.95296 11.4937 10.0837H11.4931Z", fill: "#DE62F3" }) }));
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const GiftBox = ({ width }) => {
4
4
  return (jsxs("svg", { width: width || '66',
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const GiftBoxPlain = ({ width }) => {
4
4
  return (jsxs("svg", { width: width || '15',
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const Insight = ({ direction = 'down', color = 'text', width, height }) => {
@@ -12,7 +12,7 @@ const Insight = ({ direction = 'down', color = 'text', width, height }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsx("svg", { width: width || '15', height: height || '15', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: jsx("path", { d: "M12.425 11.5438C12.725 11.0625 12.8938 10.5 12.8563 9.88125C12.775 8.5375 11.7063 7.4 10.375 7.25625C9.9809 7.2104 9.58154 7.24846 9.20318 7.36793C8.82481 7.4874 8.47601 7.68558 8.17968 7.94944C7.88335 8.2133 7.64621 8.53688 7.48383 8.89891C7.32145 9.26094 7.23751 9.65323 7.23752 10.05C7.23752 11.6063 8.49377 12.8625 10.0438 12.8625C10.5938 12.8625 11.1063 12.7 11.5375 12.425L13.0438 13.9313C13.2875 14.175 13.6875 14.175 13.9313 13.9313C14.175 13.6875 14.175 13.2875 13.9313 13.0438L12.425 11.5438ZM10.05 11.6125C9.63562 11.6125 9.23819 11.4479 8.94517 11.1549C8.65214 10.8618 8.48752 10.4644 8.48752 10.05C8.48752 9.6356 8.65214 9.23817 8.94517 8.94515C9.23819 8.65212 9.63562 8.4875 10.05 8.4875C10.4644 8.4875 10.8618 8.65212 11.1549 8.94515C11.4479 9.23817 11.6125 9.6356 11.6125 10.05C11.6125 10.4644 11.4479 10.8618 11.1549 11.1549C10.8618 11.4479 10.4644 11.6125 10.05 11.6125ZM9.82502 6.3C9.36252 6.3125 8.91877 6.4125 8.51252 6.58125L8.16877 6.0625L6.24377 9.19375C6.19234 9.27762 6.12183 9.34816 6.03799 9.39963C5.95415 9.45111 5.85935 9.48206 5.76129 9.48998C5.66322 9.4979 5.56468 9.48256 5.47366 9.4452C5.38265 9.40784 5.30174 9.34953 5.23752 9.275L3.91252 7.73125L2.00002 10.7938C1.80627 11.1 1.39377 11.1813 1.10002 10.9688C0.837521 10.775 0.762521 10.4125 0.937521 10.1313L3.30002 6.35C3.52502 5.99375 4.03127 5.95625 4.30627 6.275L5.62502 7.8125L7.61252 4.58125C7.66717 4.49195 7.74345 4.41788 7.83432 4.36588C7.92519 4.31389 8.0277 4.28565 8.13238 4.28378C8.23705 4.28191 8.34051 4.30647 8.43317 4.35519C8.52584 4.40391 8.60472 4.47521 8.66252 4.5625L9.82502 6.3ZM11.4438 6.6125C11.0438 6.4375 10.6125 6.33125 10.1625 6.30625L13 1.8125C13.1938 1.50625 13.6063 1.43125 13.8938 1.64375C14.1625 1.8375 14.2313 2.20625 14.0563 2.48125L11.4438 6.6125Z", fill: "#FAFAFA" }) }));
15
+ return (jsx("svg", { width: width || '15', height: height || '15', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M12.425 11.5438C12.725 11.0625 12.8938 10.5 12.8563 9.88125C12.775 8.5375 11.7063 7.4 10.375 7.25625C9.9809 7.2104 9.58154 7.24846 9.20318 7.36793C8.82481 7.4874 8.47601 7.68558 8.17968 7.94944C7.88335 8.2133 7.64621 8.53688 7.48383 8.89891C7.32145 9.26094 7.23751 9.65323 7.23752 10.05C7.23752 11.6063 8.49377 12.8625 10.0438 12.8625C10.5938 12.8625 11.1063 12.7 11.5375 12.425L13.0438 13.9313C13.2875 14.175 13.6875 14.175 13.9313 13.9313C14.175 13.6875 14.175 13.2875 13.9313 13.0438L12.425 11.5438ZM10.05 11.6125C9.63562 11.6125 9.23819 11.4479 8.94517 11.1549C8.65214 10.8618 8.48752 10.4644 8.48752 10.05C8.48752 9.6356 8.65214 9.23817 8.94517 8.94515C9.23819 8.65212 9.63562 8.4875 10.05 8.4875C10.4644 8.4875 10.8618 8.65212 11.1549 8.94515C11.4479 9.23817 11.6125 9.6356 11.6125 10.05C11.6125 10.4644 11.4479 10.8618 11.1549 11.1549C10.8618 11.4479 10.4644 11.6125 10.05 11.6125ZM9.82502 6.3C9.36252 6.3125 8.91877 6.4125 8.51252 6.58125L8.16877 6.0625L6.24377 9.19375C6.19234 9.27762 6.12183 9.34816 6.03799 9.39963C5.95415 9.45111 5.85935 9.48206 5.76129 9.48998C5.66322 9.4979 5.56468 9.48256 5.47366 9.4452C5.38265 9.40784 5.30174 9.34953 5.23752 9.275L3.91252 7.73125L2.00002 10.7938C1.80627 11.1 1.39377 11.1813 1.10002 10.9688C0.837521 10.775 0.762521 10.4125 0.937521 10.1313L3.30002 6.35C3.52502 5.99375 4.03127 5.95625 4.30627 6.275L5.62502 7.8125L7.61252 4.58125C7.66717 4.49195 7.74345 4.41788 7.83432 4.36588C7.92519 4.31389 8.0277 4.28565 8.13238 4.28378C8.23705 4.28191 8.34051 4.30647 8.43317 4.35519C8.52584 4.40391 8.60472 4.47521 8.66252 4.5625L9.82502 6.3ZM11.4438 6.6125C11.0438 6.4375 10.6125 6.33125 10.1625 6.30625L13 1.8125C13.1938 1.50625 13.6063 1.43125 13.8938 1.64375C14.1625 1.8375 14.2313 2.20625 14.0563 2.48125L11.4438 6.6125Z", fill: "#FAFAFA" }) }));
16
16
  };
17
17
 
18
18
  export { Insight as default };
@@ -1 +1 @@
1
- {"version":3,"file":"Insight.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Insight.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Insight: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width, height }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '15'}\n height={height || '15'}\n viewBox=\"0 0 15 15\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"ape-icon\"\n style={style}\n >\n <path\n d=\"M12.425 11.5438C12.725 11.0625 12.8938 10.5 12.8563 9.88125C12.775 8.5375 11.7063 7.4 10.375 7.25625C9.9809 7.2104 9.58154 7.24846 9.20318 7.36793C8.82481 7.4874 8.47601 7.68558 8.17968 7.94944C7.88335 8.2133 7.64621 8.53688 7.48383 8.89891C7.32145 9.26094 7.23751 9.65323 7.23752 10.05C7.23752 11.6063 8.49377 12.8625 10.0438 12.8625C10.5938 12.8625 11.1063 12.7 11.5375 12.425L13.0438 13.9313C13.2875 14.175 13.6875 14.175 13.9313 13.9313C14.175 13.6875 14.175 13.2875 13.9313 13.0438L12.425 11.5438ZM10.05 11.6125C9.63562 11.6125 9.23819 11.4479 8.94517 11.1549C8.65214 10.8618 8.48752 10.4644 8.48752 10.05C8.48752 9.6356 8.65214 9.23817 8.94517 8.94515C9.23819 8.65212 9.63562 8.4875 10.05 8.4875C10.4644 8.4875 10.8618 8.65212 11.1549 8.94515C11.4479 9.23817 11.6125 9.6356 11.6125 10.05C11.6125 10.4644 11.4479 10.8618 11.1549 11.1549C10.8618 11.4479 10.4644 11.6125 10.05 11.6125ZM9.82502 6.3C9.36252 6.3125 8.91877 6.4125 8.51252 6.58125L8.16877 6.0625L6.24377 9.19375C6.19234 9.27762 6.12183 9.34816 6.03799 9.39963C5.95415 9.45111 5.85935 9.48206 5.76129 9.48998C5.66322 9.4979 5.56468 9.48256 5.47366 9.4452C5.38265 9.40784 5.30174 9.34953 5.23752 9.275L3.91252 7.73125L2.00002 10.7938C1.80627 11.1 1.39377 11.1813 1.10002 10.9688C0.837521 10.775 0.762521 10.4125 0.937521 10.1313L3.30002 6.35C3.52502 5.99375 4.03127 5.95625 4.30627 6.275L5.62502 7.8125L7.61252 4.58125C7.66717 4.49195 7.74345 4.41788 7.83432 4.36588C7.92519 4.31389 8.0277 4.28565 8.13238 4.28378C8.23705 4.28191 8.34051 4.30647 8.43317 4.35519C8.52584 4.40391 8.60472 4.47521 8.66252 4.5625L9.82502 6.3ZM11.4438 6.6125C11.0438 6.4375 10.6125 6.33125 10.1625 6.30625L13 1.8125C13.1938 1.50625 13.6063 1.43125 13.8938 1.64375C14.1625 1.8375 14.2313 2.20625 14.0563 2.48125L11.4438 6.6125Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Insight\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAI;AAC5F,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IAEF,QACEA,aACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,MAAM,IAAI,IAAI,EACtB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,SAAS,EAAC,UAAU,EACpB,KAAK,EAAE,KAAK,EAAA,QAAA,EAEZA,cACE,CAAC,EAAC,0uDAA0uD,EAC5uD,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"Insight.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Insight.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Insight: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width, height }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '15'}\n height={height || '15'}\n viewBox=\"0 0 15 15\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n sx={style}\n >\n <path\n d=\"M12.425 11.5438C12.725 11.0625 12.8938 10.5 12.8563 9.88125C12.775 8.5375 11.7063 7.4 10.375 7.25625C9.9809 7.2104 9.58154 7.24846 9.20318 7.36793C8.82481 7.4874 8.47601 7.68558 8.17968 7.94944C7.88335 8.2133 7.64621 8.53688 7.48383 8.89891C7.32145 9.26094 7.23751 9.65323 7.23752 10.05C7.23752 11.6063 8.49377 12.8625 10.0438 12.8625C10.5938 12.8625 11.1063 12.7 11.5375 12.425L13.0438 13.9313C13.2875 14.175 13.6875 14.175 13.9313 13.9313C14.175 13.6875 14.175 13.2875 13.9313 13.0438L12.425 11.5438ZM10.05 11.6125C9.63562 11.6125 9.23819 11.4479 8.94517 11.1549C8.65214 10.8618 8.48752 10.4644 8.48752 10.05C8.48752 9.6356 8.65214 9.23817 8.94517 8.94515C9.23819 8.65212 9.63562 8.4875 10.05 8.4875C10.4644 8.4875 10.8618 8.65212 11.1549 8.94515C11.4479 9.23817 11.6125 9.6356 11.6125 10.05C11.6125 10.4644 11.4479 10.8618 11.1549 11.1549C10.8618 11.4479 10.4644 11.6125 10.05 11.6125ZM9.82502 6.3C9.36252 6.3125 8.91877 6.4125 8.51252 6.58125L8.16877 6.0625L6.24377 9.19375C6.19234 9.27762 6.12183 9.34816 6.03799 9.39963C5.95415 9.45111 5.85935 9.48206 5.76129 9.48998C5.66322 9.4979 5.56468 9.48256 5.47366 9.4452C5.38265 9.40784 5.30174 9.34953 5.23752 9.275L3.91252 7.73125L2.00002 10.7938C1.80627 11.1 1.39377 11.1813 1.10002 10.9688C0.837521 10.775 0.762521 10.4125 0.937521 10.1313L3.30002 6.35C3.52502 5.99375 4.03127 5.95625 4.30627 6.275L5.62502 7.8125L7.61252 4.58125C7.66717 4.49195 7.74345 4.41788 7.83432 4.36588C7.92519 4.31389 8.0277 4.28565 8.13238 4.28378C8.23705 4.28191 8.34051 4.30647 8.43317 4.35519C8.52584 4.40391 8.60472 4.47521 8.66252 4.5625L9.82502 6.3ZM11.4438 6.6125C11.0438 6.4375 10.6125 6.33125 10.1625 6.30625L13 1.8125C13.1938 1.50625 13.6063 1.43125 13.8938 1.64375C14.1625 1.8375 14.2313 2.20625 14.0563 2.48125L11.4438 6.6125Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Insight\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAI;AAC5F,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,MAAM,IAAI,IAAI,EACtB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAE,KAAK,EAAA,QAAA,EAETA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,0uDAA0uD,EAC5uD,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const L1X = ({ width }) => {
4
4
  return (jsxs("svg", { width: width || '26', height: width || '26', viewBox: "0 0 26 26", fill: "NONE", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M11.4577 25.5775H14.1197V18.6122H11.4577V25.5775ZM18.6819 14.1198H25.5775V11.4577H18.6819V14.1198ZM0 14.1198H7.03501V11.4577H0V14.1198ZM14.1939 9.50128C13.4175 10.2776 12.16 10.2776 11.3836 9.50128L4.68705 2.80471L2.80471 4.68705L9.50131 11.3836C10.2777 12.16 10.2777 13.4175 9.50131 14.1939L2.80471 20.8905L4.68705 22.7728L11.3836 16.0762C12.16 15.2998 13.4175 15.2998 14.1939 16.0762L20.8905 22.7728L22.7728 20.8905L16.0762 14.1939C15.3009 13.4175 15.3009 12.16 16.0762 11.3836L22.7728 4.68705L20.8905 2.80471L14.1939 9.50128ZM11.4577 6.9642H14.1197V0H11.4577V6.96533V6.9642Z", fill: "url(#paint0_linear_3110_5599)" }), jsx("defs", { children: jsxs("linearGradient", { id: "paint0_linear_3110_5599", x1: "13.2283", y1: "0.321661", x2: "13.2283", y2: "25.8991", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#7900FF" }), jsx("stop", { offset: "0.07", stopColor: "#890CE2" }), jsx("stop", { offset: "0.2", stopColor: "#A824AC" }), jsx("stop", { offset: "0.34", stopColor: "#C2387F" }), jsx("stop", { offset: "0.47", stopColor: "#D84959" }), jsx("stop", { offset: "0.61", stopColor: "#E9563C" }), jsx("stop", { offset: "0.74", stopColor: "#F55F27" }), jsx("stop", { offset: "0.87", stopColor: "#FC651B" }), jsx("stop", { offset: "1", stopColor: "#FF6717" })] }) })] }));
@@ -1,4 +1,4 @@
1
- import { jsx } from 'react/jsx-runtime';
1
+ import { jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const LineChart = ({ width }) => {
4
4
  return (jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '14', height: width || '14', viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: jsx("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) }));
@@ -1,4 +1,4 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
1
+ import { jsxs, jsx } from 'theme-ui/jsx-runtime';
2
2
  import { dynamicStyles } from '../styles.js';
3
3
 
4
4
  const More = ({ direction = 'right', color = 'text', width }) => {
@@ -12,7 +12,7 @@ const More = ({ direction = 'right', color = 'text', width }) => {
12
12
  degree: deg[direction],
13
13
  color,
14
14
  });
15
- return (jsxs("svg", { width: width || '24', viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: "ape-icon", style: style, children: [jsx("path", { d: "M7.97587 14.4378C7.97587 15.4163 7.76563 16.0879 7.34513 16.4527C6.92463 16.8176 6.30168 17 5.47626 17C4.66641 17 4.05124 16.8176 3.63074 16.4527C3.21025 16.0879 3 15.4163 3 14.4378C3 13.4594 3.21025 12.8126 3.63074 12.4975C4.06682 12.1658 4.68977 12 5.49962 12C6.30946 12 6.92463 12.1658 7.34513 12.4975C7.76563 12.8126 7.97587 13.4594 7.97587 14.4378Z", fill: "#4D4040" }), jsx("path", { d: "M15.9879 14.4378C15.9879 15.4163 15.7777 16.0879 15.3572 16.4527C14.9367 16.8176 14.3137 17 13.4883 17C12.6785 17 12.0633 16.8176 11.6428 16.4527C11.2223 16.0879 11.0121 15.4163 11.0121 14.4378C11.0121 13.4594 11.2223 12.8126 11.6428 12.4975C12.0789 12.1658 12.7018 12 13.5117 12C14.3215 12 14.9367 12.1658 15.3572 12.4975C15.7777 12.8126 15.9879 13.4594 15.9879 14.4378Z", fill: "#4D4040" }), jsx("path", { d: "M24 14.4378C24 15.4163 23.7898 16.0879 23.3693 16.4527C22.9488 16.8176 22.3258 17 21.5004 17C20.6905 17 20.0754 16.8176 19.6549 16.4527C19.2344 16.0879 19.0241 15.4163 19.0241 14.4378C19.0241 13.4594 19.2344 12.8126 19.6549 12.4975C20.0909 12.1658 20.7139 12 21.5237 12C22.3336 12 22.9488 12.1658 23.3693 12.4975C23.7898 12.8126 24 13.4594 24 14.4378Z", fill: "#4D4040" })] }));
15
+ return (jsxs("svg", { width: width || '24', viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [jsx("path", { d: "M7.97587 14.4378C7.97587 15.4163 7.76563 16.0879 7.34513 16.4527C6.92463 16.8176 6.30168 17 5.47626 17C4.66641 17 4.05124 16.8176 3.63074 16.4527C3.21025 16.0879 3 15.4163 3 14.4378C3 13.4594 3.21025 12.8126 3.63074 12.4975C4.06682 12.1658 4.68977 12 5.49962 12C6.30946 12 6.92463 12.1658 7.34513 12.4975C7.76563 12.8126 7.97587 13.4594 7.97587 14.4378Z", fill: "#4D4040" }), jsx("path", { d: "M15.9879 14.4378C15.9879 15.4163 15.7777 16.0879 15.3572 16.4527C14.9367 16.8176 14.3137 17 13.4883 17C12.6785 17 12.0633 16.8176 11.6428 16.4527C11.2223 16.0879 11.0121 15.4163 11.0121 14.4378C11.0121 13.4594 11.2223 12.8126 11.6428 12.4975C12.0789 12.1658 12.7018 12 13.5117 12C14.3215 12 14.9367 12.1658 15.3572 12.4975C15.7777 12.8126 15.9879 13.4594 15.9879 14.4378Z", fill: "#4D4040" }), jsx("path", { d: "M24 14.4378C24 15.4163 23.7898 16.0879 23.3693 16.4527C22.9488 16.8176 22.3258 17 21.5004 17C20.6905 17 20.0754 16.8176 19.6549 16.4527C19.2344 16.0879 19.0241 15.4163 19.0241 14.4378C19.0241 13.4594 19.2344 12.8126 19.6549 12.4975C20.0909 12.1658 20.7139 12 21.5237 12C22.3336 12 22.9488 12.1658 23.3693 12.4975C23.7898 12.8126 24 13.4594 24 14.4378Z", fill: "#4D4040" })] }));
16
16
  };
17
17
 
18
18
  export { More as default };