@ape.swap/bonds-sdk 1.0.778 → 1.0.779

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 (279) hide show
  1. package/dist/components/BondMenu/BondMenu.js +2 -13
  2. package/dist/components/BondRows/BondRow.d.ts +0 -1
  3. package/dist/components/BondRows/BondRow.js +2 -13
  4. package/dist/components/BondRows/BondRowHeader.js +1 -12
  5. package/dist/components/BondRows/BondRowsByChain.d.ts +2 -3
  6. package/dist/components/BondRows/BondRowsByChain.js +2 -13
  7. package/dist/components/BondRows/BondRowsWithTitle.d.ts +1 -2
  8. package/dist/components/BondRows/BondRowsWithTitle.js +2 -13
  9. package/dist/components/BondRows/ChainTitle.d.ts +1 -1
  10. package/dist/components/BondRows/ChainTitle.js +2 -13
  11. package/dist/components/MenuSelect/MenuSelect.d.ts +5 -1
  12. package/dist/components/MenuSelect/MenuSelect.js +1 -1
  13. package/dist/components/MenuSelect/RecommendationSelector.js +5 -16
  14. package/dist/components/NetworkFilter/index.js +6 -17
  15. package/dist/components/ProgressBar/ProgressBar.js +2 -13
  16. package/dist/components/ProgressBar/ProgressBarWrapper.js +1 -12
  17. package/dist/components/TokenInfoAndName/index.d.ts +1 -1
  18. package/dist/components/TokenInfoAndName/index.js +6 -17
  19. package/dist/components/Tooltip/ButtonsRow.js +1 -1
  20. package/dist/components/Tooltip/Tooltip.js +1 -12
  21. package/dist/components/uikit-sdk/Button/IconButton.js +1 -1
  22. package/dist/components/uikit-sdk/Checkbox/index.d.ts +0 -1
  23. package/dist/components/uikit-sdk/Checkbox/index.js +2 -2
  24. package/dist/components/uikit-sdk/Flex/index.d.ts +3 -1
  25. package/dist/components/uikit-sdk/Input/Input.d.ts +7 -2
  26. package/dist/components/uikit-sdk/Input/Input.js +5 -5
  27. package/dist/components/uikit-sdk/Input/NumericInput.d.ts +4 -5
  28. package/dist/components/uikit-sdk/Input/StyledInput.js +1 -12
  29. package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
  30. package/dist/components/uikit-sdk/Modal/ModalFooter.js +21 -0
  31. package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
  32. package/dist/components/uikit-sdk/Modal/ModalHeader.js +31 -0
  33. package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
  34. package/dist/components/uikit-sdk/Modal/index.js +46 -0
  35. package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
  36. package/dist/components/uikit-sdk/Modal/styles.js +62 -0
  37. package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
  38. package/dist/components/uikit-sdk/Modal/types.js +1 -0
  39. package/dist/components/uikit-sdk/Select/Select.js +4 -4
  40. package/dist/components/uikit-sdk/Select/SelectItem.d.ts +0 -1
  41. package/dist/components/uikit-sdk/Select/SelectItem.js +1 -1
  42. package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +1 -12
  43. package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +1 -12
  44. package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +1 -12
  45. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +1 -12
  46. package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +1 -12
  47. package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +1 -12
  48. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +1 -12
  49. package/dist/components/uikit-sdk/Svg/Icons/Audit.js +1 -12
  50. package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +1 -12
  51. package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +1 -12
  52. package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +1 -12
  53. package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +1 -12
  54. package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +1 -12
  55. package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +1 -12
  56. package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +1 -12
  57. package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +1 -12
  58. package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +1 -12
  59. package/dist/components/uikit-sdk/Svg/Icons/Card.js +1 -12
  60. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +1 -12
  61. package/dist/components/uikit-sdk/Svg/Icons/Chain.js +1 -12
  62. package/dist/components/uikit-sdk/Svg/Icons/Chart.js +1 -12
  63. package/dist/components/uikit-sdk/Svg/Icons/Chat.js +1 -12
  64. package/dist/components/uikit-sdk/Svg/Icons/Close.js +1 -12
  65. package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +0 -1
  66. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +1 -12
  67. package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +1 -12
  68. package/dist/components/uikit-sdk/Svg/Icons/Copy.js +1 -12
  69. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +1 -12
  70. package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +1 -12
  71. package/dist/components/uikit-sdk/Svg/Icons/Docs.js +1 -12
  72. package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +1 -12
  73. package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +1 -12
  74. package/dist/components/uikit-sdk/Svg/Icons/Error.js +1 -12
  75. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +1 -12
  76. package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +1 -12
  77. package/dist/components/uikit-sdk/Svg/Icons/External.js +1 -12
  78. package/dist/components/uikit-sdk/Svg/Icons/Farm.js +1 -12
  79. package/dist/components/uikit-sdk/Svg/Icons/Fav.js +1 -12
  80. package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +1 -12
  81. package/dist/components/uikit-sdk/Svg/Icons/Fire.js +1 -12
  82. package/dist/components/uikit-sdk/Svg/Icons/Frame.js +1 -12
  83. package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +1 -12
  84. package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +1 -12
  85. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +0 -1
  86. package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +1 -12
  87. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +1 -12
  88. package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +1 -12
  89. package/dist/components/uikit-sdk/Svg/Icons/Home.js +1 -12
  90. package/dist/components/uikit-sdk/Svg/Icons/Hot.js +1 -12
  91. package/dist/components/uikit-sdk/Svg/Icons/Info.js +1 -12
  92. package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +1 -12
  93. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +1 -12
  94. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +1 -12
  95. package/dist/components/uikit-sdk/Svg/Icons/Island.js +1 -12
  96. package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +1 -12
  97. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +1 -12
  98. package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +1 -12
  99. package/dist/components/uikit-sdk/Svg/Icons/Logout.js +1 -12
  100. package/dist/components/uikit-sdk/Svg/Icons/Medium.js +1 -12
  101. package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +1 -12
  102. package/dist/components/uikit-sdk/Svg/Icons/Message.js +1 -12
  103. package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +1 -12
  104. package/dist/components/uikit-sdk/Svg/Icons/Moon.js +1 -12
  105. package/dist/components/uikit-sdk/Svg/Icons/More.js +1 -12
  106. package/dist/components/uikit-sdk/Svg/Icons/NFA.js +1 -12
  107. package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +1 -12
  108. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +0 -1
  109. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +1 -12
  110. package/dist/components/uikit-sdk/Svg/Icons/Play.js +1 -12
  111. package/dist/components/uikit-sdk/Svg/Icons/Pool.js +1 -12
  112. package/dist/components/uikit-sdk/Svg/Icons/Positions.js +1 -12
  113. package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +1 -12
  114. package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +1 -12
  115. package/dist/components/uikit-sdk/Svg/Icons/Question.js +1 -12
  116. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +1 -12
  117. package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +1 -12
  118. package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +1 -12
  119. package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +1 -12
  120. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +1 -12
  121. package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +1 -12
  122. package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +1 -12
  123. package/dist/components/uikit-sdk/Svg/Icons/Search.js +1 -12
  124. package/dist/components/uikit-sdk/Svg/Icons/Send.js +1 -12
  125. package/dist/components/uikit-sdk/Svg/Icons/Settings.js +1 -12
  126. package/dist/components/uikit-sdk/Svg/Icons/Share.js +1 -12
  127. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +1 -12
  128. package/dist/components/uikit-sdk/Svg/Icons/Success.js +1 -12
  129. package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +1 -12
  130. package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +1 -12
  131. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +0 -1
  132. package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +1 -12
  133. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +1 -12
  134. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +1 -12
  135. package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +1 -12
  136. package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +1 -12
  137. package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +1 -12
  138. package/dist/components/uikit-sdk/Svg/Icons/Trade.js +1 -12
  139. package/dist/components/uikit-sdk/Svg/Icons/Trash.js +1 -12
  140. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +1 -12
  141. package/dist/components/uikit-sdk/Svg/Icons/URL.js +1 -12
  142. package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +1 -12
  143. package/dist/components/uikit-sdk/Svg/Icons/Verified.js +1 -12
  144. package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +1 -12
  145. package/dist/components/uikit-sdk/Svg/Icons/Warning.js +1 -12
  146. package/dist/components/uikit-sdk/Svg/Icons/Watch.js +1 -12
  147. package/dist/components/uikit-sdk/Svg/Icons/Website.js +1 -12
  148. package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +1 -12
  149. package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +1 -12
  150. package/dist/components/uikit-sdk/Svg/Icons/XNew.js +1 -12
  151. package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +1 -12
  152. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +1 -12
  153. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +1 -12
  154. package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +1 -12
  155. package/dist/components/uikit-sdk/Svg/index.d.ts +0 -1
  156. package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +1 -12
  157. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +1 -12
  158. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +1 -12
  159. package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +1 -12
  160. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +1 -12
  161. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +1 -12
  162. package/dist/components/uikit-sdk/Svg/tokens/BSC.js +1 -12
  163. package/dist/components/uikit-sdk/Svg/tokens/CELO.js +1 -12
  164. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +1 -12
  165. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +1 -12
  166. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +1 -12
  167. package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +1 -12
  168. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +1 -12
  169. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +1 -12
  170. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +1 -12
  171. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +1 -12
  172. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +1 -12
  173. package/dist/components/uikit-sdk/Svg/tokens/OKX.js +1 -12
  174. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +2 -13
  175. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +1 -12
  176. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +1 -12
  177. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +1 -12
  178. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +0 -1
  179. package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +1 -12
  180. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +0 -1
  181. package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +1 -12
  182. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +0 -1
  183. package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +1 -12
  184. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +0 -1
  185. package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +1 -12
  186. package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +1 -12
  187. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +0 -1
  188. package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +1 -12
  189. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +0 -1
  190. package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +1 -12
  191. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +0 -1
  192. package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +1 -12
  193. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +0 -1
  194. package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +1 -12
  195. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +0 -1
  196. package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +1 -12
  197. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +0 -1
  198. package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +1 -12
  199. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +0 -1
  200. package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +1 -12
  201. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +0 -1
  202. package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +1 -12
  203. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +0 -1
  204. package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +1 -12
  205. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +0 -1
  206. package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +1 -12
  207. package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +1 -12
  208. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +0 -1
  209. package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +1 -12
  210. package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +1 -12
  211. package/dist/components/uikit-sdk/Tag/ListTag.js +1 -1
  212. package/dist/components/uikit-sdk/Tag/styles.d.ts +2 -3
  213. package/dist/components/uikit-sdk/Text/index.js +1 -1
  214. package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
  215. package/dist/components/uikit-sdk/TokenImage/index.js +2 -13
  216. package/dist/components/uikit-sdk/TooltipBubble/index.js +1 -1
  217. package/dist/components/uikit-sdk/index.d.ts +1 -0
  218. package/dist/components/uikit-sdk/index.js +1 -0
  219. package/dist/config/abi/types/factories/Banana__factory.js +2 -1
  220. package/dist/config/abi/types/factories/BondNft__factory.js +2 -1
  221. package/dist/config/abi/types/factories/Bond__factory.js +2 -1
  222. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +2 -1
  223. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +2 -1
  224. package/dist/config/abi/types/factories/Erc20__factory.js +2 -1
  225. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +2 -1
  226. package/dist/config/abi/types/factories/JungleChef__factory.js +2 -1
  227. package/dist/config/abi/types/factories/LaunchBonds__factory.js +2 -1
  228. package/dist/config/abi/types/factories/LensContract__factory.js +2 -1
  229. package/dist/config/abi/types/factories/LockVeAbond__factory.js +2 -1
  230. package/dist/config/abi/types/factories/MigrationBond__factory.js +2 -1
  231. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +2 -1
  232. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +2 -1
  233. package/dist/config/abi/types/factories/Multicallv2__factory.js +2 -1
  234. package/dist/config/abi/types/factories/Multicallv3__factory.js +2 -1
  235. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +2 -1
  236. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +2 -1
  237. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +2 -1
  238. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +2 -1
  239. package/dist/config/abi/types/factories/PriceGetter__factory.js +2 -1
  240. package/dist/config/abi/types/factories/SousChef__factory.js +2 -1
  241. package/dist/config/abi/types/factories/Treasury__factory.js +2 -1
  242. package/dist/config/abi/types/factories/Weth__factory.js +2 -1
  243. package/dist/config/abi/types/factories/Zap__factory.js +2 -1
  244. package/dist/config/constants/addresses.js +4 -4
  245. package/dist/config/constants/api.d.ts +4 -4
  246. package/dist/config/constants/api.js +4 -4
  247. package/dist/config/constants/lists.d.ts +3 -3
  248. package/dist/contexts/Localization/Provider.js +3 -3
  249. package/dist/contexts/Localization/helpers.js +2 -2
  250. package/dist/contexts/ModalContext.js +3 -14
  251. package/dist/contexts/RefreshContext.js +3 -14
  252. package/dist/index.d.ts +4 -4
  253. package/dist/index.js +4 -4
  254. package/dist/providers/index.d.ts +8 -0
  255. package/dist/providers/index.js +12 -0
  256. package/dist/scss/BondModal.scss +1 -1
  257. package/dist/theme/colors.js +2 -2
  258. package/dist/utils/index.js +2 -2
  259. package/dist/utils/multicall.js +2 -2
  260. package/dist/{components/Modals → views}/BondModal/BondModal.d.ts +2 -2
  261. package/dist/{components/Modals → views}/BondModal/BondModal.js +37 -36
  262. package/dist/{components/Modals → views}/BondModal/helper.d.ts +1 -1
  263. package/dist/{components/Modals → views}/BondModal/helper.js +1 -1
  264. package/dist/views/BondModal/index.d.ts +4 -0
  265. package/dist/views/BondModal/index.js +18 -0
  266. package/dist/{pages → views}/Bonds/Bonds.js +2 -13
  267. package/dist/{pages → views}/YourBonds/YourBonds.js +11 -22
  268. package/dist/{pages → views}/YourBonds/fetchBillsUser.js +7 -9
  269. package/dist/{pages → views}/YourBonds/getBillNftData.js +2 -2
  270. package/dist/{components/Modals → views}/YourBondsModal/YourBondsModal.d.ts +2 -2
  271. package/dist/views/YourBondsModal/YourBondsModal.js +173 -0
  272. package/dist/{components/Modals → views}/YourBondsModal/styles.js +1 -1
  273. package/package.json +1 -1
  274. package/dist/components/Modals/YourBondsModal/YourBondsModal.js +0 -184
  275. /package/dist/{pages → views}/Bonds/Bonds.d.ts +0 -0
  276. /package/dist/{pages → views}/YourBonds/YourBonds.d.ts +0 -0
  277. /package/dist/{pages → views}/YourBonds/fetchBillsUser.d.ts +0 -0
  278. /package/dist/{pages → views}/YourBonds/getBillNftData.d.ts +0 -0
  279. /package/dist/{components/Modals → views}/YourBondsModal/styles.d.ts +0 -0
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Trade = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Trade = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '28', viewBox: "0 0 28 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("path", { d: "M22.9536 5.45462L21.0978 4.96173L19.242 4.46884C18.9815 4.40312 18.8838 4.07453 19.0792 3.87738L19.9582 2.99018C18.1675 1.87297 16.1164 1.28151 14.0001 1.28151C11.2001 1.28151 8.49777 2.333 6.44661 4.23883C6.18614 4.46884 5.76289 4.46884 5.53498 4.20597C5.30708 3.9431 5.30708 3.51593 5.56754 3.28591C7.87917 1.15007 10.8745 0 14.0001 0C16.4745 0 18.8513 0.722901 20.9024 2.10298L21.8141 1.18293C22.0094 0.985774 22.335 1.08435 22.4001 1.34722L22.8885 3.2202L23.3768 5.09317C23.442 5.29032 23.1815 5.55319 22.9536 5.45462Z", fill: "#4D4040" }), _jsx("path", { d: "M5.53488 7.3606C2.47442 7.3606 0 9.85789 0 12.9466C0 16.0354 2.47442 18.5327 5.53488 18.5327C8.59535 18.5327 11.0698 16.0354 11.0698 12.9466C11.0698 9.85789 8.59535 7.3606 5.53488 7.3606ZM8.85582 11.8294C8.82326 12.3552 8.66047 12.8809 8.36745 13.4067C7.52093 14.9182 5.73023 15.7068 4.03721 15.2796C3.48372 15.1482 2.99535 14.8853 2.57209 14.5567C2.53953 14.5239 2.37674 14.3596 2.27907 14.1624C2.24651 14.0639 2.21395 13.9324 2.24651 13.8338V13.801C2.24651 13.801 2.24651 13.7681 2.27907 13.7681C2.31163 13.7353 2.31163 13.7353 2.34419 13.7024C2.37675 13.6695 2.4093 13.6696 2.47442 13.6696C2.50698 13.6696 2.5721 13.6695 2.63721 13.6367H2.70232C3.0279 13.6367 3.48372 13.7353 3.67907 13.7681C3.71162 13.7681 3.77674 13.801 3.84186 13.801C3.90697 13.801 3.93953 13.801 4.00465 13.8338C4.03721 13.8338 4.03721 13.8338 4.03721 13.8338H4.06977H4.10233C4.13489 13.8338 4.13488 13.8338 4.16744 13.8338C4.2 13.8338 4.23256 13.8338 4.26512 13.8338H4.33023C4.36279 13.8338 4.39535 13.8338 4.42791 13.8338C4.46047 13.8338 4.46046 13.8338 4.49302 13.8338C4.52558 13.8338 4.52558 13.8338 4.55814 13.8338C4.5907 13.8338 4.5907 13.8338 4.62326 13.8338C4.68838 13.8338 4.72093 13.8338 4.78605 13.801H4.8186C4.88372 13.801 4.94884 13.7681 5.01395 13.7681C5.07907 13.7681 5.14419 13.7353 5.2093 13.7353H5.24186C5.24186 13.7353 5.24186 13.7353 5.27442 13.7353C5.30698 13.7353 5.33953 13.7353 5.37209 13.7024C5.37209 13.7024 5.40466 13.7024 5.43721 13.7024C5.46977 13.7024 5.50232 13.6696 5.50232 13.6696C5.53488 13.6696 5.53489 13.6695 5.56744 13.6367C5.56744 13.6367 5.56745 13.6367 5.6 13.6367C5.63256 13.6367 5.66511 13.6038 5.66511 13.6038L5.73023 13.571C5.76279 13.571 5.79535 13.5381 5.82791 13.5381C5.86046 13.5381 5.89303 13.5053 5.89303 13.5053C5.92558 13.5053 5.92558 13.4724 5.95814 13.4724C5.95814 13.4724 5.9907 13.4724 5.9907 13.4395C6.02325 13.4067 6.05581 13.4067 6.12093 13.3738C6.15348 13.3738 6.15349 13.341 6.18605 13.341C6.2186 13.3081 6.25116 13.3081 6.28372 13.2752C6.28372 13.2752 6.31628 13.2752 6.31628 13.2424C6.31628 13.2424 6.34884 13.2424 6.34884 13.2095C6.3814 13.1767 6.41396 13.1767 6.41396 13.1438C6.44652 13.1109 6.44651 13.1109 6.47907 13.1109C6.51163 13.0781 6.54419 13.0781 6.54419 13.0452L6.57675 13.0124C6.57675 13.0124 6.6093 13.0124 6.6093 12.9795C6.64186 12.9466 6.64186 12.9466 6.67442 12.9138C6.70698 12.8809 6.70698 12.8809 6.73954 12.8481C6.7721 12.8481 6.77209 12.8152 6.80465 12.8152C6.83721 12.7824 6.86977 12.7824 6.86977 12.7495C6.90233 12.7166 6.90232 12.7166 6.93488 12.6838L6.96744 12.6509C7 12.6181 7 12.6181 7.03256 12.5852C7.03256 12.5852 7.06512 12.5523 7.06512 12.5195C7.06512 12.5195 7.06511 12.4866 7.09767 12.4866C7.13023 12.4538 7.13023 12.4538 7.16279 12.4209C7.16279 12.388 7.19535 12.388 7.19535 12.3552L7.22791 12.3223C7.22791 12.2895 7.26046 12.2895 7.26046 12.2566C7.26046 12.2237 7.29302 12.2237 7.32558 12.1909L7.35814 12.158C7.3907 12.1252 7.39069 12.0923 7.42325 12.0595C7.45581 12.0266 7.45581 12.0266 7.45581 11.9937C7.48837 11.9609 7.48837 11.928 7.52093 11.8952C7.52093 11.8623 7.55349 11.8623 7.55349 11.8294C7.58605 11.7966 7.58604 11.7637 7.6186 11.7309C7.6186 11.698 7.65116 11.698 7.65116 11.6651C7.68372 11.6323 7.68372 11.5994 7.71628 11.5666C7.71628 11.5337 7.71628 11.5337 7.74883 11.5337C7.74883 11.5337 7.74883 11.5337 7.74883 11.5008C7.74883 11.468 7.78139 11.468 7.78139 11.4351C7.78139 11.4023 7.81395 11.3694 7.81395 11.3366C7.81395 11.3037 7.84651 11.2708 7.84651 11.238C7.84651 11.238 7.84651 11.238 7.84651 11.2051C7.87907 11.1394 7.97674 11.0737 8.07442 11.0408L8.13953 10.6794C8.13953 10.6136 8.23721 10.5479 8.30233 10.5479H8.33489H8.36745C8.43256 10.5479 8.49768 10.6465 8.49768 10.7122L8.43256 11.0408C8.49767 11.1065 8.56279 11.1723 8.59535 11.2708C8.85581 11.4351 8.85582 11.698 8.85582 11.8294Z", fill: "#4D4040" }), _jsx("path", { d: "M22.4651 7.3606C19.4046 7.3606 16.9302 9.85789 16.9302 12.9466C16.9302 16.0354 19.4046 18.5327 22.4651 18.5327C25.5255 18.5327 27.9999 16.0354 27.9999 12.9466C27.9999 9.85789 25.5255 7.3606 22.4651 7.3606ZM22.986 15.0168C22.9209 15.0496 22.8883 15.0825 22.8883 15.1811V15.674C22.8883 15.7725 22.8232 15.8383 22.7255 15.8383H22.1069C22.0092 15.8383 21.9441 15.7725 21.9441 15.674V15.2468C21.9441 15.1811 21.879 15.1154 21.8139 15.0825C21.3581 14.9511 21.0976 14.8196 20.9348 14.7539C20.8697 14.721 20.8372 14.6225 20.8697 14.5567L21.0976 13.8996C21.1302 13.801 21.2279 13.7681 21.3255 13.801C21.586 13.9324 22.0744 14.1624 22.2697 14.1624C22.6278 14.1624 22.8558 13.9981 22.8558 13.7353C22.8558 13.5381 22.7581 13.341 22.2371 13.1438C21.586 12.8809 20.9348 12.5195 20.9348 11.698C20.9348 11.1065 21.293 10.6137 21.879 10.4165C21.9441 10.3836 21.9767 10.3508 21.9767 10.2522V9.79217C21.9767 9.69359 22.0418 9.62788 22.1395 9.62788H22.7255C22.8232 9.62788 22.8883 9.69359 22.8883 9.79217V10.1865C22.8883 10.2522 22.9534 10.3508 23.0186 10.3508C23.3441 10.3836 23.6046 10.5479 23.7348 10.6137C23.7999 10.6465 23.8325 10.7451 23.7999 10.8108L23.572 11.4351C23.5395 11.5337 23.4418 11.5666 23.3441 11.5337C23.1488 11.4351 22.7581 11.2708 22.4976 11.2708C22.0418 11.2708 22.0092 11.5337 22.0092 11.6323C22.0092 11.8294 22.1069 11.9609 22.7255 12.1909C23.279 12.4209 23.9627 12.8152 23.9627 13.7024C23.9627 14.2939 23.572 14.8196 22.986 15.0168Z", fill: "#4D4040" }), _jsx("path", { d: "M22.4324 22.6398C20.1207 24.7757 17.1254 25.9257 13.9998 25.9257C11.5254 25.9257 9.14863 25.2028 7.09747 23.8227L6.18584 24.7428C5.99049 24.9399 5.66492 24.8414 5.5998 24.5785L5.11143 22.7055L4.62306 20.8326C4.55794 20.5697 4.78584 20.3397 5.04631 20.4054L6.90213 20.8983L8.75793 21.3912C9.0184 21.4569 9.11607 21.7855 8.92072 21.9826L8.04166 22.8698C9.83236 23.987 11.8835 24.5785 13.9998 24.5785C16.7998 24.5785 19.5021 23.527 21.5533 21.6212C21.8138 21.3912 22.237 21.3912 22.4649 21.654C22.7254 21.9826 22.6928 22.3769 22.4324 22.6398Z", fill: "#4D4040" })] })));
14
+ return (_jsxs("svg", { width: width || '28', viewBox: "0 0 28 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M22.9536 5.45462L21.0978 4.96173L19.242 4.46884C18.9815 4.40312 18.8838 4.07453 19.0792 3.87738L19.9582 2.99018C18.1675 1.87297 16.1164 1.28151 14.0001 1.28151C11.2001 1.28151 8.49777 2.333 6.44661 4.23883C6.18614 4.46884 5.76289 4.46884 5.53498 4.20597C5.30708 3.9431 5.30708 3.51593 5.56754 3.28591C7.87917 1.15007 10.8745 0 14.0001 0C16.4745 0 18.8513 0.722901 20.9024 2.10298L21.8141 1.18293C22.0094 0.985774 22.335 1.08435 22.4001 1.34722L22.8885 3.2202L23.3768 5.09317C23.442 5.29032 23.1815 5.55319 22.9536 5.45462Z", fill: "#4D4040" }), _jsx("path", { d: "M5.53488 7.3606C2.47442 7.3606 0 9.85789 0 12.9466C0 16.0354 2.47442 18.5327 5.53488 18.5327C8.59535 18.5327 11.0698 16.0354 11.0698 12.9466C11.0698 9.85789 8.59535 7.3606 5.53488 7.3606ZM8.85582 11.8294C8.82326 12.3552 8.66047 12.8809 8.36745 13.4067C7.52093 14.9182 5.73023 15.7068 4.03721 15.2796C3.48372 15.1482 2.99535 14.8853 2.57209 14.5567C2.53953 14.5239 2.37674 14.3596 2.27907 14.1624C2.24651 14.0639 2.21395 13.9324 2.24651 13.8338V13.801C2.24651 13.801 2.24651 13.7681 2.27907 13.7681C2.31163 13.7353 2.31163 13.7353 2.34419 13.7024C2.37675 13.6695 2.4093 13.6696 2.47442 13.6696C2.50698 13.6696 2.5721 13.6695 2.63721 13.6367H2.70232C3.0279 13.6367 3.48372 13.7353 3.67907 13.7681C3.71162 13.7681 3.77674 13.801 3.84186 13.801C3.90697 13.801 3.93953 13.801 4.00465 13.8338C4.03721 13.8338 4.03721 13.8338 4.03721 13.8338H4.06977H4.10233C4.13489 13.8338 4.13488 13.8338 4.16744 13.8338C4.2 13.8338 4.23256 13.8338 4.26512 13.8338H4.33023C4.36279 13.8338 4.39535 13.8338 4.42791 13.8338C4.46047 13.8338 4.46046 13.8338 4.49302 13.8338C4.52558 13.8338 4.52558 13.8338 4.55814 13.8338C4.5907 13.8338 4.5907 13.8338 4.62326 13.8338C4.68838 13.8338 4.72093 13.8338 4.78605 13.801H4.8186C4.88372 13.801 4.94884 13.7681 5.01395 13.7681C5.07907 13.7681 5.14419 13.7353 5.2093 13.7353H5.24186C5.24186 13.7353 5.24186 13.7353 5.27442 13.7353C5.30698 13.7353 5.33953 13.7353 5.37209 13.7024C5.37209 13.7024 5.40466 13.7024 5.43721 13.7024C5.46977 13.7024 5.50232 13.6696 5.50232 13.6696C5.53488 13.6696 5.53489 13.6695 5.56744 13.6367C5.56744 13.6367 5.56745 13.6367 5.6 13.6367C5.63256 13.6367 5.66511 13.6038 5.66511 13.6038L5.73023 13.571C5.76279 13.571 5.79535 13.5381 5.82791 13.5381C5.86046 13.5381 5.89303 13.5053 5.89303 13.5053C5.92558 13.5053 5.92558 13.4724 5.95814 13.4724C5.95814 13.4724 5.9907 13.4724 5.9907 13.4395C6.02325 13.4067 6.05581 13.4067 6.12093 13.3738C6.15348 13.3738 6.15349 13.341 6.18605 13.341C6.2186 13.3081 6.25116 13.3081 6.28372 13.2752C6.28372 13.2752 6.31628 13.2752 6.31628 13.2424C6.31628 13.2424 6.34884 13.2424 6.34884 13.2095C6.3814 13.1767 6.41396 13.1767 6.41396 13.1438C6.44652 13.1109 6.44651 13.1109 6.47907 13.1109C6.51163 13.0781 6.54419 13.0781 6.54419 13.0452L6.57675 13.0124C6.57675 13.0124 6.6093 13.0124 6.6093 12.9795C6.64186 12.9466 6.64186 12.9466 6.67442 12.9138C6.70698 12.8809 6.70698 12.8809 6.73954 12.8481C6.7721 12.8481 6.77209 12.8152 6.80465 12.8152C6.83721 12.7824 6.86977 12.7824 6.86977 12.7495C6.90233 12.7166 6.90232 12.7166 6.93488 12.6838L6.96744 12.6509C7 12.6181 7 12.6181 7.03256 12.5852C7.03256 12.5852 7.06512 12.5523 7.06512 12.5195C7.06512 12.5195 7.06511 12.4866 7.09767 12.4866C7.13023 12.4538 7.13023 12.4538 7.16279 12.4209C7.16279 12.388 7.19535 12.388 7.19535 12.3552L7.22791 12.3223C7.22791 12.2895 7.26046 12.2895 7.26046 12.2566C7.26046 12.2237 7.29302 12.2237 7.32558 12.1909L7.35814 12.158C7.3907 12.1252 7.39069 12.0923 7.42325 12.0595C7.45581 12.0266 7.45581 12.0266 7.45581 11.9937C7.48837 11.9609 7.48837 11.928 7.52093 11.8952C7.52093 11.8623 7.55349 11.8623 7.55349 11.8294C7.58605 11.7966 7.58604 11.7637 7.6186 11.7309C7.6186 11.698 7.65116 11.698 7.65116 11.6651C7.68372 11.6323 7.68372 11.5994 7.71628 11.5666C7.71628 11.5337 7.71628 11.5337 7.74883 11.5337C7.74883 11.5337 7.74883 11.5337 7.74883 11.5008C7.74883 11.468 7.78139 11.468 7.78139 11.4351C7.78139 11.4023 7.81395 11.3694 7.81395 11.3366C7.81395 11.3037 7.84651 11.2708 7.84651 11.238C7.84651 11.238 7.84651 11.238 7.84651 11.2051C7.87907 11.1394 7.97674 11.0737 8.07442 11.0408L8.13953 10.6794C8.13953 10.6136 8.23721 10.5479 8.30233 10.5479H8.33489H8.36745C8.43256 10.5479 8.49768 10.6465 8.49768 10.7122L8.43256 11.0408C8.49767 11.1065 8.56279 11.1723 8.59535 11.2708C8.85581 11.4351 8.85582 11.698 8.85582 11.8294Z", fill: "#4D4040" }), _jsx("path", { d: "M22.4651 7.3606C19.4046 7.3606 16.9302 9.85789 16.9302 12.9466C16.9302 16.0354 19.4046 18.5327 22.4651 18.5327C25.5255 18.5327 27.9999 16.0354 27.9999 12.9466C27.9999 9.85789 25.5255 7.3606 22.4651 7.3606ZM22.986 15.0168C22.9209 15.0496 22.8883 15.0825 22.8883 15.1811V15.674C22.8883 15.7725 22.8232 15.8383 22.7255 15.8383H22.1069C22.0092 15.8383 21.9441 15.7725 21.9441 15.674V15.2468C21.9441 15.1811 21.879 15.1154 21.8139 15.0825C21.3581 14.9511 21.0976 14.8196 20.9348 14.7539C20.8697 14.721 20.8372 14.6225 20.8697 14.5567L21.0976 13.8996C21.1302 13.801 21.2279 13.7681 21.3255 13.801C21.586 13.9324 22.0744 14.1624 22.2697 14.1624C22.6278 14.1624 22.8558 13.9981 22.8558 13.7353C22.8558 13.5381 22.7581 13.341 22.2371 13.1438C21.586 12.8809 20.9348 12.5195 20.9348 11.698C20.9348 11.1065 21.293 10.6137 21.879 10.4165C21.9441 10.3836 21.9767 10.3508 21.9767 10.2522V9.79217C21.9767 9.69359 22.0418 9.62788 22.1395 9.62788H22.7255C22.8232 9.62788 22.8883 9.69359 22.8883 9.79217V10.1865C22.8883 10.2522 22.9534 10.3508 23.0186 10.3508C23.3441 10.3836 23.6046 10.5479 23.7348 10.6137C23.7999 10.6465 23.8325 10.7451 23.7999 10.8108L23.572 11.4351C23.5395 11.5337 23.4418 11.5666 23.3441 11.5337C23.1488 11.4351 22.7581 11.2708 22.4976 11.2708C22.0418 11.2708 22.0092 11.5337 22.0092 11.6323C22.0092 11.8294 22.1069 11.9609 22.7255 12.1909C23.279 12.4209 23.9627 12.8152 23.9627 13.7024C23.9627 14.2939 23.572 14.8196 22.986 15.0168Z", fill: "#4D4040" }), _jsx("path", { d: "M22.4324 22.6398C20.1207 24.7757 17.1254 25.9257 13.9998 25.9257C11.5254 25.9257 9.14863 25.2028 7.09747 23.8227L6.18584 24.7428C5.99049 24.9399 5.66492 24.8414 5.5998 24.5785L5.11143 22.7055L4.62306 20.8326C4.55794 20.5697 4.78584 20.3397 5.04631 20.4054L6.90213 20.8983L8.75793 21.3912C9.0184 21.4569 9.11607 21.7855 8.92072 21.9826L8.04166 22.8698C9.83236 23.987 11.8835 24.5785 13.9998 24.5785C16.7998 24.5785 19.5021 23.527 21.5533 21.6212C21.8138 21.3912 22.237 21.3912 22.4649 21.654C22.7254 21.9826 22.6928 22.3769 22.4324 22.6398Z", fill: "#4D4040" })] }));
26
15
  };
