fansunited-frontend-components 0.0.11 → 0.0.12

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 +6 -3
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -38695,7 +38695,10 @@ const J3 = (e) => {
38695
38695
  },
38696
38696
  // Question area
38697
38697
  questionArea: {
38698
- width: { md: "100%", xs: "auto" },
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: null,
38897
+ leadPhoneCountryCode: e.phoneCountryCode || null,
38898
+ language: e.language,
38896
38899
  optionsLayout: null,
38897
38900
  children: /* @__PURE__ */ a.jsx(
38898
38901
  Y3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-frontend-components",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",