@mvr-ui/components 1.0.49 → 1.0.51

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/page.js CHANGED
@@ -10,23 +10,23 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
10
10
  var vt__default = /*#__PURE__*/_interopDefault(vt);
11
11
  var Et__default = /*#__PURE__*/_interopDefault(Et);
12
12
 
13
- var fe=vt.createContext(void 0),pt=({message:e})=>jsxRuntime.jsx("div",{className:"flex justify-center items-center h-screen min-w-full bg-red-50 dark:bg-red-900/10 text-red-800 dark:text-red-200 text-xl text-center p-8 transition-colors duration-300",children:jsxRuntime.jsxs("div",{className:"max-w-md animate-[fadeIn_0.5s_ease-in-out]",children:[jsxRuntime.jsxs("h1",{className:"text-3xl font-bold mb-4 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("span",{className:"animate-[bounce_1s_infinite]",children:"\u26A0\uFE0F"}),"Erro de Licen\xE7a"]}),jsxRuntime.jsx("p",{className:"mb-4 text-red-600 dark:text-red-300",children:e}),jsxRuntime.jsx("p",{className:"text-lg text-red-600 dark:text-red-400",children:"Por favor, entre em contato com o suporte."}),jsxRuntime.jsx("button",{onClick:()=>window.location.reload(),className:"mt-6 px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-colors",children:"Tentar novamente"})]})}),ut=({children:e,licenseKey:t})=>{let[r,o]=vt.useState(!1),[a,i]=vt.useState(null),[n,l]=vt.useState(!0),s=c=>{if(i(null),!c)throw new Error("\u{1F512} Chave de licen\xE7a \xE9 obrigat\xF3ria");let p="chave-secreta-123";if(c!==p)throw new Error("\u274C Chave de licen\xE7a inv\xE1lida");o(!0);};return vt.useEffect(()=>{if(t){l(!0);try{s(t);}catch(c){i(c instanceof Error?c.message:"Erro desconhecido na valida\xE7\xE3o da licen\xE7a");}finally{l(!1);}}else i("\u{1F512} Licen\xE7a n\xE3o informada"),l(!1);},[t]),n?null:jsxRuntime.jsx(fe.Provider,{value:{isLicenseValid:r,validateLicense:s,licenseError:a},children:r?e:jsxRuntime.jsx(pt,{message:a||"Licen\xE7a inv\xE1lida"})})},be=()=>{let e=vt.useContext(fe);if(!e)throw new Error("useLicense deve ser usado dentro de um LicenseProvider");return e};var ve=({message:e="Component locked - Please validate your license"})=>jsxRuntime.jsxs("div",{className:"flex items-start p-4 bg-red-50 border border-red-500 text-red-700 rounded-md gap-2",children:[jsxRuntime.jsx("span",{children:" \u274C Component locked - Please validate your license"}),jsxRuntime.jsx("span",{children:e})]});var m=e=>t=>{let{isLicenseValid:r}=be();return r?jsxRuntime.jsx(e,{...t}):jsxRuntime.jsx(ve,{})};function f(...e){return tailwindMerge.twMerge(Et.clsx(e))}var Te=vt__default.default.forwardRef(({className:e,overrideClassName:t,variant:r="primary",size:o="md",href:a,children:i,loading:n=!1,loadingContent:l,...s},c)=>{let p="inline-flex items-center justify-center rounded-lg font-medium cursor-pointer active:translate-y-1 transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",v={primary:"bg-blue-600 text-white hover:bg-blue-700 shadow-md focus-visible:ring-blue-500",secondary:"bg-gray-600 text-white hover:bg-gray-700 shadow-sm focus-visible:ring-gray-500",tertiary:"bg-purple-600 text-white hover:bg-purple-700 shadow-sm focus-visible:ring-purple-500",destructive:"bg-red-600 text-white hover:bg-red-700 shadow-sm focus-visible:ring-red-500",success:"bg-green-600 text-white hover:bg-green-700 shadow-sm focus-visible:ring-green-500",warning:"bg-amber-500 text-white hover:bg-amber-600 shadow-sm focus-visible:ring-amber-500",info:"bg-cyan-600 text-white hover:bg-cyan-700 shadow-sm focus-visible:ring-cyan-500",accent:"bg-violet-600 text-white hover:bg-violet-700 shadow-sm focus-visible:ring-violet-500",outline:"border border-gray-300 bg-transparent text-gray-700 hover:bg-gray-50 shadow-sm focus-visible:ring-gray-500",ghost:"bg-transparent text-gray-700 hover:bg-gray-100 focus-visible:ring-gray-500",link:"text-blue-600 underline-offset-4 hover:underline bg-transparent p-0 h-auto shadow-none",gradient:"bg-gradient-to-r from-blue-600 to-purple-600 text-white hover:from-blue-700 hover:to-purple-700 shadow-md focus-visible:ring-blue-500",glass:"bg-white/10 backdrop-blur-md border border-white/20 text-black hover:bg-white/20 shadow-sm focus-visible:ring-white/50",soft:"bg-blue-100 text-blue-700 hover:bg-blue-200 shadow-sm focus-visible:ring-blue-500",dark:"bg-gray-900 text-white hover:bg-gray-800 shadow-md focus-visible:ring-gray-500",light:"bg-gray-100 text-gray-900 hover:bg-gray-200 shadow-sm focus-visible:ring-gray-500",obsidian:"bg-black text-white hover:bg-gray-900 shadow-md border border-gray-800 focus-visible:ring-gray-700",polar:"bg-white text-gray-900 hover:bg-gray-50 shadow-md border border-gray-300 focus-visible:ring-gray-400"},x={xs:"h-7 px-2 text-xs",sm:"h-9 px-3 text-sm",md:"h-10 px-4 py-2",lg:"h-11 px-6 text-lg",xl:"h-12 px-8 text-xl"},d=t?e:f(p,v[r],x[o],e);return a?jsxRuntime.jsx("a",{href:a,className:d,ref:c,children:n&&l?l:i}):jsxRuntime.jsx("button",{className:d,ref:c,...s,children:n&&l?l:i})});Te.displayName="Button";var yr=m(Te);var ye=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("rounded-lg border bg-card text-card-foreground shadow-sm",e),...o,children:r}));ye.displayName="Card";var Ce=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("flex flex-col space-y-1.5 p-6",e),...o,children:r}));Ce.displayName="CardHeader";var Pe=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("h3",{ref:a,className:t?e:f("text-2xl font-semibold leading-none tracking-tight",e),...o,children:r}));Pe.displayName="CardTitle";var we=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("p",{ref:a,className:t?e:f("text-sm text-muted-foreground",e),...o,children:r}));we.displayName="CardDescription";var Le=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("p-6 pt-0",e),...o,children:r}));Le.displayName="CardContent";var Re=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("flex items-center p-6 pt-0",e),...o,children:r}));Re.displayName="CardFooter";var kr=m(ye),Nr=m(Ce),Hr=m(Pe),Mr=m(we),Fr=m(Le),Vr=m(Re);var xt=({children:e,className:t,overrideClassName:r})=>{if(e)return jsxRuntime.jsx("p",{className:r?t:f("text-sm text-muted-foreground",t),children:e})},E=m(xt);var Tt=({children:e,required:t,className:r,overrideClassName:o=!1,...a})=>jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("label",{...a,className:o?r:f("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r),children:e}),t&&jsxRuntime.jsx("span",{className:"text-red-600",children:"*"})]}),g=m(Tt);var Ct=({children:e,className:t,overrideClassName:r})=>{if(e)return jsxRuntime.jsx("p",{className:r?t:f("text-sm text-red-600 dark:text-red-400",t),children:e})},T=m(Ct);var Ne=vt.forwardRef(({label:e,required:t,option:r,orientation:o="left",className:a,overrideClassName:i=!1,helperText:n,error:l,...s},c)=>{let p=vt.useId(),v=f("h-4 w-4 rounded border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",l&&"border-destructive",a);return jsxRuntime.jsxs("div",{className:"space-y-2",children:[e&&jsxRuntime.jsx(g,{required:t,children:e}),jsxRuntime.jsxs("div",{className:`flex ${o=="left"?"flex-row":"flex-row-reverse"} w-fit gap-2`,children:[jsxRuntime.jsx("input",{id:p,type:"checkbox",className:i?a:v,ref:c,...s}),r&&jsxRuntime.jsx(g,{htmlFor:p,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),l&&jsxRuntime.jsx(T,{children:l}),!l&&n&&jsxRuntime.jsx(E,{children:n})]})});Ne.displayName="CheckBox";var eo=m(Ne);var Rt=({...e})=>jsxRuntime.jsx("svg",{...e,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),U=Rt;var kt=({children:e,before:t,after:r,className:o})=>{let i=Et__default.default("flex justify-center items-center",{"rounded-l-lg":t,"rounded-r-lg":r},o);return jsxRuntime.jsx("div",{className:i,children:jsxRuntime.jsx("span",{children:e})})},te=kt;var Nt=({children:e})=>jsxRuntime.jsx("div",{className:"absolute px-2",children:jsxRuntime.jsx("span",{children:e})}),Ve=Nt;var Ht=({children:e})=>jsxRuntime.jsx("div",{className:"absolute right-0 px-2",children:jsxRuntime.jsx("span",{children:e})}),Ie=Ht;function Ae(e){e.currentTarget.maxLength=9;let t=e.currentTarget.value;return t=t.replace(/\D/g,""),t=t.replace(/^(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function $e(e){let t=e.currentTarget.value;t=t.replace(/\D/g,""),t=t.padStart(3,"0");let r=t.slice(0,-2),o=t.slice(-2),n=`${(r.replace(/^0+/,"")||"0").replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1.")},${o}`;return e.currentTarget.value=n,e}function De(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value;return t.match(/^(\d{3}).(\d{3}).(\d{3})-(\d{2})$/)||(t=t.replace(/\D/g,""),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2"),e.currentTarget.value=t),e}function Be(e){e.currentTarget.maxLength=15;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function Ke(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{4})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function qe(e){let t=e.currentTarget.value.replace(/\D/g,"");return t.length<=11?(e.currentTarget.maxLength=14,t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2")):(e.currentTarget.maxLength=18,t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2")),e.currentTarget.value=t,e}function Oe(e){e.currentTarget.maxLength=12;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{1})$/,"$1-$2"),e.currentTarget.value=t,e}function _e(e){e.currentTarget.maxLength=18;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2"),e.currentTarget.value=t,e}var Mt=({e,mask:t})=>{switch(t){case"money":return $e(e);case"mobile":return Be(e);case"phone":return Ke(e);case"cpfCnpj":return qe(e);case"cpf":return De(e);case"rg":return Oe(e);case"cnpj":return _e(e);case"cep":return Ae(e);default:return e}},We=Mt;var St=({mask:e,initialValue:t=""})=>{let[r,o]=vt.useState(t);vt.useEffect(()=>{t!==r&&o(t);},[t]);let a=vt.useCallback(n=>{let s=We({e:n,mask:e})?.currentTarget?.value??n.currentTarget.value;o(s);},[e]),i=vt.useCallback(()=>o(""),[]);return {value:r,setValue:o,handleChange:a,handleClear:i}},Ue=St;var Je=vt.forwardRef(({label:e,required:t=!1,mask:r,name:o,prefix:a,suffix:i,addonBefore:n,addonBeforeClassName:l,addonAfter:s,addonAfterClassName:c,ClearEnabled:p=!0,className:v,overrideClassName:x=!1,error:d,helperText:h,value:y=void 0,onChange:u,...b},C)=>{let P=vt.useId(),{handleChange:M,handleClear:N,setValue:I}=Ue({mask:r,initialValue:y}),A=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",d&&"border-destructive focus-visible:ring-destructive",!a&&!i&&"px-3",a&&!i&&"pl-10 pr-3",i&&!a&&"pl-3 pr-10",a&&i&&"pl-10 pr-10",n&&"rounded-l-none border-l-0",s&&"rounded-r-none border-r-0",v),X=F=>{M(F),u?.(F);},W=()=>{N(),I(""),u?.({target:{name:o||"",value:""}});};return jsxRuntime.jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsxRuntime.jsx(g,{htmlFor:P,required:t,children:e}),jsxRuntime.jsxs("div",{className:"relative flex",children:[n&&jsxRuntime.jsx(te,{before:!0,className:l,children:n}),jsxRuntime.jsxs("div",{className:"relative flex items-center w-full",children:[a&&jsxRuntime.jsx(Ve,{children:a}),jsxRuntime.jsx("input",{id:P,ref:C,name:o,onChange:X,className:x?v:A,...b}),p&&y&&jsxRuntime.jsx(U,{onClick:W,width:12,height:12,className:f("absolute right-2 cursor-pointer",i&&"right-8")}),i&&jsxRuntime.jsx(Ie,{children:i})]}),s&&jsxRuntime.jsx(te,{after:!0,className:c,children:s})]}),d&&jsxRuntime.jsx(T,{children:d}),!d&&h&&jsxRuntime.jsx(E,{children:h})]})});Je.displayName="Input";var Ho=m(Je);var ze=vt.forwardRef(({label:e,required:t,option:r,className:o,overrideClassName:a,helperText:i,error:n,...l},s)=>{let c=vt.useId(),p=f("h-4 w-4 border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",n&&"border-destructive",o);return jsxRuntime.jsxs("div",{className:"space-y-3",children:[e&&jsxRuntime.jsx(g,{required:t,children:e}),jsxRuntime.jsxs("div",{className:"flex items-center space-x-2",children:[jsxRuntime.jsx("input",{id:c,type:"radio",className:a?o:p,ref:s,...l}),r&&jsxRuntime.jsx(g,{htmlFor:c,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),n&&jsxRuntime.jsx(T,{children:n}),!n&&i&&jsxRuntime.jsx(E,{children:i})]})});ze.displayName="Radio";var Bo=m(ze);function qt({label:e,required:t=!1,options:r,labelKey:o,valueKey:a,onChange:i,placeholder:n,error:l,helperText:s,className:c,...p},v){let x=vt.useId(),d=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",l&&"border-red-500 focus-visible:ring-red-500",c);return jsxRuntime.jsxs("div",{className:"space-y-2",children:[e&&jsxRuntime.jsx(g,{htmlFor:x,required:t,children:e}),jsxRuntime.jsxs("select",{id:x,onChange:i,className:d,ref:v,...p,children:[n&&jsxRuntime.jsx("option",{value:"",disabled:!0,children:n}),r.map((h,y)=>jsxRuntime.jsx("option",{value:String(h[a]),children:String(h[o])},y))]}),l&&jsxRuntime.jsx(T,{children:l}),!l&&s&&jsxRuntime.jsx(E,{children:s})]})}var Qe=vt.forwardRef(qt);Qe.displayName="Select";var Yo=m(Qe);var _t=(e,t)=>{vt.useEffect(()=>{let r=o=>{e.current&&!e.current.contains(o.target)&&t(!1);};return document.addEventListener("mousedown",r),()=>{document.removeEventListener("mousedown",r);}},[e,t]);},Ze=_t;function oe({options:e,labelKey:t,valueKey:r,multiple:o,onChange:a,setSearchTerm:i,typeSet:n,name:l}){let[s,c]=vt.useState([]),p=vt.useMemo(()=>new Map(e.map(u=>[String(u[r]),u])),[e,r]),v=vt.useCallback(()=>s.map(u=>p.get(u)).filter(u=>!!u),[s,p]),x=vt.useCallback(u=>{if(!a)return;let b;if(n==="field"?o?b=u:b=u[0]??void 0:o?b=u.map(P=>p.get(P)).filter(P=>P!==void 0):b=p.get(u[0]??"")??void 0,i&&!o){let C=p.get(u[0]??"");C&&i(String(C[t]));}a({target:{name:l,value:b,type:"combobox"}});},[o,a,p,l,n,i,t]),d=vt.useCallback(u=>{let b=String(u[r]),C=o?s.includes(b)?s.filter(P=>P!==b):[...s,b]:[b];c(C),x(C);},[o,s,x,r]),h=vt.useCallback(u=>{let b=s.filter(C=>C!==u);c(b),x(b);},[s,x]),y=vt.useCallback(()=>{c([]),i?.("");let u;n==="field"?u=o?[]:"":u=o?[]:void 0,a?.({target:{name:l,value:u,type:"combobox"}});},[o,a,l,i,n]);return {selectedValues:s,handleSelect:d,handleRemove:h,handleClear:y,getSelectedOptions:v}}function ae(e,t,r){return vt.useMemo(()=>r?e.filter(a=>String(a[t]).toLowerCase().includes(r.toLowerCase())):e,[e,r,t])}var et=({isOpen:e,setIsOpen:t,multiple:r,searchTerm:o,setSearchTerm:a,selectedValues:i,filteredOptions:n,highlightedIndex:l,setHighlightedIndex:s,handleSelect:c,handleRemove:p})=>{let v=vt.useCallback(d=>{if(n.length===0){s(-1);return}s(h=>h<0?d>0?0:n.length-1:(h+d+n.length)%n.length);},[n,s]);return vt.useCallback(d=>{if(!e){if(d.key==="Enter"||d.key==="ArrowDown"){t(!0),s(0),d.preventDefault();return}r&&d.key==="Backspace"&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));return}switch(d.key){case"ArrowDown":d.preventDefault(),v(1);break;case"ArrowUp":d.preventDefault(),v(-1);break;case"Enter":d.preventDefault();let h=l>=0?l:0,y=n[h];y&&c(y),r&&a&&a(""),r||(t(!1),s(-1));break;case"Escape":d.preventDefault(),t(!1),s(-1),r||a("");break;case"Tab":t(!1),s(-1);break;case"Home":d.preventDefault(),n.length>0&&s(0);break;case"End":d.preventDefault(),n.length>0&&s(n.length-1);break;case"Backspace":r&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));break}},[e,r,o,i,n,l,t,a,s,c,p,v])};function tt({option:e,labelKey:t,valueKey:r,onRemove:o}){let a=String(e[t]),i=String(e[r]);return jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 text-xs bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 rounded",children:[a,jsxRuntime.jsx("button",{type:"button",onMouseDown:n=>n.preventDefault(),onClick:()=>o(i),className:"hover:bg-blue-200 dark:hover:bg-blue-800 rounded-full p-0.5 transition-colors","aria-label":`Remover ${a}`,children:"\u2715"})]},i)}function Zt(e,t){let{label:r,required:o=!1,name:a,placeholder:i="Buscar...",labelKey:n,valueKey:l,options:s,value:c,onChange:p,mode:v="single",typeSet:x="field",disabled:d=!1,ClearEnabled:h=!0,helperText:y,error:u=!1,className:b="",...C}=e,P=v==="multiple",[M,N]=vt.useState(!1),[I,A]=vt.useState(""),X=vt.useRef(null),W=vt.useRef(null),F=vt.useRef(null);vt.useImperativeHandle(t,()=>F.current),Ze(W,()=>N(!1));let z=ae(s,n,I),[G,Y]=vt.useState(-1),{selectedValues:Q,handleSelect:ce,handleRemove:me,handleClear:at,getSelectedOptions:pe}=oe({options:s,labelKey:n,valueKey:l,value:c,multiple:P,onChange:p,typeSet:x,name:a,setSearchTerm:A}),nt=et({isOpen:M,setIsOpen:N,multiple:P,searchTerm:I,setSearchTerm:A,selectedValues:Q,filteredOptions:z,highlightedIndex:G,setHighlightedIndex:Y,handleSelect:ce,handleRemove:me}),$=vt.useId(),it="w-full bg-transparent outline-none placeholder:text-gray-500 dark:placeholder:text-gray-400 text-gray-900 dark:text-gray-100",st=f("relative w-full min-h-[40px] px-3 py-2 border rounded-md bg-white dark:bg-gray-800",u?"border-red-500":"border-gray-300 dark:border-gray-600",d?"opacity-50 cursor-not-allowed":"cursor-text","focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500");return jsxRuntime.jsxs("div",{className:`space-y-2 ${b}`,children:[r&&jsxRuntime.jsx(g,{htmlFor:$,required:o,children:r}),jsxRuntime.jsxs("div",{ref:X,className:"relative",children:[jsxRuntime.jsxs("div",{className:st,children:[P&&pe().length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:pe().map((w,R)=>jsxRuntime.jsx(tt,{option:w,labelKey:n,valueKey:l,onRemove:me},String(w[l]??R)))}),jsxRuntime.jsx("input",{ref:F,...C,name:a,type:"text",placeholder:i,value:I,onChange:w=>{let R=w.target.value;A(R),!M&&R.trim()!==""&&N(!0);},onKeyDown:nt,onMouseDown:w=>{document.activeElement===F.current&&(w.preventDefault(),N(R=>{let D=!R;return D&&Y(0),D}));},onFocus:()=>{N(!0),Y(0);},disabled:d,className:it,role:"combobox","aria-expanded":M,"aria-controls":$,"aria-activedescendant":G>=0?`${$}-opt-${G}`:void 0}),h&&!!Q.length&&jsxRuntime.jsx("button",{type:"button",onMouseDown:w=>w.preventDefault(),onClick:at,className:"absolute right-2 top-2 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700",title:"Limpar sele\xE7\xE3o",children:jsxRuntime.jsx(U,{width:12,height:12})})]}),M&&jsxRuntime.jsx("div",{ref:W,id:$,className:"absolute z-50 w-full mt-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-md shadow-lg max-h-60 overflow-auto",role:"listbox","aria-multiselectable":P||void 0,children:z.length===0?jsxRuntime.jsx("div",{className:"px-3 py-2 text-sm text-gray-500 dark:text-gray-400",children:"Nenhum resultado encontrado"}):z.map((w,R)=>{let D=String(w[l]),Z=Q.includes(D),j=R===G;return jsxRuntime.jsx("button",{id:`${$}-opt-${R}`,"data-index":R,role:"option","aria-selected":Z,type:"button",onMouseDown:lt=>lt.preventDefault(),onClick:()=>ce(w),className:f("w-full px-3 py-2 text-left text-sm transition-colors",j&&"bg-blue-100 dark:bg-blue-800 text-blue-900 dark:text-white",!j&&Z&&"bg-blue-50 dark:bg-blue-900/20 text-blue-700 dark:text-blue-300",!Z&&!j&&"text-gray-900 dark:text-gray-100","hover:bg-gray-100 dark:hover:bg-gray-700"),children:jsxRuntime.jsx("span",{children:String(w[n])})},D)})})]}),u&&jsxRuntime.jsx(T,{children:u}),!u&&y&&jsxRuntime.jsx(E,{children:y})]})}var rt=vt.forwardRef(Zt);rt.displayName="ComboBox";var Pa=m(rt);var er=(e,t)=>vt.useMemo(()=>{let r=e?`${e}-group`:void 0,o=e&&t?`${e}-error`:void 0;return {groupId:r,errorId:o,ariaProps:{"aria-labelledby":r,"aria-invalid":t?"true":void 0,"aria-errormessage":t?o:void 0}}},[e,t]),ot=er;var tr=({name:e,label:t,required:r,errors:o,className:a,option:i,...n})=>{let{groupId:l,errorId:s,ariaProps:c}=ot(e,o);return jsxRuntime.jsxs("div",{className:`switch-group ${a}`,children:[t&&jsxRuntime.jsx(g,{htmlFor:e,id:l,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:r,children:t}),jsxRuntime.jsx("div",{...c,children:jsxRuntime.jsxs(g,{htmlFor:e,className:"flex items-center gap-2 cursor-pointer",children:[jsxRuntime.jsxs("div",{className:"relative inline-block w-12 h-6",children:[jsxRuntime.jsx("input",{id:e,name:e,type:"checkbox",className:"opacity-0 w-0 h-0 peer","data-testid":"INPUT_SWITCH"+e,"aria-describedby":s,...n}),jsxRuntime.jsx("span",{className:"absolute cursor-pointer top-0 left-0 right-0 bottom-0 bg-gray-300 rounded-full transition duration-300 before:absolute before:content-[''] before:h-5 before:w-5 before:left-0.5 before:bottom-0.5 before:bg-white before:rounded-full before:transition before:duration-300 peer-checked:bg-blue-600 peer-checked:before:translate-x-6"})]}),i]})}),o&&jsxRuntime.jsx(T,{children:o})]})},Fa=m(tr);var ar=({label:e,required:t=!1,errors:r,name:o,maxLength:a,className:i,...n})=>{let[l,s]=vt.useState(0),c=Et__default.default("px-2 py-3 w-full text-stone-400 text-sm font-normal leading-tight border-2 border-opacity-0 shadow-input rounded-lg focus:outline-none focus:border-blue-500 border-neutral-400",{"border-[#DD052B] border-opacity-80 shadow-inputError":!!r},i??"");return jsxRuntime.jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsxRuntime.jsx(g,{htmlFor:o,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:t,children:e}),jsxRuntime.jsxs("div",{className:"flex flex-col justify-center items-end w-full gap-1",children:[jsxRuntime.jsx("textarea",{...n,"data-testid":"TEXT_AREA"+o,name:o,maxLength:a,className:c,onInput:p=>s(p.currentTarget.textLength)}),a&&jsxRuntime.jsx("div",{children:jsxRuntime.jsxs("p",{children:[l," / ",a]})})]}),r&&jsxRuntime.jsx(T,{children:r})]})},qa=m(ar);
13
+ var fe=vt.createContext(void 0),pt=({message:e})=>jsxRuntime.jsx("div",{className:"flex justify-center items-center h-screen min-w-full bg-red-50 dark:bg-red-900/10 text-red-800 dark:text-red-200 text-xl text-center p-8 transition-colors duration-300",children:jsxRuntime.jsxs("div",{className:"max-w-md animate-[fadeIn_0.5s_ease-in-out]",children:[jsxRuntime.jsxs("h1",{className:"text-3xl font-bold mb-4 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("span",{className:"animate-[bounce_1s_infinite]",children:"\u26A0\uFE0F"}),"Erro de Licen\xE7a"]}),jsxRuntime.jsx("p",{className:"mb-4 text-red-600 dark:text-red-300",children:e}),jsxRuntime.jsx("p",{className:"text-lg text-red-600 dark:text-red-400",children:"Por favor, entre em contato com o suporte."}),jsxRuntime.jsx("button",{onClick:()=>window.location.reload(),className:"mt-6 px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-colors",children:"Tentar novamente"})]})}),ut=({children:e,licenseKey:t})=>{let[r,o]=vt.useState(!1),[a,i]=vt.useState(null),[n,l]=vt.useState(!0),s=c=>{if(i(null),!c)throw new Error("\u{1F512} Chave de licen\xE7a \xE9 obrigat\xF3ria");let p="chave-secreta-123";if(c!==p)throw new Error("\u274C Chave de licen\xE7a inv\xE1lida");o(!0);};return vt.useEffect(()=>{if(t){l(!0);try{s(t);}catch(c){i(c instanceof Error?c.message:"Erro desconhecido na valida\xE7\xE3o da licen\xE7a");}finally{l(!1);}}else i("\u{1F512} Licen\xE7a n\xE3o informada"),l(!1);},[t]),n?null:jsxRuntime.jsx(fe.Provider,{value:{isLicenseValid:r,validateLicense:s,licenseError:a},children:r?e:jsxRuntime.jsx(pt,{message:a||"Licen\xE7a inv\xE1lida"})})},be=()=>{let e=vt.useContext(fe);if(!e)throw new Error("useLicense deve ser usado dentro de um LicenseProvider");return e};var ve=({message:e="Component locked - Please validate your license"})=>jsxRuntime.jsxs("div",{className:"flex items-start p-4 bg-red-50 border border-red-500 text-red-700 rounded-md gap-2",children:[jsxRuntime.jsx("span",{children:" \u274C Component locked - Please validate your license"}),jsxRuntime.jsx("span",{children:e})]});function m(e){return r=>{let{isLicenseValid:o}=be();return o?jsxRuntime.jsx(e,{...r}):jsxRuntime.jsx(ve,{})}}function f(...e){return tailwindMerge.twMerge(Et.clsx(e))}var Te=vt__default.default.forwardRef(({className:e,overrideClassName:t,variant:r="primary",size:o="md",href:a,children:i,loading:n=!1,loadingContent:l,...s},c)=>{let p="inline-flex items-center justify-center rounded-lg font-medium cursor-pointer active:translate-y-1 transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",b={primary:"bg-blue-600 text-white hover:bg-blue-700 shadow-md focus-visible:ring-blue-500",secondary:"bg-gray-600 text-white hover:bg-gray-700 shadow-sm focus-visible:ring-gray-500",tertiary:"bg-purple-600 text-white hover:bg-purple-700 shadow-sm focus-visible:ring-purple-500",destructive:"bg-red-600 text-white hover:bg-red-700 shadow-sm focus-visible:ring-red-500",success:"bg-green-600 text-white hover:bg-green-700 shadow-sm focus-visible:ring-green-500",warning:"bg-amber-500 text-white hover:bg-amber-600 shadow-sm focus-visible:ring-amber-500",info:"bg-cyan-600 text-white hover:bg-cyan-700 shadow-sm focus-visible:ring-cyan-500",accent:"bg-violet-600 text-white hover:bg-violet-700 shadow-sm focus-visible:ring-violet-500",outline:"border border-gray-300 bg-transparent text-gray-700 hover:bg-gray-50 shadow-sm focus-visible:ring-gray-500",ghost:"bg-transparent text-gray-700 hover:bg-gray-100 focus-visible:ring-gray-500",link:"text-blue-600 underline-offset-4 hover:underline bg-transparent p-0 h-auto shadow-none",gradient:"bg-gradient-to-r from-blue-600 to-purple-600 text-white hover:from-blue-700 hover:to-purple-700 shadow-md focus-visible:ring-blue-500",glass:"bg-white/10 backdrop-blur-md border border-white/20 text-black hover:bg-white/20 shadow-sm focus-visible:ring-white/50",soft:"bg-blue-100 text-blue-700 hover:bg-blue-200 shadow-sm focus-visible:ring-blue-500",dark:"bg-gray-900 text-white hover:bg-gray-800 shadow-md focus-visible:ring-gray-500",light:"bg-gray-100 text-gray-900 hover:bg-gray-200 shadow-sm focus-visible:ring-gray-500",obsidian:"bg-black text-white hover:bg-gray-900 shadow-md border border-gray-800 focus-visible:ring-gray-700",polar:"bg-white text-gray-900 hover:bg-gray-50 shadow-md border border-gray-300 focus-visible:ring-gray-400"},h={xs:"h-7 px-2 text-xs",sm:"h-9 px-3 text-sm",md:"h-10 px-4 py-2",lg:"h-11 px-6 text-lg",xl:"h-12 px-8 text-xl"},d=t?e:f(p,b[r],h[o],e);return a?jsxRuntime.jsx("a",{href:a,className:d,ref:c,children:n&&l?l:i}):jsxRuntime.jsx("button",{className:d,ref:c,...s,children:n&&l?l:i})});Te.displayName="Button";var Cr=m(Te);var ye=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("rounded-lg border bg-card text-card-foreground shadow-sm",e),...o,children:r}));ye.displayName="Card";var Ce=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("flex flex-col space-y-1.5 p-6",e),...o,children:r}));Ce.displayName="CardHeader";var Pe=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("h3",{ref:a,className:t?e:f("text-2xl font-semibold leading-none tracking-tight",e),...o,children:r}));Pe.displayName="CardTitle";var we=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("p",{ref:a,className:t?e:f("text-sm text-muted-foreground",e),...o,children:r}));we.displayName="CardDescription";var Le=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("p-6 pt-0",e),...o,children:r}));Le.displayName="CardContent";var Re=vt.forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsxRuntime.jsx("div",{ref:a,className:t?e:f("flex items-center p-6 pt-0",e),...o,children:r}));Re.displayName="CardFooter";var Nr=m(ye),Hr=m(Ce),Mr=m(Pe),Fr=m(we),Vr=m(Le),Sr=m(Re);var xt=({children:e,className:t,overrideClassName:r})=>{if(e)return jsxRuntime.jsx("p",{className:r?t:f("text-sm text-muted-foreground",t),children:e})},E=m(xt);var Tt=({children:e,required:t,className:r,overrideClassName:o=!1,...a})=>jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("label",{...a,className:o?r:f("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r),children:e}),t&&jsxRuntime.jsx("span",{className:"text-red-600",children:"*"})]}),v=m(Tt);var Ct=({children:e,className:t,overrideClassName:r})=>{if(e)return jsxRuntime.jsx("p",{className:r?t:f("text-sm text-red-600 dark:text-red-400",t),children:e})},x=m(Ct);var Ne=vt.forwardRef(({label:e,required:t,option:r,orientation:o="left",className:a,overrideClassName:i=!1,helperText:n,error:l,...s},c)=>{let p=vt.useId(),b=f("h-4 w-4 rounded border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",l&&"border-destructive",a);return jsxRuntime.jsxs("div",{className:"space-y-2",children:[e&&jsxRuntime.jsx(v,{required:t,children:e}),jsxRuntime.jsxs("div",{className:`flex ${o=="left"?"flex-row":"flex-row-reverse"} w-fit gap-2`,children:[jsxRuntime.jsx("input",{id:p,type:"checkbox",className:i?a:b,ref:c,...s}),r&&jsxRuntime.jsx(v,{htmlFor:p,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),l&&jsxRuntime.jsx(x,{children:l}),!l&&n&&jsxRuntime.jsx(E,{children:n})]})});Ne.displayName="CheckBox";var to=m(Ne);var Rt=({...e})=>jsxRuntime.jsx("svg",{...e,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),G=Rt;var kt=({children:e,before:t,after:r,className:o})=>{let i=Et__default.default("flex justify-center items-center",{"rounded-l-lg":t,"rounded-r-lg":r},o);return jsxRuntime.jsx("div",{className:i,children:jsxRuntime.jsx("span",{children:e})})},te=kt;var Nt=({children:e})=>jsxRuntime.jsx("div",{className:"absolute px-2",children:jsxRuntime.jsx("span",{children:e})}),Ve=Nt;var Ht=({children:e})=>jsxRuntime.jsx("div",{className:"absolute right-0 px-2",children:jsxRuntime.jsx("span",{children:e})}),Ie=Ht;function Ae(e){e.currentTarget.maxLength=9;let t=e.currentTarget.value;return t=t.replace(/\D/g,""),t=t.replace(/^(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function $e(e){let t=e.currentTarget.value;t=t.replace(/\D/g,""),t=t.padStart(3,"0");let r=t.slice(0,-2),o=t.slice(-2),n=`${(r.replace(/^0+/,"")||"0").replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1.")},${o}`;return e.currentTarget.value=n,e}function De(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value;return t.match(/^(\d{3}).(\d{3}).(\d{3})-(\d{2})$/)||(t=t.replace(/\D/g,""),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2"),e.currentTarget.value=t),e}function Be(e){e.currentTarget.maxLength=15;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function Ke(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{4})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function qe(e){let t=e.currentTarget.value.replace(/\D/g,"");return t.length<=11?(e.currentTarget.maxLength=14,t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2")):(e.currentTarget.maxLength=18,t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2")),e.currentTarget.value=t,e}function Oe(e){e.currentTarget.maxLength=12;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{1})$/,"$1-$2"),e.currentTarget.value=t,e}function We(e){e.currentTarget.maxLength=18;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2"),e.currentTarget.value=t,e}var Mt=({e,mask:t})=>{switch(t){case"money":return $e(e);case"mobile":return Be(e);case"phone":return Ke(e);case"cpfCnpj":return qe(e);case"cpf":return De(e);case"rg":return Oe(e);case"cnpj":return We(e);case"cep":return Ae(e);default:return e}},_e=Mt;var St=({mask:e,initialValue:t=""})=>{let[r,o]=vt.useState(t);vt.useEffect(()=>{t!==r&&o(t);},[t]);let a=vt.useCallback(n=>{let s=_e({e:n,mask:e})?.currentTarget?.value??n.currentTarget.value;o(s);},[e]),i=vt.useCallback(()=>o(""),[]);return {value:r,setValue:o,handleChange:a,handleClear:i}},Ge=St;var Ue=vt.forwardRef(({label:e,required:t=!1,mask:r,name:o,prefix:a,suffix:i,addonBefore:n,addonBeforeClassName:l,addonAfter:s,addonAfterClassName:c,ClearEnabled:p=!0,className:b,overrideClassName:h=!1,error:d,helperText:T,value:L=void 0,onChange:u,...g},y)=>{let C=vt.useId(),{handleChange:M,handleClear:N,setValue:I}=Ge({mask:r,initialValue:L}),A=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",d&&"border-destructive focus-visible:ring-destructive",!a&&!i&&"px-3",a&&!i&&"pl-10 pr-3",i&&!a&&"pl-3 pr-10",a&&i&&"pl-10 pr-10",n&&"rounded-l-none border-l-0",s&&"rounded-r-none border-r-0",b),X=F=>{M(F),u?.(F);},_=()=>{N(),I(""),u?.({target:{name:o||"",value:""}});};return jsxRuntime.jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsxRuntime.jsx(v,{htmlFor:C,required:t,children:e}),jsxRuntime.jsxs("div",{className:"relative flex",children:[n&&jsxRuntime.jsx(te,{before:!0,className:l,children:n}),jsxRuntime.jsxs("div",{className:"relative flex items-center w-full",children:[a&&jsxRuntime.jsx(Ve,{children:a}),jsxRuntime.jsx("input",{id:C,ref:y,name:o,onChange:X,className:h?b:A,...g}),p&&L&&jsxRuntime.jsx(G,{onClick:_,width:12,height:12,className:f("absolute right-2 cursor-pointer",i&&"right-8")}),i&&jsxRuntime.jsx(Ie,{children:i})]}),s&&jsxRuntime.jsx(te,{after:!0,className:c,children:s})]}),d&&jsxRuntime.jsx(x,{children:d}),!d&&T&&jsxRuntime.jsx(E,{children:T})]})});Ue.displayName="Input";var Mo=m(Ue);var ze=vt.forwardRef(({label:e,required:t,option:r,className:o,overrideClassName:a,helperText:i,error:n,...l},s)=>{let c=vt.useId(),p=f("h-4 w-4 border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",n&&"border-destructive",o);return jsxRuntime.jsxs("div",{className:"space-y-3",children:[e&&jsxRuntime.jsx(v,{required:t,children:e}),jsxRuntime.jsxs("div",{className:"flex items-center space-x-2",children:[jsxRuntime.jsx("input",{id:c,type:"radio",className:a?o:p,ref:s,...l}),r&&jsxRuntime.jsx(v,{htmlFor:c,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),n&&jsxRuntime.jsx(x,{children:n}),!n&&i&&jsxRuntime.jsx(E,{children:i})]})});ze.displayName="Radio";var Ko=m(ze);function qt({label:e,required:t=!1,options:r,labelKey:o,valueKey:a,placeholder:i,error:n,helperText:l,className:s,...c},p){let b=vt.useId(),h=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",n&&"border-red-500 focus-visible:ring-red-500",s);return jsxRuntime.jsxs("div",{className:"space-y-2",children:[e&&jsxRuntime.jsx(v,{htmlFor:b,required:t,children:e}),jsxRuntime.jsxs("select",{id:b,className:h,ref:p,...c,children:[i&&jsxRuntime.jsx("option",{value:"",disabled:!0,children:i}),r.map((d,T)=>jsxRuntime.jsx("option",{value:String(d[a]),children:String(d[o])},T))]}),n&&jsxRuntime.jsx(x,{children:n}),!n&&l&&jsxRuntime.jsx(E,{children:l})]})}var Qe=vt.forwardRef(qt);Qe.displayName="Select";var Ot=Qe,Qo=m(Ot);var _t=(e,t)=>{vt.useEffect(()=>{let r=o=>{e.current&&!e.current.contains(o.target)&&t(!1);};return document.addEventListener("mousedown",r),()=>{document.removeEventListener("mousedown",r);}},[e,t]);},Ze=_t;function oe({options:e,labelKey:t,valueKey:r,multiple:o,onChange:a,setSearchTerm:i,typeSet:n,name:l}){let[s,c]=vt.useState([]),p=vt.useMemo(()=>new Map(e.map(u=>[String(u[r]),u])),[e,r]),b=vt.useCallback(()=>s.map(u=>p.get(u)).filter(u=>!!u),[s,p]),h=vt.useCallback(u=>{if(!a)return;let g;if(n==="field"?o?g=u:g=u[0]??void 0:o?g=u.map(C=>p.get(C)).filter(C=>C!==void 0):g=p.get(u[0]??"")??void 0,i&&!o){let y=p.get(u[0]??"");y&&i(String(y[t]));}a({target:{name:l,value:g,type:"combobox"}});},[o,a,p,l,n,i,t]),d=vt.useCallback(u=>{let g=String(u[r]),y=o?s.includes(g)?s.filter(C=>C!==g):[...s,g]:[g];c(y),h(y);},[o,s,h,r]),T=vt.useCallback(u=>{let g=s.filter(y=>y!==u);c(g),h(g);},[s,h]),L=vt.useCallback(()=>{c([]),i?.("");let u;n==="field"?u=o?[]:"":u=o?[]:void 0,a?.({target:{name:l,value:u,type:"combobox"}});},[o,a,l,i,n]);return {selectedValues:s,handleSelect:d,handleRemove:T,handleClear:L,getSelectedOptions:b}}function ae(e,t,r){return vt.useMemo(()=>r?e.filter(a=>String(a[t]).toLowerCase().includes(r.toLowerCase())):e,[e,r,t])}var et=({isOpen:e,setIsOpen:t,multiple:r,searchTerm:o,setSearchTerm:a,selectedValues:i,filteredOptions:n,highlightedIndex:l,setHighlightedIndex:s,handleSelect:c,handleRemove:p})=>{let b=vt.useCallback(d=>{if(n.length===0){s(-1);return}s(T=>T<0?d>0?0:n.length-1:(T+d+n.length)%n.length);},[n,s]);return vt.useCallback(d=>{if(!e){if(d.key==="Enter"||d.key==="ArrowDown"){t(!0),s(0),d.preventDefault();return}r&&d.key==="Backspace"&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));return}switch(d.key){case"ArrowDown":d.preventDefault(),b(1);break;case"ArrowUp":d.preventDefault(),b(-1);break;case"Enter":d.preventDefault();let T=l>=0?l:0,L=n[T];L&&c(L),r&&a&&a(""),r||(t(!1),s(-1));break;case"Escape":d.preventDefault(),t(!1),s(-1),r||a("");break;case"Tab":t(!1),s(-1);break;case"Home":d.preventDefault(),n.length>0&&s(0);break;case"End":d.preventDefault(),n.length>0&&s(n.length-1);break;case"Backspace":r&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));break}},[e,r,o,i,n,l,t,a,s,c,p,b])};function tt({option:e,labelKey:t,valueKey:r,onRemove:o}){let a=String(e[t]),i=String(e[r]);return jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 text-xs bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 rounded",children:[a,jsxRuntime.jsx("button",{type:"button",onMouseDown:n=>n.preventDefault(),onClick:()=>o(i),className:"hover:bg-blue-200 dark:hover:bg-blue-800 rounded-full p-0.5 transition-colors","aria-label":`Remover ${a}`,children:"\u2715"})]},i)}function jt(e,t){let{label:r,required:o=!1,name:a,placeholder:i="Buscar...",labelKey:n,valueKey:l,options:s,value:c,onChange:p,mode:b="single",typeSet:h="field",disabled:d=!1,ClearEnabled:T=!0,helperText:L,error:u=!1,className:g="",...y}=e,C=b==="multiple",[M,N]=vt.useState(!1),[I,A]=vt.useState(""),X=vt.useRef(null),_=vt.useRef(null),F=vt.useRef(null);vt.useImperativeHandle(t,()=>F.current),Ze(_,()=>N(!1));let z=ae(s,n,I),[J,Y]=vt.useState(-1),{selectedValues:Q,handleSelect:ce,handleRemove:me,handleClear:at,getSelectedOptions:pe}=oe({options:s,labelKey:n,valueKey:l,value:c,multiple:C,onChange:p,typeSet:h,name:a,setSearchTerm:A}),nt=et({isOpen:M,setIsOpen:N,multiple:C,searchTerm:I,setSearchTerm:A,selectedValues:Q,filteredOptions:z,highlightedIndex:J,setHighlightedIndex:Y,handleSelect:ce,handleRemove:me}),$=vt.useId(),it="w-full bg-transparent outline-none placeholder:text-gray-500 dark:placeholder:text-gray-400 text-gray-900 dark:text-gray-100",st=f("relative w-full min-h-[40px] px-3 py-2 border rounded-md bg-white dark:bg-gray-800",u?"border-red-500":"border-gray-300 dark:border-gray-600",d?"opacity-50 cursor-not-allowed":"cursor-text","focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500");return jsxRuntime.jsxs("div",{className:`space-y-2 ${g}`,children:[r&&jsxRuntime.jsx(v,{htmlFor:$,required:o,children:r}),jsxRuntime.jsxs("div",{ref:X,className:"relative",children:[jsxRuntime.jsxs("div",{className:st,children:[C&&pe().length>0&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:pe().map((P,R)=>jsxRuntime.jsx(tt,{option:P,labelKey:n,valueKey:l,onRemove:me},String(P[l]??R)))}),jsxRuntime.jsx("input",{ref:F,...y,name:a,type:"text",placeholder:i,value:I,onChange:P=>{let R=P.target.value;A(R),!M&&R.trim()!==""&&N(!0);},onKeyDown:nt,onMouseDown:P=>{document.activeElement===F.current&&(P.preventDefault(),N(R=>{let D=!R;return D&&Y(0),D}));},onFocus:()=>{N(!0),Y(0);},disabled:d,className:it,role:"combobox","aria-expanded":M,"aria-controls":$,"aria-activedescendant":J>=0?`${$}-opt-${J}`:void 0}),T&&!!Q.length&&jsxRuntime.jsx("button",{type:"button",onMouseDown:P=>P.preventDefault(),onClick:at,className:"absolute right-2 top-2 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700",title:"Limpar sele\xE7\xE3o",children:jsxRuntime.jsx(G,{width:12,height:12})})]}),M&&jsxRuntime.jsx("div",{ref:_,id:$,className:"absolute z-50 w-full mt-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-md shadow-lg max-h-60 overflow-auto",role:"listbox","aria-multiselectable":C||void 0,children:z.length===0?jsxRuntime.jsx("div",{className:"px-3 py-2 text-sm text-gray-500 dark:text-gray-400",children:"Nenhum resultado encontrado"}):z.map((P,R)=>{let D=String(P[l]),Z=Q.includes(D),j=R===J;return jsxRuntime.jsx("button",{id:`${$}-opt-${R}`,"data-index":R,role:"option","aria-selected":Z,type:"button",onMouseDown:lt=>lt.preventDefault(),onClick:()=>ce(P),className:f("w-full px-3 py-2 text-left text-sm transition-colors",j&&"bg-blue-100 dark:bg-blue-800 text-blue-900 dark:text-white",!j&&Z&&"bg-blue-50 dark:bg-blue-900/20 text-blue-700 dark:text-blue-300",!Z&&!j&&"text-gray-900 dark:text-gray-100","hover:bg-gray-100 dark:hover:bg-gray-700"),children:jsxRuntime.jsx("span",{children:String(P[n])})},D)})})]}),u&&jsxRuntime.jsx(x,{children:u}),!u&&L&&jsxRuntime.jsx(E,{children:L})]})}var rt=vt.forwardRef(jt);rt.displayName="ComboBox";var wa=m(rt);var tr=(e,t)=>vt.useMemo(()=>{let r=e?`${e}-group`:void 0,o=e&&t?`${e}-error`:void 0;return {groupId:r,errorId:o,ariaProps:{"aria-labelledby":r,"aria-invalid":t?"true":void 0,"aria-errormessage":t?o:void 0}}},[e,t]),ot=tr;var rr=({name:e,label:t,required:r,errors:o,className:a,option:i,...n})=>{let{groupId:l,errorId:s,ariaProps:c}=ot(e,o);return jsxRuntime.jsxs("div",{className:`switch-group ${a}`,children:[t&&jsxRuntime.jsx(v,{htmlFor:e,id:l,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:r,children:t}),jsxRuntime.jsx("div",{...c,children:jsxRuntime.jsxs(v,{htmlFor:e,className:"flex items-center gap-2 cursor-pointer",children:[jsxRuntime.jsxs("div",{className:"relative inline-block w-12 h-6",children:[jsxRuntime.jsx("input",{id:e,name:e,type:"checkbox",className:"opacity-0 w-0 h-0 peer","data-testid":"INPUT_SWITCH"+e,"aria-describedby":s,...n}),jsxRuntime.jsx("span",{className:"absolute cursor-pointer top-0 left-0 right-0 bottom-0 bg-gray-300 rounded-full transition duration-300 before:absolute before:content-[''] before:h-5 before:w-5 before:left-0.5 before:bottom-0.5 before:bg-white before:rounded-full before:transition before:duration-300 peer-checked:bg-blue-600 peer-checked:before:translate-x-6"})]}),i]})}),o&&jsxRuntime.jsx(x,{children:o})]})},Va=m(rr);var nr=({label:e,required:t=!1,errors:r,name:o,maxLength:a,className:i,...n})=>{let[l,s]=vt.useState(0),c=Et__default.default("px-2 py-3 w-full text-stone-400 text-sm font-normal leading-tight border-2 border-opacity-0 shadow-input rounded-lg focus:outline-none focus:border-blue-500 border-neutral-400",{"border-[#DD052B] border-opacity-80 shadow-inputError":!!r},i??"");return jsxRuntime.jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsxRuntime.jsx(v,{htmlFor:o,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:t,children:e}),jsxRuntime.jsxs("div",{className:"flex flex-col justify-center items-end w-full gap-1",children:[jsxRuntime.jsx("textarea",{...n,"data-testid":"TEXT_AREA"+o,name:o,maxLength:a,className:c,onInput:p=>s(p.currentTarget.textLength)}),a&&jsxRuntime.jsx("div",{children:jsxRuntime.jsxs("p",{children:[l," / ",a]})})]}),r&&jsxRuntime.jsx(x,{children:r})]})},Oa=m(nr);
14
14
 
15
- exports.ButtonPrimitive = yr;
16
- exports.CardContentPrimitive = Fr;
17
- exports.CardDescriptionPrimitive = Mr;
18
- exports.CardFooterPrimitive = Vr;
19
- exports.CardHeaderPrimitive = Nr;
20
- exports.CardPrimitive = kr;
21
- exports.CardTitlePrimitive = Hr;
22
- exports.CheckBoxPrimitive = eo;
23
- exports.ComboBoxPrimitive = Pa;
15
+ exports.ButtonPrimitive = Cr;
16
+ exports.CardContentPrimitive = Vr;
17
+ exports.CardDescriptionPrimitive = Fr;
18
+ exports.CardFooterPrimitive = Sr;
19
+ exports.CardHeaderPrimitive = Hr;
20
+ exports.CardPrimitive = Nr;
21
+ exports.CardTitlePrimitive = Mr;
22
+ exports.CheckBoxPrimitive = to;
23
+ exports.ComboBoxPrimitive = wa;
24
24
  exports.HelperFieldPrimitive = E;
25
- exports.InputPrimitive = Ho;
26
- exports.LabelPrimitive = g;
25
+ exports.InputPrimitive = Mo;
26
+ exports.LabelPrimitive = v;
27
27
  exports.LicenseProvider = ut;
28
- exports.RadioPrimitive = Bo;
29
- exports.SelectPrimitive = Yo;
30
- exports.SwitchPrimitive = Fa;
31
- exports.TextAreaPrimitive = qa;
32
- exports.ValidateFieldPrimitive = T;
28
+ exports.RadioPrimitive = Ko;
29
+ exports.SelectPrimitive = Qo;
30
+ exports.SwitchPrimitive = Va;
31
+ exports.TextAreaPrimitive = Oa;
32
+ exports.ValidateFieldPrimitive = x;
package/dist/page.mjs CHANGED
@@ -3,6 +3,6 @@ import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import Et, { clsx } from 'clsx';
4
4
  import { twMerge } from 'tailwind-merge';
5
5
 
6
- var fe=createContext(void 0),pt=({message:e})=>jsx("div",{className:"flex justify-center items-center h-screen min-w-full bg-red-50 dark:bg-red-900/10 text-red-800 dark:text-red-200 text-xl text-center p-8 transition-colors duration-300",children:jsxs("div",{className:"max-w-md animate-[fadeIn_0.5s_ease-in-out]",children:[jsxs("h1",{className:"text-3xl font-bold mb-4 flex items-center justify-center gap-2",children:[jsx("span",{className:"animate-[bounce_1s_infinite]",children:"\u26A0\uFE0F"}),"Erro de Licen\xE7a"]}),jsx("p",{className:"mb-4 text-red-600 dark:text-red-300",children:e}),jsx("p",{className:"text-lg text-red-600 dark:text-red-400",children:"Por favor, entre em contato com o suporte."}),jsx("button",{onClick:()=>window.location.reload(),className:"mt-6 px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-colors",children:"Tentar novamente"})]})}),ut=({children:e,licenseKey:t})=>{let[r,o]=useState(!1),[a,i]=useState(null),[n,l]=useState(!0),s=c=>{if(i(null),!c)throw new Error("\u{1F512} Chave de licen\xE7a \xE9 obrigat\xF3ria");let p="chave-secreta-123";if(c!==p)throw new Error("\u274C Chave de licen\xE7a inv\xE1lida");o(!0);};return useEffect(()=>{if(t){l(!0);try{s(t);}catch(c){i(c instanceof Error?c.message:"Erro desconhecido na valida\xE7\xE3o da licen\xE7a");}finally{l(!1);}}else i("\u{1F512} Licen\xE7a n\xE3o informada"),l(!1);},[t]),n?null:jsx(fe.Provider,{value:{isLicenseValid:r,validateLicense:s,licenseError:a},children:r?e:jsx(pt,{message:a||"Licen\xE7a inv\xE1lida"})})},be=()=>{let e=useContext(fe);if(!e)throw new Error("useLicense deve ser usado dentro de um LicenseProvider");return e};var ve=({message:e="Component locked - Please validate your license"})=>jsxs("div",{className:"flex items-start p-4 bg-red-50 border border-red-500 text-red-700 rounded-md gap-2",children:[jsx("span",{children:" \u274C Component locked - Please validate your license"}),jsx("span",{children:e})]});var m=e=>t=>{let{isLicenseValid:r}=be();return r?jsx(e,{...t}):jsx(ve,{})};function f(...e){return twMerge(clsx(e))}var Te=vt.forwardRef(({className:e,overrideClassName:t,variant:r="primary",size:o="md",href:a,children:i,loading:n=!1,loadingContent:l,...s},c)=>{let p="inline-flex items-center justify-center rounded-lg font-medium cursor-pointer active:translate-y-1 transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",v={primary:"bg-blue-600 text-white hover:bg-blue-700 shadow-md focus-visible:ring-blue-500",secondary:"bg-gray-600 text-white hover:bg-gray-700 shadow-sm focus-visible:ring-gray-500",tertiary:"bg-purple-600 text-white hover:bg-purple-700 shadow-sm focus-visible:ring-purple-500",destructive:"bg-red-600 text-white hover:bg-red-700 shadow-sm focus-visible:ring-red-500",success:"bg-green-600 text-white hover:bg-green-700 shadow-sm focus-visible:ring-green-500",warning:"bg-amber-500 text-white hover:bg-amber-600 shadow-sm focus-visible:ring-amber-500",info:"bg-cyan-600 text-white hover:bg-cyan-700 shadow-sm focus-visible:ring-cyan-500",accent:"bg-violet-600 text-white hover:bg-violet-700 shadow-sm focus-visible:ring-violet-500",outline:"border border-gray-300 bg-transparent text-gray-700 hover:bg-gray-50 shadow-sm focus-visible:ring-gray-500",ghost:"bg-transparent text-gray-700 hover:bg-gray-100 focus-visible:ring-gray-500",link:"text-blue-600 underline-offset-4 hover:underline bg-transparent p-0 h-auto shadow-none",gradient:"bg-gradient-to-r from-blue-600 to-purple-600 text-white hover:from-blue-700 hover:to-purple-700 shadow-md focus-visible:ring-blue-500",glass:"bg-white/10 backdrop-blur-md border border-white/20 text-black hover:bg-white/20 shadow-sm focus-visible:ring-white/50",soft:"bg-blue-100 text-blue-700 hover:bg-blue-200 shadow-sm focus-visible:ring-blue-500",dark:"bg-gray-900 text-white hover:bg-gray-800 shadow-md focus-visible:ring-gray-500",light:"bg-gray-100 text-gray-900 hover:bg-gray-200 shadow-sm focus-visible:ring-gray-500",obsidian:"bg-black text-white hover:bg-gray-900 shadow-md border border-gray-800 focus-visible:ring-gray-700",polar:"bg-white text-gray-900 hover:bg-gray-50 shadow-md border border-gray-300 focus-visible:ring-gray-400"},x={xs:"h-7 px-2 text-xs",sm:"h-9 px-3 text-sm",md:"h-10 px-4 py-2",lg:"h-11 px-6 text-lg",xl:"h-12 px-8 text-xl"},d=t?e:f(p,v[r],x[o],e);return a?jsx("a",{href:a,className:d,ref:c,children:n&&l?l:i}):jsx("button",{className:d,ref:c,...s,children:n&&l?l:i})});Te.displayName="Button";var yr=m(Te);var ye=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("rounded-lg border bg-card text-card-foreground shadow-sm",e),...o,children:r}));ye.displayName="Card";var Ce=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("flex flex-col space-y-1.5 p-6",e),...o,children:r}));Ce.displayName="CardHeader";var Pe=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("h3",{ref:a,className:t?e:f("text-2xl font-semibold leading-none tracking-tight",e),...o,children:r}));Pe.displayName="CardTitle";var we=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("p",{ref:a,className:t?e:f("text-sm text-muted-foreground",e),...o,children:r}));we.displayName="CardDescription";var Le=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("p-6 pt-0",e),...o,children:r}));Le.displayName="CardContent";var Re=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("flex items-center p-6 pt-0",e),...o,children:r}));Re.displayName="CardFooter";var kr=m(ye),Nr=m(Ce),Hr=m(Pe),Mr=m(we),Fr=m(Le),Vr=m(Re);var xt=({children:e,className:t,overrideClassName:r})=>{if(e)return jsx("p",{className:r?t:f("text-sm text-muted-foreground",t),children:e})},E=m(xt);var Tt=({children:e,required:t,className:r,overrideClassName:o=!1,...a})=>jsxs("div",{className:"flex items-center gap-1",children:[jsx("label",{...a,className:o?r:f("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r),children:e}),t&&jsx("span",{className:"text-red-600",children:"*"})]}),g=m(Tt);var Ct=({children:e,className:t,overrideClassName:r})=>{if(e)return jsx("p",{className:r?t:f("text-sm text-red-600 dark:text-red-400",t),children:e})},T=m(Ct);var Ne=forwardRef(({label:e,required:t,option:r,orientation:o="left",className:a,overrideClassName:i=!1,helperText:n,error:l,...s},c)=>{let p=useId(),v=f("h-4 w-4 rounded border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",l&&"border-destructive",a);return jsxs("div",{className:"space-y-2",children:[e&&jsx(g,{required:t,children:e}),jsxs("div",{className:`flex ${o=="left"?"flex-row":"flex-row-reverse"} w-fit gap-2`,children:[jsx("input",{id:p,type:"checkbox",className:i?a:v,ref:c,...s}),r&&jsx(g,{htmlFor:p,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),l&&jsx(T,{children:l}),!l&&n&&jsx(E,{children:n})]})});Ne.displayName="CheckBox";var eo=m(Ne);var Rt=({...e})=>jsx("svg",{...e,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),U=Rt;var kt=({children:e,before:t,after:r,className:o})=>{let i=Et("flex justify-center items-center",{"rounded-l-lg":t,"rounded-r-lg":r},o);return jsx("div",{className:i,children:jsx("span",{children:e})})},te=kt;var Nt=({children:e})=>jsx("div",{className:"absolute px-2",children:jsx("span",{children:e})}),Ve=Nt;var Ht=({children:e})=>jsx("div",{className:"absolute right-0 px-2",children:jsx("span",{children:e})}),Ie=Ht;function Ae(e){e.currentTarget.maxLength=9;let t=e.currentTarget.value;return t=t.replace(/\D/g,""),t=t.replace(/^(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function $e(e){let t=e.currentTarget.value;t=t.replace(/\D/g,""),t=t.padStart(3,"0");let r=t.slice(0,-2),o=t.slice(-2),n=`${(r.replace(/^0+/,"")||"0").replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1.")},${o}`;return e.currentTarget.value=n,e}function De(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value;return t.match(/^(\d{3}).(\d{3}).(\d{3})-(\d{2})$/)||(t=t.replace(/\D/g,""),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2"),e.currentTarget.value=t),e}function Be(e){e.currentTarget.maxLength=15;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function Ke(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{4})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function qe(e){let t=e.currentTarget.value.replace(/\D/g,"");return t.length<=11?(e.currentTarget.maxLength=14,t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2")):(e.currentTarget.maxLength=18,t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2")),e.currentTarget.value=t,e}function Oe(e){e.currentTarget.maxLength=12;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{1})$/,"$1-$2"),e.currentTarget.value=t,e}function _e(e){e.currentTarget.maxLength=18;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2"),e.currentTarget.value=t,e}var Mt=({e,mask:t})=>{switch(t){case"money":return $e(e);case"mobile":return Be(e);case"phone":return Ke(e);case"cpfCnpj":return qe(e);case"cpf":return De(e);case"rg":return Oe(e);case"cnpj":return _e(e);case"cep":return Ae(e);default:return e}},We=Mt;var St=({mask:e,initialValue:t=""})=>{let[r,o]=useState(t);useEffect(()=>{t!==r&&o(t);},[t]);let a=useCallback(n=>{let s=We({e:n,mask:e})?.currentTarget?.value??n.currentTarget.value;o(s);},[e]),i=useCallback(()=>o(""),[]);return {value:r,setValue:o,handleChange:a,handleClear:i}},Ue=St;var Je=forwardRef(({label:e,required:t=!1,mask:r,name:o,prefix:a,suffix:i,addonBefore:n,addonBeforeClassName:l,addonAfter:s,addonAfterClassName:c,ClearEnabled:p=!0,className:v,overrideClassName:x=!1,error:d,helperText:h,value:y=void 0,onChange:u,...b},C)=>{let P=useId(),{handleChange:M,handleClear:N,setValue:I}=Ue({mask:r,initialValue:y}),A=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",d&&"border-destructive focus-visible:ring-destructive",!a&&!i&&"px-3",a&&!i&&"pl-10 pr-3",i&&!a&&"pl-3 pr-10",a&&i&&"pl-10 pr-10",n&&"rounded-l-none border-l-0",s&&"rounded-r-none border-r-0",v),X=F=>{M(F),u?.(F);},W=()=>{N(),I(""),u?.({target:{name:o||"",value:""}});};return jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsx(g,{htmlFor:P,required:t,children:e}),jsxs("div",{className:"relative flex",children:[n&&jsx(te,{before:!0,className:l,children:n}),jsxs("div",{className:"relative flex items-center w-full",children:[a&&jsx(Ve,{children:a}),jsx("input",{id:P,ref:C,name:o,onChange:X,className:x?v:A,...b}),p&&y&&jsx(U,{onClick:W,width:12,height:12,className:f("absolute right-2 cursor-pointer",i&&"right-8")}),i&&jsx(Ie,{children:i})]}),s&&jsx(te,{after:!0,className:c,children:s})]}),d&&jsx(T,{children:d}),!d&&h&&jsx(E,{children:h})]})});Je.displayName="Input";var Ho=m(Je);var ze=forwardRef(({label:e,required:t,option:r,className:o,overrideClassName:a,helperText:i,error:n,...l},s)=>{let c=useId(),p=f("h-4 w-4 border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",n&&"border-destructive",o);return jsxs("div",{className:"space-y-3",children:[e&&jsx(g,{required:t,children:e}),jsxs("div",{className:"flex items-center space-x-2",children:[jsx("input",{id:c,type:"radio",className:a?o:p,ref:s,...l}),r&&jsx(g,{htmlFor:c,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),n&&jsx(T,{children:n}),!n&&i&&jsx(E,{children:i})]})});ze.displayName="Radio";var Bo=m(ze);function qt({label:e,required:t=!1,options:r,labelKey:o,valueKey:a,onChange:i,placeholder:n,error:l,helperText:s,className:c,...p},v){let x=useId(),d=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",l&&"border-red-500 focus-visible:ring-red-500",c);return jsxs("div",{className:"space-y-2",children:[e&&jsx(g,{htmlFor:x,required:t,children:e}),jsxs("select",{id:x,onChange:i,className:d,ref:v,...p,children:[n&&jsx("option",{value:"",disabled:!0,children:n}),r.map((h,y)=>jsx("option",{value:String(h[a]),children:String(h[o])},y))]}),l&&jsx(T,{children:l}),!l&&s&&jsx(E,{children:s})]})}var Qe=forwardRef(qt);Qe.displayName="Select";var Yo=m(Qe);var _t=(e,t)=>{useEffect(()=>{let r=o=>{e.current&&!e.current.contains(o.target)&&t(!1);};return document.addEventListener("mousedown",r),()=>{document.removeEventListener("mousedown",r);}},[e,t]);},Ze=_t;function oe({options:e,labelKey:t,valueKey:r,multiple:o,onChange:a,setSearchTerm:i,typeSet:n,name:l}){let[s,c]=useState([]),p=useMemo(()=>new Map(e.map(u=>[String(u[r]),u])),[e,r]),v=useCallback(()=>s.map(u=>p.get(u)).filter(u=>!!u),[s,p]),x=useCallback(u=>{if(!a)return;let b;if(n==="field"?o?b=u:b=u[0]??void 0:o?b=u.map(P=>p.get(P)).filter(P=>P!==void 0):b=p.get(u[0]??"")??void 0,i&&!o){let C=p.get(u[0]??"");C&&i(String(C[t]));}a({target:{name:l,value:b,type:"combobox"}});},[o,a,p,l,n,i,t]),d=useCallback(u=>{let b=String(u[r]),C=o?s.includes(b)?s.filter(P=>P!==b):[...s,b]:[b];c(C),x(C);},[o,s,x,r]),h=useCallback(u=>{let b=s.filter(C=>C!==u);c(b),x(b);},[s,x]),y=useCallback(()=>{c([]),i?.("");let u;n==="field"?u=o?[]:"":u=o?[]:void 0,a?.({target:{name:l,value:u,type:"combobox"}});},[o,a,l,i,n]);return {selectedValues:s,handleSelect:d,handleRemove:h,handleClear:y,getSelectedOptions:v}}function ae(e,t,r){return useMemo(()=>r?e.filter(a=>String(a[t]).toLowerCase().includes(r.toLowerCase())):e,[e,r,t])}var et=({isOpen:e,setIsOpen:t,multiple:r,searchTerm:o,setSearchTerm:a,selectedValues:i,filteredOptions:n,highlightedIndex:l,setHighlightedIndex:s,handleSelect:c,handleRemove:p})=>{let v=useCallback(d=>{if(n.length===0){s(-1);return}s(h=>h<0?d>0?0:n.length-1:(h+d+n.length)%n.length);},[n,s]);return useCallback(d=>{if(!e){if(d.key==="Enter"||d.key==="ArrowDown"){t(!0),s(0),d.preventDefault();return}r&&d.key==="Backspace"&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));return}switch(d.key){case"ArrowDown":d.preventDefault(),v(1);break;case"ArrowUp":d.preventDefault(),v(-1);break;case"Enter":d.preventDefault();let h=l>=0?l:0,y=n[h];y&&c(y),r&&a&&a(""),r||(t(!1),s(-1));break;case"Escape":d.preventDefault(),t(!1),s(-1),r||a("");break;case"Tab":t(!1),s(-1);break;case"Home":d.preventDefault(),n.length>0&&s(0);break;case"End":d.preventDefault(),n.length>0&&s(n.length-1);break;case"Backspace":r&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));break}},[e,r,o,i,n,l,t,a,s,c,p,v])};function tt({option:e,labelKey:t,valueKey:r,onRemove:o}){let a=String(e[t]),i=String(e[r]);return jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 text-xs bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 rounded",children:[a,jsx("button",{type:"button",onMouseDown:n=>n.preventDefault(),onClick:()=>o(i),className:"hover:bg-blue-200 dark:hover:bg-blue-800 rounded-full p-0.5 transition-colors","aria-label":`Remover ${a}`,children:"\u2715"})]},i)}function Zt(e,t){let{label:r,required:o=!1,name:a,placeholder:i="Buscar...",labelKey:n,valueKey:l,options:s,value:c,onChange:p,mode:v="single",typeSet:x="field",disabled:d=!1,ClearEnabled:h=!0,helperText:y,error:u=!1,className:b="",...C}=e,P=v==="multiple",[M,N]=useState(!1),[I,A]=useState(""),X=useRef(null),W=useRef(null),F=useRef(null);useImperativeHandle(t,()=>F.current),Ze(W,()=>N(!1));let z=ae(s,n,I),[G,Y]=useState(-1),{selectedValues:Q,handleSelect:ce,handleRemove:me,handleClear:at,getSelectedOptions:pe}=oe({options:s,labelKey:n,valueKey:l,value:c,multiple:P,onChange:p,typeSet:x,name:a,setSearchTerm:A}),nt=et({isOpen:M,setIsOpen:N,multiple:P,searchTerm:I,setSearchTerm:A,selectedValues:Q,filteredOptions:z,highlightedIndex:G,setHighlightedIndex:Y,handleSelect:ce,handleRemove:me}),$=useId(),it="w-full bg-transparent outline-none placeholder:text-gray-500 dark:placeholder:text-gray-400 text-gray-900 dark:text-gray-100",st=f("relative w-full min-h-[40px] px-3 py-2 border rounded-md bg-white dark:bg-gray-800",u?"border-red-500":"border-gray-300 dark:border-gray-600",d?"opacity-50 cursor-not-allowed":"cursor-text","focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500");return jsxs("div",{className:`space-y-2 ${b}`,children:[r&&jsx(g,{htmlFor:$,required:o,children:r}),jsxs("div",{ref:X,className:"relative",children:[jsxs("div",{className:st,children:[P&&pe().length>0&&jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:pe().map((w,R)=>jsx(tt,{option:w,labelKey:n,valueKey:l,onRemove:me},String(w[l]??R)))}),jsx("input",{ref:F,...C,name:a,type:"text",placeholder:i,value:I,onChange:w=>{let R=w.target.value;A(R),!M&&R.trim()!==""&&N(!0);},onKeyDown:nt,onMouseDown:w=>{document.activeElement===F.current&&(w.preventDefault(),N(R=>{let D=!R;return D&&Y(0),D}));},onFocus:()=>{N(!0),Y(0);},disabled:d,className:it,role:"combobox","aria-expanded":M,"aria-controls":$,"aria-activedescendant":G>=0?`${$}-opt-${G}`:void 0}),h&&!!Q.length&&jsx("button",{type:"button",onMouseDown:w=>w.preventDefault(),onClick:at,className:"absolute right-2 top-2 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700",title:"Limpar sele\xE7\xE3o",children:jsx(U,{width:12,height:12})})]}),M&&jsx("div",{ref:W,id:$,className:"absolute z-50 w-full mt-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-md shadow-lg max-h-60 overflow-auto",role:"listbox","aria-multiselectable":P||void 0,children:z.length===0?jsx("div",{className:"px-3 py-2 text-sm text-gray-500 dark:text-gray-400",children:"Nenhum resultado encontrado"}):z.map((w,R)=>{let D=String(w[l]),Z=Q.includes(D),j=R===G;return jsx("button",{id:`${$}-opt-${R}`,"data-index":R,role:"option","aria-selected":Z,type:"button",onMouseDown:lt=>lt.preventDefault(),onClick:()=>ce(w),className:f("w-full px-3 py-2 text-left text-sm transition-colors",j&&"bg-blue-100 dark:bg-blue-800 text-blue-900 dark:text-white",!j&&Z&&"bg-blue-50 dark:bg-blue-900/20 text-blue-700 dark:text-blue-300",!Z&&!j&&"text-gray-900 dark:text-gray-100","hover:bg-gray-100 dark:hover:bg-gray-700"),children:jsx("span",{children:String(w[n])})},D)})})]}),u&&jsx(T,{children:u}),!u&&y&&jsx(E,{children:y})]})}var rt=forwardRef(Zt);rt.displayName="ComboBox";var Pa=m(rt);var er=(e,t)=>useMemo(()=>{let r=e?`${e}-group`:void 0,o=e&&t?`${e}-error`:void 0;return {groupId:r,errorId:o,ariaProps:{"aria-labelledby":r,"aria-invalid":t?"true":void 0,"aria-errormessage":t?o:void 0}}},[e,t]),ot=er;var tr=({name:e,label:t,required:r,errors:o,className:a,option:i,...n})=>{let{groupId:l,errorId:s,ariaProps:c}=ot(e,o);return jsxs("div",{className:`switch-group ${a}`,children:[t&&jsx(g,{htmlFor:e,id:l,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:r,children:t}),jsx("div",{...c,children:jsxs(g,{htmlFor:e,className:"flex items-center gap-2 cursor-pointer",children:[jsxs("div",{className:"relative inline-block w-12 h-6",children:[jsx("input",{id:e,name:e,type:"checkbox",className:"opacity-0 w-0 h-0 peer","data-testid":"INPUT_SWITCH"+e,"aria-describedby":s,...n}),jsx("span",{className:"absolute cursor-pointer top-0 left-0 right-0 bottom-0 bg-gray-300 rounded-full transition duration-300 before:absolute before:content-[''] before:h-5 before:w-5 before:left-0.5 before:bottom-0.5 before:bg-white before:rounded-full before:transition before:duration-300 peer-checked:bg-blue-600 peer-checked:before:translate-x-6"})]}),i]})}),o&&jsx(T,{children:o})]})},Fa=m(tr);var ar=({label:e,required:t=!1,errors:r,name:o,maxLength:a,className:i,...n})=>{let[l,s]=useState(0),c=Et("px-2 py-3 w-full text-stone-400 text-sm font-normal leading-tight border-2 border-opacity-0 shadow-input rounded-lg focus:outline-none focus:border-blue-500 border-neutral-400",{"border-[#DD052B] border-opacity-80 shadow-inputError":!!r},i??"");return jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsx(g,{htmlFor:o,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:t,children:e}),jsxs("div",{className:"flex flex-col justify-center items-end w-full gap-1",children:[jsx("textarea",{...n,"data-testid":"TEXT_AREA"+o,name:o,maxLength:a,className:c,onInput:p=>s(p.currentTarget.textLength)}),a&&jsx("div",{children:jsxs("p",{children:[l," / ",a]})})]}),r&&jsx(T,{children:r})]})},qa=m(ar);
6
+ var fe=createContext(void 0),pt=({message:e})=>jsx("div",{className:"flex justify-center items-center h-screen min-w-full bg-red-50 dark:bg-red-900/10 text-red-800 dark:text-red-200 text-xl text-center p-8 transition-colors duration-300",children:jsxs("div",{className:"max-w-md animate-[fadeIn_0.5s_ease-in-out]",children:[jsxs("h1",{className:"text-3xl font-bold mb-4 flex items-center justify-center gap-2",children:[jsx("span",{className:"animate-[bounce_1s_infinite]",children:"\u26A0\uFE0F"}),"Erro de Licen\xE7a"]}),jsx("p",{className:"mb-4 text-red-600 dark:text-red-300",children:e}),jsx("p",{className:"text-lg text-red-600 dark:text-red-400",children:"Por favor, entre em contato com o suporte."}),jsx("button",{onClick:()=>window.location.reload(),className:"mt-6 px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-colors",children:"Tentar novamente"})]})}),ut=({children:e,licenseKey:t})=>{let[r,o]=useState(!1),[a,i]=useState(null),[n,l]=useState(!0),s=c=>{if(i(null),!c)throw new Error("\u{1F512} Chave de licen\xE7a \xE9 obrigat\xF3ria");let p="chave-secreta-123";if(c!==p)throw new Error("\u274C Chave de licen\xE7a inv\xE1lida");o(!0);};return useEffect(()=>{if(t){l(!0);try{s(t);}catch(c){i(c instanceof Error?c.message:"Erro desconhecido na valida\xE7\xE3o da licen\xE7a");}finally{l(!1);}}else i("\u{1F512} Licen\xE7a n\xE3o informada"),l(!1);},[t]),n?null:jsx(fe.Provider,{value:{isLicenseValid:r,validateLicense:s,licenseError:a},children:r?e:jsx(pt,{message:a||"Licen\xE7a inv\xE1lida"})})},be=()=>{let e=useContext(fe);if(!e)throw new Error("useLicense deve ser usado dentro de um LicenseProvider");return e};var ve=({message:e="Component locked - Please validate your license"})=>jsxs("div",{className:"flex items-start p-4 bg-red-50 border border-red-500 text-red-700 rounded-md gap-2",children:[jsx("span",{children:" \u274C Component locked - Please validate your license"}),jsx("span",{children:e})]});function m(e){return r=>{let{isLicenseValid:o}=be();return o?jsx(e,{...r}):jsx(ve,{})}}function f(...e){return twMerge(clsx(e))}var Te=vt.forwardRef(({className:e,overrideClassName:t,variant:r="primary",size:o="md",href:a,children:i,loading:n=!1,loadingContent:l,...s},c)=>{let p="inline-flex items-center justify-center rounded-lg font-medium cursor-pointer active:translate-y-1 transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",b={primary:"bg-blue-600 text-white hover:bg-blue-700 shadow-md focus-visible:ring-blue-500",secondary:"bg-gray-600 text-white hover:bg-gray-700 shadow-sm focus-visible:ring-gray-500",tertiary:"bg-purple-600 text-white hover:bg-purple-700 shadow-sm focus-visible:ring-purple-500",destructive:"bg-red-600 text-white hover:bg-red-700 shadow-sm focus-visible:ring-red-500",success:"bg-green-600 text-white hover:bg-green-700 shadow-sm focus-visible:ring-green-500",warning:"bg-amber-500 text-white hover:bg-amber-600 shadow-sm focus-visible:ring-amber-500",info:"bg-cyan-600 text-white hover:bg-cyan-700 shadow-sm focus-visible:ring-cyan-500",accent:"bg-violet-600 text-white hover:bg-violet-700 shadow-sm focus-visible:ring-violet-500",outline:"border border-gray-300 bg-transparent text-gray-700 hover:bg-gray-50 shadow-sm focus-visible:ring-gray-500",ghost:"bg-transparent text-gray-700 hover:bg-gray-100 focus-visible:ring-gray-500",link:"text-blue-600 underline-offset-4 hover:underline bg-transparent p-0 h-auto shadow-none",gradient:"bg-gradient-to-r from-blue-600 to-purple-600 text-white hover:from-blue-700 hover:to-purple-700 shadow-md focus-visible:ring-blue-500",glass:"bg-white/10 backdrop-blur-md border border-white/20 text-black hover:bg-white/20 shadow-sm focus-visible:ring-white/50",soft:"bg-blue-100 text-blue-700 hover:bg-blue-200 shadow-sm focus-visible:ring-blue-500",dark:"bg-gray-900 text-white hover:bg-gray-800 shadow-md focus-visible:ring-gray-500",light:"bg-gray-100 text-gray-900 hover:bg-gray-200 shadow-sm focus-visible:ring-gray-500",obsidian:"bg-black text-white hover:bg-gray-900 shadow-md border border-gray-800 focus-visible:ring-gray-700",polar:"bg-white text-gray-900 hover:bg-gray-50 shadow-md border border-gray-300 focus-visible:ring-gray-400"},h={xs:"h-7 px-2 text-xs",sm:"h-9 px-3 text-sm",md:"h-10 px-4 py-2",lg:"h-11 px-6 text-lg",xl:"h-12 px-8 text-xl"},d=t?e:f(p,b[r],h[o],e);return a?jsx("a",{href:a,className:d,ref:c,children:n&&l?l:i}):jsx("button",{className:d,ref:c,...s,children:n&&l?l:i})});Te.displayName="Button";var Cr=m(Te);var ye=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("rounded-lg border bg-card text-card-foreground shadow-sm",e),...o,children:r}));ye.displayName="Card";var Ce=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("flex flex-col space-y-1.5 p-6",e),...o,children:r}));Ce.displayName="CardHeader";var Pe=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("h3",{ref:a,className:t?e:f("text-2xl font-semibold leading-none tracking-tight",e),...o,children:r}));Pe.displayName="CardTitle";var we=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("p",{ref:a,className:t?e:f("text-sm text-muted-foreground",e),...o,children:r}));we.displayName="CardDescription";var Le=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("p-6 pt-0",e),...o,children:r}));Le.displayName="CardContent";var Re=forwardRef(({className:e,overrideClassName:t=!1,children:r,...o},a)=>jsx("div",{ref:a,className:t?e:f("flex items-center p-6 pt-0",e),...o,children:r}));Re.displayName="CardFooter";var Nr=m(ye),Hr=m(Ce),Mr=m(Pe),Fr=m(we),Vr=m(Le),Sr=m(Re);var xt=({children:e,className:t,overrideClassName:r})=>{if(e)return jsx("p",{className:r?t:f("text-sm text-muted-foreground",t),children:e})},E=m(xt);var Tt=({children:e,required:t,className:r,overrideClassName:o=!1,...a})=>jsxs("div",{className:"flex items-center gap-1",children:[jsx("label",{...a,className:o?r:f("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r),children:e}),t&&jsx("span",{className:"text-red-600",children:"*"})]}),v=m(Tt);var Ct=({children:e,className:t,overrideClassName:r})=>{if(e)return jsx("p",{className:r?t:f("text-sm text-red-600 dark:text-red-400",t),children:e})},x=m(Ct);var Ne=forwardRef(({label:e,required:t,option:r,orientation:o="left",className:a,overrideClassName:i=!1,helperText:n,error:l,...s},c)=>{let p=useId(),b=f("h-4 w-4 rounded border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",l&&"border-destructive",a);return jsxs("div",{className:"space-y-2",children:[e&&jsx(v,{required:t,children:e}),jsxs("div",{className:`flex ${o=="left"?"flex-row":"flex-row-reverse"} w-fit gap-2`,children:[jsx("input",{id:p,type:"checkbox",className:i?a:b,ref:c,...s}),r&&jsx(v,{htmlFor:p,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),l&&jsx(x,{children:l}),!l&&n&&jsx(E,{children:n})]})});Ne.displayName="CheckBox";var to=m(Ne);var Rt=({...e})=>jsx("svg",{...e,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),G=Rt;var kt=({children:e,before:t,after:r,className:o})=>{let i=Et("flex justify-center items-center",{"rounded-l-lg":t,"rounded-r-lg":r},o);return jsx("div",{className:i,children:jsx("span",{children:e})})},te=kt;var Nt=({children:e})=>jsx("div",{className:"absolute px-2",children:jsx("span",{children:e})}),Ve=Nt;var Ht=({children:e})=>jsx("div",{className:"absolute right-0 px-2",children:jsx("span",{children:e})}),Ie=Ht;function Ae(e){e.currentTarget.maxLength=9;let t=e.currentTarget.value;return t=t.replace(/\D/g,""),t=t.replace(/^(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function $e(e){let t=e.currentTarget.value;t=t.replace(/\D/g,""),t=t.padStart(3,"0");let r=t.slice(0,-2),o=t.slice(-2),n=`${(r.replace(/^0+/,"")||"0").replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1.")},${o}`;return e.currentTarget.value=n,e}function De(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value;return t.match(/^(\d{3}).(\d{3}).(\d{3})-(\d{2})$/)||(t=t.replace(/\D/g,""),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2"),e.currentTarget.value=t),e}function Be(e){e.currentTarget.maxLength=15;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{5})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function Ke(e){e.currentTarget.maxLength=14;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"($1) $2"),t=t.replace(/(\d{4})(\d)/,"$1-$2"),e.currentTarget.value=t,e}function qe(e){let t=e.currentTarget.value.replace(/\D/g,"");return t.length<=11?(e.currentTarget.maxLength=14,t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{2})$/,"$1-$2")):(e.currentTarget.maxLength=18,t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2")),e.currentTarget.value=t,e}function Oe(e){e.currentTarget.maxLength=12;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d{1})$/,"$1-$2"),e.currentTarget.value=t,e}function We(e){e.currentTarget.maxLength=18;let t=e.currentTarget.value.replace(/\D/g,"");return t=t.replace(/(\d{2})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1.$2"),t=t.replace(/(\d{3})(\d)/,"$1/$2"),t=t.replace(/(\d{4})(\d{2})$/,"$1-$2"),e.currentTarget.value=t,e}var Mt=({e,mask:t})=>{switch(t){case"money":return $e(e);case"mobile":return Be(e);case"phone":return Ke(e);case"cpfCnpj":return qe(e);case"cpf":return De(e);case"rg":return Oe(e);case"cnpj":return We(e);case"cep":return Ae(e);default:return e}},_e=Mt;var St=({mask:e,initialValue:t=""})=>{let[r,o]=useState(t);useEffect(()=>{t!==r&&o(t);},[t]);let a=useCallback(n=>{let s=_e({e:n,mask:e})?.currentTarget?.value??n.currentTarget.value;o(s);},[e]),i=useCallback(()=>o(""),[]);return {value:r,setValue:o,handleChange:a,handleClear:i}},Ge=St;var Ue=forwardRef(({label:e,required:t=!1,mask:r,name:o,prefix:a,suffix:i,addonBefore:n,addonBeforeClassName:l,addonAfter:s,addonAfterClassName:c,ClearEnabled:p=!0,className:b,overrideClassName:h=!1,error:d,helperText:T,value:L=void 0,onChange:u,...g},y)=>{let C=useId(),{handleChange:M,handleClear:N,setValue:I}=Ge({mask:r,initialValue:L}),A=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",d&&"border-destructive focus-visible:ring-destructive",!a&&!i&&"px-3",a&&!i&&"pl-10 pr-3",i&&!a&&"pl-3 pr-10",a&&i&&"pl-10 pr-10",n&&"rounded-l-none border-l-0",s&&"rounded-r-none border-r-0",b),X=F=>{M(F),u?.(F);},_=()=>{N(),I(""),u?.({target:{name:o||"",value:""}});};return jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsx(v,{htmlFor:C,required:t,children:e}),jsxs("div",{className:"relative flex",children:[n&&jsx(te,{before:!0,className:l,children:n}),jsxs("div",{className:"relative flex items-center w-full",children:[a&&jsx(Ve,{children:a}),jsx("input",{id:C,ref:y,name:o,onChange:X,className:h?b:A,...g}),p&&L&&jsx(G,{onClick:_,width:12,height:12,className:f("absolute right-2 cursor-pointer",i&&"right-8")}),i&&jsx(Ie,{children:i})]}),s&&jsx(te,{after:!0,className:c,children:s})]}),d&&jsx(x,{children:d}),!d&&T&&jsx(E,{children:T})]})});Ue.displayName="Input";var Mo=m(Ue);var ze=forwardRef(({label:e,required:t,option:r,className:o,overrideClassName:a,helperText:i,error:n,...l},s)=>{let c=useId(),p=f("h-4 w-4 border border-input bg-background text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",n&&"border-destructive",o);return jsxs("div",{className:"space-y-3",children:[e&&jsx(v,{required:t,children:e}),jsxs("div",{className:"flex items-center space-x-2",children:[jsx("input",{id:c,type:"radio",className:a?o:p,ref:s,...l}),r&&jsx(v,{htmlFor:c,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",overrideClassName:!0,children:r})]}),n&&jsx(x,{children:n}),!n&&i&&jsx(E,{children:i})]})});ze.displayName="Radio";var Ko=m(ze);function qt({label:e,required:t=!1,options:r,labelKey:o,valueKey:a,placeholder:i,error:n,helperText:l,className:s,...c},p){let b=useId(),h=f("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",n&&"border-red-500 focus-visible:ring-red-500",s);return jsxs("div",{className:"space-y-2",children:[e&&jsx(v,{htmlFor:b,required:t,children:e}),jsxs("select",{id:b,className:h,ref:p,...c,children:[i&&jsx("option",{value:"",disabled:!0,children:i}),r.map((d,T)=>jsx("option",{value:String(d[a]),children:String(d[o])},T))]}),n&&jsx(x,{children:n}),!n&&l&&jsx(E,{children:l})]})}var Qe=forwardRef(qt);Qe.displayName="Select";var Ot=Qe,Qo=m(Ot);var _t=(e,t)=>{useEffect(()=>{let r=o=>{e.current&&!e.current.contains(o.target)&&t(!1);};return document.addEventListener("mousedown",r),()=>{document.removeEventListener("mousedown",r);}},[e,t]);},Ze=_t;function oe({options:e,labelKey:t,valueKey:r,multiple:o,onChange:a,setSearchTerm:i,typeSet:n,name:l}){let[s,c]=useState([]),p=useMemo(()=>new Map(e.map(u=>[String(u[r]),u])),[e,r]),b=useCallback(()=>s.map(u=>p.get(u)).filter(u=>!!u),[s,p]),h=useCallback(u=>{if(!a)return;let g;if(n==="field"?o?g=u:g=u[0]??void 0:o?g=u.map(C=>p.get(C)).filter(C=>C!==void 0):g=p.get(u[0]??"")??void 0,i&&!o){let y=p.get(u[0]??"");y&&i(String(y[t]));}a({target:{name:l,value:g,type:"combobox"}});},[o,a,p,l,n,i,t]),d=useCallback(u=>{let g=String(u[r]),y=o?s.includes(g)?s.filter(C=>C!==g):[...s,g]:[g];c(y),h(y);},[o,s,h,r]),T=useCallback(u=>{let g=s.filter(y=>y!==u);c(g),h(g);},[s,h]),L=useCallback(()=>{c([]),i?.("");let u;n==="field"?u=o?[]:"":u=o?[]:void 0,a?.({target:{name:l,value:u,type:"combobox"}});},[o,a,l,i,n]);return {selectedValues:s,handleSelect:d,handleRemove:T,handleClear:L,getSelectedOptions:b}}function ae(e,t,r){return useMemo(()=>r?e.filter(a=>String(a[t]).toLowerCase().includes(r.toLowerCase())):e,[e,r,t])}var et=({isOpen:e,setIsOpen:t,multiple:r,searchTerm:o,setSearchTerm:a,selectedValues:i,filteredOptions:n,highlightedIndex:l,setHighlightedIndex:s,handleSelect:c,handleRemove:p})=>{let b=useCallback(d=>{if(n.length===0){s(-1);return}s(T=>T<0?d>0?0:n.length-1:(T+d+n.length)%n.length);},[n,s]);return useCallback(d=>{if(!e){if(d.key==="Enter"||d.key==="ArrowDown"){t(!0),s(0),d.preventDefault();return}r&&d.key==="Backspace"&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));return}switch(d.key){case"ArrowDown":d.preventDefault(),b(1);break;case"ArrowUp":d.preventDefault(),b(-1);break;case"Enter":d.preventDefault();let T=l>=0?l:0,L=n[T];L&&c(L),r&&a&&a(""),r||(t(!1),s(-1));break;case"Escape":d.preventDefault(),t(!1),s(-1),r||a("");break;case"Tab":t(!1),s(-1);break;case"Home":d.preventDefault(),n.length>0&&s(0);break;case"End":d.preventDefault(),n.length>0&&s(n.length-1);break;case"Backspace":r&&o===""&&i.length>0&&(d.preventDefault(),p(i[i.length-1]));break}},[e,r,o,i,n,l,t,a,s,c,p,b])};function tt({option:e,labelKey:t,valueKey:r,onRemove:o}){let a=String(e[t]),i=String(e[r]);return jsxs("span",{className:"inline-flex items-center gap-1 px-2 py-1 text-xs bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200 rounded",children:[a,jsx("button",{type:"button",onMouseDown:n=>n.preventDefault(),onClick:()=>o(i),className:"hover:bg-blue-200 dark:hover:bg-blue-800 rounded-full p-0.5 transition-colors","aria-label":`Remover ${a}`,children:"\u2715"})]},i)}function jt(e,t){let{label:r,required:o=!1,name:a,placeholder:i="Buscar...",labelKey:n,valueKey:l,options:s,value:c,onChange:p,mode:b="single",typeSet:h="field",disabled:d=!1,ClearEnabled:T=!0,helperText:L,error:u=!1,className:g="",...y}=e,C=b==="multiple",[M,N]=useState(!1),[I,A]=useState(""),X=useRef(null),_=useRef(null),F=useRef(null);useImperativeHandle(t,()=>F.current),Ze(_,()=>N(!1));let z=ae(s,n,I),[J,Y]=useState(-1),{selectedValues:Q,handleSelect:ce,handleRemove:me,handleClear:at,getSelectedOptions:pe}=oe({options:s,labelKey:n,valueKey:l,value:c,multiple:C,onChange:p,typeSet:h,name:a,setSearchTerm:A}),nt=et({isOpen:M,setIsOpen:N,multiple:C,searchTerm:I,setSearchTerm:A,selectedValues:Q,filteredOptions:z,highlightedIndex:J,setHighlightedIndex:Y,handleSelect:ce,handleRemove:me}),$=useId(),it="w-full bg-transparent outline-none placeholder:text-gray-500 dark:placeholder:text-gray-400 text-gray-900 dark:text-gray-100",st=f("relative w-full min-h-[40px] px-3 py-2 border rounded-md bg-white dark:bg-gray-800",u?"border-red-500":"border-gray-300 dark:border-gray-600",d?"opacity-50 cursor-not-allowed":"cursor-text","focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500");return jsxs("div",{className:`space-y-2 ${g}`,children:[r&&jsx(v,{htmlFor:$,required:o,children:r}),jsxs("div",{ref:X,className:"relative",children:[jsxs("div",{className:st,children:[C&&pe().length>0&&jsx("div",{className:"flex flex-wrap gap-1 mb-2",children:pe().map((P,R)=>jsx(tt,{option:P,labelKey:n,valueKey:l,onRemove:me},String(P[l]??R)))}),jsx("input",{ref:F,...y,name:a,type:"text",placeholder:i,value:I,onChange:P=>{let R=P.target.value;A(R),!M&&R.trim()!==""&&N(!0);},onKeyDown:nt,onMouseDown:P=>{document.activeElement===F.current&&(P.preventDefault(),N(R=>{let D=!R;return D&&Y(0),D}));},onFocus:()=>{N(!0),Y(0);},disabled:d,className:it,role:"combobox","aria-expanded":M,"aria-controls":$,"aria-activedescendant":J>=0?`${$}-opt-${J}`:void 0}),T&&!!Q.length&&jsx("button",{type:"button",onMouseDown:P=>P.preventDefault(),onClick:at,className:"absolute right-2 top-2 text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 p-1 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700",title:"Limpar sele\xE7\xE3o",children:jsx(G,{width:12,height:12})})]}),M&&jsx("div",{ref:_,id:$,className:"absolute z-50 w-full mt-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-md shadow-lg max-h-60 overflow-auto",role:"listbox","aria-multiselectable":C||void 0,children:z.length===0?jsx("div",{className:"px-3 py-2 text-sm text-gray-500 dark:text-gray-400",children:"Nenhum resultado encontrado"}):z.map((P,R)=>{let D=String(P[l]),Z=Q.includes(D),j=R===J;return jsx("button",{id:`${$}-opt-${R}`,"data-index":R,role:"option","aria-selected":Z,type:"button",onMouseDown:lt=>lt.preventDefault(),onClick:()=>ce(P),className:f("w-full px-3 py-2 text-left text-sm transition-colors",j&&"bg-blue-100 dark:bg-blue-800 text-blue-900 dark:text-white",!j&&Z&&"bg-blue-50 dark:bg-blue-900/20 text-blue-700 dark:text-blue-300",!Z&&!j&&"text-gray-900 dark:text-gray-100","hover:bg-gray-100 dark:hover:bg-gray-700"),children:jsx("span",{children:String(P[n])})},D)})})]}),u&&jsx(x,{children:u}),!u&&L&&jsx(E,{children:L})]})}var rt=forwardRef(jt);rt.displayName="ComboBox";var wa=m(rt);var tr=(e,t)=>useMemo(()=>{let r=e?`${e}-group`:void 0,o=e&&t?`${e}-error`:void 0;return {groupId:r,errorId:o,ariaProps:{"aria-labelledby":r,"aria-invalid":t?"true":void 0,"aria-errormessage":t?o:void 0}}},[e,t]),ot=tr;var rr=({name:e,label:t,required:r,errors:o,className:a,option:i,...n})=>{let{groupId:l,errorId:s,ariaProps:c}=ot(e,o);return jsxs("div",{className:`switch-group ${a}`,children:[t&&jsx(v,{htmlFor:e,id:l,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:r,children:t}),jsx("div",{...c,children:jsxs(v,{htmlFor:e,className:"flex items-center gap-2 cursor-pointer",children:[jsxs("div",{className:"relative inline-block w-12 h-6",children:[jsx("input",{id:e,name:e,type:"checkbox",className:"opacity-0 w-0 h-0 peer","data-testid":"INPUT_SWITCH"+e,"aria-describedby":s,...n}),jsx("span",{className:"absolute cursor-pointer top-0 left-0 right-0 bottom-0 bg-gray-300 rounded-full transition duration-300 before:absolute before:content-[''] before:h-5 before:w-5 before:left-0.5 before:bottom-0.5 before:bg-white before:rounded-full before:transition before:duration-300 peer-checked:bg-blue-600 peer-checked:before:translate-x-6"})]}),i]})}),o&&jsx(x,{children:o})]})},Va=m(rr);var nr=({label:e,required:t=!1,errors:r,name:o,maxLength:a,className:i,...n})=>{let[l,s]=useState(0),c=Et("px-2 py-3 w-full text-stone-400 text-sm font-normal leading-tight border-2 border-opacity-0 shadow-input rounded-lg focus:outline-none focus:border-blue-500 border-neutral-400",{"border-[#DD052B] border-opacity-80 shadow-inputError":!!r},i??"");return jsxs("div",{className:"flex flex-col w-full gap-2",children:[e&&jsx(v,{htmlFor:o,className:"font-poppins text-[14px] font-medium leading-[21px] text-colorLight dark:text-colorDark",required:t,children:e}),jsxs("div",{className:"flex flex-col justify-center items-end w-full gap-1",children:[jsx("textarea",{...n,"data-testid":"TEXT_AREA"+o,name:o,maxLength:a,className:c,onInput:p=>s(p.currentTarget.textLength)}),a&&jsx("div",{children:jsxs("p",{children:[l," / ",a]})})]}),r&&jsx(x,{children:r})]})},Oa=m(nr);
7
7
 
