fansunited-frontend-components 0.0.11 → 0.0.13
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/components.js +8 -5
- package/package.json +1 -1
package/components.js
CHANGED
|
@@ -37809,8 +37809,8 @@ const J3 = (e) => {
|
|
|
37809
37809
|
consents: c,
|
|
37810
37810
|
customFields: A
|
|
37811
37811
|
} = qt(Zi), d = {
|
|
37812
|
-
title: i == null ? void 0 : i.
|
|
37813
|
-
description: i == null ? void 0 : i.
|
|
37812
|
+
title: i == null ? void 0 : i.formTitle,
|
|
37813
|
+
description: i == null ? void 0 : i.formDescription,
|
|
37814
37814
|
fullNameLabel: i == null ? void 0 : i.formFullNameLabel,
|
|
37815
37815
|
fullNamePlaceholder: i == null ? void 0 : i.formFullNamePlaceholder,
|
|
37816
37816
|
firstNameLabel: i == null ? void 0 : i.formFirstNameLabel,
|
|
@@ -38695,7 +38695,10 @@ const J3 = (e) => {
|
|
|
38695
38695
|
},
|
|
38696
38696
|
// Question area
|
|
38697
38697
|
questionArea: {
|
|
38698
|
-
|
|
38698
|
+
flex: { xs: "1", md: "0 0 50%" },
|
|
38699
|
+
width: { xs: "100%", md: "50%" },
|
|
38700
|
+
minWidth: { xs: "100%", md: "50%" },
|
|
38701
|
+
maxWidth: { xs: "100%", md: "50%" },
|
|
38699
38702
|
p: { xs: e.spacingScale.md, md: 0 },
|
|
38700
38703
|
display: "flex",
|
|
38701
38704
|
flexDirection: "column",
|
|
@@ -38891,8 +38894,8 @@ const tK = (e) => e.template === ge.OVERLAY ? /* @__PURE__ */ a.jsx(G3, {}) : eK
|
|
|
38891
38894
|
Ms,
|
|
38892
38895
|
{
|
|
38893
38896
|
shadowRootElement: A.current,
|
|
38894
|
-
leadPhoneCountryCode: null,
|
|
38895
|
-
language:
|
|
38897
|
+
leadPhoneCountryCode: e.phoneCountryCode || null,
|
|
38898
|
+
language: e.language,
|
|
38896
38899
|
optionsLayout: null,
|
|
38897
38900
|
children: /* @__PURE__ */ a.jsx(
|
|
38898
38901
|
Y3,
|