@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.
@@ -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: JSON.stringify(props["sqm-partner-info-modal_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: JSON.stringify(props["sqm-partner-info-modal_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: JSON.stringify(props["sqm-partner-info-modal_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_"))));