@platform-x/hcltechx-mfe-wrapper 2.0.45 → 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-DeVbaN8_.mjs → ArticleVodList-Bs9ijpwB.mjs} +2 -2
- package/{ArticleVodListComponent-CoHzkTS0.mjs → ArticleVodListComponent-BnjLfLwm.mjs} +3 -3
- package/{ChallengeDetailComponent-RAkHgta0.mjs → ChallengeDetailComponent-C3lBSiCO.mjs} +1 -1
- package/{CommonContentComponent-DkBSffTx.mjs → CommonContentComponent-CCv-d_M-.mjs} +2 -2
- package/{DailyMotion-CgxYWB3g.mjs → DailyMotion-RWjKjDHD.mjs} +1 -1
- package/{EngagementHomeComponent-DfT8n9Rs.mjs → EngagementHomeComponent-BYXxfmv7.mjs} +1 -1
- package/{EventDetailComponent-CbF7O1-b.mjs → EventDetailComponent-VTEJrJu_.mjs} +1 -1
- package/{EventList-C7RFvQjz.mjs → EventList-BW-wA_44.mjs} +16 -16
- package/{EventListComponent-CA50ctRf.mjs → EventListComponent-Ci8elP-X.mjs} +3 -3
- package/{Facebook-BJXzEbY5.mjs → Facebook-CPk2h2rP.mjs} +1 -1
- package/{FilePlayer-MtGoTGx2.mjs → FilePlayer-BBLDd1Pr.mjs} +1 -1
- package/{FilterModal-4ZYVnZpH.mjs → FilterModal-CGDgmks0.mjs} +3 -3
- package/{IndividualChallengeComponent-Db5zxjQ6.mjs → IndividualChallengeComponent-C7Sc5k9-.mjs} +1 -1
- package/{Kaltura-DfCnhxul.mjs → Kaltura-CScHcaqP.mjs} +1 -1
- package/{Mixcloud-B4DG8KOl.mjs → Mixcloud-BHnMcAod.mjs} +1 -1
- package/{Mux-Bp-Juh0B.mjs → Mux-BEC3XCxD.mjs} +1 -1
- package/{PageComponent-CkdAHdST.mjs → PageComponent-DnBJmV4O.mjs} +2 -2
- package/{Preview-Bw23KBkp.mjs → Preview-B__S16QX.mjs} +1 -1
- package/{RecentCarousel-tpaMLdQW.mjs → RecentCarousel-Dk_l1ZBL.mjs} +1 -1
- package/{Share-hBPzRrcU.mjs → Share-B8wQKnI3.mjs} +1 -1
- package/{SoundCloud-CqhgvSWz.mjs → SoundCloud-B0ANpIrS.mjs} +1 -1
- package/{Streamable-Lhkfbwfi.mjs → Streamable-CrKX1vP_.mjs} +1 -1
- package/{Twitch-GdYqvU_o.mjs → Twitch-6GuT__Mp.mjs} +1 -1
- package/{Vidyard-CBIBiM6P.mjs → Vidyard-Bk3xdNGL.mjs} +1 -1
- package/{Vimeo-kyKrg3EN.mjs → Vimeo-Wyktj5ez.mjs} +1 -1
- package/{Wistia-BGf3xSFD.mjs → Wistia-B9hGPB7U.mjs} +1 -1
- package/{YouTube-DXWmLx9D.mjs → YouTube-BlQMxUTQ.mjs} +1 -1
- package/{index-D1ATkp-E.mjs → index-8HpItIRw.mjs} +1115 -495
- package/{index-Bk70ORCz.mjs → index-9mZ3GTm1.mjs} +34 -32
- package/index.mjs +2 -2
- 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/package.json +1 -1
|
@@ -22320,7 +22320,7 @@ function getSecureLocalStorageData(o) {
|
|
|
22320
22320
|
}
|
|
22321
22321
|
const getThreeDaysAgo = () => {
|
|
22322
22322
|
const o = /* @__PURE__ */ new Date(), n = new Date(o);
|
|
22323
|
-
n.setUTCDate(o.getUTCDate() -
|
|
22323
|
+
n.setUTCDate(o.getUTCDate() - 3), n.setUTCHours(0, 0, 0, 0);
|
|
22324
22324
|
const i = n.getUTCFullYear(), a = String(n.getUTCMonth() + 1).padStart(2, "0"), A = String(n.getUTCDate()).padStart(2, "0");
|
|
22325
22325
|
return `${i}-${a}-${A}T00:00:00Z`;
|
|
22326
22326
|
};
|
|
@@ -26672,7 +26672,7 @@ function makeStyles(o, n = {}) {
|
|
|
26672
26672
|
`)), w;
|
|
26673
26673
|
};
|
|
26674
26674
|
}
|
|
26675
|
-
const useCustomStyle$
|
|
26675
|
+
const useCustomStyle$15 = makeStyles(() => ({
|
|
26676
26676
|
ImageRenderPrelemWrapper: {
|
|
26677
26677
|
"&.imageRenderAnimation": {
|
|
26678
26678
|
width: "100%",
|
|
@@ -26684,7 +26684,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26684
26684
|
}
|
|
26685
26685
|
}
|
|
26686
26686
|
})), ImageRender = (o = {}) => {
|
|
26687
|
-
const [n, i] = useState(!1), a = useCustomStyle$
|
|
26687
|
+
const [n, i] = useState(!1), a = useCustomStyle$15(), {
|
|
26688
26688
|
originalImage: A = {},
|
|
26689
26689
|
publishedImages: l = [],
|
|
26690
26690
|
imgOrder: g = {
|
|
@@ -26806,7 +26806,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26806
26806
|
] })
|
|
26807
26807
|
}
|
|
26808
26808
|
) }) });
|
|
26809
|
-
}, ImageRender$1 = React__default.memo(ImageRender), useCustomStyle$
|
|
26809
|
+
}, ImageRender$1 = React__default.memo(ImageRender), useCustomStyle$14 = makeStyles(() => {
|
|
26810
26810
|
const o = useTheme();
|
|
26811
26811
|
return {
|
|
26812
26812
|
articleDetailPageWrapper: {
|
|
@@ -26865,7 +26865,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26865
26865
|
}
|
|
26866
26866
|
}
|
|
26867
26867
|
};
|
|
26868
|
-
}), 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 = ({
|
|
26869
26869
|
content: o = {},
|
|
26870
26870
|
analytics: n,
|
|
26871
26871
|
authoringHelper: i,
|
|
@@ -26875,7 +26875,7 @@ const useCustomStyle$13 = makeStyles(() => ({
|
|
|
26875
26875
|
relativePath: g
|
|
26876
26876
|
}) => {
|
|
26877
26877
|
var _A, aa, _i, _u, _c, _d, _l, t0;
|
|
26878
|
-
const { bucketName: s = "", gcpUrl: u = "" } = a, p = useCustomStyle$
|
|
26878
|
+
const { bucketName: s = "", gcpUrl: u = "" } = a, p = useCustomStyle$14(), h = useTheme(), { ref: f } = useInView({
|
|
26879
26879
|
/* Optional options */
|
|
26880
26880
|
threshold: 0
|
|
26881
26881
|
}), E = useRef(!0), d = () => {
|
|
@@ -27617,7 +27617,7 @@ function FAQs({ faq: o }) {
|
|
|
27617
27617
|
)) });
|
|
27618
27618
|
}
|
|
27619
27619
|
const ImageRenderWithoutCrop = (o = {}) => {
|
|
27620
|
-
const [n, i] = useState(!1), a = useCustomStyle$
|
|
27620
|
+
const [n, i] = useState(!1), a = useCustomStyle$15(), {
|
|
27621
27621
|
originalImage: A = {},
|
|
27622
27622
|
height: l = "100%",
|
|
27623
27623
|
width: g = "100%",
|
|
@@ -28047,7 +28047,7 @@ const usePlatformAnalytics = () => {
|
|
|
28047
28047
|
l(IMPRESSIONS$1.PRELEM_IMPRESSION, s), g(IMPRESSIONS$1.TRACKID, u), A(!1);
|
|
28048
28048
|
}
|
|
28049
28049
|
}, [n, o == null ? void 0 : o.isAnalyticsEnabled]);
|
|
28050
|
-
}, useCustomStyle$
|
|
28050
|
+
}, useCustomStyle$13 = makeStyles(() => {
|
|
28051
28051
|
var n, i;
|
|
28052
28052
|
const o = useTheme();
|
|
28053
28053
|
return {
|
|
@@ -28439,7 +28439,7 @@ const usePlatformAnalytics = () => {
|
|
|
28439
28439
|
}
|
|
28440
28440
|
}
|
|
28441
28441
|
};
|
|
28442
|
-
}), useCustomStyle$
|
|
28442
|
+
}), useCustomStyle$12 = makeStyles(() => {
|
|
28443
28443
|
const o = useTheme();
|
|
28444
28444
|
return {
|
|
28445
28445
|
containerWp: {
|
|
@@ -28499,7 +28499,7 @@ const usePlatformAnalytics = () => {
|
|
|
28499
28499
|
}
|
|
28500
28500
|
};
|
|
28501
28501
|
}), ChallengeInfo = ({ isChallengeActive: o, handleSyncGuide: n }) => {
|
|
28502
|
-
const i = useCustomStyle$
|
|
28502
|
+
const i = useCustomStyle$12();
|
|
28503
28503
|
return /* @__PURE__ */ jsxs(Box, { className: i.containerWp, children: [
|
|
28504
28504
|
/* @__PURE__ */ jsxs(Box, { className: "LeftWp", children: [
|
|
28505
28505
|
/* @__PURE__ */ jsx(Box, { className: "iconWp", children: /* @__PURE__ */ jsx(Cached$1, {}) }),
|
|
@@ -28535,7 +28535,7 @@ const usePlatformAnalytics = () => {
|
|
|
28535
28535
|
deviceInfo: w,
|
|
28536
28536
|
userAchievedDistance: T,
|
|
28537
28537
|
totalParticipateCount: _e
|
|
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$
|
|
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();
|
|
28539
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);
|
|
28540
28540
|
const { ref: v0, inView: C0 } = useInView({
|
|
28541
28541
|
/* Optional options */
|
|
@@ -212141,7 +212141,7 @@ class Brightcove {
|
|
|
212141
212141
|
this.playerObj && ((i = (n = this.playerObj) == null ? void 0 : n.dispose) == null || i.call(n));
|
|
212142
212142
|
}
|
|
212143
212143
|
}
|
|
212144
|
-
const useCustomStyle
|
|
212144
|
+
const useCustomStyle$11 = makeStyles(() => {
|
|
212145
212145
|
const o = useTheme();
|
|
212146
212146
|
return {
|
|
212147
212147
|
brightcovePlayerWrapper: {
|
|
@@ -212169,7 +212169,7 @@ const useCustomStyle$$ = makeStyles(() => {
|
|
|
212169
212169
|
analyticsEnable: l,
|
|
212170
212170
|
setPlayVideo: g
|
|
212171
212171
|
}) => {
|
|
212172
|
-
const s = useMemo(() => new Brightcove(), []), u = useCustomStyle
|
|
212172
|
+
const s = useMemo(() => new Brightcove(), []), u = useCustomStyle$11(), h = "elm-" + generateRandomNumber().toString(36), [, f] = usePlatformAnalytics(), E = {
|
|
212173
212173
|
"VOD Title": "VOD Title",
|
|
212174
212174
|
"Video Length": 0
|
|
212175
212175
|
}, d = `
|
|
@@ -212263,7 +212263,7 @@ BrightcovePlayer$1.defaultProps = {
|
|
|
212263
212263
|
const BrightcovePlayer$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
212264
212264
|
__proto__: null,
|
|
212265
212265
|
default: BrightcovePlayer$1
|
|
212266
|
-
}, Symbol.toStringTag, { value: "Module" })), useCustomStyle$
|
|
212266
|
+
}, Symbol.toStringTag, { value: "Module" })), useCustomStyle$10 = makeStyles((o) => {
|
|
212267
212267
|
var n, i;
|
|
212268
212268
|
return {
|
|
212269
212269
|
XCard7Wrapper: {
|
|
@@ -212408,7 +212408,7 @@ const BrightcovePlayer$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
212408
212408
|
};
|
|
212409
212409
|
}), XCard7 = ({ content: o, onCardClick: n, secondaryArgs: i = {} }) => {
|
|
212410
212410
|
var p, h, f, E, d, C, w;
|
|
212411
|
-
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)}`;
|
|
212412
212412
|
return /* @__PURE__ */ jsxs(
|
|
212413
212413
|
Box,
|
|
212414
212414
|
{
|
|
@@ -212753,7 +212753,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212753
212753
|
canPlay: import_patterns.canPlay.youtube,
|
|
212754
212754
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212755
212755
|
/* webpackChunkName: 'reactPlayerYouTube' */
|
|
212756
|
-
"./YouTube-
|
|
212756
|
+
"./YouTube-BlQMxUTQ.mjs"
|
|
212757
212757
|
).then((o) => o.Y))
|
|
212758
212758
|
},
|
|
212759
212759
|
{
|
|
@@ -212762,7 +212762,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212762
212762
|
canPlay: import_patterns.canPlay.soundcloud,
|
|
212763
212763
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212764
212764
|
/* webpackChunkName: 'reactPlayerSoundCloud' */
|
|
212765
|
-
"./SoundCloud-
|
|
212765
|
+
"./SoundCloud-B0ANpIrS.mjs"
|
|
212766
212766
|
).then((o) => o.S))
|
|
212767
212767
|
},
|
|
212768
212768
|
{
|
|
@@ -212771,7 +212771,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212771
212771
|
canPlay: import_patterns.canPlay.vimeo,
|
|
212772
212772
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212773
212773
|
/* webpackChunkName: 'reactPlayerVimeo' */
|
|
212774
|
-
"./Vimeo-
|
|
212774
|
+
"./Vimeo-Wyktj5ez.mjs"
|
|
212775
212775
|
).then((o) => o.V))
|
|
212776
212776
|
},
|
|
212777
212777
|
{
|
|
@@ -212780,7 +212780,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212780
212780
|
canPlay: import_patterns.canPlay.mux,
|
|
212781
212781
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212782
212782
|
/* webpackChunkName: 'reactPlayerMux' */
|
|
212783
|
-
"./Mux-
|
|
212783
|
+
"./Mux-BEC3XCxD.mjs"
|
|
212784
212784
|
).then((o) => o.M))
|
|
212785
212785
|
},
|
|
212786
212786
|
{
|
|
@@ -212789,7 +212789,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212789
212789
|
canPlay: import_patterns.canPlay.facebook,
|
|
212790
212790
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212791
212791
|
/* webpackChunkName: 'reactPlayerFacebook' */
|
|
212792
|
-
"./Facebook-
|
|
212792
|
+
"./Facebook-CPk2h2rP.mjs"
|
|
212793
212793
|
).then((o) => o.F))
|
|
212794
212794
|
},
|
|
212795
212795
|
{
|
|
@@ -212798,7 +212798,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212798
212798
|
canPlay: import_patterns.canPlay.streamable,
|
|
212799
212799
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212800
212800
|
/* webpackChunkName: 'reactPlayerStreamable' */
|
|
212801
|
-
"./Streamable-
|
|
212801
|
+
"./Streamable-CrKX1vP_.mjs"
|
|
212802
212802
|
).then((o) => o.S))
|
|
212803
212803
|
},
|
|
212804
212804
|
{
|
|
@@ -212807,7 +212807,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212807
212807
|
canPlay: import_patterns.canPlay.wistia,
|
|
212808
212808
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212809
212809
|
/* webpackChunkName: 'reactPlayerWistia' */
|
|
212810
|
-
"./Wistia-
|
|
212810
|
+
"./Wistia-B9hGPB7U.mjs"
|
|
212811
212811
|
).then((o) => o.W))
|
|
212812
212812
|
},
|
|
212813
212813
|
{
|
|
@@ -212816,7 +212816,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212816
212816
|
canPlay: import_patterns.canPlay.twitch,
|
|
212817
212817
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212818
212818
|
/* webpackChunkName: 'reactPlayerTwitch' */
|
|
212819
|
-
"./Twitch-
|
|
212819
|
+
"./Twitch-6GuT__Mp.mjs"
|
|
212820
212820
|
).then((o) => o.T))
|
|
212821
212821
|
},
|
|
212822
212822
|
{
|
|
@@ -212825,7 +212825,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212825
212825
|
canPlay: import_patterns.canPlay.dailymotion,
|
|
212826
212826
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212827
212827
|
/* webpackChunkName: 'reactPlayerDailyMotion' */
|
|
212828
|
-
"./DailyMotion-
|
|
212828
|
+
"./DailyMotion-RWjKjDHD.mjs"
|
|
212829
212829
|
).then((o) => o.D))
|
|
212830
212830
|
},
|
|
212831
212831
|
{
|
|
@@ -212834,7 +212834,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212834
212834
|
canPlay: import_patterns.canPlay.mixcloud,
|
|
212835
212835
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212836
212836
|
/* webpackChunkName: 'reactPlayerMixcloud' */
|
|
212837
|
-
"./Mixcloud-
|
|
212837
|
+
"./Mixcloud-BHnMcAod.mjs"
|
|
212838
212838
|
).then((o) => o.M))
|
|
212839
212839
|
},
|
|
212840
212840
|
{
|
|
@@ -212843,7 +212843,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212843
212843
|
canPlay: import_patterns.canPlay.vidyard,
|
|
212844
212844
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212845
212845
|
/* webpackChunkName: 'reactPlayerVidyard' */
|
|
212846
|
-
"./Vidyard-
|
|
212846
|
+
"./Vidyard-Bk3xdNGL.mjs"
|
|
212847
212847
|
).then((o) => o.V))
|
|
212848
212848
|
},
|
|
212849
212849
|
{
|
|
@@ -212852,7 +212852,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212852
212852
|
canPlay: import_patterns.canPlay.kaltura,
|
|
212853
212853
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212854
212854
|
/* webpackChunkName: 'reactPlayerKaltura' */
|
|
212855
|
-
"./Kaltura-
|
|
212855
|
+
"./Kaltura-CScHcaqP.mjs"
|
|
212856
212856
|
).then((o) => o.K))
|
|
212857
212857
|
},
|
|
212858
212858
|
{
|
|
@@ -212862,7 +212862,7 @@ var players = __toCommonJS$4(players_exports), import_utils$2 = utils$2, import_
|
|
|
212862
212862
|
canEnablePIP: (o) => import_patterns.canPlay.file(o) && (document.pictureInPictureEnabled || (0, import_utils$2.supportsWebKitPresentationMode)()) && !import_patterns.AUDIO_EXTENSIONS.test(o),
|
|
212863
212863
|
lazyPlayer: (0, import_utils$2.lazy)(() => import(
|
|
212864
212864
|
/* webpackChunkName: 'reactPlayerFilePlayer' */
|
|
212865
|
-
"./FilePlayer-
|
|
212865
|
+
"./FilePlayer-BBLDd1Pr.mjs"
|
|
212866
212866
|
).then((o) => o.F))
|
|
212867
212867
|
}
|
|
212868
212868
|
], safeIsNaN = Number.isNaN || function o(n) {
|
|
@@ -213358,7 +213358,7 @@ __export$1(ReactPlayer_exports, {
|
|
|
213358
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);
|
|
213359
213359
|
const Preview = (0, import_utils.lazy)(() => import(
|
|
213360
213360
|
/* webpackChunkName: 'reactPlayerPreview' */
|
|
213361
|
-
"./Preview-
|
|
213361
|
+
"./Preview-B__S16QX.mjs"
|
|
213362
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) => {
|
|
213363
213363
|
var i;
|
|
213364
213364
|
return i = class extends import_react.Component {
|
|
@@ -213481,7 +213481,7 @@ __export(src_exports, {
|
|
|
213481
213481
|
var lazy = __toCommonJS(src_exports), import_players = __toESM(players), import_ReactPlayer = ReactPlayer$1;
|
|
213482
213482
|
const fallback = import_players.default[import_players.default.length - 1];
|
|
213483
213483
|
var src_default = (0, import_ReactPlayer.createReactPlayer)(import_players.default, fallback);
|
|
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
|
|
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(() => {
|
|
213485
213485
|
var n, i, a;
|
|
213486
213486
|
const o = useTheme();
|
|
213487
213487
|
return {
|
|
@@ -213500,7 +213500,7 @@ const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "d
|
|
|
213500
213500
|
}
|
|
213501
213501
|
};
|
|
213502
213502
|
}), VideoPlayer = ({ playerProp: o }) => {
|
|
213503
|
-
const n = useCustomStyle
|
|
213503
|
+
const n = useCustomStyle$$(), {
|
|
213504
213504
|
muted: i = !0,
|
|
213505
213505
|
playing: a = !0,
|
|
213506
213506
|
height: A = "100%",
|
|
@@ -213532,7 +213532,7 @@ const ReactPlayer = /* @__PURE__ */ getDefaultExportFromCjs(lazy), PlayIcon = "d
|
|
|
213532
213532
|
playIcon: /* @__PURE__ */ jsx("img", { alt: "play", width: 44, height: 44, className: "smallPlayIcon", src: PlayIcon })
|
|
213533
213533
|
}
|
|
213534
213534
|
);
|
|
213535
|
-
}, useCustomStyle$
|
|
213535
|
+
}, useCustomStyle$_ = makeStyles((o) => ({
|
|
213536
213536
|
EventDetailWrapper: {
|
|
213537
213537
|
"&.EventDetailBg": {
|
|
213538
213538
|
background: o.palette.prelemType1.BACKGROUND,
|
|
@@ -213961,7 +213961,7 @@ const EventDetail = ({
|
|
|
213961
213961
|
registeredParticipants: f,
|
|
213962
213962
|
meetingLink: E = "",
|
|
213963
213963
|
isStarted: d = !1
|
|
213964
|
-
} = 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 = () => {
|
|
213965
213965
|
s || _l(!0);
|
|
213966
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({
|
|
213967
213967
|
/* Optional options */
|
|
@@ -214036,342 +214036,332 @@ const EventDetail = ({
|
|
|
214036
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",
|
|
214037
214037
|
Poster: O2 = null
|
|
214038
214038
|
} = m2;
|
|
214039
|
-
return /* @__PURE__ */ jsx(Fragment, { children: _i ? /* @__PURE__ */ jsx(
|
|
214040
|
-
|
|
214039
|
+
return /* @__PURE__ */ jsx(Fragment, { children: _i ? /* @__PURE__ */ jsx(Agora, { callBack: () => _u(!1), meetingLink: E, userName: I0 }) : /* @__PURE__ */ jsxs(
|
|
214040
|
+
"div",
|
|
214041
214041
|
{
|
|
214042
|
-
|
|
214043
|
-
|
|
214044
|
-
|
|
214045
|
-
|
|
214046
|
-
|
|
214047
|
-
|
|
214048
|
-
|
|
214049
|
-
|
|
214050
|
-
|
|
214051
|
-
|
|
214052
|
-
|
|
214053
|
-
|
|
214054
|
-
|
|
214055
|
-
|
|
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(
|
|
214056
214069
|
Box,
|
|
214057
214070
|
{
|
|
214058
214071
|
sx: {
|
|
214059
|
-
|
|
214060
|
-
|
|
214061
|
-
|
|
214062
|
-
|
|
214063
|
-
|
|
214064
|
-
|
|
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" }
|
|
214065
214080
|
},
|
|
214066
214081
|
children: /* @__PURE__ */ jsx(
|
|
214067
|
-
|
|
214082
|
+
default_1$l,
|
|
214068
214083
|
{
|
|
214069
|
-
|
|
214070
|
-
|
|
214071
|
-
|
|
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" }
|
|
214072
214095
|
}
|
|
214073
214096
|
}
|
|
214074
214097
|
)
|
|
214075
214098
|
}
|
|
214076
|
-
)
|
|
214077
|
-
|
|
214078
|
-
|
|
214079
|
-
|
|
214080
|
-
|
|
214081
|
-
|
|
214082
|
-
|
|
214083
|
-
|
|
214084
|
-
|
|
214085
|
-
|
|
214086
|
-
|
|
214087
|
-
width: { xs: "45px", md: "77px" },
|
|
214088
|
-
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"
|
|
214089
214110
|
},
|
|
214090
|
-
|
|
214091
|
-
|
|
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,
|
|
214092
214129
|
{
|
|
214093
|
-
onClick: t0,
|
|
214094
|
-
"data-testid": "play-vod-enable",
|
|
214095
214130
|
style: {
|
|
214096
|
-
|
|
214097
|
-
|
|
214098
|
-
|
|
214099
|
-
|
|
214100
|
-
|
|
214131
|
+
position: "absolute",
|
|
214132
|
+
top: 0,
|
|
214133
|
+
left: 0,
|
|
214134
|
+
height: "100%",
|
|
214135
|
+
width: "100%",
|
|
214136
|
+
borderRadius: C.borderRadius.value,
|
|
214137
|
+
overflow: "hidden"
|
|
214101
214138
|
},
|
|
214102
|
-
|
|
214103
|
-
|
|
214104
|
-
|
|
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
|
+
) })
|
|
214105
214154
|
}
|
|
214106
214155
|
)
|
|
214107
|
-
|
|
214108
|
-
),
|
|
214109
|
-
/* @__PURE__ */ jsxs(
|
|
214110
|
-
Box,
|
|
214111
|
-
{
|
|
214112
|
-
className: "gradient",
|
|
214113
|
-
sx: {
|
|
214114
|
-
height: {
|
|
214115
|
-
md: "500px",
|
|
214116
|
-
sm: "500px",
|
|
214117
|
-
xs: "321px",
|
|
214118
|
-
lg: "500px"
|
|
214119
|
-
},
|
|
214120
|
-
borderRadius: C.borderRadius.value,
|
|
214121
|
-
overflow: "hidden"
|
|
214122
|
-
},
|
|
214123
|
-
children: [
|
|
214124
|
-
/* @__PURE__ */ jsx(
|
|
214125
|
-
"img",
|
|
214126
|
-
{
|
|
214127
|
-
src: formRelativeURL(
|
|
214128
|
-
a == null ? void 0 : a.gcpUrl,
|
|
214129
|
-
a == null ? void 0 : a.bucketName,
|
|
214130
|
-
j0
|
|
214131
|
-
),
|
|
214132
|
-
alt: "Thumbnail_Image",
|
|
214133
|
-
style: { width: "100%", height: "100%", objectFit: "cover" }
|
|
214134
|
-
}
|
|
214135
|
-
),
|
|
214136
|
-
_d && typeof window < "u" && /* @__PURE__ */ jsx(
|
|
214137
|
-
Box,
|
|
214138
|
-
{
|
|
214139
|
-
style: {
|
|
214140
|
-
position: "absolute",
|
|
214141
|
-
top: 0,
|
|
214142
|
-
left: 0,
|
|
214143
|
-
height: "100%",
|
|
214144
|
-
width: "100%",
|
|
214145
|
-
borderRadius: C.borderRadius.value,
|
|
214146
|
-
overflow: "hidden"
|
|
214147
|
-
},
|
|
214148
|
-
children: /* @__PURE__ */ jsx(Suspense, { fallback: "Loading...", children: /* @__PURE__ */ jsx(
|
|
214149
|
-
BrightcovePlayer$1,
|
|
214150
|
-
{
|
|
214151
|
-
analytics: n,
|
|
214152
|
-
analyticsEnable: o == null ? void 0 : o.analytics_enable,
|
|
214153
|
-
prelemTitle: "Videolanding Page",
|
|
214154
|
-
VideoData: {
|
|
214155
|
-
VideoID: W0,
|
|
214156
|
-
PlayerID: r2,
|
|
214157
|
-
AccountID: J0,
|
|
214158
|
-
PlaylistID: O2
|
|
214159
|
-
},
|
|
214160
|
-
setPlayVideo: _l
|
|
214161
|
-
}
|
|
214162
|
-
) })
|
|
214163
|
-
}
|
|
214164
|
-
)
|
|
214165
|
-
]
|
|
214166
|
-
}
|
|
214167
|
-
)
|
|
214168
|
-
] }) }) : /* @__PURE__ */ jsx(Box, { className: "imageWrapper", children: /* @__PURE__ */ jsx(
|
|
214169
|
-
ImageRenderWithoutCrop$1,
|
|
214170
|
-
{
|
|
214171
|
-
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,
|
|
214172
|
-
secondaryArgs: a
|
|
214156
|
+
]
|
|
214173
214157
|
}
|
|
214174
|
-
)
|
|
214175
|
-
|
|
214176
|
-
|
|
214177
|
-
|
|
214178
|
-
|
|
214179
|
-
|
|
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,
|
|
214180
214212
|
{
|
|
214181
|
-
|
|
214182
|
-
variant: "
|
|
214183
|
-
|
|
214184
|
-
|
|
214185
|
-
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"
|
|
214186
214217
|
}
|
|
214187
|
-
)
|
|
214188
|
-
|
|
214189
|
-
Chip,
|
|
214218
|
+
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214219
|
+
Button,
|
|
214190
214220
|
{
|
|
214191
|
-
|
|
214192
|
-
|
|
214193
|
-
|
|
214194
|
-
|
|
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"
|
|
214195
214226
|
}
|
|
214196
|
-
)
|
|
214197
|
-
|
|
214198
|
-
|
|
214199
|
-
|
|
214200
|
-
|
|
214201
|
-
|
|
214202
|
-
|
|
214203
|
-
/* @__PURE__ */ jsx("li", { children: t2() })
|
|
214204
|
-
] }),
|
|
214205
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: "Participants" })
|
|
214206
|
-
] }) : null
|
|
214207
|
-
] }) }) }),
|
|
214208
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214209
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h2bold", id: "title", children: o == null ? void 0 : o.title }),
|
|
214210
|
-
!(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) })
|
|
214211
|
-
] }) }),
|
|
214212
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 6, children: /* @__PURE__ */ jsx(
|
|
214213
|
-
Box,
|
|
214214
|
-
{
|
|
214215
|
-
className: "buttonsright",
|
|
214216
|
-
sx: { display: "flex", gap: 1, justifyContent: "flex-end" },
|
|
214217
|
-
children: (() => {
|
|
214218
|
-
var _0, p2, N2, c2;
|
|
214219
|
-
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(
|
|
214220
|
-
Button,
|
|
214221
|
-
{
|
|
214222
|
-
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214223
|
-
variant: "tertiaryButton3",
|
|
214224
|
-
onClick: t0,
|
|
214225
|
-
children: "Watch Now"
|
|
214226
|
-
}
|
|
214227
|
-
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214228
|
-
Button,
|
|
214229
|
-
{
|
|
214230
|
-
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214231
|
-
variant: "tertiaryButton3",
|
|
214232
|
-
disabled: !0,
|
|
214233
|
-
onClick: R0,
|
|
214234
|
-
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214235
|
-
}
|
|
214236
|
-
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214237
|
-
Button,
|
|
214238
|
-
{
|
|
214239
|
-
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214240
|
-
disabled: !Y,
|
|
214241
|
-
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214242
|
-
children: ga
|
|
214243
|
-
}
|
|
214244
|
-
) : /* @__PURE__ */ jsx(Button, { variant: "primaryButton1", disabled: !0, onClick: R0, children: "Registration full" });
|
|
214245
|
-
})()
|
|
214246
|
-
}
|
|
214247
|
-
) }),
|
|
214248
|
-
/* @__PURE__ */ jsx(Grid, { xs: 12, sm: 12, md: 12, children: /* @__PURE__ */ jsxs(Box, { className: "bottomcontent", children: [
|
|
214249
|
-
$0 > 0 ? /* @__PURE__ */ jsx(Box, { className: "PX-AddressWp", children: /* @__PURE__ */ jsxs(Box, { className: "PX-Top", children: [
|
|
214250
|
-
/* @__PURE__ */ jsx(LocationOnOutlined, {}),
|
|
214251
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h6regular", children: o == null ? void 0 : o.location })
|
|
214252
|
-
] }) }) : null,
|
|
214253
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", children: "About this event" }),
|
|
214254
|
-
/* @__PURE__ */ jsx(
|
|
214255
|
-
Typography,
|
|
214256
|
-
{
|
|
214257
|
-
sx: { wordWrap: "break-word", textAlign: "justify" },
|
|
214258
|
-
variant: "h6regular",
|
|
214259
|
-
id: "description",
|
|
214260
|
-
dangerouslySetInnerHTML: {
|
|
214261
|
-
__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
|
|
214262
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)
|
|
214263
214253
|
}
|
|
214264
|
-
|
|
214265
|
-
|
|
214266
|
-
|
|
214267
|
-
|
|
214268
|
-
|
|
214269
|
-
|
|
214270
|
-
|
|
214271
|
-
{
|
|
214272
|
-
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214273
|
-
variant: "tertiaryButton3",
|
|
214274
|
-
onClick: t0,
|
|
214275
|
-
children: "Watch Now"
|
|
214276
|
-
}
|
|
214277
|
-
) : h && !((N2 = o == null ? void 0 : o.event_type) != null && N2.includes("Virtual")) ? /* @__PURE__ */ jsx(
|
|
214278
|
-
Button,
|
|
214279
|
-
{
|
|
214280
|
-
startIcon: /* @__PURE__ */ jsx(Done$1, {}),
|
|
214281
|
-
variant: "tertiaryButton3",
|
|
214282
|
-
disabled: !0,
|
|
214283
|
-
onClick: R0,
|
|
214284
|
-
children: new Date(o == null ? void 0 : o.end_date_time) < /* @__PURE__ */ new Date() ? "Event Ended" : "Registered"
|
|
214285
|
-
}
|
|
214286
|
-
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214287
|
-
Button,
|
|
214288
|
-
{
|
|
214289
|
-
variant: Y ? "tertiaryButton1" : "primaryButton1",
|
|
214290
|
-
disabled: !Y,
|
|
214291
|
-
onClick: (c2 = o == null ? void 0 : o.event_type) != null && c2.includes("Virtual") && ga === "Join Now" ? () => _u(!0) : R0,
|
|
214292
|
-
children: ga
|
|
214293
|
-
}
|
|
214294
|
-
) : /* @__PURE__ */ jsx(
|
|
214295
|
-
Button,
|
|
214296
|
-
{
|
|
214297
|
-
variant: "primaryButton1",
|
|
214298
|
-
disabled: !0,
|
|
214299
|
-
onClick: R0,
|
|
214300
|
-
children: "Registration full"
|
|
214301
|
-
}
|
|
214302
|
-
);
|
|
214303
|
-
})() }),
|
|
214304
|
-
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(
|
|
214305
214261
|
Button,
|
|
214306
214262
|
{
|
|
214307
|
-
|
|
214308
|
-
|
|
214309
|
-
|
|
214310
|
-
|
|
214311
|
-
content_type: "registration"
|
|
214312
|
-
},
|
|
214313
|
-
l
|
|
214314
|
-
),
|
|
214315
|
-
children: "Generate QR"
|
|
214263
|
+
startIcon: /* @__PURE__ */ jsx(PlayCircle, {}),
|
|
214264
|
+
variant: "tertiaryButton3",
|
|
214265
|
+
onClick: t0,
|
|
214266
|
+
children: "Watch Now"
|
|
214316
214267
|
}
|
|
214317
|
-
)
|
|
214318
|
-
(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(
|
|
214319
214269
|
Button,
|
|
214320
214270
|
{
|
|
214321
|
-
|
|
214322
|
-
variant: "
|
|
214323
|
-
|
|
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"
|
|
214324
214276
|
}
|
|
214325
|
-
)
|
|
214326
|
-
|
|
214327
|
-
] }) })
|
|
214328
|
-
] })
|
|
214329
|
-
] }),
|
|
214330
|
-
/* @__PURE__ */ jsx(Box, { className: "morelikeSection", children: /* @__PURE__ */ jsxs(
|
|
214331
|
-
Container$1,
|
|
214332
|
-
{
|
|
214333
|
-
className: i != null && i.isEditPage ? "grid_full_width" : "grid_container",
|
|
214334
|
-
children: [
|
|
214335
|
-
/* @__PURE__ */ jsx(Typography, { variant: "h4bold", mt: "0", children: "More like this" }),
|
|
214336
|
-
/* @__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(
|
|
214337
|
-
(_0) => /* @__PURE__ */ jsx(
|
|
214338
|
-
XCard7,
|
|
214277
|
+
) : Z0() ? /* @__PURE__ */ jsx(
|
|
214278
|
+
Button,
|
|
214339
214279
|
{
|
|
214340
|
-
|
|
214341
|
-
|
|
214342
|
-
|
|
214343
|
-
|
|
214344
|
-
}
|
|
214345
|
-
|
|
214346
|
-
|
|
214347
|
-
) }) : /* @__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(
|
|
214348
|
-
(_0) => /* @__PURE__ */ jsx(
|
|
214349
|
-
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,
|
|
214350
214287
|
{
|
|
214351
|
-
|
|
214352
|
-
|
|
214353
|
-
|
|
214354
|
-
|
|
214355
|
-
|
|
214356
|
-
)
|
|
214357
|
-
|
|
214358
|
-
|
|
214359
|
-
|
|
214360
|
-
|
|
214361
|
-
|
|
214362
|
-
|
|
214363
|
-
|
|
214364
|
-
|
|
214365
|
-
|
|
214366
|
-
|
|
214367
|
-
|
|
214368
|
-
|
|
214369
|
-
|
|
214370
|
-
|
|
214371
|
-
|
|
214372
|
-
|
|
214373
|
-
|
|
214374
|
-
|
|
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
|
+
}
|
|
214375
214365
|
) });
|
|
214376
214366
|
};
|
|
214377
214367
|
EventDetail.defaultProps = {
|
|
@@ -214557,7 +214547,7 @@ Proin lacinia lacinia felis, sed vehicula nunc lobortis quis. Nunc sit amet libe
|
|
|
214557
214547
|
pageId: 12345,
|
|
214558
214548
|
prelemId: 23456,
|
|
214559
214549
|
pageTitle: "Event",
|
|
214560
|
-
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.",
|
|
214561
214551
|
pageTags: "Event, Service Box, Features, Products",
|
|
214562
214552
|
prelemTags: "Event, Service Box, Features, Products"
|
|
214563
214553
|
},
|
|
@@ -215203,7 +215193,7 @@ const SEARCH_COLLEAGUES = `
|
|
|
215203
215193
|
onChange: (l) => A(l.target.value)
|
|
215204
215194
|
}
|
|
215205
215195
|
);
|
|
215206
|
-
}, useCustomStyle$
|
|
215196
|
+
}, useCustomStyle$Z = makeStyles(() => {
|
|
215207
215197
|
const o = useTheme();
|
|
215208
215198
|
return {
|
|
215209
215199
|
PXInviteColleagueModal: {
|
|
@@ -215483,7 +215473,7 @@ function InviteColleagueModal({
|
|
|
215483
215473
|
userId: f,
|
|
215484
215474
|
constants: E
|
|
215485
215475
|
}) {
|
|
215486
|
-
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);
|
|
215487
215477
|
function v0(n1, Y2) {
|
|
215488
215478
|
const S2 = new Date(n1);
|
|
215489
215479
|
return S2.setDate(n1.getDate() + Y2), S2;
|
|
@@ -215867,7 +215857,7 @@ function InviteColleagueModal({
|
|
|
215867
215857
|
}
|
|
215868
215858
|
);
|
|
215869
215859
|
}
|
|
215870
|
-
const useCustomStyle$
|
|
215860
|
+
const useCustomStyle$Y = makeStyles(() => {
|
|
215871
215861
|
const o = useTheme();
|
|
215872
215862
|
return {
|
|
215873
215863
|
PXInviteColleagueModal: {
|
|
@@ -216098,7 +216088,7 @@ function InviteMoreModal({
|
|
|
216098
216088
|
derivedChallenge: s,
|
|
216099
216089
|
constants: u
|
|
216100
216090
|
}) {
|
|
216101
|
-
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);
|
|
216102
216092
|
function _u(h2, Z0) {
|
|
216103
216093
|
const t2 = new Date(h2);
|
|
216104
216094
|
return t2.setDate(h2.getDate() + Z0), t2;
|
|
@@ -216352,7 +216342,7 @@ var default_1$g = HighlightOffOutlined.default = void 0, _createSvgIcon$g = _int
|
|
|
216352
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"
|
|
216353
216343
|
}), "HighlightOffOutlined");
|
|
216354
216344
|
default_1$g = HighlightOffOutlined.default = _default$g;
|
|
216355
|
-
const useCustomStyle$
|
|
216345
|
+
const useCustomStyle$X = makeStyles(() => ({
|
|
216356
216346
|
PXCommonModal: {
|
|
216357
216347
|
"& .Platform-x-Paper-root": {
|
|
216358
216348
|
padding: "40px 20px !important",
|
|
@@ -216392,7 +216382,7 @@ function CommonModal({
|
|
|
216392
216382
|
confirmBtnText: s,
|
|
216393
216383
|
handleModal: u
|
|
216394
216384
|
}) {
|
|
216395
|
-
const p = useCustomStyle$
|
|
216385
|
+
const p = useCustomStyle$X();
|
|
216396
216386
|
return /* @__PURE__ */ jsxs(Dialog, { className: p.PXCommonModal, fullWidth: !0, open: o, onClose: i, children: [
|
|
216397
216387
|
/* @__PURE__ */ jsx(
|
|
216398
216388
|
DialogContent,
|
|
@@ -216446,7 +216436,7 @@ function CommonModal({
|
|
|
216446
216436
|
)
|
|
216447
216437
|
] });
|
|
216448
216438
|
}
|
|
216449
|
-
const useCustomStyle$
|
|
216439
|
+
const useCustomStyle$W = makeStyles(() => {
|
|
216450
216440
|
var n, i, a, A;
|
|
216451
216441
|
const o = useTheme();
|
|
216452
216442
|
return {
|
|
@@ -216681,7 +216671,7 @@ function ManageRequestModal({
|
|
|
216681
216671
|
isAccepted: E,
|
|
216682
216672
|
userId: d
|
|
216683
216673
|
}) {
|
|
216684
|
-
const [C, w] = useState("Received"), T = useCustomStyle$
|
|
216674
|
+
const [C, w] = useState("Received"), T = useCustomStyle$W(), [_e, Y] = useState(null), _r = (_l, t0) => {
|
|
216685
216675
|
w(t0);
|
|
216686
216676
|
}, ga = useTheme(), ya = useMediaQuery(ga.breakpoints.up("sm")), _A = useMediaQuery(ga.breakpoints.down("sm")), [aa, _i] = useState(!1);
|
|
216687
216677
|
useEffect(() => {
|
|
@@ -217082,7 +217072,7 @@ function ManageRequestModal({
|
|
|
217082
217072
|
}
|
|
217083
217073
|
);
|
|
217084
217074
|
}
|
|
217085
|
-
const useCustomStyle$
|
|
217075
|
+
const useCustomStyle$V = makeStyles(() => {
|
|
217086
217076
|
const o = useTheme();
|
|
217087
217077
|
return {
|
|
217088
217078
|
PXParticipantsModal: {
|
|
@@ -217176,7 +217166,7 @@ function ParticipantsModal({
|
|
|
217176
217166
|
loading: g = !1,
|
|
217177
217167
|
userId: s
|
|
217178
217168
|
}) {
|
|
217179
|
-
const u = useCustomStyle$
|
|
217169
|
+
const u = useCustomStyle$V(), [p, h] = useState(!1), [f, E] = useState(null), d = () => {
|
|
217180
217170
|
h(!p), E(null);
|
|
217181
217171
|
}, C = async () => {
|
|
217182
217172
|
await A("remove", f == null ? void 0 : f.derived_challenge_id, f == null ? void 0 : f.user_id), d();
|
|
@@ -217257,7 +217247,7 @@ var default_1$e = MoreVert.default = void 0, _createSvgIcon$e = _interopRequireD
|
|
|
217257
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"
|
|
217258
217248
|
}), "MoreVert");
|
|
217259
217249
|
default_1$e = MoreVert.default = _default$e;
|
|
217260
|
-
const useCustomStyle$
|
|
217250
|
+
const useCustomStyle$U = makeStyles(() => {
|
|
217261
217251
|
const o = useTheme();
|
|
217262
217252
|
return {
|
|
217263
217253
|
UpcomingChallengesCard: {
|
|
@@ -217390,7 +217380,7 @@ const useCustomStyle$S = makeStyles(() => {
|
|
|
217390
217380
|
), h(null), _e();
|
|
217391
217381
|
}, _r = () => {
|
|
217392
217382
|
h(null);
|
|
217393
|
-
}, ga = useCustomStyle$
|
|
217383
|
+
}, ga = useCustomStyle$U(), ya = () => {
|
|
217394
217384
|
d(!E);
|
|
217395
217385
|
}, _A = () => {
|
|
217396
217386
|
var O0, R0, X0;
|
|
@@ -217522,7 +217512,7 @@ margin: 0}
|
|
|
217522
217512
|
}
|
|
217523
217513
|
)
|
|
217524
217514
|
] });
|
|
217525
|
-
}, useCustomStyle$
|
|
217515
|
+
}, useCustomStyle$T = makeStyles(() => {
|
|
217526
217516
|
const o = useTheme();
|
|
217527
217517
|
return {
|
|
217528
217518
|
PXVideoModalWrapper: {
|
|
@@ -217609,7 +217599,7 @@ margin: 0}
|
|
|
217609
217599
|
};
|
|
217610
217600
|
});
|
|
217611
217601
|
function VideoModal({ isDialogOpen: o, handleClose: n, content: i, analytics: a }) {
|
|
217612
|
-
const A = useCustomStyle$
|
|
217602
|
+
const A = useCustomStyle$T(), [l, g] = useState(!0), { video: s = [] } = i, [u = {}] = s, {
|
|
217613
217603
|
_vod_account_id: p = "",
|
|
217614
217604
|
_vod_video_id: h = "",
|
|
217615
217605
|
PlayerID: f = "default",
|
|
@@ -217647,7 +217637,7 @@ function VideoModal({ isDialogOpen: o, handleClose: n, content: i, analytics: a
|
|
|
217647
217637
|
}
|
|
217648
217638
|
);
|
|
217649
217639
|
}
|
|
217650
|
-
const useCustomStyle$
|
|
217640
|
+
const useCustomStyle$S = makeStyles(() => {
|
|
217651
217641
|
var n, i;
|
|
217652
217642
|
const o = useTheme();
|
|
217653
217643
|
return {
|
|
@@ -218186,7 +218176,7 @@ const useCustomStyle$Q = makeStyles(() => {
|
|
|
218186
218176
|
isEnrolled: _l
|
|
218187
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), {
|
|
218188
218178
|
prelemBaseEndpoint: { site_host: L1, language: n1 }
|
|
218189
|
-
} = a, Y2 = useCustomStyle$
|
|
218179
|
+
} = a, Y2 = useCustomStyle$S(), S2 = localStorage.getItem("device_platform"), { ref: v2, inView: g2 } = useInView({
|
|
218190
218180
|
/* Optional options */
|
|
218191
218181
|
threshold: 0
|
|
218192
218182
|
}), A1 = (mI, UI) => {
|
|
@@ -219850,7 +219840,7 @@ const SingleQuestion$1 = ({ data: o = [], callBack: n }) => {
|
|
|
219850
219840
|
}
|
|
219851
219841
|
)
|
|
219852
219842
|
] });
|
|
219853
|
-
}, Share$2 = lazy$2(() => import("./Share-
|
|
219843
|
+
}, Share$2 = lazy$2(() => import("./Share-B8wQKnI3.mjs")), Poll = ({
|
|
219854
219844
|
content: o,
|
|
219855
219845
|
onSubmit: n,
|
|
219856
219846
|
results: i = [],
|
|
@@ -221487,7 +221477,7 @@ const ViewAnswers = ({
|
|
|
221487
221477
|
)
|
|
221488
221478
|
}
|
|
221489
221479
|
);
|
|
221490
|
-
}, useCustomStyle$
|
|
221480
|
+
}, useCustomStyle$R = makeStyles(() => {
|
|
221491
221481
|
const o = useTheme();
|
|
221492
221482
|
return {
|
|
221493
221483
|
quizWrapper: {
|
|
@@ -221526,7 +221516,7 @@ const ViewAnswers = ({
|
|
|
221526
221516
|
}
|
|
221527
221517
|
}
|
|
221528
221518
|
};
|
|
221529
|
-
}), Share$1 = lazy$2(() => import("./Share-
|
|
221519
|
+
}), Share$1 = lazy$2(() => import("./Share-B8wQKnI3.mjs")), Quiz = ({
|
|
221530
221520
|
content: o,
|
|
221531
221521
|
analytics: n,
|
|
221532
221522
|
authoringHelper: i,
|
|
@@ -221534,7 +221524,7 @@ const ViewAnswers = ({
|
|
|
221534
221524
|
enablePreview: A = !1
|
|
221535
221525
|
}) => {
|
|
221536
221526
|
var O0, R0, X0, o2, U0, h2, Z0, t2, $0, s2;
|
|
221537
|
-
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 = () => {
|
|
221538
221528
|
var m2, x0, j0;
|
|
221539
221529
|
const M0 = o == null ? void 0 : o.current_page_url;
|
|
221540
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}`;
|
|
@@ -222555,7 +222545,7 @@ Quiz.defaultProps = {
|
|
|
222555
222545
|
]
|
|
222556
222546
|
}
|
|
222557
222547
|
};
|
|
222558
|
-
const useCustomStyle$
|
|
222548
|
+
const useCustomStyle$Q = makeStyles(() => {
|
|
222559
222549
|
const o = useTheme();
|
|
222560
222550
|
return {
|
|
222561
222551
|
videoDetailPageWrapper: {
|
|
@@ -222605,7 +222595,7 @@ const useCustomStyle$O = makeStyles(() => {
|
|
|
222605
222595
|
}
|
|
222606
222596
|
}
|
|
222607
222597
|
};
|
|
222608
|
-
}), 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(
|
|
222609
222599
|
() => Promise.resolve().then(() => BrightcovePlayer$2)
|
|
222610
222600
|
), latestVODs = [
|
|
222611
222601
|
{
|
|
@@ -222757,7 +222747,7 @@ const useCustomStyle$O = makeStyles(() => {
|
|
|
222757
222747
|
secondaryArgs: A = {},
|
|
222758
222748
|
filters: l,
|
|
222759
222749
|
relativePath: g
|
|
222760
|
-
} = o, { isAuthoring: s = !1 } = a, u = useCustomStyle$
|
|
222750
|
+
} = o, { isAuthoring: s = !1 } = a, u = useCustomStyle$Q(), p = () => {
|
|
222761
222751
|
var c0, h0, I0;
|
|
222762
222752
|
let u0 = n == null ? void 0 : n.current_page_url;
|
|
222763
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}`;
|
|
@@ -223211,7 +223201,7 @@ VideoLandingPage.defaultProps = {
|
|
|
223211
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"
|
|
223212
223202
|
}
|
|
223213
223203
|
};
|
|
223214
|
-
const useCustomStyle$
|
|
223204
|
+
const useCustomStyle$P = makeStyles(() => {
|
|
223215
223205
|
const o = useTheme();
|
|
223216
223206
|
return {
|
|
223217
223207
|
AllEventWrapper: {
|
|
@@ -223277,7 +223267,7 @@ const useCustomStyle$N = makeStyles(() => {
|
|
|
223277
223267
|
usePrelemImpression$1(n, o, a);
|
|
223278
223268
|
const A = useTheme();
|
|
223279
223269
|
useState("Events");
|
|
223280
|
-
const l = useCustomStyle$
|
|
223270
|
+
const l = useCustomStyle$P(), s = { ...{
|
|
223281
223271
|
slidesToShow: 4,
|
|
223282
223272
|
slidesToScroll: 1,
|
|
223283
223273
|
autoPlay: !0,
|
|
@@ -223509,7 +223499,7 @@ var default_1$9 = East.default = void 0, _createSvgIcon$9 = _interopRequireDefau
|
|
|
223509
223499
|
d: "m15 5-1.41 1.41L18.17 11H2v2h16.17l-4.59 4.59L15 19l7-7-7-7z"
|
|
223510
223500
|
}), "East");
|
|
223511
223501
|
default_1$9 = East.default = _default$9;
|
|
223512
|
-
const useCustomStyle$
|
|
223502
|
+
const useCustomStyle$O = makeStyles((o) => ({
|
|
223513
223503
|
XCard14Wrapper: {
|
|
223514
223504
|
"&.XCard14innderBox": {
|
|
223515
223505
|
border: "1px solid #E8E8E8",
|
|
@@ -223659,7 +223649,7 @@ const useCustomStyle$M = makeStyles((o) => ({
|
|
|
223659
223649
|
}
|
|
223660
223650
|
}
|
|
223661
223651
|
}
|
|
223662
|
-
})), useCustomStyle$
|
|
223652
|
+
})), useCustomStyle$N = makeStyles((o) => ({
|
|
223663
223653
|
FilterWrapper: {
|
|
223664
223654
|
position: "sticky",
|
|
223665
223655
|
top: "15px",
|
|
@@ -223755,7 +223745,7 @@ const useCustomStyle$M = makeStyles((o) => ({
|
|
|
223755
223745
|
}
|
|
223756
223746
|
}
|
|
223757
223747
|
}
|
|
223758
|
-
})), useCustomStyle$
|
|
223748
|
+
})), useCustomStyle$M = makeStyles((o) => {
|
|
223759
223749
|
var n, i;
|
|
223760
223750
|
return {
|
|
223761
223751
|
"@keyframes shimmer": {
|
|
@@ -225978,7 +225968,7 @@ var default_1$6 = KeyboardArrowRight.default = void 0, _createSvgIcon$6 = _inter
|
|
|
225978
225968
|
d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
225979
225969
|
}), "KeyboardArrowRight");
|
|
225980
225970
|
default_1$6 = KeyboardArrowRight.default = _default$6;
|
|
225981
|
-
const useCustomStyle$
|
|
225971
|
+
const useCustomStyle$L = makeStyles(() => {
|
|
225982
225972
|
const o = useTheme();
|
|
225983
225973
|
return {
|
|
225984
225974
|
sliderPrelemWrapper: {
|
|
@@ -226177,7 +226167,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226177
226167
|
animationType: w = "fadeIn",
|
|
226178
226168
|
//fadeIn, slideIn
|
|
226179
226169
|
cardGap: T = 8
|
|
226180
|
-
} = 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();
|
|
226181
226171
|
useEffect(() => {
|
|
226182
226172
|
const _c = debounce$1(() => {
|
|
226183
226173
|
debounce$1(Y(0), 100);
|
|
@@ -226270,7 +226260,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226270
226260
|
]
|
|
226271
226261
|
}
|
|
226272
226262
|
);
|
|
226273
|
-
}, useCustomStyle$
|
|
226263
|
+
}, useCustomStyle$K = makeStyles(() => {
|
|
226274
226264
|
const o = useTheme();
|
|
226275
226265
|
return {
|
|
226276
226266
|
customModalSliderWrapper: {
|
|
@@ -226376,7 +226366,7 @@ const useCustomStyle$J = makeStyles(() => {
|
|
|
226376
226366
|
openModal: a,
|
|
226377
226367
|
secondaryArgs: A
|
|
226378
226368
|
}) => {
|
|
226379
|
-
const l = useCustomStyle$
|
|
226369
|
+
const l = useCustomStyle$K(), g = o && o.map((u) => formCroppedUrlString(
|
|
226380
226370
|
A == null ? void 0 : A.gcpUrl,
|
|
226381
226371
|
A == null ? void 0 : A.bucketName,
|
|
226382
226372
|
u.Thumbnail ? u.Thumbnail : u.Url,
|
|
@@ -226797,7 +226787,7 @@ const usePrelemImpression = (o, n, i) => {
|
|
|
226797
226787
|
prelemType3: {
|
|
226798
226788
|
"&.prelemType3": {}
|
|
226799
226789
|
}
|
|
226800
|
-
})), useCustomStyle$
|
|
226790
|
+
})), useCustomStyle$J = makeStyles(() => {
|
|
226801
226791
|
const o = useTheme();
|
|
226802
226792
|
return {
|
|
226803
226793
|
banner3MainWrapper: {
|
|
@@ -226934,7 +226924,7 @@ const usePrelemImpression = (o, n, i) => {
|
|
|
226934
226924
|
o == null ? void 0 : o.Button1_RedirectURL,
|
|
226935
226925
|
o == null ? void 0 : o.Button1_Value
|
|
226936
226926
|
]), usePrelemImpression(n, h, a);
|
|
226937
|
-
const d = useCustomStyle$
|
|
226927
|
+
const d = useCustomStyle$J();
|
|
226938
226928
|
return /* @__PURE__ */ jsx("div", { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(
|
|
226939
226929
|
Container$1,
|
|
226940
226930
|
{
|
|
@@ -227090,7 +227080,7 @@ Banner3.defaultProps = {
|
|
|
227090
227080
|
bucketName: "cropped_image_public"
|
|
227091
227081
|
}
|
|
227092
227082
|
};
|
|
227093
|
-
const useCustomStyle$
|
|
227083
|
+
const useCustomStyle$I = makeStyles(() => ({
|
|
227094
227084
|
banner4Wrapper: {
|
|
227095
227085
|
"&.banner4Bgwrapper": {
|
|
227096
227086
|
"& .imageContainer": {
|
|
@@ -227112,7 +227102,7 @@ const useCustomStyle$G = makeStyles(() => ({
|
|
|
227112
227102
|
}
|
|
227113
227103
|
})), Banner4 = ({ content: o, analytics: n, authoringHelper: i, secondaryArgs: a, filters: A }) => {
|
|
227114
227104
|
var _e, Y, _r, ga, ya, _A, aa;
|
|
227115
|
-
const l = useCustomStyle$
|
|
227105
|
+
const l = useCustomStyle$I(), g = prelemTypes(), s = {
|
|
227116
227106
|
Button_Name: "Button1_Name",
|
|
227117
227107
|
Button_RedirectURL: "Button1_RedirectURL",
|
|
227118
227108
|
Button_Type: "Button1_Type",
|
|
@@ -227332,7 +227322,7 @@ var default_1$5 = Autorenew.default = void 0, _createSvgIcon$5 = _interopRequire
|
|
|
227332
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"
|
|
227333
227323
|
}), "Autorenew");
|
|
227334
227324
|
default_1$5 = Autorenew.default = _default$5;
|
|
227335
|
-
const useCustomStyle$
|
|
227325
|
+
const useCustomStyle$H = makeStyles(() => {
|
|
227336
227326
|
const o = useTheme();
|
|
227337
227327
|
return {
|
|
227338
227328
|
blogTilesWrapper: {
|
|
@@ -227471,7 +227461,7 @@ BlogTilesCard.defaultProps = {
|
|
|
227471
227461
|
}
|
|
227472
227462
|
};
|
|
227473
227463
|
const BlogTiles = ({ content: o, analytics: n, authoringHelper: i, secondaryArgs: a, filters: A }) => {
|
|
227474
|
-
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({
|
|
227475
227465
|
/* Optional options */
|
|
227476
227466
|
threshold: 0
|
|
227477
227467
|
});
|
|
@@ -227751,7 +227741,7 @@ BlogTiles.defaultProps = {
|
|
|
227751
227741
|
ext: "png"
|
|
227752
227742
|
}
|
|
227753
227743
|
};
|
|
227754
|
-
const useCustomStyle$
|
|
227744
|
+
const useCustomStyle$G = makeStyles(() => {
|
|
227755
227745
|
const o = useTheme();
|
|
227756
227746
|
return {
|
|
227757
227747
|
ActivityTrackerWrapper: {
|
|
@@ -228158,7 +228148,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228158
228148
|
useState(0);
|
|
228159
228149
|
const [u, p] = useState(0), { stepsData: h, loading: f, updateGoals: E } = o, [d, C] = useState(!1);
|
|
228160
228150
|
useState(0);
|
|
228161
|
-
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 = () => {
|
|
228162
228152
|
C(!1);
|
|
228163
228153
|
}, _i = () => {
|
|
228164
228154
|
E(w, "goal", "steps"), C(!1);
|
|
@@ -228336,7 +228326,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228336
228326
|
]
|
|
228337
228327
|
}
|
|
228338
228328
|
);
|
|
228339
|
-
}, useCustomStyle$
|
|
228329
|
+
}, useCustomStyle$F = makeStyles((o) => ({
|
|
228340
228330
|
TrackerCardWrapper: {
|
|
228341
228331
|
"&.TrackerCardinnderBox": {
|
|
228342
228332
|
overflow: "hidden",
|
|
@@ -228807,7 +228797,7 @@ const useCustomStyle$E = makeStyles(() => {
|
|
|
228807
228797
|
total_participants: h = "",
|
|
228808
228798
|
participants: f = [],
|
|
228809
228799
|
current_page_url: E
|
|
228810
|
-
} = 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);
|
|
228811
228801
|
useEffect(() => {
|
|
228812
228802
|
var D0;
|
|
228813
228803
|
const b0 = f == null ? void 0 : f.filter((q0, z0) => (q0 == null ? void 0 : q0.user_id) === i);
|
|
@@ -229029,7 +229019,7 @@ var default_1$4 = CalendarMonthOutlined.default = void 0, _createSvgIcon$4 = _in
|
|
|
229029
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"
|
|
229030
229020
|
}), "CalendarMonthOutlined");
|
|
229031
229021
|
default_1$4 = CalendarMonthOutlined.default = _default$4;
|
|
229032
|
-
const useCustomStyle$
|
|
229022
|
+
const useCustomStyle$E = makeStyles((o) => ({
|
|
229033
229023
|
XCard11Wrapper: {
|
|
229034
229024
|
"&.PX-Card11": {
|
|
229035
229025
|
background: o.palette.prelemType1.CARDS.VARIANT1.BACKGROUND,
|
|
@@ -229101,7 +229091,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229101
229091
|
}
|
|
229102
229092
|
})), XCard11 = ({ content: o, onCardClick: n, secondaryArgs: i }) => {
|
|
229103
229093
|
var A;
|
|
229104
|
-
const a = useCustomStyle$
|
|
229094
|
+
const a = useCustomStyle$E();
|
|
229105
229095
|
return /* @__PURE__ */ jsxs(Box, { className: `${a.XCard11Wrapper} PX-Card11`, onClick: () => n(o), children: [
|
|
229106
229096
|
/* @__PURE__ */ jsx(Box, { className: "imgWrapper", children: /* @__PURE__ */ jsx(
|
|
229107
229097
|
ImageRenderWithoutCrop$1,
|
|
@@ -229121,7 +229111,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229121
229111
|
] })
|
|
229122
229112
|
] })
|
|
229123
229113
|
] });
|
|
229124
|
-
}, useCustomStyle$
|
|
229114
|
+
}, useCustomStyle$D = makeStyles(() => ({
|
|
229125
229115
|
container: {
|
|
229126
229116
|
position: "relative",
|
|
229127
229117
|
borderRadius: "10px",
|
|
@@ -229135,9 +229125,9 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229135
229125
|
}
|
|
229136
229126
|
}
|
|
229137
229127
|
})), ComingSoonBanner1 = () => {
|
|
229138
|
-
const o = useCustomStyle$
|
|
229128
|
+
const o = useCustomStyle$D();
|
|
229139
229129
|
return /* @__PURE__ */ jsx(Box, { className: o.container, children: /* @__PURE__ */ jsx(Box, { className: o.imgContainer, children: /* @__PURE__ */ jsx("img", { src: ComingSoonCard, alt: "ComingSoon" }) }) });
|
|
229140
|
-
}, useCustomStyle$
|
|
229130
|
+
}, useCustomStyle$C = makeStyles(() => {
|
|
229141
229131
|
var n, i, a;
|
|
229142
229132
|
const o = useTheme();
|
|
229143
229133
|
return {
|
|
@@ -229297,7 +229287,7 @@ const useCustomStyle$C = makeStyles((o) => ({
|
|
|
229297
229287
|
var _i;
|
|
229298
229288
|
const w = f || localStorage.getItem("userId"), { loading: T } = A;
|
|
229299
229289
|
usePrelemImpression$1(n, o, a);
|
|
229300
|
-
const _e = useCustomStyle$
|
|
229290
|
+
const _e = useCustomStyle$C(), [Y, _r] = useState(format(/* @__PURE__ */ new Date(), "yyyy-MM-dd")), [ga, ya] = useState(0), _A = (_u) => {
|
|
229301
229291
|
onClickCardFunc(_u, g, a);
|
|
229302
229292
|
}, aa = (_u) => {
|
|
229303
229293
|
localStorage.setItem("challengesListCall", "challenges"), onViewAllClickFunc(g, _u, a);
|
|
@@ -229483,7 +229473,7 @@ ChallengeSlider.defaultProps = {
|
|
|
229483
229473
|
bucketName: "cropped_image_public"
|
|
229484
229474
|
}
|
|
229485
229475
|
};
|
|
229486
|
-
const useCustomStyle$
|
|
229476
|
+
const useCustomStyle$B = makeStyles(() => {
|
|
229487
229477
|
const o = useTheme();
|
|
229488
229478
|
return {
|
|
229489
229479
|
quilleditor: (n) => {
|
|
@@ -240098,7 +240088,7 @@ const EditorDescription = (o) => {
|
|
|
240098
240088
|
variant: g = "h6regular",
|
|
240099
240089
|
prelemType: s = "prelemType1"
|
|
240100
240090
|
}) => {
|
|
240101
|
-
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({
|
|
240102
240092
|
prelemType: "prelemType1",
|
|
240103
240093
|
fontFamily: "secondary"
|
|
240104
240094
|
}), [d, C] = useState(""), w = (T = "") => {
|
|
@@ -240145,7 +240135,7 @@ const EditorDescription = (o) => {
|
|
|
240145
240135
|
] }) : /* @__PURE__ */ jsx(Typography, { variant: g, id: l, className: A, color: o, children: (n == null ? void 0 : n[l]) || "" })
|
|
240146
240136
|
}
|
|
240147
240137
|
);
|
|
240148
|
-
}, useCustomStyle$
|
|
240138
|
+
}, useCustomStyle$A = makeStyles(() => {
|
|
240149
240139
|
const o = useTheme();
|
|
240150
240140
|
return {
|
|
240151
240141
|
ConnectWithUsWrapper: {
|
|
@@ -240288,7 +240278,7 @@ const EditorDescription = (o) => {
|
|
|
240288
240278
|
o == null ? void 0 : o.Button1_Value,
|
|
240289
240279
|
o == null ? void 0 : o.Button2_Value
|
|
240290
240280
|
]), usePrelemImpression(n, E, a);
|
|
240291
|
-
const w = useCustomStyle$
|
|
240281
|
+
const w = useCustomStyle$A();
|
|
240292
240282
|
return /* @__PURE__ */ jsx("div", { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(Grid, { container: !0, ref: f, children: /* @__PURE__ */ jsx(
|
|
240293
240283
|
Box,
|
|
240294
240284
|
{
|
|
@@ -240450,7 +240440,7 @@ ConnectWithUs.defaultProps = {
|
|
|
240450
240440
|
bucketName: "cropped_image_public"
|
|
240451
240441
|
}
|
|
240452
240442
|
};
|
|
240453
|
-
const useCustomStyle$
|
|
240443
|
+
const useCustomStyle$z = makeStyles(() => {
|
|
240454
240444
|
const o = useTheme();
|
|
240455
240445
|
return {
|
|
240456
240446
|
dynamicPrelemWrapper: {
|
|
@@ -241502,7 +241492,7 @@ const DynamicPrelem = ({ content: o, analytics: n, authoringHelper: i, secondary
|
|
|
241502
241492
|
const h = (d) => {
|
|
241503
241493
|
let C = 4, w = 2.4;
|
|
241504
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 };
|
|
241505
|
-
}, f = useCustomStyle$
|
|
241495
|
+
}, f = useCustomStyle$z(), E = prelemTypes();
|
|
241506
241496
|
return /* @__PURE__ */ jsx(
|
|
241507
241497
|
"div",
|
|
241508
241498
|
{
|
|
@@ -241766,7 +241756,7 @@ DynamicPrelem.defaultProps = {
|
|
|
241766
241756
|
bucketName: "cropped_image_public_x_site_stage"
|
|
241767
241757
|
}
|
|
241768
241758
|
};
|
|
241769
|
-
const useCustomStyle$
|
|
241759
|
+
const useCustomStyle$y = makeStyles(() => {
|
|
241770
241760
|
const o = useTheme();
|
|
241771
241761
|
return {
|
|
241772
241762
|
secondColumn: {
|
|
@@ -241838,7 +241828,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
241838
241828
|
col2Align: g,
|
|
241839
241829
|
noPadding: s
|
|
241840
241830
|
}) => {
|
|
241841
|
-
const u = useCustomStyle$
|
|
241831
|
+
const u = useCustomStyle$y(), p = (h) => {
|
|
241842
241832
|
if (h === "start")
|
|
241843
241833
|
return "alignStart";
|
|
241844
241834
|
if (h === "end")
|
|
@@ -241885,7 +241875,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
241885
241875
|
less_than_1280: useMediaQuery(o.breakpoints.only("lg")),
|
|
241886
241876
|
less_than_1440: useMediaQuery(o.breakpoints.only("xl"))
|
|
241887
241877
|
};
|
|
241888
|
-
}, useCustomStyle$
|
|
241878
|
+
}, useCustomStyle$x = makeStyles(() => {
|
|
241889
241879
|
const o = useTheme();
|
|
241890
241880
|
return {
|
|
241891
241881
|
DynamicVideoWrapper: {
|
|
@@ -242010,7 +242000,7 @@ const useCustomStyle$w = makeStyles(() => {
|
|
|
242010
242000
|
i == null || i.sendStructureDataToAuthoringCB(_r || "");
|
|
242011
242001
|
}
|
|
242012
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);
|
|
242013
|
-
const f = useCustomStyle$
|
|
242003
|
+
const f = useCustomStyle$x(), E = prelemTypes(), d = {
|
|
242014
242004
|
md: [12, 12],
|
|
242015
242005
|
em: [6, 6],
|
|
242016
242006
|
lg: [6, 6]
|
|
@@ -242175,7 +242165,7 @@ var default_1$3 = Cached.default = void 0, _createSvgIcon$3 = _interopRequireDef
|
|
|
242175
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"
|
|
242176
242166
|
}), "Cached");
|
|
242177
242167
|
default_1$3 = Cached.default = _default$3;
|
|
242178
|
-
const useCustomStyle$
|
|
242168
|
+
const useCustomStyle$w = makeStyles(() => {
|
|
242179
242169
|
const o = useTheme();
|
|
242180
242170
|
return {
|
|
242181
242171
|
container: {
|
|
@@ -242251,7 +242241,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242251
242241
|
}
|
|
242252
242242
|
};
|
|
242253
242243
|
}), StreakCard = ({ streakData: o, handleSyncGuide: n }) => {
|
|
242254
|
-
const { device_last_sync: i = "" } = o || {}, a = useCustomStyle$
|
|
242244
|
+
const { device_last_sync: i = "" } = o || {}, a = useCustomStyle$w(), A = () => {
|
|
242255
242245
|
if (!i)
|
|
242256
242246
|
return !0;
|
|
242257
242247
|
const l = new Date(i);
|
|
@@ -242289,7 +242279,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242289
242279
|
)
|
|
242290
242280
|
] })
|
|
242291
242281
|
] });
|
|
242292
|
-
}, useCustomStyle$
|
|
242282
|
+
}, useCustomStyle$v = makeStyles(() => {
|
|
242293
242283
|
const o = useTheme();
|
|
242294
242284
|
return {
|
|
242295
242285
|
CalendarFullViewWp: {
|
|
@@ -242440,7 +242430,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242440
242430
|
h(addMonths(p, 1));
|
|
242441
242431
|
}, T = (aa) => {
|
|
242442
242432
|
g(format(aa, "yyyy-MM-dd")), o(format(aa, "yyyy-MM-dd")), i(format(aa, "yyyy-MM-dd"));
|
|
242443
|
-
}, _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 = () => {
|
|
242444
242434
|
var _i;
|
|
242445
242435
|
const aa = (_i = ga.current) == null ? void 0 : _i.querySelector(".PX-Highlight");
|
|
242446
242436
|
if (aa && ga.current) {
|
|
@@ -242505,7 +242495,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242505
242495
|
_i
|
|
242506
242496
|
)) })
|
|
242507
242497
|
] });
|
|
242508
|
-
}, useCustomStyle$
|
|
242498
|
+
}, useCustomStyle$u = makeStyles(() => {
|
|
242509
242499
|
var n;
|
|
242510
242500
|
const o = useTheme();
|
|
242511
242501
|
return {
|
|
@@ -242611,8 +242601,8 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242611
242601
|
}
|
|
242612
242602
|
};
|
|
242613
242603
|
}), XCard15 = ({ content: o, onCardClick: n, secondaryArgs: i = {} }) => {
|
|
242614
|
-
var g, s, u, p, h;
|
|
242615
|
-
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;
|
|
242616
242606
|
return /* @__PURE__ */ jsxs(
|
|
242617
242607
|
Box,
|
|
242618
242608
|
{
|
|
@@ -242627,19 +242617,19 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242627
242617
|
/* @__PURE__ */ jsx(
|
|
242628
242618
|
ImageRenderWithoutCrop$1,
|
|
242629
242619
|
{
|
|
242630
|
-
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,
|
|
242631
242621
|
secondaryArgs: i
|
|
242632
242622
|
}
|
|
242633
242623
|
)
|
|
242634
242624
|
] }),
|
|
242635
242625
|
/* @__PURE__ */ jsx(Box, { className: "contentBox", children: /* @__PURE__ */ jsxs(Box, { className: "titleWrapper", children: [
|
|
242636
242626
|
/* @__PURE__ */ jsx(Typography, { variant: "p2bold", className: "title", children: o.Title }),
|
|
242637
|
-
/* @__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) })
|
|
242638
242628
|
] }) })
|
|
242639
242629
|
]
|
|
242640
242630
|
}
|
|
242641
242631
|
);
|
|
242642
|
-
}, useCustomStyle$
|
|
242632
|
+
}, useCustomStyle$t = makeStyles(() => {
|
|
242643
242633
|
const o = useTheme();
|
|
242644
242634
|
return {
|
|
242645
242635
|
XCard16Wrapper: {
|
|
@@ -242757,7 +242747,7 @@ const useCustomStyle$u = makeStyles(() => {
|
|
|
242757
242747
|
};
|
|
242758
242748
|
}), XCard16 = ({ content: o, handleClick: n, secondaryArgs: i }) => {
|
|
242759
242749
|
var l, g;
|
|
242760
|
-
const a = useCustomStyle$
|
|
242750
|
+
const a = useCustomStyle$t(), A = formRelativeURL(
|
|
242761
242751
|
i == null ? void 0 : i.gcpUrl,
|
|
242762
242752
|
i == null ? void 0 : i.bucketName,
|
|
242763
242753
|
o.Banner
|
|
@@ -243268,7 +243258,7 @@ const useStyles = makeStyles(() => ({
|
|
|
243268
243258
|
}
|
|
243269
243259
|
)
|
|
243270
243260
|
] });
|
|
243271
|
-
}, useCustomStyle$
|
|
243261
|
+
}, useCustomStyle$s = makeStyles(() => {
|
|
243272
243262
|
var n, i, a;
|
|
243273
243263
|
const o = useTheme();
|
|
243274
243264
|
return {
|
|
@@ -243961,7 +243951,7 @@ const EngagementHome = ({
|
|
|
243961
243951
|
var s2;
|
|
243962
243952
|
const _r = f || localStorage.getItem("userId");
|
|
243963
243953
|
usePrelemImpression$1(n, o, a);
|
|
243964
|
-
const ga = useCustomStyle$
|
|
243954
|
+
const ga = useCustomStyle$s(), {
|
|
243965
243955
|
device_permission_status: ya = !1,
|
|
243966
243956
|
device_last_sync: _A = "",
|
|
243967
243957
|
device_platform: aa = ""
|
|
@@ -244444,7 +244434,7 @@ EngagementHome.defaultProps = {
|
|
|
244444
244434
|
bucketName: "cropped_image_public"
|
|
244445
244435
|
}
|
|
244446
244436
|
};
|
|
244447
|
-
const useCustomStyle$
|
|
244437
|
+
const useCustomStyle$r = makeStyles((o) => ({
|
|
244448
244438
|
XCard9Wrapper: {
|
|
244449
244439
|
"&.XCard9innderBox": {
|
|
244450
244440
|
cursor: "pointer",
|
|
@@ -244525,7 +244515,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244525
244515
|
}
|
|
244526
244516
|
}
|
|
244527
244517
|
}
|
|
244528
|
-
})), useCustomStyle$
|
|
244518
|
+
})), useCustomStyle$q = makeStyles((o) => {
|
|
244529
244519
|
var n, i;
|
|
244530
244520
|
return {
|
|
244531
244521
|
XCard6Wrapper: {
|
|
@@ -244626,7 +244616,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244626
244616
|
}
|
|
244627
244617
|
}
|
|
244628
244618
|
};
|
|
244629
|
-
}), useCustomStyle$
|
|
244619
|
+
}), useCustomStyle$p = makeStyles((o) => ({
|
|
244630
244620
|
XCard9Wrapper: {
|
|
244631
244621
|
"&.XCard9innderBox": {
|
|
244632
244622
|
cursor: "pointer",
|
|
@@ -244707,7 +244697,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244707
244697
|
}
|
|
244708
244698
|
}
|
|
244709
244699
|
}
|
|
244710
|
-
})), useCustomStyle$
|
|
244700
|
+
})), useCustomStyle$o = makeStyles(() => ({
|
|
244711
244701
|
container: {
|
|
244712
244702
|
display: "flex",
|
|
244713
244703
|
flexDirection: "column",
|
|
@@ -244722,7 +244712,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244722
244712
|
padding: "20px",
|
|
244723
244713
|
maxWidth: "100%"
|
|
244724
244714
|
}
|
|
244725
|
-
})), useCustomStyle$
|
|
244715
|
+
})), useCustomStyle$n = makeStyles((o) => {
|
|
244726
244716
|
var n, i, a;
|
|
244727
244717
|
return {
|
|
244728
244718
|
EventListWrapper: {
|
|
@@ -244966,7 +244956,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
244966
244956
|
}
|
|
244967
244957
|
}
|
|
244968
244958
|
};
|
|
244969
|
-
}), useCustomStyle$
|
|
244959
|
+
}), useCustomStyle$m = makeStyles(() => {
|
|
244970
244960
|
var n, i, a;
|
|
244971
244961
|
const o = useTheme();
|
|
244972
244962
|
return {
|
|
@@ -245114,7 +245104,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245114
245104
|
}) => {
|
|
245115
245105
|
const [s, u] = useState([]);
|
|
245116
245106
|
usePrelemImpression$1(n, o, a);
|
|
245117
|
-
const p = useCustomStyle$
|
|
245107
|
+
const p = useCustomStyle$m(), h = (C) => {
|
|
245118
245108
|
onClickCardFunc(C, A, a);
|
|
245119
245109
|
}, f = (C) => {
|
|
245120
245110
|
onViewAllClickFunc(A, C, a);
|
|
@@ -245328,7 +245318,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245328
245318
|
contentValue: i,
|
|
245329
245319
|
loader: A
|
|
245330
245320
|
};
|
|
245331
|
-
}, useCustomStyle$
|
|
245321
|
+
}, useCustomStyle$l = makeStyles(() => ({
|
|
245332
245322
|
faq1Wrapper: {
|
|
245333
245323
|
"&.faq1Bg": {
|
|
245334
245324
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245363,7 +245353,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245363
245353
|
}
|
|
245364
245354
|
}
|
|
245365
245355
|
}
|
|
245366
|
-
})), useCustomStyle$
|
|
245356
|
+
})), useCustomStyle$k = makeStyles(() => ({
|
|
245367
245357
|
faq2Wrapper: {
|
|
245368
245358
|
"&.faq2Bg": {
|
|
245369
245359
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245407,7 +245397,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245407
245397
|
}
|
|
245408
245398
|
}
|
|
245409
245399
|
}
|
|
245410
|
-
})), useCustomStyle$
|
|
245400
|
+
})), useCustomStyle$j = makeStyles(() => ({
|
|
245411
245401
|
fullWidthWrapperPrelem: {
|
|
245412
245402
|
"&.fullWidthWrapperBg": {
|
|
245413
245403
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -245456,7 +245446,7 @@ const useCustomStyle$p = makeStyles((o) => ({
|
|
|
245456
245446
|
i == null || i.sendStructureDataToAuthoringCB(f || "");
|
|
245457
245447
|
}
|
|
245458
245448
|
}, [o == null ? void 0 : o.Title, o == null ? void 0 : o.Description]), usePrelemImpression(n, l, a);
|
|
245459
|
-
const u = useCustomStyle$
|
|
245449
|
+
const u = useCustomStyle$j(), p = prelemTypes();
|
|
245460
245450
|
return /* @__PURE__ */ jsx(
|
|
245461
245451
|
"div",
|
|
245462
245452
|
{
|
|
@@ -245516,7 +245506,7 @@ FullWidthText.defaultProps = {
|
|
|
245516
245506
|
prelemTags: "Text, Full Width, Full Width Text"
|
|
245517
245507
|
}
|
|
245518
245508
|
};
|
|
245519
|
-
const useCustomStyle$
|
|
245509
|
+
const useCustomStyle$i = makeStyles(() => {
|
|
245520
245510
|
const o = useTheme();
|
|
245521
245511
|
return {
|
|
245522
245512
|
fullWidthVideoWrapper: {
|
|
@@ -245607,7 +245597,7 @@ const useCustomStyle$g = makeStyles(() => {
|
|
|
245607
245597
|
(aa = (_A = o == null ? void 0 : o.Videos) == null ? void 0 : _A.Video_1) == null ? void 0 : aa.Title,
|
|
245608
245598
|
(_u = (_i = o == null ? void 0 : o.Videos) == null ? void 0 : _i.Video_1) == null ? void 0 : _u.Description
|
|
245609
245599
|
]), usePrelemImpression(n, p, a);
|
|
245610
|
-
const d = useCustomStyle$
|
|
245600
|
+
const d = useCustomStyle$i();
|
|
245611
245601
|
return /* @__PURE__ */ jsx(Box, { ref: i == null ? void 0 : i.innerRef, children: /* @__PURE__ */ jsx(
|
|
245612
245602
|
Container$1,
|
|
245613
245603
|
{
|
|
@@ -245708,7 +245698,7 @@ FullWidthVideo.defaultProps = {
|
|
|
245708
245698
|
bucketName: "cropped_image_public"
|
|
245709
245699
|
}
|
|
245710
245700
|
};
|
|
245711
|
-
const useCustomStyle$
|
|
245701
|
+
const useCustomStyle$h = makeStyles(() => {
|
|
245712
245702
|
const o = useTheme();
|
|
245713
245703
|
return {
|
|
245714
245704
|
imageCrousel1Wrapper: {
|
|
@@ -245911,7 +245901,7 @@ const useCustomStyle$f = makeStyles(() => {
|
|
|
245911
245901
|
o == null ? void 0 : o.Button4_RedirectURL,
|
|
245912
245902
|
o == null ? void 0 : o.Button5_RedirectURL
|
|
245913
245903
|
]), usePrelemImpression(n, _e, a);
|
|
245914
|
-
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));
|
|
245915
245905
|
return /* @__PURE__ */ jsx(
|
|
245916
245906
|
Box,
|
|
245917
245907
|
{
|
|
@@ -246248,7 +246238,7 @@ ImageCrousel1.defaultProps = {
|
|
|
246248
246238
|
},
|
|
246249
246239
|
filters: {}
|
|
246250
246240
|
};
|
|
246251
|
-
const useCustomStyle$
|
|
246241
|
+
const useCustomStyle$g = makeStyles(() => ({
|
|
246252
246242
|
leftAlignParagraphWithHeadlineWrapper: {
|
|
246253
246243
|
"&.leftAlignParagraphWithHeadlineBg": {
|
|
246254
246244
|
background: useTheme().palette.prelemType1.BACKGROUND,
|
|
@@ -246263,7 +246253,7 @@ const useCustomStyle$e = makeStyles(() => ({
|
|
|
246263
246253
|
authoringHelper: i,
|
|
246264
246254
|
secondaryArgs: a
|
|
246265
246255
|
}) => {
|
|
246266
|
-
const A = useCustomStyle$
|
|
246256
|
+
const A = useCustomStyle$g(), l = prelemTypes(), g = useRef(!0), { ref: s, inView: u } = useInView({
|
|
246267
246257
|
/* Optional options */
|
|
246268
246258
|
threshold: 0
|
|
246269
246259
|
}), p = useRef(null), h = () => {
|
|
@@ -246365,7 +246355,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
|
|
|
246365
246355
|
multiSlot: {}
|
|
246366
246356
|
}
|
|
246367
246357
|
};
|
|
246368
|
-
const useCustomStyle$
|
|
246358
|
+
const useCustomStyle$f = makeStyles(() => {
|
|
246369
246359
|
const o = useTheme();
|
|
246370
246360
|
return {
|
|
246371
246361
|
productSummary3Wrapper: {
|
|
@@ -246425,7 +246415,7 @@ const useCustomStyle$d = makeStyles(() => {
|
|
|
246425
246415
|
secondaryArgs: a
|
|
246426
246416
|
}) => {
|
|
246427
246417
|
var C, w, T, _e, Y, _r, ga;
|
|
246428
|
-
const A = useCustomStyle$
|
|
246418
|
+
const A = useCustomStyle$f(), l = prelemTypes(), g = useRef(!0), { ref: s, inView: u } = useInView({
|
|
246429
246419
|
/* Optional options */
|
|
246430
246420
|
threshold: 0
|
|
246431
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(
|
|
@@ -246660,7 +246650,7 @@ ProductSummary3.defaultProps = {
|
|
|
246660
246650
|
bucketName: "cropped_image_public"
|
|
246661
246651
|
}
|
|
246662
246652
|
};
|
|
246663
|
-
const useCustomStyle$
|
|
246653
|
+
const useCustomStyle$e = makeStyles(() => {
|
|
246664
246654
|
const o = useTheme();
|
|
246665
246655
|
return {
|
|
246666
246656
|
productSummaryViaVideo2Wrapper: {
|
|
@@ -246781,7 +246771,7 @@ const useCustomStyle$c = makeStyles(() => {
|
|
|
246781
246771
|
i == null || i.sendStructureDataToAuthoringCB(ga || "");
|
|
246782
246772
|
}
|
|
246783
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);
|
|
246784
|
-
const E = useCustomStyle$
|
|
246774
|
+
const E = useCustomStyle$e(), d = prelemTypes(), C = {
|
|
246785
246775
|
md: [12, 12],
|
|
246786
246776
|
em: [6, 6],
|
|
246787
246777
|
lg: [6, 6]
|
|
@@ -246929,7 +246919,7 @@ ProductSummaryViaVideo2.defaultProps = {
|
|
|
246929
246919
|
bucketName: "cropped_image_public"
|
|
246930
246920
|
}
|
|
246931
246921
|
};
|
|
246932
|
-
const useCustomStyle$
|
|
246922
|
+
const useCustomStyle$d = makeStyles(() => {
|
|
246933
246923
|
const o = useTheme();
|
|
246934
246924
|
return {
|
|
246935
246925
|
serviceCard1Wrapper: {
|
|
@@ -247004,7 +246994,7 @@ const useCustomStyle$b = makeStyles(() => {
|
|
|
247004
246994
|
}
|
|
247005
246995
|
}
|
|
247006
246996
|
};
|
|
247007
|
-
}), useCustomStyle$
|
|
246997
|
+
}), useCustomStyle$c = makeStyles(() => {
|
|
247008
246998
|
const o = useTheme();
|
|
247009
246999
|
return {
|
|
247010
247000
|
serviceCard2Prelem: {
|
|
@@ -247082,7 +247072,7 @@ const useCustomStyle$b = makeStyles(() => {
|
|
|
247082
247072
|
secondaryArgs: a,
|
|
247083
247073
|
filters: A
|
|
247084
247074
|
}) => {
|
|
247085
|
-
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);
|
|
247086
247076
|
return /* @__PURE__ */ jsx(
|
|
247087
247077
|
Box,
|
|
247088
247078
|
{
|
|
@@ -247307,7 +247297,7 @@ ServiceCard2.defaultProps = {
|
|
|
247307
247297
|
bucketName: "cropped_image_public"
|
|
247308
247298
|
}
|
|
247309
247299
|
};
|
|
247310
|
-
const useCustomStyle$
|
|
247300
|
+
const useCustomStyle$b = makeStyles(() => {
|
|
247311
247301
|
const o = useTheme();
|
|
247312
247302
|
return {
|
|
247313
247303
|
serviceCard3Wrapper: {
|
|
@@ -247389,7 +247379,7 @@ const useCustomStyle$9 = makeStyles(() => {
|
|
|
247389
247379
|
}
|
|
247390
247380
|
}
|
|
247391
247381
|
};
|
|
247392
|
-
}), useCustomStyle$
|
|
247382
|
+
}), useCustomStyle$a = makeStyles(() => {
|
|
247393
247383
|
const o = useTheme();
|
|
247394
247384
|
return {
|
|
247395
247385
|
serviceCard6Wrapper: {
|
|
@@ -247501,7 +247491,7 @@ var default_1 = KeyboardArrowRightOutlined.default = void 0, _createSvgIcon = _i
|
|
|
247501
247491
|
d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
247502
247492
|
}), "KeyboardArrowRightOutlined");
|
|
247503
247493
|
default_1 = KeyboardArrowRightOutlined.default = _default;
|
|
247504
|
-
const useCustomStyle$
|
|
247494
|
+
const useCustomStyle$9 = makeStyles(() => {
|
|
247505
247495
|
const o = useTheme();
|
|
247506
247496
|
return {
|
|
247507
247497
|
ServiceCardActivityWrapper: {
|
|
@@ -247613,7 +247603,7 @@ const useCustomStyle$7 = makeStyles(() => {
|
|
|
247613
247603
|
secondaryArgs: a,
|
|
247614
247604
|
filters: A
|
|
247615
247605
|
}) => {
|
|
247616
|
-
const l = useCustomStyle$
|
|
247606
|
+
const l = useCustomStyle$9(), g = prelemTypes(), { ref: s, inView: u } = useInView({
|
|
247617
247607
|
threshold: 0
|
|
247618
247608
|
});
|
|
247619
247609
|
usePrelemImpression(n, u, a);
|
|
@@ -247846,7 +247836,7 @@ ServiceCardActivity.defaultProps = {
|
|
|
247846
247836
|
bucketName: "cropped_image_public"
|
|
247847
247837
|
}
|
|
247848
247838
|
};
|
|
247849
|
-
const useCustomStyle$
|
|
247839
|
+
const useCustomStyle$8 = makeStyles(() => {
|
|
247850
247840
|
const o = useTheme();
|
|
247851
247841
|
return {
|
|
247852
247842
|
serviceShowcaseWrapper: {
|
|
@@ -248031,7 +248021,7 @@ const useCustomStyle$6 = makeStyles(() => {
|
|
|
248031
248021
|
o == null ? void 0 : o.Button2_Value,
|
|
248032
248022
|
o == null ? void 0 : o.Button2_RedirectURL
|
|
248033
248023
|
]), usePrelemImpression(n, E, a);
|
|
248034
|
-
const w = useCustomStyle$
|
|
248024
|
+
const w = useCustomStyle$8();
|
|
248035
248025
|
return /* @__PURE__ */ jsx(
|
|
248036
248026
|
"div",
|
|
248037
248027
|
{
|
|
@@ -248297,7 +248287,545 @@ ServiceShowcase.defaultProps = {
|
|
|
248297
248287
|
bucketName: "cropped_image_public"
|
|
248298
248288
|
}
|
|
248299
248289
|
};
|
|
248300
|
-
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(() => {
|
|
248301
248829
|
const o = useTheme();
|
|
248302
248830
|
return {
|
|
248303
248831
|
ToggleButtonWrapper: {
|
|
@@ -248763,26 +249291,112 @@ const JOIN_EVENT = `mutation ($input: community_userRegistrationInput) {
|
|
|
248763
249291
|
isLoading: g
|
|
248764
249292
|
}
|
|
248765
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
|
+
);
|
|
248766
249378
|
}, EventListComponent = React__default.lazy(
|
|
248767
|
-
() => import("./EventListComponent-
|
|
249379
|
+
() => import("./EventListComponent-Ci8elP-X.mjs")
|
|
248768
249380
|
), EngagementHomeComponent = React__default.lazy(
|
|
248769
|
-
() => import("./EngagementHomeComponent-
|
|
249381
|
+
() => import("./EngagementHomeComponent-BYXxfmv7.mjs")
|
|
248770
249382
|
), ChallengeDetailComponent = React__default.lazy(
|
|
248771
|
-
() => import("./ChallengeDetailComponent-
|
|
249383
|
+
() => import("./ChallengeDetailComponent-C3lBSiCO.mjs")
|
|
248772
249384
|
), EventDetailComponent = React__default.lazy(
|
|
248773
|
-
() => import("./EventDetailComponent-
|
|
249385
|
+
() => import("./EventDetailComponent-VTEJrJu_.mjs")
|
|
248774
249386
|
), CommonContentComponent = React__default.lazy(
|
|
248775
|
-
() => import("./CommonContentComponent-
|
|
249387
|
+
() => import("./CommonContentComponent-CCv-d_M-.mjs")
|
|
248776
249388
|
), ArticleVodListComponent = React__default.lazy(
|
|
248777
|
-
() => import("./ArticleVodListComponent-
|
|
249389
|
+
() => import("./ArticleVodListComponent-BnjLfLwm.mjs")
|
|
248778
249390
|
), IndividualChallengeComponent = React__default.lazy(
|
|
248779
|
-
() => import("./IndividualChallengeComponent-
|
|
248780
|
-
), PageComponent = React__default.lazy(() => import("./PageComponent-
|
|
249391
|
+
() => import("./IndividualChallengeComponent-C7Sc5k9-.mjs")
|
|
249392
|
+
), PageComponent = React__default.lazy(() => import("./PageComponent-DnBJmV4O.mjs")), Components = {
|
|
248781
249393
|
//prelems
|
|
248782
249394
|
eventList: EventListComponent,
|
|
248783
249395
|
engagementHome: EngagementHomeComponent,
|
|
248784
249396
|
dashboard: ChallengeSliderComponent,
|
|
248785
249397
|
expzone: ExperienceZoneComponent,
|
|
249398
|
+
quizzone: QuizZoneComponent,
|
|
249399
|
+
pollzone: PollZoneComponent,
|
|
248786
249400
|
//contentTypes
|
|
248787
249401
|
challenges: ChallengeDetailComponent,
|
|
248788
249402
|
wellnessevent: EventDetailComponent,
|
|
@@ -255815,6 +256429,10 @@ const useCustomStyle$4 = makeStyles((o) => {
|
|
|
255815
256429
|
return /* @__PURE__ */ jsx(EngagementHomeLoader, {});
|
|
255816
256430
|
case "expzone":
|
|
255817
256431
|
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
256432
|
+
case "quizzone":
|
|
256433
|
+
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
256434
|
+
case "pollzone":
|
|
256435
|
+
return /* @__PURE__ */ jsx(ExperienceZoneSkeltonLoader, {});
|
|
255818
256436
|
default:
|
|
255819
256437
|
return /* @__PURE__ */ jsx(Loader$1, {});
|
|
255820
256438
|
}
|
|
@@ -255943,9 +256561,9 @@ export {
|
|
|
255943
256561
|
debounce$1 as Z,
|
|
255944
256562
|
_extends$3 as _,
|
|
255945
256563
|
fetchApi$1 as a,
|
|
255946
|
-
|
|
256564
|
+
usePrelemImpression$1 as a$,
|
|
255947
256565
|
patterns as a0,
|
|
255948
|
-
useCustomStyle$
|
|
256566
|
+
useCustomStyle$l as a1,
|
|
255949
256567
|
prelemTypes as a2,
|
|
255950
256568
|
useInView as a3,
|
|
255951
256569
|
usePrelemImpression as a4,
|
|
@@ -255963,35 +256581,35 @@ export {
|
|
|
255963
256581
|
ServiceCard2 as aG,
|
|
255964
256582
|
ServiceCardActivity as aH,
|
|
255965
256583
|
ServiceShowcase as aI,
|
|
255966
|
-
|
|
255967
|
-
|
|
255968
|
-
|
|
255969
|
-
|
|
255970
|
-
|
|
255971
|
-
|
|
255972
|
-
|
|
255973
|
-
|
|
255974
|
-
|
|
255975
|
-
|
|
255976
|
-
|
|
255977
|
-
|
|
255978
|
-
|
|
255979
|
-
|
|
255980
|
-
|
|
255981
|
-
|
|
255982
|
-
|
|
255983
|
-
useCustomStyle$
|
|
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_,
|
|
255984
256602
|
AccordionDetails$1 as aa,
|
|
255985
256603
|
DOMPurify as ab,
|
|
255986
256604
|
SkeletonLoader as ac,
|
|
255987
256605
|
ContentReplace as ad,
|
|
255988
|
-
useCustomStyle$
|
|
256606
|
+
useCustomStyle$k as ae,
|
|
255989
256607
|
useClickImpression as af,
|
|
255990
|
-
useCustomStyle$
|
|
256608
|
+
useCustomStyle$d as ag,
|
|
255991
256609
|
Slider$1 as ah,
|
|
255992
256610
|
formCroppedUrlString as ai,
|
|
255993
|
-
useCustomStyle$
|
|
255994
|
-
useCustomStyle$
|
|
256611
|
+
useCustomStyle$b as aj,
|
|
256612
|
+
useCustomStyle$a as ak,
|
|
255995
256613
|
BasicButton as al,
|
|
255996
256614
|
default_1$5 as am,
|
|
255997
256615
|
Article as an,
|
|
@@ -256008,29 +256626,31 @@ export {
|
|
|
256008
256626
|
DynamicVideo as ay,
|
|
256009
256627
|
ExperienceZone as az,
|
|
256010
256628
|
showToastSuccess$1 as b,
|
|
256011
|
-
|
|
256012
|
-
|
|
256013
|
-
|
|
256014
|
-
|
|
256015
|
-
|
|
256016
|
-
|
|
256017
|
-
|
|
256018
|
-
|
|
256019
|
-
|
|
256020
|
-
|
|
256021
|
-
|
|
256022
|
-
|
|
256023
|
-
|
|
256024
|
-
|
|
256025
|
-
|
|
256026
|
-
|
|
256027
|
-
|
|
256028
|
-
|
|
256029
|
-
|
|
256030
|
-
|
|
256031
|
-
|
|
256032
|
-
|
|
256033
|
-
|
|
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,
|
|
256034
256654
|
ChallengeDetail as c,
|
|
256035
256655
|
EventDetail as d,
|
|
256036
256656
|
getSecureLocalStorageData as e,
|