react-gldn-kit 0.0.1
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 +12 -0
- package/dist/019a0906020876234aeea55bdffda84f.svg +3 -0
- package/dist/146c476d14957bf48f72f2624fca70a6.svg +4 -0
- package/dist/19a58eb7c3630d4b07306a6c3220d970.svg +4 -0
- package/dist/319df1f071ee5d8a40e6abfdc5033808.svg +4 -0
- package/dist/495b0365b1bec48e3ed4d6b5050ab787.svg +4 -0
- package/dist/4c94314336076d6fec16041ab32c7af5.svg +4 -0
- package/dist/4f5309751f47792d5ed9a10bb49b99c4.svg +83 -0
- package/dist/65721e7993374bcc4145e083b5f42af2.svg +47 -0
- package/dist/7ec6f5f3bcbce4cd53ca73cb7e054566.svg +48 -0
- package/dist/9be020560a317c79c0b3851ea0d60317.svg +76 -0
- package/dist/a7dae2f8305ee0edacaf65eefff21778.svg +3 -0
- package/dist/a9758afe3827a85948f984caf2428242.svg +4 -0
- package/dist/f1ecca5e9239e78b5053dc90f83a3edf.svg +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +35 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.d.ts +13 -0
- package/dist/lib/components/Banners/components/BannerTemplate/index.js +52 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.d.ts +6 -0
- package/dist/lib/components/Banners/components/BannerTemplate/types.js +0 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.d.ts +3 -0
- package/dist/lib/components/Banners/components/BattleBanner/index.js +59 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.d.ts +15 -0
- package/dist/lib/components/Banners/components/BattleBanner/types.js +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/ElonAppBanner/index.js +65 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/components/JabiAppBanner/index.js +53 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.d.ts +6 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/constants.js +9 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.d.ts +2 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/index.js +54 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.d.ts +12 -0
- package/dist/lib/components/Banners/components/PromotionMobileApp/types.js +2 -0
- package/dist/lib/components/Banners/index.d.ts +2 -0
- package/dist/lib/components/Banners/index.js +52 -0
- package/dist/lib/components/Banners/types.d.ts +18 -0
- package/dist/lib/components/Banners/types.js +2 -0
- package/dist/lib/components/BattlesCard/index.d.ts +2 -0
- package/dist/lib/components/BattlesCard/index.js +69 -0
- package/dist/lib/components/BattlesCard/types.d.ts +25 -0
- package/dist/lib/components/BattlesCard/types.js +2 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.d.ts +13 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/index.js +107 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.d.ts +7 -0
- package/dist/lib/components/HOCs/HOCErrorBoundary/types.js +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCImageLoader/index.js +17 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.d.ts +6 -0
- package/dist/lib/components/HOCs/HOCImageLoader/types.js +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.d.ts +2 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/index.js +25 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.d.ts +11 -0
- package/dist/lib/components/HOCs/HOCOutsideClick/types.js +8 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/Jackpot/index.js +77 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/components/Digit/index.js +50 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotWidget/components/JackpotCounter/index.js +57 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.d.ts +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/index.js +52 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/types.js +2 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotWidget/utils.js +48 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.d.ts +3 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +53 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.d.ts +15 -0
- package/dist/lib/components/LastBigWinners/components/LastBigWinner/types.js +2 -0
- package/dist/lib/components/LastBigWinners/index.d.ts +2 -0
- package/dist/lib/components/LastBigWinners/index.js +122 -0
- package/dist/lib/components/LastBigWinners/types.d.ts +9 -0
- package/dist/lib/components/LastBigWinners/types.js +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/BonusCardLayout/index.js +53 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.d.ts +11 -0
- package/dist/lib/components/Layouts/BonusCardLayout/types.js +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/DrawerLayout/index.js +56 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.d.ts +10 -0
- package/dist/lib/components/Layouts/DrawerLayout/types.js +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.d.ts +2 -0
- package/dist/lib/components/Layouts/ModalLayout/index.js +53 -0
- package/dist/lib/components/Layouts/ModalLayout/types.d.ts +8 -0
- package/dist/lib/components/Layouts/ModalLayout/types.js +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositQrForm/index.js +49 -0
- package/dist/lib/components/Payments/DepositQrForm/types.d.ts +14 -0
- package/dist/lib/components/Payments/DepositQrForm/types.js +2 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.d.ts +11 -0
- package/dist/lib/components/Payments/DepositSkelet/components/Default/index.js +38 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.d.ts +9 -0
- package/dist/lib/components/Payments/DepositSkelet/components/WellexPay/NagadAndBKash/index.js +43 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/constants.js +15 -0
- package/dist/lib/components/Payments/DepositSkelet/index.d.ts +2 -0
- package/dist/lib/components/Payments/DepositSkelet/index.js +59 -0
- package/dist/lib/components/Payments/DepositSkelet/types.d.ts +87 -0
- package/dist/lib/components/Payments/DepositSkelet/types.js +81 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/components/Content/index.js +58 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.d.ts +27 -0
- package/dist/lib/components/Payments/Methods/components/Content/types.js +2 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.d.ts +3 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/index.js +61 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.d.ts +12 -0
- package/dist/lib/components/Payments/Methods/components/PaymentList/types.js +2 -0
- package/dist/lib/components/Payments/Methods/constants.d.ts +5 -0
- package/dist/lib/components/Payments/Methods/constants.js +14 -0
- package/dist/lib/components/Payments/Methods/index.d.ts +2 -0
- package/dist/lib/components/Payments/Methods/index.js +60 -0
- package/dist/lib/components/Payments/Methods/types.d.ts +10 -0
- package/dist/lib/components/Payments/Methods/types.js +8 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/index.js +22 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/EmptyTreasure/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/index.js +46 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.d.ts +3 -0
- package/dist/lib/components/ReferralTable/components/InvitedTableHead/types.js +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/components/List/index.js +47 -0
- package/dist/lib/components/ReferralTable/components/List/types.d.ts +4 -0
- package/dist/lib/components/ReferralTable/components/List/types.js +2 -0
- package/dist/lib/components/ReferralTable/index.d.ts +2 -0
- package/dist/lib/components/ReferralTable/index.js +66 -0
- package/dist/lib/components/ReferralTable/types.d.ts +15 -0
- package/dist/lib/components/ReferralTable/types.js +2 -0
- package/dist/lib/components/Scratch/index.d.ts +2 -0
- package/dist/lib/components/Scratch/index.js +118 -0
- package/dist/lib/components/Scratch/types.d.ts +14 -0
- package/dist/lib/components/Scratch/types.js +8 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.d.ts +7 -0
- package/dist/lib/components/SignUp/CountrySelector/constants.js +815 -0
- package/dist/lib/components/SignUp/CountrySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CountrySelector/index.js +23 -0
- package/dist/lib/components/SignUp/CountrySelector/types.d.ts +10 -0
- package/dist/lib/components/SignUp/CountrySelector/types.js +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.d.ts +2 -0
- package/dist/lib/components/SignUp/CurrencySelector/index.js +27 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.d.ts +11 -0
- package/dist/lib/components/SignUp/CurrencySelector/types.js +2 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.d.ts +9 -0
- package/dist/lib/components/SignUp/DocsCheckBox/index.js +39 -0
- package/dist/lib/components/SignUp/OneClick/constants.d.ts +10 -0
- package/dist/lib/components/SignUp/OneClick/constants.js +13 -0
- package/dist/lib/components/SignUp/OneClick/index.d.ts +31 -0
- package/dist/lib/components/SignUp/OneClick/index.js +86 -0
- package/dist/lib/components/SignUp/PromoCode/index.d.ts +2 -0
- package/dist/lib/components/SignUp/PromoCode/index.js +63 -0
- package/dist/lib/components/SignUp/PromoCode/types.d.ts +6 -0
- package/dist/lib/components/SignUp/PromoCode/types.js +2 -0
- package/dist/lib/components/Text/index.d.ts +6 -0
- package/dist/lib/components/Text/index.js +11 -0
- package/dist/lib/components/Wheel/index.d.ts +2 -0
- package/dist/lib/components/Wheel/index.js +131 -0
- package/dist/lib/components/Wheel/types.d.ts +54 -0
- package/dist/lib/components/Wheel/types.js +2 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.d.ts +21 -0
- package/dist/lib/components/ui/AccordionGroup/Accordion.js +70 -0
- package/dist/lib/components/ui/AccordionGroup/index.d.ts +6 -0
- package/dist/lib/components/ui/AccordionGroup/index.js +53 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.d.ts +8 -0
- package/dist/lib/components/ui/Bonuses/AvailableBonusesSlider/index.js +80 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.d.ts +12 -0
- package/dist/lib/components/ui/Buttons/AppSwitcher/index.js +74 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.d.ts +7 -0
- package/dist/lib/components/ui/Buttons/ArrowButton/index.js +41 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/BaseButton/index.js +65 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/BaseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +68 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +21 -0
- package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/index.js +51 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.d.ts +13 -0
- package/dist/lib/components/ui/Buttons/CasinoSubCategoriesButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/CloseButton/index.js +49 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/CloseButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.d.ts +10 -0
- package/dist/lib/components/ui/Buttons/DepositButton/index.js +57 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/index.js +63 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/DrawerButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.d.ts +0 -0
- package/dist/lib/components/ui/Buttons/GameActions/index.js +0 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/JivoButton/index.js +154 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.d.ts +30 -0
- package/dist/lib/components/ui/Buttons/JivoButton/types.js +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.d.ts +2 -0
- package/dist/lib/components/ui/Buttons/ProviderName/index.js +54 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.d.ts +6 -0
- package/dist/lib/components/ui/Buttons/ProviderName/types.js +2 -0
- package/dist/lib/components/ui/Buttons/index.d.ts +4 -0
- package/dist/lib/components/ui/Buttons/index.js +7 -0
- package/dist/lib/components/ui/CountDown/index.d.ts +2 -0
- package/dist/lib/components/ui/CountDown/index.js +65 -0
- package/dist/lib/components/ui/CountDown/types.d.ts +19 -0
- package/dist/lib/components/ui/CountDown/types.js +2 -0
- package/dist/lib/components/ui/Docs/index.d.ts +2 -0
- package/dist/lib/components/ui/Docs/index.js +72 -0
- package/dist/lib/components/ui/Docs/types.d.ts +14 -0
- package/dist/lib/components/ui/Docs/types.js +2 -0
- package/dist/lib/components/ui/Footer/index.d.ts +2 -0
- package/dist/lib/components/ui/Footer/index.js +46 -0
- package/dist/lib/components/ui/Footer/types.d.ts +13 -0
- package/dist/lib/components/ui/Footer/types.js +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/index.js +52 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.d.ts +17 -0
- package/dist/lib/components/ui/Headers/PopUpHeader/types.js +2 -0
- package/dist/lib/components/ui/Headers/index.d.ts +2 -0
- package/dist/lib/components/ui/Headers/index.js +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/ArrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/AvatarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BonusGiftSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/BurgerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CalendarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.d.ts +5 -0
- package/dist/lib/components/ui/Icons/Base/CashSvg.js +52 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CloseEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CoinsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/CopySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DocSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DownloadSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/DrawerTogglerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/FavoritesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GoogleSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/GrowSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/InfoLotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/LotterySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/OpenEyeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/PlusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProfileSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ProvidersBlocksSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SearchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SelectedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SettingsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ShareSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/StarSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/SupportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/ThreeDotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/TrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Base/WalletSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/FirstBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/SecondBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/ThirdBonusSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/BronzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/DiamondSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GoldSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/GreenSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/PlatinumSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClub/SilverSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Bonuses/VipClubSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/CoinSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/DefaultImgSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/ProvidersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/RecommendedSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Casino/TournamentWagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/CrashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/HotSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/InstantSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/OtersSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/PopularSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ProviderSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/ScratchSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/SlotsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TableSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/TurboSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/VSportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Categories/Icons/WagerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Categories/index.d.ts +3 -0
- package/dist/lib/components/ui/Icons/Categories/index.js +50 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CheckBoxSvg.js +18 -0
- package/dist/lib/components/ui/Icons/CloseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/CloseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/DepositSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WaitingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Deposit/WithdrawSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/AzeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/BsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ChSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/DeSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EnSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/EsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/FrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/HiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/ItSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/KzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/NoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/PtSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/RuSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/TrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UkrSvg.js +20 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/FlagIcons/UzSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/ElonHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/FSWinHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InHouse/JabiInHouseSvg.js +20 -0
- package/dist/lib/components/ui/Icons/InfoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/InfoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/LockSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/LockSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingLiveSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBettingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavBonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavCasinoSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavMyBetsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavReferralSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Navigation/NavTournamentSvg.js +20 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/NotFound/BonusesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/ErrorSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/SuccessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Notifications/WarningSvg.js +20 -0
- package/dist/lib/components/ui/Icons/PlaySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/PlaySvg.js +20 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/ElonTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/FSWinTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/ReferralTreasures/JabibetTreasureSvg.js +44 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/FacebookSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/InstagramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/SocialMedia/TelegramSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AmericanFootballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/AussieRulesSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BadmintonSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BaseballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/Basketball3x3Svg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BasketballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BeachSoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/BoxingSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ChessSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/CricketSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/DartsSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EFifaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENbaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/ENhlSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/EsportSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FieldHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/FutsalSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/IceHockeySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/KabaddiSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/MmaSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/RugbySvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SnookerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SoccerSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/SquashSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TableTennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/TennisSvg.js +20 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.d.ts +2 -0
- package/dist/lib/components/ui/Icons/Sports/VolleyballSvg.js +20 -0
- package/dist/lib/components/ui/Icons/types.d.ts +8 -0
- package/dist/lib/components/ui/Icons/types.js +2 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.d.ts +3 -0
- package/dist/lib/components/ui/Inputs/AmountInput/index.js +123 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.d.ts +20 -0
- package/dist/lib/components/ui/Inputs/AmountInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/BaseInputUi.js +72 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/constant.js +7 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.d.ts +2 -0
- package/dist/lib/components/ui/Inputs/BaseInput/index.js +52 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.d.ts +37 -0
- package/dist/lib/components/ui/Inputs/BaseInput/types.js +2 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.d.ts +12 -0
- package/dist/lib/components/ui/Inputs/CheckBox/index.js +52 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.d.ts +4 -0
- package/dist/lib/components/ui/Leaderboard/components/User/index.js +56 -0
- package/dist/lib/components/ui/Leaderboard/constants.d.ts +1 -0
- package/dist/lib/components/ui/Leaderboard/constants.js +4 -0
- package/dist/lib/components/ui/Leaderboard/index.d.ts +2 -0
- package/dist/lib/components/ui/Leaderboard/index.js +70 -0
- package/dist/lib/components/ui/Leaderboard/types.d.ts +17 -0
- package/dist/lib/components/ui/Leaderboard/types.js +2 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/CircularLoader/index.js +48 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.d.ts +2 -0
- package/dist/lib/components/ui/Loaders/MainLoader/index.js +52 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.d.ts +6 -0
- package/dist/lib/components/ui/Loaders/MainLoader/types.js +2 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.d.ts +5 -0
- package/dist/lib/components/ui/Loaders/SkeletLoader/index.js +47 -0
- package/dist/lib/components/ui/Logos/index.d.ts +2 -0
- package/dist/lib/components/ui/Logos/index.js +101 -0
- package/dist/lib/components/ui/Logos/types.d.ts +13 -0
- package/dist/lib/components/ui/Logos/types.js +2 -0
- package/dist/lib/components/ui/Pagination/index.d.ts +2 -0
- package/dist/lib/components/ui/Pagination/index.js +76 -0
- package/dist/lib/components/ui/Pagination/types.d.ts +10 -0
- package/dist/lib/components/ui/Pagination/types.js +2 -0
- package/dist/lib/components/ui/Section/index.d.ts +4 -0
- package/dist/lib/components/ui/Section/index.js +48 -0
- package/dist/lib/components/ui/Selector/index.d.ts +2 -0
- package/dist/lib/components/ui/Selector/index.js +135 -0
- package/dist/lib/components/ui/Selector/types.d.ts +43 -0
- package/dist/lib/components/ui/Selector/types.js +2 -0
- package/dist/lib/components/ui/ShowAll/index.d.ts +7 -0
- package/dist/lib/components/ui/ShowAll/index.js +50 -0
- package/dist/lib/components/ui/Step/index.d.ts +2 -0
- package/dist/lib/components/ui/Step/index.js +44 -0
- package/dist/lib/components/ui/Step/types.d.ts +5 -0
- package/dist/lib/components/ui/Step/types.js +2 -0
- package/dist/lib/components/ui/Tabs/index.d.ts +2 -0
- package/dist/lib/components/ui/Tabs/index.js +109 -0
- package/dist/lib/components/ui/Tabs/types.d.ts +15 -0
- package/dist/lib/components/ui/Tabs/types.js +2 -0
- package/dist/lib/components/ui/TournamentCard/index.d.ts +2 -0
- package/dist/lib/components/ui/TournamentCard/index.js +58 -0
- package/dist/lib/components/ui/TournamentCard/types.d.ts +16 -0
- package/dist/lib/components/ui/TournamentCard/types.js +2 -0
- package/dist/lib/hooks/useCountDown.d.ts +8 -0
- package/dist/lib/hooks/useCountDown.js +25 -0
- package/dist/lib/hooks/useElementResize.d.ts +5 -0
- package/dist/lib/hooks/useElementResize.js +41 -0
- package/dist/lib/hooks/useInView.d.ts +2 -0
- package/dist/lib/hooks/useInView.js +27 -0
- package/dist/lib/hooks/useOutsideClick.d.ts +5 -0
- package/dist/lib/hooks/useOutsideClick.js +22 -0
- package/dist/lib/hooks/useSwipe.d.ts +9 -0
- package/dist/lib/hooks/useSwipe.js +69 -0
- package/dist/lib/hooks/useTranslate.d.ts +6 -0
- package/dist/lib/hooks/useTranslate.js +46 -0
- package/dist/lib/index.d.ts +189 -0
- package/dist/lib/index.js +411 -0
- package/dist/lib/service/validation.d.ts +72 -0
- package/dist/lib/service/validation.js +190 -0
- package/dist/lib/types/ui.d.ts +14 -0
- package/dist/lib/types/ui.js +16 -0
- package/dist/lib/utils/date.d.ts +1 -0
- package/dist/lib/utils/date.js +11 -0
- package/dist/lib/zustandStore/languages/constants.d.ts +2 -0
- package/dist/lib/zustandStore/languages/constants.js +14 -0
- package/dist/lib/zustandStore/languages/selectors.d.ts +22 -0
- package/dist/lib/zustandStore/languages/selectors.js +31 -0
- package/dist/lib/zustandStore/languages/store.d.ts +2 -0
- package/dist/lib/zustandStore/languages/store.js +115 -0
- package/dist/lib/zustandStore/languages/types.d.ts +18 -0
- package/dist/lib/zustandStore/languages/types.js +2 -0
- package/dist/main.css +3950 -0
- package/package.json +66 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CasinoSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var CasinoSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 20C15.5143 20 20 15.5143 20 10C20 4.48571 15.5143 0 10 0C4.48571 0 0 4.48571 0 10C0 15.5143 4.48571 20 10 20ZM9.59184 4.50612C9.13571 4.5398 8.69388 4.62857 8.27449 4.76735L7.64796 3.2551C8.27449 3.03571 8.92551 2.90612 9.59082 2.86939V4.50612H9.59184ZM7.52143 5.08061C7.11837 5.28469 6.7449 5.53571 6.40612 5.82755L5.24898 4.67041C5.74592 4.22653 6.29694 3.85714 6.8949 3.56735L7.52143 5.07959V5.08061ZM10 5.3051C12.5878 5.3051 14.6939 7.41122 14.6939 9.99898C14.6939 12.5867 12.5878 14.6929 10 14.6929C7.41225 14.6929 5.30612 12.5867 5.30612 9.99898C5.30612 7.41122 7.41225 5.3051 10 5.3051ZM10.4082 15.4929C10.8643 15.4592 11.3061 15.3704 11.7255 15.2316L12.352 16.7439C11.7255 16.9633 11.0745 17.0929 10.4092 17.1296V15.4929H10.4082ZM12.4786 14.9184C12.8816 14.7143 13.2551 14.4633 13.5939 14.1714L14.751 15.3286C14.2541 15.7724 13.7031 16.1418 13.1051 16.4316L12.4786 14.9194V14.9184ZM5.82857 13.5939L4.67143 14.751C4.22755 14.2541 3.85816 13.7031 3.56837 13.1051L5.08061 12.4786C5.28469 12.8816 5.53571 13.2551 5.82755 13.5939H5.82857ZM6.40612 14.1714C6.7449 14.4633 7.11837 14.7153 7.52143 14.9184L6.8949 16.4306C6.29694 16.1418 5.74592 15.7725 5.24898 15.3276L6.40612 14.1704V14.1714ZM7.65 16.7449L8.27641 15.233C8.69553 15.3716 9.13604 15.4602 9.59286 15.4939V17.1306C8.92653 17.0929 8.27653 16.9643 7.65 16.7449ZM14.1724 13.5949C14.4643 13.2561 14.7163 12.8827 14.9194 12.4796L16.4316 13.1061C16.1429 13.7041 15.7735 14.2551 15.3286 14.752L14.1714 13.5949H14.1724ZM15.4949 10.4082C15.4612 10.865 15.3726 11.3055 15.234 11.7246L16.7459 12.351C16.9653 11.7245 17.0939 11.0745 17.1316 10.4082H15.4949ZM15.4949 9.59184C15.4612 9.13571 15.3724 8.69388 15.2337 8.27449L16.7459 7.64796C16.9653 8.27449 17.0949 8.92551 17.1316 9.59082H15.4949V9.59184ZM14.9204 7.52143C14.7163 7.11837 14.4653 6.7449 14.1724 6.40612L15.3296 5.24898C15.7735 5.74592 16.1429 6.29694 16.4327 6.8949L14.9204 7.52143ZM13.5959 5.82857C13.2571 5.53673 12.8827 5.28469 12.4806 5.08061L13.1071 3.56837C13.7051 3.85714 14.2561 4.22653 14.7531 4.67143L13.5959 5.82857ZM10.4092 4.50612C10.866 4.53977 11.3065 4.62844 11.7256 4.76705L12.352 3.2551C11.7255 3.03571 11.0755 2.90714 10.4092 2.86939V4.50612ZM5.83061 6.4051C5.53878 6.74388 5.28674 7.11735 5.08367 7.52041L3.57143 6.89388C3.8602 6.29592 4.22959 5.7449 4.67449 5.24796L5.83163 6.4051H5.83061ZM4.76939 8.27449C4.63061 8.69388 4.54184 9.13469 4.50816 9.59184H2.86939C2.90714 8.92551 3.03571 8.27551 3.2551 7.64898L4.76735 8.27551L4.76939 8.27449ZM4.50816 10.4082C4.54184 10.8643 4.63061 11.3061 4.76939 11.7255L3.25714 12.352C3.03776 11.7255 2.90816 11.0745 2.87143 10.4092H4.50816V10.4082ZM9.59276 11.153V12.653H10.4091V11.153C10.756 11.0295 11.0305 10.755 11.154 10.4081H12.654V9.59173H11.154C11.0305 9.24479 10.756 8.9703 10.4091 8.84683V7.34683H9.59276V8.84683C9.24582 8.9703 8.97133 9.24479 8.84786 9.59173H7.34786V10.4081H8.84786C8.97133 10.755 9.24582 11.0295 9.59276 11.153ZM6.66337 10.0033C6.66337 10.2287 6.48063 10.4114 6.2552 10.4114C6.02978 10.4114 5.84704 10.2287 5.84704 10.0033C5.84704 9.77785 6.02978 9.59511 6.2552 9.59511C6.48063 9.59511 6.66337 9.77785 6.66337 10.0033ZM13.748 10.4051C13.9734 10.4051 14.1562 10.2224 14.1562 9.99698C14.1562 9.77156 13.9734 9.58882 13.748 9.58882C13.5226 9.58882 13.3398 9.77156 13.3398 9.99698C13.3398 10.2224 13.5226 10.4051 13.748 10.4051ZM10.4134 6.25488C10.4134 6.4803 10.2306 6.66305 10.0052 6.66305C9.77978 6.66305 9.59704 6.4803 9.59704 6.25488C9.59704 6.02946 9.77978 5.84672 10.0052 5.84672C10.2306 5.84672 10.4134 6.02946 10.4134 6.25488ZM10.0011 14.1531C10.2265 14.1531 10.4093 13.9703 10.4093 13.7449C10.4093 13.5195 10.2265 13.3368 10.0011 13.3368C9.77567 13.3368 9.59293 13.5195 9.59293 13.7449C9.59293 13.9703 9.77567 14.1531 10.0011 14.1531ZM13.8796 4.77764C13.8796 5.00306 13.6969 5.1858 13.4715 5.1858C13.2461 5.1858 13.0633 5.00306 13.0633 4.77764C13.0633 4.55222 13.2461 4.36947 13.4715 4.36947C13.6969 4.36947 13.8796 4.55222 13.8796 4.77764Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.CasinoSvg = CasinoSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CrashSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var CrashSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '22' : _a, _b = props.height, height = _b === void 0 ? '21' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 22 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_350_2084)" }, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9698 9.72001C11.3598 9.72001 11.7398 9.81001 12.0798 10C12.3698 8.94001 12.5198 7.60001 12.5198 6.16001C12.5198 4.60001 12.3298 3.14001 11.9998 2.04001C11.6498 0.900005 11.2398 0.490005 10.9698 0.490005C10.3198 0.490005 9.40985 2.65001 9.40985 6.16001C9.40985 7.59001 9.56985 8.94001 9.84985 10C10.1898 9.82001 10.5798 9.72001 10.9598 9.72001H10.9698ZM11.0198 11.8C10.7198 11.8 10.4298 11.89 10.1798 12.05C9.92985 12.22 9.73985 12.45 9.61985 12.73C9.50985 13.01 9.47985 13.31 9.52985 13.6C9.58985 13.89 9.72985 14.16 9.93985 14.37C10.1498 14.58 10.4198 14.73 10.7098 14.78C10.9998 14.84 11.3098 14.81 11.5798 14.69C11.8598 14.58 12.0898 14.38 12.2598 14.13C12.4298 13.88 12.5098 13.59 12.5098 13.29C12.5098 12.89 12.3498 12.51 12.0698 12.22C11.7898 11.94 11.3998 11.78 11.0098 11.78L11.0198 11.8ZM1.03985 18.56C0.259848 19.47 0.139848 20.04 0.289848 20.26C0.349848 20.35 0.459848 20.42 0.629848 20.46C1.60985 20.68 3.77985 19.89 5.89985 18.55C7.10985 17.78 8.15985 16.93 8.89985 16.12C8.55985 15.93 8.27985 15.65 8.06985 15.33C7.85985 15 7.73985 14.63 7.70985 14.24C6.66985 14.57 5.44985 15.15 4.23985 15.92C2.91985 16.75 1.78985 17.69 1.04985 18.56H1.03985ZM14.2998 14.24C15.3498 14.57 16.5598 15.15 17.7698 15.92C20.7299 17.8 22.0698 19.72 21.7198 20.27C21.6598 20.36 21.5498 20.43 21.3798 20.47C20.3998 20.69 18.2298 19.9 16.1098 18.56C14.8998 17.79 13.8498 16.94 13.1098 16.13C13.4498 15.94 13.7298 15.66 13.9398 15.34C14.1498 15.01 14.2698 14.64 14.2998 14.25V14.24Z", fill: "rgb(var(--gray))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.86983 18.03C8.79983 18.65 9.89983 18.98 11.0198 18.98C12.5198 18.98 13.9598 18.38 15.0298 17.31C16.0898 16.25 16.6898 14.8 16.6898 13.3C16.6898 12.18 16.3598 11.08 15.7298 10.15C15.0998 9.22 14.2198 8.49 13.1798 8.06C12.1398 7.63 10.9998 7.52 9.89983 7.74C8.79983 7.96 7.78983 8.5 6.98983 9.29C6.19983 10.08 5.65983 11.1 5.43983 12.2C5.21983 13.3 5.33983 14.44 5.76983 15.48C6.19983 16.52 6.92983 17.4 7.85983 18.03H7.86983Z", stroke: "rgb(var(--gray))", strokeWidth: "0.6", strokeMiterlimit: "10" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.15007 16.11C9.70007 16.48 10.3601 16.68 11.0201 16.68C11.9101 16.68 12.7701 16.32 13.4001 15.69C14.0301 15.06 14.3901 14.2 14.3901 13.31C14.3901 12.64 14.1901 11.99 13.8201 11.44C13.4501 10.89 12.9201 10.45 12.3101 10.2C11.6901 9.95 11.0201 9.88 10.3601 10.01C9.71008 10.14 9.11007 10.46 8.63007 10.93C8.16007 11.4 7.84007 12 7.71007 12.66C7.58007 13.31 7.65007 13.99 7.90007 14.61C8.15007 15.23 8.59007 15.75 9.14007 16.12L9.15007 16.11Z", stroke: "rgb(var(--gray))", strokeWidth: "0.6", strokeMiterlimit: "10" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_350_2084" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: "21.54", height: "20", fill: "rgb(var(--gray))", transform: "translate(0.22998 0.5)" }) })) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.CrashSvg = CrashSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.HotSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var HotSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ height: height, width: width, viewBox: "0 0 512 512", xmlSpace: "preserve", className: classes }, { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { className: "st0", d: "M392.172,147.731c13.598,34.6-10.914,87.102-45.319,68.762c-25.344-13.528-18.748-38.095,0.456-72.5\n c27.26-48.843-20.194-82.996-20.194-82.996s-9.013,62.081-60.738,51.402C222.128,103.268,220.306,27.526,239.464,0\n c-69.108,8.212-79.267,107.563-46.951,144.15c38.864,43.999,31.578,102.649-18.466,100.592\n c-36.383-1.492-53.216-46.943-33.95-91.712c-65.763,27.213-92.19,109.904-87.338,161.722\n c3.266,34.805,10.411,76.778,39.633,112.682c51.71,72.099,146.821,104.148,234.222,72.208\n c84.417-30.84,135.874-111.889,133.08-197.044C459.254,264.197,450.617,186.932,392.172,147.731z" }) }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.HotSvg = HotSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.InstantSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var InstantSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '12' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 12 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M1.34256 20L1.23189 19.1396C1.12889 18.3385 1.99391 15.5956 3.8036 10.9868L1.75458 10.8007C1.4402 10.7724 1.17292 10.6131 1.02282 10.3642C0.872713 10.1141 0.856632 9.80394 0.978784 9.51216L3.49126 0.851619C3.69383 0.366457 4.246 0 4.77558 0L9.37549 0.0742869C9.696 0.0811795 9.97285 0.223627 10.1344 0.464867C10.2968 0.704576 10.3248 1.01513 10.2106 1.31419L8.25544 6.44687L10.311 6.63412C10.6476 6.66437 10.9106 6.83362 11.0332 7.09784C11.1553 7.36129 11.1143 7.67107 10.9206 7.94754C10.5645 8.45376 8.69542 11.1063 6.79613 13.7032C2.82485 19.1334 2.32973 19.4229 2.09194 19.5619L1.34256 20Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.InstantSvg = InstantSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.OthersSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var OthersSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.69247 4.55638L1.08402 5.61109C0.97039 5.80737 0.913574 6.04496 0.913574 6.31768V13.7936C0.913574 14.6397 1.4869 15.6324 2.21931 16.0559L8.69426 19.7944C8.93083 19.9308 9.16532 20 9.39155 20H10.6084C10.8357 20 11.0702 19.9308 11.3057 19.7944L17.7807 16.0559C18.5131 15.6334 19.0864 14.6397 19.0864 13.7936V6.31768C19.0864 6.04496 19.0286 5.80737 18.916 5.61109L18.3075 4.55638C18.1939 4.36011 18.0173 4.1907 17.7807 4.05434L11.3057 0.316878C10.5733 -0.105626 9.42667 -0.105626 8.69426 0.316878L2.21931 4.05537C1.98275 4.19173 1.80507 4.36114 1.69247 4.55742V4.55638ZM4.76053 5.04707C4.76053 4.70204 5.2915 4.41073 5.91958 4.41073C6.54765 4.41073 7.07862 4.70204 7.07862 5.04707C7.07862 5.3921 6.54765 5.68341 5.91958 5.68341C5.2915 5.68341 4.76053 5.3921 4.76053 5.04707ZM12.9224 5.04707C12.9224 4.70204 13.4534 4.41073 14.0815 4.41073C14.7095 4.41073 15.2405 4.70204 15.2405 5.04707C15.2405 5.3921 14.7095 5.68341 14.0815 5.68341C13.4534 5.68341 12.9224 5.3921 12.9224 5.04707ZM8.28312 17.0962C7.98458 17.2687 7.46704 16.9547 7.153 16.4103C6.83896 15.8669 6.82554 15.2615 7.12511 15.089C7.42365 14.9176 7.94119 15.2306 8.25523 15.7739C8.56927 16.3183 8.5827 16.9226 8.28312 17.0952V17.0962ZM6.24291 13.5622C5.94437 13.7337 5.42683 13.4207 5.11279 12.8773C4.79875 12.3329 4.78636 11.7286 5.0849 11.5561C5.38344 11.3836 5.90098 11.6976 6.21502 12.241C6.52906 12.7854 6.54146 13.3897 6.24291 13.5633V13.5622ZM4.2027 10.0283C3.90416 10.2008 3.38662 9.88676 3.07258 9.34236C2.91453 9.06757 2.82672 8.77626 2.82672 8.52007C2.82672 8.27938 2.9042 8.10273 3.04366 8.02113C3.09944 7.9891 3.16349 7.97257 3.2327 7.97257C3.33807 7.97257 3.4579 8.00976 3.58393 8.08207C3.80602 8.21017 4.01573 8.43227 4.17378 8.70602C4.48782 9.25042 4.50125 9.85473 4.20167 10.0272L4.2027 10.0283ZM10 3.32813C9.37192 3.32813 8.84095 3.03681 8.84095 2.69179C8.84095 2.34676 9.37192 2.05545 10 2.05545C10.6281 2.05545 11.159 2.34676 11.159 2.69179C11.159 3.03681 10.6281 3.32813 10 3.32813ZM10 4.41176C10.6281 4.41176 11.159 4.70307 11.159 5.0481C11.159 5.39313 10.6281 5.68444 10 5.68444C9.37192 5.68444 8.84095 5.39313 8.84095 5.0481C8.84095 4.70307 9.37192 4.41176 10 4.41176ZM10 6.76807C10.6281 6.76807 11.159 7.05939 11.159 7.40441C11.159 7.74944 10.6281 8.04075 10 8.04075C9.37192 8.04075 8.84095 7.74944 8.84095 7.40441C8.84095 7.05939 9.37192 6.76807 10 6.76807ZM18.26 13.7947C18.26 14.3442 17.8427 15.0663 17.3675 15.3411L10.8925 19.0796C10.7872 19.1405 10.6859 19.1746 10.6084 19.1746C10.439 19.1746 10.4132 18.9422 10.4132 18.8027V11.3247C10.4132 10.7752 10.8305 10.0531 11.3057 9.77829L17.7807 6.0398C17.8871 5.97885 17.9883 5.94476 18.0648 5.94476C18.0761 5.94476 18.0875 5.94476 18.0978 5.94683C18.1309 5.95199 18.166 5.96439 18.2001 6.02224C18.2393 6.08938 18.26 6.19372 18.26 6.31665V13.7926V13.7947ZM12.7373 16.3472C13.0317 15.8369 13.0204 15.3225 12.8127 15.2027C12.7786 15.183 12.7363 15.1727 12.6908 15.1727C12.4594 15.1727 12.1051 15.4155 11.8593 15.84C11.5648 16.3503 11.5762 16.8658 11.7838 16.9856C11.9915 17.1055 12.4429 16.8576 12.7384 16.3472H12.7373ZM14.8502 9.31143C15.0578 9.43126 15.0692 9.94674 14.7748 10.457V10.456C14.4804 10.9663 14.0289 11.2142 13.8213 11.0944C13.7242 11.0376 13.6684 10.8971 13.6684 10.707C13.6684 10.4767 13.7521 10.1998 13.8967 9.9488C14.1426 9.52423 14.4969 9.28147 14.7283 9.28147C14.7737 9.28147 14.8161 9.2918 14.8502 9.31143ZM14.7752 15.1697C14.9208 14.9186 15.0035 14.6418 15.0035 14.4114C15.0035 14.2213 14.9477 14.0809 14.8506 14.024C14.8155 14.0034 14.7731 13.9941 14.7256 13.9941C14.643 13.9941 14.5438 14.0251 14.4384 14.086C14.239 14.2017 14.0407 14.4114 13.8961 14.6624C13.6017 15.1728 13.613 15.6882 13.8207 15.8081C14.0283 15.9279 14.4797 15.68 14.7741 15.1697H14.7752ZM16.7705 8.10372C16.817 8.10372 16.8593 8.11302 16.8945 8.13368C16.9916 8.1905 17.0473 8.33099 17.0473 8.52106C17.0473 8.75143 16.9637 9.02828 16.819 9.2793C16.6744 9.53136 16.4761 9.74106 16.2767 9.85676C16.1125 9.95179 15.9627 9.97349 15.8656 9.9177C15.7685 9.86089 15.7127 9.7204 15.7127 9.53032C15.7127 9.29996 15.7953 9.02311 15.941 8.77209C16.0856 8.52106 16.2839 8.31136 16.4833 8.19566C16.5887 8.13472 16.6878 8.10372 16.7705 8.10372ZM12.8143 10.4901C12.7802 10.4705 12.7378 10.4601 12.6924 10.4601C12.461 10.4601 12.1067 10.7029 11.8608 11.1285C11.7152 11.3795 11.6325 11.6564 11.6325 11.8867C11.6325 12.0768 11.6883 12.2173 11.7854 12.2741C11.8825 12.3299 12.0323 12.3082 12.1965 12.2132C12.3959 12.0975 12.5942 11.8878 12.7389 11.6357C13.0333 11.1254 13.0219 10.6099 12.8143 10.4901ZM16.8948 12.8463C16.9919 12.9021 17.0476 13.0426 17.0476 13.2326V13.2357C17.0476 13.4661 16.965 13.743 16.8193 13.994C16.6747 14.245 16.4764 14.4547 16.277 14.5704C16.1128 14.6654 15.963 14.6871 15.8659 14.6313C15.6582 14.5115 15.6469 13.996 15.9413 13.4857C16.0859 13.2337 16.2842 13.024 16.4836 12.9083C16.589 12.8473 16.6882 12.8163 16.7708 12.8163C16.8173 12.8163 16.8596 12.8256 16.8948 12.8463Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.OthersSvg = OthersSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PopularSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var PopularSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.15122 1.29543C9.47284 0.551915 10.5272 0.551915 10.8488 1.29543L12.9584 6.17253C13.0946 6.48745 13.394 6.70106 13.7361 6.72743L19.145 7.14438C19.9751 7.20837 20.3045 8.2509 19.6619 8.78024L15.5952 12.1298C15.3202 12.3563 15.1998 12.7205 15.2856 13.0663L16.5373 18.1119C16.7344 18.9067 15.8775 19.5467 15.1714 19.132L10.4683 16.3699C10.1792 16.2001 9.8208 16.2001 9.53167 16.3699L4.82863 19.132C4.1225 19.5467 3.26555 18.9068 3.46273 18.1119L4.71444 13.0663C4.80021 12.7205 4.67978 12.3563 4.40481 12.1298L0.338144 8.78024C-0.304522 8.2509 0.0248789 7.20837 0.855014 7.14438L6.26388 6.72743C6.60598 6.70106 6.90536 6.48745 7.04158 6.17253L9.15122 1.29543Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.PopularSvg = PopularSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ProviderSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ProviderSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", onClick: handleClick, className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_3386_50932)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M9.999 0C8.02099 0 6.0874 0.586548 4.44274 1.68547C2.79808 2.7844 1.51622 4.34635 0.759271 6.17379C0.00231815 8.00124 -0.195734 10.0121 0.190157 11.9521C0.576049 13.8921 1.52855 15.6741 2.92722 17.0728C4.32589 18.4715 6.1079 19.424 8.0479 19.8099C9.98791 20.1958 11.9988 19.9977 13.8262 19.2408C15.6537 18.4838 17.2156 17.2019 18.3145 15.5573C19.4135 13.9126 20 11.979 20 10.001C19.9888 7.35204 18.9315 4.81476 17.0584 2.94163C15.1853 1.06851 12.648 0.0112258 9.999 0ZM14.703 8.66863C14.9666 8.66823 15.2244 8.74603 15.4438 8.89219C15.6631 9.03835 15.8342 9.2463 15.9354 9.48972C16.0365 9.73315 16.0632 10.0011 16.012 10.2597C15.9609 10.5183 15.8341 10.7559 15.6479 10.9424C15.4616 11.129 15.2242 11.2561 14.9657 11.3076C14.7072 11.3592 14.4392 11.333 14.1956 11.2322C13.952 11.1314 13.7438 10.9606 13.5973 10.7415C13.4508 10.5223 13.3726 10.2646 13.3726 10.001C13.3726 9.64799 13.5127 9.30941 13.7622 9.0596C14.0116 8.80978 14.35 8.66917 14.703 8.66863ZM9.999 18.9276C7.62883 18.9276 5.35574 17.986 3.67978 16.3101C2.00382 14.6341 1.06227 12.361 1.06227 9.99086C1.06233 9.57904 1.09151 9.16773 1.14961 8.76003C1.47459 7.84778 2.10186 7.07415 2.92724 6.56763C3.75261 6.06111 4.72643 5.85218 5.68695 5.97553C6.64746 6.09889 7.53688 6.54711 8.20748 7.24575C8.87808 7.9444 9.28951 8.85143 9.37343 9.81619C9.37343 9.81619 9.37343 10.2833 9.38562 10.4255C9.50248 11.7516 10.1101 12.9863 11.0894 13.8879C12.0688 14.7895 13.3495 15.2931 14.6806 15.3001C15.82 15.3017 16.9293 14.9348 17.843 14.2541C17.0765 15.6663 15.9433 16.8458 14.5629 17.6682C13.1825 18.4907 11.6059 18.9257 9.999 18.9276Z", fill: "rgb(var(--soft-gray))" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.29503 8.66797C5.03151 8.66797 4.77391 8.74611 4.5548 8.89252C4.33569 9.03892 4.16491 9.24702 4.06407 9.49048C3.96322 9.73394 3.93684 10.0018 3.98825 10.2603C4.03966 10.5188 4.16655 10.7562 4.35289 10.9425C4.53923 11.1288 4.77664 11.2557 5.03509 11.3071C5.29355 11.3585 5.56145 11.3322 5.80491 11.2313C6.04837 11.1305 6.25646 10.9597 6.40287 10.7406C6.54927 10.5215 6.62741 10.2639 6.62741 10.0004C6.62741 9.64698 6.48704 9.30809 6.23717 9.05822C5.9873 8.80835 5.6484 8.66797 5.29503 8.66797Z", fill: "rgb(var(--soft-gray))" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_3386_50932" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: "20", height: "20", fill: "white" }) })) })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.ProviderSvg = ProviderSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ScratchSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ScratchSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 15.5H17.5C18.875 15.5 20 14.375 20 13V3C20 1.625 18.875 0.5 17.5 0.5H2.5C1.125 0.5 0 1.625 0 3V5C1.65 5 3 6.35 3 8C3 9.65 1.65 11 0 11V13C0 14.375 1.125 15.5 2.5 15.5ZM6 1.5C6.27614 1.5 6.5 1.72386 6.5 2V4C6.5 4.27614 6.27614 4.5 6 4.5C5.72386 4.5 5.5 4.27614 5.5 4V2C5.5 1.72386 5.72386 1.5 6 1.5ZM6 6.5C6.27614 6.5 6.5 6.72386 6.5 7V9C6.5 9.27614 6.27614 9.5 6 9.5C5.72386 9.5 5.5 9.27614 5.5 9V7C5.5 6.72386 5.72386 6.5 6 6.5ZM6 11.5C6.27614 11.5 6.5 11.7239 6.5 12V14C6.5 14.2761 6.27614 14.5 6 14.5C5.72386 14.5 5.5 14.2761 5.5 14V12C5.5 11.7239 5.72386 11.5 6 11.5ZM13.4761 4.47577C13.3435 4.17474 12.9086 4.17474 12.7759 4.47577L11.9057 6.45037C11.8495 6.57787 11.726 6.66435 11.5849 6.67503L9.3537 6.84384C9.01127 6.86975 8.87539 7.29184 9.14049 7.50616L10.818 8.86229C10.9314 8.95399 10.9811 9.10147 10.9457 9.24145L10.4294 11.2843C10.348 11.6061 10.7015 11.8652 10.9928 11.6973L12.9328 10.579C13.0521 10.5102 13.1999 10.5102 13.3192 10.579L15.2592 11.6973C15.5505 11.8652 15.904 11.6061 15.8226 11.2843L15.3063 9.24145C15.2709 9.10147 15.3206 8.95399 15.434 8.86229L17.1115 7.50616C17.3766 7.29184 17.2407 6.86975 16.8983 6.84384L14.6672 6.67503C14.526 6.66435 14.4025 6.57787 14.3464 6.45037L13.4761 4.47577Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.ScratchSvg = ScratchSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.SlotsSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var SlotsSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '26' : _a, _b = props.height, height = _b === void 0 ? '19' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.9999 2.24338C21.9999 1.2829 22.7817 0.5 23.7433 0.5C24.7049 0.5 25.4867 1.28178 25.4867 2.24338C25.4867 3.05085 24.935 3.72988 24.19 3.92756V9.01585C24.4637 9.26156 24.6368 9.61671 24.6368 10.0121V13.1392C24.6368 13.8785 24.0359 14.4794 23.2966 14.4794H22.4031V17.1598C22.4031 17.8991 21.8023 18.5 21.0629 18.5H4.08705C3.34771 18.5 2.74685 17.8991 2.74685 17.1598V14.4794H1.85338C1.11404 14.4794 0.513184 13.8785 0.513184 13.1392V10.0121C0.513184 9.27272 1.11404 8.67187 1.85338 8.67187H2.74685V5.99147C2.74685 5.25212 3.34771 4.65127 4.08705 4.65127H21.0629C21.8023 4.65127 22.4031 5.25212 22.4031 5.99147V8.67187H23.2966V3.92756C22.5517 3.72876 21.9999 3.04973 21.9999 2.24338ZM9.00112 6.92514H3.64032V16.2261H9.00112V6.92514ZM9.89458 6.92514V16.2261H15.2554V6.92514H9.89458ZM16.1488 6.92514V16.2261H21.5096V6.92514H16.1488ZM7.94672 10.4586C6.82207 11.6458 6.75506 11.81 6.74278 13.4451H5.84931C5.86048 11.9887 5.96323 11.4247 6.62663 10.5982H4.89665V9.70478H7.62284L7.94672 10.4586ZM14.2026 10.4586C13.0768 11.6458 13.0098 11.81 12.9975 13.4451H12.1052C12.1164 11.9887 12.2191 11.4247 12.8825 10.5982H11.1525V9.70478H13.8787L14.2026 10.4586ZM19.2517 13.4451C19.264 11.81 19.331 11.6458 20.4568 10.4586L20.1329 9.70478H17.4067V10.5982H19.1367C18.4733 11.4247 18.3705 11.9887 18.3594 13.4451H19.2517Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.SlotsSvg = SlotsSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.TableSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var TableSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '24' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 24 20", fill: "none", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5394 8.69621V10.2514H12.4748V5.59167L14.8322 6.87091L15.2777 6.04888L12.987 4.80706L15.2777 3.56525L14.8322 2.74322L12.4748 4.02245V3.40505C13.2045 3.20042 13.7423 2.5304 13.7423 1.73527C13.7423 0.778765 12.9636 0 12.0071 0C11.0506 0 10.2718 0.778765 10.2718 1.73527C10.2718 2.5304 10.8097 3.20042 11.5394 3.40505V4.02245L9.18201 2.74322L8.7365 3.56525L11.0272 4.80706L8.7365 6.04888L9.18201 6.87091L11.5394 5.59167V8.69621ZM16.2256 11.2137C16.4814 11.2138 16.7291 11.2524 16.9628 11.3225C17.0014 11.1424 17.0271 10.96 17.0271 10.7717C17.0271 9.12182 15.4977 7.72799 13.4116 7.28599V9.83276C13.6092 9.99998 13.7262 10.2034 13.7262 10.4233C13.7262 10.9904 12.9544 11.4499 12.0014 11.4499C11.0484 11.4499 10.2767 10.9904 10.2767 10.4233C10.2767 10.1988 10.3995 9.99179 10.6053 9.82224V7.28365C8.51218 7.72215 6.97569 9.11831 6.97569 10.7717C6.97569 12.7759 9.23014 14.406 12.0014 14.406C12.5943 14.406 13.1602 14.3276 13.6887 14.1908C13.6677 14.0587 13.6537 13.9242 13.6537 13.7862C13.6537 12.368 14.8075 11.214 16.2256 11.2137ZM16.2256 11.2137C16.2258 11.2137 16.226 11.2137 16.2262 11.2137H16.225C16.2252 11.2137 16.2254 11.2137 16.2256 11.2137ZM23.3075 12.6403V9.94621C23.3075 7.6754 21.7499 5.57063 19.0301 4.16978C18.7635 4.03414 18.4852 3.90318 18.2022 3.78157C17.9263 3.66464 17.641 3.55472 17.351 3.45416C17.2715 3.4261 17.1896 3.40038 17.1078 3.37465L17.1077 3.37465L16.9744 4.34752C19.858 5.45837 21.6798 7.4696 21.6798 9.6188C21.6798 10.7647 21.184 11.8382 20.3234 12.7572C20.6601 12.1258 20.8449 11.4453 20.8449 10.7343C20.8449 9.46445 20.2696 8.25304 19.1798 7.23573C18.7354 6.81946 18.2139 6.44294 17.6269 6.11787C17.3556 5.96819 17.068 5.82788 16.7757 5.70159L16.4038 6.55987C16.6704 6.67446 16.93 6.80075 17.1732 6.93639C17.6924 7.22404 18.1531 7.55379 18.5413 7.91861C19.437 8.75585 19.9094 9.72872 19.9094 10.7343C19.9094 11.6908 19.4885 12.5865 18.7565 13.3489C18.4852 13.6319 18.1718 13.8962 17.821 14.1394C17.8468 14.0248 17.8608 13.9079 17.8608 13.7862C17.8608 12.8835 17.1265 12.1492 16.2237 12.1492C15.321 12.1492 14.5867 12.8835 14.5867 13.7862C14.5867 14.427 14.9585 14.9813 15.4964 15.2502C15.1293 15.3648 14.7481 15.4654 14.3505 15.5426C13.6091 15.6899 12.821 15.7694 12.0025 15.7694C11.8645 15.7694 11.7265 15.7671 11.5909 15.7624C7.41878 15.6268 4.09091 13.4238 4.09091 10.7343C4.09091 9.72872 4.56331 8.75585 5.45901 7.91861C5.84722 7.55379 6.30793 7.22404 6.82711 6.93639C7.07033 6.80075 7.32992 6.67446 7.59652 6.55987L7.22468 5.70159C6.93235 5.82788 6.6447 5.96819 6.37341 6.11787C5.78642 6.44294 5.2649 6.81946 4.82056 7.2334C3.73076 8.25304 3.15545 9.46445 3.15545 10.7343C3.15545 11.4312 3.33553 12.1001 3.6606 12.7222C2.81869 11.8101 2.33459 10.7507 2.33459 9.6188C2.33459 7.4696 4.15405 5.45837 7.03992 4.34986L6.90428 3.36997C6.81775 3.39803 6.73356 3.4261 6.64937 3.45416C6.36172 3.55472 6.07407 3.66464 5.79811 3.78157C5.51513 3.90318 5.23684 4.03414 4.97023 4.16978C2.2504 5.57063 0.692871 7.6754 0.692871 9.94621V12.6403C0.692871 16.6978 5.76537 20 12.0002 20C18.235 20 23.3075 16.6978 23.3075 12.6403Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.TableSvg = TableSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.TurboSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var TurboSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M1.4316 9.87525L4.1266 10.9937C3.89189 11.6125 3.69642 12.2455 3.54137 12.8889C3.51793 12.9844 3.51942 13.0844 3.54567 13.1792C3.57193 13.274 3.62208 13.3605 3.69132 13.4304L6.56752 16.3108C6.6374 16.38 6.72389 16.4302 6.8187 16.4564C6.91351 16.4827 7.01347 16.4841 7.10902 16.4607C7.75248 16.305 8.38549 16.1088 9.00426 15.8734L10.1227 18.5684C10.15 18.6346 10.1933 18.6931 10.2486 18.7385C10.3039 18.784 10.3696 18.8152 10.4399 18.8292C10.5101 18.8432 10.5828 18.8396 10.6513 18.8189C10.7199 18.7981 10.7822 18.7607 10.8329 18.71L12.3282 17.2147C12.6167 16.9256 12.8412 16.5791 12.9872 16.1977C13.1332 15.8164 13.1975 15.4086 13.1759 15.0008L13.103 13.5845C16.2312 11.2082 19.1282 7.18233 19.9946 0.557287C20.0059 0.482213 19.9994 0.405543 19.9756 0.33344C19.9519 0.261336 19.9115 0.195811 19.8579 0.142131C19.8042 0.0884517 19.7387 0.0481147 19.6666 0.024363C19.5945 0.00061131 19.5178 -0.00589257 19.4427 0.00537421C12.8177 0.867608 8.79183 3.75422 6.40507 6.88867L4.99925 6.82411C4.59194 6.8025 4.18463 6.8666 3.80364 7.01225C3.42265 7.1579 3.07646 7.38187 2.78743 7.66968L1.28998 9.16922C1.24023 9.2199 1.20364 9.28198 1.1834 9.35005C1.16316 9.41812 1.15988 9.4901 1.17384 9.55973C1.18781 9.62936 1.2186 9.69451 1.26353 9.74951C1.30846 9.8045 1.36616 9.84767 1.4316 9.87525ZM12.4969 4.94135C12.7499 4.68997 13.0717 4.51913 13.4216 4.45038C13.7716 4.38163 14.1341 4.41806 14.4634 4.55506C14.7926 4.69206 15.074 4.92351 15.2719 5.22021C15.4698 5.5169 15.5754 5.86556 15.5754 6.22221C15.5754 6.57885 15.4698 6.92751 15.2719 7.22421C15.074 7.5209 14.7926 7.75235 14.4634 7.88935C14.1341 8.02636 13.7716 8.06278 13.4216 7.99404C13.0717 7.92529 12.7499 7.75445 12.4969 7.50306C12.3281 7.33524 12.194 7.13568 12.1026 6.91586C12.0111 6.69604 11.964 6.4603 11.964 6.22221C11.964 5.98412 12.0111 5.74838 12.1026 5.52856C12.194 5.30874 12.3281 5.10917 12.4969 4.94135ZM0.000790566 19.4806C0.15491 16.644 1.53157 15.082 2.32091 14.4113C2.35892 14.3818 2.40488 14.3643 2.4529 14.3611C2.50092 14.3579 2.54881 14.369 2.59043 14.3932C2.63206 14.4174 2.66551 14.4534 2.68651 14.4967C2.70751 14.54 2.71509 14.5886 2.70829 14.6363C2.63211 15.0632 2.61947 15.499 2.6708 15.9296C2.71381 16.2831 2.874 16.612 3.12579 16.8638C3.37759 17.1156 3.70647 17.2758 4.05996 17.3188C4.49347 17.3746 4.93289 17.3655 5.36372 17.2917C5.41282 17.283 5.46341 17.2898 5.50853 17.311C5.55365 17.3322 5.5911 17.3669 5.61574 17.4102C5.64038 17.4536 5.65101 17.5035 5.64616 17.5531C5.64131 17.6028 5.62122 17.6497 5.58865 17.6874C4.91802 18.4663 3.35601 19.843 0.519381 19.9992C0.45025 20.0031 0.38107 19.9924 0.316373 19.9677C0.251677 19.9431 0.192923 19.905 0.143961 19.856C0.0950001 19.8071 0.056936 19.7483 0.032263 19.6836C0.00759008 19.6189 -0.00313497 19.5497 0.000790566 19.4806Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.TurboSvg = TurboSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.VSportSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var VSportSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '30' : _a, _b = props.height, height = _b === void 0 ? '18' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 30 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M29.4918 13.5097L27.7569 3.61047C27.5528 2.38583 26.8384 1.3653 25.9199 0.650926C25.0014 0.0386061 23.9809 -0.165501 22.9604 0.140659C22.1439 0.344766 21.3275 0.855033 20.8172 1.56941H9.18316C8.67289 0.855033 7.95851 0.344766 7.04003 0.140659C6.0195 -0.0634473 4.99897 0.140659 4.08049 0.650926C3.05995 1.26325 2.44763 2.38583 2.24352 3.61047L0.508616 13.5097C0.202456 15.4487 1.32504 17.3877 3.162 17.7959C4.99897 18.2041 6.83593 17.0815 7.34619 15.1425L7.75441 13.7138C8.36673 14.224 9.0811 14.5302 9.89753 14.5302C11.7345 14.5302 13.2653 12.9994 13.2653 11.1624H16.8372C16.8372 12.9994 18.368 14.5302 20.2049 14.5302C21.0213 14.5302 21.7357 14.224 22.348 13.8158L22.7563 15.2446C23.1645 16.8774 24.5932 18 26.124 18C26.3281 18 26.6343 18 26.8384 17.8979C28.6754 17.3877 29.7979 15.4487 29.4918 13.5097ZM7.85646 6.87618V6.97824C7.85646 7.59056 7.44825 7.99877 6.83593 7.99877C6.22361 7.99877 5.81539 7.59056 5.81539 6.97824V6.87618H5.71334C5.10102 6.87618 4.69281 6.46797 4.69281 5.85565C4.69281 5.24333 5.10102 4.83511 5.71334 4.83511H5.81539V4.73306C5.81539 4.12074 6.22361 3.71253 6.83593 3.71253C7.44825 3.71253 7.85646 4.12074 7.85646 4.73306V4.83511H7.95851C8.57084 4.83511 8.97905 5.24333 8.97905 5.85565C8.97905 6.46797 8.57084 6.87618 7.95851 6.87618H7.85646ZM9.79548 12.3871C9.0811 12.3871 8.46878 11.7747 8.46878 11.0604C8.46878 10.9583 8.46878 10.8563 8.46878 10.6522L8.57083 10.4481C8.77494 9.93779 9.28521 9.63162 9.79548 9.63162C10.3057 9.63162 10.816 9.93779 11.0201 10.4481C11.1222 10.6522 11.1222 10.8563 11.1222 11.0604C11.1222 11.7747 10.5098 12.3871 9.79548 12.3871ZM16.0207 6.87618H13.9797C13.3673 6.87618 12.9591 6.46797 12.9591 5.85565C12.9591 5.24333 13.3673 4.83511 13.9797 4.83511H16.0207C16.6331 4.83511 17.0413 5.24333 17.0413 5.85565C17.0413 6.46797 16.6331 6.87618 16.0207 6.87618ZM20.2049 12.3871C19.4905 12.3871 18.8782 11.7747 18.8782 11.0604C18.8782 10.8563 18.8782 10.6522 18.9803 10.4481C19.1844 9.93779 19.6947 9.63162 20.2049 9.63162C20.307 9.63162 20.5111 9.63162 20.6131 9.73368H20.7152C20.8172 9.73368 20.9193 9.83573 20.9193 9.83573L21.0213 9.93779C21.1234 9.93779 21.1234 10.0398 21.2255 10.0398L21.3275 10.1419C21.3275 10.2439 21.4296 10.2439 21.4296 10.346C21.4296 10.346 21.4296 10.346 21.4296 10.4481L21.5316 10.7542C21.5316 10.8563 21.5316 10.8563 21.5316 10.9583C21.6337 11.7747 20.9193 12.3871 20.2049 12.3871ZM24.2871 6.87618H24.185V6.97824C24.185 7.59056 23.7768 7.99877 23.1645 7.99877C22.5521 7.99877 22.1439 7.59056 22.1439 6.97824V6.87618H22.0419C21.4296 6.87618 21.0213 6.46797 21.0213 5.85565C21.0213 5.24333 21.4296 4.83511 22.0419 4.83511H22.1439V4.73306C22.1439 4.12074 22.5521 3.71253 23.1645 3.71253C23.7768 3.71253 24.185 4.12074 24.185 4.73306V4.83511H24.2871C24.8994 4.83511 25.3076 5.24333 25.3076 5.85565C25.3076 6.46797 24.7973 6.87618 24.2871 6.87618Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.VSportSvg = VSportSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.WagerSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var WagerSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '16' : _b, _c = props.classes, classes = _c === void 0 ? '' : _c, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.3891 12.3891C9.6199 13.1583 8.63989 13.6821 7.573 13.8943C6.5061 14.1065 5.40023 13.9976 4.39524 13.5813C3.39025 13.1651 2.53127 12.4601 1.92692 11.5556C1.32257 10.6512 1 9.5878 1 8.5C1 7.4122 1.32257 6.34883 1.92692 5.44436C2.53126 4.53989 3.39025 3.83494 4.39524 3.41866C5.40023 3.00238 6.5061 2.89346 7.573 3.10568C8.63989 3.3179 9.6199 3.84172 10.3891 4.61091L6.5 8.5L10.3891 12.3891Z", fill: "#F5BB25", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.19963 2C7.11856 1.9991 8.02617 2.19631 8.85651 2.5773C9.39991 2.82663 9.90129 3.15058 10.3457 3.53783C10.7421 3.88316 10.7068 4.48632 10.3291 4.85189L7.07626 8L10.3291 11.1481C10.7068 11.5137 10.7421 12.1168 10.3457 12.4622C9.90129 12.8494 9.39991 13.1734 8.85651 13.4227C8.02617 13.8037 7.11856 14.0009 6.19963 14C2.77557 14 0 11.3138 0 8C0 4.6862 2.77557 2 6.19963 2ZM6.19963 3.2C5.41719 3.20014 4.64588 3.37943 3.94874 3.72323C3.25159 4.06703 2.64838 4.56558 2.18839 5.17814C1.72841 5.79071 1.4247 6.49991 1.30208 7.2478C1.17947 7.99569 1.24143 8.76104 1.48289 9.48132C1.72436 10.2016 2.13849 10.8564 2.69143 11.3921C3.24438 11.9279 3.92046 12.3295 4.66442 12.564C5.40839 12.7985 6.19913 12.8594 6.97205 12.7416C7.74496 12.6238 8.47811 12.3307 9.11159 11.8862L9.24055 11.792L5.32238 8L9.24055 4.2074L9.11159 4.1138C8.31727 3.55501 7.36883 3.23811 6.38748 3.2036L6.19963 3.2ZM6.19963 3.8C6.44626 3.8 6.6828 3.89482 6.8572 4.06361C7.0316 4.23239 7.12957 4.46131 7.12957 4.7C7.12957 4.9387 7.0316 5.16761 6.8572 5.3364C6.6828 5.50518 6.44626 5.6 6.19963 5.6C5.95299 5.6 5.71646 5.50518 5.54206 5.3364C5.36766 5.16761 5.26968 4.9387 5.26968 4.7C5.26968 4.46131 5.36766 4.23239 5.54206 4.06361C5.71646 3.89482 5.95299 3.8 6.19963 3.8Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6.33333C11 5.8731 11.4029 5.5 11.9 5.5C12.1305 5.5 12.3408 5.58024 12.5 5.71219C12.6592 5.58024 12.8695 5.5 13.1 5.5C13.5971 5.5 14 5.8731 14 6.33333C14 6.79357 13.5971 7.16667 13.1 7.16667H12.8V11H12.2V7.16667H11.9C11.4029 7.16667 11 6.79357 11 6.33333ZM12.2 6.61111H11.9C11.7343 6.61111 11.6 6.48675 11.6 6.33333C11.6 6.17992 11.7343 6.05556 11.9 6.05556C12.0657 6.05556 12.2 6.17992 12.2 6.33333V6.61111ZM12.8 6.61111H13.1C13.2657 6.61111 13.4 6.48675 13.4 6.33333C13.4 6.17992 13.2657 6.05556 13.1 6.05556C12.9343 6.05556 12.8 6.17992 12.8 6.33333V6.61111Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.5 7.65642C9.5 7.27771 9.79848 6.9707 10.1667 6.9707H14.8333C15.2015 6.9707 15.5 7.27771 15.5 7.65642V7.99927C15.5 8.37798 15.2015 8.68499 14.8333 8.68499H10.1667C9.79848 8.68499 9.5 8.37798 9.5 7.99927V7.65642Z", fill: "#F5BB25" }), (0, jsx_runtime_1.jsx)("path", { d: "M10 8.33333C10 8.14924 10.1399 8 10.3125 8H14.6875C14.8601 8 15 8.14924 15 8.33333V10C15 10.5523 14.5803 11 14.0625 11H10.9375C10.4197 11 10 10.5523 10 10V8.33333Z", fill: "#F5BB25", fillOpacity: "0.25" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.WagerSvg = WagerSvg;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getCasinoCategoryIcon = void 0;
|
|
4
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
var CasinoSvg_1 = require("./Icons/CasinoSvg");
|
|
6
|
+
var CrashSvg_1 = require("./Icons/CrashSvg");
|
|
7
|
+
var HotSvg_1 = require("./Icons/HotSvg");
|
|
8
|
+
var InstantSvg_1 = require("./Icons/InstantSvg");
|
|
9
|
+
var OtersSvg_1 = require("./Icons/OtersSvg");
|
|
10
|
+
var PopularSvg_1 = require("./Icons/PopularSvg");
|
|
11
|
+
var ProviderSvg_1 = require("./Icons/ProviderSvg");
|
|
12
|
+
var ScratchSvg_1 = require("./Icons/ScratchSvg");
|
|
13
|
+
var SlotsSvg_1 = require("./Icons/SlotsSvg");
|
|
14
|
+
var TableSvg_1 = require("./Icons/TableSvg");
|
|
15
|
+
var TurboSvg_1 = require("./Icons/TurboSvg");
|
|
16
|
+
var VSportSvg_1 = require("./Icons/VSportSvg");
|
|
17
|
+
var WagerSvg_1 = require("./Icons/WagerSvg");
|
|
18
|
+
var getCasinoCategoryIcon = function (id) {
|
|
19
|
+
switch (id) {
|
|
20
|
+
case -99:
|
|
21
|
+
return ProviderSvg_1.ProviderSvg;
|
|
22
|
+
case -98:
|
|
23
|
+
return HotSvg_1.HotSvg;
|
|
24
|
+
case -1:
|
|
25
|
+
return WagerSvg_1.WagerSvg;
|
|
26
|
+
case 1:
|
|
27
|
+
return CrashSvg_1.CrashSvg;
|
|
28
|
+
case 2:
|
|
29
|
+
return SlotsSvg_1.SlotsSvg;
|
|
30
|
+
case 3:
|
|
31
|
+
return CasinoSvg_1.CasinoSvg;
|
|
32
|
+
case 4:
|
|
33
|
+
return TableSvg_1.TableSvg;
|
|
34
|
+
case 6:
|
|
35
|
+
return VSportSvg_1.VSportSvg;
|
|
36
|
+
case 7:
|
|
37
|
+
return InstantSvg_1.InstantSvg;
|
|
38
|
+
case 8:
|
|
39
|
+
return OtersSvg_1.OthersSvg;
|
|
40
|
+
case 9:
|
|
41
|
+
return ScratchSvg_1.ScratchSvg;
|
|
42
|
+
case 99:
|
|
43
|
+
return PopularSvg_1.PopularSvg;
|
|
44
|
+
case 100:
|
|
45
|
+
return TurboSvg_1.TurboSvg;
|
|
46
|
+
default:
|
|
47
|
+
return function () { return (0, jsx_runtime_1.jsx)("svg", { children: "not found" }); };
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
exports.getCasinoCategoryIcon = getCasinoCategoryIcon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CheckBoxSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ArrowSvg_1 = require("./ArrowSvg");
|
|
17
|
+
var CheckBoxSvg = function (props) { return (0, jsx_runtime_1.jsx)(ArrowSvg_1.ArrowSvg, __assign({}, props)); };
|
|
18
|
+
exports.CheckBoxSvg = CheckBoxSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CloseSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var CloseSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '16' : _a, _b = props.height, height = _b === void 0 ? '18' : _b, classes = props.classes, handleClick = props.handleClick;
|
|
18
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: width, height: height, viewBox: "0 0 18 18", fill: "none", className: classes, onClick: handleClick }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1657 1.25662L8.82852 5.59033L4.49138 1.25319C4.26287 1.01522 3.98917 0.825252 3.6863 0.694429C3.38343 0.563606 3.05749 0.494557 2.72759 0.49133C2.39769 0.488102 2.07047 0.550762 1.7651 0.675635C1.45973 0.800507 1.18236 0.985081 0.949242 1.21854C0.716128 1.45199 0.531961 1.72964 0.407536 2.03519C0.283112 2.34074 0.220933 2.66806 0.224644 2.99795C0.228355 3.32785 0.297882 3.65368 0.429149 3.95636C0.560417 4.25904 0.750783 4.53246 0.98909 4.76062L5.32452 9.09776L0.992519 13.4298C0.539618 13.8977 0.288742 14.5249 0.293978 15.1761C0.299215 15.8273 0.560146 16.4503 1.02051 16.9109C1.48088 17.3715 2.10381 17.6328 2.75501 17.6383C3.4062 17.6439 4.0335 17.3933 4.50166 16.9406L8.82852 12.6L13.1622 16.9355C13.3909 17.173 13.6646 17.3625 13.9674 17.493C14.2702 17.6235 14.596 17.6923 14.9257 17.6954C15.2554 17.6986 15.5824 17.6359 15.8876 17.5112C16.1928 17.3865 16.4701 17.2021 16.7032 16.969C16.9363 16.7359 17.1207 16.4586 17.2454 16.1534C17.3701 15.8482 17.4327 15.5212 17.4296 15.1915C17.4265 14.8618 17.3577 14.536 17.2272 14.2333C17.0967 13.9305 16.9072 13.6567 16.6697 13.428L12.3428 9.09947L16.6748 4.76747C17.1277 4.29954 17.3786 3.67236 17.3733 3.02116C17.3681 2.36997 17.1072 1.74691 16.6468 1.28631C16.1864 0.825719 15.5635 0.564485 14.9123 0.55893C14.2611 0.553375 13.6338 0.803945 13.1657 1.25662V1.25662Z", fill: "rgb(var(--gray))" }) })));
|
|
19
|
+
};
|
|
20
|
+
exports.CloseSvg = CloseSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.DepositSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var DepositSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '22' : _a, _b = props.height, height = _b === void 0 ? '22' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 22 22", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M1.83594 8.06699C1.83594 6.52685 1.83594 5.75678 2.13567 5.16852C2.39932 4.65107 2.82002 4.23038 3.33746 3.96672C3.92572 3.66699 4.69579 3.66699 6.23594 3.66699H15.7693C17.3094 3.66699 18.0795 3.66699 18.6677 3.96672C19.1852 4.23038 19.6059 4.65107 19.8695 5.16852C20.1693 5.75678 20.1693 6.52685 20.1693 8.06699V13.9337C20.1693 15.4738 20.1693 16.2439 19.8695 16.8321C19.6059 17.3496 19.1852 17.7703 18.6677 18.0339C18.0795 18.3337 17.3094 18.3337 15.7693 18.3337H6.23594C4.69579 18.3337 3.92572 18.3337 3.33746 18.0339C2.82002 17.7703 2.39932 17.3496 2.13567 16.8321C1.83594 16.2439 1.83594 15.4738 1.83594 13.9337V8.06699Z", fill: "rgb(var(--semi-gray))", fillOpacity: "0.25" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.5859 8.25H20.1693V13.75H15.5859C14.0672 13.75 12.8359 12.5188 12.8359 11C12.8359 9.48122 14.0672 8.25 15.5859 8.25ZM15.5859 11.9167C16.0922 11.9167 16.5026 11.5063 16.5026 11C16.5026 10.4937 16.0922 10.0833 15.5859 10.0833C15.0797 10.0833 14.6693 10.4937 14.6693 11C14.6693 11.5063 15.0797 11.9167 15.5859 11.9167Z", fill: "rgb(var(--semi-gray))" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.DepositSvg = DepositSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ErrorSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var ErrorSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '104' : _a, _b = props.height, height = _b === void 0 ? '92' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 104 92", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { opacity: "0.5", cx: "57.4786", cy: "46", rx: "46.0213", ry: "46", fill: "#EC1C24" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.0163 67.04C53.9964 67.0401 49.1318 65.3079 45.2513 62.1387C41.3708 58.9694 38.7145 54.5591 37.7352 49.6593C36.7558 44.7594 37.5138 39.6732 39.8802 35.2673C42.2466 30.8613 46.0748 27.4082 50.7126 25.4964C55.3504 23.5846 60.5108 23.3323 65.3145 24.7825C70.1183 26.2328 74.2682 29.2958 77.057 33.4498C79.8459 37.6037 81.1012 42.5915 80.6091 47.5633C80.117 52.535 77.9079 57.1832 74.3582 60.7157C72.3457 62.7238 69.9543 64.3162 67.3214 65.4016C64.6886 66.4869 61.8661 67.0437 59.0163 67.04ZM31.4635 40.0829H31.6C32.3387 40.0851 33.0465 40.3781 33.5687 40.898C34.091 41.4179 34.3853 42.1223 34.3874 42.8575C34.3852 43.5925 34.0908 44.2968 33.5686 44.8165C33.0463 45.3363 32.3386 45.6292 31.6 45.6315H22.7928C22.0541 45.6335 21.3461 45.9265 20.8237 46.4464C20.3014 46.9663 20.007 47.6708 20.0049 48.406C20.0071 49.1412 20.3016 49.8455 20.8239 50.3653C21.3463 50.8851 22.0542 51.178 22.7928 51.18H33.4236C34.1623 51.1823 34.8702 51.4753 35.3925 51.9951C35.9149 52.515 36.2093 53.2194 36.2116 53.9546C36.2093 54.6898 35.9149 55.3942 35.3925 55.9141C34.8702 56.4339 34.1623 56.727 33.4236 56.7292H3.28794C2.54927 56.7312 1.84143 57.0242 1.31906 57.5439C0.796685 58.0637 0.502224 58.7681 0.5 59.5032C0.502076 60.2384 0.796472 60.9429 1.31886 61.4628C1.84125 61.9827 2.54917 62.2757 3.28794 62.2778H39.6952C40.434 62.2798 41.1419 62.5728 41.6643 63.0927C42.1867 63.6126 42.4811 64.3171 42.4832 65.0523C42.4826 65.4609 42.3913 65.8642 42.2159 66.2336C42.0404 66.6029 41.7851 66.9291 41.4682 67.1888C41.4553 67.1994 41.4418 67.2089 41.4295 67.2201C41.0181 67.5814 40.4443 67.8263 39.6952 67.8263H22.7928C22.0541 67.8284 21.3461 68.1214 20.8237 68.6413C20.3014 69.1612 20.007 69.8657 20.0049 70.6009C20.0074 71.3358 20.302 72.0399 20.8243 72.5595C21.3467 73.079 22.0543 73.3717 22.7928 73.3738H56.2301C56.4449 73.3741 56.6589 73.3493 56.8679 73.3C57.5779 73.3537 58.2946 73.3807 59.018 73.3811C63.8314 73.3781 68.5631 72.1431 72.7583 69.7947C76.9536 67.4463 80.4714 64.0636 82.9737 59.9715C85.4759 55.8794 86.8785 51.2155 87.0467 46.4282C87.2149 41.6408 86.1429 36.8909 83.9339 32.6349C81.7248 28.3789 78.4529 24.7599 74.4327 22.1258C70.4124 19.4916 65.779 17.9308 60.9776 17.5933C56.1762 17.2559 51.3683 18.1531 47.016 20.1989C42.6636 22.2446 38.9132 25.3701 36.125 29.2749C31.7551 35.3911 35.1854 34.5321 27.3083 34.5321H26.0157C25.2771 34.5341 24.5692 34.827 24.0468 35.3468C23.5245 35.8666 23.23 36.571 23.2278 37.3061C23.2299 38.0413 23.5243 38.7458 24.0466 39.2657C24.569 39.7856 25.277 40.0786 26.0157 40.0807L31.4635 40.0829Z", fill: "#EC1C24" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.0657 67.9048H8.84905C7.26377 67.9048 5.97864 69.1307 5.97864 70.6429C5.97864 72.1551 7.26377 73.381 8.84905 73.381H14.0657C15.651 73.381 16.9361 72.1551 16.9361 70.6429C16.9361 69.1307 15.651 67.9048 14.0657 67.9048Z", fill: "#EC1C24" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.6487 52.5714C15.4642 52.5714 16.9359 51.1004 16.9359 49.2857C16.9359 47.4711 15.4642 46 13.6487 46C11.8332 46 10.3615 47.4711 10.3615 49.2857C10.3615 51.1004 11.8332 52.5714 13.6487 52.5714Z", fill: "#EC1C24" }), (0, jsx_runtime_1.jsxs)("mask", __assign({ maskUnits: "userSpaceOnUse", x: "45.6998", y: "21.3813", width: "40", height: "39", fill: "black" }, { children: [(0, jsx_runtime_1.jsx)("rect", { fill: "white", x: "45.6998", y: "21.3813", width: "40", height: "39" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.6646 43.7215L50.2362 59.1427L46.6998 55.608L62.1282 40.1868L47.8509 25.9161L51.3873 22.3814L65.6646 36.6521L79.9419 22.3813L83.4782 25.9161L69.2009 40.1868L84.6293 55.608L81.0929 59.1427L65.6646 43.7215Z" })] })), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.6646 43.7215L50.2362 59.1427L46.6998 55.608L62.1282 40.1868L47.8509 25.9161L51.3873 22.3814L65.6646 36.6521L79.9419 22.3813L83.4782 25.9161L69.2009 40.1868L84.6293 55.608L81.0929 59.1427L65.6646 43.7215Z", fill: "#EC1C24" }), (0, jsx_runtime_1.jsx)("path", { d: "M50.2362 59.1427L49.5292 59.85C49.9197 60.2403 50.5526 60.2403 50.9431 59.85L50.2362 59.1427ZM65.6646 43.7215L66.3715 43.0142C65.981 42.6239 65.3481 42.6239 64.9576 43.0142L65.6646 43.7215ZM46.6998 55.608L45.9929 54.9007C45.8052 55.0883 45.6998 55.3427 45.6998 55.608C45.6998 55.8733 45.8052 56.1277 45.9929 56.3153L46.6998 55.608ZM62.1282 40.1868L62.8351 40.894C63.0228 40.7065 63.1282 40.4521 63.1282 40.1868C63.1282 39.9215 63.0228 39.6671 62.8351 39.4795L62.1282 40.1868ZM47.8509 25.9161L47.144 25.2088C46.9563 25.3964 46.8509 25.6508 46.8509 25.9161C46.8509 26.1814 46.9563 26.4358 47.144 26.6233L47.8509 25.9161ZM51.3873 22.3814L52.0942 21.6741C51.7037 21.2838 51.0708 21.2838 50.6803 21.6741L51.3873 22.3814ZM65.6646 36.6521L64.9576 37.3593C65.3481 37.7496 65.981 37.7496 66.3715 37.3593L65.6646 36.6521ZM79.9419 22.3813L80.6488 21.6741C80.2583 21.2838 79.6254 21.2838 79.2349 21.6741L79.9419 22.3813ZM83.4782 25.9161L84.1852 26.6233C84.3728 26.4358 84.4782 26.1814 84.4782 25.9161C84.4782 25.6508 84.3728 25.3963 84.1852 25.2088L83.4782 25.9161ZM69.2009 40.1868L68.494 39.4795C68.3063 39.6671 68.2009 39.9215 68.2009 40.1868C68.2009 40.4521 68.3063 40.7065 68.494 40.894L69.2009 40.1868ZM84.6293 55.608L85.3362 56.3153C85.5239 56.1278 85.6293 55.8733 85.6293 55.608C85.6293 55.3427 85.5239 55.0883 85.3362 54.9008L84.6293 55.608ZM81.0929 59.1427L80.386 59.85C80.7765 60.2403 81.4094 60.2403 81.7999 59.85L81.0929 59.1427ZM50.9431 59.85L66.3715 44.4288L64.9576 43.0142L49.5292 58.4355L50.9431 59.85ZM45.9929 56.3153L49.5292 59.85L50.9431 58.4355L47.4068 54.9007L45.9929 56.3153ZM61.4213 39.4795L45.9929 54.9007L47.4068 56.3153L62.8351 40.894L61.4213 39.4795ZM62.8351 39.4795L48.5579 25.2088L47.144 26.6233L61.4213 40.894L62.8351 39.4795ZM48.5579 26.6233L52.0942 23.0886L50.6803 21.6741L47.144 25.2088L48.5579 26.6233ZM50.6803 23.0886L64.9576 37.3593L66.3715 35.9448L52.0942 21.6741L50.6803 23.0886ZM79.2349 21.6741L64.9576 35.9448L66.3715 37.3593L80.6488 23.0886L79.2349 21.6741ZM84.1852 25.2088L80.6488 21.6741L79.2349 23.0886L82.7713 26.6233L84.1852 25.2088ZM69.9079 40.894L84.1852 26.6233L82.7713 25.2088L68.494 39.4795L69.9079 40.894ZM68.494 40.894L83.9224 56.3153L85.3362 54.9008L69.9079 39.4795L68.494 40.894ZM83.9224 54.9008L80.386 58.4355L81.7999 59.85L85.3362 56.3153L83.9224 54.9008ZM81.7999 58.4355L66.3715 43.0142L64.9576 44.4288L80.386 59.85L81.7999 58.4355Z", fill: "white", mask: "url(#path-5-outside-1_28_46964)" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.ErrorSvg = ErrorSvg;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.SuccessSvg = void 0;
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var SuccessSvg = function (props) {
|
|
17
|
+
var _a = props.width, width = _a === void 0 ? '106' : _a, _b = props.height, height = _b === void 0 ? '93' : _b, classes = props.classes;
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 106 93", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsx)("ellipse", { opacity: "0.5", cx: "58.5852", cy: "46.5", rx: "46.9149", ry: "46.5", fill: "#00C996" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M60.1526 67.7686C55.0352 67.7687 50.0761 66.0178 46.1202 62.814C42.1644 59.6103 39.4566 55.1521 38.4582 50.199C37.4598 45.2459 38.2326 40.1044 40.6449 35.6505C43.0572 31.1967 46.9597 27.7061 51.6876 25.7735C56.4154 23.8409 61.676 23.5859 66.5731 25.0519C71.4701 26.5179 75.7005 29.6142 78.5436 33.8133C81.3866 38.0124 82.6663 43.0544 82.1646 48.0802C81.6629 53.106 79.4109 57.8047 75.7923 61.3756C73.7408 63.4055 71.3029 65.0153 68.6189 66.1124C65.935 67.2096 63.0577 67.7724 60.1526 67.7686ZM32.0647 40.5185H32.2039C32.9569 40.5208 33.6784 40.817 34.2109 41.3425C34.7433 41.868 35.0433 42.5801 35.0454 43.3232C35.0431 44.0663 34.743 44.7782 34.2107 45.3036C33.6783 45.829 32.9568 46.1252 32.2039 46.1274H23.2257C22.4726 46.1295 21.7509 46.4257 21.2184 46.9512C20.6859 47.4767 20.3857 48.1889 20.3836 48.9321C20.3859 49.6753 20.6861 50.3873 21.2186 50.9127C21.7511 51.4381 22.4727 51.7342 23.2257 51.7363H34.0629C34.816 51.7385 35.5376 52.0348 36.0701 52.5603C36.6026 53.0858 36.9027 53.7979 36.905 54.541C36.9027 55.2842 36.6026 55.9963 36.0701 56.5218C35.5376 57.0473 34.816 57.3435 34.0629 57.3458H3.34207C2.58906 57.3478 1.86748 57.6439 1.33496 58.1693C0.802446 58.6948 0.502267 59.4068 0.5 60.1499C0.502116 60.8931 0.802229 61.6053 1.33476 62.1309C1.8673 62.6564 2.58896 62.9526 3.34207 62.9546H40.4563C41.2094 62.9567 41.9311 63.2529 42.4636 63.7784C42.9961 64.304 43.2963 65.0162 43.2984 65.7594C43.2978 66.1723 43.2048 66.5801 43.0259 66.9534C42.847 67.3268 42.5868 67.6565 42.2637 67.919C42.2506 67.9298 42.2368 67.9394 42.2242 67.9507C41.8049 68.3159 41.2199 68.5635 40.4563 68.5635H23.2257C22.4726 68.5656 21.7509 68.8618 21.2184 69.3873C20.6859 69.9129 20.3857 70.625 20.3836 71.3683C20.3862 72.1112 20.6865 72.8229 21.219 73.3481C21.7515 73.8733 22.4729 74.1692 23.2257 74.1713H57.3122C57.5312 74.1716 57.7494 74.1465 57.9625 74.0967C58.6862 74.1509 59.4168 74.1783 60.1543 74.1786C65.0611 74.1757 69.8847 72.9272 74.1614 70.5533C78.4381 68.1794 82.0242 64.7599 84.5751 60.6233C87.126 56.4867 88.5558 51.7722 88.7272 46.9328C88.8986 42.0934 87.8059 37.2919 85.5539 32.9896C83.302 28.6874 79.9666 25.029 75.8683 22.3662C71.77 19.7034 67.0465 18.1256 62.1519 17.7845C57.2573 17.4434 52.356 18.3504 47.9192 20.4184C43.4823 22.4864 39.659 25.6458 36.8168 29.593C32.362 35.7758 35.8589 34.9074 27.8288 34.9074H26.5112C25.7582 34.9095 25.0366 35.2056 24.5041 35.731C23.9716 36.2564 23.6714 36.9684 23.6691 37.7115C23.6712 38.4548 23.9713 39.1669 24.5039 39.6925C25.0364 40.218 25.7581 40.5142 26.5112 40.5163L32.0647 40.5185Z", fill: "#00C996" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.3291 68.6428H9.01117C7.3951 68.6428 6.08502 69.882 6.08502 71.4107C6.08502 72.9393 7.3951 74.1785 9.01117 74.1785H14.3291C15.9452 74.1785 17.2552 72.9393 17.2552 71.4107C17.2552 69.882 15.9452 68.6428 14.3291 68.6428Z", fill: "#00C996" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.9043 53.1429C15.7551 53.1429 17.2554 51.6558 17.2554 49.8214C17.2554 47.9871 15.7551 46.5 13.9043 46.5C12.0536 46.5 10.5533 47.9871 10.5533 49.8214C10.5533 51.6558 12.0536 53.1429 13.9043 53.1429Z", fill: "#00C996" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.6613 43.7684L58.1938 52.5115L82.849 22.1428L86.5106 25.3084L60.1877 57.7311L58.52 59.7857L56.6752 57.8955L46.2979 47.2623L49.6613 43.7684Z", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.6613 43.7684L58.1938 52.5115L82.849 22.1428L86.5106 25.3084L60.1877 57.7311L58.52 59.7857L56.6752 57.8955L46.2979 47.2623L49.6613 43.7684Z", fill: "#00C996" })] })));
|
|
19
|
+
};
|
|
20
|
+
exports.SuccessSvg = SuccessSvg;
|