@ceed/ads 0.1.36-0 → 0.1.36-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"react";import
|
|
1
|
+
import r from"react";import f from"react-markdown";import{Divider as c}from"../Divider/index.js";import{Typography as t}from"../Typography/index.js";import{Link as g}from"@mui/joy";import{rehypeAccent as T}from"../../libs/rehype-accent/index.js";const y=h=>{const{color:e,textColor:p,defaultLevel:n="body-md",accentColor:m="danger.500",defaultLinkAction:a="_self",markdownOptions:i,content:s,...d}=h;return r.createElement(t,{component:"div",color:e,textColor:p,level:n,...d},r.createElement(f,{...i,children:s,rehypePlugins:[[T,{accentColor:m}]],components:{h1:({children:o})=>r.createElement(t,{color:e,textColor:p,level:"h1"},o),h2:({children:o})=>r.createElement(t,{color:e,textColor:p,level:"h2"},o),h3:({children:o})=>r.createElement(t,{color:e,textColor:p,level:"h3"},o),h4:({children:o})=>r.createElement(t,{color:e,textColor:p,level:"h4"},o),p:({children:o,node:l})=>r.createElement(t,{color:e,textColor:p,level:n,...l?.properties},o),a:({children:o,href:l})=>r.createElement(g,{href:l,target:a},o),hr:()=>r.createElement(c,null),...i?.components}}))};y.displayName="Markdown";export{y as Markdown};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Accordion, AccordionDetails, Accordions, AccordionSummary, } from "./Accordions/index.js";
|
|
2
|
-
export { Alert } from "./Alert";
|
|
2
|
+
export { Alert } from "./Alert/index.js";
|
|
3
3
|
export { Autocomplete } from "./Autocomplete/index.js";
|
|
4
4
|
export { Box } from "./Box/index.js";
|
|
5
5
|
export { Breadcrumbs } from "./Breadcrumbs/index.js";
|
|
@@ -7,7 +7,7 @@ export { Button } from "./Button/index.js";
|
|
|
7
7
|
export { Calendar } from "./Calendar/index.js";
|
|
8
8
|
export { Card, CardActions, CardContent, CardCover, CardOverflow, } from "./Card/index.js";
|
|
9
9
|
export { Checkbox } from "./Checkbox/index.js";
|
|
10
|
-
export { Chip } from "./Chip";
|
|
10
|
+
export { Chip } from "./Chip/index.js";
|
|
11
11
|
export { Container } from "./Container/index.js";
|
|
12
12
|
export { CurrencyInput } from "./CurrencyInput";
|
|
13
13
|
export { DataTable } from "./DataTable/index.js";
|
|
@@ -20,24 +20,24 @@ export { DialogFrame } from "./DialogFrame/index.js";
|
|
|
20
20
|
export { Divider } from "./Divider/index.js";
|
|
21
21
|
export { InsetDrawer } from "./InsetDrawer/index.js";
|
|
22
22
|
export { Dropdown } from "./Dropdown/index.js";
|
|
23
|
-
export { Uploader } from "./Uploader";
|
|
23
|
+
export { Uploader } from "./Uploader/index.js";
|
|
24
24
|
export { FormControl } from "./FormControl/index.js";
|
|
25
25
|
export { FormHelperText } from "./FormHelperText/index.js";
|
|
26
26
|
export { FormLabel } from "./FormLabel/index.js";
|
|
27
27
|
export { Grid } from "./Grid/index.js";
|
|
28
28
|
export { IconButton } from "./IconButton/index.js";
|
|
29
29
|
export { Input } from "./Input/index.js";
|
|
30
|
-
export { Markdown } from "./Markdown";
|
|
30
|
+
export { Markdown } from "./Markdown/index.js";
|
|
31
31
|
export { Menu, MenuButton, MenuItem } from "./Menu/index.js";
|
|
32
32
|
export { Modal, ModalClose, ModalDialog, ModalOverflow, ModalFrame, } from "./Modal/index.js";
|
|
33
|
-
export { MonthPicker } from "./MonthPicker";
|
|
33
|
+
export { MonthPicker } from "./MonthPicker/index.js";
|
|
34
34
|
export { MonthRangePicker } from "./MonthRangePicker/index.js";
|
|
35
35
|
export { Radio, RadioGroup } from "./Radio/index.js";
|
|
36
36
|
export { RadioList } from "./RadioList/index.js";
|
|
37
37
|
export { Select, Option } from "./Select/index.js";
|
|
38
38
|
export { Sheet } from "./Sheet/index.js";
|
|
39
39
|
export { Stack } from "./Stack/index.js";
|
|
40
|
-
export { Step, StepIndicator, Stepper } from "./Stepper";
|
|
40
|
+
export { Step, StepIndicator, Stepper } from "./Stepper/index.js";
|
|
41
41
|
export { Switch } from "./Switch/index.js";
|
|
42
42
|
export { Table, TableHead, TableBody } from "./Table/index.js";
|
|
43
43
|
export { Tabs, Tab, TabList, TabPanel } from "./Tabs/index.js";
|
package/dist/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Accordion as e,AccordionDetails as t,Accordions as p,AccordionSummary as m}from"./Accordions/index.js";import{Alert as x}from"./Alert";import{Autocomplete as n}from"./Autocomplete/index.js";import{Box as l}from"./Box/index.js";import{Breadcrumbs as c}from"./Breadcrumbs/index.js";import{Button as T}from"./Button/index.js";import{Calendar as u}from"./Calendar/index.js";import{Card as b,CardActions as M,CardContent as g,CardCover as h,CardOverflow as A}from"./Card/index.js";import{Checkbox as k}from"./Checkbox/index.js";import{Chip as w}from"./Chip";import{Container as P}from"./Container/index.js";import{CurrencyInput as y}from"./CurrencyInput";import{DataTable as R}from"./DataTable/index.js";import{DatePicker as O}from"./DatePicker/index.js";import{DateRangePicker as H}from"./DateRangePicker/index.js";import{DialogActions as j}from"./DialogActions/index.js";import{DialogContent as z}from"./DialogContent/index.js";import{DialogTitle as J}from"./DialogTitle/index.js";import{DialogFrame as N}from"./DialogFrame/index.js";import{Divider as V}from"./Divider/index.js";import{InsetDrawer as X}from"./InsetDrawer/index.js";import{Dropdown as Z}from"./Dropdown/index.js";import{Uploader as $}from"./Uploader";import{FormControl as ro}from"./FormControl/index.js";import{FormHelperText as to}from"./FormHelperText/index.js";import{FormLabel as mo}from"./FormLabel/index.js";import{Grid as xo}from"./Grid/index.js";import{IconButton as no}from"./IconButton/index.js";import{Input as lo}from"./Input/index.js";import{Markdown as Co}from"./Markdown";import{Menu as so,MenuButton as uo,MenuItem as Do}from"./Menu/index.js";import{Modal as Mo,ModalClose as go,ModalDialog as ho,ModalOverflow as Ao,ModalFrame as So}from"./Modal/index.js";import{MonthPicker as Bo}from"./MonthPicker";import{MonthRangePicker as Io}from"./MonthRangePicker/index.js";import{Radio as vo,RadioGroup as yo}from"./Radio/index.js";import{RadioList as Ro}from"./RadioList/index.js";import{Select as Oo,Option as Go}from"./Select/index.js";import{Sheet as Uo}from"./Sheet/index.js";import{Stack as qo}from"./Stack/index.js";import{Step as Eo,StepIndicator as Jo,Stepper as Ko}from"./Stepper";import{Switch as Qo}from"./Switch/index.js";import{Table as Wo,TableHead as Xo,TableBody as Yo}from"./Table/index.js";import{Tabs as _o,Tab as $o,TabList as or,TabPanel as rr}from"./Tabs/index.js";import{Textarea as tr}from"./Textarea/index.js";import{ThemeProvider as mr,CssBaseline as ar}from"./ThemeProvider/index.js";import{Tooltip as fr}from"./Tooltip/index.js";import{Typography as ir}from"./Typography/index.js";export{e as Accordion,t as AccordionDetails,m as AccordionSummary,p as Accordions,x as Alert,n as Autocomplete,l as Box,c as Breadcrumbs,T as Button,u as Calendar,b as Card,M as CardActions,g as CardContent,h as CardCover,A as CardOverflow,k as Checkbox,w as Chip,P as Container,ar as CssBaseline,y as CurrencyInput,R as DataTable,O as DatePicker,H as DateRangePicker,j as DialogActions,z as DialogContent,N as DialogFrame,J as DialogTitle,V as Divider,Z as Dropdown,ro as FormControl,to as FormHelperText,mo as FormLabel,xo as Grid,no as IconButton,lo as Input,X as InsetDrawer,Co as Markdown,so as Menu,uo as MenuButton,Do as MenuItem,Mo as Modal,go as ModalClose,ho as ModalDialog,So as ModalFrame,Ao as ModalOverflow,Bo as MonthPicker,Io as MonthRangePicker,Go as Option,vo as Radio,yo as RadioGroup,Ro as RadioList,Oo as Select,Uo as Sheet,qo as Stack,Eo as Step,Jo as StepIndicator,Ko as Stepper,Qo as Switch,$o as Tab,or as TabList,rr as TabPanel,Wo as Table,Yo as TableBody,Xo as TableHead,_o as Tabs,tr as Textarea,mr as ThemeProvider,fr as Tooltip,ir as Typography,$ as Uploader};
|
|
1
|
+
import{Accordion as e,AccordionDetails as t,Accordions as p,AccordionSummary as m}from"./Accordions/index.js";import{Alert as x}from"./Alert/index.js";import{Autocomplete as n}from"./Autocomplete/index.js";import{Box as l}from"./Box/index.js";import{Breadcrumbs as c}from"./Breadcrumbs/index.js";import{Button as T}from"./Button/index.js";import{Calendar as u}from"./Calendar/index.js";import{Card as b,CardActions as M,CardContent as g,CardCover as h,CardOverflow as A}from"./Card/index.js";import{Checkbox as k}from"./Checkbox/index.js";import{Chip as w}from"./Chip/index.js";import{Container as P}from"./Container/index.js";import{CurrencyInput as y}from"./CurrencyInput";import{DataTable as R}from"./DataTable/index.js";import{DatePicker as O}from"./DatePicker/index.js";import{DateRangePicker as H}from"./DateRangePicker/index.js";import{DialogActions as j}from"./DialogActions/index.js";import{DialogContent as z}from"./DialogContent/index.js";import{DialogTitle as J}from"./DialogTitle/index.js";import{DialogFrame as N}from"./DialogFrame/index.js";import{Divider as V}from"./Divider/index.js";import{InsetDrawer as X}from"./InsetDrawer/index.js";import{Dropdown as Z}from"./Dropdown/index.js";import{Uploader as $}from"./Uploader/index.js";import{FormControl as ro}from"./FormControl/index.js";import{FormHelperText as to}from"./FormHelperText/index.js";import{FormLabel as mo}from"./FormLabel/index.js";import{Grid as xo}from"./Grid/index.js";import{IconButton as no}from"./IconButton/index.js";import{Input as lo}from"./Input/index.js";import{Markdown as Co}from"./Markdown/index.js";import{Menu as so,MenuButton as uo,MenuItem as Do}from"./Menu/index.js";import{Modal as Mo,ModalClose as go,ModalDialog as ho,ModalOverflow as Ao,ModalFrame as So}from"./Modal/index.js";import{MonthPicker as Bo}from"./MonthPicker/index.js";import{MonthRangePicker as Io}from"./MonthRangePicker/index.js";import{Radio as vo,RadioGroup as yo}from"./Radio/index.js";import{RadioList as Ro}from"./RadioList/index.js";import{Select as Oo,Option as Go}from"./Select/index.js";import{Sheet as Uo}from"./Sheet/index.js";import{Stack as qo}from"./Stack/index.js";import{Step as Eo,StepIndicator as Jo,Stepper as Ko}from"./Stepper/index.js";import{Switch as Qo}from"./Switch/index.js";import{Table as Wo,TableHead as Xo,TableBody as Yo}from"./Table/index.js";import{Tabs as _o,Tab as $o,TabList as or,TabPanel as rr}from"./Tabs/index.js";import{Textarea as tr}from"./Textarea/index.js";import{ThemeProvider as mr,CssBaseline as ar}from"./ThemeProvider/index.js";import{Tooltip as fr}from"./Tooltip/index.js";import{Typography as ir}from"./Typography/index.js";export{e as Accordion,t as AccordionDetails,m as AccordionSummary,p as Accordions,x as Alert,n as Autocomplete,l as Box,c as Breadcrumbs,T as Button,u as Calendar,b as Card,M as CardActions,g as CardContent,h as CardCover,A as CardOverflow,k as Checkbox,w as Chip,P as Container,ar as CssBaseline,y as CurrencyInput,R as DataTable,O as DatePicker,H as DateRangePicker,j as DialogActions,z as DialogContent,N as DialogFrame,J as DialogTitle,V as Divider,Z as Dropdown,ro as FormControl,to as FormHelperText,mo as FormLabel,xo as Grid,no as IconButton,lo as Input,X as InsetDrawer,Co as Markdown,so as Menu,uo as MenuButton,Do as MenuItem,Mo as Modal,go as ModalClose,ho as ModalDialog,So as ModalFrame,Ao as ModalOverflow,Bo as MonthPicker,Io as MonthRangePicker,Go as Option,vo as Radio,yo as RadioGroup,Ro as RadioList,Oo as Select,Uo as Sheet,qo as Stack,Eo as Step,Jo as StepIndicator,Ko as Stepper,Qo as Switch,$o as Tab,or as TabList,rr as TabPanel,Wo as Table,Yo as TableBody,Xo as TableHead,_o as Tabs,tr as Textarea,mr as ThemeProvider,fr as Tooltip,ir as Typography,$ as Uploader};
|
package/framer/index.js
CHANGED
|
@@ -140,7 +140,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
140
140
|
`}),r.push(e[o]);return t&&e.length>0&&r.push({type:"text",value:`
|
|
141
141
|
`}),r}function KD(e){let t=0,r=e.charCodeAt(t);for(;r===9||r===32;)t++,r=e.charCodeAt(t);return e.slice(t)}function rg(e,t){let r=YD(e,t),o=r.one(e,void 0),n=JD(r),a=Array.isArray(o)?{type:"root",children:o}:o||{type:"root",children:[]};return n&&("children"in a,a.children.push({type:"text",value:`
|
|
142
142
|
`},n)),a}function og(e,t){return e&&"run"in e?async function(r,o){let n=rg(r,V({file:o},t));await e.run(n,o)}:function(r,o){return rg(r,V({file:o},t||e))}}function x0(e){if(e)throw e}var ig=lo(aA(),1);function rd(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function T0(){let e=[],t={run:r,use:o};return t;function r(...n){let a=-1,i=n.pop();if(typeof i!="function")throw new TypeError("Expected function as last argument, not "+i);s(null,...n);function s(l,...p){let c=e[++a],u=-1;if(l){i(l);return}for(;++u<n.length;)(p[u]===null||p[u]===void 0)&&(p[u]=n[u]);n=p,c?iA(c,s)(...p):i(null,...p)}}function o(n){if(typeof n!="function")throw new TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function iA(e,t){let r;return o;function o(...i){let s=e.length>i.length,l;s&&i.push(n);try{l=e.apply(this,i)}catch(p){let c=p;if(s&&r)throw c;return n(c)}s||(l&&l.then&&typeof l.then=="function"?l.then(a,n):l instanceof Error?n(l):a(l))}function n(i,...s){r||(r=!0,t(i,...s))}function a(i){n(null,i)}}var vn={basename:Yq,dirname:Xq,extname:Zq,join:Qq,sep:"/"};function Yq(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');od(e);let r=0,o=-1,n=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;n--;)if(e.codePointAt(n)===47){if(a){r=n+1;break}}else o<0&&(a=!0,o=n+1);return o<0?"":e.slice(r,o)}if(t===e)return"";let i=-1,s=t.length-1;for(;n--;)if(e.codePointAt(n)===47){if(a){r=n+1;break}}else i<0&&(a=!0,i=n+1),s>-1&&(e.codePointAt(n)===t.codePointAt(s--)?s<0&&(o=n):(s=-1,o=i));return r===o?o=i:o<0&&(o=e.length),e.slice(r,o)}function Xq(e){if(od(e),e.length===0)return".";let t=-1,r=e.length,o;for(;--r;)if(e.codePointAt(r)===47){if(o){t=r;break}}else o||(o=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function Zq(e){od(e);let t=e.length,r=-1,o=0,n=-1,a=0,i;for(;t--;){let s=e.codePointAt(t);if(s===47){if(i){o=t+1;break}continue}r<0&&(i=!0,r=t+1),s===46?n<0?n=t:a!==1&&(a=1):n>-1&&(a=-1)}return n<0||r<0||a===0||a===1&&n===r-1&&n===o+1?"":e.slice(n,r)}function Qq(...e){let t=-1,r;for(;++t<e.length;)od(e[t]),e[t]&&(r=r===void 0?e[t]:r+"/"+e[t]);return r===void 0?".":eK(r)}function eK(e){od(e);let t=e.codePointAt(0)===47,r=tK(e,!t);return r.length===0&&!t&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),t?"/"+r:r}function tK(e,t){let r="",o=0,n=-1,a=0,i=-1,s,l;for(;++i<=e.length;){if(i<e.length)s=e.codePointAt(i);else{if(s===47)break;s=47}if(s===47){if(!(n===i-1||a===1))if(n!==i-1&&a===2){if(r.length<2||o!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(l=r.lastIndexOf("/"),l!==r.length-1){l<0?(r="",o=0):(r=r.slice(0,l),o=r.length-1-r.lastIndexOf("/")),n=i,a=0;continue}}else if(r.length>0){r="",o=0,n=i,a=0;continue}}t&&(r=r.length>0?r+"/..":"..",o=2)}else r.length>0?r+="/"+e.slice(n+1,i):r=e.slice(n+1,i),o=i-n-1;n=i,a=0}else s===46&&a>-1?a++:a=-1}return r}function od(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}var sA={cwd:rK};function rK(){return"/"}function Pp(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function lA(e){if(typeof e=="string")e=new URL(e);else if(!Pp(e)){let t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){let t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return oK(e)}function oK(e){if(e.hostname!==""){let o=new TypeError('File URL host must be "localhost" or empty on darwin');throw o.code="ERR_INVALID_FILE_URL_HOST",o}let t=e.pathname,r=-1;for(;++r<t.length;)if(t.codePointAt(r)===37&&t.codePointAt(r+1)===50){let o=t.codePointAt(r+2);if(o===70||o===102){let n=new TypeError("File URL path must not include encoded / characters");throw n.code="ERR_INVALID_FILE_URL_PATH",n}}return decodeURIComponent(t)}var P0=["history","path","basename","stem","extname","dirname"],Ns=class{constructor(t){let r;t?Pp(t)?r={path:t}:typeof t=="string"||nK(t)?r={value:t}:r=t:r={},this.cwd=sA.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let o=-1;for(;++o<P0.length;){let a=P0[o];a in r&&r[a]!==void 0&&r[a]!==null&&(this[a]=a==="history"?[...r[a]]:r[a])}let n;for(n in r)P0.includes(n)||(this[n]=r[n])}get basename(){return typeof this.path=="string"?vn.basename(this.path):void 0}set basename(t){S0(t,"basename"),C0(t,"basename"),this.path=vn.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?vn.dirname(this.path):void 0}set dirname(t){pA(this.basename,"dirname"),this.path=vn.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?vn.extname(this.path):void 0}set extname(t){if(C0(t,"extname"),pA(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=vn.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Pp(t)&&(t=lA(t)),S0(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?vn.basename(this.path,this.extname):void 0}set stem(t){S0(t,"stem"),C0(t,"stem"),this.path=vn.join(this.dirname||"",t+(this.extname||""))}fail(t,r,o){let n=this.message(t,r,o);throw n.fatal=!0,n}info(t,r,o){let n=this.message(t,r,o);return n.fatal=void 0,n}message(t,r,o){let n=new Vt(t,r,o);return this.path&&(n.name=this.path+":"+n.name,n.file=this.path),n.fatal=!1,this.messages.push(n),n}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function C0(e,t){if(e&&e.includes(vn.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+vn.sep+"`")}function S0(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function pA(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function nK(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var cA=function(e){let o=this.constructor.prototype,n=o[e],a=function(){return n.apply(a,arguments)};Object.setPrototypeOf(a,o);let i=Object.getOwnPropertyNames(n);for(let s of i){let l=Object.getOwnPropertyDescriptor(n,s);l&&Object.defineProperty(a,s,l)}return a};var aK={}.hasOwnProperty,I0=class e extends cA{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=T0()}copy(){let t=new e,r=-1;for(;++r<this.attachers.length;){let o=this.attachers[r];t.use(...o)}return t.data((0,ig.default)(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(E0("data",this.frozen),this.namespace[t]=r,this):aK.call(this.namespace,t)&&this.namespace[t]||void 0:t?(E0("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=this;for(;++this.freezeIndex<this.attachers.length;){let[r,...o]=this.attachers[this.freezeIndex];if(o[0]===!1)continue;o[0]===!0&&(o[0]=void 0);let n=r.call(t,...o);typeof n=="function"&&this.transformers.use(n)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let r=ag(t),o=this.parser||this.Parser;return k0("parse",o),o(String(r),r)}process(t,r){let o=this;return this.freeze(),k0("process",this.parser||this.Parser),R0("process",this.compiler||this.Compiler),r?n(void 0,r):new Promise(n);function n(a,i){let s=ag(t),l=o.parse(s);o.run(l,s,function(c,u,f){if(c||!u||!f)return p(c);let d=u,y=o.stringify(d,f);sK(y)?f.value=y:f.result=y,p(c,f)});function p(c,u){c||!u?i(c):a?a(u):r(void 0,u)}}}processSync(t){let r=!1,o;return this.freeze(),k0("processSync",this.parser||this.Parser),R0("processSync",this.compiler||this.Compiler),this.process(t,n),dA("processSync","process",r),o;function n(a,i){r=!0,x0(a),o=i}}run(t,r,o){uA(t),this.freeze();let n=this.transformers;return!o&&typeof r=="function"&&(o=r,r=void 0),o?a(void 0,o):new Promise(a);function a(i,s){let l=ag(r);n.run(t,l,p);function p(c,u,f){let d=u||t;c?s(c):i?i(d):o(void 0,d,f)}}}runSync(t,r){let o=!1,n;return this.run(t,r,a),dA("runSync","run",o),n;function a(i,s){x0(i),n=s,o=!0}}stringify(t,r){this.freeze();let o=ag(r),n=this.compiler||this.Compiler;return R0("stringify",n),uA(t),n(t,o)}use(t,...r){let o=this.attachers,n=this.namespace;if(E0("use",this.frozen),t!=null)if(typeof t=="function")l(t,r);else if(typeof t=="object")Array.isArray(t)?s(t):i(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function a(p){if(typeof p=="function")l(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[c,...u]=p;l(c,u)}else i(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function i(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");s(p.plugins),p.settings&&(n.settings=(0,ig.default)(!0,n.settings,p.settings))}function s(p){let c=-1;if(p!=null)if(Array.isArray(p))for(;++c<p.length;){let u=p[c];a(u)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function l(p,c){let u=-1,f=-1;for(;++u<o.length;)if(o[u][0]===p){f=u;break}if(f===-1)o.push([p,...c]);else if(c.length>0){let[d,...y]=c,h=o[f][1];rd(h)&&rd(d)&&(d=(0,ig.default)(!0,h,d)),o[f]=[p,d,...y]}}}},O0=new I0().freeze();function k0(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function R0(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function E0(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function uA(e){if(!rd(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function dA(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function ag(e){return iK(e)?e:new Ns(e)}function iK(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function sK(e){return typeof e=="string"||lK(e)}function lK(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var dK="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",fA=[],mA={allowDangerousHtml:!0},fK=/^(https?|ircs?|mailto|xmpp)$/i,mK=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function _0(e){let t=e.allowedElements,r=e.allowElement,o=e.children||"",n=e.className,a=e.components,i=e.disallowedElements,s=e.rehypePlugins||fA,l=e.remarkPlugins||fA,p=e.remarkRehypeOptions?V(V({},e.remarkRehypeOptions),mA):mA,c=e.skipHtml,u=e.unwrapDisallowed,f=e.urlTransform||hA,d=O0().use(Wy).use(l).use(og,p).use(s),y=new Ns;typeof o=="string"?y.value=o:(""+o,void 0),t&&i&&void 0;for(let x of mK)Object.hasOwn(e,x.from)&&(""+x.from+(x.to?"use `"+x.to+"` instead":"remove it")+dK+x.id,void 0);let h=d.parse(y),b=d.runSync(h,y);return n&&(b={type:"element",tagName:"div",properties:{className:n},children:b.type==="root"?b.children:[b]}),As(b,v),UT(b,{Fragment:pK,components:a,ignoreInvalidStyle:!0,jsx:cK,jsxs:uK,passKeys:!0,passNode:!0});function v(x,g,k){if(x.type==="raw"&&k&&typeof g=="number")return c?k.children.splice(g,1):k.children[g]={type:"text",value:x.value},g;if(x.type==="element"){let T;for(T in Wu)if(Object.hasOwn(Wu,T)&&Object.hasOwn(x.properties,T)){let P=x.properties[T],C=Wu[T];(C===null||C.includes(x.tagName))&&(x.properties[T]=f(String(P||""),T,x))}}if(x.type==="element"){let T=t?!t.includes(x.tagName):i?i.includes(x.tagName):!1;if(!T&&r&&typeof g=="number"&&(T=!r(x,g,k)),T&&k&&typeof g=="number")return u&&x.children?k.children.splice(g,1,...x.children):k.children.splice(g,1),g}}}function hA(e){let t=e.indexOf(":"),r=e.indexOf("?"),o=e.indexOf("#"),n=e.indexOf("/");return t<0||n>-1&&t>n||r>-1&&t>r||o>-1&&t>o||fK.test(e.slice(0,t))?e:""}function yA(e){let{accentColor:t}=e;return r=>{As(r,"text",(o,n,a)=>{let i=o.value,s=/\|\|.*?\|\|/g,l,p=0,c=[];for(;(l=s.exec(i))!==null;){l.index>p&&c.push({type:"text",value:i.slice(p,l.index)});let u=l[0].split("||")[1];c.push({type:"element",tagName:"p",properties:{textColor:t},children:[{type:"text",value:u}]}),p=l.index+l[0].length}p<i.length&&c.push({type:"text",value:i.slice(p)}),c.length&&a.children.splice(n,1,...c)})}}var w0=e=>{let p=e,{color:t,textColor:r,defaultLevel:o="body-md",accentColor:n="danger.500",defaultLinkAction:a="_self",markdownOptions:i,content:s}=p,l=Pe(p,["color","textColor","defaultLevel","accentColor","defaultLinkAction","markdownOptions","content"]);return N(Ho,ae(V({component:"div",color:t,textColor:r,level:o},l),{children:N(_0,ae(V({},i),{children:s,rehypePlugins:[[yA,{accentColor:n}]],components:V({h1:({children:c})=>N(Ho,{color:t,textColor:r,level:"h1",children:c}),h2:({children:c})=>N(Ho,{color:t,textColor:r,level:"h2",children:c}),h3:({children:c})=>N(Ho,{color:t,textColor:r,level:"h3",children:c}),h4:({children:c})=>N(Ho,{color:t,textColor:r,level:"h4",children:c}),p:({children:c,node:u})=>N(Ho,ae(V({color:t,textColor:r,level:o},u==null?void 0:u.properties),{children:c})),a:({children:c,href:u})=>N(sa,{href:u,target:a,children:c}),hr:()=>N(Lu,{})},i==null?void 0:i.components)}))}))};w0.displayName="Markdown";import hK,{forwardRef as yK,useCallback as D0,useEffect as gK,useImperativeHandle as vK,useRef as bK,useState as xK}from"react";var TK=E(Jt,{name:"MonthPicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),PK=E(Go,{name:"MonthPicker",slot:"sheet",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),CK=E("div",{name:"MonthPicker",slot:"container"})({width:"100%"}),gA=e=>{let t=`${e.getMonth()+1}`,r=e.getFullYear();return Number(t)<10&&(t="0"+t),[r,t].join("/")},vA=e=>(r=>{if(!/^\d\d\d\d\/(0[1-9]|1[012])(\/(0[1-9]|[23][0-9]))?$/.test(r))return r;let o=r.split("/"),n=new Date(Number(o[0]),Number(o[1])-1);return gA(n)})(e),SK=e=>e.split(" - ")[0]||"",kK=hK.forwardRef(function(t,r){let a=t,{onChange:o}=a,n=Pe(a,["onChange"]);return N(ya,ae(V({},n),{inputRef:r,onAccept:i=>o({target:{name:t.name,value:i}}),mask:Date,pattern:"Y/m",blocks:{m:{mask:Ce.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:Ce.MaskedRange,from:1900,to:9999}},format:vA,parse:SK}))}),bA=yK((e,t)=>{let C=e,{onChange:r,disabled:o,label:n,error:a,helperText:i,minDate:s,maxDate:l,disableFuture:p,disablePast:c,required:u,sx:f,className:d}=C,y=Pe(C,["onChange","disabled","label","error","helperText","minDate","maxDate","disableFuture","disablePast","required","sx","className"]),h=bK(null),[b,v]=Mr(e.value,e.defaultValue||"",D0(S=>r==null?void 0:r({target:{name:e.name,value:S}}),[e.name,r]),{disableStrict:!0}),[x,g]=xK(null),k=!!x;gK(()=>{var S;x||(S=h.current)==null||S.blur()},[x,h]),vK(t,()=>h.current,[h]);let T=D0(S=>{v(S.target.value)},[v]),P=D0(S=>{var O;g(x?null:S.currentTarget),(O=h.current)==null||O.focus()},[x,g,h]);return N(CK,{children:N(ro,{open:!0,children:Ee(jo,{children:[N(qr,ae(V({},y),{color:a?"danger":y.color,ref:h,size:"sm",value:b,onChange:T,placeholder:"YYYY/MM",disabled:o,required:u,slotProps:{input:{component:kK,ref:h}},error:a,className:d,sx:ae(V({},f),{fontFamily:"monospace"}),endDecorator:N(qt,{variant:"plain",onClick:P,"aria-label":"Toggle Calendar","aria-controls":"month-picker-popper","aria-haspopup":"dialog","aria-expanded":k,children:N(Pi,{})}),label:n,helperText:i})),k&&N(Kn,{onClickAway:()=>g(null),children:N(TK,{id:"month-picker-popper",open:!0,anchorEl:x,placement:"bottom-end",onMouseDown:S=>S.preventDefault(),modifiers:[{name:"offset",options:{offset:[4,4]}}],"aria-label":"Calendar Tooltip","aria-expanded":k,children:Ee(PK,{tabIndex:-1,role:"presentation",children:[N(hi,{view:"month",views:["month"],value:Number.isNaN(new Date(b).getTime())?void 0:[new Date(b),void 0],onChange:([S])=>{T({target:{name:e.name,value:vA(gA(S))}}),g(null)},minDate:s?new Date(s):void 0,maxDate:l?new Date(l):void 0,disableFuture:p,disablePast:c}),N($n,{sx:{p:1},children:N(Dt,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{T({target:{name:e.name,value:""}}),g(null)},children:"Clear"})})]})})})]})})})});import RK,{forwardRef as EK,useCallback as sg,useEffect as IK,useImperativeHandle as OK,useMemo as _K,useRef as wK,useState as DK}from"react";var AK=E(Jt,{name:"MonthRangePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),NK=E(Go,{name:"MonthRangePicker",slot:"sheet",overridesResolver:(e,t)=>t.root})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),MK=E("div",{name:"MonthRangePicker",slot:"container"})({width:"100%"}),A0=e=>{let t=`${e.getMonth()+1}`,r=e.getFullYear();return Number(t)<10&&(t="0"+t),[r,t].join("/")},xA=([e,t])=>{let r=o=>{if(!/^\d\d\d\d\/(0[1-9]|1[012])(\/(0[1-9]|[23][0-9]))?$/.test(o))return o;let n=o.split("/"),a=new Date(Number(n[0]),Number(n[1])-1);return A0(a)};return[r(e),r(t)].join(" - ")},TA=e=>{let t=e.split(" - ")[0]||"",r=e.split(" - ")[1]||"";return[t,r]},LK=RK.forwardRef(function(t,r){let a=t,{onChange:o}=a,n=Pe(a,["onChange"]);return N(ya,ae(V({},n),{inputRef:r,onAccept:i=>o({target:{name:t.name,value:i}}),mask:Date,pattern:"Y/m - Y/m",blocks:{m:{mask:Ce.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:Ce.MaskedRange,from:1900,to:9999}},format:xA,parse:TA}))}),N0=EK((e,t)=>{let O=e,{onChange:r,disabled:o,label:n,error:a,helperText:i,minDate:s,maxDate:l,disableFuture:p,disablePast:c,required:u,sx:f,className:d}=O,y=Pe(O,["onChange","disabled","label","error","helperText","minDate","maxDate","disableFuture","disablePast","required","sx","className"]),h=wK(null),[b,v]=Mr(e.value,e.defaultValue||"",sg(I=>r==null?void 0:r({target:{name:e.name,value:I}}),[e.name,r]),{disableStrict:!0}),[x,g]=DK(null),k=!!x,T=_K(()=>b?TA(b).map(I=>new Date(I)):void 0,[b]);IK(()=>{var I;x||(I=h.current)==null||I.blur()},[x,h]),OK(t,()=>h.current,[h]);let P=sg(I=>{v(I.target.value)},[v]),C=sg(I=>{var M;g(x?null:I.currentTarget),(M=h.current)==null||M.focus()},[x,g,h]),S=sg(([I,M])=>{!I||!M||(v(xA([A0(I),A0(M)])),g(null))},[v,g]);return N(MK,{children:N(ro,{open:!0,children:Ee(jo,{children:[N(qr,ae(V({},y),{color:a?"danger":y.color,ref:t,size:"sm",value:b,onChange:P,disabled:o,required:u,placeholder:"YYYY/MM - YYYY/MM",slotProps:{input:{component:LK,ref:h}},error:a,className:d,sx:ae(V({},f),{fontFamily:"monospace"}),endDecorator:N(qt,{variant:"plain",onClick:C,"aria-label":"Toggle Calendar","aria-controls":"month-range-picker-popper","aria-haspopup":"dialog","aria-expanded":k,children:N(Pi,{})}),label:n,helperText:i})),k&&N(Kn,{onClickAway:()=>g(null),children:N(AK,{id:"month-range-picker-popper",open:!0,anchorEl:x,placement:"bottom-end",onMouseDown:I=>I.preventDefault(),modifiers:[{name:"offset",options:{offset:[4,4]}}],"aria-label":"Calendar Tooltip","aria-expanded":k,children:Ee(NK,{tabIndex:-1,role:"presentation",children:[N(hi,{view:"month",views:["month"],rangeSelection:!0,defaultValue:T,onChange:S,minDate:s?new Date(s):void 0,maxDate:l?new Date(l):void 0,disableFuture:p,disablePast:c}),N($n,{sx:{p:1},children:N(Dt,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{v(""),g(null)},children:"Clear"})})]})})})]})})})});N0.displayName="MonthRangePicker";import{motion as PA}from"framer-motion";var BK=PA(Zm),nd=BK;nd.displayName="Radio";var zK=PA(Qm),ad=zK;ad.displayName="RadioGroup";function M0(e){let o=e,{items:t}=o,r=Pe(o,["items"]);return N(ad,ae(V({},r),{children:t.map(n=>N(nd,{value:n.value,label:n.label},`${n.value}`))}))}M0.displayName="RadioList";import{jsx as FK}from"react/jsx-runtime";var CA=$t(FK("path",{d:"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"}),"Check");import{motion as $K}from"framer-motion";var lg=E(nh)({});lg.displayName="Step";var pg=E(ih)({});pg.displayName="StepIndicator";var VK=E(oh)(({theme:e})=>({"--StepIndicator-size":"24px","--Step-gap":e.spacing(2),"--joy-palette-success-solidBg":"var(--joy-palette-success-400)",[`& .${vs.root}`]:{fontSize:"var(--ceed-fontSize-xs)"}})),jK=$K(VK);function L0(e){let{steps:t,activeColor:r="primary.500",inactiveColor:o="neutral.400",activeLineColor:n="primary.500",inactiveLineColor:a="neutral.300",activeStep:i}=e;return N(jK,{sx:s=>({"--StepIndicator-size":"24px","--Step-gap":s.spacing(2),[`& .${vs.root}`]:{fontSize:"var(--ceed-fontSize-xs)"},[`& .${Nr.completed}`]:{"&::after":{bgcolor:n},[`& .${vs.root}`]:{bgcolor:r}},[`& .${Nr.active}`]:{"&::after":{bgcolor:a},[`& .${vs.root}`]:{bgcolor:r}},[`& .${Nr.disabled}`]:{"&::after":{bgcolor:a},[`& .${vs.root}`]:{bgcolor:o}}}),children:t.map((s,l)=>{let p=i===l+1,c=i>l+1,u=i<l+1,f=s.label||s.extraContent;return N(lg,{indicator:N(pg,{variant:"solid",color:"primary",children:c?N(CA,{}):s.indicatorContent}),active:p,completed:c,disabled:u,children:f&&Ee(Et,{children:[s.label&&N(Tr,{level:"title-sm",children:s.label}),s.extraContent&&N(Tr,{level:"body-xs",children:s.extraContent})]})})})})}L0.displayName="Stepper";import{motion as SA}from"framer-motion";var HK=SA(lh),UK=E(SA.div)({"--Icon-fontSize":"calc(var(--Switch-thumbSize) * 0.75)",display:"inline-flex",justifyContent:"center",alignItems:"center",position:"absolute",left:"var(--Switch-thumbOffset)",width:"var(--Switch-thumbWidth)",height:"var(--Switch-thumbSize)",borderRadius:"var(--Switch-thumbRadius)",boxShadow:"var(--Switch-thumbShadow)",color:"var(--Switch-thumbColor)",backgroundColor:"var(--Switch-thumbBackground)",[`&.${Mn.checked}`]:{left:"unset",right:"var(--Switch-thumbOffset)"}}),WK=e=>N(UK,ae(V({},e),{layout:!0,transition:GK})),GK={type:"spring",stiffness:700,damping:30},B0=e=>N(HK,ae(V({},e),{slots:V({thumb:WK},e.slots)}));B0.displayName="Switch";import{motion as cg}from"framer-motion";var JK=cg(hh),z0=JK;z0.displayName="Tabs";var qK=E(cg(ph))(({theme:e})=>({[`&:not(.${Hc.selected})`]:{color:e.palette.neutral[700]}})),F0=qK;F0.displayName="Tab";var KK=cg(dh),$0=KK;$0.displayName="TabList";var YK=cg(mh),V0=YK;V0.displayName="TabPanel";var kA={palette:{danger:{50:"#FEF3F2",100:"#FDE6E5",200:"#FBC7C4",300:"#F89E99",400:"#F46E66",500:"#DC0D00",600:"#AB0F00",700:"#791000",800:"#430A0A",900:"#240505"},neutral:{50:"#FAFBFC",100:"#F3F5F7",200:"#EBECF0",300:"#D1D5DB",400:"#A2AAB8",500:"#5E6C83",600:"#505E79",700:"#253858",800:"#071B36",900:"#0B0D0E"},primary:{50:"#F2F7FE",100:"#E8F0FD",200:"#CCDFFC",300:"#9DC1F9",400:"#4D8EF3",500:"#015DEE",600:"#0154D6",700:"#0141A7",800:"#00255F",900:"#000F26"},warning:{50:"#FEF8F2",100:"#FEF1E5",200:"#FCE1C4",300:"#FABD7F",400:"#F57C00",500:"#AF5100",600:"#843600",700:"#672600",800:"#421400",900:"#1d1002"}}},XK=dl({cssVarPrefix:"ceed",spacing:4,zIndex:{popup:1500},colorSchemes:{light:kA,dark:kA},components:{JoyTable:{defaultProps:{size:"sm",borderAxis:"bothBetween"},styleOverrides:{root:({theme:e})=>({"--TableRow-stripeBackground":e.palette.background.level1,"--TableCell-selectedBackground":e.palette.background.level2,"--TableRow-hoverBackground":e.palette.background.level3,"& tbody tr:has([type=checkbox]:not(:checked)) th":{"--TableCell-headBackground":"transparent"},"& tbody tr:has([type=checkbox]:checked):hover th":{"--TableCell-headBackground":"var(--TableRow-hoverBackground)"},"& tbody tr:has([type=checkbox]:checked):not(:hover) th":{"--TableCell-headBackground":"var(--TableCell-selectedBackground)"},"& tbody tr:has([type=checkbox]:checked):not(:hover) td":{"--TableCell-dataBackground":"var(--TableCell-selectedBackground)"},[`& .${hn.root}`]:{verticalAlign:"middle"}})}},JoyTooltip:{defaultProps:{size:"sm",placement:"top"}}}});function j0(e){return N(jo,{children:Ee(kv,{theme:XK,children:[N(Fl,{}),e.children]})})}j0.displayName="ThemeProvider";import{ControlType as wi}from"framer";var ZK={variant:{title:"Variant",type:wi.Enum,options:["outlined","plain","solid","soft"],defaultValue:"plain"},color:{title:"Color",type:wi.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},size:{title:"Size",type:wi.Enum,options:["sm","md","lg"],defaultValue:"md"},disableDivider:{title:"Disable Divider",type:wi.Boolean,defaultValue:!1},summaries:{title:"Summaries",type:wi.Array,control:{type:wi.String},defaultValue:[]},details:{title:"Details",type:wi.Array,control:{type:wi.ComponentInstance},defaultValue:[]}};import{ControlType as Cp}from"framer";var QK={title:{title:"Title",type:Cp.String},content:{title:"Content",type:Cp.String,defaultValue:"Alert Content"},startDecorator:{title:"Start Decorator",type:Cp.ComponentInstance},actions:{title:"Actions",type:Cp.ComponentInstance},color:{title:"Color",type:Cp.Enum,options:["primary","danger","warning","neutral","success"],defaultValue:"primary"},variant:{title:"Variant",type:Cp.Enum,options:["solid","outlined","plain","soft"],defaultValue:"solid"}};import{ControlType as Ht}from"framer";var H0={onChange:{type:Ht.EventHandler},label:{title:"Label",type:Ht.String},helperText:{title:"Helper Text",type:Ht.String},error:{title:"Error",type:Ht.Boolean,defaultValue:!1},defaultValue:{title:"Default Value",type:Ht.String,defaultValue:void 0},options:{title:"Options",type:Ht.Array,control:{type:Ht.Object,controls:{label:{title:"Label",type:Ht.String},chips:{title:"Chips",type:Ht.Object,controls:{start:{title:"Start",type:Ht.Object,controls:{label:{title:"Label",type:Ht.String},color:{title:"Color",type:Ht.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]}}},end:{title:"End",type:Ht.Object,controls:{label:{title:"Label",type:Ht.String},color:{title:"Color",type:Ht.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]}}}}}}},defaultValue:[{label:"Option1",chips:{}},{label:"Option2",chips:{}},{label:"Option3",chips:{}}]},placeholder:{title:"Placeholder",type:Ht.String,defaultValue:"Select an option"},variant:{title:"Variant",type:Ht.Enum,options:["outlined","plain","solid","soft"],defaultValue:"outlined"},size:{title:"Size",type:Ht.Enum,options:["sm","md","lg"],defaultValue:"md"},startDecorator:{title:"Start Decorator",type:Ht.ComponentInstance},disabled:{title:"Disabled",type:Ht.Boolean,defaultValue:!1},required:{title:"Required",type:Ht.Boolean,defaultValue:!1}};import{ControlType as id}from"framer";var eY={text:{title:"Text",type:id.String,defaultValue:"Tim"},image:{title:"Image",type:id.ResponsiveImage},color:{title:"Color",type:id.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},size:{title:"Size",type:id.Enum,options:["sm","md","lg"],defaultValue:"md"},variant:{title:"Variant",type:id.Enum,options:["outlined","plain","solid","soft"],defaultValue:void 0}};import{ControlType as ug}from"framer";var tY={badgeContent:{type:ug.String},color:{title:"Color",type:ug.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:ug.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"},size:{title:"Size",type:ug.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Ta}from"framer";var rY={items:{title:"Items",type:Ta.Array,control:{type:Ta.Object,controls:{label:{title:"Label",type:Ta.String,defaultValue:"Home"},href:{title:"Href",type:Ta.Link}}},defaultValue:[]},separator:{title:"Separator",type:Ta.ComponentInstance},startCrumbCount:{title:"Start Crumb Count",type:Ta.Number,defaultValue:1},endCrumbCount:{title:"End Crumb Count",type:Ta.Number,defaultValue:3},size:{title:"Size",type:Ta.Enum,options:["sm","md","lg"],defaultValue:"md"},collapsed:{title:"Collapsed",type:Ta.Boolean,defaultValue:!1}};import{ControlType as Ko}from"framer";var oY={text:{title:"Text",type:Ko.String,defaultValue:"Press me"},onTap:{type:Ko.EventHandler},disabled:{title:"Disabled",type:Ko.Boolean,defaultValue:!1},color:{title:"Color",type:Ko.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:Ko.Enum,options:["solid","outlined","soft","plain"]},loading:{title:"Loading",type:Ko.Boolean,defaultValue:!1},endDecorator:{title:"End Decorator",type:Ko.ComponentInstance},startDecorator:{title:"Start Decorator",type:Ko.ComponentInstance},size:{title:"Size",type:Ko.Enum,options:["sm","md","lg"],defaultValue:"md"},modalContents:{title:"Modal Contents",type:Ko.Array,control:{type:Ko.ComponentInstance}},enablePortal:{type:Ko.Boolean,description:"\uD574\uB2F9 \uBC84\uD2BC\uACFC \uC5F0\uACB0\uB41C \uBAA8\uB2EC\uC774 \uCEE8\uD150\uCE20 \uC548\uC5D0\uC11C \uC5F4\uB9AC\uBA74 \uC774 \uAC12\uC744 Yes\uB85C \uC124\uC815\uD574 \uBCF4\uC138\uC694.",defaultValue:!1,hidden:({modalContents:e})=>e.length===0}};import{ControlType as Ms}from"framer";var nY={onChange:{title:"onChange",type:Ms.EventHandler},defaultChecked:{title:"Checked",type:Ms.Boolean,defaultValue:!1},disabled:{title:"Disabled",type:Ms.Boolean,defaultValue:!1},label:{title:"Label",type:Ms.String,defaultValue:"Label"},color:{title:"Color",type:Ms.Enum,options:[void 0,"primary","neutral","danger","success","warning"],optionTitles:["Default","Primary","Neutral","Danger","Success","Warning"],defaultValue:void 0},size:{title:"Size",type:Ms.Enum,options:["sm","md","lg"],defaultValue:"md"},variant:{title:"Variant",type:Ms.Enum,options:["outlined","plain","solid","soft"],defaultValue:void 0}};import{ControlType as RA}from"framer";var aY={onChange:{title:"onChange",type:RA.EventHandler},disabled:{title:"Disabled",type:RA.Boolean,defaultValue:!1}};import{ControlType as dg}from"framer";var iY={text:{title:"Text",type:dg.String,defaultValue:"Chip"},color:{title:"Color",type:dg.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:dg.Enum,options:["solid","outlined","soft","plain"]},size:{title:"Size",type:dg.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Pa}from"framer";var sY={label:{title:"Label",type:Pa.String},helperText:{title:"Helper Text",type:Pa.String},error:{title:"Error",type:Pa.Boolean,defaultValue:!1},value:{title:"Value",type:Pa.Number,defaultValue:void 0},onChange:{type:Pa.EventHandler},disabled:{title:"Disabled",type:Pa.Boolean,defaultValue:!1},required:{title:"Required",type:Pa.Boolean,defaultValue:!1},currency:{title:"Currency",type:Pa.Enum,options:["usd","krw"],optionTitles:["USD","KRW"]},max:{title:"Max",type:Pa.Number,defaultValue:void 0}};import{ControlType as mt}from"framer";import{ControlType as Pr}from"framer";var U0={label:{title:"Label",type:Pr.String},helperText:{title:"Helper Text",type:Pr.String},error:{title:"Error",type:Pr.Boolean,defaultValue:!1},onChange:{title:"onChange",type:Pr.EventHandler},defaultListboxOpen:{title:"Opened",type:Pr.Boolean,defaultValue:!1},defaultValue:{title:"Selected Option",type:Pr.String},disabled:{title:"Disabled",type:Pr.Boolean,defaultValue:!1},required:{title:"Required",type:Pr.Boolean,defaultValue:!1},placeholder:{title:"Placeholder",type:Pr.String,defaultValue:"Choose one..."},color:{title:"Color",type:Pr.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},size:{title:"Size",type:Pr.Enum,options:["sm","md","lg"],defaultValue:"md"},variant:{title:"Variant",type:Pr.Enum,options:["outlined","plain","solid","soft"],defaultValue:void 0},options:{title:"Options",type:Pr.Array,control:{type:Pr.Object,controls:{text:{title:"Text",type:Pr.String},value:{title:"Value",type:Pr.String}}},defaultValue:[{text:"Option 1",value:"option1"},{text:"Option 2",value:"option2"}]},multiple:{title:"Multiple",type:Pr.Boolean,defaultValue:!1}};import{ControlType as Ls}from"framer";var W0={text:{title:"Text",type:Ls.String,defaultValue:"Link"},href:{title:"Href",type:Ls.Link},disabled:{title:"Disabled",type:Ls.Boolean,defaultValue:!1},level:{title:"Level",type:Ls.Enum,options:["h1","h2","h3","h4","title-lg","title-md","title-sm","body-lg","body-md","body-sm","body-xs","inherit"],defaultValue:"body-md"},color:{title:"Color",type:Ls.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:Ls.Enum,options:["solid","outlined","soft","plain"],defaultValue:"plain"},underline:{title:"Underline",type:Ls.Enum,options:["always","none"],optionTitles:["Always","None"]}};function G0(e,t){return t.reduce((r,o)=>(e[o]&&(r[o]=e[o]),r),{})}var lY={csvUrl:{title:"CSV Data",type:mt.File,allowedFileTypes:["csv"]},checkboxSelection:{title:"Show Checkbox",type:mt.Boolean,defaultValue:!0},disableSelectionOnClick:{type:mt.Boolean,defaultValue:!1,hidden:e=>e.checkboxSelection===!1,description:"\uCCB4\uD06C\uBC15\uC2A4\uB97C \uD1B5\uD574\uC11C\uB9CC \uD589\uC744 \uC120\uD0DD\uD558\uB824\uBA74 Yes\uB85C \uC124\uC815\uD558\uC138\uC694."},noWrap:{type:mt.Boolean,defaultValue:!1,description:`\uC904\uBC14\uAFC8 \uC5C6\uC774 cell\uC758 \uB0B4\uC6A9\uC744 \uD45C\uC2DC\uD558\uB824\uBA74 Yes\uB85C \uC124\uC815\uD558\uC138\uC694.
|
|
143
|
-
\uB2E8, \uB0B4\uC6A9\uC774 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uAC00\uB824\uC9C8 \uC218 \uC788\uC2B5\uB2C8\uB2E4.`},hoverRow:{type:mt.Boolean,defaultValue:!0,description:"\uB9C8\uC6B0\uC2A4\uB97C \uC62C\uB838\uC744 \uB54C \uD589\uC744 \uAC15\uC870\uD558\uB824\uBA74 Yes\uB85C \uC124\uC815\uD558\uC138\uC694."},editMode:{type:mt.Boolean,defaultValue:!1},stripe:{type:mt.Enum,options:[void 0,"odd","even"],optionTitles:["None","Odd","Even"],defaultValue:void 0},columns:{type:mt.Array,description:"Column\uC758 \uC0C1\uC138 \uC124\uC815\uC774 \uD544\uC694\uD55C \uACBD\uC6B0 \uC0AC\uC6A9",control:{type:mt.Object,controls:{field:{type:mt.String,description:"Column Name. CSV\uC5D0 \uC788\uB294 \uAC12\uC744 \uADF8\uB300\uB85C \uB123\uC5B4\uC57C \uD55C\uB2E4."},width:{type:mt.String},type:{type:mt.Enum,defaultValue:"text",options:["text","longText","number","currency","date","select","autocomplete","link"],optionTitles:["Text","Long Text","Number","Currency","Date","Select","Autocomplete","Link"]},resizable:{type:mt.Boolean,defaultValue:!0},isColumnEditable:{type:mt.Boolean,description:"Column\uC744 \uC218\uC815 \uAC00\uB2A5\uD558\uAC8C \uD560\uC9C0 \uC5EC\uBD80",defaultValue:!1},required:{type:mt.Boolean,defaultValue:!1},dateProps:{type:mt.Object,controls:{value:{title:"Value",type:mt.String,defaultValue:"2024/04/03"}},hidden(e){return e.type!=="date"}},autoCompleteProps:{type:mt.Object,controls:V({},G0(H0,["defaultValue","options","placeholder"])),hidden(e){return e.type!=="autocomplete"}},selectProps:{type:mt.Object,controls:V({},G0(U0,["defaultValue","options","placeholder"])),hidden(e){return e.type!=="select"}},linkProps:{type:mt.Object,controls:V({},G0(W0,["href"])),hidden(e){return e.type!=="link"}}}},defaultValue:[]},stickyHeader:{type:mt.Boolean,defaultValue:!1},stickyFooter:{type:mt.Boolean,defaultValue:!1},loading:{type:mt.Boolean,defaultValue:!1},pagination:{title:"Pagination",type:mt.Boolean,defaultValue:!0},onPaginationModelChange:{type:mt.EventHandler},onSelectionModelChange:{type:mt.EventHandler},toolbar:{type:mt.ComponentInstance}};import{ControlType as bn}from"framer";var pY={onChange:{title:"onChange",type:bn.EventHandler},disabled:{title:"Disabled",type:bn.Boolean,defaultValue:!1},required:{title:"Required",type:bn.Boolean,defaultValue:!1},value:{title:"Value",type:bn.String,defaultValue:"2024/04/03"},label:{title:"Label",type:bn.String,defaultValue:""},error:{title:"Error",type:bn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:bn.String,defaultValue:""},minDate:{title:"Minimum Date",type:bn.String},maxDate:{title:"Maximum Date",type:bn.String},disableFuture:{title:"Disable Future",type:bn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:bn.Boolean,defaultValue:!1}};import{ControlType as xn}from"framer";var cY={onChange:{title:"onChange",type:xn.EventHandler},disabled:{title:"Disabled",type:xn.Boolean,defaultValue:!1},required:{title:"Required",type:xn.Boolean,defaultValue:!1},value:{title:"Value",type:xn.String,defaultValue:"2024/04/03 - 2024/04/20"},label:{title:"Label",type:xn.String,defaultValue:""},error:{title:"Error",type:xn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:xn.String,defaultValue:""},minDate:{title:"Minimum Date",type:xn.String},maxDate:{title:"Maximum Date",type:xn.String},disableFuture:{title:"Disable Future",type:xn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:xn.Boolean,defaultValue:!1}};import{ControlType as sd}from"framer";var uY={title:{type:sd.String,defaultValue:"Title"},content:{title:"Content",type:sd.ComponentInstance},actions:{title:"Actions",type:sd.ComponentInstance},size:{title:"Size",type:sd.Enum,options:["sm","md","lg"],defaultValue:"md"},fullscreen:{title:"Fullscreen",type:sd.Boolean,defaultValue:!1}};import{ControlType as EA}from"framer";var dY={text:{type:EA.String,defaultValue:void 0},orientation:{title:"Orientation",type:EA.Enum,options:["horizontal","vertical"]}};import{ControlType as ld}from"framer";var fY={size:{type:ld.Enum,options:["sm","md","lg"],defaultValue:"sm"},label:{title:"Label",type:ld.String,defaultValue:"Label"},content:{title:"Contents",type:ld.Array,control:{title:"Content",type:ld.ComponentInstance}},required:{type:ld.Boolean,title:"Required",defaultValue:!1}};import{ControlType as Po}from"framer";var mY={label:{title:"Label",type:Po.String},error:{title:"Error",type:Po.Boolean,defaultValue:!1},uploaded:{title:"Uploaded",type:Po.Array,control:{type:Po.Object,controls:{name:{type:Po.String},size:{type:Po.Number}}},defaultValue:[]},size:{title:"Size",type:Po.Enum,options:["sm","md"],optionTitles:["Small","Medium"],defaultValue:"md"},accepts:{title:"Accepts",type:Po.Array,control:{type:Po.Enum,options:["image/*","video/*","audio/*",".pdf",".jpeg",".png","jpg",".txt",".csv",".doc,.docx",".xls,.xlsx",".ppt,.pptx",".zip"],optionTitles:["Image","Video","Audio","Pdf","Jpeg","Png","Jpg","Text","Csv","Word","Excel","Powerpoint","Zip"],defaultValue:"image/*"},defaultValue:[]},minCount:{title:"Min Count",type:Po.Number,defaultValue:void 0},maxCount:{title:"Max Count",type:Po.Number,defaultValue:void 0},maxFileSize:{title:"Max File Size(KB)",type:Po.Number,defaultValue:void 0},maxFileTotalSize:{title:"Max File Total Size(KB)",type:Po.Number,defaultValue:3}};import{ControlType as Ca}from"framer";var hY={icon:{title:"Icon",type:Ca.ComponentInstance},onClick:{title:"onClick",type:Ca.EventHandler},disabled:{title:"Disabled",type:Ca.Boolean,defaultValue:!1},color:{title:"Color",type:Ca.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:Ca.Enum,options:["solid","outlined","soft","plain"]},size:{title:"Size",type:Ca.Enum,options:["sm","md","lg"],defaultValue:"md"},modalContents:{title:"Modal Contents",type:Ca.Array,control:{type:Ca.ComponentInstance}},enablePortal:{type:Ca.Boolean,description:"\uD574\uB2F9 \uBC84\uD2BC\uACFC \uC5F0\uACB0\uB41C \uBAA8\uB2EC\uC774 \uCEE8\uD150\uCE20 \uC548\uC5D0\uC11C \uC5F4\uB9AC\uBA74 \uC774 \uAC12\uC744 Yes\uB85C \uC124\uC815\uD574 \uBCF4\uC138\uC694.",defaultValue:!1,hidden:({modalContents:e})=>e.length===0}};import{ControlType as Yr}from"framer";var yY={label:{title:"Label",type:Yr.String},helperText:{title:"Helper Text",type:Yr.String},error:{title:"Error",type:Yr.Boolean,defaultValue:!1},onChange:{type:Yr.EventHandler},disabled:{title:"Disabled",type:Yr.Boolean,defaultValue:!1},required:{title:"Required",type:Yr.Boolean,defaultValue:!1},readOnly:{title:"Readonly",type:Yr.Boolean,defaultValue:!1},enableClearable:{title:"Enable Clearable",type:Yr.Boolean,defaultValue:!1},color:{title:"Color",type:Yr.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},variant:{title:"Variant",type:Yr.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"},defaultValue:{title:"Value",type:Yr.String,defaultValue:""},placeholder:{title:"Placeholder",type:Yr.String,defaultValue:"Type in here..."},endDecorator:{title:"End Decorator",type:Yr.ComponentInstance},startDecorator:{title:"Start Decorator",type:Yr.ComponentInstance},size:{title:"Size",type:Yr.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Sp}from"framer";var gY={text:{title:"Text",type:Sp.String,defaultValue:"This is **markdown**.",displayTextArea:!0},textAlign:{title:"Text Align",type:Sp.Enum,options:[void 0,"start","center","end"],optionTitles:["None","Start","Center","End"],defaultValue:void 0},defaultLevel:{title:"defaultLevel",type:Sp.Enum,options:["h1","h2","h3","h4","title-lg","title-md","title-sm","body-lg","body-md","body-sm","body-xs","inherit"],defaultValue:"body-md"},defaultLinkAction:{title:"defaultLinkAction",type:Sp.Enum,options:["self","blank","parent","top","unfencedTop"],defaultValue:"self"},textColor:{title:"Text Color",type:Sp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"inherit"},accentColor:{title:"Accent Color",type:Sp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"danger.500"}};import{ControlType as kp}from"framer";var vY={buttonText:{title:"Button Text",type:kp.String,defaultValue:"text"},showIcon:{type:kp.Boolean,defaultValue:!1},size:{type:kp.Enum,options:["sm","md","lg"],defaultValue:"sm"},items:{title:"Items",type:kp.Array,control:{type:kp.Object,controls:{text:{type:kp.String}}},defaultValue:[]}};import{ControlType as J0}from"framer";var bY={title:{type:J0.String,defaultValue:"Title"},content:{title:"Content",type:J0.ComponentInstance},size:{title:"Size",type:J0.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Tn}from"framer";var xY={onChange:{title:"onChange",type:Tn.EventHandler},disabled:{title:"Disabled",type:Tn.Boolean,defaultValue:!1},required:{title:"Required",type:Tn.Boolean,defaultValue:!1},value:{title:"Value",type:Tn.String,defaultValue:"2024/04/03"},label:{title:"Label",type:Tn.String,defaultValue:""},error:{title:"Error",type:Tn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Tn.String,defaultValue:""},minDate:{title:"Minimum Date",type:Tn.String},maxDate:{title:"Maximum Date",type:Tn.String},disableFuture:{title:"Disable Future",type:Tn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:Tn.Boolean,defaultValue:!1}};import{ControlType as Pn}from"framer";var TY={onChange:{title:"onChange",type:Pn.EventHandler},disabled:{title:"Disabled",type:Pn.Boolean,defaultValue:!1},required:{title:"Required",type:Pn.Boolean,defaultValue:!1},value:{title:"Value",type:Pn.String,defaultValue:"2024/04 - 2024/07"},label:{title:"Label",type:Pn.String,defaultValue:""},error:{title:"Error",type:Pn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Pn.String,defaultValue:""},minDate:{title:"Minimum Date",type:Pn.String},maxDate:{title:"Maximum Date",type:Pn.String},disableFuture:{title:"Disable Future",type:Pn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:Pn.Boolean,defaultValue:!1}};import{ControlType as Bs}from"framer";var PY={orientation:{title:"Orientation",type:Bs.Enum,options:["vertical","horizontal"],defaultValue:"vertical"},defaultValue:{title:"Checked Value",type:Bs.String,defaultValue:"value1"},items:{title:"Items",type:Bs.Array,control:{type:Bs.Object,controls:{displayName:{title:"Display Name",type:Bs.String},value:{title:"Value",type:Bs.String},color:{title:"Color",type:Bs.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]}}},defaultValue:[{displayName:"Value 1",value:"value1",color:"primary"},{displayName:"Value 2",value:"value2",color:"primary"},{displayName:"Value 3",value:"value3",color:"primary"},{displayName:"Value 4",value:"value4",color:"primary"},{displayName:"Value 5",value:"value5",color:"primary"},{displayName:"Value 6",value:"value6",color:"primary"}]}};import{ControlType as IA}from"framer";var CY={color:{title:"Color",type:IA.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:IA.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"}};import{ControlType as fg}from"framer";var SY={animation:{title:"Animation type",type:fg.Enum,options:["wave","pulse"]},variant:{title:"Variant",type:fg.Enum,options:["circular","rectangular"],defaultValue:"rectangular"},target:{title:"Target",type:fg.ComponentInstance},loading:{title:"Loading",type:fg.Boolean,defaultValue:!1}};import{ControlType as Vn}from"framer";var kY={steps:{type:Vn.Array,control:{type:Vn.Object,controls:{label:{type:Vn.String,title:"Label"},extraContent:{type:Vn.String,title:"Extra Content"},indicatorContent:{type:Vn.String,title:"Indicator Content"}}},defaultValue:[{label:"Step 1",extraContent:"Step 1 extra content",indicatorContent:"1"},{label:"Step 2",extraContent:"Step 2 extra content",indicatorContent:"2"},{label:"Step 3",extraContent:"Step 3 extra content",indicatorContent:"3"}]},activeStep:{type:Vn.Number,title:"Active Step",defaultValue:0},activeColor:{title:"Active Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"primary.500"},activeLineColor:{title:"Active Line Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"primary.500"},inactiveColor:{title:"Inactive Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"neutral.400"},inactiveLineColor:{title:"Inactive Line Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"neutral.300"}};import{ControlType as pd}from"framer";var RY={onChange:{title:"onChange",type:pd.EventHandler},disabled:{title:"Disabled",type:pd.Boolean,defaultValue:!1},color:{title:"Color",type:pd.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:pd.Enum,options:["solid","outlined","soft","plain"],defaultValue:void 0},size:{title:"Size",type:pd.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Co}from"framer";var EY={color:{title:"Color",type:Co.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},size:{title:"Size",type:Co.Enum,options:["sm","md","lg"],defaultValue:"md"},variant:{title:"Variant",type:Co.Enum,options:["outlined","plain","solid","soft"],defaultValue:"plain"},orientation:{type:Co.Enum,options:["horizontal","vertical"]},disableUnderline:{type:Co.Boolean,defaultValue:!1},disableIndicator:{type:Co.Boolean,defaultValue:!1},indicatorInset:{type:Co.Boolean,defaultValue:!1},tabs:{type:Co.Array,control:{type:Co.Object,controls:{title:{type:Co.String},disabled:{type:Co.Boolean,defaultValue:!1}}}},contents:{title:"Contents",type:Co.Array,control:{type:Co.ComponentInstance}}};import{ControlType as Xr}from"framer";var IY={label:{title:"Label",type:Xr.String},error:{title:"Error",type:Xr.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Xr.String},onChange:{type:Xr.EventHandler},disabled:{title:"Disabled",type:Xr.Boolean,defaultValue:!1},required:{title:"Required",type:Xr.Boolean,defaultValue:!1},color:{title:"Color",type:Xr.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},variant:{title:"Variant",type:Xr.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"},defaultValue:{title:"Value",type:Xr.String,defaultValue:""},placeholder:{title:"Placeholder",type:Xr.String,defaultValue:"Type in here..."},endDecorator:{title:"End Decorator",type:Xr.ComponentInstance},startDecorator:{title:"Start Decorator",type:Xr.ComponentInstance},size:{title:"Size",type:Xr.Enum,options:["sm","md","lg"],defaultValue:"md"},minRows:{title:"Min Rows",type:Xr.Number,defaultValue:void 0},maxRows:{title:"Max Rows",type:Xr.Number,defaultValue:void 0}};import{ControlType as Rp}from"framer";var OY={textAlign:{title:"Text Align",type:Rp.Enum,options:[void 0,"start","center","end"],optionTitles:["None","Start","Center","End"],defaultValue:void 0},level:{title:"Level",type:Rp.Enum,options:["h1","h2","h3","h4","title-lg","title-md","title-sm","body-lg","body-md","body-sm","body-xs","inherit"],defaultValue:"body-md"},textColor:{title:"Text Color",type:Rp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"inherit"},text:{title:"Text",type:Rp.String,defaultValue:"Typography",displayTextArea:!0},endDecorator:{title:"End Decorator",type:Rp.ComponentInstance},startDecorator:{title:"Start Decorator",type:Rp.ComponentInstance}};var Rdt={useNumbering:{title:"\u{1F4AB} Numbering",type:io.Boolean,defaultValue:!1},numbering:{title:" ",type:io.Number,defaultValue:1,hidden:({useNumbering:e})=>!e},useResponsiveMargin:{title:"\u{1F4AB} Responsive Margin",type:io.Boolean,defaultValue:!1},responsiveMargin:{title:" ",type:io.Object,buttonTitle:"Set Margin",hidden:({useResponsiveMargin:e})=>!e,controls:{xs:{type:io.FusedNumber,defaultValue:0,toggleKey:"xsMixed",toggleTitles:["All","Individual"],valueKeys:["xsMarginTop","xsMarginRight","xsMarginBottom","xsMarginLeft"],valueLabels:["T","R","B","L"]},sm:{type:io.FusedNumber,defaultValue:0,toggleKey:"smMixed",toggleTitles:["All","Individual"],valueKeys:["smMarginTop","smMarginRight","smMarginBottom","smMarginLeft"],valueLabels:["T","R","B","L"]},md:{type:io.FusedNumber,defaultValue:0,toggleKey:"mdMixed",toggleTitles:["All","Individual"],valueKeys:["mdMarginTop","mdMarginRight","mdMarginBottom","mdMarginLeft"],valueLabels:["T","R","B","L"]},lg:{type:io.FusedNumber,defaultValue:0,toggleKey:"lgMixed",toggleTitles:["All","Individual"],valueKeys:["lgMarginTop","lgMarginRight","lgMarginBottom","lgMarginLeft"],valueLabels:["T","R","B","L"]},xl:{type:io.FusedNumber,defaultValue:0,toggleKey:"xlMixed",toggleTitles:["All","Individual"],valueKeys:["xlMarginTop","xlMarginRight","xlMarginBottom","xlMarginLeft"],valueLabels:["T","R","B","L"]}}}},wY=e=>n=>{var a=n,{useResponsiveMargin:t,responsiveMargin:r}=a,o=Pe(a,["useResponsiveMargin","responsiveMargin"]);let[i,s]=_A({}),l=()=>{r!=null&&r.xsMixed?s({marginLeft:r==null?void 0:r.xsMarginLeft,marginRight:r==null?void 0:r.xsMarginRight,marginTop:r==null?void 0:r.xsMarginTop,marginBottom:r==null?void 0:r.xsMarginBottom}):s({margin:r==null?void 0:r.xs})},p=()=>{r!=null&&r.smMixed?s({marginLeft:r==null?void 0:r.smMarginLeft,marginRight:r==null?void 0:r.smMarginRight,marginTop:r==null?void 0:r.smMarginTop,marginBottom:r==null?void 0:r.smMarginBottom}):s({margin:r==null?void 0:r.sm})},c=()=>{r!=null&&r.mdMixed?s({marginLeft:r==null?void 0:r.mdMarginLeft,marginRight:r==null?void 0:r.mdMarginRight,marginTop:r==null?void 0:r.mdMarginTop,marginBottom:r==null?void 0:r.mdMarginBottom}):s({margin:r==null?void 0:r.md})},u=()=>{r!=null&&r.lgMixed?s({marginLeft:r==null?void 0:r.lgMarginLeft,marginRight:r==null?void 0:r.lgMarginRight,marginTop:r==null?void 0:r.lgMarginTop,marginBottom:r==null?void 0:r.lgMarginBottom}):s({margin:r==null?void 0:r.lg})},f=()=>{r!=null&&r.xlMixed?s({marginLeft:r==null?void 0:r.xlMarginLeft,marginRight:r==null?void 0:r.xlMarginRight,marginTop:r==null?void 0:r.xlMarginTop,marginBottom:r==null?void 0:r.xlMarginBottom}):s({margin:r==null?void 0:r.xl})};return t?q0(AY,{onXsChange:l,onSmChange:p,onMdChange:c,onLgChange:u,onXlChange:f,children:q0(e,ae(V({},o),{sx:i}))}):q0(e,o)},Edt=e=>{let t=wY(e);return a=>{var i=a,{useNumbering:r,numbering:o}=i,n=Pe(i,["useNumbering","numbering"]);let s=[{Component:t,props:n}];return r&&s.push({Component:Ic,props:{color:"neutral",badgeContent:o,style:{display:"inherit"},anchorOrigin:{vertical:"top",horizontal:"left"}}}),s.reduce((l,{Component:p,props:c})=>[_Y.createElement(p,c,...l)],[])}},DY=(e,t)=>{OA(()=>{let r=new ResizeObserver(t);return r.observe(e),()=>r.disconnect()},[e])},cd=(e,t)=>{let o=Rv().breakpoints.values[e],[n,a]=_A(!1);return DY(t,()=>{a(t.offsetWidth>=o)}),n},AY=e=>{let{children:t,onXsChange:r,onSmChange:o,onMdChange:n,onLgChange:a,onXlChange:i}=e,s=cd("xs",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),l=cd("sm",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),p=cd("md",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),c=cd("lg",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),u=cd("xl",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body);return OA(()=>{if(u&&i){i();return}else if(c&&a){a();return}else if(p&&n){n();return}else if(l&&o){o();return}else if(s&&r){r();return}},[s,l,p,c,u,r,o,n,a,i]),t},Idt={onXsChange:{title:"onXsChange",type:io.EventHandler},onSmChange:{title:"onSmChange",type:io.EventHandler},onMdChange:{title:"onMdChange",type:io.EventHandler},onLgChange:{title:"onLgChange",type:io.EventHandler},onXlChange:{title:"onXlChange",type:io.EventHandler}};export{Ph as Accordion,Th as AccordionDetails,xh as AccordionSummary,Zb as Accordions,Qb as Alert,hb as AspectRatio,ru as Autocomplete,kc as AutocompleteListbox,Rc as AutocompleteOption,Ob as Avatar,Eb as AvatarGroup,Ic as Badge,ou as Box,mx as Breadcrumbs,lu as Button,pu as Calendar,uu as Card,bx as CardActions,gx as CardContent,vx as CardCover,xx as CardOverflow,du as Checkbox,Qc as Chip,un as CircularProgress,Tx as Container,Fl as CssBaseline,oy as CurrencyInput,Yx as DataTable,fy as DatePicker,Xx as DateRangePicker,Ou as DialogActions,Au as DialogContent,rT as DialogFrame,Nu as DialogTitle,Lu as Divider,Ac as Drawer,su as Dropdown,Yc as FormControl,Zc as FormHelperText,Xc as FormLabel,OT as Grid,eu as IconButton,Pu as Input,oT as InsetDrawer,Mc as LinearProgress,sa as Link,Pc as List,Fb as ListDivider,ps as ListItem,db as ListItemButton,$b as ListItemContent,jl as ListItemDecorator,ds as ListSubheader,w0 as Markdown,nu as Menu,au as MenuButton,iu as MenuItem,Qx as Modal,xy as ModalClose,Mu as ModalDialog,tT as ModalFrame,eT as ModalOverflow,bA as MonthPicker,N0 as MonthRangePicker,my as Option,nd as Radio,ad as RadioGroup,M0 as RadioList,AY as ResponsiveEmitter,wu as Select,Cu as Sheet,Ub as Skeleton,Gb as Slider,Gc as Stack,lg as Step,Jb as StepButton,pg as StepIndicator,L0 as Stepper,B0 as Switch,F0 as Tab,$0 as TabList,V0 as TabPanel,Su as Table,$x as TableBody,Fx as TableHead,z0 as Tabs,_u as Textarea,j0 as ThemeProvider,Du as Tooltip,Ho as Typography,Tw as Uploader,Uf as accordionClasses,wn as accordionDetailsClasses,Il as accordionSummaryClasses,aR as accordionsClasses,ZK as accordionsPropertyControls,TR as alertClasses,QK as alertPropertyControls,kR as aspectRatioClasses,dn as autocompleteClasses,ZR as autocompleteListboxClasses,rE as autocompleteOptionClasses,H0 as autocompletePropertyControls,lE as avatarClasses,cE as avatarGroupClasses,eY as avatarPropertyControls,dm as badgeClasses,tY as badgePropertyControls,fm as boxClasses,hE as breadcrumbsClasses,rY as breadcrumbsPropertyControls,fn as buttonClasses,oY as buttonPropertyControls,aY as calendarPropertyControls,SE as cardActionsClasses,mn as cardClasses,OE as cardContentClasses,DE as cardCoverClasses,si as cardOverflowClasses,hn as checkboxClasses,nY as checkboxPropertyControls,wl as chipClasses,iY as chipPropertyControls,AR as circularProgressClasses,Rdt as commonPropertyControls,sY as currencyInputPropertyControls,lY as dataTablePropertyControls,pY as datePickerPropertyControls,cY as dateRangePickerPropertyControls,jE as dialogActionsClasses,WE as dialogContentClasses,uY as dialogFramePropertyControls,$l as dialogTitleClasses,bm as dividerClasses,dY as dividerPropertyControls,t1 as drawerClasses,hs as formControlClasses,fY as formControlPropertyControls,i1 as formHelperTextClasses,Nm as formLabelClasses,p1 as gridClasses,im as iconButtonClasses,hY as iconButtonPropertyControls,Cc as inputClasses,yY as inputPropertyControls,u1 as linearProgressClasses,Lc as linkClasses,W0 as linkPropertyControls,Yf as listClasses,v1 as listDividerClasses,us as listItemButtonClasses,ea as listItemClasses,x1 as listItemContentClasses,C1 as listItemDecoratorClasses,KR as listSubheaderClasses,gY as markdownPropertyControls,I1 as menuButtonClasses,vY as menuButtonPropertyControls,k1 as menuClasses,_1 as menuItemClasses,ZE as modalClasses,D1 as modalCloseClasses,aa as modalDialogClasses,bY as modalFramePropertyControls,B1 as modalOverflowClasses,xY as monthPickerPropertyControls,TY as monthRangePickerPropertyControls,Ym as optionClasses,di as radioClasses,j1 as radioGroupClasses,PY as radioListPropertyControls,Idt as responsiveEmitterPropertyControls,pa as selectClasses,U0 as selectPropertyControls,q1 as sheetClasses,CY as sheetPropertyControls,X1 as skeletonClasses,SY as skeletonPropertyControls,Gl as sliderClasses,mI as stackClasses,ah as stepButtonClasses,Nr as stepClasses,gn as stepperClasses,kY as stepperPropertyControls,Mn as switchClasses,RY as switchPropertyControls,SI as tabListClasses,RI as tabPanelClasses,bI as tableClasses,OI as tabsClasses,EY as tabsPropertyControls,Uc as textareaClasses,IY as textareaPropertyControls,AI as tooltipClasses,gE as typographyClasses,OY as typographyPropertyControls,mY as uploaderPropertyControls,_S as useColorScheme,Rv as useTheme,K as useThemeProps,Edt as withCommonControls};
|
|
143
|
+
\uB2E8, \uB0B4\uC6A9\uC774 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uAC00\uB824\uC9C8 \uC218 \uC788\uC2B5\uB2C8\uB2E4.`},hoverRow:{type:mt.Boolean,defaultValue:!0,description:"\uB9C8\uC6B0\uC2A4\uB97C \uC62C\uB838\uC744 \uB54C \uD589\uC744 \uAC15\uC870\uD558\uB824\uBA74 Yes\uB85C \uC124\uC815\uD558\uC138\uC694."},editMode:{type:mt.Boolean,defaultValue:!1},stripe:{type:mt.Enum,options:[void 0,"odd","even"],optionTitles:["None","Odd","Even"],defaultValue:void 0},columns:{type:mt.Array,description:"Column\uC758 \uC0C1\uC138 \uC124\uC815\uC774 \uD544\uC694\uD55C \uACBD\uC6B0 \uC0AC\uC6A9",control:{type:mt.Object,controls:{field:{type:mt.String,description:"Column Name. CSV\uC5D0 \uC788\uB294 \uAC12\uC744 \uADF8\uB300\uB85C \uB123\uC5B4\uC57C \uD55C\uB2E4."},width:{type:mt.String},type:{type:mt.Enum,defaultValue:"text",options:["text","longText","number","currency","date","select","autocomplete","link"],optionTitles:["Text","Long Text","Number","Currency","Date","Select","Autocomplete","Link"]},resizable:{type:mt.Boolean,defaultValue:!0},isColumnEditable:{type:mt.Boolean,description:"Column\uC744 \uC218\uC815 \uAC00\uB2A5\uD558\uAC8C \uD560\uC9C0 \uC5EC\uBD80",defaultValue:!1},required:{type:mt.Boolean,defaultValue:!1},dateProps:{type:mt.Object,controls:{value:{title:"Value",type:mt.String,defaultValue:"2024/04/03"}},hidden(e){return e.type!=="date"}},autoCompleteProps:{type:mt.Object,controls:V({},G0(H0,["defaultValue","options","placeholder"])),hidden(e){return e.type!=="autocomplete"}},selectProps:{type:mt.Object,controls:V({},G0(U0,["defaultValue","options","placeholder"])),hidden(e){return e.type!=="select"}},linkProps:{type:mt.Object,controls:V({},G0(W0,["href"])),hidden(e){return e.type!=="link"}}}},defaultValue:[]},stickyHeader:{type:mt.Boolean,defaultValue:!1},stickyFooter:{type:mt.Boolean,defaultValue:!1},loading:{type:mt.Boolean,defaultValue:!1},pagination:{title:"Pagination",type:mt.Boolean,defaultValue:!0},onPaginationModelChange:{type:mt.EventHandler},onSelectionModelChange:{type:mt.EventHandler},toolbar:{type:mt.ComponentInstance}};import{ControlType as bn}from"framer";var pY={onChange:{title:"onChange",type:bn.EventHandler},disabled:{title:"Disabled",type:bn.Boolean,defaultValue:!1},required:{title:"Required",type:bn.Boolean,defaultValue:!1},value:{title:"Value",type:bn.String,defaultValue:"2024/04/03"},label:{title:"Label",type:bn.String,defaultValue:""},error:{title:"Error",type:bn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:bn.String,defaultValue:""},minDate:{title:"Minimum Date",type:bn.String},maxDate:{title:"Maximum Date",type:bn.String},disableFuture:{title:"Disable Future",type:bn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:bn.Boolean,defaultValue:!1}};import{ControlType as xn}from"framer";var cY={onChange:{title:"onChange",type:xn.EventHandler},disabled:{title:"Disabled",type:xn.Boolean,defaultValue:!1},required:{title:"Required",type:xn.Boolean,defaultValue:!1},value:{title:"Value",type:xn.String,defaultValue:"2024/04/03 - 2024/04/20"},label:{title:"Label",type:xn.String,defaultValue:""},error:{title:"Error",type:xn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:xn.String,defaultValue:""},minDate:{title:"Minimum Date",type:xn.String},maxDate:{title:"Maximum Date",type:xn.String},disableFuture:{title:"Disable Future",type:xn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:xn.Boolean,defaultValue:!1}};import{ControlType as sd}from"framer";var uY={title:{type:sd.String,defaultValue:"Title"},content:{title:"Content",type:sd.ComponentInstance},actions:{title:"Actions",type:sd.ComponentInstance},size:{title:"Size",type:sd.Enum,options:["sm","md","lg"],defaultValue:"md"},fullscreen:{title:"Fullscreen",type:sd.Boolean,defaultValue:!1}};import{ControlType as EA}from"framer";var dY={text:{type:EA.String,defaultValue:void 0},orientation:{title:"Orientation",type:EA.Enum,options:["horizontal","vertical"]}};import{ControlType as ld}from"framer";var fY={size:{type:ld.Enum,options:["sm","md","lg"],defaultValue:"sm"},label:{title:"Label",type:ld.String,defaultValue:"Label"},content:{title:"Contents",type:ld.Array,control:{title:"Content",type:ld.ComponentInstance}},required:{type:ld.Boolean,title:"Required",defaultValue:!1}};import{ControlType as Po}from"framer";var mY={label:{title:"Label",type:Po.String},error:{title:"Error",type:Po.Boolean,defaultValue:!1},uploaded:{title:"Uploaded",type:Po.Array,control:{type:Po.Object,controls:{name:{type:Po.String},size:{type:Po.Number}}},defaultValue:[]},size:{title:"Size",type:Po.Enum,options:["sm","md"],optionTitles:["Small","Medium"],defaultValue:"md"},accepts:{title:"Accepts",type:Po.Array,control:{type:Po.Enum,options:["image/*","video/*","audio/*",".pdf",".jpeg",".png","jpg",".txt",".csv",".doc,.docx",".xls,.xlsx",".ppt,.pptx",".zip"],optionTitles:["Image","Video","Audio","Pdf","Jpeg","Png","Jpg","Text","Csv","Word","Excel","Powerpoint","Zip"],defaultValue:"image/*"},defaultValue:[]},minCount:{title:"Min Count",type:Po.Number,defaultValue:void 0},maxCount:{title:"Max Count",type:Po.Number,defaultValue:void 0},maxFileSize:{title:"Max File Size(KB)",type:Po.Number,defaultValue:void 0},maxFileTotalSize:{title:"Max File Total Size(KB)",type:Po.Number,defaultValue:3}};import{ControlType as Ca}from"framer";var hY={icon:{title:"Icon",type:Ca.ComponentInstance},onClick:{title:"onClick",type:Ca.EventHandler},disabled:{title:"Disabled",type:Ca.Boolean,defaultValue:!1},color:{title:"Color",type:Ca.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:Ca.Enum,options:["solid","outlined","soft","plain"]},size:{title:"Size",type:Ca.Enum,options:["sm","md","lg"],defaultValue:"md"},modalContents:{title:"Modal Contents",type:Ca.Array,control:{type:Ca.ComponentInstance}},enablePortal:{type:Ca.Boolean,description:"\uD574\uB2F9 \uBC84\uD2BC\uACFC \uC5F0\uACB0\uB41C \uBAA8\uB2EC\uC774 \uCEE8\uD150\uCE20 \uC548\uC5D0\uC11C \uC5F4\uB9AC\uBA74 \uC774 \uAC12\uC744 Yes\uB85C \uC124\uC815\uD574 \uBCF4\uC138\uC694.",defaultValue:!1,hidden:({modalContents:e})=>e.length===0}};import{ControlType as Yr}from"framer";var yY={label:{title:"Label",type:Yr.String},helperText:{title:"Helper Text",type:Yr.String},error:{title:"Error",type:Yr.Boolean,defaultValue:!1},onChange:{type:Yr.EventHandler},disabled:{title:"Disabled",type:Yr.Boolean,defaultValue:!1},required:{title:"Required",type:Yr.Boolean,defaultValue:!1},readOnly:{title:"Readonly",type:Yr.Boolean,defaultValue:!1},enableClearable:{title:"Enable Clearable",type:Yr.Boolean,defaultValue:!1},color:{title:"Color",type:Yr.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},variant:{title:"Variant",type:Yr.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"},defaultValue:{title:"Value",type:Yr.String,defaultValue:""},placeholder:{title:"Placeholder",type:Yr.String,defaultValue:"Type in here..."},endDecorator:{title:"End Decorator",type:Yr.ComponentInstance},startDecorator:{title:"Start Decorator",type:Yr.ComponentInstance},size:{title:"Size",type:Yr.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Sp}from"framer";var gY={text:{title:"Text",type:Sp.String,defaultValue:"This is **markdown**.",displayTextArea:!0},textAlign:{title:"Text Align",type:Sp.Enum,options:[void 0,"start","center","end"],optionTitles:["None","Start","Center","End"],defaultValue:void 0},defaultLevel:{title:"defaultLevel",type:Sp.Enum,options:["h1","h2","h3","h4","title-lg","title-md","title-sm","body-lg","body-md","body-sm","body-xs","inherit"],defaultValue:"body-md"},defaultLinkAction:{title:"defaultLinkAction",type:Sp.Enum,options:["self","blank","parent","top","unfencedTop"],defaultValue:"self"},textColor:{title:"Text Color",type:Sp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"inherit"},accentColor:{title:"Accent Color",type:Sp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"danger.500"}};import{ControlType as kp}from"framer";var vY={buttonText:{title:"Button Text",type:kp.String,defaultValue:"text"},showIcon:{type:kp.Boolean,defaultValue:!1},size:{type:kp.Enum,options:["sm","md","lg"],defaultValue:"sm"},items:{title:"Items",type:kp.Array,control:{type:kp.Object,controls:{text:{type:kp.String}}},defaultValue:[]}};import{ControlType as J0}from"framer";var bY={title:{type:J0.String,defaultValue:"Title"},content:{title:"Content",type:J0.ComponentInstance},size:{title:"Size",type:J0.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Tn}from"framer";var xY={onChange:{title:"onChange",type:Tn.EventHandler},disabled:{title:"Disabled",type:Tn.Boolean,defaultValue:!1},required:{title:"Required",type:Tn.Boolean,defaultValue:!1},value:{title:"Value",type:Tn.String,defaultValue:"2024/04/03"},label:{title:"Label",type:Tn.String,defaultValue:""},error:{title:"Error",type:Tn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Tn.String,defaultValue:""},minDate:{title:"Minimum Date",type:Tn.String},maxDate:{title:"Maximum Date",type:Tn.String},disableFuture:{title:"Disable Future",type:Tn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:Tn.Boolean,defaultValue:!1}};import{ControlType as Pn}from"framer";var TY={onChange:{title:"onChange",type:Pn.EventHandler},disabled:{title:"Disabled",type:Pn.Boolean,defaultValue:!1},required:{title:"Required",type:Pn.Boolean,defaultValue:!1},value:{title:"Value",type:Pn.String,defaultValue:"2024/04 - 2024/07"},label:{title:"Label",type:Pn.String,defaultValue:""},error:{title:"Error",type:Pn.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Pn.String,defaultValue:""},minDate:{title:"Minimum Date",type:Pn.String},maxDate:{title:"Maximum Date",type:Pn.String},disableFuture:{title:"Disable Future",type:Pn.Boolean,defaultValue:!1},disablePast:{title:"Disable Past",type:Pn.Boolean,defaultValue:!1}};import{ControlType as Bs}from"framer";var PY={orientation:{title:"Orientation",type:Bs.Enum,options:["vertical","horizontal"],defaultValue:"vertical"},defaultValue:{title:"Checked Value",type:Bs.String,defaultValue:"value1"},items:{title:"Items",type:Bs.Array,control:{type:Bs.Object,controls:{displayName:{title:"Display Name",type:Bs.String},value:{title:"Value",type:Bs.String},color:{title:"Color",type:Bs.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]}}},defaultValue:[{displayName:"Value 1",value:"value1",color:"primary"},{displayName:"Value 2",value:"value2",color:"primary"},{displayName:"Value 3",value:"value3",color:"primary"},{displayName:"Value 4",value:"value4",color:"primary"},{displayName:"Value 5",value:"value5",color:"primary"},{displayName:"Value 6",value:"value6",color:"primary"}]}};import{ControlType as IA}from"framer";var CY={color:{title:"Color",type:IA.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:IA.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"}};import{ControlType as fg}from"framer";var SY={animation:{title:"Animation type",type:fg.Enum,options:["wave","pulse"]},variant:{title:"Variant",type:fg.Enum,options:["circular","rectangular"],defaultValue:"rectangular"},target:{title:"Target",type:fg.ComponentInstance},loading:{title:"Loading",type:fg.Boolean,defaultValue:!1}};import{ControlType as Vn}from"framer";var kY={steps:{type:Vn.Array,control:{type:Vn.Object,controls:{label:{type:Vn.String,title:"Label"},extraContent:{type:Vn.String,title:"Extra Content"},indicatorContent:{type:Vn.String,title:"Indicator Content"}}},defaultValue:[{label:"Step 1",extraContent:"Step 1 extra content",indicatorContent:"1"},{label:"Step 2",extraContent:"Step 2 extra content",indicatorContent:"2"},{label:"Step 3",extraContent:"Step 3 extra content",indicatorContent:"3"}]},activeStep:{type:Vn.Number,title:"Active Step",defaultValue:0},activeColor:{title:"Active Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"primary.500"},activeLineColor:{title:"Active Line Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"primary.500"},inactiveColor:{title:"Inactive Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"neutral.400"},inactiveLineColor:{title:"Inactive Line Color",type:Vn.Enum,options:["inherit","common.white","common.black","primary.600","primary.500","primary.400","primary.300","primary.200","primary.100","success.600","success.500","success.400","success.300","success.200","success.100","warning.600","warning.500","warning.400","warning.300","warning.200","warning.100","neutral.600","neutral.500","neutral.400","neutral.300","neutral.200","neutral.100"],defaultValue:"neutral.300"}};import{ControlType as pd}from"framer";var RY={onChange:{title:"onChange",type:pd.EventHandler},disabled:{title:"Disabled",type:pd.Boolean,defaultValue:!1},color:{title:"Color",type:pd.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},variant:{title:"Variant",type:pd.Enum,options:["solid","outlined","soft","plain"],defaultValue:void 0},size:{title:"Size",type:pd.Enum,options:["sm","md","lg"],defaultValue:"md"}};import{ControlType as Co}from"framer";var EY={color:{title:"Color",type:Co.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"]},size:{title:"Size",type:Co.Enum,options:["sm","md","lg"],defaultValue:"md"},variant:{title:"Variant",type:Co.Enum,options:["outlined","plain","solid","soft"],defaultValue:"plain"},orientation:{type:Co.Enum,options:["horizontal","vertical"]},disableUnderline:{type:Co.Boolean,defaultValue:!1},disableIndicator:{type:Co.Boolean,defaultValue:!1},indicatorInset:{type:Co.Boolean,defaultValue:!1},tabs:{type:Co.Array,control:{type:Co.Object,controls:{title:{type:Co.String},disabled:{type:Co.Boolean,defaultValue:!1}}}},contents:{title:"Contents",type:Co.Array,control:{type:Co.ComponentInstance}}};import{ControlType as Xr}from"framer";var IY={label:{title:"Label",type:Xr.String},error:{title:"Error",type:Xr.Boolean,defaultValue:!1},helperText:{title:"Helper Text",type:Xr.String},onChange:{type:Xr.EventHandler},disabled:{title:"Disabled",type:Xr.Boolean,defaultValue:!1},required:{title:"Required",type:Xr.Boolean,defaultValue:!1},color:{title:"Color",type:Xr.Enum,options:["primary","neutral","danger","success","warning"],optionTitles:["Primary","Neutral","Danger","Success","Warning"],defaultValue:"neutral"},variant:{title:"Variant",type:Xr.Enum,options:["solid","outlined","soft","plain"],defaultValue:"outlined"},defaultValue:{title:"Value",type:Xr.String,defaultValue:""},placeholder:{title:"Placeholder",type:Xr.String,defaultValue:"Type in here..."},endDecorator:{title:"End Decorator",type:Xr.ComponentInstance},startDecorator:{title:"Start Decorator",type:Xr.ComponentInstance},size:{title:"Size",type:Xr.Enum,options:["sm","md","lg"],defaultValue:"md"},minRows:{title:"Min Rows",type:Xr.Number,defaultValue:void 0},maxRows:{title:"Max Rows",type:Xr.Number,defaultValue:void 0}};import{ControlType as Rp}from"framer";var OY={textAlign:{title:"Text Align",type:Rp.Enum,options:[void 0,"start","center","end"],optionTitles:["None","Start","Center","End"],defaultValue:void 0},level:{title:"Level",type:Rp.Enum,options:["h1","h2","h3","h4","title-lg","title-md","title-sm","body-lg","body-md","body-sm","body-xs","inherit"],defaultValue:"body-md"},textColor:{title:"Text Color",type:Rp.Enum,options:["text.primary","text.secondary","text.icon","text.tertiary","inherit","common.white","common.black","primary.500","danger.500"],defaultValue:"inherit"},text:{title:"Text",type:Rp.String,defaultValue:"Typography",displayTextArea:!0},endDecorator:{title:"End Decorator",type:Rp.ComponentInstance},startDecorator:{title:"Start Decorator",type:Rp.ComponentInstance}};var Edt={useNumbering:{title:"\u{1F4AB} Numbering",type:io.Boolean,defaultValue:!1},numbering:{title:" ",type:io.Number,defaultValue:1,hidden:({useNumbering:e})=>!e},useResponsiveMargin:{title:"\u{1F4AB} Responsive Margin",type:io.Boolean,defaultValue:!1},responsiveMargin:{title:" ",type:io.Object,buttonTitle:"Set Margin",hidden:({useResponsiveMargin:e})=>!e,controls:{xs:{type:io.FusedNumber,defaultValue:0,toggleKey:"xsMixed",toggleTitles:["All","Individual"],valueKeys:["xsMarginTop","xsMarginRight","xsMarginBottom","xsMarginLeft"],valueLabels:["T","R","B","L"]},sm:{type:io.FusedNumber,defaultValue:0,toggleKey:"smMixed",toggleTitles:["All","Individual"],valueKeys:["smMarginTop","smMarginRight","smMarginBottom","smMarginLeft"],valueLabels:["T","R","B","L"]},md:{type:io.FusedNumber,defaultValue:0,toggleKey:"mdMixed",toggleTitles:["All","Individual"],valueKeys:["mdMarginTop","mdMarginRight","mdMarginBottom","mdMarginLeft"],valueLabels:["T","R","B","L"]},lg:{type:io.FusedNumber,defaultValue:0,toggleKey:"lgMixed",toggleTitles:["All","Individual"],valueKeys:["lgMarginTop","lgMarginRight","lgMarginBottom","lgMarginLeft"],valueLabels:["T","R","B","L"]},xl:{type:io.FusedNumber,defaultValue:0,toggleKey:"xlMixed",toggleTitles:["All","Individual"],valueKeys:["xlMarginTop","xlMarginRight","xlMarginBottom","xlMarginLeft"],valueLabels:["T","R","B","L"]}}}},wY=e=>n=>{var a=n,{useResponsiveMargin:t,responsiveMargin:r}=a,o=Pe(a,["useResponsiveMargin","responsiveMargin"]);let[i,s]=_A({}),l=()=>{r!=null&&r.xsMixed?s({marginLeft:r==null?void 0:r.xsMarginLeft,marginRight:r==null?void 0:r.xsMarginRight,marginTop:r==null?void 0:r.xsMarginTop,marginBottom:r==null?void 0:r.xsMarginBottom}):s({margin:r==null?void 0:r.xs})},p=()=>{r!=null&&r.smMixed?s({marginLeft:r==null?void 0:r.smMarginLeft,marginRight:r==null?void 0:r.smMarginRight,marginTop:r==null?void 0:r.smMarginTop,marginBottom:r==null?void 0:r.smMarginBottom}):s({margin:r==null?void 0:r.sm})},c=()=>{r!=null&&r.mdMixed?s({marginLeft:r==null?void 0:r.mdMarginLeft,marginRight:r==null?void 0:r.mdMarginRight,marginTop:r==null?void 0:r.mdMarginTop,marginBottom:r==null?void 0:r.mdMarginBottom}):s({margin:r==null?void 0:r.md})},u=()=>{r!=null&&r.lgMixed?s({marginLeft:r==null?void 0:r.lgMarginLeft,marginRight:r==null?void 0:r.lgMarginRight,marginTop:r==null?void 0:r.lgMarginTop,marginBottom:r==null?void 0:r.lgMarginBottom}):s({margin:r==null?void 0:r.lg})},f=()=>{r!=null&&r.xlMixed?s({marginLeft:r==null?void 0:r.xlMarginLeft,marginRight:r==null?void 0:r.xlMarginRight,marginTop:r==null?void 0:r.xlMarginTop,marginBottom:r==null?void 0:r.xlMarginBottom}):s({margin:r==null?void 0:r.xl})};return t?q0(AY,{onXsChange:l,onSmChange:p,onMdChange:c,onLgChange:u,onXlChange:f,children:q0(e,ae(V({},o),{sx:i}))}):q0(e,o)},Idt=e=>{let t=wY(e);return a=>{var i=a,{useNumbering:r,numbering:o}=i,n=Pe(i,["useNumbering","numbering"]);let s=[{Component:t,props:n}];return r&&s.push({Component:Ic,props:{color:"neutral",badgeContent:o,style:{display:"inherit"},anchorOrigin:{vertical:"top",horizontal:"left"}}}),s.reduce((l,{Component:p,props:c})=>[_Y.createElement(p,c,...l)],[])}},DY=(e,t)=>{OA(()=>{let r=new ResizeObserver(t);return r.observe(e),()=>r.disconnect()},[e])},cd=(e,t)=>{let o=Rv().breakpoints.values[e],[n,a]=_A(!1);return DY(t,()=>{a(t.offsetWidth>=o)}),n},AY=e=>{let{children:t,onXsChange:r,onSmChange:o,onMdChange:n,onLgChange:a,onXlChange:i}=e,s=cd("xs",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),l=cd("sm",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),p=cd("md",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),c=cd("lg",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body),u=cd("xl",document.querySelector("#canvas-container .groundNodeWrapper > div[id]")||document.body);return OA(()=>{if(u&&i){i();return}else if(c&&a){a();return}else if(p&&n){n();return}else if(l&&o){o();return}else if(s&&r){r();return}},[s,l,p,c,u,r,o,n,a,i]),t},Odt={onXsChange:{title:"onXsChange",type:io.EventHandler},onSmChange:{title:"onSmChange",type:io.EventHandler},onMdChange:{title:"onMdChange",type:io.EventHandler},onLgChange:{title:"onLgChange",type:io.EventHandler},onXlChange:{title:"onXlChange",type:io.EventHandler}};export{Ph as Accordion,Th as AccordionDetails,xh as AccordionSummary,Zb as Accordions,Qb as Alert,hb as AspectRatio,ru as Autocomplete,kc as AutocompleteListbox,Rc as AutocompleteOption,Ob as Avatar,Eb as AvatarGroup,Ic as Badge,ou as Box,mx as Breadcrumbs,lu as Button,pu as Calendar,uu as Card,bx as CardActions,gx as CardContent,vx as CardCover,xx as CardOverflow,du as Checkbox,Qc as Chip,un as CircularProgress,Tx as Container,Fl as CssBaseline,oy as CurrencyInput,Yx as DataTable,fy as DatePicker,Xx as DateRangePicker,Ou as DialogActions,Au as DialogContent,rT as DialogFrame,Nu as DialogTitle,Lu as Divider,Ac as Drawer,su as Dropdown,Yc as FormControl,Zc as FormHelperText,Xc as FormLabel,OT as Grid,eu as IconButton,Pu as Input,oT as InsetDrawer,Mc as LinearProgress,sa as Link,Pc as List,Fb as ListDivider,ps as ListItem,db as ListItemButton,$b as ListItemContent,jl as ListItemDecorator,ds as ListSubheader,w0 as Markdown,nu as Menu,au as MenuButton,iu as MenuItem,Qx as Modal,xy as ModalClose,Mu as ModalDialog,tT as ModalFrame,eT as ModalOverflow,bA as MonthPicker,N0 as MonthRangePicker,my as Option,nd as Radio,ad as RadioGroup,M0 as RadioList,AY as ResponsiveEmitter,wu as Select,Cu as Sheet,Ub as Skeleton,Gb as Slider,Gc as Stack,lg as Step,Jb as StepButton,pg as StepIndicator,L0 as Stepper,B0 as Switch,F0 as Tab,$0 as TabList,V0 as TabPanel,Su as Table,$x as TableBody,Fx as TableHead,z0 as Tabs,_u as Textarea,j0 as ThemeProvider,Du as Tooltip,Ho as Typography,Tw as Uploader,Uf as accordionClasses,wn as accordionDetailsClasses,Il as accordionSummaryClasses,aR as accordionsClasses,ZK as accordionsPropertyControls,TR as alertClasses,QK as alertPropertyControls,kR as aspectRatioClasses,dn as autocompleteClasses,ZR as autocompleteListboxClasses,rE as autocompleteOptionClasses,H0 as autocompletePropertyControls,lE as avatarClasses,cE as avatarGroupClasses,eY as avatarPropertyControls,dm as badgeClasses,tY as badgePropertyControls,fm as boxClasses,hE as breadcrumbsClasses,rY as breadcrumbsPropertyControls,fn as buttonClasses,oY as buttonPropertyControls,aY as calendarPropertyControls,SE as cardActionsClasses,mn as cardClasses,OE as cardContentClasses,DE as cardCoverClasses,si as cardOverflowClasses,hn as checkboxClasses,nY as checkboxPropertyControls,wl as chipClasses,iY as chipPropertyControls,AR as circularProgressClasses,Edt as commonPropertyControls,sY as currencyInputPropertyControls,lY as dataTablePropertyControls,pY as datePickerPropertyControls,cY as dateRangePickerPropertyControls,jE as dialogActionsClasses,WE as dialogContentClasses,uY as dialogFramePropertyControls,$l as dialogTitleClasses,bm as dividerClasses,dY as dividerPropertyControls,t1 as drawerClasses,hs as formControlClasses,fY as formControlPropertyControls,i1 as formHelperTextClasses,Nm as formLabelClasses,p1 as gridClasses,im as iconButtonClasses,hY as iconButtonPropertyControls,Cc as inputClasses,yY as inputPropertyControls,u1 as linearProgressClasses,Lc as linkClasses,W0 as linkPropertyControls,Yf as listClasses,v1 as listDividerClasses,us as listItemButtonClasses,ea as listItemClasses,x1 as listItemContentClasses,C1 as listItemDecoratorClasses,KR as listSubheaderClasses,gY as markdownPropertyControls,I1 as menuButtonClasses,vY as menuButtonPropertyControls,k1 as menuClasses,_1 as menuItemClasses,ZE as modalClasses,D1 as modalCloseClasses,aa as modalDialogClasses,bY as modalFramePropertyControls,B1 as modalOverflowClasses,xY as monthPickerPropertyControls,TY as monthRangePickerPropertyControls,Ym as optionClasses,di as radioClasses,j1 as radioGroupClasses,PY as radioListPropertyControls,Odt as responsiveEmitterPropertyControls,pa as selectClasses,U0 as selectPropertyControls,q1 as sheetClasses,CY as sheetPropertyControls,X1 as skeletonClasses,SY as skeletonPropertyControls,Gl as sliderClasses,mI as stackClasses,ah as stepButtonClasses,Nr as stepClasses,gn as stepperClasses,kY as stepperPropertyControls,Mn as switchClasses,RY as switchPropertyControls,SI as tabListClasses,RI as tabPanelClasses,bI as tableClasses,OI as tabsClasses,EY as tabsPropertyControls,Uc as textareaClasses,IY as textareaPropertyControls,AI as tooltipClasses,gE as typographyClasses,OY as typographyPropertyControls,mY as uploaderPropertyControls,_S as useColorScheme,Rv as useTheme,K as useThemeProps,Idt as withCommonControls};
|
|
144
144
|
/*! Bundled license information:
|
|
145
145
|
|
|
146
146
|
react-is/cjs/react-is.production.min.js:
|