@streamlayer/react 1.24.5 → 1.24.7

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 (166) hide show
  1. package/lib/cjs/advertisement.js +19607 -203
  2. package/lib/cjs/auth.js +4459 -1
  3. package/lib/cjs/bet-pack.js +15691 -1
  4. package/lib/cjs/index.js +19411 -1
  5. package/lib/cjs/insight.js +13509 -1
  6. package/lib/cjs/masters.js +20696 -1
  7. package/lib/cjs/notification.js +13087 -1
  8. package/lib/cjs/package.json +1 -0
  9. package/lib/cjs/pause-ad.js +8390 -1
  10. package/lib/cjs/points.js +7189 -1
  11. package/lib/cjs/polyfills.js +69 -0
  12. package/lib/cjs/polymarket.js +16394 -14
  13. package/lib/cjs/style.css +1 -0
  14. package/lib/cjs/useStreamLayerApp.js +4711 -1
  15. package/lib/dist/cjs/index.js +20696 -1
  16. package/lib/dist/es/index.js +20669 -10
  17. package/lib/dist/es/polyfills.js +92 -0
  18. package/lib/es/Question.js +66 -65
  19. package/lib/es/advertisement.js +3402 -3294
  20. package/lib/es/analytics.js +1 -1
  21. package/lib/es/bet-pack.js +1 -1
  22. package/lib/es/feature.js +192 -37
  23. package/lib/es/{index-DvqmgCor.js → index-D8wyDNJD.js} +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/index10.js +181 -7
  26. package/lib/es/index11.js +371 -181
  27. package/lib/es/index12.js +366 -2579
  28. package/lib/es/index13.js +789 -234
  29. package/lib/es/index14.js +293 -792
  30. package/lib/es/index15.js +2550 -305
  31. package/lib/es/index16.js +64 -66
  32. package/lib/es/index2.js +285 -279
  33. package/lib/es/index3.js +34 -4
  34. package/lib/es/index4.js +16 -17
  35. package/lib/es/index5.js +3 -19
  36. package/lib/es/index6.js +7 -5
  37. package/lib/es/index7.js +284 -5
  38. package/lib/es/index8.js +236 -281
  39. package/lib/es/index9.js +8 -179
  40. package/lib/es/insight.js +2 -2
  41. package/lib/es/masters2.js +199 -189
  42. package/lib/es/notification.js +27 -28
  43. package/lib/es/pause-ad.js +124 -149
  44. package/lib/es/points.js +23 -24
  45. package/lib/es/polymarket.js +3 -3
  46. package/lib/es/storage.js +4 -4
  47. package/lib/es/style.css +1 -0
  48. package/lib/es/useStreamLayerApp2.js +5579 -4475
  49. package/lib/source.css +1 -120
  50. package/package.json +126 -91
  51. package/lib/cjs/Question.js +0 -1
  52. package/lib/cjs/analytics.js +0 -1
  53. package/lib/cjs/feature.js +0 -1
  54. package/lib/cjs/gamification-feature.js +0 -1
  55. package/lib/cjs/gamification-feature2.js +0 -1
  56. package/lib/cjs/hooks-n9ax4LRT.js +0 -1
  57. package/lib/cjs/index-DvqmgCor.js +0 -5
  58. package/lib/cjs/index10.js +0 -1
  59. package/lib/cjs/index11.js +0 -1
  60. package/lib/cjs/index12.js +0 -1
  61. package/lib/cjs/index13.js +0 -1
  62. package/lib/cjs/index14.js +0 -4
  63. package/lib/cjs/index15.js +0 -1
  64. package/lib/cjs/index16.js +0 -5
  65. package/lib/cjs/index2.js +0 -1
  66. package/lib/cjs/index3.js +0 -1
  67. package/lib/cjs/index4.js +0 -5
  68. package/lib/cjs/index5.js +0 -1
  69. package/lib/cjs/index6.js +0 -1
  70. package/lib/cjs/index7.js +0 -1
  71. package/lib/cjs/index8.js +0 -1
  72. package/lib/cjs/index9.js +0 -7
  73. package/lib/cjs/masters2.js +0 -8
  74. package/lib/cjs/sl-types.js +0 -1
  75. package/lib/cjs/storage.js +0 -1
  76. package/lib/cjs/theme.js +0 -1
  77. package/lib/cjs/useStreamLayerApp2.js +0 -17
  78. package/lib/cjs/utils.js +0 -47
  79. package/lib/classic/app/advertisement.d.ts +0 -19
  80. package/lib/classic/app/app.d.ts +0 -23
  81. package/lib/classic/app/auth.d.ts +0 -4
  82. package/lib/classic/app/bet-pack.d.ts +0 -10
  83. package/lib/classic/app/insight.d.ts +0 -13
  84. package/lib/classic/app/masters.d.ts +0 -19
  85. package/lib/classic/app/notification.d.ts +0 -5
  86. package/lib/classic/app/pause-ad.d.ts +0 -27
  87. package/lib/classic/app/points.d.ts +0 -3
  88. package/lib/classic/app/polymarket.d.ts +0 -7
  89. package/lib/classic/app/useStreamLayerApp.d.ts +0 -1
  90. package/lib/classic/cjs/Question.js +0 -1
  91. package/lib/classic/cjs/advertisement.js +0 -203
  92. package/lib/classic/cjs/analytics.js +0 -1
  93. package/lib/classic/cjs/auth.js +0 -1
  94. package/lib/classic/cjs/bet-pack.js +0 -5
  95. package/lib/classic/cjs/feature.js +0 -1
  96. package/lib/classic/cjs/gamification-feature.js +0 -1
  97. package/lib/classic/cjs/hooks-n9ax4LRT.js +0 -1
  98. package/lib/classic/cjs/index-DvqmgCor.js +0 -5
  99. package/lib/classic/cjs/index.js +0 -1
  100. package/lib/classic/cjs/index10.js +0 -1
  101. package/lib/classic/cjs/index11.js +0 -1
  102. package/lib/classic/cjs/index12.js +0 -1
  103. package/lib/classic/cjs/index13.js +0 -4
  104. package/lib/classic/cjs/index2.js +0 -5
  105. package/lib/classic/cjs/index3.js +0 -1
  106. package/lib/classic/cjs/index4.js +0 -1
  107. package/lib/classic/cjs/index5.js +0 -1
  108. package/lib/classic/cjs/index6.js +0 -1
  109. package/lib/classic/cjs/index7.js +0 -7
  110. package/lib/classic/cjs/index8.js +0 -1
  111. package/lib/classic/cjs/index9.js +0 -1
  112. package/lib/classic/cjs/insight.js +0 -1
  113. package/lib/classic/cjs/notification.js +0 -1
  114. package/lib/classic/cjs/notification2.js +0 -1
  115. package/lib/classic/cjs/pause-ad.js +0 -1
  116. package/lib/classic/cjs/points.js +0 -1
  117. package/lib/classic/cjs/polymarket.js +0 -14
  118. package/lib/classic/cjs/sl-types.js +0 -1
  119. package/lib/classic/cjs/useStreamLayerApp.js +0 -1
  120. package/lib/classic/cjs/useStreamLayerApp2.js +0 -17
  121. package/lib/classic/cjs/utils.js +0 -47
  122. package/lib/classic/es/Question.js +0 -388
  123. package/lib/classic/es/advertisement.js +0 -38759
  124. package/lib/classic/es/analytics.js +0 -84
  125. package/lib/classic/es/auth.js +0 -11
  126. package/lib/classic/es/bet-pack.js +0 -3419
  127. package/lib/classic/es/feature.js +0 -59
  128. package/lib/classic/es/gamification-feature.js +0 -4
  129. package/lib/classic/es/hooks-n9ax4LRT.js +0 -97
  130. package/lib/classic/es/index-DvqmgCor.js +0 -3775
  131. package/lib/classic/es/index.js +0 -15
  132. package/lib/classic/es/index10.js +0 -2592
  133. package/lib/classic/es/index11.js +0 -317
  134. package/lib/classic/es/index12.js +0 -185
  135. package/lib/classic/es/index13.js +0 -820
  136. package/lib/classic/es/index2.js +0 -2597
  137. package/lib/classic/es/index3.js +0 -19
  138. package/lib/classic/es/index4.js +0 -6
  139. package/lib/classic/es/index5.js +0 -5
  140. package/lib/classic/es/index6.js +0 -285
  141. package/lib/classic/es/index7.js +0 -181
  142. package/lib/classic/es/index8.js +0 -7
  143. package/lib/classic/es/index9.js +0 -11
  144. package/lib/classic/es/insight.js +0 -79
  145. package/lib/classic/es/notification.js +0 -9
  146. package/lib/classic/es/notification2.js +0 -1127
  147. package/lib/classic/es/pause-ad.js +0 -257
  148. package/lib/classic/es/points.js +0 -77
  149. package/lib/classic/es/polymarket.js +0 -6617
  150. package/lib/classic/es/sl-types.js +0 -156
  151. package/lib/classic/es/useStreamLayerApp.js +0 -4
  152. package/lib/classic/es/useStreamLayerApp2.js +0 -11573
  153. package/lib/classic/es/utils.js +0 -76
  154. package/lib/classic/index.d.ts +0 -6
  155. package/lib/classic/masters.d.ts +0 -8
  156. package/lib/classic/source.css +0 -110
  157. package/lib/dist/cjs/gamification-feature.js +0 -1
  158. package/lib/dist/cjs/index-DvqmgCor.js +0 -5
  159. package/lib/dist/cjs/masters.js +0 -69
  160. package/lib/dist/es/gamification-feature.js +0 -4
  161. package/lib/dist/es/index-DvqmgCor.js +0 -3775
  162. package/lib/dist/es/masters.js +0 -22204
  163. package/lib/dist/index.d.ts +0 -1355
  164. package/lib/dist/source.css +0 -64
  165. package/lib/es/sl-types.js +0 -156
  166. package/lib/style.css +0 -1
@@ -1,60 +1,58 @@
1
1
  import { jsx as n, jsxs as f, Fragment as I } from "react/jsx-runtime";
2
- import { s as d, u as p, c as S, N as T } from "./sl-types.js";
2
+ import { s as c, u as p, F as J, c as S, N as T } from "./feature.js";
3
3
  import D from "lodash.throttle";
4
- import { useRef as g, useState as L, useEffect as E, createContext as J, useContext as U, useMemo as _, Suspense as e2, lazy as s2, forwardRef as t2, useLayoutEffect as n2, useCallback as b, Component as r2 } from "react";
5
- import { A as h, R as o2 } from "./index9.js";
4
+ import { useRef as g, useState as L, useEffect as E, createContext as e2, useContext as U, useMemo as _, Suspense as s2, lazy as t2, forwardRef as n2, useLayoutEffect as r2, useCallback as b, Component as i2 } from "react";
5
+ import { A as h, R as o2 } from "./index8.js";
6
6
  import { f as G, A as M, a as Q } from "./analytics.js";
7
- import { Q as i2, z as a2, T as K, I as l2, c as c2, n as d2, f as C2, w as B, a as p2, p as u2 } from "./index16.js";
7
+ import { Q as a2, z as l2, T as K, I as d2, c as c2, n as C2, f as p2, w as B, a as u2, p as m2 } from "./index16.js";
8
8
  import { m as A } from "./theme.js";
9
- import { a as m2 } from "./index4.js";
10
- import { F as f2 } from "./feature.js";
11
- import "nanostores";
12
- import { Q as E2, Z as L2, y as h2, f as O } from "./index14.js";
13
- import { O as g2, d as S2, f as _2, a as N2 } from "./index13.js";
9
+ import { a as f2 } from "./index4.js";
10
+ import { Q as E2, Z as L2, y as h2, f as F } from "./index13.js";
11
+ import { O as g2, d as S2, f as _2, a as N2 } from "./index12.js";
14
12
  import { Q as T2, S as N } from "./useStreamLayerApp2.js";
15
- import { B as x } from "./index8.js";
13
+ import { B as x } from "./index7.js";
16
14
  import { createPortal as I2 } from "react-dom";
17
15
  import { e as v2 } from "./index3.js";
18
16
  import "./storage.js";
19
- import { e as R2 } from "./index11.js";
17
+ import { e as R2 } from "./index10.js";
20
18
  import { V as A2, g as y2, i as k2, j as D2 } from "./hooks-n9ax4LRT.js";
