fansunited-frontend-components 0.0.33 → 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 +662 -652
- package/CollectLead.js +6 -6
- package/EventGamePlay.js +1063 -1044
- package/MatchQuizPlay.js +1532 -1521
- package/PersonalityQuizPlay.js +3455 -3409
- package/PollVote.js +512 -502
- package/chunks/{CollectLeadForm-iZpBeMTk.js → CollectLeadForm-u3OykQv9.js} +1 -1
- package/chunks/{Error-DRnLP9GC.js → Error-DxcJswdS.js} +2 -2
- package/chunks/{OverlayLeadAfterCollection-Uxf4kZ42.js → OverlayLeadAfterCollection-C0BV3Mx9.js} +4 -4
- package/chunks/{OverlayScoreStateSkeleton-DD-LpNq6.js → OverlayScoreStateSkeleton-xC6B2dOa.js} +2 -2
- package/chunks/{Portal-Cvhw2F3y.js → Portal-B6XfLNOm.js} +2879 -2833
- package/chunks/{Tabs-DmfafFAr.js → Tabs-BZk8Oqpw.js} +1 -1
- package/chunks/{index-Bwmh7c-g.js → index-BRCVgD7v.js} +8 -8
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as Q, o as G, _ as p, C as w, p as q, q as H, r as K, v as Z, L as ee, w as oe, x as te, y as ne, z as ae, A as se, D as ie, E as re, F as N, G as D, H as E, S as le, I as U, R as ce, J as j, K as B, M as de, N as e, O, Q as J, U as ue, V as pe, X as be, Y as fe, Z as A } from "./Portal-
|
|
1
|
+
import { n as Q, o as G, _ as p, C as w, p as q, q as H, r as K, v as Z, L as ee, w as oe, x as te, y as ne, z as ae, A as se, D as ie, E as re, F as N, G as D, H as E, S as le, I as U, R as ce, J as j, K as B, M as de, N as e, O, Q as J, U as ue, V as pe, X as be, Y as fe, Z as A } from "./Portal-B6XfLNOm.js";
|
|
2
2
|
import * as l from "react";
|
|
3
3
|
import { jsx as C } from "react/jsx-runtime";
|
|
4
4
|
function ve(o) {
|
|
@@ -2,7 +2,7 @@ var po = Object.defineProperty;
|
|
|
2
2
|
var yo = (e, t, o) => t in e ? po(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
3
|
var r = (e, t, o) => yo(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
4
|
import { jsxs as E, jsx as d, Fragment as Q } from "react/jsx-runtime";
|
|
5
|
-
import { aM as Vt, N as a, q as Ie, a0 as ue, a1 as xo, aq as lt, $ as ze, D as bo, _ as F, G as fe, F as se, H as X, I as he, J as me, K as ne, O as J, Q as ge, Y as Co, a7 as _o, a8 as To, a4 as Be, ay as Ht, a$ as vo, b0 as So, p as at, a2 as we, n as Eo, ap as Ro, aL as Io, b1 as Oo, d as j, B as y, b2 as Ao, ae as Ae, ag as Ce, T as P, ab as ct, k as Do, ad as Lo, c as ce, b as Z, a as le, i as pe, b3 as ke, u as ye, e as xe, W as ie, h as dt, g as zt, s as K, af as Gt, l as Wt, f as ut, m as No, aZ as ft, j as Mo } from "./Portal-
|
|
5
|
+
import { aM as Vt, N as a, q as Ie, a0 as ue, a1 as xo, aq as lt, $ as ze, D as bo, _ as F, G as fe, F as se, H as X, I as he, J as me, K as ne, O as J, Q as ge, Y as Co, a7 as _o, a8 as To, a4 as Be, ay as Ht, a$ as vo, b0 as So, p as at, a2 as we, n as Eo, ap as Ro, aL as Io, b1 as Oo, d as j, B as y, b2 as Ao, ae as Ae, ag as Ce, T as P, ab as ct, k as Do, ad as Lo, c as ce, b as Z, a as le, i as pe, b3 as ke, u as ye, e as xe, W as ie, h as dt, g as zt, s as K, af as Gt, l as Wt, f as ut, m as No, aZ as ft, j as Mo } from "./Portal-B6XfLNOm.js";
|
|
6
6
|
import * as L from "react";
|
|
7
7
|
import { useState as Po } from "react";
|
|
8
8
|
function wo(e) {
|
|
@@ -2319,7 +2319,7 @@ const ji = ({ my: e }) => {
|
|
|
2319
2319
|
flexDirection: "column",
|
|
2320
2320
|
justifyContent: "space-between",
|
|
2321
2321
|
gap: "10px",
|
|
2322
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
2322
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
2323
2323
|
backgroundSize: "cover",
|
|
2324
2324
|
backgroundPosition: "center",
|
|
2325
2325
|
borderTopLeftRadius: "5px",
|
|
@@ -2466,7 +2466,7 @@ const ji = ({ my: e }) => {
|
|
|
2466
2466
|
height: "auto",
|
|
2467
2467
|
position: "relative",
|
|
2468
2468
|
minHeight: "auto",
|
|
2469
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
2469
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
2470
2470
|
backgroundSize: "cover",
|
|
2471
2471
|
backgroundPosition: "center center",
|
|
2472
2472
|
backgroundRepeat: "no-repeat",
|
|
@@ -2481,7 +2481,7 @@ const ji = ({ my: e }) => {
|
|
|
2481
2481
|
height: "auto",
|
|
2482
2482
|
position: "relative",
|
|
2483
2483
|
minHeight: "auto",
|
|
2484
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
2484
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
2485
2485
|
backgroundSize: "cover",
|
|
2486
2486
|
backgroundPosition: "center center",
|
|
2487
2487
|
backgroundRepeat: "no-repeat",
|
|
@@ -2752,7 +2752,7 @@ const ji = ({ my: e }) => {
|
|
|
2752
2752
|
width: e.isMobile ? "100%" : "50%",
|
|
2753
2753
|
minWidth: e.isMobile ? "100%" : "50%",
|
|
2754
2754
|
maxWidth: e.isMobile ? "100%" : "50%",
|
|
2755
|
-
backgroundImage: e.finalImage ? `url(${e.finalImage})` : "none",
|
|
2755
|
+
backgroundImage: e.finalImage ? `url("${e.finalImage}")` : "none",
|
|
2756
2756
|
backgroundSize: "cover",
|
|
2757
2757
|
backgroundPosition: "center",
|
|
2758
2758
|
borderTopLeftRadius: e.borderRadius.md,
|
|
@@ -3253,7 +3253,7 @@ const ji = ({ my: e }) => {
|
|
|
3253
3253
|
width: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
3254
3254
|
minWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
3255
3255
|
maxWidth: e.isMobile || e.isLarge && e.alwaysShowImage ? "100%" : "50%",
|
|
3256
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
3256
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
3257
3257
|
backgroundSize: "cover",
|
|
3258
3258
|
backgroundPosition: "center",
|
|
3259
3259
|
borderTopLeftRadius: e.isTabulated ? 0 : e.borderRadius.md,
|
|
@@ -3399,7 +3399,7 @@ const ji = ({ my: e }) => {
|
|
|
3399
3399
|
flexDirection: "column",
|
|
3400
3400
|
justifyContent: "space-between",
|
|
3401
3401
|
gap: "10px",
|
|
3402
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
3402
|
+
backgroundImage: `url("${e.finalImage}")`,
|
|
3403
3403
|
backgroundSize: "cover",
|
|
3404
3404
|
backgroundPosition: "center",
|
|
3405
3405
|
borderTopLeftRadius: "5px",
|
|
@@ -3844,7 +3844,7 @@ const ji = ({ my: e }) => {
|
|
|
3844
3844
|
justifyContent: "space-between",
|
|
3845
3845
|
gap: "10px",
|
|
3846
3846
|
flex: "0.5",
|
|
3847
|
-
backgroundImage: `url(${e.finalImage})`,
|
|
3847
|
+
backgroundImage: `"url("${e.finalImage}")`,
|
|
3848
3848
|
backgroundSize: "cover",
|
|
3849
3849
|
backgroundPosition: "center",
|
|
3850
3850
|
borderTopLeftRadius: e.mdBorderRadius,
|