27
16
  export default Trade;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Arrow = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Arrow = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M1.5 12.25C1.5 13.075 2.175 13.75 3 13.75H9C9.825 13.75 10.5 13.075 10.5 12.25V4.75C10.5 3.925 9.825 3.25 9 3.25H3C2.175 3.25 1.5 3.925 1.5 4.75V12.25ZM10.5 1H8.625L8.0925 0.4675C7.9575 0.3325 7.7625 0.25 7.5675 0.25H4.4325C4.2375 0.25 4.0425 0.3325 3.9075 0.4675L3.375 1H1.5C1.0875 1 0.75 1.3375 0.75 1.75C0.75 2.1625 1.0875 2.5 1.5 2.5H10.5C10.9125 2.5 11.25 2.1625 11.25 1.75C11.25 1.3375 10.9125 1 10.5 1Z", fill: "#FAFAFA" }) })));
14
+ 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", { d: "M1.5 12.25C1.5 13.075 2.175 13.75 3 13.75H9C9.825 13.75 10.5 13.075 10.5 12.25V4.75C10.5 3.925 9.825 3.25 9 3.25H3C2.175 3.25 1.5 3.925 1.5 4.75V12.25ZM10.5 1H8.625L8.0925 0.4675C7.9575 0.3325 7.7625 0.25 7.5675 0.25H4.4325C4.2375 0.25 4.0425 0.3325 3.9075 0.4675L3.375 1H1.5C1.0875 1 0.75 1.3375 0.75 1.75C0.75 2.1625 1.0875 2.5 1.5 2.5H10.5C10.9125 2.5 11.25 2.1625 11.25 1.75C11.25 1.3375 10.9125 1 10.5 1Z", fill: "#FAFAFA" }) }));
26
15
  };