8
- export { yr as ButtonPrimitive, Fr as CardContentPrimitive, Mr as CardDescriptionPrimitive, Vr as CardFooterPrimitive, Nr as CardHeaderPrimitive, kr as CardPrimitive, Hr as CardTitlePrimitive, eo as CheckBoxPrimitive, Pa as ComboBoxPrimitive, E as HelperFieldPrimitive, Ho as InputPrimitive, g as LabelPrimitive, ut as LicenseProvider, Bo as RadioPrimitive, Yo as SelectPrimitive, Fa as SwitchPrimitive, qa as TextAreaPrimitive, T as ValidateFieldPrimitive };
8
+ export { Cr as ButtonPrimitive, Vr as CardContentPrimitive, Fr as CardDescriptionPrimitive, Sr as CardFooterPrimitive, Hr as CardHeaderPrimitive, Nr as CardPrimitive, Mr as CardTitlePrimitive, to as CheckBoxPrimitive, wa as ComboBoxPrimitive, E as HelperFieldPrimitive, Mo as InputPrimitive, v as LabelPrimitive, ut as LicenseProvider, Ko as RadioPrimitive, Qo as SelectPrimitive, Va as SwitchPrimitive, Oa as TextAreaPrimitive, x as ValidateFieldPrimitive };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mvr-ui/components",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "sideEffects": false,
5
5
  "main": "dist/page.cjs",
