fansunited-frontend-components 0.0.12 → 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.
Files changed (2) hide show
  1. package/components.js +2 -2
  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,
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.13",
4
4
  "description": "Various user centric components for Fans United features",
5
5
  "main": "components.js",
6
6
  "types": "components.d.ts",