@mx-cartographer/experiences 6.3.4-alpha.sms2 → 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 -5
- 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,
|
@@ -18077,11 +18077,10 @@ const M1 = ({
|
|
18077
18077
|
component: "form",
|
18078
18078
|
sx: {
|
18079
18079
|
backgroundColor: "background.paper",
|
18080
|
-
justifyContent: K ? "center" : "flex-start",
|
18081
18080
|
padding: K ? "24px 24px 48px 24px" : "24px 0px 48px 0px",
|
18082
18081
|
width: r ? 320 : K ? 680 : a ? 990 : 400,
|
18083
18082
|
"& .MuiTextField-root": {
|
18084
|
-
width: r ? 272 :
|
18083
|
+
width: r ? 272 : K ? 328 : a ? 483 : 352
|
18085
18084
|
}
|
18086
18085
|
},
|
18087
18086
|
children: [
|