@streamlayer/react-ui 1.26.1 → 1.27.1
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/app/app/Advertisement/index.d.ts +1 -0
- package/lib/app/app/Advertisement/index.js +125 -92
- package/lib/app/app/Banner/index.d.ts +6 -0
- package/lib/app/app/Banner/index.js +6 -0
- package/lib/app/app/Features/Gamification/Question.d.ts +4 -0
- package/lib/app/app/Features/Gamification/Question.js +79 -50
- package/lib/app/app/Features/Gamification/QuestionAdvertisement.d.ts +6 -0
- package/lib/app/app/Features/Gamification/QuestionAdvertisement.js +46 -0
- package/lib/app/app/Features/Gamification/Tabs.js +12 -12
- package/lib/app/app/Features/Gamification/index.d.ts +3 -0
- package/lib/app/app/Features/Gamification/index.js +56 -52
- package/lib/app/app/Features/index.d.ts +1 -0
- package/lib/app/app/Features/index.js +6 -4
- package/lib/app/app/InApp/index.d.ts +1 -0
- package/lib/app/app/InApp/index.js +44 -17
- package/lib/app/app/Insight/index.d.ts +3 -0
- package/lib/app/app/Insight/index.js +33 -30
- package/lib/app/app/Layout/index.d.ts +17 -0
- package/lib/app/app/Layout/index.js +105 -0
- package/lib/app/app/Layout/styles.d.ts +12 -0
- package/lib/app/app/Layout/styles.js +64 -0
- package/lib/app/app/Notifications/Onboarding/Notification/styles.d.ts +7 -1
- package/lib/app/app/Notifications/styles.d.ts +18 -2
- package/lib/app/app/index.d.ts +1 -0
- package/lib/app/app/index.js +91 -85
- package/lib/app/app/story/index.js +56 -58
- package/lib/app/app/story/promotion/index.js +31 -36
- package/lib/app/app/story/promotion/styles.d.ts +3 -1
- package/lib/app/app/story/promotion/video.js +63 -81
- package/lib/app/app/story/promotion-notification/styles.d.ts +3 -1
- package/lib/app/app/story/styles.d.ts +5 -1
- package/lib/app/app/story/styles.js +36 -16
- package/lib/app/app/story/video.d.ts +5 -1
- package/lib/app/app/story/video.js +70 -33
- package/lib/app/app/useApp.d.ts +1 -2
- package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.d.ts +7 -1
- package/lib/app/masters/BetPack/BetPackContent/index.js +175 -187
- package/lib/app/masters/BetPack/BetPackContent/styles.d.ts +84 -84
- package/lib/app/masters/BetPack/BetPackOverlay/styles.d.ts +14 -2
- package/lib/app/masters/Features/Gamification/Question.js +19 -17
- package/lib/app/masters/Notifications/Onboarding/Notification/styles.d.ts +7 -1
- package/lib/app/masters/Notifications/styles.d.ts +18 -2
- package/lib/app/masters/masters.d.ts +4 -1
- package/lib/app/masters/useMastersApp.d.ts +1 -1
- package/lib/app/tgl/styles.d.ts +3 -1
- package/lib/app/{tvos → webos/Advertisement}/AdvertisementUI.d.ts +7 -1
- package/lib/app/webos/Advertisement/AdvertisementUI.js +63 -0
- package/lib/app/{tvos/Advertisement.d.ts → webos/Advertisement/index.d.ts} +3 -1
- package/lib/app/webos/Advertisement/index.js +119 -0
- package/lib/app/webos/ExposedPauseAd/PauseAd.d.ts +15 -0
- package/lib/app/webos/ExposedPauseAd/PauseAd.js +93 -0
- package/lib/app/webos/ExposedPauseAd/styles.d.ts +12 -0
- package/lib/app/webos/ExposedPauseAd/styles.js +64 -0
- package/lib/app/webos/Question/index.d.ts +9 -0
- package/lib/app/webos/Question/index.js +56 -0
- package/lib/app/webos/index.d.ts +24 -0
- package/lib/app/webos/index.js +65 -0
- package/lib/app/webos/story.d.ts +9 -0
- package/lib/app/webos/story.js +74 -0
- package/lib/app/webos/styles.js +4 -0
- package/lib/app/webos/ui/Layout/index.js +78 -0
- package/lib/app/{tvos → webos}/ui/Layout/styles.js +25 -25
- package/lib/app/webos/ui/Sidebar/PromoAction.d.ts +7 -0
- package/lib/app/webos/ui/Sidebar/PromoAction.js +63 -0
- package/lib/app/{tvos → webos}/ui/Sidebar/index.d.ts +6 -0
- package/lib/app/webos/ui/Sidebar/index.js +176 -0
- package/lib/app/{tvos → webos}/ui/Sidebar/styles.d.ts +7 -3
- package/lib/app/{tvos → webos}/ui/Sidebar/styles.js +175 -170
- package/lib/app/webos/ui/insight/index.d.ts +9 -0
- package/lib/app/webos/ui/insight/index.js +100 -0
- package/lib/app/webos/ui/insight/styles.d.ts +12 -0
- package/lib/app/webos/ui/insight/styles.js +51 -0
- package/lib/app/webos/useTvButton.d.ts +9 -0
- package/lib/app/webos/useTvButton.js +23 -0
- package/lib/assets/style.css +1 -1
- package/lib/hooks/analytics.d.ts +14 -0
- package/lib/hooks/showIn.d.ts +9 -0
- package/lib/hooks/useKeyboardNavigation.d.ts +15 -0
- package/lib/hooks/useKeyboardNavigation.js +74 -0
- package/lib/index-T1iiS0ZO.js +17 -0
- package/lib/ui/advertisement/banner/index.d.ts +3 -0
- package/lib/ui/advertisement/banner/index.js +29 -17
- package/lib/ui/advertisement/banner/styles.d.ts +5 -1
- package/lib/ui/advertisement/index.d.ts +4 -1
- package/lib/ui/advertisement/index.js +56 -44
- package/lib/ui/advertisement/notification/index.d.ts +2 -0
- package/lib/ui/advertisement/notification/index.js +50 -34
- package/lib/ui/advertisement/notification/lower-third/index.d.ts +2 -0
- package/lib/ui/advertisement/notification/lower-third/index.js +42 -26
- package/lib/ui/advertisement/notification/lower-third/styles.d.ts +11 -0
- package/lib/ui/advertisement/notification/lower-third/styles.js +39 -24
- package/lib/ui/advertisement/notification/styles.d.ts +18 -1
- package/lib/ui/advertisement/notification/styles.js +48 -33
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.d.ts +2 -2
- package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.js +1 -1
- package/lib/ui/advertisement/overlay/index.d.ts +4 -1
- package/lib/ui/advertisement/overlay/index.js +135 -77
- package/lib/ui/gamification/detail/header/index.d.ts +2 -0
- package/lib/ui/gamification/detail/header/index.js +19 -16
- package/lib/ui/gamification/detail/header/styles.d.ts +15 -3
- package/lib/ui/gamification/detail/header/styles.js +1 -1
- package/lib/ui/gamification/detail/sponsor/index.d.ts +1 -0
- package/lib/ui/gamification/detail/sponsor/index.js +25 -13
- package/lib/ui/gamification/invite-link/styles.d.ts +14 -2
- package/lib/ui/gamification/leaderboard/list-item/styles.d.ts +7 -1
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.d.ts +14 -2
- package/lib/ui/gamification/onboarding/styles.d.ts +10 -2
- package/lib/ui/gamification/points/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.d.ts +48 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/NotificationMedia/index.js +94 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/index.d.ts +9 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/index.js +99 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.d.ts +42 -0
- package/lib/ui/gamification/question/inapp/notification/AdNotification/styles.js +117 -0
- package/lib/ui/gamification/question/inapp/notification/NotificationMedia/index.js +9 -8
- package/lib/ui/gamification/question/inapp/notification/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/onboarding/index.js +12 -12
- package/lib/ui/gamification/question/inapp/onboarding/styles.d.ts +18 -2
- package/lib/ui/gamification/question/inapp/prediction-result/frames/content.js +9 -9
- package/lib/ui/gamification/question/inapp/prediction-result/frames/styles.d.ts +7 -1
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.d.ts +5 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/content.js +49 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.d.ts +12 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/index.js +56 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.d.ts +1 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/lines.js +34 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.d.ts +1 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step1.js +19 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.d.ts +4 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step2.js +34 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.d.ts +7 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/step3.js +43 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.d.ts +9 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/frames/styles.js +20 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/index.d.ts +10 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/index.js +20 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.d.ts +11 -0
- package/lib/ui/gamification/question/inapp/prediction-result-ad/styles.js +34 -0
- package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +38 -5
- package/lib/ui/gamification/question/notification/styles.d.ts +14 -2
- package/lib/ui/gamification/question/styles.d.ts +26 -4
- package/lib/ui/gamification/vote/alert/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/feedback/styles.d.ts +19 -2
- package/lib/ui/gamification/vote/feedbackAlert/index.d.ts +9 -0
- package/lib/ui/gamification/vote/feedbackAlert/index.js +11 -0
- package/lib/ui/gamification/vote/feedbackAlert/styles.d.ts +11 -0
- package/lib/ui/gamification/vote/feedbackAlert/styles.js +30 -0
- package/lib/ui/gamification/vote/index.d.ts +3 -1
- package/lib/ui/gamification/vote/index.js +160 -130
- package/lib/ui/gamification/vote/insight-details/index.js +8 -7
- package/lib/ui/gamification/vote/insight-details/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/styles.d.ts +29 -4
- package/lib/ui/gamification/vote/vote-option/index.d.ts +3 -0
- package/lib/ui/gamification/vote/vote-option/index.js +72 -64
- package/lib/ui/gamification/vote/vote-option/styles.d.ts +7 -1
- package/lib/ui/gamification/vote/win-bar/styles.d.ts +19 -2
- package/lib/ui/icons/index.d.ts +1 -0
- package/lib/ui/icons/index.js +80 -79
- package/lib/ui/modal/index.js +12 -17
- package/lib/ui/questions/insight/index.d.ts +4 -1
- package/lib/ui/questions/insight/index.js +29 -26
- package/lib/ui/questions/twitter/account/styles.d.ts +7 -1
- package/lib/ui/questions/twitter/index.d.ts +1 -0
- package/lib/ui/questions/twitter/index.js +27 -19
- package/lib/ui/theme/constants.d.ts +2 -0
- package/lib/ui/theme/constants.js +2 -0
- package/lib/ui/theme/masters-theme.js +1 -0
- package/lib/ui/theme/utils.d.ts +10 -0
- package/lib/ui/theme/utils.js +77 -0
- package/lib/ui/video-player/index.d.ts +10 -2
- package/lib/ui/video-player/index.js +189 -110
- package/lib/ui/video-player/styles.d.ts +36 -0
- package/lib/ui/video-player/styles.js +59 -11
- package/lib/utils/common.d.ts +6 -0
- package/lib/utils/createDemo.d.ts +12 -0
- package/lib/utils/debug/components/bypassLogin.d.ts +6 -0
- package/lib/utils/debug/components/copyLogs.d.ts +1 -0
- package/lib/utils/debug/components/developer.d.ts +14 -0
- package/lib/utils/debug/components/envToggle.d.ts +6 -0
- package/lib/utils/debug/components/eventInput.d.ts +8 -0
- package/lib/utils/debug/components/sdkKey.d.ts +6 -0
- package/lib/utils/debug/components/styles.d.ts +1 -0
- package/lib/utils/debug/index.d.ts +36 -0
- package/lib/utils/debug/storage.d.ts +14 -0
- package/lib/utils/decorators/container.d.ts +6 -0
- package/lib/utils/decorators/container.js +5 -5
- package/lib/utils/decorators/masters.d.ts +2 -0
- package/lib/utils/decorators/styles.d.ts +2 -0
- package/lib/utils/login.d.ts +3 -0
- package/lib/utils/storage.d.ts +14 -0
- package/package.json +27 -20
- package/lib/app/tvos/Advertisement.js +0 -88
- package/lib/app/tvos/AdvertisementUI.js +0 -40
- package/lib/app/tvos/index.d.ts +0 -16
- package/lib/app/tvos/index.js +0 -23
- package/lib/app/tvos/story.d.ts +0 -6
- package/lib/app/tvos/story.js +0 -34
- package/lib/app/tvos/styles.js +0 -4
- package/lib/app/tvos/ui/Layout/index.js +0 -76
- package/lib/app/tvos/ui/Sidebar/PromoAction.d.ts +0 -2
- package/lib/app/tvos/ui/Sidebar/PromoAction.js +0 -62
- package/lib/app/tvos/ui/Sidebar/index.js +0 -114
- /package/lib/app/{tvos → webos}/styles.d.ts +0 -0
- /package/lib/app/{tvos → webos}/ui/Layout/index.d.ts +0 -0
- /package/lib/app/{tvos → webos}/ui/Layout/styles.d.ts +0 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { jsx as P } from "react/jsx-runtime";
|
|
2
2
|
import { styled as f } from "@linaria/react";
|
|
3
3
|
import Q from "react";
|
|
4
|
-
|
|
4
|
+
import { VideoPlayer as ne } from "../../../../ui/video-player/index.js";
|
|
5
|
+
var N = {}, U = { exports: {} }, ae = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED", oe = ae, se = oe;
|
|
5
6
|
function F() {
|
|
6
7
|
}
|
|
7
|
-
function
|
|
8
|
+
function V() {
|
|
8
9
|
}
|
|
9
|
-
|
|
10
|
-
var
|
|
10
|
+
V.resetWarningCache = F;
|
|
11
|
+
var ie = function() {
|
|
11
12
|
function e(r, a, o, i, s, l) {
|
|
12
|
-
if (l !==
|
|
13
|
+
if (l !== se) {
|
|
13
14
|
var h = new Error(
|
|
14
15
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
15
16
|
);
|
|
@@ -40,13 +41,13 @@ var se = function() {
|
|
|
40
41
|
oneOfType: t,
|
|
41
42
|
shape: t,
|
|
42
43
|
exact: t,
|
|
43
|
-
checkPropTypes:
|
|
44
|
+
checkPropTypes: V,
|
|
44
45
|
resetWarningCache: F
|
|
45
46
|
};
|
|
46
47
|
return n.PropTypes = n, n;
|
|
47
48
|
};
|
|
48
|
-
U.exports =
|
|
49
|
-
var
|
|
49
|
+
U.exports = ie();
|
|
50
|
+
var G = U.exports, K = {
|
|
50
51
|
L: 1,
|
|
51
52
|
M: 0,
|
|
52
53
|
Q: 3,
|
|
@@ -56,9 +57,9 @@ var K = U.exports, V = {
|
|
|
56
57
|
MODE_ALPHA_NUM: 2,
|
|
57
58
|
MODE_8BIT_BYTE: 4,
|
|
58
59
|
MODE_KANJI: 8
|
|
59
|
-
},
|
|
60
|
+
}, le = W;
|
|
60
61
|
function X(e) {
|
|
61
|
-
this.mode =
|
|
62
|
+
this.mode = le.MODE_8BIT_BYTE, this.data = e;
|
|
62
63
|
}
|
|
63
64
|
X.prototype = {
|
|
64
65
|
getLength: function(e) {
|
|
@@ -69,7 +70,7 @@ X.prototype = {
|
|
|
69
70
|
e.put(this.data.charCodeAt(t), 8);
|
|
70
71
|
}
|
|
71
72
|
};
|
|
72
|
-
var
|
|
73
|
+
var ue = X, x = K;
|
|
73
74
|
function T(e, t) {
|
|
74
75
|
this.totalCount = e, this.dataCount = t;
|
|
75
76
|
}
|
|
@@ -302,7 +303,7 @@ T.getRsBlockTable = function(e, t) {
|
|
|
302
303
|
return;
|
|
303
304
|
}
|
|
304
305
|
};
|
|
305
|
-
var
|
|
306
|
+
var fe = T;
|
|
306
307
|
function Z() {
|
|
307
308
|
this.buffer = new Array(), this.length = 0;
|
|
308
309
|
}
|
|
@@ -323,7 +324,7 @@ Z.prototype = {
|
|
|
323
324
|
this.buffer.length <= t && this.buffer.push(0), e && (this.buffer[t] |= 128 >>> this.length % 8), this.length++;
|
|
324
325
|
}
|
|
325
326
|
};
|
|
326
|
-
var
|
|
327
|
+
var he = Z, m = {
|
|
327
328
|
glog: function(e) {
|
|
328
329
|
if (e < 1)
|
|
329
330
|
throw new Error("glog(" + e + ")");
|
|
@@ -378,7 +379,7 @@ k.prototype = {
|
|
|
378
379
|
return new k(n, 0).mod(e);
|
|
379
380
|
}
|
|
380
381
|
};
|
|
381
|
-
var
|
|
382
|
+
var j = k, g = W, z = j, ve = Y, L = {
|
|
382
383
|
PATTERN000: 0,
|
|
383
384
|
PATTERN001: 1,
|
|
384
385
|
PATTERN010: 2,
|
|
@@ -475,45 +476,45 @@ var J = k, d = W, z = J, he = Y, L = {
|
|
|
475
476
|
},
|
|
476
477
|
getErrorCorrectPolynomial: function(e) {
|
|
477
478
|
for (var t = new z([1], 0), n = 0; n < e; n++)
|
|
478
|
-
t = t.multiply(new z([1,
|
|
479
|
+
t = t.multiply(new z([1, ve.gexp(n)], 0));
|
|
479
480
|
return t;
|
|
480
481
|
},
|
|
481
482
|
getLengthInBits: function(e, t) {
|
|
482
483
|
if (1 <= t && t < 10)
|
|
483
484
|
switch (e) {
|
|
484
|
-
case
|
|
485
|
+
case g.MODE_NUMBER:
|
|
485
486
|
return 10;
|
|
486
|
-
case
|
|
487
|
+
case g.MODE_ALPHA_NUM:
|
|
487
488
|
return 9;
|
|
488
|
-
case
|
|
489
|
+
case g.MODE_8BIT_BYTE:
|
|
489
490
|
return 8;
|
|
490
|
-
case
|
|
491
|
+
case g.MODE_KANJI:
|
|
491
492
|
return 8;
|
|
492
493
|
default:
|
|
493
494
|
throw new Error("mode:" + e);
|
|
494
495
|
}
|
|
495
496
|
else if (t < 27)
|
|
496
497
|
switch (e) {
|
|
497
|
-
case
|
|
498
|
+
case g.MODE_NUMBER:
|
|
498
499
|
return 12;
|
|
499
|
-
case
|
|
500
|
+
case g.MODE_ALPHA_NUM:
|
|
500
501
|
return 11;
|
|
501
|
-
case
|
|
502
|
+
case g.MODE_8BIT_BYTE:
|
|
502
503
|
return 16;
|
|
503
|
-
case
|
|
504
|
+
case g.MODE_KANJI:
|
|
504
505
|
return 10;
|
|
505
506
|
default:
|
|
506
507
|
throw new Error("mode:" + e);
|
|
507
508
|
}
|
|
508
509
|
else if (t < 41)
|
|
509
510
|
switch (e) {
|
|
510
|
-
case
|
|
511
|
+
case g.MODE_NUMBER:
|
|
511
512
|
return 14;
|
|
512
|
-
case
|
|
513
|
+
case g.MODE_ALPHA_NUM:
|
|
513
514
|
return 13;
|
|
514
|
-
case
|
|
515
|
+
case g.MODE_8BIT_BYTE:
|
|
515
516
|
return 16;
|
|
516
|
-
case
|
|
517
|
+
case g.MODE_KANJI:
|
|
517
518
|
return 12;
|
|
518
519
|
default:
|
|
519
520
|
throw new Error("mode:" + e);
|
|
@@ -547,28 +548,28 @@ var J = k, d = W, z = J, he = Y, L = {
|
|
|
547
548
|
var C = Math.abs(100 * u / t / t - 50) / 5;
|
|
548
549
|
return n += C * 10, n;
|
|
549
550
|
}
|
|
550
|
-
},
|
|
551
|
+
}, pe = v, de = ue, J = fe, q = he, A = pe, ge = j;
|
|
551
552
|
function B(e, t) {
|
|
552
553
|
this.typeNumber = e, this.errorCorrectLevel = t, this.modules = null, this.moduleCount = 0, this.dataCache = null, this.dataList = [];
|
|
553
554
|
}
|
|
554
|
-
var
|
|
555
|
-
|
|
556
|
-
var t = new
|
|
555
|
+
var d = B.prototype;
|
|
556
|
+
d.addData = function(e) {
|
|
557
|
+
var t = new de(e);
|
|
557
558
|
this.dataList.push(t), this.dataCache = null;
|
|
558
559
|
};
|
|
559
|
-
|
|
560
|
+
d.isDark = function(e, t) {
|
|
560
561
|
if (e < 0 || this.moduleCount <= e || t < 0 || this.moduleCount <= t)
|
|
561
562
|
throw new Error(e + "," + t);
|
|
562
563
|
return this.modules[e][t];
|
|
563
564
|
};
|
|
564
|
-
|
|
565
|
+
d.getModuleCount = function() {
|
|
565
566
|
return this.moduleCount;
|
|
566
567
|
};
|
|
567
|
-
|
|
568
|
+
d.make = function() {
|
|
568
569
|
if (this.typeNumber < 1) {
|
|
569
570
|
var e = 1;
|
|
570
571
|
for (e = 1; e < 40; e++) {
|
|
571
|
-
for (var t =
|
|
572
|
+
for (var t = J.getRSBlocks(e, this.errorCorrectLevel), n = new q(), r = 0, a = 0; a < t.length; a++)
|
|
572
573
|
r += t[a].dataCount;
|
|
573
574
|
for (var a = 0; a < this.dataList.length; a++) {
|
|
574
575
|
var o = this.dataList[a];
|
|
@@ -581,7 +582,7 @@ g.make = function() {
|
|
|
581
582
|
}
|
|
582
583
|
this.makeImpl(!1, this.getBestMaskPattern());
|
|
583
584
|
};
|
|
584
|
-
|
|
585
|
+
d.makeImpl = function(e, t) {
|
|
585
586
|
this.moduleCount = this.typeNumber * 4 + 17, this.modules = new Array(this.moduleCount);
|
|
586
587
|
for (var n = 0; n < this.moduleCount; n++) {
|
|
587
588
|
this.modules[n] = new Array(this.moduleCount);
|
|
@@ -590,13 +591,13 @@ g.makeImpl = function(e, t) {
|
|
|
590
591
|
}
|
|
591
592
|
this.setupPositionProbePattern(0, 0), this.setupPositionProbePattern(this.moduleCount - 7, 0), this.setupPositionProbePattern(0, this.moduleCount - 7), this.setupPositionAdjustPattern(), this.setupTimingPattern(), this.setupTypeInfo(e, t), this.typeNumber >= 7 && this.setupTypeNumber(e), this.dataCache == null && (this.dataCache = B.createData(this.typeNumber, this.errorCorrectLevel, this.dataList)), this.mapData(this.dataCache, t);
|
|
592
593
|
};
|
|
593
|
-
|
|
594
|
+
d.setupPositionProbePattern = function(e, t) {
|
|
594
595
|
for (var n = -1; n <= 7; n++)
|
|
595
596
|
if (!(e + n <= -1 || this.moduleCount <= e + n))
|
|
596
597
|
for (var r = -1; r <= 7; r++)
|
|
597
598
|
t + r <= -1 || this.moduleCount <= t + r || (0 <= n && n <= 6 && (r == 0 || r == 6) || 0 <= r && r <= 6 && (n == 0 || n == 6) || 2 <= n && n <= 4 && 2 <= r && r <= 4 ? this.modules[e + n][t + r] = !0 : this.modules[e + n][t + r] = !1);
|
|
598
599
|
};
|
|
599
|
-
|
|
600
|
+
d.getBestMaskPattern = function() {
|
|
600
601
|
for (var e = 0, t = 0, n = 0; n < 8; n++) {
|
|
601
602
|
this.makeImpl(!0, n);
|
|
602
603
|
var r = A.getLostPoint(this);
|
|
@@ -604,7 +605,7 @@ g.getBestMaskPattern = function() {
|
|
|
604
605
|
}
|
|
605
606
|
return t;
|
|
606
607
|
};
|
|
607
|
-
|
|
608
|
+
d.createMovieClip = function(e, t, n) {
|
|
608
609
|
var r = e.createEmptyMovieClip(t, n), a = 1;
|
|
609
610
|
this.make();
|
|
610
611
|
for (var o = 0; o < this.modules.length; o++)
|
|
@@ -614,13 +615,13 @@ g.createMovieClip = function(e, t, n) {
|
|
|
614
615
|
}
|
|
615
616
|
return r;
|
|
616
617
|
};
|
|
617
|
-
|
|
618
|
+
d.setupTimingPattern = function() {
|
|
618
619
|
for (var e = 8; e < this.moduleCount - 8; e++)
|
|
619
620
|
this.modules[e][6] == null && (this.modules[e][6] = e % 2 == 0);
|
|
620
621
|
for (var t = 8; t < this.moduleCount - 8; t++)
|
|
621
622
|
this.modules[6][t] == null && (this.modules[6][t] = t % 2 == 0);
|
|
622
623
|
};
|
|
623
|
-
|
|
624
|
+
d.setupPositionAdjustPattern = function() {
|
|
624
625
|
for (var e = A.getPatternPosition(this.typeNumber), t = 0; t < e.length; t++)
|
|
625
626
|
for (var n = 0; n < e.length; n++) {
|
|
626
627
|
var r = e[t], a = e[n];
|
|
@@ -630,7 +631,7 @@ g.setupPositionAdjustPattern = function() {
|
|
|
630
631
|
o == -2 || o == 2 || i == -2 || i == 2 || o == 0 && i == 0 ? this.modules[r + o][a + i] = !0 : this.modules[r + o][a + i] = !1;
|
|
631
632
|
}
|
|
632
633
|
};
|
|
633
|
-
|
|
634
|
+
d.setupTypeNumber = function(e) {
|
|
634
635
|
for (var t = A.getBCHTypeNumber(this.typeNumber), n = 0; n < 18; n++) {
|
|
635
636
|
var r = !e && (t >> n & 1) == 1;
|
|
636
637
|
this.modules[Math.floor(n / 3)][n % 3 + this.moduleCount - 8 - 3] = r;
|
|
@@ -640,7 +641,7 @@ g.setupTypeNumber = function(e) {
|
|
|
640
641
|
this.modules[n % 3 + this.moduleCount - 8 - 3][Math.floor(n / 3)] = r;
|
|
641
642
|
}
|
|
642
643
|
};
|
|
643
|
-
|
|
644
|
+
d.setupTypeInfo = function(e, t) {
|
|
644
645
|
for (var n = this.errorCorrectLevel << 3 | t, r = A.getBCHTypeInfo(n), a = 0; a < 15; a++) {
|
|
645
646
|
var o = !e && (r >> a & 1) == 1;
|
|
646
647
|
a < 6 ? this.modules[a][8] = o : a < 8 ? this.modules[a + 1][8] = o : this.modules[this.moduleCount - 15 + a][8] = o;
|
|
@@ -651,7 +652,7 @@ g.setupTypeInfo = function(e, t) {
|
|
|
651
652
|
}
|
|
652
653
|
this.modules[this.moduleCount - 8][8] = !e;
|
|
653
654
|
};
|
|
654
|
-
|
|
655
|
+
d.mapData = function(e, t) {
|
|
655
656
|
for (var n = -1, r = this.moduleCount - 1, a = 7, o = 0, i = this.moduleCount - 1; i > 0; i -= 2)
|
|
656
657
|
for (i == 6 && i--; ; ) {
|
|
657
658
|
for (var s = 0; s < 2; s++)
|
|
@@ -670,7 +671,7 @@ g.mapData = function(e, t) {
|
|
|
670
671
|
B.PAD0 = 236;
|
|
671
672
|
B.PAD1 = 17;
|
|
672
673
|
B.createData = function(e, t, n) {
|
|
673
|
-
for (var r =
|
|
674
|
+
for (var r = J.getRSBlocks(e, t), a = new q(), o = 0; o < n.length; o++) {
|
|
674
675
|
var i = n[o];
|
|
675
676
|
a.put(i.mode, 4), a.put(i.getLength(), A.getLengthInBits(i.mode, e)), i.write(a);
|
|
676
677
|
}
|
|
@@ -691,45 +692,45 @@ B.createBytes = function(e, t) {
|
|
|
691
692
|
for (var u = 0; u < o[s].length; u++)
|
|
692
693
|
o[s][u] = 255 & e.buffer[u + n];
|
|
693
694
|
n += l;
|
|
694
|
-
var C = A.getErrorCorrectPolynomial(h), I = new ge(o[s], C.getLength() - 1),
|
|
695
|
+
var C = A.getErrorCorrectPolynomial(h), I = new ge(o[s], C.getLength() - 1), w = I.mod(C);
|
|
695
696
|
i[s] = new Array(C.getLength() - 1);
|
|
696
697
|
for (var u = 0; u < i[s].length; u++) {
|
|
697
|
-
var
|
|
698
|
-
i[s][u] =
|
|
698
|
+
var y = u + w.getLength() - i[s].length;
|
|
699
|
+
i[s][u] = y >= 0 ? w.get(y) : 0;
|
|
699
700
|
}
|
|
700
701
|
}
|
|
701
|
-
for (var
|
|
702
|
-
|
|
703
|
-
for (var _ = new Array(
|
|
702
|
+
for (var D = 0, u = 0; u < t.length; u++)
|
|
703
|
+
D += t[u].totalCount;
|
|
704
|
+
for (var _ = new Array(D), b = 0, u = 0; u < r; u++)
|
|
704
705
|
for (var s = 0; s < t.length; s++)
|
|
705
|
-
u < o[s].length && (_[
|
|
706
|
+
u < o[s].length && (_[b++] = o[s][u]);
|
|
706
707
|
for (var u = 0; u < a; u++)
|
|
707
708
|
for (var s = 0; s < t.length; s++)
|
|
708
|
-
u < i[s].length && (_[
|
|
709
|
+
u < i[s].length && (_[b++] = i[s][u]);
|
|
709
710
|
return _;
|
|
710
711
|
};
|
|
711
|
-
var
|
|
712
|
+
var ce = B, H = {};
|
|
712
713
|
Object.defineProperty(H, "__esModule", {
|
|
713
714
|
value: !0
|
|
714
715
|
});
|
|
715
|
-
var
|
|
716
|
+
var me = Object.assign || function(e) {
|
|
716
717
|
for (var t = 1; t < arguments.length; t++) {
|
|
717
718
|
var n = arguments[t];
|
|
718
719
|
for (var r in n)
|
|
719
720
|
Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
720
721
|
}
|
|
721
722
|
return e;
|
|
722
|
-
},
|
|
723
|
+
}, Te = G, c = te(Te), ee = Q, O = te(ee);
|
|
723
724
|
function te(e) {
|
|
724
725
|
return e && e.__esModule ? e : { default: e };
|
|
725
726
|
}
|
|
726
|
-
function
|
|
727
|
+
function Be(e, t) {
|
|
727
728
|
var n = {};
|
|
728
729
|
for (var r in e)
|
|
729
730
|
t.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
|
|
730
731
|
return n;
|
|
731
732
|
}
|
|
732
|
-
var
|
|
733
|
+
var Ce = {
|
|
733
734
|
bgColor: c.default.oneOfType([c.default.object, c.default.string]).isRequired,
|
|
734
735
|
bgD: c.default.string.isRequired,
|
|
735
736
|
fgColor: c.default.oneOfType([c.default.object, c.default.string]).isRequired,
|
|
@@ -739,10 +740,10 @@ var Be = {
|
|
|
739
740
|
viewBoxSize: c.default.number.isRequired,
|
|
740
741
|
xmlns: c.default.string
|
|
741
742
|
}, $ = (0, ee.forwardRef)(function(e, t) {
|
|
742
|
-
var n = e.bgColor, r = e.bgD, a = e.fgD, o = e.fgColor, i = e.size, s = e.title, l = e.viewBoxSize, h = e.xmlns, u = h === void 0 ? "http://www.w3.org/2000/svg" : h, C =
|
|
743
|
+
var n = e.bgColor, r = e.bgD, a = e.fgD, o = e.fgColor, i = e.size, s = e.title, l = e.viewBoxSize, h = e.xmlns, u = h === void 0 ? "http://www.w3.org/2000/svg" : h, C = Be(e, ["bgColor", "bgD", "fgD", "fgColor", "size", "title", "viewBoxSize", "xmlns"]);
|
|
743
744
|
return O.default.createElement(
|
|
744
745
|
"svg",
|
|
745
|
-
|
|
746
|
+
me({}, C, { height: i, ref: t, viewBox: "0 0 " + l + " " + l, width: i, xmlns: u }),
|
|
746
747
|
s ? O.default.createElement(
|
|
747
748
|
"title",
|
|
748
749
|
null,
|
|
@@ -753,20 +754,20 @@ var Be = {
|
|
|
753
754
|
);
|
|
754
755
|
});
|
|
755
756
|
$.displayName = "QRCodeSvg";
|
|
756
|
-
$.propTypes =
|
|
757
|
+
$.propTypes = Ce;
|
|
757
758
|
H.default = $;
|
|
758
759
|
Object.defineProperty(N, "__esModule", {
|
|
759
760
|
value: !0
|
|
760
761
|
});
|
|
761
762
|
N.QRCode = void 0;
|
|
762
|
-
var
|
|
763
|
+
var Ee = Object.assign || function(e) {
|
|
763
764
|
for (var t = 1; t < arguments.length; t++) {
|
|
764
765
|
var n = arguments[t];
|
|
765
766
|
for (var r in n)
|
|
766
767
|
Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
767
768
|
}
|
|
768
769
|
return e;
|
|
769
|
-
},
|
|
770
|
+
}, Le = G, E = M(Le), Ae = K, _e = M(Ae), Re = ce, Pe = M(Re), re = Q, we = M(re), ye = H, De = M(ye);
|
|
770
771
|
function M(e) {
|
|
771
772
|
return e && e.__esModule ? e : { default: e };
|
|
772
773
|
}
|
|
@@ -776,71 +777,71 @@ function be(e, t) {
|
|
|
776
777
|
t.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
|
|
777
778
|
return n;
|
|
778
779
|
}
|
|
779
|
-
var
|
|
780
|
+
var Ie = {
|
|
780
781
|
bgColor: E.default.oneOfType([E.default.object, E.default.string]),
|
|
781
782
|
fgColor: E.default.oneOfType([E.default.object, E.default.string]),
|
|
782
783
|
level: E.default.string,
|
|
783
784
|
size: E.default.number,
|
|
784
785
|
value: E.default.string.isRequired
|
|
785
786
|
}, S = (0, re.forwardRef)(function(e, t) {
|
|
786
|
-
var n = e.bgColor, r = n === void 0 ? "#FFFFFF" : n, a = e.fgColor, o = a === void 0 ? "#000000" : a, i = e.level, s = i === void 0 ? "L" : i, l = e.size, h = l === void 0 ? 256 : l, u = e.value, C = be(e, ["bgColor", "fgColor", "level", "size", "value"]), I = new
|
|
787
|
+
var n = e.bgColor, r = n === void 0 ? "#FFFFFF" : n, a = e.fgColor, o = a === void 0 ? "#000000" : a, i = e.level, s = i === void 0 ? "L" : i, l = e.size, h = l === void 0 ? 256 : l, u = e.value, C = be(e, ["bgColor", "fgColor", "level", "size", "value"]), I = new Pe.default(-1, _e.default[s]);
|
|
787
788
|
I.addData(u), I.make();
|
|
788
|
-
var
|
|
789
|
-
return
|
|
789
|
+
var w = I.modules;
|
|
790
|
+
return we.default.createElement(De.default, Ee({}, C, {
|
|
790
791
|
bgColor: r,
|
|
791
|
-
bgD:
|
|
792
|
-
return
|
|
793
|
-
return _ ? "" : "M " +
|
|
792
|
+
bgD: w.map(function(y, D) {
|
|
793
|
+
return y.map(function(_, b) {
|
|
794
|
+
return _ ? "" : "M " + b + " " + D + " l 1 0 0 1 -1 0 Z";
|
|
794
795
|
}).join(" ");
|
|
795
796
|
}).join(" "),
|
|
796
797
|
fgColor: o,
|
|
797
|
-
fgD:
|
|
798
|
-
return
|
|
799
|
-
return _ ? "M " +
|
|
798
|
+
fgD: w.map(function(y, D) {
|
|
799
|
+
return y.map(function(_, b) {
|
|
800
|
+
return _ ? "M " + b + " " + D + " l 1 0 0 1 -1 0 Z" : "";
|
|
800
801
|
}).join(" ");
|
|
801
802
|
}).join(" "),
|
|
802
803
|
ref: t,
|
|
803
804
|
size: h,
|
|
804
|
-
viewBoxSize:
|
|
805
|
+
viewBoxSize: w.length
|
|
805
806
|
}));
|
|
806
807
|
});
|
|
807
808
|
N.QRCode = S;
|
|
808
809
|
S.displayName = "QRCode";
|
|
809
|
-
S.propTypes =
|
|
810
|
-
var
|
|
811
|
-
const
|
|
810
|
+
S.propTypes = Ie;
|
|
811
|
+
var Me = N.default = S;
|
|
812
|
+
const Ge = /* @__PURE__ */ f("div")({
|
|
812
813
|
name: "Container",
|
|
813
|
-
class: "
|
|
814
|
+
class: "clxplqv",
|
|
814
815
|
propsAsIs: !1
|
|
815
|
-
}),
|
|
816
|
+
}), Ke = /* @__PURE__ */ f("div")({
|
|
816
817
|
name: "Header",
|
|
817
|
-
class: "
|
|
818
|
+
class: "h18fzrta",
|
|
818
819
|
propsAsIs: !1
|
|
819
|
-
}),
|
|
820
|
+
}), We = /* @__PURE__ */ f("div")({
|
|
820
821
|
name: "BrandBlock",
|
|
821
|
-
class: "
|
|
822
|
+
class: "bxfcca1",
|
|
822
823
|
propsAsIs: !1
|
|
823
|
-
}),
|
|
824
|
+
}), Xe = /* @__PURE__ */ f("img")({
|
|
824
825
|
name: "LogoIcon",
|
|
825
|
-
class: "
|
|
826
|
+
class: "lz4xk2s",
|
|
826
827
|
propsAsIs: !1
|
|
827
|
-
}),
|
|
828
|
+
}), Ze = /* @__PURE__ */ f("div")({
|
|
828
829
|
name: "BrandText",
|
|
829
|
-
class: "
|
|
830
|
+
class: "b1udizru",
|
|
830
831
|
propsAsIs: !1
|
|
831
|
-
}),
|
|
832
|
+
}), Ye = /* @__PURE__ */ f("div")({
|
|
832
833
|
name: "BrandNameContainer",
|
|
833
|
-
class: "
|
|
834
|
+
class: "b1keaj5j",
|
|
834
835
|
propsAsIs: !1
|
|
835
|
-
}),
|
|
836
|
+
}), je = /* @__PURE__ */ f("span")({
|
|
836
837
|
name: "BrandName",
|
|
837
|
-
class: "
|
|
838
|
+
class: "b17io0yd",
|
|
838
839
|
propsAsIs: !1
|
|
839
|
-
}),
|
|
840
|
+
}), Je = /* @__PURE__ */ f("span")({
|
|
840
841
|
name: "Sponsored",
|
|
841
|
-
class: "
|
|
842
|
+
class: "s4ldrvh",
|
|
842
843
|
propsAsIs: !1
|
|
843
|
-
}),
|
|
844
|
+
}), qe = (e) => /* @__PURE__ */ P("svg", {
|
|
844
845
|
viewBox: "0 0 24 24",
|
|
845
846
|
fill: "white",
|
|
846
847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -850,50 +851,53 @@ const ze = /* @__PURE__ */ f("div")({
|
|
|
850
851
|
clipRule: "evenodd",
|
|
851
852
|
d: "M6.225 4.811a.75.75 0 0 1 1.06 0L12 9.525l4.715-4.714a.75.75 0 1 1 1.06 1.06L13.06 10.5l4.715 4.715a.75.75 0 0 1-1.06 1.06L12 11.56l-4.715 4.715a.75.75 0 0 1-1.06-1.06L10.94 10.5 6.225 5.785a.75.75 0 0 1 0-1.06z"
|
|
852
853
|
})
|
|
853
|
-
}),
|
|
854
|
+
}), et = /* @__PURE__ */ f("button")({
|
|
854
855
|
name: "CloseButton",
|
|
855
|
-
class: "
|
|
856
|
+
class: "cxfmzcm",
|
|
856
857
|
propsAsIs: !1
|
|
857
|
-
}),
|
|
858
|
+
}), xe = () => ne, tt = /* @__PURE__ */ f(xe())({
|
|
858
859
|
name: "FocusableVideo",
|
|
859
|
-
class: "
|
|
860
|
-
propsAsIs: !
|
|
861
|
-
}),
|
|
860
|
+
class: "faubznb",
|
|
861
|
+
propsAsIs: !0
|
|
862
|
+
}), rt = /* @__PURE__ */ f("div")({
|
|
862
863
|
name: "VideoWrapper",
|
|
863
|
-
class: "
|
|
864
|
+
class: "v1n8ue7o",
|
|
864
865
|
propsAsIs: !1
|
|
865
|
-
}),
|
|
866
|
+
}), Oe = () => ({
|
|
866
867
|
isPlaying: e
|
|
867
|
-
}) => e ? "none" : "block",
|
|
868
|
+
}) => e ? "none" : "block", nt = /* @__PURE__ */ f("button")({
|
|
868
869
|
name: "PlayPauseButton",
|
|
869
|
-
class: "
|
|
870
|
+
class: "pexkm55",
|
|
870
871
|
propsAsIs: !1,
|
|
871
872
|
vars: {
|
|
872
|
-
"
|
|
873
|
+
"pexkm55-0": [Oe()]
|
|
873
874
|
}
|
|
874
|
-
}),
|
|
875
|
+
}), ke = () => ({
|
|
875
876
|
visible: e
|
|
876
|
-
}) => e ? "flex" : "none",
|
|
877
|
+
}) => e ? "flex" : "none", at = /* @__PURE__ */ f("div")({
|
|
877
878
|
name: "CenterIndicator",
|
|
878
|
-
class: "
|
|
879
|
+
class: "cilh2qp",
|
|
879
880
|
propsAsIs: !1,
|
|
880
881
|
vars: {
|
|
881
|
-
"
|
|
882
|
+
"cilh2qp-0": [ke()]
|
|
882
883
|
}
|
|
883
|
-
}),
|
|
884
|
+
}), ot = /* @__PURE__ */ f("div")({
|
|
884
885
|
name: "VideoBlock",
|
|
885
|
-
class: "
|
|
886
|
+
class: "v1x04fia",
|
|
886
887
|
propsAsIs: !1
|
|
887
|
-
}),
|
|
888
|
-
|
|
889
|
-
}) => e || "#0f6cd4",
|
|
888
|
+
}), Ne = () => ({
|
|
889
|
+
backgroundColor: e
|
|
890
|
+
}) => e || "#0f6cd4", Se = () => ({
|
|
891
|
+
textColor: e
|
|
892
|
+
}) => e || "#fff", st = /* @__PURE__ */ f("div")({
|
|
890
893
|
name: "SendToUserButton",
|
|
891
|
-
class: "
|
|
894
|
+
class: "s15di30w",
|
|
892
895
|
propsAsIs: !1,
|
|
893
896
|
vars: {
|
|
894
|
-
"
|
|
897
|
+
"s15di30w-0": [Ne()],
|
|
898
|
+
"s15di30w-1": [Se()]
|
|
895
899
|
}
|
|
896
|
-
}),
|
|
900
|
+
}), it = () => /* @__PURE__ */ P("svg", {
|
|
897
901
|
fill: "white",
|
|
898
902
|
style: {
|
|
899
903
|
fill: "white",
|
|
@@ -908,54 +912,55 @@ const ze = /* @__PURE__ */ f("div")({
|
|
|
908
912
|
d: "M5.57502 27.5H34.9099C37.803 27.5 39.5 25.8713 39.5 22.645V5.355C39.5 2.12878 37.7869 0.5 34.4251 0.5H5.09014C2.19706 0.5 0.5 2.12878 0.5 5.355V22.645C0.5 25.8713 2.21323 27.5 5.57502 27.5ZM5.47805 25.1039C3.87796 25.1039 2.97286 24.2425 2.97286 22.6294V5.33933C2.97286 3.74189 3.87796 2.89618 5.47805 2.89618H34.5058C36.1059 2.89618 37.0272 3.74189 37.0272 5.355V22.645C37.0272 24.2425 36.1059 25.1039 34.5058 25.1039H5.47805ZM19.9919 18.1189C21.0263 18.1189 22.0285 17.7431 22.9496 16.9287L38.1586 3.66359L36.4776 2.01915L21.5435 15.0651C21.0425 15.5035 20.5253 15.7071 19.9919 15.7071C19.4586 15.7071 18.9414 15.5035 18.4403 15.0651L3.50622 2.01915L1.82532 3.66359L17.0342 16.9287C17.9554 17.7431 18.9575 18.1189 19.9919 18.1189ZM3.74866 25.4954L15.224 14.3602L13.5431 12.7315L2.06776 23.851L3.74866 25.4954ZM36.2676 25.5111L37.9484 23.8666L26.4569 12.7315L24.7598 14.3602L36.2676 25.5111Z",
|
|
909
913
|
fill: "white"
|
|
910
914
|
})
|
|
911
|
-
}),
|
|
915
|
+
}), lt = /* @__PURE__ */ f("div")({
|
|
912
916
|
name: "SendToUserText",
|
|
913
|
-
class: "
|
|
917
|
+
class: "sui9wi2",
|
|
914
918
|
propsAsIs: !1
|
|
915
|
-
}),
|
|
916
|
-
name: "
|
|
917
|
-
class: "
|
|
919
|
+
}), ut = /* @__PURE__ */ f("div")({
|
|
920
|
+
name: "VideoStatus",
|
|
921
|
+
class: "vddh3kx",
|
|
918
922
|
propsAsIs: !1
|
|
919
|
-
}),
|
|
923
|
+
}), ft = /* @__PURE__ */ f("h2")({
|
|
920
924
|
name: "Title",
|
|
921
|
-
class: "
|
|
925
|
+
class: "t13i81d3",
|
|
922
926
|
propsAsIs: !1
|
|
923
|
-
}),
|
|
927
|
+
}), ht = /* @__PURE__ */ f("p")({
|
|
924
928
|
name: "Description",
|
|
925
|
-
class: "
|
|
929
|
+
class: "d1vr1bii",
|
|
926
930
|
propsAsIs: !1
|
|
927
|
-
}),
|
|
931
|
+
}), vt = /* @__PURE__ */ f("div")({
|
|
928
932
|
name: "QRBlock",
|
|
929
|
-
class: "
|
|
933
|
+
class: "q1st3522",
|
|
930
934
|
propsAsIs: !1
|
|
931
|
-
}),
|
|
935
|
+
}), pt = /* @__PURE__ */ f("div")({
|
|
932
936
|
name: "QRDescBlock",
|
|
933
|
-
class: "
|
|
937
|
+
class: "qjnj4vf",
|
|
934
938
|
propsAsIs: !1
|
|
935
|
-
}),
|
|
939
|
+
}), dt = /* @__PURE__ */ f("div")({
|
|
936
940
|
name: "LearnMore",
|
|
937
|
-
class: "
|
|
941
|
+
class: "l1bj8s6q",
|
|
938
942
|
propsAsIs: !1
|
|
939
|
-
}),
|
|
943
|
+
}), gt = /* @__PURE__ */ f("div")({
|
|
940
944
|
name: "QRHint",
|
|
941
|
-
class: "
|
|
945
|
+
class: "q1nyi744",
|
|
942
946
|
propsAsIs: !1
|
|
943
|
-
}),
|
|
947
|
+
}), Qe = /* @__PURE__ */ f("div")({
|
|
944
948
|
name: "QRWrapper",
|
|
945
|
-
class: "
|
|
949
|
+
class: "q1ri138g",
|
|
946
950
|
propsAsIs: !1
|
|
947
|
-
}),
|
|
951
|
+
}), He = () => Me, $e = /* @__PURE__ */ f(He())({
|
|
948
952
|
name: "StyledQRCode",
|
|
949
|
-
class: "
|
|
953
|
+
class: "s1asn3je",
|
|
950
954
|
propsAsIs: !0
|
|
951
|
-
}),
|
|
955
|
+
}), ct = Q.forwardRef(({
|
|
952
956
|
value: e,
|
|
953
957
|
size: t = 200,
|
|
954
958
|
fgColor: n = "#0f172a",
|
|
955
959
|
bgColor: r = "#ffffff",
|
|
956
|
-
level: a = "M"
|
|
957
|
-
|
|
958
|
-
|
|
960
|
+
level: a = "M",
|
|
961
|
+
tabIndex: o = 0
|
|
962
|
+
}, i) => /* @__PURE__ */ P("a", {
|
|
963
|
+
ref: i,
|
|
959
964
|
href: e,
|
|
960
965
|
target: "_blank",
|
|
961
966
|
rel: "noopener noreferrer",
|
|
@@ -963,9 +968,9 @@ const ze = /* @__PURE__ */ f("div")({
|
|
|
963
968
|
textDecoration: "none",
|
|
964
969
|
borderRadius: 10
|
|
965
970
|
},
|
|
966
|
-
tabIndex:
|
|
967
|
-
children: /* @__PURE__ */ P(
|
|
968
|
-
children: /* @__PURE__ */ P(
|
|
971
|
+
tabIndex: o,
|
|
972
|
+
children: /* @__PURE__ */ P(Qe, {
|
|
973
|
+
children: /* @__PURE__ */ P($e, {
|
|
969
974
|
value: e,
|
|
970
975
|
size: t,
|
|
971
976
|
fgColor: n,
|
|
@@ -976,30 +981,30 @@ const ze = /* @__PURE__ */ f("div")({
|
|
|
976
981
|
})
|
|
977
982
|
}));
|
|
978
983
|
export {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
vt as
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
984
|
+
We as BrandBlock,
|
|
985
|
+
je as BrandName,
|
|
986
|
+
Ye as BrandNameContainer,
|
|
987
|
+
Ze as BrandText,
|
|
988
|
+
at as CenterIndicator,
|
|
989
|
+
et as CloseButton,
|
|
990
|
+
qe as CloseIcon,
|
|
991
|
+
Ge as Container,
|
|
992
|
+
ht as Description,
|
|
993
|
+
it as EnvelopeIcon,
|
|
994
|
+
tt as FocusableVideo,
|
|
995
|
+
Ke as Header,
|
|
996
|
+
dt as LearnMore,
|
|
997
|
+
Xe as LogoIcon,
|
|
998
|
+
nt as PlayPauseButton,
|
|
999
|
+
ct as QR,
|
|
1000
|
+
vt as QRBlock,
|
|
1001
|
+
pt as QRDescBlock,
|
|
1002
|
+
gt as QRHint,
|
|
1003
|
+
st as SendToUserButton,
|
|
1004
|
+
lt as SendToUserText,
|
|
1005
|
+
Je as Sponsored,
|
|
1006
|
+
ft as Title,
|
|
1007
|
+
ot as VideoBlock,
|
|
1008
|
+
ut as VideoStatus,
|
|
1009
|
+
rt as VideoWrapper
|
|
1005
1010
|
};
|