6
6
  "module": "dist/page.js",
package/dist/mvr-ui.css DELETED
@@ -1,2 +0,0 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
- @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:"";--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-cyan-500:oklch(71.5% .143 215.221);--color-cyan-600:oklch(60.9% .126 221.723);--color-cyan-700:oklch(52% .105 223.128);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-violet-500:oklch(60.6% .25 292.717);--color-violet-600:oklch(54.1% .281 293.009);--color-violet-700:oklch(49.1% .27 292.581);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-700:oklch(49.6% .265 301.924);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-neutral-400:oklch(70.8% 0 0);--color-stone-400:oklch(70.9% .01 56.259);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--leading-tight:1.25;--blur-md:12px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:calc(var(--spacing)*0)}.top-2{top:calc(var(--spacing)*2)}.right-0{right:calc(var(--spacing)*0)}.right-2{right:calc(var(--spacing)*2)}.right-8{right:calc(var(--spacing)*8)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.z-50{z-index:50}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-6{margin-top:calc(var(--spacing)*6)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.contents{display:contents}.flex{display:flex}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-0{height:calc(var(--spacing)*0)}.h-4{height:calc(var(--spacing)*4)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-auto{height:auto}.h-screen{height:100vh}.max-h-60{max-height:calc(var(--spacing)*60)}.min-h-\[40px\]{min-height:40px}.w-0{width:calc(var(--spacing)*0)}.w-4{width:calc(var(--spacing)*4)}.w-12{width:calc(var(--spacing)*12)}.w-fit{width:fit-content}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.min-w-full{min-width:100%}.animate-\[bounce_1s_infinite\]{animation:1s infinite bounce}.animate-\[fadeIn_0\.5s_ease-in-out\]{animation:.5s ease-in-out fadeIn}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-\[\#DD052B\]{border-color:#dd052b}.border-destructive{border-color:var(--destructive)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-800{border-color:var(--color-gray-800)}.border-input{border-color:var(--input)}.border-neutral-400{border-color:var(--color-neutral-400)}.border-red-500{border-color:var(--color-red-500)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab, red, red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-amber-500{background-color:var(--color-amber-500)}.bg-background{background-color:var(--background)}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-card{background-color:var(--card)}.bg-cyan-600{background-color:var(--color-cyan-600)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-600{background-color:var(--color-gray-600)}.bg-gray-900{background-color:var(--color-gray-900)}.bg-green-600{background-color:var(--color-green-600)}.bg-purple-600{background-color:var(--color-purple-600)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-600{background-color:var(--color-red-600)}.bg-transparent{background-color:#0000}.bg-violet-600{background-color:var(--color-violet-600)}.bg-white{background-color:var(--color-white)}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab, red, red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:var(--color-blue-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-purple-600{--tw-gradient-to:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.pt-0{padding-top:calc(var(--spacing)*0)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-10{padding-right:calc(var(--spacing)*10)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-10{padding-left:calc(var(--spacing)*10)}.text-center{text-align:center}.text-left{text-align:left}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[14px\]{font-size:14px}.leading-\[21px\]{--tw-leading:21px;line-height:21px}.leading-none{--tw-leading:1;line-height:1}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-black{color:var(--color-black)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-card-foreground{color:var(--card-foreground)}.text-gray-500{color:var(--color-gray-500)}.text-gray-700{color:var(--color-gray-700)}.text-gray-900{color:var(--color-gray-900)}.text-muted-foreground{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-red-800{color:var(--color-red-800)}.text-stone-400{color:var(--color-stone-400)}.text-white{color:var(--color-white)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-input{--tw-shadow-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.shadow-input{--tw-shadow-color:color-mix(in oklab,var(--input)var(--tw-shadow-alpha),transparent)}}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.outline-none{--tw-outline-style:none;outline-style:none}.running{animation-play-state:running}.peer-checked\:bg-blue-600:is(:where(.peer):checked~*){background-color:var(--color-blue-600)}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\:text-gray-500::placeholder{color:var(--color-gray-500)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0\.5:before{content:var(--tw-content);bottom:calc(var(--spacing)*.5)}.before\:left-0\.5:before{content:var(--tw-content);left:calc(var(--spacing)*.5)}.before\:h-5:before{content:var(--tw-content);height:calc(var(--spacing)*5)}.before\:w-5:before{content:var(--tw-content);width:calc(var(--spacing)*5)}.before\:rounded-full:before{content:var(--tw-content);border-radius:3.40282e38px}.before\:bg-white:before{content:var(--tw-content);background-color:var(--color-white)}.before\:transition:before{content:var(--tw-content);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.before\:duration-300:before{content:var(--tw-content);--tw-duration:.3s;transition-duration:.3s}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.peer-checked\:before\:translate-x-6:is(:where(.peer):checked~*):before{content:var(--tw-content);--tw-translate-x:calc(var(--spacing)*6);translate:var(--tw-translate-x)var(--tw-translate-y)}.focus-within\:border-blue-500:focus-within{border-color:var(--color-blue-500)}.focus-within\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\:ring-blue-500:focus-within{--tw-ring-color:var(--color-blue-500)}@media (hover:hover){.hover\:bg-amber-600:hover{background-color:var(--color-amber-600)}.hover\:bg-blue-200:hover{background-color:var(--color-blue-200)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-cyan-700:hover{background-color:var(--color-cyan-700)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-gray-900:hover{background-color:var(--color-gray-900)}.hover\:bg-green-700:hover{background-color:var(--color-green-700)}.hover\:bg-purple-700:hover{background-color:var(--color-purple-700)}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-violet-700:hover{background-color:var(--color-violet-700)}.hover\:bg-white\/20:hover{background-color:#fff3}@supports (color:color-mix(in lab, red, red)){.hover\:bg-white\/20:hover{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.hover\:from-blue-700:hover{--tw-gradient-from:var(--color-blue-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.hover\:to-purple-700:hover{--tw-gradient-to:var(--color-purple-700);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-amber-500:focus-visible{--tw-ring-color:var(--color-amber-500)}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-color:var(--color-blue-500)}.focus-visible\:ring-cyan-500:focus-visible{--tw-ring-color:var(--color-cyan-500)}.focus-visible\:ring-destructive:focus-visible{--tw-ring-color:var(--destructive)}.focus-visible\:ring-gray-400:focus-visible{--tw-ring-color:var(--color-gray-400)}.focus-visible\:ring-gray-500:focus-visible{--tw-ring-color:var(--color-gray-500)}.focus-visible\:ring-gray-700:focus-visible{--tw-ring-color:var(--color-gray-700)}.focus-visible\:ring-green-500:focus-visible{--tw-ring-color:var(--color-green-500)}.focus-visible\:ring-purple-500:focus-visible{--tw-ring-color:var(--color-purple-500)}.focus-visible\:ring-red-500:focus-visible{--tw-ring-color:var(--color-red-500)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:ring-violet-500:focus-visible{--tw-ring-color:var(--color-violet-500)}.focus-visible\:ring-white\/50:focus-visible{--tw-ring-color:#ffffff80}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-white\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:translate-y-1:active{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.dark\:border-gray-600:is(.dark *){border-color:var(--color-gray-600)}.dark\:border-gray-700:is(.dark *){border-color:var(--color-gray-700)}.dark\:bg-blue-800:is(.dark *){background-color:var(--color-blue-800)}.dark\:bg-blue-900:is(.dark *){background-color:var(--color-blue-900)}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1c398e33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)20%,transparent)}}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.dark\:bg-red-900\/10:is(.dark *){background-color:#82181a1a}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-900\/10:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)10%,transparent)}}.dark\:text-blue-200:is(.dark *){color:var(--color-blue-200)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-gray-100:is(.dark *){color:var(--color-gray-100)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-red-200:is(.dark *){color:var(--color-red-200)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder{color:var(--color-gray-400)}@media (hover:hover){.dark\:hover\:bg-blue-800:is(.dark *):hover{background-color:var(--color-blue-800)}.dark\:hover\:bg-gray-700:is(.dark *):hover{background-color:var(--color-gray-700)}.dark\:hover\:text-gray-200:is(.dark *):hover{color:var(--color-gray-200)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--destructive-foreground:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}@keyframes wave{0%,to{height:40%}50%{height:80%}}@keyframes clock{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@keyframes orbit{0%{transform:translate(-50%)rotate(0)translateY(-100%)rotate(0)}to{transform:translate(-50%)rotate(360deg)translateY(-100%)rotate(-360deg)}}@keyframes rotateCube{0%{transform:rotateX(0)rotateY(0)}to{transform:rotateX(360deg)rotateY(360deg)}}@keyframes circleDots{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadePulse{0%,to{opacity:.2}50%{opacity:1}}@keyframes infinity1{0%,to{r:4}50%{r:12}}@keyframes infinity2{0%,to{r:12}50%{r:4}}@keyframes infinity3{0%,to{r:4}50%{r:12}}.animate-wave{animation:1.2s ease-in-out infinite wave}.animate-clock{animation:4s linear infinite clock}.animate-orbit{animation:1.5s linear infinite orbit}.animate-rotateCube{animation:2s linear infinite rotateCube}.animate-circleDots{animation:1.2s linear infinite circleDots}.animate-fadePulse{animation:1.2s ease-in-out infinite fadePulse}.animate-infinity1{animation:1.5s ease-in-out infinite infinity1}.animate-infinity2{animation:1.5s ease-in-out .5s infinite infinity2}.animate-infinity3{animation:1.5s ease-in-out 1s infinite infinity3}.animate-pulseSlow{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-pulseFast{animation:.5s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-bounceSlow{animation:2s infinite bounce}.animate-bounceFast{animation:.5s infinite bounce}.transform-style-3d{transform-style:preserve-3d}.transform-rotateY\(90deg\){transform:rotateY(90deg)}.transform-rotateX\(90deg\){transform:rotateX(90deg)}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
package/dist/page.d.mts DELETED
@@ -1,206 +0,0 @@
1
- import * as React$1 from 'react';
2
- import React__default from 'react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
-
5
- declare const LicenseProvider: React__default.FC<{
6
- children: React__default.ReactNode;
7
- licenseKey: string;
8
- }>;
9
-
10
- interface ButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
11
- variant?: "primary" | "secondary" | "tertiary" | "outline" | "ghost" | "destructive" | "success" | "warning" | "info" | "link" | "gradient" | "glass" | "soft" | "dark" | "light" | "accent" | "obsidian" | "polar";
12
- size?: "xs" | "sm" | "md" | "lg" | "xl";
13
- children: React__default.ReactNode;
14
- overrideClassName?: boolean;
15
- href?: string;
16
- loading?: boolean;
17
- loadingContent?: React__default.ReactNode;
18
- }
19
- declare const ButtonPrimitive: (props: ButtonProps & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>) => react_jsx_runtime.JSX.Element;
20
-
21
- interface CardProps extends React__default.HTMLAttributes<HTMLDivElement> {
22
- children: React__default.ReactNode;
23
- overrideClassName?: boolean;
24
- }
25
- interface CardHeaderProps extends React__default.HTMLAttributes<HTMLDivElement> {
26
- children: React__default.ReactNode;
27
- overrideClassName?: boolean;
28
- }
29
- interface CardTitleProps extends React__default.HTMLAttributes<HTMLHeadingElement> {
30
- children: React__default.ReactNode;
31
- overrideClassName?: boolean;
32
- }
33
- interface CardDescriptionProps extends React__default.HTMLAttributes<HTMLParagraphElement> {
34
- children: React__default.ReactNode;
35
- overrideClassName?: boolean;
36
- }
37
- interface CardContentProps extends React__default.HTMLAttributes<HTMLDivElement> {
38
- children: React__default.ReactNode;
39
- overrideClassName?: boolean;
40
- }
41
- interface CardFooterProps extends React__default.HTMLAttributes<HTMLDivElement> {
42
- children: React__default.ReactNode;
43
- overrideClassName?: boolean;
44
- }
45
- declare const CardPrimitive: (props: CardProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
46
- declare const CardHeaderPrimitive: (props: CardHeaderProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
47
- declare const CardTitlePrimitive: (props: CardTitleProps & React__default.RefAttributes<HTMLHeadingElement>) => react_jsx_runtime.JSX.Element;
48
- declare const CardDescriptionPrimitive: (props: CardDescriptionProps & React__default.RefAttributes<HTMLParagraphElement>) => react_jsx_runtime.JSX.Element;
49
- declare const CardContentPrimitive: (props: CardContentProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
50
- declare const CardFooterPrimitive: (props: CardFooterProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
51
-
52
- interface CheckBoxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> {
53
- label?: string;
54
- required?: boolean;
55
- option: string;
56
- orientation?: "left" | "right";
57
- className?: string;
58
- overrideClassName?: boolean;
59
- helperText?: string;
60
- error?: string;
61
- }
62
- declare const CheckBoxPrimitive: (props: CheckBoxProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
63
-
64
- type InputFormatTypeAttribute = "money" | "cpf" | "cnpj" | "cpfCnpj" | "cep" | "mobile" | "phone" | "percentage" | "rg";
65
-
66
- interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "prefix"> {
67
- label?: string;
68
- required?: boolean;
69
- mask?: InputFormatTypeAttribute;
70
- prefix?: React.ReactNode;
71
- suffix?: React.ReactNode;
72
- addonBefore?: React.ReactNode;
73
- addonBeforeClassName?: string;
74
- addonAfter?: React.ReactNode;
75
- addonAfterClassName?: string;
76
- ClearEnabled?: boolean;
77
- className?: string;
78
- overrideClassName?: boolean;
79
- error?: string;
80
- helperText?: string;
81
- }
82
- declare const InputPrimitive: (props: InputProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
83
-
84
- interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
85
- children?: React.ReactNode;
86
- required?: boolean;
87
- className?: string;
88
- overrideClassName?: boolean;
89
- }
90
- declare const LabelPrimitive: (props: LabelProps) => react_jsx_runtime.JSX.Element;
91
-
92
- interface RadioProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> {
93
- label?: string;
94
- required?: boolean;
95
- option: string;
96
- className?: string;
97
- overrideClassName?: boolean;
98
- helperText?: string;
99
- error?: string;
100
- }
101
- declare const RadioPrimitive: (props: RadioProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
102
-
103
- interface SelectProps<T extends object> extends Omit<React__default.SelectHTMLAttributes<HTMLSelectElement>, "children" | "onChange"> {
104
- label?: string;
105
- required?: boolean;
106
- options: T[];
107
- labelKey: keyof T;
108
- valueKey: keyof T;
109
- placeholder?: string;
110
- error?: string;
111
- helperText?: string;
112
- onChange?: (event: React__default.ChangeEvent<HTMLSelectElement>) => void;
113
- }
114
- declare const SelectPrimitive: (props: SelectProps<object> & {
115
- ref?: React__default.ForwardedRef<HTMLSelectElement>;
116
- }) => react_jsx_runtime.JSX.Element;
117
-
118
- type Mode = 'multiple' | 'single';
119
-
120
- type TypeSet = 'object' | 'field';
121
-
122
- type AllowedComboValue<T> = string | number | string[] | number[] | T | T[] | undefined;
123
- type ChangeEvent<V> = {
124
- target: {
125
- name?: string;
126
- value: V;
127
- type: "combobox";
128
- };
129
- };
130
- type CommonProps<T> = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type" | "value" | "onChange"> & {
131
- label?: string;
132
- required?: boolean;
133
- name: string;
134
- placeholder?: string;
135
- labelKey: keyof T;
136
- valueKey: keyof T;
137
- options: T[];
138
- typeSet?: TypeSet;
139
- mode?: Mode;
140
- disabled?: boolean;
141
- ClearEnabled?: boolean;
142
- helperText?: string;
143
- error?: boolean;
144
- className?: string;
145
- };
146
- type ComboBoxProps<T, V extends AllowedComboValue<T>> = CommonProps<T> & {
147
- value?: V;
148
- onChange?: (e: ChangeEvent<V>) => void;
149
- };
150
- declare const ComboBoxPrimitive: (props: Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "value" | "type" | "onChange"> & {
151
- label?: string;
152
- required?: boolean;
153
- name: string;
154
- placeholder?: string;
155
- labelKey: never;
156
- valueKey: never;
157
- options: unknown[];
158
- typeSet?: TypeSet;
159
- mode?: Mode;
160
- disabled?: boolean;
161
- ClearEnabled?: boolean;
162
- helperText?: string;
163
- error?: boolean;
164
- className?: string;
165
- } & {
166
- value?: unknown;
167
- onChange?: ((e: ChangeEvent<unknown>) => void) | undefined;
168
- } & {
169
- ref?: React__default.Ref<HTMLInputElement>;
170
- }) => react_jsx_runtime.JSX.Element;
171
-
172
- interface SwitchHTMLCustomAttributes {
173
- label?: string;
174
- required?: boolean;
175
- className?: string;
176
- errors?: string;
177
- option: string | number;
178
- }
179
- interface SwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'>, SwitchHTMLCustomAttributes {
180
- }
181
- declare const SwitchPrimitive: (props: SwitchProps) => react_jsx_runtime.JSX.Element;
182
-
183
- interface TextAreaHTMLCustomAttributes {
184
- label?: string;
185
- required?: boolean;
186
- errors?: string;
187
- }
188
- interface TextAreaProps extends React__default.TextareaHTMLAttributes<HTMLTextAreaElement>, TextAreaHTMLCustomAttributes {
189
- }
190
- declare const TextAreaPrimitive: (props: TextAreaProps) => react_jsx_runtime.JSX.Element;
191
-
192
- interface ValidateFieldProps {
193
- children: React.ReactNode;
194
- className?: string;
195
- overrideClassName?: boolean;
196
- }
197
- declare const ValidateFieldPrimitive: (props: ValidateFieldProps) => react_jsx_runtime.JSX.Element;
198
-
199
- interface HelperFieldProps {
200
- children: string;
201
- className?: string;
202
- overrideClassName?: boolean;
203
- }
204
- declare const HelperFieldPrimitive: (props: HelperFieldProps) => react_jsx_runtime.JSX.Element;
205
-
206
- export { AllowedComboValue, ButtonPrimitive, ButtonProps, CardContentPrimitive, CardContentProps, CardDescriptionPrimitive, CardDescriptionProps, CardFooterPrimitive, CardFooterProps, CardHeaderPrimitive, CardHeaderProps, CardPrimitive, CardProps, CardTitlePrimitive, CardTitleProps, ChangeEvent, CheckBoxPrimitive, CheckBoxProps, ComboBoxPrimitive, ComboBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, InputProps, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };
package/dist/page.d.ts DELETED
@@ -1,206 +0,0 @@
1
- import * as React$1 from 'react';
2
- import React__default from 'react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
-
5
- declare const LicenseProvider: React__default.FC<{
6
- children: React__default.ReactNode;
7
- licenseKey: string;
8
- }>;
9
-
10
- interface ButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
11
- variant?: "primary" | "secondary" | "tertiary" | "outline" | "ghost" | "destructive" | "success" | "warning" | "info" | "link" | "gradient" | "glass" | "soft" | "dark" | "light" | "accent" | "obsidian" | "polar";
12
- size?: "xs" | "sm" | "md" | "lg" | "xl";
13
- children: React__default.ReactNode;
14
- overrideClassName?: boolean;
15
- href?: string;
16
- loading?: boolean;
17
- loadingContent?: React__default.ReactNode;
18
- }
19
- declare const ButtonPrimitive: (props: ButtonProps & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>) => react_jsx_runtime.JSX.Element;
20
-
21
- interface CardProps extends React__default.HTMLAttributes<HTMLDivElement> {
22
- children: React__default.ReactNode;
23
- overrideClassName?: boolean;
24
- }
25
- interface CardHeaderProps extends React__default.HTMLAttributes<HTMLDivElement> {
26
- children: React__default.ReactNode;
27
- overrideClassName?: boolean;
28
- }
29
- interface CardTitleProps extends React__default.HTMLAttributes<HTMLHeadingElement> {
30
- children: React__default.ReactNode;
31
- overrideClassName?: boolean;
32
- }
33
- interface CardDescriptionProps extends React__default.HTMLAttributes<HTMLParagraphElement> {
34
- children: React__default.ReactNode;
35
- overrideClassName?: boolean;
36
- }
37
- interface CardContentProps extends React__default.HTMLAttributes<HTMLDivElement> {
38
- children: React__default.ReactNode;
39
- overrideClassName?: boolean;
40
- }
41
- interface CardFooterProps extends React__default.HTMLAttributes<HTMLDivElement> {
42
- children: React__default.ReactNode;
43
- overrideClassName?: boolean;
44
- }
45
- declare const CardPrimitive: (props: CardProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
46
- declare const CardHeaderPrimitive: (props: CardHeaderProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
47
- declare const CardTitlePrimitive: (props: CardTitleProps & React__default.RefAttributes<HTMLHeadingElement>) => react_jsx_runtime.JSX.Element;
48
- declare const CardDescriptionPrimitive: (props: CardDescriptionProps & React__default.RefAttributes<HTMLParagraphElement>) => react_jsx_runtime.JSX.Element;
49
- declare const CardContentPrimitive: (props: CardContentProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
50
- declare const CardFooterPrimitive: (props: CardFooterProps & React__default.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
51
-
52
- interface CheckBoxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> {
53
- label?: string;
54
- required?: boolean;
55
- option: string;
56
- orientation?: "left" | "right";
57
- className?: string;
58
- overrideClassName?: boolean;
59
- helperText?: string;
60
- error?: string;
61
- }
62
- declare const CheckBoxPrimitive: (props: CheckBoxProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
63
-
64
- type InputFormatTypeAttribute = "money" | "cpf" | "cnpj" | "cpfCnpj" | "cep" | "mobile" | "phone" | "percentage" | "rg";
65
-
66
- interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "prefix"> {
67
- label?: string;
68
- required?: boolean;
69
- mask?: InputFormatTypeAttribute;
70
- prefix?: React.ReactNode;
71
- suffix?: React.ReactNode;
72
- addonBefore?: React.ReactNode;
73
- addonBeforeClassName?: string;
74
- addonAfter?: React.ReactNode;
75
- addonAfterClassName?: string;
76
- ClearEnabled?: boolean;
77
- className?: string;
78
- overrideClassName?: boolean;
79
- error?: string;
80
- helperText?: string;
81
- }
82
- declare const InputPrimitive: (props: InputProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
83
-
84
- interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
85
- children?: React.ReactNode;
86
- required?: boolean;
87
- className?: string;
88
- overrideClassName?: boolean;
89
- }
90
- declare const LabelPrimitive: (props: LabelProps) => react_jsx_runtime.JSX.Element;
91
-
92
- interface RadioProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> {
93
- label?: string;
94
- required?: boolean;
95
- option: string;
96
- className?: string;
97
- overrideClassName?: boolean;
98
- helperText?: string;
99
- error?: string;
100
- }
101
- declare const RadioPrimitive: (props: RadioProps & React$1.RefAttributes<HTMLInputElement>) => react_jsx_runtime.JSX.Element;
102
-
103
- interface SelectProps<T extends object> extends Omit<React__default.SelectHTMLAttributes<HTMLSelectElement>, "children" | "onChange"> {
104
- label?: string;
105
- required?: boolean;
106
- options: T[];
107
- labelKey: keyof T;
108
- valueKey: keyof T;
109
- placeholder?: string;
110
- error?: string;
111
- helperText?: string;
112
- onChange?: (event: React__default.ChangeEvent<HTMLSelectElement>) => void;
113
- }
114
- declare const SelectPrimitive: (props: SelectProps<object> & {
115
- ref?: React__default.ForwardedRef<HTMLSelectElement>;
116
- }) => react_jsx_runtime.JSX.Element;
117
-
118
- type Mode = 'multiple' | 'single';
119
-
120
- type TypeSet = 'object' | 'field';
121
-
122
- type AllowedComboValue<T> = string | number | string[] | number[] | T | T[] | undefined;
123
- type ChangeEvent<V> = {
124
- target: {
125
- name?: string;
126
- value: V;
127
- type: "combobox";
128
- };
129
- };
130
- type CommonProps<T> = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type" | "value" | "onChange"> & {
131
- label?: string;
132
- required?: boolean;
133
- name: string;
134
- placeholder?: string;
135
- labelKey: keyof T;
136
- valueKey: keyof T;
137
- options: T[];
138
- typeSet?: TypeSet;
139
- mode?: Mode;
140
- disabled?: boolean;
141
- ClearEnabled?: boolean;
142
- helperText?: string;
143
- error?: boolean;
144
- className?: string;
145
- };
146
- type ComboBoxProps<T, V extends AllowedComboValue<T>> = CommonProps<T> & {
147
- value?: V;
148
- onChange?: (e: ChangeEvent<V>) => void;
149
- };
150
- declare const ComboBoxPrimitive: (props: Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "value" | "type" | "onChange"> & {
151
- label?: string;
152
- required?: boolean;
153
- name: string;
154
- placeholder?: string;
155
- labelKey: never;
156
- valueKey: never;
157
- options: unknown[];
158
- typeSet?: TypeSet;
159
- mode?: Mode;
160
- disabled?: boolean;
161
- ClearEnabled?: boolean;
162
- helperText?: string;
163
- error?: boolean;
164
- className?: string;
165
- } & {
166
- value?: unknown;
167
- onChange?: ((e: ChangeEvent<unknown>) => void) | undefined;
168
- } & {
169
- ref?: React__default.Ref<HTMLInputElement>;
170
- }) => react_jsx_runtime.JSX.Element;
171
-
172
- interface SwitchHTMLCustomAttributes {
173
- label?: string;
174
- required?: boolean;
175
- className?: string;
176
- errors?: string;
177
- option: string | number;
178
- }
179
- interface SwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type'>, SwitchHTMLCustomAttributes {
180
- }
181
- declare const SwitchPrimitive: (props: SwitchProps) => react_jsx_runtime.JSX.Element;
182
-
183
- interface TextAreaHTMLCustomAttributes {
184
- label?: string;
185
- required?: boolean;
186
- errors?: string;
187
- }
188
- interface TextAreaProps extends React__default.TextareaHTMLAttributes<HTMLTextAreaElement>, TextAreaHTMLCustomAttributes {
189
- }
190
- declare const TextAreaPrimitive: (props: TextAreaProps) => react_jsx_runtime.JSX.Element;
191
-
192
- interface ValidateFieldProps {
193
- children: React.ReactNode;
194
- className?: string;
195
- overrideClassName?: boolean;
196
- }
197
- declare const ValidateFieldPrimitive: (props: ValidateFieldProps) => react_jsx_runtime.JSX.Element;
198
-
199
- interface HelperFieldProps {
200
- children: string;
201
- className?: string;
202
- overrideClassName?: boolean;
203
- }
204
- declare const HelperFieldPrimitive: (props: HelperFieldProps) => react_jsx_runtime.JSX.Element;
205
-
206
- export { AllowedComboValue, ButtonPrimitive, ButtonProps, CardContentPrimitive, CardContentProps, CardDescriptionPrimitive, CardDescriptionProps, CardFooterPrimitive, CardFooterProps, CardHeaderPrimitive, CardHeaderProps, CardPrimitive, CardProps, CardTitlePrimitive, CardTitleProps, ChangeEvent, CheckBoxPrimitive, CheckBoxProps, ComboBoxPrimitive, ComboBoxProps, HelperFieldPrimitive, HelperFieldProps, InputPrimitive, InputProps, LabelPrimitive, LabelProps, LicenseProvider, RadioPrimitive, RadioProps, SelectPrimitive, SelectProps, SwitchPrimitive, SwitchProps, TextAreaPrimitive, TextAreaProps, ValidateFieldPrimitive, ValidateFieldProps };