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,815 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.COUNTRY_MOCK = void 0;
|
|
4
|
+
exports.COUNTRY_MOCK = [
|
|
5
|
+
{ id: 643, code: 'RU', name: 'Russia', dialCode: '+7', imageCode: 'ru' },
|
|
6
|
+
{ id: 4, code: 'AFG', name: 'Afghanistan', dialCode: '+93', imageCode: 'af' },
|
|
7
|
+
{ id: 8, code: 'ALB', name: 'Albania', dialCode: '+355', imageCode: 'al' },
|
|
8
|
+
{ id: 12, code: 'DZA', name: 'Algeria', dialCode: '+213', imageCode: 'dz' },
|
|
9
|
+
{
|
|
10
|
+
id: 16,
|
|
11
|
+
code: 'ASM',
|
|
12
|
+
name: 'American Samoa',
|
|
13
|
+
dialCode: '+1',
|
|
14
|
+
imageCode: 'as',
|
|
15
|
+
},
|
|
16
|
+
{ id: 20, code: 'AND', name: 'Andorra', dialCode: '+376', imageCode: 'ad' },
|
|
17
|
+
{ id: 24, code: 'AGO', name: 'Angola', dialCode: '+244', imageCode: 'ao' },
|
|
18
|
+
{
|
|
19
|
+
id: 660,
|
|
20
|
+
code: 'AIA',
|
|
21
|
+
name: 'Anguilla',
|
|
22
|
+
dialCode: '+1264',
|
|
23
|
+
imageCode: 'ai',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: 10,
|
|
27
|
+
code: 'ATA',
|
|
28
|
+
name: 'Antarctica',
|
|
29
|
+
dialCode: '+672',
|
|
30
|
+
imageCode: 'aq',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: 28,
|
|
34
|
+
code: 'ATG',
|
|
35
|
+
name: 'Antigua and Barbuda',
|
|
36
|
+
dialCode: '+1268',
|
|
37
|
+
imageCode: 'ag',
|
|
38
|
+
},
|
|
39
|
+
{ id: 32, code: 'ARG', name: 'Argentina', dialCode: '+54', imageCode: 'ar' },
|
|
40
|
+
{ id: 51, code: 'ARM', name: 'Armenia', dialCode: '+374', imageCode: 'am' },
|
|
41
|
+
{ id: 40, code: 'AUT', name: 'Austria', dialCode: '+43', imageCode: 'at' },
|
|
42
|
+
{
|
|
43
|
+
id: 31,
|
|
44
|
+
code: 'AZE',
|
|
45
|
+
name: 'Azerbaijan',
|
|
46
|
+
dialCode: '+994',
|
|
47
|
+
imageCode: 'az',
|
|
48
|
+
},
|
|
49
|
+
{ id: 44, code: 'BHS', name: 'Bahamas', dialCode: '+1242', imageCode: 'bs' },
|
|
50
|
+
{ id: 48, code: 'BHR', name: 'Bahrain', dialCode: '+973', imageCode: 'bh' },
|
|
51
|
+
{
|
|
52
|
+
id: 50,
|
|
53
|
+
code: 'BGD',
|
|
54
|
+
name: 'Bangladesh',
|
|
55
|
+
dialCode: '+880',
|
|
56
|
+
imageCode: 'bd',
|
|
57
|
+
},
|
|
58
|
+
{ id: 52, code: 'BRB', name: 'Barbados', dialCode: '+1246', imageCode: 'bb' },
|
|
59
|
+
{ id: 56, code: 'BEL', name: 'Belgium', dialCode: '+32', imageCode: 'be' },
|
|
60
|
+
{ id: 84, code: 'BLZ', name: 'Belize', dialCode: '+501', imageCode: 'bz' },
|
|
61
|
+
{ id: 204, code: 'BEN', name: 'Benin', dialCode: '+229', imageCode: 'bj' },
|
|
62
|
+
{ id: 60, code: 'BMU', name: 'Bermuda', dialCode: '+1441', imageCode: 'bm' },
|
|
63
|
+
{ id: 64, code: 'BTN', name: 'Bhutan', dialCode: '+975', imageCode: 'bt' },
|
|
64
|
+
{
|
|
65
|
+
id: 68,
|
|
66
|
+
code: 'BOL',
|
|
67
|
+
name: 'Bolivia, Plurinational State of',
|
|
68
|
+
dialCode: '+591',
|
|
69
|
+
imageCode: 'bo',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
id: 70,
|
|
73
|
+
code: 'BIH',
|
|
74
|
+
name: 'Bosnia and Herzegovina',
|
|
75
|
+
dialCode: '+387',
|
|
76
|
+
imageCode: 'ba',
|
|
77
|
+
},
|
|
78
|
+
{ id: 72, code: 'BWA', name: 'Botswana', dialCode: '+267', imageCode: 'bw' },
|
|
79
|
+
{
|
|
80
|
+
id: 74,
|
|
81
|
+
code: 'BVT',
|
|
82
|
+
name: 'Bouvet Island',
|
|
83
|
+
dialCode: '+47',
|
|
84
|
+
imageCode: 'bv',
|
|
85
|
+
},
|
|
86
|
+
{ id: 76, code: 'BRA', name: 'Brazil', dialCode: '+55', imageCode: 'br' },
|
|
87
|
+
{
|
|
88
|
+
id: 86,
|
|
89
|
+
code: 'IOT',
|
|
90
|
+
name: 'British Indian Ocean Territory',
|
|
91
|
+
dialCode: '+246',
|
|
92
|
+
imageCode: 'io',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
id: 96,
|
|
96
|
+
code: 'BRN',
|
|
97
|
+
name: 'Brunei Darussalam',
|
|
98
|
+
dialCode: '+673',
|
|
99
|
+
imageCode: 'bn',
|
|
100
|
+
},
|
|
101
|
+
{ id: 100, code: 'BGR', name: 'Bulgaria', dialCode: '+359', imageCode: 'bg' },
|
|
102
|
+
{
|
|
103
|
+
id: 854,
|
|
104
|
+
code: 'BFA',
|
|
105
|
+
name: 'Burkina Faso',
|
|
106
|
+
dialCode: '+226',
|
|
107
|
+
imageCode: 'bf',
|
|
108
|
+
},
|
|
109
|
+
{ id: 108, code: 'BDI', name: 'Burundi', dialCode: '+257', imageCode: 'bi' },
|
|
110
|
+
{ id: 116, code: 'KHM', name: 'Cambodia', dialCode: '+855', imageCode: 'kh' },
|
|
111
|
+
{ id: 120, code: 'CMR', name: 'Cameroon', dialCode: '+237', imageCode: 'cm' },
|
|
112
|
+
{ id: 124, code: 'CAN', name: 'Canada', dialCode: '+1', imageCode: 'ca' },
|
|
113
|
+
{
|
|
114
|
+
id: 132,
|
|
115
|
+
code: 'CPV',
|
|
116
|
+
name: 'Cape Verde',
|
|
117
|
+
dialCode: '+238',
|
|
118
|
+
imageCode: 'cv',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
id: 136,
|
|
122
|
+
code: 'CYM',
|
|
123
|
+
name: 'Cayman Islands',
|
|
124
|
+
dialCode: '+345',
|
|
125
|
+
imageCode: 'ky',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
id: 140,
|
|
129
|
+
code: 'CAF',
|
|
130
|
+
name: 'Central African Republic',
|
|
131
|
+
dialCode: '+236',
|
|
132
|
+
imageCode: 'cf',
|
|
133
|
+
},
|
|
134
|
+
{ id: 148, code: 'TCD', name: 'Chad', dialCode: '+235', imageCode: 'td' },
|
|
135
|
+
{ id: 152, code: 'CHL', name: 'Chile', dialCode: '+56', imageCode: 'cl' },
|
|
136
|
+
{ id: 156, code: 'CHN', name: 'China', dialCode: '+86', imageCode: 'cn' },
|
|
137
|
+
{
|
|
138
|
+
id: 162,
|
|
139
|
+
code: 'CXR',
|
|
140
|
+
name: 'Christmas Island',
|
|
141
|
+
dialCode: '+61',
|
|
142
|
+
imageCode: 'cx',
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
id: 166,
|
|
146
|
+
code: 'CCK',
|
|
147
|
+
name: 'Cocos (Keeling) Islands',
|
|
148
|
+
dialCode: '+61',
|
|
149
|
+
imageCode: 'cc',
|
|
150
|
+
},
|
|
151
|
+
{ id: 170, code: 'COL', name: 'Colombia', dialCode: '+57', imageCode: 'co' },
|
|
152
|
+
{ id: 174, code: 'COM', name: 'Comoros', dialCode: '+269', imageCode: 'km' },
|
|
153
|
+
{ id: 178, code: 'COG', name: 'Congo', dialCode: '+242', imageCode: 'cg' },
|
|
154
|
+
{
|
|
155
|
+
id: 180,
|
|
156
|
+
code: 'COD',
|
|
157
|
+
name: 'Congo, the Democratic Republic of the',
|
|
158
|
+
dialCode: '+243',
|
|
159
|
+
imageCode: 'cd',
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
id: 184,
|
|
163
|
+
code: 'COK',
|
|
164
|
+
name: 'Cook Islands',
|
|
165
|
+
dialCode: '+682',
|
|
166
|
+
imageCode: 'ck',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
id: 188,
|
|
170
|
+
code: 'CRI',
|
|
171
|
+
name: 'Costa Rica',
|
|
172
|
+
dialCode: '+506',
|
|
173
|
+
imageCode: 'cr',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
id: 384,
|
|
177
|
+
code: 'CIV',
|
|
178
|
+
name: 'Cote ',
|
|
179
|
+
dialCode: '+225',
|
|
180
|
+
imageCode: 'ci',
|
|
181
|
+
},
|
|
182
|
+
{ id: 191, code: 'HRV', name: 'Croatia', dialCode: '+385', imageCode: 'hr' },
|
|
183
|
+
{ id: 192, code: 'CUB', name: 'Cuba', dialCode: '+53', imageCode: 'cu' },
|
|
184
|
+
{
|
|
185
|
+
id: 203,
|
|
186
|
+
code: 'CZE',
|
|
187
|
+
name: 'Czech Republic',
|
|
188
|
+
dialCode: '+420',
|
|
189
|
+
imageCode: 'cz',
|
|
190
|
+
},
|
|
191
|
+
{ id: 208, code: 'DNK', name: 'Denmark', dialCode: '+45', imageCode: 'dk' },
|
|
192
|
+
{ id: 262, code: 'DJI', name: 'Djibouti', dialCode: '+253', imageCode: 'dj' },
|
|
193
|
+
{
|
|
194
|
+
id: 212,
|
|
195
|
+
code: 'DMA',
|
|
196
|
+
name: 'Dominica',
|
|
197
|
+
dialCode: '+1767',
|
|
198
|
+
imageCode: 'dm',
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
id: 214,
|
|
202
|
+
code: 'DOM',
|
|
203
|
+
name: 'Dominican Republic',
|
|
204
|
+
dialCode: '+1849',
|
|
205
|
+
imageCode: 'do',
|
|
206
|
+
},
|
|
207
|
+
{ id: 218, code: 'ECU', name: 'Ecuador', dialCode: '+593', imageCode: 'ec' },
|
|
208
|
+
{ id: 818, code: 'EGY', name: 'Egypt', dialCode: '+20', imageCode: 'eg' },
|
|
209
|
+
{
|
|
210
|
+
id: 222,
|
|
211
|
+
code: 'SLV',
|
|
212
|
+
name: 'El Salvador',
|
|
213
|
+
dialCode: '+503',
|
|
214
|
+
imageCode: 'sv',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
id: 226,
|
|
218
|
+
code: 'GNQ',
|
|
219
|
+
name: 'Equatorial Guinea',
|
|
220
|
+
dialCode: '+240',
|
|
221
|
+
imageCode: 'gq',
|
|
222
|
+
},
|
|
223
|
+
{ id: 232, code: 'ERI', name: 'Eritrea', dialCode: '+291', imageCode: 'er' },
|
|
224
|
+
{ id: 233, code: 'EST', name: 'Estonia', dialCode: '+372', imageCode: 'ee' },
|
|
225
|
+
{ id: 231, code: 'ETH', name: 'Ethiopia', dialCode: '+251', imageCode: 'et' },
|
|
226
|
+
{
|
|
227
|
+
id: 238,
|
|
228
|
+
code: 'FLK',
|
|
229
|
+
name: 'Falkland Islands (Malvinas)',
|
|
230
|
+
dialCode: '+500',
|
|
231
|
+
imageCode: 'fk',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
id: 234,
|
|
235
|
+
code: 'FRO',
|
|
236
|
+
name: 'Faroe Islands',
|
|
237
|
+
dialCode: '+298',
|
|
238
|
+
imageCode: 'fo',
|
|
239
|
+
},
|
|
240
|
+
{ id: 242, code: 'FJI', name: 'Fiji', dialCode: '+679', imageCode: 'fj' },
|
|
241
|
+
{ id: 246, code: 'FIN', name: 'Finland', dialCode: '+358', imageCode: 'fi' },
|
|
242
|
+
{ id: 266, code: 'GAB', name: 'Gabon', dialCode: '+241', imageCode: 'ga' },
|
|
243
|
+
{ id: 270, code: 'GMB', name: 'Gambia', dialCode: '+220', imageCode: 'gm' },
|
|
244
|
+
{ id: 268, code: 'GEO', name: 'Georgia', dialCode: '+995', imageCode: 'ge' },
|
|
245
|
+
{ id: 276, code: 'DEU', name: 'Germany', dialCode: '+49', imageCode: 'de' },
|
|
246
|
+
{ id: 288, code: 'GHA', name: 'Ghana', dialCode: '+233', imageCode: 'gh' },
|
|
247
|
+
{
|
|
248
|
+
id: 292,
|
|
249
|
+
code: 'GIB',
|
|
250
|
+
name: 'Gibraltar',
|
|
251
|
+
dialCode: '+350',
|
|
252
|
+
imageCode: 'gi',
|
|
253
|
+
},
|
|
254
|
+
{ id: 300, code: 'GRC', name: 'Greece', dialCode: '+30', imageCode: 'gr' },
|
|
255
|
+
{
|
|
256
|
+
id: 304,
|
|
257
|
+
code: 'GRL',
|
|
258
|
+
name: 'Greenland',
|
|
259
|
+
dialCode: '+299',
|
|
260
|
+
imageCode: 'gl',
|
|
261
|
+
},
|
|
262
|
+
{ id: 308, code: 'GRD', name: 'Grenada', dialCode: '+1473', imageCode: 'gd' },
|
|
263
|
+
{
|
|
264
|
+
id: 312,
|
|
265
|
+
code: 'GLP',
|
|
266
|
+
name: 'Guadeloupe',
|
|
267
|
+
dialCode: '+590',
|
|
268
|
+
imageCode: 'gp',
|
|
269
|
+
},
|
|
270
|
+
{ id: 316, code: 'GUM', name: 'Guam', dialCode: '+1671', imageCode: 'gu' },
|
|
271
|
+
{
|
|
272
|
+
id: 320,
|
|
273
|
+
code: 'GTM',
|
|
274
|
+
name: 'Guatemala',
|
|
275
|
+
dialCode: '+502',
|
|
276
|
+
imageCode: 'gt',
|
|
277
|
+
},
|
|
278
|
+
{ id: 831, code: 'GGY', name: 'Guernsey', dialCode: '+44', imageCode: 'gg' },
|
|
279
|
+
{ id: 324, code: 'GIN', name: 'Guinea', dialCode: '+224', imageCode: 'gn' },
|
|
280
|
+
{
|
|
281
|
+
id: 624,
|
|
282
|
+
code: 'GNB',
|
|
283
|
+
name: 'Guinea-Bissau',
|
|
284
|
+
dialCode: '+245',
|
|
285
|
+
imageCode: 'gw',
|
|
286
|
+
},
|
|
287
|
+
{ id: 328, code: 'GUY', name: 'Guyana', dialCode: '+595', imageCode: 'gy' },
|
|
288
|
+
{ id: 332, code: 'HTI', name: 'Haiti', dialCode: '+509', imageCode: 'ht' },
|
|
289
|
+
{
|
|
290
|
+
id: 334,
|
|
291
|
+
code: 'HMD',
|
|
292
|
+
name: 'Heard Island and McDonald Islands',
|
|
293
|
+
dialCode: '+672',
|
|
294
|
+
imageCode: 'hm',
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
id: 336,
|
|
298
|
+
code: 'VAT',
|
|
299
|
+
name: 'Holy See (Vatican City State)',
|
|
300
|
+
dialCode: '+379',
|
|
301
|
+
imageCode: 'va',
|
|
302
|
+
},
|
|
303
|
+
{ id: 340, code: 'HND', name: 'Honduras', dialCode: '+504', imageCode: 'hn' },
|
|
304
|
+
{
|
|
305
|
+
id: 344,
|
|
306
|
+
code: 'HKG',
|
|
307
|
+
name: 'Hong Kong',
|
|
308
|
+
dialCode: '+852',
|
|
309
|
+
imageCode: 'hk',
|
|
310
|
+
},
|
|
311
|
+
{ id: 348, code: 'HUN', name: 'Hungary', dialCode: '+36', imageCode: 'hu' },
|
|
312
|
+
{ id: 352, code: 'ISL', name: 'Iceland', dialCode: '+354', imageCode: 'is' },
|
|
313
|
+
{ id: 356, code: 'IND', name: 'India', dialCode: '+91', imageCode: 'in' },
|
|
314
|
+
{ id: 360, code: 'IDN', name: 'Indonesia', dialCode: '+62', imageCode: 'id' },
|
|
315
|
+
{
|
|
316
|
+
id: 364,
|
|
317
|
+
code: 'IRN',
|
|
318
|
+
name: 'Iran, Islamic Republic of',
|
|
319
|
+
dialCode: '+98',
|
|
320
|
+
imageCode: 'ir',
|
|
321
|
+
},
|
|
322
|
+
{ id: 368, code: 'IRQ', name: 'Iraq', dialCode: '+964', imageCode: 'iq' },
|
|
323
|
+
{ id: 372, code: 'IRL', name: 'Ireland', dialCode: '+353', imageCode: 'ie' },
|
|
324
|
+
{
|
|
325
|
+
id: 833,
|
|
326
|
+
code: 'IMN',
|
|
327
|
+
name: 'Isle of Man',
|
|
328
|
+
dialCode: '+44',
|
|
329
|
+
imageCode: 'im',
|
|
330
|
+
},
|
|
331
|
+
{ id: 376, code: 'ISR', name: 'Israel', dialCode: '+972', imageCode: 'il' },
|
|
332
|
+
{ id: 380, code: 'ITA', name: 'Italy', dialCode: '+39', imageCode: 'it' },
|
|
333
|
+
{ id: 388, code: 'JAM', name: 'Jamaica', dialCode: '+1876', imageCode: 'jm' },
|
|
334
|
+
{ id: 392, code: 'JPN', name: 'Japan', dialCode: '+81', imageCode: 'jp' },
|
|
335
|
+
{ id: 832, code: 'JEY', name: 'Jersey', dialCode: '+44', imageCode: 'je' },
|
|
336
|
+
{ id: 400, code: 'JOR', name: 'Jordan', dialCode: '+962', imageCode: 'jo' },
|
|
337
|
+
{
|
|
338
|
+
id: 398,
|
|
339
|
+
code: 'KAZ',
|
|
340
|
+
name: 'Kazakhstan',
|
|
341
|
+
dialCode: '+77',
|
|
342
|
+
imageCode: 'kz',
|
|
343
|
+
},
|
|
344
|
+
{ id: 404, code: 'KEN', name: 'Kenya', dialCode: '+254', imageCode: 'ke' },
|
|
345
|
+
{ id: 296, code: 'KIR', name: 'Kiribati', dialCode: '+686', imageCode: 'ki' },
|
|
346
|
+
{
|
|
347
|
+
id: 408,
|
|
348
|
+
code: 'PRK',
|
|
349
|
+
name: 'Korea',
|
|
350
|
+
dialCode: '+850',
|
|
351
|
+
imageCode: 'kp',
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
id: 410,
|
|
355
|
+
code: 'KOR',
|
|
356
|
+
name: 'Korea, Republic of',
|
|
357
|
+
dialCode: '+82',
|
|
358
|
+
imageCode: 'kr',
|
|
359
|
+
},
|
|
360
|
+
{ id: 414, code: 'KWT', name: 'Kuwait', dialCode: '+965', imageCode: 'kw' },
|
|
361
|
+
{
|
|
362
|
+
id: 417,
|
|
363
|
+
code: 'KGZ',
|
|
364
|
+
name: 'Kyrgyzstan',
|
|
365
|
+
dialCode: '+996',
|
|
366
|
+
imageCode: 'kg',
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
id: 248,
|
|
370
|
+
code: 'ALA',
|
|
371
|
+
name: 'Åland Islands',
|
|
372
|
+
dialCode: '+358',
|
|
373
|
+
imageCode: 'ax',
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
id: 418,
|
|
377
|
+
code: 'LAO',
|
|
378
|
+
name: 'Lao',
|
|
379
|
+
dialCode: '+856',
|
|
380
|
+
imageCode: 'la',
|
|
381
|
+
},
|
|
382
|
+
{ id: 428, code: 'LVA', name: 'Latvia', dialCode: '+371', imageCode: 'lv' },
|
|
383
|
+
{ id: 422, code: 'LBN', name: 'Lebanon', dialCode: '+961', imageCode: 'lb' },
|
|
384
|
+
{ id: 426, code: 'LSO', name: 'Lesotho', dialCode: '+266', imageCode: 'ls' },
|
|
385
|
+
{ id: 430, code: 'LBR', name: 'Liberia', dialCode: '+231', imageCode: 'lr' },
|
|
386
|
+
{
|
|
387
|
+
id: 434,
|
|
388
|
+
code: 'LBY',
|
|
389
|
+
name: 'Libyan Arab Jamahiriya',
|
|
390
|
+
dialCode: '+218',
|
|
391
|
+
imageCode: 'ly',
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
id: 438,
|
|
395
|
+
code: 'LIE',
|
|
396
|
+
name: 'Liechtenstein',
|
|
397
|
+
dialCode: '+423',
|
|
398
|
+
imageCode: 'li',
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
id: 440,
|
|
402
|
+
code: 'LTU',
|
|
403
|
+
name: 'Lithuania',
|
|
404
|
+
dialCode: '+370',
|
|
405
|
+
imageCode: 'lt',
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
id: 442,
|
|
409
|
+
code: 'LUX',
|
|
410
|
+
name: 'Luxembourg',
|
|
411
|
+
dialCode: '+352',
|
|
412
|
+
imageCode: 'lu',
|
|
413
|
+
},
|
|
414
|
+
{ id: 446, code: 'MAC', name: 'Macao', dialCode: '+853', imageCode: 'mo' },
|
|
415
|
+
{
|
|
416
|
+
id: 807,
|
|
417
|
+
code: 'MKD',
|
|
418
|
+
name: 'Macedonia, the former Yugoslav Republic of',
|
|
419
|
+
dialCode: '+389',
|
|
420
|
+
imageCode: 'mk',
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
id: 450,
|
|
424
|
+
code: 'MDG',
|
|
425
|
+
name: 'Madagascar',
|
|
426
|
+
dialCode: '+261',
|
|
427
|
+
imageCode: 'mg',
|
|
428
|
+
},
|
|
429
|
+
{ id: 454, code: 'MWI', name: 'Malawi', dialCode: '+265', imageCode: 'mw' },
|
|
430
|
+
{ id: 458, code: 'MYS', name: 'Malaysia', dialCode: '+60', imageCode: 'my' },
|
|
431
|
+
{ id: 462, code: 'MDV', name: 'Maldives', dialCode: '+960', imageCode: 'mv' },
|
|
432
|
+
{ id: 466, code: 'MLI', name: 'Mali', dialCode: '+223', imageCode: 'ml' },
|
|
433
|
+
{ id: 470, code: 'MLT', name: 'Malta', dialCode: '+356', imageCode: 'mt' },
|
|
434
|
+
{
|
|
435
|
+
id: 584,
|
|
436
|
+
code: 'MHL',
|
|
437
|
+
name: 'Marshall Islands',
|
|
438
|
+
dialCode: '+692',
|
|
439
|
+
imageCode: 'mh',
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
id: 474,
|
|
443
|
+
code: 'MTQ',
|
|
444
|
+
name: 'Martinique',
|
|
445
|
+
dialCode: '+596',
|
|
446
|
+
imageCode: 'mq',
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: 478,
|
|
450
|
+
code: 'MRT',
|
|
451
|
+
name: 'Mauritania',
|
|
452
|
+
dialCode: '+222',
|
|
453
|
+
imageCode: 'mr',
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
id: 480,
|
|
457
|
+
code: 'MUS',
|
|
458
|
+
name: 'Mauritius',
|
|
459
|
+
dialCode: '+230',
|
|
460
|
+
imageCode: 'mu',
|
|
461
|
+
},
|
|
462
|
+
{ id: 175, code: 'MYT', name: 'Mayotte', dialCode: '+262', imageCode: 'yt' },
|
|
463
|
+
{ id: 484, code: 'MEX', name: 'Mexico', dialCode: '+52', imageCode: 'mx' },
|
|
464
|
+
{
|
|
465
|
+
id: 583,
|
|
466
|
+
code: 'FSM',
|
|
467
|
+
name: 'Micronesia, Federated States of',
|
|
468
|
+
dialCode: '+691',
|
|
469
|
+
imageCode: 'fm',
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
id: 498,
|
|
473
|
+
code: 'MDA',
|
|
474
|
+
name: 'Moldova, Republic of',
|
|
475
|
+
dialCode: '+373',
|
|
476
|
+
imageCode: 'md',
|
|
477
|
+
},
|
|
478
|
+
{ id: 492, code: 'MCO', name: 'Monaco', dialCode: '+377', imageCode: 'mc' },
|
|
479
|
+
{ id: 496, code: 'MNG', name: 'Mongolia', dialCode: '+976', imageCode: 'mn' },
|
|
480
|
+
{
|
|
481
|
+
id: 499,
|
|
482
|
+
code: 'MNE',
|
|
483
|
+
name: 'Montenegro',
|
|
484
|
+
dialCode: '+382',
|
|
485
|
+
imageCode: 'me',
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
id: 500,
|
|
489
|
+
code: 'MSR',
|
|
490
|
+
name: 'Montserrat',
|
|
491
|
+
dialCode: '+1664',
|
|
492
|
+
imageCode: 'ms',
|
|
493
|
+
},
|
|
494
|
+
{ id: 504, code: 'MAR', name: 'Morocco', dialCode: '+212', imageCode: 'ma' },
|
|
495
|
+
{
|
|
496
|
+
id: 508,
|
|
497
|
+
code: 'MOZ',
|
|
498
|
+
name: 'Mozambique',
|
|
499
|
+
dialCode: '+258',
|
|
500
|
+
imageCode: 'mz',
|
|
501
|
+
},
|
|
502
|
+
{ id: 104, code: 'MMR', name: 'Myanmar', dialCode: '+95', imageCode: 'mm' },
|
|
503
|
+
{ id: 516, code: 'NAM', name: 'Namibia', dialCode: '+264', imageCode: 'na' },
|
|
504
|
+
{ id: 520, code: 'NRU', name: 'Nauru', dialCode: '+674', imageCode: 'nr' },
|
|
505
|
+
{ id: 524, code: 'NPL', name: 'Nepal', dialCode: '+977', imageCode: 'np' },
|
|
506
|
+
{
|
|
507
|
+
id: 540,
|
|
508
|
+
code: 'NCL',
|
|
509
|
+
name: 'New Caledonia',
|
|
510
|
+
dialCode: '+687',
|
|
511
|
+
imageCode: 'nc',
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
id: 554,
|
|
515
|
+
code: 'NZL',
|
|
516
|
+
name: 'New Zealand',
|
|
517
|
+
dialCode: '+64',
|
|
518
|
+
imageCode: 'nz',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
id: 558,
|
|
522
|
+
code: 'NIC',
|
|
523
|
+
name: 'Nicaragua',
|
|
524
|
+
dialCode: '+505',
|
|
525
|
+
imageCode: 'ni',
|
|
526
|
+
},
|
|
527
|
+
{ id: 562, code: 'NER', name: 'Niger', dialCode: '+227', imageCode: 'ne' },
|
|
528
|
+
{ id: 566, code: 'NGA', name: 'Nigeria', dialCode: '+234', imageCode: 'ng' },
|
|
529
|
+
{ id: 570, code: 'NIU', name: 'Niue', dialCode: '+683', imageCode: 'nu' },
|
|
530
|
+
{ id: 578, code: 'NOR', name: 'Norway', dialCode: '+47', imageCode: 'no' },
|
|
531
|
+
{ id: 512, code: 'OMN', name: 'Oman', dialCode: '+968', imageCode: 'om' },
|
|
532
|
+
{ id: 586, code: 'PAK', name: 'Pakistan', dialCode: '+92', imageCode: 'pk' },
|
|
533
|
+
{ id: 585, code: 'PLW', name: 'Palau', dialCode: '+680', imageCode: 'pw' },
|
|
534
|
+
{
|
|
535
|
+
id: 275,
|
|
536
|
+
code: 'PSE',
|
|
537
|
+
name: 'Palestinian Territory, Occupied',
|
|
538
|
+
dialCode: '+970',
|
|
539
|
+
imageCode: 'ps',
|
|
540
|
+
},
|
|
541
|
+
{ id: 591, code: 'PAN', name: 'Panama', dialCode: '+507', imageCode: 'pa' },
|
|
542
|
+
{
|
|
543
|
+
id: 598,
|
|
544
|
+
code: 'PNG',
|
|
545
|
+
name: 'Papua New Guinea',
|
|
546
|
+
dialCode: '+675',
|
|
547
|
+
imageCode: 'pg',
|
|
548
|
+
},
|
|
549
|
+
{ id: 600, code: 'PRY', name: 'Paraguay', dialCode: '+595', imageCode: 'py' },
|
|
550
|
+
{ id: 604, code: 'PER', name: 'Peru', dialCode: '+51', imageCode: 'pe' },
|
|
551
|
+
{
|
|
552
|
+
id: 608,
|
|
553
|
+
code: 'PHL',
|
|
554
|
+
name: 'Philippines',
|
|
555
|
+
dialCode: '+63',
|
|
556
|
+
imageCode: 'ph',
|
|
557
|
+
},
|
|
558
|
+
{ id: 612, code: 'PCN', name: 'Pitcairn', dialCode: '+872', imageCode: 'pn' },
|
|
559
|
+
{ id: 616, code: 'POL', name: 'Poland', dialCode: '+48', imageCode: 'pl' },
|
|
560
|
+
{ id: 620, code: 'PRT', name: 'Portugal', dialCode: '+351', imageCode: 'pt' },
|
|
561
|
+
{
|
|
562
|
+
id: 630,
|
|
563
|
+
code: 'PRI',
|
|
564
|
+
name: 'Puerto Rico',
|
|
565
|
+
dialCode: '+1939',
|
|
566
|
+
imageCode: 'pr',
|
|
567
|
+
},
|
|
568
|
+
{ id: 634, code: 'QAT', name: 'Qatar', dialCode: '+974', imageCode: 'qa' },
|
|
569
|
+
{ id: 638, code: 'REU', name: 'Reunion', dialCode: '+262', imageCode: 're' },
|
|
570
|
+
{ id: 642, code: 'ROU', name: 'Romania', dialCode: '+40', imageCode: 'ro' },
|
|
571
|
+
{ id: 646, code: 'RWA', name: 'Rwanda', dialCode: '+250', imageCode: 'rw' },
|
|
572
|
+
{
|
|
573
|
+
id: 652,
|
|
574
|
+
code: 'BLM',
|
|
575
|
+
name: 'Saint Barthelemy',
|
|
576
|
+
dialCode: '+590',
|
|
577
|
+
imageCode: 'bl',
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
id: 654,
|
|
581
|
+
code: 'SHN',
|
|
582
|
+
name: 'Saint Helena, Ascension and Tristan da Cunha',
|
|
583
|
+
dialCode: '+290',
|
|
584
|
+
imageCode: 'sh',
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
id: 659,
|
|
588
|
+
code: 'KNA',
|
|
589
|
+
name: 'Saint Kitts and Nevis',
|
|
590
|
+
dialCode: '+1869',
|
|
591
|
+
imageCode: 'kn',
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
id: 666,
|
|
595
|
+
code: 'SPM',
|
|
596
|
+
name: 'Saint Pierre and Miquelon',
|
|
597
|
+
dialCode: '+508',
|
|
598
|
+
imageCode: 'pm',
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
id: 670,
|
|
602
|
+
code: 'VCT',
|
|
603
|
+
name: 'Saint Vincent and the Grenadines',
|
|
604
|
+
dialCode: '+1784',
|
|
605
|
+
imageCode: 'vc',
|
|
606
|
+
},
|
|
607
|
+
{ id: 882, code: 'WSM', name: 'Samoa', dialCode: '+685', imageCode: 'ws' },
|
|
608
|
+
{
|
|
609
|
+
id: 674,
|
|
610
|
+
code: 'SMR',
|
|
611
|
+
name: 'San Marino',
|
|
612
|
+
dialCode: '+378',
|
|
613
|
+
imageCode: 'sm',
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
id: 678,
|
|
617
|
+
code: 'STP',
|
|
618
|
+
name: 'Sao Tome and Principe',
|
|
619
|
+
dialCode: '+239',
|
|
620
|
+
imageCode: 'st',
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
id: 682,
|
|
624
|
+
code: 'SAU',
|
|
625
|
+
name: 'Saudi Arabia',
|
|
626
|
+
dialCode: '+966',
|
|
627
|
+
imageCode: 'sa',
|
|
628
|
+
},
|
|
629
|
+
{ id: 686, code: 'SEN', name: 'Senegal', dialCode: '+221', imageCode: 'sn' },
|
|
630
|
+
{ id: 688, code: 'SRB', name: 'Serbia', dialCode: '+381', imageCode: 'rs' },
|
|
631
|
+
{
|
|
632
|
+
id: 690,
|
|
633
|
+
code: 'SYC',
|
|
634
|
+
name: 'Seychelles',
|
|
635
|
+
dialCode: '+248',
|
|
636
|
+
imageCode: 'sc',
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
id: 694,
|
|
640
|
+
code: 'SLE',
|
|
641
|
+
name: 'Sierra Leone',
|
|
642
|
+
dialCode: '+232',
|
|
643
|
+
imageCode: 'sl',
|
|
644
|
+
},
|
|
645
|
+
{ id: 702, code: 'SGP', name: 'Singapore', dialCode: '+65', imageCode: 'sg' },
|
|
646
|
+
{ id: 703, code: 'SVK', name: 'Slovakia', dialCode: '+421', imageCode: 'sk' },
|
|
647
|
+
{ id: 705, code: 'SVN', name: 'Slovenia', dialCode: '+386', imageCode: 'si' },
|
|
648
|
+
{
|
|
649
|
+
id: 90,
|
|
650
|
+
code: 'SLB',
|
|
651
|
+
name: 'Solomon Islands',
|
|
652
|
+
dialCode: '+677',
|
|
653
|
+
imageCode: 'sb',
|
|
654
|
+
},
|
|
655
|
+
{ id: 706, code: 'SOM', name: 'Somalia', dialCode: '+252', imageCode: 'so' },
|
|
656
|
+
{
|
|
657
|
+
id: 710,
|
|
658
|
+
code: 'ZAF',
|
|
659
|
+
name: 'South Africa',
|
|
660
|
+
dialCode: '+27',
|
|
661
|
+
imageCode: 'za',
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
id: 239,
|
|
665
|
+
code: 'SGS',
|
|
666
|
+
name: 'South Georgia and the South Sandwich Islands',
|
|
667
|
+
dialCode: '+500',
|
|
668
|
+
imageCode: 'gs',
|
|
669
|
+
},
|
|
670
|
+
{ id: 144, code: 'LKA', name: 'Sri Lanka', dialCode: '+94', imageCode: 'lk' },
|
|
671
|
+
{ id: 736, code: 'SDN', name: 'Sudan', dialCode: '+249', imageCode: 'sd' },
|
|
672
|
+
{ id: 740, code: 'SUR', name: 'Suriname', dialCode: '+597', imageCode: 'sr' },
|
|
673
|
+
{
|
|
674
|
+
id: 744,
|
|
675
|
+
code: 'SJM',
|
|
676
|
+
name: 'Svalbard and Jan Mayen',
|
|
677
|
+
dialCode: '+47',
|
|
678
|
+
imageCode: 'sj',
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
id: 748,
|
|
682
|
+
code: 'SWZ',
|
|
683
|
+
name: 'Swaziland',
|
|
684
|
+
dialCode: '+268',
|
|
685
|
+
imageCode: 'sz',
|
|
686
|
+
},
|
|
687
|
+
{ id: 752, code: 'SWE', name: 'Sweden', dialCode: '+46', imageCode: 'se' },
|
|
688
|
+
{
|
|
689
|
+
id: 756,
|
|
690
|
+
code: 'CHE',
|
|
691
|
+
name: 'Switzerland',
|
|
692
|
+
dialCode: '+41',
|
|
693
|
+
imageCode: 'ch',
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
id: 760,
|
|
697
|
+
code: 'SYR',
|
|
698
|
+
name: 'Syrian Arab Republic',
|
|
699
|
+
dialCode: '+963',
|
|
700
|
+
imageCode: 'sy',
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
id: 158,
|
|
704
|
+
code: 'TWN',
|
|
705
|
+
name: 'Taiwan, Province of China',
|
|
706
|
+
dialCode: '+886',
|
|
707
|
+
imageCode: 'tw',
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
id: 762,
|
|
711
|
+
code: 'TJK',
|
|
712
|
+
name: 'Tajikistan',
|
|
713
|
+
dialCode: '+992',
|
|
714
|
+
imageCode: 'tj',
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
id: 834,
|
|
718
|
+
code: 'TZA',
|
|
719
|
+
name: 'Tanzania, United Republic of',
|
|
720
|
+
dialCode: '+255',
|
|
721
|
+
imageCode: 'tz',
|
|
722
|
+
},
|
|
723
|
+
{ id: 764, code: 'THA', name: 'Thailand', dialCode: '+66', imageCode: 'th' },
|
|
724
|
+
{
|
|
725
|
+
id: 626,
|
|
726
|
+
code: 'TLS',
|
|
727
|
+
name: 'Timor-Leste',
|
|
728
|
+
dialCode: '+670',
|
|
729
|
+
imageCode: 'tl',
|
|
730
|
+
},
|
|
731
|
+
{ id: 768, code: 'TGO', name: 'Togo', dialCode: '+228', imageCode: 'tg' },
|
|
732
|
+
{ id: 772, code: 'TKL', name: 'Tokelau', dialCode: '+690', imageCode: 'tk' },
|
|
733
|
+
{ id: 776, code: 'TON', name: 'Tonga', dialCode: '+676', imageCode: 'to' },
|
|
734
|
+
{
|
|
735
|
+
id: 780,
|
|
736
|
+
code: 'TTO',
|
|
737
|
+
name: 'Trinidad and Tobago',
|
|
738
|
+
dialCode: '+1868',
|
|
739
|
+
imageCode: 'tt',
|
|
740
|
+
},
|
|
741
|
+
{ id: 788, code: 'TUN', name: 'Tunisia', dialCode: '+216', imageCode: 'tn' },
|
|
742
|
+
{ id: 792, code: 'TUR', name: 'Turkey', dialCode: '+90', imageCode: 'tr' },
|
|
743
|
+
{
|
|
744
|
+
id: 795,
|
|
745
|
+
code: 'TKM',
|
|
746
|
+
name: 'Turkmenistan',
|
|
747
|
+
dialCode: '+993',
|
|
748
|
+
imageCode: 'tm',
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
id: 796,
|
|
752
|
+
code: 'TCA',
|
|
753
|
+
name: 'Turks and Caicos Islands',
|
|
754
|
+
dialCode: '+1649',
|
|
755
|
+
imageCode: 'tc',
|
|
756
|
+
},
|
|
757
|
+
{ id: 798, code: 'TUV', name: 'Tuvalu', dialCode: '+688', imageCode: 'tv' },
|
|
758
|
+
{ id: 800, code: 'UGA', name: 'Uganda', dialCode: '+256', imageCode: 'ug' },
|
|
759
|
+
{ id: 804, code: 'UKR', name: 'Ukraine', dialCode: '+380', imageCode: 'ua' },
|
|
760
|
+
{
|
|
761
|
+
id: 784,
|
|
762
|
+
code: 'ARE',
|
|
763
|
+
name: 'United Arab Emirates',
|
|
764
|
+
dialCode: '+971',
|
|
765
|
+
imageCode: 'ae',
|
|
766
|
+
},
|
|
767
|
+
{ id: 858, code: 'URY', name: 'Uruguay', dialCode: '+598', imageCode: 'uy' },
|
|
768
|
+
{
|
|
769
|
+
id: 860,
|
|
770
|
+
code: 'UZB',
|
|
771
|
+
name: 'Uzbekistan',
|
|
772
|
+
dialCode: '+998',
|
|
773
|
+
imageCode: 'uz',
|
|
774
|
+
},
|
|
775
|
+
{ id: 548, code: 'VUT', name: 'Vanuatu', dialCode: '+678', imageCode: 'vu' },
|
|
776
|
+
{
|
|
777
|
+
id: 862,
|
|
778
|
+
code: 'VEN',
|
|
779
|
+
name: 'Venezuela, Bolivarian Republic of',
|
|
780
|
+
dialCode: '+58',
|
|
781
|
+
imageCode: 've',
|
|
782
|
+
},
|
|
783
|
+
{ id: 704, code: 'VNM', name: 'Viet Nam', dialCode: '+84', imageCode: 'vn' },
|
|
784
|
+
{
|
|
785
|
+
id: 92,
|
|
786
|
+
code: 'VGB',
|
|
787
|
+
name: 'Virgin Islands, British',
|
|
788
|
+
dialCode: '+1284',
|
|
789
|
+
imageCode: 'vg',
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
id: 850,
|
|
793
|
+
code: 'VIR',
|
|
794
|
+
name: 'Virgin Islands, U.S.',
|
|
795
|
+
dialCode: '+1340',
|
|
796
|
+
imageCode: 'vi',
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
id: 876,
|
|
800
|
+
code: 'WLF',
|
|
801
|
+
name: 'Wallis and Futuna',
|
|
802
|
+
dialCode: '+681',
|
|
803
|
+
imageCode: 'wf',
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
id: 732,
|
|
807
|
+
code: 'ESH',
|
|
808
|
+
name: 'Western Sahara',
|
|
809
|
+
dialCode: '+212',
|
|
810
|
+
imageCode: 'eh',
|
|
811
|
+
},
|
|
812
|
+
{ id: 887, code: 'YEM', name: 'Yemen', dialCode: '+967', imageCode: 'ye' },
|
|
813
|
+
{ id: 894, code: 'ZMB', name: 'Zambia', dialCode: '+260', imageCode: 'zm' },
|
|
814
|
+
{ id: 716, code: 'ZWE', name: 'Zimbabwe', dialCode: '+263', imageCode: 'zw' },
|
|
815
|
+
];
|