21
- const b2 = /* @__PURE__ */ d("div")({
19
+ const b2 = /* @__PURE__ */ c("div")({
22
20
  name: "SDKContainer",
23
21
  class: "s8zgqze",
24
22
  propsAsIs: !1
25
- }), O2 = "m6t897k", F2 = /* @__PURE__ */ d("div")({
23
+ }), F2 = "m6t897k", O2 = /* @__PURE__ */ c("div")({
26
24
  name: "SDKScrollContainer",
27
25
  class: "sw7pkvp",
28
26
  propsAsIs: !1
29
- }), Z = /* @__PURE__ */ d("div")({
27
+ }), Z = /* @__PURE__ */ c("div")({
30
28
  name: "SDKContentContainer",
31
29
  class: "s14gkn7u",
32
30
  propsAsIs: !1
33
- }), B2 = () => Z, V2 = /* @__PURE__ */ d(B2())({
31
+ }), B2 = () => Z, V2 = /* @__PURE__ */ c(B2())({
34
32
  name: "SDKWhiteContainer",
35
33
  class: "s1yxstm9",
36
34
  propsAsIs: !0
37
- }), w2 = /* @__PURE__ */ d("div")({
35
+ }), w2 = /* @__PURE__ */ c("div")({
38
36
  name: "TabsContainer",
39
37
  class: "tdpty1s",
40
38
  propsAsIs: !1
41
- }), $2 = /* @__PURE__ */ d("div")({
39
+ }), P2 = /* @__PURE__ */ c("div")({
42
40
  name: "UserSummaryContainer",
43
41
  class: "u136a59y",
44
42
  propsAsIs: !1
45
- }), z = (s, e, t) => {
43
+ }), q = (s, e, t) => {
46
44
  s.current?.scrollTo({
47
45
  top: 0,
48
46
  ...t
49
47
  });
50
- }, P2 = 15, H2 = (s, e, t) => {
51
- const r = g(null), o = g(0), [a] = L(
48
+ }, H2 = 15, $2 = (s, e, t) => {
49
+ const r = g(null), i = g(0), [a] = L(
52
50
  G({
53
51
  scrollPosition: 0,
54
52
  tabsShown: !1,
55
53
  scrollDirection: "forward"
56
54
  })
57
- ), i = p(e);
55
+ ), o = p(e);
58
56
  return E(() => {
59
57
  const l = window.innerWidth < h.lg && !t ? window : r.current;
60
58
  if (!l)
@@ -64,14 +62,14 @@ const b2 = /* @__PURE__ */ d("div")({
64
62
  const C = m.target;
65
63
  if (!C)
66
64
  return;
67
- let c = 0;
68
- i.screen.size < h.lg && !t ? c = s.current?.getBoundingClientRect().y || 0 : c = C.scrollTop;
69
- const v = o.current - c;
70
- if (P2 > Math.abs(v))
65
+ let d = 0;
66
+ o.screen.size < h.lg && !t ? d = s.current?.getBoundingClientRect().y || 0 : d = C.scrollTop;
67
+ const v = i.current - d;
68
+ if (H2 > Math.abs(v))
71
69
  return;
72
- const R = o.current < c ? "forward" : "backward";
73
- o.current = c, a.set({
74
- scrollPosition: Math.round(c),
70
+ const R = i.current < d ? "forward" : "backward";
71
+ i.current = d, a.set({
72
+ scrollPosition: Math.round(d),
75
73
  scrollDirection: R,
76
74
  tabsShown: a.get().tabsShown
77
75
  });
@@ -79,8 +77,8 @@ const b2 = /* @__PURE__ */ d("div")({
79
77
  return u({ target: l }), l.addEventListener("scroll", u), () => {
80
78
  l.removeEventListener("scroll", u);
81
79
  };
82
- }, [a, s, i.screen, t]), [r, a];
83
- }, y = /* @__PURE__ */ d("div")({
80
+ }, [a, s, o.screen, t]), [r, a];
81
+ }, y = /* @__PURE__ */ c("div")({
84
82
  name: "LoadingContainer",
85
83
  class: "l7wseip",
86
84
  propsAsIs: !1
@@ -89,30 +87,30 @@ const b2 = /* @__PURE__ */ d("div")({
89
87
  sdk: e,
90
88
  children: t,
91
89
  className: r,
92
- noWait: o
90
+ noWait: i
93
91
  }) => {
94
- const a = p(s.status), i = p(e.sdkStore.slStreamId);
95
- if (!o) {
96
- if (i?.loading && !i.data)
92
+ const a = p(s.status), o = p(e.sdkStore.slStreamId);
93
+ if (!i) {
94
+ if (o?.loading && !o.data)
97
95
  return /* @__PURE__ */ n(y, {
98
96
  className: r,
99
97
  children: "Event is loading..."
100
98
  });
101
- if (!i?.data)
99
+ if (!o?.data)
102
100
  return /* @__PURE__ */ n(y, {
103
101
  className: r,
104
102
  children: "Event is forbidden..."
105
103
  });
106
- if (a !== f2.Ready)
104
+ if (a !== J.Ready)
107
105
  return /* @__PURE__ */ n(y, {
108
106
  className: r,
109
107
  children: "Wait feature..."
110
108
  });
111
109
  }
112
110
  return t;
113
- }, Y = J({
111
+ }, z = e2({
114
112
  sdk: null
115
- }), F = () => U(Y), G2 = /* @__PURE__ */ d("div")({
113
+ }), O = () => U(z), G2 = /* @__PURE__ */ c("div")({
116
114
  name: "QuestionContainer",
117
115
  class: "qwgkhsv",
118
116
  propsAsIs: !1
@@ -121,10 +119,13 @@ const b2 = /* @__PURE__ */ d("div")({
121
119
  }) => {
122
120
  const {
123
121
  sdk: e
124
- } = F();
122
+ } = O();
125
123
  return s?.attributes?.attributes.case === "insight" ? /* @__PURE__ */ n(_2, {
126
124
  ...s.attributes.attributes.value,
127
- controlVideo: e?.controlVideoPlayer
125
+ controlVideo: e?.controlVideoPlayer,
126
+ questionId: s.id,
127
+ fireEvent: s.fireEvent,
128
+ isEventFired: s.isEventFired
128
129
  }) : s?.attributes?.attributes.case === "tweet" ? /* @__PURE__ */ n(N2, {
129
130
  ...s.attributes.attributes.value,
130
131
  controlVideo: e?.controlVideoPlayer
@@ -136,12 +137,12 @@ const b2 = /* @__PURE__ */ d("div")({
136
137
  }) => {
137
138
  const {
138
139
  loading: r,
139
- data: o
140
+ data: i
140
141
  } = s;
141
- return o ? /* @__PURE__ */ n(E2, {
142
+ return i ? /* @__PURE__ */ n(E2, {
142
143
  vote: e,
143
144
  close: t,
144
- openedQuestion: o,
145
+ openedQuestion: i,
145
146
  isLoading: !!r,
146
147
  mastersApp: !0
147
148
  }) : /* @__PURE__ */ n(L2, {});
@@ -167,13 +168,15 @@ const b2 = /* @__PURE__ */ d("div")({
167
168
  mastersApp: !0
168
169
  })]
169
170
  });
170
- }, x2 = ({ store: s, openQuestion: e }) => {
171
- const { sdk: t } = F(), r = p(s);
172
- return /* @__PURE__ */ n(i2, { openQuestion: e, questions: r.data, controlVideo: t?.controlVideoPlayer });
171
+ }, x2 = ({ store: s, openQuestion: e, withPickHistory: t }) => {
172
+ const { sdk: r } = O(), i = p(s);
173
+ return E(() => {
174
+ t.set(!0);
175
+ }, [t]), /* @__PURE__ */ n(a2, { openQuestion: e, questions: i.data, controlVideo: r?.controlVideoPlayer });
173
176
  }, Z2 = ({ userSummary: s }) => {
174
177
  const e = p(s.$store);
175
178
  return /* @__PURE__ */ n(
176
- a2,
179
+ l2,
177
180
  {
178
181
  hideFriendsRank: !0,
179
182
  loading: !e?.summary,
@@ -181,17 +184,24 @@ const b2 = /* @__PURE__ */ d("div")({
181
184
  successRate: e?.percentage?.correct
182
185
  }
183
186
  );
184
- }, z2 = ({ gamification: s, className: e, style: t }) => /* @__PURE__ */ f(w2, { className: e, style: t, children: [
185
- /* @__PURE__ */ n(V2, { style: { paddingTop: "16px" }, children: /* @__PURE__ */ n($2, { children: /* @__PURE__ */ n(Z2, { userSummary: s.userSummary }) }) }),
186
- /* @__PURE__ */ n(Z, { style: { flex: 1 }, children: /* @__PURE__ */ n(x2, { openQuestion: s.openQuestion, store: s.feedList.getStore() }) })
187
- ] }), Y2 = () => O, q2 = /* @__PURE__ */ d(Y2())({
187
+ }, q2 = ({ gamification: s, className: e, style: t }) => /* @__PURE__ */ f(w2, { className: e, style: t, children: [
188
+ /* @__PURE__ */ n(V2, { style: { paddingTop: "16px" }, children: /* @__PURE__ */ n(P2, { children: /* @__PURE__ */ n(Z2, { userSummary: s.userSummary }) }) }),
189
+ /* @__PURE__ */ n(Z, { style: { flex: 1 }, children: /* @__PURE__ */ n(
190
+ x2,
191
+ {
192
+ openQuestion: s.openQuestion,
193
+ store: s.feedList.getStore(),
194
+ withPickHistory: s.withPickHistory
195
+ }
196
+ ) })
197
+ ] }), z2 = () => F, Y2 = /* @__PURE__ */ c(z2())({
188
198
  name: "OpenedContainer",
189
199
  class: "o1seszvt",
190
200
  propsAsIs: !0
191
- }), d1 = ({
201
+ }), l1 = ({
192
202
  gamification: s,
193
203
  className: e
194
- }) => /* @__PURE__ */ n(z2, {
204
+ }) => /* @__PURE__ */ n(q2, {
195
205
  className: e,
196
206
  gamification: s
197
207
  }), j2 = `
@@ -203,21 +213,21 @@ const b2 = /* @__PURE__ */ d("div")({
203
213
  responsiveStore: e,
204
214
  useContainer: t,
205
215
  className: r,
206
- appNode: o
216
+ appNode: i
207
217
  }) => {
208
218
  const a = p(s.openedQuestion.$store), {
209
- sdkInDesktopView: i
219
+ sdkInDesktopView: o
210
220
  } = p(e, {
211
221
  keys: ["sdkInDesktopView"]
212
222
  }), {
213
223
  hiding: l,
214
224
  onAnimationEnd: u
215
225
  } = h2();
216
- return !o.current || !a ? null : /* @__PURE__ */ n(K, {
217
- container: o,
218
- useContainer: typeof t == "boolean" ? !t : !i,
226
+ return !i.current || !a ? null : /* @__PURE__ */ n(K, {
227
+ container: i,
228
+ useContainer: typeof t == "boolean" ? !t : !o,
219
229
  staticStyles: typeof t == "boolean" ? j2 : "",
220
- children: /* @__PURE__ */ n(q2, {
230
+ children: /* @__PURE__ */ n(Y2, {
221
231
  className: r,
222
232
  hiding: l,
223
233
  onAnimationEnd: u,
@@ -226,37 +236,37 @@ const b2 = /* @__PURE__ */ d("div")({
226
236
  })
227
237
  })
228
238
  });
229
- }, X2 = s2(() => import("./gamification-feature2.js")), J2 = ({ sdk: s, feature: e, className: t }) => {
239
+ }, X2 = t2(() => import("./gamification-feature2.js")), J2 = ({ sdk: s, feature: e, className: t }) => {
230
240
  const r = _(() => e && e.featureConfig.get().type === N.GAMES ? /* @__PURE__ */ n(U2, { className: t, sdk: s, feature: e, children: /* @__PURE__ */ n(X2, { className: t, gamification: e }) }) : null, [s, e, t]);
231
241
  return /* @__PURE__ */ n(
232
- e2,
242
+ s2,
233
243
  {
234
244
  fallback: /* @__PURE__ */ n("div", { style: { display: "flex", alignItems: "center", justifyContent: "center", width: "100%", height: "100%" }, children: "page loading..." }),
235
245
  children: r
236
246
  }
237
247
  );
238
- }, e0 = ({ feature: s, className: e, useContainer: t, appNode: r, responsiveStore: o }) => s && s.featureConfig.get().type === N.GAMES ? /* @__PURE__ */ n(
248
+ }, e0 = ({ feature: s, className: e, useContainer: t, appNode: r, responsiveStore: i }) => s && s.featureConfig.get().type === N.GAMES ? /* @__PURE__ */ n(
239
249
  W2,
240
250
  {
241
- responsiveStore: o,
251
+ responsiveStore: i,
242
252
  className: e,
243
253
  appNode: r,
244
254
  useContainer: t,
245
255
  gamification: s
246
256
  }
247
- ) : null, s0 = /* @__PURE__ */ d("div")({
257
+ ) : null, s0 = /* @__PURE__ */ c("div")({
248
258
  name: "Navigation",
249
259
  class: "n1o1tw60",
250
260
  propsAsIs: !1
251
- }), t0 = /* @__PURE__ */ d("div")({
261
+ }), t0 = /* @__PURE__ */ c("div")({
252
262
  name: "Container",
253
263
  class: "co2rstw",
254
264
  propsAsIs: !1
255
- }), n0 = /* @__PURE__ */ d("div")({
265
+ }), n0 = /* @__PURE__ */ c("div")({
256
266
  name: "Title",
257
267
  class: "t1bqnx9c",
258
268
  propsAsIs: !1
259
- }), r0 = "hlc2pcy", o0 = t2(({
269
+ }), r0 = "hlc2pcy", i0 = n2(({
260
270
  className: s
261
271
  }, e) => /* @__PURE__ */ f(s0, {
262
272
  className: S(s, r0),
@@ -269,52 +279,52 @@ const b2 = /* @__PURE__ */ d("div")({
269
279
  }), /* @__PURE__ */ n("div", {
270
280
  ref: e
271
281
  })]
272
- })), i0 = /* @__PURE__ */ d("div")({
282
+ })), o0 = /* @__PURE__ */ c("div")({
273
283
  name: "Container",
274
284
  class: "czz4rjk",
275
285
  propsAsIs: !1
276
- }), a0 = /* @__PURE__ */ d("div")({
286
+ }), a0 = /* @__PURE__ */ c("div")({
277
287
  name: "CloseIconWrap",
278
288
  class: "cxmojsy",
279
289
  propsAsIs: !1
280
- }), l0 = () => x, c0 = /* @__PURE__ */ d(l0())({
290
+ }), l0 = () => x, d0 = /* @__PURE__ */ c(l0())({
281
291
  name: "CloseIcon",
282
292
  class: "c1urm3yx",
283
293
  propsAsIs: !0
284
- }), d0 = /* @__PURE__ */ d("div")({
294
+ }), c0 = /* @__PURE__ */ c("div")({
285
295
  name: "Title",
286
296
  class: "tme976v",
287
297
  propsAsIs: !1
288
- }), C0 = /* @__PURE__ */ d("img")({
298
+ }), C0 = /* @__PURE__ */ c("img")({
289
299
  name: "SponsorLogo",
290
300
  class: "s1lal9yz",
291
301
  propsAsIs: !1
292
- }), p0 = /* @__PURE__ */ d("div")({
302
+ }), p0 = /* @__PURE__ */ c("div")({
293
303
  name: "PresentsTitle",
294
304
  class: "pnn1sv1",
295
305
  propsAsIs: !1
296
- }), u0 = /* @__PURE__ */ d("div")({
306
+ }), u0 = /* @__PURE__ */ c("div")({
297
307
  name: "Subtitle",
298
308
  class: "s1hjj1y8",
299
309
  propsAsIs: !1
300
- }), m0 = /* @__PURE__ */ d("div")({
310
+ }), m0 = /* @__PURE__ */ c("div")({
301
311
  name: "Description",
302
312
  class: "dz7yjzw",
303
313
  propsAsIs: !1
304
- }), f0 = /* @__PURE__ */ d("button")({
314
+ }), f0 = /* @__PURE__ */ c("button")({
305
315
  name: "ActionButton",
306
316
  class: "avpowqk",
307
317
  propsAsIs: !1
308
- }), V = ({ close: s, action: e, onboarding: t }) => /* @__PURE__ */ f(i0, { children: [
309
- /* @__PURE__ */ n(a0, { onClick: s, children: /* @__PURE__ */ n(c0, { name: "icon-cross" }) }),
310
- t?.titleCard?.media?.sponsorLogo && /* @__PURE__ */ f(d0, { children: [
318
+ }), V = ({ close: s, action: e, onboarding: t }) => /* @__PURE__ */ f(o0, { children: [
319
+ /* @__PURE__ */ n(a0, { onClick: s, children: /* @__PURE__ */ n(d0, { name: "icon-cross" }) }),
320
+ t?.titleCard?.media?.sponsorLogo && /* @__PURE__ */ f(c0, { children: [
311
321
  /* @__PURE__ */ n(C0, { alt: "sponsor-logo", src: t?.titleCard?.media?.sponsorLogo }),
312
322
  /* @__PURE__ */ n(p0, { children: "PRESENTS" })
313
323
  ] }),
314
324
  t?.titleCard?.title && /* @__PURE__ */ n(u0, { children: t?.titleCard?.title }),
315
325
  t?.titleCard?.subtitle && /* @__PURE__ */ n(m0, { children: t?.titleCard?.subtitle }),
316
326
  /* @__PURE__ */ n(f0, { onClick: e, children: "Play Now" })
317
- ] }), E0 = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200%2092%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.1701%200.953996C13.9047%200.873145%2013.6393%201.0177%2013.3739%201.1647C13.2797%201.21615%2013.2127%201.3068%2013.1904%201.4097L12.7736%203.33298C12.7588%203.40404%2012.8233%203.46774%2012.8952%203.45304C13.3342%203.35504%2013.7509%202.97528%2014.19%203.10758C14.6811%203.25703%2015.1722%202.64207%2015.6634%202.64942V0.429688C15.1698%200.432138%2014.6613%201.10345%2014.1701%200.953996Z'%20fill='%23006747'/%3e%3cpath%20d='M20.4404%206.84786C20.3362%206.77681%2020.2717%206.66166%2020.2717%206.53671V6.18635C20.2717%205.87275%2020.0138%205.61549%2019.6938%205.61549H19.4631C19.1878%205.61549%2018.9348%205.75269%2018.7859%205.98055L18.0418%207.11492C17.9674%207.22762%2017.8434%207.29377%2017.7094%207.29377H17.2084C16.9603%207.29377%2016.7321%207.42852%2016.6131%207.64412C16.4915%207.86708%2016.2757%208.02143%2016.0302%208.07288V0.181303C16.0302%200.0808513%2015.9483%200%2015.8466%200C15.7449%200%2015.663%200.0808513%2015.663%200.181303V0.426307V2.64604V8.07778C15.4175%208.02633%2015.2017%207.87198%2015.0801%207.64657C14.9636%207.43097%2014.7354%207.29622%2014.4848%207.29622H14.1475C13.8796%207.29622%2013.639%207.45057%2013.5298%207.69312L13.2496%208.31299C13.2049%208.41099%2013.1057%208.47469%2012.9965%208.47469C12.8874%208.47469%2012.7882%208.41099%2012.7435%208.31299L12.4633%207.69312C12.3541%207.45302%2012.1135%207.29622%2011.8456%207.29622H2.33802C2.26113%207.29622%202.19911%207.35747%202.19911%207.43342C2.19911%207.59512%202.06517%207.72498%201.90394%207.72498H1.49218C1.41529%207.72498%201.35328%207.78623%201.35328%207.86218V8.33504C1.35328%208.77849%201.26646%209.2097%201.09283%209.61886L0.842303%2010.2142C0.60914%2010.7655%200.5%2011.3363%200.5%2011.8974V13.2694C0.5%2013.6394%200.55457%2014.0142%200.66371%2014.3793C0.968807%2015.4034%201.66334%2016.2413%202.61831%2016.7362L4.13883%2017.5276C4.15868%2017.5374%204.181%2017.5423%204.20332%2017.5423L5.32697%2017.5521C5.5899%2017.5545%205.84787%2017.6207%206.07855%2017.7481L6.6813%2018.0813C6.70115%2018.0935%206.72595%2018.0984%206.75076%2018.0984H7.5569C7.83968%2018.0984%208.11997%2018.1744%208.36057%2018.3189C8.36057%2018.3189%208.75497%2018.5566%208.88891%2018.6326C9.10223%2018.7551%209.3602%2018.8727%209.80916%2018.8972C9.91086%2018.9021%2010.0126%2018.8653%2010.0895%2018.7943C10.1639%2018.7232%2010.2085%2018.6228%2010.2085%2018.5223V17.9882C10.2085%2017.6011%2010.4392%2017.2483%2010.7989%2017.0939L12.0317%2016.5598C12.2003%2016.4863%2012.3888%2016.4741%2012.5649%2016.528L13.0263%2016.6627C13.2223%2016.7191%2013.4306%2016.7215%2013.6266%2016.6627L14.718%2016.3418C14.8619%2016.3001%2015.0156%2016.3001%2015.162%2016.3442L15.606%2016.4667C15.8119%2016.5231%2015.9582%2016.7142%2015.9582%2016.9249V17.9931C15.9582%2018.4905%2016.3675%2018.8972%2016.871%2018.8972C17.2481%2018.8972%2017.578%2018.6595%2017.6921%2018.3042C17.8979%2017.6648%2018.0021%2016.9984%2018.0021%2016.3271V15.8714C18.0021%2015.548%2018.1385%2015.2368%2018.3767%2015.0138L18.8306%2014.59C19.1357%2014.3033%2019.3118%2013.8966%2019.3118%2013.4801V10.9468C19.3118%2010.5548%2019.4309%2010.175%2019.6591%209.85161C19.6764%209.82956%2019.6839%209.80016%2019.6839%209.77321V9.1754C19.6839%208.78584%2019.8029%208.40854%2020.0262%208.08758L20.4751%207.44322C20.4925%207.42117%2020.4999%207.39422%2020.4999%207.36482V6.96056C20.5024%206.88461%2020.4553%206.85766%2020.4404%206.84786ZM16.0302%2012.8554C16.3352%2012.9019%2016.5634%2013.0563%2016.5634%2013.2425C16.5634%2013.4287%2016.3377%2013.583%2016.0302%2013.6296V12.8554ZM2.98046%2016.6137L2.74978%2016.4937C2.12222%2016.1678%201.62117%2015.6827%201.27886%2015.0922V14.3523C1.67078%2014.9134%202.20407%2015.3912%202.85644%2015.7317L2.98046%2015.7954V16.6137ZM4.14131%2017.2189L3.52616%2016.9004V16.0821L4.13883%2016.4006H4.14131V17.2189ZM6.70115%2017.775L6.21498%2017.5055C5.94957%2017.3585%205.65191%2017.2801%205.34682%2017.2752V16.4226C5.6023%2016.4275%205.85531%2016.4937%206.07855%2016.6162L6.6813%2016.9494C6.68626%2016.9518%206.6937%2016.9518%206.70115%2016.9543V17.775ZM9.92822%2017.9882V18.4047V18.5223C9.92822%2018.5493%209.91582%2018.5762%209.89598%2018.5958C9.87613%2018.6154%209.85133%2018.6228%209.82404%2018.6228C9.43461%2018.6032%209.21137%2018.5027%209.0303%2018.3973C8.89883%2018.3214%208.50692%2018.0862%208.50444%2018.0862C8.25887%2017.9392%207.98106%2017.8583%207.69581%2017.8363V16.9788C7.92897%2017.0008%208.15718%2017.0694%208.36057%2017.1895L8.7004%2017.3904C9.07246%2017.6109%209.49662%2017.7358%209.92822%2017.7603V17.9882ZM13.2868%2016.4275C13.2272%2016.4251%2013.1652%2016.4153%2013.1057%2016.3981L12.6443%2016.2609C12.5451%2016.2315%2012.4434%2016.2217%2012.3417%2016.2217V15.3667C12.4161%2015.3667%2012.4905%2015.374%2012.5649%2015.3961L13.0263%2015.5308C13.1107%2015.5553%2013.1999%2015.5676%2013.2868%2015.5725V16.4275ZM16.1765%2016.6333C16.0872%2016.4275%2015.9111%2016.2634%2015.6854%2016.2021L15.2438%2016.0796C15.1397%2016.0478%2015.0305%2016.0355%2014.9214%2016.0355V15.1829C15.0057%2015.1804%2015.0901%2015.1902%2015.1719%2015.2172L15.5341%2015.3299C15.9185%2015.45%2016.1765%2015.7979%2016.1765%2016.1948V16.6333ZM17.449%2018.1474C17.4415%2018.1719%2017.4366%2018.1964%2017.4291%2018.2209C17.3522%2018.4611%2017.129%2018.6203%2016.876%2018.6203C16.8537%2018.6203%2016.8313%2018.6154%2016.809%2018.613V17.7628C16.8264%2017.7652%2016.8413%2017.7677%2016.8586%2017.7677C17.1067%2017.7677%2017.3324%2017.6305%2017.4515%2017.4222V18.1474H17.449ZM19.8302%207.48242C19.5524%207.87933%2019.4061%208.34484%2019.4061%208.82749V9.2489L19.1903%209.5576C18.91%209.95696%2018.7611%2010.4249%2018.7611%2010.91V13.0342C18.7611%2013.3772%2018.6173%2013.7129%2018.3643%2013.9481L17.9103%2014.3744C17.6052%2014.661%2017.4366%2015.0628%2017.449%2015.4794L17.4515%2015.5749C17.4688%2016.1262%2017.3969%2016.675%2017.2406%2017.2042C17.191%2017.3732%2017.0323%2017.4908%2016.8561%2017.4908C16.6354%2017.4908%2016.4543%2017.3144%2016.4543%2017.0939V16.1948C16.4543%2015.6754%2016.117%2015.2221%2015.6159%2015.0677L15.2538%2014.955C15.0528%2014.8938%2014.842%2014.8913%2014.6386%2014.9501L13.5472%2015.2686C13.4033%2015.3103%2013.2496%2015.3103%2013.1057%2015.2686L12.6443%2015.1339C12.4062%2015.0628%2012.1482%2015.08%2011.92%2015.178L10.9502%2015.5994C10.3301%2015.8689%209.9307%2016.4741%209.9307%2017.1429V17.4884C9.54871%2017.4663%209.17664%2017.3536%208.84674%2017.1576L8.50692%2016.9567C8.21919%2016.7877%207.89177%2016.697%207.5569%2016.697H6.78548L6.21498%2016.381C5.94461%2016.2315%205.63951%2016.1531%205.32945%2016.1507L4.23805%2016.1433L2.98542%2015.4916C1.08539%2014.5042%200.274278%2012.2821%201.10027%2010.322L1.3508%209.72666C1.53683%209.28565%201.63357%208.81769%201.63357%208.33749V8.00428H1.90394C2.17183%208.00428%202.40003%207.82053%202.46204%207.57307H11.8481C12.0044%207.57307%2012.1482%207.66372%2012.2102%207.80583L12.4905%208.42569C12.5798%208.62414%2012.7783%208.75154%2012.999%208.75154C13.2173%208.75154%2013.4182%208.62414%2013.5075%208.42569L13.7878%207.80338C13.8523%207.66127%2013.9937%207.57062%2014.15%207.57062H14.4873C14.6337%207.57062%2014.7676%207.64902%2014.837%207.77643C15.0082%208.09003%2015.3158%208.30074%2015.6655%208.35709V12.2575C15.1025%2012.3188%2014.6709%2012.6496%2014.6709%2013.0514C14.6709%2013.4973%2015.1967%2013.8574%2015.8466%2013.8574C16.4965%2013.8574%2017.0223%2013.4973%2017.0223%2013.0514C17.0223%2012.6496%2016.5907%2012.3163%2016.0277%2012.2575V8.35464C16.3774%208.29828%2016.685%208.08758%2016.8561%207.77398C16.9256%207.64657%2017.0595%207.56817%2017.2059%207.56817H17.7069C17.9376%207.56817%2018.1485%207.45302%2018.275%207.26192L19.0191%206.12755C19.1158%205.9781%2019.282%205.8899%2019.4631%205.8899H19.6938C19.8575%205.8899%2019.9914%206.0222%2019.9914%206.1839V6.53426C19.9914%206.70331%2020.0584%206.86501%2020.175%206.98506L19.8302%207.48242ZM15.663%2012.8554V13.6296C15.3579%2013.583%2015.1322%2013.4287%2015.1322%2013.2425C15.1322%2013.0563%2015.3579%2012.8995%2015.663%2012.8554Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M43.6355%2014.2212L45.783%206.63627C46.0175%205.80901%2046.629%205.14498%2047.4288%204.848L47.4874%204.60107H44.5028L39.434%2010.6989L37.4942%204.60107H34.7636L34.6978%204.848C35.1653%205.08213%2035.423%205.78176%2035.423%206.35097V6.38628C35.423%209.63469%2033.0443%2015.2183%2029.6984%2015.2183C28.3982%2015.2183%2027.7242%2014.2901%2027.7242%2013.5165C27.7242%2012.5794%2028.5003%2011.9129%2029.3191%2011.9129C30.112%2011.9129%2030.2342%2012.211%2030.6909%2012.211C30.9696%2012.211%2031.2366%2012.0667%2031.3701%2011.8195C31.5797%2011.4313%2031.4208%2010.9572%2031.0376%2010.7714L30.8283%2010.6705C28.8775%209.72228%2026.6152%2011.1582%2026.6152%2013.3453V13.3756C26.6152%2014.9675%2027.8525%2016.2989%2029.4275%2016.3545C33.4867%2016.4983%2036.2019%2010.9661%2036.6338%206.91684L36.9458%208.01243L38.5448%2012.8545H39.1504L44.1452%206.83425L42.0498%2014.229C41.8094%2015.0773%2041.1437%2015.7344%2040.2985%2015.958L40.2399%2016.2049H44.2561L44.3216%2015.958C43.7283%2015.6043%2043.4461%2014.8902%2043.6355%2014.2212Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M51.9847%2012.6335H50.0625C50.2808%2012.034%2050.4898%2011.4617%2050.5603%2011.2743C51.0465%209.97682%2051.971%209.45183%2052.8665%209.37842L52.8572%209.3862L51.9847%2012.6335ZM53.7159%208.72607H53.6817C51.8071%208.7283%2049.7916%208.91155%2048.719%2011.9903C47.8179%2014.5767%2047.5745%2015.6481%2046.8705%2015.6481C46.4204%2015.6481%2046.5297%2014.763%2045.8549%2014.763C45.5509%2014.763%2045.2332%2015.0093%2045.2104%2015.3661C45.1705%2015.9826%2045.9909%2016.3555%2046.6092%2016.3555C48.4929%2016.3555%2049.2148%2014.9671%2049.4505%2014.3203C49.481%2014.2358%2049.6473%2013.778%2049.8436%2013.2386H51.8231L51.4878%2014.4866C51.3107%2015.145%2050.9465%2015.6839%2050.3304%2015.9595L50.2772%2016.2062H53.5154L53.5755%2015.9595C53.1372%2015.5941%2052.9469%2015.0082%2053.089%2014.4627L54.3075%209.78302C54.4011%209.42403%2054.6472%209.12789%2054.9809%208.973L55.0338%208.72607H53.9785H53.7159Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.056%209.26026C70.1601%209.08619%2070.2595%208.82035%2070.2595%208.67186L70.2597%208.67103C70.2741%208.39018%2070.0208%208.17273%2069.7488%208.23196H69.7482C69.5304%208.27951%2069.373%208.47499%2069.3771%208.70023C69.3807%208.93436%2069.3341%209.18574%2069.2353%209.30836C69.0082%209.59116%2068.645%209.56697%2066.9717%209.08174V9.07896C66.8186%209.03363%2066.6504%208.98414%2066.4731%208.93492C66.4637%208.93241%2066.4549%208.92963%2066.4453%208.92657L66.4456%208.92741C65.6106%208.698%2064.5732%208.4875%2063.8929%208.82869C63.8874%208.83148%2063.8816%208.83453%2063.8764%208.83704C63.2118%209.17406%2062.7479%209.81223%2062.6086%2010.5502C62.5879%2010.6587%2062.5728%2010.7468%2062.5711%2010.7788V10.7799C62.5513%2011.1675%2062.9009%2011.4679%2063.2767%2011.3864L63.2773%2011.3858C63.5821%2011.3196%2063.7965%2011.0441%2063.7902%2010.7296C63.7836%2010.4117%2063.7205%209.98741%2063.8918%209.70267C64.1674%209.31059%2064.4537%209.28278%2065.7361%209.71462L64.3436%2014.4877C64.1514%2015.1456%2063.6812%2015.6848%2063.059%2015.9601L63.0001%2016.2073H66.3319L66.3977%2015.9601C65.9679%2015.595%2065.7906%2015.0088%2065.9453%2014.4635L67.1628%2010.1637C67.6969%2010.276%2068.2381%2010.305%2068.7651%2010.1531L68.9548%2010.0986C69.3787%209.97629%2069.8129%209.6668%2070.056%209.26026Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M71.3889%208.72607L71.3234%208.97328C71.736%209.26108%2071.9219%209.78079%2071.7886%2010.2671L70.5506%2014.4816C70.3584%2015.14%2069.8882%2015.6789%2069.2659%2015.9542L69.207%2016.2011H70.9696H71.1306H75.1868L75.7226%2014.2252H75.4709L75.3806%2014.4145C75.0447%2015.1206%2074.3372%2015.5699%2073.5614%2015.5699H71.8415L72.7572%2012.2623L73.4878%2012.2615C73.9807%2012.2612%2074.3512%2012.7153%2074.2568%2013.2036H74.5084L75.1094%2010.9679H74.8578C74.7122%2011.3814%2074.3253%2011.6578%2073.8904%2011.658L72.9243%2011.6592L73.5597%209.36341L75.3825%209.36202C75.9775%209.36146%2076.4229%209.9126%2076.304%2010.5015H76.5556L77.033%208.72607H71.3889Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.8655%2010.5324C82.6668%2011.2028%2082.0564%2011.6627%2081.3632%2011.6627L80.3076%2011.6636L80.9466%209.36726L82.0055%209.3667C82.6067%209.36642%2083.0379%209.9512%2082.8655%2010.5324ZM82.7978%208.72998H78.7711L78.7053%208.97691C79.0919%209.24636%2079.2791%209.71935%2079.1921%2010.1779L77.9311%2014.4846C77.739%2015.1431%2077.269%2015.682%2076.6465%2015.9573L76.5879%2016.2048H79.9164L79.9822%2015.9573C79.5524%2015.5922%2079.3754%2015.006%2079.5296%2014.4607L80.14%2012.2662H80.3944C80.7787%2012.2665%2081.1014%2012.5584%2081.1438%2012.9444C81.1578%2013.069%2081.3505%2014.5947%2081.5044%2015.1195C81.7059%2015.8052%2081.9705%2016.205%2082.5729%2016.205H84.0788L84.1375%2015.9578L83.9219%2015.8288C83.4966%2015.5738%2083.1885%2015.1773%2083.0508%2014.6531C82.9203%2014.1585%2082.677%2013.2372%2082.5578%2012.7495C82.4961%2012.4981%2082.1866%2012.2654%2081.8667%2012.2654L82.3741%2012.2651C83.284%2012.2645%2084.0827%2011.6525%2084.328%2010.7671C84.611%209.74382%2083.8495%208.72998%2082.7978%208.72998Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M60.6842%209.10931C60.576%209.10931%2060.3431%209.03478%2059.9858%208.88463C59.6281%208.73447%2059.2669%208.65967%2058.9027%208.65967C58.1467%208.65967%2057.5157%208.90687%2056.9997%209.4352C56.5703%209.87483%2056.3795%2010.3628%2056.3795%2010.7852C56.3795%2011.2349%2056.6399%2011.7635%2057.1616%2012.1909C57.6542%2012.5949%2058.1668%2012.982%2058.68%2013.3771C59.2196%2013.8134%2059.4897%2014.2158%2059.4897%2014.5431C59.4897%2015.2616%2059.0269%2015.6481%2058.0688%2015.6481C57.0953%2015.6481%2056.4221%2014.9276%2056.2063%2013.5782H55.9431L55.1777%2016.2045H55.4203C55.7366%2015.9807%2055.9615%2015.8366%2056.4202%2015.8366C56.858%2015.8366%2057.3257%2016.3558%2058.3229%2016.3558C59.1191%2016.3558%2059.7493%2016.189%2060.2892%2015.6434C60.7481%2015.1668%2060.9775%2014.4994%2060.9775%2013.9538C60.9775%2013.4494%2060.6644%2012.8613%2060.1174%2012.4375C59.648%2012.0741%2059.1453%2011.7496%2058.6596%2011.3948C58.1332%2010.9993%2057.87%2010.6637%2057.87%2010.2956C57.87%2010.0906%2057.9713%209.88651%2058.174%209.68213C58.43%209.42325%2058.773%209.36596%2059.232%209.36596C60.1529%209.36596%2060.7974%209.88429%2060.8516%2010.9746H61.0945L61.7368%208.65967H61.4939C61.2373%208.95971%2060.9675%209.10931%2060.6842%209.10931Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M89.1717%209.36569C90.0926%209.36569%2090.7374%209.88401%2090.7914%2010.9743H91.0345L91.6765%208.65967H91.4334C91.1771%208.95915%2090.9075%209.10903%2090.6237%209.10903C90.5158%209.10903%2090.2829%209.03423%2089.9252%208.88435C89.5676%208.73447%2089.2067%208.65967%2088.8422%208.65967C88.0864%208.65967%2087.4554%208.90687%2086.9395%209.43493C86.51%209.87455%2086.3192%2010.3628%2086.3192%2010.785C86.3192%2011.2351%2086.5796%2011.7629%2087.1014%2012.1909C87.5939%2012.5949%2088.1065%2012.9817%2088.6197%2013.3768C89.159%2013.8134%2089.4294%2014.2158%2089.4294%2014.5428C89.4294%2015.2613%2088.9666%2015.6478%2088.0085%2015.6478C87.035%2015.6478%2086.3619%2014.9274%2086.1458%2013.5782H85.8826L85.1172%2016.2045H85.3603C85.6763%2015.9807%2085.9013%2015.8366%2086.3597%2015.8366C86.7977%2015.8366%2087.2652%2016.3558%2088.2626%2016.3558C89.0588%2016.3558%2089.689%2016.1884%2090.2289%2015.6434C90.6878%2015.1662%2090.9172%2014.4991%2090.9172%2013.9538C90.9172%2013.4494%2090.6041%2012.8613%2090.0574%2012.4375C89.5877%2012.0738%2089.0853%2011.7493%2088.5996%2011.3945C88.0729%2010.9993%2087.8097%2010.6632%2087.8097%2010.295C87.8097%2010.0909%2087.911%209.88623%2088.1134%209.68185C88.3697%209.42297%2088.7128%209.36569%2089.1717%209.36569Z'%20fill='%23006747'/%3e%3c/svg%3e", q = [{
327
+ ] }), E0 = "data:image/svg+xml,%3csvg%20width='92'%20height='19'%20viewBox='0%200%2092%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.1701%200.953996C13.9047%200.873145%2013.6393%201.0177%2013.3739%201.1647C13.2797%201.21615%2013.2127%201.3068%2013.1904%201.4097L12.7736%203.33298C12.7588%203.40404%2012.8233%203.46774%2012.8952%203.45304C13.3342%203.35504%2013.7509%202.97528%2014.19%203.10758C14.6811%203.25703%2015.1722%202.64207%2015.6634%202.64942V0.429688C15.1698%200.432138%2014.6613%201.10345%2014.1701%200.953996Z'%20fill='%23006747'/%3e%3cpath%20d='M20.4404%206.84786C20.3362%206.77681%2020.2717%206.66166%2020.2717%206.53671V6.18635C20.2717%205.87275%2020.0138%205.61549%2019.6938%205.61549H19.4631C19.1878%205.61549%2018.9348%205.75269%2018.7859%205.98055L18.0418%207.11492C17.9674%207.22762%2017.8434%207.29377%2017.7094%207.29377H17.2084C16.9603%207.29377%2016.7321%207.42852%2016.6131%207.64412C16.4915%207.86708%2016.2757%208.02143%2016.0302%208.07288V0.181303C16.0302%200.0808513%2015.9483%200%2015.8466%200C15.7449%200%2015.663%200.0808513%2015.663%200.181303V0.426307V2.64604V8.07778C15.4175%208.02633%2015.2017%207.87198%2015.0801%207.64657C14.9636%207.43097%2014.7354%207.29622%2014.4848%207.29622H14.1475C13.8796%207.29622%2013.639%207.45057%2013.5298%207.69312L13.2496%208.31299C13.2049%208.41099%2013.1057%208.47469%2012.9965%208.47469C12.8874%208.47469%2012.7882%208.41099%2012.7435%208.31299L12.4633%207.69312C12.3541%207.45302%2012.1135%207.29622%2011.8456%207.29622H2.33802C2.26113%207.29622%202.19911%207.35747%202.19911%207.43342C2.19911%207.59512%202.06517%207.72498%201.90394%207.72498H1.49218C1.41529%207.72498%201.35328%207.78623%201.35328%207.86218V8.33504C1.35328%208.77849%201.26646%209.2097%201.09283%209.61886L0.842303%2010.2142C0.60914%2010.7655%200.5%2011.3363%200.5%2011.8974V13.2694C0.5%2013.6394%200.55457%2014.0142%200.66371%2014.3793C0.968807%2015.4034%201.66334%2016.2413%202.61831%2016.7362L4.13883%2017.5276C4.15868%2017.5374%204.181%2017.5423%204.20332%2017.5423L5.32697%2017.5521C5.5899%2017.5545%205.84787%2017.6207%206.07855%2017.7481L6.6813%2018.0813C6.70115%2018.0935%206.72595%2018.0984%206.75076%2018.0984H7.5569C7.83968%2018.0984%208.11997%2018.1744%208.36057%2018.3189C8.36057%2018.3189%208.75497%2018.5566%208.88891%2018.6326C9.10223%2018.7551%209.3602%2018.8727%209.80916%2018.8972C9.91086%2018.9021%2010.0126%2018.8653%2010.0895%2018.7943C10.1639%2018.7232%2010.2085%2018.6228%2010.2085%2018.5223V17.9882C10.2085%2017.6011%2010.4392%2017.2483%2010.7989%2017.0939L12.0317%2016.5598C12.2003%2016.4863%2012.3888%2016.4741%2012.5649%2016.528L13.0263%2016.6627C13.2223%2016.7191%2013.4306%2016.7215%2013.6266%2016.6627L14.718%2016.3418C14.8619%2016.3001%2015.0156%2016.3001%2015.162%2016.3442L15.606%2016.4667C15.8119%2016.5231%2015.9582%2016.7142%2015.9582%2016.9249V17.9931C15.9582%2018.4905%2016.3675%2018.8972%2016.871%2018.8972C17.2481%2018.8972%2017.578%2018.6595%2017.6921%2018.3042C17.8979%2017.6648%2018.0021%2016.9984%2018.0021%2016.3271V15.8714C18.0021%2015.548%2018.1385%2015.2368%2018.3767%2015.0138L18.8306%2014.59C19.1357%2014.3033%2019.3118%2013.8966%2019.3118%2013.4801V10.9468C19.3118%2010.5548%2019.4309%2010.175%2019.6591%209.85161C19.6764%209.82956%2019.6839%209.80016%2019.6839%209.77321V9.1754C19.6839%208.78584%2019.8029%208.40854%2020.0262%208.08758L20.4751%207.44322C20.4925%207.42117%2020.4999%207.39422%2020.4999%207.36482V6.96056C20.5024%206.88461%2020.4553%206.85766%2020.4404%206.84786ZM16.0302%2012.8554C16.3352%2012.9019%2016.5634%2013.0563%2016.5634%2013.2425C16.5634%2013.4287%2016.3377%2013.583%2016.0302%2013.6296V12.8554ZM2.98046%2016.6137L2.74978%2016.4937C2.12222%2016.1678%201.62117%2015.6827%201.27886%2015.0922V14.3523C1.67078%2014.9134%202.20407%2015.3912%202.85644%2015.7317L2.98046%2015.7954V16.6137ZM4.14131%2017.2189L3.52616%2016.9004V16.0821L4.13883%2016.4006H4.14131V17.2189ZM6.70115%2017.775L6.21498%2017.5055C5.94957%2017.3585%205.65191%2017.2801%205.34682%2017.2752V16.4226C5.6023%2016.4275%205.85531%2016.4937%206.07855%2016.6162L6.6813%2016.9494C6.68626%2016.9518%206.6937%2016.9518%206.70115%2016.9543V17.775ZM9.92822%2017.9882V18.4047V18.5223C9.92822%2018.5493%209.91582%2018.5762%209.89598%2018.5958C9.87613%2018.6154%209.85133%2018.6228%209.82404%2018.6228C9.43461%2018.6032%209.21137%2018.5027%209.0303%2018.3973C8.89883%2018.3214%208.50692%2018.0862%208.50444%2018.0862C8.25887%2017.9392%207.98106%2017.8583%207.69581%2017.8363V16.9788C7.92897%2017.0008%208.15718%2017.0694%208.36057%2017.1895L8.7004%2017.3904C9.07246%2017.6109%209.49662%2017.7358%209.92822%2017.7603V17.9882ZM13.2868%2016.4275C13.2272%2016.4251%2013.1652%2016.4153%2013.1057%2016.3981L12.6443%2016.2609C12.5451%2016.2315%2012.4434%2016.2217%2012.3417%2016.2217V15.3667C12.4161%2015.3667%2012.4905%2015.374%2012.5649%2015.3961L13.0263%2015.5308C13.1107%2015.5553%2013.1999%2015.5676%2013.2868%2015.5725V16.4275ZM16.1765%2016.6333C16.0872%2016.4275%2015.9111%2016.2634%2015.6854%2016.2021L15.2438%2016.0796C15.1397%2016.0478%2015.0305%2016.0355%2014.9214%2016.0355V15.1829C15.0057%2015.1804%2015.0901%2015.1902%2015.1719%2015.2172L15.5341%2015.3299C15.9185%2015.45%2016.1765%2015.7979%2016.1765%2016.1948V16.6333ZM17.449%2018.1474C17.4415%2018.1719%2017.4366%2018.1964%2017.4291%2018.2209C17.3522%2018.4611%2017.129%2018.6203%2016.876%2018.6203C16.8537%2018.6203%2016.8313%2018.6154%2016.809%2018.613V17.7628C16.8264%2017.7652%2016.8413%2017.7677%2016.8586%2017.7677C17.1067%2017.7677%2017.3324%2017.6305%2017.4515%2017.4222V18.1474H17.449ZM19.8302%207.48242C19.5524%207.87933%2019.4061%208.34484%2019.4061%208.82749V9.2489L19.1903%209.5576C18.91%209.95696%2018.7611%2010.4249%2018.7611%2010.91V13.0342C18.7611%2013.3772%2018.6173%2013.7129%2018.3643%2013.9481L17.9103%2014.3744C17.6052%2014.661%2017.4366%2015.0628%2017.449%2015.4794L17.4515%2015.5749C17.4688%2016.1262%2017.3969%2016.675%2017.2406%2017.2042C17.191%2017.3732%2017.0323%2017.4908%2016.8561%2017.4908C16.6354%2017.4908%2016.4543%2017.3144%2016.4543%2017.0939V16.1948C16.4543%2015.6754%2016.117%2015.2221%2015.6159%2015.0677L15.2538%2014.955C15.0528%2014.8938%2014.842%2014.8913%2014.6386%2014.9501L13.5472%2015.2686C13.4033%2015.3103%2013.2496%2015.3103%2013.1057%2015.2686L12.6443%2015.1339C12.4062%2015.0628%2012.1482%2015.08%2011.92%2015.178L10.9502%2015.5994C10.3301%2015.8689%209.9307%2016.4741%209.9307%2017.1429V17.4884C9.54871%2017.4663%209.17664%2017.3536%208.84674%2017.1576L8.50692%2016.9567C8.21919%2016.7877%207.89177%2016.697%207.5569%2016.697H6.78548L6.21498%2016.381C5.94461%2016.2315%205.63951%2016.1531%205.32945%2016.1507L4.23805%2016.1433L2.98542%2015.4916C1.08539%2014.5042%200.274278%2012.2821%201.10027%2010.322L1.3508%209.72666C1.53683%209.28565%201.63357%208.81769%201.63357%208.33749V8.00428H1.90394C2.17183%208.00428%202.40003%207.82053%202.46204%207.57307H11.8481C12.0044%207.57307%2012.1482%207.66372%2012.2102%207.80583L12.4905%208.42569C12.5798%208.62414%2012.7783%208.75154%2012.999%208.75154C13.2173%208.75154%2013.4182%208.62414%2013.5075%208.42569L13.7878%207.80338C13.8523%207.66127%2013.9937%207.57062%2014.15%207.57062H14.4873C14.6337%207.57062%2014.7676%207.64902%2014.837%207.77643C15.0082%208.09003%2015.3158%208.30074%2015.6655%208.35709V12.2575C15.1025%2012.3188%2014.6709%2012.6496%2014.6709%2013.0514C14.6709%2013.4973%2015.1967%2013.8574%2015.8466%2013.8574C16.4965%2013.8574%2017.0223%2013.4973%2017.0223%2013.0514C17.0223%2012.6496%2016.5907%2012.3163%2016.0277%2012.2575V8.35464C16.3774%208.29828%2016.685%208.08758%2016.8561%207.77398C16.9256%207.64657%2017.0595%207.56817%2017.2059%207.56817H17.7069C17.9376%207.56817%2018.1485%207.45302%2018.275%207.26192L19.0191%206.12755C19.1158%205.9781%2019.282%205.8899%2019.4631%205.8899H19.6938C19.8575%205.8899%2019.9914%206.0222%2019.9914%206.1839V6.53426C19.9914%206.70331%2020.0584%206.86501%2020.175%206.98506L19.8302%207.48242ZM15.663%2012.8554V13.6296C15.3579%2013.583%2015.1322%2013.4287%2015.1322%2013.2425C15.1322%2013.0563%2015.3579%2012.8995%2015.663%2012.8554Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M43.6355%2014.2212L45.783%206.63627C46.0175%205.80901%2046.629%205.14498%2047.4288%204.848L47.4874%204.60107H44.5028L39.434%2010.6989L37.4942%204.60107H34.7636L34.6978%204.848C35.1653%205.08213%2035.423%205.78176%2035.423%206.35097V6.38628C35.423%209.63469%2033.0443%2015.2183%2029.6984%2015.2183C28.3982%2015.2183%2027.7242%2014.2901%2027.7242%2013.5165C27.7242%2012.5794%2028.5003%2011.9129%2029.3191%2011.9129C30.112%2011.9129%2030.2342%2012.211%2030.6909%2012.211C30.9696%2012.211%2031.2366%2012.0667%2031.3701%2011.8195C31.5797%2011.4313%2031.4208%2010.9572%2031.0376%2010.7714L30.8283%2010.6705C28.8775%209.72228%2026.6152%2011.1582%2026.6152%2013.3453V13.3756C26.6152%2014.9675%2027.8525%2016.2989%2029.4275%2016.3545C33.4867%2016.4983%2036.2019%2010.9661%2036.6338%206.91684L36.9458%208.01243L38.5448%2012.8545H39.1504L44.1452%206.83425L42.0498%2014.229C41.8094%2015.0773%2041.1437%2015.7344%2040.2985%2015.958L40.2399%2016.2049H44.2561L44.3216%2015.958C43.7283%2015.6043%2043.4461%2014.8902%2043.6355%2014.2212Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M51.9847%2012.6335H50.0625C50.2808%2012.034%2050.4898%2011.4617%2050.5603%2011.2743C51.0465%209.97682%2051.971%209.45183%2052.8665%209.37842L52.8572%209.3862L51.9847%2012.6335ZM53.7159%208.72607H53.6817C51.8071%208.7283%2049.7916%208.91155%2048.719%2011.9903C47.8179%2014.5767%2047.5745%2015.6481%2046.8705%2015.6481C46.4204%2015.6481%2046.5297%2014.763%2045.8549%2014.763C45.5509%2014.763%2045.2332%2015.0093%2045.2104%2015.3661C45.1705%2015.9826%2045.9909%2016.3555%2046.6092%2016.3555C48.4929%2016.3555%2049.2148%2014.9671%2049.4505%2014.3203C49.481%2014.2358%2049.6473%2013.778%2049.8436%2013.2386H51.8231L51.4878%2014.4866C51.3107%2015.145%2050.9465%2015.6839%2050.3304%2015.9595L50.2772%2016.2062H53.5154L53.5755%2015.9595C53.1372%2015.5941%2052.9469%2015.0082%2053.089%2014.4627L54.3075%209.78302C54.4011%209.42403%2054.6472%209.12789%2054.9809%208.973L55.0338%208.72607H53.9785H53.7159Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M70.056%209.26026C70.1601%209.08619%2070.2595%208.82035%2070.2595%208.67186L70.2597%208.67103C70.2741%208.39018%2070.0208%208.17273%2069.7488%208.23196H69.7482C69.5304%208.27951%2069.373%208.47499%2069.3771%208.70023C69.3807%208.93436%2069.3341%209.18574%2069.2353%209.30836C69.0082%209.59116%2068.645%209.56697%2066.9717%209.08174V9.07896C66.8186%209.03363%2066.6504%208.98414%2066.4731%208.93492C66.4637%208.93241%2066.4549%208.92963%2066.4453%208.92657L66.4456%208.92741C65.6106%208.698%2064.5732%208.4875%2063.8929%208.82869C63.8874%208.83148%2063.8816%208.83453%2063.8764%208.83704C63.2118%209.17406%2062.7479%209.81223%2062.6086%2010.5502C62.5879%2010.6587%2062.5728%2010.7468%2062.5711%2010.7788V10.7799C62.5513%2011.1675%2062.9009%2011.4679%2063.2767%2011.3864L63.2773%2011.3858C63.5821%2011.3196%2063.7965%2011.0441%2063.7902%2010.7296C63.7836%2010.4117%2063.7205%209.98741%2063.8918%209.70267C64.1674%209.31059%2064.4537%209.28278%2065.7361%209.71462L64.3436%2014.4877C64.1514%2015.1456%2063.6812%2015.6848%2063.059%2015.9601L63.0001%2016.2073H66.3319L66.3977%2015.9601C65.9679%2015.595%2065.7906%2015.0088%2065.9453%2014.4635L67.1628%2010.1637C67.6969%2010.276%2068.2381%2010.305%2068.7651%2010.1531L68.9548%2010.0986C69.3787%209.97629%2069.8129%209.6668%2070.056%209.26026Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M71.3889%208.72607L71.3234%208.97328C71.736%209.26108%2071.9219%209.78079%2071.7886%2010.2671L70.5506%2014.4816C70.3584%2015.14%2069.8882%2015.6789%2069.2659%2015.9542L69.207%2016.2011H70.9696H71.1306H75.1868L75.7226%2014.2252H75.4709L75.3806%2014.4145C75.0447%2015.1206%2074.3372%2015.5699%2073.5614%2015.5699H71.8415L72.7572%2012.2623L73.4878%2012.2615C73.9807%2012.2612%2074.3512%2012.7153%2074.2568%2013.2036H74.5084L75.1094%2010.9679H74.8578C74.7122%2011.3814%2074.3253%2011.6578%2073.8904%2011.658L72.9243%2011.6592L73.5597%209.36341L75.3825%209.36202C75.9775%209.36146%2076.4229%209.9126%2076.304%2010.5015H76.5556L77.033%208.72607H71.3889Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.8655%2010.5324C82.6668%2011.2028%2082.0564%2011.6627%2081.3632%2011.6627L80.3076%2011.6636L80.9466%209.36726L82.0055%209.3667C82.6067%209.36642%2083.0379%209.9512%2082.8655%2010.5324ZM82.7978%208.72998H78.7711L78.7053%208.97691C79.0919%209.24636%2079.2791%209.71935%2079.1921%2010.1779L77.9311%2014.4846C77.739%2015.1431%2077.269%2015.682%2076.6465%2015.9573L76.5879%2016.2048H79.9164L79.9822%2015.9573C79.5524%2015.5922%2079.3754%2015.006%2079.5296%2014.4607L80.14%2012.2662H80.3944C80.7787%2012.2665%2081.1014%2012.5584%2081.1438%2012.9444C81.1578%2013.069%2081.3505%2014.5947%2081.5044%2015.1195C81.7059%2015.8052%2081.9705%2016.205%2082.5729%2016.205H84.0788L84.1375%2015.9578L83.9219%2015.8288C83.4966%2015.5738%2083.1885%2015.1773%2083.0508%2014.6531C82.9203%2014.1585%2082.677%2013.2372%2082.5578%2012.7495C82.4961%2012.4981%2082.1866%2012.2654%2081.8667%2012.2654L82.3741%2012.2651C83.284%2012.2645%2084.0827%2011.6525%2084.328%2010.7671C84.611%209.74382%2083.8495%208.72998%2082.7978%208.72998Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M60.6842%209.10931C60.576%209.10931%2060.3431%209.03478%2059.9858%208.88463C59.6281%208.73447%2059.2669%208.65967%2058.9027%208.65967C58.1467%208.65967%2057.5157%208.90687%2056.9997%209.4352C56.5703%209.87483%2056.3795%2010.3628%2056.3795%2010.7852C56.3795%2011.2349%2056.6399%2011.7635%2057.1616%2012.1909C57.6542%2012.5949%2058.1668%2012.982%2058.68%2013.3771C59.2196%2013.8134%2059.4897%2014.2158%2059.4897%2014.5431C59.4897%2015.2616%2059.0269%2015.6481%2058.0688%2015.6481C57.0953%2015.6481%2056.4221%2014.9276%2056.2063%2013.5782H55.9431L55.1777%2016.2045H55.4203C55.7366%2015.9807%2055.9615%2015.8366%2056.4202%2015.8366C56.858%2015.8366%2057.3257%2016.3558%2058.3229%2016.3558C59.1191%2016.3558%2059.7493%2016.189%2060.2892%2015.6434C60.7481%2015.1668%2060.9775%2014.4994%2060.9775%2013.9538C60.9775%2013.4494%2060.6644%2012.8613%2060.1174%2012.4375C59.648%2012.0741%2059.1453%2011.7496%2058.6596%2011.3948C58.1332%2010.9993%2057.87%2010.6637%2057.87%2010.2956C57.87%2010.0906%2057.9713%209.88651%2058.174%209.68213C58.43%209.42325%2058.773%209.36596%2059.232%209.36596C60.1529%209.36596%2060.7974%209.88429%2060.8516%2010.9746H61.0945L61.7368%208.65967H61.4939C61.2373%208.95971%2060.9675%209.10931%2060.6842%209.10931Z'%20fill='%23006747'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M89.1717%209.36569C90.0926%209.36569%2090.7374%209.88401%2090.7914%2010.9743H91.0345L91.6765%208.65967H91.4334C91.1771%208.95915%2090.9075%209.10903%2090.6237%209.10903C90.5158%209.10903%2090.2829%209.03423%2089.9252%208.88435C89.5676%208.73447%2089.2067%208.65967%2088.8422%208.65967C88.0864%208.65967%2087.4554%208.90687%2086.9395%209.43493C86.51%209.87455%2086.3192%2010.3628%2086.3192%2010.785C86.3192%2011.2351%2086.5796%2011.7629%2087.1014%2012.1909C87.5939%2012.5949%2088.1065%2012.9817%2088.6197%2013.3768C89.159%2013.8134%2089.4294%2014.2158%2089.4294%2014.5428C89.4294%2015.2613%2088.9666%2015.6478%2088.0085%2015.6478C87.035%2015.6478%2086.3619%2014.9274%2086.1458%2013.5782H85.8826L85.1172%2016.2045H85.3603C85.6763%2015.9807%2085.9013%2015.8366%2086.3597%2015.8366C86.7977%2015.8366%2087.2652%2016.3558%2088.2626%2016.3558C89.0588%2016.3558%2089.689%2016.1884%2090.2289%2015.6434C90.6878%2015.1662%2090.9172%2014.4991%2090.9172%2013.9538C90.9172%2013.4494%2090.6041%2012.8613%2090.0574%2012.4375C89.5877%2012.0738%2089.0853%2011.7493%2088.5996%2011.3945C88.0729%2010.9993%2087.8097%2010.6632%2087.8097%2010.295C87.8097%2010.0909%2087.911%209.88623%2088.1134%209.68185C88.3697%209.42297%2088.7128%209.36569%2089.1717%209.36569Z'%20fill='%23006747'/%3e%3c/svg%3e", Y = [{
318
328
  graphicSrc: "https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/step_1.png",
319
329
  tagline: "Featured groups+ experience",
320
330
  headline: /* @__PURE__ */ f(I, {
@@ -332,15 +342,15 @@ const b2 = /* @__PURE__ */ d("div")({
332
342
  }, {
333
343
  graphicSrc: "https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/step_5.png",
334
344
  headline: "Compete against friends on the leaderboard"
335
- }], L0 = /* @__PURE__ */ d("div")({
345
+ }], L0 = /* @__PURE__ */ c("div")({
336
346
  name: "OnboardingContainer",
337
347
  class: "on59ra",
338
348
  propsAsIs: !1
339
- }), h0 = () => O, g0 = /* @__PURE__ */ d(h0())({
349
+ }), h0 = () => F, g0 = /* @__PURE__ */ c(h0())({
340
350
  name: "OnboardingNotificationContainer",
341
351
  class: "op1wk5d",
342
352
  propsAsIs: !0
343
- }), w = /* @__PURE__ */ d("div")({
353
+ }), w = /* @__PURE__ */ c("div")({
344
354
  name: "InnerContainer",
345
355
  class: "i1i1g2vj",
346
356
  propsAsIs: !1
@@ -349,27 +359,27 @@ const b2 = /* @__PURE__ */ d("div")({
349
359
  onboardingOpts: e,
350
360
  notification: t,
351
361
  gamification: r,
352
- loading: o,
362
+ loading: i,
353
363
  sdk: a
354
364
  }) => {
355
- const i = p(r.friends ? r.friends.getStore() : c2({
365
+ const o = p(r.friends ? r.friends.getStore() : c2({
356
366
  data: []
357
367
  })), [l, u] = L(void 0), m = _(() => {
358
368
  const C = a.getInviter();
359
- return C ? i.data?.find(({
360
- slId: c
361
- }) => c === C)?.name : "";
362
- }, [i.data, a]);
369
+ return C ? o.data?.find(({
370
+ slId: d
371
+ }) => d === C)?.name : "";
372
+ }, [o.data, a]);
363
373
  return E(() => {
364
- const C = s.$store.subscribe((c) => {
365
- c && u(c.data);
374
+ const C = s.$store.subscribe((d) => {
375
+ d && u(d.data);
366
376
  });
367
377
  return () => {
368
378
  C();
369
379
  };
370
380
  }, [s.$store]), /* @__PURE__ */ n(L0, {
371
- children: /* @__PURE__ */ n(d2, {
372
- loading: o,
381
+ children: /* @__PURE__ */ n(C2, {
382
+ loading: i,
373
383
  rules: [{
374
384
  label: "Answer as many questions as you like.",
375
385
  icon: "icon-btn-feature-groups"
@@ -384,7 +394,7 @@ const b2 = /* @__PURE__ */ d("div")({
384
394
  rulesTitle: e.rules?.heading,
385
395
  termsTitle: "Terms and Conditions",
386
396
  termsText: e.rules?.terms,
387
- steps: q,
397
+ steps: Y,
388
398
  primaryColor: e.inviteCard?.iconColor,
389
399
  inviteLink: l,
390
400
  inviteCardTitle: e.inviteCard?.heading,
@@ -403,25 +413,25 @@ const b2 = /* @__PURE__ */ d("div")({
403
413
  notification: e,
404
414
  saveHeight: t,
405
415
  style: r,
406
- appNode: o,
416
+ appNode: i,
407
417
  responsiveStore: a
408
418
  }) => {
409
- const i = g(null), l = e.data.onboarding, [u, m] = L(l?.instantOpen), C = s.getFeature(N.GAMES), c = _(() => q?.map(({
419
+ const o = g(null), l = e.data.onboarding, [u, m] = L(l?.instantOpen), C = s.getFeature(N.GAMES), d = _(() => Y?.map(({
410
420
  graphicSrc: X
411
421
  }) => X), []), {
412
422
  screen: v
413
423
  } = p(a, {
414
424
  keys: ["screen"]
415
425
  });
416
- l?.titleCard?.media && (l.titleCard.media.sponsorLogo = E0), n2(() => {
417
- t(i.current?.getBoundingClientRect().height || 0);
426
+ l?.titleCard?.media && (l.titleCard.media.sponsorLogo = E0), r2(() => {
427
+ t(o.current?.getBoundingClientRect().height || 0);
418
428
  }, [t]);
419
429
  const {
420
430
  loading: R,
421
431
  throttled: W
422
- } = l2(c);
423
- return u && C && l && o.current && !W ? /* @__PURE__ */ n(K, {
424
- container: o,
432
+ } = d2(d);
433
+ return u && C && l && i.current && !W ? /* @__PURE__ */ n(K, {
434
+ container: i,
425
435
  useContainer: !1,
426
436
  children: /* @__PURE__ */ n(S0, {
427
437
  notification: e,
@@ -434,7 +444,7 @@ const b2 = /* @__PURE__ */ d("div")({
434
444
  })
435
445
  }) : /* @__PURE__ */ f(I, {
436
446
  children: [/* @__PURE__ */ n(w, {
437
- ref: i,
447
+ ref: o,
438
448
  style: {
439
449
  position: "absolute",
440
450
  visibility: "hidden"
@@ -453,7 +463,7 @@ const b2 = /* @__PURE__ */ d("div")({
453
463
  children: /* @__PURE__ */ n(V, {
454
464
  close: e.close,
455
465
  action: () => {
456
- m(!0), (o.current?.getBoundingClientRect().y || 0) < 0 && z(o, v.size, {
466
+ m(!0), (i.current?.getBoundingClientRect().y || 0) < 0 && q(i, v.size, {
457
467
  behavior: "smooth"
458
468
  });
459
469
  },
@@ -462,38 +472,38 @@ const b2 = /* @__PURE__ */ d("div")({
462
472
  })
463
473
  })]
464
474
  });
465
- }, N0 = () => O, T0 = /* @__PURE__ */ d(N0())({
475
+ }, N0 = () => F, T0 = /* @__PURE__ */ c(N0())({
466
476
  name: "Container",
467
477
  class: "c1f0y7nw",
468
478
  propsAsIs: !0
469
- }), j = /* @__PURE__ */ d("div")({
479
+ }), j = /* @__PURE__ */ c("div")({
470
480
  name: "InnerContainer",
471
481
  class: "i1qa3p7a",
472
482
  propsAsIs: !1
473
- }), I0 = () => j, v0 = /* @__PURE__ */ d(I0())({
483
+ }), I0 = () => j, v0 = /* @__PURE__ */ c(I0())({
474
484
  name: "HiddenContainer",
475
485
  class: "hrthymv",
476
486
  propsAsIs: !0
477
- }), R0 = /* @__PURE__ */ d("div")({
487
+ }), R0 = /* @__PURE__ */ c("div")({
478
488
  name: "NotificationRefreshing",
479
489
  class: "n13rok4i",
480
490
  propsAsIs: !1
481
- }), A0 = () => C2, y0 = /* @__PURE__ */ d(A0())({
491
+ }), A0 = () => p2, y0 = /* @__PURE__ */ c(A0())({
482
492
  name: "Pill",
483
493
  class: "pht79xf",
484
494
  propsAsIs: !0
485
495
  }), k0 = (s) => {
486
- const [e, t] = L(0), r = g(null), o = b((i) => {
487
- r.current = i;
496
+ const [e, t] = L(0), r = g(null), i = b((o) => {
497
+ r.current = o;
488
498
  }, []);
489
499
  E(() => {
490
- const i = r.current?.getBoundingClientRect();
491
- i && t(i.height);
500
+ const o = r.current?.getBoundingClientRect();
501
+ o && t(o.height);
492
502
  }, [s]);
493
- const a = b((i) => {
494
- t(i);
503
+ const a = b((o) => {
504
+ t(o);
495
505
  }, []);
496
- return [o, e, a];
506
+ return [i, e, a];
497
507
  }, D0 = ({
498
508
  sdk: s,
499
509
  notification: e,
@@ -501,8 +511,8 @@ const b2 = /* @__PURE__ */ d("div")({
501
511
  responsiveStore: r
502
512
  }) => {
503
513
  const {
504
- sdk: o
505
- } = F(), [a, i, l] = k0(e.id);
514
+ sdk: i
515
+ } = O(), [a, o, l] = k0(e.id);
506
516
  return e.type === T.QUESTION ? /* @__PURE__ */ f(I, {
507
517
  children: [/* @__PURE__ */ n(v0, {
508
518
  ref: a,
@@ -511,7 +521,7 @@ const b2 = /* @__PURE__ */ d("div")({
511
521
  })
512
522
  }), /* @__PURE__ */ f(T0, {
513
523
  style: {
514
- height: e.hiding ? 0 : i
524
+ height: e.hiding ? 0 : o
515
525
  },
516
526
  hiding: e.hiding,
517
527
  children: [/* @__PURE__ */ n(j, {
@@ -520,13 +530,13 @@ const b2 = /* @__PURE__ */ d("div")({
520
530
  },
521
531
  children: /* @__PURE__ */ n(B, {
522
532
  ...e,
523
- controlVideo: o?.controlVideoPlayer
533
+ controlVideo: i?.controlVideoPlayer
524
534
  })
525
535
  }), /* @__PURE__ */ n(R0, {}, e.id)]
526
536
  })]
527
- }) : e.type === T.QUESTION_RESOLVED && e.data?.question?.predictionResult ? /* @__PURE__ */ n(p2, {
537
+ }) : e.type === T.QUESTION_RESOLVED && e.data?.question?.predictionResult ? /* @__PURE__ */ n(u2, {
528
538
  style: {
529
- height: e.hiding ? 0 : i
539
+ height: e.hiding ? 0 : o
530
540
  },
531
541
  saveHeight: l,
532
542
  close: e.close,
@@ -535,7 +545,7 @@ const b2 = /* @__PURE__ */ d("div")({
535
545
  mastersApp: !0
536
546
  }) : e.type === T.ONBOARDING ? /* @__PURE__ */ n(_0, {
537
547
  style: {
538
- height: e.hiding ? 0 : i
548
+ height: e.hiding ? 0 : o
539
549
  },
540
550
  saveHeight: l,
541
551
  sdk: s,
@@ -543,14 +553,14 @@ const b2 = /* @__PURE__ */ d("div")({
543
553
  appNode: t,
544
554
  responsiveStore: r
545
555
  }) : null;
546
- }, b0 = "p1co32q0", O0 = ({
556
+ }, b0 = "p1co32q0", F0 = ({
547
557
  pill: s,
548
558
  setPill: e,
549
559
  appNode: t,
550
560
  headerNode: r,
551
- scrollNode: o,
561
+ scrollNode: i,
552
562
  responsiveStore: a,
553
- scrollStore: i,
563
+ scrollStore: o,
554
564
  useContainer: l
555
565
  }) => {
556
566
  const {
@@ -560,73 +570,73 @@ const b2 = /* @__PURE__ */ d("div")({
560
570
  }), {
561
571
  tabsShown: m,
562
572
  scrollPosition: C
563
- } = p(i, {
573
+ } = p(o, {
564
574
  keys: ["tabsShown", "scrollPosition"]
565
575
  });
566
576
  E(() => {
567
577
  a.get().sdkInDesktopView || l ? C < 50 && e(null) : C > -50 && e(null);
568
578
  }, [C, a, e, l]);
569
- const c = a.get().sdkInDesktopView ? t : r;
570
- return !s || !c.current ? null : I2(/* @__PURE__ */ n(y0, {
579
+ const d = a.get().sdkInDesktopView ? t : r;
580
+ return !s || !d.current ? null : I2(/* @__PURE__ */ n(y0, {
571
581
  title: s.type === T.QUESTION_RESOLVED ? "Prediction result" : `New ${R2[s.data?.questionType]?.label || "notification"}`,
572
582
  onClick: () => {
573
- a.get().sdkInDesktopView ? o.current?.scrollTo({
583
+ a.get().sdkInDesktopView ? i.current?.scrollTo({
574
584
  top: 0,
575
585
  behavior: "smooth"
576
- }) : z(o, u.size, {
586
+ }) : q(i, u.size, {
577
587
  behavior: "smooth"
578
588
  }), e(null);
579
589
  },
580
590
  className: S(m && b0, "sl-pill-button")
581
- }), c.current);
582
- }, F0 = ({
591
+ }), d.current);
592
+ }, O0 = ({
583
593
  sdk: s,
584
594
  headerNode: e,
585
595
  scrollNode: t,
586
596
  useContainer: r,
587
- responsiveStore: o,
597
+ responsiveStore: i,
588
598
  appNode: a,
589
- scrollStore: i
599
+ scrollStore: o
590
600
  }) => {
591
- const [l] = L(s.getNotificationsStore()), u = p(l), [m, C] = L(null), c = _(() => s.getActiveNotification(), [s, u]);
601
+ const [l] = L(s.getNotificationsStore()), u = p(l), [m, C] = L(null), d = _(() => s.getActiveNotification(), [s, u]);
592
602
  return E(() => {
593
- c && v2.emit("notification", {
603
+ d && v2.emit("notification", {
594
604
  action: "rendered",
595
605
  payload: {
596
- questionId: c.data.questionId,
597
- questionType: c.data.questionType
606
+ questionId: d.data.questionId,
607
+ questionType: d.data.questionType
598
608
  }
599
609
  });
600
- }, [c]), E(() => {
601
- c && (o.get().sdkInDesktopView || o.get().sdkInView) && (!o.get().sdkInDesktopView && o.get().sdkInView && C(c), o.get().sdkInDesktopView && window.requestAnimationFrame(() => {
602
- i.get().scrollPosition !== 0 && C(c);
610
+ }, [d]), E(() => {
611
+ d && (i.get().sdkInDesktopView || i.get().sdkInView) && (!i.get().sdkInDesktopView && i.get().sdkInView && C(d), i.get().sdkInDesktopView && window.requestAnimationFrame(() => {
612
+ o.get().scrollPosition !== 0 && C(d);
603
613
  }));
604
- }, [c]), E(() => {
605
- c || C(null);
606
- }, [c]), /* @__PURE__ */ f(I, {
607
- children: [!m && c && /* @__PURE__ */ n(D0, {
614
+ }, [d]), E(() => {
615
+ d || C(null);
616
+ }, [d]), /* @__PURE__ */ f(I, {
617
+ children: [!m && d && /* @__PURE__ */ n(D0, {
608
618
  headerNode: e,
609
619
  appNode: a,
610
620
  sdk: s,
611
- notification: c,
612
- responsiveStore: o
613
- }), m && /* @__PURE__ */ n(O0, {
621
+ notification: d,
622
+ responsiveStore: i
623
+ }), m && /* @__PURE__ */ n(F0, {
614
624
  pill: m,
615
625
  setPill: C,
616
626
  appNode: a,
617
- notification: c,
627
+ notification: d,
618
628
  headerNode: e,
619
629
  scrollNode: t,
620
- scrollStore: i,
630
+ scrollStore: o,
621
631
  useContainer: r,
622
- responsiveStore: o
632
+ responsiveStore: i
623
633
  })]
624
634
  });
625
- }, $ = Object.keys(h), k = () => {
635
+ }, P = Object.keys(h), k = () => {
626
636
  const s = window.innerWidth;
627
637
  let e = "sm";
628
- for (let t = $.length - 1; t > 0; t--) {
629
- const r = $[t];
638
+ for (let t = P.length - 1; t > 0; t--) {
639
+ const r = P[t];
630
640
  if (!(s < h[r]) && s >= h[r]) {
631
641
  e = r;
632
642
  break;
@@ -636,24 +646,24 @@ const b2 = /* @__PURE__ */ d("div")({
636
646
  name: e,
637
647
  size: h[e]
638
648
  };
639
- }, P = (s) => {
649
+ }, H = (s) => {
640
650
  const e = s.current?.getBoundingClientRect();
641
651
  return e ? e.y > -e.height && e.y < window.innerHeight : !1;
642
- }, H = (s) => s >= h.lg, B0 = (s) => {
652
+ }, $ = (s) => s >= h.lg, B0 = (s) => {
643
653
  const [e] = L(() => {
644
654
  const t = k();
645
655
  return G({
646
656
  screen: k(),
647
- sdkInView: P(s),
648
- sdkInDesktopView: H(t.size)
657
+ sdkInView: H(s),
658
+ sdkInDesktopView: $(t.size)
649
659
  });
650
660
  });
651
661
  return E(() => {
652
662
  const t = D(() => {
653
- e.setKey("sdkInView", P(s));
663
+ e.setKey("sdkInView", H(s));
654
664
  }, 200), r = D(() => {
655
- const o = k();
656
- e.setKey("screen", o), e.setKey("sdkInDesktopView", H(o.size));
665
+ const i = k();
666
+ e.setKey("screen", i), e.setKey("sdkInDesktopView", $(i.size));
657
667
  }, 200);
658
668
  return t(), r(), window.addEventListener("scroll", t), window.addEventListener("resize", r), () => {
659
669
  window.removeEventListener("scroll", t), window.removeEventListener("resize", r);
@@ -731,14 +741,14 @@ Object.entries(V0).reduce((s, [e, t]) => `
731
741
  ${s}
732
742
  --color-${e.toLowerCase().replaceAll("_", "-")}: ${t};
733
743
  `, "");
734
- const w0 = "m1ojpy2l", $0 = ({ children: s, style: e }) => /* @__PURE__ */ n("div", { className: "StreamLayerSDKTheme", children: /* @__PURE__ */ n("div", { className: S("masters-theme", w0), style: e, children: s }) }), C1 = ({ sdkKey: s, plugins: e, children: t, event: r, onDeepLinkHandled: o, videoPlayerController: a, production: i = !0 }) => /* @__PURE__ */ f(
744
+ const w0 = "m1ojpy2l", P0 = ({ children: s, style: e }) => /* @__PURE__ */ n("div", { className: "StreamLayerSDKTheme", children: /* @__PURE__ */ n("div", { className: S("masters-theme", w0), style: e, children: s }) }), d1 = ({ sdkKey: s, plugins: e, children: t, event: r, onDeepLinkHandled: i, videoPlayerController: a, production: o = !0 }) => /* @__PURE__ */ f(
735
745
  A2,
736
746
  {
737
747
  sdkKey: s,
738
748
  plugins: e,
739
- production: i,
749
+ production: o,
740
750
  autoEnable: !0,
741
- onDeepLinkHandled: o,
751
+ onDeepLinkHandled: i,
742
752
  videoPlayerController: a,
743
753
  friendsTab: "disabled",
744
754
  skipOnboarding: !0,
@@ -748,31 +758,31 @@ const w0 = "m1ojpy2l", $0 = ({ children: s, style: e }) => /* @__PURE__ */ n("di
748
758
  t
749
759
  ]
750
760
  }
751
- ), P0 = ({ sdk: s, className: e }) => {
752
- const [, t] = u2(s);
761
+ ), H0 = ({ sdk: s, className: e }) => {
762
+ const [, t] = m2(s);
753
763
  return /* @__PURE__ */ n(J2, { className: e, feature: t, sdk: s });
754
- }, H0 = ({ sdk: s, className: e, appNode: t, responsiveStore: r, useContainer: o }) => {
764
+ }, $0 = ({ sdk: s, className: e, appNode: t, responsiveStore: r, useContainer: i }) => {
755
765
  const a = p(s.featuresList.getStore());
756
- return a ? Array.from(a, (i) => {
757
- const l = s.getFeature(i);
766
+ return a ? Array.from(a, (o) => {
767
+ const l = s.getFeature(o);
758
768
  return l ? /* @__PURE__ */ n(
759
769
  e0,
760
770
  {
761
- useContainer: o,
771
+ useContainer: i,
762
772
  responsiveStore: r,
763
773
  className: e,
764
774
  appNode: t,
765
775
  feature: l,
766
776
  sdk: s
767
777
  },
768
- i
778
+ o
769
779
  ) : null;
770
780
  }) : null;
771
781
  }, U0 = (s) => {
772
782
  const e = g(null);
773
- return M(e, { enabled: !0, event: "click", listener: Q }), /* @__PURE__ */ n(m2, { ref: e, ...s });
783
+ return M(e, { enabled: !0, event: "click", listener: Q }), /* @__PURE__ */ n(f2, { ref: e, ...s });
774
784
  }, G0 = ({ sdk: s, useContainer: e }) => {
775
- const t = g(null), r = p(s.status), o = p(s.sdkStore.slStreamId), a = g(null), [i] = B0(t), [l, u] = H2(t, i, e), m = r === "ready" && !!o.data;
785
+ const t = g(null), r = p(s.status), i = p(s.sdkStore.slStreamId), a = g(null), [o] = B0(t), [l, u] = $2(t, o, e), m = r === "ready" && !!i.data;
776
786
  return E(() => {
777
787
  window.requestAnimationFrame(() => {
778
788
  s.initializeApp().then(() => {
@@ -781,26 +791,26 @@ const w0 = "m1ojpy2l", $0 = ({ children: s, style: e }) => /* @__PURE__ */ n("di
781
791
  });
782
792
  }, [s]), M(t, { enabled: !0, event: "click", listener: Q }), E(() => {
783
793
  import("./gamification-feature2.js");
784
- }, []), /* @__PURE__ */ f(b2, { className: S("SDKContainer", !e && O2), ref: t, children: [
785
- /* @__PURE__ */ n(o0, { className: S(A), ref: a }),
786
- /* @__PURE__ */ f(F2, { className: "sl-hide-on-modal", ref: l, children: [
794
+ }, []), /* @__PURE__ */ f(b2, { className: S("SDKContainer", !e && F2), ref: t, children: [
795
+ /* @__PURE__ */ n(i0, { className: S(A), ref: a }),
796
+ /* @__PURE__ */ f(O2, { className: "sl-hide-on-modal", ref: l, children: [
787
797
  m && /* @__PURE__ */ n(
788
- F0,
798
+ O0,
789
799
  {
790
800
  sdk: s,
791
801
  scrollNode: l,
792
802
  headerNode: a,
793
803
  appNode: t,
794
804
  scrollStore: u,
795
- responsiveStore: i,
805
+ responsiveStore: o,
796
806
  useContainer: e
797
807
  }
798
808
  ),
799
- m && /* @__PURE__ */ n(P0, { className: A, sdk: s }),
809
+ m && /* @__PURE__ */ n(H0, { className: A, sdk: s }),
800
810
  m && /* @__PURE__ */ n(
801
- H0,
811
+ $0,
802
812
  {
803
- responsiveStore: i,
813
+ responsiveStore: o,
804
814
  appNode: t,
805
815
  className: A,
806
816
  sdk: s,
@@ -810,10 +820,10 @@ const w0 = "m1ojpy2l", $0 = ({ children: s, style: e }) => /* @__PURE__ */ n("di
810
820
  ] })
811
821
  ] });
812
822
  }, M0 = ({ sdk: s, betPack: e, useContainer: t }) => {
813
- const [r, o] = L(e), a = !!p(s.userId()), i = _(() => ({ sdk: s }), [s]), l = b(() => {
814
- o(!1), s?.getFeature(N.GAMES)?.closeQuestion();
823
+ const [r, i] = L(e), a = !!p(s.userId()), o = _(() => ({ sdk: s }), [s]), l = b(() => {
824
+ i(!1), s?.getFeature(N.GAMES)?.closeQuestion();
815
825
  }, [s]);
816
- return /* @__PURE__ */ f(Y.Provider, { value: i, children: [
826
+ return /* @__PURE__ */ f(z.Provider, { value: o, children: [
817
827
  r && a && /* @__PURE__ */ n(
818
828
  U0,
819
829
  {
@@ -830,9 +840,9 @@ const w0 = "m1ojpy2l", $0 = ({ children: s, style: e }) => /* @__PURE__ */ n("di
830
840
  useContainer: e
831
841
  }) => {
832
842
  const { sdk: t, status: r } = U(k2);
833
- return r === D2.UNSET ? (console.error("Wrap app in `StreamLayerProvider`"), null) : t ? /* @__PURE__ */ n("div", { className: "StreamLayerSDK", children: /* @__PURE__ */ n($0, { style: { height: "100%" }, children: /* @__PURE__ */ n(M0, { sdk: t, betPack: s, useContainer: e }) }) }) : null;
843
+ return r === D2.UNSET ? (console.error("Wrap app in `StreamLayerProvider`"), null) : t ? /* @__PURE__ */ n("div", { className: "StreamLayerSDK", children: /* @__PURE__ */ n(P0, { style: { height: "100%" }, children: /* @__PURE__ */ n(M0, { sdk: t, betPack: s, useContainer: e }) }) }) : null;
834
844
  };
835
- class p1 extends r2 {
845
+ class c1 extends i2 {
836
846
  constructor(e) {
837
847
  super(e), this.state = { hasError: !1 };
838
848
  }
@@ -847,7 +857,7 @@ class p1 extends r2 {
847
857
  }
848
858
  }
849
859
  export {
850
- d1 as C,
851
- p1 as M,
852
- C1 as S
860
+ l1 as C,
861
+ c1 as M,
862
+ d1 as S
853
863
  };