@mx-cartographer/experiences 6.26.12-alpha.sms1 → 6.26.12
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 +2 -6
 - package/dist/index.es.js.map +1 -1
 - package/package.json +1 -1
 
    
        package/dist/index.es.js
    CHANGED
    
    | 
         @@ -16996,9 +16996,7 @@ const _l = x(() => { 
     | 
|
| 
       16996 
16996 
     | 
    
         
             
                )
         
     | 
| 
       16997 
16997 
     | 
    
         
             
              ] });
         
     | 
| 
       16998 
16998 
     | 
    
         
             
            }), HC = ({ availableWidth: e, handleOnLeavClick: n }) => {
         
     | 
| 
       16999 
     | 
    
         
            -
              const i = je(), { common: a, settings: o } = A(), { isDesktop: r, isMobile: s, isSmallMobile: c, isTablet: l } = be(e), { config: u } = vt(), { updateUser: _ } = bt(), { user: h } = Ct() 
     | 
| 
       17000 
     | 
    
         
            -
              console.log("user", h);
         
     | 
| 
       17001 
     | 
    
         
            -
              const [m, p] = g.useState({
         
     | 
| 
      
 16999 
     | 
    
         
            +
              const i = je(), { common: a, settings: o } = A(), { isDesktop: r, isMobile: s, isSmallMobile: c, isTablet: l } = be(e), { config: u } = vt(), { updateUser: _ } = bt(), { user: h } = Ct(), [m, p] = g.useState({
         
     | 
| 
       17002 
17000 
     | 
    
         
             
                first_name: h.first_name,
         
     | 
| 
       17003 
17001 
     | 
    
         
             
                last_name: h.last_name,
         
     | 
| 
       17004 
17002 
     | 
    
         
             
                email: h.email,
         
     | 
| 
         @@ -17006,9 +17004,7 @@ const _l = x(() => { 
     | 
|
| 
       17006 
17004 
     | 
    
         
             
                birthday: h.birthday,
         
     | 
| 
       17007 
17005 
     | 
    
         
             
                postal_code: h.postal_code,
         
     | 
| 
       17008 
17006 
     | 
    
         
             
                credit_score: h.credit_score
         
     | 
| 
       17009 
     | 
    
         
            -
              });
         
     | 
| 
       17010 
     | 
    
         
            -
              console.log("modifiedUser", m);
         
     | 
| 
       17011 
     | 
    
         
            -
              const [C, S] = g.useState(!1), [y, E] = g.useState(!1), I = g.useRef(null), v = m.email && !h.email_is_verified && !C, w = m.phone && !h.phone_is_verified && !C;
         
     | 
| 
      
 17007 
     | 
    
         
            +
              }), [C, S] = g.useState(!1), [y, E] = g.useState(!1), I = g.useRef(null), v = m.email && !h.email_is_verified && !C, w = m.phone && !h.phone_is_verified && !C;
         
     | 
| 
       17012 
17008 
     | 
    
         
             
              g.useEffect(() => {
         
     | 
| 
       17013 
17009 
     | 
    
         
             
                if (n) {
         
     | 
| 
       17014 
17010 
     | 
    
         
             
                  const L = (W) => {
         
     |