@recursica/mantine-adapter 0.41.0 → 0.42.1
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/CHANGELOG.md +24 -0
- package/dist/index.d.ts +43 -3
- package/dist/mantine-adapter.cjs +2 -2
- package/dist/mantine-adapter.cjs.map +1 -1
- package/dist/mantine-adapter.css +1 -1
- package/dist/mantine-adapter.js +2580 -2218
- package/dist/mantine-adapter.js.map +1 -1
- package/package.json +1 -1
- package/src/GlobalExemptions.modules.css +0 -6
- package/src/components/Accordion/Accordion.module.css +0 -8
- package/src/components/AutoComplete/AutoComplete.module.css +0 -7
- package/src/components/Avatar/Avatar.module.css +0 -8
- package/src/components/Checkbox/CheckboxGroup.tsx +32 -10
- package/src/components/Chip/Chip.module.css +0 -16
- package/src/components/DatePicker/DATEPICKER_IMPLEMENTATION_NOTES.md +14 -1
- package/src/components/DatePicker/DatePicker.icons.tsx +27 -0
- package/src/components/DatePicker/DatePicker.module.css +256 -7
- package/src/components/DatePicker/DatePicker.stories.tsx +0 -7
- package/src/components/DatePicker/DatePicker.tsx +37 -1
- package/src/components/DatePicker/USAGE.md +6 -2
- package/src/components/Dropdown/Dropdown.module.css +0 -7
- package/src/components/FileInput/FileInput.module.css +0 -21
- package/src/components/FileInput/FileInput.tsx +6 -0
- package/src/components/FileUpload/FileUpload.module.css +0 -11
- package/src/components/HoverCard/HoverCard.module.css +1 -7
- package/src/components/Label/Label.module.css +0 -6
- package/src/components/Link/Link.module.css +1 -6
- package/src/components/Menu/Menu.module.css +0 -6
- package/src/components/Modal/Modal.module.css +0 -11
- package/src/components/NumberInput/NumberInput.module.css +0 -7
- package/src/components/Pagination/Pagination.module.css +0 -81
- package/src/components/SegmentedControl/SegmentedControl.module.css +0 -1
- package/src/components/Slider/IMPLEMENTATION_NOTES.md +1 -0
- package/src/components/Slider/Slider.module.css +34 -0
- package/src/components/Slider/Slider.stories.tsx +1 -1
- package/src/components/TextArea/TextArea.module.css +0 -7
- package/src/components/TextArea/TextArea.tsx +2 -6
- package/src/components/TextField/TextField.module.css +0 -7
- package/src/components/TimePicker/TimePicker.module.css +0 -16
- package/src/components/Timeline/Timeline.module.css +0 -6
- package/src/components/Toast/Toast.module.css +0 -7
- package/src/components/Tooltip/Tooltip.module.css +0 -9
- package/src/components/TransferList/TRANSFERLIST_IMPLEMENTATION_NOTES.md +111 -0
- package/src/components/TransferList/TransferList.module.css +174 -41
- package/src/components/TransferList/TransferList.stories.tsx +110 -6
- package/src/components/TransferList/TransferList.tsx +417 -7
- package/src/components/TransferList/USAGE.md +37 -6
package/dist/mantine-adapter.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),d=require("react"),m=require("@mantine/core"),yt=require("@mantine/dates"),us=require("@mantine/hooks");var ko=typeof document<"u"?document.currentScript:null;const ms=["className","classNames","style","styles","vars","p","px","py","pt","pb","pl","pr","bg","c","opacity","ff","fz","fw","lts","ta","lh","fs","tt","td","bd","bdw","bds","bdc","bdr","shadow","w","miw","maw","h","mih","mah"],bt=new Set(["m","my","mx","mt","mb","ml","mr","gap","rowGap","columnGap","top","left","bottom","right"]),Co={"rec-none":"var(--recursica_brand_dimensions_general_none)","rec-sm":"var(--recursica_brand_dimensions_general_sm)","rec-default":"var(--recursica_brand_dimensions_general_default)","rec-md":"var(--recursica_brand_dimensions_general_md)","rec-lg":"var(--recursica_brand_dimensions_general_lg)","rec-xl":"var(--recursica_brand_dimensions_general_xl)","rec-2xl":"var(--recursica_brand_dimensions_general_2xl)"};function bo(n){const e={...n};for(const[r,o]of Object.entries(e))typeof o=="string"&&o.startsWith("rec-")&&bt.has(r)&&o in Co&&(e[r]=Co[o]);return e}function b(n,e){if(e)return n;const r={...n};for(const o of ms)o in r&&delete r[o];for(const[o,t]of Object.entries(r))typeof t=="string"&&t.startsWith("rec-")&&bt.has(o)&&t in Co&&(r[o]=Co[t]);return r}const _s="Accordion-module__root___Dem6d",fs="Accordion-module__item___7ryVk",ys="Accordion-module__noDivider___Ni2tT",bs="Accordion-module__control___b4wgX",hs="Accordion-module__label___Ss7uW",vs="Accordion-module__icon___xfHxX",Ns="Accordion-module__chevron___i-HVZ",xs="Accordion-module__iconLeftWrapper___5oLen",$s="Accordion-module__panel___Wx50w",ws="Accordion-module__content___PEM9t",ve={root:_s,item:fs,noDivider:ys,control:bs,label:hs,icon:vs,chevron:Ns,iconLeftWrapper:xs,panel:$s,content:ws},ct={default:"unstyled"},ht=function({variant:e="default",overStyled:r=!1,...o}){const t=typeof e=="string"&&ct[e]?ct[e]:e,a=b(o,r),l={root:ve.root,item:ve.item,control:ve.control,label:ve.label,chevron:ve.chevron,icon:ve.icon,panel:ve.panel,content:ve.content},i=a.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const p=i;Object.keys(p).forEach(u=>{l[u]?l[u]=`${l[u]} ${p[u]}`:l[u]=p[u]})}const c=a.className;return s.jsx(m.Accordion,{variant:t,className:c,classNames:l,...a})};ht.displayName="Accordion";const Fo=d.forwardRef(function({title:e,leftIcon:r,divider:o=!0,children:t,disabled:a=!1,overStyled:l=!1,...i},c){const p=b(i,l),u=p.className,_=[o?void 0:ve.noDivider,u].filter(Boolean).join(" ")||void 0;return s.jsx(m.Accordion.Item,{ref:c,className:_,"data-disabled":a||void 0,...p,children:e?s.jsxs(s.Fragment,{children:[s.jsx(To,{leftIcon:r,disabled:a,children:e}),s.jsx(jo,{children:t})]}):t})});Fo.displayName="AccordionItem";const To=d.forwardRef(function({leftIcon:e,children:r,overStyled:o=!1,...t},a){const l=b(t,o),i=l.className;return s.jsx(m.Accordion.Control,{ref:a,className:i,icon:e?s.jsx("span",{className:ve.iconLeftWrapper,"aria-hidden":!0,children:e}):void 0,...l,children:r})});To.displayName="AccordionControl";const jo=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Accordion.Panel,{ref:o,className:a,...t})});jo.displayName="AccordionPanel";const So=ht;So.Item=Fo;So.Control=To;So.Panel=jo;const Cs="AssistiveElement-module__root___WhQ43",Ps="AssistiveElement-module__textWrapper___sfy5E",gs="AssistiveElement-module__iconWrapper___gObRF",Wo={root:Cs,textWrapper:Ps,iconWrapper:gs},Ts=()=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M12 16v-4"}),s.jsx("path",{d:"M12 8h.01"})]}),js=()=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[s.jsx("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-3Z"}),s.jsx("path",{d:"M12 9v4"}),s.jsx("path",{d:"M12 17h.01"})]}),Po=d.forwardRef(function({assistiveVariant:e="help",assistiveWithIcon:r=!0,children:o,className:t,role:a,overStyled:l=!1,...i},c){const u=b(i,l),_=Wo.root,x=t?`${_} ${t}`:_,y=e==="error"?js:Ts,f=a??(e==="error"?"alert":void 0);return s.jsxs("div",{ref:c,className:x,"data-variant":e,role:f,style:u.style,...u,children:[r&&s.jsx("span",{className:Wo.iconWrapper,children:s.jsx(y,{})}),s.jsx("span",{className:Wo.textWrapper,children:o})]})});Po.displayName="AssistiveElement";const Ss="Label-module__root___e6HXZ",Rs="Label-module__labelText___rieFR",As="Label-module__required___Ggrzc",Is="Label-module__optionalText___Y2yun",Ls="Label-module__actionAreaWrapper___ELoZK",Os="Label-module__editIconWrapper___NG2xW",ce={root:Ss,labelText:Rs,required:As,optionalText:Is,actionAreaWrapper:Ls,editIconWrapper:Os},Eo=d.forwardRef(function({labelSize:e="default",labelAlignment:r,required:o=!1,labelOptionalText:t,labelWithEditIcon:a,labelActionArea:l,onLabelEditClick:i,children:c,overStyled:p=!1,...u},_){const x=r||"left";let y;o||(t===!0?y="optional":t&&(y=t));const f=b(u,p),N=f,g={label:ce.root,required:ce.required},C=N.classNames;if(C&&typeof C=="object"&&!Array.isArray(C)){const v=C;g.label=v.label?`${ce.root} ${v.label}`:ce.root,g.required=v.required?`${ce.required} ${v.required}`:ce.required}const P=N.className,h=P?`${ce.root} ${P}`:ce.root;return s.jsxs(m.Input.Label,{ref:_,className:h,classNames:g,"data-size":e,"data-alignment":x,required:o&&!a,...f,children:[s.jsx("span",{className:ce.labelText,children:c}),y&&s.jsx("span",{className:ce.optionalText,children:typeof y=="string"?`(${y})`:y}),l?s.jsx("span",{className:ce.actionAreaWrapper,children:l}):a?s.jsx("button",{type:"button",className:ce.editIconWrapper,"data-replaces-asterisk":o?"true":void 0,onClick:i,"aria-label":"Edit",children:s.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:s.jsx("path",{d:"M11.5303 2.46967C11.8232 2.17678 12.2981 2.17678 12.591 2.46967L13.5303 3.40898C13.8232 3.70188 13.8232 4.17675 13.5303 4.46964L5.61288 12.3871C5.45268 12.5473 5.24434 12.6483 5.01809 12.6766L2.39534 13.0044C2.10091 13.0412 1.83856 12.7789 1.87538 12.4845L2.2032 9.86175C2.23147 9.63551 2.3325 9.42716 2.4927 9.26696L11.5303 2.46967Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})}):null]})});Eo.displayName="Label";const Ms="FormControlLayout-module__root___yNDhZ",ks="FormControlLayout-module__leftSection___GBM1r",Ws="FormControlLayout-module__rightSection___bcL4v",xo={root:Ms,leftSection:ks,rightSection:Ws},je=d.forwardRef(function({formLayout:e="stacked",labelSize:r="default",controlMaxWidth:o,controlMinWidth:t,leftSection:a,children:l,className:i,style:c,...p},u){const _=i?`${xo.root} ${i}`:xo.root,y=a!=null||e==="side-by-side";return s.jsxs("div",{ref:u,className:_,"data-form-layout":e,style:{...c,...o?{"--form-control-max-width":o}:{},...t?{"--form-control-min-width":t}:{}},...p,children:[y&&s.jsx("div",{className:xo.leftSection,"data-size":r,children:a}),s.jsx("div",{className:xo.rightSection,children:l})]})});je.displayName="FormControlLayout";const zs="FormControlWrapper-module__root___c-UHo",Fs="FormControlWrapper-module__inputSection___HenXk",dt={root:zs,inputSection:Fs},ro=d.forwardRef(function({formLayout:e,labelSize:r,labelAlignment:o,labelOptionalText:t,labelWithEditIcon:a,labelActionArea:l,onLabelEditClick:i,label:c,description:p,assistiveText:u,assistiveWithIcon:_=!0,controlMaxWidth:x,controlMinWidth:y,error:f,required:N,withAsterisk:g,id:C,children:P,className:h,overStyled:v=!1,labelElement:w,...$},j){const T=d.useId(),O=C||`recursica-fc-${T}`,M=u||p,S=M?`${O}-assistive`:void 0,R=f?`${O}-error`:void 0,z=b($,v),I=h||z.className,Z=dt.root,re=I?`${Z} ${I}`:Z,H=d.isValidElement(P)?d.cloneElement(P,{...M&&!P.props["aria-describedby"]?{"aria-describedby":S}:{},...f&&!P.props["aria-errormessage"]?{"aria-errormessage":R}:{}}):P,he=c?s.jsx(Eo,{id:O,labelAlignment:o,labelOptionalText:t,labelWithEditIcon:a,labelActionArea:l,onLabelEditClick:i,required:g??N,...w==="div"?{as:"div"}:{},children:c}):void 0;return s.jsx(je,{ref:j,className:re,formLayout:e,labelSize:r,controlMaxWidth:x,controlMinWidth:y,leftSection:he,...z,children:s.jsxs("div",{className:dt.inputSection,children:[H,f&&s.jsx(Po,{id:R,assistiveVariant:"error",assistiveWithIcon:_,children:f}),!f&&M&&s.jsx(Po,{id:S,assistiveVariant:"help",assistiveWithIcon:_,children:M})]})})});ro.displayName="FormControlWrapper";const Es="_root_1qhn7_3",Ds="_contents_1qhn7_18",to={root:Es,contents:Ds},Do=d.forwardRef(function({layer:n,contentsOnly:e,children:r,className:o,style:t,...a},l){const i=e?o?`${to.root} ${to.contents} ${o}`:`${to.root} ${to.contents}`:o?`${to.root} ${o}`:to.root;return s.jsx("div",{ref:l,className:i,style:t,...e?{}:{"data-recursica-layer":String(n)},...a,children:r})});Do.displayName="Layer";const fo=({emptyText:n="N/A"})=>s.jsx(d.Fragment,{children:n});fo.displayName="EmptyValueRenderer";fo.check=n=>n==null||n===""||Array.isArray(n)&&n.length===0;const Bs={BASE_URL:"/",DEV:!1,MODE:"library",PROD:!0,SSR:!1,VITE_PLUGIN_MODE:"production",VITE_PLUGIN_PHRASE:"recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7",VITE_PLUGIN_PHRASE_TEST:"recursica_plugin_@19866374",VITE_RECURSICA_API_TEST:"https://dev-api.recursica.com",VITE_RECURSICA_API_URL:"https://api.recursica.com",VITE_RECURSICA_UI_URL:"https://api.recursica.com"},De=(()=>{try{if(typeof process<"u"&&process.env&&process.env.NODE_ENV)return process.env.NODE_ENV!=="production"}catch{}try{if({url:typeof document>"u"?require("url").pathToFileURL(__filename).href:ko&&ko.tagName.toUpperCase()==="SCRIPT"&&ko.src||new URL("mantine-adapter.cjs",document.baseURI).href}&&Bs)return!0}catch{}if(typeof window<"u"){const n=window.location.hostname;return n==="localhost"||n==="127.0.0.1"||n.endsWith(".local")}return!1})(),zo=new Set;let Fe=!1;function vt(n){if(!De)return console.warn("[Recursica] overStyled highlight is disabled in production builds."),!1;if(Fe=n!==void 0?n:!Fe,typeof document<"u"){const e=document.documentElement,r=Fe?"0 0 0 2px cyan":"none";e.style.setProperty("--recursica-over-styled-shadow",r),console.log(`[Recursica] Highlight outlines toggled: ${Fe?"ACTIVE (0 0 0 2px cyan)":"INACTIVE"}`)}else console.warn("[Recursica] document is undefined. Cannot set CSS property.");return zo.forEach(e=>e()),Fe}function Gs(){return De&&Fe}function Nt(){const[n,e]=d.useState(Fe);return d.useEffect(()=>{if(!De)return;Bo(),Go();const r=()=>e(Fe);return zo.add(r),()=>{zo.delete(r)}},[]),De&&n}function Bo(){if(!De)return;if(typeof document>"u"){console.warn("[Recursica] document is undefined. Cannot inject overStyled styles.");return}const n="recursica-over-styled-styles";let e=document.getElementById(n);e||(e=document.createElement("style"),e.id=n,e.textContent=`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),c=require("react"),m=require("@mantine/core"),xt=require("@mantine/dates"),ha=require("@mantine/hooks");var Do=typeof document<"u"?document.currentScript:null;const ba=["className","classNames","style","styles","vars","p","px","py","pt","pb","pl","pr","bg","c","opacity","ff","fz","fw","lts","ta","lh","fs","tt","td","bd","bdw","bds","bdc","bdr","shadow","w","miw","maw","h","mih","mah"],Nt=new Set(["m","my","mx","mt","mb","ml","mr","gap","rowGap","columnGap","top","left","bottom","right"]),So={"rec-none":"var(--recursica_brand_dimensions_general_none)","rec-sm":"var(--recursica_brand_dimensions_general_sm)","rec-default":"var(--recursica_brand_dimensions_general_default)","rec-md":"var(--recursica_brand_dimensions_general_md)","rec-lg":"var(--recursica_brand_dimensions_general_lg)","rec-xl":"var(--recursica_brand_dimensions_general_xl)","rec-2xl":"var(--recursica_brand_dimensions_general_2xl)"};function $o(n){const e={...n};for(const[a,t]of Object.entries(e))typeof t=="string"&&t.startsWith("rec-")&&Nt.has(a)&&t in So&&(e[a]=So[t]);return e}function h(n,e){if(e)return n;const a={...n};for(const t of ba)t in a&&delete a[t];for(const[t,r]of Object.entries(a))typeof r=="string"&&r.startsWith("rec-")&&Nt.has(t)&&r in So&&(a[t]=So[r]);return a}const va="Accordion-module__root___Dem6d",xa="Accordion-module__item___7ryVk",Na="Accordion-module__noDivider___Ni2tT",Ca="Accordion-module__control___b4wgX",wa="Accordion-module__label___Ss7uW",$a="Accordion-module__icon___xfHxX",ga="Accordion-module__chevron___i-HVZ",Pa="Accordion-module__iconLeftWrapper___5oLen",Ta="Accordion-module__panel___Wx50w",ja="Accordion-module__content___PEM9t",Se={root:va,item:xa,noDivider:Na,control:Ca,label:wa,icon:$a,chevron:ga,iconLeftWrapper:Pa,panel:Ta,content:ja},ut={default:"unstyled"},Ct=function({variant:e="default",overStyled:a=!1,...t}){const r=typeof e=="string"&&ut[e]?ut[e]:e,s=h(t,a),l={root:Se.root,item:Se.item,control:Se.control,label:Se.label,chevron:Se.chevron,icon:Se.icon,panel:Se.panel,content:Se.content},i=s.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const u=i;Object.keys(u).forEach(p=>{l[p]?l[p]=`${l[p]} ${u[p]}`:l[p]=u[p]})}const d=s.className;return o.jsx(m.Accordion,{variant:r,className:d,classNames:l,...s})};Ct.displayName="Accordion";const Bo=c.forwardRef(function({title:e,leftIcon:a,divider:t=!0,children:r,disabled:s=!1,overStyled:l=!1,...i},d){const u=h(i,l),p=u.className,_=[t?void 0:Se.noDivider,p].filter(Boolean).join(" ")||void 0;return o.jsx(m.Accordion.Item,{ref:d,className:_,"data-disabled":s||void 0,...u,children:e?o.jsxs(o.Fragment,{children:[o.jsx(Lo,{leftIcon:a,disabled:s,children:e}),o.jsx(ko,{children:r})]}):r})});Bo.displayName="AccordionItem";const Lo=c.forwardRef(function({leftIcon:e,children:a,overStyled:t=!1,...r},s){const l=h(r,t),i=l.className;return o.jsx(m.Accordion.Control,{ref:s,className:i,icon:e?o.jsx("span",{className:Se.iconLeftWrapper,"aria-hidden":!0,children:e}):void 0,...l,children:a})});Lo.displayName="AccordionControl";const ko=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Accordion.Panel,{ref:t,className:s,...r})});ko.displayName="AccordionPanel";const Io=Ct;Io.Item=Bo;Io.Control=Lo;Io.Panel=ko;const Sa="AssistiveElement-module__root___WhQ43",Ra="AssistiveElement-module__textWrapper___sfy5E",Aa="AssistiveElement-module__iconWrapper___gObRF",Fo={root:Sa,textWrapper:Ra,iconWrapper:Aa},La=()=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[o.jsx("circle",{cx:"12",cy:"12",r:"10"}),o.jsx("path",{d:"M12 16v-4"}),o.jsx("path",{d:"M12 8h.01"})]}),ka=()=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[o.jsx("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-3Z"}),o.jsx("path",{d:"M12 9v4"}),o.jsx("path",{d:"M12 17h.01"})]}),Ro=c.forwardRef(function({assistiveVariant:e="help",assistiveWithIcon:a=!0,children:t,className:r,role:s,overStyled:l=!1,...i},d){const p=h(i,l),_=Fo.root,C=r?`${_} ${r}`:_,y=e==="error"?ka:La,f=s??(e==="error"?"alert":void 0);return o.jsxs("div",{ref:d,className:C,"data-variant":e,role:f,style:p.style,...p,children:[a&&o.jsx("span",{className:Fo.iconWrapper,children:o.jsx(y,{})}),o.jsx("span",{className:Fo.textWrapper,children:t})]})});Ro.displayName="AssistiveElement";const Ia="Label-module__root___e6HXZ",Oa="Label-module__labelText___rieFR",Ma="Label-module__required___Ggrzc",Wa="Label-module__optionalText___Y2yun",za="Label-module__actionAreaWrapper___ELoZK",Da="Label-module__editIconWrapper___NG2xW",we={root:Ia,labelText:Oa,required:Ma,optionalText:Wa,actionAreaWrapper:za,editIconWrapper:Da},Go=c.forwardRef(function({labelSize:e="default",labelAlignment:a,required:t=!1,labelOptionalText:r,labelWithEditIcon:s,labelActionArea:l,onLabelEditClick:i,children:d,overStyled:u=!1,...p},_){const C=a||"left";let y;t||(r===!0?y="optional":r&&(y=r));const f=h(p,u),x=f,P={label:we.root,required:we.required},$=x.classNames;if($&&typeof $=="object"&&!Array.isArray($)){const v=$;P.label=v.label?`${we.root} ${v.label}`:we.root,P.required=v.required?`${we.required} ${v.required}`:we.required}const T=x.className,b=T?`${we.root} ${T}`:we.root;return o.jsxs(m.Input.Label,{ref:_,className:b,classNames:P,"data-size":e,"data-alignment":C,required:t&&!s,...f,children:[o.jsx("span",{className:we.labelText,children:d}),y&&o.jsx("span",{className:we.optionalText,children:typeof y=="string"?`(${y})`:y}),l?o.jsx("span",{className:we.actionAreaWrapper,children:l}):s?o.jsx("button",{type:"button",className:we.editIconWrapper,"data-replaces-asterisk":t?"true":void 0,onClick:i,"aria-label":"Edit",children:o.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:o.jsx("path",{d:"M11.5303 2.46967C11.8232 2.17678 12.2981 2.17678 12.591 2.46967L13.5303 3.40898C13.8232 3.70188 13.8232 4.17675 13.5303 4.46964L5.61288 12.3871C5.45268 12.5473 5.24434 12.6483 5.01809 12.6766L2.39534 13.0044C2.10091 13.0412 1.83856 12.7789 1.87538 12.4845L2.2032 9.86175C2.23147 9.63551 2.3325 9.42716 2.4927 9.26696L11.5303 2.46967Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})})}):null]})});Go.displayName="Label";const Fa="FormControlLayout-module__root___yNDhZ",Ea="FormControlLayout-module__leftSection___GBM1r",Ba="FormControlLayout-module__rightSection___bcL4v",Po={root:Fa,leftSection:Ea,rightSection:Ba},ze=c.forwardRef(function({formLayout:e="stacked",labelSize:a="default",controlMaxWidth:t,controlMinWidth:r,leftSection:s,children:l,className:i,style:d,...u},p){const _=i?`${Po.root} ${i}`:Po.root,y=s!=null||e==="side-by-side";return o.jsxs("div",{ref:p,className:_,"data-form-layout":e,style:{...d,...t?{"--form-control-max-width":t}:{},...r?{"--form-control-min-width":r}:{}},...u,children:[y&&o.jsx("div",{className:Po.leftSection,"data-size":a,children:s}),o.jsx("div",{className:Po.rightSection,children:l})]})});ze.displayName="FormControlLayout";const Ga="FormControlWrapper-module__root___c-UHo",Va="FormControlWrapper-module__inputSection___HenXk",pt={root:Ga,inputSection:Va},_o=c.forwardRef(function({formLayout:e,labelSize:a,labelAlignment:t,labelOptionalText:r,labelWithEditIcon:s,labelActionArea:l,onLabelEditClick:i,label:d,description:u,assistiveText:p,assistiveWithIcon:_=!0,controlMaxWidth:C,controlMinWidth:y,error:f,required:x,withAsterisk:P,id:$,children:T,className:b,overStyled:v=!1,labelElement:w,...N},S){const g=c.useId(),O=$||`recursica-fc-${g}`,M=p||u,j=M?`${O}-assistive`:void 0,R=f?`${O}-error`:void 0,D=h(N,v),L=b||D.className,U=pt.root,re=L?`${U} ${L}`:U,G=c.isValidElement(T)?c.cloneElement(T,{...M&&!T.props["aria-describedby"]?{"aria-describedby":j}:{},...f&&!T.props["aria-errormessage"]?{"aria-errormessage":R}:{}}):T,Q=d?o.jsx(Go,{id:O,labelAlignment:t,labelOptionalText:r,labelWithEditIcon:s,labelActionArea:l,onLabelEditClick:i,required:P??x,...w==="div"?{as:"div"}:{},children:d}):void 0;return o.jsx(ze,{ref:S,className:re,formLayout:e,labelSize:a,controlMaxWidth:C,controlMinWidth:y,leftSection:Q,...D,children:o.jsxs("div",{className:pt.inputSection,children:[G,f&&o.jsx(Ro,{id:R,assistiveVariant:"error",assistiveWithIcon:_,children:f}),!f&&M&&o.jsx(Ro,{id:j,assistiveVariant:"help",assistiveWithIcon:_,children:M})]})})});_o.displayName="FormControlWrapper";const Ha="_root_1qhn7_3",qa="_contents_1qhn7_18",mo={root:Ha,contents:qa},Vo=c.forwardRef(function({layer:n,contentsOnly:e,children:a,className:t,style:r,...s},l){const i=e?t?`${mo.root} ${mo.contents} ${t}`:`${mo.root} ${mo.contents}`:t?`${mo.root} ${t}`:mo.root;return o.jsx("div",{ref:l,className:i,style:r,...e?{}:{"data-recursica-layer":String(n)},...s,children:a})});Vo.displayName="Layer";const xo=({emptyText:n="N/A"})=>o.jsx(c.Fragment,{children:n});xo.displayName="EmptyValueRenderer";xo.check=n=>n==null||n===""||Array.isArray(n)&&n.length===0;const Ua={BASE_URL:"/",DEV:!1,MODE:"library",PROD:!0,SSR:!1,VITE_PLUGIN_MODE:"production",VITE_PLUGIN_PHRASE:"recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7",VITE_PLUGIN_PHRASE_TEST:"recursica_plugin_@19866374",VITE_RECURSICA_API_TEST:"https://dev-api.recursica.com",VITE_RECURSICA_API_URL:"https://api.recursica.com",VITE_RECURSICA_UI_URL:"https://api.recursica.com"},oo=(()=>{try{if(typeof process<"u"&&process.env&&process.env.NODE_ENV)return process.env.NODE_ENV!=="production"}catch{}try{if({url:typeof document>"u"?require("url").pathToFileURL(__filename).href:Do&&Do.tagName.toUpperCase()==="SCRIPT"&&Do.src||new URL("mantine-adapter.cjs",document.baseURI).href}&&Ua)return!0}catch{}if(typeof window<"u"){const n=window.location.hostname;return n==="localhost"||n==="127.0.0.1"||n.endsWith(".local")}return!1})(),Eo=new Set;let Je=!1;function wt(n){if(!oo)return console.warn("[Recursica] overStyled highlight is disabled in production builds."),!1;if(Je=n!==void 0?n:!Je,typeof document<"u"){const e=document.documentElement,a=Je?"0 0 0 2px cyan":"none";e.style.setProperty("--recursica-over-styled-shadow",a),console.log(`[Recursica] Highlight outlines toggled: ${Je?"ACTIVE (0 0 0 2px cyan)":"INACTIVE"}`)}else console.warn("[Recursica] document is undefined. Cannot set CSS property.");return Eo.forEach(e=>e()),Je}function Ka(){return oo&&Je}function $t(){const[n,e]=c.useState(Je);return c.useEffect(()=>{if(!oo)return;Ho(),qo();const a=()=>e(Je);return Eo.add(a),()=>{Eo.delete(a)}},[]),oo&&n}function Ho(){if(!oo)return;if(typeof document>"u"){console.warn("[Recursica] document is undefined. Cannot inject overStyled styles.");return}const n="recursica-over-styled-styles";let e=document.getElementById(n);e||(e=document.createElement("style"),e.id=n,e.textContent=`
|
|
2
2
|
:root {
|
|
3
3
|
--recursica-over-styled-shadow: none;
|
|
4
4
|
}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
.recursica-over-styled > * {
|
|
9
9
|
box-shadow: var(--recursica-over-styled-shadow) !important;
|
|
10
10
|
}
|
|
11
|
-
`,document.head.appendChild(e))}function Go(){if(!De)return;if(typeof window>"u"){console.warn("[Recursica] window is undefined. Cannot register console command.");return}const n=e=>{try{e.recursica=e.recursica||{},e.recursica.toggleOverStyled=()=>`[Recursica] Overstyled outline highlight is now: ${vt()?"ON (cyan 2px box shadow)":"OFF"}`}catch{}};n(window),window.parent&&window.parent!==window&&n(window.parent)}const pt="data-recursica-theme";function Vs({children:n,theme:e="light",initLayer0:r=!0}){return d.useEffect(()=>{const o=document.documentElement;return o.setAttribute(pt,e),()=>{o.removeAttribute(pt)}},[e]),d.useEffect(()=>{Bo(),Go()},[]),r?s.jsx(Do,{layer:0,children:n}):s.jsx(s.Fragment,{children:n})}const Hs=["Accordion","AssistiveElement","Autocomplete","Avatar","Badge","Breadcrumb","Button","Card","Checkbox","Chip","Container","DatePicker","Dropdown","EmptyValueRenderer","FileInput","Flex","FormControlLayout","FormControlWrapper","Grid","Group","HoverCard","Label","Layer","Link","Loader","Menu","Modal","NumberInput","Pagination","Panel","Popover","Radio","ReadOnlyField","SegmentedControl","Slider","Stack","Stepper","Switch","Table","Tabs","Text","TextArea","TextField","TimePicker","Timeline","Title","Toast","Tooltip","TransferList"],qs=(n,e)=>{const r=document.activeElement;return new Promise((o,t)=>{if(e&&e.current){const a=document.createElement("textarea");a.readOnly=!0,a.defaultValue=n,e.current.appendChild(a),a.select();const l=document.execCommand("copy");e.current.removeChild(a),r&&r.focus(),l?o():t(new Error("Failed to copy"))}else t(new Error("Copy area reference is not defined"))})};function Vo(n,e){const r=(e??"").split(",").map(a=>a.trim().toLowerCase()).filter(Boolean);if(r.length===0)return!0;const o=n.name.toLowerCase(),t=n.type.toLowerCase();return r.some(a=>a.startsWith(".")?o.endsWith(a):a.endsWith("/*")?t.startsWith(a.slice(0,-1)):t===a)}function A(n){if(!De||typeof n!="function"&&!(n&&n.$$typeof))return n;const e=d.forwardRef((o,t)=>{const{overStyled:a}=o,l=Nt(),i=d.createElement(n,{...o,ref:t});return a&&l?s.jsx("div",{className:"recursica-over-styled",children:i}):i});e.displayName=n.displayName||n.name||"Component";const r=Object.keys(n);for(const o of r){if(o==="render"||o==="$$typeof")continue;const t=n[o];(typeof t=="function"||t&&t.$$typeof)&&o[0]===o[0].toUpperCase()?e[o]=A(t):e[o]=t}return e}const Us="ReadOnlyField-module__layoutOverride___9fSsG",Ks="ReadOnlyField-module__textField___qKn25",go={layoutOverride:Us,textField:Ks},wo=({value:n,overStyled:e=!1,...r})=>{const o=b(r,e),t=o.className;return s.jsx(m.Box,{component:"p",className:t?`${go.textField} ${t}`:go.textField,...o,children:n!=null?d.isValidElement(n)?n:Array.isArray(n)?n.join(", "):String(n):""})};wo.displayName="ReadOnlyTextField";const Ho=d.forwardRef(function({value:e,type:r="text",emptyValueComponent:o,overStyled:t=!1,className:a,style:l,...i},c){let p=null;const u=b(i,t),_=o||fo,y=(_.check?_.check(e):fo.check(e))?s.jsx(_,{value:e}):e;switch(r){case"boolean":p=s.jsx(wo,{value:e===!0?"True":e===!1?"False":y,overStyled:t});break;case"switch":p=s.jsx(wo,{value:e===!0?"On":e===!1?"Off":y,overStyled:t});break;case"text":default:p=s.jsx(wo,{value:y,overStyled:t});break}const f=a?`${go.layoutOverride} ${a}`:go.layoutOverride;return s.jsx(ro,{ref:c,overStyled:t,className:f,style:l,...u,children:p})});Ho.displayName="ReadOnlyField";const pe=d.forwardRef(function({readOnly:e,readOnlyComponent:r,readOnlyType:o="text",readOnlyValue:t,readOnlyNativeProps:a,emptyValueComponent:l,activeComponent:i,overStyled:c,onLabelEditClick:p,...u},_){if(e){if(r){const x=r;return s.jsx(ro,{ref:_,...u,onLabelEditClick:p,overStyled:c,children:s.jsx(x,{...a})})}return s.jsx(Ho,{ref:_,type:o,value:t,emptyValueComponent:l,onLabelEditClick:p,overStyled:c,...u})}return s.jsx(ro,{ref:_,...u,onLabelEditClick:p,overStyled:c,children:i})});pe.displayName="WithReadOnlyWrapper";const Ys="AutoComplete-module__layoutOverride___-K9WL",Zs="AutoComplete-module__root___kANza",Qs="AutoComplete-module__input___g51MC",Xs="AutoComplete-module__section___WAbf1",Js="AutoComplete-module__dropdown___NqO3E",ea="AutoComplete-module__option___Y-Kja",Y={layoutOverride:Ys,root:Zs,input:Qs,section:Xs,dropdown:Js,option:ea},xt=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,...O}=e,M=b(O,o),S=M;delete S.size,delete S.variant,delete S.radius;const R={wrapper:Y.root,input:Y.input,section:Y.section,dropdown:Y.dropdown,option:Y.option},k=S.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const I=k;R.wrapper=I.wrapper?`${Y.root} ${I.wrapper}`:Y.root,R.input=I.input?`${Y.input} ${I.input}`:Y.input,R.section=I.section?`${Y.section} ${I.section}`:Y.section,R.dropdown=I.dropdown?`${Y.dropdown} ${I.dropdown}`:Y.dropdown,R.option=I.option?`${Y.option} ${I.option}`:Y.option}const z=C?`${Y.layoutOverride} ${C}`:Y.layoutOverride;return s.jsx(pe,{className:z,style:P,controlMaxWidth:"var(--autocomplete-control-max-width)",controlMinWidth:"var(--autocomplete-control-min-width)",overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:j!==void 0?j:T,readOnlyNativeProps:e,activeComponent:s.jsx(m.Autocomplete,{ref:r,classNames:R,disabled:h,value:j,defaultValue:T,error:!!y,...M})})});xt.displayName="AutoComplete";const oa="Avatar-module__root___fXu-J",ta="Avatar-module__iconWrapper___ojly2",ra="Avatar-module__textWrapper___zp-jD",sa="Avatar-module__image___ieqGp",aa="Avatar-module__placeholder___IDW7-",ye={root:oa,iconWrapper:ta,textWrapper:ra,image:sa,placeholder:aa},$t=d.forwardRef(function({size:e="default",variant:r="solid",icon:o,children:t,src:a,overStyled:l=!1,...i},c){const p={solid:"filled",outline:"outline",ghost:"transparent"},u={default:"md",small:"sm",large:"lg"},_=b(i,l),x=_;let y="text";a?y="image":o&&(y="icon");const f={root:ye.root,image:ye.image,placeholder:ye.placeholder},N=x.classNames;if(N&&typeof N=="object"&&!Array.isArray(N)){const C=N;f.root=C.root?`${ye.root} ${C.root}`:ye.root,f.image=C.image?`${ye.image} ${C.image}`:ye.image,f.placeholder=C.placeholder?`${ye.placeholder} ${C.placeholder}`:ye.placeholder}const g=x.className;return s.jsx(m.Avatar,{ref:c,className:g,classNames:f,variant:p[r],size:u[e],src:a,"data-variant":r,"data-size":e,"data-style":y,..._,children:o!=null?s.jsx("span",{className:ye.iconWrapper,"aria-hidden":!0,children:o}):t!=null?s.jsx("span",{className:ye.textWrapper,children:t}):void 0})});$t.displayName="Avatar";const na=m.createPolymorphicComponent($t),la="Badge-module__root___5osNT",Pe={root:la},wt=d.forwardRef(function({variant:e="primary-color",overStyled:r=!1,...o},t){const a=b(o,r),l={root:Pe.root,section:Pe.section,label:Pe.label},i=a.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const u=i;l.root=u.root?`${Pe.root} ${u.root}`:Pe.root,l.section=u.section??Pe.section,l.label=u.label??Pe.label}const c=a.className,p=c?`${Pe.root} ${c}`:Pe.root;return s.jsx(m.Badge,{ref:t,variant:"filled","data-variant":e,...a,className:p,classNames:l})});wt.displayName="Badge";const ia=m.createPolymorphicComponent(wt),ca="Breadcrumb-module__root___x-9ln",da="Breadcrumb-module__separator___qrUX-",Le={root:ca,separator:da},Ct=d.forwardRef(function({overStyled:e=!1,separator:r=">",...o},t){const a=b({separator:r,...o},e),l={root:Le.root,separator:Le.separator},i=a.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const u=i;l.root=u.root?`${Le.root} ${u.root}`:Le.root,l.separator=u.separator?`${Le.separator} ${u.separator}`:Le.separator}const c=a.className,p=c?`${Le.root} ${c}`:Le.root;return s.jsx(m.Breadcrumbs,{ref:t,...a,className:p,classNames:l})});Ct.displayName="Breadcrumb";const pa="Loader-module__root___6iYOP",co={root:pa},qo=d.forwardRef(function({variant:e="oval",size:r="default",overStyled:o=!1,...t},a){const i={sm:"small",md:"default",lg:"large",small:"small",default:"default",large:"large"}[r]||"default",c=b(t,o),p={root:co.root},u=c.classNames;if(u&&typeof u=="object"&&!Array.isArray(u)){const y=u;p.root=y.root?`${co.root} ${y.root}`:co.root}const _=c.className,x=_?`${co.root} ${_}`:co.root;return s.jsx(m.Loader,{ref:a,type:e,"data-variant":e,"data-size":i,...c,className:x,classNames:p})});qo.displayName="Loader";const ua="Button-module__root___Q2R8-",ma="Button-module__loader___X-9u-",_a="Button-module__label___UJ3Zt",fa="Button-module__labelText___rFV5p",ya="Button-module__iconWrapper___uEKPa",ba="Button-module__section___f2mKr",de={root:ua,loader:ma,label:_a,labelText:fa,iconWrapper:ya,section:ba};function ha(n){return n==null||n===""?!1:typeof n=="string"?n.trim()!=="":!0}const Pt=d.forwardRef(function({variant:e="solid",size:r="default",icon:o,children:t,overStyled:a=!1,loaderVariant:l="oval",loaderSize:i,useRecursicaLoader:c=!0,...p},u){const _={solid:"filled",outline:"outline",text:"subtle"},x={default:"md",small:"sm"},y=b(p,a),f=y;delete f.fullWidth;const N=!!o||!!f.leftSection,g=!!f.rightSection,C=ha(t),P=(N||g)&&!C;let h="label";P?h="icon-only":(N||g)&&(h="icon-label"),typeof process<"u"&&process.env.NODE_ENV!=="production"&&P&&!f["aria-label"]&&console.warn('[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").');const v={root:de.root,section:de.section,label:de.label,loader:de.loader},w=f.classNames;if(w&&typeof w=="object"&&!Array.isArray(w)){const S=w;v.root=S.root?`${de.root} ${S.root}`:de.root,v.section=S.section??de.section,v.label=S.label??de.label}const $=f.className,j=$?`${de.root} ${$}`:de.root;delete f.className;const T=f.loaderProps,O=i??(r==="small"?"small":"default");let M=T;return c&&(M={children:s.jsx(qo,{variant:l,size:O}),...T}),s.jsx(m.Button,{ref:u,className:j,classNames:v,variant:_[e],size:x[r],loaderProps:M,leftSection:o!=null?s.jsx("span",{className:de.iconWrapper,"aria-hidden":!0,children:o}):void 0,"data-variant":e,"data-size":r,"data-content":h,...y,disabled:!!f.disabled||!!f.loading,children:s.jsx("span",{className:de.labelText,children:t})})});Pt.displayName="Button";const Ro=m.createPolymorphicComponent(Pt),va="Card-module__root___c9KvZ",Na="Card-module__header___PTXf2",xa="Card-module__footer___Mu-JC",$a="Card-module__section___BRT8H",wa="Card-module__content___oFIQa",Se={root:va,header:Na,footer:xa,section:$a,content:wa},gt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);["flex","flexGrow","flexShrink","flexBasis","grow","h","height"].forEach(p=>{p in r&&!(p in t)&&(t[p]=r[p])});const l={root:Se.root},i=t.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const p=i;Object.keys(p).forEach(u=>{l[u]?l[u]=`${l[u]} ${p[u]}`:l[u]=p[u]})}const c=t.className;return s.jsx(m.Card,{ref:o,className:c,classNames:l,...t})});gt.displayName="Card";const Tt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Card.Section,{ref:o,className:a?`${Se.section} ${a}`:Se.section,...t})});Tt.displayName="CardSection";const jt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Card.Section,{ref:o,className:a?`${Se.header} ${a}`:Se.header,...t})});jt.displayName="CardHeader";const St=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Card.Section,{ref:o,className:a?`${Se.footer} ${a}`:Se.footer,...t})});St.displayName="CardFooter";const Rt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx("div",{ref:o,className:a?`${Se.content} ${a}`:Se.content,...t})});Rt.displayName="CardContent";const At=m.createPolymorphicComponent(gt),Ao=At;Ao.Section=Tt;Ao.Header=jt;Ao.Footer=St;Ao.Content=Rt;const Ca=At,Pa="Checkbox-module__groupRoot___cBS0o",ga="Checkbox-module__root___mY3qk",Ta="Checkbox-module__body___5yC7q",ja="Checkbox-module__inner___rTke4",Sa="Checkbox-module__input___2kt-h",Ra="Checkbox-module__icon___-O7i6",Aa="Checkbox-module__labelWrapper___GpZkr",Ia="Checkbox-module__label___cwRtI",D={groupRoot:Pa,root:ga,body:Ta,inner:ja,input:Sa,icon:Ra,labelWrapper:Aa,label:Ia},Uo=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,children:v,readOnly:w,readOnlyComponent:$,emptyValueComponent:j,value:T,defaultValue:O,...M}=e,S=b(M,o),R=S;return delete R.size,s.jsx(pe,{className:P,style:h,controlMaxWidth:"var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,labelElement:"div",formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,readOnly:w&&!!$,readOnlyComponent:$,emptyValueComponent:j,readOnlyType:"text",readOnlyValue:T!==void 0?T:O,readOnlyNativeProps:e,activeComponent:s.jsx(m.Checkbox.Group,{ref:r,...S,disabled:w||R.disabled,value:T,defaultValue:O,children:s.jsx("div",{className:D.groupRoot,"data-layout":t,children:v})})})});Uo.displayName="CheckboxGroup";const Ko=d.forwardRef(function(e,r){const{overStyled:o=!1,readOnly:t,readOnlyComponent:a,disabled:l,formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,..._}=e,x=b(_,o),y=x;delete y.size,delete y.color,delete y.radius,delete y.variant,delete y.iconColor;const f={root:D.root,body:D.body,inner:D.inner,input:D.input,icon:D.icon,labelWrapper:D.labelWrapper,label:D.label},N=y.classNames;if(N&&typeof N=="object"&&!Array.isArray(N)){const h=N;f.root=h.root?`${D.root} ${h.root}`:D.root,f.body=h.body?`${D.body} ${h.body}`:D.body,f.inner=h.inner?`${D.inner} ${h.inner}`:D.inner,f.input=h.input?`${D.input} ${h.input}`:D.input,f.icon=h.icon?`${D.icon} ${h.icon}`:D.icon,f.labelWrapper=h.labelWrapper?`${D.labelWrapper} ${h.labelWrapper}`:D.labelWrapper,f.label=h.label?`${D.label} ${h.label}`:D.label}const g=y.className,C=g?`${D.root} ${g}`:D.root;if(t&&a){const h=!!(y.checked??y.defaultChecked),v=a,w=s.jsx(v,{...e,checked:h,label:y.label});return i?s.jsx(je,{formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,children:w}):s.jsx(s.Fragment,{children:w})}const P=s.jsx(m.Checkbox,{ref:r,className:C,classNames:f,disabled:t||l,...x});return i?s.jsx(je,{formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,children:P}):P});Ko.displayName="Checkbox";Ko.Group=Uo;const La="Chip-module__root___f5pFk",Oa="Chip-module__label___Ov9pg",Ma="Chip-module__mantineIconWrapper___KLSz6",ka="Chip-module__innerWrapper___EnrTF",Wa="Chip-module__children___zbRAR",za="Chip-module__leadingIcon___JBtjQ",Fa="Chip-module__removeIcon___pVju-",oe={root:La,label:Oa,mantineIconWrapper:Ma,innerWrapper:ka,children:Wa,leadingIcon:za,removeIcon:Fa};function Ea(n){return s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...n,children:[s.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),s.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const yo=d.forwardRef(function({error:e=!1,icon:r,onRemove:o,removeLabel:t="Remove",removeTabIndex:a,removeIconRef:l,children:i,overStyled:c=!1,...p},u){const _=b(p,c),x=_,y={root:oe.root,label:oe.label,input:oe.input,iconWrapper:oe.mantineIconWrapper,checkIcon:oe.checkIcon},f=x.classNames;if(f&&typeof f=="object"&&!Array.isArray(f)){const v=f;y.root=v.root?`${oe.root} ${v.root}`:oe.root,y.label=v.label?`${oe.label} ${v.label}`:oe.label}const N=x.className,g=N?`${oe.root} ${N}`:oe.root,C=e?"":void 0,P=!i&&(!!r||!!o),h=o!==void 0||x.onClick!==void 0||x.onChange!==void 0;return s.jsx(m.Chip,{ref:u,className:g,classNames:y,wrapperProps:{...C!==void 0?{"data-error":""}:{},...h?{"data-interactive":""}:{}},...P?{"data-icon-only":""}:{},...h?{}:{tabIndex:-1,"aria-hidden":!0},..._,children:s.jsxs("span",{className:oe.innerWrapper,children:[r&&s.jsx("span",{className:oe.leadingIcon,"aria-hidden":!0,children:r}),s.jsx("span",{className:oe.children,children:i}),o&&s.jsx("span",{ref:l,role:"button",className:oe.removeIcon,onClick:v=>{v.preventDefault(),v.stopPropagation(),o(v)},"aria-label":t,onKeyDown:v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),v.stopPropagation(),o(v))},tabIndex:a??0,children:s.jsx(Ea,{})})]})})});yo.displayName="Chip";const Da="Container-module__root___UVssr",po={root:Da},It=d.forwardRef(function({children:e,size:r,...o},t){const a={"rec-sm":"sm","rec-default":"md","rec-md":"md","rec-lg":"lg","rec-xl":"xl","rec-2xl":"xl"},l=typeof r=="string"&&a[r]?a[r]:r,i={root:po.root},c=o.classNames;if(c&&typeof c=="object"&&!Array.isArray(c)){const _=c;i.root=_.root?`${po.root} ${_.root}`:po.root}const p=o.className,u=p?`${po.root} ${p}`:po.root;return s.jsx(m.Container,{ref:t,size:l,className:u,classNames:i,...o,children:e})});It.displayName="Container";const Ba="DatePicker-module__layoutOverride___X9yaM",Ga="DatePicker-module__root___6XvRT",Va="DatePicker-module__input___pcSW8",Ha="DatePicker-module__section___n3iWA",qa="DatePicker-module__dropdown___wjt08",Ua="DatePicker-module__calendarHeader___KHxno",Ka="DatePicker-module__day___U03J2",se={layoutOverride:Ba,root:Ga,input:Va,section:Ha,dropdown:qa,calendarHeader:Ua,day:Ka},Lt=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,...O}=e,M=b(O,o),S=M;delete S.size,delete S.variant,delete S.radius,delete S.description;const R={wrapper:se.root,input:se.input,section:se.section,dropdown:se.dropdown,day:se.day,calendarHeader:se.calendarHeader},k=S.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const I=k;R.wrapper=I.wrapper?`${se.root} ${I.wrapper}`:se.root,R.input=I.input?`${se.input} ${I.input}`:se.input,R.section=I.section?`${se.section} ${I.section}`:se.section}const z=C?`${se.layoutOverride} ${C}`:se.layoutOverride;return s.jsx(pe,{className:z,style:P,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:j!==void 0?String(j):T?String(T):void 0,readOnlyNativeProps:e,activeComponent:s.jsx(yt.DatePickerInput,{ref:r,classNames:R,disabled:h,value:j,defaultValue:T,label:void 0,description:void 0,error:void 0,withAsterisk:!1,wrapperProps:{"data-disabled":h?"true":void 0,"data-error":y?"true":void 0},...M})})});Lt.displayName="DatePicker";const Ya="Dropdown-module__layoutOverride___FNcvP",Za="Dropdown-module__root___uVyL0",Qa="Dropdown-module__input___dK4dN",Xa="Dropdown-module__section___j3MRB",Ja="Dropdown-module__dropdown___gG-Sw",en="Dropdown-module__option___nAGU-",V={layoutOverride:Ya,root:Za,input:Qa,section:Xa,dropdown:Ja,option:en},Ot=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",containerWidth:a,labelSize:l,labelAlignment:i,labelOptionalText:c,labelWithEditIcon:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,disabled:v,readOnly:w,readOnlyComponent:$,emptyValueComponent:j,value:T,defaultValue:O,data:M,...S}=e,R=b(S,o),k=R;delete k.size,delete k.variant,delete k.radius;const z={wrapper:V.root,input:V.input,section:V.section,dropdown:V.dropdown,option:V.option},I=k.classNames;if(I&&typeof I=="object"&&!Array.isArray(I)){const H=I;z.wrapper=H.wrapper?`${V.root} ${H.wrapper}`:V.root,z.input=H.input?`${V.input} ${H.input}`:V.input,z.section=H.section?`${V.section} ${H.section}`:V.section,z.dropdown=H.dropdown?`${V.dropdown} ${H.dropdown}`:V.dropdown,z.option=H.option?`${V.option} ${H.option}`:V.option}const Z={...h||{},width:a||"100%"},re=P?`${V.layoutOverride} ${P}`:V.layoutOverride;return s.jsx(pe,{className:re,style:Z,controlMaxWidth:"var(--dropdown-control-max-width)",controlMinWidth:"var(--dropdown-control-min-width)",overStyled:o,formLayout:t,labelSize:l,labelAlignment:i,labelOptionalText:c,labelWithEditIcon:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,readOnly:w,readOnlyComponent:$,emptyValueComponent:j,readOnlyType:"text",readOnlyValue:T!==void 0?String(T):O?String(O):void 0,readOnlyNativeProps:e,activeComponent:s.jsx(m.Select,{ref:r,classNames:z,disabled:v,value:T,defaultValue:O,data:M||[],label:void 0,description:void 0,error:void 0,required:void 0,withAsterisk:void 0,attributes:{wrapper:{"data-disabled":v?"true":void 0,"data-error":f?"true":void 0}},...R})})});Ot.displayName="Dropdown";const on="FileInput-module__layoutOverride___HIOY6",tn="FileInput-module__root___UvQj-",rn="FileInput-module__leadingIcon___z75c4",sn="FileInput-module__content___Udsvh",an="FileInput-module__value___RX33R",nn="FileInput-module__chipRow___My6TF",ln="FileInput-module__chipWrapper___q2CDy",cn="FileInput-module__trailingIcon___odGPm",ge={layoutOverride:on,root:tn,leadingIcon:rn,content:sn,value:an,chipRow:nn,chipWrapper:ln,trailingIcon:cn};function dn(){return s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[s.jsx("path",{d:"M12 3v12"}),s.jsx("path",{d:"M7 8l5-5 5 5"}),s.jsx("path",{d:"M4 21h16"})]})}function pn(){return s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[s.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),s.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const Mt=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,disabled:v,readOnly:w,files:$,onFilesAdded:j,onFileRemove:T,accept:O,multiple:M=!1,maxSize:S,maxFiles:R,onFilesRejected:k,invalidFileTypeMessage:z="File type not accepted",maxFilesMessage:I=M?`Maximum of ${R} files allowed`:"Only one file is allowed",icon:Z,placeholder:re="Select a file...",browseLabel:H="Choose file",removeFileLabel:he="Remove",clearLabel:ue="Clear",...Be}=e,Ie=b(Be,o),q=!v&&!w,Q=!!$&&$.length>0,we=d.useRef(null),[Ge,Ve]=d.useState(!1),[le,me]=d.useState(!1),_e=L=>{if(!q)return;const X=Array.from(L);if(X.length===0)return;const K=M?R:1,fe=M?($==null?void 0:$.length)??0:0,eo=[],oo=[];let Oo=!1,nt=!1;for(const Mo of X){const lt=!Vo(Mo,O);lt&&(Oo=!0);const ps=S!==void 0&&Mo.size>S,it=K!==void 0&&fe+eo.length>=K;it&&(nt=!0),(lt||ps||it?oo:eo).push(Mo)}Ve(Oo),me(nt),eo.length>0&&(j==null||j(eo)),oo.length>0&&(k==null||k(oo))},Ce=d.useRef(0),[so,G]=d.useState(!1),Qe=L=>{L.preventDefault(),Ce.current+=1,G(!0)},Xe=L=>{L.preventDefault(),Ce.current-=1,Ce.current<=0&&(Ce.current=0,G(!1))},ao=L=>{L.preventDefault()},Je=L=>{L.preventDefault(),Ce.current=0,G(!1),_e(L.dataTransfer.files)},no=()=>{var L;q&&((L=we.current)==null||L.click())},lo=L=>{L.key!=="Enter"&&L.key!==" "||(L.preventDefault(),no())},vo=L=>{L.target.files&&_e(L.target.files),L.target.value=""},Lo=()=>{!q||!$||$.length===0||$.forEach(L=>T==null?void 0:T(L.id??L.file.name))},[He,No]=d.useState(0),W=d.useRef([]),U=d.useRef(($==null?void 0:$.length)??0);d.useEffect(()=>{var X;const L=($==null?void 0:$.length)??0;if(L>0&&L<U.current){const K=Math.min(He,L-1);No(K),(X=W.current[K])==null||X.focus()}U.current=L},[$]);const ee=L=>{var fe;const X=($==null?void 0:$.length)??0;if(X===0)return;let K;L.key==="ArrowRight"||L.key==="ArrowDown"?K=(He+1)%X:(L.key==="ArrowLeft"||L.key==="ArrowUp")&&(K=(He-1+X)%X),K!==void 0&&(L.preventDefault(),L.stopPropagation(),No(K),(fe=W.current[K])==null||fe.focus())},ie=f??(Ge?z:le?I:void 0),io=P?`${ge.layoutOverride} ${P}`:ge.layoutOverride;return s.jsx(ro,{overStyled:o,className:io,style:h,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:ie,required:N,withAsterisk:g,id:C,controlMaxWidth:"var(--file-input-control-max-width)",controlMinWidth:"var(--file-input-control-min-width)",children:s.jsxs("div",{ref:r,className:ge.root,role:"button","aria-label":H,"aria-disabled":v?"true":void 0,tabIndex:q?0:-1,"data-disabled":v?"true":void 0,"data-readonly":w?"true":void 0,"data-error":ie?"true":void 0,"data-dragging":so?"true":void 0,onClick:q?no:void 0,onKeyDown:q?lo:void 0,onDragEnter:q?Qe:void 0,onDragLeave:q?Xe:void 0,onDragOver:q?ao:void 0,onDrop:q?Je:void 0,...Ie,children:[s.jsx("span",{className:ge.leadingIcon,"aria-hidden":!0,children:Z??s.jsx(dn,{})}),s.jsxs("div",{className:ge.content,children:[!Q&&s.jsx("span",{className:ge.value,"data-placeholder":"true",children:re}),Q&&s.jsx("div",{className:ge.chipRow,onKeyDown:w?void 0:ee,children:$.map((L,X)=>{const K=L.id??L.file.name;return s.jsx("span",{className:ge.chipWrapper,onClick:fe=>fe.stopPropagation(),children:s.jsx(yo,{checked:!1,tabIndex:-1,removeLabel:w?void 0:he,removeTabIndex:!w&&X===He?0:-1,removeIconRef:fe=>{W.current[X]=fe},onRemove:w||v?void 0:()=>T==null?void 0:T(K),children:L.file.name})},K)})})]}),Q&&!w&&s.jsx(Ro,{overStyled:!0,variant:"text",size:"small",icon:s.jsx(pn,{}),"aria-label":ue,className:ge.trailingIcon,disabled:v,onClick:L=>{L.preventDefault(),L.stopPropagation(),Lo()}}),s.jsx("input",{ref:we,type:"file",hidden:!0,accept:O,multiple:M,disabled:!q,onChange:vo})]})})});Mt.displayName="FileInput";const un="FileUpload-module__layoutOverride___bPpi8",mn="FileUpload-module__root___Q-vcm",_n="FileUpload-module__dropzone___jqua0",fn="FileUpload-module__uploadIcon___bb3Nc",yn="FileUpload-module__dropzoneText___L7vS-",bn="FileUpload-module__fileList___XIWLl",Oe={layoutOverride:un,root:mn,dropzone:_n,uploadIcon:fn,dropzoneText:yn,fileList:bn};function hn(){return s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[s.jsx("path",{d:"M12 3v12"}),s.jsx("path",{d:"M7 8l5-5 5 5"}),s.jsx("path",{d:"M4 21h16"})]})}const kt=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,disabled:v,readOnly:w,files:$,onFilesAdded:j,onFileRemove:T,accept:O,multiple:M=!0,maxSize:S,maxFiles:R,onFilesRejected:k,invalidFileTypeMessage:z="File type not accepted",maxFilesMessage:I=`Maximum of ${R} files allowed`,icon:Z,dropzoneLabel:re="Drag and drop files here to upload",browseButtonLabel:H="Browse files",removeFileLabel:he="Remove",...ue}=e,ne=b(ue,o),Ie=d.useRef(null),[q,Q]=d.useState(!1),[we,Ge]=d.useState(!1),Ve=W=>{if(v)return;const U=Array.from(W);if(U.length===0)return;const ee=($==null?void 0:$.length)??0,ie=[],io=[];let L=!1,X=!1;for(const K of U){const fe=!Vo(K,O);fe&&(L=!0);const eo=S!==void 0&&K.size>S,oo=R!==void 0&&ee+ie.length>=R;oo&&(X=!0),(fe||eo||oo?io:ie).push(K)}Q(L),Ge(X),ie.length>0&&(j==null||j(ie)),io.length>0&&(k==null||k(io))},le=d.useRef(0),[me,_e]=d.useState(!1),Ce=W=>{W.preventDefault(),le.current+=1,_e(!0)},so=W=>{W.preventDefault(),le.current-=1,le.current<=0&&(le.current=0,_e(!1))},G=W=>{W.preventDefault()},Qe=W=>{W.preventDefault(),le.current=0,_e(!1),Ve(W.dataTransfer.files)},Xe=()=>{var W;v||(W=Ie.current)==null||W.click()},ao=W=>{W.target.files&&Ve(W.target.files),W.target.value=""},[Je,no]=d.useState(0),lo=d.useRef([]),vo=d.useRef(($==null?void 0:$.length)??0);d.useEffect(()=>{var U;const W=($==null?void 0:$.length)??0;if(W>0&&W<vo.current){const ee=Math.min(Je,W-1);no(ee),(U=lo.current[ee])==null||U.focus()}vo.current=W},[$]);const Lo=W=>{var ie;const U=($==null?void 0:$.length)??0;if(U===0)return;let ee;W.key==="ArrowRight"||W.key==="ArrowDown"?ee=(Je+1)%U:(W.key==="ArrowLeft"||W.key==="ArrowUp")&&(ee=(Je-1+U)%U),ee!==void 0&&(W.preventDefault(),no(ee),(ie=lo.current[ee])==null||ie.focus())},He=f??(q?z:we?I:void 0),No=P?`${Oe.layoutOverride} ${P}`:Oe.layoutOverride;return s.jsx(ro,{overStyled:o,className:No,style:h,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,assistiveText:x,assistiveWithIcon:y,error:He,required:N,withAsterisk:g,id:C,children:s.jsxs("div",{ref:r,className:Oe.root,"data-disabled":v?"true":void 0,"data-error":He?"true":void 0,...ne,children:[!w&&s.jsxs("div",{className:Oe.dropzone,"data-dragging":me?"true":void 0,onDragEnter:v?void 0:Ce,onDragLeave:v?void 0:so,onDragOver:v?void 0:G,onDrop:v?void 0:Qe,children:[s.jsx("span",{className:Oe.uploadIcon,children:Z??s.jsx(hn,{})}),s.jsx("span",{className:Oe.dropzoneText,children:re}),s.jsx(Ro,{variant:"outline",disabled:v,onClick:Xe,children:H}),s.jsx("input",{ref:Ie,type:"file",hidden:!0,accept:O,multiple:M,disabled:v,onChange:ao})]}),$&&$.length>0&&(w?s.jsx("div",{className:Oe.fileList,children:$.map(W=>{const U=W.id??W.file.name;return s.jsx(yo,{checked:!1,tabIndex:-1,children:W.file.name},U)})}):s.jsx("div",{className:Oe.fileList,onKeyDown:Lo,children:$.map((W,U)=>{const ee=W.id??W.file.name;return s.jsx(yo,{checked:!1,tabIndex:-1,removeLabel:he,removeTabIndex:U===Je?0:-1,removeIconRef:ie=>{lo.current[U]=ie},onRemove:v?void 0:()=>T==null?void 0:T(ee),children:W.file.name},ee)})}))]})})});kt.displayName="FileUpload";const vn="Flex-module__root___yYser",uo={root:vn},Wt=d.forwardRef(function({children:e,gap:r="rec-default",rowGap:o,columnGap:t,...a},l){const i={root:uo.root},c=a.classNames;if(c&&typeof c=="object"&&!Array.isArray(c)){const _=c;i.root=_.root?`${uo.root} ${_.root}`:uo.root}const p=a.className,u=p?`${uo.root} ${p}`:uo.root;return s.jsx(m.Flex,{ref:l,className:u,classNames:i,...bo({gap:r,rowGap:o,columnGap:t,...a}),children:e})});Wt.displayName="Flex";const Nn=m.createPolymorphicComponent(Wt),xn="Grid-module__root___s-qPY",$n="Grid-module__col___tbuNg",Ne={root:xn,col:$n},zt=d.forwardRef(function({children:e,gap:r="rec-default",...o},t){const a={root:Ne.root},l=o.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const _=l;a.root=_.root?`${Ne.root} ${_.root}`:Ne.root}const i=o.className,c=i?`${Ne.root} ${i}`:Ne.root,{gap:p,...u}=bo({gap:r,...o});return s.jsx(m.Grid,{ref:t,gutter:p,className:c,classNames:a,...u,children:e})});zt.displayName="Grid";const wn=m.createPolymorphicComponent(zt),Ft=d.forwardRef(function({children:e,...r},o){const t={col:Ne.col},a=r.classNames;if(a&&typeof a=="object"&&!Array.isArray(a)){const c=a;t.col=c.col?`${Ne.col} ${c.col}`:Ne.col}const l=r.className,i=l?`${Ne.col} ${l}`:Ne.col;return s.jsx(m.Grid.Col,{ref:o,className:i,classNames:t,...bo(r),children:e})});Ft.displayName="GridCol";const Et=m.createPolymorphicComponent(Ft),Dt=wn;Dt.Col=Et;const Cn="Group-module__root___ftO64",mo={root:Cn},Bt=d.forwardRef(function({children:e,gap:r="rec-default",...o},t){const a={root:mo.root},l=o.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const p=l;a.root=p.root?`${mo.root} ${p.root}`:mo.root}const i=o.className,c=i?`${mo.root} ${i}`:mo.root;return s.jsx(m.Group,{ref:t,className:c,classNames:a,...bo({gap:r,...o}),children:e})});Bt.displayName="Group";const Pn="HoverCard-module__dropdown___FBPFW",gn="HoverCard-module__arrow___S9AkE",ut={dropdown:Pn,arrow:gn},Gt=function({overStyled:e=!1,withBeak:r=!0,...o}){const t=b(o,e),a={dropdown:ut.dropdown,arrow:ut.arrow},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const u=l;Object.keys(u).forEach(_=>{a[_]?a[_]=`${a[_]} ${u[_]}`:a[_]=u[_]})}const i=t.arrowSize??16,c=t.withArrow,p=r??c;return s.jsx(m.HoverCard,{position:"top",arrowSize:i,withArrow:p,classNames:a,...t})};Gt.displayName="HoverCard";const Vt=function(e){return s.jsx(m.HoverCard.Target,{...e})};Vt.displayName="HoverCardTarget";const Ht=function({overStyled:e=!1,...r}){const o=b(r,e),t=o.className;return s.jsx(m.HoverCard.Dropdown,{className:t,...o})};Ht.displayName="HoverCardDropdown";const Yo=Gt;Yo.Target=Vt;Yo.Dropdown=Ht;const Tn="Link-module__root___I0VGE",jn="Link-module__iconWrapper___W-LlF",Sn="Link-module__labelText___wSvUy",qe={root:Tn,iconWrapper:jn,labelText:Sn},qt=d.forwardRef(function({icon:e,children:r,overStyled:o=!1,...t},a){const l=b(t,o),i=l,c={root:qe.root},p=i.classNames;if(p&&typeof p=="object"&&!Array.isArray(p)){const x=p;c.root=x.root?`${qe.root} ${x.root}`:qe.root}const u=i.className,_=u?`${qe.root} ${u}`:qe.root;return s.jsxs(m.Anchor,{ref:a,className:_,classNames:c,underline:"never",...e?{"data-has-icon":""}:{},...l,children:[e&&s.jsx("span",{className:qe.iconWrapper,"aria-hidden":!0,children:e}),s.jsx("span",{className:qe.labelText,children:r})]})});qt.displayName="Link";const Rn=m.createPolymorphicComponent(qt),An="Menu-module__dropdown___j4xuA",In="Menu-module__item___NMXha",Ln="Menu-module__itemLabel___zvcqC",On="Menu-module__itemSection___pRIcn",Mn="Menu-module__divider___wPiNq",kn="Menu-module__label___4FBGa",Wn="Menu-module__chevron___hEEiy",Ue={dropdown:An,item:In,itemLabel:Ln,itemSection:On,divider:Mn,label:kn,chevron:Wn},Ut=function({overStyled:e=!1,...r}){const o=b(r,e),t={dropdown:Ue.dropdown,item:Ue.item,itemLabel:Ue.itemLabel,itemSection:Ue.itemSection,divider:Ue.divider,label:Ue.label,chevron:Ue.chevron},a=o.classNames;if(a&&typeof a=="object"&&!Array.isArray(a)){const l=a;Object.keys(l).forEach(i=>{t[i]?t[i]=`${t[i]} ${l[i]}`:t[i]=l[i]})}return s.jsx(m.Menu,{classNames:t,...o})};Ut.displayName="Menu";const Kt=function(e){return s.jsx(m.Menu.Target,{...e})};Kt.displayName="MenuTarget";const Yt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Menu.Dropdown,{ref:o,className:a,...t})});Yt.displayName="MenuDropdown";const Zt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t;e||delete a.color;const l=a.className;return s.jsx(m.Menu.Item,{ref:o,className:l,...t})});Zt.displayName="MenuItem";const zn=m.createPolymorphicComponent(Zt),Qt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Menu.Divider,{ref:o,className:a,...t})});Qt.displayName="MenuDivider";const Xt=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Menu.Label,{ref:o,className:a,...t})});Xt.displayName="MenuLabel";const Jt=function(e){return s.jsx(m.Menu.Sub,{...e})};Jt.displayName="MenuSub";const er=function(e){return s.jsx(m.Menu.Sub.Target,{...e})};er.displayName="MenuSubTarget";const or=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t;e||delete a.color;const l=a.className;return s.jsx(m.Menu.Sub.Item,{ref:o,className:l,...t})});or.displayName="MenuSubItem";const Fn=m.createPolymorphicComponent(or),tr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className;return s.jsx(m.Menu.Sub.Dropdown,{ref:o,className:a,...t})});tr.displayName="MenuSubDropdown";const Io=Jt;Io.Target=er;Io.Item=Fn;Io.Dropdown=tr;const Ze=Ut;Ze.Target=Kt;Ze.Dropdown=Yt;Ze.Item=zn;Ze.Divider=Qt;Ze.Label=Xt;Ze.Sub=Io;const En="Modal-module__root___ytPLl",Dn="Modal-module__inner___SSUJE",Bn="Modal-module__content___dWO-B",Gn="Modal-module__header___ILG9i",Vn="Modal-module__title___A5OeE",Hn="Modal-module__bodyWrapper___5CCL-",qn="Modal-module__scrollArea___KD-hm",Un="Modal-module__footer___rro2w",Kn="Modal-module__close___-ER1C",Te={root:En,inner:Dn,content:Bn,header:Gn,title:Vn,bodyWrapper:Hn,scrollArea:qn,footer:Un,close:Kn},rr=d.forwardRef(function({overStyled:e=!1,children:r,title:o,withCloseButton:t=!0,overlayProps:a,withOverlay:l=!0,closeButtonProps:i,...c},p){const u=b(c,e),_={root:Te.root,inner:Te.inner,content:Te.content,header:Te.header,title:Te.title,close:Te.close},x=u.classNames;if(x&&typeof x=="object"&&!Array.isArray(x)){const y=x;Object.keys(y).forEach(f=>{_[f]?_[f]=`${_[f]} ${y[f]}`:_[f]=y[f]})}return s.jsxs(m.Modal.Root,{ref:p,classNames:_,...u,children:[l&&s.jsx(m.Modal.Overlay,{...a}),s.jsxs(m.Modal.Content,{children:[(o||t)&&s.jsxs(m.Modal.Header,{children:[o&&s.jsx(m.Modal.Title,{children:o}),t&&s.jsx(m.Modal.CloseButton,{...i})]}),s.jsx(Qo,{children:r})]})]})});rr.displayName="Modal";const Zo=d.forwardRef(function({overStyled:e=!1,className:r,...o},t){const a=b(o,e);return s.jsx("div",{ref:t,className:`${Te.footer} ${r||""}`,...a})});Zo.displayName="Modal.Footer";const Qo=d.forwardRef(function({className:e,onScroll:r,children:o,...t},a){const l=d.useRef(null),[i,c]=d.useState(!1),[p,u]=d.useState(!1),_=d.useCallback(()=>{if(l.current){const{scrollTop:N,scrollHeight:g,clientHeight:C}=l.current;c(N>0),u(Math.ceil(N+C)<g)}},[]);d.useEffect(()=>(_(),window.addEventListener("resize",_),()=>window.removeEventListener("resize",_)),[_,o]);const x=N=>{_(),r==null||r(N)};let y=null;const f=[];return d.Children.forEach(o,N=>{var g;d.isValidElement(N)&&(N.type===Zo||((g=N.type)==null?void 0:g.displayName)==="Modal.Footer")?y=N:f.push(N)}),s.jsxs(m.Modal.Body,{...t,ref:N=>{typeof a=="function"?a(N):a&&(a.current=N)},className:`${Te.bodyWrapper} ${e||""}`,children:[s.jsx("div",{ref:l,onScroll:x,"data-scrolled-top":i||void 0,"data-scrolled-bottom":p||void 0,className:Te.scrollArea,children:f}),y]})});Qo.displayName="Modal.Body";const sr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.Root,{ref:o,...t})});sr.displayName="Modal.Root";const ar=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.Overlay,{ref:o,...t})});ar.displayName="Modal.Overlay";const nr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.Content,{ref:o,...t})});nr.displayName="Modal.Content";const lr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.Header,{ref:o,...t})});lr.displayName="Modal.Header";const ir=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.Title,{ref:o,...t})});ir.displayName="Modal.Title";const cr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Modal.CloseButton,{ref:o,...t})});cr.displayName="Modal.CloseButton";const Re=rr;Re.Root=sr;Re.Overlay=ar;Re.Content=nr;Re.Header=lr;Re.Title=ir;Re.CloseButton=cr;Re.Body=Qo;Re.Footer=Zo;const Yn="NumberInput-module__layoutOverride___5-9T4",Zn="NumberInput-module__root___C6rAn",Qn="NumberInput-module__input___Ss8p7",Xn="NumberInput-module__section___MijP0",Jn="NumberInput-module__controls___8UfQ2",el="NumberInput-module__control___Qre9-",Ke={layoutOverride:Yn,root:Zn,input:Qn,section:Xn,controls:Jn,control:el},dr=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,hideControls:O=!1,...M}=e,S=b(M,o),R=S;delete R.size,delete R.variant,delete R.radius;const k={wrapper:Ke.root,input:Ke.input,section:Ke.section,controls:Ke.controls,control:Ke.control},z=C?`${Ke.layoutOverride} ${C}`:Ke.layoutOverride;return s.jsx(pe,{className:z,style:P,controlMaxWidth:"var(--number-input-control-max-width)",controlMinWidth:"var(--number-input-control-min-width)",overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:j!==void 0?j==null?void 0:j.toString():T==null?void 0:T.toString(),readOnlyNativeProps:e,activeComponent:s.jsx(m.NumberInput,{ref:r,classNames:k,disabled:h,value:j,defaultValue:T,hideControls:O,label:void 0,description:void 0,error:void 0,required:void 0,withAsterisk:void 0,wrapperProps:{"data-disabled":h?"true":void 0,"data-error":y?"true":void 0,"data-with-left-section":R.leftSection?"true":void 0,"data-with-right-section":R.rightSection||!O?"true":void 0},...S})})});dr.displayName="NumberInput";const ol="Pagination-module__root___ITRjt",tl="Pagination-module__control___40yNT",rl="Pagination-module__dots___Yl9da",sl="Pagination-module__iconWithLabel___pLM4O",al="Pagination-module__baseIcon___Qw3bJ",J={root:ol,control:tl,dots:rl,iconWithLabel:sl,baseIcon:al},nl="M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z",ll="M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z",il="M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z",cl="M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z",dl={next:nl,prev:ll,first:il,last:cl},ho=({type:n,className:e,...r})=>s.jsx("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:`${J.baseIcon} ${e||""}`.trim(),...r,children:s.jsx("path",{d:dl[n],fill:"currentColor"})}),pr=n=>s.jsxs("div",{className:J.iconWithLabel,children:[s.jsx("span",{children:"Next"}),s.jsx(ho,{type:"next",...n})]}),ur=n=>s.jsxs("div",{className:J.iconWithLabel,children:[s.jsx(ho,{type:"prev",...n}),s.jsx("span",{children:"Prev"})]}),mr=n=>s.jsxs("div",{className:J.iconWithLabel,children:[s.jsx(ho,{type:"first",...n}),s.jsx("span",{children:"First"})]}),_r=n=>s.jsxs("div",{className:J.iconWithLabel,children:[s.jsx("span",{children:"Last"}),s.jsx(ho,{type:"last",...n})]});function fr(n){const e={root:J.root,control:J.control,dots:J.dots},r=n.classNames;if(r&&typeof r=="object"&&!Array.isArray(r)){const a=r;e.root=a.root?`${J.root} ${a.root}`:J.root,e.control=a.control?`${J.control} ${a.control}`:J.control,e.dots=a.dots?`${J.dots} ${a.dots}`:J.dots}const o=n.className;return{className:o?`${J.root} ${o}`:J.root,classNames:e}}const yr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=fr(t);return s.jsx(m.Pagination.Root,{ref:o,className:a.className,classNames:a.classNames,...t})});yr.displayName="Pagination.Root";const br=d.forwardRef(function({overStyled:e=!1,withLabel:r,icon:o,...t},a){const l=b(t,e),i=o||(r?pr:void 0);return s.jsx(m.Pagination.Next,{ref:a,"data-variant":"text",icon:i,...l})});br.displayName="Pagination.Next";const hr=d.forwardRef(function({overStyled:e=!1,withLabel:r,icon:o,...t},a){const l=b(t,e),i=o||(r?ur:void 0);return s.jsx(m.Pagination.Previous,{ref:a,"data-variant":"text",icon:i,...l})});hr.displayName="Pagination.Previous";const vr=d.forwardRef(function({overStyled:e=!1,withLabel:r,icon:o,...t},a){const l=b(t,e),i=o||(r?mr:void 0);return s.jsx(m.Pagination.First,{ref:a,"data-variant":"text",icon:i,...l})});vr.displayName="Pagination.First";const Nr=d.forwardRef(function({overStyled:e=!1,withLabel:r,icon:o,...t},a){const l=b(t,e),i=o||(r?_r:void 0);return s.jsx(m.Pagination.Last,{ref:a,"data-variant":"text",icon:i,...l})});Nr.displayName="Pagination.Last";const xr=d.forwardRef(function({overStyled:e=!1,getControlProps:r,withLabels:o,...t},a){const l=b(t,e),i=fr(l),c=u=>{const _={"data-variant":"text"};return r?{..._,...r(u)}:_},p=o?{nextIcon:pr,previousIcon:ur,firstIcon:mr,lastIcon:_r}:{};return s.jsx(m.Pagination,{ref:a,className:i.className,classNames:i.classNames,getControlProps:c,...p,...l})});xr.displayName="Pagination";const $r=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Pagination.Control,{ref:o,...t})});$r.displayName="Pagination.Control";const wr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Pagination.Dots,{ref:o,...t})});wr.displayName="Pagination.Dots";const xe=xr;xe.Root=yr;xe.Items=m.Pagination.Items;xe.Control=$r;xe.Dots=wr;xe.Next=br;xe.Previous=hr;xe.First=vr;xe.Last=Nr;xe.Icon=ho;const pl="Panel-module__content___wdGo-",ul="Panel-module__inner___ruA2b",ml="Panel-module__header___o7SiC",_l="Panel-module__title___181OP",fl="Panel-module__titleTruncate___fuP6V Panel-module__title___181OP",yl="Panel-module__body___SEC3T",bl="Panel-module__footer___t6-hz",ze={content:pl,inner:ul,header:ml,title:_l,titleTruncate:fl,body:yl,footer:bl},Cr=function({overStyled:e=!1,placement:r="right",keepMounted:o=!0,wrapHeaderText:t=!1,...a}){const l=b(a,e),i={content:ze.content,header:ze.header,title:t?ze.titleTruncate:ze.title,body:ze.body,inner:ze.inner},c=l.classNames;if(c&&typeof c=="object"&&!Array.isArray(c)){const p=c;Object.keys(p).forEach(u=>{i[u]?i[u]=`${i[u]} ${p[u]}`:i[u]=p[u]})}return s.jsx(m.Drawer,{position:r,keepMounted:o,closeOnClickOutside:a.closeOnClickOutside??!!a.opened,...l,classNames:i})};Cr.displayName="Panel";const Xo=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className,l=a?`${ze.footer} ${a}`:ze.footer;return s.jsx("div",{ref:o,className:l,...t})});Xo.displayName="PanelFooter";const Pr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Root,{ref:o,...t})});Pr.displayName="PanelRoot";const gr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Overlay,{ref:o,...t})});gr.displayName="PanelOverlay";const Tr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Content,{ref:o,...t})});Tr.displayName="PanelContent";const jr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Header,{ref:o,...t})});jr.displayName="PanelHeader";const Sr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Title,{ref:o,...t})});Sr.displayName="PanelTitle";const Rr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.CloseButton,{ref:o,...t})});Rr.displayName="PanelCloseButton";const Ar=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Drawer.Body,{ref:o,...t})});Ar.displayName="PanelBody";const $e=Cr;$e.Root=Pr;$e.Overlay=gr;$e.Content=Tr;$e.Header=jr;$e.Title=Sr;$e.CloseButton=Rr;$e.Body=Ar;$e.Stack=m.Drawer.Stack;$e.Footer=Xo;const hl="Popover-module__dropdown___svhS6",vl="Popover-module__arrow___5A-0e",mt={dropdown:hl,arrow:vl},Ir=function({overStyled:e=!1,withBeak:r=!0,...o}){const t=b(o,e),a={dropdown:mt.dropdown,arrow:mt.arrow},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const u=l;Object.keys(u).forEach(_=>{a[_]?a[_]=`${a[_]} ${u[_]}`:a[_]=u[_]})}const i=t.arrowSize??16,c=t.withArrow,p=r??c;return s.jsx(m.Popover,{position:"top",arrowSize:i,withArrow:p,classNames:a,...t})};Ir.displayName="Popover";const Lr=function(e){return s.jsx(m.Popover.Target,{...e})};Lr.displayName="PopoverTarget";const Or=function({overStyled:e=!1,...r}){const o=b(r,e),t=o.className;return s.jsx(m.Popover.Dropdown,{className:t,...o})};Or.displayName="PopoverDropdown";const Jo=Ir;Jo.Target=Lr;Jo.Dropdown=Or;const Nl="Radio-module__groupRoot___bfUii",xl="Radio-module__root___kAjTD",$l="Radio-module__body___q2Wpj",wl="Radio-module__inner___QaTBB",Cl="Radio-module__radio___MfgN-",Pl="Radio-module__icon___DWznm",gl="Radio-module__labelWrapper___dB0Gi",Tl="Radio-module__label___vAFIP",B={groupRoot:Nl,root:xl,body:$l,inner:wl,radio:Cl,icon:Pl,labelWrapper:gl,label:Tl},et=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,children:v,readOnly:w,readOnlyComponent:$,emptyValueComponent:j,value:T,defaultValue:O,...M}=e,S=b(M,o),R=S;return delete R.size,s.jsx(pe,{className:P,style:h,controlMaxWidth:"var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,labelElement:"div",formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,readOnly:w&&!!$,readOnlyComponent:$,emptyValueComponent:j,readOnlyType:"text",readOnlyValue:T!==void 0?T:O,readOnlyNativeProps:e,activeComponent:s.jsx(m.Radio.Group,{ref:r,...S,disabled:w||R.disabled,value:T,defaultValue:O,children:s.jsx("div",{className:B.groupRoot,"data-layout":t,children:v})})})});et.displayName="RadioGroup";const jl=({className:n,style:e})=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",className:n,style:e,children:s.jsx("circle",{cx:"8",cy:"8",r:"5"})}),ot=d.forwardRef(function(e,r){const{overStyled:o=!1,readOnly:t,readOnlyComponent:a,disabled:l,formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,..._}=e,x=b(_,o),y=x;delete y.size,delete y.color,delete y.radius,delete y.variant,delete y.iconColor;const f={root:B.root,body:B.body,inner:B.inner,radio:B.radio,icon:B.icon,labelWrapper:B.labelWrapper,label:B.label},N=y.classNames;if(N&&typeof N=="object"&&!Array.isArray(N)){const h=N;f.root=h.root?`${B.root} ${h.root}`:B.root,f.body=h.body?`${B.body} ${h.body}`:B.body,f.inner=h.inner?`${B.inner} ${h.inner}`:B.inner,f.radio=h.radio?`${B.radio} ${h.radio}`:B.radio,f.icon=h.icon?`${B.icon} ${h.icon}`:B.icon,f.labelWrapper=h.labelWrapper?`${B.labelWrapper} ${h.labelWrapper}`:B.labelWrapper,f.label=h.label?`${B.label} ${h.label}`:B.label}const g=y.className,C=g?`${B.root} ${g}`:B.root;if(t&&a){const h=!!(y.checked??y.defaultChecked),v=a,w=s.jsx(v,{...e,checked:h,label:y.label});return i?s.jsx(je,{formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,children:w}):s.jsx(s.Fragment,{children:w})}const P=s.jsx(m.Radio,{ref:r,icon:jl,className:C,classNames:f,disabled:t||l,...x});return i?s.jsx(je,{formLayout:i,labelSize:c,controlMaxWidth:p,controlMinWidth:u,children:P}):P});ot.displayName="Radio";ot.Group=et;const Sl="SegmentedControl-module__root___JFRhg",Rl="SegmentedControl-module__label___mS17q",Al="SegmentedControl-module__control___znOdQ",Il="SegmentedControl-module__indicator___ZMcJy",ae={root:Sl,label:Rl,control:Al,indicator:Il};function Ll(n){const e={root:ae.root,control:ae.control,label:ae.label,indicator:ae.indicator},r=n.classNames;if(r&&typeof r=="object"&&!Array.isArray(r)){const a=r;e.root=a.root?`${ae.root} ${a.root}`:ae.root,e.control=a.control?`${ae.control} ${a.control}`:ae.control,e.label=a.label?`${ae.label} ${a.label}`:ae.label,e.indicator=a.indicator?`${ae.indicator} ${a.indicator}`:ae.indicator}const o=n.className;return{className:o?`${ae.root} ${o}`:ae.root,classNames:e}}const Mr=d.forwardRef(function({overStyled:e=!1,orientation:r="horizontal",fullWidth:o,...t},a){const l=b(t,e),i=l;delete i.disabled;const c=Ll(i);return s.jsx(m.SegmentedControl,{ref:a,className:c.className,classNames:c.classNames,orientation:r,fullWidth:o,"data-orientation":r,...l})});Mr.displayName="SegmentedControl";const Ol=Mr,Ml="Slider-module__layoutOverride___zYPun",kl="Slider-module__sliderContainer___y8I0J",Wl="Slider-module__sliderTrackWrapper___UHpVh",zl="Slider-module__iconWrapper___uqHpC",Fl="Slider-module__sliderRoot___LI86H",El="Slider-module__sliderTrack___oqnlG",Dl="Slider-module__sliderBar___TI4VY",Bl="Slider-module__sliderThumb___OFn8p",Gl="Slider-module__sliderMark___1lM2B",Vl="Slider-module__minMaxGuide___TaGqz",Hl="Slider-module__rightGuideContainer___8dOT8",ql="Slider-module__currentValue___dGV2T",Ul="Slider-module__inputField___6x578",Kl="Slider-module__readOnlyValue___-ZzMW",F={layoutOverride:Ml,sliderContainer:kl,sliderTrackWrapper:Wl,iconWrapper:zl,sliderRoot:Fl,sliderTrack:El,sliderBar:Dl,sliderThumb:Bl,sliderMark:Gl,minMaxGuide:Vl,rightGuideContainer:Hl,currentValue:ql,inputField:Ul,readOnlyValue:Kl},Yl=({value:n})=>s.jsx("div",{className:F.readOnlyValue,children:n}),kr=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,tooltipLabel:x,assistiveText:y,assistiveWithIcon:f,error:N,required:g,withAsterisk:C,id:P,className:h,style:v,disabled:w,readOnly:$,readOnlyComponent:j,emptyValueComponent:T,value:O,defaultValue:M,icon:S,showInput:R=!1,showMinMaxLabels:k=!0,min:z=0,max:I=100,step:Z=1,onChange:re,onChangeEnd:H,...he}=e,[ue,Be]=d.useState(()=>O!==void 0?O:M!==void 0?M:z),ne=O!==void 0?O:ue,[Ie,q]=d.useState(ne.toString());d.useEffect(()=>{q(ne.toString())},[ne]);const Q=G=>{O===void 0&&Be(G),re==null||re(G)},we=G=>{const Qe=G.target.value;q(Qe);const Xe=parseFloat(Qe);if(!isNaN(Xe)){const ao=Math.max(z,Math.min(I,Xe));Q(ao)}},Ge=()=>{q(ne.toString())},Ve=b(he,o),le=Ve;delete le.size,delete le.variant,delete le.radius,delete le.wrapperProps;const me={root:F.sliderRoot,track:F.sliderTrack,bar:F.sliderBar,thumb:F.sliderThumb,mark:F.sliderMark,markLabel:F.sliderMarkLabel},_e=le.classNames;if(_e&&typeof _e=="object"&&!Array.isArray(_e)){const G=_e;me.root=G.root?`${F.sliderRoot} ${G.root}`:F.sliderRoot,me.track=G.track?`${F.sliderTrack} ${G.track}`:F.sliderTrack,me.bar=G.bar?`${F.sliderBar} ${G.bar}`:F.sliderBar,me.thumb=G.thumb?`${F.sliderThumb} ${G.thumb}`:F.sliderThumb,me.mark=G.mark?`${F.sliderMark} ${G.mark}`:F.sliderMark,me.markLabel=G.markLabel?`${F.sliderMarkLabel} ${G.markLabel}`:F.sliderMarkLabel}const Ce=h?`${F.layoutOverride} ${h}`:F.layoutOverride,so=S?s.jsx("span",{className:F.iconWrapper,"aria-hidden":!0,children:S}):null;return s.jsx(pe,{ref:r,className:Ce,style:v,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,labelActionArea:p,onLabelEditClick:u,label:_,assistiveText:y,assistiveWithIcon:f,error:N,required:g,withAsterisk:C,id:P,readOnly:$,readOnlyComponent:j||Yl,emptyValueComponent:T,readOnlyType:"text",readOnlyValue:ne,readOnlyNativeProps:{value:ne},activeComponent:s.jsxs("div",{className:F.sliderContainer,"data-form-layout":t,"data-disabled":w?"true":void 0,"data-error":N?"true":void 0,children:[so,k&&s.jsx("span",{className:F.minMaxGuide,children:z}),s.jsx("div",{className:F.sliderTrackWrapper,children:s.jsx(m.Slider,{classNames:me,disabled:w,value:ne,onChange:Q,onChangeEnd:H,min:z,max:I,step:Z,label:x,...Ve})}),s.jsxs("div",{className:F.rightGuideContainer,children:[!R&&s.jsx("span",{className:F.currentValue,children:ne}),k&&s.jsx("span",{className:F.minMaxGuide,children:I})]}),R&&s.jsx("input",{type:"number",className:F.inputField,value:Ie,onChange:we,onBlur:Ge,min:z,max:I,step:Z,disabled:w,"data-error":N?"true":void 0})]})})});kr.displayName="Slider";const Zl="Stack-module__root___NUN-x",_o={root:Zl},Wr=d.forwardRef(function({children:e,gap:r="rec-default",...o},t){const a={root:_o.root},l=o.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const p=l;a.root=p.root?`${_o.root} ${p.root}`:_o.root}const i=o.className,c=i?`${_o.root} ${i}`:_o.root;return s.jsx(m.Stack,{ref:t,className:c,classNames:a,...bo({gap:r,...o}),children:e})});Wr.displayName="Stack";const Ql=m.createPolymorphicComponent(Wr),Xl="Stepper-module__root___jbSYO",Jl="Stepper-module__horizontal___USHT1",ei="Stepper-module__steps___4HPO6",oi="Stepper-module__step___s2nqL",ti="Stepper-module__stepBody___TBvys",ri="Stepper-module__stepLabel___N6nuy",si="Stepper-module__stepDescription___DnDAy",ai="Stepper-module__separator___pU0No",ni="Stepper-module__vertical___d4mOs",li="Stepper-module__large___J18-y",ii="Stepper-module__small___Ub-zb",ci="Stepper-module__stepIcon___YQHNq",di="Stepper-module__stepCompletedIcon___B9MeL",pi="Stepper-module__verticalSeparator___frWc1",ui="Stepper-module__content___J-h8X",te={root:Xl,horizontal:Jl,steps:ei,step:oi,stepBody:ti,stepLabel:ri,stepDescription:si,separator:ai,vertical:ni,large:li,small:ii,stepIcon:ci,stepCompletedIcon:di,verticalSeparator:pi,content:ui},zr=d.forwardRef(function(e,r){const{overStyled:o=!1,size:t="large",orientation:a="horizontal",className:l,style:i,...c}=e,p=b(c,o);return s.jsx(m.Stepper,{ref:r,orientation:a,className:`${te.root} ${a==="horizontal"?te.horizontal:te.vertical} ${t==="large"?te.large:te.small} ${l||""}`,style:i,"data-size":t,"data-orientation":a,classNames:{steps:te.steps,step:te.step,stepIcon:te.stepIcon,stepCompletedIcon:te.stepCompletedIcon,stepBody:te.stepBody,stepLabel:te.stepLabel,stepDescription:te.stepDescription,separator:te.separator,verticalSeparator:te.verticalSeparator,content:te.content},...p})}),Fr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Stepper.Step,{ref:o,...t})});Fr.displayName="Stepper.Step";const mi=Object.assign(zr,{Step:Fr,Completed:m.Stepper.Completed});zr.displayName="Stepper";const _i="Switch-module__root___Y5Ydi",fi="Switch-module__track___7ObdZ",yi="Switch-module__body___Sw9Wr",bi="Switch-module__thumb___-FTeK",hi="Switch-module__labelWrapper___YSOwx",vi="Switch-module__label___LrH7V",Ni="Switch-module__thumbIconWrapper___sCY-1",xi="Switch-module__checkIcon___ZBAQN",$i="Switch-module__closeIcon___bLLGw",wi="Switch-module__groupRoot___-Uepi",E={root:_i,track:fi,body:yi,thumb:bi,labelWrapper:hi,label:vi,thumbIconWrapper:Ni,checkIcon:xi,closeIcon:$i,groupRoot:wi},tt=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,className:P,style:h,children:v,readOnly:w,readOnlyComponent:$,emptyValueComponent:j,value:T,defaultValue:O,...M}=e,S=b(M,o),R=S;return delete R.size,s.jsx(pe,{className:P,style:h,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,labelElement:"div",formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,description:_,assistiveText:x,assistiveWithIcon:y,error:f,required:N,withAsterisk:g,id:C,readOnly:w&&!!$,readOnlyComponent:$,emptyValueComponent:j,readOnlyType:"text",readOnlyValue:T!==void 0?T:O,readOnlyNativeProps:e,activeComponent:s.jsx(m.Switch.Group,{ref:r,...S,disabled:w||R.disabled,value:T,defaultValue:O,children:s.jsx("div",{className:E.groupRoot,"data-layout":t,children:v})})})});tt.displayName="SwitchGroup";const rt=d.forwardRef(function(e,r){const{overStyled:o=!1,readOnly:t,readOnlyComponent:a,disabled:l,thumbIcon:i,formLayout:c,labelSize:p,controlMaxWidth:u,controlMinWidth:_,...x}=e,y=b(x,o),f=y;delete f.size,delete f.color,delete f.radius,delete f.variant;const N={root:E.root,body:E.body,track:E.track,thumb:E.thumb,trackLabel:E.trackLabel,labelWrapper:E.labelWrapper,label:E.label},g=f.classNames;if(g&&typeof g=="object"&&!Array.isArray(g)){const w=g;N.root=w.root?`${E.root} ${w.root}`:E.root,N.body=w.body?`${E.body} ${w.body}`:E.body,N.track=w.track?`${E.track} ${w.track}`:E.track,N.thumb=w.thumb?`${E.thumb} ${w.thumb}`:E.thumb,N.trackLabel=w.trackLabel?`${E.trackLabel} ${w.trackLabel}`:E.trackLabel,N.labelWrapper=w.labelWrapper?`${E.labelWrapper} ${w.labelWrapper}`:E.labelWrapper,N.label=w.label?`${E.label} ${w.label}`:E.label}const C=f.className,P=C?`${E.root} ${C}`:E.root;if(t&&a){const w=!!(f.checked??f.defaultChecked),$=a,j=s.jsx($,{...e,checked:w,label:f.label});return c?s.jsx(je,{formLayout:c,labelSize:p,controlMaxWidth:u,controlMinWidth:_,children:j}):s.jsx(s.Fragment,{children:j})}const h=s.jsxs("div",{className:E.thumbIconWrapper,children:[s.jsx(m.CheckIcon,{className:E.checkIcon}),s.jsx(m.CloseIcon,{className:E.closeIcon})]}),v=s.jsx(m.Switch,{ref:r,className:P,classNames:N,disabled:t||l,"data-disabled":t||l||void 0,thumbIcon:i??h,...y});return c?s.jsx(je,{formLayout:c,labelSize:p,controlMaxWidth:u,controlMinWidth:_,children:v}):v});rt.displayName="Switch";rt.Group=tt;const Ci="Table-module__root___aMWWS",Pi={root:Ci},Er=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a=t.className,l=Pi.root,i=a?`${l} ${a}`:l;return s.jsx(m.Table,{ref:o,className:i,...t})});Er.displayName="Table";const Dr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Thead,{ref:o,...t})});Dr.displayName="TableThead";const Br=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Tbody,{ref:o,...t})});Br.displayName="TableTbody";const Gr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Tr,{ref:o,...t})});Gr.displayName="TableTr";const Vr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Th,{ref:o,...t})});Vr.displayName="TableTh";const Hr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Td,{ref:o,...t})});Hr.displayName="TableTd";const qr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Tfoot,{ref:o,...t})});qr.displayName="TableTfoot";const Ur=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.Caption,{ref:o,...t})});Ur.displayName="TableCaption";const Kr=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Table.ScrollContainer,{ref:o,...t})});Kr.displayName="TableScrollContainer";const Ae=Er;Ae.Thead=Dr;Ae.Tbody=Br;Ae.Tr=Gr;Ae.Th=Vr;Ae.Td=Hr;Ae.Tfoot=qr;Ae.Caption=Ur;Ae.ScrollContainer=Kr;const gi="Tabs-module__root___-VKVI",Ti="Tabs-module__list___qRVME",ji="Tabs-module__tab___IdDYc",Si="Tabs-module__panel___08i9c",$o={root:gi,list:Ti,tab:ji,panel:Si},Yr=d.forwardRef(function(e,r){const{variant:o="default",orientation:t="horizontal",overStyled:a=!1,className:l,...i}=e,c=b(i,a);return s.jsx(m.Tabs,{ref:r,variant:o,orientation:t,className:`${$o.root} ${l||""}`,"data-variant":o,"data-orientation":t,classNames:{list:$o.list,tab:$o.tab,panel:$o.panel},...c})});Yr.displayName="Tabs";const Zr=d.forwardRef(function(e,r){const{overStyled:o=!1,...t}=e;return s.jsx(m.Tabs.List,{ref:r,...b(t,o)})});Zr.displayName="Tabs.List";const Qr=d.forwardRef(function(e,r){const{overStyled:o=!1,...t}=e;return s.jsx(m.Tabs.Tab,{ref:r,...b(t,o)})});Qr.displayName="Tabs.Tab";const Xr=d.forwardRef(function(e,r){const{overStyled:o=!1,...t}=e;return s.jsx(m.Tabs.Panel,{ref:r,...b(t,o)})});Xr.displayName="Tabs.Panel";const Ri=Object.assign(Yr,{List:Zr,Tab:Qr,Panel:Xr}),Jr=d.forwardRef(function({overStyled:e=!1,variant:r="body",...o},t){const a=b(o,e),l=a.className,i=`recursica_brand_typography_${r}`,c=l?`${i} ${l}`:i;return s.jsx(m.Text,{ref:t,className:c,...a})});Jr.displayName="Text";const Ai=m.createPolymorphicComponent(Jr),Ii="TextArea-module__layoutOverride___4MCdm",Li="TextArea-module__root___3dyeu",Oi="TextArea-module__input___8l36v",Me={layoutOverride:Ii,root:Li,input:Oi},es=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,...O}=e,M=b(O,o),S=M;delete S.size,delete S.variant,delete S.radius;const R={wrapper:Me.root,input:Me.input},k=S.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const I=k;R.wrapper=I.wrapper?`${Me.root} ${I.wrapper}`:Me.root,R.input=I.input?`${Me.input} ${I.input}`:Me.input}const z=C?`${Me.layoutOverride} ${C}`:Me.layoutOverride;return s.jsx(pe,{className:z,style:P,controlMaxWidth:"var(--textarea-control-max-width)",controlMinWidth:"var(--textarea-control-min-width)",overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:j!==void 0?j:T,readOnlyNativeProps:e,activeComponent:s.jsx(m.Textarea,{ref:r,classNames:R,disabled:h,value:j,defaultValue:T,label:void 0,description:void 0,error:void 0,required:void 0,withAsterisk:void 0,wrapperProps:{"data-disabled":h?"true":void 0,"data-error":y?"true":void 0},...M})})});es.displayName="TextArea";const Mi="TextField-module__layoutOverride___SNZqc",ki="TextField-module__root___2ZYkG",Wi="TextField-module__input___RL-My",zi="TextField-module__section___bCIJ0",be={layoutOverride:Mi,root:ki,input:Wi,section:zi},os=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,...O}=e,M=b(O,o),S=M;delete S.size,delete S.variant,delete S.radius;const R={wrapper:be.root,input:be.input,section:be.section},k=S.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const I=k;R.wrapper=I.wrapper?`${be.root} ${I.wrapper}`:be.root,R.input=I.input?`${be.input} ${I.input}`:be.input,R.section=I.section?`${be.section} ${I.section}`:be.section}const z=C?`${be.layoutOverride} ${C}`:be.layoutOverride;return s.jsx(pe,{className:z,style:P,controlMaxWidth:"var(--text-field-control-max-width)",controlMinWidth:"var(--text-field-control-min-width)",overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:j!==void 0?j:T,readOnlyNativeProps:e,activeComponent:s.jsx(m.Input,{ref:r,classNames:R,disabled:h,value:j,defaultValue:T,wrapperProps:{"data-disabled":h?"true":void 0,"data-error":y?"true":void 0},...M})})});os.displayName="TextField";const ts=d.forwardRef(function(e,r){const{overStyled:o=!1,className:t,disabled:a,error:l,...i}=e,c=b(i,o),p=c;delete p.size,delete p.variant,delete p.radius;const u={wrapper:t?`${V.root} ${t}`:V.root,input:V.input,section:V.section,dropdown:V.dropdown,option:V.option};return s.jsx(m.Select,{ref:r,classNames:u,disabled:a,label:void 0,description:void 0,error:void 0,attributes:{wrapper:{"data-disabled":a?"true":void 0,"data-error":l?"true":void 0}},...c})});ts.displayName="BareDropdown";const Fi="TimePicker-module__layoutOverride___zKo4Q",Ei="TimePicker-module__root___BcvRu",Di="TimePicker-module__timeWrapper___hJVre",Bi="TimePicker-module__timeInput___FQysn",Gi="TimePicker-module__fieldsGroup___2yHhR",Vi="TimePicker-module__timeField___twRZd",Hi="TimePicker-module__amPmSelect___mSdvt",ke={layoutOverride:Fi,root:Ei,timeWrapper:Di,timeInput:Bi,fieldsGroup:Gi,timeField:Vi,amPmSelect:Hi},qi=[{value:"AM",label:"AM"},{value:"PM",label:"PM"}];function _t(n){if(!n)return;const e=parseInt(n.slice(0,2),10);return Number.isNaN(e)?void 0:e}function Ui(n,e){return`${String(e).padStart(2,"0")}${n.slice(2)}`}function Ki(n){if(!n)return;const[e,r,o]=n.split(":"),t=parseInt(e,10);if(Number.isNaN(t)||r===void 0)return n;const a=t>=12,l=t%12===0?12:t%12,i=o!==void 0?`${r}:${o}`:r;return`${l}:${i} ${a?"PM":"AM"}`}function Yi(n,e){var o;const r=(o=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value"))==null?void 0:o.set;r==null||r.call(n,e),n.dispatchEvent(new Event("change",{bubbles:!0}))}const rs=d.forwardRef(function(e,r){const{overStyled:o=!1,formLayout:t="stacked",labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,className:C,style:P,disabled:h,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,value:j,defaultValue:T,onChange:O,withSeconds:M,minTime:S,maxTime:R,...k}=e,z=b(k,o),I=z;delete I.size,delete I.variant,delete I.radius;const[Z,re]=d.useState(()=>j??T);d.useEffect(()=>{j!==void 0&&re(j)},[j]);const H=d.useRef(null);d.useEffect(()=>{_t(j??T)===void 0&&H.current&&Yi(H.current,"AM")},[]);const he=Q=>{re(Q),O==null||O(Q)},ue=_t(Z),Be=ue!==void 0&&ue>=12,ne=Q=>{he(Q)},Ie=Q=>{if(ue===void 0||!Z||!Q)return;const we=Q==="PM";if(we===Be)return;const Ge=we?ue+12:ue-12;he(Ui(Z,Ge))},q=C?`${ke.layoutOverride} ${C}`:ke.layoutOverride;return s.jsx(pe,{className:q,style:P,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:t,labelSize:a,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:c,onLabelEditClick:p,label:u,assistiveText:_,assistiveWithIcon:x,error:y,required:f,withAsterisk:N,id:g,readOnly:v,readOnlyComponent:w,emptyValueComponent:$,readOnlyType:"text",readOnlyValue:Ki(j!==void 0?j:T),readOnlyNativeProps:e,activeComponent:s.jsxs("div",{className:ke.root,"data-disabled":h?"true":void 0,"data-error":y?"true":void 0,children:[s.jsx(yt.TimePicker,{ref:r,classNames:{wrapper:ke.timeWrapper,input:ke.timeInput,fieldsGroup:ke.fieldsGroup,field:ke.timeField},disabled:h,value:Z,onChange:ne,format:"12h",withSeconds:M,min:S,max:R,withDropdown:!1,amPmRef:H,...z}),s.jsx(ts,{overStyled:!0,className:ke.amPmSelect,styles:{wrapper:{width:"fit-content"}},data:qi,value:Be?"PM":"AM",onChange:Ie,disabled:h,error:!!y,"aria-label":"AM or PM"})]})})});rs.displayName="TimePicker";const Zi="Timeline-module__root___LwRdZ",Qi="Timeline-module__item___T5xdQ",Xi="Timeline-module__itemBody___XAV-E",Ji="Timeline-module__itemBullet___rPXCy",ec="Timeline-module__itemTitle___GgRRW",oc="Timeline-module__itemContent___vurs-",tc="Timeline-module__description___f9sxV",rc="Timeline-module__timestamp___owiRu",We={root:Zi,item:Qi,itemBody:Xi,itemBullet:Ji,itemTitle:ec,itemContent:oc,description:tc,timestamp:rc},st=d.forwardRef(function({overStyled:e=!1,timestamp:r,bulletVariant:o="default",children:t,...a},l){const i=b(a,e),c={item:We.item,itemBody:We.itemBody,itemContent:We.itemContent,itemBullet:We.itemBullet,itemTitle:We.itemTitle},p=i.classNames;if(p&&typeof p=="object"&&!Array.isArray(p)){const _=p;Object.keys(_).forEach(x=>{c[x]?c[x]=`${c[x]} ${_[x]}`:c[x]=_[x]})}const u=r?s.jsxs(s.Fragment,{children:[t&&s.jsx("div",{className:We.description,children:t}),s.jsx("div",{className:We.timestamp,children:r})]}):t;return s.jsx(m.TimelineItem,{ref:l,classNames:c,"data-variant":o,...i,children:u})});st.displayName="TimelineItem";const ss=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e),a={root:We.root},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const i=l;Object.keys(i).forEach(c=>{a[c]?a[c]=`${a[c]} ${i[c]}`:a[c]=i[c]})}return s.jsx(m.Timeline,{ref:o,classNames:a,...t})});ss.displayName="Timeline";const as=ss;as.Item=st;const ns=d.forwardRef(function({overStyled:e=!1,order:r=1,...o},t){const a=b(o,e),l=a.className,i=`recursica_brand_typography_h${r}`,c=l?`${i} ${l}`:i;return s.jsx(m.Title,{ref:t,order:r,className:c,...a})});ns.displayName="Title";const sc="Toast-module__root___MUvfI",ac="Toast-module__icon___VwvE1",nc="Toast-module__loader___8Gxd-",lc="Toast-module__title___-H6R2",ic="Toast-module__description___-QwfC",cc="Toast-module__closeButton___vGr7g",dc="Toast-module__body___VLkXA",Ye={root:sc,icon:ac,loader:nc,title:lc,description:ic,closeButton:cc,body:dc},ls=d.forwardRef(function({overStyled:e=!1,variant:r="default",withCloseButton:o=!0,...t},a){const l=b(t,e),i={root:Ye.root,body:Ye.body,title:Ye.title,description:Ye.description,closeButton:Ye.closeButton,icon:Ye.icon,loader:Ye.loader},c=l.classNames;if(c&&typeof c=="object"&&!Array.isArray(c)){const p=c;Object.keys(p).forEach(u=>{i[u]?i[u]=`${i[u]} ${p[u]}`:i[u]=p[u]})}return s.jsx(m.Notification,{ref:a,withCloseButton:o,withBorder:!1,"data-variant":r,classNames:i,loading:!1,...l})});ls.displayName="Toast";const pc="Tooltip-module__tooltip___UA7H9",uc="Tooltip-module__arrow___4zROk",ft={tooltip:pc,arrow:uc},is=function({overStyled:e=!1,withBeak:r=!0,...o}){const t=b(o,e),a={tooltip:ft.tooltip,arrow:ft.arrow},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const u=l;Object.keys(u).forEach(_=>{a[_]?a[_]=`${a[_]} ${u[_]}`:a[_]=u[_]})}const i=t.arrowSize??16,c=t.withArrow,p=r??c;return s.jsx(m.Tooltip,{position:"top",multiline:!0,arrowSize:i,withArrow:p,classNames:a,...t})};is.displayName="Tooltip";const cs=d.forwardRef(function({overStyled:e=!1,...r},o){const t=b(r,e);return s.jsx(m.Tooltip.Floating,{ref:o,...t})});cs.displayName="TooltipFloating";const at=is;at.Floating=cs;at.Group=m.Tooltip.Group;const mc=n=>s.jsx("div",{...n,children:"TransferList"}),_c="Tree-module__root___ANcH3",fc="Tree-module__subtree___KoLT8",yc="Tree-module__node___Hvnjg",bc="Tree-module__row___sq5ff",hc="Tree-module__label___zJDit",vc="Tree-module__expandButton___W0WTT",Nc="Tree-module__expandGlyph___w8dDQ",Ee={root:_c,subtree:fc,node:yc,row:bc,label:hc,expandButton:vc,expandGlyph:Nc};function xc(){return s.jsx("svg",{className:Ee.expandGlyph,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:s.jsx("path",{d:"M5 3l5 5-5 5"})})}function $c(n){return function({node:r,hasChildren:o,expanded:t,selected:a,tree:l,elementProps:i}){return s.jsxs("div",{...i,className:Ee.row,"data-has-children":o||void 0,"data-expanded":o&&t?!0:void 0,children:[s.jsx(Ro,{overStyled:!0,variant:"text",size:"small",icon:s.jsx(xc,{}),"aria-label":"Toggle subtree","aria-hidden":"true",tabIndex:-1,className:Ee.expandButton,onClick:c=>{c.stopPropagation(),!n&&l.toggleExpanded(r.value)}}),s.jsx("span",{className:Ee.label,"data-selected":a||void 0,children:r.label})]})}}const ds=d.forwardRef(function({overStyled:e=!1,data:r,initialExpandedValues:o,initialSelectedValues:t,multiple:a=!1,disabled:l=!1,onNodeExpand:i,onNodeCollapse:c,onSelectedChange:p,...u},_){const x=b(u,e),y=m.useTree({initialExpandedState:o?m.getTreeExpandedState(r,o):void 0,initialSelectedState:t,multiple:a,onNodeExpand:i,onNodeCollapse:c});d.useEffect(()=>{p==null||p(y.selectedState)},[y.selectedState,p]);const f=d.useRef(null);d.useEffect(()=>{const P=f.current;if(!P)return;const h=v=>{if(l||v.key!=="Enter"&&v.key!==" ")return;const w=v.target.closest('[role="treeitem"]'),$=w==null?void 0:w.dataset.value;$&&(v.preventDefault(),y.select($))};return P.addEventListener("keydown",h),()=>P.removeEventListener("keydown",h)},[y.select,l]),d.useEffect(()=>{const P=f.current;if(!P||!l)return;const h=v=>{v.preventDefault(),v.stopPropagation()};return P.addEventListener("keydown",h,{capture:!0}),()=>P.removeEventListener("keydown",h,{capture:!0})},[l]);const N=us.useMergedRef(_,f),g=x.className,C=g?`${Ee.root} ${g}`:Ee.root;return s.jsx(m.Tree,{ref:N,data:r,tree:y,expandOnClick:!1,selectOnClick:!l,expandOnSpace:!1,renderNode:$c(l),"data-disabled":l||void 0,classNames:{root:C,node:Ee.node,subtree:Ee.subtree},...x})});ds.displayName="Tree";const wc=Nn,Cc=Dt,Pc=Et,gc=Bt,Tc=Ql,jc=It,Sc=Rn,Rc=Ai,Ac=A(So),Ic=A(Fo),Lc=A(To),Oc=A(jo),Mc=A(Po),kc=A(xt),Wc=A(na),zc=A(ia),Fc=A(Ct),Ec=A(Ro),Dc=A(Ca),Bc=A(Ko),Gc=A(Uo),Vc=A(yo),Hc=A(Lt),qc=A(Ot),Uc=A(Mt),Kc=A(kt),Yc=A(je),Zc=A(Yo),Qc=A(qo),Xc=A(Eo),Jc=A(Ze),ed=A(Re),od=A(dr),td=A(xe),rd=A($e),sd=A(Xo),ad=A(Jo),nd=A(ot),ld=A(et),id=A(Ho),cd=A(Ol),dd=A(kr),pd=A(mi),ud=A(rt),md=A(tt),_d=A(Ae),fd=A(Ri),yd=A(es),bd=A(os),hd=A(rs),vd=A(as),Nd=A(st),xd=A(ns),$d=A(ls),wd=A(at),Cd=A(mc),Pd=A(ds);exports.Accordion=Ac;exports.AccordionControl=Lc;exports.AccordionItem=Ic;exports.AccordionPanel=Oc;exports.AssistiveElement=Mc;exports.AutoComplete=kc;exports.Avatar=Wc;exports.Badge=zc;exports.Breadcrumb=Fc;exports.Button=Ec;exports.Card=Dc;exports.Checkbox=Bc;exports.CheckboxGroup=Gc;exports.Chip=Vc;exports.Container=jc;exports.DatePicker=Hc;exports.Dropdown=qc;exports.EmptyValueRenderer=fo;exports.FileInput=Uc;exports.FileUpload=Kc;exports.Flex=wc;exports.FormControlLayout=Yc;exports.Grid=Cc;exports.GridCol=Pc;exports.Group=gc;exports.HoverCard=Zc;exports.IS_DEV=De;exports.Label=Xc;exports.Layer=Do;exports.Link=Sc;exports.Loader=Qc;exports.Menu=Jc;exports.Modal=ed;exports.NumberInput=od;exports.Pagination=td;exports.Panel=rd;exports.PanelFooter=sd;exports.Popover=ad;exports.RECURSICA_COMPONENTS=Hs;exports.Radio=nd;exports.RadioGroup=ld;exports.ReadOnlyField=id;exports.RecursicaThemeProvider=Vs;exports.SegmentedControl=cd;exports.Slider=dd;exports.Stack=Tc;exports.Stepper=pd;exports.Switch=ud;exports.SwitchGroup=md;exports.Table=_d;exports.Tabs=fd;exports.Text=Rc;exports.TextArea=yd;exports.TextField=bd;exports.TimePicker=hd;exports.Timeline=vd;exports.TimelineItem=Nd;exports.Title=xd;exports.Toast=$d;exports.Tooltip=wd;exports.TransferList=Cd;exports.Tree=Pd;exports.copyToClipboard=qs;exports.fileMatchesAccept=Vo;exports.injectOverStyledStyles=Bo;exports.isGlobalOverStyledActive=Gs;exports.registerOverStyledConsoleCommand=Go;exports.toggleGlobalOverStyled=vt;exports.useGlobalOverStyled=Nt;exports.wrapComponent=A;
|
|
11
|
+
`,document.head.appendChild(e))}function qo(){if(!oo)return;if(typeof window>"u"){console.warn("[Recursica] window is undefined. Cannot register console command.");return}const n=e=>{try{e.recursica=e.recursica||{},e.recursica.toggleOverStyled=()=>`[Recursica] Overstyled outline highlight is now: ${wt()?"ON (cyan 2px box shadow)":"OFF"}`}catch{}};n(window),window.parent&&window.parent!==window&&n(window.parent)}const mt="data-recursica-theme";function Ya({children:n,theme:e="light",initLayer0:a=!0}){return c.useEffect(()=>{const t=document.documentElement;return t.setAttribute(mt,e),()=>{t.removeAttribute(mt)}},[e]),c.useEffect(()=>{Ho(),qo()},[]),a?o.jsx(Vo,{layer:0,children:n}):o.jsx(o.Fragment,{children:n})}const Za=["Accordion","AssistiveElement","Autocomplete","Avatar","Badge","Box","Breadcrumb","Button","Card","Checkbox","CheckboxGroup","Chip","Container","DatePicker","Dropdown","EmptyValueRenderer","FileInput","FileUpload","Flex","FormControlLayout","FormControlWrapper","Grid","Group","HoverCard","Label","Layer","Link","Loader","Menu","Modal","NumberInput","Pagination","Panel","Popover","Radio","ReadOnlyField","SegmentedControl","Slider","Stack","Stepper","Switch","Table","Tabs","Text","TextArea","TextField","TimePicker","Timeline","Title","Toast","Tooltip","TransferList","Tree","Typography"],Xa=(n,e)=>{const a=document.activeElement;return new Promise((t,r)=>{if(e&&e.current){const s=document.createElement("textarea");s.readOnly=!0,s.defaultValue=n,e.current.appendChild(s),s.select();const l=document.execCommand("copy");e.current.removeChild(s),a&&a.focus(),l?t():r(new Error("Failed to copy"))}else r(new Error("Copy area reference is not defined"))})};function Uo(n,e){const a=(e??"").split(",").map(s=>s.trim().toLowerCase()).filter(Boolean);if(a.length===0)return!0;const t=n.name.toLowerCase(),r=n.type.toLowerCase();return a.some(s=>s.startsWith(".")?t.endsWith(s):s.endsWith("/*")?r.startsWith(s.slice(0,-1)):r===s)}function I(n){if(!oo||typeof n!="function"&&!(n&&n.$$typeof))return n;const e=c.forwardRef((t,r)=>{const{overStyled:s}=t,l=$t(),i=c.createElement(n,{...t,ref:r});return s&&l?o.jsx("div",{className:"recursica-over-styled",children:i}):i});e.displayName=n.displayName||n.name||"Component";const a=Object.keys(n);for(const t of a){if(t==="render"||t==="$$typeof")continue;const r=n[t];(typeof r=="function"||r&&r.$$typeof)&&t[0]===t[0].toUpperCase()?e[t]=I(r):e[t]=r}return e}const Ja="ReadOnlyField-module__layoutOverride___9fSsG",Qa="ReadOnlyField-module__textField___qKn25",Ao={layoutOverride:Ja,textField:Qa},jo=({value:n,overStyled:e=!1,...a})=>{const t=h(a,e),r=t.className;return o.jsx(m.Box,{component:"p",className:r?`${Ao.textField} ${r}`:Ao.textField,...t,children:n!=null?c.isValidElement(n)?n:Array.isArray(n)?n.join(", "):String(n):""})};jo.displayName="ReadOnlyTextField";const Ko=c.forwardRef(function({value:e,type:a="text",emptyValueComponent:t,overStyled:r=!1,className:s,style:l,...i},d){let u=null;const p=h(i,r),_=t||xo,y=(_.check?_.check(e):xo.check(e))?o.jsx(_,{value:e}):e;switch(a){case"boolean":u=o.jsx(jo,{value:e===!0?"True":e===!1?"False":y,overStyled:r});break;case"switch":u=o.jsx(jo,{value:e===!0?"On":e===!1?"Off":y,overStyled:r});break;case"text":default:u=o.jsx(jo,{value:y,overStyled:r});break}const f=s?`${Ao.layoutOverride} ${s}`:Ao.layoutOverride;return o.jsx(_o,{ref:d,overStyled:r,className:f,style:l,...p,children:u})});Ko.displayName="ReadOnlyField";const Ne=c.forwardRef(function({readOnly:e,readOnlyComponent:a,readOnlyType:t="text",readOnlyValue:r,readOnlyNativeProps:s,emptyValueComponent:l,activeComponent:i,overStyled:d,onLabelEditClick:u,...p},_){if(e){if(a){const C=a;return o.jsx(_o,{ref:_,...p,onLabelEditClick:u,overStyled:d,children:o.jsx(C,{...s})})}return o.jsx(Ko,{ref:_,type:t,value:r,emptyValueComponent:l,onLabelEditClick:u,overStyled:d,...p})}return o.jsx(_o,{ref:_,...p,onLabelEditClick:u,overStyled:d,children:i})});Ne.displayName="WithReadOnlyWrapper";const es="AutoComplete-module__layoutOverride___-K9WL",os="AutoComplete-module__root___kANza",ts="AutoComplete-module__input___g51MC",rs="AutoComplete-module__section___WAbf1",as="AutoComplete-module__dropdown___NqO3E",ss="AutoComplete-module__option___Y-Kja",de={layoutOverride:es,root:os,input:ts,section:rs,dropdown:as,option:ss},gt=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,...O}=e,M=h(O,t),j=M;delete j.size,delete j.variant,delete j.radius;const R={wrapper:de.root,input:de.input,section:de.section,dropdown:de.dropdown,option:de.option},k=j.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const L=k;R.wrapper=L.wrapper?`${de.root} ${L.wrapper}`:de.root,R.input=L.input?`${de.input} ${L.input}`:de.input,R.section=L.section?`${de.section} ${L.section}`:de.section,R.dropdown=L.dropdown?`${de.dropdown} ${L.dropdown}`:de.dropdown,R.option=L.option?`${de.option} ${L.option}`:de.option}const D=$?`${de.layoutOverride} ${$}`:de.layoutOverride;return o.jsx(Ne,{className:D,style:T,controlMaxWidth:"var(--autocomplete-control-max-width)",controlMinWidth:"var(--autocomplete-control-min-width)",overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:S!==void 0?S:g,readOnlyNativeProps:e,activeComponent:o.jsx(m.Autocomplete,{ref:a,classNames:R,disabled:b,value:S,defaultValue:g,error:!!y,...M})})});gt.displayName="AutoComplete";const ns="Avatar-module__root___fXu-J",ls="Avatar-module__iconWrapper___ojly2",is="Avatar-module__textWrapper___zp-jD",cs="Avatar-module__image___ieqGp",ds="Avatar-module__placeholder___IDW7-",Te={root:ns,iconWrapper:ls,textWrapper:is,image:cs,placeholder:ds},Pt=c.forwardRef(function({size:e="default",variant:a="solid",icon:t,children:r,src:s,overStyled:l=!1,...i},d){const u={solid:"filled",outline:"outline",ghost:"transparent"},p={default:"md",small:"sm",large:"lg"},_=h(i,l),C=_;let y="text";s?y="image":t&&(y="icon");const f={root:Te.root,image:Te.image,placeholder:Te.placeholder},x=C.classNames;if(x&&typeof x=="object"&&!Array.isArray(x)){const $=x;f.root=$.root?`${Te.root} ${$.root}`:Te.root,f.image=$.image?`${Te.image} ${$.image}`:Te.image,f.placeholder=$.placeholder?`${Te.placeholder} ${$.placeholder}`:Te.placeholder}const P=C.className;return o.jsx(m.Avatar,{ref:d,className:P,classNames:f,variant:u[a],size:p[e],src:s,"data-variant":a,"data-size":e,"data-style":y,..._,children:t!=null?o.jsx("span",{className:Te.iconWrapper,"aria-hidden":!0,children:t}):r!=null?o.jsx("span",{className:Te.textWrapper,children:r}):void 0})});Pt.displayName="Avatar";const us=m.createPolymorphicComponent(Pt),ps="Badge-module__root___5osNT",Oe={root:ps},Tt=c.forwardRef(function({variant:e="primary-color",overStyled:a=!1,...t},r){const s=h(t,a),l={root:Oe.root,section:Oe.section,label:Oe.label},i=s.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const p=i;l.root=p.root?`${Oe.root} ${p.root}`:Oe.root,l.section=p.section??Oe.section,l.label=p.label??Oe.label}const d=s.className,u=d?`${Oe.root} ${d}`:Oe.root;return o.jsx(m.Badge,{ref:r,variant:"filled","data-variant":e,...s,className:u,classNames:l})});Tt.displayName="Badge";const jt=m.createPolymorphicComponent(Tt),ms="Breadcrumb-module__root___x-9ln",_s="Breadcrumb-module__separator___qrUX-",qe={root:ms,separator:_s},St=c.forwardRef(function({overStyled:e=!1,separator:a=">",...t},r){const s=h({separator:a,...t},e),l={root:qe.root,separator:qe.separator},i=s.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const p=i;l.root=p.root?`${qe.root} ${p.root}`:qe.root,l.separator=p.separator?`${qe.separator} ${p.separator}`:qe.separator}const d=s.className,u=d?`${qe.root} ${d}`:qe.root;return o.jsx(m.Breadcrumbs,{ref:r,...s,className:u,classNames:l})});St.displayName="Breadcrumb";const fs="Loader-module__root___6iYOP",fo={root:fs},Yo=c.forwardRef(function({variant:e="oval",size:a="default",overStyled:t=!1,...r},s){const i={sm:"small",md:"default",lg:"large",small:"small",default:"default",large:"large"}[a]||"default",d=h(r,t),u={root:fo.root},p=d.classNames;if(p&&typeof p=="object"&&!Array.isArray(p)){const y=p;u.root=y.root?`${fo.root} ${y.root}`:fo.root}const _=d.className,C=_?`${fo.root} ${_}`:fo.root;return o.jsx(m.Loader,{ref:s,type:e,"data-variant":e,"data-size":i,...d,className:C,classNames:u})});Yo.displayName="Loader";const ys="Button-module__root___Q2R8-",hs="Button-module__loader___X-9u-",bs="Button-module__label___UJ3Zt",vs="Button-module__labelText___rFV5p",xs="Button-module__iconWrapper___uEKPa",Ns="Button-module__section___f2mKr",$e={root:ys,loader:hs,label:bs,labelText:vs,iconWrapper:xs,section:Ns};function Cs(n){return n==null||n===""?!1:typeof n=="string"?n.trim()!=="":!0}const Rt=c.forwardRef(function({variant:e="solid",size:a="default",icon:t,children:r,overStyled:s=!1,loaderVariant:l="oval",loaderSize:i,useRecursicaLoader:d=!0,...u},p){const _={solid:"filled",outline:"outline",text:"subtle"},C={default:"md",small:"sm"},y=h(u,s),f=y;delete f.fullWidth;const x=!!t||!!f.leftSection,P=!!f.rightSection,$=Cs(r),T=(x||P)&&!$;let b="label";T?b="icon-only":(x||P)&&(b="icon-label"),typeof process<"u"&&process.env.NODE_ENV!=="production"&&T&&!f["aria-label"]&&console.warn('[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").');const v={root:$e.root,section:$e.section,label:$e.label,loader:$e.loader},w=f.classNames;if(w&&typeof w=="object"&&!Array.isArray(w)){const j=w;v.root=j.root?`${$e.root} ${j.root}`:$e.root,v.section=j.section??$e.section,v.label=j.label??$e.label}const N=f.className,S=N?`${$e.root} ${N}`:$e.root;delete f.className;const g=f.loaderProps,O=i??(a==="small"?"small":"default");let M=g;return d&&(M={children:o.jsx(Yo,{variant:l,size:O}),...g}),o.jsx(m.Button,{ref:p,className:S,classNames:v,variant:_[e],size:C[a],loaderProps:M,leftSection:t!=null?o.jsx("span",{className:$e.iconWrapper,"aria-hidden":!0,children:t}):void 0,"data-variant":e,"data-size":a,"data-content":b,...y,disabled:!!f.disabled||!!f.loading,children:o.jsx("span",{className:$e.labelText,children:r})})});Rt.displayName="Button";const Qe=m.createPolymorphicComponent(Rt),ws="Card-module__root___c9KvZ",$s="Card-module__header___PTXf2",gs="Card-module__footer___Mu-JC",Ps="Card-module__section___BRT8H",Ts="Card-module__content___oFIQa",De={root:ws,header:$s,footer:gs,section:Ps,content:Ts},At=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);["flex","flexGrow","flexShrink","flexBasis","grow","h","height"].forEach(u=>{u in a&&!(u in r)&&(r[u]=a[u])});const l={root:De.root},i=r.classNames;if(i&&typeof i=="object"&&!Array.isArray(i)){const u=i;Object.keys(u).forEach(p=>{l[p]?l[p]=`${l[p]} ${u[p]}`:l[p]=u[p]})}const d=r.className;return o.jsx(m.Card,{ref:t,className:d,classNames:l,...r})});At.displayName="Card";const Lt=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Card.Section,{ref:t,className:s?`${De.section} ${s}`:De.section,...r})});Lt.displayName="CardSection";const kt=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Card.Section,{ref:t,className:s?`${De.header} ${s}`:De.header,...r})});kt.displayName="CardHeader";const It=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Card.Section,{ref:t,className:s?`${De.footer} ${s}`:De.footer,...r})});It.displayName="CardFooter";const Ot=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx("div",{ref:t,className:s?`${De.content} ${s}`:De.content,...r})});Ot.displayName="CardContent";const Mt=m.createPolymorphicComponent(At),Oo=Mt;Oo.Section=Lt;Oo.Header=kt;Oo.Footer=It;Oo.Content=Ot;const js=Mt,Ss="Checkbox-module__groupRoot___cBS0o",Rs="Checkbox-module__root___mY3qk",As="Checkbox-module__body___5yC7q",Ls="Checkbox-module__inner___rTke4",ks="Checkbox-module__input___2kt-h",Is="Checkbox-module__icon___-O7i6",Os="Checkbox-module__labelWrapper___GpZkr",Ms="Checkbox-module__label___cwRtI",q={groupRoot:Ss,root:Rs,body:As,inner:Ls,input:ks,icon:Is,labelWrapper:Os,label:Ms},No=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,children:v,readOnly:w,readOnlyComponent:N,emptyValueComponent:S,value:g,defaultValue:O,...M}=e,j=h(M,t),R=j;delete R.size;const k=g!==void 0||O!==void 0;return o.jsx(Ne,{className:T,style:b,controlMaxWidth:"var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",controlMinWidth:void 0,overStyled:t,labelElement:"div",formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,readOnly:w&&!!N,readOnlyComponent:N,emptyValueComponent:S,readOnlyType:"text",readOnlyValue:g!==void 0?g:O,readOnlyNativeProps:e,activeComponent:k?o.jsx(m.Checkbox.Group,{ref:a,...j,disabled:w||R.disabled,value:g,defaultValue:O,children:o.jsx("div",{className:q.groupRoot,"data-layout":r,children:v})}):o.jsx("div",{ref:a,role:"group",...j,className:q.groupRoot,"data-layout":r,children:v})})});No.displayName="CheckboxGroup";const Co=c.forwardRef(function(e,a){const{overStyled:t=!1,readOnly:r,readOnlyComponent:s,disabled:l,formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,..._}=e,C=h(_,t),y=C;delete y.size,delete y.color,delete y.radius,delete y.variant,delete y.iconColor;const f={root:q.root,body:q.body,inner:q.inner,input:q.input,icon:q.icon,labelWrapper:q.labelWrapper,label:q.label},x=y.classNames;if(x&&typeof x=="object"&&!Array.isArray(x)){const b=x;f.root=b.root?`${q.root} ${b.root}`:q.root,f.body=b.body?`${q.body} ${b.body}`:q.body,f.inner=b.inner?`${q.inner} ${b.inner}`:q.inner,f.input=b.input?`${q.input} ${b.input}`:q.input,f.icon=b.icon?`${q.icon} ${b.icon}`:q.icon,f.labelWrapper=b.labelWrapper?`${q.labelWrapper} ${b.labelWrapper}`:q.labelWrapper,f.label=b.label?`${q.label} ${b.label}`:q.label}const P=y.className,$=P?`${q.root} ${P}`:q.root;if(r&&s){const b=!!(y.checked??y.defaultChecked),v=s,w=o.jsx(v,{...e,checked:b,label:y.label});return i?o.jsx(ze,{formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,children:w}):o.jsx(o.Fragment,{children:w})}const T=o.jsx(m.Checkbox,{ref:a,className:$,classNames:f,disabled:r||l,...C});return i?o.jsx(ze,{formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,children:T}):T});Co.displayName="Checkbox";Co.Group=No;const Ws="Chip-module__root___f5pFk",zs="Chip-module__label___Ov9pg",Ds="Chip-module__mantineIconWrapper___KLSz6",Fs="Chip-module__innerWrapper___EnrTF",Es="Chip-module__children___zbRAR",Bs="Chip-module__leadingIcon___JBtjQ",Gs="Chip-module__removeIcon___pVju-",me={root:Ws,label:zs,mantineIconWrapper:Ds,innerWrapper:Fs,children:Es,leadingIcon:Bs,removeIcon:Gs};function Vs(n){return o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...n,children:[o.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const wo=c.forwardRef(function({error:e=!1,icon:a,onRemove:t,removeLabel:r="Remove",removeTabIndex:s,removeIconRef:l,children:i,overStyled:d=!1,...u},p){const _=h(u,d),C=_,y={root:me.root,label:me.label,input:me.input,iconWrapper:me.mantineIconWrapper,checkIcon:me.checkIcon},f=C.classNames;if(f&&typeof f=="object"&&!Array.isArray(f)){const v=f;y.root=v.root?`${me.root} ${v.root}`:me.root,y.label=v.label?`${me.label} ${v.label}`:me.label}const x=C.className,P=x?`${me.root} ${x}`:me.root,$=e?"":void 0,T=!i&&(!!a||!!t),b=t!==void 0||C.onClick!==void 0||C.onChange!==void 0;return o.jsx(m.Chip,{ref:p,className:P,classNames:y,wrapperProps:{...$!==void 0?{"data-error":""}:{},...b?{"data-interactive":""}:{}},...T?{"data-icon-only":""}:{},...b?{}:{tabIndex:-1,"aria-hidden":!0},..._,children:o.jsxs("span",{className:me.innerWrapper,children:[a&&o.jsx("span",{className:me.leadingIcon,"aria-hidden":!0,children:a}),o.jsx("span",{className:me.children,children:i}),t&&o.jsx("span",{ref:l,role:"button",className:me.removeIcon,onClick:v=>{v.preventDefault(),v.stopPropagation(),t(v)},"aria-label":r,onKeyDown:v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),v.stopPropagation(),t(v))},tabIndex:s??0,children:o.jsx(Vs,{})})]})})});wo.displayName="Chip";const Hs="Container-module__root___UVssr",yo={root:Hs},Wt=c.forwardRef(function({children:e,size:a,...t},r){const s={"rec-sm":"sm","rec-default":"md","rec-md":"md","rec-lg":"lg","rec-xl":"xl","rec-2xl":"xl"},l=typeof a=="string"&&s[a]?s[a]:a,i={root:yo.root},d=t.classNames;if(d&&typeof d=="object"&&!Array.isArray(d)){const _=d;i.root=_.root?`${yo.root} ${_.root}`:yo.root}const u=t.className,p=u?`${yo.root} ${u}`:yo.root;return o.jsx(m.Container,{ref:r,size:l,className:p,classNames:i,...t,children:e})});Wt.displayName="Container";function qs(n){return o.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,...n,children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),o.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),o.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),o.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]})}const Us="DatePicker-module__layoutOverride___X9yaM",Ks="DatePicker-module__root___6XvRT",Ys="DatePicker-module__input___pcSW8",Zs="DatePicker-module__section___n3iWA",Xs="DatePicker-module__dropdown___wjt08",Js="DatePicker-module__calendarHeader___KHxno",Qs="DatePicker-module__calendarHeaderControl___q7UvJ",en="DatePicker-module__calendarHeaderLevel___ebdJ2",on="DatePicker-module__calendarHeaderControlIcon___2tZOb",tn="DatePicker-module__weekday___H5lIj",rn="DatePicker-module__day___U03J2",te={layoutOverride:Us,root:Ks,input:Ys,section:Zs,dropdown:Xs,calendarHeader:Js,calendarHeaderControl:Qs,calendarHeaderLevel:en,calendarHeaderControlIcon:on,weekday:tn,day:rn},zt=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,...O}=e,M=h(O,t),j=M;delete j.size,delete j.variant,delete j.radius,delete j.description;const R={wrapper:te.root,input:te.input,section:te.section,day:te.day,weekday:te.weekday,calendarHeader:te.calendarHeader,calendarHeaderControl:te.calendarHeaderControl,calendarHeaderLevel:te.calendarHeaderLevel,calendarHeaderControlIcon:te.calendarHeaderControlIcon},k=j.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const Q=k;R.wrapper=Q.wrapper?`${te.root} ${Q.wrapper}`:te.root,R.input=Q.input?`${te.input} ${Q.input}`:te.input,R.section=Q.section?`${te.section} ${Q.section}`:te.section}const D=j.popoverProps,L=D&&typeof D=="object"&&!Array.isArray(D)?D:void 0,U=L!=null&&L.classNames&&typeof L.classNames=="object"&&!Array.isArray(L.classNames)?L.classNames:void 0;delete j.popoverProps;const re={...L,classNames:{...U,dropdown:U!=null&&U.dropdown?`${te.dropdown} ${U.dropdown}`:te.dropdown}},G=$?`${te.layoutOverride} ${$}`:te.layoutOverride;return o.jsx(Ne,{className:G,style:T,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:S!==void 0?String(S):g?String(g):void 0,readOnlyNativeProps:e,activeComponent:o.jsx(xt.DatePickerInput,{ref:a,classNames:R,disabled:b,value:S,defaultValue:g,label:void 0,description:void 0,error:void 0,withAsterisk:!1,wrapperProps:{"data-disabled":b?"true":void 0,"data-error":y?"true":void 0},highlightToday:!0,valueFormat:"MM/DD/YY",placeholder:"MM / DD / YY",leftSection:o.jsx(qs,{}),popoverProps:re,...M})})});zt.displayName="DatePicker";const an="Dropdown-module__layoutOverride___FNcvP",sn="Dropdown-module__root___uVyL0",nn="Dropdown-module__input___dK4dN",ln="Dropdown-module__section___j3MRB",cn="Dropdown-module__dropdown___gG-Sw",dn="Dropdown-module__option___nAGU-",X={layoutOverride:an,root:sn,input:nn,section:ln,dropdown:cn,option:dn},Dt=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",containerWidth:s,labelSize:l,labelAlignment:i,labelOptionalText:d,labelWithEditIcon:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,disabled:v,readOnly:w,readOnlyComponent:N,emptyValueComponent:S,value:g,defaultValue:O,data:M,...j}=e,R=h(j,t),k=R;delete k.size,delete k.variant,delete k.radius;const D={wrapper:X.root,input:X.input,section:X.section,dropdown:X.dropdown,option:X.option},L=k.classNames;if(L&&typeof L=="object"&&!Array.isArray(L)){const G=L;D.wrapper=G.wrapper?`${X.root} ${G.wrapper}`:X.root,D.input=G.input?`${X.input} ${G.input}`:X.input,D.section=G.section?`${X.section} ${G.section}`:X.section,D.dropdown=G.dropdown?`${X.dropdown} ${G.dropdown}`:X.dropdown,D.option=G.option?`${X.option} ${G.option}`:X.option}const U={...b||{},width:s||"100%"},re=T?`${X.layoutOverride} ${T}`:X.layoutOverride;return o.jsx(Ne,{className:re,style:U,controlMaxWidth:"var(--dropdown-control-max-width)",controlMinWidth:"var(--dropdown-control-min-width)",overStyled:t,formLayout:r,labelSize:l,labelAlignment:i,labelOptionalText:d,labelWithEditIcon:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,readOnly:w,readOnlyComponent:N,emptyValueComponent:S,readOnlyType:"text",readOnlyValue:g!==void 0?String(g):O?String(O):void 0,readOnlyNativeProps:e,activeComponent:o.jsx(m.Select,{ref:a,classNames:D,disabled:v,value:g,defaultValue:O,data:M||[],label:void 0,description:void 0,error:void 0,required:void 0,withAsterisk:void 0,attributes:{wrapper:{"data-disabled":v?"true":void 0,"data-error":f?"true":void 0}},...R})})});Dt.displayName="Dropdown";const un="FileInput-module__layoutOverride___HIOY6",pn="FileInput-module__root___UvQj-",mn="FileInput-module__leadingIcon___z75c4",_n="FileInput-module__content___Udsvh",fn="FileInput-module__value___RX33R",yn="FileInput-module__chipRow___My6TF",hn="FileInput-module__chipWrapper___q2CDy",bn="FileInput-module__trailingIcon___odGPm",Me={layoutOverride:un,root:pn,leadingIcon:mn,content:_n,value:fn,chipRow:yn,chipWrapper:hn,trailingIcon:bn};function vn(){return o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[o.jsx("path",{d:"M12 3v12"}),o.jsx("path",{d:"M7 8l5-5 5 5"}),o.jsx("path",{d:"M4 21h16"})]})}function xn(){return o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[o.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const Ft=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,disabled:v,readOnly:w,files:N,onFilesAdded:S,onFileRemove:g,accept:O,multiple:M=!1,maxSize:j,maxFiles:R,onFilesRejected:k,invalidFileTypeMessage:D="File type not accepted",maxFilesMessage:L=M?`Maximum of ${R} files allowed`:"Only one file is allowed",icon:U,placeholder:re="Select a file...",browseLabel:G="Choose file",removeFileLabel:Q="Remove",clearLabel:ve="Clear",...ke}=e,ie=h(ke,t),K=!v&&!w,ae=!!N&&N.length>0,fe=c.useRef(null),[Ie,ye]=c.useState(!1),[ce,se]=c.useState(!1),pe=A=>{if(!K)return;const oe=Array.from(A);if(oe.length===0)return;const ee=M?R:1,xe=M?(N==null?void 0:N.length)??0:0,le=[],Ce=[];let Wo=!1,it=!1;for(const zo of oe){const ct=!Uo(zo,O);ct&&(Wo=!0);const ya=j!==void 0&&zo.size>j,dt=ee!==void 0&&xe+le.length>=ee;dt&&(it=!0),(ct||ya||dt?Ce:le).push(zo)}ye(Wo),se(it),le.length>0&&(S==null||S(le)),Ce.length>0&&(k==null||k(Ce))},Pe=c.useRef(0),[to,V]=c.useState(!1),Be=A=>{A.preventDefault(),Pe.current+=1,V(!0)},Ge=A=>{A.preventDefault(),Pe.current-=1,Pe.current<=0&&(Pe.current=0,V(!1))},ro=A=>{A.preventDefault()},Ve=A=>{A.preventDefault(),Pe.current=0,V(!1),pe(A.dataTransfer.files)},ao=()=>{var A;K&&((A=fe.current)==null||A.click())},He=A=>{A.key!=="Enter"&&A.key!==" "||(A.preventDefault(),ao())},po=A=>{A.target.files&&pe(A.target.files),A.target.value=""},F=()=>{!K||!N||N.length===0||N.forEach(A=>g==null?void 0:g(A.id??A.file.name))},[J,H]=c.useState(0),W=c.useRef([]),Z=c.useRef((N==null?void 0:N.length)??0);c.useEffect(()=>{var oe;const A=(N==null?void 0:N.length)??0;if(A>0&&A<Z.current){const ee=Math.min(J,A-1);H(ee),(oe=W.current[ee])==null||oe.focus()}Z.current=A},[N]);const ne=A=>{var xe;const oe=(N==null?void 0:N.length)??0;if(oe===0)return;let ee;A.key==="ArrowRight"||A.key==="ArrowDown"?ee=(J+1)%oe:(A.key==="ArrowLeft"||A.key==="ArrowUp")&&(ee=(J-1+oe)%oe),ee!==void 0&&(A.preventDefault(),A.stopPropagation(),H(ee),(xe=W.current[ee])==null||xe.focus())},he=f??(Ie?D:ce?L:void 0),so=T?`${Me.layoutOverride} ${T}`:Me.layoutOverride;return o.jsx(_o,{overStyled:t,className:so,style:b,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:he,required:x,withAsterisk:P,id:$,controlMaxWidth:"var(--file-input-control-max-width)",controlMinWidth:"var(--file-input-control-min-width)",children:o.jsxs("div",{ref:a,className:Me.root,role:"button","aria-label":G,"aria-disabled":v?"true":void 0,tabIndex:K?0:-1,"data-disabled":v?"true":void 0,"data-readonly":w?"true":void 0,"data-error":he?"true":void 0,"data-dragging":to?"true":void 0,onClick:K?ao:void 0,onKeyDown:K?He:void 0,onDragEnter:K?Be:void 0,onDragLeave:K?Ge:void 0,onDragOver:K?ro:void 0,onDrop:K?Ve:void 0,...ie,children:[o.jsx("span",{className:Me.leadingIcon,"aria-hidden":!0,children:U??o.jsx(vn,{})}),o.jsxs("div",{className:Me.content,children:[!ae&&o.jsx("span",{className:Me.value,"data-placeholder":"true",children:re}),ae&&o.jsx("div",{className:Me.chipRow,onKeyDown:w?void 0:ne,children:N.map((A,oe)=>{const ee=A.id??A.file.name;return o.jsx("span",{className:Me.chipWrapper,onClick:xe=>xe.stopPropagation(),children:o.jsx(wo,{checked:!1,tabIndex:-1,removeLabel:w?void 0:Q,removeTabIndex:!w&&oe===J?0:-1,removeIconRef:xe=>{W.current[oe]=xe},onRemove:w||v?void 0:()=>g==null?void 0:g(ee),children:A.file.name})},ee)})})]}),ae&&!w&&o.jsx(Qe,{overStyled:!0,variant:"text",size:"small",icon:o.jsx(xn,{}),"aria-label":ve,className:Me.trailingIcon,disabled:v,onClick:A=>{A.preventDefault(),A.stopPropagation(),F()},onKeyDown:A=>{A.key!=="Enter"&&A.key!==" "||(A.preventDefault(),A.stopPropagation(),F())}}),o.jsx("input",{ref:fe,type:"file",hidden:!0,accept:O,multiple:M,disabled:!K,onChange:po})]})})});Ft.displayName="FileInput";const Nn="FileUpload-module__layoutOverride___bPpi8",Cn="FileUpload-module__root___Q-vcm",wn="FileUpload-module__dropzone___jqua0",$n="FileUpload-module__uploadIcon___bb3Nc",gn="FileUpload-module__dropzoneText___L7vS-",Pn="FileUpload-module__fileList___XIWLl",Ue={layoutOverride:Nn,root:Cn,dropzone:wn,uploadIcon:$n,dropzoneText:gn,fileList:Pn};function Tn(){return o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[o.jsx("path",{d:"M12 3v12"}),o.jsx("path",{d:"M7 8l5-5 5 5"}),o.jsx("path",{d:"M4 21h16"})]})}const Et=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,disabled:v,readOnly:w,files:N,onFilesAdded:S,onFileRemove:g,accept:O,multiple:M=!0,maxSize:j,maxFiles:R,onFilesRejected:k,invalidFileTypeMessage:D="File type not accepted",maxFilesMessage:L=`Maximum of ${R} files allowed`,icon:U,dropzoneLabel:re="Drag and drop files here to upload",browseButtonLabel:G="Browse files",removeFileLabel:Q="Remove",...ve}=e,z=h(ve,t),ie=c.useRef(null),[K,ae]=c.useState(!1),[fe,Ie]=c.useState(!1),ye=W=>{if(v)return;const Z=Array.from(W);if(Z.length===0)return;const ne=(N==null?void 0:N.length)??0,he=[],so=[];let A=!1,oe=!1;for(const ee of Z){const xe=!Uo(ee,O);xe&&(A=!0);const le=j!==void 0&&ee.size>j,Ce=R!==void 0&&ne+he.length>=R;Ce&&(oe=!0),(xe||le||Ce?so:he).push(ee)}ae(A),Ie(oe),he.length>0&&(S==null||S(he)),so.length>0&&(k==null||k(so))},ce=c.useRef(0),[se,pe]=c.useState(!1),Pe=W=>{W.preventDefault(),ce.current+=1,pe(!0)},to=W=>{W.preventDefault(),ce.current-=1,ce.current<=0&&(ce.current=0,pe(!1))},V=W=>{W.preventDefault()},Be=W=>{W.preventDefault(),ce.current=0,pe(!1),ye(W.dataTransfer.files)},Ge=()=>{var W;v||(W=ie.current)==null||W.click()},ro=W=>{W.target.files&&ye(W.target.files),W.target.value=""},[Ve,ao]=c.useState(0),He=c.useRef([]),po=c.useRef((N==null?void 0:N.length)??0);c.useEffect(()=>{var Z;const W=(N==null?void 0:N.length)??0;if(W>0&&W<po.current){const ne=Math.min(Ve,W-1);ao(ne),(Z=He.current[ne])==null||Z.focus()}po.current=W},[N]);const F=W=>{var he;const Z=(N==null?void 0:N.length)??0;if(Z===0)return;let ne;W.key==="ArrowRight"||W.key==="ArrowDown"?ne=(Ve+1)%Z:(W.key==="ArrowLeft"||W.key==="ArrowUp")&&(ne=(Ve-1+Z)%Z),ne!==void 0&&(W.preventDefault(),ao(ne),(he=He.current[ne])==null||he.focus())},J=f??(K?D:fe?L:void 0),H=T?`${Ue.layoutOverride} ${T}`:Ue.layoutOverride;return o.jsx(_o,{overStyled:t,className:H,style:b,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,assistiveWithIcon:y,error:J,required:x,withAsterisk:P,id:$,children:o.jsxs("div",{ref:a,className:Ue.root,"data-disabled":v?"true":void 0,"data-error":J?"true":void 0,...z,children:[!w&&o.jsxs("div",{className:Ue.dropzone,"data-dragging":se?"true":void 0,onDragEnter:v?void 0:Pe,onDragLeave:v?void 0:to,onDragOver:v?void 0:V,onDrop:v?void 0:Be,children:[o.jsx("span",{className:Ue.uploadIcon,children:U??o.jsx(Tn,{})}),o.jsx("span",{className:Ue.dropzoneText,children:re}),o.jsx(Qe,{variant:"outline",disabled:v,onClick:Ge,children:G}),o.jsx("input",{ref:ie,type:"file",hidden:!0,accept:O,multiple:M,disabled:v,onChange:ro})]}),N&&N.length>0&&(w?o.jsx("div",{className:Ue.fileList,children:N.map(W=>{const Z=W.id??W.file.name;return o.jsx(wo,{checked:!1,tabIndex:-1,children:W.file.name},Z)})}):o.jsx("div",{className:Ue.fileList,onKeyDown:F,children:N.map((W,Z)=>{const ne=W.id??W.file.name;return o.jsx(wo,{checked:!1,tabIndex:-1,removeLabel:Q,removeTabIndex:Z===Ve?0:-1,removeIconRef:he=>{He.current[Z]=he},onRemove:v?void 0:()=>g==null?void 0:g(ne),children:W.file.name},ne)})}))]})})});Et.displayName="FileUpload";const jn="Flex-module__root___yYser",ho={root:jn},Bt=c.forwardRef(function({children:e,gap:a="rec-default",rowGap:t,columnGap:r,...s},l){const i={root:ho.root},d=s.classNames;if(d&&typeof d=="object"&&!Array.isArray(d)){const _=d;i.root=_.root?`${ho.root} ${_.root}`:ho.root}const u=s.className,p=u?`${ho.root} ${u}`:ho.root;return o.jsx(m.Flex,{ref:l,className:p,classNames:i,...$o({gap:a,rowGap:t,columnGap:r,...s}),children:e})});Bt.displayName="Flex";const Sn=m.createPolymorphicComponent(Bt),Rn="Grid-module__root___s-qPY",An="Grid-module__col___tbuNg",Re={root:Rn,col:An},Gt=c.forwardRef(function({children:e,gap:a="rec-default",...t},r){const s={root:Re.root},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const _=l;s.root=_.root?`${Re.root} ${_.root}`:Re.root}const i=t.className,d=i?`${Re.root} ${i}`:Re.root,{gap:u,...p}=$o({gap:a,...t});return o.jsx(m.Grid,{ref:r,gutter:u,className:d,classNames:s,...p,children:e})});Gt.displayName="Grid";const Ln=m.createPolymorphicComponent(Gt),Vt=c.forwardRef(function({children:e,...a},t){const r={col:Re.col},s=a.classNames;if(s&&typeof s=="object"&&!Array.isArray(s)){const d=s;r.col=d.col?`${Re.col} ${d.col}`:Re.col}const l=a.className,i=l?`${Re.col} ${l}`:Re.col;return o.jsx(m.Grid.Col,{ref:t,className:i,classNames:r,...$o(a),children:e})});Vt.displayName="GridCol";const Ht=m.createPolymorphicComponent(Vt),qt=Ln;qt.Col=Ht;const kn="Group-module__root___ftO64",bo={root:kn},Ut=c.forwardRef(function({children:e,gap:a="rec-default",...t},r){const s={root:bo.root},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const u=l;s.root=u.root?`${bo.root} ${u.root}`:bo.root}const i=t.className,d=i?`${bo.root} ${i}`:bo.root;return o.jsx(m.Group,{ref:r,className:d,classNames:s,...$o({gap:a,...t}),children:e})});Ut.displayName="Group";const In="HoverCard-module__dropdown___FBPFW",On="HoverCard-module__arrow___S9AkE",_t={dropdown:In,arrow:On},Kt=function({overStyled:e=!1,withBeak:a=!0,...t}){const r=h(t,e),s={dropdown:_t.dropdown,arrow:_t.arrow},l=r.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const p=l;Object.keys(p).forEach(_=>{s[_]?s[_]=`${s[_]} ${p[_]}`:s[_]=p[_]})}const i=r.arrowSize??16,d=r.withArrow,u=a??d;return o.jsx(m.HoverCard,{position:"top",arrowSize:i,withArrow:u,classNames:s,...r})};Kt.displayName="HoverCard";const Yt=function(e){return o.jsx(m.HoverCard.Target,{...e})};Yt.displayName="HoverCardTarget";const Zt=function({overStyled:e=!1,...a}){const t=h(a,e),r=t.className;return o.jsx(m.HoverCard.Dropdown,{className:r,...t})};Zt.displayName="HoverCardDropdown";const Zo=Kt;Zo.Target=Yt;Zo.Dropdown=Zt;const Mn="Link-module__root___I0VGE",Wn="Link-module__iconWrapper___W-LlF",zn="Link-module__labelText___wSvUy",no={root:Mn,iconWrapper:Wn,labelText:zn},Xt=c.forwardRef(function({icon:e,children:a,overStyled:t=!1,...r},s){const l=h(r,t),i=l,d={root:no.root},u=i.classNames;if(u&&typeof u=="object"&&!Array.isArray(u)){const C=u;d.root=C.root?`${no.root} ${C.root}`:no.root}const p=i.className,_=p?`${no.root} ${p}`:no.root;return o.jsxs(m.Anchor,{ref:s,className:_,classNames:d,underline:"never",...e?{"data-has-icon":""}:{},...l,children:[e&&o.jsx("span",{className:no.iconWrapper,"aria-hidden":!0,children:e}),o.jsx("span",{className:no.labelText,children:a})]})});Xt.displayName="Link";const Dn=m.createPolymorphicComponent(Xt),Fn="Menu-module__dropdown___j4xuA",En="Menu-module__item___NMXha",Bn="Menu-module__itemLabel___zvcqC",Gn="Menu-module__itemSection___pRIcn",Vn="Menu-module__divider___wPiNq",Hn="Menu-module__label___4FBGa",qn="Menu-module__chevron___hEEiy",lo={dropdown:Fn,item:En,itemLabel:Bn,itemSection:Gn,divider:Vn,label:Hn,chevron:qn},Jt=function({overStyled:e=!1,...a}){const t=h(a,e),r={dropdown:lo.dropdown,item:lo.item,itemLabel:lo.itemLabel,itemSection:lo.itemSection,divider:lo.divider,label:lo.label,chevron:lo.chevron},s=t.classNames;if(s&&typeof s=="object"&&!Array.isArray(s)){const l=s;Object.keys(l).forEach(i=>{r[i]?r[i]=`${r[i]} ${l[i]}`:r[i]=l[i]})}return o.jsx(m.Menu,{classNames:r,...t})};Jt.displayName="Menu";const Qt=function(e){return o.jsx(m.Menu.Target,{...e})};Qt.displayName="MenuTarget";const er=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Menu.Dropdown,{ref:t,className:s,...r})});er.displayName="MenuDropdown";const or=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r;e||delete s.color;const l=s.className;return o.jsx(m.Menu.Item,{ref:t,className:l,...r})});or.displayName="MenuItem";const Un=m.createPolymorphicComponent(or),tr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Menu.Divider,{ref:t,className:s,...r})});tr.displayName="MenuDivider";const rr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Menu.Label,{ref:t,className:s,...r})});rr.displayName="MenuLabel";const ar=function(e){return o.jsx(m.Menu.Sub,{...e})};ar.displayName="MenuSub";const sr=function(e){return o.jsx(m.Menu.Sub.Target,{...e})};sr.displayName="MenuSubTarget";const nr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r;e||delete s.color;const l=s.className;return o.jsx(m.Menu.Sub.Item,{ref:t,className:l,...r})});nr.displayName="MenuSubItem";const Kn=m.createPolymorphicComponent(nr),lr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className;return o.jsx(m.Menu.Sub.Dropdown,{ref:t,className:s,...r})});lr.displayName="MenuSubDropdown";const Mo=ar;Mo.Target=sr;Mo.Item=Kn;Mo.Dropdown=lr;const uo=Jt;uo.Target=Qt;uo.Dropdown=er;uo.Item=Un;uo.Divider=tr;uo.Label=rr;uo.Sub=Mo;const Yn="Modal-module__root___ytPLl",Zn="Modal-module__inner___SSUJE",Xn="Modal-module__content___dWO-B",Jn="Modal-module__header___ILG9i",Qn="Modal-module__title___A5OeE",el="Modal-module__bodyWrapper___5CCL-",ol="Modal-module__scrollArea___KD-hm",tl="Modal-module__footer___rro2w",rl="Modal-module__close___-ER1C",We={root:Yn,inner:Zn,content:Xn,header:Jn,title:Qn,bodyWrapper:el,scrollArea:ol,footer:tl,close:rl},ir=c.forwardRef(function({overStyled:e=!1,children:a,title:t,withCloseButton:r=!0,overlayProps:s,withOverlay:l=!0,closeButtonProps:i,...d},u){const p=h(d,e),_={root:We.root,inner:We.inner,content:We.content,header:We.header,title:We.title,close:We.close},C=p.classNames;if(C&&typeof C=="object"&&!Array.isArray(C)){const y=C;Object.keys(y).forEach(f=>{_[f]?_[f]=`${_[f]} ${y[f]}`:_[f]=y[f]})}return o.jsxs(m.Modal.Root,{ref:u,classNames:_,...p,children:[l&&o.jsx(m.Modal.Overlay,{...s}),o.jsxs(m.Modal.Content,{children:[(t||r)&&o.jsxs(m.Modal.Header,{children:[t&&o.jsx(m.Modal.Title,{children:t}),r&&o.jsx(m.Modal.CloseButton,{...i})]}),o.jsx(Jo,{children:a})]})]})});ir.displayName="Modal";const Xo=c.forwardRef(function({overStyled:e=!1,className:a,...t},r){const s=h(t,e);return o.jsx("div",{ref:r,className:`${We.footer} ${a||""}`,...s})});Xo.displayName="Modal.Footer";const Jo=c.forwardRef(function({className:e,onScroll:a,children:t,...r},s){const l=c.useRef(null),[i,d]=c.useState(!1),[u,p]=c.useState(!1),_=c.useCallback(()=>{if(l.current){const{scrollTop:x,scrollHeight:P,clientHeight:$}=l.current;d(x>0),p(Math.ceil(x+$)<P)}},[]);c.useEffect(()=>(_(),window.addEventListener("resize",_),()=>window.removeEventListener("resize",_)),[_,t]);const C=x=>{_(),a==null||a(x)};let y=null;const f=[];return c.Children.forEach(t,x=>{var P;c.isValidElement(x)&&(x.type===Xo||((P=x.type)==null?void 0:P.displayName)==="Modal.Footer")?y=x:f.push(x)}),o.jsxs(m.Modal.Body,{...r,ref:x=>{typeof s=="function"?s(x):s&&(s.current=x)},className:`${We.bodyWrapper} ${e||""}`,children:[o.jsx("div",{ref:l,onScroll:C,"data-scrolled-top":i||void 0,"data-scrolled-bottom":u||void 0,className:We.scrollArea,children:f}),y]})});Jo.displayName="Modal.Body";const cr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.Root,{ref:t,...r})});cr.displayName="Modal.Root";const dr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.Overlay,{ref:t,...r})});dr.displayName="Modal.Overlay";const ur=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.Content,{ref:t,...r})});ur.displayName="Modal.Content";const pr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.Header,{ref:t,...r})});pr.displayName="Modal.Header";const mr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.Title,{ref:t,...r})});mr.displayName="Modal.Title";const _r=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Modal.CloseButton,{ref:t,...r})});_r.displayName="Modal.CloseButton";const Fe=ir;Fe.Root=cr;Fe.Overlay=dr;Fe.Content=ur;Fe.Header=pr;Fe.Title=mr;Fe.CloseButton=_r;Fe.Body=Jo;Fe.Footer=Xo;const al="NumberInput-module__layoutOverride___5-9T4",sl="NumberInput-module__root___C6rAn",nl="NumberInput-module__input___Ss8p7",ll="NumberInput-module__section___MijP0",il="NumberInput-module__controls___8UfQ2",cl="NumberInput-module__control___Qre9-",io={layoutOverride:al,root:sl,input:nl,section:ll,controls:il,control:cl},fr=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,hideControls:O=!1,...M}=e,j=h(M,t),R=j;delete R.size,delete R.variant,delete R.radius;const k={wrapper:io.root,input:io.input,section:io.section,controls:io.controls,control:io.control},D=$?`${io.layoutOverride} ${$}`:io.layoutOverride;return o.jsx(Ne,{className:D,style:T,controlMaxWidth:"var(--number-input-control-max-width)",controlMinWidth:"var(--number-input-control-min-width)",overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:S!==void 0?S==null?void 0:S.toString():g==null?void 0:g.toString(),readOnlyNativeProps:e,activeComponent:o.jsx(m.NumberInput,{ref:a,classNames:k,disabled:b,value:S,defaultValue:g,hideControls:O,label:void 0,description:void 0,error:void 0,required:void 0,withAsterisk:void 0,wrapperProps:{"data-disabled":b?"true":void 0,"data-error":y?"true":void 0,"data-with-left-section":R.leftSection?"true":void 0,"data-with-right-section":R.rightSection||!O?"true":void 0},...j})})});fr.displayName="NumberInput";const dl="Pagination-module__root___ITRjt",ul="Pagination-module__control___40yNT",pl="Pagination-module__dots___Yl9da",ml="Pagination-module__iconWithLabel___pLM4O",_l="Pagination-module__baseIcon___Qw3bJ",ue={root:dl,control:ul,dots:pl,iconWithLabel:ml,baseIcon:_l},fl="M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z",yl="M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z",hl="M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z",bl="M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z",vl={next:fl,prev:yl,first:hl,last:bl},go=({type:n,className:e,...a})=>o.jsx("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:`${ue.baseIcon} ${e||""}`.trim(),...a,children:o.jsx("path",{d:vl[n],fill:"currentColor"})}),yr=n=>o.jsxs("div",{className:ue.iconWithLabel,children:[o.jsx("span",{children:"Next"}),o.jsx(go,{type:"next",...n})]}),hr=n=>o.jsxs("div",{className:ue.iconWithLabel,children:[o.jsx(go,{type:"prev",...n}),o.jsx("span",{children:"Prev"})]}),br=n=>o.jsxs("div",{className:ue.iconWithLabel,children:[o.jsx(go,{type:"first",...n}),o.jsx("span",{children:"First"})]}),vr=n=>o.jsxs("div",{className:ue.iconWithLabel,children:[o.jsx("span",{children:"Last"}),o.jsx(go,{type:"last",...n})]});function xr(n){const e={root:ue.root,control:ue.control,dots:ue.dots},a=n.classNames;if(a&&typeof a=="object"&&!Array.isArray(a)){const s=a;e.root=s.root?`${ue.root} ${s.root}`:ue.root,e.control=s.control?`${ue.control} ${s.control}`:ue.control,e.dots=s.dots?`${ue.dots} ${s.dots}`:ue.dots}const t=n.className;return{className:t?`${ue.root} ${t}`:ue.root,classNames:e}}const Nr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=xr(r);return o.jsx(m.Pagination.Root,{ref:t,className:s.className,classNames:s.classNames,...r})});Nr.displayName="Pagination.Root";const Cr=c.forwardRef(function({overStyled:e=!1,withLabel:a,icon:t,...r},s){const l=h(r,e),i=t||(a?yr:void 0);return o.jsx(m.Pagination.Next,{ref:s,"data-variant":"text",icon:i,...l})});Cr.displayName="Pagination.Next";const wr=c.forwardRef(function({overStyled:e=!1,withLabel:a,icon:t,...r},s){const l=h(r,e),i=t||(a?hr:void 0);return o.jsx(m.Pagination.Previous,{ref:s,"data-variant":"text",icon:i,...l})});wr.displayName="Pagination.Previous";const $r=c.forwardRef(function({overStyled:e=!1,withLabel:a,icon:t,...r},s){const l=h(r,e),i=t||(a?br:void 0);return o.jsx(m.Pagination.First,{ref:s,"data-variant":"text",icon:i,...l})});$r.displayName="Pagination.First";const gr=c.forwardRef(function({overStyled:e=!1,withLabel:a,icon:t,...r},s){const l=h(r,e),i=t||(a?vr:void 0);return o.jsx(m.Pagination.Last,{ref:s,"data-variant":"text",icon:i,...l})});gr.displayName="Pagination.Last";const Pr=c.forwardRef(function({overStyled:e=!1,getControlProps:a,withLabels:t,...r},s){const l=h(r,e),i=xr(l),d=p=>{const _={"data-variant":"text"};return a?{..._,...a(p)}:_},u=t?{nextIcon:yr,previousIcon:hr,firstIcon:br,lastIcon:vr}:{};return o.jsx(m.Pagination,{ref:s,className:i.className,classNames:i.classNames,getControlProps:d,...u,...l})});Pr.displayName="Pagination";const Tr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Pagination.Control,{ref:t,...r})});Tr.displayName="Pagination.Control";const jr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Pagination.Dots,{ref:t,...r})});jr.displayName="Pagination.Dots";const Ae=Pr;Ae.Root=Nr;Ae.Items=m.Pagination.Items;Ae.Control=Tr;Ae.Dots=jr;Ae.Next=Cr;Ae.Previous=wr;Ae.First=$r;Ae.Last=gr;Ae.Icon=go;const xl="Panel-module__content___wdGo-",Nl="Panel-module__inner___ruA2b",Cl="Panel-module__header___o7SiC",wl="Panel-module__title___181OP",$l="Panel-module__titleTruncate___fuP6V Panel-module__title___181OP",gl="Panel-module__body___SEC3T",Pl="Panel-module__footer___t6-hz",Xe={content:xl,inner:Nl,header:Cl,title:wl,titleTruncate:$l,body:gl,footer:Pl},Sr=function({overStyled:e=!1,placement:a="right",keepMounted:t=!0,wrapHeaderText:r=!1,...s}){const l=h(s,e),i={content:Xe.content,header:Xe.header,title:r?Xe.titleTruncate:Xe.title,body:Xe.body,inner:Xe.inner},d=l.classNames;if(d&&typeof d=="object"&&!Array.isArray(d)){const u=d;Object.keys(u).forEach(p=>{i[p]?i[p]=`${i[p]} ${u[p]}`:i[p]=u[p]})}return o.jsx(m.Drawer,{position:a,keepMounted:t,closeOnClickOutside:s.closeOnClickOutside??!!s.opened,...l,classNames:i})};Sr.displayName="Panel";const Qo=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className,l=s?`${Xe.footer} ${s}`:Xe.footer;return o.jsx("div",{ref:t,className:l,...r})});Qo.displayName="PanelFooter";const Rr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Root,{ref:t,...r})});Rr.displayName="PanelRoot";const Ar=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Overlay,{ref:t,...r})});Ar.displayName="PanelOverlay";const Lr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Content,{ref:t,...r})});Lr.displayName="PanelContent";const kr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Header,{ref:t,...r})});kr.displayName="PanelHeader";const Ir=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Title,{ref:t,...r})});Ir.displayName="PanelTitle";const Or=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.CloseButton,{ref:t,...r})});Or.displayName="PanelCloseButton";const Mr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Drawer.Body,{ref:t,...r})});Mr.displayName="PanelBody";const Le=Sr;Le.Root=Rr;Le.Overlay=Ar;Le.Content=Lr;Le.Header=kr;Le.Title=Ir;Le.CloseButton=Or;Le.Body=Mr;Le.Stack=m.Drawer.Stack;Le.Footer=Qo;const Tl="Popover-module__dropdown___svhS6",jl="Popover-module__arrow___5A-0e",ft={dropdown:Tl,arrow:jl},Wr=function({overStyled:e=!1,withBeak:a=!0,...t}){const r=h(t,e),s={dropdown:ft.dropdown,arrow:ft.arrow},l=r.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const p=l;Object.keys(p).forEach(_=>{s[_]?s[_]=`${s[_]} ${p[_]}`:s[_]=p[_]})}const i=r.arrowSize??16,d=r.withArrow,u=a??d;return o.jsx(m.Popover,{position:"top",arrowSize:i,withArrow:u,classNames:s,...r})};Wr.displayName="Popover";const zr=function(e){return o.jsx(m.Popover.Target,{...e})};zr.displayName="PopoverTarget";const Dr=function({overStyled:e=!1,...a}){const t=h(a,e),r=t.className;return o.jsx(m.Popover.Dropdown,{className:r,...t})};Dr.displayName="PopoverDropdown";const et=Wr;et.Target=zr;et.Dropdown=Dr;const Sl="Radio-module__groupRoot___bfUii",Rl="Radio-module__root___kAjTD",Al="Radio-module__body___q2Wpj",Ll="Radio-module__inner___QaTBB",kl="Radio-module__radio___MfgN-",Il="Radio-module__icon___DWznm",Ol="Radio-module__labelWrapper___dB0Gi",Ml="Radio-module__label___vAFIP",Y={groupRoot:Sl,root:Rl,body:Al,inner:Ll,radio:kl,icon:Il,labelWrapper:Ol,label:Ml},ot=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,children:v,readOnly:w,readOnlyComponent:N,emptyValueComponent:S,value:g,defaultValue:O,...M}=e,j=h(M,t),R=j;return delete R.size,o.jsx(Ne,{className:T,style:b,controlMaxWidth:"var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",controlMinWidth:void 0,overStyled:t,labelElement:"div",formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,readOnly:w&&!!N,readOnlyComponent:N,emptyValueComponent:S,readOnlyType:"text",readOnlyValue:g!==void 0?g:O,readOnlyNativeProps:e,activeComponent:o.jsx(m.Radio.Group,{ref:a,...j,disabled:w||R.disabled,value:g,defaultValue:O,children:o.jsx("div",{className:Y.groupRoot,"data-layout":r,children:v})})})});ot.displayName="RadioGroup";const Wl=({className:n,style:e})=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",className:n,style:e,children:o.jsx("circle",{cx:"8",cy:"8",r:"5"})}),tt=c.forwardRef(function(e,a){const{overStyled:t=!1,readOnly:r,readOnlyComponent:s,disabled:l,formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,..._}=e,C=h(_,t),y=C;delete y.size,delete y.color,delete y.radius,delete y.variant,delete y.iconColor;const f={root:Y.root,body:Y.body,inner:Y.inner,radio:Y.radio,icon:Y.icon,labelWrapper:Y.labelWrapper,label:Y.label},x=y.classNames;if(x&&typeof x=="object"&&!Array.isArray(x)){const b=x;f.root=b.root?`${Y.root} ${b.root}`:Y.root,f.body=b.body?`${Y.body} ${b.body}`:Y.body,f.inner=b.inner?`${Y.inner} ${b.inner}`:Y.inner,f.radio=b.radio?`${Y.radio} ${b.radio}`:Y.radio,f.icon=b.icon?`${Y.icon} ${b.icon}`:Y.icon,f.labelWrapper=b.labelWrapper?`${Y.labelWrapper} ${b.labelWrapper}`:Y.labelWrapper,f.label=b.label?`${Y.label} ${b.label}`:Y.label}const P=y.className,$=P?`${Y.root} ${P}`:Y.root;if(r&&s){const b=!!(y.checked??y.defaultChecked),v=s,w=o.jsx(v,{...e,checked:b,label:y.label});return i?o.jsx(ze,{formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,children:w}):o.jsx(o.Fragment,{children:w})}const T=o.jsx(m.Radio,{ref:a,icon:Wl,className:$,classNames:f,disabled:r||l,...C});return i?o.jsx(ze,{formLayout:i,labelSize:d,controlMaxWidth:u,controlMinWidth:p,children:T}):T});tt.displayName="Radio";tt.Group=ot;const zl="SegmentedControl-module__root___JFRhg",Dl="SegmentedControl-module__label___mS17q",Fl="SegmentedControl-module__control___znOdQ",El="SegmentedControl-module__indicator___ZMcJy",be={root:zl,label:Dl,control:Fl,indicator:El};function Bl(n){const e={root:be.root,control:be.control,label:be.label,indicator:be.indicator},a=n.classNames;if(a&&typeof a=="object"&&!Array.isArray(a)){const s=a;e.root=s.root?`${be.root} ${s.root}`:be.root,e.control=s.control?`${be.control} ${s.control}`:be.control,e.label=s.label?`${be.label} ${s.label}`:be.label,e.indicator=s.indicator?`${be.indicator} ${s.indicator}`:be.indicator}const t=n.className;return{className:t?`${be.root} ${t}`:be.root,classNames:e}}const Fr=c.forwardRef(function({overStyled:e=!1,orientation:a="horizontal",fullWidth:t,...r},s){const l=h(r,e),i=l;delete i.disabled;const d=Bl(i);return o.jsx(m.SegmentedControl,{ref:s,className:d.className,classNames:d.classNames,orientation:a,fullWidth:t,"data-orientation":a,...l})});Fr.displayName="SegmentedControl";const Gl=Fr,Vl="Slider-module__layoutOverride___zYPun",Hl="Slider-module__sliderContainer___y8I0J",ql="Slider-module__sliderTrackWrapper___UHpVh",Ul="Slider-module__iconWrapper___uqHpC",Kl="Slider-module__sliderRoot___LI86H",Yl="Slider-module__sliderTrack___oqnlG",Zl="Slider-module__sliderBar___TI4VY",Xl="Slider-module__sliderThumb___OFn8p",Jl="Slider-module__sliderMark___1lM2B",Ql="Slider-module__sliderMarkLabel___MMZrq",ei="Slider-module__minMaxGuide___TaGqz",oi="Slider-module__rightGuideContainer___8dOT8",ti="Slider-module__currentValue___dGV2T",ri="Slider-module__inputField___6x578",ai="Slider-module__readOnlyValue___-ZzMW",E={layoutOverride:Vl,sliderContainer:Hl,sliderTrackWrapper:ql,iconWrapper:Ul,sliderRoot:Kl,sliderTrack:Yl,sliderBar:Zl,sliderThumb:Xl,sliderMark:Jl,sliderMarkLabel:Ql,minMaxGuide:ei,rightGuideContainer:oi,currentValue:ti,inputField:ri,readOnlyValue:ai},si=({value:n})=>o.jsx("div",{className:E.readOnlyValue,children:n}),Er=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,tooltipLabel:C,assistiveText:y,assistiveWithIcon:f,error:x,required:P,withAsterisk:$,id:T,className:b,style:v,disabled:w,readOnly:N,readOnlyComponent:S,emptyValueComponent:g,value:O,defaultValue:M,icon:j,showInput:R=!1,showMinMaxLabels:k=!0,min:D=0,max:L=100,step:U=1,onChange:re,onChangeEnd:G,...Q}=e,[ve,ke]=c.useState(()=>O!==void 0?O:M!==void 0?M:D),z=O!==void 0?O:ve,[ie,K]=c.useState(z.toString());c.useEffect(()=>{K(z.toString())},[z]);const ae=V=>{O===void 0&&ke(V),re==null||re(V)},fe=V=>{const Be=V.target.value;K(Be);const Ge=parseFloat(Be);if(!isNaN(Ge)){const ro=Math.max(D,Math.min(L,Ge));ae(ro)}},Ie=()=>{K(z.toString())},ye=h(Q,t),ce=ye;delete ce.size,delete ce.variant,delete ce.radius,delete ce.wrapperProps;const se={root:E.sliderRoot,track:E.sliderTrack,bar:E.sliderBar,thumb:E.sliderThumb,mark:E.sliderMark,markLabel:E.sliderMarkLabel},pe=ce.classNames;if(pe&&typeof pe=="object"&&!Array.isArray(pe)){const V=pe;se.root=V.root?`${E.sliderRoot} ${V.root}`:E.sliderRoot,se.track=V.track?`${E.sliderTrack} ${V.track}`:E.sliderTrack,se.bar=V.bar?`${E.sliderBar} ${V.bar}`:E.sliderBar,se.thumb=V.thumb?`${E.sliderThumb} ${V.thumb}`:E.sliderThumb,se.mark=V.mark?`${E.sliderMark} ${V.mark}`:E.sliderMark,se.markLabel=V.markLabel?`${E.sliderMarkLabel} ${V.markLabel}`:E.sliderMarkLabel}const Pe=b?`${E.layoutOverride} ${b}`:E.layoutOverride,to=j?o.jsx("span",{className:E.iconWrapper,"aria-hidden":!0,children:j}):null;return o.jsx(Ne,{ref:a,className:Pe,style:v,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:y,assistiveWithIcon:f,error:x,required:P,withAsterisk:$,id:T,readOnly:N,readOnlyComponent:S||si,emptyValueComponent:g,readOnlyType:"text",readOnlyValue:z,readOnlyNativeProps:{value:z},activeComponent:o.jsxs("div",{className:E.sliderContainer,"data-form-layout":r,"data-disabled":w?"true":void 0,"data-error":x?"true":void 0,children:[to,k&&o.jsx("span",{className:E.minMaxGuide,children:D}),o.jsx("div",{className:E.sliderTrackWrapper,children:o.jsx(m.Slider,{classNames:se,disabled:w,value:z,onChange:ae,onChangeEnd:G,min:D,max:L,step:U,label:C,...ye})}),o.jsxs("div",{className:E.rightGuideContainer,children:[!R&&o.jsx("span",{className:E.currentValue,children:z}),k&&o.jsx("span",{className:E.minMaxGuide,children:L})]}),R&&o.jsx("input",{type:"number",className:E.inputField,value:ie,onChange:fe,onBlur:Ie,min:D,max:L,step:U,disabled:w,"data-error":x?"true":void 0})]})})});Er.displayName="Slider";const ni="Stack-module__root___NUN-x",vo={root:ni},Br=c.forwardRef(function({children:e,gap:a="rec-default",...t},r){const s={root:vo.root},l=t.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const u=l;s.root=u.root?`${vo.root} ${u.root}`:vo.root}const i=t.className,d=i?`${vo.root} ${i}`:vo.root;return o.jsx(m.Stack,{ref:r,className:d,classNames:s,...$o({gap:a,...t}),children:e})});Br.displayName="Stack";const li=m.createPolymorphicComponent(Br),ii="Stepper-module__root___jbSYO",ci="Stepper-module__horizontal___USHT1",di="Stepper-module__steps___4HPO6",ui="Stepper-module__step___s2nqL",pi="Stepper-module__stepBody___TBvys",mi="Stepper-module__stepLabel___N6nuy",_i="Stepper-module__stepDescription___DnDAy",fi="Stepper-module__separator___pU0No",yi="Stepper-module__vertical___d4mOs",hi="Stepper-module__large___J18-y",bi="Stepper-module__small___Ub-zb",vi="Stepper-module__stepIcon___YQHNq",xi="Stepper-module__stepCompletedIcon___B9MeL",Ni="Stepper-module__verticalSeparator___frWc1",Ci="Stepper-module__content___J-h8X",_e={root:ii,horizontal:ci,steps:di,step:ui,stepBody:pi,stepLabel:mi,stepDescription:_i,separator:fi,vertical:yi,large:hi,small:bi,stepIcon:vi,stepCompletedIcon:xi,verticalSeparator:Ni,content:Ci},Gr=c.forwardRef(function(e,a){const{overStyled:t=!1,size:r="large",orientation:s="horizontal",className:l,style:i,...d}=e,u=h(d,t);return o.jsx(m.Stepper,{ref:a,orientation:s,className:`${_e.root} ${s==="horizontal"?_e.horizontal:_e.vertical} ${r==="large"?_e.large:_e.small} ${l||""}`,style:i,"data-size":r,"data-orientation":s,classNames:{steps:_e.steps,step:_e.step,stepIcon:_e.stepIcon,stepCompletedIcon:_e.stepCompletedIcon,stepBody:_e.stepBody,stepLabel:_e.stepLabel,stepDescription:_e.stepDescription,separator:_e.separator,verticalSeparator:_e.verticalSeparator,content:_e.content},...u})}),Vr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Stepper.Step,{ref:t,...r})});Vr.displayName="Stepper.Step";const wi=Object.assign(Gr,{Step:Vr,Completed:m.Stepper.Completed});Gr.displayName="Stepper";const $i="Switch-module__root___Y5Ydi",gi="Switch-module__track___7ObdZ",Pi="Switch-module__body___Sw9Wr",Ti="Switch-module__thumb___-FTeK",ji="Switch-module__labelWrapper___YSOwx",Si="Switch-module__label___LrH7V",Ri="Switch-module__thumbIconWrapper___sCY-1",Ai="Switch-module__checkIcon___ZBAQN",Li="Switch-module__closeIcon___bLLGw",ki="Switch-module__groupRoot___-Uepi",B={root:$i,track:gi,body:Pi,thumb:Ti,labelWrapper:ji,label:Si,thumbIconWrapper:Ri,checkIcon:Ai,closeIcon:Li,groupRoot:ki},rt=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,className:T,style:b,children:v,readOnly:w,readOnlyComponent:N,emptyValueComponent:S,value:g,defaultValue:O,...M}=e,j=h(M,t),R=j;return delete R.size,o.jsx(Ne,{className:T,style:b,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:t,labelElement:"div",formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,description:_,assistiveText:C,assistiveWithIcon:y,error:f,required:x,withAsterisk:P,id:$,readOnly:w&&!!N,readOnlyComponent:N,emptyValueComponent:S,readOnlyType:"text",readOnlyValue:g!==void 0?g:O,readOnlyNativeProps:e,activeComponent:o.jsx(m.Switch.Group,{ref:a,...j,disabled:w||R.disabled,value:g,defaultValue:O,children:o.jsx("div",{className:B.groupRoot,"data-layout":r,children:v})})})});rt.displayName="SwitchGroup";const at=c.forwardRef(function(e,a){const{overStyled:t=!1,readOnly:r,readOnlyComponent:s,disabled:l,thumbIcon:i,formLayout:d,labelSize:u,controlMaxWidth:p,controlMinWidth:_,...C}=e,y=h(C,t),f=y;delete f.size,delete f.color,delete f.radius,delete f.variant;const x={root:B.root,body:B.body,track:B.track,thumb:B.thumb,trackLabel:B.trackLabel,labelWrapper:B.labelWrapper,label:B.label},P=f.classNames;if(P&&typeof P=="object"&&!Array.isArray(P)){const w=P;x.root=w.root?`${B.root} ${w.root}`:B.root,x.body=w.body?`${B.body} ${w.body}`:B.body,x.track=w.track?`${B.track} ${w.track}`:B.track,x.thumb=w.thumb?`${B.thumb} ${w.thumb}`:B.thumb,x.trackLabel=w.trackLabel?`${B.trackLabel} ${w.trackLabel}`:B.trackLabel,x.labelWrapper=w.labelWrapper?`${B.labelWrapper} ${w.labelWrapper}`:B.labelWrapper,x.label=w.label?`${B.label} ${w.label}`:B.label}const $=f.className,T=$?`${B.root} ${$}`:B.root;if(r&&s){const w=!!(f.checked??f.defaultChecked),N=s,S=o.jsx(N,{...e,checked:w,label:f.label});return d?o.jsx(ze,{formLayout:d,labelSize:u,controlMaxWidth:p,controlMinWidth:_,children:S}):o.jsx(o.Fragment,{children:S})}const b=o.jsxs("div",{className:B.thumbIconWrapper,children:[o.jsx(m.CheckIcon,{className:B.checkIcon}),o.jsx(m.CloseIcon,{className:B.closeIcon})]}),v=o.jsx(m.Switch,{ref:a,className:T,classNames:x,disabled:r||l,"data-disabled":r||l||void 0,thumbIcon:i??b,...y});return d?o.jsx(ze,{formLayout:d,labelSize:u,controlMaxWidth:p,controlMinWidth:_,children:v}):v});at.displayName="Switch";at.Group=rt;const Ii="Table-module__root___aMWWS",Oi={root:Ii},Hr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s=r.className,l=Oi.root,i=s?`${l} ${s}`:l;return o.jsx(m.Table,{ref:t,className:i,...r})});Hr.displayName="Table";const qr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Thead,{ref:t,...r})});qr.displayName="TableThead";const Ur=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Tbody,{ref:t,...r})});Ur.displayName="TableTbody";const Kr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Tr,{ref:t,...r})});Kr.displayName="TableTr";const Yr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Th,{ref:t,...r})});Yr.displayName="TableTh";const Zr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Td,{ref:t,...r})});Zr.displayName="TableTd";const Xr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Tfoot,{ref:t,...r})});Xr.displayName="TableTfoot";const Jr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.Caption,{ref:t,...r})});Jr.displayName="TableCaption";const Qr=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Table.ScrollContainer,{ref:t,...r})});Qr.displayName="TableScrollContainer";const Ee=Hr;Ee.Thead=qr;Ee.Tbody=Ur;Ee.Tr=Kr;Ee.Th=Yr;Ee.Td=Zr;Ee.Tfoot=Xr;Ee.Caption=Jr;Ee.ScrollContainer=Qr;const Mi="Tabs-module__root___-VKVI",Wi="Tabs-module__list___qRVME",zi="Tabs-module__tab___IdDYc",Di="Tabs-module__panel___08i9c",To={root:Mi,list:Wi,tab:zi,panel:Di},ea=c.forwardRef(function(e,a){const{variant:t="default",orientation:r="horizontal",overStyled:s=!1,className:l,...i}=e,d=h(i,s);return o.jsx(m.Tabs,{ref:a,variant:t,orientation:r,className:`${To.root} ${l||""}`,"data-variant":t,"data-orientation":r,classNames:{list:To.list,tab:To.tab,panel:To.panel},...d})});ea.displayName="Tabs";const oa=c.forwardRef(function(e,a){const{overStyled:t=!1,...r}=e;return o.jsx(m.Tabs.List,{ref:a,...h(r,t)})});oa.displayName="Tabs.List";const ta=c.forwardRef(function(e,a){const{overStyled:t=!1,...r}=e;return o.jsx(m.Tabs.Tab,{ref:a,...h(r,t)})});ta.displayName="Tabs.Tab";const ra=c.forwardRef(function(e,a){const{overStyled:t=!1,...r}=e;return o.jsx(m.Tabs.Panel,{ref:a,...h(r,t)})});ra.displayName="Tabs.Panel";const Fi=Object.assign(ea,{List:oa,Tab:ta,Panel:ra}),aa=c.forwardRef(function({overStyled:e=!1,variant:a="body",...t},r){const s=h(t,e),l=s.className,i=`recursica_brand_typography_${a}`,d=l?`${i} ${l}`:i;return o.jsx(m.Text,{ref:r,className:d,...s})});aa.displayName="Text";const Ei=m.createPolymorphicComponent(aa),Bi="TextArea-module__layoutOverride___4MCdm",Gi="TextArea-module__root___3dyeu",Vi="TextArea-module__input___8l36v",Ke={layoutOverride:Bi,root:Gi,input:Vi},sa=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,...O}=e,M=h(O,t),j=M;delete j.size,delete j.variant,delete j.radius;const R={wrapper:Ke.root,input:Ke.input},k=j.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const L=k;R.wrapper=L.wrapper?`${Ke.root} ${L.wrapper}`:Ke.root,R.input=L.input?`${Ke.input} ${L.input}`:Ke.input}const D=$?`${Ke.layoutOverride} ${$}`:Ke.layoutOverride;return o.jsx(Ne,{className:D,style:T,controlMaxWidth:"var(--textarea-control-max-width)",controlMinWidth:"var(--textarea-control-min-width)",overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:S!==void 0?S:g,readOnlyNativeProps:e,activeComponent:o.jsx(m.Textarea,{ref:a,...M,classNames:R,disabled:b,value:S,defaultValue:g,label:void 0,description:void 0,error:!!y,required:void 0,withAsterisk:void 0})})});sa.displayName="TextArea";const Hi="TextField-module__layoutOverride___SNZqc",qi="TextField-module__root___2ZYkG",Ui="TextField-module__input___RL-My",Ki="TextField-module__section___bCIJ0",je={layoutOverride:Hi,root:qi,input:Ui,section:Ki},st=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,...O}=e,M=h(O,t),j=M;delete j.size,delete j.variant,delete j.radius;const R={wrapper:je.root,input:je.input,section:je.section},k=j.classNames;if(k&&typeof k=="object"&&!Array.isArray(k)){const L=k;R.wrapper=L.wrapper?`${je.root} ${L.wrapper}`:je.root,R.input=L.input?`${je.input} ${L.input}`:je.input,R.section=L.section?`${je.section} ${L.section}`:je.section}const D=$?`${je.layoutOverride} ${$}`:je.layoutOverride;return o.jsx(Ne,{className:D,style:T,controlMaxWidth:"var(--text-field-control-max-width)",controlMinWidth:"var(--text-field-control-min-width)",overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:S!==void 0?S:g,readOnlyNativeProps:e,activeComponent:o.jsx(m.Input,{ref:a,classNames:R,disabled:b,value:S,defaultValue:g,wrapperProps:{"data-disabled":b?"true":void 0,"data-error":y?"true":void 0},...M})})});st.displayName="TextField";const na=c.forwardRef(function(e,a){const{overStyled:t=!1,className:r,disabled:s,error:l,...i}=e,d=h(i,t),u=d;delete u.size,delete u.variant,delete u.radius;const p={wrapper:r?`${X.root} ${r}`:X.root,input:X.input,section:X.section,dropdown:X.dropdown,option:X.option};return o.jsx(m.Select,{ref:a,classNames:p,disabled:s,label:void 0,description:void 0,error:void 0,attributes:{wrapper:{"data-disabled":s?"true":void 0,"data-error":l?"true":void 0}},...d})});na.displayName="BareDropdown";const Yi="TimePicker-module__layoutOverride___zKo4Q",Zi="TimePicker-module__root___BcvRu",Xi="TimePicker-module__timeWrapper___hJVre",Ji="TimePicker-module__timeInput___FQysn",Qi="TimePicker-module__fieldsGroup___2yHhR",ec="TimePicker-module__timeField___twRZd",oc="TimePicker-module__amPmSelect___mSdvt",Ye={layoutOverride:Yi,root:Zi,timeWrapper:Xi,timeInput:Ji,fieldsGroup:Qi,timeField:ec,amPmSelect:oc},tc=[{value:"AM",label:"AM"},{value:"PM",label:"PM"}];function yt(n){if(!n)return;const e=parseInt(n.slice(0,2),10);return Number.isNaN(e)?void 0:e}function rc(n,e){return`${String(e).padStart(2,"0")}${n.slice(2)}`}function ac(n){if(!n)return;const[e,a,t]=n.split(":"),r=parseInt(e,10);if(Number.isNaN(r)||a===void 0)return n;const s=r>=12,l=r%12===0?12:r%12,i=t!==void 0?`${a}:${t}`:a;return`${l}:${i} ${s?"PM":"AM"}`}function sc(n,e){var t;const a=(t=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value"))==null?void 0:t.set;a==null||a.call(n,e),n.dispatchEvent(new Event("change",{bubbles:!0}))}const la=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,className:$,style:T,disabled:b,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,value:S,defaultValue:g,onChange:O,withSeconds:M,minTime:j,maxTime:R,...k}=e,D=h(k,t),L=D;delete L.size,delete L.variant,delete L.radius;const[U,re]=c.useState(()=>S??g);c.useEffect(()=>{S!==void 0&&re(S)},[S]);const G=c.useRef(null);c.useEffect(()=>{yt(S??g)===void 0&&G.current&&sc(G.current,"AM")},[]);const Q=ae=>{re(ae),O==null||O(ae)},ve=yt(U),ke=ve!==void 0&&ve>=12,z=ae=>{Q(ae)},ie=ae=>{if(ve===void 0||!U||!ae)return;const fe=ae==="PM";if(fe===ke)return;const Ie=fe?ve+12:ve-12;Q(rc(U,Ie))},K=$?`${Ye.layoutOverride} ${$}`:Ye.layoutOverride;return o.jsx(Ne,{className:K,style:T,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:t,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,onLabelEditClick:u,label:p,assistiveText:_,assistiveWithIcon:C,error:y,required:f,withAsterisk:x,id:P,readOnly:v,readOnlyComponent:w,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:ac(S!==void 0?S:g),readOnlyNativeProps:e,activeComponent:o.jsxs("div",{className:Ye.root,"data-disabled":b?"true":void 0,"data-error":y?"true":void 0,children:[o.jsx(xt.TimePicker,{ref:a,classNames:{wrapper:Ye.timeWrapper,input:Ye.timeInput,fieldsGroup:Ye.fieldsGroup,field:Ye.timeField},disabled:b,value:U,onChange:z,format:"12h",withSeconds:M,min:j,max:R,withDropdown:!1,amPmRef:G,...D}),o.jsx(na,{overStyled:!0,className:Ye.amPmSelect,styles:{wrapper:{width:"fit-content"}},data:tc,value:ke?"PM":"AM",onChange:ie,disabled:b,error:!!y,"aria-label":"AM or PM"})]})})});la.displayName="TimePicker";const nc="Timeline-module__root___LwRdZ",lc="Timeline-module__item___T5xdQ",ic="Timeline-module__itemBody___XAV-E",cc="Timeline-module__itemBullet___rPXCy",dc="Timeline-module__itemTitle___GgRRW",uc="Timeline-module__itemContent___vurs-",pc="Timeline-module__description___f9sxV",mc="Timeline-module__timestamp___owiRu",Ze={root:nc,item:lc,itemBody:ic,itemBullet:cc,itemTitle:dc,itemContent:uc,description:pc,timestamp:mc},nt=c.forwardRef(function({overStyled:e=!1,timestamp:a,bulletVariant:t="default",children:r,...s},l){const i=h(s,e),d={item:Ze.item,itemBody:Ze.itemBody,itemContent:Ze.itemContent,itemBullet:Ze.itemBullet,itemTitle:Ze.itemTitle},u=i.classNames;if(u&&typeof u=="object"&&!Array.isArray(u)){const _=u;Object.keys(_).forEach(C=>{d[C]?d[C]=`${d[C]} ${_[C]}`:d[C]=_[C]})}const p=a?o.jsxs(o.Fragment,{children:[r&&o.jsx("div",{className:Ze.description,children:r}),o.jsx("div",{className:Ze.timestamp,children:a})]}):r;return o.jsx(m.TimelineItem,{ref:l,classNames:d,"data-variant":t,...i,children:p})});nt.displayName="TimelineItem";const ia=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e),s={root:Ze.root},l=r.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const i=l;Object.keys(i).forEach(d=>{s[d]?s[d]=`${s[d]} ${i[d]}`:s[d]=i[d]})}return o.jsx(m.Timeline,{ref:t,classNames:s,...r})});ia.displayName="Timeline";const ca=ia;ca.Item=nt;const da=c.forwardRef(function({overStyled:e=!1,order:a=1,...t},r){const s=h(t,e),l=s.className,i=`recursica_brand_typography_h${a}`,d=l?`${i} ${l}`:i;return o.jsx(m.Title,{ref:r,order:a,className:d,...s})});da.displayName="Title";const _c="Toast-module__root___MUvfI",fc="Toast-module__icon___VwvE1",yc="Toast-module__loader___8Gxd-",hc="Toast-module__title___-H6R2",bc="Toast-module__description___-QwfC",vc="Toast-module__closeButton___vGr7g",xc="Toast-module__body___VLkXA",co={root:_c,icon:fc,loader:yc,title:hc,description:bc,closeButton:vc,body:xc},ua=c.forwardRef(function({overStyled:e=!1,variant:a="default",withCloseButton:t=!0,...r},s){const l=h(r,e),i={root:co.root,body:co.body,title:co.title,description:co.description,closeButton:co.closeButton,icon:co.icon,loader:co.loader},d=l.classNames;if(d&&typeof d=="object"&&!Array.isArray(d)){const u=d;Object.keys(u).forEach(p=>{i[p]?i[p]=`${i[p]} ${u[p]}`:i[p]=u[p]})}return o.jsx(m.Notification,{ref:s,withCloseButton:t,withBorder:!1,"data-variant":a,classNames:i,loading:!1,...l})});ua.displayName="Toast";const Nc="Tooltip-module__tooltip___UA7H9",Cc="Tooltip-module__arrow___4zROk",ht={tooltip:Nc,arrow:Cc},pa=function({overStyled:e=!1,withBeak:a=!0,...t}){const r=h(t,e),s={tooltip:ht.tooltip,arrow:ht.arrow},l=r.classNames;if(l&&typeof l=="object"&&!Array.isArray(l)){const p=l;Object.keys(p).forEach(_=>{s[_]?s[_]=`${s[_]} ${p[_]}`:s[_]=p[_]})}const i=r.arrowSize??16,d=r.withArrow,u=a??d;return o.jsx(m.Tooltip,{position:"top",multiline:!0,arrowSize:i,withArrow:u,classNames:s,...r})};pa.displayName="Tooltip";const ma=c.forwardRef(function({overStyled:e=!1,...a},t){const r=h(a,e);return o.jsx(m.Tooltip.Floating,{ref:t,...r})});ma.displayName="TooltipFloating";const lt=pa;lt.Floating=ma;lt.Group=m.Tooltip.Group;const wc="TransferList-module__layoutOverride___nkb32",$c="TransferList-module__root___ikjI7",gc="TransferList-module__panes___dtwkW",Pc="TransferList-module__pane___hy-kC",Tc="TransferList-module__paneHeader___HZrKX",jc="TransferList-module__paneSearch___Xji-g",Sc="TransferList-module__paneList___v0rcJ",Rc="TransferList-module__emptyState___azPw-",Ac="TransferList-module__transferColumn___3R2Ki",Lc="TransferList-module__chevron___l-KdI",ge={layoutOverride:wc,root:$c,panes:gc,pane:Pc,paneHeader:Tc,paneSearch:jc,paneList:Sc,emptyState:Rc,transferColumn:Ac,chevron:Lc};function bt({direction:n}){return o.jsx("svg",{className:ge.chevron,"data-direction":n,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:o.jsx("path",{d:"M6 3l5 5-5 5"})})}function vt({direction:n}){return o.jsx("svg",{className:ge.chevron,"data-direction":n,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:o.jsx("path",{d:"M3 3l5 5-5 5M9 3l5 5-5 5"})})}function kc(n){const e={},a=[];return n.forEach(t=>{var r;t.group?(e[r=t.group]??(e[r]=[])).push(t):a.push(t)}),{groups:e,ungrouped:a}}const _a=c.forwardRef(function(e,a){const{overStyled:t=!1,formLayout:r="stacked",labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,description:y,helperText:f,assistiveWithIcon:x,error:P,required:$,id:T,readOnly:b,readOnlyComponent:v,emptyValueComponent:w,data:N,defaultData:S,onChange:g,sourceLabel:O="Available",targetLabel:M="Selected",searchable:j=!0,searchPlaceholder:R="Filter items...",disabled:k=!1,className:D,style:L,...U}=e,re=h(U,t),G=c.useId(),Q=T||`recursica-transfer-list-${G}`,[ve,ke]=c.useState(()=>S??N??[[],[]]),z=N!==void 0?N:ve,ie=c.useCallback(F=>{N===void 0&&ke(F),g==null||g(F)},[N,g]),[K,ae]=c.useState(""),[fe,Ie]=c.useState(""),[ye,ce]=c.useState(()=>new Set),[se,pe]=c.useState(()=>new Set),Pe=c.useMemo(()=>{if(!K)return z[0];const F=K.toLowerCase();return z[0].filter(J=>J.label.toLowerCase().includes(F))},[z,K]),to=c.useMemo(()=>{if(!fe)return z[1];const F=fe.toLowerCase();return z[1].filter(J=>J.label.toLowerCase().includes(F))},[z,fe]),V=c.useCallback(()=>{if(ye.size===0)return;const F=z[0].filter(H=>!ye.has(H.value)),J=z[0].filter(H=>ye.has(H.value));ce(new Set),ie([F,[...z[1],...J]])},[z,ye,ie]),Be=c.useCallback(()=>{if(se.size===0)return;const F=z[1].filter(H=>!se.has(H.value)),J=z[1].filter(H=>se.has(H.value));pe(new Set),ie([[...z[0],...J],F])},[z,se,ie]),Ge=c.useCallback(()=>{z[0].length!==0&&(ce(new Set),ie([[],[...z[1],...z[0]]]))},[z,ie]),ro=c.useCallback(()=>{z[1].length!==0&&(pe(new Set),ie([[...z[0],...z[1]],[]]))},[z,ie]),Ve=c.useCallback(F=>{ce(J=>{const H=new Set(J);return H.has(F)?H.delete(F):H.add(F),H})},[]),ao=c.useCallback(F=>{pe(J=>{const H=new Set(J);return H.has(F)?H.delete(F):H.add(F),H})},[]),He=(F,J,H,W,Z,ne,he,so)=>{const{groups:A,ungrouped:oe}=kc(H),ee=Object.keys(A).sort(),xe=Z.size>0?`${Z.size} / ${W.length}`:`${W.length}`;return o.jsxs("div",{className:ge.pane,"data-pane":F,children:[o.jsxs("div",{className:ge.paneHeader,children:[o.jsx("span",{children:J}),o.jsx(jt,{children:xe})]}),j&&o.jsx("div",{className:ge.paneSearch,children:o.jsx(st,{value:he,onChange:le=>so(le.currentTarget.value),placeholder:R,disabled:k,"aria-label":`Filter ${J.toLowerCase()}`})}),o.jsxs("div",{className:ge.paneList,children:[H.length===0&&o.jsx("div",{className:ge.emptyState,children:"No items"}),oe.length>0&&o.jsx(No,{children:oe.map(le=>o.jsx(Co,{id:`${Q}-${F}-${le.value}`,label:le.label,checked:Z.has(le.value),onChange:()=>ne(le.value),disabled:k},le.value))}),ee.map(le=>o.jsx(No,{label:le,labelSize:"small",children:A[le].map(Ce=>o.jsx(Co,{id:`${Q}-${F}-${Ce.value}`,label:Ce.label,checked:Z.has(Ce.value),onChange:()=>ne(Ce.value),disabled:k},Ce.value))},le))]})]})},po=D?`${ge.layoutOverride} ${D}`:ge.layoutOverride;return o.jsx(Ne,{ref:a,formLayout:r,labelSize:s,labelAlignment:l,labelOptionalText:i,labelWithEditIcon:d,labelActionArea:u,onLabelEditClick:p,label:_,assistiveText:C,description:y,helperText:f,assistiveWithIcon:x,error:P,required:$,id:Q,className:po,style:L,overStyled:t,readOnly:b,readOnlyComponent:v,emptyValueComponent:w,readOnlyType:"text",readOnlyValue:z[1].map(F=>F.label),readOnlyNativeProps:e,activeComponent:o.jsx("div",{className:ge.root,"data-disabled":k?"true":void 0,"data-error":P?"true":void 0,...re,children:o.jsxs("div",{className:ge.panes,children:[He("source",O,Pe,z[0],ye,Ve,K,ae),o.jsxs("div",{className:ge.transferColumn,children:[o.jsx(Qe,{variant:"outline",size:"small",icon:o.jsx(vt,{direction:"right"}),"aria-label":`Move all to ${M}`,disabled:k||z[0].length===0,onClick:Ge}),o.jsx(Qe,{variant:"outline",size:"small",icon:o.jsx(bt,{direction:"right"}),"aria-label":`Move selected to ${M}`,disabled:k||ye.size===0,onClick:V}),o.jsx(Qe,{variant:"outline",size:"small",icon:o.jsx(bt,{direction:"left"}),"aria-label":`Move selected to ${O}`,disabled:k||se.size===0,onClick:Be}),o.jsx(Qe,{variant:"outline",size:"small",icon:o.jsx(vt,{direction:"left"}),"aria-label":`Move all to ${O}`,disabled:k||z[1].length===0,onClick:ro})]}),He("target",M,to,z[1],se,ao,fe,Ie)]})})})});_a.displayName="TransferList";const Ic="Tree-module__root___ANcH3",Oc="Tree-module__subtree___KoLT8",Mc="Tree-module__node___Hvnjg",Wc="Tree-module__row___sq5ff",zc="Tree-module__label___zJDit",Dc="Tree-module__expandButton___W0WTT",Fc="Tree-module__expandGlyph___w8dDQ",eo={root:Ic,subtree:Oc,node:Mc,row:Wc,label:zc,expandButton:Dc,expandGlyph:Fc};function Ec(){return o.jsx("svg",{className:eo.expandGlyph,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:o.jsx("path",{d:"M5 3l5 5-5 5"})})}function Bc(n){return function({node:a,hasChildren:t,expanded:r,selected:s,tree:l,elementProps:i}){return o.jsxs("div",{...i,className:eo.row,"data-has-children":t||void 0,"data-expanded":t&&r?!0:void 0,children:[o.jsx(Qe,{overStyled:!0,variant:"text",size:"small",icon:o.jsx(Ec,{}),"aria-label":"Toggle subtree","aria-hidden":"true",tabIndex:-1,className:eo.expandButton,onClick:d=>{d.stopPropagation(),!n&&l.toggleExpanded(a.value)}}),o.jsx("span",{className:eo.label,"data-selected":s||void 0,children:a.label})]})}}const fa=c.forwardRef(function({overStyled:e=!1,data:a,initialExpandedValues:t,initialSelectedValues:r,multiple:s=!1,disabled:l=!1,onNodeExpand:i,onNodeCollapse:d,onSelectedChange:u,...p},_){const C=h(p,e),y=m.useTree({initialExpandedState:t?m.getTreeExpandedState(a,t):void 0,initialSelectedState:r,multiple:s,onNodeExpand:i,onNodeCollapse:d});c.useEffect(()=>{u==null||u(y.selectedState)},[y.selectedState,u]);const f=c.useRef(null);c.useEffect(()=>{const T=f.current;if(!T)return;const b=v=>{if(l||v.key!=="Enter"&&v.key!==" ")return;const w=v.target.closest('[role="treeitem"]'),N=w==null?void 0:w.dataset.value;N&&(v.preventDefault(),y.select(N))};return T.addEventListener("keydown",b),()=>T.removeEventListener("keydown",b)},[y.select,l]),c.useEffect(()=>{const T=f.current;if(!T||!l)return;const b=v=>{v.preventDefault(),v.stopPropagation()};return T.addEventListener("keydown",b,{capture:!0}),()=>T.removeEventListener("keydown",b,{capture:!0})},[l]);const x=ha.useMergedRef(_,f),P=C.className,$=P?`${eo.root} ${P}`:eo.root;return o.jsx(m.Tree,{ref:x,data:a,tree:y,expandOnClick:!1,selectOnClick:!l,expandOnSpace:!1,renderNode:Bc(l),"data-disabled":l||void 0,classNames:{root:$,node:eo.node,subtree:eo.subtree},...C})});fa.displayName="Tree";const Gc=Sn,Vc=qt,Hc=Ht,qc=Ut,Uc=li,Kc=Wt,Yc=Dn,Zc=Ei,Xc=I(Io),Jc=I(Bo),Qc=I(Lo),ed=I(ko),od=I(Ro),td=I(gt),rd=I(us),ad=I(jt),sd=I(St),nd=I(Qe),ld=I(js),id=I(Co),cd=I(No),dd=I(wo),ud=I(zt),pd=I(Dt),md=I(Ft),_d=I(Et),fd=I(ze),yd=I(Zo),hd=I(Yo),bd=I(Go),vd=I(uo),xd=I(Fe),Nd=I(fr),Cd=I(Ae),wd=I(Le),$d=I(Qo),gd=I(et),Pd=I(tt),Td=I(ot),jd=I(Ko),Sd=I(Gl),Rd=I(Er),Ad=I(wi),Ld=I(at),kd=I(rt),Id=I(Ee),Od=I(Fi),Md=I(sa),Wd=I(st),zd=I(la),Dd=I(ca),Fd=I(nt),Ed=I(da),Bd=I(ua),Gd=I(lt),Vd=I(_a),Hd=I(fa);exports.Accordion=Xc;exports.AccordionControl=Qc;exports.AccordionItem=Jc;exports.AccordionPanel=ed;exports.AssistiveElement=od;exports.AutoComplete=td;exports.Avatar=rd;exports.Badge=ad;exports.Breadcrumb=sd;exports.Button=nd;exports.Card=ld;exports.Checkbox=id;exports.CheckboxGroup=cd;exports.Chip=dd;exports.Container=Kc;exports.DatePicker=ud;exports.Dropdown=pd;exports.EmptyValueRenderer=xo;exports.FileInput=md;exports.FileUpload=_d;exports.Flex=Gc;exports.FormControlLayout=fd;exports.Grid=Vc;exports.GridCol=Hc;exports.Group=qc;exports.HoverCard=yd;exports.IS_DEV=oo;exports.Label=bd;exports.Layer=Vo;exports.Link=Yc;exports.Loader=hd;exports.Menu=vd;exports.Modal=xd;exports.NumberInput=Nd;exports.Pagination=Cd;exports.Panel=wd;exports.PanelFooter=$d;exports.Popover=gd;exports.RECURSICA_COMPONENTS=Za;exports.Radio=Pd;exports.RadioGroup=Td;exports.ReadOnlyField=jd;exports.RecursicaThemeProvider=Ya;exports.SegmentedControl=Sd;exports.Slider=Rd;exports.Stack=Uc;exports.Stepper=Ad;exports.Switch=Ld;exports.SwitchGroup=kd;exports.Table=Id;exports.Tabs=Od;exports.Text=Zc;exports.TextArea=Md;exports.TextField=Wd;exports.TimePicker=zd;exports.Timeline=Dd;exports.TimelineItem=Fd;exports.Title=Ed;exports.Toast=Bd;exports.Tooltip=Gd;exports.TransferList=Vd;exports.Tree=Hd;exports.copyToClipboard=Xa;exports.fileMatchesAccept=Uo;exports.injectOverStyledStyles=Ho;exports.isGlobalOverStyledActive=Ka;exports.registerOverStyledConsoleCommand=qo;exports.toggleGlobalOverStyled=wt;exports.useGlobalOverStyled=$t;exports.wrapComponent=I;
|
|
12
12
|
//# sourceMappingURL=mantine-adapter.cjs.map
|