fansunited-frontend-components 0.0.34 → 0.0.35
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/ClassicQuizPlay.js +7 -7
- package/CollectLead.js +6 -6
- package/EventGamePlay.js +20 -20
- package/MatchQuizPlay.js +79 -79
- package/PersonalityQuizPlay.js +17 -17
- package/PollVote.js +10 -10
- package/chunks/{CollectLeadForm-XQUdk7mv.js → CollectLeadForm-u3OykQv9.js} +1 -1
- package/chunks/{Error-Bv1kv7mw.js → Error-DxcJswdS.js} +2 -2
- package/chunks/{OverlayLeadAfterCollection-t16QmZoD.js → OverlayLeadAfterCollection-C0BV3Mx9.js} +4 -4
- package/chunks/{OverlayScoreStateSkeleton--HpHqZxi.js → OverlayScoreStateSkeleton-xC6B2dOa.js} +2 -2
- package/chunks/{Portal-B3p6WA9w.js → Portal-B6XfLNOm.js} +341 -341
- package/chunks/{Tabs-BaP82CxE.js → Tabs-BZk8Oqpw.js} +1 -1
- package/chunks/{index-C1CcfTa8.js → index-BRCVgD7v.js} +8 -8
- package/package.json +1 -1
package/PersonalityQuizPlay.js
CHANGED
|
@@ -6902,7 +6902,7 @@ const ap = Wl({
|
|
|
6902
6902
|
return Be() && e != null && e.images && (n = e.images.mobileBackgroundImage, r = e.images.mobileLogo || e.images.mainLogo), e != null && e.colors && (i = e.colors), { brandingImage: n, brandingColors: i, brandingLogo: r };
|
|
6903
6903
|
}, Sa = (e) => {
|
|
6904
6904
|
try {
|
|
6905
|
-
return `url("${
|
|
6905
|
+
return `url("${e}")`;
|
|
6906
6906
|
} catch {
|
|
6907
6907
|
return "none";
|
|
6908
6908
|
}
|
|
@@ -30528,7 +30528,7 @@ const Sz = (e) => {
|
|
|
30528
30528
|
flexDirection: "column",
|
|
30529
30529
|
justifyContent: "space-between",
|
|
30530
30530
|
gap: "10px",
|
|
30531
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
30531
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
30532
30532
|
backgroundSize: "cover",
|
|
30533
30533
|
backgroundPosition: "center",
|
|
30534
30534
|
borderTopLeftRadius: "5px",
|
|
@@ -30675,7 +30675,7 @@ const Sz = (e) => {
|
|
|
30675
30675
|
height: "auto",
|
|
30676
30676
|
position: "relative",
|
|
30677
30677
|
minHeight: "auto",
|
|
30678
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
30678
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
30679
30679
|
backgroundSize: "cover",
|
|
30680
30680
|
backgroundPosition: "center center",
|
|
30681
30681
|
backgroundRepeat: "no-repeat",
|
|
@@ -30690,7 +30690,7 @@ const Sz = (e) => {
|
|
|
30690
30690
|
height: "auto",
|
|
30691
30691
|
position: "relative",
|
|
30692
30692
|
minHeight: "auto",
|
|
30693
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
30693
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
30694
30694
|
backgroundSize: "cover",
|
|
30695
30695
|
backgroundPosition: "center center",
|
|
30696
30696
|
backgroundRepeat: "no-repeat",
|
|
@@ -30961,7 +30961,7 @@ const Sz = (e) => {
|
|
|
30961
30961
|
width: e.isMobile ? "100%" : "50%",
|
|
30962
30962
|
minWidth: e.isMobile ? "100%" : "50%",
|
|
30963
30963
|
maxWidth: e.isMobile ? "100%" : "50%",
|
|
30964
|
-
backgroundImage: e.finalImage ? `url(${e.finalImage})` : "none",
|
|
30964
|
+
backgroundImage: e.finalImage ? `url("${e.finalImage}")` : "none",
|
|
30965
30965
|
backgroundSize: "cover",
|
|
30966
30966
|
backgroundPosition: "center",
|
|
30967
30967
|
borderTopLeftRadius: e.borderRadius.md,
|
|
@@ -31452,7 +31452,7 @@ const Sz = (e) => {
|
|
|
31452
31452
|
height: "auto",
|
|
31453
31453
|
position: "relative",
|
|
31454
31454
|
minHeight: "auto",
|
|
31455
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
31455
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
31456
31456
|
backgroundSize: "cover",
|
|
31457
31457
|
backgroundPosition: "center center",
|
|
31458
31458
|
backgroundRepeat: "no-repeat",
|
|
@@ -31467,7 +31467,7 @@ const Sz = (e) => {
|
|
|
31467
31467
|
height: "auto",
|
|
31468
31468
|
position: "relative",
|
|
31469
31469
|
minHeight: "auto",
|
|
31470
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
31470
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
31471
31471
|
backgroundSize: "cover",
|
|
31472
31472
|
backgroundPosition: "center center",
|
|
31473
31473
|
backgroundRepeat: "no-repeat",
|
|
@@ -31503,7 +31503,7 @@ const Sz = (e) => {
|
|
|
31503
31503
|
flexDirection: "column",
|
|
31504
31504
|
justifyContent: "space-between",
|
|
31505
31505
|
gap: "10px",
|
|
31506
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
31506
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
31507
31507
|
backgroundSize: "cover",
|
|
31508
31508
|
backgroundPosition: "center",
|
|
31509
31509
|
borderTopLeftRadius: "5px",
|
|
@@ -31849,7 +31849,7 @@ const Sz = (e) => {
|
|
|
31849
31849
|
width: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
31850
31850
|
minWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
31851
31851
|
maxWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
31852
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
31852
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
31853
31853
|
backgroundSize: "cover",
|
|
31854
31854
|
backgroundPosition: "center",
|
|
31855
31855
|
borderTopLeftRadius: e.isTabulated ? 0 : e.borderRadius.md,
|
|
@@ -31994,7 +31994,7 @@ const Sz = (e) => {
|
|
|
31994
31994
|
justifyContent: "space-between",
|
|
31995
31995
|
gap: "10px",
|
|
31996
31996
|
flex: "0.5",
|
|
31997
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
31997
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
31998
31998
|
backgroundSize: "cover",
|
|
31999
31999
|
backgroundPosition: "center",
|
|
32000
32000
|
borderTopLeftRadius: e.borderRadius.md,
|
|
@@ -32352,7 +32352,7 @@ const Sz = (e) => {
|
|
|
32352
32352
|
flexDirection: "column",
|
|
32353
32353
|
justifyContent: "space-between",
|
|
32354
32354
|
gap: "10px",
|
|
32355
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
32355
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
32356
32356
|
backgroundSize: "cover",
|
|
32357
32357
|
backgroundPosition: "center",
|
|
32358
32358
|
borderTopLeftRadius: "5px",
|
|
@@ -32797,7 +32797,7 @@ const Sz = (e) => {
|
|
|
32797
32797
|
justifyContent: "space-between",
|
|
32798
32798
|
gap: "10px",
|
|
32799
32799
|
flex: "0.5",
|
|
32800
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
32800
|
+
backgroundImage: `"url("${e.finalImage}")`,
|
|
32801
32801
|
backgroundSize: "cover",
|
|
32802
32802
|
backgroundPosition: "center",
|
|
32803
32803
|
borderTopLeftRadius: e.mdBorderRadius,
|
|
@@ -36958,7 +36958,7 @@ const qI = (e, t) => {
|
|
|
36958
36958
|
{
|
|
36959
36959
|
sx: [
|
|
36960
36960
|
v.tabLogo,
|
|
36961
|
-
{ backgroundImage: `url(${F})` }
|
|
36961
|
+
{ backgroundImage: `url("${F}")` }
|
|
36962
36962
|
]
|
|
36963
36963
|
}
|
|
36964
36964
|
),
|
|
@@ -36987,7 +36987,7 @@ const qI = (e, t) => {
|
|
|
36987
36987
|
{
|
|
36988
36988
|
sx: [
|
|
36989
36989
|
v.personaImageLarge,
|
|
36990
|
-
{ backgroundImage: `url(${x})` }
|
|
36990
|
+
{ backgroundImage: `url("${x}")` }
|
|
36991
36991
|
]
|
|
36992
36992
|
}
|
|
36993
36993
|
) }),
|
|
@@ -37727,7 +37727,7 @@ const qI = (e, t) => {
|
|
|
37727
37727
|
{
|
|
37728
37728
|
sx: [
|
|
37729
37729
|
P.tabLogo,
|
|
37730
|
-
{ backgroundImage: `url(${b})` }
|
|
37730
|
+
{ backgroundImage: `url("${b}")` }
|
|
37731
37731
|
]
|
|
37732
37732
|
}
|
|
37733
37733
|
),
|
|
@@ -38551,7 +38551,7 @@ const qI = (e, t) => {
|
|
|
38551
38551
|
{
|
|
38552
38552
|
sx: [
|
|
38553
38553
|
S.tabLogo,
|
|
38554
|
-
{ backgroundImage: `url(${R})` }
|
|
38554
|
+
{ backgroundImage: `url("${R}")` }
|
|
38555
38555
|
]
|
|
38556
38556
|
}
|
|
38557
38557
|
),
|
|
@@ -38582,7 +38582,7 @@ const qI = (e, t) => {
|
|
|
38582
38582
|
{
|
|
38583
38583
|
sx: [
|
|
38584
38584
|
S.personaImageLarge,
|
|
38585
|
-
{ backgroundImage: `url(${T})` }
|
|
38585
|
+
{ backgroundImage: `url("${T}")` }
|
|
38586
38586
|
]
|
|
38587
38587
|
}
|
|
38588
38588
|
) }),
|
package/PollVote.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as m, Fragment as H, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import Ce, { useState as X, useEffect as qe, useRef as en, useMemo as nn } from "react";
|
|
3
|
-
import { i as v, u as L, a as $, b as E, c as Y, d as T, e as be, W as M, h as Fe, B as o, T as P, s as je, ac as An, g as on, t as xe, m as Me, k as pe, ad as ue, ae as Z, af as Ie, j as Oe, f as oe, ag as G, ah as tn, ai as ln, aj as an, ak as rn, al as cn, am as gn, ab as sn, an as fn, l as _e, ao as dn, P as Un } from "./chunks/Portal-
|
|
4
|
-
import { R as Je, f as mn, d as Kn, A as De, O as Pn, S as yn, a as xn, g as Ze, h as Ee, i as Fn, N as Cn, j as pn, k as un, l as Sn, m as Bn } from "./chunks/index-
|
|
5
|
-
import { C as Tn } from "./chunks/CollectLeadForm-
|
|
6
|
-
import { O as Rn } from "./chunks/OverlayScoreStateSkeleton
|
|
7
|
-
import { S as hn, a as kn, O as zn, b as Hn, c as Vn, d as qn } from "./chunks/OverlayLeadAfterCollection-
|
|
3
|
+
import { i as v, u as L, a as $, b as E, c as Y, d as T, e as be, W as M, h as Fe, B as o, T as P, s as je, ac as An, g as on, t as xe, m as Me, k as pe, ad as ue, ae as Z, af as Ie, j as Oe, f as oe, ag as G, ah as tn, ai as ln, aj as an, ak as rn, al as cn, am as gn, ab as sn, an as fn, l as _e, ao as dn, P as Un } from "./chunks/Portal-B6XfLNOm.js";
|
|
4
|
+
import { R as Je, f as mn, d as Kn, A as De, O as Pn, S as yn, a as xn, g as Ze, h as Ee, i as Fn, N as Cn, j as pn, k as un, l as Sn, m as Bn } from "./chunks/index-BRCVgD7v.js";
|
|
5
|
+
import { C as Tn } from "./chunks/CollectLeadForm-u3OykQv9.js";
|
|
6
|
+
import { O as Rn } from "./chunks/OverlayScoreStateSkeleton-xC6B2dOa.js";
|
|
7
|
+
import { S as hn, a as kn, O as zn, b as Hn, c as Vn, d as qn } from "./chunks/OverlayLeadAfterCollection-C0BV3Mx9.js";
|
|
8
8
|
const bn = (e) => {
|
|
9
9
|
var A, l, t;
|
|
10
10
|
return {
|
|
@@ -14,7 +14,7 @@ const bn = (e) => {
|
|
|
14
14
|
flexDirection: "column",
|
|
15
15
|
justifyContent: "space-between",
|
|
16
16
|
gap: "10px",
|
|
17
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
17
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
18
18
|
backgroundSize: "cover",
|
|
19
19
|
backgroundPosition: "center",
|
|
20
20
|
borderTopLeftRadius: "5px",
|
|
@@ -159,7 +159,7 @@ const bn = (e) => {
|
|
|
159
159
|
height: "auto",
|
|
160
160
|
position: "relative",
|
|
161
161
|
minHeight: "auto",
|
|
162
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
162
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
163
163
|
backgroundSize: "cover",
|
|
164
164
|
backgroundPosition: "center center",
|
|
165
165
|
backgroundRepeat: "no-repeat",
|
|
@@ -174,7 +174,7 @@ const bn = (e) => {
|
|
|
174
174
|
height: "auto",
|
|
175
175
|
position: "relative",
|
|
176
176
|
minHeight: "auto",
|
|
177
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
177
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
178
178
|
backgroundSize: "cover",
|
|
179
179
|
backgroundPosition: "center center",
|
|
180
180
|
backgroundRepeat: "no-repeat",
|
|
@@ -1281,7 +1281,7 @@ const bn = (e) => {
|
|
|
1281
1281
|
width: e.isLarge ? "100%" : "50%",
|
|
1282
1282
|
minWidth: e.isLarge ? "100%" : "50%",
|
|
1283
1283
|
maxWidth: e.isLarge ? "100%" : "50%",
|
|
1284
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
1284
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
1285
1285
|
backgroundSize: "cover",
|
|
1286
1286
|
backgroundPosition: "center",
|
|
1287
1287
|
borderTopLeftRadius: e.borderRadius.md,
|
|
@@ -3293,7 +3293,7 @@ const bn = (e) => {
|
|
|
3293
3293
|
flexDirection: "column",
|
|
3294
3294
|
justifyContent: "space-between",
|
|
3295
3295
|
gap: "10px",
|
|
3296
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
3296
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
3297
3297
|
backgroundSize: "cover",
|
|
3298
3298
|
backgroundPosition: "center",
|
|
3299
3299
|
borderTopLeftRadius: "5px",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as Y, jsx as u, Fragment as ro } from "react/jsx-runtime";
|
|
2
|
-
import { n as Lo, ap as xt, q as go, _ as d, J as ue, aq as nt, ar as at, N as e, p as vo, $ as ko, as as Jt, H, at as jo, I as De, au as Ut, av as qt, R as Gt, aw as Kt, ax as it, K as V, a4 as Ue, ay as Ct, O as re, Q as Pe, az as Yt, a3 as bo, F as Le, G as Se, Y as Xt, A as Tt, aA as qo, aB as Go, aC as It, aD as Qt, U as Zt, V as er, aE as or, S as tr, aF as rr, aG as nr, aH as ar, aI as ir, aJ as $o, aK as co, X as lr, aL as sr, aM as lt, aN as cr, aO as Wo, aa as dr, aP as ur, M as pr, aQ as mr, k as Ot, ad as kt, aR as st, aS as ct, aT as fr, aU as hr, aV as Ko, ae as Yo, B as ho, T as Ve, aj as Xo, d as Dt, c as gr, b as Pt, aW as uo, aX as dt, aY as ut, aZ as pt, ag as Mo, a_ as vr } from "./Portal-
|
|
2
|
+
import { n as Lo, ap as xt, q as go, _ as d, J as ue, aq as nt, ar as at, N as e, p as vo, $ as ko, as as Jt, H, at as jo, I as De, au as Ut, av as qt, R as Gt, aw as Kt, ax as it, K as V, a4 as Ue, ay as Ct, O as re, Q as Pe, az as Yt, a3 as bo, F as Le, G as Se, Y as Xt, A as Tt, aA as qo, aB as Go, aC as It, aD as Qt, U as Zt, V as er, aE as or, S as tr, aF as rr, aG as nr, aH as ar, aI as ir, aJ as $o, aK as co, X as lr, aL as sr, aM as lt, aN as cr, aO as Wo, aa as dr, aP as ur, M as pr, aQ as mr, k as Ot, ad as kt, aR as st, aS as ct, aT as fr, aU as hr, aV as Ko, ae as Yo, B as ho, T as Ve, aj as Xo, d as Dt, c as gr, b as Pt, aW as uo, aX as dt, aY as ut, aZ as pt, ag as Mo, a_ as vr } from "./Portal-B6XfLNOm.js";
|
|
3
3
|
import * as b from "react";
|
|
4
4
|
import { useState as io, useEffect as br, createElement as yr } from "react";
|
|
5
5
|
function xr(o, t = 166) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { q as Ro, $ as V, a0 as Y, N as o, a1 as Oo, a2 as Ao, _ as c, D as eo, a3 as zo, G as w, F as $, H as A, I as B, J as _, K as z, a4 as W, Q as N, O, a5 as So, a6 as ro, Y as lo, Z as to, a7 as io, a8 as co, a9 as uo, aa as Eo, ab as M } from "./Portal-
|
|
1
|
+
import { q as Ro, $ as V, a0 as Y, N as o, a1 as Oo, a2 as Ao, _ as c, D as eo, a3 as zo, G as w, F as $, H as A, I as B, J as _, K as z, a4 as W, Q as N, O, a5 as So, a6 as ro, Y as lo, Z as to, a7 as io, a8 as co, a9 as uo, aa as Eo, ab as M } from "./Portal-B6XfLNOm.js";
|
|
2
2
|
import * as h from "react";
|
|
3
3
|
import { forwardRef as po, createElement as q } from "react";
|
|
4
4
|
import { jsx as T, jsxs as $o } from "react/jsx-runtime";
|
|
5
|
-
import { e as Do, b as Po, c as wo } from "./index-
|
|
5
|
+
import { e as Do, b as Po, c as wo } from "./index-BRCVgD7v.js";
|
|
6
6
|
function no(r) {
|
|
7
7
|
return r.substring(2).toLowerCase();
|
|
8
8
|
}
|
package/chunks/{OverlayLeadAfterCollection-t16QmZoD.js → OverlayLeadAfterCollection-C0BV3Mx9.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as q, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { i as L, u as O, a as B, b as Q, c as _, d as A, e as ee, W as E, h as Y, g as ne, B as t, T as k, s as $, f as J, j as te } from "./Portal-
|
|
3
|
-
import { R as G, S as ie, a as le, O as ae } from "./index-
|
|
2
|
+
import { i as L, u as O, a as B, b as Q, c as _, d as A, e as ee, W as E, h as Y, g as ne, B as t, T as k, s as $, f as J, j as te } from "./Portal-B6XfLNOm.js";
|
|
3
|
+
import { R as G, S as ie, a as le, O as ae } from "./index-BRCVgD7v.js";
|
|
4
4
|
import "react";
|
|
5
5
|
const oe = (e) => {
|
|
6
6
|
var m, r, d;
|
|
@@ -11,7 +11,7 @@ const oe = (e) => {
|
|
|
11
11
|
flexDirection: "column",
|
|
12
12
|
justifyContent: "space-between",
|
|
13
13
|
gap: "10px",
|
|
14
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
14
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
15
15
|
backgroundSize: "cover",
|
|
16
16
|
backgroundPosition: "center",
|
|
17
17
|
borderTopLeftRadius: "5px",
|
|
@@ -346,7 +346,7 @@ const oe = (e) => {
|
|
|
346
346
|
justifyContent: "space-between",
|
|
347
347
|
gap: "10px",
|
|
348
348
|
flex: "0.5",
|
|
349
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
349
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
350
350
|
backgroundSize: "cover",
|
|
351
351
|
backgroundPosition: "center",
|
|
352
352
|
borderTopLeftRadius: e.borderRadius.md,
|
package/chunks/{OverlayScoreStateSkeleton--HpHqZxi.js → OverlayScoreStateSkeleton-xC6B2dOa.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { i as k, u as F, a as z, B as l, T as a, s as I } from "./Portal-
|
|
3
|
-
import { R as v } from "./index-
|
|
2
|
+
import { i as k, u as F, a as z, B as l, T as a, s as I } from "./Portal-B6XfLNOm.js";
|
|
3
|
+
import { R as v } from "./index-BRCVgD7v.js";
|
|
4
4
|
const R = (e) => ({
|
|
5
5
|
// Main container with background overlay
|
|
6
6
|
mainContainer: {
|