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.
Files changed (2) hide show
  1. package/components.js +5 -5
  2. 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.title,
37813
- description: i == null ? void 0 : i.description,
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: { xs: "100%", md: "50%" },
38700
- minWidth: { xs: "100%", md: "50%" },
38701
- maxWidth: { xs: "100%", md: "50%" },
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-components",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",