@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.
- package/lib/cjs/advertisement.js +19607 -203
- package/lib/cjs/auth.js +4459 -1
- package/lib/cjs/bet-pack.js +15691 -1
- package/lib/cjs/index.js +19411 -1
- package/lib/cjs/insight.js +13509 -1
- package/lib/cjs/masters.js +20696 -1
- package/lib/cjs/notification.js +13087 -1
- package/lib/cjs/package.json +1 -0
- package/lib/cjs/pause-ad.js +8390 -1
- package/lib/cjs/points.js +7189 -1
- package/lib/cjs/polyfills.js +69 -0
- package/lib/cjs/polymarket.js +16394 -14
- package/lib/cjs/style.css +1 -0
- package/lib/cjs/useStreamLayerApp.js +4711 -1
- package/lib/dist/cjs/index.js +20696 -1
- package/lib/dist/es/index.js +20669 -10
- package/lib/dist/es/polyfills.js +92 -0
- package/lib/es/Question.js +66 -65
- package/lib/es/advertisement.js +3402 -3294
- package/lib/es/analytics.js +1 -1
- package/lib/es/bet-pack.js +1 -1
- package/lib/es/feature.js +192 -37
- package/lib/es/{index-DvqmgCor.js → index-D8wyDNJD.js} +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/index10.js +181 -7
- package/lib/es/index11.js +371 -181
- package/lib/es/index12.js +366 -2579
- package/lib/es/index13.js +789 -234
- package/lib/es/index14.js +293 -792
- package/lib/es/index15.js +2550 -305
- package/lib/es/index16.js +64 -66
- package/lib/es/index2.js +285 -279
- package/lib/es/index3.js +34 -4
- package/lib/es/index4.js +16 -17
- package/lib/es/index5.js +3 -19
- package/lib/es/index6.js +7 -5
- package/lib/es/index7.js +284 -5
- package/lib/es/index8.js +236 -281
- package/lib/es/index9.js +8 -179
- package/lib/es/insight.js +2 -2
- package/lib/es/masters2.js +199 -189
- package/lib/es/notification.js +27 -28
- package/lib/es/pause-ad.js +124 -149
- package/lib/es/points.js +23 -24
- package/lib/es/polymarket.js +3 -3
- package/lib/es/storage.js +4 -4
- package/lib/es/style.css +1 -0
- package/lib/es/useStreamLayerApp2.js +5579 -4475
- package/lib/source.css +1 -120
- package/package.json +126 -91
- package/lib/cjs/Question.js +0 -1
- package/lib/cjs/analytics.js +0 -1
- package/lib/cjs/feature.js +0 -1
- package/lib/cjs/gamification-feature.js +0 -1
- package/lib/cjs/gamification-feature2.js +0 -1
- package/lib/cjs/hooks-n9ax4LRT.js +0 -1
- package/lib/cjs/index-DvqmgCor.js +0 -5
- package/lib/cjs/index10.js +0 -1
- package/lib/cjs/index11.js +0 -1
- package/lib/cjs/index12.js +0 -1
- package/lib/cjs/index13.js +0 -1
- package/lib/cjs/index14.js +0 -4
- package/lib/cjs/index15.js +0 -1
- package/lib/cjs/index16.js +0 -5
- package/lib/cjs/index2.js +0 -1
- package/lib/cjs/index3.js +0 -1
- package/lib/cjs/index4.js +0 -5
- package/lib/cjs/index5.js +0 -1
- package/lib/cjs/index6.js +0 -1
- package/lib/cjs/index7.js +0 -1
- package/lib/cjs/index8.js +0 -1
- package/lib/cjs/index9.js +0 -7
- package/lib/cjs/masters2.js +0 -8
- package/lib/cjs/sl-types.js +0 -1
- package/lib/cjs/storage.js +0 -1
- package/lib/cjs/theme.js +0 -1
- package/lib/cjs/useStreamLayerApp2.js +0 -17
- package/lib/cjs/utils.js +0 -47
- package/lib/classic/app/advertisement.d.ts +0 -19
- package/lib/classic/app/app.d.ts +0 -23
- package/lib/classic/app/auth.d.ts +0 -4
- package/lib/classic/app/bet-pack.d.ts +0 -10
- package/lib/classic/app/insight.d.ts +0 -13
- package/lib/classic/app/masters.d.ts +0 -19
- package/lib/classic/app/notification.d.ts +0 -5
- package/lib/classic/app/pause-ad.d.ts +0 -27
- package/lib/classic/app/points.d.ts +0 -3
- package/lib/classic/app/polymarket.d.ts +0 -7
- package/lib/classic/app/useStreamLayerApp.d.ts +0 -1
- package/lib/classic/cjs/Question.js +0 -1
- package/lib/classic/cjs/advertisement.js +0 -203
- package/lib/classic/cjs/analytics.js +0 -1
- package/lib/classic/cjs/auth.js +0 -1
- package/lib/classic/cjs/bet-pack.js +0 -5
- package/lib/classic/cjs/feature.js +0 -1
- package/lib/classic/cjs/gamification-feature.js +0 -1
- package/lib/classic/cjs/hooks-n9ax4LRT.js +0 -1
- package/lib/classic/cjs/index-DvqmgCor.js +0 -5
- package/lib/classic/cjs/index.js +0 -1
- package/lib/classic/cjs/index10.js +0 -1
- package/lib/classic/cjs/index11.js +0 -1
- package/lib/classic/cjs/index12.js +0 -1
- package/lib/classic/cjs/index13.js +0 -4
- package/lib/classic/cjs/index2.js +0 -5
- package/lib/classic/cjs/index3.js +0 -1
- package/lib/classic/cjs/index4.js +0 -1
- package/lib/classic/cjs/index5.js +0 -1
- package/lib/classic/cjs/index6.js +0 -1
- package/lib/classic/cjs/index7.js +0 -7
- package/lib/classic/cjs/index8.js +0 -1
- package/lib/classic/cjs/index9.js +0 -1
- package/lib/classic/cjs/insight.js +0 -1
- package/lib/classic/cjs/notification.js +0 -1
- package/lib/classic/cjs/notification2.js +0 -1
- package/lib/classic/cjs/pause-ad.js +0 -1
- package/lib/classic/cjs/points.js +0 -1
- package/lib/classic/cjs/polymarket.js +0 -14
- package/lib/classic/cjs/sl-types.js +0 -1
- package/lib/classic/cjs/useStreamLayerApp.js +0 -1
- package/lib/classic/cjs/useStreamLayerApp2.js +0 -17
- package/lib/classic/cjs/utils.js +0 -47
- package/lib/classic/es/Question.js +0 -388
- package/lib/classic/es/advertisement.js +0 -38759
- package/lib/classic/es/analytics.js +0 -84
- package/lib/classic/es/auth.js +0 -11
- package/lib/classic/es/bet-pack.js +0 -3419
- package/lib/classic/es/feature.js +0 -59
- package/lib/classic/es/gamification-feature.js +0 -4
- package/lib/classic/es/hooks-n9ax4LRT.js +0 -97
- package/lib/classic/es/index-DvqmgCor.js +0 -3775
- package/lib/classic/es/index.js +0 -15
- package/lib/classic/es/index10.js +0 -2592
- package/lib/classic/es/index11.js +0 -317
- package/lib/classic/es/index12.js +0 -185
- package/lib/classic/es/index13.js +0 -820
- package/lib/classic/es/index2.js +0 -2597
- package/lib/classic/es/index3.js +0 -19
- package/lib/classic/es/index4.js +0 -6
- package/lib/classic/es/index5.js +0 -5
- package/lib/classic/es/index6.js +0 -285
- package/lib/classic/es/index7.js +0 -181
- package/lib/classic/es/index8.js +0 -7
- package/lib/classic/es/index9.js +0 -11
- package/lib/classic/es/insight.js +0 -79
- package/lib/classic/es/notification.js +0 -9
- package/lib/classic/es/notification2.js +0 -1127
- package/lib/classic/es/pause-ad.js +0 -257
- package/lib/classic/es/points.js +0 -77
- package/lib/classic/es/polymarket.js +0 -6617
- package/lib/classic/es/sl-types.js +0 -156
- package/lib/classic/es/useStreamLayerApp.js +0 -4
- package/lib/classic/es/useStreamLayerApp2.js +0 -11573
- package/lib/classic/es/utils.js +0 -76
- package/lib/classic/index.d.ts +0 -6
- package/lib/classic/masters.d.ts +0 -8
- package/lib/classic/source.css +0 -110
- package/lib/dist/cjs/gamification-feature.js +0 -1
- package/lib/dist/cjs/index-DvqmgCor.js +0 -5
- package/lib/dist/cjs/masters.js +0 -69
- package/lib/dist/es/gamification-feature.js +0 -4
- package/lib/dist/es/index-DvqmgCor.js +0 -3775
- package/lib/dist/es/masters.js +0 -22204
- package/lib/dist/index.d.ts +0 -1355
- package/lib/dist/source.css +0 -64
- package/lib/es/sl-types.js +0 -156
- package/lib/style.css +0 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import 'core-js/stable/index.js';
|
|
2
|
+
import 'regenerator-runtime/runtime.js';
|
|
3
|
+
import require$$2 from 'text-encoding-utf-8';
|
|
4
|
+
import 'intersection-observer';
|
|
5
|
+
import require$$4 from 'resize-observer-polyfill';
|
|
6
|
+
import require$$5 from 'web-streams-polyfill';
|
|
7
|
+
import 'whatwg-fetch';
|
|
8
|
+
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch.js';
|
|
9
|
+
|
|
10
|
+
function getDefaultExportFromCjs (x) {
|
|
11
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
var polyfills$1 = {};
|
|
15
|
+
|
|
16
|
+
var hasRequiredPolyfills;
|
|
17
|
+
|
|
18
|
+
function requirePolyfills () {
|
|
19
|
+
if (hasRequiredPolyfills) return polyfills$1;
|
|
20
|
+
hasRequiredPolyfills = 1;
|
|
21
|
+
// TextEncoder/TextDecoder pure JS polyfill (Chrome 38)
|
|
22
|
+
// The package only exports classes; must assign globals for SDK compatibility
|
|
23
|
+
var _textEncoding = require$$2;
|
|
24
|
+
if (typeof window.TextEncoder === 'undefined') window.TextEncoder = _textEncoding.TextEncoder;
|
|
25
|
+
if (typeof window.TextDecoder === 'undefined') window.TextDecoder = _textEncoding.TextDecoder;
|
|
26
|
+
// IntersectionObserver polyfill (Chrome 51)
|
|
27
|
+
if (typeof window.ResizeObserver === 'undefined') { // ResizeObserver polyfill (Chrome 64)
|
|
28
|
+
var _RO = require$$4;
|
|
29
|
+
window.ResizeObserver = _RO.default || _RO;
|
|
30
|
+
}
|
|
31
|
+
var _streams = require$$5;
|
|
32
|
+
if (typeof window.ReadableStream === 'undefined') window.ReadableStream = _streams.ReadableStream;
|
|
33
|
+
if (typeof window.WritableStream === 'undefined') window.WritableStream = _streams.WritableStream;
|
|
34
|
+
if (typeof window.TransformStream === 'undefined') window.TransformStream = _streams.TransformStream;
|
|
35
|
+
// fetch/Response/Headers/Request polyfill (Chrome 42)
|
|
36
|
+
// AbortController + patched fetch (Chrome 66)
|
|
37
|
+
|
|
38
|
+
// whatwg-fetch does not implement Response.body (ReadableStream).
|
|
39
|
+
// ConnectRPC requires response.body to parse gRPC-Web frames.
|
|
40
|
+
// Wrap fetch to synthesize .body from .arrayBuffer().
|
|
41
|
+
(function() {
|
|
42
|
+
var origFetch = window.fetch;
|
|
43
|
+
window.fetch = function(input, init) {
|
|
44
|
+
return origFetch.apply(this, arguments).then(function(response) {
|
|
45
|
+
if (response.body) return response;
|
|
46
|
+
var _stream = null;
|
|
47
|
+
Object.defineProperty(response, 'body', {
|
|
48
|
+
get: function() {
|
|
49
|
+
if (!_stream) {
|
|
50
|
+
var clone = response.clone();
|
|
51
|
+
_stream = new ReadableStream({
|
|
52
|
+
start: function(controller) {
|
|
53
|
+
clone.arrayBuffer().then(function(buf) {
|
|
54
|
+
controller.enqueue(new Uint8Array(buf));
|
|
55
|
+
controller.close();
|
|
56
|
+
}, function(err) {
|
|
57
|
+
controller.error(err);
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
return _stream;
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
return response;
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
})();
|
|
69
|
+
|
|
70
|
+
// MediaQueryList.addEventListener/removeEventListener polyfill (Chrome 50)
|
|
71
|
+
// Chrome 32 only has the legacy addListener/removeListener API.
|
|
72
|
+
// MediaQueryList is not exposed as a global constructor in Chrome 32,
|
|
73
|
+
// so we obtain the prototype from an actual instance via matchMedia.
|
|
74
|
+
if (typeof window.matchMedia === 'function') {
|
|
75
|
+
var _mql = window.matchMedia('(min-width:0)');
|
|
76
|
+
if (_mql && !_mql.addEventListener) {
|
|
77
|
+
var _mqlProto = Object.getPrototypeOf(_mql);
|
|
78
|
+
_mqlProto.addEventListener = function (type, listener) {
|
|
79
|
+
if (type === 'change') this.addListener(listener);
|
|
80
|
+
};
|
|
81
|
+
_mqlProto.removeEventListener = function (type, listener) {
|
|
82
|
+
if (type === 'change') this.removeListener(listener);
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
return polyfills$1;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
var polyfillsExports = requirePolyfills();
|
|
90
|
+
var polyfills = /*@__PURE__*/getDefaultExportFromCjs(polyfillsExports);
|
|
91
|
+
|
|
92
|
+
export { polyfills as default };
|
package/lib/es/Question.js
CHANGED
|
@@ -1,47 +1,46 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { s as l, u as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { O as C, d as
|
|
5
|
-
import { Q as V, Z as
|
|
6
|
-
import { y as
|
|
7
|
-
import { Q as A, A as
|
|
8
|
-
const j =
|
|
1
|
+
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { s as l, u as p } from "./feature.js";
|
|
3
|
+
import { createContext as E, useContext as N, useRef as k, useEffect as q, useState as $ } from "react";
|
|
4
|
+
import { O as C, d as D, f as L, a as R } from "./index12.js";
|
|
5
|
+
import { Q as V, Z as F } from "./index13.js";
|
|
6
|
+
import { y as P } from "./utils.js";
|
|
7
|
+
import { Q as A, A as Q } from "./useStreamLayerApp2.js";
|
|
8
|
+
const j = E({
|
|
9
9
|
sdk: null,
|
|
10
10
|
topNavigation: !1
|
|
11
|
-
}),
|
|
11
|
+
}), H = () => N(j), O = /* @__PURE__ */ l("div")({
|
|
12
12
|
name: "QuestionAdvertisementContainer",
|
|
13
13
|
class: "qwludgs",
|
|
14
14
|
propsAsIs: !1
|
|
15
|
-
}),
|
|
15
|
+
}), Z = /* @__PURE__ */ l("div")({
|
|
16
16
|
name: "QuestionAdvertisementText",
|
|
17
17
|
class: "qvce6pv",
|
|
18
18
|
propsAsIs: !1
|
|
19
|
-
}),
|
|
19
|
+
}), _ = /* @__PURE__ */ l("div")({
|
|
20
20
|
name: "QuestionAdvertisementImage",
|
|
21
21
|
class: "qsid7hx",
|
|
22
22
|
propsAsIs: !1
|
|
23
|
-
}),
|
|
23
|
+
}), B = ({
|
|
24
24
|
sponsorLogo: e,
|
|
25
25
|
id: a,
|
|
26
|
-
|
|
27
|
-
setAdShowed: t
|
|
26
|
+
setAdShowed: n
|
|
28
27
|
}) => {
|
|
29
|
-
const
|
|
30
|
-
return
|
|
31
|
-
|
|
28
|
+
const s = k();
|
|
29
|
+
return q(() => (s.current = setTimeout(() => {
|
|
30
|
+
n(!0);
|
|
32
31
|
}, 5e3), () => {
|
|
33
|
-
clearTimeout(
|
|
34
|
-
}), [
|
|
35
|
-
children: [/* @__PURE__ */
|
|
32
|
+
clearTimeout(s.current);
|
|
33
|
+
}), [n, a]), /* @__PURE__ */ m(O, {
|
|
34
|
+
children: [/* @__PURE__ */ t(Z, {
|
|
36
35
|
children: "PRESENTED BY"
|
|
37
|
-
}), /* @__PURE__ */
|
|
38
|
-
children: /* @__PURE__ */
|
|
36
|
+
}), /* @__PURE__ */ t(_, {
|
|
37
|
+
children: /* @__PURE__ */ t("img", {
|
|
39
38
|
src: e,
|
|
40
39
|
alt: "ad-sponsor-logo"
|
|
41
40
|
})
|
|
42
41
|
})]
|
|
43
42
|
});
|
|
44
|
-
},
|
|
43
|
+
}, h = /* @__PURE__ */ l("div")({
|
|
45
44
|
name: "QuestionContainer",
|
|
46
45
|
class: "q14ckf9e",
|
|
47
46
|
propsAsIs: !1
|
|
@@ -51,78 +50,80 @@ const j = S({
|
|
|
51
50
|
webos: n
|
|
52
51
|
}) => {
|
|
53
52
|
const {
|
|
54
|
-
sdk:
|
|
55
|
-
} =
|
|
56
|
-
return e?.attributes?.attributes.case === "insight" ? /* @__PURE__ */
|
|
53
|
+
sdk: s
|
|
54
|
+
} = H();
|
|
55
|
+
return e?.attributes?.attributes.case === "insight" ? /* @__PURE__ */ t(L, {
|
|
57
56
|
...e.attributes.attributes.value,
|
|
58
57
|
muted: a,
|
|
59
|
-
controlVideo:
|
|
60
|
-
webos: n
|
|
61
|
-
|
|
58
|
+
controlVideo: s?.controlVideoPlayer,
|
|
59
|
+
webos: n,
|
|
60
|
+
questionId: e.id,
|
|
61
|
+
fireEvent: e.fireEvent,
|
|
62
|
+
isEventFired: e.isEventFired
|
|
63
|
+
}) : e?.attributes?.attributes.case === "tweet" ? /* @__PURE__ */ t(R, {
|
|
62
64
|
...e.attributes.attributes.value,
|
|
63
65
|
muted: a,
|
|
64
|
-
controlVideo:
|
|
66
|
+
controlVideo: s?.controlVideoPlayer
|
|
65
67
|
}) : null;
|
|
66
68
|
}, z = ({
|
|
67
69
|
extendedQuestion: e,
|
|
68
70
|
vote: a,
|
|
69
71
|
close: n,
|
|
70
|
-
webos:
|
|
72
|
+
webos: s
|
|
71
73
|
}) => {
|
|
72
74
|
const {
|
|
73
|
-
loading:
|
|
74
|
-
data:
|
|
75
|
+
loading: u,
|
|
76
|
+
data: r
|
|
75
77
|
} = e;
|
|
76
|
-
return
|
|
77
|
-
webos:
|
|
78
|
+
return r ? /* @__PURE__ */ t(V, {
|
|
79
|
+
webos: s,
|
|
78
80
|
vote: a,
|
|
79
81
|
close: n,
|
|
80
|
-
openedQuestion:
|
|
81
|
-
isLoading: !!
|
|
82
|
-
}) : /* @__PURE__ */
|
|
82
|
+
openedQuestion: r,
|
|
83
|
+
isLoading: !!u
|
|
84
|
+
}) : /* @__PURE__ */ t(F, {});
|
|
83
85
|
}, oe = ({
|
|
84
86
|
gamification: e,
|
|
85
87
|
sdk: a,
|
|
86
88
|
muted: n,
|
|
87
|
-
skipAutoClose:
|
|
88
|
-
hideSponsor:
|
|
89
|
-
className:
|
|
90
|
-
hideHeader:
|
|
91
|
-
webos:
|
|
89
|
+
skipAutoClose: s,
|
|
90
|
+
hideSponsor: u,
|
|
91
|
+
className: r,
|
|
92
|
+
hideHeader: w,
|
|
93
|
+
webos: c
|
|
92
94
|
}) => {
|
|
93
|
-
const i =
|
|
94
|
-
containerId:
|
|
95
|
-
landscapeUrl:
|
|
96
|
-
portraitUrl:
|
|
95
|
+
const i = p(e.openedQuestion.$store), o = p(e.openedQuestion.$extendedStore), [T, I] = $(!1), U = p(a.options), f = i?.attributes?.type === A.FACTOID, b = i?.attributes?.backgroundImage, d = o.data?.backgroundImage, S = f ? b?.landscapeUrl ?? d?.landscapeUrl : d?.landscapeUrl, x = f ? b?.portraitUrl ?? d?.portraitUrl : d?.portraitUrl, v = P({
|
|
96
|
+
containerId: U.containerId,
|
|
97
|
+
landscapeUrl: S,
|
|
98
|
+
portraitUrl: x
|
|
97
99
|
});
|
|
98
|
-
if (!i)
|
|
100
|
+
if (!i || !o.data)
|
|
99
101
|
return null;
|
|
100
|
-
const
|
|
101
|
-
return o.data && o.data.adUnit ===
|
|
102
|
-
className:
|
|
103
|
-
children: [
|
|
102
|
+
const g = i.type, y = o.data?.options?.options.case === "factoid" ? o.data.options.options.value.closeTimer : void 0;
|
|
103
|
+
return o.data && (o.data.adUnit === Q.STANDART || o.data.promotion?.adUnit === Q.STANDART) && !T ? /* @__PURE__ */ m(h, {
|
|
104
|
+
className: r,
|
|
105
|
+
children: [v, /* @__PURE__ */ t(B, {
|
|
104
106
|
id: o.data.id,
|
|
105
|
-
|
|
106
|
-
setAdShowed: T,
|
|
107
|
+
setAdShowed: I,
|
|
107
108
|
sponsorLogo: o.data.promotion?.sponsor?.logo || o.data.sponsorship?.logo || ""
|
|
108
109
|
})]
|
|
109
|
-
}) : /* @__PURE__ */
|
|
110
|
-
className:
|
|
111
|
-
children: [
|
|
112
|
-
closeTimer:
|
|
110
|
+
}) : /* @__PURE__ */ m(h, {
|
|
111
|
+
className: r,
|
|
112
|
+
children: [v, !w && /* @__PURE__ */ t(C, {
|
|
113
|
+
closeTimer: s ? void 0 : y,
|
|
113
114
|
close: e.closeQuestion,
|
|
114
115
|
type: i.attributes?.type || A.UNSET,
|
|
115
|
-
webos:
|
|
116
|
-
}),
|
|
117
|
-
webos:
|
|
116
|
+
webos: c
|
|
117
|
+
}), g === "question" && /* @__PURE__ */ t(z, {
|
|
118
|
+
webos: c,
|
|
118
119
|
vote: e.submitAnswer,
|
|
119
120
|
close: e.closeQuestion,
|
|
120
121
|
extendedQuestion: o
|
|
121
|
-
}),
|
|
122
|
+
}), g !== "question" && /* @__PURE__ */ t(Y, {
|
|
122
123
|
muted: n,
|
|
123
124
|
openedQuestion: i,
|
|
124
|
-
webos:
|
|
125
|
-
}), !
|
|
125
|
+
webos: c
|
|
126
|
+
}), !u && /* @__PURE__ */ t(D, {
|
|
126
127
|
sponsorLogo: o.data?.promotion?.sponsor?.logo || o.data?.sponsorship?.logo
|
|
127
128
|
})]
|
|
128
129
|
});
|
|
@@ -130,5 +131,5 @@ const j = S({
|
|
|
130
131
|
export {
|
|
131
132
|
oe as _,
|
|
132
133
|
j as e,
|
|
133
|
-
|
|
134
|
+
H as p
|
|
134
135
|
};
|