fansunited-frontend-components 0.0.12 → 0.0.14
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 +5 -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,
|
|
@@ -38696,9 +38696,9 @@ const J3 = (e) => {
|
|
|
38696
38696
|
// Question area
|
|
38697
38697
|
questionArea: {
|
|
38698
38698
|
flex: { xs: "1", md: "0 0 50%" },
|
|
38699
|
-
width: {
|
|
38700
|
-
minWidth: {
|
|
38701
|
-
maxWidth: {
|
|
38699
|
+
width: { md: "50%" },
|
|
38700
|
+
minWidth: { md: "50%" },
|
|
38701
|
+
maxWidth: { md: "50%" },
|
|
38702
38702
|
p: { xs: e.spacingScale.md, md: 0 },
|
|
38703
38703
|
display: "flex",
|
|
38704
38704
|
flexDirection: "column",
|