@saasquatch/mint-components 2.1.9-13 → 2.1.9-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.
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-1c413a06.system.js +1 -1
- package/dist/mint-components/{p-526332c3.entry.js → p-4a02d507.entry.js} +1 -1
- package/dist/mint-components/{p-05fb44b6.system.entry.js → p-9c8abce9.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -8273,7 +8273,7 @@ const WidgetVerification = class {
|
|
|
8273
8273
|
const dialogLabel = this.general_widgetHeaderWithPartnerCreation;
|
|
8274
8274
|
const renderStepContent = () => {
|
|
8275
8275
|
if (props.showPartnerModal) {
|
|
8276
|
-
return (index.h("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController:
|
|
8276
|
+
return (index.h("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController: props["sqm-partner-info-modal_stateController"] || "{}" })));
|
|
8277
8277
|
}
|
|
8278
8278
|
if (props.showCode) {
|
|
8279
8279
|
return (index.h("sqm-code-verification", Object.assign({ onVerification: props.onVerification }, this.getStepTextProps("codeStep_"), extractProps(props, "sqm-code-verification_"))));
|
|
@@ -243,7 +243,7 @@ export class WidgetVerification {
|
|
|
243
243
|
const dialogLabel = this.general_widgetHeaderWithPartnerCreation;
|
|
244
244
|
const renderStepContent = () => {
|
|
245
245
|
if (props.showPartnerModal) {
|
|
246
|
-
return (h("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController:
|
|
246
|
+
return (h("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController: props["sqm-partner-info-modal_stateController"] || "{}" })));
|
|
247
247
|
}
|
|
248
248
|
if (props.showCode) {
|
|
249
249
|
return (h("sqm-code-verification", Object.assign({ onVerification: props.onVerification }, this.getStepTextProps("codeStep_"), extractProps(props, "sqm-code-verification_"))));
|
|
@@ -8269,7 +8269,7 @@ const WidgetVerification = class {
|
|
|
8269
8269
|
const dialogLabel = this.general_widgetHeaderWithPartnerCreation;
|
|
8270
8270
|
const renderStepContent = () => {
|
|
8271
8271
|
if (props.showPartnerModal) {
|
|
8272
|
-
return (h$1("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController:
|
|
8272
|
+
return (h$1("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController: props["sqm-partner-info-modal_stateController"] || "{}" })));
|
|
8273
8273
|
}
|
|
8274
8274
|
if (props.showCode) {
|
|
8275
8275
|
return (h$1("sqm-code-verification", Object.assign({ onVerification: props.onVerification }, this.getStepTextProps("codeStep_"), extractProps(props, "sqm-code-verification_"))));
|