@saasquatch/mint-components 2.0.3-2 → 2.0.3-3

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.
@@ -6198,9 +6198,7 @@ const UserInfoFormView = (props) => {
6198
6198
  }
6199
6199
  function isDisabledInput(field) {
6200
6200
  var _a;
6201
- if (states.isPartner && !!((_a = data$1.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
6202
- return true;
6203
- return false;
6201
+ return states.isPartner && !!((_a = data$1.partnerData) === null || _a === void 0 ? void 0 : _a[field]);
6204
6202
  }
6205
6203
  return (index.h("sl-form", { class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
6206
6204
  index.h("style", { type: "text/css" },
@@ -78,10 +78,10 @@ export class HeroImage {
78
78
  "optional": true,
79
79
  "docs": {
80
80
  "tags": [{
81
- "text": "Logo text\nThis text will be used as the logo only if no Logo image is selected above. The image takes precedence.",
81
+ "text": "Logo text",
82
82
  "name": "uiName"
83
83
  }],
84
- "text": ""
84
+ "text": "This text will be used as the logo only if no Logo image is selected above. The image takes precedence."
85
85
  },
86
86
  "attribute": "logo-text",
87
87
  "reflect": false
@@ -289,9 +289,7 @@ export const UserInfoFormView = (props) => {
289
289
  }
290
290
  function isDisabledInput(field) {
291
291
  var _a;
292
- if (states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
293
- return true;
294
- return false;
292
+ return states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]);
295
293
  }
296
294
  return (h("sl-form", { class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
297
295
  h("style", { type: "text/css" },
@@ -6194,9 +6194,7 @@ const UserInfoFormView = (props) => {
6194
6194
  }
6195
6195
  function isDisabledInput(field) {
6196
6196
  var _a;
6197
- if (states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
6198
- return true;
6199
- return false;
6197
+ return states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]);
6200
6198
  }
6201
6199
  return (h("sl-form", { class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
6202
6200
  h("style", { type: "text/css" },