@s_mart/telas-de-acesso 1.1.8 → 2.0.0
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.d.ts +2 -6
- package/dist/index.js +32 -32
- package/dist/index.mjs +38 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ declare function TemplateTelaBase({ children, whatsapp, textoChamativo, style, p
|
|
|
40
40
|
|
|
41
41
|
interface TelaCadastroProps extends Omit<TemplateTelaBaseProps, 'children'> {
|
|
42
42
|
email: string;
|
|
43
|
-
nome
|
|
43
|
+
nome: string;
|
|
44
44
|
/**
|
|
45
45
|
* Nome do sistema que irá ser exibido em uma frase no topo do paper de cadastro
|
|
46
46
|
*/
|
|
@@ -62,13 +62,9 @@ interface TelaCadastroProps extends Omit<TemplateTelaBaseProps, 'children'> {
|
|
|
62
62
|
* <TelaCadastro linkTermosDeUso="https://www.google.com" />
|
|
63
63
|
*/
|
|
64
64
|
linkTermosDeUso?: string;
|
|
65
|
-
/**
|
|
66
|
-
* Campo nome do que irá ser exibido no formulário
|
|
67
|
-
*/
|
|
68
|
-
mostrarNomeUsuario?: boolean;
|
|
69
65
|
}
|
|
70
66
|
|
|
71
|
-
declare function TelaCadastro({ logo, nomeSistema, onSubmit, linkTermosDeUso, email, nome,
|
|
67
|
+
declare function TelaCadastro({ logo, nomeSistema, onSubmit, linkTermosDeUso, email, nome, ...rest }: TelaCadastroProps): JSX.Element;
|
|
72
68
|
|
|
73
69
|
interface TelaLoginFormValues {
|
|
74
70
|
email: string;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var v3=Object.create;var J=Object.defineProperty,h3=Object.defineProperties,y3=Object.getOwnPropertyDescriptor,x3=Object.getOwnPropertyDescriptors,b3=Object.getOwnPropertyNames,l2=Object.getOwnPropertySymbols,S3=Object.getPrototypeOf,A2=Object.prototype.hasOwnProperty,Y2=Object.prototype.propertyIsEnumerable;var U2=(C,e,r)=>e in C?J(C,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):C[e]=r,x=(C,e)=>{for(var r in e||(e={}))A2.call(e,r)&&U2(C,r,e[r]);if(l2)for(var r of l2(e))Y2.call(e,r)&&U2(C,r,e[r]);return C},S=(C,e)=>h3(C,x3(e));var E=(C,e)=>{var r={};for(var a in C)A2.call(C,a)&&e.indexOf(a)<0&&(r[a]=C[a]);if(C!=null&&l2)for(var a of l2(C))e.indexOf(a)<0&&Y2.call(C,a)&&(r[a]=C[a]);return r};var L2=(C,e)=>()=>(e||C((e={exports:{}}).exports,e),e.exports),E3=(C,e)=>{for(var r in e)J(C,r,{get:e[r],enumerable:!0})},X2=(C,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of b3(e))!A2.call(C,n)&&n!==r&&J(C,n,{get:()=>e[n],enumerable:!(a=y3(e,n))||a.enumerable});return C};var m=(C,e,r)=>(r=C!=null?v3(S3(C)):{},X2(e||!C||!C.__esModule?J(r,"default",{value:C,enumerable:!0}):r,C)),w3=C=>X2(J({},"__esModule",{value:!0}),C);var d1=L2(l=>{"use strict";var V=typeof Symbol=="function"&&Symbol.for,O2=V?Symbol.for("react.element"):60103,B2=V?Symbol.for("react.portal"):60106,f2=V?Symbol.for("react.fragment"):60107,m2=V?Symbol.for("react.strict_mode"):60108,M2=V?Symbol.for("react.profiler"):60114,g2=V?Symbol.for("react.provider"):60109,Z2=V?Symbol.for("react.context"):60110,D2=V?Symbol.for("react.async_mode"):60111,v2=V?Symbol.for("react.concurrent_mode"):60111,h2=V?Symbol.for("react.forward_ref"):60112,y2=V?Symbol.for("react.suspense"):60113,Y3=V?Symbol.for("react.suspense_list"):60120,x2=V?Symbol.for("react.memo"):60115,b2=V?Symbol.for("react.lazy"):60116,X3=V?Symbol.for("react.block"):60121,K3=V?Symbol.for("react.fundamental"):60117,G3=V?Symbol.for("react.responder"):60118,Q3=V?Symbol.for("react.scope"):60119;function b(C){if(typeof C=="object"&&C!==null){var e=C.$$typeof;switch(e){case O2:switch(C=C.type,C){case D2:case v2:case f2:case M2:case m2:case y2:return C;default:switch(C=C&&C.$$typeof,C){case Z2:case h2:case b2:case x2:case g2:return C;default:return e}}case B2:return e}}}function c1(C){return b(C)===v2}l.AsyncMode=D2;l.ConcurrentMode=v2;l.ContextConsumer=Z2;l.ContextProvider=g2;l.Element=O2;l.ForwardRef=h2;l.Fragment=f2;l.Lazy=b2;l.Memo=x2;l.Portal=B2;l.Profiler=M2;l.StrictMode=m2;l.Suspense=y2;l.isAsyncMode=function(C){return c1(C)||b(C)===D2};l.isConcurrentMode=c1;l.isContextConsumer=function(C){return b(C)===Z2};l.isContextProvider=function(C){return b(C)===g2};l.isElement=function(C){return typeof C=="object"&&C!==null&&C.$$typeof===O2};l.isForwardRef=function(C){return b(C)===h2};l.isFragment=function(C){return b(C)===f2};l.isLazy=function(C){return b(C)===b2};l.isMemo=function(C){return b(C)===x2};l.isPortal=function(C){return b(C)===B2};l.isProfiler=function(C){return b(C)===M2};l.isStrictMode=function(C){return b(C)===m2};l.isSuspense=function(C){return b(C)===y2};l.isValidElementType=function(C){return typeof C=="string"||typeof C=="function"||C===f2||C===v2||C===M2||C===m2||C===y2||C===Y3||typeof C=="object"&&C!==null&&(C.$$typeof===b2||C.$$typeof===x2||C.$$typeof===g2||C.$$typeof===Z2||C.$$typeof===h2||C.$$typeof===K3||C.$$typeof===G3||C.$$typeof===Q3||C.$$typeof===X3)};l.typeOf=b});var u1=L2(L=>{"use strict";process.env.NODE_ENV!=="production"&&function(){"use strict";var C=typeof Symbol=="function"&&Symbol.for,e=C?Symbol.for("react.element"):60103,r=C?Symbol.for("react.portal"):60106,a=C?Symbol.for("react.fragment"):60107,n=C?Symbol.for("react.strict_mode"):60108,s=C?Symbol.for("react.profiler"):60114,u=C?Symbol.for("react.provider"):60109,d=C?Symbol.for("react.context"):60110,M=C?Symbol.for("react.async_mode"):60111,v=C?Symbol.for("react.concurrent_mode"):60111,g=C?Symbol.for("react.forward_ref"):60112,k=C?Symbol.for("react.suspense"):60113,K=C?Symbol.for("react.suspense_list"):60120,B=C?Symbol.for("react.memo"):60115,D=C?Symbol.for("react.lazy"):60116,z=C?Symbol.for("react.block"):60121,n2=C?Symbol.for("react.fundamental"):60117,t2=C?Symbol.for("react.responder"):60118,a2=C?Symbol.for("react.scope"):60119;function o2(t){return typeof t=="string"||typeof t=="function"||t===a||t===v||t===s||t===n||t===k||t===K||typeof t=="object"&&t!==null&&(t.$$typeof===D||t.$$typeof===B||t.$$typeof===u||t.$$typeof===d||t.$$typeof===g||t.$$typeof===n2||t.$$typeof===t2||t.$$typeof===a2||t.$$typeof===z)}function y(t){if(typeof t=="object"&&t!==null){var $2=t.$$typeof;switch($2){case e:var s2=t.type;switch(s2){case M:case v:case a:case s:case n:case k:return s2;default:var W2=s2&&s2.$$typeof;switch(W2){case d:case g:case D:case B:case u:return W2;default:return $2}}case r:return $2}}}var G1=M,Q1=v,J1=d,C3=u,e3=e,r3=g,i3=a,n3=D,t3=B,a3=r,o3=s,s3=n,l3=k,z2=!1;function L3(t){return z2||(z2=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),j2(t)||y(t)===M}function j2(t){return y(t)===v}function c3(t){return y(t)===d}function d3(t){return y(t)===u}function u3(t){return typeof t=="object"&&t!==null&&t.$$typeof===e}function H3(t){return y(t)===g}function p3(t){return y(t)===a}function V3(t){return y(t)===D}function f3(t){return y(t)===B}function m3(t){return y(t)===r}function M3(t){return y(t)===s}function g3(t){return y(t)===n}function Z3(t){return y(t)===k}L.AsyncMode=G1,L.ConcurrentMode=Q1,L.ContextConsumer=J1,L.ContextProvider=C3,L.Element=e3,L.ForwardRef=r3,L.Fragment=i3,L.Lazy=n3,L.Memo=t3,L.Portal=a3,L.Profiler=o3,L.StrictMode=s3,L.Suspense=l3,L.isAsyncMode=L3,L.isConcurrentMode=j2,L.isContextConsumer=c3,L.isContextProvider=d3,L.isElement=u3,L.isForwardRef=H3,L.isFragment=p3,L.isLazy=V3,L.isMemo=f3,L.isPortal=m3,L.isProfiler=M3,L.isStrictMode=g3,L.isSuspense=Z3,L.isValidElementType=o2,L.typeOf=y}()});var H1=L2((D5,R2)=>{"use strict";process.env.NODE_ENV==="production"?R2.exports=d1():R2.exports=u1()});var Z1=L2((R5,g1)=>{"use strict";var N2=H1(),J3={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},C5={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},e5={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},m1={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},F2={};F2[N2.ForwardRef]=e5;F2[N2.Memo]=m1;function p1(C){return N2.isMemo(C)?m1:F2[C.$$typeof]||J3}var r5=Object.defineProperty,i5=Object.getOwnPropertyNames,V1=Object.getOwnPropertySymbols,n5=Object.getOwnPropertyDescriptor,t5=Object.getPrototypeOf,f1=Object.prototype;function M1(C,e,r){if(typeof e!="string"){if(f1){var a=t5(e);a&&a!==f1&&M1(C,a,r)}var n=i5(e);V1&&(n=n.concat(V1(e)));for(var s=p1(C),u=p1(e),d=0;d<n.length;++d){var M=n[d];if(!C5[M]&&!(r&&r[M])&&!(u&&u[M])&&!(s&&s[M])){var v=n5(e,M);try{r5(C,M,v)}catch(g){}}}}return C}g1.exports=M1});var c5={};E3(c5,{TelaCadastro:()=>L1,TelaConviteExpirado:()=>B1,TelaEsqueceuSenha:()=>K1,TelaInstrucoesEnviadas:()=>N1,TelaLogin:()=>$1,TelaNovaSenha:()=>W1,TemplateTelaBase:()=>h});module.exports=w3(c5);var d2=require("@s_mart/core"),e1=require("@s_mart/masks");var F={description:"M37.4802 11.2595L18.4955 30.6836L11.5198 23.5465C11.1816 23.2004 10.6333 23.2004 10.295 23.5465L8.25365 25.635C7.91545 25.9811 7.91545 26.5421 8.25365 26.8882L17.8831 36.7405C18.2213 37.0865 18.7696 37.0865 19.1079 36.7405L40.7463 14.6013C41.0845 14.2553 41.0845 13.6942 40.7463 13.3481L38.705 11.2595C38.3668 10.9135 37.8184 10.9135 37.4802 11.2595Z",viewBox:"0 0 48 48",id:"line-check-regular"};var c2={description:"M35.2071 12.65C32.2143 9.65 28.2286 8 23.9929 8C15.25 8 8.13571 15.1143 8.13571 23.8571C8.13571 26.65 8.86429 29.3786 10.25 31.7857L8 40L16.4071 37.7929C18.7214 39.0571 21.3286 39.7214 23.9857 39.7214H23.9929C32.7286 39.7214 40 32.6071 40 23.8643C40 19.6286 38.2 15.65 35.2071 12.65ZM23.9929 37.05C21.6214 37.05 19.3 36.4143 17.2786 35.2143L16.8 34.9286L11.8143 36.2357L13.1429 31.3714L12.8286 30.8714C11.5071 28.7714 10.8143 26.35 10.8143 23.8571C10.8143 16.5929 16.7286 10.6786 24 10.6786C27.5214 10.6786 30.8286 12.05 33.3143 14.5429C35.8 17.0357 37.3286 20.3429 37.3214 23.8643C37.3214 31.1357 31.2571 37.05 23.9929 37.05ZM31.2214 27.1786C30.8286 26.9786 28.8786 26.0214 28.5143 25.8929C28.15 25.7571 27.8857 25.6929 27.6214 26.0929C27.3571 26.4929 26.6 27.3786 26.3643 27.65C26.1357 27.9143 25.9 27.95 25.5071 27.75C23.1786 26.5857 21.65 25.6714 20.1143 23.0357C19.7071 22.3357 20.5214 22.3857 21.2786 20.8714C21.4071 20.6071 21.3429 20.3786 21.2429 20.1786C21.1429 19.9786 20.35 18.0286 20.0214 17.2357C19.7 16.4643 19.3714 16.5714 19.1286 16.5571C18.9 16.5429 18.6357 16.5429 18.3714 16.5429C18.1071 16.5429 17.6786 16.6429 17.3143 17.0357C16.95 17.4357 15.9286 18.3929 15.9286 20.3429C15.9286 22.2929 17.35 24.1786 17.5429 24.4429C17.7429 24.7071 20.3357 28.7071 24.3143 30.4286C26.8286 31.5143 27.8143 31.6071 29.0714 31.4214C29.8357 31.3071 31.4143 30.4643 31.7429 29.5357C32.0714 28.6071 32.0714 27.8143 31.9714 27.65C31.8786 27.4714 31.6143 27.3714 31.2214 27.1786Z",viewBox:"0 0 48 48",id:"line-whatsapp-regular"};var i=C=>`${C/16}rem`;var G=m(require("@emotion/styled"));var T3=Object.defineProperty,k3=(C,e)=>{for(var r in e)T3(C,r,{get:e[r],enumerable:!0})},H={};k3(H,{blue:()=>$3,green:()=>D3,neutral:()=>I3,red:()=>O3,yellow:()=>N3});var P3={75:"#AFD2FF",100:"#689DCB",300:"#045BA8",500:"#132C70"},$3=P3,A3={75:"#FEBCAC",100:"#F5917F",300:"#EF4829",500:"#BD2601"},O3=A3,B3={75:"#D6EEBC",100:"#A5D770",300:"#49BF00",500:"#518133"},D3=B3,R3={75:"#FDEFB3",100:"#FFE380",300:"#FFAB00",500:"#C56C00"},N3=R3,F3={0:"#FFFFFF",10:"#FBFBFB",20:"#F4F5F7",30:"#EEEEEE",40:"#DBDBDB",50:"#CACACA",100:"#8B8B8B",500:"#555555",600:"#464646",800:"#2E2E2E",900:"#262626"},I3=F3;var K2=G.default.div`
|
|
1
|
+
"use strict";var v3=Object.create;var Q=Object.defineProperty,h3=Object.defineProperties,y3=Object.getOwnPropertyDescriptor,x3=Object.getOwnPropertyDescriptors,b3=Object.getOwnPropertyNames,s2=Object.getOwnPropertySymbols,S3=Object.getPrototypeOf,$2=Object.prototype.hasOwnProperty,U2=Object.prototype.propertyIsEnumerable;var j2=(C,e,r)=>e in C?Q(C,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):C[e]=r,b=(C,e)=>{for(var r in e||(e={}))$2.call(e,r)&&j2(C,r,e[r]);if(s2)for(var r of s2(e))U2.call(e,r)&&j2(C,r,e[r]);return C},E=(C,e)=>h3(C,x3(e));var w=(C,e)=>{var r={};for(var a in C)$2.call(C,a)&&e.indexOf(a)<0&&(r[a]=C[a]);if(C!=null&&s2)for(var a of s2(C))e.indexOf(a)<0&&U2.call(C,a)&&(r[a]=C[a]);return r};var l2=(C,e)=>()=>(e||C((e={exports:{}}).exports,e),e.exports),E3=(C,e)=>{for(var r in e)Q(C,r,{get:e[r],enumerable:!0})},Y2=(C,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of b3(e))!$2.call(C,n)&&n!==r&&Q(C,n,{get:()=>e[n],enumerable:!(a=y3(e,n))||a.enumerable});return C};var M=(C,e,r)=>(r=C!=null?v3(S3(C)):{},Y2(e||!C||!C.__esModule?Q(r,"default",{value:C,enumerable:!0}):r,C)),w3=C=>Y2(Q({},"__esModule",{value:!0}),C);var c1=l2(l=>{"use strict";var V=typeof Symbol=="function"&&Symbol.for,A2=V?Symbol.for("react.element"):60103,O2=V?Symbol.for("react.portal"):60106,V2=V?Symbol.for("react.fragment"):60107,f2=V?Symbol.for("react.strict_mode"):60108,m2=V?Symbol.for("react.profiler"):60114,M2=V?Symbol.for("react.provider"):60109,g2=V?Symbol.for("react.context"):60110,B2=V?Symbol.for("react.async_mode"):60111,Z2=V?Symbol.for("react.concurrent_mode"):60111,v2=V?Symbol.for("react.forward_ref"):60112,h2=V?Symbol.for("react.suspense"):60113,Y3=V?Symbol.for("react.suspense_list"):60120,y2=V?Symbol.for("react.memo"):60115,x2=V?Symbol.for("react.lazy"):60116,X3=V?Symbol.for("react.block"):60121,K3=V?Symbol.for("react.fundamental"):60117,G3=V?Symbol.for("react.responder"):60118,Q3=V?Symbol.for("react.scope"):60119;function S(C){if(typeof C=="object"&&C!==null){var e=C.$$typeof;switch(e){case A2:switch(C=C.type,C){case B2:case Z2:case V2:case m2:case f2:case h2:return C;default:switch(C=C&&C.$$typeof,C){case g2:case v2:case x2:case y2:case M2:return C;default:return e}}case O2:return e}}}function L1(C){return S(C)===Z2}l.AsyncMode=B2;l.ConcurrentMode=Z2;l.ContextConsumer=g2;l.ContextProvider=M2;l.Element=A2;l.ForwardRef=v2;l.Fragment=V2;l.Lazy=x2;l.Memo=y2;l.Portal=O2;l.Profiler=m2;l.StrictMode=f2;l.Suspense=h2;l.isAsyncMode=function(C){return L1(C)||S(C)===B2};l.isConcurrentMode=L1;l.isContextConsumer=function(C){return S(C)===g2};l.isContextProvider=function(C){return S(C)===M2};l.isElement=function(C){return typeof C=="object"&&C!==null&&C.$$typeof===A2};l.isForwardRef=function(C){return S(C)===v2};l.isFragment=function(C){return S(C)===V2};l.isLazy=function(C){return S(C)===x2};l.isMemo=function(C){return S(C)===y2};l.isPortal=function(C){return S(C)===O2};l.isProfiler=function(C){return S(C)===m2};l.isStrictMode=function(C){return S(C)===f2};l.isSuspense=function(C){return S(C)===h2};l.isValidElementType=function(C){return typeof C=="string"||typeof C=="function"||C===V2||C===Z2||C===m2||C===f2||C===h2||C===Y3||typeof C=="object"&&C!==null&&(C.$$typeof===x2||C.$$typeof===y2||C.$$typeof===M2||C.$$typeof===g2||C.$$typeof===v2||C.$$typeof===K3||C.$$typeof===G3||C.$$typeof===Q3||C.$$typeof===X3)};l.typeOf=S});var d1=l2(L=>{"use strict";process.env.NODE_ENV!=="production"&&function(){"use strict";var C=typeof Symbol=="function"&&Symbol.for,e=C?Symbol.for("react.element"):60103,r=C?Symbol.for("react.portal"):60106,a=C?Symbol.for("react.fragment"):60107,n=C?Symbol.for("react.strict_mode"):60108,s=C?Symbol.for("react.profiler"):60114,u=C?Symbol.for("react.provider"):60109,d=C?Symbol.for("react.context"):60110,f=C?Symbol.for("react.async_mode"):60111,h=C?Symbol.for("react.concurrent_mode"):60111,g=C?Symbol.for("react.forward_ref"):60112,P=C?Symbol.for("react.suspense"):60113,X=C?Symbol.for("react.suspense_list"):60120,D=C?Symbol.for("react.memo"):60115,y=C?Symbol.for("react.lazy"):60116,i2=C?Symbol.for("react.block"):60121,n2=C?Symbol.for("react.fundamental"):60117,t2=C?Symbol.for("react.responder"):60118,a2=C?Symbol.for("react.scope"):60119;function K1(t){return typeof t=="string"||typeof t=="function"||t===a||t===h||t===s||t===n||t===P||t===X||typeof t=="object"&&t!==null&&(t.$$typeof===y||t.$$typeof===D||t.$$typeof===u||t.$$typeof===d||t.$$typeof===g||t.$$typeof===n2||t.$$typeof===t2||t.$$typeof===a2||t.$$typeof===i2)}function x(t){if(typeof t=="object"&&t!==null){var P2=t.$$typeof;switch(P2){case e:var o2=t.type;switch(o2){case f:case h:case a:case s:case n:case P:return o2;default:var W2=o2&&o2.$$typeof;switch(W2){case d:case g:case y:case D:case u:return W2;default:return P2}}case r:return P2}}}var G1=f,Q1=h,J1=d,C3=u,e3=e,r3=g,i3=a,n3=y,t3=D,a3=r,o3=s,s3=n,l3=P,q2=!1;function L3(t){return q2||(q2=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),z2(t)||x(t)===f}function z2(t){return x(t)===h}function c3(t){return x(t)===d}function d3(t){return x(t)===u}function u3(t){return typeof t=="object"&&t!==null&&t.$$typeof===e}function H3(t){return x(t)===g}function p3(t){return x(t)===a}function V3(t){return x(t)===y}function f3(t){return x(t)===D}function m3(t){return x(t)===r}function M3(t){return x(t)===s}function g3(t){return x(t)===n}function Z3(t){return x(t)===P}L.AsyncMode=G1,L.ConcurrentMode=Q1,L.ContextConsumer=J1,L.ContextProvider=C3,L.Element=e3,L.ForwardRef=r3,L.Fragment=i3,L.Lazy=n3,L.Memo=t3,L.Portal=a3,L.Profiler=o3,L.StrictMode=s3,L.Suspense=l3,L.isAsyncMode=L3,L.isConcurrentMode=z2,L.isContextConsumer=c3,L.isContextProvider=d3,L.isElement=u3,L.isForwardRef=H3,L.isFragment=p3,L.isLazy=V3,L.isMemo=f3,L.isPortal=m3,L.isProfiler=M3,L.isStrictMode=g3,L.isSuspense=Z3,L.isValidElementType=K1,L.typeOf=x}()});var u1=l2((D5,D2)=>{"use strict";process.env.NODE_ENV==="production"?D2.exports=c1():D2.exports=d1()});var g1=l2((R5,M1)=>{"use strict";var R2=u1(),J3={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},C5={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},e5={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},f1={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},F2={};F2[R2.ForwardRef]=e5;F2[R2.Memo]=f1;function H1(C){return R2.isMemo(C)?f1:F2[C.$$typeof]||J3}var r5=Object.defineProperty,i5=Object.getOwnPropertyNames,p1=Object.getOwnPropertySymbols,n5=Object.getOwnPropertyDescriptor,t5=Object.getPrototypeOf,V1=Object.prototype;function m1(C,e,r){if(typeof e!="string"){if(V1){var a=t5(e);a&&a!==V1&&m1(C,a,r)}var n=i5(e);p1&&(n=n.concat(p1(e)));for(var s=H1(C),u=H1(e),d=0;d<n.length;++d){var f=n[d];if(!C5[f]&&!(r&&r[f])&&!(u&&u[f])&&!(s&&s[f])){var h=n5(e,f);try{r5(C,f,h)}catch(g){}}}}return C}M1.exports=m1});var c5={};E3(c5,{TelaCadastro:()=>l1,TelaConviteExpirado:()=>O1,TelaEsqueceuSenha:()=>X1,TelaInstrucoesEnviadas:()=>R1,TelaLogin:()=>P1,TelaNovaSenha:()=>W1,TemplateTelaBase:()=>v});module.exports=w3(c5);var c2=require("@s_mart/core"),C1=require("@s_mart/masks");var N={description:"M37.4802 11.2595L18.4955 30.6836L11.5198 23.5465C11.1816 23.2004 10.6333 23.2004 10.295 23.5465L8.25365 25.635C7.91545 25.9811 7.91545 26.5421 8.25365 26.8882L17.8831 36.7405C18.2213 37.0865 18.7696 37.0865 19.1079 36.7405L40.7463 14.6013C41.0845 14.2553 41.0845 13.6942 40.7463 13.3481L38.705 11.2595C38.3668 10.9135 37.8184 10.9135 37.4802 11.2595Z",viewBox:"0 0 48 48",id:"line-check-regular"};var L2={description:"M35.2071 12.65C32.2143 9.65 28.2286 8 23.9929 8C15.25 8 8.13571 15.1143 8.13571 23.8571C8.13571 26.65 8.86429 29.3786 10.25 31.7857L8 40L16.4071 37.7929C18.7214 39.0571 21.3286 39.7214 23.9857 39.7214H23.9929C32.7286 39.7214 40 32.6071 40 23.8643C40 19.6286 38.2 15.65 35.2071 12.65ZM23.9929 37.05C21.6214 37.05 19.3 36.4143 17.2786 35.2143L16.8 34.9286L11.8143 36.2357L13.1429 31.3714L12.8286 30.8714C11.5071 28.7714 10.8143 26.35 10.8143 23.8571C10.8143 16.5929 16.7286 10.6786 24 10.6786C27.5214 10.6786 30.8286 12.05 33.3143 14.5429C35.8 17.0357 37.3286 20.3429 37.3214 23.8643C37.3214 31.1357 31.2571 37.05 23.9929 37.05ZM31.2214 27.1786C30.8286 26.9786 28.8786 26.0214 28.5143 25.8929C28.15 25.7571 27.8857 25.6929 27.6214 26.0929C27.3571 26.4929 26.6 27.3786 26.3643 27.65C26.1357 27.9143 25.9 27.95 25.5071 27.75C23.1786 26.5857 21.65 25.6714 20.1143 23.0357C19.7071 22.3357 20.5214 22.3857 21.2786 20.8714C21.4071 20.6071 21.3429 20.3786 21.2429 20.1786C21.1429 19.9786 20.35 18.0286 20.0214 17.2357C19.7 16.4643 19.3714 16.5714 19.1286 16.5571C18.9 16.5429 18.6357 16.5429 18.3714 16.5429C18.1071 16.5429 17.6786 16.6429 17.3143 17.0357C16.95 17.4357 15.9286 18.3929 15.9286 20.3429C15.9286 22.2929 17.35 24.1786 17.5429 24.4429C17.7429 24.7071 20.3357 28.7071 24.3143 30.4286C26.8286 31.5143 27.8143 31.6071 29.0714 31.4214C29.8357 31.3071 31.4143 30.4643 31.7429 29.5357C32.0714 28.6071 32.0714 27.8143 31.9714 27.65C31.8786 27.4714 31.6143 27.3714 31.2214 27.1786Z",viewBox:"0 0 48 48",id:"line-whatsapp-regular"};var i=C=>`${C/16}rem`;var K=M(require("@emotion/styled"));var T3=Object.defineProperty,k3=(C,e)=>{for(var r in e)T3(C,r,{get:e[r],enumerable:!0})},H={};k3(H,{blue:()=>$3,green:()=>D3,neutral:()=>I3,red:()=>O3,yellow:()=>F3});var P3={75:"#AFD2FF",100:"#689DCB",300:"#045BA8",500:"#132C70"},$3=P3,A3={75:"#FEBCAC",100:"#F5917F",300:"#EF4829",500:"#BD2601"},O3=A3,B3={75:"#D6EEBC",100:"#A5D770",300:"#49BF00",500:"#518133"},D3=B3,R3={75:"#FDEFB3",100:"#FFE380",300:"#FFAB00",500:"#C56C00"},F3=R3,N3={0:"#FFFFFF",10:"#FBFBFB",20:"#F4F5F7",30:"#EEEEEE",40:"#DBDBDB",50:"#CACACA",100:"#8B8B8B",500:"#555555",600:"#464646",800:"#2E2E2E",900:"#262626"},I3=N3;var X2=K.default.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
align-items: center;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
@media (max-height: 600px) {
|
|
19
19
|
justify-content: flex-start;
|
|
20
20
|
}
|
|
21
|
-
`,
|
|
21
|
+
`,K2=K.default.div`
|
|
22
22
|
position: absolute;
|
|
23
23
|
left: 0;
|
|
24
24
|
bottom: 32px;
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
@media (max-width: 768px) {
|
|
28
28
|
display: none;
|
|
29
29
|
}
|
|
30
|
-
`,
|
|
30
|
+
`,G2=K.default.h1`
|
|
31
31
|
position: absolute;
|
|
32
32
|
left: 32px;
|
|
33
33
|
top: 32px;
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
@media (max-width: 500px) {
|
|
67
67
|
display: none;
|
|
68
68
|
}
|
|
69
|
-
`,
|
|
69
|
+
`,Q2=K.default.div`
|
|
70
70
|
position: relative;
|
|
71
71
|
z-index: 2;
|
|
72
72
|
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
margin: ${i(16)};
|
|
76
76
|
|
|
77
77
|
background-color: ${({theme:C})=>C.palette.common.white};
|
|
78
|
-
`,
|
|
78
|
+
`,J2=K.default.button`
|
|
79
79
|
position: relative;
|
|
80
80
|
z-index: 2;
|
|
81
81
|
|
|
@@ -99,17 +99,17 @@
|
|
|
99
99
|
color: ${H.green[300]};
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
`;var
|
|
102
|
+
`;var A=require("react/jsx-runtime");function v({children:C,whatsapp:e,textoChamativo:r,style:a,paperStyle:n,ilustracao:s}){return(0,A.jsxs)(X2,{style:a,children:[r&&(0,A.jsx)(G2,{children:r}),s&&(0,A.jsx)(K2,{children:typeof s=="string"?(0,A.jsx)("img",{src:s,alt:"Logo do sistema"}):s}),(0,A.jsx)(Q2,{style:n,children:C}),e&&(0,A.jsxs)(J2,{onClick:()=>{window.open(`https://api.whatsapp.com/send?phone=${e}`)},style:{marginBottom:16},children:[(0,A.jsxs)(c2.Typography,{variant:"bodyXS",children:["Com d\xFAvidas? ",C1.telefone.format(e.slice(2))]}),(0,A.jsx)(c2.LIcon,{icon:L2,size:"20px",removeMargin:!0})]})]})}var T=require("@s_mart/core"),R=require("@s_mart/form");var _3=Object.defineProperty,q3=Object.defineProperties,z3=Object.getOwnPropertyDescriptors,e1=Object.getOwnPropertySymbols,W3=Object.prototype.hasOwnProperty,j3=Object.prototype.propertyIsEnumerable,r1=(C,e,r)=>e in C?_3(C,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):C[e]=r,d2=(C,e)=>{for(var r in e||(e={}))W3.call(e,r)&&r1(C,r,e[r]);if(e1)for(var r of e1(e))j3.call(e,r)&&r1(C,r,e[r]);return C},U3=(C,e)=>q3(C,z3(e));var u2=C=>{let e={validate:{}};return C.forEach(r=>{e=U3(d2(d2({},e),r),{validate:d2(d2({},e.validate),r.validate)})}),e},O={validate:{required:C=>{if(!C)return"Campo obrigat\xF3rio"}}};var H2={validate:{email:C=>{if(C&&!/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i.test(C))return"O email \xE9 inv\xE1lido"}}};var z=M(require("@emotion/styled"));var i1=z.default.div`
|
|
103
103
|
display: grid;
|
|
104
104
|
gap: ${i(32)};
|
|
105
|
-
`,
|
|
105
|
+
`,n1=z.default.header`
|
|
106
106
|
display: grid;
|
|
107
107
|
text-align: center;
|
|
108
108
|
gap: ${i(16)};
|
|
109
|
-
`,
|
|
109
|
+
`,t1=z.default.div`
|
|
110
110
|
display: grid;
|
|
111
111
|
gap: ${i(32)};
|
|
112
|
-
`,
|
|
112
|
+
`,a1=z.default.div`
|
|
113
113
|
display: grid;
|
|
114
114
|
gap: ${i(4)};
|
|
115
115
|
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
display: grid;
|
|
129
129
|
gap: ${i(4)};
|
|
130
130
|
}
|
|
131
|
-
`,
|
|
131
|
+
`,o1=z.default.div`
|
|
132
132
|
display: flex;
|
|
133
133
|
flex-wrap: wrap;
|
|
134
134
|
gap: ${i(8)};
|
|
135
|
-
`,
|
|
135
|
+
`,p2=z.default.div`
|
|
136
136
|
display: flex;
|
|
137
137
|
align-items: center;
|
|
138
138
|
gap: ${i(4)};
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
color: ${H.green[300]};
|
|
150
150
|
border-color: ${H.green[300]};
|
|
151
151
|
`}}
|
|
152
|
-
`;function
|
|
152
|
+
`;function s1(){let C=n=>n?n.match(/[a-z]/i):!1,e=n=>n?n.match(/[0-9]/i):!1,r=n=>n?n.length>=6:!1;return{senhaContemLetra:C,senhaContemNumero:e,senhaContemMinimoDe6Caracteres:r,desabilitarBotaoDeCadastro:n=>!n.email||!n.senha||!n.confirmarSenha||!n.termosDeUso||!C(n.senha)||!e(n.senha)||!r(n.senha)}}var o=require("react/jsx-runtime");function l1(d){var f=d,{logo:C,nomeSistema:e,onSubmit:r,linkTermosDeUso:a,email:n,nome:s}=f,u=w(f,["logo","nomeSistema","onSubmit","linkTermosDeUso","email","nome"]);let{senhaContemLetra:h,senhaContemNumero:g,senhaContemMinimoDe6Caracteres:P,desabilitarBotaoDeCadastro:X}=s1(),D=typeof C=="string"?(0,o.jsx)("img",{src:C,alt:"Logo do sistema"}):C;return(0,o.jsx)(v,E(b({},u),{children:(0,o.jsxs)(i1,{children:[(0,o.jsxs)(n1,{children:[C&&(0,o.jsx)("div",{children:D}),(0,o.jsxs)(T.Typography,{variant:"titleSM",children:["Vamos cadastrar uma senha de acesso ao ",e,"."]})]}),(0,o.jsx)(R.Form,{onSubmit:r,defaultValues:{email:n,nome:s,termosDeUso:!1},children:({watch:y})=>{let i2=h(y("senha")),n2=g(y("senha")),t2=P(y("senha"));return(0,o.jsxs)(t1,{children:[(0,o.jsx)(R.TextField,{name:"email",label:"E-mail de acesso",required:!0,disabled:!0}),(0,o.jsx)(R.TextField,{name:"nome",label:"Nome completo",required:!0,rules:O}),(0,o.jsxs)(a1,{children:[(0,o.jsxs)("div",{children:[(0,o.jsx)(R.TextField,{type:"password",name:"senha",label:"Senha de acesso",required:!0,rules:O}),(0,o.jsx)(R.TextField,{type:"password",name:"confirmarSenha",label:"Confirme sua senha",required:!0,rules:{validate:a2=>{if(!a2)return"Campo obrigat\xF3rio";if(a2!==y("senha"))return"As senhas devem ser iguais"}}})]}),(0,o.jsxs)("div",{children:[(0,o.jsx)(T.Typography,{variant:"bodyXS",children:"Sua senha precisa conter:"}),(0,o.jsxs)(o1,{children:[(0,o.jsxs)(p2,{checked:Boolean(i2),children:[i2&&(0,o.jsx)(T.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,o.jsx)(T.Typography,{variant:"bodyXS",children:"Uma letra"})]}),(0,o.jsxs)(p2,{checked:Boolean(n2),children:[n2&&(0,o.jsx)(T.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,o.jsx)(T.Typography,{variant:"bodyXS",children:"Um n\xFAmero"})]}),(0,o.jsxs)(p2,{checked:Boolean(t2),children:[t2&&(0,o.jsx)(T.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,o.jsx)(T.Typography,{variant:"bodyXS",children:"M\xEDnimo de 6 caracteres"})]})]})]})]}),(0,o.jsx)("div",{children:(0,o.jsx)(R.Checkbox,{name:"termosDeUso",label:(0,o.jsxs)("div",{style:{display:"flex",gap:4},children:[(0,o.jsx)("span",{children:"Li e aceito os"}),(0,o.jsx)("a",{href:a,target:"_blank",style:{color:"var(--color-primary)"},rel:"noreferrer",children:"termos de uso"})]})})}),(0,o.jsx)("div",{children:(0,o.jsx)(T.Button,{type:"submit",fullWidth:!0,disabled:X(y()),children:"Concluir meu cadastro"})})]})}})]})}))}var k1=require("react"),j=require("@s_mart/core"),U=require("@s_mart/form");var b2=require("react");var J=M(require("react"),1);var B=M(require("react")),a5=require("react-dom");var o5=M(g1());var s5="SnackbarContent",I5={root:s5+"-root"};var F="SnackbarItem",_5={contentRoot:F+"-contentRoot",lessPadding:F+"-lessPadding",variantSuccess:F+"-variantSuccess",variantError:F+"-variantError",variantInfo:F+"-variantInfo",variantWarning:F+"-variantWarning",message:F+"-message",action:F+"-action",wrappedRoot:F+"-wrappedRoot"};var W="SnackbarContainer",q5={root:W+"-root",rootDense:W+"-rootDense",top:W+"-top",bottom:W+"-bottom",left:W+"-left",right:W+"-right",center:W+"-center"};var z5=process.env.NODE_ENV!=="production";var S2=M(require("@emotion/styled"),1);var v1=M(require("@emotion/styled"),1),I=require("@emotion/react");var l5=require("react/jsx-runtime"),h1=require("react/jsx-runtime"),N2=require("react/jsx-runtime"),y1=require("react"),x1=M(require("react"),1),b1=M(require("react"),1),S1=M(require("react"),1),C2=M(require("react"),1);var Z1=()=>{let[C,e]=(0,b2.useState)(!1);return(0,b2.useEffect)(()=>{let r=a=>{a.key==="CapsLock"&&e(a.getModifierState("CapsLock"))};return window.addEventListener("keydown",r),()=>{window.removeEventListener("keydown",r)}},[]),C};var _=({defaultValue:C}={})=>{let e=typeof window!="undefined",r=J.default.useCallback(()=>{if(!e){if(C){let{width:u=0,height:d=0}=C;return{width:u,height:d}}return{width:0,height:0}}return{width:window.innerWidth,height:window.innerHeight}},[e,C]),[a,n]=J.default.useState(r()),s=J.default.useCallback(()=>{n(r())},[n,r]);return J.default.useEffect(()=>e?(window.addEventListener("resize",s),()=>{window.removeEventListener("resize",s)}):()=>{},[s,e]),a},K5=S2.default.div`
|
|
153
153
|
display: flex;
|
|
154
154
|
align-items: center;
|
|
155
155
|
justify-content: space-between;
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
align-items: center;
|
|
170
170
|
gap: ${i(8)};
|
|
171
171
|
}
|
|
172
|
-
`,G5=
|
|
172
|
+
`,G5=S2.default.div`
|
|
173
173
|
display: flex;
|
|
174
174
|
flex-direction: column;
|
|
175
175
|
justify-content: center;
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
> *:first-of-type {
|
|
178
178
|
margin-bottom: ${i(4)};
|
|
179
179
|
}
|
|
180
|
-
`,Q5=
|
|
180
|
+
`,Q5=S2.default.div`
|
|
181
181
|
cursor: pointer;
|
|
182
182
|
align-self: flex-start;
|
|
183
|
-
`,C4=
|
|
183
|
+
`,C4=v1.default.i`
|
|
184
184
|
align-self: center;
|
|
185
185
|
display: inline-flex;
|
|
186
186
|
color: ${({color:C})=>C};
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
margin: 0 ${i(4)};
|
|
222
222
|
`}
|
|
223
223
|
}
|
|
224
|
-
`;var L5=
|
|
224
|
+
`;var L5=b1.createContext(null);process.env.NODE_ENV!=="production"&&(L5.displayName="ThemeContext");var E2=M(require("@emotion/styled"));var E1=E2.default.div`
|
|
225
225
|
display: grid;
|
|
226
226
|
gap: ${i(32)};
|
|
227
|
-
`,
|
|
227
|
+
`,w1=E2.default.header`
|
|
228
228
|
display: grid;
|
|
229
229
|
text-align: center;
|
|
230
230
|
gap: ${i(16)};
|
|
231
|
-
`,
|
|
231
|
+
`,T1=E2.default.div`
|
|
232
232
|
display: grid;
|
|
233
233
|
gap: ${i(16)};
|
|
234
234
|
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
> div:last-of-type {
|
|
241
241
|
gap: ${i(8)};
|
|
242
242
|
}
|
|
243
|
-
`;var p=require("react/jsx-runtime");function
|
|
243
|
+
`;var p=require("react/jsx-runtime");function P1(u){var d=u,{logo:C,initialValues:e,onSubmit:r,onEsqueciMinhaSenha:a,errorLabel:n}=d,s=w(d,["logo","initialValues","onSubmit","onEsqueciMinhaSenha","errorLabel"]);let f=typeof C=="string"?(0,p.jsx)("img",{src:C,alt:"Logo do sistema"}):C,{width:h}=_(),g=Z1(),P=(0,k1.useMemo)(()=>b({manterConectado:!1},e),[e]);return(0,p.jsx)(v,E(b({},s),{paperStyle:{minWidth:h>500?456:void 0,width:h>500?void 0:"90%"},children:(0,p.jsxs)(E1,{children:[(0,p.jsx)(w1,{children:C&&(0,p.jsx)("div",{children:f})}),(0,p.jsx)(U.Form,{onSubmit:r,defaultValues:P,children:(0,p.jsxs)(T1,{children:[(0,p.jsxs)("div",{children:[(0,p.jsx)(U.TextField,{name:"email",label:"E-mail de acesso",required:!0,rules:u2([O,H2])}),(0,p.jsxs)("div",{children:[(0,p.jsx)(U.TextField,{name:"senha",label:"Senha de acesso",type:"password",required:!0,rules:O}),g&&(0,p.jsx)(j.Indicator,{severity:"warning",children:"Capslock ativado"}),!!n&&(0,p.jsx)(j.Typography,{variant:"titleXXS",color:H.red[300],children:n})]})]}),(0,p.jsx)(U.Checkbox,{name:"manterConectado",label:"Manter conectado"}),(0,p.jsxs)("div",{children:[(0,p.jsx)(j.Button,{type:"submit",fullWidth:!0,children:"Entrar"}),a&&(0,p.jsx)(j.Button,{type:"button",fullWidth:!0,variant:"text",onClick:a,children:"Esqueci minha senha"})]})]})})]})}))}var q=require("@s_mart/core");var I2=M(require("@emotion/styled"));var $1=I2.default.div`
|
|
244
244
|
display: grid;
|
|
245
245
|
gap: ${i(32)};
|
|
246
246
|
|
|
@@ -248,11 +248,11 @@
|
|
|
248
248
|
display: grid;
|
|
249
249
|
gap: ${i(16)};
|
|
250
250
|
}
|
|
251
|
-
`,
|
|
251
|
+
`,A1=I2.default.header`
|
|
252
252
|
display: grid;
|
|
253
253
|
text-align: center;
|
|
254
254
|
gap: ${i(16)};
|
|
255
|
-
`;var Z=require("react/jsx-runtime");function
|
|
255
|
+
`;var Z=require("react/jsx-runtime");function O1(n){var s=n,{logo:C,onPrecisoDeAjuda:e,onRealizarAcesso:r}=s,a=w(s,["logo","onPrecisoDeAjuda","onRealizarAcesso"]);let u=typeof C=="string"?(0,Z.jsx)("img",{src:C,alt:"Logo do sistema"}):C,{width:d}=_();return(0,Z.jsx)(v,E(b({},a),{paperStyle:{minWidth:d>500?456:void 0,width:d>500?void 0:"90%"},children:(0,Z.jsxs)($1,{children:[(0,Z.jsxs)("div",{children:[(0,Z.jsx)(A1,{children:C&&(0,Z.jsx)("div",{children:u})}),(0,Z.jsxs)("div",{style:{display:"flex",flexDirection:"column",textAlign:"center",gap:4},children:[(0,Z.jsx)(q.Typography,{variant:"bodyMD",children:"O convite que voc\xEA utilizou, j\xE1 foi usado ou expirou."}),(0,Z.jsx)(q.Typography,{variant:"titleSM",children:"Realize o acesso ou solicite um novo convite."})]})]}),(0,Z.jsxs)("div",{children:[(0,Z.jsx)(q.Button,{fullWidth:!0,onClick:r,children:"Realizar acesso"}),(0,Z.jsxs)(q.Button,{fullWidth:!0,variant:"outlined",onClick:e,style:{display:"flex",gap:8},children:[(0,Z.jsx)(q.LIcon,{icon:L2,size:"20px",removeMargin:!0,color:H.green[300]}),"Preciso de ajuda"]})]})]})}))}var e2=require("@s_mart/core");var _2=M(require("@emotion/styled"));var B1=_2.default.div`
|
|
256
256
|
display: grid;
|
|
257
257
|
gap: ${i(32)};
|
|
258
258
|
|
|
@@ -260,21 +260,21 @@
|
|
|
260
260
|
display: grid;
|
|
261
261
|
gap: ${i(16)};
|
|
262
262
|
}
|
|
263
|
-
`,
|
|
263
|
+
`,D1=_2.default.header`
|
|
264
264
|
display: grid;
|
|
265
265
|
text-align: center;
|
|
266
266
|
gap: ${i(16)};
|
|
267
|
-
`;var
|
|
267
|
+
`;var $=require("react/jsx-runtime");function R1(a){var n=a,{logo:C,onVoltarParaLogin:e}=n,r=w(n,["logo","onVoltarParaLogin"]);let s=typeof C=="string"?(0,$.jsx)("img",{src:C,alt:"Logo do sistema"}):C,{width:u}=_();return(0,$.jsx)(v,E(b({},r),{paperStyle:{maxWidth:u>500?456:void 0,width:u>500?void 0:"90%"},children:(0,$.jsxs)(B1,{children:[(0,$.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:24},children:[(0,$.jsx)(D1,{children:C&&(0,$.jsx)("div",{children:s})}),(0,$.jsx)(e2.Typography,{variant:"titleMD",textAlign:"center",children:"Instru\xE7\xF5es enviadas"}),(0,$.jsx)(e2.Typography,{variant:"bodySM",textAlign:"center",children:"Enviamos ao seu e-mail de acesso as instru\xE7\xF5es para criar uma nova senha. Verifique sua caixa de entrada e de Spam."})]}),(0,$.jsx)(e2.Button,{fullWidth:!0,onClick:e,children:"Voltar para login"})]})}))}var k=require("@s_mart/core"),r2=require("@s_mart/form");var Y=M(require("@emotion/styled"));var F1=Y.default.div`
|
|
268
268
|
display: grid;
|
|
269
269
|
gap: ${i(32)};
|
|
270
|
-
`,
|
|
270
|
+
`,N1=Y.default.header`
|
|
271
271
|
display: grid;
|
|
272
272
|
text-align: center;
|
|
273
273
|
gap: ${i(16)};
|
|
274
|
-
`,
|
|
274
|
+
`,I1=Y.default.div`
|
|
275
275
|
display: grid;
|
|
276
276
|
gap: ${i(32)};
|
|
277
|
-
`,
|
|
277
|
+
`,_1=Y.default.div`
|
|
278
278
|
display: grid;
|
|
279
279
|
gap: ${i(4)};
|
|
280
280
|
|
|
@@ -293,11 +293,11 @@
|
|
|
293
293
|
display: grid;
|
|
294
294
|
gap: ${i(4)};
|
|
295
295
|
}
|
|
296
|
-
`,
|
|
296
|
+
`,q1=Y.default.div`
|
|
297
297
|
display: flex;
|
|
298
298
|
flex-wrap: wrap;
|
|
299
299
|
gap: ${i(8)};
|
|
300
|
-
`,
|
|
300
|
+
`,w2=Y.default.div`
|
|
301
301
|
display: flex;
|
|
302
302
|
align-items: center;
|
|
303
303
|
gap: ${i(4)};
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
color: ${H.green[300]};
|
|
315
315
|
border-color: ${H.green[300]};
|
|
316
316
|
`}}
|
|
317
|
-
`;function
|
|
317
|
+
`;function z1(){let C=n=>n?n.match(/[a-z]/i):!1,e=n=>n?n.match(/[0-9]/i):!1,r=n=>n?n.length>=6:!1;return{senhaContemLetra:C,senhaContemNumero:e,senhaContemMinimoDe6Caracteres:r,desabilitarBotaoDeCadastro:n=>!n.senha||!n.confirmarSenha||!C(n.senha)||!e(n.senha)||!r(n.senha)}}var c=require("react/jsx-runtime");function W1(a){var n=a,{logo:C,onTrocarMinhaSenha:e}=n,r=w(n,["logo","onTrocarMinhaSenha"]);let{senhaContemLetra:s,senhaContemNumero:u,senhaContemMinimoDe6Caracteres:d,desabilitarBotaoDeCadastro:f}=z1(),h=typeof C=="string"?(0,c.jsx)("img",{src:C,alt:"Logo do sistema"}):C;return(0,c.jsx)(v,E(b({},r),{children:(0,c.jsxs)(F1,{children:[(0,c.jsxs)(N1,{children:[C&&(0,c.jsx)("div",{children:h}),(0,c.jsx)(k.Typography,{variant:"titleSM",children:"Vamos cadastrar uma nova senha de acesso."})]}),(0,c.jsx)(r2.Form,{onSubmit:e,children:({watch:g})=>{let P=s(g("senha")),X=u(g("senha")),D=d(g("senha"));return(0,c.jsxs)(I1,{children:[(0,c.jsxs)(_1,{children:[(0,c.jsxs)("div",{children:[(0,c.jsx)(r2.TextField,{type:"password",name:"senha",label:"Senha de acesso",required:!0,rules:O}),(0,c.jsx)(r2.TextField,{type:"password",name:"confirmarSenha",label:"Confirme sua senha",required:!0,rules:{validate:y=>{if(!y)return"Campo obrigat\xF3rio";if(y!==g("senha"))return"As senhas devem ser iguais"}}})]}),(0,c.jsxs)("div",{children:[(0,c.jsx)(k.Typography,{variant:"bodyXS",children:"Sua senha precisa conter:"}),(0,c.jsxs)(q1,{children:[(0,c.jsxs)(w2,{checked:Boolean(P),children:[P&&(0,c.jsx)(k.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,c.jsx)(k.Typography,{variant:"bodyXS",children:"Uma letra"})]}),(0,c.jsxs)(w2,{checked:Boolean(X),children:[X&&(0,c.jsx)(k.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,c.jsx)(k.Typography,{variant:"bodyXS",children:"Um n\xFAmero"})]}),(0,c.jsxs)(w2,{checked:Boolean(D),children:[D&&(0,c.jsx)(k.LIcon,{icon:N,size:"16px",removeMargin:!0}),(0,c.jsx)(k.Typography,{variant:"bodyXS",children:"M\xEDnimo de 6 caracteres"})]})]})]})]}),(0,c.jsx)("div",{children:(0,c.jsx)(k.Button,{type:"submit",fullWidth:!0,disabled:f(g()),children:"Trocar minha senha"})})]})}})]})}))}var G=require("@s_mart/core");var T2=M(require("@emotion/styled"));var j1=T2.default.div`
|
|
318
318
|
display: grid;
|
|
319
319
|
gap: ${i(32)};
|
|
320
320
|
|
|
@@ -322,11 +322,11 @@
|
|
|
322
322
|
display: grid;
|
|
323
323
|
gap: ${i(16)};
|
|
324
324
|
}
|
|
325
|
-
`,
|
|
325
|
+
`,U1=T2.default.header`
|
|
326
326
|
display: grid;
|
|
327
327
|
text-align: center;
|
|
328
328
|
gap: ${i(16)};
|
|
329
|
-
`,
|
|
329
|
+
`,Y1=T2.default.div`
|
|
330
330
|
display: grid;
|
|
331
331
|
gap: ${i(32)};
|
|
332
332
|
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
display: grid;
|
|
335
335
|
gap: ${i(16)};
|
|
336
336
|
}
|
|
337
|
-
`;var
|
|
337
|
+
`;var k2=require("@s_mart/form");var m=require("react/jsx-runtime");function X1(n){var s=n,{logo:C,onVoltarParaLogin:e,onConfirmar:r}=s,a=w(s,["logo","onVoltarParaLogin","onConfirmar"]);let u=typeof C=="string"?(0,m.jsx)("img",{src:C,alt:"Logo do sistema"}):C,{width:d}=_();return(0,m.jsx)(v,E(b({},a),{paperStyle:{minWidth:d>500?456:void 0,width:d>500?void 0:"90%"},children:(0,m.jsxs)(j1,{children:[(0,m.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:24},children:[(0,m.jsx)(U1,{children:C&&(0,m.jsx)("div",{children:u})}),(0,m.jsx)(G.Typography,{variant:"titleMD",textAlign:"center",children:"Esqueceu a senha?"}),(0,m.jsx)(G.Typography,{variant:"bodySM",textAlign:"center",children:"Informe seu e-mail de acesso para receber instru\xE7\xF5es e criar uma nova senha."})]}),(0,m.jsx)(k2.Form,{onSubmit:r,children:(0,m.jsxs)(Y1,{children:[(0,m.jsx)("div",{children:(0,m.jsx)(k2.TextField,{name:"email",label:"E-mail de acesso",required:!0,rules:u2([O,H2])})}),(0,m.jsxs)("div",{children:[(0,m.jsx)(G.Button,{fullWidth:!0,type:"submit",children:"Confirmar"}),(0,m.jsx)(G.Button,{fullWidth:!0,onClick:e,variant:"neutral",children:"Voltar para login"})]})]})})]})}))}0&&(module.exports={TelaCadastro,TelaConviteExpirado,TelaEsqueceuSenha,TelaInstrucoesEnviadas,TelaLogin,TelaNovaSenha,TemplateTelaBase});
|
|
338
338
|
/**
|
|
339
339
|
* @mui/material v5.11.7
|
|
340
340
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var p3=Object.create;var
|
|
1
|
+
var p3=Object.create;var h2=Object.defineProperty,V3=Object.defineProperties,f3=Object.getOwnPropertyDescriptor,m3=Object.getOwnPropertyDescriptors,M3=Object.getOwnPropertyNames,e2=Object.getOwnPropertySymbols,g3=Object.getPrototypeOf,y2=Object.prototype.hasOwnProperty,I2=Object.prototype.propertyIsEnumerable;var N2=(C,e,r)=>e in C?h2(C,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):C[e]=r,Z=(C,e)=>{for(var r in e||(e={}))y2.call(e,r)&&N2(C,r,e[r]);if(e2)for(var r of e2(e))I2.call(e,r)&&N2(C,r,e[r]);return C},y=(C,e)=>V3(C,m3(e));var x=(C,e)=>{var r={};for(var a in C)y2.call(C,a)&&e.indexOf(a)<0&&(r[a]=C[a]);if(C!=null&&e2)for(var a of e2(C))e.indexOf(a)<0&&I2.call(C,a)&&(r[a]=C[a]);return r};var r2=(C,e)=>()=>(e||C((e={exports:{}}).exports,e),e.exports);var Z3=(C,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of M3(e))!y2.call(C,n)&&n!==r&&h2(C,n,{get:()=>e[n],enumerable:!(a=f3(e,n))||a.enumerable});return C};var v3=(C,e,r)=>(r=C!=null?p3(g3(C)):{},Z3(e||!C||!C.__esModule?h2(r,"default",{value:C,enumerable:!0}):r,C));var r1=r2(s=>{"use strict";var H=typeof Symbol=="function"&&Symbol.for,S2=H?Symbol.for("react.element"):60103,E2=H?Symbol.for("react.portal"):60106,l2=H?Symbol.for("react.fragment"):60107,L2=H?Symbol.for("react.strict_mode"):60108,c2=H?Symbol.for("react.profiler"):60114,d2=H?Symbol.for("react.provider"):60109,u2=H?Symbol.for("react.context"):60110,w2=H?Symbol.for("react.async_mode"):60111,H2=H?Symbol.for("react.concurrent_mode"):60111,p2=H?Symbol.for("react.forward_ref"):60112,V2=H?Symbol.for("react.suspense"):60113,Y3=H?Symbol.for("react.suspense_list"):60120,f2=H?Symbol.for("react.memo"):60115,m2=H?Symbol.for("react.lazy"):60116,X3=H?Symbol.for("react.block"):60121,K3=H?Symbol.for("react.fundamental"):60117,G3=H?Symbol.for("react.responder"):60118,Q3=H?Symbol.for("react.scope"):60119;function h(C){if(typeof C=="object"&&C!==null){var e=C.$$typeof;switch(e){case S2:switch(C=C.type,C){case w2:case H2:case l2:case c2:case L2:case V2:return C;default:switch(C=C&&C.$$typeof,C){case u2:case p2:case m2:case f2:case d2:return C;default:return e}}case E2:return e}}}function e1(C){return h(C)===H2}s.AsyncMode=w2;s.ConcurrentMode=H2;s.ContextConsumer=u2;s.ContextProvider=d2;s.Element=S2;s.ForwardRef=p2;s.Fragment=l2;s.Lazy=m2;s.Memo=f2;s.Portal=E2;s.Profiler=c2;s.StrictMode=L2;s.Suspense=V2;s.isAsyncMode=function(C){return e1(C)||h(C)===w2};s.isConcurrentMode=e1;s.isContextConsumer=function(C){return h(C)===u2};s.isContextProvider=function(C){return h(C)===d2};s.isElement=function(C){return typeof C=="object"&&C!==null&&C.$$typeof===S2};s.isForwardRef=function(C){return h(C)===p2};s.isFragment=function(C){return h(C)===l2};s.isLazy=function(C){return h(C)===m2};s.isMemo=function(C){return h(C)===f2};s.isPortal=function(C){return h(C)===E2};s.isProfiler=function(C){return h(C)===c2};s.isStrictMode=function(C){return h(C)===L2};s.isSuspense=function(C){return h(C)===V2};s.isValidElementType=function(C){return typeof C=="string"||typeof C=="function"||C===l2||C===H2||C===c2||C===L2||C===V2||C===Y3||typeof C=="object"&&C!==null&&(C.$$typeof===m2||C.$$typeof===f2||C.$$typeof===d2||C.$$typeof===u2||C.$$typeof===p2||C.$$typeof===K3||C.$$typeof===G3||C.$$typeof===Q3||C.$$typeof===X3)};s.typeOf=h});var i1=r2(l=>{"use strict";process.env.NODE_ENV!=="production"&&function(){"use strict";var C=typeof Symbol=="function"&&Symbol.for,e=C?Symbol.for("react.element"):60103,r=C?Symbol.for("react.portal"):60106,a=C?Symbol.for("react.fragment"):60107,n=C?Symbol.for("react.strict_mode"):60108,o=C?Symbol.for("react.profiler"):60114,c=C?Symbol.for("react.provider"):60109,L=C?Symbol.for("react.context"):60110,p=C?Symbol.for("react.async_mode"):60111,m=C?Symbol.for("react.concurrent_mode"):60111,f=C?Symbol.for("react.forward_ref"):60112,E=C?Symbol.for("react.suspense"):60113,N=C?Symbol.for("react.suspense_list"):60120,P=C?Symbol.for("react.memo"):60115,M=C?Symbol.for("react.lazy"):60116,K=C?Symbol.for("react.block"):60121,G=C?Symbol.for("react.fundamental"):60117,Q=C?Symbol.for("react.responder"):60118,J=C?Symbol.for("react.scope"):60119;function q1(t){return typeof t=="string"||typeof t=="function"||t===a||t===m||t===o||t===n||t===E||t===N||typeof t=="object"&&t!==null&&(t.$$typeof===M||t.$$typeof===P||t.$$typeof===c||t.$$typeof===L||t.$$typeof===f||t.$$typeof===G||t.$$typeof===Q||t.$$typeof===J||t.$$typeof===K)}function g(t){if(typeof t=="object"&&t!==null){var v2=t.$$typeof;switch(v2){case e:var C2=t.type;switch(C2){case p:case m:case a:case o:case n:case E:return C2;default:var F2=C2&&C2.$$typeof;switch(F2){case L:case f:case M:case P:case c:return F2;default:return v2}}case r:return v2}}}var z1=p,W1=m,j1=L,U1=c,Y1=e,X1=f,K1=a,G1=M,Q1=P,J1=r,C3=o,e3=n,r3=E,D2=!1;function i3(t){return D2||(D2=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),R2(t)||g(t)===p}function R2(t){return g(t)===m}function n3(t){return g(t)===L}function t3(t){return g(t)===c}function a3(t){return typeof t=="object"&&t!==null&&t.$$typeof===e}function o3(t){return g(t)===f}function s3(t){return g(t)===a}function l3(t){return g(t)===M}function L3(t){return g(t)===P}function c3(t){return g(t)===r}function d3(t){return g(t)===o}function u3(t){return g(t)===n}function H3(t){return g(t)===E}l.AsyncMode=z1,l.ConcurrentMode=W1,l.ContextConsumer=j1,l.ContextProvider=U1,l.Element=Y1,l.ForwardRef=X1,l.Fragment=K1,l.Lazy=G1,l.Memo=Q1,l.Portal=J1,l.Profiler=C3,l.StrictMode=e3,l.Suspense=r3,l.isAsyncMode=i3,l.isConcurrentMode=R2,l.isContextConsumer=n3,l.isContextProvider=t3,l.isElement=a3,l.isForwardRef=o3,l.isFragment=s3,l.isLazy=l3,l.isMemo=L3,l.isPortal=c3,l.isProfiler=d3,l.isStrictMode=u3,l.isSuspense=H3,l.isValidElementType=q1,l.typeOf=g}()});var n1=r2((o4,T2)=>{"use strict";process.env.NODE_ENV==="production"?T2.exports=r1():T2.exports=i1()});var c1=r2((s4,L1)=>{"use strict";var k2=n1(),J3={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},C5={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},e5={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s1={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},P2={};P2[k2.ForwardRef]=e5;P2[k2.Memo]=s1;function t1(C){return k2.isMemo(C)?s1:P2[C.$$typeof]||J3}var r5=Object.defineProperty,i5=Object.getOwnPropertyNames,a1=Object.getOwnPropertySymbols,n5=Object.getOwnPropertyDescriptor,t5=Object.getPrototypeOf,o1=Object.prototype;function l1(C,e,r){if(typeof e!="string"){if(o1){var a=t5(e);a&&a!==o1&&l1(C,a,r)}var n=i5(e);a1&&(n=n.concat(a1(e)));for(var o=t1(C),c=t1(e),L=0;L<n.length;++L){var p=n[L];if(!C5[p]&&!(r&&r[p])&&!(c&&c[p])&&!(o&&o[p])){var m=n5(e,p);try{r5(C,p,m)}catch(f){}}}}return C}L1.exports=l1});import{LIcon as O3,Typography as B3}from"@s_mart/core";import{telefone as D3}from"@s_mart/masks";var A={description:"M37.4802 11.2595L18.4955 30.6836L11.5198 23.5465C11.1816 23.2004 10.6333 23.2004 10.295 23.5465L8.25365 25.635C7.91545 25.9811 7.91545 26.5421 8.25365 26.8882L17.8831 36.7405C18.2213 37.0865 18.7696 37.0865 19.1079 36.7405L40.7463 14.6013C41.0845 14.2553 41.0845 13.6942 40.7463 13.3481L38.705 11.2595C38.3668 10.9135 37.8184 10.9135 37.4802 11.2595Z",viewBox:"0 0 48 48",id:"line-check-regular"};var i2={description:"M35.2071 12.65C32.2143 9.65 28.2286 8 23.9929 8C15.25 8 8.13571 15.1143 8.13571 23.8571C8.13571 26.65 8.86429 29.3786 10.25 31.7857L8 40L16.4071 37.7929C18.7214 39.0571 21.3286 39.7214 23.9857 39.7214H23.9929C32.7286 39.7214 40 32.6071 40 23.8643C40 19.6286 38.2 15.65 35.2071 12.65ZM23.9929 37.05C21.6214 37.05 19.3 36.4143 17.2786 35.2143L16.8 34.9286L11.8143 36.2357L13.1429 31.3714L12.8286 30.8714C11.5071 28.7714 10.8143 26.35 10.8143 23.8571C10.8143 16.5929 16.7286 10.6786 24 10.6786C27.5214 10.6786 30.8286 12.05 33.3143 14.5429C35.8 17.0357 37.3286 20.3429 37.3214 23.8643C37.3214 31.1357 31.2571 37.05 23.9929 37.05ZM31.2214 27.1786C30.8286 26.9786 28.8786 26.0214 28.5143 25.8929C28.15 25.7571 27.8857 25.6929 27.6214 26.0929C27.3571 26.4929 26.6 27.3786 26.3643 27.65C26.1357 27.9143 25.9 27.95 25.5071 27.75C23.1786 26.5857 21.65 25.6714 20.1143 23.0357C19.7071 22.3357 20.5214 22.3857 21.2786 20.8714C21.4071 20.6071 21.3429 20.3786 21.2429 20.1786C21.1429 19.9786 20.35 18.0286 20.0214 17.2357C19.7 16.4643 19.3714 16.5714 19.1286 16.5571C18.9 16.5429 18.6357 16.5429 18.3714 16.5429C18.1071 16.5429 17.6786 16.6429 17.3143 17.0357C16.95 17.4357 15.9286 18.3929 15.9286 20.3429C15.9286 22.2929 17.35 24.1786 17.5429 24.4429C17.7429 24.7071 20.3357 28.7071 24.3143 30.4286C26.8286 31.5143 27.8143 31.6071 29.0714 31.4214C29.8357 31.3071 31.4143 30.4643 31.7429 29.5357C32.0714 28.6071 32.0714 27.8143 31.9714 27.65C31.8786 27.4714 31.6143 27.3714 31.2214 27.1786Z",viewBox:"0 0 48 48",id:"line-whatsapp-regular"};var i=C=>`${C/16}rem`;import q from"@emotion/styled";var h3=Object.defineProperty,y3=(C,e)=>{for(var r in e)h3(C,r,{get:e[r],enumerable:!0})},d={};y3(d,{blue:()=>b3,green:()=>T3,neutral:()=>A3,red:()=>E3,yellow:()=>P3});var x3={75:"#AFD2FF",100:"#689DCB",300:"#045BA8",500:"#132C70"},b3=x3,S3={75:"#FEBCAC",100:"#F5917F",300:"#EF4829",500:"#BD2601"},E3=S3,w3={75:"#D6EEBC",100:"#A5D770",300:"#49BF00",500:"#518133"},T3=w3,k3={75:"#FDEFB3",100:"#FFE380",300:"#FFAB00",500:"#C56C00"},P3=k3,$3={0:"#FFFFFF",10:"#FBFBFB",20:"#F4F5F7",30:"#EEEEEE",40:"#DBDBDB",50:"#CACACA",100:"#8B8B8B",500:"#555555",600:"#464646",800:"#2E2E2E",900:"#262626"},A3=$3;var _2=q.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
align-items: center;
|
|
@@ -18,7 +18,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
18
18
|
@media (max-height: 600px) {
|
|
19
19
|
justify-content: flex-start;
|
|
20
20
|
}
|
|
21
|
-
`,
|
|
21
|
+
`,q2=q.div`
|
|
22
22
|
position: absolute;
|
|
23
23
|
left: 0;
|
|
24
24
|
bottom: 32px;
|
|
@@ -27,7 +27,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
27
27
|
@media (max-width: 768px) {
|
|
28
28
|
display: none;
|
|
29
29
|
}
|
|
30
|
-
`,
|
|
30
|
+
`,z2=q.h1`
|
|
31
31
|
position: absolute;
|
|
32
32
|
left: 32px;
|
|
33
33
|
top: 32px;
|
|
@@ -66,7 +66,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
66
66
|
@media (max-width: 500px) {
|
|
67
67
|
display: none;
|
|
68
68
|
}
|
|
69
|
-
`,W2=
|
|
69
|
+
`,W2=q.div`
|
|
70
70
|
position: relative;
|
|
71
71
|
z-index: 2;
|
|
72
72
|
|
|
@@ -75,7 +75,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
75
75
|
margin: ${i(16)};
|
|
76
76
|
|
|
77
77
|
background-color: ${({theme:C})=>C.palette.common.white};
|
|
78
|
-
`,
|
|
78
|
+
`,j2=q.button`
|
|
79
79
|
position: relative;
|
|
80
80
|
z-index: 2;
|
|
81
81
|
|
|
@@ -99,17 +99,17 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
99
99
|
color: ${d.green[300]};
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
`;import{jsx as
|
|
102
|
+
`;import{jsx as z,jsxs as x2}from"react/jsx-runtime";function v({children:C,whatsapp:e,textoChamativo:r,style:a,paperStyle:n,ilustracao:o}){return x2(_2,{style:a,children:[r&&z(z2,{children:r}),o&&z(q2,{children:typeof o=="string"?z("img",{src:o,alt:"Logo do sistema"}):o}),z(W2,{style:n,children:C}),e&&x2(j2,{onClick:()=>{window.open(`https://api.whatsapp.com/send?phone=${e}`)},style:{marginBottom:16},children:[x2(B3,{variant:"bodyXS",children:["Com d\xFAvidas? ",D3.format(e.slice(2))]}),z(O3,{icon:i2,size:"20px",removeMargin:!0})]})]})}import{Button as z3,LIcon as b2,Typography as W}from"@s_mart/core";import{Checkbox as W3,Form as j3,TextField as s2}from"@s_mart/form";var R3=Object.defineProperty,F3=Object.defineProperties,N3=Object.getOwnPropertyDescriptors,U2=Object.getOwnPropertySymbols,I3=Object.prototype.hasOwnProperty,_3=Object.prototype.propertyIsEnumerable,Y2=(C,e,r)=>e in C?R3(C,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):C[e]=r,n2=(C,e)=>{for(var r in e||(e={}))I3.call(e,r)&&Y2(C,r,e[r]);if(U2)for(var r of U2(e))_3.call(e,r)&&Y2(C,r,e[r]);return C},q3=(C,e)=>F3(C,N3(e));var t2=C=>{let e={validate:{}};return C.forEach(r=>{e=q3(n2(n2({},e),r),{validate:n2(n2({},e.validate),r.validate)})}),e},T={validate:{required:C=>{if(!C)return"Campo obrigat\xF3rio"}}};var a2={validate:{email:C=>{if(C&&!/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i.test(C))return"O email \xE9 inv\xE1lido"}}};import I from"@emotion/styled";var X2=I.div`
|
|
103
103
|
display: grid;
|
|
104
104
|
gap: ${i(32)};
|
|
105
|
-
`,
|
|
105
|
+
`,K2=I.header`
|
|
106
106
|
display: grid;
|
|
107
107
|
text-align: center;
|
|
108
108
|
gap: ${i(16)};
|
|
109
|
-
`,
|
|
109
|
+
`,G2=I.div`
|
|
110
110
|
display: grid;
|
|
111
111
|
gap: ${i(32)};
|
|
112
|
-
`,
|
|
112
|
+
`,Q2=I.div`
|
|
113
113
|
display: grid;
|
|
114
114
|
gap: ${i(4)};
|
|
115
115
|
|
|
@@ -128,11 +128,11 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
128
128
|
display: grid;
|
|
129
129
|
gap: ${i(4)};
|
|
130
130
|
}
|
|
131
|
-
`,
|
|
131
|
+
`,J2=I.div`
|
|
132
132
|
display: flex;
|
|
133
133
|
flex-wrap: wrap;
|
|
134
134
|
gap: ${i(8)};
|
|
135
|
-
`,
|
|
135
|
+
`,o2=I.div`
|
|
136
136
|
display: flex;
|
|
137
137
|
align-items: center;
|
|
138
138
|
gap: ${i(4)};
|
|
@@ -149,7 +149,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
149
149
|
color: ${d.green[300]};
|
|
150
150
|
border-color: ${d.green[300]};
|
|
151
151
|
`}}
|
|
152
|
-
`;function
|
|
152
|
+
`;function C1(){let C=n=>n?n.match(/[a-z]/i):!1,e=n=>n?n.match(/[0-9]/i):!1,r=n=>n?n.length>=6:!1;return{senhaContemLetra:C,senhaContemNumero:e,senhaContemMinimoDe6Caracteres:r,desabilitarBotaoDeCadastro:n=>!n.email||!n.senha||!n.confirmarSenha||!n.termosDeUso||!C(n.senha)||!e(n.senha)||!r(n.senha)}}import{jsx as u,jsxs as b}from"react/jsx-runtime";function U3(L){var p=L,{logo:C,nomeSistema:e,onSubmit:r,linkTermosDeUso:a,email:n,nome:o}=p,c=x(p,["logo","nomeSistema","onSubmit","linkTermosDeUso","email","nome"]);let{senhaContemLetra:m,senhaContemNumero:f,senhaContemMinimoDe6Caracteres:E,desabilitarBotaoDeCadastro:N}=C1(),P=typeof C=="string"?u("img",{src:C,alt:"Logo do sistema"}):C;return u(v,y(Z({},c),{children:b(X2,{children:[b(K2,{children:[C&&u("div",{children:P}),b(W,{variant:"titleSM",children:["Vamos cadastrar uma senha de acesso ao ",e,"."]})]}),u(j3,{onSubmit:r,defaultValues:{email:n,nome:o,termosDeUso:!1},children:({watch:M})=>{let K=m(M("senha")),G=f(M("senha")),Q=E(M("senha"));return b(G2,{children:[u(s2,{name:"email",label:"E-mail de acesso",required:!0,disabled:!0}),u(s2,{name:"nome",label:"Nome completo",required:!0,rules:T}),b(Q2,{children:[b("div",{children:[u(s2,{type:"password",name:"senha",label:"Senha de acesso",required:!0,rules:T}),u(s2,{type:"password",name:"confirmarSenha",label:"Confirme sua senha",required:!0,rules:{validate:J=>{if(!J)return"Campo obrigat\xF3rio";if(J!==M("senha"))return"As senhas devem ser iguais"}}})]}),b("div",{children:[u(W,{variant:"bodyXS",children:"Sua senha precisa conter:"}),b(J2,{children:[b(o2,{checked:Boolean(K),children:[K&&u(b2,{icon:A,size:"16px",removeMargin:!0}),u(W,{variant:"bodyXS",children:"Uma letra"})]}),b(o2,{checked:Boolean(G),children:[G&&u(b2,{icon:A,size:"16px",removeMargin:!0}),u(W,{variant:"bodyXS",children:"Um n\xFAmero"})]}),b(o2,{checked:Boolean(Q),children:[Q&&u(b2,{icon:A,size:"16px",removeMargin:!0}),u(W,{variant:"bodyXS",children:"M\xEDnimo de 6 caracteres"})]})]})]})]}),u("div",{children:u(W3,{name:"termosDeUso",label:b("div",{style:{display:"flex",gap:4},children:[u("span",{children:"Li e aceito os"}),u("a",{href:a,target:"_blank",style:{color:"var(--color-primary)"},rel:"noreferrer",children:"termos de uso"})]})})}),u("div",{children:u(z3,{type:"submit",fullWidth:!0,disabled:N(M()),children:"Concluir meu cadastro"})})]})}})]})}))}import{useMemo as d5}from"react";import{Button as M1,Indicator as u5,Typography as H5}from"@s_mart/core";import{Checkbox as p5,Form as V5,TextField as g1}from"@s_mart/form";import{useEffect as s5,useState as l5}from"react";import M2 from"react";import c4,{forwardRef as d4,useRef as u4,useCallback as H4,useLayoutEffect as p4,useEffect as V4,createElement as f4,useState as m4,Component as M4,useContext as g4}from"react";import{createPortal as v4}from"react-dom";var a5=v3(c1());var o5="SnackbarContent",y4={root:o5+"-root"};var $="SnackbarItem",x4={contentRoot:$+"-contentRoot",lessPadding:$+"-lessPadding",variantSuccess:$+"-variantSuccess",variantError:$+"-variantError",variantInfo:$+"-variantInfo",variantWarning:$+"-variantWarning",message:$+"-message",action:$+"-action",wrappedRoot:$+"-wrappedRoot"};var D="SnackbarContainer",b4={root:D+"-root",rootDense:D+"-rootDense",top:D+"-top",bottom:D+"-bottom",left:D+"-left",right:D+"-right",center:D+"-center"};var S4=process.env.NODE_ENV!=="production";import $2 from"@emotion/styled";import L5 from"@emotion/styled";import{css as R}from"@emotion/react";import{jsx as z4}from"react/jsx-runtime";import{Fragment as j4,jsx as U4}from"react/jsx-runtime";import{Fragment as X4,jsx as K4,jsxs as G4}from"react/jsx-runtime";import{useEffect as J4,useRef as C8}from"react";import*as u1 from"react";import*as H1 from"react";import*as p1 from"react";import*as j from"react";var d1=()=>{let[C,e]=l5(!1);return s5(()=>{let r=a=>{a.key==="CapsLock"&&e(a.getModifierState("CapsLock"))};return window.addEventListener("keydown",r),()=>{window.removeEventListener("keydown",r)}},[]),C};var O=({defaultValue:C}={})=>{let e=typeof window!="undefined",r=M2.useCallback(()=>{if(!e){if(C){let{width:c=0,height:L=0}=C;return{width:c,height:L}}return{width:0,height:0}}return{width:window.innerWidth,height:window.innerHeight}},[e,C]),[a,n]=M2.useState(r()),o=M2.useCallback(()=>{n(r())},[n,r]);return M2.useEffect(()=>e?(window.addEventListener("resize",o),()=>{window.removeEventListener("resize",o)}):()=>{},[o,e]),a},B4=$2.div`
|
|
153
153
|
display: flex;
|
|
154
154
|
align-items: center;
|
|
155
155
|
justify-content: space-between;
|
|
@@ -169,7 +169,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
169
169
|
align-items: center;
|
|
170
170
|
gap: ${i(8)};
|
|
171
171
|
}
|
|
172
|
-
`,D4
|
|
172
|
+
`,D4=$2.div`
|
|
173
173
|
display: flex;
|
|
174
174
|
flex-direction: column;
|
|
175
175
|
justify-content: center;
|
|
@@ -177,7 +177,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
177
177
|
> *:first-of-type {
|
|
178
178
|
margin-bottom: ${i(4)};
|
|
179
179
|
}
|
|
180
|
-
`,R4
|
|
180
|
+
`,R4=$2.div`
|
|
181
181
|
cursor: pointer;
|
|
182
182
|
align-self: flex-start;
|
|
183
183
|
`,_4=L5.i`
|
|
@@ -191,23 +191,23 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
191
191
|
z-index: 0 !important;
|
|
192
192
|
outline: 0 !important;
|
|
193
193
|
|
|
194
|
-
${({left:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&
|
|
194
|
+
${({left:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&R`
|
|
195
195
|
left: ${C};
|
|
196
196
|
`}
|
|
197
197
|
|
|
198
|
-
${({right:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&
|
|
198
|
+
${({right:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&R`
|
|
199
199
|
right: ${C};
|
|
200
200
|
`}
|
|
201
201
|
|
|
202
|
-
${({top:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&
|
|
202
|
+
${({top:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&R`
|
|
203
203
|
top: ${C};
|
|
204
204
|
`}
|
|
205
205
|
|
|
206
|
-
${({bottom:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&
|
|
206
|
+
${({bottom:C})=>(typeof C=="string"||typeof C=="number"&&C>0)&&R`
|
|
207
207
|
bottom: ${C};
|
|
208
208
|
`}
|
|
209
209
|
|
|
210
|
-
${({color:C})=>{let e=C;return C==="inherit"&&(e="currentColor"),
|
|
210
|
+
${({color:C})=>{let e=C;return C==="inherit"&&(e="currentColor"),R`
|
|
211
211
|
fill: ${e};
|
|
212
212
|
`}}
|
|
213
213
|
position: relative;
|
|
@@ -215,20 +215,20 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
215
215
|
height: ${({height:C})=>C} !important;
|
|
216
216
|
width: ${({width:C})=>C} !important;
|
|
217
217
|
|
|
218
|
-
${({removeMargin:C})=>C?
|
|
218
|
+
${({removeMargin:C})=>C?R`
|
|
219
219
|
margin: 0;
|
|
220
|
-
`:
|
|
220
|
+
`:R`
|
|
221
221
|
margin: 0 ${i(4)};
|
|
222
222
|
`}
|
|
223
223
|
}
|
|
224
|
-
`;var c5=
|
|
224
|
+
`;var c5=H1.createContext(null);process.env.NODE_ENV!=="production"&&(c5.displayName="ThemeContext");import A2 from"@emotion/styled";var V1=A2.div`
|
|
225
225
|
display: grid;
|
|
226
226
|
gap: ${i(32)};
|
|
227
|
-
`,
|
|
227
|
+
`,f1=A2.header`
|
|
228
228
|
display: grid;
|
|
229
229
|
text-align: center;
|
|
230
230
|
gap: ${i(16)};
|
|
231
|
-
`,
|
|
231
|
+
`,m1=A2.div`
|
|
232
232
|
display: grid;
|
|
233
233
|
gap: ${i(16)};
|
|
234
234
|
|
|
@@ -240,7 +240,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
240
240
|
> div:last-of-type {
|
|
241
241
|
gap: ${i(8)};
|
|
242
242
|
}
|
|
243
|
-
`;import{jsx as
|
|
243
|
+
`;import{jsx as S,jsxs as U}from"react/jsx-runtime";function f5(c){var L=c,{logo:C,initialValues:e,onSubmit:r,onEsqueciMinhaSenha:a,errorLabel:n}=L,o=x(L,["logo","initialValues","onSubmit","onEsqueciMinhaSenha","errorLabel"]);let p=typeof C=="string"?S("img",{src:C,alt:"Logo do sistema"}):C,{width:m}=O(),f=d1(),E=d5(()=>Z({manterConectado:!1},e),[e]);return S(v,y(Z({},o),{paperStyle:{minWidth:m>500?456:void 0,width:m>500?void 0:"90%"},children:U(V1,{children:[S(f1,{children:C&&S("div",{children:p})}),S(V5,{onSubmit:r,defaultValues:E,children:U(m1,{children:[U("div",{children:[S(g1,{name:"email",label:"E-mail de acesso",required:!0,rules:t2([T,a2])}),U("div",{children:[S(g1,{name:"senha",label:"Senha de acesso",type:"password",required:!0,rules:T}),f&&S(u5,{severity:"warning",children:"Capslock ativado"}),!!n&&S(H5,{variant:"titleXXS",color:d.red[300],children:n})]})]}),S(p5,{name:"manterConectado",label:"Manter conectado"}),U("div",{children:[S(M1,{type:"submit",fullWidth:!0,children:"Entrar"}),a&&S(M1,{type:"button",fullWidth:!0,variant:"text",onClick:a,children:"Esqueci minha senha"})]})]})})]})}))}import{Button as y1,LIcon as m5,Typography as x1}from"@s_mart/core";import Z1 from"@emotion/styled";var v1=Z1.div`
|
|
244
244
|
display: grid;
|
|
245
245
|
gap: ${i(32)};
|
|
246
246
|
|
|
@@ -248,11 +248,11 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
248
248
|
display: grid;
|
|
249
249
|
gap: ${i(16)};
|
|
250
250
|
}
|
|
251
|
-
`,
|
|
251
|
+
`,h1=Z1.header`
|
|
252
252
|
display: grid;
|
|
253
253
|
text-align: center;
|
|
254
254
|
gap: ${i(16)};
|
|
255
|
-
`;import{jsx as B,jsxs as
|
|
255
|
+
`;import{jsx as B,jsxs as Y}from"react/jsx-runtime";function M5(n){var o=n,{logo:C,onPrecisoDeAjuda:e,onRealizarAcesso:r}=o,a=x(o,["logo","onPrecisoDeAjuda","onRealizarAcesso"]);let c=typeof C=="string"?B("img",{src:C,alt:"Logo do sistema"}):C,{width:L}=O();return B(v,y(Z({},a),{paperStyle:{minWidth:L>500?456:void 0,width:L>500?void 0:"90%"},children:Y(v1,{children:[Y("div",{children:[B(h1,{children:C&&B("div",{children:c})}),Y("div",{style:{display:"flex",flexDirection:"column",textAlign:"center",gap:4},children:[B(x1,{variant:"bodyMD",children:"O convite que voc\xEA utilizou, j\xE1 foi usado ou expirou."}),B(x1,{variant:"titleSM",children:"Realize o acesso ou solicite um novo convite."})]})]}),Y("div",{children:[B(y1,{fullWidth:!0,onClick:r,children:"Realizar acesso"}),Y(y1,{fullWidth:!0,variant:"outlined",onClick:e,style:{display:"flex",gap:8},children:[B(m5,{icon:i2,size:"20px",removeMargin:!0,color:d.green[300]}),"Preciso de ajuda"]})]})]})}))}import{Button as g5,Typography as w1}from"@s_mart/core";import b1 from"@emotion/styled";var S1=b1.div`
|
|
256
256
|
display: grid;
|
|
257
257
|
gap: ${i(32)};
|
|
258
258
|
|
|
@@ -260,21 +260,21 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
260
260
|
display: grid;
|
|
261
261
|
gap: ${i(16)};
|
|
262
262
|
}
|
|
263
|
-
`,
|
|
263
|
+
`,E1=b1.header`
|
|
264
264
|
display: grid;
|
|
265
265
|
text-align: center;
|
|
266
266
|
gap: ${i(16)};
|
|
267
|
-
`;import{jsx as F,jsxs as
|
|
267
|
+
`;import{jsx as F,jsxs as T1}from"react/jsx-runtime";function Z5(a){var n=a,{logo:C,onVoltarParaLogin:e}=n,r=x(n,["logo","onVoltarParaLogin"]);let o=typeof C=="string"?F("img",{src:C,alt:"Logo do sistema"}):C,{width:c}=O();return F(v,y(Z({},r),{paperStyle:{maxWidth:c>500?456:void 0,width:c>500?void 0:"90%"},children:T1(S1,{children:[T1("div",{style:{display:"flex",flexDirection:"column",gap:24},children:[F(E1,{children:C&&F("div",{children:o})}),F(w1,{variant:"titleMD",textAlign:"center",children:"Instru\xE7\xF5es enviadas"}),F(w1,{variant:"bodySM",textAlign:"center",children:"Enviamos ao seu e-mail de acesso as instru\xE7\xF5es para criar uma nova senha. Verifique sua caixa de entrada e de Spam."})]}),F(g5,{fullWidth:!0,onClick:e,children:"Voltar para login"})]})}))}import{Button as v5,LIcon as O2,Typography as X}from"@s_mart/core";import{Form as h5,TextField as D1}from"@s_mart/form";import _ from"@emotion/styled";var k1=_.div`
|
|
268
268
|
display: grid;
|
|
269
269
|
gap: ${i(32)};
|
|
270
|
-
|
|
270
|
+
`,P1=_.header`
|
|
271
271
|
display: grid;
|
|
272
272
|
text-align: center;
|
|
273
273
|
gap: ${i(16)};
|
|
274
|
-
|
|
274
|
+
`,$1=_.div`
|
|
275
275
|
display: grid;
|
|
276
276
|
gap: ${i(32)};
|
|
277
|
-
`,
|
|
277
|
+
`,A1=_.div`
|
|
278
278
|
display: grid;
|
|
279
279
|
gap: ${i(4)};
|
|
280
280
|
|
|
@@ -293,11 +293,11 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
293
293
|
display: grid;
|
|
294
294
|
gap: ${i(4)};
|
|
295
295
|
}
|
|
296
|
-
`,
|
|
296
|
+
`,O1=_.div`
|
|
297
297
|
display: flex;
|
|
298
298
|
flex-wrap: wrap;
|
|
299
299
|
gap: ${i(8)};
|
|
300
|
-
`,
|
|
300
|
+
`,g2=_.div`
|
|
301
301
|
display: flex;
|
|
302
302
|
align-items: center;
|
|
303
303
|
gap: ${i(4)};
|
|
@@ -314,7 +314,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
314
314
|
color: ${d.green[300]};
|
|
315
315
|
border-color: ${d.green[300]};
|
|
316
316
|
`}}
|
|
317
|
-
`;function
|
|
317
|
+
`;function B1(){let C=n=>n?n.match(/[a-z]/i):!1,e=n=>n?n.match(/[0-9]/i):!1,r=n=>n?n.length>=6:!1;return{senhaContemLetra:C,senhaContemNumero:e,senhaContemMinimoDe6Caracteres:r,desabilitarBotaoDeCadastro:n=>!n.senha||!n.confirmarSenha||!C(n.senha)||!e(n.senha)||!r(n.senha)}}import{jsx as V,jsxs as k}from"react/jsx-runtime";function y5(a){var n=a,{logo:C,onTrocarMinhaSenha:e}=n,r=x(n,["logo","onTrocarMinhaSenha"]);let{senhaContemLetra:o,senhaContemNumero:c,senhaContemMinimoDe6Caracteres:L,desabilitarBotaoDeCadastro:p}=B1(),m=typeof C=="string"?V("img",{src:C,alt:"Logo do sistema"}):C;return V(v,y(Z({},r),{children:k(k1,{children:[k(P1,{children:[C&&V("div",{children:m}),V(X,{variant:"titleSM",children:"Vamos cadastrar uma nova senha de acesso."})]}),V(h5,{onSubmit:e,children:({watch:f})=>{let E=o(f("senha")),N=c(f("senha")),P=L(f("senha"));return k($1,{children:[k(A1,{children:[k("div",{children:[V(D1,{type:"password",name:"senha",label:"Senha de acesso",required:!0,rules:T}),V(D1,{type:"password",name:"confirmarSenha",label:"Confirme sua senha",required:!0,rules:{validate:M=>{if(!M)return"Campo obrigat\xF3rio";if(M!==f("senha"))return"As senhas devem ser iguais"}}})]}),k("div",{children:[V(X,{variant:"bodyXS",children:"Sua senha precisa conter:"}),k(O1,{children:[k(g2,{checked:Boolean(E),children:[E&&V(O2,{icon:A,size:"16px",removeMargin:!0}),V(X,{variant:"bodyXS",children:"Uma letra"})]}),k(g2,{checked:Boolean(N),children:[N&&V(O2,{icon:A,size:"16px",removeMargin:!0}),V(X,{variant:"bodyXS",children:"Um n\xFAmero"})]}),k(g2,{checked:Boolean(P),children:[P&&V(O2,{icon:A,size:"16px",removeMargin:!0}),V(X,{variant:"bodyXS",children:"M\xEDnimo de 6 caracteres"})]})]})]})]}),V("div",{children:V(v5,{type:"submit",fullWidth:!0,disabled:p(f()),children:"Trocar minha senha"})})]})}})]})}))}import{Button as I1,Typography as _1}from"@s_mart/core";import B2 from"@emotion/styled";var R1=B2.div`
|
|
318
318
|
display: grid;
|
|
319
319
|
gap: ${i(32)};
|
|
320
320
|
|
|
@@ -322,11 +322,11 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
322
322
|
display: grid;
|
|
323
323
|
gap: ${i(16)};
|
|
324
324
|
}
|
|
325
|
-
`,F1=
|
|
325
|
+
`,F1=B2.header`
|
|
326
326
|
display: grid;
|
|
327
327
|
text-align: center;
|
|
328
328
|
gap: ${i(16)};
|
|
329
|
-
`,
|
|
329
|
+
`,N1=B2.div`
|
|
330
330
|
display: grid;
|
|
331
331
|
gap: ${i(32)};
|
|
332
332
|
|
|
@@ -334,7 +334,7 @@ var p3=Object.create;var y2=Object.defineProperty,V3=Object.defineProperties,f3=
|
|
|
334
334
|
display: grid;
|
|
335
335
|
gap: ${i(16)};
|
|
336
336
|
}
|
|
337
|
-
`;import{Form as x5,TextField as b5}from"@s_mart/form";import{jsx as
|
|
337
|
+
`;import{Form as x5,TextField as b5}from"@s_mart/form";import{jsx as w,jsxs as Z2}from"react/jsx-runtime";function S5(n){var o=n,{logo:C,onVoltarParaLogin:e,onConfirmar:r}=o,a=x(o,["logo","onVoltarParaLogin","onConfirmar"]);let c=typeof C=="string"?w("img",{src:C,alt:"Logo do sistema"}):C,{width:L}=O();return w(v,y(Z({},a),{paperStyle:{minWidth:L>500?456:void 0,width:L>500?void 0:"90%"},children:Z2(R1,{children:[Z2("div",{style:{display:"flex",flexDirection:"column",gap:24},children:[w(F1,{children:C&&w("div",{children:c})}),w(_1,{variant:"titleMD",textAlign:"center",children:"Esqueceu a senha?"}),w(_1,{variant:"bodySM",textAlign:"center",children:"Informe seu e-mail de acesso para receber instru\xE7\xF5es e criar uma nova senha."})]}),w(x5,{onSubmit:r,children:Z2(N1,{children:[w("div",{children:w(b5,{name:"email",label:"E-mail de acesso",required:!0,rules:t2([T,a2])})}),Z2("div",{children:[w(I1,{fullWidth:!0,type:"submit",children:"Confirmar"}),w(I1,{fullWidth:!0,onClick:e,variant:"neutral",children:"Voltar para login"})]})]})})]})}))}export{U3 as TelaCadastro,M5 as TelaConviteExpirado,S5 as TelaEsqueceuSenha,Z5 as TelaInstrucoesEnviadas,f5 as TelaLogin,y5 as TelaNovaSenha,v as TemplateTelaBase};
|
|
338
338
|
/**
|
|
339
339
|
* @mui/material v5.11.7
|
|
340
340
|
*
|