@aciole/acyon 0.0.2
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/acyon.cjs.js +208 -0
- package/dist/acyon.cjs.js.map +1 -0
- package/dist/acyon.css +1 -0
- package/dist/acyon.es.js +3667 -0
- package/dist/acyon.es.js.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +5 -0
- package/dist/components/Accordion/types.d.ts +16 -0
- package/dist/components/Avatar/Avatar.d.ts +4 -0
- package/dist/components/Avatar/types.d.ts +9 -0
- package/dist/components/Badge/Badge.d.ts +4 -0
- package/dist/components/Badge/types.d.ts +10 -0
- package/dist/components/Box/Box.d.ts +6 -0
- package/dist/components/Box/types.d.ts +14 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/dist/components/Breadcrumb/types.d.ts +11 -0
- package/dist/components/Button/Button.d.ts +4 -0
- package/dist/components/Button/types.d.ts +14 -0
- package/dist/components/Card/Card.d.ts +7 -0
- package/dist/components/Card/types.d.ts +17 -0
- package/dist/components/Checkbox/Checkbox.d.ts +4 -0
- package/dist/components/Checkbox/types.d.ts +8 -0
- package/dist/components/Code/Code.d.ts +4 -0
- package/dist/components/Code/types.d.ts +9 -0
- package/dist/components/Container/Container.d.ts +4 -0
- package/dist/components/Container/types.d.ts +8 -0
- package/dist/components/DatePicker/DatePicker.d.ts +4 -0
- package/dist/components/DatePicker/types.d.ts +7 -0
- package/dist/components/Divider/Divider.d.ts +3 -0
- package/dist/components/Divider/types.d.ts +6 -0
- package/dist/components/Drawer/Drawer.d.ts +4 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/EmptyState/EmptyState.d.ts +4 -0
- package/dist/components/EmptyState/types.d.ts +7 -0
- package/dist/components/FileUpload/FileUpload.d.ts +4 -0
- package/dist/components/FileUpload/types.d.ts +10 -0
- package/dist/components/Flex/Flex.d.ts +4 -0
- package/dist/components/Flex/types.d.ts +16 -0
- package/dist/components/FormField/FormField.d.ts +4 -0
- package/dist/components/FormField/types.d.ts +10 -0
- package/dist/components/Grid/Grid.d.ts +4 -0
- package/dist/components/Grid/types.d.ts +10 -0
- package/dist/components/Heading/Heading.d.ts +9 -0
- package/dist/components/Heading/types.d.ts +7 -0
- package/dist/components/IconButton/IconButton.d.ts +4 -0
- package/dist/components/IconButton/types.d.ts +11 -0
- package/dist/components/Image/Image.d.ts +4 -0
- package/dist/components/Image/types.d.ts +8 -0
- package/dist/components/Input/Input.d.ts +4 -0
- package/dist/components/Input/types.d.ts +12 -0
- package/dist/components/Link/Link.d.ts +7 -0
- package/dist/components/Link/types.d.ts +10 -0
- package/dist/components/List/List.d.ts +7 -0
- package/dist/components/List/types.d.ts +12 -0
- package/dist/components/Loader/Loader.d.ts +3 -0
- package/dist/components/Loader/types.d.ts +8 -0
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/types.d.ts +13 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/dist/components/MultiSelect/types.d.ts +18 -0
- package/dist/components/PageHeader/PageHeader.d.ts +4 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/Pagination/Pagination.d.ts +4 -0
- package/dist/components/Pagination/types.d.ts +7 -0
- package/dist/components/Progress/Progress.d.ts +4 -0
- package/dist/components/Progress/types.d.ts +12 -0
- package/dist/components/Radio/Radio.d.ts +4 -0
- package/dist/components/Radio/types.d.ts +8 -0
- package/dist/components/Search/Search.d.ts +4 -0
- package/dist/components/Search/types.d.ts +5 -0
- package/dist/components/Select/Select.d.ts +4 -0
- package/dist/components/Select/types.d.ts +23 -0
- package/dist/components/Sidebar/Sidebar.d.ts +14 -0
- package/dist/components/Sidebar/types.d.ts +34 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/types.d.ts +8 -0
- package/dist/components/Slider/Slider.d.ts +4 -0
- package/dist/components/Slider/types.d.ts +5 -0
- package/dist/components/Spacer/Spacer.d.ts +4 -0
- package/dist/components/Spacer/types.d.ts +7 -0
- package/dist/components/Switch/Switch.d.ts +4 -0
- package/dist/components/Switch/types.d.ts +6 -0
- package/dist/components/Table/Table.d.ts +9 -0
- package/dist/components/Table/types.d.ts +8 -0
- package/dist/components/Tabs/Tabs.d.ts +4 -0
- package/dist/components/Tabs/types.d.ts +19 -0
- package/dist/components/Tag/Tag.d.ts +3 -0
- package/dist/components/Tag/types.d.ts +13 -0
- package/dist/components/Text/Text.d.ts +4 -0
- package/dist/components/Text/types.d.ts +13 -0
- package/dist/components/TextArea/TextArea.d.ts +4 -0
- package/dist/components/TextArea/types.d.ts +9 -0
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +5 -0
- package/dist/components/ThemeProvider/types.d.ts +15 -0
- package/dist/components/Timeline/Timeline.d.ts +5 -0
- package/dist/components/Timeline/types.d.ts +12 -0
- package/dist/components/Toast/Toast.d.ts +5 -0
- package/dist/components/Toast/types.d.ts +20 -0
- package/dist/components/Tooltip/Tooltip.d.ts +3 -0
- package/dist/components/Tooltip/types.d.ts +8 -0
- package/dist/components/TopBar/TopBar.d.ts +4 -0
- package/dist/components/TopBar/types.d.ts +17 -0
- package/dist/components/index.d.ts +49 -0
- package/dist/components/types.d.ts +7 -0
- package/dist/hooks/useOverlay.d.ts +9 -0
- package/dist/icons/IconBase.d.ts +5 -0
- package/dist/icons/generated.d.ts +1269 -0
- package/dist/icons/index.d.ts +5 -0
- package/dist/icons/types.d.ts +6 -0
- package/dist/index.d.ts +4 -0
- package/dist/utils/classNames.d.ts +7 -0
- package/dist/utils/formater.d.ts +1 -0
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/styleTokens.d.ts +14 -0
- package/dist/utils/variants.d.ts +25 -0
- package/package.json +58 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react"),G=require("react-dom");function m(...n){const o=[];for(const t of n)if(t){if(typeof t=="string")o.push(t);else if(Array.isArray(t)){const r=m(...t);r&&o.push(r)}else if(typeof t=="object")for(const r in t)t[r]&&o.push(r)}return o.join(" ")}function en(n){return function(t={}){const r=t.variant??n.defaultVariants?.variant,a=t.size??n.defaultVariants?.size,s=[];if(n.base&&s.push(n.base),r&&n.variants?.[r]&&s.push(n.variants[r]),a&&n.sizes?.[a]&&s.push(n.sizes[a]),n.compound)for(const l of n.compound){const i=l.variant===void 0||l.variant===r,h=l.size===void 0||l.size===a;i&&h&&s.push(l.className)}return t.className&&s.push(t.className),s.filter(Boolean).join(" ")}}const nn=["primary","success","danger","warning","info","neutral"];function O(n){return n?nn.includes(n):!1}function on(n){if(n)return O(n)?n:void 0}function $(n){if(n)return O(n)?n==="neutral"?"var(--border-main)":`var(--color-${n})`:n}function tn(n){if(!n||n==="default")return"var(--text-main)";if(n==="disabled")return"var(--text-muted)";if(n==="subtle")return"var(--text-subtle)";if(n==="muted")return"var(--text-muted)";if(n==="inverse")return"var(--text-inverse)";const o=on(n);return o?`var(--color-${o})`:n}function q({size:n="md",color:o,className:t,label:r="Loading..."}){const a=o?{"--loader-color":$(o)}:{};return e.jsxs("span",{role:"status","aria-label":r,className:m("loader",`loader--${n}`,t),style:a,children:[e.jsx("span",{className:"loader__ring"}),e.jsx("span",{className:"sr-only",children:r})]})}const P=d.forwardRef(({variant:n="solid",size:o="md",loading:t=!1,disabled:r,icon:a,iconRight:s=!1,full:l=!1,color:i="primary",children:h,className:u,style:p,...k},f)=>{const b=r||t,y=O(i)||i==="default"?i:void 0,x=!i||y||i==="default"?void 0:$(i),j=x?{...p,"--btn-base":x,"--btn-bg":x,"--btn-text":"var(--text-inverse)"}:p;return e.jsxs("button",{ref:f,disabled:b,"aria-busy":t,className:m("btn",`btn--${n}`,`btn--${o}`,y&&`btn--color-${y}`,l&&"btn--full",t&&"btn--loading",u),style:j,...k,children:[t&&e.jsx(q,{size:o==="xs"||o==="sm"?"xs":o==="md"?"sm":"md",className:"btn__spinner"}),!t&&a&&!s&&e.jsx("span",{className:"btn__icon btn__icon--left",children:a}),h&&e.jsx("span",{className:"btn__label",children:h}),!t&&a&&s&&e.jsx("span",{className:"btn__icon btn__icon--right",children:a})]})});P.displayName="Button";const A=d.forwardRef(({icon:n,variant:o="solid",size:t="md",loading:r=!1,disabled:a,className:s,style:l,label:i,...h},u)=>e.jsx(P,{ref:u,className:m("icon-btn",`icon-btn--size-${t}`,s),"aria-label":i||(typeof n=="string"?n:"icon-button"),"aria-busy":r,variant:o,size:t,disabled:a||r,style:l,...h,children:r?e.jsx(q,{}):e.jsx("span",{className:"icon-btn__content",children:n})}));A.displayName="IconButton";function Y(n){return n?n.toLowerCase().replace(new RegExp("^\\p{L}","u"),o=>o.toUpperCase()):""}const S=({size:n="md",color:o="default",weight:t="normal",as:r,className:a,children:s,style:l,...i})=>{const h=r||"p",u=O(o)||["default","subtle","muted","inverse"].includes(o)?`text--color-${o}`:void 0;return e.jsx(h,{className:m("text",`text--size-${n}`,u,`text--weight-${t}`,a),style:u?l:{...l,color:tn(o)},...i,children:s})},R=({children:n,direction:o="row",align:t="stretch",justify:r="flex-start",wrap:a="nowrap",gap:s="0",className:l,style:i,as:h,...u})=>{const p=h||"div";return e.jsx(p,{className:m("flex",`flex-direction--${o}`,`flex-align--${t}`,`flex-justify--${r}`,`flex-wrap--${a}`,`flex-gap--${s}`,l),style:i,...u,children:n})},z=({label:n,error:o,hint:t,children:r,full:a=!1,className:s,htmlFor:l})=>e.jsxs(R,{direction:"column",gap:"1",className:m("form-field-root",a&&"form-field--full",s),children:[n&&e.jsx(S,{size:"sm",weight:"medium",as:"label",htmlFor:l,className:"form-field-label",children:Y(n)}),r,o&&e.jsx(S,{as:"span",color:"danger",size:"sm",className:"form-field-message",role:"alert",children:o}),!o&&t&&e.jsx(S,{as:"span",color:"subtle",size:"sm",className:"form-field-message",children:t})]});function ae({size:n=20,width:o,height:t,viewBox:r="0 0 24 24",fill:a="none",stroke:s="currentColor",strokeWidth:l=2,strokeLinecap:i="round",strokeLinejoin:h="round",children:u,...p}){return e.jsx("svg",{width:o??n,height:t??n,viewBox:r,fill:a,stroke:s,strokeWidth:l,strokeLinecap:i,strokeLinejoin:h,"aria-hidden":"true",...p,children:u})}const ie={activity:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" />'},"alert-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
2
|
+
<line x1="12" x2="12" y1="8" y2="12" />
|
|
3
|
+
<line x1="12" x2="12.01" y1="16" y2="16" />`},"alert-triangle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" />
|
|
4
|
+
<path d="M12 9v4" />
|
|
5
|
+
<path d="M12 17h.01" />`},"align-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="6" height="14" x="2" y="5" rx="2" />
|
|
6
|
+
<rect width="6" height="10" x="16" y="7" rx="2" />
|
|
7
|
+
<path d="M12 2v20" />`},"align-justify":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 5h18" />
|
|
8
|
+
<path d="M3 12h18" />
|
|
9
|
+
<path d="M3 19h18" />`},"app-window":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect x="2" y="4" width="20" height="16" rx="2" />
|
|
10
|
+
<path d="M10 4v4" />
|
|
11
|
+
<path d="M2 8h20" />
|
|
12
|
+
<path d="M6 4v4" />`},"arrow-down":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 5v14" />
|
|
13
|
+
<path d="m19 12-7 7-7-7" />`},"arrow-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m12 19-7-7 7-7" />
|
|
14
|
+
<path d="M19 12H5" />`},"arrow-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M5 12h14" />
|
|
15
|
+
<path d="m12 5 7 7-7 7" />`},"arrow-up":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m5 12 7-7 7 7" />
|
|
16
|
+
<path d="M12 19V5" />`},badge:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" />'},battery:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M 22 14 L 22 10" />
|
|
17
|
+
<rect x="2" y="6" width="16" height="12" rx="2" />`},bell:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
|
18
|
+
<path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />`},bluetooth:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m7 7 10 10-5 5V2l5 5L7 17" />'},book:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20" />
|
|
19
|
+
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z" />`},box:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
|
|
20
|
+
<path d="m3.3 7 8.7 5 8.7-5" />
|
|
21
|
+
<path d="M12 22V12" />`},calendar:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M8 2v4" />
|
|
22
|
+
<path d="M16 2v4" />
|
|
23
|
+
<rect width="18" height="18" x="3" y="4" rx="2" />
|
|
24
|
+
<path d="M3 10h18" />`},camera:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
|
|
25
|
+
<circle cx="12" cy="13" r="3" />`},"check-square":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" />
|
|
26
|
+
<path d="m9 11 3 3L22 4" />`},check:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20 6 9 17l-5-5" />'},"chevron-down":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m6 9 6 6 6-6" />'},"chevron-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m15 18-6-6 6-6" />'},"chevron-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m9 18 6-6-6-6" />'},"chevron-up":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m18 15-6-6-6 6" />'},chevron:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m9 18 6-6-6-6" />'},"circle-dot":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
27
|
+
<circle cx="12" cy="12" r="1" />`},clock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
28
|
+
<path d="M12 6v6l4 2" />`},close:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 6 6 18" />
|
|
29
|
+
<path d="m6 6 12 12" />`},cloud:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" />'},code:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="m10 9-3 3 3 3"/><path d="m14 15 3-3-3-3"/><rect x="3" y="3" width="18" height="18" rx="2"/>'},component:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />
|
|
30
|
+
<path d="M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z" />
|
|
31
|
+
<path d="M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z" />
|
|
32
|
+
<path d="M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" />`},copy:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="14" height="14" x="8" y="8" rx="2" ry="2" />
|
|
33
|
+
<path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />`},"credit-card":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="14" x="2" y="5" rx="2" />
|
|
34
|
+
<line x1="2" x2="22" y1="10" y2="10" />`},database:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<ellipse cx="12" cy="5" rx="9" ry="3" />
|
|
35
|
+
<path d="M3 5V19A9 3 0 0 0 21 19V5" />
|
|
36
|
+
<path d="M3 12A9 3 0 0 0 21 12" />`},download:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 15V3" />
|
|
37
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
|
38
|
+
<path d="m7 10 5 5 5-5" />`},edit:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
|
|
39
|
+
<path d="M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" />`},"external-link":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 3h6v6" />
|
|
40
|
+
<path d="M10 14 21 3" />
|
|
41
|
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />`},"eye-off":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" />
|
|
42
|
+
<path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" />
|
|
43
|
+
<path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" />
|
|
44
|
+
<path d="m2 2 20 20" />`},eye:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" />
|
|
45
|
+
<circle cx="12" cy="12" r="3" />`},"file-text":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
|
|
46
|
+
<path d="M14 2v5a1 1 0 0 0 1 1h5" />
|
|
47
|
+
<path d="M10 9H8" />
|
|
48
|
+
<path d="M16 13H8" />
|
|
49
|
+
<path d="M16 17H8" />`},file:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" />
|
|
50
|
+
<path d="M14 2v5a1 1 0 0 0 1 1h5" />`},filter:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" />'},folder:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" />'},"form-input":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="12" x="2" y="6" rx="2" />
|
|
51
|
+
<path d="M12 12h.01" />
|
|
52
|
+
<path d="M17 12h.01" />
|
|
53
|
+
<path d="M7 12h.01" />`},ghost:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9 10h.01" />
|
|
54
|
+
<path d="M15 10h.01" />
|
|
55
|
+
<path d="M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z" />`},gift:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 7v14" />
|
|
56
|
+
<path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" />
|
|
57
|
+
<path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5" />
|
|
58
|
+
<rect x="3" y="7" width="18" height="4" rx="1" />`},"git-commit":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="3" />
|
|
59
|
+
<line x1="3" x2="9" y1="12" y2="12" />
|
|
60
|
+
<line x1="15" x2="21" y1="12" y2="12" />`},github:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" />
|
|
61
|
+
<path d="M9 18c-4.51 2-5-2-7-2" />`},grid:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
62
|
+
<path d="M3 9h18" />
|
|
63
|
+
<path d="M3 15h18" />
|
|
64
|
+
<path d="M9 3v18" />
|
|
65
|
+
<path d="M15 3v18" />`},grip:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<circle cx="12" cy="5" r="1"/><circle cx="19" cy="5" r="1"/><circle cx="5" cy="5" r="1"/><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/><circle cx="12" cy="19" r="1"/><circle cx="19" cy="19" r="1"/><circle cx="5" cy="19" r="1"/>'},heading1:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 12h8" />
|
|
66
|
+
<path d="M4 18V6" />
|
|
67
|
+
<path d="M12 18V6" />
|
|
68
|
+
<path d="m17 12 3-2v8" />`},heart:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" />'},"help-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
69
|
+
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
|
70
|
+
<path d="M12 17h.01" />`},history:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
|
|
71
|
+
<path d="M3 3v5h5" />
|
|
72
|
+
<path d="M12 7v5l4 2" />`},home:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" />
|
|
73
|
+
<path d="M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />`},image:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" ry="2" />
|
|
74
|
+
<circle cx="9" cy="9" r="2" />
|
|
75
|
+
<path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" />`},info:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
76
|
+
<path d="M12 16v-4" />
|
|
77
|
+
<path d="M12 8h.01" />`},lab:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" />
|
|
78
|
+
<path d="M6.453 15h11.094" />
|
|
79
|
+
<path d="M8.5 2h7" />`},laptop:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z" />
|
|
80
|
+
<path d="M20.054 15.987H3.946" />`},"layout-template":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="7" x="3" y="3" rx="1" />
|
|
81
|
+
<rect width="9" height="7" x="3" y="14" rx="1" />
|
|
82
|
+
<rect width="5" height="7" x="16" y="14" rx="1" />`},layout:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect x="3" y="3" width="18" height="18" rx="2" />
|
|
83
|
+
<line x1="9" y1="3" x2="9" y2="21" />
|
|
84
|
+
<line x1="9" y1="9" x2="21" y2="9" />`},link:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
|
|
85
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />`},linkedin:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
|
|
86
|
+
<rect width="4" height="12" x="2" y="9" />
|
|
87
|
+
<circle cx="4" cy="4" r="2" />`},"list-checks":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M13 5h8" />
|
|
88
|
+
<path d="M13 12h8" />
|
|
89
|
+
<path d="M13 19h8" />
|
|
90
|
+
<path d="m3 17 2 2 4-4" />
|
|
91
|
+
<path d="m3 7 2 2 4-4" />`},"list-collapse":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 5h11" />
|
|
92
|
+
<path d="M10 12h11" />
|
|
93
|
+
<path d="M10 19h11" />
|
|
94
|
+
<path d="m3 10 3-3-3-3" />
|
|
95
|
+
<path d="m3 20 3-3-3-3" />`},"list-filter":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M2 5h20" />
|
|
96
|
+
<path d="M6 12h12" />
|
|
97
|
+
<path d="M9 19h6" />`},list:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 5h.01" />
|
|
98
|
+
<path d="M3 12h.01" />
|
|
99
|
+
<path d="M3 19h.01" />
|
|
100
|
+
<path d="M8 5h13" />
|
|
101
|
+
<path d="M8 12h13" />
|
|
102
|
+
<path d="M8 19h13" />`},loader2:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M21 12a9 9 0 1 1-6.219-8.56" />'},lock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="11" x="3" y="11" rx="2" ry="2" />
|
|
103
|
+
<path d="M7 11V7a5 5 0 0 1 10 0v4" />`},"log-in":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m10 17 5-5-5-5" />
|
|
104
|
+
<path d="M15 12H3" />
|
|
105
|
+
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />`},"log-out":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m16 17 5-5-5-5" />
|
|
106
|
+
<path d="M21 12H9" />
|
|
107
|
+
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />`},mail:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" />
|
|
108
|
+
<rect x="2" y="4" width="20" height="16" rx="2" />`},"map-pin":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
|
|
109
|
+
<circle cx="12" cy="10" r="3" />`},menu:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M4 5h16" />
|
|
110
|
+
<path d="M4 12h16" />
|
|
111
|
+
<path d="M4 19h16" />`},"message-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" />'},"message-square":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" />'},mic:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 19v3" />
|
|
112
|
+
<path d="M19 10v2a7 7 0 0 1-14 0v-2" />
|
|
113
|
+
<rect x="9" y="2" width="6" height="13" rx="3" />`},milestone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 13v8" />
|
|
114
|
+
<path d="M12 3v3" />
|
|
115
|
+
<path d="M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z" />`},minus:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M5 12h14" />'},monitor:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="14" x="2" y="3" rx="2" />
|
|
116
|
+
<line x1="8" x2="16" y1="21" y2="21" />
|
|
117
|
+
<line x1="12" x2="12" y1="17" y2="21" />`},moon:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />'},"more-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="1" />
|
|
118
|
+
<circle cx="19" cy="12" r="1" />
|
|
119
|
+
<circle cx="5" cy="12" r="1" />`},"mouse-pointer":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M14 4.1 12 6" />
|
|
120
|
+
<path d="m5.1 8-2.9-.8" />
|
|
121
|
+
<path d="m6 12-1.9 2" />
|
|
122
|
+
<path d="M7.2 2.2 8 5.1" />
|
|
123
|
+
<path d="M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" />`},music:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9 18V5l12-2v13" />
|
|
124
|
+
<circle cx="6" cy="18" r="3" />
|
|
125
|
+
<circle cx="18" cy="16" r="3" />`},"panel-left":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
126
|
+
<path d="M9 3v18" />`},"panel-top":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
127
|
+
<path d="M3 9h18" />`},panel:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="18" height="18" x="3" y="3" rx="2"/><path d="M12 3v18"/>'},phone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" />'},plus:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M5 12h14" />
|
|
128
|
+
<path d="M12 5v14" />`},"rectangle-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="20" height="12" x="2" y="6" rx="2" />'},refresh:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" />
|
|
129
|
+
<path d="M21 3v5h-5" />
|
|
130
|
+
<path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" />
|
|
131
|
+
<path d="M8 16H3v5" />`},rocket:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" />
|
|
132
|
+
<path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09" />
|
|
133
|
+
<path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z" />
|
|
134
|
+
<path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05" />`},ruler:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" />
|
|
135
|
+
<path d="m14.5 12.5 2-2" />
|
|
136
|
+
<path d="m11.5 9.5 2-2" />
|
|
137
|
+
<path d="m8.5 6.5 2-2" />
|
|
138
|
+
<path d="m17.5 15.5 2-2" />`},search:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21 21-4.34-4.34" />
|
|
139
|
+
<circle cx="11" cy="11" r="8" />`},server:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="20" height="8" x="2" y="2" rx="2" ry="2" />
|
|
140
|
+
<rect width="20" height="8" x="2" y="14" rx="2" ry="2" />
|
|
141
|
+
<line x1="6" x2="6.01" y1="6" y2="6" />
|
|
142
|
+
<line x1="6" x2="6.01" y1="18" y2="18" />`},settings:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" />
|
|
143
|
+
<circle cx="12" cy="12" r="3" />`},share:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 2v13" />
|
|
144
|
+
<path d="m16 6-4-4-4 4" />
|
|
145
|
+
<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" />`},shield:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />'},"shopping-cart":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="8" cy="21" r="1" />
|
|
146
|
+
<circle cx="19" cy="21" r="1" />
|
|
147
|
+
<path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" />`},"sliders-horizontal":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M10 5H3" />
|
|
148
|
+
<path d="M12 19H3" />
|
|
149
|
+
<path d="M14 3v4" />
|
|
150
|
+
<path d="M16 17v4" />
|
|
151
|
+
<path d="M21 12h-9" />
|
|
152
|
+
<path d="M21 19h-5" />
|
|
153
|
+
<path d="M21 5h-7" />
|
|
154
|
+
<path d="M8 10v4" />
|
|
155
|
+
<path d="M8 12H3" />`},smartphone:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="14" height="20" x="5" y="2" rx="2" ry="2" />
|
|
156
|
+
<path d="M12 18h.01" />`},spark:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
|
|
157
|
+
<path d="M20 2v4" />
|
|
158
|
+
<path d="M22 4h-4" />
|
|
159
|
+
<circle cx="4" cy="20" r="2" />`},sparkles:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" />
|
|
160
|
+
<path d="M20 2v4" />
|
|
161
|
+
<path d="M22 4h-4" />
|
|
162
|
+
<circle cx="4" cy="20" r="2" />`},spinner:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M21 12a9 9 0 1 1-6.219-8.56" />'},square:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<rect width="18" height="18" x="3" y="3" rx="2" />'},star:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" />'},sun:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="4" />
|
|
163
|
+
<path d="M12 2v2" />
|
|
164
|
+
<path d="M12 20v2" />
|
|
165
|
+
<path d="m4.93 4.93 1.41 1.41" />
|
|
166
|
+
<path d="m17.66 17.66 1.41 1.41" />
|
|
167
|
+
<path d="M2 12h2" />
|
|
168
|
+
<path d="M20 12h2" />
|
|
169
|
+
<path d="m6.34 17.66-1.41 1.41" />
|
|
170
|
+
<path d="m19.07 4.93-1.41 1.41" />`},table:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3v18" />
|
|
171
|
+
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
172
|
+
<path d="M3 9h18" />
|
|
173
|
+
<path d="M3 15h18" />`},tablet:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="16" height="20" x="4" y="2" rx="2" ry="2" />
|
|
174
|
+
<line x1="12" x2="12.01" y1="18" y2="18" />`},tag:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" />
|
|
175
|
+
<circle cx="7.5" cy="7.5" r=".5" fill="currentColor" />`},"text-cursor":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6" />
|
|
176
|
+
<path d="M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" />
|
|
177
|
+
<path d="M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" />
|
|
178
|
+
<path d="M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1" />
|
|
179
|
+
<path d="M9 6v12" />`},"theme-dark":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" />'},"theme-light":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="4" />
|
|
180
|
+
<path d="M12 2v2" />
|
|
181
|
+
<path d="M12 20v2" />
|
|
182
|
+
<path d="m4.93 4.93 1.41 1.41" />
|
|
183
|
+
<path d="m17.66 17.66 1.41 1.41" />
|
|
184
|
+
<path d="M2 12h2" />
|
|
185
|
+
<path d="M20 12h2" />
|
|
186
|
+
<path d="m6.34 17.66-1.41 1.41" />
|
|
187
|
+
<path d="m19.07 4.93-1.41 1.41" />`},"toggle-right":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="15" cy="12" r="3" />
|
|
188
|
+
<rect width="20" height="14" x="2" y="5" rx="7" />`},trash:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" />
|
|
189
|
+
<path d="M3 6h18" />
|
|
190
|
+
<path d="M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" />`},type:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 4v16" />
|
|
191
|
+
<path d="M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" />
|
|
192
|
+
<path d="M9 20h6" />`},unlock:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<rect width="18" height="11" x="3" y="11" rx="2" ry="2" />
|
|
193
|
+
<path d="M7 11V7a5 5 0 0 1 9.9-1" />`},"upload-cloud":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 13v8" />
|
|
194
|
+
<path d="M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" />
|
|
195
|
+
<path d="m8 17 4-4 4 4" />`},upload:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 3v12" />
|
|
196
|
+
<path d="m17 8-5-5-5 5" />
|
|
197
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />`},"user-circle":{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<circle cx="12" cy="12" r="10" />
|
|
198
|
+
<circle cx="12" cy="10" r="3" />
|
|
199
|
+
<path d="M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" />`},user:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" />
|
|
200
|
+
<circle cx="12" cy="7" r="4" />`},video:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" />
|
|
201
|
+
<rect x="2" y="6" width="14" height="12" rx="2" />`},warning:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" />
|
|
202
|
+
<path d="M12 9v4" />
|
|
203
|
+
<path d="M12 17h.01" />`},wifi:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M12 20h.01" />
|
|
204
|
+
<path d="M2 8.82a15 15 0 0 1 20 0" />
|
|
205
|
+
<path d="M5 12.859a10 10 0 0 1 14 0" />
|
|
206
|
+
<path d="M8.5 16.429a5 5 0 0 1 7 0" />`},x:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:`<path d="M18 6 6 18" />
|
|
207
|
+
<path d="m6 6 12 12" />`},zap:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",body:'<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />'}};function L({name:n,...o}){const t=ie[n];return e.jsx(ae,{viewBox:t.viewBox,fill:t.fill,stroke:t.stroke,strokeWidth:Number(t.strokeWidth),strokeLinecap:t.strokeLinecap,strokeLinejoin:t.strokeLinejoin,dangerouslySetInnerHTML:{__html:t.body},...o})}function c(n){return function(t){return e.jsx(L,{name:n,...t})}}const rn=c("activity"),sn=c("alert-circle"),an=c("alert-triangle"),cn=c("align-horizontal"),ln=c("align-justify"),dn=c("app-window"),un=c("arrow-down"),hn=c("arrow-left"),pn=c("arrow-right"),mn=c("arrow-up"),kn=c("badge"),xn=c("battery"),fn=c("bell"),vn=c("bluetooth"),bn=c("book"),yn=c("box"),jn=c("calendar"),gn=c("camera"),Ln=c("check-square"),wn=c("check"),_n=c("chevron-down"),In=c("chevron-left"),Cn=c("chevron-right"),Nn=c("chevron-up"),Mn=c("chevron"),Bn=c("circle-dot"),Sn=c("clock"),Wn=c("close"),Tn=c("cloud"),zn=c("code"),$n=c("component"),An=c("copy"),Dn=c("credit-card"),Hn=c("database"),En=c("download"),Rn=c("edit"),Vn=c("external-link"),Fn=c("eye-off"),Pn=c("eye"),On=c("file-text"),Un=c("file"),Gn=c("filter"),qn=c("folder"),Yn=c("form-input"),Zn=c("ghost"),Xn=c("gift"),Kn=c("git-commit"),Jn=c("github"),Qn=c("grid"),eo=c("grip"),no=c("heading1"),oo=c("heart"),to=c("help-circle"),ro=c("history"),so=c("home"),ao=c("image"),io=c("info"),co=c("lab"),lo=c("laptop"),uo=c("layout-template"),ho=c("layout"),po=c("link"),mo=c("linkedin"),ko=c("list-checks"),xo=c("list-collapse"),fo=c("list-filter"),vo=c("list"),bo=c("loader2"),yo=c("lock"),jo=c("log-in"),go=c("log-out"),Lo=c("mail"),wo=c("map-pin"),_o=c("menu"),Io=c("message-circle"),Co=c("message-square"),No=c("mic"),Mo=c("milestone"),Bo=c("minus"),So=c("monitor"),Wo=c("moon"),To=c("more-horizontal"),zo=c("mouse-pointer"),$o=c("music"),Ao=c("panel-left"),Do=c("panel-top"),Ho=c("panel"),Eo=c("phone"),Ro=c("plus"),Vo=c("rectangle-horizontal"),Fo=c("refresh"),Po=c("rocket"),Oo=c("ruler"),Uo=c("search"),Go=c("server"),qo=c("settings"),Yo=c("share"),Zo=c("shield"),Xo=c("shopping-cart"),Ko=c("sliders-horizontal"),Jo=c("smartphone"),Qo=c("spark"),et=c("sparkles"),nt=c("spinner"),ot=c("square"),tt=c("star"),rt=c("sun"),st=c("table"),at=c("tablet"),it=c("tag"),ct=c("text-cursor"),lt=c("theme-dark"),dt=c("theme-light"),ut=c("toggle-right"),ht=c("trash"),pt=c("type"),mt=c("unlock"),kt=c("upload-cloud"),xt=c("upload"),ft=c("user-circle"),vt=c("user"),bt=c("video"),yt=c("warning"),jt=c("wifi"),gt=c("x"),Lt=c("zap"),Z=d.forwardRef(({label:n,error:o,supportText:t,prefix:r,suffix:a,clearable:s=!1,size:l="md",full:i=!1,className:h,id:u,...p},k)=>{const f=u??(n?`input-${Y(n)}`:void 0),b=d.useRef(null),[,y]=d.useState(0),x=p.value!==void 0,j=String(x?p.value??"":p.defaultValue??b.current?.value??"").length>0,v=w=>{if(b.current=w,typeof k=="function"){k(w);return}k&&(k.current=w)},I=()=>{const w=b.current;if(!w||p.disabled||p.readOnly)return;Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value")?.set?.call(w,""),w.dispatchEvent(new Event("input",{bubbles:!0})),w.dispatchEvent(new Event("change",{bubbles:!0})),y(g=>g+1),w.focus()},C=w=>{p.onInput?.(w),x||y(W=>W+1)},M=s&&j?e.jsx(A,{icon:e.jsx(L,{name:"close",size:12}),"aria-label":"Limpar campo",variant:"ghost",size:"sm",onClick:I,tabIndex:-1,className:"input-field__clear"}):a;return e.jsx(z,{label:n,error:o,hint:t,full:i,htmlFor:f,className:h,children:e.jsxs("div",{className:m("input-field",`input-field--${l}`,o&&"input-field--error",p.disabled&&"input-field--disabled"),children:[r&&e.jsx("span",{className:"input-field__adornment input-field__adornment--prefix",children:r}),e.jsx("input",{ref:v,id:f,className:m("input-field__input",!!r&&"input-field__input--with-prefix",!!M&&"input-field__input--with-suffix"),"aria-invalid":!!o,"aria-describedby":o?`${f}-error`:t?`${f}-supportText`:void 0,...p,onInput:C}),M&&e.jsx("span",{className:"input-field__adornment input-field__adornment--suffix",children:M})]})})});Z.displayName="Input";const ce=d.forwardRef(({label:n,error:o,supportText:t,full:r=!1,resize:a="vertical",className:s,id:l,rows:i=4,style:h,...u},p)=>{const k=l??(n?`textarea-${Y(n)}`:void 0);return e.jsx(z,{label:n,error:o,hint:t,full:r,htmlFor:k,className:s,children:e.jsx("textarea",{ref:p,id:k,rows:i,className:m("textarea",o&&"textarea--error"),"aria-invalid":!!o,"aria-describedby":o?`${k}-error`:t?`${k}-supportText`:void 0,style:{resize:a,...h??{}},...u})})});ce.displayName="TextArea";const le=d.forwardRef(({onSearch:n,loading:o=!1,onChange:t,...r},a)=>{const s=l=>{t?.(l),n?.(l.target.value)};return e.jsx(Z,{ref:a,type:"search",clearable:!0,prefix:o?e.jsx(q,{size:"xs"}):e.jsx(L,{name:"search",size:16}),onChange:s,...r})});le.displayName="Search";const wt=["Dom","Seg","Ter","Qua","Qui","Sex","Sab"];function J(n){if(!n)return null;const[o,t,r]=n.split("-").map(Number);return!o||!t||!r?null:new Date(o,t-1,r)}function _t(n){if(!n)return"";const o=String(n.getDate()).padStart(2,"0"),t=String(n.getMonth()+1).padStart(2,"0"),r=n.getFullYear();return`${o}/${t}/${r}`}function re(n){if(!n)return"";const o=String(n.getDate()).padStart(2,"0"),t=String(n.getMonth()+1).padStart(2,"0");return`${n.getFullYear()}-${t}-${o}`}function It(n,o){return!n||!o?!1:n.getFullYear()===o.getFullYear()&&n.getMonth()===o.getMonth()&&n.getDate()===o.getDate()}function Ct(n){const o=new Date(n.getFullYear(),n.getMonth(),1),t=new Date(n.getFullYear(),n.getMonth()+1,0),r=o.getDay(),a=t.getDate(),s=[];for(let i=r-1;i>=0;i-=1){const h=new Date(o);h.setDate(o.getDate()-(i+1)),s.push({date:h,outside:!0})}for(let i=1;i<=a;i+=1)s.push({date:new Date(n.getFullYear(),n.getMonth(),i),outside:!1});const l=s.length<=35?35:42;for(;s.length<l;){const i=s[s.length-1]?.date??t,h=new Date(i);h.setDate(i.getDate()+1),s.push({date:h,outside:!0})}return s}const de=d.forwardRef(({label:n,error:o,supportText:t,full:r=!1,className:a,id:s,value:l,defaultValue:i,onChange:h,placeholder:u="dd/mm/aaaa",disabled:p,size:k,prefix:f,suffix:b,clearable:y,...x},j)=>{const v=s??(n?`datepicker-${Y(n)}`:void 0),I=d.useRef(null),C=d.useMemo(()=>re(new Date),[]),M=d.useMemo(()=>J(l??i??C),[i,C,l]),[w,W]=d.useState(i??C),[g,B]=d.useState(!1),D=J(l??w),[F,H]=d.useState(M??new Date),K=l!==void 0;d.useEffect(()=>{const N=J(l??w);N&&H(N)},[w,l]),d.useEffect(()=>{if(!g)return;const N=E=>{I.current&&!I.current.contains(E.target)&&B(!1)};return document.addEventListener("mousedown",N),()=>document.removeEventListener("mousedown",N)},[g]);const _=N=>{K||W(N);const E={target:{value:N,id:v,name:x.name},currentTarget:{value:N,id:v,name:x.name}};h?.(E)},T=N=>{const E=re(N);_(E),H(N)},Ze=()=>{_("")},Xe=()=>{B(!1)},Ke=F.toLocaleDateString("pt-BR",{month:"long",year:"numeric"}),Je=Ct(F);return e.jsx(z,{label:n,error:o,hint:t,full:r,htmlFor:v,className:a,children:e.jsxs("div",{ref:I,className:"date-picker",children:[e.jsxs("div",{className:m("date-picker__field",g&&"date-picker__field--open",o&&"date-picker__field--error",p&&"date-picker__field--disabled"),children:[e.jsx("input",{...x,ref:j,id:v,type:"text",value:_t(D),placeholder:u,readOnly:!0,disabled:p,className:"date-picker__input",onClick:()=>!p&&B(!0)}),e.jsx("button",{type:"button",className:"date-picker__toggle",onClick:()=>!p&&B(N=>!N),"aria-label":"Abrir calendario",disabled:p,children:e.jsx(L,{name:"calendar",size:18})})]}),g?e.jsxs("div",{className:"date-picker__popover",role:"dialog","aria-modal":"false",children:[e.jsxs("div",{className:"date-picker__header",children:[e.jsx("button",{type:"button",className:"date-picker__nav",onClick:()=>H(N=>new Date(N.getFullYear(),N.getMonth()-1,1)),"aria-label":"Mes anterior",children:e.jsx(L,{name:"chevron-left",size:16})}),e.jsx("span",{className:"date-picker__month",children:Ke}),e.jsx("button",{type:"button",className:"date-picker__nav",onClick:()=>H(N=>new Date(N.getFullYear(),N.getMonth()+1,1)),"aria-label":"Proximo mes",children:e.jsx(L,{name:"chevron-right",size:16})})]}),e.jsx("div",{className:"date-picker__weekdays",children:wt.map(N=>e.jsx("span",{className:"date-picker__weekday",children:N},N))}),e.jsx("div",{className:"date-picker__grid",children:Je.map(({date:N,outside:E})=>{const Qe=It(N,D);return e.jsx("button",{type:"button",className:m("date-picker__day",E&&"date-picker__day--outside",Qe&&"date-picker__day--selected"),onClick:()=>T(N),children:N.getDate()},N.toISOString())})}),e.jsxs("div",{className:"date-picker__footer",children:[e.jsx(P,{variant:"ghost",onClick:Ze,children:"Limpar"}),e.jsx(P,{onClick:Xe,children:"Concluido"})]})]}):null]})})});de.displayName="DatePicker";const ue=d.forwardRef(({options:n,value:o,defaultValue:t,onChange:r,label:a,error:s,supportText:l,size:i="md",placeholder:h="Select...",full:u=!1,disabled:p=!1,searchable:k=!1,searchPlaceholder:f="Search...",className:b,...y},x)=>{const j=d.useId(),v=d.useRef(null),I=d.useRef(null),[C,M]=d.useState(!1),[w,W]=d.useState(""),[g,B]=d.useState(t??""),D=o??g;d.useEffect(()=>{if(!C){W("");return}k&&I.current?.focus()},[C,k]),d.useEffect(()=>{const _=T=>{v.current&&!v.current.contains(T.target)&&M(!1)};return document.addEventListener("mousedown",_),()=>document.removeEventListener("mousedown",_)},[]);const F=n.find(_=>_.value===D),H=d.useMemo(()=>!k||!w?n:n.filter(_=>(_.searchValue??(typeof _.label=="string"?_.label:_.value)).toLowerCase().includes(w.toLowerCase())),[n,k,w]),K=(_,T)=>{T||(o===void 0&&B(_),r?.(_),M(!1))};return e.jsx(z,{label:a,error:s,hint:l,full:u,className:b,htmlFor:j,children:e.jsxs("div",{ref:v,className:m("select",u&&"select--full"),children:[e.jsxs("div",{ref:x,id:j,role:"combobox","aria-expanded":C,"aria-controls":`${j}-listbox`,"aria-haspopup":"listbox",tabIndex:p?-1:0,className:m("select__trigger",`select__trigger--${i}`,C&&"select__trigger--open",s&&"select__trigger--error",p&&"select__trigger--disabled"),onClick:()=>!p&&M(_=>!_),onKeyDown:_=>{p||((_.key==="Enter"||_.key===" ")&&(_.preventDefault(),M(T=>!T)),_.key==="Escape"&&M(!1))},...y,children:[e.jsx("span",{className:m("select__value",!F&&"select__value--placeholder"),children:F?.label??h}),e.jsx("span",{className:"select__icon",children:e.jsx(L,{name:"chevron-down",size:16})})]}),C&&e.jsxs("div",{className:"select__menu",children:[k&&e.jsxs("div",{className:"select__search",children:[e.jsx("span",{className:"select__search-icon",children:e.jsx(L,{name:"search",size:14})}),e.jsx("input",{ref:I,className:"select__search-input",value:w,placeholder:f,onChange:_=>W(_.target.value)})]}),e.jsx("ul",{id:`${j}-listbox`,className:"select__list",role:"listbox",children:H.length>0?H.map(_=>{const T=_.value===D;return e.jsxs("li",{role:"option","aria-selected":T,className:m("select__option",T&&"select__option--selected",_.disabled&&"select__option--disabled"),onClick:()=>K(_.value,_.disabled),children:[e.jsx("span",{children:_.label}),T&&e.jsx("span",{className:"select__option-check",children:e.jsx(L,{name:"check",size:14})})]},_.value)}):e.jsx("li",{className:"select__empty",children:"No results found"})})]})]})})});ue.displayName="Select";const he=d.forwardRef(({options:n,value:o,defaultValue:t=[],onChange:r,label:a,error:s,supportText:l,placeholder:i="Select options...",full:h=!1,disabled:u=!1,className:p,...k},f)=>{const b=d.useId(),y=d.useRef(null),[x,j]=d.useState(!1),[v,I]=d.useState(t),C=o??v;d.useEffect(()=>{const g=B=>{y.current&&!y.current.contains(B.target)&&j(!1)};return document.addEventListener("mousedown",g),()=>document.removeEventListener("mousedown",g)},[]);const M=d.useMemo(()=>n.filter(g=>C.includes(g.value)),[n,C]),w=g=>{o===void 0&&I(g),r?.(g)},W=(g,B)=>{if(!B){if(C.includes(g)){w(C.filter(D=>D!==g));return}w([...C,g])}};return e.jsx(z,{label:a,error:s,hint:l,full:h,className:p,htmlFor:b,children:e.jsxs("div",{ref:y,className:m("multiselect",h&&"multiselect--full"),children:[e.jsxs("div",{ref:f,id:b,role:"combobox","aria-expanded":x,"aria-controls":`${b}-listbox`,"aria-haspopup":"listbox",tabIndex:u?-1:0,className:m("multiselect__trigger",x&&"multiselect__trigger--open",s&&"multiselect__trigger--error",u&&"multiselect__trigger--disabled"),onClick:()=>!u&&j(g=>!g),onKeyDown:g=>{u||((g.key==="Enter"||g.key===" ")&&(g.preventDefault(),j(B=>!B)),g.key==="Escape"&&j(!1))},...k,children:[e.jsx("div",{className:"multiselect__values",children:M.length>0?M.map(g=>e.jsxs("span",{className:"multiselect__tag",children:[e.jsx("span",{className:"multiselect__tag-label",children:g.label}),e.jsx("button",{type:"button",className:"multiselect__tag-remove",onClick:B=>{B.stopPropagation(),W(g.value)},"aria-label":`Remove ${g.label}`,children:e.jsx(L,{name:"close",size:12})})]},g.value)):e.jsx("span",{className:"multiselect__placeholder",children:i})}),e.jsx("span",{className:"multiselect__icon",children:e.jsx(L,{name:"chevron-down",size:16})})]}),x&&e.jsx("ul",{id:`${b}-listbox`,className:"multiselect__menu",role:"listbox","aria-multiselectable":"true",children:n.length>0?n.map(g=>{const B=C.includes(g.value);return e.jsxs("li",{role:"option","aria-selected":B,className:m("multiselect__option",B&&"multiselect__option--selected",g.disabled&&"multiselect__option--disabled"),onClick:()=>W(g.value,g.disabled),children:[e.jsx("span",{className:"multiselect__checkbox",children:B?e.jsx(L,{name:"check",size:12}):null}),e.jsx("span",{children:g.label})]},g.value)}):e.jsx("li",{className:"multiselect__empty",children:"No options available"})})]})})});he.displayName="MultiSelect";function Nt(n,o){typeof n=="function"?n(o):n&&(n.current=o)}const pe=d.forwardRef(({label:n,indeterminate:o=!1,supportText:t,className:r,id:a,disabled:s,color:l="primary",style:i,...h},u)=>{const p=d.useId(),k=a??`checkbox-${p}`,f=d.useRef(null);d.useEffect(()=>{f.current&&(f.current.indeterminate=o)},[o]);const b=y=>{f.current=y,Nt(u,y)};return e.jsx(z,{hint:t,full:!0,className:r,htmlFor:k,children:e.jsxs("label",{className:m("checkbox",s&&"checkbox--disabled"),style:{"--checkbox-color":$(l),...i??{}},children:[e.jsxs("span",{className:"checkbox__control",children:[e.jsx("input",{ref:b,id:k,type:"checkbox",className:"checkbox__input",disabled:s,"aria-checked":o?"mixed":void 0,...h}),e.jsx("span",{className:"checkbox__box","aria-hidden":"true",children:e.jsx("span",{className:"checkbox__icon",children:o?e.jsx(L,{name:"minus"}):e.jsx(L,{name:"check"})})})]}),n&&e.jsx("span",{className:"checkbox__label",children:n})]})})});pe.displayName="Checkbox";const me=d.forwardRef(({label:n,description:o,className:t,disabled:r,error:a,style:s,color:l="primary",id:i,...h},u)=>{const p=d.useId(),k=i??`radio-${p}`;return e.jsx(z,{full:!0,className:t,htmlFor:k,children:e.jsxs("label",{className:m("radio",r&&"radio--disabled",a&&"radio--error"),style:{"--radio-color":$(l),...s??{}},children:[e.jsxs("span",{className:"radio__input-container",children:[e.jsx("input",{ref:u,id:k,type:"radio",className:"radio__input",disabled:r,...h}),e.jsx("span",{className:"radio__control",children:e.jsx("span",{className:"radio__dot"})})]}),(n||o)&&e.jsxs("span",{className:"radio__content",children:[n&&e.jsx("span",{className:"radio__label",children:n}),o&&e.jsx("span",{className:"radio__description",children:o})]})]})})});me.displayName="Radio";const Mt=({value:n,defaultValue:o,onChange:t,min:r=0,max:a=100,label:s,supportText:l,className:i,id:h,...u})=>{const p=d.useId(),k=h??`slider-${p}`,[f,b]=d.useState(Number(n??o??0)),y=n!==void 0?Number(n):f,x=(y-Number(r))/(Number(a)-Number(r))*100;return e.jsx(z,{label:s,hint:l,full:!0,className:i,htmlFor:k,children:e.jsxs("div",{className:"slider",children:[e.jsx("div",{className:"slider__track",children:e.jsx("div",{className:"slider__fill",style:{width:`${x}%`}})}),e.jsx("input",{id:k,type:"range",min:r,max:a,value:y,onChange:j=>{const v=Number(j.target.value);n===void 0&&b(v),t?.(j)},className:"slider__input",...u}),e.jsx("div",{className:"slider__value",children:y})]})})},Bt=({onFileSelect:n,accept:o,multiple:t=!1,disabled:r=!1,maxSize:a,title:s="Drag and drop a file or click to upload",description:l="Supported files depend on the accept property.",className:i,...h})=>{const u=d.useRef(null),[p,k]=d.useState(!1),[f,b]=d.useState([]),[y,x]=d.useState(null),j=v=>{x(null);let I=v;a&&v.filter(w=>w.size>a).length>0&&(x(`Some files exceed ${Math.round(a/1024/1024)}MB.`),I=v.filter(w=>w.size<=a)),!t&&I.length>1&&(I=[I[0]]);const C=t?[...f,...I]:I;b(C),n?.(C)};return e.jsxs("div",{className:m("file-upload",i),...h,children:[e.jsxs("div",{className:m("file-upload__dropzone",p&&"file-upload__dropzone--dragging",r&&"file-upload__dropzone--disabled",y&&"file-upload__dropzone--error"),onDragEnter:v=>{v.preventDefault(),r||k(!0)},onDragOver:v=>{v.preventDefault(),r||k(!0)},onDragLeave:v=>{v.preventDefault(),k(!1)},onDrop:v=>{v.preventDefault(),k(!1),r||j(Array.from(v.dataTransfer.files))},onClick:()=>!r&&u.current?.click(),children:[e.jsx("input",{ref:u,type:"file",className:"file-upload__input",onChange:v=>v.target.files&&j(Array.from(v.target.files)),accept:o,multiple:t,disabled:r}),e.jsxs("div",{className:"file-upload__content",children:[e.jsx("div",{className:"file-upload__icon",children:e.jsx(L,{name:"upload",size:20})}),e.jsx(S,{weight:"medium",children:s}),e.jsx(S,{size:"sm",color:"subtle",children:l})]})]}),y&&e.jsx(S,{size:"sm",color:"danger",children:y}),f.length>0&&e.jsx("ul",{className:"file-upload__list",children:f.map((v,I)=>e.jsxs("li",{className:"file-upload__item",children:[e.jsx("span",{className:"file-upload__file-name",children:v.name}),e.jsx("button",{type:"button",className:"file-upload__remove",onClick:()=>{const C=f.filter((M,w)=>w!==I);b(C),n?.(C)},children:e.jsx(L,{name:"close",size:14})})]},`${v.name}-${I}`))})]})};function V(n,o){const t=d.forwardRef(({weight:r="bold",className:a,children:s,...l},i)=>d.createElement(n,{ref:i,className:m("heading",o,`heading--weight-${r}`,a),...l},s));return t.displayName=n.charAt(0).toUpperCase()+n.slice(1),t}const ke=V("h1","heading--h1"),Q=V("h2","heading--h2"),St=V("h3","heading--h3"),xe=V("h4","heading--h4"),fe=V("h5","heading--h5"),Wt=V("h6","heading--h6");function Tt({padding:n="md",variant:o="default",as:t,children:r,className:a,...s}){const l=t||"div";return e.jsx(l,{className:m("card",`card--${o}`,`card--pad-${n}`,a),...s,children:r})}function zt({title:n,description:o,icon:t,action:r,children:a,className:s,...l}){return e.jsxs("div",{className:m("card-header",s),...l,children:[e.jsxs("div",{className:"card-header__content",children:[(n||t)&&e.jsxs("div",{className:"card-header__title-wrapper",children:[t&&e.jsx("span",{className:"card-header__icon",children:t}),n&&e.jsx(fe,{weight:"semibold",children:n})]}),o&&e.jsx(S,{size:"sm",color:"subtle",children:o}),a]}),r&&e.jsx("div",{className:"card-header__action",children:r})]})}function $t({children:n,className:o,...t}){return e.jsx("div",{className:m("card-body",o),...t,children:n})}function At({children:n,className:o,...t}){return e.jsx("div",{className:m("card-footer",o),...t,children:n})}const Dt=d.forwardRef(function({as:o,padding:t="0",rounded:r="none",shadow:a="none",surface:s="default",border:l=!1,className:i,children:h,...u},p){const k=o||"div";return e.jsx(k,{ref:p,className:m("box",`box-padding--${t}`,`box-rounded--${r}`,`box-shadow--${a}`,`box-surface--${s}`,l&&"box--border",i),...u,children:h})}),Ht=({children:n,columns:o=1,gap:t="4",className:r,style:a,as:s,...l})=>{const i=s||"div";return e.jsx(i,{className:m("grid",`grid-cols--${o}`,`grid-gap--${t}`,r),style:a,...l,children:n})},Et=({children:n,size:o="lg",className:t,style:r})=>e.jsx("div",{className:m("container",`container--${o}`,t),style:r,children:n}),Rt=({size:n="1rem",axis:o="vertical",style:t})=>{const r=o==="horizontal"?n:1,a=o==="vertical"?n:1;return e.jsx("span",{style:{display:"block",width:r,minWidth:r,height:a,minHeight:a,...t},"aria-hidden":"true"})};function Vt({orientation:n="horizontal",label:o,className:t,...r}){return e.jsx("div",{role:"separator","aria-orientation":n,className:m("divider",`divider--${n}`,o&&"divider--labeled",t),...r,children:o&&n==="horizontal"&&e.jsx("span",{className:"divider__label",children:o})})}const ve=d.createContext({variant:"default"});function Ft({children:n,variant:o="default",className:t,...r}){return e.jsx(ve.Provider,{value:{variant:o},children:e.jsx("div",{className:m("list",`list--${o}`,t),role:"list",...r,children:n})})}function Pt({children:n,description:o,startContent:t,endContent:r,active:a=!1,disabled:s=!1,className:l,onClick:i,...h}){const{variant:u}=d.useContext(ve),p=u==="checklist"&&!t?e.jsx(L,{name:"check",size:16}):t;return e.jsxs("div",{className:m("list-item",a&&"list-item--active",i&&!s&&"list-item--clickable",s&&"list-item--disabled",l),role:"listitem",tabIndex:s?-1:i?0:void 0,onClick:s?void 0:i,...h,children:[p&&e.jsx("div",{className:"list-item__start",children:p}),e.jsxs("div",{className:"list-item__content",children:[e.jsx(S,{as:"span",weight:"medium",className:"list-item__title",children:n}),o&&e.jsx(S,{as:"span",size:"sm",color:"subtle",className:"list-item__description",children:o})]}),r&&e.jsx("div",{className:"list-item__end",children:r})]})}const be=Object.assign(Ft,{Item:Pt});be.displayName="List";function Ot(n,o){const t=Array.isArray(o)?o:o?[o]:[],[r,a]=d.useState(t);return{openItems:r,toggle:l=>{a(i=>{const h=i.includes(l);return n==="single"?h?[]:[l]:h?i.filter(u=>u!==l):[...i,l]})}}}const ye=({title:n,children:o,isOpen:t=!1,onToggle:r,id:a,className:s,...l})=>e.jsxs("div",{className:m("accordion-item",t&&"accordion-item--open",s),...l,children:[e.jsxs("button",{className:"accordion-item__trigger",onClick:r,"aria-expanded":t,"aria-controls":`accordion-content-${a}`,id:`accordion-trigger-${a}`,type:"button",children:[e.jsx("span",{className:"accordion-item__title",children:n}),e.jsx("span",{className:"accordion-item__icon",children:e.jsx(L,{name:"chevron-down",size:16})})]}),e.jsx("div",{className:"accordion-item__content",id:`accordion-content-${a}`,role:"region","aria-labelledby":`accordion-trigger-${a}`,hidden:!t,children:e.jsx("div",{className:"accordion-item__content-inner",children:o})})]}),je=({children:n,type:o="single",defaultValue:t,className:r,...a})=>{const{openItems:s,toggle:l}=Ot(o,t);return e.jsx("div",{className:m("accordion",r),...a,children:d.Children.map(n,(i,h)=>{if(!d.isValidElement(i))return i;const u=i.props.id??`accordion-item-${h}`;return d.cloneElement(i,{id:u,isOpen:s.includes(u),onToggle:()=>l(u)})})})};je.Item=ye;const ge=({size:n="sm",weight:o="medium",block:t=!1,children:r,className:a,...s})=>e.jsx("code",{className:m("code",`code--${n}`,`code--${o}`,t&&"code--block",a),...s,children:r});ge.displayName="Code";const X=({color:n="primary",underline:o=!1,active:t,as:r,className:a,children:s,href:l,to:i,style:h,...u})=>{const p=typeof window<"u"?window.location.pathname:"",k=i??l,f=r||"a",b=j=>{const v=j.split("?")[0].split("#")[0];return v.endsWith("/")&&v!=="/"?v.slice(0,-1):v},y=k&&p?b(p)===b(k):!1,x=t??y;return e.jsx(f,{className:m("link",o&&"link--underline",x&&"link--active",a),style:{"--link-color":$(n),...h??{}},href:k,"aria-current":x?"page":void 0,...u,children:s})};X.displayName="Link";const Le=d.forwardRef(({children:n,variant:o="soft",color:t="primary",size:r="md",className:a,...s},l)=>{const i=O(t)?t:void 0;return e.jsx("span",{ref:l,className:m("badge",`badge--${o}`,i&&`badge--${i}`,`badge--${r}`,a),style:i?void 0:{"--badge-color":$(t)},...s,children:n})});Le.displayName="Badge";function Ut({children:n,variant:o="soft",size:t="md",color:r="primary",leftIcon:a,rightIcon:s,closable:l,onRemove:i,className:h,style:u,...p}){const k=l||!!i;return e.jsxs("span",{className:m("tag",`tag--variant-${o}`,`tag--size-${t}`,h),style:{"--tag-color":$(r),...u??{}},...p,children:[a&&e.jsx("span",{className:"tag__icon",children:a}),e.jsx("span",{className:"tag__label",children:n}),s&&e.jsx("span",{className:"tag__icon",children:s}),k&&e.jsx("button",{type:"button",className:"tag__remove",onClick:i,"aria-label":"Remove tag",children:"x"})]})}const ee=d.forwardRef(({src:n,name:o,size:t="md",status:r,className:a,...s},l)=>{const i=h=>{if(!h)return"";const u=h.split(" ");return u.length===1?u[0].substring(0,2):(u[0][0]+u[u.length-1][0]).toUpperCase()};return e.jsxs("div",{ref:l,className:m("avatar",`avatar--${t}`,a),...s,children:[n?e.jsx("img",{src:n,alt:o,className:"avatar-image"}):e.jsx("span",{className:"avatar-initials",children:i(o)}),r&&e.jsx("span",{className:m("avatar-status",`avatar-status--${r}`)})]})});ee.displayName="Avatar";const ne=({width:n,height:o,circle:t=!1,radius:r,animated:a=!0,className:s,style:l,...i})=>{const h={width:typeof n=="number"?`${n}px`:n,height:typeof o=="number"?`${o}px`:o,borderRadius:t?"50%":typeof r=="number"?`${r}px`:r,...l};return e.jsx("div",{className:m("skeleton",t&&"skeleton--circle",a&&"skeleton--animated",s),style:h,...i})};ne.displayName="Skeleton";const Gt=({src:n,alt:o,objectFit:t="cover",radius:r="md",className:a,style:s,fallback:l,...i})=>{const[h,u]=d.useState(!1),[p,k]=d.useState(!1);return p&&l?e.jsx(e.Fragment,{children:l}):e.jsxs("div",{className:m("image-wrapper",a),style:s,children:[!h&&!p&&e.jsx(ne,{className:m("image-skeleton",`image-radius--${r}`),style:{width:"100%",height:"100%"}}),e.jsx("img",{src:n,alt:o,className:m("image",`image-fit--${t}`,`image-radius--${r}`,h&&"image--loaded"),onLoad:()=>u(!0),onError:()=>k(!0),...i})]})},we=d.forwardRef(({label:n,size:o="md",className:t,disabled:r,...a},s)=>e.jsxs("label",{className:m("switch-wrapper",`switch--${o}`,r&&"switch-wrapper--disabled",t),children:[e.jsx("input",{type:"checkbox",className:"switch-input",disabled:r,ref:s,...a}),e.jsx("span",{className:"switch-track",children:e.jsx("span",{className:"switch-thumb"})}),n&&e.jsx("span",{className:"switch-label",children:n})]}));we.displayName="Switch";const _e=({currentPage:n,totalPages:o,onPageChange:t,showControls:r=!0,className:a,...s})=>{const l=d.useMemo(()=>{const i=[],h=Math.max(1,n-1),u=Math.min(o,n+1);h>1&&(i.push(1),h>2&&i.push("dots-start"));for(let p=h;p<=u;p+=1)i.push(p);return u<o&&(u<o-1&&i.push("dots-end"),i.push(o)),i},[n,o]);return e.jsxs("nav",{className:m("pagination",a),"aria-label":"Pagination",...s,children:[r&&e.jsx("button",{type:"button",className:m("pagination__item",n===1&&"pagination__item--disabled"),onClick:()=>t(n-1),disabled:n===1,"aria-label":"Previous page",children:e.jsx(L,{name:"chevron-left",size:16})}),l.map((i,h)=>{if(typeof i=="string")return e.jsx("span",{className:"pagination__dots",children:"..."},`${i}-${h}`);const u=i===n;return e.jsx("button",{type:"button",className:m("pagination__item",u&&"pagination__item--active"),onClick:()=>!u&&t(i),"aria-current":u?"page":void 0,children:i},i)}),r&&e.jsx("button",{type:"button",className:m("pagination__item",n===o&&"pagination__item--disabled"),onClick:()=>t(n+1),disabled:n===o,"aria-label":"Next page",children:e.jsx(L,{name:"chevron-right",size:16})})]})};_e.displayName="Pagination";const qt=({icon:n,title:o,description:t,action:r,className:a,...s})=>e.jsxs("div",{className:m("empty-state",a),...s,children:[n&&e.jsx("div",{className:"empty-state__icon",children:n}),e.jsx(xe,{children:o}),t&&e.jsx(S,{color:"subtle",children:t}),r&&e.jsx("div",{className:"empty-state__action",children:r})]}),Ie=({open:n,onClose:o,title:t,description:r,children:a,footer:s,size:l="md",closeOnOverlayClick:i=!0,className:h})=>{const[u,p]=d.useState(!1);return d.useEffect(()=>{if(!n)return;const k=f=>{f.key==="Escape"&&o()};return document.addEventListener("keydown",k),document.body.style.overflow="hidden",p(!0),()=>{document.removeEventListener("keydown",k),document.body.style.overflow=""}},[n,o]),!n||!u?null:G.createPortal(e.jsx("div",{className:"modal-overlay",onClick:i?o:void 0,children:e.jsxs("div",{role:"dialog","aria-modal":"true","aria-labelledby":t?"modal-title":void 0,"aria-describedby":r?"modal-description":void 0,tabIndex:-1,className:m("modal",`modal--${l}`,h),onClick:k=>k.stopPropagation(),children:[(t||r)&&e.jsxs("div",{className:"modal-header",children:[e.jsxs("div",{children:[t&&e.jsx(Q,{id:"modal-title",className:"modal-title",children:t}),r&&e.jsx("p",{id:"modal-description",className:"modal-description",children:r})]}),e.jsx(A,{icon:e.jsx(L,{name:"close",size:16}),"aria-label":"Close modal",variant:"ghost",color:"default",size:"sm",onClick:o})]}),a&&e.jsx("div",{className:"modal-body",children:a}),s&&e.jsx("div",{className:"modal-footer",children:s})]})}),document.body)};Ie.displayName="Modal";const Ce=({isOpen:n,onClose:o,title:t,placement:r="right",children:a,footer:s,size:l="md",className:i,closeOnOverlayClick:h=!0})=>{const[u,p]=d.useState(!1);return d.useEffect(()=>(p(!0),n?document.body.style.overflow="hidden":document.body.style.overflow="unset",()=>{document.body.style.overflow="unset"}),[n]),u?G.createPortal(e.jsxs(e.Fragment,{children:[n&&e.jsx("div",{className:"drawer-overlay",onClick:h?o:void 0}),e.jsxs("div",{className:m("drawer",`drawer--${r}`,`drawer--size-${l}`,n&&"drawer--open",i),role:"dialog","aria-modal":"true","aria-hidden":!n,children:[e.jsxs("div",{className:"drawer-header",children:[t?e.jsx(Q,{className:"drawer-title",children:t}):e.jsx("span",{}),e.jsx(A,{icon:e.jsx(L,{name:"close",size:16}),variant:"ghost",size:"sm",onClick:o,"aria-label":"Fechar painel"})]}),e.jsx("div",{className:"drawer-body",children:a}),s&&e.jsx("div",{className:"drawer-footer",children:s})]})]}),document.body):null};Ce.displayName="Drawer";function Yt({content:n,placement:o="top",children:t,delay:r=300}){const a=d.useId(),s=d.useRef(null),l=d.useRef(),[i,h]=d.useState(!1),[u,p]=d.useState({top:0,left:0}),k=d.useCallback(()=>{if(!s.current)return;const x=s.current.getBoundingClientRect(),j=10;if(o==="top"){p({top:x.top+window.scrollY-j,left:x.left+x.width/2+window.scrollX});return}if(o==="bottom"){p({top:x.bottom+window.scrollY+j,left:x.left+x.width/2+window.scrollX});return}if(o==="left"){p({top:x.top+x.height/2+window.scrollY,left:x.left+window.scrollX-j});return}p({top:x.top+x.height/2+window.scrollY,left:x.right+window.scrollX+j})},[o]),f=d.useCallback(()=>{l.current=window.setTimeout(()=>{k(),h(!0)},r)},[r,k]),b=d.useCallback(()=>{window.clearTimeout(l.current),h(!1)},[]);d.useEffect(()=>{if(!i)return;const x=()=>k();return window.addEventListener("scroll",x,!0),window.addEventListener("resize",x),()=>{window.removeEventListener("scroll",x,!0),window.removeEventListener("resize",x)}},[i,k]);const y=d.cloneElement(t,{ref:s,onMouseEnter:x=>{t.props.onMouseEnter?.(x),f()},onMouseLeave:x=>{t.props.onMouseLeave?.(x),b()},onFocus:x=>{t.props.onFocus?.(x),f()},onBlur:x=>{t.props.onBlur?.(x),b()},"aria-describedby":i?a:t.props["aria-describedby"]});return e.jsxs(e.Fragment,{children:[y,i&&G.createPortal(e.jsx("div",{id:a,className:m("tooltip",`tooltip--${o}`),style:{top:u.top,left:u.left},role:"tooltip",children:n}),document.body)]})}const Ne=d.createContext(null),se={success:e.jsx(L,{name:"check",size:16}),warning:e.jsx(L,{name:"warning",size:16}),danger:e.jsx(L,{name:"close",size:16}),primary:e.jsx(L,{name:"info",size:16})};function Zt({toast:n,onDismiss:o}){const[t,r]=d.useState(!1),a=d.useCallback(()=>{r(!0),setTimeout(()=>o(n.id),250)},[n.id,o]);d.useEffect(()=>{const i=setTimeout(a,n.duration??4e3);return()=>clearTimeout(i)},[a,n.duration]);const s=n.color??"primary",l=se[s]||se.primary;return e.jsxs("div",{className:m("toast",`toast--${s}`,t&&"toast--exiting"),children:[e.jsx("span",{className:"toast-icon",children:l}),e.jsxs("div",{className:"toast-content",children:[e.jsx("p",{className:"toast-title",children:n.title}),n.description&&e.jsx("p",{className:"toast-description",children:n.description})]}),e.jsx(A,{icon:e.jsx(L,{name:"close",size:14}),"aria-label":"Dismiss notification",variant:"ghost",size:"sm",onClick:a,className:"toast-close"})]})}const Me=({children:n,position:o="top-right",maxToasts:t=5})=>{const[r,a]=d.useState(!1),[s,l]=d.useState([]);d.useEffect(()=>{a(!0)},[]);const i=d.useCallback(u=>{const p=`toast-${Date.now()}-${Math.random().toString(36).slice(2)}`;l(k=>[...k.slice(-(t-1)),{...u,id:p}])},[t]),h=d.useCallback(u=>{l(p=>p.filter(k=>k.id!==u))},[]);return e.jsxs(Ne.Provider,{value:{toast:i,dismiss:h},children:[n,r&&G.createPortal(e.jsx("div",{className:m("toast-container",`toast-container--${o}`),children:s.map(u=>e.jsx(Zt,{toast:u,onDismiss:h},u.id))}),document.body)]})};function Xt(){const n=d.useContext(Ne);if(!n)throw new Error("useToast must be used inside <ToastProvider>");return n}const Be=({striped:n=!1,hover:o=!0,compact:t=!1,stickyHeader:r=!1,className:a,containerClassName:s,children:l,...i})=>e.jsx("div",{className:m("table-container",r&&"table-container--sticky-header",s),children:e.jsx("table",{className:m("table",n&&"table--striped",o&&"table--hover",t&&"table--compact",a),...i,children:l})}),Se=n=>e.jsx("thead",{...n}),We=n=>e.jsx("tbody",{...n}),Te=n=>e.jsx("tr",{...n}),ze=n=>e.jsx("th",{...n}),$e=n=>e.jsx("td",{...n});Be.displayName="Table";Se.displayName="Thead";We.displayName="Tbody";Te.displayName="Tr";ze.displayName="Th";$e.displayName="Td";const Ae=d.createContext({collapsed:!1,toggleCollapsed:()=>{},searchTerm:"",setSearchTerm:()=>{},enableSearch:!1,searchPlaceholder:"Buscar item"});function oe(){return d.useContext(Ae)}function U(n){return typeof n=="string"||typeof n=="number"?String(n):Array.isArray(n)?n.map(U).join(" "):d.isValidElement(n)?U(n.props.children):""}function De(n){let o=0;return d.Children.forEach(n,t=>{if(d.isValidElement(t)){if(t.type===te){o+=1;return}o+=De(t.props.children)}}),o}function He(n){for(const o of d.Children.toArray(n)){if(!d.isValidElement(o))continue;if(o.type===te)return o;const t=He(o.props.children);if(t)return t}return null}function Kt({collapsed:n,defaultCollapsed:o=!1,onToggle:t,className:r,children:a,searchThreshold:s=12,searchPlaceholder:l="Buscar item",...i}){const[h,u]=d.useState(o),[p,k]=d.useState(""),f=n!==void 0,b=f?n:h,x=d.useMemo(()=>De(a),[a])>s&&!b,j=d.Children.toArray(a),v=j.findIndex(M=>d.isValidElement(M)&&M.type===Ee),I=()=>{const M=!b;f||u(M),t?.(M)},C=d.useMemo(()=>({collapsed:b,toggleCollapsed:I,searchTerm:p,setSearchTerm:k,enableSearch:x,searchPlaceholder:l}),[b,p,x,l]);return e.jsx(Ae.Provider,{value:C,children:e.jsxs("aside",{className:m("sidebar",b&&"sidebar--collapsed",r),...i,children:[v===-1?a:j.slice(0,v),v===-1?null:j.slice(v)]})})}function Jt({icon:n,logo:o,collapsible:t=!0,className:r,children:a,onClick:s,...l}){const{collapsed:i,toggleCollapsed:h,enableSearch:u,searchTerm:p,setSearchTerm:k,searchPlaceholder:f}=oe(),b=y=>{t&&h(),s?.(y)};return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:m("sidebar__header",r),onClick:b,...l,children:[e.jsx("div",{className:"sidebar__header-icon",children:n??e.jsx(L,{name:"menu"})}),!i&&e.jsx("div",{className:"sidebar__header-content",children:o??a})]}),u?e.jsx("div",{className:"sidebar__search sidebar__search--header",children:e.jsx(Z,{value:p,onChange:y=>k(y.target.value),placeholder:f,prefix:e.jsx(L,{name:"search",size:16}),size:"sm",full:!0})}):null]})}function te({icon:n,active:o=!1,as:t,className:r,children:a,searchText:s,...l}){const{collapsed:i,searchTerm:h}=oe(),u=t||"button",p=(s??U(a)).trim().toLocaleLowerCase(),k=h.trim().toLocaleLowerCase();return!k||p.includes(k)?e.jsxs(u,{className:m("sidebar__item",o&&"sidebar__item--active",r),...l,children:[n?e.jsx("span",{className:"sidebar__item-icon",children:n}):null,!i&&e.jsx("span",{className:"sidebar__item-label",children:a})]}):null}function Qt({title:n,leftIcon:o,defaultOpen:t=!0,open:r,onOpenChange:a,collapsible:s=!0,className:l,children:i,...h}){const{collapsed:u,searchTerm:p}=oe(),[k,f]=d.useState(t),b=r!==void 0,y=b?r:k,x=p.trim().toLocaleLowerCase(),j=U(i).toLocaleLowerCase(),v=!x||j.includes(x),I=!!(x&&v),C=u?!1:I||y,M=He(i);if(!v)return null;const w=W=>{if(u){const B=M?.props?.onClick;typeof B=="function"&&B(W);return}if(!s||I)return;const g=!y;b||f(g),a?.(g)};return e.jsxs("div",{className:m("sidebar__group",C&&"sidebar__group--open",l),...h,children:[e.jsxs("button",{type:"button",className:"sidebar__group-trigger",onClick:w,"aria-expanded":C,disabled:!s||I,children:[o?e.jsx("span",{className:"sidebar__group-left-icon",children:o}):null,u?null:e.jsx("span",{className:"sidebar__group-title",children:n}),e.jsx("span",{className:"sidebar__group-icon",children:e.jsx(L,{name:"chevron-down",size:16})})]}),C?e.jsx("div",{className:"sidebar__group-content",children:i}):null]})}function Ee({className:n,children:o,...t}){return e.jsx("div",{className:m("sidebar__footer",n),...t,children:o})}const Re=Object.assign(Kt,{Header:Jt,Item:te,Group:Qt,Footer:Ee});Re.displayName="Sidebar";const Ve=d.createContext(void 0),Fe=()=>{const n=d.useContext(Ve);if(!n)throw new Error("useTheme must be used within a ThemeProvider");return n},er=({children:n,defaultTheme:o="dark",storageKey:t="theme",toastPosition:r,toastMaxToasts:a})=>{const[s,l]=d.useState(()=>localStorage.getItem(t)||o);d.useEffect(()=>{const u=window.document.documentElement;u.classList.remove("theme-light","theme-dark"),u.classList.add(`theme-${s}`),u.setAttribute("data-theme",s),localStorage.setItem(t,s)},[s,t]);const i=()=>{l(u=>u==="light"?"dark":"light")},h=u=>{l(u)};return e.jsx(Ve.Provider,{value:{theme:s,toggleTheme:i,setTheme:h},children:e.jsx(Me,{position:r,maxToasts:a,children:n})})},Pe=({logo:n,navItems:o=[],navPosition:t="center",extraContent:r,themeToggle:a=!1,sticky:s=!1,className:l,children:i,contentInside:h=!1,...u})=>{const{theme:p,toggleTheme:k}=Fe(),f=typeof window<"u"?window.location.pathname:"",b=x=>{const j=x.split("?")[0].split("#")[0];return j.endsWith("/")&&j!=="/"?j.slice(0,-1):j},y=()=>e.jsx(R,{as:"nav",align:"center",gap:"5",className:"topbar__nav",children:o.map((x,j)=>{const v=x.to??x.href,I=x.active??(v?b(v)===b(f):!1);return v?e.jsx(X,{href:v,className:m("topbar__nav-item",I&&"topbar__nav-item--active"),active:I,onClick:x.onClick,children:x.label},`${x.label??"link"}-${j}`):e.jsx("button",{type:"button",className:m("topbar__nav-item",I&&"topbar__nav-item--active"),onClick:x.onClick,children:x.label},`${x.label??"button"}-${j}`)})});return e.jsxs(R,{as:"header",align:"center",justify:"space-between",className:m("topbar",s&&"topbar--sticky",t==="right"&&"topbar--nav-right",h&&"topbar--with-children",l),...u,children:[e.jsx(R,{align:"center",gap:"4",className:"topbar__left",children:n&&e.jsx("div",{className:"topbar__logo",children:n})}),t==="center"&&o.length>0&&e.jsx(R,{align:"center",justify:"center",className:"topbar__center",children:y()}),h&&i&&e.jsx("div",{className:"topbar__content",children:i}),e.jsxs(R,{align:"center",gap:"4",className:"topbar__right",children:[t==="right"&&o.length>0&&y(),r,a&&e.jsx(A,{icon:p==="dark"?e.jsx(L,{name:"sun",size:16}):e.jsx(L,{name:"moon",size:16}),variant:"ghost",size:"sm",label:"Toggle theme",onClick:k})]}),!h&&i&&e.jsx("div",{className:"topbar__children",children:i})]})};Pe.displayName="TopBar";const nr=({title:n,description:o,showBack:t=!1,onBack:r,width:a,action:s,className:l,...i})=>e.jsxs("div",{className:m("page-header",l),...i,children:[e.jsxs("div",{className:"page-header__left",children:[t&&e.jsx(A,{variant:"ghost",size:"sm",icon:e.jsx(L,{name:"chevron-left",size:16}),onClick:r,label:"Back"}),e.jsxs("div",{className:"page-header__content",children:[e.jsx(ke,{weight:"bold",children:n}),o&&e.jsx(S,{color:"subtle",style:{width:`${a||"100%"}`},children:o})]})]}),s&&e.jsx("div",{className:"page-header__right",children:s})]}),Oe=({items:n,separator:o="/",className:t})=>e.jsx("nav",{className:m("breadcrumb",t),"aria-label":"Breadcrumb",children:e.jsx("ol",{className:"breadcrumb-list",children:n.map((r,a)=>{const s=a===n.length-1;return e.jsxs("li",{className:"breadcrumb-item",children:[r.href&&!s?e.jsxs(X,{href:r.href,color:"neutral",className:"breadcrumb-link",children:[r.icon&&e.jsx("span",{className:"breadcrumb-icon",children:r.icon}),r.label]}):e.jsxs("span",{className:m("breadcrumb-link",s&&"breadcrumb-current"),"aria-current":s?"page":void 0,children:[r.icon&&e.jsx("span",{className:"breadcrumb-icon",children:r.icon}),r.label]}),!s&&e.jsx("span",{className:"breadcrumb-separator",children:o})]},a)})})});Oe.displayName="Breadcrumb";const Ue=({value:n,max:o=100,size:t="md",color:r,animated:a=!1,showValue:s=!1,label:l,className:i,style:h,...u})=>{const p=Math.min(100,Math.max(0,n/o*100));return e.jsxs("div",{className:m("progress-wrapper",i),style:{"--progress-color":$(r),...h??{}},...u,children:[(l||s)&&e.jsxs("div",{className:"progress-label",children:[l&&e.jsx("span",{children:l}),s&&e.jsxs("span",{className:"progress-value",children:[Math.round(p),"%"]})]}),e.jsx("div",{className:m("progress",`progress--${t}`,a&&"progress--animated"),role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":o,children:e.jsx("div",{className:"progress-bar",style:{width:`${p}%`}})})]})};Ue.displayName="Progress";const Ge=({tabs:n,defaultValue:o,value:t,onChange:r,className:a,variant:s="default",size:l="md"})=>{const[i,h]=d.useState(o??n[0]?.value??""),u=t??i,p=f=>{t===void 0&&h(f),r?.(f)},k=n.find(f=>f.value===u);return e.jsxs("div",{className:m("tabs",`tabs--${s}`,`tabs--${l}`,a),children:[e.jsx("div",{className:"tabs-list",role:"tablist",children:n.map(f=>{const b=u===f.value,y=m("tabs-trigger",b&&"tabs-trigger--active");return f.href?e.jsx("a",{role:"tab",href:f.href,"aria-selected":b,className:y,onClick:x=>{f.disabled?x.preventDefault():p(f.value)},children:f.label},f.value):e.jsx("button",{role:"tab",type:"button",disabled:f.disabled,"aria-selected":b,className:y,onClick:()=>p(f.value),children:f.label},f.value)})}),e.jsx("div",{role:"tabpanel",className:"tabs-panel",tabIndex:0,children:k?.content})]})};Ge.displayName="Tabs";const qe=({title:n,description:o,date:t,icon:r,src:a,name:s})=>e.jsxs("div",{className:m("timeline-item",!r&&!a&&!s&&"timeline-item--dot"),children:[e.jsxs("div",{className:"timeline-item__aside",children:[e.jsx("div",{className:"timeline-item__marker",children:a||s?e.jsx(ee,{src:a,name:s,size:"sm"}):r?e.jsx("div",{className:"timeline-item__icon",children:r}):e.jsx("div",{className:"timeline-item__dot"})}),e.jsx("div",{className:"timeline-item__line"})]}),e.jsxs("div",{className:"timeline-item__content",children:[e.jsxs("div",{className:"timeline-item__header",children:[e.jsx(S,{weight:"medium",children:n}),t&&e.jsx(S,{size:"sm",color:"subtle",children:t})]}),o&&e.jsx("div",{className:"timeline-item__description",children:e.jsx(S,{color:"subtle",children:o})})]})]}),Ye=({children:n,className:o,...t})=>e.jsx("div",{className:m("timeline",o),...t,children:n});Ye.displayName="Timeline";qe.displayName="TimelineItem";exports.Accordion=je;exports.AccordionItem=ye;exports.ActivityIcon=rn;exports.AlertCircleIcon=sn;exports.AlertTriangleIcon=an;exports.AlignHorizontalIcon=cn;exports.AlignJustifyIcon=ln;exports.AppWindowIcon=dn;exports.ArrowDownIcon=un;exports.ArrowLeftIcon=hn;exports.ArrowRightIcon=pn;exports.ArrowUpIcon=mn;exports.Avatar=ee;exports.Badge=Le;exports.BadgeIcon=kn;exports.BatteryIcon=xn;exports.BellIcon=fn;exports.BluetoothIcon=vn;exports.BookIcon=bn;exports.Box=Dt;exports.BoxIcon=yn;exports.Breadcrumb=Oe;exports.Button=P;exports.CalendarIcon=jn;exports.CameraIcon=gn;exports.Card=Tt;exports.CardBody=$t;exports.CardFooter=At;exports.CardHeader=zt;exports.CheckIcon=wn;exports.CheckSquareIcon=Ln;exports.Checkbox=pe;exports.ChevronDownIcon=_n;exports.ChevronIcon=Mn;exports.ChevronLeftIcon=In;exports.ChevronRightIcon=Cn;exports.ChevronUpIcon=Nn;exports.CircleDotIcon=Bn;exports.ClockIcon=Sn;exports.CloseIcon=Wn;exports.CloudIcon=Tn;exports.Code=ge;exports.CodeIcon=zn;exports.ComponentIcon=$n;exports.Container=Et;exports.CopyIcon=An;exports.CreditCardIcon=Dn;exports.DatabaseIcon=Hn;exports.DatePicker=de;exports.Divider=Vt;exports.DownloadIcon=En;exports.Drawer=Ce;exports.EditIcon=Rn;exports.EmptyState=qt;exports.ExternalLinkIcon=Vn;exports.EyeIcon=Pn;exports.EyeOffIcon=Fn;exports.FileIcon=Un;exports.FileTextIcon=On;exports.FileUpload=Bt;exports.FilterIcon=Gn;exports.Flex=R;exports.FolderIcon=qn;exports.FormField=z;exports.FormInputIcon=Yn;exports.GhostIcon=Zn;exports.GiftIcon=Xn;exports.GitCommitIcon=Kn;exports.GithubIcon=Jn;exports.Grid=Ht;exports.GridIcon=Qn;exports.GripIcon=eo;exports.Heading=ke;exports.Heading1Icon=no;exports.Heading2=Q;exports.Heading3=St;exports.Heading4=xe;exports.Heading5=fe;exports.Heading6=Wt;exports.HeartIcon=oo;exports.HelpCircleIcon=to;exports.HistoryIcon=ro;exports.HomeIcon=so;exports.Icon=L;exports.IconBase=ae;exports.IconButton=A;exports.Image=Gt;exports.ImageIcon=ao;exports.InfoIcon=io;exports.Input=Z;exports.LabIcon=co;exports.LaptopIcon=lo;exports.LayoutIcon=ho;exports.LayoutTemplateIcon=uo;exports.Link=X;exports.LinkIcon=po;exports.LinkedinIcon=mo;exports.List=be;exports.ListChecksIcon=ko;exports.ListCollapseIcon=xo;exports.ListFilterIcon=fo;exports.ListIcon=vo;exports.Loader=q;exports.Loader2Icon=bo;exports.LockIcon=yo;exports.LogInIcon=jo;exports.LogOutIcon=go;exports.MailIcon=Lo;exports.MapPinIcon=wo;exports.MenuIcon=_o;exports.MessageCircleIcon=Io;exports.MessageSquareIcon=Co;exports.MicIcon=No;exports.MilestoneIcon=Mo;exports.MinusIcon=Bo;exports.Modal=Ie;exports.MonitorIcon=So;exports.MoonIcon=Wo;exports.MoreHorizontalIcon=To;exports.MousePointerIcon=zo;exports.MultiSelect=he;exports.MusicIcon=$o;exports.PageHeader=nr;exports.Pagination=_e;exports.PanelIcon=Ho;exports.PanelLeftIcon=Ao;exports.PanelTopIcon=Do;exports.PhoneIcon=Eo;exports.PlusIcon=Ro;exports.Progress=Ue;exports.Radio=me;exports.RectangleHorizontalIcon=Vo;exports.RefreshIcon=Fo;exports.RocketIcon=Po;exports.RulerIcon=Oo;exports.Search=le;exports.SearchIcon=Uo;exports.Select=ue;exports.ServerIcon=Go;exports.SettingsIcon=qo;exports.ShareIcon=Yo;exports.ShieldIcon=Zo;exports.ShoppingCartIcon=Xo;exports.Sidebar=Re;exports.Skeleton=ne;exports.Slider=Mt;exports.SlidersHorizontalIcon=Ko;exports.SmartphoneIcon=Jo;exports.Spacer=Rt;exports.SparkIcon=Qo;exports.SparklesIcon=et;exports.SpinnerIcon=nt;exports.SquareIcon=ot;exports.StarIcon=tt;exports.SunIcon=rt;exports.Switch=we;exports.Table=Be;exports.TableIcon=st;exports.TabletIcon=at;exports.Tabs=Ge;exports.Tag=Ut;exports.TagIcon=it;exports.Tbody=We;exports.Td=$e;exports.Text=S;exports.TextArea=ce;exports.TextCursorIcon=ct;exports.Th=ze;exports.Thead=Se;exports.ThemeDarkIcon=lt;exports.ThemeLightIcon=dt;exports.ThemeProvider=er;exports.Timeline=Ye;exports.TimelineItem=qe;exports.ToastProvider=Me;exports.ToggleRightIcon=ut;exports.Tooltip=Yt;exports.TopBar=Pe;exports.Tr=Te;exports.TrashIcon=ht;exports.TypeIcon=pt;exports.UnlockIcon=mt;exports.UploadCloudIcon=kt;exports.UploadIcon=xt;exports.UserCircleIcon=ft;exports.UserIcon=vt;exports.VideoIcon=bt;exports.WarningIcon=yt;exports.WifiIcon=jt;exports.XIcon=gt;exports.ZapIcon=Lt;exports.classNames=m;exports.createVariants=en;exports.iconRegistry=ie;exports.useTheme=Fe;exports.useToast=Xt;
|
|
208
|
+
//# sourceMappingURL=acyon.cjs.js.map
|