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,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useElementResize = void 0;
|
|
4
|
+
var react_1 = require("react");
|
|
5
|
+
var useElementResize = function (_a) {
|
|
6
|
+
var containerRef = _a.containerRef;
|
|
7
|
+
var _b = (0, react_1.useState)(0), width = _b[0], setWidth = _b[1];
|
|
8
|
+
var _c = (0, react_1.useState)(false), isAvailable = _c[0], setAvailableState = _c[1];
|
|
9
|
+
var observer = (0, react_1.useRef)(null);
|
|
10
|
+
var callback = function () {
|
|
11
|
+
if (!containerRef) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
setWidth(containerRef.clientWidth);
|
|
15
|
+
};
|
|
16
|
+
var observe = function () {
|
|
17
|
+
if (containerRef && observer.current) {
|
|
18
|
+
observer.current.observe(containerRef);
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
(0, react_1.useEffect)(function () {
|
|
22
|
+
if (!isAvailable) {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
observer.current = new ResizeObserver(callback);
|
|
26
|
+
observe();
|
|
27
|
+
return function () {
|
|
28
|
+
if (observer.current && containerRef) {
|
|
29
|
+
observer.current.unobserve(containerRef);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}, [containerRef, isAvailable]);
|
|
33
|
+
(0, react_1.useEffect)(function () {
|
|
34
|
+
if (!containerRef) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
setAvailableState(true);
|
|
38
|
+
}, [containerRef]);
|
|
39
|
+
return width;
|
|
40
|
+
};
|
|
41
|
+
exports.useElementResize = useElementResize;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var react_1 = require("react");
|
|
4
|
+
// target use REF --- -MOVE TO KIT
|
|
5
|
+
var useInView = function (
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
target, options) {
|
|
8
|
+
var _a = options || {}, root = _a.root, rootMargin = _a.rootMargin, threshold = _a.threshold;
|
|
9
|
+
var _b = (0, react_1.useState)(false), isIntersecting = _b[0], setIsIntersecting = _b[1];
|
|
10
|
+
var _c = (0, react_1.useState)(null), observer = _c[0], setObserver = _c[1];
|
|
11
|
+
(0, react_1.useEffect)(function () {
|
|
12
|
+
var callback = function (entries) {
|
|
13
|
+
setIsIntersecting(entries[0].isIntersecting);
|
|
14
|
+
};
|
|
15
|
+
observer === null || observer === void 0 ? void 0 : observer.disconnect();
|
|
16
|
+
if (target.current) {
|
|
17
|
+
var _observer = new IntersectionObserver(callback, options);
|
|
18
|
+
_observer === null || _observer === void 0 ? void 0 : _observer.observe(target.current);
|
|
19
|
+
setObserver(_observer);
|
|
20
|
+
}
|
|
21
|
+
return function () {
|
|
22
|
+
observer === null || observer === void 0 ? void 0 : observer.disconnect();
|
|
23
|
+
};
|
|
24
|
+
}, [target.current, root, rootMargin, threshold]);
|
|
25
|
+
return isIntersecting;
|
|
26
|
+
};
|
|
27
|
+
exports.default = useInView;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { EEventType } from 'components/HOCs/HOCOutsideClick/types';
|
|
2
|
+
import { RefObject } from 'react';
|
|
3
|
+
type Event = MouseEvent | TouchEvent;
|
|
4
|
+
export declare const useOnClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: Event) => void, eventType: EEventType) => void;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useOnClickOutside = void 0;
|
|
4
|
+
var react_1 = require("react");
|
|
5
|
+
var useOnClickOutside = function (ref, handler, eventType) {
|
|
6
|
+
(0, react_1.useEffect)(function () {
|
|
7
|
+
var listener = function (event) {
|
|
8
|
+
var el = ref === null || ref === void 0 ? void 0 : ref.current;
|
|
9
|
+
if (!el || el.contains((event === null || event === void 0 ? void 0 : event.target) || null)) {
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
event.stopPropagation();
|
|
13
|
+
event.preventDefault();
|
|
14
|
+
handler === null || handler === void 0 ? void 0 : handler(event); // Call the handler only if the click is outside of the element passed.
|
|
15
|
+
};
|
|
16
|
+
document.addEventListener(eventType, listener);
|
|
17
|
+
return function () {
|
|
18
|
+
document.removeEventListener(eventType, listener);
|
|
19
|
+
};
|
|
20
|
+
}, [ref, handler, eventType]); // Reload only if ref or handler changes
|
|
21
|
+
};
|
|
22
|
+
exports.useOnClickOutside = useOnClickOutside;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type SwipeProps = {
|
|
2
|
+
onSwipeLeft?: () => void;
|
|
3
|
+
onSwipeRight?: () => void;
|
|
4
|
+
onSwipeDown?: () => void;
|
|
5
|
+
onSwipeUp?: () => void;
|
|
6
|
+
};
|
|
7
|
+
type DirectSwipe = 'right' | 'left' | 'down' | 'up';
|
|
8
|
+
export declare const useSwipe: (props: SwipeProps) => DirectSwipe;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useSwipe = void 0;
|
|
4
|
+
var react_1 = require("react");
|
|
5
|
+
var useSwipe = function (props) {
|
|
6
|
+
var onSwipeDown = props.onSwipeDown, onSwipeLeft = props.onSwipeLeft, onSwipeRight = props.onSwipeRight, onSwipeUp = props.onSwipeUp;
|
|
7
|
+
var _a = (0, react_1.useState)(null), swipeDirection = _a[0], setSwipeDirection = _a[1];
|
|
8
|
+
(0, react_1.useEffect)(function () {
|
|
9
|
+
var touchStartX = 0;
|
|
10
|
+
var touchStartY = 0;
|
|
11
|
+
var touchEndX = 0;
|
|
12
|
+
var touchEndY = 0;
|
|
13
|
+
var handleTouchStart = function (e) {
|
|
14
|
+
touchStartX = e.changedTouches[0].screenX;
|
|
15
|
+
touchStartY = e.changedTouches[0].screenY;
|
|
16
|
+
};
|
|
17
|
+
var handleTouchMove = function (e) {
|
|
18
|
+
touchEndX = e.changedTouches[0].screenX;
|
|
19
|
+
touchEndY = e.changedTouches[0].screenY;
|
|
20
|
+
};
|
|
21
|
+
var handleTouchEnd = function () {
|
|
22
|
+
var deltaX = touchEndX - touchStartX;
|
|
23
|
+
var deltaY = touchEndY - touchStartY;
|
|
24
|
+
if (Math.abs(deltaX) > Math.abs(deltaY)) {
|
|
25
|
+
if (deltaX > 0) {
|
|
26
|
+
setSwipeDirection('right');
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
setSwipeDirection('left');
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
if (deltaY > 0) {
|
|
34
|
+
setSwipeDirection('down');
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
setSwipeDirection('up');
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
window.addEventListener('touchstart', handleTouchStart);
|
|
42
|
+
window.addEventListener('touchmove', handleTouchMove);
|
|
43
|
+
window.addEventListener('touchend', handleTouchEnd);
|
|
44
|
+
return function () {
|
|
45
|
+
window.removeEventListener('touchstart', handleTouchStart);
|
|
46
|
+
window.removeEventListener('touchmove', handleTouchMove);
|
|
47
|
+
window.removeEventListener('touchend', handleTouchEnd);
|
|
48
|
+
};
|
|
49
|
+
}, []);
|
|
50
|
+
(0, react_1.useEffect)(function () {
|
|
51
|
+
if (!swipeDirection) {
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
switch (swipeDirection) {
|
|
55
|
+
case 'down':
|
|
56
|
+
return onSwipeDown === null || onSwipeDown === void 0 ? void 0 : onSwipeDown();
|
|
57
|
+
case 'up':
|
|
58
|
+
return onSwipeUp === null || onSwipeUp === void 0 ? void 0 : onSwipeUp();
|
|
59
|
+
case 'left':
|
|
60
|
+
return onSwipeLeft === null || onSwipeLeft === void 0 ? void 0 : onSwipeLeft();
|
|
61
|
+
case 'right':
|
|
62
|
+
return onSwipeRight === null || onSwipeRight === void 0 ? void 0 : onSwipeRight();
|
|
63
|
+
default:
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
}, [swipeDirection, props]);
|
|
67
|
+
return swipeDirection;
|
|
68
|
+
};
|
|
69
|
+
exports.useSwipe = useSwipe;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.useTranslate = void 0;
|
|
7
|
+
var html_react_parser_1 = __importDefault(require("html-react-parser"));
|
|
8
|
+
var selectors_1 = require("../zustandStore/languages/selectors");
|
|
9
|
+
var store_1 = require("../zustandStore/languages/store");
|
|
10
|
+
var useTranslate = function (name, specValue) {
|
|
11
|
+
var dictionary = (0, store_1.useZustandLanguagesKitStore)(selectors_1.languageSelectors.getLanguageDictionaryKitSelector);
|
|
12
|
+
var brandName = (0, store_1.useZustandLanguagesKitStore)(selectors_1.languageSelectors.getBrandNameKitSelector);
|
|
13
|
+
var getText = function (path, obj, separator, specValue) {
|
|
14
|
+
if (obj === void 0) { obj = dictionary; }
|
|
15
|
+
if (separator === void 0) { separator = '.'; }
|
|
16
|
+
if (specValue === void 0) { specValue = ''; }
|
|
17
|
+
try {
|
|
18
|
+
var properties = path === null || path === void 0 ? void 0 : path.split(separator);
|
|
19
|
+
var result = properties.reduce(function (prev, curr) { return prev && prev[curr]; }, obj) ||
|
|
20
|
+
path;
|
|
21
|
+
result = result.replaceAll('[BRAND_NAME]', brandName);
|
|
22
|
+
if (result.includes('[INJECT_VALUE]')) {
|
|
23
|
+
result = result
|
|
24
|
+
.replaceAll('[INJECT_VALUE]', '')
|
|
25
|
+
.replaceAll('[VALUE]', specValue);
|
|
26
|
+
}
|
|
27
|
+
if (result === null || result === void 0 ? void 0 : result.includes('HTML!')) {
|
|
28
|
+
result = result.replaceAll('HTML!', '[HTML]');
|
|
29
|
+
}
|
|
30
|
+
if (result === null || result === void 0 ? void 0 : result.includes('[HTML]')) {
|
|
31
|
+
var text = result.replace('[HTML]', '');
|
|
32
|
+
result = (0, html_react_parser_1.default)(text) || text;
|
|
33
|
+
}
|
|
34
|
+
return result;
|
|
35
|
+
}
|
|
36
|
+
catch (error) {
|
|
37
|
+
console.log('🚀 ~ useTranslate ~ error:', error);
|
|
38
|
+
return path || '';
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
return {
|
|
42
|
+
getText: getText,
|
|
43
|
+
name: getText(name, undefined, undefined, specValue),
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
exports.useTranslate = useTranslate;
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import { BaseButton, JivoChatButton, JivoChatButtonProps } from 'components/ui/Buttons';
|
|
2
|
+
import { DepositButton } from 'components/ui/Buttons/DepositButton';
|
|
3
|
+
import { ShowAllCard } from 'components/ui/ShowAll';
|
|
4
|
+
import { AppSwitcher } from 'components/ui/Buttons/AppSwitcher';
|
|
5
|
+
import { DrawerButton } from 'components/ui/Buttons/DrawerButton';
|
|
6
|
+
import { CasinoCategoryButton } from 'components/ui/Buttons/CasinoCategoryButton';
|
|
7
|
+
import { CasinoSubCategoriesButton } from 'components/ui/Buttons/CasinoSubCategoriesButton';
|
|
8
|
+
import { ProviderNameButton } from 'components/ui/Buttons/ProviderName';
|
|
9
|
+
import { CloseButton } from 'components/ui/Buttons/CloseButton';
|
|
10
|
+
import { RegistrationPromoCode } from 'components/SignUp/PromoCode';
|
|
11
|
+
import { OneClick } from 'components/SignUp/OneClick';
|
|
12
|
+
import { CurrencySelector } from 'components/SignUp/CurrencySelector';
|
|
13
|
+
import { DocsCheckBox } from 'components/SignUp/DocsCheckBox';
|
|
14
|
+
import { CountrySelector } from 'components/SignUp/CountrySelector';
|
|
15
|
+
import { ModalLayout } from 'components/Layouts/ModalLayout';
|
|
16
|
+
import { BonusCardLayout } from 'components/Layouts/BonusCardLayout';
|
|
17
|
+
import { DrawerLayout } from 'components/Layouts/DrawerLayout';
|
|
18
|
+
import { Banners } from 'components/Banners';
|
|
19
|
+
import BannerTemplate from 'components/Banners/components/BannerTemplate';
|
|
20
|
+
import { PromotionMobileApp } from 'components/Banners/components/PromotionMobileApp';
|
|
21
|
+
import { Selector } from 'components/ui/Selector';
|
|
22
|
+
import { BaseInput } from './components/ui/Inputs/BaseInput';
|
|
23
|
+
import { BaseInputUi } from './components/ui/Inputs/BaseInput/BaseInputUi';
|
|
24
|
+
import { CheckBox } from './components/ui/Inputs/CheckBox';
|
|
25
|
+
import { Tabs } from 'components/ui/Tabs';
|
|
26
|
+
import { PopUpHeader } from './components/ui/Headers';
|
|
27
|
+
import { Footer } from 'components/ui/Footer';
|
|
28
|
+
import { PaymentsMethods } from 'components/Payments/Methods';
|
|
29
|
+
import { PaymentMethodProps, EActiveMethodTab } from 'components/Payments/Methods/types';
|
|
30
|
+
import { DepositSkelet } from 'components/Payments/DepositSkelet';
|
|
31
|
+
import { DepositSkeletProps } from 'components/Payments/DepositSkelet/types';
|
|
32
|
+
import { DepositQrFormProps } from 'components/Payments/DepositQrForm/types';
|
|
33
|
+
import { useElementResize } from 'hooks/useElementResize';
|
|
34
|
+
import { useOnClickOutside } from 'hooks/useOutsideClick';
|
|
35
|
+
import { useCountDown } from 'hooks/useCountDown';
|
|
36
|
+
import useInView from 'hooks/useInView';
|
|
37
|
+
import { HOCImageLoader } from 'components/HOCs/HOCImageLoader';
|
|
38
|
+
import { HOCOutsideClick } from 'components/HOCs/HOCOutsideClick';
|
|
39
|
+
import { HOCErrorBoundary } from 'components/HOCs/HOCErrorBoundary';
|
|
40
|
+
import { MainLoader } from 'components/ui/Loaders/MainLoader';
|
|
41
|
+
import { CircularLoader } from 'components/ui/Loaders/CircularLoader';
|
|
42
|
+
import { CountDown } from 'components/ui/CountDown';
|
|
43
|
+
import { ReferralTable } from './components/ReferralTable/index';
|
|
44
|
+
import { ReferralTableProps } from 'components/ReferralTable/types';
|
|
45
|
+
import { Pagination } from 'components/ui/Pagination';
|
|
46
|
+
import { Wheel } from 'components/Wheel';
|
|
47
|
+
import { Scratch } from 'components/Scratch';
|
|
48
|
+
import { Logo } from 'components/ui/Logos';
|
|
49
|
+
import { TournamentCard } from 'components/ui/TournamentCard';
|
|
50
|
+
import { LastBigWinners } from 'components/LastBigWinners';
|
|
51
|
+
import { JackpotWidget } from 'components/Jackpots/JackpotWidget';
|
|
52
|
+
import { JackPotInfoBox } from 'components/Jackpots/JackpotWidget/components/Jackpot';
|
|
53
|
+
import { DownloadSvg } from 'components/ui/Icons/Base/DownloadSvg';
|
|
54
|
+
import { ArrowSvg } from 'components/ui/Icons/ArrowSvg';
|
|
55
|
+
import { LockSvg } from 'components/ui/Icons/LockSvg';
|
|
56
|
+
import { CloseSvg } from 'components/ui/Icons/CloseSvg';
|
|
57
|
+
import { JabiInHouseSvg } from 'components/ui/Icons/InHouse/JabiInHouseSvg';
|
|
58
|
+
import { ProviderSvg } from 'components/ui/Icons/Categories/Icons/ProviderSvg';
|
|
59
|
+
import { HotSvg } from 'components/ui/Icons/Categories/Icons/HotSvg';
|
|
60
|
+
import { WagerSvg } from 'components/ui/Icons/Categories/Icons/WagerSvg';
|
|
61
|
+
import { FSWinHouseSvg } from 'components/ui/Icons/InHouse/FSWinHouseSvg';
|
|
62
|
+
import { ElonHouseSvg } from 'components/ui/Icons/InHouse/ElonHouseSvg';
|
|
63
|
+
import { ElonTreasureSvg } from 'components/ui/Icons/ReferralTreasures/ElonTreasureSvg';
|
|
64
|
+
import { JabibetTreasureSvg } from 'components/ui/Icons/ReferralTreasures/JabibetTreasureSvg';
|
|
65
|
+
import { FSWinTreasureSvg } from 'components/ui/Icons/ReferralTreasures/FSWinTreasureSvg';
|
|
66
|
+
import { InfoSvg } from './components/ui/Icons/InfoSvg';
|
|
67
|
+
import { PlaySvg } from './components/ui/Icons/PlaySvg';
|
|
68
|
+
import { InstagramSvg } from 'components/ui/Icons/SocialMedia/InstagramSvg';
|
|
69
|
+
import { TelegramSvg } from 'components/ui/Icons/SocialMedia/TelegramSvg';
|
|
70
|
+
import { FacebookSvg } from 'components/ui/Icons/SocialMedia/FacebookSvg';
|
|
71
|
+
import { AvatarSvg } from 'components/ui/Icons/Base/AvatarSvg';
|
|
72
|
+
import { ProfileSvg } from 'components/ui/Icons/Base/ProfileSvg';
|
|
73
|
+
import { BonusGiftSvg } from 'components/ui/Icons/Base/BonusGiftSvg';
|
|
74
|
+
import { BurgerSvg } from 'components/ui/Icons/Base/BurgerSvg';
|
|
75
|
+
import { CalendarSvg } from 'components/ui/Icons/Base/CalendarSvg';
|
|
76
|
+
import { CashSvg } from 'components/ui/Icons/Base/CashSvg';
|
|
77
|
+
import { CloseEyeSvg } from 'components/ui/Icons/Base/CloseEyeSvg';
|
|
78
|
+
import { OpenEyeSvg } from 'components/ui/Icons/Base/OpenEyeSvg';
|
|
79
|
+
import { CoinSvg } from 'components/ui/Icons/Base/CoinSvg';
|
|
80
|
+
import { CoinsSvg } from 'components/ui/Icons/Base/CoinsSvg';
|
|
81
|
+
import { CopySvg } from 'components/ui/Icons/Base/CopySvg';
|
|
82
|
+
import { DocSvg } from 'components/ui/Icons/Base/DocSvg';
|
|
83
|
+
import { FavoritesSvg } from 'components/ui/Icons/Base/FavoritesSvg';
|
|
84
|
+
import { GoogleSvg } from 'components/ui/Icons/Base/GoogleSvg';
|
|
85
|
+
import { GrowSvg } from 'components/ui/Icons/Base/GrowSvg';
|
|
86
|
+
import { DrawerTogglerSvg } from 'components/ui/Icons/Base/DrawerTogglerSvg';
|
|
87
|
+
import { LotterySvg } from 'components/ui/Icons/Base/LotterySvg';
|
|
88
|
+
import { InfoLotterySvg } from 'components/ui/Icons/Base/InfoLotterySvg';
|
|
89
|
+
import { PlusSvg } from 'components/ui/Icons/Base/PlusSvg';
|
|
90
|
+
import { ProvidersBlocksSvg } from 'components/ui/Icons/Base/ProvidersBlocksSvg';
|
|
91
|
+
import { SearchSvg } from 'components/ui/Icons/Base/SearchSvg';
|
|
92
|
+
import { SelectedSvg } from 'components/ui/Icons/Base/SelectedSvg';
|
|
93
|
+
import { ShareSvg } from 'components/ui/Icons/Base/ShareSvg';
|
|
94
|
+
import { StarSvg } from 'components/ui/Icons/Base/StarSvg';
|
|
95
|
+
import { SupportSvg } from 'components/ui/Icons/Base/SupportSvg';
|
|
96
|
+
import { ThreeDotsSvg } from 'components/ui/Icons/Base/ThreeDotsSvg';
|
|
97
|
+
import { TrashSvg } from 'components/ui/Icons/Base/TrashSvg';
|
|
98
|
+
import { WalletSvg } from 'components/ui/Icons/Base/WalletSvg';
|
|
99
|
+
import { FirstBonusSvg } from 'components/ui/Icons/Bonuses/FirstBonusSvg';
|
|
100
|
+
import { SecondBonusSvg } from 'components/ui/Icons/Bonuses/SecondBonusSvg';
|
|
101
|
+
import { ThirdBonusSvg } from 'components/ui/Icons/Bonuses/ThirdBonusSvg';
|
|
102
|
+
import { VipClubSvg } from 'components/ui/Icons/Bonuses/VipClubSvg';
|
|
103
|
+
import { BronzeSvg } from './components/ui/Icons/Bonuses/VipClub/BronzeSvg';
|
|
104
|
+
import { SilverSvg } from 'components/ui/Icons/Bonuses/VipClub/SilverSvg';
|
|
105
|
+
import { DiamondSvg } from 'components/ui/Icons/Bonuses/VipClub/DiamondSvg';
|
|
106
|
+
import { GoldSvg } from 'components/ui/Icons/Bonuses/VipClub/GoldSvg';
|
|
107
|
+
import { GreenSvg } from 'components/ui/Icons/Bonuses/VipClub/GreenSvg';
|
|
108
|
+
import { PlatinumSvg } from 'components/ui/Icons/Bonuses/VipClub/PlatinumSvg';
|
|
109
|
+
import { PlatinumOneSvg } from 'components/ui/Icons/Bonuses/VipClub/PlatinumOneSvg';
|
|
110
|
+
import { AzeSvg } from 'components/ui/Icons/FlagIcons/AzeSvg';
|
|
111
|
+
import { BnSvg } from 'components/ui/Icons/FlagIcons/BnSvg';
|
|
112
|
+
import { BsSvg } from 'components/ui/Icons/FlagIcons/BsSvg';
|
|
113
|
+
import { ChSvg } from 'components/ui/Icons/FlagIcons/ChSvg';
|
|
114
|
+
import { DeSvg } from 'components/ui/Icons/FlagIcons/DeSvg';
|
|
115
|
+
import { EnSvg } from 'components/ui/Icons/FlagIcons/EnSvg';
|
|
116
|
+
import { EsSvg } from 'components/ui/Icons/FlagIcons/EsSvg';
|
|
117
|
+
import { FrSvg } from 'components/ui/Icons/FlagIcons/FrSvg';
|
|
118
|
+
import { HiSvg } from 'components/ui/Icons/FlagIcons/HiSvg';
|
|
119
|
+
import { ItSvg } from 'components/ui/Icons/FlagIcons/ItSvg';
|
|
120
|
+
import { KoSvg } from 'components/ui/Icons/FlagIcons/KoSvg';
|
|
121
|
+
import { KzSvg } from 'components/ui/Icons/FlagIcons/KzSvg';
|
|
122
|
+
import { NoSvg } from 'components/ui/Icons/FlagIcons/NoSvg';
|
|
123
|
+
import { PtSvg } from 'components/ui/Icons/FlagIcons/PtSvg';
|
|
124
|
+
import { RoSvg } from 'components/ui/Icons/FlagIcons/RoSvg';
|
|
125
|
+
import { RuSvg } from 'components/ui/Icons/FlagIcons/RuSvg';
|
|
126
|
+
import { TrSvg } from 'components/ui/Icons/FlagIcons/TrSvg';
|
|
127
|
+
import { UkrSvg } from 'components/ui/Icons/FlagIcons/UkrSvg';
|
|
128
|
+
import { UzSvg } from 'components/ui/Icons/FlagIcons/UzSvg';
|
|
129
|
+
import { TournamentWagerSvg } from './components/ui/Icons/Casino/TournamentWagerSvg';
|
|
130
|
+
import { ProvidersSvg } from 'components/ui/Icons/Casino/ProvidersSvg';
|
|
131
|
+
import { DefaultImgSvg } from 'components/ui/Icons/Casino/DefaultImgSvg';
|
|
132
|
+
import { CasinoCoinSvg } from 'components/ui/Icons/Casino/CoinSvg';
|
|
133
|
+
import { RecommendedSvg } from 'components/ui/Icons/Casino/RecommendedSvg';
|
|
134
|
+
import { DepositSvg } from 'components/ui/Icons/Deposit/DepositSvg';
|
|
135
|
+
import { ErrorSvg } from 'components/ui/Icons/Deposit/ErrorSvg';
|
|
136
|
+
import { SuccessSvg } from 'components/ui/Icons/Deposit/SuccessSvg';
|
|
137
|
+
import { WaitingSvg } from 'components/ui/Icons/Deposit/WaitingSvg';
|
|
138
|
+
import { WithdrawSvg } from 'components/ui/Icons/Deposit/WithdrawSvg';
|
|
139
|
+
import { AmericanFootballSvg } from 'components/ui/Icons/Sports/AmericanFootballSvg';
|
|
140
|
+
import { AussieRulesSvg } from 'components/ui/Icons/Sports/AussieRulesSvg';
|
|
141
|
+
import { BadmintonSvg } from 'components/ui/Icons/Sports/BadmintonSvg';
|
|
142
|
+
import { BaseballSvg } from 'components/ui/Icons/Sports/BaseballSvg';
|
|
143
|
+
import { BasketballSvg } from 'components/ui/Icons/Sports/BasketballSvg';
|
|
144
|
+
import { Basketball3x3Svg } from 'components/ui/Icons/Sports/Basketball3x3Svg';
|
|
145
|
+
import { BeachSoccerSvg } from 'components/ui/Icons/Sports/BeachSoccerSvg';
|
|
146
|
+
import { BoxingSvg } from 'components/ui/Icons/Sports/BoxingSvg';
|
|
147
|
+
import { ChessSvg } from 'components/ui/Icons/Sports/ChessSvg';
|
|
148
|
+
import { CricketSvg } from 'components/ui/Icons/Sports/CricketSvg';
|
|
149
|
+
import { DartsSvg } from 'components/ui/Icons/Sports/DartsSvg';
|
|
150
|
+
import { EFifaSvg } from 'components/ui/Icons/Sports/EFifaSvg';
|
|
151
|
+
import { ENbaSvg } from 'components/ui/Icons/Sports/ENbaSvg';
|
|
152
|
+
import { ENhlSvg } from 'components/ui/Icons/Sports/ENhlSvg';
|
|
153
|
+
import { EsportSvg } from 'components/ui/Icons/Sports/EsportSvg';
|
|
154
|
+
import { FieldHockeySvg } from 'components/ui/Icons/Sports/FieldHockeySvg';
|
|
155
|
+
import { FutsalSvg } from 'components/ui/Icons/Sports/FutsalSvg';
|
|
156
|
+
import { IceHockeySvg } from 'components/ui/Icons/Sports/IceHockeySvg';
|
|
157
|
+
import { KabaddiSvg } from 'components/ui/Icons/Sports/KabaddiSvg';
|
|
158
|
+
import { MmaSvg } from 'components/ui/Icons/Sports/MmaSvg';
|
|
159
|
+
import { RugbySvg } from 'components/ui/Icons/Sports/RugbySvg';
|
|
160
|
+
import { SnookerSvg } from 'components/ui/Icons/Sports/SnookerSvg';
|
|
161
|
+
import { SoccerSvg } from 'components/ui/Icons/Sports/SoccerSvg';
|
|
162
|
+
import { SquashSvg } from 'components/ui/Icons/Sports/SquashSvg';
|
|
163
|
+
import { TableTennisSvg } from 'components/ui/Icons/Sports/TableTennisSvg';
|
|
164
|
+
import { TennisSvg } from 'components/ui/Icons/Sports/TennisSvg';
|
|
165
|
+
import { VolleyballSvg } from 'components/ui/Icons/Sports/VolleyballSvg';
|
|
166
|
+
import { NotFoundBonusesSvg } from 'components/ui/Icons/NotFound/BonusesSvg';
|
|
167
|
+
import { NotificationWarningSvg } from 'components/ui/Icons/Notifications/WarningSvg';
|
|
168
|
+
import { NotificationErrorSvg } from 'components/ui/Icons/Notifications/ErrorSvg';
|
|
169
|
+
import { NotificationSuccessSvg } from 'components/ui/Icons/Notifications/SuccessSvg';
|
|
170
|
+
import { NavTournamentSvg } from 'components/ui/Icons/Navigation/NavTournamentSvg';
|
|
171
|
+
import { NavReferralSvg } from 'components/ui/Icons/Navigation/NavReferralSvg';
|
|
172
|
+
import { NavMyBetsSvg } from 'components/ui/Icons/Navigation/NavMyBetsSvg';
|
|
173
|
+
import { NavCasinoSvg } from 'components/ui/Icons/Navigation/NavCasinoSvg';
|
|
174
|
+
import { NavBonusesSvg } from 'components/ui/Icons/Navigation/NavBonusesSvg';
|
|
175
|
+
import { NavBettingLiveSvg } from 'components/ui/Icons/Navigation/NavBettingLiveSvg';
|
|
176
|
+
import { NavBettingSvg } from 'components/ui/Icons/Navigation/NavBettingSvg';
|
|
177
|
+
import { getCasinoCategoryIcon } from 'components/ui/Icons/Categories';
|
|
178
|
+
import { useZustandLanguagesKitStore } from 'zustandStore/languages/store';
|
|
179
|
+
import { languageSelectors } from 'zustandStore/languages/selectors';
|
|
180
|
+
import { Text } from 'components/Text';
|
|
181
|
+
import { BattlesCard } from 'components/BattlesCard';
|
|
182
|
+
import { Step } from 'components/ui/Step';
|
|
183
|
+
import { Section } from './components/ui/Section/index';
|
|
184
|
+
import { BattleBanner } from 'components/Banners/components/BattleBanner';
|
|
185
|
+
import { Leaderboard } from 'components/ui/Leaderboard';
|
|
186
|
+
import Accordion from 'components/ui/AccordionGroup/Accordion';
|
|
187
|
+
export { Logo, BaseButton, CloseButton, DrawerButton, AppSwitcher, CasinoCategoryButton, CasinoSubCategoriesButton, ProviderNameButton, DepositButton, ShowAllCard, BaseInput, BaseInputUi, CheckBox, JivoChatButton, JivoChatButtonProps, PaymentsMethods, PaymentMethodProps, EActiveMethodTab, DepositSkelet, DepositSkeletProps, DepositQrFormProps, PopUpHeader, Footer, Tabs, MainLoader, CircularLoader, HOCImageLoader, HOCOutsideClick, HOCErrorBoundary, useElementResize, useOnClickOutside, useCountDown, useTranslate, useInView, JackpotWidget, JackPotInfoBox, Wheel, Scratch, TournamentCard, ReferralTable, ReferralTableProps, Pagination, ModalLayout, BonusCardLayout, DrawerLayout, CountDown, LastBigWinners, Banners, BannerTemplate, PromotionMobileApp, OneClick, DocsCheckBox, CurrencySelector, CountrySelector, RegistrationPromoCode, Selector, ArrowSvg, DownloadSvg, LockSvg, CloseSvg, JabiInHouseSvg, ProviderSvg, HotSvg, WagerSvg, ElonHouseSvg, FSWinHouseSvg, ElonTreasureSvg, FSWinTreasureSvg, JabibetTreasureSvg, PlaySvg, InfoSvg, InstagramSvg, TelegramSvg, FacebookSvg, AvatarSvg, ProfileSvg, BonusGiftSvg, BurgerSvg, CalendarSvg, CashSvg, CloseEyeSvg, OpenEyeSvg, CoinSvg, CoinsSvg, CopySvg, DocSvg, FavoritesSvg, GoogleSvg, GrowSvg, DrawerTogglerSvg, LotterySvg, InfoLotterySvg, PlusSvg, SearchSvg, ProvidersBlocksSvg, SelectedSvg, ShareSvg, StarSvg, SupportSvg, ThreeDotsSvg, TrashSvg, WalletSvg, FirstBonusSvg, SecondBonusSvg, ThirdBonusSvg, VipClubSvg, BronzeSvg, SilverSvg, DiamondSvg, GoldSvg, GreenSvg, PlatinumSvg, PlatinumOneSvg, AzeSvg, BnSvg, BsSvg, ChSvg, DeSvg, EnSvg, EsSvg, FrSvg, HiSvg, ItSvg, KoSvg, KzSvg, NoSvg, PtSvg, RoSvg, RuSvg, TrSvg, UkrSvg, UzSvg, TournamentWagerSvg, ProvidersSvg, DefaultImgSvg, CasinoCoinSvg, RecommendedSvg, DepositSvg, ErrorSvg, SuccessSvg, WaitingSvg, WithdrawSvg, AmericanFootballSvg, AussieRulesSvg, BadmintonSvg, BaseballSvg, BasketballSvg, Basketball3x3Svg, BeachSoccerSvg, BoxingSvg, ChessSvg, CricketSvg, DartsSvg, EFifaSvg, ENbaSvg, ENhlSvg, EsportSvg, FieldHockeySvg, FutsalSvg, IceHockeySvg, KabaddiSvg, MmaSvg, RugbySvg, SnookerSvg, SoccerSvg, SquashSvg, TableTennisSvg, TennisSvg, VolleyballSvg, NotFoundBonusesSvg, NotificationWarningSvg, NotificationErrorSvg, NotificationSuccessSvg, NavTournamentSvg, NavReferralSvg, NavMyBetsSvg, NavCasinoSvg, NavBonusesSvg, NavBettingLiveSvg, NavBettingSvg, BattlesCard, Step, Section, BattleBanner, Leaderboard, Accordion, useZustandLanguagesKitStore, languageSelectors, Text, getCasinoCategoryIcon, };
|
|
188
|
+
import './styles/global.module.css';
|
|
189
|
+
import { useTranslate } from 'hooks/useTranslate';
|