@ape.swap/bonds-sdk 6.2.13 → 6.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -27
- package/dist/components/BondFilters/BondFilters.js +3 -3
- package/dist/components/BondFilters/BondFilters.js.map +1 -1
- package/dist/components/Carousel/index.d.ts +1 -1
- package/dist/components/Carousel/index.js +7 -4
- package/dist/components/Carousel/index.js.map +1 -1
- package/dist/components/Carousel/styles.d.ts +35 -0
- package/dist/components/Carousel/styles.js +40 -0
- package/dist/components/Carousel/styles.js.map +1 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.d.ts +1 -1
- package/dist/components/ChainOptionList/ChainOptionsButtons.js +9 -6
- package/dist/components/ChainOptionList/ChainOptionsButtons.js.map +1 -1
- package/dist/components/ChainOptionList/ChainOptionsList.d.ts +1 -1
- package/dist/components/ChainOptionList/ChainOptionsList.js +4 -3
- package/dist/components/ChainOptionList/ChainOptionsList.js.map +1 -1
- package/dist/components/ChainOptionList/styles.d.ts +2 -0
- package/dist/components/ChainOptionList/styles.js +54 -0
- package/dist/components/ChainOptionList/styles.js.map +1 -0
- package/dist/components/CircularProgress/index.js +14 -3
- package/dist/components/CircularProgress/index.js.map +1 -1
- package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.d.ts +1 -1
- package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.js +7 -2
- package/dist/components/ConnectAptosWalletButton/ConnectAptosWalletButton.js.map +1 -1
- package/dist/components/ConnectButton/index.d.ts +2 -1
- package/dist/components/ConnectButton/index.js +1 -1
- package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.d.ts +1 -1
- package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js +7 -2
- package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js.map +1 -1
- package/dist/components/ConnectSuiWalletButton/ConnectSuiWalletButton.d.ts +2 -1
- package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.d.ts +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.js +31 -2
- package/dist/components/ConnectoToVmBanners/ConnectToAptosBanner.js.map +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.d.ts +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js +41 -2
- package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js.map +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.d.ts +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js +34 -10
- package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js.map +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.d.ts +1 -1
- package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.js +31 -2
- package/dist/components/ConnectoToVmBanners/ConnectToSuiBanner.js.map +1 -1
- package/dist/components/CustomClaimModals/AbondModal.d.ts +2 -1
- package/dist/components/CustomClaimModals/AbondModal.js +3 -2
- package/dist/components/CustomClaimModals/AbondModal.js.map +1 -1
- package/dist/components/CustomClaimModals/OabondModal.d.ts +2 -1
- package/dist/components/CustomClaimModals/OabondModal.js +3 -2
- package/dist/components/CustomClaimModals/OabondModal.js.map +1 -1
- package/dist/components/CustomClaimModals/PmusdModal.d.ts +2 -1
- package/dist/components/CustomClaimModals/PmusdModal.js +9 -2
- package/dist/components/CustomClaimModals/PmusdModal.js.map +1 -1
- package/dist/components/CustomClaimModals/PostClaimModal.d.ts +2 -1
- package/dist/components/CustomClaimModals/PostClaimModal.js +3 -2
- package/dist/components/CustomClaimModals/PostClaimModal.js.map +1 -1
- package/dist/components/FavIcons/AddFavToken.d.ts +2 -1
- package/dist/components/FavIcons/AddFavToken.js +2 -2
- package/dist/components/FavIcons/AddFavToken.js.map +1 -1
- package/dist/components/FavIcons/FavFilter.d.ts +2 -1
- package/dist/components/FavIcons/FavFilter.js +3 -3
- package/dist/components/FavIcons/FavFilter.js.map +1 -1
- package/dist/components/LoadingSpinner/index.d.ts +2 -1
- package/dist/components/LoadingSpinner/index.js +30 -8
- package/dist/components/LoadingSpinner/index.js.map +1 -1
- package/dist/components/MenuSelect/MenuSelect.d.ts +2 -1
- package/dist/components/MenuSelect/MenuSelect.js +9 -12
- package/dist/components/MenuSelect/MenuSelect.js.map +1 -1
- package/dist/components/MenuSelect/RecommendationSelector.d.ts +2 -1
- package/dist/components/MenuSelect/RecommendationSelector.js +24 -4
- package/dist/components/MenuSelect/RecommendationSelector.js.map +1 -1
- package/dist/components/NetworkFilter/index.d.ts +2 -1
- package/dist/components/NetworkFilter/index.js +47 -9
- package/dist/components/NetworkFilter/index.js.map +1 -1
- package/dist/components/PlaceholderMonkey/index.d.ts +2 -1
- package/dist/components/PlaceholderMonkey/index.js +7 -2
- package/dist/components/PlaceholderMonkey/index.js.map +1 -1
- package/dist/components/ProgressBar/ProgressBar.js +5 -3
- package/dist/components/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBarWrapper.js +4 -4
- package/dist/components/ProgressBar/ProgressBarWrapper.js.map +1 -1
- package/dist/components/ProgressBar/styles.d.ts +2 -0
- package/dist/components/ProgressBar/styles.js +15 -0
- package/dist/components/ProgressBar/styles.js.map +1 -0
- package/dist/components/ProgressiveImage/index.d.ts +2 -1
- package/dist/components/ProgressiveImage/index.js +21 -3
- package/dist/components/ProgressiveImage/index.js.map +1 -1
- package/dist/components/SafeHTMLComponent/index.d.ts +2 -1
- package/dist/components/SafeHTMLComponent/index.js +1 -1
- package/dist/components/SlippageModal/index.d.ts +2 -1
- package/dist/components/SlippageModal/index.js +43 -7
- package/dist/components/SlippageModal/index.js.map +1 -1
- package/dist/components/StepBubble/index.d.ts +2 -1
- package/dist/components/StepBubble/index.js +33 -5
- package/dist/components/StepBubble/index.js.map +1 -1
- package/dist/components/Toast/index.d.ts +2 -1
- package/dist/components/Toast/index.js +15 -4
- package/dist/components/Toast/index.js.map +1 -1
- package/dist/components/Toast/styles.d.ts +3 -0
- package/dist/components/Toast/styles.js +30 -0
- package/dist/components/Toast/styles.js.map +1 -0
- package/dist/components/TokenInfoAndName/index.d.ts +3 -3
- package/dist/components/TokenInfoAndName/index.js +19 -9
- package/dist/components/TokenInfoAndName/index.js.map +1 -1
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +2 -1
- package/dist/components/TokenSelectorModal/TokenRow.js +3 -3
- package/dist/components/TokenSelectorModal/TokenRow.js.map +1 -1
- package/dist/components/TokenSelectorModal/index.js +14 -2
- package/dist/components/TokenSelectorModal/index.js.map +1 -1
- package/dist/components/TokenSelectorPanel/index.d.ts +1 -1
- package/dist/components/TokenSelectorPanel/index.js +9 -6
- package/dist/components/TokenSelectorPanel/index.js.map +1 -1
- package/dist/components/Tooltip/ButtonsRow.js +4 -3
- package/dist/components/Tooltip/ButtonsRow.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +4 -4
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Tooltip/styles.d.ts +2 -0
- package/dist/components/Tooltip/styles.js +32 -0
- package/dist/components/Tooltip/styles.js.map +1 -0
- package/dist/components/YouTooltip/YouTooltip.d.ts +2 -1
- package/dist/components/YouTooltip/YouTooltip.js +24 -2
- package/dist/components/YouTooltip/YouTooltip.js.map +1 -1
- package/dist/components/uikit-sdk/Button/Button.d.ts +2 -1
- package/dist/components/uikit-sdk/Button/Button.js +40 -34
- package/dist/components/uikit-sdk/Button/Button.js.map +1 -1
- package/dist/components/uikit-sdk/Button/IconButton.js +15 -17
- package/dist/components/uikit-sdk/Button/IconButton.js.map +1 -1
- package/dist/components/uikit-sdk/Button/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/styles.js +31 -0
- package/dist/components/uikit-sdk/Button/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Button/types.d.ts +2 -1
- package/dist/components/uikit-sdk/Button/types.js +6 -6
- package/dist/components/uikit-sdk/Button/types.js.map +1 -1
- package/dist/components/uikit-sdk/Checkbox/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Checkbox/index.js +8 -11
- package/dist/components/uikit-sdk/Checkbox/index.js.map +1 -1
- package/dist/components/uikit-sdk/Checkbox/types.d.ts +2 -2
- package/dist/components/uikit-sdk/Checkbox/types.js.map +1 -1
- package/dist/components/uikit-sdk/Flex/index.d.ts +3 -9
- package/dist/components/uikit-sdk/Flex/index.js +4 -8
- package/dist/components/uikit-sdk/Flex/index.js.map +1 -1
- package/dist/components/uikit-sdk/Input/Input.d.ts +2 -3
- package/dist/components/uikit-sdk/Input/Input.js +33 -7
- package/dist/components/uikit-sdk/Input/Input.js.map +1 -1
- package/dist/components/uikit-sdk/LoadingDots/index.d.ts +1 -1
- package/dist/components/uikit-sdk/LoadingDots/index.js +21 -2
- package/dist/components/uikit-sdk/LoadingDots/index.js.map +1 -1
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +5 -5
- package/dist/components/uikit-sdk/Modal/ModalHeader.js.map +1 -1
- package/dist/components/uikit-sdk/Modal/index.d.ts +2 -1
- package/dist/components/uikit-sdk/Modal/index.js +6 -11
- package/dist/components/uikit-sdk/Modal/index.js.map +1 -1
- package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Modal/styles.js +47 -0
- package/dist/components/uikit-sdk/Modal/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Modal/types.d.ts +3 -3
- package/dist/components/uikit-sdk/Select/Select.d.ts +2 -1
- package/dist/components/uikit-sdk/Select/Select.js +17 -19
- package/dist/components/uikit-sdk/Select/Select.js.map +1 -1
- package/dist/components/uikit-sdk/Select/SelectItem.d.ts +1 -1
- package/dist/components/uikit-sdk/Select/SelectItem.js +15 -26
- package/dist/components/uikit-sdk/Select/SelectItem.js.map +1 -1
- package/dist/components/uikit-sdk/Select/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/styles.js +50 -0
- package/dist/components/uikit-sdk/Select/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Select/types.d.ts +0 -1
- package/dist/components/uikit-sdk/Select/types.js +9 -9
- package/dist/components/uikit-sdk/Select/types.js.map +1 -1
- package/dist/components/uikit-sdk/Skeleton/index.d.ts +2 -1
- package/dist/components/uikit-sdk/Skeleton/index.js +8 -7
- package/dist/components/uikit-sdk/Skeleton/index.js.map +1 -1
- package/dist/components/uikit-sdk/Skeleton/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Skeleton/styles.js +43 -0
- package/dist/components/uikit-sdk/Skeleton/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Skeleton/types.d.ts +2 -2
- package/dist/components/uikit-sdk/Skeleton/types.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/BitTensor.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Close.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Discount.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Discount.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Error.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/External.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/External.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/GiftBox.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/GiftBoxPlain.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/L1X.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/More.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/More.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/NewOffer.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/NewOffer.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Robinhood.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Search.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/SellingFast.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/SellingFast.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/ShortSupply.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Star.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Success.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Tick.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Tick.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Timer.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +2 -2
- package/dist/components/uikit-sdk/Svg/Icons/URL.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/WhaleActivity.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/WhaleActivity.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/styles.d.ts +2 -5
- package/dist/components/uikit-sdk/Svg/styles.js +7 -9
- package/dist/components/uikit-sdk/Svg/styles.js.map +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/APTOS.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/BERA.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/SOL.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/SUI.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +1 -1
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js +1 -1
- package/dist/components/uikit-sdk/SwiperDots/index.d.ts +2 -1
- package/dist/components/uikit-sdk/SwiperDots/index.js +9 -3
- package/dist/components/uikit-sdk/SwiperDots/index.js.map +1 -1
- package/dist/components/uikit-sdk/TabNav/index.js +34 -3
- package/dist/components/uikit-sdk/TabNav/index.js.map +1 -1
- package/dist/components/uikit-sdk/Tag/ListTag.d.ts +2 -1
- package/dist/components/uikit-sdk/Tag/ListTag.js +16 -13
- package/dist/components/uikit-sdk/Tag/ListTag.js.map +1 -1
- package/dist/components/uikit-sdk/Text/index.d.ts +2 -1
- package/dist/components/uikit-sdk/Text/index.js +8 -29
- package/dist/components/uikit-sdk/Text/index.js.map +1 -1
- package/dist/components/uikit-sdk/Text/types.d.ts +2 -2
- package/dist/components/uikit-sdk/Text/types.js.map +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +2 -1
- package/dist/components/uikit-sdk/Toggle/index.js +8 -7
- package/dist/components/uikit-sdk/Toggle/index.js.map +1 -1
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Toggle/styles.js +22 -0
- package/dist/components/uikit-sdk/Toggle/styles.js.map +1 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +2 -1
- package/dist/components/uikit-sdk/TokenImage/index.js +45 -3
- package/dist/components/uikit-sdk/TokenImage/index.js.map +1 -1
- package/dist/components/uikit-sdk/TooltipBubble/index.js +52 -32
- package/dist/components/uikit-sdk/TooltipBubble/index.js.map +1 -1
- package/dist/components/uikit-sdk/TooltipBubble/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +108 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.js.map +1 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.d.ts +4 -5
- package/dist/components/uikit-sdk/TooltipBubble/types.js.map +1 -1
- package/dist/contexts/ModalContext.d.ts +1 -1
- package/dist/contexts/ModalContext.js +1 -1
- package/dist/contexts/Popups.d.ts +1 -1
- package/dist/contexts/Popups.js +2 -2
- package/dist/contexts/Popups.js.map +1 -1
- package/dist/providers/AptosWalletProvider.d.ts +1 -1
- package/dist/providers/SolanaWalletProvider.d.ts +1 -1
- package/dist/providers/SuiWalletProvider.d.ts +1 -1
- package/dist/providers/index.d.ts +13 -2
- package/dist/providers/index.js +36 -7
- package/dist/providers/index.js.map +1 -1
- package/dist/state/useSDKConfig.d.ts +0 -6
- package/dist/state/useSDKConfig.js.map +1 -1
- package/dist/styles.css +1588 -2
- package/dist/theme/base.d.ts +109 -0
- package/dist/theme/base.js +125 -0
- package/dist/theme/base.js.map +1 -0
- package/dist/theme/components.d.ts +411 -0
- package/dist/theme/components.js +365 -0
- package/dist/theme/components.js.map +1 -0
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/index.js +12 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/utils/campaignStyles.d.ts +5 -5
- package/dist/utils/campaignStyles.js.map +1 -1
- package/dist/views/Bonds/Bonds.d.ts +2 -1
- package/dist/views/Bonds/Bonds.js +11 -2
- package/dist/views/Bonds/Bonds.js.map +1 -1
- package/dist/views/Bonds/components/BondRows/ActiveBondRows.js +9 -5
- package/dist/views/Bonds/components/BondRows/ActiveBondRows.js.map +1 -1
- package/dist/views/Bonds/components/BondRows/BondRow.js +12 -13
- package/dist/views/Bonds/components/BondRows/BondRow.js.map +1 -1
- package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +2 -1
- package/dist/views/Bonds/components/BondRows/ChainTitle.js +13 -5
- package/dist/views/Bonds/components/BondRows/ChainTitle.js.map +1 -1
- package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +2 -1
- package/dist/views/Bonds/components/BondRows/ModalHandler.js +1 -1
- package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.d.ts +2 -1
- package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js +1 -1
- package/dist/views/Bonds/components/BondRows/SoldOutRows.d.ts +2 -1
- package/dist/views/Bonds/components/BondRows/SoldOutRows.js +8 -6
- package/dist/views/Bonds/components/BondRows/SoldOutRows.js.map +1 -1
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.js +10 -4
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.js.map +1 -1
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.d.ts +2 -1
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.js +25 -5
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.js.map +1 -1
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.d.ts +3 -3
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.js +3 -6
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.js.map +1 -1
- package/dist/views/Bonds/components/BonusComponents/BonusTable.d.ts +2 -1
- package/dist/views/Bonds/components/BonusComponents/BonusTable.js +21 -8
- package/dist/views/Bonds/components/BonusComponents/BonusTable.js.map +1 -1
- package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +2 -1
- package/dist/views/Bonds/components/BuyAgainRow/index.js +22 -3
- package/dist/views/Bonds/components/BuyAgainRow/index.js.map +1 -1
- package/dist/views/Bonds/components/ChainBanner/ChainBanner.d.ts +2 -1
- package/dist/views/Bonds/components/ChainBanner/ChainBanner.js +11 -7
- package/dist/views/Bonds/components/ChainBanner/ChainBanner.js.map +1 -1
- package/dist/views/Bonds/components/CheckURL/index.d.ts +2 -1
- package/dist/views/Bonds/components/CheckURL/index.js +1 -1
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +2 -1
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.js +19 -2
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.js.map +1 -1
- package/dist/views/Bonds/components/HotBondCards/index.d.ts +2 -1
- package/dist/views/Bonds/components/HotBondCards/index.js +14 -3
- package/dist/views/Bonds/components/HotBondCards/index.js.map +1 -1
- package/dist/views/Bonds/components/HotBondCards/styles.d.ts +35 -0
- package/dist/views/Bonds/components/HotBondCards/styles.js +38 -0
- package/dist/views/Bonds/components/HotBondCards/styles.js.map +1 -0
- package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.d.ts +2 -1
- package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js +17 -2
- package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js.map +1 -1
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +2 -1
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js +3 -3
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js.map +1 -1
- package/dist/views/Bonds/components/RecommendationCards/index.d.ts +2 -1
- package/dist/views/Bonds/components/RecommendationCards/index.js +12 -2
- package/dist/views/Bonds/components/RecommendationCards/index.js.map +1 -1
- package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.js +24 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.js.map +1 -0
- package/dist/views/Bonds/index.js +1 -1
- package/dist/views/BuyBond/BuyBondModal.js +2 -2
- package/dist/views/BuyBond/BuyBondModal.js.map +1 -1
- package/dist/views/BuyBond/BuyComponent.js +34 -7
- package/dist/views/BuyBond/BuyComponent.js.map +1 -1
- package/dist/views/BuyBond/BuyComponentAptos.js +9 -3
- package/dist/views/BuyBond/BuyComponentAptos.js.map +1 -1
- package/dist/views/BuyBond/BuyComponentPreTGE.d.ts +2 -1
- package/dist/views/BuyBond/BuyComponentPreTGE.js +24 -5
- package/dist/views/BuyBond/BuyComponentPreTGE.js.map +1 -1
- package/dist/views/BuyBond/BuyComponentSolana.js +10 -4
- package/dist/views/BuyBond/BuyComponentSolana.js.map +1 -1
- package/dist/views/BuyBond/BuyComponentSui.js +9 -3
- package/dist/views/BuyBond/BuyComponentSui.js.map +1 -1
- package/dist/views/BuyBond/ParticipationSuccessful.d.ts +2 -1
- package/dist/views/BuyBond/ParticipationSuccessful.js +26 -8
- package/dist/views/BuyBond/ParticipationSuccessful.js.map +1 -1
- package/dist/views/BuyBond/components/BondCards/BondCards.d.ts +2 -1
- package/dist/views/BuyBond/components/BondCards/BondCards.js +54 -6
- package/dist/views/BuyBond/components/BondCards/BondCards.js.map +1 -1
- package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.d.ts +2 -1
- package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js +56 -3
- package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js.map +1 -1
- package/dist/views/BuyBond/components/BondModalHeader.d.ts +2 -1
- package/dist/views/BuyBond/components/BondModalHeader.js +48 -4
- package/dist/views/BuyBond/components/BondModalHeader.js.map +1 -1
- package/dist/views/BuyBond/components/BondModalMinTierHeader.d.ts +1 -1
- package/dist/views/BuyBond/components/BondModalMinTierHeader.js +8 -3
- package/dist/views/BuyBond/components/BondModalMinTierHeader.js.map +1 -1
- package/dist/views/BuyBond/components/Estimations.d.ts +2 -1
- package/dist/views/BuyBond/components/Estimations.js +37 -8
- package/dist/views/BuyBond/components/Estimations.js.map +1 -1
- package/dist/views/BuyBond/components/ExpandedViewButton.d.ts +2 -1
- package/dist/views/BuyBond/components/ExpandedViewButton.js +15 -2
- package/dist/views/BuyBond/components/ExpandedViewButton.js.map +1 -1
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js +30 -3
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js.map +1 -1
- package/dist/views/BuyBond/components/L1xIframe/L1xIframe.d.ts +5 -0
- package/dist/views/BuyBond/components/L1xIframe/L1xIframe.js +12 -0
- package/dist/views/BuyBond/components/L1xIframe/L1xIframe.js.map +1 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.d.ts +2 -1
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js +14 -2
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js.map +1 -1
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js +2 -2
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js.map +1 -1
- package/dist/views/BuyBond/components/PointsLeftForNextTier/PointsLeftForNextTier.js +86 -11
- package/dist/views/BuyBond/components/PointsLeftForNextTier/PointsLeftForNextTier.js.map +1 -1
- package/dist/views/BuyBond/components/ProjectDescription.d.ts +2 -1
- package/dist/views/BuyBond/components/ProjectDescription.js +15 -2
- package/dist/views/BuyBond/components/ProjectDescription.js.map +1 -1
- package/dist/views/BuyBond/index.js +1 -1
- package/dist/views/BuyBond/styles.d.ts +2 -0
- package/dist/views/BuyBond/styles.js +33 -0
- package/dist/views/BuyBond/styles.js.map +1 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +2 -1
- package/dist/views/FullBondsView/FullBondsView.js +2 -2
- package/dist/views/FullBondsView/FullBondsView.js.map +1 -1
- package/dist/views/FullBondsView/index.js +1 -1
- package/dist/views/LifiModal/LifiModal.d.ts +2 -1
- package/dist/views/LifiModal/LifiModal.js +2 -2
- package/dist/views/LifiModal/LifiModal.js.map +1 -1
- package/dist/views/ProjectView/ProjectView.js +15 -2
- package/dist/views/ProjectView/ProjectView.js.map +1 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +2 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js +22 -3
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js.map +1 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +2 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js +19 -7
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js.map +1 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +2 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js +2 -2
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js.map +1 -1
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js +51 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +2 -1
- package/dist/views/ProjectView/components/BondLeaderboard/index.js +14 -2
- package/dist/views/ProjectView/components/BondLeaderboard/index.js.map +1 -1
- package/dist/views/ProjectView/components/BondStats/LineChart.js +10 -4
- package/dist/views/ProjectView/components/BondStats/LineChart.js.map +1 -1
- package/dist/views/ProjectView/components/BondStats/index.d.ts +2 -1
- package/dist/views/ProjectView/components/BondStats/index.js +4 -2
- package/dist/views/ProjectView/components/BondStats/index.js.map +1 -1
- package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondStats/styles.js +49 -0
- package/dist/views/ProjectView/components/BondStats/styles.js.map +1 -0
- package/dist/views/ProjectView/components/NavPanel/index.d.ts +2 -1
- package/dist/views/ProjectView/components/NavPanel/index.js +10 -2
- package/dist/views/ProjectView/components/NavPanel/index.js.map +1 -1
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +2 -1
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js +1 -1
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +2 -1
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.js +1 -1
- package/dist/views/ProjectView/components/PriceChart/index.d.ts +2 -1
- package/dist/views/ProjectView/components/PriceChart/index.js +3 -4
- package/dist/views/ProjectView/components/PriceChart/index.js.map +1 -1
- package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/PriceChart/styles.js +44 -0
- package/dist/views/ProjectView/components/PriceChart/styles.js.map +1 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +2 -1
- package/dist/views/ProjectView/components/ProjectInfo/index.js +3 -2
- package/dist/views/ProjectView/components/ProjectInfo/index.js.map +1 -1
- package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.js +21 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.js.map +1 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +2 -1
- package/dist/views/ProjectView/components/RecommendationCards/index.js +16 -2
- package/dist/views/ProjectView/components/RecommendationCards/index.js.map +1 -1
- package/dist/views/ProjectView/index.js +1 -1
- package/dist/views/ProjectView/styles.d.ts +2 -0
- package/dist/views/ProjectView/styles.js +10 -0
- package/dist/views/ProjectView/styles.js.map +1 -0
- package/dist/views/SingleBond/SingleBond.js +10 -4
- package/dist/views/SingleBond/SingleBond.js.map +1 -1
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js +28 -5
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js.map +1 -1
- package/dist/views/SingleBond/index.js +1 -1
- package/dist/views/TransactionModal/TransactionModal.d.ts +2 -1
- package/dist/views/TransactionModal/TransactionModal.js +40 -13
- package/dist/views/TransactionModal/TransactionModal.js.map +1 -1
- package/dist/views/YourBonds/YourBonds.d.ts +2 -1
- package/dist/views/YourBonds/YourBonds.js +9 -5
- package/dist/views/YourBonds/YourBonds.js.map +1 -1
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.d.ts +2 -1
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js +24 -5
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js.map +1 -1
- package/dist/views/YourBonds/components/ClaimAll/index.d.ts +2 -1
- package/dist/views/YourBonds/components/ClaimAll/index.js +10 -2
- package/dist/views/YourBonds/components/ClaimAll/index.js.map +1 -1
- package/dist/views/YourBonds/components/ProfitCard/ProfitCard.d.ts +2 -1
- package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js +15 -3
- package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js +6 -2
- package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRow.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js +8 -5
- package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.js +5 -4
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowAptos.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js +5 -3
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js +7 -4
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.js +5 -4
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSui.js.map +1 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.d.ts +2 -1
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.js +10 -3
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowYield.js.map +1 -1
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +2 -1
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js +3 -3
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js.map +1 -1
- package/dist/views/YourBonds/index.js +1 -1
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +2 -1
- package/dist/views/YourBondsModal/YourBondsModal.js +95 -4
- package/dist/views/YourBondsModal/YourBondsModal.js.map +1 -1
- package/dist/views/YourBondsModal/components/Actions/Actions.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Actions/Actions.js +3 -3
- package/dist/views/YourBondsModal/components/Actions/Actions.js.map +1 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsAptos.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsAptos.js +3 -3
- package/dist/views/YourBondsModal/components/Actions/ActionsAptos.js.map +1 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsSolana.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js +3 -3
- package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js.map +1 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsSui.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Actions/ActionsSui.js +3 -3
- package/dist/views/YourBondsModal/components/Actions/ActionsSui.js.map +1 -1
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.d.ts +1 -1
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js +16 -3
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js.map +1 -1
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js +2 -1
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js.map +1 -1
- package/dist/views/YourBondsModal/components/NFTImage/NFTImage.d.ts +2 -1
- package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js +86 -8
- package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js.map +1 -1
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +1 -1
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js +15 -2
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js.map +1 -1
- package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js +12 -2
- package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js.map +1 -1
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +2 -1
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js +6 -2
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js.map +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +2 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.d.ts +2 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.js +2 -2
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionAptos.js.map +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.d.ts +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSui.d.ts +2 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSui.js +1 -1
- package/dist/views/YourBondsModal/components/TransferBondModal/index.js +3 -3
- package/dist/views/YourBondsModal/components/TransferBondModal/index.js.map +1 -1
- package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.d.ts +2 -1
- package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js +24 -2
- package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -1
- package/dist/views/YourBondsModalYield/YourBondsModalYield.d.ts +2 -1
- package/dist/views/YourBondsModalYield/YourBondsModalYield.js +73 -3
- package/dist/views/YourBondsModalYield/YourBondsModalYield.js.map +1 -1
- package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.d.ts +2 -1
- package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.js +7 -2
- package/dist/views/YourBondsModalYield/components/UnstakeModalYield/UnstakeModalYield.js.map +1 -1
- package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.d.ts +2 -1
- package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.js +19 -2
- package/dist/views/YourBondsModalYield/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -1
- package/package.json +8 -7
- package/dist/components/uikit-sdk/Spinner/index.d.ts +0 -11
- package/dist/components/uikit-sdk/Spinner/index.js +0 -9
- package/dist/components/uikit-sdk/Spinner/index.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"More.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/More.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst More: React.FC<SvgProps> = ({ direction = 'right', color = 'text', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"More.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/More.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst More: React.FC<SvgProps> = ({ direction = 'right', color = 'text', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '24'} viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M7.97587 14.4378C7.97587 15.4163 7.76563 16.0879 7.34513 16.4527C6.92463 16.8176 6.30168 17 5.47626 17C4.66641 17 4.05124 16.8176 3.63074 16.4527C3.21025 16.0879 3 15.4163 3 14.4378C3 13.4594 3.21025 12.8126 3.63074 12.4975C4.06682 12.1658 4.68977 12 5.49962 12C6.30946 12 6.92463 12.1658 7.34513 12.4975C7.76563 12.8126 7.97587 13.4594 7.97587 14.4378Z\"\n fill=\"#4D4040\"\n />\n <path\n d=\"M15.9879 14.4378C15.9879 15.4163 15.7777 16.0879 15.3572 16.4527C14.9367 16.8176 14.3137 17 13.4883 17C12.6785 17 12.0633 16.8176 11.6428 16.4527C11.2223 16.0879 11.0121 15.4163 11.0121 14.4378C11.0121 13.4594 11.2223 12.8126 11.6428 12.4975C12.0789 12.1658 12.7018 12 13.5117 12C14.3215 12 14.9367 12.1658 15.3572 12.4975C15.7777 12.8126 15.9879 13.4594 15.9879 14.4378Z\"\n fill=\"#4D4040\"\n />\n <path\n d=\"M24 14.4378C24 15.4163 23.7898 16.0879 23.3693 16.4527C22.9488 16.8176 22.3258 17 21.5004 17C20.6905 17 20.0754 16.8176 19.6549 16.4527C19.2344 16.0879 19.0241 15.4163 19.0241 14.4378C19.0241 13.4594 19.2344 12.8126 19.6549 12.4975C20.0909 12.1658 20.7139 12 21.5237 12C22.3336 12 22.9488 12.1658 23.3693 12.4975C23.7898 12.8126 24 13.4594 24 14.4378Z\"\n fill=\"#4D4040\"\n />\n </svg>\n )\n}\n\nexport default More\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,IAAI,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAClF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IAEF,QACEA,IAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EAAA,CACrGC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,mWAAmW,EACrW,IAAI,EAAC,SAAS,EAAA,CACd,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,qXAAqX,EACvX,IAAI,EAAC,SAAS,GACd,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,iWAAiW,EACnW,IAAI,EAAC,SAAS,EAAA,CACd,CAAA,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs, jsx } from '
|
|
1
|
+
import { jsxs, jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const NewOffer = ({ color = '#AA80F9', width }) => {
|
|
4
4
|
return (jsxs("svg", { width: width || '18', viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("path", { d: "M5.91149 16V4.37988C5.73063 4.37988 5.69445 4.43351 5.54976 4.64804C5.3689 4.9162 5.54976 6.61452 4.10284 8.22346C2.65593 9.8324 0.57598 9.74301 0.304683 9.8324C0.0876456 9.90391 0.0333862 10.1006 0.0333862 10.1899C0.0333862 10.2793 0.0876456 10.476 0.304683 10.5475C0.57598 10.6369 2.65593 10.3687 4.10284 12.1564C5.54976 13.9441 5.45933 15.5531 5.54976 15.7318C5.62211 15.8749 5.73063 16 5.91149 16Z", fill: color }), jsx("path", { d: "M5.91149 16V4.37988C6.09236 4.37988 6.12853 4.43351 6.27322 4.64804C6.45408 4.9162 6.27322 6.61452 7.72014 8.22346C9.16706 9.8324 11.247 9.74301 11.5183 9.8324C11.7353 9.90391 11.7896 10.1006 11.7896 10.1899C11.7896 10.2793 11.7353 10.476 11.5183 10.5475C11.247 10.6369 9.16706 10.3687 7.72014 12.1564C6.27322 13.9441 6.36365 15.5531 6.27322 15.7318C6.20087 15.8749 6.09236 16 5.91149 16Z", fill: color }), jsx("path", { d: "M13.5982 6.7933V0C13.4925 0 13.4714 0.0313537 13.3868 0.156768C13.281 0.313537 13.3868 1.3064 12.5409 2.24701C11.695 3.18762 10.479 3.13537 10.3204 3.18762C10.1935 3.22943 10.1618 3.34439 10.1618 3.39665C10.1618 3.4489 10.1935 3.56387 10.3204 3.60567C10.479 3.65793 11.695 3.50116 12.5409 4.54628C13.3868 5.5914 13.3339 6.53202 13.3868 6.63653C13.4291 6.72014 13.4925 6.7933 13.5982 6.7933Z", fill: color }), jsx("path", { d: "M13.5982 6.7933V0C13.704 0 13.7251 0.0313537 13.8097 0.156768C13.9154 0.313537 13.8097 1.3064 14.6556 2.24701C15.5015 3.18762 16.7175 3.13537 16.8761 3.18762C17.0029 3.22943 17.0347 3.34439 17.0347 3.39665C17.0347 3.4489 17.0029 3.56387 16.8761 3.60567C16.7175 3.65793 15.5015 3.50116 14.6556 4.54628C13.8097 5.5914 13.8626 6.53202 13.8097 6.63653C13.7674 6.72014 13.704 6.7933 13.5982 6.7933Z", fill: color })] }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewOffer.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/NewOffer.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst NewOffer: React.FC<SvgProps> = ({ color = '#AA80F9', width }) => {\n return (\n <svg width={width || '18'} viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M5.91149 16V4.37988C5.73063 4.37988 5.69445 4.43351 5.54976 4.64804C5.3689 4.9162 5.54976 6.61452 4.10284 8.22346C2.65593 9.8324 0.57598 9.74301 0.304683 9.8324C0.0876456 9.90391 0.0333862 10.1006 0.0333862 10.1899C0.0333862 10.2793 0.0876456 10.476 0.304683 10.5475C0.57598 10.6369 2.65593 10.3687 4.10284 12.1564C5.54976 13.9441 5.45933 15.5531 5.54976 15.7318C5.62211 15.8749 5.73063 16 5.91149 16Z\"\n fill={color}\n />\n <path\n d=\"M5.91149 16V4.37988C6.09236 4.37988 6.12853 4.43351 6.27322 4.64804C6.45408 4.9162 6.27322 6.61452 7.72014 8.22346C9.16706 9.8324 11.247 9.74301 11.5183 9.8324C11.7353 9.90391 11.7896 10.1006 11.7896 10.1899C11.7896 10.2793 11.7353 10.476 11.5183 10.5475C11.247 10.6369 9.16706 10.3687 7.72014 12.1564C6.27322 13.9441 6.36365 15.5531 6.27322 15.7318C6.20087 15.8749 6.09236 16 5.91149 16Z\"\n fill={color}\n />\n <path\n d=\"M13.5982 6.7933V0C13.4925 0 13.4714 0.0313537 13.3868 0.156768C13.281 0.313537 13.3868 1.3064 12.5409 2.24701C11.695 3.18762 10.479 3.13537 10.3204 3.18762C10.1935 3.22943 10.1618 3.34439 10.1618 3.39665C10.1618 3.4489 10.1935 3.56387 10.3204 3.60567C10.479 3.65793 11.695 3.50116 12.5409 4.54628C13.3868 5.5914 13.3339 6.53202 13.3868 6.63653C13.4291 6.72014 13.4925 6.7933 13.5982 6.7933Z\"\n fill={color}\n />\n <path\n d=\"M13.5982 6.7933V0C13.704 0 13.7251 0.0313537 13.8097 0.156768C13.9154 0.313537 13.8097 1.3064 14.6556 2.24701C15.5015 3.18762 16.7175 3.13537 16.8761 3.18762C17.0029 3.22943 17.0347 3.34439 17.0347 3.39665C17.0347 3.4489 17.0029 3.56387 16.8761 3.60567C16.7175 3.65793 15.5015 3.50116 14.6556 4.54628C13.8097 5.5914 13.8626 6.53202 13.8097 6.63653C13.7674 6.72014 13.704 6.7933 13.5982 6.7933Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default NewOffer\n"],"names":["_jsxs","_jsx"],"mappings":";;AAGA,MAAM,QAAQ,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACpE,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAAA,CAC3FC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,mZAAmZ,EACrZ,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,sYAAsY,EACxY,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,wYAAwY,EAC1Y,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,2YAA2Y,EAC7Y,IAAI,EAAE,KAAK,EAAA,CACX,CAAA,EAAA,CACE;AAEV;;;;"}
|
|
1
|
+
{"version":3,"file":"NewOffer.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/NewOffer.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst NewOffer: React.FC<SvgProps> = ({ color = '#AA80F9', width }) => {\n return (\n <svg width={width || '18'} viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M5.91149 16V4.37988C5.73063 4.37988 5.69445 4.43351 5.54976 4.64804C5.3689 4.9162 5.54976 6.61452 4.10284 8.22346C2.65593 9.8324 0.57598 9.74301 0.304683 9.8324C0.0876456 9.90391 0.0333862 10.1006 0.0333862 10.1899C0.0333862 10.2793 0.0876456 10.476 0.304683 10.5475C0.57598 10.6369 2.65593 10.3687 4.10284 12.1564C5.54976 13.9441 5.45933 15.5531 5.54976 15.7318C5.62211 15.8749 5.73063 16 5.91149 16Z\"\n fill={color}\n />\n <path\n d=\"M5.91149 16V4.37988C6.09236 4.37988 6.12853 4.43351 6.27322 4.64804C6.45408 4.9162 6.27322 6.61452 7.72014 8.22346C9.16706 9.8324 11.247 9.74301 11.5183 9.8324C11.7353 9.90391 11.7896 10.1006 11.7896 10.1899C11.7896 10.2793 11.7353 10.476 11.5183 10.5475C11.247 10.6369 9.16706 10.3687 7.72014 12.1564C6.27322 13.9441 6.36365 15.5531 6.27322 15.7318C6.20087 15.8749 6.09236 16 5.91149 16Z\"\n fill={color}\n />\n <path\n d=\"M13.5982 6.7933V0C13.4925 0 13.4714 0.0313537 13.3868 0.156768C13.281 0.313537 13.3868 1.3064 12.5409 2.24701C11.695 3.18762 10.479 3.13537 10.3204 3.18762C10.1935 3.22943 10.1618 3.34439 10.1618 3.39665C10.1618 3.4489 10.1935 3.56387 10.3204 3.60567C10.479 3.65793 11.695 3.50116 12.5409 4.54628C13.3868 5.5914 13.3339 6.53202 13.3868 6.63653C13.4291 6.72014 13.4925 6.7933 13.5982 6.7933Z\"\n fill={color}\n />\n <path\n d=\"M13.5982 6.7933V0C13.704 0 13.7251 0.0313537 13.8097 0.156768C13.9154 0.313537 13.8097 1.3064 14.6556 2.24701C15.5015 3.18762 16.7175 3.13537 16.8761 3.18762C17.0029 3.22943 17.0347 3.34439 17.0347 3.39665C17.0347 3.4489 17.0029 3.56387 16.8761 3.60567C16.7175 3.65793 15.5015 3.50116 14.6556 4.54628C13.8097 5.5914 13.8626 6.53202 13.8097 6.63653C13.7674 6.72014 13.704 6.7933 13.5982 6.7933Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default NewOffer\n\n"],"names":["_jsxs","_jsx"],"mappings":";;AAGA,MAAM,QAAQ,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACpE,IAAA,QACEA,IAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAAA,CAC3FC,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,mZAAmZ,EACrZ,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,sYAAsY,EACxY,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,wYAAwY,EAC1Y,IAAI,EAAE,KAAK,EAAA,CACX,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,2YAA2Y,EAC7Y,IAAI,EAAE,KAAK,EAAA,CACX,CAAA,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SvgProps } from './types';
|
|
2
|
-
declare const PlaceholderMonkey: ({ direction, color, width }: SvgProps) => import("react
|
|
2
|
+
declare const PlaceholderMonkey: ({ direction, color, width }: SvgProps) => import("react").JSX.Element;
|
|
3
3
|
export default PlaceholderMonkey;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const PlaceholderMonkey = ({ direction = 'down', color = 'text', width }) => {
|
|
@@ -12,7 +12,7 @@ const PlaceholderMonkey = ({ direction = 'down', color = 'text', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '76', viewBox: "0 0 76 52", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsx("svg", { width: width || '76', viewBox: "0 0 76 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M0.5 3C0.5 2.2375 0.802902 1.50624 1.34207 0.967069C1.88124 0.427901 2.6125 0.125 3.375 0.125H66.625C67.3875 0.125 68.1188 0.427901 68.6579 0.967069C69.1971 1.50624 69.5 2.2375 69.5 3C69.5 3.7625 69.1971 4.49376 68.6579 5.03293C68.1188 5.5721 67.3875 5.875 66.625 5.875H3.375C2.6125 5.875 1.88124 5.5721 1.34207 5.03293C0.802902 4.49376 0.5 3.7625 0.5 3ZM3.375 28.875H29.25C30.0125 28.875 30.7438 28.5721 31.2829 28.0329C31.8221 27.4938 32.125 26.7625 32.125 26C32.125 25.2375 31.8221 24.5062 31.2829 23.9671C30.7438 23.4279 30.0125 23.125 29.25 23.125H3.375C2.6125 23.125 1.88124 23.4279 1.34207 23.9671C0.802902 24.5062 0.5 25.2375 0.5 26C0.5 26.7625 0.802902 27.4938 1.34207 28.0329C1.88124 28.5721 2.6125 28.875 3.375 28.875ZM35 46.125H3.375C2.6125 46.125 1.88124 46.4279 1.34207 46.9671C0.802902 47.5062 0.5 48.2375 0.5 49C0.5 49.7625 0.802902 50.4938 1.34207 51.0329C1.88124 51.5721 2.6125 51.875 3.375 51.875H35C35.7625 51.875 36.4938 51.5721 37.0329 51.0329C37.5721 50.4938 37.875 49.7625 37.875 49C37.875 48.2375 37.5721 47.5062 37.0329 46.9671C36.4938 46.4279 35.7625 46.125 35 46.125ZM74.4091 46.9659L67.1138 39.6562C69.075 36.6836 69.8629 33.0888 69.3249 29.5684C68.787 26.0479 66.9613 22.8525 64.2018 20.6013C61.4423 18.3501 57.9454 17.2033 54.3886 17.3833C50.8318 17.5632 47.4685 19.057 44.9503 21.5753C42.432 24.0935 40.9382 27.4568 40.7583 31.0136C40.5783 34.5704 41.7251 38.0673 43.9763 40.8268C46.2275 43.5863 49.4229 45.412 52.9434 45.9499C56.4638 46.4879 60.0586 45.7 63.0313 43.7388L70.3266 51.0341C70.866 51.5735 71.5977 51.8766 72.3606 51.8766C73.1236 51.8766 73.8552 51.5735 74.3947 51.0341C74.9342 50.4946 75.2372 49.7629 75.2372 49C75.2372 48.2371 74.9342 47.5054 74.3947 46.9659H74.4091Z", fill: "#73728E" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { PlaceholderMonkey as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlaceholderMonkey.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.tsx"],"sourcesContent":["import { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst PlaceholderMonkey = ({ direction = 'down', color = 'text', width }: SvgProps) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"PlaceholderMonkey.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.tsx"],"sourcesContent":["import { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst PlaceholderMonkey = ({ direction = 'down', color = 'text', width }: SvgProps) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '76'} viewBox=\"0 0 76 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M0.5 3C0.5 2.2375 0.802902 1.50624 1.34207 0.967069C1.88124 0.427901 2.6125 0.125 3.375 0.125H66.625C67.3875 0.125 68.1188 0.427901 68.6579 0.967069C69.1971 1.50624 69.5 2.2375 69.5 3C69.5 3.7625 69.1971 4.49376 68.6579 5.03293C68.1188 5.5721 67.3875 5.875 66.625 5.875H3.375C2.6125 5.875 1.88124 5.5721 1.34207 5.03293C0.802902 4.49376 0.5 3.7625 0.5 3ZM3.375 28.875H29.25C30.0125 28.875 30.7438 28.5721 31.2829 28.0329C31.8221 27.4938 32.125 26.7625 32.125 26C32.125 25.2375 31.8221 24.5062 31.2829 23.9671C30.7438 23.4279 30.0125 23.125 29.25 23.125H3.375C2.6125 23.125 1.88124 23.4279 1.34207 23.9671C0.802902 24.5062 0.5 25.2375 0.5 26C0.5 26.7625 0.802902 27.4938 1.34207 28.0329C1.88124 28.5721 2.6125 28.875 3.375 28.875ZM35 46.125H3.375C2.6125 46.125 1.88124 46.4279 1.34207 46.9671C0.802902 47.5062 0.5 48.2375 0.5 49C0.5 49.7625 0.802902 50.4938 1.34207 51.0329C1.88124 51.5721 2.6125 51.875 3.375 51.875H35C35.7625 51.875 36.4938 51.5721 37.0329 51.0329C37.5721 50.4938 37.875 49.7625 37.875 49C37.875 48.2375 37.5721 47.5062 37.0329 46.9671C36.4938 46.4279 35.7625 46.125 35 46.125ZM74.4091 46.9659L67.1138 39.6562C69.075 36.6836 69.8629 33.0888 69.3249 29.5684C68.787 26.0479 66.9613 22.8525 64.2018 20.6013C61.4423 18.3501 57.9454 17.2033 54.3886 17.3833C50.8318 17.5632 47.4685 19.057 44.9503 21.5753C42.432 24.0935 40.9382 27.4568 40.7583 31.0136C40.5783 34.5704 41.7251 38.0673 43.9763 40.8268C46.2275 43.5863 49.4229 45.412 52.9434 45.9499C56.4638 46.4879 60.0586 45.7 63.0313 43.7388L70.3266 51.0341C70.866 51.5735 71.5977 51.8766 72.3606 51.8766C73.1236 51.8766 73.8552 51.5735 74.3947 51.0341C74.9342 50.4946 75.2372 49.7629 75.2372 49C75.2372 48.2371 74.9342 47.5054 74.3947 46.9659H74.4091Z\"\n fill=\"#73728E\"\n />\n </svg>\n )\n}\n\nexport default PlaceholderMonkey\n"],"names":["_jsx"],"mappings":";;;AAGA,MAAM,iBAAiB,GAAG,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAY,KAAI;AACpF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,orDAAorD,EACtrD,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const Question = ({ width, height }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '34', height: height || '34', viewBox: "0 0 34 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("g", { id: "Frame", children: jsx("path", { id: "Vector", d: "M11.22 10.6817C10.0867 10.2 9.60503 8.7975 10.285 7.7775C11.6592 5.7375 13.9542 4.25 16.9859 4.25C20.315 4.25 22.5959 5.76583 23.7575 7.66417C24.7492 9.29333 25.33 12.3392 23.8 14.6058C22.1 17.1133 20.4709 17.8783 19.5925 19.4933C19.38 19.8758 19.2525 20.1875 19.1675 20.825C19.04 21.8592 18.19 22.6667 17.1417 22.6667C15.9092 22.6667 14.9034 21.6042 15.045 20.3717C15.13 19.6492 15.3 18.8983 15.6967 18.19C16.7875 16.2208 18.8842 15.0592 20.1025 13.3167C21.3917 11.4892 20.6692 8.075 17.0142 8.075C15.3567 8.075 14.28 8.93917 13.6142 9.97333C13.1184 10.7808 12.0842 11.0358 11.22 10.6817ZM19.8334 28.3333C19.8334 29.8917 18.5584 31.1667 17 31.1667C15.4417 31.1667 14.1667 29.8917 14.1667 28.3333C14.1667 26.775 15.4417 25.5 17 25.5C18.5584 25.5 19.8334 26.775 19.8334 28.3333Z", fill: "#FAFAFA" }) }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const QuestionCircle = ({ direction = 'down', color = 'text', width }) => {
|
|
@@ -12,7 +12,7 @@ const QuestionCircle = ({ direction = 'down', color = 'text', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsx("svg", { width: width || '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM9 14H11V16H9V14ZM10.61 4.04C8.55 3.74 6.73 5.01 6.18 6.83C6 7.41 6.44 8 7.05 8H7.25C7.66 8 7.99 7.71 8.13 7.33C8.45 6.44 9.4 5.83 10.43 6.05C11.38 6.25 12.08 7.18 12 8.15C11.9 9.49 10.38 9.78 9.55 11.03C9.55 11.04 9.54 11.04 9.54 11.05C9.53 11.07 9.52 11.08 9.51 11.1C9.42 11.25 9.33 11.42 9.26 11.6C9.25 11.63 9.23 11.65 9.22 11.68C9.21 11.7 9.21 11.72 9.2 11.75C9.08 12.09 9 12.5 9 13H11C11 12.58 11.11 12.23 11.28 11.93C11.3 11.9 11.31 11.87 11.33 11.84C11.41 11.7 11.51 11.57 11.61 11.45C11.62 11.44 11.63 11.42 11.64 11.41C11.74 11.29 11.85 11.18 11.97 11.07C12.93 10.16 14.23 9.42 13.96 7.51C13.72 5.77 12.35 4.3 10.61 4.04Z" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { QuestionCircle as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionCircle.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/QuestionCircle.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst QuestionCircle: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"QuestionCircle.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/QuestionCircle.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst QuestionCircle: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '20'} viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path d=\"M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM9 14H11V16H9V14ZM10.61 4.04C8.55 3.74 6.73 5.01 6.18 6.83C6 7.41 6.44 8 7.05 8H7.25C7.66 8 7.99 7.71 8.13 7.33C8.45 6.44 9.4 5.83 10.43 6.05C11.38 6.25 12.08 7.18 12 8.15C11.9 9.49 10.38 9.78 9.55 11.03C9.55 11.04 9.54 11.04 9.54 11.05C9.53 11.07 9.52 11.08 9.51 11.1C9.42 11.25 9.33 11.42 9.26 11.6C9.25 11.63 9.23 11.65 9.22 11.68C9.21 11.7 9.21 11.72 9.2 11.75C9.08 12.09 9 12.5 9 13H11C11 12.58 11.11 12.23 11.28 11.93C11.3 11.9 11.31 11.87 11.33 11.84C11.41 11.7 11.51 11.57 11.61 11.45C11.62 11.44 11.63 11.42 11.64 11.41C11.74 11.29 11.85 11.18 11.97 11.07C12.93 10.16 14.23 9.42 13.96 7.51C13.72 5.77 12.35 4.3 10.61 4.04Z\" />\n </svg>\n )\n}\n\nexport default QuestionCircle\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,cAAc,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAC3F,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,kzBAAkzB,EAAA,CAAG,EAAA,CACzzB;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const Search = ({ direction = 'down', color = 'text', width }) => {
|
|
@@ -12,7 +12,7 @@ const Search = ({ direction = 'down', color = 'text', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsx("svg", { width: width || '14', viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M10.9345 10.958C11.2051 10.6893 11.6388 10.6893 11.9093 10.958L13.6976 12.4015H13.7287C14.0904 12.7672 14.0904 13.3601 13.7287 13.7257C13.3669 14.0914 12.7803 14.0914 12.4185 13.7257L10.9345 12.0249L10.8782 11.9614C10.7733 11.8286 10.7153 11.6631 10.7153 11.4915C10.7153 11.2913 10.7942 11.0993 10.9345 10.958ZM6.00435 0C7.5968 0 9.12403 0.639405 10.2501 1.77755C11.3761 2.9157 12.0087 4.45936 12.0087 6.06895C12.0087 9.42074 9.32046 12.1379 6.00435 12.1379C2.68824 12.1379 0 9.42074 0 6.06895C0 2.71716 2.68824 0 6.00435 0Z", fill: "#FDFBF5" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { Search as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Search.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Search.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Search: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"Search.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Search.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Search: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '14'} viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <path\n d=\"M10.9345 10.958C11.2051 10.6893 11.6388 10.6893 11.9093 10.958L13.6976 12.4015H13.7287C14.0904 12.7672 14.0904 13.3601 13.7287 13.7257C13.3669 14.0914 12.7803 14.0914 12.4185 13.7257L10.9345 12.0249L10.8782 11.9614C10.7733 11.8286 10.7153 11.6631 10.7153 11.4915C10.7153 11.2913 10.7942 11.0993 10.9345 10.958ZM6.00435 0C7.5968 0 9.12403 0.639405 10.2501 1.77755C11.3761 2.9157 12.0087 4.45936 12.0087 6.06895C12.0087 9.42074 9.32046 12.1379 6.00435 12.1379C2.68824 12.1379 0 9.42074 0 6.06895C0 2.71716 2.68824 0 6.00435 0Z\"\n fill=\"#FDFBF5\"\n />\n </svg>\n )\n}\n\nexport default Search\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,MAAM,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACnF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGA,cACE,CAAC,EAAC,8gBAA8gB,EAChhB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const SellingFast = ({ color = '#EA901B', width }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '13', viewBox: "0 0 13 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M1.64756 9.82924L8.77718 3.14621C9.58114 2.3926 10.8345 3.30308 10.3663 4.30063L8.66709 7.92146C8.37932 8.53466 8.77163 9.25053 9.44333 9.33794L10.8364 9.5192C11.6745 9.62827 12.0078 10.6635 11.3906 11.241L4.72028 17.4826C3.91769 18.2336 2.66713 17.3283 3.13003 16.3313L4.64665 13.065C4.94392 12.4248 4.50225 11.6864 3.79757 11.6456L2.27353 11.5572C1.3964 11.5063 1.00654 10.4301 1.64756 9.82924Z", fill: color }) }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SellingFast.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/SellingFast.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst SellingFast: React.FC<SvgProps> = ({ color = '#EA901B', width }) => {\n return (\n <svg width={width || '13'} viewBox=\"0 0 13 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M1.64756 9.82924L8.77718 3.14621C9.58114 2.3926 10.8345 3.30308 10.3663 4.30063L8.66709 7.92146C8.37932 8.53466 8.77163 9.25053 9.44333 9.33794L10.8364 9.5192C11.6745 9.62827 12.0078 10.6635 11.3906 11.241L4.72028 17.4826C3.91769 18.2336 2.66713 17.3283 3.13003 16.3313L4.64665 13.065C4.94392 12.4248 4.50225 11.6864 3.79757 11.6456L2.27353 11.5572C1.3964 11.5063 1.00654 10.4301 1.64756 9.82924Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default SellingFast\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,WAAW,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACvE,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAC3FA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,8YAA8Y,EAChZ,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
|
|
1
|
+
{"version":3,"file":"SellingFast.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/SellingFast.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst SellingFast: React.FC<SvgProps> = ({ color = '#EA901B', width }) => {\n return (\n <svg width={width || '13'} viewBox=\"0 0 13 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M1.64756 9.82924L8.77718 3.14621C9.58114 2.3926 10.8345 3.30308 10.3663 4.30063L8.66709 7.92146C8.37932 8.53466 8.77163 9.25053 9.44333 9.33794L10.8364 9.5192C11.6745 9.62827 12.0078 10.6635 11.3906 11.241L4.72028 17.4826C3.91769 18.2336 2.66713 17.3283 3.13003 16.3313L4.64665 13.065C4.94392 12.4248 4.50225 11.6864 3.79757 11.6456L2.27353 11.5572C1.3964 11.5063 1.00654 10.4301 1.64756 9.82924Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default SellingFast\n\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,WAAW,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACvE,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAC3FA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,8YAA8Y,EAChZ,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const ShortSupply = ({ color = '#FCA384', width }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '19', height: width || '19', viewBox: "0 0 19 11", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.84452 0H9.24806L9.25514 0.000937879C9.3675 0.0152278 9.58589 0.0142304 9.71451 0.0234738C10.0504 0.0467924 10.3846 0.0889613 10.7157 0.149782C12.8006 0.534942 14.5692 1.6663 15.8757 3.33039C16.9772 4.73318 17.7527 6.4995 17.9577 8.27854C17.9935 8.63219 18.0159 9.00236 17.9863 9.35703C17.9715 9.53306 17.8323 9.87198 17.6886 9.97431C17.3251 10.2333 16.8271 10.1913 16.3984 10.1939L15.1321 10.197L10.972 10.2144L10.0997 10.2156C10.0449 10.2157 9.78061 10.2133 9.74156 10.221H1.06075C1.01539 10.2118 0.91833 10.2102 0.870703 10.2073C0.448318 10.181 0.0817454 9.98548 0.0184578 9.53153C0.00963163 9.46824 0.00729026 9.40284 0 9.33892V9.0231C0.00581431 8.99235 0.00690649 8.90775 0.00842751 8.87355C0.0122721 8.7797 0.0176132 8.68584 0.0244488 8.59212C0.0456951 8.31235 0.0796731 8.03367 0.126277 7.7569C0.401197 6.10711 1.07857 4.47226 2.11625 3.15633C3.43637 1.48223 5.2216 0.479963 7.31769 0.137084C7.64716 0.0837073 7.97899 0.046118 8.31197 0.0244458C8.41699 0.0179982 8.52207 0.013006 8.62721 0.00947067C8.68687 0.0076344 8.78174 0.00789184 8.83814 0.000858906L8.84452 0ZM10.6901 8.52487C10.944 8.3484 11.1373 7.98626 11.1919 7.68416C11.2584 7.31775 11.1766 6.93999 10.9646 6.63393C10.7533 6.33053 10.4302 6.12352 10.0662 6.05847C9.95109 6.03803 9.74444 6.02414 9.62998 6.04687C9.47328 6.07798 9.45739 6.07499 9.29279 6.06036L4.93606 5.67937L3.74433 5.57531C3.65862 5.56802 3.32899 5.53347 3.26352 5.53975C2.98302 5.59685 2.90602 5.94018 3.14158 6.09598C3.23922 6.16056 3.44382 6.22446 3.55742 6.2718L4.70304 6.74348L8.77676 8.41297C8.87291 8.4522 8.90775 8.50063 8.98794 8.55945C9.10617 8.64565 9.23696 8.71302 9.37573 8.75922C9.61741 8.83942 9.87638 8.85224 10.1248 8.79648C10.3037 8.75666 10.473 8.68195 10.6229 8.57649C10.6368 8.56654 10.6804 8.53559 10.6901 8.52487Z", fill: color }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const Sort = ({ direction = 'down', color = 'text', width, height }) => {
|
|
@@ -12,7 +12,7 @@ const Sort = ({ direction = 'down', color = 'text', width, height }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '12', height: height || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsx("svg", { width: width || '12', height: height || '12', viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsx("path", { d: "M5.47015 0.970314C5.76312 0.677345 6.2389 0.677345 6.53187 0.970314L9.53187 3.97031C9.7475 4.18594 9.81078 4.50703 9.69359 4.78828C9.5764 5.06953 9.30453 5.25235 8.99984 5.25235H2.99984C2.6975 5.25235 2.42328 5.06953 2.30609 4.78828C2.1889 4.50703 2.25453 4.18594 2.46781 3.97031L5.46781 0.970314H5.47015ZM5.47015 11.032L2.47015 8.03203C2.25453 7.81641 2.19125 7.49531 2.30843 7.21406C2.42562 6.93281 2.6975 6.75 3.00218 6.75H8.99984C9.30218 6.75 9.5764 6.93281 9.69359 7.21406C9.81078 7.49531 9.74515 7.81641 9.53187 8.03203L6.53187 11.032C6.2389 11.325 5.76312 11.325 5.47015 11.032Z", fill: "#73728E" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { Sort as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sort.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Sort.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Sort: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width, height }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '12'}\n height={height || '12'}\n viewBox=\"0 0 12 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n
|
|
1
|
+
{"version":3,"file":"Sort.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Sort.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Sort: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width, height }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg\n width={width || '12'}\n height={height || '12'}\n viewBox=\"0 0 12 12\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n sx={style}\n >\n <path\n d=\"M5.47015 0.970314C5.76312 0.677345 6.2389 0.677345 6.53187 0.970314L9.53187 3.97031C9.7475 4.18594 9.81078 4.50703 9.69359 4.78828C9.5764 5.06953 9.30453 5.25235 8.99984 5.25235H2.99984C2.6975 5.25235 2.42328 5.06953 2.30609 4.78828C2.1889 4.50703 2.25453 4.18594 2.46781 3.97031L5.46781 0.970314H5.47015ZM5.47015 11.032L2.47015 8.03203C2.25453 7.81641 2.19125 7.49531 2.30843 7.21406C2.42562 6.93281 2.6975 6.75 3.00218 6.75H8.99984C9.30218 6.75 9.5764 6.93281 9.69359 7.21406C9.81078 7.49531 9.74515 7.81641 9.53187 8.03203L6.53187 11.032C6.2389 11.325 5.76312 11.325 5.47015 11.032Z\"\n fill=\"#73728E\"\n />\n </svg>\n )\n}\n\nexport default Sort\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,IAAI,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAI;AACzF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AAEF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,MAAM,IAAI,IAAI,EACtB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,EAAE,EAAE,KAAK,EAAA,QAAA,EAETA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,2kBAA2kB,EAC7kB,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const Star = ({ width, height, color = '#73728E' }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '14', height: height || '14', viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M13.9488 5.57875C13.8863 5.38658 13.7683 5.21721 13.6097 5.09198C13.4511 4.96674 13.259 4.89125 13.0575 4.875L9.37004 4.5775L7.94629 1.13438C7.8693 0.946766 7.73825 0.786285 7.56981 0.673341C7.40137 0.560397 7.20315 0.500092 7.00035 0.500092C6.79756 0.500092 6.59934 0.560397 6.4309 0.673341C6.26246 0.786285 6.13141 0.946766 6.05442 1.13438L4.63192 4.57688L0.942542 4.875C0.740778 4.89207 0.548535 4.9683 0.389901 5.09413C0.231267 5.21997 0.113295 5.38983 0.0507674 5.58241C-0.0117605 5.775 -0.0160642 5.98176 0.0383956 6.17678C0.0928554 6.37181 0.203657 6.54642 0.356917 6.67875L3.16942 9.10563L2.31254 12.7344C2.26462 12.9315 2.27635 13.1385 2.34625 13.3289C2.41615 13.5194 2.54107 13.6848 2.70514 13.8041C2.86921 13.9235 3.06505 13.9913 3.26778 13.9992C3.47051 14.007 3.671 13.9544 3.84379 13.8481L7.00004 11.9056L10.1582 13.8481C10.331 13.9532 10.5311 14.0047 10.7332 13.9963C10.9353 13.9879 11.1304 13.9199 11.2939 13.8008C11.4574 13.6817 11.5821 13.5169 11.6521 13.3271C11.7221 13.1374 11.7345 12.9311 11.6875 12.7344L10.8275 9.105L13.64 6.67813C13.7945 6.54602 13.9064 6.37103 13.9613 6.17532C14.0163 5.97961 14.0119 5.77199 13.9488 5.57875ZM12.99 5.92063L9.94629 8.54563C9.87688 8.60546 9.82524 8.68321 9.79703 8.7704C9.76881 8.85759 9.7651 8.95085 9.78629 9.04L10.7163 12.965C10.7187 12.9704 10.7189 12.9765 10.717 12.9821C10.715 12.9877 10.7109 12.9923 10.7057 12.995C10.6944 13.0038 10.6913 13.0019 10.6819 12.995L7.26192 10.8919C7.18315 10.8435 7.0925 10.8178 7.00004 10.8178C6.90758 10.8178 6.81693 10.8435 6.73817 10.8919L3.31817 12.9963C3.30879 13.0019 3.30629 13.0038 3.29442 12.9963C3.28914 12.9936 3.2851 12.989 3.28312 12.9834C3.28115 12.9778 3.28139 12.9717 3.28379 12.9663L4.21379 9.04125C4.23499 8.9521 4.23127 8.85884 4.20306 8.77165C4.17484 8.68446 4.1232 8.60671 4.05379 8.54688L1.01004 5.92188C1.00254 5.91563 0.995667 5.91 1.00192 5.89063C1.00817 5.87125 1.01317 5.87375 1.02254 5.8725L5.01754 5.55C5.10917 5.54215 5.19686 5.50917 5.27096 5.45469C5.34506 5.40022 5.4027 5.32637 5.43754 5.24125L6.97629 1.51563C6.98129 1.505 6.98317 1.5 6.99817 1.5C7.01317 1.5 7.01504 1.505 7.02004 1.51563L8.56254 5.24125C8.59771 5.3264 8.65572 5.40017 8.73016 5.45444C8.80461 5.5087 8.89259 5.54134 8.98442 5.54875L12.9794 5.87125C12.9888 5.87125 12.9944 5.87125 13 5.88938C13.0057 5.90751 13 5.91438 12.99 5.92063Z", fill: color }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const StarFilled = ({ width, height, color = '#DE62F3' }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '14', height: height || '14', viewBox: "0 0 16 17", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M14.6431 7.67812L11.8306 10.105L12.6875 13.7344C12.7347 13.9314 12.7226 14.138 12.6525 14.3281C12.5824 14.5182 12.4575 14.6833 12.2937 14.8025C12.1298 14.9216 11.9343 14.9896 11.7319 14.9977C11.5294 15.0058 11.3291 14.9538 11.1562 14.8481L7.99996 12.9056L4.84184 14.8481C4.66898 14.9532 4.4689 15.0047 4.2668 14.9963C4.06469 14.9879 3.8696 14.9199 3.70609 14.8008C3.54257 14.6817 3.41795 14.5169 3.3479 14.3271C3.27786 14.1374 3.26553 13.9311 3.31246 13.7344L4.17246 10.105L1.35996 7.67812C1.20702 7.54593 1.09641 7.37163 1.04195 7.17696C0.987486 6.98229 0.99158 6.77589 1.05372 6.58353C1.11586 6.39118 1.23329 6.22139 1.39135 6.09538C1.54941 5.96937 1.7411 5.89271 1.94246 5.87499L5.62996 5.57749L7.05246 2.13499C7.12946 1.94738 7.2605 1.7869 7.42894 1.67395C7.59738 1.56101 7.7956 1.5007 7.9984 1.5007C8.2012 1.5007 8.39942 1.56101 8.56785 1.67395C8.73629 1.7869 8.86734 1.94738 8.94434 2.13499L10.3662 5.57749L14.0537 5.87499C14.2555 5.89205 14.4477 5.96828 14.6064 6.09412C14.765 6.21996 14.883 6.38981 14.9455 6.5824C15.008 6.77499 15.0123 6.98175 14.9579 7.17677C14.9034 7.37179 14.7926 7.54641 14.6393 7.67874L14.6431 7.67812Z", fill: color }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs, jsx } from '
|
|
1
|
+
import { jsxs, jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const Success = ({ direction = 'down', color = 'success', width }) => {
|
|
@@ -12,7 +12,7 @@ const Success = ({ direction = 'down', color = 'success', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsxs("svg", { width: width || '10', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsxs("svg", { width: width || '10', viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [jsx("circle", { cx: "7.5", cy: "7.5", r: "7.5", fill: "white" }), jsx("mask", { id: "path-1-inside-1_8581_37376", fill: "white", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z" }) }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z", fill: "#38A611" }), jsx("path", { d: "M11.3232 4.6031L12.6161 3.07725L12.5951 3.05944L12.5736 3.0422L11.3232 4.6031ZM10.7168 4.6311L9.32823 3.19167L9.31506 3.20437L9.30213 3.21731L10.7168 4.6311ZM11.3848 5.10699L9.80589 3.8794L9.79787 3.88972L9.78999 3.90014L11.3848 5.10699ZM7.57177 10.1459L9.11371 11.4196L9.14087 11.3867L9.16661 11.3527L7.57177 10.1459ZM7.54094 10.1832L5.999 8.90945L5.97125 8.94305L5.94499 8.97782L7.54094 10.1832ZM6.44122 10.3698L5.35301 12.0479L5.36851 12.0579L5.3842 12.0677L6.44122 10.3698ZM6.24594 10.1925L4.66237 11.4141L4.66819 11.4217L4.67408 11.4292L6.24594 10.1925ZM4.324 7.70108L2.72677 8.90477L2.73355 8.91376L2.74042 8.92268L4.324 7.70108ZM4.42678 7.15987L5.48213 8.85876L5.50892 8.84212L5.53518 8.82463L4.42678 7.15987ZM4.94066 7.17853L3.71236 8.75691L3.72819 8.76922L3.74426 8.78122L4.94066 7.17853ZM6.79066 8.55956L5.59425 10.1622L6.98153 11.1978L8.2053 9.97335L6.79066 8.55956ZM13 7.5C13 10.5376 10.5376 13 7.5 13V17C12.7467 17 17 12.7467 17 7.5H13ZM7.5 2C10.5376 2 13 4.46243 13 7.5H17C17 2.25329 12.7467 -2 7.5 -2V2ZM2 7.5C2 4.46243 4.46243 2 7.5 2V-2C2.25329 -2 -2 2.25329 -2 7.5H2ZM7.5 13C4.46243 13 2 10.5376 2 7.5H-2C-2 12.7467 2.25329 17 7.5 17V13ZM12.5736 3.0422C11.623 2.28067 10.225 2.32656 9.32823 3.19167L12.1053 6.07052C11.5374 6.61837 10.6739 6.64559 10.0727 6.164L12.5736 3.0422ZM12.9638 6.33458C13.7999 5.2591 13.5179 3.84143 12.6161 3.07725L10.0302 6.12895C9.43671 5.62605 9.2164 4.63761 9.80589 3.8794L12.9638 6.33458ZM9.16661 11.3527L12.9797 6.31385L9.78999 3.90014L5.97694 8.93902L9.16661 11.3527ZM9.08288 11.4569L9.11371 11.4196L6.02984 8.87212L5.999 8.90945L9.08288 11.4569ZM5.3842 12.0677C6.57521 12.8092 8.23351 12.5847 9.13689 11.3886L5.94499 8.97782C6.1621 8.69035 6.45202 8.55308 6.69854 8.51121C6.94576 8.46921 7.23358 8.5072 7.49824 8.67197L5.3842 12.0677ZM4.67408 11.4292C4.86564 11.6726 5.10262 11.8855 5.35301 12.0479L7.52942 8.69178C7.59192 8.73231 7.64101 8.77179 7.68026 8.80742C7.71912 8.8427 7.76655 8.89076 7.8178 8.95589L4.67408 11.4292ZM2.74042 8.92268L4.66237 11.4141L7.82951 8.97093L5.90757 6.47949L2.74042 8.92268ZM3.37143 5.46098C2.16753 6.20884 1.89287 7.79823 2.72677 8.90477L5.92123 6.49739C6.48791 7.24934 6.29547 8.35351 5.48213 8.85876L3.37143 5.46098ZM6.16897 5.60015C5.3495 4.96244 4.1927 4.91298 3.31837 5.4951L5.53518 8.82463C4.96918 9.20147 4.24405 9.17067 3.71236 8.75691L6.16897 5.60015ZM7.98707 6.95687L6.13707 5.57584L3.74426 8.78122L5.59425 10.1622L7.98707 6.95687ZM9.30213 3.21731L5.37603 7.14577L8.2053 9.97335L12.1314 6.04489L9.30213 3.21731Z", fill: "#38A611", mask: "url(#path-1-inside-1_8581_37376)" })] }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { Success as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Success.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Success.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Success: React.FC<SvgProps> = ({ direction = 'down', color = 'success', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"Success.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Success.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Success: React.FC<SvgProps> = ({ direction = 'down', color = 'success', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '10'} viewBox=\"0 0 15 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\" fill=\"white\" />\n <mask id=\"path-1-inside-1_8581_37376\" fill=\"white\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z\"\n />\n </mask>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM10.7168 4.6311C10.8812 4.47247 11.1484 4.46313 11.3232 4.6031C11.4773 4.73374 11.5082 4.94836 11.3848 5.10699L7.57177 10.1459L7.54094 10.1832C7.29427 10.5098 6.80094 10.5938 6.44122 10.3698C6.36927 10.3232 6.29733 10.2578 6.24594 10.1925L4.324 7.70108C4.19039 7.52379 4.2315 7.28117 4.42678 7.15987C4.58094 7.05722 4.79678 7.06656 4.94066 7.17853L6.79066 8.55956L10.7168 4.6311Z\"\n fill=\"#38A611\"\n />\n <path\n d=\"M11.3232 4.6031L12.6161 3.07725L12.5951 3.05944L12.5736 3.0422L11.3232 4.6031ZM10.7168 4.6311L9.32823 3.19167L9.31506 3.20437L9.30213 3.21731L10.7168 4.6311ZM11.3848 5.10699L9.80589 3.8794L9.79787 3.88972L9.78999 3.90014L11.3848 5.10699ZM7.57177 10.1459L9.11371 11.4196L9.14087 11.3867L9.16661 11.3527L7.57177 10.1459ZM7.54094 10.1832L5.999 8.90945L5.97125 8.94305L5.94499 8.97782L7.54094 10.1832ZM6.44122 10.3698L5.35301 12.0479L5.36851 12.0579L5.3842 12.0677L6.44122 10.3698ZM6.24594 10.1925L4.66237 11.4141L4.66819 11.4217L4.67408 11.4292L6.24594 10.1925ZM4.324 7.70108L2.72677 8.90477L2.73355 8.91376L2.74042 8.92268L4.324 7.70108ZM4.42678 7.15987L5.48213 8.85876L5.50892 8.84212L5.53518 8.82463L4.42678 7.15987ZM4.94066 7.17853L3.71236 8.75691L3.72819 8.76922L3.74426 8.78122L4.94066 7.17853ZM6.79066 8.55956L5.59425 10.1622L6.98153 11.1978L8.2053 9.97335L6.79066 8.55956ZM13 7.5C13 10.5376 10.5376 13 7.5 13V17C12.7467 17 17 12.7467 17 7.5H13ZM7.5 2C10.5376 2 13 4.46243 13 7.5H17C17 2.25329 12.7467 -2 7.5 -2V2ZM2 7.5C2 4.46243 4.46243 2 7.5 2V-2C2.25329 -2 -2 2.25329 -2 7.5H2ZM7.5 13C4.46243 13 2 10.5376 2 7.5H-2C-2 12.7467 2.25329 17 7.5 17V13ZM12.5736 3.0422C11.623 2.28067 10.225 2.32656 9.32823 3.19167L12.1053 6.07052C11.5374 6.61837 10.6739 6.64559 10.0727 6.164L12.5736 3.0422ZM12.9638 6.33458C13.7999 5.2591 13.5179 3.84143 12.6161 3.07725L10.0302 6.12895C9.43671 5.62605 9.2164 4.63761 9.80589 3.8794L12.9638 6.33458ZM9.16661 11.3527L12.9797 6.31385L9.78999 3.90014L5.97694 8.93902L9.16661 11.3527ZM9.08288 11.4569L9.11371 11.4196L6.02984 8.87212L5.999 8.90945L9.08288 11.4569ZM5.3842 12.0677C6.57521 12.8092 8.23351 12.5847 9.13689 11.3886L5.94499 8.97782C6.1621 8.69035 6.45202 8.55308 6.69854 8.51121C6.94576 8.46921 7.23358 8.5072 7.49824 8.67197L5.3842 12.0677ZM4.67408 11.4292C4.86564 11.6726 5.10262 11.8855 5.35301 12.0479L7.52942 8.69178C7.59192 8.73231 7.64101 8.77179 7.68026 8.80742C7.71912 8.8427 7.76655 8.89076 7.8178 8.95589L4.67408 11.4292ZM2.74042 8.92268L4.66237 11.4141L7.82951 8.97093L5.90757 6.47949L2.74042 8.92268ZM3.37143 5.46098C2.16753 6.20884 1.89287 7.79823 2.72677 8.90477L5.92123 6.49739C6.48791 7.24934 6.29547 8.35351 5.48213 8.85876L3.37143 5.46098ZM6.16897 5.60015C5.3495 4.96244 4.1927 4.91298 3.31837 5.4951L5.53518 8.82463C4.96918 9.20147 4.24405 9.17067 3.71236 8.75691L6.16897 5.60015ZM7.98707 6.95687L6.13707 5.57584L3.74426 8.78122L5.59425 10.1622L7.98707 6.95687ZM9.30213 3.21731L5.37603 7.14577L8.2053 9.97335L12.1314 6.04489L9.30213 3.21731Z\"\n fill=\"#38A611\"\n mask=\"url(#path-1-inside-1_8581_37376)\"\n />\n </svg>\n )\n}\n\nexport default Success\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACvF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IAEF,QACEA,cAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,aACrGC,GAAA,CAAA,QAAA,EAAA,EAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,IAAI,EAAC,OAAO,EAAA,CAAG,EACjDA,cAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,OAAO,EAAA,QAAA,EAChDA,GAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mfAAmf,EAAA,CACrf,EAAA,CACG,EACPA,GAAA,CAAA,MAAA,EAAA,EACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,mfAAmf,EACrf,IAAI,EAAC,SAAS,EAAA,CACd,EACFA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,28EAA28E,EAC78E,IAAI,EAAC,SAAS,EACd,IAAI,EAAC,kCAAkC,EAAA,CACvC,CAAA,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const Tag = () => {
|
|
4
4
|
return (jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("g", { opacity: "0.6", children: jsx("path", { d: "M1.07911 8.65006C1.12887 8.75764 1.20086 8.85538 1.29111 8.93789C1.38386 9.02377 1.4943 9.09191 1.61601 9.13833C1.73772 9.18475 1.86829 9.20854 2.00011 9.20831L8.00011 9.20831C8.14861 9.20831 8.28911 9.14781 8.38461 9.04377L10.8846 6.29377C11.0391 6.12373 11.0391 5.87669 10.8846 5.70664L8.38461 2.95664C8.28911 2.85214 8.14861 2.79164 8.00011 2.79164L2.00012 2.79164C1.86919 2.79109 1.73944 2.81439 1.61842 2.86018C1.49739 2.90597 1.3875 2.97335 1.29512 3.05839C1.20143 3.14341 1.1271 3.24464 1.07646 3.35621C1.02582 3.46778 0.999867 3.58747 1.00011 3.70831L1.00011 8.29164C1.00011 8.41356 1.02612 8.53227 1.07911 8.65006Z", fill: "white" }) }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const Tick = ({ direction = 'down', color = 'text', width }) => {
|
|
@@ -12,7 +12,7 @@ const Tick = ({ direction = 'down', color = 'text', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '12', height: width || '10', viewBox: "0 0 12 10",
|
|
15
|
+
return (jsx("svg", { width: width || '12', height: width || '10', viewBox: "0 0 12 10", sx: style, children: jsx("path", { d: "M5.4142 9.19908C4.63315 9.98013 3.36682 9.98013 2.58577 9.19908L0.802622 7.41593C0.282018 6.89533 0.282018 6.05126 0.802622 5.53066C1.32377 5.00951 2.16891 5.01014 2.68929 5.53205L2.87303 5.71634C3.49507 6.34022 4.50539 6.34071 5.12803 5.71744L9.64356 1.19734C10.1643 0.676038 11.0092 0.675825 11.5302 1.19687C12.0511 1.71772 12.0511 2.5622 11.5302 3.08306L5.4142 9.19908Z", fill: "#FAFAFA" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { Tick as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tick.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Tick.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Tick: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '12'} height={width || '10'} viewBox=\"0 0 12 10\"
|
|
1
|
+
{"version":3,"file":"Tick.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Tick.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Tick: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '12'} height={width || '10'} viewBox=\"0 0 12 10\" sx={style}>\n <path\n d=\"M5.4142 9.19908C4.63315 9.98013 3.36682 9.98013 2.58577 9.19908L0.802622 7.41593C0.282018 6.89533 0.282018 6.05126 0.802622 5.53066C1.32377 5.00951 2.16891 5.01014 2.68929 5.53205L2.87303 5.71634C3.49507 6.34022 4.50539 6.34071 5.12803 5.71744L9.64356 1.19734C10.1643 0.676038 11.0092 0.675825 11.5302 1.19687C12.0511 1.71772 12.0511 2.5622 11.5302 3.08306L5.4142 9.19908Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n )\n}\n\nexport default Tick\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,IAAI,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AACjF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;AACF,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EAC7EA,cACE,CAAC,EAAC,sXAAsX,EACxX,IAAI,EAAC,SAAS,EAAA,CACd,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const Timer = ({ color = 'text', width }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '28', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", fill: color, children: jsx("path", { d: "M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z" }) }));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx, jsxs } from '
|
|
1
|
+
import { jsx, jsxs } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const TurnArrow = ({ width }) => {
|
|
4
|
-
return (jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '30', height: width || '30', viewBox: "0 0 24 24",
|
|
4
|
+
return (jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: width || '30', height: width || '30', viewBox: "0 0 24 24", sx: { transform: 'rotate(270deg)' }, children: jsxs("g", { fill: "none", stroke: "#73728E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "0.5", children: [jsx("path", { d: "m14 15l-5 5l-5-5" }), jsx("path", { d: "M20 4h-7a4 4 0 0 0-4 4v12" })] }) }));
|
|
5
5
|
};
|
|
6
6
|
|
|
7
7
|
export { TurnArrow as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TurnArrow.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/TurnArrow.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst TurnArrow: React.FC<SvgProps> = ({ width }) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={width || '30'}\n height={width || '30'}\n viewBox=\"0 0 24 24\"\n
|
|
1
|
+
{"version":3,"file":"TurnArrow.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/TurnArrow.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst TurnArrow: React.FC<SvgProps> = ({ width }) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={width || '30'}\n height={width || '30'}\n viewBox=\"0 0 24 24\"\n sx={{ transform: 'rotate(270deg)' }}\n >\n <g fill=\"none\" stroke=\"#73728E\" strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeWidth=\"0.5\">\n <path d=\"m14 15l-5 5l-5-5\"></path>\n <path d=\"M20 4h-7a4 4 0 0 0-4 4v12\"></path>\n </g>\n </svg>\n )\n}\n\nexport default TurnArrow\n"],"names":["_jsx","_jsxs"],"mappings":";;AAGA,MAAM,SAAS,GAAuB,CAAC,EAAE,KAAK,EAAE,KAAI;AAClD,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,KAAK,IAAI,IAAI,EACpB,MAAM,EAAE,KAAK,IAAI,IAAI,EACrB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAEnCC,IAAA,CAAA,GAAA,EAAA,EAAG,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAA,QAAA,EAAA,CAC5FD,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,kBAAkB,GAAQ,EAClCA,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,2BAA2B,EAAA,CAAQ,CAAA,EAAA,CACzC,EAAA,CACA;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx, jsxs } from '
|
|
1
|
+
import { jsx, jsxs } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const Twitter = ({ direction = 'right', color = 'white', width }) => {
|
|
@@ -12,7 +12,7 @@ const Twitter = ({ direction = 'right', color = 'white', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '33', viewBox: "0 0 33 32", fill: "none", xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
return (jsx("svg", { width: width || '33', viewBox: "0 0 33 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: jsxs("g", { children: [jsx("title", { children: "Layer 1" }), jsx("g", { id: "svg_1", children: jsx("path", { d: "m22.7035,6.25l3.308,0l-7.227,8.26l8.502,11.24l-6.657,0l-5.214,-6.817l-5.966,6.817l-3.31,0l7.73,-8.835l-8.156,-10.665l6.826,0l4.713,6.231l5.451,-6.231zm-1.161,17.52l1.833,0l-11.832,-15.644l-1.967,0l11.966,15.644z", id: "svg_2", fill: "red" }) })] }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { Twitter as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Twitter.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Twitter.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Twitter: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg
|
|
1
|
+
{"version":3,"file":"Twitter.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/Twitter.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps, rotation } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst Twitter: React.FC<SvgProps> = ({ direction = 'right', color = 'white', width }) => {\n const deg: rotation = {\n left: 180,\n up: 270,\n right: 0,\n down: 90,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n\n return (\n <svg width={width || '33'} viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" sx={style}>\n <g>\n <title>Layer 1</title>\n <g id=\"svg_1\">\n <path\n d=\"m22.7035,6.25l3.308,0l-7.227,8.26l8.502,11.24l-6.657,0l-5.214,-6.817l-5.966,6.817l-3.31,0l7.73,-8.835l-8.156,-10.665l6.826,0l4.713,6.231l5.451,-6.231zm-1.161,17.52l1.833,0l-11.832,-15.644l-1.967,0l11.966,15.644z\"\n id=\"svg_2\"\n fill=\"red\"\n />\n </g>\n </g>\n </svg>\n )\n}\n\nexport default Twitter\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAIA,MAAM,OAAO,GAAuB,CAAC,EAAE,SAAS,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,EAAE,KAAK,EAAE,KAAI;AACtF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,GAAG;AACT,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,CAAC;AACR,QAAA,IAAI,EAAE,EAAE;KACT;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IAEF,QACEA,aAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EACrGC,uBACED,GAAA,CAAA,OAAA,EAAA,EAAA,QAAA,EAAA,SAAA,EAAA,CAAsB,EACtBA,WAAG,EAAE,EAAC,OAAO,EAAA,QAAA,EACXA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,qNAAqN,EACvN,EAAE,EAAC,OAAO,EACV,IAAI,EAAC,KAAK,GACV,EAAA,CACA,CAAA,EAAA,CACF,EAAA,CACA;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
import { dynamicStyles } from '../styles.js';
|
|
3
3
|
|
|
4
4
|
const URL = ({ direction = 'down', color = 'text', width }) => {
|
|
@@ -12,7 +12,7 @@ const URL = ({ direction = 'down', color = 'text', width }) => {
|
|
|
12
12
|
degree: deg[direction],
|
|
13
13
|
color,
|
|
14
14
|
});
|
|
15
|
-
return (jsx("svg", { width: width || '11', height: "24", viewBox: "0 0 24 24",
|
|
15
|
+
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" }) }));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { URL as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"URL.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/URL.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst URL: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '11'} height=\"24\" viewBox=\"0 0 24 24\"
|
|
1
|
+
{"version":3,"file":"URL.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/URL.tsx"],"sourcesContent":["import React from 'react'\nimport { rotation, SvgProps } from './types'\nimport { dynamicStyles } from '../styles'\n\nconst URL: React.FC<SvgProps> = ({ direction = 'down', color = 'text', width }) => {\n const deg: rotation = {\n left: 90,\n up: 180,\n right: 270,\n down: 0,\n }\n const style = dynamicStyles.generic({\n degree: deg[direction as keyof rotation],\n color,\n })\n return (\n <svg width={width || '11'} height=\"24\" viewBox=\"0 0 24 24\" sx={style}>\n <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\" />\n </svg>\n )\n}\n\nexport default URL\n"],"names":["_jsx"],"mappings":";;;AAIA,MAAM,GAAG,GAAuB,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,KAAK,GAAG,MAAM,EAAE,KAAK,EAAE,KAAI;AAChF,IAAA,MAAM,GAAG,GAAa;AACpB,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,EAAE,EAAE,GAAG;AACP,QAAA,KAAK,EAAE,GAAG;AACV,QAAA,IAAI,EAAE,CAAC;KACR;AACD,IAAA,MAAM,KAAK,GAAG,aAAa,CAAC,OAAO,CAAC;AAClC,QAAA,MAAM,EAAE,GAAG,CAAC,SAA2B,CAAC;QACxC,KAAK;AACN,KAAA,CAAC;IACF,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,EAAE,EAAE,KAAK,EAAA,QAAA,EAClEA,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,m9BAAm9B,EAAA,CAAG,EAAA,CAC19B;AAEV;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from '
|
|
1
|
+
import { jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const WhaleActivity = ({ color = '#8EE3FF', width }) => {
|
|
4
4
|
return (jsx("svg", { width: width || '22', viewBox: "0 0 22 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M14.252 0.755991C13.8844 0.347136 14.2941 0.185081 14.8303 0.306947C14.8521 0.311901 14.8742 0.316331 14.8967 0.320157C15.5274 0.427528 15.9194 0.193457 16.4918 0.323206C16.7289 0.376947 16.9693 0.517002 17.1979 0.639638C17.4065 0.751477 17.6462 0.727721 17.8548 0.616127C18.3088 0.366417 18.7194 0.213939 19.2427 0.307348C19.6659 0.365013 20.0972 0.379887 20.505 0.235592C20.5544 0.218111 20.6106 0.186645 20.6692 0.153722C20.919 0.01348 21.1343 0.218225 21.0058 0.474233C20.7499 0.982323 20.2129 1.21892 19.7312 1.46025C19.2857 1.68343 18.7496 2.09369 18.4621 2.50726C17.9307 3.27563 17.8443 4.23098 17.5919 5.09767C16.7166 8.1041 15.1639 11.2593 12.1706 12.6278C12.0382 12.6884 12.0322 12.8482 12.1418 12.9441C12.3104 13.0915 12.4986 13.2351 12.6579 13.4021C13.0864 13.8515 13.4221 14.3285 13.7296 14.8675C13.8318 15.0409 13.9566 15.2157 14.0404 15.398C14.0882 15.5022 14.1725 15.9766 13.9967 15.9978C13.7913 16.0227 13.5086 15.832 13.3081 15.78C13.1832 15.7477 13.0572 15.7218 12.9286 15.7035C12.5587 15.6622 12.192 15.6513 11.8233 15.5938C10.8697 15.445 10.1091 14.8393 9.71255 13.9672C9.66805 13.8857 9.49245 13.3541 9.45676 13.3428C9.19473 13.2598 8.3074 13.3258 7.96986 13.2363C7.83486 13.2004 7.76322 13.224 7.64733 13.1863C7.32315 13.0809 6.99742 13.0145 6.66477 12.9483C6.62424 12.9405 6.60241 12.9621 6.57844 12.9809C6.5121 13.0456 6.44506 13.1096 6.37735 13.1728C5.81783 13.6862 4.81068 13.6275 4.10806 13.7144C3.57837 13.7799 3.22917 13.5833 3.55357 13.1595C3.55766 13.1542 3.56154 13.1491 3.56518 13.1442C3.74341 12.9053 3.90207 12.7175 4.08916 12.5351C4.2425 12.3855 4.21445 12.1403 4.02085 12.0487C3.07559 11.6013 2.22114 11.0775 1.50117 10.303C0.584357 9.33447 0.0973296 8.03686 0.150481 6.70428C0.162926 6.39031 0.187355 5.88445 0.433906 5.66269C0.637907 5.47921 1.6722 5.56322 1.97545 5.56833C3.01421 5.58584 4.07826 5.36933 5.10317 5.60695C5.802 5.76897 6.37594 6.07608 6.96006 6.4831C7.16767 6.62776 7.36732 6.78233 7.58053 6.91903C8.38832 7.43452 9.31778 7.72781 10.2751 7.7693C11.9326 7.8343 13.8906 7.0782 15.0993 5.96327C16.1692 4.97651 16.8094 3.48079 16.0041 2.12872C15.5359 1.3427 14.8307 1.39081 14.252 0.755991Z", fill: color }) }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WhaleActivity.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/WhaleActivity.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst WhaleActivity: React.FC<SvgProps> = ({ color = '#8EE3FF', width }) => {\n return (\n <svg width={width || '22'} viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M14.252 0.755991C13.8844 0.347136 14.2941 0.185081 14.8303 0.306947C14.8521 0.311901 14.8742 0.316331 14.8967 0.320157C15.5274 0.427528 15.9194 0.193457 16.4918 0.323206C16.7289 0.376947 16.9693 0.517002 17.1979 0.639638C17.4065 0.751477 17.6462 0.727721 17.8548 0.616127C18.3088 0.366417 18.7194 0.213939 19.2427 0.307348C19.6659 0.365013 20.0972 0.379887 20.505 0.235592C20.5544 0.218111 20.6106 0.186645 20.6692 0.153722C20.919 0.01348 21.1343 0.218225 21.0058 0.474233C20.7499 0.982323 20.2129 1.21892 19.7312 1.46025C19.2857 1.68343 18.7496 2.09369 18.4621 2.50726C17.9307 3.27563 17.8443 4.23098 17.5919 5.09767C16.7166 8.1041 15.1639 11.2593 12.1706 12.6278C12.0382 12.6884 12.0322 12.8482 12.1418 12.9441C12.3104 13.0915 12.4986 13.2351 12.6579 13.4021C13.0864 13.8515 13.4221 14.3285 13.7296 14.8675C13.8318 15.0409 13.9566 15.2157 14.0404 15.398C14.0882 15.5022 14.1725 15.9766 13.9967 15.9978C13.7913 16.0227 13.5086 15.832 13.3081 15.78C13.1832 15.7477 13.0572 15.7218 12.9286 15.7035C12.5587 15.6622 12.192 15.6513 11.8233 15.5938C10.8697 15.445 10.1091 14.8393 9.71255 13.9672C9.66805 13.8857 9.49245 13.3541 9.45676 13.3428C9.19473 13.2598 8.3074 13.3258 7.96986 13.2363C7.83486 13.2004 7.76322 13.224 7.64733 13.1863C7.32315 13.0809 6.99742 13.0145 6.66477 12.9483C6.62424 12.9405 6.60241 12.9621 6.57844 12.9809C6.5121 13.0456 6.44506 13.1096 6.37735 13.1728C5.81783 13.6862 4.81068 13.6275 4.10806 13.7144C3.57837 13.7799 3.22917 13.5833 3.55357 13.1595C3.55766 13.1542 3.56154 13.1491 3.56518 13.1442C3.74341 12.9053 3.90207 12.7175 4.08916 12.5351C4.2425 12.3855 4.21445 12.1403 4.02085 12.0487C3.07559 11.6013 2.22114 11.0775 1.50117 10.303C0.584357 9.33447 0.0973296 8.03686 0.150481 6.70428C0.162926 6.39031 0.187355 5.88445 0.433906 5.66269C0.637907 5.47921 1.6722 5.56322 1.97545 5.56833C3.01421 5.58584 4.07826 5.36933 5.10317 5.60695C5.802 5.76897 6.37594 6.07608 6.96006 6.4831C7.16767 6.62776 7.36732 6.78233 7.58053 6.91903C8.38832 7.43452 9.31778 7.72781 10.2751 7.7693C11.9326 7.8343 13.8906 7.0782 15.0993 5.96327C16.1692 4.97651 16.8094 3.48079 16.0041 2.12872C15.5359 1.3427 14.8307 1.39081 14.252 0.755991Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default WhaleActivity\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,aAAa,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACzE,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAC3FA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,gmEAAgmE,EAClmE,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
|
|
1
|
+
{"version":3,"file":"WhaleActivity.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/WhaleActivity.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst WhaleActivity: React.FC<SvgProps> = ({ color = '#8EE3FF', width }) => {\n return (\n <svg width={width || '22'} viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M14.252 0.755991C13.8844 0.347136 14.2941 0.185081 14.8303 0.306947C14.8521 0.311901 14.8742 0.316331 14.8967 0.320157C15.5274 0.427528 15.9194 0.193457 16.4918 0.323206C16.7289 0.376947 16.9693 0.517002 17.1979 0.639638C17.4065 0.751477 17.6462 0.727721 17.8548 0.616127C18.3088 0.366417 18.7194 0.213939 19.2427 0.307348C19.6659 0.365013 20.0972 0.379887 20.505 0.235592C20.5544 0.218111 20.6106 0.186645 20.6692 0.153722C20.919 0.01348 21.1343 0.218225 21.0058 0.474233C20.7499 0.982323 20.2129 1.21892 19.7312 1.46025C19.2857 1.68343 18.7496 2.09369 18.4621 2.50726C17.9307 3.27563 17.8443 4.23098 17.5919 5.09767C16.7166 8.1041 15.1639 11.2593 12.1706 12.6278C12.0382 12.6884 12.0322 12.8482 12.1418 12.9441C12.3104 13.0915 12.4986 13.2351 12.6579 13.4021C13.0864 13.8515 13.4221 14.3285 13.7296 14.8675C13.8318 15.0409 13.9566 15.2157 14.0404 15.398C14.0882 15.5022 14.1725 15.9766 13.9967 15.9978C13.7913 16.0227 13.5086 15.832 13.3081 15.78C13.1832 15.7477 13.0572 15.7218 12.9286 15.7035C12.5587 15.6622 12.192 15.6513 11.8233 15.5938C10.8697 15.445 10.1091 14.8393 9.71255 13.9672C9.66805 13.8857 9.49245 13.3541 9.45676 13.3428C9.19473 13.2598 8.3074 13.3258 7.96986 13.2363C7.83486 13.2004 7.76322 13.224 7.64733 13.1863C7.32315 13.0809 6.99742 13.0145 6.66477 12.9483C6.62424 12.9405 6.60241 12.9621 6.57844 12.9809C6.5121 13.0456 6.44506 13.1096 6.37735 13.1728C5.81783 13.6862 4.81068 13.6275 4.10806 13.7144C3.57837 13.7799 3.22917 13.5833 3.55357 13.1595C3.55766 13.1542 3.56154 13.1491 3.56518 13.1442C3.74341 12.9053 3.90207 12.7175 4.08916 12.5351C4.2425 12.3855 4.21445 12.1403 4.02085 12.0487C3.07559 11.6013 2.22114 11.0775 1.50117 10.303C0.584357 9.33447 0.0973296 8.03686 0.150481 6.70428C0.162926 6.39031 0.187355 5.88445 0.433906 5.66269C0.637907 5.47921 1.6722 5.56322 1.97545 5.56833C3.01421 5.58584 4.07826 5.36933 5.10317 5.60695C5.802 5.76897 6.37594 6.07608 6.96006 6.4831C7.16767 6.62776 7.36732 6.78233 7.58053 6.91903C8.38832 7.43452 9.31778 7.72781 10.2751 7.7693C11.9326 7.8343 13.8906 7.0782 15.0993 5.96327C16.1692 4.97651 16.8094 3.48079 16.0041 2.12872C15.5359 1.3427 14.8307 1.39081 14.252 0.755991Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default WhaleActivity\n\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,aAAa,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACzE,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EAC3FA,GAAA,CAAA,MAAA,EAAA,EACE,CAAC,EAAC,gmEAAgmE,EAClmE,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const dynamicStyles: {
|
|
4
|
-
generic: ({ degree, color, margin }: IconStyles) => React.CSSProperties;
|
|
5
|
-
};
|
|
1
|
+
import { ThemeUIStyleObject } from 'theme-ui';
|
|
2
|
+
export declare const dynamicStyles: Record<string, (props: any) => ThemeUIStyleObject>;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import colors from '../../../theme/colors.js';
|
|
2
|
-
|
|
3
|
-
const resolveColor = (color) => (color && colors[color]) || color;
|
|
4
1
|
const dynamicStyles = {
|
|
5
|
-
|
|
6
|
-
// `fill: currentColor` on the svg and its `path`s — this just supplies the
|
|
7
|
-
// per-call dynamic bits (the actual color, and any rotation) via inline style.
|
|
8
|
-
generic: ({ degree = 0, color, margin }) => ({
|
|
2
|
+
generic: ({ degree = 0, color }) => ({
|
|
9
3
|
transform: `rotate(${degree}deg)`,
|
|
10
|
-
color
|
|
11
|
-
|
|
4
|
+
color,
|
|
5
|
+
fill: 'currentcolor',
|
|
6
|
+
path: {
|
|
7
|
+
fill: 'currentcolor',
|
|
8
|
+
},
|
|
9
|
+
transition: 'transform .3s linear',
|
|
12
10
|
}),
|
|
13
11
|
};
|
|
14
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sources":["../../../../src/components/uikit-sdk/Svg/styles.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"styles.js","sources":["../../../../src/components/uikit-sdk/Svg/styles.ts"],"sourcesContent":["import { ThemeUIStyleObject } from 'theme-ui'\nimport { IconStyles } from './Icons/types'\n\nexport const dynamicStyles: Record<string, (props: any) => ThemeUIStyleObject> = {\n generic: ({ degree = 0, color }: IconStyles) => ({\n transform: `rotate(${degree}deg)`,\n color,\n fill: 'currentcolor',\n path: {\n fill: 'currentcolor',\n },\n transition: 'transform .3s linear',\n }),\n}\n"],"names":[],"mappings":"AAGO,MAAM,aAAa,GAAuD;AAC/E,IAAA,OAAO,EAAE,CAAC,EAAE,MAAM,GAAG,CAAC,EAAE,KAAK,EAAc,MAAM;QAC/C,SAAS,EAAE,CAAA,OAAA,EAAU,MAAM,CAAA,IAAA,CAAM;QACjC,KAAK;AACL,QAAA,IAAI,EAAE,cAAc;AACpB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,cAAc;AACrB,SAAA;AACD,QAAA,UAAU,EAAE,sBAAsB;KACnC,CAAC;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs, jsx } from '
|
|
1
|
+
import { jsxs, jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const APTOS = ({ width }) => {
|
|
4
4
|
return (jsxs("svg", { width: width || '30', height: width || '30', viewBox: "-5 -5 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { x: "-5", y: "-5", width: "40", height: "40", fill: "#2D3134" }), jsx("path", { d: "M1.53 8.55C0.9 9.87 0.47 11.31 0.25 12.81H12.77L15.5 8.55H1.53Z", fill: "#fff" }), jsx("path", { d: "M29.75 12.81C29.53 11.31 29.1 9.87 28.47 8.55H20.96L18.23 4.29H25.43C22.74 1.66 19.06 0.04 15 0.04C10.94 0.04 7.26 1.66 4.57 4.29H18.23L15.5 8.55L18.23 12.81H29.75Z", fill: "#fff" }), jsx("path", { d: "M7.3 21.33L4.57 25.58C7.26 28.21 10.93 29.86 15 29.86C19.06 29.86 22.79 28.3 25.48 25.58H10.04L7.3 21.33Z", fill: "#fff" }), jsx("path", { d: "M10.03 17.07H0.25C0.47 18.57 0.9 20 1.53 21.32H7.3L10.03 17.07Z", fill: "#fff" }), jsx("path", { d: "M12.77 21.33H28.47C29.1 20 29.53 18.57 29.75 17.07H15.5L12.77 12.81L10.03 17.07", fill: "#fff" })] }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs, jsx } from '
|
|
1
|
+
import { jsxs, jsx } from 'theme-ui/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
const ARBITRUM = ({ width }) => {
|
|
4
4
|
return (jsxs("svg", { width: width || '30', height: width || '30', viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsx("rect", { width: "30", height: "30", fill: "#2D374B" }), jsx("path", { d: "M11.4959 22.4721C11.5374 22.492 11.5838 22.5082 11.6248 22.5318C12.6355 23.1122 13.6471 23.6926 14.6545 24.2812C14.8904 24.4185 15.1047 24.4185 15.3389 24.2812C16.1709 23.7916 17.0071 23.3095 17.8416 22.8241C17.8868 22.7979 17.9295 22.7681 17.9735 22.7411C18.4904 22.4439 19.0099 22.1479 19.5239 21.8482C19.9157 21.621 20.3045 21.3892 20.6947 21.1596L21.4566 20.7185C21.9209 20.4511 22.384 20.182 22.8504 19.9176C22.944 19.8691 23.0224 19.7956 23.0766 19.7051C23.1309 19.6147 23.1589 19.511 23.1576 19.4056C23.1642 18.935 23.1576 18.4645 23.1576 17.9936C23.1576 17.9413 23.1617 17.8887 23.1617 17.8364V10.7159C23.1617 10.3988 23.0407 10.177 22.7588 10.0132C20.2866 8.59237 17.8159 7.16765 15.3468 5.73907C15.0927 5.59231 14.8452 5.59066 14.5919 5.73907C12.1219 7.17318 9.65137 8.60605 7.1803 10.0377C6.90959 10.194 6.78522 10.4079 6.78647 10.7205C6.79255 12.9541 6.79545 15.1878 6.79517 17.4215C6.79517 17.4957 6.79849 17.5699 6.80015 17.6441L6.81424 17.6777C6.55597 18.0806 6.29935 18.4848 6.03901 18.8865C5.86821 19.1494 5.69202 19.4085 5.51832 19.6692L5.48557 19.6647V10.6649C5.48557 9.88097 5.84458 9.29685 6.52197 8.90592C7.55009 8.31143 8.57779 7.71626 9.60508 7.12039C10.8927 6.37418 12.1805 5.62672 13.4684 4.87802C13.7022 4.74246 13.929 4.58783 14.1761 4.4817C14.8054 4.20975 15.4197 4.26654 16.0138 4.6098C17.8202 5.65643 19.628 6.70044 21.4371 7.74182C22.1253 8.13898 22.8156 8.53281 23.5017 8.93411C23.7197 9.05631 23.9111 9.2209 24.0646 9.41818C24.2181 9.61546 24.3306 9.84146 24.3955 10.0829C24.4478 10.2653 24.4756 10.454 24.4784 10.6438C24.4833 13.5424 24.4833 16.441 24.4784 19.3396C24.4784 19.9499 24.2566 20.4805 23.7695 20.8619C23.5274 21.0514 23.243 21.1878 22.9752 21.3436C21.5352 22.1824 20.0934 23.0203 18.6496 23.8571C17.6961 24.4093 16.7493 24.9669 15.792 25.5096C15.4881 25.6816 15.1507 25.7206 14.7971 25.6879C14.3452 25.6464 13.9895 25.4002 13.6172 25.1875C12.7031 24.666 11.7931 24.1374 10.8811 23.6121C10.8625 23.6014 10.8455 23.5873 10.8276 23.5748C11.0084 23.2664 11.1879 22.9571 11.3699 22.6499C11.4068 22.5865 11.4536 22.531 11.4959 22.4721Z", fill: "#95BDDB" }), jsx("path", { d: "M11.4959 22.4721C11.4545 22.531 11.4068 22.5865 11.3715 22.6487C11.1895 22.9559 11.01 23.2652 10.8293 23.5736C10.3795 23.3174 9.92844 23.0624 9.47906 22.805C9.11424 22.5977 8.75108 22.3854 8.38005 22.1711C8.51561 21.941 8.64496 21.7201 8.77679 21.5004C9.25105 20.713 9.72586 19.926 10.2012 19.1394C10.6328 18.4272 11.0677 17.717 11.4992 17.0048C12.1987 15.8501 12.897 14.695 13.594 13.5395C14.1727 12.5827 14.7523 11.6261 15.3327 10.6699C15.3592 10.6264 15.4206 10.5754 15.4658 10.575C16.4607 10.5696 17.459 10.5708 18.4788 10.5708C18.4552 10.6123 18.4374 10.6487 18.4166 10.6832C17.8495 11.6438 17.2822 12.6047 16.7148 13.5656C16.1287 14.5606 15.547 15.5626 14.9608 16.56C13.8293 18.4855 12.6976 20.4096 11.5656 22.3324C11.539 22.3772 11.5187 22.4252 11.4959 22.4721ZM5.5179 19.6705C5.69161 19.4097 5.8678 19.1506 6.0386 18.8878C6.29894 18.4861 6.55556 18.0819 6.81383 17.6789L6.82005 17.6532C7.10651 17.2125 7.39463 16.7731 7.67944 16.3312C8.54919 14.9822 9.41784 13.633 10.2854 12.2838C10.4238 12.0686 10.5685 11.8568 10.6999 11.6371C10.9794 11.1707 11.401 10.8967 11.9022 10.725C12.4581 10.536 13.0339 10.5273 13.6118 10.5401C13.8942 10.5463 14.1765 10.5646 14.477 10.5779L7.56004 21.6989L6.51576 21.0949C6.1953 20.9096 5.8736 20.7255 5.5548 20.5373C5.53608 20.5264 5.51987 20.5117 5.50722 20.4942C5.49458 20.4766 5.48579 20.4565 5.48142 20.4353C5.47728 20.1995 5.48142 19.9636 5.48557 19.7281L5.5179 19.6705Z", fill: "#FEFEFE" }), jsx("path", { d: "M23.1576 17.9919C23.1576 18.4629 23.1642 18.9334 23.1576 19.4039C23.1589 19.5093 23.1309 19.6131 23.0766 19.7035C23.0224 19.7939 22.9441 19.8675 22.8504 19.9159C22.384 20.1804 21.921 20.4494 21.4566 20.7168L18.1555 15.3615C17.9171 14.9747 17.6767 14.5896 17.4428 14.2007C17.4291 14.1767 17.4207 14.15 17.4183 14.1224C17.416 14.0949 17.4197 14.0671 17.4292 14.0411C17.9229 13.1913 18.4241 12.3443 18.9216 11.4974C18.9325 11.4828 18.9443 11.469 18.9568 11.4559C18.9879 11.5023 19.0169 11.5438 19.0443 11.5865C20.3875 13.6831 21.7309 15.7798 23.0747 17.8767C23.0996 17.9165 23.1294 17.9534 23.1576 17.9919ZM20.6947 21.1579C20.3046 21.3876 19.9157 21.6193 19.5239 21.8465C19.0082 22.1462 18.4904 22.4422 17.9735 22.7395C17.4525 21.9167 16.9313 21.0938 16.4097 20.2708C15.975 19.5842 15.5387 18.8988 15.101 18.2145C15.055 18.1432 15.0471 18.0902 15.0923 18.0143C15.6552 17.0633 16.2161 16.111 16.775 15.1575C16.7899 15.1314 16.8081 15.1074 16.8322 15.0717C16.8559 15.098 16.8781 15.1257 16.8985 15.1546C18.156 17.1404 19.4135 19.1264 20.671 21.1127C20.6789 21.1268 20.6864 21.1426 20.6947 21.1579Z", fill: "#289FEF" }), jsx("path", { d: "M5.51792 19.6705L5.48517 19.7281V19.6659L5.51792 19.6705Z", fill: "#718EA9" }), jsx("path", { d: "M6.82045 17.6532L6.81424 17.6789L6.80014 17.6453C6.80392 17.6447 6.8078 17.6451 6.81137 17.6465C6.81494 17.6479 6.81807 17.6502 6.82045 17.6532Z", fill: "#4D627A" })] }));
|