@streamlayer/react 1.23.1 → 1.24.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.
Files changed (159) hide show
  1. package/lib/app/masters.d.ts +0 -1
  2. package/lib/cjs/Question.js +1 -1
  3. package/lib/cjs/advertisement.js +33 -53
  4. package/lib/cjs/analytics.js +1 -1
  5. package/lib/cjs/auth.js +1 -1
  6. package/lib/cjs/bet-pack.js +1 -1
  7. package/lib/cjs/feature.js +1 -1
  8. package/lib/cjs/hooks-n9ax4LRT.js +1 -0
  9. package/lib/cjs/index-ByUNFvMk.js +5 -0
  10. package/lib/cjs/index.js +1 -1
  11. package/lib/cjs/index10.js +1 -1
  12. package/lib/cjs/index11.js +1 -4
  13. package/lib/cjs/index12.js +1 -1
  14. package/lib/cjs/index13.js +1 -1
  15. package/lib/cjs/index14.js +4 -1
  16. package/lib/cjs/index15.js +1 -1
  17. package/lib/cjs/index16.js +2 -2
  18. package/lib/cjs/index2.js +1 -1
  19. package/lib/cjs/index4.js +3 -3
  20. package/lib/cjs/index5.js +1 -1
  21. package/lib/cjs/index6.js +1 -1
  22. package/lib/cjs/index7.js +1 -1
  23. package/lib/cjs/index8.js +1 -1
  24. package/lib/cjs/index9.js +7 -1
  25. package/lib/cjs/insight.js +1 -1
  26. package/lib/cjs/masters.js +1 -1
  27. package/lib/cjs/masters2.js +5 -10
  28. package/lib/cjs/notification.js +1 -1
  29. package/lib/cjs/pause-ad.js +1 -1
  30. package/lib/cjs/points.js +1 -1
  31. package/lib/cjs/polymarket.js +4 -9
  32. package/lib/cjs/sl-types.js +1 -15
  33. package/lib/cjs/storage.js +1 -1
  34. package/lib/cjs/theme.js +1 -17
  35. package/lib/cjs/useStreamLayerApp.js +1 -1
  36. package/lib/cjs/useStreamLayerApp2.js +15 -15
  37. package/lib/cjs/utils.js +8 -8
  38. package/lib/classic/app/masters.d.ts +0 -1
  39. package/lib/classic/cjs/Question.js +1 -1
  40. package/lib/classic/cjs/advertisement.js +33 -53
  41. package/lib/classic/cjs/analytics.js +1 -1
  42. package/lib/classic/cjs/auth.js +1 -1
  43. package/lib/classic/cjs/bet-pack.js +3 -3
  44. package/lib/classic/cjs/feature.js +1 -1
  45. package/lib/classic/cjs/hooks-n9ax4LRT.js +1 -0
  46. package/lib/classic/cjs/index-ByUNFvMk.js +5 -0
  47. package/lib/classic/cjs/index.js +1 -1
  48. package/lib/classic/cjs/index10.js +1 -1
  49. package/lib/classic/cjs/index11.js +1 -1
  50. package/lib/classic/cjs/index12.js +1 -1
  51. package/lib/classic/cjs/index13.js +3 -3
  52. package/lib/classic/cjs/index2.js +2 -2
  53. package/lib/classic/cjs/index3.js +1 -1
  54. package/lib/classic/cjs/index4.js +1 -1
  55. package/lib/classic/cjs/index5.js +1 -1
  56. package/lib/classic/cjs/index6.js +1 -1
  57. package/lib/classic/cjs/index7.js +7 -1
  58. package/lib/classic/cjs/index8.js +1 -1
  59. package/lib/classic/cjs/index9.js +1 -1
  60. package/lib/classic/cjs/insight.js +1 -1
  61. package/lib/classic/cjs/notification.js +1 -1
  62. package/lib/classic/cjs/notification2.js +1 -1
  63. package/lib/classic/cjs/pause-ad.js +1 -1
  64. package/lib/classic/cjs/points.js +1 -1
  65. package/lib/classic/cjs/polymarket.js +4 -9
  66. package/lib/classic/cjs/sl-types.js +1 -15
  67. package/lib/classic/cjs/useStreamLayerApp.js +1 -1
  68. package/lib/classic/cjs/useStreamLayerApp2.js +15 -15
  69. package/lib/classic/cjs/utils.js +8 -8
  70. package/lib/classic/es/Question.js +216 -220
  71. package/lib/classic/es/advertisement.js +14665 -15122
  72. package/lib/classic/es/analytics.js +9 -9
  73. package/lib/classic/es/auth.js +1 -1
  74. package/lib/classic/es/bet-pack.js +637 -650
  75. package/lib/classic/es/feature.js +29 -33
  76. package/lib/classic/es/hooks-n9ax4LRT.js +97 -0
  77. package/lib/classic/es/index-ByUNFvMk.js +3775 -0
  78. package/lib/classic/es/index.js +13 -16
  79. package/lib/classic/es/index10.js +2587 -82
  80. package/lib/classic/es/index11.js +306 -2344
  81. package/lib/classic/es/index12.js +103 -101
  82. package/lib/classic/es/index13.js +449 -464
  83. package/lib/classic/es/index2.js +1244 -1268
  84. package/lib/classic/es/index3.js +10 -10
  85. package/lib/classic/es/index4.js +4 -283
  86. package/lib/classic/es/index5.js +4 -5
  87. package/lib/classic/es/index6.js +285 -5
  88. package/lib/classic/es/index7.js +179 -5
  89. package/lib/classic/es/index8.js +5 -9
  90. package/lib/classic/es/index9.js +7 -315
  91. package/lib/classic/es/insight.js +39 -41
  92. package/lib/classic/es/notification.js +3 -3
  93. package/lib/classic/es/notification2.js +513 -528
  94. package/lib/classic/es/pause-ad.js +116 -116
  95. package/lib/classic/es/points.js +33 -34
  96. package/lib/classic/es/polymarket.js +1049 -1102
  97. package/lib/classic/es/sl-types.js +115 -217
  98. package/lib/classic/es/useStreamLayerApp.js +1 -1
  99. package/lib/classic/es/useStreamLayerApp2.js +6485 -6405
  100. package/lib/classic/es/utils.js +6 -6
  101. package/lib/classic/source.css +110 -0
  102. package/lib/dist/cjs/index-ByUNFvMk.js +5 -0
  103. package/lib/dist/cjs/index.js +1 -1
  104. package/lib/dist/cjs/masters.js +34 -42
  105. package/lib/dist/es/index-ByUNFvMk.js +3775 -0
  106. package/lib/dist/es/index.js +7 -11
  107. package/lib/dist/es/masters.js +13506 -12760
  108. package/lib/dist/index.d.ts +5 -5
  109. package/lib/dist/source.css +64 -0
  110. package/lib/es/Question.js +99 -101
  111. package/lib/es/advertisement.js +14665 -15122
  112. package/lib/es/analytics.js +29 -29
  113. package/lib/es/auth.js +1 -1
  114. package/lib/es/bet-pack.js +12 -11
  115. package/lib/es/feature.js +29 -33
  116. package/lib/es/hooks-n9ax4LRT.js +97 -0
  117. package/lib/es/index-ByUNFvMk.js +3775 -0
  118. package/lib/es/index.js +13 -16
  119. package/lib/es/index10.js +7 -263
  120. package/lib/es/index11.js +172 -822
  121. package/lib/es/index12.js +2587 -178
  122. package/lib/es/index13.js +248 -302
  123. package/lib/es/index14.js +815 -82
  124. package/lib/es/index15.js +306 -2344
  125. package/lib/es/index16.js +451 -454
  126. package/lib/es/index2.js +737 -757
  127. package/lib/es/index4.js +626 -639
  128. package/lib/es/index5.js +10 -10
  129. package/lib/es/index6.js +5 -285
  130. package/lib/es/index7.js +7 -5
  131. package/lib/es/index8.js +283 -5
  132. package/lib/es/index9.js +179 -8
  133. package/lib/es/insight.js +39 -41
  134. package/lib/es/masters.js +4 -5
  135. package/lib/es/masters2.js +408 -441
  136. package/lib/es/notification.js +469 -484
  137. package/lib/es/pause-ad.js +116 -116
  138. package/lib/es/points.js +42 -43
  139. package/lib/es/polymarket.js +1049 -1102
  140. package/lib/es/sl-types.js +114 -235
  141. package/lib/es/storage.js +22 -22
  142. package/lib/es/theme.js +3 -44
  143. package/lib/es/useStreamLayerApp.js +1 -1
  144. package/lib/es/useStreamLayerApp2.js +6485 -6405
  145. package/lib/es/utils.js +6 -6
  146. package/lib/source.css +120 -0
  147. package/lib/style.css +1 -1
  148. package/package.json +15 -15
  149. package/lib/cjs/hooks-WfHlJH12.js +0 -1
  150. package/lib/cjs/index-eShKGO10.js +0 -5
  151. package/lib/classic/cjs/hooks-WfHlJH12.js +0 -1
  152. package/lib/classic/cjs/index-eShKGO10.js +0 -5
  153. package/lib/classic/es/hooks-WfHlJH12.js +0 -98
  154. package/lib/classic/es/index-eShKGO10.js +0 -3757
  155. package/lib/dist/cjs/index-eShKGO10.js +0 -5
  156. package/lib/dist/es/index-eShKGO10.js +0 -3757
  157. package/lib/dist/style.css +0 -1
  158. package/lib/es/hooks-WfHlJH12.js +0 -98
  159. package/lib/es/index-eShKGO10.js +0 -3757