27
16
  export default Arrow;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Twitter = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Twitter = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '27', viewBox: "0 0 27 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M26.7504 3.35709C25.8006 3.78243 24.7804 4.06982 23.7078 4.19972C24.8145 3.53043 25.6425 2.47705 26.0372 1.23613C24.9974 1.86034 23.8595 2.29971 22.6728 2.53515C21.8748 1.67397 20.8177 1.10316 19.6659 0.911352C18.514 0.719545 17.3317 0.917465 16.3025 1.47439C15.2733 2.03131 14.4548 2.91607 13.9741 3.99131C13.4934 5.06655 13.3774 6.2721 13.6441 7.42081C11.5373 7.31389 9.47624 6.76044 7.59475 5.79636C5.71326 4.83228 4.05337 3.47913 2.72279 1.82471C2.26783 2.61791 2.00623 3.53757 2.00623 4.517C2.00572 5.39871 2.22055 6.26692 2.63166 7.04459C3.04277 7.82226 3.63744 8.48535 4.36292 8.97502C3.52156 8.94796 2.69876 8.71819 1.96301 8.30482V8.3738C1.96292 9.61043 2.38616 10.809 3.1609 11.7662C3.93564 12.7233 5.01416 13.3801 6.21347 13.625C5.43297 13.8385 4.61467 13.87 3.82038 13.717C4.15875 14.781 4.81787 15.7115 5.70547 16.3781C6.59306 17.0448 7.6647 17.4142 8.77034 17.4347C6.89344 18.9238 4.57548 19.7316 2.18935 19.7281C1.76667 19.7282 1.34435 19.7032 0.924561 19.6534C3.34663 21.2273 6.16608 22.0626 9.04559 22.0594C18.7931 22.0594 24.1218 13.8998 24.1218 6.82303C24.1218 6.59312 24.1161 6.36091 24.1059 6.13099C25.1424 5.3734 26.0371 4.43526 26.7481 3.36054L26.7504 3.35709Z", fill: "white" }) })));
14
+ return (_jsx("svg", { width: width || '27', viewBox: "0 0 27 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M26.7504 3.35709C25.8006 3.78243 24.7804 4.06982 23.7078 4.19972C24.8145 3.53043 25.6425 2.47705 26.0372 1.23613C24.9974 1.86034 23.8595 2.29971 22.6728 2.53515C21.8748 1.67397 20.8177 1.10316 19.6659 0.911352C18.514 0.719545 17.3317 0.917465 16.3025 1.47439C15.2733 2.03131 14.4548 2.91607 13.9741 3.99131C13.4934 5.06655 13.3774 6.2721 13.6441 7.42081C11.5373 7.31389 9.47624 6.76044 7.59475 5.79636C5.71326 4.83228 4.05337 3.47913 2.72279 1.82471C2.26783 2.61791 2.00623 3.53757 2.00623 4.517C2.00572 5.39871 2.22055 6.26692 2.63166 7.04459C3.04277 7.82226 3.63744 8.48535 4.36292 8.97502C3.52156 8.94796 2.69876 8.71819 1.96301 8.30482V8.3738C1.96292 9.61043 2.38616 10.809 3.1609 11.7662C3.93564 12.7233 5.01416 13.3801 6.21347 13.625C5.43297 13.8385 4.61467 13.87 3.82038 13.717C4.15875 14.781 4.81787 15.7115 5.70547 16.3781C6.59306 17.0448 7.6647 17.4142 8.77034 17.4347C6.89344 18.9238 4.57548 19.7316 2.18935 19.7281C1.76667 19.7282 1.34435 19.7032 0.924561 19.6534C3.34663 21.2273 6.16608 22.0626 9.04559 22.0594C18.7931 22.0594 24.1218 13.8998 24.1218 6.82303C24.1218 6.59312 24.1161 6.36091 24.1059 6.13099C25.1424 5.3734 26.0371 4.43526 26.7481 3.36054L26.7504 3.35709Z", fill: "white" }) }));
26
15
  };
