@mx-cartographer/experiences 6.3.4-alpha.sms3 → 6.3.4-alpha.sms4
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/index.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -14607,7 +14607,7 @@ class R1 {
|
|
14607
14607
|
console.error(`Error sending phone verification: ${n}`), this.setAlert(this.copy.verification_sent_error, "error");
|
14608
14608
|
}
|
14609
14609
|
};
|
14610
|
-
setAlert = (n, i = void 0) => this.alert = { message: n, severity: i };
|
14610
|
+
setAlert = (n, i = void 0) => (console.log("hi i am here!!!"), this.alert = { message: n, severity: i });
|
14611
14611
|
setSelectedRule = (n) => {
|
14612
14612
|
this.selectedRule = n;
|
14613
14613
|
};
|
@@ -14645,7 +14645,7 @@ class R1 {
|
|
14645
14645
|
};
|
14646
14646
|
updateUser = async (n) => {
|
14647
14647
|
this.globalStore.userStore.updateUser(n).then(() => {
|
14648
|
-
this.setAlert(this.copy.information_updated_success, "success");
|
14648
|
+
console.log("updated user and triggered alert"), this.setAlert(this.copy.information_updated_success, "success");
|
14649
14649
|
}).catch(() => {
|
14650
14650
|
this.setAlert(this.copy.information_updated_error, "error");
|
14651
14651
|
});
|
@@ -18069,7 +18069,7 @@ const M1 = ({
|
|
18069
18069
|
postal_code: w,
|
18070
18070
|
credit_score: I
|
18071
18071
|
};
|
18072
|
-
await d(U);
|
18072
|
+
console.log("heyyyy i am saving"), await d(U);
|
18073
18073
|
}, K = s || o;
|
18074
18074
|
return /* @__PURE__ */ l(
|
18075
18075
|
L,
|
@@ -19071,6 +19071,7 @@ const el = A(
|
|
19071
19071
|
/* @__PURE__ */ t(
|
19072
19072
|
Li,
|
19073
19073
|
{
|
19074
|
+
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
19074
19075
|
autoHideDuration: 3500,
|
19075
19076
|
onClose: () => c(""),
|
19076
19077
|
open: !!s.message,
|