@opexa/portal-components 0.0.899 → 0.0.900
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/dist/client/hooks/useGlobalStore.d.ts +2 -0
- package/dist/client/hooks/useGlobalStore.js +5 -0
- package/dist/components/Banner/Banner.client.d.ts +12 -0
- package/dist/components/Banner/Banner.client.js +49 -0
- package/dist/components/Banner/Banner.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DigitainLauncher/Loading.js +1 -1
- package/dist/components/ForgotPassword/Crazywin/ForgotPassword.module.css +42 -42
- package/dist/components/GameLaunch/GameLaunchTrigger.js +3 -1
- package/dist/components/Jackpots/Jackpots.module.css +288 -288
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
- package/dist/components/KYC/BasicInformation.js +1 -1
- package/dist/components/KYC/IdentityVerification.js +1 -1
- package/dist/components/KYC/KYC.lazy.js +1 -1
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCNonPagCor/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +5 -8
- package/dist/components/KYC/PersonalInformation.js +1 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
- package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
- package/dist/components/PortalProvider/PortalProvider.d.ts +1 -1
- package/dist/components/PortalProvider/PortalProvider.js +2 -2
- package/dist/components/PortalProvider/Providers.d.ts +3 -2
- package/dist/components/PortalProvider/Providers.js +12 -1
- package/dist/components/Quests/Crazywin/CWDailyCheckInQuest.d.ts +15 -0
- package/dist/components/Quests/Crazywin/CWDailyCheckInQuest.js +116 -0
- package/dist/components/Quests/Crazywin/CWJourneyQuest.d.ts +18 -0
- package/dist/components/Quests/Crazywin/CWJourneyQuest.js +137 -0
- package/dist/components/Quests/Crazywin/CWOnboardingQuest.d.ts +6 -0
- package/dist/components/Quests/Crazywin/CWOnboardingQuest.js +81 -0
- package/dist/components/Quests/Crazywin/CWWageringQuestNext.d.ts +23 -0
- package/dist/components/Quests/Crazywin/CWWageringQuestNext.js +53 -0
- package/dist/components/Quests/Crazywin/components/Countdown.d.ts +7 -0
- package/dist/components/Quests/Crazywin/components/Countdown.js +62 -0
- package/dist/components/Quests/Crazywin/components/DialogCheckin.d.ts +8 -0
- package/dist/components/Quests/Crazywin/components/DialogCheckin.js +12 -0
- package/dist/components/Quests/Crazywin/components/DialogJourney.d.ts +17 -0
- package/dist/components/Quests/Crazywin/components/DialogJourney.js +43 -0
- package/dist/components/Quests/Crazywin/components/DialogOnboarding.d.ts +13 -0
- package/dist/components/Quests/Crazywin/components/DialogOnboarding.js +19 -0
- package/dist/components/Quests/Crazywin/components/DialogWagering.d.ts +9 -0
- package/dist/components/Quests/Crazywin/components/DialogWagering.js +22 -0
- package/dist/components/Quests/Crazywin/components/GameProviders.d.ts +8 -0
- package/dist/components/Quests/Crazywin/components/GameProviders.js +143 -0
- package/dist/components/Quests/Crazywin/components/ObjectiveItem.d.ts +15 -0
- package/dist/components/Quests/Crazywin/components/ObjectiveItem.js +8 -0
- package/dist/components/Quests/Crazywin/components/QuestBadge.d.ts +8 -0
- package/dist/components/Quests/Crazywin/components/QuestBadge.js +21 -0
- package/dist/components/Quests/Crazywin/components/StageItemLocked.d.ts +4 -0
- package/dist/components/Quests/Crazywin/components/StageItemLocked.js +6 -0
- package/dist/components/Quests/Crazywin/components/StageItemUnlocked.d.ts +10 -0
- package/dist/components/Quests/Crazywin/components/StageItemUnlocked.js +26 -0
- package/dist/components/Quests/Crazywin/components/index.d.ts +10 -0
- package/dist/components/Quests/Crazywin/components/index.js +10 -0
- package/dist/components/Quests/JourneyQuest.d.ts +6 -0
- package/dist/components/Quests/JourneyQuest.js +5 -2
- package/dist/components/Quests/Quests.client.d.ts +3 -0
- package/dist/components/Quests/Quests.client.js +30 -7
- package/dist/components/Quests/RemainingTime.d.ts +3 -0
- package/dist/components/Quests/RemainingTime.js +1 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/icons/PlusIcon.d.ts +2 -0
- package/dist/icons/PlusIcon.js +4 -0
- package/dist/images/crazywin-game-providers/alize-mobile.webp +0 -0
- package/dist/images/crazywin-game-providers/bigtime-gaming.webp +0 -0
- package/dist/images/crazywin-game-providers/bti.png +0 -0
- package/dist/images/crazywin-game-providers/cq9.webp +0 -0
- package/dist/images/crazywin-game-providers/darwin.webp +0 -0
- package/dist/images/crazywin-game-providers/dg.webp +0 -0
- package/dist/images/crazywin-game-providers/digitain.png +0 -0
- package/dist/images/crazywin-game-providers/drbingo.webp +0 -0
- package/dist/images/crazywin-game-providers/evolution.webp +0 -0
- package/dist/images/crazywin-game-providers/fachai.webp +0 -0
- package/dist/images/crazywin-game-providers/habanero.webp +0 -0
- package/dist/images/crazywin-game-providers/hacksaw.png +0 -0
- package/dist/images/crazywin-game-providers/hollywoodtv.webp +0 -0
- package/dist/images/crazywin-game-providers/jdb.webp +0 -0
- package/dist/images/crazywin-game-providers/jili.webp +0 -0
- package/dist/images/crazywin-game-providers/kingmidas.webp +0 -0
- package/dist/images/crazywin-game-providers/netent.webp +0 -0
- package/dist/images/crazywin-game-providers/no-limit.webp +0 -0
- package/dist/images/crazywin-game-providers/pg.webp +0 -0
- package/dist/images/crazywin-game-providers/playtech.webp +0 -0
- package/dist/images/crazywin-game-providers/pragmaticplay.webp +0 -0
- package/dist/images/crazywin-game-providers/redtiger.webp +0 -0
- package/dist/images/crazywin-game-providers/rtg.webp +0 -0
- package/dist/images/crazywin-game-providers/rubyplay.webp +0 -0
- package/dist/images/crazywin-game-providers/sagaming.webp +0 -0
- package/dist/images/crazywin-game-providers/web/alize.webp +0 -0
- package/dist/images/crazywin-game-providers/web/bigtimegaming.png +0 -0
- package/dist/images/crazywin-game-providers/web/bti.png +0 -0
- package/dist/images/crazywin-game-providers/web/cq9.webp +0 -0
- package/dist/images/crazywin-game-providers/web/darwin.webp +0 -0
- package/dist/images/crazywin-game-providers/web/dg-bingo.png +0 -0
- package/dist/images/crazywin-game-providers/web/digitain.png +0 -0
- package/dist/images/crazywin-game-providers/web/drbingo-bingo.png +0 -0
- package/dist/images/crazywin-game-providers/web/evolution.webp +0 -0
- package/dist/images/crazywin-game-providers/web/fachai.webp +0 -0
- package/dist/images/crazywin-game-providers/web/habanero.webp +0 -0
- package/dist/images/crazywin-game-providers/web/hacksaw.webp +0 -0
- package/dist/images/crazywin-game-providers/web/hollywoodtv.png +0 -0
- package/dist/images/crazywin-game-providers/web/jdb.webp +0 -0
- package/dist/images/crazywin-game-providers/web/jili.webp +0 -0
- package/dist/images/crazywin-game-providers/web/jili_bingo.png +0 -0
- package/dist/images/crazywin-game-providers/web/kingmidas.webp +0 -0
- package/dist/images/crazywin-game-providers/web/netent.webp +0 -0
- package/dist/images/crazywin-game-providers/web/nolimitcity.png +0 -0
- package/dist/images/crazywin-game-providers/web/pg.webp +0 -0
- package/dist/images/crazywin-game-providers/web/playtech.webp +0 -0
- package/dist/images/crazywin-game-providers/web/pragmaticplay.webp +0 -0
- package/dist/images/crazywin-game-providers/web/redtiger.webp +0 -0
- package/dist/images/crazywin-game-providers/web/rtg.webp +0 -0
- package/dist/images/crazywin-game-providers/web/sagaming.png +0 -0
- package/dist/images/crazywin-game-providers/web/yellowbat-bingo.png +0 -0
- package/dist/images/crazywin-game-providers/yellowbat.webp +0 -0
- package/dist/images/phone-icon.svg +10 -10
- package/dist/schemas/forgotPasswordSchema.d.ts +8 -8
- package/dist/services/queries.js +3339 -3339
- package/dist/styles/theme.css +776 -776
- package/dist/types/crazywinTypes.d.ts +30 -0
- package/dist/types/crazywinTypes.js +19 -0
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +198 -198
- package/dist/ui/Menu/menu.recipe.d.ts +11 -11
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/utils/formatter.d.ts +2 -0
- package/dist/utils/formatter.js +9 -0
- package/dist/utils/getProviderData.d.ts +2 -0
- package/dist/utils/getProviderData.js +310 -0
- package/dist/utils/withMarketId.d.ts +1 -0
- package/dist/utils/withMarketId.js +5 -0
- package/package.json +177 -177
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.js +0 -11
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.js +0 -11
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.js +0 -126
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.js +0 -10
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.js +0 -12
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +0 -17
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.js +0 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.js +0 -41
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +0 -13
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.js +0 -91
- package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
- package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
- package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
- package/dist/components/Disclaimer/TermsOfUse.js +0 -13
- package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
- package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
- package/dist/components/FeatureFlag/index.d.ts +0 -1
- package/dist/components/FeatureFlag/index.js +0 -1
- package/dist/components/KYC/AutoOpen.d.ts +0 -1
- package/dist/components/KYC/AutoOpen.js +0 -40
- package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/KYC/CaptureIdDocument.js +0 -219
- package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/KYC/CaptureSelfie.js +0 -285
- package/dist/components/KYC/DisplayImage.d.ts +0 -5
- package/dist/components/KYC/DisplayImage.js +0 -8
- package/dist/components/KYC/FileUpload.d.ts +0 -10
- package/dist/components/KYC/FileUpload.js +0 -72
- package/dist/components/KYC/NoCameraError.d.ts +0 -7
- package/dist/components/KYC/NoCameraError.js +0 -6
- package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/KYC/backup/Header.d.ts +0 -1
- package/dist/components/KYC/backup/Header.js +0 -8
- package/dist/components/KYC/backup/Indicator.d.ts +0 -1
- package/dist/components/KYC/backup/Indicator.js +0 -9
- package/dist/components/KYC/backup/KYC.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.js +0 -14
- package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.lazy.js +0 -26
- package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
- package/dist/components/KYC/backup/KYCContext.js +0 -2
- package/dist/components/KYC/backup/Step1.d.ts +0 -1
- package/dist/components/KYC/backup/Step1.js +0 -13
- package/dist/components/KYC/backup/Step2.d.ts +0 -1
- package/dist/components/KYC/backup/Step2.js +0 -13
- package/dist/components/KYC/backup/Step3.d.ts +0 -1
- package/dist/components/KYC/backup/Step3.js +0 -13
- package/dist/components/KYC/backup/Step4.d.ts +0 -1
- package/dist/components/KYC/backup/Step4.js +0 -7
- package/dist/components/KYC/backup/useKYC.d.ts +0 -10
- package/dist/components/KYC/backup/useKYC.js +0 -8
- package/dist/components/KYC/loadModels.d.ts +0 -1
- package/dist/components/KYC/loadModels.js +0 -9
- package/dist/components/KYC/utils.d.ts +0 -9
- package/dist/components/KYC/utils.js +0 -79
- package/dist/components/Messages/Message.d.ts +0 -1
- package/dist/components/Messages/Message.js +0 -35
- package/dist/components/Messages/MessageContext.d.ts +0 -6
- package/dist/components/Messages/MessageContext.js +0 -2
- package/dist/components/Messages/MessagePopup.d.ts +0 -1
- package/dist/components/Messages/MessagePopup.js +0 -20
- package/dist/components/Messages/MessageTrigger.d.ts +0 -8
- package/dist/components/Messages/MessageTrigger.js +0 -19
- package/dist/components/Quests/CountdownTimer.d.ts +0 -15
- package/dist/components/Quests/CountdownTimer.js +0 -33
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
- package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
- package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
- package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
- package/dist/components/SignUp/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
- package/dist/components/SignUp/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpForm.js +0 -284
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
- package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
- package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
- package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
- package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
- package/dist/components/shared/IdDocumentField.client.js +0 -204
- package/dist/components/shared/IdDocumentField.d.ts +0 -2
- package/dist/components/shared/IdDocumentField.js +0 -11
- package/dist/components/shared/SelfieField.client.d.ts +0 -20
- package/dist/components/shared/SelfieField.client.js +0 -327
- package/dist/components/shared/SelfieField.d.ts +0 -2
- package/dist/components/shared/SelfieField.js +0 -11
- package/dist/constants/BranchCode.d.ts +0 -4
- package/dist/constants/BranchCode.js +0 -42
- package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
- package/dist/handlers/postTransformIdFrontImage.js +0 -67
- package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
- package/dist/handlers/postTransformSelfieImage.js +0 -71
- package/dist/handlers.d.ts +0 -43
- package/dist/handlers.js +0 -297
- package/dist/icons/BellRingIcon.d.ts +0 -2
- package/dist/icons/BellRingIcon.js +0 -4
- package/dist/utils/dataUrlToBlob.d.ts +0 -1
- package/dist/utils/dataUrlToBlob.js +0 -11
- package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
- package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
- package/dist/utils/getGameName.d.ts +0 -1
- package/dist/utils/getGameName.js +0 -6
- package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
- package/dist/utils/isBetween3amAnd3pm.js +0 -5
- package/dist/utils/resizeImageSize.d.ts +0 -2
- package/dist/utils/resizeImageSize.js +0 -11
package/dist/ui/Table/Table.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
12
12
|
body: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
15
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
root: string;
|
|
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
26
26
|
body: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
29
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
30
30
|
size: {
|
|
31
31
|
md: {
|
|
32
32
|
root: string;
|
|
@@ -40,7 +40,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
40
40
|
body: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
43
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
44
44
|
export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
45
45
|
size: {
|
|
46
46
|
md: {
|
|
@@ -55,7 +55,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
55
55
|
body: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
58
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
59
59
|
size: {
|
|
60
60
|
md: {
|
|
61
61
|
root: string;
|
|
@@ -69,7 +69,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
69
69
|
body: string;
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
72
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
73
73
|
size: {
|
|
74
74
|
md: {
|
|
75
75
|
root: string;
|
|
@@ -83,7 +83,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
|
|
|
83
83
|
body: string;
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
86
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
87
87
|
export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
88
88
|
size: {
|
|
89
89
|
md: {
|
|
@@ -98,7 +98,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
98
98
|
body: string;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
101
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
102
102
|
size: {
|
|
103
103
|
md: {
|
|
104
104
|
root: string;
|
|
@@ -112,7 +112,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
112
112
|
body: string;
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
115
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
116
116
|
size: {
|
|
117
117
|
md: {
|
|
118
118
|
root: string;
|
|
@@ -126,7 +126,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
|
|
|
126
126
|
body: string;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
129
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
130
130
|
export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
131
131
|
size: {
|
|
132
132
|
md: {
|
|
@@ -141,7 +141,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
141
141
|
body: string;
|
|
142
142
|
};
|
|
143
143
|
};
|
|
144
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
144
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
145
145
|
size: {
|
|
146
146
|
md: {
|
|
147
147
|
root: string;
|
|
@@ -155,7 +155,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
155
155
|
body: string;
|
|
156
156
|
};
|
|
157
157
|
};
|
|
158
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
158
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
159
159
|
size: {
|
|
160
160
|
md: {
|
|
161
161
|
root: string;
|
|
@@ -169,7 +169,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
|
|
|
169
169
|
body: string;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
172
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
173
173
|
export declare const Row: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
174
174
|
size: {
|
|
175
175
|
md: {
|
|
@@ -184,7 +184,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
184
184
|
body: string;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
187
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
187
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
188
188
|
size: {
|
|
189
189
|
md: {
|
|
190
190
|
root: string;
|
|
@@ -198,7 +198,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
198
198
|
body: string;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
201
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
202
202
|
size: {
|
|
203
203
|
md: {
|
|
204
204
|
root: string;
|
|
@@ -212,7 +212,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
|
|
|
212
212
|
body: string;
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
215
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
216
216
|
export declare const Heading: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableHeaderCellElement> & import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
217
217
|
size: {
|
|
218
218
|
md: {
|
|
@@ -227,7 +227,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
227
227
|
body: string;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
230
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
230
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
231
231
|
size: {
|
|
232
232
|
md: {
|
|
233
233
|
root: string;
|
|
@@ -241,7 +241,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
241
241
|
body: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
244
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
245
245
|
size: {
|
|
246
246
|
md: {
|
|
247
247
|
root: string;
|
|
@@ -255,7 +255,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
|
|
|
255
255
|
body: string;
|
|
256
256
|
};
|
|
257
257
|
};
|
|
258
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
258
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
259
259
|
export declare const Cell: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
260
260
|
size: {
|
|
261
261
|
md: {
|
|
@@ -270,7 +270,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
270
270
|
body: string;
|
|
271
271
|
};
|
|
272
272
|
};
|
|
273
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
273
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
274
274
|
size: {
|
|
275
275
|
md: {
|
|
276
276
|
root: string;
|
|
@@ -284,7 +284,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
284
284
|
body: string;
|
|
285
285
|
};
|
|
286
286
|
};
|
|
287
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
287
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
288
288
|
size: {
|
|
289
289
|
md: {
|
|
290
290
|
root: string;
|
|
@@ -298,4 +298,4 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
|
|
|
298
298
|
body: string;
|
|
299
299
|
};
|
|
300
300
|
};
|
|
301
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
301
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "root" | "footer" | "header" | "
|
|
1
|
+
export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell">;
|
|
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
12
12
|
body: string;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
15
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, {
|
|
16
16
|
size: {
|
|
17
17
|
md: {
|
|
18
18
|
root: string;
|
|
@@ -26,7 +26,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
26
26
|
body: string;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
29
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, import("tailwind-variants").TVReturnType<{
|
|
30
30
|
size: {
|
|
31
31
|
md: {
|
|
32
32
|
root: string;
|
|
@@ -40,4 +40,4 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
body: string;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
}, Record<"body" | "root" | "footer" | "header" | "
|
|
43
|
+
}, Record<"body" | "root" | "footer" | "header" | "heading" | "row" | "cell", string | string[]>, undefined, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const currencyFormatter = new Intl.NumberFormat('en-US', {
|
|
2
|
+
style: 'currency',
|
|
3
|
+
currency: 'PHP',
|
|
4
|
+
maximumFractionDigits: 2,
|
|
5
|
+
});
|
|
6
|
+
export const numberFormatter = new Intl.NumberFormat('en-US', {
|
|
7
|
+
minimumFractionDigits: 0,
|
|
8
|
+
maximumFractionDigits: 2,
|
|
9
|
+
});
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import providerAlize from '../images/crazywin-game-providers/alize-mobile.webp';
|
|
2
|
+
import providerBigTimeGaming from '../images/crazywin-game-providers/bigtime-gaming.webp';
|
|
3
|
+
import providerBti from '../images/crazywin-game-providers/bti.png';
|
|
4
|
+
import providerCq9 from '../images/crazywin-game-providers/cq9.webp';
|
|
5
|
+
import providerDarwin from '../images/crazywin-game-providers/darwin.webp';
|
|
6
|
+
import providerDGBingo from '../images/crazywin-game-providers/dg.webp';
|
|
7
|
+
import providerDigitain from '../images/crazywin-game-providers/digitain.png';
|
|
8
|
+
import providerDrBingo from '../images/crazywin-game-providers/drbingo.webp';
|
|
9
|
+
import providerEvolution from '../images/crazywin-game-providers/evolution.webp';
|
|
10
|
+
import providerFachai from '../images/crazywin-game-providers/fachai.webp';
|
|
11
|
+
import providerHabanero from '../images/crazywin-game-providers/habanero.webp';
|
|
12
|
+
import providerHacksawMobile from '../images/crazywin-game-providers/hacksaw.png';
|
|
13
|
+
import providerHollywoodtv from '../images/crazywin-game-providers/hollywoodtv.webp';
|
|
14
|
+
import providerJdb from '../images/crazywin-game-providers/jdb.webp';
|
|
15
|
+
import providerJili from '../images/crazywin-game-providers/jili.webp';
|
|
16
|
+
import providerKingmidas from '../images/crazywin-game-providers/kingmidas.webp';
|
|
17
|
+
import providerNetent from '../images/crazywin-game-providers/netent.webp';
|
|
18
|
+
import providerNoLimitCity from '../images/crazywin-game-providers/no-limit.webp';
|
|
19
|
+
import providerPgsoft from '../images/crazywin-game-providers/pg.webp';
|
|
20
|
+
import providerPlaytech from '../images/crazywin-game-providers/playtech.webp';
|
|
21
|
+
import providerPragmaticPlay from '../images/crazywin-game-providers/pragmaticplay.webp';
|
|
22
|
+
import providerRedTiger from '../images/crazywin-game-providers/redtiger.webp';
|
|
23
|
+
import providerRtg from '../images/crazywin-game-providers/rtg.webp';
|
|
24
|
+
import providerRubyPlay from '../images/crazywin-game-providers/rubyplay.webp';
|
|
25
|
+
import providerSagaming from '../images/crazywin-game-providers/sagaming.webp';
|
|
26
|
+
import providerAlize__web from '../images/crazywin-game-providers/web/alize.webp';
|
|
27
|
+
import providerBigTimeGaming__web from '../images/crazywin-game-providers/web/bigtimegaming.png';
|
|
28
|
+
import providerBti__web from '../images/crazywin-game-providers/web/bti.png';
|
|
29
|
+
import providerCq9__web from '../images/crazywin-game-providers/web/cq9.webp';
|
|
30
|
+
import providerDarwin__web from '../images/crazywin-game-providers/web/darwin.webp';
|
|
31
|
+
import providerDGBingo__web from '../images/crazywin-game-providers/web/dg-bingo.png';
|
|
32
|
+
import providerDigitain__web from '../images/crazywin-game-providers/web/digitain.png';
|
|
33
|
+
import providerDrBingo__web from '../images/crazywin-game-providers/web/drbingo-bingo.png';
|
|
34
|
+
import providerEvolution__web from '../images/crazywin-game-providers/web/evolution.webp';
|
|
35
|
+
import providerFachai__web from '../images/crazywin-game-providers/web/fachai.webp';
|
|
36
|
+
import providerHabanero__web from '../images/crazywin-game-providers/web/habanero.webp';
|
|
37
|
+
import providerHacksawWeb from '../images/crazywin-game-providers/web/hacksaw.webp';
|
|
38
|
+
import providerHollywoodtv__web from '../images/crazywin-game-providers/web/hollywoodtv.png';
|
|
39
|
+
import providerJdb__web from '../images/crazywin-game-providers/web/jdb.webp';
|
|
40
|
+
import providerJili__web from '../images/crazywin-game-providers/web/jili.webp';
|
|
41
|
+
import providerJiliBingo__web from '../images/crazywin-game-providers/web/jili_bingo.png';
|
|
42
|
+
import providerKingmidas__web from '../images/crazywin-game-providers/web/kingmidas.webp';
|
|
43
|
+
import providerNetent__web from '../images/crazywin-game-providers/web/netent.webp';
|
|
44
|
+
import providerNoLimitCity__web from '../images/crazywin-game-providers/web/nolimitcity.png';
|
|
45
|
+
import providerPgsoft__web from '../images/crazywin-game-providers/web/pg.webp';
|
|
46
|
+
import providerPlaytech__web from '../images/crazywin-game-providers/web/playtech.webp';
|
|
47
|
+
import providerPragmaticPlay__web from '../images/crazywin-game-providers/web/pragmaticplay.webp';
|
|
48
|
+
import providerRedTiger__web from '../images/crazywin-game-providers/web/redtiger.webp';
|
|
49
|
+
import providerRtg__web from '../images/crazywin-game-providers/web/rtg.webp';
|
|
50
|
+
import providerSagaming__web from '../images/crazywin-game-providers/web/sagaming.png';
|
|
51
|
+
import providerYellowbat__web from '../images/crazywin-game-providers/web/yellowbat-bingo.png';
|
|
52
|
+
import providerYellowbat from '../images/crazywin-game-providers/yellowbat.webp';
|
|
53
|
+
const GAME_PROVIDER_MAP = {
|
|
54
|
+
JILI: {
|
|
55
|
+
label: 'Jili',
|
|
56
|
+
value: 'JILI',
|
|
57
|
+
image: [providerJili.src, providerJili__web.src],
|
|
58
|
+
},
|
|
59
|
+
JILI_BINGO: {
|
|
60
|
+
label: 'Jili',
|
|
61
|
+
value: 'JILI_BINGO',
|
|
62
|
+
image: [providerJili.src, providerJiliBingo__web.src],
|
|
63
|
+
},
|
|
64
|
+
PGSOFT: {
|
|
65
|
+
label: 'Pgsoft',
|
|
66
|
+
value: 'PGSOFT',
|
|
67
|
+
image: [providerPgsoft.src, providerPgsoft__web.src],
|
|
68
|
+
},
|
|
69
|
+
FACHAI: {
|
|
70
|
+
label: 'Fachai',
|
|
71
|
+
value: 'FACHAI',
|
|
72
|
+
image: [providerFachai.src, providerFachai__web.src],
|
|
73
|
+
},
|
|
74
|
+
BTI: {
|
|
75
|
+
label: 'BTI',
|
|
76
|
+
value: 'BTI',
|
|
77
|
+
image: [providerBti.src, providerBti__web.src],
|
|
78
|
+
},
|
|
79
|
+
DG: {
|
|
80
|
+
label: 'DG',
|
|
81
|
+
value: 'DG',
|
|
82
|
+
image: [providerDGBingo.src, providerDGBingo__web.src],
|
|
83
|
+
},
|
|
84
|
+
PLAYTECH: {
|
|
85
|
+
label: 'Playtech',
|
|
86
|
+
value: 'PLAYTECH',
|
|
87
|
+
image: [providerPlaytech.src, providerPlaytech__web.src],
|
|
88
|
+
},
|
|
89
|
+
E2E: {
|
|
90
|
+
label: 'E2E',
|
|
91
|
+
value: 'E2E',
|
|
92
|
+
image: null,
|
|
93
|
+
},
|
|
94
|
+
EVOLUTION: {
|
|
95
|
+
label: 'Evolution',
|
|
96
|
+
value: 'EVOLUTION',
|
|
97
|
+
image: [providerEvolution.src, providerEvolution__web.src],
|
|
98
|
+
},
|
|
99
|
+
EVOLUTION_NETENT: {
|
|
100
|
+
label: 'Evolution Netent',
|
|
101
|
+
value: 'EVOLUTION_NETENT',
|
|
102
|
+
image: [providerNetent.src, providerNetent__web.src],
|
|
103
|
+
},
|
|
104
|
+
EVOLUTION_REDTIGER: {
|
|
105
|
+
label: 'Evolution Redtiger',
|
|
106
|
+
value: 'EVOLUTION_REDTIGER',
|
|
107
|
+
image: [providerRedTiger.src, providerRedTiger__web.src],
|
|
108
|
+
},
|
|
109
|
+
MEGABALL: {
|
|
110
|
+
label: 'Megaball',
|
|
111
|
+
value: 'MEGABALL',
|
|
112
|
+
image: null,
|
|
113
|
+
},
|
|
114
|
+
DARWIN: {
|
|
115
|
+
label: 'Darwin',
|
|
116
|
+
value: 'DARWIN',
|
|
117
|
+
image: [providerDarwin.src, providerDarwin__web.src],
|
|
118
|
+
},
|
|
119
|
+
RTG: {
|
|
120
|
+
label: 'RTG',
|
|
121
|
+
value: 'RTG',
|
|
122
|
+
image: [providerRtg.src, providerRtg__web.src],
|
|
123
|
+
},
|
|
124
|
+
DRBINGO: {
|
|
125
|
+
label: 'Dr Bingo',
|
|
126
|
+
value: 'DRBINGO',
|
|
127
|
+
image: [providerDrBingo.src, providerDrBingo__web.src],
|
|
128
|
+
},
|
|
129
|
+
HOLLYWOODTV: {
|
|
130
|
+
label: 'Hollywood TV',
|
|
131
|
+
value: 'HOLLYWOODTV',
|
|
132
|
+
image: [providerHollywoodtv.src, providerHollywoodtv__web.src],
|
|
133
|
+
},
|
|
134
|
+
CQ9: {
|
|
135
|
+
label: 'CQ9',
|
|
136
|
+
value: 'CQ9',
|
|
137
|
+
image: [providerCq9.src, providerCq9__web.src],
|
|
138
|
+
},
|
|
139
|
+
JDB: {
|
|
140
|
+
label: 'JDB',
|
|
141
|
+
value: 'JDB',
|
|
142
|
+
image: [providerJdb.src, providerJdb__web.src],
|
|
143
|
+
},
|
|
144
|
+
HABANERO: {
|
|
145
|
+
label: 'Habanero',
|
|
146
|
+
value: 'HABANERO',
|
|
147
|
+
image: [providerHabanero.src, providerHabanero__web.src],
|
|
148
|
+
},
|
|
149
|
+
SPINIX: {
|
|
150
|
+
label: 'Spinix',
|
|
151
|
+
value: 'SPINIX',
|
|
152
|
+
image: null,
|
|
153
|
+
},
|
|
154
|
+
JOKER: {
|
|
155
|
+
label: 'Joker',
|
|
156
|
+
value: 'JOKER',
|
|
157
|
+
image: null,
|
|
158
|
+
},
|
|
159
|
+
HACKSAW: {
|
|
160
|
+
label: 'Hacksaw',
|
|
161
|
+
value: 'HACKSAW',
|
|
162
|
+
image: [providerHacksawMobile.src, providerHacksawWeb.src],
|
|
163
|
+
},
|
|
164
|
+
EVOLUTIONNETENT: {
|
|
165
|
+
label: 'Evolution Netent',
|
|
166
|
+
value: 'EVOLUTIONNETENT',
|
|
167
|
+
image: null,
|
|
168
|
+
},
|
|
169
|
+
JDBGTF: {
|
|
170
|
+
label: 'JDB GTF',
|
|
171
|
+
value: 'JDBGTF',
|
|
172
|
+
image: null,
|
|
173
|
+
},
|
|
174
|
+
JDBSPRIBE: {
|
|
175
|
+
label: 'JDB Spribe',
|
|
176
|
+
value: 'JDBSPRIBE',
|
|
177
|
+
image: null,
|
|
178
|
+
},
|
|
179
|
+
MICROGAMING: {
|
|
180
|
+
label: 'Microgaming',
|
|
181
|
+
value: 'MICROGAMING',
|
|
182
|
+
image: null,
|
|
183
|
+
},
|
|
184
|
+
RELAXGAMING: {
|
|
185
|
+
label: 'Relax Gaming',
|
|
186
|
+
value: 'RELAXGAMING',
|
|
187
|
+
image: null,
|
|
188
|
+
},
|
|
189
|
+
EVOPLAY: {
|
|
190
|
+
label: 'Evoplay',
|
|
191
|
+
value: 'EVOPLAY',
|
|
192
|
+
image: null,
|
|
193
|
+
},
|
|
194
|
+
BOOONGO: {
|
|
195
|
+
label: 'Booongo',
|
|
196
|
+
value: 'BOOONGO',
|
|
197
|
+
image: null,
|
|
198
|
+
},
|
|
199
|
+
BGAMING: {
|
|
200
|
+
label: 'BGaming',
|
|
201
|
+
value: 'BGAMING',
|
|
202
|
+
image: null,
|
|
203
|
+
},
|
|
204
|
+
KINGMAKER: {
|
|
205
|
+
label: 'Kingmaker',
|
|
206
|
+
value: 'KINGMAKER',
|
|
207
|
+
image: null,
|
|
208
|
+
},
|
|
209
|
+
KINGMIDAS: {
|
|
210
|
+
label: 'King Midas',
|
|
211
|
+
value: 'KINGMIDAS',
|
|
212
|
+
image: [providerKingmidas.src, providerKingmidas__web.src],
|
|
213
|
+
},
|
|
214
|
+
YELLOWBAT: {
|
|
215
|
+
label: 'Yellow Bat',
|
|
216
|
+
value: 'YELLOWBAT',
|
|
217
|
+
image: [providerYellowbat.src, providerYellowbat__web.src],
|
|
218
|
+
},
|
|
219
|
+
SABA: {
|
|
220
|
+
label: 'SABA',
|
|
221
|
+
value: 'SABA',
|
|
222
|
+
image: null,
|
|
223
|
+
},
|
|
224
|
+
PRAGMATICPLAY: {
|
|
225
|
+
label: 'Pragmatic Play',
|
|
226
|
+
value: 'PRAGMATICPLAY',
|
|
227
|
+
image: [providerPragmaticPlay.src, providerPragmaticPlay__web.src],
|
|
228
|
+
},
|
|
229
|
+
ALIZE: {
|
|
230
|
+
label: 'Alize',
|
|
231
|
+
value: 'ALIZE',
|
|
232
|
+
image: [providerAlize.src, providerAlize__web.src],
|
|
233
|
+
},
|
|
234
|
+
BIG_TIME_GAMING: {
|
|
235
|
+
label: 'Big Time Gaming',
|
|
236
|
+
value: 'BIG_TIME_GAMING',
|
|
237
|
+
image: [providerBigTimeGaming.src, providerBigTimeGaming__web.src],
|
|
238
|
+
},
|
|
239
|
+
NO_LIMIT_CITY: {
|
|
240
|
+
label: 'No Limit City',
|
|
241
|
+
value: 'NO_LIMIT_CITY',
|
|
242
|
+
image: [providerNoLimitCity.src, providerNoLimitCity__web.src],
|
|
243
|
+
},
|
|
244
|
+
SAGAMING: {
|
|
245
|
+
label: 'Sagaming',
|
|
246
|
+
value: 'SAGAMING',
|
|
247
|
+
image: [providerSagaming.src, providerSagaming__web.src],
|
|
248
|
+
},
|
|
249
|
+
ONEAPI_EVOLUTION: {
|
|
250
|
+
label: 'OneAPI Evolution',
|
|
251
|
+
value: 'ONEAPI_EVOLUTION',
|
|
252
|
+
image: null,
|
|
253
|
+
},
|
|
254
|
+
MEGA2SPIN: {
|
|
255
|
+
label: 'Mega2Spin',
|
|
256
|
+
value: 'MEGA2SPIN',
|
|
257
|
+
image: null,
|
|
258
|
+
},
|
|
259
|
+
DIGITAIN: {
|
|
260
|
+
label: 'Digitain',
|
|
261
|
+
value: 'DIGITAIN',
|
|
262
|
+
image: [providerDigitain.src, providerDigitain__web.src],
|
|
263
|
+
},
|
|
264
|
+
BNG: {
|
|
265
|
+
label: 'BNG',
|
|
266
|
+
value: 'BNG',
|
|
267
|
+
image: null,
|
|
268
|
+
},
|
|
269
|
+
ETENGJUE: {
|
|
270
|
+
label: 'Etengjue',
|
|
271
|
+
value: 'ETENGJUE',
|
|
272
|
+
image: null,
|
|
273
|
+
},
|
|
274
|
+
SPRIBE: {
|
|
275
|
+
label: 'Spribe',
|
|
276
|
+
value: 'SPRIBE',
|
|
277
|
+
image: null,
|
|
278
|
+
},
|
|
279
|
+
EZUGI: {
|
|
280
|
+
label: 'Ezugi',
|
|
281
|
+
value: 'EZUGI',
|
|
282
|
+
image: null,
|
|
283
|
+
},
|
|
284
|
+
JK8: {
|
|
285
|
+
label: 'Alpha Chinko',
|
|
286
|
+
value: 'JK8',
|
|
287
|
+
image: [
|
|
288
|
+
providerNoLimitCity.src,
|
|
289
|
+
providerNoLimitCity__web.src,
|
|
290
|
+
] /* placeholder */,
|
|
291
|
+
},
|
|
292
|
+
ONEAPI_SPADEGAMING: {
|
|
293
|
+
label: 'OneAPI Spadegaming',
|
|
294
|
+
value: 'ONEAPI_SPADEGAMING',
|
|
295
|
+
image: null,
|
|
296
|
+
},
|
|
297
|
+
TEST: {
|
|
298
|
+
label: 'TEST',
|
|
299
|
+
value: 'TEST',
|
|
300
|
+
image: null,
|
|
301
|
+
},
|
|
302
|
+
RUBYPLAY: {
|
|
303
|
+
label: 'Ruby Play',
|
|
304
|
+
value: 'RUBYPLAY',
|
|
305
|
+
image: [providerRubyPlay.src, providerRubyPlay.src],
|
|
306
|
+
},
|
|
307
|
+
};
|
|
308
|
+
export function getProviderData(provider) {
|
|
309
|
+
return GAME_PROVIDER_MAP[provider];
|
|
310
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function withMarketId(url: string, mParam?: string | null): string;
|