@platform-x/hcltechx-mfe-wrapper 2.0.44 → 2.0.46
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/{ArticleVodList-2p9HM32C.mjs → ArticleVodList-Bs9ijpwB.mjs} +2 -2
- package/{ArticleVodListComponent-U9Tzjqdt.mjs → ArticleVodListComponent-BnjLfLwm.mjs} +3 -3
- package/{ChallengeDetailComponent-RUjU2x7h.mjs → ChallengeDetailComponent-C3lBSiCO.mjs} +1 -1
- package/{CommonContentComponent-CElcpDdF.mjs → CommonContentComponent-CCv-d_M-.mjs} +2 -2
- package/{DailyMotion-BFrKE1bl.mjs → DailyMotion-RWjKjDHD.mjs} +1 -1
- package/EngagementHomeComponent-BYXxfmv7.mjs +151 -0
- package/{EventDetailComponent-B-ZHp13u.mjs → EventDetailComponent-VTEJrJu_.mjs} +1 -1
- package/{EventList-cAhSdBeC.mjs → EventList-BW-wA_44.mjs} +22 -22
- package/{EventListComponent-CIc1I0oE.mjs → EventListComponent-Ci8elP-X.mjs} +3 -3
- package/{Facebook-B8bFTrSC.mjs → Facebook-CPk2h2rP.mjs} +1 -1
- package/{FilePlayer-Wup3WRTq.mjs → FilePlayer-BBLDd1Pr.mjs} +3 -3
- package/{FilterModal-CtZulUL1.mjs → FilterModal-CGDgmks0.mjs} +7 -7
- package/{IndividualChallengeComponent-BCNdBGBG.mjs → IndividualChallengeComponent-C7Sc5k9-.mjs} +1 -1
- package/{Kaltura-CqdE999v.mjs → Kaltura-CScHcaqP.mjs} +1 -1
- package/{Mixcloud-5wfOmsOj.mjs → Mixcloud-BHnMcAod.mjs} +1 -1
- package/{Mux-BS0de87b.mjs → Mux-BEC3XCxD.mjs} +1 -1
- package/{PageComponent-C-lP5AsI.mjs → PageComponent-DnBJmV4O.mjs} +5 -5
- package/{Preview-BMvlx4Hl.mjs → Preview-B__S16QX.mjs} +1 -1
- package/{RecentCarousel-dQVzNlxx.mjs → RecentCarousel-Dk_l1ZBL.mjs} +12 -12
- package/{Share-TNrgFhyo.mjs → Share-B8wQKnI3.mjs} +1 -1
- package/{SoundCloud-CCQ9LeSQ.mjs → SoundCloud-B0ANpIrS.mjs} +1 -1
- package/{Streamable-9hOLp0Jw.mjs → Streamable-CrKX1vP_.mjs} +1 -1
- package/{Twitch-BT_fVvXN.mjs → Twitch-6GuT__Mp.mjs} +1 -1
- package/{Vidyard-B7eSTnAc.mjs → Vidyard-Bk3xdNGL.mjs} +1 -1
- package/{Vimeo-1UtR9DmP.mjs → Vimeo-Wyktj5ez.mjs} +1 -1
- package/{Wistia-CMbK2_qg.mjs → Wistia-B9hGPB7U.mjs} +1 -1
- package/{YouTube-jI_rjt1p.mjs → YouTube-BlQMxUTQ.mjs} +15 -15
- package/{index-A2Z50QJA.mjs → index-8HpItIRw.mjs} +1243 -610
- package/{index-DjURWjrG.mjs → index-9mZ3GTm1.mjs} +27 -25
- package/index.mjs +1 -1
- package/lib/prelems/Components/PollZoneComponent.d.ts +2 -0
- package/lib/prelems/Components/QuizZoneComponent.d.ts +2 -0
- package/lib/utils/componentMapping.d.ts +2 -0
- package/lib/utils/helper.d.ts +1 -0
- package/package.json +1 -1
- package/EngagementHomeComponent-pOHOWdbH.mjs +0 -125
|
@@ -22318,6 +22318,12 @@ function getSecureLocalStorageData(o) {
|
|
|
22318
22318
|
return console.error("Error retrieving 'derived_challenge_id':", n), "";
|
|
22319
22319
|
}
|
|
22320
22320
|
}
|
|
22321
|
+
const getThreeDaysAgo = () => {
|
|
22322
|
+
const o = /* @__PURE__ */ new Date(), n = new Date(o);
|
|
22323
|
+
n.setUTCDate(o.getUTCDate() - 3), n.setUTCHours(0, 0, 0, 0);
|
|
22324
|
+
const i = n.getUTCFullYear(), a = String(n.getUTCMonth() + 1).padStart(2, "0"), A = String(n.getUTCDate()).padStart(2, "0");
|
|
22325
|
+
return `${i}-${a}-${A}T00:00:00Z`;
|
|
22326
|
+
};
|
|
22321
22327
|
let CONSTANTS = {};
|
|
22322
22328
|
const updateConst = (o) => {
|
|
22323
22329
|
CONSTANTS = {
|
|
@@ -26666,7 +26672,7 @@ function makeStyles(o, n = {}) {
|
|
|
26666
26672
|
`)), w;
|
|
26667
26673
|
};
|
|
26668
26674
|
}
|
|
26669
|
-
const useCustomStyle$
|
|
26675
|
+
const useCustomStyle$15 = makeStyles(() => ({
|
|
26670
26676
|
ImageRenderPrelemWrapper: {
|
|
26671
26677
|
"&.imageRenderAnimation": {
|
|
26672
26678
|
width: "100%",
|
|
@@ -26678,7 +26684,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26678
26684
|
}
|
|
26679
26685
|
}
|
|
26680
26686
|
})), ImageRender = (o = {}) => {
|
|
26681
|
-
const [n, i] = useState(!1), a = useCustomStyle$
|
|
26687
|
+
const [n, i] = useState(!1), a = useCustomStyle$15(), {
|
|
26682
26688
|
originalImage: A = {},
|
|
26683
26689
|
publishedImages: l = [],
|
|
26684
26690
|
imgOrder: g = {
|
|
@@ -26800,7 +26806,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26800
26806
|
] })
|
|
26801
26807
|
}
|
|
26802
26808
|
) }) });
|
|
26803
|
-
}, ImageRender$1 = React__default.memo(ImageRender), useCustomStyle$
|
|
26809
|
+
}, ImageRender$1 = React__default.memo(ImageRender), useCustomStyle$14 = makeStyles(() => {
|
|
26804
26810
|
const o = useTheme();
|
|
26805
26811
|
return {
|
|
26806
26812
|
articleDetailPageWrapper: {
|
|
@@ -26859,7 +26865,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26859
26865
|
}
|
|
26860
26866
|
}
|
|
26861
26867
|
};
|
|
26862
|
-
}), Share$3 = lazy$2(() => import("./Share-
|
|
26868
|
+
}), Share$3 = lazy$2(() => import("./Share-B8wQKnI3.mjs")), RecentCarousel$1 = lazy$2(() => import("./RecentCarousel-Dk_l1ZBL.mjs")), Article = ({
|
|
26863
26869
|
content: o = {},
|
|
26864
26870
|
analytics: n,
|
|
26865
26871
|
authoringHelper: i,
|
|
@@ -26869,7 +26875,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26869
26875
|
relativePath: g
|
|
26870
26876
|
}) => {
|
|
26871
26877
|
var _A, aa, _i, _u, _c, _d, _l, t0;
|
|
26872
|
-
const { bucketName: s = "", gcpUrl: u = "" } = a, p = useCustomStyle$
|
|
26878
|
+
const { bucketName: s = "", gcpUrl: u = "" } = a, p = useCustomStyle$14(), h = useTheme(), { ref: f } = useInView({
|
|
26873
26879
|
/* Optional options */
|
|
26874
26880
|
threshold: 0
|
|
26875
26881
|
}), E = useRef(!0), d = () => {
|
|
@@ -27611,7 +27617,7 @@ function FAQs({ faq: o }) {
|
|
|
27611
27617
|
)) });
|
|
27612
27618
|
}
|
|
27613
27619
|
const ImageRenderWithoutCrop = (o = {}) => {
|
|
27614
|
-
const [n, i] = useState(!1), a = useCustomStyle$
|
|
27620
|
+
const [n, i] = useState(!1), a = useCustomStyle$15(), {
|
|
27615
27621
|
originalImage: A = {},
|
|
27616
27622
|
height: l = "100%",
|
|
27617
27623
|
width: g = "100%",
|
|
@@ -28041,7 +28047,7 @@ const usePlatformAnalytics = () => {
|
|
|
28041
28047
|
l(IMPRESSIONS$1.PRELEM_IMPRESSION, s), g(IMPRESSIONS$1.TRACKID, u), A(!1);
|
|
28042
28048
|
}
|
|
28043
28049
|
}, [n, o == null ? void 0 : o.isAnalyticsEnabled]);
|
|
28044
|
-
}, useCustomStyle$
|
|
28050
|
+
}, useCustomStyle$13 = makeStyles(() => {
|
|
28045
28051
|
var n, i;
|
|
28046
28052
|
const o = useTheme();
|
|
28047
28053
|
return {
|
|
@@ -28433,7 +28439,7 @@ const usePlatformAnalytics = () => {
|
|
|
28433
28439
|
}
|
|
28434
28440
|
}
|
|
28435
28441
|
};
|
|
28436
|
-
}), useCustomStyle$
|
|
28442
|
+
}), useCustomStyle$12 = makeStyles(() => {
|
|
28437
28443
|
const o = useTheme();
|
|
28438
28444
|
return {
|
|
28439
28445
|
containerWp: {
|
|
@@ -28493,7 +28499,7 @@ const usePlatformAnalytics = () => {
|
|
|
28493
28499
|
}
|
|
28494
28500
|
};
|
|
28495
28501
|
}), ChallengeInfo = ({ isChallengeActive: o, handleSyncGuide: n }) => {
|
|
28496
|
-
const i = useCustomStyle$
|
|
28502
|
+
const i = useCustomStyle$12();
|
|
28497
28503
|
return /* @__PURE__ */ jsxs(Box, { className: i.containerWp, children: [
|
|
28498
28504
|
/* @__PURE__ */ jsxs(Box, { className: "LeftWp", children: [
|
|
28499
28505
|
/* @__PURE__ */ jsx(Box, { className: "iconWp", children: /* @__PURE__ */ jsx(Cached$1, {}) }),
|
|
@@ -28529,7 +28535,7 @@ const usePlatformAnalytics = () => {
|
|
|
28529
28535
|
deviceInfo: w,
|
|
28530
28536
|
userAchievedDistance: T,
|
|
28531
28537
|
totalParticipateCount: _e
|
|
28532
|
-
} = A, [Y, _r] = useState("Leaderboard"), [ga, ya] = useState(!1), [_A, aa] = useState(!1), [_i, _u] = useState(""), [_c, _d] = useState(0), [_l, t0] = useState(!1), [n0, u0] = useState(1), c0 = useTheme(), h0 = useMediaQuery(c0.breakpoints.down("md")), I0 = useCustomStyle$
|
|
28538
|
+
} = A, [Y, _r] = useState("Leaderboard"), [ga, ya] = useState(!1), [_A, aa] = useState(!1), [_i, _u] = useState(""), [_c, _d] = useState(0), [_l, t0] = useState(!1), [n0, u0] = useState(1), c0 = useTheme(), h0 = useMediaQuery(c0.breakpoints.down("md")), I0 = useCustomStyle$13();
|
|
28533
28539
|
((J0 = o == null ? void 0 : o.target_type) == null ? void 0 : J0.length) > 0 && ((W0 = parseStringDetails(o == null ? void 0 : o.target_type)[0]) == null || W0.label);
|
|
28534
28540
|
const { ref: v0, inView: C0 } = useInView({
|
|
28535
28541
|
/* Optional options */
|
|
@@ -212135,7 +212141,7 @@ class Brightcove {
|
|
|
212135
212141
|
this.playerObj && ((i = (n = this.playerObj) == null ? void 0 : n.dispose) == null || i.call(n));
|
|
212136
212142
|
}
|
|
212137
212143
|
}
|
|
212138
|
-
const useCustomStyle
|
|
212144
|
+
const useCustomStyle$11 = makeStyles(() => {
|
|
212139
212145
|
const o = useTheme();
|
|
212140
212146
|
return {
|
|
212141
212147
|
brightcovePlayerWrapper: {
|
|
@@ -212163,7 +212169,7 @@ const useCustomStyle$$ = makeStyles(() => {
|
|
|
212163
212169
|
analyticsEnable: l,
|
|
212164
212170
|
setPlayVideo: g
|
|
212165
212171
|
}) => {
|
|
212166
|
-
const s = useMemo(() => new Brightcove(), []), u = useCustomStyle
|
|
212172
|
+
const s = useMemo(() => new Brightcove(), []), u = useCustomStyle$11(), h = "elm-" + generateRandomNumber().toString(36), [, f] = usePlatformAnalytics(), E = {
|
|
212167
212173
|
"VOD Title": "VOD Title",
|
|
212168
212174
|
"Video Length": 0
|
|
212169
212175
|
}, d = `
|
|
@@ -212257,7 +212263,7 @@ BrightcovePlayer$1.defaultProps = {
|
|
|
212257
212263
|
const BrightcovePlayer$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
212258
212264
|
__proto__: null,
|
|
212259
212265
|
default: BrightcovePlayer$1
|
|
212260
|
-
}, Symbol.toStringTag, { value: "Module" })), useCustomStyle$
|
|
212266
|
+
}, Symbol.toStringTag, { value: "Module" })), useCustomStyle$10 = makeStyles((o) => {
|
|
212261
212267
|
var n, i;
|
|
212262
212268
|
return {
|
|
212263
212269
|
XCard7Wrapper: {
|
|
@@ -212402,7 +212408,7 @@ const BrightcovePlayer$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
212402
212408
|
};
|
|
212403
212409
|
}), XCard7 = ({ content: o, onCardClick: n, secondaryArgs: i = {} }) => {
|
|
212404
212410
|
var p, h, f, E, d, C, w;
|
|
212405
|
-
const a = useCustomStyle$
|
|
212411
|
+
const a = useCustomStyle$10(), A = (/* @__PURE__ */ new Date()).toISOString(), l = ((p = o == null ? void 0 : o.tags) == null ? void 0 : p.length) > 0 && o != null && o.tags.includes("Popular") ? "Popular" : "", g = ((f = (h = o == null ? void 0 : o.event_type) == null ? void 0 : h[0]) == null ? void 0 : f.label) === "Virtual Event" ? "Virtual" : "Offline", s = (d = (E = o == null ? void 0 : o.event_subtype) == null ? void 0 : E[0]) == null ? void 0 : d.label, u = `${Number(o == null ? void 0 : o.participants) > 999 ? `${(Number(o == null ? void 0 : o.participants) / 1e3).toFixed(0)}${Number(o == null ? void 0 : o.participants) % 1e3 === 0 ? "K" : "K+"}` : Number(o == null ? void 0 : o.participants)}`;
|
|
212406
212412
|
return /* @__PURE__ */ jsxs(
|
|
212407
212413
|
Box,
|
|
212408
212414
|
{
|
|
@@ -212747,7 +212753,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212747
212753
|
canPlay: import_patterns.canPlay.youtube,
|
|
212748
212754
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212749
212755
|
/* webpackChunkName: 'reactPlayerYouTube' */
|
|
212750
|
-
"./YouTube-
|
|
212756
|
+
"./YouTube-BlQMxUTQ.mjs"
|
|
212751
212757
|
).then((o) => o.Y))
|
|
212752
212758
|
},
|
|
212753
212759
|
{
|
|
@@ -212756,7 +212762,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212756
212762
|
canPlay: import_patterns.canPlay.soundcloud,
|
|
212757
212763
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212758
212764
|
/* webpackChunkName: 'reactPlayerSoundCloud' */
|
|
212759
|
-
"./SoundCloud-
|
|
212765
|
+
"./SoundCloud-B0ANpIrS.mjs"
|
|
212760
212766
|
).then((o) => o.S))
|
|
212761
212767
|
},
|
|
212762
212768
|
{
|
|
@@ -212765,7 +212771,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212765
212771
|
canPlay: import_patterns.canPlay.vimeo,
|
|
212766
212772
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212767
212773
|
/* webpackChunkName: 'reactPlayerVimeo' */
|
|
212768
|
-
"./Vimeo-
|
|
212774
|
+
"./Vimeo-Wyktj5ez.mjs"
|
|
212769
212775
|
).then((o) => o.V))
|
|
212770
212776
|
},
|
|
212771
212777
|
{
|
|
@@ -212774,7 +212780,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212774
212780
|
canPlay: import_patterns.canPlay.mux,
|
|
212775
212781
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212776
212782
|
/* webpackChunkName: 'reactPlayerMux' */
|
|
212777
|
-
"./Mux-
|
|
212783
|
+
"./Mux-BEC3XCxD.mjs"
|
|
212778
212784
|
).then((o) => o.M))
|
|
212779
212785
|
},
|
|
212780
212786
|
{
|
|
@@ -212783,7 +212789,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212783
212789
|
canPlay: import_patterns.canPlay.facebook,
|
|
212784
212790
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212785
212791
|
/* webpackChunkName: 'reactPlayerFacebook' */
|
|
212786
|
-
"./Facebook-
|
|
212792
|
+
"./Facebook-CPk2h2rP.mjs"
|
|
212787
212793
|
).then((o) => o.F))
|
|
212788
212794
|
},
|
|
212789
212795
|
{
|
|
@@ -212792,7 +212798,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212792
212798
|
canPlay: import_patterns.canPlay.streamable,
|
|
212793
212799
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212794
212800
|
/* webpackChunkName: 'reactPlayerStreamable' */
|
|
212795
|
-
"./Streamable-
|
|
212801
|
+
"./Streamable-CrKX1vP_.mjs"
|
|
212796
212802
|
).then((o) => o.S))
|
|
212797
212803
|
},
|
|
212798
212804
|
{
|
|
@@ -212801,7 +212807,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212801
212807
|
canPlay: import_patterns.canPlay.wistia,
|
|
212802
212808
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212803
212809
|
/* webpackChunkName: 'reactPlayerWistia' */
|
|
212804
|
-
"./Wistia-
|
|
212810
|
+
"./Wistia-B9hGPB7U.mjs"
|
|
212805
212811
|
).then((o) => o.W))
|
|
212806
212812
|
},
|
|
212807
212813
|
{
|
|
@@ -212810,7 +212816,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212810
212816
|
canPlay: import_patterns.canPlay.twitch,
|
|
212811
212817
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212812
212818
|
/* webpackChunkName: 'reactPlayerTwitch' */
|
|
212813
|
-
"./Twitch-
|
|
212819
|
+
"./Twitch-6GuT__Mp.mjs"
|
|
212814
212820
|
).then((o) => o.T))
|
|
212815
212821
|
},
|
|
212816
212822
|
{
|
|
@@ -212819,7 +212825,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212819
212825
|
canPlay: import_patterns.canPlay.dailymotion,
|
|
212820
212826
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212821
212827
|
/* webpackChunkName: 'reactPlayerDailyMotion' */
|
|
212822
|
-
"./DailyMotion-
|
|
212828
|
+
"./DailyMotion-RWjKjDHD.mjs"
|
|
212823
212829
|
).then((o) => o.D))
|
|
212824
212830
|
},
|
|
212825
212831
|
{
|
|
@@ -212828,7 +212834,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212828
212834
|
canPlay: import_patterns.canPlay.mixcloud,
|
|
212829
212835
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212830
212836
|
/* webpackChunkName: 'reactPlayerMixcloud' */
|
|
212831
|
-
"./Mixcloud-
|
|
212837
|
+
"./Mixcloud-BHnMcAod.mjs"
|
|
212832
212838
|
).then((o) => o.M))
|
|
212833
212839
|
},
|
|
212834
212840
|
{
|
|
@@ -212837,7 +212843,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212837
212843
|
canPlay: import_patterns.canPlay.vidyard,
|
|
212838
212844
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212839
212845
|
/* webpackChunkName: 'reactPlayerVidyard' */
|
|
212840
|
-
"./Vidyard-
|
|
212846
|
+
"./Vidyard-Bk3xdNGL.mjs"
|
|
212841
212847
|
).then((o) => o.V))
|
|
212842
212848
|
},
|
|
212843
212849
|
{
|
|
@@ -212846,7 +212852,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212846
212852
|
canPlay: import_patterns.canPlay.kaltura,
|
|
212847
212853
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212848
212854
|
/* webpackChunkName: 'reactPlayerKaltura' */
|
|
212849
|
-
"./Kaltura-
|
|
212855
|
+
"./Kaltura-CScHcaqP.mjs"
|
|
212850
212856
|
).then((o) => o.K))
|
|
212851
212857
|
},
|
|
212852
212858
|
{
|
|
@@ -212856,7 +212862,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212856
212862
|
canEnablePIP: (o) => import_patterns.canPlay.file(o) && (document.pictureInPictureEnabled || (0, import_utils$2.supportsWebKitPresentationMode)()) && !import_patterns.AUDIO_EXTENSIONS.test(o),
|
|
212857
212863
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212858
212864
|
/* webpackChunkName: 'reactPlayerFilePlayer' */
|
|
212859
|
-
"./FilePlayer-
|
|
212865
|
+
"./FilePlayer-BBLDd1Pr.mjs"
|
|
212860
212866
|
).then((o) => o.F))
|
|
212861
212867
|
}
|
|
212862
212868
|
], safeIsNaN = Number.isNaN || function o(n) {
|
|
@@ -213352,7 +213358,7 @@ __export$1(ReactPlayer_exports, {
|
|
|
213352
213358
|
var ReactPlayer$1 = __toCommonJS$1(ReactPlayer_exports), import_react = __toESM$1(React__default), import_deepmerge = __toESM$1(cjs), import_memoize_one = __toESM$1(require$$2), import_react_fast_compare = __toESM$1(reactFastCompare), import_props = props, import_utils = utils$2, import_Player = __toESM$1(Player_1);
|
|
213353
213359
|
const Preview = (0, import_utils.lazy)(() => import(
|
|
213354
213360
|
/* webpackChunkName: 'reactPlayerPreview' */
|
|
213355
|
-
"./Preview-
|
|
213361
|
+
"./Preview-B__S16QX.mjs"
|
|
213356
213362
|
).then((o) => o.P)), IS_BROWSER = typeof window < "u" && window.document && typeof document < "u", IS_GLOBAL = typeof commonjsGlobal$2 < "u" && commonjsGlobal$2.window && commonjsGlobal$2.window.document, SUPPORTED_PROPS = Object.keys(import_props.propTypes), UniversalSuspense = IS_BROWSER || IS_GLOBAL ? import_react.Suspense : () => null, customPlayers = [], createReactPlayer = (o, n) => {
|
|
213357
213363
|
var i;
|
|
213358
213364
|
return i = class extends import_react.Component {
|
|
@@ -213475,7 +213481,7 @@ __export(src_exports, {
|
|
|
213475
213481
|
var lazy = __toCommonJS(src_exports), import_players = __toESM(players), import_ReactPlayer = ReactPlayer$1;
|
|
213476
213482
|
const fallback = import_players.default[import_players.default.length - 1];
|
|
213477
213483
|
var src_default = (0, import_ReactPlayer.createReactPlayer)(import_players.default, fallback);
|
|
213478
|
-
const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "data:image/svg+xml,%3csvg%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='image'%20clip-path='url(%23clip0_18500_39551)'%3e%3cpath%20id='Vector'%20d='M22%2044C34.1503%2044%2044%2034.1503%2044%2022C44%209.84974%2034.1503%200%2022%200C9.84974%200%200%209.84974%200%2022C0%2034.1503%209.84974%2044%2022%2044Z'%20fill='black'%20fill-opacity='0.9'/%3e%3cpath%20id='Vector_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2016.1446C16%2014.5155%2017.7788%2013.5106%2019.1741%2014.3515L28.9692%2020.2548C30.3196%2021.0687%2030.3196%2023.027%2028.9692%2023.8409L19.1741%2029.7441C17.7788%2030.585%2016%2029.5802%2016%2027.9511V16.1446Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18500_39551'%3e%3crect%20width='44'%20height='44'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", useCustomStyle
|
|
213484
|
+
const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "data:image/svg+xml,%3csvg%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='image'%20clip-path='url(%23clip0_18500_39551)'%3e%3cpath%20id='Vector'%20d='M22%2044C34.1503%2044%2044%2034.1503%2044%2022C44%209.84974%2034.1503%200%2022%200C9.84974%200%200%209.84974%200%2022C0%2034.1503%209.84974%2044%2022%2044Z'%20fill='black'%20fill-opacity='0.9'/%3e%3cpath%20id='Vector_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2016.1446C16%2014.5155%2017.7788%2013.5106%2019.1741%2014.3515L28.9692%2020.2548C30.3196%2021.0687%2030.3196%2023.027%2028.9692%2023.8409L19.1741%2029.7441C17.7788%2030.585%2016%2029.5802%2016%2027.9511V16.1446Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18500_39551'%3e%3crect%20width='44'%20height='44'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", useCustomStyle$$ = makeStyles(() => {
|
|
213479
213485
|
var n, i, a;
|
|
213480
213486
|
const o = useTheme();
|
|
213481
213487
|
return {
|
|
@@ -213494,7 +213500,7 @@ const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "d
|
|
|
213494
213500
|
}
|
|
213495
213501
|
};
|
|
213496
213502
|
}), VideoPlayer = ({ playerProp: o }) => {
|
|
213497
|
-
const n = useCustomStyle
|
|
213503
|
+
const n = useCustomStyle$$(), {
|
|
213498
213504
|
muted: i = !0,
|
|
213499
213505
|
playing: a = !0,
|
|
213500
213506
|
height: A = "100%",
|
|
@@ -213526,7 +213532,7 @@ const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "d
|
|
|
213526
213532
|
playIcon: /* @__PURE__ */ jsx("img", { alt: "play", width: 44, height: 44, className: "smallPlayIcon", src: PlayIcon })
|
|
213527
213533
|
}
|
|
213528
213534
|
);
|
|
213529
|
-
}, useCustomStyle$
|
|
213535
|
+
}, useCustomStyle$_ = makeStyles((o) => ({
|
|
213530
213536
|
EventDetailWrapper: {
|
|
213531
213537
|
"&.EventDetailBg": {
|
|
213532
213538
|
background: o.palette.prelemType1.BACKGROUND,
|
|
@@ -213955,7 +213961,7 @@ const EventDetail = ({
|
|
|
213955
213961
|
registeredParticipants: f,
|
|
213956
213962
|
meetingLink: E = "",
|
|
213957
213963
|
isStarted: d = !1
|
|
213958
|
-
} = A, C = useTheme(), w = useCustomStyle$
|
|
213964
|
+
} = A, C = useTheme(), w = useCustomStyle$_(), [T, _e] = useState(!1), [Y, _r] = useState(!1), [ga, ya] = useState(""), [_A, aa] = useState(!1), [_i, _u] = useState(!1), _c = (/* @__PURE__ */ new Date()).toISOString(), [_d, _l] = useState(!1), t0 = () => {
|
|
213959
213965
|
s || _l(!0);
|
|
213960
213966
|
}, n0 = localStorage.getItem("userLoginDetails") || "", { first_name: u0 } = parseStringDetails(localStorage.getItem("LoggedInUser") || ""), { data: c0 = {} } = parseStringDetails(n0), { name: h0 = "" } = c0, I0 = u0 || h0, { ref: v0, inView: C0 } = useInView({
|
|
213961
213967
|
/* Optional options */
|
|
@@ -214030,342 +214036,332 @@ const EventDetail = ({
|
|
|
214030
214036
|
StreamingURL: x2 = "https://d1yf059unjnphq.cloudfront.net/1e9c76a0-821c-45d8-ad91-c88afbfb740a/AppleHLS1/shutterstock-1060700614-test_en_3db76142-e5a8-40c8-b58d-ce6e8caa4994_platformx_cddbe334-c004-41db-9942-d004d79a1c61.m3u8",
|
|
214031
214037
|
Poster: O2 = null
|
|
214032
214038
|
} = m2;
|
|
214033
|
-
return /* @__PURE__ */ jsx(Fragment, { children: _i ? /* @__PURE__ */ jsx(
|
|
214034
|
-
|
|
214039
|
+
return /* @__PURE__ */ jsx(Fragment, { children: _i ? /* @__PURE__ */ jsx(Agora, { callBack: () => _u(!1), meetingLink: E, userName: I0 }) : /* @__PURE__ */ jsxs(
|
|
214040
|
+
"div",
|
|
214035
214041
|
{
|
|
214036
|
-
|
|
214037
|
-
|
|
214038
|
-
|
|
214039
|
-
|
|
214040
|
-
|
|
214041
|
-
|
|
214042
|
-
|
|
214043
|
-
|
|
214044
|
-
|
|
214045
|
-
|
|
214046
|
-
|
|
214047
|
-
|
|
214048
|
-
|
|
214049
|
-
|
|
214042
|
+
ref: i == null ? void 0 : i.innerRef,
|
|
214043
|
+
className: `${w.EventDetailWrapper} prelem prelemType1 EventDetailBg`,
|
|
214044
|
+
children: [
|
|
214045
|
+
/* @__PURE__ */ jsxs(Container$1, { className: "grid_container prelem-py", ref: v0, children: [
|
|
214046
|
+
(Y2 = o == null ? void 0 : o.event_type) != null && Y2.includes("Virtual") && ((S2 = o == null ? void 0 : o.event_subtype) != null && S2.includes("Pre-Recorded Webinar")) ? /* @__PURE__ */ jsx(Fragment$1, { children: x0 === "AWS" ? /* @__PURE__ */ jsx(
|
|
214047
|
+
Box,
|
|
214048
|
+
{
|
|
214049
|
+
sx: {
|
|
214050
|
+
height: {
|
|
214051
|
+
md: "500px",
|
|
214052
|
+
sm: "500px",
|
|
214053
|
+
xs: "321px",
|
|
214054
|
+
lg: "500px"
|
|
214055
|
+
}
|
|
214056
|
+
},
|
|
214057
|
+
children: /* @__PURE__ */ jsx(
|
|
214058
|
+
VideoPlayer,
|
|
214059
|
+
{
|
|
214060
|
+
playerProp: {
|
|
214061
|
+
posterImg: j0,
|
|
214062
|
+
videoUrl: x2
|
|
214063
|
+
}
|
|
214064
|
+
}
|
|
214065
|
+
)
|
|
214066
|
+
}
|
|
214067
|
+
) : /* @__PURE__ */ jsxs(Box, { sx: { position: "relative" }, children: [
|
|
214068
|
+
/* @__PURE__ */ jsx(
|
|
214050
214069
|
Box,
|
|
214051
214070
|
{
|
|
214052
214071
|
sx: {
|
|
214053
|
-
|
|
214054
|
-
|
|
214055
|
-
|
|
214056
|
-
|
|
214057
|
-
|
|
214058
|
-
|
|
214072
|
+
position: "absolute",
|
|
214073
|
+
bottom: 0,
|
|
214074
|
+
top: 0,
|
|
214075
|
+
right: 0,
|
|
214076
|
+
left: 0,
|
|
214077
|
+
margin: "auto",
|
|
214078
|
+
width: { xs: "45px", md: "77px" },
|
|
214079
|
+
height: { xs: "45px", md: "77px" }
|
|
214059
214080
|
},
|
|
214060
214081
|
children: /* @__PURE__ */ jsx(
|
|
214061
|
-
|
|
214082
|
+
default_1$l,
|
|
214062
214083
|
{
|
|
214063
|
-
|
|
214064
|
-
|
|
214065
|
-
|
|
214084
|
+
onClick: t0,
|
|
214085
|
+
"data-testid": "play-vod-enable",
|
|
214086
|
+
style: {
|
|
214087
|
+
background: "white",
|
|
214088
|
+
borderRadius: "100px",
|
|
214089
|
+
color: "black",
|
|
214090
|
+
padding: "16px",
|
|
214091
|
+
cursor: "pointer"
|
|
214092
|
+
},
|
|
214093
|
+
sx: {
|
|
214094
|
+
fontSize: { xs: "57px", sm: "77px" }
|
|
214066
214095
|
}
|
|
214067
214096
|
}
|
|
214068
214097
|
)
|
|
214069
214098
|
}
|
|
214070
|
-
)
|
|
214071
|
-
|
|
214072
|
-
|
|
214073
|
-
|
|
214074
|
-
|
|
214075
|
-
|
|
214076
|
-
|
|
214077
|
-
|
|
214078
|
-
|
|
214079
|
-
|
|
214080
|
-
|
|
214081
|
-
width: { xs: "45px", md: "77px" },
|
|
214082
|
-
height: { xs: "45px", md: "77px" }
|
|
214099
|
+
),
|
|
214100
|
+
/* @__PURE__ */ jsxs(
|
|
214101
|
+
Box,
|
|
214102
|
+
{
|
|
214103
|
+
className: "gradient",
|
|
214104
|
+
sx: {
|
|
214105
|
+
height: {
|
|
214106
|
+
md: "500px",
|
|
214107
|
+
sm: "500px",
|
|
214108
|
+
xs: "321px",
|
|
214109
|
+
lg: "500px"
|
|
214083
214110
|
},
|
|
214084
|
-
|
|
214085
|
-
|
|
214111
|
+
borderRadius: C.borderRadius.value,
|
|
214112
|
+
overflow: "hidden"
|
|
214113
|
+
},
|
|
214114
|
+
children: [
|
|
214115
|
+
/* @__PURE__ */ jsx(
|
|
214116
|
+
"img",
|
|
214117
|
+
{
|
|
214118
|
+
src: formRelativeURL(
|
|
214119
|
+
a == null ? void 0 : a.gcpUrl,
|
|
214120
|
+
a == null ? void 0 : a.bucketName,
|
|
214121
|
+
j0
|
|
214122
|
+
),
|
|
214123
|
+
alt: "Thumbnail_Image",
|
|
214124
|
+
style: { width: "100%", height: "100%", objectFit: "cover" }
|
|
214125
|
+
}
|
|
214126
|
+
),
|
|
214127
|
+
_d && typeof window < "u" && /* @__PURE__ */ jsx(
|
|
214128
|
+
Box,
|
|
214086
214129
|
{
|
|
214087
|
-
onClick: t0,
|
|
214088
|
-
"data-testid": "play-vod-enable",
|
|
214089
214130
|
style: {
|
|
214090
|
-
|
|
214091
|
-
|
|
214092
|
-
|
|
214093
|
-
|
|
214094
|
-
|
|
214131
|
+
position: "absolute",
|
|
214132
|
+
top: 0,
|
|
214133
|
+
left: 0,
|
|
214134
|
+
height: "100%",
|
|
214135
|
+
width: "100%",
|
|
214136
|
+
borderRadius: C.borderRadius.value,
|
|
214137
|
+
overflow: "hidden"
|
|
214095
214138
|
},
|
|
214096
|
-
|
|
214097
|
-
|
|
214098
|
-
|
|
214139
|
+
children: /* @__PURE__ */ jsx(Suspense, { fallback: "Loading...", children: /* @__PURE__ */ jsx(
|
|
214140
|
+
BrightcovePlayer$1,
|
|
214141
|
+
{
|
|
214142
|
+
analytics: n,
|
|
214143
|
+
analyticsEnable: o == null ? void 0 : o.analytics_enable,
|
|
214144
|
+
prelemTitle: "Videolanding Page",
|
|
214145
|
+
VideoData: {
|
|
214146
|
+
VideoID: W0,
|
|
214147
|
+
PlayerID: r2,
|
|
214148
|
+
AccountID: J0,
|
|
214149
|
+
PlaylistID: O2
|
|
214150
|
+
},
|
|
214151
|
+
setPlayVideo: _l
|
|
214152
|
+
}
|
|
214153
|
+
) })
|
|
214099
214154
|
}
|
|
214100
214155
|
)
|
|
214101
|
-
|
|
214102
|
-
),
|
|
214103
|
-
/* @__PURE__ */ jsxs(
|
|
214104
|
-
Box,
|
|
214105
|
-
{
|
|
214106
|
-
className: "gradient",
|
|
214107
|
-
sx: {
|
|
214108
|
-
height: {
|
|
214109
|
-
md: "500px",
|
|
214110
|
-
sm: "500px",
|
|
214111
|
-
xs: "321px",
|
|
214112
|
-
lg: "500px"
|
|
214113
|
-
},
|
|
214114
|
-
borderRadius: C.borderRadius.value,
|
|
214115
|
-
overflow: "hidden"
|
|
214116
|
-
},
|
|
214117
|
-
children: [
|
|
214118
|
-
/* @__PURE__ */ jsx(
|
|
214119
|
-
"img",
|
|
214120
|
-
{
|
|
214121
|
-
src: formRelativeURL(
|
|
214122
|
-
a == null ? void 0 : a.gcpUrl,
|
|
214123
|
-
a == null ? void 0 : a.bucketName,
|
|
214124
|
-
j0
|
|
214125
|
-
),
|
|
214126
|
-
alt: "Thumbnail_Image",
|
|
214127
|
-
style: { width: "100%", height: "100%", objectFit: "cover" }
|
|
214128
|
-
}
|
|
214129
|
-
),
|
|
214130
|
-
_d && typeof window < "u" && /* @__PURE__ */ jsx(
|
|
214131
|
-
Box,
|
|
214132
|
-
{
|
|
214133
|
-
style: {
|
|
214134
|
-
position: "absolute",
|
|
214135
|
-
top: 0,
|
|
214136
|
-
left: 0,
|
|
214137
|
-
height: "100%",
|
|
214138
|
-
width: "100%",
|
|
214139
|
-
borderRadius: C.borderRadius.value,
|
|
214140
|
-
overflow: "hidden"
|
|
214141
|
-
},
|
|
214142
|
-
children: /* @__PURE__ */ jsx(Suspense, { fallback: "Loading...", children: /* @__PURE__ */ jsx(
|
|
214143
|
-
BrightcovePlayer$1,
|
|
214144
|
-
{
|
|
214145
|
-
analytics: n,
|
|
214146
|
-
analyticsEnable: o == null ? void 0 : o.analytics_enable,
|
|
214147
|
-
prelemTitle: "Videolanding Page",
|
|
214148
|
-
VideoData: {
|
|
214149
|
-
VideoID: W0,
|
|
214150
|
-
PlayerID: r2,
|
|
214151
|
-
AccountID: J0,
|
|
214152
|
-
PlaylistID: O2
|
|
214153
|
-
},
|
|
214154
|
-
setPlayVideo: _l
|
|
214155
|
-
}
|
|
214156
|
-
) })
|
|
214157
|
-
}
|
|
214158
|
-
)
|
|
214159
|
-
]
|
|
214160
|
-
}
|
|
214161
|
-
)
|
|
214162
|
-
] }) }) : /* @__PURE__ */ jsx(Box, { className: "imageWrapper", children: /* @__PURE__ */ jsx(
|
|
214163
|
-
ImageRenderWithoutCrop$1,
|
|
214164
|
-
{
|
|
214165
|
-
originalImage: E0 ? (v2 = o == null ? void 0 : o.mobilebanner) == null ? void 0 : v2.original_image : (g2 = o == null ? void 0 : o.banner) == null ? void 0 : g2.original_image,
|
|
214166
|
-
secondaryArgs: a
|
|
214156
|
+
]
|
|
214167
214157
|
}
|
|
214168
|
-
)
|
|
214169
|
-
|
|
214170
|
-
|
|
214171
|
-
|
|
214172
|
-
|
|
214173
|
-
|
|
214158
|
+
)
|
|
214159
|
+
] }) }) : /* @__PURE__ */ jsx(Box, { className: "imageWrapper", children: /* @__PURE__ */ jsx(
|
|
214160
|
+
ImageRenderWithoutCrop$1,
|
|
214161
|
+
{
|
|
214162
|
+
originalImage: E0 ? (v2 = o == null ? void 0 : o.mobilebanner) == null ? void 0 : v2.original_image : (g2 = o == null ? void 0 : o.banner) == null ? void 0 : g2.original_image,
|
|
214163
|
+
secondaryArgs: a
|
|
214164
|
+
}
|
|
214165
|
+
) }),
|
|
214166
|
+
/* @__PURE__ */ jsxs(Grid, { container: !0, children: [
|
|
214167
|
+
/* @__PURE__ */ jsx(Grid, { xs: 12, children: /* @__PURE__ */ jsx(Box, { className: "topcontent", children: /* @__PURE__ */ jsxs(Box, { className: "LeftContent", children: [
|
|
214168
|
+
/* @__PURE__ */ jsxs(Box, { className: "LeftWp", children: [
|
|
214169
|
+
!((A1 = o == null ? void 0 : o.event_subtype) != null && A1.includes("Pre-Recorded Webinar")) && /* @__PURE__ */ jsx(
|
|
214170
|
+
Chip,
|
|
214171
|
+
{
|
|
214172
|
+
label: s2[0].label === "Virtual Event" ? "Virtual" : "Offline",
|
|
214173
|
+
variant: "filled",
|
|
214174
|
+
sx: { marginRight: "5px" },
|
|
214175
|
+
color: "default",
|
|
214176
|
+
icon: s2[0].label === "Virtual Event" ? /* @__PURE__ */ jsx("img", { src: VirtualIcon, alt: "Icon" }) : /* @__PURE__ */ jsx("img", { src: OfflineIcon, alt: "Icon" })
|
|
214177
|
+
}
|
|
214178
|
+
),
|
|
214179
|
+
/* @__PURE__ */ jsx(
|
|
214180
|
+
Chip,
|
|
214181
|
+
{
|
|
214182
|
+
label: handleEventStatus(o),
|
|
214183
|
+
icon: handleEventStatus(o) === "Recorded" ? /* @__PURE__ */ jsx("img", { src: RecordedIcon, alt: "Icon" }) : void 0,
|
|
214184
|
+
variant: "filled",
|
|
214185
|
+
color: "default"
|
|
214186
|
+
}
|
|
214187
|
+
)
|
|
214188
|
+
] }),
|
|
214189
|
+
_c >= (o == null ? void 0 : o.registration_start_date_time) ? /* @__PURE__ */ jsxs(Box, { className: "rightWp", children: [
|
|
214190
|
+
/* @__PURE__ */ jsxs("ul", { children: [
|
|
214191
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("img", { src: ParticipantsIcon1, alt: "" }) }),
|
|
214192
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("img", { src: ParticipantsIcon2, alt: "" }) }),
|
|
214193
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("img", { src: ParticipantsIcon3, alt: "" }) }),
|
|
214194
|
+
/* @__PURE__ */ jsx("li", { children: t2() })
|
|
214195
|
+
] }),
|
|
214196
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: "Participants" })
|
|
214197
|
+
] }) : null
|
|
214198
|
+
] }) }) }),
|
|
214199
|
+
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214200
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h2bold", id: "title", children: o == null ? void 0 : o.title }),
|
|
214201
|
+
!(o != null && o.event_subtype.includes("Pre-Recorded Webinar")) && /* @__PURE__ */ jsx(Typography, { variant: "h6regular", className: "title", children: DateTimeDurationFormat(o == null ? void 0 : o.start_date_time, o == null ? void 0 : o.end_date_time) })
|
|
214202
|
+
] }) }),
|
|
214203
|
+
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsx(
|
|
214204
|
+
Box,
|
|
214205
|
+
{
|
|
214206
|
+
className: "buttonsright",
|
|
214207
|
+
sx: { display: "flex", gap: 1, justifyContent: "flex-end" },
|
|
214208
|
+
children: (() => {
|
|
214209
|
+
var _0, p2, N2, c2;
|
|
214210
|
+
return (_0 = o == null ? void 0 : o.event_type) != null && _0.includes("Virtual") && ((p2 = o == null ? void 0 : o.event_subtype) != null && p2.includes("Pre-Recorded Webinar")) ? /* @__PURE__ */ jsx(
|
|
214211
|
+
Button,
|
|
214174
214212
|
{
|
|
214175
|
-
|
|
214176
|
-
variant: "
|
|
214177
|
-
|
|
214178
|
-
|
|
214179
|
-
icon: s2[0].label === "Virtual Event" ? /* @__PURE__ */ jsx("img", { src: VirtualIcon, alt: "Icon" }) : /* @__PURE__ */ jsx("img", { src: OfflineIcon, alt: "Icon" })
|
|
214213
|
+
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214214
|
+
variant: "tertiaryButton3",
|
|
214215
|
+
onClick: t0,
|
|
214216
|
+
children: "Watch Now"
|
|
214180
214217
|
}
|
|
214181
|
-
)
|
|
214182
|
-
|
|
214183
|
-
Chip,
|
|
214218
|
+
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214219
|
+
Button,
|
|
214184
214220
|
{
|
|
214185
|
-
|
|
214186
|
-
|
|
214187
|
-
|
|
214188
|
-
|
|
214221
|
+
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214222
|
+
variant: "tertiaryButton3",
|
|
214223
|
+
disabled: !0,
|
|
214224
|
+
onClick: R0,
|
|
214225
|
+
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214189
214226
|
}
|
|
214190
|
-
)
|
|
214191
|
-
|
|
214192
|
-
|
|
214193
|
-
|
|
214194
|
-
|
|
214195
|
-
|
|
214196
|
-
|
|
214197
|
-
/* @__PURE__ */ jsx("li", { children: t2() })
|
|
214198
|
-
] }),
|
|
214199
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: "Participants" })
|
|
214200
|
-
] }) : null
|
|
214201
|
-
] }) }) }),
|
|
214202
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214203
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h2bold", id: "title", children: o == null ? void 0 : o.title }),
|
|
214204
|
-
!(o != null && o.event_subtype.includes("Pre-Recorded Webinar")) && /* @__PURE__ */ jsx(Typography, { variant: "h6regular", className: "title", children: DateTimeDurationFormat(o == null ? void 0 : o.start_date_time, o == null ? void 0 : o.end_date_time) })
|
|
214205
|
-
] }) }),
|
|
214206
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsx(
|
|
214207
|
-
Box,
|
|
214208
|
-
{
|
|
214209
|
-
className: "buttonsright",
|
|
214210
|
-
sx: { display: "flex", gap: 1, justifyContent: "flex-end" },
|
|
214211
|
-
children: (() => {
|
|
214212
|
-
var _0, p2, N2, c2;
|
|
214213
|
-
return (_0 = o == null ? void 0 : o.event_type) != null && _0.includes("Virtual") && ((p2 = o == null ? void 0 : o.event_subtype) != null && p2.includes("Pre-Recorded Webinar")) ? /* @__PURE__ */ jsx(
|
|
214214
|
-
Button,
|
|
214215
|
-
{
|
|
214216
|
-
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214217
|
-
variant: "tertiaryButton3",
|
|
214218
|
-
onClick: t0,
|
|
214219
|
-
children: "Watch Now"
|
|
214220
|
-
}
|
|
214221
|
-
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214222
|
-
Button,
|
|
214223
|
-
{
|
|
214224
|
-
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214225
|
-
variant: "tertiaryButton3",
|
|
214226
|
-
disabled: !0,
|
|
214227
|
-
onClick: R0,
|
|
214228
|
-
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214229
|
-
}
|
|
214230
|
-
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214231
|
-
Button,
|
|
214232
|
-
{
|
|
214233
|
-
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214234
|
-
disabled: !Y,
|
|
214235
|
-
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214236
|
-
children: ga
|
|
214237
|
-
}
|
|
214238
|
-
) : /* @__PURE__ */ jsx(Button, { variant: "primaryButton1", disabled: !0, onClick: R0, children: "Registration full" });
|
|
214239
|
-
})()
|
|
214240
|
-
}
|
|
214241
|
-
) }),
|
|
214242
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 12, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214243
|
-
$0 > 0 ? /* @__PURE__ */ jsx(Box, { className: "PX-AddressWp", children: /* @__PURE__ */ jsxs(Box, { className: "PX-Top", children: [
|
|
214244
|
-
/* @__PURE__ */ jsx(LocationOnOutlined, {}),
|
|
214245
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: o == null ? void 0 : o.location })
|
|
214246
|
-
] }) }) : null,
|
|
214247
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", children: "About this event" }),
|
|
214248
|
-
/* @__PURE__ */ jsx(
|
|
214249
|
-
Typography,
|
|
214250
|
-
{
|
|
214251
|
-
sx: { wordWrap: "break-word", textAlign: "justify" },
|
|
214252
|
-
variant: "h6regular",
|
|
214253
|
-
id: "description",
|
|
214254
|
-
dangerouslySetInnerHTML: {
|
|
214255
|
-
__html: DOMPurify.sanitize(O0)
|
|
214227
|
+
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214228
|
+
Button,
|
|
214229
|
+
{
|
|
214230
|
+
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214231
|
+
disabled: !Y,
|
|
214232
|
+
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214233
|
+
children: ga
|
|
214256
214234
|
}
|
|
214235
|
+
) : /* @__PURE__ */ jsx(Button, { variant: "primaryButton1", disabled: !0, onClick: R0, children: "Registration full" });
|
|
214236
|
+
})()
|
|
214237
|
+
}
|
|
214238
|
+
) }),
|
|
214239
|
+
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 12, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214240
|
+
$0 > 0 ? /* @__PURE__ */ jsx(Box, { className: "PX-AddressWp", children: /* @__PURE__ */ jsxs(Box, { className: "PX-Top", children: [
|
|
214241
|
+
/* @__PURE__ */ jsx(LocationOnOutlined, {}),
|
|
214242
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: o == null ? void 0 : o.location })
|
|
214243
|
+
] }) }) : null,
|
|
214244
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", children: "About this event" }),
|
|
214245
|
+
/* @__PURE__ */ jsx(
|
|
214246
|
+
Typography,
|
|
214247
|
+
{
|
|
214248
|
+
sx: { wordWrap: "break-word", textAlign: "justify" },
|
|
214249
|
+
variant: "h6regular",
|
|
214250
|
+
id: "description",
|
|
214251
|
+
dangerouslySetInnerHTML: {
|
|
214252
|
+
__html: DOMPurify.sanitize(O0)
|
|
214257
214253
|
}
|
|
214258
|
-
|
|
214259
|
-
|
|
214260
|
-
|
|
214261
|
-
|
|
214262
|
-
|
|
214263
|
-
|
|
214264
|
-
|
|
214265
|
-
{
|
|
214266
|
-
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214267
|
-
variant: "tertiaryButton3",
|
|
214268
|
-
onClick: t0,
|
|
214269
|
-
children: "Watch Now"
|
|
214270
|
-
}
|
|
214271
|
-
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214272
|
-
Button,
|
|
214273
|
-
{
|
|
214274
|
-
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214275
|
-
variant: "tertiaryButton3",
|
|
214276
|
-
disabled: !0,
|
|
214277
|
-
onClick: R0,
|
|
214278
|
-
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214279
|
-
}
|
|
214280
|
-
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214281
|
-
Button,
|
|
214282
|
-
{
|
|
214283
|
-
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214284
|
-
disabled: !Y,
|
|
214285
|
-
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214286
|
-
children: ga
|
|
214287
|
-
}
|
|
214288
|
-
) : /* @__PURE__ */ jsx(
|
|
214289
|
-
Button,
|
|
214290
|
-
{
|
|
214291
|
-
variant: "primaryButton1",
|
|
214292
|
-
disabled: !0,
|
|
214293
|
-
onClick: R0,
|
|
214294
|
-
children: "Registration full"
|
|
214295
|
-
}
|
|
214296
|
-
);
|
|
214297
|
-
})() }),
|
|
214298
|
-
s2[0].label === "Offline Event" && /* @__PURE__ */ jsx(
|
|
214254
|
+
}
|
|
214255
|
+
),
|
|
214256
|
+
(o == null ? void 0 : o.description.length) > 240 && /* @__PURE__ */ jsx(Link$2, { className: "readMoreLessCta", onClick: q0, children: _A ? "Read less" : "Read more" }),
|
|
214257
|
+
/* @__PURE__ */ jsx(Box, { className: "buttonsBottom", children: /* @__PURE__ */ jsxs(Box, { className: "rightBtn", children: [
|
|
214258
|
+
/* @__PURE__ */ jsx(Box, { className: "leftBtn", children: (() => {
|
|
214259
|
+
var _0, p2, N2, c2;
|
|
214260
|
+
return (_0 = o == null ? void 0 : o.event_type) != null && _0.includes("Virtual") && ((p2 = o == null ? void 0 : o.event_subtype) != null && p2.includes("Pre-Recorded Webinar")) ? /* @__PURE__ */ jsx(
|
|
214299
214261
|
Button,
|
|
214300
214262
|
{
|
|
214301
|
-
|
|
214302
|
-
|
|
214303
|
-
|
|
214304
|
-
|
|
214305
|
-
content_type: "registration"
|
|
214306
|
-
},
|
|
214307
|
-
l
|
|
214308
|
-
),
|
|
214309
|
-
children: "Generate QR"
|
|
214263
|
+
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214264
|
+
variant: "tertiaryButton3",
|
|
214265
|
+
onClick: t0,
|
|
214266
|
+
children: "Watch Now"
|
|
214310
214267
|
}
|
|
214311
|
-
)
|
|
214312
|
-
(o == null ? void 0 : o.button_name) && /* @__PURE__ */ jsx(
|
|
214268
|
+
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214313
214269
|
Button,
|
|
214314
214270
|
{
|
|
214315
|
-
|
|
214316
|
-
variant: "
|
|
214317
|
-
|
|
214271
|
+
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214272
|
+
variant: "tertiaryButton3",
|
|
214273
|
+
disabled: !0,
|
|
214274
|
+
onClick: R0,
|
|
214275
|
+
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214318
214276
|
}
|
|
214319
|
-
)
|
|
214320
|
-
|
|
214321
|
-
] }) })
|
|
214322
|
-
] })
|
|
214323
|
-
] }),
|
|
214324
|
-
/* @__PURE__ */ jsx(Box, { className: "morelikeSection", children: /* @__PURE__ */ jsxs(
|
|
214325
|
-
Container$1,
|
|
214326
|
-
{
|
|
214327
|
-
className: i != null && i.isEditPage ? "grid_full_width" : "grid_container",
|
|
214328
|
-
children: [
|
|
214329
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", mt: "0", children: "More like this" }),
|
|
214330
|
-
/* @__PURE__ */ jsx(Box, { className: "AllEventinnderBox", children: E0 ? /* @__PURE__ */ jsx(Fragment, { children: (c1 = sortedData(o == null ? void 0 : o.latest_content, "start_date", "end_date", !1)) == null ? void 0 : c1.map(
|
|
214331
|
-
(_0) => /* @__PURE__ */ jsx(
|
|
214332
|
-
XCard7,
|
|
214277
|
+
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214278
|
+
Button,
|
|
214333
214279
|
{
|
|
214334
|
-
|
|
214335
|
-
|
|
214336
|
-
|
|
214337
|
-
|
|
214338
|
-
}
|
|
214339
|
-
|
|
214340
|
-
|
|
214341
|
-
) }) : /* @__PURE__ */ jsx(Slider$1, { ...D0, className: "PX-arrowDotSlider", children: (b2 = sortedData(o == null ? void 0 : o.latest_content, "start_date", "end_date", !1)) == null ? void 0 : b2.map(
|
|
214342
|
-
(_0) => /* @__PURE__ */ jsx(
|
|
214343
|
-
XCard7,
|
|
214280
|
+
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214281
|
+
disabled: !Y,
|
|
214282
|
+
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214283
|
+
children: ga
|
|
214284
|
+
}
|
|
214285
|
+
) : /* @__PURE__ */ jsx(
|
|
214286
|
+
Button,
|
|
214344
214287
|
{
|
|
214345
|
-
|
|
214346
|
-
|
|
214347
|
-
|
|
214348
|
-
|
|
214349
|
-
|
|
214350
|
-
)
|
|
214351
|
-
|
|
214352
|
-
|
|
214353
|
-
|
|
214354
|
-
|
|
214355
|
-
|
|
214356
|
-
|
|
214357
|
-
|
|
214358
|
-
|
|
214359
|
-
|
|
214360
|
-
|
|
214361
|
-
|
|
214362
|
-
|
|
214363
|
-
|
|
214364
|
-
|
|
214365
|
-
|
|
214366
|
-
|
|
214367
|
-
|
|
214368
|
-
|
|
214288
|
+
variant: "primaryButton1",
|
|
214289
|
+
disabled: !0,
|
|
214290
|
+
onClick: R0,
|
|
214291
|
+
children: "Registration full"
|
|
214292
|
+
}
|
|
214293
|
+
);
|
|
214294
|
+
})() }),
|
|
214295
|
+
s2[0].label === "Offline Event" && /* @__PURE__ */ jsx(
|
|
214296
|
+
Button,
|
|
214297
|
+
{
|
|
214298
|
+
variant: "primaryButton2",
|
|
214299
|
+
onClick: () => toRedirectKXUrl(
|
|
214300
|
+
{
|
|
214301
|
+
current_page_url: "my-profile",
|
|
214302
|
+
content_type: "registration"
|
|
214303
|
+
},
|
|
214304
|
+
l
|
|
214305
|
+
),
|
|
214306
|
+
children: "Generate QR"
|
|
214307
|
+
}
|
|
214308
|
+
),
|
|
214309
|
+
(o == null ? void 0 : o.button_name) && /* @__PURE__ */ jsx(
|
|
214310
|
+
Button,
|
|
214311
|
+
{
|
|
214312
|
+
onClick: () => o2(o == null ? void 0 : o.button_link),
|
|
214313
|
+
variant: "primaryButton2",
|
|
214314
|
+
children: o == null ? void 0 : o.button_name
|
|
214315
|
+
}
|
|
214316
|
+
)
|
|
214317
|
+
] }) })
|
|
214318
|
+
] }) })
|
|
214319
|
+
] })
|
|
214320
|
+
] }),
|
|
214321
|
+
/* @__PURE__ */ jsx(Box, { className: "morelikeSection", children: /* @__PURE__ */ jsxs(
|
|
214322
|
+
Container$1,
|
|
214323
|
+
{
|
|
214324
|
+
className: i != null && i.isEditPage ? "grid_full_width" : "grid_container",
|
|
214325
|
+
children: [
|
|
214326
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", mt: "0", children: "More like this" }),
|
|
214327
|
+
/* @__PURE__ */ jsx(Box, { className: "AllEventinnderBox", children: E0 ? /* @__PURE__ */ jsx(Fragment, { children: (c1 = sortedData(o == null ? void 0 : o.latest_content, "start_date", "end_date", !1)) == null ? void 0 : c1.map(
|
|
214328
|
+
(_0) => /* @__PURE__ */ jsx(
|
|
214329
|
+
XCard7,
|
|
214330
|
+
{
|
|
214331
|
+
content: _0,
|
|
214332
|
+
secondaryArgs: a,
|
|
214333
|
+
onCardClick: h2,
|
|
214334
|
+
analytics: n
|
|
214335
|
+
},
|
|
214336
|
+
_0
|
|
214337
|
+
)
|
|
214338
|
+
) }) : /* @__PURE__ */ jsx(Slider$1, { ...D0, className: "PX-arrowDotSlider", children: (b2 = sortedData(o == null ? void 0 : o.latest_content, "start_date", "end_date", !1)) == null ? void 0 : b2.map(
|
|
214339
|
+
(_0) => /* @__PURE__ */ jsx(
|
|
214340
|
+
XCard7,
|
|
214341
|
+
{
|
|
214342
|
+
content: _0,
|
|
214343
|
+
secondaryArgs: a,
|
|
214344
|
+
onCardClick: h2
|
|
214345
|
+
},
|
|
214346
|
+
_0
|
|
214347
|
+
)
|
|
214348
|
+
) }) })
|
|
214349
|
+
]
|
|
214350
|
+
}
|
|
214351
|
+
) }),
|
|
214352
|
+
T && /* @__PURE__ */ jsx(
|
|
214353
|
+
JoinEventModal,
|
|
214354
|
+
{
|
|
214355
|
+
isDialogOpen: T,
|
|
214356
|
+
closeButtonText: "Close",
|
|
214357
|
+
confirmButtonText: "Join",
|
|
214358
|
+
closeButtonHandle: X0,
|
|
214359
|
+
confirmButtonHandle: z0,
|
|
214360
|
+
disableConfirmButton: p || h
|
|
214361
|
+
}
|
|
214362
|
+
)
|
|
214363
|
+
]
|
|
214364
|
+
}
|
|
214369
214365
|
) });
|
|
214370
214366
|
};
|
|
214371
214367
|
EventDetail.defaultProps = {
|
|
@@ -214551,7 +214547,7 @@ Proin lacinia lacinia felis, sed vehicula nunc lobortis quis. Nunc sit amet libe
|
|
|
214551
214547
|
pageId: 12345,
|
|
214552
214548
|
prelemId: 23456,
|
|
214553
214549
|
pageTitle: "Event",
|
|
214554
|
-
pageDesc: "The Prelem
|
|
214550
|
+
pageDesc: "The Prelem 'Event Detail' can be used to give an introduction to your website. It has an image, title, description & CTA which can be used to add the required information.",
|
|
214555
214551
|
pageTags: "Event, Service Box, Features, Products",
|
|
214556
214552
|
prelemTags: "Event, Service Box, Features, Products"
|
|
214557
214553
|
},
|
|
@@ -215197,7 +215193,7 @@ const SEARCH_COLLEAGUES = `
|
|
|
215197
215193
|
onChange: (l) => A(l.target.value)
|
|
215198
215194
|
}
|
|
215199
215195
|
);
|
|
215200
|
-
}, useCustomStyle$
|
|
215196
|
+
}, useCustomStyle$Z = makeStyles(() => {
|
|
215201
215197
|
const o = useTheme();
|
|
215202
215198
|
return {
|
|
215203
215199
|
PXInviteColleagueModal: {
|
|
@@ -215477,7 +215473,7 @@ function InviteColleagueModal({
|
|
|
215477
215473
|
userId: f,
|
|
215478
215474
|
constants: E
|
|
215479
215475
|
}) {
|
|
215480
|
-
const d = useCustomStyle$
|
|
215476
|
+
const d = useCustomStyle$Z(), C = [], w = [7, 14, 21], [T, _e] = useState([]), Y = localStorage.getItem("userLoginDetails"), { data: _r = {} } = parseStringDetails(Y), { name: ga = "" } = _r, [ya, _A] = useState([]), [aa, _i] = useState(7), [_u, _c] = useState(0), [_d, _l] = useState(!1), [t0, n0] = useState(!0), [u0, c0] = useState(0), [h0, I0] = useState(!1);
|
|
215481
215477
|
function v0(n1, Y2) {
|
|
215482
215478
|
const S2 = new Date(n1);
|
|
215483
215479
|
return S2.setDate(n1.getDate() + Y2), S2;
|
|
@@ -215739,7 +215735,7 @@ function InviteColleagueModal({
|
|
|
215739
215735
|
{
|
|
215740
215736
|
edge: "start",
|
|
215741
215737
|
onClick: (n1) => X0(n1, "remove"),
|
|
215742
|
-
disabled:
|
|
215738
|
+
disabled: _u <= 0.5,
|
|
215743
215739
|
children: /* @__PURE__ */ jsx(default_1$j, {})
|
|
215744
215740
|
}
|
|
215745
215741
|
) })
|
|
@@ -215861,7 +215857,7 @@ function InviteColleagueModal({
|
|
|
215861
215857
|
}
|
|
215862
215858
|
);
|
|
215863
215859
|
}
|
|
215864
|
-
const useCustomStyle$
|
|
215860
|
+
const useCustomStyle$Y = makeStyles(() => {
|
|
215865
215861
|
const o = useTheme();
|
|
215866
215862
|
return {
|
|
215867
215863
|
PXInviteColleagueModal: {
|
|
@@ -216092,7 +216088,7 @@ function InviteMoreModal({
|
|
|
216092
216088
|
derivedChallenge: s,
|
|
216093
216089
|
constants: u
|
|
216094
216090
|
}) {
|
|
216095
|
-
const p = useCustomStyle$
|
|
216091
|
+
const p = useCustomStyle$Y(), h = [], [f, E] = useState([]), [d, C] = useState([]), [w, T] = useState(7), [_e, Y] = useState(!1), [_r, ga] = useState(!0), [ya, _A] = useState(0), [aa, _i] = useState(!1);
|
|
216096
216092
|
function _u(h2, Z0) {
|
|
216097
216093
|
const t2 = new Date(h2);
|
|
216098
216094
|
return t2.setDate(h2.getDate() + Z0), t2;
|
|
@@ -216346,7 +216342,7 @@ var default_1$g = HighlightOffOutlined.default = void 0, _createSvgIcon$g = _int
|
|
|
216346
216342
|
d: "M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
|
|
216347
216343
|
}), "HighlightOffOutlined");
|
|
216348
216344
|
default_1$g = HighlightOffOutlined.default = _default$g;
|
|
216349
|
-
const useCustomStyle$
|
|
216345
|
+
const useCustomStyle$X = makeStyles(() => ({
|
|
216350
216346
|
PXCommonModal: {
|
|
216351
216347
|
"& .Platform-x-Paper-root": {
|
|
216352
216348
|
padding: "40px 20px !important",
|
|
@@ -216386,7 +216382,7 @@ function CommonModal({
|
|
|
216386
216382
|
confirmBtnText: s,
|
|
216387
216383
|
handleModal: u
|
|
216388
216384
|
}) {
|
|
216389
|
-
const p = useCustomStyle$
|
|
216385
|
+
const p = useCustomStyle$X();
|
|
216390
216386
|
return /* @__PURE__ */ jsxs(Dialog, { className: p.PXCommonModal, fullWidth: !0, open: o, onClose: i, children: [
|
|
216391
216387
|
/* @__PURE__ */ jsx(
|
|
216392
216388
|
DialogContent,
|
|
@@ -216440,7 +216436,7 @@ function CommonModal({
|
|
|
216440
216436
|
)
|
|
216441
216437
|
] });
|
|
216442
216438
|
}
|
|
216443
|
-
const useCustomStyle$
|
|
216439
|
+
const useCustomStyle$W = makeStyles(() => {
|
|
216444
216440
|
var n, i, a, A;
|
|
216445
216441
|
const o = useTheme();
|
|
216446
216442
|
return {
|
|
@@ -216675,7 +216671,7 @@ function ManageRequestModal({
|
|
|
216675
216671
|
isAccepted: E,
|
|
216676
216672
|
userId: d
|
|
216677
216673
|
}) {
|
|
216678
|
-
const [C, w] = useState("Received"), T = useCustomStyle$
|
|
216674
|
+
const [C, w] = useState("Received"), T = useCustomStyle$W(), [_e, Y] = useState(null), _r = (_l, t0) => {
|
|
216679
216675
|
w(t0);
|
|
216680
216676
|
}, ga = useTheme(), ya = useMediaQuery(ga.breakpoints.up("sm")), _A = useMediaQuery(ga.breakpoints.down("sm")), [aa, _i] = useState(!1);
|
|
216681
216677
|
useEffect(() => {
|
|
@@ -217076,7 +217072,7 @@ function ManageRequestModal({
|
|
|
217076
217072
|
}
|
|
217077
217073
|
);
|
|
217078
217074
|
}
|
|
217079
|
-
const useCustomStyle$
|
|
217075
|
+
const useCustomStyle$V = makeStyles(() => {
|
|
217080
217076
|
const o = useTheme();
|
|
217081
217077
|
return {
|
|
217082
217078
|
PXParticipantsModal: {
|
|
@@ -217170,7 +217166,7 @@ function ParticipantsModal({
|
|
|
217170
217166
|
loading: g = !1,
|
|
217171
217167
|
userId: s
|
|
217172
217168
|
}) {
|
|
217173
|
-
const u = useCustomStyle$
|
|
217169
|
+
const u = useCustomStyle$V(), [p, h] = useState(!1), [f, E] = useState(null), d = () => {
|
|
217174
217170
|
h(!p), E(null);
|
|
217175
217171
|
}, C = async () => {
|
|
217176
217172
|
await A("remove", f == null ? void 0 : f.derived_challenge_id, f == null ? void 0 : f.user_id), d();
|
|
@@ -217251,7 +217247,7 @@ var default_1$e = MoreVert.default = void 0, _createSvgIcon$e = _interopRequireD
|
|
|
217251
217247
|
d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
|
|
217252
217248
|
}), "MoreVert");
|
|
217253
217249
|
default_1$e = MoreVert.default = _default$e;
|
|
217254
|
-
const useCustomStyle$
|
|
217250
|
+
const useCustomStyle$U = makeStyles(() => {
|
|
217255
217251
|
const o = useTheme();
|
|
217256
217252
|
return {
|
|
217257
217253
|
UpcomingChallengesCard: {
|
|
@@ -217384,7 +217380,7 @@ const useCustomStyle$S = makeStyles(() => {
|
|
|
217384
217380
|
), h(null), _e();
|
|
217385
217381
|
}, _r = () => {
|
|
217386
217382
|
h(null);
|
|
217387
|
-
}, ga = useCustomStyle$
|
|
217383
|
+
}, ga = useCustomStyle$U(), ya = () => {
|
|
217388
217384
|
d(!E);
|
|
217389
217385
|
}, _A = () => {
|
|
217390
217386
|
var O0, R0, X0;
|
|
@@ -217516,7 +217512,7 @@ margin: 0}
|
|
|
217516
217512
|
}
|
|
217517
217513
|
)
|
|
217518
217514
|
] });
|
|
217519
|
-
}, useCustomStyle$
|
|
217515
|
+
}, useCustomStyle$T = makeStyles(() => {
|
|
217520
217516
|
const o = useTheme();
|
|
217521
217517
|
return {
|
|
217522
217518
|
PXVideoModalWrapper: {
|
|
@@ -217603,7 +217599,7 @@ margin: 0}
|
|
|
217603
217599
|
};
|
|
217604
217600
|
});
|
|
217605
217601
|
function VideoModal({ isDialogOpen: o, handleClose: n, content: i, analytics: a }) {
|
|
217606
|
-
const A = useCustomStyle$
|
|
217602
|
+
const A = useCustomStyle$T(), [l, g] = useState(!0), { video: s = [] } = i, [u = {}] = s, {
|
|
217607
217603
|
_vod_account_id: p = "",
|
|
217608
217604
|
_vod_video_id: h = "",
|
|
217609
217605
|
PlayerID: f = "default",
|
|
@@ -217641,7 +217637,7 @@ function VideoModal({ isDialogOpen: o, handleClose: n, content: i, analytics: a
|
|
|
217641
217637
|
}
|
|
217642
217638
|
);
|
|
217643
217639
|
}
|
|
217644
|
-
const useCustomStyle$
|
|
217640
|
+
const useCustomStyle$S = makeStyles(() => {
|
|
217645
217641
|
var n, i;
|
|
217646
217642
|
const o = useTheme();
|
|
217647
217643
|
return {
|
|
@@ -218180,7 +218176,7 @@ const useCustomStyle$Q = makeStyles(() => {
|
|
|
218180
218176
|
isEnrolled: _l
|
|
218181
218177
|
} = A, [t0, n0] = useState("Leaderboard"), [u0, c0] = useState(!1), [h0, I0] = useState("5000"), [v0, C0] = useState(!1), [E0, b0] = useState(!1), [D0, q0] = useState(!1), [z0, O0] = useState(!1), [R0, X0] = useState(!1), [o2, U0] = useState(!1), [h2, Z0] = useState(!1), [t2, $0] = useState(0), [s2, M0] = useState(!1), [m2, x0] = useState(!1), [j0, J0] = useState(1), W0 = Math.ceil(_d / 10), r2 = (e1 = _e[0]) == null ? void 0 : e1.created_by, { name: x2 = "" } = { ...r2 }, O2 = typeof (o == null ? void 0 : o.video) == "string" ? JSON.parse(o == null ? void 0 : o.video) : o == null ? void 0 : o.video, d1 = (u1 = JSON.parse(o == null ? void 0 : o.user_group)) == null ? void 0 : u1.map((mI) => mI == null ? void 0 : mI.label), {
|
|
218182
218178
|
prelemBaseEndpoint: { site_host: L1, language: n1 }
|
|
218183
|
-
} = a, Y2 = useCustomStyle$
|
|
218179
|
+
} = a, Y2 = useCustomStyle$S(), S2 = localStorage.getItem("device_platform"), { ref: v2, inView: g2 } = useInView({
|
|
218184
218180
|
/* Optional options */
|
|
218185
218181
|
threshold: 0
|
|
218186
218182
|
}), A1 = (mI, UI) => {
|
|
@@ -219844,7 +219840,7 @@ const SingleQuestion$1 = ({ data: o = [], callBack: n }) => {
|
|
|
219844
219840
|
}
|
|
219845
219841
|
)
|
|
219846
219842
|
] });
|
|
219847
|
-
}, Share$2 = lazy$2(() => import("./Share-
|
|
219843
|
+
}, Share$2 = lazy$2(() => import("./Share-B8wQKnI3.mjs")), Poll = ({
|
|
219848
219844
|
content: o,
|
|
219849
219845
|
onSubmit: n,
|
|
219850
219846
|
results: i = [],
|
|
@@ -221481,7 +221477,7 @@ const ViewAnswers = ({
|
|
|
221481
221477
|
)
|
|
221482
221478
|
}
|
|
221483
221479
|
);
|
|
221484
|
-
}, useCustomStyle$
|
|
221480
|
+
}, useCustomStyle$R = makeStyles(() => {
|
|
221485
221481
|
const o = useTheme();
|
|
221486
221482
|
return {
|
|
221487
221483
|
quizWrapper: {
|
|
@@ -221520,7 +221516,7 @@ const ViewAnswers = ({
|
|
|
221520
221516
|
}
|
|
221521
221517
|
}
|
|
221522
221518
|
};
|
|
221523
|
-
}), Share$1 = lazy$2(() => import("./Share-
|
|
221519
|
+
}), Share$1 = lazy$2(() => import("./Share-B8wQKnI3.mjs")), Quiz = ({
|
|
221524
221520
|
content: o,
|
|
221525
221521
|
analytics: n,
|
|
221526
221522
|
authoringHelper: i,
|
|
@@ -221528,7 +221524,7 @@ const ViewAnswers = ({
|
|
|
221528
221524
|
enablePreview: A = !1
|
|
221529
221525
|
}) => {
|
|
221530
221526
|
var O0, R0, X0, o2, U0, h2, Z0, t2, $0, s2;
|
|
221531
|
-
const l = useTheme(), g = useCustomStyle$
|
|
221527
|
+
const l = useTheme(), g = useCustomStyle$R(), s = useMediaQuery(l.breakpoints.only("xs")), u = useMediaQuery(l.breakpoints.only("sm")), p = useMediaQuery(l.breakpoints.only("md")), h = useMediaQuery(l.breakpoints.only("em")), f = useMediaQuery(l.breakpoints.only("lg")), E = useMediaQuery(l.breakpoints.only("xl")), [d, C] = useState(!1), [w, T] = useState(!1), [_e, Y] = useState(!1), [_r, ga] = useState([]), [ya, _A] = useState(!1), aa = () => {
|
|
221532
221528
|
var m2, x0, j0;
|
|
221533
221529
|
const M0 = o == null ? void 0 : o.current_page_url;
|
|
221534
221530
|
return (m2 = a == null ? void 0 : a.prelemBaseEndpoint) != null && m2.PublishEndPoint ? `${(x0 = a == null ? void 0 : a.prelemBaseEndpoint) == null ? void 0 : x0.PublishEndPoint}${(j0 = a == null ? void 0 : a.prelemBaseEndpoint) == null ? void 0 : j0.language}/quiz${M0}` : `/quiz${M0}`;
|
|
@@ -222549,7 +222545,7 @@ Quiz.defaultProps = {
|
|
|
222549
222545
|
]
|
|
222550
222546
|
}
|
|
222551
222547
|
};
|
|
222552
|
-
const useCustomStyle$
|
|
222548
|
+
const useCustomStyle$Q = makeStyles(() => {
|
|
222553
222549
|
const o = useTheme();
|
|
222554
222550
|
return {
|
|
222555
222551
|
videoDetailPageWrapper: {
|
|
@@ -222599,7 +222595,7 @@ const useCustomStyle$O = makeStyles(() => {
|
|
|
222599
222595
|
}
|
|
222600
222596
|
}
|
|
222601
222597
|
};
|
|
222602
|
-
}), Share = lazy$2(() => import("./Share-
|
|
222598
|
+
}), Share = lazy$2(() => import("./Share-B8wQKnI3.mjs")), RecentCarousel = lazy$2(() => import("./RecentCarousel-Dk_l1ZBL.mjs")), BrightcovePlayer = React__default.lazy(
|
|
222603
222599
|
() => Promise.resolve().then(() => BrightcovePlayer$2)
|
|
222604
222600
|
), latestVODs = [
|
|
222605
222601
|
{
|
|
@@ -222751,7 +222747,7 @@ const useCustomStyle$O = makeStyles(() => {
|
|
|
222751
222747
|
secondaryArgs: A = {},
|
|
222752
222748
|
filters: l,
|
|
222753
222749
|
relativePath: g
|
|
222754
|
-
} = o, { isAuthoring: s = !1 } = a, u = useCustomStyle$
|
|
222750
|
+
} = o, { isAuthoring: s = !1 } = a, u = useCustomStyle$Q(), p = () => {
|
|
222755
222751
|
var c0, h0, I0;
|
|
222756
222752
|
let u0 = n == null ? void 0 : n.current_page_url;
|
|
222757
222753
|
return u0 && u0.charAt(0) === "/" && (u0 = u0.substring(1)), (c0 = A == null ? void 0 : A.prelemBaseEndpoint) != null && c0.PublishEndPoint ? `${(h0 = A == null ? void 0 : A.prelemBaseEndpoint) == null ? void 0 : h0.PublishEndPoint}${(I0 = A == null ? void 0 : A.prelemBaseEndpoint) == null ? void 0 : I0.language}/video/${u0}` : `/video${u0}`;
|
|
@@ -223205,7 +223201,7 @@ VideoLandingPage.defaultProps = {
|
|
|
223205
223201
|
StreamingURL: "https://d1yf059unjnphq.cloudfront.net/1e9c76a0-821c-45d8-ad91-c88afbfb740a/AppleHLS1/shutterstock-1060700614-test_en_3db76142-e5a8-40c8-b58d-ce6e8caa4994_platformx_cddbe334-c004-41db-9942-d004d79a1c61.m3u8"
|
|
223206
223202
|
}
|
|
223207
223203
|
};
|
|
223208
|
-
const useCustomStyle$
|
|
223204
|
+
const useCustomStyle$P = makeStyles(() => {
|
|
223209
223205
|
const o = useTheme();
|
|
223210
223206
|
return {
|
|
223211
223207
|
AllEventWrapper: {
|
|
@@ -223271,7 +223267,7 @@ const useCustomStyle$N = makeStyles(() => {
|
|
|
223271
223267
|
usePrelemImpression$1(n, o, a);
|
|
223272
223268
|
const A = useTheme();
|
|
223273
223269
|
useState("Events");
|
|
223274
|
-
const l = useCustomStyle$
|
|
223270
|
+
const l = useCustomStyle$P(), s = { ...{
|
|
223275
223271
|
slidesToShow: 4,
|
|
223276
223272
|
slidesToScroll: 1,
|
|
223277
223273
|
autoPlay: !0,
|
|
@@ -223503,7 +223499,7 @@ var default_1$9 = East.default = void 0, _createSvgIcon$9 = _interopRequireDefau
|
|
|
223503
223499
|
d: "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"
|
|
223504
223500
|
}), "East");
|
|
223505
223501
|
default_1$9 = East.default = _default$9;
|
|
223506
|
-
const useCustomStyle$
|
|
223502
|
+
const useCustomStyle$O = makeStyles((o) => ({
|
|
223507
223503
|
XCard14Wrapper: {
|
|
223508
223504
|
"&.XCard14innderBox": {
|
|
223509
223505
|
border: "1px solid #E8E8E8",
|
|
@@ -223653,7 +223649,7 @@ const useCustomStyle$M = makeStyles((o) => ({
|
|
|
223653
223649
|
}
|
|
223654
223650
|
}
|
|
223655
223651
|
}
|
|
223656
|
-
})), useCustomStyle$
|
|
223652
|
+
})), useCustomStyle$N = makeStyles((o) => ({
|
|
223657
223653
|
FilterWrapper: {
|
|
223658
223654
|
position: "sticky",
|
|
223659
223655
|
top: "15px",
|
|
@@ -223749,7 +223745,7 @@ const useCustomStyle$M = makeStyles((o) => ({
|
|
|
223749
223745
|
}
|
|
223750
223746
|
}
|
|
223751
223747
|
}
|
|
223752
|
-
})), useCustomStyle$
|
|
223748
|
+
})), useCustomStyle$M = makeStyles((o) => {
|
|
223753
223749
|
var n, i;
|
|
223754
223750
|
return {
|
|
223755
223751
|
"@keyframes shimmer": {
|
|
@@ -225972,7 +225968,7 @@ var default_1$6 = KeyboardArrowRight.default = void 0, _createSvgIcon$6 = _inter
|
|
|
225972
225968
|
d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
225973
225969
|
}), "KeyboardArrowRight");
|
|
225974
225970
|
default_1$6 = KeyboardArrowRight.default = _default$6;
|
|
225975
|
-
const useCustomStyle$
|
|
225971
|
+
const useCustomStyle$L = makeStyles(() => {
|
|
225976
225972
|
const o = useTheme();
|
|
225977
225973
|
return {
|
|
225978
225974
|
sliderPrelemWrapper: {
|
|
@@ -226171,7 +226167,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226171
226167
|
animationType: w = "fadeIn",
|
|
226172
226168
|
//fadeIn, slideIn
|
|
226173
226169
|
cardGap: T = 8
|
|
226174
|
-
} = o, [_e, Y] = useState(C > 0 ? C : 0), _r = i ? A : 9e8, ga = useCustomStyle$
|
|
226170
|
+
} = o, [_e, Y] = useState(C > 0 ? C : 0), _r = i ? A : 9e8, ga = useCustomStyle$L();
|
|
226175
226171
|
useEffect(() => {
|
|
226176
226172
|
const _c = debounce$1(() => {
|
|
226177
226173
|
debounce$1(Y(0), 100);
|
|
@@ -226264,7 +226260,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226264
226260
|
]
|
|
226265
226261
|
}
|
|
226266
226262
|
);
|
|
226267
|
-
}, useCustomStyle$
|
|
226263
|
+
}, useCustomStyle$K = makeStyles(() => {
|
|
226268
226264
|
const o = useTheme();
|
|
226269
226265
|
return {
|
|
226270
226266
|
customModalSliderWrapper: {
|
|
@@ -226370,7 +226366,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226370
226366
|
openModal: a,
|
|
226371
226367
|
secondaryArgs: A
|
|
226372
226368
|
}) => {
|
|
226373
|
-
const l = useCustomStyle$
|
|
226369
|
+
const l = useCustomStyle$K(), g = o && o.map((u) => formCroppedUrlString(
|
|
226374
226370
|
A == null ? void 0 : A.gcpUrl,
|
|
226375
226371
|
A == null ? void 0 : A.bucketName,
|
|
226376
226372
|
u.Thumbnail ? u.Thumbnail : u.Url,
|
|
@@ -226791,7 +226787,7 @@ const usePrelemImpression = (o, n, i) => {
|
|
|
226791
226787
|
prelemType3: {
|
|
226792
226788
|
"&.prelemType3": {}
|
|
226793
226789
|
}
|
|
226794
|
-
})), useCustomStyle$
|
|
226790
|
+
})), useCustomStyle$J = makeStyles(() => {
|
|
226795
226791
|
const o = useTheme();
|
|
226796
226792
|
return {
|
|
226797
226793
|
banner3MainWrapper: {
|
|
@@ -226928,7 +226924,7 @@ const usePrelemImpression = (o, n, i) => {
|
|
|
226928
226924
|
o == null ? void 0 : o.Button1_RedirectURL,
|
|
226929
226925
|
o == null ? void 0 : o.Button1_Value
|
|
226930
226926
|
]), usePrelemImpression(n, h, a);
|
|
226931
|
-
const d = useCustomStyle$
|
|
226927
|
+
const d = useCustomStyle$J();
|
|
226932
226928
|
return /* @__PURE__ */ jsx("div", { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(
|
|
226933
226929
|
Container$1,
|
|
226934
226930
|
{
|
|
@@ -227084,7 +227080,7 @@ Banner3.defaultProps = {
|
|
|
227084
227080
|
bucketName: "cropped_image_public"
|
|
227085
227081
|
}
|
|
227086
227082
|
};
|
|
227087
|
-
const useCustomStyle$
|
|
227083
|
+
const useCustomStyle$I = makeStyles(() => ({
|
|
227088
227084
|
banner4Wrapper: {
|
|
227089
227085
|
"&.banner4Bgwrapper": {
|
|
227090
227086
|
"& .imageContainer": {
|
|
@@ -227106,7 +227102,7 @@ const useCustomStyle$G = makeStyles(() => ({
|
|
|
227106
227102
|
}
|
|
227107
227103
|
})), Banner4 = ({ content: o, analytics: n, authoringHelper: i, secondaryArgs: a, filters: A }) => {
|
|
227108
227104
|
var _e, Y, _r, ga, ya, _A, aa;
|
|
227109
|
-
const l = useCustomStyle$
|
|
227105
|
+
const l = useCustomStyle$I(), g = prelemTypes(), s = {
|
|
227110
227106
|
Button_Name: "Button1_Name",
|
|
227111
227107
|
Button_RedirectURL: "Button1_RedirectURL",
|
|
227112
227108
|
Button_Type: "Button1_Type",
|
|
@@ -227326,7 +227322,7 @@ var default_1$5 = Autorenew.default = void 0, _createSvgIcon$5 = _interopRequire
|
|
|
227326
227322
|
d: "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"
|
|
227327
227323
|
}), "Autorenew");
|
|
227328
227324
|
default_1$5 = Autorenew.default = _default$5;
|
|
227329
|
-
const useCustomStyle$
|
|
227325
|
+
const useCustomStyle$H = makeStyles(() => {
|
|
227330
227326
|
const o = useTheme();
|
|
227331
227327
|
return {
|
|
227332
227328
|
blogTilesWrapper: {
|
|
@@ -227465,7 +227461,7 @@ BlogTilesCard.defaultProps = {
|
|
|
227465
227461
|
}
|
|
227466
227462
|
};
|
|
227467
227463
|
const BlogTiles = ({ content: o, analytics: n, authoringHelper: i, secondaryArgs: a, filters: A }) => {
|
|
227468
|
-
const l = useCustomStyle$
|
|
227464
|
+
const l = useCustomStyle$H(), g = prelemTypes(), { bucketName: s, gcpUrl: u } = a, p = (w) => (w == null ? void 0 : w.length) > 4 ? w.slice(0, 4) : (w == null ? void 0 : w.length) > 0 ? w : [], [h, f] = useState(p(o == null ? void 0 : o.Slots)), { ref: E, inView: d } = useInView({
|
|
227469
227465
|
/* Optional options */
|
|
227470
227466
|
threshold: 0
|
|
227471
227467
|
});
|
|
@@ -227745,7 +227741,7 @@ BlogTiles.defaultProps = {
|
|
|
227745
227741
|
ext: "png"
|
|
227746
227742
|
}
|
|
227747
227743
|
};
|
|
227748
|
-
const useCustomStyle$
|
|
227744
|
+
const useCustomStyle$G = makeStyles(() => {
|
|
227749
227745
|
const o = useTheme();
|
|
227750
227746
|
return {
|
|
227751
227747
|
ActivityTrackerWrapper: {
|
|
@@ -228152,7 +228148,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228152
228148
|
useState(0);
|
|
228153
228149
|
const [u, p] = useState(0), { stepsData: h, loading: f, updateGoals: E } = o, [d, C] = useState(!1);
|
|
228154
228150
|
useState(0);
|
|
228155
|
-
const [w, T] = useState("5"), { current_page_url: _e = "" } = a || {}, [Y, _r] = useState(Number(h == null ? void 0 : h.target) || 0), [ga, ya] = useState(100), _A = useCustomStyle$
|
|
228151
|
+
const [w, T] = useState("5"), { current_page_url: _e = "" } = a || {}, [Y, _r] = useState(Number(h == null ? void 0 : h.target) || 0), [ga, ya] = useState(100), _A = useCustomStyle$G(), aa = () => {
|
|
228156
228152
|
C(!1);
|
|
228157
228153
|
}, _i = () => {
|
|
228158
228154
|
E(w, "goal", "steps"), C(!1);
|
|
@@ -228330,7 +228326,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228330
228326
|
]
|
|
228331
228327
|
}
|
|
228332
228328
|
);
|
|
228333
|
-
}, useCustomStyle$
|
|
228329
|
+
}, useCustomStyle$F = makeStyles((o) => ({
|
|
228334
228330
|
TrackerCardWrapper: {
|
|
228335
228331
|
"&.TrackerCardinnderBox": {
|
|
228336
228332
|
overflow: "hidden",
|
|
@@ -228801,7 +228797,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228801
228797
|
total_participants: h = "",
|
|
228802
228798
|
participants: f = [],
|
|
228803
228799
|
current_page_url: E
|
|
228804
|
-
} = o || {}, [d, C] = useState(!1), [w, T] = useState(p), [_e, Y] = useState(Number(p)), [_r, ga] = useState(100), ya = useCustomStyle$
|
|
228800
|
+
} = o || {}, [d, C] = useState(!1), [w, T] = useState(p), [_e, Y] = useState(Number(p)), [_r, ga] = useState(100), ya = useCustomStyle$F(), [_A, aa] = useState(0);
|
|
228805
228801
|
useEffect(() => {
|
|
228806
228802
|
var D0;
|
|
228807
228803
|
const b0 = f == null ? void 0 : f.filter((q0, z0) => (q0 == null ? void 0 : q0.user_id) === i);
|
|
@@ -229023,7 +229019,7 @@ var default_1$4 = CalendarMonthOutlined.default = void 0, _createSvgIcon$4 = _in
|
|
|
229023
229019
|
d: "M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"
|
|
229024
229020
|
}), "CalendarMonthOutlined");
|
|
229025
229021
|
default_1$4 = CalendarMonthOutlined.default = _default$4;
|
|
229026
|
-
const useCustomStyle$
|
|
229022
|
+
const useCustomStyle$E = makeStyles((o) => ({
|
|
229027
229023
|
XCard11Wrapper: {
|
|
229028
229024
|
"&.PX-Card11": {
|
|
229029
229025
|
background: o.palette.prelemType1.CARDS.VARIANT1.BACKGROUND,
|
|
@@ -229095,7 +229091,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229095
229091
|
}
|
|
229096
229092
|
})), XCard11 = ({ content: o, onCardClick: n, secondaryArgs: i }) => {
|
|
229097
229093
|
var A;
|
|
229098
|
-
const a = useCustomStyle$
|
|
229094
|
+
const a = useCustomStyle$E();
|
|
229099
229095
|
return /* @__PURE__ */ jsxs(Box, { className: `${a.XCard11Wrapper} PX-Card11`, onClick: () => n(o), children: [
|
|
229100
229096
|
/* @__PURE__ */ jsx(Box, { className: "imgWrapper", children: /* @__PURE__ */ jsx(
|
|
229101
229097
|
ImageRenderWithoutCrop$1,
|
|
@@ -229115,7 +229111,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229115
229111
|
] })
|
|
229116
229112
|
] })
|
|
229117
229113
|
] });
|
|
229118
|
-
}, useCustomStyle$
|
|
229114
|
+
}, useCustomStyle$D = makeStyles(() => ({
|
|
229119
229115
|
container: {
|
|
229120
229116
|
position: "relative",
|
|
229121
229117
|
borderRadius: "10px",
|
|
@@ -229129,9 +229125,9 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229129
229125
|
}
|
|
229130
229126
|
}
|
|
229131
229127
|
})), ComingSoonBanner1 = () => {
|
|
229132
|
-
const o = useCustomStyle$
|
|
229128
|
+
const o = useCustomStyle$D();
|
|
229133
229129
|
return /* @__PURE__ */ jsx(Box, { className: o.container, children: /* @__PURE__ */ jsx(Box, { className: o.imgContainer, children: /* @__PURE__ */ jsx("img", { src: ComingSoonCard, alt: "ComingSoon" }) }) });
|
|
229134
|
-
}, useCustomStyle$
|
|
229130
|
+
}, useCustomStyle$C = makeStyles(() => {
|
|
229135
229131
|
var n, i, a;
|
|
229136
229132
|
const o = useTheme();
|
|
229137
229133
|
return {
|
|
@@ -229291,7 +229287,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229291
229287
|
var _i;
|
|
229292
229288
|
const w = f || localStorage.getItem("userId"), { loading: T } = A;
|
|
229293
229289
|
usePrelemImpression$1(n, o, a);
|
|
229294
|
-
const _e = useCustomStyle$
|
|
229290
|
+
const _e = useCustomStyle$C(), [Y, _r] = useState(format(/* @__PURE__ */ new Date(), "yyyy-MM-dd")), [ga, ya] = useState(0), _A = (_u) => {
|
|
229295
229291
|
onClickCardFunc(_u, g, a);
|
|
229296
229292
|
}, aa = (_u) => {
|
|
229297
229293
|
localStorage.setItem("challengesListCall", "challenges"), onViewAllClickFunc(g, _u, a);
|
|
@@ -229477,7 +229473,7 @@ ChallengeSlider.defaultProps = {
|
|
|
229477
229473
|
bucketName: "cropped_image_public"
|
|
229478
229474
|
}
|
|
229479
229475
|
};
|
|
229480
|
-
const useCustomStyle$
|
|
229476
|
+
const useCustomStyle$B = makeStyles(() => {
|
|
229481
229477
|
const o = useTheme();
|
|
229482
229478
|
return {
|
|
229483
229479
|
quilleditor: (n) => {
|
|
@@ -240092,7 +240088,7 @@ const EditorDescription = (o) => {
|
|
|
240092
240088
|
variant: g = "h6regular",
|
|
240093
240089
|
prelemType: s = "prelemType1"
|
|
240094
240090
|
}) => {
|
|
240095
|
-
const { editState: u = !1, isEditorJSEnable: p = !1 } = i, { [l]: h } = n, E = useCustomStyle$
|
|
240091
|
+
const { editState: u = !1, isEditorJSEnable: p = !1 } = i, { [l]: h } = n, E = useCustomStyle$B({
|
|
240096
240092
|
prelemType: "prelemType1",
|
|
240097
240093
|
fontFamily: "secondary"
|
|
240098
240094
|
}), [d, C] = useState(""), w = (T = "") => {
|
|
@@ -240139,7 +240135,7 @@ const EditorDescription = (o) => {
|
|
|
240139
240135
|
] }) : /* @__PURE__ */ jsx(Typography, { variant: g, id: l, className: A, color: o, children: (n == null ? void 0 : n[l]) || "" })
|
|
240140
240136
|
}
|
|
240141
240137
|
);
|
|
240142
|
-
}, useCustomStyle$
|
|
240138
|
+
}, useCustomStyle$A = makeStyles(() => {
|
|
240143
240139
|
const o = useTheme();
|
|
240144
240140
|
return {
|
|
240145
240141
|
ConnectWithUsWrapper: {
|
|
@@ -240282,7 +240278,7 @@ const EditorDescription = (o) => {
|
|
|
240282
240278
|
o == null ? void 0 : o.Button1_Value,
|
|
240283
240279
|
o == null ? void 0 : o.Button2_Value
|
|
240284
240280
|
]), usePrelemImpression(n, E, a);
|
|
240285
|
-
const w = useCustomStyle$
|
|
240281
|
+
const w = useCustomStyle$A();
|
|
240286
240282
|
return /* @__PURE__ */ jsx("div", { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(Grid, { container: !0, ref: f, children: /* @__PURE__ */ jsx(
|
|
240287
240283
|
Box,
|
|
240288
240284
|
{
|
|
@@ -240444,7 +240440,7 @@ ConnectWithUs.defaultProps = {
|
|
|
240444
240440
|
bucketName: "cropped_image_public"
|
|
240445
240441
|
}
|
|
240446
240442
|
};
|
|
240447
|
-
const useCustomStyle$
|
|
240443
|
+
const useCustomStyle$z = makeStyles(() => {
|
|
240448
240444
|
const o = useTheme();
|
|
240449
240445
|
return {
|
|
240450
240446
|
dynamicPrelemWrapper: {
|
|
@@ -241496,7 +241492,7 @@ const DynamicPrelem = ({ content: o, analytics: n, authoringHelper: i, secondary
|
|
|
241496
241492
|
const h = (d) => {
|
|
241497
241493
|
let C = 4, w = 2.4;
|
|
241498
241494
|
return g.length === 1 ? (C = 12, w = 12) : g.length === 2 ? (C = 6, w = 6) : g.length === 3 ? d === 0 ? (w = 6, C = 12) : (w = 3, C = 6) : g.length === 4 ? (C = 6, w = 3) : g.length === 5 && (C = 6, w = 2.4), { sm: C, em: w };
|
|
241499
|
-
}, f = useCustomStyle$
|
|
241495
|
+
}, f = useCustomStyle$z(), E = prelemTypes();
|
|
241500
241496
|
return /* @__PURE__ */ jsx(
|
|
241501
241497
|
"div",
|
|
241502
241498
|
{
|
|
@@ -241760,7 +241756,7 @@ DynamicPrelem.defaultProps = {
|
|
|
241760
241756
|
bucketName: "cropped_image_public_x_site_stage"
|
|
241761
241757
|
}
|
|
241762
241758
|
};
|
|
241763
|
-
const useCustomStyle$
|
|
241759
|
+
const useCustomStyle$y = makeStyles(() => {
|
|
241764
241760
|
const o = useTheme();
|
|
241765
241761
|
return {
|
|
241766
241762
|
secondColumn: {
|
|
@@ -241832,7 +241828,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
241832
241828
|
col2Align: g,
|
|
241833
241829
|
noPadding: s
|
|
241834
241830
|
}) => {
|
|
241835
|
-
const u = useCustomStyle$
|
|
241831
|
+
const u = useCustomStyle$y(), p = (h) => {
|
|
241836
241832
|
if (h === "start")
|
|
241837
241833
|
return "alignStart";
|
|
241838
241834
|
if (h === "end")
|
|
@@ -241879,7 +241875,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
241879
241875
|
less_than_1280: useMediaQuery(o.breakpoints.only("lg")),
|
|
241880
241876
|
less_than_1440: useMediaQuery(o.breakpoints.only("xl"))
|
|
241881
241877
|
};
|
|
241882
|
-
}, useCustomStyle$
|
|
241878
|
+
}, useCustomStyle$x = makeStyles(() => {
|
|
241883
241879
|
const o = useTheme();
|
|
241884
241880
|
return {
|
|
241885
241881
|
DynamicVideoWrapper: {
|
|
@@ -242004,7 +242000,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
242004
242000
|
i == null || i.sendStructureDataToAuthoringCB(_r || "");
|
|
242005
242001
|
}
|
|
242006
242002
|
}, [o == null ? void 0 : o.description, o == null ? void 0 : o.title, (_e = (T = o == null ? void 0 : o.Videos) == null ? void 0 : T.video_1) == null ? void 0 : _e.Url]), usePrelemImpression(n, p, a);
|
|
242007
|
-
const f = useCustomStyle$
|
|
242003
|
+
const f = useCustomStyle$x(), E = prelemTypes(), d = {
|
|
242008
242004
|
md: [12, 12],
|
|
242009
242005
|
em: [6, 6],
|
|
242010
242006
|
lg: [6, 6]
|
|
@@ -242169,7 +242165,7 @@ var default_1$3 = Cached.default = void 0, _createSvgIcon$3 = _interopRequireDef
|
|
|
242169
242165
|
d: "m19 8-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"
|
|
242170
242166
|
}), "Cached");
|
|
242171
242167
|
default_1$3 = Cached.default = _default$3;
|
|
242172
|
-
const useCustomStyle$
|
|
242168
|
+
const useCustomStyle$w = makeStyles(() => {
|
|
242173
242169
|
const o = useTheme();
|
|
242174
242170
|
return {
|
|
242175
242171
|
container: {
|
|
@@ -242245,7 +242241,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242245
242241
|
}
|
|
242246
242242
|
};
|
|
242247
242243
|
}), StreakCard = ({ streakData: o, handleSyncGuide: n }) => {
|
|
242248
|
-
const { device_last_sync: i = "" } = o || {}, a = useCustomStyle$
|
|
242244
|
+
const { device_last_sync: i = "" } = o || {}, a = useCustomStyle$w(), A = () => {
|
|
242249
242245
|
if (!i)
|
|
242250
242246
|
return !0;
|
|
242251
242247
|
const l = new Date(i);
|
|
@@ -242283,7 +242279,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242283
242279
|
)
|
|
242284
242280
|
] })
|
|
242285
242281
|
] });
|
|
242286
|
-
}, useCustomStyle$
|
|
242282
|
+
}, useCustomStyle$v = makeStyles(() => {
|
|
242287
242283
|
const o = useTheme();
|
|
242288
242284
|
return {
|
|
242289
242285
|
CalendarFullViewWp: {
|
|
@@ -242434,7 +242430,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242434
242430
|
h(addMonths(p, 1));
|
|
242435
242431
|
}, T = (aa) => {
|
|
242436
242432
|
g(format(aa, "yyyy-MM-dd")), o(format(aa, "yyyy-MM-dd")), i(format(aa, "yyyy-MM-dd"));
|
|
242437
|
-
}, _e = () => Number(format(p, "Y")) <= (/* @__PURE__ */ new Date()).getFullYear() ? Number(format(p, "M")) < (/* @__PURE__ */ new Date()).getMonth() + 1 ? !0 : Number(format(p, "Y")) < (/* @__PURE__ */ new Date()).getFullYear() : !1, Y = (aa) => new Date(aa) < /* @__PURE__ */ new Date(), _r = useCustomStyle$
|
|
242433
|
+
}, _e = () => Number(format(p, "Y")) <= (/* @__PURE__ */ new Date()).getFullYear() ? Number(format(p, "M")) < (/* @__PURE__ */ new Date()).getMonth() + 1 ? !0 : Number(format(p, "Y")) < (/* @__PURE__ */ new Date()).getFullYear() : !1, Y = (aa) => new Date(aa) < /* @__PURE__ */ new Date(), _r = useCustomStyle$v(), ga = useRef(null), ya = () => {
|
|
242438
242434
|
var _i;
|
|
242439
242435
|
const aa = (_i = ga.current) == null ? void 0 : _i.querySelector(".PX-Highlight");
|
|
242440
242436
|
if (aa && ga.current) {
|
|
@@ -242499,7 +242495,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242499
242495
|
_i
|
|
242500
242496
|
)) })
|
|
242501
242497
|
] });
|
|
242502
|
-
}, useCustomStyle$
|
|
242498
|
+
}, useCustomStyle$u = makeStyles(() => {
|
|
242503
242499
|
var n;
|
|
242504
242500
|
const o = useTheme();
|
|
242505
242501
|
return {
|
|
@@ -242605,8 +242601,8 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242605
242601
|
}
|
|
242606
242602
|
};
|
|
242607
242603
|
}), XCard15 = ({ content: o, onCardClick: n, secondaryArgs: i = {} }) => {
|
|
242608
|
-
var g, s, u, p, h;
|
|
242609
|
-
const a = useCustomStyle$
|
|
242604
|
+
var g, s, u, p, h, f, E, d, C, w;
|
|
242605
|
+
const a = useCustomStyle$u(), A = ((g = o == null ? void 0 : o.tags) == null ? void 0 : g.length) > 0 && (s = o == null ? void 0 : o.tags) != null && s.includes("Popular") ? "Popular Event" : "", l = (p = (u = o == null ? void 0 : o.event_subtype) == null ? void 0 : u[0]) == null ? void 0 : p.label;
|
|
242610
242606
|
return /* @__PURE__ */ jsxs(
|
|
242611
242607
|
Box,
|
|
242612
242608
|
{
|
|
@@ -242621,19 +242617,19 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242621
242617
|
/* @__PURE__ */ jsx(
|
|
242622
242618
|
ImageRenderWithoutCrop$1,
|
|
242623
242619
|
{
|
|
242624
|
-
originalImage: (h = o == null ? void 0 : o.
|
|
242620
|
+
originalImage: ((h = o == null ? void 0 : o.ContentType) == null ? void 0 : h.toLowerCase()) === "quiz" || ((f = o == null ? void 0 : o.ContentType) == null ? void 0 : f.toLowerCase()) === "poll" ? (E = o == null ? void 0 : o.content_image) == null ? void 0 : E.original_image : (d = o == null ? void 0 : o.homeBanner) == null ? void 0 : d.original_image,
|
|
242625
242621
|
secondaryArgs: i
|
|
242626
242622
|
}
|
|
242627
242623
|
)
|
|
242628
242624
|
] }),
|
|
242629
242625
|
/* @__PURE__ */ jsx(Box, { className: "contentBox", children: /* @__PURE__ */ jsxs(Box, { className: "titleWrapper", children: [
|
|
242630
242626
|
/* @__PURE__ */ jsx(Typography, { variant: "p2bold", className: "title", children: o.Title }),
|
|
242631
|
-
/* @__PURE__ */ jsx(Typography, { variant: "p4regular", className: "publish", children: l === "Pre-Recorded Webinar" ? PlatFormXDateTimeFormat$1(o == null ? void 0 : o.PublishedDate) : DateTimeDurationFormat(o == null ? void 0 : o.start_date, o == null ? void 0 : o.end_date) })
|
|
242627
|
+
/* @__PURE__ */ jsx(Typography, { variant: "p4regular", className: "publish", children: l === "Pre-Recorded Webinar" || ((C = o == null ? void 0 : o.ContentType) == null ? void 0 : C.toLowerCase()) === "quiz" || ((w = o == null ? void 0 : o.ContentType) == null ? void 0 : w.toLowerCase()) === "poll" ? PlatFormXDateTimeFormat$1(o == null ? void 0 : o.PublishedDate) : DateTimeDurationFormat(o == null ? void 0 : o.start_date, o == null ? void 0 : o.end_date) })
|
|
242632
242628
|
] }) })
|
|
242633
242629
|
]
|
|
242634
242630
|
}
|
|
242635
242631
|
);
|
|
242636
|
-
}, useCustomStyle$
|
|
242632
|
+
}, useCustomStyle$t = makeStyles(() => {
|
|
242637
242633
|
const o = useTheme();
|
|
242638
242634
|
return {
|
|
242639
242635
|
XCard16Wrapper: {
|
|
@@ -242751,7 +242747,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242751
242747
|
};
|
|
242752
242748
|
}), XCard16 = ({ content: o, handleClick: n, secondaryArgs: i }) => {
|
|
242753
242749
|
var l, g;
|
|
242754
|
-
const a = useCustomStyle$
|
|
242750
|
+
const a = useCustomStyle$t(), A = formRelativeURL(
|
|
242755
242751
|
i == null ? void 0 : i.gcpUrl,
|
|
242756
242752
|
i == null ? void 0 : i.bucketName,
|
|
242757
242753
|
o.Banner
|
|
@@ -243155,24 +243151,23 @@ const useStyles = makeStyles(() => ({
|
|
|
243155
243151
|
handleRefresh: s,
|
|
243156
243152
|
handleSync: u,
|
|
243157
243153
|
secondaryArgs: p,
|
|
243158
|
-
deviceInfo: h
|
|
243159
|
-
fetchPersonalData: f
|
|
243154
|
+
deviceInfo: h
|
|
243160
243155
|
}) => {
|
|
243161
|
-
const { device_source_updated_at:
|
|
243162
|
-
|
|
243163
|
-
},
|
|
243164
|
-
var
|
|
243165
|
-
|
|
243166
|
-
},
|
|
243156
|
+
const { device_source_updated_at: f = "", device_source_count: E = 0, device_source: d = "" } = h, [C, w] = useState(!1), [T, _e] = useState(f), [Y, _r] = useState(d), ga = () => {
|
|
243157
|
+
w(!1);
|
|
243158
|
+
}, ya = (_i) => {
|
|
243159
|
+
var _u;
|
|
243160
|
+
_e((_u = /* @__PURE__ */ new Date()) == null ? void 0 : _u.toISOString()), _r(_i == null ? void 0 : _i.label), w(!1), s();
|
|
243161
|
+
}, _A = () => {
|
|
243167
243162
|
if (!n)
|
|
243168
243163
|
return !0;
|
|
243169
|
-
const
|
|
243170
|
-
return (/* @__PURE__ */ new Date() -
|
|
243171
|
-
},
|
|
243164
|
+
const _i = new Date(n);
|
|
243165
|
+
return (/* @__PURE__ */ new Date() - _i) / (1e3 * 60 * 60) > 2;
|
|
243166
|
+
}, aa = () => {
|
|
243172
243167
|
if (!n)
|
|
243173
243168
|
return !1;
|
|
243174
|
-
const
|
|
243175
|
-
return (/* @__PURE__ */ new Date() -
|
|
243169
|
+
const _i = new Date(n);
|
|
243170
|
+
return (/* @__PURE__ */ new Date() - _i) / (1e3 * 60 * 60) <= 2;
|
|
243176
243171
|
};
|
|
243177
243172
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
243178
243173
|
o && /* @__PURE__ */ jsx(
|
|
@@ -243189,12 +243184,12 @@ const useStyles = makeStyles(() => ({
|
|
|
243189
243184
|
syncDescription: `Connect to ${i}`,
|
|
243190
243185
|
platformx_device_platform: l,
|
|
243191
243186
|
device_platform: A,
|
|
243192
|
-
setShowDataSourceSelector:
|
|
243193
|
-
deviceSource:
|
|
243194
|
-
deviceSourceCount:
|
|
243187
|
+
setShowDataSourceSelector: w,
|
|
243188
|
+
deviceSource: Y,
|
|
243189
|
+
deviceSourceCount: E
|
|
243195
243190
|
}
|
|
243196
243191
|
),
|
|
243197
|
-
a &&
|
|
243192
|
+
a && _A() && !o && /* @__PURE__ */ jsx(
|
|
243198
243193
|
Card,
|
|
243199
243194
|
{
|
|
243200
243195
|
backgroundColor: "#FEF1E7",
|
|
@@ -243208,12 +243203,12 @@ const useStyles = makeStyles(() => ({
|
|
|
243208
243203
|
syncDescription: `Fetching data from ${i}`,
|
|
243209
243204
|
platformx_device_platform: l,
|
|
243210
243205
|
device_platform: A,
|
|
243211
|
-
setShowDataSourceSelector:
|
|
243212
|
-
deviceSource:
|
|
243213
|
-
deviceSourceCount:
|
|
243206
|
+
setShowDataSourceSelector: w,
|
|
243207
|
+
deviceSource: Y,
|
|
243208
|
+
deviceSourceCount: E
|
|
243214
243209
|
}
|
|
243215
243210
|
),
|
|
243216
|
-
a &&
|
|
243211
|
+
a && aa() && !o && /* @__PURE__ */ jsx(
|
|
243217
243212
|
Card,
|
|
243218
243213
|
{
|
|
243219
243214
|
backgroundColor: "#f7f7fc",
|
|
@@ -243227,9 +243222,9 @@ const useStyles = makeStyles(() => ({
|
|
|
243227
243222
|
syncDescription: `Synced with ${i}`,
|
|
243228
243223
|
platformx_device_platform: l,
|
|
243229
243224
|
device_platform: A,
|
|
243230
|
-
setShowDataSourceSelector:
|
|
243231
|
-
deviceSource:
|
|
243232
|
-
deviceSourceCount:
|
|
243225
|
+
setShowDataSourceSelector: w,
|
|
243226
|
+
deviceSource: Y,
|
|
243227
|
+
deviceSourceCount: E
|
|
243233
243228
|
}
|
|
243234
243229
|
),
|
|
243235
243230
|
!a && !o && /* @__PURE__ */ jsx(
|
|
@@ -243246,24 +243241,24 @@ const useStyles = makeStyles(() => ({
|
|
|
243246
243241
|
syncDescription: `Connect to ${i}`,
|
|
243247
243242
|
platformx_device_platform: l,
|
|
243248
243243
|
device_platform: A,
|
|
243249
|
-
setShowDataSourceSelector:
|
|
243250
|
-
deviceSource:
|
|
243251
|
-
deviceSourceCount:
|
|
243244
|
+
setShowDataSourceSelector: w,
|
|
243245
|
+
deviceSource: Y,
|
|
243246
|
+
deviceSourceCount: E
|
|
243252
243247
|
}
|
|
243253
243248
|
),
|
|
243254
|
-
|
|
243249
|
+
C && /* @__PURE__ */ jsx(
|
|
243255
243250
|
DataSourceSelector,
|
|
243256
243251
|
{
|
|
243257
|
-
open:
|
|
243258
|
-
onClose:
|
|
243259
|
-
onConfirmCallBack:
|
|
243260
|
-
sourceUpdatedAt:
|
|
243252
|
+
open: C,
|
|
243253
|
+
onClose: ga,
|
|
243254
|
+
onConfirmCallBack: ya,
|
|
243255
|
+
sourceUpdatedAt: T,
|
|
243261
243256
|
secondaryArgs: p,
|
|
243262
|
-
deviceSourceCount:
|
|
243257
|
+
deviceSourceCount: E
|
|
243263
243258
|
}
|
|
243264
243259
|
)
|
|
243265
243260
|
] });
|
|
243266
|
-
}, useCustomStyle$
|
|
243261
|
+
}, useCustomStyle$s = makeStyles(() => {
|
|
243267
243262
|
var n, i, a;
|
|
243268
243263
|
const o = useTheme();
|
|
243269
243264
|
return {
|
|
@@ -243956,7 +243951,7 @@ const EngagementHome = ({
|
|
|
243956
243951
|
var s2;
|
|
243957
243952
|
const _r = f || localStorage.getItem("userId");
|
|
243958
243953
|
usePrelemImpression$1(n, o, a);
|
|
243959
|
-
const ga = useCustomStyle$
|
|
243954
|
+
const ga = useCustomStyle$s(), {
|
|
243960
243955
|
device_permission_status: ya = !1,
|
|
243961
243956
|
device_last_sync: _A = "",
|
|
243962
243957
|
device_platform: aa = ""
|
|
@@ -244104,8 +244099,7 @@ const EngagementHome = ({
|
|
|
244104
244099
|
handleRefresh: X0,
|
|
244105
244100
|
handleSync: O0,
|
|
244106
244101
|
secondaryArgs: a,
|
|
244107
|
-
deviceInfo: u
|
|
244108
|
-
fetchPersonalData: _i
|
|
244102
|
+
deviceInfo: u
|
|
244109
244103
|
}
|
|
244110
244104
|
),
|
|
244111
244105
|
/* @__PURE__ */ jsxs(Box, { className: "PX-challengeWrapper prelem-py", children: [
|
|
@@ -244440,7 +244434,7 @@ EngagementHome.defaultProps = {
|
|
|
244440
244434
|
bucketName: "cropped_image_public"
|
|
244441
244435
|
}
|
|
244442
244436
|
};
|
|
244443
|
-
const useCustomStyle$
|
|
244437
|
+
const useCustomStyle$r = makeStyles((o) => ({
|
|
244444
244438
|
XCard9Wrapper: {
|
|
244445
244439
|
"&.XCard9innderBox": {
|
|
244446
244440
|
cursor: "pointer",
|
|
@@ -244521,7 +244515,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244521
244515
|
}
|
|
244522
244516
|
}
|
|
244523
244517
|
}
|
|
244524
|
-
})), useCustomStyle$
|
|
244518
|
+
})), useCustomStyle$q = makeStyles((o) => {
|
|
244525
244519
|
var n, i;
|
|
244526
244520
|
return {
|
|
244527
244521
|
XCard6Wrapper: {
|
|
@@ -244622,7 +244616,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244622
244616
|
}
|
|
244623
244617
|
}
|
|
244624
244618
|
};
|
|
244625
|
-
}), useCustomStyle$
|
|
244619
|
+
}), useCustomStyle$p = makeStyles((o) => ({
|
|
244626
244620
|
XCard9Wrapper: {
|
|
244627
244621
|
"&.XCard9innderBox": {
|
|
244628
244622
|
cursor: "pointer",
|
|
@@ -244703,7 +244697,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244703
244697
|
}
|
|
244704
244698
|
}
|
|
244705
244699
|
}
|
|
244706
|
-
})), useCustomStyle$
|
|
244700
|
+
})), useCustomStyle$o = makeStyles(() => ({
|
|
244707
244701
|
container: {
|
|
244708
244702
|
display: "flex",
|
|
244709
244703
|
flexDirection: "column",
|
|
@@ -244718,7 +244712,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244718
244712
|
padding: "20px",
|
|
244719
244713
|
maxWidth: "100%"
|
|
244720
244714
|
}
|
|
244721
|
-
})), useCustomStyle$
|
|
244715
|
+
})), useCustomStyle$n = makeStyles((o) => {
|
|
244722
244716
|
var n, i, a;
|
|
244723
244717
|
return {
|
|
244724
244718
|
EventListWrapper: {
|
|
@@ -244962,7 +244956,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244962
244956
|
}
|
|
244963
244957
|
}
|
|
244964
244958
|
};
|
|
244965
|
-
}), useCustomStyle$
|
|
244959
|
+
}), useCustomStyle$m = makeStyles(() => {
|
|
244966
244960
|
var n, i, a;
|
|
244967
244961
|
const o = useTheme();
|
|
244968
244962
|
return {
|
|
@@ -245110,7 +245104,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245110
245104
|
}) => {
|
|
245111
245105
|
const [s, u] = useState([]);
|
|
245112
245106
|
usePrelemImpression$1(n, o, a);
|
|
245113
|
-
const p = useCustomStyle$
|
|
245107
|
+
const p = useCustomStyle$m(), h = (C) => {
|
|
245114
245108
|
onClickCardFunc(C, A, a);
|
|
245115
245109
|
}, f = (C) => {
|
|
245116
245110
|
onViewAllClickFunc(A, C, a);
|
|
@@ -245324,7 +245318,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245324
245318
|
contentValue: i,
|
|
245325
245319
|
loader: A
|
|
245326
245320
|
};
|
|
245327
|
-
}, useCustomStyle$
|
|
245321
|
+
}, useCustomStyle$l = makeStyles(() => ({
|
|
245328
245322
|
faq1Wrapper: {
|
|
245329
245323
|
"&.faq1Bg": {
|
|
245330
245324
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245359,7 +245353,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245359
245353
|
}
|
|
245360
245354
|
}
|
|
245361
245355
|
}
|
|
245362
|
-
})), useCustomStyle$
|
|
245356
|
+
})), useCustomStyle$k = makeStyles(() => ({
|
|
245363
245357
|
faq2Wrapper: {
|
|
245364
245358
|
"&.faq2Bg": {
|
|
245365
245359
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245403,7 +245397,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245403
245397
|
}
|
|
245404
245398
|
}
|
|
245405
245399
|
}
|
|
245406
|
-
})), useCustomStyle$
|
|
245400
|
+
})), useCustomStyle$j = makeStyles(() => ({
|
|
245407
245401
|
fullWidthWrapperPrelem: {
|
|
245408
245402
|
"&.fullWidthWrapperBg": {
|
|
245409
245403
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245452,7 +245446,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245452
245446
|
i == null || i.sendStructureDataToAuthoringCB(f || "");
|
|
245453
245447
|
}
|
|
245454
245448
|
}, [o == null ? void 0 : o.Title, o == null ? void 0 : o.Description]), usePrelemImpression(n, l, a);
|
|
245455
|
-
const u = useCustomStyle$
|
|
245449
|
+
const u = useCustomStyle$j(), p = prelemTypes();
|
|
245456
245450
|
return /* @__PURE__ */ jsx(
|
|
245457
245451
|
"div",
|
|
245458
245452
|
{
|
|
@@ -245512,7 +245506,7 @@ FullWidthText.defaultProps = {
|
|
|
245512
245506
|
prelemTags: "Text, Full Width, Full Width Text"
|
|
245513
245507
|
}
|
|
245514
245508
|
};
|
|
245515
|
-
const useCustomStyle$
|
|
245509
|
+
const useCustomStyle$i = makeStyles(() => {
|
|
245516
245510
|
const o = useTheme();
|
|
245517
245511
|
return {
|
|
245518
245512
|
fullWidthVideoWrapper: {
|
|
@@ -245603,7 +245597,7 @@ const useCustomStyle$g = makeStyles(() => {
|
|
|
245603
245597
|
(aa = (_A = o == null ? void 0 : o.Videos) == null ? void 0 : _A.Video_1) == null ? void 0 : aa.Title,
|
|
245604
245598
|
(_u = (_i = o == null ? void 0 : o.Videos) == null ? void 0 : _i.Video_1) == null ? void 0 : _u.Description
|
|
245605
245599
|
]), usePrelemImpression(n, p, a);
|
|
245606
|
-
const d = useCustomStyle$
|
|
245600
|
+
const d = useCustomStyle$i();
|
|
245607
245601
|
return /* @__PURE__ */ jsx(Box, { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(
|
|
245608
245602
|
Container$1,
|
|
245609
245603
|
{
|
|
@@ -245704,7 +245698,7 @@ FullWidthVideo.defaultProps = {
|
|
|
245704
245698
|
bucketName: "cropped_image_public"
|
|
245705
245699
|
}
|
|
245706
245700
|
};
|
|
245707
|
-
const useCustomStyle$
|
|
245701
|
+
const useCustomStyle$h = makeStyles(() => {
|
|
245708
245702
|
const o = useTheme();
|
|
245709
245703
|
return {
|
|
245710
245704
|
imageCrousel1Wrapper: {
|
|
@@ -245907,7 +245901,7 @@ const useCustomStyle$f = makeStyles(() => {
|
|
|
245907
245901
|
o == null ? void 0 : o.Button4_RedirectURL,
|
|
245908
245902
|
o == null ? void 0 : o.Button5_RedirectURL
|
|
245909
245903
|
]), usePrelemImpression(n, _e, a);
|
|
245910
|
-
const ya = useCustomStyle$
|
|
245904
|
+
const ya = useCustomStyle$h(), _A = prelemTypes(), aa = Object.entries(o == null ? void 0 : o.ImageCompound).map((_i, _u) => getImg(o, a, _u + 1));
|
|
245911
245905
|
return /* @__PURE__ */ jsx(
|
|
245912
245906
|
Box,
|
|
245913
245907
|
{
|
|
@@ -246244,7 +246238,7 @@ ImageCrousel1.defaultProps = {
|
|
|
246244
246238
|
},
|
|
246245
246239
|
filters: {}
|
|
246246
246240
|
};
|
|
246247
|
-
const useCustomStyle$
|
|
246241
|
+
const useCustomStyle$g = makeStyles(() => ({
|
|
246248
246242
|
leftAlignParagraphWithHeadlineWrapper: {
|
|
246249
246243
|
"&.leftAlignParagraphWithHeadlineBg": {
|
|
246250
246244
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -246259,7 +246253,7 @@ const useCustomStyle$e = makeStyles(() => ({
|
|
|
246259
246253
|
authoringHelper: i,
|
|
246260
246254
|
secondaryArgs: a
|
|
246261
246255
|
}) => {
|
|
246262
|
-
const A = useCustomStyle$
|
|
246256
|
+
const A = useCustomStyle$g(), l = prelemTypes(), g = useRef(!0), { ref: s, inView: u } = useInView({
|
|
246263
246257
|
/* Optional options */
|
|
246264
246258
|
threshold: 0
|
|
246265
246259
|
}), p = useRef(null), h = () => {
|
|
@@ -246361,7 +246355,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
|
|
|
246361
246355
|
multiSlot: {}
|
|
246362
246356
|
}
|
|
246363
246357
|
};
|
|
246364
|
-
const useCustomStyle$
|
|
246358
|
+
const useCustomStyle$f = makeStyles(() => {
|
|
246365
246359
|
const o = useTheme();
|
|
246366
246360
|
return {
|
|
246367
246361
|
productSummary3Wrapper: {
|
|
@@ -246421,7 +246415,7 @@ const useCustomStyle$d = makeStyles(() => {
|
|
|
246421
246415
|
secondaryArgs: a
|
|
246422
246416
|
}) => {
|
|
246423
246417
|
var C, w, T, _e, Y, _r, ga;
|
|
246424
|
-
const A = useCustomStyle$
|
|
246418
|
+
const A = useCustomStyle$f(), l = prelemTypes(), g = useRef(!0), { ref: s, inView: u } = useInView({
|
|
246425
246419
|
/* Optional options */
|
|
246426
246420
|
threshold: 0
|
|
246427
246421
|
}), { original_image_relative_path: p, ext: h } = ((w = (C = o == null ? void 0 : o.ImageCompound) == null ? void 0 : C.ImageCompound_1) == null ? void 0 : w.original_image) || {}, f = formCroppedUrlString(
|
|
@@ -246656,7 +246650,7 @@ ProductSummary3.defaultProps = {
|
|
|
246656
246650
|
bucketName: "cropped_image_public"
|
|
246657
246651
|
}
|
|
246658
246652
|
};
|
|
246659
|
-
const useCustomStyle$
|
|
246653
|
+
const useCustomStyle$e = makeStyles(() => {
|
|
246660
246654
|
const o = useTheme();
|
|
246661
246655
|
return {
|
|
246662
246656
|
productSummaryViaVideo2Wrapper: {
|
|
@@ -246777,7 +246771,7 @@ const useCustomStyle$c = makeStyles(() => {
|
|
|
246777
246771
|
i == null || i.sendStructureDataToAuthoringCB(ga || "");
|
|
246778
246772
|
}
|
|
246779
246773
|
}, [o == null ? void 0 : o.Description, o == null ? void 0 : o.Title, (Y = (_e = o == null ? void 0 : o.Videos) == null ? void 0 : _e.Video_1) == null ? void 0 : Y.Url]), usePrelemImpression(n, h, a);
|
|
246780
|
-
const E = useCustomStyle$
|
|
246774
|
+
const E = useCustomStyle$e(), d = prelemTypes(), C = {
|
|
246781
246775
|
md: [12, 12],
|
|
246782
246776
|
em: [6, 6],
|
|
246783
246777
|
lg: [6, 6]
|
|
@@ -246925,7 +246919,7 @@ ProductSummaryViaVideo2.defaultProps = {
|
|
|
246925
246919
|
bucketName: "cropped_image_public"
|
|
246926
246920
|
}
|
|
246927
246921
|
};
|
|
246928
|
-
const useCustomStyle$
|
|
246922
|
+
const useCustomStyle$d = makeStyles(() => {
|
|
246929
246923
|
const o = useTheme();
|
|
246930
246924
|
return {
|
|
246931
246925
|
serviceCard1Wrapper: {
|
|
@@ -247000,7 +246994,7 @@ const useCustomStyle$b = makeStyles(() => {
|
|
|
247000
246994
|
}
|
|
247001
246995
|
}
|
|
247002
246996
|
};
|
|
247003
|
-
}), useCustomStyle$
|
|
246997
|
+
}), useCustomStyle$c = makeStyles(() => {
|
|
247004
246998
|
const o = useTheme();
|
|
247005
246999
|
return {
|
|
247006
247000
|
serviceCard2Prelem: {
|
|
@@ -247078,7 +247072,7 @@ const useCustomStyle$b = makeStyles(() => {
|
|
|
247078
247072
|
secondaryArgs: a,
|
|
247079
247073
|
filters: A
|
|
247080
247074
|
}) => {
|
|
247081
|
-
const l = useCustomStyle$
|
|
247075
|
+
const l = useCustomStyle$c(), g = prelemTypes(), [s] = React__default.useState("image"), { triggerClickAnalytics: u } = useClickImpression(), { contentValue: p, loader: h } = useContentData(o, a);
|
|
247082
247076
|
return /* @__PURE__ */ jsx(
|
|
247083
247077
|
Box,
|
|
247084
247078
|
{
|
|
@@ -247303,7 +247297,7 @@ ServiceCard2.defaultProps = {
|
|
|
247303
247297
|
bucketName: "cropped_image_public"
|
|
247304
247298
|
}
|
|
247305
247299
|
};
|
|
247306
|
-
const useCustomStyle$
|
|
247300
|
+
const useCustomStyle$b = makeStyles(() => {
|
|
247307
247301
|
const o = useTheme();
|
|
247308
247302
|
return {
|
|
247309
247303
|
serviceCard3Wrapper: {
|
|
@@ -247385,7 +247379,7 @@ const useCustomStyle$9 = makeStyles(() => {
|
|
|
247385
247379
|
}
|
|
247386
247380
|
}
|
|
247387
247381
|
};
|
|
247388
|
-
}), useCustomStyle$
|
|
247382
|
+
}), useCustomStyle$a = makeStyles(() => {
|
|
247389
247383
|
const o = useTheme();
|
|
247390
247384
|
return {
|
|
247391
247385
|
serviceCard6Wrapper: {
|
|
@@ -247497,7 +247491,7 @@ var default_1 = KeyboardArrowRightOutlined.default = void 0, _createSvgIcon = _i
|
|
|
247497
247491
|
d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
247498
247492
|
}), "KeyboardArrowRightOutlined");
|
|
247499
247493
|
default_1 = KeyboardArrowRightOutlined.default = _default;
|
|
247500
|
-
const useCustomStyle$
|
|
247494
|
+
const useCustomStyle$9 = makeStyles(() => {
|
|
247501
247495
|
const o = useTheme();
|
|
247502
247496
|
return {
|
|
247503
247497
|
ServiceCardActivityWrapper: {
|
|
@@ -247609,7 +247603,7 @@ const useCustomStyle$7 = makeStyles(() => {
|
|
|
247609
247603
|
secondaryArgs: a,
|
|
247610
247604
|
filters: A
|
|
247611
247605
|
}) => {
|
|
247612
|
-
const l = useCustomStyle$
|
|
247606
|
+
const l = useCustomStyle$9(), g = prelemTypes(), { ref: s, inView: u } = useInView({
|
|
247613
247607
|
threshold: 0
|
|
247614
247608
|
});
|
|
247615
247609
|
usePrelemImpression(n, u, a);
|
|
@@ -247842,7 +247836,7 @@ ServiceCardActivity.defaultProps = {
|
|
|
247842
247836
|
bucketName: "cropped_image_public"
|
|
247843
247837
|
}
|
|
247844
247838
|
};
|
|
247845
|
-
const useCustomStyle$
|
|
247839
|
+
const useCustomStyle$8 = makeStyles(() => {
|
|
247846
247840
|
const o = useTheme();
|
|
247847
247841
|
return {
|
|
247848
247842
|
serviceShowcaseWrapper: {
|
|
@@ -248027,7 +248021,7 @@ const useCustomStyle$6 = makeStyles(() => {
|
|
|
248027
248021
|
o == null ? void 0 : o.Button2_Value,
|
|
248028
248022
|
o == null ? void 0 : o.Button2_RedirectURL
|
|
248029
248023
|
]), usePrelemImpression(n, E, a);
|
|
248030
|
-
const w = useCustomStyle$
|
|
248024
|
+
const w = useCustomStyle$8();
|
|
248031
248025
|
return /* @__PURE__ */ jsx(
|
|
248032
248026
|
"div",
|
|
248033
248027
|
{
|
|
@@ -248293,7 +248287,545 @@ ServiceShowcase.defaultProps = {
|
|
|
248293
248287
|
bucketName: "cropped_image_public"
|
|
248294
248288
|
}
|
|
248295
248289
|
};
|
|
248296
|
-
const useCustomStyle$
|
|
248290
|
+
const useCustomStyle$7 = makeStyles(() => {
|
|
248291
|
+
var n, i, a;
|
|
248292
|
+
const o = useTheme();
|
|
248293
|
+
return {
|
|
248294
|
+
ExperienceZoneWrapper: {
|
|
248295
|
+
"&.PX-ExperienceZoneBox": {
|
|
248296
|
+
margin: "auto",
|
|
248297
|
+
"& .PX-headerWrapper": {
|
|
248298
|
+
display: "flex",
|
|
248299
|
+
alignItems: "center",
|
|
248300
|
+
justifyContent: "space-between",
|
|
248301
|
+
marginBottom: "6px",
|
|
248302
|
+
"& h3": {
|
|
248303
|
+
margin: 0,
|
|
248304
|
+
overflow: "hidden",
|
|
248305
|
+
textOverflow: "ellipsis",
|
|
248306
|
+
WebkitLineClamp: "1",
|
|
248307
|
+
display: "-webkit-box",
|
|
248308
|
+
WebkitBoxOrient: "vertical",
|
|
248309
|
+
[o.breakpoints.down("sm")]: {
|
|
248310
|
+
fontSize: (n = o.fontSize) == null ? void 0 : n.fontSize_18,
|
|
248311
|
+
lineHeight: (i = o.lineHeight) == null ? void 0 : i.LINEHEIGHT_20
|
|
248312
|
+
}
|
|
248313
|
+
},
|
|
248314
|
+
"& .viewAllCta": {
|
|
248315
|
+
marginLeft: "10px",
|
|
248316
|
+
background: "#E8E6E6",
|
|
248317
|
+
border: "0",
|
|
248318
|
+
color: o.palette.prelemType1.TITLE,
|
|
248319
|
+
fontSize: (a = o.fontSize) == null ? void 0 : a.fontSize_14,
|
|
248320
|
+
fontWeight: o.fontWeight.fontWeightRegular,
|
|
248321
|
+
padding: "5px 15px",
|
|
248322
|
+
minWidth: "90px",
|
|
248323
|
+
height: "32px",
|
|
248324
|
+
fontFamily: o.fontFamily.primary,
|
|
248325
|
+
borderRadius: "50px",
|
|
248326
|
+
textAlign: "center",
|
|
248327
|
+
textDecoration: "none",
|
|
248328
|
+
display: "flex",
|
|
248329
|
+
alignItems: "center",
|
|
248330
|
+
justifyContent: "center"
|
|
248331
|
+
}
|
|
248332
|
+
}
|
|
248333
|
+
},
|
|
248334
|
+
"& .PX-arrowDotSlider": {
|
|
248335
|
+
"&.slick-slider": {
|
|
248336
|
+
"& .slick-arrow": {
|
|
248337
|
+
top: "auto",
|
|
248338
|
+
bottom: "-45px",
|
|
248339
|
+
width: "26px",
|
|
248340
|
+
height: "26px",
|
|
248341
|
+
zIndex: 9,
|
|
248342
|
+
[o.breakpoints.down("sm")]: {
|
|
248343
|
+
display: "none !important"
|
|
248344
|
+
},
|
|
248345
|
+
[o.breakpoints.down("em")]: {
|
|
248346
|
+
bottom: "-35px"
|
|
248347
|
+
},
|
|
248348
|
+
"&.slick-prev": {
|
|
248349
|
+
left: "auto",
|
|
248350
|
+
right: "40px",
|
|
248351
|
+
"&:before": {
|
|
248352
|
+
background: "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuMDAwNSIgY3k9IjEzLjAwMDUiIHI9IjEyLjk5OTUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMy4wMDA1IDEzLjAwMDUpIiBmaWxsPSIjRThFNkU2Ii8+CjxwYXRoIGQ9Ik0xNi41NDk0IDE2Ljk3OTJMMTUuMjE0NyAxOC4yMDEyTDkuNTM1MTYgMTMuMDAxNEwxNS4yMTQ3IDcuODAxNTZMMTYuNTQ5NCA5LjAyMzUyTDEyLjIxNCAxMy4wMDE0TDE2LjU0OTQgMTYuOTc5MloiIGZpbGw9IiMzMDMwMzAiLz4KPC9zdmc+Cg==')",
|
|
248353
|
+
width: "100%",
|
|
248354
|
+
height: "100%",
|
|
248355
|
+
display: "flex",
|
|
248356
|
+
content: "''",
|
|
248357
|
+
opacity: 1
|
|
248358
|
+
},
|
|
248359
|
+
"&:hover:before, &:focus:before": {
|
|
248360
|
+
opacity: 0.75
|
|
248361
|
+
}
|
|
248362
|
+
},
|
|
248363
|
+
"&.slick-next": {
|
|
248364
|
+
right: "0px",
|
|
248365
|
+
"&:before": {
|
|
248366
|
+
backgroundImage: "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuMDA0NCIgY3k9IjEzLjAwMDUiIHI9IjEyLjk5OTUiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMTMuMDA0NCAxMy4wMDA1KSIgZmlsbD0iI0U4RTZFNiIvPgo8cGF0aCBkPSJNOS40NTQ1NCA5LjAyMjczTDEwLjc4OTIgNy44MDA3OEwxNi40Njg3IDEzLjAwMDZMMTAuNzg5MiAxOC4yMDA0TDkuNDU0NTQgMTYuOTc4NEwxMy43ODk5IDEzLjAwMDZMOS40NTQ1NCA5LjAyMjczWiIgZmlsbD0iIzMwMzAzMCIvPgo8L3N2Zz4K')",
|
|
248367
|
+
width: "100%",
|
|
248368
|
+
height: "100%",
|
|
248369
|
+
display: "flex",
|
|
248370
|
+
content: "''",
|
|
248371
|
+
opacity: 1
|
|
248372
|
+
},
|
|
248373
|
+
"&:hover:before, &:focus:before": {
|
|
248374
|
+
opacity: 0.75
|
|
248375
|
+
}
|
|
248376
|
+
},
|
|
248377
|
+
"&.slick-disabled": {
|
|
248378
|
+
opacity: 0.5,
|
|
248379
|
+
cursor: "no-drop"
|
|
248380
|
+
}
|
|
248381
|
+
},
|
|
248382
|
+
"& .slick-list": {
|
|
248383
|
+
margin: "0 -5px",
|
|
248384
|
+
[o.breakpoints.down("sm")]: {
|
|
248385
|
+
margin: "0 0px"
|
|
248386
|
+
},
|
|
248387
|
+
"& .slick-track": {
|
|
248388
|
+
"& .slick-slide": {
|
|
248389
|
+
padding: "10px",
|
|
248390
|
+
boxSizing: "border-box",
|
|
248391
|
+
[o.breakpoints.down("sm")]: {
|
|
248392
|
+
padding: "5px"
|
|
248393
|
+
}
|
|
248394
|
+
}
|
|
248395
|
+
}
|
|
248396
|
+
},
|
|
248397
|
+
"& .slick-dots": {
|
|
248398
|
+
[o.breakpoints.down("sm")]: {
|
|
248399
|
+
position: "relative",
|
|
248400
|
+
bottom: 0
|
|
248401
|
+
},
|
|
248402
|
+
"& li": {
|
|
248403
|
+
width: "8px",
|
|
248404
|
+
height: "8px",
|
|
248405
|
+
margin: "0 2px",
|
|
248406
|
+
padding: "0",
|
|
248407
|
+
"& button": {
|
|
248408
|
+
width: "100%",
|
|
248409
|
+
height: "100%",
|
|
248410
|
+
padding: "0",
|
|
248411
|
+
"&:before": {
|
|
248412
|
+
fontSize: "6px",
|
|
248413
|
+
lineHeight: "6px",
|
|
248414
|
+
width: "100%",
|
|
248415
|
+
height: "100%",
|
|
248416
|
+
color: "#A7A4A4",
|
|
248417
|
+
opacity: 1
|
|
248418
|
+
}
|
|
248419
|
+
},
|
|
248420
|
+
"&.slick-active button:before": { color: "#303030 !important" }
|
|
248421
|
+
}
|
|
248422
|
+
}
|
|
248423
|
+
}
|
|
248424
|
+
}
|
|
248425
|
+
}
|
|
248426
|
+
};
|
|
248427
|
+
}), ThePollZone = ({
|
|
248428
|
+
content: o,
|
|
248429
|
+
analytics: n,
|
|
248430
|
+
authoringHelper: i,
|
|
248431
|
+
secondaryArgs: a,
|
|
248432
|
+
filters: A,
|
|
248433
|
+
pollDate: l,
|
|
248434
|
+
isLoading: g
|
|
248435
|
+
}) => {
|
|
248436
|
+
const [s, u] = useState([]);
|
|
248437
|
+
usePrelemImpression$1(n, o, a);
|
|
248438
|
+
const p = useCustomStyle$7(), h = (d) => {
|
|
248439
|
+
onClickCardFunc(d, A, a);
|
|
248440
|
+
}, E = { ...{
|
|
248441
|
+
slidesToShow: 4,
|
|
248442
|
+
slidesToScroll: 4,
|
|
248443
|
+
autoPlay: !0,
|
|
248444
|
+
dots: !1,
|
|
248445
|
+
arrow: !0,
|
|
248446
|
+
infinite: !1,
|
|
248447
|
+
touchMove: !1,
|
|
248448
|
+
responsive: [
|
|
248449
|
+
{
|
|
248450
|
+
breakpoint: 1024,
|
|
248451
|
+
settings: {
|
|
248452
|
+
slidesToShow: 3,
|
|
248453
|
+
slidesToScroll: 3
|
|
248454
|
+
}
|
|
248455
|
+
},
|
|
248456
|
+
{
|
|
248457
|
+
breakpoint: 900,
|
|
248458
|
+
settings: {
|
|
248459
|
+
slidesToShow: 3,
|
|
248460
|
+
slidesToScroll: 3
|
|
248461
|
+
}
|
|
248462
|
+
},
|
|
248463
|
+
{
|
|
248464
|
+
breakpoint: 600,
|
|
248465
|
+
settings: {
|
|
248466
|
+
slidesToShow: 2,
|
|
248467
|
+
slidesToScroll: 2,
|
|
248468
|
+
infinite: (s == null ? void 0 : s.length) > 2,
|
|
248469
|
+
dots: !0,
|
|
248470
|
+
arrow: !1,
|
|
248471
|
+
touchMove: !0
|
|
248472
|
+
}
|
|
248473
|
+
}
|
|
248474
|
+
]
|
|
248475
|
+
} };
|
|
248476
|
+
return useEffect(() => {
|
|
248477
|
+
u(sortedData(l, "start_date", "end_date", !1, !1, !0));
|
|
248478
|
+
}, [l]), /* @__PURE__ */ jsx(
|
|
248479
|
+
"div",
|
|
248480
|
+
{
|
|
248481
|
+
ref: i == null ? void 0 : i.innerRef,
|
|
248482
|
+
className: `${p.ExperienceZoneWrapper} PX-ExperienceZoneBox`,
|
|
248483
|
+
children: /* @__PURE__ */ jsx(Container$1, { className: "prelem-py", children: /* @__PURE__ */ jsxs(Box, { children: [
|
|
248484
|
+
(s == null ? void 0 : s.length) > 0 && /* @__PURE__ */ jsxs(Box, { className: "PX-headerWrapper", children: [
|
|
248485
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h3bold", children: "The Poll Zone" }),
|
|
248486
|
+
/* @__PURE__ */ jsx(
|
|
248487
|
+
Button,
|
|
248488
|
+
{
|
|
248489
|
+
variant: "secondaryButton3",
|
|
248490
|
+
className: "viewAllCta",
|
|
248491
|
+
children: "View All"
|
|
248492
|
+
}
|
|
248493
|
+
)
|
|
248494
|
+
] }),
|
|
248495
|
+
/* @__PURE__ */ jsx(Slider$1, { ...E, className: "PX-arrowDotSlider", children: g ? [...Array(4)].map((d, C) => /* @__PURE__ */ jsxs("div", { children: [
|
|
248496
|
+
/* @__PURE__ */ jsx(
|
|
248497
|
+
Skeleton,
|
|
248498
|
+
{
|
|
248499
|
+
variant: "rectangular",
|
|
248500
|
+
sx: {
|
|
248501
|
+
height: {
|
|
248502
|
+
xs: "164px",
|
|
248503
|
+
sm: "308px",
|
|
248504
|
+
md: "398px",
|
|
248505
|
+
em: "260px",
|
|
248506
|
+
lg: "275px",
|
|
248507
|
+
xl: "340px"
|
|
248508
|
+
},
|
|
248509
|
+
width: "100%",
|
|
248510
|
+
borderRadius: "10px",
|
|
248511
|
+
background: "#e0e0e0",
|
|
248512
|
+
animation: "none",
|
|
248513
|
+
backgroundSize: "200% 100%"
|
|
248514
|
+
}
|
|
248515
|
+
}
|
|
248516
|
+
),
|
|
248517
|
+
/* @__PURE__ */ jsx(
|
|
248518
|
+
Skeleton,
|
|
248519
|
+
{
|
|
248520
|
+
variant: "rectangular",
|
|
248521
|
+
sx: {
|
|
248522
|
+
height: "20px",
|
|
248523
|
+
width: "100%",
|
|
248524
|
+
borderRadius: "10px",
|
|
248525
|
+
marginTop: "10px",
|
|
248526
|
+
background: "#e0e0e0",
|
|
248527
|
+
animation: "none",
|
|
248528
|
+
backgroundSize: "200% 100%"
|
|
248529
|
+
}
|
|
248530
|
+
}
|
|
248531
|
+
),
|
|
248532
|
+
/* @__PURE__ */ jsx(
|
|
248533
|
+
Skeleton,
|
|
248534
|
+
{
|
|
248535
|
+
variant: "rectangular",
|
|
248536
|
+
sx: {
|
|
248537
|
+
height: "10px",
|
|
248538
|
+
width: "70%",
|
|
248539
|
+
borderRadius: "10px",
|
|
248540
|
+
marginTop: "10px",
|
|
248541
|
+
background: "#e0e0e0",
|
|
248542
|
+
animation: "none",
|
|
248543
|
+
backgroundSize: "200% 100%"
|
|
248544
|
+
}
|
|
248545
|
+
}
|
|
248546
|
+
)
|
|
248547
|
+
] }, C)) : s == null ? void 0 : s.map((d) => /* @__PURE__ */ jsx(
|
|
248548
|
+
XCard15,
|
|
248549
|
+
{
|
|
248550
|
+
content: d,
|
|
248551
|
+
secondaryArgs: a,
|
|
248552
|
+
onCardClick: h
|
|
248553
|
+
},
|
|
248554
|
+
d
|
|
248555
|
+
)) })
|
|
248556
|
+
] }) })
|
|
248557
|
+
}
|
|
248558
|
+
);
|
|
248559
|
+
}, useCustomStyle$6 = makeStyles(() => {
|
|
248560
|
+
var n, i, a;
|
|
248561
|
+
const o = useTheme();
|
|
248562
|
+
return {
|
|
248563
|
+
ExperienceZoneWrapper: {
|
|
248564
|
+
"&.PX-ExperienceZoneBox": {
|
|
248565
|
+
margin: "auto",
|
|
248566
|
+
"& .PX-headerWrapper": {
|
|
248567
|
+
display: "flex",
|
|
248568
|
+
alignItems: "center",
|
|
248569
|
+
justifyContent: "space-between",
|
|
248570
|
+
marginBottom: "6px",
|
|
248571
|
+
"& h3": {
|
|
248572
|
+
margin: 0,
|
|
248573
|
+
overflow: "hidden",
|
|
248574
|
+
textOverflow: "ellipsis",
|
|
248575
|
+
WebkitLineClamp: "1",
|
|
248576
|
+
display: "-webkit-box",
|
|
248577
|
+
WebkitBoxOrient: "vertical",
|
|
248578
|
+
[o.breakpoints.down("sm")]: {
|
|
248579
|
+
fontSize: (n = o.fontSize) == null ? void 0 : n.fontSize_18,
|
|
248580
|
+
lineHeight: (i = o.lineHeight) == null ? void 0 : i.LINEHEIGHT_20
|
|
248581
|
+
}
|
|
248582
|
+
},
|
|
248583
|
+
"& .viewAllCta": {
|
|
248584
|
+
marginLeft: "10px",
|
|
248585
|
+
background: "#E8E6E6",
|
|
248586
|
+
border: "0",
|
|
248587
|
+
color: o.palette.prelemType1.TITLE,
|
|
248588
|
+
fontSize: (a = o.fontSize) == null ? void 0 : a.fontSize_14,
|
|
248589
|
+
fontWeight: o.fontWeight.fontWeightRegular,
|
|
248590
|
+
padding: "5px 15px",
|
|
248591
|
+
minWidth: "90px",
|
|
248592
|
+
height: "32px",
|
|
248593
|
+
fontFamily: o.fontFamily.primary,
|
|
248594
|
+
borderRadius: "50px",
|
|
248595
|
+
textAlign: "center",
|
|
248596
|
+
textDecoration: "none",
|
|
248597
|
+
display: "flex",
|
|
248598
|
+
alignItems: "center",
|
|
248599
|
+
justifyContent: "center"
|
|
248600
|
+
}
|
|
248601
|
+
}
|
|
248602
|
+
},
|
|
248603
|
+
"& .PX-arrowDotSlider": {
|
|
248604
|
+
"&.slick-slider": {
|
|
248605
|
+
"& .slick-arrow": {
|
|
248606
|
+
top: "auto",
|
|
248607
|
+
bottom: "-45px",
|
|
248608
|
+
width: "26px",
|
|
248609
|
+
height: "26px",
|
|
248610
|
+
zIndex: 9,
|
|
248611
|
+
[o.breakpoints.down("sm")]: {
|
|
248612
|
+
display: "none !important"
|
|
248613
|
+
},
|
|
248614
|
+
[o.breakpoints.down("em")]: {
|
|
248615
|
+
bottom: "-35px"
|
|
248616
|
+
},
|
|
248617
|
+
"&.slick-prev": {
|
|
248618
|
+
left: "auto",
|
|
248619
|
+
right: "40px",
|
|
248620
|
+
"&:before": {
|
|
248621
|
+
background: "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuMDAwNSIgY3k9IjEzLjAwMDUiIHI9IjEyLjk5OTUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMy4wMDA1IDEzLjAwMDUpIiBmaWxsPSIjRThFNkU2Ii8+CjxwYXRoIGQ9Ik0xNi41NDk0IDE2Ljk3OTJMMTUuMjE0NyAxOC4yMDEyTDkuNTM1MTYgMTMuMDAxNEwxNS4yMTQ3IDcuODAxNTZMMTYuNTQ5NCA5LjAyMzUyTDEyLjIxNCAxMy4wMDE0TDE2LjU0OTQgMTYuOTc5MloiIGZpbGw9IiMzMDMwMzAiLz4KPC9zdmc+Cg==')",
|
|
248622
|
+
width: "100%",
|
|
248623
|
+
height: "100%",
|
|
248624
|
+
display: "flex",
|
|
248625
|
+
content: "''",
|
|
248626
|
+
opacity: 1
|
|
248627
|
+
},
|
|
248628
|
+
"&:hover:before, &:focus:before": {
|
|
248629
|
+
opacity: 0.75
|
|
248630
|
+
}
|
|
248631
|
+
},
|
|
248632
|
+
"&.slick-next": {
|
|
248633
|
+
right: "0px",
|
|
248634
|
+
"&:before": {
|
|
248635
|
+
backgroundImage: "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMuMDA0NCIgY3k9IjEzLjAwMDUiIHI9IjEyLjk5OTUiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgMTMuMDA0NCAxMy4wMDA1KSIgZmlsbD0iI0U4RTZFNiIvPgo8cGF0aCBkPSJNOS40NTQ1NCA5LjAyMjczTDEwLjc4OTIgNy44MDA3OEwxNi40Njg3IDEzLjAwMDZMMTAuNzg5MiAxOC4yMDA0TDkuNDU0NTQgMTYuOTc4NEwxMy43ODk5IDEzLjAwMDZMOS40NTQ1NCA5LjAyMjczWiIgZmlsbD0iIzMwMzAzMCIvPgo8L3N2Zz4K')",
|
|
248636
|
+
width: "100%",
|
|
248637
|
+
height: "100%",
|
|
248638
|
+
display: "flex",
|
|
248639
|
+
content: "''",
|
|
248640
|
+
opacity: 1
|
|
248641
|
+
},
|
|
248642
|
+
"&:hover:before, &:focus:before": {
|
|
248643
|
+
opacity: 0.75
|
|
248644
|
+
}
|
|
248645
|
+
},
|
|
248646
|
+
"&.slick-disabled": {
|
|
248647
|
+
opacity: 0.5,
|
|
248648
|
+
cursor: "no-drop"
|
|
248649
|
+
}
|
|
248650
|
+
},
|
|
248651
|
+
"& .slick-list": {
|
|
248652
|
+
margin: "0 -5px",
|
|
248653
|
+
[o.breakpoints.down("sm")]: {
|
|
248654
|
+
margin: "0 0px"
|
|
248655
|
+
},
|
|
248656
|
+
"& .slick-track": {
|
|
248657
|
+
"& .slick-slide": {
|
|
248658
|
+
padding: "10px",
|
|
248659
|
+
boxSizing: "border-box",
|
|
248660
|
+
[o.breakpoints.down("sm")]: {
|
|
248661
|
+
padding: "5px"
|
|
248662
|
+
}
|
|
248663
|
+
}
|
|
248664
|
+
}
|
|
248665
|
+
},
|
|
248666
|
+
"& .slick-dots": {
|
|
248667
|
+
[o.breakpoints.down("sm")]: {
|
|
248668
|
+
position: "relative",
|
|
248669
|
+
bottom: 0
|
|
248670
|
+
},
|
|
248671
|
+
"& li": {
|
|
248672
|
+
width: "8px",
|
|
248673
|
+
height: "8px",
|
|
248674
|
+
margin: "0 2px",
|
|
248675
|
+
padding: "0",
|
|
248676
|
+
"& button": {
|
|
248677
|
+
width: "100%",
|
|
248678
|
+
height: "100%",
|
|
248679
|
+
padding: "0",
|
|
248680
|
+
"&:before": {
|
|
248681
|
+
fontSize: "6px",
|
|
248682
|
+
lineHeight: "6px",
|
|
248683
|
+
width: "100%",
|
|
248684
|
+
height: "100%",
|
|
248685
|
+
color: "#A7A4A4",
|
|
248686
|
+
opacity: 1
|
|
248687
|
+
}
|
|
248688
|
+
},
|
|
248689
|
+
"&.slick-active button:before": { color: "#303030 !important" }
|
|
248690
|
+
}
|
|
248691
|
+
}
|
|
248692
|
+
}
|
|
248693
|
+
}
|
|
248694
|
+
}
|
|
248695
|
+
};
|
|
248696
|
+
}), TheQuizZone = ({
|
|
248697
|
+
content: o,
|
|
248698
|
+
analytics: n,
|
|
248699
|
+
authoringHelper: i,
|
|
248700
|
+
secondaryArgs: a,
|
|
248701
|
+
filters: A,
|
|
248702
|
+
pollData: l,
|
|
248703
|
+
isLoading: g
|
|
248704
|
+
}) => {
|
|
248705
|
+
const [s, u] = useState([]);
|
|
248706
|
+
usePrelemImpression$1(n, o, a);
|
|
248707
|
+
const p = useCustomStyle$6(), h = (d) => {
|
|
248708
|
+
onClickCardFunc(d, A, a);
|
|
248709
|
+
}, E = { ...{
|
|
248710
|
+
slidesToShow: 4,
|
|
248711
|
+
slidesToScroll: 4,
|
|
248712
|
+
autoPlay: !0,
|
|
248713
|
+
dots: !1,
|
|
248714
|
+
arrow: !0,
|
|
248715
|
+
infinite: !1,
|
|
248716
|
+
touchMove: !1,
|
|
248717
|
+
responsive: [
|
|
248718
|
+
{
|
|
248719
|
+
breakpoint: 1024,
|
|
248720
|
+
settings: {
|
|
248721
|
+
slidesToShow: 3,
|
|
248722
|
+
slidesToScroll: 3
|
|
248723
|
+
}
|
|
248724
|
+
},
|
|
248725
|
+
{
|
|
248726
|
+
breakpoint: 900,
|
|
248727
|
+
settings: {
|
|
248728
|
+
slidesToShow: 3,
|
|
248729
|
+
slidesToScroll: 3
|
|
248730
|
+
}
|
|
248731
|
+
},
|
|
248732
|
+
{
|
|
248733
|
+
breakpoint: 600,
|
|
248734
|
+
settings: {
|
|
248735
|
+
slidesToShow: 2,
|
|
248736
|
+
slidesToScroll: 2,
|
|
248737
|
+
infinite: (s == null ? void 0 : s.length) > 2,
|
|
248738
|
+
dots: !0,
|
|
248739
|
+
arrow: !1,
|
|
248740
|
+
touchMove: !0
|
|
248741
|
+
}
|
|
248742
|
+
}
|
|
248743
|
+
]
|
|
248744
|
+
} };
|
|
248745
|
+
return useEffect(() => {
|
|
248746
|
+
u(sortedData(l, "start_date", "end_date", !1, !1, !0));
|
|
248747
|
+
}, [l]), /* @__PURE__ */ jsx(
|
|
248748
|
+
"div",
|
|
248749
|
+
{
|
|
248750
|
+
ref: i == null ? void 0 : i.innerRef,
|
|
248751
|
+
className: `${p.ExperienceZoneWrapper} PX-ExperienceZoneBox`,
|
|
248752
|
+
children: /* @__PURE__ */ jsx(Container$1, { className: "prelem-py", children: /* @__PURE__ */ jsxs(Box, { children: [
|
|
248753
|
+
(s == null ? void 0 : s.length) > 0 && /* @__PURE__ */ jsxs(Box, { className: "PX-headerWrapper", children: [
|
|
248754
|
+
/* @__PURE__ */ jsx(Typography, { variant: "h3bold", children: "The Quiz Zone" }),
|
|
248755
|
+
/* @__PURE__ */ jsx(
|
|
248756
|
+
Button,
|
|
248757
|
+
{
|
|
248758
|
+
variant: "secondaryButton3",
|
|
248759
|
+
className: "viewAllCta",
|
|
248760
|
+
children: "View All"
|
|
248761
|
+
}
|
|
248762
|
+
)
|
|
248763
|
+
] }),
|
|
248764
|
+
/* @__PURE__ */ jsx(Slider$1, { ...E, className: "PX-arrowDotSlider", children: g ? [...Array(4)].map((d, C) => /* @__PURE__ */ jsxs("div", { children: [
|
|
248765
|
+
/* @__PURE__ */ jsx(
|
|
248766
|
+
Skeleton,
|
|
248767
|
+
{
|
|
248768
|
+
variant: "rectangular",
|
|
248769
|
+
sx: {
|
|
248770
|
+
height: {
|
|
248771
|
+
xs: "164px",
|
|
248772
|
+
sm: "308px",
|
|
248773
|
+
md: "398px",
|
|
248774
|
+
em: "260px",
|
|
248775
|
+
lg: "275px",
|
|
248776
|
+
xl: "340px"
|
|
248777
|
+
},
|
|
248778
|
+
width: "100%",
|
|
248779
|
+
borderRadius: "10px",
|
|
248780
|
+
background: "#e0e0e0",
|
|
248781
|
+
animation: "none",
|
|
248782
|
+
backgroundSize: "200% 100%"
|
|
248783
|
+
}
|
|
248784
|
+
}
|
|
248785
|
+
),
|
|
248786
|
+
/* @__PURE__ */ jsx(
|
|
248787
|
+
Skeleton,
|
|
248788
|
+
{
|
|
248789
|
+
variant: "rectangular",
|
|
248790
|
+
sx: {
|
|
248791
|
+
height: "20px",
|
|
248792
|
+
width: "100%",
|
|
248793
|
+
borderRadius: "10px",
|
|
248794
|
+
marginTop: "10px",
|
|
248795
|
+
background: "#e0e0e0",
|
|
248796
|
+
animation: "none",
|
|
248797
|
+
backgroundSize: "200% 100%"
|
|
248798
|
+
}
|
|
248799
|
+
}
|
|
248800
|
+
),
|
|
248801
|
+
/* @__PURE__ */ jsx(
|
|
248802
|
+
Skeleton,
|
|
248803
|
+
{
|
|
248804
|
+
variant: "rectangular",
|
|
248805
|
+
sx: {
|
|
248806
|
+
height: "10px",
|
|
248807
|
+
width: "70%",
|
|
248808
|
+
borderRadius: "10px",
|
|
248809
|
+
marginTop: "10px",
|
|
248810
|
+
background: "#e0e0e0",
|
|
248811
|
+
animation: "none",
|
|
248812
|
+
backgroundSize: "200% 100%"
|
|
248813
|
+
}
|
|
248814
|
+
}
|
|
248815
|
+
)
|
|
248816
|
+
] }, C)) : s == null ? void 0 : s.map((d) => /* @__PURE__ */ jsx(
|
|
248817
|
+
XCard15,
|
|
248818
|
+
{
|
|
248819
|
+
content: d,
|
|
248820
|
+
secondaryArgs: a,
|
|
248821
|
+
onCardClick: h
|
|
248822
|
+
},
|
|
248823
|
+
d
|
|
248824
|
+
)) })
|
|
248825
|
+
] }) })
|
|
248826
|
+
}
|
|
248827
|
+
);
|
|
248828
|
+
}, useCustomStyle$5 = makeStyles(() => {
|
|
248297
248829
|
const o = useTheme();
|
|
248298
248830
|
return {
|
|
248299
248831
|
ToggleButtonWrapper: {
|
|
@@ -248635,17 +249167,18 @@ const JOIN_EVENT = `mutation ($input: community_userRegistrationInput) {
|
|
|
248635
249167
|
isAnalyticsEnabled: n == null ? void 0 : n.analytics_enable
|
|
248636
249168
|
}, _u = {
|
|
248637
249169
|
isAuthoring: !1
|
|
248638
|
-
}, _c = async (h0, I0, v0, C0 = "", E0 = "wellnessevent") => {
|
|
248639
|
-
var
|
|
248640
|
-
const
|
|
249170
|
+
}, _c = async (h0, I0, v0, C0 = "", E0 = "wellnessevent", b0 = "") => {
|
|
249171
|
+
var q0, z0, O0, R0;
|
|
249172
|
+
const D0 = await fetchApi$1.getContentSchemaList(
|
|
248641
249173
|
{
|
|
248642
249174
|
searchTerm: C0,
|
|
248643
|
-
filter: (E0 == null ? void 0 : E0.toLocaleLowerCase()) === "events" ? "wellnessevent" : E0 == null ? void 0 : E0.toLocaleLowerCase()
|
|
249175
|
+
filter: (E0 == null ? void 0 : E0.toLocaleLowerCase()) === "events" ? "wellnessevent" : E0 == null ? void 0 : E0.toLocaleLowerCase(),
|
|
249176
|
+
conditionString: b0
|
|
248644
249177
|
},
|
|
248645
249178
|
h0 || "en",
|
|
248646
249179
|
I0
|
|
248647
249180
|
);
|
|
248648
|
-
(
|
|
249181
|
+
(z0 = (q0 = D0 == null ? void 0 : D0.data) == null ? void 0 : q0.publish_getContents) != null && z0.records ? v0((R0 = (O0 = D0 == null ? void 0 : D0.data) == null ? void 0 : O0.publish_getContents) == null ? void 0 : R0.records) : console.error("Something went wrong !");
|
|
248649
249182
|
}, _d = async (h0, I0, v0) => {
|
|
248650
249183
|
var C0, E0;
|
|
248651
249184
|
try {
|
|
@@ -248692,7 +249225,14 @@ const JOIN_EVENT = `mutation ($input: community_userRegistrationInput) {
|
|
|
248692
249225
|
updateGoals: _d
|
|
248693
249226
|
};
|
|
248694
249227
|
return useEffect(() => {
|
|
248695
|
-
_l(format(/* @__PURE__ */ new Date(), "yyyy-MM-dd")), _c(
|
|
249228
|
+
_l(format(/* @__PURE__ */ new Date(), "yyyy-MM-dd")), _c(
|
|
249229
|
+
aa,
|
|
249230
|
+
_A,
|
|
249231
|
+
E,
|
|
249232
|
+
"",
|
|
249233
|
+
"challenges",
|
|
249234
|
+
`hclplatformx_end_date_time:[${getThreeDaysAgo()} TO *]`
|
|
249235
|
+
);
|
|
248696
249236
|
}, []), /* @__PURE__ */ jsx(
|
|
248697
249237
|
ChallengeSlider,
|
|
248698
249238
|
{
|
|
@@ -248731,7 +249271,7 @@ const JOIN_EVENT = `mutation ($input: community_userRegistrationInput) {
|
|
|
248731
249271
|
{
|
|
248732
249272
|
searchTerm: Y,
|
|
248733
249273
|
filter: (_r == null ? void 0 : _r.toLocaleLowerCase()) === "events" ? "wellnessevent" : _r == null ? void 0 : _r.toLocaleLowerCase(),
|
|
248734
|
-
conditionString: (_r == null ? void 0 : _r.toLocaleLowerCase()) === "wellnessevent" || (_r == null ? void 0 : _r.toLocaleLowerCase()) === "events" ? "hclplatformx_public_listing:true" : ""
|
|
249274
|
+
conditionString: (_r == null ? void 0 : _r.toLocaleLowerCase()) === "wellnessevent" || (_r == null ? void 0 : _r.toLocaleLowerCase()) === "events" ? "hclplatformx_public_listing:true AND ((*:* -hclplatformx_end_date_time: [* TO *]) OR hclplatformx_end_date_time: [NOW TO *])" : ""
|
|
248735
249275
|
},
|
|
248736
249276
|
T || "en",
|
|
248737
249277
|
u
|
|
@@ -248751,26 +249291,112 @@ const JOIN_EVENT = `mutation ($input: community_userRegistrationInput) {
|
|
|
248751
249291
|
isLoading: g
|
|
248752
249292
|
}
|
|
248753
249293
|
);
|
|
249294
|
+
}, PollZoneComponent = (o) => {
|
|
249295
|
+
var d, C, w;
|
|
249296
|
+
const { pageData: n = {}, secondaryArgs: i, filters: a } = o || {}, [A, l] = useState([]), [g, s] = useState(!0), {
|
|
249297
|
+
prelemBaseEndpoint: { site_host: u, language: p }
|
|
249298
|
+
} = i, h = {
|
|
249299
|
+
pageId: n == null ? void 0 : n.page,
|
|
249300
|
+
pageTitle: n == null ? void 0 : n.title,
|
|
249301
|
+
pageDesc: n == null ? void 0 : n.description,
|
|
249302
|
+
pageTags: (C = (d = n == null ? void 0 : n.settings) == null ? void 0 : d.keywords) == null ? void 0 : C.join(", "),
|
|
249303
|
+
isAuthoring: !1,
|
|
249304
|
+
isSeoEnabled: (w = n == null ? void 0 : n.settings) == null ? void 0 : w.seo_blockIndexing,
|
|
249305
|
+
isAnalyticsEnabled: n == null ? void 0 : n.analytics_enable
|
|
249306
|
+
}, f = {
|
|
249307
|
+
isAuthoring: !1
|
|
249308
|
+
}, E = async (T, _e, Y = "") => {
|
|
249309
|
+
var ga, ya, _A, aa;
|
|
249310
|
+
const _r = await fetchApi$1.getContentSchemaList(
|
|
249311
|
+
{
|
|
249312
|
+
searchTerm: Y,
|
|
249313
|
+
filter: "ALL",
|
|
249314
|
+
conditionString: "",
|
|
249315
|
+
contentTypes: ["Poll"],
|
|
249316
|
+
pagination: { start: 0, rows: 12 }
|
|
249317
|
+
},
|
|
249318
|
+
T || "en",
|
|
249319
|
+
u
|
|
249320
|
+
);
|
|
249321
|
+
(ya = (ga = _r == null ? void 0 : _r.data) == null ? void 0 : ga.publish_getContents) != null && ya.records ? (_e((aa = (_A = _r == null ? void 0 : _r.data) == null ? void 0 : _A.publish_getContents) == null ? void 0 : aa.records), s(!1)) : (console.error("Something went wrong !"), s(!1));
|
|
249322
|
+
};
|
|
249323
|
+
return useEffect(() => {
|
|
249324
|
+
E(p, l, "");
|
|
249325
|
+
}, []), /* @__PURE__ */ jsx(
|
|
249326
|
+
ThePollZone,
|
|
249327
|
+
{
|
|
249328
|
+
analytics: h,
|
|
249329
|
+
authoringHelper: f,
|
|
249330
|
+
secondaryArgs: i,
|
|
249331
|
+
pollDate: A,
|
|
249332
|
+
filters: a,
|
|
249333
|
+
isLoading: g
|
|
249334
|
+
}
|
|
249335
|
+
);
|
|
249336
|
+
}, QuizZoneComponent = (o) => {
|
|
249337
|
+
var d, C, w;
|
|
249338
|
+
const { pageData: n = {}, secondaryArgs: i, filters: a } = o || {}, [A, l] = useState([]), [g, s] = useState(!0), {
|
|
249339
|
+
prelemBaseEndpoint: { site_host: u, language: p }
|
|
249340
|
+
} = i, h = {
|
|
249341
|
+
pageId: n == null ? void 0 : n.page,
|
|
249342
|
+
pageTitle: n == null ? void 0 : n.title,
|
|
249343
|
+
pageDesc: n == null ? void 0 : n.description,
|
|
249344
|
+
pageTags: (C = (d = n == null ? void 0 : n.settings) == null ? void 0 : d.keywords) == null ? void 0 : C.join(", "),
|
|
249345
|
+
isAuthoring: !1,
|
|
249346
|
+
isSeoEnabled: (w = n == null ? void 0 : n.settings) == null ? void 0 : w.seo_blockIndexing,
|
|
249347
|
+
isAnalyticsEnabled: n == null ? void 0 : n.analytics_enable
|
|
249348
|
+
}, f = {
|
|
249349
|
+
isAuthoring: !1
|
|
249350
|
+
}, E = async (T, _e, Y = "") => {
|
|
249351
|
+
var ga, ya, _A, aa;
|
|
249352
|
+
const _r = await fetchApi$1.getContentSchemaList(
|
|
249353
|
+
{
|
|
249354
|
+
searchTerm: Y,
|
|
249355
|
+
filter: "ALL",
|
|
249356
|
+
conditionString: "",
|
|
249357
|
+
contentTypes: ["Quiz"],
|
|
249358
|
+
pagination: { start: 0, rows: 12 }
|
|
249359
|
+
},
|
|
249360
|
+
T || "en",
|
|
249361
|
+
u
|
|
249362
|
+
);
|
|
249363
|
+
(ya = (ga = _r == null ? void 0 : _r.data) == null ? void 0 : ga.publish_getContents) != null && ya.records ? (_e((aa = (_A = _r == null ? void 0 : _r.data) == null ? void 0 : _A.publish_getContents) == null ? void 0 : aa.records), s(!1)) : (console.error("Something went wrong !"), s(!1));
|
|
249364
|
+
};
|
|
249365
|
+
return useEffect(() => {
|
|
249366
|
+
E(p, l, "");
|
|
249367
|
+
}, []), /* @__PURE__ */ jsx(
|
|
249368
|
+
TheQuizZone,
|
|
249369
|
+
{
|
|
249370
|
+
analytics: h,
|
|
249371
|
+
authoringHelper: f,
|
|
249372
|
+
secondaryArgs: i,
|
|
249373
|
+
pollData: A,
|
|
249374
|
+
filters: a,
|
|
249375
|
+
isLoading: g
|
|
249376
|
+
}
|
|
249377
|
+
);
|
|
248754
249378
|
}, EventListComponent = React__default.lazy(
|
|
248755
|
-
() => import("./EventListComponent-
|
|
249379
|
+
() => import("./EventListComponent-Ci8elP-X.mjs")
|
|
248756
249380
|
), EngagementHomeComponent = React__default.lazy(
|
|
248757
|
-
() => import("./EngagementHomeComponent-
|
|
249381
|
+
() => import("./EngagementHomeComponent-BYXxfmv7.mjs")
|
|
248758
249382
|
), ChallengeDetailComponent = React__default.lazy(
|
|
248759
|
-
() => import("./ChallengeDetailComponent-
|
|
249383
|
+
() => import("./ChallengeDetailComponent-C3lBSiCO.mjs")
|
|
248760
249384
|
), EventDetailComponent = React__default.lazy(
|
|
248761
|
-
() => import("./EventDetailComponent-
|
|
249385
|
+
() => import("./EventDetailComponent-VTEJrJu_.mjs")
|
|
248762
249386
|
), CommonContentComponent = React__default.lazy(
|
|
248763
|
-
() => import("./CommonContentComponent-
|
|
249387
|
+
() => import("./CommonContentComponent-CCv-d_M-.mjs")
|
|
248764
249388
|
), ArticleVodListComponent = React__default.lazy(
|
|
248765
|
-
() => import("./ArticleVodListComponent-
|
|
249389
|
+
() => import("./ArticleVodListComponent-BnjLfLwm.mjs")
|
|
248766
249390
|
), IndividualChallengeComponent = React__default.lazy(
|
|
248767
|
-
() => import("./IndividualChallengeComponent-
|
|
248768
|
-
), PageComponent = React__default.lazy(() => import("./PageComponent-
|
|
249391
|
+
() => import("./IndividualChallengeComponent-C7Sc5k9-.mjs")
|
|
249392
|
+
), PageComponent = React__default.lazy(() => import("./PageComponent-DnBJmV4O.mjs")), Components = {
|
|
248769
249393
|
//prelems
|
|
248770
249394
|
eventList: EventListComponent,
|
|
248771
249395
|
engagementHome: EngagementHomeComponent,
|
|
248772
249396
|
dashboard: ChallengeSliderComponent,
|
|
248773
249397
|
expzone: ExperienceZoneComponent,
|
|
249398
|
+
quizzone: QuizZoneComponent,
|
|
249399
|
+
pollzone: PollZoneComponent,
|
|
248774
249400
|
//contentTypes
|
|
248775
249401
|
challenges: ChallengeDetailComponent,
|
|
248776
249402
|
wellnessevent: EventDetailComponent,
|
|
@@ -255803,6 +256429,10 @@ const useCustomStyle$4 = makeStyles((o) => {
|
|
|
255803
256429
|
return /* @__PURE__ */ jsx(EngagementHomeLoader, {});
|
|
255804
256430
|
case "expzone":
|
|
255805
256431
|
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
256432
|
+
case "quizzone":
|
|
256433
|
+
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
256434
|
+
case "pollzone":
|
|
256435
|
+
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
255806
256436
|
default:
|
|
255807
256437
|
return /* @__PURE__ */ jsx(Loader$1, {});
|
|
255808
256438
|
}
|
|
@@ -255902,144 +256532,147 @@ function PrelemsWrapper(o) {
|
|
|
255902
256532
|
] }) });
|
|
255903
256533
|
}
|
|
255904
256534
|
export {
|
|
255905
|
-
|
|
255906
|
-
|
|
256535
|
+
utils$2 as $,
|
|
256536
|
+
PlatFormXDateTimeFormat$1 as A,
|
|
255907
256537
|
Box as B,
|
|
255908
256538
|
CONSTANTS as C,
|
|
255909
|
-
|
|
256539
|
+
Button as D,
|
|
255910
256540
|
EngagementHome as E,
|
|
255911
256541
|
FallBackPage as F,
|
|
255912
256542
|
Grid as G,
|
|
255913
|
-
|
|
256543
|
+
Dialog as H,
|
|
255914
256544
|
IndividualChallenge as I,
|
|
255915
|
-
|
|
255916
|
-
|
|
255917
|
-
|
|
255918
|
-
|
|
255919
|
-
|
|
255920
|
-
|
|
256545
|
+
default_1$a as J,
|
|
256546
|
+
useTheme as K,
|
|
256547
|
+
showToastSuccess as L,
|
|
256548
|
+
showToastError as M,
|
|
256549
|
+
formRelativeURL as N,
|
|
256550
|
+
replaceWithWebp as O,
|
|
255921
256551
|
PropTypes as P,
|
|
255922
|
-
|
|
255923
|
-
|
|
256552
|
+
formCroppedUrl$1 as Q,
|
|
256553
|
+
breakpoints$1 as R,
|
|
255924
256554
|
Skeleton as S,
|
|
255925
256555
|
Typography as T,
|
|
255926
|
-
|
|
256556
|
+
default_1$9 as U,
|
|
255927
256557
|
VideoPlayIcon as V,
|
|
255928
|
-
|
|
255929
|
-
|
|
255930
|
-
|
|
255931
|
-
|
|
256558
|
+
onClickCardFunc as W,
|
|
256559
|
+
createSliderArray as X,
|
|
256560
|
+
fallBackImage$1 as Y,
|
|
256561
|
+
debounce$1 as Z,
|
|
255932
256562
|
_extends$3 as _,
|
|
255933
256563
|
fetchApi$1 as a,
|
|
255934
|
-
|
|
255935
|
-
|
|
255936
|
-
|
|
255937
|
-
|
|
255938
|
-
|
|
255939
|
-
|
|
255940
|
-
|
|
255941
|
-
|
|
255942
|
-
|
|
255943
|
-
|
|
255944
|
-
|
|
255945
|
-
|
|
255946
|
-
|
|
255947
|
-
|
|
255948
|
-
|
|
255949
|
-
|
|
255950
|
-
|
|
255951
|
-
|
|
255952
|
-
|
|
255953
|
-
|
|
255954
|
-
|
|
255955
|
-
|
|
255956
|
-
|
|
255957
|
-
useCustomStyle$
|
|
255958
|
-
|
|
255959
|
-
|
|
255960
|
-
|
|
255961
|
-
|
|
255962
|
-
|
|
255963
|
-
|
|
255964
|
-
|
|
255965
|
-
|
|
255966
|
-
|
|
255967
|
-
|
|
255968
|
-
|
|
255969
|
-
|
|
255970
|
-
useCustomStyle$
|
|
255971
|
-
|
|
255972
|
-
|
|
255973
|
-
|
|
255974
|
-
|
|
255975
|
-
|
|
255976
|
-
|
|
255977
|
-
|
|
255978
|
-
|
|
255979
|
-
|
|
255980
|
-
|
|
255981
|
-
useCustomStyle$
|
|
255982
|
-
|
|
255983
|
-
|
|
255984
|
-
|
|
255985
|
-
|
|
255986
|
-
|
|
255987
|
-
|
|
255988
|
-
|
|
255989
|
-
|
|
255990
|
-
|
|
255991
|
-
|
|
255992
|
-
|
|
255993
|
-
|
|
255994
|
-
|
|
255995
|
-
|
|
255996
|
-
|
|
255997
|
-
|
|
256564
|
+
usePrelemImpression$1 as a$,
|
|
256565
|
+
patterns as a0,
|
|
256566
|
+
useCustomStyle$l as a1,
|
|
256567
|
+
prelemTypes as a2,
|
|
256568
|
+
useInView as a3,
|
|
256569
|
+
usePrelemImpression as a4,
|
|
256570
|
+
useContentData as a5,
|
|
256571
|
+
Container$1 as a6,
|
|
256572
|
+
Accordion$1 as a7,
|
|
256573
|
+
AccordionSummary$1 as a8,
|
|
256574
|
+
default_1$m as a9,
|
|
256575
|
+
FullWidthText as aA,
|
|
256576
|
+
FullWidthVideo as aB,
|
|
256577
|
+
ImageCrousel1 as aC,
|
|
256578
|
+
LeftAlignParagraphWithHeadline as aD,
|
|
256579
|
+
ProductSummary3 as aE,
|
|
256580
|
+
ProductSummaryViaVideo2 as aF,
|
|
256581
|
+
ServiceCard2 as aG,
|
|
256582
|
+
ServiceCardActivity as aH,
|
|
256583
|
+
ServiceShowcase as aI,
|
|
256584
|
+
ThePollZone as aJ,
|
|
256585
|
+
TheQuizZone as aK,
|
|
256586
|
+
ToggleButton as aL,
|
|
256587
|
+
useCustomStyle$r as aM,
|
|
256588
|
+
ImageRender$1 as aN,
|
|
256589
|
+
StartEndDateFormat as aO,
|
|
256590
|
+
useCustomStyle$q as aP,
|
|
256591
|
+
StarBegIcon as aQ,
|
|
256592
|
+
ImageRenderWithoutCrop$1 as aR,
|
|
256593
|
+
Chip as aS,
|
|
256594
|
+
VirtualIcon as aT,
|
|
256595
|
+
OfflineIcon as aU,
|
|
256596
|
+
handleEventStatus as aV,
|
|
256597
|
+
RecordedIcon as aW,
|
|
256598
|
+
DateTimeDurationFormat as aX,
|
|
256599
|
+
default_1$6 as aY,
|
|
256600
|
+
useCustomStyle$p as aZ,
|
|
256601
|
+
useCustomStyle$o as a_,
|
|
256602
|
+
AccordionDetails$1 as aa,
|
|
256603
|
+
DOMPurify as ab,
|
|
256604
|
+
SkeletonLoader as ac,
|
|
256605
|
+
ContentReplace as ad,
|
|
256606
|
+
useCustomStyle$k as ae,
|
|
256607
|
+
useClickImpression as af,
|
|
256608
|
+
useCustomStyle$d as ag,
|
|
256609
|
+
Slider$1 as ah,
|
|
256610
|
+
formCroppedUrlString as ai,
|
|
256611
|
+
useCustomStyle$b as aj,
|
|
256612
|
+
useCustomStyle$a as ak,
|
|
256613
|
+
BasicButton as al,
|
|
256614
|
+
default_1$5 as am,
|
|
256615
|
+
Article as an,
|
|
256616
|
+
Poll as ao,
|
|
256617
|
+
Quiz as ap,
|
|
256618
|
+
VideoLandingPage as aq,
|
|
256619
|
+
AllEvent as ar,
|
|
256620
|
+
Banner3 as as,
|
|
256621
|
+
Banner4 as at,
|
|
256622
|
+
BlogTiles as au,
|
|
256623
|
+
ChallengeSlider as av,
|
|
256624
|
+
ConnectWithUs as aw,
|
|
256625
|
+
DynamicPrelem as ax,
|
|
256626
|
+
DynamicVideo as ay,
|
|
256627
|
+
ExperienceZone as az,
|
|
255998
256628
|
showToastSuccess$1 as b,
|
|
255999
|
-
|
|
256000
|
-
|
|
256001
|
-
|
|
256002
|
-
|
|
256003
|
-
|
|
256004
|
-
|
|
256005
|
-
|
|
256006
|
-
|
|
256007
|
-
|
|
256008
|
-
|
|
256009
|
-
|
|
256010
|
-
|
|
256011
|
-
|
|
256012
|
-
|
|
256013
|
-
|
|
256014
|
-
|
|
256015
|
-
|
|
256016
|
-
useCustomStyle$
|
|
256017
|
-
|
|
256018
|
-
|
|
256019
|
-
|
|
256020
|
-
|
|
256629
|
+
useCustomStyle$n as b0,
|
|
256630
|
+
default_1$n as b1,
|
|
256631
|
+
useMediaQuery as b2,
|
|
256632
|
+
IconButton as b3,
|
|
256633
|
+
Search as b4,
|
|
256634
|
+
InputBase as b5,
|
|
256635
|
+
Cancel$1 as b6,
|
|
256636
|
+
TabContext as b7,
|
|
256637
|
+
TabList as b8,
|
|
256638
|
+
Tab as b9,
|
|
256639
|
+
TabPanel as ba,
|
|
256640
|
+
sortedData as bb,
|
|
256641
|
+
XCard7 as bc,
|
|
256642
|
+
TrackerCard as bd,
|
|
256643
|
+
XCard11 as be,
|
|
256644
|
+
fetchApi as bf,
|
|
256645
|
+
useCustomStyle$O as bg,
|
|
256646
|
+
useCustomStyle$M as bh,
|
|
256647
|
+
FormControlLabel as bi,
|
|
256648
|
+
Checkbox as bj,
|
|
256649
|
+
useCustomStyle$N as bk,
|
|
256650
|
+
DialogContent as bl,
|
|
256651
|
+
default_1$h as bm,
|
|
256652
|
+
ContentTypeWrapper as bn,
|
|
256653
|
+
PrelemsWrapper as bo,
|
|
256021
256654
|
ChallengeDetail as c,
|
|
256022
256655
|
EventDetail as d,
|
|
256023
|
-
|
|
256656
|
+
getSecureLocalStorageData as e,
|
|
256024
256657
|
format as f,
|
|
256025
|
-
|
|
256026
|
-
|
|
256027
|
-
|
|
256028
|
-
|
|
256029
|
-
|
|
256030
|
-
|
|
256658
|
+
getThreeDaysAgo as g,
|
|
256659
|
+
secondaryPropsObj as h,
|
|
256660
|
+
generateUtilityClasses as i,
|
|
256661
|
+
generateUtilityClass as j,
|
|
256662
|
+
styled as k,
|
|
256663
|
+
_objectWithoutPropertiesLoose$1 as l,
|
|
256031
256664
|
mutateApi as m,
|
|
256032
|
-
|
|
256033
|
-
|
|
256034
|
-
|
|
256035
|
-
|
|
256665
|
+
clsx$1 as n,
|
|
256666
|
+
composeClasses as o,
|
|
256667
|
+
getDefaultExportFromCjs as p,
|
|
256668
|
+
cx as q,
|
|
256036
256669
|
requireCreateSvgIcon as r,
|
|
256037
256670
|
showToastError$1 as s,
|
|
256038
|
-
|
|
256671
|
+
interopRequireDefaultExports as t,
|
|
256039
256672
|
useThemeProps as u,
|
|
256040
|
-
|
|
256041
|
-
|
|
256042
|
-
|
|
256043
|
-
|
|
256044
|
-
|
|
256673
|
+
makeStyles as v,
|
|
256674
|
+
handleHtmlTags$1 as w,
|
|
256675
|
+
Card$1 as x,
|
|
256676
|
+
CardMedia as y,
|
|
256677
|
+
CardContent as z
|
|
256045
256678
|
};
|