@mx-cartographer/experiences 6.3.11-alpha.sms2 → 6.3.11-alpha.sms3

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 CHANGED
@@ -18058,9 +18058,9 @@ const k1 = ({
18058
18058
  )
18059
18059
  ] });
18060
18060
  }), bC = () => {
18061
- const e = it();
18062
- console.log("theme breakpoints", e.breakpoints);
18063
- const { common: n, settings: i } = I(), { isDesktop: a, isMobile: o, isSmallMobile: r, isTablet: s } = ye(), { config: c } = Vi(), { updateUser: d } = Ft(), { user: _ } = an(), [u, h] = g.useState(_.first_name), [m, C] = g.useState(_.last_name), [f, b] = g.useState(_.email), [E, S] = g.useState(_.phone), [v, N] = g.useState(_.postal_code), [x, R] = g.useState(_.credit_score), [D, H] = g.useState(null), O = f && !_.email_is_verified, M = E && !_.phone_is_verified;
18061
+ const e = it(), { common: n, settings: i } = I(), { isDesktop: a, isMobile: o, isSmallMobile: r, isTablet: s } = ye();
18062
+ console.log("isDesktop, isMobile, isSmallMobile, isTablet", a, o, r, s);
18063
+ const { config: c } = Vi(), { updateUser: d } = Ft(), { user: _ } = an(), [u, h] = g.useState(_.first_name), [m, C] = g.useState(_.last_name), [f, b] = g.useState(_.email), [E, S] = g.useState(_.phone), [v, N] = g.useState(_.postal_code), [x, R] = g.useState(_.credit_score), [D, H] = g.useState(null), O = f && !_.email_is_verified, M = E && !_.phone_is_verified;
18064
18064
  g.useEffect(() => {
18065
18065
  if (_.birthday) {
18066
18066
  const W = new Date(_.birthday * 1e3), Ee = W.getUTCFullYear(), J = W.getUTCMonth(), pe = W.getUTCDate();