@jerry-fd/ui 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/antd-data-filter.js +1 -1
- package/chunk-6IEX6NJ5.js +1 -0
- package/chunk-J3QLREON.js +2 -0
- package/data-table.js +2 -2
- package/index.d.ts +13 -4
- package/index.js +2 -2
- package/package.json +1 -1
- package/styles/index.css +1 -1
- package/chunk-3IQZCZ7C.js +0 -2
- package/chunk-EGC423Q6.js +0 -1
package/index.d.ts
CHANGED
|
@@ -894,13 +894,14 @@ type PopoverPresetProps = VariantProps<typeof popoverVariants> & Omit<React__def
|
|
|
894
894
|
title?: React__default.ReactNode;
|
|
895
895
|
content?: React__default.ReactNode;
|
|
896
896
|
contentClassName?: string;
|
|
897
|
+
closeableClassName?: string;
|
|
897
898
|
open?: boolean;
|
|
898
899
|
defaultOpen?: boolean;
|
|
899
900
|
closeable?: boolean;
|
|
900
901
|
onOpenChange?: (open: boolean) => void;
|
|
901
902
|
onClose?: () => void;
|
|
902
903
|
};
|
|
903
|
-
declare function PopoverPreset({ variant, className, contentClassName, side, align, arrow, unstyled, closeable, sideOffset, title, content: contentNode, children, asChild, defaultOpen, open: controlledOpen, onOpenChange: controlledOnOpenChange, onClose, ...rest }: PopoverPresetProps): react_jsx_runtime.JSX.Element;
|
|
904
|
+
declare function PopoverPreset({ variant, className, contentClassName, closeableClassName, side, align, arrow, unstyled, closeable, sideOffset, title, content: contentNode, children, asChild, defaultOpen, open: controlledOpen, onOpenChange: controlledOnOpenChange, onClose, ...rest }: PopoverPresetProps): react_jsx_runtime.JSX.Element;
|
|
904
905
|
|
|
905
906
|
type PopConfirmProps = VariantProps<typeof popoverVariants> & React__default.ComponentProps<typeof PopoverContent> & {
|
|
906
907
|
title?: React__default.ReactNode;
|
|
@@ -1221,13 +1222,19 @@ declare const DropdownMenuContent: React__default.FC<React__default.ComponentPro
|
|
|
1221
1222
|
type DropdownMenuContentProps = React__default.ComponentProps<typeof DropdownMenuContent>;
|
|
1222
1223
|
type DropdownMenuPrimitiveProps = React__default.ComponentProps<typeof DropdownMenu$1>;
|
|
1223
1224
|
type SetValue<T> = React__default.Dispatch<React__default.SetStateAction<T>> | ((data: T) => void);
|
|
1225
|
+
interface SeparatorItem {
|
|
1226
|
+
key?: React__default.Key;
|
|
1227
|
+
/** 是否显示分割线 */
|
|
1228
|
+
separator: true;
|
|
1229
|
+
/** 分割线自定义样式,优先级高于顶层 separatorClassName */
|
|
1230
|
+
separatorClassName?: string;
|
|
1231
|
+
}
|
|
1224
1232
|
interface BaseMenuItem {
|
|
1225
1233
|
key?: React__default.Key;
|
|
1226
1234
|
label?: React__default.ReactNode;
|
|
1227
1235
|
icon?: IconType;
|
|
1228
1236
|
to?: string;
|
|
1229
|
-
|
|
1230
|
-
separator?: boolean;
|
|
1237
|
+
separator?: false;
|
|
1231
1238
|
className?: string;
|
|
1232
1239
|
/** extra: 快捷键 */
|
|
1233
1240
|
shortcut?: React__default.ReactNode;
|
|
@@ -1265,7 +1272,7 @@ interface NormalMenuItem extends BaseMenuItem {
|
|
|
1265
1272
|
value?: never;
|
|
1266
1273
|
onValueChange?: never;
|
|
1267
1274
|
}
|
|
1268
|
-
type DropdownMenuItemProps = RadioMenuItem | CheckboxMenuItem | SwitchMenuItem | NormalMenuItem;
|
|
1275
|
+
type DropdownMenuItemProps = SeparatorItem | RadioMenuItem | CheckboxMenuItem | SwitchMenuItem | NormalMenuItem;
|
|
1269
1276
|
interface MenuPropBase {
|
|
1270
1277
|
menuLabel?: React__default.ReactNode;
|
|
1271
1278
|
header?: React__default.ReactNode;
|
|
@@ -1278,6 +1285,8 @@ interface MenuPropBase {
|
|
|
1278
1285
|
onAction?: (item: DropdownMenuItemProps, event: React__default.MouseEvent<HTMLDivElement>) => void;
|
|
1279
1286
|
}
|
|
1280
1287
|
interface DropdownMenuProps extends DropdownMenuPrimitiveProps, DropdownMenuContentProps, MenuPropBase {
|
|
1288
|
+
/** 内置分割线(menuLabel/header 后)的自定义样式 */
|
|
1289
|
+
separatorClassName?: string;
|
|
1281
1290
|
}
|
|
1282
1291
|
declare const DropdownMenu: React__default.FC<DropdownMenuProps>;
|
|
1283
1292
|
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import'./chunk-3IQZCZ7C.js';import {a as a$1,k,o,r}from'./chunk-EGC423Q6.js';export{q as DropdownMenu,o as Skeleton,n as Switch,j as Tabs,b as UIProvider,d as debounce,p as dropdownMenuStyles,f as mergeRefs,e as throttle,r as useFlag}from'./chunk-EGC423Q6.js';import {b,c,F,J,G,H,I,P,S,i,E}from'./chunk-2CZQBNNA.js';export{P as Button,v as Card,D as Command,R as FancyButton,K as Popover,M as Spinner,i as Tooltip,f as TooltipArrow,h as TooltipProvider,d as TooltipRoot,e as TooltipTrigger,N as baseButtonStyle,O as buttonVariants,c as cn,Q as fancyButtonVariants,g as tooltipVariants,b as tv,a as twMergeConfig,L as useDisableContentMenu}from'./chunk-2CZQBNNA.js';import {a}from'./chunk-M7AD2PUT.js';import {Slot,Collapsible,ScrollArea,HoverCard,Portal}from'radix-ui';import*as C from'react';import C__default,{useRef,useState,useLayoutEffect}from'react';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import {CircleAlert,Copy,CheckCheck}from'lucide-react';import {m,AnimatePresence}from'motion/react';import {Drawer}from'vaul';import io from'react-use-measure';var rt=new WeakMap;function ot(e){return((...t)=>{let r=rt.get(e),o=t.map(String).join("_");if(r){let i=r.get(o);if(i)return i}else r=new Map,rt.set(e,r);let a=e(...t);return r.set(o,a),a})}function ma(e,t,r="zh-CN"){return new Intl.NumberFormat(r,t).format(e)}function ua(e,t,r="zh-CN"){return new Intl.NumberFormat(r,{style:"currency",...t}).format(e)}function fa(e,t="en-US"){return new Intl.NumberFormat(t,{notation:"compact",compactDisplay:"short"}).format(e)}var ga=ot((e,t=2)=>e.replace(/[.,!@#$%^&*()_+=\-`~[\]/\\{}:"|<>?]+/gi,"").trim().split(/\s+/).slice(0,t).map(r=>{if(!r.length)return "";if(/\s+/.test(e))return r.match(/./u)?.[0].toUpperCase();let o=new RegExp(".".repeat(t),"u"),a=r.match(o)?.[0];return a?a.charAt(0).toUpperCase()+a.slice(1):e.charAt(0).toUpperCase()+e.slice(1,2)}).join(""));function ya(e,t){return Array.isArray(t)?e.filter(r=>t.some(o=>o===r.value)):e.find(r=>r.value===t)}function ba(e){return Array.from(new Set(e))}function Ra(e){return e.filter(vr)}function vr(e){return !!e}function hr(e,t){return t.reduce((r,o)=>(r[o]=e[o],r),{})}function Ca(e,t){let r=new Set(t.map(String)),o=Object.keys(e).filter(a=>!r.has(a));return hr(e,o)}var ht={};a(ht,{AVATAR_ROOT_NAME:()=>it,Badge:()=>vt,BrandLogo:()=>ft,Image:()=>Me,Indicator:()=>dt,Notification:()=>gt,Root:()=>pt,Status:()=>ut,avatarRingVariants:()=>ct,avatarStatusVariants:()=>mt,avatarVariants:()=>we});function ne(e,t,r,o,a){let i=C__default.Children.map(e,(s,l)=>{if(!C__default.isValidElement(s))return s;let g=s.type?.displayName||"",c=r.includes(g)?t:{},m=s.props;return C__default.cloneElement(s,{...c,key:`${o}-${l}`},ne(m?.children,t,r,o,m?.asChild))});return a?i?.[0]:i}function at(e){let t=C.useId();return jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 80",...e,children:[jsxs("g",{fill:"#fff",clipPath:`url(#${t})`,children:[jsx("ellipse",{cx:40,cy:78,fillOpacity:.72,rx:32,ry:24}),jsx("circle",{cx:40,cy:32,r:16,opacity:.9})]}),jsx("defs",{children:jsx("clipPath",{id:t,children:jsx("rect",{width:80,height:80,fill:"#fff",rx:40})})})]})}function nt(e){let t=C.useId(),r=C.useId(),o=C.useId();return jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:56,height:56,fill:"none",viewBox:"0 0 56 56",...e,children:[jsxs("g",{clipPath:`url(#${t})`,children:[jsx("rect",{width:56,height:56,className:"fill-bg-soft",rx:28}),jsx("path",{className:"fill-bg-soft",d:"M0 0h56v56H0z"}),jsx("g",{filter:`url(#${r})`,opacity:.48,children:jsx("path",{fill:"#fff",d:"M7 24.9a2.8 2.8 0 012.8-2.8h21a2.8 2.8 0 012.8 2.8v49a2.8 2.8 0 01-2.8 2.8h-21A2.8 2.8 0 017 73.9v-49z"})}),jsx("path",{className:"fill-bg-soft",d:"M12.6 28.7a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2z"}),jsx("g",{filter:`url(#${o})`,children:jsx("path",{fill:"#fff",fillOpacity:.8,d:"M21 14a2.8 2.8 0 012.8-2.8h21a2.8 2.8 0 012.8 2.8v49a2.8 2.8 0 01-2.8 2.8h-21A2.8 2.8 0 0121 63V14z"})}),jsx("path",{className:"fill-bg-soft",d:"M26.6 17.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7V22a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm9.8-29.4a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7V22a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2z"})]}),jsxs("defs",{children:[jsxs("filter",{id:r,width:34.6,height:62.6,x:3,y:18.1,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:2}),jsx("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_36237_4888"}),jsx("feBlend",{in:"SourceGraphic",in2:"effect1_backgroundBlur_36237_4888",result:"shape"})]}),jsxs("filter",{id:o,width:42.6,height:70.6,x:13,y:3.2,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:4}),jsx("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_36237_4888"}),jsx("feBlend",{in:"SourceGraphic",in2:"effect1_backgroundBlur_36237_4888",result:"shape"}),jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsx("feOffset",{dy:4}),jsx("feGaussianBlur",{stdDeviation:2}),jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsx("feColorMatrix",{values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"}),jsx("feBlend",{in2:"shape",result:"effect2_innerShadow_36237_4888"})]}),jsx("clipPath",{id:t,children:jsx("rect",{width:56,height:56,fill:"#fff",rx:28})})]})]})}var it="AvatarRoot",st="AvatarImage",lt="AvatarIndicator",yr="AvatarStatus",br="AvatarBrandLogo",Rr="AvatarNotification",Cr="AvatarBadge",ke=Slot.Root,we=b({slots:{root:["relative flex shrink-0 items-center justify-center rounded-full","text-center uppercase select-none"],image:"size-full rounded-full object-cover",indicator:"absolute flex size-32 items-center justify-center drop-shadow-[0_2px_4px_#1b1c1d0a]"},variants:{withRing:{true:""},size:{80:{root:"size-80 text-title-h5"},72:{root:"size-72 text-title-h5"},64:{root:"size-64 text-title-h5"},56:{root:"size-56 text-label-lg"},48:{root:"size-48 text-label-lg"},42:{root:"size-42 text-label-md"},38:{root:"size-38 text-label-md"},32:{root:"size-32 text-label-sm"},24:{root:"size-24 text-label-xs"},20:{root:"size-20 text-label-xs"}},color:{gray:{root:"bg-bg-soft text-static-black/80"},yellow:{root:"bg-yellow-500 text-static-white"},blue:{root:"bg-blue-500 text-static-white"},sky:{root:"bg-sky-500 text-static-white"},purple:{root:"bg-purple-500 text-static-white"},red:{root:"bg-red-500 text-static-white"},green:{root:"bg-green-500 text-static-white"},teal:{root:"bg-teal-500 text-static-white"},violet:{root:"bg-violet-500 text-static-white"},pink:{root:"bg-pink-500 text-static-white"},orange:{root:"bg-orange-500 text-static-white"}}},compoundVariants:[{size:["80","72"],class:{indicator:"-right-8"}},{size:"64",class:{indicator:"-right-8 scale-[.875]"}},{size:"56",class:{indicator:"-right-6 scale-75"}},{size:"48",class:{indicator:"-right-6 scale-[.625]"}},{size:"42",class:{indicator:"-right-6 scale-[.5725]"}},{size:"38",class:{indicator:"-right-6 scale-[.5625]"}},{size:"32",class:{indicator:"-right-6 scale-50"}},{size:"24",class:{indicator:"-right-4 scale-[.375]"}},{size:"20",class:{indicator:"-right-4 scale-[.3125]"}},{withRing:true,size:"80",class:{indicator:"-right-12"}},{withRing:true,size:"72",class:{indicator:"-right-13"}},{withRing:true,size:"64",class:{indicator:"-right-12"}},{withRing:true,size:"56",class:{indicator:"-right-10"}},{withRing:true,size:["48","42","38","32"],class:{indicator:"-right-9"}},{withRing:true,size:["24","20"],class:{indicator:"-right-7"}}],defaultVariants:{size:"48",color:"gray"}}),ct=b({base:"ring-2 ring-offset-2",variants:{color:{gray:"ring-black/10",yellow:"ring-yellow-500",blue:"ring-blue-500",sky:"ring-sky-500",purple:"ring-purple-500",red:"ring-red-500",green:"ring-green-500",teal:"ring-teal-500",violet:"ring-violet-500",pink:"ring-pink-500",orange:"ring-orange-500",white:"ring-static-white",black:"ring-static-black"}},defaultVariants:{color:"gray"}}),Me=C.forwardRef(({asChild:e,className:t,size:r,color:o,...a},i)=>{let s=e?ke:"img",{image:l}=we({size:r,color:o});return jsx(s,{ref:i,className:l({class:t}),...a})});Me.displayName=st;var pt=C.forwardRef(({asChild:e,children:t,size:r,color:o,ring:a,className:i,placeholderType:s="user",...l},g)=>{let c$1=C.useId(),m=e?ke:"div",p=a?ct({color:a===true?o:typeof a=="string"?a:void 0}):void 0,{root:v}=we({size:r,color:o}),u=c(v(),p,i),x={size:r,color:o};if(!t)return jsx("div",{className:u,...l,children:jsx(Me,{asChild:true,children:s==="company"?jsx(nt,{}):jsx(at,{})})});let d=ne(t,x,[st,lt],c$1,e);return jsx(m,{ref:g,className:u,...l,children:d})});pt.displayName=it;function dt({size:e,color:t,className:r,position:o="bottom",withRing:a,...i}){let{indicator:s}=we({size:e,color:t,withRing:a});return jsx("div",{className:c(s({class:r}),{"top-0 origin-top-right":o==="top","bottom-0 origin-bottom-right":o==="bottom"}),...i})}dt.displayName=lt;var mt=b({base:"box-content size-12 rounded-full border-4 border-bg-white",variants:{status:{online:"bg-success-base",offline:"bg-gray-500",busy:"bg-error-base",away:"bg-away-base"}},defaultVariants:{status:"online"}});function ut({status:e,className:t,...r}){return jsx("div",{className:mt({status:e,class:t}),...r})}ut.displayName=yr;var ft=C.forwardRef(({asChild:e,className:t,...r},o)=>jsx(e?ke:"img",{draggable:false,ref:o,className:c("box-content size-24 rounded-full border-2 border-bg-white",t),...r}));ft.displayName=br;function gt({className:e,...t}){return jsx("div",{className:c("box-content size-12 rounded-full border-2 border-bg-white bg-error-base",e),...t})}gt.displayName=Rr;function vt({className:e,...t}){return jsx("div",{className:c("box-content rounded-full border-2 border-bg-white bg-error-base px-6 text-static-white",e),...t})}vt.displayName=Cr;function se({className:e,variant:t="neutral",mode:r="stroke",size:o="small",...a}){return jsx(P,{variant:t,mode:r,size:o,className:c("absolute top-12 right-10 z-10 m-auto aspect-square rounded-full border-transparent text-text-soft hover:text-text-strong",e),...a,children:jsxs("svg",{width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsx("path",{d:"M10.4854 1.99998L2.00007 10.4853",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),jsx("path",{d:"M10.4854 10.4844L2.00007 1.99908",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})}var Be=b({slots:{root:"relative flex w-fit max-w-xl flex-col rounded-[12px] border border-stroke-soft p-0 text-md",content:"",arrowCls:"",header:"flex items-center pe-28 select-none",close:"rounded-full"},variants:{variant:{default:{root:"gap-8 bg-bg-white p-16 pt-12",close:"top-12 right-12 hover:bg-bg-weak"},accent:{root:"bg-bg-weak p-4",content:"rounded-[8px] bg-bg-white px-12 py-8 shadow-sm",header:"px-12 py-4 pb-6",close:"top-9 right-8 hover:bg-bg-white",arrowCls:"bg-bg-weak"}}},defaultVariants:{variant:"default"}});function Pr({variant:e,className:t,contentClassName:r,side:o="bottom",align:a="start",arrow:i=true,unstyled:s=true,closeable:l=true,sideOffset:g=1,title:c$1,content:m,children:p,asChild:v,defaultOpen:u,open:x,onOpenChange:d,onClose:T,...I$1}){let{root:y,content:h,header:b,close:w,arrowCls:S}=Be({variant:e}),[R,V]=C__default.useState(u??false),A=x!==void 0,N=A?x:R,B=C__default.useCallback(D=>{A||V(D),d?.(D);},[A,d]);return jsxs(F,{open:N,onOpenChange:B,children:[A&&N&&jsx(J,{}),jsx(G,{className:c(A&&N&&"relative z-20"),asChild:v,children:p}),jsxs(H,{className:y({className:t}),arrowClassName:S(),unstyled:s,side:o,align:a,sideOffset:g,arrow:i,...I$1,children:[c$1&&jsxs("header",{className:b(),children:[jsx("h4",{className:"text-16 m-0 leading-26 font-medium text-text-strong",children:c$1}),l&&jsx(I,{asChild:true,onClick:T,children:jsx(se,{size:"xsmall",mode:"ghost",className:w({class:"size-24 p-0"})})})]}),jsx("div",{className:h({className:r}),children:m})]})]})}function Ar({variant:e="default",title:t,content:r,children:o,defaultOpen:a,className:i,side:s="top",align:l="center",sideOffset:g=1,arrow:c$1=true,open:m$1,contentClassName:p,onOpenChange:v,onConfirm:u,onCancel:x,...d}){let{root:T,content:I$1,header:y,arrowCls:h}=Be({variant:e}),[b,w]=C__default.useState(a??false),S=m$1!==void 0,R=S?m$1:b,V=C__default.useCallback(D=>{S||w(D),v?.(D);},[S,v]),[A,N]=C__default.useState(false),B=C__default.useCallback(async()=>{V(false);try{N(!0),await u?.();}catch{}finally{N(false);}},[V,u]);return jsxs(F,{open:R,onOpenChange:V,children:[jsx(AnimatePresence,{children:R&&jsx(J,{as:m.div,...k,className:"bg-black/5"})}),jsx(G,{className:c(R&&"relative z-20"),children:jsx("div",{className:"inline-flex items-center",children:C__default.isValidElement(o)?C__default.cloneElement(o,{loading:A}):o})}),jsxs(H,{className:T({className:c("max-w-lg",i)}),arrowClassName:h(),unstyled:true,side:s,align:l,sideOffset:g,arrow:c$1,...d,children:[t&&jsxs("header",{className:y({className:"gap-6"}),children:[jsx(CircleAlert,{className:"text-red-500",size:16}),jsx("h4",{className:"m-0 text-15 leading-26 font-medium text-text-strong",children:t})]}),jsxs("div",{className:I$1({className:p}),children:[r,jsxs("div",{className:"mt-8 flex justify-end gap-12",children:[jsx(I,{unstyled:true,onClick:x,asChild:true,children:jsx(P,{size:"xsmall",variant:"neutral",mode:"stroke",className:"h-26",children:"Cancel"})}),jsx(P,{size:"xsmall",mode:"stroke",className:"h-26",onClick:B,children:"Confirm"})]})]})]})]})}function bt({...e}){return jsx(Drawer.Root,{"data-slot":"drawer",...e})}function Rt({...e}){return jsx(Drawer.Trigger,{"data-slot":"drawer-trigger",...e})}function Nr({...e}){return jsx(Drawer.Portal,{"data-slot":"drawer-portal",...e})}function Le({...e}){return jsx(Drawer.Close,{"data-slot":"drawer-close",...e})}function Vr({className:e,...t}){return jsx(Drawer.Overlay,{"data-slot":"drawer-overlay",className:c("fixed inset-0 z-50 bg-black/10 data-closed:animate-out data-closed:fade-out-0 data-open:animate-in data-open:fade-in-0",e),...t})}var Dr={top:"inset-x-8 top-8 max-h-[80vh]",bottom:"inset-x-8 bottom-8 mt-96 max-h-[80vh]",left:"inset-y-8 left-8 w-3/5",right:"inset-y-8 right-8 w-3/5"};function Ct({className:e,direction:t,children:r,...o}){let a=C.useRef({"--initial-transform":"calc(100% + 8px)"});return jsxs(Nr,{"data-slot":"drawer-portal",children:[jsx(Vr,{}),jsx(Drawer.Content,{"data-slot":"drawer-content",style:a.current,className:c("group/drawer-content fixed z-50 flex h-auto flex-col rounded-[12px] bg-static-white outline-none",t&&Dr[t],e),...o,children:r})]})}function wt({className:e,...t}){return jsx("div",{"data-slot":"drawer-header",className:c("flex flex-col px-16 py-12",e),...t})}function Pt({className:e,...t}){return jsx("div",{"data-slot":"drawer-body",className:c("scrollbar-thin overflow-y-auto p-16 select-text",e),...t})}function It({className:e,...t}){return jsx("div",{"data-slot":"drawer-footer",className:c("mt-auto flex flex-col gap-8 px-16 py-18",e),...t})}function St({className:e,...t}){return jsx(Drawer.Title,{"data-slot":"drawer-title",className:c("m-0 text-xl leading-32 font-medium text-text-strong",e),...t})}function Tt({className:e,...t}){return jsx(Drawer.Description,{"data-slot":"drawer-description",className:c("m-0 text-md text-text-sub",e),...t})}function kr({direction:e="right",dismissible:t=true,skeletonItemCount:r=5,className:o,footerClassName:a,bodyClassName:i,headerClassName:s,title:l="Title",description:g,footer:c$1,trigger:m,container:p,children:v,open:u,onOpenChange:x,loading:d,handleOnly:T=true,style:I,width:y,onClose:h,onOk:b,...w}){let S$1=S(),R=C__default.useRef({...I,width:y}),[V,A]=C__default.useState(false),[N,B]=C__default.useState(false),D=u!==void 0,ve=D?u:V,K=C__default.useCallback(H=>{!H&&N||(D||A(H),x?.(H));},[D,x,N]),X=C__default.useCallback(async()=>{if(!b){K(false);return}let H=b();if(H instanceof Promise){B(true);try{await H,K(!1);}catch{}finally{B(false);}}else K(false);},[b,K]),$=!N&&t;return jsxs(bt,{container:p,direction:e,dismissible:$,handleOnly:T,autoFocus:true,open:ve,onOpenChange:K,...w,children:[m&&jsx(Rt,{asChild:true,children:m}),jsxs(Ct,{direction:e,className:c(p&&p!==document.body&&"absolute",o),style:R.current,children:[t&&jsx(Le,{asChild:true,children:jsx(se,{disabled:!$})}),t===false&&jsx(se,{disabled:!$,onClick:h}),jsxs(wt,{className:c("border-b border-b-stroke-antd",s),children:[jsx(St,{className:"pe-42",asChild:true,children:typeof l=="string"?jsx("h3",{children:l}):jsx("div",{children:l})}),jsx(Tt,{className:c(!g&&"sr-only"),children:g})]}),jsxs(Pt,{className:i,children:[d&&jsx(Mr,{count:r}),!d&&v]}),jsxs(It,{className:c("flex-row border-t border-t-stroke-antd",a),children:[c$1,!c$1&&jsxs(Fragment,{children:[t&&jsx(Le,{asChild:true,children:jsx(P,{variant:"neutral",mode:"stroke",className:"w-2/5",disabled:!$,children:S$1("close")})}),t===false&&jsx(P,{variant:"neutral",mode:"stroke",className:"w-2/5",disabled:!$,onClick:h,children:S$1("close")}),jsx(P,{variant:"neutral",mode:"filled",className:"w-3/5",loading:d||N,onClick:X,children:S$1("ok")})]})]})]})]})}function Mr({count:e=5}){let t=Array.from({length:e});return jsxs("div",{className:"flex flex-col gap-16",children:[jsxs("div",{className:"flex flex-row items-center gap-12",children:[jsx(o,{className:"size-58 rounded-2xl"}),jsxs("div",{className:"flex flex-1 flex-col gap-4",children:[jsx(o,{className:"mb-4 h-14 w-3/10"}),jsx(o,{className:"h-10 w-7/10"}),jsx(o,{className:"h-10 w-9/10"})]})]}),t.map((r,o$1)=>jsxs("div",{className:"flex flex-col gap-8",children:[jsx(o,{className:"h-12 w-5/10"}),jsx(o,{className:"h-12 w-7/10"}),jsx(o,{className:"h-12 w-full"})]},o$1))]})}function Or(e){let[t,r]=C__default.useState(false),[o,a]=C__default.useState(null),i=C__default.useCallback(c=>{a(c),r(true);},[]),s=C__default.useCallback(()=>{r(false),a(null);},[]),l=C__default.useCallback(c=>{r(c),c||a(null);},[]);return [{...e,open:t,onOpenChange:l,onClose:s},o,i,s]}var At=async e=>{if(!e)return;if(navigator.clipboard){await navigator.clipboard.writeText(e);return}let t=document.createElement("textarea");t.setAttribute("readonly",""),t.tabIndex=-1,t.style.position="fixed",t.style.left="-9999px",t.value=e,document.body.appendChild(t);let r=document.getSelection();if(r){let o=r.rangeCount>0&&r.getRangeAt(0);t.select(),document.execCommand("copy"),o&&(r.removeAllRanges(),r.addRange(o));}document.body.removeChild(t);};var Lr={initial:{scale:.5,opacity:0,filter:"blur(2px)"},animate:{scale:1,opacity:1,filter:"blur(0px)"},exit:{scale:.5,opacity:0,filter:"blur(2px)"}},_r={opacity:{duration:.25},filter:{duration:.25},scale:{duration:.35,ease:[.34,1.56,.64,1]}},Hr={variants:Lr,initial:"initial",animate:"animate",exit:"exit",transition:_r};function _e({initial:e=false,state:t,states:r,asDiv:o,className:a,style:i,...s}){let l=o?m.div:m.span;return jsx(AnimatePresence,{initial:e,mode:"popLayout",children:jsx(l,{className:c("inline-flex items-center justify-center",a),...Hr,style:i,...s,children:r[t]},t)})}function He({swap:e,on:t,off:r,className:o}){return jsx(_e,{state:e?"on":"off",states:{on:t,off:r},className:o})}function $r({content:e,delay:t=700,tooltipDelayDuration:r=700,variant:o="neutral",mode:a="stroke",size:i$1="small",as:s="button",children:l,onCopy:g,className:c$1}){let m=S(),[p,v]=C__default.useState(false),[u,x]=C__default.useState(false),[d,T]=C__default.useState(false),I=C__default.useRef(null),y=C__default.useRef(null);C__default.useEffect(()=>()=>{I.current&&clearTimeout(I.current),y.current&&clearTimeout(y.current);},[]);let h=C__default.useCallback(async()=>{p||(v(true),T(true),await At(e),g?.(e),I.current=setTimeout(()=>{T(false),y.current=setTimeout(()=>v(false),150);},t));},[p,t,e,g]),b=jsx(He,{swap:p,on:jsx(CheckCheck,{width:"1em",height:"1em"}),off:jsx(Copy,{width:"1em",height:"1em"})}),w=(()=>{switch(s){case "text":return jsx("span",{className:c("relative cursor-pointer before:absolute before:-inset-x-4 before:-inset-y-1 before:rounded-md hover:before:bg-bg-antd",c$1),onClick:h,children:jsx("span",{className:"relative z-1",children:l??e})});case "inline":return jsxs("span",{className:c("relative inline-flex cursor-pointer items-center gap-6 before:absolute before:-inset-x-4 before:-inset-y-1 before:rounded-md hover:before:bg-bg-antd",c$1),onClick:h,children:[jsx("span",{className:"relative z-1",children:l??e}),jsx("span",{className:c("inline-flex items-center text-zinc-500",p&&"text-primary-base"),children:b})]});default:return jsx(P,{variant:o,mode:a,size:i$1,className:c(p&&"cursor-not-allowed",c$1),onClick:h,startContent:b})}})();return jsx(i,{content:m(p?"copied":"copy"),size:i$1,open:d||u,delayDuration:r,onOpenChange:x,hideWhenDetached:true,children:w})}var qr=b({base:"flex shrink-0 items-center justify-center rounded-2xl ring-1 ring-transparent ring-inset",variants:{variant:{filled:"text-static-white",lighter:"",outline:"ring-current"},ring:{true:""},color:{neutral:"",slate:"",red:"",orange:"",amber:"",yellow:"",lime:"",green:"",emerald:"",teal:"",cyan:"",sky:"",blue:"",indigo:"",violet:"",purple:"",fuchsia:"",pink:"",rose:""}},compoundVariants:[{variant:"filled",color:"neutral",class:"bg-black/90"},{variant:"filled",color:"slate",class:"bg-slate-500"},{variant:"filled",color:"red",class:"bg-red-500"},{variant:"filled",color:"orange",class:"bg-orange-500"},{variant:"filled",color:"amber",class:"bg-amber-500"},{variant:"filled",color:"yellow",class:"bg-yellow-500"},{variant:"filled",color:"lime",class:"bg-lime-500"},{variant:"filled",color:"green",class:"bg-green-500"},{variant:"filled",color:"emerald",class:"bg-emerald-500"},{variant:"filled",color:"teal",class:"bg-teal-500"},{variant:"filled",color:"cyan",class:"bg-cyan-500"},{variant:"filled",color:"sky",class:"bg-sky-500"},{variant:"filled",color:"blue",class:"bg-blue-500"},{variant:"filled",color:"indigo",class:"bg-indigo-500"},{variant:"filled",color:"violet",class:"bg-violet-500"},{variant:"filled",color:"purple",class:"bg-purple-500"},{variant:"filled",color:"fuchsia",class:"bg-fuchsia-500"},{variant:"filled",color:"pink",class:"bg-pink-500"},{variant:"filled",color:"rose",class:"bg-rose-500"},{variant:"filled",ring:true,color:"neutral",class:"ring-neutral-700"},{variant:"filled",ring:true,color:"slate",class:"ring-slate-600"},{variant:"filled",ring:true,color:"red",class:"ring-red-700"},{variant:"filled",ring:true,color:"orange",class:"ring-orange-600"},{variant:"filled",ring:true,color:"amber",class:"ring-amber-600"},{variant:"filled",ring:true,color:"yellow",class:"ring-yellow-600"},{variant:"filled",ring:true,color:"lime",class:"ring-lime-600"},{variant:"filled",ring:true,color:"green",class:"ring-green-600"},{variant:"filled",ring:true,color:"emerald",class:"ring-emerald-600"},{variant:"filled",ring:true,color:"teal",class:"ring-teal-600"},{variant:"filled",ring:true,color:"cyan",class:"ring-cyan-600"},{variant:"filled",ring:true,color:"sky",class:"ring-sky-600"},{variant:"filled",ring:true,color:"blue",class:"ring-blue-700"},{variant:"filled",ring:true,color:"indigo",class:"ring-indigo-600"},{variant:"filled",ring:true,color:"violet",class:"ring-violet-600"},{variant:"filled",ring:true,color:"purple",class:"ring-purple-600"},{variant:"filled",ring:true,color:"fuchsia",class:"ring-fuchsia-600"},{variant:"filled",ring:true,color:"pink",class:"ring-pink-600"},{variant:"filled",ring:true,color:"rose",class:"ring-rose-600"},{variant:"lighter",color:"neutral",class:"bg-neutral-100 text-neutral-600"},{variant:"lighter",color:"slate",class:"bg-slate-100 text-slate-500"},{variant:"lighter",color:"red",class:"bg-red-50 text-red-500"},{variant:"lighter",color:"orange",class:"bg-orange-50 text-orange-500"},{variant:"lighter",color:"amber",class:"bg-amber-50 text-amber-500"},{variant:"lighter",color:"yellow",class:"bg-yellow-50 text-yellow-500"},{variant:"lighter",color:"lime",class:"bg-lime-50 text-lime-500"},{variant:"lighter",color:"green",class:"bg-green-50 text-green-500"},{variant:"lighter",color:"emerald",class:"bg-emerald-50 text-emerald-500"},{variant:"lighter",color:"teal",class:"bg-teal-50 text-teal-500"},{variant:"lighter",color:"cyan",class:"bg-cyan-50 text-cyan-500"},{variant:"lighter",color:"sky",class:"bg-sky-50 text-sky-500"},{variant:"lighter",color:"blue",class:"bg-blue-50 text-blue-500"},{variant:"lighter",color:"indigo",class:"bg-indigo-50 text-indigo-500"},{variant:"lighter",color:"violet",class:"bg-violet-50 text-violet-500"},{variant:"lighter",color:"purple",class:"bg-purple-50 text-purple-500"},{variant:"lighter",color:"fuchsia",class:"bg-fuchsia-50 text-fuchsia-500"},{variant:"lighter",color:"pink",class:"bg-pink-50 text-pink-500"},{variant:"lighter",color:"rose",class:"bg-rose-50 text-rose-500"},{variant:["lighter","outline"],ring:true,color:"neutral",class:"ring-neutral-200"},{variant:["lighter","outline"],ring:true,color:"slate",class:"ring-slate-200"},{variant:["lighter","outline"],ring:true,color:"red",class:"ring-red-200"},{variant:["lighter","outline"],ring:true,color:"orange",class:"ring-orange-200"},{variant:["lighter","outline"],ring:true,color:"amber",class:"ring-amber-200"},{variant:["lighter","outline"],ring:true,color:"yellow",class:"ring-yellow-200"},{variant:["lighter","outline"],ring:true,color:"lime",class:"ring-lime-200"},{variant:["lighter","outline"],ring:true,color:"green",class:"ring-green-200"},{variant:["lighter","outline"],ring:true,color:"emerald",class:"ring-emerald-200"},{variant:["lighter","outline"],ring:true,color:"teal",class:"ring-teal-200"},{variant:["lighter","outline"],ring:true,color:"cyan",class:"ring-cyan-200"},{variant:["lighter","outline"],ring:true,color:"sky",class:"ring-sky-200"},{variant:["lighter","outline"],ring:true,color:"blue",class:"ring-blue-200"},{variant:["lighter","outline"],ring:true,color:"indigo",class:"ring-indigo-200"},{variant:["lighter","outline"],ring:true,color:"violet",class:"ring-violet-200"},{variant:["lighter","outline"],ring:true,color:"purple",class:"ring-purple-200"},{variant:["lighter","outline"],ring:true,color:"fuchsia",class:"ring-fuchsia-200"},{variant:["lighter","outline"],ring:true,color:"pink",class:"ring-pink-200"},{variant:["lighter","outline"],ring:true,color:"rose",class:"ring-rose-200"},{variant:"outline",color:"neutral",class:"text-neutral-500"},{variant:"outline",color:"slate",class:"text-slate-400"},{variant:"outline",color:"red",class:"text-red-500"},{variant:"outline",color:"orange",class:"text-orange-500"},{variant:"outline",color:"amber",class:"text-amber-500"},{variant:"outline",color:"yellow",class:"text-yellow-500"},{variant:"outline",color:"lime",class:"text-lime-500"},{variant:"outline",color:"green",class:"text-green-500"},{variant:"outline",color:"emerald",class:"text-emerald-500"},{variant:"outline",color:"teal",class:"text-teal-500"},{variant:"outline",color:"cyan",class:"text-cyan-500"},{variant:"outline",color:"sky",class:"text-sky-500"},{variant:"outline",color:"blue",class:"text-blue-500"},{variant:"outline",color:"indigo",class:"text-indigo-500"},{variant:"outline",color:"violet",class:"text-violet-500"},{variant:"outline",color:"purple",class:"text-purple-500"},{variant:"outline",color:"fuchsia",class:"text-fuchsia-500"},{variant:"outline",color:"pink",class:"text-pink-500"},{variant:"outline",color:"rose",class:"text-rose-500"}],defaultVariants:{variant:"outline",color:"slate"}});function En({asChild:e,children:t,className:r,color:o,variant:a,ring:i,...s}){let l=e?Slot.Root:"div",g=qr({variant:a,color:o,ring:i,className:r});return jsx(l,{className:g,...s,children:t})}function Bn({...e}){return jsx(Collapsible.Root,{"data-slot":"collapsible",...e})}function Ln({...e}){return jsx(Collapsible.CollapsibleTrigger,{"data-slot":"collapsible-trigger",...e})}function _n({className:e,...t}){return jsx(Collapsible.CollapsibleContent,{"data-slot":"collapsible-content",className:c("collapsible-content",e),...t})}var jr="BadgeRoot",Ut="BadgeIcon",Et="BadgeDot",Ke=b({slots:{root:"inline-flex w-fit appearance-none items-center justify-center border-none leading-none font-medium whitespace-nowrap transition duration-200 ease-out select-none",icon:"uicon shrink-0",dot:["uidot flex items-center justify-center","before:size-4 before:rounded-full before:bg-current"]},variants:{size:{medium:{root:"h-24 gap-4 px-10 text-md has-[>.uicon]:gap-6 has-[>.uidot]:gap-4",icon:"-mx-2 size-14",dot:"-mx-4 size-16 before:size-6"},small:{root:"h-20 gap-4 px-8 text-sm has-[>.uicon]:gap-4 has-[>.uidot]:gap-3",icon:"-mx-px size-12",dot:"-mx-4 size-16 before:size-5"},xsmall:{root:"h-16 gap-3 px-7 text-xs has-[>.uicon]:gap-4 has-[>.uidot]:gap-4",icon:"-mx-px size-10",dot:"-mx-5 size-16"}},variant:{filled:{root:"text-static-white"},outline:{root:"ring-1 ring-current ring-inset"},lighter:"",ghost:""},color:{primary:"",info:"",success:"",warning:"",error:"",neutral:""},shape:{default:"",circle:{root:"rounded-full"}},disabled:{true:{root:"cursor-not-allowed opacity-75"}}},compoundVariants:[{shape:"default",size:"xsmall",class:{root:"rounded-[3px] px-5"}},{shape:"default",size:"small",class:{root:"rounded-[4px] px-6"}},{shape:"default",size:"medium",class:{root:"rounded-lg px-7",icon:"ms-0"}},{variant:"filled",color:"primary",class:{root:"bg-primary-base"}},{variant:"filled",color:"info",class:{root:"bg-cyan-500"}},{variant:"filled",color:"success",class:{root:"bg-emerald-500"}},{variant:"filled",color:"warning",class:{root:"bg-orange-500"}},{variant:"filled",color:"error",class:{root:"bg-red-600"}},{variant:"filled",color:"neutral",class:{root:"bg-black/90"}},{variant:"outline",color:"primary",class:{root:"text-primary-base"}},{variant:"outline",color:"info",class:{root:"text-cyan-600"}},{variant:"outline",color:"success",class:{root:"text-emerald-500"}},{variant:"outline",color:"warning",class:{root:"text-orange-500"}},{variant:"outline",color:"error",class:{root:"text-red-600"}},{variant:"outline",color:"neutral",class:{root:"text-neutral-600 ring-neutral-200"}},{variant:"lighter",color:"primary",class:{root:"bg-blue-50 text-primary-base"}},{variant:"lighter",color:"info",class:{root:"bg-cyan-50 text-cyan-600"}},{variant:"lighter",color:"success",class:{root:"bg-emerald-50 text-emerald-600"}},{variant:"lighter",color:"warning",class:{root:"bg-orange-50 text-orange-600"}},{variant:"lighter",color:"error",class:{root:"bg-red-50 text-red-600"}},{variant:"lighter",color:"neutral",class:{root:"bg-neutral-100 text-neutral-600"}},{variant:"ghost",color:"primary",class:{root:"text-primary-base"}},{variant:"ghost",color:"info",class:{root:"text-cyan-600"}},{variant:"ghost",color:"success",class:{root:"text-emerald-600"}},{variant:"ghost",color:"warning",class:{root:"text-orange-600"}},{variant:"ghost",color:"error",class:{root:"text-red-600"}},{variant:"ghost",color:"neutral",class:{root:"text-neutral-600"}}],defaultVariants:{variant:"filled",color:"primary",size:"medium",shape:"default"}}),kt=({asChild:e,size:t,variant:r,color:o,shape:a,children:i,className:s,disabled:l,...g})=>{let c=C.useId(),m=e?Slot.Root:"div",{root:p}=Ke({variant:r,color:o,size:t,shape:a,disabled:l}),u=ne(i,{size:t,variant:r,color:o},[Ut,Et],c,e);return jsx(m,{"data-slot":"badge",className:p({class:s}),...g,children:u})};kt.displayName=jr;function Mt({className:e,size:t,variant:r,color:o,as:a,...i}){let s=a||"div",{icon:l}=Ke({size:t,variant:r,color:o});return jsx(s,{"data-slot":"icon",className:l({class:e}),...i})}Mt.displayName=Ut;function zt({size:e,variant:t,color:r,className:o,...a}){let{dot:i}=Ke({size:e,variant:t,color:r});return jsx("div",{"data-slot":"dot",className:i({class:o}),...a})}zt.displayName=Et;function Wn({icon:e,dot:t,children:r,asChild:o,...a}){return jsxs(kt,{asChild:o,...a,children:[e&&!o&&jsx(Mt,{as:e}),t&&!o&&jsx(zt,{}),r]})}function Qr({className:e,scrollBarClassName:t,children:r,...o}){return jsxs(ScrollArea.Root,{"data-slot":"scroll-area",className:c("relative",e),...o,children:[jsx(ScrollArea.Viewport,{"data-slot":"scroll-area-viewport",className:"size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-2 focus-visible:ring-primary-base focus-visible:outline-1",children:r}),jsx(Ot,{orientation:"vertical",className:t}),jsx(Ot,{orientation:"horizontal",className:t}),jsx(ScrollArea.Corner,{})]})}function Ot({className:e,orientation:t="vertical",...r}){return jsx(ScrollArea.ScrollAreaScrollbar,{"data-slot":"scroll-area-scrollbar","data-orientation":t,orientation:t,className:c("flex touch-none p-2 transition-colors select-none data-[orientation=horizontal]:h-10 data-[orientation=horizontal]:flex-col data-[orientation=horizontal]:border-t data-[orientation=horizontal]:border-t-transparent data-[orientation=vertical]:h-full data-[orientation=vertical]:w-10 data-[orientation=vertical]:border-l data-[orientation=vertical]:border-l-transparent",e),...r,children:jsx(ScrollArea.ScrollAreaThumb,{"data-slot":"scroll-area-thumb",className:"relative flex-1 rounded-full bg-stroke-sub"})})}function to({open:e,defaultOpen:t,openDelay:r=300,closeDelay:o,asChild:a=true,arrow:i=true,content:s,children:l,onOpenChange:g,...c}){return jsxs(ro,{"data-slot":"hover-card",open:e,defaultOpen:t,openDelay:r,closeDelay:o,onOpenChange:g,children:[jsx(oo,{asChild:a,children:l}),jsxs(ao,{...c,children:[s,i&&jsx(HoverCard.Arrow,{asChild:true,children:jsx(E,{className:"-translate-y-6.5"})})]})]})}function ro({...e}){return jsx(HoverCard.Root,{"data-slot":"hover-card",...e})}function oo({...e}){return jsx(HoverCard.Trigger,{"data-slot":"hover-card-trigger",...e})}function ao({className:e,align:t="center",sideOffset:r=4,collisionPadding:o=16,...a}){return jsx(HoverCard.Portal,{"data-slot":"hover-card-portal",children:jsx(HoverCard.Content,{"data-slot":"hover-card-content",align:t,sideOffset:r,collisionPadding:o,className:c("z-50 rounded-2xl bg-bg-white px-10 py-6 text-md text-text-strong shadow-regular-md ring-1 ring-stroke-soft outline-hidden duration-100 ring-inset","origin-(--radix-hover-card-content-transform-origin) data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",e),...a})})}var so={initial:{opacity:0,scale:.96,y:4,filter:"blur(2px)"},exit:{opacity:0,scale:.96,y:4,filter:"blur(2px)"},animate:{opacity:1,scale:1,y:0,filter:"blur(0px)"}},lo={type:"spring",bounce:.1,duration:.25},co={ease:[.26,.08,.25,1],duration:.27};function po({activeKey:e,children:t,className:r,rootClassName:o,defaultCardHeight:a,initialKey:i,variants:s=so,transition:l=co,rootTransition:g=lo}){let[c,{height:m$1}]=io(),p=C.useRef(a??0);m$1>0&&(p.current=m$1);let v=e===i?a:m$1||p.current;return jsx(a$1,{children:jsx(m.div,{"data-slot":"animation-root",className:o,initial:false,animate:{height:v},transition:g,children:jsx("div",{ref:c,"data-slot":"animation-container",children:jsx(AnimatePresence,{mode:"popLayout",initial:false,children:jsx(m.div,{"data-slot":"animation-page",variants:s,transition:l,initial:"initial",animate:"animate",exit:"exit",className:r,children:t},e)})})})})}function Z(e,t){let r=C.useRef(void 0),{current:o}=r;return C.useEffect(()=>{(!t||e!==void 0)&&(r.current=e);},[e,t]),o}var fo={type:"tween",duration:.3,ease:[.25,1,.5,1]},go={type:"tween",duration:.38,ease:[.25,1,.5,1]},Ie={type:"spring",stiffness:260,damping:30},vo={type:"tween",duration:.35,ease:"easeIn"},ho={type:"tween",duration:.35,ease:"easeOut"},xo={type:"tween",duration:.35,ease:"linear"},oe={type:"tween",duration:.25,ease:"easeInOut"},Ye=[.25,.1,.25,1],Kt=1.12,yo=.93,Se={type:"tween",duration:.22,ease:Ye},bo={scale:{type:"tween",duration:.22,ease:Ye},opacity:{type:"tween",duration:.16,ease:Ye}},Ro={type:"spring",stiffness:260,damping:30},Co=.7,wo=.9,Po="bg-white";function $t(e){return e?Co:wo}function We(e,t){return e==="x"?{x:t}:{y:t}}function Wt(e,t=fo){return {supportsDimmed:false,variants:{enterFrom:({direction:r})=>({...We(e,r===0?0:r>0?"100%":"-100%"),zIndex:1,transition:t}),active:{...We(e,0),zIndex:1,transition:t},exit:({direction:r})=>({...We(e,r<0?"100%":"-100%"),zIndex:0,transition:t})}}}function Io(){return {supportsDimmed:true,variants:{enterFrom:({direction:e,dimmed:t})=>e===0?{x:0,opacity:1,transition:Ie}:{x:e>0?"100%":"-20%",opacity:e>0?1:$t(t),zIndex:1,transition:Ie},active:{x:0,opacity:1,zIndex:1,transition:Ie},exit:({direction:e,dimmed:t})=>({x:e<0?"100%":"-20%",opacity:e<0?1:$t(t),zIndex:e<0?5:0,transition:Ie})}}}function So(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>({clipPath:e>0?"inset(0 100% 0 0)":"inset(0 0 0 0)",zIndex:1}),active:({direction:e})=>({clipPath:"inset(0 0 0 0)",zIndex:1,transition:e>0?vo:void 0}),exit:({direction:e})=>e<0?{clipPath:"inset(0 100% 0 0)",zIndex:2,transition:ho}:{opacity:.999,zIndex:0,transition:xo}}}}function To(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>e===0?{x:0,scale:1,opacity:1,zIndex:1,transition:oe}:e>0?{x:"200%",opacity:1,zIndex:2,transition:oe}:{scale:.7,opacity:0,zIndex:0,transition:oe},active:{x:0,scale:1,opacity:1,zIndex:1,transition:oe},exit:({direction:e})=>e<0?{x:"200%",opacity:1,zIndex:2,transition:oe}:{x:0,scale:.7,opacity:0,zIndex:0,transition:oe}}}}function Ao(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>e===0?{scale:1,opacity:1,zIndex:1,transition:Se}:{scale:e>0?Kt:yo,opacity:0,zIndex:e>0?1:0,transition:Se},active:{scale:1,opacity:1,zIndex:1,transition:Se},exit:({direction:e})=>e<0?{scale:Kt,opacity:0,zIndex:2,transition:bo}:{scale:1,opacity:0,zIndex:0,transition:Se}}}}var qt={slide:Wt("x"),slideVertical:Wt("y",go),slideLayers:Io(),reveal:So(),pushSlide:To(),zoomFade:Ao()},No={enterFrom:{position:"relative",width:"100%"},active:{position:"relative",width:"100%"},exit:{position:"absolute",top:0,left:0,right:0,width:"100%"}};function Te(e,t){let r=qt[e.animation].variants[t],o=No[t];if(typeof r=="function"){let s=r(e,{},{});return {...o,...s}}return typeof r=="string"?r:{...o,...r}}var Vo={enterFrom:e=>Te(e,"enterFrom"),active:e=>Te(e,"active"),exit:e=>Te(e,"exit")};function Zt({activeKey:e,animation:t="slideLayers",dimmed:r=false,measureHeight:o=true,lockPointerDuringTransition:a=true,className:i,viewClassName:s,children:l},g){let c$1=Z(e),m$1=c$1!==void 0&&e!==c$1,p=m$1?e>c$1?1:-1:0,v=useRef(null),[u,x]=useState(false),d=qt[t],T={animation:t,direction:p,dimmed:!!(r&&d.supportsDimmed)},I=Te(T,"active"),y=typeof I=="string"?I:{...I,transition:{duration:0}},h=useRef(new Map),[b,w]=io(),[S,R]=useState(void 0);useLayoutEffect(()=>{if(!o||!w.height)return;let A=h.current.get(e);(!A||Math.abs(A-w.height)>1)&&(h.current.set(e,w.height),R(w.height));},[o,w.height,e]),useLayoutEffect(()=>{if(!o){R(void 0);return}let A=h.current.get(e);A&&R(A);},[o,e]),useLayoutEffect(()=>{if(!a){v.current=null,x(false);return}m$1&&(v.current=e,x(true));},[e,m$1,a]);let V=C__default.useCallback(()=>{v.current===e&&(v.current=null,x(false));},[e]);return jsx(a$1,{children:jsx(m.div,{"data-slot":"ui-transition-root",ref:g,className:c("relative w-full overflow-hidden",T.dimmed&&"bg-black",u&&"pointer-events-none",i),initial:false,animate:o&&S!==void 0?{height:S}:void 0,style:o&&S!==void 0?{height:S}:void 0,transition:Ro,children:jsx("div",{ref:o?b:void 0,className:"relative w-full",children:jsx(AnimatePresence,{initial:false,custom:T,mode:"sync",children:jsx(m.div,{"data-slot":"ui-transition-item",custom:T,variants:Vo,initial:p===0?false:"enterFrom",animate:m$1?"active":y,exit:"exit",onAnimationComplete:V,className:c("w-full",Po,s),children:l},e)})})})})}Zt.displayName="UIViewTransition";var qe=C__default.forwardRef(Zt);function jt(e,t){let r=Z(e);C.useEffect(()=>{t&&!r&&e?Do(t):t&&!e&&r&&Xt(t);},[t,e,r]),C.useEffect(()=>()=>{t&&e&&Xt(t);},[t,e]);}function Do(e){if(e){let r=e.clientHeight,o=(r-24)/r;e.style.overflow="hidden",e.style.willChange="transform",e.style.transition="transform 250ms linear",e.style.transform=`translateY(calc(env(safe-area-inset-top, 0) - 24px)) scale(${o})`;}}function Xt(e){function t(){e.style.removeProperty("overflow"),e.style.removeProperty("will-change"),e.style.removeProperty("transition"),e.removeEventListener("transitionend",t);}e&&(e.style.removeProperty("transform"),e.addEventListener("transitionend",t));}var Eo={variants:{initial:{opacity:0},animate:{opacity:.08},exit:{opacity:0}},initial:"initial",animate:"animate",exit:"exit"},ko={initial:{opacity:0,y:24},animate:{opacity:1,y:0},exit:{opacity:0,y:24}},Mo={variants:ko,initial:"initial",animate:"animate",exit:"exit"},zo={duration:.3,delay:.35},Oo={variants:{initial:{borderRadius:24,opacity:0},exit:{borderRadius:24,opacity:0},animate:{borderRadius:24,opacity:1}},initial:"initial",animate:"animate",exit:"exit"},Bo=100,Lo=300,_o={width:420,height:"auto"};function Ne(e){return typeof e=="number"?`${e}px`:e}function Qt(e){return typeof e=="object"?e:{width:e,height:e}}function Ho({open:e,loading:t,visual:r$1,backgroundViewRef:o,children:a,className:i,containerClassName:s,defaultSize:l=Bo,expandedSize:g=_o,onBackdropClick:c$1,onCloseComplete:m$1,onContentAnimationComplete:p,onExpandedChangeComplete:v}){let[u,x]=C.useState(!!e),[d,T,I]=r(false),[y,h]=C.useState(false),b=C.useRef(false),w=C.useRef(null),S=C.useRef(false),R=C.useRef(null),V=Qt(l),A=Qt(g),N=Ne(V.width),B=Ne(V.height),D=Ne(A.width),ve=Ne(A.height),K=C.useMemo(()=>d?{width:D,height:ve}:{width:N,height:B},[B,N,d,ve,D]);jt(!!(e&&d&&o?.current),o?.current);let X=C.useCallback(()=>{R.current&&clearTimeout(R.current),R.current=setTimeout(()=>{R.current=null,x(false);},Lo);},[]),$=C.useCallback(()=>{if(w.current!==null&&(v?.(w.current),w.current=null),!b.current){e&&!t&&(!d||!a)&&h(true);return}b.current=false,X();},[a,d,t,v,e,X]),H=C.useCallback(()=>{h(false),S.current&&(S.current=false,m$1?.());},[m$1]),ar=C.useCallback(j=>{if(j==="animate"){e&&!t&&h(true),p?.("entered");return}j==="exit"&&(h(false),p?.("exited"));},[t,p,e]),Je=C.useCallback(j=>{j==="animate"&&e&&!t&&!d&&!b.current&&h(true);},[d,t,e]),nr=C.useCallback(j=>{y&&c$1?.(j);},[y,c$1]);return C.useEffect(()=>{e&&(R.current&&(clearTimeout(R.current),R.current=null),b.current=false,S.current=false,h(false),x(true));},[e]),C.useEffect(()=>{if(u){if(e){if(t){d&&(w.current=false,h(false)),I();return}d||(w.current=true,h(false)),T();return}if(S.current=true,h(false),!b.current){if(d){w.current=false,b.current=true,I();return}X();}}},[I,d,t,e,u,X,T]),C.useEffect(()=>()=>{R.current&&clearTimeout(R.current);},[]),jsx(a$1,{children:jsx(AnimatePresence,{onExitComplete:H,children:u&&jsxs(Portal.Root,{"data-slot":"ui-modal-root",children:[jsx(m.div,{"data-slot":"ui-modal-backdrop",className:"fixed inset-0 z-10 bg-black",onClick:nr,onAnimationComplete:Je,...Eo}),jsxs(m.div,{layout:true,"data-slot":"ui-modal-container","data-state":d&&"expanded",className:c("flex flex-col items-center justify-start bg-white p-16 ring-1 ring-stone-950/6","fixed top-1/2 left-1/2 z-20 -translate-x-1/2 -translate-y-1/2",s),style:K,onAnimationComplete:Je,onLayoutAnimationComplete:$,...Oo,children:[jsx(m.div,{"data-slot":"ui-modal-visual",layout:true,children:r$1}),jsx(AnimatePresence,{children:d&&jsx(m.div,{"data-slot":"ui-modal-content",onAnimationComplete:ar,...Mo,transition:zo,className:c("flex w-full flex-col overflow-hidden",i),children:a},"content")})]})]})})})}var tr=C__default.createContext(null);function Fo(){let e=C__default.useContext(tr);if(!e)throw new Error("useUIScreen must be used within <UIScreen>");return e}function je({value:e,animation:t,className:r,children:o}){return jsx(Fragment,{children:o})}je.displayName="UIScreen.View";function Go(e){return C__default.isValidElement(e)&&e.type===je}function rr(e,t=[]){return C__default.Children.forEach(e,r=>{if(C__default.isValidElement(r)&&r.type===C__default.Fragment){rr(r.props.children,t);return}if(!Go(r))return;let o=r.props.value,a=Array.isArray(o)?Array.from(o):[o];t.push({values:a,animation:r.props.animation,className:r.props.className,activeKey:t.length,children:r.props.children});}),t}function Ko(e){let t=new Set;e.forEach(({values:r})=>{if(!r.length)throw new Error("UIScreen.View value must not be an empty array.");r.forEach(o=>{if(t.has(o))throw new Error(`Duplicate UIScreen.View value "${String(o)}".`);t.add(o);});});}function or({screen:e,defaultScreen:t,onScreenChange:r,children:o,...a},i){let s=e!==void 0,[l,g]=C__default.useState(t),c$1=e??l,m=Z(c$1),p=C__default.useRef(null),v=rr(o);if(!v.length)throw new Error("UIScreen requires at least one UIScreen.View child.");if(e!==void 0&&t!==void 0)throw new Error("UIScreen accepts either screen or defaultScreen, but not both.");if(c$1===void 0)throw new Error("UIScreen requires either a screen or defaultScreen prop.");let u=c$1;Ko(v);let x=v.find(y=>y.values.includes(u));if(!x)throw new Error(`UIScreen could not find a UIScreen.View matching screen "${String(u)}".`);let d=p.current,T=d!==null&&m===d.from&&u===d.to;C__default.useLayoutEffect(()=>{let y=p.current;y&&u!==y.from&&(p.current=null);},[u]);let I=C__default.useMemo(()=>({screen:u,navigate:(y,h)=>{let b=h?.animation;p.current=y!==u&&b?{from:u,to:y,animation:b}:null,s||g(y),r?.(y);}}),[s,r,u]);return jsx(tr.Provider,{value:I,children:jsx(qe,{ref:i,...a,animation:(T?d.animation:x.animation)??a.animation,viewClassName:c(a.viewClassName,x.className),activeKey:x.activeKey,children:x.children})})}or.displayName="UIScreen";var $o=C__default.forwardRef(or),Wo=Object.assign($o,{View:je});var qo=()=>{let[,e]=C.useState(false);return C.useCallback(()=>{e(t=>!t);},[])};var Zo=(e=false)=>{let[t,r]=C.useState(e),o=C.useCallback(()=>{r(a=>!a);},[]);return [t,o]};
|
|
2
|
-
export{po as AnimationCard,
|
|
1
|
+
import'./chunk-J3QLREON.js';import {a as a$1,k,o,r}from'./chunk-6IEX6NJ5.js';export{q as DropdownMenu,o as Skeleton,n as Switch,j as Tabs,b as UIProvider,d as debounce,p as dropdownMenuStyles,f as mergeRefs,e as throttle,r as useFlag}from'./chunk-6IEX6NJ5.js';import {b,c,F,J,G,H,I,P,S,i,E}from'./chunk-2CZQBNNA.js';export{P as Button,v as Card,D as Command,R as FancyButton,K as Popover,M as Spinner,i as Tooltip,f as TooltipArrow,h as TooltipProvider,d as TooltipRoot,e as TooltipTrigger,N as baseButtonStyle,O as buttonVariants,c as cn,Q as fancyButtonVariants,g as tooltipVariants,b as tv,a as twMergeConfig,L as useDisableContentMenu}from'./chunk-2CZQBNNA.js';import {a}from'./chunk-M7AD2PUT.js';import {Slot,Collapsible,ScrollArea,HoverCard,Portal}from'radix-ui';import*as C from'react';import C__default,{useRef,useState,useLayoutEffect}from'react';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import {CircleAlert,Copy,CheckCheck}from'lucide-react';import {m,AnimatePresence}from'motion/react';import {Drawer}from'vaul';import io from'react-use-measure';var tt=new WeakMap;function rt(e){return((...t)=>{let r=tt.get(e),o=t.map(String).join("_");if(r){let i=r.get(o);if(i)return i}else r=new Map,tt.set(e,r);let a=e(...t);return r.set(o,a),a})}function ma(e,t,r="zh-CN"){return new Intl.NumberFormat(r,t).format(e)}function ua(e,t,r="zh-CN"){return new Intl.NumberFormat(r,{style:"currency",...t}).format(e)}function fa(e,t="en-US"){return new Intl.NumberFormat(t,{notation:"compact",compactDisplay:"short"}).format(e)}var ga=rt((e,t=2)=>e.replace(/[.,!@#$%^&*()_+=\-`~[\]/\\{}:"|<>?]+/gi,"").trim().split(/\s+/).slice(0,t).map(r=>{if(!r.length)return "";if(/\s+/.test(e))return r.match(/./u)?.[0].toUpperCase();let o=new RegExp(".".repeat(t),"u"),a=r.match(o)?.[0];return a?a.charAt(0).toUpperCase()+a.slice(1):e.charAt(0).toUpperCase()+e.slice(1,2)}).join(""));function ya(e,t){return Array.isArray(t)?e.filter(r=>t.some(o=>o===r.value)):e.find(r=>r.value===t)}function ba(e){return Array.from(new Set(e))}function Ra(e){return e.filter(vr)}function vr(e){return !!e}function hr(e,t){return t.reduce((r,o)=>(r[o]=e[o],r),{})}function Ca(e,t){let r=new Set(t.map(String)),o=Object.keys(e).filter(a=>!r.has(a));return hr(e,o)}var vt={};a(vt,{AVATAR_ROOT_NAME:()=>nt,Badge:()=>gt,BrandLogo:()=>ut,Image:()=>Me,Indicator:()=>pt,Notification:()=>ft,Root:()=>ct,Status:()=>mt,avatarRingVariants:()=>lt,avatarStatusVariants:()=>dt,avatarVariants:()=>we});function ie(e,t,r,o,a){let i=C__default.Children.map(e,(s,l)=>{if(!C__default.isValidElement(s))return s;let f=s.type?.displayName||"",c=r.includes(f)?t:{},p=s.props;return C__default.cloneElement(s,{...c,key:`${o}-${l}`},ie(p?.children,t,r,o,p?.asChild))});return a?i?.[0]:i}function ot(e){let t=C.useId();return jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 80 80",...e,children:[jsxs("g",{fill:"#fff",clipPath:`url(#${t})`,children:[jsx("ellipse",{cx:40,cy:78,fillOpacity:.72,rx:32,ry:24}),jsx("circle",{cx:40,cy:32,r:16,opacity:.9})]}),jsx("defs",{children:jsx("clipPath",{id:t,children:jsx("rect",{width:80,height:80,fill:"#fff",rx:40})})})]})}function at(e){let t=C.useId(),r=C.useId(),o=C.useId();return jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:56,height:56,fill:"none",viewBox:"0 0 56 56",...e,children:[jsxs("g",{clipPath:`url(#${t})`,children:[jsx("rect",{width:56,height:56,className:"fill-bg-soft",rx:28}),jsx("path",{className:"fill-bg-soft",d:"M0 0h56v56H0z"}),jsx("g",{filter:`url(#${r})`,opacity:.48,children:jsx("path",{fill:"#fff",d:"M7 24.9a2.8 2.8 0 012.8-2.8h21a2.8 2.8 0 012.8 2.8v49a2.8 2.8 0 01-2.8 2.8h-21A2.8 2.8 0 017 73.9v-49z"})}),jsx("path",{className:"fill-bg-soft",d:"M12.6 28.7a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2z"}),jsx("g",{filter:`url(#${o})`,children:jsx("path",{fill:"#fff",fillOpacity:.8,d:"M21 14a2.8 2.8 0 012.8-2.8h21a2.8 2.8 0 012.8 2.8v49a2.8 2.8 0 01-2.8 2.8h-21A2.8 2.8 0 0121 63V14z"})}),jsx("path",{className:"fill-bg-soft",d:"M26.6 17.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7V22a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm9.8-29.4a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7V22a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2zm0 9.8a.7.7 0 01.7-.7h4.2a.7.7 0 01.7.7v4.2a.7.7 0 01-.7.7h-4.2a.7.7 0 01-.7-.7v-4.2z"})]}),jsxs("defs",{children:[jsxs("filter",{id:r,width:34.6,height:62.6,x:3,y:18.1,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:2}),jsx("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_36237_4888"}),jsx("feBlend",{in:"SourceGraphic",in2:"effect1_backgroundBlur_36237_4888",result:"shape"})]}),jsxs("filter",{id:o,width:42.6,height:70.6,x:13,y:3.2,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:4}),jsx("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_36237_4888"}),jsx("feBlend",{in:"SourceGraphic",in2:"effect1_backgroundBlur_36237_4888",result:"shape"}),jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsx("feOffset",{dy:4}),jsx("feGaussianBlur",{stdDeviation:2}),jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsx("feColorMatrix",{values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"}),jsx("feBlend",{in2:"shape",result:"effect2_innerShadow_36237_4888"})]}),jsx("clipPath",{id:t,children:jsx("rect",{width:56,height:56,fill:"#fff",rx:28})})]})]})}var nt="AvatarRoot",it="AvatarImage",st="AvatarIndicator",yr="AvatarStatus",br="AvatarBrandLogo",Rr="AvatarNotification",Cr="AvatarBadge",ke=Slot.Root,we=b({slots:{root:["relative flex shrink-0 items-center justify-center rounded-full","text-center uppercase select-none"],image:"size-full rounded-full object-cover",indicator:"absolute flex size-32 items-center justify-center drop-shadow-[0_2px_4px_#1b1c1d0a]"},variants:{withRing:{true:""},size:{80:{root:"size-80 text-title-h5"},72:{root:"size-72 text-title-h5"},64:{root:"size-64 text-title-h5"},56:{root:"size-56 text-label-lg"},48:{root:"size-48 text-label-lg"},42:{root:"size-42 text-label-md"},38:{root:"size-38 text-label-md"},32:{root:"size-32 text-label-sm"},24:{root:"size-24 text-label-xs"},20:{root:"size-20 text-label-xs"}},color:{gray:{root:"bg-bg-soft text-static-black/80"},yellow:{root:"bg-yellow-500 text-static-white"},blue:{root:"bg-blue-500 text-static-white"},sky:{root:"bg-sky-500 text-static-white"},purple:{root:"bg-purple-500 text-static-white"},red:{root:"bg-red-500 text-static-white"},green:{root:"bg-green-500 text-static-white"},teal:{root:"bg-teal-500 text-static-white"},violet:{root:"bg-violet-500 text-static-white"},pink:{root:"bg-pink-500 text-static-white"},orange:{root:"bg-orange-500 text-static-white"}}},compoundVariants:[{size:["80","72"],class:{indicator:"-right-8"}},{size:"64",class:{indicator:"-right-8 scale-[.875]"}},{size:"56",class:{indicator:"-right-6 scale-75"}},{size:"48",class:{indicator:"-right-6 scale-[.625]"}},{size:"42",class:{indicator:"-right-6 scale-[.5725]"}},{size:"38",class:{indicator:"-right-6 scale-[.5625]"}},{size:"32",class:{indicator:"-right-6 scale-50"}},{size:"24",class:{indicator:"-right-4 scale-[.375]"}},{size:"20",class:{indicator:"-right-4 scale-[.3125]"}},{withRing:true,size:"80",class:{indicator:"-right-12"}},{withRing:true,size:"72",class:{indicator:"-right-13"}},{withRing:true,size:"64",class:{indicator:"-right-12"}},{withRing:true,size:"56",class:{indicator:"-right-10"}},{withRing:true,size:["48","42","38","32"],class:{indicator:"-right-9"}},{withRing:true,size:["24","20"],class:{indicator:"-right-7"}}],defaultVariants:{size:"48",color:"gray"}}),lt=b({base:"ring-2 ring-offset-2",variants:{color:{gray:"ring-black/10",yellow:"ring-yellow-500",blue:"ring-blue-500",sky:"ring-sky-500",purple:"ring-purple-500",red:"ring-red-500",green:"ring-green-500",teal:"ring-teal-500",violet:"ring-violet-500",pink:"ring-pink-500",orange:"ring-orange-500",white:"ring-static-white",black:"ring-static-black"}},defaultVariants:{color:"gray"}}),Me=C.forwardRef(({asChild:e,className:t,size:r,color:o,...a},i)=>{let s=e?ke:"img",{image:l}=we({size:r,color:o});return jsx(s,{ref:i,className:l({class:t}),...a})});Me.displayName=it;var ct=C.forwardRef(({asChild:e,children:t,size:r,color:o,ring:a,className:i,placeholderType:s="user",...l},f)=>{let c$1=C.useId(),p=e?ke:"div",d=a?lt({color:a===true?o:typeof a=="string"?a:void 0}):void 0,{root:v}=we({size:r,color:o}),u=c(v(),d,i),y={size:r,color:o};if(!t)return jsx("div",{className:u,...l,children:jsx(Me,{asChild:true,children:s==="company"?jsx(at,{}):jsx(ot,{})})});let m=ie(t,y,[it,st],c$1,e);return jsx(p,{ref:f,className:u,...l,children:m})});ct.displayName=nt;function pt({size:e,color:t,className:r,position:o="bottom",withRing:a,...i}){let{indicator:s}=we({size:e,color:t,withRing:a});return jsx("div",{className:c(s({class:r}),{"top-0 origin-top-right":o==="top","bottom-0 origin-bottom-right":o==="bottom"}),...i})}pt.displayName=st;var dt=b({base:"box-content size-12 rounded-full border-4 border-bg-white",variants:{status:{online:"bg-success-base",offline:"bg-gray-500",busy:"bg-error-base",away:"bg-away-base"}},defaultVariants:{status:"online"}});function mt({status:e,className:t,...r}){return jsx("div",{className:dt({status:e,class:t}),...r})}mt.displayName=yr;var ut=C.forwardRef(({asChild:e,className:t,...r},o)=>jsx(e?ke:"img",{draggable:false,ref:o,className:c("box-content size-24 rounded-full border-2 border-bg-white",t),...r}));ut.displayName=br;function ft({className:e,...t}){return jsx("div",{className:c("box-content size-12 rounded-full border-2 border-bg-white bg-error-base",e),...t})}ft.displayName=Rr;function gt({className:e,...t}){return jsx("div",{className:c("box-content rounded-full border-2 border-bg-white bg-error-base px-6 text-static-white",e),...t})}gt.displayName=Cr;function le({className:e,variant:t="neutral",mode:r="stroke",size:o="small",...a}){return jsx(P,{variant:t,mode:r,size:o,className:c("absolute top-12 right-10 z-10 m-auto aspect-square rounded-full border-transparent text-text-soft hover:text-text-strong",e),...a,children:jsxs("svg",{width:"1em",height:"1em",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[jsx("path",{d:"M10.4854 1.99998L2.00007 10.4853",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),jsx("path",{d:"M10.4854 10.4844L2.00007 1.99908",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})}var Oe=b({slots:{root:"relative flex w-fit max-w-xl flex-col rounded-[12px] border border-stroke-soft p-0 text-md",content:"text-md",arrowCls:"",header:"flex items-center select-none",close:"absolute rounded-full"},variants:{variant:{default:{root:"gap-8 bg-bg-white p-16",close:"top-12 right-12 hover:bg-bg-weak"},accent:{root:"bg-bg-weak p-4",content:"rounded-[8px] bg-bg-white px-12 py-8 shadow-sm",header:"px-12 py-4 pb-6",close:"top-9 right-8 hover:bg-bg-white",arrowCls:"bg-bg-weak"}}},defaultVariants:{variant:"default"}});function Pr({variant:e,className:t,contentClassName:r,closeableClassName:o,side:a="bottom",align:i="start",arrow:s=true,unstyled:l=true,closeable:f=true,sideOffset:c$1=1,title:p,content:d,children:v,asChild:u,defaultOpen:y,open:m,onOpenChange:I$1,onClose:S,...x}){let{root:h,content:b,header:w,close:T,arrowCls:R}=Oe({variant:e}),[V,N]=C__default.useState(y??false),A=m!==void 0,U=A?m:V,E=C__default.useCallback(K=>{A||N(K),I$1?.(K);},[A,I$1]);return jsxs(F,{open:U,onOpenChange:E,children:[A&&U&&jsx(J,{}),jsx(G,{className:c(A&&U&&"relative z-20"),asChild:u,children:v}),jsxs(H,{className:h({className:t}),arrowClassName:R(),unstyled:l,side:a,align:i,sideOffset:c$1,arrow:s,...x,children:[p&&jsx("header",{className:w({className:f&&"pe-28"}),children:typeof p=="string"?jsx("h3",{className:"m-0 text-title-h6 text-text-strong",children:p}):p}),f&&jsx(I,{asChild:true,onClick:S,children:jsx(le,{size:"xsmall",mode:"ghost",className:T({class:c("size-24 p-0",o)})})}),jsx("div",{className:b({className:r}),children:d})]})]})}function Ar({variant:e="default",title:t,content:r,children:o,defaultOpen:a,className:i,side:s="top",align:l="center",sideOffset:f=1,arrow:c$1=true,open:p,contentClassName:d,onOpenChange:v,onConfirm:u,onCancel:y,...m$1}){let{root:I$1,content:S,header:x,arrowCls:h}=Oe({variant:e}),[b,w]=C__default.useState(a??false),T=p!==void 0,R=T?p:b,V=C__default.useCallback(E=>{T||w(E),v?.(E);},[T,v]),[N,A]=C__default.useState(false),U=C__default.useCallback(async()=>{V(false);try{A(!0),await u?.();}catch{}finally{A(false);}},[V,u]);return jsxs(F,{open:R,onOpenChange:V,children:[jsx(AnimatePresence,{children:R&&jsx(J,{as:m.div,...k,className:"bg-black/5"})}),jsx(G,{className:c(R&&"relative z-20"),children:jsx("div",{className:"inline-flex items-center",children:C__default.isValidElement(o)?C__default.cloneElement(o,{loading:N}):o})}),jsxs(H,{className:I$1({className:c("max-w-lg",i)}),arrowClassName:h(),unstyled:true,side:s,align:l,sideOffset:f,arrow:c$1,...m$1,children:[t&&jsxs("header",{className:x({className:"gap-6"}),children:[jsx(CircleAlert,{className:"text-red-500",size:16}),jsx("h4",{className:"m-0 text-15 leading-26 font-medium text-text-strong",children:t})]}),jsxs("div",{className:S({className:d}),children:[r,jsxs("div",{className:"mt-8 flex justify-end gap-12",children:[jsx(I,{unstyled:true,onClick:y,asChild:true,children:jsx(P,{size:"xsmall",variant:"neutral",mode:"stroke",className:"h-26",children:"Cancel"})}),jsx(P,{size:"xsmall",mode:"stroke",className:"h-26",onClick:U,children:"Confirm"})]})]})]})]})}function bt({...e}){return jsx(Drawer.Root,{"data-slot":"drawer",...e})}function Rt({...e}){return jsx(Drawer.Trigger,{"data-slot":"drawer-trigger",...e})}function Nr({...e}){return jsx(Drawer.Portal,{"data-slot":"drawer-portal",...e})}function Be({...e}){return jsx(Drawer.Close,{"data-slot":"drawer-close",...e})}function Vr({className:e,...t}){return jsx(Drawer.Overlay,{"data-slot":"drawer-overlay",className:c("fixed inset-0 z-50 bg-black/10 data-closed:animate-out data-closed:fade-out-0 data-open:animate-in data-open:fade-in-0",e),...t})}var Dr={top:"inset-x-8 top-8 max-h-[80vh]",bottom:"inset-x-8 bottom-8 mt-96 max-h-[80vh]",left:"inset-y-8 left-8 w-3/5",right:"inset-y-8 right-8 w-3/5"};function Ct({className:e,direction:t,children:r,...o}){let a=C.useRef({"--initial-transform":"calc(100% + 8px)"});return jsxs(Nr,{"data-slot":"drawer-portal",children:[jsx(Vr,{}),jsx(Drawer.Content,{"data-slot":"drawer-content",style:a.current,className:c("group/drawer-content fixed z-50 flex h-auto flex-col rounded-[12px] bg-static-white outline-none",t&&Dr[t],e),...o,children:r})]})}function wt({className:e,...t}){return jsx("div",{"data-slot":"drawer-header",className:c("flex flex-col px-16 py-12",e),...t})}function Pt({className:e,...t}){return jsx("div",{"data-slot":"drawer-body",className:c("scrollbar-thin overflow-y-auto p-16 select-text",e),...t})}function It({className:e,...t}){return jsx("div",{"data-slot":"drawer-footer",className:c("mt-auto flex flex-col gap-8 px-16 py-18",e),...t})}function St({className:e,...t}){return jsx(Drawer.Title,{"data-slot":"drawer-title",className:c("m-0 text-xl leading-32 font-medium text-text-strong",e),...t})}function Tt({className:e,...t}){return jsx(Drawer.Description,{"data-slot":"drawer-description",className:c("m-0 text-md text-text-sub",e),...t})}function kr({direction:e="right",dismissible:t=true,skeletonItemCount:r=5,className:o,footerClassName:a,bodyClassName:i,headerClassName:s,title:l="Title",description:f,footer:c$1,trigger:p,container:d,children:v,open:u,onOpenChange:y,loading:m,handleOnly:I=true,style:S$1,width:x,onClose:h,onOk:b,...w}){let T=S(),R=C__default.useRef({...S$1,width:x}),[V,N]=C__default.useState(false),[A,U]=C__default.useState(false),E=u!==void 0,K=E?u:V,$=C__default.useCallback(H=>{!H&&A||(E||N(H),y?.(H));},[E,y,A]),J=C__default.useCallback(async()=>{if(!b){$(false);return}let H=b();if(H instanceof Promise){U(true);try{await H,$(!1);}catch{}finally{U(false);}}else $(false);},[b,$]),W=!A&&t;return jsxs(bt,{container:d,direction:e,dismissible:W,handleOnly:I,autoFocus:true,open:K,onOpenChange:$,...w,children:[p&&jsx(Rt,{asChild:true,children:p}),jsxs(Ct,{direction:e,className:c(d&&d!==document.body&&"absolute",o),style:R.current,children:[t&&jsx(Be,{asChild:true,children:jsx(le,{disabled:!W})}),t===false&&jsx(le,{disabled:!W,onClick:h}),jsxs(wt,{className:c("border-b border-b-stroke-antd",s),children:[jsx(St,{className:"pe-42",asChild:true,children:typeof l=="string"?jsx("h3",{children:l}):jsx("div",{children:l})}),jsx(Tt,{className:c(!f&&"sr-only"),children:f})]}),jsxs(Pt,{className:i,children:[m&&jsx(Mr,{count:r}),!m&&v]}),jsxs(It,{className:c("flex-row border-t border-t-stroke-antd",a),children:[c$1,!c$1&&jsxs(Fragment,{children:[t&&jsx(Be,{asChild:true,children:jsx(P,{variant:"neutral",mode:"stroke",className:"w-2/5",disabled:!W,children:T("close")})}),t===false&&jsx(P,{variant:"neutral",mode:"stroke",className:"w-2/5",disabled:!W,onClick:h,children:T("close")}),jsx(P,{variant:"neutral",mode:"filled",className:"w-3/5",loading:m||A,onClick:J,children:T("ok")})]})]})]})]})}function Mr({count:e=5}){let t=Array.from({length:e});return jsxs("div",{className:"flex flex-col gap-16",children:[jsxs("div",{className:"flex flex-row items-center gap-12",children:[jsx(o,{className:"size-58 rounded-2xl"}),jsxs("div",{className:"flex flex-1 flex-col gap-4",children:[jsx(o,{className:"mb-4 h-14 w-3/10"}),jsx(o,{className:"h-10 w-7/10"}),jsx(o,{className:"h-10 w-9/10"})]})]}),t.map((r,o$1)=>jsxs("div",{className:"flex flex-col gap-8",children:[jsx(o,{className:"h-12 w-5/10"}),jsx(o,{className:"h-12 w-7/10"}),jsx(o,{className:"h-12 w-full"})]},o$1))]})}function Or(e){let[t,r]=C__default.useState(false),[o,a]=C__default.useState(null),i=C__default.useCallback(c=>{a(c),r(true);},[]),s=C__default.useCallback(()=>{r(false),a(null);},[]),l=C__default.useCallback(c=>{r(c),c||a(null);},[]);return [{...e,open:t,onOpenChange:l,onClose:s},o,i,s]}var At=async e=>{if(!e)return;if(navigator.clipboard){await navigator.clipboard.writeText(e);return}let t=document.createElement("textarea");t.setAttribute("readonly",""),t.tabIndex=-1,t.style.position="fixed",t.style.left="-9999px",t.value=e,document.body.appendChild(t);let r=document.getSelection();if(r){let o=r.rangeCount>0&&r.getRangeAt(0);t.select(),document.execCommand("copy"),o&&(r.removeAllRanges(),r.addRange(o));}document.body.removeChild(t);};var Lr={initial:{scale:.5,opacity:0,filter:"blur(2px)"},animate:{scale:1,opacity:1,filter:"blur(0px)"},exit:{scale:.5,opacity:0,filter:"blur(2px)"}},_r={opacity:{duration:.25},filter:{duration:.25},scale:{duration:.35,ease:[.34,1.56,.64,1]}},Hr={variants:Lr,initial:"initial",animate:"animate",exit:"exit",transition:_r};function Le({initial:e=false,state:t,states:r,asDiv:o,className:a,style:i,...s}){let l=o?m.div:m.span;return jsx(AnimatePresence,{initial:e,mode:"popLayout",children:jsx(l,{className:c("inline-flex items-center justify-center",a),...Hr,style:i,...s,children:r[t]},t)})}function _e({swap:e,on:t,off:r,className:o}){return jsx(Le,{state:e?"on":"off",states:{on:t,off:r},className:o})}function $r({content:e,delay:t=700,tooltipDelayDuration:r=700,variant:o="neutral",mode:a="stroke",size:i$1="small",as:s="button",children:l,onCopy:f,className:c$1}){let p=S(),[d,v]=C__default.useState(false),[u,y]=C__default.useState(false),[m,I]=C__default.useState(false),S$1=C__default.useRef(null),x=C__default.useRef(null);C__default.useEffect(()=>()=>{S$1.current&&clearTimeout(S$1.current),x.current&&clearTimeout(x.current);},[]);let h=C__default.useCallback(async()=>{d||(v(true),I(true),await At(e),f?.(e),S$1.current=setTimeout(()=>{I(false),x.current=setTimeout(()=>v(false),150);},t));},[d,t,e,f]),b=jsx(_e,{swap:d,on:jsx(CheckCheck,{width:"1em",height:"1em"}),off:jsx(Copy,{width:"1em",height:"1em"})}),w=(()=>{switch(s){case "text":return jsx("span",{className:c("relative cursor-pointer before:absolute before:-inset-x-4 before:-inset-y-1 before:rounded-md hover:before:bg-bg-antd",c$1),onClick:h,children:jsx("span",{className:"relative z-1",children:l??e})});case "inline":return jsxs("span",{className:c("relative inline-flex cursor-pointer items-center gap-6 before:absolute before:-inset-x-4 before:-inset-y-1 before:rounded-md hover:before:bg-bg-antd",c$1),onClick:h,children:[jsx("span",{className:"relative z-1",children:l??e}),jsx("span",{className:c("inline-flex items-center text-zinc-500",d&&"text-primary-base"),children:b})]});default:return jsx(P,{variant:o,mode:a,size:i$1,className:c(d&&"cursor-not-allowed",c$1),onClick:h,startContent:b})}})();return jsx(i,{content:p(d?"copied":"copy"),size:i$1,open:m||u,delayDuration:r,onOpenChange:y,hideWhenDetached:true,children:w})}var qr=b({base:"flex shrink-0 items-center justify-center rounded-2xl ring-1 ring-transparent ring-inset",variants:{variant:{filled:"text-static-white",lighter:"",outline:"ring-current"},ring:{true:""},color:{neutral:"",slate:"",red:"",orange:"",amber:"",yellow:"",lime:"",green:"",emerald:"",teal:"",cyan:"",sky:"",blue:"",indigo:"",violet:"",purple:"",fuchsia:"",pink:"",rose:""}},compoundVariants:[{variant:"filled",color:"neutral",class:"bg-black/90"},{variant:"filled",color:"slate",class:"bg-slate-500"},{variant:"filled",color:"red",class:"bg-red-500"},{variant:"filled",color:"orange",class:"bg-orange-500"},{variant:"filled",color:"amber",class:"bg-amber-500"},{variant:"filled",color:"yellow",class:"bg-yellow-500"},{variant:"filled",color:"lime",class:"bg-lime-500"},{variant:"filled",color:"green",class:"bg-green-500"},{variant:"filled",color:"emerald",class:"bg-emerald-500"},{variant:"filled",color:"teal",class:"bg-teal-500"},{variant:"filled",color:"cyan",class:"bg-cyan-500"},{variant:"filled",color:"sky",class:"bg-sky-500"},{variant:"filled",color:"blue",class:"bg-blue-500"},{variant:"filled",color:"indigo",class:"bg-indigo-500"},{variant:"filled",color:"violet",class:"bg-violet-500"},{variant:"filled",color:"purple",class:"bg-purple-500"},{variant:"filled",color:"fuchsia",class:"bg-fuchsia-500"},{variant:"filled",color:"pink",class:"bg-pink-500"},{variant:"filled",color:"rose",class:"bg-rose-500"},{variant:"filled",ring:true,color:"neutral",class:"ring-neutral-700"},{variant:"filled",ring:true,color:"slate",class:"ring-slate-600"},{variant:"filled",ring:true,color:"red",class:"ring-red-700"},{variant:"filled",ring:true,color:"orange",class:"ring-orange-600"},{variant:"filled",ring:true,color:"amber",class:"ring-amber-600"},{variant:"filled",ring:true,color:"yellow",class:"ring-yellow-600"},{variant:"filled",ring:true,color:"lime",class:"ring-lime-600"},{variant:"filled",ring:true,color:"green",class:"ring-green-600"},{variant:"filled",ring:true,color:"emerald",class:"ring-emerald-600"},{variant:"filled",ring:true,color:"teal",class:"ring-teal-600"},{variant:"filled",ring:true,color:"cyan",class:"ring-cyan-600"},{variant:"filled",ring:true,color:"sky",class:"ring-sky-600"},{variant:"filled",ring:true,color:"blue",class:"ring-blue-700"},{variant:"filled",ring:true,color:"indigo",class:"ring-indigo-600"},{variant:"filled",ring:true,color:"violet",class:"ring-violet-600"},{variant:"filled",ring:true,color:"purple",class:"ring-purple-600"},{variant:"filled",ring:true,color:"fuchsia",class:"ring-fuchsia-600"},{variant:"filled",ring:true,color:"pink",class:"ring-pink-600"},{variant:"filled",ring:true,color:"rose",class:"ring-rose-600"},{variant:"lighter",color:"neutral",class:"bg-neutral-100 text-neutral-600"},{variant:"lighter",color:"slate",class:"bg-slate-100 text-slate-500"},{variant:"lighter",color:"red",class:"bg-red-50 text-red-500"},{variant:"lighter",color:"orange",class:"bg-orange-50 text-orange-500"},{variant:"lighter",color:"amber",class:"bg-amber-50 text-amber-500"},{variant:"lighter",color:"yellow",class:"bg-yellow-50 text-yellow-500"},{variant:"lighter",color:"lime",class:"bg-lime-50 text-lime-500"},{variant:"lighter",color:"green",class:"bg-green-50 text-green-500"},{variant:"lighter",color:"emerald",class:"bg-emerald-50 text-emerald-500"},{variant:"lighter",color:"teal",class:"bg-teal-50 text-teal-500"},{variant:"lighter",color:"cyan",class:"bg-cyan-50 text-cyan-500"},{variant:"lighter",color:"sky",class:"bg-sky-50 text-sky-500"},{variant:"lighter",color:"blue",class:"bg-blue-50 text-blue-500"},{variant:"lighter",color:"indigo",class:"bg-indigo-50 text-indigo-500"},{variant:"lighter",color:"violet",class:"bg-violet-50 text-violet-500"},{variant:"lighter",color:"purple",class:"bg-purple-50 text-purple-500"},{variant:"lighter",color:"fuchsia",class:"bg-fuchsia-50 text-fuchsia-500"},{variant:"lighter",color:"pink",class:"bg-pink-50 text-pink-500"},{variant:"lighter",color:"rose",class:"bg-rose-50 text-rose-500"},{variant:["lighter","outline"],ring:true,color:"neutral",class:"ring-neutral-200"},{variant:["lighter","outline"],ring:true,color:"slate",class:"ring-slate-200"},{variant:["lighter","outline"],ring:true,color:"red",class:"ring-red-200"},{variant:["lighter","outline"],ring:true,color:"orange",class:"ring-orange-200"},{variant:["lighter","outline"],ring:true,color:"amber",class:"ring-amber-200"},{variant:["lighter","outline"],ring:true,color:"yellow",class:"ring-yellow-200"},{variant:["lighter","outline"],ring:true,color:"lime",class:"ring-lime-200"},{variant:["lighter","outline"],ring:true,color:"green",class:"ring-green-200"},{variant:["lighter","outline"],ring:true,color:"emerald",class:"ring-emerald-200"},{variant:["lighter","outline"],ring:true,color:"teal",class:"ring-teal-200"},{variant:["lighter","outline"],ring:true,color:"cyan",class:"ring-cyan-200"},{variant:["lighter","outline"],ring:true,color:"sky",class:"ring-sky-200"},{variant:["lighter","outline"],ring:true,color:"blue",class:"ring-blue-200"},{variant:["lighter","outline"],ring:true,color:"indigo",class:"ring-indigo-200"},{variant:["lighter","outline"],ring:true,color:"violet",class:"ring-violet-200"},{variant:["lighter","outline"],ring:true,color:"purple",class:"ring-purple-200"},{variant:["lighter","outline"],ring:true,color:"fuchsia",class:"ring-fuchsia-200"},{variant:["lighter","outline"],ring:true,color:"pink",class:"ring-pink-200"},{variant:["lighter","outline"],ring:true,color:"rose",class:"ring-rose-200"},{variant:"outline",color:"neutral",class:"text-neutral-500"},{variant:"outline",color:"slate",class:"text-slate-400"},{variant:"outline",color:"red",class:"text-red-500"},{variant:"outline",color:"orange",class:"text-orange-500"},{variant:"outline",color:"amber",class:"text-amber-500"},{variant:"outline",color:"yellow",class:"text-yellow-500"},{variant:"outline",color:"lime",class:"text-lime-500"},{variant:"outline",color:"green",class:"text-green-500"},{variant:"outline",color:"emerald",class:"text-emerald-500"},{variant:"outline",color:"teal",class:"text-teal-500"},{variant:"outline",color:"cyan",class:"text-cyan-500"},{variant:"outline",color:"sky",class:"text-sky-500"},{variant:"outline",color:"blue",class:"text-blue-500"},{variant:"outline",color:"indigo",class:"text-indigo-500"},{variant:"outline",color:"violet",class:"text-violet-500"},{variant:"outline",color:"purple",class:"text-purple-500"},{variant:"outline",color:"fuchsia",class:"text-fuchsia-500"},{variant:"outline",color:"pink",class:"text-pink-500"},{variant:"outline",color:"rose",class:"text-rose-500"}],defaultVariants:{variant:"outline",color:"slate"}});function En({asChild:e,children:t,className:r,color:o,variant:a,ring:i,...s}){let l=e?Slot.Root:"div",f=qr({variant:a,color:o,ring:i,className:r});return jsx(l,{className:f,...s,children:t})}function Bn({...e}){return jsx(Collapsible.Root,{"data-slot":"collapsible",...e})}function Ln({...e}){return jsx(Collapsible.CollapsibleTrigger,{"data-slot":"collapsible-trigger",...e})}function _n({className:e,...t}){return jsx(Collapsible.CollapsibleContent,{"data-slot":"collapsible-content",className:c("collapsible-content",e),...t})}var jr="BadgeRoot",Ut="BadgeIcon",Et="BadgeDot",Ge=b({slots:{root:"inline-flex w-fit appearance-none items-center justify-center border-none leading-none font-medium whitespace-nowrap transition duration-200 ease-out select-none",icon:"uicon shrink-0",dot:["uidot flex items-center justify-center","before:size-4 before:rounded-full before:bg-current"]},variants:{size:{medium:{root:"h-24 gap-4 px-10 text-md has-[>.uicon]:gap-6 has-[>.uidot]:gap-4",icon:"-mx-2 size-14",dot:"-mx-4 size-16 before:size-6"},small:{root:"h-20 gap-4 px-8 text-sm has-[>.uicon]:gap-4 has-[>.uidot]:gap-3",icon:"-mx-px size-12",dot:"-mx-4 size-16 before:size-5"},xsmall:{root:"h-16 gap-3 px-7 text-xs has-[>.uicon]:gap-4 has-[>.uidot]:gap-4",icon:"-mx-px size-10",dot:"-mx-5 size-16"}},variant:{filled:{root:"text-static-white"},outline:{root:"ring-1 ring-current ring-inset"},lighter:"",ghost:""},color:{primary:"",info:"",success:"",warning:"",error:"",neutral:""},shape:{default:"",circle:{root:"rounded-full"}},disabled:{true:{root:"cursor-not-allowed opacity-75"}}},compoundVariants:[{shape:"default",size:"xsmall",class:{root:"rounded-[3px] px-5"}},{shape:"default",size:"small",class:{root:"rounded-[4px] px-6"}},{shape:"default",size:"medium",class:{root:"rounded-lg px-7",icon:"ms-0"}},{variant:"filled",color:"primary",class:{root:"bg-primary-base"}},{variant:"filled",color:"info",class:{root:"bg-cyan-500"}},{variant:"filled",color:"success",class:{root:"bg-emerald-500"}},{variant:"filled",color:"warning",class:{root:"bg-orange-500"}},{variant:"filled",color:"error",class:{root:"bg-red-600"}},{variant:"filled",color:"neutral",class:{root:"bg-black/90"}},{variant:"outline",color:"primary",class:{root:"text-primary-base"}},{variant:"outline",color:"info",class:{root:"text-cyan-600"}},{variant:"outline",color:"success",class:{root:"text-emerald-500"}},{variant:"outline",color:"warning",class:{root:"text-orange-500"}},{variant:"outline",color:"error",class:{root:"text-red-600"}},{variant:"outline",color:"neutral",class:{root:"text-neutral-600 ring-neutral-200"}},{variant:"lighter",color:"primary",class:{root:"bg-blue-50 text-primary-base"}},{variant:"lighter",color:"info",class:{root:"bg-cyan-50 text-cyan-600"}},{variant:"lighter",color:"success",class:{root:"bg-emerald-50 text-emerald-600"}},{variant:"lighter",color:"warning",class:{root:"bg-orange-50 text-orange-600"}},{variant:"lighter",color:"error",class:{root:"bg-red-50 text-red-600"}},{variant:"lighter",color:"neutral",class:{root:"bg-neutral-100 text-neutral-600"}},{variant:"ghost",color:"primary",class:{root:"text-primary-base"}},{variant:"ghost",color:"info",class:{root:"text-cyan-600"}},{variant:"ghost",color:"success",class:{root:"text-emerald-600"}},{variant:"ghost",color:"warning",class:{root:"text-orange-600"}},{variant:"ghost",color:"error",class:{root:"text-red-600"}},{variant:"ghost",color:"neutral",class:{root:"text-neutral-600"}}],defaultVariants:{variant:"filled",color:"primary",size:"medium",shape:"default"}}),kt=({asChild:e,size:t,variant:r,color:o,shape:a,children:i,className:s,disabled:l,...f})=>{let c=C.useId(),p=e?Slot.Root:"div",{root:d}=Ge({variant:r,color:o,size:t,shape:a,disabled:l}),u=ie(i,{size:t,variant:r,color:o},[Ut,Et],c,e);return jsx(p,{"data-slot":"badge",className:d({class:s}),...f,children:u})};kt.displayName=jr;function Mt({className:e,size:t,variant:r,color:o,as:a,...i}){let s=a||"div",{icon:l}=Ge({size:t,variant:r,color:o});return jsx(s,{"data-slot":"icon",className:l({class:e}),...i})}Mt.displayName=Ut;function zt({size:e,variant:t,color:r,className:o,...a}){let{dot:i}=Ge({size:e,variant:t,color:r});return jsx("div",{"data-slot":"dot",className:i({class:o}),...a})}zt.displayName=Et;function Wn({icon:e,dot:t,children:r,asChild:o,...a}){return jsxs(kt,{asChild:o,...a,children:[e&&!o&&jsx(Mt,{as:e}),t&&!o&&jsx(zt,{}),r]})}function Qr({className:e,scrollBarClassName:t,children:r,...o}){return jsxs(ScrollArea.Root,{"data-slot":"scroll-area",className:c("relative",e),...o,children:[jsx(ScrollArea.Viewport,{"data-slot":"scroll-area-viewport",className:"size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-2 focus-visible:ring-primary-base focus-visible:outline-1",children:r}),jsx(Ot,{orientation:"vertical",className:t}),jsx(Ot,{orientation:"horizontal",className:t}),jsx(ScrollArea.Corner,{})]})}function Ot({className:e,orientation:t="vertical",...r}){return jsx(ScrollArea.ScrollAreaScrollbar,{"data-slot":"scroll-area-scrollbar","data-orientation":t,orientation:t,className:c("flex touch-none p-2 transition-colors select-none data-[orientation=horizontal]:h-10 data-[orientation=horizontal]:flex-col data-[orientation=horizontal]:border-t data-[orientation=horizontal]:border-t-transparent data-[orientation=vertical]:h-full data-[orientation=vertical]:w-10 data-[orientation=vertical]:border-l data-[orientation=vertical]:border-l-transparent",e),...r,children:jsx(ScrollArea.ScrollAreaThumb,{"data-slot":"scroll-area-thumb",className:"relative flex-1 rounded-full bg-stroke-sub"})})}function to({open:e,defaultOpen:t,openDelay:r=300,closeDelay:o,asChild:a=true,arrow:i=true,content:s,children:l,onOpenChange:f,...c}){return jsxs(ro,{"data-slot":"hover-card",open:e,defaultOpen:t,openDelay:r,closeDelay:o,onOpenChange:f,children:[jsx(oo,{asChild:a,children:l}),jsxs(ao,{...c,children:[s,i&&jsx(HoverCard.Arrow,{asChild:true,children:jsx(E,{className:"-translate-y-6.5"})})]})]})}function ro({...e}){return jsx(HoverCard.Root,{"data-slot":"hover-card",...e})}function oo({...e}){return jsx(HoverCard.Trigger,{"data-slot":"hover-card-trigger",...e})}function ao({className:e,align:t="center",sideOffset:r=4,collisionPadding:o=16,...a}){return jsx(HoverCard.Portal,{"data-slot":"hover-card-portal",children:jsx(HoverCard.Content,{"data-slot":"hover-card-content",align:t,sideOffset:r,collisionPadding:o,className:c("z-50 rounded-2xl bg-bg-white px-10 py-6 text-md text-text-strong shadow-regular-md ring-1 ring-stroke-soft outline-hidden duration-100 ring-inset","origin-(--radix-hover-card-content-transform-origin) data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",e),...a})})}var so={initial:{opacity:0,scale:.96,y:4,filter:"blur(2px)"},exit:{opacity:0,scale:.96,y:4,filter:"blur(2px)"},animate:{opacity:1,scale:1,y:0,filter:"blur(0px)"}},lo={type:"spring",bounce:.1,duration:.25},co={ease:[.26,.08,.25,1],duration:.27};function po({activeKey:e,children:t,className:r,rootClassName:o,defaultCardHeight:a,initialKey:i,variants:s=so,transition:l=co,rootTransition:f=lo}){let[c,{height:p}]=io(),d=C.useRef(a??0);p>0&&(d.current=p);let v=e===i?a:p||d.current;return jsx(a$1,{children:jsx(m.div,{"data-slot":"animation-root",className:o,initial:false,animate:{height:v},transition:f,children:jsx("div",{ref:c,"data-slot":"animation-container",children:jsx(AnimatePresence,{mode:"popLayout",initial:false,children:jsx(m.div,{"data-slot":"animation-page",variants:s,transition:l,initial:"initial",animate:"animate",exit:"exit",className:r,children:t},e)})})})})}function j(e,t){let r=C.useRef(void 0),{current:o}=r;return C.useEffect(()=>{(!t||e!==void 0)&&(r.current=e);},[e,t]),o}var fo={type:"tween",duration:.3,ease:[.25,1,.5,1]},go={type:"tween",duration:.38,ease:[.25,1,.5,1]},Ie={type:"spring",stiffness:260,damping:30},vo={type:"tween",duration:.35,ease:"easeIn"},ho={type:"tween",duration:.35,ease:"easeOut"},xo={type:"tween",duration:.35,ease:"linear"},ae={type:"tween",duration:.25,ease:"easeInOut"},We=[.25,.1,.25,1],Kt=1.12,yo=.93,Se={type:"tween",duration:.22,ease:We},bo={scale:{type:"tween",duration:.22,ease:We},opacity:{type:"tween",duration:.16,ease:We}},Ro={type:"spring",stiffness:260,damping:30},Co=.7,wo=.9,Po="bg-white";function $t(e){return e?Co:wo}function $e(e,t){return e==="x"?{x:t}:{y:t}}function Wt(e,t=fo){return {supportsDimmed:false,variants:{enterFrom:({direction:r})=>({...$e(e,r===0?0:r>0?"100%":"-100%"),zIndex:1,transition:t}),active:{...$e(e,0),zIndex:1,transition:t},exit:({direction:r})=>({...$e(e,r<0?"100%":"-100%"),zIndex:0,transition:t})}}}function Io(){return {supportsDimmed:true,variants:{enterFrom:({direction:e,dimmed:t})=>e===0?{x:0,opacity:1,transition:Ie}:{x:e>0?"100%":"-20%",opacity:e>0?1:$t(t),zIndex:1,transition:Ie},active:{x:0,opacity:1,zIndex:1,transition:Ie},exit:({direction:e,dimmed:t})=>({x:e<0?"100%":"-20%",opacity:e<0?1:$t(t),zIndex:e<0?5:0,transition:Ie})}}}function So(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>({clipPath:e>0?"inset(0 100% 0 0)":"inset(0 0 0 0)",zIndex:1}),active:({direction:e})=>({clipPath:"inset(0 0 0 0)",zIndex:1,transition:e>0?vo:void 0}),exit:({direction:e})=>e<0?{clipPath:"inset(0 100% 0 0)",zIndex:2,transition:ho}:{opacity:.999,zIndex:0,transition:xo}}}}function To(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>e===0?{x:0,scale:1,opacity:1,zIndex:1,transition:ae}:e>0?{x:"200%",opacity:1,zIndex:2,transition:ae}:{scale:.7,opacity:0,zIndex:0,transition:ae},active:{x:0,scale:1,opacity:1,zIndex:1,transition:ae},exit:({direction:e})=>e<0?{x:"200%",opacity:1,zIndex:2,transition:ae}:{x:0,scale:.7,opacity:0,zIndex:0,transition:ae}}}}function Ao(){return {supportsDimmed:false,variants:{enterFrom:({direction:e})=>e===0?{scale:1,opacity:1,zIndex:1,transition:Se}:{scale:e>0?Kt:yo,opacity:0,zIndex:e>0?1:0,transition:Se},active:{scale:1,opacity:1,zIndex:1,transition:Se},exit:({direction:e})=>e<0?{scale:Kt,opacity:0,zIndex:2,transition:bo}:{scale:1,opacity:0,zIndex:0,transition:Se}}}}var qt={slide:Wt("x"),slideVertical:Wt("y",go),slideLayers:Io(),reveal:So(),pushSlide:To(),zoomFade:Ao()},No={enterFrom:{position:"relative",width:"100%"},active:{position:"relative",width:"100%"},exit:{position:"absolute",top:0,left:0,right:0,width:"100%"}};function Te(e,t){let r=qt[e.animation].variants[t],o=No[t];if(typeof r=="function"){let s=r(e,{},{});return {...o,...s}}return typeof r=="string"?r:{...o,...r}}var Vo={enterFrom:e=>Te(e,"enterFrom"),active:e=>Te(e,"active"),exit:e=>Te(e,"exit")};function Zt({activeKey:e,animation:t="slideLayers",dimmed:r=false,measureHeight:o=true,lockPointerDuringTransition:a=true,className:i,viewClassName:s,children:l},f){let c$1=j(e),p=c$1!==void 0&&e!==c$1,d=p?e>c$1?1:-1:0,v=useRef(null),[u,y]=useState(false),m$1=qt[t],I={animation:t,direction:d,dimmed:!!(r&&m$1.supportsDimmed)},S=Te(I,"active"),x=typeof S=="string"?S:{...S,transition:{duration:0}},h=useRef(new Map),[b,w]=io(),[T,R]=useState(void 0);useLayoutEffect(()=>{if(!o||!w.height)return;let N=h.current.get(e);(!N||Math.abs(N-w.height)>1)&&(h.current.set(e,w.height),R(w.height));},[o,w.height,e]),useLayoutEffect(()=>{if(!o){R(void 0);return}let N=h.current.get(e);N&&R(N);},[o,e]),useLayoutEffect(()=>{if(!a){v.current=null,y(false);return}p&&(v.current=e,y(true));},[e,p,a]);let V=C__default.useCallback(()=>{v.current===e&&(v.current=null,y(false));},[e]);return jsx(a$1,{children:jsx(m.div,{"data-slot":"ui-transition-root",ref:f,className:c("relative w-full overflow-hidden",I.dimmed&&"bg-black",u&&"pointer-events-none",i),initial:false,animate:o&&T!==void 0?{height:T}:void 0,style:o&&T!==void 0?{height:T}:void 0,transition:Ro,children:jsx("div",{ref:o?b:void 0,className:"relative w-full",children:jsx(AnimatePresence,{initial:false,custom:I,mode:"sync",children:jsx(m.div,{"data-slot":"ui-transition-item",custom:I,variants:Vo,initial:d===0?false:"enterFrom",animate:p?"active":x,exit:"exit",onAnimationComplete:V,className:c("w-full",Po,s),children:l},e)})})})})}Zt.displayName="UIViewTransition";var Ye=C__default.forwardRef(Zt);function jt(e,t){let r=j(e);C.useEffect(()=>{t&&!r&&e?Do(t):t&&!e&&r&&Xt(t);},[t,e,r]),C.useEffect(()=>()=>{t&&e&&Xt(t);},[t,e]);}function Do(e){if(e){let r=e.clientHeight,o=(r-24)/r;e.style.overflow="hidden",e.style.willChange="transform",e.style.transition="transform 250ms linear",e.style.transform=`translateY(calc(env(safe-area-inset-top, 0) - 24px)) scale(${o})`;}}function Xt(e){function t(){e.style.removeProperty("overflow"),e.style.removeProperty("will-change"),e.style.removeProperty("transition"),e.removeEventListener("transitionend",t);}e&&(e.style.removeProperty("transform"),e.addEventListener("transitionend",t));}var Eo={variants:{initial:{opacity:0},animate:{opacity:.08},exit:{opacity:0}},initial:"initial",animate:"animate",exit:"exit"},ko={initial:{opacity:0,y:24},animate:{opacity:1,y:0},exit:{opacity:0,y:24}},Mo={variants:ko,initial:"initial",animate:"animate",exit:"exit"},zo={duration:.3,delay:.35},Oo={variants:{initial:{borderRadius:24,opacity:0},exit:{borderRadius:24,opacity:0},animate:{borderRadius:24,opacity:1}},initial:"initial",animate:"animate",exit:"exit"},Bo=100,Lo=300,_o={width:420,height:"auto"};function Ne(e){return typeof e=="number"?`${e}px`:e}function Qt(e){return typeof e=="object"?e:{width:e,height:e}}function Ho({open:e,loading:t,visual:r$1,backgroundViewRef:o,children:a,className:i,containerClassName:s,defaultSize:l=Bo,expandedSize:f=_o,onBackdropClick:c$1,onCloseComplete:p,onContentAnimationComplete:d,onExpandedChangeComplete:v}){let[u,y]=C.useState(!!e),[m$1,I,S]=r(false),[x,h]=C.useState(false),b=C.useRef(false),w=C.useRef(null),T=C.useRef(false),R=C.useRef(null),V=Qt(l),N=Qt(f),A=Ne(V.width),U=Ne(V.height),E=Ne(N.width),K=Ne(N.height),$=C.useMemo(()=>m$1?{width:E,height:K}:{width:A,height:U},[U,A,m$1,K,E]);jt(!!(e&&m$1&&o?.current),o?.current);let J=C.useCallback(()=>{R.current&&clearTimeout(R.current),R.current=setTimeout(()=>{R.current=null,y(false);},Lo);},[]),W=C.useCallback(()=>{if(w.current!==null&&(v?.(w.current),w.current=null),!b.current){e&&!t&&(!m$1||!a)&&h(true);return}b.current=false,J();},[a,m$1,t,v,e,J]),H=C.useCallback(()=>{h(false),T.current&&(T.current=false,p?.());},[p]),ar=C.useCallback(Q=>{if(Q==="animate"){e&&!t&&h(true),d?.("entered");return}Q==="exit"&&(h(false),d?.("exited"));},[t,d,e]),je=C.useCallback(Q=>{Q==="animate"&&e&&!t&&!m$1&&!b.current&&h(true);},[m$1,t,e]),nr=C.useCallback(Q=>{x&&c$1?.(Q);},[x,c$1]);return C.useEffect(()=>{e&&(R.current&&(clearTimeout(R.current),R.current=null),b.current=false,T.current=false,h(false),y(true));},[e]),C.useEffect(()=>{if(u){if(e){if(t){m$1&&(w.current=false,h(false)),S();return}m$1||(w.current=true,h(false)),I();return}if(T.current=true,h(false),!b.current){if(m$1){w.current=false,b.current=true,S();return}J();}}},[S,m$1,t,e,u,J,I]),C.useEffect(()=>()=>{R.current&&clearTimeout(R.current);},[]),jsx(a$1,{children:jsx(AnimatePresence,{onExitComplete:H,children:u&&jsxs(Portal.Root,{"data-slot":"ui-modal-root",children:[jsx(m.div,{"data-slot":"ui-modal-backdrop",className:"fixed inset-0 z-10 bg-black",onClick:nr,onAnimationComplete:je,...Eo}),jsxs(m.div,{layout:true,"data-slot":"ui-modal-container","data-state":m$1&&"expanded",className:c("flex flex-col items-center justify-start bg-white p-16 ring-1 ring-stone-950/6","fixed top-1/2 left-1/2 z-20 -translate-x-1/2 -translate-y-1/2",s),style:$,onAnimationComplete:je,onLayoutAnimationComplete:W,...Oo,children:[jsx(m.div,{"data-slot":"ui-modal-visual",layout:true,children:r$1}),jsx(AnimatePresence,{children:m$1&&jsx(m.div,{"data-slot":"ui-modal-content",onAnimationComplete:ar,...Mo,transition:zo,className:c("flex w-full flex-col overflow-hidden",i),children:a},"content")})]})]})})})}var tr=C__default.createContext(null);function Fo(){let e=C__default.useContext(tr);if(!e)throw new Error("useUIScreen must be used within <UIScreen>");return e}function Xe({value:e,animation:t,className:r,children:o}){return jsx(Fragment,{children:o})}Xe.displayName="UIScreen.View";function Go(e){return C__default.isValidElement(e)&&e.type===Xe}function rr(e,t=[]){return C__default.Children.forEach(e,r=>{if(C__default.isValidElement(r)&&r.type===C__default.Fragment){rr(r.props.children,t);return}if(!Go(r))return;let o=r.props.value,a=Array.isArray(o)?Array.from(o):[o];t.push({values:a,animation:r.props.animation,className:r.props.className,activeKey:t.length,children:r.props.children});}),t}function Ko(e){let t=new Set;e.forEach(({values:r})=>{if(!r.length)throw new Error("UIScreen.View value must not be an empty array.");r.forEach(o=>{if(t.has(o))throw new Error(`Duplicate UIScreen.View value "${String(o)}".`);t.add(o);});});}function or({screen:e,defaultScreen:t,onScreenChange:r,children:o,...a},i){let s=e!==void 0,[l,f]=C__default.useState(t),c$1=e??l,p=j(c$1),d=C__default.useRef(null),v=rr(o);if(!v.length)throw new Error("UIScreen requires at least one UIScreen.View child.");if(e!==void 0&&t!==void 0)throw new Error("UIScreen accepts either screen or defaultScreen, but not both.");if(c$1===void 0)throw new Error("UIScreen requires either a screen or defaultScreen prop.");let u=c$1;Ko(v);let y=v.find(x=>x.values.includes(u));if(!y)throw new Error(`UIScreen could not find a UIScreen.View matching screen "${String(u)}".`);let m=d.current,I=m!==null&&p===m.from&&u===m.to;C__default.useLayoutEffect(()=>{let x=d.current;x&&u!==x.from&&(d.current=null);},[u]);let S=C__default.useMemo(()=>({screen:u,navigate:(x,h)=>{let b=h?.animation;d.current=x!==u&&b?{from:u,to:x,animation:b}:null,s||f(x),r?.(x);}}),[s,r,u]);return jsx(tr.Provider,{value:S,children:jsx(Ye,{ref:i,...a,animation:(I?m.animation:y.animation)??a.animation,viewClassName:c(a.viewClassName,y.className),activeKey:y.activeKey,children:y.children})})}or.displayName="UIScreen";var $o=C__default.forwardRef(or),Wo=Object.assign($o,{View:Xe});var qo=()=>{let[,e]=C.useState(false);return C.useCallback(()=>{e(t=>!t);},[])};var Zo=(e=false)=>{let[t,r]=C.useState(e),o=C.useCallback(()=>{r(a=>!a);},[]);return [t,o]};
|
|
2
|
+
export{po as AnimationCard,vt as Avatar,Wn as Badge,Bn as Collapsible,_n as CollapsibleContent,Ln as CollapsibleTrigger,En as ColorPanel,$r as CopyableText,kr as Drawer,to as HoverCard,Ar as PopConfirm,Pr as PopoverPreset,Qr as ScrollArea,Le as StateSwitcher,_e as Swap,Ho as UIMorphingModal,Wo as UIScreen,Ye as UIViewTransition,Ra as compact,ya as findOption,ua as formatCurrency,fa as formatIntegerCompact,ma as formatNumber,ga as getFirstLetters,Ca as omit,hr as pick,ba as unique,Or as useDrawer,qo as useForceUpdate,j as usePrevious,Zo as useToggle,Fo as useUIScreen};
|