@@ -1,183 +1,185 @@
1
- import { s } from "./sl-types.js";
2
- import { Q as n } from "./useStreamLayerApp2.js";
3
- import { jsxs as a, jsx as i, Fragment as O } from "react/jsx-runtime";
4
- import { memo as b, useMemo as x } from "react";
5
- import { E as C } from "./index9.js";
6
- import { B as H } from "./index4.js";
7
- const ae = {
8
- [n.TWEET]: { label: "Insight", iconName: "icon-insight" },
9
- [n.PROMOTION]: { label: "Insight", iconName: "icon-insight" },
10
- [n.UNSET]: void 0,
11
- [n.FACTOID]: { label: "Insight", iconName: "icon-insight" },
12
- [n.POLL]: { label: "Poll", iconName: "icon-poll" },
13
- [n.TRIVIA]: { label: "Trivia", iconName: "icon-trivia" },
14
- [n.PREDICTION]: { label: "Prediction", iconName: "icon-prediction" }
15
- }, ne = {
16
- [n.TWEET]: "Learn more",
17
- [n.FACTOID]: "Learn more",
18
- [n.POLL]: "Answer",
19
- [n.TRIVIA]: "Answer",
20
- [n.PREDICTION]: "Answer",
21
- [n.PROMOTION]: "",
22
- [n.UNSET]: ""
23
- }, le = (t) => t.split(/\s+/).map((l) => l[0]).join("").toUpperCase(), oe = (t) => t ? t.toLocaleString("en-US") : "0", P = (t) => {
24
- const l = new Date(t);
25
- if (!l)
1
+ import { s as a } from "./sl-types.js";
2
+ import { Q as i } from "./useStreamLayerApp2.js";
3
+ import { jsxs as t, jsx as s, Fragment as U } from "react/jsx-runtime";
4
+ import { memo as $, useMemo as w } from "react";
5
+ import { F as y } from "./index11.js";
6
+ import { B as T } from "./index6.js";
7
+ const G = {
8
+ [i.TWEET]: { label: "Insight", iconName: "icon-insight" },
9
+ [i.PROMOTION]: { label: "Insight", iconName: "icon-insight" },
10
+ [i.UNSET]: void 0,
11
+ [i.FACTOID]: { label: "Insight", iconName: "icon-insight" },
12
+ [i.POLL]: { label: "Poll", iconName: "icon-poll" },
13
+ [i.TRIVIA]: { label: "Trivia", iconName: "icon-trivia" },
14
+ [i.PREDICTION]: { label: "Prediction", iconName: "icon-prediction" }
15
+ }, J = {
16
+ [i.TWEET]: "Learn more",
17
+ [i.FACTOID]: "Learn more",
18
+ [i.POLL]: "Answer",
19
+ [i.TRIVIA]: "Answer",
20
+ [i.PREDICTION]: "Answer",
21
+ [i.PROMOTION]: "",
22
+ [i.UNSET]: ""
23
+ }, K = (r) => r.split(/\s+/).map((n) => n[0]).join("").toUpperCase(), X = (r) => r ? r.toLocaleString("en-US") : "0", L = (r) => {
24
+ const n = new Date(r);
25
+ if (!n)
26
26
  return "";
27
- const m = /* @__PURE__ */ new Date(), o = Math.floor(m.getTime() - l.getTime());
28
- return o < 6e4 ? `${Math.floor(o / 1e3)}s` : o < 36e5 ? `${Math.floor(o / 6e4)}m` : o < 864e5 ? `${Math.floor(o / 36e5)}h` : l.getFullYear() === m.getFullYear() ? `${l.toLocaleDateString("en-US", {
27
+ const c = /* @__PURE__ */ new Date(), o = Math.floor(c.getTime() - n.getTime());
28
+ return o < 6e4 ? `${Math.floor(o / 1e3)}s` : o < 36e5 ? `${Math.floor(o / 6e4)}m` : o < 864e5 ? `${Math.floor(o / 36e5)}h` : n.getFullYear() === c.getFullYear() ? `${n.toLocaleDateString("en-US", {
29
29
  month: "short",
30
30
  day: "numeric"
31
- })}` : `${l.toLocaleDateString("en-US", {
31
+ })}` : `${n.toLocaleDateString("en-US", {
32
32
  month: "2-digit",
33
33
  day: "2-digit",
34
34
  year: "2-digit"
35
35
  })}`;
36
- }, M = /* @__PURE__ */ s("div")({
36
+ }, D = /* @__PURE__ */ a("div")({
37
37
  name: "Container",
38
38
  class: "cjq447q",
39
39
  propsAsIs: !1
40
- }), R = /* @__PURE__ */ s("div")({
40
+ }), H = /* @__PURE__ */ a("div")({
41
41
  name: "ImageContainer",
42
42
  class: "i14egogb",
43
43
  propsAsIs: !1
44
- }), F = /* @__PURE__ */ s("img")({
44
+ }), S = /* @__PURE__ */ a("img")({
45
45
  name: "Image",
46
46
  class: "i2g9g4l",
47
47
  propsAsIs: !1
48
- }), j = () => H, V = /* @__PURE__ */ s(j())({
48
+ }), O = () => T, E = /* @__PURE__ */ a(O())({
49
49
  name: "TwitterIcon",
50
50
  class: "t1c454nm",
51
51
  propsAsIs: !0
52
- }), _ = /* @__PURE__ */ s("div")({
52
+ }), b = /* @__PURE__ */ a("div")({
53
53
  name: "Details",
54
54
  class: "d11nigc3",
55
55
  propsAsIs: !1
56
- }), z = /* @__PURE__ */ s("div")({
56
+ }), x = /* @__PURE__ */ a("div")({
57
57
  name: "Name",
58
58
  class: "nrxa4k8",
59
59
  propsAsIs: !1
60
- }), B = /* @__PURE__ */ s("div")({
60
+ }), C = /* @__PURE__ */ a("div")({
61
61
  name: "UserNameAndDate",
62
62
  class: "u1p051g3",
63
63
  propsAsIs: !1
64
- }), k = ({ image: t, name: l, userName: m, verified: o, createdTweet: p }) => {
65
- const r = p && P(p);
66
- return /* @__PURE__ */ a(M, { children: [
67
- t && /* @__PURE__ */ a(R, { children: [
68
- /* @__PURE__ */ i(F, { className: "SL_AccountImage", src: t }),
69
- /* @__PURE__ */ i(V, { name: "twitter" })
64
+ }), F = ({ image: r, name: n, userName: c, verified: o, createdTweet: p }) => {
65
+ const m = p && L(p);
66
+ return /* @__PURE__ */ t(D, { children: [
67
+ r && /* @__PURE__ */ t(H, { children: [
68
+ /* @__PURE__ */ s(S, { className: "SL_AccountImage", src: r }),
69
+ /* @__PURE__ */ s(E, { name: "twitter" })
70
70
  ] }),
71
- /* @__PURE__ */ a(_, { children: [
72
- l && /* @__PURE__ */ a(z, { className: "SL_TweetAccountName", children: [
73
- l,
71
+ /* @__PURE__ */ t(b, { children: [
72
+ n && /* @__PURE__ */ t(x, { className: "SL_TweetAccountName", children: [
73
+ n,
74
74
  " ",
75
- o && /* @__PURE__ */ i(H, { name: "icon-twitter-verified" })
75
+ o && /* @__PURE__ */ s(T, { name: "icon-twitter-verified" })
76
76
  ] }),
77
- m && /* @__PURE__ */ a(B, { className: "SL_TweetAccountUserName", children: [
77
+ c && /* @__PURE__ */ t(C, { className: "SL_TweetAccountUserName", children: [
78
78
  "@",
79
- m,
79
+ c,
80
80
  " ",
81
- r && `・ ${r}`
81
+ m && `・ ${m}`
82
82
  ] })
83
83
  ] })
84
84
  ] });
85
- }, q = /* @__PURE__ */ s("div")({
85
+ }, P = /* @__PURE__ */ a("div")({
86
86
  name: "Container",
87
87
  class: "c1kzqw87",
88
88
  propsAsIs: !1
89
- }), Q = /* @__PURE__ */ s("div")({
89
+ }), M = /* @__PURE__ */ a("div")({
90
90
  name: "Details",
91
91
  class: "d9r1hf9",
92
92
  propsAsIs: !1
93
- }), W = /* @__PURE__ */ s("div")({
93
+ }), R = /* @__PURE__ */ a("div")({
94
94
  name: "Body",
95
95
  class: "bezygt5",
96
96
  propsAsIs: !1
97
- }), d = /* @__PURE__ */ s("div")({
97
+ }), d = /* @__PURE__ */ a("div")({
98
98
  name: "ImagesContainer",
99
99
  class: "i1y8f7ym",
100
100
  propsAsIs: !1
101
- }), v = /* @__PURE__ */ s("div")({
101
+ }), h = /* @__PURE__ */ a("div")({
102
102
  name: "ImagesBlock",
103
103
  class: "i18gwonx",
104
104
  propsAsIs: !1
105
- }), L = /* @__PURE__ */ s("img")({
105
+ }), N = /* @__PURE__ */ a("img")({
106
106
  name: "Image",
107
107
  class: "i3g0xjd",
108
108
  propsAsIs: !1
109
- }), Y = () => L, c = /* @__PURE__ */ s(Y())({
109
+ }), j = () => N, l = /* @__PURE__ */ a(j())({
110
110
  name: "ImageFullSize",
111
111
  class: "io8rt7p",
112
112
  propsAsIs: !0
113
- }), G = () => L, I = /* @__PURE__ */ s(G())({
113
+ }), V = () => N, f = /* @__PURE__ */ a(V())({
114
114
  name: "ImageHalfSize",
115
115
  class: "i4hn3ox",
116
116
  propsAsIs: !0
117
- }), J = new RegExp("\\s?https?://t.co[^\\s]+(\\s+)?$"), K = (t) => t == null ? void 0 : t.replace(J, ""), re = b(
118
- ({ image: t, body: l, muted: m, account: o, accountVerified: p, tweet: r, isDetail: h, controlVideo: S }) => {
119
- var A, f, T, N, U;
120
- const e = (f = (A = r == null ? void 0 : r.meta) == null ? void 0 : A.extendedEntities) == null ? void 0 : f.media, g = e == null ? void 0 : e.find(({ type: u }) => u === "photo"), $ = x(() => {
121
- var u, w, D, y;
122
- return (y = (D = (w = (u = e == null ? void 0 : e[0]) == null ? void 0 : u.videoInfo) == null ? void 0 : w.variants) == null ? void 0 : D.findLast(({ contentType: E }) => E === "video/mp4")) == null ? void 0 : y.url;
123
- }, [e]);
124
- return /* @__PURE__ */ a(q, { children: [
125
- /* @__PURE__ */ a(Q, { children: [
126
- /* @__PURE__ */ i(
127
- k,
117
+ }), _ = new RegExp("\\s?https?://t.co[^\\s]+(\\s+)?$"), z = (r) => r?.replace(_, ""), Z = $(
118
+ ({ image: r, body: n, muted: c, account: o, accountVerified: p, tweet: m, isDetail: u, controlVideo: v }) => {
119
+ const e = m?.meta?.extendedEntities?.media, g = e?.find(
120
+ ({ type: I }) => I === "photo"
121
+ /* PHOTO */
122
+ ), A = w(() => e?.[0]?.videoInfo?.variants?.findLast(
123
+ ({ contentType: I }) => I === "video/mp4"
124
+ /* VIDEO */
125
+ )?.url, [e]);
126
+ return /* @__PURE__ */ t(P, { children: [
127
+ /* @__PURE__ */ t(M, { children: [
128
+ /* @__PURE__ */ s(
129
+ F,
128
130
  {
129
- image: t,
130
- name: (T = r == null ? void 0 : r.meta) == null ? void 0 : T.accountName,
131
+ image: r,
132
+ name: m?.meta?.accountName,
131
133
  userName: o,
132
134
  verified: p,
133
- createdTweet: r == null ? void 0 : r.date
135
+ createdTweet: m?.date
134
136
  }
135
137
  ),
136
- /* @__PURE__ */ i(W, { children: K(l) }),
137
- !h && g && /* @__PURE__ */ i(d, { children: /* @__PURE__ */ i(c, { src: e == null ? void 0 : e[0].mediaUrlHttps }) }),
138
- h && g && /* @__PURE__ */ a(O, { children: [
139
- (e == null ? void 0 : e.length) === 1 && /* @__PURE__ */ i(d, { children: /* @__PURE__ */ i(c, { src: e[0].mediaUrlHttps }) }),
140
- (e == null ? void 0 : e.length) === 2 && /* @__PURE__ */ a(d, { children: [
141
- /* @__PURE__ */ i(I, { src: e[0].mediaUrlHttps }),
142
- /* @__PURE__ */ i(I, { src: e[1].mediaUrlHttps })
138
+ /* @__PURE__ */ s(R, { children: z(n) }),
139
+ !u && g && /* @__PURE__ */ s(d, { children: /* @__PURE__ */ s(l, { src: e?.[0].mediaUrlHttps }) }),
140
+ u && g && /* @__PURE__ */ t(U, { children: [
141
+ e?.length === 1 && /* @__PURE__ */ s(d, { children: /* @__PURE__ */ s(l, { src: e[0].mediaUrlHttps }) }),
142
+ e?.length === 2 && /* @__PURE__ */ t(d, { children: [
143
+ /* @__PURE__ */ s(f, { src: e[0].mediaUrlHttps }),
144
+ /* @__PURE__ */ s(f, { src: e[1].mediaUrlHttps })
143
145
  ] }),
144
- (e == null ? void 0 : e.length) === 3 && /* @__PURE__ */ a(d, { children: [
145
- /* @__PURE__ */ i(I, { src: e[0].mediaUrlHttps }),
146
- /* @__PURE__ */ a(v, { children: [
147
- /* @__PURE__ */ i(c, { src: e[1].mediaUrlHttps }),
148
- /* @__PURE__ */ i(c, { src: e[2].mediaUrlHttps })
146
+ e?.length === 3 && /* @__PURE__ */ t(d, { children: [
147
+ /* @__PURE__ */ s(f, { src: e[0].mediaUrlHttps }),
148
+ /* @__PURE__ */ t(h, { children: [
149
+ /* @__PURE__ */ s(l, { src: e[1].mediaUrlHttps }),
150
+ /* @__PURE__ */ s(l, { src: e[2].mediaUrlHttps })
149
151
  ] })
150
152
  ] }),
151
- (e == null ? void 0 : e.length) === 4 && /* @__PURE__ */ a(d, { children: [
152
- /* @__PURE__ */ a(v, { children: [
153
- /* @__PURE__ */ i(c, { src: e[0].mediaUrlHttps }),
154
- /* @__PURE__ */ i(c, { src: e[1].mediaUrlHttps })
153
+ e?.length === 4 && /* @__PURE__ */ t(d, { children: [
154
+ /* @__PURE__ */ t(h, { children: [
155
+ /* @__PURE__ */ s(l, { src: e[0].mediaUrlHttps }),
156
+ /* @__PURE__ */ s(l, { src: e[1].mediaUrlHttps })
155
157
  ] }),
156
- /* @__PURE__ */ a(v, { children: [
157
- /* @__PURE__ */ i(c, { src: e[2].mediaUrlHttps }),
158
- /* @__PURE__ */ i(c, { src: e[3].mediaUrlHttps })
158
+ /* @__PURE__ */ t(h, { children: [
159
+ /* @__PURE__ */ s(l, { src: e[2].mediaUrlHttps }),
160
+ /* @__PURE__ */ s(l, { src: e[3].mediaUrlHttps })
159
161
  ] })
160
162
  ] })
161
163
  ] })
162
164
  ] }),
163
- !g && (((N = e == null ? void 0 : e[0]) == null ? void 0 : N.type) === "video" || ((U = e == null ? void 0 : e[0]) == null ? void 0 : U.type) === "animated_gif") && $ && /* @__PURE__ */ i(
164
- C,
165
+ !g && (e?.[0]?.type === "video" || e?.[0]?.type === "animated_gif") && A && /* @__PURE__ */ s(
166
+ y,
165
167
  {
166
- muted: m,
167
- source: $,
168
+ muted: c,
169
+ source: A,
168
170
  poster: e[0].mediaUrlHttps,
169
- controlVideo: S
171
+ controlVideo: v
170
172
  }
171
173
  )
172
174
  ] });
173
175
  }
174
176
  );
175
177
  export {
176
- k as D,
177
- le as I,
178
- K as a,
179
- re as b,
180
- ae as e,
181
- ne as o,
182
- oe as s
178
+ F as D,
179
+ K as I,
180
+ Z as N,
181
+ G as e,
182
+ z as j,
183
+ J as o,
184
+ X as s
183
185
  };