@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.
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +1 -3
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -3
- package/dist/esm/sqm-banking-info-form_10.entry.js +1 -3
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-38a100b4.system.entry.js → p-6c6344d9.system.entry.js} +1 -1
- package/dist/mint-components/{p-18790f90.entry.js → p-93c8ab95.entry.js} +1 -1
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +1 -1
- package/dist/types/components.d.ts +4 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -6198,9 +6198,7 @@ const UserInfoFormView = (props) => {
|
|
|
6198
6198
|
}
|
|
6199
6199
|
function isDisabledInput(field) {
|
|
6200
6200
|
var _a;
|
|
6201
|
-
|
|
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
|
|
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
|
package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js
CHANGED
|
@@ -289,9 +289,7 @@ export const UserInfoFormView = (props) => {
|
|
|
289
289
|
}
|
|
290
290
|
function isDisabledInput(field) {
|
|
291
291
|
var _a;
|
|
292
|
-
|
|
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
|
-
|
|
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" },
|