fansunited-frontend-components 0.0.31-RC5 → 0.0.31-RC6
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.js +4847 -3
- package/CollectLead.js +1253 -3
- package/EventGamePlay.js +7595 -3
- package/MatchQuizPlay.js +11002 -3
- package/PersonalityQuizPlay.js +39512 -3
- package/PollVote.js +4167 -3
- package/chunks/CollectLeadForm-DtmR2Vuf.js +844 -0
- package/chunks/Error-DhQL89pn.js +120 -0
- package/chunks/NotFoundSkeleton-BYJTzYJR.js +2425 -0
- package/chunks/OverlayLeadAfterCollection-DnqztPJ5.js +899 -0
- package/chunks/OverlayScoreStateSkeleton-C9FUhcnd.js +147 -0
- package/chunks/Portal-BWqqFvVm.js +13823 -0
- package/package.json +1 -1
- package/_virtual/_commonjsHelpers.js +0 -6
- package/_virtual/index.js +0 -4
- package/_virtual/index2.js +0 -4
- package/_virtual/index3.js +0 -4
- package/_virtual/jsx-runtime.js +0 -4
- package/_virtual/react-is.development.js +0 -4
- package/_virtual/react-is.development2.js +0 -4
- package/_virtual/react-is.production.min.js +0 -4
- package/_virtual/react-is.production.min2.js +0 -4
- package/_virtual/react-jsx-runtime.development.js +0 -4
- package/_virtual/react-jsx-runtime.production.js +0 -4
- package/packages/classic-quiz-play/src/assets/default-quiz-bg-vertical.jpg.js +0 -4
- package/packages/classic-quiz-play/src/assets/default-quiz-bg.png.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-bookmark-fav-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-crow-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-fire-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-flag-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-medal-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-rocket-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-target-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/3dicons-thumb-down-dynamic-color.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/bottle-with-popping-cork.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/crown.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/direct-hit.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/hundred-points.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/person-facepalming.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/sports-medal.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/thumbs-down.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/trophy.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/emojis/upside-down-face.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-danger.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-success.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/hexagons/shape-hexagon-warning.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/info.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/school.svg.js +0 -4
- package/packages/classic-quiz-play/src/assets/sports_score.svg.js +0 -4
- package/packages/classic-quiz-play/src/components/ClassicQuizNotFound.js +0 -23
- package/packages/classic-quiz-play/src/components/ClassicQuizPlay.js +0 -353
- package/packages/classic-quiz-play/src/components/Leads/CollectLeadWrapper.js +0 -65
- package/packages/classic-quiz-play/src/components/Shared/AlertMessage.js +0 -93
- package/packages/classic-quiz-play/src/components/Shared/Answers/Answers.js +0 -80
- package/packages/classic-quiz-play/src/components/Shared/Answers/Option.js +0 -130
- package/packages/classic-quiz-play/src/components/Shared/Button.js +0 -67
- package/packages/classic-quiz-play/src/components/Shared/MainCard.js +0 -34
- package/packages/classic-quiz-play/src/components/Shared/PresentedBy.js +0 -122
- package/packages/classic-quiz-play/src/components/Shared/ScoreStateWrapper.js +0 -443
- package/packages/classic-quiz-play/src/components/Shared/Stepper.js +0 -59
- package/packages/classic-quiz-play/src/components/Shared/Stopwatch.js +0 -109
- package/packages/classic-quiz-play/src/components/Variants/Overlay/Error/OverlayError.js +0 -45
- package/packages/classic-quiz-play/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +0 -35
- package/packages/classic-quiz-play/src/components/Variants/Overlay/OverlayVariant.js +0 -170
- package/packages/classic-quiz-play/src/components/Variants/Overlay/OverlayVariant.styles.js +0 -190
- package/packages/classic-quiz-play/src/components/Variants/Overlay/ScoreState/OverlayScoreState.js +0 -177
- package/packages/classic-quiz-play/src/components/Variants/Overlay/ScoreState/OverlayScoreState.styles.js +0 -373
- package/packages/classic-quiz-play/src/components/Variants/Overlay/SignIn/OverlaySignIn.js +0 -120
- package/packages/classic-quiz-play/src/components/Variants/Overlay/SignIn/OverlaySignIn.styles.js +0 -42
- package/packages/classic-quiz-play/src/components/Variants/Split/Error/SplitError.js +0 -42
- package/packages/classic-quiz-play/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +0 -37
- package/packages/classic-quiz-play/src/components/Variants/Split/ScoreState/SplitScoreState.js +0 -231
- package/packages/classic-quiz-play/src/components/Variants/Split/ScoreState/SplitScoreState.styles.js +0 -353
- package/packages/classic-quiz-play/src/components/Variants/Split/SignIn/SplitSignIn.js +0 -118
- package/packages/classic-quiz-play/src/components/Variants/Split/SignIn/SplitSignIn.styles.js +0 -52
- package/packages/classic-quiz-play/src/components/Variants/Split/SplitVariant.js +0 -183
- package/packages/classic-quiz-play/src/components/Variants/Split/SplitVariant.styles.js +0 -145
- package/packages/classic-quiz-play/src/components/Variants/Standard/Error/StandardError.js +0 -43
- package/packages/classic-quiz-play/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +0 -35
- package/packages/classic-quiz-play/src/components/Variants/Standard/ScoreState/StandardScoreState.js +0 -220
- package/packages/classic-quiz-play/src/components/Variants/Standard/ScoreState/StandardScoreState.styles.js +0 -347
- package/packages/classic-quiz-play/src/components/Variants/Standard/SignIn/StandardSignIn.js +0 -117
- package/packages/classic-quiz-play/src/components/Variants/Standard/SignIn/StandardSignIn.styles.js +0 -52
- package/packages/classic-quiz-play/src/components/Variants/Standard/StandardVariant.js +0 -209
- package/packages/classic-quiz-play/src/components/Variants/Standard/StandardVariant.styles.js +0 -182
- package/packages/classic-quiz-play/src/constants/constants.js +0 -4
- package/packages/classic-quiz-play/src/hooks/useClassicQuizById.js +0 -18
- package/packages/classic-quiz-play/src/hooks/useEmbedCodeContainer.js +0 -30
- package/packages/classic-quiz-play/src/hooks/useMyParticipation.js +0 -40
- package/packages/classic-quiz-play/src/hooks/useScoreStateHelpers.js +0 -117
- package/packages/classic-quiz-play/src/index.js +0 -4
- package/packages/classic-quiz-play/src/main.js +0 -7
- package/packages/collect-lead/src/assets/default-quiz-bg-vertical.jpg.js +0 -4
- package/packages/collect-lead/src/assets/default-quiz-bg.png.js +0 -4
- package/packages/collect-lead/src/components/CollectLead.js +0 -18
- package/packages/collect-lead/src/components/Leads/CollectLeadWrapper.js +0 -63
- package/packages/collect-lead/src/components/Shared/MainCard.js +0 -31
- package/packages/collect-lead/src/components/Shared/PresentedBy.js +0 -118
- package/packages/collect-lead/src/components/Variants/Overlay/LeadOverlayVariant.js +0 -72
- package/packages/collect-lead/src/components/Variants/Overlay/LeadOverlayVariant.styles.js +0 -187
- package/packages/collect-lead/src/components/Variants/Split/LeadSplitVariant.js +0 -81
- package/packages/collect-lead/src/components/Variants/Split/LeadSplitVariant.styles.js +0 -338
- package/packages/collect-lead/src/components/Variants/Standard/LeadStandardVariant.js +0 -82
- package/packages/collect-lead/src/components/Variants/Standard/LeadStandardVariant.styles.js +0 -313
- package/packages/collect-lead/src/index.js +0 -4
- package/packages/collect-lead/src/main.js +0 -39
- package/packages/collect-lead/src/providers/ConfigurationProvider.js +0 -50
- package/packages/common/src/components/AdditionalCTA.js +0 -24
- package/packages/common/src/components/AlertMessage.js +0 -88
- package/packages/common/src/components/LeadCollection/OverlayLeadAfterCollection.js +0 -111
- package/packages/common/src/components/LeadCollection/SplitLeadAfterCollection.js +0 -103
- package/packages/common/src/components/LeadCollection/StandardLeadAfterCollection.js +0 -101
- package/packages/common/src/components/Leads/CollectLeadForm.js +0 -72
- package/packages/common/src/components/Leads/ConsentsCheckboxes.js +0 -82
- package/packages/common/src/components/Leads/LeadAgreementCheckbox.js +0 -104
- package/packages/common/src/components/Leads/LeadForm.js +0 -498
- package/packages/common/src/components/Portal.js +0 -62
- package/packages/common/src/components/Rules.js +0 -299
- package/packages/common/src/components/Skeletons/NotFoundSkeleton.js +0 -83
- package/packages/common/src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.js +0 -80
- package/packages/common/src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.js +0 -190
- package/packages/common/src/components/Skeletons/Overlay/OverlaySkeleton.js +0 -68
- package/packages/common/src/components/Skeletons/Overlay/OverlaySkeleton.styles.js +0 -100
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.js +0 -65
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.js +0 -90
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateWrapperSkeleton.js +0 -34
- package/packages/common/src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateWrapperSkeleton.styles.js +0 -55
- package/packages/common/src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.js +0 -58
- package/packages/common/src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.js +0 -105
- package/packages/common/src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.js +0 -98
- package/packages/common/src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.js +0 -167
- package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.js +0 -64
- package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.js +0 -107
- package/packages/common/src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.js +0 -55
- package/packages/common/src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.js +0 -94
- package/packages/common/src/components/Skeletons/Split/SplitSkeleton.js +0 -186
- package/packages/common/src/components/Skeletons/Split/SplitSkeleton.styles.js +0 -181
- package/packages/common/src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.js +0 -173
- package/packages/common/src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.styles.js +0 -275
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardContentSkeleton.js +0 -23
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardContentSkeleton.styles.js +0 -40
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.js +0 -142
- package/packages/common/src/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.styles.js +0 -203
- package/packages/common/src/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.js +0 -157
- package/packages/common/src/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.styles.js +0 -194
- package/packages/common/src/components/Skeletons/Standard/StandardSkeleton.js +0 -238
- package/packages/common/src/components/Skeletons/Standard/StandardSkeleton.styles.js +0 -211
- package/packages/common/src/components/Spinner.js +0 -36
- package/packages/common/src/constants/constants.js +0 -457
- package/packages/common/src/enums/enums.js +0 -4
- package/packages/common/src/functions/helpers.js +0 -58
- package/packages/common/src/functions/i18n.js +0 -69
- package/packages/common/src/functions/theme.js +0 -301
- package/packages/common/src/hooks/useConstantContext.js +0 -10
- package/packages/common/src/hooks/useImageUrl.js +0 -8
- package/packages/common/src/hooks/useImageVariant.js +0 -11
- package/packages/common/src/hooks/useLeadForm.js +0 -129
- package/packages/common/src/hooks/useThemeMode.js +0 -30
- package/packages/common/src/locales/bg.json.js +0 -363
- package/packages/common/src/locales/de.json.js +0 -362
- package/packages/common/src/locales/el.json.js +0 -362
- package/packages/common/src/locales/en.json.js +0 -368
- package/packages/common/src/locales/es.json.js +0 -362
- package/packages/common/src/locales/fr-be.json.js +0 -362
- package/packages/common/src/locales/fr.json.js +0 -362
- package/packages/common/src/locales/it.json.js +0 -362
- package/packages/common/src/locales/pl.json.js +0 -362
- package/packages/common/src/locales/pt-br.json.js +0 -362
- package/packages/common/src/locales/pt.json.js +0 -362
- package/packages/common/src/locales/ro.json.js +0 -362
- package/packages/common/src/locales/sk.json.js +0 -362
- package/packages/common/src/locales/sr.json.js +0 -362
- package/packages/common/src/providers/ConstantsProvider.js +0 -29
- package/packages/common/src/providers/ContainerProvider.js +0 -35
- package/packages/common/src/providers/FontProvider.js +0 -25
- package/packages/common/src/providers/ThemeProvider.js +0 -80
- package/packages/event-game-play/src/assets/default-quiz-bg-vertical.jpg.js +0 -4
- package/packages/event-game-play/src/assets/default-quiz-bg.png.js +0 -4
- package/packages/event-game-play/src/assets/school.svg.js +0 -4
- package/packages/event-game-play/src/assets/sports_score.svg.js +0 -4
- package/packages/event-game-play/src/components/EventGameNotFound.js +0 -23
- package/packages/event-game-play/src/components/EventGamePlay.js +0 -318
- package/packages/event-game-play/src/components/Shared/AlertMessage.js +0 -93
- package/packages/event-game-play/src/components/Shared/Countdown.js +0 -125
- package/packages/event-game-play/src/components/Shared/FinishedGameWrapper/FinishedGameWrapper.js +0 -574
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanFixture.js +0 -60
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanFixture.styles.js +0 -29
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanSelector.js +0 -108
- package/packages/event-game-play/src/components/Shared/Fixtures/Boolean/BooleanSelector.styles.js +0 -44
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberFixture.js +0 -70
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberFixture.styles.js +0 -37
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberSelector.js +0 -82
- package/packages/event-game-play/src/components/Shared/Fixtures/Number/NumberSelector.styles.js +0 -64
- package/packages/event-game-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.js +0 -70
- package/packages/event-game-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.styles.js +0 -98
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextFixture.js +0 -62
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextFixture.styles.js +0 -29
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextSelector.js +0 -344
- package/packages/event-game-play/src/components/Shared/Fixtures/Text/TextSelector.styles.js +0 -70
- package/packages/event-game-play/src/components/Shared/Fixtures/shared.styles.js +0 -63
- package/packages/event-game-play/src/components/Shared/Leaderboard/LeaderboardComponent.js +0 -220
- package/packages/event-game-play/src/components/Shared/Leaderboard/LeaderboardPagination.js +0 -88
- package/packages/event-game-play/src/components/Shared/MainCard.js +0 -34
- package/packages/event-game-play/src/components/Shared/Notification.js +0 -67
- package/packages/event-game-play/src/components/Shared/Stepper.js +0 -151
- package/packages/event-game-play/src/components/Shared/Summary/EditPredictionModal.js +0 -163
- package/packages/event-game-play/src/components/Shared/Summary/EditPredictionModal.styles.js +0 -110
- package/packages/event-game-play/src/components/Shared/Summary/PredictionSummary.js +0 -118
- package/packages/event-game-play/src/components/Shared/Summary/PredictionSummary.styles.js +0 -180
- package/packages/event-game-play/src/components/Variants/Overlay/Error/EventGameOverlayError.js +0 -30
- package/packages/event-game-play/src/components/Variants/Overlay/EventGameOverlayVariant.js +0 -348
- package/packages/event-game-play/src/components/Variants/Overlay/EventGameOverlayVariant.styles.js +0 -213
- package/packages/event-game-play/src/components/Variants/Overlay/FinishedGame/EventGameOverlayFinishedGame.js +0 -130
- package/packages/event-game-play/src/components/Variants/Overlay/FinishedGame/EventGameOverlayFinishedGame.styles.js +0 -712
- package/packages/event-game-play/src/components/Variants/Overlay/ScoreState/EventGameOverlayScoreState.js +0 -141
- package/packages/event-game-play/src/components/Variants/Overlay/ScoreState/EventGameOverlayScoreState.styles.js +0 -156
- package/packages/event-game-play/src/components/Variants/Split/Error/EventGameSplitError.js +0 -28
- package/packages/event-game-play/src/components/Variants/Split/EventGameSplitVariant.js +0 -347
- package/packages/event-game-play/src/components/Variants/Split/EventGameSplitVariant.styles.js +0 -149
- package/packages/event-game-play/src/components/Variants/Split/FinishedGame/EventGameSplitFinishedGame.js +0 -119
- package/packages/event-game-play/src/components/Variants/Split/FinishedGame/EventGameSplitFinishedGame.styles.js +0 -230
- package/packages/event-game-play/src/components/Variants/Split/ScoreState/EventGameSplitScoreState.js +0 -139
- package/packages/event-game-play/src/components/Variants/Split/ScoreState/EventGameSplitScoreState.styles.js +0 -45
- package/packages/event-game-play/src/components/Variants/Standard/Error/EventGameStandardError.js +0 -29
- package/packages/event-game-play/src/components/Variants/Standard/EventGameStandardVariant.js +0 -329
- package/packages/event-game-play/src/components/Variants/Standard/EventGameStandardVariant.styles.js +0 -373
- package/packages/event-game-play/src/components/Variants/Standard/FinishedGame/EventGameStandardFinishedGame.js +0 -219
- package/packages/event-game-play/src/components/Variants/Standard/FinishedGame/EventGameStandardFinishedGame.styles.js +0 -548
- package/packages/event-game-play/src/components/Variants/Standard/ScoreState/EventGameStandardScoreState.js +0 -117
- package/packages/event-game-play/src/components/Variants/Standard/ScoreState/EventGameStandardScoreState.styles.js +0 -259
- package/packages/event-game-play/src/helpers/helpers.js +0 -11
- package/packages/event-game-play/src/hooks/useEventGameById.js +0 -27
- package/packages/event-game-play/src/hooks/useEventGamePrediction.js +0 -54
- package/packages/event-game-play/src/hooks/useEventRankings.js +0 -61
- package/packages/event-game-play/src/index.js +0 -4
- package/packages/event-game-play/src/main.js +0 -7
- package/packages/event-game-play/src/providers/ConstantsProvider.js +0 -17
- package/packages/match-quiz-play/src/assets/default-quiz-bg-vertical.jpg.js +0 -4
- package/packages/match-quiz-play/src/assets/default-quiz-bg.png.js +0 -4
- package/packages/match-quiz-play/src/assets/school.svg.js +0 -4
- package/packages/match-quiz-play/src/assets/sports_score.svg.js +0 -4
- package/packages/match-quiz-play/src/components/Leads/CollectLeadWrapper.js +0 -65
- package/packages/match-quiz-play/src/components/MatchQuizNotFound.js +0 -23
- package/packages/match-quiz-play/src/components/MatchQuizPlay.js +0 -490
- package/packages/match-quiz-play/src/components/Shared/AlertMessage.js +0 -93
- package/packages/match-quiz-play/src/components/Shared/Countdown.js +0 -125
- package/packages/match-quiz-play/src/components/Shared/FinishedGameWrapper/EarnedPointsDisplay.js +0 -64
- package/packages/match-quiz-play/src/components/Shared/FinishedGameWrapper/FinishedGameWrapper.js +0 -854
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoFixture.js +0 -63
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoFixture.styles.js +0 -29
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelector.js +0 -143
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelector.styles.js +0 -101
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelectorSplit.js +0 -97
- package/packages/match-quiz-play/src/components/Shared/Fixtures/1X2/OneXTwoSelectorSplit.styles.js +0 -77
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersFixture.js +0 -61
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersFixture.styles.js +0 -29
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersSelector.js +0 -63
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Corners/CornersSelector.styles.js +0 -41
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/CorrectScoreFixture.js +0 -72
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/CorrectScoreFixture.styles.js +0 -30
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelector.js +0 -179
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelector.styles.js +0 -163
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelectorSplit.js +0 -103
- package/packages/match-quiz-play/src/components/Shared/Fixtures/CorrectScore/ScoreSelectorSplit.styles.js +0 -86
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersFixture.js +0 -79
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersFixture.styles.js +0 -29
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersSelector.js +0 -213
- package/packages/match-quiz-play/src/components/Shared/Fixtures/Players/PlayersSelector.styles.js +0 -293
- package/packages/match-quiz-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.js +0 -116
- package/packages/match-quiz-play/src/components/Shared/Fixtures/PointsDisplay/PointsDisplay.styles.js +0 -98
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoFixture.js +0 -72
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoFixture.styles.js +0 -29
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoSelector.js +0 -108
- package/packages/match-quiz-play/src/components/Shared/Fixtures/YesNo/YesNoSelector.styles.js +0 -44
- package/packages/match-quiz-play/src/components/Shared/Fixtures/shared.styles.js +0 -63
- package/packages/match-quiz-play/src/components/Shared/Leaderboard/LeaderboardComponent.js +0 -220
- package/packages/match-quiz-play/src/components/Shared/Leaderboard/RoundedPagination.js +0 -207
- package/packages/match-quiz-play/src/components/Shared/MainCard.js +0 -34
- package/packages/match-quiz-play/src/components/Shared/Notification.js +0 -67
- package/packages/match-quiz-play/src/components/Shared/PresentedBy.js +0 -118
- package/packages/match-quiz-play/src/components/Shared/Stepper.js +0 -151
- package/packages/match-quiz-play/src/components/Shared/Summary/EditPredictionModal.js +0 -172
- package/packages/match-quiz-play/src/components/Shared/Summary/EditPredictionModal.styles.js +0 -109
- package/packages/match-quiz-play/src/components/Shared/Summary/PredictionSummary.js +0 -235
- package/packages/match-quiz-play/src/components/Shared/Summary/PredictionSummary.styles.js +0 -219
- package/packages/match-quiz-play/src/components/Variants/Overlay/Error/MatchQuizOverlayError.js +0 -45
- package/packages/match-quiz-play/src/components/Variants/Overlay/FinishedGame/MatchQuizOverlayFinishedGame.js +0 -157
- package/packages/match-quiz-play/src/components/Variants/Overlay/FinishedGame/MatchQuizOverlayFinishedGame.styles.js +0 -710
- package/packages/match-quiz-play/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +0 -35
- package/packages/match-quiz-play/src/components/Variants/Overlay/MatchQuizOverlayVariant.js +0 -499
- package/packages/match-quiz-play/src/components/Variants/Overlay/MatchQuizOverlayVariant.styles.js +0 -213
- package/packages/match-quiz-play/src/components/Variants/Overlay/ScoreState/MatchQuizOverlayScoreState.js +0 -178
- package/packages/match-quiz-play/src/components/Variants/Overlay/ScoreState/MatchQuizOverlayScoreState.styles.js +0 -128
- package/packages/match-quiz-play/src/components/Variants/Overlay/SignIn/MatchQuizOverlaySignIn.js +0 -120
- package/packages/match-quiz-play/src/components/Variants/Overlay/SignIn/MatchQuizOverlaySignIn.styles.js +0 -42
- package/packages/match-quiz-play/src/components/Variants/Split/Error/MatchQuizSplitError.js +0 -42
- package/packages/match-quiz-play/src/components/Variants/Split/FinishedGame/MatchQuizSplitFinishedGame.js +0 -185
- package/packages/match-quiz-play/src/components/Variants/Split/FinishedGame/MatchQuizSplitFinishedGame.styles.js +0 -233
- package/packages/match-quiz-play/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +0 -37
- package/packages/match-quiz-play/src/components/Variants/Split/MatchQuizSplitVariant.js +0 -511
- package/packages/match-quiz-play/src/components/Variants/Split/MatchQuizSplitVariant.styles.js +0 -149
- package/packages/match-quiz-play/src/components/Variants/Split/ScoreState/MatchQuizSplitScoreState.js +0 -164
- package/packages/match-quiz-play/src/components/Variants/Split/ScoreState/MatchQuizSplitScoreState.styles.js +0 -27
- package/packages/match-quiz-play/src/components/Variants/Split/SignIn/MatchQuizSplitSignIn.js +0 -118
- package/packages/match-quiz-play/src/components/Variants/Split/SignIn/MatchQuizSplitSignIn.styles.js +0 -52
- package/packages/match-quiz-play/src/components/Variants/Standard/Error/MatchQuizStandardError.js +0 -43
- package/packages/match-quiz-play/src/components/Variants/Standard/FinishedGame/MatchQuizStandardFinishedGame.js +0 -234
- package/packages/match-quiz-play/src/components/Variants/Standard/FinishedGame/MatchQuizStandardFinishedGame.styles.js +0 -548
- package/packages/match-quiz-play/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +0 -35
- package/packages/match-quiz-play/src/components/Variants/Standard/MatchQuizStandardVariant.js +0 -513
- package/packages/match-quiz-play/src/components/Variants/Standard/MatchQuizStandardVariant.styles.js +0 -376
- package/packages/match-quiz-play/src/components/Variants/Standard/ScoreState/MatchQuizStandardScoreState.js +0 -135
- package/packages/match-quiz-play/src/components/Variants/Standard/ScoreState/MatchQuizStandardScoreState.styles.js +0 -259
- package/packages/match-quiz-play/src/components/Variants/Standard/SignIn/MatchQuizStandardSignIn.js +0 -129
- package/packages/match-quiz-play/src/components/Variants/Standard/SignIn/MatchQuizStandardSignIn.styles.js +0 -239
- package/packages/match-quiz-play/src/helpers/helpers.js +0 -9
- package/packages/match-quiz-play/src/hooks/useMatchQuiz.js +0 -42
- package/packages/match-quiz-play/src/hooks/useMatchQuizLeaderboard.js +0 -53
- package/packages/match-quiz-play/src/hooks/useMatchQuizMarketsResults.js +0 -29
- package/packages/match-quiz-play/src/hooks/useMatchQuizPrediction.js +0 -38
- package/packages/match-quiz-play/src/index.js +0 -4
- package/packages/match-quiz-play/src/main.js +0 -7
- package/packages/match-quiz-play/src/providers/ConstantsProvider.js +0 -26
- package/packages/personality-quiz-play/dist/personality-quiz-play.es.js +0 -39513
- package/packages/poll-vote/src/assets/default-quiz-bg-vertical.jpg.js +0 -4
- package/packages/poll-vote/src/assets/default-quiz-bg.png.js +0 -4
- package/packages/poll-vote/src/components/Leads/CollectLeadWrapper.js +0 -65
- package/packages/poll-vote/src/components/PollNotFound.js +0 -23
- package/packages/poll-vote/src/components/PollVote.js +0 -270
- package/packages/poll-vote/src/components/Shared/AlertMessage.js +0 -93
- package/packages/poll-vote/src/components/Shared/Answers/PollOption.js +0 -132
- package/packages/poll-vote/src/components/Shared/Answers/PollOptions.js +0 -82
- package/packages/poll-vote/src/components/Shared/Button.js +0 -76
- package/packages/poll-vote/src/components/Shared/MainCard.js +0 -36
- package/packages/poll-vote/src/components/Shared/PresentedBy.js +0 -118
- package/packages/poll-vote/src/components/Shared/Results/PollOptionResult.js +0 -257
- package/packages/poll-vote/src/components/Shared/Results/PollOptionsResults.js +0 -232
- package/packages/poll-vote/src/components/Variants/Overlay/Error/PollOverlayError.js +0 -45
- package/packages/poll-vote/src/components/Variants/Overlay/LeadCollection/OverlayLeadAfterCollection.js +0 -34
- package/packages/poll-vote/src/components/Variants/Overlay/PollOverlayVariant.js +0 -137
- package/packages/poll-vote/src/components/Variants/Overlay/PollOverlayVariant.styles.js +0 -105
- package/packages/poll-vote/src/components/Variants/Overlay/ScoreState/PollOverlayScoreState.js +0 -107
- package/packages/poll-vote/src/components/Variants/Overlay/ScoreState/PollOverlayScoreState.styles.js +0 -178
- package/packages/poll-vote/src/components/Variants/Overlay/SignIn/PollOverlaySignIn.js +0 -120
- package/packages/poll-vote/src/components/Variants/Overlay/SignIn/PollOverlaySignIn.styles.js +0 -42
- package/packages/poll-vote/src/components/Variants/Split/Error/PollSplitError.js +0 -42
- package/packages/poll-vote/src/components/Variants/Split/LeadCollection/SplitLeadAfterCollection.js +0 -36
- package/packages/poll-vote/src/components/Variants/Split/PollSplitVariant.js +0 -231
- package/packages/poll-vote/src/components/Variants/Split/PollSplitVariant.styles.js +0 -332
- package/packages/poll-vote/src/components/Variants/Split/ScoreState/PollSplitScoreState.js +0 -155
- package/packages/poll-vote/src/components/Variants/Split/ScoreState/PollSplitScoreState.styles.js +0 -156
- package/packages/poll-vote/src/components/Variants/Split/SignIn/PollSplitSignIn.js +0 -117
- package/packages/poll-vote/src/components/Variants/Split/SignIn/PollSplitSignIn.styles.js +0 -52
- package/packages/poll-vote/src/components/Variants/Standard/Error/PollStandardError.js +0 -43
- package/packages/poll-vote/src/components/Variants/Standard/LeadCollection/StandardLeadAfterCollection.js +0 -34
- package/packages/poll-vote/src/components/Variants/Standard/PollStandardVariant.js +0 -138
- package/packages/poll-vote/src/components/Variants/Standard/PollStandardVariant.styles.js +0 -92
- package/packages/poll-vote/src/components/Variants/Standard/ScoreState/PollStandardScoreState.js +0 -146
- package/packages/poll-vote/src/components/Variants/Standard/ScoreState/PollStandardScoreState.styles.js +0 -164
- package/packages/poll-vote/src/components/Variants/Standard/SignIn/PollStandardSignIn.js +0 -129
- package/packages/poll-vote/src/components/Variants/Standard/SignIn/PollStandardSignIn.styles.js +0 -248
- package/packages/poll-vote/src/hooks/useEmbedCodeContainer.js +0 -30
- package/packages/poll-vote/src/hooks/useMyPollVote.js +0 -43
- package/packages/poll-vote/src/hooks/usePollById.js +0 -16
- package/packages/poll-vote/src/hooks/usePollOptionsImages.js +0 -19
- package/packages/poll-vote/src/index.js +0 -4
- package/packages/poll-vote/src/main.js +0 -7
package/packages/common/src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.js
DELETED
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
const l = (e) => {
|
|
2
|
-
var t, i, n;
|
|
3
|
-
return {
|
|
4
|
-
// Main headline section with background image
|
|
5
|
-
headlineSection: {
|
|
6
|
-
display: "flex",
|
|
7
|
-
flexDirection: "column",
|
|
8
|
-
justifyContent: "space-between",
|
|
9
|
-
gap: "10px",
|
|
10
|
-
flex: "0.5",
|
|
11
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
12
|
-
backgroundSize: "cover",
|
|
13
|
-
backgroundPosition: "center",
|
|
14
|
-
borderTopLeftRadius: e.mdBorderRadius,
|
|
15
|
-
borderTopRightRadius: e.isMobile ? e.mdBorderRadius : 0,
|
|
16
|
-
borderBottomLeftRadius: e.isMobile ? 0 : e.mdBorderRadius,
|
|
17
|
-
overflow: "hidden",
|
|
18
|
-
height: "auto",
|
|
19
|
-
position: "relative",
|
|
20
|
-
minHeight: e.isMobile ? "210px" : "430px",
|
|
21
|
-
"&::before": {
|
|
22
|
-
content: '""',
|
|
23
|
-
position: "absolute",
|
|
24
|
-
width: "100%",
|
|
25
|
-
height: "100%",
|
|
26
|
-
background: e.imageBackgroundGradient,
|
|
27
|
-
borderTopLeftRadius: "5px",
|
|
28
|
-
borderTopRightRadius: "5px"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
// Headline content wrapper
|
|
32
|
-
headlineContent: {
|
|
33
|
-
zIndex: 1,
|
|
34
|
-
height: "100%",
|
|
35
|
-
p: e.spacingScale.xl,
|
|
36
|
-
gap: e.spacingScale.xl,
|
|
37
|
-
display: "flex",
|
|
38
|
-
flexDirection: "column",
|
|
39
|
-
justifyContent: "space-between"
|
|
40
|
-
},
|
|
41
|
-
// Headline text
|
|
42
|
-
headlineText: {
|
|
43
|
-
fontWeight: 500,
|
|
44
|
-
lineHeight: "166%",
|
|
45
|
-
letterSpacing: "1px",
|
|
46
|
-
fontSize: "0.75em",
|
|
47
|
-
color: ((t = e.brandingColors) == null ? void 0 : t.secondaryColor) || e.darkTextColor,
|
|
48
|
-
opacity: "70%",
|
|
49
|
-
textTransform: "uppercase",
|
|
50
|
-
fontFamily: e.fontFamilySecondary,
|
|
51
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
52
|
-
},
|
|
53
|
-
// Content container
|
|
54
|
-
contentContainer: {
|
|
55
|
-
display: "flex",
|
|
56
|
-
flexDirection: "column",
|
|
57
|
-
gap: e.spacingScale["3xs"]
|
|
58
|
-
},
|
|
59
|
-
// Title text
|
|
60
|
-
titleText: {
|
|
61
|
-
fontWeight: 700,
|
|
62
|
-
lineHeight: "133%",
|
|
63
|
-
fontSize: "1.5em",
|
|
64
|
-
letterSpacing: "0.15px",
|
|
65
|
-
color: ((i = e.brandingColors) == null ? void 0 : i.contentColor) || e.darkTextColor,
|
|
66
|
-
fontFamily: e.fontFamilyPrimary,
|
|
67
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
68
|
-
},
|
|
69
|
-
// Description text
|
|
70
|
-
descriptionText: {
|
|
71
|
-
fontWeight: 400,
|
|
72
|
-
lineHeight: "140%",
|
|
73
|
-
fontSize: "1.25em",
|
|
74
|
-
letterSpacing: "0.15px",
|
|
75
|
-
color: ((n = e.brandingColors) == null ? void 0 : n.secondaryColor) || e.darkTextColor,
|
|
76
|
-
opacity: "70%",
|
|
77
|
-
fontFamily: e.fontFamilyPrimary,
|
|
78
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
79
|
-
},
|
|
80
|
-
// Presented by desktop container
|
|
81
|
-
presentedByDesktop: {
|
|
82
|
-
display: e.isMobile ? "none" : "block"
|
|
83
|
-
},
|
|
84
|
-
// Question area (error section)
|
|
85
|
-
questionArea: {
|
|
86
|
-
flex: "0.5",
|
|
87
|
-
display: "flex",
|
|
88
|
-
flexDirection: "column",
|
|
89
|
-
justifyContent: "center",
|
|
90
|
-
gap: e.spacingScale.md,
|
|
91
|
-
p: e.spacingScale.lg
|
|
92
|
-
},
|
|
93
|
-
// Presented by mobile container
|
|
94
|
-
presentedByMobile: {
|
|
95
|
-
display: e.isMobile ? "block" : "none"
|
|
96
|
-
},
|
|
97
|
-
// CTA container
|
|
98
|
-
ctaContainer: {
|
|
99
|
-
display: "flex",
|
|
100
|
-
flexDirection: "column",
|
|
101
|
-
alignItems: "center"
|
|
102
|
-
},
|
|
103
|
-
// CTA content wrapper
|
|
104
|
-
ctaContentWrapper: {
|
|
105
|
-
display: "flex",
|
|
106
|
-
flexDirection: "column",
|
|
107
|
-
justifyContent: "center",
|
|
108
|
-
alignItems: "center",
|
|
109
|
-
gap: e.spacingScale.lg
|
|
110
|
-
},
|
|
111
|
-
// Buttons container
|
|
112
|
-
buttonsContainer: {
|
|
113
|
-
display: "flex",
|
|
114
|
-
flexDirection: "column",
|
|
115
|
-
gap: "16px"
|
|
116
|
-
},
|
|
117
|
-
// Try again button
|
|
118
|
-
tryAgainButton: {
|
|
119
|
-
display: "flex",
|
|
120
|
-
py: e.spacingScale.xs,
|
|
121
|
-
px: "16px",
|
|
122
|
-
flexDirection: "column",
|
|
123
|
-
justifyContent: "center",
|
|
124
|
-
alignItems: "center",
|
|
125
|
-
gap: "8px",
|
|
126
|
-
borderRadius: e.borderRadius.xl,
|
|
127
|
-
color: e.textPrimary,
|
|
128
|
-
bgcolor: e.surfaceColor,
|
|
129
|
-
"&:hover": {
|
|
130
|
-
bgcolor: e.onSurfaceColor
|
|
131
|
-
},
|
|
132
|
-
fontSize: "0.9375em"
|
|
133
|
-
},
|
|
134
|
-
// Try again button content
|
|
135
|
-
tryAgainButtonContent: {
|
|
136
|
-
display: "flex",
|
|
137
|
-
justifyContent: "center",
|
|
138
|
-
alignItems: "center",
|
|
139
|
-
gap: "8px",
|
|
140
|
-
alignSelf: "stretch"
|
|
141
|
-
},
|
|
142
|
-
// Try again icon
|
|
143
|
-
tryAgainIcon: {
|
|
144
|
-
display: "flex",
|
|
145
|
-
width: "16px",
|
|
146
|
-
height: "16px",
|
|
147
|
-
justifyContent: "flex-end",
|
|
148
|
-
alignItems: "center",
|
|
149
|
-
color: e.textPrimary
|
|
150
|
-
},
|
|
151
|
-
// Try again text
|
|
152
|
-
tryAgainText: {
|
|
153
|
-
color: e.textPrimary,
|
|
154
|
-
textAlign: "center",
|
|
155
|
-
fontFamily: e.fontFamilyPrimary,
|
|
156
|
-
fontSize: "0.8125em",
|
|
157
|
-
fontStyle: "normal",
|
|
158
|
-
fontWeight: 500,
|
|
159
|
-
lineHeight: "22px",
|
|
160
|
-
letterSpacing: "0.46px",
|
|
161
|
-
textTransform: "uppercase"
|
|
162
|
-
}
|
|
163
|
-
};
|
|
164
|
-
};
|
|
165
|
-
export {
|
|
166
|
-
l as createStyles
|
|
167
|
-
};
|
package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { j as e } from "../../../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { Box as r, Typography as t } from "@mui/joy";
|
|
3
|
-
import { createStyles as k } from "./SplitScoreStateSkeleton.styles.js";
|
|
4
|
-
import { isMobile as C, isLarge as I, useInternalTheme as B, useSpacingScale as F, useFontFamily as l, useCornerRadius as R, useImageBackgroundGradient as v } from "../../../../functions/theme.js";
|
|
5
|
-
import { stripHtmlTags as L } from "../../../../functions/helpers.js";
|
|
6
|
-
import { WidgetTemplate as G } from "../../../../enums/enums.js";
|
|
7
|
-
import M from "../../../Rules.js";
|
|
8
|
-
const W = ({
|
|
9
|
-
entity: o,
|
|
10
|
-
headline: a,
|
|
11
|
-
finalImage: c,
|
|
12
|
-
brandingContent: d,
|
|
13
|
-
children: m,
|
|
14
|
-
isTabulated: x = !1,
|
|
15
|
-
alwaysShowImage: p = !1,
|
|
16
|
-
rulesDisplay: g
|
|
17
|
-
}) => {
|
|
18
|
-
var i;
|
|
19
|
-
const u = C(), h = I(), j = B(), n = F(), f = l().primary, y = l().secondary, S = R(), T = v(
|
|
20
|
-
G.SPLIT
|
|
21
|
-
), b = ((i = o.branding) == null ? void 0 : i.colors) || null, s = k({
|
|
22
|
-
finalImage: c,
|
|
23
|
-
spacingScale: n,
|
|
24
|
-
borderRadius: S,
|
|
25
|
-
fontFamilyPrimary: f,
|
|
26
|
-
fontFamilySecondary: y,
|
|
27
|
-
brandingColors: b,
|
|
28
|
-
darkTextColor: j.colorSchemes.dark.textColor,
|
|
29
|
-
imageBackgroundGradient: T,
|
|
30
|
-
isMobile: u,
|
|
31
|
-
isLarge: h,
|
|
32
|
-
isTabulated: x,
|
|
33
|
-
alwaysShowImage: p
|
|
34
|
-
});
|
|
35
|
-
return /* @__PURE__ */ e.jsxs(r, { sx: s.wrapper, children: [
|
|
36
|
-
/* @__PURE__ */ e.jsx(r, { sx: s.desktopImageSection, children: /* @__PURE__ */ e.jsxs(r, { sx: s.imageSectionContent, children: [
|
|
37
|
-
/* @__PURE__ */ e.jsxs(r, { children: [
|
|
38
|
-
/* @__PURE__ */ e.jsxs(
|
|
39
|
-
r,
|
|
40
|
-
{
|
|
41
|
-
sx: {
|
|
42
|
-
display: "flex",
|
|
43
|
-
alignItems: "center",
|
|
44
|
-
gap: n["3xs"]
|
|
45
|
-
},
|
|
46
|
-
children: [
|
|
47
|
-
/* @__PURE__ */ e.jsx(t, { level: "body-sm", sx: s.headlineText, children: a }),
|
|
48
|
-
/* @__PURE__ */ e.jsx(M, { rulesDisplay: g, rules: o.rules || "" })
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
),
|
|
52
|
-
/* @__PURE__ */ e.jsxs(r, { sx: s.contentContainer, children: [
|
|
53
|
-
/* @__PURE__ */ e.jsx(t, { level: "body-lg", sx: s.titleText, children: o.title }),
|
|
54
|
-
/* @__PURE__ */ e.jsx(t, { level: "body-md", sx: s.descriptionText, children: L(o.description) })
|
|
55
|
-
] })
|
|
56
|
-
] }),
|
|
57
|
-
/* @__PURE__ */ e.jsx(r, { sx: s.presentedByDesktop, children: d })
|
|
58
|
-
] }) }),
|
|
59
|
-
/* @__PURE__ */ e.jsx(r, { sx: s.questionArea, children: m })
|
|
60
|
-
] });
|
|
61
|
-
};
|
|
62
|
-
export {
|
|
63
|
-
W as default
|
|
64
|
-
};
|
package/packages/common/src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.js
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
const l = (e) => {
|
|
2
|
-
var a, i, t;
|
|
3
|
-
return {
|
|
4
|
-
// Wrapper container for the entire split layout
|
|
5
|
-
wrapper: {
|
|
6
|
-
display: "flex",
|
|
7
|
-
flexDirection: e.isMobile || e.isLarge && !e.alwaysShowImage || e.alwaysShowImage && e.isLarge ? "column" : "row",
|
|
8
|
-
width: "100%"
|
|
9
|
-
},
|
|
10
|
-
// Desktop image section with background image and overlay
|
|
11
|
-
desktopImageSection: {
|
|
12
|
-
display: e.isLarge && !e.alwaysShowImage ? "none" : "flex",
|
|
13
|
-
flexDirection: "column",
|
|
14
|
-
justifyContent: "space-between",
|
|
15
|
-
gap: "10px",
|
|
16
|
-
flex: e.isMobile || e.isLarge && e.alwaysShowImage ? "1" : "0 0 50%",
|
|
17
|
-
width: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
18
|
-
minWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
19
|
-
maxWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
20
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
21
|
-
backgroundSize: "cover",
|
|
22
|
-
backgroundPosition: "center",
|
|
23
|
-
borderTopLeftRadius: e.isTabulated ? 0 : e.borderRadius.md,
|
|
24
|
-
borderTopRightRadius: e.isMobile || e.isLarge && e.alwaysShowImage ? e.isTabulated ? 0 : e.borderRadius.md : 0,
|
|
25
|
-
borderBottomLeftRadius: e.isMobile || e.isLarge && e.alwaysShowImage ? 0 : e.borderRadius.md,
|
|
26
|
-
overflow: "hidden",
|
|
27
|
-
height: "auto",
|
|
28
|
-
position: "relative",
|
|
29
|
-
minHeight: e.isMobile || e.isLarge && e.alwaysShowImage ? "210px" : "430px",
|
|
30
|
-
maxHeight: e.isMobile || e.isLarge && e.alwaysShowImage ? "auto" : "100%",
|
|
31
|
-
"&::before": {
|
|
32
|
-
content: '""',
|
|
33
|
-
position: "absolute",
|
|
34
|
-
width: "100%",
|
|
35
|
-
height: "100%",
|
|
36
|
-
background: e.imageBackgroundGradient,
|
|
37
|
-
borderTopLeftRadius: "5px",
|
|
38
|
-
borderTopRightRadius: "5px"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
// Image section content wrapper
|
|
42
|
-
imageSectionContent: {
|
|
43
|
-
zIndex: 1,
|
|
44
|
-
height: "100%",
|
|
45
|
-
p: e.spacingScale.xl,
|
|
46
|
-
display: "flex",
|
|
47
|
-
flexDirection: "column",
|
|
48
|
-
justifyContent: "space-between",
|
|
49
|
-
gap: e.spacingScale.xl
|
|
50
|
-
},
|
|
51
|
-
// Headline text
|
|
52
|
-
headlineText: {
|
|
53
|
-
fontWeight: 500,
|
|
54
|
-
lineHeight: "166%",
|
|
55
|
-
letterSpacing: "1px",
|
|
56
|
-
fontSize: "0.75em",
|
|
57
|
-
color: ((a = e.brandingColors) == null ? void 0 : a.secondaryColor) || e.darkTextColor,
|
|
58
|
-
opacity: "70%",
|
|
59
|
-
textTransform: "uppercase",
|
|
60
|
-
fontFamily: e.fontFamilySecondary,
|
|
61
|
-
textAlign: e.isLarge ? "center" : "left"
|
|
62
|
-
},
|
|
63
|
-
// Content container (title + description)
|
|
64
|
-
contentContainer: {
|
|
65
|
-
display: "flex",
|
|
66
|
-
flexDirection: "column",
|
|
67
|
-
gap: e.spacingScale["3xs"]
|
|
68
|
-
},
|
|
69
|
-
// Title text
|
|
70
|
-
titleText: {
|
|
71
|
-
fontWeight: 700,
|
|
72
|
-
lineHeight: "133%",
|
|
73
|
-
fontSize: "1.5em",
|
|
74
|
-
letterSpacing: "0.15px",
|
|
75
|
-
color: ((i = e.brandingColors) == null ? void 0 : i.contentColor) || e.darkTextColor,
|
|
76
|
-
fontFamily: e.fontFamilyPrimary,
|
|
77
|
-
textAlign: e.isLarge ? "center" : "left"
|
|
78
|
-
},
|
|
79
|
-
// Description text
|
|
80
|
-
descriptionText: {
|
|
81
|
-
fontWeight: 500,
|
|
82
|
-
lineHeight: "140%",
|
|
83
|
-
fontSize: "1.25em",
|
|
84
|
-
letterSpacing: "0.15px",
|
|
85
|
-
color: ((t = e.brandingColors) == null ? void 0 : t.secondaryColor) || e.darkTextColor,
|
|
86
|
-
opacity: "70%",
|
|
87
|
-
fontFamily: e.fontFamilyPrimary,
|
|
88
|
-
textAlign: e.isLarge ? "center" : "left"
|
|
89
|
-
},
|
|
90
|
-
// Presented by desktop container
|
|
91
|
-
presentedByDesktop: {
|
|
92
|
-
display: "block"
|
|
93
|
-
},
|
|
94
|
-
// Question/Content area (right side on desktop, below image on mobile)
|
|
95
|
-
questionArea: {
|
|
96
|
-
flex: e.isMobile || e.isLarge && !e.alwaysShowImage || e.alwaysShowImage && e.isLarge ? "1" : "0 0 50%",
|
|
97
|
-
width: e.isMobile || e.isLarge && !e.alwaysShowImage || e.alwaysShowImage && e.isLarge ? "100%" : "50%",
|
|
98
|
-
minWidth: e.isMobile || e.isLarge && !e.alwaysShowImage || e.alwaysShowImage && e.isLarge ? "100%" : "50%",
|
|
99
|
-
maxWidth: e.isMobile || e.isLarge && !e.alwaysShowImage || e.alwaysShowImage && e.isLarge ? "100%" : "50%",
|
|
100
|
-
display: "flex",
|
|
101
|
-
flexDirection: "column"
|
|
102
|
-
}
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
export {
|
|
106
|
-
l as createStyles
|
|
107
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { j as e } from "../../../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { Box as o, Typography as c } from "@mui/joy";
|
|
3
|
-
import { createStyles as T } from "./SplitSignInSkeleton.styles.js";
|
|
4
|
-
import { isMobile as C, useInternalTheme as F, useSpacingScale as I, useFontFamily as m, useCornerRadius as R } from "../../../../functions/theme.js";
|
|
5
|
-
import { stripHtmlTags as k } from "../../../../functions/helpers.js";
|
|
6
|
-
import M from "../../../Rules.js";
|
|
7
|
-
const W = ({
|
|
8
|
-
entity: r,
|
|
9
|
-
headline: d,
|
|
10
|
-
finalImage: p,
|
|
11
|
-
signInContent: h,
|
|
12
|
-
brandingContent: i,
|
|
13
|
-
rulesDisplay: j
|
|
14
|
-
}) => {
|
|
15
|
-
var x;
|
|
16
|
-
const n = C(), a = F(), l = I(), u = m().primary, y = m().secondary, f = R(), t = ((x = r.branding) == null ? void 0 : x.colors) || null, S = (t == null ? void 0 : t.contentColor) || a.colorSchemes.dark.textColor, g = (t == null ? void 0 : t.secondaryColor) || a.colorSchemes.dark.textColor, s = T({
|
|
17
|
-
finalImage: p,
|
|
18
|
-
spacingScale: l,
|
|
19
|
-
borderRadius: f,
|
|
20
|
-
fontFamilyPrimary: u,
|
|
21
|
-
fontFamilySecondary: y,
|
|
22
|
-
secondaryColor: g,
|
|
23
|
-
contentColor: S,
|
|
24
|
-
opacity: "60%",
|
|
25
|
-
isMobile: n
|
|
26
|
-
});
|
|
27
|
-
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
28
|
-
/* @__PURE__ */ e.jsx(o, { sx: s.headlineSection, children: /* @__PURE__ */ e.jsxs(o, { sx: s.headlineContent, children: [
|
|
29
|
-
/* @__PURE__ */ e.jsxs(o, { sx: { display: "flex", flexDirection: "column", alignItems: n ? "center" : "flex-start", gap: l["3xs"] }, children: [
|
|
30
|
-
/* @__PURE__ */ e.jsxs(o, { sx: { display: "flex", alignItems: "center", gap: l["3xs"] }, children: [
|
|
31
|
-
/* @__PURE__ */ e.jsx(c, { sx: s.headlineText, children: d }),
|
|
32
|
-
/* @__PURE__ */ e.jsx(
|
|
33
|
-
M,
|
|
34
|
-
{
|
|
35
|
-
rulesDisplay: j,
|
|
36
|
-
rules: r.rules || ""
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
] }),
|
|
40
|
-
/* @__PURE__ */ e.jsxs(o, { sx: s.contentContainer, children: [
|
|
41
|
-
/* @__PURE__ */ e.jsx(c, { sx: s.titleText, children: r.title }),
|
|
42
|
-
/* @__PURE__ */ e.jsx(c, { sx: s.descriptionText, children: k(r.description) })
|
|
43
|
-
] })
|
|
44
|
-
] }),
|
|
45
|
-
n ? /* @__PURE__ */ e.jsx(e.Fragment, {}) : i
|
|
46
|
-
] }) }),
|
|
47
|
-
/* @__PURE__ */ e.jsx(o, { sx: s.mainContentArea, children: /* @__PURE__ */ e.jsxs(o, { sx: s.ctaWrapper, children: [
|
|
48
|
-
h,
|
|
49
|
-
n && i
|
|
50
|
-
] }) })
|
|
51
|
-
] });
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
W as default
|
|
55
|
-
};
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
const t = (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: "0.5",
|
|
9
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
10
|
-
backgroundSize: "cover",
|
|
11
|
-
backgroundPosition: "center",
|
|
12
|
-
borderTopLeftRadius: e.borderRadius.md,
|
|
13
|
-
borderTopRightRadius: e.isMobile ? e.borderRadius.md : 0,
|
|
14
|
-
borderBottomLeftRadius: e.isMobile ? 0 : e.borderRadius.md,
|
|
15
|
-
overflow: "hidden",
|
|
16
|
-
height: "auto",
|
|
17
|
-
position: "relative",
|
|
18
|
-
minHeight: e.isMobile ? "210px" : "430px",
|
|
19
|
-
"&::before": {
|
|
20
|
-
content: '""',
|
|
21
|
-
position: "absolute",
|
|
22
|
-
width: "100%",
|
|
23
|
-
height: "100%",
|
|
24
|
-
borderTopLeftRadius: "5px",
|
|
25
|
-
borderTopRightRadius: "5px"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
// Main content area
|
|
29
|
-
mainContentArea: {
|
|
30
|
-
flex: "0.5",
|
|
31
|
-
display: "flex",
|
|
32
|
-
flexDirection: "column",
|
|
33
|
-
justifyContent: "center",
|
|
34
|
-
p: e.spacingScale.lg
|
|
35
|
-
},
|
|
36
|
-
headlineContent: {
|
|
37
|
-
zIndex: 1,
|
|
38
|
-
height: "100%",
|
|
39
|
-
p: e.spacingScale.xl,
|
|
40
|
-
gap: e.spacingScale.xl,
|
|
41
|
-
display: "flex",
|
|
42
|
-
flexDirection: "column",
|
|
43
|
-
justifyContent: "space-between"
|
|
44
|
-
},
|
|
45
|
-
// Headline text
|
|
46
|
-
headlineText: {
|
|
47
|
-
fontWeight: 500,
|
|
48
|
-
lineHeight: "166%",
|
|
49
|
-
letterSpacing: "1px",
|
|
50
|
-
fontSize: "0.75em",
|
|
51
|
-
color: e.secondaryColor,
|
|
52
|
-
opacity: "70%",
|
|
53
|
-
textTransform: "uppercase",
|
|
54
|
-
fontFamily: e.fontFamilySecondary,
|
|
55
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
56
|
-
},
|
|
57
|
-
// Title text
|
|
58
|
-
titleText: {
|
|
59
|
-
fontWeight: 700,
|
|
60
|
-
lineHeight: "133%",
|
|
61
|
-
fontSize: "1.5em",
|
|
62
|
-
letterSpacing: "0.15px",
|
|
63
|
-
color: e.contentColor,
|
|
64
|
-
fontFamily: e.fontFamilyPrimary,
|
|
65
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
66
|
-
},
|
|
67
|
-
// Description text
|
|
68
|
-
descriptionText: {
|
|
69
|
-
fontWeight: 400,
|
|
70
|
-
lineHeight: "140%",
|
|
71
|
-
fontSize: "1.25em",
|
|
72
|
-
letterSpacing: "0.15px",
|
|
73
|
-
color: e.secondaryColor,
|
|
74
|
-
opacity: "70%",
|
|
75
|
-
fontFamily: e.fontFamilyPrimary,
|
|
76
|
-
textAlign: e.isMobile ? "center" : "left"
|
|
77
|
-
},
|
|
78
|
-
ctaWrapper: {
|
|
79
|
-
display: "flex",
|
|
80
|
-
flexDirection: "column",
|
|
81
|
-
justifyContent: "space-between",
|
|
82
|
-
alignItems: "center",
|
|
83
|
-
gap: e.spacingScale["2xl"]
|
|
84
|
-
},
|
|
85
|
-
// Content container
|
|
86
|
-
contentContainer: {
|
|
87
|
-
display: "flex",
|
|
88
|
-
flexDirection: "column",
|
|
89
|
-
gap: e.spacingScale["3xs"]
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
export {
|
|
93
|
-
t as createStyles
|
|
94
|
-
};
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { j as e } from "../../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
-
import { Box as t, Typography as n, AspectRatio as W } from "@mui/joy";
|
|
3
|
-
import { isMobile as v, isLarge as E, useInternalTheme as J, useSpacingScale as K, useFontFamily as y, useCornerRadius as O, useColors as u, useImageBackgroundGradient as P } from "../../../functions/theme.js";
|
|
4
|
-
import { hexToRgb as Q, getBrandingClickUrl as X, stripHtmlTags as f } from "../../../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 Y } from "../../../enums/enums.js";
|
|
8
|
-
import g from "../../Rules.js";
|
|
9
|
-
import "react";
|
|
10
|
-
import "../../../providers/ConstantsProvider.js";
|
|
11
|
-
import { createStyles as Z } from "./SplitSkeleton.styles.js";
|
|
12
|
-
import "../../../providers/ContainerProvider.js";
|
|
13
|
-
const ae = ({
|
|
14
|
-
entity: s,
|
|
15
|
-
headline: d,
|
|
16
|
-
finalImage: T,
|
|
17
|
-
children: A,
|
|
18
|
-
embedCodeContainerRef: m,
|
|
19
|
-
hasEmbedCode: C = !1,
|
|
20
|
-
brandingLogo: I,
|
|
21
|
-
renderPresentedBy: l,
|
|
22
|
-
rulesDisplay: p
|
|
23
|
-
}) => {
|
|
24
|
-
var N, w;
|
|
25
|
-
const F = v(), H = E(), c = s.type === "poll" || s.type === "match-quiz" ? H : F, R = J(), x = K(), q = y().primary, G = y().secondary, M = O(), o = ((N = s.branding) == null ? void 0 : N.colors) || null, i = ((w = s.branding) == null ? void 0 : w.urls) || null, S = (o == null ? void 0 : o.contentColor) || u().textColor, V = (o == null ? void 0 : o.secondaryColor) || u().textColor, _ = (o == null ? void 0 : o.backgroundColor) || u().surfaceVariant, b = "60%", k = R.colorSchemes.dark.textColor, z = P(
|
|
26
|
-
Y.SPLIT
|
|
27
|
-
), r = Z({
|
|
28
|
-
finalImage: T,
|
|
29
|
-
spacingScale: x,
|
|
30
|
-
borderRadius: M,
|
|
31
|
-
fontFamilyPrimary: q,
|
|
32
|
-
fontFamilySecondary: G,
|
|
33
|
-
secondaryColor: V,
|
|
34
|
-
opacity: b,
|
|
35
|
-
bgcolor: Q(_ || ""),
|
|
36
|
-
textColor: S,
|
|
37
|
-
brandingColors: o,
|
|
38
|
-
darkTextColor: k,
|
|
39
|
-
imageBackgroundGradient: z,
|
|
40
|
-
isMobile: c
|
|
41
|
-
}), a = X(
|
|
42
|
-
i == null ? void 0 : i.primaryUrl,
|
|
43
|
-
i == null ? void 0 : i.secondaryUrl,
|
|
44
|
-
"image"
|
|
45
|
-
), B = () => {
|
|
46
|
-
a && window.open(a, "_blank", "noopener,noreferrer");
|
|
47
|
-
}, L = (h, j) => a ? typeof window > "u" ? /* @__PURE__ */ e.jsx(
|
|
48
|
-
t,
|
|
49
|
-
{
|
|
50
|
-
component: "a",
|
|
51
|
-
href: a,
|
|
52
|
-
target: "_blank",
|
|
53
|
-
rel: "noopener noreferrer",
|
|
54
|
-
sx: {
|
|
55
|
-
...j,
|
|
56
|
-
cursor: "pointer",
|
|
57
|
-
textDecoration: "none"
|
|
58
|
-
},
|
|
59
|
-
children: h
|
|
60
|
-
}
|
|
61
|
-
) : /* @__PURE__ */ e.jsx(
|
|
62
|
-
t,
|
|
63
|
-
{
|
|
64
|
-
sx: {
|
|
65
|
-
...j,
|
|
66
|
-
cursor: "pointer"
|
|
67
|
-
},
|
|
68
|
-
onClick: B,
|
|
69
|
-
children: h
|
|
70
|
-
}
|
|
71
|
-
) : /* @__PURE__ */ e.jsx(t, { sx: j, children: h }), U = () => C && m ? /* @__PURE__ */ e.jsx(t, { sx: r.embedCodeHeadlineSection, children: /* @__PURE__ */ e.jsx(
|
|
72
|
-
W,
|
|
73
|
-
{
|
|
74
|
-
ratio: "16/9",
|
|
75
|
-
sx: r.aspectRatioContainer,
|
|
76
|
-
slotProps: { content: { sx: { height: "100%" } } },
|
|
77
|
-
children: /* @__PURE__ */ e.jsx(t, { ref: m })
|
|
78
|
-
}
|
|
79
|
-
) }) : T ? L(
|
|
80
|
-
/* @__PURE__ */ e.jsxs(t, { sx: r.headlineContent, children: [
|
|
81
|
-
/* @__PURE__ */ e.jsxs(t, { children: [
|
|
82
|
-
/* @__PURE__ */ e.jsxs(
|
|
83
|
-
t,
|
|
84
|
-
{
|
|
85
|
-
sx: {
|
|
86
|
-
display: "flex",
|
|
87
|
-
alignItems: "center",
|
|
88
|
-
justifyContent: c ? "center" : "flex-start",
|
|
89
|
-
gap: x["3xs"]
|
|
90
|
-
},
|
|
91
|
-
children: [
|
|
92
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.headlineText, children: d }),
|
|
93
|
-
/* @__PURE__ */ e.jsx(g, { rulesDisplay: p, rules: s.rules || "" })
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
),
|
|
97
|
-
/* @__PURE__ */ e.jsxs(t, { sx: r.contentContainer, children: [
|
|
98
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.titleText, children: s.title }),
|
|
99
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.descriptionText, children: f(s.description) })
|
|
100
|
-
] })
|
|
101
|
-
] }),
|
|
102
|
-
I && !c && l && /* @__PURE__ */ e.jsx(t, { children: l((o == null ? void 0 : o.contentColor) || k) })
|
|
103
|
-
] }),
|
|
104
|
-
r.headlineSection
|
|
105
|
-
) : /* @__PURE__ */ e.jsx(t, { sx: r.headlineSectionNoImage, children: /* @__PURE__ */ e.jsxs(t, { sx: r.headlineContent, children: [
|
|
106
|
-
/* @__PURE__ */ e.jsxs(t, { children: [
|
|
107
|
-
/* @__PURE__ */ e.jsxs(
|
|
108
|
-
t,
|
|
109
|
-
{
|
|
110
|
-
sx: {
|
|
111
|
-
display: "flex",
|
|
112
|
-
alignItems: "center",
|
|
113
|
-
justifyContent: c ? "center" : "flex-start",
|
|
114
|
-
gap: x["3xs"]
|
|
115
|
-
},
|
|
116
|
-
children: [
|
|
117
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.headlineTextNoImage, children: d }),
|
|
118
|
-
/* @__PURE__ */ e.jsx(g, { rulesDisplay: p, rules: s.rules || "" })
|
|
119
|
-
]
|
|
120
|
-
}
|
|
121
|
-
),
|
|
122
|
-
/* @__PURE__ */ e.jsxs(t, { sx: r.contentContainer, children: [
|
|
123
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.titleTextNoImage, children: s.title }),
|
|
124
|
-
/* @__PURE__ */ e.jsx(n, { sx: r.descriptionTextNoImage, children: f(s.description) })
|
|
125
|
-
] })
|
|
126
|
-
] }),
|
|
127
|
-
I && !c && l && /* @__PURE__ */ e.jsx(t, { children: l(S) })
|
|
128
|
-
] }) });
|
|
129
|
-
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
130
|
-
U(),
|
|
131
|
-
/* @__PURE__ */ e.jsxs(t, { sx: r.questionArea, children: [
|
|
132
|
-
C && m && /* @__PURE__ */ e.jsx(t, { sx: r.embedCodeHeadlineContent, children: /* @__PURE__ */ e.jsxs(t, { children: [
|
|
133
|
-
/* @__PURE__ */ e.jsxs(
|
|
134
|
-
t,
|
|
135
|
-
{
|
|
136
|
-
sx: {
|
|
137
|
-
display: "flex",
|
|
138
|
-
alignItems: "center",
|
|
139
|
-
justifyContent: "center",
|
|
140
|
-
gap: x["3xs"]
|
|
141
|
-
},
|
|
142
|
-
children: [
|
|
143
|
-
/* @__PURE__ */ e.jsx(
|
|
144
|
-
n,
|
|
145
|
-
{
|
|
146
|
-
sx: {
|
|
147
|
-
...r.headlineTextNoImage,
|
|
148
|
-
textAlign: "center"
|
|
149
|
-
},
|
|
150
|
-
children: d
|
|
151
|
-
}
|
|
152
|
-
),
|
|
153
|
-
/* @__PURE__ */ e.jsx(g, { rulesDisplay: p, rules: s.rules || "" })
|
|
154
|
-
]
|
|
155
|
-
}
|
|
156
|
-
),
|
|
157
|
-
/* @__PURE__ */ e.jsxs(t, { sx: r.contentContainer, children: [
|
|
158
|
-
/* @__PURE__ */ e.jsx(
|
|
159
|
-
n,
|
|
160
|
-
{
|
|
161
|
-
sx: {
|
|
162
|
-
...r.titleTextNoImage,
|
|
163
|
-
textAlign: "center"
|
|
164
|
-
},
|
|
165
|
-
children: s.title
|
|
166
|
-
}
|
|
167
|
-
),
|
|
168
|
-
/* @__PURE__ */ e.jsx(
|
|
169
|
-
n,
|
|
170
|
-
{
|
|
171
|
-
sx: {
|
|
172
|
-
...r.descriptionTextNoImage,
|
|
173
|
-
textAlign: "center"
|
|
174
|
-
},
|
|
175
|
-
children: f(s.description)
|
|
176
|
-
}
|
|
177
|
-
)
|
|
178
|
-
] })
|
|
179
|
-
] }) }),
|
|
180
|
-
A
|
|
181
|
-
] })
|
|
182
|
-
] });
|
|
183
|
-
};
|
|
184
|
-
export {
|
|
185
|
-
ae as default
|
|
186
|
-
};
|