27
16
  export default Twitter;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var URL = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var URL = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '11', height: "24", viewBox: "0 0 24 24", sx: style }, { children: _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z" }) })));
14
+ return (_jsx("svg", { width: width || '11', height: "24", viewBox: "0 0 24 24", sx: style, children: _jsx("path", { d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z" }) }));
26
15
  };
27
16
  export default URL;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Vault = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Vault = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '24', viewBox: "0 0 25 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("g", __assign({ clipPath: "url(#clip0_3820_8010)" }, { children: _jsx("path", { d: "M6.42081 8.55251H3.67029C2.99749 8.5524 2.34312 8.76397 1.80698 9.15495C1.27084 9.54593 0.882352 10.0949 0.700773 10.718C0.315349 9.0328 0.963562 5.95727 3.32866 4.55853C3.32866 4.55853 2.50526 7.57508 2.96076 8.33343C2.96076 8.33343 6.29818 7.81101 5.15067 0C5.16819 0 8.51437 2.56997 6.42081 8.55251ZM9.38157 8.55251H7.94499C8.02598 7.98115 8.23176 7.43274 8.54881 6.94333C8.86585 6.45392 9.28698 6.03459 9.78451 5.71291C9.42682 6.6175 9.28899 7.58881 9.38157 8.55251V8.55251ZM16.3367 3.80861L15.5659 8.55251H12.8153L16.3367 3.80861V3.80861ZM20.2348 8.6115C20.0362 8.57022 19.8335 8.55044 19.6303 8.55251H17.4229C17.7537 7.63575 17.9569 6.68094 18.0273 5.71291C18.1377 4.11681 17.9296 2.51513 17.4142 0.994282C17.5193 1.04484 20.9093 2.82275 20.2348 8.6115V8.6115ZM19.9019 10.3978C19.8116 10.3891 19.7206 10.3891 19.6303 10.3978H3.67029C3.51426 10.3967 3.35954 10.4253 3.21506 10.482C3.07057 10.5387 2.93917 10.6223 2.82843 10.728C2.71769 10.8338 2.6298 10.9595 2.56983 11.0981C2.50985 11.2367 2.47897 11.3853 2.47898 11.5354V13.4818H1.0424C0.884387 13.4804 0.728276 13.515 0.586898 13.5829C0.418104 13.6626 0.274616 13.7843 0.17139 13.9355C0.0681641 14.0867 0.00897849 14.2617 2.44868e-06 14.4424V17.1303C0.00108071 17.3182 0.0565655 17.5021 0.160232 17.6613C0.263899 17.8206 0.411646 17.9489 0.586898 18.0319C0.730236 18.0934 0.885469 18.1249 1.0424 18.1246H2.47898V20.2227H1.0424C0.884387 20.2213 0.728276 20.2559 0.586898 20.3238C0.40762 20.4064 0.256904 20.537 0.15281 20.6999C0.0487166 20.8628 -0.00433859 21.0511 2.44868e-06 21.2423V23.9386C-0.000366341 24.1257 0.0546243 24.3091 0.15855 24.4672C0.262475 24.6254 0.411044 24.7518 0.586898 24.8318C0.728276 24.8997 0.884387 24.9343 1.0424 24.9329H2.47898V26.8625C2.47897 27.0126 2.50985 27.1612 2.56983 27.2997C2.6298 27.4383 2.71769 27.5641 2.82843 27.6698C2.93917 27.7756 3.07057 27.8592 3.21506 27.9158C3.35954 27.9725 3.51426 28.0011 3.67029 28H19.6303C19.786 28.0011 19.9403 27.9725 20.0843 27.9157C20.2283 27.8589 20.3591 27.7752 20.4691 27.6693C20.5792 27.5635 20.6662 27.4376 20.7253 27.2991C20.7843 27.1606 20.8141 27.0122 20.8129 26.8625V11.5101C20.8125 11.2533 20.7225 11.0041 20.5574 10.8024C20.3922 10.6007 20.1613 10.4582 19.9019 10.3978V10.3978ZM7.37562 22.5314L6.4033 23.4667C6.33569 23.5325 6.2552 23.5847 6.16649 23.6203C6.07777 23.6559 5.9826 23.6742 5.88648 23.6742C5.79035 23.6742 5.69518 23.6559 5.60647 23.6203C5.51776 23.5847 5.43727 23.5325 5.36966 23.4667C5.23585 23.3333 5.16108 23.155 5.16108 22.9696C5.16108 22.7842 5.23585 22.606 5.36966 22.4725L6.34198 21.5372C6.48075 21.4084 6.66602 21.3365 6.8588 21.3365C7.05158 21.3365 7.23684 21.4084 7.37562 21.5372C7.44395 21.6022 7.49819 21.6796 7.53521 21.765C7.57223 21.8503 7.59129 21.9418 7.59129 22.0343C7.59129 22.1268 7.57223 22.2183 7.53521 22.3037C7.49819 22.389 7.44395 22.4664 7.37562 22.5314V22.5314ZM7.37562 16.9112C7.308 16.977 7.22752 17.0291 7.1388 17.0647C7.05009 17.1004 6.95492 17.1187 6.8588 17.1187C6.76267 17.1187 6.6675 17.1004 6.57879 17.0647C6.49008 17.0291 6.40959 16.977 6.34198 16.9112L5.36966 16.0096C5.26687 15.9118 5.19674 15.7867 5.16823 15.6504C5.13972 15.514 5.15413 15.3726 5.20961 15.2441C5.26509 15.1157 5.35912 15.0061 5.47969 14.9293C5.60026 14.8525 5.74189 14.8121 5.88648 14.8131C5.98229 14.812 6.07737 14.8293 6.16613 14.864C6.25489 14.8987 6.33553 14.9502 6.4033 15.0153L7.37562 15.9506C7.50313 16.0805 7.57418 16.2523 7.57418 16.4309C7.57418 16.6095 7.50313 16.7814 7.37562 16.9112V16.9112ZM10.8094 20.2227C10.6064 20.4192 10.3473 20.5533 10.065 20.608C9.78268 20.6627 9.48983 20.6356 9.22358 20.53C8.95733 20.4244 8.72968 20.2451 8.56949 20.0149C8.40929 19.7847 8.32377 19.5139 8.32377 19.2368C8.32377 18.9598 8.40929 18.689 8.56949 18.4588C8.72968 18.2286 8.95733 18.0493 9.22358 17.9437C9.48983 17.8381 9.78268 17.8109 10.065 17.8656C10.3473 17.9203 10.6064 18.0545 10.8094 18.251C10.9438 18.3804 11.0502 18.5341 11.1224 18.7034C11.1946 18.8726 11.2311 19.0539 11.2299 19.2368C11.2304 19.6059 11.0793 19.9603 10.8094 20.2227ZM14.1906 23.4752C14.1233 23.5415 14.0429 23.5942 13.9542 23.6304C13.8655 23.6666 13.7702 23.6854 13.6738 23.6858C13.4799 23.6814 13.2951 23.6061 13.157 23.4752L12.1847 22.5399C12.0476 22.408 11.9706 22.2292 11.9706 22.0427C11.9706 21.8563 12.0476 21.6774 12.1847 21.5456C12.3217 21.4137 12.5076 21.3397 12.7015 21.3397C12.8953 21.3397 13.0812 21.4137 13.2183 21.5456L14.1906 22.4809C14.3259 22.6119 14.4019 22.7891 14.4019 22.9738C14.4019 23.1585 14.3259 23.3357 14.1906 23.4667V23.4752ZM14.1906 15.9844L13.2183 16.9197C13.1507 16.9854 13.0702 17.0376 12.9815 17.0732C12.8928 17.1088 12.7976 17.1271 12.7015 17.1271C12.6053 17.1271 12.5102 17.1088 12.4215 17.0732C12.3328 17.0376 12.2523 16.9854 12.1847 16.9197C12.0508 16.7862 11.9761 16.6079 11.9761 16.4225C11.9761 16.2371 12.0508 16.0589 12.1847 15.9254L13.1395 14.9816C13.2782 14.8529 13.4635 14.781 13.6563 14.781C13.8491 14.781 14.0343 14.8529 14.1731 14.9816C14.3092 15.1145 14.3875 15.2923 14.3921 15.4788C14.3987 15.5759 14.3843 15.6732 14.3496 15.7647C14.3149 15.8561 14.2607 15.9395 14.1906 16.0096V15.9844ZM18.185 22.3208C18.1827 22.4892 18.1115 22.6499 17.9869 22.7682C17.8623 22.8865 17.6943 22.9528 17.5193 22.9528H17.3791C17.2056 22.9506 17.0398 22.8833 16.9171 22.7652C16.7944 22.6472 16.7244 22.4877 16.7221 22.3208V16.5068C16.7244 16.3398 16.7944 16.1804 16.9171 16.0623C17.0398 15.9443 17.2056 15.877 17.3791 15.8748H17.5193C17.6943 15.8748 17.8623 15.9411 17.9869 16.0594C18.1115 16.1777 18.1827 16.3384 18.185 16.5068V22.3208ZM24.527 22.6073C24.1442 23.5763 23.5463 24.4533 22.7751 25.1773V11.5101C22.7763 11.0407 22.6591 10.5781 22.4334 10.1619C22.885 9.59743 23.4513 9.12727 24.0978 8.78002C23.4599 10.6234 23.4599 12.6159 24.0978 14.4592C25.1926 17.0508 25.3439 19.9225 24.527 22.6073V22.6073Z", fill: "#4D4040" }) })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "clip0_3820_8010" }, { children: _jsx("rect", { width: "25", height: "28", fill: "white" }) })) })] })));
14
+ return (_jsxs("svg", { width: width || '24', viewBox: "0 0 25 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("g", { clipPath: "url(#clip0_3820_8010)", children: _jsx("path", { d: "M6.42081 8.55251H3.67029C2.99749 8.5524 2.34312 8.76397 1.80698 9.15495C1.27084 9.54593 0.882352 10.0949 0.700773 10.718C0.315349 9.0328 0.963562 5.95727 3.32866 4.55853C3.32866 4.55853 2.50526 7.57508 2.96076 8.33343C2.96076 8.33343 6.29818 7.81101 5.15067 0C5.16819 0 8.51437 2.56997 6.42081 8.55251ZM9.38157 8.55251H7.94499C8.02598 7.98115 8.23176 7.43274 8.54881 6.94333C8.86585 6.45392 9.28698 6.03459 9.78451 5.71291C9.42682 6.6175 9.28899 7.58881 9.38157 8.55251V8.55251ZM16.3367 3.80861L15.5659 8.55251H12.8153L16.3367 3.80861V3.80861ZM20.2348 8.6115C20.0362 8.57022 19.8335 8.55044 19.6303 8.55251H17.4229C17.7537 7.63575 17.9569 6.68094 18.0273 5.71291C18.1377 4.11681 17.9296 2.51513 17.4142 0.994282C17.5193 1.04484 20.9093 2.82275 20.2348 8.6115V8.6115ZM19.9019 10.3978C19.8116 10.3891 19.7206 10.3891 19.6303 10.3978H3.67029C3.51426 10.3967 3.35954 10.4253 3.21506 10.482C3.07057 10.5387 2.93917 10.6223 2.82843 10.728C2.71769 10.8338 2.6298 10.9595 2.56983 11.0981C2.50985 11.2367 2.47897 11.3853 2.47898 11.5354V13.4818H1.0424C0.884387 13.4804 0.728276 13.515 0.586898 13.5829C0.418104 13.6626 0.274616 13.7843 0.17139 13.9355C0.0681641 14.0867 0.00897849 14.2617 2.44868e-06 14.4424V17.1303C0.00108071 17.3182 0.0565655 17.5021 0.160232 17.6613C0.263899 17.8206 0.411646 17.9489 0.586898 18.0319C0.730236 18.0934 0.885469 18.1249 1.0424 18.1246H2.47898V20.2227H1.0424C0.884387 20.2213 0.728276 20.2559 0.586898 20.3238C0.40762 20.4064 0.256904 20.537 0.15281 20.6999C0.0487166 20.8628 -0.00433859 21.0511 2.44868e-06 21.2423V23.9386C-0.000366341 24.1257 0.0546243 24.3091 0.15855 24.4672C0.262475 24.6254 0.411044 24.7518 0.586898 24.8318C0.728276 24.8997 0.884387 24.9343 1.0424 24.9329H2.47898V26.8625C2.47897 27.0126 2.50985 27.1612 2.56983 27.2997C2.6298 27.4383 2.71769 27.5641 2.82843 27.6698C2.93917 27.7756 3.07057 27.8592 3.21506 27.9158C3.35954 27.9725 3.51426 28.0011 3.67029 28H19.6303C19.786 28.0011 19.9403 27.9725 20.0843 27.9157C20.2283 27.8589 20.3591 27.7752 20.4691 27.6693C20.5792 27.5635 20.6662 27.4376 20.7253 27.2991C20.7843 27.1606 20.8141 27.0122 20.8129 26.8625V11.5101C20.8125 11.2533 20.7225 11.0041 20.5574 10.8024C20.3922 10.6007 20.1613 10.4582 19.9019 10.3978V10.3978ZM7.37562 22.5314L6.4033 23.4667C6.33569 23.5325 6.2552 23.5847 6.16649 23.6203C6.07777 23.6559 5.9826 23.6742 5.88648 23.6742C5.79035 23.6742 5.69518 23.6559 5.60647 23.6203C5.51776 23.5847 5.43727 23.5325 5.36966 23.4667C5.23585 23.3333 5.16108 23.155 5.16108 22.9696C5.16108 22.7842 5.23585 22.606 5.36966 22.4725L6.34198 21.5372C6.48075 21.4084 6.66602 21.3365 6.8588 21.3365C7.05158 21.3365 7.23684 21.4084 7.37562 21.5372C7.44395 21.6022 7.49819 21.6796 7.53521 21.765C7.57223 21.8503 7.59129 21.9418 7.59129 22.0343C7.59129 22.1268 7.57223 22.2183 7.53521 22.3037C7.49819 22.389 7.44395 22.4664 7.37562 22.5314V22.5314ZM7.37562 16.9112C7.308 16.977 7.22752 17.0291 7.1388 17.0647C7.05009 17.1004 6.95492 17.1187 6.8588 17.1187C6.76267 17.1187 6.6675 17.1004 6.57879 17.0647C6.49008 17.0291 6.40959 16.977 6.34198 16.9112L5.36966 16.0096C5.26687 15.9118 5.19674 15.7867 5.16823 15.6504C5.13972 15.514 5.15413 15.3726 5.20961 15.2441C5.26509 15.1157 5.35912 15.0061 5.47969 14.9293C5.60026 14.8525 5.74189 14.8121 5.88648 14.8131C5.98229 14.812 6.07737 14.8293 6.16613 14.864C6.25489 14.8987 6.33553 14.9502 6.4033 15.0153L7.37562 15.9506C7.50313 16.0805 7.57418 16.2523 7.57418 16.4309C7.57418 16.6095 7.50313 16.7814 7.37562 16.9112V16.9112ZM10.8094 20.2227C10.6064 20.4192 10.3473 20.5533 10.065 20.608C9.78268 20.6627 9.48983 20.6356 9.22358 20.53C8.95733 20.4244 8.72968 20.2451 8.56949 20.0149C8.40929 19.7847 8.32377 19.5139 8.32377 19.2368C8.32377 18.9598 8.40929 18.689 8.56949 18.4588C8.72968 18.2286 8.95733 18.0493 9.22358 17.9437C9.48983 17.8381 9.78268 17.8109 10.065 17.8656C10.3473 17.9203 10.6064 18.0545 10.8094 18.251C10.9438 18.3804 11.0502 18.5341 11.1224 18.7034C11.1946 18.8726 11.2311 19.0539 11.2299 19.2368C11.2304 19.6059 11.0793 19.9603 10.8094 20.2227ZM14.1906 23.4752C14.1233 23.5415 14.0429 23.5942 13.9542 23.6304C13.8655 23.6666 13.7702 23.6854 13.6738 23.6858C13.4799 23.6814 13.2951 23.6061 13.157 23.4752L12.1847 22.5399C12.0476 22.408 11.9706 22.2292 11.9706 22.0427C11.9706 21.8563 12.0476 21.6774 12.1847 21.5456C12.3217 21.4137 12.5076 21.3397 12.7015 21.3397C12.8953 21.3397 13.0812 21.4137 13.2183 21.5456L14.1906 22.4809C14.3259 22.6119 14.4019 22.7891 14.4019 22.9738C14.4019 23.1585 14.3259 23.3357 14.1906 23.4667V23.4752ZM14.1906 15.9844L13.2183 16.9197C13.1507 16.9854 13.0702 17.0376 12.9815 17.0732C12.8928 17.1088 12.7976 17.1271 12.7015 17.1271C12.6053 17.1271 12.5102 17.1088 12.4215 17.0732C12.3328 17.0376 12.2523 16.9854 12.1847 16.9197C12.0508 16.7862 11.9761 16.6079 11.9761 16.4225C11.9761 16.2371 12.0508 16.0589 12.1847 15.9254L13.1395 14.9816C13.2782 14.8529 13.4635 14.781 13.6563 14.781C13.8491 14.781 14.0343 14.8529 14.1731 14.9816C14.3092 15.1145 14.3875 15.2923 14.3921 15.4788C14.3987 15.5759 14.3843 15.6732 14.3496 15.7647C14.3149 15.8561 14.2607 15.9395 14.1906 16.0096V15.9844ZM18.185 22.3208C18.1827 22.4892 18.1115 22.6499 17.9869 22.7682C17.8623 22.8865 17.6943 22.9528 17.5193 22.9528H17.3791C17.2056 22.9506 17.0398 22.8833 16.9171 22.7652C16.7944 22.6472 16.7244 22.4877 16.7221 22.3208V16.5068C16.7244 16.3398 16.7944 16.1804 16.9171 16.0623C17.0398 15.9443 17.2056 15.877 17.3791 15.8748H17.5193C17.6943 15.8748 17.8623 15.9411 17.9869 16.0594C18.1115 16.1777 18.1827 16.3384 18.185 16.5068V22.3208ZM24.527 22.6073C24.1442 23.5763 23.5463 24.4533 22.7751 25.1773V11.5101C22.7763 11.0407 22.6591 10.5781 22.4334 10.1619C22.885 9.59743 23.4513 9.12727 24.0978 8.78002C23.4599 10.6234 23.4599 12.6159 24.0978 14.4592C25.1926 17.0508 25.3439 19.9225 24.527 22.6073V22.6073Z", fill: "#4D4040" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3820_8010", children: _jsx("rect", { width: "25", height: "28", fill: "white" }) }) })] }));
26
15
  };
27
16
  export default Vault;
@@ -1,17 +1,6 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Verified = function (_a) {
14
3
  var width = _a.width;
15
- return (_jsx("svg", __assign({ width: width || '14', height: "13", viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.4166 6.5L11.9933 4.8725L12.1916 2.72L10.0858 2.24167L8.98325 0.375L6.99992 1.22667L5.01659 0.375L3.91409 2.23583L1.80825 2.70833L2.00659 4.86667L0.583252 6.5L2.00659 8.1275L1.80825 10.2858L3.91409 10.7642L5.01659 12.625L6.99992 11.7675L8.98325 12.6192L10.0858 10.7583L12.1916 10.28L11.9933 8.1275L13.4166 6.5ZM5.88575 9.25333L3.66909 7.03083L4.53242 6.1675L5.88575 7.52667L9.29825 4.1025L10.1616 4.96583L5.88575 9.25333Z", fill: "#00A3FF" }) })));
4
+ return (_jsx("svg", { width: width || '14', height: "13", viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M13.4166 6.5L11.9933 4.8725L12.1916 2.72L10.0858 2.24167L8.98325 0.375L6.99992 1.22667L5.01659 0.375L3.91409 2.23583L1.80825 2.70833L2.00659 4.86667L0.583252 6.5L2.00659 8.1275L1.80825 10.2858L3.91409 10.7642L5.01659 12.625L6.99992 11.7675L8.98325 12.6192L10.0858 10.7583L12.1916 10.28L11.9933 8.1275L13.4166 6.5ZM5.88575 9.25333L3.66909 7.03083L4.53242 6.1675L5.88575 7.52667L9.29825 4.1025L10.1616 4.96583L5.88575 9.25333Z", fill: "#00A3FF" }) }));
16
5
  };
17
6
  export default Verified;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Wallet = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Wallet = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '24', height: height || '20', viewBox: "0 0 24 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsxs("g", __assign({ clipPath: "url(#clip0_1645_45175)" }, { children: [_jsx("path", { d: "M23.9997 3.09237V5.7034H16.5218C14.1861 5.7034 12.2935 7.59651 12.2935 9.93165C12.2935 12.2668 14.1861 14.1599 16.5218 14.1599H23.9997V16.778C23.9868 16.8062 23.9663 16.8332 23.9633 16.8625C23.796 18.3482 22.4782 19.8662 20.4225 19.8633C14.8065 19.8557 9.19059 19.8645 3.57464 19.8527C3.16725 19.8516 2.74167 19.7911 2.35659 19.6626C0.903732 19.1777 0.00560267 17.881 0.00325462 16.3207C-0.000267455 13.6962 0.00266761 11.0716 0.00266761 8.44709C0.00266761 6.79935 -0.00437654 5.15102 0.00442864 3.50328C0.0149949 1.63892 1.37452 0.149674 3.22419 0.0381416C4.29842 -0.0258427 5.37911 0.010552 6.45687 0.010552C9.66254 0.00879101 16.793 0.00468192 20.9079 0.00233388C22.6156 0.00115985 23.9997 1.38475 23.9997 3.09237Z", fill: "#FAFAFA" }), _jsx("path", { d: "M16.5444 6.92438C16.5367 6.92438 16.5297 6.92438 16.5221 6.92438C14.8708 6.93612 13.5371 8.27803 13.5371 9.93106C13.5371 11.5841 14.8708 12.926 16.5221 12.9377C16.5297 12.9383 16.5367 12.9383 16.5444 12.9383H24V6.9238H16.5444V6.92438ZM16.5444 11.2066C16.5391 11.2072 16.5332 11.2072 16.5279 11.2072H16.5221C15.8206 11.2043 15.2524 10.6343 15.2524 9.93165C15.2524 9.229 15.8206 8.65959 16.5221 8.65666H16.5279C16.5332 8.65666 16.5391 8.65666 16.5444 8.65724C17.2412 8.66546 17.8035 9.23252 17.8035 9.93165C17.8035 10.6308 17.2412 11.1984 16.5444 11.2066Z", fill: "#FAFAFA" })] })), _jsx("defs", { children: _jsx("clipPath", __assign({ id: "clip0_1645_45175" }, { children: _jsx("rect", { width: "24", height: "19.8633", fill: "white" }) })) })] })));
14
+ return (_jsxs("svg", { width: width || '24', height: height || '20', viewBox: "0 0 24 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#clip0_1645_45175)", children: [_jsx("path", { d: "M23.9997 3.09237V5.7034H16.5218C14.1861 5.7034 12.2935 7.59651 12.2935 9.93165C12.2935 12.2668 14.1861 14.1599 16.5218 14.1599H23.9997V16.778C23.9868 16.8062 23.9663 16.8332 23.9633 16.8625C23.796 18.3482 22.4782 19.8662 20.4225 19.8633C14.8065 19.8557 9.19059 19.8645 3.57464 19.8527C3.16725 19.8516 2.74167 19.7911 2.35659 19.6626C0.903732 19.1777 0.00560267 17.881 0.00325462 16.3207C-0.000267455 13.6962 0.00266761 11.0716 0.00266761 8.44709C0.00266761 6.79935 -0.00437654 5.15102 0.00442864 3.50328C0.0149949 1.63892 1.37452 0.149674 3.22419 0.0381416C4.29842 -0.0258427 5.37911 0.010552 6.45687 0.010552C9.66254 0.00879101 16.793 0.00468192 20.9079 0.00233388C22.6156 0.00115985 23.9997 1.38475 23.9997 3.09237Z", fill: "#FAFAFA" }), _jsx("path", { d: "M16.5444 6.92438C16.5367 6.92438 16.5297 6.92438 16.5221 6.92438C14.8708 6.93612 13.5371 8.27803 13.5371 9.93106C13.5371 11.5841 14.8708 12.926 16.5221 12.9377C16.5297 12.9383 16.5367 12.9383 16.5444 12.9383H24V6.9238H16.5444V6.92438ZM16.5444 11.2066C16.5391 11.2072 16.5332 11.2072 16.5279 11.2072H16.5221C15.8206 11.2043 15.2524 10.6343 15.2524 9.93165C15.2524 9.229 15.8206 8.65959 16.5221 8.65666H16.5279C16.5332 8.65666 16.5391 8.65666 16.5444 8.65724C17.2412 8.66546 17.8035 9.23252 17.8035 9.93165C17.8035 10.6308 17.2412 11.1984 16.5444 11.2066Z", fill: "#FAFAFA" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_1645_45175", children: _jsx("rect", { width: "24", height: "19.8633", fill: "white" }) }) })] }));
26
15
  };
27
16
  export default Wallet;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Warning = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Warning = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '23', height: height || '24', viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("g", __assign({ opacity: "0.4" }, { children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.5C17.8513 23.5 23 18.3513 23 12C23 5.64873 17.8513 0.5 11.5 0.5C5.14873 0.5 0 5.64873 0 12C0 18.3513 5.14873 23.5 11.5 23.5ZM10.7207 7.59316C10.9353 7.80783 11.2011 7.91516 11.518 7.91516C11.8247 7.91516 12.0853 7.80783 12.3 7.59316C12.5147 7.3785 12.622 7.11272 12.622 6.79583C12.622 6.47894 12.5147 6.21316 12.3 5.9985C12.0853 5.78383 11.8247 5.6765 11.518 5.6765C11.2011 5.6765 10.9353 5.78383 10.7207 5.9985C10.506 6.21316 10.3987 6.47894 10.3987 6.79583C10.3987 7.11272 10.506 7.3785 10.7207 7.59316ZM12.3767 9.9085C12.3767 9.4258 11.9854 9.0345 11.5027 9.0345C11.02 9.0345 10.6287 9.4258 10.6287 9.9085V16.6092C10.6287 17.0919 11.02 17.4832 11.5027 17.4832C11.9854 17.4832 12.3767 17.0919 12.3767 16.6092V9.9085Z", fill: "#FAFAFA" }) })) })));
14
+ return (_jsx("svg", { width: width || '23', height: height || '24', viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("g", { opacity: "0.4", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.5C17.8513 23.5 23 18.3513 23 12C23 5.64873 17.8513 0.5 11.5 0.5C5.14873 0.5 0 5.64873 0 12C0 18.3513 5.14873 23.5 11.5 23.5ZM10.7207 7.59316C10.9353 7.80783 11.2011 7.91516 11.518 7.91516C11.8247 7.91516 12.0853 7.80783 12.3 7.59316C12.5147 7.3785 12.622 7.11272 12.622 6.79583C12.622 6.47894 12.5147 6.21316 12.3 5.9985C12.0853 5.78383 11.8247 5.6765 11.518 5.6765C11.2011 5.6765 10.9353 5.78383 10.7207 5.9985C10.506 6.21316 10.3987 6.47894 10.3987 6.79583C10.3987 7.11272 10.506 7.3785 10.7207 7.59316ZM12.3767 9.9085C12.3767 9.4258 11.9854 9.0345 11.5027 9.0345C11.02 9.0345 10.6287 9.4258 10.6287 9.9085V16.6092C10.6287 17.0919 11.02 17.4832 11.5027 17.4832C11.9854 17.4832 12.3767 17.0919 12.3767 16.6092V9.9085Z", fill: "#FAFAFA" }) }) }));
26
15
  };
27
16
  export default Warning;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Watch = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Watch = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '12', height: height || '13', viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsx("path", { d: "M6 1.24548C8.7615 1.24548 11 3.48398 11 6.24548C11 9.00698 8.7615 11.2455 6 11.2455C3.2385 11.2455 1 9.00698 1 6.24548C1 3.48398 3.2385 1.24548 6 1.24548ZM6 3.24548C5.86739 3.24548 5.74021 3.29816 5.64645 3.39193C5.55268 3.4857 5.5 3.61288 5.5 3.74548V6.24548C5.50003 6.37808 5.55273 6.50524 5.6465 6.59898L7.1465 8.09898C7.2408 8.19006 7.3671 8.24046 7.4982 8.23932C7.6293 8.23818 7.75471 8.1856 7.84741 8.09289C7.94011 8.00019 7.9927 7.87478 7.99384 7.74368C7.99498 7.61259 7.94458 7.48628 7.8535 7.39198L6.5 6.03848V3.74548C6.5 3.61288 6.44732 3.4857 6.35355 3.39193C6.25979 3.29816 6.13261 3.24548 6 3.24548Z", fill: "#38A611" }) })));
14
+ return (_jsx("svg", { width: width || '12', height: height || '13', viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M6 1.24548C8.7615 1.24548 11 3.48398 11 6.24548C11 9.00698 8.7615 11.2455 6 11.2455C3.2385 11.2455 1 9.00698 1 6.24548C1 3.48398 3.2385 1.24548 6 1.24548ZM6 3.24548C5.86739 3.24548 5.74021 3.29816 5.64645 3.39193C5.55268 3.4857 5.5 3.61288 5.5 3.74548V6.24548C5.50003 6.37808 5.55273 6.50524 5.6465 6.59898L7.1465 8.09898C7.2408 8.19006 7.3671 8.24046 7.4982 8.23932C7.6293 8.23818 7.75471 8.1856 7.84741 8.09289C7.94011 8.00019 7.9927 7.87478 7.99384 7.74368C7.99498 7.61259 7.94458 7.48628 7.8535 7.39198L6.5 6.03848V3.74548C6.5 3.61288 6.44732 3.4857 6.35355 3.39193C6.25979 3.29816 6.13261 3.24548 6 3.24548Z", fill: "#38A611" }) }));
26
15
  };
27
16
  export default Watch;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Website = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Website = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: [_jsx("path", { d: "M6.00377 12.8243C5.77739 11.1035 5.77739 9.3592 6.00377 7.63843H13.2627C13.4898 9.35914 13.4898 11.1036 13.2627 12.8243H6.00377Z" }), _jsx("path", { d: "M13.0267 6.31005H6.22217C6.57084 4.79527 7.02005 3.3428 7.97901 2.11476C8.23706 1.78484 8.53784 1.50176 8.90552 1.30014C9.41369 1.02358 9.91592 1.03988 10.4138 1.32744C10.8978 1.60726 11.2552 2.0219 11.5639 2.48338C12.2652 3.53261 12.6646 4.71258 12.959 5.93655C12.9859 6.04815 13.0077 6.16098 13.0319 6.27339C13.0316 6.28578 13.0298 6.29809 13.0267 6.31005Z" }), _jsx("path", { d: "M6.22461 14.1504H13.0667C12.9104 14.6999 12.7731 15.2359 12.6053 15.7613C12.3282 16.6285 11.972 17.4634 11.4104 18.1762C11.1423 18.5183 10.8302 18.8213 10.4827 19.0768C9.91955 19.4861 9.31837 19.4454 8.74133 19.0629C8.17221 18.685 7.7796 18.1428 7.44161 17.5559C6.84004 16.5038 6.48938 15.3572 6.22461 14.1504Z" }), _jsx("path", { d: "M4.72848 12.8394H4.51398C3.23483 12.8394 1.95609 12.8366 0.67497 12.8435C0.519431 12.8435 0.46125 12.793 0.425234 12.6423C0.0381674 11.0236 0.0294634 9.40744 0.438298 7.79164C0.463232 7.69389 0.477867 7.62016 0.60768 7.62098C1.95885 7.62668 3.31043 7.62546 4.66199 7.62668C4.68297 7.63092 4.70351 7.63719 4.72334 7.64542C4.51569 9.37027 4.51742 11.115 4.72848 12.8394Z" }), _jsx("path", { d: "M14.543 7.63315C14.615 7.62949 14.6732 7.62378 14.731 7.62378C16.0232 7.62378 17.3154 7.62582 18.6076 7.62012C18.7441 7.62012 18.7991 7.65637 18.8336 7.7977C19.2329 9.42938 19.2361 11.0562 18.8249 12.6879C18.8007 12.7828 18.7786 12.8418 18.6626 12.8414C17.317 12.8379 15.9721 12.8368 14.6281 12.8382C14.5986 12.8349 14.5695 12.829 14.541 12.8206C14.7508 11.0983 14.7515 9.3557 14.543 7.63315Z" }), _jsx("path", { d: "M18.3115 6.31404H14.3454C14.1381 5.29251 13.8705 4.28809 13.4593 3.33132C13.0481 2.37455 12.5352 1.47358 11.7686 0.746121C12.4675 0.70539 14.6011 1.77743 15.6788 2.70121C16.8214 3.68364 17.9644 5.24486 18.3115 6.31404Z" }), _jsx("path", { d: "M4.92429 6.31061H0.963379C1.54754 4.04108 5.13404 0.974855 7.51502 0.730469C6.74247 1.47299 6.22836 2.36256 5.81676 3.32096C5.40515 4.27936 5.13048 5.28215 4.92429 6.31061Z" }), _jsx("path", { d: "M14.3503 14.1504H18.3037C17.811 16.3401 14.0879 19.5232 11.7734 19.7305C13.2774 18.1872 13.9027 16.215 14.3503 14.1504Z" }), _jsx("path", { d: "M4.91969 14.1504C5.36652 16.213 5.98432 18.1807 7.48272 19.713C6.857 19.7831 4.64225 18.6715 3.57841 17.7498C2.44689 16.7694 1.15628 14.9935 0.966309 14.1504H4.91969Z" })] })));
14
+ return (_jsxs("svg", { width: width || '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M6.00377 12.8243C5.77739 11.1035 5.77739 9.3592 6.00377 7.63843H13.2627C13.4898 9.35914 13.4898 11.1036 13.2627 12.8243H6.00377Z" }), _jsx("path", { d: "M13.0267 6.31005H6.22217C6.57084 4.79527 7.02005 3.3428 7.97901 2.11476C8.23706 1.78484 8.53784 1.50176 8.90552 1.30014C9.41369 1.02358 9.91592 1.03988 10.4138 1.32744C10.8978 1.60726 11.2552 2.0219 11.5639 2.48338C12.2652 3.53261 12.6646 4.71258 12.959 5.93655C12.9859 6.04815 13.0077 6.16098 13.0319 6.27339C13.0316 6.28578 13.0298 6.29809 13.0267 6.31005Z" }), _jsx("path", { d: "M6.22461 14.1504H13.0667C12.9104 14.6999 12.7731 15.2359 12.6053 15.7613C12.3282 16.6285 11.972 17.4634 11.4104 18.1762C11.1423 18.5183 10.8302 18.8213 10.4827 19.0768C9.91955 19.4861 9.31837 19.4454 8.74133 19.0629C8.17221 18.685 7.7796 18.1428 7.44161 17.5559C6.84004 16.5038 6.48938 15.3572 6.22461 14.1504Z" }), _jsx("path", { d: "M4.72848 12.8394H4.51398C3.23483 12.8394 1.95609 12.8366 0.67497 12.8435C0.519431 12.8435 0.46125 12.793 0.425234 12.6423C0.0381674 11.0236 0.0294634 9.40744 0.438298 7.79164C0.463232 7.69389 0.477867 7.62016 0.60768 7.62098C1.95885 7.62668 3.31043 7.62546 4.66199 7.62668C4.68297 7.63092 4.70351 7.63719 4.72334 7.64542C4.51569 9.37027 4.51742 11.115 4.72848 12.8394Z" }), _jsx("path", { d: "M14.543 7.63315C14.615 7.62949 14.6732 7.62378 14.731 7.62378C16.0232 7.62378 17.3154 7.62582 18.6076 7.62012C18.7441 7.62012 18.7991 7.65637 18.8336 7.7977C19.2329 9.42938 19.2361 11.0562 18.8249 12.6879C18.8007 12.7828 18.7786 12.8418 18.6626 12.8414C17.317 12.8379 15.9721 12.8368 14.6281 12.8382C14.5986 12.8349 14.5695 12.829 14.541 12.8206C14.7508 11.0983 14.7515 9.3557 14.543 7.63315Z" }), _jsx("path", { d: "M18.3115 6.31404H14.3454C14.1381 5.29251 13.8705 4.28809 13.4593 3.33132C13.0481 2.37455 12.5352 1.47358 11.7686 0.746121C12.4675 0.70539 14.6011 1.77743 15.6788 2.70121C16.8214 3.68364 17.9644 5.24486 18.3115 6.31404Z" }), _jsx("path", { d: "M4.92429 6.31061H0.963379C1.54754 4.04108 5.13404 0.974855 7.51502 0.730469C6.74247 1.47299 6.22836 2.36256 5.81676 3.32096C5.40515 4.27936 5.13048 5.28215 4.92429 6.31061Z" }), _jsx("path", { d: "M14.3503 14.1504H18.3037C17.811 16.3401 14.0879 19.5232 11.7734 19.7305C13.2774 18.1872 13.9027 16.215 14.3503 14.1504Z" }), _jsx("path", { d: "M4.91969 14.1504C5.36652 16.213 5.98432 18.1807 7.48272 19.713C6.857 19.7831 4.64225 18.6715 3.57841 17.7498C2.44689 16.7694 1.15628 14.9935 0.966309 14.1504H4.91969Z" })] }));
26
15
  };
27
16
  export default Website;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var WebsiteNew = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var WebsiteNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsxs("svg", __assign({ width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", __assign({ filter: "url(#filter0_b_1256_1281)" }, { children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("g", __assign({ clipPath: "url(#clip0_1256_1281)" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2129 7.07971C11.2797 7.64205 9.56097 8.77436 8.28132 10.3287C7.00167 11.8831 6.22057 13.7873 6.04004 15.7926H10.6115C10.8765 12.7412 11.7612 9.776 13.2115 7.07828L13.2129 7.07971ZM10.6115 17.5783H6.04004C6.22019 19.5836 7.00096 21.488 8.28035 23.0426C9.55975 24.5973 11.2783 25.7299 13.2115 26.2926C11.7612 23.5949 10.8765 20.6296 10.6115 17.5783ZM15.5029 26.674C13.7697 23.9275 12.7078 20.8115 12.4029 17.5783H19.5958C19.2909 20.8115 18.2289 23.9275 16.4958 26.674C16.165 26.6901 15.8337 26.6901 15.5029 26.674ZM18.7886 26.2911C20.7216 25.7286 22.44 24.5961 23.7193 23.0418C24.9987 21.4874 25.7796 19.5834 25.96 17.5783H21.3886C21.1236 20.6296 20.2389 23.5949 18.7886 26.2926V26.2911ZM21.3886 15.7926H25.96C25.7799 13.7872 24.9991 11.8829 23.7197 10.3282C22.4403 8.77358 20.7218 7.64095 18.7886 7.07828C20.2389 9.77599 21.1236 12.7412 21.3886 15.7926ZM15.5029 6.69686C15.8341 6.68064 16.166 6.68064 16.4972 6.69686C18.2298 9.44344 19.2913 12.5594 19.5958 15.7926H12.4043C12.7143 12.5397 13.7786 9.42114 15.5029 6.69686Z", fill: "#BEBEBE" }) }))] })), _jsxs("defs", { children: [_jsxs("filter", __assign({ id: "filter0_b_1256_1281", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1281" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1281", result: "shape" })] })), _jsxs("radialGradient", __assign({ id: "paint0_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)" }, { children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint1_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)" }, { children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint2_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)" }, { children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint3_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)" }, { children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] })), _jsxs("radialGradient", __assign({ id: "paint4_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)" }, { children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })), _jsx("clipPath", __assign({ id: "clip0_1256_1281" }, { children: _jsx("rect", { width: "20", height: "20", fill: "white", transform: "translate(6 6.68542)" }) }))] })] })) })));
14
+ return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1281)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("g", { clipPath: "url(#clip0_1256_1281)", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2129 7.07971C11.2797 7.64205 9.56097 8.77436 8.28132 10.3287C7.00167 11.8831 6.22057 13.7873 6.04004 15.7926H10.6115C10.8765 12.7412 11.7612 9.776 13.2115 7.07828L13.2129 7.07971ZM10.6115 17.5783H6.04004C6.22019 19.5836 7.00096 21.488 8.28035 23.0426C9.55975 24.5973 11.2783 25.7299 13.2115 26.2926C11.7612 23.5949 10.8765 20.6296 10.6115 17.5783ZM15.5029 26.674C13.7697 23.9275 12.7078 20.8115 12.4029 17.5783H19.5958C19.2909 20.8115 18.2289 23.9275 16.4958 26.674C16.165 26.6901 15.8337 26.6901 15.5029 26.674ZM18.7886 26.2911C20.7216 25.7286 22.44 24.5961 23.7193 23.0418C24.9987 21.4874 25.7796 19.5834 25.96 17.5783H21.3886C21.1236 20.6296 20.2389 23.5949 18.7886 26.2926V26.2911ZM21.3886 15.7926H25.96C25.7799 13.7872 24.9991 11.8829 23.7197 10.3282C22.4403 8.77358 20.7218 7.64095 18.7886 7.07828C20.2389 9.77599 21.1236 12.7412 21.3886 15.7926ZM15.5029 6.69686C15.8341 6.68064 16.166 6.68064 16.4972 6.69686C18.2298 9.44344 19.2913 12.5594 19.5958 15.7926H12.4043C12.7143 12.5397 13.7786 9.42114 15.5029 6.69686Z", fill: "#BEBEBE" }) })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1281", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1281" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1281", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] }), _jsx("clipPath", { id: "clip0_1256_1281", children: _jsx("rect", { width: "20", height: "20", fill: "white", transform: "translate(6 6.68542)" }) })] })] }) }));
26
15
  };
27
16
  export default WebsiteNew;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var WhitepaperNew = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var WhitepaperNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsxs("svg", __assign({ width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", __assign({ filter: "url(#filter0_b_1256_1285)" }, { children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.7188 15.4354H17.25C16.7527 15.4354 16.2758 15.2379 15.9242 14.8863C15.5725 14.5346 15.375 14.0577 15.375 13.5604V8.09167C15.375 8.05023 15.3585 8.01049 15.3292 7.98119C15.2999 7.95189 15.2602 7.93542 15.2188 7.93542H11.625C10.962 7.93542 10.3261 8.19882 9.85723 8.66766C9.38839 9.1365 9.125 9.77238 9.125 10.4354V22.9354C9.125 23.5985 9.38839 24.2344 9.85723 24.7032C10.3261 25.172 10.962 25.4354 11.625 25.4354H20.375C21.038 25.4354 21.6739 25.172 22.1428 24.7032C22.6116 24.2344 22.875 23.5985 22.875 22.9354V15.5917C22.875 15.5502 22.8585 15.5105 22.8292 15.4812C22.7999 15.4519 22.7602 15.4354 22.7188 15.4354Z", fill: "#BEBEBE" }), _jsx("path", { d: "M22.3758 14.0522L16.7582 8.43465C16.7473 8.42379 16.7334 8.4164 16.7183 8.41341C16.7032 8.41042 16.6875 8.41197 16.6733 8.41785C16.659 8.42374 16.6469 8.4337 16.6383 8.44649C16.6297 8.45928 16.6251 8.47432 16.625 8.48972V13.5604C16.625 13.7262 16.6908 13.8852 16.8081 14.0024C16.9253 14.1196 17.0842 14.1854 17.25 14.1854H22.3207C22.3361 14.1854 22.3511 14.1807 22.3639 14.1722C22.3767 14.1636 22.3867 14.1514 22.3926 14.1372C22.3985 14.1229 22.4 14.1073 22.397 14.0922C22.394 14.077 22.3866 14.0631 22.3758 14.0522Z", fill: "#BEBEBE" })] })), _jsxs("defs", { children: [_jsxs("filter", __assign({ id: "filter0_b_1256_1285", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1285" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1285", result: "shape" })] })), _jsxs("radialGradient", __assign({ id: "paint0_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)" }, { children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint1_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)" }, { children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint2_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)" }, { children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint3_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)" }, { children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] })), _jsxs("radialGradient", __assign({ id: "paint4_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)" }, { children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] }))] })] })) })));
14
+ return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1285)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.7188 15.4354H17.25C16.7527 15.4354 16.2758 15.2379 15.9242 14.8863C15.5725 14.5346 15.375 14.0577 15.375 13.5604V8.09167C15.375 8.05023 15.3585 8.01049 15.3292 7.98119C15.2999 7.95189 15.2602 7.93542 15.2188 7.93542H11.625C10.962 7.93542 10.3261 8.19882 9.85723 8.66766C9.38839 9.1365 9.125 9.77238 9.125 10.4354V22.9354C9.125 23.5985 9.38839 24.2344 9.85723 24.7032C10.3261 25.172 10.962 25.4354 11.625 25.4354H20.375C21.038 25.4354 21.6739 25.172 22.1428 24.7032C22.6116 24.2344 22.875 23.5985 22.875 22.9354V15.5917C22.875 15.5502 22.8585 15.5105 22.8292 15.4812C22.7999 15.4519 22.7602 15.4354 22.7188 15.4354Z", fill: "#BEBEBE" }), _jsx("path", { d: "M22.3758 14.0522L16.7582 8.43465C16.7473 8.42379 16.7334 8.4164 16.7183 8.41341C16.7032 8.41042 16.6875 8.41197 16.6733 8.41785C16.659 8.42374 16.6469 8.4337 16.6383 8.44649C16.6297 8.45928 16.6251 8.47432 16.625 8.48972V13.5604C16.625 13.7262 16.6908 13.8852 16.8081 14.0024C16.9253 14.1196 17.0842 14.1854 17.25 14.1854H22.3207C22.3361 14.1854 22.3511 14.1807 22.3639 14.1722C22.3767 14.1636 22.3867 14.1514 22.3926 14.1372C22.3985 14.1229 22.4 14.1073 22.397 14.0922C22.394 14.077 22.3866 14.0631 22.3758 14.0522Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1285", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1285" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1285", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] })] }) }));
26
15
  };
27
16
  export default WhitepaperNew;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var XNew = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var XNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style }, { children: _jsxs("svg", __assign({ width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsxs("g", __assign({ filter: "url(#filter0_b_1256_1269)" }, { children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("path", { d: "M20.7923 9.18542H23.3482L17.7648 15.5396L24.3332 24.1854H19.1898L15.1623 18.9413L10.5532 24.1854H7.99484L13.9673 17.3896L7.6665 9.18542H12.9398L16.5815 13.9788L20.7923 9.18542ZM19.8957 22.6621H21.3123L12.1698 10.6288H10.6498L19.8957 22.6621Z", fill: "#BEBEBE" })] })), _jsxs("defs", { children: [_jsxs("filter", __assign({ id: "filter0_b_1256_1269", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, { children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1269" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1269", result: "shape" })] })), _jsxs("radialGradient", __assign({ id: "paint0_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)" }, { children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint1_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)" }, { children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint2_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)" }, { children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] })), _jsxs("radialGradient", __assign({ id: "paint3_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)" }, { children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] })), _jsxs("radialGradient", __assign({ id: "paint4_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)" }, { children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] }))] })] })) })));
14
+ return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1269)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("path", { d: "M20.7923 9.18542H23.3482L17.7648 15.5396L24.3332 24.1854H19.1898L15.1623 18.9413L10.5532 24.1854H7.99484L13.9673 17.3896L7.6665 9.18542H12.9398L16.5815 13.9788L20.7923 9.18542ZM19.8957 22.6621H21.3123L12.1698 10.6288H10.6498L19.8957 22.6621Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1269", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1269" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1269", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] })] }) }));
26
15
  };
27
16
  export default XNew;
@@ -1,17 +1,6 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var YellowQuestionMark = function (_a) {
14
3
  var width = _a.width;
15
- return (_jsxs("svg", __assign({ width: width || '14', height: "16", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M7.38006 14.72H6.67006L2.53006 13L2.00006 12.5L0.310059 8.36004V7.65004L2.00006 3.50004L2.53006 3.00004L6.67006 1.29004H7.38006L11.5301 3.00004L12.0301 3.49004L13.7401 7.65004V8.36004L12.0001 12.5L11.5001 13L7.38006 14.72Z", fill: "#FFB300" }), _jsx("path", { d: "M7.17255 5C7.8303 5 8.36181 5.18352 8.76708 5.55056C9.17236 5.9176 9.375 6.40918 9.375 7.02528C9.375 7.71348 9.15907 8.22472 8.72722 8.55899C8.29537 8.8867 7.71071 9.05056 6.97323 9.05056L6.94334 9.98455H6.15604L6.11617 8.43118H6.40518C7.06293 8.43118 7.57783 8.33286 7.94989 8.13624C8.32194 7.93961 8.50797 7.56929 8.50797 7.02528C8.50797 6.63202 8.38838 6.32069 8.1492 6.09129C7.91002 5.86189 7.58779 5.74719 7.18252 5.74719C6.7706 5.74719 6.44505 5.85861 6.20587 6.08146C5.97333 6.29775 5.85706 6.59597 5.85706 6.97612H5C5 6.58287 5.08969 6.23876 5.26908 5.94382C5.44846 5.64232 5.70093 5.40964 6.02648 5.24579C6.35868 5.08193 6.7407 5 7.17255 5ZM6.5447 12C6.37196 12 6.2258 11.941 6.10621 11.823C5.98662 11.7051 5.92682 11.5609 5.92682 11.3904C5.92682 11.22 5.98662 11.0758 6.10621 10.9579C6.2258 10.8399 6.37196 10.7809 6.5447 10.7809C6.7108 10.7809 6.85032 10.8399 6.96327 10.9579C7.08286 11.0758 7.14265 11.22 7.14265 11.3904C7.14265 11.5609 7.08286 11.7051 6.96327 11.823C6.85032 11.941 6.7108 12 6.5447 12Z", fill: "#F9F4E7" })] })));
4
+ return (_jsxs("svg", { width: width || '14', height: "16", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M7.38006 14.72H6.67006L2.53006 13L2.00006 12.5L0.310059 8.36004V7.65004L2.00006 3.50004L2.53006 3.00004L6.67006 1.29004H7.38006L11.5301 3.00004L12.0301 3.49004L13.7401 7.65004V8.36004L12.0001 12.5L11.5001 13L7.38006 14.72Z", fill: "#FFB300" }), _jsx("path", { d: "M7.17255 5C7.8303 5 8.36181 5.18352 8.76708 5.55056C9.17236 5.9176 9.375 6.40918 9.375 7.02528C9.375 7.71348 9.15907 8.22472 8.72722 8.55899C8.29537 8.8867 7.71071 9.05056 6.97323 9.05056L6.94334 9.98455H6.15604L6.11617 8.43118H6.40518C7.06293 8.43118 7.57783 8.33286 7.94989 8.13624C8.32194 7.93961 8.50797 7.56929 8.50797 7.02528C8.50797 6.63202 8.38838 6.32069 8.1492 6.09129C7.91002 5.86189 7.58779 5.74719 7.18252 5.74719C6.7706 5.74719 6.44505 5.85861 6.20587 6.08146C5.97333 6.29775 5.85706 6.59597 5.85706 6.97612H5C5 6.58287 5.08969 6.23876 5.26908 5.94382C5.44846 5.64232 5.70093 5.40964 6.02648 5.24579C6.35868 5.08193 6.7407 5 7.17255 5ZM6.5447 12C6.37196 12 6.2258 11.941 6.10621 11.823C5.98662 11.7051 5.92682 11.5609 5.92682 11.3904C5.92682 11.22 5.98662 11.0758 6.10621 10.9579C6.2258 10.8399 6.37196 10.7809 6.5447 10.7809C6.7108 10.7809 6.85032 10.8399 6.96327 10.9579C7.08286 11.0758 7.14265 11.22 7.14265 11.3904C7.14265 11.5609 7.08286 11.7051 6.96327 11.823C6.85032 11.941 6.7108 12 6.5447 12Z", fill: "#F9F4E7" })] }));
16
5
  };
17
6
  export default YellowQuestionMark;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var Arrow = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Arrow = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '30', height: "30", viewBox: "0 0 30 30", fill: "none", sx: style }, { children: [_jsx("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#F9F4E7", strokeWidth: "0" }), _jsx("path", { d: "M15.0037 15.5939C15.7767 15.5939 16.4765 15.6395 16.907 15.7243C16.9137 15.7243 17.3076 15.8084 17.4389 15.8626C17.6285 15.9475 17.7889 16.1008 17.8911 16.2925C17.9642 16.4458 18 16.6077 18 16.7766C17.9933 16.9527 17.8836 17.2835 17.8321 17.414C17.5121 18.2738 16.4616 19.917 15.8207 20.5473C15.7185 20.6542 15.5946 20.7697 15.5655 20.8004C15.4044 20.9308 15.2082 21 14.997 21C14.8068 21 14.6173 20.9387 14.4643 20.8153C14.3849 20.7564 14.2689 20.6391 14.2159 20.5841L14.1875 20.5544C13.5235 19.91 12.5252 18.3044 12.2044 17.4902C12.1976 17.4902 12.0378 17.0841 12.0054 16.839L12 16.7766V16.746C12 16.3923 12.1895 16.0623 12.4961 15.8933C12.664 15.8013 13.152 15.7165 13.1594 15.7086C13.5966 15.6395 14.2673 15.5939 15.0037 15.5939ZM15.0004 10C15.3935 10 15.7164 10.3143 15.7552 10.7175L15.7591 10.7992L15.5957 13.8288C15.5957 14.1754 15.3294 14.456 15.0004 14.456C14.6949 14.456 14.4434 14.2141 14.409 13.902L14.405 13.8288L14.2409 10.7992C14.2409 10.3576 14.5811 10 15.0004 10Z", fill: "#fff" })] })));
14
+ return (_jsxs("svg", { width: width || '30', height: "30", viewBox: "0 0 30 30", fill: "none", sx: style, children: [_jsx("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#F9F4E7", strokeWidth: "0" }), _jsx("path", { d: "M15.0037 15.5939C15.7767 15.5939 16.4765 15.6395 16.907 15.7243C16.9137 15.7243 17.3076 15.8084 17.4389 15.8626C17.6285 15.9475 17.7889 16.1008 17.8911 16.2925C17.9642 16.4458 18 16.6077 18 16.7766C17.9933 16.9527 17.8836 17.2835 17.8321 17.414C17.5121 18.2738 16.4616 19.917 15.8207 20.5473C15.7185 20.6542 15.5946 20.7697 15.5655 20.8004C15.4044 20.9308 15.2082 21 14.997 21C14.8068 21 14.6173 20.9387 14.4643 20.8153C14.3849 20.7564 14.2689 20.6391 14.2159 20.5841L14.1875 20.5544C13.5235 19.91 12.5252 18.3044 12.2044 17.4902C12.1976 17.4902 12.0378 17.0841 12.0054 16.839L12 16.7766V16.746C12 16.3923 12.1895 16.0623 12.4961 15.8933C12.664 15.8013 13.152 15.7165 13.1594 15.7086C13.5966 15.6395 14.2673 15.5939 15.0037 15.5939ZM15.0004 10C15.3935 10 15.7164 10.3143 15.7552 10.7175L15.7591 10.7992L15.5957 13.8288C15.5957 14.1754 15.3294 14.456 15.0004 14.456C14.6949 14.456 14.4434 14.2141 14.409 13.902L14.405 13.8288L14.2409 10.7992C14.2409 10.3576 14.5811 10 15.0004 10Z", fill: "#fff" })] }));
26
15
  };
27
16
  export default Arrow;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx } from "theme-ui/jsx-runtime";
13
2
  var Arrow = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var Arrow = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsx("svg", __assign({ width: width || '11', height: "18", viewBox: "0 0 11 18", sx: style }, { children: _jsx("path", { xmlns: "http://www.w3.org/2000/svg", d: "M4.05315 18C3.66071 18 3.36083 17.6498 3.4212 17.2621L4.40395 10.95H0.495277C0.298951 10.95 0.156169 10.8667 0.0669294 10.7C-0.0223098 10.5333 -0.0223098 10.375 0.0669294 10.225L6.43712 0.294459C6.55483 0.110964 6.75784 0 6.97584 0C7.36872 0 7.66886 0.350677 7.60821 0.738842L6.62601 7.025H10.4811C10.6775 7.025 10.8247 7.10833 10.9229 7.275C11.021 7.44167 11.0255 7.6 10.9363 7.75L4.59249 17.7042C4.47505 17.8884 4.27166 18 4.05315 18Z" }) })));
14
+ return (_jsx("svg", { width: width || '11', height: "18", viewBox: "0 0 11 18", sx: style, children: _jsx("path", { xmlns: "http://www.w3.org/2000/svg", d: "M4.05315 18C3.66071 18 3.36083 17.6498 3.4212 17.2621L4.40395 10.95H0.495277C0.298951 10.95 0.156169 10.8667 0.0669294 10.7C-0.0223098 10.5333 -0.0223098 10.375 0.0669294 10.225L6.43712 0.294459C6.55483 0.110964 6.75784 0 6.97584 0C7.36872 0 7.66886 0.350677 7.60821 0.738842L6.62601 7.025H10.4811C10.6775 7.025 10.8247 7.10833 10.9229 7.275C11.021 7.44167 11.0255 7.6 10.9363 7.75L4.59249 17.7042C4.47505 17.8884 4.27166 18 4.05315 18Z" }) }));
26
15
  };
27
16
  export default Arrow;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
13
2
  var PolygonNew = function (_a) {
14
3
  var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
@@ -22,6 +11,6 @@ var PolygonNew = function (_a) {
22
11
  degree: deg[direction],
23
12
  color: color,
24
13
  });
25
- return (_jsxs("svg", __assign({ width: width || '113', height: "25", viewBox: "0 0 113 25" }, { children: [_jsxs("g", __assign({ opacity: "0.8" }, { children: [_jsx("path", { d: "M35.8948 22.8065V7.43991H38.1812L38.3989 8.68028H38.5078C39.161 7.83069 40.2711 7.22217 41.8167 7.22217C44.6454 7.22217 46.9104 9.52987 46.9104 12.9457C46.9104 16.3616 44.6474 18.6693 41.8167 18.6693C40.2925 18.6693 39.2271 18.0375 38.6614 17.3201H38.5525V22.8045H35.8968L35.8948 22.8065ZM44.2527 12.9477C44.2527 10.9452 42.9676 9.68346 41.4007 9.68346C39.8337 9.68346 38.5486 10.9452 38.5486 12.9477C38.5486 14.9502 39.8337 16.2119 41.4007 16.2119C42.9676 16.2119 44.2527 14.9502 44.2527 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M48.2557 12.9477C48.2557 9.61737 50.6489 7.22412 53.849 7.22412C57.0491 7.22412 59.4423 9.61737 59.4423 12.9477C59.4423 16.278 57.0491 18.6713 53.849 18.6713C50.6489 18.6713 48.2557 16.2547 48.2557 12.9477ZM56.7652 12.9477C56.7652 10.988 55.4587 9.68347 53.849 9.68347C52.2392 9.68347 50.9114 10.9899 50.9114 12.9477C50.9114 14.9055 52.2392 16.1905 53.849 16.1905C55.4587 16.1905 56.7652 14.9074 56.7652 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M61.367 18.4536V3.21729H64.0227V18.4536H61.367Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M73.8815 7.43994H76.7103L71.9218 20.8254C71.4436 22.1533 70.7903 22.8065 69.0698 22.8065H66.5015V20.3471H68.679C69.0717 20.3471 69.2875 20.1508 69.4197 19.8242L69.6802 19.1068L65.197 7.43994H68.0258L70.8778 15.0804H71.3133L73.8815 7.43994Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M77.2177 18.9979H79.9161C80.025 19.7153 80.7424 20.6951 82.4416 20.6951C84.03 20.6951 85.0759 19.6939 85.0759 18.1697V16.6241H84.967C84.3799 17.2559 83.2912 17.8217 81.8972 17.8217C79.0685 17.8217 76.8911 15.6442 76.8911 12.5103C76.8911 9.37628 79.0685 7.22217 81.8972 7.22217C83.3553 7.22217 84.4227 7.8093 85.0973 8.63751H85.2062L85.4239 7.43991H87.7316V18.1697C87.7316 21.0859 85.7719 23.0242 82.4416 23.0242C78.7205 23.0242 77.2838 20.5862 77.2177 18.9979ZM85.0759 12.5122C85.0759 10.7936 83.8569 9.59597 82.3113 9.59597C80.7657 9.59597 79.5681 10.7936 79.5681 12.5122C79.5681 14.2308 80.7871 15.4498 82.3113 15.4498C83.8356 15.4498 85.0759 14.2522 85.0759 12.5122Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M89.5787 12.9477C89.5787 9.61737 91.9719 7.22412 95.172 7.22412C98.3721 7.22412 100.765 9.61737 100.765 12.9477C100.765 16.278 98.3721 18.6713 95.172 18.6713C91.9719 18.6713 89.5787 16.2547 89.5787 12.9477ZM98.0882 12.9477C98.0882 10.988 96.7817 9.68347 95.172 9.68347C93.5622 9.68347 92.2344 10.9899 92.2344 12.9477C92.2344 14.9055 93.5622 16.1905 95.172 16.1905C96.7817 16.1905 98.0882 14.9074 98.0882 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M102.612 18.4535V7.43991H104.897L105.114 8.48392H105.223C105.659 7.98427 106.747 7.22217 108.4 7.22217C110.925 7.22217 112.753 9.04967 112.753 11.8356V18.4516H110.097V12.1836C110.097 10.7683 109.096 9.74567 107.725 9.74567C106.355 9.74567 105.266 10.813 105.266 12.1836V18.4516H102.61L102.612 18.4535Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M20.4369 17.1685L26.9653 13.3988C27.3114 13.1986 27.5253 12.8273 27.5253 12.4287V4.88929C27.5253 4.49074 27.3114 4.11941 26.9653 3.91916L20.4369 0.149457C20.0908 -0.05079 19.6612 -0.0488459 19.3171 0.149457L12.7886 3.91916C12.4426 4.11941 12.2287 4.49074 12.2287 4.88929V18.3622L7.65023 21.0043L3.07176 18.3622V13.0761L7.65023 10.434L10.6695 12.1779V8.63178L8.21014 7.21061C8.041 7.1134 7.84658 7.06091 7.65023 7.06091C7.45387 7.06091 7.25945 7.1134 7.09031 7.21061L0.559915 10.9784C0.213856 11.1786 0 11.5499 0 11.9485V19.4879C0 19.8865 0.213856 20.2578 0.559915 20.458L7.08837 24.2277C7.43443 24.426 7.86214 24.426 8.2082 24.2277L14.7366 20.458C15.0827 20.2578 15.2966 19.8865 15.2966 19.4879V6.01496L15.3782 5.9683L19.8731 3.37286L24.4516 6.01496V11.3011L19.8731 13.9432L16.8577 12.2032V15.7493L19.3132 17.1666C19.6592 17.3649 20.0889 17.3649 20.433 17.1666L20.4369 17.1685Z", fill: "url(#paint0_linear_1988_116512)" })] })), _jsx("defs", { children: _jsxs("linearGradient", __assign({ id: "paint0_linear_1988_116512", x1: "-0.0874863", y1: "20.2286", x2: "26.3432", y2: "4.88735", gradientUnits: "userSpaceOnUse" }, { children: [_jsx("stop", { stopColor: "#9A3C8F" }), _jsx("stop", { offset: "0.98", stopColor: "#734D9A" }), _jsx("stop", { offset: "1", stopColor: "#734E9B" })] })) })] })));
14
+ return (_jsxs("svg", { width: width || '113', height: "25", viewBox: "0 0 113 25", children: [_jsxs("g", { opacity: "0.8", children: [_jsx("path", { d: "M35.8948 22.8065V7.43991H38.1812L38.3989 8.68028H38.5078C39.161 7.83069 40.2711 7.22217 41.8167 7.22217C44.6454 7.22217 46.9104 9.52987 46.9104 12.9457C46.9104 16.3616 44.6474 18.6693 41.8167 18.6693C40.2925 18.6693 39.2271 18.0375 38.6614 17.3201H38.5525V22.8045H35.8968L35.8948 22.8065ZM44.2527 12.9477C44.2527 10.9452 42.9676 9.68346 41.4007 9.68346C39.8337 9.68346 38.5486 10.9452 38.5486 12.9477C38.5486 14.9502 39.8337 16.2119 41.4007 16.2119C42.9676 16.2119 44.2527 14.9502 44.2527 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M48.2557 12.9477C48.2557 9.61737 50.6489 7.22412 53.849 7.22412C57.0491 7.22412 59.4423 9.61737 59.4423 12.9477C59.4423 16.278 57.0491 18.6713 53.849 18.6713C50.6489 18.6713 48.2557 16.2547 48.2557 12.9477ZM56.7652 12.9477C56.7652 10.988 55.4587 9.68347 53.849 9.68347C52.2392 9.68347 50.9114 10.9899 50.9114 12.9477C50.9114 14.9055 52.2392 16.1905 53.849 16.1905C55.4587 16.1905 56.7652 14.9074 56.7652 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M61.367 18.4536V3.21729H64.0227V18.4536H61.367Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M73.8815 7.43994H76.7103L71.9218 20.8254C71.4436 22.1533 70.7903 22.8065 69.0698 22.8065H66.5015V20.3471H68.679C69.0717 20.3471 69.2875 20.1508 69.4197 19.8242L69.6802 19.1068L65.197 7.43994H68.0258L70.8778 15.0804H71.3133L73.8815 7.43994Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M77.2177 18.9979H79.9161C80.025 19.7153 80.7424 20.6951 82.4416 20.6951C84.03 20.6951 85.0759 19.6939 85.0759 18.1697V16.6241H84.967C84.3799 17.2559 83.2912 17.8217 81.8972 17.8217C79.0685 17.8217 76.8911 15.6442 76.8911 12.5103C76.8911 9.37628 79.0685 7.22217 81.8972 7.22217C83.3553 7.22217 84.4227 7.8093 85.0973 8.63751H85.2062L85.4239 7.43991H87.7316V18.1697C87.7316 21.0859 85.7719 23.0242 82.4416 23.0242C78.7205 23.0242 77.2838 20.5862 77.2177 18.9979ZM85.0759 12.5122C85.0759 10.7936 83.8569 9.59597 82.3113 9.59597C80.7657 9.59597 79.5681 10.7936 79.5681 12.5122C79.5681 14.2308 80.7871 15.4498 82.3113 15.4498C83.8356 15.4498 85.0759 14.2522 85.0759 12.5122Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M89.5787 12.9477C89.5787 9.61737 91.9719 7.22412 95.172 7.22412C98.3721 7.22412 100.765 9.61737 100.765 12.9477C100.765 16.278 98.3721 18.6713 95.172 18.6713C91.9719 18.6713 89.5787 16.2547 89.5787 12.9477ZM98.0882 12.9477C98.0882 10.988 96.7817 9.68347 95.172 9.68347C93.5622 9.68347 92.2344 10.9899 92.2344 12.9477C92.2344 14.9055 93.5622 16.1905 95.172 16.1905C96.7817 16.1905 98.0882 14.9074 98.0882 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M102.612 18.4535V7.43991H104.897L105.114 8.48392H105.223C105.659 7.98427 106.747 7.22217 108.4 7.22217C110.925 7.22217 112.753 9.04967 112.753 11.8356V18.4516H110.097V12.1836C110.097 10.7683 109.096 9.74567 107.725 9.74567C106.355 9.74567 105.266 10.813 105.266 12.1836V18.4516H102.61L102.612 18.4535Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M20.4369 17.1685L26.9653 13.3988C27.3114 13.1986 27.5253 12.8273 27.5253 12.4287V4.88929C27.5253 4.49074 27.3114 4.11941 26.9653 3.91916L20.4369 0.149457C20.0908 -0.05079 19.6612 -0.0488459 19.3171 0.149457L12.7886 3.91916C12.4426 4.11941 12.2287 4.49074 12.2287 4.88929V18.3622L7.65023 21.0043L3.07176 18.3622V13.0761L7.65023 10.434L10.6695 12.1779V8.63178L8.21014 7.21061C8.041 7.1134 7.84658 7.06091 7.65023 7.06091C7.45387 7.06091 7.25945 7.1134 7.09031 7.21061L0.559915 10.9784C0.213856 11.1786 0 11.5499 0 11.9485V19.4879C0 19.8865 0.213856 20.2578 0.559915 20.458L7.08837 24.2277C7.43443 24.426 7.86214 24.426 8.2082 24.2277L14.7366 20.458C15.0827 20.2578 15.2966 19.8865 15.2966 19.4879V6.01496L15.3782 5.9683L19.8731 3.37286L24.4516 6.01496V11.3011L19.8731 13.9432L16.8577 12.2032V15.7493L19.3132 17.1666C19.6592 17.3649 20.0889 17.3649 20.433 17.1666L20.4369 17.1685Z", fill: "url(#paint0_linear_1988_116512)" })] }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_1988_116512", x1: "-0.0874863", y1: "20.2286", x2: "26.3432", y2: "4.88735", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#9A3C8F" }), _jsx("stop", { offset: "0.98", stopColor: "#734D9A" }), _jsx("stop", { offset: "1", stopColor: "#734E9B" })] }) })] }));
26
15
  };
27
16
  export default PolygonNew;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SvgProps } from './types';
3
2
  declare const Svg: React.FC<SvgProps>;
4
3
  export default Svg;