fansunited-frontend-components 0.0.31-RC3 → 0.0.31-RC5
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/ClassicQuizPlay.d.ts +4 -0
- package/ClassicQuizPlay.d.ts.map +1 -0
- package/ClassicQuizPlay.js +5 -0
- package/CollectLead.d.ts +4 -0
- package/CollectLead.d.ts.map +1 -0
- package/CollectLead.js +5 -0
- package/EventGamePlay.d.ts +4 -0
- package/EventGamePlay.d.ts.map +1 -0
- package/EventGamePlay.js +5 -0
- package/MatchQuizPlay.d.ts +4 -0
- package/MatchQuizPlay.d.ts.map +1 -0
- package/MatchQuizPlay.js +5 -0
- package/PersonalityQuizPlay.d.ts +4 -0
- package/PersonalityQuizPlay.d.ts.map +1 -0
- package/PersonalityQuizPlay.js +5 -0
- package/PollVote.d.ts +4 -0
- package/PollVote.d.ts.map +1 -0
- package/PollVote.js +5 -0
- package/_virtual/_commonjsHelpers.js +6 -0
- package/_virtual/index.js +4 -0
- package/_virtual/index2.js +4 -0
- package/_virtual/index3.js +4 -0
- package/_virtual/jsx-runtime.js +4 -0
- package/_virtual/react-is.development.js +4 -0
- package/_virtual/react-is.development2.js +4 -0
- package/_virtual/react-is.production.min.js +4 -0
- package/_virtual/react-is.production.min2.js +4 -0
- package/_virtual/react-jsx-runtime.development.js +4 -0
- package/_virtual/react-jsx-runtime.production.js +4 -0
- package/index.d.ts +6 -1
- package/index.d.ts.map +1 -1
- package/index.js +14 -0
- package/package.json +37 -4
- package/packages/classic-quiz-play/src/assets/default-quiz-bg-vertical.jpg.js +4 -0
- package/packages/classic-quiz-play/src/assets/default-quiz-bg.png.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-bookmark-fav-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-crow-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-fire-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-flag-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-medal-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-rocket-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-target-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-thumb-down-dynamic-color.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/bottle-with-popping-cork.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/crown.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/direct-hit.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/hundred-points.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/person-facepalming.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/sports-medal.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/thumbs-down.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/trophy.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/emojis/upside-down-face.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-danger.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-success.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-warning.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/info.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/school.svg.js +4 -0
- package/packages/classic-quiz-play/src/assets/sports_score.svg.js +4 -0
- package/packages/classic-quiz-play/src/components/ClassicQuizNotFound.js +23 -0
- package/packages/classic-quiz-play/src/components/ClassicQuizPlay.js +353 -0
- package/packages/classic-quiz-play/src/components/Leads/CollectLeadWrapper.js +65 -0
- package/packages/classic-quiz-play/src/components/Shared/AlertMessage.js +93 -0
- package/packages/classic-quiz-play/src/components/Shared/Answers/Answers.js +80 -0
- package/packages/classic-quiz-play/src/components/Shared/Answers/Option.js +130 -0
- package/packages/classic-quiz-play/src/components/Shared/Button.js +67 -0
- package/packages/classic-quiz-play/src/components/Shared/MainCard.js +34 -0
- package/packages/classic-quiz-play/src/components/Shared/PresentedBy.js +122 -0
- package/packages/classic-quiz-play/src/components/Shared/ScoreStateWrapper.js +443 -0
- package/packages/classic-quiz-play/src/components/Shared/Stepper.js +59 -0
- package/packages/classic-quiz-play/src/components/Shared/Stopwatch.js +109 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/Error/OverlayError.js +45 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +35 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/OverlayVariant.js +170 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/OverlayVariant.styles.js +190 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/ScoreState/OverlayScoreState.js +177 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.js +373 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/SignIn/OverlaySignIn.js +120 -0
- package/packages/classic-quiz-play/src/components/Variants/Overlay/SignIn/OverlaySignIn.styles.js +42 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/Error/SplitError.js +42 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +37 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/ScoreState/SplitScoreState.js +231 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/ScoreState/SplitScoreState.styles.js +353 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/SignIn/SplitSignIn.js +118 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/SignIn/SplitSignIn.styles.js +52 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/SplitVariant.js +183 -0
- package/packages/classic-quiz-play/src/components/Variants/Split/SplitVariant.styles.js +145 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/Error/StandardError.js +43 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +35 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/ScoreState/StandardScoreState.js +220 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/ScoreState/StandardScoreState.styles.js +347 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/SignIn/StandardSignIn.js +117 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/SignIn/StandardSignIn.styles.js +52 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/StandardVariant.js +209 -0
- package/packages/classic-quiz-play/src/components/Variants/Standard/StandardVariant.styles.js +182 -0
- package/packages/classic-quiz-play/src/constants/constants.js +4 -0
- package/packages/classic-quiz-play/src/hooks/useClassicQuizById.js +18 -0
- package/packages/classic-quiz-play/src/hooks/useEmbedCodeContainer.js +30 -0
- package/packages/classic-quiz-play/src/hooks/useMyParticipation.js +40 -0
- package/packages/classic-quiz-play/src/hooks/useScoreStateHelpers.js +117 -0
- package/packages/classic-quiz-play/src/index.js +4 -0
- package/packages/classic-quiz-play/src/main.js +7 -0
- package/packages/collect-lead/src/assets/default-quiz-bg-vertical.jpg.js +4 -0
- package/packages/collect-lead/src/assets/default-quiz-bg.png.js +4 -0
- package/packages/collect-lead/src/components/CollectLead.js +18 -0
- package/packages/collect-lead/src/components/Leads/CollectLeadWrapper.js +63 -0
- package/packages/collect-lead/src/components/Shared/MainCard.js +31 -0
- package/packages/collect-lead/src/components/Shared/PresentedBy.js +118 -0
- package/packages/collect-lead/src/components/Variants/Overlay/LeadOverlayVariant.js +72 -0
- package/packages/collect-lead/src/components/Variants/Overlay/LeadOverlayVariant.styles.js +187 -0
- package/packages/collect-lead/src/components/Variants/Split/LeadSplitVariant.js +81 -0
- package/packages/collect-lead/src/components/Variants/Split/LeadSplitVariant.styles.js +338 -0
- package/packages/collect-lead/src/components/Variants/Standard/LeadStandardVariant.js +82 -0
- package/packages/collect-lead/src/components/Variants/Standard/LeadStandardVariant.styles.js +313 -0
- package/packages/collect-lead/src/index.js +4 -0
- package/packages/collect-lead/src/main.js +39 -0
- package/packages/collect-lead/src/providers/ConfigurationProvider.js +50 -0
- package/packages/common/src/components/AdditionalCTA.js +24 -0
- package/packages/common/src/components/AlertMessage.js +88 -0
- package/packages/common/src/components/LeadCollection/OverlayLeadAfterCollection.js +111 -0
- package/packages/common/src/components/LeadCollection/SplitLeadAfterCollection.js +103 -0
- package/packages/common/src/components/LeadCollection/StandardLeadAfterCollection.js +101 -0
- package/packages/common/src/components/Leads/CollectLeadForm.js +72 -0
- package/packages/common/src/components/Leads/ConsentsCheckboxes.js +82 -0
- package/packages/common/src/components/Leads/LeadAgreementCheckbox.js +104 -0
- package/packages/common/src/components/Leads/LeadForm.js +498 -0
- package/packages/common/src/components/Portal.js +62 -0
- package/packages/common/src/components/Rules.js +299 -0
- package/packages/common/src/components/Skeletons/NotFoundSkeleton.js +83 -0
- package/packages/common/src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.js +80 -0
- package/packages/common/src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.js +190 -0
- package/packages/common/src/components/Skeletons/Overlay/OverlaySkeleton.js +68 -0
- package/packages/common/src/components/Skeletons/Overlay/OverlaySkeleton.styles.js +100 -0
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.js +65 -0
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.js +90 -0
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateWrapperSkeleton.js +34 -0
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateWrapperSkeleton.styles.js +55 -0
- package/packages/common/src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.js +58 -0
- package/packages/common/src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.js +105 -0
- package/packages/common/src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.js +98 -0
- package/packages/common/src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.js +167 -0
- package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.js +64 -0
- package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.js +107 -0
- package/packages/common/src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.js +55 -0
- package/packages/common/src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.js +94 -0
- package/packages/common/src/components/Skeletons/Split/SplitSkeleton.js +186 -0
- package/packages/common/src/components/Skeletons/Split/SplitSkeleton.styles.js +181 -0
- package/packages/common/src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.js +173 -0
- package/packages/common/src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.styles.js +275 -0
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardContentSkeleton.js +23 -0
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardContentSkeleton.styles.js +40 -0
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.js +142 -0
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.styles.js +203 -0
- package/packages/common/src/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.js +157 -0
- package/packages/common/src/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.styles.js +194 -0
- package/packages/common/src/components/Skeletons/Standard/StandardSkeleton.js +238 -0
- package/packages/common/src/components/Skeletons/Standard/StandardSkeleton.styles.js +211 -0
- package/packages/common/src/components/Spinner.js +36 -0
- package/packages/common/src/constants/constants.js +457 -0
- package/packages/common/src/enums/enums.js +4 -0
- package/packages/common/src/functions/helpers.js +58 -0
- package/packages/common/src/functions/i18n.js +69 -0
- package/packages/common/src/functions/theme.js +301 -0
- package/packages/common/src/hooks/useConstantContext.js +10 -0
- package/packages/common/src/hooks/useImageUrl.js +8 -0
- package/packages/common/src/hooks/useImageVariant.js +11 -0
- package/packages/common/src/hooks/useLeadForm.js +129 -0
- package/packages/common/src/hooks/useThemeMode.js +30 -0
- package/packages/common/src/locales/bg.json.js +363 -0
- package/packages/common/src/locales/de.json.js +362 -0
- package/packages/common/src/locales/el.json.js +362 -0
- package/packages/common/src/locales/en.json.js +368 -0
- package/packages/common/src/locales/es.json.js +362 -0
- package/packages/common/src/locales/fr-be.json.js +362 -0
- package/packages/common/src/locales/fr.json.js +362 -0
- package/packages/common/src/locales/it.json.js +362 -0
- package/packages/common/src/locales/pl.json.js +362 -0
- package/packages/common/src/locales/pt-br.json.js +362 -0
- package/packages/common/src/locales/pt.json.js +362 -0
- package/packages/common/src/locales/ro.json.js +362 -0
- package/packages/common/src/locales/sk.json.js +362 -0
- package/packages/common/src/locales/sr.json.js +362 -0
- package/packages/common/src/providers/ConstantsProvider.js +29 -0
- package/packages/common/src/providers/ContainerProvider.js +35 -0
- package/packages/common/src/providers/FontProvider.js +25 -0
- package/packages/common/src/providers/ThemeProvider.js +80 -0
- package/packages/event-game-play/src/assets/default-quiz-bg-vertical.jpg.js +4 -0
- package/packages/event-game-play/src/assets/default-quiz-bg.png.js +4 -0
- package/packages/event-game-play/src/assets/school.svg.js +4 -0
- package/packages/event-game-play/src/assets/sports_score.svg.js +4 -0
- package/packages/event-game-play/src/components/EventGameNotFound.js +23 -0
- package/packages/event-game-play/src/components/EventGamePlay.js +318 -0
- package/packages/event-game-play/src/components/Shared/AlertMessage.js +93 -0
- package/packages/event-game-play/src/components/Shared/Countdown.js +125 -0
- package/packages/event-game-play/src/components/Shared/FinishedGameWrapper/FinishedGameWrapper.js +574 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanFixture.js +60 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanFixture.styles.js +29 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanSelector.js +108 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanSelector.styles.js +44 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberFixture.js +70 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberFixture.styles.js +37 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberSelector.js +82 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberSelector.styles.js +64 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.js +70 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.styles.js +98 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextFixture.js +62 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextFixture.styles.js +29 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextSelector.js +344 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextSelector.styles.js +70 -0
- package/packages/event-game-play/src/components/Shared/Fixtures/shared.styles.js +63 -0
- package/packages/event-game-play/src/components/Shared/Leaderboard/LeaderboardComponent.js +220 -0
- package/packages/event-game-play/src/components/Shared/Leaderboard/LeaderboardPagination.js +88 -0
- package/packages/event-game-play/src/components/Shared/MainCard.js +34 -0
- package/packages/event-game-play/src/components/Shared/Notification.js +67 -0
- package/packages/event-game-play/src/components/Shared/Stepper.js +151 -0
- package/packages/event-game-play/src/components/Shared/Summary/EditPredictionModal.js +163 -0
- package/packages/event-game-play/src/components/Shared/Summary/EditPredictionModal.styles.js +110 -0
- package/packages/event-game-play/src/components/Shared/Summary/PredictionSummary.js +118 -0
- package/packages/event-game-play/src/components/Shared/Summary/PredictionSummary.styles.js +180 -0
- package/packages/event-game-play/src/components/Variants/Overlay/Error/EventGameOverlayError.js +30 -0
- package/packages/event-game-play/src/components/Variants/Overlay/EventGameOverlayVariant.js +348 -0
- package/packages/event-game-play/src/components/Variants/Overlay/EventGameOverlayVariant.styles.js +213 -0
- package/packages/event-game-play/src/components/Variants/Overlay/FinishedGame/EventGameOverlayFinishedGame.js +130 -0
- package/packages/event-game-play/src/components/Variants/Overlay/FinishedGame/EventGameOverlayFinishedGame.styles.js +712 -0
- package/packages/event-game-play/src/components/Variants/Overlay/ScoreState/EventGameOverlayScoreState.js +141 -0
- package/packages/event-game-play/src/components/Variants/Overlay/ScoreState/EventGameOverlayScoreState.styles.js +156 -0
- package/packages/event-game-play/src/components/Variants/Split/Error/EventGameSplitError.js +28 -0
- package/packages/event-game-play/src/components/Variants/Split/EventGameSplitVariant.js +347 -0
- package/packages/event-game-play/src/components/Variants/Split/EventGameSplitVariant.styles.js +149 -0
- package/packages/event-game-play/src/components/Variants/Split/FinishedGame/EventGameSplitFinishedGame.js +119 -0
- package/packages/event-game-play/src/components/Variants/Split/FinishedGame/EventGameSplitFinishedGame.styles.js +230 -0
- package/packages/event-game-play/src/components/Variants/Split/ScoreState/EventGameSplitScoreState.js +139 -0
- package/packages/event-game-play/src/components/Variants/Split/ScoreState/EventGameSplitScoreState.styles.js +45 -0
- package/packages/event-game-play/src/components/Variants/Standard/Error/EventGameStandardError.js +29 -0
- package/packages/event-game-play/src/components/Variants/Standard/EventGameStandardVariant.js +329 -0
- package/packages/event-game-play/src/components/Variants/Standard/EventGameStandardVariant.styles.js +373 -0
- package/packages/event-game-play/src/components/Variants/Standard/FinishedGame/EventGameStandardFinishedGame.js +219 -0
- package/packages/event-game-play/src/components/Variants/Standard/FinishedGame/EventGameStandardFinishedGame.styles.js +548 -0
- package/packages/event-game-play/src/components/Variants/Standard/ScoreState/EventGameStandardScoreState.js +117 -0
- package/packages/event-game-play/src/components/Variants/Standard/ScoreState/EventGameStandardScoreState.styles.js +259 -0
- package/packages/event-game-play/src/helpers/helpers.js +11 -0
- package/packages/event-game-play/src/hooks/useEventGameById.js +27 -0
- package/packages/event-game-play/src/hooks/useEventGamePrediction.js +54 -0
- package/packages/event-game-play/src/hooks/useEventRankings.js +61 -0
- package/packages/event-game-play/src/index.js +4 -0
- package/packages/event-game-play/src/main.js +7 -0
- package/packages/event-game-play/src/providers/ConstantsProvider.js +17 -0
- package/packages/match-quiz-play/src/assets/default-quiz-bg-vertical.jpg.js +4 -0
- package/packages/match-quiz-play/src/assets/default-quiz-bg.png.js +4 -0
- package/packages/match-quiz-play/src/assets/school.svg.js +4 -0
- package/packages/match-quiz-play/src/assets/sports_score.svg.js +4 -0
- package/packages/match-quiz-play/src/components/Leads/CollectLeadWrapper.js +65 -0
- package/packages/match-quiz-play/src/components/MatchQuizNotFound.js +23 -0
- package/packages/match-quiz-play/src/components/MatchQuizPlay.js +490 -0
- package/packages/match-quiz-play/src/components/Shared/AlertMessage.js +93 -0
- package/packages/match-quiz-play/src/components/Shared/Countdown.js +125 -0
- package/packages/match-quiz-play/src/components/Shared/FinishedGameWrapper/EarnedPointsDisplay.js +64 -0
- package/packages/match-quiz-play/src/components/Shared/FinishedGameWrapper/FinishedGameWrapper.js +854 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoFixture.js +63 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoFixture.styles.js +29 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelector.js +143 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelector.styles.js +101 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelectorSplit.js +97 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelectorSplit.styles.js +77 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersFixture.js +61 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersFixture.styles.js +29 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersSelector.js +63 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersSelector.styles.js +41 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/CorrectScoreFixture.js +72 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/CorrectScoreFixture.styles.js +30 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelector.js +179 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelector.styles.js +163 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelectorSplit.js +103 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelectorSplit.styles.js +86 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersFixture.js +79 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersFixture.styles.js +29 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersSelector.js +213 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersSelector.styles.js +293 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.js +116 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.styles.js +98 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoFixture.js +72 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoFixture.styles.js +29 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoSelector.js +108 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoSelector.styles.js +44 -0
- package/packages/match-quiz-play/src/components/Shared/Fixtures/shared.styles.js +63 -0
- package/packages/match-quiz-play/src/components/Shared/Leaderboard/LeaderboardComponent.js +220 -0
- package/packages/match-quiz-play/src/components/Shared/Leaderboard/RoundedPagination.js +207 -0
- package/packages/match-quiz-play/src/components/Shared/MainCard.js +34 -0
- package/packages/match-quiz-play/src/components/Shared/Notification.js +67 -0
- package/packages/match-quiz-play/src/components/Shared/PresentedBy.js +118 -0
- package/packages/match-quiz-play/src/components/Shared/Stepper.js +151 -0
- package/packages/match-quiz-play/src/components/Shared/Summary/EditPredictionModal.js +172 -0
- package/packages/match-quiz-play/src/components/Shared/Summary/EditPredictionModal.styles.js +109 -0
- package/packages/match-quiz-play/src/components/Shared/Summary/PredictionSummary.js +235 -0
- package/packages/match-quiz-play/src/components/Shared/Summary/PredictionSummary.styles.js +219 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/Error/MatchQuizOverlayError.js +45 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/FinishedGame/MatchQuizOverlayFinishedGame.js +157 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/FinishedGame/MatchQuizOverlayFinishedGame.styles.js +710 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +35 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/MatchQuizOverlayVariant.js +499 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/MatchQuizOverlayVariant.styles.js +213 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/ScoreState/MatchQuizOverlayScoreState.js +178 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/ScoreState/MatchQuizOverlayScoreState.styles.js +128 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/SignIn/MatchQuizOverlaySignIn.js +120 -0
- package/packages/match-quiz-play/src/components/Variants/Overlay/SignIn/MatchQuizOverlaySignIn.styles.js +42 -0
- package/packages/match-quiz-play/src/components/Variants/Split/Error/MatchQuizSplitError.js +42 -0
- package/packages/match-quiz-play/src/components/Variants/Split/FinishedGame/MatchQuizSplitFinishedGame.js +185 -0
- package/packages/match-quiz-play/src/components/Variants/Split/FinishedGame/MatchQuizSplitFinishedGame.styles.js +233 -0
- package/packages/match-quiz-play/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +37 -0
- package/packages/match-quiz-play/src/components/Variants/Split/MatchQuizSplitVariant.js +511 -0
- package/packages/match-quiz-play/src/components/Variants/Split/MatchQuizSplitVariant.styles.js +149 -0
- package/packages/match-quiz-play/src/components/Variants/Split/ScoreState/MatchQuizSplitScoreState.js +164 -0
- package/packages/match-quiz-play/src/components/Variants/Split/ScoreState/MatchQuizSplitScoreState.styles.js +27 -0
- package/packages/match-quiz-play/src/components/Variants/Split/SignIn/MatchQuizSplitSignIn.js +118 -0
- package/packages/match-quiz-play/src/components/Variants/Split/SignIn/MatchQuizSplitSignIn.styles.js +52 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/Error/MatchQuizStandardError.js +43 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/FinishedGame/MatchQuizStandardFinishedGame.js +234 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/FinishedGame/MatchQuizStandardFinishedGame.styles.js +548 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +35 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/MatchQuizStandardVariant.js +513 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/MatchQuizStandardVariant.styles.js +376 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/ScoreState/MatchQuizStandardScoreState.js +135 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/ScoreState/MatchQuizStandardScoreState.styles.js +259 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/SignIn/MatchQuizStandardSignIn.js +129 -0
- package/packages/match-quiz-play/src/components/Variants/Standard/SignIn/MatchQuizStandardSignIn.styles.js +239 -0
- package/packages/match-quiz-play/src/helpers/helpers.js +9 -0
- package/packages/match-quiz-play/src/hooks/useMatchQuiz.js +42 -0
- package/packages/match-quiz-play/src/hooks/useMatchQuizLeaderboard.js +53 -0
- package/packages/match-quiz-play/src/hooks/useMatchQuizMarketsResults.js +29 -0
- package/packages/match-quiz-play/src/hooks/useMatchQuizPrediction.js +38 -0
- package/packages/match-quiz-play/src/index.js +4 -0
- package/packages/match-quiz-play/src/main.js +7 -0
- package/packages/match-quiz-play/src/providers/ConstantsProvider.js +26 -0
- package/packages/personality-quiz-play/dist/personality-quiz-play.es.js +39513 -0
- package/packages/poll-vote/src/assets/default-quiz-bg-vertical.jpg.js +4 -0
- package/packages/poll-vote/src/assets/default-quiz-bg.png.js +4 -0
- package/packages/poll-vote/src/components/Leads/CollectLeadWrapper.js +65 -0
- package/packages/poll-vote/src/components/PollNotFound.js +23 -0
- package/packages/poll-vote/src/components/PollVote.js +270 -0
- package/packages/poll-vote/src/components/Shared/AlertMessage.js +93 -0
- package/packages/poll-vote/src/components/Shared/Answers/PollOption.js +132 -0
- package/packages/poll-vote/src/components/Shared/Answers/PollOptions.js +82 -0
- package/packages/poll-vote/src/components/Shared/Button.js +76 -0
- package/packages/poll-vote/src/components/Shared/MainCard.js +36 -0
- package/packages/poll-vote/src/components/Shared/PresentedBy.js +118 -0
- package/packages/poll-vote/src/components/Shared/Results/PollOptionResult.js +257 -0
- package/packages/poll-vote/src/components/Shared/Results/PollOptionsResults.js +232 -0
- package/packages/poll-vote/src/components/Variants/Overlay/Error/PollOverlayError.js +45 -0
- package/packages/poll-vote/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +34 -0
- package/packages/poll-vote/src/components/Variants/Overlay/PollOverlayVariant.js +137 -0
- package/packages/poll-vote/src/components/Variants/Overlay/PollOverlayVariant.styles.js +105 -0
- package/packages/poll-vote/src/components/Variants/Overlay/ScoreState/PollOverlayScoreState.js +107 -0
- package/packages/poll-vote/src/components/Variants/Overlay/ScoreState/PollOverlayScoreState.styles.js +178 -0
- package/packages/poll-vote/src/components/Variants/Overlay/SignIn/PollOverlaySignIn.js +120 -0
- package/packages/poll-vote/src/components/Variants/Overlay/SignIn/PollOverlaySignIn.styles.js +42 -0
- package/packages/poll-vote/src/components/Variants/Split/Error/PollSplitError.js +42 -0
- package/packages/poll-vote/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +36 -0
- package/packages/poll-vote/src/components/Variants/Split/PollSplitVariant.js +231 -0
- package/packages/poll-vote/src/components/Variants/Split/PollSplitVariant.styles.js +332 -0
- package/packages/poll-vote/src/components/Variants/Split/ScoreState/PollSplitScoreState.js +155 -0
- package/packages/poll-vote/src/components/Variants/Split/ScoreState/PollSplitScoreState.styles.js +156 -0
- package/packages/poll-vote/src/components/Variants/Split/SignIn/PollSplitSignIn.js +117 -0
- package/packages/poll-vote/src/components/Variants/Split/SignIn/PollSplitSignIn.styles.js +52 -0
- package/packages/poll-vote/src/components/Variants/Standard/Error/PollStandardError.js +43 -0
- package/packages/poll-vote/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +34 -0
- package/packages/poll-vote/src/components/Variants/Standard/PollStandardVariant.js +138 -0
- package/packages/poll-vote/src/components/Variants/Standard/PollStandardVariant.styles.js +92 -0
- package/packages/poll-vote/src/components/Variants/Standard/ScoreState/PollStandardScoreState.js +146 -0
- package/packages/poll-vote/src/components/Variants/Standard/ScoreState/PollStandardScoreState.styles.js +164 -0
- package/packages/poll-vote/src/components/Variants/Standard/SignIn/PollStandardSignIn.js +129 -0
- package/packages/poll-vote/src/components/Variants/Standard/SignIn/PollStandardSignIn.styles.js +248 -0
- package/packages/poll-vote/src/hooks/useEmbedCodeContainer.js +30 -0
- package/packages/poll-vote/src/hooks/useMyPollVote.js +43 -0
- package/packages/poll-vote/src/hooks/usePollById.js +16 -0
- package/packages/poll-vote/src/hooks/usePollOptionsImages.js +19 -0
- package/packages/poll-vote/src/index.js +4 -0
- package/packages/poll-vote/src/main.js +7 -0
- package/components.js +0 -105201
package/packages/event-game-play/src/components/Variants/Split/EventGameSplitVariant.styles.js
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
const t = (e) => ({
|
|
2
|
+
// Question area
|
|
3
|
+
questionArea: {
|
|
4
|
+
flex: e.isMobile ? "1" : "0 0 50%",
|
|
5
|
+
width: e.isMobile ? "100%" : "50%",
|
|
6
|
+
minWidth: e.isMobile ? "100%" : "50%",
|
|
7
|
+
maxWidth: e.isMobile ? "100%" : "50%",
|
|
8
|
+
display: "flex",
|
|
9
|
+
flexDirection: "column",
|
|
10
|
+
justifyContent: "center"
|
|
11
|
+
},
|
|
12
|
+
// Lead content container (filter screen)
|
|
13
|
+
leadContentContainer: {
|
|
14
|
+
p: e.spacingScale.md,
|
|
15
|
+
gap: e.spacingScale.md,
|
|
16
|
+
display: "flex",
|
|
17
|
+
flexDirection: "column",
|
|
18
|
+
backdropFilter: "blur(4px)",
|
|
19
|
+
bgcolor: `rgba(${e.bgcolor ? e.bgcolor.replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
20
|
+
borderRadius: e.borderRadius.sm
|
|
21
|
+
},
|
|
22
|
+
// Question area content wrapper
|
|
23
|
+
questionAreaContent: {
|
|
24
|
+
p: e.spacingScale.lg,
|
|
25
|
+
display: "flex",
|
|
26
|
+
flexDirection: "column",
|
|
27
|
+
justifyContent: "center",
|
|
28
|
+
gap: "16px"
|
|
29
|
+
},
|
|
30
|
+
// Main content container
|
|
31
|
+
mainContentContainer: {
|
|
32
|
+
p: e.spacingScale.lg,
|
|
33
|
+
gap: e.spacingScale.md,
|
|
34
|
+
display: "flex",
|
|
35
|
+
flexDirection: "column",
|
|
36
|
+
backdropFilter: "blur(4px)",
|
|
37
|
+
bgcolor: `rgba(${e.bgcolor ? e.bgcolor.replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
38
|
+
borderRadius: e.borderRadius.sm,
|
|
39
|
+
position: "relative",
|
|
40
|
+
zIndex: 2
|
|
41
|
+
},
|
|
42
|
+
// Game state container
|
|
43
|
+
gameStateContainer: {
|
|
44
|
+
display: "flex",
|
|
45
|
+
flexDirection: "column",
|
|
46
|
+
gap: e.spacingScale.xs,
|
|
47
|
+
textAlign: "center"
|
|
48
|
+
},
|
|
49
|
+
// State title
|
|
50
|
+
stateTitle: {
|
|
51
|
+
fontFamily: e.fontFamilyPrimary,
|
|
52
|
+
fontWeight: 700,
|
|
53
|
+
fontSize: "1.5em",
|
|
54
|
+
lineHeight: "133%",
|
|
55
|
+
letterSpacing: "0.15px",
|
|
56
|
+
color: e.textColor
|
|
57
|
+
},
|
|
58
|
+
// State description
|
|
59
|
+
stateDescription: {
|
|
60
|
+
fontFamily: e.fontFamilyPrimary,
|
|
61
|
+
fontWeight: 400,
|
|
62
|
+
fontSize: "1.25em",
|
|
63
|
+
lineHeight: "140%",
|
|
64
|
+
letterSpacing: "0.15px",
|
|
65
|
+
color: e.secondaryColor,
|
|
66
|
+
opacity: "60%"
|
|
67
|
+
},
|
|
68
|
+
// Live indicator container
|
|
69
|
+
liveIndicatorContainer: {
|
|
70
|
+
display: "flex",
|
|
71
|
+
alignItems: "center",
|
|
72
|
+
justifyContent: "center",
|
|
73
|
+
gap: e.spacingScale.xs
|
|
74
|
+
},
|
|
75
|
+
// Live indicator
|
|
76
|
+
liveIndicator: {
|
|
77
|
+
width: "12px",
|
|
78
|
+
height: "12px",
|
|
79
|
+
borderRadius: "50%",
|
|
80
|
+
backgroundColor: e.dangerColor,
|
|
81
|
+
animation: "pulse 2s infinite",
|
|
82
|
+
"@keyframes pulse": {
|
|
83
|
+
"0%": {
|
|
84
|
+
opacity: 1,
|
|
85
|
+
transform: "scale(1)"
|
|
86
|
+
},
|
|
87
|
+
"50%": {
|
|
88
|
+
opacity: 0.7,
|
|
89
|
+
transform: "scale(1.1)"
|
|
90
|
+
},
|
|
91
|
+
"100%": {
|
|
92
|
+
opacity: 1,
|
|
93
|
+
transform: "scale(1)"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
// Live text
|
|
98
|
+
liveText: {
|
|
99
|
+
fontFamily: e.fontFamilyPrimary,
|
|
100
|
+
fontWeight: 600,
|
|
101
|
+
fontSize: "1em",
|
|
102
|
+
color: e.dangerColor,
|
|
103
|
+
textTransform: "uppercase",
|
|
104
|
+
letterSpacing: "0.5px"
|
|
105
|
+
},
|
|
106
|
+
// Pagination container
|
|
107
|
+
paginationContainer: {
|
|
108
|
+
display: "flex",
|
|
109
|
+
justifyContent: "center",
|
|
110
|
+
px: e.spacingScale.lg
|
|
111
|
+
},
|
|
112
|
+
// Navigation container
|
|
113
|
+
navigationContainer: {
|
|
114
|
+
display: "flex",
|
|
115
|
+
gap: e.spacingScale.md,
|
|
116
|
+
justifyContent: "center",
|
|
117
|
+
alignItems: "center"
|
|
118
|
+
},
|
|
119
|
+
matchResultBadge: {
|
|
120
|
+
display: "flex",
|
|
121
|
+
alignItems: "center",
|
|
122
|
+
alignSelf: "center",
|
|
123
|
+
gap: e.spacingScale.xs,
|
|
124
|
+
fontSize: "0.75em",
|
|
125
|
+
padding: "2px 6px",
|
|
126
|
+
minHeight: "20px",
|
|
127
|
+
borderRadius: e.borderRadius.sm,
|
|
128
|
+
border: `1px solid ${e.textColor}20`,
|
|
129
|
+
backgroundColor: e.textColor + "10",
|
|
130
|
+
width: "fit-content"
|
|
131
|
+
},
|
|
132
|
+
matchResultTeamLogo: {
|
|
133
|
+
width: "20px",
|
|
134
|
+
height: "20px",
|
|
135
|
+
borderRadius: "50%",
|
|
136
|
+
overflow: "hidden",
|
|
137
|
+
flexShrink: 0
|
|
138
|
+
},
|
|
139
|
+
matchResultScoreText: {
|
|
140
|
+
fontFamily: e.fontFamilyPrimary,
|
|
141
|
+
fontSize: "0.75em",
|
|
142
|
+
fontWeight: 600,
|
|
143
|
+
color: e.textColor,
|
|
144
|
+
lineHeight: 1
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
export {
|
|
148
|
+
t as createStyles
|
|
149
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { j as e } from "../../../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
+
import { Box as r, Typography as s } from "@mui/joy";
|
|
3
|
+
import { useInternalTheme as D, isMobile as G, useColors as i, useFontFamily as c, useCornerRadius as w, useSpacingScale as B, useImageBackgroundGradient as N } from "../../../../../../common/src/functions/theme.js";
|
|
4
|
+
import { hexToRgb as V, stripHtmlTags as L } from "../../../../../../common/src/functions/helpers.js";
|
|
5
|
+
import "../../../../../../../node_modules/i18next/dist/esm/i18next.js";
|
|
6
|
+
import "../../../../../../../node_modules/i18next-browser-languagedetector/dist/esm/i18nextBrowserLanguageDetector.js";
|
|
7
|
+
import { WidgetTemplate as x } from "../../../../../../common/src/enums/enums.js";
|
|
8
|
+
import M from "../../../../../../common/src/components/Rules.js";
|
|
9
|
+
import "react";
|
|
10
|
+
import "../../../../../../common/src/providers/ConstantsProvider.js";
|
|
11
|
+
import { useImageVariant as E } from "../../../../../../common/src/hooks/useImageVariant.js";
|
|
12
|
+
import "../../../../../../common/src/providers/ContainerProvider.js";
|
|
13
|
+
import H from "../../../Shared/MainCard.js";
|
|
14
|
+
import O from "../../../../assets/default-quiz-bg.png.js";
|
|
15
|
+
import U from "../../../../assets/default-quiz-bg-vertical.jpg.js";
|
|
16
|
+
import { createStyles as W } from "./EventGameSplitFinishedGame.styles.js";
|
|
17
|
+
import q from "../../../Shared/FinishedGameWrapper/FinishedGameWrapper.js";
|
|
18
|
+
import A from "../../../Shared/Leaderboard/LeaderboardComponent.js";
|
|
19
|
+
import z from "../../../Shared/Leaderboard/LeaderboardPagination.js";
|
|
20
|
+
import { useEventRankings as J } from "../../../../hooks/useEventRankings.js";
|
|
21
|
+
import { useTranslation as K } from "../../../../../../../node_modules/react-i18next/dist/es/useTranslation.js";
|
|
22
|
+
const ue = (t) => {
|
|
23
|
+
const g = D(), { t: h } = K(), a = G(), u = t.defaultImagePlaceholderUrl ? t.defaultImagePlaceholderUrl : a ? U : O, f = E(
|
|
24
|
+
{
|
|
25
|
+
images: t.event.images,
|
|
26
|
+
imagePlaceholder: u
|
|
27
|
+
},
|
|
28
|
+
x.SPLIT
|
|
29
|
+
), P = i().palette.danger.plainColor, p = i().textColor, j = i().textColor, C = c().secondary, y = "60%", T = c().primary, b = i().surfaceVariant, v = w(), l = B(), S = N(
|
|
30
|
+
x.SPLIT
|
|
31
|
+
), { rankings: I, pagination: o, loading: k, goToNextPage: F, goToPreviousPage: R } = J(t.event.id, t.sdk), n = W({
|
|
32
|
+
finalImage: f,
|
|
33
|
+
spacingScale: l,
|
|
34
|
+
borderRadius: v,
|
|
35
|
+
fontFamilyPrimary: T,
|
|
36
|
+
fontFamilySecondary: C,
|
|
37
|
+
secondaryColor: j,
|
|
38
|
+
opacity: y,
|
|
39
|
+
bgcolor: V(b || ""),
|
|
40
|
+
textColor: p,
|
|
41
|
+
darkTextColor: g.colorSchemes.dark.textColor,
|
|
42
|
+
imageBackgroundGradient: S,
|
|
43
|
+
isMobile: a,
|
|
44
|
+
dangerColor: P,
|
|
45
|
+
isTabulated: t.showPredictionDetails || !1
|
|
46
|
+
}), m = () => /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(r, { sx: n.questionAreaContent, children: /* @__PURE__ */ e.jsxs(r, { sx: n.mainContentContainer, children: [
|
|
47
|
+
/* @__PURE__ */ e.jsx(
|
|
48
|
+
A,
|
|
49
|
+
{
|
|
50
|
+
leaderboard: I,
|
|
51
|
+
userRanking: t.prediction,
|
|
52
|
+
showHeading: !t.showPredictionDetails,
|
|
53
|
+
isSplitVariant: !0,
|
|
54
|
+
loading: k
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
o && (o.hasNextPage || o.hasPreviousPage) && /* @__PURE__ */ e.jsx(r, { sx: n.paginationContainer, children: /* @__PURE__ */ e.jsx(
|
|
58
|
+
z,
|
|
59
|
+
{
|
|
60
|
+
hasNextPage: o.hasNextPage,
|
|
61
|
+
hasPreviousPage: o.hasPreviousPage,
|
|
62
|
+
onNextPage: F,
|
|
63
|
+
onPreviousPage: R,
|
|
64
|
+
isOverlayVariant: !1,
|
|
65
|
+
justifyContent: "center"
|
|
66
|
+
}
|
|
67
|
+
) })
|
|
68
|
+
] }) }) }), d = () => /* @__PURE__ */ e.jsx(r, { sx: n.headlineSection, children: /* @__PURE__ */ e.jsx(r, { sx: n.headlineContent, children: /* @__PURE__ */ e.jsxs(r, { children: [
|
|
69
|
+
/* @__PURE__ */ e.jsxs(
|
|
70
|
+
r,
|
|
71
|
+
{
|
|
72
|
+
sx: {
|
|
73
|
+
display: "flex",
|
|
74
|
+
alignItems: "center",
|
|
75
|
+
gap: l["3xs"]
|
|
76
|
+
},
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ e.jsx(s, { sx: n.headlineText, children: h("eventGame.headline") }),
|
|
79
|
+
/* @__PURE__ */ e.jsx(
|
|
80
|
+
M,
|
|
81
|
+
{
|
|
82
|
+
rules: t.event.rules || "",
|
|
83
|
+
rulesDisplay: t.rulesDisplay,
|
|
84
|
+
isOverlayVariant: !1
|
|
85
|
+
}
|
|
86
|
+
)
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
),
|
|
90
|
+
/* @__PURE__ */ e.jsxs(r, { sx: n.contentContainer, children: [
|
|
91
|
+
/* @__PURE__ */ e.jsx(s, { sx: n.titleText, children: t.event.title }),
|
|
92
|
+
/* @__PURE__ */ e.jsx(s, { sx: n.descriptionText, children: L(t.event.description) })
|
|
93
|
+
] })
|
|
94
|
+
] }) }) });
|
|
95
|
+
return /* @__PURE__ */ e.jsx(H, { brandingBorderColor: null, children: t.showPredictionDetails ? /* @__PURE__ */ e.jsxs(
|
|
96
|
+
q,
|
|
97
|
+
{
|
|
98
|
+
prediction: t.prediction,
|
|
99
|
+
game: t.event,
|
|
100
|
+
resultsTabPanelSxProps: {
|
|
101
|
+
display: "flex",
|
|
102
|
+
flexDirection: a ? "column" : "row",
|
|
103
|
+
px: 0,
|
|
104
|
+
pb: 0,
|
|
105
|
+
pt: 0
|
|
106
|
+
},
|
|
107
|
+
children: [
|
|
108
|
+
d(),
|
|
109
|
+
m()
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
113
|
+
d(),
|
|
114
|
+
m()
|
|
115
|
+
] }) });
|
|
116
|
+
};
|
|
117
|
+
export {
|
|
118
|
+
ue as default
|
|
119
|
+
};
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
const i = (e) => ({
|
|
2
|
+
// Main headline section with background image
|
|
3
|
+
headlineSection: {
|
|
4
|
+
display: "flex",
|
|
5
|
+
flexDirection: "column",
|
|
6
|
+
justifyContent: "space-between",
|
|
7
|
+
gap: "10px",
|
|
8
|
+
flex: e.isMobile ? "1" : "0 0 50%",
|
|
9
|
+
width: e.isMobile ? "100%" : "50%",
|
|
10
|
+
minWidth: e.isMobile ? "100%" : "50%",
|
|
11
|
+
maxWidth: e.isMobile ? "100%" : "50%",
|
|
12
|
+
backgroundImage: `url(${e.finalImage})`,
|
|
13
|
+
backgroundSize: "cover",
|
|
14
|
+
backgroundPosition: "center",
|
|
15
|
+
borderTopLeftRadius: e.isTabulated ? 0 : e.borderRadius.md,
|
|
16
|
+
borderTopRightRadius: e.isMobile ? e.isTabulated ? 0 : e.borderRadius.md : 0,
|
|
17
|
+
borderBottomLeftRadius: e.isMobile ? 0 : e.borderRadius.md,
|
|
18
|
+
overflow: "hidden",
|
|
19
|
+
height: "auto",
|
|
20
|
+
position: "relative",
|
|
21
|
+
minHeight: e.isMobile ? "210px" : "430px",
|
|
22
|
+
"&::before": {
|
|
23
|
+
content: '""',
|
|
24
|
+
position: "absolute",
|
|
25
|
+
width: "100%",
|
|
26
|
+
height: "100%",
|
|
27
|
+
background: e.imageBackgroundGradient,
|
|
28
|
+
borderTopLeftRadius: "5px",
|
|
29
|
+
borderTopRightRadius: "5px"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
// Headline content wrapper
|
|
33
|
+
headlineContent: {
|
|
34
|
+
zIndex: 1,
|
|
35
|
+
height: "100%",
|
|
36
|
+
p: e.spacingScale.xl,
|
|
37
|
+
gap: e.spacingScale.xl,
|
|
38
|
+
display: "flex",
|
|
39
|
+
flexDirection: "column",
|
|
40
|
+
justifyContent: "space-between"
|
|
41
|
+
},
|
|
42
|
+
// Headline typography
|
|
43
|
+
headlineText: {
|
|
44
|
+
fontWeight: 500,
|
|
45
|
+
lineHeight: "166%",
|
|
46
|
+
letterSpacing: "1px",
|
|
47
|
+
fontSize: "0.75em",
|
|
48
|
+
color: e.darkTextColor,
|
|
49
|
+
opacity: "70%",
|
|
50
|
+
textTransform: "uppercase",
|
|
51
|
+
fontFamily: e.fontFamilySecondary,
|
|
52
|
+
textAlign: e.isMobile ? "center" : "left"
|
|
53
|
+
},
|
|
54
|
+
// Content container
|
|
55
|
+
contentContainer: {
|
|
56
|
+
display: "flex",
|
|
57
|
+
flexDirection: "column",
|
|
58
|
+
gap: e.spacingScale["3xs"]
|
|
59
|
+
},
|
|
60
|
+
// Title typography
|
|
61
|
+
titleText: {
|
|
62
|
+
fontWeight: 700,
|
|
63
|
+
lineHeight: "133%",
|
|
64
|
+
fontSize: "1.5em",
|
|
65
|
+
letterSpacing: "0.15px",
|
|
66
|
+
color: e.darkTextColor,
|
|
67
|
+
fontFamily: e.fontFamilyPrimary,
|
|
68
|
+
textAlign: e.isMobile ? "center" : "left"
|
|
69
|
+
},
|
|
70
|
+
// Description typography
|
|
71
|
+
descriptionText: {
|
|
72
|
+
fontWeight: 400,
|
|
73
|
+
lineHeight: "140%",
|
|
74
|
+
fontSize: "1.25em",
|
|
75
|
+
letterSpacing: "0.15px",
|
|
76
|
+
color: e.darkTextColor,
|
|
77
|
+
opacity: "70%",
|
|
78
|
+
fontFamily: e.fontFamilyPrimary,
|
|
79
|
+
textAlign: e.isMobile ? "center" : "left"
|
|
80
|
+
},
|
|
81
|
+
// Question area
|
|
82
|
+
questionArea: {
|
|
83
|
+
flex: e.isMobile ? "1" : "0 0 50%",
|
|
84
|
+
width: e.isMobile ? "100%" : "50%",
|
|
85
|
+
minWidth: e.isMobile ? "100%" : "50%",
|
|
86
|
+
maxWidth: e.isMobile ? "100%" : "50%",
|
|
87
|
+
display: "flex",
|
|
88
|
+
flexDirection: "column",
|
|
89
|
+
justifyContent: "center"
|
|
90
|
+
},
|
|
91
|
+
// Lead content container (filter screen)
|
|
92
|
+
leadContentContainer: {
|
|
93
|
+
p: e.spacingScale.md,
|
|
94
|
+
gap: e.spacingScale.md,
|
|
95
|
+
display: "flex",
|
|
96
|
+
flexDirection: "column",
|
|
97
|
+
backdropFilter: "blur(4px)",
|
|
98
|
+
bgcolor: `rgba(${e.bgcolor ? e.bgcolor.replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
99
|
+
borderRadius: e.borderRadius.sm
|
|
100
|
+
},
|
|
101
|
+
// Question area content wrapper
|
|
102
|
+
questionAreaContent: {
|
|
103
|
+
p: e.spacingScale.lg,
|
|
104
|
+
display: "flex",
|
|
105
|
+
flexDirection: "column",
|
|
106
|
+
justifyContent: "center",
|
|
107
|
+
gap: "16px",
|
|
108
|
+
width: e.isMobile ? "auto" : "100%"
|
|
109
|
+
},
|
|
110
|
+
// Main content container
|
|
111
|
+
mainContentContainer: {
|
|
112
|
+
p: e.spacingScale.lg,
|
|
113
|
+
gap: e.spacingScale.md,
|
|
114
|
+
display: "flex",
|
|
115
|
+
flexDirection: "column",
|
|
116
|
+
alignItems: "center",
|
|
117
|
+
justifyContent: "center",
|
|
118
|
+
backdropFilter: "blur(4px)",
|
|
119
|
+
bgcolor: `rgba(${e.bgcolor ? e.bgcolor.replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
120
|
+
borderRadius: e.borderRadius.sm,
|
|
121
|
+
minHeight: "300px"
|
|
122
|
+
},
|
|
123
|
+
// Game state container
|
|
124
|
+
gameStateContainer: {
|
|
125
|
+
display: "flex",
|
|
126
|
+
flexDirection: "column",
|
|
127
|
+
gap: e.spacingScale.xs,
|
|
128
|
+
textAlign: "center"
|
|
129
|
+
},
|
|
130
|
+
// State title
|
|
131
|
+
stateTitle: {
|
|
132
|
+
fontFamily: e.fontFamilyPrimary,
|
|
133
|
+
fontWeight: 700,
|
|
134
|
+
fontSize: "1.5em",
|
|
135
|
+
lineHeight: "133%",
|
|
136
|
+
letterSpacing: "0.15px",
|
|
137
|
+
color: e.textColor
|
|
138
|
+
},
|
|
139
|
+
// State description
|
|
140
|
+
stateDescription: {
|
|
141
|
+
fontFamily: e.fontFamilyPrimary,
|
|
142
|
+
fontWeight: 400,
|
|
143
|
+
fontSize: "1.25em",
|
|
144
|
+
lineHeight: "140%",
|
|
145
|
+
letterSpacing: "0.15px",
|
|
146
|
+
color: e.secondaryColor,
|
|
147
|
+
opacity: e.opacity
|
|
148
|
+
},
|
|
149
|
+
// Live indicator container
|
|
150
|
+
liveIndicatorContainer: {
|
|
151
|
+
display: "flex",
|
|
152
|
+
alignItems: "center",
|
|
153
|
+
justifyContent: "center",
|
|
154
|
+
gap: e.spacingScale.xs
|
|
155
|
+
},
|
|
156
|
+
// Live indicator
|
|
157
|
+
liveIndicator: {
|
|
158
|
+
width: "12px",
|
|
159
|
+
height: "12px",
|
|
160
|
+
borderRadius: "50%",
|
|
161
|
+
backgroundColor: e.dangerColor,
|
|
162
|
+
animation: "pulse 2s infinite",
|
|
163
|
+
"@keyframes pulse": {
|
|
164
|
+
"0%": {
|
|
165
|
+
opacity: 1,
|
|
166
|
+
transform: "scale(1)"
|
|
167
|
+
},
|
|
168
|
+
"50%": {
|
|
169
|
+
opacity: 0.7,
|
|
170
|
+
transform: "scale(1.1)"
|
|
171
|
+
},
|
|
172
|
+
"100%": {
|
|
173
|
+
opacity: 1,
|
|
174
|
+
transform: "scale(1)"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
// Live text
|
|
179
|
+
liveText: {
|
|
180
|
+
fontFamily: e.fontFamilyPrimary,
|
|
181
|
+
fontWeight: 600,
|
|
182
|
+
fontSize: "1em",
|
|
183
|
+
color: e.dangerColor,
|
|
184
|
+
textTransform: "uppercase",
|
|
185
|
+
letterSpacing: "0.5px"
|
|
186
|
+
},
|
|
187
|
+
// Pagination container
|
|
188
|
+
paginationContainer: {
|
|
189
|
+
display: "flex",
|
|
190
|
+
justifyContent: "center",
|
|
191
|
+
ml: 0
|
|
192
|
+
},
|
|
193
|
+
// Navigation container
|
|
194
|
+
navigationContainer: {
|
|
195
|
+
display: "flex",
|
|
196
|
+
gap: e.spacingScale.md,
|
|
197
|
+
justifyContent: "center",
|
|
198
|
+
alignItems: "center"
|
|
199
|
+
},
|
|
200
|
+
matchResultBadge: {
|
|
201
|
+
display: "flex",
|
|
202
|
+
alignItems: "center",
|
|
203
|
+
alignSelf: "center",
|
|
204
|
+
gap: e.spacingScale.xs,
|
|
205
|
+
fontSize: "0.75em",
|
|
206
|
+
padding: "2px 6px",
|
|
207
|
+
minHeight: "20px",
|
|
208
|
+
borderRadius: e.borderRadius.sm,
|
|
209
|
+
border: `1px solid ${e.textColor}20`,
|
|
210
|
+
backgroundColor: e.textColor + "10",
|
|
211
|
+
width: "fit-content"
|
|
212
|
+
},
|
|
213
|
+
matchResultTeamLogo: {
|
|
214
|
+
width: "20px",
|
|
215
|
+
height: "20px",
|
|
216
|
+
borderRadius: "50%",
|
|
217
|
+
overflow: "hidden",
|
|
218
|
+
flexShrink: 0
|
|
219
|
+
},
|
|
220
|
+
matchResultScoreText: {
|
|
221
|
+
fontFamily: e.fontFamilyPrimary,
|
|
222
|
+
fontSize: "0.75em",
|
|
223
|
+
fontWeight: 600,
|
|
224
|
+
color: e.textColor,
|
|
225
|
+
lineHeight: 1
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
export {
|
|
229
|
+
i as createStyles
|
|
230
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { j as t } from "../../../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
+
import { Box as r } from "@mui/joy";
|
|
3
|
+
import { isMobile as v, useColors as m, useFontFamily as T, useCornerRadius as I, useSpacingScale as A, useBorderSize as M } from "../../../../../../common/src/functions/theme.js";
|
|
4
|
+
import { hexToRgb as d } from "../../../../../../common/src/functions/helpers.js";
|
|
5
|
+
import "../../../../../../../node_modules/i18next/dist/esm/i18next.js";
|
|
6
|
+
import "../../../../../../../node_modules/i18next-browser-languagedetector/dist/esm/i18nextBrowserLanguageDetector.js";
|
|
7
|
+
import { WidgetTemplate as R } from "../../../../../../common/src/enums/enums.js";
|
|
8
|
+
import w from "../../../../../../common/src/components/AdditionalCTA.js";
|
|
9
|
+
import "react";
|
|
10
|
+
import "../../../../../../common/src/providers/ConstantsProvider.js";
|
|
11
|
+
import B from "../../../../../../common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.js";
|
|
12
|
+
import { useImageVariant as E } from "../../../../../../common/src/hooks/useImageVariant.js";
|
|
13
|
+
import "../../../../../../common/src/providers/ContainerProvider.js";
|
|
14
|
+
import F from "../../../Shared/MainCard.js";
|
|
15
|
+
import G from "../../../../assets/default-quiz-bg.png.js";
|
|
16
|
+
import U from "../../../../assets/default-quiz-bg-vertical.jpg.js";
|
|
17
|
+
import { createStyles as z } from "./EventGameSplitScoreState.styles.js";
|
|
18
|
+
import D from "../../../Shared/AlertMessage.js";
|
|
19
|
+
import $ from "../../../Shared/Summary/PredictionSummary.js";
|
|
20
|
+
import { useTranslation as V } from "../../../../../../../node_modules/react-i18next/dist/es/useTranslation.js";
|
|
21
|
+
const ae = (e) => {
|
|
22
|
+
const { t: n } = V(), i = v(), u = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : i ? U : G, g = E(
|
|
23
|
+
{
|
|
24
|
+
images: e.eventGame.images,
|
|
25
|
+
imagePlaceholder: u
|
|
26
|
+
},
|
|
27
|
+
R.SPLIT
|
|
28
|
+
), x = m().textSecondary, a = m().secondaryContainer, f = T().primary, l = m().surfaceVariant, s = I(), o = A(), y = M().size, p = e.eventGame.status === "OPEN" && e.prediction && e.onPredictionUpdate, S = (P) => {
|
|
29
|
+
console.log(`Edit prediction for fixture at index: ${P}`);
|
|
30
|
+
}, c = z({
|
|
31
|
+
spacingScale: o,
|
|
32
|
+
borderRadius: s,
|
|
33
|
+
bgcolor: d(l || ""),
|
|
34
|
+
isMobile: i
|
|
35
|
+
}), b = {
|
|
36
|
+
display: "flex",
|
|
37
|
+
py: i ? o.xs : o.sm,
|
|
38
|
+
px: i ? o.sm : o.md,
|
|
39
|
+
flexDirection: "row",
|
|
40
|
+
justifyContent: "center",
|
|
41
|
+
alignItems: "center",
|
|
42
|
+
gap: "8px",
|
|
43
|
+
borderRadius: s.xl,
|
|
44
|
+
bgcolor: a,
|
|
45
|
+
border: `${y} solid ${a}`,
|
|
46
|
+
"&:hover": {
|
|
47
|
+
bgcolor: a,
|
|
48
|
+
opacity: 0.9
|
|
49
|
+
},
|
|
50
|
+
fontSize: i ? "0.750em" : "0.8125em",
|
|
51
|
+
textTransform: "uppercase"
|
|
52
|
+
}, h = {
|
|
53
|
+
display: "flex",
|
|
54
|
+
justifyContent: "center",
|
|
55
|
+
alignItems: "center",
|
|
56
|
+
gap: "8px"
|
|
57
|
+
}, C = {
|
|
58
|
+
color: x,
|
|
59
|
+
fontFamily: f,
|
|
60
|
+
fontStyle: "normal",
|
|
61
|
+
fontWeight: 500,
|
|
62
|
+
lineHeight: "22px",
|
|
63
|
+
letterSpacing: "0.46px",
|
|
64
|
+
textTransform: "uppercase"
|
|
65
|
+
}, j = () => /* @__PURE__ */ t.jsx(
|
|
66
|
+
B,
|
|
67
|
+
{
|
|
68
|
+
entity: { ...e.eventGame, labels: null },
|
|
69
|
+
headline: n("eventGame.headline"),
|
|
70
|
+
finalImage: g,
|
|
71
|
+
brandingContent: /* @__PURE__ */ t.jsx(t.Fragment, {}),
|
|
72
|
+
isTabulated: !1,
|
|
73
|
+
alwaysShowImage: !0,
|
|
74
|
+
rulesDisplay: e.rulesDisplay,
|
|
75
|
+
children: e.isUnauthorized ? /* @__PURE__ */ t.jsx(r, { sx: c.alertMessageArea, children: /* @__PURE__ */ t.jsx(r, { sx: c.alertMessageWrapper, children: /* @__PURE__ */ t.jsx(
|
|
76
|
+
D,
|
|
77
|
+
{
|
|
78
|
+
variant: "error",
|
|
79
|
+
title: n("common.authentication.accessRequired"),
|
|
80
|
+
message: n("common.authentication.invalidOrMissingAuth")
|
|
81
|
+
}
|
|
82
|
+
) }) }) : /* @__PURE__ */ t.jsxs(r, { sx: c.questionAreaContent, children: [
|
|
83
|
+
/* @__PURE__ */ t.jsx(
|
|
84
|
+
r,
|
|
85
|
+
{
|
|
86
|
+
sx: {
|
|
87
|
+
p: o.lg,
|
|
88
|
+
gap: o.lg,
|
|
89
|
+
display: "flex",
|
|
90
|
+
flexDirection: "column",
|
|
91
|
+
backdropFilter: "blur(4px)",
|
|
92
|
+
bgcolor: `rgba(${l ? d(l || "").replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
93
|
+
borderRadius: s.sm,
|
|
94
|
+
position: "relative",
|
|
95
|
+
overflow: "visible"
|
|
96
|
+
},
|
|
97
|
+
children: p ? /* @__PURE__ */ t.jsx(
|
|
98
|
+
$,
|
|
99
|
+
{
|
|
100
|
+
fixtures: e.eventGame.fixtures,
|
|
101
|
+
prediction: e.prediction,
|
|
102
|
+
onEditPrediction: S,
|
|
103
|
+
onPredictionUpdate: e.onPredictionUpdate,
|
|
104
|
+
play: e.play,
|
|
105
|
+
view: "score",
|
|
106
|
+
isSplitVariant: !0,
|
|
107
|
+
onPlayResult: e.onPlayResult
|
|
108
|
+
}
|
|
109
|
+
) : null
|
|
110
|
+
}
|
|
111
|
+
),
|
|
112
|
+
e.additionalCTA && /* @__PURE__ */ t.jsx(
|
|
113
|
+
r,
|
|
114
|
+
{
|
|
115
|
+
sx: {
|
|
116
|
+
display: "flex",
|
|
117
|
+
justifyContent: "center",
|
|
118
|
+
alignItems: "center",
|
|
119
|
+
padding: i ? o.sm : o.md
|
|
120
|
+
},
|
|
121
|
+
children: /* @__PURE__ */ t.jsx(
|
|
122
|
+
w,
|
|
123
|
+
{
|
|
124
|
+
additionalCTA: e.additionalCTA,
|
|
125
|
+
buttonStyle: b,
|
|
126
|
+
buttonContentStyle: h,
|
|
127
|
+
textStyle: C
|
|
128
|
+
}
|
|
129
|
+
)
|
|
130
|
+
}
|
|
131
|
+
)
|
|
132
|
+
] })
|
|
133
|
+
}
|
|
134
|
+
);
|
|
135
|
+
return /* @__PURE__ */ t.jsx(F, { brandingBorderColor: null, children: j() });
|
|
136
|
+
};
|
|
137
|
+
export {
|
|
138
|
+
ae as default
|
|
139
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const l = (e) => ({
|
|
2
|
+
// Question area content wrapper
|
|
3
|
+
questionAreaContent: {
|
|
4
|
+
p: e.spacingScale.lg,
|
|
5
|
+
display: "flex",
|
|
6
|
+
flexDirection: "column",
|
|
7
|
+
justifyContent: "center",
|
|
8
|
+
gap: e.spacingScale.lg,
|
|
9
|
+
flex: 1,
|
|
10
|
+
height: "100%"
|
|
11
|
+
},
|
|
12
|
+
// Lead collection container
|
|
13
|
+
leadCollectionContainer: {
|
|
14
|
+
p: e.spacingScale.lg,
|
|
15
|
+
gap: e.spacingScale.md,
|
|
16
|
+
display: "flex",
|
|
17
|
+
flexDirection: "column",
|
|
18
|
+
backdropFilter: "blur(4px)",
|
|
19
|
+
bgcolor: `rgba(${e.bgcolor ? e.bgcolor.replace(/[^\d,]/g, "") : ""}, 0.5)`,
|
|
20
|
+
borderRadius: e.borderRadius.sm
|
|
21
|
+
},
|
|
22
|
+
// Lead content wrapper
|
|
23
|
+
leadContentWrapper: {
|
|
24
|
+
display: "flex",
|
|
25
|
+
flexDirection: "column",
|
|
26
|
+
justifyContent: "center",
|
|
27
|
+
alignItems: "center",
|
|
28
|
+
alignSelf: "stretch"
|
|
29
|
+
},
|
|
30
|
+
alertMessageArea: {
|
|
31
|
+
flex: e.isMobile ? 1 : "0 0 50%",
|
|
32
|
+
width: e.isMobile ? "100%" : "50%",
|
|
33
|
+
minWidth: e.isMobile ? "100%" : "50%",
|
|
34
|
+
maxWidth: e.isMobile ? "100%" : "50%",
|
|
35
|
+
display: "flex",
|
|
36
|
+
flexDirection: "column",
|
|
37
|
+
justifyContent: "center"
|
|
38
|
+
},
|
|
39
|
+
alertMessageWrapper: {
|
|
40
|
+
p: e.spacingScale.lg
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
export {
|
|
44
|
+
l as createStyles
|
|
45
|
+
};
|