@srimandir/daily-live-puja 1.45.0 → 1.46.0
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.
|
@@ -11,7 +11,7 @@ interface LandingPageProps {
|
|
|
11
11
|
loggedOutVideoSrc: string;
|
|
12
12
|
videoDlpStatus: "Live" | "Playback";
|
|
13
13
|
onVideoAction?: (params: {
|
|
14
|
-
sectionName: "Live Video/Playback" | "
|
|
14
|
+
sectionName: "Live Video/Playback" | "Sampler Video" | "Video Player";
|
|
15
15
|
action: "Autoplay" | "Play" | "Pause";
|
|
16
16
|
dlpStatus?: "Live" | "Playback";
|
|
17
17
|
}) => void;
|
|
@@ -87,7 +87,7 @@ interface VideoPageProps {
|
|
|
87
87
|
}) => void;
|
|
88
88
|
/** Called for video actions such as autoplay. */
|
|
89
89
|
onVideoAction?: (params: {
|
|
90
|
-
sectionName: "Live Video/Playback" | "
|
|
90
|
+
sectionName: "Live Video/Playback" | "Sampler Video" | "Video Player";
|
|
91
91
|
action: "Autoplay" | "Play" | "Pause";
|
|
92
92
|
dlpStatus?: "Live" | "Playback";
|
|
93
93
|
}) => void;
|
package/dist/daily-live-puja.js
CHANGED
|
@@ -865,42 +865,49 @@ const va = "_headerWrapper_13o88_1", ya = "_heroWrapper_13o88_29", ba = "_title_
|
|
|
865
865
|
onImpression: a
|
|
866
866
|
}) => (Yt.useEffect(() => {
|
|
867
867
|
a?.("Login CTA");
|
|
868
|
-
}, [a]), /* @__PURE__ */ e.jsxs(
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
"
|
|
876
|
-
|
|
877
|
-
children: r.imageUrl ? /* @__PURE__ */ e.jsx(
|
|
878
|
-
"img",
|
|
868
|
+
}, [a]), /* @__PURE__ */ e.jsxs(
|
|
869
|
+
"section",
|
|
870
|
+
{
|
|
871
|
+
className: B.stickyJoinSection,
|
|
872
|
+
"data-logged-out-sticky-cta": "true",
|
|
873
|
+
children: [
|
|
874
|
+
/* @__PURE__ */ e.jsxs("div", { className: B.stickyJoinHead, children: [
|
|
875
|
+
/* @__PURE__ */ e.jsx("div", { className: B.avatarGroup, children: vr.map((r) => /* @__PURE__ */ e.jsx(
|
|
876
|
+
"span",
|
|
879
877
|
{
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
878
|
+
className: B.stickyAvatar,
|
|
879
|
+
style: { background: r.bgColor || "#ef6c00" },
|
|
880
|
+
"aria-label": r.name,
|
|
881
|
+
title: r.name,
|
|
882
|
+
children: r.imageUrl ? /* @__PURE__ */ e.jsx(
|
|
883
|
+
"img",
|
|
884
|
+
{
|
|
885
|
+
src: r.imageUrl,
|
|
886
|
+
alt: r.name,
|
|
887
|
+
className: B.stickyAvatarImage,
|
|
888
|
+
loading: "lazy"
|
|
889
|
+
}
|
|
890
|
+
) : /* @__PURE__ */ e.jsx("span", { className: B.stickyAvatarLabel, children: r.initial })
|
|
891
|
+
},
|
|
892
|
+
r.id
|
|
893
|
+
)) }),
|
|
894
|
+
/* @__PURE__ */ e.jsxs("p", { className: B.stickyJoinText, children: [
|
|
895
|
+
/* @__PURE__ */ e.jsx("strong", { children: "1,200+ devotees" }),
|
|
896
|
+
" joined this week"
|
|
897
|
+
] })
|
|
898
|
+
] }),
|
|
899
|
+
/* @__PURE__ */ e.jsx(
|
|
900
|
+
"button",
|
|
901
|
+
{
|
|
902
|
+
type: "button",
|
|
903
|
+
className: B.stickyJoinCta,
|
|
904
|
+
onClick: t,
|
|
905
|
+
children: "Register for Free"
|
|
906
|
+
}
|
|
907
|
+
)
|
|
908
|
+
]
|
|
909
|
+
}
|
|
910
|
+
)), na = ({
|
|
904
911
|
onJoinClick: t,
|
|
905
912
|
onSectionImpression: a,
|
|
906
913
|
onReviewsSwipe: r
|