@bloomreach/react-banana-ui 1.32.0 → 1.32.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bloomreach-react-banana-ui.es.js +16221 -7571
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +28 -22
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/react-banana-ui.css +1 -1
- package/dist/utils/date/date-utils.d.ts +3 -1
- package/package.json +1 -1
|
@@ -1,43 +1,49 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(C,s){typeof exports=="object"&&typeof module<"u"?s(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],s):(C=typeof globalThis<"u"?globalThis:C||self,s(C["bloomreach-react-banana-ui"]={},C["react/jsx-runtime"],C.React,C.ReactDOM))})(this,(function(C,s,u,Co){"use strict";function li(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const i=li(u),Vn=li(Co);function z6(e){return typeof e=="string"}function W6(e,t,r){return e===void 0||z6(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function ii(e,t,r=(n,a)=>n===a){return e.length===t.length&&e.every((n,a)=>r(n,t[a]))}const G6={disableDefaultClasses:!1},si=i.createContext(G6);process.env.NODE_ENV!=="production"&&(si.displayName="ClassNameConfiguratorContext");function ui(e){const{disableDefaultClasses:t}=i.useContext(si);return r=>t?"":e(r)}function Le(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(n=>n.match(/^on[A-Z]/)&&typeof e[n]=="function"&&!t.includes(n)).forEach(n=>{r[n]=e[n]}),r}function q6(e){const{rootElementName:t="",componentName:r}=e,[n,a]=i.useState(t.toUpperCase());process.env.NODE_ENV!=="production"&&i.useEffect(()=>{t&&n!==t.toUpperCase()&&console.error(`useRootElementName: the \`rootElementName\` prop of ${r?`the ${r} component`:"a component"} expected the '${t}' element, but a '${n.toLowerCase()}' was rendered instead`,"This may cause hydration issues in an SSR context, for example in a Next.js app")},[t,n,r]);const o=i.useCallback(l=>{a(l?.tagName??"")},[]);return[n,o]}function Ze(...e){const t=i.useRef(void 0),r=i.useCallback(n=>{const a=e.map(o=>{if(o==null)return null;if(typeof o=="function"){const l=o,c=l(n);return typeof c=="function"?c:()=>{l(null)}}return o.current=n,()=>{o.current=null}});return()=>{a.forEach(o=>o?.())}},e);return i.useMemo(()=>e.every(n=>n==null)?null:n=>{t.current&&(t.current(),t.current=void 0),n!=null&&(t.current=r(n))},e)}function ci(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=ci(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function xo(){for(var e,t,r=0,n="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=ci(e))&&(n&&(n+=" "),n+=t);return n}function di(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(r=>!(r.match(/^on[A-Z]/)&&typeof e[r]=="function")).forEach(r=>{t[r]=e[r]}),t}function Y6(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:n,externalForwardedProps:a,className:o}=e;if(!t){const g=xo(r?.className,o,a?.className,n?.className),v={...r?.style,...a?.style,...n?.style},b={...r,...a,...n};return g.length>0&&(b.className=g),Object.keys(v).length>0&&(b.style=v),{props:b,internalRef:void 0}}const l=Le({...a,...n}),c=di(n),f=di(a),d=t(l),h=xo(d?.className,r?.className,o,a?.className,n?.className),m={...d?.style,...r?.style,...a?.style,...n?.style},p={...d,...r,...f,...c};return h.length>0&&(p.className=h),Object.keys(m).length>0&&(p.style=m),{props:p,internalRef:d.ref}}function X6(e,t,r){return typeof e=="function"?e(t,r):e}function Hr(e){const{elementType:t,externalSlotProps:r,ownerState:n,skipResolvingSlotProps:a=!1,...o}=e,l=a?{}:X6(r,n),{props:c,internalRef:f}=Y6({...o,externalSlotProps:l}),d=Ze(f,l?.ref,e.additionalProps?.ref);return W6(t,{...c,ref:d},n)}function J6(e){return i.forwardRef(function(r,n){const{ownerState:a,...o}=r;return i.createElement(e,{...o,ref:n})})}function fi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Zn={exports:{}},On={exports:{}},ge={};/** @license React v16.13.1
|
|
2
2
|
* react-is.production.min.js
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/var
|
|
8
|
+
*/var hi;function Q6(){if(hi)return ge;hi=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,c=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,E=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,$=e?Symbol.for("react.scope"):60119;function y(I){if(typeof I=="object"&&I!==null){var Z=I.$$typeof;switch(Z){case t:switch(I=I.type,I){case f:case d:case n:case o:case a:case m:return I;default:switch(I=I&&I.$$typeof,I){case c:case h:case v:case g:case l:return I;default:return Z}}case r:return Z}}}function x(I){return y(I)===d}return ge.AsyncMode=f,ge.ConcurrentMode=d,ge.ContextConsumer=c,ge.ContextProvider=l,ge.Element=t,ge.ForwardRef=h,ge.Fragment=n,ge.Lazy=v,ge.Memo=g,ge.Portal=r,ge.Profiler=o,ge.StrictMode=a,ge.Suspense=m,ge.isAsyncMode=function(I){return x(I)||y(I)===f},ge.isConcurrentMode=x,ge.isContextConsumer=function(I){return y(I)===c},ge.isContextProvider=function(I){return y(I)===l},ge.isElement=function(I){return typeof I=="object"&&I!==null&&I.$$typeof===t},ge.isForwardRef=function(I){return y(I)===h},ge.isFragment=function(I){return y(I)===n},ge.isLazy=function(I){return y(I)===v},ge.isMemo=function(I){return y(I)===g},ge.isPortal=function(I){return y(I)===r},ge.isProfiler=function(I){return y(I)===o},ge.isStrictMode=function(I){return y(I)===a},ge.isSuspense=function(I){return y(I)===m},ge.isValidElementType=function(I){return typeof I=="string"||typeof I=="function"||I===n||I===d||I===o||I===a||I===m||I===p||typeof I=="object"&&I!==null&&(I.$$typeof===v||I.$$typeof===g||I.$$typeof===l||I.$$typeof===c||I.$$typeof===h||I.$$typeof===E||I.$$typeof===D||I.$$typeof===$||I.$$typeof===b)},ge.typeOf=y,ge}var ve={};/** @license React v16.13.1
|
|
9
9
|
* react-is.development.js
|
|
10
10
|
*
|
|
11
11
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/var
|
|
15
|
+
*/var mi;function eh(){return mi||(mi=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,c=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,d=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,E=e?Symbol.for("react.fundamental"):60117,D=e?Symbol.for("react.responder"):60118,$=e?Symbol.for("react.scope"):60119;function y(U){return typeof U=="string"||typeof U=="function"||U===n||U===d||U===o||U===a||U===m||U===p||typeof U=="object"&&U!==null&&(U.$$typeof===v||U.$$typeof===g||U.$$typeof===l||U.$$typeof===c||U.$$typeof===h||U.$$typeof===E||U.$$typeof===D||U.$$typeof===$||U.$$typeof===b)}function x(U){if(typeof U=="object"&&U!==null){var ne=U.$$typeof;switch(ne){case t:var ie=U.type;switch(ie){case f:case d:case n:case o:case a:case m:return ie;default:var ce=ie&&ie.$$typeof;switch(ce){case c:case h:case v:case g:case l:return ce;default:return ne}}case r:return ne}}}var I=f,Z=d,L=c,O=l,V=t,N=h,w=n,T=v,R=g,A=r,H=o,P=a,k=m,M=!1;function _(U){return M||(M=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),S(U)||x(U)===f}function S(U){return x(U)===d}function B(U){return x(U)===c}function j(U){return x(U)===l}function K(U){return typeof U=="object"&&U!==null&&U.$$typeof===t}function Q(U){return x(U)===h}function W(U){return x(U)===n}function q(U){return x(U)===v}function ee(U){return x(U)===g}function J(U){return x(U)===r}function re(U){return x(U)===o}function Y(U){return x(U)===a}function ue(U){return x(U)===m}ve.AsyncMode=I,ve.ConcurrentMode=Z,ve.ContextConsumer=L,ve.ContextProvider=O,ve.Element=V,ve.ForwardRef=N,ve.Fragment=w,ve.Lazy=T,ve.Memo=R,ve.Portal=A,ve.Profiler=H,ve.StrictMode=P,ve.Suspense=k,ve.isAsyncMode=_,ve.isConcurrentMode=S,ve.isContextConsumer=B,ve.isContextProvider=j,ve.isElement=K,ve.isForwardRef=Q,ve.isFragment=W,ve.isLazy=q,ve.isMemo=ee,ve.isPortal=J,ve.isProfiler=re,ve.isStrictMode=Y,ve.isSuspense=ue,ve.isValidElementType=y,ve.typeOf=x})()),ve}var pi;function gi(){return pi||(pi=1,process.env.NODE_ENV==="production"?On.exports=Q6():On.exports=eh()),On.exports}/*
|
|
16
16
|
object-assign
|
|
17
17
|
(c) Sindre Sorhus
|
|
18
18
|
@license MIT
|
|
19
|
-
*/var
|
|
20
|
-
Valid keys: `+JSON.stringify(Object.keys(
|
|
21
|
-
`))},[
|
|
22
|
-
`))},[JSON.stringify(t)])}const
|
|
23
|
-
`))}return!1}function
|
|
24
|
-
`)),
|
|
25
|
-
`))}}else
|
|
26
|
-
`))},[])
|
|
27
|
-
`));a({type:we.itemClick,item:r,event:
|
|
28
|
-
`));a({type:we.itemHover,item:r,event:m})}},[a,r]);let p;return u&&(p=i?0:-1),{getRootProps:(g={})=>{const m=Te(g);return{...g,onClick:f(m),onPointerOver:t?h(m):void 0,tabIndex:p}},highlighted:i,selected:d}}function Ei(e,t){if(t.type===we.itemHover)return{...e,highlightedValue:t.item};const r=w0(e,t);if(r.highlightedValue===null&&t.context.items.length>0)return{...r,highlightedValue:t.context.items[0]};if(t.type===we.keyDown&&t.event.key==="Escape")return{...r,open:!1};if(t.type===we.blur&&!t.context.listboxRef.current?.contains(t.event.relatedTarget)){const o=t.context.listboxRef.current?.getAttribute("id"),a=t.event.relatedTarget?.getAttribute("aria-controls");return o&&a&&o===a?r:{...r,open:!1,highlightedValue:t.context.items[0]}}return r}const vt=n.createContext(null);process.env.NODE_ENV!=="production"&&(vt.displayName="CompoundComponentContext");function Ci(e){const t=Array.from(e.keys()).map(r=>{const o=e.get(r);return{key:r,subitem:o}});return t.sort((r,o)=>{const a=r.subitem.ref.current,s=o.subitem.ref.current;return a===null||s===null||a===s?0:a.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(t.map(r=>[r.key,r.subitem]))}function Rt(){const[e,t]=n.useState(new Map),r=n.useRef(new Set),o=n.useCallback(function(f){r.current.delete(f),t(h=>{const p=new Map(h);return p.delete(f),p})},[]),a=n.useCallback(function(f,h){let p;return typeof f=="function"?p=f(r.current):p=f,r.current.add(p),t(v=>{const g=new Map(v);return g.set(p,h),g}),{id:p,deregister:()=>o(p)}},[o]),s=n.useMemo(()=>Ci(e),[e]),i=n.useCallback(function(f){return Array.from(s.keys()).indexOf(f)},[s]);return{contextValue:n.useMemo(()=>({getItemIndex:i,registerItem:a,totalSubitemCount:e.size}),[i,a,e.size]),subitems:s}}function Ut(e,t){const r=n.useContext(vt);if(r===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:o}=r,[a,s]=n.useState(typeof e=="function"?void 0:e);return Ke(()=>{const{id:i,deregister:d}=o(e,t);return s(i),d},[o,t,e]),{id:a,index:a!==void 0?r.getItemIndex(a):-1,totalItemCount:r.totalSubitemCount}}function et(e,t){return function(o={}){const a={...o,...e(o)};return{...a,...t(a)}}}const Ii={dispatch:()=>{},registerPopup:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function xi(e={}){const{listboxRef:t,onItemsChange:r,id:o,disabledItemsFocusable:a=!0,disableListWrap:s=!1,autoFocus:i=!0,componentName:d="useMenu"}=e,u=n.useRef(null),f=Ne(u,t),h=gt(o)??"",{state:{open:p,changeReason:v},dispatch:g,triggerElement:m,registerPopup:b}=n.useContext(Dt)??Ii,C=n.useRef(p),{subitems:x,contextValue:E}=Rt(),I=n.useMemo(()=>Array.from(x.keys()),[x]),M=n.useCallback(Z=>Z==null?null:x.get(Z)?.ref.current??null,[x]),S=n.useCallback(Z=>x?.get(Z)?.disabled||!1,[x]),V=n.useCallback(Z=>x.get(Z)?.label||x.get(Z)?.ref.current?.innerText,[x]),k=n.useMemo(()=>({listboxRef:u}),[u]),{dispatch:_,getRootProps:G,contextValue:B,state:{highlightedValue:L},rootRef:A}=Pr({disabledItemsFocusable:a,disableListWrap:s,focusManagement:"DOM",getItemDomElement:M,getInitialState:()=>({selectedValues:[],highlightedValue:null}),isItemDisabled:S,items:I,getItemAsString:V,rootRef:f,onItemsChange:r,reducerActionContext:k,selectionMode:"none",stateReducer:Ei,componentName:d});Ke(()=>{b(h)},[h,b]),Ke(()=>{p&&v?.type==="keydown"&&v.key==="ArrowUp"&&_({type:we.highlightLast,event:v})},[p,v,_]),n.useEffect(()=>{p&&i&&L&&!C.current&&x.get(L)?.ref?.current?.focus()},[p,i,L,x,I]),n.useEffect(()=>{u.current?.contains(document.activeElement)&&L!==null&&x?.get(L)?.ref.current?.focus()},[L,x]);const X=Z=>P=>{Z.onBlur?.(P),!P.defaultMuiPrevented&&(u.current?.contains(P.relatedTarget)||P.relatedTarget===m||g({type:qe.blur,event:P}))},O=Z=>P=>{Z.onKeyDown?.(P),!P.defaultMuiPrevented&&P.key==="Escape"&&g({type:qe.escapeKeyDown,event:P})},R=(Z={})=>({onBlur:X(Z),onKeyDown:O(Z)}),j=(Z={})=>{const P=et(R,G),Y=Te(Z);return{...Z,...Y,...P(Y),id:h,role:"menu"}};return n.useDebugValue({subitems:x,highlightedValue:L}),{contextValue:{...E,...B},dispatch:_,getListboxProps:j,highlightedValue:L,listboxRef:A,menuItems:x,open:p,triggerElement:m}}function Si(e){const{value:t,children:r}=e,{dispatch:o,getItemIndex:a,getItemState:s,registerItem:i,totalSubitemCount:d}=t,u=n.useMemo(()=>({dispatch:o,getItemState:s,getItemIndex:a}),[o,a,s]),f=n.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:d}),[i,a,d]);return l.jsx(vt.Provider,{value:f,children:l.jsx($t.Provider,{value:u,children:r})})}const Zt=Math.min,wt=Math.max,m0=Math.round,b0=Math.floor,ze=e=>({x:e,y:e}),Mi={left:"right",right:"left",bottom:"top",top:"bottom"},Ai={start:"end",end:"start"};function Tr(e,t,r){return wt(e,Zt(t,r))}function Wt(e,t){return typeof e=="function"?e(t):e}function mt(e){return e.split("-")[0]}function jt(e){return e.split("-")[1]}function Z1(e){return e==="x"?"y":"x"}function Fr(e){return e==="y"?"height":"width"}const Ni=new Set(["top","bottom"]);function ct(e){return Ni.has(mt(e))?"y":"x"}function Vr(e){return Z1(ct(e))}function Pi(e,t,r){r===void 0&&(r=!1);const o=jt(e),a=Vr(e),s=Fr(a);let i=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=y0(i)),[i,y0(i)]}function Zi(e){const t=y0(e);return[kr(e),t,kr(t)]}function kr(e){return e.replace(/start|end/g,t=>Ai[t])}const T1=["left","right"],F1=["right","left"],Ti=["top","bottom"],Fi=["bottom","top"];function Vi(e,t,r){switch(e){case"top":case"bottom":return r?t?F1:T1:t?T1:F1;case"left":case"right":return t?Ti:Fi;default:return[]}}function ki(e,t,r,o){const a=jt(e);let s=Vi(mt(e),r==="start",o);return a&&(s=s.map(i=>i+"-"+a),t&&(s=s.concat(s.map(kr)))),s}function y0(e){return e.replace(/left|right|bottom|top/g,t=>Mi[t])}function Oi(e){return{top:0,right:0,bottom:0,left:0,...e}}function V1(e){return typeof e!="number"?Oi(e):{top:e,right:e,bottom:e,left:e}}function E0(e){const{x:t,y:r,width:o,height:a}=e;return{width:o,height:a,top:r,left:t,right:t+o,bottom:r+a,x:t,y:r}}function k1(e,t,r){let{reference:o,floating:a}=e;const s=ct(t),i=Vr(t),d=Fr(i),u=mt(t),f=s==="y",h=o.x+o.width/2-a.width/2,p=o.y+o.height/2-a.height/2,v=o[d]/2-a[d]/2;let g;switch(u){case"top":g={x:h,y:o.y-a.height};break;case"bottom":g={x:h,y:o.y+o.height};break;case"right":g={x:o.x+o.width,y:p};break;case"left":g={x:o.x-a.width,y:p};break;default:g={x:o.x,y:o.y}}switch(jt(t)){case"start":g[i]-=v*(r&&f?-1:1);break;case"end":g[i]+=v*(r&&f?-1:1);break}return g}const Li=async(e,t,r)=>{const{placement:o="bottom",strategy:a="absolute",middleware:s=[],platform:i}=r,d=s.filter(Boolean),u=await(i.isRTL==null?void 0:i.isRTL(t));let f=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:p}=k1(f,o,u),v=o,g={},m=0;for(let b=0;b<d.length;b++){const{name:C,fn:x}=d[b],{x:E,y:I,data:M,reset:S}=await x({x:h,y:p,initialPlacement:o,placement:v,strategy:a,middlewareData:g,rects:f,platform:i,elements:{reference:e,floating:t}});h=E??h,p=I??p,g={...g,[C]:{...g[C],...M}},S&&m<=50&&(m++,typeof S=="object"&&(S.placement&&(v=S.placement),S.rects&&(f=S.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:a}):S.rects),{x:h,y:p}=k1(f,v,u)),b=-1)}return{x:h,y:p,placement:v,strategy:a,middlewareData:g}};async function O1(e,t){var r;t===void 0&&(t={});const{x:o,y:a,platform:s,rects:i,elements:d,strategy:u}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:v=!1,padding:g=0}=Wt(t,e),m=V1(g),C=d[v?p==="floating"?"reference":"floating":p],x=E0(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(C)))==null||r?C:C.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(d.floating)),boundary:f,rootBoundary:h,strategy:u})),E=p==="floating"?{x:o,y:a,width:i.floating.width,height:i.floating.height}:i.reference,I=await(s.getOffsetParent==null?void 0:s.getOffsetParent(d.floating)),M=await(s.isElement==null?void 0:s.isElement(I))?await(s.getScale==null?void 0:s.getScale(I))||{x:1,y:1}:{x:1,y:1},S=E0(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:E,offsetParent:I,strategy:u}):E);return{top:(x.top-S.top+m.top)/M.y,bottom:(S.bottom-x.bottom+m.bottom)/M.y,left:(x.left-S.left+m.left)/M.x,right:(S.right-x.right+m.right)/M.x}}const Hi=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:o,placement:a,rects:s,platform:i,elements:d,middlewareData:u}=t,{element:f,padding:h=0}=Wt(e,t)||{};if(f==null)return{};const p=V1(h),v={x:r,y:o},g=Vr(a),m=Fr(g),b=await i.getDimensions(f),C=g==="y",x=C?"top":"left",E=C?"bottom":"right",I=C?"clientHeight":"clientWidth",M=s.reference[m]+s.reference[g]-v[g]-s.floating[m],S=v[g]-s.reference[g],V=await(i.getOffsetParent==null?void 0:i.getOffsetParent(f));let k=V?V[I]:0;(!k||!await(i.isElement==null?void 0:i.isElement(V)))&&(k=d.floating[I]||s.floating[m]);const _=M/2-S/2,G=k/2-b[m]/2-1,B=Zt(p[x],G),L=Zt(p[E],G),A=B,X=k-b[m]-L,O=k/2-b[m]/2+_,R=Tr(A,O,X),j=!u.arrow&&jt(a)!=null&&O!==R&&s.reference[m]/2-(O<A?B:L)-b[m]/2<0,Z=j?O<A?O-A:O-X:0;return{[g]:v[g]+Z,data:{[g]:R,centerOffset:O-R-Z,...j&&{alignmentOffset:Z}},reset:j}}}),Bi=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,o;const{placement:a,middlewareData:s,rects:i,initialPlacement:d,platform:u,elements:f}=t,{mainAxis:h=!0,crossAxis:p=!0,fallbackPlacements:v,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:b=!0,...C}=Wt(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const x=mt(a),E=ct(d),I=mt(d)===d,M=await(u.isRTL==null?void 0:u.isRTL(f.floating)),S=v||(I||!b?[y0(d)]:Zi(d)),V=m!=="none";!v&&V&&S.push(...ki(d,b,m,M));const k=[d,...S],_=await O1(t,C),G=[];let B=((o=s.flip)==null?void 0:o.overflows)||[];if(h&&G.push(_[x]),p){const O=Pi(a,i,M);G.push(_[O[0]],_[O[1]])}if(B=[...B,{placement:a,overflows:G}],!G.every(O=>O<=0)){var L,A;const O=(((L=s.flip)==null?void 0:L.index)||0)+1,R=k[O];if(R&&(!(p==="alignment"?E!==ct(R):!1)||B.every(P=>ct(P.placement)===E?P.overflows[0]>0:!0)))return{data:{index:O,overflows:B},reset:{placement:R}};let j=(A=B.filter(Z=>Z.overflows[0]<=0).sort((Z,P)=>Z.overflows[1]-P.overflows[1])[0])==null?void 0:A.placement;if(!j)switch(g){case"bestFit":{var X;const Z=(X=B.filter(P=>{if(V){const Y=ct(P.placement);return Y===E||Y==="y"}return!0}).map(P=>[P.placement,P.overflows.filter(Y=>Y>0).reduce((Y,N)=>Y+N,0)]).sort((P,Y)=>P[1]-Y[1])[0])==null?void 0:X[0];Z&&(j=Z);break}case"initialPlacement":j=d;break}if(a!==j)return{reset:{placement:j}}}return{}}}},_i=new Set(["left","top"]);async function Di(e,t){const{placement:r,platform:o,elements:a}=e,s=await(o.isRTL==null?void 0:o.isRTL(a.floating)),i=mt(r),d=jt(r),u=ct(r)==="y",f=_i.has(i)?-1:1,h=s&&u?-1:1,p=Wt(t,e);let{mainAxis:v,crossAxis:g,alignmentAxis:m}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return d&&typeof m=="number"&&(g=d==="end"?m*-1:m),u?{x:g*h,y:v*f}:{x:v*f,y:g*h}}const $i=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;const{x:a,y:s,placement:i,middlewareData:d}=t,u=await Di(t,e);return i===((r=d.offset)==null?void 0:r.placement)&&(o=d.arrow)!=null&&o.alignmentOffset?{}:{x:a+u.x,y:s+u.y,data:{...u,placement:i}}}}},Ri=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:o,placement:a}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:d={fn:C=>{let{x,y:E}=C;return{x,y:E}}},...u}=Wt(e,t),f={x:r,y:o},h=await O1(t,u),p=ct(mt(a)),v=Z1(p);let g=f[v],m=f[p];if(s){const C=v==="y"?"top":"left",x=v==="y"?"bottom":"right",E=g+h[C],I=g-h[x];g=Tr(E,g,I)}if(i){const C=p==="y"?"top":"left",x=p==="y"?"bottom":"right",E=m+h[C],I=m-h[x];m=Tr(E,m,I)}const b=d.fn({...t,[v]:g,[p]:m});return{...b,data:{x:b.x-r,y:b.y-o,enabled:{[v]:s,[p]:i}}}}}};function C0(){return typeof window<"u"}function it(e){return Or(e)?(e.nodeName||"").toLowerCase():"#document"}function Be(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ye(e){var t;return(t=(Or(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Or(e){return C0()?e instanceof Node||e instanceof Be(e).Node:!1}function be(e){return C0()?e instanceof Element||e instanceof Be(e).Element:!1}function Se(e){return C0()?e instanceof HTMLElement||e instanceof Be(e).HTMLElement:!1}function Lr(e){return!C0()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Be(e).ShadowRoot}const Ui=new Set(["inline","contents"]);function qt(e){const{overflow:t,overflowX:r,overflowY:o,display:a}=Re(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!Ui.has(a)}const Wi=new Set(["table","td","th"]);function ji(e){return Wi.has(it(e))}const qi=[":popover-open",":modal"];function I0(e){return qi.some(t=>{try{return e.matches(t)}catch{return!1}})}const Gi=["transform","translate","scale","rotate","perspective"],Ki=["transform","translate","scale","rotate","perspective","filter"],zi=["paint","layout","strict","content"];function Hr(e){const t=x0(),r=be(e)?Re(e):e;return Gi.some(o=>r[o]?r[o]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||Ki.some(o=>(r.willChange||"").includes(o))||zi.some(o=>(r.contain||"").includes(o))}function Yi(e){let t=rt(e);for(;Se(t)&&!tt(t);){if(Hr(t))return t;if(I0(t))return null;t=rt(t)}return null}function x0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Xi=new Set(["html","body","#document"]);function tt(e){return Xi.has(it(e))}function Re(e){return Be(e).getComputedStyle(e)}function S0(e){return be(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function rt(e){if(it(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Lr(e)&&e.host||Ye(e);return Lr(t)?t.host:t}function L1(e){const t=rt(e);return tt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Se(t)&&qt(t)?t:L1(t)}function dt(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=L1(e),s=a===((o=e.ownerDocument)==null?void 0:o.body),i=Be(a);if(s){const d=Br(i);return t.concat(i,i.visualViewport||[],qt(a)?a:[],d&&r?dt(d):[])}return t.concat(a,dt(a,[],r))}function Br(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function H1(e){const t=Re(e);let r=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const a=Se(e),s=a?e.offsetWidth:r,i=a?e.offsetHeight:o,d=m0(r)!==s||m0(o)!==i;return d&&(r=s,o=i),{width:r,height:o,$:d}}function _r(e){return be(e)?e:e.contextElement}function Tt(e){const t=_r(e);if(!Se(t))return ze(1);const r=t.getBoundingClientRect(),{width:o,height:a,$:s}=H1(t);let i=(s?m0(r.width):r.width)/o,d=(s?m0(r.height):r.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!d||!Number.isFinite(d))&&(d=1),{x:i,y:d}}const Ji=ze(0);function B1(e){const t=Be(e);return!x0()||!t.visualViewport?Ji:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Qi(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Be(e)?!1:t}function bt(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),s=_r(e);let i=ze(1);t&&(o?be(o)&&(i=Tt(o)):i=Tt(e));const d=Qi(s,r,o)?B1(s):ze(0);let u=(a.left+d.x)/i.x,f=(a.top+d.y)/i.y,h=a.width/i.x,p=a.height/i.y;if(s){const v=Be(s),g=o&&be(o)?Be(o):o;let m=v,b=Br(m);for(;b&&o&&g!==m;){const C=Tt(b),x=b.getBoundingClientRect(),E=Re(b),I=x.left+(b.clientLeft+parseFloat(E.paddingLeft))*C.x,M=x.top+(b.clientTop+parseFloat(E.paddingTop))*C.y;u*=C.x,f*=C.y,h*=C.x,p*=C.y,u+=I,f+=M,m=Be(b),b=Br(m)}}return E0({width:h,height:p,x:u,y:f})}function M0(e,t){const r=S0(e).scrollLeft;return t?t.left+r:bt(Ye(e)).left+r}function _1(e,t){const r=e.getBoundingClientRect(),o=r.left+t.scrollLeft-M0(e,r),a=r.top+t.scrollTop;return{x:o,y:a}}function ed(e){let{elements:t,rect:r,offsetParent:o,strategy:a}=e;const s=a==="fixed",i=Ye(o),d=t?I0(t.floating):!1;if(o===i||d&&s)return r;let u={scrollLeft:0,scrollTop:0},f=ze(1);const h=ze(0),p=Se(o);if((p||!p&&!s)&&((it(o)!=="body"||qt(i))&&(u=S0(o)),Se(o))){const g=bt(o);f=Tt(o),h.x=g.x+o.clientLeft,h.y=g.y+o.clientTop}const v=i&&!p&&!s?_1(i,u):ze(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-u.scrollLeft*f.x+h.x+v.x,y:r.y*f.y-u.scrollTop*f.y+h.y+v.y}}function td(e){return Array.from(e.getClientRects())}function rd(e){const t=Ye(e),r=S0(e),o=e.ownerDocument.body,a=wt(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),s=wt(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let i=-r.scrollLeft+M0(e);const d=-r.scrollTop;return Re(o).direction==="rtl"&&(i+=wt(t.clientWidth,o.clientWidth)-a),{width:a,height:s,x:i,y:d}}const D1=25;function nd(e,t){const r=Be(e),o=Ye(e),a=r.visualViewport;let s=o.clientWidth,i=o.clientHeight,d=0,u=0;if(a){s=a.width,i=a.height;const h=x0();(!h||h&&t==="fixed")&&(d=a.offsetLeft,u=a.offsetTop)}const f=M0(o);if(f<=0){const h=o.ownerDocument,p=h.body,v=getComputedStyle(p),g=h.compatMode==="CSS1Compat"&&parseFloat(v.marginLeft)+parseFloat(v.marginRight)||0,m=Math.abs(o.clientWidth-p.clientWidth-g);m<=D1&&(s-=m)}else f<=D1&&(s+=f);return{width:s,height:i,x:d,y:u}}const od=new Set(["absolute","fixed"]);function ad(e,t){const r=bt(e,!0,t==="fixed"),o=r.top+e.clientTop,a=r.left+e.clientLeft,s=Se(e)?Tt(e):ze(1),i=e.clientWidth*s.x,d=e.clientHeight*s.y,u=a*s.x,f=o*s.y;return{width:i,height:d,x:u,y:f}}function $1(e,t,r){let o;if(t==="viewport")o=nd(e,r);else if(t==="document")o=rd(Ye(e));else if(be(t))o=ad(t,r);else{const a=B1(e);o={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return E0(o)}function R1(e,t){const r=rt(e);return r===t||!be(r)||tt(r)?!1:Re(r).position==="fixed"||R1(r,t)}function ld(e,t){const r=t.get(e);if(r)return r;let o=dt(e,[],!1).filter(d=>be(d)&&it(d)!=="body"),a=null;const s=Re(e).position==="fixed";let i=s?rt(e):e;for(;be(i)&&!tt(i);){const d=Re(i),u=Hr(i);!u&&d.position==="fixed"&&(a=null),(s?!u&&!a:!u&&d.position==="static"&&!!a&&od.has(a.position)||qt(i)&&!u&&R1(e,i))?o=o.filter(h=>h!==i):a=d,i=rt(i)}return t.set(e,o),o}function sd(e){let{element:t,boundary:r,rootBoundary:o,strategy:a}=e;const i=[...r==="clippingAncestors"?I0(t)?[]:ld(t,this._c):[].concat(r),o],d=i[0],u=i.reduce((f,h)=>{const p=$1(t,h,a);return f.top=wt(p.top,f.top),f.right=Zt(p.right,f.right),f.bottom=Zt(p.bottom,f.bottom),f.left=wt(p.left,f.left),f},$1(t,d,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function cd(e){const{width:t,height:r}=H1(e);return{width:t,height:r}}function id(e,t,r){const o=Se(t),a=Ye(t),s=r==="fixed",i=bt(e,!0,s,t);let d={scrollLeft:0,scrollTop:0};const u=ze(0);function f(){u.x=M0(a)}if(o||!o&&!s)if((it(t)!=="body"||qt(a))&&(d=S0(t)),o){const g=bt(t,!0,s,t);u.x=g.x+t.clientLeft,u.y=g.y+t.clientTop}else a&&f();s&&!o&&a&&f();const h=a&&!o&&!s?_1(a,d):ze(0),p=i.left+d.scrollLeft-u.x-h.x,v=i.top+d.scrollTop-u.y-h.y;return{x:p,y:v,width:i.width,height:i.height}}function Dr(e){return Re(e).position==="static"}function U1(e,t){if(!Se(e)||Re(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return Ye(e)===r&&(r=r.ownerDocument.body),r}function W1(e,t){const r=Be(e);if(I0(e))return r;if(!Se(e)){let a=rt(e);for(;a&&!tt(a);){if(be(a)&&!Dr(a))return a;a=rt(a)}return r}let o=U1(e,t);for(;o&&ji(o)&&Dr(o);)o=U1(o,t);return o&&tt(o)&&Dr(o)&&!Hr(o)?r:o||Yi(e)||r}const dd=async function(e){const t=this.getOffsetParent||W1,r=this.getDimensions,o=await r(e.floating);return{reference:id(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function ud(e){return Re(e).direction==="rtl"}const fd={convertOffsetParentRelativeRectToViewportRelativeRect:ed,getDocumentElement:Ye,getClippingRect:sd,getOffsetParent:W1,getElementRects:dd,getClientRects:td,getDimensions:cd,getScale:Tt,isElement:be,isRTL:ud};function j1(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function hd(e,t){let r=null,o;const a=Ye(e);function s(){var d;clearTimeout(o),(d=r)==null||d.disconnect(),r=null}function i(d,u){d===void 0&&(d=!1),u===void 0&&(u=1),s();const f=e.getBoundingClientRect(),{left:h,top:p,width:v,height:g}=f;if(d||t(),!v||!g)return;const m=b0(p),b=b0(a.clientWidth-(h+v)),C=b0(a.clientHeight-(p+g)),x=b0(h),I={rootMargin:-m+"px "+-b+"px "+-C+"px "+-x+"px",threshold:wt(0,Zt(1,u))||1};let M=!0;function S(V){const k=V[0].intersectionRatio;if(k!==u){if(!M)return i();k?i(!1,k):o=setTimeout(()=>{i(!1,1e-7)},1e3)}k===1&&!j1(f,e.getBoundingClientRect())&&i(),M=!1}try{r=new IntersectionObserver(S,{...I,root:a.ownerDocument})}catch{r=new IntersectionObserver(S,I)}r.observe(e)}return i(!0),s}function A0(e,t,r,o){o===void 0&&(o={});const{ancestorScroll:a=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:u=!1}=o,f=_r(e),h=a||s?[...f?dt(f):[],...dt(t)]:[];h.forEach(x=>{a&&x.addEventListener("scroll",r,{passive:!0}),s&&x.addEventListener("resize",r)});const p=f&&d?hd(f,r):null;let v=-1,g=null;i&&(g=new ResizeObserver(x=>{let[E]=x;E&&E.target===f&&g&&(g.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var I;(I=g)==null||I.observe(t)})),r()}),f&&!u&&g.observe(f),g.observe(t));let m,b=u?bt(e):null;u&&C();function C(){const x=bt(e);b&&!j1(b,x)&&r(),b=x,m=requestAnimationFrame(C)}return r(),()=>{var x;h.forEach(E=>{a&&E.removeEventListener("scroll",r),s&&E.removeEventListener("resize",r)}),p?.(),(x=g)==null||x.disconnect(),g=null,u&&cancelAnimationFrame(m)}}const pd=$i,gd=Ri,vd=Bi,q1=Hi,wd=(e,t,r)=>{const o=new Map,a={platform:fd,...r},s={...a.platform,_c:o};return Li(e,t,{...a,platform:s})};var md=typeof document<"u",bd=function(){},N0=md?c.useLayoutEffect:bd;function P0(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,o,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(o=r;o--!==0;)if(!P0(e[o],t[o]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(o=r;o--!==0;)if(!{}.hasOwnProperty.call(t,a[o]))return!1;for(o=r;o--!==0;){const s=a[o];if(!(s==="_owner"&&e.$$typeof)&&!P0(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function G1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function K1(e,t){const r=G1(e);return Math.round(t*r)/r}function $r(e){const t=n.useRef(e);return N0(()=>{t.current=e}),t}function z1(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:o=[],platform:a,elements:{reference:s,floating:i}={},transform:d=!0,whileElementsMounted:u,open:f}=e,[h,p]=n.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[v,g]=n.useState(o);P0(v,o)||g(o);const[m,b]=n.useState(null),[C,x]=n.useState(null),E=n.useCallback(P=>{P!==V.current&&(V.current=P,b(P))},[]),I=n.useCallback(P=>{P!==k.current&&(k.current=P,x(P))},[]),M=s||m,S=i||C,V=n.useRef(null),k=n.useRef(null),_=n.useRef(h),G=u!=null,B=$r(u),L=$r(a),A=$r(f),X=n.useCallback(()=>{if(!V.current||!k.current)return;const P={placement:t,strategy:r,middleware:v};L.current&&(P.platform=L.current),wd(V.current,k.current,P).then(Y=>{const N={...Y,isPositioned:A.current!==!1};O.current&&!P0(_.current,N)&&(_.current=N,u0.flushSync(()=>{p(N)}))})},[v,t,r,L,A]);N0(()=>{f===!1&&_.current.isPositioned&&(_.current.isPositioned=!1,p(P=>({...P,isPositioned:!1})))},[f]);const O=n.useRef(!1);N0(()=>(O.current=!0,()=>{O.current=!1}),[]),N0(()=>{if(M&&(V.current=M),S&&(k.current=S),M&&S){if(B.current)return B.current(M,S,X);X()}},[M,S,X,B,G]);const R=n.useMemo(()=>({reference:V,floating:k,setReference:E,setFloating:I}),[E,I]),j=n.useMemo(()=>({reference:M,floating:S}),[M,S]),Z=n.useMemo(()=>{const P={position:r,left:0,top:0};if(!j.floating)return P;const Y=K1(j.floating,h.x),N=K1(j.floating,h.y);return d?{...P,transform:"translate("+Y+"px, "+N+"px)",...G1(j.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:Y,top:N}},[r,d,j.floating,h.x,h.y]);return n.useMemo(()=>({...h,update:X,refs:R,elements:j,floatingStyles:Z}),[h,X,R,j,Z])}const yd=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:o,padding:a}=typeof e=="function"?e(r):e;return o&&t(o)?o.current!=null?q1({element:o.current,padding:a}).fn(r):{}:o?q1({element:o,padding:a}).fn(r):{}}}},Gt=(e,t)=>({...pd(e),options:[e,t]}),Rr=(e,t)=>({...gd(e),options:[e,t]}),Z0=(e,t)=>({...vd(e),options:[e,t]}),Ed=(e,t)=>({...yd(e),options:[e,t]});function Cd(e){return typeof e=="function"?e():e}const Kt=n.forwardRef(function(t,r){const{children:o,container:a,disablePortal:s=!1}=t,[i,d]=n.useState(null),u=Ne(n.isValidElement(o)?I1(o):null,r);if(Ke(()=>{s||d(Cd(a)||document.body)},[a,s]),Ke(()=>{if(i&&!s)return xr(r,i),()=>{xr(r,null)}},[r,i,s]),s){if(n.isValidElement(o)){const f={ref:u};return n.cloneElement(o,f)}return o}return i&&u0.createPortal(o,i)});process.env.NODE_ENV!=="production"&&(Kt.propTypes={children:z.node,container:z.oneOfType([p0,z.func]),disablePortal:z.bool}),process.env.NODE_ENV!=="production"&&(Kt.propTypes=m1(Kt.propTypes));const Y1="Popup";function Id(e){return Sr(Y1,e)}S1(Y1,["root","open"]);const X1=n.createContext(null);process.env.NODE_ENV!=="production"&&(X1.displayName="TransitionContext");function xd(e){const[t,r]=n.useState(!0),o=n.useRef(!1),a=n.useRef(0),[s,i]=n.useState(!1),d=n.useRef(e);n.useEffect(()=>{!e&&a.current>0&&d.current!==e&&(o.current=!0,r(!1)),d.current=e},[e]);const u=n.useCallback(()=>{o.current=!1,r(!0)},[]),f=n.useCallback(()=>(a.current+=1,i(!0),()=>{a.current-=1,a.current===0&&i(!1)}),[]);let h;return s?e?h=!1:h=!o.current&&t:h=!e,{contextValue:n.useMemo(()=>({requestedEnter:e,onExited:u,registerTransition:f,hasExited:h}),[u,e,f,h]),hasExited:h}}const J1=n.createContext(null);process.env.NODE_ENV!=="production"&&(J1.displayName="PopupContext");function Sd(e){const{open:t}=e;return C1({root:["root",t&&"open"]},Qn(Id))}function Md(e){return typeof e=="function"?e():e}const T0=n.forwardRef(function(t,r){const{anchor:o,children:a,container:s,disablePortal:i=!1,keepMounted:d=!1,middleware:u,offset:f=0,open:h=!1,placement:p="bottom",slotProps:v={},slots:g={},strategy:m="absolute",...b}=t,{refs:C,elements:x,floatingStyles:E,update:I,placement:M}=z1({elements:{reference:Md(o)},open:h,middleware:u??[Gt(f??0),Z0(),Rr()],placement:p,strategy:m,whileElementsMounted:d?void 0:A0}),S=Ne(C.setFloating,r);Ke(()=>{if(d&&h&&x.reference&&x.floating)return A0(x.reference,x.floating,I)},[d,h,x,I]);const V={...t,disablePortal:i,keepMounted:d,offset:Gt,open:h,placement:p,finalPlacement:M,strategy:m},{contextValue:k,hasExited:_}=xd(h),G=d&&_?"hidden":void 0,B=Sd(V),L=g?.root??"div",A=Bt({elementType:L,externalSlotProps:v.root,externalForwardedProps:b,ownerState:V,className:B.root,additionalProps:{ref:S,role:"tooltip",style:{...E,visibility:G}}}),X=n.useMemo(()=>({placement:M}),[M]);return d||!_?l.jsx(Kt,{disablePortal:i,container:s,children:l.jsx(J1.Provider,{value:X,children:l.jsx(X1.Provider,{value:k,children:l.jsx(L,{...A,children:a})})})}):null});process.env.NODE_ENV!=="production"&&(T0.propTypes={anchor:z.oneOfType([p0,z.object,z.func]),children:z.oneOfType([z.node,z.func]),container:z.oneOfType([p0,z.func]),disablePortal:z.bool,keepMounted:z.bool,middleware:z.arrayOf(z.oneOfType([z.oneOf([!1]),z.shape({fn:z.func.isRequired,name:z.string.isRequired,options:z.any})])),offset:z.oneOfType([z.func,z.number,z.shape({alignmentAxis:z.number,crossAxis:z.number,mainAxis:z.number})]),open:z.bool,placement:z.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:z.shape({root:z.oneOfType([z.func,z.object])}),slots:z.shape({root:z.elementType}),strategy:z.oneOf(["absolute","fixed"])});function Ad(e={}){const{disabled:t=!1,focusableWhenDisabled:r,rootRef:o}=e,a=n.useContext(Dt);if(a===null)throw new Error("useMenuButton: no menu context available.");const{state:s,dispatch:i,registerTrigger:d,popupId:u}=a,{getRootProps:f,rootRef:h,active:p}=Pt({disabled:t,focusableWhenDisabled:r,rootRef:o}),v=Ne(h,d),g=x=>E=>{x.onClick?.(E),!E.defaultMuiPrevented&&i({type:qe.toggle,event:E})},m=x=>E=>{x.onKeyDown?.(E),!E.defaultMuiPrevented&&(E.key==="ArrowDown"||E.key==="ArrowUp")&&(E.preventDefault(),i({type:qe.open,event:E}))},b=(x={})=>({onClick:g(x),onKeyDown:m(x)});return{active:p,getRootProps:(x={})=>{const E=Te(x),I=et(b,f);return{"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":u,...x,...E,...I(E),tabIndex:0,ref:v}},open:s.open,rootRef:v}}function Nd(e){return`menu-item-${e.size}`}const Pd={dispatch:()=>{}};function Zd(e){const{disabled:t=!1,id:r,rootRef:o,label:a,disableFocusOnHover:s=!1}=e,i=gt(r),d=n.useRef(null),u=n.useMemo(()=>({disabled:t,id:i??"",label:a,ref:d}),[t,i,a]),{dispatch:f}=n.useContext(Dt)??Pd,{getRootProps:h,highlighted:p}=Zr({item:i,handlePointerOverEvents:!s}),{index:v,totalItemCount:g}=Ut(i??Nd,u),{getRootProps:m,focusVisible:b,rootRef:C}=Pt({disabled:t,focusableWhenDisabled:!0}),x=Ne(C,o,d);n.useDebugValue({id:i,highlighted:p,disabled:t,label:a});const E=S=>V=>{S.onClick?.(V),!V.defaultMuiPrevented&&f({type:qe.close,event:V})},I=(S={})=>({...S,onClick:E(S)});function M(S={}){const V=Te(S),k=et(I,et(m,h));return{...S,...V,...k(V),id:i,ref:x,role:"menuitem"}}return i===void 0?{getRootProps:M,disabled:!1,focusVisible:b,highlighted:!1,index:-1,totalItemCount:0,rootRef:x}:{getRootProps:M,disabled:t,focusVisible:b,highlighted:p,index:v,totalItemCount:g,rootRef:x}}function Td(e){const t=pt(e);return t.body===e?At(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function zt(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Q1(e){return parseInt(At(e).getComputedStyle(e).paddingRight,10)||0}function Fd(e){const r=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),o=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return r||o}function eo(e,t,r,o,a){const s=[t,r,...o];[].forEach.call(e.children,i=>{const d=!s.includes(i),u=!Fd(i);d&&u&&zt(i,a)})}function Ur(e,t){let r=-1;return e.some((o,a)=>t(o)?(r=a,!0):!1),r}function Vd(e,t){const r=[],o=e.container;if(!t.disableScrollLock){if(Td(o)){const i=D7(At(o));r.push({value:o.style.paddingRight,property:"padding-right",el:o}),o.style.paddingRight=`${Q1(o)+i}px`;const d=pt(o).querySelectorAll(".mui-fixed");[].forEach.call(d,u=>{r.push({value:u.style.paddingRight,property:"padding-right",el:u}),u.style.paddingRight=`${Q1(u)+i}px`})}let s;if(o.parentNode instanceof DocumentFragment)s=pt(o).body;else{const i=o.parentElement,d=At(o);s=i?.nodeName==="HTML"&&d.getComputedStyle(i).overflowY==="scroll"?i:o}r.push({value:s.style.overflow,property:"overflow",el:s},{value:s.style.overflowX,property:"overflow-x",el:s},{value:s.style.overflowY,property:"overflow-y",el:s}),s.style.overflow="hidden"}return()=>{r.forEach(({value:s,el:i,property:d})=>{s?i.style.setProperty(d,s):i.style.removeProperty(d)})}}function kd(e){const t=[];return[].forEach.call(e.children,r=>{r.getAttribute("aria-hidden")==="true"&&t.push(r)}),t}class Od{constructor(){this.modals=[],this.containers=[]}add(t,r){let o=this.modals.indexOf(t);if(o!==-1)return o;o=this.modals.length,this.modals.push(t),t.modalRef&&zt(t.modalRef,!1);const a=kd(r);eo(r,t.mount,t.modalRef,a,!0);const s=Ur(this.containers,i=>i.container===r);return s!==-1?(this.containers[s].modals.push(t),o):(this.containers.push({modals:[t],container:r,restore:null,hiddenSiblings:a}),o)}mount(t,r){const o=Ur(this.containers,s=>s.modals.includes(t)),a=this.containers[o];a.restore||(a.restore=Vd(a,r))}remove(t,r=!0){const o=this.modals.indexOf(t);if(o===-1)return o;const a=Ur(this.containers,i=>i.modals.includes(t)),s=this.containers[a];if(s.modals.splice(s.modals.indexOf(t),1),this.modals.splice(o,1),s.modals.length===0)s.restore&&s.restore(),t.modalRef&&zt(t.modalRef,r),eo(s.container,t.mount,t.modalRef,s.hiddenSiblings,!1),this.containers.splice(a,1);else{const i=s.modals[s.modals.length-1];i.modalRef&&zt(i.modalRef,!1)}return o}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function Ld(e){return typeof e=="function"?e():e}function Hd(e){return e?e.props.hasOwnProperty("in"):!1}const Bd=new Od;function _d(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:o=!1,manager:a=Bd,closeAfterTransition:s=!1,onTransitionEnter:i,onTransitionExited:d,children:u,onClose:f,open:h,rootRef:p}=e,v=n.useRef({}),g=n.useRef(null),m=n.useRef(null),b=Ne(m,p),[C,x]=n.useState(!h),E=Hd(u);let I=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(I=!1);const M=()=>pt(g.current),S=()=>(v.current.modalRef=m.current,v.current.mount=g.current,v.current),V=()=>{a.mount(S(),{disableScrollLock:o}),m.current&&(m.current.scrollTop=0)},k=Nt(()=>{const j=Ld(t)||M().body;a.add(S(),j),m.current&&V()}),_=n.useCallback(()=>a.isTopModal(S()),[a]),G=Nt(j=>{g.current=j,j&&(h&&_()?V():m.current&&zt(m.current,I))}),B=n.useCallback(()=>{a.remove(S(),I)},[I,a]);n.useEffect(()=>()=>{B()},[B]),n.useEffect(()=>{h?k():(!E||!s)&&B()},[h,B,E,s,k]);const L=j=>Z=>{j.onKeyDown?.(Z),!(Z.key!=="Escape"||Z.which===229||!_())&&(r||(Z.stopPropagation(),f&&f(Z,"escapeKeyDown")))},A=j=>Z=>{j.onClick?.(Z),Z.target===Z.currentTarget&&f&&f(Z,"backdropClick")};return{getRootProps:(j={})=>{const Z=Te(e);delete Z.onTransitionEnter,delete Z.onTransitionExited;const P={...Z,...j};return{role:"presentation",...P,onKeyDown:L(P),ref:b}},getBackdropProps:(j={})=>{const Z=j;return{"aria-hidden":!0,...Z,onClick:A(Z),open:h}},getTransitionProps:()=>{const j=()=>{x(!1),i&&i()},Z=()=>{x(!0),d&&d(),s&&B()};return{onEnter:b1(j,u?.props.onEnter),onExited:b1(Z,u?.props.onExited)}},rootRef:b,portalRef:G,isTopModal:_,exited:C,hasTransition:E}}const to="Modal";function Dd(e){return Sr(to,e)}S1(to,["root","hidden","backdrop"]);const $d=e=>{const{open:t,exited:r}=e;return C1({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},Qn(Dd))},ro=n.forwardRef(function(t,r){const{children:o,closeAfterTransition:a=!1,container:s,disableAutoFocus:i=!1,disableEnforceFocus:d=!1,disableEscapeKeyDown:u=!1,disablePortal:f=!1,disableRestoreFocus:h=!1,disableScrollLock:p=!1,hideBackdrop:v=!1,keepMounted:g=!1,onBackdropClick:m,onClose:b,onKeyDown:C,open:x,onTransitionEnter:E,onTransitionExited:I,slotProps:M={},slots:S={},...V}=t,k={...t,closeAfterTransition:a,disableAutoFocus:i,disableEnforceFocus:d,disableEscapeKeyDown:u,disablePortal:f,disableRestoreFocus:h,disableScrollLock:p,hideBackdrop:v,keepMounted:g},{getRootProps:_,getBackdropProps:G,getTransitionProps:B,portalRef:L,isTopModal:A,exited:X,hasTransition:O}=_d({...k,rootRef:r}),R={...k,exited:X,hasTransition:O},j=$d(R),Z={};if(o.props.tabIndex===void 0&&(Z.tabIndex="-1"),O){const{onEnter:K,onExited:$}=B();Z.onEnter=K,Z.onExited=$}const P=S.root??"div",Y=Bt({elementType:P,externalSlotProps:M.root,externalForwardedProps:V,getSlotProps:_,className:j.root,ownerState:R}),N=S.backdrop,D=Bt({elementType:N,externalSlotProps:M.backdrop,getSlotProps:K=>G({...K,onClick:$=>{m&&m($),K?.onClick&&K.onClick($)}}),className:j.backdrop,ownerState:R});return!g&&!x&&(!O||X)?null:l.jsx(Kt,{ref:L,container:s,disablePortal:f,children:l.jsxs(P,{...Y,children:[!v&&N?l.jsx(N,{...D}):null,l.jsx(v0,{disableEnforceFocus:d,disableAutoFocus:i,disableRestoreFocus:h,isEnabled:A,open:x,children:n.cloneElement(o,Z)})]})})});process.env.NODE_ENV!=="production"&&(ro.propTypes={children:Ir.isRequired,closeAfterTransition:z.bool,container:z.oneOfType([p0,z.func]),disableAutoFocus:z.bool,disableEnforceFocus:z.bool,disableEscapeKeyDown:z.bool,disablePortal:z.bool,disableRestoreFocus:z.bool,disableScrollLock:z.bool,hideBackdrop:z.bool,keepMounted:z.bool,onBackdropClick:z.func,onClose:z.func,onTransitionEnter:z.func,onTransitionExited:z.func,open:z.bool.isRequired,slotProps:z.shape({backdrop:z.oneOfType([z.func,z.object]),root:z.oneOfType([z.func,z.object])}),slots:z.shape({backdrop:z.elementType,root:z.elementType})});function Rd(e){const{value:t,label:r,disabled:o,rootRef:a,id:s}=e,{getRootProps:i,highlighted:d,selected:u}=Zr({item:t}),{getRootProps:f,rootRef:h}=Pt({disabled:o,focusableWhenDisabled:!0}),p=gt(s),v=n.useRef(null),g=n.useMemo(()=>({disabled:o,label:r,value:t,ref:v,id:p}),[o,r,t,p]),{index:m}=Ut(t,g),b=Ne(a,v,h),C=E=>I=>{E.onKeyDown?.(I),!I.defaultMuiPrevented&&[" ","Enter"].includes(I.key)&&(I.defaultMuiPrevented=!0)},x=(E={})=>({onKeyDown:C(E)});return{getRootProps:(E={})=>{const I=Te(E),M=et(i,et(f,x));return{...E,...I,...M(I),id:p,ref:b,role:"option","aria-selected":u}},highlighted:d,index:m,selected:u,rootRef:b}}const F0={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},Ud=e=>{const{label:t,value:r}=e;return typeof t=="string"?t:typeof r=="string"?r:String(e)};function Wd(e,t){const{open:r}=e,{context:{selectionMode:o}}=t;if(t.type===F0.buttonClick){const s=e.selectedValues[0]??Pe(null,"start",t.context);return{...e,open:!r,highlightedValue:r?null:s}}if(t.type===F0.browserAutoFill)return Nr(t.item,e,t.context);const a=w0(e,t);switch(t.type){case we.keyDown:if(e.open){if(t.event.key==="Escape")return{...a,open:!1}}else{if(t.event.key==="ArrowDown")return{...e,open:!0,highlightedValue:e.selectedValues[0]??Pe(null,"start",t.context)};if(t.event.key==="ArrowUp")return{...e,open:!0,highlightedValue:e.selectedValues[0]??Pe(null,"end",t.context)}}break;case we.itemClick:if(o==="single")return{...a,open:!1};break;case we.blur:return{...a,open:!1};default:return a}return a}function jd(e){return Array.isArray(e)?e.length===0?"":JSON.stringify(e.map(t=>t.value)):e?.value==null?"":typeof e.value=="string"||typeof e.value=="number"?e.value:JSON.stringify(e.value)}function qd(e){const{areOptionsEqual:t,buttonRef:r,defaultOpen:o=!1,defaultValue:a,disabled:s=!1,listboxId:i,listboxRef:d,multiple:u=!1,name:f,required:h,onChange:p,onHighlightChange:v,onOpenChange:g,open:m,options:b,getOptionAsString:C=Ud,getSerializedValue:x=jd,value:E,componentName:I="useSelect"}=e,M=n.useRef(null),S=Ne(r,M),V=n.useRef(null),k=gt(i);let _;E===void 0&&a===void 0?_=[]:a!==void 0&&(u?_=a:_=a==null?[]:[a]);const G=n.useMemo(()=>{if(E!==void 0)return u?E:E==null?[]:[E]},[E,u]),{subitems:B,contextValue:L}=Rt(),A=n.useMemo(()=>b!=null?new Map(b.map((oe,ae)=>[oe.value,{value:oe.value,label:oe.label,disabled:oe.disabled,ref:n.createRef(),id:`${k}_${ae}`}])):B,[b,B,k]),X=Ne(d,V),{getRootProps:O,active:R,focusVisible:j,rootRef:Z}=Pt({disabled:s,rootRef:S}),P=n.useMemo(()=>Array.from(A.keys()),[A]),Y=n.useCallback(oe=>{if(t!==void 0){const ae=P.find(Me=>t(Me,oe));return A.get(ae)}return A.get(oe)},[A,t,P]),N=n.useCallback(oe=>Y(oe)?.disabled??!1,[Y]),D=n.useCallback(oe=>{const ae=Y(oe);return ae?C(ae):""},[Y,C]),K=n.useMemo(()=>({selectedValues:G,open:m}),[G,m]),$=n.useCallback(oe=>A.get(oe)?.id,[A]),Q=n.useCallback((oe,ae)=>{u?p?.(oe,ae):p?.(oe,ae[0]??null)},[u,p]),W=n.useCallback((oe,ae)=>{v?.(oe,ae??null)},[v]),ee=n.useCallback((oe,ae,Me)=>{ae==="open"&&(g?.(Me),Me===!1&&oe?.type!=="blur"&&M.current?.focus())},[g]),J=n.useCallback(oe=>oe==null?null:B.get(oe)?.ref.current??null,[B]),q={getInitialState:()=>({highlightedValue:null,selectedValues:_??[],open:o}),getItemId:$,controlledProps:K,focusManagement:"DOM",getItemDomElement:J,itemComparer:t,isItemDisabled:N,rootRef:X,onChange:Q,onHighlightChange:W,onStateChange:ee,reducerActionContext:n.useMemo(()=>({multiple:u}),[u]),items:P,getItemAsString:D,selectionMode:u?"multiple":"single",stateReducer:Wd,componentName:I},{dispatch:ne,getRootProps:ce,contextValue:pe,state:{open:T,highlightedValue:le,selectedValues:ie},rootRef:se}=Pr(q),te=n.useRef(T);Ke(()=>{if(T&&le!==null){const oe=Y(le)?.ref;if(!V.current||!oe?.current)return;te.current||oe.current.focus({preventScroll:!0});const ae=V.current.getBoundingClientRect(),Me=oe.current.getBoundingClientRect();Me.top<ae.top?V.current.scrollTop-=ae.top-Me.top:Me.bottom>ae.bottom&&(V.current.scrollTop+=Me.bottom-ae.bottom)}},[T,le,Y]);const de=n.useCallback(oe=>Y(oe),[Y]),ue=oe=>ae=>{if(oe?.onClick?.(ae),!ae.defaultMuiPrevented){const Me={type:F0.buttonClick,event:ae};ne(Me)}},me=oe=>ae=>{oe.onKeyDown?.(ae),!ae.defaultMuiPrevented&&(ae.key==="ArrowDown"||ae.key==="ArrowUp")&&(ae.preventDefault(),ne({type:we.keyDown,key:ae.key,event:ae}))},Ie=(oe={})=>({onClick:ue(oe),onKeyDown:me(oe)}),$e=(oe={})=>({...oe,...Ie(oe),role:"combobox","aria-expanded":T,"aria-controls":k}),He=(oe={})=>{const ae=Te(oe),Me=et($e,O);return{...oe,...Me(ae)}},Ze=oe=>ae=>{oe.onBlur?.(ae),!ae.defaultMuiPrevented&&(V.current?.contains(ae.relatedTarget)||ae.relatedTarget===M.current)&&(ae.defaultMuiPrevented=!0)},We=(oe={})=>({onBlur:Ze(oe)}),Lt=(oe={})=>{const ae=Te(oe),Me=et(We,ce);return{id:k,role:"listbox","aria-multiselectable":u?"true":void 0,...oe,...Me(ae)}};n.useDebugValue({selectedOptions:ie,highlightedOption:le,open:T});const hr=n.useMemo(()=>({...pe,...L}),[pe,L]);let ht;e.multiple?ht=ie:ht=ie.length>0?ie[0]:null;let Oe;u?Oe=ht.map(oe=>de(oe)).filter(oe=>oe!==void 0):Oe=de(ht)??null;const Ee=oe=>ae=>{if(oe?.onChange?.(ae),ae.defaultMuiPrevented)return;const Me=A.get(ae.target.value);ae.target.value===""?ne({type:we.clearSelection}):Me!==void 0&&ne({type:F0.browserAutoFill,item:Me.value,event:ae})};return{buttonActive:R,buttonFocusVisible:j,buttonRef:Z,contextValue:hr,disabled:s,dispatch:ne,getButtonProps:He,getHiddenInputProps:(oe={})=>{const ae=Te(oe);return{name:f,tabIndex:-1,"aria-hidden":!0,required:h?!0:void 0,value:x(Oe),style:R7,...oe,onChange:Ee(ae)}},getListboxProps:Lt,getOptionMetadata:de,listboxRef:se,open:T,options:P,value:ht,highlightedOption:le}}function Gd(e){const{value:t,children:r}=e,{dispatch:o,getItemIndex:a,getItemState:s,registerItem:i,totalSubitemCount:d}=t,u=n.useMemo(()=>({dispatch:o,getItemState:s,getItemIndex:a}),[o,a,s]),f=n.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:d}),[i,a,d]);return l.jsx(vt.Provider,{value:f,children:l.jsx($t.Provider,{value:u,children:r})})}function Wr(e){const{checked:t,defaultChecked:r,disabled:o,onBlur:a,onChange:s,onFocus:i,onFocusVisible:d,readOnly:u,required:f}=e,[h,p]=_t({controlled:t,default:!!r,name:"Switch",state:"checked"}),v=M=>S=>{S.nativeEvent.defaultPrevented||(p(S.target.checked),s?.(S),M.onChange?.(S))},[g,m]=n.useState(!1);o&&g&&m(!1);const b=n.useRef(null),C=M=>S=>{b.current||(b.current=S.currentTarget),g0(S.target)&&(m(!0),d?.(S)),i?.(S),M.onFocus?.(S)},x=M=>S=>{g0(S.target)||m(!1),a?.(S),M.onBlur?.(S)},E=Ne(b);return{checked:h,disabled:!!o,focusVisible:g,getInputProps:(M={})=>({checked:t,defaultChecked:r,disabled:o,readOnly:u,ref:E,required:f,type:"checkbox",role:"switch","aria-checked":t,...M,onChange:v(M),onFocus:C(M),onBlur:x(M)}),inputRef:E,readOnly:!!u}}function Kd(e){const{value:t,defaultValue:r,onChange:o,orientation:a="horizontal",direction:s="ltr",selectionFollowsFocus:i=!1}=e,[d,u]=_t({controlled:t,default:r,name:"Tabs",state:"value"}),f=n.useCallback((C,x)=>{u(x),o?.(C,x)},[o,u]),{subitems:h,contextValue:p}=Rt(),v=n.useRef(()=>{}),g=n.useCallback(C=>h.get(C)?.id,[h]),m=n.useCallback(C=>v.current(C),[]),b=n.useCallback(C=>{v.current=C},[]);return{contextValue:{direction:s,getTabId:m,getTabPanelId:g,onSelected:f,orientation:a,registerTabIdLookup:b,selectionFollowsFocus:i,value:d,...p}}}const jr=n.createContext(null);process.env.NODE_ENV!=="production"&&(jr.displayName="TabsContext");function qr(){const e=n.useContext(jr);if(e==null)throw new Error("No TabsContext provided");return e}function zd(e){const{value:t,children:r}=e,{direction:o,getItemIndex:a,onSelected:s,orientation:i,registerItem:d,registerTabIdLookup:u,selectionFollowsFocus:f,totalSubitemCount:h,value:p,getTabId:v,getTabPanelId:g}=t,m=n.useMemo(()=>({getItemIndex:a,registerItem:d,totalSubitemCount:h}),[d,a,h]),b=n.useMemo(()=>({direction:o,getTabId:v,getTabPanelId:g,onSelected:s,orientation:i,registerTabIdLookup:u,selectionFollowsFocus:f,value:p}),[o,v,g,s,i,u,f,p]);return l.jsx(vt.Provider,{value:m,children:l.jsx(jr.Provider,{value:b,children:r})})}function Yd(e){return e.size}function Xd(e){const{value:t,id:r,rootRef:o}=e,a=qr();if(a===null)throw new Error("No TabContext provided");const{value:s,getTabId:i}=a,d=gt(r),u=n.useRef(null),f=Ne(u,o),h=n.useMemo(()=>({id:d,ref:u}),[d]),{id:p}=Ut(t??Yd,h),v=p!==s,g=p!==void 0?i(p):void 0;return{hidden:v,getRootProps:(b={})=>({"aria-labelledby":g??void 0,hidden:v,id:d??void 0,...b,ref:f}),rootRef:f}}const no={valueChange:"valueChange"};function Jd(e,t){if(t.type===no.valueChange)return{...e,highlightedValue:t.value};const r=w0(e,t),{context:{selectionFollowsFocus:o}}=t;if(t.type===we.itemsChange){if(r.selectedValues.length>0)return{...r,highlightedValue:r.selectedValues[0]};Pe(null,"reset",t.context)}return o&&r.highlightedValue!=null?{...r,selectedValues:[r.highlightedValue]}:r}function Qd(e){const{rootRef:t}=e,{direction:r="ltr",onSelected:o,orientation:a="horizontal",value:s,registerTabIdLookup:i,selectionFollowsFocus:d}=qr(),{subitems:u,contextValue:f}=Rt(),h=n.useCallback(B=>u.get(B)?.id,[u]);i(h);const p=n.useMemo(()=>Array.from(u.keys()),[u]),v=n.useCallback(B=>B==null?null:u.get(B)?.ref.current??null,[u]),g=r==="rtl";let m;a==="vertical"?m="vertical":m=g?"horizontal-rtl":"horizontal-ltr";const b=n.useCallback((B,L)=>{o(B,L[0]??null)},[o]),C=n.useMemo(()=>s===void 0?{}:s!=null?{selectedValues:[s]}:{selectedValues:[]},[s]),x=n.useCallback(B=>u.get(B)?.disabled??!1,[u]),{contextValue:E,dispatch:I,getRootProps:M,state:{highlightedValue:S,selectedValues:V},rootRef:k}=Pr({controlledProps:C,disabledItemsFocusable:!d,focusManagement:"DOM",getItemDomElement:v,isItemDisabled:x,items:p,rootRef:t,onChange:b,orientation:m,reducerActionContext:n.useMemo(()=>({selectionFollowsFocus:d||!1}),[d]),selectionMode:"single",stateReducer:Jd});n.useEffect(()=>{s!==void 0&&s!=null&&I({type:no.valueChange,value:s})},[I,s]);const _=(B={})=>({...B,...M(B),"aria-orientation":a==="vertical"?"vertical":void 0,role:"tablist"});return{contextValue:n.useMemo(()=>({...f,...E}),[f,E]),dispatch:I,getRootProps:_,highlightedValue:S,isRtl:g,orientation:a,rootRef:k,selectedValue:V[0]??null}}function e3(e){const{value:t,children:r}=e,{dispatch:o,getItemIndex:a,getItemState:s,registerItem:i,totalSubitemCount:d}=t,u=n.useMemo(()=>({dispatch:o,getItemState:s,getItemIndex:a}),[o,a,s]),f=n.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:d}),[i,a,d]);return l.jsx(vt.Provider,{value:f,children:l.jsx($t.Provider,{value:u,children:r})})}function t3(e){return e.size}function r3(e){const{value:t,rootRef:r,disabled:o=!1,id:a}=e,s=n.useRef(null),i=gt(a),{value:d,selectionFollowsFocus:u,getTabPanelId:f}=qr(),h=n.useMemo(()=>({disabled:o,ref:s,id:i}),[o,s,i]),{id:p,index:v,totalItemCount:g}=Ut(t??t3,h),{getRootProps:m,highlighted:b,selected:C}=Zr({item:p}),{getRootProps:x,rootRef:E,active:I,focusVisible:M,setFocusVisible:S}=Pt({disabled:o,focusableWhenDisabled:!u,type:"button"}),V=Ne(s,r,E),k=p!==void 0?f(p):void 0;return{getRootProps:(G={})=>{const B=Te(G),L=et(m,x);return{...G,...L(B),role:"tab","aria-controls":k,"aria-selected":C,id:i,ref:V}},active:I,focusVisible:M,highlighted:b,index:v,rootRef:V,selected:C||p===d,setFocusVisible:S,totalTabsCount:g}}function V0(e){return parseInt(e,10)||0}const n3={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function o3(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflowing}const oo=n.forwardRef(function(t,r){const{onChange:o,maxRows:a,minRows:s=1,style:i,value:d,...u}=t,{current:f}=n.useRef(d!=null),h=n.useRef(null),p=Ne(r,h),v=n.useRef(null),g=n.useRef(null),m=n.useCallback(()=>{const x=h.current,I=At(x).getComputedStyle(x);if(I.width==="0px")return{outerHeightStyle:0,overflowing:!1};const M=g.current;M.style.width=I.width,M.value=x.value||t.placeholder||"x",M.value.slice(-1)===`
|
|
29
|
-
`&&(
|
|
30
|
-
`))}const
|
|
31
|
-
`)):console.error([`MUI: Unable to find the input element. It was resolved to ${
|
|
32
|
-
`)))},[
|
|
33
|
-
`))}const
|
|
19
|
+
*/var Do,vi;function th(){if(vi)return Do;vi=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function a(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var l={},c=0;c<10;c++)l["_"+String.fromCharCode(c)]=c;var f=Object.getOwnPropertyNames(l).map(function(h){return l[h]});if(f.join("")!=="0123456789")return!1;var d={};return"abcdefghijklmnopqrst".split("").forEach(function(h){d[h]=h}),Object.keys(Object.assign({},d)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Do=a()?Object.assign:function(o,l){for(var c,f=n(o),d,h=1;h<arguments.length;h++){c=Object(arguments[h]);for(var m in c)t.call(c,m)&&(f[m]=c[m]);if(e){d=e(c);for(var p=0;p<d.length;p++)r.call(c,d[p])&&(f[d[p]]=c[d[p]])}}return f},Do}var $o,bi;function So(){if(bi)return $o;bi=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return $o=e,$o}var Io,wi;function yi(){return wi||(wi=1,Io=Function.call.bind(Object.prototype.hasOwnProperty)),Io}var Po,Ei;function rh(){if(Ei)return Po;Ei=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=So(),r={},n=yi();e=function(o){var l="Warning: "+o;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}}}function a(o,l,c,f,d){if(process.env.NODE_ENV!=="production"){for(var h in o)if(n(o,h)){var m;try{if(typeof o[h]!="function"){var p=Error((f||"React class")+": "+c+" type `"+h+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[h]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}m=o[h](l,h,f,c,null,t)}catch(v){m=v}if(m&&!(m instanceof Error)&&e((f||"React class")+": type specification of "+c+" `"+h+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof m+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),m instanceof Error&&!(m.message in r)){r[m.message]=!0;var g=d?d():"";e("Failed "+c+" type: "+m.message+(g??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},Po=a,Po}var Ao,Ci;function nh(){if(Ci)return Ao;Ci=1;var e=gi(),t=th(),r=So(),n=yi(),a=rh(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(c){var f="Warning: "+c;typeof console<"u"&&console.error(f);try{throw new Error(f)}catch{}});function l(){return null}return Ao=function(c,f){var d=typeof Symbol=="function"&&Symbol.iterator,h="@@iterator";function m(S){var B=S&&(d&&S[d]||S[h]);if(typeof B=="function")return B}var p="<<anonymous>>",g={array:D("array"),bigint:D("bigint"),bool:D("boolean"),func:D("function"),number:D("number"),object:D("object"),string:D("string"),symbol:D("symbol"),any:$(),arrayOf:y,element:x(),elementType:I(),instanceOf:Z,node:N(),objectOf:O,oneOf:L,oneOfType:V,shape:T,exact:R};function v(S,B){return S===B?S!==0||1/S===1/B:S!==S&&B!==B}function b(S,B){this.message=S,this.data=B&&typeof B=="object"?B:{},this.stack=""}b.prototype=Error.prototype;function E(S){if(process.env.NODE_ENV!=="production")var B={},j=0;function K(W,q,ee,J,re,Y,ue){if(J=J||p,Y=Y||ee,ue!==r){if(f){var U=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw U.name="Invariant Violation",U}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ne=J+":"+ee;!B[ne]&&j<3&&(o("You are manually calling a React.PropTypes validation function for the `"+Y+"` prop on `"+J+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),B[ne]=!0,j++)}}return q[ee]==null?W?q[ee]===null?new b("The "+re+" `"+Y+"` is marked as required "+("in `"+J+"`, but its value is `null`.")):new b("The "+re+" `"+Y+"` is marked as required in "+("`"+J+"`, but its value is `undefined`.")):null:S(q,ee,J,re,Y)}var Q=K.bind(null,!1);return Q.isRequired=K.bind(null,!0),Q}function D(S){function B(j,K,Q,W,q,ee){var J=j[K],re=P(J);if(re!==S){var Y=k(J);return new b("Invalid "+W+" `"+q+"` of type "+("`"+Y+"` supplied to `"+Q+"`, expected ")+("`"+S+"`."),{expectedType:S})}return null}return E(B)}function $(){return E(l)}function y(S){function B(j,K,Q,W,q){if(typeof S!="function")return new b("Property `"+q+"` of component `"+Q+"` has invalid PropType notation inside arrayOf.");var ee=j[K];if(!Array.isArray(ee)){var J=P(ee);return new b("Invalid "+W+" `"+q+"` of type "+("`"+J+"` supplied to `"+Q+"`, expected an array."))}for(var re=0;re<ee.length;re++){var Y=S(ee,re,Q,W,q+"["+re+"]",r);if(Y instanceof Error)return Y}return null}return E(B)}function x(){function S(B,j,K,Q,W){var q=B[j];if(!c(q)){var ee=P(q);return new b("Invalid "+Q+" `"+W+"` of type "+("`"+ee+"` supplied to `"+K+"`, expected a single ReactElement."))}return null}return E(S)}function I(){function S(B,j,K,Q,W){var q=B[j];if(!e.isValidElementType(q)){var ee=P(q);return new b("Invalid "+Q+" `"+W+"` of type "+("`"+ee+"` supplied to `"+K+"`, expected a single ReactElement type."))}return null}return E(S)}function Z(S){function B(j,K,Q,W,q){if(!(j[K]instanceof S)){var ee=S.name||p,J=_(j[K]);return new b("Invalid "+W+" `"+q+"` of type "+("`"+J+"` supplied to `"+Q+"`, expected ")+("instance of `"+ee+"`."))}return null}return E(B)}function L(S){if(!Array.isArray(S))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),l;function B(j,K,Q,W,q){for(var ee=j[K],J=0;J<S.length;J++)if(v(ee,S[J]))return null;var re=JSON.stringify(S,function(ue,U){var ne=k(U);return ne==="symbol"?String(U):U});return new b("Invalid "+W+" `"+q+"` of value `"+String(ee)+"` "+("supplied to `"+Q+"`, expected one of "+re+"."))}return E(B)}function O(S){function B(j,K,Q,W,q){if(typeof S!="function")return new b("Property `"+q+"` of component `"+Q+"` has invalid PropType notation inside objectOf.");var ee=j[K],J=P(ee);if(J!=="object")return new b("Invalid "+W+" `"+q+"` of type "+("`"+J+"` supplied to `"+Q+"`, expected an object."));for(var re in ee)if(n(ee,re)){var Y=S(ee,re,Q,W,q+"."+re,r);if(Y instanceof Error)return Y}return null}return E(B)}function V(S){if(!Array.isArray(S))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),l;for(var B=0;B<S.length;B++){var j=S[B];if(typeof j!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+M(j)+" at index "+B+"."),l}function K(Q,W,q,ee,J){for(var re=[],Y=0;Y<S.length;Y++){var ue=S[Y],U=ue(Q,W,q,ee,J,r);if(U==null)return null;U.data&&n(U.data,"expectedType")&&re.push(U.data.expectedType)}var ne=re.length>0?", expected one of type ["+re.join(", ")+"]":"";return new b("Invalid "+ee+" `"+J+"` supplied to "+("`"+q+"`"+ne+"."))}return E(K)}function N(){function S(B,j,K,Q,W){return A(B[j])?null:new b("Invalid "+Q+" `"+W+"` supplied to "+("`"+K+"`, expected a ReactNode."))}return E(S)}function w(S,B,j,K,Q){return new b((S||"React class")+": "+B+" type `"+j+"."+K+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+Q+"`.")}function T(S){function B(j,K,Q,W,q){var ee=j[K],J=P(ee);if(J!=="object")return new b("Invalid "+W+" `"+q+"` of type `"+J+"` "+("supplied to `"+Q+"`, expected `object`."));for(var re in S){var Y=S[re];if(typeof Y!="function")return w(Q,W,q,re,k(Y));var ue=Y(ee,re,Q,W,q+"."+re,r);if(ue)return ue}return null}return E(B)}function R(S){function B(j,K,Q,W,q){var ee=j[K],J=P(ee);if(J!=="object")return new b("Invalid "+W+" `"+q+"` of type `"+J+"` "+("supplied to `"+Q+"`, expected `object`."));var re=t({},j[K],S);for(var Y in re){var ue=S[Y];if(n(S,Y)&&typeof ue!="function")return w(Q,W,q,Y,k(ue));if(!ue)return new b("Invalid "+W+" `"+q+"` key `"+Y+"` supplied to `"+Q+"`.\nBad object: "+JSON.stringify(j[K],null," ")+`
|
|
20
|
+
Valid keys: `+JSON.stringify(Object.keys(S),null," "));var U=ue(ee,Y,Q,W,q+"."+Y,r);if(U)return U}return null}return E(B)}function A(S){switch(typeof S){case"number":case"string":case"undefined":return!0;case"boolean":return!S;case"object":if(Array.isArray(S))return S.every(A);if(S===null||c(S))return!0;var B=m(S);if(B){var j=B.call(S),K;if(B!==S.entries){for(;!(K=j.next()).done;)if(!A(K.value))return!1}else for(;!(K=j.next()).done;){var Q=K.value;if(Q&&!A(Q[1]))return!1}}else return!1;return!0;default:return!1}}function H(S,B){return S==="symbol"?!0:B?B["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&B instanceof Symbol:!1}function P(S){var B=typeof S;return Array.isArray(S)?"array":S instanceof RegExp?"object":H(B,S)?"symbol":B}function k(S){if(typeof S>"u"||S===null)return""+S;var B=P(S);if(B==="object"){if(S instanceof Date)return"date";if(S instanceof RegExp)return"regexp"}return B}function M(S){var B=k(S);switch(B){case"array":case"object":return"an "+B;case"boolean":case"date":case"regexp":return"a "+B;default:return B}}function _(S){return!S.constructor||!S.constructor.name?p:S.constructor.name}return g.checkPropTypes=a,g.resetWarningCache=a.resetWarningCache,g.PropTypes=g,g},Ao}var Mo,xi;function ah(){if(xi)return Mo;xi=1;var e=So();function t(){}function r(){}return r.resetWarningCache=t,Mo=function(){function n(l,c,f,d,h,m){if(m!==e){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}}n.isRequired=n;function a(){return n}var o={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:a,element:n,elementType:n,instanceOf:a,node:n,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return o.PropTypes=o,o},Mo}var Di;function oh(){if(Di)return Zn.exports;if(Di=1,process.env.NODE_ENV!=="production"){var e=gi(),t=!0;Zn.exports=nh()(e.isElement,t)}else Zn.exports=ah()();return Zn.exports}var lh=oh();const te=fi(lh);function $i(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...n){return e(...n)||t(...n)}}function ih(e){const{prototype:t={}}=e;return!!t.isReactComponent}function Si(e,t,r,n,a){const o=e[t],l=a||t;if(o==null||typeof window>"u")return null;let c;const f=o.type;return typeof f=="function"&&!ih(f)&&(c="Did you accidentally use a plain function component for an element instead?"),c!==void 0?new Error(`Invalid ${n} \`${l}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${c} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const Fo=$i(te.element,Si);Fo.isRequired=$i(te.element.isRequired,Si);const sh="exact-prop: ";function Ii(e){return process.env.NODE_ENV==="production"?e:{...e,[sh]:t=>{const r=Object.keys(t).filter(n=>!e.hasOwnProperty(n));return r.length>0?new Error(`The following props are not supported: ${r.map(n=>`\`${n}\``).join(", ")}. Please remove them.`):null}}}function uh(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(n=>r.searchParams.append("args[]",n)),`Minified MUI error #${e}; visit ${r} for the full message.`}function Ln(e,t,r,n,a){if(process.env.NODE_ENV==="production")return null;const o=e[t],l=a||t;return o==null?null:o&&o.nodeType!==1?new Error(`Invalid ${n} \`${l}\` supplied to \`${r}\`. Expected an HTMLElement.`):null}function Pi(...e){return e.reduce((t,r)=>r==null?t:function(...a){t.apply(this,a),r.apply(this,a)},()=>{})}function ch(e,t=166){let r;function n(...a){const o=()=>{e.apply(this,a)};clearTimeout(r),r=setTimeout(o,t)}return n.clear=()=>{clearTimeout(r)},n}function Yt(e){return e&&e.ownerDocument||document}function Er(e){return Yt(e).defaultView||window}function To(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const dt=typeof window<"u"?i.useLayoutEffect:i.useEffect;let Ai=0;function dh(e){const[t,r]=i.useState(e),n=e||t;return i.useEffect(()=>{t==null&&(Ai+=1,r(`mui-${Ai}`))},[t]),n}const Mi={...i}.useId;function Xt(e){if(Mi!==void 0){const t=Mi();return e??t}return dh(e)}function Ur({controlled:e,default:t,name:r,state:n="value"}){const{current:a}=i.useRef(e!==void 0),[o,l]=i.useState(t),c=a?e:o;if(process.env.NODE_ENV!=="production"){i.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${n} state of ${r} to be ${a?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
21
|
+
`))},[n,r,e]);const{current:d}=i.useRef(t);i.useEffect(()=>{!a&&!Object.is(d,t)&&console.error([`MUI: A component is changing the default ${n} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
|
|
22
|
+
`))},[JSON.stringify(t)])}const f=i.useCallback(d=>{a||l(d)},[]);return[c,f]}function Cr(e){const t=i.useRef(e);return dt(()=>{t.current=e}),i.useRef((...r)=>(0,t.current)(...r)).current}function Rn(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!/jsdom/.test(window.navigator.userAgent)&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
|
|
23
|
+
`))}return!1}function fh(e=window){const t=e.document.documentElement.clientWidth;return e.innerWidth-t}const hh=e=>{const t=i.useRef({});return i.useEffect(()=>{t.current=e}),t.current},mh={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function Fi(e,t,r=void 0){const n={};for(const a in e){const o=e[a];let l="",c=!0;for(let f=0;f<o.length;f+=1){const d=o[f];d&&(l+=(c===!0?"":" ")+t(d),c=!1,r&&r[d]&&(l+=" "+r[d]))}n[a]=l}return n}const ph={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ti(e){return parseInt(i.version,10)>=19?e?.props?.ref||null:e?.ref||null}const Ni="base";function gh(e){return`${Ni}--${e}`}function vh(e,t){return`${Ni}-${e}-${t}`}function No(e,t){const r=ph[t];return r?gh(r):vh(e,t)}function ki(e,t){const r={};return t.forEach(n=>{r[n]=No(e,n)}),r}function xr(e={}){const{disabled:t=!1,focusableWhenDisabled:r,href:n,rootRef:a,tabIndex:o,to:l,type:c,rootElementName:f}=e,d=i.useRef(null),[h,m]=i.useState(!1),[p,g]=i.useState(!1);t&&!r&&p&&g(!1);const[v,b]=q6({rootElementName:f??(n||l?"a":void 0),componentName:"Button"}),E=w=>T=>{p&&T.preventDefault(),w.onMouseLeave?.(T)},D=w=>T=>{Rn(T.target)||g(!1),w.onBlur?.(T)},$=w=>T=>{d.current||(d.current=T.currentTarget),Rn(T.target)&&(g(!0),w.onFocusVisible?.(T)),w.onFocus?.(T)},y=()=>{const w=d.current;return v==="BUTTON"||v==="INPUT"&&["button","submit","reset"].includes(w?.type)||v==="A"&&w?.href},x=w=>T=>{t||w.onClick?.(T)},I=w=>T=>{t||(m(!0),document.addEventListener("mouseup",()=>{m(!1)},{once:!0})),w.onMouseDown?.(T)},Z=w=>T=>{w.onKeyDown?.(T),!T.defaultMuiPrevented&&(T.target===T.currentTarget&&!y()&&T.key===" "&&T.preventDefault(),T.target===T.currentTarget&&T.key===" "&&!t&&m(!0),T.target===T.currentTarget&&!y()&&T.key==="Enter"&&!t&&(w.onClick?.(T),T.preventDefault()))},L=w=>T=>{T.target===T.currentTarget&&m(!1),w.onKeyUp?.(T),T.target===T.currentTarget&&!y()&&!t&&T.key===" "&&!T.defaultMuiPrevented&&w.onClick?.(T)},O=Ze(b,a,d),V={};return o!==void 0&&(V.tabIndex=o),v==="BUTTON"?(V.type=c??"button",r?V["aria-disabled"]=t:V.disabled=t):v==="INPUT"?c&&["button","submit","reset"].includes(c)&&(r?V["aria-disabled"]=t:V.disabled=t):v!==""&&(!n&&!l&&(V.role="button",V.tabIndex=o??0),t&&(V["aria-disabled"]=t,V.tabIndex=r?o??0:-1)),{getRootProps:(w={})=>{const T={...Le(e),...Le(w)},R={type:c,...T,...V,...w,onBlur:D(T),onClick:x(T),onFocus:$(T),onKeyDown:Z(T),onKeyUp:L(T),onMouseDown:I(T),onMouseLeave:E(T),ref:O};return delete R.onFocusVisible,R},focusVisible:p,setFocusVisible:g,active:h,rootRef:O}}const jr=i.createContext(null);process.env.NODE_ENV!=="production"&&(jr.displayName="DropdownContext");function bh(e,t){return e===t}const ko={},Bi=()=>{};function Bo(e,t){const r={...e};return Object.keys(t).forEach(n=>{t[n]!==void 0&&(r[n]=t[n])}),r}function wh(e){const{nextState:t,initialState:r,stateComparers:n,onStateChange:a,controlledProps:o,lastActionRef:l}=e,c=i.useRef(r);i.useEffect(()=>{if(l.current===null)return;const f=Bo(c.current,o);Object.keys(t).forEach(d=>{const h=n[d]??bh,m=t[d],p=f[d];(p==null&&m!=null||p!=null&&m==null||p!=null&&m!=null&&!h(m,p))&&a?.(l.current.event??null,d,m,l.current.type??"",t)}),c.current=t,l.current=null},[c,t,l,a,n,o])}function Vi(e){const t=i.useRef(null),{reducer:r,initialState:n,controlledProps:a=ko,stateComparers:o=ko,onStateChange:l=Bi,actionContext:c,componentName:f=""}=e,d=i.useRef(a);process.env.NODE_ENV!=="production"&&i.useEffect(()=>{Object.keys(a).forEach(v=>{d.current[v]!==void 0&&a[v]===void 0&&console.error(`useControllableReducer: ${f?`The ${f} component`:"A component"} is changing a controlled prop to be uncontrolled: ${v}`),d.current[v]===void 0&&a[v]!==void 0&&console.error(`useControllableReducer: ${f?`The ${f} component`:"A component"} is changing an uncontrolled prop to be controlled: ${v}`)})},[a,f]);const h=i.useCallback((v,b)=>{t.current=b;const E=Bo(v,a);return r(E,b)},[a,r]),[m,p]=i.useReducer(h,n),g=i.useCallback(v=>{p({...v,context:c})},[c]);return wh({nextState:m,initialState:n,stateComparers:o??ko,onStateChange:l??Bi,controlledProps:a,lastActionRef:t}),[Bo(m,a),g]}const ut={blur:"dropdown:blur",escapeKeyDown:"dropdown:escapeKeyDown",toggle:"dropdown:toggle",open:"dropdown:open",close:"dropdown:close"};function yh(e,t){switch(t.type){case ut.blur:return{open:!1,changeReason:t.event};case ut.escapeKeyDown:return{open:!1,changeReason:t.event};case ut.toggle:return{open:!e.open,changeReason:t.event};case ut.open:return{open:!0,changeReason:t.event};case ut.close:return{open:!1,changeReason:t.event};default:throw new Error("Unhandled action")}}function Eh(e={}){const{defaultOpen:t,onOpenChange:r,open:n,componentName:a="useDropdown"}=e,[o,l]=i.useState(""),[c,f]=i.useState(null),d=i.useRef(null),h=i.useCallback((b,E,D,$)=>{E==="open"&&r?.(b,D),d.current=$},[r]),m=i.useMemo(()=>n!==void 0?{open:n}:{},[n]),[p,g]=Vi({controlledProps:m,initialState:t?{open:!0,changeReason:null}:{open:!1,changeReason:null},onStateChange:h,reducer:yh,componentName:a});return i.useEffect(()=>{!p.open&&d.current!==null&&d.current!==ut.blur&&c?.focus()},[p.open,c]),{contextValue:{state:p,dispatch:g,popupId:o,registerPopup:l,registerTrigger:f,triggerElement:c},open:p.open}}const Ch=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function xh(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?e.contentEditable==="true"||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t}function Dh(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=n=>e.ownerDocument.querySelector(`input[type="radio"]${n}`);let r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}function $h(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||Dh(e))}function Sh(e){const t=[],r=[];return Array.from(e.querySelectorAll(Ch)).forEach((n,a)=>{const o=xh(n);o===-1||!$h(n)||(o===0?t.push(n):r.push({documentOrder:a,tabIndex:o,node:n}))}),r.sort((n,a)=>n.tabIndex===a.tabIndex?n.documentOrder-a.documentOrder:n.tabIndex-a.tabIndex).map(n=>n.node).concat(t)}function Ih(){return!0}function _n(e){const{children:t,disableAutoFocus:r=!1,disableEnforceFocus:n=!1,disableRestoreFocus:a=!1,getTabbable:o=Sh,isEnabled:l=Ih,open:c}=e,f=i.useRef(!1),d=i.useRef(null),h=i.useRef(null),m=i.useRef(null),p=i.useRef(null),g=i.useRef(!1),v=i.useRef(null),b=Ze(Ti(t),v),E=i.useRef(null);i.useEffect(()=>{!c||!v.current||(g.current=!r)},[r,c]),i.useEffect(()=>{if(!c||!v.current)return;const y=Yt(v.current);return v.current.contains(y.activeElement)||(v.current.hasAttribute("tabIndex")||(process.env.NODE_ENV!=="production"&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
24
|
+
`)),v.current.setAttribute("tabIndex","-1")),g.current&&v.current.focus()),()=>{a||(m.current&&m.current.focus&&(f.current=!0,m.current.focus()),m.current=null)}},[c]),i.useEffect(()=>{if(!c||!v.current)return;const y=Yt(v.current),x=L=>{E.current=L,!(n||!l()||L.key!=="Tab")&&y.activeElement===v.current&&L.shiftKey&&(f.current=!0,h.current&&h.current.focus())},I=()=>{const L=v.current;if(L===null)return;if(!y.hasFocus()||!l()||f.current){f.current=!1;return}if(L.contains(y.activeElement)||n&&y.activeElement!==d.current&&y.activeElement!==h.current)return;if(y.activeElement!==p.current)p.current=null;else if(p.current!==null)return;if(!g.current)return;let O=[];if((y.activeElement===d.current||y.activeElement===h.current)&&(O=o(v.current)),O.length>0){const V=!!(E.current?.shiftKey&&E.current?.key==="Tab"),N=O[0],w=O[O.length-1];typeof N!="string"&&typeof w!="string"&&(V?w.focus():N.focus())}else L.focus()};y.addEventListener("focusin",I),y.addEventListener("keydown",x,!0);const Z=setInterval(()=>{y.activeElement&&y.activeElement.tagName==="BODY"&&I()},50);return()=>{clearInterval(Z),y.removeEventListener("focusin",I),y.removeEventListener("keydown",x,!0)}},[r,n,a,l,c,o]);const D=y=>{m.current===null&&(m.current=y.relatedTarget),g.current=!0,p.current=y.target;const x=t.props.onFocus;x&&x(y)},$=y=>{m.current===null&&(m.current=y.relatedTarget),g.current=!0};return s.jsxs(i.Fragment,{children:[s.jsx("div",{tabIndex:c?0:-1,onFocus:$,ref:d,"data-testid":"sentinelStart"}),i.cloneElement(t,{ref:b,onFocus:D}),s.jsx("div",{tabIndex:c?0:-1,onFocus:$,ref:h,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(_n.propTypes={children:Fo,disableAutoFocus:te.bool,disableEnforceFocus:te.bool,disableRestoreFocus:te.bool,getTabbable:te.func,isEnabled:te.func,open:te.bool.isRequired}),process.env.NODE_ENV!=="production"&&(_n.propTypes=Ii(_n.propTypes));const Zi=i.createContext(void 0);process.env.NODE_ENV!=="production"&&(Zi.displayName="FormControlContext");function Ph(){return i.useContext(Zi)}function Ah(e={}){const{defaultValue:t,disabled:r=!1,error:n=!1,onBlur:a,onChange:o,onFocus:l,required:c=!1,value:f,inputRef:d}=e,h=Ph();let m,p,g,v,b;if(h){if(m=void 0,p=h.disabled??!1,g=h.error??!1,v=h.required??!1,b=h.value,process.env.NODE_ENV!=="production"){const T=["defaultValue","disabled","error","required","value"].filter(R=>e[R]!==void 0);T.length>0&&console.warn(["MUI: You have set props on an input that is inside a FormControl.","Set these props on a FormControl instead. Otherwise they will be ignored.",`Ignored props: ${T.join(", ")}`].join(`
|
|
25
|
+
`))}}else m=t,p=r,g=n,v=c,b=f;const{current:E}=i.useRef(b!=null),D=i.useCallback(T=>{process.env.NODE_ENV!=="production"&&T&&T.nodeName!=="INPUT"&&!T.focus&&console.error(["MUI: You have provided a `slots.input` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join(`
|
|
26
|
+
`))},[]),$=i.useRef(null),y=Ze($,d,D),[x,I]=i.useState(!1);i.useEffect(()=>{!h&&p&&x&&(I(!1),a?.())},[h,p,x,a]);const Z=T=>R=>{if(h?.disabled){R.stopPropagation();return}T.onFocus?.(R),h&&h.onFocus?h?.onFocus?.():I(!0)},L=T=>R=>{T.onBlur?.(R),h&&h.onBlur?h.onBlur():I(!1)},O=T=>(R,...A)=>{if(!E&&(R.target||$.current)==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":uh(17));h?.onChange?.(R),T.onChange?.(R,...A)},V=T=>R=>{$.current&&R.currentTarget===R.target&&$.current.focus(),T.onClick?.(R)};return{disabled:p,error:g,focused:x,formControlContext:h,getInputProps:(T={})=>{const A={...{onBlur:a,onChange:o,onFocus:l},...Le(T)},H={...A,onBlur:L(A),onChange:O(A),onFocus:Z(A)};return{...H,"aria-invalid":g||void 0,defaultValue:m,value:b,required:v,disabled:p,...T,ref:y,...H}},getRootProps:(T={})=>{const A={...Le(e,["onBlur","onChange","onFocus"]),...Le(T)};return{...T,...A,onClick:V(A)}},inputRef:y,required:v,value:b}}const we={blur:"list:blur",itemClick:"list:itemClick",itemHover:"list:itemHover",itemsChange:"list:itemsChange",keyDown:"list:keyDown",resetHighlight:"list:resetHighlight",highlightLast:"list:highlightLast",textNavigation:"list:textNavigation",clearSelection:"list:clearSelection"};function Mh(e,t,r,n,a,o){if(r.length===0||!n&&r.every((c,f)=>a(c,f)))return-1;let l=e;for(;;){if(!o&&t==="next"&&l===r.length||!o&&t==="previous"&&l===-1)return-1;if(n?!1:a(r[l],l))l+=t==="next"?1:-1,o&&(l=(l+r.length)%r.length);else return l}}function Oe(e,t,r){const{items:n,isItemDisabled:a,disableListWrap:o,disabledItemsFocusable:l,itemComparer:c,focusManagement:f}=r,d=f==="DOM"?0:-1,h=n.length-1,m=e==null?-1:n.findIndex(E=>c(E,e));let p,g,v=!o;switch(t){case"reset":if(d===-1)return null;p=0,g="next",v=!1;break;case"start":p=0,g="next",v=!1;break;case"end":p=h,g="previous",v=!1;break;default:{const E=m+t;E<0?!v&&m!==-1||Math.abs(t)>1?(p=0,g="next"):(p=h,g="previous"):E>h?!v||Math.abs(t)>1?(p=h,g="previous"):(p=0,g="next"):(p=E,g=t>=0?"next":"previous")}}const b=Mh(p,g,n,l,a,v);return b===-1&&e!==null&&!a(e,m)?e:n[b]??null}function Fh(e,t,r,n){return r==="none"?[]:r==="single"?n(t[0],e)?t:[e]:t.some(a=>n(a,e))?t.filter(a=>!n(a,e)):[...t,e]}function Vo(e,t,r){const{itemComparer:n,isItemDisabled:a,selectionMode:o,items:l}=r,{selectedValues:c}=t,f=l.findIndex(h=>n(e,h));if(a(e,f))return t;const d=Fh(e,c,o,n);return{...t,selectedValues:d,highlightedValue:e}}function Th(e,t,r){const n=t.highlightedValue,{orientation:a,pageSize:o}=r;switch(e){case"Home":return{...t,highlightedValue:Oe(n,"start",r)};case"End":return{...t,highlightedValue:Oe(n,"end",r)};case"PageUp":return{...t,highlightedValue:Oe(n,-o,r)};case"PageDown":return{...t,highlightedValue:Oe(n,o,r)};case"ArrowUp":if(a!=="vertical")break;return{...t,highlightedValue:Oe(n,-1,r)};case"ArrowDown":if(a!=="vertical")break;return{...t,highlightedValue:Oe(n,1,r)};case"ArrowLeft":{if(a==="vertical")break;return{...t,highlightedValue:Oe(n,a==="horizontal-ltr"?-1:1,r)}}case"ArrowRight":{if(a==="vertical")break;return{...t,highlightedValue:Oe(n,a==="horizontal-ltr"?1:-1,r)}}case"Enter":case" ":return t.highlightedValue===null?t:Vo(t.highlightedValue,t,r)}return t}function Nh(e,t){return t.focusManagement==="DOM"?e:{...e,highlightedValue:null}}function kh(e,t,r){const n=r(e)?.trim().toLowerCase();return!n||n.length===0?!1:n.startsWith(t)}function Bh(e,t,r){const{items:n,isItemDisabled:a,disabledItemsFocusable:o,getItemAsString:l}=r,c=t.length>1;let f=c?e.highlightedValue:Oe(e.highlightedValue,1,r);for(let d=0;d<n.length;d+=1){if(!f||!c&&e.highlightedValue===f)return e;if(kh(f,t,l)&&(!a(f,n.indexOf(f))||o))return{...e,highlightedValue:f};f=Oe(f,1,r)}return e}function Vh(e,t,r,n){const{itemComparer:a,focusManagement:o}=n;let l=null;r.highlightedValue!=null?l=e.find(d=>a(d,r.highlightedValue))??null:o==="DOM"&&t.length===0&&(l=Oe(null,"reset",n));const f=(r.selectedValues??[]).filter(d=>e.some(h=>a(h,d)));return{...r,highlightedValue:l,selectedValues:f}}function Zh(e,t){return{...e,highlightedValue:Oe(null,"reset",t)}}function Oh(e,t){return{...e,highlightedValue:Oe(null,"end",t)}}function Lh(e,t){return{...e,selectedValues:[],highlightedValue:Oe(null,"reset",t)}}function Hn(e,t){const{type:r,context:n}=t;switch(r){case we.keyDown:return Th(t.key,e,n);case we.itemClick:return Vo(t.item,e,n);case we.blur:return Nh(e,n);case we.textNavigation:return Bh(e,t.searchString,n);case we.itemsChange:return Vh(t.items,t.previousItems,e,n);case we.resetHighlight:return Zh(e,n);case we.highlightLast:return Oh(e,n);case we.clearSelection:return Lh(e,n);default:return e}}const Rh=500;function _h(e){const t=i.useRef({searchString:"",lastTime:null});return i.useCallback(r=>{if(r.key.length===1&&r.key!==" "){const n=t.current,a=r.key.toLowerCase(),o=performance.now();n.searchString.length>0&&n.lastTime&&o-n.lastTime>Rh?n.searchString=a:(n.searchString.length!==1||a!==n.searchString)&&(n.searchString+=a),n.lastTime=o,e(n.searchString,r)}},[e])}const Oi={},Hh=()=>{},Uh=(e,t)=>e===t,jh=()=>!1,Kh=e=>typeof e=="string"?e:String(e),zh=()=>({highlightedValue:null,selectedValues:[]});function Zo(e){const{controlledProps:t=Oi,disabledItemsFocusable:r=!1,disableListWrap:n=!1,focusManagement:a="activeDescendant",getInitialState:o=zh,getItemDomElement:l,getItemId:c,isItemDisabled:f=jh,rootRef:d,onStateChange:h=Hh,items:m,itemComparer:p=Uh,getItemAsString:g=Kh,onChange:v,onHighlightChange:b,onItemsChange:E,orientation:D="vertical",pageSize:$=5,reducerActionContext:y=Oi,selectionMode:x="single",stateReducer:I,componentName:Z="useList"}=e;if(process.env.NODE_ENV!=="production"){if(a==="DOM"&&l==null)throw new Error("useList: The `getItemDomElement` prop is required when using the `DOM` focus management.");if(a==="activeDescendant"&&c==null)throw new Error("useList: The `getItemId` prop is required when using the `activeDescendant` focus management.")}const L=i.useRef(null),O=Ze(d,L),V=i.useCallback((ee,J,re)=>{b?.(ee,J,re),a==="DOM"&&J!=null&&(re===we.itemClick||re===we.keyDown||re===we.textNavigation)&&l?.(J)?.focus()},[l,b,a]),N=i.useMemo(()=>({highlightedValue:p,selectedValues:(ee,J)=>ii(ee,J,p)}),[p]),w=i.useCallback((ee,J,re,Y,ue)=>{switch(h?.(ee,J,re,Y,ue),J){case"highlightedValue":V(ee,re,Y);break;case"selectedValues":v?.(ee,re,Y);break}},[V,v,h]),T=i.useMemo(()=>({disabledItemsFocusable:r,disableListWrap:n,focusManagement:a,isItemDisabled:f,itemComparer:p,items:m,getItemAsString:g,onHighlightChange:V,orientation:D,pageSize:$,selectionMode:x,stateComparers:N}),[r,n,a,f,p,m,g,V,D,$,x,N]),R=o(),A=I??Hn,H=i.useMemo(()=>({...y,...T}),[y,T]),[P,k]=Vi({reducer:A,actionContext:H,initialState:R,controlledProps:t,stateComparers:N,onStateChange:w,componentName:Z}),{highlightedValue:M,selectedValues:_}=P,S=_h((ee,J)=>k({type:we.textNavigation,event:J,searchString:ee})),B=i.useRef([]);i.useEffect(()=>{ii(B.current,m,p)||(k({type:we.itemsChange,event:null,items:m,previousItems:B.current}),B.current=m,E?.(m))},[m,p,k,E]);const j=ee=>J=>{if(ee.onKeyDown?.(J),J.defaultMuiPrevented)return;const re=["Home","End","PageUp","PageDown"];D==="vertical"?re.push("ArrowUp","ArrowDown"):re.push("ArrowLeft","ArrowRight"),a==="activeDescendant"&&re.push(" ","Enter"),re.includes(J.key)&&J.preventDefault(),k({type:we.keyDown,key:J.key,event:J}),S(J)},K=ee=>J=>{ee.onBlur?.(J),!J.defaultMuiPrevented&&(L.current?.contains(J.relatedTarget)||k({type:we.blur,event:J}))},Q=(ee={})=>{const J=Le(ee);return{...ee,"aria-activedescendant":a==="activeDescendant"&&M!=null?c(M):void 0,tabIndex:a==="DOM"?-1:0,ref:O,...J,onBlur:K(J),onKeyDown:j(J)}},W=i.useCallback(ee=>{const J=(_??[]).some(ue=>ue!=null&&p(ee,ue)),re=M!=null&&p(ee,M);return{focusable:a==="DOM",highlighted:re,selected:J}},[p,_,M,a]),q=i.useMemo(()=>({dispatch:k,getItemState:W}),[k,W]);return i.useDebugValue({state:P}),{contextValue:q,dispatch:k,getRootProps:Q,rootRef:O,state:P}}const Kr=i.createContext(null);process.env.NODE_ENV!=="production"&&(Kr.displayName="ListContext");function Oo(e){const{handlePointerOverEvents:t=!1,item:r}=e,n=i.useContext(Kr);if(!n)throw new Error("useListItem must be used within a ListProvider");const{dispatch:a,getItemState:o}=n,{highlighted:l,selected:c,focusable:f}=o(r),d=i.useCallback(g=>v=>{if(g.onClick?.(v),!v.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
|
|
27
|
+
`));a({type:we.itemClick,item:r,event:v})}},[a,r]),h=i.useCallback(g=>v=>{if(g.onMouseOver?.(v),!v.defaultPrevented){if(process.env.NODE_ENV!=="production"&&r===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
|
|
28
|
+
`));a({type:we.itemHover,item:r,event:v})}},[a,r]);let m;return f&&(m=l?0:-1),{getRootProps:(g={})=>{const v=Le(g);return{...g,onClick:d(v),onPointerOver:t?h(v):void 0,tabIndex:m}},highlighted:l,selected:c}}function Wh(e,t){if(t.type===we.itemHover)return{...e,highlightedValue:t.item};const r=Hn(e,t);if(r.highlightedValue===null&&t.context.items.length>0)return{...r,highlightedValue:t.context.items[0]};if(t.type===we.keyDown&&t.event.key==="Escape")return{...r,open:!1};if(t.type===we.blur&&!t.context.listboxRef.current?.contains(t.event.relatedTarget)){const n=t.context.listboxRef.current?.getAttribute("id"),a=t.event.relatedTarget?.getAttribute("aria-controls");return n&&a&&n===a?r:{...r,open:!1,highlightedValue:t.context.items[0]}}return r}const Jt=i.createContext(null);process.env.NODE_ENV!=="production"&&(Jt.displayName="CompoundComponentContext");function Gh(e){const t=Array.from(e.keys()).map(r=>{const n=e.get(r);return{key:r,subitem:n}});return t.sort((r,n)=>{const a=r.subitem.ref.current,o=n.subitem.ref.current;return a===null||o===null||a===o?0:a.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(t.map(r=>[r.key,r.subitem]))}function zr(){const[e,t]=i.useState(new Map),r=i.useRef(new Set),n=i.useCallback(function(d){r.current.delete(d),t(h=>{const m=new Map(h);return m.delete(d),m})},[]),a=i.useCallback(function(d,h){let m;return typeof d=="function"?m=d(r.current):m=d,r.current.add(m),t(p=>{const g=new Map(p);return g.set(m,h),g}),{id:m,deregister:()=>n(m)}},[n]),o=i.useMemo(()=>Gh(e),[e]),l=i.useCallback(function(d){return Array.from(o.keys()).indexOf(d)},[o]);return{contextValue:i.useMemo(()=>({getItemIndex:l,registerItem:a,totalSubitemCount:e.size}),[l,a,e.size]),subitems:o}}function Wr(e,t){const r=i.useContext(Jt);if(r===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:n}=r,[a,o]=i.useState(typeof e=="function"?void 0:e);return dt(()=>{const{id:l,deregister:c}=n(e,t);return o(l),c},[n,t,e]),{id:a,index:a!==void 0?r.getItemIndex(a):-1,totalItemCount:r.totalSubitemCount}}function Ct(e,t){return function(n={}){const a={...n,...e(n)};return{...a,...t(a)}}}const qh={dispatch:()=>{},registerPopup:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function Yh(e={}){const{listboxRef:t,onItemsChange:r,id:n,disabledItemsFocusable:a=!0,disableListWrap:o=!1,autoFocus:l=!0,componentName:c="useMenu"}=e,f=i.useRef(null),d=Ze(f,t),h=Xt(n)??"",{state:{open:m,changeReason:p},dispatch:g,triggerElement:v,registerPopup:b}=i.useContext(jr)??qh,E=i.useRef(m),{subitems:D,contextValue:$}=zr(),y=i.useMemo(()=>Array.from(D.keys()),[D]),x=i.useCallback(k=>k==null?null:D.get(k)?.ref.current??null,[D]),I=i.useCallback(k=>D?.get(k)?.disabled||!1,[D]),Z=i.useCallback(k=>D.get(k)?.label||D.get(k)?.ref.current?.innerText,[D]),L=i.useMemo(()=>({listboxRef:f}),[f]),{dispatch:O,getRootProps:V,contextValue:N,state:{highlightedValue:w},rootRef:T}=Zo({disabledItemsFocusable:a,disableListWrap:o,focusManagement:"DOM",getItemDomElement:x,getInitialState:()=>({selectedValues:[],highlightedValue:null}),isItemDisabled:I,items:y,getItemAsString:Z,rootRef:d,onItemsChange:r,reducerActionContext:L,selectionMode:"none",stateReducer:Wh,componentName:c});dt(()=>{b(h)},[h,b]),dt(()=>{m&&p?.type==="keydown"&&p.key==="ArrowUp"&&O({type:we.highlightLast,event:p})},[m,p,O]),i.useEffect(()=>{m&&l&&w&&!E.current&&D.get(w)?.ref?.current?.focus()},[m,l,w,D,y]),i.useEffect(()=>{f.current?.contains(document.activeElement)&&w!==null&&D?.get(w)?.ref.current?.focus()},[w,D]);const R=k=>M=>{k.onBlur?.(M),!M.defaultMuiPrevented&&(f.current?.contains(M.relatedTarget)||M.relatedTarget===v||g({type:ut.blur,event:M}))},A=k=>M=>{k.onKeyDown?.(M),!M.defaultMuiPrevented&&M.key==="Escape"&&g({type:ut.escapeKeyDown,event:M})},H=(k={})=>({onBlur:R(k),onKeyDown:A(k)}),P=(k={})=>{const M=Ct(H,V),_=Le(k);return{...k,..._,...M(_),id:h,role:"menu"}};return i.useDebugValue({subitems:D,highlightedValue:w}),{contextValue:{...$,...N},dispatch:O,getListboxProps:P,highlightedValue:w,listboxRef:T,menuItems:D,open:m,triggerElement:v}}function Xh(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:l,totalSubitemCount:c}=t,f=i.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),d=i.useMemo(()=>({getItemIndex:a,registerItem:l,totalSubitemCount:c}),[l,a,c]);return s.jsx(Jt.Provider,{value:d,children:s.jsx(Kr.Provider,{value:f,children:r})})}const Dr=Math.min,Qt=Math.max,Un=Math.round,jn=Math.floor,ft=e=>({x:e,y:e}),Jh={left:"right",right:"left",bottom:"top",top:"bottom"},Qh={start:"end",end:"start"};function Lo(e,t,r){return Qt(e,Dr(t,r))}function Gr(e,t){return typeof e=="function"?e(t):e}function er(e){return e.split("-")[0]}function qr(e){return e.split("-")[1]}function Li(e){return e==="x"?"y":"x"}function Ro(e){return e==="y"?"height":"width"}const e8=new Set(["top","bottom"]);function Ot(e){return e8.has(er(e))?"y":"x"}function _o(e){return Li(Ot(e))}function t8(e,t,r){r===void 0&&(r=!1);const n=qr(e),a=_o(e),o=Ro(a);let l=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(l=Kn(l)),[l,Kn(l)]}function r8(e){const t=Kn(e);return[Ho(e),t,Ho(t)]}function Ho(e){return e.replace(/start|end/g,t=>Qh[t])}const Ri=["left","right"],_i=["right","left"],n8=["top","bottom"],a8=["bottom","top"];function o8(e,t,r){switch(e){case"top":case"bottom":return r?t?_i:Ri:t?Ri:_i;case"left":case"right":return t?n8:a8;default:return[]}}function l8(e,t,r,n){const a=qr(e);let o=o8(er(e),r==="start",n);return a&&(o=o.map(l=>l+"-"+a),t&&(o=o.concat(o.map(Ho)))),o}function Kn(e){return e.replace(/left|right|bottom|top/g,t=>Jh[t])}function i8(e){return{top:0,right:0,bottom:0,left:0,...e}}function Hi(e){return typeof e!="number"?i8(e):{top:e,right:e,bottom:e,left:e}}function zn(e){const{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function Ui(e,t,r){let{reference:n,floating:a}=e;const o=Ot(t),l=_o(t),c=Ro(l),f=er(t),d=o==="y",h=n.x+n.width/2-a.width/2,m=n.y+n.height/2-a.height/2,p=n[c]/2-a[c]/2;let g;switch(f){case"top":g={x:h,y:n.y-a.height};break;case"bottom":g={x:h,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:m};break;case"left":g={x:n.x-a.width,y:m};break;default:g={x:n.x,y:n.y}}switch(qr(t)){case"start":g[l]-=p*(r&&d?-1:1);break;case"end":g[l]+=p*(r&&d?-1:1);break}return g}const s8=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:o=[],platform:l}=r,c=o.filter(Boolean),f=await(l.isRTL==null?void 0:l.isRTL(t));let d=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:m}=Ui(d,n,f),p=n,g={},v=0;for(let b=0;b<c.length;b++){const{name:E,fn:D}=c[b],{x:$,y,data:x,reset:I}=await D({x:h,y:m,initialPlacement:n,placement:p,strategy:a,middlewareData:g,rects:d,platform:l,elements:{reference:e,floating:t}});h=$??h,m=y??m,g={...g,[E]:{...g[E],...x}},I&&v<=50&&(v++,typeof I=="object"&&(I.placement&&(p=I.placement),I.rects&&(d=I.rects===!0?await l.getElementRects({reference:e,floating:t,strategy:a}):I.rects),{x:h,y:m}=Ui(d,p,f)),b=-1)}return{x:h,y:m,placement:p,strategy:a,middlewareData:g}};async function ji(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:o,rects:l,elements:c,strategy:f}=e,{boundary:d="clippingAncestors",rootBoundary:h="viewport",elementContext:m="floating",altBoundary:p=!1,padding:g=0}=Gr(t,e),v=Hi(g),E=c[p?m==="floating"?"reference":"floating":m],D=zn(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(E)))==null||r?E:E.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(c.floating)),boundary:d,rootBoundary:h,strategy:f})),$=m==="floating"?{x:n,y:a,width:l.floating.width,height:l.floating.height}:l.reference,y=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c.floating)),x=await(o.isElement==null?void 0:o.isElement(y))?await(o.getScale==null?void 0:o.getScale(y))||{x:1,y:1}:{x:1,y:1},I=zn(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:$,offsetParent:y,strategy:f}):$);return{top:(D.top-I.top+v.top)/x.y,bottom:(I.bottom-D.bottom+v.bottom)/x.y,left:(D.left-I.left+v.left)/x.x,right:(I.right-D.right+v.right)/x.x}}const u8=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:a,rects:o,platform:l,elements:c,middlewareData:f}=t,{element:d,padding:h=0}=Gr(e,t)||{};if(d==null)return{};const m=Hi(h),p={x:r,y:n},g=_o(a),v=Ro(g),b=await l.getDimensions(d),E=g==="y",D=E?"top":"left",$=E?"bottom":"right",y=E?"clientHeight":"clientWidth",x=o.reference[v]+o.reference[g]-p[g]-o.floating[v],I=p[g]-o.reference[g],Z=await(l.getOffsetParent==null?void 0:l.getOffsetParent(d));let L=Z?Z[y]:0;(!L||!await(l.isElement==null?void 0:l.isElement(Z)))&&(L=c.floating[y]||o.floating[v]);const O=x/2-I/2,V=L/2-b[v]/2-1,N=Dr(m[D],V),w=Dr(m[$],V),T=N,R=L-b[v]-w,A=L/2-b[v]/2+O,H=Lo(T,A,R),P=!f.arrow&&qr(a)!=null&&A!==H&&o.reference[v]/2-(A<T?N:w)-b[v]/2<0,k=P?A<T?A-T:A-R:0;return{[g]:p[g]+k,data:{[g]:H,centerOffset:A-H-k,...P&&{alignmentOffset:k}},reset:P}}}),c8=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:o,rects:l,initialPlacement:c,platform:f,elements:d}=t,{mainAxis:h=!0,crossAxis:m=!0,fallbackPlacements:p,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...E}=Gr(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const D=er(a),$=Ot(c),y=er(c)===c,x=await(f.isRTL==null?void 0:f.isRTL(d.floating)),I=p||(y||!b?[Kn(c)]:r8(c)),Z=v!=="none";!p&&Z&&I.push(...l8(c,b,v,x));const L=[c,...I],O=await ji(t,E),V=[];let N=((n=o.flip)==null?void 0:n.overflows)||[];if(h&&V.push(O[D]),m){const A=t8(a,l,x);V.push(O[A[0]],O[A[1]])}if(N=[...N,{placement:a,overflows:V}],!V.every(A=>A<=0)){var w,T;const A=(((w=o.flip)==null?void 0:w.index)||0)+1,H=L[A];if(H&&(!(m==="alignment"?$!==Ot(H):!1)||N.every(M=>Ot(M.placement)===$?M.overflows[0]>0:!0)))return{data:{index:A,overflows:N},reset:{placement:H}};let P=(T=N.filter(k=>k.overflows[0]<=0).sort((k,M)=>k.overflows[1]-M.overflows[1])[0])==null?void 0:T.placement;if(!P)switch(g){case"bestFit":{var R;const k=(R=N.filter(M=>{if(Z){const _=Ot(M.placement);return _===$||_==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(_=>_>0).reduce((_,S)=>_+S,0)]).sort((M,_)=>M[1]-_[1])[0])==null?void 0:R[0];k&&(P=k);break}case"initialPlacement":P=c;break}if(a!==P)return{reset:{placement:P}}}return{}}}},d8=new Set(["left","top"]);async function f8(e,t){const{placement:r,platform:n,elements:a}=e,o=await(n.isRTL==null?void 0:n.isRTL(a.floating)),l=er(r),c=qr(r),f=Ot(r)==="y",d=d8.has(l)?-1:1,h=o&&f?-1:1,m=Gr(t,e);let{mainAxis:p,crossAxis:g,alignmentAxis:v}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof v=="number"&&(g=c==="end"?v*-1:v),f?{x:g*h,y:p*d}:{x:p*d,y:g*h}}const h8=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:o,placement:l,middlewareData:c}=t,f=await f8(t,e);return l===((r=c.offset)==null?void 0:r.placement)&&(n=c.arrow)!=null&&n.alignmentOffset?{}:{x:a+f.x,y:o+f.y,data:{...f,placement:l}}}}},m8=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:o=!0,crossAxis:l=!1,limiter:c={fn:E=>{let{x:D,y:$}=E;return{x:D,y:$}}},...f}=Gr(e,t),d={x:r,y:n},h=await ji(t,f),m=Ot(er(a)),p=Li(m);let g=d[p],v=d[m];if(o){const E=p==="y"?"top":"left",D=p==="y"?"bottom":"right",$=g+h[E],y=g-h[D];g=Lo($,g,y)}if(l){const E=m==="y"?"top":"left",D=m==="y"?"bottom":"right",$=v+h[E],y=v-h[D];v=Lo($,v,y)}const b=c.fn({...t,[p]:g,[m]:v});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[p]:o,[m]:l}}}}}};function Wn(){return typeof window<"u"}function Lt(e){return Uo(e)?(e.nodeName||"").toLowerCase():"#document"}function Xe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ht(e){var t;return(t=(Uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Uo(e){return Wn()?e instanceof Node||e instanceof Xe(e).Node:!1}function ye(e){return Wn()?e instanceof Element||e instanceof Xe(e).Element:!1}function Te(e){return Wn()?e instanceof HTMLElement||e instanceof Xe(e).HTMLElement:!1}function jo(e){return!Wn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Xe(e).ShadowRoot}const p8=new Set(["inline","contents"]);function Yr(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=et(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!p8.has(a)}const g8=new Set(["table","td","th"]);function v8(e){return g8.has(Lt(e))}const b8=[":popover-open",":modal"];function Gn(e){return b8.some(t=>{try{return e.matches(t)}catch{return!1}})}const w8=["transform","translate","scale","rotate","perspective"],y8=["transform","translate","scale","rotate","perspective","filter"],E8=["paint","layout","strict","content"];function Ko(e){const t=qn(),r=ye(e)?et(e):e;return w8.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||y8.some(n=>(r.willChange||"").includes(n))||E8.some(n=>(r.contain||"").includes(n))}function C8(e){let t=Dt(e);for(;Te(t)&&!xt(t);){if(Ko(t))return t;if(Gn(t))return null;t=Dt(t)}return null}function qn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const x8=new Set(["html","body","#document"]);function xt(e){return x8.has(Lt(e))}function et(e){return Xe(e).getComputedStyle(e)}function Yn(e){return ye(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Dt(e){if(Lt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||jo(e)&&e.host||ht(e);return jo(t)?t.host:t}function Ki(e){const t=Dt(e);return xt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Te(t)&&Yr(t)?t:Ki(t)}function Rt(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=Ki(e),o=a===((n=e.ownerDocument)==null?void 0:n.body),l=Xe(a);if(o){const c=zo(l);return t.concat(l,l.visualViewport||[],Yr(a)?a:[],c&&r?Rt(c):[])}return t.concat(a,Rt(a,[],r))}function zo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zi(e){const t=et(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=Te(e),o=a?e.offsetWidth:r,l=a?e.offsetHeight:n,c=Un(r)!==o||Un(n)!==l;return c&&(r=o,n=l),{width:r,height:n,$:c}}function Wo(e){return ye(e)?e:e.contextElement}function $r(e){const t=Wo(e);if(!Te(t))return ft(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:o}=zi(t);let l=(o?Un(r.width):r.width)/n,c=(o?Un(r.height):r.height)/a;return(!l||!Number.isFinite(l))&&(l=1),(!c||!Number.isFinite(c))&&(c=1),{x:l,y:c}}const D8=ft(0);function Wi(e){const t=Xe(e);return!qn()||!t.visualViewport?D8:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $8(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Xe(e)?!1:t}function tr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),o=Wo(e);let l=ft(1);t&&(n?ye(n)&&(l=$r(n)):l=$r(e));const c=$8(o,r,n)?Wi(o):ft(0);let f=(a.left+c.x)/l.x,d=(a.top+c.y)/l.y,h=a.width/l.x,m=a.height/l.y;if(o){const p=Xe(o),g=n&&ye(n)?Xe(n):n;let v=p,b=zo(v);for(;b&&n&&g!==v;){const E=$r(b),D=b.getBoundingClientRect(),$=et(b),y=D.left+(b.clientLeft+parseFloat($.paddingLeft))*E.x,x=D.top+(b.clientTop+parseFloat($.paddingTop))*E.y;f*=E.x,d*=E.y,h*=E.x,m*=E.y,f+=y,d+=x,v=Xe(b),b=zo(v)}}return zn({width:h,height:m,x:f,y:d})}function Xn(e,t){const r=Yn(e).scrollLeft;return t?t.left+r:tr(ht(e)).left+r}function Gi(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Xn(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function S8(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const o=a==="fixed",l=ht(n),c=t?Gn(t.floating):!1;if(n===l||c&&o)return r;let f={scrollLeft:0,scrollTop:0},d=ft(1);const h=ft(0),m=Te(n);if((m||!m&&!o)&&((Lt(n)!=="body"||Yr(l))&&(f=Yn(n)),Te(n))){const g=tr(n);d=$r(n),h.x=g.x+n.clientLeft,h.y=g.y+n.clientTop}const p=l&&!m&&!o?Gi(l,f):ft(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-f.scrollLeft*d.x+h.x+p.x,y:r.y*d.y-f.scrollTop*d.y+h.y+p.y}}function I8(e){return Array.from(e.getClientRects())}function P8(e){const t=ht(e),r=Yn(e),n=e.ownerDocument.body,a=Qt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Qt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let l=-r.scrollLeft+Xn(e);const c=-r.scrollTop;return et(n).direction==="rtl"&&(l+=Qt(t.clientWidth,n.clientWidth)-a),{width:a,height:o,x:l,y:c}}const qi=25;function A8(e,t){const r=Xe(e),n=ht(e),a=r.visualViewport;let o=n.clientWidth,l=n.clientHeight,c=0,f=0;if(a){o=a.width,l=a.height;const h=qn();(!h||h&&t==="fixed")&&(c=a.offsetLeft,f=a.offsetTop)}const d=Xn(n);if(d<=0){const h=n.ownerDocument,m=h.body,p=getComputedStyle(m),g=h.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,v=Math.abs(n.clientWidth-m.clientWidth-g);v<=qi&&(o-=v)}else d<=qi&&(o+=d);return{width:o,height:l,x:c,y:f}}const M8=new Set(["absolute","fixed"]);function F8(e,t){const r=tr(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,o=Te(e)?$r(e):ft(1),l=e.clientWidth*o.x,c=e.clientHeight*o.y,f=a*o.x,d=n*o.y;return{width:l,height:c,x:f,y:d}}function Yi(e,t,r){let n;if(t==="viewport")n=A8(e,r);else if(t==="document")n=P8(ht(e));else if(ye(t))n=F8(t,r);else{const a=Wi(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return zn(n)}function Xi(e,t){const r=Dt(e);return r===t||!ye(r)||xt(r)?!1:et(r).position==="fixed"||Xi(r,t)}function T8(e,t){const r=t.get(e);if(r)return r;let n=Rt(e,[],!1).filter(c=>ye(c)&&Lt(c)!=="body"),a=null;const o=et(e).position==="fixed";let l=o?Dt(e):e;for(;ye(l)&&!xt(l);){const c=et(l),f=Ko(l);!f&&c.position==="fixed"&&(a=null),(o?!f&&!a:!f&&c.position==="static"&&!!a&&M8.has(a.position)||Yr(l)&&!f&&Xi(e,l))?n=n.filter(h=>h!==l):a=c,l=Dt(l)}return t.set(e,n),n}function N8(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const l=[...r==="clippingAncestors"?Gn(t)?[]:T8(t,this._c):[].concat(r),n],c=l[0],f=l.reduce((d,h)=>{const m=Yi(t,h,a);return d.top=Qt(m.top,d.top),d.right=Dr(m.right,d.right),d.bottom=Dr(m.bottom,d.bottom),d.left=Qt(m.left,d.left),d},Yi(t,c,a));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function k8(e){const{width:t,height:r}=zi(e);return{width:t,height:r}}function B8(e,t,r){const n=Te(t),a=ht(t),o=r==="fixed",l=tr(e,!0,o,t);let c={scrollLeft:0,scrollTop:0};const f=ft(0);function d(){f.x=Xn(a)}if(n||!n&&!o)if((Lt(t)!=="body"||Yr(a))&&(c=Yn(t)),n){const g=tr(t,!0,o,t);f.x=g.x+t.clientLeft,f.y=g.y+t.clientTop}else a&&d();o&&!n&&a&&d();const h=a&&!n&&!o?Gi(a,c):ft(0),m=l.left+c.scrollLeft-f.x-h.x,p=l.top+c.scrollTop-f.y-h.y;return{x:m,y:p,width:l.width,height:l.height}}function Go(e){return et(e).position==="static"}function Ji(e,t){if(!Te(e)||et(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ht(e)===r&&(r=r.ownerDocument.body),r}function Qi(e,t){const r=Xe(e);if(Gn(e))return r;if(!Te(e)){let a=Dt(e);for(;a&&!xt(a);){if(ye(a)&&!Go(a))return a;a=Dt(a)}return r}let n=Ji(e,t);for(;n&&v8(n)&&Go(n);)n=Ji(n,t);return n&&xt(n)&&Go(n)&&!Ko(n)?r:n||C8(e)||r}const V8=async function(e){const t=this.getOffsetParent||Qi,r=this.getDimensions,n=await r(e.floating);return{reference:B8(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Z8(e){return et(e).direction==="rtl"}const O8={convertOffsetParentRelativeRectToViewportRelativeRect:S8,getDocumentElement:ht,getClippingRect:N8,getOffsetParent:Qi,getElementRects:V8,getClientRects:I8,getDimensions:k8,getScale:$r,isElement:ye,isRTL:Z8};function e1(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function L8(e,t){let r=null,n;const a=ht(e);function o(){var c;clearTimeout(n),(c=r)==null||c.disconnect(),r=null}function l(c,f){c===void 0&&(c=!1),f===void 0&&(f=1),o();const d=e.getBoundingClientRect(),{left:h,top:m,width:p,height:g}=d;if(c||t(),!p||!g)return;const v=jn(m),b=jn(a.clientWidth-(h+p)),E=jn(a.clientHeight-(m+g)),D=jn(h),y={rootMargin:-v+"px "+-b+"px "+-E+"px "+-D+"px",threshold:Qt(0,Dr(1,f))||1};let x=!0;function I(Z){const L=Z[0].intersectionRatio;if(L!==f){if(!x)return l();L?l(!1,L):n=setTimeout(()=>{l(!1,1e-7)},1e3)}L===1&&!e1(d,e.getBoundingClientRect())&&l(),x=!1}try{r=new IntersectionObserver(I,{...y,root:a.ownerDocument})}catch{r=new IntersectionObserver(I,y)}r.observe(e)}return l(!0),o}function Jn(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:o=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:f=!1}=n,d=Wo(e),h=a||o?[...d?Rt(d):[],...Rt(t)]:[];h.forEach(D=>{a&&D.addEventListener("scroll",r,{passive:!0}),o&&D.addEventListener("resize",r)});const m=d&&c?L8(d,r):null;let p=-1,g=null;l&&(g=new ResizeObserver(D=>{let[$]=D;$&&$.target===d&&g&&(g.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var y;(y=g)==null||y.observe(t)})),r()}),d&&!f&&g.observe(d),g.observe(t));let v,b=f?tr(e):null;f&&E();function E(){const D=tr(e);b&&!e1(b,D)&&r(),b=D,v=requestAnimationFrame(E)}return r(),()=>{var D;h.forEach($=>{a&&$.removeEventListener("scroll",r),o&&$.removeEventListener("resize",r)}),m?.(),(D=g)==null||D.disconnect(),g=null,f&&cancelAnimationFrame(v)}}const R8=h8,_8=m8,H8=c8,t1=u8,U8=(e,t,r)=>{const n=new Map,a={platform:O8,...r},o={...a.platform,_c:n};return s8(e,t,{...a,platform:o})};var j8=typeof document<"u",K8=function(){},Qn=j8?u.useLayoutEffect:K8;function ea(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!ea(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const o=a[n];if(!(o==="_owner"&&e.$$typeof)&&!ea(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function r1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function n1(e,t){const r=r1(e);return Math.round(t*r)/r}function qo(e){const t=i.useRef(e);return Qn(()=>{t.current=e}),t}function a1(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:o,floating:l}={},transform:c=!0,whileElementsMounted:f,open:d}=e,[h,m]=i.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,g]=i.useState(n);ea(p,n)||g(n);const[v,b]=i.useState(null),[E,D]=i.useState(null),$=i.useCallback(M=>{M!==Z.current&&(Z.current=M,b(M))},[]),y=i.useCallback(M=>{M!==L.current&&(L.current=M,D(M))},[]),x=o||v,I=l||E,Z=i.useRef(null),L=i.useRef(null),O=i.useRef(h),V=f!=null,N=qo(f),w=qo(a),T=qo(d),R=i.useCallback(()=>{if(!Z.current||!L.current)return;const M={placement:t,strategy:r,middleware:p};w.current&&(M.platform=w.current),U8(Z.current,L.current,M).then(_=>{const S={..._,isPositioned:T.current!==!1};A.current&&!ea(O.current,S)&&(O.current=S,Vn.flushSync(()=>{m(S)}))})},[p,t,r,w,T]);Qn(()=>{d===!1&&O.current.isPositioned&&(O.current.isPositioned=!1,m(M=>({...M,isPositioned:!1})))},[d]);const A=i.useRef(!1);Qn(()=>(A.current=!0,()=>{A.current=!1}),[]),Qn(()=>{if(x&&(Z.current=x),I&&(L.current=I),x&&I){if(N.current)return N.current(x,I,R);R()}},[x,I,R,N,V]);const H=i.useMemo(()=>({reference:Z,floating:L,setReference:$,setFloating:y}),[$,y]),P=i.useMemo(()=>({reference:x,floating:I}),[x,I]),k=i.useMemo(()=>{const M={position:r,left:0,top:0};if(!P.floating)return M;const _=n1(P.floating,h.x),S=n1(P.floating,h.y);return c?{...M,transform:"translate("+_+"px, "+S+"px)",...r1(P.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:_,top:S}},[r,c,P.floating,h.x,h.y]);return i.useMemo(()=>({...h,update:R,refs:H,elements:P,floatingStyles:k}),[h,R,H,P,k])}const z8=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:a}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?t1({element:n.current,padding:a}).fn(r):{}:n?t1({element:n,padding:a}).fn(r):{}}}},Xr=(e,t)=>({...R8(e),options:[e,t]}),Yo=(e,t)=>({..._8(e),options:[e,t]}),ta=(e,t)=>({...H8(e),options:[e,t]}),W8=(e,t)=>({...z8(e),options:[e,t]});function G8(e){return typeof e=="function"?e():e}const Jr=i.forwardRef(function(t,r){const{children:n,container:a,disablePortal:o=!1}=t,[l,c]=i.useState(null),f=Ze(i.isValidElement(n)?Ti(n):null,r);if(dt(()=>{o||c(G8(a)||document.body)},[a,o]),dt(()=>{if(l&&!o)return To(r,l),()=>{To(r,null)}},[r,l,o]),o){if(i.isValidElement(n)){const d={ref:f};return i.cloneElement(n,d)}return n}return l&&Vn.createPortal(n,l)});process.env.NODE_ENV!=="production"&&(Jr.propTypes={children:te.node,container:te.oneOfType([Ln,te.func]),disablePortal:te.bool}),process.env.NODE_ENV!=="production"&&(Jr.propTypes=Ii(Jr.propTypes));const o1="Popup";function q8(e){return No(o1,e)}ki(o1,["root","open"]);const l1=i.createContext(null);process.env.NODE_ENV!=="production"&&(l1.displayName="TransitionContext");function Y8(e){const[t,r]=i.useState(!0),n=i.useRef(!1),a=i.useRef(0),[o,l]=i.useState(!1),c=i.useRef(e);i.useEffect(()=>{!e&&a.current>0&&c.current!==e&&(n.current=!0,r(!1)),c.current=e},[e]);const f=i.useCallback(()=>{n.current=!1,r(!0)},[]),d=i.useCallback(()=>(a.current+=1,l(!0),()=>{a.current-=1,a.current===0&&l(!1)}),[]);let h;return o?e?h=!1:h=!n.current&&t:h=!e,{contextValue:i.useMemo(()=>({requestedEnter:e,onExited:f,registerTransition:d,hasExited:h}),[f,e,d,h]),hasExited:h}}const i1=i.createContext(null);process.env.NODE_ENV!=="production"&&(i1.displayName="PopupContext");function X8(e){const{open:t}=e;return Fi({root:["root",t&&"open"]},ui(q8))}function J8(e){return typeof e=="function"?e():e}const ra=i.forwardRef(function(t,r){const{anchor:n,children:a,container:o,disablePortal:l=!1,keepMounted:c=!1,middleware:f,offset:d=0,open:h=!1,placement:m="bottom",slotProps:p={},slots:g={},strategy:v="absolute",...b}=t,{refs:E,elements:D,floatingStyles:$,update:y,placement:x}=a1({elements:{reference:J8(n)},open:h,middleware:f??[Xr(d??0),ta(),Yo()],placement:m,strategy:v,whileElementsMounted:c?void 0:Jn}),I=Ze(E.setFloating,r);dt(()=>{if(c&&h&&D.reference&&D.floating)return Jn(D.reference,D.floating,y)},[c,h,D,y]);const Z={...t,disablePortal:l,keepMounted:c,offset:Xr,open:h,placement:m,finalPlacement:x,strategy:v},{contextValue:L,hasExited:O}=Y8(h),V=c&&O?"hidden":void 0,N=X8(Z),w=g?.root??"div",T=Hr({elementType:w,externalSlotProps:p.root,externalForwardedProps:b,ownerState:Z,className:N.root,additionalProps:{ref:I,role:"tooltip",style:{...$,visibility:V}}}),R=i.useMemo(()=>({placement:x}),[x]);return c||!O?s.jsx(Jr,{disablePortal:l,container:o,children:s.jsx(i1.Provider,{value:R,children:s.jsx(l1.Provider,{value:L,children:s.jsx(w,{...T,children:a})})})}):null});process.env.NODE_ENV!=="production"&&(ra.propTypes={anchor:te.oneOfType([Ln,te.object,te.func]),children:te.oneOfType([te.node,te.func]),container:te.oneOfType([Ln,te.func]),disablePortal:te.bool,keepMounted:te.bool,middleware:te.arrayOf(te.oneOfType([te.oneOf([!1]),te.shape({fn:te.func.isRequired,name:te.string.isRequired,options:te.any})])),offset:te.oneOfType([te.func,te.number,te.shape({alignmentAxis:te.number,crossAxis:te.number,mainAxis:te.number})]),open:te.bool,placement:te.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:te.shape({root:te.oneOfType([te.func,te.object])}),slots:te.shape({root:te.elementType}),strategy:te.oneOf(["absolute","fixed"])});function Q8(e={}){const{disabled:t=!1,focusableWhenDisabled:r,rootRef:n}=e,a=i.useContext(jr);if(a===null)throw new Error("useMenuButton: no menu context available.");const{state:o,dispatch:l,registerTrigger:c,popupId:f}=a,{getRootProps:d,rootRef:h,active:m}=xr({disabled:t,focusableWhenDisabled:r,rootRef:n}),p=Ze(h,c),g=D=>$=>{D.onClick?.($),!$.defaultMuiPrevented&&l({type:ut.toggle,event:$})},v=D=>$=>{D.onKeyDown?.($),!$.defaultMuiPrevented&&($.key==="ArrowDown"||$.key==="ArrowUp")&&($.preventDefault(),l({type:ut.open,event:$}))},b=(D={})=>({onClick:g(D),onKeyDown:v(D)});return{active:m,getRootProps:(D={})=>{const $=Le(D),y=Ct(b,d);return{"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":f,...D,...$,...y($),tabIndex:0,ref:p}},open:o.open,rootRef:p}}function em(e){return`menu-item-${e.size}`}const tm={dispatch:()=>{}};function rm(e){const{disabled:t=!1,id:r,rootRef:n,label:a,disableFocusOnHover:o=!1}=e,l=Xt(r),c=i.useRef(null),f=i.useMemo(()=>({disabled:t,id:l??"",label:a,ref:c}),[t,l,a]),{dispatch:d}=i.useContext(jr)??tm,{getRootProps:h,highlighted:m}=Oo({item:l,handlePointerOverEvents:!o}),{index:p,totalItemCount:g}=Wr(l??em,f),{getRootProps:v,focusVisible:b,rootRef:E}=xr({disabled:t,focusableWhenDisabled:!0}),D=Ze(E,n,c);i.useDebugValue({id:l,highlighted:m,disabled:t,label:a});const $=I=>Z=>{I.onClick?.(Z),!Z.defaultMuiPrevented&&d({type:ut.close,event:Z})},y=(I={})=>({...I,onClick:$(I)});function x(I={}){const Z=Le(I),L=Ct(y,Ct(v,h));return{...I,...Z,...L(Z),id:l,ref:D,role:"menuitem"}}return l===void 0?{getRootProps:x,disabled:!1,focusVisible:b,highlighted:!1,index:-1,totalItemCount:0,rootRef:D}:{getRootProps:x,disabled:t,focusVisible:b,highlighted:m,index:p,totalItemCount:g,rootRef:D}}function nm(e){const t=Yt(e);return t.body===e?Er(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function Qr(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function s1(e){return parseInt(Er(e).getComputedStyle(e).paddingRight,10)||0}function am(e){const r=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),n=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return r||n}function u1(e,t,r,n,a){const o=[t,r,...n];[].forEach.call(e.children,l=>{const c=!o.includes(l),f=!am(l);c&&f&&Qr(l,a)})}function Xo(e,t){let r=-1;return e.some((n,a)=>t(n)?(r=a,!0):!1),r}function om(e,t){const r=[],n=e.container;if(!t.disableScrollLock){if(nm(n)){const l=fh(Er(n));r.push({value:n.style.paddingRight,property:"padding-right",el:n}),n.style.paddingRight=`${s1(n)+l}px`;const c=Yt(n).querySelectorAll(".mui-fixed");[].forEach.call(c,f=>{r.push({value:f.style.paddingRight,property:"padding-right",el:f}),f.style.paddingRight=`${s1(f)+l}px`})}let o;if(n.parentNode instanceof DocumentFragment)o=Yt(n).body;else{const l=n.parentElement,c=Er(n);o=l?.nodeName==="HTML"&&c.getComputedStyle(l).overflowY==="scroll"?l:n}r.push({value:o.style.overflow,property:"overflow",el:o},{value:o.style.overflowX,property:"overflow-x",el:o},{value:o.style.overflowY,property:"overflow-y",el:o}),o.style.overflow="hidden"}return()=>{r.forEach(({value:o,el:l,property:c})=>{o?l.style.setProperty(c,o):l.style.removeProperty(c)})}}function lm(e){const t=[];return[].forEach.call(e.children,r=>{r.getAttribute("aria-hidden")==="true"&&t.push(r)}),t}class im{constructor(){this.modals=[],this.containers=[]}add(t,r){let n=this.modals.indexOf(t);if(n!==-1)return n;n=this.modals.length,this.modals.push(t),t.modalRef&&Qr(t.modalRef,!1);const a=lm(r);u1(r,t.mount,t.modalRef,a,!0);const o=Xo(this.containers,l=>l.container===r);return o!==-1?(this.containers[o].modals.push(t),n):(this.containers.push({modals:[t],container:r,restore:null,hiddenSiblings:a}),n)}mount(t,r){const n=Xo(this.containers,o=>o.modals.includes(t)),a=this.containers[n];a.restore||(a.restore=om(a,r))}remove(t,r=!0){const n=this.modals.indexOf(t);if(n===-1)return n;const a=Xo(this.containers,l=>l.modals.includes(t)),o=this.containers[a];if(o.modals.splice(o.modals.indexOf(t),1),this.modals.splice(n,1),o.modals.length===0)o.restore&&o.restore(),t.modalRef&&Qr(t.modalRef,r),u1(o.container,t.mount,t.modalRef,o.hiddenSiblings,!1),this.containers.splice(a,1);else{const l=o.modals[o.modals.length-1];l.modalRef&&Qr(l.modalRef,!1)}return n}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function sm(e){return typeof e=="function"?e():e}function um(e){return e?e.props.hasOwnProperty("in"):!1}const cm=new im;function dm(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:n=!1,manager:a=cm,closeAfterTransition:o=!1,onTransitionEnter:l,onTransitionExited:c,children:f,onClose:d,open:h,rootRef:m}=e,p=i.useRef({}),g=i.useRef(null),v=i.useRef(null),b=Ze(v,m),[E,D]=i.useState(!h),$=um(f);let y=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(y=!1);const x=()=>Yt(g.current),I=()=>(p.current.modalRef=v.current,p.current.mount=g.current,p.current),Z=()=>{a.mount(I(),{disableScrollLock:n}),v.current&&(v.current.scrollTop=0)},L=Cr(()=>{const P=sm(t)||x().body;a.add(I(),P),v.current&&Z()}),O=i.useCallback(()=>a.isTopModal(I()),[a]),V=Cr(P=>{g.current=P,P&&(h&&O()?Z():v.current&&Qr(v.current,y))}),N=i.useCallback(()=>{a.remove(I(),y)},[y,a]);i.useEffect(()=>()=>{N()},[N]),i.useEffect(()=>{h?L():(!$||!o)&&N()},[h,N,$,o,L]);const w=P=>k=>{P.onKeyDown?.(k),!(k.key!=="Escape"||k.which===229||!O())&&(r||(k.stopPropagation(),d&&d(k,"escapeKeyDown")))},T=P=>k=>{P.onClick?.(k),k.target===k.currentTarget&&d&&d(k,"backdropClick")};return{getRootProps:(P={})=>{const k=Le(e);delete k.onTransitionEnter,delete k.onTransitionExited;const M={...k,...P};return{role:"presentation",...M,onKeyDown:w(M),ref:b}},getBackdropProps:(P={})=>{const k=P;return{"aria-hidden":!0,...k,onClick:T(k),open:h}},getTransitionProps:()=>{const P=()=>{D(!1),l&&l()},k=()=>{D(!0),c&&c(),o&&N()};return{onEnter:Pi(P,f?.props.onEnter),onExited:Pi(k,f?.props.onExited)}},rootRef:b,portalRef:V,isTopModal:O,exited:E,hasTransition:$}}const c1="Modal";function fm(e){return No(c1,e)}ki(c1,["root","hidden","backdrop"]);const hm=e=>{const{open:t,exited:r}=e;return Fi({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},ui(fm))},d1=i.forwardRef(function(t,r){const{children:n,closeAfterTransition:a=!1,container:o,disableAutoFocus:l=!1,disableEnforceFocus:c=!1,disableEscapeKeyDown:f=!1,disablePortal:d=!1,disableRestoreFocus:h=!1,disableScrollLock:m=!1,hideBackdrop:p=!1,keepMounted:g=!1,onBackdropClick:v,onClose:b,onKeyDown:E,open:D,onTransitionEnter:$,onTransitionExited:y,slotProps:x={},slots:I={},...Z}=t,L={...t,closeAfterTransition:a,disableAutoFocus:l,disableEnforceFocus:c,disableEscapeKeyDown:f,disablePortal:d,disableRestoreFocus:h,disableScrollLock:m,hideBackdrop:p,keepMounted:g},{getRootProps:O,getBackdropProps:V,getTransitionProps:N,portalRef:w,isTopModal:T,exited:R,hasTransition:A}=dm({...L,rootRef:r}),H={...L,exited:R,hasTransition:A},P=hm(H),k={};if(n.props.tabIndex===void 0&&(k.tabIndex="-1"),A){const{onEnter:j,onExited:K}=N();k.onEnter=j,k.onExited=K}const M=I.root??"div",_=Hr({elementType:M,externalSlotProps:x.root,externalForwardedProps:Z,getSlotProps:O,className:P.root,ownerState:H}),S=I.backdrop,B=Hr({elementType:S,externalSlotProps:x.backdrop,getSlotProps:j=>V({...j,onClick:K=>{v&&v(K),j?.onClick&&j.onClick(K)}}),className:P.backdrop,ownerState:H});return!g&&!D&&(!A||R)?null:s.jsx(Jr,{ref:w,container:o,disablePortal:d,children:s.jsxs(M,{..._,children:[!p&&S?s.jsx(S,{...B}):null,s.jsx(_n,{disableEnforceFocus:c,disableAutoFocus:l,disableRestoreFocus:h,isEnabled:T,open:D,children:i.cloneElement(n,k)})]})})});process.env.NODE_ENV!=="production"&&(d1.propTypes={children:Fo.isRequired,closeAfterTransition:te.bool,container:te.oneOfType([Ln,te.func]),disableAutoFocus:te.bool,disableEnforceFocus:te.bool,disableEscapeKeyDown:te.bool,disablePortal:te.bool,disableRestoreFocus:te.bool,disableScrollLock:te.bool,hideBackdrop:te.bool,keepMounted:te.bool,onBackdropClick:te.func,onClose:te.func,onTransitionEnter:te.func,onTransitionExited:te.func,open:te.bool.isRequired,slotProps:te.shape({backdrop:te.oneOfType([te.func,te.object]),root:te.oneOfType([te.func,te.object])}),slots:te.shape({backdrop:te.elementType,root:te.elementType})});function mm(e){const{value:t,label:r,disabled:n,rootRef:a,id:o}=e,{getRootProps:l,highlighted:c,selected:f}=Oo({item:t}),{getRootProps:d,rootRef:h}=xr({disabled:n,focusableWhenDisabled:!0}),m=Xt(o),p=i.useRef(null),g=i.useMemo(()=>({disabled:n,label:r,value:t,ref:p,id:m}),[n,r,t,m]),{index:v}=Wr(t,g),b=Ze(a,p,h),E=$=>y=>{$.onKeyDown?.(y),!y.defaultMuiPrevented&&[" ","Enter"].includes(y.key)&&(y.defaultMuiPrevented=!0)},D=($={})=>({onKeyDown:E($)});return{getRootProps:($={})=>{const y=Le($),x=Ct(l,Ct(d,D));return{...$,...y,...x(y),id:m,ref:b,role:"option","aria-selected":f}},highlighted:c,index:v,selected:f,rootRef:b}}const na={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},pm=e=>{const{label:t,value:r}=e;return typeof t=="string"?t:typeof r=="string"?r:String(e)};function gm(e,t){const{open:r}=e,{context:{selectionMode:n}}=t;if(t.type===na.buttonClick){const o=e.selectedValues[0]??Oe(null,"start",t.context);return{...e,open:!r,highlightedValue:r?null:o}}if(t.type===na.browserAutoFill)return Vo(t.item,e,t.context);const a=Hn(e,t);switch(t.type){case we.keyDown:if(e.open){if(t.event.key==="Escape")return{...a,open:!1}}else{if(t.event.key==="ArrowDown")return{...e,open:!0,highlightedValue:e.selectedValues[0]??Oe(null,"start",t.context)};if(t.event.key==="ArrowUp")return{...e,open:!0,highlightedValue:e.selectedValues[0]??Oe(null,"end",t.context)}}break;case we.itemClick:if(n==="single")return{...a,open:!1};break;case we.blur:return{...a,open:!1};default:return a}return a}function vm(e){return Array.isArray(e)?e.length===0?"":JSON.stringify(e.map(t=>t.value)):e?.value==null?"":typeof e.value=="string"||typeof e.value=="number"?e.value:JSON.stringify(e.value)}function bm(e){const{areOptionsEqual:t,buttonRef:r,defaultOpen:n=!1,defaultValue:a,disabled:o=!1,listboxId:l,listboxRef:c,multiple:f=!1,name:d,required:h,onChange:m,onHighlightChange:p,onOpenChange:g,open:v,options:b,getOptionAsString:E=pm,getSerializedValue:D=vm,value:$,componentName:y="useSelect"}=e,x=i.useRef(null),I=Ze(r,x),Z=i.useRef(null),L=Xt(l);let O;$===void 0&&a===void 0?O=[]:a!==void 0&&(f?O=a:O=a==null?[]:[a]);const V=i.useMemo(()=>{if($!==void 0)return f?$:$==null?[]:[$]},[$,f]),{subitems:N,contextValue:w}=zr(),T=i.useMemo(()=>b!=null?new Map(b.map((se,fe)=>[se.value,{value:se.value,label:se.label,disabled:se.disabled,ref:i.createRef(),id:`${L}_${fe}`}])):N,[b,N,L]),R=Ze(c,Z),{getRootProps:A,active:H,focusVisible:P,rootRef:k}=xr({disabled:o,rootRef:I}),M=i.useMemo(()=>Array.from(T.keys()),[T]),_=i.useCallback(se=>{if(t!==void 0){const fe=M.find(ke=>t(ke,se));return T.get(fe)}return T.get(se)},[T,t,M]),S=i.useCallback(se=>_(se)?.disabled??!1,[_]),B=i.useCallback(se=>{const fe=_(se);return fe?E(fe):""},[_,E]),j=i.useMemo(()=>({selectedValues:V,open:v}),[V,v]),K=i.useCallback(se=>T.get(se)?.id,[T]),Q=i.useCallback((se,fe)=>{f?m?.(se,fe):m?.(se,fe[0]??null)},[f,m]),W=i.useCallback((se,fe)=>{p?.(se,fe??null)},[p]),q=i.useCallback((se,fe,ke)=>{fe==="open"&&(g?.(ke),ke===!1&&se?.type!=="blur"&&x.current?.focus())},[g]),ee=i.useCallback(se=>se==null?null:N.get(se)?.ref.current??null,[N]),J={getInitialState:()=>({highlightedValue:null,selectedValues:O??[],open:n}),getItemId:K,controlledProps:j,focusManagement:"DOM",getItemDomElement:ee,itemComparer:t,isItemDisabled:S,rootRef:R,onChange:Q,onHighlightChange:W,onStateChange:q,reducerActionContext:i.useMemo(()=>({multiple:f}),[f]),items:M,getItemAsString:B,selectionMode:f?"multiple":"single",stateReducer:gm,componentName:y},{dispatch:re,getRootProps:Y,contextValue:ue,state:{open:U,highlightedValue:ne,selectedValues:ie},rootRef:ce}=Zo(J),ae=i.useRef(U);dt(()=>{if(U&&ne!==null){const se=_(ne)?.ref;if(!Z.current||!se?.current)return;ae.current||se.current.focus({preventScroll:!0});const fe=Z.current.getBoundingClientRect(),ke=se.current.getBoundingClientRect();ke.top<fe.top?Z.current.scrollTop-=fe.top-ke.top:ke.bottom>fe.bottom&&(Z.current.scrollTop+=ke.bottom-fe.bottom)}},[U,ne,_]);const le=i.useCallback(se=>_(se),[_]),de=se=>fe=>{if(se?.onClick?.(fe),!fe.defaultMuiPrevented){const ke={type:na.buttonClick,event:fe};re(ke)}},pe=se=>fe=>{se.onKeyDown?.(fe),!fe.defaultMuiPrevented&&(fe.key==="ArrowDown"||fe.key==="ArrowUp")&&(fe.preventDefault(),re({type:we.keyDown,key:fe.key,event:fe}))},$e=(se={})=>({onClick:de(se),onKeyDown:pe(se)}),We=(se={})=>({...se,...$e(se),role:"combobox","aria-expanded":U,"aria-controls":L}),He=(se={})=>{const fe=Le(se),ke=Ct(We,A);return{...se,...ke(fe)}},Ne=se=>fe=>{se.onBlur?.(fe),!fe.defaultMuiPrevented&&(Z.current?.contains(fe.relatedTarget)||fe.relatedTarget===x.current)&&(fe.defaultMuiPrevented=!0)},Qe=(se={})=>({onBlur:Ne(se)}),Ae=(se={})=>{const fe=Le(se),ke=Ct(Qe,Y);return{id:L,role:"listbox","aria-multiselectable":f?"true":void 0,...se,...ke(fe)}};i.useDebugValue({selectedOptions:ie,highlightedOption:ne,open:U});const Ce=i.useMemo(()=>({...ue,...w}),[ue,w]);let Ue;e.multiple?Ue=ie:Ue=ie.length>0?ie[0]:null;let Ge;f?Ge=Ue.map(se=>le(se)).filter(se=>se!==void 0):Ge=le(Ue)??null;const Se=se=>fe=>{if(se?.onChange?.(fe),fe.defaultMuiPrevented)return;const ke=T.get(fe.target.value);fe.target.value===""?re({type:we.clearSelection}):ke!==void 0&&re({type:na.browserAutoFill,item:ke.value,event:fe})};return{buttonActive:H,buttonFocusVisible:P,buttonRef:k,contextValue:Ce,disabled:o,dispatch:re,getButtonProps:He,getHiddenInputProps:(se={})=>{const fe=Le(se);return{name:d,tabIndex:-1,"aria-hidden":!0,required:h?!0:void 0,value:D(Ge),style:mh,...se,onChange:Se(fe)}},getListboxProps:Ae,getOptionMetadata:le,listboxRef:ce,open:U,options:M,value:Ue,highlightedOption:ne}}function wm(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:l,totalSubitemCount:c}=t,f=i.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),d=i.useMemo(()=>({getItemIndex:a,registerItem:l,totalSubitemCount:c}),[l,a,c]);return s.jsx(Jt.Provider,{value:d,children:s.jsx(Kr.Provider,{value:f,children:r})})}function Jo(e){const{checked:t,defaultChecked:r,disabled:n,onBlur:a,onChange:o,onFocus:l,onFocusVisible:c,readOnly:f,required:d}=e,[h,m]=Ur({controlled:t,default:!!r,name:"Switch",state:"checked"}),p=x=>I=>{I.nativeEvent.defaultPrevented||(m(I.target.checked),o?.(I),x.onChange?.(I))},[g,v]=i.useState(!1);n&&g&&v(!1);const b=i.useRef(null),E=x=>I=>{b.current||(b.current=I.currentTarget),Rn(I.target)&&(v(!0),c?.(I)),l?.(I),x.onFocus?.(I)},D=x=>I=>{Rn(I.target)||v(!1),a?.(I),x.onBlur?.(I)},$=Ze(b);return{checked:h,disabled:!!n,focusVisible:g,getInputProps:(x={})=>({checked:t,defaultChecked:r,disabled:n,readOnly:f,ref:$,required:d,type:"checkbox",role:"switch","aria-checked":t,...x,onChange:p(x),onFocus:E(x),onBlur:D(x)}),inputRef:$,readOnly:!!f}}function ym(e){const{value:t,defaultValue:r,onChange:n,orientation:a="horizontal",direction:o="ltr",selectionFollowsFocus:l=!1}=e,[c,f]=Ur({controlled:t,default:r,name:"Tabs",state:"value"}),d=i.useCallback((E,D)=>{f(D),n?.(E,D)},[n,f]),{subitems:h,contextValue:m}=zr(),p=i.useRef(()=>{}),g=i.useCallback(E=>h.get(E)?.id,[h]),v=i.useCallback(E=>p.current(E),[]),b=i.useCallback(E=>{p.current=E},[]);return{contextValue:{direction:o,getTabId:v,getTabPanelId:g,onSelected:d,orientation:a,registerTabIdLookup:b,selectionFollowsFocus:l,value:c,...m}}}const Qo=i.createContext(null);process.env.NODE_ENV!=="production"&&(Qo.displayName="TabsContext");function el(){const e=i.useContext(Qo);if(e==null)throw new Error("No TabsContext provided");return e}function Em(e){const{value:t,children:r}=e,{direction:n,getItemIndex:a,onSelected:o,orientation:l,registerItem:c,registerTabIdLookup:f,selectionFollowsFocus:d,totalSubitemCount:h,value:m,getTabId:p,getTabPanelId:g}=t,v=i.useMemo(()=>({getItemIndex:a,registerItem:c,totalSubitemCount:h}),[c,a,h]),b=i.useMemo(()=>({direction:n,getTabId:p,getTabPanelId:g,onSelected:o,orientation:l,registerTabIdLookup:f,selectionFollowsFocus:d,value:m}),[n,p,g,o,l,f,d,m]);return s.jsx(Jt.Provider,{value:v,children:s.jsx(Qo.Provider,{value:b,children:r})})}function Cm(e){return e.size}function xm(e){const{value:t,id:r,rootRef:n}=e,a=el();if(a===null)throw new Error("No TabContext provided");const{value:o,getTabId:l}=a,c=Xt(r),f=i.useRef(null),d=Ze(f,n),h=i.useMemo(()=>({id:c,ref:f}),[c]),{id:m}=Wr(t??Cm,h),p=m!==o,g=m!==void 0?l(m):void 0;return{hidden:p,getRootProps:(b={})=>({"aria-labelledby":g??void 0,hidden:p,id:c??void 0,...b,ref:d}),rootRef:d}}const f1={valueChange:"valueChange"};function Dm(e,t){if(t.type===f1.valueChange)return{...e,highlightedValue:t.value};const r=Hn(e,t),{context:{selectionFollowsFocus:n}}=t;if(t.type===we.itemsChange){if(r.selectedValues.length>0)return{...r,highlightedValue:r.selectedValues[0]};Oe(null,"reset",t.context)}return n&&r.highlightedValue!=null?{...r,selectedValues:[r.highlightedValue]}:r}function $m(e){const{rootRef:t}=e,{direction:r="ltr",onSelected:n,orientation:a="horizontal",value:o,registerTabIdLookup:l,selectionFollowsFocus:c}=el(),{subitems:f,contextValue:d}=zr(),h=i.useCallback(N=>f.get(N)?.id,[f]);l(h);const m=i.useMemo(()=>Array.from(f.keys()),[f]),p=i.useCallback(N=>N==null?null:f.get(N)?.ref.current??null,[f]),g=r==="rtl";let v;a==="vertical"?v="vertical":v=g?"horizontal-rtl":"horizontal-ltr";const b=i.useCallback((N,w)=>{n(N,w[0]??null)},[n]),E=i.useMemo(()=>o===void 0?{}:o!=null?{selectedValues:[o]}:{selectedValues:[]},[o]),D=i.useCallback(N=>f.get(N)?.disabled??!1,[f]),{contextValue:$,dispatch:y,getRootProps:x,state:{highlightedValue:I,selectedValues:Z},rootRef:L}=Zo({controlledProps:E,disabledItemsFocusable:!c,focusManagement:"DOM",getItemDomElement:p,isItemDisabled:D,items:m,rootRef:t,onChange:b,orientation:v,reducerActionContext:i.useMemo(()=>({selectionFollowsFocus:c||!1}),[c]),selectionMode:"single",stateReducer:Dm});i.useEffect(()=>{o!==void 0&&o!=null&&y({type:f1.valueChange,value:o})},[y,o]);const O=(N={})=>({...N,...x(N),"aria-orientation":a==="vertical"?"vertical":void 0,role:"tablist"});return{contextValue:i.useMemo(()=>({...d,...$}),[d,$]),dispatch:y,getRootProps:O,highlightedValue:I,isRtl:g,orientation:a,rootRef:L,selectedValue:Z[0]??null}}function Sm(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:l,totalSubitemCount:c}=t,f=i.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),d=i.useMemo(()=>({getItemIndex:a,registerItem:l,totalSubitemCount:c}),[l,a,c]);return s.jsx(Jt.Provider,{value:d,children:s.jsx(Kr.Provider,{value:f,children:r})})}function Im(e){return e.size}function Pm(e){const{value:t,rootRef:r,disabled:n=!1,id:a}=e,o=i.useRef(null),l=Xt(a),{value:c,selectionFollowsFocus:f,getTabPanelId:d}=el(),h=i.useMemo(()=>({disabled:n,ref:o,id:l}),[n,o,l]),{id:m,index:p,totalItemCount:g}=Wr(t??Im,h),{getRootProps:v,highlighted:b,selected:E}=Oo({item:m}),{getRootProps:D,rootRef:$,active:y,focusVisible:x,setFocusVisible:I}=xr({disabled:n,focusableWhenDisabled:!f,type:"button"}),Z=Ze(o,r,$),L=m!==void 0?d(m):void 0;return{getRootProps:(V={})=>{const N=Le(V),w=Ct(v,D);return{...V,...w(N),role:"tab","aria-controls":L,"aria-selected":E,id:l,ref:Z}},active:y,focusVisible:x,highlighted:b,index:p,rootRef:Z,selected:E||m===c,setFocusVisible:I,totalTabsCount:g}}function aa(e){return parseInt(e,10)||0}const Am={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function Mm(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflowing}const h1=i.forwardRef(function(t,r){const{onChange:n,maxRows:a,minRows:o=1,style:l,value:c,...f}=t,{current:d}=i.useRef(c!=null),h=i.useRef(null),m=Ze(r,h),p=i.useRef(null),g=i.useRef(null),v=i.useCallback(()=>{const D=h.current,y=Er(D).getComputedStyle(D);if(y.width==="0px")return{outerHeightStyle:0,overflowing:!1};const x=g.current;x.style.width=y.width,x.value=D.value||t.placeholder||"x",x.value.slice(-1)===`
|
|
29
|
+
`&&(x.value+=" ");const I=y.boxSizing,Z=aa(y.paddingBottom)+aa(y.paddingTop),L=aa(y.borderBottomWidth)+aa(y.borderTopWidth),O=x.scrollHeight;x.value="x";const V=x.scrollHeight;let N=O;o&&(N=Math.max(Number(o)*V,N)),a&&(N=Math.min(Number(a)*V,N)),N=Math.max(N,V);const w=N+(I==="border-box"?Z+L:0),T=Math.abs(N-O)<=1;return{outerHeightStyle:w,overflowing:T}},[a,o,t.placeholder]),b=i.useCallback(()=>{const D=v();if(Mm(D))return;const $=D.outerHeightStyle,y=h.current;p.current!==$&&(p.current=$,y.style.height=`${$}px`),y.style.overflow=D.overflowing?"hidden":""},[v]);dt(()=>{const D=()=>{b()};let $;const y=()=>{cancelAnimationFrame($),$=requestAnimationFrame(()=>{D()})},x=ch(D),I=h.current,Z=Er(I);Z.addEventListener("resize",x);let L;return typeof ResizeObserver<"u"&&(L=new ResizeObserver(process.env.NODE_ENV==="test"?y:D),L.observe(I)),()=>{x.clear(),cancelAnimationFrame($),Z.removeEventListener("resize",x),L&&L.disconnect()}},[v,b]),dt(()=>{b()});const E=D=>{d||b(),n&&n(D)};return s.jsxs(i.Fragment,{children:[s.jsx("textarea",{value:c,onChange:E,ref:m,rows:o,style:l,...f}),s.jsx("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:g,tabIndex:-1,style:{...Am.shadow,...l,paddingTop:0,paddingBottom:0}})]})});process.env.NODE_ENV!=="production"&&(h1.propTypes={className:te.string,maxRows:te.oneOfType([te.number,te.string]),minRows:te.oneOfType([te.number,te.string]),onChange:te.func,placeholder:te.string,style:te.object,value:te.oneOfType([te.arrayOf(te.string),te.number,te.string])});function m1(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function Fm(e={}){const{ignoreAccents:t=!0,ignoreCase:r=!0,limit:n,matchFrom:a="any",stringify:o,trim:l=!1}=e;return(c,{inputValue:f,getOptionLabel:d})=>{let h=l?f.trim():f;r&&(h=h.toLowerCase()),t&&(h=m1(h));const m=h?c.filter(p=>{let g=(o||d)(p);return r&&(g=g.toLowerCase()),t&&(g=m1(g)),a==="start"?g.startsWith(h):g.includes(h)}):c;return typeof n=="number"?m.slice(0,n):m}}const Tm=Fm(),p1=5,Nm=e=>e.current!==null&&e.current.parentElement?.contains(document.activeElement),km=[];function Bm(e){const{unstable_isActiveElementInListbox:t=Nm,unstable_classNamePrefix:r="Mui",autoComplete:n=!1,autoHighlight:a=!1,autoSelect:o=!1,blurOnSelect:l=!1,clearOnBlur:c=!e.freeSolo,clearOnEscape:f=!1,componentName:d="useAutocomplete",defaultValue:h=e.multiple?km:null,disableClearable:m=!1,disableCloseOnSelect:p=!1,disabled:g,disabledItemsFocusable:v=!1,disableListWrap:b=!1,filterOptions:E=Tm,filterSelectedOptions:D=!1,freeSolo:$=!1,getOptionDisabled:y,getOptionKey:x,getOptionLabel:I=G=>G.label??G,groupBy:Z,handleHomeEndKeys:L=!e.freeSolo,id:O,includeInputInList:V=!1,inputValue:N,isOptionEqualToValue:w=(G,z)=>G===z,multiple:T=!1,onChange:R,onClose:A,onHighlightChange:H,onInputChange:P,onOpen:k,open:M,openOnFocus:_=!1,options:S,readOnly:B=!1,selectOnFocus:j=!e.freeSolo,value:K}=e,Q=Xt(O);let W=I;W=G=>{const z=I(G);if(typeof z!="string"){if(process.env.NODE_ENV!=="production"){const oe=z===void 0?"undefined":`${typeof z} (${z})`;console.error(`MUI: The \`getOptionLabel\` method of ${d} returned ${oe} instead of a string for ${JSON.stringify(G)}.`)}return String(z)}return z};const q=i.useRef(!1),ee=i.useRef(!0),J=i.useRef(null),re=i.useRef(null),[Y,ue]=i.useState(null),[U,ne]=i.useState(-1),ie=a?0:-1,ce=i.useRef(ie),[ae,le]=Ur({controlled:K,default:h,name:d}),[de,pe]=Ur({controlled:N,default:"",name:d,state:"inputValue"}),[$e,We]=i.useState(!1),He=i.useCallback((G,z,oe)=>{if(!(T?ae.length<z.length:z!==null)&&!c)return;let me;if(T)me="";else if(z==null)me="";else{const Ee=W(z);me=typeof Ee=="string"?Ee:""}de!==me&&(pe(me),P&&P(G,me,oe))},[W,de,T,P,pe,c,ae]),[Ne,Qe]=Ur({controlled:M,default:!1,name:d,state:"open"}),[Ae,Ce]=i.useState(!0),Ue=!T&&ae!=null&&de===W(ae),Ge=Ne&&!B,Se=Ge?E(S.filter(G=>!(D&&(T?ae:[ae]).some(z=>z!==null&&w(G,z)))),{inputValue:Ue&&Ae?"":de,getOptionLabel:W}):[],Et=hh({filteredOptions:Se,value:ae,inputValue:de});i.useEffect(()=>{const G=ae!==Et.value;$e&&!G||$&&!G||He(null,ae,"reset")},[ae,He,$e,Et.value,$]);const se=Ne&&Se.length>0&&!B;if(process.env.NODE_ENV!=="production"&&ae!==null&&!$&&S.length>0){const G=(T?ae:[ae]).filter(z=>!S.some(oe=>w(oe,z)));G.length>0&&console.warn([`MUI: The value provided to ${d} is invalid.`,`None of the options match with \`${G.length>1?JSON.stringify(G):JSON.stringify(G[0])}\`.`,"You can use the `isOptionEqualToValue` prop to customize the equality test."].join(`
|
|
30
|
+
`))}const fe=Cr(G=>{G===-1?J.current.focus():Y.querySelector(`[data-tag-index="${G}"]`).focus()});i.useEffect(()=>{T&&U>ae.length-1&&(ne(-1),fe(-1))},[ae,T,U,fe]);function ke(G,z){if(!re.current||G<0||G>=Se.length)return-1;let oe=G;for(;;){const he=re.current.querySelector(`[data-option-index="${oe}"]`),me=v?!1:!he||he.disabled||he.getAttribute("aria-disabled")==="true";if(he&&he.hasAttribute("tabindex")&&!me)return oe;if(z==="next"?oe=(oe+1)%Se.length:oe=(oe-1+Se.length)%Se.length,oe===G)return-1}}const wr=Cr(({event:G,index:z,reason:oe="auto"})=>{if(ce.current=z,z===-1?J.current.removeAttribute("aria-activedescendant"):J.current.setAttribute("aria-activedescendant",`${Q}-option-${z}`),H&&H(G,z===-1?null:Se[z],oe),!re.current)return;const he=re.current.querySelector(`[role="option"].${r}-focused`);he&&(he.classList.remove(`${r}-focused`),he.classList.remove(`${r}-focusVisible`));let me=re.current;if(re.current.getAttribute("role")!=="listbox"&&(me=re.current.parentElement.querySelector('[role="listbox"]')),!me)return;if(z===-1){me.scrollTop=0;return}const Ee=re.current.querySelector(`[data-option-index="${z}"]`);if(Ee&&(Ee.classList.add(`${r}-focused`),oe==="keyboard"&&Ee.classList.add(`${r}-focusVisible`),me.scrollHeight>me.clientHeight&&oe!=="mouse"&&oe!=="touch")){const Ve=Ee,at=me.clientHeight+me.scrollTop,Eo=Ve.offsetTop+Ve.offsetHeight;Eo>at?me.scrollTop=Eo-me.clientHeight:Ve.offsetTop-Ve.offsetHeight*(Z?1.3:0)<me.scrollTop&&(me.scrollTop=Ve.offsetTop-Ve.offsetHeight*(Z?1.3:0))}}),Zt=Cr(({event:G,diff:z,direction:oe="next",reason:he="auto"})=>{if(!Ge)return;const Ee=ke((()=>{const Ve=Se.length-1;if(z==="reset")return ie;if(z==="start")return 0;if(z==="end")return Ve;const at=ce.current+z;return at<0?at===-1&&V?-1:b&&ce.current!==-1||Math.abs(z)>1?0:Ve:at>Ve?at===Ve+1&&V?-1:b||Math.abs(z)>1?Ve:0:at})(),oe);if(wr({index:Ee,reason:he,event:G}),n&&z!=="reset")if(Ee===-1)J.current.value=de;else{const Ve=W(Se[Ee]);J.current.value=Ve,Ve.toLowerCase().indexOf(de.toLowerCase())===0&&de.length>0&&J.current.setSelectionRange(de.length,Ve.length)}}),LP=()=>{const G=(z,oe)=>{const he=z?W(z):"",me=oe?W(oe):"";return he===me};if(ce.current!==-1&&Et.filteredOptions&&Et.filteredOptions.length!==Se.length&&Et.inputValue===de&&(T?ae.length===Et.value.length&&Et.value.every((z,oe)=>W(ae[oe])===W(z)):G(Et.value,ae))){const z=Et.filteredOptions[ce.current];if(z)return Se.findIndex(oe=>W(oe)===W(z))}return-1},ai=i.useCallback(()=>{if(!Ge)return;const G=LP();if(G!==-1){ce.current=G;return}const z=T?ae[0]:ae;if(Se.length===0||z==null){Zt({diff:"reset"});return}if(re.current){if(z!=null){const oe=Se[ce.current];if(T&&oe&&ae.findIndex(me=>w(oe,me))!==-1)return;const he=Se.findIndex(me=>w(me,z));he===-1?Zt({diff:"reset"}):wr({index:he});return}if(ce.current>=Se.length-1){wr({index:Se.length-1});return}wr({index:ce.current})}},[Se.length,T?!1:ae,D,Zt,wr,Ge,de,T]),RP=Cr(G=>{To(re,G),G&&ai()});process.env.NODE_ENV!=="production"&&i.useEffect(()=>{(!J.current||J.current.nodeName!=="INPUT")&&(J.current&&J.current.nodeName==="TEXTAREA"?console.warn([`A textarea element was provided to ${d} where input was expected.`,"This is not a supported scenario but it may work under certain conditions.","A textarea keyboard navigation may conflict with Autocomplete controls (for example enter and arrow keys).","Make sure to test keyboard navigation and add custom event handlers if necessary."].join(`
|
|
31
|
+
`)):console.error([`MUI: Unable to find the input element. It was resolved to ${J.current} while an HTMLInputElement was expected.`,`Instead, ${d} expects an input element.`,"",d==="useAutocomplete"?"Make sure you have bound getInputProps correctly and that the normal ref/effect resolutions order is guaranteed.":"Make sure you have customized the input component correctly."].join(`
|
|
32
|
+
`)))},[d]),i.useEffect(()=>{ai()},[ai]);const yr=G=>{Ne||(Qe(!0),Ce(!0),k&&k(G))},kn=(G,z)=>{Ne&&(Qe(!1),A&&A(G,z))},_r=(G,z,oe,he)=>{if(T){if(ae.length===z.length&&ae.every((me,Ee)=>me===z[Ee]))return}else if(ae===z)return;R&&R(G,z,oe,he),le(z)},yo=i.useRef(!1),Bn=(G,z,oe="selectOption",he="options")=>{let me=oe,Ee=z;if(T){if(Ee=Array.isArray(ae)?ae.slice():[],process.env.NODE_ENV!=="production"){const at=Ee.filter(Eo=>w(z,Eo));at.length>1&&console.error([`MUI: The \`isOptionEqualToValue\` method of ${d} does not handle the arguments correctly.`,`The component expects a single value to match a given option but found ${at.length} matches.`].join(`
|
|
33
|
+
`))}const Ve=Ee.findIndex(at=>w(z,at));Ve===-1?Ee.push(z):he!=="freeSolo"&&(Ee.splice(Ve,1),me="removeOption")}He(G,Ee,me),_r(G,Ee,me,{option:z}),!p&&(!G||!G.ctrlKey&&!G.metaKey)&&kn(G,me),(l===!0||l==="touch"&&yo.current||l==="mouse"&&!yo.current)&&J.current.blur()};function _P(G,z){if(G===-1)return-1;let oe=G;for(;;){if(z==="next"&&oe===ae.length||z==="previous"&&oe===-1)return-1;const he=Y.querySelector(`[data-tag-index="${oe}"]`);if(!he||!he.hasAttribute("tabindex")||he.disabled||he.getAttribute("aria-disabled")==="true")oe+=z==="next"?1:-1;else return oe}}const _6=(G,z)=>{if(!T)return;de===""&&kn(G,"toggleInput");let oe=U;U===-1?de===""&&z==="previous"&&(oe=ae.length-1):(oe+=z==="next"?1:-1,oe<0&&(oe=0),oe===ae.length&&(oe=-1)),oe=_P(oe,z),ne(oe),fe(oe)},H6=G=>{q.current=!0,pe(""),P&&P(G,"","clear"),_r(G,T?[]:null,"clear")},HP=G=>z=>{if(G.onKeyDown&&G.onKeyDown(z),!z.defaultMuiPrevented&&(U!==-1&&!["ArrowLeft","ArrowRight"].includes(z.key)&&(ne(-1),fe(-1)),z.which!==229))switch(z.key){case"Home":Ge&&L&&(z.preventDefault(),Zt({diff:"start",direction:"next",reason:"keyboard",event:z}));break;case"End":Ge&&L&&(z.preventDefault(),Zt({diff:"end",direction:"previous",reason:"keyboard",event:z}));break;case"PageUp":z.preventDefault(),Zt({diff:-p1,direction:"previous",reason:"keyboard",event:z}),yr(z);break;case"PageDown":z.preventDefault(),Zt({diff:p1,direction:"next",reason:"keyboard",event:z}),yr(z);break;case"ArrowDown":z.preventDefault(),Zt({diff:1,direction:"next",reason:"keyboard",event:z}),yr(z);break;case"ArrowUp":z.preventDefault(),Zt({diff:-1,direction:"previous",reason:"keyboard",event:z}),yr(z);break;case"ArrowLeft":_6(z,"previous");break;case"ArrowRight":_6(z,"next");break;case"Enter":if(ce.current!==-1&&Ge){const oe=Se[ce.current],he=y?y(oe):!1;if(z.preventDefault(),he)return;Bn(z,oe,"selectOption"),n&&J.current.setSelectionRange(J.current.value.length,J.current.value.length)}else $&&de!==""&&Ue===!1&&(T&&z.preventDefault(),Bn(z,de,"createOption","freeSolo"));break;case"Escape":Ge?(z.preventDefault(),z.stopPropagation(),kn(z,"escape")):f&&(de!==""||T&&ae.length>0)&&(z.preventDefault(),z.stopPropagation(),H6(z));break;case"Backspace":if(T&&!B&&de===""&&ae.length>0){const oe=U===-1?ae.length-1:U,he=ae.slice();he.splice(oe,1),_r(z,he,"removeOption",{option:ae[oe]})}break;case"Delete":if(T&&!B&&de===""&&ae.length>0&&U!==-1){const oe=U,he=ae.slice();he.splice(oe,1),_r(z,he,"removeOption",{option:ae[oe]})}break}},UP=G=>{We(!0),_&&!q.current&&yr(G)},U6=G=>{if(t(re)){J.current.focus();return}We(!1),ee.current=!0,q.current=!1,o&&ce.current!==-1&&Ge?Bn(G,Se[ce.current],"blur"):o&&$&&de!==""?Bn(G,de,"blur","freeSolo"):c&&He(G,ae,"blur"),kn(G,"blur")},jP=G=>{const z=G.target.value;de!==z&&(pe(z),Ce(!1),P&&P(G,z,"input")),z===""?!m&&!T&&_r(G,null,"clear"):yr(G)},KP=G=>{const z=Number(G.currentTarget.getAttribute("data-option-index"));ce.current!==z&&wr({event:G,index:z,reason:"mouse"})},zP=G=>{wr({event:G,index:Number(G.currentTarget.getAttribute("data-option-index")),reason:"touch"}),yo.current=!0},WP=G=>{const z=Number(G.currentTarget.getAttribute("data-option-index"));Bn(G,Se[z],"selectOption"),yo.current=!1},GP=G=>z=>{const oe=ae.slice();oe.splice(G,1),_r(z,oe,"removeOption",{option:ae[G]})},j6=G=>{Ne?kn(G,"toggleInput"):yr(G)},qP=G=>{G.currentTarget.contains(G.target)&&G.target.getAttribute("id")!==Q&&G.preventDefault()},YP=G=>{G.currentTarget.contains(G.target)&&(J.current.focus(),j&&ee.current&&J.current.selectionEnd-J.current.selectionStart===0&&J.current.select(),ee.current=!1)},XP=G=>{!g&&(de===""||!Ne)&&j6(G)};let oi=$&&de.length>0;oi=oi||(T?ae.length>0:ae!==null);let K6=Se;if(Z){const G=new Map;let z=!1;K6=Se.reduce((oe,he,me)=>{const Ee=Z(he);return oe.length>0&&oe[oe.length-1].group===Ee?oe[oe.length-1].options.push(he):(process.env.NODE_ENV!=="production"&&(G.get(Ee)&&!z&&(console.warn(`MUI: The options provided combined with the \`groupBy\` method of ${d} returns duplicated headers.`,"You can solve the issue by sorting the options with the output of `groupBy`."),z=!0),G.set(Ee,!0)),oe.push({key:me,index:me,group:Ee,options:[he]})),oe},[])}return g&&$e&&U6(),{getRootProps:(G={})=>({"aria-owns":se?`${Q}-listbox`:null,...G,onKeyDown:HP(G),onMouseDown:qP,onClick:YP}),getInputLabelProps:()=>({id:`${Q}-label`,htmlFor:Q}),getInputProps:()=>({id:Q,value:de,onBlur:U6,onFocus:UP,onChange:jP,onMouseDown:XP,"aria-activedescendant":Ge?"":null,"aria-autocomplete":n?"both":"list","aria-controls":se?`${Q}-listbox`:void 0,"aria-expanded":se,autoComplete:"off",ref:J,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:g}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:H6}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:j6}),getTagProps:({index:G})=>({key:G,"data-tag-index":G,tabIndex:-1,...!B&&{onDelete:GP(G)}}),getListboxProps:()=>({role:"listbox",id:`${Q}-listbox`,"aria-labelledby":`${Q}-label`,ref:RP,onMouseDown:G=>{G.preventDefault()}}),getOptionProps:({index:G,option:z})=>{const oe=(T?ae:[ae]).some(me=>me!=null&&w(z,me)),he=y?y(z):!1;return{key:x?.(z)??W(z),tabIndex:-1,role:"option",id:`${Q}-option-${G}`,onMouseMove:KP,onClick:WP,onTouchStart:zP,"data-option-index":G,"aria-disabled":he,"aria-selected":oe}},id:Q,inputValue:de,value:ae,dirty:oi,expanded:Ge&&Y,popupOpen:Ge,focused:$e||U!==-1,anchorEl:Y,setAnchorEl:ue,focusedTag:U,groupedOptions:K6}}var tl={exports:{}};/*!
|
|
34
34
|
Copyright (c) 2018 Jed Watson.
|
|
35
35
|
Licensed under the MIT License (MIT), see
|
|
36
36
|
http://jedwatson.github.io/classnames
|
|
37
|
-
*/var so;function d3(){return so||(so=1,(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var s="",i=0;i<arguments.length;i++){var d=arguments[i];d&&(s=a(s,o(d)))}return s}function o(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return r.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var i="";for(var d in s)t.call(s,d)&&s[d]&&(i=a(i,d));return i}function a(s,i){return i?s?s+" "+i:s+i:s}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Gr)),Gr.exports}var u3=d3();const U=n1(u3),f3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M0 .75A.75.75 0 0 1 .75 0h7a.75.75 0 0 1 0 1.5H7.5v11.25a3.25 3.25 0 0 1-6.5 0V1.5H.75A.75.75 0 0 1 0 .75Zm2.5 5v7a1.75 1.75 0 1 0 3.5 0v-7H2.5Zm0-1.5H6v-2.5H2.5v2.5ZM11.16.659A2.25 2.25 0 0 1 15 2.25v4.499a.75.75 0 0 1-1.5 0V5.5H12v1.25a.75.75 0 0 1-1.5 0v-4.5c0-.597.237-1.169.66-1.591ZM13.5 4V2.25a.75.75 0 1 0-1.5 0V4h1.5Zm-2.25 4.5a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h1.5a2.25 2.25 0 0 0 1.677-3.75A2.25 2.25 0 0 0 12.75 8.5h-1.5Zm1.5 3H12V10h.75a.75.75 0 0 1 0 1.5Zm-.75 3V13h.75a.75.75 0 0 1 0 1.5H12Z"})),h3=c.forwardRef(f3),y=c.forwardRef((e,t)=>{const{children:r,color:o,size:a,...s}=e,i={...a?{height:a,width:a}:{},...o?{fill:o}:{},ref:t,...s};return c.isValidElement(r)?c.cloneElement(r,i):null});y.displayName="Icon";const co=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(h3,{})}));co.displayName="AbTestIcon";const p3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M2.33 1.665A.75.75 0 0 1 3 1.25h10a.75.75 0 0 1 0 1.5H4.5l3.6 4.8c.2.267.2.633 0 .9l-3.6 4.8H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.6-1.2L6.563 8 2.4 2.45a.75.75 0 0 1-.07-.785Z"})),g3=c.forwardRef(p3),io=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(g3,{})}));io.displayName="AggregateIcon";const v3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M9 .25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75A6.75 6.75 0 0 0 9 .25Zm.75 6V1.804a5.25 5.25 0 0 1 4.447 4.446H9.75ZM7 2.25A6.75 6.75 0 1 0 13.75 9a.75.75 0 0 0-.75-.75H7.75V3A.75.75 0 0 0 7 2.25ZM4.084 4.635a5.25 5.25 0 0 1 2.166-.831V9c0 .414.336.75.75.75h5.197a5.249 5.249 0 0 1-8.909 2.962 5.25 5.25 0 0 1 .796-8.077Z"})),w3=c.forwardRef(v3),uo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(w3,{})}));uo.displayName="AnalyticsIcon";const m3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M4.25 9.25v6.25c0 .073.021.135.063.188a.29.29 0 0 0 .188.062h9c.072 0 .13-.02.171-.063a.256.256 0 0 0 .079-.187V9.25h-9.5Zm11-1.39a2.63 2.63 0 0 1 1.438.984c.375.49.563 1.041.563 1.656v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.198-.047-.385-.141-.563a1.132 1.132 0 0 0-.36-.437v6c0 .23-.046.453-.14.672a1.632 1.632 0 0 1-.375.578c-.167.156-.36.276-.578.36-.209.093-.427.14-.656.14h-9a1.72 1.72 0 0 1-.875-.234 1.756 1.756 0 0 1-.641-.625 1.75 1.75 0 0 1-.234-.891v-6c-.157.115-.282.26-.375.438a1.305 1.305 0 0 0-.125.562v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.625.187-1.177.562-1.656.375-.49.854-.818 1.438-.985.02-.875.213-1.708.578-2.5a6.226 6.226 0 0 1 1.547-2.046L3.89 1.937a.698.698 0 0 1-.14-.546.74.74 0 0 1 .312-.485.698.698 0 0 1 .547-.14c.208.03.375.13.5.296l1 1.391A6.204 6.204 0 0 1 9 1.75c1.021 0 1.985.234 2.891.703l1-1.39a.73.73 0 0 1 .485-.297.677.677 0 0 1 .562.125.74.74 0 0 1 .297.5c.042.198 0 .38-.125.546l-.984 1.375a6.043 6.043 0 0 1 1.53 2.047c.376.792.574 1.625.595 2.5Zm-3.53-3.75-.094-.063A4.61 4.61 0 0 0 9 3.25a4.616 4.616 0 0 0-2.719.86 4.591 4.591 0 0 0-1.438 1.593A4.702 4.702 0 0 0 4.25 7.75h9.5a4.702 4.702 0 0 0-.594-2.047 4.59 4.59 0 0 0-1.438-1.594ZM6 5.5c0-.208.074-.385.22-.531a.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Zm4.5 0a.72.72 0 0 1 .22-.531.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Z"})),b3=c.forwardRef(m3),fo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(b3,{})}));fo.displayName="AndroidIcon";const y3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M5.941.408a1.551 1.551 0 0 0-.466.065c-.15.046-.314.122-.457.246a.984.984 0 0 0-.333.578l-.817 4.795H1.5a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-2.367l-.817-4.795a.983.983 0 0 0-.333-.578 1.254 1.254 0 0 0-.457-.246 1.552 1.552 0 0 0-.933.013L9 1.356 6.408.485A1.534 1.534 0 0 0 5.94.408Zm6.671 5.684H5.39l.097-.57c.096.045.203.07.315.07h6.4a.747.747 0 0 0 .314-.069l.097.569Zm-.704-4.13.364 2.133a.76.76 0 0 0-.07-.003h-6.4a.758.758 0 0 0-.073.003l.364-2.133 2.67.896a.75.75 0 0 0 .476 0l2.67-.896ZM8.176 11.2a3.751 3.751 0 0 0-7.425.75 3.75 3.75 0 0 0 7.425.75h1.65a3.751 3.751 0 0 0 7.425-.75 3.75 3.75 0 0 0-7.425-.75h-1.65Zm-5.925.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm9 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"})),E3=c.forwardRef(y3),ho=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(E3,{})}));ho.displayName="AnonymizeIcon";const C3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M13.5 4.703a.867.867 0 0 0-.53-.265c-.188-.032-.38.026-.579.171-.187.136-.291.303-.312.5-.01.188.062.386.219.594.312.406.526.99.64 1.75a6.814 6.814 0 0 1-.03 2.344c-.168 1.02-.407 1.927-.72 2.719-.302.791-.65 1.422-1.047 1.89-.395.459-.807.724-1.234.797h-.11L8.502 14.5a1.557 1.557 0 0 0-1.594 0l-1.203.5h-.11c-.427-.062-.838-.328-1.234-.797-.396-.468-.75-1.099-1.062-1.89-.302-.792-.537-1.698-.703-2.72a8.62 8.62 0 0 1-.047-2.124c.083-.75.265-1.339.547-1.766.322-.479.724-.729 1.203-.75.541-.031 1.244.219 2.109.75.188.094.396.167.625.219.24.052.464.078.672.078h.203l.39-.406V2.797c.094-.24.09-.432-.015-.578C8.178 2.073 8.016 2 7.798 2c-.25 0-.448.073-.594.219-.135.135-.203.328-.203.578v1.61c-1.136-.699-2.162-.99-3.078-.876-.907.115-1.615.605-2.125 1.47-.386.582-.641 1.322-.766 2.218a9.754 9.754 0 0 0 .063 2.687c.312 1.865.833 3.375 1.562 4.532.76 1.229 1.677 1.916 2.75 2.062.25 0 .427-.01.531-.031a1.02 1.02 0 0 0 .47-.172l1.296-.594h.203l1.297.703c.198.063.349.105.453.125.167.042.313.063.438.063 1.072-.146 1.99-.834 2.75-2.063.729-1.156 1.25-2.666 1.562-4.53a10.02 10.02 0 0 0 0-2.954c-.167-.98-.469-1.76-.906-2.344Zm-2.905.203c.645-.093 1.312-.427 2-1 .583-.698.916-1.4 1-2.109.052-.25.052-.49 0-.719A1.137 1.137 0 0 0 13.298.5c-.146-.24-.334-.39-.563-.453a1.064 1.064 0 0 0-.734.047c-.646.094-1.313.427-2 1-.281.292-.516.62-.703.984a5.237 5.237 0 0 0-.391 1.125 1.75 1.75 0 0 0 0 .735c.052.229.151.416.297.562.198.208.432.354.703.438.27.073.5.062.688-.032ZM11 2.203c.302-.302.703-.505 1.203-.61-.104.5-.307.902-.61 1.204-.291.302-.687.505-1.187.61.094-.5.292-.902.594-1.204Z"})),I3=c.forwardRef(C3),po=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(I3,{})}));po.displayName="AppleIcon";const x3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.44l1.282-1.026a.75.75 0 1 1 .937 1.172L8.473 8.583a.747.747 0 0 1-.947-.002L5.032 6.586a.75.75 0 0 1 .938-1.172L7.25 6.44V1A.75.75 0 0 1 8 .25ZM.764 9.763A1.75 1.75 0 0 1 2 9.25h2.555a.75.75 0 0 1 .651.378 3.217 3.217 0 0 0 5.588 0 .75.75 0 0 1 .651-.378H14A1.75 1.75 0 0 1 15.75 11v3A1.75 1.75 0 0 1 14 15.75H2A1.75 1.75 0 0 1 .251 14v-3c0-.464.184-.91.513-1.237ZM2 10.75a.25.25 0 0 0-.25.25v3a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25h-2.144a4.717 4.717 0 0 1-7.712 0H2Z"})),S3=c.forwardRef(x3),go=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(S3,{})}));go.displayName="ArchiveAltIcon";const M3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M1.263 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v2a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v1.25h13.5V2.5a.25.25 0 0 0-.25-.25h-13ZM2.5 5.75a.75.75 0 0 1 .75.75v6a1.25 1.25 0 0 0 1.25 1.25h9a1.25 1.25 0 0 0 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6a2.75 2.75 0 0 1-2.75 2.75h-9a2.75 2.75 0 0 1-2.75-2.75v-6a.75.75 0 0 1 .75-.75Z"}),n.createElement("path",{d:"M8 5.75a1.75 1.75 0 1 0 0 3.5h2a1.75 1.75 0 0 0 0-3.5H8Zm-.176 1.573a.25.25 0 0 1 .177-.073h2a.25.25 0 0 1 0 .5H8a.25.25 0 0 1-.177-.427Z"})),A3=c.forwardRef(M3),vo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(A3,{})}));vo.displayName="ArchiveIcon";const N3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M5.531 1.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8 3.94 5.53 1.47Zm0 13.06a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06L8 12.06l-2.47 2.47Z"})),P3=c.forwardRef(N3),wo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(P3,{})}));wo.displayName="ArrowCollapseIcon";const Z3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M6.99 13.78a.75.75 0 0 0 1.062 0l4.32-4.32a.75.75 0 1 0-1.061-1.061l-3.04 3.04V2.69c0-.382-.336-.691-.75-.691s-.75.31-.75.691v8.747l-3.04-3.04a.75.75 0 0 0-1.06 1.061l4.32 4.32Z"})),T3=c.forwardRef(Z3),Kr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(T3,{})}));Kr.displayName="ArrowDownIcon";const F3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M5.532 5.03A.75.75 0 0 1 4.47 3.97l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06L8 2.56 5.53 5.03Zm0 5.94a.75.75 0 0 0-1.061 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-2.47 2.47-2.47-2.47Z"})),V3=c.forwardRef(F3),mo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(V3,{})}));mo.displayName="ArrowExpandIcon";const k3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M17.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm-6.78 3.97a.75.75 0 0 1 1.06 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 0 1 0-1.5h10.19l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),O3=c.forwardRef(k3),bo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(O3,{})}));bo.displayName="ArrowKeyboardNextIcon";const L3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M2.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm5.281 3.97a.75.75 0 0 1 0 1.06l-1.22 1.22h10.19a.75.75 0 0 1 0 1.5H6.312l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5A.748.748 0 0 1 3.751 8v-.004c0-.191.073-.382.22-.528l2.5-2.5a.75.75 0 0 1 1.06 0Z"})),H3=c.forwardRef(L3),yo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(H3,{})}));yo.displayName="ArrowKeyboardPreviousIcon";const B3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M15 2.248a.75.75 0 0 0 0-1.5H1a.75.75 0 1 0 0 1.5h14Zm-3.97 5.28a.75.75 0 0 1-1.06 0l-1.22-1.22v10.19a.75.75 0 1 1-1.5 0V6.308l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.748.748 0 0 1 .528-.22h.004c.191 0 .382.074.528.22l2.5 2.5a.75.75 0 0 1 0 1.06Z"})),_3=c.forwardRef(B3),Eo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(_3,{})}));Eo.displayName="ArrowKeyboardUpIcon";const D3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M1.74 7.47a.75.75 0 0 0 0 1.06l4.32 4.32a.75.75 0 1 0 1.06-1.06L4.082 8.75h8.747c.382 0 .692-.336.692-.75 0-.415-.31-.75-.692-.75H4.081l3.04-3.04a.75.75 0 0 0-1.06-1.06L1.74 7.47Z"})),$3=c.forwardRef(D3),zr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx($3,{})}));zr.displayName="ArrowLeftIcon";const R3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M13.3 8.53a.75.75 0 0 0 0-1.06L8.98 3.15a.75.75 0 0 0-1.06 1.06l3.039 3.04H2.212c-.382 0-.691.335-.691.75 0 .414.31.75.69.75h8.748l-3.04 3.04a.75.75 0 0 0 1.061 1.06l4.32-4.32Z"})),U3=c.forwardRef(R3),Co=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(U3,{})}));Co.displayName="ArrowRightIcon";const W3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.05 2.22a.75.75 0 0 0-1.06 0L2.67 6.54A.75.75 0 1 0 3.73 7.6l3.04-3.04v8.748c0 .382.336.691.75.691.415 0 .75-.31.75-.691V4.56l3.04 3.04a.75.75 0 1 0 1.06-1.061L8.05 2.22Z"})),j3=c.forwardRef(W3),Yr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(j3,{})}));Yr.displayName="ArrowUpIcon";const q3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),n.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),n.createElement("path",{d:"M6.5 3a.7.7 0 0 1 .7.7v2.1h2.1a.7.7 0 1 1 0 1.4H7.2v2.1a.7.7 0 1 1-1.4 0V7.2H3.7a.7.7 0 1 1 0-1.4h2.1V3.7a.7.7 0 0 1 .7-.7Z"})))),G3=c.forwardRef(q3),Io=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(G3,{})}));Io.displayName="AttributeSlotIcon";const K3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M7.47.97a.748.748 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-.22-.22v10.44h4.44l-.22-.22a.75.75 0 1 1 1.06-1.06l1.5 1.5a.748.748 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H8.75v1.25a.75.75 0 0 1-1.5 0v-1.25H2.811l.22.22a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.748.748 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 1.06l-.22.22h4.44V3.31l-.22.22a.75.75 0 0 1-1.06-1.06l1.5-1.5Z"})),z3=c.forwardRef(K3),xo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(z3,{})}));xo.displayName="AxisIcon";const Y3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M1 .75A.75.75 0 0 1 1.75 0h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 1 .75Zm2.78 2.47a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 1 0 1.06 1.06l.22-.22V12H.75a.75.75 0 0 0 0 1.5H2.5v1.75a.75.75 0 0 0 1.5 0V13.5h6.44l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H4V5.56l.22.22a.75.75 0 0 0 1.06-1.06l-1.5-1.5ZM16 11.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Z"})),X3=c.forwardRef(Y3),So=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(X3,{})}));So.displayName="AxisLimtIcon";const J3=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M8 .75A1.25 1.25 0 0 0 6.75 2v11.75h-.5V8A1.25 1.25 0 0 0 5 6.75H3A1.25 1.25 0 0 0 1.75 8v5.75H1.5a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-.25V5A1.25 1.25 0 0 0 15 3.75h-2A1.25 1.25 0 0 0 11.75 5v8.75h-.5V2A1.25 1.25 0 0 0 10 .75H8Zm1.75 13h-1.5V2.25h1.5v11.5Zm3.5 0v-8.5h1.5v8.5h-1.5Zm-10 0v-5.5h1.5v5.5h-1.5Z"})),Q3=c.forwardRef(J3),Mo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Q3,{})}));Mo.displayName="BarChartIcon";const eu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.5 7.797a.832.832 0 0 0-.562.219.754.754 0 0 0-.234.578v1a.85.85 0 0 0 .219.578.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.219.146-.145.219-.343.219-.593v-1c-.053-.25-.152-.443-.297-.578a.656.656 0 0 0-.5-.22Zm1-3c-.322 0-.624.083-.906.25-.27.156-.49.375-.656.656a1.75 1.75 0 0 0-.234.89c0 .22.073.412.219.579a.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.218.146-.146.219-.344.219-.594 0-.042.02-.084.062-.125a.194.194 0 0 1 .14-.063.782.782 0 0 0 .548-.218.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.547-.22Zm3 0h-1a.832.832 0 0 0-.562.219c-.156.145-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.218a.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm0 7h-1a.832.832 0 0 0-.562.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.219a.779.779 0 0 0 .25-.593.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm6-7h-2.203V2.5c0-.323-.083-.62-.25-.89a1.657 1.657 0 0 0-.656-.657 1.667 1.667 0 0 0-.89-.25h-9c-.323 0-.625.083-.907.25a1.69 1.69 0 0 0-.64.656c-.167.271-.25.568-.25.891v9c0 .323.083.625.25.906.156.271.37.49.64.656.282.157.584.235.907.235h2.203V15.5c0 .323.078.625.234.906.167.271.386.485.656.64.282.168.584.25.907.25h9c.323 0 .62-.082.89-.25.282-.155.5-.369.657-.64.166-.281.25-.583.25-.906v-9c-.052-.5-.24-.906-.563-1.219-.323-.323-.734-.484-1.234-.484Zm.297 10.703a.19.19 0 0 1-.062.14.194.194 0 0 1-.14.063h-9c-.042 0-.084-.02-.126-.062a.194.194 0 0 1-.062-.141v-2.203h.187a.795.795 0 0 0 .563-.219.73.73 0 0 0 .25-.578c0-.25-.073-.443-.219-.578-.146-.146-.344-.219-.594-.219h-.39V11.5a.776.776 0 0 0-.219-.547.751.751 0 0 0-.594-.25c-.24 0-.432.073-.578.219-.146.135-.219.328-.219.578v.203H2.501a.194.194 0 0 1-.14-.062.194.194 0 0 1-.063-.141v-9a.19.19 0 0 1 .062-.14.194.194 0 0 1 .14-.063h9c.053 0 .1.02.141.062a.194.194 0 0 1 .063.141v2.203H11.5a.832.832 0 0 0-.563.219c-.156.146-.234.344-.234.594 0 .24.067.432.203.578.146.135.344.203.594.203h.203V6.5c0 .208.073.396.218.563a.754.754 0 0 0 .579.234c.25 0 .442-.068.578-.203.146-.146.218-.344.218-.594v-.297H15.5c.052 0 .099.021.14.063a.194.194 0 0 1 .063.14V15.5h.093Zm-3.296-4.703a.832.832 0 0 0-.563.219.754.754 0 0 0-.234.578.191.191 0 0 1-.063.14.195.195 0 0 1-.14.063.832.832 0 0 0-.563.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218.323 0 .62-.078.89-.234.281-.167.5-.386.656-.656.167-.282.25-.589.25-.922-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Zm0-3a.832.832 0 0 0-.563.219.753.753 0 0 0-.234.578v1c0 .219.073.411.218.578a.754.754 0 0 0 .579.234c.25 0 .442-.073.578-.219.146-.145.218-.343.218-.593v-1c-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Z"})),tu=c.forwardRef(eu),Ao=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(tu,{})}));Ao.displayName="BooleanIcon";const ru=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm3.217-1.46 4.26-4.32a.732.732 0 0 1 1.046 0l4.26 4.32a.758.758 0 0 1 0 1.06.733.733 0 0 1-1.046 0L8.74 4.56v8.749c0 .382-.332.691-.74.691-.409 0-.74-.31-.74-.691V4.56L4.263 7.6a.732.732 0 0 1-1.046 0 .758.758 0 0 1 0-1.061Z"})))),nu=c.forwardRef(ru),No=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(nu,{})}));No.displayName="BoostIcon";const ou=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.749-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"}),n.createElement("path",{d:"M5.97 5.97a.75.75 0 0 1 1.061 0l1.97 1.97 1.97-1.97a.75.75 0 1 1 1.06 1.06L10.061 9l1.97 1.97a.75.75 0 1 1-1.06 1.06L9 10.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L7.94 9 5.97 7.03a.75.75 0 0 1 0-1.06Z"})),au=c.forwardRef(ou),Po=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(au,{})}));Po.displayName="BracketsCancelIcon";const lu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.75-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"})),su=c.forwardRef(lu),Zo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(su,{})}));Zo.displayName="BracketsIcon";const cu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M2.508.752a2.25 2.25 0 0 0-2.25 2.25v10a2.25 2.25 0 0 0 2.25 2.25h11a2.25 2.25 0 0 0 2.25-2.25v-10a2.25 2.25 0 0 0-2.25-2.25h-11Zm11.75 3h-12.5v-.75a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 .75.75v.75Zm-12.5 1.5h12.5v7.75a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1-.75-.75v-7.75Z"})),iu=c.forwardRef(cu),To=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(iu,{})}));To.displayName="BrowserIcon";const du=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},n.createElement("path",{d:"M2.572.75h11.855a1.83 1.83 0 0 1 1.824 1.825V6a.75.75 0 0 1-1.5 0v-.75h-12.5v7.672a.33.33 0 0 0 .328.328h2.922a.75.75 0 0 1 0 1.5H2.575a1.83 1.83 0 0 1-1.824-1.824V2.569A1.825 1.825 0 0 1 2.571.75h.001Zm-.32 3h12.5V2.578a.33.33 0 0 0-.33-.328H2.575a.325.325 0 0 0-.323.323V3.75Z"}),n.createElement("path",{d:"M16.001 13.25a.25.25 0 0 1-.25-.25v-2a3.25 3.25 0 1 0-6.5 0v2a.25.25 0 0 1-.25.25.75.75 0 0 0 0 1.5h3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2h3.5a.75.75 0 0 0 0-1.5Zm-3.5-4a1.75 1.75 0 0 1 1.75 1.75v2c0 .084.006.168.018.25h-3.536c.012-.082.018-.166.018-.25v-2a1.75 1.75 0 0 1 1.75-1.75Zm.098 6.99a.503.503 0 0 1-.56-.299.5.5 0 1 1 .56.3Z"})),uu=c.forwardRef(du),Fo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(uu,{})}));Fo.displayName="BrowserPushIcon";const fu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm12.783 1.46-4.26 4.32a.733.733 0 0 1-1.046 0l-4.26-4.32a.757.757 0 0 1 0-1.061.732.732 0 0 1 1.046 0l2.997 3.04V2.69C7.26 2.31 7.592 2 8 2s.74.31.74.691v8.747l2.997-3.04a.733.733 0 0 1 1.046 0 .758.758 0 0 1 0 1.061Z"})))),hu=c.forwardRef(fu),Vo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(hu,{})}));Vo.displayName="BuryIcon";const pu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M3.751 10.25a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),n.createElement("path",{d:"M5.501.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h1.75A2.25 2.25 0 0 1 17.251 5v10a2.25 2.25 0 0 1-2.25 2.25h-12A2.25 2.25 0 0 1 .751 15V5a2.25 2.25 0 0 1 2.25-2.25h1.75V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-1.75a.75.75 0 0 0-.75.75v1.75h13.5V5a.75.75 0 0 0-.75-.75h-1.75V5a.75.75 0 0 1-1.5 0v-.75Zm-9.5 4V15c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75V8.25h-13.5Z"})),gu=c.forwardRef(pu),ko=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(gu,{})}));ko.displayName="CalendarAltIcon";const vu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.503.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h2.25c.966 0 1.75.784 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-11c0-.966.783-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v2.25h13.5V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75Zm4 4h-13.5v7.25c0 .138.111.25.25.25h13a.25.25 0 0 0 .25-.25V8.25Z"})),wu=c.forwardRef(vu),Oo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(wu,{})}));Oo.displayName="CalendarIcon";const mu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.251 6a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 1 0 0 1.5H5a.75.75 0 1 0 0-1.5h-.666ZM3.585 9a.75.75 0 0 1 .75-.75H5a.75.75 0 1 1 0 1.5h-.666a.75.75 0 0 1-.75-.75Zm3.416-.75a.75.75 0 0 0 0 1.5h6.667a.75.75 0 0 0 0-1.5H7.001ZM6.251 12a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 0 0 0 1.5H5a.75.75 0 0 0 0-1.5h-.666Z"}),n.createElement("path",{d:"M.751 2.502c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),bu=c.forwardRef(mu),Lo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(bu,{})}));Lo.displayName="CatalogIcon";const yu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M9.25 3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5H10v2.25a.75.75 0 1 1-1.5 0V8.25H6.25a.75.75 0 1 1 0-1.5H8.5V4.5a.75.75 0 0 1 .75-.75Z"}),n.createElement("path",{d:"M2.5.75A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75h1.25v2.25a.75.75 0 0 0 1.2.6l3.8-2.85h6.75a1.75 1.75 0 0 0 1.75-1.75v-10A1.75 1.75 0 0 0 15.5.75h-13Zm-.177 1.573A.25.25 0 0 1 2.5 2.25h13a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-7a.75.75 0 0 0-.45.15L5.25 15v-1.5a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .073-.177Z"})),Eu=c.forwardRef(yu),Ho=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Eu,{})}));Ho.displayName="ChatAddIcon";const Cu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M3.751 6a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"}),n.createElement("path",{d:"M1.264 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-6.75l-3.8 2.85a.75.75 0 0 1-1.2-.6v-2.25h-1.25a1.75 1.75 0 0 1-1.75-1.75v-10c0-.464.185-.91.513-1.237Zm1.237.987a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h2a.75.75 0 0 1 .75.75V15l2.8-2.1a.75.75 0 0 1 .45-.15h7a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-13Z"})),Iu=c.forwardRef(Cu),Bo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Iu,{})}));Bo.displayName="ChatIcon";const xu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.28 2.29a.15.15 0 0 1 .104-.04h11.491a.15.15 0 0 1 .104.04.75.75 0 0 0 1.042-1.079 1.65 1.65 0 0 0-1.146-.46H2.384a1.65 1.65 0 0 0-1.146.46A1.59 1.59 0 0 0 .75 2.354v8.542c0 .434.179.845.488 1.144a.75.75 0 0 0 1.042-1.08.09.09 0 0 1-.03-.064V2.354a.09.09 0 0 1 .03-.064Z"}),n.createElement("path",{d:"M5.255 3.75A1.505 1.505 0 0 0 3.75 5.255v8.07a1.505 1.505 0 0 0 1.505 1.505h.916v1.722a.698.698 0 0 0 1.117.559l3.041-2.281h5.416a1.505 1.505 0 0 0 1.505-1.506V5.255a1.505 1.505 0 0 0-1.505-1.505H5.255Zm-.077 1.43a.109.109 0 0 1 .077-.032h10.49a.108.108 0 0 1 .109.108v8.07a.109.109 0 0 1-.11.108h-5.647a.698.698 0 0 0-.42.14l-2.11 1.582v-1.024a.698.698 0 0 0-.698-.698H5.255a.108.108 0 0 1-.108-.109v-8.07c0-.028.011-.056.031-.076Z"})),Su=c.forwardRef(xu),_o=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Su,{})}));_o.displayName="ChatsIcon";const Mu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5ZM.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8Z"}),n.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.327 1.327 0 0 1-1.699.355 1.329 1.329 0 0 1-.454-.416l-1.343-1.92a.75.75 0 1 1 1.229-.86l1.22 1.743 3.573-4.59a.75.75 0 0 1 1.053-.132Zm-4.489 4.92-.002-.004.002.003Z"})),Au=c.forwardRef(Mu),Do=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Au,{})}));Do.displayName="CheckCircleIcon";const Nu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.408-1.539a.75.75 0 1 0-1.184-.921l-3.573 4.59-1.22-1.743a.75.75 0 1 0-1.23.86l1.344 1.92a1.328 1.328 0 0 0 1.672.453c.19-.091.354-.226.48-.392l3.711-4.767Z"})),$o=c.forwardRef(Nu),Xr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx($o,{})}));Xr.displayName="CheckFilledIcon";const Pu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M13.439 3.392a.75.75 0 0 1 .17 1.047l-6.186 8.583a1.732 1.732 0 0 1-.617.542 1.646 1.646 0 0 1-1.613-.052 1.747 1.747 0 0 1-.58-.574L2.37 9.478a.75.75 0 1 1 1.258-.815l2.247 3.465.009.015c.025.04.054.067.082.084a.154.154 0 0 0 .074.023.147.147 0 0 0 .073-.017.234.234 0 0 0 .083-.075l.006-.01 6.189-8.586a.75.75 0 0 1 1.047-.17Z"})),Zu=c.forwardRef(Pu),Ro=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Zu,{})}));Ro.displayName="CheckIcon";const Tu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.328 1.328 0 0 1-1.699.355 1.328 1.328 0 0 1-.453-.416l-1.344-1.92a.75.75 0 0 1 1.229-.86l1.22 1.743 3.574-4.59a.75.75 0 0 1 1.052-.132Zm-4.488 4.92-.003-.004.003.003Z"})),Fu=c.forwardRef(Tu),Jr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Fu,{})}));Jr.displayName="CheckSmallIcon";const Vu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M5.415 5c-.891 0-1.337 1.077-.707 1.707l2.586 2.586a1 1 0 0 0 1.414 0l2.586-2.586c.63-.63.183-1.707-.708-1.707H5.415Z"})),ku=c.forwardRef(Vu),Uo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ku,{})}));Uo.displayName="ChevronDownFillIcon";const Ou=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z"})),Lu=c.forwardRef(Ou),Yt=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Lu,{})}));Yt.displayName="ChevronDownIcon";const Hu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M10 5.414c0-.89-1.076-1.337-1.706-.707L5.708 7.293a1 1 0 0 0 0 1.414l2.586 2.586c.63.63 1.707.184 1.707-.707V5.414Z"})),Bu=c.forwardRef(Hu),Wo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Bu,{})}));Wo.displayName="ChevronLeftFillIcon";const _u=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M9.531 4.47a.75.75 0 0 1 0 1.06L7.061 8l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z"})),Du=c.forwardRef(_u),Qr=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Du,{})}));Qr.displayName="ChevronLeftIcon";const $u=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M6.001 10.586c0 .89 1.077 1.337 1.707.707l2.586-2.586a1 1 0 0 0 0-1.414L7.708 4.707c-.63-.63-1.707-.184-1.707.707v5.172Z"})),Ru=c.forwardRef($u),jo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Ru,{})}));jo.displayName="ChevronRightFillIcon";const Uu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M6.47 11.53a.75.75 0 0 1 0-1.06L8.94 8 6.47 5.53a.75.75 0 1 1 1.061-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0Z"})),Wu=c.forwardRef(Uu),en=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Wu,{})}));en.displayName="ChevronRightIcon";const ju=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M5.416 10c-.891 0-1.338-1.077-.708-1.707l2.586-2.586a1 1 0 0 1 1.414 0l2.586 2.586c.63.63.184 1.707-.707 1.707H5.416Z"})),qu=c.forwardRef(ju),qo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(qu,{})}));qo.displayName="ChevronUpFillIcon";const Gu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M7.47 5.47a.75.75 0 0 1 1.061 0l3 3a.75.75 0 1 1-1.06 1.06L8 7.06 5.53 9.53a.75.75 0 1 1-1.06-1.06l3-3Z"})),Ku=c.forwardRef(Gu),k0=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Ku,{})}));k0.displayName="ChevronUpIcon";const zu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M13.66 2.343a7.996 7.996 0 1 0 0 11.314 8.01 8.01 0 0 0 0-11.314Zm-2.52 7.843a.666.666 0 0 1-.939.944L8.128 9.056a.168.168 0 0 0-.236 0L5.82 11.13a.68.68 0 0 1-.943 0 .667.667 0 0 1 0-.944L6.95 8.113a.166.166 0 0 0 0-.235L4.876 5.805a.667.667 0 0 1 .94-.944L7.89 6.935a.167.167 0 0 0 .236 0l2.073-2.074a.667.667 0 0 1 .943.944L9.067 7.878a.167.167 0 0 0 0 .235l2.074 2.073Z"})),Yu=c.forwardRef(zu),Go=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Yu,{})}));Go.displayName="ClearFillIcon";const Xu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M12.53 5.47a.75.75 0 0 1 0 1.06L10.06 9l2.47 2.47a.75.75 0 0 1-1.06 1.06L9 10.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L7.939 9l-2.47-2.47a.75.75 0 1 1 1.06-1.06L9 7.94l2.47-2.47a.75.75 0 0 1 1.06 0Z"}),n.createElement("path",{d:"M.75 9a8.25 8.25 0 1 1 16.5 0A8.25 8.25 0 0 1 .75 9ZM9 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Z"})),Ju=c.forwardRef(Xu),Ko=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Ju,{})}));Ko.displayName="ClearIcon";const Qu=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M12.703 2h-1.11c-.051-.312-.181-.557-.39-.734-.198-.177-.463-.266-.797-.266H10a2.034 2.034 0 0 0-.86-.719A2.463 2.463 0 0 0 8 .001a2.34 2.34 0 0 0-1.11.28 2.77 2.77 0 0 0-.89.72h-.406c-.177 0-.308.01-.39.03a1.01 1.01 0 0 0-.407.266c-.104.104-.214.287-.328.547L4.406 2H3.203c-.302 0-.594.073-.875.219-.27.146-.495.349-.672.61a1.59 1.59 0 0 0-.25.874v10.704c0 .49.172.895.516 1.218.344.313.77.469 1.281.469h9.5c.302 0 .589-.073.86-.219.28-.146.505-.349.671-.61.178-.26.266-.546.266-.859V3.704c0-.5-.177-.906-.531-1.218-.344-.323-.766-.485-1.266-.485Zm-6.906.406h.5a.83.83 0 0 0 .375-.078c.114-.052.224-.13.328-.234.094-.188.23-.333.406-.438A1.21 1.21 0 0 1 8 1.5c.208 0 .401.052.578.156.188.105.328.25.422.438.104.104.208.182.313.234a.934.934 0 0 0 .39.078h.5v1.5H5.797v-1.5Zm7.297 11.891c0 .052-.026.1-.078.14a.342.342 0 0 1-.22.063H3.204c-.198 0-.297-.099-.297-.297V3.594c0-.052.026-.094.078-.125a.342.342 0 0 1 .22-.063h1.202v.688c0 .354.11.646.328.875.23.219.516.328.86.328h4.812c.344 0 .625-.11.844-.328.23-.23.344-.52.344-.875v-.688h1.203c.198 0 .297.1.297.297v10.594ZM9.906 9.203H8.703V8a.68.68 0 0 0-.203-.5.68.68 0 0 0-.5-.203.68.68 0 0 0-.5.203.68.68 0 0 0-.203.5v1.203H6.094a.68.68 0 0 0-.5.203.676.676 0 0 0-.188.5.71.71 0 0 0 .188.5.71.71 0 0 0 .5.188h1.203v1.203a.68.68 0 0 0 .203.5.68.68 0 0 0 .5.203.68.68 0 0 0 .5-.203.68.68 0 0 0 .203-.5v-1.203h1.203c.198 0 .36-.063.485-.188a.68.68 0 0 0 .203-.5.648.648 0 0 0-.203-.5.63.63 0 0 0-.485-.203Z"})),ef=c.forwardRef(Qu),zo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ef,{})}));zo.displayName="ClipboardAddIcon";const tf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8 4.75a.75.75 0 0 1 .75.75v2.19l2.905 2.905a.75.75 0 0 1-1.06 1.06L7.47 8.532A.748.748 0 0 1 7.25 8V5.5A.75.75 0 0 1 8 4.75Z"}),n.createElement("path",{d:"M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z"})),rf=c.forwardRef(tf),Yo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(rf,{})}));Yo.displayName="ClockCircleIcon";const nf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.395 1.84a3.669 3.669 0 0 1 6.263 2.595c0 1.025-.504 1.837-.887 2.454l-.036.057c-.423.682-.698 1.16-.698 1.728 0 .41.085.673.199.82.087.112.265.256.737.256h1.989c.954 0 1.713.311 2.265.828.539.506.828 1.16.95 1.777.121.61.09 1.24-.074 1.75a1.975 1.975 0 0 1-.402.73 1.297 1.297 0 0 1-.497.342v.323a1.75 1.75 0 0 1-1.741 1.75H3.516a1.75 1.75 0 0 1-1.74-1.75v-.322a1.275 1.275 0 0 1-.504-.352 1.942 1.942 0 0 1-.388-.737c-.15-.504-.172-1.122-.073-1.713.1-.592.334-1.232.768-1.739A2.49 2.49 0 0 1 3.52 9.75h2.486c.472 0 .65-.144.737-.256.115-.147.2-.41.2-.82 0-.569-.276-1.046-.699-1.728L6.21 6.89c-.384-.617-.888-1.429-.888-2.454 0-.973.386-1.906 1.074-2.594ZM2.353 13.75h13.282a.917.917 0 0 0 .04-.104 2.1 2.1 0 0 0 .03-1c-.075-.384-.244-.73-.505-.974-.248-.232-.63-.422-1.238-.422h-1.989c-.826 0-1.49-.28-1.922-.836-.404-.521-.514-1.171-.514-1.74 0-1.032.506-1.847.89-2.466l.033-.052c.424-.684.698-1.158.698-1.721a2.169 2.169 0 0 0-4.337 0c0 .563.274 1.037.698 1.72.01.018.022.035.033.053.384.619.89 1.434.89 2.466 0 .569-.11 1.219-.514 1.74-.431.556-1.096.836-1.922.836H3.52a.992.992 0 0 0-.802.363c-.208.244-.359.604-.427 1.012-.07.409-.043.79.03 1.036.01.035.022.065.032.09Zm.923 1.5v.25a.25.25 0 0 0 .247.25h10.933a.25.25 0 0 0 .248-.25v-.25H3.276Z"})),of=c.forwardRef(nf),Xo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(of,{})}));Xo.displayName="CloneIcon";const af=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M3.529 2.47a.75.75 0 1 0-1.06 1.06L6.938 8l-4.47 4.47a.75.75 0 0 0 1.06 1.06L8 9.06l4.47 4.47a.75.75 0 1 0 1.06-1.06L9.06 8l4.47-4.47a.75.75 0 1 0-1.061-1.06l-4.47 4.47-4.47-4.47Z"})),Jo=c.forwardRef(af),yt=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Jo,{})}));yt.displayName="CloseIcon";const lf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M9.83 10.79a.7.7 0 0 0 .5.21l.01.02a.71.71 0 0 0 .49-1.2L9.008 7.996 10.83 6.18a.707.707 0 0 0-1-1L8.004 6.994 6.18 5.17a.707.707 0 0 0-1 1l1.827 1.815L5.18 9.8a.71.71 0 0 0 .49 1.2.7.7 0 0 0 .5-.18l1.844-1.835L9.83 10.79Z"})),sf=c.forwardRef(lf),Qo=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(sf,{})}));Qo.displayName="CloseSmallIcon";const cf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.78.795a5.751 5.751 0 0 1 6.102 3.698 3.997 3.997 0 0 1 5.245 2.76.75.75 0 0 1-1.453.373 2.497 2.497 0 0 0-3.84-1.432.75.75 0 0 1-1.164-.478A4.25 4.25 0 1 0 6.5 10.75a.75.75 0 0 1 .002 1.5A5.75 5.75 0 0 1 5.78.795Zm8.952 9.942a.75.75 0 0 1 .151 1.05l-1.934 2.584a1.25 1.25 0 0 1-1.883.133l-1-1a.75.75 0 1 1 1.06-1.06l.796.795 1.76-2.35a.75.75 0 0 1 1.05-.152Z"}),n.createElement("path",{d:"M7.75 12.501a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm4.75-3.25a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z"})),df=c.forwardRef(cf),e5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(df,{})}));e5.displayName="CloudCheckIcon";const uf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.982.773a5.751 5.751 0 0 1 5.901 3.72 3.997 3.997 0 0 1 3.776.56 3.997 3.997 0 0 1 .143 6.283 4.001 4.001 0 0 1-1.63.808c-.344.081-.696.106-2.171.106a.75.75 0 0 1 0-1.5c1.525 0 1.688-.033 1.828-.066a2.5 2.5 0 1 0-1.995-4.49.75.75 0 0 1-1.163-.478 4.25 4.25 0 1 0-4.618 5.011.75.75 0 0 1-.155 1.492A5.75 5.75 0 0 1 5.982.773Z"}),n.createElement("path",{d:"M9 9.75a.75.75 0 0 1 .75.75v4.19l1.22-1.22a.75.75 0 0 1 1.061 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V10.5A.75.75 0 0 1 9 9.75Z"})),ff=c.forwardRef(uf),t5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ff,{})}));t5.displayName="CloudDownloadIcon";const hf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M6.617 3.53a.75.75 0 1 0-1.06-1.06L1.263 6.763a1.75 1.75 0 0 0 0 2.474l4.294 4.294a.75.75 0 1 0 1.06-1.061L2.324 8.177a.25.25 0 0 1 0-.354l4.293-4.292Zm5.828-1.06a.75.75 0 1 0-1.06 1.06l4.293 4.293a.25.25 0 0 1 0 .354l-4.294 4.293a.75.75 0 0 0 1.061 1.06l4.294-4.293a1.75 1.75 0 0 0 0-2.474L12.444 2.47Z"})),pf=c.forwardRef(hf),r5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(pf,{})}));r5.displayName="CodeIcon";const gf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M10.28 8.782a.75.75 0 1 0-1.06-1.06l-4.032 4.03a.75.75 0 1 0 1.06 1.061l4.032-4.031Z"}),n.createElement("path",{d:"M10.563 1.898a3.917 3.917 0 1 1 5.54 5.54L14.842 8.7l1.261 1.261a.75.75 0 1 1-1.06 1.06l-1.262-1.26-4.397 4.398a4.554 4.554 0 0 1-2.574 1.288l-1.633.231-1.167 1.167a1.385 1.385 0 0 1-1.957 0l-.896-.896a1.385 1.385 0 0 1 0-1.956l1.169-1.168.232-1.634a4.554 4.554 0 0 1 1.287-2.574L8.241 4.22 6.979 2.96A.75.75 0 0 1 8.04 1.897L9.302 3.16l1.261-1.262Zm4.48 4.48a2.417 2.417 0 1 0-3.419-3.42L10.362 4.22l3.42 3.42 1.26-1.263Zm-10.138 3.3a3.054 3.054 0 0 0-.863 1.725l-.267 1.881a.75.75 0 0 1-.213.426L2.3 14.97l.731.732 1.262-1.261a.75.75 0 0 1 .425-.213l1.88-.266a3.057 3.057 0 0 0 1.726-.863l4.398-4.4L9.3 5.282 4.906 9.678Z"})),vf=c.forwardRef(gf),n5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(vf,{})}));n5.displayName="ColorPickerAltIcon";const wf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M13.333.75a3.917 3.917 0 0 0-2.77 1.148L9.302 3.159 8.04 1.898a.75.75 0 0 0-1.06 1.06L8.24 4.22 3.845 8.617a4.554 4.554 0 0 0-1.288 2.574l-.231 1.634-1.17 1.168a1.384 1.384 0 0 0 0 1.956l.897.897a1.384 1.384 0 0 0 1.956 0l1.167-1.168 1.634-.231a4.554 4.554 0 0 0 2.575-1.288L13.78 9.76l1.262 1.262a.75.75 0 1 0 1.06-1.06L14.842 8.7l1.261-1.262A3.917 3.917 0 0 0 13.333.75Zm.448 6.889L10.362 4.22l1.262-1.261a2.417 2.417 0 1 1 3.418 3.418L13.781 7.64Zm-4.48-2.358 3.42 3.419-4.398 4.399a3.057 3.057 0 0 1-1.726.863l-1.88.266a.75.75 0 0 0-.425.213l-1.262 1.26-.731-.731 1.263-1.261a.75.75 0 0 0 .213-.426l.266-1.88a3.054 3.054 0 0 1 .864-1.726L9.302 5.28Z"})),mf=c.forwardRef(wf),o5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(mf,{})}));o5.displayName="ColorPickerIcon";const bf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.751 2.498c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-1Zm4.251 5.25c0-.966.783-1.75 1.75-1.75h1c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-8Zm1.75-.25a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-8a.25.25 0 0 0-.25-.25h-1Zm5.999 3.5a1.75 1.75 0 0 0-1.75 1.75v3c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-3Z"})),yf=c.forwardRef(bf),a5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(yf,{})}));a5.displayName="ColumnsIcon";const Ef=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},n.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.25h4.94l-.72-.72a.75.75 0 1 1 1.06-1.06l2 2a.747.747 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H8.75v5.94l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V1A.75.75 0 0 1 8 .25Z"})),Cf=c.forwardRef(Ef),l5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Cf,{})}));l5.displayName="ConditionAltIcon";const If=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M12.173 6.875c-.052.073-.11.146-.172.219L7.095 12a1.163 1.163 0 0 1-.125.11v3.015a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-2.97L5.283 12 .376 7.094a1.235 1.235 0 0 1-.375-.906c0-.354.125-.657.375-.907L5.283.375c.25-.25.552-.375.906-.375s.656.125.906.375l4.906 4.906.078.094h3.047c.209 0 .386.073.532.219a.723.723 0 0 1 .218.531.723.723 0 0 1-.218.531.723.723 0 0 1-.532.22h-2.953ZM1.595 6.188l4.594 4.593 4.594-4.593-4.594-4.594-4.594 4.594Z"})),xf=c.forwardRef(If),s5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(xf,{})}));s5.displayName="ConditionIcon";const Sf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M3.471 5.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06L4.941 8 3.47 6.53a.75.75 0 0 1 0-1.06Zm5.03 1.78a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),n.createElement("path",{d:"M.251 4.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-7Zm1.75-.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25h-12Z"})),Mf=c.forwardRef(Sf),c5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Mf,{})}));c5.displayName="ConsoleIcon";const Af=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M6.004.73H2.26a1.5 1.5 0 0 0-1.5 1.5v.75a.75.75 0 0 0 1.5 0v-.75h3v12.477a.75.75 0 0 0 1.5 0V2.23h2.49v12.01a1.5 1.5 0 0 0 1.5 1.5h.75a.75.75 0 0 0 0-1.5h-.75V2.23h3.75a.75.75 0 0 0 0-1.5H6.016a.777.777 0 0 0-.012 0Z"})),Nf=c.forwardRef(Af),i5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Nf,{})}));i5.displayName="ConstantAltIcon";const Pf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M3.675 1.177c.224-.116.474-.176.726-.177h7.196a1.573 1.573 0 0 1 1.279.659l2.84 3.796a1.514 1.514 0 0 1 .277 1.036l-.001.003a1.524 1.524 0 0 1-.443.923l-7.002 7.347a.747.747 0 0 1-.54.237H8a.722.722 0 0 1-.282-.056.746.746 0 0 1-.264-.182L.451 7.418a1.524 1.524 0 0 1-.442-.904l-.002-.021a1.514 1.514 0 0 1 .276-1.036L3.121 1.66c.144-.203.334-.368.553-.482Zm5.075 11.2 4.945-5.189H8.75v5.189Zm-1.5-5.189H2.305l4.945 5.188V7.188Zm1.5-1.5h5.266l-2.35-3.14a.788.788 0 0 1-.017-.025.047.047 0 0 0-.017-.014.075.075 0 0 0-.035-.009H8.75v3.188ZM7.25 2.5H4.4a.076.076 0 0 0-.034.009.048.048 0 0 0-.017.014.767.767 0 0 1-.018.024L1.983 5.688H7.25V2.5Z"})),Zf=c.forwardRef(Pf),d5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Zf,{})}));d5.displayName="ConstantIcon";const Tf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M6.334.25a3.967 3.967 0 0 0-.778 7.858 6.724 6.724 0 0 0-5.225 3.65.75.75 0 0 0 1.339.675 5.222 5.222 0 0 1 7.287-2.164.75.75 0 1 0 .753-1.297 6.725 6.725 0 0 0-2.598-.864A3.968 3.968 0 0 0 6.334.25Zm-1.78 2.258a2.468 2.468 0 0 1 4.073.8c-.887.196-1.64.179-2.301.022-.63-.148-1.211-.43-1.771-.822ZM3.892 3.87c.63.414 1.32.739 2.09.92.842.199 1.75.22 2.746.029A2.468 2.468 0 0 1 3.89 3.87ZM13 5.584c-1.15 0-2.083.933-2.083 2.083v.667c0 1.15.933 2.083 2.083 2.083h.667c1.15 0 2.083-.933 2.083-2.083v-.667c0-1.15-.932-2.083-2.083-2.083H13Zm-.583 2.083c0-.322.261-.583.583-.583h.667c.322 0 .583.261.583.583v.667a.583.583 0 0 1-.583.583H13a.583.583 0 0 1-.583-.583v-.667ZM10.917 13c0-1.15.933-2.083 2.083-2.083h.667c1.15 0 2.083.933 2.083 2.084v.666c0 1.15-.932 2.084-2.083 2.084H13a2.083 2.083 0 0 1-2.083-2.084v-.666ZM13 12.418a.583.583 0 0 0-.583.584v.666c0 .322.261.584.583.584h.667a.583.583 0 0 0 .583-.584v-.666a.583.583 0 0 0-.583-.584H13Z"}),n.createElement("path",{d:"M7.667 10.917c-1.15 0-2.084.933-2.084 2.084v.666c0 1.15.933 2.084 2.084 2.084h.666a2.084 2.084 0 0 0 2.084-2.084v-.666a2.084 2.084 0 0 0-2.084-2.084h-.666Zm-.584 2.084c0-.323.262-.584.584-.584h.666c.323 0 .584.261.584.584v.666a.583.583 0 0 1-.584.584h-.666a.583.583 0 0 1-.584-.584v-.666Z"})),Ff=c.forwardRef(Tf),u5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Ff,{})}));u5.displayName="ContextualPersonalizationIcon";const Vf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.324 2.324A.25.25 0 0 1 2.5 2.25h10a.25.25 0 0 1 .25.25.75.75 0 0 0 1.5 0A1.75 1.75 0 0 0 12.5.75h-10A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75.75.75 0 0 0 0-1.5.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .074-.176Z"}),n.createElement("path",{d:"M5.5 3.75A1.75 1.75 0 0 0 3.75 5.5v10c0 .967.784 1.75 1.75 1.75h10a1.75 1.75 0 0 0 1.75-1.75v-10a1.75 1.75 0 0 0-1.75-1.75h-10ZM5.25 5.5a.25.25 0 0 1 .25-.25h10a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-10a.25.25 0 0 1-.25-.25v-10Z"})),kf=c.forwardRef(Vf),f5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(kf,{})}));f5.displayName="CopyIcon";const Of=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.5 2.25a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25.75.75 0 0 1 0 1.5A1.75 1.75 0 0 1 .75 12.5v-10A1.75 1.75 0 0 1 2.5.75h10a1.75 1.75 0 0 1 1.75 1.75.75.75 0 0 1-1.5 0 .25.25 0 0 0-.25-.25h-10Z"}),n.createElement("path",{d:"M5.5 5.25a.25.25 0 0 0-.25.25v10c0 .139.112.25.25.25h10a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-10Zm-1.75.25c0-.966.784-1.75 1.75-1.75h10c.967 0 1.75.784 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-10a1.75 1.75 0 0 1-1.75-1.75v-10Z"}),n.createElement("path",{d:"m13.594 8.291-.691-.29-.29-.692a.75.75 0 0 1 .981.982Zm-2.17 1.189c-.159.336-.321.667-.47.946-.09.168-.17.31-.239.42-.07.11-.107.155-.111.16 0 .001 0 0 0 0a.5.5 0 1 1-.707-.708c.006-.004.05-.041.16-.11.11-.07.252-.15.42-.24.28-.148.61-.31.946-.468ZM12.902 8l-.29-.691-.01.004-.027.011-.1.043a53.705 53.705 0 0 0-1.473.654c-.417.193-.858.405-1.23.603a8.441 8.441 0 0 0-.513.293c-.14.088-.3.198-.424.321a2 2 0 1 0 2.829 2.829 2.42 2.42 0 0 0 .32-.424c.096-.15.195-.327.294-.513.198-.372.41-.813.603-1.23a53.95 53.95 0 0 0 .655-1.473l.042-.1.015-.036-.691-.29Z"})),Lf=c.forwardRef(Of),h5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Lf,{})}));h5.displayName="CopyToDashboardIcon";const Hf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.032 7.25A2.75 2.75 0 0 0 3.282 10v1a2.75 2.75 0 0 0 2.75 2.75.75.75 0 0 0 0-1.5A1.25 1.25 0 0 1 4.782 11v-1a1.25 1.25 0 0 1 1.25-1.25.75.75 0 0 0 0-1.5Zm3 0A1.75 1.75 0 0 0 7.282 9c0 1.13.78 1.712 1.25 2.063l.05.037c.538.404.7.571.7.9a.25.25 0 0 1-.25.25h-1a.75.75 0 0 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.129-.78-1.711-1.25-2.062l-.05-.038c-.538-.403-.7-.57-.7-.9a.25.25 0 0 1 .25-.25h1a.75.75 0 0 0 0-1.5h-1Zm3.75.75a.75.75 0 0 0-1.5 0v1.697a6.71 6.71 0 0 0 1.126 3.72.75.75 0 0 0 1.248 0 6.707 6.707 0 0 0 1.126-3.72V8a.75.75 0 0 0-1.5 0v1.697a5.21 5.21 0 0 1-.25 1.594 5.205 5.205 0 0 1-.25-1.594V8Z"}),n.createElement("path",{d:"M2.502.752a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.783 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),Bf=c.forwardRef(Hf),p5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Bf,{})}));p5.displayName="CsvIcon";const _f=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M3 2a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2ZM.25 6.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14 11.25H2A1.75 1.75 0 0 1 .25 9.5v-3ZM2 6.25a.25.25 0 0 0-.25.25v3c0 .139.113.25.25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25H2ZM3 14a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 14Z"})),Df=c.forwardRef(_f),g5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Df,{})}));g5.displayName="CustomRowIcon";const $f=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M3.75 5a4.23 4.23 0 0 1 .6-2.176A4.25 4.25 0 1 1 3.75 5ZM8 2.25c-.794 0-1.51.338-2.012.877a5.057 5.057 0 0 0 4.594.923A2.751 2.751 0 0 0 8 2.25ZM6.603 5.228a6.557 6.557 0 0 1-1.304-.74 2.75 2.75 0 0 0 5.393 1.083 6.567 6.567 0 0 1-4.09-.343Z"}),n.createElement("path",{d:"M8 9.25a7.25 7.25 0 0 1 7.25 7.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 0-11.5 0 .75.75 0 0 1-1.5 0A7.25 7.25 0 0 1 8 9.25Z"})),Rf=c.forwardRef($f),v5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Rf,{})}));v5.displayName="CustomerIcon";const Uf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 3.423 2.668.75.75 0 0 1-.672 1.083A2.75 2.75 0 0 0 6.25 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325H9.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.745-.676l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"}),n.createElement("path",{d:"M1.75 5a2.25 2.25 0 1 1 2.915 2.151.75.75 0 0 1-.664 1.1A1.75 1.75 0 0 0 2.25 10v.75h.25a.75.75 0 0 1 .744.657l.418 3.343H5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.744-.658l-.418-3.342H1.5a.75.75 0 0 1-.75-.75V10a3.25 3.25 0 0 1 2.127-3.05A2.25 2.25 0 0 1 1.75 5ZM4 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm10-1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-5.5 4a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75 4.752 4.752 0 0 1-3.75 4.645V16a.75.75 0 0 1-.219.53l-.5.5a.75.75 0 0 1-1.28-.53v-2.855A4.752 4.752 0 0 1 7.75 9Zm1.588.75a3.251 3.251 0 0 0 6.326 0H9.338Z"})),Wf=c.forwardRef(Uf),w5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Wf,{})}));w5.displayName="CustomersFilterIcon";const jf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 4.016 2.443 4.25 4.25 0 0 1 2.985 4.058v1.5a.75.75 0 0 1-.75.75h-.821l-.433 4.324a.75.75 0 0 1-.746.675h-3a.75.75 0 0 1-.746-.675l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM7.057 8.056A2.75 2.75 0 0 0 6.251 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325h1.642l.433-4.325A.75.75 0 0 1 11 10.75h.75V10a2.75 2.75 0 0 0-4.695-1.945Z"}),n.createElement("path",{d:"M4 2.75a2.25 2.25 0 0 0-1.122 4.2A3.25 3.25 0 0 0 .75 10v1.5c0 .415.336.75.75.75h.338l.418 3.344A.75.75 0 0 0 3 16.25h2a.75.75 0 0 0 0-1.5H3.663l-.418-3.342a.75.75 0 0 0-.744-.657h-.25V10A1.75 1.75 0 0 1 4 8.25a.75.75 0 0 0 .664-1.1A2.251 2.251 0 0 0 4 2.751ZM3.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a2.25 2.25 0 1 1 3.374 1.95A3.25 3.25 0 0 1 17.25 10v1.5a.75.75 0 0 1-.75.75h-.338l-.418 3.344a.75.75 0 0 1-.744.656h-2a.75.75 0 0 1 0-1.5h1.338l.418-3.342a.75.75 0 0 1 .744-.657h.25V10A1.75 1.75 0 0 0 14 8.25a.75.75 0 0 1-.664-1.1A2.251 2.251 0 0 1 11.75 5ZM14 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"})),qf=c.forwardRef(jf),m5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(qf,{})}));m5.displayName="CustomersSegmentationIcon";const Gf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.502.75a.75.75 0 0 1 .75.75v1.25h3.5V1.5a.75.75 0 1 1 1.5 0v1.25h2.25c.967 0 1.75.784 1.75 1.75V6a.75.75 0 0 1-1.5 0V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75h-3.5V5a.75.75 0 0 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v9c0 .139.112.25.25.25h3.499a.75.75 0 0 1 0 1.5H2.502a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.874 9.313a.75.75 0 0 1 .75.75l-1.28 2.093-.002-.002a.748.748 0 0 1-.218-.528v-1.563a.75.75 0 0 1 .75-.75Z"}),n.createElement("path",{d:"m13.126 10.813-1.28 2.093 1.953 1.953a.75.75 0 0 0 1.06-1.06l-1.733-1.734v-1.252Z"}),n.createElement("path",{d:"M7.251 12.376a5.125 5.125 0 1 1 10.25 0 5.125 5.125 0 0 1-10.25 0Zm5.125-3.626a3.625 3.625 0 1 0 0 7.25 3.625 3.625 0 0 0 0-7.25Z"})),Kf=c.forwardRef(Gf),b5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Kf,{})}));b5.displayName="DateTimeIcon";const zf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M4.751 5.5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),n.createElement("path",{d:"m10.804 17.097.014-.007c.186-.085.358-.204.506-.352l5.415-5.415c.146-.146.264-.316.35-.5l.01-.025c.1-.222.152-.464.152-.711V2.5a1.75 1.75 0 0 0-1.75-1.75h-13A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h7.586c.25 0 .494-.053.717-.153ZM2.324 2.324a.25.25 0 0 1 .177-.074h13a.25.25 0 0 1 .25.25v7.25h-4.25a1.75 1.75 0 0 0-1.75 1.75v4.25h-7.25a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM14.69 11.25l-3.439 3.439V11.5a.25.25 0 0 1 .25-.25h3.19Z"})),Yf=c.forwardRef(zf),y5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Yf,{})}));y5.displayName="DescriptionIcon";const Xf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.751 11.5v-8A2.75 2.75 0 0 1 3.501.75h11a2.75 2.75 0 0 1 2.75 2.75v8a2.75 2.75 0 0 1-2.75 2.75h-2.614l.25 1.5H13a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5h.865l.25-1.5H3.5A2.75 2.75 0 0 1 .75 11.5Zm1.5-8v7.25h13.5V3.5c0-.69-.56-1.25-1.25-1.25h-11c-.69 0-1.25.56-1.25 1.25Zm12.25 9.25c.41 0 .772-.196 1-.5h-13c.228.304.591.5 1 .5h11Zm-6.864 1.5-.25 1.5h3.229l-.25-1.5h-2.73Z"})),Jf=c.forwardRef(Xf),E5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Jf,{})}));E5.displayName="DesktopIcon";const Qf=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"m3.16 14.826.008.008.008.008A8.25 8.25 0 0 0 14.839 3.171l-.004-.004-.004-.004A8.25 8.25 0 0 0 3.16 14.826ZM2.25 9a6.75 6.75 0 0 1 10.964-5.273l-9.488 9.487A6.722 6.722 0 0 1 2.251 9Zm12.024-4.213a6.75 6.75 0 0 1-9.487 9.487l9.487-9.487Z"})),e6=c.forwardRef(Qf),C5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(e6,{})}));C5.displayName="DisabledIcon";const t6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M9.251 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-7 3.75a.75.75 0 0 1 .75-.75h10a.75.75 0 1 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm5.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),r6=c.forwardRef(t6),I5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(r6,{})}));I5.displayName="DivideIcon";const n6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8.001 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-1.5.5a.75.75 0 0 0 0 1.5h.75V12h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 1 0 0-1.5h-.75V9.5a.75.75 0 0 0-.75-.75h-1.5Z"}),n.createElement("path",{d:"M4.251 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8.75a.75.75 0 0 0 .75-.75v-10a.75.75 0 0 0-.75-.75h-8.75a1.5 1.5 0 0 1 0-3h8.75a.75.75 0 0 0 0-1.5h-8.75Zm-1.5 13V5.6c.442.254.954.4 1.5.4h8v8.5h-8a1.5 1.5 0 0 1-1.5-1.5Z"}),n.createElement("path",{d:"M3.501 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),o6=c.forwardRef(n6),x5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(o6,{})}));x5.displayName="DocumentationIcon";const a6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M9 1.75a.75.75 0 0 1 .75.75v6.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3-.006.007a.748.748 0 0 1-1.047 0l-.007-.006-3-3a.75.75 0 0 1 1.06-1.06L8.25 8.69V2.5A.75.75 0 0 1 9 1.75Z"}),n.createElement("path",{d:"M2.25 10.5a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1a1.25 1.25 0 0 1-1.25 1.25h-11a1.25 1.25 0 0 1-1.25-1.25v-1Z"})),l6=c.forwardRef(a6),S5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(l6,{})}));S5.displayName="DownloadIcon";const s6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M1.587 3.57a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.28-.28.438-.654.438-1.04a1.52 1.52 0 0 0-1.109-1.437 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm-12 6a1.41 1.41 0 0 0-.64.39 1.456 1.456 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.458-.457.564-1.12.274-1.713a1.566 1.566 0 0 0-.945-.764 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Z"})),c6=c.forwardRef(s6),M5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(c6,{})}));M5.displayName="DragHorizontalIcon";const i6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M5 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM6.5 14a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 15.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})),d6=c.forwardRef(i6),A5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(d6,{})}));A5.displayName="DragVericalIcon";const u6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M11.593 2.177a1.75 1.75 0 0 0-2.474 0L1.38 9.914a.75.75 0 0 0-.196.344l-.912 3.556a.75.75 0 0 0 .913.912l3.556-.912a.75.75 0 0 0 .344-.196l7.737-7.737a1.75 1.75 0 0 0 0-2.475l-1.23-1.23Zm-1.414 1.06a.25.25 0 0 1 .354 0l1.23 1.23a.25.25 0 0 1 0 .353l-.752.751-1.583-1.583.751-.75ZM8.368 5.05 9.95 6.632l-5.78 5.78-2.13.547.546-2.13 5.78-5.78Z"})),f6=c.forwardRef(u6),N5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(f6,{})}));N5.displayName="EditIcon";const h6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.326.825a.75.75 0 0 0-.652 0l-7.25 3.5A.75.75 0 0 0 0 5v4a.75.75 0 0 0 1.5 0V6.195l1.25.604V11.5c0 .162.053.32.15.45l.6-.45-.6.45h.001l.001.002.003.004.007.008.02.027.07.082c.057.069.14.16.25.27.216.216.535.499.957.78A6.758 6.758 0 0 0 8 14.252a6.751 6.751 0 0 0 3.791-1.127c.423-.281.742-.564.958-.78a4.816 4.816 0 0 0 .32-.352l.02-.027.007-.008.002-.004.001-.001s.001-.002-.599-.451l.6.45a.75.75 0 0 0 .15-.45V6.799l2.326-1.123a.75.75 0 0 0 0-1.35l-7.25-3.5Zm3.424 6.698v3.697l-.061.063a4.823 4.823 0 0 1-.73.594c-.652.434-1.634.873-2.959.873-1.324 0-2.307-.439-2.959-.873a4.822 4.822 0 0 1-.79-.657V7.523l3.423 1.653c.206.1.446.1.652 0l3.424-1.653ZM8 7.668 2.475 5 8 2.333 13.525 5 8 7.668Z"})),p6=c.forwardRef(h6),P5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(p6,{})}));P5.displayName="EducationHubIcon";const g6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M5.492 3.252a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2.5 12.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.25a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"})),v6=c.forwardRef(g6),Z5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(v6,{})}));Z5.displayName="EllipsisVerticalIcon";const w6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm8-.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-1.5 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0Z"})),m6=c.forwardRef(w6),T5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(m6,{})}));T5.displayName="EllipsissHorizontalIcon";const b6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M.656 3.047c.32-.385.804-.63 1.345-.63h12a1.746 1.746 0 0 1 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75H2a1.75 1.75 0 0 1-1.75-1.75v-8a1.743 1.743 0 0 1 .405-1.12ZM1.75 4.883v7.284c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25V4.883L9.803 8.304a2.955 2.955 0 0 1-3.604 0L1.75 4.884Zm11.295-.966H2.956l4.157 3.198a1.456 1.456 0 0 0 1.775 0l4.158-3.198Z"})),y6=c.forwardRef(b6),F5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(y6,{})}));F5.displayName="EmailIcon";const E6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M.25 7.5a7.25 7.25 0 0 1 14.437-.965c.084.63.08 1.256 0 1.864A.75.75 0 0 1 13.2 8.2a5.55 5.55 0 0 0 0-1.468A5.751 5.751 0 0 0 1.75 7.5a5.75 5.75 0 0 0 6.34 5.72.75.75 0 0 1 .152 1.493A7.25 7.25 0 0 1 .252 7.5Z"}),n.createElement("path",{d:"M5.334 4.584a.967.967 0 1 0 0 1.933.967.967 0 0 0 0-1.933ZM8.7 5.55a.967.967 0 1 1 1.934 0 .967.967 0 0 1-1.933 0ZM3.852 7.64a.75.75 0 0 1 .91.545c.332 1.33 1.534 2.032 2.739 2.032.169 0 .336-.017.5-.05a.75.75 0 1 1 .302 1.468c-.262.054-.53.082-.802.082-1.737 0-3.66-1.03-4.195-3.168a.75.75 0 0 1 .546-.91Zm9.926 3.25a.667.667 0 0 0-1.333 0v1.555H10.89a.667.667 0 0 0 0 1.333h1.555v1.556a.667.667 0 0 0 1.333 0v-1.556h1.556a.667.667 0 0 0 0-1.333h-1.556v-1.556Z"})),C6=c.forwardRef(E6),V5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(C6,{})}));V5.displayName="EmojiPickerIcon";const I6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("path",{d:"M14.303 0H1.697C.757 0 0 .756 0 1.697v12.606C0 15.243.756 16 1.697 16h12.606c.94 0 1.697-.756 1.697-1.697V1.697C16 .757 15.244 0 14.303 0ZM1.697 1.455h12.606a.24.24 0 0 1 .242.242v7.515h-4.363v.727c0 1.203-.98 2.182-2.182 2.182A2.185 2.185 0 0 1 5.818 9.94v-.727H1.455V1.697a.24.24 0 0 1 .242-.242Zm12.606 13.09H1.697a.24.24 0 0 1-.242-.242v-3.636H4.44a3.631 3.631 0 0 0 7.118 0h2.986v3.636a.24.24 0 0 1-.242.242Z"}))),x6=c.forwardRef(I6),k5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(x6,{})}));k5.displayName="EmptyIcon";const S6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15.333 7.057 8.943.667a1.333 1.333 0 0 0-1.886 0L.667 7.058a1.333 1.333 0 0 0 0 1.885l6.39 6.39a1.333 1.333 0 0 0 1.886 0l6.39-6.39a1.334 1.334 0 0 0 0-1.886ZM7.38 4.278a.667.667 0 0 1 1.333 0v4a.667.667 0 0 1-1.333 0v-4Zm.7 7.673h-.018a1.02 1.02 0 0 1-1.015-.98.983.983 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .952 1.364.984.984 0 0 1-.903.636Z"})),O5=c.forwardRef(S6),tn=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(O5,{})}));tn.displayName="ErrorFillIcon";const M6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M7.017 0h8.484a1.75 1.75 0 0 1 1.75 1.75v2.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2.5A1.75 1.75 0 0 1 2.5 0h4.516Zm.55 1.5-.572 2h3.44l.571-2h-3.44Zm8.184 2V1.75a.25.25 0 0 0-.25-.25h-2.934l-.572 2h3.756Zm-9.744-2H2.5a.25.25 0 0 0-.25.25V3.5h3.184l.572-2ZM2.25 6.25a.75.75 0 1 0-1.5 0v8.5A1.75 1.75 0 0 0 2.5 16.5h13a1.75 1.75 0 0 0 1.75-1.75v-8.5a.75.75 0 0 0-1.5 0v8.5a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-8.5Zm5 2.362v3.278l3.277-1.64L7.25 8.612Zm3.6 1.8Zm-3.84-3.41c.225-.01.448.037.65.138l3.86 1.93a1.321 1.321 0 0 1 0 2.361l-3.86 1.93a1.324 1.324 0 0 1-1.743-.538 1.321 1.321 0 0 1-.167-.643V8.321a1.32 1.32 0 0 1 1.26-1.319Z"})),A6=c.forwardRef(M6),L5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(A6,{})}));L5.displayName="EventIcon";const N6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.236.782c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475 0 5.054.003 5.302.055 5.474.087.286.229.521.44.736.308.312.61.463 1.017.508.269.032.546-.006.685-.092a.69.69 0 0 0 .18-.202c.075-.126.083-.168.083-.425s-.008-.299-.082-.425a.708.708 0 0 0-.187-.204c-.088-.053-.363-.117-.52-.12-.021 0-.072-.034-.112-.074l-.074-.073V2.398l.074-.073.073-.074h10.206l.073.074c.04.04.074.09.075.112.002.157.066.432.119.52a.708.708 0 0 0 .205.187c.126.074.168.082.425.082s.299-.008.425-.082a.69.69 0 0 0 .2-.181c.133-.215.138-.73.01-1.066-.19-.5-.613-.898-1.145-1.075-.157-.053-.402-.056-5.37-.06C4.758.76 2.335.769 2.236.782Zm3 3c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475s.003 5.303.055 5.475c.09.291.23.524.456.748.224.226.457.366.749.456.172.053.42.055 5.475.055s5.303-.002 5.475-.055a1.73 1.73 0 0 0 .749-.456 1.73 1.73 0 0 0 .456-.748c.052-.173.055-.42.055-5.476 0-5.054-.003-5.302-.055-5.474a1.852 1.852 0 0 0-1.19-1.204c-.157-.053-.402-.056-5.37-.06-2.863-.002-5.286.007-5.385.02Zm10.44 1.543.075.073v10.206l-.074.073-.073.074H5.398l-.073-.074-.074-.073V5.398l.074-.073.073-.074h10.206l.073.074ZM8.687 7.79c-.38.084-.725.4-.852.782-.061.18-.063.242-.063 1.928s.002 1.748.063 1.928c.2.601.854.935 1.469.753.089-.027.89-.412 1.78-.857 1.806-.904 1.85-.933 2.036-1.311.09-.184.097-.217.097-.513 0-.296-.006-.33-.097-.513-.186-.378-.23-.407-2.036-1.311-.89-.445-1.691-.831-1.78-.858a1.72 1.72 0 0 0-.617-.028Zm2.685 2.71c0 .008-.48.255-1.065.548l-1.065.532V9.42l1.065.532c.586.293 1.065.54 1.065.548Z"})),P6=c.forwardRef(N6),H5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(P6,{})}));H5.displayName="EventsSegmentationIcon";const Z6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.735 2.25h-.25a.75.75 0 1 1 0-1.5h7a.75.75 0 0 1 0 1.5h-.25v4.028l1.823 2.805a.662.662 0 0 1 .012.018l2.535 3.9a2.75 2.75 0 0 1-2.305 4.25H3.667A2.75 2.75 0 0 1 1.365 13l2.531-3.893a.753.753 0 0 1 .02-.03l1.819-2.8V2.25Zm5.121 4.66a.75.75 0 0 1-.121-.41V2.25h-3.5V6.5a.75.75 0 0 1-.121.41L5.917 8.75h6.136l-1.197-1.84Zm-7.214 5.34h3.793a.75.75 0 0 1 0 1.5H2.667l-.044.07a1.25 1.25 0 0 0 1.045 1.93H14.3a1.25 1.25 0 0 0 1.047-1.93l-2.32-3.57H4.943l-1.3 2Z"})),T6=c.forwardRef(Z6),B5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(T6,{})}));B5.displayName="ExperimentIcon";const F6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.518 3.75 3.997 3.997 0 0 1 3.974.719 4 4 0 0 1-1.629 6.92.75.75 0 0 1-.364-1.456 2.5 2.5 0 1 0-2.03-4.481.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.825.75.75 0 1 1-1.045 1.075A5.75 5.75 0 0 1 6.366.74Z"}),n.createElement("path",{d:"M6.214 8.807a.748.748 0 0 0-.243.163l-2 2a.75.75 0 0 0 1.06 1.06l.72-.719v5.19a.75.75 0 0 0 1.5 0v-5.19l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.748.748 0 0 0-.817-.164Zm5.287-.057a.75.75 0 0 1 .75.75v5.19l.72-.72a.75.75 0 0 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.5a.75.75 0 0 1 .75-.75Z"})),V6=c.forwardRef(F6),_5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(V6,{})}));_5.displayName="ExposeIcon";const k6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M5.751 3.501a.75.75 0 0 0-1.5 0v1.25h-1.25a.75.75 0 0 0 0 1.5h1.25v1.25a.75.75 0 0 0 1.5 0v-1.25h1.25a.75.75 0 0 0 0-1.5h-1.25v-1.25Zm7.28 3.969a.75.75 0 0 1 0 1.062l-.97.97.97.969a.75.75 0 0 1-1.06 1.06l-.97-.97-.97.97a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 1.06-1.06l.97.97.97-.97a.75.75 0 0 1 1.06 0Zm-10.28 5.031a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.288a1 1 0 1 1-.074 0H3.501a.75.75 0 0 1-.75-.75Z"}),n.createElement("path",{d:"M6.251 10.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),n.createElement("path",{d:"M12.025.751c.457 0 .896.179 1.223.498l1.975 1.921a1.751 1.751 0 0 1 .528 1.253v11.078a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-13a1.75 1.75 0 0 1 1.75-1.75h10.024Zm0 1.5H2.002a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25V4.423a.251.251 0 0 0-.075-.178L12.2 2.323a.25.25 0 0 0-.175-.072Z"})),O6=c.forwardRef(k6),D5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(O6,{})}));D5.displayName="ExpressionIcon";const L6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8.97 2.532a.723.723 0 0 0 .531.218h2.688L7.47 7.47a.752.752 0 0 0-.203.53c.01.198.083.37.219.516A.798.798 0 0 0 8 8.735a.752.752 0 0 0 .532-.203l4.718-4.719V6.5c0 .209.073.386.219.532A.723.723 0 0 0 14 7.25a.723.723 0 0 0 .532-.218.723.723 0 0 0 .218-.532V2a.723.723 0 0 0-.218-.53.723.723 0 0 0-.532-.22H9.5a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53c0 .209.073.386.219.532Z"}),n.createElement("path",{d:"M6.533 1.47A.723.723 0 0 0 6 1.25H3c-.312 0-.604.079-.875.235-.27.156-.484.37-.64.64A1.717 1.717 0 0 0 1.25 3v10c0 .313.078.605.235.876.156.27.37.484.64.64.271.156.563.235.875.235h10c.313 0 .604-.079.875-.235a1.71 1.71 0 0 0 .64-.64c.157-.271.235-.563.235-.875v-3a.723.723 0 0 0-.218-.532A.723.723 0 0 0 14 9.25a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53v3a.256.256 0 0 1-.078.188.232.232 0 0 1-.172.063H3a.29.29 0 0 1-.187-.063A.29.29 0 0 1 2.75 13V3a.23.23 0 0 1 .063-.171A.256.256 0 0 1 3 2.75h3a.723.723 0 0 0 .532-.218A.723.723 0 0 0 6.75 2a.723.723 0 0 0-.218-.53Z"})),H6=c.forwardRef(L6),$5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(H6,{})}));$5.displayName="ExternalLinkIcon";const B6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M7.868 6.384c-.617 0-1.117.5-1.117 1.116a.75.75 0 0 1-1.5 0 2.617 2.617 0 0 1 2.617-2.616.75.75 0 1 1 0 1.5Z"}),n.createElement("path",{d:"M14.532 2.53a.75.75 0 1 0-1.06-1.06l-1.817 1.817a8.468 8.468 0 0 0-2.07-.846A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012a13.977 13.977 0 0 0 2.766 2.577L1.471 13.47a.75.75 0 1 0 1.06 1.06l2.553-2.551a.745.745 0 0 0 .188-.188L7.42 9.643a.75.75 0 0 0 .716.973A2.617 2.617 0 0 0 10.752 8a.75.75 0 0 0-.974-.716l4.754-4.753ZM9.285 7.778A.75.75 0 0 0 9.251 8c0 .617-.5 1.117-1.116 1.117a.75.75 0 0 0-.223.034l1.373-1.374Zm-4.75 2.63C3.51 9.734 2.577 8.85 1.853 7.967a.494.494 0 0 1 0-.603c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.02c.405-.005.81.043 1.203.144h.004a6.71 6.71 0 0 1 1.327.5l-6.01 6.012Z"}),n.createElement("path",{d:"M12.953 4.99a.75.75 0 0 1 1.06-.038c.443.413.851.915 1.183 1.322l.12.147.009.011a1.994 1.994 0 0 1 0 2.466l-.009.011c-1.356 1.66-3.447 3.416-5.732 3.986A6.141 6.141 0 0 1 8 13.084a6.139 6.139 0 0 1-1.426-.152.75.75 0 0 1 .332-1.463c.356.081.72.12 1.085.115h.02a4.64 4.64 0 0 0 1.204-.143l.004-.001c1.845-.46 3.678-1.943 4.93-3.473a.495.495 0 0 0 0-.603l-.115-.142c-.341-.418-.681-.835-1.044-1.173a.75.75 0 0 1-.037-1.06Z"})),_6=c.forwardRef(B6),R5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(_6,{})}));R5.displayName="EyeCrossedIcon";const D6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8 5.05a2.617 2.617 0 1 0 0 5.234A2.617 2.617 0 0 0 8 5.05ZM6.884 7.668a1.117 1.117 0 1 1 2.233 0 1.117 1.117 0 0 1-2.233 0Z"}),n.createElement("path",{d:"M9.585 2.441A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012c1.358 1.658 3.446 3.413 5.731 3.985A6.135 6.135 0 0 0 8 13.084a6.141 6.141 0 0 0 1.583-.189c2.286-.57 4.377-2.326 5.733-3.986l.008-.01a1.994 1.994 0 0 0 0-2.467l-.008-.011c-1.383-1.69-3.48-3.414-5.731-3.98ZM8.01 3.751c.406-.005.81.043 1.204.144h.004c1.819.457 3.659 1.916 4.93 3.469a.494.494 0 0 1 0 .603c-1.25 1.53-3.084 3.014-4.929 3.473h-.004a4.64 4.64 0 0 1-1.205.144h-.02a4.641 4.641 0 0 1-1.202-.143h-.003c-1.845-.462-3.677-1.945-4.931-3.475a.494.494 0 0 1 0-.602c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.019Z"})),$6=c.forwardRef(D6),U5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx($6,{})}));U5.displayName="EyeIcon";const R6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M2.69 1.378A1.25 1.25 0 0 0 .75 2.42v11.16M2.69 1.378l4.06 2.523V2.42a1.25 1.25 0 0 1 1.958-1.03l.004.003 7.999 5.58a1.25 1.25 0 0 1 0 2.056L8.708 14.61a1.25 1.25 0 0 1-1.958-1.03V12.1l-4.06 2.523a1.249 1.249 0 0 1-1.94-1.042m1.5-10.71v10.26l4.854-3.017a.75.75 0 0 1 1.146.637v2.351l7.313-5.101L8.25 2.899v2.352a.75.75 0 0 1-1.146.637L2.25 2.87Z"})),U6=c.forwardRef(R6),W5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(U6,{})}));W5.displayName="FastForwardIcon";const W6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15 4.516c0-.219-.042-.432-.125-.64a1.738 1.738 0 0 0-.344-.547L11.844.5a1.653 1.653 0 0 0-.531-.359 1.443 1.443 0 0 0-.625-.14h-7.61a1.89 1.89 0 0 0-.797.171c-.25.105-.474.26-.672.47a2.158 2.158 0 0 0-.453.718c-.104.26-.156.536-.156.828v11.625c0 .292.052.573.156.844.105.27.256.51.453.719.198.197.422.354.672.468.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.114.474-.276.672-.484.198-.208.349-.443.453-.703a2.33 2.33 0 0 0 .156-.844V4.516Zm-12.187-3a.586.586 0 0 1 .265-.062h6.844V3.64c0 .219.042.432.125.64.083.21.198.397.344.563.156.156.333.276.531.36.198.083.401.125.61.125h2.078v8.484c0 .198-.068.37-.204.516a.608.608 0 0 1-.484.218H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.188c0-.198.067-.37.203-.516a.532.532 0 0 1 .219-.156Zm8.5.484 1.78 1.875h-1.562a.212.212 0 0 1-.156-.062.269.269 0 0 1-.062-.172v-1.64Z"})),j6=c.forwardRef(W6),j5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(j6,{})}));j5.displayName="FileIcon";const q6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M15 4.516c0-.22-.042-.433-.125-.641a1.738 1.738 0 0 0-.344-.547L11.844.5a1.654 1.654 0 0 0-.531-.36 1.443 1.443 0 0 0-.626-.14H3.079a1.89 1.89 0 0 0-.797.172c-.25.104-.474.26-.672.469a2.158 2.158 0 0 0-.453.718c-.104.26-.156.537-.156.829v11.624c0 .292.052.573.156.844.104.271.255.51.453.719.198.198.422.354.672.469.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.115.474-.276.672-.485a2.2 2.2 0 0 0 .453-.703c.104-.27.156-.552.156-.844V4.517Zm-12.188-3a.586.586 0 0 1 .266-.063h6.844v2.188c0 .218.042.432.125.64.083.209.198.396.344.563.156.156.333.276.53.36.199.082.402.124.61.124h2.078v8.485c0 .197-.067.37-.203.515a.608.608 0 0 1-.484.219H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.187c0-.197.067-.37.203-.515a.532.532 0 0 1 .219-.156Zm8.5.484 1.782 1.875H11.53a.212.212 0 0 1-.156-.063.269.269 0 0 1-.063-.171V2Z"}),n.createElement("path",{d:"M5.637 11.254a.667.667 0 0 0 .328-.07l4.92-2.46a.669.669 0 0 0 .001-1.196L5.964 5.07A.667.667 0 0 0 5 5.667v4.921a.667.667 0 0 0 .637.666Z"})))),G6=c.forwardRef(q6),q5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(G6,{})}));q5.displayName="FileVideoIcon";const K6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M2.75 2.75v.94l4.252 4.251c.265.266.415.626.415 1.002v3.805l1.167.292V8.944c0-.376.148-.736.413-1.002L13.25 3.69v-.94H2.75Zm10.525.915Zm-11.61-2a1.417 1.417 0 0 1 1.002-.415h10.667a1.417 1.417 0 0 1 1.416 1.417v1.057c0 .376-.15.737-.415 1.002l-4.252 4.251v4.17a1.417 1.417 0 0 1-1.76 1.374l-1.333-.334a1.417 1.417 0 0 1-1.073-1.374V8.978L1.664 4.725a1.417 1.417 0 0 1-.414-1V2.666c0-.376.15-.736.415-1.002Zm8.419 7.278Z"})),z6=c.forwardRef(K6),G5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(z6,{})}));G5.displayName="FilterIcon";const Y6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M14.386 7.424a.332.332 0 0 0-.534-.158c-.393.334-.83.614-1.298.832a.166.166 0 0 1-.236-.14A8.767 8.767 0 0 0 5.172.004a.333.333 0 0 0-.339.498c.547.965.835 2.055.834 3.164a6.04 6.04 0 0 1-.42 2.215.167.167 0 0 1-.295.03 5.85 5.85 0 0 1-.698-1.525.333.333 0 0 0-.534-.162 6.643 6.643 0 0 0-2.386 5.109 6.667 6.667 0 1 0 13.333 0 6.61 6.61 0 0 0-.281-1.91ZM8 14.167a2.68 2.68 0 0 1-2.666-2.742 5.04 5.04 0 0 1 3.1-4.59.167.167 0 0 1 .194.258 2.853 2.853 0 0 0-.313 2.774.17.17 0 0 0 .118.092.167.167 0 0 0 .144-.04c.227-.183.397-.427.49-.704a.163.163 0 0 1 .092-.105.167.167 0 0 1 .14 0 2.467 2.467 0 0 1 1.368 2.39A2.616 2.616 0 0 1 8 14.168Z"})),X6=c.forwardRef(Y6),K5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(X6,{})}));K5.displayName="FireIcon";const J6=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M1.263.763A1.75 1.75 0 0 1 2.5.25H6a1.75 1.75 0 0 1 1.4.7l.975 1.3H15.5A1.75 1.75 0 0 1 17.25 4v10a1.75 1.75 0 0 1-1.75 1.75h-13A1.75 1.75 0 0 1 .75 14V2c0-.464.185-.909.513-1.237ZM2.5 1.75a.25.25 0 0 0-.25.25v12a.25.25 0 0 0 .25.25h13a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25H8a.75.75 0 0 1-.6-.3l-1.2-1.6a.25.25 0 0 0-.2-.1H2.5Z"})),Q6=c.forwardRef(J6),z5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Q6,{})}));z5.displayName="FolderEmptyIcon";const e4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M2.5.25c-.482 0-.933.208-1.256.556A1.87 1.87 0 0 0 .75 2.077v11.847c0 .467.172.925.494 1.271.323.348.774.556 1.256.556h13c.483 0 .934-.208 1.257-.556a1.87 1.87 0 0 0 .493-1.271V4.23a1.87 1.87 0 0 0-.493-1.272 1.715 1.715 0 0 0-1.257-.555H8.393l-.976-1.401a1.771 1.771 0 0 0-.613-.55A1.692 1.692 0 0 0 6 .25H2.5Z"})),t4=c.forwardRef(e4),Y5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(t4,{})}));Y5.displayName="FolderFullIcon";const r4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M1.312-.002C.587-.002 0 .585 0 1.31v2.999C0 5.033.587 5.62 1.312 5.62h2.999c.724 0 1.312-.588 1.312-1.312V1.31c0-.725-.588-1.312-1.312-1.312H1.312ZM1.125 1.31c0-.104.083-.187.187-.187h2.999c.103 0 .187.083.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V1.31Z"}),n.createElement("path",{d:"M1.312 6.745C.587 6.745 0 7.333 0 8.057v2.999c0 .725.587 1.312 1.312 1.312h2.999c.724 0 1.312-.588 1.312-1.312V8.057c0-.724-.588-1.312-1.312-1.312H1.312Zm-.187 1.312c0-.103.083-.187.187-.187h2.999c.103 0 .187.084.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V8.057Z"}),n.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),n.createElement("path",{d:"M8.06 6.745c-.725 0-1.313.588-1.313 1.312v2.999c0 .725.588 1.312 1.312 1.312h.155c0-.382.052-.76.155-1.125h-.31a.187.187 0 0 1-.187-.187V8.057c0-.103.084-.187.187-.187h2.999c.103 0 .187.084.187.187v.31a4.157 4.157 0 0 1 1.125-.155v-.155c0-.724-.587-1.312-1.312-1.312H8.059Z"}),n.createElement("path",{d:"M12.37 15.998a3.63 3.63 0 1 0 0-7.26 3.63 3.63 0 0 0 0 7.26Zm.02-6.31c.386 0 .699.313.699.698v1.293h1.292a.699.699 0 0 1 0 1.397H13.09v1.292a.699.699 0 1 1-1.397 0v-1.292h-1.293a.699.699 0 0 1 0-1.397h1.293v-1.293c0-.385.313-.698.698-.698Z"})),n4=c.forwardRef(r4),X5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(n4,{})}));X5.displayName="ForceAddToRecallIcon";const o4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M0 1.31C0 .585.587-.002 1.312-.002h2.999c.724 0 1.312.587 1.312 1.312v2.999c0 .724-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 4.309V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H1.312Z"}),n.createElement("path",{d:"M0 8.057c0-.724.587-1.312 1.312-1.312h2.999c.724 0 1.312.588 1.312 1.312v2.999c0 .725-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 11.056V8.057Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .104.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V8.057a.187.187 0 0 0-.187-.187H1.312Z"}),n.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),n.createElement("path",{d:"M6.747 8.057c0-.724.588-1.312 1.312-1.312h2.999c.725 0 1.312.588 1.312 1.312v.155c-.38 0-.758.052-1.125.155v-.31a.187.187 0 0 0-.187-.187H8.059a.187.187 0 0 0-.187.187v2.999c0 .104.084.187.187.187h.31a4.155 4.155 0 0 0-.155 1.125h-.155a1.312 1.312 0 0 1-1.312-1.312V8.057Z"}),n.createElement("path",{d:"M11.961 8.931A3.551 3.551 0 1 1 12.447 16a.505.505 0 0 1 0-1.01 2.542 2.542 0 1 0-2.035-4.061h1.02a.505.505 0 1 1 0 1.009H9.4a.505.505 0 0 1-.505-.505v-2.03a.505.505 0 1 1 1.01 0v.568a3.557 3.557 0 0 1 2.055-1.04Z"})),a4=c.forwardRef(o4),J5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(a4,{})}));J5.displayName="ForceAddToRecallUndoIcon";const l4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M5.376 3.5a.75.75 0 1 0-1.5 0v.375H3.5a.75.75 0 1 0 0 1.5h.375v.375a.75.75 0 0 0 1.5 0v-.375h.375a.75.75 0 1 0 0-1.5h-.375V3.5Zm.905 7.28a.75.75 0 1 0-1.06-1.06l-.595.595-.595-.595a.75.75 0 0 0-1.06 1.06l.594.596-.595.594a.75.75 0 1 0 1.061 1.06l.595-.594.594.595a.75.75 0 0 0 1.061-1.06l-.595-.595.595-.595Zm3.219-.53a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75Zm.75 1.5a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Zm0-7.875a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Z"}),n.createElement("path",{d:"M.5 2.257v11.487c0 .97.787 1.757 1.757 1.757h11.487c.97 0 1.757-.787 1.757-1.757V2.257c0-.97-.787-1.757-1.757-1.757H2.257C1.287.5.501 1.287.501 2.257Zm1.5 0C2 2.115 2.117 2 2.258 2h4.994v5.25H2V2.257Zm0 11.487V8.75h5.25V14H2.258a.257.257 0 0 1-.256-.256Zm12 0a.257.257 0 0 1-.256.257H8.751V8.75H14v4.993ZM8.75 7.25V2h4.994c.142 0 .257.115.257.257V7.25H8.75Z"})),s4=c.forwardRef(l4),Q5=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(s4,{})}));Q5.displayName="FormulaExpressionIcon";const c4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.324 2.324a.25.25 0 0 1 .177-.074h2.5a.75.75 0 1 0 0-1.5H2.5A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h2.5a.75.75 0 0 0 0-1.5H2.5a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM13 .75a.75.75 0 0 0 0 1.5h2.5a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25H13a.75.75 0 0 0 0 1.5h2.5a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.75H13ZM7.652 5.628A.75.75 0 0 0 6.25 6v7a.75.75 0 0 0 1.5 0V8.826l.598 1.048a.75.75 0 0 0 1.303 0l.599-1.048V13a.75.75 0 0 0 1.5 0V6a.75.75 0 0 0-1.402-.373L9 7.987l-1.35-2.36Z"})),i4=c.forwardRef(c4),ea=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(i4,{})}));ea.displayName="FormulaIcon";const d4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M1.251.667a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm14.162 2.397a.75.75 0 0 1-.309 1.015L6.037 8.917l9.069 4.838a.75.75 0 1 1-.707 1.324L4.752 9.932a.75.75 0 0 1-.177-.13 1.25 1.25 0 0 1 0-1.769.75.75 0 0 1 .177-.13l9.646-5.147a.75.75 0 0 1 1.015.308Z"})),u4=c.forwardRef(d4),ta=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(u4,{})}));ta.displayName="FromStartAltIcon";const f4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.25 2.499a.75.75 0 0 1 .75-.75h4.5a.749.749 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-8.438 8.44H7a.75.75 0 0 1 0 1.5H2.514a.748.748 0 0 1-.763-.75v-4.5a.75.75 0 1 1 1.5 0v2.69l8.44-8.44H9a.75.75 0 0 1-.75-.75Z"})),h4=c.forwardRef(f4),ra=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(h4,{})}));ra.displayName="FullscreenIcon";const p4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M4.001.75a.75.75 0 0 0-.75.75c0 1.294.63 2.43 1.517 3.25H2.501A1.75 1.75 0 0 0 .751 6.5V8a1.25 1.25 0 0 0 1 1.225v6.276a1.75 1.75 0 0 0 1.75 1.75h11a1.75 1.75 0 0 0 1.75-1.75V9.225a1.25 1.25 0 0 0 1-1.225V6.5a1.75 1.75 0 0 0-1.75-1.75h-2.267c.886-.82 1.517-1.956 1.517-3.25a.75.75 0 0 0-.75-.75c-1.298 0-2.593.522-3.565 1.351C9.809 2.636 9.29 3.322 9 4.11c-.29-.788-.808-1.474-1.435-2.009C6.594 1.272 5.3.751 4.001.751Zm7.25 15v-6.5h3.5v6.25a.25.25 0 0 1-.25.25h-3.25Zm0-8v-1.5h4.25a.25.25 0 0 1 .25.25v1.25h-4.5Zm-1.5-1.5v1.5h-1.5v-1.5h1.5Zm-3 0v1.5h-4.5V6.5a.25.25 0 0 1 .25-.25h4.25Zm0 3v6.5h-3.25a.25.25 0 0 1-.25-.25V9.25h3.5Zm1.5 6.5v-6.5h1.5v6.5h-1.5Zm3.158-12.507a4.247 4.247 0 0 1 1.686-.875c-.187.513-.534.991-1.002 1.39a4.246 4.246 0 0 1-1.686.875c.187-.513.534-.991 1.002-1.39Zm-5.5.515c-.468-.399-.815-.877-1.002-1.39.61.156 1.2.46 1.686.875.468.399.815.877 1.002 1.39-.61-.156-1.2-.46-1.686-.875Z"})),g4=c.forwardRef(p4),na=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(g4,{})}));na.displayName="GiftIcon";const v4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M11.451.503a7.75 7.75 0 0 0-8.788 3.85.75.75 0 0 0 1.323.706 6.25 6.25 0 1 1-.107 5.68.75.75 0 0 0-1.348.656A7.75 7.75 0 1 0 11.45.503Z"}),n.createElement("path",{d:"M8.97 4.973a.75.75 0 0 1 1.061 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 1 1 0-1.5h8.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),w4=c.forwardRef(v4),oa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(w4,{})}));oa.displayName="GoToIcon";const m4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M6.919 4.053 5.449 7.51a1.75 1.75 0 0 1-1.615 1.074H1.501a.75.75 0 0 1 0-1.5h2.333a.25.25 0 0 0 .232-.154l.002-.005L5.8 2.848a1.25 1.25 0 0 1 2.333.085l.005.013 2.934 9.127 1.47-3.889a1.75 1.75 0 0 1 1.625-1.1H16.5a.75.75 0 0 1 0 1.5h-2.333a.25.25 0 0 0-.227.146l-1.725 4.562a1.25 1.25 0 0 1-2.345-.057l-.004-.013L6.92 4.053Z"})),b4=c.forwardRef(m4),aa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(b4,{})}));aa.displayName="GraphStatsIcon";const y4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.501.749a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm.25 7.25a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm7.5-9c0-.967.784-1.75 1.75-1.75h4c.967 0 1.75.783 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-4a1.75 1.75 0 0 1-1.75-1.75v-4Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25h-4Zm0 7.5a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Z"})),E4=c.forwardRef(y4),la=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(E4,{})}));la.displayName="GridAltIcon";const C4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.751 2.499c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm4.25.25c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm-13.5 6c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.499a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .139.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),I4=c.forwardRef(C4),sa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(I4,{})}));sa.displayName="GridIcon";const x4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8.092 4.753a1.42 1.42 0 0 0-.69.13 1.189 1.189 0 0 0-.486.408.947.947 0 0 0-.165.528.75.75 0 1 1-1.5 0c0-.487.148-.958.419-1.363.27-.403.65-.723 1.093-.93a2.92 2.92 0 0 1 2.799.177c.41.264.743.632.952 1.07.21.44.283.928.21 1.409a2.49 2.49 0 0 1-.615 1.287 2.76 2.76 0 0 1-1.211.778.248.248 0 0 0-.121.079.105.105 0 0 0-.026.064V9a.75.75 0 1 1-1.5 0v-.609c0-.36.124-.705.342-.986.217-.279.515-.48.846-.586a1.26 1.26 0 0 0 .554-.352.991.991 0 0 0 .248-.511.919.919 0 0 0-.081-.537 1.115 1.115 0 0 0-.41-.454 1.38 1.38 0 0 0-.658-.212ZM8.001 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),n.createElement("path",{d:"M8.001.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5ZM1.751 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),S4=c.forwardRef(x4),ca=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(S4,{})}));ca.displayName="HelpIcon";const M4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M7.226 1.47A7.25 7.25 0 1 1 10 15.416a.75.75 0 0 1 0-1.5A5.75 5.75 0 1 0 4.454 6.65l.516-.516a.75.75 0 0 1 1.06 1.06L4.062 9.165a.748.748 0 0 1-1.124 0L.97 7.196a.75.75 0 0 1 1.06-1.06l.822.82A7.25 7.25 0 0 1 7.226 1.47Z"}),n.createElement("path",{d:"M10.25 4.165a.75.75 0 0 0-1.5 0v4.5c0 .415.336.75.75.75H13a.75.75 0 0 0 0-1.5h-2.75v-3.75Z"})),A4=c.forwardRef(M4),ia=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(A4,{})}));ia.displayName="HistoryIcon";const N4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M13.72 9.243c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v5.5a.724.724 0 0 1-.219.532.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-4a.208.208 0 0 0-.078-.172.208.208 0 0 0-.172-.078h-1a.24.24 0 0 0-.172.078.208.208 0 0 0-.078.172v4a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-5.5c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v4.75h2.5v-3.25c0-.312.078-.603.234-.874.157-.27.37-.484.641-.64.27-.157.562-.235.875-.235h1c.323 0 .614.078.875.234.27.157.484.37.64.64.157.272.235.563.235.876v3.25h2.5v-4.75ZM2.001 8.774A.737.737 0 0 1 .97 8.758a.705.705 0 0 1-.219-.515.698.698 0 0 1 .188-.531L7.736.915c.166-.156.354-.281.562-.375a1.69 1.69 0 0 1 1.344 0c.219.094.406.219.562.375l6.797 6.797a.752.752 0 0 1 .203.53c0 .199-.073.37-.218.517a.815.815 0 0 1-.532.218.733.733 0 0 1-.515-.203L9.142 1.977A.208.208 0 0 0 8.97 1.9a.208.208 0 0 0-.172.078L2.001 8.774Z"})),P4=c.forwardRef(N4),da=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(P4,{})}));da.displayName="HomeIcon";const Z4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M7.257 11.503a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Zm-1.72-4.531a.75.75 0 1 0-1.06 1.061l1.47 1.47-1.47 1.47a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2Z"}),n.createElement("path",{d:"M.257 2.503c0-.967.783-1.75 1.75-1.75h12c.966 0 1.75.783 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-11Zm1.5 0v1.25h12.5v-1.25a.25.25 0 0 0-.25-.25h-12a.25.25 0 0 0-.25.25Zm12.5 2.75h-12.5v8.25c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-8.25Z"})),T4=c.forwardRef(Z4),ua=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(T4,{})}));ua.displayName="HtmlIcon";const F4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M16 8.51v5.8c0 .94-.76 1.7-1.7 1.7H1.7c-.94 0-1.7-.76-1.7-1.7V1.7C0 .76.76 0 1.7 0h6.18v1.5H1.7c-.13 0-.2.06-.2.2v12.61c0 .13.06.2.2.2h12.61c.13 0 .2-.06.2-.2v-5.8h1.5H16Z"}),n.createElement("path",{d:"M7.17 5c0-1.13-.91-2.04-2.04-2.04S3.09 3.87 3.09 5 4 7.04 5.13 7.04 7.17 6.13 7.17 5Z"}),n.createElement("path",{d:"M9.21 10.28c.64-.23 1.32-.31 1.99-.25.67.06 1.33.26 1.92.6.36.21.82.08 1.02-.28a.74.74 0 0 0-.28-1.02c-.78-.44-1.64-.71-2.53-.79a6.182 6.182 0 0 0-4.88 1.73l-.02.02c-.55-.33-1.17-.51-1.82-.52-.9-.02-1.77.29-2.46.86-.32.27-.36.74-.09 1.06.27.32.74.36 1.06.09.41-.34.93-.53 1.47-.52.31 0 .62.08.9.21-.19.32-.36.65-.5 1-.15.39.04.82.43.97.39.15.82-.04.97-.43.17-.45.41-.86.71-1.24.01-.02.03-.03.04-.05.11-.14.23-.27.36-.39a4.82 4.82 0 0 1 1.71-1.06v.01Z"}),n.createElement("path",{d:"m15.76 6.6-1.22-1.22a.504.504 0 0 1-.1-.57c.21-.45.32-.94.32-1.44 0-1.86-1.52-3.38-3.38-3.38C9.52-.01 8 1.51 8 3.37c0 1.86 1.52 3.38 3.38 3.38.5 0 .99-.11 1.44-.32.07-.03.14-.05.21-.05.13 0 .26.05.35.15l1.22 1.22c.31.31.85.31 1.16 0a.82.82 0 0 0 0-1.16v.01ZM11.4 5.14c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Z"})))),V4=c.forwardRef(F4),fa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(V4,{})}));fa.displayName="ImageSearchIcon";const k4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M12.792 4.918a.75.75 0 0 1 .949-.475l2.654.885a1.252 1.252 0 0 1 .79 1.581l-3.161 9.487a1.252 1.252 0 0 1-1.582.79l-7.176-2.392a.75.75 0 0 1 .475-1.423l6.939 2.313 3.004-9.012-2.417-.806a.75.75 0 0 1-.475-.948Zm2.97 1.517ZM4.376 2.5a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM4 4.377a.375.375 0 1 1 .751 0 .375.375 0 0 1-.75 0Z"}),n.createElement("path",{d:"M.75 2C.75 1.31 1.31.75 2 .75h9c.69 0 1.25.56 1.25 1.25v10c0 .691-.56 1.25-1.25 1.25H2A1.25 1.25 0 0 1 .75 12V2Zm1.5 6.75h1.86l2.542-3.633a1.752 1.752 0 0 1 2.753-.15l1.345 1.538V2.25h-8.5v6.5Zm6.026-2.795a.254.254 0 0 0-.203-.086.25.25 0 0 0-.191.106L5.94 8.751h4.782L8.276 5.955ZM2.25 10.25v1.5h8.5v-1.5h-8.5Z"})),O4=c.forwardRef(k4),ha=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(O4,{})}));ha.displayName="ImagesIcon";const L4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M17.193 12.287a.748.748 0 0 1-.693.463H12a.75.75 0 0 1 0-1.5h2.69l-4.013-4.013a.25.25 0 0 0-.354 0L8.238 9.324a1.75 1.75 0 0 1-2.476 0L.97 4.53a.75.75 0 0 1 1.06-1.06l4.793 4.793a.25.25 0 0 0 .354 0l2.085-2.086a1.75 1.75 0 0 1 2.476 0l4.012 4.012V7.5a.75.75 0 0 1 1.5 0V12c0 .102-.02.199-.057.287Z"})),H4=c.forwardRef(L4),rn=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(H4,{})}));rn.displayName="ImpactDownIcon";const B4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"})),pa=c.forwardRef(B4),O0=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(pa,{})}));O0.displayName="InfoFilledIcon";const _4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"}),n.createElement("path",{d:"M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),D4=c.forwardRef(_4),ga=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(D4,{})}));ga.displayName="InfoIcon";const $4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0ZM7.83 6.286a.857.857 0 1 0 0-1.714.857.857 0 0 0 0 1.714Zm1.2 4.02h-.257V7.734a.6.6 0 0 0-.6-.6h-.858a.6.6 0 0 0 0 1.2h.258v2.015h-.258a.6.6 0 1 0 0 1.2H9.03a.6.6 0 0 0 0-1.2v-.043Z"})),R4=c.forwardRef($4),va=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(R4,{})}));va.displayName="InfoSmallIcon";const U4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.755 6.065a8.754 8.754 0 0 1 16.503.035c.319.908.492 1.884.492 2.9a8.736 8.736 0 0 1-.503 2.934A8.76 8.76 0 0 1 9 17.75a8.754 8.754 0 0 1-8.258-5.852A8.736 8.736 0 0 1 .25 9.001a8.736 8.736 0 0 1 .505-2.936Zm10.506 9.826a7.271 7.271 0 0 0 4.135-3.473h-3.325a26.486 26.486 0 0 1-.81 3.473Zm-.71-3.473H7.455c.224 1.288.549 2.563.974 3.81a7.318 7.318 0 0 0 1.146 0c.425-1.244.75-2.518.974-3.81Zm1.721-1.5h3.722c.167-.61.256-1.254.256-1.917 0-.664-.089-1.307-.256-1.917h-3.596c.013.342.02.685.019 1.028.002.939-.047 1.875-.145 2.806Zm-1.375-3.834H7.105a25.165 25.165 0 0 0 .136 3.834h3.523c.103-.93.155-1.866.153-2.805v-.002c0-.343-.006-.685-.02-1.027Zm1.402-1.5h3.097a7.278 7.278 0 0 0-3.618-3.282c.242 1.082.416 2.178.52 3.282Zm-2.175-3.747a7.306 7.306 0 0 0-2.246 0 25.158 25.158 0 0 0-.667 3.747h3.58a25.017 25.017 0 0 0-.668-3.747ZM2.006 7.084A7.258 7.258 0 0 0 1.75 9c0 .663.09 1.306.257 1.917h3.725a26.664 26.664 0 0 1-.129-3.834H2.007Zm.598 5.334a7.271 7.271 0 0 0 4.14 3.475 26.654 26.654 0 0 1-.81-3.475h-3.33Zm0-6.834h3.098c.105-1.1.278-2.197.52-3.282a7.278 7.278 0 0 0-3.618 3.282Z"})),W4=c.forwardRef(U4),wa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(W4,{})}));wa.displayName="InternetIcon";const j4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M11.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"}),n.createElement("path",{d:"M.9 15.101a2.216 2.216 0 0 1 0-3.134l5.725-5.725A4.66 4.66 0 1 1 9.76 9.376l-.941.941.18.673a1.728 1.728 0 0 1-2.115 2.115l-.502-.135.134.502A1.728 1.728 0 0 1 4.4 15.588l-.726-.194c-.86.559-2.02.461-2.775-.293Zm1.06-2.073a.716.716 0 1 0 1.013 1.013.75.75 0 0 1 .724-.194l1.09.292a.228.228 0 0 0 .28-.279l-.293-1.09a.75.75 0 0 1 .194-.724l.488-.488a.75.75 0 0 1 .725-.194l1.089.292a.228.228 0 0 0 .279-.28l-.292-1.088a.75.75 0 0 1 .194-.725l1.583-1.584a.75.75 0 0 1 .823-.16 3.16 3.16 0 1 0-1.675-1.675.75.75 0 0 1-.16.823L1.96 13.028Z"})),q4=c.forwardRef(j4),ma=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(q4,{})}));ma.displayName="KeyIcon";const G4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.75 15.834c0 .782.635 1.417 1.417 1.417h13.667c.782 0 1.417-.635 1.417-1.417V2.167c0-.782-.635-1.416-1.417-1.416H2.167A1.415 1.415 0 0 0 .751 2.167v13.667Zm1.5-8.583h3.5v8.5h-3.5v-8.5Zm0-1.5v-3.5h3.5v3.5h-3.5Zm5 1.5h8.5v8.5h-8.5v-8.5Zm8.5-1.5h-8.5v-3.5h8.5v3.5Z"})),K4=c.forwardRef(G4),ba=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(K4,{})}));ba.displayName="LayoutIcon";const z4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M4.49 16.251a.75.75 0 0 1-.74-.75V9.037a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 0 4.25-4.25V3a2.25 2.25 0 0 1 4.5 0v2.254c0 .115.079.215.17.238l.992.218a3.752 3.752 0 0 1 2.833 3.834l-.202 3.43a4.75 4.75 0 0 1-4.726 4.276H9.06c-.441 0-.88-.062-1.304-.183l-2.423-.692a3.252 3.252 0 0 0-.844-.125Zm1.255-1.317 2.423.692c.29.083.59.125.892.125h3.257c1.669 0 3.066-1.264 3.231-2.894l.2-3.394A2.245 2.245 0 0 0 14.07 7.17l-.99-.217a1.75 1.75 0 0 1-1.33-1.699V3.001a.75.75 0 0 0-1.5 0v1.036a5.751 5.751 0 0 1-5 5.701v5.082c.167.03.332.067.495.114ZM2.251 8.25v7.5h1.5v-7.5h-1.5Zm-.75-1.5h3a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-9a.75.75 0 0 1 .75-.75Z"})),Y4=c.forwardRef(z4),ya=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Y4,{})}));ya.displayName="LikeIcon";const X4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.25 1.5a.75.75 0 1 0-1.5 0v15.001c0 .414.337.75.75.75h14.996a.75.75 0 0 0 0-1.5H2.251v-2.826l4.16-2.496c.194-.117.417-.178.644-.178h3.513c.392 0 .78-.085 1.138-.247l5.105-2.32a.75.75 0 1 0-.62-1.366l-5.106 2.32c-.163.074-.34.113-.518.113H7.055c-.499 0-.988.135-1.415.391l-3.39 2.034V1.501Z"})),J4=c.forwardRef(X4),Ea=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(J4,{})}));Ea.displayName="LineChartIcon";const Q4=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M12.5 4.584a3.729 3.729 0 0 0-2.781 1.252.75.75 0 0 0 1.121.996 2.23 2.23 0 0 1 1.662-.748h.999a2.25 2.25 0 0 1 0 4.5h-1a2.231 2.231 0 0 1-1.661-.748.75.75 0 0 0-1.12.996 3.732 3.732 0 0 0 2.78 1.252h1a3.75 3.75 0 0 0 0-7.5h-1Zm-8 0a3.75 3.75 0 1 0 0 7.5h1.003a3.733 3.733 0 0 0 2.78-1.252.75.75 0 1 0-1.121-.997 2.233 2.233 0 0 1-1.662.749h-1a2.25 2.25 0 0 1 0-4.5h1a2.23 2.23 0 0 1 1.662.748.75.75 0 0 0 1.12-.996 3.73 3.73 0 0 0-2.78-1.252H4.501Z"}),n.createElement("path",{d:"M5.5 7.583a.75.75 0 1 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"})),e8=c.forwardRef(Q4),Ca=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(e8,{})}));Ca.displayName="LinkIcon";const t8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M3.001 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.5 7.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4-14.25a.75.75 0 1 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Zm-.75 6.75a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Z"})),r8=c.forwardRef(t8),Ia=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(r8,{})}));Ia.displayName="ListIcon";const n8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M14.801 8c.663 0 1.21-.54 1.11-1.195a8 8 0 1 0-9.105 9.106C7.46 16.01 8 15.464 8 14.8s-.543-1.187-1.19-1.328a5.602 5.602 0 0 1-4.302-6.565 5.6 5.6 0 0 1 10.964-.098c.14.647.665 1.19 1.328 1.19Z"})),o8=c.forwardRef(n8),nn=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(o8,{})}));nn.displayName="LoaderIcon";const a8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M8.751 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),n.createElement("path",{d:"M3.751 5v1.75h-.25a1.75 1.75 0 0 0-1.75 1.75v7c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-7a1.75 1.75 0 0 0-1.75-1.75h-.25V5a4.25 4.25 0 0 0-8.5 0Zm4.25-2.75A2.75 2.75 0 0 1 10.751 5v1.75h-5.5V5a2.75 2.75 0 0 1 2.75-2.75Zm-4.5 6h9a.25.25 0 0 1 .25.25v7a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-7a.25.25 0 0 1 .25-.25Z"})),l8=c.forwardRef(a8),xa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(l8,{})}));xa.displayName="LockIcon";const s8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("g",{id:"loomi AI"},n.createElement("g",{id:"Shape"},n.createElement("path",{d:"M1.406 3.388a3.55 3.55 0 0 1 .707.904.442.442 0 0 0 .774 0 3.532 3.532 0 0 1 1.405-1.404.442.442 0 0 0 0-.775A3.533 3.533 0 0 1 2.887.708a.442.442 0 0 0-.774 0A3.533 3.533 0 0 1 .708 2.113a.442.442 0 0 0 0 .775c.253.138.487.306.698.5Z"}),n.createElement("path",{d:"M10.097 1.442a1.25 1.25 0 0 0-2.194 0L6.43 4.137A3.25 3.25 0 0 1 5.137 5.43L2.442 6.903a1.25 1.25 0 0 0 0 2.194l2.695 1.474a3.25 3.25 0 0 1 1.292 1.292l1.474 2.695a1.25 1.25 0 0 0 2.194 0l1.474-2.695a3.25 3.25 0 0 1 1.292-1.292l2.695-1.474a1.25 1.25 0 0 0 0-2.194L12.863 5.43a3.25 3.25 0 0 1-1.292-1.292l-1.474-2.695ZM7.745 4.857 9 2.563l1.255 2.294a4.75 4.75 0 0 0 1.888 1.888L14.437 8l-2.294 1.255a4.75 4.75 0 0 0-1.888 1.888L9 13.437l-1.255-2.294a4.75 4.75 0 0 0-1.888-1.888L3.563 8l2.294-1.255a4.75 4.75 0 0 0 1.888-1.888Z"})))),c8=c.forwardRef(s8),Sa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(c8,{})}));Sa.displayName="LoomiIcon";const i8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M11.116 1.123c-.083.02-1.136.43-2.34.912-1.205.482-2.228.876-2.273.876-.045 0-.963-.353-2.039-.784-2.153-.861-2.066-.83-2.313-.866-.499-.075-1.024.212-1.258.687l-.097.197-.008 5.083c-.008 5.608-.02 5.227.181 5.636.116.237.446.584.667.702.167.089 4.298 1.744 4.44 1.779.05.012.17.033.268.047.356.052.484.01 2.868-.944 1.221-.488 2.25-.887 2.287-.887.036 0 .978.364 2.092.809 1.391.555 2.09.819 2.23.843.39.066.77-.066 1.056-.366.092-.096.203-.252.248-.348l.081-.173.008-5.07c.006-3.586-.002-5.116-.025-5.23-.09-.435-.455-.911-.86-1.124-.29-.151-4.236-1.724-4.458-1.776a1.847 1.847 0 0 0-.755-.003ZM4.06 3.563l1.702.68v4.689c0 2.579-.01 4.689-.023 4.689-.012 0-.77-.3-1.687-.663-1.154-.46-1.686-.686-1.733-.737l-.067-.073V7.496c0-4.417.003-4.65.052-4.632.03.01.82.325 1.756.699Zm6.712 3.964c0 3.706-.008 4.683-.038 4.706-.045.035-3.429 1.388-3.472 1.388-.02 0-.028-1.57-.023-4.688l.008-4.687 1.725-.695a75.81 75.81 0 0 1 1.762-.697c.03-.002.038.95.038 4.673Zm3.196-3.998c1.173.47 1.71.698 1.74.742.038.055.044.655.044 4.707 0 2.554-.01 4.643-.023 4.643-.012 0-.802-.312-1.754-.693l-1.733-.693V7.543c0-2.581.007-4.692.015-4.692s.778.305 1.711.678Z"})),d8=c.forwardRef(i8),Ma=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(d8,{})}));Ma.displayName="MapIcon";const u8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M4.809 2.276a.75.75 0 0 1 .844.353L8 6.739l2.35-4.11a.75.75 0 0 1 1.4.372v10.5a.75.75 0 1 1-1.5 0V5.825L8.653 8.623a.75.75 0 0 1-1.303 0L5.751 5.825v7.676a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .558-.725Z"})),f8=c.forwardRef(u8),Aa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(f8,{})}));Aa.displayName="MetricAltIcon";const h8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M3.251 8a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),p8=c.forwardRef(h8),Na=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(p8,{})}));Na.displayName="MinusIcon";const g8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M4.75 1.75C4.75.785 5.534 0 6.5 0h7c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 13.5 7.5h-7a1.75 1.75 0 0 1-1.75-1.75v-4Zm2.53-.25 2.293 1.647a.735.735 0 0 0 .427.134c.16 0 .31-.05.427-.134l2.293-1.646H7.28Zm6.47 1.108-2.448 1.758A2.235 2.235 0 0 1 10 4.78c-.465 0-.923-.144-1.302-.415L6.25 2.608v3.143c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25V2.608Z"}),n.createElement("path",{d:"M2.25 3.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .75 3.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75V9a.75.75 0 1 0-1.5 0v2.75h-6.5V3.5Zm0 9.75h6.5v.25a1.25 1.25 0 0 1-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),v8=c.forwardRef(g8),Pa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(v8,{})}));Pa.displayName="MobileAppInboxIcon";const w8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M11.375 2.75a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM11 4.627a.375.375 0 1 1 .75 0 .375.375 0 0 1-.75 0Z"}),n.createElement("path",{d:"M5.5.75a.75.75 0 0 0-.75.75v9c0 .415.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Zm.75 9V8.326a.753.753 0 0 0 .153-.075c.43-.273.9-.437 1.381-.485a3.04 3.04 0 0 1 1.427.204c.46.182.886.477 1.247.868.246.267.457.575.625.914H6.25Zm1.386-3.477c-.478.047-.945.17-1.386.364V2.25h7.5v7.5h-1.043a5.531 5.531 0 0 0-1.146-1.93 4.913 4.913 0 0 0-1.797-1.246 4.54 4.54 0 0 0-2.128-.302Z"}),n.createElement("path",{d:"M3.5 3.25c-.69 0-1.25.56-1.25 1.25v8.25h6.5v-.25a.75.75 0 0 1 1.5 0v2a2.75 2.75 0 0 1-2.75 2.75h-4A2.75 2.75 0 0 1 .75 14.5v-10A2.75 2.75 0 0 1 3.5 1.75a.75.75 0 0 1 0 1.5ZM2.25 14.5c0 .691.56 1.25 1.25 1.25h4a1.25 1.25 0 0 0 1.25-1.25v-.25h-6.5v.25Z"})),m8=c.forwardRef(w8),Za=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(m8,{})}));Za.displayName="MobileImageMessageIcon";const b8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M14.5 2.75a2.75 2.75 0 0 1 2.75 2.75v5a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 .75 10.5v-5A2.75 2.75 0 0 1 3.5 2.75h11Zm0 1.5H5.25v7.5h9.25a1.25 1.25 0 0 0 1.25-1.25v-5c0-.69-.559-1.25-1.25-1.25Zm-10.75 7.5v-7.5H3.5c-.69 0-1.25.56-1.25 1.25v5c0 .691.56 1.25 1.25 1.25h.25Z"})),y8=c.forwardRef(b8),Ta=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(y8,{})}));Ta.displayName="MobilePhoneLandscapeIcon";const E8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M2.75 3.5A2.75 2.75 0 0 1 5.5.75h5a2.75 2.75 0 0 1 2.75 2.75v11a2.75 2.75 0 0 1-2.75 2.75h-5a2.75 2.75 0 0 1-2.75-2.75v-11Zm1.5 0v9.25h7.5V3.5c0-.69-.559-1.25-1.25-1.25h-5c-.69 0-1.25.56-1.25 1.25Zm7.5 10.75h-7.5v.25c0 .691.56 1.25 1.25 1.25h5a1.25 1.25 0 0 0 1.25-1.25v-.25Z"})),C8=c.forwardRef(E8),Fa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(C8,{})}));Fa.displayName="MobilePhonePortraitIcon";const I8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M10.505.027a3.254 3.254 0 0 0-2.802 2.618c-.034.175-.047.508-.059 1.466L7.63 5.349l-.066.066c-.049.05-.122.074-.3.1-.29.042-.428.128-.533.33-.062.122-.072.179-.072.398 0 .22.01.277.072.398.097.188.266.293.527.326.107.014.952.027 1.88.029 1.393.003 1.66.009 1.53.037a.911.911 0 0 0-.602.422.9.9 0 0 0-.157.61.971.971 0 0 0 1.054.906c.462-.037.815-.366.898-.838.087-.491-.292-1.032-.775-1.106-.066-.01.695-.026 1.692-.035 1.374-.012 1.841-.024 1.927-.052.15-.05.34-.241.38-.385.038-.14.04-.477.003-.606-.072-.254-.287-.408-.618-.443-.127-.014-.202-.04-.255-.085l-.077-.065-.016-1.3c-.019-1.45-.025-1.495-.227-2.003A3.224 3.224 0 0 0 11.24.028a2.55 2.55 0 0 0-.735-.001ZM2.13.536C1.154.699.387 1.385.078 2.37L0 2.617v11.248l.078.247c.28.892.88 1.492 1.772 1.772l.247.078H4.69c2.871 0 2.735.008 3.208-.187.633-.26 1.192-.848 1.41-1.482.135-.394.145-.515.146-1.901.001-.915-.009-1.346-.032-1.434-.069-.26-.27-.416-.569-.443-.573-.052-.837.17-.869.73l-.015.254H1.46V7.227c0-4.737-.01-4.456.187-4.754a1.18 1.18 0 0 1 .205-.233c.345-.264.32-.261 2.064-.261 1.618 0 1.657-.003 1.833-.165.27-.248.282-.864.024-1.122-.185-.185-.2-.186-1.946-.183C2.97.51 2.205.523 2.13.536Zm9.26 1.023c.527.15 1.001.614 1.183 1.157.06.176.062.238.072 1.48l.01 1.297H9.123l.01-1.254c.008-1.394.013-1.438.196-1.806.194-.391.648-.77 1.055-.88.33-.091.678-.09 1.006.006Zm-.31 5.97c.396.18.416.738.032.912a.506.506 0 0 1-.633-.161c-.067-.088-.08-.132-.08-.28 0-.22.09-.373.273-.462.153-.073.26-.076.408-.01Zm-3.109 5.805c-.009.298-.022.385-.074.5-.14.308-.418.546-.732.626-.152.039-.468.043-2.522.036l-2.348-.008-.19-.09a1.114 1.114 0 0 1-.54-.54c-.077-.164-.089-.226-.1-.493a2.076 2.076 0 0 1 .004-.348c.015-.04.357-.044 3.265-.044h3.248l-.01.36Z"})),x8=c.forwardRef(I8),Va=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(x8,{})}));Va.displayName="MobilePushIcon";const S8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.234 3.284a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Zm1.35.983a.983.983 0 1 1 1.966 0 .983.983 0 0 1-1.966 0Zm3.316-.983a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Z"}),n.createElement("path",{d:"M5.384 2.867A2.617 2.617 0 0 1 8 .251h5.134a2.617 2.617 0 0 1 2.617 2.616v2.8a2.617 2.617 0 0 1-2.617 2.617h-.156l-2.114 2.114a.75.75 0 0 1-1.28-.53V8.283H8a2.617 2.617 0 0 1-2.616-2.617v-2.8ZM8 1.751c-.616 0-1.116.5-1.116 1.116v2.8c0 .617.5 1.117 1.116 1.117h2.334a.75.75 0 0 1 .75.75v.523l1.053-1.053a.75.75 0 0 1 .53-.22h.467c.617 0 1.117-.5 1.117-1.117v-2.8c0-.616-.5-1.116-1.117-1.116H8Z"}),n.createElement("path",{d:"M4.267 1.184H2.701a2.452 2.452 0 0 0-2.45 2.45v9.667a2.45 2.45 0 0 0 2.45 2.45h4.066a2.45 2.45 0 0 0 2.45-2.45V9.4a.75.75 0 0 0-1.5 0v2.05H1.75V3.635a.95.95 0 0 1 .951-.95h1.566a.75.75 0 1 0 0-1.5ZM1.75 12.951h5.967v.35a.95.95 0 0 1-.95.95H2.701a.95.95 0 0 1-.95-.95v-.35Z"})),M8=c.forwardRef(S8),ka=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(M8,{})}));ka.displayName="MobileSmsIcon";const A8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M6.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Zm.75 1.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM6.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z"}),n.createElement("path",{d:"M7.5.75A2.75 2.75 0 0 0 4.75 3.5v4a2.75 2.75 0 0 0 2.75 2.75h5a2.75 2.75 0 0 0 2.75-2.75v-4A2.75 2.75 0 0 0 12.5.75h-5ZM6.25 3.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25v4c0 .691-.56 1.25-1.25 1.25h-5A1.25 1.25 0 0 1 6.25 7.5v-4Z"}),n.createElement("path",{d:"M2.251 4.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .751 4.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75v-3a.75.75 0 1 0-1.5 0v1.25h-6.5V4.5Zm0 9.75h6.5v.25c0 .691-.56 1.25-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),N8=c.forwardRef(A8),Oa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(N8,{})}));Oa.displayName="MobileTextMessageIcon";const P8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M8.47.969a.748.748 0 0 1 .244-.163L9 .75c.207 0 .394.084.53.22l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v4.94h4.939l-.72-.72a.75.75 0 1 1 1.061-1.06l2 2a.748.748 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.719-.72H9.75v4.94l.72-.72a.75.75 0 0 1 1.061 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.75H3.31l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h4.94V3.31l-.72.72a.75.75 0 0 1-1.06-1.06l2-2Z"})),Z8=c.forwardRef(P8),La=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Z8,{})}));La.displayName="MoveIcon";const T8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M6.63 3c.97 0 1.88.38 2.56 1.06l-.01.01a3.6 3.6 0 0 1 1.06 2.56c0 1.99-1.62 3.62-3.62 3.62a3.6 3.6 0 0 1-2.56-1.06C3.38 8.5 3 7.59 3 6.62 3 4.63 4.63 3 6.63 3Zm2.49 3.63c0-.48-.13-.93-.38-1.33h-.01L5.29 8.75a2.505 2.505 0 0 0 3.83-2.12ZM7.94 4.5c-.39-.25-.85-.38-1.32-.38h-.01a2.5 2.5 0 0 0-2.12 3.83L7.94 4.5Z"}),n.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),n.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),F8=c.forwardRef(T8),Ha=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(F8,{})}));Ha.displayName="MultiParentRejectedIcon";const V8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M9.852 4.554c.238-.352.183-.86-.122-1.133-.305-.274-.745-.211-.982.14L5.412 8.507 4.274 6.628c-.222-.365-.659-.454-.975-.198-.317.256-.394.76-.172 1.125L4.38 9.622c.108.185.253.339.423.448.173.111.366.173.564.18.198.007.395-.042.573-.14.176-.098.33-.243.448-.422l3.463-5.134Z"}),n.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),n.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),k8=c.forwardRef(V8),Ba=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(k8,{})}));Ba.displayName="MultiParentSelectedIcon";const O8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),n.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),n.createElement("path",{d:"M5.783 7.976v-.113c.003-.389.038-.698.106-.93.07-.23.172-.417.306-.559.133-.142.294-.27.482-.386.14-.089.266-.181.377-.276.111-.096.2-.201.265-.317a.792.792 0 0 0 .099-.393.725.725 0 0 0-.415-.67.916.916 0 0 0-.414-.092.938.938 0 0 0-.418.096.793.793 0 0 0-.323.28.845.845 0 0 0-.136.456s0 .782-.693.782-.693-.782-.693-.782c.011-.444.12-.81.326-1.099.206-.29.479-.507.819-.65.34-.143.715-.216 1.125-.216.45 0 .85.074 1.196.22.346.144.618.354.815.63.197.275.296.607.296.995 0 .26-.044.49-.133.693-.086.2-.207.377-.363.533-.156.153-.341.292-.554.416a2.242 2.242 0 0 0-.442.326 1.107 1.107 0 0 0-.255.393 1.663 1.663 0 0 0-.085.55v.113H5.783Zm.673 2.131a.806.806 0 0 1-.58-.233.758.758 0 0 1-.235-.566.744.744 0 0 1 .234-.56.806.806 0 0 1 .581-.232c.216 0 .405.077.568.233a.757.757 0 0 1 .248.56.763.763 0 0 1-.12.402.87.87 0 0 1-.295.29.784.784 0 0 1-.4.106Z"})))),L8=c.forwardRef(O8),_a=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(L8,{})}));_a.displayName="MultiParentUnassignedIcon";const H8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M14.546 2.667a1.13 1.13 0 0 0-.363-.848 1.13 1.13 0 0 0-.849-.364H2.667a1.18 1.18 0 0 0-.863.364 1.155 1.155 0 0 0-.349.848v10.667c0 .333.116.621.349.864.242.232.53.348.863.348h10.667c.334 0 .616-.116.849-.348a1.18 1.18 0 0 0 .363-.864V2.667Zm1.455 0v10.667c0 .485-.121.934-.364 1.349A2.628 2.628 0 0 1 13.334 16H2.667a2.71 2.71 0 0 1-1.348-.349 2.785 2.785 0 0 1-.97-.97 2.71 2.71 0 0 1-.348-1.348V2.667A2.627 2.627 0 0 1 1.319.364 2.623 2.623 0 0 1 2.667.001h10.667c.485 0 .93.12 1.334.363.414.233.737.556.97.97.242.404.363.849.363 1.333ZM5.819 6.304v5.575a.7.7 0 0 1-.212.516.701.701 0 0 1-.515.212.701.701 0 0 1-.515-.212.701.701 0 0 1-.213-.515V4.122c0-.222.081-.399.243-.53a.747.747 0 0 1 .545-.197c.212.01.384.106.515.288l4.516 6.015V4.122c0-.202.07-.374.212-.515a.701.701 0 0 1 .515-.212c.202 0 .374.07.515.212a.701.701 0 0 1 .212.515v7.758c0 .222-.08.404-.242.545a.8.8 0 0 1-.56.182.637.637 0 0 1-.5-.288L5.818 6.304Z"})),B8=c.forwardRef(H8),Da=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(B8,{})}));Da.displayName="NegationIcon";const _8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v.8a5.75 5.75 0 0 1 5 5.7c0 2.302.247 3.595.466 4.285.109.344.209.53.263.617.018.028.03.046.037.054a.75.75 0 0 1-.515 1.295H2a.75.75 0 0 1-.59-1.215c.013-.022.04-.067.077-.139a4.77 4.77 0 0 0 .294-.775c.226-.766.469-2.068.469-4.121a5.75 5.75 0 0 1 5-5.701v-.8A.75.75 0 0 1 8 .75ZM4.997 4.997A4.25 4.25 0 0 0 3.75 8c0 2.17-.257 3.617-.53 4.546l-.064.204h9.633l-.004-.012c-.28-.885-.535-2.342-.535-4.738a4.25 4.25 0 0 0-7.255-3.005Zm1.459 9.784a.75.75 0 0 1 .931.508.641.641 0 0 0 1.231 0 .75.75 0 1 1 1.44.423 2.141 2.141 0 0 1-4.11 0 .75.75 0 0 1 .508-.93Z"})),D8=c.forwardRef(_8),$a=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(D8,{})}));$a.displayName="NotificationIcon";const $8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M9.238.788a.75.75 0 0 1 .474.949L8.375 5.749h3.419l1.495-4.487a.75.75 0 1 1 1.423.475l-1.337 4.012H16.5a.75.75 0 0 1 0 1.5h-3.626l-1.5 4.5H14.5a.75.75 0 0 1 0 1.5h-3.626l-1.163 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013h-3.42l-1.162 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013H1.5a.75.75 0 0 1 0-1.5h3.293l1.5-4.5H3.5a.75.75 0 1 1 0-1.5h3.293l1.495-4.487a.75.75 0 0 1 .95-.474Zm.556 10.961 1.5-4.5h-3.42l-1.5 4.5h3.42Z"})),R8=c.forwardRef($8),Ra=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(R8,{})}));Ra.displayName="NumberIcon";const U8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.751 9a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0Zm4.5 0c0 .415.336.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75Z"})),W8=c.forwardRef(U8),Ua=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(W8,{})}));Ua.displayName="OfflineFillIcon";const j8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.001 8.25a.75.75 0 1 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"}),n.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),q8=c.forwardRef(j8),Wa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(q8,{})}));Wa.displayName="OfflineIcon";const G8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M11.413 6.757a.707.707 0 0 1-1.028 0l-.94-.972-.94.972a.707.707 0 0 1-1.029 0 .775.775 0 0 1 0-1.063l.94-.972-.94-.973a.775.775 0 0 1 0-1.062.715.715 0 0 1 1.028 0l.94.972.941-.972a.715.715 0 0 1 1.028 0 .775.775 0 0 1 0 1.062l-.94.973.94.972a.775.775 0 0 1 0 1.063Z"}),n.createElement("path",{d:"M11.627 11.99c1.066 0 1.94.902 1.94 2.005 0 1.103-.874 2.005-1.94 2.005-1.067 0-1.94-.902-1.94-2.005 0-1.103.873-2.005 1.94-2.005Zm0 2.506c.271 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.213.501.485.501Z"}),n.createElement("path",{d:"M6.778 11.99c1.067 0 1.94.902 1.94 2.005 0 1.103-.873 2.005-1.94 2.005-1.066 0-1.94-.902-1.94-2.005 0-1.103.874-2.005 1.94-2.005Zm0 2.506c.272 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.214.501.485.501Z"}),n.createElement("path",{d:"M.718 0h.669c.989 0 1.852.692 2.104 1.674l2.094 8.12c.03.11.127.191.233.191h7.001c.107 0 .204-.08.243-.2l1.503-5.274A.728.728 0 0 1 15.467 4a.76.76 0 0 1 .494.932l-1.503 5.253c-.194.762-.873 1.304-1.639 1.304H5.828a1.702 1.702 0 0 1-1.639-1.304l-2.094-8.12a.738.738 0 0 0-.699-.561H.727C.33 1.504 0 1.163 0 .752S.33 0 .727 0h-.01Z"})))),K8=c.forwardRef(G8),ja=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(K8,{})}));ja.displayName="OutOfStockIcon";const z8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M14.9 3.327c.07.179.106.362.106.55v7.982a1.892 1.892 0 0 1-.513 1.328 1.824 1.824 0 0 1-.566.415c-.21.09-.434.135-.671.135h-.466v.385a1.892 1.892 0 0 1-.513 1.328 1.825 1.825 0 0 1-.566.416c-.211.09-.435.134-.671.134H2.75c-.237 0-.46-.045-.671-.134-.21-.099-.4-.233-.566-.403a1.858 1.858 0 0 1-.381-.617A2.035 2.035 0 0 1 1 14.122v-9.98c0-.251.044-.488.132-.712.087-.232.214-.438.381-.617s.355-.313.566-.402c.21-.099.434-.148.671-.148h.466v-.385c0-.25.044-.487.132-.71.088-.233.215-.44.382-.618.166-.179.355-.313.565-.402C4.505.049 4.73 0 4.966 0h6.408c.184 0 .36.04.527.12.166.072.315.175.447.31l2.263 2.427c.123.134.22.291.29.47ZM4.388 2.263h3.495V5.39c0 .272.05.536.15.79.096.245.23.468.4.667l.014.016.015.015c.188.191.405.342.65.447.241.104.495.158.757.158h2.921v5.007h.467a.508.508 0 0 0 .408-.188.636.636 0 0 0 .17-.442V4.574h-1.75c-.072 0-.144-.006-.216-.018l.527.565c.123.134.219.29.29.469.07.179.104.362.104.55v.054H9.87a.668.668 0 0 1-.269-.057.754.754 0 0 1-.23-.156 1.03 1.03 0 0 1-.165-.281.839.839 0 0 1-.06-.311V2.263h.013c.184 0 .36.04.526.12.167.072.316.175.448.31l.615.66a1.482 1.482 0 0 1-.017-.227V1.248H4.966a.486.486 0 0 0-.223.053.448.448 0 0 0-.184.134.636.636 0 0 0-.172.443v.385Zm9.014 1.064-1.5-1.61v1.409c0 .053.017.102.052.147a.177.177 0 0 0 .132.054H13.4ZM2.895 9.56c0 .356.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526a.638.638 0 0 0-.631.644Zm.631 2.36a.638.638 0 0 0-.631.645c0 .355.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526Z"})))),Y8=c.forwardRef(z8),qa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Y8,{})}));qa.displayName="PagesIcon";const X8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M2.479 3.506v3.419L1.467 7.937a3.217 3.217 0 0 0 0 4.551l2.326 2.327a3.217 3.217 0 0 0 4.552 0l3.595-3.595 1.506-.168a1.161 1.161 0 0 0 .692-1.975L8.344 3.282a1.572 1.572 0 0 0-.415-.298 2.75 2.75 0 0 0-5.45.522Zm2.75-1.25a1.25 1.25 0 0 1 1.168.805c-.1.063-.192.136-.277.22L3.98 5.425V3.506a1.25 1.25 0 0 1 1.25-1.25Zm1.25 6.75a.75.75 0 1 0 1.5 0V5.038l4.6 4.601-1.067.119a.75.75 0 0 0-.447.215l-3.782 3.782a1.717 1.717 0 0 1-2.43 0l-2.326-2.328a1.717 1.717 0 0 1 0-2.43L6.48 5.046v3.961Zm7.688 3.164a.75.75 0 0 0-1.342 0l-1.102 2.206a1.982 1.982 0 1 0 3.546 0l-1.102-2.205Zm-1.147 3.17a.478.478 0 0 1 .044-.293l.432-.864.432.864a.482.482 0 0 1-.772.557h-.001a.482.482 0 0 1-.135-.264Z"})),J8=c.forwardRef(X8),Ga=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(J8,{})}));Ga.displayName="PaintIcon";const Q8=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M1.745 2a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.745 11a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 0 0 0 1.5h13a.75.75 0 0 0 0-1.5h-13Z"})),eh=c.forwardRef(Q8),Ka=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(eh,{})}));Ka.displayName="ParagraphCenterAlignIcon";const th=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M.751 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14A.75.75 0 0 1 .751 2Zm0 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 .751 5Zm.75 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM.751 11a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),rh=c.forwardRef(th),za=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(rh,{})}));za.displayName="ParagraphLeftAlignIcon";const nh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M1.583 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.583 11a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 1 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),oh=c.forwardRef(nh),Ya=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(oh,{})}));Ya.displayName="ParagraphRightAlignIcon";const ah=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M15.226 1.455c.427 0 .774-.326.774-.728C16 .326 15.653 0 15.226 0H.774C.347 0 0 .326 0 .727c0 .402.347.728.774.728h14.452Z"}),n.createElement("path",{d:"M11.128 12.334a.81.81 0 0 0-1.095 0l-1.259 1.183v-9.88c0-.402-.346-.728-.774-.728-.428 0-.774.326-.774.727v9.88l-1.26-1.182a.81.81 0 0 0-1.094 0 .697.697 0 0 0 0 1.029l2.58 2.424a.815.815 0 0 0 .545.213h.005a.798.798 0 0 0 .545-.213l2.581-2.424a.697.697 0 0 0 0-1.029Z"})))),lh=c.forwardRef(ah),Xa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(lh,{})}));Xa.displayName="PassDownIcon";const sh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M11.13 10.57a.792.792 0 0 0-1.09 0l-1.26 1.2V1.74A.767.767 0 0 0 8 1c-.43 0-.77.33-.77.74v10.03l-1.26-1.2a.792.792 0 0 0-1.09 0c-.3.29-.3.76 0 1.04l2.58 2.46a.821.821 0 0 0 .54.22c.2 0 .39-.07.55-.22l2.58-2.46c.3-.29.3-.76 0-1.04Z"}),n.createElement("path",{d:"M6.23 6.52H.77c-.43 0-.77.33-.77.74S.35 8 .77 8h5.45V6.52h.01Z"}),n.createElement("path",{d:"M15.23 6.52H9.78V8h5.45c.43 0 .77-.33.77-.74s-.35-.74-.77-.74Z"})))),ch=c.forwardRef(sh),Ja=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ch,{})}));Ja.displayName="PassThroughIcon";const ih=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15.03.97a.75.75 0 0 1 0 1.061l-13 13a.75.75 0 1 1-1.06-1.06l13-13a.75.75 0 0 1 1.06 0ZM9.75 12.501a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-9-10.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"})),dh=c.forwardRef(ih),Qa=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(dh,{})}));Qa.displayName="PercentageIcon";const uh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.613-.7-.613-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.018-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.628.628 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.12-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.089-.384.092-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),n.createElement("path",{d:"M5.25 5.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 10.5V12a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-1.5a3.25 3.25 0 0 1 2.055-3.022A2.75 2.75 0 0 1 5.25 5ZM8 3.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 9.264A1.75 1.75 0 0 0 6.25 10.5v.75h3.5v-.75a1.75 1.75 0 0 0-2.987-1.237Z"})),fh=c.forwardRef(uh),el=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(fh,{})}));el.displayName="PersAlt1Icon";const hh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.614-.7-.614-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.017-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.627.627 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.119-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.088-.384.091-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),n.createElement("path",{d:"M5.25 4.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 9.5V11a.75.75 0 0 1-.75.75h-.338l-.418 3.343A.75.75 0 0 1 9 15.75H7a.75.75 0 0 1-.744-.657l-.418-3.343H5.5a.75.75 0 0 1-.75-.75V9.5a3.25 3.25 0 0 1 2.056-3.022A2.75 2.75 0 0 1 5.25 4ZM8 2.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 8.264A1.75 1.75 0 0 0 6.25 9.5v.75h.25a.75.75 0 0 1 .745.657l.417 3.343h.676l.418-3.343a.75.75 0 0 1 .744-.657h.25V9.5a1.75 1.75 0 0 0-2.987-1.237Z"})),ph=c.forwardRef(hh),tl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ph,{})}));tl.displayName="PersAlt2Icon";const gh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"m13.751 1.751.021.01c.034.02.099.07.174.184.154.232.28.614.304 1.079v1.92c.007.417.077.835.212 1.212.13.367.33.716.611.98L15.94 8l-.866.866c-.28.263-.48.612-.611.98a3.816 3.816 0 0 0-.211 1.21v1.923c-.024.464-.15.846-.305 1.077a.583.583 0 0 1-.174.183.107.107 0 0 1-.02.01.762.762 0 0 0-.085-.004H13a.75.75 0 0 0 0 1.5h.63c.685.058 1.23-.357 1.564-.857.343-.514.525-1.186.556-1.857v-1.956c.005-.269.051-.52.124-.725.076-.212.166-.336.229-.393a.877.877 0 0 0 .021-.021l1.406-1.405a.75.75 0 0 0 0-1.06l-1.405-1.407a.895.895 0 0 0-.023-.021 1.013 1.013 0 0 1-.228-.393 2.312 2.312 0 0 1-.124-.725v-1.92a.77.77 0 0 0 0-.034c-.03-.672-.212-1.344-.556-1.859-.333-.5-.879-.916-1.564-.857H13a.75.75 0 0 0 0 1.5h.667a.751.751 0 0 0 .084-.005Zm-.003 12.5h.002-.002ZM4.37.256H5a.75.75 0 0 1 0 1.5h-.666a.75.75 0 0 1-.084-.005.115.115 0 0 0-.021.01.584.584 0 0 0-.174.185c-.154.23-.28.614-.305 1.078v1.92a3.812 3.812 0 0 1-.21 1.212c-.132.367-.332.716-.613.98L2.061 8l.866.865c.28.264.48.613.612.98.135.377.205.794.211 1.211v1.922c.024.465.15.847.305 1.078.075.113.14.164.173.183.011.007.018.01.022.01a.764.764 0 0 1 .084-.004H5a.75.75 0 0 1 0 1.5h-.629c-.685.058-1.231-.357-1.564-.857-.343-.514-.525-1.186-.556-1.857v-1.956a2.316 2.316 0 0 0-.125-.725c-.075-.212-.165-.336-.228-.393a.755.755 0 0 1-.021-.021L.47 8.532a.75.75 0 0 1 0-1.06l1.406-1.407a.751.751 0 0 1 .023-.022c.062-.057.152-.18.228-.392.073-.205.119-.456.123-.725v-1.92l.001-.035c.03-.67.213-1.343.556-1.857.333-.5.878-.916 1.564-.858ZM4.254 14.25H4.25h.002Zm0-12.5h-.001.002Z"}),n.createElement("path",{d:"M6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),vh=c.forwardRef(gh),rl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(vh,{})}));rl.displayName="PersAlt3Icon";const wh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M11.773 1.761a.117.117 0 0 0-.022-.01.751.751 0 0 1-.084.005h-.666a.75.75 0 0 1 0-1.5h.629c.685-.059 1.231.358 1.564.857.344.515.525 1.187.556 1.859a.77.77 0 0 1 0 .034v1.92c.005.269.05.52.124.725.076.212.166.335.228.393a.895.895 0 0 1 .023.021l1.406 1.406a.75.75 0 0 1 0 1.061l-1.407 1.405a.877.877 0 0 1-.021.02c-.063.058-.153.182-.228.394-.074.205-.12.456-.124.725v1.922l-.001.034c-.031.671-.213 1.343-.556 1.857-.333.5-.88.915-1.564.857H11a.75.75 0 0 1 0-1.5h.667c.028 0 .056.001.084.005a.107.107 0 0 0 .022-.01.583.583 0 0 0 .173-.184c.154-.231.28-.613.305-1.077v-1.923a3.8 3.8 0 0 1 .21-1.21c.132-.368.332-.717.612-.98L13.94 8l-.866-.866c-.281-.263-.481-.612-.612-.98a3.812 3.812 0 0 1-.211-1.21V3.022c-.024-.464-.15-.846-.305-1.078a.582.582 0 0 0-.173-.184Zm-.025-.01h.002-.002Zm0 12.5h.002-.002ZM5 .256h-.63c-.684-.058-1.23.358-1.563.858-.343.514-.525 1.186-.556 1.857v1.955c-.005.269-.05.52-.124.725-.076.212-.166.335-.228.392a.764.764 0 0 0-.023.022L.47 7.471a.75.75 0 0 0 0 1.061l1.407 1.405a.755.755 0 0 0 .021.02c.063.058.153.182.228.394.074.205.12.456.124.724v1.923l.001.034c.031.671.213 1.343.556 1.857.333.5.88.915 1.564.857h.63a.75.75 0 0 0 0-1.5h-.667a.764.764 0 0 0-.084.005.108.108 0 0 1-.022-.01.583.583 0 0 1-.173-.184c-.154-.231-.28-.613-.305-1.077v-1.923a3.815 3.815 0 0 0-.21-1.21c-.132-.368-.332-.717-.612-.98L2.06 8l.866-.866c.281-.263.481-.612.612-.98.135-.376.205-.794.211-1.21V3.023c.024-.464.15-.847.305-1.078a.584.584 0 0 1 .174-.184.115.115 0 0 1 .021-.01.75.75 0 0 0 .084.004H5a.75.75 0 1 0 0-1.5ZM4.253 14.25H4.25h.002Zm0-12.5h-.001.002Z"})),mh=c.forwardRef(wh),nl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(mh,{})}));nl.displayName="PersAlt4Icon";const bh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M.75 2.501v9.5c0 .966.784 1.75 1.75 1.75H12a1.75 1.75 0 0 0 1.75-1.75v-9.5A1.75 1.75 0 0 0 12 .751H2.5a1.75 1.75 0 0 0-1.75 1.75Zm1.75-.25H12a.25.25 0 0 1 .25.25v6.75h-10v-6.75a.25.25 0 0 1 .25-.25Zm9.75 9.75a.25.25 0 0 1-.25.25H2.5a.25.25 0 0 1-.25-.25v-1.25h10v1.25Z"}),n.createElement("path",{d:"M15.278 3.636a.75.75 0 1 0-.281 1.474l.255.048a.614.614 0 0 1 .487.718l-1.789 9.376a.614.614 0 0 1-.718.488L6.216 14.4a.75.75 0 0 0-.281 1.474l7.016 1.339a2.114 2.114 0 0 0 2.472-1.68l1.79-9.375a2.114 2.114 0 0 0-1.68-2.473l-.255-.049Z"})),yh=c.forwardRef(bh),ol=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(yh,{})}));ol.displayName="PictureAltIcon";const Eh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M12 3.251a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Zm-2.828 5.277a4.712 4.712 0 0 0-3.91.347.75.75 0 1 1-.742-1.303 6.213 6.213 0 0 1 7.419.955 3.716 3.716 0 0 1 4.281.344.75.75 0 0 1-.962 1.15 2.216 2.216 0 0 0-2.368-.303c.194.317.36.651.496 1a.75.75 0 0 1-1.398.543 4.714 4.714 0 0 0-2.816-2.733Z"}),n.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),Ch=c.forwardRef(Eh),al=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Ch,{})}));al.displayName="PictureIcon";const Ih=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M7.134.828a5.817 5.817 0 0 0-2.082.748 6.003 6.003 0 0 0-1.99 2c-.62 1.039-.914 2.4-.753 3.486.216 1.45 1.243 3.824 2.96 6.837.776 1.36 1.619 2.714 1.839 2.95.238.258.522.378.893.378.37 0 .655-.12.893-.377.22-.237 1.063-1.59 1.838-2.951 1.718-3.013 2.745-5.386 2.96-6.837.162-1.084-.133-2.448-.752-3.486a5.979 5.979 0 0 0-2.024-2.02A5.775 5.775 0 0 0 8.78.817a7.425 7.425 0 0 0-1.646.012Zm1.287 1.44a4.174 4.174 0 0 1 1.527.456 4.263 4.263 0 0 1 2.224 2.937c.057.275.1.824.08 1.007-.133 1.245-1.131 3.546-2.832 6.533-.496.869-1.39 2.346-1.42 2.346-.028 0-.86-1.372-1.372-2.266-1.554-2.713-2.546-4.91-2.83-6.267-.055-.264-.06-.775-.011-1.106a4.23 4.23 0 0 1 1.182-2.384A4.225 4.225 0 0 1 8.42 2.268ZM7.668 3.28a3.238 3.238 0 0 0-2.855 2.667c-.065.37-.041 1.016.05 1.346.14.51.282.798.593 1.2 1.148 1.487 3.346 1.664 4.742.384.358-.328.71-.867.865-1.32a3.592 3.592 0 0 0 .123-1.627 3.244 3.244 0 0 0-2.133-2.492 3.501 3.501 0 0 0-1.385-.158Zm.77 1.519a1.75 1.75 0 0 1 1.138 2.468c-.181.367-.456.64-.815.812-.277.133-.45.172-.76.172s-.483-.04-.76-.172a1.774 1.774 0 0 1-1-1.563A1.78 1.78 0 0 1 7.553 4.8c.263-.068.619-.07.885-.001Z"})),xh=c.forwardRef(Ih),ll=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(xh,{})}));ll.displayName="PinIcon";const Sh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M9.143 6.913c-.4-.25-.746-.466-1.036-.61-.293-.145-.653-.284-1.053-.235a1.75 1.75 0 0 0-1.146.635c-.254.314-.327.692-.359 1.018-.031.322-.031.73-.031 1.202v.073c0 .471 0 .88.031 1.202.032.325.105.704.359 1.017.285.352.696.58 1.146.635.4.05.76-.089 1.053-.234.29-.145.636-.361 1.036-.61l.06-.039c.36-.224.673-.42.91-.602.242-.187.502-.43.636-.781a1.75 1.75 0 0 0 0-1.249c-.134-.352-.394-.595-.636-.781-.237-.182-.55-.378-.91-.602l-.06-.039Zm-2.06.724a.25.25 0 0 1 .14-.078c.018.004.082.02.216.087.217.108.5.284.94.559.397.248.648.406.82.538.104.08.142.125.152.138a.25.25 0 0 1 0 .157.889.889 0 0 1-.153.138c-.171.132-.422.29-.82.538-.44.275-.722.45-.939.558a.992.992 0 0 1-.216.087.25.25 0 0 1-.14-.077.996.996 0 0 1-.041-.23c-.024-.24-.024-.574-.024-1.093 0-.518 0-.852.024-1.093a.994.994 0 0 1 .04-.23Z"}),n.createElement("path",{d:"m13.313 3.336-3.062-1.768a4.5 4.5 0 0 0-4.5 0L2.689 3.336a4.5 4.5 0 0 0-2.25 3.897v3.536a4.5 4.5 0 0 0 2.25 3.897l3.062 1.768a4.5 4.5 0 0 0 4.5 0l3.062-1.768a4.5 4.5 0 0 0 2.25-3.897V7.233a4.5 4.5 0 0 0-2.25-3.897Zm-6.812-.469a3 3 0 0 1 3 0l3.062 1.768a3 3 0 0 1 1.5 2.598v3.536a3 3 0 0 1-1.5 2.598l-3.062 1.768a3 3 0 0 1-3 0l-3.062-1.768a3 3 0 0 1-1.5-2.598V7.233a3 3 0 0 1 1.5-2.598L6.5 2.867Z"})),Mh=c.forwardRef(Sh),sl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Mh,{})}));sl.displayName="PlugPlayIcon";const Ah=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8.001 15.668A7.667 7.667 0 1 0 .335 8 7.675 7.675 0 0 0 8 15.668Zm-4-8.334h3.167a.167.167 0 0 0 .167-.166V4a.667.667 0 0 1 1.333 0v3.167a.167.167 0 0 0 .167.166H12a.667.667 0 1 1 0 1.334H8.835a.167.167 0 0 0-.167.166V12a.667.667 0 1 1-1.333 0V8.834a.167.167 0 0 0-.167-.166H4a.667.667 0 1 1 0-1.334Z"})),Nh=c.forwardRef(Ah),cl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Nh,{})}));cl.displayName="PlusCircleFillIcon";const Ph=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M9.001 5.251a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25h-2.25a.75.75 0 1 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z"}),n.createElement("path",{d:"M9.001.751a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm-6.75 8.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),Zh=c.forwardRef(Ph),il=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Zh,{})}));il.displayName="PlusCircleIcon";const Th=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.751 3.001a.75.75 0 1 0-1.5 0v4.25h-4.25a.75.75 0 1 0 0 1.5h4.25v4.25a.75.75 0 0 0 1.5 0v-4.25h4.25a.75.75 0 0 0 0-1.5h-4.25v-4.25Z"})),Fh=c.forwardRef(Th),dl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Fh,{})}));dl.displayName="PlusIcon";const Vh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M8.751 1a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0V1Z"}),n.createElement("path",{d:"M6.251 4.049a.75.75 0 0 0-.5-1.414 6.75 6.75 0 1 0 4.5 0 .75.75 0 1 0-.5 1.414 5.25 5.25 0 1 1-3.5 0Z"})),kh=c.forwardRef(Vh),ul=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(kh,{})}));ul.displayName="PoverButtonIcon";const Oh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M12.424 5.818h-.242V4.121a4.157 4.157 0 0 0-1.203-2.919A4.116 4.116 0 0 0 8.061 0a4.157 4.157 0 0 0-2.92 1.202 4.099 4.099 0 0 0-1.202 2.92v1.696h-.242C2.757 5.818 2 6.575 2 7.515v6.788C2 15.243 2.756 16 3.697 16h8.727c.94 0 1.697-.756 1.697-1.697V7.515c0-.94-.756-1.697-1.697-1.697Zm-2.986 5.683c-.534.504-1.31.581-1.95.581h-.174v1.145c0 .32-.272.582-.601.582a.594.594 0 0 1-.601-.582V8.582c0-.32.271-.582.6-.582h.301c.689-.02 1.736-.068 2.415.572.378.35.562.844.562 1.455 0 .61-.194 1.105-.562 1.464l.01.01Zm1.29-5.683H5.393V4.121c0-.708.281-1.386.785-1.881a2.666 2.666 0 0 1 1.882-.785 2.65 2.65 0 0 1 1.88.785c.505.504.786 1.183.786 1.881v1.697Z"}),n.createElement("path",{d:"M7.314 9.164v1.764c.465.01 1.028-.01 1.29-.252.048-.048.203-.194.203-.63s-.155-.582-.203-.63c-.262-.243-.825-.272-1.29-.252Z"})))),Lh=c.forwardRef(Oh),fl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Lh,{})}));fl.displayName="ProductSlotsIcon";const Hh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M15.226 16c.427 0 .774-.33.774-.739 0-.407-.347-.738-.774-.738H.774c-.427 0-.774.33-.774.739 0 .407.347.738.774.738h14.452Z"}),n.createElement("path",{d:"M11.128 9.57a.801.801 0 0 0-1.095 0l-1.259 1.201V.738C8.774.331 8.428 0 8 0c-.428 0-.774.33-.774.738v10.033l-1.26-1.2a.8.8 0 0 0-1.094 0 .715.715 0 0 0 0 1.043l2.58 2.462a.777.777 0 0 0 .546.216h.004a.791.791 0 0 0 .545-.216l2.581-2.462a.715.715 0 0 0 0-1.044Z"})))),Bh=c.forwardRef(Hh),hl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Bh,{})}));hl.displayName="ReceiveIcon";const _h=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M7.374 2.49a5.752 5.752 0 0 1 3.842.204.75.75 0 1 0 .576-1.386A7.252 7.252 0 0 0 2.799 11.75H1.5a.75.75 0 0 0 0 1.5h2.757a.752.752 0 0 0 .11 0H4.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 0-1.5 0v.837a5.752 5.752 0 0 1 3.623-7.846Zm6.877 3.166V6.5a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75h.133a.755.755 0 0 1 .11 0h2.757a.75.75 0 1 1 0 1.5h-1.296A7.25 7.25 0 0 1 6.21 14.693a.75.75 0 0 1 .577-1.384 5.751 5.751 0 0 0 7.464-7.653Z"})),Dh=c.forwardRef(_h),pl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Dh,{})}));pl.displayName="RefreshIcon";const $h=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.251 1.501a.75.75 0 1 0-1.5 0v.25H2.475A1.787 1.787 0 0 0 .752 3.583v9.91a1.726 1.726 0 0 0 1.758 1.758h3.992a.75.75 0 0 0 0-1.5h-4.02a.225.225 0 0 1-.23-.231V3.547a.287.287 0 0 1 .267-.296h1.232v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.233a.287.287 0 0 1 .268.296v2.954a.75.75 0 1 0 1.5 0V3.583a1.787 1.787 0 0 0-1.75-1.832h-1.25v-.25a.75.75 0 0 0-1.5 0v.25h-1.5v-.25a.75.75 0 1 0-1.5 0v.25h-1.5v-.25Z"}),n.createElement("path",{d:"M14.88 7.623a7.75 7.75 0 0 1 1.654 0 .75.75 0 0 1 .665.661c.351 3.093-1.104 5.38-2.849 6.671-.865.64-1.823 1.054-2.7 1.198-.589.096-1.228.081-1.77-.149l-1.027 1.027a.75.75 0 0 1-1.061-1.06l1.028-1.029a2.845 2.845 0 0 1-.204-1.104c0-.632.166-1.324.46-1.997a7.244 7.244 0 0 1 3.401-3.551.75.75 0 0 1 .991.318l.21.39.647-1.028a.75.75 0 0 1 .555-.347Zm-3.473 7.05c.613-.1 1.352-.406 2.05-.924 1.267-.937 2.334-2.514 2.293-4.67-.118 0-.237.002-.355.008l-1.133 1.801a.75.75 0 0 1-1.296-.044l-.454-.847a5.765 5.765 0 0 0-2.061 2.444c-.192.439-.296.85-.326 1.196l1.555-1.556a.75.75 0 1 1 1.061 1.06l-1.558 1.56c.07-.007.145-.016.224-.029Z"})),Rh=c.forwardRef($h),gl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Rh,{})}));gl.displayName="ReleaseNotesIcon";const Uh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M9.5.75a.75.75 0 1 0 0 1.5 2.25 2.25 0 0 1 2.25 2.25v.25H2.5A1.75 1.75 0 0 0 .75 6.5v5c0 .966.784 1.75 1.75 1.75h9.25v.25a2.25 2.25 0 0 1-2.25 2.25.75.75 0 0 0 0 1.5 3.75 3.75 0 0 0 3-1.5 3.75 3.75 0 0 0 3 1.5.75.75 0 0 0 0-1.5 2.25 2.25 0 0 1-2.25-2.25v-.25h2.25a1.75 1.75 0 0 0 1.75-1.75v-5a1.75 1.75 0 0 0-1.75-1.75h-2.25V4.5a2.25 2.25 0 0 1 2.25-2.25.75.75 0 0 0 0-1.5 3.75 3.75 0 0 0-3 1.5 3.745 3.745 0 0 0-3-1.5Zm-7 5.5h9.25v5.5H2.5a.25.25 0 0 1-.25-.25v-5a.25.25 0 0 1 .25-.25Zm10.75 0h2.25a.25.25 0 0 1 .25.25v5a.25.25 0 0 1-.25.25h-2.25v-5.5Z"})),Wh=c.forwardRef(Uh),vl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Wh,{})}));vl.displayName="RenameAltIcon";const jh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M10.119 2.178a1.75 1.75 0 0 1 2.474 0l1.23 1.23a1.75 1.75 0 0 1 0 2.474L6.086 13.62a.75.75 0 0 1-.344.196l-3.556.912a.75.75 0 0 1-.913-.912l.912-3.556a.75.75 0 0 1 .196-.344l7.738-7.737Zm1.414 1.06a.25.25 0 0 0-.354 0l-.75.751 1.582 1.583.752-.75a.25.25 0 0 0 0-.354l-1.23-1.23ZM3.587 10.83l-.546 2.13 2.13-.547 5.78-5.78L9.368 5.05l-5.781 5.78Zm5.148 2.617a.735.735 0 0 0 0 1.47h6.035a.735.735 0 1 0 0-1.47H8.735Z"})),qh=c.forwardRef(jh),wl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(qh,{})}));wl.displayName="RenameIcon";const Gh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M5 1.749a.75.75 0 0 1 .75.75v9.19l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22v-9.19a.75.75 0 0 1 .75-.75Zm5.713.057a.747.747 0 0 0-.243.163l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v9.19a.75.75 0 0 0 1.5 0v-9.19l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.748.748 0 0 0-.817-.163Z"})),Kh=c.forwardRef(Gh),ml=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Kh,{})}));ml.displayName="ReorderIcon";const zh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M5 8.751a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 7.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .198-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 9.751h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 12.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm5.5-9a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531 1.64 1.64 0 0 0-.234-.86 1.719 1.719 0 0 0-.64-.64A1.64 1.64 0 0 0 8 2.251a1.64 1.64 0 0 0-.875.25c-.27.156-.484.37-.64.64a1.64 1.64 0 0 0-.235.86.723.723 0 0 1-.218.531.723.723 0 0 1-.532.219H3a.256.256 0 0 0-.187.078.269.269 0 0 0-.063.172v10.5c0 .073.021.135.063.188A.291.291 0 0 0 3 15.75h10c.073 0 .13-.02.172-.063a.256.256 0 0 0 .078-.187V5a.24.24 0 0 0-.078-.172A.208.208 0 0 0 13 4.75h-2.5Zm2.5-1.5c.313 0 .604.083.875.25.271.156.485.37.64.64.157.261.235.547.235.86v10.5c0 .323-.078.62-.234.89-.156.261-.37.47-.64.626a1.727 1.727 0 0 1-.876.234H3c-.312 0-.604-.078-.875-.234a1.756 1.756 0 0 1-.64-.625 1.75 1.75 0 0 1-.235-.891v-10.5c0-.313.078-.599.235-.86.156-.27.37-.484.64-.64.271-.167.563-.25.875-.25h1.844c.115-.48.323-.906.625-1.281a3.211 3.211 0 0 1 1.125-.89A3.101 3.101 0 0 1 8 .75c.5 0 .969.11 1.407.328a3.07 3.07 0 0 1 1.109.89 3.1 3.1 0 0 1 .64 1.282H13Zm-5.75.25c0-.198.073-.37.219-.516A.7.7 0 0 1 8 2.751c.282 0 .516.099.703.297A.979.979 0 0 1 9 3.767c0 .27-.099.505-.297.703A.954.954 0 0 1 8 4.75c-.281 0-.52-.094-.718-.281A.988.988 0 0 1 7 3.767c0-.282.094-.521.282-.72A.979.979 0 0 1 8 2.752a.7.7 0 0 1 .532.234.723.723 0 0 1 .218.532c0 .198-.073.37-.218.515A.723.723 0 0 1 8 4.251a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531Z"})),Yh=c.forwardRef(zh),bl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Yh,{})}));bl.displayName="ReportIcon";const Xh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 3.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1ZM8.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 9.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-6 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),Jh=c.forwardRef(Xh),yl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Jh,{})}));yl.displayName="RetentionIcon";const Qh=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M12.286 1.43A8.25 8.25 0 0 0 2.25 4.262V1.5a.75.75 0 1 0-1.5 0v5c0 .414.336.75.75.75h5.001a.75.75 0 0 0 0-1.5H3.088A6.75 6.75 0 1 1 9 15.75a.75.75 0 0 0 0 1.5 8.25 8.25 0 0 0 3.286-15.82Z"})),ep=c.forwardRef(Qh),El=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ep,{})}));El.displayName="RewertLeftIcon";const tp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.72 1.43a8.25 8.25 0 0 1 10.035 2.832V1.5a.75.75 0 0 1 1.5 0v5a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1 0-1.5h3.412a6.75 6.75 0 1 0-5.912 10 .75.75 0 0 1 0 1.5A8.25 8.25 0 0 1 5.72 1.43Z"})),rp=c.forwardRef(tp),Cl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(rp,{})}));Cl.displayName="RewertRightIcon";const np=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M3.5 2.251h9a.25.25 0 0 1 .25.25v13.008l-3.72-2.706a1.75 1.75 0 0 0-2.058 0L3.25 15.51V2.501a.25.25 0 0 1 .25-.25Zm8.766 14.76a1.25 1.25 0 0 0 1.985-1.008V2.5A1.75 1.75 0 0 0 12.5.751h-9a1.75 1.75 0 0 0-1.75 1.75v13.502a1.25 1.25 0 0 0 1.985 1.008l4.118-2.995a.25.25 0 0 1 .294 0l4.118 2.995Z"})),op=c.forwardRef(np),Il=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(op,{})}));Il.displayName="RibbonIcon";const ap=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M0 2.751a2.75 2.75 0 0 1 5.397-.75h7.229a3.375 3.375 0 1 1 0 6.75h-1.979a2.751 2.751 0 0 1-5.293 0H3.376a1.875 1.875 0 0 0 0 3.75H10.5c.034 0 .068.002.101.007a2.751 2.751 0 1 1 0 1.486.773.773 0 0 1-.101.007H3.376a3.375 3.375 0 0 1 0-6.75h1.978a2.751 2.751 0 0 1 5.293 0h1.979a1.875 1.875 0 0 0 0-3.75H5.397a2.751 2.751 0 0 1-5.396-.75Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm6.5 6.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0Zm2.75 5.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z"})),lp=c.forwardRef(ap),xl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(lp,{})}));xl.displayName="RoadmapIcon";const sp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M7.25 2.251a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 .001a2.25 2.25 0 0 0-.887 4.318 5.751 5.751 0 0 0-4.862 5.682v3.25A2.75 2.75 0 0 0 5 16.001h6a2.75 2.75 0 0 0 2.75-2.75v-3.25a5.751 5.751 0 0 0-4.862-5.682A2.25 2.25 0 0 0 8 .001Zm4.25 10v1.75h-8.5v-1.75a4.25 4.25 0 1 1 8.5 0ZM5 14.501c-.69 0-1.25-.56-1.25-1.25h8.5c0 .69-.559 1.25-1.25 1.25H5Zm10.25-5.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm-13.75.75a.75.75 0 1 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm4.5 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})),cp=c.forwardRef(sp),Sl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(cp,{})}));Sl.displayName="RobotIcon";const ip=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"m15.54 6.888-2.605-2.605a2.457 2.457 0 0 0-1.737-.72H1.573A1.573 1.573 0 0 0 0 5.136v5.728a1.573 1.573 0 0 0 1.573 1.573h9.625c.652 0 1.276-.26 1.737-.72l2.604-2.605a1.573 1.573 0 0 0 0-2.224Z"})),dp=c.forwardRef(ip),Ml=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(dp,{})}));Ml.displayName="RuleLabelIcon";const up=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M4.001 1.251a.75.75 0 0 0-.6 1.2l4.162 5.55-4.162 5.55a.75.75 0 0 0 .6 1.2h10a.75.75 0 0 0 0-1.5h-8.5l3.6-4.8a.75.75 0 0 0 0-.9l-3.6-4.8h8.5a.75.75 0 0 0 0-1.5h-10Z"}),n.createElement("path",{d:"M2.476 4.984a.983.983 0 0 0-.705-.23 1.007 1.007 0 0 0-.646.31c-.145.15-.237.327-.292.492a1.634 1.634 0 0 0-.082.516V9.93c0 .171.026.348.082.516.055.165.147.342.292.492.148.152.367.289.646.31a.984.984 0 0 0 .705-.23l2.316-1.93c.183-.153.295-.35.361-.526a1.61 1.61 0 0 0 .098-.561c0-.186-.03-.38-.098-.56a1.244 1.244 0 0 0-.362-.527l-2.315-1.93ZM2.25 9.252V6.75L3.751 8v.002l-1.5 1.25Z"})),fp=c.forwardRef(up),Al=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(fp,{})}));Al.displayName="RunningAggregateIcon";const hp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.551.781a2.791 2.791 0 0 0-1.245.444c-.15.098-.589.515-1.549 1.474-.736.735-1.393 1.411-1.46 1.502a3.246 3.246 0 0 0-.45.956l-.08.289v5.175c0 4.938.002 5.183.054 5.355.09.292.231.525.456.749.224.225.457.366.75.456.171.053.463.055 6.974.055s6.803-.002 6.975-.055a1.73 1.73 0 0 0 .75-.456 1.73 1.73 0 0 0 .455-.749c.053-.172.055-.464.055-6.975 0-6.511-.002-6.803-.055-6.975a1.85 1.85 0 0 0-1.19-1.204c-.157-.053-.397-.056-5.19-.059C8.037.76 5.675.769 5.551.781Zm.211 3.187c0 1.911.005 1.97.193 2.326.203.385.541.688.942.844l.2.078 2.811.008c3.1.009 3.012.014 3.391-.177.245-.123.641-.517.754-.75.181-.374.178-.334.19-2.269l.012-1.777h1.35l.072.074.074.073v13.206l-.074.073-.073.074h-1.35l-.009-2.588-.009-2.587-.07-.193a1.743 1.743 0 0 0-1.208-1.066c-.289-.068-7.625-.068-7.914 0a1.742 1.742 0 0 0-1.208 1.066l-.07.193-.009 2.587-.008 2.588H2.4l-.075-.074-.074-.074.008-5.048.008-5.049.1-.21c.091-.195.19-.301 1.41-1.519.898-.899 1.352-1.331 1.443-1.376.168-.084.352-.143.46-.147l.082-.003.001 1.717Zm6.988-.045c0 1.766.002 1.728-.14 1.803-.089.048-5.144.05-5.234.003-.14-.076-.145-.13-.145-1.857V2.251h5.52v1.672Zm-.088 6.864.09.046v4.438h-7.5v-4.438l.081-.045c.072-.039.548-.045 3.662-.046 3.151-.001 3.59.004 3.667.045Z"})),pp=c.forwardRef(hp),Nl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(pp,{})}));Nl.displayName="SaveIcon";const gp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M8.751 5.121a2.251 2.251 0 1 0-1.5 0V8.75h-.75a4.75 4.75 0 0 0-4.707 4.113 2.25 2.25 0 1 0 1.513.035 3.25 3.25 0 0 1 3.194-2.649h.75v2.628a2.251 2.251 0 1 0 1.5 0V10.25h.75a3.25 3.25 0 0 1 3.194 2.65 2.25 2.25 0 1 0 1.513-.036A4.75 4.75 0 0 0 9.501 8.75h-.75V5.12ZM7.251 3a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm0 12a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-4.75-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm10.25.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"})),vp=c.forwardRef(gp),Pl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(vp,{})}));Pl.displayName="ScenarioIcon";const wp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M7.543.752a6.791 6.791 0 1 0 4.243 12.094l4.185 4.185a.75.75 0 0 0 1.06-1.06l-4.184-4.185A6.791 6.791 0 0 0 7.544.752ZM2.252 7.543a5.291 5.291 0 1 1 10.583 0 5.291 5.291 0 0 1-10.583 0Z"})),mp=c.forwardRef(wp),Zl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(mp,{})}));Zl.displayName="SearchIcon";const bp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M6.667.149H1.306A1.307 1.307 0 0 0 .008 1.454L0 5.981a.333.333 0 0 0 .333.334h6.334A.333.333 0 0 0 7 5.982v-5.5a.333.333 0 0 0-.333-.333Zm0 8.166H.423a.167.167 0 0 0-.162.204 10.143 10.143 0 0 0 6.519 7.305.165.165 0 0 0 .15-.022.167.167 0 0 0 .07-.136V8.649a.333.333 0 0 0-.333-.334Zm8.904 0H9.333A.333.333 0 0 0 9 8.65v7.036a.167.167 0 0 0 .22.158 10.14 10.14 0 0 0 6.513-7.324.165.165 0 0 0-.032-.14.166.166 0 0 0-.058-.047.316.316 0 0 0-.072-.017Zm.421-6.861A1.307 1.307 0 0 0 14.694.149h-5.36A.333.333 0 0 0 9 .482v5.5a.333.333 0 0 0 .333.333h6.334A.333.333 0 0 0 16 5.981l-.008-4.527Z"})),yp=c.forwardRef(bp),Tl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(yp,{})}));Tl.displayName="SecurityShieldIcon";const Ep=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},n.createElement("path",{d:"M14.906 1.352a.858.858 0 0 1 .246.506.867.867 0 0 1-.069.547l-3.76 11.73c-.09.3-.277.552-.56.752a1.582 1.582 0 0 1-.93.287c-.319 0-.61-.1-.875-.3a1.46 1.46 0 0 1-.52-.835l-1.23-5.072-5.072-1.23c-.355-.082-.633-.246-.834-.493-.2-.255-.3-.551-.3-.888 0-.347.095-.652.286-.916a1.75 1.75 0 0 1 .752-.588l11.73-3.76a.79.79 0 0 1 .561-.068c.21.045.402.155.575.328l-.069-.068.069.068ZM7.468 7.737l4.908-4.895-9.898 3.322c-.037 0-.073.019-.11.055a.17.17 0 0 0-.054.123.17.17 0 0 0 .055.123c.036.037.072.055.109.055l4.99 1.217Zm2.625 6.043 3.24-9.98L8.44 8.611l1.31 5.169a.17.17 0 0 0 .055.123c.036.036.073.054.11.054a.17.17 0 0 0 .123-.054.17.17 0 0 0 .054-.123Z"})),Cp=c.forwardRef(Ep),Fl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Cp,{})}));Fl.displayName="SendIcon";const Ip=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M5.88 10.751H4.5a.75.75 0 0 0 0 1.5h1.38a2.25 2.25 0 0 0 4.242 0h3.379a.75.75 0 0 0 0-1.5h-3.379a2.251 2.251 0 0 0-4.243 0Zm2.87.75a.75.75 0 1 1-1.499 0 .75.75 0 0 1 1.5 0Zm-5-5a.75.75 0 0 1 .75-.75h5.38a2.25 2.25 0 1 1 0 1.5H4.5a.75.75 0 0 1-.75-.75Zm8.874-.417a.75.75 0 1 0-1.247.834.75.75 0 0 0 1.247-.834Z"}),n.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),xp=c.forwardRef(Ip),Vl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(xp,{})}));Vl.displayName="SettingsAltIcon";const Sp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M11.335.783c-.22.025-.336.057-.606.169-.301.126-.423.232-1.186 1.035-.263.278-.37.336-.589.318-.203-.017-.283-.078-.69-.527-.527-.581-.75-.75-1.21-.914-.24-.085-.82-.108-1.083-.042-.568.143-1.099.565-1.345 1.069-.21.43-.226.537-.205 1.369l.018.723-.074.15a.465.465 0 0 1-.228.233l-.154.083-.589-.03a7.485 7.485 0 0 0-.82-.003c-.782.083-1.43.614-1.707 1.397-.075.21-.108.754-.06 1.004.054.29.208.633.383.853.09.113.354.38.587.595.233.215.448.438.48.496a.563.563 0 0 1-.013.504c-.038.068-.233.273-.439.459-.644.583-.766.743-.94 1.227-.087.239-.109.817-.042 1.08.218.857.873 1.449 1.728 1.559.148.019.423.018.802-.002.633-.035.716-.024.883.117.193.162.206.236.185 1.04-.02.829-.005.936.205 1.366.161.33.531.71.851.877.36.186.627.243 1.05.225.702-.031 1.044-.226 1.751-1.003.406-.444.474-.496.681-.513.25-.021.363.054.761.496.19.21.422.452.518.536.607.54 1.54.648 2.283.26.324-.168.692-.546.855-.878.069-.14.146-.336.17-.435.053-.202.063-.641.03-1.223-.027-.444.01-.588.181-.74.17-.147.264-.161.886-.127.327.018.646.02.78.005.859-.097 1.539-.701 1.757-1.56.076-.298.046-.841-.063-1.14-.152-.42-.326-.644-.9-1.158-.476-.426-.51-.475-.51-.732s.034-.306.51-.732c.574-.514.748-.74.9-1.158.108-.3.139-.842.063-1.14-.218-.86-.898-1.463-1.756-1.56a6.01 6.01 0 0 0-.78.006c-.617.035-.716.02-.885-.128-.19-.167-.206-.257-.168-.944.035-.633.02-.862-.08-1.17A2.043 2.043 0 0 0 11.335.784ZM6.66 2.299c.088.035.228.167.528.496.224.247.477.503.561.57.707.559 1.796.559 2.503 0 .084-.066.338-.323.563-.57.437-.477.532-.544.769-.544.135 0 .31.079.409.185.111.12.133.228.123.61-.005.198-.008.556-.008.795.002.394.01.458.085.675a2.038 2.038 0 0 0 1.274 1.287l.26.093.803-.007c.739-.007.814-.003.915.049a.554.554 0 0 1 .26.72c-.036.086-.171.23-.498.529-.513.469-.655.634-.795.929a1.81 1.81 0 0 0-.194.885c0 .373.049.58.212.915.14.286.316.486.838.956.406.366.483.478.483.696a.68.68 0 0 1-.143.383.7.7 0 0 1-.162.113c-.1.05-.18.055-.93.049l-.82-.007-.22.08c-.328.12-.533.253-.8.52a1.6 1.6 0 0 0-.367.495c-.207.42-.226.558-.204 1.41l.02.735-.088.138a.583.583 0 0 1-.47.267c-.206 0-.345-.097-.69-.481-.478-.531-.667-.697-.953-.837a1.791 1.791 0 0 0-.923-.214 1.95 1.95 0 0 0-1.252.418 8.17 8.17 0 0 0-.562.57c-.327.36-.436.46-.542.5a.556.556 0 0 1-.702-.267c-.064-.132-.065-.156-.046-.865.018-.677.015-.746-.043-.965a2.092 2.092 0 0 0-1.334-1.421l-.244-.083-.803.008c-.74.007-.812.003-.915-.05a.554.554 0 0 1-.259-.721c.034-.085.151-.212.414-.448.54-.485.715-.683.856-.971.166-.34.214-.547.214-.923a1.95 1.95 0 0 0-.415-1.248 8.072 8.072 0 0 0-.57-.562c-.472-.43-.547-.534-.547-.757a.68.68 0 0 1 .144-.383.707.707 0 0 1 .166-.115c.11-.056.158-.058.855-.04.688.019.756.016.976-.042.365-.096.626-.25.92-.543.207-.206.28-.304.38-.51.211-.434.23-.562.206-1.41l-.02-.735.087-.137a.556.556 0 0 1 .695-.22Zm2.003 2.985c-1.789.147-3.224 1.59-3.379 3.395a3.732 3.732 0 0 0 4.495 3.975 3.732 3.732 0 0 0 1.861-1.014 3.652 3.652 0 0 0 1.079-2.317c.157-1.831-1.005-3.47-2.794-3.94-.234-.061-.37-.08-.834-.114a3.745 3.745 0 0 0-.428.015Zm1.043 1.569c.34.115.625.294.888.556.26.26.439.544.558.887.077.222.083.274.083.705 0 .43-.006.483-.083.705a2.347 2.347 0 0 1-1.453 1.449c-.21.07-.277.078-.698.078-.42 0-.487-.007-.698-.078a2.274 2.274 0 0 1-.894-.562 2.255 2.255 0 0 1-.558-.887c-.077-.222-.083-.274-.083-.705 0-.431.006-.483.083-.705.22-.63.718-1.161 1.31-1.396.3-.118.5-.15.915-.138.328.009.428.023.63.09Z"})),Mp=c.forwardRef(Sp),kl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Mp,{})}));kl.displayName="SettingsIcon";const Ap=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M11.53 4.531a.75.75 0 0 1-1.06 0l-1.72-1.72v7.19a.75.75 0 0 1-1.5 0v-7.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06Z"}),n.createElement("path",{d:"M5.5 6.751H3.75v7.5h8.5v-7.5H10.5a.75.75 0 0 1 0-1.5h1.833c.707 0 1.417.532 1.417 1.35v7.8c0 .818-.71 1.35-1.417 1.35H3.667c-.706 0-1.417-.532-1.417-1.35v-7.8c0-.818.71-1.35 1.417-1.35H5.5a.75.75 0 1 1 0 1.5Z"})),Np=c.forwardRef(Ap),Ol=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Np,{})}));Ol.displayName="ShareIcon";const Pp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M2.088.001a.571.571 0 0 0-.553.457L.5 5.25C.5 6.216 1.261 7 2.2 7c.223 0 .435-.044.63-.124A1.75 1.75 0 0 0 3.9 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 7.3 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 10.7 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 14.1 5.25a1.75 1.75 0 0 0 1.07 1.626c.195.08.408.124.63.124.94 0 1.7-.784 1.7-1.75L16.465.458A.57.57 0 0 0 15.912 0H2.088Zm13.898 5.345c-.036.11-.13.155-.186.155-.07 0-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25-.056 0-.15-.045-.186-.155l.83-3.845h12.312l.83 3.845ZM2.5 7.751a.75.75 0 0 1 .75.75v5c0 .138.112.25.25.25h1.75v-2.75A2.75 2.75 0 0 1 8 8.251h2a2.75 2.75 0 0 1 2.75 2.75v2.75h1.75a.25.25 0 0 0 .25-.25v-5a.75.75 0 0 1 1.5 0v5a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75v-5a.75.75 0 0 1 .75-.75Zm8.75 6v-2.75c0-.69-.56-1.25-1.25-1.25H8c-.69 0-1.25.56-1.25 1.25v2.75h4.5Z"})),Zp=c.forwardRef(Pp),Ll=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Zp,{})}));Ll.displayName="ShopIcon";const Tp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M13.8 1.201a.71.71 0 0 1 1 0 .71.71 0 0 1 0 .99l-3.64 3.64h1.76a.7.7 0 1 1 0 1.4H9.47a.7.7 0 0 1-.7-.7v-3.45a.7.7 0 1 1 1.4 0v1.76l3.63-3.64Zm-7 7.62a.71.71 0 0 1 .38.38c.01.04.05.1.05.1a.965.965 0 0 1 0 .17v3.45a.7.7 0 1 1-1.4 0v-1.76l-3.63 3.63a.7.7 0 0 1-.5.21.67.67 0 0 1-.49-.2.69.69 0 0 1 0-1l3.63-3.58H3.08a.7.7 0 1 1 0-1.4h3.45a.965.965 0 0 1 .17 0h.1Z"})),Fp=c.forwardRef(Tp),Hl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Fp,{})}));Hl.displayName="ShrinkIcon";const Vp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M5.323.779c-.21.028-.37.126-.462.283l-.074.126-.007 6.753c-.004 3.714-.016 6.753-.026 6.753-.01 0-.44-.419-.954-.932-.692-.691-.964-.946-1.053-.986-.258-.116-.514-.047-.768.207-.244.244-.318.519-.205.766.032.072.533.592 1.563 1.626.834.837 1.516 1.534 1.516 1.549 0 .066.204.226.375.293a.606.606 0 0 0 .313.058c.194-.018.462-.153.554-.278.041-.056.75-.781 1.572-1.609 1.165-1.173 1.51-1.535 1.555-1.633.122-.267.046-.538-.222-.792-.176-.166-.33-.241-.5-.241-.25-.002-.31.047-1.32 1.049l-.94.934v-6.68c0-7.503.018-6.871-.198-7.079-.159-.153-.403-.21-.719-.167Zm6.157.047a2.078 2.078 0 0 0-.902.45c-.39.328-.66.776-.768 1.274-.049.24-.05.37-.044 2.738.008 2.756-.004 2.578.183 2.764.116.116.243.164.48.181.35.026.602-.085.72-.316.077-.152.103-.417.104-1.083v-.593h1.517l.01.78c.006.753.01.784.067.894.17.316.682.426 1.067.229.131-.067.163-.099.232-.235l.081-.158.007-2.475c.007-2.355.005-2.487-.044-2.727a2.275 2.275 0 0 0-1.393-1.64c-.38-.141-.95-.177-1.317-.083Zm.846 1.494c.163.084.294.22.372.385.06.132.061.163.07 1.089l.01.954h-1.525l.001-.967c0-.915.003-.973.055-1.087a.807.807 0 0 1 .481-.424.905.905 0 0 1 .536.05Zm-2.073 7.467a.567.567 0 0 0-.303.161c-.115.115-.165.243-.182.469-.028.348.087.613.318.737.113.06.13.06 1.314.074.782.008 1.197.022 1.191.04-.005.014-.599.907-1.32 1.984a150.85 150.85 0 0 0-1.37 2.067c-.127.235-.17.55-.114.845.092.483.53.936 1.002 1.037.087.019.627.026 1.572.021l1.44-.008.113-.06c.231-.124.346-.389.318-.737-.017-.225-.067-.354-.18-.467-.176-.176-.157-.174-1.472-.189l-1.193-.013 1.383-2.067c1.328-1.984 1.385-2.074 1.427-2.259.023-.105.043-.256.043-.334 0-.603-.466-1.173-1.06-1.298-.164-.033-2.796-.037-2.927-.003Z"})),kp=c.forwardRef(Vp),Bl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(kp,{})}));Bl.displayName="SortIcon";const Op=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M15.03 1.47a.75.75 0 1 0-1.06 1.06l.721.72h-1.69c-.829 0-1.57.332-2.187.76-.617.43-1.151.987-1.583 1.518A13.053 13.053 0 0 0 8.056 7.25H1.5a.75.75 0 1 0 0 1.5h6.555a13.264 13.264 0 0 0 1.176 1.724c.432.531.966 1.088 1.583 1.518.616.428 1.358.759 2.186.759h1.688l-.718.718a.75.75 0 1 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2a.75.75 0 1 0-1.06 1.06l.72.722h-1.69c-.422 0-.868-.17-1.33-.49-.461-.322-.895-.764-1.276-1.233A11.563 11.563 0 0 1 9.355 8a11.736 11.736 0 0 1 1.04-1.527c.38-.469.815-.912 1.276-1.232.462-.322.908-.491 1.33-.491h1.688l-.719.718a.75.75 0 0 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2Z"})),Lp=c.forwardRef(Op),_l=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Lp,{})}));_l.displayName="SplitFlowIcon";const Hp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M12 7.251a.75.75 0 0 1 .75.75v4a.25.25 0 0 0 .25.25h1a.75.75 0 1 1 0 1.5h-1a1.75 1.75 0 0 1-1.75-1.75v-4a.75.75 0 0 1 .75-.75Zm-7 0a1.75 1.75 0 0 0-1.75 1.75c0 1.13.78 1.712 1.25 2.062l.05.038c.539.404.7.57.7.9a.25.25 0 0 1-.25.25H4a.75.75 0 1 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.13-.78-1.712-1.25-2.062L5.45 9.9c-.538-.404-.7-.57-.7-.9A.25.25 0 0 1 5 8.75h1a.75.75 0 0 0 0-1.5H5Zm2.763.513A1.75 1.75 0 0 1 10.751 9v3c0 .45-.174.883-.484 1.208l.264.264a.75.75 0 0 1-1.06 1.061l-.819-.818A1.75 1.75 0 0 1 7.251 12V9c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v3a.25.25 0 1 0 .5 0v-3a.25.25 0 0 0-.25-.25Z"}),n.createElement("path",{d:"M.75 2.504c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.113.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),Bp=c.forwardRef(Hp),Dl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Bp,{})}));Dl.displayName="SqlIcon";const _p=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.542-1.122L11.85 10.16a.333.333 0 0 1 .103-.362l3.463-2.87a1 1 0 0 0 .288-1.108Z"})),Dp=c.forwardRef(_p),$l=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Dp,{})}));$l.displayName="StarFillIcon";const $p=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.541-1.122L11.85 10.16a.334.334 0 0 1 .104-.362l3.462-2.87a1 1 0 0 0 .289-1.108Zm-2.325.847-2.384 1.977a1.833 1.833 0 0 0-.569 1.99l.956 2.867-2.298-1.685a1.833 1.833 0 0 0-2.168 0L4.62 13.502l.955-2.864a1.833 1.833 0 0 0-.568-1.99L2.62 6.668h2.675a1.833 1.833 0 0 0 1.727-1.225l.979-2.773.978 2.773v.001a1.833 1.833 0 0 0 1.73 1.224h2.67Z"})),Rp=c.forwardRef($p),Rl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Rp,{})}));Rl.displayName="StarIcon";const Up=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M8.001.001a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8Zm3.219 8.596-4.921 2.46a.667.667 0 0 1-.965-.596V5.54a.667.667 0 0 1 .964-.597l4.922 2.458a.667.667 0 0 1 0 1.195v.001Z"})),Wp=c.forwardRef(Up),Ul=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Wp,{})}));Ul.displayName="StartFillIcon";const jp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M8.36 4.77a1.84 1.84 0 0 0-2.11 1.82v4.82a1.84 1.84 0 0 0 3.053 1.385l3.692-3.23a.75.75 0 0 0 0-1.128L9.303 5.205a1.84 1.84 0 0 0-.944-.436Zm-.41 1.51a.34.34 0 0 1 .365.054l3.047 2.667-3.047 2.665a.34.34 0 0 1-.564-.257V6.59a.34.34 0 0 1 .2-.309Z"}),n.createElement("path",{d:"M9 .75a8.25 8.25 0 1 0 0 16.5A8.25 8.25 0 0 0 9 .75ZM2.25 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),qp=c.forwardRef(jp),Wl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(qp,{})}));Wl.displayName="StartIcon";const Gp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M13.001 8.001a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"})),Kp=c.forwardRef(Gp),jl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Kp,{})}));jl.displayName="StatusDotIcon";const zp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M7.001 5.75c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h4c.69 0 1.25-.56 1.25-1.25V7c0-.69-.56-1.25-1.25-1.25h-4Zm.25 5v-3.5h3.5v3.5h-3.5Z"}),n.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),Yp=c.forwardRef(zp),ql=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Yp,{})}));ql.displayName="StopIcon";const Xp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M6.058 7.73a.75.75 0 1 0-1.113 1.006l2.5 2.768a.75.75 0 0 0 1.113-1.006l-2.5-2.767Z"}),n.createElement("path",{d:"M7.251 3.792V2.251h-.75a.75.75 0 0 1 0-1.5h3a.75.75 0 1 1 0 1.5h-.75v1.541a6.713 6.713 0 0 1 3.18 1.22l.34-.341a.75.75 0 0 1 1.26-.7l.25.25.25.25a.75.75 0 0 1-.7 1.26l-.285.286a6.75 6.75 0 1 1-5.795-2.224Zm.75 1.459a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5Z"})),Jp=c.forwardRef(Xp),Gl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Jp,{})}));Gl.displayName="StopwatchIcon";const Qp=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},n.createElement("path",{d:"M5.703.752a.762.762 0 0 0-.086 0H2.399c-1.185 0-2.146.96-2.148 2.146a.75.75 0 0 0 1.5.001c0-.357.29-.647.648-.647H4.91v11.543H3.797a.75.75 0 0 0 0 1.5h3.726a.75.75 0 0 0 0-1.5H6.41V2.252h2.511c.358 0 .648.29.648.647a.75.75 0 0 0 1.5-.001A2.148 2.148 0 0 0 8.92.752H5.703Z"}),n.createElement("path",{d:"M10.127 7.29c0-.297.24-.538.538-.538h1.399v7.092h-.987a.75.75 0 0 0 0 1.5h3.437a.75.75 0 0 0 0-1.5h-.95V6.752h1.398a.54.54 0 0 1 .539.54.75.75 0 0 0 1.5 0 2.039 2.039 0 0 0-2.04-2.04h-2.104a.764.764 0 0 0-.087 0h-2.105A2.039 2.039 0 0 0 8.626 7.29a.75.75 0 0 0 1.5.002Z"})),e9=c.forwardRef(Qp),Kl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(e9,{})}));Kl.displayName="StringComponentIcon";const t9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},n.createElement("path",{d:"M2.271.777A2.236 2.236 0 0 0 .296 2.618C.262 2.827.26 3.629.293 3.772c.037.159.157.31.308.386.115.059.17.068.387.069.36.001.527-.076.658-.299.07-.118.073-.144.088-.605.015-.441.022-.494.084-.629a.769.769 0 0 1 .368-.38l.122-.06 2.473-.007 2.473-.007v13.521H6.045c-1.287 0-1.359.006-1.535.132-.149.106-.22.268-.236.535-.017.294.034.474.175.62.184.19 0 .181 3.552.181 3.523 0 3.372.007 3.538-.167.157-.165.182-.245.182-.568 0-.272-.005-.302-.073-.418a.713.713 0 0 0-.156-.183c-.176-.126-.248-.132-1.535-.132H8.748V2.24l2.473.007 2.473.007.122.06c.164.08.294.214.368.38.062.135.07.188.084.629.015.464.018.487.09.607.134.229.388.332.747.302.245-.02.404-.102.514-.266.11-.162.125-.293.11-.906-.013-.437-.02-.508-.087-.712A2.223 2.223 0 0 0 13.686.775C13.343.742 2.61.744 2.271.777Z"})),r9=c.forwardRef(t9),zl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(r9,{})}));zl.displayName="StringIcon";const n9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M2.25 6.501a5.75 5.75 0 1 0 11.5 0 5.75 5.75 0 0 0-11.5 0Zm1.5 0a4.25 4.25 0 1 1 5 4.184V9.312l1.28-1.28A.75.75 0 1 0 8.97 6.97L8 7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l1.28 1.28v1.374A4.251 4.251 0 0 1 3.75 6.5ZM6 12.751a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5H6Zm-.75 2.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H8.75v.25a.75.75 0 0 1-1.5 0v-.25H6a.75.75 0 0 1-.75-.75Z"})),o9=c.forwardRef(n9),Yl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(o9,{})}));Yl.displayName="SuggestionIcon";const a9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.625 2.251a.362.362 0 0 0-.266.11.362.362 0 0 0-.109.265v12.75c0 .104.037.193.11.266.072.073.16.11.265.11h12.75a.361.361 0 0 0 .266-.11.362.362 0 0 0 .11-.266V2.626a.362.362 0 0 0-.11-.265.361.361 0 0 0-.266-.11H2.625Zm0-1.5h12.75c.344 0 .656.084.938.25.291.167.52.396.687.688.167.281.25.593.25.937v12.75c0 .344-.083.662-.25.953a1.85 1.85 0 0 1-.687.672c-.282.167-.594.25-.938.25H2.625a1.881 1.881 0 0 1-1.328-.547 1.88 1.88 0 0 1-.547-1.328V2.626c0-.344.083-.656.25-.937a1.85 1.85 0 0 1 .672-.688c.292-.166.61-.25.953-.25Zm3.297 6.11 2.484-3.313a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.078l-2-2a.733.733 0 0 1-.203-.515.815.815 0 0 1 .218-.531.705.705 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39Zm4.578.39a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.22h-3ZM8.406 9.548a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.079l-2-2a.733.733 0 0 1-.203-.516.815.815 0 0 1 .218-.531.706.706 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39 2.484-3.312Zm2.094 3.703a.77.77 0 0 1-.375-.093.906.906 0 0 1-.281-.282.77.77 0 0 1-.094-.375.77.77 0 0 1 .094-.375.762.762 0 0 1 .281-.265.685.685 0 0 1 .375-.11h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218h-3Z"})),l9=c.forwardRef(a9),Xl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(l9,{})}));Xl.displayName="SurveyIcon";const s9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"m3.25 8.814-1.219 1.219a.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218A.723.723 0 0 1 .75 9.5c0-.208.073-.385.219-.531l2.5-2.5A.723.723 0 0 1 4 6.251a.72.72 0 0 1 .531.219l2.5 2.5a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218L4.75 8.813v2.688c0 .344.12.64.36.89.25.24.546.36.89.36h5.5a.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218H6c-.5 0-.964-.12-1.391-.36a2.872 2.872 0 0 1-1-1c-.24-.426-.36-.89-.36-1.39V8.814Zm11.5-1.625 1.22-1.219a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531l-2.468 2.47a.713.713 0 0 1-.563.25.713.713 0 0 1-.562-.25l-2.47-2.47a.723.723 0 0 1-.218-.53c0-.21.073-.386.219-.532a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219l1.22 1.219V4.5c0-.344-.126-.635-.376-.875A1.166 1.166 0 0 0 12 3.251H6.5a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219H12c.5 0 .959.125 1.375.375.427.24.76.573 1 1 .25.417.375.875.375 1.375V7.19Z"})),c9=c.forwardRef(s9),Jl=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(c9,{})}));Jl.displayName="SwapIcon";const i9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M4.441 1.752H2.497a1.75 1.75 0 0 0-1.75 1.75v9c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-9a1.75 1.75 0 0 0-1.75-1.75H4.554a.758.758 0 0 0-.113 0Zm11.056 1.5a.25.25 0 0 1 .25.25v9a.25.25 0 0 1-.25.25H5.247v-9.5h10.25Zm-11.75 0v9.5h-1.25a.25.25 0 0 1-.25-.25v-9a.25.25 0 0 1 .25-.25h1.25Z"})),d9=c.forwardRef(i9),Ql=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(d9,{})}));Ql.displayName="TabletLangscapeIcon";const u9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M1.748 13.557v1.944c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-9a1.75 1.75 0 0 0-1.75 1.75v10.944a.759.759 0 0 0 0 .112Zm1.5-11.056a.25.25 0 0 1 .25-.25h9a.25.25 0 0 1 .25.25v10.25h-9.5V2.501Zm0 11.75h9.5v1.25a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-1.25Z"})),f9=c.forwardRef(u9),es=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(f9,{})}));es.displayName="TabletPortraitIcon";const h9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M10.037.251h4.004a1.71 1.71 0 0 1 1.71 1.71v4.004a2.67 2.67 0 0 1-.782 1.887l-7.398 7.399a1.71 1.71 0 0 1-2.417 0L.75 10.849a1.71 1.71 0 0 1 0-2.418l7.4-7.398c.5-.5 1.18-.782 1.887-.782ZM9.21 2.094 1.812 9.49a.21.21 0 0 0 0 .297l4.402 4.402a.21.21 0 0 0 .297 0l7.397-7.398c.22-.22.343-.517.343-.827V1.961a.21.21 0 0 0-.21-.21h-4.004c-.31 0-.608.123-.827.343Zm2.431 2.057a.21.21 0 1 0 0 .42.21.21 0 0 0 0-.42Zm-1.71.21a1.71 1.71 0 1 1 3.42 0 1.71 1.71 0 0 1-3.42 0Z"})),p9=c.forwardRef(h9),ts=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(p9,{})}));ts.displayName="TagAltIcon";const g9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.53 10.884a.25.25 0 0 1 0-.353l7.708-7.707a1.25 1.25 0 0 1 .883-.366m0 0h4.172a.25.25 0 0 1 .25.25v4.171c0 .332-.132.65-.366.884L7.47 15.47a.25.25 0 0 1-.354 0L2.53 10.884M11.121.958c-.729 0-1.428.29-1.944.805L1.47 9.47a1.75 1.75 0 0 0 0 2.475l4.586 4.586a1.75 1.75 0 0 0 2.474 0l7.708-7.708a2.75 2.75 0 0 0 .805-1.944V2.708a1.75 1.75 0 0 0-1.75-1.75H11.12Zm-.078 4.25a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm1.75-.25a.25.25 0 1 1 0 .5.25.25 0 0 1 0-.5Z"})),v9=c.forwardRef(g9),rs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(v9,{})}));rs.displayName="TagIcon";const w9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M2.5 3.251a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75H8.5v4.25a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-9.5Zm4.5.75H4v8h3v-8Zm1.5 3H12v-3H8.5v3Z"}),n.createElement("path",{d:"M0 1.751C0 .785.785.001 1.75.001h12.5c.967 0 1.75.784 1.75 1.75v8.5a.75.75 0 0 1-.219.53l-5 5a.75.75 0 0 1-.53.22h-8.5A1.75 1.75 0 0 1 0 14.251v-12.5Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.113.25.25.25H9.5v-3.25c0-.966.784-1.75 1.75-1.75h3.25v-7.75a.25.25 0 0 0-.25-.25H1.75Zm11.69 9.5h-2.19a.25.25 0 0 0-.25.25v2.19L13.44 11Z"})),m9=c.forwardRef(w9),ns=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(m9,{})}));ns.displayName="TemplateIcon";const b9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M2.119 1.001a.75.75 0 0 1 .75-.75H9.4a3.55 3.55 0 0 1 2.17 6.359 4.949 4.949 0 0 1-2.636 9.139H2.869a.75.75 0 0 1 0-1.5h1.116V1.75H2.869a.75.75 0 0 1-.75-.75Zm3.366 6.35v6.897h3.449a3.45 3.45 0 0 0 .008-6.898H5.484Zm3.44-1.5H9.4a2.05 2.05 0 0 0 0-4.1H5.485v4.1h3.44Z"})),y9=c.forwardRef(b9),os=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(y9,{})}));os.displayName="TextBoldIcon";const E9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M11.887.251h3.364a.75.75 0 0 1 0 1.5h-2.942l-6.9 12.401h2.109a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h2.942l6.899-12.4H8.484a.75.75 0 0 1 0-1.5h3.403Z"})),C9=c.forwardRef(E9),as=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(C9,{})}));as.displayName="TextItalicIcon";const I9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M.251 2.751a2.25 2.25 0 0 1 2.25-2.25h11a2.25 2.25 0 0 1 2.25 2.25v.25a.75.75 0 0 1-1.5 0v-.25a.75.75 0 0 0-.75-.75h-4.75v11.905h2.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5h2.25V2h-4.75a.75.75 0 0 0-.75.75V3a.75.75 0 0 1-1.5 0v-.25Z"})),x9=c.forwardRef(I9),ls=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(x9,{})}));ls.displayName="TextStyleIcon";const S9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M10.668 8.001a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z"}),n.createElement("path",{d:"M14.252 7.335h1.082a.667.667 0 1 1 0 1.333h-1.082a.333.333 0 0 0-.328.28 6.011 6.011 0 0 1-4.976 4.976.333.333 0 0 0-.28.329v1.082a.667.667 0 0 1-1.334 0v-1.082a.333.333 0 0 0-.28-.33A6.011 6.011 0 0 1 2.078 8.95a.333.333 0 0 0-.328-.281H.668a.667.667 0 0 1 0-1.333H1.75a.333.333 0 0 0 .328-.281A6.011 6.011 0 0 1 7.054 2.08a.333.333 0 0 0 .28-.33V.669a.667.667 0 0 1 1.334 0V1.75a.333.333 0 0 0 .28.329 6.011 6.011 0 0 1 4.976 4.975.333.333 0 0 0 .328.28ZM5.408 11.88a4.667 4.667 0 1 0 5.186-7.76 4.667 4.667 0 0 0-5.186 7.76Z"})),M9=c.forwardRef(S9),ss=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(M9,{})}));ss.displayName="TragetIcon";const A9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},n.createElement("path",{d:"M5.001 1.75a.75.75 0 0 0-.75.75v9.189l-1.22-1.22a.75.75 0 1 0-1.06 1.06l2.5 2.5a.748.748 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0-1.06-1.06l-1.22 1.22v-9.19a.75.75 0 0 0-.75-.75Zm5.469.219a.747.747 0 0 1 1.061 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22v9.19a.75.75 0 0 1-1.5 0V4.31l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5Z"})),N9=c.forwardRef(A9),cs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(N9,{})}));cs.displayName="TransferIcon";const P9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},n.createElement("path",{d:"M6.094.307C5.542.431 5.05.875 4.851 1.432c-.04.11-.06.253-.073.49l-.017.332-2.027.014c-1.913.012-2.032.016-2.12.063a.612.612 0 0 0-.276.27c-.048.091-.057.151-.057.4 0 .316.038.437.177.564.16.145.212.155.802.165l.552.008.014.112c.01.061.208 2.433.443 5.271.261 3.14.444 5.223.47 5.32.154.607.688 1.128 1.286 1.255.262.056 7.69.056 7.952 0 .598-.127 1.132-.648 1.287-1.255.025-.097.208-2.18.47-5.32.234-2.838.433-5.21.442-5.27l.014-.113.552-.008c.505-.008.561-.014.66-.066a.612.612 0 0 0 .27-.276c.04-.075.05-.152.05-.387 0-.235-.01-.312-.05-.387a.612.612 0 0 0-.27-.276c-.107-.057-.118-.057-2.125-.064l-2.018-.008-.019-.286c-.022-.34-.103-.639-.228-.846a1.887 1.887 0 0 0-.932-.78L9.881.281 8.068.276C6.63.272 6.221.278 6.094.307ZM9.672 1.82c.061.061.075.101.084.247l.011.174H6.241v-.158c0-.13.012-.172.068-.238a.293.293 0 0 1 .126-.092 54.48 54.48 0 0 1 1.612-.009l1.553.004.072.072Zm3.011 2.094c-.009.085-.202 2.39-.43 5.124a666.922 666.922 0 0 1-.428 5.031.319.319 0 0 1-.082.123l-.066.062H4.325l-.066-.062a.319.319 0 0 1-.082-.123 668.49 668.49 0 0 1-.428-5.03c-.228-2.735-.42-5.04-.43-5.125l-.017-.153H12.7l-.017.153ZM6.254 5.787a.615.615 0 0 0-.434.344c-.042.09-.046.304-.046 2.87 0 2.566.004 2.781.046 2.87.06.127.19.255.311.306.152.066.472.08.65.027.275-.08.403-.247.447-.583.014-.108.025-1.26.025-2.62 0-1.359-.01-2.512-.025-2.62-.043-.33-.17-.502-.433-.579a1.27 1.27 0 0 0-.54-.015Zm2.926.023a.546.546 0 0 0-.335.284l-.057.107v5.6l.058.11c.128.24.374.348.727.322.236-.017.363-.065.48-.18.187-.188.175.027.175-3.052s.012-2.864-.176-3.05c-.12-.122-.247-.167-.504-.18-.177-.009-.258 0-.368.04Z"})),Z9=c.forwardRef(P9),is=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Z9,{})}));is.displayName="TrashIcon";const T9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M17.194 3.714a.748.748 0 0 0-.693-.463h-4.5a.75.75 0 0 0 0 1.5h2.69l-4.013 4.013a.25.25 0 0 1-.354 0L8.24 6.678a1.75 1.75 0 0 0-2.475 0L.97 11.471a.75.75 0 0 0 1.06 1.06L6.826 7.74a.25.25 0 0 1 .353 0l2.086 2.085a1.75 1.75 0 0 0 2.475 0l4.012-4.012v2.69a.75.75 0 0 0 1.5 0v-4.5a.747.747 0 0 0-.057-.288Z"})),F9=c.forwardRef(T9),on=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(F9,{})}));on.displayName="TrendIcon";const V9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.519 3.752 3.997 3.997 0 0 1 3.974.717 4 4 0 0 1-1.63 6.92.75.75 0 1 1-.364-1.455 2.498 2.498 0 0 0 1.67-3.457 2.5 2.5 0 0 0-3.7-1.024.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.824.75.75 0 0 1-1.045 1.076A5.75 5.75 0 0 1 6.366.74Z"}),n.createElement("path",{d:"M5.471 8.996a.75.75 0 0 1 1.06 0l2.47 2.47 2.47-2.47a.75.75 0 0 1 1.06 1.06l-2.469 2.47 2.42 2.42a.75.75 0 1 1-1.061 1.06L9 13.587l-2.419 2.42a.75.75 0 0 1-1.06-1.061l2.419-2.42-2.47-2.47a.75.75 0 0 1 0-1.06Z"})),k9=c.forwardRef(V9),ds=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(k9,{})}));ds.displayName="UnExposeIcon";const O9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M11.469.416a.75.75 0 1 0-.938 1.17l.83.665H11a4.75 4.75 0 0 0-4.75 4.75v1a.75.75 0 0 0 1.5 0v-1A3.25 3.25 0 0 1 11 3.751h.362l-.83.665a.75.75 0 0 0 .937 1.17l2.496-1.996a.749.749 0 0 0 0-1.177L11.47.416ZM2 9.251a1.75 1.75 0 0 0-1.75 1.75v3A1.75 1.75 0 0 0 2 15.751h12a1.75 1.75 0 0 0 1.75-1.75v-3A1.75 1.75 0 0 0 14 9.251h-2.555a.75.75 0 0 0-.651.378 3.217 3.217 0 0 1-5.588 0 .75.75 0 0 0-.651-.378H2Zm-.177 1.574A.25.25 0 0 1 2 10.75h2.144a4.718 4.718 0 0 0 7.712 0H14a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25H2a.25.25 0 0 1-.25-.25v-3a.25.25 0 0 1 .073-.176Z"})),L9=c.forwardRef(O9),us=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(L9,{})}));us.displayName="UnarchiveAltIcon";const H9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M2.25 5.143v6.192a.25.25 0 0 0 .25.25h6.19L6.987 9.883a.75.75 0 0 1-.074-.974A5.694 5.694 0 0 1 11.5 6.584c.618 0 1.214.098 1.772.279a7.23 7.23 0 0 0-8.898-.473.75.75 0 0 1-.96-.084L2.25 5.143Zm-.729-1.758a1.25 1.25 0 0 1 1.362.27l1.162 1.162a8.73 8.73 0 0 1 13.205 7.52.75.75 0 0 1-1.5-.002 4.25 4.25 0 0 0-4.25-4.25 4.186 4.186 0 0 0-2.961 1.228l1.638 1.638a1.25 1.25 0 0 1-.884 2.133H2.5a1.75 1.75 0 0 1-1.75-1.75V4.54c0-.505.304-.961.771-1.155Z"})),B9=c.forwardRef(H9),fs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(B9,{})}));fs.displayName="UndoIcon";const _9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 .75ZM3.718 10.751a1.892 1.892 0 0 1-1.966-1.75 1.892 1.892 0 0 1 1.998-1.75H5a.75.75 0 0 0 0-1.5H3.765a3.392 3.392 0 0 0-3.514 3.21.758.758 0 0 0 0 .092 3.392 3.392 0 0 0 3.514 3.197H5a.75.75 0 0 0 0-1.5H3.75l-.032.001ZM15.75 8.962a3.391 3.391 0 0 0-3.515-3.21H11a.75.75 0 0 0 0 1.5h1.25l.032-.001A1.891 1.891 0 0 1 14.25 9a1.892 1.892 0 0 1-1.999 1.75H11a.75.75 0 1 0 0 1.5h1.235a3.392 3.392 0 0 0 3.514-3.198.772.772 0 0 0 0-.091ZM5.53 2.97a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06l-1-1Zm6 0a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0ZM8.75 13.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm-2.22-.53a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 0 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0Zm4 0a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1Z"})),D9=c.forwardRef(_9),hs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(D9,{})}));hs.displayName="UnlinkIcon";const $9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M10.75 10.001a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),n.createElement("path",{d:"M4.5 1.751a2.75 2.75 0 0 0-2.75 2.75v2.5a.75.75 0 0 1-1.5 0v-2.5a4.25 4.25 0 0 1 8.5 0v1.75H14c.967 0 1.75.784 1.75 1.75v6a1.75 1.75 0 0 1-1.75 1.75H6a1.75 1.75 0 0 1-1.75-1.75v-6c0-.966.784-1.75 1.75-1.75h1.25v-1.75a2.75 2.75 0 0 0-2.75-2.75Zm1.5 6a.25.25 0 0 0-.25.25v6c0 .138.112.25.25.25h8a.25.25 0 0 0 .25-.25v-6a.25.25 0 0 0-.25-.25H6Z"})),R9=c.forwardRef($9),ps=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(R9,{})}));ps.displayName="UnlockIcon";const U9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},n.createElement("path",{d:"M14.751.668a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM.59 3.065a.75.75 0 0 1 1.015-.309l9.647 5.147a.75.75 0 0 1 .177.13 1.25 1.25 0 0 1 0 1.769.75.75 0 0 1-.177.131L1.604 15.08a.75.75 0 1 1-.706-1.324l9.069-4.838L.898 4.08a.75.75 0 0 1-.309-1.015Z"})),W9=c.forwardRef(U9),gs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(W9,{})}));gs.displayName="UntilNowAltIcon";const j9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M8.47 1.97a.748.748 0 0 1 1.062 0l3 3a.75.75 0 1 1-1.061 1.062l-1.72-1.72v6.19a.75.75 0 0 1-1.5 0v-6.19l-1.72 1.72a.75.75 0 0 1-1.06-1.061l3-3Z"}),n.createElement("path",{d:"M2.251 10.501a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1c0 .69-.56 1.25-1.25 1.25h-11c-.69 0-1.25-.56-1.25-1.25v-1Z"})),q9=c.forwardRef(j9),vs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(q9,{})}));vs.displayName="UploadIcon";const G9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M14.031 5.03a2.25 2.25 0 1 0-1.06-1.06l-1.264 1.263a3.235 3.235 0 0 0-1.706-.483 3.245 3.245 0 0 0-2.608 1.31L5.686 5.036a2.25 2.25 0 1 0-.824 1.255l1.935 1.161a3.272 3.272 0 0 0 .437 2.254l-3.263 3.263a2.25 2.25 0 1 0 1.06 1.06l3.264-3.262c.291.18.613.315.956.396v1.715a2.251 2.251 0 1 0 1.5 0v-1.715a3.245 3.245 0 0 0 1.517-.835l.565.565a2.253 2.253 0 0 0 2.168 2.857 2.25 2.25 0 1 0-1.286-4.097l-.63-.629a3.235 3.235 0 0 0-.318-2.73l1.264-1.263Zm.97-2.78a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM8.358 7.394a1.75 1.75 0 1 1 .442 1.88.765.765 0 0 0-.073-.074 1.744 1.744 0 0 1-.369-1.806ZM4.125 4.916a.75.75 0 1 1-1.247-.83.75.75 0 0 1 1.247.83ZM3 14.25a.747.747 0 0 1 .75.75.75.75 0 1 1-.75-.75Zm11.25-2.75a.746.746 0 0 1 .75-.75.75.75 0 1 1-.75.75ZM10 14.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"})),K9=c.forwardRef(G9),ws=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(K9,{})}));ws.displayName="UsagesIcon";const z9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M5 2.751a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.75 2.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM12 7.751a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM6 10.751a4.25 4.25 0 0 0-4.25 4.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 1 8.05-5.27.75.75 0 1 1-.6 1.375 4.25 4.25 0 0 0-1.7-.355Zm6 2a2.25 2.25 0 0 0-2.25 2.25.75.75 0 0 1-1.5 0 3.75 3.75 0 0 1 7.5 0 .75.75 0 0 1-1.5 0 2.25 2.25 0 0 0-2.25-2.25Z"})),Y9=c.forwardRef(z9),ms=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Y9,{})}));ms.displayName="UsersIcon";const X9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M5.253 4.23a.762.762 0 0 0-1.363.682l2.032 4.064a.762.762 0 0 0 1.363 0l2.032-4.064a.762.762 0 0 0-1.363-.681l-1.35 2.7-1.35-2.7Z"}),n.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),n.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"})))),J9=c.forwardRef(X9),bs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(J9,{})}));bs.displayName="VariantsIcon";const Q9=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.77.774a.75.75 0 0 1 .556.59c.11.594.212.913.365 1.103.101.125.298.284.897.284h.005a3.267 3.267 0 0 1 3.23 2.954l7.595 8.79a1.671 1.671 0 0 1-2.362 2.351l-.003-.002L4.296 9.24C2.428 9.108 1.301 7.697.914 6.117.513 4.475.844 2.48 2.003 1.033a.75.75 0 0 1 .768-.26Zm3.05 3.995a1.767 1.767 0 0 0-1.235-.518c-.899 0-1.593-.26-2.063-.844-.02-.025-.04-.05-.059-.077a4.625 4.625 0 0 0-.091 2.43c.27 1.108.94 1.851 1.923 1.974l2.017-2.018a1.767 1.767 0 0 0-.491-.947Zm-.132 3.693 8.346 7.246v.001a.171.171 0 0 0 .243-.24L7.048 7.102l-1.36 1.36Z"}),n.createElement("path",{d:"m13.995 7.896 1.6-1.6a1.405 1.405 0 0 1-.184 1.538L13.27 9.97a.75.75 0 0 0 1.06 1.062l2.16-2.156a2.902 2.902 0 0 0 .177-3.688 2.75 2.75 0 0 0-4.137-3.606l-3.6 3.6a.75.75 0 0 0-.03 1.029l2.665 2.992a.75.75 0 0 0 1.09.032l1.327-1.327.006-.006.006-.006Zm.48-5.62a1.25 1.25 0 0 1 .885 2.134l-1.901 1.901-1.768-1.768 1.9-1.9a1.25 1.25 0 0 1 .885-.367Zm-2.077 5.096-.24.24-1.666-1.87.138-.138 1.768 1.768Zm-8.608 2.95a.75.75 0 0 1 1.052-.008l2.876 2.781a.75.75 0 0 1 .008 1.07l-.888.888a1.75 1.75 0 0 1-1.825.41L4.01 16.468a.75.75 0 0 1-1.061 0l-.177-.177-.74.742A.75.75 0 1 1 .97 15.97l.74-.741-.176-.177a.75.75 0 0 1 0-1.061l1.003-1.004a1.75 1.75 0 0 1 .411-1.824l.841-.842Zm.043 4.2-.354-.353-.353.353.353.354.354-.354Zm1.768-.457a.25.25 0 0 0 .176-.073l.35-.349-1.797-1.738-.32.32a.25.25 0 0 0-.005.348l.005.005 1.414 1.414.005.005a.25.25 0 0 0 .172.068Z"})),eg=c.forwardRef(Q9),ys=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(eg,{})}));ys.displayName="VisualIcon";const tg=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},n.createElement("path",{d:"M6.501 4.251a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-.25 1.75a.25.25 0 1 1 .5 0 .25.25 0 0 1-.5 0Zm4 4a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Zm1.75-.25a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5Zm.03-3.719a.75.75 0 1 0-1.06-1.061l-5 5a.75.75 0 0 0 1.06 1.06l5-5Z"}),n.createElement("path",{d:"M2.501 2.251a1.75 1.75 0 0 0-1.75 1.75v2c0 .414.336.75.75.75a1.25 1.25 0 0 1 0 2.5.75.75 0 0 0-.75.75v2a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-2a.75.75 0 0 0-.75-.75 1.25 1.25 0 0 1 0-2.5.75.75 0 0 0 .75-.75v-2a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.177 1.573a.25.25 0 0 1 .177-.073h13a.25.25 0 0 1 .25.25v1.354a2.75 2.75 0 0 0 0 5.292v1.354a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-1.354a2.75 2.75 0 0 0 0-5.292V4.001a.25.25 0 0 1 .073-.177Z"})),rg=c.forwardRef(tg),Es=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(rg,{})}));Es.displayName="VoucherIcon";const ng=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},n.createElement("path",{d:"M7.751 4.751a.75.75 0 0 0-.75.75v2.5a.748.748 0 0 0 .22.53l3.124 3.126a.75.75 0 1 0 1.061-1.06L8.501 7.69V5.5a.75.75 0 0 0-.75-.75Z"}),n.createElement("path",{d:"M8.001.251a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5Zm-6.25 7.75a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),og=c.forwardRef(ng),Cs=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(og,{})}));Cs.displayName="WaitIcon";const ag=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M7.501.751a.75.75 0 0 1 .75.75v1.25l4.328-.002a1.75 1.75 0 0 1 1.254.529l2.91 2.99a1.75 1.75 0 0 1 0 2.467l-2.91 2.988a1.751 1.751 0 0 1-1.254.528H8.25v4.25a.75.75 0 0 1-1.5 0v-4.25H2.5a1.75 1.75 0 0 1-1.75-1.75v-6a1.75 1.75 0 0 1 1.75-1.75h4.25V1.5A.75.75 0 0 1 7.5.75Zm0 3.5h-5a.25.25 0 0 0-.25.25v6a.25.25 0 0 0 .25.25H12.58a.253.253 0 0 0 .18-.075l2.92-2.998a.25.25 0 0 0 0-.354l-.008-.007-2.912-2.992a.252.252 0 0 0-.18-.076l-5.038.001a.762.762 0 0 1-.04.001Z"})),lg=c.forwardRef(ag),Is=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(lg,{})}));Is.displayName="WalkthroughsIcon";const sg=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("path",{d:"M15.413 13.333 9.18 1.433a1.333 1.333 0 0 0-2.362 0l-6.232 11.9a1.333 1.333 0 0 0 1.182 1.952H14.23a1.333 1.333 0 0 0 1.182-1.952Zm-8.08-7.718a.667.667 0 0 1 1.334 0v4a.667.667 0 0 1-1.334 0v-4Zm.7 7.674h-.018A1.019 1.019 0 0 1 7 12.309a.984.984 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .954 1.362.983.983 0 0 1-.905.638Z"})),xs=c.forwardRef(sg),an=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(xs,{})}));an.displayName="WarningFillIcon";const cg=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},n.createElement("path",{d:"M8.001 1.751a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm2.404 3.938a3.25 3.25 0 1 0-4.808 0l-1.6 3.6A3.25 3.25 0 1 0 6.713 13H9.29a3.25 3.25 0 1 0 2.715-3.712l-1.6-3.6Zm-1.261.856 1.47 3.31c-.56.4-.99.976-1.206 1.646H6.595a3.257 3.257 0 0 0-1.208-1.647l1.471-3.31a3.243 3.243 0 0 0 2.286 0ZM3.5 10.75a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm9 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Z"})),ig=c.forwardRef(cg),Ss=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ig,{})}));Ss.displayName="WebhookIcon";const dg=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M2.34.78c-.687.09-1.263.57-1.492 1.244l-.082.242v5.715c0 5.44.003 5.724.055 5.908.15.528.5.944.983 1.171.385.18.382.18 2.982.18 1.497.001 2.41-.01 2.48-.029.282-.079.444-.296.468-.628.028-.396-.14-.698-.433-.78-.077-.02-.892-.032-2.433-.032-2.494 0-2.459.002-2.568-.154-.045-.063-.049-.43-.049-4.218V5.251h13.496l.01 1.492c.01 1.374.014 1.503.065 1.62.111.255.32.368.68.368.368 0 .577-.118.68-.384.051-.133.054-.313.054-3.096V2.296l-.07-.225a1.862 1.862 0 0 0-1.19-1.223l-.24-.082L9.121.762C5.483.76 2.431.768 2.341.78Zm13.247 1.507c.15.068.164.146.164.833v.631h-13.5l.001-.638c.001-.68.013-.743.152-.82.101-.056 13.061-.062 13.183-.006Zm-5.533 7.031c-.62.167-1.12.687-1.25 1.3-.064.3-.062 4.964.002 5.268.123.586.597 1.092 1.2 1.283l.21.067h2.79c3.104 0 2.92.011 3.33-.205.23-.122.573-.466.695-.696.215-.406.205-.257.205-3.059 0-2.743.004-2.665-.173-3.045-.12-.258-.5-.643-.764-.776-.372-.188-.29-.183-3.323-.182-2.313.002-2.786.01-2.922.045Zm5.556 1.458c.144.076.14-.004.14 2.48l.001 2.348-.074.073-.073.074h-5.213l-.072-.077-.073-.078-.009-2.255c-.005-1.24 0-2.3.01-2.356a.374.374 0 0 1 .09-.172l.071-.072h2.57c1.894 0 2.584.01 2.632.035Z"})),ug=c.forwardRef(dg),Ms=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(ug,{})}));Ms.displayName="WeblayerIcon";const fg=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},n.createElement("path",{d:"M8.178 2.226a5.381 5.381 0 0 1 6.278-.815.75.75 0 0 1 .171 1.189l-2.4 2.4a.25.25 0 0 0 0 .353l.533.534a.25.25 0 0 0 .354 0l2.367-2.364a.75.75 0 0 1 1.2.194 5.383 5.383 0 0 1-6.63 7.479L4.514 16.73a1.778 1.778 0 0 1-2.517 0l-.727-.727a1.778 1.778 0 0 1 0-2.516L6.81 7.95a5.382 5.382 0 0 1 1.367-5.725Zm4.575.127a3.882 3.882 0 0 0-4.38 5.451.75.75 0 0 1-.146.854l-5.895 5.891a.278.278 0 0 0 0 .394l.727.728a.279.279 0 0 0 .395 0l5.89-5.89a.75.75 0 0 1 .854-.147 3.884 3.884 0 0 0 5.492-4.2l-1.516 1.514a1.75 1.75 0 0 1-2.474 0l-.533-.534a1.75 1.75 0 0 1 0-2.475l1.586-1.586Z"})),hg=c.forwardRef(fg),As=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(hg,{})}));As.displayName="WrenchIcon";/*!
|
|
37
|
+
*/var g1;function Vm(){return g1||(g1=1,(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",l=0;l<arguments.length;l++){var c=arguments[l];c&&(o=a(o,n(c)))}return o}function n(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return r.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var l="";for(var c in o)t.call(o,c)&&o[c]&&(l=a(l,c));return l}function a(o,l){return l?o?o+" "+l:o+l:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(tl)),tl.exports}var Zm=Vm();const X=fi(Zm),Om=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M0 .75A.75.75 0 0 1 .75 0h7a.75.75 0 0 1 0 1.5H7.5v11.25a3.25 3.25 0 0 1-6.5 0V1.5H.75A.75.75 0 0 1 0 .75Zm2.5 5v7a1.75 1.75 0 1 0 3.5 0v-7H2.5Zm0-1.5H6v-2.5H2.5v2.5ZM11.16.659A2.25 2.25 0 0 1 15 2.25v4.499a.75.75 0 0 1-1.5 0V5.5H12v1.25a.75.75 0 0 1-1.5 0v-4.5c0-.597.237-1.169.66-1.591ZM13.5 4V2.25a.75.75 0 1 0-1.5 0V4h1.5Zm-2.25 4.5a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h1.5a2.25 2.25 0 0 0 1.677-3.75A2.25 2.25 0 0 0 12.75 8.5h-1.5Zm1.5 3H12V10h.75a.75.75 0 0 1 0 1.5Zm-.75 3V13h.75a.75.75 0 0 1 0 1.5H12Z"})),Lm=u.forwardRef(Om),F=u.forwardRef((e,t)=>{const{children:r,color:n,size:a,...o}=e,l={...a?{height:a,width:a}:{},...n?{fill:n}:{},ref:t,...o};return u.isValidElement(r)?u.cloneElement(r,l):null});F.displayName="Icon";const v1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lm,{})}));v1.displayName="AbTestIcon";const Rm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M2.33 1.665A.75.75 0 0 1 3 1.25h10a.75.75 0 0 1 0 1.5H4.5l3.6 4.8c.2.267.2.633 0 .9l-3.6 4.8H13a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.6-1.2L6.563 8 2.4 2.45a.75.75 0 0 1-.07-.785Z"})),_m=u.forwardRef(Rm),b1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_m,{})}));b1.displayName="AggregateIcon";const Hm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M9 .25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75A6.75 6.75 0 0 0 9 .25Zm.75 6V1.804a5.25 5.25 0 0 1 4.447 4.446H9.75ZM7 2.25A6.75 6.75 0 1 0 13.75 9a.75.75 0 0 0-.75-.75H7.75V3A.75.75 0 0 0 7 2.25ZM4.084 4.635a5.25 5.25 0 0 1 2.166-.831V9c0 .414.336.75.75.75h5.197a5.249 5.249 0 0 1-8.909 2.962 5.25 5.25 0 0 1 .796-8.077Z"})),Um=u.forwardRef(Hm),w1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Um,{})}));w1.displayName="AnalyticsIcon";const jm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M4.25 9.25v6.25c0 .073.021.135.063.188a.29.29 0 0 0 .188.062h9c.072 0 .13-.02.171-.063a.256.256 0 0 0 .079-.187V9.25h-9.5Zm11-1.39a2.63 2.63 0 0 1 1.438.984c.375.49.563 1.041.563 1.656v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.198-.047-.385-.141-.563a1.132 1.132 0 0 0-.36-.437v6c0 .23-.046.453-.14.672a1.632 1.632 0 0 1-.375.578c-.167.156-.36.276-.578.36-.209.093-.427.14-.656.14h-9a1.72 1.72 0 0 1-.875-.234 1.756 1.756 0 0 1-.641-.625 1.75 1.75 0 0 1-.234-.891v-6c-.157.115-.282.26-.375.438a1.305 1.305 0 0 0-.125.562v4a.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531v-4c0-.625.187-1.177.562-1.656.375-.49.854-.818 1.438-.985.02-.875.213-1.708.578-2.5a6.226 6.226 0 0 1 1.547-2.046L3.89 1.937a.698.698 0 0 1-.14-.546.74.74 0 0 1 .312-.485.698.698 0 0 1 .547-.14c.208.03.375.13.5.296l1 1.391A6.204 6.204 0 0 1 9 1.75c1.021 0 1.985.234 2.891.703l1-1.39a.73.73 0 0 1 .485-.297.677.677 0 0 1 .562.125.74.74 0 0 1 .297.5c.042.198 0 .38-.125.546l-.984 1.375a6.043 6.043 0 0 1 1.53 2.047c.376.792.574 1.625.595 2.5Zm-3.53-3.75-.094-.063A4.61 4.61 0 0 0 9 3.25a4.616 4.616 0 0 0-2.719.86 4.591 4.591 0 0 0-1.438 1.593A4.702 4.702 0 0 0 4.25 7.75h9.5a4.702 4.702 0 0 0-.594-2.047 4.59 4.59 0 0 0-1.438-1.594ZM6 5.5c0-.208.074-.385.22-.531a.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Zm4.5 0a.72.72 0 0 1 .22-.531.723.723 0 0 1 .53-.219.93.93 0 0 1 .704.297.979.979 0 0 1 .297.719c0 .27-.1.505-.297.703a.954.954 0 0 1-.703.281c-.282 0-.521-.094-.72-.281a.988.988 0 0 1-.28-.703c0-.282.093-.521.28-.72a.979.979 0 0 1 .72-.296.72.72 0 0 1 .53.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.219.723.723 0 0 1-.532-.219.723.723 0 0 1-.218-.531Z"})),Km=u.forwardRef(jm),y1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Km,{})}));y1.displayName="AndroidIcon";const zm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M5.941.408a1.551 1.551 0 0 0-.466.065c-.15.046-.314.122-.457.246a.984.984 0 0 0-.333.578l-.817 4.795H1.5a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-2.367l-.817-4.795a.983.983 0 0 0-.333-.578 1.254 1.254 0 0 0-.457-.246 1.552 1.552 0 0 0-.933.013L9 1.356 6.408.485A1.534 1.534 0 0 0 5.94.408Zm6.671 5.684H5.39l.097-.57c.096.045.203.07.315.07h6.4a.747.747 0 0 0 .314-.069l.097.569Zm-.704-4.13.364 2.133a.76.76 0 0 0-.07-.003h-6.4a.758.758 0 0 0-.073.003l.364-2.133 2.67.896a.75.75 0 0 0 .476 0l2.67-.896ZM8.176 11.2a3.751 3.751 0 0 0-7.425.75 3.75 3.75 0 0 0 7.425.75h1.65a3.751 3.751 0 0 0 7.425-.75 3.75 3.75 0 0 0-7.425-.75h-1.65Zm-5.925.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm9 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z"})),Wm=u.forwardRef(zm),E1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wm,{})}));E1.displayName="AnonymizeIcon";const Gm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M13.5 4.703a.867.867 0 0 0-.53-.265c-.188-.032-.38.026-.579.171-.187.136-.291.303-.312.5-.01.188.062.386.219.594.312.406.526.99.64 1.75a6.814 6.814 0 0 1-.03 2.344c-.168 1.02-.407 1.927-.72 2.719-.302.791-.65 1.422-1.047 1.89-.395.459-.807.724-1.234.797h-.11L8.502 14.5a1.557 1.557 0 0 0-1.594 0l-1.203.5h-.11c-.427-.062-.838-.328-1.234-.797-.396-.468-.75-1.099-1.062-1.89-.302-.792-.537-1.698-.703-2.72a8.62 8.62 0 0 1-.047-2.124c.083-.75.265-1.339.547-1.766.322-.479.724-.729 1.203-.75.541-.031 1.244.219 2.109.75.188.094.396.167.625.219.24.052.464.078.672.078h.203l.39-.406V2.797c.094-.24.09-.432-.015-.578C8.178 2.073 8.016 2 7.798 2c-.25 0-.448.073-.594.219-.135.135-.203.328-.203.578v1.61c-1.136-.699-2.162-.99-3.078-.876-.907.115-1.615.605-2.125 1.47-.386.582-.641 1.322-.766 2.218a9.754 9.754 0 0 0 .063 2.687c.312 1.865.833 3.375 1.562 4.532.76 1.229 1.677 1.916 2.75 2.062.25 0 .427-.01.531-.031a1.02 1.02 0 0 0 .47-.172l1.296-.594h.203l1.297.703c.198.063.349.105.453.125.167.042.313.063.438.063 1.072-.146 1.99-.834 2.75-2.063.729-1.156 1.25-2.666 1.562-4.53a10.02 10.02 0 0 0 0-2.954c-.167-.98-.469-1.76-.906-2.344Zm-2.905.203c.645-.093 1.312-.427 2-1 .583-.698.916-1.4 1-2.109.052-.25.052-.49 0-.719A1.137 1.137 0 0 0 13.298.5c-.146-.24-.334-.39-.563-.453a1.064 1.064 0 0 0-.734.047c-.646.094-1.313.427-2 1-.281.292-.516.62-.703.984a5.237 5.237 0 0 0-.391 1.125 1.75 1.75 0 0 0 0 .735c.052.229.151.416.297.562.198.208.432.354.703.438.27.073.5.062.688-.032ZM11 2.203c.302-.302.703-.505 1.203-.61-.104.5-.307.902-.61 1.204-.291.302-.687.505-1.187.61.094-.5.292-.902.594-1.204Z"})),qm=u.forwardRef(Gm),C1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qm,{})}));C1.displayName="AppleIcon";const Ym=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.44l1.282-1.026a.75.75 0 1 1 .937 1.172L8.473 8.583a.747.747 0 0 1-.947-.002L5.032 6.586a.75.75 0 0 1 .938-1.172L7.25 6.44V1A.75.75 0 0 1 8 .25ZM.764 9.763A1.75 1.75 0 0 1 2 9.25h2.555a.75.75 0 0 1 .651.378 3.217 3.217 0 0 0 5.588 0 .75.75 0 0 1 .651-.378H14A1.75 1.75 0 0 1 15.75 11v3A1.75 1.75 0 0 1 14 15.75H2A1.75 1.75 0 0 1 .251 14v-3c0-.464.184-.91.513-1.237ZM2 10.75a.25.25 0 0 0-.25.25v3a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25h-2.144a4.717 4.717 0 0 1-7.712 0H2Z"})),Xm=u.forwardRef(Ym),x1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xm,{})}));x1.displayName="ArchiveAltIcon";const Jm=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M1.263 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v2a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v1.25h13.5V2.5a.25.25 0 0 0-.25-.25h-13ZM2.5 5.75a.75.75 0 0 1 .75.75v6a1.25 1.25 0 0 0 1.25 1.25h9a1.25 1.25 0 0 0 1.25-1.25v-6a.75.75 0 0 1 1.5 0v6a2.75 2.75 0 0 1-2.75 2.75h-9a2.75 2.75 0 0 1-2.75-2.75v-6a.75.75 0 0 1 .75-.75Z"}),i.createElement("path",{d:"M8 5.75a1.75 1.75 0 1 0 0 3.5h2a1.75 1.75 0 0 0 0-3.5H8Zm-.176 1.573a.25.25 0 0 1 .177-.073h2a.25.25 0 0 1 0 .5H8a.25.25 0 0 1-.177-.427Z"})),Qm=u.forwardRef(Jm),D1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qm,{})}));D1.displayName="ArchiveIcon";const ep=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M5.531 1.47a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8 3.94 5.53 1.47Zm0 13.06a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 1 1-1.06 1.06L8 12.06l-2.47 2.47Z"})),tp=u.forwardRef(ep),$1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(tp,{})}));$1.displayName="ArrowCollapseIcon";const rp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M6.99 13.78a.75.75 0 0 0 1.062 0l4.32-4.32a.75.75 0 1 0-1.061-1.061l-3.04 3.04V2.69c0-.382-.336-.691-.75-.691s-.75.31-.75.691v8.747l-3.04-3.04a.75.75 0 0 0-1.06 1.061l4.32 4.32Z"})),np=u.forwardRef(rp),rl=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(np,{})}));rl.displayName="ArrowDownIcon";const ap=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M5.532 5.03A.75.75 0 0 1 4.47 3.97l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1-1.06 1.06L8 2.56 5.53 5.03Zm0 5.94a.75.75 0 0 0-1.061 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-2.47 2.47-2.47-2.47Z"})),op=u.forwardRef(ap),S1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(op,{})}));S1.displayName="ArrowExpandIcon";const lp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M17.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm-6.78 3.97a.75.75 0 0 1 1.06 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 0 1 0-1.5h10.19l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),ip=u.forwardRef(lp),I1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ip,{})}));I1.displayName="ArrowKeyboardNextIcon";const sp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M2.251.998a.75.75 0 1 0-1.5 0v14a.75.75 0 1 0 1.5 0v-14Zm5.281 3.97a.75.75 0 0 1 0 1.06l-1.22 1.22h10.19a.75.75 0 0 1 0 1.5H6.312l1.22 1.22a.75.75 0 0 1-1.06 1.06l-2.5-2.5A.748.748 0 0 1 3.751 8v-.004c0-.191.073-.382.22-.528l2.5-2.5a.75.75 0 0 1 1.06 0Z"})),up=u.forwardRef(sp),P1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(up,{})}));P1.displayName="ArrowKeyboardPreviousIcon";const cp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M15 2.248a.75.75 0 0 0 0-1.5H1a.75.75 0 1 0 0 1.5h14Zm-3.97 5.28a.75.75 0 0 1-1.06 0l-1.22-1.22v10.19a.75.75 0 1 1-1.5 0V6.308l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5a.748.748 0 0 1 .528-.22h.004c.191 0 .382.074.528.22l2.5 2.5a.75.75 0 0 1 0 1.06Z"})),dp=u.forwardRef(cp),A1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dp,{})}));A1.displayName="ArrowKeyboardUpIcon";const fp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M1.74 7.47a.75.75 0 0 0 0 1.06l4.32 4.32a.75.75 0 1 0 1.06-1.06L4.082 8.75h8.747c.382 0 .692-.336.692-.75 0-.415-.31-.75-.692-.75H4.081l3.04-3.04a.75.75 0 0 0-1.06-1.06L1.74 7.47Z"})),hp=u.forwardRef(fp),nl=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hp,{})}));nl.displayName="ArrowLeftIcon";const mp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M13.3 8.53a.75.75 0 0 0 0-1.06L8.98 3.15a.75.75 0 0 0-1.06 1.06l3.039 3.04H2.212c-.382 0-.691.335-.691.75 0 .414.31.75.69.75h8.748l-3.04 3.04a.75.75 0 0 0 1.061 1.06l4.32-4.32Z"})),pp=u.forwardRef(mp),M1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pp,{})}));M1.displayName="ArrowRightIcon";const gp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.05 2.22a.75.75 0 0 0-1.06 0L2.67 6.54A.75.75 0 1 0 3.73 7.6l3.04-3.04v8.748c0 .382.336.691.75.691.415 0 .75-.31.75-.691V4.56l3.04 3.04a.75.75 0 1 0 1.06-1.061L8.05 2.22Z"})),vp=u.forwardRef(gp),al=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vp,{})}));al.displayName="ArrowUpIcon";const bp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),i.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),i.createElement("path",{d:"M6.5 3a.7.7 0 0 1 .7.7v2.1h2.1a.7.7 0 1 1 0 1.4H7.2v2.1a.7.7 0 1 1-1.4 0V7.2H3.7a.7.7 0 1 1 0-1.4h2.1V3.7a.7.7 0 0 1 .7-.7Z"})))),wp=u.forwardRef(bp),F1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wp,{})}));F1.displayName="AttributeSlotIcon";const yp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M7.47.97a.748.748 0 0 1 1.06 0l1.5 1.5a.75.75 0 1 1-1.06 1.06l-.22-.22v10.44h4.44l-.22-.22a.75.75 0 1 1 1.06-1.06l1.5 1.5a.748.748 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H8.75v1.25a.75.75 0 0 1-1.5 0v-1.25H2.811l.22.22a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.748.748 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 1.06l-.22.22h4.44V3.31l-.22.22a.75.75 0 0 1-1.06-1.06l1.5-1.5Z"})),Ep=u.forwardRef(yp),T1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ep,{})}));T1.displayName="AxisIcon";const Cp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M1 .75A.75.75 0 0 1 1.75 0h3a.75.75 0 0 1 0 1.5h-3A.75.75 0 0 1 1 .75Zm2.78 2.47a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 1 0 1.06 1.06l.22-.22V12H.75a.75.75 0 0 0 0 1.5H2.5v1.75a.75.75 0 0 0 1.5 0V13.5h6.44l-.22.22a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 1 0-1.06 1.06l.22.22H4V5.56l.22.22a.75.75 0 0 0 1.06-1.06l-1.5-1.5ZM16 11.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Z"})),xp=u.forwardRef(Cp),N1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xp,{})}));N1.displayName="AxisLimtIcon";const Dp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M8 .75A1.25 1.25 0 0 0 6.75 2v11.75h-.5V8A1.25 1.25 0 0 0 5 6.75H3A1.25 1.25 0 0 0 1.75 8v5.75H1.5a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-.25V5A1.25 1.25 0 0 0 15 3.75h-2A1.25 1.25 0 0 0 11.75 5v8.75h-.5V2A1.25 1.25 0 0 0 10 .75H8Zm1.75 13h-1.5V2.25h1.5v11.5Zm3.5 0v-8.5h1.5v8.5h-1.5Zm-10 0v-5.5h1.5v5.5h-1.5Z"})),$p=u.forwardRef(Dp),k1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($p,{})}));k1.displayName="BarChartIcon";const Sp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.5 7.797a.832.832 0 0 0-.562.219.754.754 0 0 0-.234.578v1a.85.85 0 0 0 .219.578.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.219.146-.145.219-.343.219-.593v-1c-.053-.25-.152-.443-.297-.578a.656.656 0 0 0-.5-.22Zm1-3c-.322 0-.624.083-.906.25-.27.156-.49.375-.656.656a1.75 1.75 0 0 0-.234.89c0 .22.073.412.219.579a.754.754 0 0 0 .578.234c.25 0 .442-.073.578-.218.146-.146.219-.344.219-.594 0-.042.02-.084.062-.125a.194.194 0 0 1 .14-.063.782.782 0 0 0 .548-.218.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.547-.22Zm3 0h-1a.832.832 0 0 0-.562.219c-.156.145-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.218a.779.779 0 0 0 .25-.594.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm0 7h-1a.832.832 0 0 0-.562.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218h1c.208 0 .39-.073.546-.219a.779.779 0 0 0 .25-.593.73.73 0 0 0-.25-.578.776.776 0 0 0-.546-.22Zm6-7h-2.203V2.5c0-.323-.083-.62-.25-.89a1.657 1.657 0 0 0-.656-.657 1.667 1.667 0 0 0-.89-.25h-9c-.323 0-.625.083-.907.25a1.69 1.69 0 0 0-.64.656c-.167.271-.25.568-.25.891v9c0 .323.083.625.25.906.156.271.37.49.64.656.282.157.584.235.907.235h2.203V15.5c0 .323.078.625.234.906.167.271.386.485.656.64.282.168.584.25.907.25h9c.323 0 .62-.082.89-.25.282-.155.5-.369.657-.64.166-.281.25-.583.25-.906v-9c-.052-.5-.24-.906-.563-1.219-.323-.323-.734-.484-1.234-.484Zm.297 10.703a.19.19 0 0 1-.062.14.194.194 0 0 1-.14.063h-9c-.042 0-.084-.02-.126-.062a.194.194 0 0 1-.062-.141v-2.203h.187a.795.795 0 0 0 .563-.219.73.73 0 0 0 .25-.578c0-.25-.073-.443-.219-.578-.146-.146-.344-.219-.594-.219h-.39V11.5a.776.776 0 0 0-.219-.547.751.751 0 0 0-.594-.25c-.24 0-.432.073-.578.219-.146.135-.219.328-.219.578v.203H2.501a.194.194 0 0 1-.14-.062.194.194 0 0 1-.063-.141v-9a.19.19 0 0 1 .062-.14.194.194 0 0 1 .14-.063h9c.053 0 .1.02.141.062a.194.194 0 0 1 .063.141v2.203H11.5a.832.832 0 0 0-.563.219c-.156.146-.234.344-.234.594 0 .24.067.432.203.578.146.135.344.203.594.203h.203V6.5c0 .208.073.396.218.563a.754.754 0 0 0 .579.234c.25 0 .442-.068.578-.203.146-.146.218-.344.218-.594v-.297H15.5c.052 0 .099.021.14.063a.194.194 0 0 1 .063.14V15.5h.093Zm-3.296-4.703a.832.832 0 0 0-.563.219.754.754 0 0 0-.234.578.191.191 0 0 1-.063.14.195.195 0 0 1-.14.063.832.832 0 0 0-.563.219c-.156.146-.234.343-.234.593 0 .24.067.433.203.579.146.145.344.218.594.218.323 0 .62-.078.89-.234.281-.167.5-.386.656-.656.167-.282.25-.589.25-.922-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Zm0-3a.832.832 0 0 0-.563.219.753.753 0 0 0-.234.578v1c0 .219.073.411.218.578a.754.754 0 0 0 .579.234c.25 0 .442-.073.578-.219.146-.145.218-.343.218-.593v-1c-.052-.25-.15-.443-.296-.578a.656.656 0 0 0-.5-.22Z"})),Ip=u.forwardRef(Sp),B1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ip,{})}));B1.displayName="BooleanIcon";const Pp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm3.217-1.46 4.26-4.32a.732.732 0 0 1 1.046 0l4.26 4.32a.758.758 0 0 1 0 1.06.733.733 0 0 1-1.046 0L8.74 4.56v8.749c0 .382-.332.691-.74.691-.409 0-.74-.31-.74-.691V4.56L4.263 7.6a.732.732 0 0 1-1.046 0 .758.758 0 0 1 0-1.061Z"})))),Ap=u.forwardRef(Pp),V1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ap,{})}));V1.displayName="BoostIcon";const Mp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.749-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"}),i.createElement("path",{d:"M5.97 5.97a.75.75 0 0 1 1.061 0l1.97 1.97 1.97-1.97a.75.75 0 1 1 1.06 1.06L10.061 9l1.97 1.97a.75.75 0 1 1-1.06 1.06L9 10.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L7.94 9 5.97 7.03a.75.75 0 0 1 0-1.06Z"})),Fp=u.forwardRef(Mp),Z1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Fp,{})}));Z1.displayName="BracketsCancelIcon";const Tp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.501 2.25a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h2.5a.75.75 0 0 1 0 1.5H2.5A1.75 1.75 0 0 1 .75 15.5v-13A1.75 1.75 0 0 1 2.501.75h2.5a.75.75 0 0 1 0 1.5H2.5Zm9.75-.75A.75.75 0 0 1 13 .75h2.5a1.75 1.75 0 0 1 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75H13a.75.75 0 0 1 0-1.5h2.5a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25H13a.75.75 0 0 1-.75-.75Z"})),Np=u.forwardRef(Tp),O1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Np,{})}));O1.displayName="BracketsIcon";const kp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M2.508.752a2.25 2.25 0 0 0-2.25 2.25v10a2.25 2.25 0 0 0 2.25 2.25h11a2.25 2.25 0 0 0 2.25-2.25v-10a2.25 2.25 0 0 0-2.25-2.25h-11Zm11.75 3h-12.5v-.75a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 .75.75v.75Zm-12.5 1.5h12.5v7.75a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1-.75-.75v-7.75Z"})),Bp=u.forwardRef(kp),L1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Bp,{})}));L1.displayName="BrowserIcon";const Vp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},i.createElement("path",{d:"M2.572.75h11.855a1.83 1.83 0 0 1 1.824 1.825V6a.75.75 0 0 1-1.5 0v-.75h-12.5v7.672a.33.33 0 0 0 .328.328h2.922a.75.75 0 0 1 0 1.5H2.575a1.83 1.83 0 0 1-1.824-1.824V2.569A1.825 1.825 0 0 1 2.571.75h.001Zm-.32 3h12.5V2.578a.33.33 0 0 0-.33-.328H2.575a.325.325 0 0 0-.323.323V3.75Z"}),i.createElement("path",{d:"M16.001 13.25a.25.25 0 0 1-.25-.25v-2a3.25 3.25 0 1 0-6.5 0v2a.25.25 0 0 1-.25.25.75.75 0 0 0 0 1.5h3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2h3.5a.75.75 0 0 0 0-1.5Zm-3.5-4a1.75 1.75 0 0 1 1.75 1.75v2c0 .084.006.168.018.25h-3.536c.012-.082.018-.166.018-.25v-2a1.75 1.75 0 0 1 1.75-1.75Zm.098 6.99a.503.503 0 0 1-.56-.299.5.5 0 1 1 .56.3Z"})),Zp=u.forwardRef(Vp),R1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zp,{})}));R1.displayName="BrowserPushIcon";const Op=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M0 8c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Zm12.783 1.46-4.26 4.32a.733.733 0 0 1-1.046 0l-4.26-4.32a.757.757 0 0 1 0-1.061.732.732 0 0 1 1.046 0l2.997 3.04V2.69C7.26 2.31 7.592 2 8 2s.74.31.74.691v8.747l2.997-3.04a.733.733 0 0 1 1.046 0 .758.758 0 0 1 0 1.061Z"})))),Lp=u.forwardRef(Op),_1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lp,{})}));_1.displayName="BuryIcon";const Rp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M3.751 10.25a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.25-2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),i.createElement("path",{d:"M5.501.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h1.75A2.25 2.25 0 0 1 17.251 5v10a2.25 2.25 0 0 1-2.25 2.25h-12A2.25 2.25 0 0 1 .751 15V5a2.25 2.25 0 0 1 2.25-2.25h1.75V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-1.75a.75.75 0 0 0-.75.75v1.75h13.5V5a.75.75 0 0 0-.75-.75h-1.75V5a.75.75 0 0 1-1.5 0v-.75Zm-9.5 4V15c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75V8.25h-13.5Z"})),_p=u.forwardRef(Rp),H1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_p,{})}));H1.displayName="CalendarAltIcon";const Hp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.503.75a.75.75 0 0 1 .75.75v1.25h5.5V1.5a.75.75 0 0 1 1.5 0v1.25h2.25c.966 0 1.75.784 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-11c0-.966.783-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.25 3.5h-5.5V5a.75.75 0 1 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v2.25h13.5V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75Zm4 4h-13.5v7.25c0 .138.111.25.25.25h13a.25.25 0 0 0 .25-.25V8.25Z"})),Up=u.forwardRef(Hp),oa=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Up,{})}));oa.displayName="CalendarIcon";const jp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.251 6a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 1 0 0 1.5H5a.75.75 0 1 0 0-1.5h-.666ZM3.585 9a.75.75 0 0 1 .75-.75H5a.75.75 0 1 1 0 1.5h-.666a.75.75 0 0 1-.75-.75Zm3.416-.75a.75.75 0 0 0 0 1.5h6.667a.75.75 0 0 0 0-1.5H7.001ZM6.251 12a.75.75 0 0 1 .75-.75h6.667a.75.75 0 0 1 0 1.5H7.001a.75.75 0 0 1-.75-.75Zm-1.916-.75a.75.75 0 0 0 0 1.5H5a.75.75 0 0 0 0-1.5h-.666Z"}),i.createElement("path",{d:"M.751 2.502c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),Kp=u.forwardRef(jp),U1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Kp,{})}));U1.displayName="CatalogIcon";const zp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M9.25 3.75a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5H10v2.25a.75.75 0 1 1-1.5 0V8.25H6.25a.75.75 0 1 1 0-1.5H8.5V4.5a.75.75 0 0 1 .75-.75Z"}),i.createElement("path",{d:"M2.5.75A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75h1.25v2.25a.75.75 0 0 0 1.2.6l3.8-2.85h6.75a1.75 1.75 0 0 0 1.75-1.75v-10A1.75 1.75 0 0 0 15.5.75h-13Zm-.177 1.573A.25.25 0 0 1 2.5 2.25h13a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-7a.75.75 0 0 0-.45.15L5.25 15v-1.5a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .073-.177Z"})),Wp=u.forwardRef(zp),j1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wp,{})}));j1.displayName="ChatAddIcon";const Gp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M3.751 6a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"}),i.createElement("path",{d:"M1.264 1.263A1.75 1.75 0 0 1 2.501.75h13a1.75 1.75 0 0 1 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-6.75l-3.8 2.85a.75.75 0 0 1-1.2-.6v-2.25h-1.25a1.75 1.75 0 0 1-1.75-1.75v-10c0-.464.185-.91.513-1.237Zm1.237.987a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25h2a.75.75 0 0 1 .75.75V15l2.8-2.1a.75.75 0 0 1 .45-.15h7a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-13Z"})),qp=u.forwardRef(Gp),K1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qp,{})}));K1.displayName="ChatIcon";const Yp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.28 2.29a.15.15 0 0 1 .104-.04h11.491a.15.15 0 0 1 .104.04.75.75 0 0 0 1.042-1.079 1.65 1.65 0 0 0-1.146-.46H2.384a1.65 1.65 0 0 0-1.146.46A1.59 1.59 0 0 0 .75 2.354v8.542c0 .434.179.845.488 1.144a.75.75 0 0 0 1.042-1.08.09.09 0 0 1-.03-.064V2.354a.09.09 0 0 1 .03-.064Z"}),i.createElement("path",{d:"M5.255 3.75A1.505 1.505 0 0 0 3.75 5.255v8.07a1.505 1.505 0 0 0 1.505 1.505h.916v1.722a.698.698 0 0 0 1.117.559l3.041-2.281h5.416a1.505 1.505 0 0 0 1.505-1.506V5.255a1.505 1.505 0 0 0-1.505-1.505H5.255Zm-.077 1.43a.109.109 0 0 1 .077-.032h10.49a.108.108 0 0 1 .109.108v8.07a.109.109 0 0 1-.11.108h-5.647a.698.698 0 0 0-.42.14l-2.11 1.582v-1.024a.698.698 0 0 0-.698-.698H5.255a.108.108 0 0 1-.108-.109v-8.07c0-.028.011-.056.031-.076Z"})),Xp=u.forwardRef(Yp),z1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xp,{})}));z1.displayName="ChatsIcon";const Jp=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5ZM.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8Z"}),i.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.327 1.327 0 0 1-1.699.355 1.329 1.329 0 0 1-.454-.416l-1.343-1.92a.75.75 0 1 1 1.229-.86l1.22 1.743 3.573-4.59a.75.75 0 0 1 1.053-.132Zm-4.489 4.92-.002-.004.002.003Z"})),Qp=u.forwardRef(Jp),W1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qp,{})}));W1.displayName="CheckCircleIcon";const eg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-4.408-1.539a.75.75 0 1 0-1.184-.921l-3.573 4.59-1.22-1.743a.75.75 0 1 0-1.23.86l1.344 1.92a1.328 1.328 0 0 0 1.672.453c.19-.091.354-.226.48-.392l3.711-4.767Z"})),G1=u.forwardRef(eg),ol=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(G1,{})}));ol.displayName="CheckFilledIcon";const tg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M13.439 3.392a.75.75 0 0 1 .17 1.047l-6.186 8.583a1.732 1.732 0 0 1-.617.542 1.646 1.646 0 0 1-1.613-.052 1.747 1.747 0 0 1-.58-.574L2.37 9.478a.75.75 0 1 1 1.258-.815l2.247 3.465.009.015c.025.04.054.067.082.084a.154.154 0 0 0 .074.023.147.147 0 0 0 .073-.017.234.234 0 0 0 .083-.075l.006-.01 6.189-8.586a.75.75 0 0 1 1.047-.17Z"})),rg=u.forwardRef(tg),q1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(rg,{})}));q1.displayName="CheckIcon";const ng=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M11.461 5.408a.75.75 0 0 1 .131 1.053l-3.71 4.767a1.328 1.328 0 0 1-1.699.355 1.328 1.328 0 0 1-.453-.416l-1.344-1.92a.75.75 0 0 1 1.229-.86l1.22 1.743 3.574-4.59a.75.75 0 0 1 1.052-.132Zm-4.488 4.92-.003-.004.003.003Z"})),ag=u.forwardRef(ng),ll=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ag,{})}));ll.displayName="CheckSmallIcon";const og=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M5.415 5c-.891 0-1.337 1.077-.707 1.707l2.586 2.586a1 1 0 0 0 1.414 0l2.586-2.586c.63-.63.183-1.707-.708-1.707H5.415Z"})),lg=u.forwardRef(og),Y1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(lg,{})}));Y1.displayName="ChevronDownFillIcon";const ig=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z"})),sg=u.forwardRef(ig),en=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(sg,{})}));en.displayName="ChevronDownIcon";const ug=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M10 5.414c0-.89-1.076-1.337-1.706-.707L5.708 7.293a1 1 0 0 0 0 1.414l2.586 2.586c.63.63 1.707.184 1.707-.707V5.414Z"})),cg=u.forwardRef(ug),X1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(cg,{})}));X1.displayName="ChevronLeftFillIcon";const dg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M9.531 4.47a.75.75 0 0 1 0 1.06L7.061 8l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0Z"})),fg=u.forwardRef(dg),tn=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(fg,{})}));tn.displayName="ChevronLeftIcon";const hg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M6.001 10.586c0 .89 1.077 1.337 1.707.707l2.586-2.586a1 1 0 0 0 0-1.414L7.708 4.707c-.63-.63-1.707-.184-1.707.707v5.172Z"})),mg=u.forwardRef(hg),J1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(mg,{})}));J1.displayName="ChevronRightFillIcon";const pg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M6.47 11.53a.75.75 0 0 1 0-1.06L8.94 8 6.47 5.53a.75.75 0 1 1 1.061-1.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06 0Z"})),gg=u.forwardRef(pg),rn=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(gg,{})}));rn.displayName="ChevronRightIcon";const vg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M5.416 10c-.891 0-1.338-1.077-.708-1.707l2.586-2.586a1 1 0 0 1 1.414 0l2.586 2.586c.63.63.184 1.707-.707 1.707H5.416Z"})),bg=u.forwardRef(vg),Q1=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(bg,{})}));Q1.displayName="ChevronUpFillIcon";const wg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M7.47 5.47a.75.75 0 0 1 1.061 0l3 3a.75.75 0 1 1-1.06 1.06L8 7.06 5.53 9.53a.75.75 0 1 1-1.06-1.06l3-3Z"})),yg=u.forwardRef(wg),la=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(yg,{})}));la.displayName="ChevronUpIcon";const Eg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M13.66 2.343a7.996 7.996 0 1 0 0 11.314 8.01 8.01 0 0 0 0-11.314Zm-2.52 7.843a.666.666 0 0 1-.939.944L8.128 9.056a.168.168 0 0 0-.236 0L5.82 11.13a.68.68 0 0 1-.943 0 .667.667 0 0 1 0-.944L6.95 8.113a.166.166 0 0 0 0-.235L4.876 5.805a.667.667 0 0 1 .94-.944L7.89 6.935a.167.167 0 0 0 .236 0l2.073-2.074a.667.667 0 0 1 .943.944L9.067 7.878a.167.167 0 0 0 0 .235l2.074 2.073Z"})),Cg=u.forwardRef(Eg),es=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Cg,{})}));es.displayName="ClearFillIcon";const xg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M12.53 5.47a.75.75 0 0 1 0 1.06L10.06 9l2.47 2.47a.75.75 0 0 1-1.06 1.06L9 10.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L7.939 9l-2.47-2.47a.75.75 0 1 1 1.06-1.06L9 7.94l2.47-2.47a.75.75 0 0 1 1.06 0Z"}),i.createElement("path",{d:"M.75 9a8.25 8.25 0 1 1 16.5 0A8.25 8.25 0 0 1 .75 9ZM9 2.25a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5Z"})),Dg=u.forwardRef(xg),ts=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Dg,{})}));ts.displayName="ClearIcon";const $g=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M12.703 2h-1.11c-.051-.312-.181-.557-.39-.734-.198-.177-.463-.266-.797-.266H10a2.034 2.034 0 0 0-.86-.719A2.463 2.463 0 0 0 8 .001a2.34 2.34 0 0 0-1.11.28 2.77 2.77 0 0 0-.89.72h-.406c-.177 0-.308.01-.39.03a1.01 1.01 0 0 0-.407.266c-.104.104-.214.287-.328.547L4.406 2H3.203c-.302 0-.594.073-.875.219-.27.146-.495.349-.672.61a1.59 1.59 0 0 0-.25.874v10.704c0 .49.172.895.516 1.218.344.313.77.469 1.281.469h9.5c.302 0 .589-.073.86-.219.28-.146.505-.349.671-.61.178-.26.266-.546.266-.859V3.704c0-.5-.177-.906-.531-1.218-.344-.323-.766-.485-1.266-.485Zm-6.906.406h.5a.83.83 0 0 0 .375-.078c.114-.052.224-.13.328-.234.094-.188.23-.333.406-.438A1.21 1.21 0 0 1 8 1.5c.208 0 .401.052.578.156.188.105.328.25.422.438.104.104.208.182.313.234a.934.934 0 0 0 .39.078h.5v1.5H5.797v-1.5Zm7.297 11.891c0 .052-.026.1-.078.14a.342.342 0 0 1-.22.063H3.204c-.198 0-.297-.099-.297-.297V3.594c0-.052.026-.094.078-.125a.342.342 0 0 1 .22-.063h1.202v.688c0 .354.11.646.328.875.23.219.516.328.86.328h4.812c.344 0 .625-.11.844-.328.23-.23.344-.52.344-.875v-.688h1.203c.198 0 .297.1.297.297v10.594ZM9.906 9.203H8.703V8a.68.68 0 0 0-.203-.5.68.68 0 0 0-.5-.203.68.68 0 0 0-.5.203.68.68 0 0 0-.203.5v1.203H6.094a.68.68 0 0 0-.5.203.676.676 0 0 0-.188.5.71.71 0 0 0 .188.5.71.71 0 0 0 .5.188h1.203v1.203a.68.68 0 0 0 .203.5.68.68 0 0 0 .5.203.68.68 0 0 0 .5-.203.68.68 0 0 0 .203-.5v-1.203h1.203c.198 0 .36-.063.485-.188a.68.68 0 0 0 .203-.5.648.648 0 0 0-.203-.5.63.63 0 0 0-.485-.203Z"})),Sg=u.forwardRef($g),rs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Sg,{})}));rs.displayName="ClipboardAddIcon";const Ig=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8 4.75a.75.75 0 0 1 .75.75v2.19l2.905 2.905a.75.75 0 0 1-1.06 1.06L7.47 8.532A.748.748 0 0 1 7.25 8V5.5A.75.75 0 0 1 8 4.75Z"}),i.createElement("path",{d:"M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5Z"})),Pg=u.forwardRef(Ig),ns=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Pg,{})}));ns.displayName="ClockCircleIcon";const Ag=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.395 1.84a3.669 3.669 0 0 1 6.263 2.595c0 1.025-.504 1.837-.887 2.454l-.036.057c-.423.682-.698 1.16-.698 1.728 0 .41.085.673.199.82.087.112.265.256.737.256h1.989c.954 0 1.713.311 2.265.828.539.506.828 1.16.95 1.777.121.61.09 1.24-.074 1.75a1.975 1.975 0 0 1-.402.73 1.297 1.297 0 0 1-.497.342v.323a1.75 1.75 0 0 1-1.741 1.75H3.516a1.75 1.75 0 0 1-1.74-1.75v-.322a1.275 1.275 0 0 1-.504-.352 1.942 1.942 0 0 1-.388-.737c-.15-.504-.172-1.122-.073-1.713.1-.592.334-1.232.768-1.739A2.49 2.49 0 0 1 3.52 9.75h2.486c.472 0 .65-.144.737-.256.115-.147.2-.41.2-.82 0-.569-.276-1.046-.699-1.728L6.21 6.89c-.384-.617-.888-1.429-.888-2.454 0-.973.386-1.906 1.074-2.594ZM2.353 13.75h13.282a.917.917 0 0 0 .04-.104 2.1 2.1 0 0 0 .03-1c-.075-.384-.244-.73-.505-.974-.248-.232-.63-.422-1.238-.422h-1.989c-.826 0-1.49-.28-1.922-.836-.404-.521-.514-1.171-.514-1.74 0-1.032.506-1.847.89-2.466l.033-.052c.424-.684.698-1.158.698-1.721a2.169 2.169 0 0 0-4.337 0c0 .563.274 1.037.698 1.72.01.018.022.035.033.053.384.619.89 1.434.89 2.466 0 .569-.11 1.219-.514 1.74-.431.556-1.096.836-1.922.836H3.52a.992.992 0 0 0-.802.363c-.208.244-.359.604-.427 1.012-.07.409-.043.79.03 1.036.01.035.022.065.032.09Zm.923 1.5v.25a.25.25 0 0 0 .247.25h10.933a.25.25 0 0 0 .248-.25v-.25H3.276Z"})),Mg=u.forwardRef(Ag),as=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Mg,{})}));as.displayName="CloneIcon";const Fg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M3.529 2.47a.75.75 0 1 0-1.06 1.06L6.938 8l-4.47 4.47a.75.75 0 0 0 1.06 1.06L8 9.06l4.47 4.47a.75.75 0 1 0 1.06-1.06L9.06 8l4.47-4.47a.75.75 0 1 0-1.061-1.06l-4.47 4.47-4.47-4.47Z"})),os=u.forwardRef(Fg),rr=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(os,{})}));rr.displayName="CloseIcon";const Tg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M9.83 10.79a.7.7 0 0 0 .5.21l.01.02a.71.71 0 0 0 .49-1.2L9.008 7.996 10.83 6.18a.707.707 0 0 0-1-1L8.004 6.994 6.18 5.17a.707.707 0 0 0-1 1l1.827 1.815L5.18 9.8a.71.71 0 0 0 .49 1.2.7.7 0 0 0 .5-.18l1.844-1.835L9.83 10.79Z"})),Ng=u.forwardRef(Tg),ls=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ng,{})}));ls.displayName="CloseSmallIcon";const kg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.78.795a5.751 5.751 0 0 1 6.102 3.698 3.997 3.997 0 0 1 5.245 2.76.75.75 0 0 1-1.453.373 2.497 2.497 0 0 0-3.84-1.432.75.75 0 0 1-1.164-.478A4.25 4.25 0 1 0 6.5 10.75a.75.75 0 0 1 .002 1.5A5.75 5.75 0 0 1 5.78.795Zm8.952 9.942a.75.75 0 0 1 .151 1.05l-1.934 2.584a1.25 1.25 0 0 1-1.883.133l-1-1a.75.75 0 1 1 1.06-1.06l.796.795 1.76-2.35a.75.75 0 0 1 1.05-.152Z"}),i.createElement("path",{d:"M7.75 12.501a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0Zm4.75-3.25a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z"})),Bg=u.forwardRef(kg),is=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Bg,{})}));is.displayName="CloudCheckIcon";const Vg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.982.773a5.751 5.751 0 0 1 5.901 3.72 3.997 3.997 0 0 1 3.776.56 3.997 3.997 0 0 1 .143 6.283 4.001 4.001 0 0 1-1.63.808c-.344.081-.696.106-2.171.106a.75.75 0 0 1 0-1.5c1.525 0 1.688-.033 1.828-.066a2.5 2.5 0 1 0-1.995-4.49.75.75 0 0 1-1.163-.478 4.25 4.25 0 1 0-4.618 5.011.75.75 0 0 1-.155 1.492A5.75 5.75 0 0 1 5.982.773Z"}),i.createElement("path",{d:"M9 9.75a.75.75 0 0 1 .75.75v4.19l1.22-1.22a.75.75 0 0 1 1.061 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V10.5A.75.75 0 0 1 9 9.75Z"})),Zg=u.forwardRef(Vg),ss=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zg,{})}));ss.displayName="CloudDownloadIcon";const Og=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M6.617 3.53a.75.75 0 1 0-1.06-1.06L1.263 6.763a1.75 1.75 0 0 0 0 2.474l4.294 4.294a.75.75 0 1 0 1.06-1.061L2.324 8.177a.25.25 0 0 1 0-.354l4.293-4.292Zm5.828-1.06a.75.75 0 1 0-1.06 1.06l4.293 4.293a.25.25 0 0 1 0 .354l-4.294 4.293a.75.75 0 0 0 1.061 1.06l4.294-4.293a1.75 1.75 0 0 0 0-2.474L12.444 2.47Z"})),Lg=u.forwardRef(Og),us=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lg,{})}));us.displayName="CodeIcon";const Rg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M10.28 8.782a.75.75 0 1 0-1.06-1.06l-4.032 4.03a.75.75 0 1 0 1.06 1.061l4.032-4.031Z"}),i.createElement("path",{d:"M10.563 1.898a3.917 3.917 0 1 1 5.54 5.54L14.842 8.7l1.261 1.261a.75.75 0 1 1-1.06 1.06l-1.262-1.26-4.397 4.398a4.554 4.554 0 0 1-2.574 1.288l-1.633.231-1.167 1.167a1.385 1.385 0 0 1-1.957 0l-.896-.896a1.385 1.385 0 0 1 0-1.956l1.169-1.168.232-1.634a4.554 4.554 0 0 1 1.287-2.574L8.241 4.22 6.979 2.96A.75.75 0 0 1 8.04 1.897L9.302 3.16l1.261-1.262Zm4.48 4.48a2.417 2.417 0 1 0-3.419-3.42L10.362 4.22l3.42 3.42 1.26-1.263Zm-10.138 3.3a3.054 3.054 0 0 0-.863 1.725l-.267 1.881a.75.75 0 0 1-.213.426L2.3 14.97l.731.732 1.262-1.261a.75.75 0 0 1 .425-.213l1.88-.266a3.057 3.057 0 0 0 1.726-.863l4.398-4.4L9.3 5.282 4.906 9.678Z"})),_g=u.forwardRef(Rg),cs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_g,{})}));cs.displayName="ColorPickerAltIcon";const Hg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M13.333.75a3.917 3.917 0 0 0-2.77 1.148L9.302 3.159 8.04 1.898a.75.75 0 0 0-1.06 1.06L8.24 4.22 3.845 8.617a4.554 4.554 0 0 0-1.288 2.574l-.231 1.634-1.17 1.168a1.384 1.384 0 0 0 0 1.956l.897.897a1.384 1.384 0 0 0 1.956 0l1.167-1.168 1.634-.231a4.554 4.554 0 0 0 2.575-1.288L13.78 9.76l1.262 1.262a.75.75 0 1 0 1.06-1.06L14.842 8.7l1.261-1.262A3.917 3.917 0 0 0 13.333.75Zm.448 6.889L10.362 4.22l1.262-1.261a2.417 2.417 0 1 1 3.418 3.418L13.781 7.64Zm-4.48-2.358 3.42 3.419-4.398 4.399a3.057 3.057 0 0 1-1.726.863l-1.88.266a.75.75 0 0 0-.425.213l-1.262 1.26-.731-.731 1.263-1.261a.75.75 0 0 0 .213-.426l.266-1.88a3.054 3.054 0 0 1 .864-1.726L9.302 5.28Z"})),Ug=u.forwardRef(Hg),ds=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ug,{})}));ds.displayName="ColorPickerIcon";const jg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.751 2.498c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-1Zm4.251 5.25c0-.966.783-1.75 1.75-1.75h1c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-8Zm1.75-.25a.25.25 0 0 0-.25.25v8c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-8a.25.25 0 0 0-.25-.25h-1Zm5.999 3.5a1.75 1.75 0 0 0-1.75 1.75v3c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-3a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-3Z"})),Kg=u.forwardRef(jg),fs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Kg,{})}));fs.displayName="ColumnsIcon";const zg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},i.createElement("path",{d:"M8.001.25a.75.75 0 0 1 .75.75v5.25h4.94l-.72-.72a.75.75 0 1 1 1.06-1.06l2 2a.747.747 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H8.75v5.94l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V1A.75.75 0 0 1 8 .25Z"})),Wg=u.forwardRef(zg),hs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wg,{})}));hs.displayName="ConditionAltIcon";const Gg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M12.173 6.875c-.052.073-.11.146-.172.219L7.095 12a1.163 1.163 0 0 1-.125.11v3.015a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.22.723.723 0 0 1-.531-.22.723.723 0 0 1-.219-.53v-2.97L5.283 12 .376 7.094a1.235 1.235 0 0 1-.375-.906c0-.354.125-.657.375-.907L5.283.375c.25-.25.552-.375.906-.375s.656.125.906.375l4.906 4.906.078.094h3.047c.209 0 .386.073.532.219a.723.723 0 0 1 .218.531.723.723 0 0 1-.218.531.723.723 0 0 1-.532.22h-2.953ZM1.595 6.188l4.594 4.593 4.594-4.593-4.594-4.594-4.594 4.594Z"})),qg=u.forwardRef(Gg),ms=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qg,{})}));ms.displayName="ConditionIcon";const Yg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M3.471 5.47a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06L4.941 8 3.47 6.53a.75.75 0 0 1 0-1.06Zm5.03 1.78a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),i.createElement("path",{d:"M.251 4.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-7Zm1.75-.25a.25.25 0 0 0-.25.25v7c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-7a.25.25 0 0 0-.25-.25h-12Z"})),Xg=u.forwardRef(Yg),ps=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xg,{})}));ps.displayName="ConsoleIcon";const Jg=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M6.004.73H2.26a1.5 1.5 0 0 0-1.5 1.5v.75a.75.75 0 0 0 1.5 0v-.75h3v12.477a.75.75 0 0 0 1.5 0V2.23h2.49v12.01a1.5 1.5 0 0 0 1.5 1.5h.75a.75.75 0 0 0 0-1.5h-.75V2.23h3.75a.75.75 0 0 0 0-1.5H6.016a.777.777 0 0 0-.012 0Z"})),Qg=u.forwardRef(Jg),gs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qg,{})}));gs.displayName="ConstantAltIcon";const ev=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M3.675 1.177c.224-.116.474-.176.726-.177h7.196a1.573 1.573 0 0 1 1.279.659l2.84 3.796a1.514 1.514 0 0 1 .277 1.036l-.001.003a1.524 1.524 0 0 1-.443.923l-7.002 7.347a.747.747 0 0 1-.54.237H8a.722.722 0 0 1-.282-.056.746.746 0 0 1-.264-.182L.451 7.418a1.524 1.524 0 0 1-.442-.904l-.002-.021a1.514 1.514 0 0 1 .276-1.036L3.121 1.66c.144-.203.334-.368.553-.482Zm5.075 11.2 4.945-5.189H8.75v5.189Zm-1.5-5.189H2.305l4.945 5.188V7.188Zm1.5-1.5h5.266l-2.35-3.14a.788.788 0 0 1-.017-.025.047.047 0 0 0-.017-.014.075.075 0 0 0-.035-.009H8.75v3.188ZM7.25 2.5H4.4a.076.076 0 0 0-.034.009.048.048 0 0 0-.017.014.767.767 0 0 1-.018.024L1.983 5.688H7.25V2.5Z"})),tv=u.forwardRef(ev),vs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(tv,{})}));vs.displayName="ConstantIcon";const rv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M6.334.25a3.967 3.967 0 0 0-.778 7.858 6.724 6.724 0 0 0-5.225 3.65.75.75 0 0 0 1.339.675 5.222 5.222 0 0 1 7.287-2.164.75.75 0 1 0 .753-1.297 6.725 6.725 0 0 0-2.598-.864A3.968 3.968 0 0 0 6.334.25Zm-1.78 2.258a2.468 2.468 0 0 1 4.073.8c-.887.196-1.64.179-2.301.022-.63-.148-1.211-.43-1.771-.822ZM3.892 3.87c.63.414 1.32.739 2.09.92.842.199 1.75.22 2.746.029A2.468 2.468 0 0 1 3.89 3.87ZM13 5.584c-1.15 0-2.083.933-2.083 2.083v.667c0 1.15.933 2.083 2.083 2.083h.667c1.15 0 2.083-.933 2.083-2.083v-.667c0-1.15-.932-2.083-2.083-2.083H13Zm-.583 2.083c0-.322.261-.583.583-.583h.667c.322 0 .583.261.583.583v.667a.583.583 0 0 1-.583.583H13a.583.583 0 0 1-.583-.583v-.667ZM10.917 13c0-1.15.933-2.083 2.083-2.083h.667c1.15 0 2.083.933 2.083 2.084v.666c0 1.15-.932 2.084-2.083 2.084H13a2.083 2.083 0 0 1-2.083-2.084v-.666ZM13 12.418a.583.583 0 0 0-.583.584v.666c0 .322.261.584.583.584h.667a.583.583 0 0 0 .583-.584v-.666a.583.583 0 0 0-.583-.584H13Z"}),i.createElement("path",{d:"M7.667 10.917c-1.15 0-2.084.933-2.084 2.084v.666c0 1.15.933 2.084 2.084 2.084h.666a2.084 2.084 0 0 0 2.084-2.084v-.666a2.084 2.084 0 0 0-2.084-2.084h-.666Zm-.584 2.084c0-.323.262-.584.584-.584h.666c.323 0 .584.261.584.584v.666a.583.583 0 0 1-.584.584h-.666a.583.583 0 0 1-.584-.584v-.666Z"})),nv=u.forwardRef(rv),bs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(nv,{})}));bs.displayName="ContextualPersonalizationIcon";const av=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.324 2.324A.25.25 0 0 1 2.5 2.25h10a.25.25 0 0 1 .25.25.75.75 0 0 0 1.5 0A1.75 1.75 0 0 0 12.5.75h-10A1.75 1.75 0 0 0 .75 2.5v10a1.75 1.75 0 0 0 1.75 1.75.75.75 0 0 0 0-1.5.25.25 0 0 1-.25-.25v-10a.25.25 0 0 1 .074-.176Z"}),i.createElement("path",{d:"M5.5 3.75A1.75 1.75 0 0 0 3.75 5.5v10c0 .967.784 1.75 1.75 1.75h10a1.75 1.75 0 0 0 1.75-1.75v-10a1.75 1.75 0 0 0-1.75-1.75h-10ZM5.25 5.5a.25.25 0 0 1 .25-.25h10a.25.25 0 0 1 .25.25v10a.25.25 0 0 1-.25.25h-10a.25.25 0 0 1-.25-.25v-10Z"})),ov=u.forwardRef(av),ws=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ov,{})}));ws.displayName="CopyIcon";const lv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.5 2.25a.25.25 0 0 0-.25.25v10a.25.25 0 0 0 .25.25.75.75 0 0 1 0 1.5A1.75 1.75 0 0 1 .75 12.5v-10A1.75 1.75 0 0 1 2.5.75h10a1.75 1.75 0 0 1 1.75 1.75.75.75 0 0 1-1.5 0 .25.25 0 0 0-.25-.25h-10Z"}),i.createElement("path",{d:"M5.5 5.25a.25.25 0 0 0-.25.25v10c0 .139.112.25.25.25h10a.25.25 0 0 0 .25-.25v-10a.25.25 0 0 0-.25-.25h-10Zm-1.75.25c0-.966.784-1.75 1.75-1.75h10c.967 0 1.75.784 1.75 1.75v10a1.75 1.75 0 0 1-1.75 1.75h-10a1.75 1.75 0 0 1-1.75-1.75v-10Z"}),i.createElement("path",{d:"m13.594 8.291-.691-.29-.29-.692a.75.75 0 0 1 .981.982Zm-2.17 1.189c-.159.336-.321.667-.47.946-.09.168-.17.31-.239.42-.07.11-.107.155-.111.16 0 .001 0 0 0 0a.5.5 0 1 1-.707-.708c.006-.004.05-.041.16-.11.11-.07.252-.15.42-.24.28-.148.61-.31.946-.468ZM12.902 8l-.29-.691-.01.004-.027.011-.1.043a53.705 53.705 0 0 0-1.473.654c-.417.193-.858.405-1.23.603a8.441 8.441 0 0 0-.513.293c-.14.088-.3.198-.424.321a2 2 0 1 0 2.829 2.829 2.42 2.42 0 0 0 .32-.424c.096-.15.195-.327.294-.513.198-.372.41-.813.603-1.23a53.95 53.95 0 0 0 .655-1.473l.042-.1.015-.036-.691-.29Z"})),iv=u.forwardRef(lv),ys=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(iv,{})}));ys.displayName="CopyToDashboardIcon";const sv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.032 7.25A2.75 2.75 0 0 0 3.282 10v1a2.75 2.75 0 0 0 2.75 2.75.75.75 0 0 0 0-1.5A1.25 1.25 0 0 1 4.782 11v-1a1.25 1.25 0 0 1 1.25-1.25.75.75 0 0 0 0-1.5Zm3 0A1.75 1.75 0 0 0 7.282 9c0 1.13.78 1.712 1.25 2.063l.05.037c.538.404.7.571.7.9a.25.25 0 0 1-.25.25h-1a.75.75 0 0 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.129-.78-1.711-1.25-2.062l-.05-.038c-.538-.403-.7-.57-.7-.9a.25.25 0 0 1 .25-.25h1a.75.75 0 0 0 0-1.5h-1Zm3.75.75a.75.75 0 0 0-1.5 0v1.697a6.71 6.71 0 0 0 1.126 3.72.75.75 0 0 0 1.248 0 6.707 6.707 0 0 0 1.126-3.72V8a.75.75 0 0 0-1.5 0v1.697a5.21 5.21 0 0 1-.25 1.594 5.205 5.205 0 0 1-.25-1.594V8Z"}),i.createElement("path",{d:"M2.502.752a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.783 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),uv=u.forwardRef(sv),Es=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(uv,{})}));Es.displayName="CsvIcon";const cv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M3 2a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 2ZM.25 6.5c0-.966.784-1.75 1.75-1.75h12c.967 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14 11.25H2A1.75 1.75 0 0 1 .25 9.5v-3ZM2 6.25a.25.25 0 0 0-.25.25v3c0 .139.113.25.25.25h12a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25H2ZM3 14a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 14Z"})),dv=u.forwardRef(cv),Cs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dv,{})}));Cs.displayName="CustomRowIcon";const fv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M3.75 5a4.23 4.23 0 0 1 .6-2.176A4.25 4.25 0 1 1 3.75 5ZM8 2.25c-.794 0-1.51.338-2.012.877a5.057 5.057 0 0 0 4.594.923A2.751 2.751 0 0 0 8 2.25ZM6.603 5.228a6.557 6.557 0 0 1-1.304-.74 2.75 2.75 0 0 0 5.393 1.083 6.567 6.567 0 0 1-4.09-.343Z"}),i.createElement("path",{d:"M8 9.25a7.25 7.25 0 0 1 7.25 7.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 0-11.5 0 .75.75 0 0 1-1.5 0A7.25 7.25 0 0 1 8 9.25Z"})),hv=u.forwardRef(fv),xs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hv,{})}));xs.displayName="CustomerIcon";const mv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 3.423 2.668.75.75 0 0 1-.672 1.083A2.75 2.75 0 0 0 6.25 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325H9.5a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.745-.676l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"}),i.createElement("path",{d:"M1.75 5a2.25 2.25 0 1 1 2.915 2.151.75.75 0 0 1-.664 1.1A1.75 1.75 0 0 0 2.25 10v.75h.25a.75.75 0 0 1 .744.657l.418 3.343H5a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.744-.658l-.418-3.342H1.5a.75.75 0 0 1-.75-.75V10a3.25 3.25 0 0 1 2.127-3.05A2.25 2.25 0 0 1 1.75 5ZM4 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm10-1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5ZM13.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-5.5 4a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75 4.752 4.752 0 0 1-3.75 4.645V16a.75.75 0 0 1-.219.53l-.5.5a.75.75 0 0 1-1.28-.53v-2.855A4.752 4.752 0 0 1 7.75 9Zm1.588.75a3.251 3.251 0 0 0 6.326 0H9.338Z"})),pv=u.forwardRef(mv),Ds=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pv,{})}));Ds.displayName="CustomersFilterIcon";const gv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.25 3.5a2.75 2.75 0 1 1 4.016 2.443 4.25 4.25 0 0 1 2.985 4.058v1.5a.75.75 0 0 1-.75.75h-.821l-.433 4.324a.75.75 0 0 1-.746.675h-3a.75.75 0 0 1-.746-.675l-.433-4.324h-.821a.75.75 0 0 1-.75-.75V10a4.25 4.25 0 0 1 2.985-4.058A2.75 2.75 0 0 1 6.251 3.5ZM9 2.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM7.057 8.056A2.75 2.75 0 0 0 6.251 10v.75H7a.75.75 0 0 1 .746.675l.433 4.325h1.642l.433-4.325A.75.75 0 0 1 11 10.75h.75V10a2.75 2.75 0 0 0-4.695-1.945Z"}),i.createElement("path",{d:"M4 2.75a2.25 2.25 0 0 0-1.122 4.2A3.25 3.25 0 0 0 .75 10v1.5c0 .415.336.75.75.75h.338l.418 3.344A.75.75 0 0 0 3 16.25h2a.75.75 0 0 0 0-1.5H3.663l-.418-3.342a.75.75 0 0 0-.744-.657h-.25V10A1.75 1.75 0 0 1 4 8.25a.75.75 0 0 0 .664-1.1A2.251 2.251 0 0 0 4 2.751ZM3.25 5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm8.5 0a2.25 2.25 0 1 1 3.374 1.95A3.25 3.25 0 0 1 17.25 10v1.5a.75.75 0 0 1-.75.75h-.338l-.418 3.344a.75.75 0 0 1-.744.656h-2a.75.75 0 0 1 0-1.5h1.338l.418-3.342a.75.75 0 0 1 .744-.657h.25V10A1.75 1.75 0 0 0 14 8.25a.75.75 0 0 1-.664-1.1A2.251 2.251 0 0 1 11.75 5ZM14 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"})),vv=u.forwardRef(gv),$s=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vv,{})}));$s.displayName="CustomersSegmentationIcon";const bv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.502.75a.75.75 0 0 1 .75.75v1.25h3.5V1.5a.75.75 0 1 1 1.5 0v1.25h2.25c.967 0 1.75.784 1.75 1.75V6a.75.75 0 0 1-1.5 0V4.5a.25.25 0 0 0-.25-.25h-2.25V5a.75.75 0 0 1-1.5 0v-.75h-3.5V5a.75.75 0 0 1-1.5 0v-.75h-2.25a.25.25 0 0 0-.25.25v9c0 .139.112.25.25.25h3.499a.75.75 0 0 1 0 1.5H2.502a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75h2.25V1.5a.75.75 0 0 1 .75-.75Zm6.874 9.313a.75.75 0 0 1 .75.75l-1.28 2.093-.002-.002a.748.748 0 0 1-.218-.528v-1.563a.75.75 0 0 1 .75-.75Z"}),i.createElement("path",{d:"m13.126 10.813-1.28 2.093 1.953 1.953a.75.75 0 0 0 1.06-1.06l-1.733-1.734v-1.252Z"}),i.createElement("path",{d:"M7.251 12.376a5.125 5.125 0 1 1 10.25 0 5.125 5.125 0 0 1-10.25 0Zm5.125-3.626a3.625 3.625 0 1 0 0 7.25 3.625 3.625 0 0 0 0-7.25Z"})),wv=u.forwardRef(bv),Ss=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wv,{})}));Ss.displayName="DateTimeIcon";const yv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M4.751 5.5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}),i.createElement("path",{d:"m10.804 17.097.014-.007c.186-.085.358-.204.506-.352l5.415-5.415c.146-.146.264-.316.35-.5l.01-.025c.1-.222.152-.464.152-.711V2.5a1.75 1.75 0 0 0-1.75-1.75h-13A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h7.586c.25 0 .494-.053.717-.153ZM2.324 2.324a.25.25 0 0 1 .177-.074h13a.25.25 0 0 1 .25.25v7.25h-4.25a1.75 1.75 0 0 0-1.75 1.75v4.25h-7.25a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM14.69 11.25l-3.439 3.439V11.5a.25.25 0 0 1 .25-.25h3.19Z"})),Ev=u.forwardRef(yv),Is=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ev,{})}));Is.displayName="DescriptionIcon";const Cv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.751 11.5v-8A2.75 2.75 0 0 1 3.501.75h11a2.75 2.75 0 0 1 2.75 2.75v8a2.75 2.75 0 0 1-2.75 2.75h-2.614l.25 1.5H13a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5h.865l.25-1.5H3.5A2.75 2.75 0 0 1 .75 11.5Zm1.5-8v7.25h13.5V3.5c0-.69-.56-1.25-1.25-1.25h-11c-.69 0-1.25.56-1.25 1.25Zm12.25 9.25c.41 0 .772-.196 1-.5h-13c.228.304.591.5 1 .5h11Zm-6.864 1.5-.25 1.5h3.229l-.25-1.5h-2.73Z"})),xv=u.forwardRef(Cv),Ps=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xv,{})}));Ps.displayName="DesktopIcon";const Dv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"m3.16 14.826.008.008.008.008A8.25 8.25 0 0 0 14.839 3.171l-.004-.004-.004-.004A8.25 8.25 0 0 0 3.16 14.826ZM2.25 9a6.75 6.75 0 0 1 10.964-5.273l-9.488 9.487A6.722 6.722 0 0 1 2.251 9Zm12.024-4.213a6.75 6.75 0 0 1-9.487 9.487l9.487-9.487Z"})),$v=u.forwardRef(Dv),As=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($v,{})}));As.displayName="DisabledIcon";const Sv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M9.251 4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm-7 3.75a.75.75 0 0 1 .75-.75h10a.75.75 0 1 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm5.75 5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"})),Iv=u.forwardRef(Sv),Ms=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Iv,{})}));Ms.displayName="DivideIcon";const Pv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8.001 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-1.5.5a.75.75 0 0 0 0 1.5h.75V12h-.75a.75.75 0 0 0 0 1.5h3a.75.75 0 1 0 0-1.5h-.75V9.5a.75.75 0 0 0-.75-.75h-1.5Z"}),i.createElement("path",{d:"M4.251 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8.75a.75.75 0 0 0 .75-.75v-10a.75.75 0 0 0-.75-.75h-8.75a1.5 1.5 0 0 1 0-3h8.75a.75.75 0 0 0 0-1.5h-8.75Zm-1.5 13V5.6c.442.254.954.4 1.5.4h8v8.5h-8a1.5 1.5 0 0 1-1.5-1.5Z"}),i.createElement("path",{d:"M3.501 3a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),Av=u.forwardRef(Pv),Fs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Av,{})}));Fs.displayName="DocumentationIcon";const Mv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M9 1.75a.75.75 0 0 1 .75.75v6.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3-.006.007a.748.748 0 0 1-1.047 0l-.007-.006-3-3a.75.75 0 0 1 1.06-1.06L8.25 8.69V2.5A.75.75 0 0 1 9 1.75Z"}),i.createElement("path",{d:"M2.25 10.5a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1a1.25 1.25 0 0 1-1.25 1.25h-11a1.25 1.25 0 0 1-1.25-1.25v-1Z"})),Fv=u.forwardRef(Mv),Ts=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Fv,{})}));Ts.displayName="DownloadIcon";const Tv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M1.587 3.57a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.28-.28.438-.654.438-1.04a1.52 1.52 0 0 0-1.109-1.437 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm-12 6a1.41 1.41 0 0 0-.64.39 1.456 1.456 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44.458-.457.564-1.12.274-1.713a1.566 1.566 0 0 0-.945-.764 1.873 1.873 0 0 0-.796.008Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Zm6 0a1.41 1.41 0 0 0-.64.39 1.455 1.455 0 0 0 0 2.08c.303.305.63.44 1.053.44.424 0 .75-.135 1.054-.44a1.454 1.454 0 0 0 0-2.08 1.38 1.38 0 0 0-1.07-.437c-.134 0-.267.016-.397.048Z"})),Nv=u.forwardRef(Tv),Ns=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Nv,{})}));Ns.displayName="DragHorizontalIcon";const kv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M5 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM6.5 14a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 3.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM12.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 15.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"})),Bv=u.forwardRef(kv),ks=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Bv,{})}));ks.displayName="DragVericalIcon";const Vv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M11.593 2.177a1.75 1.75 0 0 0-2.474 0L1.38 9.914a.75.75 0 0 0-.196.344l-.912 3.556a.75.75 0 0 0 .913.912l3.556-.912a.75.75 0 0 0 .344-.196l7.737-7.737a1.75 1.75 0 0 0 0-2.475l-1.23-1.23Zm-1.414 1.06a.25.25 0 0 1 .354 0l1.23 1.23a.25.25 0 0 1 0 .353l-.752.751-1.583-1.583.751-.75ZM8.368 5.05 9.95 6.632l-5.78 5.78-2.13.547.546-2.13 5.78-5.78Z"})),Zv=u.forwardRef(Vv),Bs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zv,{})}));Bs.displayName="EditIcon";const Ov=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.326.825a.75.75 0 0 0-.652 0l-7.25 3.5A.75.75 0 0 0 0 5v4a.75.75 0 0 0 1.5 0V6.195l1.25.604V11.5c0 .162.053.32.15.45l.6-.45-.6.45h.001l.001.002.003.004.007.008.02.027.07.082c.057.069.14.16.25.27.216.216.535.499.957.78A6.758 6.758 0 0 0 8 14.252a6.751 6.751 0 0 0 3.791-1.127c.423-.281.742-.564.958-.78a4.816 4.816 0 0 0 .32-.352l.02-.027.007-.008.002-.004.001-.001s.001-.002-.599-.451l.6.45a.75.75 0 0 0 .15-.45V6.799l2.326-1.123a.75.75 0 0 0 0-1.35l-7.25-3.5Zm3.424 6.698v3.697l-.061.063a4.823 4.823 0 0 1-.73.594c-.652.434-1.634.873-2.959.873-1.324 0-2.307-.439-2.959-.873a4.822 4.822 0 0 1-.79-.657V7.523l3.423 1.653c.206.1.446.1.652 0l3.424-1.653ZM8 7.668 2.475 5 8 2.333 13.525 5 8 7.668Z"})),Lv=u.forwardRef(Ov),Vs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lv,{})}));Vs.displayName="EducationHubIcon";const Rv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M5.492 3.252a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2.5 12.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.25a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-1 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"})),_v=u.forwardRef(Rv),Zs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_v,{})}));Zs.displayName="EllipsisVerticalIcon";const Hv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0-1.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm8-.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-1.5 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0Z"})),Uv=u.forwardRef(Hv),Os=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Uv,{})}));Os.displayName="EllipsissHorizontalIcon";const jv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M.656 3.047c.32-.385.804-.63 1.345-.63h12a1.746 1.746 0 0 1 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75H2a1.75 1.75 0 0 1-1.75-1.75v-8a1.743 1.743 0 0 1 .405-1.12ZM1.75 4.883v7.284c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25V4.883L9.803 8.304a2.955 2.955 0 0 1-3.604 0L1.75 4.884Zm11.295-.966H2.956l4.157 3.198a1.456 1.456 0 0 0 1.775 0l4.158-3.198Z"})),Kv=u.forwardRef(jv),Ls=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Kv,{})}));Ls.displayName="EmailIcon";const zv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M.25 7.5a7.25 7.25 0 0 1 14.437-.965c.084.63.08 1.256 0 1.864A.75.75 0 0 1 13.2 8.2a5.55 5.55 0 0 0 0-1.468A5.751 5.751 0 0 0 1.75 7.5a5.75 5.75 0 0 0 6.34 5.72.75.75 0 0 1 .152 1.493A7.25 7.25 0 0 1 .252 7.5Z"}),i.createElement("path",{d:"M5.334 4.584a.967.967 0 1 0 0 1.933.967.967 0 0 0 0-1.933ZM8.7 5.55a.967.967 0 1 1 1.934 0 .967.967 0 0 1-1.933 0ZM3.852 7.64a.75.75 0 0 1 .91.545c.332 1.33 1.534 2.032 2.739 2.032.169 0 .336-.017.5-.05a.75.75 0 1 1 .302 1.468c-.262.054-.53.082-.802.082-1.737 0-3.66-1.03-4.195-3.168a.75.75 0 0 1 .546-.91Zm9.926 3.25a.667.667 0 0 0-1.333 0v1.555H10.89a.667.667 0 0 0 0 1.333h1.555v1.556a.667.667 0 0 0 1.333 0v-1.556h1.556a.667.667 0 0 0 0-1.333h-1.556v-1.556Z"})),Wv=u.forwardRef(zv),Rs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wv,{})}));Rs.displayName="EmojiPickerIcon";const Gv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("path",{d:"M14.303 0H1.697C.757 0 0 .756 0 1.697v12.606C0 15.243.756 16 1.697 16h12.606c.94 0 1.697-.756 1.697-1.697V1.697C16 .757 15.244 0 14.303 0ZM1.697 1.455h12.606a.24.24 0 0 1 .242.242v7.515h-4.363v.727c0 1.203-.98 2.182-2.182 2.182A2.185 2.185 0 0 1 5.818 9.94v-.727H1.455V1.697a.24.24 0 0 1 .242-.242Zm12.606 13.09H1.697a.24.24 0 0 1-.242-.242v-3.636H4.44a3.631 3.631 0 0 0 7.118 0h2.986v3.636a.24.24 0 0 1-.242.242Z"}))),qv=u.forwardRef(Gv),_s=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qv,{})}));_s.displayName="EmptyIcon";const Yv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15.333 7.057 8.943.667a1.333 1.333 0 0 0-1.886 0L.667 7.058a1.333 1.333 0 0 0 0 1.885l6.39 6.39a1.333 1.333 0 0 0 1.886 0l6.39-6.39a1.334 1.334 0 0 0 0-1.886ZM7.38 4.278a.667.667 0 0 1 1.333 0v4a.667.667 0 0 1-1.333 0v-4Zm.7 7.673h-.018a1.02 1.02 0 0 1-1.015-.98.983.983 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .952 1.364.984.984 0 0 1-.903.636Z"})),Hs=u.forwardRef(Yv),il=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Hs,{})}));il.displayName="ErrorFillIcon";const Xv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M7.017 0h8.484a1.75 1.75 0 0 1 1.75 1.75v2.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75v-2.5A1.75 1.75 0 0 1 2.5 0h4.516Zm.55 1.5-.572 2h3.44l.571-2h-3.44Zm8.184 2V1.75a.25.25 0 0 0-.25-.25h-2.934l-.572 2h3.756Zm-9.744-2H2.5a.25.25 0 0 0-.25.25V3.5h3.184l.572-2ZM2.25 6.25a.75.75 0 1 0-1.5 0v8.5A1.75 1.75 0 0 0 2.5 16.5h13a1.75 1.75 0 0 0 1.75-1.75v-8.5a.75.75 0 0 0-1.5 0v8.5a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-8.5Zm5 2.362v3.278l3.277-1.64L7.25 8.612Zm3.6 1.8Zm-3.84-3.41c.225-.01.448.037.65.138l3.86 1.93a1.321 1.321 0 0 1 0 2.361l-3.86 1.93a1.324 1.324 0 0 1-1.743-.538 1.321 1.321 0 0 1-.167-.643V8.321a1.32 1.32 0 0 1 1.26-1.319Z"})),Jv=u.forwardRef(Xv),Us=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Jv,{})}));Us.displayName="EventIcon";const Qv=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.236.782c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475 0 5.054.003 5.302.055 5.474.087.286.229.521.44.736.308.312.61.463 1.017.508.269.032.546-.006.685-.092a.69.69 0 0 0 .18-.202c.075-.126.083-.168.083-.425s-.008-.299-.082-.425a.708.708 0 0 0-.187-.204c-.088-.053-.363-.117-.52-.12-.021 0-.072-.034-.112-.074l-.074-.073V2.398l.074-.073.073-.074h10.206l.073.074c.04.04.074.09.075.112.002.157.066.432.119.52a.708.708 0 0 0 .205.187c.126.074.168.082.425.082s.299-.008.425-.082a.69.69 0 0 0 .2-.181c.133-.215.138-.73.01-1.066-.19-.5-.613-.898-1.145-1.075-.157-.053-.402-.056-5.37-.06C4.758.76 2.335.769 2.236.782Zm3 3c-.37.049-.682.212-.974.508a1.74 1.74 0 0 0-.441.736c-.052.172-.055.42-.055 5.475s.003 5.303.055 5.475c.09.291.23.524.456.748.224.226.457.366.749.456.172.053.42.055 5.475.055s5.303-.002 5.475-.055a1.73 1.73 0 0 0 .749-.456 1.73 1.73 0 0 0 .456-.748c.052-.173.055-.42.055-5.476 0-5.054-.003-5.302-.055-5.474a1.852 1.852 0 0 0-1.19-1.204c-.157-.053-.402-.056-5.37-.06-2.863-.002-5.286.007-5.385.02Zm10.44 1.543.075.073v10.206l-.074.073-.073.074H5.398l-.073-.074-.074-.073V5.398l.074-.073.073-.074h10.206l.073.074ZM8.687 7.79c-.38.084-.725.4-.852.782-.061.18-.063.242-.063 1.928s.002 1.748.063 1.928c.2.601.854.935 1.469.753.089-.027.89-.412 1.78-.857 1.806-.904 1.85-.933 2.036-1.311.09-.184.097-.217.097-.513 0-.296-.006-.33-.097-.513-.186-.378-.23-.407-2.036-1.311-.89-.445-1.691-.831-1.78-.858a1.72 1.72 0 0 0-.617-.028Zm2.685 2.71c0 .008-.48.255-1.065.548l-1.065.532V9.42l1.065.532c.586.293 1.065.54 1.065.548Z"})),e9=u.forwardRef(Qv),js=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(e9,{})}));js.displayName="EventsSegmentationIcon";const t9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.735 2.25h-.25a.75.75 0 1 1 0-1.5h7a.75.75 0 0 1 0 1.5h-.25v4.028l1.823 2.805a.662.662 0 0 1 .012.018l2.535 3.9a2.75 2.75 0 0 1-2.305 4.25H3.667A2.75 2.75 0 0 1 1.365 13l2.531-3.893a.753.753 0 0 1 .02-.03l1.819-2.8V2.25Zm5.121 4.66a.75.75 0 0 1-.121-.41V2.25h-3.5V6.5a.75.75 0 0 1-.121.41L5.917 8.75h6.136l-1.197-1.84Zm-7.214 5.34h3.793a.75.75 0 0 1 0 1.5H2.667l-.044.07a1.25 1.25 0 0 0 1.045 1.93H14.3a1.25 1.25 0 0 0 1.047-1.93l-2.32-3.57H4.943l-1.3 2Z"})),r9=u.forwardRef(t9),Ks=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(r9,{})}));Ks.displayName="ExperimentIcon";const n9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.518 3.75 3.997 3.997 0 0 1 3.974.719 4 4 0 0 1-1.629 6.92.75.75 0 0 1-.364-1.456 2.5 2.5 0 1 0-2.03-4.481.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.825.75.75 0 1 1-1.045 1.075A5.75 5.75 0 0 1 6.366.74Z"}),i.createElement("path",{d:"M6.214 8.807a.748.748 0 0 0-.243.163l-2 2a.75.75 0 0 0 1.06 1.06l.72-.719v5.19a.75.75 0 0 0 1.5 0v-5.19l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.748.748 0 0 0-.817-.164Zm5.287-.057a.75.75 0 0 1 .75.75v5.19l.72-.72a.75.75 0 0 1 1.06 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.5a.75.75 0 0 1 .75-.75Z"})),a9=u.forwardRef(n9),zs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(a9,{})}));zs.displayName="ExposeIcon";const o9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M5.751 3.501a.75.75 0 0 0-1.5 0v1.25h-1.25a.75.75 0 0 0 0 1.5h1.25v1.25a.75.75 0 0 0 1.5 0v-1.25h1.25a.75.75 0 0 0 0-1.5h-1.25v-1.25Zm7.28 3.969a.75.75 0 0 1 0 1.062l-.97.97.97.969a.75.75 0 0 1-1.06 1.06l-.97-.97-.97.97a.75.75 0 0 1-1.06-1.06l.97-.97-.97-.97a.75.75 0 0 1 1.06-1.06l.97.97.97-.97a.75.75 0 0 1 1.06 0Zm-10.28 5.031a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H5.288a1 1 0 1 1-.074 0H3.501a.75.75 0 0 1-.75-.75Z"}),i.createElement("path",{d:"M6.251 10.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),i.createElement("path",{d:"M12.025.751c.457 0 .896.179 1.223.498l1.975 1.921a1.751 1.751 0 0 1 .528 1.253v11.078a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-13a1.75 1.75 0 0 1 1.75-1.75h10.024Zm0 1.5H2.002a.25.25 0 0 0-.25.25v13a.25.25 0 0 0 .25.25h12a.25.25 0 0 0 .25-.25V4.423a.251.251 0 0 0-.075-.178L12.2 2.323a.25.25 0 0 0-.175-.072Z"})),l9=u.forwardRef(o9),Ws=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(l9,{})}));Ws.displayName="ExpressionIcon";const i9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8.97 2.532a.723.723 0 0 0 .531.218h2.688L7.47 7.47a.752.752 0 0 0-.203.53c.01.198.083.37.219.516A.798.798 0 0 0 8 8.735a.752.752 0 0 0 .532-.203l4.718-4.719V6.5c0 .209.073.386.219.532A.723.723 0 0 0 14 7.25a.723.723 0 0 0 .532-.218.723.723 0 0 0 .218-.532V2a.723.723 0 0 0-.218-.53.723.723 0 0 0-.532-.22H9.5a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53c0 .209.073.386.219.532Z"}),i.createElement("path",{d:"M6.533 1.47A.723.723 0 0 0 6 1.25H3c-.312 0-.604.079-.875.235-.27.156-.484.37-.64.64A1.717 1.717 0 0 0 1.25 3v10c0 .313.078.605.235.876.156.27.37.484.64.64.271.156.563.235.875.235h10c.313 0 .604-.079.875-.235a1.71 1.71 0 0 0 .64-.64c.157-.271.235-.563.235-.875v-3a.723.723 0 0 0-.218-.532A.723.723 0 0 0 14 9.25a.723.723 0 0 0-.531.22.723.723 0 0 0-.219.53v3a.256.256 0 0 1-.078.188.232.232 0 0 1-.172.063H3a.29.29 0 0 1-.187-.063A.29.29 0 0 1 2.75 13V3a.23.23 0 0 1 .063-.171A.256.256 0 0 1 3 2.75h3a.723.723 0 0 0 .532-.218A.723.723 0 0 0 6.75 2a.723.723 0 0 0-.218-.53Z"})),s9=u.forwardRef(i9),Gs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(s9,{})}));Gs.displayName="ExternalLinkIcon";const u9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M7.868 6.384c-.617 0-1.117.5-1.117 1.116a.75.75 0 0 1-1.5 0 2.617 2.617 0 0 1 2.617-2.616.75.75 0 1 1 0 1.5Z"}),i.createElement("path",{d:"M14.532 2.53a.75.75 0 1 0-1.06-1.06l-1.817 1.817a8.468 8.468 0 0 0-2.07-.846A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012a13.977 13.977 0 0 0 2.766 2.577L1.471 13.47a.75.75 0 1 0 1.06 1.06l2.553-2.551a.745.745 0 0 0 .188-.188L7.42 9.643a.75.75 0 0 0 .716.973A2.617 2.617 0 0 0 10.752 8a.75.75 0 0 0-.974-.716l4.754-4.753ZM9.285 7.778A.75.75 0 0 0 9.251 8c0 .617-.5 1.117-1.116 1.117a.75.75 0 0 0-.223.034l1.373-1.374Zm-4.75 2.63C3.51 9.734 2.577 8.85 1.853 7.967a.494.494 0 0 1 0-.603c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.02c.405-.005.81.043 1.203.144h.004a6.71 6.71 0 0 1 1.327.5l-6.01 6.012Z"}),i.createElement("path",{d:"M12.953 4.99a.75.75 0 0 1 1.06-.038c.443.413.851.915 1.183 1.322l.12.147.009.011a1.994 1.994 0 0 1 0 2.466l-.009.011c-1.356 1.66-3.447 3.416-5.732 3.986A6.141 6.141 0 0 1 8 13.084a6.139 6.139 0 0 1-1.426-.152.75.75 0 0 1 .332-1.463c.356.081.72.12 1.085.115h.02a4.64 4.64 0 0 0 1.204-.143l.004-.001c1.845-.46 3.678-1.943 4.93-3.473a.495.495 0 0 0 0-.603l-.115-.142c-.341-.418-.681-.835-1.044-1.173a.75.75 0 0 1-.037-1.06Z"})),c9=u.forwardRef(u9),qs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(c9,{})}));qs.displayName="EyeCrossedIcon";const d9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8 5.05a2.617 2.617 0 1 0 0 5.234A2.617 2.617 0 0 0 8 5.05ZM6.884 7.668a1.117 1.117 0 1 1 2.233 0 1.117 1.117 0 0 1-2.233 0Z"}),i.createElement("path",{d:"M9.585 2.441A6.116 6.116 0 0 0 8 2.251a6.107 6.107 0 0 0-1.584.19c-2.254.566-4.347 2.29-5.729 3.98l-.009.011a1.994 1.994 0 0 0 0 2.466l.01.012c1.358 1.658 3.446 3.413 5.731 3.985A6.135 6.135 0 0 0 8 13.084a6.141 6.141 0 0 0 1.583-.189c2.286-.57 4.377-2.326 5.733-3.986l.008-.01a1.994 1.994 0 0 0 0-2.467l-.008-.011c-1.383-1.69-3.48-3.414-5.731-3.98ZM8.01 3.751c.406-.005.81.043 1.204.144h.004c1.819.457 3.659 1.916 4.93 3.469a.494.494 0 0 1 0 .603c-1.25 1.53-3.084 3.014-4.929 3.473h-.004a4.64 4.64 0 0 1-1.205.144h-.02a4.641 4.641 0 0 1-1.202-.143h-.003c-1.845-.462-3.677-1.945-4.931-3.475a.494.494 0 0 1 0-.602c1.272-1.553 3.108-3.011 4.929-3.468h.004c.393-.102.798-.15 1.204-.145h.019Z"})),f9=u.forwardRef(d9),Ys=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(f9,{})}));Ys.displayName="EyeIcon";const h9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M2.69 1.378A1.25 1.25 0 0 0 .75 2.42v11.16M2.69 1.378l4.06 2.523V2.42a1.25 1.25 0 0 1 1.958-1.03l.004.003 7.999 5.58a1.25 1.25 0 0 1 0 2.056L8.708 14.61a1.25 1.25 0 0 1-1.958-1.03V12.1l-4.06 2.523a1.249 1.249 0 0 1-1.94-1.042m1.5-10.71v10.26l4.854-3.017a.75.75 0 0 1 1.146.637v2.351l7.313-5.101L8.25 2.899v2.352a.75.75 0 0 1-1.146.637L2.25 2.87Z"})),m9=u.forwardRef(h9),Xs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(m9,{})}));Xs.displayName="FastForwardIcon";const p9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15 4.516c0-.219-.042-.432-.125-.64a1.738 1.738 0 0 0-.344-.547L11.844.5a1.653 1.653 0 0 0-.531-.359 1.443 1.443 0 0 0-.625-.14h-7.61a1.89 1.89 0 0 0-.797.171c-.25.105-.474.26-.672.47a2.158 2.158 0 0 0-.453.718c-.104.26-.156.536-.156.828v11.625c0 .292.052.573.156.844.105.27.256.51.453.719.198.197.422.354.672.468.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.114.474-.276.672-.484.198-.208.349-.443.453-.703a2.33 2.33 0 0 0 .156-.844V4.516Zm-12.187-3a.586.586 0 0 1 .265-.062h6.844V3.64c0 .219.042.432.125.64.083.21.198.397.344.563.156.156.333.276.531.36.198.083.401.125.61.125h2.078v8.484c0 .198-.068.37-.204.516a.608.608 0 0 1-.484.218H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.188c0-.198.067-.37.203-.516a.532.532 0 0 1 .219-.156Zm8.5.484 1.78 1.875h-1.562a.212.212 0 0 1-.156-.062.269.269 0 0 1-.062-.172v-1.64Z"})),g9=u.forwardRef(p9),Js=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(g9,{})}));Js.displayName="FileIcon";const v9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M15 4.516c0-.22-.042-.433-.125-.641a1.738 1.738 0 0 0-.344-.547L11.844.5a1.654 1.654 0 0 0-.531-.36 1.443 1.443 0 0 0-.626-.14H3.079a1.89 1.89 0 0 0-.797.172c-.25.104-.474.26-.672.469a2.158 2.158 0 0 0-.453.718c-.104.26-.156.537-.156.829v11.624c0 .292.052.573.156.844.104.271.255.51.453.719.198.198.422.354.672.469.25.104.516.156.797.156h9.844c.281 0 .547-.052.797-.156.25-.115.474-.276.672-.485a2.2 2.2 0 0 0 .453-.703c.104-.27.156-.552.156-.844V4.517Zm-12.188-3a.586.586 0 0 1 .266-.063h6.844v2.188c0 .218.042.432.125.64.083.209.198.396.344.563.156.156.333.276.53.36.199.082.402.124.61.124h2.078v8.485c0 .197-.067.37-.203.515a.608.608 0 0 1-.484.219H3.078a.68.68 0 0 1-.5-.203.698.698 0 0 1-.187-.531V2.187c0-.197.067-.37.203-.515a.532.532 0 0 1 .219-.156Zm8.5.484 1.782 1.875H11.53a.212.212 0 0 1-.156-.063.269.269 0 0 1-.063-.171V2Z"}),i.createElement("path",{d:"M5.637 11.254a.667.667 0 0 0 .328-.07l4.92-2.46a.669.669 0 0 0 .001-1.196L5.964 5.07A.667.667 0 0 0 5 5.667v4.921a.667.667 0 0 0 .637.666Z"})))),b9=u.forwardRef(v9),Qs=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(b9,{})}));Qs.displayName="FileVideoIcon";const w9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M2.75 2.75v.94l4.252 4.251c.265.266.415.626.415 1.002v3.805l1.167.292V8.944c0-.376.148-.736.413-1.002L13.25 3.69v-.94H2.75Zm10.525.915Zm-11.61-2a1.417 1.417 0 0 1 1.002-.415h10.667a1.417 1.417 0 0 1 1.416 1.417v1.057c0 .376-.15.737-.415 1.002l-4.252 4.251v4.17a1.417 1.417 0 0 1-1.76 1.374l-1.333-.334a1.417 1.417 0 0 1-1.073-1.374V8.978L1.664 4.725a1.417 1.417 0 0 1-.414-1V2.666c0-.376.15-.736.415-1.002Zm8.419 7.278Z"})),y9=u.forwardRef(w9),eu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(y9,{})}));eu.displayName="FilterIcon";const E9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M14.386 7.424a.332.332 0 0 0-.534-.158c-.393.334-.83.614-1.298.832a.166.166 0 0 1-.236-.14A8.767 8.767 0 0 0 5.172.004a.333.333 0 0 0-.339.498c.547.965.835 2.055.834 3.164a6.04 6.04 0 0 1-.42 2.215.167.167 0 0 1-.295.03 5.85 5.85 0 0 1-.698-1.525.333.333 0 0 0-.534-.162 6.643 6.643 0 0 0-2.386 5.109 6.667 6.667 0 1 0 13.333 0 6.61 6.61 0 0 0-.281-1.91ZM8 14.167a2.68 2.68 0 0 1-2.666-2.742 5.04 5.04 0 0 1 3.1-4.59.167.167 0 0 1 .194.258 2.853 2.853 0 0 0-.313 2.774.17.17 0 0 0 .118.092.167.167 0 0 0 .144-.04c.227-.183.397-.427.49-.704a.163.163 0 0 1 .092-.105.167.167 0 0 1 .14 0 2.467 2.467 0 0 1 1.368 2.39A2.616 2.616 0 0 1 8 14.168Z"})),C9=u.forwardRef(E9),tu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(C9,{})}));tu.displayName="FireIcon";const x9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M1.263.763A1.75 1.75 0 0 1 2.5.25H6a1.75 1.75 0 0 1 1.4.7l.975 1.3H15.5A1.75 1.75 0 0 1 17.25 4v10a1.75 1.75 0 0 1-1.75 1.75h-13A1.75 1.75 0 0 1 .75 14V2c0-.464.185-.909.513-1.237ZM2.5 1.75a.25.25 0 0 0-.25.25v12a.25.25 0 0 0 .25.25h13a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25H8a.75.75 0 0 1-.6-.3l-1.2-1.6a.25.25 0 0 0-.2-.1H2.5Z"})),D9=u.forwardRef(x9),ru=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(D9,{})}));ru.displayName="FolderEmptyIcon";const $9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M2.5.25c-.482 0-.933.208-1.256.556A1.87 1.87 0 0 0 .75 2.077v11.847c0 .467.172.925.494 1.271.323.348.774.556 1.256.556h13c.483 0 .934-.208 1.257-.556a1.87 1.87 0 0 0 .493-1.271V4.23a1.87 1.87 0 0 0-.493-1.272 1.715 1.715 0 0 0-1.257-.555H8.393l-.976-1.401a1.771 1.771 0 0 0-.613-.55A1.692 1.692 0 0 0 6 .25H2.5Z"})),S9=u.forwardRef($9),nu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(S9,{})}));nu.displayName="FolderFullIcon";const I9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M1.312-.002C.587-.002 0 .585 0 1.31v2.999C0 5.033.587 5.62 1.312 5.62h2.999c.724 0 1.312-.588 1.312-1.312V1.31c0-.725-.588-1.312-1.312-1.312H1.312ZM1.125 1.31c0-.104.083-.187.187-.187h2.999c.103 0 .187.083.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V1.31Z"}),i.createElement("path",{d:"M1.312 6.745C.587 6.745 0 7.333 0 8.057v2.999c0 .725.587 1.312 1.312 1.312h2.999c.724 0 1.312-.588 1.312-1.312V8.057c0-.724-.588-1.312-1.312-1.312H1.312Zm-.187 1.312c0-.103.083-.187.187-.187h2.999c.103 0 .187.084.187.187v2.999a.187.187 0 0 1-.187.187H1.312a.187.187 0 0 1-.187-.187V8.057Z"}),i.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),i.createElement("path",{d:"M8.06 6.745c-.725 0-1.313.588-1.313 1.312v2.999c0 .725.588 1.312 1.312 1.312h.155c0-.382.052-.76.155-1.125h-.31a.187.187 0 0 1-.187-.187V8.057c0-.103.084-.187.187-.187h2.999c.103 0 .187.084.187.187v.31a4.157 4.157 0 0 1 1.125-.155v-.155c0-.724-.587-1.312-1.312-1.312H8.059Z"}),i.createElement("path",{d:"M12.37 15.998a3.63 3.63 0 1 0 0-7.26 3.63 3.63 0 0 0 0 7.26Zm.02-6.31c.386 0 .699.313.699.698v1.293h1.292a.699.699 0 0 1 0 1.397H13.09v1.292a.699.699 0 1 1-1.397 0v-1.292h-1.293a.699.699 0 0 1 0-1.397h1.293v-1.293c0-.385.313-.698.698-.698Z"})),P9=u.forwardRef(I9),au=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(P9,{})}));au.displayName="ForceAddToRecallIcon";const A9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M0 1.31C0 .585.587-.002 1.312-.002h2.999c.724 0 1.312.587 1.312 1.312v2.999c0 .724-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 4.309V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H1.312Z"}),i.createElement("path",{d:"M0 8.057c0-.724.587-1.312 1.312-1.312h2.999c.724 0 1.312.588 1.312 1.312v2.999c0 .725-.588 1.312-1.312 1.312H1.312A1.312 1.312 0 0 1 0 11.056V8.057Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .104.083.187.187.187h2.999a.187.187 0 0 0 .187-.187V8.057a.187.187 0 0 0-.187-.187H1.312Z"}),i.createElement("path",{d:"M6.747 1.31c0-.725.588-1.312 1.312-1.312h2.999c.725 0 1.312.587 1.312 1.312v2.999c0 .724-.587 1.312-1.312 1.312H8.059a1.312 1.312 0 0 1-1.312-1.312V1.31Zm1.312-.187a.187.187 0 0 0-.187.187v2.999c0 .103.084.187.187.187h2.999a.187.187 0 0 0 .187-.187V1.31a.187.187 0 0 0-.187-.187H8.059Z"}),i.createElement("path",{d:"M6.747 8.057c0-.724.588-1.312 1.312-1.312h2.999c.725 0 1.312.588 1.312 1.312v.155c-.38 0-.758.052-1.125.155v-.31a.187.187 0 0 0-.187-.187H8.059a.187.187 0 0 0-.187.187v2.999c0 .104.084.187.187.187h.31a4.155 4.155 0 0 0-.155 1.125h-.155a1.312 1.312 0 0 1-1.312-1.312V8.057Z"}),i.createElement("path",{d:"M11.961 8.931A3.551 3.551 0 1 1 12.447 16a.505.505 0 0 1 0-1.01 2.542 2.542 0 1 0-2.035-4.061h1.02a.505.505 0 1 1 0 1.009H9.4a.505.505 0 0 1-.505-.505v-2.03a.505.505 0 1 1 1.01 0v.568a3.557 3.557 0 0 1 2.055-1.04Z"})),M9=u.forwardRef(A9),ou=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(M9,{})}));ou.displayName="ForceAddToRecallUndoIcon";const F9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M5.376 3.5a.75.75 0 1 0-1.5 0v.375H3.5a.75.75 0 1 0 0 1.5h.375v.375a.75.75 0 0 0 1.5 0v-.375h.375a.75.75 0 1 0 0-1.5h-.375V3.5Zm.905 7.28a.75.75 0 1 0-1.06-1.06l-.595.595-.595-.595a.75.75 0 0 0-1.06 1.06l.594.596-.595.594a.75.75 0 1 0 1.061 1.06l.595-.594.594.595a.75.75 0 0 0 1.061-1.06l-.595-.595.595-.595Zm3.219-.53a.75.75 0 0 1 .75-.75h2.25a.75.75 0 0 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75Zm.75 1.5a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Zm0-7.875a.75.75 0 1 0 0 1.5h2.25a.75.75 0 0 0 0-1.5h-2.25Z"}),i.createElement("path",{d:"M.5 2.257v11.487c0 .97.787 1.757 1.757 1.757h11.487c.97 0 1.757-.787 1.757-1.757V2.257c0-.97-.787-1.757-1.757-1.757H2.257C1.287.5.501 1.287.501 2.257Zm1.5 0C2 2.115 2.117 2 2.258 2h4.994v5.25H2V2.257Zm0 11.487V8.75h5.25V14H2.258a.257.257 0 0 1-.256-.256Zm12 0a.257.257 0 0 1-.256.257H8.751V8.75H14v4.993ZM8.75 7.25V2h4.994c.142 0 .257.115.257.257V7.25H8.75Z"})),T9=u.forwardRef(F9),lu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(T9,{})}));lu.displayName="FormulaExpressionIcon";const N9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.324 2.324a.25.25 0 0 1 .177-.074h2.5a.75.75 0 1 0 0-1.5H2.5A1.75 1.75 0 0 0 .751 2.5v13a1.75 1.75 0 0 0 1.75 1.75h2.5a.75.75 0 0 0 0-1.5H2.5a.25.25 0 0 1-.25-.25v-13a.25.25 0 0 1 .073-.176ZM13 .75a.75.75 0 0 0 0 1.5h2.5a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25H13a.75.75 0 0 0 0 1.5h2.5a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.75H13ZM7.652 5.628A.75.75 0 0 0 6.25 6v7a.75.75 0 0 0 1.5 0V8.826l.598 1.048a.75.75 0 0 0 1.303 0l.599-1.048V13a.75.75 0 0 0 1.5 0V6a.75.75 0 0 0-1.402-.373L9 7.987l-1.35-2.36Z"})),k9=u.forwardRef(N9),iu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(k9,{})}));iu.displayName="FormulaIcon";const B9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M1.251.667a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75Zm14.162 2.397a.75.75 0 0 1-.309 1.015L6.037 8.917l9.069 4.838a.75.75 0 1 1-.707 1.324L4.752 9.932a.75.75 0 0 1-.177-.13 1.25 1.25 0 0 1 0-1.769.75.75 0 0 1 .177-.13l9.646-5.147a.75.75 0 0 1 1.015.308Z"})),V9=u.forwardRef(B9),su=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(V9,{})}));su.displayName="FromStartAltIcon";const Z9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.25 2.499a.75.75 0 0 1 .75-.75h4.5a.749.749 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-2.69l-8.438 8.44H7a.75.75 0 0 1 0 1.5H2.514a.748.748 0 0 1-.763-.75v-4.5a.75.75 0 1 1 1.5 0v2.69l8.44-8.44H9a.75.75 0 0 1-.75-.75Z"})),O9=u.forwardRef(Z9),uu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(O9,{})}));uu.displayName="FullscreenIcon";const L9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M4.001.75a.75.75 0 0 0-.75.75c0 1.294.63 2.43 1.517 3.25H2.501A1.75 1.75 0 0 0 .751 6.5V8a1.25 1.25 0 0 0 1 1.225v6.276a1.75 1.75 0 0 0 1.75 1.75h11a1.75 1.75 0 0 0 1.75-1.75V9.225a1.25 1.25 0 0 0 1-1.225V6.5a1.75 1.75 0 0 0-1.75-1.75h-2.267c.886-.82 1.517-1.956 1.517-3.25a.75.75 0 0 0-.75-.75c-1.298 0-2.593.522-3.565 1.351C9.809 2.636 9.29 3.322 9 4.11c-.29-.788-.808-1.474-1.435-2.009C6.594 1.272 5.3.751 4.001.751Zm7.25 15v-6.5h3.5v6.25a.25.25 0 0 1-.25.25h-3.25Zm0-8v-1.5h4.25a.25.25 0 0 1 .25.25v1.25h-4.5Zm-1.5-1.5v1.5h-1.5v-1.5h1.5Zm-3 0v1.5h-4.5V6.5a.25.25 0 0 1 .25-.25h4.25Zm0 3v6.5h-3.25a.25.25 0 0 1-.25-.25V9.25h3.5Zm1.5 6.5v-6.5h1.5v6.5h-1.5Zm3.158-12.507a4.247 4.247 0 0 1 1.686-.875c-.187.513-.534.991-1.002 1.39a4.246 4.246 0 0 1-1.686.875c.187-.513.534-.991 1.002-1.39Zm-5.5.515c-.468-.399-.815-.877-1.002-1.39.61.156 1.2.46 1.686.875.468.399.815.877 1.002 1.39-.61-.156-1.2-.46-1.686-.875Z"})),R9=u.forwardRef(L9),cu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(R9,{})}));cu.displayName="GiftIcon";const _9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M11.451.503a7.75 7.75 0 0 0-8.788 3.85.75.75 0 0 0 1.323.706 6.25 6.25 0 1 1-.107 5.68.75.75 0 0 0-1.348.656A7.75 7.75 0 1 0 11.45.503Z"}),i.createElement("path",{d:"M8.97 4.973a.75.75 0 0 1 1.061 0l2.5 2.5a.748.748 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H1.5a.75.75 0 1 1 0-1.5h8.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z"})),H9=u.forwardRef(_9),du=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(H9,{})}));du.displayName="GoToIcon";const U9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M6.919 4.053 5.449 7.51a1.75 1.75 0 0 1-1.615 1.074H1.501a.75.75 0 0 1 0-1.5h2.333a.25.25 0 0 0 .232-.154l.002-.005L5.8 2.848a1.25 1.25 0 0 1 2.333.085l.005.013 2.934 9.127 1.47-3.889a1.75 1.75 0 0 1 1.625-1.1H16.5a.75.75 0 0 1 0 1.5h-2.333a.25.25 0 0 0-.227.146l-1.725 4.562a1.25 1.25 0 0 1-2.345-.057l-.004-.013L6.92 4.053Z"})),j9=u.forwardRef(U9),fu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(j9,{})}));fu.displayName="GraphStatsIcon";const K9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.501.749a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm.25 7.25a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Zm7.5-9c0-.967.784-1.75 1.75-1.75h4c.967 0 1.75.783 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-4a1.75 1.75 0 0 1-1.75-1.75v-4Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25h-4Zm0 7.5a1.75 1.75 0 0 0-1.75 1.75v4c0 .966.784 1.75 1.75 1.75h4a1.75 1.75 0 0 0 1.75-1.75v-4a1.75 1.75 0 0 0-1.75-1.75h-4Zm-.25 1.75a.25.25 0 0 1 .25-.25h4a.25.25 0 0 1 .25.25v4a.25.25 0 0 1-.25.25h-4a.25.25 0 0 1-.25-.25v-4Z"})),z9=u.forwardRef(K9),hu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(z9,{})}));hu.displayName="GridAltIcon";const W9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.751 2.499c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm4.25.25c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm-13.5 6c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.967.784-1.75 1.75-1.75h1c.967 0 1.75.783 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.499a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .139.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm6-1.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),G9=u.forwardRef(W9),mu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(G9,{})}));mu.displayName="GridIcon";const q9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8.092 4.753a1.42 1.42 0 0 0-.69.13 1.189 1.189 0 0 0-.486.408.947.947 0 0 0-.165.528.75.75 0 1 1-1.5 0c0-.487.148-.958.419-1.363.27-.403.65-.723 1.093-.93a2.92 2.92 0 0 1 2.799.177c.41.264.743.632.952 1.07.21.44.283.928.21 1.409a2.49 2.49 0 0 1-.615 1.287 2.76 2.76 0 0 1-1.211.778.248.248 0 0 0-.121.079.105.105 0 0 0-.026.064V9a.75.75 0 1 1-1.5 0v-.609c0-.36.124-.705.342-.986.217-.279.515-.48.846-.586a1.26 1.26 0 0 0 .554-.352.991.991 0 0 0 .248-.511.919.919 0 0 0-.081-.537 1.115 1.115 0 0 0-.41-.454 1.38 1.38 0 0 0-.658-.212ZM8.001 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"}),i.createElement("path",{d:"M8.001.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5ZM1.751 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),Y9=u.forwardRef(q9),pu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Y9,{})}));pu.displayName="HelpIcon";const X9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M7.226 1.47A7.25 7.25 0 1 1 10 15.416a.75.75 0 0 1 0-1.5A5.75 5.75 0 1 0 4.454 6.65l.516-.516a.75.75 0 0 1 1.06 1.06L4.062 9.165a.748.748 0 0 1-1.124 0L.97 7.196a.75.75 0 0 1 1.06-1.06l.822.82A7.25 7.25 0 0 1 7.226 1.47Z"}),i.createElement("path",{d:"M10.25 4.165a.75.75 0 0 0-1.5 0v4.5c0 .415.336.75.75.75H13a.75.75 0 0 0 0-1.5h-2.75v-3.75Z"})),J9=u.forwardRef(X9),gu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(J9,{})}));gu.displayName="HistoryIcon";const Q9=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M13.72 9.243c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v5.5a.724.724 0 0 1-.219.532.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-4a.208.208 0 0 0-.078-.172.208.208 0 0 0-.172-.078h-1a.24.24 0 0 0-.172.078.208.208 0 0 0-.078.172v4a.723.723 0 0 1-.219.531.723.723 0 0 1-.531.219h-4a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531v-5.5c0-.208.073-.386.219-.531a.723.723 0 0 1 .531-.22c.208 0 .385.074.531.22a.723.723 0 0 1 .219.53v4.75h2.5v-3.25c0-.312.078-.603.234-.874.157-.27.37-.484.641-.64.27-.157.562-.235.875-.235h1c.323 0 .614.078.875.234.27.157.484.37.64.64.157.272.235.563.235.876v3.25h2.5v-4.75ZM2.001 8.774A.737.737 0 0 1 .97 8.758a.705.705 0 0 1-.219-.515.698.698 0 0 1 .188-.531L7.736.915c.166-.156.354-.281.562-.375a1.69 1.69 0 0 1 1.344 0c.219.094.406.219.562.375l6.797 6.797a.752.752 0 0 1 .203.53c0 .199-.073.37-.218.517a.815.815 0 0 1-.532.218.733.733 0 0 1-.515-.203L9.142 1.977A.208.208 0 0 0 8.97 1.9a.208.208 0 0 0-.172.078L2.001 8.774Z"})),eb=u.forwardRef(Q9),vu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(eb,{})}));vu.displayName="HomeIcon";const tb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M7.257 11.503a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Zm-1.72-4.531a.75.75 0 1 0-1.06 1.061l1.47 1.47-1.47 1.47a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2Z"}),i.createElement("path",{d:"M.257 2.503c0-.967.783-1.75 1.75-1.75h12c.966 0 1.75.783 1.75 1.75v11a1.75 1.75 0 0 1-1.75 1.75h-12a1.75 1.75 0 0 1-1.75-1.75v-11Zm1.5 0v1.25h12.5v-1.25a.25.25 0 0 0-.25-.25h-12a.25.25 0 0 0-.25.25Zm12.5 2.75h-12.5v8.25c0 .138.112.25.25.25h12a.25.25 0 0 0 .25-.25v-8.25Z"})),rb=u.forwardRef(tb),bu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(rb,{})}));bu.displayName="HtmlIcon";const nb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M16 8.51v5.8c0 .94-.76 1.7-1.7 1.7H1.7c-.94 0-1.7-.76-1.7-1.7V1.7C0 .76.76 0 1.7 0h6.18v1.5H1.7c-.13 0-.2.06-.2.2v12.61c0 .13.06.2.2.2h12.61c.13 0 .2-.06.2-.2v-5.8h1.5H16Z"}),i.createElement("path",{d:"M7.17 5c0-1.13-.91-2.04-2.04-2.04S3.09 3.87 3.09 5 4 7.04 5.13 7.04 7.17 6.13 7.17 5Z"}),i.createElement("path",{d:"M9.21 10.28c.64-.23 1.32-.31 1.99-.25.67.06 1.33.26 1.92.6.36.21.82.08 1.02-.28a.74.74 0 0 0-.28-1.02c-.78-.44-1.64-.71-2.53-.79a6.182 6.182 0 0 0-4.88 1.73l-.02.02c-.55-.33-1.17-.51-1.82-.52-.9-.02-1.77.29-2.46.86-.32.27-.36.74-.09 1.06.27.32.74.36 1.06.09.41-.34.93-.53 1.47-.52.31 0 .62.08.9.21-.19.32-.36.65-.5 1-.15.39.04.82.43.97.39.15.82-.04.97-.43.17-.45.41-.86.71-1.24.01-.02.03-.03.04-.05.11-.14.23-.27.36-.39a4.82 4.82 0 0 1 1.71-1.06v.01Z"}),i.createElement("path",{d:"m15.76 6.6-1.22-1.22a.504.504 0 0 1-.1-.57c.21-.45.32-.94.32-1.44 0-1.86-1.52-3.38-3.38-3.38C9.52-.01 8 1.51 8 3.37c0 1.86 1.52 3.38 3.38 3.38.5 0 .99-.11 1.44-.32.07-.03.14-.05.21-.05.13 0 .26.05.35.15l1.22 1.22c.31.31.85.31 1.16 0a.82.82 0 0 0 0-1.16v.01ZM11.4 5.14c-.97 0-1.75-.78-1.75-1.75s.78-1.75 1.75-1.75 1.75.78 1.75 1.75-.78 1.75-1.75 1.75Z"})))),ab=u.forwardRef(nb),wu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ab,{})}));wu.displayName="ImageSearchIcon";const ob=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M12.792 4.918a.75.75 0 0 1 .949-.475l2.654.885a1.252 1.252 0 0 1 .79 1.581l-3.161 9.487a1.252 1.252 0 0 1-1.582.79l-7.176-2.392a.75.75 0 0 1 .475-1.423l6.939 2.313 3.004-9.012-2.417-.806a.75.75 0 0 1-.475-.948Zm2.97 1.517ZM4.376 2.5a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM4 4.377a.375.375 0 1 1 .751 0 .375.375 0 0 1-.75 0Z"}),i.createElement("path",{d:"M.75 2C.75 1.31 1.31.75 2 .75h9c.69 0 1.25.56 1.25 1.25v10c0 .691-.56 1.25-1.25 1.25H2A1.25 1.25 0 0 1 .75 12V2Zm1.5 6.75h1.86l2.542-3.633a1.752 1.752 0 0 1 2.753-.15l1.345 1.538V2.25h-8.5v6.5Zm6.026-2.795a.254.254 0 0 0-.203-.086.25.25 0 0 0-.191.106L5.94 8.751h4.782L8.276 5.955ZM2.25 10.25v1.5h8.5v-1.5h-8.5Z"})),lb=u.forwardRef(ob),yu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(lb,{})}));yu.displayName="ImagesIcon";const ib=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M17.193 12.287a.748.748 0 0 1-.693.463H12a.75.75 0 0 1 0-1.5h2.69l-4.013-4.013a.25.25 0 0 0-.354 0L8.238 9.324a1.75 1.75 0 0 1-2.476 0L.97 4.53a.75.75 0 0 1 1.06-1.06l4.793 4.793a.25.25 0 0 0 .354 0l2.085-2.086a1.75 1.75 0 0 1 2.476 0l4.012 4.012V7.5a.75.75 0 0 1 1.5 0V12c0 .102-.02.199-.057.287Z"})),sb=u.forwardRef(ib),sl=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(sb,{})}));sl.displayName="ImpactDownIcon";const ub=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"})),Eu=u.forwardRef(ub),ia=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Eu,{})}));ia.displayName="InfoFilledIcon";const cb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M7.8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.4 4.69h-.3v-3a.7.7 0 0 0-.7-.7h-1a.7.7 0 1 0 0 1.4h.3v2.35h-.3a.7.7 0 1 0 0 1.4h2a.7.7 0 1 0 0-1.4v-.05Z"}),i.createElement("path",{d:"M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25ZM1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),db=u.forwardRef(cb),Cu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(db,{})}));Cu.displayName="InfoIcon";const fb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0ZM7.83 6.286a.857.857 0 1 0 0-1.714.857.857 0 0 0 0 1.714Zm1.2 4.02h-.257V7.734a.6.6 0 0 0-.6-.6h-.858a.6.6 0 0 0 0 1.2h.258v2.015h-.258a.6.6 0 1 0 0 1.2H9.03a.6.6 0 0 0 0-1.2v-.043Z"})),hb=u.forwardRef(fb),xu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hb,{})}));xu.displayName="InfoSmallIcon";const mb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.755 6.065a8.754 8.754 0 0 1 16.503.035c.319.908.492 1.884.492 2.9a8.736 8.736 0 0 1-.503 2.934A8.76 8.76 0 0 1 9 17.75a8.754 8.754 0 0 1-8.258-5.852A8.736 8.736 0 0 1 .25 9.001a8.736 8.736 0 0 1 .505-2.936Zm10.506 9.826a7.271 7.271 0 0 0 4.135-3.473h-3.325a26.486 26.486 0 0 1-.81 3.473Zm-.71-3.473H7.455c.224 1.288.549 2.563.974 3.81a7.318 7.318 0 0 0 1.146 0c.425-1.244.75-2.518.974-3.81Zm1.721-1.5h3.722c.167-.61.256-1.254.256-1.917 0-.664-.089-1.307-.256-1.917h-3.596c.013.342.02.685.019 1.028.002.939-.047 1.875-.145 2.806Zm-1.375-3.834H7.105a25.165 25.165 0 0 0 .136 3.834h3.523c.103-.93.155-1.866.153-2.805v-.002c0-.343-.006-.685-.02-1.027Zm1.402-1.5h3.097a7.278 7.278 0 0 0-3.618-3.282c.242 1.082.416 2.178.52 3.282Zm-2.175-3.747a7.306 7.306 0 0 0-2.246 0 25.158 25.158 0 0 0-.667 3.747h3.58a25.017 25.017 0 0 0-.668-3.747ZM2.006 7.084A7.258 7.258 0 0 0 1.75 9c0 .663.09 1.306.257 1.917h3.725a26.664 26.664 0 0 1-.129-3.834H2.007Zm.598 5.334a7.271 7.271 0 0 0 4.14 3.475 26.654 26.654 0 0 1-.81-3.475h-3.33Zm0-6.834h3.098c.105-1.1.278-2.197.52-3.282a7.278 7.278 0 0 0-3.618 3.282Z"})),pb=u.forwardRef(mb),Du=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pb,{})}));Du.displayName="InternetIcon";const gb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M11.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"}),i.createElement("path",{d:"M.9 15.101a2.216 2.216 0 0 1 0-3.134l5.725-5.725A4.66 4.66 0 1 1 9.76 9.376l-.941.941.18.673a1.728 1.728 0 0 1-2.115 2.115l-.502-.135.134.502A1.728 1.728 0 0 1 4.4 15.588l-.726-.194c-.86.559-2.02.461-2.775-.293Zm1.06-2.073a.716.716 0 1 0 1.013 1.013.75.75 0 0 1 .724-.194l1.09.292a.228.228 0 0 0 .28-.279l-.293-1.09a.75.75 0 0 1 .194-.724l.488-.488a.75.75 0 0 1 .725-.194l1.089.292a.228.228 0 0 0 .279-.28l-.292-1.088a.75.75 0 0 1 .194-.725l1.583-1.584a.75.75 0 0 1 .823-.16 3.16 3.16 0 1 0-1.675-1.675.75.75 0 0 1-.16.823L1.96 13.028Z"})),vb=u.forwardRef(gb),$u=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vb,{})}));$u.displayName="KeyIcon";const bb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.75 15.834c0 .782.635 1.417 1.417 1.417h13.667c.782 0 1.417-.635 1.417-1.417V2.167c0-.782-.635-1.416-1.417-1.416H2.167A1.415 1.415 0 0 0 .751 2.167v13.667Zm1.5-8.583h3.5v8.5h-3.5v-8.5Zm0-1.5v-3.5h3.5v3.5h-3.5Zm5 1.5h8.5v8.5h-8.5v-8.5Zm8.5-1.5h-8.5v-3.5h8.5v3.5Z"})),wb=u.forwardRef(bb),Su=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wb,{})}));Su.displayName="LayoutIcon";const yb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M4.49 16.251a.75.75 0 0 1-.74-.75V9.037a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 0 4.25-4.25V3a2.25 2.25 0 0 1 4.5 0v2.254c0 .115.079.215.17.238l.992.218a3.752 3.752 0 0 1 2.833 3.834l-.202 3.43a4.75 4.75 0 0 1-4.726 4.276H9.06c-.441 0-.88-.062-1.304-.183l-2.423-.692a3.252 3.252 0 0 0-.844-.125Zm1.255-1.317 2.423.692c.29.083.59.125.892.125h3.257c1.669 0 3.066-1.264 3.231-2.894l.2-3.394A2.245 2.245 0 0 0 14.07 7.17l-.99-.217a1.75 1.75 0 0 1-1.33-1.699V3.001a.75.75 0 0 0-1.5 0v1.036a5.751 5.751 0 0 1-5 5.701v5.082c.167.03.332.067.495.114ZM2.251 8.25v7.5h1.5v-7.5h-1.5Zm-.75-1.5h3a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75v-9a.75.75 0 0 1 .75-.75Z"})),Eb=u.forwardRef(yb),Iu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Eb,{})}));Iu.displayName="LikeIcon";const Cb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.25 1.5a.75.75 0 1 0-1.5 0v15.001c0 .414.337.75.75.75h14.996a.75.75 0 0 0 0-1.5H2.251v-2.826l4.16-2.496c.194-.117.417-.178.644-.178h3.513c.392 0 .78-.085 1.138-.247l5.105-2.32a.75.75 0 1 0-.62-1.366l-5.106 2.32c-.163.074-.34.113-.518.113H7.055c-.499 0-.988.135-1.415.391l-3.39 2.034V1.501Z"})),xb=u.forwardRef(Cb),Pu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xb,{})}));Pu.displayName="LineChartIcon";const Db=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M12.5 4.584a3.729 3.729 0 0 0-2.781 1.252.75.75 0 0 0 1.121.996 2.23 2.23 0 0 1 1.662-.748h.999a2.25 2.25 0 0 1 0 4.5h-1a2.231 2.231 0 0 1-1.661-.748.75.75 0 0 0-1.12.996 3.732 3.732 0 0 0 2.78 1.252h1a3.75 3.75 0 0 0 0-7.5h-1Zm-8 0a3.75 3.75 0 1 0 0 7.5h1.003a3.733 3.733 0 0 0 2.78-1.252.75.75 0 1 0-1.121-.997 2.233 2.233 0 0 1-1.662.749h-1a2.25 2.25 0 0 1 0-4.5h1a2.23 2.23 0 0 1 1.662.748.75.75 0 0 0 1.12-.996 3.73 3.73 0 0 0-2.78-1.252H4.501Z"}),i.createElement("path",{d:"M5.5 7.583a.75.75 0 1 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"})),$b=u.forwardRef(Db),Au=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($b,{})}));Au.displayName="LinkIcon";const Sb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M3.001 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.5 7.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm4-14.25a.75.75 0 1 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Zm-.75 6.75a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5h-10a.75.75 0 0 1-.75-.75Zm.75 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5h-10Z"})),Ib=u.forwardRef(Sb),Mu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ib,{})}));Mu.displayName="ListIcon";const Pb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M14.801 8c.663 0 1.21-.54 1.11-1.195a8 8 0 1 0-9.105 9.106C7.46 16.01 8 15.464 8 14.8s-.543-1.187-1.19-1.328a5.602 5.602 0 0 1-4.302-6.565 5.6 5.6 0 0 1 10.964-.098c.14.647.665 1.19 1.328 1.19Z"})),Ab=u.forwardRef(Pb),ul=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ab,{})}));ul.displayName="LoaderIcon";const Mb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M8.751 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),i.createElement("path",{d:"M3.751 5v1.75h-.25a1.75 1.75 0 0 0-1.75 1.75v7c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-7a1.75 1.75 0 0 0-1.75-1.75h-.25V5a4.25 4.25 0 0 0-8.5 0Zm4.25-2.75A2.75 2.75 0 0 1 10.751 5v1.75h-5.5V5a2.75 2.75 0 0 1 2.75-2.75Zm-4.5 6h9a.25.25 0 0 1 .25.25v7a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-7a.25.25 0 0 1 .25-.25Z"})),Fb=u.forwardRef(Mb),Fu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Fb,{})}));Fu.displayName="LockIcon";const Tb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("g",{id:"loomi AI"},i.createElement("g",{id:"Shape"},i.createElement("path",{d:"M1.406 3.388a3.55 3.55 0 0 1 .707.904.442.442 0 0 0 .774 0 3.532 3.532 0 0 1 1.405-1.404.442.442 0 0 0 0-.775A3.533 3.533 0 0 1 2.887.708a.442.442 0 0 0-.774 0A3.533 3.533 0 0 1 .708 2.113a.442.442 0 0 0 0 .775c.253.138.487.306.698.5Z"}),i.createElement("path",{d:"M10.097 1.442a1.25 1.25 0 0 0-2.194 0L6.43 4.137A3.25 3.25 0 0 1 5.137 5.43L2.442 6.903a1.25 1.25 0 0 0 0 2.194l2.695 1.474a3.25 3.25 0 0 1 1.292 1.292l1.474 2.695a1.25 1.25 0 0 0 2.194 0l1.474-2.695a3.25 3.25 0 0 1 1.292-1.292l2.695-1.474a1.25 1.25 0 0 0 0-2.194L12.863 5.43a3.25 3.25 0 0 1-1.292-1.292l-1.474-2.695ZM7.745 4.857 9 2.563l1.255 2.294a4.75 4.75 0 0 0 1.888 1.888L14.437 8l-2.294 1.255a4.75 4.75 0 0 0-1.888 1.888L9 13.437l-1.255-2.294a4.75 4.75 0 0 0-1.888-1.888L3.563 8l2.294-1.255a4.75 4.75 0 0 0 1.888-1.888Z"})))),Nb=u.forwardRef(Tb),Tu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Nb,{})}));Tu.displayName="LoomiIcon";const kb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M11.116 1.123c-.083.02-1.136.43-2.34.912-1.205.482-2.228.876-2.273.876-.045 0-.963-.353-2.039-.784-2.153-.861-2.066-.83-2.313-.866-.499-.075-1.024.212-1.258.687l-.097.197-.008 5.083c-.008 5.608-.02 5.227.181 5.636.116.237.446.584.667.702.167.089 4.298 1.744 4.44 1.779.05.012.17.033.268.047.356.052.484.01 2.868-.944 1.221-.488 2.25-.887 2.287-.887.036 0 .978.364 2.092.809 1.391.555 2.09.819 2.23.843.39.066.77-.066 1.056-.366.092-.096.203-.252.248-.348l.081-.173.008-5.07c.006-3.586-.002-5.116-.025-5.23-.09-.435-.455-.911-.86-1.124-.29-.151-4.236-1.724-4.458-1.776a1.847 1.847 0 0 0-.755-.003ZM4.06 3.563l1.702.68v4.689c0 2.579-.01 4.689-.023 4.689-.012 0-.77-.3-1.687-.663-1.154-.46-1.686-.686-1.733-.737l-.067-.073V7.496c0-4.417.003-4.65.052-4.632.03.01.82.325 1.756.699Zm6.712 3.964c0 3.706-.008 4.683-.038 4.706-.045.035-3.429 1.388-3.472 1.388-.02 0-.028-1.57-.023-4.688l.008-4.687 1.725-.695a75.81 75.81 0 0 1 1.762-.697c.03-.002.038.95.038 4.673Zm3.196-3.998c1.173.47 1.71.698 1.74.742.038.055.044.655.044 4.707 0 2.554-.01 4.643-.023 4.643-.012 0-.802-.312-1.754-.693l-1.733-.693V7.543c0-2.581.007-4.692.015-4.692s.778.305 1.711.678Z"})),Bb=u.forwardRef(kb),Nu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Bb,{})}));Nu.displayName="MapIcon";const Vb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M4.809 2.276a.75.75 0 0 1 .844.353L8 6.739l2.35-4.11a.75.75 0 0 1 1.4.372v10.5a.75.75 0 1 1-1.5 0V5.825L8.653 8.623a.75.75 0 0 1-1.303 0L5.751 5.825v7.676a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .558-.725Z"})),Zb=u.forwardRef(Vb),ku=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zb,{})}));ku.displayName="MetricAltIcon";const Ob=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M3.251 8a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1-.75-.75Z"})),Lb=u.forwardRef(Ob),Bu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lb,{})}));Bu.displayName="MinusIcon";const Rb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M4.75 1.75C4.75.785 5.534 0 6.5 0h7c.966 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 13.5 7.5h-7a1.75 1.75 0 0 1-1.75-1.75v-4Zm2.53-.25 2.293 1.647a.735.735 0 0 0 .427.134c.16 0 .31-.05.427-.134l2.293-1.646H7.28Zm6.47 1.108-2.448 1.758A2.235 2.235 0 0 1 10 4.78c-.465 0-.923-.144-1.302-.415L6.25 2.608v3.143c0 .138.112.25.25.25h7a.25.25 0 0 0 .25-.25V2.608Z"}),i.createElement("path",{d:"M2.25 3.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .75 3.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75V9a.75.75 0 1 0-1.5 0v2.75h-6.5V3.5Zm0 9.75h6.5v.25a1.25 1.25 0 0 1-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),_b=u.forwardRef(Rb),Vu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_b,{})}));Vu.displayName="MobileAppInboxIcon";const Hb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M11.375 2.75a1.875 1.875 0 1 0 0 3.751 1.875 1.875 0 0 0 0-3.75ZM11 4.627a.375.375 0 1 1 .75 0 .375.375 0 0 1-.75 0Z"}),i.createElement("path",{d:"M5.5.75a.75.75 0 0 0-.75.75v9c0 .415.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Zm.75 9V8.326a.753.753 0 0 0 .153-.075c.43-.273.9-.437 1.381-.485a3.04 3.04 0 0 1 1.427.204c.46.182.886.477 1.247.868.246.267.457.575.625.914H6.25Zm1.386-3.477c-.478.047-.945.17-1.386.364V2.25h7.5v7.5h-1.043a5.531 5.531 0 0 0-1.146-1.93 4.913 4.913 0 0 0-1.797-1.246 4.54 4.54 0 0 0-2.128-.302Z"}),i.createElement("path",{d:"M3.5 3.25c-.69 0-1.25.56-1.25 1.25v8.25h6.5v-.25a.75.75 0 0 1 1.5 0v2a2.75 2.75 0 0 1-2.75 2.75h-4A2.75 2.75 0 0 1 .75 14.5v-10A2.75 2.75 0 0 1 3.5 1.75a.75.75 0 0 1 0 1.5ZM2.25 14.5c0 .691.56 1.25 1.25 1.25h4a1.25 1.25 0 0 0 1.25-1.25v-.25h-6.5v.25Z"})),Ub=u.forwardRef(Hb),Zu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ub,{})}));Zu.displayName="MobileImageMessageIcon";const jb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M14.5 2.75a2.75 2.75 0 0 1 2.75 2.75v5a2.75 2.75 0 0 1-2.75 2.75h-11A2.75 2.75 0 0 1 .75 10.5v-5A2.75 2.75 0 0 1 3.5 2.75h11Zm0 1.5H5.25v7.5h9.25a1.25 1.25 0 0 0 1.25-1.25v-5c0-.69-.559-1.25-1.25-1.25Zm-10.75 7.5v-7.5H3.5c-.69 0-1.25.56-1.25 1.25v5c0 .691.56 1.25 1.25 1.25h.25Z"})),Kb=u.forwardRef(jb),Ou=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Kb,{})}));Ou.displayName="MobilePhoneLandscapeIcon";const zb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M2.75 3.5A2.75 2.75 0 0 1 5.5.75h5a2.75 2.75 0 0 1 2.75 2.75v11a2.75 2.75 0 0 1-2.75 2.75h-5a2.75 2.75 0 0 1-2.75-2.75v-11Zm1.5 0v9.25h7.5V3.5c0-.69-.559-1.25-1.25-1.25h-5c-.69 0-1.25.56-1.25 1.25Zm7.5 10.75h-7.5v.25c0 .691.56 1.25 1.25 1.25h5a1.25 1.25 0 0 0 1.25-1.25v-.25Z"})),Wb=u.forwardRef(zb),Lu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wb,{})}));Lu.displayName="MobilePhonePortraitIcon";const Gb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M10.505.027a3.254 3.254 0 0 0-2.802 2.618c-.034.175-.047.508-.059 1.466L7.63 5.349l-.066.066c-.049.05-.122.074-.3.1-.29.042-.428.128-.533.33-.062.122-.072.179-.072.398 0 .22.01.277.072.398.097.188.266.293.527.326.107.014.952.027 1.88.029 1.393.003 1.66.009 1.53.037a.911.911 0 0 0-.602.422.9.9 0 0 0-.157.61.971.971 0 0 0 1.054.906c.462-.037.815-.366.898-.838.087-.491-.292-1.032-.775-1.106-.066-.01.695-.026 1.692-.035 1.374-.012 1.841-.024 1.927-.052.15-.05.34-.241.38-.385.038-.14.04-.477.003-.606-.072-.254-.287-.408-.618-.443-.127-.014-.202-.04-.255-.085l-.077-.065-.016-1.3c-.019-1.45-.025-1.495-.227-2.003A3.224 3.224 0 0 0 11.24.028a2.55 2.55 0 0 0-.735-.001ZM2.13.536C1.154.699.387 1.385.078 2.37L0 2.617v11.248l.078.247c.28.892.88 1.492 1.772 1.772l.247.078H4.69c2.871 0 2.735.008 3.208-.187.633-.26 1.192-.848 1.41-1.482.135-.394.145-.515.146-1.901.001-.915-.009-1.346-.032-1.434-.069-.26-.27-.416-.569-.443-.573-.052-.837.17-.869.73l-.015.254H1.46V7.227c0-4.737-.01-4.456.187-4.754a1.18 1.18 0 0 1 .205-.233c.345-.264.32-.261 2.064-.261 1.618 0 1.657-.003 1.833-.165.27-.248.282-.864.024-1.122-.185-.185-.2-.186-1.946-.183C2.97.51 2.205.523 2.13.536Zm9.26 1.023c.527.15 1.001.614 1.183 1.157.06.176.062.238.072 1.48l.01 1.297H9.123l.01-1.254c.008-1.394.013-1.438.196-1.806.194-.391.648-.77 1.055-.88.33-.091.678-.09 1.006.006Zm-.31 5.97c.396.18.416.738.032.912a.506.506 0 0 1-.633-.161c-.067-.088-.08-.132-.08-.28 0-.22.09-.373.273-.462.153-.073.26-.076.408-.01Zm-3.109 5.805c-.009.298-.022.385-.074.5-.14.308-.418.546-.732.626-.152.039-.468.043-2.522.036l-2.348-.008-.19-.09a1.114 1.114 0 0 1-.54-.54c-.077-.164-.089-.226-.1-.493a2.076 2.076 0 0 1 .004-.348c.015-.04.357-.044 3.265-.044h3.248l-.01.36Z"})),qb=u.forwardRef(Gb),Ru=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qb,{})}));Ru.displayName="MobilePushIcon";const Yb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.234 3.284a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Zm1.35.983a.983.983 0 1 1 1.966 0 .983.983 0 0 1-1.966 0Zm3.316-.983a.983.983 0 1 0 0 1.967.983.983 0 0 0 0-1.967Z"}),i.createElement("path",{d:"M5.384 2.867A2.617 2.617 0 0 1 8 .251h5.134a2.617 2.617 0 0 1 2.617 2.616v2.8a2.617 2.617 0 0 1-2.617 2.617h-.156l-2.114 2.114a.75.75 0 0 1-1.28-.53V8.283H8a2.617 2.617 0 0 1-2.616-2.617v-2.8ZM8 1.751c-.616 0-1.116.5-1.116 1.116v2.8c0 .617.5 1.117 1.116 1.117h2.334a.75.75 0 0 1 .75.75v.523l1.053-1.053a.75.75 0 0 1 .53-.22h.467c.617 0 1.117-.5 1.117-1.117v-2.8c0-.616-.5-1.116-1.117-1.116H8Z"}),i.createElement("path",{d:"M4.267 1.184H2.701a2.452 2.452 0 0 0-2.45 2.45v9.667a2.45 2.45 0 0 0 2.45 2.45h4.066a2.45 2.45 0 0 0 2.45-2.45V9.4a.75.75 0 0 0-1.5 0v2.05H1.75V3.635a.95.95 0 0 1 .951-.95h1.566a.75.75 0 1 0 0-1.5ZM1.75 12.951h5.967v.35a.95.95 0 0 1-.95.95H2.701a.95.95 0 0 1-.95-.95v-.35Z"})),Xb=u.forwardRef(Yb),_u=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xb,{})}));_u.displayName="MobileSmsIcon";const Jb=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M6.75 3.5a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Zm.75 1.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5ZM6.75 7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75Z"}),i.createElement("path",{d:"M7.5.75A2.75 2.75 0 0 0 4.75 3.5v4a2.75 2.75 0 0 0 2.75 2.75h5a2.75 2.75 0 0 0 2.75-2.75v-4A2.75 2.75 0 0 0 12.5.75h-5ZM6.25 3.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25v4c0 .691-.56 1.25-1.25 1.25h-5A1.25 1.25 0 0 1 6.25 7.5v-4Z"}),i.createElement("path",{d:"M2.251 4.5c0-.69.56-1.25 1.25-1.25a.75.75 0 1 0 0-1.5A2.75 2.75 0 0 0 .751 4.5v10a2.75 2.75 0 0 0 2.75 2.75h4a2.75 2.75 0 0 0 2.75-2.75v-3a.75.75 0 1 0-1.5 0v1.25h-6.5V4.5Zm0 9.75h6.5v.25c0 .691-.56 1.25-1.25 1.25h-4a1.25 1.25 0 0 1-1.25-1.25v-.25Z"})),Qb=u.forwardRef(Jb),Hu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qb,{})}));Hu.displayName="MobileTextMessageIcon";const ew=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M8.47.969a.748.748 0 0 1 .244-.163L9 .75c.207 0 .394.084.53.22l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v4.94h4.939l-.72-.72a.75.75 0 1 1 1.061-1.06l2 2a.748.748 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.719-.72H9.75v4.94l.72-.72a.75.75 0 0 1 1.061 1.06l-2 2a.748.748 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V9.75H3.31l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h4.94V3.31l-.72.72a.75.75 0 0 1-1.06-1.06l2-2Z"})),tw=u.forwardRef(ew),Uu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(tw,{})}));Uu.displayName="MoveIcon";const rw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M6.63 3c.97 0 1.88.38 2.56 1.06l-.01.01a3.6 3.6 0 0 1 1.06 2.56c0 1.99-1.62 3.62-3.62 3.62a3.6 3.6 0 0 1-2.56-1.06C3.38 8.5 3 7.59 3 6.62 3 4.63 4.63 3 6.63 3Zm2.49 3.63c0-.48-.13-.93-.38-1.33h-.01L5.29 8.75a2.505 2.505 0 0 0 3.83-2.12ZM7.94 4.5c-.39-.25-.85-.38-1.32-.38h-.01a2.5 2.5 0 0 0-2.12 3.83L7.94 4.5Z"}),i.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),i.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),nw=u.forwardRef(rw),ju=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(nw,{})}));ju.displayName="MultiParentRejectedIcon";const aw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M9.852 4.554c.238-.352.183-.86-.122-1.133-.305-.274-.745-.211-.982.14L5.412 8.507 4.274 6.628c-.222-.365-.659-.454-.975-.198-.317.256-.394.76-.172 1.125L4.38 9.622c.108.185.253.339.423.448.173.111.366.173.564.18.198.007.395-.042.573-.14.176-.098.33-.243.448-.422l3.463-5.134Z"}),i.createElement("path",{d:"M0 2.032C0 .91.91 0 2.032 0h9.143c1.122 0 2.031.91 2.031 2.032v9.143c0 1.122-.91 2.031-2.031 2.031H2.032A2.032 2.032 0 0 1 0 11.175V2.032Zm11.682 0a.508.508 0 0 0-.507-.508H2.032a.508.508 0 0 0-.508.508v9.143c0 .28.227.507.508.507h9.143c.28 0 .507-.227.507-.507V2.032Z"}),i.createElement("path",{d:"M14.45 3.302a.762.762 0 0 0 0 1.523c.014 0 .026.012.026.026v8.355a1.27 1.27 0 0 1-1.27 1.27H4.851a.026.026 0 0 1-.026-.026.762.762 0 0 0-1.523 0c0 .856.693 1.55 1.55 1.55h8.354A2.794 2.794 0 0 0 16 13.206V4.851a1.55 1.55 0 0 0-1.55-1.55Z"})))),ow=u.forwardRef(aw),Ku=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ow,{})}));Ku.displayName="MultiParentSelectedIcon";const lw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),i.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"}),i.createElement("path",{d:"M5.783 7.976v-.113c.003-.389.038-.698.106-.93.07-.23.172-.417.306-.559.133-.142.294-.27.482-.386.14-.089.266-.181.377-.276.111-.096.2-.201.265-.317a.792.792 0 0 0 .099-.393.725.725 0 0 0-.415-.67.916.916 0 0 0-.414-.092.938.938 0 0 0-.418.096.793.793 0 0 0-.323.28.845.845 0 0 0-.136.456s0 .782-.693.782-.693-.782-.693-.782c.011-.444.12-.81.326-1.099.206-.29.479-.507.819-.65.34-.143.715-.216 1.125-.216.45 0 .85.074 1.196.22.346.144.618.354.815.63.197.275.296.607.296.995 0 .26-.044.49-.133.693-.086.2-.207.377-.363.533-.156.153-.341.292-.554.416a2.242 2.242 0 0 0-.442.326 1.107 1.107 0 0 0-.255.393 1.663 1.663 0 0 0-.085.55v.113H5.783Zm.673 2.131a.806.806 0 0 1-.58-.233.758.758 0 0 1-.235-.566.744.744 0 0 1 .234-.56.806.806 0 0 1 .581-.232c.216 0 .405.077.568.233a.757.757 0 0 1 .248.56.763.763 0 0 1-.12.402.87.87 0 0 1-.295.29.784.784 0 0 1-.4.106Z"})))),iw=u.forwardRef(lw),zu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(iw,{})}));zu.displayName="MultiParentUnassignedIcon";const sw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M14.546 2.667a1.13 1.13 0 0 0-.363-.848 1.13 1.13 0 0 0-.849-.364H2.667a1.18 1.18 0 0 0-.863.364 1.155 1.155 0 0 0-.349.848v10.667c0 .333.116.621.349.864.242.232.53.348.863.348h10.667c.334 0 .616-.116.849-.348a1.18 1.18 0 0 0 .363-.864V2.667Zm1.455 0v10.667c0 .485-.121.934-.364 1.349A2.628 2.628 0 0 1 13.334 16H2.667a2.71 2.71 0 0 1-1.348-.349 2.785 2.785 0 0 1-.97-.97 2.71 2.71 0 0 1-.348-1.348V2.667A2.627 2.627 0 0 1 1.319.364 2.623 2.623 0 0 1 2.667.001h10.667c.485 0 .93.12 1.334.363.414.233.737.556.97.97.242.404.363.849.363 1.333ZM5.819 6.304v5.575a.7.7 0 0 1-.212.516.701.701 0 0 1-.515.212.701.701 0 0 1-.515-.212.701.701 0 0 1-.213-.515V4.122c0-.222.081-.399.243-.53a.747.747 0 0 1 .545-.197c.212.01.384.106.515.288l4.516 6.015V4.122c0-.202.07-.374.212-.515a.701.701 0 0 1 .515-.212c.202 0 .374.07.515.212a.701.701 0 0 1 .212.515v7.758c0 .222-.08.404-.242.545a.8.8 0 0 1-.56.182.637.637 0 0 1-.5-.288L5.818 6.304Z"})),uw=u.forwardRef(sw),Wu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(uw,{})}));Wu.displayName="NegationIcon";const cw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v.8a5.75 5.75 0 0 1 5 5.7c0 2.302.247 3.595.466 4.285.109.344.209.53.263.617.018.028.03.046.037.054a.75.75 0 0 1-.515 1.295H2a.75.75 0 0 1-.59-1.215c.013-.022.04-.067.077-.139a4.77 4.77 0 0 0 .294-.775c.226-.766.469-2.068.469-4.121a5.75 5.75 0 0 1 5-5.701v-.8A.75.75 0 0 1 8 .75ZM4.997 4.997A4.25 4.25 0 0 0 3.75 8c0 2.17-.257 3.617-.53 4.546l-.064.204h9.633l-.004-.012c-.28-.885-.535-2.342-.535-4.738a4.25 4.25 0 0 0-7.255-3.005Zm1.459 9.784a.75.75 0 0 1 .931.508.641.641 0 0 0 1.231 0 .75.75 0 1 1 1.44.423 2.141 2.141 0 0 1-4.11 0 .75.75 0 0 1 .508-.93Z"})),dw=u.forwardRef(cw),Gu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dw,{})}));Gu.displayName="NotificationIcon";const fw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M9.238.788a.75.75 0 0 1 .474.949L8.375 5.749h3.419l1.495-4.487a.75.75 0 1 1 1.423.475l-1.337 4.012H16.5a.75.75 0 0 1 0 1.5h-3.626l-1.5 4.5H14.5a.75.75 0 0 1 0 1.5h-3.626l-1.163 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013h-3.42l-1.162 3.488a.75.75 0 1 1-1.423-.475l1.005-3.013H1.5a.75.75 0 0 1 0-1.5h3.293l1.5-4.5H3.5a.75.75 0 1 1 0-1.5h3.293l1.495-4.487a.75.75 0 0 1 .95-.474Zm.556 10.961 1.5-4.5h-3.42l-1.5 4.5h3.42Z"})),hw=u.forwardRef(fw),qu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hw,{})}));qu.displayName="NumberIcon";const mw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.751 9a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0Zm4.5 0c0 .415.336.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75Z"})),pw=u.forwardRef(mw),Yu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pw,{})}));Yu.displayName="OfflineFillIcon";const gw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.001 8.25a.75.75 0 1 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"}),i.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),vw=u.forwardRef(gw),Xu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vw,{})}));Xu.displayName="OfflineIcon";const bw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M11.413 6.757a.707.707 0 0 1-1.028 0l-.94-.972-.94.972a.707.707 0 0 1-1.029 0 .775.775 0 0 1 0-1.063l.94-.972-.94-.973a.775.775 0 0 1 0-1.062.715.715 0 0 1 1.028 0l.94.972.941-.972a.715.715 0 0 1 1.028 0 .775.775 0 0 1 0 1.062l-.94.973.94.972a.775.775 0 0 1 0 1.063Z"}),i.createElement("path",{d:"M11.627 11.99c1.066 0 1.94.902 1.94 2.005 0 1.103-.874 2.005-1.94 2.005-1.067 0-1.94-.902-1.94-2.005 0-1.103.873-2.005 1.94-2.005Zm0 2.506c.271 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.213.501.485.501Z"}),i.createElement("path",{d:"M6.778 11.99c1.067 0 1.94.902 1.94 2.005 0 1.103-.873 2.005-1.94 2.005-1.066 0-1.94-.902-1.94-2.005 0-1.103.874-2.005 1.94-2.005Zm0 2.506c.272 0 .485-.22.485-.501a.489.489 0 0 0-.485-.501.488.488 0 0 0-.485.501c0 .28.214.501.485.501Z"}),i.createElement("path",{d:"M.718 0h.669c.989 0 1.852.692 2.104 1.674l2.094 8.12c.03.11.127.191.233.191h7.001c.107 0 .204-.08.243-.2l1.503-5.274A.728.728 0 0 1 15.467 4a.76.76 0 0 1 .494.932l-1.503 5.253c-.194.762-.873 1.304-1.639 1.304H5.828a1.702 1.702 0 0 1-1.639-1.304l-2.094-8.12a.738.738 0 0 0-.699-.561H.727C.33 1.504 0 1.163 0 .752S.33 0 .727 0h-.01Z"})))),ww=u.forwardRef(bw),Ju=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ww,{})}));Ju.displayName="OutOfStockIcon";const yw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M14.9 3.327c.07.179.106.362.106.55v7.982a1.892 1.892 0 0 1-.513 1.328 1.824 1.824 0 0 1-.566.415c-.21.09-.434.135-.671.135h-.466v.385a1.892 1.892 0 0 1-.513 1.328 1.825 1.825 0 0 1-.566.416c-.211.09-.435.134-.671.134H2.75c-.237 0-.46-.045-.671-.134-.21-.099-.4-.233-.566-.403a1.858 1.858 0 0 1-.381-.617A2.035 2.035 0 0 1 1 14.122v-9.98c0-.251.044-.488.132-.712.087-.232.214-.438.381-.617s.355-.313.566-.402c.21-.099.434-.148.671-.148h.466v-.385c0-.25.044-.487.132-.71.088-.233.215-.44.382-.618.166-.179.355-.313.565-.402C4.505.049 4.73 0 4.966 0h6.408c.184 0 .36.04.527.12.166.072.315.175.447.31l2.263 2.427c.123.134.22.291.29.47ZM4.388 2.263h3.495V5.39c0 .272.05.536.15.79.096.245.23.468.4.667l.014.016.015.015c.188.191.405.342.65.447.241.104.495.158.757.158h2.921v5.007h.467a.508.508 0 0 0 .408-.188.636.636 0 0 0 .17-.442V4.574h-1.75c-.072 0-.144-.006-.216-.018l.527.565c.123.134.219.29.29.469.07.179.104.362.104.55v.054H9.87a.668.668 0 0 1-.269-.057.754.754 0 0 1-.23-.156 1.03 1.03 0 0 1-.165-.281.839.839 0 0 1-.06-.311V2.263h.013c.184 0 .36.04.526.12.167.072.316.175.448.31l.615.66a1.482 1.482 0 0 1-.017-.227V1.248H4.966a.486.486 0 0 0-.223.053.448.448 0 0 0-.184.134.636.636 0 0 0-.172.443v.385Zm9.014 1.064-1.5-1.61v1.409c0 .053.017.102.052.147a.177.177 0 0 0 .132.054H13.4ZM2.895 9.56c0 .356.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526a.638.638 0 0 0-.631.644Zm.631 2.36a.638.638 0 0 0-.631.645c0 .355.283.644.631.644h6.737a.638.638 0 0 0 .632-.644.638.638 0 0 0-.632-.644H3.526Z"})))),Ew=u.forwardRef(yw),Qu=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ew,{})}));Qu.displayName="PagesIcon";const Cw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M2.479 3.506v3.419L1.467 7.937a3.217 3.217 0 0 0 0 4.551l2.326 2.327a3.217 3.217 0 0 0 4.552 0l3.595-3.595 1.506-.168a1.161 1.161 0 0 0 .692-1.975L8.344 3.282a1.572 1.572 0 0 0-.415-.298 2.75 2.75 0 0 0-5.45.522Zm2.75-1.25a1.25 1.25 0 0 1 1.168.805c-.1.063-.192.136-.277.22L3.98 5.425V3.506a1.25 1.25 0 0 1 1.25-1.25Zm1.25 6.75a.75.75 0 1 0 1.5 0V5.038l4.6 4.601-1.067.119a.75.75 0 0 0-.447.215l-3.782 3.782a1.717 1.717 0 0 1-2.43 0l-2.326-2.328a1.717 1.717 0 0 1 0-2.43L6.48 5.046v3.961Zm7.688 3.164a.75.75 0 0 0-1.342 0l-1.102 2.206a1.982 1.982 0 1 0 3.546 0l-1.102-2.205Zm-1.147 3.17a.478.478 0 0 1 .044-.293l.432-.864.432.864a.482.482 0 0 1-.772.557h-.001a.482.482 0 0 1-.135-.264Z"})),xw=u.forwardRef(Cw),ec=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xw,{})}));ec.displayName="PaintIcon";const Dw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M1.745 2a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.745 11a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 0 1.5h-9a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 0 0 0 1.5h13a.75.75 0 0 0 0-1.5h-13Z"})),$w=u.forwardRef(Dw),tc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($w,{})}));tc.displayName="ParagraphCenterAlignIcon";const Sw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M.751 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14A.75.75 0 0 1 .751 2Zm0 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 .751 5Zm.75 2.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM.751 11a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm.75 2.25a.75.75 0 0 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),Iw=u.forwardRef(Sw),rc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Iw,{})}));rc.displayName="ParagraphLeftAlignIcon";const Pw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M1.583 2a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5h-14a.75.75 0 0 1-.75-.75Zm2 3a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-2.25 2.25a.75.75 0 1 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15ZM3.583 11a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75Zm-1.25 2.25a.75.75 0 1 0 0 1.5h14a.75.75 0 0 0 0-1.5h-14Z"})),Aw=u.forwardRef(Pw),nc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Aw,{})}));nc.displayName="ParagraphRightAlignIcon";const Mw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M15.226 1.455c.427 0 .774-.326.774-.728C16 .326 15.653 0 15.226 0H.774C.347 0 0 .326 0 .727c0 .402.347.728.774.728h14.452Z"}),i.createElement("path",{d:"M11.128 12.334a.81.81 0 0 0-1.095 0l-1.259 1.183v-9.88c0-.402-.346-.728-.774-.728-.428 0-.774.326-.774.727v9.88l-1.26-1.182a.81.81 0 0 0-1.094 0 .697.697 0 0 0 0 1.029l2.58 2.424a.815.815 0 0 0 .545.213h.005a.798.798 0 0 0 .545-.213l2.581-2.424a.697.697 0 0 0 0-1.029Z"})))),Fw=u.forwardRef(Mw),ac=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Fw,{})}));ac.displayName="PassDownIcon";const Tw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M11.13 10.57a.792.792 0 0 0-1.09 0l-1.26 1.2V1.74A.767.767 0 0 0 8 1c-.43 0-.77.33-.77.74v10.03l-1.26-1.2a.792.792 0 0 0-1.09 0c-.3.29-.3.76 0 1.04l2.58 2.46a.821.821 0 0 0 .54.22c.2 0 .39-.07.55-.22l2.58-2.46c.3-.29.3-.76 0-1.04Z"}),i.createElement("path",{d:"M6.23 6.52H.77c-.43 0-.77.33-.77.74S.35 8 .77 8h5.45V6.52h.01Z"}),i.createElement("path",{d:"M15.23 6.52H9.78V8h5.45c.43 0 .77-.33.77-.74s-.35-.74-.77-.74Z"})))),Nw=u.forwardRef(Tw),oc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Nw,{})}));oc.displayName="PassThroughIcon";const kw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15.03.97a.75.75 0 0 1 0 1.061l-13 13a.75.75 0 1 1-1.06-1.06l13-13a.75.75 0 0 1 1.06 0ZM9.75 12.501a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-9-10.5a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"})),Bw=u.forwardRef(kw),lc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Bw,{})}));lc.displayName="PercentageIcon";const Vw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.613-.7-.613-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.018-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.628.628 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.12-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.089-.384.092-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),i.createElement("path",{d:"M5.25 5.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 10.5V12a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-1.5a3.25 3.25 0 0 1 2.055-3.022A2.75 2.75 0 0 1 5.25 5ZM8 3.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 9.264A1.75 1.75 0 0 0 6.25 10.5v.75h3.5v-.75a1.75 1.75 0 0 0-2.987-1.237Z"})),Zw=u.forwardRef(Vw),ic=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zw,{})}));ic.displayName="PersAlt1Icon";const Ow=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M12.478 2.755H12a.75.75 0 0 1 0-1.5h.46c.655-.058 1.12.4 1.365.82.266.456.402 1.04.425 1.615v1.676c.004.229.038.441.092.614a.817.817 0 0 0 .168.322l1.055 1.206a.75.75 0 0 1 0 .988L14.51 9.7a.82.82 0 0 0-.168.323 2.22 2.22 0 0 0-.092.614v1.677c-.023.574-.16 1.158-.425 1.613-.245.42-.71.878-1.365.82H12a.75.75 0 0 1 0-1.5h.478a.616.616 0 0 0 .052-.077c.107-.184.202-.504.22-.902V10.62c.005-.358.058-.718.16-1.045a2.28 2.28 0 0 1 .48-.873l.614-.7-.614-.702a2.275 2.275 0 0 1-.48-.873 3.71 3.71 0 0 1-.16-1.046V3.735c-.017-.398-.113-.719-.22-.903a.628.628 0 0 0-.052-.077Zm-8.938-1.5H4a.75.75 0 1 1 0 1.5h-.477a.627.627 0 0 0-.052.077c-.108.185-.203.505-.22.903v1.646a3.713 3.713 0 0 1-.16 1.046 2.275 2.275 0 0 1-.48.873l-.614.701.614.7c.227.246.38.559.48.874.102.327.154.687.16 1.045v1.648c.017.398.112.718.22.902.02.034.037.059.051.077H4a.75.75 0 0 1 0 1.5h-.46c-.655.058-1.119-.4-1.365-.82-.265-.455-.401-1.039-.424-1.613v-1.678a2.219 2.219 0 0 0-.092-.613.82.82 0 0 0-.168-.323L.436 8.496a.75.75 0 0 1 0-.988L1.49 6.302a.817.817 0 0 0 .168-.323c.054-.171.088-.384.091-.613V3.689c.024-.574.16-1.158.425-1.613.246-.42.71-.879 1.365-.82Z"}),i.createElement("path",{d:"M5.25 4.001a2.75 2.75 0 1 1 3.945 2.478A3.25 3.25 0 0 1 11.25 9.5V11a.75.75 0 0 1-.75.75h-.338l-.418 3.343A.75.75 0 0 1 9 15.75H7a.75.75 0 0 1-.744-.657l-.418-3.343H5.5a.75.75 0 0 1-.75-.75V9.5a3.25 3.25 0 0 1 2.056-3.022A2.75 2.75 0 0 1 5.25 4ZM8 2.751a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM6.763 8.264A1.75 1.75 0 0 0 6.25 9.5v.75h.25a.75.75 0 0 1 .745.657l.417 3.343h.676l.418-3.343a.75.75 0 0 1 .744-.657h.25V9.5a1.75 1.75 0 0 0-2.987-1.237Z"})),Lw=u.forwardRef(Ow),sc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Lw,{})}));sc.displayName="PersAlt2Icon";const Rw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"m13.751 1.751.021.01c.034.02.099.07.174.184.154.232.28.614.304 1.079v1.92c.007.417.077.835.212 1.212.13.367.33.716.611.98L15.94 8l-.866.866c-.28.263-.48.612-.611.98a3.816 3.816 0 0 0-.211 1.21v1.923c-.024.464-.15.846-.305 1.077a.583.583 0 0 1-.174.183.107.107 0 0 1-.02.01.762.762 0 0 0-.085-.004H13a.75.75 0 0 0 0 1.5h.63c.685.058 1.23-.357 1.564-.857.343-.514.525-1.186.556-1.857v-1.956c.005-.269.051-.52.124-.725.076-.212.166-.336.229-.393a.877.877 0 0 0 .021-.021l1.406-1.405a.75.75 0 0 0 0-1.06l-1.405-1.407a.895.895 0 0 0-.023-.021 1.013 1.013 0 0 1-.228-.393 2.312 2.312 0 0 1-.124-.725v-1.92a.77.77 0 0 0 0-.034c-.03-.672-.212-1.344-.556-1.859-.333-.5-.879-.916-1.564-.857H13a.75.75 0 0 0 0 1.5h.667a.751.751 0 0 0 .084-.005Zm-.003 12.5h.002-.002ZM4.37.256H5a.75.75 0 0 1 0 1.5h-.666a.75.75 0 0 1-.084-.005.115.115 0 0 0-.021.01.584.584 0 0 0-.174.185c-.154.23-.28.614-.305 1.078v1.92a3.812 3.812 0 0 1-.21 1.212c-.132.367-.332.716-.613.98L2.061 8l.866.865c.28.264.48.613.612.98.135.377.205.794.211 1.211v1.922c.024.465.15.847.305 1.078.075.113.14.164.173.183.011.007.018.01.022.01a.764.764 0 0 1 .084-.004H5a.75.75 0 0 1 0 1.5h-.629c-.685.058-1.231-.357-1.564-.857-.343-.514-.525-1.186-.556-1.857v-1.956a2.316 2.316 0 0 0-.125-.725c-.075-.212-.165-.336-.228-.393a.755.755 0 0 1-.021-.021L.47 8.532a.75.75 0 0 1 0-1.06l1.406-1.407a.751.751 0 0 1 .023-.022c.062-.057.152-.18.228-.392.073-.205.119-.456.123-.725v-1.92l.001-.035c.03-.67.213-1.343.556-1.857.333-.5.878-.916 1.564-.858ZM4.254 14.25H4.25h.002Zm0-12.5h-.001.002Z"}),i.createElement("path",{d:"M6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),_w=u.forwardRef(Rw),uc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_w,{})}));uc.displayName="PersAlt3Icon";const Hw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M11.773 1.761a.117.117 0 0 0-.022-.01.751.751 0 0 1-.084.005h-.666a.75.75 0 0 1 0-1.5h.629c.685-.059 1.231.358 1.564.857.344.515.525 1.187.556 1.859a.77.77 0 0 1 0 .034v1.92c.005.269.05.52.124.725.076.212.166.335.228.393a.895.895 0 0 1 .023.021l1.406 1.406a.75.75 0 0 1 0 1.061l-1.407 1.405a.877.877 0 0 1-.021.02c-.063.058-.153.182-.228.394-.074.205-.12.456-.124.725v1.922l-.001.034c-.031.671-.213 1.343-.556 1.857-.333.5-.88.915-1.564.857H11a.75.75 0 0 1 0-1.5h.667c.028 0 .056.001.084.005a.107.107 0 0 0 .022-.01.583.583 0 0 0 .173-.184c.154-.231.28-.613.305-1.077v-1.923a3.8 3.8 0 0 1 .21-1.21c.132-.368.332-.717.612-.98L13.94 8l-.866-.866c-.281-.263-.481-.612-.612-.98a3.812 3.812 0 0 1-.211-1.21V3.022c-.024-.464-.15-.846-.305-1.078a.582.582 0 0 0-.173-.184Zm-.025-.01h.002-.002Zm0 12.5h.002-.002ZM5 .256h-.63c-.684-.058-1.23.358-1.563.858-.343.514-.525 1.186-.556 1.857v1.955c-.005.269-.05.52-.124.725-.076.212-.166.335-.228.392a.764.764 0 0 0-.023.022L.47 7.471a.75.75 0 0 0 0 1.061l1.407 1.405a.755.755 0 0 0 .021.02c.063.058.153.182.228.394.074.205.12.456.124.724v1.923l.001.034c.031.671.213 1.343.556 1.857.333.5.88.915 1.564.857h.63a.75.75 0 0 0 0-1.5h-.667a.764.764 0 0 0-.084.005.108.108 0 0 1-.022-.01.583.583 0 0 1-.173-.184c-.154-.231-.28-.613-.305-1.077v-1.923a3.815 3.815 0 0 0-.21-1.21c-.132-.368-.332-.717-.612-.98L2.06 8l.866-.866c.281-.263.481-.612.612-.98.135-.376.205-.794.211-1.21V3.023c.024-.464.15-.847.305-1.078a.584.584 0 0 1 .174-.184.115.115 0 0 1 .021-.01.75.75 0 0 0 .084.004H5a.75.75 0 1 0 0-1.5ZM4.253 14.25H4.25h.002Zm0-12.5h-.001.002Z"})),Uw=u.forwardRef(Hw),cc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Uw,{})}));cc.displayName="PersAlt4Icon";const jw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M.75 2.501v9.5c0 .966.784 1.75 1.75 1.75H12a1.75 1.75 0 0 0 1.75-1.75v-9.5A1.75 1.75 0 0 0 12 .751H2.5a1.75 1.75 0 0 0-1.75 1.75Zm1.75-.25H12a.25.25 0 0 1 .25.25v6.75h-10v-6.75a.25.25 0 0 1 .25-.25Zm9.75 9.75a.25.25 0 0 1-.25.25H2.5a.25.25 0 0 1-.25-.25v-1.25h10v1.25Z"}),i.createElement("path",{d:"M15.278 3.636a.75.75 0 1 0-.281 1.474l.255.048a.614.614 0 0 1 .487.718l-1.789 9.376a.614.614 0 0 1-.718.488L6.216 14.4a.75.75 0 0 0-.281 1.474l7.016 1.339a2.114 2.114 0 0 0 2.472-1.68l1.79-9.375a2.114 2.114 0 0 0-1.68-2.473l-.255-.049Z"})),Kw=u.forwardRef(jw),dc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Kw,{})}));dc.displayName="PictureAltIcon";const zw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M12 3.251a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5Zm-1.25 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Zm-2.828 5.277a4.712 4.712 0 0 0-3.91.347.75.75 0 1 1-.742-1.303 6.213 6.213 0 0 1 7.419.955 3.716 3.716 0 0 1 4.281.344.75.75 0 0 1-.962 1.15 2.216 2.216 0 0 0-2.368-.303c.194.317.36.651.496 1a.75.75 0 0 1-1.398.543 4.714 4.714 0 0 0-2.816-2.733Z"}),i.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),Ww=u.forwardRef(zw),fc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ww,{})}));fc.displayName="PictureIcon";const Gw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M7.134.828a5.817 5.817 0 0 0-2.082.748 6.003 6.003 0 0 0-1.99 2c-.62 1.039-.914 2.4-.753 3.486.216 1.45 1.243 3.824 2.96 6.837.776 1.36 1.619 2.714 1.839 2.95.238.258.522.378.893.378.37 0 .655-.12.893-.377.22-.237 1.063-1.59 1.838-2.951 1.718-3.013 2.745-5.386 2.96-6.837.162-1.084-.133-2.448-.752-3.486a5.979 5.979 0 0 0-2.024-2.02A5.775 5.775 0 0 0 8.78.817a7.425 7.425 0 0 0-1.646.012Zm1.287 1.44a4.174 4.174 0 0 1 1.527.456 4.263 4.263 0 0 1 2.224 2.937c.057.275.1.824.08 1.007-.133 1.245-1.131 3.546-2.832 6.533-.496.869-1.39 2.346-1.42 2.346-.028 0-.86-1.372-1.372-2.266-1.554-2.713-2.546-4.91-2.83-6.267-.055-.264-.06-.775-.011-1.106a4.23 4.23 0 0 1 1.182-2.384A4.225 4.225 0 0 1 8.42 2.268ZM7.668 3.28a3.238 3.238 0 0 0-2.855 2.667c-.065.37-.041 1.016.05 1.346.14.51.282.798.593 1.2 1.148 1.487 3.346 1.664 4.742.384.358-.328.71-.867.865-1.32a3.592 3.592 0 0 0 .123-1.627 3.244 3.244 0 0 0-2.133-2.492 3.501 3.501 0 0 0-1.385-.158Zm.77 1.519a1.75 1.75 0 0 1 1.138 2.468c-.181.367-.456.64-.815.812-.277.133-.45.172-.76.172s-.483-.04-.76-.172a1.774 1.774 0 0 1-1-1.563A1.78 1.78 0 0 1 7.553 4.8c.263-.068.619-.07.885-.001Z"})),qw=u.forwardRef(Gw),hc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qw,{})}));hc.displayName="PinIcon";const Yw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M9.143 6.913c-.4-.25-.746-.466-1.036-.61-.293-.145-.653-.284-1.053-.235a1.75 1.75 0 0 0-1.146.635c-.254.314-.327.692-.359 1.018-.031.322-.031.73-.031 1.202v.073c0 .471 0 .88.031 1.202.032.325.105.704.359 1.017.285.352.696.58 1.146.635.4.05.76-.089 1.053-.234.29-.145.636-.361 1.036-.61l.06-.039c.36-.224.673-.42.91-.602.242-.187.502-.43.636-.781a1.75 1.75 0 0 0 0-1.249c-.134-.352-.394-.595-.636-.781-.237-.182-.55-.378-.91-.602l-.06-.039Zm-2.06.724a.25.25 0 0 1 .14-.078c.018.004.082.02.216.087.217.108.5.284.94.559.397.248.648.406.82.538.104.08.142.125.152.138a.25.25 0 0 1 0 .157.889.889 0 0 1-.153.138c-.171.132-.422.29-.82.538-.44.275-.722.45-.939.558a.992.992 0 0 1-.216.087.25.25 0 0 1-.14-.077.996.996 0 0 1-.041-.23c-.024-.24-.024-.574-.024-1.093 0-.518 0-.852.024-1.093a.994.994 0 0 1 .04-.23Z"}),i.createElement("path",{d:"m13.313 3.336-3.062-1.768a4.5 4.5 0 0 0-4.5 0L2.689 3.336a4.5 4.5 0 0 0-2.25 3.897v3.536a4.5 4.5 0 0 0 2.25 3.897l3.062 1.768a4.5 4.5 0 0 0 4.5 0l3.062-1.768a4.5 4.5 0 0 0 2.25-3.897V7.233a4.5 4.5 0 0 0-2.25-3.897Zm-6.812-.469a3 3 0 0 1 3 0l3.062 1.768a3 3 0 0 1 1.5 2.598v3.536a3 3 0 0 1-1.5 2.598l-3.062 1.768a3 3 0 0 1-3 0l-3.062-1.768a3 3 0 0 1-1.5-2.598V7.233a3 3 0 0 1 1.5-2.598L6.5 2.867Z"})),Xw=u.forwardRef(Yw),mc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xw,{})}));mc.displayName="PlugPlayIcon";const Jw=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8.001 15.668A7.667 7.667 0 1 0 .335 8 7.675 7.675 0 0 0 8 15.668Zm-4-8.334h3.167a.167.167 0 0 0 .167-.166V4a.667.667 0 0 1 1.333 0v3.167a.167.167 0 0 0 .167.166H12a.667.667 0 1 1 0 1.334H8.835a.167.167 0 0 0-.167.166V12a.667.667 0 1 1-1.333 0V8.834a.167.167 0 0 0-.167-.166H4a.667.667 0 1 1 0-1.334Z"})),Qw=u.forwardRef(Jw),pc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qw,{})}));pc.displayName="PlusCircleFillIcon";const ey=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M9.001 5.251a.75.75 0 0 1 .75.75v2.25h2.25a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25h-2.25a.75.75 0 1 1 0-1.5h2.25v-2.25a.75.75 0 0 1 .75-.75Z"}),i.createElement("path",{d:"M9.001.751a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5Zm-6.75 8.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),ty=u.forwardRef(ey),gc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ty,{})}));gc.displayName="PlusCircleIcon";const ry=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.751 3.001a.75.75 0 1 0-1.5 0v4.25h-4.25a.75.75 0 1 0 0 1.5h4.25v4.25a.75.75 0 0 0 1.5 0v-4.25h4.25a.75.75 0 0 0 0-1.5h-4.25v-4.25Z"})),ny=u.forwardRef(ry),vc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ny,{})}));vc.displayName="PlusIcon";const ay=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M8.751 1a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0V1Z"}),i.createElement("path",{d:"M6.251 4.049a.75.75 0 0 0-.5-1.414 6.75 6.75 0 1 0 4.5 0 .75.75 0 1 0-.5 1.414 5.25 5.25 0 1 1-3.5 0Z"})),oy=u.forwardRef(ay),bc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(oy,{})}));bc.displayName="PoverButtonIcon";const ly=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M12.424 5.818h-.242V4.121a4.157 4.157 0 0 0-1.203-2.919A4.116 4.116 0 0 0 8.061 0a4.157 4.157 0 0 0-2.92 1.202 4.099 4.099 0 0 0-1.202 2.92v1.696h-.242C2.757 5.818 2 6.575 2 7.515v6.788C2 15.243 2.756 16 3.697 16h8.727c.94 0 1.697-.756 1.697-1.697V7.515c0-.94-.756-1.697-1.697-1.697Zm-2.986 5.683c-.534.504-1.31.581-1.95.581h-.174v1.145c0 .32-.272.582-.601.582a.594.594 0 0 1-.601-.582V8.582c0-.32.271-.582.6-.582h.301c.689-.02 1.736-.068 2.415.572.378.35.562.844.562 1.455 0 .61-.194 1.105-.562 1.464l.01.01Zm1.29-5.683H5.393V4.121c0-.708.281-1.386.785-1.881a2.666 2.666 0 0 1 1.882-.785 2.65 2.65 0 0 1 1.88.785c.505.504.786 1.183.786 1.881v1.697Z"}),i.createElement("path",{d:"M7.314 9.164v1.764c.465.01 1.028-.01 1.29-.252.048-.048.203-.194.203-.63s-.155-.582-.203-.63c-.262-.243-.825-.272-1.29-.252Z"})))),iy=u.forwardRef(ly),wc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(iy,{})}));wc.displayName="ProductSlotsIcon";const sy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M15.226 16c.427 0 .774-.33.774-.739 0-.407-.347-.738-.774-.738H.774c-.427 0-.774.33-.774.739 0 .407.347.738.774.738h14.452Z"}),i.createElement("path",{d:"M11.128 9.57a.801.801 0 0 0-1.095 0l-1.259 1.201V.738C8.774.331 8.428 0 8 0c-.428 0-.774.33-.774.738v10.033l-1.26-1.2a.8.8 0 0 0-1.094 0 .715.715 0 0 0 0 1.043l2.58 2.462a.777.777 0 0 0 .546.216h.004a.791.791 0 0 0 .545-.216l2.581-2.462a.715.715 0 0 0 0-1.044Z"})))),uy=u.forwardRef(sy),yc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(uy,{})}));yc.displayName="ReceiveIcon";const cy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M7.374 2.49a5.752 5.752 0 0 1 3.842.204.75.75 0 1 0 .576-1.386A7.252 7.252 0 0 0 2.799 11.75H1.5a.75.75 0 0 0 0 1.5h2.757a.752.752 0 0 0 .11 0H4.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 0-1.5 0v.837a5.752 5.752 0 0 1 3.623-7.846Zm6.877 3.166V6.5a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75h.133a.755.755 0 0 1 .11 0h2.757a.75.75 0 1 1 0 1.5h-1.296A7.25 7.25 0 0 1 6.21 14.693a.75.75 0 0 1 .577-1.384 5.751 5.751 0 0 0 7.464-7.653Z"})),dy=u.forwardRef(cy),Ec=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dy,{})}));Ec.displayName="RefreshIcon";const fy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.251 1.501a.75.75 0 1 0-1.5 0v.25H2.475A1.787 1.787 0 0 0 .752 3.583v9.91a1.726 1.726 0 0 0 1.758 1.758h3.992a.75.75 0 0 0 0-1.5h-4.02a.225.225 0 0 1-.23-.231V3.547a.287.287 0 0 1 .267-.296h1.232v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.5v1.25a.75.75 0 0 0 1.5 0v-1.25h1.233a.287.287 0 0 1 .268.296v2.954a.75.75 0 1 0 1.5 0V3.583a1.787 1.787 0 0 0-1.75-1.832h-1.25v-.25a.75.75 0 0 0-1.5 0v.25h-1.5v-.25a.75.75 0 1 0-1.5 0v.25h-1.5v-.25Z"}),i.createElement("path",{d:"M14.88 7.623a7.75 7.75 0 0 1 1.654 0 .75.75 0 0 1 .665.661c.351 3.093-1.104 5.38-2.849 6.671-.865.64-1.823 1.054-2.7 1.198-.589.096-1.228.081-1.77-.149l-1.027 1.027a.75.75 0 0 1-1.061-1.06l1.028-1.029a2.845 2.845 0 0 1-.204-1.104c0-.632.166-1.324.46-1.997a7.244 7.244 0 0 1 3.401-3.551.75.75 0 0 1 .991.318l.21.39.647-1.028a.75.75 0 0 1 .555-.347Zm-3.473 7.05c.613-.1 1.352-.406 2.05-.924 1.267-.937 2.334-2.514 2.293-4.67-.118 0-.237.002-.355.008l-1.133 1.801a.75.75 0 0 1-1.296-.044l-.454-.847a5.765 5.765 0 0 0-2.061 2.444c-.192.439-.296.85-.326 1.196l1.555-1.556a.75.75 0 1 1 1.061 1.06l-1.558 1.56c.07-.007.145-.016.224-.029Z"})),hy=u.forwardRef(fy),Cc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hy,{})}));Cc.displayName="ReleaseNotesIcon";const my=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M9.5.75a.75.75 0 1 0 0 1.5 2.25 2.25 0 0 1 2.25 2.25v.25H2.5A1.75 1.75 0 0 0 .75 6.5v5c0 .966.784 1.75 1.75 1.75h9.25v.25a2.25 2.25 0 0 1-2.25 2.25.75.75 0 0 0 0 1.5 3.75 3.75 0 0 0 3-1.5 3.75 3.75 0 0 0 3 1.5.75.75 0 0 0 0-1.5 2.25 2.25 0 0 1-2.25-2.25v-.25h2.25a1.75 1.75 0 0 0 1.75-1.75v-5a1.75 1.75 0 0 0-1.75-1.75h-2.25V4.5a2.25 2.25 0 0 1 2.25-2.25.75.75 0 0 0 0-1.5 3.75 3.75 0 0 0-3 1.5 3.745 3.745 0 0 0-3-1.5Zm-7 5.5h9.25v5.5H2.5a.25.25 0 0 1-.25-.25v-5a.25.25 0 0 1 .25-.25Zm10.75 0h2.25a.25.25 0 0 1 .25.25v5a.25.25 0 0 1-.25.25h-2.25v-5.5Z"})),py=u.forwardRef(my),xc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(py,{})}));xc.displayName="RenameAltIcon";const gy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M10.119 2.178a1.75 1.75 0 0 1 2.474 0l1.23 1.23a1.75 1.75 0 0 1 0 2.474L6.086 13.62a.75.75 0 0 1-.344.196l-3.556.912a.75.75 0 0 1-.913-.912l.912-3.556a.75.75 0 0 1 .196-.344l7.738-7.737Zm1.414 1.06a.25.25 0 0 0-.354 0l-.75.751 1.582 1.583.752-.75a.25.25 0 0 0 0-.354l-1.23-1.23ZM3.587 10.83l-.546 2.13 2.13-.547 5.78-5.78L9.368 5.05l-5.781 5.78Zm5.148 2.617a.735.735 0 0 0 0 1.47h6.035a.735.735 0 1 0 0-1.47H8.735Z"})),vy=u.forwardRef(gy),Dc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vy,{})}));Dc.displayName="RenameIcon";const by=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M5 1.749a.75.75 0 0 1 .75.75v9.19l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.748.748 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22v-9.19a.75.75 0 0 1 .75-.75Zm5.713.057a.747.747 0 0 0-.243.163l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v9.19a.75.75 0 0 0 1.5 0v-9.19l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.748.748 0 0 0-.817-.163Z"})),wy=u.forwardRef(by),$c=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wy,{})}));$c.displayName="ReorderIcon";const yy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M5 8.751a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 7.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .198-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 9.751h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm0 2.5a.723.723 0 0 1-.531-.219.705.705 0 0 1-.219-.515c0-.209.073-.386.219-.532A.7.7 0 0 1 5 12.251h6a.7.7 0 0 1 .531.234.723.723 0 0 1 .22.532c0 .197-.074.37-.22.515a.723.723 0 0 1-.53.219H5Zm5.5-9a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531 1.64 1.64 0 0 0-.234-.86 1.719 1.719 0 0 0-.64-.64A1.64 1.64 0 0 0 8 2.251a1.64 1.64 0 0 0-.875.25c-.27.156-.484.37-.64.64a1.64 1.64 0 0 0-.235.86.723.723 0 0 1-.218.531.723.723 0 0 1-.532.219H3a.256.256 0 0 0-.187.078.269.269 0 0 0-.063.172v10.5c0 .073.021.135.063.188A.291.291 0 0 0 3 15.75h10c.073 0 .13-.02.172-.063a.256.256 0 0 0 .078-.187V5a.24.24 0 0 0-.078-.172A.208.208 0 0 0 13 4.75h-2.5Zm2.5-1.5c.313 0 .604.083.875.25.271.156.485.37.64.64.157.261.235.547.235.86v10.5c0 .323-.078.62-.234.89-.156.261-.37.47-.64.626a1.727 1.727 0 0 1-.876.234H3c-.312 0-.604-.078-.875-.234a1.756 1.756 0 0 1-.64-.625 1.75 1.75 0 0 1-.235-.891v-10.5c0-.313.078-.599.235-.86.156-.27.37-.484.64-.64.271-.167.563-.25.875-.25h1.844c.115-.48.323-.906.625-1.281a3.211 3.211 0 0 1 1.125-.89A3.101 3.101 0 0 1 8 .75c.5 0 .969.11 1.407.328a3.07 3.07 0 0 1 1.109.89 3.1 3.1 0 0 1 .64 1.282H13Zm-5.75.25c0-.198.073-.37.219-.516A.7.7 0 0 1 8 2.751c.282 0 .516.099.703.297A.979.979 0 0 1 9 3.767c0 .27-.099.505-.297.703A.954.954 0 0 1 8 4.75c-.281 0-.52-.094-.718-.281A.988.988 0 0 1 7 3.767c0-.282.094-.521.282-.72A.979.979 0 0 1 8 2.752a.7.7 0 0 1 .532.234.723.723 0 0 1 .218.532c0 .198-.073.37-.218.515A.723.723 0 0 1 8 4.251a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.531Z"})),Ey=u.forwardRef(yy),Sc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ey,{})}));Sc.displayName="ReportIcon";const Cy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 3.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1ZM8.5.749a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1A1.75 1.75 0 0 0 9.5.749h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-12 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Zm4.5 0c0-.966.784-1.75 1.75-1.75h1c.967 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-1a1.75 1.75 0 0 1-1.75-1.75v-1Zm1.75-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1Zm-6 4.5a1.75 1.75 0 0 0-1.75 1.75v1c0 .966.784 1.75 1.75 1.75h1a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75h-1Zm-.25 1.75a.25.25 0 0 1 .25-.25h1a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1a.25.25 0 0 1-.25-.25v-1Z"})),xy=u.forwardRef(Cy),Ic=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xy,{})}));Ic.displayName="RetentionIcon";const Dy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M12.286 1.43A8.25 8.25 0 0 0 2.25 4.262V1.5a.75.75 0 1 0-1.5 0v5c0 .414.336.75.75.75h5.001a.75.75 0 0 0 0-1.5H3.088A6.75 6.75 0 1 1 9 15.75a.75.75 0 0 0 0 1.5 8.25 8.25 0 0 0 3.286-15.82Z"})),$y=u.forwardRef(Dy),Pc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($y,{})}));Pc.displayName="RewertLeftIcon";const Sy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.72 1.43a8.25 8.25 0 0 1 10.035 2.832V1.5a.75.75 0 0 1 1.5 0v5a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1 0-1.5h3.412a6.75 6.75 0 1 0-5.912 10 .75.75 0 0 1 0 1.5A8.25 8.25 0 0 1 5.72 1.43Z"})),Iy=u.forwardRef(Sy),Ac=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Iy,{})}));Ac.displayName="RewertRightIcon";const Py=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M3.5 2.251h9a.25.25 0 0 1 .25.25v13.008l-3.72-2.706a1.75 1.75 0 0 0-2.058 0L3.25 15.51V2.501a.25.25 0 0 1 .25-.25Zm8.766 14.76a1.25 1.25 0 0 0 1.985-1.008V2.5A1.75 1.75 0 0 0 12.5.751h-9a1.75 1.75 0 0 0-1.75 1.75v13.502a1.25 1.25 0 0 0 1.985 1.008l4.118-2.995a.25.25 0 0 1 .294 0l4.118 2.995Z"})),Ay=u.forwardRef(Py),Mc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ay,{})}));Mc.displayName="RibbonIcon";const My=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M0 2.751a2.75 2.75 0 0 1 5.397-.75h7.229a3.375 3.375 0 1 1 0 6.75h-1.979a2.751 2.751 0 0 1-5.293 0H3.376a1.875 1.875 0 0 0 0 3.75H10.5c.034 0 .068.002.101.007a2.751 2.751 0 1 1 0 1.486.773.773 0 0 1-.101.007H3.376a3.375 3.375 0 0 1 0-6.75h1.978a2.751 2.751 0 0 1 5.293 0h1.979a1.875 1.875 0 0 0 0-3.75H5.397a2.751 2.751 0 0 1-5.396-.75Zm2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm6.5 6.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0Zm2.75 5.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z"})),Fy=u.forwardRef(My),Fc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Fy,{})}));Fc.displayName="RoadmapIcon";const Ty=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M7.25 2.251a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 .001a2.25 2.25 0 0 0-.887 4.318 5.751 5.751 0 0 0-4.862 5.682v3.25A2.75 2.75 0 0 0 5 16.001h6a2.75 2.75 0 0 0 2.75-2.75v-3.25a5.751 5.751 0 0 0-4.862-5.682A2.25 2.25 0 0 0 8 .001Zm4.25 10v1.75h-8.5v-1.75a4.25 4.25 0 1 1 8.5 0ZM5 14.501c-.69 0-1.25-.56-1.25-1.25h8.5c0 .69-.559 1.25-1.25 1.25H5Zm10.25-5.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm-13.75.75a.75.75 0 1 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm4.5 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"})),Ny=u.forwardRef(Ty),Tc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ny,{})}));Tc.displayName="RobotIcon";const ky=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"m15.54 6.888-2.605-2.605a2.457 2.457 0 0 0-1.737-.72H1.573A1.573 1.573 0 0 0 0 5.136v5.728a1.573 1.573 0 0 0 1.573 1.573h9.625c.652 0 1.276-.26 1.737-.72l2.604-2.605a1.573 1.573 0 0 0 0-2.224Z"})),By=u.forwardRef(ky),Nc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(By,{})}));Nc.displayName="RuleLabelIcon";const Vy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M4.001 1.251a.75.75 0 0 0-.6 1.2l4.162 5.55-4.162 5.55a.75.75 0 0 0 .6 1.2h10a.75.75 0 0 0 0-1.5h-8.5l3.6-4.8a.75.75 0 0 0 0-.9l-3.6-4.8h8.5a.75.75 0 0 0 0-1.5h-10Z"}),i.createElement("path",{d:"M2.476 4.984a.983.983 0 0 0-.705-.23 1.007 1.007 0 0 0-.646.31c-.145.15-.237.327-.292.492a1.634 1.634 0 0 0-.082.516V9.93c0 .171.026.348.082.516.055.165.147.342.292.492.148.152.367.289.646.31a.984.984 0 0 0 .705-.23l2.316-1.93c.183-.153.295-.35.361-.526a1.61 1.61 0 0 0 .098-.561c0-.186-.03-.38-.098-.56a1.244 1.244 0 0 0-.362-.527l-2.315-1.93ZM2.25 9.252V6.75L3.751 8v.002l-1.5 1.25Z"})),Zy=u.forwardRef(Vy),kc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Zy,{})}));kc.displayName="RunningAggregateIcon";const Oy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.551.781a2.791 2.791 0 0 0-1.245.444c-.15.098-.589.515-1.549 1.474-.736.735-1.393 1.411-1.46 1.502a3.246 3.246 0 0 0-.45.956l-.08.289v5.175c0 4.938.002 5.183.054 5.355.09.292.231.525.456.749.224.225.457.366.75.456.171.053.463.055 6.974.055s6.803-.002 6.975-.055a1.73 1.73 0 0 0 .75-.456 1.73 1.73 0 0 0 .455-.749c.053-.172.055-.464.055-6.975 0-6.511-.002-6.803-.055-6.975a1.85 1.85 0 0 0-1.19-1.204c-.157-.053-.397-.056-5.19-.059C8.037.76 5.675.769 5.551.781Zm.211 3.187c0 1.911.005 1.97.193 2.326.203.385.541.688.942.844l.2.078 2.811.008c3.1.009 3.012.014 3.391-.177.245-.123.641-.517.754-.75.181-.374.178-.334.19-2.269l.012-1.777h1.35l.072.074.074.073v13.206l-.074.073-.073.074h-1.35l-.009-2.588-.009-2.587-.07-.193a1.743 1.743 0 0 0-1.208-1.066c-.289-.068-7.625-.068-7.914 0a1.742 1.742 0 0 0-1.208 1.066l-.07.193-.009 2.587-.008 2.588H2.4l-.075-.074-.074-.074.008-5.048.008-5.049.1-.21c.091-.195.19-.301 1.41-1.519.898-.899 1.352-1.331 1.443-1.376.168-.084.352-.143.46-.147l.082-.003.001 1.717Zm6.988-.045c0 1.766.002 1.728-.14 1.803-.089.048-5.144.05-5.234.003-.14-.076-.145-.13-.145-1.857V2.251h5.52v1.672Zm-.088 6.864.09.046v4.438h-7.5v-4.438l.081-.045c.072-.039.548-.045 3.662-.046 3.151-.001 3.59.004 3.667.045Z"})),Ly=u.forwardRef(Oy),Bc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ly,{})}));Bc.displayName="SaveIcon";const Ry=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M8.751 5.121a2.251 2.251 0 1 0-1.5 0V8.75h-.75a4.75 4.75 0 0 0-4.707 4.113 2.25 2.25 0 1 0 1.513.035 3.25 3.25 0 0 1 3.194-2.649h.75v2.628a2.251 2.251 0 1 0 1.5 0V10.25h.75a3.25 3.25 0 0 1 3.194 2.65 2.25 2.25 0 1 0 1.513-.036A4.75 4.75 0 0 0 9.501 8.75h-.75V5.12ZM7.251 3a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm0 12a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-4.75-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm10.25.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z"})),_y=u.forwardRef(Ry),Vc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_y,{})}));Vc.displayName="ScenarioIcon";const Hy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M7.543.752a6.791 6.791 0 1 0 4.243 12.094l4.185 4.185a.75.75 0 0 0 1.06-1.06l-4.184-4.185A6.791 6.791 0 0 0 7.544.752ZM2.252 7.543a5.291 5.291 0 1 1 10.583 0 5.291 5.291 0 0 1-10.583 0Z"})),Uy=u.forwardRef(Hy),Zc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Uy,{})}));Zc.displayName="SearchIcon";const jy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M6.667.149H1.306A1.307 1.307 0 0 0 .008 1.454L0 5.981a.333.333 0 0 0 .333.334h6.334A.333.333 0 0 0 7 5.982v-5.5a.333.333 0 0 0-.333-.333Zm0 8.166H.423a.167.167 0 0 0-.162.204 10.143 10.143 0 0 0 6.519 7.305.165.165 0 0 0 .15-.022.167.167 0 0 0 .07-.136V8.649a.333.333 0 0 0-.333-.334Zm8.904 0H9.333A.333.333 0 0 0 9 8.65v7.036a.167.167 0 0 0 .22.158 10.14 10.14 0 0 0 6.513-7.324.165.165 0 0 0-.032-.14.166.166 0 0 0-.058-.047.316.316 0 0 0-.072-.017Zm.421-6.861A1.307 1.307 0 0 0 14.694.149h-5.36A.333.333 0 0 0 9 .482v5.5a.333.333 0 0 0 .333.333h6.334A.333.333 0 0 0 16 5.981l-.008-4.527Z"})),Ky=u.forwardRef(jy),Oc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Ky,{})}));Oc.displayName="SecurityShieldIcon";const zy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},i.createElement("path",{d:"M14.906 1.352a.858.858 0 0 1 .246.506.867.867 0 0 1-.069.547l-3.76 11.73c-.09.3-.277.552-.56.752a1.582 1.582 0 0 1-.93.287c-.319 0-.61-.1-.875-.3a1.46 1.46 0 0 1-.52-.835l-1.23-5.072-5.072-1.23c-.355-.082-.633-.246-.834-.493-.2-.255-.3-.551-.3-.888 0-.347.095-.652.286-.916a1.75 1.75 0 0 1 .752-.588l11.73-3.76a.79.79 0 0 1 .561-.068c.21.045.402.155.575.328l-.069-.068.069.068ZM7.468 7.737l4.908-4.895-9.898 3.322c-.037 0-.073.019-.11.055a.17.17 0 0 0-.054.123.17.17 0 0 0 .055.123c.036.037.072.055.109.055l4.99 1.217Zm2.625 6.043 3.24-9.98L8.44 8.611l1.31 5.169a.17.17 0 0 0 .055.123c.036.036.073.054.11.054a.17.17 0 0 0 .123-.054.17.17 0 0 0 .054-.123Z"})),Wy=u.forwardRef(zy),Lc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Wy,{})}));Lc.displayName="SendIcon";const Gy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M5.88 10.751H4.5a.75.75 0 0 0 0 1.5h1.38a2.25 2.25 0 0 0 4.242 0h3.379a.75.75 0 0 0 0-1.5h-3.379a2.251 2.251 0 0 0-4.243 0Zm2.87.75a.75.75 0 1 1-1.499 0 .75.75 0 0 1 1.5 0Zm-5-5a.75.75 0 0 1 .75-.75h5.38a2.25 2.25 0 1 1 0 1.5H4.5a.75.75 0 0 1-.75-.75Zm8.874-.417a.75.75 0 1 0-1.247.834.75.75 0 0 0 1.247-.834Z"}),i.createElement("path",{d:"M2.5.751a1.75 1.75 0 0 0-1.75 1.75v13c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-13A1.75 1.75 0 0 0 15.5.751h-13Zm-.25 1.75a.25.25 0 0 1 .25-.25h13a.25.25 0 0 1 .25.25v13a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-13Z"})),qy=u.forwardRef(Gy),Rc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qy,{})}));Rc.displayName="SettingsAltIcon";const Yy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M11.335.783c-.22.025-.336.057-.606.169-.301.126-.423.232-1.186 1.035-.263.278-.37.336-.589.318-.203-.017-.283-.078-.69-.527-.527-.581-.75-.75-1.21-.914-.24-.085-.82-.108-1.083-.042-.568.143-1.099.565-1.345 1.069-.21.43-.226.537-.205 1.369l.018.723-.074.15a.465.465 0 0 1-.228.233l-.154.083-.589-.03a7.485 7.485 0 0 0-.82-.003c-.782.083-1.43.614-1.707 1.397-.075.21-.108.754-.06 1.004.054.29.208.633.383.853.09.113.354.38.587.595.233.215.448.438.48.496a.563.563 0 0 1-.013.504c-.038.068-.233.273-.439.459-.644.583-.766.743-.94 1.227-.087.239-.109.817-.042 1.08.218.857.873 1.449 1.728 1.559.148.019.423.018.802-.002.633-.035.716-.024.883.117.193.162.206.236.185 1.04-.02.829-.005.936.205 1.366.161.33.531.71.851.877.36.186.627.243 1.05.225.702-.031 1.044-.226 1.751-1.003.406-.444.474-.496.681-.513.25-.021.363.054.761.496.19.21.422.452.518.536.607.54 1.54.648 2.283.26.324-.168.692-.546.855-.878.069-.14.146-.336.17-.435.053-.202.063-.641.03-1.223-.027-.444.01-.588.181-.74.17-.147.264-.161.886-.127.327.018.646.02.78.005.859-.097 1.539-.701 1.757-1.56.076-.298.046-.841-.063-1.14-.152-.42-.326-.644-.9-1.158-.476-.426-.51-.475-.51-.732s.034-.306.51-.732c.574-.514.748-.74.9-1.158.108-.3.139-.842.063-1.14-.218-.86-.898-1.463-1.756-1.56a6.01 6.01 0 0 0-.78.006c-.617.035-.716.02-.885-.128-.19-.167-.206-.257-.168-.944.035-.633.02-.862-.08-1.17A2.043 2.043 0 0 0 11.335.784ZM6.66 2.299c.088.035.228.167.528.496.224.247.477.503.561.57.707.559 1.796.559 2.503 0 .084-.066.338-.323.563-.57.437-.477.532-.544.769-.544.135 0 .31.079.409.185.111.12.133.228.123.61-.005.198-.008.556-.008.795.002.394.01.458.085.675a2.038 2.038 0 0 0 1.274 1.287l.26.093.803-.007c.739-.007.814-.003.915.049a.554.554 0 0 1 .26.72c-.036.086-.171.23-.498.529-.513.469-.655.634-.795.929a1.81 1.81 0 0 0-.194.885c0 .373.049.58.212.915.14.286.316.486.838.956.406.366.483.478.483.696a.68.68 0 0 1-.143.383.7.7 0 0 1-.162.113c-.1.05-.18.055-.93.049l-.82-.007-.22.08c-.328.12-.533.253-.8.52a1.6 1.6 0 0 0-.367.495c-.207.42-.226.558-.204 1.41l.02.735-.088.138a.583.583 0 0 1-.47.267c-.206 0-.345-.097-.69-.481-.478-.531-.667-.697-.953-.837a1.791 1.791 0 0 0-.923-.214 1.95 1.95 0 0 0-1.252.418 8.17 8.17 0 0 0-.562.57c-.327.36-.436.46-.542.5a.556.556 0 0 1-.702-.267c-.064-.132-.065-.156-.046-.865.018-.677.015-.746-.043-.965a2.092 2.092 0 0 0-1.334-1.421l-.244-.083-.803.008c-.74.007-.812.003-.915-.05a.554.554 0 0 1-.259-.721c.034-.085.151-.212.414-.448.54-.485.715-.683.856-.971.166-.34.214-.547.214-.923a1.95 1.95 0 0 0-.415-1.248 8.072 8.072 0 0 0-.57-.562c-.472-.43-.547-.534-.547-.757a.68.68 0 0 1 .144-.383.707.707 0 0 1 .166-.115c.11-.056.158-.058.855-.04.688.019.756.016.976-.042.365-.096.626-.25.92-.543.207-.206.28-.304.38-.51.211-.434.23-.562.206-1.41l-.02-.735.087-.137a.556.556 0 0 1 .695-.22Zm2.003 2.985c-1.789.147-3.224 1.59-3.379 3.395a3.732 3.732 0 0 0 4.495 3.975 3.732 3.732 0 0 0 1.861-1.014 3.652 3.652 0 0 0 1.079-2.317c.157-1.831-1.005-3.47-2.794-3.94-.234-.061-.37-.08-.834-.114a3.745 3.745 0 0 0-.428.015Zm1.043 1.569c.34.115.625.294.888.556.26.26.439.544.558.887.077.222.083.274.083.705 0 .43-.006.483-.083.705a2.347 2.347 0 0 1-1.453 1.449c-.21.07-.277.078-.698.078-.42 0-.487-.007-.698-.078a2.274 2.274 0 0 1-.894-.562 2.255 2.255 0 0 1-.558-.887c-.077-.222-.083-.274-.083-.705 0-.431.006-.483.083-.705.22-.63.718-1.161 1.31-1.396.3-.118.5-.15.915-.138.328.009.428.023.63.09Z"})),Xy=u.forwardRef(Yy),_c=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Xy,{})}));_c.displayName="SettingsIcon";const Jy=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M11.53 4.531a.75.75 0 0 1-1.06 0l-1.72-1.72v7.19a.75.75 0 0 1-1.5 0v-7.19l-1.72 1.72a.75.75 0 0 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06Z"}),i.createElement("path",{d:"M5.5 6.751H3.75v7.5h8.5v-7.5H10.5a.75.75 0 0 1 0-1.5h1.833c.707 0 1.417.532 1.417 1.35v7.8c0 .818-.71 1.35-1.417 1.35H3.667c-.706 0-1.417-.532-1.417-1.35v-7.8c0-.818.71-1.35 1.417-1.35H5.5a.75.75 0 1 1 0 1.5Z"})),Qy=u.forwardRef(Jy),Hc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Qy,{})}));Hc.displayName="ShareIcon";const eE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M2.088.001a.571.571 0 0 0-.553.457L.5 5.25C.5 6.216 1.261 7 2.2 7c.223 0 .435-.044.63-.124A1.75 1.75 0 0 0 3.9 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 7.3 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 10.7 5.25a1.75 1.75 0 0 0 1.07 1.626 1.653 1.653 0 0 0 1.26 0A1.75 1.75 0 0 0 14.1 5.25a1.75 1.75 0 0 0 1.07 1.626c.195.08.408.124.63.124.94 0 1.7-.784 1.7-1.75L16.465.458A.57.57 0 0 0 15.912 0H2.088Zm13.898 5.345c-.036.11-.13.155-.186.155-.07 0-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 0 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25s-.2-.07-.2-.25a1.5 1.5 0 1 0-3 0c0 .18-.13.25-.2.25-.056 0-.15-.045-.186-.155l.83-3.845h12.312l.83 3.845ZM2.5 7.751a.75.75 0 0 1 .75.75v5c0 .138.112.25.25.25h1.75v-2.75A2.75 2.75 0 0 1 8 8.251h2a2.75 2.75 0 0 1 2.75 2.75v2.75h1.75a.25.25 0 0 0 .25-.25v-5a.75.75 0 0 1 1.5 0v5a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75v-5a.75.75 0 0 1 .75-.75Zm8.75 6v-2.75c0-.69-.56-1.25-1.25-1.25H8c-.69 0-1.25.56-1.25 1.25v2.75h4.5Z"})),tE=u.forwardRef(eE),Uc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(tE,{})}));Uc.displayName="ShopIcon";const rE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M13.8 1.201a.71.71 0 0 1 1 0 .71.71 0 0 1 0 .99l-3.64 3.64h1.76a.7.7 0 1 1 0 1.4H9.47a.7.7 0 0 1-.7-.7v-3.45a.7.7 0 1 1 1.4 0v1.76l3.63-3.64Zm-7 7.62a.71.71 0 0 1 .38.38c.01.04.05.1.05.1a.965.965 0 0 1 0 .17v3.45a.7.7 0 1 1-1.4 0v-1.76l-3.63 3.63a.7.7 0 0 1-.5.21.67.67 0 0 1-.49-.2.69.69 0 0 1 0-1l3.63-3.58H3.08a.7.7 0 1 1 0-1.4h3.45a.965.965 0 0 1 .17 0h.1Z"})),nE=u.forwardRef(rE),jc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(nE,{})}));jc.displayName="ShrinkIcon";const aE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M5.323.779c-.21.028-.37.126-.462.283l-.074.126-.007 6.753c-.004 3.714-.016 6.753-.026 6.753-.01 0-.44-.419-.954-.932-.692-.691-.964-.946-1.053-.986-.258-.116-.514-.047-.768.207-.244.244-.318.519-.205.766.032.072.533.592 1.563 1.626.834.837 1.516 1.534 1.516 1.549 0 .066.204.226.375.293a.606.606 0 0 0 .313.058c.194-.018.462-.153.554-.278.041-.056.75-.781 1.572-1.609 1.165-1.173 1.51-1.535 1.555-1.633.122-.267.046-.538-.222-.792-.176-.166-.33-.241-.5-.241-.25-.002-.31.047-1.32 1.049l-.94.934v-6.68c0-7.503.018-6.871-.198-7.079-.159-.153-.403-.21-.719-.167Zm6.157.047a2.078 2.078 0 0 0-.902.45c-.39.328-.66.776-.768 1.274-.049.24-.05.37-.044 2.738.008 2.756-.004 2.578.183 2.764.116.116.243.164.48.181.35.026.602-.085.72-.316.077-.152.103-.417.104-1.083v-.593h1.517l.01.78c.006.753.01.784.067.894.17.316.682.426 1.067.229.131-.067.163-.099.232-.235l.081-.158.007-2.475c.007-2.355.005-2.487-.044-2.727a2.275 2.275 0 0 0-1.393-1.64c-.38-.141-.95-.177-1.317-.083Zm.846 1.494c.163.084.294.22.372.385.06.132.061.163.07 1.089l.01.954h-1.525l.001-.967c0-.915.003-.973.055-1.087a.807.807 0 0 1 .481-.424.905.905 0 0 1 .536.05Zm-2.073 7.467a.567.567 0 0 0-.303.161c-.115.115-.165.243-.182.469-.028.348.087.613.318.737.113.06.13.06 1.314.074.782.008 1.197.022 1.191.04-.005.014-.599.907-1.32 1.984a150.85 150.85 0 0 0-1.37 2.067c-.127.235-.17.55-.114.845.092.483.53.936 1.002 1.037.087.019.627.026 1.572.021l1.44-.008.113-.06c.231-.124.346-.389.318-.737-.017-.225-.067-.354-.18-.467-.176-.176-.157-.174-1.472-.189l-1.193-.013 1.383-2.067c1.328-1.984 1.385-2.074 1.427-2.259.023-.105.043-.256.043-.334 0-.603-.466-1.173-1.06-1.298-.164-.033-2.796-.037-2.927-.003Z"})),oE=u.forwardRef(aE),Kc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(oE,{})}));Kc.displayName="SortIcon";const lE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M15.03 1.47a.75.75 0 1 0-1.06 1.06l.721.72h-1.69c-.829 0-1.57.332-2.187.76-.617.43-1.151.987-1.583 1.518A13.053 13.053 0 0 0 8.056 7.25H1.5a.75.75 0 1 0 0 1.5h6.555a13.264 13.264 0 0 0 1.176 1.724c.432.531.966 1.088 1.583 1.518.616.428 1.358.759 2.186.759h1.688l-.718.718a.75.75 0 1 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2a.75.75 0 1 0-1.06 1.06l.72.722h-1.69c-.422 0-.868-.17-1.33-.49-.461-.322-.895-.764-1.276-1.233A11.563 11.563 0 0 1 9.355 8a11.736 11.736 0 0 1 1.04-1.527c.38-.469.815-.912 1.276-1.232.462-.322.908-.491 1.33-.491h1.688l-.719.718a.75.75 0 0 0 1.06 1.06l1.974-1.972a.748.748 0 0 0 .027-1.088l-2-2Z"})),iE=u.forwardRef(lE),zc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(iE,{})}));zc.displayName="SplitFlowIcon";const sE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M12 7.251a.75.75 0 0 1 .75.75v4a.25.25 0 0 0 .25.25h1a.75.75 0 1 1 0 1.5h-1a1.75 1.75 0 0 1-1.75-1.75v-4a.75.75 0 0 1 .75-.75Zm-7 0a1.75 1.75 0 0 0-1.75 1.75c0 1.13.78 1.712 1.25 2.062l.05.038c.539.404.7.57.7.9a.25.25 0 0 1-.25.25H4a.75.75 0 1 0 0 1.5h1a1.75 1.75 0 0 0 1.75-1.75c0-1.13-.78-1.712-1.25-2.062L5.45 9.9c-.538-.404-.7-.57-.7-.9A.25.25 0 0 1 5 8.75h1a.75.75 0 0 0 0-1.5H5Zm2.763.513A1.75 1.75 0 0 1 10.751 9v3c0 .45-.174.883-.484 1.208l.264.264a.75.75 0 0 1-1.06 1.061l-.819-.818A1.75 1.75 0 0 1 7.251 12V9c0-.464.184-.91.512-1.237Zm1.238.987a.25.25 0 0 0-.25.25v3a.25.25 0 1 0 .5 0v-3a.25.25 0 0 0-.25-.25Z"}),i.createElement("path",{d:"M.75 2.504c0-.967.784-1.75 1.75-1.75h13c.967 0 1.75.783 1.75 1.75v13a1.75 1.75 0 0 1-1.75 1.75h-13a1.75 1.75 0 0 1-1.75-1.75v-13Zm1.75-.25a.25.25 0 0 0-.25.25v13c0 .138.113.25.25.25h13a.25.25 0 0 0 .25-.25v-13a.25.25 0 0 0-.25-.25h-13Z"})),uE=u.forwardRef(sE),Wc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(uE,{})}));Wc.displayName="SqlIcon";const cE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.542-1.122L11.85 10.16a.333.333 0 0 1 .103-.362l3.463-2.87a1 1 0 0 0 .288-1.108Z"})),dE=u.forwardRef(cE),Gc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dE,{})}));Gc.displayName="StarFillIcon";const fE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15.704 5.82a1.003 1.003 0 0 0-.937-.653h-4.058a.333.333 0 0 1-.315-.223L8.937.816a1 1 0 0 0-1.873 0l-.003.01-1.454 4.118a.333.333 0 0 1-.314.223H1.234a1 1 0 0 0-.642 1.767l3.456 2.867a.333.333 0 0 1 .103.362L2.7 14.517a1 1 0 0 0 1.54 1.123l3.564-2.614a.333.333 0 0 1 .394 0l3.563 2.613a1 1 0 0 0 1.541-1.122L11.85 10.16a.334.334 0 0 1 .104-.362l3.462-2.87a1 1 0 0 0 .289-1.108Zm-2.325.847-2.384 1.977a1.833 1.833 0 0 0-.569 1.99l.956 2.867-2.298-1.685a1.833 1.833 0 0 0-2.168 0L4.62 13.502l.955-2.864a1.833 1.833 0 0 0-.568-1.99L2.62 6.668h2.675a1.833 1.833 0 0 0 1.727-1.225l.979-2.773.978 2.773v.001a1.833 1.833 0 0 0 1.73 1.224h2.67Z"})),hE=u.forwardRef(fE),qc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hE,{})}));qc.displayName="StarIcon";const mE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M8.001.001a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8Zm3.219 8.596-4.921 2.46a.667.667 0 0 1-.965-.596V5.54a.667.667 0 0 1 .964-.597l4.922 2.458a.667.667 0 0 1 0 1.195v.001Z"})),pE=u.forwardRef(mE),Yc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pE,{})}));Yc.displayName="StartFillIcon";const gE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M8.36 4.77a1.84 1.84 0 0 0-2.11 1.82v4.82a1.84 1.84 0 0 0 3.053 1.385l3.692-3.23a.75.75 0 0 0 0-1.128L9.303 5.205a1.84 1.84 0 0 0-.944-.436Zm-.41 1.51a.34.34 0 0 1 .365.054l3.047 2.667-3.047 2.665a.34.34 0 0 1-.564-.257V6.59a.34.34 0 0 1 .2-.309Z"}),i.createElement("path",{d:"M9 .75a8.25 8.25 0 1 0 0 16.5A8.25 8.25 0 0 0 9 .75ZM2.25 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),vE=u.forwardRef(gE),Xc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vE,{})}));Xc.displayName="StartIcon";const bE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M13.001 8.001a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"})),wE=u.forwardRef(bE),Jc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wE,{})}));Jc.displayName="StatusDotIcon";const yE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M7.001 5.75c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h4c.69 0 1.25-.56 1.25-1.25V7c0-.69-.56-1.25-1.25-1.25h-4Zm.25 5v-3.5h3.5v3.5h-3.5Z"}),i.createElement("path",{d:"M9.001.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5ZM2.251 9a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Z"})),EE=u.forwardRef(yE),Qc=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(EE,{})}));Qc.displayName="StopIcon";const CE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M6.058 7.73a.75.75 0 1 0-1.113 1.006l2.5 2.768a.75.75 0 0 0 1.113-1.006l-2.5-2.767Z"}),i.createElement("path",{d:"M7.251 3.792V2.251h-.75a.75.75 0 0 1 0-1.5h3a.75.75 0 1 1 0 1.5h-.75v1.541a6.713 6.713 0 0 1 3.18 1.22l.34-.341a.75.75 0 0 1 1.26-.7l.25.25.25.25a.75.75 0 0 1-.7 1.26l-.285.286a6.75 6.75 0 1 1-5.795-2.224Zm.75 1.459a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5Z"})),xE=u.forwardRef(CE),e5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xE,{})}));e5.displayName="StopwatchIcon";const DE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},i.createElement("path",{d:"M5.703.752a.762.762 0 0 0-.086 0H2.399c-1.185 0-2.146.96-2.148 2.146a.75.75 0 0 0 1.5.001c0-.357.29-.647.648-.647H4.91v11.543H3.797a.75.75 0 0 0 0 1.5h3.726a.75.75 0 0 0 0-1.5H6.41V2.252h2.511c.358 0 .648.29.648.647a.75.75 0 0 0 1.5-.001A2.148 2.148 0 0 0 8.92.752H5.703Z"}),i.createElement("path",{d:"M10.127 7.29c0-.297.24-.538.538-.538h1.399v7.092h-.987a.75.75 0 0 0 0 1.5h3.437a.75.75 0 0 0 0-1.5h-.95V6.752h1.398a.54.54 0 0 1 .539.54.75.75 0 0 0 1.5 0 2.039 2.039 0 0 0-2.04-2.04h-2.104a.764.764 0 0 0-.087 0h-2.105A2.039 2.039 0 0 0 8.626 7.29a.75.75 0 0 0 1.5.002Z"})),$E=u.forwardRef(DE),t5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($E,{})}));t5.displayName="StringComponentIcon";const SE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},i.createElement("path",{d:"M2.271.777A2.236 2.236 0 0 0 .296 2.618C.262 2.827.26 3.629.293 3.772c.037.159.157.31.308.386.115.059.17.068.387.069.36.001.527-.076.658-.299.07-.118.073-.144.088-.605.015-.441.022-.494.084-.629a.769.769 0 0 1 .368-.38l.122-.06 2.473-.007 2.473-.007v13.521H6.045c-1.287 0-1.359.006-1.535.132-.149.106-.22.268-.236.535-.017.294.034.474.175.62.184.19 0 .181 3.552.181 3.523 0 3.372.007 3.538-.167.157-.165.182-.245.182-.568 0-.272-.005-.302-.073-.418a.713.713 0 0 0-.156-.183c-.176-.126-.248-.132-1.535-.132H8.748V2.24l2.473.007 2.473.007.122.06c.164.08.294.214.368.38.062.135.07.188.084.629.015.464.018.487.09.607.134.229.388.332.747.302.245-.02.404-.102.514-.266.11-.162.125-.293.11-.906-.013-.437-.02-.508-.087-.712A2.223 2.223 0 0 0 13.686.775C13.343.742 2.61.744 2.271.777Z"})),IE=u.forwardRef(SE),r5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(IE,{})}));r5.displayName="StringIcon";const PE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M2.25 6.501a5.75 5.75 0 1 0 11.5 0 5.75 5.75 0 0 0-11.5 0Zm1.5 0a4.25 4.25 0 1 1 5 4.184V9.312l1.28-1.28A.75.75 0 1 0 8.97 6.97L8 7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l1.28 1.28v1.374A4.251 4.251 0 0 1 3.75 6.5ZM6 12.751a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5H6Zm-.75 2.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H8.75v.25a.75.75 0 0 1-1.5 0v-.25H6a.75.75 0 0 1-.75-.75Z"})),AE=u.forwardRef(PE),n5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(AE,{})}));n5.displayName="SuggestionIcon";const ME=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.625 2.251a.362.362 0 0 0-.266.11.362.362 0 0 0-.109.265v12.75c0 .104.037.193.11.266.072.073.16.11.265.11h12.75a.361.361 0 0 0 .266-.11.362.362 0 0 0 .11-.266V2.626a.362.362 0 0 0-.11-.265.361.361 0 0 0-.266-.11H2.625Zm0-1.5h12.75c.344 0 .656.084.938.25.291.167.52.396.687.688.167.281.25.593.25.937v12.75c0 .344-.083.662-.25.953a1.85 1.85 0 0 1-.687.672c-.282.167-.594.25-.938.25H2.625a1.881 1.881 0 0 1-1.328-.547 1.88 1.88 0 0 1-.547-1.328V2.626c0-.344.083-.656.25-.937a1.85 1.85 0 0 1 .672-.688c.292-.166.61-.25.953-.25Zm3.297 6.11 2.484-3.313a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.078l-2-2a.733.733 0 0 1-.203-.515.815.815 0 0 1 .218-.531.705.705 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39Zm4.578.39a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531.723.723 0 0 1-.53.22h-3ZM8.406 9.548a.673.673 0 0 1 .485-.281.723.723 0 0 1 .562.14c.167.115.26.277.281.485a.723.723 0 0 1-.14.562l-3 4a.743.743 0 0 1-1.125.079l-2-2a.733.733 0 0 1-.203-.516.815.815 0 0 1 .218-.531.706.706 0 0 1 .516-.22c.208 0 .386.069.531.204l1.391 1.39 2.484-3.312Zm2.094 3.703a.77.77 0 0 1-.375-.093.906.906 0 0 1-.281-.282.77.77 0 0 1-.094-.375.77.77 0 0 1 .094-.375.762.762 0 0 1 .281-.265.685.685 0 0 1 .375-.11h3c.208 0 .386.073.531.219a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218h-3Z"})),FE=u.forwardRef(ME),a5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(FE,{})}));a5.displayName="SurveyIcon";const TE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"m3.25 8.814-1.219 1.219a.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218A.723.723 0 0 1 .75 9.5c0-.208.073-.385.219-.531l2.5-2.5A.723.723 0 0 1 4 6.251a.72.72 0 0 1 .531.219l2.5 2.5a.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218.723.723 0 0 1-.532-.218L4.75 8.813v2.688c0 .344.12.64.36.89.25.24.546.36.89.36h5.5a.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.532.723.723 0 0 1-.53.218H6c-.5 0-.964-.12-1.391-.36a2.872 2.872 0 0 1-1-1c-.24-.426-.36-.89-.36-1.39V8.814Zm11.5-1.625 1.22-1.219a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219.723.723 0 0 1 .22.531.723.723 0 0 1-.22.531l-2.468 2.47a.713.713 0 0 1-.563.25.713.713 0 0 1-.562-.25l-2.47-2.47a.723.723 0 0 1-.218-.53c0-.21.073-.386.219-.532a.724.724 0 0 1 .531-.219.72.72 0 0 1 .531.219l1.22 1.219V4.5c0-.344-.126-.635-.376-.875A1.166 1.166 0 0 0 12 3.251H6.5a.723.723 0 0 1-.531-.219.723.723 0 0 1-.219-.53c0-.21.073-.386.219-.532a.723.723 0 0 1 .531-.219H12c.5 0 .959.125 1.375.375.427.24.76.573 1 1 .25.417.375.875.375 1.375V7.19Z"})),NE=u.forwardRef(TE),o5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(NE,{})}));o5.displayName="SwapIcon";const kE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M4.441 1.752H2.497a1.75 1.75 0 0 0-1.75 1.75v9c0 .967.784 1.75 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-9a1.75 1.75 0 0 0-1.75-1.75H4.554a.758.758 0 0 0-.113 0Zm11.056 1.5a.25.25 0 0 1 .25.25v9a.25.25 0 0 1-.25.25H5.247v-9.5h10.25Zm-11.75 0v9.5h-1.25a.25.25 0 0 1-.25-.25v-9a.25.25 0 0 1 .25-.25h1.25Z"})),BE=u.forwardRef(kE),l5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(BE,{})}));l5.displayName="TabletLangscapeIcon";const VE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M1.748 13.557v1.944c0 .967.784 1.75 1.75 1.75h9a1.75 1.75 0 0 0 1.75-1.75v-13a1.75 1.75 0 0 0-1.75-1.75h-9a1.75 1.75 0 0 0-1.75 1.75v10.944a.759.759 0 0 0 0 .112Zm1.5-11.056a.25.25 0 0 1 .25-.25h9a.25.25 0 0 1 .25.25v10.25h-9.5V2.501Zm0 11.75h9.5v1.25a.25.25 0 0 1-.25.25h-9a.25.25 0 0 1-.25-.25v-1.25Z"})),ZE=u.forwardRef(VE),i5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(ZE,{})}));i5.displayName="TabletPortraitIcon";const OE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M10.037.251h4.004a1.71 1.71 0 0 1 1.71 1.71v4.004a2.67 2.67 0 0 1-.782 1.887l-7.398 7.399a1.71 1.71 0 0 1-2.417 0L.75 10.849a1.71 1.71 0 0 1 0-2.418l7.4-7.398c.5-.5 1.18-.782 1.887-.782ZM9.21 2.094 1.812 9.49a.21.21 0 0 0 0 .297l4.402 4.402a.21.21 0 0 0 .297 0l7.397-7.398c.22-.22.343-.517.343-.827V1.961a.21.21 0 0 0-.21-.21h-4.004c-.31 0-.608.123-.827.343Zm2.431 2.057a.21.21 0 1 0 0 .42.21.21 0 0 0 0-.42Zm-1.71.21a1.71 1.71 0 1 1 3.42 0 1.71 1.71 0 0 1-3.42 0Z"})),LE=u.forwardRef(OE),s5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(LE,{})}));s5.displayName="TagAltIcon";const RE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.53 10.884a.25.25 0 0 1 0-.353l7.708-7.707a1.25 1.25 0 0 1 .883-.366m0 0h4.172a.25.25 0 0 1 .25.25v4.171c0 .332-.132.65-.366.884L7.47 15.47a.25.25 0 0 1-.354 0L2.53 10.884M11.121.958c-.729 0-1.428.29-1.944.805L1.47 9.47a1.75 1.75 0 0 0 0 2.475l4.586 4.586a1.75 1.75 0 0 0 2.474 0l7.708-7.708a2.75 2.75 0 0 0 .805-1.944V2.708a1.75 1.75 0 0 0-1.75-1.75H11.12Zm-.078 4.25a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm1.75-.25a.25.25 0 1 1 0 .5.25.25 0 0 1 0-.5Z"})),_E=u.forwardRef(RE),u5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(_E,{})}));u5.displayName="TagIcon";const HE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M2.5 3.251a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75H8.5v4.25a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-9.5Zm4.5.75H4v8h3v-8Zm1.5 3H12v-3H8.5v3Z"}),i.createElement("path",{d:"M0 1.751C0 .785.785.001 1.75.001h12.5c.967 0 1.75.784 1.75 1.75v8.5a.75.75 0 0 1-.219.53l-5 5a.75.75 0 0 1-.53.22h-8.5A1.75 1.75 0 0 1 0 14.251v-12.5Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.113.25.25.25H9.5v-3.25c0-.966.784-1.75 1.75-1.75h3.25v-7.75a.25.25 0 0 0-.25-.25H1.75Zm11.69 9.5h-2.19a.25.25 0 0 0-.25.25v2.19L13.44 11Z"})),UE=u.forwardRef(HE),c5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(UE,{})}));c5.displayName="TemplateIcon";const jE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M2.119 1.001a.75.75 0 0 1 .75-.75H9.4a3.55 3.55 0 0 1 2.17 6.359 4.949 4.949 0 0 1-2.636 9.139H2.869a.75.75 0 0 1 0-1.5h1.116V1.75H2.869a.75.75 0 0 1-.75-.75Zm3.366 6.35v6.897h3.449a3.45 3.45 0 0 0 .008-6.898H5.484Zm3.44-1.5H9.4a2.05 2.05 0 0 0 0-4.1H5.485v4.1h3.44Z"})),KE=u.forwardRef(jE),d5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(KE,{})}));d5.displayName="TextBoldIcon";const zE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M11.887.251h3.364a.75.75 0 0 1 0 1.5h-2.942l-6.9 12.401h2.109a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h2.942l6.899-12.4H8.484a.75.75 0 0 1 0-1.5h3.403Z"})),WE=u.forwardRef(zE),f5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(WE,{})}));f5.displayName="TextItalicIcon";const GE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M.251 2.751a2.25 2.25 0 0 1 2.25-2.25h11a2.25 2.25 0 0 1 2.25 2.25v.25a.75.75 0 0 1-1.5 0v-.25a.75.75 0 0 0-.75-.75h-4.75v11.905h2.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5h2.25V2h-4.75a.75.75 0 0 0-.75.75V3a.75.75 0 0 1-1.5 0v-.25Z"})),qE=u.forwardRef(GE),h5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(qE,{})}));h5.displayName="TextStyleIcon";const YE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M10.668 8.001a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z"}),i.createElement("path",{d:"M14.252 7.335h1.082a.667.667 0 1 1 0 1.333h-1.082a.333.333 0 0 0-.328.28 6.011 6.011 0 0 1-4.976 4.976.333.333 0 0 0-.28.329v1.082a.667.667 0 0 1-1.334 0v-1.082a.333.333 0 0 0-.28-.33A6.011 6.011 0 0 1 2.078 8.95a.333.333 0 0 0-.328-.281H.668a.667.667 0 0 1 0-1.333H1.75a.333.333 0 0 0 .328-.281A6.011 6.011 0 0 1 7.054 2.08a.333.333 0 0 0 .28-.33V.669a.667.667 0 0 1 1.334 0V1.75a.333.333 0 0 0 .28.329 6.011 6.011 0 0 1 4.976 4.975.333.333 0 0 0 .328.28ZM5.408 11.88a4.667 4.667 0 1 0 5.186-7.76 4.667 4.667 0 0 0-5.186 7.76Z"})),XE=u.forwardRef(YE),m5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(XE,{})}));m5.displayName="TragetIcon";const JE=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},i.createElement("path",{d:"M5.001 1.75a.75.75 0 0 0-.75.75v9.189l-1.22-1.22a.75.75 0 1 0-1.06 1.06l2.5 2.5a.748.748 0 0 0 1.06 0l2.5-2.5a.75.75 0 0 0-1.06-1.06l-1.22 1.22v-9.19a.75.75 0 0 0-.75-.75Zm5.469.219a.747.747 0 0 1 1.061 0l2.5 2.5a.75.75 0 1 1-1.06 1.06l-1.22-1.22v9.19a.75.75 0 0 1-1.5 0V4.31l-1.22 1.22a.75.75 0 0 1-1.06-1.06l2.5-2.5Z"})),QE=u.forwardRef(JE),p5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(QE,{})}));p5.displayName="TransferIcon";const eC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},i.createElement("path",{d:"M6.094.307C5.542.431 5.05.875 4.851 1.432c-.04.11-.06.253-.073.49l-.017.332-2.027.014c-1.913.012-2.032.016-2.12.063a.612.612 0 0 0-.276.27c-.048.091-.057.151-.057.4 0 .316.038.437.177.564.16.145.212.155.802.165l.552.008.014.112c.01.061.208 2.433.443 5.271.261 3.14.444 5.223.47 5.32.154.607.688 1.128 1.286 1.255.262.056 7.69.056 7.952 0 .598-.127 1.132-.648 1.287-1.255.025-.097.208-2.18.47-5.32.234-2.838.433-5.21.442-5.27l.014-.113.552-.008c.505-.008.561-.014.66-.066a.612.612 0 0 0 .27-.276c.04-.075.05-.152.05-.387 0-.235-.01-.312-.05-.387a.612.612 0 0 0-.27-.276c-.107-.057-.118-.057-2.125-.064l-2.018-.008-.019-.286c-.022-.34-.103-.639-.228-.846a1.887 1.887 0 0 0-.932-.78L9.881.281 8.068.276C6.63.272 6.221.278 6.094.307ZM9.672 1.82c.061.061.075.101.084.247l.011.174H6.241v-.158c0-.13.012-.172.068-.238a.293.293 0 0 1 .126-.092 54.48 54.48 0 0 1 1.612-.009l1.553.004.072.072Zm3.011 2.094c-.009.085-.202 2.39-.43 5.124a666.922 666.922 0 0 1-.428 5.031.319.319 0 0 1-.082.123l-.066.062H4.325l-.066-.062a.319.319 0 0 1-.082-.123 668.49 668.49 0 0 1-.428-5.03c-.228-2.735-.42-5.04-.43-5.125l-.017-.153H12.7l-.017.153ZM6.254 5.787a.615.615 0 0 0-.434.344c-.042.09-.046.304-.046 2.87 0 2.566.004 2.781.046 2.87.06.127.19.255.311.306.152.066.472.08.65.027.275-.08.403-.247.447-.583.014-.108.025-1.26.025-2.62 0-1.359-.01-2.512-.025-2.62-.043-.33-.17-.502-.433-.579a1.27 1.27 0 0 0-.54-.015Zm2.926.023a.546.546 0 0 0-.335.284l-.057.107v5.6l.058.11c.128.24.374.348.727.322.236-.017.363-.065.48-.18.187-.188.175.027.175-3.052s.012-2.864-.176-3.05c-.12-.122-.247-.167-.504-.18-.177-.009-.258 0-.368.04Z"})),tC=u.forwardRef(eC),g5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(tC,{})}));g5.displayName="TrashIcon";const rC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M17.194 3.714a.748.748 0 0 0-.693-.463h-4.5a.75.75 0 0 0 0 1.5h2.69l-4.013 4.013a.25.25 0 0 1-.354 0L8.24 6.678a1.75 1.75 0 0 0-2.475 0L.97 11.471a.75.75 0 0 0 1.06 1.06L6.826 7.74a.25.25 0 0 1 .353 0l2.086 2.085a1.75 1.75 0 0 0 2.475 0l4.012-4.012v2.69a.75.75 0 0 0 1.5 0v-4.5a.747.747 0 0 0-.057-.288Z"})),nC=u.forwardRef(rC),cl=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(nC,{})}));cl.displayName="TrendIcon";const aC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M6.366.74a5.75 5.75 0 0 1 5.519 3.752 3.997 3.997 0 0 1 3.974.717 4 4 0 0 1-1.63 6.92.75.75 0 1 1-.364-1.455 2.498 2.498 0 0 0 1.67-3.457 2.5 2.5 0 0 0-3.7-1.024.75.75 0 0 1-1.164-.48 4.25 4.25 0 1 0-7.14 3.824.75.75 0 0 1-1.045 1.076A5.75 5.75 0 0 1 6.366.74Z"}),i.createElement("path",{d:"M5.471 8.996a.75.75 0 0 1 1.06 0l2.47 2.47 2.47-2.47a.75.75 0 0 1 1.06 1.06l-2.469 2.47 2.42 2.42a.75.75 0 1 1-1.061 1.06L9 13.587l-2.419 2.42a.75.75 0 0 1-1.06-1.061l2.419-2.42-2.47-2.47a.75.75 0 0 1 0-1.06Z"})),oC=u.forwardRef(aC),v5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(oC,{})}));v5.displayName="UnExposeIcon";const lC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M11.469.416a.75.75 0 1 0-.938 1.17l.83.665H11a4.75 4.75 0 0 0-4.75 4.75v1a.75.75 0 0 0 1.5 0v-1A3.25 3.25 0 0 1 11 3.751h.362l-.83.665a.75.75 0 0 0 .937 1.17l2.496-1.996a.749.749 0 0 0 0-1.177L11.47.416ZM2 9.251a1.75 1.75 0 0 0-1.75 1.75v3A1.75 1.75 0 0 0 2 15.751h12a1.75 1.75 0 0 0 1.75-1.75v-3A1.75 1.75 0 0 0 14 9.251h-2.555a.75.75 0 0 0-.651.378 3.217 3.217 0 0 1-5.588 0 .75.75 0 0 0-.651-.378H2Zm-.177 1.574A.25.25 0 0 1 2 10.75h2.144a4.718 4.718 0 0 0 7.712 0H14a.25.25 0 0 1 .25.25v3a.25.25 0 0 1-.25.25H2a.25.25 0 0 1-.25-.25v-3a.25.25 0 0 1 .073-.176Z"})),iC=u.forwardRef(lC),b5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(iC,{})}));b5.displayName="UnarchiveAltIcon";const sC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M2.25 5.143v6.192a.25.25 0 0 0 .25.25h6.19L6.987 9.883a.75.75 0 0 1-.074-.974A5.694 5.694 0 0 1 11.5 6.584c.618 0 1.214.098 1.772.279a7.23 7.23 0 0 0-8.898-.473.75.75 0 0 1-.96-.084L2.25 5.143Zm-.729-1.758a1.25 1.25 0 0 1 1.362.27l1.162 1.162a8.73 8.73 0 0 1 13.205 7.52.75.75 0 0 1-1.5-.002 4.25 4.25 0 0 0-4.25-4.25 4.186 4.186 0 0 0-2.961 1.228l1.638 1.638a1.25 1.25 0 0 1-.884 2.133H2.5a1.75 1.75 0 0 1-1.75-1.75V4.54c0-.505.304-.961.771-1.155Z"})),uC=u.forwardRef(sC),w5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(uC,{})}));w5.displayName="UndoIcon";const cC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M8 .75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 .75ZM3.718 10.751a1.892 1.892 0 0 1-1.966-1.75 1.892 1.892 0 0 1 1.998-1.75H5a.75.75 0 0 0 0-1.5H3.765a3.392 3.392 0 0 0-3.514 3.21.758.758 0 0 0 0 .092 3.392 3.392 0 0 0 3.514 3.197H5a.75.75 0 0 0 0-1.5H3.75l-.032.001ZM15.75 8.962a3.391 3.391 0 0 0-3.515-3.21H11a.75.75 0 0 0 0 1.5h1.25l.032-.001A1.891 1.891 0 0 1 14.25 9a1.892 1.892 0 0 1-1.999 1.75H11a.75.75 0 1 0 0 1.5h1.235a3.392 3.392 0 0 0 3.514-3.198.772.772 0 0 0 0-.091ZM5.53 2.97a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06-1.06l-1-1Zm6 0a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 1 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0ZM8.75 13.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-3Zm-2.22-.53a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 0 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0Zm4 0a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06l-1-1Z"})),dC=u.forwardRef(cC),y5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(dC,{})}));y5.displayName="UnlinkIcon";const fC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M10.75 10.001a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),i.createElement("path",{d:"M4.5 1.751a2.75 2.75 0 0 0-2.75 2.75v2.5a.75.75 0 0 1-1.5 0v-2.5a4.25 4.25 0 0 1 8.5 0v1.75H14c.967 0 1.75.784 1.75 1.75v6a1.75 1.75 0 0 1-1.75 1.75H6a1.75 1.75 0 0 1-1.75-1.75v-6c0-.966.784-1.75 1.75-1.75h1.25v-1.75a2.75 2.75 0 0 0-2.75-2.75Zm1.5 6a.25.25 0 0 0-.25.25v6c0 .138.112.25.25.25h8a.25.25 0 0 0 .25-.25v-6a.25.25 0 0 0-.25-.25H6Z"})),hC=u.forwardRef(fC),E5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(hC,{})}));E5.displayName="UnlockIcon";const mC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},i.createElement("path",{d:"M14.751.668a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-1.5 0v-15a.75.75 0 0 1 .75-.75ZM.59 3.065a.75.75 0 0 1 1.015-.309l9.647 5.147a.75.75 0 0 1 .177.13 1.25 1.25 0 0 1 0 1.769.75.75 0 0 1-.177.131L1.604 15.08a.75.75 0 1 1-.706-1.324l9.069-4.838L.898 4.08a.75.75 0 0 1-.309-1.015Z"})),pC=u.forwardRef(mC),C5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(pC,{})}));C5.displayName="UntilNowAltIcon";const gC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M8.47 1.97a.748.748 0 0 1 1.062 0l3 3a.75.75 0 1 1-1.061 1.062l-1.72-1.72v6.19a.75.75 0 0 1-1.5 0v-6.19l-1.72 1.72a.75.75 0 0 1-1.06-1.061l3-3Z"}),i.createElement("path",{d:"M2.251 10.501a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 0 0 2.75 2.75h11a2.75 2.75 0 0 0 2.75-2.75v-1a.75.75 0 0 0-1.5 0v1c0 .69-.56 1.25-1.25 1.25h-11c-.69 0-1.25-.56-1.25-1.25v-1Z"})),vC=u.forwardRef(gC),x5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(vC,{})}));x5.displayName="UploadIcon";const bC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M14.031 5.03a2.25 2.25 0 1 0-1.06-1.06l-1.264 1.263a3.235 3.235 0 0 0-1.706-.483 3.245 3.245 0 0 0-2.608 1.31L5.686 5.036a2.25 2.25 0 1 0-.824 1.255l1.935 1.161a3.272 3.272 0 0 0 .437 2.254l-3.263 3.263a2.25 2.25 0 1 0 1.06 1.06l3.264-3.262c.291.18.613.315.956.396v1.715a2.251 2.251 0 1 0 1.5 0v-1.715a3.245 3.245 0 0 0 1.517-.835l.565.565a2.253 2.253 0 0 0 2.168 2.857 2.25 2.25 0 1 0-1.286-4.097l-.63-.629a3.235 3.235 0 0 0-.318-2.73l1.264-1.263Zm.97-2.78a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM8.358 7.394a1.75 1.75 0 1 1 .442 1.88.765.765 0 0 0-.073-.074 1.744 1.744 0 0 1-.369-1.806ZM4.125 4.916a.75.75 0 1 1-1.247-.83.75.75 0 0 1 1.247.83ZM3 14.25a.747.747 0 0 1 .75.75.75.75 0 1 1-.75-.75Zm11.25-2.75a.746.746 0 0 1 .75-.75.75.75 0 1 1-.75.75ZM10 14.25a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"})),wC=u.forwardRef(bC),D5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(wC,{})}));D5.displayName="UsagesIcon";const yC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M5 2.751a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Zm-3.75 2.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0ZM12 7.751a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM6 10.751a4.25 4.25 0 0 0-4.25 4.25.75.75 0 0 1-1.5 0 5.75 5.75 0 0 1 8.05-5.27.75.75 0 1 1-.6 1.375 4.25 4.25 0 0 0-1.7-.355Zm6 2a2.25 2.25 0 0 0-2.25 2.25.75.75 0 0 1-1.5 0 3.75 3.75 0 0 1 7.5 0 .75.75 0 0 1-1.5 0 2.25 2.25 0 0 0-2.25-2.25Z"})),EC=u.forwardRef(yC),$5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(EC,{})}));$5.displayName="UsersIcon";const CC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M5.253 4.23a.762.762 0 0 0-1.363.682l2.032 4.064a.762.762 0 0 0 1.363 0l2.032-4.064a.762.762 0 0 0-1.363-.681l-1.35 2.7-1.35-2.7Z"}),i.createElement("path",{d:"M2.032 0C.91 0 0 .91 0 2.032v9.143c0 1.122.91 2.031 2.032 2.031h9.143c1.122 0 2.031-.91 2.031-2.031V2.032C13.206.91 12.296 0 11.175 0H2.032Zm9.143 1.524c.28 0 .507.227.507.508v9.143c0 .28-.227.507-.507.507H2.032a.508.508 0 0 1-.508-.507V2.032c0-.28.227-.508.508-.508h9.143Z"}),i.createElement("path",{d:"M13.688 4.063c0-.42.341-.761.762-.761.856 0 1.55.693 1.55 1.55v8.354A2.794 2.794 0 0 1 13.206 16H4.851a1.55 1.55 0 0 1-1.55-1.55.762.762 0 0 1 1.524 0c0 .014.012.026.026.026h8.355a1.27 1.27 0 0 0 1.27-1.27V4.851a.026.026 0 0 0-.026-.026.762.762 0 0 1-.762-.762Z"})))),xC=u.forwardRef(CC),S5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(xC,{})}));S5.displayName="VariantsIcon";const DC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.77.774a.75.75 0 0 1 .556.59c.11.594.212.913.365 1.103.101.125.298.284.897.284h.005a3.267 3.267 0 0 1 3.23 2.954l7.595 8.79a1.671 1.671 0 0 1-2.362 2.351l-.003-.002L4.296 9.24C2.428 9.108 1.301 7.697.914 6.117.513 4.475.844 2.48 2.003 1.033a.75.75 0 0 1 .768-.26Zm3.05 3.995a1.767 1.767 0 0 0-1.235-.518c-.899 0-1.593-.26-2.063-.844-.02-.025-.04-.05-.059-.077a4.625 4.625 0 0 0-.091 2.43c.27 1.108.94 1.851 1.923 1.974l2.017-2.018a1.767 1.767 0 0 0-.491-.947Zm-.132 3.693 8.346 7.246v.001a.171.171 0 0 0 .243-.24L7.048 7.102l-1.36 1.36Z"}),i.createElement("path",{d:"m13.995 7.896 1.6-1.6a1.405 1.405 0 0 1-.184 1.538L13.27 9.97a.75.75 0 0 0 1.06 1.062l2.16-2.156a2.902 2.902 0 0 0 .177-3.688 2.75 2.75 0 0 0-4.137-3.606l-3.6 3.6a.75.75 0 0 0-.03 1.029l2.665 2.992a.75.75 0 0 0 1.09.032l1.327-1.327.006-.006.006-.006Zm.48-5.62a1.25 1.25 0 0 1 .885 2.134l-1.901 1.901-1.768-1.768 1.9-1.9a1.25 1.25 0 0 1 .885-.367Zm-2.077 5.096-.24.24-1.666-1.87.138-.138 1.768 1.768Zm-8.608 2.95a.75.75 0 0 1 1.052-.008l2.876 2.781a.75.75 0 0 1 .008 1.07l-.888.888a1.75 1.75 0 0 1-1.825.41L4.01 16.468a.75.75 0 0 1-1.061 0l-.177-.177-.74.742A.75.75 0 1 1 .97 15.97l.74-.741-.176-.177a.75.75 0 0 1 0-1.061l1.003-1.004a1.75 1.75 0 0 1 .411-1.824l.841-.842Zm.043 4.2-.354-.353-.353.353.353.354.354-.354Zm1.768-.457a.25.25 0 0 0 .176-.073l.35-.349-1.797-1.738-.32.32a.25.25 0 0 0-.005.348l.005.005 1.414 1.414.005.005a.25.25 0 0 0 .172.068Z"})),$C=u.forwardRef(DC),I5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx($C,{})}));I5.displayName="VisualIcon";const SC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},i.createElement("path",{d:"M6.501 4.251a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-.25 1.75a.25.25 0 1 1 .5 0 .25.25 0 0 1-.5 0Zm4 4a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Zm1.75-.25a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5Zm.03-3.719a.75.75 0 1 0-1.06-1.061l-5 5a.75.75 0 0 0 1.06 1.06l5-5Z"}),i.createElement("path",{d:"M2.501 2.251a1.75 1.75 0 0 0-1.75 1.75v2c0 .414.336.75.75.75a1.25 1.25 0 0 1 0 2.5.75.75 0 0 0-.75.75v2a1.75 1.75 0 0 0 1.75 1.75h13a1.75 1.75 0 0 0 1.75-1.75v-2a.75.75 0 0 0-.75-.75 1.25 1.25 0 0 1 0-2.5.75.75 0 0 0 .75-.75v-2a1.75 1.75 0 0 0-1.75-1.75h-13Zm-.177 1.573a.25.25 0 0 1 .177-.073h13a.25.25 0 0 1 .25.25v1.354a2.75 2.75 0 0 0 0 5.292v1.354a.25.25 0 0 1-.25.25h-13a.25.25 0 0 1-.25-.25v-1.354a2.75 2.75 0 0 0 0-5.292V4.001a.25.25 0 0 1 .073-.177Z"})),IC=u.forwardRef(SC),P5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(IC,{})}));P5.displayName="VoucherIcon";const PC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},i.createElement("path",{d:"M7.751 4.751a.75.75 0 0 0-.75.75v2.5a.748.748 0 0 0 .22.53l3.124 3.126a.75.75 0 1 0 1.061-1.06L8.501 7.69V5.5a.75.75 0 0 0-.75-.75Z"}),i.createElement("path",{d:"M8.001.251a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5Zm-6.25 7.75a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0Z"})),AC=u.forwardRef(PC),A5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(AC,{})}));A5.displayName="WaitIcon";const MC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M7.501.751a.75.75 0 0 1 .75.75v1.25l4.328-.002a1.75 1.75 0 0 1 1.254.529l2.91 2.99a1.75 1.75 0 0 1 0 2.467l-2.91 2.988a1.751 1.751 0 0 1-1.254.528H8.25v4.25a.75.75 0 0 1-1.5 0v-4.25H2.5a1.75 1.75 0 0 1-1.75-1.75v-6a1.75 1.75 0 0 1 1.75-1.75h4.25V1.5A.75.75 0 0 1 7.5.75Zm0 3.5h-5a.25.25 0 0 0-.25.25v6a.25.25 0 0 0 .25.25H12.58a.253.253 0 0 0 .18-.075l2.92-2.998a.25.25 0 0 0 0-.354l-.008-.007-2.912-2.992a.252.252 0 0 0-.18-.076l-5.038.001a.762.762 0 0 1-.04.001Z"})),FC=u.forwardRef(MC),M5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(FC,{})}));M5.displayName="WalkthroughsIcon";const TC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("path",{d:"M15.413 13.333 9.18 1.433a1.333 1.333 0 0 0-2.362 0l-6.232 11.9a1.333 1.333 0 0 0 1.182 1.952H14.23a1.333 1.333 0 0 0 1.182-1.952Zm-8.08-7.718a.667.667 0 0 1 1.334 0v4a.667.667 0 0 1-1.334 0v-4Zm.7 7.674h-.018A1.019 1.019 0 0 1 7 12.309a.984.984 0 0 1 .965-1.02h.019a1.018 1.018 0 0 1 .954 1.362.983.983 0 0 1-.905.638Z"})),F5=u.forwardRef(TC),dl=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(F5,{})}));dl.displayName="WarningFillIcon";const NC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},i.createElement("path",{d:"M8.001 1.751a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm2.404 3.938a3.25 3.25 0 1 0-4.808 0l-1.6 3.6A3.25 3.25 0 1 0 6.713 13H9.29a3.25 3.25 0 1 0 2.715-3.712l-1.6-3.6Zm-1.261.856 1.47 3.31c-.56.4-.99.976-1.206 1.646H6.595a3.257 3.257 0 0 0-1.208-1.647l1.471-3.31a3.243 3.243 0 0 0 2.286 0ZM3.5 10.75a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm9 0a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Z"})),kC=u.forwardRef(NC),T5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(kC,{})}));T5.displayName="WebhookIcon";const BC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M2.34.78c-.687.09-1.263.57-1.492 1.244l-.082.242v5.715c0 5.44.003 5.724.055 5.908.15.528.5.944.983 1.171.385.18.382.18 2.982.18 1.497.001 2.41-.01 2.48-.029.282-.079.444-.296.468-.628.028-.396-.14-.698-.433-.78-.077-.02-.892-.032-2.433-.032-2.494 0-2.459.002-2.568-.154-.045-.063-.049-.43-.049-4.218V5.251h13.496l.01 1.492c.01 1.374.014 1.503.065 1.62.111.255.32.368.68.368.368 0 .577-.118.68-.384.051-.133.054-.313.054-3.096V2.296l-.07-.225a1.862 1.862 0 0 0-1.19-1.223l-.24-.082L9.121.762C5.483.76 2.431.768 2.341.78Zm13.247 1.507c.15.068.164.146.164.833v.631h-13.5l.001-.638c.001-.68.013-.743.152-.82.101-.056 13.061-.062 13.183-.006Zm-5.533 7.031c-.62.167-1.12.687-1.25 1.3-.064.3-.062 4.964.002 5.268.123.586.597 1.092 1.2 1.283l.21.067h2.79c3.104 0 2.92.011 3.33-.205.23-.122.573-.466.695-.696.215-.406.205-.257.205-3.059 0-2.743.004-2.665-.173-3.045-.12-.258-.5-.643-.764-.776-.372-.188-.29-.183-3.323-.182-2.313.002-2.786.01-2.922.045Zm5.556 1.458c.144.076.14-.004.14 2.48l.001 2.348-.074.073-.073.074h-5.213l-.072-.077-.073-.078-.009-2.255c-.005-1.24 0-2.3.01-2.356a.374.374 0 0 1 .09-.172l.071-.072h2.57c1.894 0 2.584.01 2.632.035Z"})),VC=u.forwardRef(BC),N5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(VC,{})}));N5.displayName="WeblayerIcon";const ZC=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},i.createElement("path",{d:"M8.178 2.226a5.381 5.381 0 0 1 6.278-.815.75.75 0 0 1 .171 1.189l-2.4 2.4a.25.25 0 0 0 0 .353l.533.534a.25.25 0 0 0 .354 0l2.367-2.364a.75.75 0 0 1 1.2.194 5.383 5.383 0 0 1-6.63 7.479L4.514 16.73a1.778 1.778 0 0 1-2.517 0l-.727-.727a1.778 1.778 0 0 1 0-2.516L6.81 7.95a5.382 5.382 0 0 1 1.367-5.725Zm4.575.127a3.882 3.882 0 0 0-4.38 5.451.75.75 0 0 1-.146.854l-5.895 5.891a.278.278 0 0 0 0 .394l.727.728a.279.279 0 0 0 .395 0l5.89-5.89a.75.75 0 0 1 .854-.147 3.884 3.884 0 0 0 5.492-4.2l-1.516 1.514a1.75 1.75 0 0 1-2.474 0l-.533-.534a1.75 1.75 0 0 1 0-2.475l1.586-1.586Z"})),OC=u.forwardRef(ZC),k5=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(OC,{})}));k5.displayName="WrenchIcon";/*!
|
|
38
38
|
* tabbable 6.2.0
|
|
39
39
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
40
|
-
*/var pg=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],L0=pg.join(","),Ns=typeof Element>"u",Ft=Ns?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,H0=!Ns&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},B0=function e(t,r){var o;r===void 0&&(r=!0);var a=t==null||(o=t.getAttribute)===null||o===void 0?void 0:o.call(t,"inert"),s=a===""||a==="true",i=s||r&&t&&e(t.parentNode);return i},gg=function(t){var r,o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"contenteditable");return o===""||o==="true"},Ps=function(t,r,o){if(B0(t))return[];var a=Array.prototype.slice.apply(t.querySelectorAll(L0));return r&&Ft.call(t,L0)&&a.unshift(t),a=a.filter(o),a},Zs=function e(t,r,o){for(var a=[],s=Array.from(t);s.length;){var i=s.shift();if(!B0(i,!1))if(i.tagName==="SLOT"){var d=i.assignedElements(),u=d.length?d:i.children,f=e(u,!0,o);o.flatten?a.push.apply(a,f):a.push({scopeParent:i,candidates:f})}else{var h=Ft.call(i,L0);h&&o.filter(i)&&(r||!t.includes(i))&&a.push(i);var p=i.shadowRoot||typeof o.getShadowRoot=="function"&&o.getShadowRoot(i),v=!B0(p,!1)&&(!o.shadowRootFilter||o.shadowRootFilter(i));if(p&&v){var g=e(p===!0?i.children:p.children,!0,o);o.flatten?a.push.apply(a,g):a.push({scopeParent:i,candidates:g})}else s.unshift.apply(s,i.children)}}return a},Ts=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Fs=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||gg(t))&&!Ts(t)?0:t.tabIndex},vg=function(t,r){var o=Fs(t);return o<0&&r&&!Ts(t)?0:o},wg=function(t,r){return t.tabIndex===r.tabIndex?t.documentOrder-r.documentOrder:t.tabIndex-r.tabIndex},Vs=function(t){return t.tagName==="INPUT"},mg=function(t){return Vs(t)&&t.type==="hidden"},bg=function(t){var r=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(o){return o.tagName==="SUMMARY"});return r},yg=function(t,r){for(var o=0;o<t.length;o++)if(t[o].checked&&t[o].form===r)return t[o]},Eg=function(t){if(!t.name)return!0;var r=t.form||H0(t),o=function(d){return r.querySelectorAll('input[type="radio"][name="'+d+'"]')},a;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")a=o(window.CSS.escape(t.name));else try{a=o(t.name)}catch(i){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",i.message),!1}var s=yg(a,t.form);return!s||s===t},Cg=function(t){return Vs(t)&&t.type==="radio"},Ig=function(t){return Cg(t)&&!Eg(t)},xg=function(t){var r,o=t&&H0(t),a=(r=o)===null||r===void 0?void 0:r.host,s=!1;if(o&&o!==t){var i,d,u;for(s=!!((i=a)!==null&&i!==void 0&&(d=i.ownerDocument)!==null&&d!==void 0&&d.contains(a)||t!=null&&(u=t.ownerDocument)!==null&&u!==void 0&&u.contains(t));!s&&a;){var f,h,p;o=H0(a),a=(f=o)===null||f===void 0?void 0:f.host,s=!!((h=a)!==null&&h!==void 0&&(p=h.ownerDocument)!==null&&p!==void 0&&p.contains(a))}}return s},ks=function(t){var r=t.getBoundingClientRect(),o=r.width,a=r.height;return o===0&&a===0},Sg=function(t,r){var o=r.displayCheck,a=r.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var s=Ft.call(t,"details>summary:first-of-type"),i=s?t.parentElement:t;if(Ft.call(i,"details:not([open]) *"))return!0;if(!o||o==="full"||o==="legacy-full"){if(typeof a=="function"){for(var d=t;t;){var u=t.parentElement,f=H0(t);if(u&&!u.shadowRoot&&a(u)===!0)return ks(t);t.assignedSlot?t=t.assignedSlot:!u&&f!==t.ownerDocument?t=f.host:t=u}t=d}if(xg(t))return!t.getClientRects().length;if(o!=="legacy-full")return!0}else if(o==="non-zero-area")return ks(t);return!1},Mg=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var r=t.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var o=0;o<r.children.length;o++){var a=r.children.item(o);if(a.tagName==="LEGEND")return Ft.call(r,"fieldset[disabled] *")?!0:!a.contains(t)}return!0}r=r.parentElement}return!1},ln=function(t,r){return!(r.disabled||B0(r)||mg(r)||Sg(r,t)||bg(r)||Mg(r))},sn=function(t,r){return!(Ig(r)||Fs(r)<0||!ln(t,r))},Ag=function(t){var r=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},Ng=function e(t){var r=[],o=[];return t.forEach(function(a,s){var i=!!a.scopeParent,d=i?a.scopeParent:a,u=vg(d,i),f=i?e(a.candidates):d;u===0?i?r.push.apply(r,f):r.push(d):o.push({documentOrder:s,tabIndex:u,item:a,isScope:i,content:f})}),o.sort(wg).reduce(function(a,s){return s.isScope?a.push.apply(a,s.content):a.push(s.content),a},[]).concat(r)},_0=function(t,r){r=r||{};var o;return r.getShadowRoot?o=Zs([t],r.includeContainer,{filter:sn.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:Ag}):o=Ps(t,r.includeContainer,sn.bind(null,r)),Ng(o)},Pg=function(t,r){r=r||{};var o;return r.getShadowRoot?o=Zs([t],r.includeContainer,{filter:ln.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):o=Ps(t,r.includeContainer,ln.bind(null,r)),o},Os=function(t,r){if(r=r||{},!t)throw new Error("No node provided");return Ft.call(t,L0)===!1?!1:sn(r,t)};function Ls(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function Hs(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:o}=t;return r+"/"+o}).join(" "):navigator.userAgent}function Bs(){return/apple/i.test(navigator.vendor)}function cn(){const e=/android/i;return e.test(Ls())||e.test(Hs())}function Zg(){return Ls().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function _s(){return Hs().includes("jsdom/")}const Ds="data-floating-ui-focusable",Tg="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function ut(e){let t=e.activeElement;for(;((r=t)==null||(r=r.shadowRoot)==null?void 0:r.activeElement)!=null;){var r;t=t.shadowRoot.activeElement}return t}function Fe(e,t){if(!e||!t)return!1;const r=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&Lr(r)){let o=t;for(;o;){if(e===o)return!0;o=o.parentNode||o.host}}return!1}function nt(e){return"composedPath"in e?e.composedPath()[0]:e.target}function dn(e,t){if(t==null)return!1;if("composedPath"in e)return e.composedPath().includes(t);const r=e;return r.target!=null&&t.contains(r.target)}function Fg(e){return e.matches("html,body")}function Ve(e){return e?.ownerDocument||document}function un(e){return Se(e)&&e.matches(Tg)}function $s(e){return e?e.getAttribute("role")==="combobox"&&un(e):!1}function Vg(e){if(!e||_s())return!0;try{return e.matches(":focus-visible")}catch{return!0}}function fn(e){return e?e.hasAttribute(Ds)?e:e.querySelector("["+Ds+"]")||e:null}function Vt(e,t,r){return r===void 0&&(r=!0),e.filter(a=>{var s;return a.parentId===t&&(!r||((s=a.context)==null?void 0:s.open))}).flatMap(a=>[a,...Vt(e,a.id,r)])}function Rs(e,t){var r;let o=[],a=(r=e.find(s=>s.id===t))==null?void 0:r.parentId;for(;a;){const s=e.find(i=>i.id===a);a=s?.parentId,s&&(o=o.concat(s))}return o}function hn(e){e.preventDefault(),e.stopPropagation()}function kg(e){return"nativeEvent"in e}function Og(e){return e.mozInputSource===0&&e.isTrusted?!0:cn()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Lg(e){return _s()?!1:!cn()&&e.width===0&&e.height===0||cn()&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function Xt(e,t){const r=["mouse","pen"];return t||r.push("",void 0),r.includes(e)}var Hg=typeof document<"u",Bg=function(){},ke=Hg?c.useLayoutEffect:Bg;const _g={...n};function Et(e){const t=n.useRef(e);return ke(()=>{t.current=e}),t}const Dg=_g.useInsertionEffect||(e=>e());function _e(e){const t=n.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return Dg(()=>{t.current=e}),n.useCallback(function(){for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return t.current==null?void 0:t.current(...o)},[])}const Jt=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function Us(e,t){const r=_0(e,Jt()),o=r.length;if(o===0)return;const a=ut(Ve(e)),s=r.indexOf(a),i=s===-1?t===1?0:o-1:s+t;return r[i]}function Ws(e){return Us(Ve(e).body,1)||e}function js(e){return Us(Ve(e).body,-1)||e}function Qt(e,t){const r=t||e.currentTarget,o=e.relatedTarget;return!o||!Fe(r,o)}function $g(e){_0(e,Jt()).forEach(r=>{r.dataset.tabindex=r.getAttribute("tabindex")||"",r.setAttribute("tabindex","-1")})}function qs(e){e.querySelectorAll("[data-tabindex]").forEach(r=>{const o=r.dataset.tabindex;delete r.dataset.tabindex,o?r.setAttribute("tabindex",o):r.removeAttribute("tabindex")})}const Rg="data-floating-ui-focusable",Gs="active",Ks="selected",Ug={...n};let zs=!1,Wg=0;const Ys=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+Wg++;function jg(){const[e,t]=n.useState(()=>zs?Ys():void 0);return ke(()=>{e==null&&t(Ys())},[]),n.useEffect(()=>{zs=!0},[]),e}const D0=Ug.useId||jg;let e0;process.env.NODE_ENV!=="production"&&(e0=new Set);function qg(){for(var e,t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];const a="Floating UI: "+r.join(" ");if(!((e=e0)!=null&&e.has(a))){var s;(s=e0)==null||s.add(a),console.warn(a)}}function Gg(){for(var e,t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];const a="Floating UI: "+r.join(" ");if(!((e=e0)!=null&&e.has(a))){var s;(s=e0)==null||s.add(a),console.error(a)}}const Kg=n.forwardRef(function(t,r){const{context:{placement:o,elements:{floating:a},middlewareData:{arrow:s,shift:i}},width:d=14,height:u=7,tipRadius:f=0,strokeWidth:h=0,staticOffset:p,stroke:v,d:g,style:{transform:m,...b}={},...C}=t;process.env.NODE_ENV!=="production"&&(r||qg("The `ref` prop is required for `FloatingArrow`."));const x=D0(),[E,I]=n.useState(!1);if(ke(()=>{if(!a)return;Re(a).direction==="rtl"&&I(!0)},[a]),!a)return null;const[M,S]=o.split("-"),V=M==="top"||M==="bottom";let k=p;(V&&i!=null&&i.x||!V&&i!=null&&i.y)&&(k=null);const _=h*2,G=_/2,B=d/2*(f/-8+1),L=u/2*f/4,A=!!g,X=k&&S==="end"?"bottom":"top";let O=k&&S==="end"?"right":"left";k&&E&&(O=S==="end"?"left":"right");const R=s?.x!=null?k||s.x:"",j=s?.y!=null?k||s.y:"",Z=g||"M0,0"+(" H"+d)+(" L"+(d-B)+","+(u-L))+(" Q"+d/2+","+u+" "+B+","+(u-L))+" Z",P={top:A?"rotate(180deg)":"",left:A?"rotate(90deg)":"rotate(-90deg)",bottom:A?"":"rotate(180deg)",right:A?"rotate(-90deg)":"rotate(90deg)"}[M];return l.jsxs("svg",{...C,"aria-hidden":!0,ref:r,width:A?d:d+_,height:d,viewBox:"0 0 "+d+" "+(u>d?u:d),style:{position:"absolute",pointerEvents:"none",[O]:R,[X]:j,[M]:V||A?"100%":"calc(100% - "+_/2+"px)",transform:[P,m].filter(Y=>!!Y).join(" "),...b},children:[_>0&&l.jsx("path",{clipPath:"url(#"+x+")",fill:"none",stroke:v,strokeWidth:_+(g?0:1),d:Z}),l.jsx("path",{stroke:_&&!g?C.fill:"none",d:Z}),l.jsx("clipPath",{id:x,children:l.jsx("rect",{x:-G,y:G*(A?-1:1),width:d+_,height:d})})]})});function zg(){const e=new Map;return{emit(t,r){var o;(o=e.get(t))==null||o.forEach(a=>a(r))},on(t,r){e.has(t)||e.set(t,new Set),e.get(t).add(r)},off(t,r){var o;(o=e.get(t))==null||o.delete(r)}}}const Yg=n.createContext(null),Xg=n.createContext(null),pn=()=>{var e;return((e=n.useContext(Yg))==null?void 0:e.id)||null},$0=()=>n.useContext(Xg);function Ct(e){return"data-floating-ui-"+e}function Ue(e){e.current!==-1&&(clearTimeout(e.current),e.current=-1)}const Xs=Ct("safe-polygon");function gn(e,t,r){if(r&&!Xt(r))return 0;if(typeof e=="number")return e;if(typeof e=="function"){const o=e();return typeof o=="number"?o:o?.[t]}return e?.[t]}function vn(e){return typeof e=="function"?e():e}function Jg(e,t){t===void 0&&(t={});const{open:r,onOpenChange:o,dataRef:a,events:s,elements:i}=e,{enabled:d=!0,delay:u=0,handleClose:f=null,mouseOnly:h=!1,restMs:p=0,move:v=!0}=t,g=$0(),m=pn(),b=Et(f),C=Et(u),x=Et(r),E=Et(p),I=n.useRef(),M=n.useRef(-1),S=n.useRef(),V=n.useRef(-1),k=n.useRef(!0),_=n.useRef(!1),G=n.useRef(()=>{}),B=n.useRef(!1),L=_e(()=>{var Z;const P=(Z=a.current.openEvent)==null?void 0:Z.type;return P?.includes("mouse")&&P!=="mousedown"});n.useEffect(()=>{if(!d)return;function Z(P){let{open:Y}=P;Y||(Ue(M),Ue(V),k.current=!0,B.current=!1)}return s.on("openchange",Z),()=>{s.off("openchange",Z)}},[d,s]),n.useEffect(()=>{if(!d||!b.current||!r)return;function Z(Y){L()&&o(!1,Y,"hover")}const P=Ve(i.floating).documentElement;return P.addEventListener("mouseleave",Z),()=>{P.removeEventListener("mouseleave",Z)}},[i.floating,r,o,d,b,L]);const A=n.useCallback(function(Z,P,Y){P===void 0&&(P=!0),Y===void 0&&(Y="hover");const N=gn(C.current,"close",I.current);N&&!S.current?(Ue(M),M.current=window.setTimeout(()=>o(!1,Z,Y),N)):P&&(Ue(M),o(!1,Z,Y))},[C,o]),X=_e(()=>{G.current(),S.current=void 0}),O=_e(()=>{if(_.current){const Z=Ve(i.floating).body;Z.style.pointerEvents="",Z.removeAttribute(Xs),_.current=!1}}),R=_e(()=>a.current.openEvent?["click","mousedown"].includes(a.current.openEvent.type):!1);n.useEffect(()=>{if(!d)return;function Z(K){if(Ue(M),k.current=!1,h&&!Xt(I.current)||vn(E.current)>0&&!gn(C.current,"open"))return;const $=gn(C.current,"open",I.current);$?M.current=window.setTimeout(()=>{x.current||o(!0,K,"hover")},$):r||o(!0,K,"hover")}function P(K){if(R()){O();return}G.current();const $=Ve(i.floating);if(Ue(V),B.current=!1,b.current&&a.current.floatingContext){r||Ue(M),S.current=b.current({...a.current.floatingContext,tree:g,x:K.clientX,y:K.clientY,onClose(){O(),X(),R()||A(K,!0,"safe-polygon")}});const W=S.current;$.addEventListener("mousemove",W),G.current=()=>{$.removeEventListener("mousemove",W)};return}(I.current==="touch"?!Fe(i.floating,K.relatedTarget):!0)&&A(K)}function Y(K){R()||a.current.floatingContext&&(b.current==null||b.current({...a.current.floatingContext,tree:g,x:K.clientX,y:K.clientY,onClose(){O(),X(),R()||A(K)}})(K))}function N(){Ue(M)}function D(K){R()||A(K,!1)}if(be(i.domReference)){const K=i.domReference,$=i.floating;return r&&K.addEventListener("mouseleave",Y),v&&K.addEventListener("mousemove",Z,{once:!0}),K.addEventListener("mouseenter",Z),K.addEventListener("mouseleave",P),$&&($.addEventListener("mouseleave",Y),$.addEventListener("mouseenter",N),$.addEventListener("mouseleave",D)),()=>{r&&K.removeEventListener("mouseleave",Y),v&&K.removeEventListener("mousemove",Z),K.removeEventListener("mouseenter",Z),K.removeEventListener("mouseleave",P),$&&($.removeEventListener("mouseleave",Y),$.removeEventListener("mouseenter",N),$.removeEventListener("mouseleave",D))}}},[i,d,e,h,v,A,X,O,o,r,x,g,C,b,a,R,E]),ke(()=>{var Z;if(d&&r&&(Z=b.current)!=null&&(Z=Z.__options)!=null&&Z.blockPointerEvents&&L()){_.current=!0;const Y=i.floating;if(be(i.domReference)&&Y){var P;const N=Ve(i.floating).body;N.setAttribute(Xs,"");const D=i.domReference,K=g==null||(P=g.nodesRef.current.find($=>$.id===m))==null||(P=P.context)==null?void 0:P.elements.floating;return K&&(K.style.pointerEvents=""),N.style.pointerEvents="none",D.style.pointerEvents="auto",Y.style.pointerEvents="auto",()=>{N.style.pointerEvents="",D.style.pointerEvents="",Y.style.pointerEvents=""}}}},[d,r,m,i,g,b,L]),ke(()=>{r||(I.current=void 0,B.current=!1,X(),O())},[r,X,O]),n.useEffect(()=>()=>{X(),Ue(M),Ue(V),O()},[d,i.domReference,X,O]);const j=n.useMemo(()=>{function Z(P){I.current=P.pointerType}return{onPointerDown:Z,onPointerEnter:Z,onMouseMove(P){const{nativeEvent:Y}=P;function N(){!k.current&&!x.current&&o(!0,Y,"hover")}h&&!Xt(I.current)||r||vn(E.current)===0||B.current&&P.movementX**2+P.movementY**2<2||(Ue(V),I.current==="touch"?N():(B.current=!0,V.current=window.setTimeout(N,vn(E.current))))}}},[h,o,r,x,E]);return n.useMemo(()=>d?{reference:j}:{},[d,j])}let Js=0;function kt(e,t){t===void 0&&(t={});const{preventScroll:r=!1,cancelPrevious:o=!0,sync:a=!1}=t;o&&cancelAnimationFrame(Js);const s=()=>e?.focus({preventScroll:r});a?s():Js=requestAnimationFrame(s)}function Qg(e){return e?.ownerDocument||document}const Ot={inert:new WeakMap,"aria-hidden":new WeakMap,none:new WeakMap};function Qs(e){return e==="inert"?Ot.inert:e==="aria-hidden"?Ot["aria-hidden"]:Ot.none}let R0=new WeakSet,U0={},wn=0;const ev=()=>typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype,e2=e=>e&&(e.host||e2(e.parentNode)),tv=(e,t)=>t.map(r=>{if(e.contains(r))return r;const o=e2(r);return e.contains(o)?o:null}).filter(r=>r!=null);function rv(e,t,r,o){const a="data-floating-ui-inert",s=o?"inert":r?"aria-hidden":null,i=tv(t,e),d=new Set,u=new Set(i),f=[];U0[a]||(U0[a]=new WeakMap);const h=U0[a];i.forEach(p),v(t),d.clear();function p(g){!g||d.has(g)||(d.add(g),g.parentNode&&p(g.parentNode))}function v(g){!g||u.has(g)||[].forEach.call(g.children,m=>{if(it(m)!=="script")if(d.has(m))v(m);else{const b=s?m.getAttribute(s):null,C=b!==null&&b!=="false",x=Qs(s),E=(x.get(m)||0)+1,I=(h.get(m)||0)+1;x.set(m,E),h.set(m,I),f.push(m),E===1&&C&&R0.add(m),I===1&&m.setAttribute(a,""),!C&&s&&m.setAttribute(s,s==="inert"?"":"true")}})}return wn++,()=>{f.forEach(g=>{const m=Qs(s),C=(m.get(g)||0)-1,x=(h.get(g)||0)-1;m.set(g,C),h.set(g,x),C||(!R0.has(g)&&s&&g.removeAttribute(s),R0.delete(g)),x||g.removeAttribute(a)}),wn--,wn||(Ot.inert=new WeakMap,Ot["aria-hidden"]=new WeakMap,Ot.none=new WeakMap,R0=new WeakSet,U0={})}}function t2(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);const o=Qg(e[0]).body;return rv(e.concat(Array.from(o.querySelectorAll('[aria-live],[role="status"],output'))),o,t,r)}const W0={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},j0=n.forwardRef(function(t,r){const[o,a]=n.useState();ke(()=>{Bs()&&a("button")},[]);const s={ref:r,tabIndex:0,role:o,"aria-hidden":o?void 0:!0,[Ct("focus-guard")]:"",style:W0};return l.jsx("span",{...t,...s})}),r2=n.createContext(null),n2=Ct("portal");function nv(e){e===void 0&&(e={});const{id:t,root:r}=e,o=D0(),a=a2(),[s,i]=n.useState(null),d=n.useRef(null);return ke(()=>()=>{s?.remove(),queueMicrotask(()=>{d.current=null})},[s]),ke(()=>{if(!o||d.current)return;const u=t?document.getElementById(t):null;if(!u)return;const f=document.createElement("div");f.id=o,f.setAttribute(n2,""),u.appendChild(f),d.current=f,i(f)},[t,o]),ke(()=>{if(r===null||!o||d.current)return;let u=r||a?.portalNode;u&&!Or(u)&&(u=u.current),u=u||document.body;let f=null;t&&(f=document.createElement("div"),f.id=t,u.appendChild(f));const h=document.createElement("div");h.id=o,h.setAttribute(n2,""),u=f||u,u.appendChild(h),d.current=h,i(h)},[t,r,o,a]),s}function o2(e){const{children:t,id:r,root:o,preserveTabOrder:a=!0}=e,s=nv({id:r,root:o}),[i,d]=n.useState(null),u=n.useRef(null),f=n.useRef(null),h=n.useRef(null),p=n.useRef(null),v=i?.modal,g=i?.open,m=!!i&&!i.modal&&i.open&&a&&!!(o||s);return n.useEffect(()=>{if(!s||!a||v)return;function b(C){s&&Qt(C)&&(C.type==="focusin"?qs:$g)(s)}return s.addEventListener("focusin",b,!0),s.addEventListener("focusout",b,!0),()=>{s.removeEventListener("focusin",b,!0),s.removeEventListener("focusout",b,!0)}},[s,a,v]),n.useEffect(()=>{s&&(g||qs(s))},[g,s]),l.jsxs(r2.Provider,{value:n.useMemo(()=>({preserveTabOrder:a,beforeOutsideRef:u,afterOutsideRef:f,beforeInsideRef:h,afterInsideRef:p,portalNode:s,setFocusManagerState:d}),[a,s]),children:[m&&s&&l.jsx(j0,{"data-type":"outside",ref:u,onFocus:b=>{if(Qt(b,s)){var C;(C=h.current)==null||C.focus()}else{const x=i?i.domReference:null,E=js(x);E?.focus()}}}),m&&s&&l.jsx("span",{"aria-owns":s.id,style:W0}),s&&u0.createPortal(t,s),m&&s&&l.jsx(j0,{"data-type":"outside",ref:f,onFocus:b=>{if(Qt(b,s)){var C;(C=p.current)==null||C.focus()}else{const x=i?i.domReference:null,E=Ws(x);E?.focus(),i?.closeOnFocusOut&&i?.onOpenChange(!1,b.nativeEvent,"focus-out")}}})]})}const a2=()=>n.useContext(r2);function l2(e){return n.useMemo(()=>t=>{e.forEach(r=>{r&&(r.current=t)})},e)}const ov=20;let ft=[];function mn(){ft=ft.filter(e=>e.isConnected)}function av(e){mn(),e&&it(e)!=="body"&&(ft.push(e),ft.length>ov&&(ft=ft.slice(-20)))}function s2(){return mn(),ft[ft.length-1]}function lv(e){const t=Jt();return Os(e,t)?e:_0(e,t)[0]||e}function c2(e,t){var r;if(!t.current.includes("floating")&&!((r=e.getAttribute("role"))!=null&&r.includes("dialog")))return;const o=Jt(),s=Pg(e,o).filter(d=>{const u=d.getAttribute("data-tabindex")||"";return Os(d,o)||d.hasAttribute("data-tabindex")&&!u.startsWith("-")}),i=e.getAttribute("tabindex");t.current.includes("floating")||s.length===0?i!=="0"&&e.setAttribute("tabindex","0"):(i!=="-1"||e.hasAttribute("data-tabindex")&&e.getAttribute("data-tabindex")!=="-1")&&(e.setAttribute("tabindex","-1"),e.setAttribute("data-tabindex","-1"))}const sv=n.forwardRef(function(t,r){return l.jsx("button",{...t,type:"button",ref:r,tabIndex:-1,style:W0})});function cv(e){const{context:t,children:r,disabled:o=!1,order:a=["content"],guards:s=!0,initialFocus:i=0,returnFocus:d=!0,restoreFocus:u=!1,modal:f=!0,visuallyHiddenDismiss:h=!1,closeOnFocusOut:p=!0,outsideElementsInert:v=!1,getInsideElements:g=()=>[]}=e,{open:m,onOpenChange:b,events:C,dataRef:x,elements:{domReference:E,floating:I}}=t,M=_e(()=>{var T;return(T=x.current.floatingContext)==null?void 0:T.nodeId}),S=_e(g),V=typeof i=="number"&&i<0,k=$s(E)&&V,_=ev(),G=_?s:!0,B=!G||_&&v,L=Et(a),A=Et(i),X=Et(d),O=$0(),R=a2(),j=n.useRef(null),Z=n.useRef(null),P=n.useRef(!1),Y=n.useRef(!1),N=n.useRef(-1),D=n.useRef(-1),K=R!=null,$=fn(I),Q=_e(function(T){return T===void 0&&(T=$),T?_0(T,Jt()):[]}),W=_e(T=>{const le=Q(T);return L.current.map(ie=>E&&ie==="reference"?E:$&&ie==="floating"?$:le).filter(Boolean).flat()});n.useEffect(()=>{if(o||!f)return;function T(ie){if(ie.key==="Tab"){Fe($,ut(Ve($)))&&Q().length===0&&!k&&hn(ie);const se=W(),te=nt(ie);L.current[0]==="reference"&&te===E&&(hn(ie),ie.shiftKey?kt(se[se.length-1]):kt(se[1])),L.current[1]==="floating"&&te===$&&ie.shiftKey&&(hn(ie),kt(se[0]))}}const le=Ve($);return le.addEventListener("keydown",T),()=>{le.removeEventListener("keydown",T)}},[o,E,$,f,L,k,Q,W]),n.useEffect(()=>{if(o||!I)return;function T(le){const ie=nt(le),te=Q().indexOf(ie);te!==-1&&(N.current=te)}return I.addEventListener("focusin",T),()=>{I.removeEventListener("focusin",T)}},[o,I,Q]),n.useEffect(()=>{if(o||!p)return;function T(){Y.current=!0,setTimeout(()=>{Y.current=!1})}function le(te){const de=te.relatedTarget,ue=te.currentTarget,me=nt(te);queueMicrotask(()=>{const Ie=M(),$e=!(Fe(E,de)||Fe(I,de)||Fe(de,I)||Fe(R?.portalNode,de)||de!=null&&de.hasAttribute(Ct("focus-guard"))||O&&(Vt(O.nodesRef.current,Ie).find(He=>{var Ze,We;return Fe((Ze=He.context)==null?void 0:Ze.elements.floating,de)||Fe((We=He.context)==null?void 0:We.elements.domReference,de)})||Rs(O.nodesRef.current,Ie).find(He=>{var Ze,We,Lt;return[(Ze=He.context)==null?void 0:Ze.elements.floating,fn((We=He.context)==null?void 0:We.elements.floating)].includes(de)||((Lt=He.context)==null?void 0:Lt.elements.domReference)===de})));if(ue===E&&$&&c2($,L),u&&ue!==E&&!(me!=null&&me.isConnected)&&ut(Ve($))===Ve($).body){Se($)&&$.focus();const He=N.current,Ze=Q(),We=Ze[He]||Ze[Ze.length-1]||$;Se(We)&&We.focus()}if(x.current.insideReactTree){x.current.insideReactTree=!1;return}(k||!f)&&de&&$e&&!Y.current&&de!==s2()&&(P.current=!0,b(!1,te,"focus-out"))})}const ie=!!(!O&&R);function se(){Ue(D),x.current.insideReactTree=!0,D.current=window.setTimeout(()=>{x.current.insideReactTree=!1})}if(I&&Se(E))return E.addEventListener("focusout",le),E.addEventListener("pointerdown",T),I.addEventListener("focusout",le),ie&&I.addEventListener("focusout",se,!0),()=>{E.removeEventListener("focusout",le),E.removeEventListener("pointerdown",T),I.removeEventListener("focusout",le),ie&&I.removeEventListener("focusout",se,!0)}},[o,E,I,$,f,O,R,b,p,u,Q,k,M,L,x]);const ee=n.useRef(null),J=n.useRef(null),q=l2([ee,R?.beforeInsideRef]),ne=l2([J,R?.afterInsideRef]);n.useEffect(()=>{var T,le;if(o||!I)return;const ie=Array.from((R==null||(T=R.portalNode)==null?void 0:T.querySelectorAll("["+Ct("portal")+"]"))||[]),te=(le=(O?Rs(O.nodesRef.current,M()):[]).find(me=>{var Ie;return $s(((Ie=me.context)==null?void 0:Ie.elements.domReference)||null)}))==null||(le=le.context)==null?void 0:le.elements.domReference,de=[I,te,...ie,...S(),j.current,Z.current,ee.current,J.current,R?.beforeOutsideRef.current,R?.afterOutsideRef.current,L.current.includes("reference")||k?E:null].filter(me=>me!=null),ue=f||k?t2(de,!B,B):t2(de);return()=>{ue()}},[o,E,I,f,L,R,k,G,B,O,M,S]),ke(()=>{if(o||!Se($))return;const T=Ve($),le=ut(T);queueMicrotask(()=>{const ie=W($),se=A.current,te=(typeof se=="number"?ie[se]:se.current)||$,de=Fe($,le);!V&&!de&&m&&kt(te,{preventScroll:te===$})})},[o,m,$,V,W,A]),ke(()=>{if(o||!$)return;const T=Ve($),le=ut(T);av(le);function ie(de){let{reason:ue,event:me,nested:Ie}=de;if(["hover","safe-polygon"].includes(ue)&&me.type==="mouseleave"&&(P.current=!0),ue==="outside-press")if(Ie)P.current=!1;else if(Og(me)||Lg(me))P.current=!1;else{let $e=!1;document.createElement("div").focus({get preventScroll(){return $e=!0,!1}}),$e?P.current=!1:P.current=!0}}C.on("openchange",ie);const se=T.createElement("span");se.setAttribute("tabindex","-1"),se.setAttribute("aria-hidden","true"),Object.assign(se.style,W0),K&&E&&E.insertAdjacentElement("afterend",se);function te(){if(typeof X.current=="boolean"){const de=E||s2();return de&&de.isConnected?de:se}return X.current.current||se}return()=>{C.off("openchange",ie);const de=ut(T),ue=Fe(I,de)||O&&Vt(O.nodesRef.current,M(),!1).some(Ie=>{var $e;return Fe(($e=Ie.context)==null?void 0:$e.elements.floating,de)}),me=te();queueMicrotask(()=>{const Ie=lv(me);X.current&&!P.current&&Se(Ie)&&(!(Ie!==de&&de!==T.body)||ue)&&Ie.focus({preventScroll:!0}),se.remove()})}},[o,I,$,X,x,C,O,K,E,M]),n.useEffect(()=>(queueMicrotask(()=>{P.current=!1}),()=>{queueMicrotask(mn)}),[o]),ke(()=>{if(!o&&R)return R.setFocusManagerState({modal:f,closeOnFocusOut:p,open:m,onOpenChange:b,domReference:E}),()=>{R.setFocusManagerState(null)}},[o,R,f,m,b,p,E]),ke(()=>{o||$&&c2($,L)},[o,$,L]);function ce(T){return o||!h||!f?null:l.jsx(sv,{ref:T==="start"?j:Z,onClick:le=>b(!1,le.nativeEvent),children:typeof h=="string"?h:"Dismiss"})}const pe=!o&&G&&(f?!k:!0)&&(K||f);return l.jsxs(l.Fragment,{children:[pe&&l.jsx(j0,{"data-type":"inside",ref:q,onFocus:T=>{if(f){const ie=W();kt(a[0]==="reference"?ie[0]:ie[ie.length-1])}else if(R!=null&&R.preserveTabOrder&&R.portalNode)if(P.current=!1,Qt(T,R.portalNode)){const ie=Ws(E);ie?.focus()}else{var le;(le=R.beforeOutsideRef.current)==null||le.focus()}}}),!k&&ce("start"),r,ce("end"),pe&&l.jsx(j0,{"data-type":"inside",ref:ne,onFocus:T=>{if(f)kt(W()[0]);else if(R!=null&&R.preserveTabOrder&&R.portalNode)if(p&&(P.current=!0),Qt(T,R.portalNode)){const ie=js(E);ie?.focus()}else{var le;(le=R.afterOutsideRef.current)==null||le.focus()}}})]})}function i2(e){return Se(e.target)&&e.target.tagName==="BUTTON"}function iv(e){return Se(e.target)&&e.target.tagName==="A"}function d2(e){return un(e)}function dv(e,t){t===void 0&&(t={});const{open:r,onOpenChange:o,dataRef:a,elements:{domReference:s}}=e,{enabled:i=!0,event:d="click",toggle:u=!0,ignoreMouse:f=!1,keyboardHandlers:h=!0,stickIfOpen:p=!0}=t,v=n.useRef(),g=n.useRef(!1),m=n.useMemo(()=>({onPointerDown(b){v.current=b.pointerType},onMouseDown(b){const C=v.current;b.button===0&&d!=="click"&&(Xt(C,!0)&&f||(r&&u&&(!(a.current.openEvent&&p)||a.current.openEvent.type==="mousedown")?o(!1,b.nativeEvent,"click"):(b.preventDefault(),o(!0,b.nativeEvent,"click"))))},onClick(b){const C=v.current;if(d==="mousedown"&&v.current){v.current=void 0;return}Xt(C,!0)&&f||(r&&u&&(!(a.current.openEvent&&p)||a.current.openEvent.type==="click")?o(!1,b.nativeEvent,"click"):o(!0,b.nativeEvent,"click"))},onKeyDown(b){v.current=void 0,!(b.defaultPrevented||!h||i2(b))&&(b.key===" "&&!d2(s)&&(b.preventDefault(),g.current=!0),!iv(b)&&b.key==="Enter"&&o(!(r&&u),b.nativeEvent,"click"))},onKeyUp(b){b.defaultPrevented||!h||i2(b)||d2(s)||b.key===" "&&g.current&&(g.current=!1,o(!(r&&u),b.nativeEvent,"click"))}}),[a,s,d,f,h,o,r,p,u]);return n.useMemo(()=>i?{reference:m}:{},[i,m])}const uv={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},fv={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},u2=e=>{var t,r;return{escapeKey:typeof e=="boolean"?e:(t=e?.escapeKey)!=null?t:!1,outsidePress:typeof e=="boolean"?e:(r=e?.outsidePress)!=null?r:!0}};function hv(e,t){t===void 0&&(t={});const{open:r,onOpenChange:o,elements:a,dataRef:s}=e,{enabled:i=!0,escapeKey:d=!0,outsidePress:u=!0,outsidePressEvent:f="pointerdown",referencePress:h=!1,referencePressEvent:p="pointerdown",ancestorScroll:v=!1,bubbles:g,capture:m}=t,b=$0(),C=_e(typeof u=="function"?u:()=>!1),x=typeof u=="function"?C:u,E=n.useRef(!1),{escapeKey:I,outsidePress:M}=u2(g),{escapeKey:S,outsidePress:V}=u2(m),k=n.useRef(!1),_=_e(O=>{var R;if(!r||!i||!d||O.key!=="Escape"||k.current)return;const j=(R=s.current.floatingContext)==null?void 0:R.nodeId,Z=b?Vt(b.nodesRef.current,j):[];if(!I&&(O.stopPropagation(),Z.length>0)){let P=!0;if(Z.forEach(Y=>{var N;if((N=Y.context)!=null&&N.open&&!Y.context.dataRef.current.__escapeKeyBubbles){P=!1;return}}),!P)return}o(!1,kg(O)?O.nativeEvent:O,"escape-key")}),G=_e(O=>{var R;const j=()=>{var Z;_(O),(Z=nt(O))==null||Z.removeEventListener("keydown",j)};(R=nt(O))==null||R.addEventListener("keydown",j)}),B=_e(O=>{var R;const j=s.current.insideReactTree;s.current.insideReactTree=!1;const Z=E.current;if(E.current=!1,f==="click"&&Z||j||typeof x=="function"&&!x(O))return;const P=nt(O),Y="["+Ct("inert")+"]",N=Ve(a.floating).querySelectorAll(Y);let D=be(P)?P:null;for(;D&&!tt(D);){const W=rt(D);if(tt(W)||!be(W))break;D=W}if(N.length&&be(P)&&!Fg(P)&&!Fe(P,a.floating)&&Array.from(N).every(W=>!Fe(D,W)))return;if(Se(P)&&X){const W=tt(P),ee=Re(P),J=/auto|scroll/,q=W||J.test(ee.overflowX),ne=W||J.test(ee.overflowY),ce=q&&P.clientWidth>0&&P.scrollWidth>P.clientWidth,pe=ne&&P.clientHeight>0&&P.scrollHeight>P.clientHeight,T=ee.direction==="rtl",le=pe&&(T?O.offsetX<=P.offsetWidth-P.clientWidth:O.offsetX>P.clientWidth),ie=ce&&O.offsetY>P.clientHeight;if(le||ie)return}const K=(R=s.current.floatingContext)==null?void 0:R.nodeId,$=b&&Vt(b.nodesRef.current,K).some(W=>{var ee;return dn(O,(ee=W.context)==null?void 0:ee.elements.floating)});if(dn(O,a.floating)||dn(O,a.domReference)||$)return;const Q=b?Vt(b.nodesRef.current,K):[];if(Q.length>0){let W=!0;if(Q.forEach(ee=>{var J;if((J=ee.context)!=null&&J.open&&!ee.context.dataRef.current.__outsidePressBubbles){W=!1;return}}),!W)return}o(!1,O,"outside-press")}),L=_e(O=>{var R;const j=()=>{var Z;B(O),(Z=nt(O))==null||Z.removeEventListener(f,j)};(R=nt(O))==null||R.addEventListener(f,j)});n.useEffect(()=>{if(!r||!i)return;s.current.__escapeKeyBubbles=I,s.current.__outsidePressBubbles=M;let O=-1;function R(N){o(!1,N,"ancestor-scroll")}function j(){window.clearTimeout(O),k.current=!0}function Z(){O=window.setTimeout(()=>{k.current=!1},x0()?5:0)}const P=Ve(a.floating);d&&(P.addEventListener("keydown",S?G:_,S),P.addEventListener("compositionstart",j),P.addEventListener("compositionend",Z)),x&&P.addEventListener(f,V?L:B,V);let Y=[];return v&&(be(a.domReference)&&(Y=dt(a.domReference)),be(a.floating)&&(Y=Y.concat(dt(a.floating))),!be(a.reference)&&a.reference&&a.reference.contextElement&&(Y=Y.concat(dt(a.reference.contextElement)))),Y=Y.filter(N=>{var D;return N!==((D=P.defaultView)==null?void 0:D.visualViewport)}),Y.forEach(N=>{N.addEventListener("scroll",R,{passive:!0})}),()=>{d&&(P.removeEventListener("keydown",S?G:_,S),P.removeEventListener("compositionstart",j),P.removeEventListener("compositionend",Z)),x&&P.removeEventListener(f,V?L:B,V),Y.forEach(N=>{N.removeEventListener("scroll",R)}),window.clearTimeout(O)}},[s,a,d,x,f,r,o,v,i,I,M,_,S,G,B,V,L]),n.useEffect(()=>{s.current.insideReactTree=!1},[s,x,f]);const A=n.useMemo(()=>({onKeyDown:_,...h&&{[uv[p]]:O=>{o(!1,O.nativeEvent,"reference-press")},...p!=="click"&&{onClick(O){o(!1,O.nativeEvent,"reference-press")}}}}),[_,o,h,p]),X=n.useMemo(()=>({onKeyDown:_,onMouseDown(){E.current=!0},onMouseUp(){E.current=!0},[fv[f]]:()=>{s.current.insideReactTree=!0}}),[_,f,s]);return n.useMemo(()=>i?{reference:A,floating:X}:{},[i,A,X])}function pv(e){const{open:t=!1,onOpenChange:r,elements:o}=e,a=D0(),s=n.useRef({}),[i]=n.useState(()=>zg()),d=pn()!=null;if(process.env.NODE_ENV!=="production"){const g=o.reference;g&&!be(g)&&Gg("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[u,f]=n.useState(o.reference),h=_e((g,m,b)=>{s.current.openEvent=g?m:void 0,i.emit("openchange",{open:g,event:m,reason:b,nested:d}),r?.(g,m,b)}),p=n.useMemo(()=>({setPositionReference:f}),[]),v=n.useMemo(()=>({reference:u||o.reference||null,floating:o.floating||null,domReference:o.reference}),[u,o.reference,o.floating]);return n.useMemo(()=>({dataRef:s,open:t,onOpenChange:h,elements:v,events:i,floatingId:a,refs:p}),[t,h,v,i,a,p])}function f2(e){e===void 0&&(e={});const{nodeId:t}=e,r=pv({...e,elements:{reference:null,floating:null,...e.elements}}),o=e.rootContext||r,a=o.elements,[s,i]=n.useState(null),[d,u]=n.useState(null),h=a?.domReference||s,p=n.useRef(null),v=$0();ke(()=>{h&&(p.current=h)},[h]);const g=z1({...e,elements:{...a,...d&&{reference:d}}}),m=n.useCallback(I=>{const M=be(I)?{getBoundingClientRect:()=>I.getBoundingClientRect(),getClientRects:()=>I.getClientRects(),contextElement:I}:I;u(M),g.refs.setReference(M)},[g.refs]),b=n.useCallback(I=>{(be(I)||I===null)&&(p.current=I,i(I)),(be(g.refs.reference.current)||g.refs.reference.current===null||I!==null&&!be(I))&&g.refs.setReference(I)},[g.refs]),C=n.useMemo(()=>({...g.refs,setReference:b,setPositionReference:m,domReference:p}),[g.refs,b,m]),x=n.useMemo(()=>({...g.elements,domReference:h}),[g.elements,h]),E=n.useMemo(()=>({...g,...o,refs:C,elements:x,nodeId:t}),[g,C,x,t,o]);return ke(()=>{o.dataRef.current.floatingContext=E;const I=v?.nodesRef.current.find(M=>M.id===t);I&&(I.context=E)}),n.useMemo(()=>({...g,context:E,refs:C,elements:x}),[g,C,x,E])}function bn(){return Zg()&&Bs()}function gv(e,t){t===void 0&&(t={});const{open:r,onOpenChange:o,events:a,dataRef:s,elements:i}=e,{enabled:d=!0,visibleOnly:u=!0}=t,f=n.useRef(!1),h=n.useRef(-1),p=n.useRef(!0);n.useEffect(()=>{if(!d)return;const g=Be(i.domReference);function m(){!r&&Se(i.domReference)&&i.domReference===ut(Ve(i.domReference))&&(f.current=!0)}function b(){p.current=!0}function C(){p.current=!1}return g.addEventListener("blur",m),bn()&&(g.addEventListener("keydown",b,!0),g.addEventListener("pointerdown",C,!0)),()=>{g.removeEventListener("blur",m),bn()&&(g.removeEventListener("keydown",b,!0),g.removeEventListener("pointerdown",C,!0))}},[i.domReference,r,d]),n.useEffect(()=>{if(!d)return;function g(m){let{reason:b}=m;(b==="reference-press"||b==="escape-key")&&(f.current=!0)}return a.on("openchange",g),()=>{a.off("openchange",g)}},[a,d]),n.useEffect(()=>()=>{Ue(h)},[]);const v=n.useMemo(()=>({onMouseLeave(){f.current=!1},onFocus(g){if(f.current)return;const m=nt(g.nativeEvent);if(u&&be(m)){if(bn()&&!g.relatedTarget){if(!p.current&&!un(m))return}else if(!Vg(m))return}o(!0,g.nativeEvent,"focus")},onBlur(g){f.current=!1;const m=g.relatedTarget,b=g.nativeEvent,C=be(m)&&m.hasAttribute(Ct("focus-guard"))&&m.getAttribute("data-type")==="outside";h.current=window.setTimeout(()=>{var x;const E=ut(i.domReference?i.domReference.ownerDocument:document);!m&&E===i.domReference||Fe((x=s.current.floatingContext)==null?void 0:x.refs.floating.current,E)||Fe(i.domReference,E)||C||o(!1,b,"focus")})}}),[s,i.domReference,o,u]);return n.useMemo(()=>d?{reference:v}:{},[d,v])}function yn(e,t,r){const o=new Map,a=r==="item";let s=e;if(a&&e){const{[Gs]:i,[Ks]:d,...u}=e;s=u}return{...r==="floating"&&{tabIndex:-1,[Rg]:""},...s,...t.map(i=>{const d=i?i[r]:null;return typeof d=="function"?e?d(e):null:d}).concat(e).reduce((i,d)=>(d&&Object.entries(d).forEach(u=>{let[f,h]=u;if(!(a&&[Gs,Ks].includes(f)))if(f.indexOf("on")===0){if(o.has(f)||o.set(f,[]),typeof h=="function"){var p;(p=o.get(f))==null||p.push(h),i[f]=function(){for(var v,g=arguments.length,m=new Array(g),b=0;b<g;b++)m[b]=arguments[b];return(v=o.get(f))==null?void 0:v.map(C=>C(...m)).find(C=>C!==void 0)}}}else i[f]=h}),i),{})}}function h2(e){e===void 0&&(e=[]);const t=e.map(d=>d?.reference),r=e.map(d=>d?.floating),o=e.map(d=>d?.item),a=n.useCallback(d=>yn(d,e,"reference"),t),s=n.useCallback(d=>yn(d,e,"floating"),r),i=n.useCallback(d=>yn(d,e,"item"),o);return n.useMemo(()=>({getReferenceProps:a,getFloatingProps:s,getItemProps:i}),[a,s,i])}const vv=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function p2(e,t){var r,o;t===void 0&&(t={});const{open:a,elements:s,floatingId:i}=e,{enabled:d=!0,role:u="dialog"}=t,f=D0(),h=((r=s.domReference)==null?void 0:r.id)||f,p=n.useMemo(()=>{var E;return((E=fn(s.floating))==null?void 0:E.id)||i},[s.floating,i]),v=(o=vv.get(u))!=null?o:u,m=pn()!=null,b=n.useMemo(()=>v==="tooltip"||u==="label"?{["aria-"+(u==="label"?"labelledby":"describedby")]:a?p:void 0}:{"aria-expanded":a?"true":"false","aria-haspopup":v==="alertdialog"?"dialog":v,"aria-controls":a?p:void 0,...v==="listbox"&&{role:"combobox"},...v==="menu"&&{id:h},...v==="menu"&&m&&{role:"menuitem"},...u==="select"&&{"aria-autocomplete":"none"},...u==="combobox"&&{"aria-autocomplete":"list"}},[v,p,m,a,h,u]),C=n.useMemo(()=>{const E={id:p,...v&&{role:v}};return v==="tooltip"||u==="label"?E:{...E,...v==="menu"&&{"aria-labelledby":h}}},[v,p,h,u]),x=n.useCallback(E=>{let{active:I,selected:M}=E;const S={role:"option",...I&&{id:p+"-fui-option"}};switch(u){case"select":case"combobox":return{...S,"aria-selected":M}}return{}},[p,u]);return n.useMemo(()=>d?{reference:b,floating:C,item:x}:{},[d,b,C,x])}function wv(e,t){const[r,o]=n.useState(e);return e&&!r&&o(!0),n.useEffect(()=>{if(!e&&r){const a=setTimeout(()=>o(!1),t);return()=>clearTimeout(a)}},[e,r,t]),r}function mv(e,t){t===void 0&&(t={});const{open:r,elements:{floating:o}}=e,{duration:a=250}=t,i=(typeof a=="number"?a:a.close)||0,[d,u]=n.useState("unmounted"),f=wv(r,i);return!f&&d==="close"&&u("unmounted"),ke(()=>{if(o){if(r){u("initial");const h=requestAnimationFrame(()=>{u0.flushSync(()=>{u("open")})});return()=>{cancelAnimationFrame(h)}}u("close")}},[r,o]),{isMounted:f,status:d}}function Xe(e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}const bv=50,yv=200,q0=c.forwardRef((e,t)=>{const{children:r,className:o,disablePortal:a=!1,placement:s="top",portalRoot:i,title:d,...u}=e,f=c.useRef(null),[h,p]=c.useState(!1),{context:v,floatingStyles:g,refs:m}=f2({middleware:[Gt(10),Z0(),Rr(),Ed({element:f})],onOpenChange:p,open:h,placement:s,whileElementsMounted:A0}),b=Jg(v,{delay:{close:yv,open:bv}}),C=gv(v),x=p2(v,{role:"tooltip"}),{isMounted:E,status:I}=mv(v),{getFloatingProps:M,getReferenceProps:S}=h2([x,b,C]),V=c.useMemo(()=>Xe([m.setReference,r.ref]),[m.setReference,r]),k=c.useMemo(()=>Xe([m.setFloating,t]),[m.setFloating,t]);if(!d)return r;const _=c.cloneElement(r,S({ref:V,...r.props})),G=l.jsx("div",{...u,...M(),className:U("rbui-tooltip",o),ref:k,style:{...g},children:E&&l.jsxs("div",{className:U("rbui-tooltip__inner",`rbui-tooltip__inner--${I}`),children:[d,l.jsx(Kg,{className:"rbui-tooltip__arrow",context:v,ref:f})]})}),B=typeof i=="string"?i:void 0,L=typeof i!="string"?i:void 0;return l.jsxs(l.Fragment,{children:[_,h&&(a?G:l.jsx(o2,{id:B,root:L,children:G}))]})});q0.displayName="Tooltip";function Ev({active:e,color:t,disabled:r,hasIcons:o,loading:a,type:s}){return s==="primary"&&(t==="default"||t==="alternative")?["rbui-button-primary",...e?["rbui-button-primary--active"]:[],...r?["rbui-button-primary--disabled"]:[],...a?["rbui-button-primary--loading"]:[]]:s==="primary"&&t==="danger"?["rbui-button-primary-danger",...e?["rbui-button-primary-danger--active"]:[],...r?["rbui-button-primary-danger--disabled"]:[],...a?["rbui-button-primary-danger--loading"]:[]]:s==="secondary"&&(t==="default"||t==="alternative")?["rbui-button-secondary",...e?["rbui-button-secondary--active"]:[],...r?["rbui-button-secondary--disabled"]:[],...a?["rbui-button-secondary--loading"]:[]]:s==="secondary"&&t==="danger"?["rbui-button-secondary-danger",...e?["rbui-button-secondary-danger--active"]:[],...r?["rbui-button-secondary-danger--disabled"]:[],...a?["rbui-button-secondary-danger--loading"]:[]]:s==="tertiary"&&t==="default"?["rbui-button-tertiary",...e?["rbui-button-tertiary--active"]:[],...r?["rbui-button-tertiary--disabled"]:[],...a?["rbui-button-tertiary--loading"]:[],...o?["rbui-button-tertiary--has-icons"]:[]]:s==="tertiary"&&t==="danger"?["rbui-button-tertiary-danger",...e?["rbui-button-tertiary-danger--active"]:[],...r?["rbui-button-tertiary-danger--disabled"]:[],...a?["rbui-button-tertiary-danger--loading"]:[],...o?["rbui-button-tertiary-danger--has-icons"]:[]]:s==="tertiary"&&t==="alternative"?["rbui-button-tertiary-alternative",...e?["rbui-button-tertiary-alternative--active"]:[],...r?["rbui-button-tertiary-alternative--disabled"]:[],...a?["rbui-button-tertiary-alternative--loading"]:[],...o?["rbui-button-tertiary-alternative--has-icons"]:[]]:s==="inline"?["rbui-button-inline",...e?["rbui-button-inline--active"]:[],...r?["rbui-button-inline--disabled"]:[]]:[]}const De=c.forwardRef((e,t)=>{const{children:r,className:o,color:a="default",disabled:s=!1,endIcon:i,htmlType:d="button",loading:u=!1,loadingText:f,onClick:h,startIcon:p,tooltip:v,type:g="secondary",...m}=e,{active:b,focusVisible:C,getRootProps:x}=Pt({...e,rootRef:t,type:d});function E(_){u||s||h?.(_)}const I=x({onClick:E,...m}),M=!!p||!!i,S=!r&&(p&&!i||i&&!p),V=U("rbui-button",o,{"rbui-button--disabled":s,"rbui-button--focus-visible":C,"rbui-button--icon-only":S&&!(u&&f),"rbui-button--loading":u},Ev({active:b,color:a,disabled:s,hasIcons:M,loading:u,type:g})),k=U("rbui-button__loader",{"rbui-button__loader--short":f||S});return l.jsx(q0,{title:v,children:l.jsxs("button",{...I,className:V,type:d,children:[p&&!u&&l.jsx("span",{className:"rbui-button__start-icon",role:"img",children:p}),u&&l.jsx("span",{className:k,role:"progressbar",children:l.jsx(nn,{className:"rbui-button__spinner"})}),u&&f,!u&&r,i&&!u&&l.jsx("span",{className:"rbui-button__end-icon",role:"img",children:i})]})})});De.displayName="Button";function Cv(e){return e==="primary"?"rbui-button-group--primary":e==="tertiary"?"rbui-button-group--tertiary":"rbui-button-group--secondary"}function Iv(e,t){return e&&t?"":e?"rbui-button-group__button--first":t?"rbui-button-group__button--last":"rbui-button-group__button--middle"}const En=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a,type:s="secondary",...i}=e,d=U(o,"rbui-button-group",Cv(s),{"rbui-button-group--disabled":a}),u=c.Children.count(r);return l.jsx("div",{"aria-disabled":a,className:d,ref:t,role:"group",...i,children:c.Children.map(r,(f,h)=>{if(!c.isValidElement(f))return;const p=h===0,v=h===u-1,g=f.props.disabled??a,m=U("rbui-button-group__button",{"rbui-button-group__button--disabled":g},Iv(p,v),f.props.className);return c.cloneElement(f,{className:m,disabled:g,key:f.key??h,type:f.props.type??s})})?.filter(Boolean)})});En.displayName="ButtonGroup";function xv(e,t){const{children:r,className:o,color:a="default",disabled:s,onClick:i,selected:d,type:u="secondary",value:f,...h}=e,p=U("rbui-toggle-button",{"rbui-toggle-button--disabled":s,"rbui-toggle-button--selected":d},o);return l.jsx(De,{...h,"aria-pressed":d,className:p,color:a,disabled:s,onClick:v=>i?.(v,f),ref:t,type:u,children:r})}const g2=c.forwardRef(xv);g2.displayName="ToggleButton";function v2(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.includes(e):e===t}function Sv(e,t){const{children:r,className:o,disabled:a,multiple:s=!1,onChange:i,value:d}=e,u=(v,g)=>{v2(g,d)||i?.(v,g)},f=(v,g)=>{let m=[];Array.isArray(d)&&(m=[...d]);const b=m.indexOf(g);b!==-1?m.splice(b,1):m.push(g),i?.(v,m)},h=U(o,"rbui-toggle-button-group"),p=c.Children.map(r,v=>c.isValidElement(v)?c.cloneElement(v,{disabled:a||v.props.disabled,onClick:s?f:u,selected:v2(v.props.value,d)}):v);return l.jsx(En,{className:h,ref:t,...e,children:p})}const w2=c.forwardRef(Sv);w2.displayName="ToggleButtonGroup";const Cn=c.createContext(null),m2=({children:e,name:t})=>{const r=c.useContext(Cn);return c.useEffect(()=>{if(r===null)return()=>null;const{context:o,registerSlot:a,unregisterSlot:s}=r;return a(t,typeof e=="function"?e(o):e),()=>{s(t)}},[t,e,r]),r?null:typeof e=="function"?e({}):e},b2=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx(m2,{name:"ActionsContainer",children:l.jsx("div",{...a,className:U("rbui-actions-container",o),ref:t,children:r})})});b2.displayName="ActionsContainer";const Mv=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M7.25 0h1.5v7.25H16v1.5H7.25V0Z"})))),Av=c.forwardRef(Mv),y2=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Av,{})}));y2.displayName="NextStepIcon";const Nv=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),n.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),Pv=c.forwardRef(Nv),E2=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Pv,{})}));E2.displayName="SortAscIcon";const Zv=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),n.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),Tv=c.forwardRef(Zv),C2=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Tv,{})}));C2.displayName="SortDescIcon";const Fv=(e,t)=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},n.createElement("g",null,n.createElement("g",null,n.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),n.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.141.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),Vv=c.forwardRef(Fv),I2=c.forwardRef((e,t)=>l.jsx(y,{...e,ref:t,children:l.jsx(Vv,{})}));I2.displayName="SortInactiveIcon";const G0=c.forwardRef((e,t)=>{const{bordered:r=!1,children:o,className:a,disabled:s=!1,dismissible:i=!1,icon:d,onClick:u,onDismiss:f,readOnly:h=!1,...p}=e,v=c.useRef(null),g=Xe([v,t]),m=M=>{M?.preventDefault(),!s&&u?.(M)},b=M=>{s||!i||f?.(M)},C=M=>{p?.onKeyDown?.(M);const{key:S}=M;switch(S){case" ":case"Enter":{if(s)return;u?.(M);break}case"Backspace":case"Delete":{if(s||!i)return;f?.(M);break}case"Escape":{v.current?.blur();break}}},x=U("rbui-tag",a),E=U("rbui-tag__content","rbui-button-reset",{"rbui-tag__content--bordered":r,"rbui-tag__content--disabled":s,"rbui-tag__content--dismissible":i,"rbui-tag__content--read-only":h}),I=U("rbui-tag__close-wrapper","rbui-button-reset",{"rbui-tag__close-wrapper--bordered":r,"rbui-tag__close-wrapper--disabled":s});return l.jsxs("div",{...p,className:x,onKeyDown:C,ref:g,role:"button",tabIndex:s?-1:0,children:[l.jsxs("button",{className:E,onClick:m,tabIndex:-1,type:"button",children:[d&&l.jsx("span",{className:"rbui-tag__content-icon",role:"img",children:d}),o&&l.jsx("span",{className:"rbui-tag__content-text",role:"banner",children:o})]}),i&&l.jsx("button",{"aria-disabled":s,"aria-label":"Dismiss",className:I,onClick:b,tabIndex:-1,type:"button",children:l.jsx(yt,{className:"rbui-tag__close-wrapper-icon"})})]})});G0.displayName="Tag";const x2=c.forwardRef((e,t)=>{const{children:r,className:o,dismissible:a=!1,variant:s="default",...i}=e,d=U("rbui-asset-tag",s!=="default"?`rbui-asset-tag--${s}`:null,o);return l.jsx(G0,{className:d,ref:t,...i,bordered:!1,disabled:!1,dismissible:a,readOnly:!0,children:r})});x2.displayName="AssetTag";const S2=c.forwardRef((e,t)=>{const{children:r,className:o,content:a,narrow:s=!1,variant:i="default",...d}=e;return l.jsxs("div",{className:U("rbui-badge",`rbui-badge--${i}`,{"rbui-badge--narrow-padding":s},o),ref:t,role:"status",...d,children:[r,l.jsx("div",{className:U("rbui-badge__content",{"rbui-badge__content--notification":r}),children:a})]})});S2.displayName="Badge";const M2=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx(m2,{name:"Description",children:l.jsx("div",{...a,className:U("rbui-description",o),ref:t,children:r})})});M2.displayName="Description";const A2=c.forwardRef((e,t)=>{const{children:r,className:o,defaultSelected:a=!1,onChange:s,selected:i,...d}=e,[u,f]=c.useState(a),h=i!==void 0,p=h?i:u,v=m=>{const b=!p;h||f(b),s?.(m,b)},g=U("rbui-filter-tag",{"rbui-filter-tag--selected":p},o);return l.jsx(G0,{"aria-selected":p,className:g,ref:t,...d,bordered:!1,disabled:!1,dismissible:!1,onClick:v,readOnly:!1,children:r})});A2.displayName="FilterTag";const kv=()=>{const[,e]=c.useState({});return c.useCallback(()=>{e({})},[])},Ov=typeof window<"u"?c.useLayoutEffect:c.useEffect,N2=({slotNames:e})=>{const t=c.useRef(Object.fromEntries(e.map(u=>[u,null]))),r=kv(),[o,a]=c.useState(!1);Ov(()=>{r(),a(!0)},[r]);const s=c.useCallback((u,f)=>{e.includes(u)&&(t.current[u]=f,o&&r())},[o,r,e]),i=c.useCallback(u=>{e.includes(u)&&(t.current[u]=null,r())},[r,e]);return{contextValue:c.useMemo(()=>({registerSlot:s,unregisterSlot:i}),[s,i]),slots:t.current}},P2=c.forwardRef((e,t)=>{const{children:r,className:o,onBack:a,...s}=e,i=c.useMemo(()=>["Description","ActionsContainer"],[]),{contextValue:d,slots:u}=N2({slotNames:i});return l.jsx(Cn.Provider,{value:d,children:l.jsxs("div",{...s,className:U("rbui-header",o),ref:t,children:[a&&l.jsx(De,{onClick:a,startIcon:l.jsx(zr,{}),type:"tertiary"}),l.jsxs("div",{className:"rbui-header__title",children:[l.jsx("h1",{className:"rbui-header__title-heading",children:r}),u.Description]}),u.ActionsContainer]})})});P2.displayName="Header";const In=e=>{const{controlledValue:t,defaultValue:r,name:o,state:a="value"}=e,s=t!==void 0,{current:i}=c.useRef(s),[d,u]=c.useState(r),f=s?t:d,{current:h}=c.useRef(r);c.useEffect(()=>{process.env.NODE_ENV==="production"||s===i||console.warn([`RBUI: A component is changing the ${s?"":"un"}controlled ${a} state of ${o} to be ${s?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${o} element for the lifetime of the component.`,"The nature of the state is determined during the first render.","It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
41
|
-
`))},[a,
|
|
42
|
-
`))},[r,s,o,h,a]);const p=c.useCallback(v=>{s||u(v)},[s]);return[f,p]},xn=c.forwardRef((e,t)=>{const{children:r,className:o,defaultSelected:a=!1,disabled:s=!1,dismissible:i=!1,icon:d,onChange:u,onDismiss:f,readOnly:h,selected:p,...v}=e,[g,m]=In({controlledValue:p,defaultValue:a,name:"InputTag",state:"selected"}),b=x=>{if(s)return;const E=h?!!g:!g;m(E),u?.(x,E)},C=U("rbui-input-tag",{"rbui-input-tag--disabled":s,"rbui-input-tag--selected":!s&&g,"rbui-input-tag--unselected":!s&&!g},o);return l.jsx(G0,{"aria-selected":s?void 0:g,bordered:!g&&!s,className:C,disabled:s,dismissible:i&&!s,icon:d,onClick:b,onDismiss:f,readOnly:h,ref:t,...v,children:r})});xn.displayName="InputTag";const Z2=c.createContext(null);function Lv(){return c.useContext(Z2)}const T2=c.forwardRef((e,t)=>{const{children:r,className:o,rowDensity:a="small",...s}=e,i=c.useMemo(()=>({rowDensity:a}),[a]);return l.jsx(Z2.Provider,{value:i,children:l.jsx("table",{...s,className:U("rbui-table",o),ref:t,children:r})})});T2.displayName="Table";const K0=c.createContext(null);function F2(){return c.useContext(K0)}const Hv={variant:"body"},V2=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx(K0.Provider,{value:Hv,children:l.jsx("tbody",{className:U("rbui-table-body",o),ref:t,...a,children:r})})});V2.displayName="TableBody";const k2=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e,s=F2(),i=s?.variant==="head",d=s?.variant==="body",u=s?.variant==="foot",f=i?"th":"td",h=U("rbui-table-cell",{"rbui-table-cell__body":d,"rbui-table-cell__foot":u,"rbui-table-cell__foot--has-pagination":u&&s?.hasPagination,"rbui-table-cell__head":i},o);return l.jsx(f,{className:h,ref:t,...a,children:r})});k2.displayName="TableCell";const O2=c.createContext(null);function Bv(){return c.useContext(O2)}const L2=c.forwardRef((e,t)=>{const{children:r,className:o,floating:a=!1,...s}=e,i=Bv();if(!i)throw new Error("TableCellAction must be used within a `TableRowContext.Provider`");const{highlighted:d}=i;return d?l.jsx("div",{className:U(o,"rbui-table-cell-action",{"rbui-table-cell-action--floating":a}),ref:t,...s,children:r}):null});L2.displayName="TableCellAction";const H2=c.forwardRef((e,t)=>{const{children:r,className:o,hasPagination:a,...s}=e,i=c.useMemo(()=>({hasPagination:a,variant:"foot"}),[a]);return l.jsx(K0.Provider,{value:i,children:l.jsx("tfoot",{className:U("rbui-table-foot",o),ref:t,...s,children:r})})});H2.displayName="TableFoot";const B2=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e,s=c.useMemo(()=>({variant:"head"}),[]);return l.jsx(K0.Provider,{value:s,children:l.jsx("thead",{className:U("rbui-table-head",o),ref:t,...a,children:r})})});B2.displayName="TableHead";const _v=/^space-\d+x$/,Dv=e=>_v.test(e),Ce=e=>e,Le=e=>`var(--banana-${e})`,z0=e=>`var(--banana-${e})`,t0=e=>`var(--banana-${e})`,$v=(e="block")=>Ce(e),Rv=(e="flex")=>Ce(e),Y0=e=>Dv(e)?Le(e):Ce(e),_2={...{alignSelf:["alignSelf",Ce],flex:["flex",Ce],flexBasis:["flexBasis",Ce],flexGrow:["flexGrow",Ce],flexShrink:["flexShrink",Ce],justifySelf:["justifySelf",Ce],order:["order",Ce],overflow:["overflow",Ce]},...{margin:["margin",Le],marginBlock:["marginBlock",Le],marginBlockEnd:["marginBlockEnd",Le],marginBlockStart:["marginBlockStart",Le],marginInline:["marginInline",Le],marginInlineEnd:["marginInlineEnd",Le],marginInlineStart:["marginInlineStart",Le],padding:["padding",Le],paddingBlock:["paddingBlock",Le],paddingBlockEnd:["paddingBlockEnd",Le],paddingBlockStart:["paddingBlockStart",Le],paddingInline:["paddingInline",Le],paddingInlineEnd:["paddingInlineEnd",Le],paddingInlineStart:["paddingInlineStart",Le]},...{height:["height",Ce],maxHeight:["maxHeight",Ce],maxWidth:["maxWidth",Ce],minHeight:["minHeight",Ce],minWidth:["minWidth",Ce],width:["width",Ce]},...{backgroundColor:["backgroundColor",z0]},...{borderEndEndRadius:["borderEndEndRadius",t0],borderEndStartRadius:["borderEndStartRadius",t0],borderRadius:["borderRadius",t0],borderStartEndRadius:["borderStartEndRadius",t0],borderStartStartRadius:["borderStartStartRadius",t0]},...{bottom:["bottom",Y0],insetInlineEnd:["insetInlineEnd",Y0],insetInlineStart:["insetInlineStart",Y0],position:["position",Ce],top:["top",Y0]}},D2={..._2,display:["display",$v]},$2={..._2,alignContent:["alignContent",Ce],alignItems:["alignItems",Ce],columnGap:["columnGap",z0],direction:["flexDirection",Ce],display:["display",Rv],gap:["gap",z0],justifyContent:["justifyContent",Ce],rowGap:["rowGap",z0],wrap:["flexWrap",Ce]};function R2(e,t=D2){const r={};for(const a in e){const s=t[a];if(!s||e[a]==null)continue;const[i,d]=s,u=d(e[a]);r[i]=u}return{...e.style,...r}}function U2(e,t=D2){return Object.keys(e).reduce((o,a)=>a in t?o:{...o,[a]:e[a]},{})}function Uv(e){const[t,r]=c.useState();return c.useEffect(()=>{const o=new ResizeObserver(a=>{for(const s of a)r(s.target.offsetWidth)});return e&&o.observe(e),()=>{o.disconnect()}},[e]),t}function X0({onEnter:e,onLeave:t}={}){const[r,o]=c.useState(!1),a=c.useCallback(i=>{o(!0),e?.(i)},[e]),s=c.useCallback(i=>{o(!1),t?.(i)},[t]);return{handlers:{onMouseEnter:a,onMouseLeave:s},hovered:r}}const W2=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a=!1,onBlur:s,onFocus:i,onMouseEnter:d,onMouseLeave:u,selected:f=!1,...h}=e,[p,v]=c.useState(!1),{handlers:g,hovered:m}=X0({onEnter:d,onLeave:u}),b=c.useRef(),C=Lv(),x=F2(),E=m||p,I=c.useMemo(()=>({highlighted:E}),[E]);c.useEffect(()=>()=>{window.clearTimeout(b.current)},[]);const M=x?.variant==="body",S=x?.variant==="head",V=x?.variant==="foot",k=U("rbui-table-row",{"rbui-table-row--disabled":a,"rbui-table-row--highlighted":E,"rbui-table-row--selected":f,"rbui-table-row__body":M,"rbui-table-row__body--large":M&&C?.rowDensity==="large","rbui-table-row__body--medium":M&&C?.rowDensity==="medium","rbui-table-row__body--small":M&&C?.rowDensity==="small","rbui-table-row__foot":V,"rbui-table-row__head":S},o),_=B=>{window.clearTimeout(b.current),v(!0),i?.(B)},G=B=>{b.current=window.setTimeout(()=>v(!1)),s?.(B)};return l.jsx(O2.Provider,{value:I,children:l.jsx("tr",{className:k,onBlur:G,onFocus:_,ref:t,tabIndex:M?0:-1,...g,...h,children:r})})});W2.displayName="TableRow";const j2=c.forwardRef((e,t)=>{const{children:r,className:o,direction:a=!1,onClick:s,...i}=e,d=a==="desc"?Kr:Yr,u=f=>{(f.code==="Enter"||f.code==="Space")&&(f.preventDefault(),s?.(f))};return l.jsxs("span",{className:U("rbui-table-sort-label",{"rbui-table-sort-label--active":a},o),onClick:s,onKeyDown:u,ref:t,role:"button",tabIndex:0,...i,children:[r,l.jsx(d,{className:"rbui-table-sort-label__icon"})]})});j2.displayName="TableSortLabel";const Sn=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx("div",{...a,className:U("rbui-tag-group",o),ref:t,children:r})});Sn.displayName="TagGroup";const Wv="+",jv="-",qv="trend-icon",Gv="impact-down-icon",J0={NEGATIVE:"negative",NEUTRAL:"neutral",POSITIVE:"positive"},Kv={[J0.NEGATIVE]:{defaultIcon:l.jsx(rn,{"data-testid":Gv,size:16}),sign:jv,trendClass:"rbui-trend-marker--negative"},[J0.NEUTRAL]:{defaultIcon:null,sign:null,trendClass:"rbui-trend-marker--neutral"},[J0.POSITIVE]:{defaultIcon:l.jsx(on,{"data-testid":qv,size:16}),sign:Wv,trendClass:"rbui-trend-marker--positive"}},zv=(e,t)=>e?e===!0?t:e:null,q2=c.forwardRef((e,t)=>{const{children:r,className:o,highlighted:a=!1,useIcon:s=!1,variant:i=J0.NEUTRAL,...d}=e,{defaultIcon:u,sign:f,trendClass:h}=Kv[i],p=zv(s,u),v=U("rbui-trend-marker",h,{"rbui-trend-marker--highlighted":a,"rbui-trend-marker--with-icon":!!p},o);return l.jsx("div",{className:v,ref:t,...d,children:l.jsxs("div",{className:"rbui-trend-marker__content",children:[p,l.jsxs("div",{className:"rbui-trend-marker__text",children:[f&&l.jsx("span",{children:f}),r]})]})})});q2.displayName="TrendMarker";const Yv={default:"p","heading-1":"h1","heading-2":"h2","heading-3":"h3","heading-4":"h4","heading-5":"h5","heading-xl":"h1",link:"a","link-small":"a",text:"p","text-bold":"p","text-mono":"code","text-mono-small":"code","text-small":"p","text-small-bold":"p"},G2=c.forwardRef((e,t)=>{const{as:r,children:o,className:a,color:s,variant:i,...d}=e,u=r||Yv[i||"default"],f=U("rbui-typography",i&&`rbui-typography--${i}`,s&&`rbui-typography--color-${s}`,a);return l.jsx(u,{...d,className:f,ref:t,children:o})});G2.displayName="Typography";function K2(e){const{children:t,onOpenChange:r,open:o}=e,{contextValue:a}=z7({onOpenChange:r,open:o});return l.jsx(Dt.Provider,{value:a,children:t})}K2.displayName="Menu";const z2=c.forwardRef((e,t)=>{const{children:r,disabled:o=!1,htmlType:a,type:s,...i}=e,{getRootProps:d}=Ad({disabled:o,focusableWhenDisabled:!1,rootRef:t}),u=De,{ownerState:f,...h}=Bt({additionalProps:{ref:t},elementType:u,externalForwardedProps:i,externalSlotProps:void 0,getSlotProps:d,ownerState:void 0});return l.jsx(De,{...h,htmlType:a,type:s,children:r})});z2.displayName="MenuButton";const Y2=c.forwardRef((e,t)=>{const{children:r,className:o,placement:a="bottom-end"}=e,{contextValue:s,getListboxProps:i,listboxRef:d,open:u,triggerElement:f}=xi({disabledItemsFocusable:!1,listboxRef:t}),h=i(),p=U("rbui-menu-content",o);return l.jsx(Si,{value:s,children:l.jsx(T0,{anchor:f,middleware:[Gt(4),Z0()],open:u,placement:a,style:{display:u?"block":"none"},children:l.jsx("ul",{...h,className:p,ref:d,children:r})})})});Y2.displayName="MenuContent";function X2(e){const{children:t,className:r,...o}=e,a=U("rbui-menu-group",r);return l.jsx("li",{className:"rbui-menu-group__container",children:l.jsx("ul",{className:a,role:"group",...o,children:t})})}X2.displayName="MenuGroup";function J2(e){const{children:t,className:r,...o}=e,a=U("rbui-menu-group__label",r);return l.jsx("li",{className:a,role:"presentation",...o,children:t})}J2.displayName="MenuGroupLabel";const Q2=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a=!1,startIcon:s,...i}=e,{disabled:d,getRootProps:u,highlighted:f}=Zd({disabled:a,rootRef:t}),h=U("rbui-menu-item",o,{"rbui-menu-item--disabled":d,"rbui-menu-item--highlighted":!d&&f}),p="li",v=Bt({className:h,elementType:p,externalForwardedProps:i,externalSlotProps:void 0,getSlotProps:u,ownerState:void 0});return l.jsxs(p,{...v,"aria-label":"label",children:[s&&l.jsx("span",{className:"rbui-menu-item__start-icon",role:"img",children:s}),r]})});Q2.displayName="MenuItem";function ec(){return l.jsx("li",{"aria-hidden":!0,"aria-orientation":"horizontal",className:"rbui-menu-separator",role:"separator"})}ec.displayName="MenuSeparator";const Xv={error:e=>l.jsx(O5,{...e}),info:e=>l.jsx(pa,{...e}),success:e=>l.jsx($o,{...e}),warning:e=>l.jsx(xs,{...e})};function Jv(e){const{actions:t,children:r,className:o,icon:a,onClose:s,role:i="alert",type:d="info",...u}=e;return l.jsxs("div",{className:U(`rbui-alert rbui-alert--${d}`,o),role:i,...u,children:[a!==!1?l.jsx("div",{className:`rbui-alert__icon rbui-alert__icon--${d}`,children:a||Xv[d]()}):null,l.jsxs("div",{className:"rbui-alert__content",children:[r,t?l.jsx("div",{className:"rbui-alert__actions",children:t}):null]}),s?l.jsx(De,{"aria-label":"Close",className:"rbui-alert__close",onClick:()=>s(),startIcon:l.jsx(Jo,{}),type:"tertiary"}):null]})}function Qv(e){const{children:t,className:r}=e;return l.jsx("div",{className:U("rbui-alert-title",r),children:t})}var ew=e=>typeof e=="function",Mn=(e,t)=>ew(e)?e(t):e,tw=(()=>{let e=0;return()=>(++e).toString()})(),rw=20,An="default",tc=(e,t)=>{let{toastLimit:r}=e.settings;switch(t.type){case 0:return{...e,toasts:[t.toast,...e.toasts].slice(0,r)};case 1:return{...e,toasts:e.toasts.map(i=>i.id===t.toast.id?{...i,...t.toast}:i)};case 2:let{toast:o}=t;return tc(e,{type:e.toasts.find(i=>i.id===o.id)?1:0,toast:o});case 3:let{toastId:a}=t;return{...e,toasts:e.toasts.map(i=>i.id===a||a===void 0?{...i,dismissed:!0,visible:!1}:i)};case 4:return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(i=>i.id!==t.toastId)};case 5:return{...e,pausedAt:t.time};case 6:let s=t.time-(e.pausedAt||0);return{...e,pausedAt:void 0,toasts:e.toasts.map(i=>({...i,pauseDuration:i.pauseDuration+s}))}}},Q0=[],rc={toasts:[],pausedAt:void 0,settings:{toastLimit:rw}},Je={},nc=(e,t=An)=>{Je[t]=tc(Je[t]||rc,e),Q0.forEach(([r,o])=>{r===t&&o(Je[t])})},oc=e=>Object.keys(Je).forEach(t=>nc(e,t)),nw=e=>Object.keys(Je).find(t=>Je[t].toasts.some(r=>r.id===e)),er=(e=An)=>t=>{nc(t,e)},ow={blank:4e3,error:4e3,success:2e3,loading:1/0,custom:4e3},aw=(e={},t=An)=>{let[r,o]=c.useState(Je[t]||rc),a=c.useRef(Je[t]);c.useEffect(()=>(a.current!==Je[t]&&o(Je[t]),Q0.push([t,o]),()=>{let i=Q0.findIndex(([d])=>d===t);i>-1&&Q0.splice(i,1)}),[t]);let s=r.toasts.map(i=>{var d,u,f;return{...e,...e[i.type],...i,removeDelay:i.removeDelay||((d=e[i.type])==null?void 0:d.removeDelay)||e?.removeDelay,duration:i.duration||((u=e[i.type])==null?void 0:u.duration)||e?.duration||ow[i.type],style:{...e.style,...(f=e[i.type])==null?void 0:f.style,...i.style}}});return{...r,toasts:s}},lw=(e,t="blank",r)=>({createdAt:Date.now(),visible:!0,dismissed:!1,type:t,ariaProps:{role:"status","aria-live":"polite"},message:e,pauseDuration:0,...r,id:r?.id||tw()}),r0=e=>(t,r)=>{let o=lw(t,e,r);return er(o.toasterId||nw(o.id))({type:2,toast:o}),o.id},xe=(e,t)=>r0("blank")(e,t);xe.error=r0("error"),xe.success=r0("success"),xe.loading=r0("loading"),xe.custom=r0("custom"),xe.dismiss=(e,t)=>{let r={type:3,toastId:e};t?er(t)(r):oc(r)},xe.dismissAll=e=>xe.dismiss(void 0,e),xe.remove=(e,t)=>{let r={type:4,toastId:e};t?er(t)(r):oc(r)},xe.removeAll=e=>xe.remove(void 0,e),xe.promise=(e,t,r)=>{let o=xe.loading(t.loading,{...r,...r?.loading});return typeof e=="function"&&(e=e()),e.then(a=>{let s=t.success?Mn(t.success,a):void 0;return s?xe.success(s,{id:o,...r,...r?.success}):xe.dismiss(o),a}).catch(a=>{let s=t.error?Mn(t.error,a):void 0;s?xe.error(s,{id:o,...r,...r?.error}):xe.dismiss(o)}),e};var sw=1e3,cw=(e,t="default")=>{let{toasts:r,pausedAt:o}=aw(e,t),a=c.useRef(new Map).current,s=c.useCallback((p,v=sw)=>{if(a.has(p))return;let g=setTimeout(()=>{a.delete(p),i({type:4,toastId:p})},v);a.set(p,g)},[]);c.useEffect(()=>{if(o)return;let p=Date.now(),v=r.map(g=>{if(g.duration===1/0)return;let m=(g.duration||0)+g.pauseDuration-(p-g.createdAt);if(m<0){g.visible&&xe.dismiss(g.id);return}return setTimeout(()=>xe.dismiss(g.id,t),m)});return()=>{v.forEach(g=>g&&clearTimeout(g))}},[r,o,t]);let i=c.useCallback(er(t),[t]),d=c.useCallback(()=>{i({type:5,time:Date.now()})},[i]),u=c.useCallback((p,v)=>{i({type:1,toast:{id:p,height:v}})},[i]),f=c.useCallback(()=>{o&&i({type:6,time:Date.now()})},[o,i]),h=c.useCallback((p,v)=>{let{reverseOrder:g=!1,gutter:m=8,defaultPosition:b}=v||{},C=r.filter(I=>(I.position||b)===(p.position||b)&&I.height),x=C.findIndex(I=>I.id===p.id),E=C.filter((I,M)=>M<x&&I.visible).length;return C.filter(I=>I.visible).slice(...g?[E+1]:[0,E]).reduce((I,M)=>I+(M.height||0)+m,0)},[r]);return c.useEffect(()=>{r.forEach(p=>{if(p.dismissed)s(p.id,p.removeDelay);else{let v=a.get(p.id);v&&(clearTimeout(v),a.delete(p.id))}})},[r,s]),{toasts:r,handlers:{updateHeight:u,startPause:d,endPause:f,calculateOffset:h}}};const Nn=c.createContext(null),ac=()=>c.useContext(Nn),iw=e=>{const{children:t,className:r,onHeightUpdate:o,style:a,toast:s}=e,{createdAt:i,duration:d,id:u,visible:f}=s,h=c.useRef(null);c.useEffect(()=>{const v=h.current;if(!v)return;const g=()=>{const b=v.getBoundingClientRect().height;o(u,b)};g();const m=new MutationObserver(g);return m.observe(v,{characterData:!0,childList:!0,subtree:!0}),()=>{m.disconnect()}},[u,o]);const p=c.useMemo(()=>({createdAt:i,duration:d,id:u}),[u,i,d]);return l.jsx(Nn.Provider,{value:p,children:l.jsx("div",{className:r,ref:h,style:a,children:l.jsx("div",{className:f?"rbui-toast-animation--visible":"rbui-toast-animation--hidden",children:t})})})},dw=c.forwardRef((e,t)=>{const{className:r,duration:o=5e3}=e,{handlers:{calculateOffset:a,endPause:s,startPause:i,updateHeight:d},toasts:u}=cw({duration:o,position:"top-center",removeDelay:400});return zn.createPortal(l.jsx("div",{className:U("rbui-toaster",r),id:"rbui-toaster",onBlur:s,onFocus:i,onMouseEnter:i,onMouseLeave:s,ref:t,children:u.map(f=>{const h=a(f,{defaultPosition:"top-center",gutter:16,reverseOrder:!1});return l.jsx(iw,{className:U("rbui-toast-wrapper",f.visible&&"rbui-toast-wrapper--visible"),onHeightUpdate:d,style:{transform:`translateY(${h}px)`},toast:f,children:Mn(f.message,f)},f.id)})}),document.body)}),uw=["Description","ActionsContainer"],fw={error:l.jsx(tn,{}),info:l.jsx(O0,{}),success:l.jsx(Xr,{}),warning:l.jsx(an,{})},lc=c.forwardRef((e,t)=>{const{children:r,className:o,dismissible:a=!0,onDismiss:s,variant:i="info",...d}=e,{contextValue:u,slots:f}=N2({slotNames:uw}),h=ac(),p={"--rbui-toast-timer-duration":h?.duration??1/0},v=()=>{xe.dismiss(h?.id),s?.()};return l.jsx(Cn.Provider,{value:u,children:l.jsxs("div",{...d,className:U("rbui-toast",`rbui-toast--${i}`,o),ref:t,children:[l.jsx("div",{className:"rbui-toast__icon",children:fw[i]}),l.jsxs("div",{className:"rbui-toast__body",children:[l.jsxs("div",{className:"rbui-toast__content",children:[l.jsx("div",{className:"rbui-toast__title",children:r}),l.jsx("div",{className:"rbui-toast__description",children:f.Description})]}),l.jsx("div",{className:"rbui-toast__actions-container",children:f.ActionsContainer})]}),a&&l.jsx("button",{"aria-label":"Dismiss",className:"rbui-toast__close-wrapper rbui-button-reset",onClick:v,tabIndex:-1,type:"button",children:l.jsx(yt,{className:"rbui-toast__close-wrapper-icon"})}),l.jsx("div",{className:"rbui-toast__timer",style:p},h?.createdAt)]})})});lc.displayName="Toast";const sc=(e,t={})=>xe.custom(e,t);sc.dismiss=xe.dismiss;const cc=c.createContext(null);function ic(){return c.useContext(cc)}const dc=c.forwardRef((e,t)=>{const{className:r,open:o,...a}=e;return l.jsx("div",{className:U({"rbui-modal__backdrop":o},r),ref:t,...a})});dc.displayName="Backdrop";const uc=c.forwardRef((e,t)=>{const{children:r,className:o,onClose:a,open:s,role:i="dialog",width:d="sm",...u}=e,f=c.useMemo(()=>e,[e]),h=()=>{a?.()};return l.jsx(cc.Provider,{value:f,children:l.jsx(ro,{"aria-modal":"true",className:U("rbui-modal",o),onClose:h,open:s,ref:t,role:i,slots:{backdrop:M7(dc)},...u,children:l.jsx("div",{className:U("rbui-modal__wrapper",`rbui-modal__wrapper--${d}`),children:r})})})});uc.displayName="Modal";const fc=c.forwardRef((e,t)=>{const{children:r,className:o,padding:a="narrow",...s}=e;return l.jsx("div",{...s,className:U("rbui-modal__body",`rbui-modal__body--${a}`,o),ref:t,children:r})});fc.displayName="ModalBody";function Pn(e){const{children:t,className:r,...o}=e,a=ic();if(a===null)throw new Error("ModalCloseButton must be used within a ModalContext.Provider");const{onClose:s}=a,i=()=>{s?.()};return l.jsx(De,{...o,className:r,onClick:i,type:"tertiary",children:t})}Pn.displayName="ModalCloseButton";const hc=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx("div",{...a,className:U("rbui-modal__footer",o),ref:t,children:r})});hc.displayName="ModalFooter";const pc=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx("div",{...a,className:U("rbui-modal__footer--actions",o),ref:t,children:r})});pc.displayName="ModalFooterActions";const gc=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e,s=ic();if(s===null)throw new Error("ModalHeader must be used within a ModalContext.Provider");const{onClose:i}=s;return l.jsxs("div",{...a,className:U("rbui-modal__header",o),ref:t,children:[l.jsx("div",{className:"rbui-modal__header-section",children:r}),i&&l.jsx(Pn,{className:"rbui-modal__header-close",startIcon:l.jsx(yt,{})})]})});gc.displayName="ModalHeader";const vc=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e;return l.jsx("div",{...a,className:U("rbui-modal__header-title",o),ref:t,children:r})});vc.displayName="ModalHeaderTitle";const Zn=c.createContext(null);function tr(){return c.useContext(Zn)}const wc=e=>{const{defaultOpen:t,onOpenChange:r,open:o,placement:a="bottom-start"}=e,[s,i]=In({controlledValue:o,defaultValue:t,name:"Popup",state:"open"}),d=c.useCallback((b,C)=>{i(b),r?.(b,C)},[i,r]),{context:u,refs:f}=f2({middleware:[Gt(4),Z0({crossAxis:a.includes("-"),fallbackAxisSideDirection:"end",padding:4}),Rr({padding:4})],onOpenChange:d,open:s,placement:a,whileElementsMounted:A0}),h=dv(u),p=hv(u),v=p2(u),g=h2([h,p,v]);return c.useMemo(()=>({context:u,interactions:g,isOpen:!!s,refs:f,setIsOpen:d}),[s,d,u,g,f])},mc=({children:e,...t})=>{const r=wc(t);return l.jsx(Zn.Provider,{value:r,children:e})};mc.displayName="Popup";function bc(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function yc(...e){return t=>{let r=!1;const o=e.map(a=>{const s=bc(a,t);return!r&&typeof s=="function"&&(r=!0),s});if(r)return()=>{for(let a=0;a<o.length;a++){const s=o[a];typeof s=="function"?s():bc(e[a],null)}}}}function n0(...e){return n.useCallback(yc(...e),e)}function rr(e){const t=hw(e),r=n.forwardRef((o,a)=>{const{children:s,...i}=o,d=n.Children.toArray(s),u=d.find(gw);if(u){const f=u.props.children,h=d.map(p=>p===u?n.Children.count(f)>1?n.Children.only(null):n.isValidElement(f)?f.props.children:null:p);return l.jsx(t,{...i,ref:a,children:n.isValidElement(f)?n.cloneElement(f,void 0,h):null})}return l.jsx(t,{...i,ref:a,children:s})});return r.displayName=`${e}.Slot`,r}var o0=rr("Slot");function hw(e){const t=n.forwardRef((r,o)=>{const{children:a,...s}=r;if(n.isValidElement(a)){const i=ww(a),d=vw(s,a.props);return a.type!==n.Fragment&&(d.ref=o?yc(o,i):i),n.cloneElement(a,d)}return n.Children.count(a)>1?n.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var pw=Symbol("radix.slottable");function gw(e){return n.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===pw}function vw(e,t){const r={...t};for(const o in t){const a=e[o],s=t[o];/^on[A-Z]/.test(o)?a&&s?r[o]=(...d)=>{const u=s(...d);return a(...d),u}:a&&(r[o]=a):o==="style"?r[o]={...a,...s}:o==="className"&&(r[o]=[a,s].filter(Boolean).join(" "))}return{...e,...r}}function ww(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}const Ec=c.forwardRef((e,t)=>{const{children:r,...o}=e,a=tr();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{setIsOpen:s}=a;return l.jsx(o0,{onClick:()=>{s(!1)},ref:t,...o,children:r})});Ec.displayName="PopupClose";const Cc=c.forwardRef((e,t)=>{const{asChild:r=!1,children:o,className:a,initialFocus:s=0,keepMounted:i=!1,modalFocus:d,positionElement:u,...f}=e,h=tr();if(h==null)throw new Error("Popup components must be wrapped in <Popup />");const{context:p,interactions:v,isOpen:g,refs:m}=h,b=Xe([m.setFloating,t]);if(c.useEffect(()=>{m.setPositionReference(u||null)},[u,m]),!i&&!g)return null;const C=r?o0:"div";return l.jsx(o2,{children:l.jsx(cv,{closeOnFocusOut:!1,context:p,initialFocus:s,modal:d,children:l.jsx(C,{...v.getFloatingProps(f),className:U("rbui-popup-content",{"rbui-popup-content--closed":i&&!g},a),ref:b,style:{...p.floatingStyles,...v.getFloatingProps(f)?.style&&{}},children:o})})})});Cc.displayName="PopupContent";const Ic=c.forwardRef((e,t)=>{const{children:r,...o}=e,a=tr();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{interactions:s,refs:i}=a,d=Xe([i.setReference,t]);return l.jsx(o0,{ref:d,...s.getReferenceProps(o),children:r})});Ic.displayName="PopupTrigger";const ot=c.forwardRef((e,t)=>{const{className:r,control:o,error:a,fullWidth:s,helperText:i,label:d,labelPosition:u="block-start",metadata:f,tooltip:h,...p}=e,v=!!(d||f),g=!!i;return l.jsxs("div",{...p,className:U("rbui-base-field",r,{"rbui-base-field--error":a,"rbui-base-field--full-width":s,"rbui-base-field--has-helper":g,"rbui-base-field--label-block-start":v&&u==="block-start","rbui-base-field--label-inline-end":v&&u==="inline-end","rbui-base-field--label-inline-start":v&&u==="inline-start"}),ref:t,children:[v&&l.jsxs("div",{className:U("rbui-base-field__label"),children:[d,h&&l.jsx(q0,{title:h,children:l.jsx(O0,{className:"rbui-base-field__icon"})}),f&&l.jsx("span",{className:"rbui-base-field__metadata",children:f})]}),l.jsx("div",{className:"rbui-base-field__control",children:o}),g&&l.jsx("span",{className:"rbui-base-field__helper",children:i===" "?l.jsx("span",{children:" "}):i})]})});ot.displayName="BaseField";function mw(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function bw(...e){return c.useMemo(()=>e.every(t=>t==null)?null:t=>{for(const r of e)mw(r,t)},e)}const yw=(e,t)=>l.jsx("input",{...e,ref:t}),Ew={},a0=c.forwardRef((e,t)=>{const{className:r,clearable:o,defaultValue:a,disabled:s,error:i,id:d,inputProps:u=Ew,inputRef:f,leftElement:h,maxRows:p,minRows:v,name:g,onBlur:m,onChange:b,onClick:C,onCountChange:x,onFocus:E,placeholder:I,readOnly:M,renderInput:S=yw,required:V,rightElement:k,value:_,...G}=e,B=_==null,L=c.useRef(null),A=bw(L,f),[X,O]=c.useState(B?a:""),R=B?X:_;c.useEffect(()=>{x?.(R?.length??0)},[R,x]);const j=ee=>{O(ee.target.value),b?.(ee)},{handlers:Z,hovered:P}=X0(),{focused:Y,getInputProps:N,getRootProps:D}=ni({defaultValue:a,disabled:s,error:i,inputRef:A,onBlur:m,onChange:j,onClick:C,onFocus:E,required:V,value:B?void 0:R}),K=ee=>{if(!L.current)return;L.current.value="",O("");const J=Object.create(ee,{currentTarget:{value:L.current},target:{value:L.current}});b?.(J)},$=()=>{const ee=s||M||!R;return l.jsx(De,{"aria-label":"Clear",className:U("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":ee}),onClick:K,onMouseDown:J=>J.preventDefault(),startIcon:l.jsx(yt,{}),type:"tertiary"})},Q=U("rbui-base-input",r,{"rbui-base-input--disabled":s,"rbui-base-input--error":i,"rbui-base-input--focused":Y,"rbui-base-input--hovered":P,"rbui-base-input--readonly":M,"rbui-base-input--required":V}),W=N({id:d,name:g,placeholder:I,readOnly:M,...u,className:U("rbui-base-input__input",u.className,{"rbui-base-input__input--has-left":h,"rbui-base-input__input--has-right":o||k})});return l.jsxs("div",{className:Q,...D({...G,...Z}),ref:t,children:[h&&l.jsx("span",{className:"rbui-base-input__element",children:h}),S(W,A),(k||o)&&l.jsxs("span",{className:"rbui-base-input__element",children:[o&&$(),k]})]})});a0.displayName="BaseInput";const Cw=(e,t)=>n.createElement("svg",{width:12,height:8,viewBox:"0 0 12 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},n.createElement("path",{d:"M2.35331 3.43965C1.95179 3.06044 1.31889 3.07853 0.939676 3.48004C0.560465 3.88156 0.578548 4.51447 0.980066 4.89368L3.98006 7.72701C4.38158 8.10622 5.01449 8.08814 5.3937 7.68662L11.0604 1.68663C11.4396 1.28511 11.4215 0.652201 11.02 0.272989C10.6185 -0.106222 9.98555 -0.0881392 9.60634 0.313379L4.6263 5.58636L2.35331 3.43965Z"})),Iw=c.forwardRef(Cw),xw=(e,t)=>n.createElement("svg",{width:8,height:2,viewBox:"0 0 8 2",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},n.createElement("rect",{width:8,height:2,rx:1})),Sw=c.forwardRef(xw),xc=c.createContext(null),nr=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s=!1,indeterminate:i=!1,inputProps:d,onChange:u,readOnly:f=!1,required:h=!1,...p}=e,v=c.useContext(xc),g={checked:r,defaultChecked:a,disabled:s||v?.disabled,onChange:u,readOnly:f||v?.readOnly,required:h},{checked:m,disabled:b,focusVisible:C,getInputProps:x,readOnly:E}=Wr(g),I=c.useCallback(B=>{E&&B.preventDefault()},[E]),M=x({onClick:I,role:void 0,type:"checkbox",...d,className:U("rbui-checkbox__input",d?.className)}),{handlers:S,hovered:V}=X0(),k=m||i,_=i?l.jsx(Sw,{}):l.jsx(Iw,{}),G=U("rbui-checkbox",o,{"rbui-checkbox--checked":k,"rbui-checkbox--disabled":b,"rbui-checkbox--focus-visible":C&&!b,"rbui-checkbox--hovered":V,"rbui-checkbox--readonly":E});return l.jsxs("span",{className:G,...p,...S,children:[l.jsx("div",{"aria-hidden":!0,className:"rbui-checkbox__inner",children:k&&l.jsx(y,{children:_})}),l.jsx("input",{...M,ref:t})]})});nr.displayName="Checkbox";const at=c.forwardRef((e,t)=>{const{children:r,className:o,htmlFor:a,view:s="bold",...i}=e,d=U(o,"rbui-field-label",{"rbui-field-label--bold":s==="bold","rbui-field-label--normal":s==="normal"});return l.jsx("label",{className:d,htmlFor:a,ref:t,...i,children:r})});at.displayName="FieldLabel";const Tn=c.forwardRef((e,t)=>{const{children:r,className:o,role:a="listbox",...s}=e;return l.jsx("ul",{className:U("rbui-listbox",o),ref:t,role:a,...s,children:r})});Tn.displayName="Listbox";const It=e=>`${e}-${Math.round(Math.random()*1e3)}`,Fn=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s,indeterminate:i,inputProps:d,label:u,onChange:f,readOnly:h,required:p,tooltip:v,...g}=e,m=d?.id??It("rbui-checkbox-field-id"),b={checked:r,defaultChecked:a,disabled:s,indeterminate:i,inputProps:{...d,id:m},onChange:f,readOnly:h,required:p},C=u&&l.jsx(at,{htmlFor:m,view:"normal",children:u});return l.jsx(ot,{className:U("rbui-checkbox-field",o),control:l.jsx(nr,{...b,ref:t}),label:C,labelPosition:"inline-end",tooltip:v,...g})});Fn.displayName="CheckboxField";const Sc=c.createContext({multiple:!1}),Vn=c.forwardRef((e,t)=>{const{children:r,className:o,defaultValue:a,disabled:s,icon:i,id:d,multiple:u,name:f,onChange:h,placeholder:p,readOnly:v,required:g,value:m,...b}=e,[C,x]=In({controlledValue:m,defaultValue:a,name:"Select"}),E=(W,ee)=>{h?.(W,ee),x(ee)},I=c.useRef(null),M=Xe([I,t]),S=c.useMemo(()=>({multiple:u}),[u]),{contextValue:V,getButtonProps:k,getHiddenInputProps:_,getListboxProps:G,getOptionMetadata:B,open:L,options:A,value:X}=qd({buttonRef:M,disabled:s,multiple:u,name:f,onChange:E,required:g,value:C}),O=Array.isArray(X)?X:[],R=O.filter(W=>B(W)?.disabled),j=A.filter(W=>!B(W)?.disabled),Z=O.filter(W=>j.includes(W)).length,P=Z===j.length,Y=Z>0&&Z<j.length,N=W=>{const ee=W.target.checked?[...R,...j]:R;E(W,ee)},D=W=>{if(!W)return null;if(Array.isArray(W))return W.map(J=>B(J)?.label??"").join(", ");const ee=B(W)?.label;return typeof ee=="string"?ee:null},K=s||v?{}:k(),$=U("rbui-select-trigger",{"rbui-select-trigger--disabled":s,"rbui-select-trigger--readonly":v},o),Q=L?k0:Yt;return l.jsxs(l.Fragment,{children:[l.jsx(a0,{...K,className:$,disabled:s,id:d,inputProps:{onMouseDown:W=>W.preventDefault(),readOnly:!0},leftElement:i,placeholder:p,readOnly:v,rightElement:l.jsx(Q,{"aria-hidden":!0,className:"rbui-select-chevron"}),value:D(X)??"",...b}),l.jsx("input",{..._()}),l.jsx(T0,{anchor:I.current,keepMounted:!0,offset:0,open:L,placement:"bottom-start",role:void 0,style:{display:L?"block":"none",minWidth:I.current?.offsetWidth},children:l.jsx(Tn,{className:"rbui-select-menu",...G(),children:l.jsx(Gd,{value:V,children:l.jsxs(Sc.Provider,{value:S,children:[u&&A.length>0&&l.jsxs(l.Fragment,{children:[l.jsxs("li",{className:"rbui-select-menu-header",children:[l.jsx(Fn,{checked:P,indeterminate:Y,label:"Select all",onChange:N}),l.jsxs("span",{className:"rbui-selected-count",children:["(",O.length," selected)"]})]}),l.jsx("li",{className:"rbui-select-menu-divider"})]}),r]})})})})]})});Vn.displayName="Select";const Mc=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s,inputProps:i,name:d,onChange:u,readOnly:f,required:h,...p}=e,{checked:v,disabled:g,focusVisible:m,getInputProps:b,readOnly:C}=Wr(e),{onChange:x,...E}=b({name:d,...i,className:U("rbui-toggle__input",i?.className)});return l.jsxs("span",{"aria-checked":v,"aria-disabled":g,"aria-readonly":C,className:U(o,"rbui-toggle",{"rbui-toggle--checked":v,"rbui-toggle--disabled":g,"rbui-toggle--focus-visible":m,"rbui-toggle--readonly":C}),...p,children:[l.jsx("div",{className:U("rbui-toggle__track"),children:l.jsx("div",{className:U("rbui-toggle__thumb")})}),l.jsx("input",{...E,onChange:C?void 0:x,ref:t})]})});Mc.displayName="Toggle";const Ac=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e,s=U("rbui-listbox-group",o);return l.jsx("li",{children:l.jsx("ul",{className:s,role:"group",...a,ref:t,children:r})})});Ac.displayName="ListboxGroup";const Nc=c.forwardRef((e,t)=>{const{children:r,className:o,...a}=e,s=U("rbui-listbox-group-label",o);return l.jsx("li",{className:s,role:"presentation",...a,ref:t,children:r})});Nc.displayName="ListboxGroupLabel";const l0=c.forwardRef((e,t)=>{const{checkType:r,children:o,className:a,disabled:s,highlighted:i,role:d="option",selected:u,...f}=e,h=U("rbui-listbox-item",{"rbui-listbox-item--disabled":s,"rbui-listbox-item--highlighted":i,"rbui-listbox-item--selected":u},a);return l.jsxs("li",{className:h,ref:t,role:d,...f,children:[r==="checkbox"?l.jsx(nr,{checked:u,className:"rbui-listbox-item__checkbox",disabled:s}):null,o,r==="checkmark"?l.jsx(Jr,{className:"rbui-listbox-item__check-mark"}):null]})});l0.displayName="ListboxItem";const or=c.forwardRef((e,t)=>{const{asChild:r,children:o,className:a,display:s="block",...i}=e,d=R2({...e,display:s});d.boxSizing="border-box";const u=r?o0:"div";return l.jsx(u,{...U2(i),className:U("rbui-box",a),ref:t,style:d,children:o})});or.displayName="Box";function Mw(e){return e}function Aw({children:e,group:t,key:r}){return l.jsxs(Ac,{children:[l.jsx(Nc,{children:t}),e]},r)}const Pc=c.forwardRef((e,t)=>{const{className:r,clearable:o=!1,closeOnSelect:a,defaultValue:s,disabled:i=!1,filterOptions:d,freeSolo:u=!1,getOptionDisabled:f,getOptionLabel:h=Mw,groupBy:p,hideSelectedOptions:v=!1,inputValue:g,loading:m=!1,loadingText:b="Loading...",multiple:C,noOptionsText:x="No options",onChange:E,onClose:I,onInputChange:M,onOpen:S,options:V,placeholder:k,readOnly:_,renderOption:G,required:B,value:L,...A}=e,{anchorEl:X,getClearProps:O,getInputProps:R,getListboxProps:j,getOptionProps:Z,getPopupIndicatorProps:P,getRootProps:Y,getTagProps:N,groupedOptions:D,popupOpen:K,setAnchorEl:$,value:Q}=i3({autoSelect:u,defaultValue:s,disableCloseOnSelect:typeof a=="boolean"?!a:C,disabled:i,filterOptions:d,filterSelectedOptions:v,freeSolo:u,getOptionDisabled:f,getOptionLabel:h,groupBy:p,inputValue:g,multiple:C,onChange:E,onClose:()=>I?.(),onInputChange:M,onOpen:()=>S?.(),options:V,readOnly:_,value:L}),W=(se,te)=>l.jsxs(Sn,{className:"rbui-autocomplete-tag-group",children:[Array.isArray(Q)&&Q.map((de,ue)=>{const{onDelete:me,...Ie}=N({index:ue}),$e=de.id??de.key??de;return c.createElement(xn,{...Ie,disabled:i,dismissible:!_,key:$e,onDismiss:me,readOnly:_,selected:!0},h(de))}),l.jsx("input",{...se,ref:te})]}),ee=(se,te)=>{const de=Z({index:te,option:se}),ue=!!de["aria-disabled"],me=G?G(se):h(se);return l.jsx(l0,{checkType:"checkmark",className:U("rbui-autocomplete-option",{"rbui-autocomplete-option--disabled":ue}),disabled:ue,selected:!!de["aria-selected"],...de,children:me})},J=()=>{const se=C&&Array.isArray(Q)?Q.length>0:!!Q,te=i||_||!se,{color:de,tabIndex:ue,...me}=O();return l.jsx(De,{"aria-label":"Clear",className:U("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":te}),startIcon:l.jsx(yt,{}),tabIndex:0,type:"tertiary",...me})},q=K?k0:Yt,{ref:ne,...ce}=R(),pe=Xe([t,$]),T=Y(),le=Uv(X),ie=u?D.length>0&&K:K;return l.jsxs(l.Fragment,{children:[l.jsx(a0,{className:U("rbui-autocomplete",r),disabled:i,inputProps:{...ce,className:U({"rbui-autocomplete-input":C})},inputRef:ne,placeholder:k,readOnly:_,ref:pe,renderInput:C?W:void 0,required:B,rightElement:l.jsxs(l.Fragment,{children:[o&&J(),!u&&l.jsx(q,{"aria-description":"Toggle popup","aria-hidden":!0,className:"rbui-autocomplete-chevron",onClick:!(i||_)&&P().onClick})]}),...T,...A}),l.jsx(T0,{anchor:X,offset:0,open:ie,placement:"bottom-start",role:void 0,children:l.jsx(or,{borderRadius:"radius-1x",maxHeight:"246px",maxWidth:"80vw",minWidth:le,overflow:"auto",style:{boxShadow:"var(--banana-elevation-2)"},...j(),children:l.jsxs(Tn,{role:"presentation",children:[D.map((se,te)=>{if(p){const de=se;return Aw({...de,children:de.options.map((ue,me)=>ee(ue,me+de.index))})}return ee(se,te)}),D.length===0&&!m&&l.jsx(l0,{className:"rbui-autocomplete-option rbui-autocomplete-option--no-option",disabled:!0,children:x}),m&&l.jsx(l0,{className:"rbui-autocomplete-option rbui-autocomplete-option--loading",disabled:!0,children:b})]})})})]})});Pc.displayName="Autocomplete";const Zc=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a=!1,label:s,orientation:i="vertical",readOnly:d=!1,...u}=e,f=c.useMemo(()=>({disabled:a,readOnly:d}),[a,d]),h=s&&l.jsx(at,{children:s});return l.jsx(xc.Provider,{value:f,children:l.jsx(ot,{className:U("rbui-checkbox-group",`rbui-checkbox-group--${i}`,o),control:l.jsx("div",{className:U("rbui-checkbox-group__list"),role:"group",children:r}),label:h,labelPosition:"block-start",ref:t,...u})})});Zc.displayName="CheckboxGroup";const Tc=c.forwardRef((e,t)=>{const{className:r,clearable:o,defaultValue:a,disabled:s,error:i,helperText:d,id:u,inputProps:f,label:h,leftElement:p,name:v,onBlur:g,onChange:m,onFocus:b,placeholder:C,readOnly:x,required:E,rightElement:I,tooltip:M,value:S,...V}=e,k=u??f?.id??It("rbui-input-field-id"),_={clearable:o,defaultValue:a,disabled:s,error:i,id:k,inputProps:f,leftElement:p,name:v,onBlur:g,onChange:m,onFocus:b,placeholder:C,readOnly:x,required:E,rightElement:I,value:S},G=h&&l.jsx(at,{htmlFor:k,children:h===" "?l.jsx("span",{children:" "}):h});return l.jsx(ot,{...V,className:U("rbui-input-field",r),control:l.jsx(a0,{..._,inputRef:t}),error:i,helperText:d,label:G,tooltip:M})});Tc.displayName="InputField";const Nw=(e,t)=>n.createElement("svg",{width:8,height:8,viewBox:"0 0 8 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},n.createElement("circle",{cx:4,cy:4,r:4})),Pw=c.forwardRef(Nw),Fc=c.createContext(null),kn=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s=!1,inputProps:i,name:d,onChange:u,readOnly:f=!1,required:h=!1,value:p,...v}=e,g=c.useContext(Fc),b={checked:r===void 0&&p!==void 0&&p!==null?g?.value===p:r,defaultChecked:a,disabled:s||g?.disabled,onChange:u||g?.onChange,readOnly:f||g?.readOnly,required:h||g?.required},{checked:C,disabled:x,focusVisible:E,getInputProps:I,readOnly:M}=Wr(b),{onChange:S,...V}=I({name:d||g?.name,role:void 0,type:"radio",...i,className:U("rbui-radio__input",i?.className)}),k=c.useCallback(L=>{M&&L.preventDefault()},[M]),{handlers:_,hovered:G}=X0(),B=U("rbui-radio",o,{"rbui-radio--checked":C,"rbui-radio--disabled":x,"rbui-radio--focus-visible":E&&!x,"rbui-radio--hovered":G,"rbui-radio--readonly":M});return l.jsxs("span",{"aria-checked":C,"aria-disabled":x,"aria-readonly":M,className:B,...v,..._,children:[l.jsx("div",{"aria-hidden":!0,className:"rbui-radio__inner",children:C&&l.jsx(Pw,{})}),l.jsx("input",{...V,onChange:S,onClick:k,ref:t,value:p})]})});kn.displayName="Radio";const Vc=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s=!1,inputProps:i,label:d,name:u,onChange:f,readOnly:h=!1,required:p=!1,tooltip:v,value:g,...m}=e,b=i?.id??It("rbui-radio-field-id"),C={checked:r,defaultChecked:a,disabled:s,inputProps:{...i,id:b},name:u,onChange:f,readOnly:h,required:p,value:g},x=d&&l.jsx(at,{htmlFor:b,view:"normal",children:d});return l.jsx(ot,{className:U("rbui-radio-field",o),control:l.jsx(kn,{...C,ref:t}),label:x,labelPosition:"inline-end",tooltip:v,...m})});Vc.displayName="RadioField";const kc=c.forwardRef((e,t)=>{const{children:r,className:o,defaultValue:a,disabled:s=!1,label:i,name:d,onChange:u,orientation:f="vertical",readOnly:h=!1,required:p=!1,value:v,...g}=e,m=v!==void 0,[b,C]=c.useState(a??null),x=c.useCallback(S=>{m||C(S.target.value),u?.(S)},[m,u,C]),E=d??It("rbui-radio-group-name"),I=c.useMemo(()=>({disabled:s,name:E,onChange:x,readOnly:h,required:p,value:m?v:b}),[s,x,m,E,h,p,b,v]),M=i&&l.jsx(at,{children:i});return l.jsx(Fc.Provider,{value:I,children:l.jsx(ot,{className:U("rbui-radio-group",`rbui-radio-group--${f}`,o),control:l.jsx("div",{className:U("rbui-radio-group__list"),role:"radiogroup",children:r}),label:M,labelPosition:"block-start",ref:t,...g})})});kc.displayName="RadioGroup";const Oc=c.forwardRef((e,t)=>{const{children:r,className:o,defaultValue:a,disabled:s,error:i,icon:d,id:u,label:f,multiple:h,name:p,onChange:v,placeholder:g,readOnly:m,required:b,tooltip:C,value:x,...E}=e,I=It(p??"rbui-select-field-id"),M={defaultValue:a,disabled:s,error:i,icon:d,id:I,multiple:h,name:p,onChange:v,placeholder:g,readOnly:m,required:b,value:x},S=f&&l.jsx(at,{htmlFor:I,children:f===" "?l.jsx("span",{children:" "}):f});return l.jsx(ot,{className:U(o,"rbui-select-field"),control:l.jsx(Vn,{...M,ref:t,children:r}),error:i,label:S,tooltip:C,...E})});Oc.displayName="SelectField";const On=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a=!1,label:s,value:i,...d}=e,u=c.useRef(null),f=Xe([u,t]),h=s??(typeof r=="string"?r:u.current?.textContent?.trim()),{getRootProps:p,highlighted:v,rootRef:g,selected:m}=Rd({disabled:a,label:h,rootRef:f,value:i}),b=a?{}:p(),C=c.useContext(Sc);if(!C)throw new Error("SelectOption must be used within a SelectContext");const{multiple:x}=C,E=x?"checkbox":"checkmark";return l.jsx(l0,{...b,checkType:E,className:U("rbui-select-option",o),disabled:a,highlighted:v,ref:g,selected:m,...d,children:r})});On.displayName="SelectOption";const Lc=c.forwardRef((e,t)=>{const{autoSize:r,className:o,counter:a,defaultValue:s,disabled:i,error:d,helperText:u,id:f,label:h,maxCount:p,maxRows:v,minRows:g=3,name:m,onBlur:b,onChange:C,onFocus:x,placeholder:E,readOnly:I,required:M,resizable:S,textareaProps:V,tooltip:k,value:_,...G}=e,B=f??V?.id??It("rbui-text-field-id"),L={defaultValue:s,disabled:i,error:d,id:B,inputProps:{...V,className:U("rbui-text-field__textarea",V?.className,{"rbui-text-field__textarea--resizable":S})},maxRows:v,minRows:g,name:m,onBlur:b,onChange:C,onFocus:x,placeholder:E,readOnly:I,required:M,value:_},[A,X]=c.useState(0),O=h&&l.jsx(at,{htmlFor:B,children:h===" "?l.jsx("span",{children:" "}):h});return l.jsx(ot,{...G,className:U("rbui-text-field",o),control:l.jsx(a0,{...L,inputRef:t,onCountChange:X,renderInput:(R,j)=>r?l.jsx(oo,{...R,maxRows:v,minRows:g,ref:j}):l.jsx("textarea",{...R,ref:j,rows:g})}),error:d,helperText:u,label:O,metadata:a&&l.jsx("span",{className:"rbui-text-field__counter",children:`${A}${p?`/${p}`:""}`}),tooltip:k})});Lc.displayName="TextField";const Hc=c.forwardRef((e,t)=>{const{checked:r,className:o,defaultChecked:a,disabled:s,inputProps:i,label:d,name:u,onChange:f,readOnly:h,required:p,tooltip:v,...g}=e,m=i?.id??It("rbui-toggle-field-id"),b={checked:r,defaultChecked:a,disabled:s,inputProps:{...i,id:m},name:u,onChange:f,readOnly:h,required:p},C=d&&l.jsx(at,{htmlFor:m,view:"normal",children:d});return l.jsx(ot,{className:U(o,"rbui-toggle-field"),control:l.jsx(Mc,{...b,ref:t}),label:C,labelPosition:"inline-end",tooltip:v,...g})});Hc.displayName="ToggleField";const Bc=c.forwardRef((e,t)=>{const{asChild:r,children:o,className:a,display:s="flex",...i}=e,d=R2({...e,display:s},$2),u=r?o0:"div";return l.jsx(or,{asChild:!0,children:l.jsx(u,{...U2(i,$2),className:U("rbui-flex",a),ref:t,style:d,children:o})})});Bc.displayName="Flex";const _c=c.createContext(null);function ar(){return c.useContext(_c)}const Zw=[10,20,50],xt=9,lt=2;function Tw(){const e=ar();if(!e)throw new Error("PaginationItemsPerPageSelector must be used within a PaginationContext.Provider");const{itemsPerPage:t,itemsPerPageOptions:r,onItemsPerPageChange:o}=e,a=(r||Zw).map(s=>typeof s=="number"?{label:s.toString(),value:s}:s);return a.length<2?null:l.jsx(Vn,{"aria-label":"Items per page selector",className:"rbui-pagination__items-per-page-selector",onChange:(s,i)=>{i!=null&&o?.(i)},value:t,children:a.map(s=>l.jsx(On,{value:s.value,children:s.label},s.value))})}const Ln="...";function Fw(e,t){const r=[],o=t-1;return t<=xt?lr(0,t).map(a=>r.push(a)):(r.push(0),e<=xt-lt*2?lr(1,xt-lt-1).map(a=>r.push(a)):r.push(Ln),e>xt-lt*2&&e<o-lt-1&&lr(e-lt,xt-lt*2).map(a=>r.push(a)),e>=o-lt-1?lr(t-(xt-lt),xt-lt-1).map(a=>r.push(a)):r.push(Ln),r.push(o)),r}function lr(e,t){return Array.from({length:t}).fill(0).map((r,o)=>o+e)}function Vw({value:e}){const t=ar();if(!t)throw new Error("PaginationNavigationItem must be used within a PaginationContext.Provider");const{onPageChange:r,page:o}=t,a=typeof e=="number",s=a?(e+1).toLocaleString():e,i=e===Ln||o===e,d=o===e,u=()=>{if(a)return d?`Current page, page ${s}`:`Go to page ${s}`},f=()=>{typeof e=="number"&&r?.(e)};return l.jsx(De,{"aria-current":d?!0:void 0,"aria-label":u(),className:U("rbui-pagination__navigation-item",{"rbui-pagination__navigation-item__selected":d}),disabled:i,onClick:f,type:"tertiary",children:s})}function kw(){const e=ar();if(!e)throw new Error("PaginationNavigation must be used within a PaginationContext.Provider");const{count:t,itemsPerPage:r,onPageChange:o,page:a}=e;if(t<=r)return null;const s=()=>{o?.(a+1)},i=()=>{o?.(a-1)},d=Fw(a,Math.ceil(t/r));return l.jsx("nav",{"aria-label":"Pagination Navigation",className:"rbui-pagination__navigation",role:"navigation",children:l.jsxs("ul",{children:[l.jsx("li",{children:l.jsx(De,{"aria-label":"Go to previous page",disabled:a===0,onClick:i,type:"tertiary",children:l.jsx(Qr,{})})}),d.map((u,f)=>l.jsx("li",{children:l.jsx(Vw,{value:u})},`rbui-pagination-${u}-${f}`)),l.jsx("li",{children:l.jsx(De,{"aria-label":"Go to next page",disabled:a>=Math.ceil(t/r)-1,onClick:s,type:"tertiary",children:l.jsx(en,{})})})]})})}function Ow(){const e=ar();if(!e)throw new Error("PaginationSummary must be used within a PaginationContext.Provider");const{count:t,itemsPerPage:r,page:o}=e,a=o*r+1,s=Math.min((o+1)*r,t);return l.jsxs("div",{className:"rbui-pagination__summary",children:["Showing ",a.toLocaleString()," ",a!==s?l.jsxs(l.Fragment,{children:["to ",s.toLocaleString()," "]}):null,"of ",t.toLocaleString()]})}const Dc=c.forwardRef((e,t)=>{const{className:r,count:o,itemsPerPage:a,itemsPerPageOptions:s,onItemsPerPageChange:i,onPageChange:d,page:u,...f}=e,h=c.useMemo(()=>e,[e]);return o<1?null:l.jsx(_c.Provider,{value:h,children:l.jsxs("div",{...f,className:U("rbui-pagination",r),ref:t,children:[l.jsxs("div",{className:"rbui-pagination__left",children:[l.jsx(Tw,{}),l.jsx(Ow,{})]}),l.jsx(kw,{})]})})});Dc.displayName="Pagination";const $c=c.forwardRef((e,t)=>{const{children:r,className:o,disabled:a=!1,onClick:s,startIcon:i,value:d,...u}=e,f=C=>{s?.(C,d)},{focusVisible:h,getRootProps:p,selected:v}=r3({...e,disabled:a,rootRef:t,value:d}),{type:g,...m}=p({onClick:f,...u});a&&(m.tabIndex=-1);const b=U("rbui-tab",{"rbui-tab--disabled":a,"rbui-tab--focus-visible":h,"rbui-tab--has-icon":i,"rbui-tab--selected":v},o);return l.jsxs("div",{...m,className:b,children:[i&&l.jsx("span",{className:"rbui-tab__start-icon",role:"img",children:i}),r]})});$c.displayName="Tab";const Rc=c.forwardRef((e,t)=>{const{children:r,className:o,variant:a="primary",...s}=e,{contextValue:i,getRootProps:d}=Qd({rootRef:t}),u=d(s),f=U("rbui-tab-list",{"rbui-tab-list--secondary":a==="secondary"},o);return l.jsx(e3,{value:i,children:l.jsx("div",{...u,className:f,children:r})})});Rc.displayName="TabList";const Uc=c.forwardRef((e,t)=>{const{children:r,className:o,keepMounted:a=!1,value:s,...i}=e,{getRootProps:d,hidden:u,rootRef:f}=Xd({rootRef:t,value:s}),h=d({...i,role:"tabpanel"}),p=U("rbui-tab-panel",{"rbui-tab-panel--hidden":u},o);return l.jsx("div",{...h,className:p,ref:f,children:(a||!u)&&r})});Uc.displayName="TabPanel";const Wc=c.forwardRef((e,t)=>{const{children:r,className:o,defaultValue:a,onChange:s,selectionFollowsFocus:i=!1,value:d,...u}=e,{contextValue:f}=Kd({defaultValue:a,direction:"ltr",onChange:s,orientation:"horizontal",selectionFollowsFocus:i,value:d});return l.jsx(zd,{value:f,children:l.jsx("div",{...u,className:U("rbui-tabs",o),ref:t,children:r})})});Wc.displayName="Tabs";function Hn(e,t=[]){let r=[];function o(s,i){const d=n.createContext(i),u=r.length;r=[...r,i];const f=p=>{const{scope:v,children:g,...m}=p,b=v?.[e]?.[u]||d,C=n.useMemo(()=>m,Object.values(m));return l.jsx(b.Provider,{value:C,children:g})};f.displayName=s+"Provider";function h(p,v){const g=v?.[e]?.[u]||d,m=n.useContext(g);if(m)return m;if(i!==void 0)return i;throw new Error(`\`${p}\` must be used within \`${s}\``)}return[f,h]}const a=()=>{const s=r.map(i=>n.createContext(i));return function(d){const u=d?.[e]||s;return n.useMemo(()=>({[`__scope${e}`]:{...d,[e]:u}}),[d,u])}};return a.scopeName=e,[o,Lw(a,...t)]}function Lw(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const o=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(s){const i=o.reduce((d,{useScope:u,scopeName:f})=>{const p=u(s)[`__scope${f}`];return{...d,...p}},{});return n.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return r.scopeName=t.scopeName,r}function Hw(e){const t=e+"CollectionProvider",[r,o]=Hn(t),[a,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),i=b=>{const{scope:C,children:x}=b,E=c.useRef(null),I=c.useRef(new Map).current;return l.jsx(a,{scope:C,itemMap:I,collectionRef:E,children:x})};i.displayName=t;const d=e+"CollectionSlot",u=rr(d),f=c.forwardRef((b,C)=>{const{scope:x,children:E}=b,I=s(d,x),M=n0(C,I.collectionRef);return l.jsx(u,{ref:M,children:E})});f.displayName=d;const h=e+"CollectionItemSlot",p="data-radix-collection-item",v=rr(h),g=c.forwardRef((b,C)=>{const{scope:x,children:E,...I}=b,M=c.useRef(null),S=n0(C,M),V=s(h,x);return c.useEffect(()=>(V.itemMap.set(M,{ref:M,...I}),()=>void V.itemMap.delete(M))),l.jsx(v,{[p]:"",ref:S,children:E})});g.displayName=h;function m(b){const C=s(e+"CollectionConsumer",b);return c.useCallback(()=>{const E=C.collectionRef.current;if(!E)return[];const I=Array.from(E.querySelectorAll(`[${p}]`));return Array.from(C.itemMap.values()).sort((V,k)=>I.indexOf(V.ref.current)-I.indexOf(k.ref.current))},[C.collectionRef,C.itemMap])}return[{Provider:i,Slot:f,ItemSlot:g},m,o]}function jc(e,t,{checkForDefaultPrevented:r=!0}={}){return function(a){if(e?.(a),r===!1||!a.defaultPrevented)return t?.(a)}}var s0=globalThis?.document?n.useLayoutEffect:()=>{},Bw=n[" useInsertionEffect ".trim().toString()]||s0;function Bn({prop:e,defaultProp:t,onChange:r=()=>{},caller:o}){const[a,s,i]=_w({defaultProp:t,onChange:r}),d=e!==void 0,u=d?e:a;{const h=n.useRef(e!==void 0);n.useEffect(()=>{const p=h.current;p!==d&&console.warn(`${o} is changing from ${p?"controlled":"uncontrolled"} to ${d?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),h.current=d},[d,o])}const f=n.useCallback(h=>{if(d){const p=Dw(h)?h(e):h;p!==e&&i.current?.(p)}else s(h)},[d,e,s,i]);return[u,f]}function _w({defaultProp:e,onChange:t}){const[r,o]=n.useState(e),a=n.useRef(r),s=n.useRef(t);return Bw(()=>{s.current=t},[t]),n.useEffect(()=>{a.current!==r&&(s.current?.(r),a.current=r)},[r,a]),[r,o,s]}function Dw(e){return typeof e=="function"}var $w=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],c0=$w.reduce((e,t)=>{const r=rr(`Primitive.${t}`),o=n.forwardRef((a,s)=>{const{asChild:i,...d}=a,u=i?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),l.jsx(u,{...d,ref:s})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{});function Rw(e,t){return n.useReducer((r,o)=>t[r][o]??r,e)}var qc=e=>{const{present:t,children:r}=e,o=Uw(t),a=typeof r=="function"?r({present:o.isPresent}):n.Children.only(r),s=n0(o.ref,Ww(a));return typeof r=="function"||o.isPresent?n.cloneElement(a,{ref:s}):null};qc.displayName="Presence";function Uw(e){const[t,r]=n.useState(),o=n.useRef(null),a=n.useRef(e),s=n.useRef("none"),i=e?"mounted":"unmounted",[d,u]=Rw(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return n.useEffect(()=>{const f=sr(o.current);s.current=d==="mounted"?f:"none"},[d]),s0(()=>{const f=o.current,h=a.current;if(h!==e){const v=s.current,g=sr(f);e?u("MOUNT"):g==="none"||f?.display==="none"?u("UNMOUNT"):u(h&&v!==g?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,u]),s0(()=>{if(t){let f;const h=t.ownerDocument.defaultView??window,p=g=>{const b=sr(o.current).includes(CSS.escape(g.animationName));if(g.target===t&&b&&(u("ANIMATION_END"),!a.current)){const C=t.style.animationFillMode;t.style.animationFillMode="forwards",f=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=C)})}},v=g=>{g.target===t&&(s.current=sr(o.current))};return t.addEventListener("animationstart",v),t.addEventListener("animationcancel",p),t.addEventListener("animationend",p),()=>{h.clearTimeout(f),t.removeEventListener("animationstart",v),t.removeEventListener("animationcancel",p),t.removeEventListener("animationend",p)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:n.useCallback(f=>{o.current=f?getComputedStyle(f):null,r(f)},[])}}function sr(e){return e?.animationName||"none"}function Ww(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var jw=n[" useId ".trim().toString()]||(()=>{}),qw=0;function Gc(e){const[t,r]=n.useState(jw());return s0(()=>{r(o=>o??String(qw++))},[e]),t?`radix-${t}`:""}var cr="Collapsible",[Gw,Kc]=Hn(cr),[Kw,_n]=Gw(cr),zc=n.forwardRef((e,t)=>{const{__scopeCollapsible:r,open:o,defaultOpen:a,disabled:s,onOpenChange:i,...d}=e,[u,f]=Bn({prop:o,defaultProp:a??!1,onChange:i,caller:cr});return l.jsx(Kw,{scope:r,disabled:s,contentId:Gc(),open:u,onOpenToggle:n.useCallback(()=>f(h=>!h),[f]),children:l.jsx(c0.div,{"data-state":$n(u),"data-disabled":s?"":void 0,...d,ref:t})})});zc.displayName=cr;var Yc="CollapsibleTrigger",Xc=n.forwardRef((e,t)=>{const{__scopeCollapsible:r,...o}=e,a=_n(Yc,r);return l.jsx(c0.button,{type:"button","aria-controls":a.contentId,"aria-expanded":a.open||!1,"data-state":$n(a.open),"data-disabled":a.disabled?"":void 0,disabled:a.disabled,...o,ref:t,onClick:jc(e.onClick,a.onOpenToggle)})});Xc.displayName=Yc;var Dn="CollapsibleContent",Jc=n.forwardRef((e,t)=>{const{forceMount:r,...o}=e,a=_n(Dn,e.__scopeCollapsible);return l.jsx(qc,{present:r||a.open,children:({present:s})=>l.jsx(zw,{...o,ref:t,present:s})})});Jc.displayName=Dn;var zw=n.forwardRef((e,t)=>{const{__scopeCollapsible:r,present:o,children:a,...s}=e,i=_n(Dn,r),[d,u]=n.useState(o),f=n.useRef(null),h=n0(t,f),p=n.useRef(0),v=p.current,g=n.useRef(0),m=g.current,b=i.open||d,C=n.useRef(b),x=n.useRef(void 0);return n.useEffect(()=>{const E=requestAnimationFrame(()=>C.current=!1);return()=>cancelAnimationFrame(E)},[]),s0(()=>{const E=f.current;if(E){x.current=x.current||{transitionDuration:E.style.transitionDuration,animationName:E.style.animationName},E.style.transitionDuration="0s",E.style.animationName="none";const I=E.getBoundingClientRect();p.current=I.height,g.current=I.width,C.current||(E.style.transitionDuration=x.current.transitionDuration,E.style.animationName=x.current.animationName),u(o)}},[i.open,o]),l.jsx(c0.div,{"data-state":$n(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!b,...s,ref:h,style:{"--radix-collapsible-content-height":v?`${v}px`:void 0,"--radix-collapsible-content-width":m?`${m}px`:void 0,...e.style},children:b&&a})});function $n(e){return e?"open":"closed"}var Yw=zc,Xw=Xc,Jw=Jc,Qw=n.createContext(void 0);function em(e){const t=n.useContext(Qw);return e||t||"ltr"}var Ge="Accordion",tm=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Rn,rm,nm]=Hw(Ge),[ir,km]=Hn(Ge,[nm,Kc]),Un=Kc(),Qc=c.forwardRef((e,t)=>{const{type:r,...o}=e,a=o,s=o;return l.jsx(Rn.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?l.jsx(sm,{...s,ref:t}):l.jsx(lm,{...a,ref:t})})});Qc.displayName=Ge;var[e7,om]=ir(Ge),[t7,am]=ir(Ge,{collapsible:!1}),lm=c.forwardRef((e,t)=>{const{value:r,defaultValue:o,onValueChange:a=()=>{},collapsible:s=!1,...i}=e,[d,u]=Bn({prop:r,defaultProp:o??"",onChange:a,caller:Ge});return l.jsx(e7,{scope:e.__scopeAccordion,value:c.useMemo(()=>d?[d]:[],[d]),onItemOpen:u,onItemClose:c.useCallback(()=>s&&u(""),[s,u]),children:l.jsx(t7,{scope:e.__scopeAccordion,collapsible:s,children:l.jsx(r7,{...i,ref:t})})})}),sm=c.forwardRef((e,t)=>{const{value:r,defaultValue:o,onValueChange:a=()=>{},...s}=e,[i,d]=Bn({prop:r,defaultProp:o??[],onChange:a,caller:Ge}),u=c.useCallback(h=>d((p=[])=>[...p,h]),[d]),f=c.useCallback(h=>d((p=[])=>p.filter(v=>v!==h)),[d]);return l.jsx(e7,{scope:e.__scopeAccordion,value:i,onItemOpen:u,onItemClose:f,children:l.jsx(t7,{scope:e.__scopeAccordion,collapsible:!0,children:l.jsx(r7,{...s,ref:t})})})}),[cm,dr]=ir(Ge),r7=c.forwardRef((e,t)=>{const{__scopeAccordion:r,disabled:o,dir:a,orientation:s="vertical",...i}=e,d=c.useRef(null),u=n0(d,t),f=rm(r),p=em(a)==="ltr",v=jc(e.onKeyDown,g=>{if(!tm.includes(g.key))return;const m=g.target,b=f().filter(_=>!_.ref.current?.disabled),C=b.findIndex(_=>_.ref.current===m),x=b.length;if(C===-1)return;g.preventDefault();let E=C;const I=0,M=x-1,S=()=>{E=C+1,E>M&&(E=I)},V=()=>{E=C-1,E<I&&(E=M)};switch(g.key){case"Home":E=I;break;case"End":E=M;break;case"ArrowRight":s==="horizontal"&&(p?S():V());break;case"ArrowDown":s==="vertical"&&S();break;case"ArrowLeft":s==="horizontal"&&(p?V():S());break;case"ArrowUp":s==="vertical"&&V();break}const k=E%x;b[k].ref.current?.focus()});return l.jsx(cm,{scope:r,disabled:o,direction:a,orientation:s,children:l.jsx(Rn.Slot,{scope:r,children:l.jsx(c0.div,{...i,"data-orientation":s,ref:u,onKeyDown:o?void 0:v})})})}),ur="AccordionItem",[im,Wn]=ir(ur),n7=c.forwardRef((e,t)=>{const{__scopeAccordion:r,value:o,...a}=e,s=dr(ur,r),i=om(ur,r),d=Un(r),u=Gc(),f=o&&i.value.includes(o)||!1,h=s.disabled||e.disabled;return l.jsx(im,{scope:r,open:f,disabled:h,triggerId:u,children:l.jsx(Yw,{"data-orientation":s.orientation,"data-state":i7(f),...d,...a,ref:t,disabled:h,open:f,onOpenChange:p=>{p?i.onItemOpen(o):i.onItemClose(o)}})})});n7.displayName=ur;var o7="AccordionHeader",a7=c.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,a=dr(Ge,r),s=Wn(o7,r);return l.jsx(c0.h3,{"data-orientation":a.orientation,"data-state":i7(s.open),"data-disabled":s.disabled?"":void 0,...o,ref:t})});a7.displayName=o7;var jn="AccordionTrigger",l7=c.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,a=dr(Ge,r),s=Wn(jn,r),i=am(jn,r),d=Un(r);return l.jsx(Rn.ItemSlot,{scope:r,children:l.jsx(Xw,{"aria-disabled":s.open&&!i.collapsible||void 0,"data-orientation":a.orientation,id:s.triggerId,...d,...o,ref:t})})});l7.displayName=jn;var s7="AccordionContent",c7=c.forwardRef((e,t)=>{const{__scopeAccordion:r,...o}=e,a=dr(Ge,r),s=Wn(s7,r),i=Un(r);return l.jsx(Jw,{role:"region","aria-labelledby":s.triggerId,"data-orientation":a.orientation,...i,...o,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});c7.displayName=s7;function i7(e){return e?"open":"closed"}var dm=Qc;const d7=c.createContext(null);function fr(){return c.useContext(d7)}const um=e=>e.size,u7=c.forwardRef((e,t)=>{const{children:r,className:o,value:a,...s}=e,i=fr();if(i===null)throw new Error("No AccordionContext provided");const d=c.useRef(null),u=Xe([d,t]),f=c.useMemo(()=>({ref:d}),[]),{id:h}=Ut(a??um,f),p=a??`accordion-item-${h}`,{disableDivider:v,styling:g}=i,m=U("rbui-accordion",{"rbui-accordion--disable-divider":v,"rbui-accordion--styled":g==="styled"},o);return l.jsx(n7,{className:m,ref:u,value:p,...s,children:r})});u7.displayName="Accordion";const f7=c.forwardRef((e,t)=>{const{children:r,className:o,keepMounted:a=!1,...s}=e,i=fr();if(i===null)throw new Error("No AccordionContext provided");const d=c.useRef(null),u=c.useRef(null),f=Xe([d,t]);c.useEffect(()=>{const v=d.current,g=u.current;if(!v||!g||!a)return;const m=new ResizeObserver(()=>{const b=g.clientHeight;v.style.cssText+=`--rbui-internal-accordion-content-height: ${b}px;`});return m.observe(g),()=>m.disconnect()},[a]);const{styling:h}=i,p=U("rbui-accordion-content__inner",{"rbui-accordion-content__inner--styled":h==="styled"},o);return l.jsx(c7,{className:"rbui-accordion-content","data-forcemounted":!!a,forceMount:a?!0:void 0,ref:f,...s,children:l.jsx("div",{className:p,ref:u,children:r})})});f7.displayName="AccordionContent";const qn=c.forwardRef((e,t)=>{const{children:r,className:o,description:a,...s}=e,i=fr();if(i===null)throw new Error("No AccordionContext provided");const{styling:d}=i,u=U("rbui-accordion-header",{"rbui-accordion-header--styled":d==="styled"},o);return l.jsx(a7,{asChild:!0,className:u,ref:t,tabIndex:0,...s,children:l.jsxs(l7,{children:[l.jsxs("div",{className:"rbui-accordion-header__inner",children:[l.jsx("div",{className:U("rbui-accordion-header__title",d==="styled"&&"rbui-accordion-header__title--styled"),children:r}),a&&l.jsx("div",{className:"rbui-accordion-header__description",children:a})]}),l.jsx(Yt,{"aria-hidden":!0,className:"rbui-accordion-header__chevron"})]})})});qn.displayName="AccordionHeader";const h7=c.forwardRef((e,t)=>{const{children:r,className:o,onResetClick:a,showReset:s=!1,...i}=e;if(fr()===null)throw new Error("No AccordionContext provided");const u=U("rbui-accordion-filter-header",o);return l.jsxs("div",{className:u,children:[l.jsx(qn,{ref:t,...i,children:r}),s&&l.jsx(De,{className:"rbui-accordion-filter-header__reset",onClick:f=>{f.stopPropagation(),a?.(f)},type:"inline",children:"Reset"})]})});h7.displayName="AccordionFilterHeader";const p7=c.forwardRef((e,t)=>{const{children:r,className:o,defaultValue:a,disableDivider:s=!1,multiple:i=!1,nonCollapsible:d=!1,onValueChange:u,styling:f="plain",value:h,...p}=e,{contextValue:v}=Rt(),g=c.useMemo(()=>({disableDivider:s,styling:f}),[s,f]),m={collapsible:!d,defaultValue:a,onValueChange:u,type:"single",value:h},b={defaultValue:a,onValueChange:u,type:"multiple",value:h},C=U("rbui-accordion-group",{"rbui-accordion-group--styled":f==="styled"},o);return l.jsx(vt.Provider,{value:v,children:l.jsx(d7.Provider,{value:g,children:l.jsx(dm,{...i?b:m,...p,className:C,ref:t,children:r})})})});p7.displayName="AccordionGroup",w.AbTestIcon=co,w.Accordion=u7,w.AccordionContent=f7,w.AccordionFilterHeader=h7,w.AccordionGroup=p7,w.AccordionHeader=qn,w.ActionsContainer=b2,w.AggregateIcon=io,w.Alert=Jv,w.AlertTitle=Qv,w.AnalyticsIcon=uo,w.AndroidIcon=fo,w.AnonymizeIcon=ho,w.AppleIcon=po,w.ArchiveAltIcon=go,w.ArchiveIcon=vo,w.ArrowCollapseIcon=wo,w.ArrowDownIcon=Kr,w.ArrowExpandIcon=mo,w.ArrowKeyboardNextIcon=bo,w.ArrowKeyboardPreviousIcon=yo,w.ArrowKeyboardUpIcon=Eo,w.ArrowLeftIcon=zr,w.ArrowRightIcon=Co,w.ArrowUpIcon=Yr,w.AssetTag=x2,w.AttributeSlotIcon=Io,w.Autocomplete=Pc,w.AxisIcon=xo,w.AxisLimtIcon=So,w.Badge=S2,w.BarChartIcon=Mo,w.BooleanIcon=Ao,w.BoostIcon=No,w.Box=or,w.BracketsCancelIcon=Po,w.BracketsIcon=Zo,w.BrowserIcon=To,w.BrowserPushIcon=Fo,w.BuryIcon=Vo,w.Button=De,w.ButtonGroup=En,w.CalendarAltIcon=ko,w.CalendarIcon=Oo,w.CatalogIcon=Lo,w.ChatAddIcon=Ho,w.ChatIcon=Bo,w.ChatsIcon=_o,w.CheckCircleIcon=Do,w.CheckFilledIcon=Xr,w.CheckIcon=Ro,w.CheckSmallIcon=Jr,w.Checkbox=nr,w.CheckboxField=Fn,w.CheckboxGroup=Zc,w.ChevronDownFillIcon=Uo,w.ChevronDownIcon=Yt,w.ChevronLeftFillIcon=Wo,w.ChevronLeftIcon=Qr,w.ChevronRightFillIcon=jo,w.ChevronRightIcon=en,w.ChevronUpFillIcon=qo,w.ChevronUpIcon=k0,w.ClearFillIcon=Go,w.ClearIcon=Ko,w.ClipboardAddIcon=zo,w.ClockCircleIcon=Yo,w.CloneIcon=Xo,w.CloseIcon=yt,w.CloseSmallIcon=Qo,w.CloudCheckIcon=e5,w.CloudDownloadIcon=t5,w.CodeIcon=r5,w.ColorPickerAltIcon=n5,w.ColorPickerIcon=o5,w.ColumnsIcon=a5,w.ConditionAltIcon=l5,w.ConditionIcon=s5,w.ConsoleIcon=c5,w.ConstantAltIcon=i5,w.ConstantIcon=d5,w.ContextualPersonalizationIcon=u5,w.CopyIcon=f5,w.CopyToDashboardIcon=h5,w.CsvIcon=p5,w.CustomRowIcon=g5,w.CustomerIcon=v5,w.CustomersFilterIcon=w5,w.CustomersSegmentationIcon=m5,w.DateTimeIcon=b5,w.Description=M2,w.DescriptionIcon=y5,w.DesktopIcon=E5,w.DisabledIcon=C5,w.DivideIcon=I5,w.DocumentationIcon=x5,w.DownloadIcon=S5,w.DragHorizontalIcon=M5,w.DragVericalIcon=A5,w.EditIcon=N5,w.EducationHubIcon=P5,w.EllipsisVerticalIcon=Z5,w.EllipsissHorizontalIcon=T5,w.EmailIcon=F5,w.EmojiPickerIcon=V5,w.EmptyIcon=k5,w.ErrorFillIcon=tn,w.EventIcon=L5,w.EventsSegmentationIcon=H5,w.ExperimentIcon=B5,w.ExposeIcon=_5,w.ExpressionIcon=D5,w.ExternalLinkIcon=$5,w.EyeCrossedIcon=R5,w.EyeIcon=U5,w.FastForwardIcon=W5,w.FileIcon=j5,w.FileVideoIcon=q5,w.FilterIcon=G5,w.FilterTag=A2,w.FireIcon=K5,w.Flex=Bc,w.FolderEmptyIcon=z5,w.FolderFullIcon=Y5,w.ForceAddToRecallIcon=X5,w.ForceAddToRecallUndoIcon=J5,w.FormulaExpressionIcon=Q5,w.FormulaIcon=ea,w.FromStartAltIcon=ta,w.FullscreenIcon=ra,w.GiftIcon=na,w.GoToIcon=oa,w.GraphStatsIcon=aa,w.GridAltIcon=la,w.GridIcon=sa,w.Header=P2,w.HelpIcon=ca,w.HistoryIcon=ia,w.HomeIcon=da,w.HtmlIcon=ua,w.Icon=y,w.ImageSearchIcon=fa,w.ImagesIcon=ha,w.ImpactDownIcon=rn,w.InfoFilledIcon=O0,w.InfoIcon=ga,w.InfoSmallIcon=va,w.InputField=Tc,w.InputTag=xn,w.InternetIcon=wa,w.KeyIcon=ma,w.LayoutIcon=ba,w.LikeIcon=ya,w.LineChartIcon=Ea,w.LinkIcon=Ca,w.ListIcon=Ia,w.LoaderIcon=nn,w.LockIcon=xa,w.LoomiIcon=Sa,w.MapIcon=Ma,w.Menu=K2,w.MenuButton=z2,w.MenuContent=Y2,w.MenuGroup=X2,w.MenuGroupLabel=J2,w.MenuItem=Q2,w.MenuSeparator=ec,w.MetricAltIcon=Aa,w.MinusIcon=Na,w.MobileAppInboxIcon=Pa,w.MobileImageMessageIcon=Za,w.MobilePhoneLandscapeIcon=Ta,w.MobilePhonePortraitIcon=Fa,w.MobilePushIcon=Va,w.MobileSmsIcon=ka,w.MobileTextMessageIcon=Oa,w.Modal=uc,w.ModalBody=fc,w.ModalCloseButton=Pn,w.ModalFooter=hc,w.ModalFooterActions=pc,w.ModalHeader=gc,w.ModalHeaderTitle=vc,w.MoveIcon=La,w.MultiParentRejectedIcon=Ha,w.MultiParentSelectedIcon=Ba,w.MultiParentUnassignedIcon=_a,w.NegationIcon=Da,w.NextStepIcon=y2,w.NotificationIcon=$a,w.NumberIcon=Ra,w.OfflineFillIcon=Ua,w.OfflineIcon=Wa,w.OutOfStockIcon=ja,w.PagesIcon=qa,w.Pagination=Dc,w.PaintIcon=Ga,w.ParagraphCenterAlignIcon=Ka,w.ParagraphLeftAlignIcon=za,w.ParagraphRightAlignIcon=Ya,w.PassDownIcon=Xa,w.PassThroughIcon=Ja,w.PercentageIcon=Qa,w.PersAlt1Icon=el,w.PersAlt2Icon=tl,w.PersAlt3Icon=rl,w.PersAlt4Icon=nl,w.PictureAltIcon=ol,w.PictureIcon=al,w.PinIcon=ll,w.PlugPlayIcon=sl,w.PlusCircleFillIcon=cl,w.PlusCircleIcon=il,w.PlusIcon=dl,w.Popup=mc,w.PopupClose=Ec,w.PopupContent=Cc,w.PopupContext=Zn,w.PopupTrigger=Ic,w.PoverButtonIcon=ul,w.ProductSlotsIcon=fl,w.Radio=kn,w.RadioField=Vc,w.RadioGroup=kc,w.ReceiveIcon=hl,w.RefreshIcon=pl,w.ReleaseNotesIcon=gl,w.RenameAltIcon=vl,w.RenameIcon=wl,w.ReorderIcon=ml,w.ReportIcon=bl,w.RetentionIcon=yl,w.RewertLeftIcon=El,w.RewertRightIcon=Cl,w.RibbonIcon=Il,w.RoadmapIcon=xl,w.RobotIcon=Sl,w.RuleLabelIcon=Ml,w.RunningAggregateIcon=Al,w.SaveIcon=Nl,w.ScenarioIcon=Pl,w.SearchIcon=Zl,w.SecurityShieldIcon=Tl,w.SelectField=Oc,w.SelectOption=On,w.SendIcon=Fl,w.SettingsAltIcon=Vl,w.SettingsIcon=kl,w.ShareIcon=Ol,w.ShopIcon=Ll,w.ShrinkIcon=Hl,w.SortAscIcon=E2,w.SortDescIcon=C2,w.SortIcon=Bl,w.SortInactiveIcon=I2,w.SplitFlowIcon=_l,w.SqlIcon=Dl,w.StarFillIcon=$l,w.StarIcon=Rl,w.StartFillIcon=Ul,w.StartIcon=Wl,w.StatusDotIcon=jl,w.StopIcon=ql,w.StopwatchIcon=Gl,w.StringComponentIcon=Kl,w.StringIcon=zl,w.SuggestionIcon=Yl,w.SurveyIcon=Xl,w.SwapIcon=Jl,w.Tab=$c,w.TabList=Rc,w.TabPanel=Uc,w.Table=T2,w.TableBody=V2,w.TableCell=k2,w.TableCellAction=L2,w.TableFoot=H2,w.TableHead=B2,w.TableRow=W2,w.TableSortLabel=j2,w.TabletLangscapeIcon=Ql,w.TabletPortraitIcon=es,w.Tabs=Wc,w.TagAltIcon=ts,w.TagGroup=Sn,w.TagIcon=rs,w.TemplateIcon=ns,w.TextBoldIcon=os,w.TextField=Lc,w.TextItalicIcon=as,w.TextStyleIcon=ls,w.Toast=lc,w.ToastContext=Nn,w.Toaster=dw,w.ToggleButton=g2,w.ToggleButtonGroup=w2,w.ToggleField=Hc,w.Tooltip=q0,w.TragetIcon=ss,w.TransferIcon=cs,w.TrashIcon=is,w.TrendIcon=on,w.TrendMarker=q2,w.Typography=G2,w.UnExposeIcon=ds,w.UnarchiveAltIcon=us,w.UndoIcon=fs,w.UnlinkIcon=hs,w.UnlockIcon=ps,w.UntilNowAltIcon=gs,w.UploadIcon=vs,w.UsagesIcon=ws,w.UsersIcon=ms,w.VariantsIcon=bs,w.VisualIcon=ys,w.VoucherIcon=Es,w.WaitIcon=Cs,w.WalkthroughsIcon=Is,w.WarningFillIcon=an,w.WebhookIcon=Ss,w.WeblayerIcon=Ms,w.WrenchIcon=As,w.toast=sc,w.usePopup=wc,w.usePopupContext=tr,w.useToastContext=ac,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})}));
|
|
40
|
+
*/var LC=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],sa=LC.join(","),B5=typeof Element>"u",Sr=B5?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ua=!B5&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},ca=function e(t,r){var n;r===void 0&&(r=!0);var a=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"inert"),o=a===""||a==="true",l=o||r&&t&&e(t.parentNode);return l},RC=function(t){var r,n=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"contenteditable");return n===""||n==="true"},V5=function(t,r,n){if(ca(t))return[];var a=Array.prototype.slice.apply(t.querySelectorAll(sa));return r&&Sr.call(t,sa)&&a.unshift(t),a=a.filter(n),a},Z5=function e(t,r,n){for(var a=[],o=Array.from(t);o.length;){var l=o.shift();if(!ca(l,!1))if(l.tagName==="SLOT"){var c=l.assignedElements(),f=c.length?c:l.children,d=e(f,!0,n);n.flatten?a.push.apply(a,d):a.push({scopeParent:l,candidates:d})}else{var h=Sr.call(l,sa);h&&n.filter(l)&&(r||!t.includes(l))&&a.push(l);var m=l.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(l),p=!ca(m,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(l));if(m&&p){var g=e(m===!0?l.children:m.children,!0,n);n.flatten?a.push.apply(a,g):a.push({scopeParent:l,candidates:g})}else o.unshift.apply(o,l.children)}}return a},O5=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},L5=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||RC(t))&&!O5(t)?0:t.tabIndex},_C=function(t,r){var n=L5(t);return n<0&&r&&!O5(t)?0:n},HC=function(t,r){return t.tabIndex===r.tabIndex?t.documentOrder-r.documentOrder:t.tabIndex-r.tabIndex},R5=function(t){return t.tagName==="INPUT"},UC=function(t){return R5(t)&&t.type==="hidden"},jC=function(t){var r=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(n){return n.tagName==="SUMMARY"});return r},KC=function(t,r){for(var n=0;n<t.length;n++)if(t[n].checked&&t[n].form===r)return t[n]},zC=function(t){if(!t.name)return!0;var r=t.form||ua(t),n=function(c){return r.querySelectorAll('input[type="radio"][name="'+c+'"]')},a;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")a=n(window.CSS.escape(t.name));else try{a=n(t.name)}catch(l){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",l.message),!1}var o=KC(a,t.form);return!o||o===t},WC=function(t){return R5(t)&&t.type==="radio"},GC=function(t){return WC(t)&&!zC(t)},qC=function(t){var r,n=t&&ua(t),a=(r=n)===null||r===void 0?void 0:r.host,o=!1;if(n&&n!==t){var l,c,f;for(o=!!((l=a)!==null&&l!==void 0&&(c=l.ownerDocument)!==null&&c!==void 0&&c.contains(a)||t!=null&&(f=t.ownerDocument)!==null&&f!==void 0&&f.contains(t));!o&&a;){var d,h,m;n=ua(a),a=(d=n)===null||d===void 0?void 0:d.host,o=!!((h=a)!==null&&h!==void 0&&(m=h.ownerDocument)!==null&&m!==void 0&&m.contains(a))}}return o},_5=function(t){var r=t.getBoundingClientRect(),n=r.width,a=r.height;return n===0&&a===0},YC=function(t,r){var n=r.displayCheck,a=r.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var o=Sr.call(t,"details>summary:first-of-type"),l=o?t.parentElement:t;if(Sr.call(l,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof a=="function"){for(var c=t;t;){var f=t.parentElement,d=ua(t);if(f&&!f.shadowRoot&&a(f)===!0)return _5(t);t.assignedSlot?t=t.assignedSlot:!f&&d!==t.ownerDocument?t=d.host:t=f}t=c}if(qC(t))return!t.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return _5(t);return!1},XC=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var r=t.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var n=0;n<r.children.length;n++){var a=r.children.item(n);if(a.tagName==="LEGEND")return Sr.call(r,"fieldset[disabled] *")?!0:!a.contains(t)}return!0}r=r.parentElement}return!1},fl=function(t,r){return!(r.disabled||ca(r)||UC(r)||YC(r,t)||jC(r)||XC(r))},hl=function(t,r){return!(GC(r)||L5(r)<0||!fl(t,r))},JC=function(t){var r=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},QC=function e(t){var r=[],n=[];return t.forEach(function(a,o){var l=!!a.scopeParent,c=l?a.scopeParent:a,f=_C(c,l),d=l?e(a.candidates):c;f===0?l?r.push.apply(r,d):r.push(c):n.push({documentOrder:o,tabIndex:f,item:a,isScope:l,content:d})}),n.sort(HC).reduce(function(a,o){return o.isScope?a.push.apply(a,o.content):a.push(o.content),a},[]).concat(r)},da=function(t,r){r=r||{};var n;return r.getShadowRoot?n=Z5([t],r.includeContainer,{filter:hl.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:JC}):n=V5(t,r.includeContainer,hl.bind(null,r)),QC(n)},ex=function(t,r){r=r||{};var n;return r.getShadowRoot?n=Z5([t],r.includeContainer,{filter:fl.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):n=V5(t,r.includeContainer,fl.bind(null,r)),n},H5=function(t,r){if(r=r||{},!t)throw new Error("No node provided");return Sr.call(t,sa)===!1?!1:hl(r,t)};function U5(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function j5(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}function K5(){return/apple/i.test(navigator.vendor)}function ml(){const e=/android/i;return e.test(U5())||e.test(j5())}function tx(){return U5().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function z5(){return j5().includes("jsdom/")}const W5="data-floating-ui-focusable",rx="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function _t(e){let t=e.activeElement;for(;((r=t)==null||(r=r.shadowRoot)==null?void 0:r.activeElement)!=null;){var r;t=t.shadowRoot.activeElement}return t}function je(e,t){if(!e||!t)return!1;const r=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&jo(r)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function $t(e){return"composedPath"in e?e.composedPath()[0]:e.target}function pl(e,t){if(t==null)return!1;if("composedPath"in e)return e.composedPath().includes(t);const r=e;return r.target!=null&&t.contains(r.target)}function nx(e){return e.matches("html,body")}function Ke(e){return e?.ownerDocument||document}function gl(e){return Te(e)&&e.matches(rx)}function G5(e){return e?e.getAttribute("role")==="combobox"&&gl(e):!1}function ax(e){if(!e||z5())return!0;try{return e.matches(":focus-visible")}catch{return!0}}function vl(e){return e?e.hasAttribute(W5)?e:e.querySelector("["+W5+"]")||e:null}function Ir(e,t,r){return r===void 0&&(r=!0),e.filter(a=>{var o;return a.parentId===t&&(!r||((o=a.context)==null?void 0:o.open))}).flatMap(a=>[a,...Ir(e,a.id,r)])}function q5(e,t){var r;let n=[],a=(r=e.find(o=>o.id===t))==null?void 0:r.parentId;for(;a;){const o=e.find(l=>l.id===a);a=o?.parentId,o&&(n=n.concat(o))}return n}function bl(e){e.preventDefault(),e.stopPropagation()}function ox(e){return"nativeEvent"in e}function lx(e){return e.mozInputSource===0&&e.isTrusted?!0:ml()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function ix(e){return z5()?!1:!ml()&&e.width===0&&e.height===0||ml()&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function nn(e,t){const r=["mouse","pen"];return t||r.push("",void 0),r.includes(e)}var sx=typeof document<"u",ux=function(){},ze=sx?u.useLayoutEffect:ux;const cx={...i};function nr(e){const t=i.useRef(e);return ze(()=>{t.current=e}),t}const dx=cx.useInsertionEffect||(e=>e());function Je(e){const t=i.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return dx(()=>{t.current=e}),i.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}const an=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function Y5(e,t){const r=da(e,an()),n=r.length;if(n===0)return;const a=_t(Ke(e)),o=r.indexOf(a),l=o===-1?t===1?0:n-1:o+t;return r[l]}function X5(e){return Y5(Ke(e).body,1)||e}function J5(e){return Y5(Ke(e).body,-1)||e}function on(e,t){const r=t||e.currentTarget,n=e.relatedTarget;return!n||!je(r,n)}function fx(e){da(e,an()).forEach(r=>{r.dataset.tabindex=r.getAttribute("tabindex")||"",r.setAttribute("tabindex","-1")})}function Q5(e){e.querySelectorAll("[data-tabindex]").forEach(r=>{const n=r.dataset.tabindex;delete r.dataset.tabindex,n?r.setAttribute("tabindex",n):r.removeAttribute("tabindex")})}const hx="data-floating-ui-focusable",ed="active",td="selected",mx={...i};let rd=!1,px=0;const nd=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+px++;function gx(){const[e,t]=i.useState(()=>rd?nd():void 0);return ze(()=>{e==null&&t(nd())},[]),i.useEffect(()=>{rd=!0},[]),e}const fa=mx.useId||gx;let ln;process.env.NODE_ENV!=="production"&&(ln=new Set);function vx(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=ln)!=null&&e.has(a))){var o;(o=ln)==null||o.add(a),console.warn(a)}}function bx(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=ln)!=null&&e.has(a))){var o;(o=ln)==null||o.add(a),console.error(a)}}const wx=i.forwardRef(function(t,r){const{context:{placement:n,elements:{floating:a},middlewareData:{arrow:o,shift:l}},width:c=14,height:f=7,tipRadius:d=0,strokeWidth:h=0,staticOffset:m,stroke:p,d:g,style:{transform:v,...b}={},...E}=t;process.env.NODE_ENV!=="production"&&(r||vx("The `ref` prop is required for `FloatingArrow`."));const D=fa(),[$,y]=i.useState(!1);if(ze(()=>{if(!a)return;et(a).direction==="rtl"&&y(!0)},[a]),!a)return null;const[x,I]=n.split("-"),Z=x==="top"||x==="bottom";let L=m;(Z&&l!=null&&l.x||!Z&&l!=null&&l.y)&&(L=null);const O=h*2,V=O/2,N=c/2*(d/-8+1),w=f/2*d/4,T=!!g,R=L&&I==="end"?"bottom":"top";let A=L&&I==="end"?"right":"left";L&&$&&(A=I==="end"?"left":"right");const H=o?.x!=null?L||o.x:"",P=o?.y!=null?L||o.y:"",k=g||"M0,0"+(" H"+c)+(" L"+(c-N)+","+(f-w))+(" Q"+c/2+","+f+" "+N+","+(f-w))+" Z",M={top:T?"rotate(180deg)":"",left:T?"rotate(90deg)":"rotate(-90deg)",bottom:T?"":"rotate(180deg)",right:T?"rotate(-90deg)":"rotate(90deg)"}[x];return s.jsxs("svg",{...E,"aria-hidden":!0,ref:r,width:T?c:c+O,height:c,viewBox:"0 0 "+c+" "+(f>c?f:c),style:{position:"absolute",pointerEvents:"none",[A]:H,[R]:P,[x]:Z||T?"100%":"calc(100% - "+O/2+"px)",transform:[M,v].filter(_=>!!_).join(" "),...b},children:[O>0&&s.jsx("path",{clipPath:"url(#"+D+")",fill:"none",stroke:p,strokeWidth:O+(g?0:1),d:k}),s.jsx("path",{stroke:O&&!g?E.fill:"none",d:k}),s.jsx("clipPath",{id:D,children:s.jsx("rect",{x:-V,y:V*(T?-1:1),width:c+O,height:c})})]})});function yx(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.has(t)||e.set(t,new Set),e.get(t).add(r)},off(t,r){var n;(n=e.get(t))==null||n.delete(r)}}}const Ex=i.createContext(null),Cx=i.createContext(null),wl=()=>{var e;return((e=i.useContext(Ex))==null?void 0:e.id)||null},ha=()=>i.useContext(Cx);function ar(e){return"data-floating-ui-"+e}function tt(e){e.current!==-1&&(clearTimeout(e.current),e.current=-1)}const ad=ar("safe-polygon");function yl(e,t,r){if(r&&!nn(r))return 0;if(typeof e=="number")return e;if(typeof e=="function"){const n=e();return typeof n=="number"?n:n?.[t]}return e?.[t]}function El(e){return typeof e=="function"?e():e}function xx(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,events:o,elements:l}=e,{enabled:c=!0,delay:f=0,handleClose:d=null,mouseOnly:h=!1,restMs:m=0,move:p=!0}=t,g=ha(),v=wl(),b=nr(d),E=nr(f),D=nr(r),$=nr(m),y=i.useRef(),x=i.useRef(-1),I=i.useRef(),Z=i.useRef(-1),L=i.useRef(!0),O=i.useRef(!1),V=i.useRef(()=>{}),N=i.useRef(!1),w=Je(()=>{var k;const M=(k=a.current.openEvent)==null?void 0:k.type;return M?.includes("mouse")&&M!=="mousedown"});i.useEffect(()=>{if(!c)return;function k(M){let{open:_}=M;_||(tt(x),tt(Z),L.current=!0,N.current=!1)}return o.on("openchange",k),()=>{o.off("openchange",k)}},[c,o]),i.useEffect(()=>{if(!c||!b.current||!r)return;function k(_){w()&&n(!1,_,"hover")}const M=Ke(l.floating).documentElement;return M.addEventListener("mouseleave",k),()=>{M.removeEventListener("mouseleave",k)}},[l.floating,r,n,c,b,w]);const T=i.useCallback(function(k,M,_){M===void 0&&(M=!0),_===void 0&&(_="hover");const S=yl(E.current,"close",y.current);S&&!I.current?(tt(x),x.current=window.setTimeout(()=>n(!1,k,_),S)):M&&(tt(x),n(!1,k,_))},[E,n]),R=Je(()=>{V.current(),I.current=void 0}),A=Je(()=>{if(O.current){const k=Ke(l.floating).body;k.style.pointerEvents="",k.removeAttribute(ad),O.current=!1}}),H=Je(()=>a.current.openEvent?["click","mousedown"].includes(a.current.openEvent.type):!1);i.useEffect(()=>{if(!c)return;function k(j){if(tt(x),L.current=!1,h&&!nn(y.current)||El($.current)>0&&!yl(E.current,"open"))return;const K=yl(E.current,"open",y.current);K?x.current=window.setTimeout(()=>{D.current||n(!0,j,"hover")},K):r||n(!0,j,"hover")}function M(j){if(H()){A();return}V.current();const K=Ke(l.floating);if(tt(Z),N.current=!1,b.current&&a.current.floatingContext){r||tt(x),I.current=b.current({...a.current.floatingContext,tree:g,x:j.clientX,y:j.clientY,onClose(){A(),R(),H()||T(j,!0,"safe-polygon")}});const W=I.current;K.addEventListener("mousemove",W),V.current=()=>{K.removeEventListener("mousemove",W)};return}(y.current==="touch"?!je(l.floating,j.relatedTarget):!0)&&T(j)}function _(j){H()||a.current.floatingContext&&(b.current==null||b.current({...a.current.floatingContext,tree:g,x:j.clientX,y:j.clientY,onClose(){A(),R(),H()||T(j)}})(j))}function S(){tt(x)}function B(j){H()||T(j,!1)}if(ye(l.domReference)){const j=l.domReference,K=l.floating;return r&&j.addEventListener("mouseleave",_),p&&j.addEventListener("mousemove",k,{once:!0}),j.addEventListener("mouseenter",k),j.addEventListener("mouseleave",M),K&&(K.addEventListener("mouseleave",_),K.addEventListener("mouseenter",S),K.addEventListener("mouseleave",B)),()=>{r&&j.removeEventListener("mouseleave",_),p&&j.removeEventListener("mousemove",k),j.removeEventListener("mouseenter",k),j.removeEventListener("mouseleave",M),K&&(K.removeEventListener("mouseleave",_),K.removeEventListener("mouseenter",S),K.removeEventListener("mouseleave",B))}}},[l,c,e,h,p,T,R,A,n,r,D,g,E,b,a,H,$]),ze(()=>{var k;if(c&&r&&(k=b.current)!=null&&(k=k.__options)!=null&&k.blockPointerEvents&&w()){O.current=!0;const _=l.floating;if(ye(l.domReference)&&_){var M;const S=Ke(l.floating).body;S.setAttribute(ad,"");const B=l.domReference,j=g==null||(M=g.nodesRef.current.find(K=>K.id===v))==null||(M=M.context)==null?void 0:M.elements.floating;return j&&(j.style.pointerEvents=""),S.style.pointerEvents="none",B.style.pointerEvents="auto",_.style.pointerEvents="auto",()=>{S.style.pointerEvents="",B.style.pointerEvents="",_.style.pointerEvents=""}}}},[c,r,v,l,g,b,w]),ze(()=>{r||(y.current=void 0,N.current=!1,R(),A())},[r,R,A]),i.useEffect(()=>()=>{R(),tt(x),tt(Z),A()},[c,l.domReference,R,A]);const P=i.useMemo(()=>{function k(M){y.current=M.pointerType}return{onPointerDown:k,onPointerEnter:k,onMouseMove(M){const{nativeEvent:_}=M;function S(){!L.current&&!D.current&&n(!0,_,"hover")}h&&!nn(y.current)||r||El($.current)===0||N.current&&M.movementX**2+M.movementY**2<2||(tt(Z),y.current==="touch"?S():(N.current=!0,Z.current=window.setTimeout(S,El($.current))))}}},[h,n,r,D,$]);return i.useMemo(()=>c?{reference:P}:{},[c,P])}let od=0;function Pr(e,t){t===void 0&&(t={});const{preventScroll:r=!1,cancelPrevious:n=!0,sync:a=!1}=t;n&&cancelAnimationFrame(od);const o=()=>e?.focus({preventScroll:r});a?o():od=requestAnimationFrame(o)}function Dx(e){return e?.ownerDocument||document}const Ar={inert:new WeakMap,"aria-hidden":new WeakMap,none:new WeakMap};function ld(e){return e==="inert"?Ar.inert:e==="aria-hidden"?Ar["aria-hidden"]:Ar.none}let ma=new WeakSet,pa={},Cl=0;const $x=()=>typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype,id=e=>e&&(e.host||id(e.parentNode)),Sx=(e,t)=>t.map(r=>{if(e.contains(r))return r;const n=id(r);return e.contains(n)?n:null}).filter(r=>r!=null);function Ix(e,t,r,n){const a="data-floating-ui-inert",o=n?"inert":r?"aria-hidden":null,l=Sx(t,e),c=new Set,f=new Set(l),d=[];pa[a]||(pa[a]=new WeakMap);const h=pa[a];l.forEach(m),p(t),c.clear();function m(g){!g||c.has(g)||(c.add(g),g.parentNode&&m(g.parentNode))}function p(g){!g||f.has(g)||[].forEach.call(g.children,v=>{if(Lt(v)!=="script")if(c.has(v))p(v);else{const b=o?v.getAttribute(o):null,E=b!==null&&b!=="false",D=ld(o),$=(D.get(v)||0)+1,y=(h.get(v)||0)+1;D.set(v,$),h.set(v,y),d.push(v),$===1&&E&&ma.add(v),y===1&&v.setAttribute(a,""),!E&&o&&v.setAttribute(o,o==="inert"?"":"true")}})}return Cl++,()=>{d.forEach(g=>{const v=ld(o),E=(v.get(g)||0)-1,D=(h.get(g)||0)-1;v.set(g,E),h.set(g,D),E||(!ma.has(g)&&o&&g.removeAttribute(o),ma.delete(g)),D||g.removeAttribute(a)}),Cl--,Cl||(Ar.inert=new WeakMap,Ar["aria-hidden"]=new WeakMap,Ar.none=new WeakMap,ma=new WeakSet,pa={})}}function sd(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);const n=Dx(e[0]).body;return Ix(e.concat(Array.from(n.querySelectorAll('[aria-live],[role="status"],output'))),n,t,r)}const ga={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},va=i.forwardRef(function(t,r){const[n,a]=i.useState();ze(()=>{K5()&&a("button")},[]);const o={ref:r,tabIndex:0,role:n,"aria-hidden":n?void 0:!0,[ar("focus-guard")]:"",style:ga};return s.jsx("span",{...t,...o})}),ud=i.createContext(null),cd=ar("portal");function Px(e){e===void 0&&(e={});const{id:t,root:r}=e,n=fa(),a=fd(),[o,l]=i.useState(null),c=i.useRef(null);return ze(()=>()=>{o?.remove(),queueMicrotask(()=>{c.current=null})},[o]),ze(()=>{if(!n||c.current)return;const f=t?document.getElementById(t):null;if(!f)return;const d=document.createElement("div");d.id=n,d.setAttribute(cd,""),f.appendChild(d),c.current=d,l(d)},[t,n]),ze(()=>{if(r===null||!n||c.current)return;let f=r||a?.portalNode;f&&!Uo(f)&&(f=f.current),f=f||document.body;let d=null;t&&(d=document.createElement("div"),d.id=t,f.appendChild(d));const h=document.createElement("div");h.id=n,h.setAttribute(cd,""),f=d||f,f.appendChild(h),c.current=h,l(h)},[t,r,n,a]),o}function dd(e){const{children:t,id:r,root:n,preserveTabOrder:a=!0}=e,o=Px({id:r,root:n}),[l,c]=i.useState(null),f=i.useRef(null),d=i.useRef(null),h=i.useRef(null),m=i.useRef(null),p=l?.modal,g=l?.open,v=!!l&&!l.modal&&l.open&&a&&!!(n||o);return i.useEffect(()=>{if(!o||!a||p)return;function b(E){o&&on(E)&&(E.type==="focusin"?Q5:fx)(o)}return o.addEventListener("focusin",b,!0),o.addEventListener("focusout",b,!0),()=>{o.removeEventListener("focusin",b,!0),o.removeEventListener("focusout",b,!0)}},[o,a,p]),i.useEffect(()=>{o&&(g||Q5(o))},[g,o]),s.jsxs(ud.Provider,{value:i.useMemo(()=>({preserveTabOrder:a,beforeOutsideRef:f,afterOutsideRef:d,beforeInsideRef:h,afterInsideRef:m,portalNode:o,setFocusManagerState:c}),[a,o]),children:[v&&o&&s.jsx(va,{"data-type":"outside",ref:f,onFocus:b=>{if(on(b,o)){var E;(E=h.current)==null||E.focus()}else{const D=l?l.domReference:null,$=J5(D);$?.focus()}}}),v&&o&&s.jsx("span",{"aria-owns":o.id,style:ga}),o&&Vn.createPortal(t,o),v&&o&&s.jsx(va,{"data-type":"outside",ref:d,onFocus:b=>{if(on(b,o)){var E;(E=m.current)==null||E.focus()}else{const D=l?l.domReference:null,$=X5(D);$?.focus(),l?.closeOnFocusOut&&l?.onOpenChange(!1,b.nativeEvent,"focus-out")}}})]})}const fd=()=>i.useContext(ud);function hd(e){return i.useMemo(()=>t=>{e.forEach(r=>{r&&(r.current=t)})},e)}const Ax=20;let Ht=[];function xl(){Ht=Ht.filter(e=>e.isConnected)}function Mx(e){xl(),e&&Lt(e)!=="body"&&(Ht.push(e),Ht.length>Ax&&(Ht=Ht.slice(-20)))}function md(){return xl(),Ht[Ht.length-1]}function Fx(e){const t=an();return H5(e,t)?e:da(e,t)[0]||e}function pd(e,t){var r;if(!t.current.includes("floating")&&!((r=e.getAttribute("role"))!=null&&r.includes("dialog")))return;const n=an(),o=ex(e,n).filter(c=>{const f=c.getAttribute("data-tabindex")||"";return H5(c,n)||c.hasAttribute("data-tabindex")&&!f.startsWith("-")}),l=e.getAttribute("tabindex");t.current.includes("floating")||o.length===0?l!=="0"&&e.setAttribute("tabindex","0"):(l!=="-1"||e.hasAttribute("data-tabindex")&&e.getAttribute("data-tabindex")!=="-1")&&(e.setAttribute("tabindex","-1"),e.setAttribute("data-tabindex","-1"))}const Tx=i.forwardRef(function(t,r){return s.jsx("button",{...t,type:"button",ref:r,tabIndex:-1,style:ga})});function Nx(e){const{context:t,children:r,disabled:n=!1,order:a=["content"],guards:o=!0,initialFocus:l=0,returnFocus:c=!0,restoreFocus:f=!1,modal:d=!0,visuallyHiddenDismiss:h=!1,closeOnFocusOut:m=!0,outsideElementsInert:p=!1,getInsideElements:g=()=>[]}=e,{open:v,onOpenChange:b,events:E,dataRef:D,elements:{domReference:$,floating:y}}=t,x=Je(()=>{var U;return(U=D.current.floatingContext)==null?void 0:U.nodeId}),I=Je(g),Z=typeof l=="number"&&l<0,L=G5($)&&Z,O=$x(),V=O?o:!0,N=!V||O&&p,w=nr(a),T=nr(l),R=nr(c),A=ha(),H=fd(),P=i.useRef(null),k=i.useRef(null),M=i.useRef(!1),_=i.useRef(!1),S=i.useRef(-1),B=i.useRef(-1),j=H!=null,K=vl(y),Q=Je(function(U){return U===void 0&&(U=K),U?da(U,an()):[]}),W=Je(U=>{const ne=Q(U);return w.current.map(ie=>$&&ie==="reference"?$:K&&ie==="floating"?K:ne).filter(Boolean).flat()});i.useEffect(()=>{if(n||!d)return;function U(ie){if(ie.key==="Tab"){je(K,_t(Ke(K)))&&Q().length===0&&!L&&bl(ie);const ce=W(),ae=$t(ie);w.current[0]==="reference"&&ae===$&&(bl(ie),ie.shiftKey?Pr(ce[ce.length-1]):Pr(ce[1])),w.current[1]==="floating"&&ae===K&&ie.shiftKey&&(bl(ie),Pr(ce[0]))}}const ne=Ke(K);return ne.addEventListener("keydown",U),()=>{ne.removeEventListener("keydown",U)}},[n,$,K,d,w,L,Q,W]),i.useEffect(()=>{if(n||!y)return;function U(ne){const ie=$t(ne),ae=Q().indexOf(ie);ae!==-1&&(S.current=ae)}return y.addEventListener("focusin",U),()=>{y.removeEventListener("focusin",U)}},[n,y,Q]),i.useEffect(()=>{if(n||!m)return;function U(){_.current=!0,setTimeout(()=>{_.current=!1})}function ne(ae){const le=ae.relatedTarget,de=ae.currentTarget,pe=$t(ae);queueMicrotask(()=>{const $e=x(),We=!(je($,le)||je(y,le)||je(le,y)||je(H?.portalNode,le)||le!=null&&le.hasAttribute(ar("focus-guard"))||A&&(Ir(A.nodesRef.current,$e).find(He=>{var Ne,Qe;return je((Ne=He.context)==null?void 0:Ne.elements.floating,le)||je((Qe=He.context)==null?void 0:Qe.elements.domReference,le)})||q5(A.nodesRef.current,$e).find(He=>{var Ne,Qe,Ae;return[(Ne=He.context)==null?void 0:Ne.elements.floating,vl((Qe=He.context)==null?void 0:Qe.elements.floating)].includes(le)||((Ae=He.context)==null?void 0:Ae.elements.domReference)===le})));if(de===$&&K&&pd(K,w),f&&de!==$&&!(pe!=null&&pe.isConnected)&&_t(Ke(K))===Ke(K).body){Te(K)&&K.focus();const He=S.current,Ne=Q(),Qe=Ne[He]||Ne[Ne.length-1]||K;Te(Qe)&&Qe.focus()}if(D.current.insideReactTree){D.current.insideReactTree=!1;return}(L||!d)&&le&&We&&!_.current&&le!==md()&&(M.current=!0,b(!1,ae,"focus-out"))})}const ie=!!(!A&&H);function ce(){tt(B),D.current.insideReactTree=!0,B.current=window.setTimeout(()=>{D.current.insideReactTree=!1})}if(y&&Te($))return $.addEventListener("focusout",ne),$.addEventListener("pointerdown",U),y.addEventListener("focusout",ne),ie&&y.addEventListener("focusout",ce,!0),()=>{$.removeEventListener("focusout",ne),$.removeEventListener("pointerdown",U),y.removeEventListener("focusout",ne),ie&&y.removeEventListener("focusout",ce,!0)}},[n,$,y,K,d,A,H,b,m,f,Q,L,x,w,D]);const q=i.useRef(null),ee=i.useRef(null),J=hd([q,H?.beforeInsideRef]),re=hd([ee,H?.afterInsideRef]);i.useEffect(()=>{var U,ne;if(n||!y)return;const ie=Array.from((H==null||(U=H.portalNode)==null?void 0:U.querySelectorAll("["+ar("portal")+"]"))||[]),ae=(ne=(A?q5(A.nodesRef.current,x()):[]).find(pe=>{var $e;return G5((($e=pe.context)==null?void 0:$e.elements.domReference)||null)}))==null||(ne=ne.context)==null?void 0:ne.elements.domReference,le=[y,ae,...ie,...I(),P.current,k.current,q.current,ee.current,H?.beforeOutsideRef.current,H?.afterOutsideRef.current,w.current.includes("reference")||L?$:null].filter(pe=>pe!=null),de=d||L?sd(le,!N,N):sd(le);return()=>{de()}},[n,$,y,d,w,H,L,V,N,A,x,I]),ze(()=>{if(n||!Te(K))return;const U=Ke(K),ne=_t(U);queueMicrotask(()=>{const ie=W(K),ce=T.current,ae=(typeof ce=="number"?ie[ce]:ce.current)||K,le=je(K,ne);!Z&&!le&&v&&Pr(ae,{preventScroll:ae===K})})},[n,v,K,Z,W,T]),ze(()=>{if(n||!K)return;const U=Ke(K),ne=_t(U);Mx(ne);function ie(le){let{reason:de,event:pe,nested:$e}=le;if(["hover","safe-polygon"].includes(de)&&pe.type==="mouseleave"&&(M.current=!0),de==="outside-press")if($e)M.current=!1;else if(lx(pe)||ix(pe))M.current=!1;else{let We=!1;document.createElement("div").focus({get preventScroll(){return We=!0,!1}}),We?M.current=!1:M.current=!0}}E.on("openchange",ie);const ce=U.createElement("span");ce.setAttribute("tabindex","-1"),ce.setAttribute("aria-hidden","true"),Object.assign(ce.style,ga),j&&$&&$.insertAdjacentElement("afterend",ce);function ae(){if(typeof R.current=="boolean"){const le=$||md();return le&&le.isConnected?le:ce}return R.current.current||ce}return()=>{E.off("openchange",ie);const le=_t(U),de=je(y,le)||A&&Ir(A.nodesRef.current,x(),!1).some($e=>{var We;return je((We=$e.context)==null?void 0:We.elements.floating,le)}),pe=ae();queueMicrotask(()=>{const $e=Fx(pe);R.current&&!M.current&&Te($e)&&(!($e!==le&&le!==U.body)||de)&&$e.focus({preventScroll:!0}),ce.remove()})}},[n,y,K,R,D,E,A,j,$,x]),i.useEffect(()=>(queueMicrotask(()=>{M.current=!1}),()=>{queueMicrotask(xl)}),[n]),ze(()=>{if(!n&&H)return H.setFocusManagerState({modal:d,closeOnFocusOut:m,open:v,onOpenChange:b,domReference:$}),()=>{H.setFocusManagerState(null)}},[n,H,d,v,b,m,$]),ze(()=>{n||K&&pd(K,w)},[n,K,w]);function Y(U){return n||!h||!d?null:s.jsx(Tx,{ref:U==="start"?P:k,onClick:ne=>b(!1,ne.nativeEvent),children:typeof h=="string"?h:"Dismiss"})}const ue=!n&&V&&(d?!L:!0)&&(j||d);return s.jsxs(s.Fragment,{children:[ue&&s.jsx(va,{"data-type":"inside",ref:J,onFocus:U=>{if(d){const ie=W();Pr(a[0]==="reference"?ie[0]:ie[ie.length-1])}else if(H!=null&&H.preserveTabOrder&&H.portalNode)if(M.current=!1,on(U,H.portalNode)){const ie=X5($);ie?.focus()}else{var ne;(ne=H.beforeOutsideRef.current)==null||ne.focus()}}}),!L&&Y("start"),r,Y("end"),ue&&s.jsx(va,{"data-type":"inside",ref:re,onFocus:U=>{if(d)Pr(W()[0]);else if(H!=null&&H.preserveTabOrder&&H.portalNode)if(m&&(M.current=!0),on(U,H.portalNode)){const ie=J5($);ie?.focus()}else{var ne;(ne=H.afterOutsideRef.current)==null||ne.focus()}}})]})}function gd(e){return Te(e.target)&&e.target.tagName==="BUTTON"}function kx(e){return Te(e.target)&&e.target.tagName==="A"}function vd(e){return gl(e)}function Bx(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,elements:{domReference:o}}=e,{enabled:l=!0,event:c="click",toggle:f=!0,ignoreMouse:d=!1,keyboardHandlers:h=!0,stickIfOpen:m=!0}=t,p=i.useRef(),g=i.useRef(!1),v=i.useMemo(()=>({onPointerDown(b){p.current=b.pointerType},onMouseDown(b){const E=p.current;b.button===0&&c!=="click"&&(nn(E,!0)&&d||(r&&f&&(!(a.current.openEvent&&m)||a.current.openEvent.type==="mousedown")?n(!1,b.nativeEvent,"click"):(b.preventDefault(),n(!0,b.nativeEvent,"click"))))},onClick(b){const E=p.current;if(c==="mousedown"&&p.current){p.current=void 0;return}nn(E,!0)&&d||(r&&f&&(!(a.current.openEvent&&m)||a.current.openEvent.type==="click")?n(!1,b.nativeEvent,"click"):n(!0,b.nativeEvent,"click"))},onKeyDown(b){p.current=void 0,!(b.defaultPrevented||!h||gd(b))&&(b.key===" "&&!vd(o)&&(b.preventDefault(),g.current=!0),!kx(b)&&b.key==="Enter"&&n(!(r&&f),b.nativeEvent,"click"))},onKeyUp(b){b.defaultPrevented||!h||gd(b)||vd(o)||b.key===" "&&g.current&&(g.current=!1,n(!(r&&f),b.nativeEvent,"click"))}}),[a,o,c,d,h,n,r,m,f]);return i.useMemo(()=>l?{reference:v}:{},[l,v])}const Vx={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},Zx={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},bd=e=>{var t,r;return{escapeKey:typeof e=="boolean"?e:(t=e?.escapeKey)!=null?t:!1,outsidePress:typeof e=="boolean"?e:(r=e?.outsidePress)!=null?r:!0}};function Ox(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,elements:a,dataRef:o}=e,{enabled:l=!0,escapeKey:c=!0,outsidePress:f=!0,outsidePressEvent:d="pointerdown",referencePress:h=!1,referencePressEvent:m="pointerdown",ancestorScroll:p=!1,bubbles:g,capture:v}=t,b=ha(),E=Je(typeof f=="function"?f:()=>!1),D=typeof f=="function"?E:f,$=i.useRef(!1),{escapeKey:y,outsidePress:x}=bd(g),{escapeKey:I,outsidePress:Z}=bd(v),L=i.useRef(!1),O=Je(A=>{var H;if(!r||!l||!c||A.key!=="Escape"||L.current)return;const P=(H=o.current.floatingContext)==null?void 0:H.nodeId,k=b?Ir(b.nodesRef.current,P):[];if(!y&&(A.stopPropagation(),k.length>0)){let M=!0;if(k.forEach(_=>{var S;if((S=_.context)!=null&&S.open&&!_.context.dataRef.current.__escapeKeyBubbles){M=!1;return}}),!M)return}n(!1,ox(A)?A.nativeEvent:A,"escape-key")}),V=Je(A=>{var H;const P=()=>{var k;O(A),(k=$t(A))==null||k.removeEventListener("keydown",P)};(H=$t(A))==null||H.addEventListener("keydown",P)}),N=Je(A=>{var H;const P=o.current.insideReactTree;o.current.insideReactTree=!1;const k=$.current;if($.current=!1,d==="click"&&k||P||typeof D=="function"&&!D(A))return;const M=$t(A),_="["+ar("inert")+"]",S=Ke(a.floating).querySelectorAll(_);let B=ye(M)?M:null;for(;B&&!xt(B);){const W=Dt(B);if(xt(W)||!ye(W))break;B=W}if(S.length&&ye(M)&&!nx(M)&&!je(M,a.floating)&&Array.from(S).every(W=>!je(B,W)))return;if(Te(M)&&R){const W=xt(M),q=et(M),ee=/auto|scroll/,J=W||ee.test(q.overflowX),re=W||ee.test(q.overflowY),Y=J&&M.clientWidth>0&&M.scrollWidth>M.clientWidth,ue=re&&M.clientHeight>0&&M.scrollHeight>M.clientHeight,U=q.direction==="rtl",ne=ue&&(U?A.offsetX<=M.offsetWidth-M.clientWidth:A.offsetX>M.clientWidth),ie=Y&&A.offsetY>M.clientHeight;if(ne||ie)return}const j=(H=o.current.floatingContext)==null?void 0:H.nodeId,K=b&&Ir(b.nodesRef.current,j).some(W=>{var q;return pl(A,(q=W.context)==null?void 0:q.elements.floating)});if(pl(A,a.floating)||pl(A,a.domReference)||K)return;const Q=b?Ir(b.nodesRef.current,j):[];if(Q.length>0){let W=!0;if(Q.forEach(q=>{var ee;if((ee=q.context)!=null&&ee.open&&!q.context.dataRef.current.__outsidePressBubbles){W=!1;return}}),!W)return}n(!1,A,"outside-press")}),w=Je(A=>{var H;const P=()=>{var k;N(A),(k=$t(A))==null||k.removeEventListener(d,P)};(H=$t(A))==null||H.addEventListener(d,P)});i.useEffect(()=>{if(!r||!l)return;o.current.__escapeKeyBubbles=y,o.current.__outsidePressBubbles=x;let A=-1;function H(S){n(!1,S,"ancestor-scroll")}function P(){window.clearTimeout(A),L.current=!0}function k(){A=window.setTimeout(()=>{L.current=!1},qn()?5:0)}const M=Ke(a.floating);c&&(M.addEventListener("keydown",I?V:O,I),M.addEventListener("compositionstart",P),M.addEventListener("compositionend",k)),D&&M.addEventListener(d,Z?w:N,Z);let _=[];return p&&(ye(a.domReference)&&(_=Rt(a.domReference)),ye(a.floating)&&(_=_.concat(Rt(a.floating))),!ye(a.reference)&&a.reference&&a.reference.contextElement&&(_=_.concat(Rt(a.reference.contextElement)))),_=_.filter(S=>{var B;return S!==((B=M.defaultView)==null?void 0:B.visualViewport)}),_.forEach(S=>{S.addEventListener("scroll",H,{passive:!0})}),()=>{c&&(M.removeEventListener("keydown",I?V:O,I),M.removeEventListener("compositionstart",P),M.removeEventListener("compositionend",k)),D&&M.removeEventListener(d,Z?w:N,Z),_.forEach(S=>{S.removeEventListener("scroll",H)}),window.clearTimeout(A)}},[o,a,c,D,d,r,n,p,l,y,x,O,I,V,N,Z,w]),i.useEffect(()=>{o.current.insideReactTree=!1},[o,D,d]);const T=i.useMemo(()=>({onKeyDown:O,...h&&{[Vx[m]]:A=>{n(!1,A.nativeEvent,"reference-press")},...m!=="click"&&{onClick(A){n(!1,A.nativeEvent,"reference-press")}}}}),[O,n,h,m]),R=i.useMemo(()=>({onKeyDown:O,onMouseDown(){$.current=!0},onMouseUp(){$.current=!0},[Zx[d]]:()=>{o.current.insideReactTree=!0}}),[O,d,o]);return i.useMemo(()=>l?{reference:T,floating:R}:{},[l,T,R])}function Lx(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=fa(),o=i.useRef({}),[l]=i.useState(()=>yx()),c=wl()!=null;if(process.env.NODE_ENV!=="production"){const g=n.reference;g&&!ye(g)&&bx("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[f,d]=i.useState(n.reference),h=Je((g,v,b)=>{o.current.openEvent=g?v:void 0,l.emit("openchange",{open:g,event:v,reason:b,nested:c}),r?.(g,v,b)}),m=i.useMemo(()=>({setPositionReference:d}),[]),p=i.useMemo(()=>({reference:f||n.reference||null,floating:n.floating||null,domReference:n.reference}),[f,n.reference,n.floating]);return i.useMemo(()=>({dataRef:o,open:t,onOpenChange:h,elements:p,events:l,floatingId:a,refs:m}),[t,h,p,l,a,m])}function wd(e){e===void 0&&(e={});const{nodeId:t}=e,r=Lx({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[o,l]=i.useState(null),[c,f]=i.useState(null),h=a?.domReference||o,m=i.useRef(null),p=ha();ze(()=>{h&&(m.current=h)},[h]);const g=a1({...e,elements:{...a,...c&&{reference:c}}}),v=i.useCallback(y=>{const x=ye(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),getClientRects:()=>y.getClientRects(),contextElement:y}:y;f(x),g.refs.setReference(x)},[g.refs]),b=i.useCallback(y=>{(ye(y)||y===null)&&(m.current=y,l(y)),(ye(g.refs.reference.current)||g.refs.reference.current===null||y!==null&&!ye(y))&&g.refs.setReference(y)},[g.refs]),E=i.useMemo(()=>({...g.refs,setReference:b,setPositionReference:v,domReference:m}),[g.refs,b,v]),D=i.useMemo(()=>({...g.elements,domReference:h}),[g.elements,h]),$=i.useMemo(()=>({...g,...n,refs:E,elements:D,nodeId:t}),[g,E,D,t,n]);return ze(()=>{n.dataRef.current.floatingContext=$;const y=p?.nodesRef.current.find(x=>x.id===t);y&&(y.context=$)}),i.useMemo(()=>({...g,context:$,refs:E,elements:D}),[g,E,D,$])}function Dl(){return tx()&&K5()}function Rx(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,events:a,dataRef:o,elements:l}=e,{enabled:c=!0,visibleOnly:f=!0}=t,d=i.useRef(!1),h=i.useRef(-1),m=i.useRef(!0);i.useEffect(()=>{if(!c)return;const g=Xe(l.domReference);function v(){!r&&Te(l.domReference)&&l.domReference===_t(Ke(l.domReference))&&(d.current=!0)}function b(){m.current=!0}function E(){m.current=!1}return g.addEventListener("blur",v),Dl()&&(g.addEventListener("keydown",b,!0),g.addEventListener("pointerdown",E,!0)),()=>{g.removeEventListener("blur",v),Dl()&&(g.removeEventListener("keydown",b,!0),g.removeEventListener("pointerdown",E,!0))}},[l.domReference,r,c]),i.useEffect(()=>{if(!c)return;function g(v){let{reason:b}=v;(b==="reference-press"||b==="escape-key")&&(d.current=!0)}return a.on("openchange",g),()=>{a.off("openchange",g)}},[a,c]),i.useEffect(()=>()=>{tt(h)},[]);const p=i.useMemo(()=>({onMouseLeave(){d.current=!1},onFocus(g){if(d.current)return;const v=$t(g.nativeEvent);if(f&&ye(v)){if(Dl()&&!g.relatedTarget){if(!m.current&&!gl(v))return}else if(!ax(v))return}n(!0,g.nativeEvent,"focus")},onBlur(g){d.current=!1;const v=g.relatedTarget,b=g.nativeEvent,E=ye(v)&&v.hasAttribute(ar("focus-guard"))&&v.getAttribute("data-type")==="outside";h.current=window.setTimeout(()=>{var D;const $=_t(l.domReference?l.domReference.ownerDocument:document);!v&&$===l.domReference||je((D=o.current.floatingContext)==null?void 0:D.refs.floating.current,$)||je(l.domReference,$)||E||n(!1,b,"focus")})}}),[o,l.domReference,n,f]);return i.useMemo(()=>c?{reference:p}:{},[c,p])}function $l(e,t,r){const n=new Map,a=r==="item";let o=e;if(a&&e){const{[ed]:l,[td]:c,...f}=e;o=f}return{...r==="floating"&&{tabIndex:-1,[hx]:""},...o,...t.map(l=>{const c=l?l[r]:null;return typeof c=="function"?e?c(e):null:c}).concat(e).reduce((l,c)=>(c&&Object.entries(c).forEach(f=>{let[d,h]=f;if(!(a&&[ed,td].includes(d)))if(d.indexOf("on")===0){if(n.has(d)||n.set(d,[]),typeof h=="function"){var m;(m=n.get(d))==null||m.push(h),l[d]=function(){for(var p,g=arguments.length,v=new Array(g),b=0;b<g;b++)v[b]=arguments[b];return(p=n.get(d))==null?void 0:p.map(E=>E(...v)).find(E=>E!==void 0)}}}else l[d]=h}),l),{})}}function yd(e){e===void 0&&(e=[]);const t=e.map(c=>c?.reference),r=e.map(c=>c?.floating),n=e.map(c=>c?.item),a=i.useCallback(c=>$l(c,e,"reference"),t),o=i.useCallback(c=>$l(c,e,"floating"),r),l=i.useCallback(c=>$l(c,e,"item"),n);return i.useMemo(()=>({getReferenceProps:a,getFloatingProps:o,getItemProps:l}),[a,o,l])}const _x=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function Ed(e,t){var r,n;t===void 0&&(t={});const{open:a,elements:o,floatingId:l}=e,{enabled:c=!0,role:f="dialog"}=t,d=fa(),h=((r=o.domReference)==null?void 0:r.id)||d,m=i.useMemo(()=>{var $;return(($=vl(o.floating))==null?void 0:$.id)||l},[o.floating,l]),p=(n=_x.get(f))!=null?n:f,v=wl()!=null,b=i.useMemo(()=>p==="tooltip"||f==="label"?{["aria-"+(f==="label"?"labelledby":"describedby")]:a?m:void 0}:{"aria-expanded":a?"true":"false","aria-haspopup":p==="alertdialog"?"dialog":p,"aria-controls":a?m:void 0,...p==="listbox"&&{role:"combobox"},...p==="menu"&&{id:h},...p==="menu"&&v&&{role:"menuitem"},...f==="select"&&{"aria-autocomplete":"none"},...f==="combobox"&&{"aria-autocomplete":"list"}},[p,m,v,a,h,f]),E=i.useMemo(()=>{const $={id:m,...p&&{role:p}};return p==="tooltip"||f==="label"?$:{...$,...p==="menu"&&{"aria-labelledby":h}}},[p,m,h,f]),D=i.useCallback($=>{let{active:y,selected:x}=$;const I={role:"option",...y&&{id:m+"-fui-option"}};switch(f){case"select":case"combobox":return{...I,"aria-selected":x}}return{}},[m,f]);return i.useMemo(()=>c?{reference:b,floating:E,item:D}:{},[c,b,E,D])}function Hx(e,t){const[r,n]=i.useState(e);return e&&!r&&n(!0),i.useEffect(()=>{if(!e&&r){const a=setTimeout(()=>n(!1),t);return()=>clearTimeout(a)}},[e,r,t]),r}function Ux(e,t){t===void 0&&(t={});const{open:r,elements:{floating:n}}=e,{duration:a=250}=t,l=(typeof a=="number"?a:a.close)||0,[c,f]=i.useState("unmounted"),d=Hx(r,l);return!d&&c==="close"&&f("unmounted"),ze(()=>{if(n){if(r){f("initial");const h=requestAnimationFrame(()=>{Vn.flushSync(()=>{f("open")})});return()=>{cancelAnimationFrame(h)}}f("close")}},[r,n]),{isMounted:d,status:c}}function rt(e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}const jx=50,Kx=200,ba=u.forwardRef((e,t)=>{const{children:r,className:n,disablePortal:a=!1,placement:o="top",portalRoot:l,title:c,...f}=e,d=u.useRef(null),[h,m]=u.useState(!1),{context:p,floatingStyles:g,refs:v}=wd({middleware:[Xr(10),ta(),Yo(),W8({element:d})],onOpenChange:m,open:h,placement:o,whileElementsMounted:Jn}),b=xx(p,{delay:{close:Kx,open:jx}}),E=Rx(p),D=Ed(p,{role:"tooltip"}),{isMounted:$,status:y}=Ux(p),{getFloatingProps:x,getReferenceProps:I}=yd([D,b,E]),Z=u.useMemo(()=>rt([v.setReference,r.ref]),[v.setReference,r]),L=u.useMemo(()=>rt([v.setFloating,t]),[v.setFloating,t]);if(!c)return r;const O=u.cloneElement(r,I({ref:Z,...r.props})),V=s.jsx("div",{...f,...x(),className:X("rbui-tooltip",n),ref:L,style:{...g},children:$&&s.jsxs("div",{className:X("rbui-tooltip__inner",`rbui-tooltip__inner--${y}`),children:[c,s.jsx(wx,{className:"rbui-tooltip__arrow",context:p,ref:d})]})}),N=typeof l=="string"?l:void 0,w=typeof l!="string"?l:void 0;return s.jsxs(s.Fragment,{children:[O,h&&(a?V:s.jsx(dd,{id:N,root:w,children:V}))]})});ba.displayName="Tooltip";function zx({active:e,color:t,disabled:r,hasIcons:n,loading:a,type:o}){return o==="primary"&&(t==="default"||t==="alternative")?["rbui-button-primary",...e?["rbui-button-primary--active"]:[],...r?["rbui-button-primary--disabled"]:[],...a?["rbui-button-primary--loading"]:[]]:o==="primary"&&t==="danger"?["rbui-button-primary-danger",...e?["rbui-button-primary-danger--active"]:[],...r?["rbui-button-primary-danger--disabled"]:[],...a?["rbui-button-primary-danger--loading"]:[]]:o==="secondary"&&(t==="default"||t==="alternative")?["rbui-button-secondary",...e?["rbui-button-secondary--active"]:[],...r?["rbui-button-secondary--disabled"]:[],...a?["rbui-button-secondary--loading"]:[]]:o==="secondary"&&t==="danger"?["rbui-button-secondary-danger",...e?["rbui-button-secondary-danger--active"]:[],...r?["rbui-button-secondary-danger--disabled"]:[],...a?["rbui-button-secondary-danger--loading"]:[]]:o==="tertiary"&&t==="default"?["rbui-button-tertiary",...e?["rbui-button-tertiary--active"]:[],...r?["rbui-button-tertiary--disabled"]:[],...a?["rbui-button-tertiary--loading"]:[],...n?["rbui-button-tertiary--has-icons"]:[]]:o==="tertiary"&&t==="danger"?["rbui-button-tertiary-danger",...e?["rbui-button-tertiary-danger--active"]:[],...r?["rbui-button-tertiary-danger--disabled"]:[],...a?["rbui-button-tertiary-danger--loading"]:[],...n?["rbui-button-tertiary-danger--has-icons"]:[]]:o==="tertiary"&&t==="alternative"?["rbui-button-tertiary-alternative",...e?["rbui-button-tertiary-alternative--active"]:[],...r?["rbui-button-tertiary-alternative--disabled"]:[],...a?["rbui-button-tertiary-alternative--loading"]:[],...n?["rbui-button-tertiary-alternative--has-icons"]:[]]:o==="inline"?["rbui-button-inline",...e?["rbui-button-inline--active"]:[],...r?["rbui-button-inline--disabled"]:[]]:[]}const Be=u.forwardRef((e,t)=>{const{children:r,className:n,color:a="default",disabled:o=!1,endIcon:l,htmlType:c="button",loading:f=!1,loadingText:d,onClick:h,startIcon:m,tooltip:p,type:g="secondary",...v}=e,{active:b,focusVisible:E,getRootProps:D}=xr({...e,rootRef:t,type:c});function $(O){f||o||h?.(O)}const y=D({onClick:$,...v}),x=!!m||!!l,I=!r&&(m&&!l||l&&!m),Z=X("rbui-button",n,{"rbui-button--disabled":o,"rbui-button--focus-visible":E,"rbui-button--icon-only":I&&!(f&&d),"rbui-button--loading":f},zx({active:b,color:a,disabled:o,hasIcons:x,loading:f,type:g})),L=X("rbui-button__loader",{"rbui-button__loader--short":d||I});return s.jsx(ba,{title:p,children:s.jsxs("button",{...y,className:Z,type:c,children:[m&&!f&&s.jsx("span",{className:"rbui-button__start-icon",role:"img",children:m}),f&&s.jsx("span",{className:L,role:"progressbar",children:s.jsx(ul,{className:"rbui-button__spinner"})}),f&&d,!f&&r,l&&!f&&s.jsx("span",{className:"rbui-button__end-icon",role:"img",children:l})]})})});Be.displayName="Button";function Wx(e){return e==="primary"?"rbui-button-group--primary":e==="tertiary"?"rbui-button-group--tertiary":"rbui-button-group--secondary"}function Gx(e,t){return e&&t?"":e?"rbui-button-group__button--first":t?"rbui-button-group__button--last":"rbui-button-group__button--middle"}const Sl=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a,type:o="secondary",...l}=e,c=X(n,"rbui-button-group",Wx(o),{"rbui-button-group--disabled":a}),f=u.Children.count(r);return s.jsx("div",{"aria-disabled":a,className:c,ref:t,role:"group",...l,children:u.Children.map(r,(d,h)=>{if(!u.isValidElement(d))return;const m=h===0,p=h===f-1,g=d.props.disabled??a,v=X("rbui-button-group__button",{"rbui-button-group__button--disabled":g},Gx(m,p),d.props.className);return u.cloneElement(d,{className:v,disabled:g,key:d.key??h,type:d.props.type??o})})?.filter(Boolean)})});Sl.displayName="ButtonGroup";function qx(e,t){const{children:r,className:n,color:a="default",disabled:o,onClick:l,selected:c,type:f="secondary",value:d,...h}=e,m=X("rbui-toggle-button",{"rbui-toggle-button--disabled":o,"rbui-toggle-button--selected":c},n);return s.jsx(Be,{...h,"aria-pressed":c,className:m,color:a,disabled:o,onClick:p=>l?.(p,d),ref:t,type:f,children:r})}const Cd=u.forwardRef(qx);Cd.displayName="ToggleButton";function xd(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.includes(e):e===t}function Yx(e,t){const{children:r,className:n,disabled:a,multiple:o=!1,onChange:l,value:c}=e,f=(p,g)=>{xd(g,c)||l?.(p,g)},d=(p,g)=>{let v=[];Array.isArray(c)&&(v=[...c]);const b=v.indexOf(g);b!==-1?v.splice(b,1):v.push(g),l?.(p,v)},h=X(n,"rbui-toggle-button-group"),m=u.Children.map(r,p=>u.isValidElement(p)?u.cloneElement(p,{disabled:a||p.props.disabled,onClick:o?d:f,selected:xd(p.props.value,c)}):p);return s.jsx(Sl,{className:h,ref:t,...e,children:m})}const Dd=u.forwardRef(Yx);Dd.displayName="ToggleButtonGroup";const Il=u.createContext(null),$d=({children:e,name:t})=>{const r=u.useContext(Il);return u.useEffect(()=>{if(r===null)return()=>null;const{context:n,registerSlot:a,unregisterSlot:o}=r;return a(t,typeof e=="function"?e(n):e),()=>{o(t)}},[t,e,r]),r?null:typeof e=="function"?e({}):e},Sd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx($d,{name:"ActionsContainer",children:s.jsx("div",{...a,className:X("rbui-actions-container",n),ref:t,children:r})})});Sd.displayName="ActionsContainer";const Xx=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M7.25 0h1.5v7.25H16v1.5H7.25V0Z"})))),Jx=u.forwardRef(Xx),Id=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(Jx,{})}));Id.displayName="NextStepIcon";const Qx=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),i.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),eD=u.forwardRef(Qx),Pd=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(eD,{})}));Pd.displayName="SortAscIcon";const tD=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),i.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.14.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),rD=u.forwardRef(tD),Ad=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(rD,{})}));Ad.displayName="SortDescIcon";const nD=(e,t)=>i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},i.createElement("g",null,i.createElement("g",null,i.createElement("path",{d:"M10.883 7c.993 0 1.49-.94.788-1.489L8.788 3.255c-.435-.34-1.141-.34-1.576 0L4.329 5.511C3.626 6.061 4.124 7 5.117 7h5.766Z"}),i.createElement("path",{d:"M5.117 9c-.993 0-1.49.94-.788 1.49l2.883 2.255c.435.34 1.141.34 1.576 0l2.883-2.256c.703-.55.205-1.489-.788-1.489H5.117Z"})))),aD=u.forwardRef(nD),Md=u.forwardRef((e,t)=>s.jsx(F,{...e,ref:t,children:s.jsx(aD,{})}));Md.displayName="SortInactiveIcon";const wa=u.forwardRef((e,t)=>{const{bordered:r=!1,children:n,className:a,disabled:o=!1,dismissible:l=!1,icon:c,onClick:f,onDismiss:d,readOnly:h=!1,...m}=e,p=u.useRef(null),g=rt([p,t]),v=x=>{x?.preventDefault(),!o&&f?.(x)},b=x=>{o||!l||d?.(x)},E=x=>{m?.onKeyDown?.(x);const{key:I}=x;switch(I){case" ":case"Enter":{if(o)return;f?.(x);break}case"Backspace":case"Delete":{if(o||!l)return;d?.(x);break}case"Escape":{p.current?.blur();break}}},D=X("rbui-tag",a),$=X("rbui-tag__content","rbui-button-reset",{"rbui-tag__content--bordered":r,"rbui-tag__content--disabled":o,"rbui-tag__content--dismissible":l,"rbui-tag__content--read-only":h}),y=X("rbui-tag__close-wrapper","rbui-button-reset",{"rbui-tag__close-wrapper--bordered":r,"rbui-tag__close-wrapper--disabled":o});return s.jsxs("div",{...m,className:D,onKeyDown:E,ref:g,role:"button",tabIndex:o?-1:0,children:[s.jsxs("button",{className:$,onClick:v,tabIndex:-1,type:"button",children:[c&&s.jsx("span",{className:"rbui-tag__content-icon",role:"img",children:c}),n&&s.jsx("span",{className:"rbui-tag__content-text",role:"banner",children:n})]}),l&&s.jsx("button",{"aria-disabled":o,"aria-label":"Dismiss",className:y,onClick:b,tabIndex:-1,type:"button",children:s.jsx(rr,{className:"rbui-tag__close-wrapper-icon"})})]})});wa.displayName="Tag";const Fd=u.forwardRef((e,t)=>{const{children:r,className:n,dismissible:a=!1,variant:o="default",...l}=e,c=X("rbui-asset-tag",o!=="default"?`rbui-asset-tag--${o}`:null,n);return s.jsx(wa,{className:c,ref:t,...l,bordered:!1,disabled:!1,dismissible:a,readOnly:!0,children:r})});Fd.displayName="AssetTag";const Td=u.forwardRef((e,t)=>{const{children:r,className:n,content:a,narrow:o=!1,variant:l="default",...c}=e;return s.jsxs("div",{className:X("rbui-badge",`rbui-badge--${l}`,{"rbui-badge--narrow-padding":o},n),ref:t,role:"status",...c,children:[r,s.jsx("div",{className:X("rbui-badge__content",{"rbui-badge__content--notification":r}),children:a})]})});Td.displayName="Badge";const Nd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx($d,{name:"Description",children:s.jsx("div",{...a,className:X("rbui-description",n),ref:t,children:r})})});Nd.displayName="Description";const kd=u.forwardRef((e,t)=>{const{children:r,className:n,defaultSelected:a=!1,onChange:o,selected:l,...c}=e,[f,d]=u.useState(a),h=l!==void 0,m=h?l:f,p=v=>{const b=!m;h||d(b),o?.(v,b)},g=X("rbui-filter-tag",{"rbui-filter-tag--selected":m},n);return s.jsx(wa,{"aria-selected":m,className:g,ref:t,...c,bordered:!1,disabled:!1,dismissible:!1,onClick:p,readOnly:!1,children:r})});kd.displayName="FilterTag";const oD=()=>{const[,e]=u.useState({});return u.useCallback(()=>{e({})},[])},lD=typeof window<"u"?u.useLayoutEffect:u.useEffect,Bd=({slotNames:e})=>{const t=u.useRef(Object.fromEntries(e.map(f=>[f,null]))),r=oD(),[n,a]=u.useState(!1);lD(()=>{r(),a(!0)},[r]);const o=u.useCallback((f,d)=>{e.includes(f)&&(t.current[f]=d,n&&r())},[n,r,e]),l=u.useCallback(f=>{e.includes(f)&&(t.current[f]=null,r())},[r,e]);return{contextValue:u.useMemo(()=>({registerSlot:o,unregisterSlot:l}),[o,l]),slots:t.current}},Vd=u.forwardRef((e,t)=>{const{children:r,className:n,onBack:a,...o}=e,l=u.useMemo(()=>["Description","ActionsContainer"],[]),{contextValue:c,slots:f}=Bd({slotNames:l});return s.jsx(Il.Provider,{value:c,children:s.jsxs("div",{...o,className:X("rbui-header",n),ref:t,children:[a&&s.jsx(Be,{onClick:a,startIcon:s.jsx(nl,{}),type:"tertiary"}),s.jsxs("div",{className:"rbui-header__title",children:[s.jsx("h1",{className:"rbui-header__title-heading",children:r}),f.Description]}),f.ActionsContainer]})})});Vd.displayName="Header";const Pl=e=>{const{controlledValue:t,defaultValue:r,name:n,state:a="value"}=e,o=t!==void 0,{current:l}=u.useRef(o),[c,f]=u.useState(r),d=o?t:c,{current:h}=u.useRef(r);u.useEffect(()=>{process.env.NODE_ENV==="production"||o===l||console.warn([`RBUI: A component is changing the ${o?"":"un"}controlled ${a} state of ${n} to be ${o?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render.","It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
41
|
+
`))},[a,n,t,o,l]),u.useEffect(()=>{process.env.NODE_ENV==="production"||o||Object.is(h,r)||console.warn([`RBUI: A component is changing the default ${a} state of an uncontrolled ${n} after being initialized.`,`To suppress this warning opt to use a controlled ${n}.`].join(`
|
|
42
|
+
`))},[r,o,n,h,a]);const m=u.useCallback(p=>{o||f(p)},[o]);return[d,m]},Al=u.forwardRef((e,t)=>{const{children:r,className:n,defaultSelected:a=!1,disabled:o=!1,dismissible:l=!1,icon:c,onChange:f,onDismiss:d,readOnly:h,selected:m,...p}=e,[g,v]=Pl({controlledValue:m,defaultValue:a,name:"InputTag",state:"selected"}),b=D=>{if(o)return;const $=h?!!g:!g;v($),f?.(D,$)},E=X("rbui-input-tag",{"rbui-input-tag--disabled":o,"rbui-input-tag--selected":!o&&g,"rbui-input-tag--unselected":!o&&!g},n);return s.jsx(wa,{"aria-selected":o?void 0:g,bordered:!g&&!o,className:E,disabled:o,dismissible:l&&!o,icon:c,onClick:b,onDismiss:d,readOnly:h,ref:t,...p,children:r})});Al.displayName="InputTag";const Zd=u.createContext(null);function iD(){return u.useContext(Zd)}const Od=u.forwardRef((e,t)=>{const{children:r,className:n,rowDensity:a="small",...o}=e,l=u.useMemo(()=>({rowDensity:a}),[a]);return s.jsx(Zd.Provider,{value:l,children:s.jsx("table",{...o,className:X("rbui-table",n),ref:t,children:r})})});Od.displayName="Table";const ya=u.createContext(null);function Ld(){return u.useContext(ya)}const sD={variant:"body"},Rd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx(ya.Provider,{value:sD,children:s.jsx("tbody",{className:X("rbui-table-body",n),ref:t,...a,children:r})})});Rd.displayName="TableBody";const _d=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=Ld(),l=o?.variant==="head",c=o?.variant==="body",f=o?.variant==="foot",d=l?"th":"td",h=X("rbui-table-cell",{"rbui-table-cell__body":c,"rbui-table-cell__foot":f,"rbui-table-cell__foot--has-pagination":f&&o?.hasPagination,"rbui-table-cell__head":l},n);return s.jsx(d,{className:h,ref:t,...a,children:r})});_d.displayName="TableCell";const Hd=u.createContext(null);function uD(){return u.useContext(Hd)}const Ud=u.forwardRef((e,t)=>{const{children:r,className:n,floating:a=!1,...o}=e,l=uD();if(!l)throw new Error("TableCellAction must be used within a `TableRowContext.Provider`");const{highlighted:c}=l;return c?s.jsx("div",{className:X(n,"rbui-table-cell-action",{"rbui-table-cell-action--floating":a}),ref:t,...o,children:r}):null});Ud.displayName="TableCellAction";const jd=u.forwardRef((e,t)=>{const{children:r,className:n,hasPagination:a,...o}=e,l=u.useMemo(()=>({hasPagination:a,variant:"foot"}),[a]);return s.jsx(ya.Provider,{value:l,children:s.jsx("tfoot",{className:X("rbui-table-foot",n),ref:t,...o,children:r})})});jd.displayName="TableFoot";const Kd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=u.useMemo(()=>({variant:"head"}),[]);return s.jsx(ya.Provider,{value:o,children:s.jsx("thead",{className:X("rbui-table-head",n),ref:t,...a,children:r})})});Kd.displayName="TableHead";function Ml(e,t){return e-t*Math.floor(e/t)}const zd=1721426;function Ea(e,t,r,n){t=Fl(e,t);let a=t-1,o=-2;return r<=2?o=0:Ca(t)&&(o=-1),zd-1+365*a+Math.floor(a/4)-Math.floor(a/100)+Math.floor(a/400)+Math.floor((367*r-362)/12+o+n)}function Ca(e){return e%4===0&&(e%100!==0||e%400===0)}function Fl(e,t){return e==="BC"?1-t:t}function cD(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}const dD={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class mt{fromJulianDay(t){let r=t,n=r-zd,a=Math.floor(n/146097),o=Ml(n,146097),l=Math.floor(o/36524),c=Ml(o,36524),f=Math.floor(c/1461),d=Ml(c,1461),h=Math.floor(d/365),m=a*400+l*100+f*4+h+(l!==4&&h!==4?1:0),[p,g]=cD(m),v=r-Ea(p,g,1,1),b=2;r<Ea(p,g,3,1)?b=0:Ca(g)&&(b=1);let E=Math.floor(((v+b)*12+373)/367),D=r-Ea(p,g,E,1)+1;return new vt(p,g,E,D)}toJulianDay(t){return Ea(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return dD[Ca(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return Ca(t.year)?366:365}getYearsInEra(t){return 9999}getEras(){return["BC","AD"]}isInverseEra(t){return t.era==="BC"}balanceDate(t){t.year<=0&&(t.era=t.era==="BC"?"AD":"BC",t.year=1-t.year)}constructor(){this.identifier="gregory"}}const fD={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function Me(e,t){return t=xe(t,e.calendar),e.era===t.era&&e.year===t.year&&e.month===t.month&&e.day===t.day}function hD(e,t){return t=xe(t,e.calendar),e=or(e),t=or(t),e.era===t.era&&e.year===t.year&&e.month===t.month}function Tl(e,t){return xa(e.calendar,t.calendar)&&Me(e,t)}function xa(e,t){var r,n,a,o;return(o=(a=(r=e.isEqual)===null||r===void 0?void 0:r.call(e,t))!==null&&a!==void 0?a:(n=t.isEqual)===null||n===void 0?void 0:n.call(t,e))!==null&&o!==void 0?o:e.identifier===t.identifier}function mD(e,t){return Me(e,sn(t))}const pD={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function Nl(e,t,r){let n=e.calendar.toJulianDay(e),a=r?pD[r]:ED(t),o=Math.ceil(n+1-a)%7;return o<0&&(o+=7),o}function Wd(e){return It(Date.now(),e)}function sn(e){return qe(Wd(e))}function Gd(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function qd(e,t){return Yd(e)-Yd(t)}function Yd(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}let kl=null;function pt(){return kl==null&&(kl=new Intl.DateTimeFormat().resolvedOptions().timeZone),kl}function or(e){return e.subtract({days:e.day-1})}function Da(e){return e.add({days:e.calendar.getDaysInMonth(e)-e.day})}function gD(e){return or(e.subtract({months:e.month-1}))}function vD(e){return e.calendar.getMinimumMonthInYear?e.calendar.getMinimumMonthInYear(e):1}function bD(e){return e.calendar.getMinimumDayInMonth?e.calendar.getMinimumDayInMonth(e):1}function un(e,t,r){let n=Nl(e,t,r);return e.subtract({days:n})}function wD(e,t,r){return un(e,t,r).add({days:6})}const Xd=new Map;function yD(e){if(Intl.Locale){let r=Xd.get(e);return r||(r=new Intl.Locale(e).maximize().region,r&&Xd.set(e,r)),r}let t=e.split("-")[1];return t==="u"?void 0:t}function ED(e){let t=yD(e);return t&&fD[t]||0}function Bl(e,t,r){let n=e.calendar.getDaysInMonth(e);return Math.ceil((Nl(or(e),t,r)+n)/7)}function Vl(e,t){return e&&t?e.compare(t)<=0?e:t:e||t}function Zl(e,t){return e&&t?e.compare(t)>=0?e:t:e||t}function Mr(e){e=xe(e,new mt);let t=Fl(e.era,e.year);return Jd(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Jd(e,t,r,n,a,o,l){let c=new Date;return c.setUTCHours(n,a,o,l),c.setUTCFullYear(e,t-1,r),c.getTime()}function Ol(e,t){if(t==="UTC")return 0;if(e>0&&t===pt())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:n,day:a,hour:o,minute:l,second:c}=e2(e,t);return Jd(r,n,a,o,l,c,0)-Math.floor(e/1e3)*1e3}const Qd=new Map;function e2(e,t){let r=Qd.get(t);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),Qd.set(t,r));let n=r.formatToParts(new Date(e)),a={};for(let o of n)o.type!=="literal"&&(a[o.type]=o.value);return{year:a.era==="BC"||a.era==="B"?-a.year+1:+a.year,month:+a.month,day:+a.day,hour:a.hour==="24"?0:+a.hour,minute:+a.minute,second:+a.second}}const t2=864e5;function CD(e,t,r,n){return(r===n?[r]:[r,n]).filter(o=>xD(e,t,o))}function xD(e,t,r){let n=e2(r,t);return e.year===n.year&&e.month===n.month&&e.day===n.day&&e.hour===n.hour&&e.minute===n.minute&&e.second===n.second}function St(e,t,r="compatible"){let n=gt(e);if(t==="UTC")return Mr(n);if(t===pt()&&r==="compatible"){n=xe(n,new mt);let f=new Date,d=Fl(n.era,n.year);return f.setFullYear(d,n.month-1,n.day),f.setHours(n.hour,n.minute,n.second,n.millisecond),f.getTime()}let a=Mr(n),o=Ol(a-t2,t),l=Ol(a+t2,t),c=CD(n,t,a-o,a-l);if(c.length===1)return c[0];if(c.length>1)switch(r){case"compatible":case"earlier":return c[0];case"later":return c[c.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(a-o,a-l);case"compatible":case"later":return Math.max(a-o,a-l);case"reject":throw new RangeError("No such absolute time found")}}function r2(e,t,r="compatible"){return new Date(St(e,t,r))}function It(e,t){let r=Ol(e,t),n=new Date(e+r),a=n.getUTCFullYear(),o=n.getUTCMonth()+1,l=n.getUTCDate(),c=n.getUTCHours(),f=n.getUTCMinutes(),d=n.getUTCSeconds(),h=n.getUTCMilliseconds();return new Fr(a<1?"BC":"AD",a<1?-a+1:a,o,l,t,r,c,f,d,h)}function qe(e){return new vt(e.calendar,e.era,e.year,e.month,e.day)}function gt(e,t){let r=0,n=0,a=0,o=0;if("timeZone"in e)({hour:r,minute:n,second:a,millisecond:o}=e);else if("hour"in e&&!t)return e;return t&&({hour:r,minute:n,second:a,millisecond:o}=t),new Ia(e.calendar,e.era,e.year,e.month,e.day,r,n,a,o)}function xe(e,t){if(xa(e.calendar,t))return e;let r=t.fromJulianDay(e.calendar.toJulianDay(e)),n=e.copy();return n.calendar=t,n.era=r.era,n.year=r.year,n.month=r.month,n.day=r.day,lr(n),n}function DD(e,t,r){if(e instanceof Fr)return e.timeZone===t?e:n2(e,t);let n=St(e,t,r);return It(n,t)}function $D(e){let t=Mr(e)-e.offset;return new Date(t)}function n2(e,t){let r=Mr(e)-e.offset;return xe(It(r,t),e.calendar)}const cn=36e5;function $a(e,t){let r=e.copy(),n="hour"in r?i2(r,t):0;Ll(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,Rl(r),a2(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=n,SD(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let a=r.calendar.getYearsInEra(r);if(r.year>a){var o,l;let f=(o=(l=r.calendar).isInverseEra)===null||o===void 0?void 0:o.call(l,r);r.year=a,r.month=f?1:r.calendar.getMonthsInYear(r),r.day=f?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let c=r.calendar.getMonthsInYear(r);return r.month>c&&(r.month=c,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function Ll(e,t){var r,n;!((r=(n=e.calendar).isInverseEra)===null||r===void 0)&&r.call(n,e)&&(t=-t),e.year+=t}function Rl(e){for(;e.month<1;)Ll(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,Ll(e,1)}function SD(e){for(;e.day<1;)e.month--,Rl(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,Rl(e)}function a2(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day))}function lr(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),a2(e)}function _l(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function o2(e,t){return $a(e,_l(t))}function Hl(e,t){let r=e.copy();return t.era!=null&&(r.era=t.era),t.year!=null&&(r.year=t.year),t.month!=null&&(r.month=t.month),t.day!=null&&(r.day=t.day),lr(r),r}function dn(e,t){let r=e.copy();return t.hour!=null&&(r.hour=t.hour),t.minute!=null&&(r.minute=t.minute),t.second!=null&&(r.second=t.second),t.millisecond!=null&&(r.millisecond=t.millisecond),l2(r),r}function ID(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=Sa(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=Sa(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=Sa(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=Sa(e.hour,24),t}function l2(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23))}function Sa(e,t){let r=e%t;return r<0&&(r+=t),r}function i2(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,ID(e)}function s2(e,t){let r=e.copy();return i2(r,t),r}function PD(e,t){return s2(e,_l(t))}function Ul(e,t,r,n){let a=e.copy();switch(t){case"era":{let c=e.calendar.getEras(),f=c.indexOf(e.era);if(f<0)throw new Error("Invalid era: "+e.era);f=Pt(f,r,0,c.length-1,n?.round),a.era=c[f],lr(a);break}case"year":var o,l;!((o=(l=a.calendar).isInverseEra)===null||o===void 0)&&o.call(l,a)&&(r=-r),a.year=Pt(e.year,r,-1/0,9999,n?.round),a.year===-1/0&&(a.year=1),a.calendar.balanceYearMonth&&a.calendar.balanceYearMonth(a,e);break;case"month":a.month=Pt(e.month,r,1,e.calendar.getMonthsInYear(e),n?.round);break;case"day":a.day=Pt(e.day,r,1,e.calendar.getDaysInMonth(e),n?.round);break;default:throw new Error("Unsupported field "+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(a),lr(a),a}function jl(e,t,r,n){let a=e.copy();switch(t){case"hour":{let o=e.hour,l=0,c=23;if(n?.hourCycle===12){let f=o>=12;l=f?12:0,c=f?23:11}a.hour=Pt(o,r,l,c,n?.round);break}case"minute":a.minute=Pt(e.minute,r,0,59,n?.round);break;case"second":a.second=Pt(e.second,r,0,59,n?.round);break;case"millisecond":a.millisecond=Pt(e.millisecond,r,0,999,n?.round);break;default:throw new Error("Unsupported field "+t)}return a}function Pt(e,t,r,n,a=!1){if(a){e+=Math.sign(t),e<r&&(e=n);let o=Math.abs(t);t>0?e=Math.ceil(e/o)*o:e=Math.floor(e/o)*o,e>n&&(e=r)}else e+=t,e<r?e=n-(r-e-1):e>n&&(e=r+(e-n-1));return e}function u2(e,t){let r;if(t.years!=null&&t.years!==0||t.months!=null&&t.months!==0||t.weeks!=null&&t.weeks!==0||t.days!=null&&t.days!==0){let a=$a(gt(e),{years:t.years,months:t.months,weeks:t.weeks,days:t.days});r=St(a,e.timeZone)}else r=Mr(e)-e.offset;r+=t.milliseconds||0,r+=(t.seconds||0)*1e3,r+=(t.minutes||0)*6e4,r+=(t.hours||0)*36e5;let n=It(r,e.timeZone);return xe(n,e.calendar)}function AD(e,t){return u2(e,_l(t))}function MD(e,t,r,n){switch(t){case"hour":{let a=0,o=23;if(n?.hourCycle===12){let v=e.hour>=12;a=v?12:0,o=v?23:11}let l=gt(e),c=xe(dn(l,{hour:a}),new mt),f=[St(c,e.timeZone,"earlier"),St(c,e.timeZone,"later")].filter(v=>It(v,e.timeZone).day===c.day)[0],d=xe(dn(l,{hour:o}),new mt),h=[St(d,e.timeZone,"earlier"),St(d,e.timeZone,"later")].filter(v=>It(v,e.timeZone).day===d.day).pop(),m=Mr(e)-e.offset,p=Math.floor(m/cn),g=m%cn;return m=Pt(p,r,Math.floor(f/cn),Math.floor(h/cn),n?.round)*cn+g,xe(It(m,e.timeZone),e.calendar)}case"minute":case"second":case"millisecond":return jl(e,t,r,n);case"era":case"year":case"month":case"day":{let a=Ul(gt(e),t,r,n),o=St(a,e.timeZone);return xe(It(o,e.timeZone),e.calendar)}default:throw new Error("Unsupported field "+t)}}function FD(e,t,r){let n=gt(e),a=dn(Hl(n,t),t);if(a.compare(n)===0)return e;let o=St(a,e.timeZone,r);return xe(It(o,e.timeZone),e.calendar)}const TD=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})(?:T(\d{2}))?(?::(\d{2}))?(?::(\d{2}))?(\.\d+)?(?:(?:([+-]\d{2})(?::?(\d{2}))?)|Z)$/;function ND(e,t){let r=e.match(TD);if(!r)throw new Error("Invalid ISO 8601 date time string: "+e);let n=At(r[1],-9999,9999),a=n<1?"BC":"AD",o=new Fr(a,n<1?-n+1:n,At(r[2],1,12),1,t,0,r[4]?At(r[4],0,23):0,r[5]?At(r[5],0,59):0,r[6]?At(r[6],0,59):0,r[7]?At(r[7],0,1/0)*1e3:0);o.day=At(r[3],0,o.calendar.getDaysInMonth(o));var l;return r[8]&&(o.offset=At(r[8],-23,23)*36e5+At((l=r[9])!==null&&l!==void 0?l:"0",0,59)*6e4),n2(o,t)}function kD(e){return ND(e,pt())}function At(e,t,r){let n=Number(e);if(n<t||n>r)throw new RangeError(`Value out of range: ${t} <= ${n} <= ${r}`);return n}function c2(e){return`${String(e.hour).padStart(2,"0")}:${String(e.minute).padStart(2,"0")}:${String(e.second).padStart(2,"0")}${e.millisecond?String(e.millisecond/1e3).slice(1):""}`}function d2(e){let t=xe(e,new mt),r;return t.era==="BC"?r=t.year===1?"0000":"-"+String(Math.abs(1-t.year)).padStart(6,"00"):r=String(t.year).padStart(4,"0"),`${r}-${String(t.month).padStart(2,"0")}-${String(t.day).padStart(2,"0")}`}function f2(e){return`${d2(e)}T${c2(e)}`}function BD(e){let t=Math.sign(e)<0?"-":"+";e=Math.abs(e);let r=Math.floor(e/36e5),n=e%36e5/6e4;return`${t}${String(r).padStart(2,"0")}:${String(n).padStart(2,"0")}`}function VD(e){return`${f2(e)}${BD(e.offset)}[${e.timeZone}]`}function ZD(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function fn(e,t,r){ZD(e,t),t.set(e,r)}function Kl(e){let t=typeof e[0]=="object"?e.shift():new mt,r;if(typeof e[0]=="string")r=e.shift();else{let l=t.getEras();r=l[l.length-1]}let n=e.shift(),a=e.shift(),o=e.shift();return[t,r,n,a,o]}var OD=new WeakMap;class vt{copy(){return this.era?new vt(this.calendar,this.era,this.year,this.month,this.day):new vt(this.calendar,this.year,this.month,this.day)}add(t){return $a(this,t)}subtract(t){return o2(this,t)}set(t){return Hl(this,t)}cycle(t,r,n){return Ul(this,t,r,n)}toDate(t){return r2(this,t)}toString(){return d2(this)}compare(t){return Gd(this,t)}constructor(...t){fn(this,OD,{writable:!0,value:void 0});let[r,n,a,o,l]=Kl(t);this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=l,lr(this)}}var LD=new WeakMap;class zl{copy(){return new zl(this.hour,this.minute,this.second,this.millisecond)}add(t){return s2(this,t)}subtract(t){return PD(this,t)}set(t){return dn(this,t)}cycle(t,r,n){return jl(this,t,r,n)}toString(){return c2(this)}compare(t){return qd(this,t)}constructor(t=0,r=0,n=0,a=0){fn(this,LD,{writable:!0,value:void 0}),this.hour=t,this.minute=r,this.second=n,this.millisecond=a,l2(this)}}var RD=new WeakMap;class Ia{copy(){return this.era?new Ia(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new Ia(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return $a(this,t)}subtract(t){return o2(this,t)}set(t){return Hl(dn(this,t),t)}cycle(t,r,n){switch(t){case"era":case"year":case"month":case"day":return Ul(this,t,r,n);default:return jl(this,t,r,n)}}toDate(t,r){return r2(this,t,r)}toString(){return f2(this)}compare(t){let r=Gd(this,t);return r===0?qd(this,gt(t)):r}constructor(...t){fn(this,RD,{writable:!0,value:void 0});let[r,n,a,o,l]=Kl(t);this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=l,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,lr(this)}}var _D=new WeakMap;class Fr{copy(){return this.era?new Fr(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new Fr(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(t){return u2(this,t)}subtract(t){return AD(this,t)}set(t,r){return FD(this,t,r)}cycle(t,r,n){return MD(this,t,r,n)}toDate(){return $D(this)}toString(){return VD(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(t){return this.toDate().getTime()-DD(t,this.timeZone).toDate().getTime()}constructor(...t){fn(this,_D,{writable:!0,value:void 0});let[r,n,a,o,l]=Kl(t),c=t.shift(),f=t.shift();this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=l,this.timeZone=c,this.offset=f,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,lr(this)}}let Wl=new Map;class ot{format(t){return this.formatter.format(t)}formatToParts(t){return this.formatter.formatToParts(t)}formatRange(t,r){if(typeof this.formatter.formatRange=="function")return this.formatter.formatRange(t,r);if(r<t)throw new RangeError("End date must be >= start date");return`${this.formatter.format(t)} – ${this.formatter.format(r)}`}formatRangeToParts(t,r){if(typeof this.formatter.formatRangeToParts=="function")return this.formatter.formatRangeToParts(t,r);if(r<t)throw new RangeError("End date must be >= start date");let n=this.formatter.formatToParts(t),a=this.formatter.formatToParts(r);return[...n.map(o=>({...o,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...a.map(o=>({...o,source:"endRange"}))]}resolvedOptions(){let t=this.formatter.resolvedOptions();return jD()&&(this.resolvedHourCycle||(this.resolvedHourCycle=KD(t.locale,this.options)),t.hourCycle=this.resolvedHourCycle,t.hour12=this.resolvedHourCycle==="h11"||this.resolvedHourCycle==="h12"),t.calendar==="ethiopic-amete-alem"&&(t.calendar="ethioaa"),t}constructor(t,r={}){this.formatter=h2(t,r),this.options=r}}const HD={true:{ja:"h11"},false:{}};function h2(e,t={}){if(typeof t.hour12=="boolean"&&UD()){t={...t};let a=HD[String(t.hour12)][e.split("-")[0]],o=t.hour12?"h12":"h23";t.hourCycle=a??o,delete t.hour12}let r=e+(t?Object.entries(t).sort((a,o)=>a[0]<o[0]?-1:1).join():"");if(Wl.has(r))return Wl.get(r);let n=new Intl.DateTimeFormat(e,t);return Wl.set(r,n),n}let Gl=null;function UD(){return Gl==null&&(Gl=new Intl.DateTimeFormat("en-US",{hour:"numeric",hour12:!1}).format(new Date(2020,2,3,0))==="24"),Gl}let ql=null;function jD(){return ql==null&&(ql=new Intl.DateTimeFormat("fr",{hour:"numeric",hour12:!1}).resolvedOptions().hourCycle==="h12"),ql}function KD(e,t){if(!t.timeStyle&&!t.hour)return;e=e.replace(/(-u-)?-nu-[a-zA-Z0-9]+/,""),e+=(e.includes("-u-")?"":"-u")+"-nu-latn";let r=h2(e,{...t,timeZone:void 0}),n=parseInt(r.formatToParts(new Date(2020,2,3,0)).find(o=>o.type==="hour").value,10),a=parseInt(r.formatToParts(new Date(2020,2,3,23)).find(o=>o.type==="hour").value,10);if(n===0&&a===23)return"h23";if(n===24&&a===23)return"h24";if(n===0&&a===11)return"h11";if(n===12&&a===11)return"h12";throw new Error("Unexpected hour cycle result")}function Yl(e){if(e==null)return e;const t=e.getFullYear(),r=t<0?"BC":"AD",n=t<0?-t:t,a=e.getMonth()+1,o=e.getDate();return new vt(r,n,a,o)}function be(e){return e==null?e:kD(e.toISOString())}function Mt(e){return e==null?e:e.toDate(pt())}function m2(e){return e==null?e:{end:be(e.end),start:be(e.start)}}function zD(e){return e==null?e:{end:Mt(e.end),start:Mt(e.start)}}function hn(){return new mt}const WD=e=>`${e.slice(0,3)} ${e.split(" ")[1]}`,p2=["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"],GD=e=>{const t=e.start?`${p2[e.start.month-1]} ${e.start.year}`:"",r=e.end?`${p2[e.end.month-1]} ${e.end.year}`:"";return[t,r]},qD=(e="single",t="minute")=>{if(e!=="end")return{hour:0,minute:0,second:0};const r={hour:23,minute:59,second:59};switch(t){case"hour":return{...r,minute:0,second:0};case"minute":return{...r,second:0};case"second":return r;default:return{hour:0,minute:0,second:0}}};function g2(e,t,r){const{maxDate:n,minDate:a,required:o}=t,l=Mt(Yl(e)),c=Mt(Yl(a)),f=Mt(Yl(n)),d=[],h=l&&f&&l.getTime()>f.getTime(),m=l&&c&&l.getTime()<c.getTime(),p=o&&l===null,g=h||m||p;return g&&(h&&d.push(`Value must be ${n?.toLocaleDateString(r)} or earlier.`),m&&d.push(`Value must be ${a?.toLocaleDateString(r)} or later.`),p&&d.push("Value is required")),{validationMessage:d,validityState:{badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!!h,rangeUnderflow:!!m,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!g,valueMissing:!!p}}}function v2(e){const t={};for(const[r,n]of Object.entries(e))(r.startsWith("data-")||r.startsWith("aria-"))&&(t[r]=n);return t}const YD=/^space-\d+x$/,XD=e=>YD.test(e),Ie=e=>e,Ye=e=>`var(--banana-${e})`,Pa=e=>`var(--banana-${e})`,mn=e=>`var(--banana-${e})`,JD=(e="block")=>Ie(e),QD=(e="flex")=>Ie(e),Aa=e=>XD(e)?Ye(e):Ie(e),b2={...{alignSelf:["alignSelf",Ie],flex:["flex",Ie],flexBasis:["flexBasis",Ie],flexGrow:["flexGrow",Ie],flexShrink:["flexShrink",Ie],justifySelf:["justifySelf",Ie],order:["order",Ie],overflow:["overflow",Ie]},...{margin:["margin",Ye],marginBlock:["marginBlock",Ye],marginBlockEnd:["marginBlockEnd",Ye],marginBlockStart:["marginBlockStart",Ye],marginInline:["marginInline",Ye],marginInlineEnd:["marginInlineEnd",Ye],marginInlineStart:["marginInlineStart",Ye],padding:["padding",Ye],paddingBlock:["paddingBlock",Ye],paddingBlockEnd:["paddingBlockEnd",Ye],paddingBlockStart:["paddingBlockStart",Ye],paddingInline:["paddingInline",Ye],paddingInlineEnd:["paddingInlineEnd",Ye],paddingInlineStart:["paddingInlineStart",Ye]},...{height:["height",Ie],maxHeight:["maxHeight",Ie],maxWidth:["maxWidth",Ie],minHeight:["minHeight",Ie],minWidth:["minWidth",Ie],width:["width",Ie]},...{backgroundColor:["backgroundColor",Pa]},...{borderEndEndRadius:["borderEndEndRadius",mn],borderEndStartRadius:["borderEndStartRadius",mn],borderRadius:["borderRadius",mn],borderStartEndRadius:["borderStartEndRadius",mn],borderStartStartRadius:["borderStartStartRadius",mn]},...{bottom:["bottom",Aa],insetInlineEnd:["insetInlineEnd",Aa],insetInlineStart:["insetInlineStart",Aa],position:["position",Ie],top:["top",Aa]}},w2={...b2,display:["display",JD]},y2={...b2,alignContent:["alignContent",Ie],alignItems:["alignItems",Ie],columnGap:["columnGap",Pa],direction:["flexDirection",Ie],display:["display",QD],gap:["gap",Pa],justifyContent:["justifyContent",Ie],rowGap:["rowGap",Pa],wrap:["flexWrap",Ie]};function E2(e,t=w2){const r={};for(const a in e){const o=t[a];if(!o||e[a]==null)continue;const[l,c]=o,f=c(e[a]);r[l]=f}return{...e.style,...r}}function C2(e,t=w2){return Object.keys(e).reduce((n,a)=>a in t?n:{...n,[a]:e[a]},{})}function e$(e){const[t,r]=u.useState();return u.useEffect(()=>{const n=new ResizeObserver(a=>{for(const o of a)r(o.target.offsetWidth)});return e&&n.observe(e),()=>{n.disconnect()}},[e]),t}function Ma({onEnter:e,onLeave:t}={}){const[r,n]=u.useState(!1),a=u.useCallback(l=>{n(!0),e?.(l)},[e]),o=u.useCallback(l=>{n(!1),t?.(l)},[t]);return{handlers:{onMouseEnter:a,onMouseLeave:o},hovered:r}}const x2=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,onBlur:o,onFocus:l,onMouseEnter:c,onMouseLeave:f,selected:d=!1,...h}=e,[m,p]=u.useState(!1),{handlers:g,hovered:v}=Ma({onEnter:c,onLeave:f}),b=u.useRef(),E=iD(),D=Ld(),$=v||m,y=u.useMemo(()=>({highlighted:$}),[$]);u.useEffect(()=>()=>{window.clearTimeout(b.current)},[]);const x=D?.variant==="body",I=D?.variant==="head",Z=D?.variant==="foot",L=X("rbui-table-row",{"rbui-table-row--disabled":a,"rbui-table-row--highlighted":$,"rbui-table-row--selected":d,"rbui-table-row__body":x,"rbui-table-row__body--large":x&&E?.rowDensity==="large","rbui-table-row__body--medium":x&&E?.rowDensity==="medium","rbui-table-row__body--small":x&&E?.rowDensity==="small","rbui-table-row__foot":Z,"rbui-table-row__head":I},n),O=N=>{window.clearTimeout(b.current),p(!0),l?.(N)},V=N=>{b.current=window.setTimeout(()=>p(!1)),o?.(N)};return s.jsx(Hd.Provider,{value:y,children:s.jsx("tr",{className:L,onBlur:V,onFocus:O,ref:t,tabIndex:x?0:-1,...g,...h,children:r})})});x2.displayName="TableRow";const D2=u.forwardRef((e,t)=>{const{children:r,className:n,direction:a=!1,onClick:o,...l}=e,c=a==="desc"?rl:al,f=d=>{(d.code==="Enter"||d.code==="Space")&&(d.preventDefault(),o?.(d))};return s.jsxs("span",{className:X("rbui-table-sort-label",{"rbui-table-sort-label--active":a},n),onClick:o,onKeyDown:f,ref:t,role:"button",tabIndex:0,...l,children:[r,s.jsx(c,{className:"rbui-table-sort-label__icon"})]})});D2.displayName="TableSortLabel";const Xl=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx("div",{...a,className:X("rbui-tag-group",n),ref:t,children:r})});Xl.displayName="TagGroup";const t$="+",r$="-",n$="trend-icon",a$="impact-down-icon",Fa={NEGATIVE:"negative",NEUTRAL:"neutral",POSITIVE:"positive"},o$={[Fa.NEGATIVE]:{defaultIcon:s.jsx(sl,{"data-testid":a$,size:16}),sign:r$,trendClass:"rbui-trend-marker--negative"},[Fa.NEUTRAL]:{defaultIcon:null,sign:null,trendClass:"rbui-trend-marker--neutral"},[Fa.POSITIVE]:{defaultIcon:s.jsx(cl,{"data-testid":n$,size:16}),sign:t$,trendClass:"rbui-trend-marker--positive"}},l$=(e,t)=>e?e===!0?t:e:null,$2=u.forwardRef((e,t)=>{const{children:r,className:n,highlighted:a=!1,useIcon:o=!1,variant:l=Fa.NEUTRAL,...c}=e,{defaultIcon:f,sign:d,trendClass:h}=o$[l],m=l$(o,f),p=X("rbui-trend-marker",h,{"rbui-trend-marker--highlighted":a,"rbui-trend-marker--with-icon":!!m},n);return s.jsx("div",{className:p,ref:t,...c,children:s.jsxs("div",{className:"rbui-trend-marker__content",children:[m,s.jsxs("div",{className:"rbui-trend-marker__text",children:[d&&s.jsx("span",{children:d}),r]})]})})});$2.displayName="TrendMarker";const i$={default:"p","heading-1":"h1","heading-2":"h2","heading-3":"h3","heading-4":"h4","heading-5":"h5","heading-xl":"h1",link:"a","link-small":"a",text:"p","text-bold":"p","text-mono":"code","text-mono-small":"code","text-small":"p","text-small-bold":"p"},S2=u.forwardRef((e,t)=>{const{as:r,children:n,className:a,color:o,variant:l,...c}=e,f=r||i$[l||"default"],d=X("rbui-typography",l&&`rbui-typography--${l}`,o&&`rbui-typography--color-${o}`,a);return s.jsx(f,{...c,className:d,ref:t,children:n})});S2.displayName="Typography";function s$(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function u$(...e){return u.useMemo(()=>e.every(t=>t==null)?null:t=>{for(const r of e)s$(r,t)},e)}const c$=(e,t)=>s.jsx("input",{...e,ref:t}),d$={},ir=u.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:o,error:l,id:c,inputProps:f=d$,inputRef:d,leftElement:h,maxRows:m,minRows:p,name:g,onBlur:v,onChange:b,onClick:E,onCountChange:D,onFocus:$,placeholder:y,readOnly:x,renderInput:I=c$,required:Z,rightElement:L,value:O,...V}=e,N=O==null,w=u.useRef(null),T=u$(w,d),[R,A]=u.useState(N?a:""),H=N?R:O;u.useEffect(()=>{D?.(H?.length??0)},[H,D]);const P=q=>{A(q.target.value),b?.(q)},{handlers:k,hovered:M}=Ma(),{focused:_,getInputProps:S,getRootProps:B}=Ah({defaultValue:a,disabled:o,error:l,inputRef:T,onBlur:v,onChange:P,onClick:E,onFocus:$,required:Z,value:N?void 0:H}),j=q=>{if(!w.current)return;w.current.value="",A("");const ee=Object.create(q,{currentTarget:{value:w.current},target:{value:w.current}});b?.(ee)},K=()=>{const q=o||x||!H;return s.jsx(Be,{"aria-label":"Clear",className:X("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":q}),onClick:j,onMouseDown:ee=>ee.preventDefault(),startIcon:s.jsx(rr,{}),type:"tertiary"})},Q=X("rbui-base-input",r,{"rbui-base-input--disabled":o,"rbui-base-input--error":l,"rbui-base-input--focused":_,"rbui-base-input--hovered":M,"rbui-base-input--readonly":x,"rbui-base-input--required":Z}),W=S({id:c,name:g,placeholder:y,readOnly:x,...f,className:X("rbui-base-input__input",f.className,{"rbui-base-input__input--has-left":h,"rbui-base-input__input--has-right":n||L})});return s.jsxs("div",{className:Q,...B({...V,...k}),ref:t,children:[h&&s.jsx("span",{className:"rbui-base-input__element",children:h}),I(W,T),(L||n)&&s.jsxs("span",{className:"rbui-base-input__element",children:[n&&K(),L]})]})});ir.displayName="BaseInput";var I2={};I2={dateRange:e=>`${e.startDate} إلى ${e.endDate}`,dateSelected:e=>`${e.date} المحدد`,finishRangeSelectionPrompt:"انقر لإنهاء عملية تحديد نطاق التاريخ",maximumDate:"آخر تاريخ متاح",minimumDate:"أول تاريخ متاح",next:"التالي",previous:"السابق",selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.dateRange}`,startRangeSelectionPrompt:"انقر لبدء عملية تحديد نطاق التاريخ",todayDate:e=>`اليوم، ${e.date}`,todayDateSelected:e=>`اليوم، ${e.date} محدد`};var P2={};P2={dateRange:e=>`${e.startDate} до ${e.endDate}`,dateSelected:e=>`Избрано е ${e.date}`,finishRangeSelectionPrompt:"Натиснете, за да довършите избора на времеви интервал",maximumDate:"Последна налична дата",minimumDate:"Първа налична дата",next:"Напред",previous:"Назад",selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.dateRange}`,startRangeSelectionPrompt:"Натиснете, за да пристъпите към избора на времеви интервал",todayDate:e=>`Днес, ${e.date}`,todayDateSelected:e=>`Днес, ${e.date} са избрани`};var A2={};A2={dateRange:e=>`${e.startDate} až ${e.endDate}`,dateSelected:e=>`Vybráno ${e.date}`,finishRangeSelectionPrompt:"Kliknutím dokončíte výběr rozsahu dat",maximumDate:"Poslední dostupné datum",minimumDate:"První dostupné datum",next:"Další",previous:"Předchozí",selectedDateDescription:e=>`Vybrané datum: ${e.date}`,selectedRangeDescription:e=>`Vybrané období: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknutím zahájíte výběr rozsahu dat",todayDate:e=>`Dnes, ${e.date}`,todayDateSelected:e=>`Dnes, vybráno ${e.date}`};var M2={};M2={dateRange:e=>`${e.startDate} til ${e.endDate}`,dateSelected:e=>`${e.date} valgt`,finishRangeSelectionPrompt:"Klik for at fuldføre valg af datoområde",maximumDate:"Sidste ledige dato",minimumDate:"Første ledige dato",next:"Næste",previous:"Forrige",selectedDateDescription:e=>`Valgt dato: ${e.date}`,selectedRangeDescription:e=>`Valgt interval: ${e.dateRange}`,startRangeSelectionPrompt:"Klik for at starte valg af datoområde",todayDate:e=>`I dag, ${e.date}`,todayDateSelected:e=>`I dag, ${e.date} valgt`};var F2={};F2={dateRange:e=>`${e.startDate} bis ${e.endDate}`,dateSelected:e=>`${e.date} ausgewählt`,finishRangeSelectionPrompt:"Klicken, um die Auswahl des Datumsbereichs zu beenden",maximumDate:"Letztes verfügbares Datum",minimumDate:"Erstes verfügbares Datum",next:"Weiter",previous:"Zurück",selectedDateDescription:e=>`Ausgewähltes Datum: ${e.date}`,selectedRangeDescription:e=>`Ausgewählter Bereich: ${e.dateRange}`,startRangeSelectionPrompt:"Klicken, um die Auswahl des Datumsbereichs zu beginnen",todayDate:e=>`Heute, ${e.date}`,todayDateSelected:e=>`Heute, ${e.date} ausgewählt`};var T2={};T2={dateRange:e=>`${e.startDate} έως ${e.endDate}`,dateSelected:e=>`Επιλέχθηκε ${e.date}`,finishRangeSelectionPrompt:"Κάντε κλικ για να ολοκληρώσετε την επιλογή εύρους ημερομηνιών",maximumDate:"Τελευταία διαθέσιμη ημερομηνία",minimumDate:"Πρώτη διαθέσιμη ημερομηνία",next:"Επόμενο",previous:"Προηγούμενο",selectedDateDescription:e=>`Επιλεγμένη ημερομηνία: ${e.date}`,selectedRangeDescription:e=>`Επιλεγμένο εύρος: ${e.dateRange}`,startRangeSelectionPrompt:"Κάντε κλικ για να ξεκινήσετε την επιλογή εύρους ημερομηνιών",todayDate:e=>`Σήμερα, ${e.date}`,todayDateSelected:e=>`Σήμερα, επιλέχτηκε ${e.date}`};var N2={};N2={previous:"Previous",next:"Next",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.dateRange}`,todayDate:e=>`Today, ${e.date}`,todayDateSelected:e=>`Today, ${e.date} selected`,dateSelected:e=>`${e.date} selected`,startRangeSelectionPrompt:"Click to start selecting date range",finishRangeSelectionPrompt:"Click to finish selecting date range",minimumDate:"First available date",maximumDate:"Last available date",dateRange:e=>`${e.startDate} to ${e.endDate}`};var k2={};k2={dateRange:e=>`${e.startDate} a ${e.endDate}`,dateSelected:e=>`${e.date} seleccionado`,finishRangeSelectionPrompt:"Haga clic para terminar de seleccionar rango de fechas",maximumDate:"Última fecha disponible",minimumDate:"Primera fecha disponible",next:"Siguiente",previous:"Anterior",selectedDateDescription:e=>`Fecha seleccionada: ${e.date}`,selectedRangeDescription:e=>`Intervalo seleccionado: ${e.dateRange}`,startRangeSelectionPrompt:"Haga clic para comenzar a seleccionar un rango de fechas",todayDate:e=>`Hoy, ${e.date}`,todayDateSelected:e=>`Hoy, ${e.date} seleccionado`};var B2={};B2={dateRange:e=>`${e.startDate} kuni ${e.endDate}`,dateSelected:e=>`${e.date} valitud`,finishRangeSelectionPrompt:"Klõpsake kuupäevavahemiku valimise lõpetamiseks",maximumDate:"Viimane saadaolev kuupäev",minimumDate:"Esimene saadaolev kuupäev",next:"Järgmine",previous:"Eelmine",selectedDateDescription:e=>`Valitud kuupäev: ${e.date}`,selectedRangeDescription:e=>`Valitud vahemik: ${e.dateRange}`,startRangeSelectionPrompt:"Klõpsake kuupäevavahemiku valimiseks",todayDate:e=>`Täna, ${e.date}`,todayDateSelected:e=>`Täna, ${e.date} valitud`};var V2={};V2={dateRange:e=>`${e.startDate} – ${e.endDate}`,dateSelected:e=>`${e.date} valittu`,finishRangeSelectionPrompt:"Lopeta päivämääräalueen valinta napsauttamalla tätä.",maximumDate:"Viimeinen varattavissa oleva päivämäärä",minimumDate:"Ensimmäinen varattavissa oleva päivämäärä",next:"Seuraava",previous:"Edellinen",selectedDateDescription:e=>`Valittu päivämäärä: ${e.date}`,selectedRangeDescription:e=>`Valittu aikaväli: ${e.dateRange}`,startRangeSelectionPrompt:"Aloita päivämääräalueen valinta napsauttamalla tätä.",todayDate:e=>`Tänään, ${e.date}`,todayDateSelected:e=>`Tänään, ${e.date} valittu`};var Z2={};Z2={dateRange:e=>`${e.startDate} à ${e.endDate}`,dateSelected:e=>`${e.date} sélectionné`,finishRangeSelectionPrompt:"Cliquer pour finir de sélectionner la plage de dates",maximumDate:"Dernière date disponible",minimumDate:"Première date disponible",next:"Suivant",previous:"Précédent",selectedDateDescription:e=>`Date sélectionnée : ${e.date}`,selectedRangeDescription:e=>`Plage sélectionnée : ${e.dateRange}`,startRangeSelectionPrompt:"Cliquer pour commencer à sélectionner la plage de dates",todayDate:e=>`Aujourd'hui, ${e.date}`,todayDateSelected:e=>`Aujourd’hui, ${e.date} sélectionné`};var O2={};O2={dateRange:e=>`${e.startDate} עד ${e.endDate}`,dateSelected:e=>`${e.date} נבחר`,finishRangeSelectionPrompt:"חץ כדי לסיים את בחירת טווח התאריכים",maximumDate:"תאריך פנוי אחרון",minimumDate:"תאריך פנוי ראשון",next:"הבא",previous:"הקודם",selectedDateDescription:e=>`תאריך נבחר: ${e.date}`,selectedRangeDescription:e=>`טווח נבחר: ${e.dateRange}`,startRangeSelectionPrompt:"לחץ כדי להתחיל בבחירת טווח התאריכים",todayDate:e=>`היום, ${e.date}`,todayDateSelected:e=>`היום, ${e.date} נבחר`};var L2={};L2={dateRange:e=>`${e.startDate} do ${e.endDate}`,dateSelected:e=>`${e.date} odabran`,finishRangeSelectionPrompt:"Kliknite da dovršite raspon odabranih datuma",maximumDate:"Posljednji raspoloživi datum",minimumDate:"Prvi raspoloživi datum",next:"Sljedeći",previous:"Prethodni",selectedDateDescription:e=>`Odabrani datum: ${e.date}`,selectedRangeDescription:e=>`Odabrani raspon: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknite da započnete raspon odabranih datuma",todayDate:e=>`Danas, ${e.date}`,todayDateSelected:e=>`Danas, odabran ${e.date}`};var R2={};R2={dateRange:e=>`${e.startDate}–${e.endDate}`,dateSelected:e=>`${e.date} kiválasztva`,finishRangeSelectionPrompt:"Kattintson a dátumtartomány kijelölésének befejezéséhez",maximumDate:"Utolsó elérhető dátum",minimumDate:"Az első elérhető dátum",next:"Következő",previous:"Előző",selectedDateDescription:e=>`Kijelölt dátum: ${e.date}`,selectedRangeDescription:e=>`Kijelölt tartomány: ${e.dateRange}`,startRangeSelectionPrompt:"Kattintson a dátumtartomány kijelölésének indításához",todayDate:e=>`Ma, ${e.date}`,todayDateSelected:e=>`Ma, ${e.date} kijelölve`};var _2={};_2={dateRange:e=>`Da ${e.startDate} a ${e.endDate}`,dateSelected:e=>`${e.date} selezionata`,finishRangeSelectionPrompt:"Fai clic per completare la selezione dell’intervallo di date",maximumDate:"Ultima data disponibile",minimumDate:"Prima data disponibile",next:"Successivo",previous:"Precedente",selectedDateDescription:e=>`Data selezionata: ${e.date}`,selectedRangeDescription:e=>`Intervallo selezionato: ${e.dateRange}`,startRangeSelectionPrompt:"Fai clic per selezionare l’intervallo di date",todayDate:e=>`Oggi, ${e.date}`,todayDateSelected:e=>`Oggi, ${e.date} selezionata`};var H2={};H2={dateRange:e=>`${e.startDate} から ${e.endDate}`,dateSelected:e=>`${e.date} を選択`,finishRangeSelectionPrompt:"クリックして日付範囲の選択を終了",maximumDate:"最終利用可能日",minimumDate:"最初の利用可能日",next:"次へ",previous:"前へ",selectedDateDescription:e=>`選択した日付 : ${e.date}`,selectedRangeDescription:e=>`選択範囲 : ${e.dateRange}`,startRangeSelectionPrompt:"クリックして日付範囲の選択を開始",todayDate:e=>`本日、${e.date}`,todayDateSelected:e=>`本日、${e.date} を選択`};var U2={};U2={dateRange:e=>`${e.startDate} ~ ${e.endDate}`,dateSelected:e=>`${e.date} 선택됨`,finishRangeSelectionPrompt:"날짜 범위 선택을 완료하려면 클릭하십시오.",maximumDate:"마지막으로 사용 가능한 일자",minimumDate:"처음으로 사용 가능한 일자",next:"다음",previous:"이전",selectedDateDescription:e=>`선택 일자: ${e.date}`,selectedRangeDescription:e=>`선택 범위: ${e.dateRange}`,startRangeSelectionPrompt:"날짜 범위 선택을 시작하려면 클릭하십시오.",todayDate:e=>`오늘, ${e.date}`,todayDateSelected:e=>`오늘, ${e.date} 선택됨`};var j2={};j2={dateRange:e=>`Nuo ${e.startDate} iki ${e.endDate}`,dateSelected:e=>`Pasirinkta ${e.date}`,finishRangeSelectionPrompt:"Spustelėkite, kad baigtumėte pasirinkti datų intervalą",maximumDate:"Paskutinė galima data",minimumDate:"Pirmoji galima data",next:"Paskesnis",previous:"Ankstesnis",selectedDateDescription:e=>`Pasirinkta data: ${e.date}`,selectedRangeDescription:e=>`Pasirinktas intervalas: ${e.dateRange}`,startRangeSelectionPrompt:"Spustelėkite, kad pradėtumėte pasirinkti datų intervalą",todayDate:e=>`Šiandien, ${e.date}`,todayDateSelected:e=>`Šiandien, pasirinkta ${e.date}`};var K2={};K2={dateRange:e=>`No ${e.startDate} līdz ${e.endDate}`,dateSelected:e=>`Atlasīts: ${e.date}`,finishRangeSelectionPrompt:"Noklikšķiniet, lai pabeigtu datumu diapazona atlasi",maximumDate:"Pēdējais pieejamais datums",minimumDate:"Pirmais pieejamais datums",next:"Tālāk",previous:"Atpakaļ",selectedDateDescription:e=>`Atlasītais datums: ${e.date}`,selectedRangeDescription:e=>`Atlasītais diapazons: ${e.dateRange}`,startRangeSelectionPrompt:"Noklikšķiniet, lai sāktu datumu diapazona atlasi",todayDate:e=>`Šodien, ${e.date}`,todayDateSelected:e=>`Atlasīta šodiena, ${e.date}`};var z2={};z2={dateRange:e=>`${e.startDate} til ${e.endDate}`,dateSelected:e=>`${e.date} valgt`,finishRangeSelectionPrompt:"Klikk for å fullføre valg av datoområde",maximumDate:"Siste tilgjengelige dato",minimumDate:"Første tilgjengelige dato",next:"Neste",previous:"Forrige",selectedDateDescription:e=>`Valgt dato: ${e.date}`,selectedRangeDescription:e=>`Valgt område: ${e.dateRange}`,startRangeSelectionPrompt:"Klikk for å starte valg av datoområde",todayDate:e=>`I dag, ${e.date}`,todayDateSelected:e=>`I dag, ${e.date} valgt`};var W2={};W2={dateRange:e=>`${e.startDate} tot ${e.endDate}`,dateSelected:e=>`${e.date} geselecteerd`,finishRangeSelectionPrompt:"Klik om de selectie van het datumbereik te voltooien",maximumDate:"Laatste beschikbare datum",minimumDate:"Eerste beschikbare datum",next:"Volgende",previous:"Vorige",selectedDateDescription:e=>`Geselecteerde datum: ${e.date}`,selectedRangeDescription:e=>`Geselecteerd bereik: ${e.dateRange}`,startRangeSelectionPrompt:"Klik om het datumbereik te selecteren",todayDate:e=>`Vandaag, ${e.date}`,todayDateSelected:e=>`Vandaag, ${e.date} geselecteerd`};var G2={};G2={dateRange:e=>`${e.startDate} do ${e.endDate}`,dateSelected:e=>`Wybrano ${e.date}`,finishRangeSelectionPrompt:"Kliknij, aby zakończyć wybór zakresu dat",maximumDate:"Ostatnia dostępna data",minimumDate:"Pierwsza dostępna data",next:"Dalej",previous:"Wstecz",selectedDateDescription:e=>`Wybrana data: ${e.date}`,selectedRangeDescription:e=>`Wybrany zakres: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknij, aby rozpocząć wybór zakresu dat",todayDate:e=>`Dzisiaj, ${e.date}`,todayDateSelected:e=>`Dzisiaj wybrano ${e.date}`};var q2={};q2={dateRange:e=>`${e.startDate} a ${e.endDate}`,dateSelected:e=>`${e.date} selecionado`,finishRangeSelectionPrompt:"Clique para concluir a seleção do intervalo de datas",maximumDate:"Última data disponível",minimumDate:"Primeira data disponível",next:"Próximo",previous:"Anterior",selectedDateDescription:e=>`Data selecionada: ${e.date}`,selectedRangeDescription:e=>`Intervalo selecionado: ${e.dateRange}`,startRangeSelectionPrompt:"Clique para iniciar a seleção do intervalo de datas",todayDate:e=>`Hoje, ${e.date}`,todayDateSelected:e=>`Hoje, ${e.date} selecionado`};var Y2={};Y2={dateRange:e=>`${e.startDate} a ${e.endDate}`,dateSelected:e=>`${e.date} selecionado`,finishRangeSelectionPrompt:"Clique para terminar de selecionar o intervalo de datas",maximumDate:"Última data disponível",minimumDate:"Primeira data disponível",next:"Próximo",previous:"Anterior",selectedDateDescription:e=>`Data selecionada: ${e.date}`,selectedRangeDescription:e=>`Intervalo selecionado: ${e.dateRange}`,startRangeSelectionPrompt:"Clique para começar a selecionar o intervalo de datas",todayDate:e=>`Hoje, ${e.date}`,todayDateSelected:e=>`Hoje, ${e.date} selecionado`};var X2={};X2={dateRange:e=>`De la ${e.startDate} până la ${e.endDate}`,dateSelected:e=>`${e.date} selectată`,finishRangeSelectionPrompt:"Apăsaţi pentru a finaliza selecţia razei pentru dată",maximumDate:"Ultima dată disponibilă",minimumDate:"Prima dată disponibilă",next:"Următorul",previous:"Înainte",selectedDateDescription:e=>`Dată selectată: ${e.date}`,selectedRangeDescription:e=>`Interval selectat: ${e.dateRange}`,startRangeSelectionPrompt:"Apăsaţi pentru a începe selecţia razei pentru dată",todayDate:e=>`Astăzi, ${e.date}`,todayDateSelected:e=>`Azi, ${e.date} selectată`};var J2={};J2={dateRange:e=>`С ${e.startDate} по ${e.endDate}`,dateSelected:e=>`Выбрано ${e.date}`,finishRangeSelectionPrompt:"Щелкните, чтобы завершить выбор диапазона дат",maximumDate:"Последняя доступная дата",minimumDate:"Первая доступная дата",next:"Далее",previous:"Назад",selectedDateDescription:e=>`Выбранная дата: ${e.date}`,selectedRangeDescription:e=>`Выбранный диапазон: ${e.dateRange}`,startRangeSelectionPrompt:"Щелкните, чтобы начать выбор диапазона дат",todayDate:e=>`Сегодня, ${e.date}`,todayDateSelected:e=>`Сегодня, выбрано ${e.date}`};var Q2={};Q2={dateRange:e=>`Od ${e.startDate} do ${e.endDate}`,dateSelected:e=>`Vybratý dátum ${e.date}`,finishRangeSelectionPrompt:"Kliknutím dokončíte výber rozsahu dátumov",maximumDate:"Posledný dostupný dátum",minimumDate:"Prvý dostupný dátum",next:"Nasledujúce",previous:"Predchádzajúce",selectedDateDescription:e=>`Vybratý dátum: ${e.date}`,selectedRangeDescription:e=>`Vybratý rozsah: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknutím spustíte výber rozsahu dátumov",todayDate:e=>`Dnes ${e.date}`,todayDateSelected:e=>`Vybratý dnešný dátum ${e.date}`};var e7={};e7={dateRange:e=>`${e.startDate} do ${e.endDate}`,dateSelected:e=>`${e.date} izbrano`,finishRangeSelectionPrompt:"Kliknite za dokončanje izbire datumskega obsega",maximumDate:"Zadnji razpoložljivi datum",minimumDate:"Prvi razpoložljivi datum",next:"Naprej",previous:"Nazaj",selectedDateDescription:e=>`Izbrani datum: ${e.date}`,selectedRangeDescription:e=>`Izbrano območje: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknite za začetek izbire datumskega obsega",todayDate:e=>`Danes, ${e.date}`,todayDateSelected:e=>`Danes, ${e.date} izbrano`};var t7={};t7={dateRange:e=>`${e.startDate} do ${e.endDate}`,dateSelected:e=>`${e.date} izabran`,finishRangeSelectionPrompt:"Kliknite da dovršite opseg izabranih datuma",maximumDate:"Zadnji raspoloživi datum",minimumDate:"Prvi raspoloživi datum",next:"Sledeći",previous:"Prethodni",selectedDateDescription:e=>`Izabrani datum: ${e.date}`,selectedRangeDescription:e=>`Izabrani period: ${e.dateRange}`,startRangeSelectionPrompt:"Kliknite da započnete opseg izabranih datuma",todayDate:e=>`Danas, ${e.date}`,todayDateSelected:e=>`Danas, izabran ${e.date}`};var r7={};r7={dateRange:e=>`${e.startDate} till ${e.endDate}`,dateSelected:e=>`${e.date} har valts`,finishRangeSelectionPrompt:"Klicka för att avsluta val av datumintervall",maximumDate:"Sista tillgängliga datum",minimumDate:"Första tillgängliga datum",next:"Nästa",previous:"Föregående",selectedDateDescription:e=>`Valt datum: ${e.date}`,selectedRangeDescription:e=>`Valt intervall: ${e.dateRange}`,startRangeSelectionPrompt:"Klicka för att välja datumintervall",todayDate:e=>`Idag, ${e.date}`,todayDateSelected:e=>`Idag, ${e.date} har valts`};var n7={};n7={dateRange:e=>`${e.startDate} - ${e.endDate}`,dateSelected:e=>`${e.date} seçildi`,finishRangeSelectionPrompt:"Tarih aralığı seçimini tamamlamak için tıklayın",maximumDate:"Son müsait tarih",minimumDate:"İlk müsait tarih",next:"Sonraki",previous:"Önceki",selectedDateDescription:e=>`Seçilen Tarih: ${e.date}`,selectedRangeDescription:e=>`Seçilen Aralık: ${e.dateRange}`,startRangeSelectionPrompt:"Tarih aralığı seçimini başlatmak için tıklayın",todayDate:e=>`Bugün, ${e.date}`,todayDateSelected:e=>`Bugün, ${e.date} seçildi`};var a7={};a7={dateRange:e=>`${e.startDate} — ${e.endDate}`,dateSelected:e=>`Вибрано ${e.date}`,finishRangeSelectionPrompt:"Натисніть, щоб завершити вибір діапазону дат",maximumDate:"Остання доступна дата",minimumDate:"Перша доступна дата",next:"Наступний",previous:"Попередній",selectedDateDescription:e=>`Вибрана дата: ${e.date}`,selectedRangeDescription:e=>`Вибраний діапазон: ${e.dateRange}`,startRangeSelectionPrompt:"Натисніть, щоб почати вибір діапазону дат",todayDate:e=>`Сьогодні, ${e.date}`,todayDateSelected:e=>`Сьогодні, вибрано ${e.date}`};var o7={};o7={dateRange:e=>`${e.startDate} 至 ${e.endDate}`,dateSelected:e=>`已选择 ${e.date}`,finishRangeSelectionPrompt:"单击以完成选择日期范围",maximumDate:"最后一个可用日期",minimumDate:"第一个可用日期",next:"下一页",previous:"上一页",selectedDateDescription:e=>`选定的日期:${e.date}`,selectedRangeDescription:e=>`选定的范围:${e.dateRange}`,startRangeSelectionPrompt:"单击以开始选择日期范围",todayDate:e=>`今天,即 ${e.date}`,todayDateSelected:e=>`已选择今天,即 ${e.date}`};var l7={};l7={dateRange:e=>`${e.startDate} 至 ${e.endDate}`,dateSelected:e=>`已選取 ${e.date}`,finishRangeSelectionPrompt:"按一下以完成選取日期範圍",maximumDate:"最後一個可用日期",minimumDate:"第一個可用日期",next:"下一頁",previous:"上一頁",selectedDateDescription:e=>`選定的日期:${e.date}`,selectedRangeDescription:e=>`選定的範圍:${e.dateRange}`,startRangeSelectionPrompt:"按一下以開始選取日期範圍",todayDate:e=>`今天,${e.date}`,todayDateSelected:e=>`已選取今天,${e.date}`};var pn={};pn={"ar-AE":I2,"bg-BG":P2,"cs-CZ":A2,"da-DK":M2,"de-DE":F2,"el-GR":T2,"en-US":N2,"es-ES":k2,"et-EE":B2,"fi-FI":V2,"fr-FR":Z2,"he-IL":O2,"hr-HR":L2,"hu-HU":R2,"it-IT":_2,"ja-JP":H2,"ko-KR":U2,"lt-LT":j2,"lv-LV":K2,"nb-NO":z2,"nl-NL":W2,"pl-PL":G2,"pt-BR":q2,"pt-PT":Y2,"ro-RO":X2,"ru-RU":J2,"sk-SK":Q2,"sl-SI":e7,"sr-SP":t7,"sv-SE":r7,"tr-TR":n7,"uk-UA":a7,"zh-CN":o7,"zh-TW":l7};const f$=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),h$=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function m$(e){if(Intl.Locale){let r=new Intl.Locale(e).maximize(),n=typeof r.getTextInfo=="function"?r.getTextInfo():r.textInfo;if(n)return n.direction==="rtl";if(r.script)return f$.has(r.script)}let t=e.split("-")[0];return h$.has(t)}const Ta={prefix:String(Math.round(Math.random()*1e10)),current:0},i7=u.createContext(Ta),p$=u.createContext(!1);let g$=!!(typeof window<"u"&&window.document&&window.document.createElement),Jl=new WeakMap;function v$(e=!1){let t=u.useContext(i7),r=u.useRef(null);if(r.current===null&&!e){var n,a;let o=(a=u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||a===void 0||(n=a.ReactCurrentOwner)===null||n===void 0?void 0:n.current;if(o){let l=Jl.get(o);l==null?Jl.set(o,{id:t.current,state:o.memoizedState}):o.memoizedState!==l.state&&(t.current=l.id,Jl.delete(o))}r.current=++t.current}return r.current}function b$(e){let t=u.useContext(i7);t===Ta&&!g$&&process.env.NODE_ENV!=="production"&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let r=v$(!!e),n=t===Ta&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${n}-${r}`}function w$(e){let t=u.useId(),[r]=u.useState(s7()),n=r||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Ta.prefix}`;return e||`${n}-${t}`}const y$=typeof u.useId=="function"?w$:b$;function E$(){return!1}function C$(){return!0}function x$(e){return()=>{}}function s7(){return typeof u.useSyncExternalStore=="function"?u.useSyncExternalStore(x$,E$,C$):u.useContext(p$)}const D$=Symbol.for("react-aria.i18n.locale");function u7(){let e=typeof window<"u"&&window[D$]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([e])}catch{e="en-US"}return{locale:e,direction:m$(e)?"rtl":"ltr"}}let Ql=u7(),gn=new Set;function c7(){Ql=u7();for(let e of gn)e(Ql)}function $$(){let e=s7(),[t,r]=u.useState(Ql);return u.useEffect(()=>(gn.size===0&&window.addEventListener("languagechange",c7),gn.add(r),()=>{gn.delete(r),gn.size===0&&window.removeEventListener("languagechange",c7)}),[]),e?{locale:"en-US",direction:"ltr"}:t}const S$=u.createContext(null);function nt(){let e=$$();return u.useContext(S$)||e}const I$=Symbol.for("react-aria.i18n.locale"),P$=Symbol.for("react-aria.i18n.strings");let Tr;class Ut{getStringForLocale(t,r){let a=this.getStringsForLocale(r)[t];if(!a)throw new Error(`Could not find intl message ${t} in ${r} locale`);return a}getStringsForLocale(t){let r=this.strings[t];return r||(r=A$(t,this.strings,this.defaultLocale),this.strings[t]=r),r}static getGlobalDictionaryForPackage(t){if(typeof window>"u")return null;let r=window[I$];if(Tr===void 0){let a=window[P$];if(!a)return null;Tr={};for(let o in a)Tr[o]=new Ut({[r]:a[o]},r)}let n=Tr?.[t];if(!n)throw new Error(`Strings for package "${t}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return n}constructor(t,r="en-US"){this.strings=Object.fromEntries(Object.entries(t).filter(([,n])=>n)),this.defaultLocale=r}}function A$(e,t,r="en-US"){if(t[e])return t[e];let n=M$(e);if(t[n])return t[n];for(let a in t)if(a.startsWith(n+"-"))return t[a];return t[r]}function M$(e){return Intl.Locale?new Intl.Locale(e).language:e.split("-")[0]}const d7=new Map,f7=new Map;class h7{format(t,r){let n=this.strings.getStringForLocale(t,this.locale);return typeof n=="function"?n(r,this):n}plural(t,r,n="cardinal"){let a=r["="+t];if(a)return typeof a=="function"?a():a;let o=this.locale+":"+n,l=d7.get(o);l||(l=new Intl.PluralRules(this.locale,{type:n}),d7.set(o,l));let c=l.select(t);return a=r[c]||r.other,typeof a=="function"?a():a}number(t){let r=f7.get(this.locale);return r||(r=new Intl.NumberFormat(this.locale),f7.set(this.locale,r)),r.format(t)}select(t,r){let n=t[r]||t.other;return typeof n=="function"?n():n}constructor(t,r){this.locale=t,this.strings=r}}const m7=new WeakMap;function F$(e){let t=m7.get(e);return t||(t=new Ut(e),m7.set(e,t)),t}function p7(e,t){return t&&Ut.getGlobalDictionaryForPackage(t)||F$(e)}function jt(e,t){let{locale:r}=nt(),n=p7(e,t);return u.useMemo(()=>new h7(r,n),[r,n])}const Ft=typeof document<"u"?u.useLayoutEffect:()=>{};var e0;const T$=(e0=u.useInsertionEffect)!==null&&e0!==void 0?e0:Ft;function Re(e){const t=u.useRef(null);return T$(()=>{t.current=e},[e]),u.useCallback((...r)=>{const n=t.current;return n?.(...r)},[])}function N$(e){let[t,r]=u.useState(e),n=u.useRef(null),a=Re(()=>{if(!n.current)return;let l=n.current.next();if(l.done){n.current=null;return}t===l.value?a():r(l.value)});Ft(()=>{n.current&&a()});let o=Re(l=>{n.current=l(t),a()});return[t,o]}let k$=!!(typeof window<"u"&&window.document&&window.document.createElement),Nr=new Map,vn;typeof FinalizationRegistry<"u"&&(vn=new FinalizationRegistry(e=>{Nr.delete(e)}));function bt(e){let[t,r]=u.useState(e),n=u.useRef(null),a=y$(t),o=u.useRef(null);if(vn&&vn.register(o,a),k$){const l=Nr.get(a);l&&!l.includes(n)?l.push(n):Nr.set(a,[n])}return Ft(()=>{let l=a;return()=>{vn&&vn.unregister(o),Nr.delete(l)}},[a]),u.useEffect(()=>{let l=n.current;return l&&r(l),()=>{l&&(n.current=null)}}),a}function B$(e,t){if(e===t)return e;let r=Nr.get(e);if(r)return r.forEach(a=>a.current=t),t;let n=Nr.get(t);return n?(n.forEach(a=>a.current=e),e):t}function t0(e=[]){let t=bt(),[r,n]=N$(t),a=u.useCallback(()=>{n(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,n]);return Ft(a,[t,a,...e]),r}function g7(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const _e=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},Kt=e=>e&&"window"in e&&e.window===e?e:_e(e).defaultView||window;function V$(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Z$(e){return V$(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let O$=!1;function Na(){return O$}function Pe(e,t){if(!Na())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:Z$(r)?r=r.host:r=r.parentNode}return!1}const bn=(e=document)=>{var t;if(!Na())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function De(e){return Na()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class L${get currentNode(){return this._currentNode}set currentNode(t){if(!Pe(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let n=t,a=t;for(this._currentNode=t;n&&n!==this.root;)if(n.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const l=n,c=this._doc.createTreeWalker(l,this.whatToShow,{acceptNode:this._acceptNode});r.push(c),c.currentNode=a,this._currentSetFor.add(c),n=a=l.host}else n=n.parentNode;const o=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(o),o.currentNode=a,this._currentSetFor.add(o),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return Pe(t,r)?(r&&(this.currentNode=r),r):(this.currentNode=t,null)}lastChild(){let r=this._walkerStack[0].lastChild();return r&&(this.currentNode=r),r}nextNode(){const t=this._walkerStack[0].nextNode();if(t){if(t.shadowRoot){var r;let a;if(typeof this.filter=="function"?a=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(a=this.filter.acceptNode(t)),a===NodeFilter.FILTER_ACCEPT)return this.currentNode=t,t;let o=this.nextNode();return o&&(this.currentNode=o),o}return t&&(this.currentNode=t),t}else if(this._walkerStack.length>1){this._walkerStack.shift();let n=this.nextNode();return n&&(this.currentNode=n),n}else return null}previousNode(){const t=this._walkerStack[0];if(t.currentNode===t.root){if(this._currentSetFor.has(t))if(this._currentSetFor.delete(t),this._walkerStack.length>1){this._walkerStack.shift();let a=this.previousNode();return a&&(this.currentNode=a),a}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var n;let o;if(typeof this.filter=="function"?o=this.filter(r):!((n=this.filter)===null||n===void 0)&&n.acceptNode&&(o=this.filter.acceptNode(r)),o===NodeFilter.FILTER_ACCEPT)return r&&(this.currentNode=r),r;let l=this.lastChild();return l&&(this.currentNode=l),l}return r&&(this.currentNode=r),r}else if(this._walkerStack.length>1){this._walkerStack.shift();let a=this.previousNode();return a&&(this.currentNode=a),a}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,n,a){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=l=>{if(l.nodeType===Node.ELEMENT_NODE){const f=l.shadowRoot;if(f){const d=this._doc.createTreeWalker(f,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(d),NodeFilter.FILTER_ACCEPT}else{var c;if(typeof this.filter=="function")return this.filter(l);if(!((c=this.filter)===null||c===void 0)&&c.acceptNode)return this.filter.acceptNode(l);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=t,this.root=r,this.filter=a??null,this.whatToShow=n??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,n,this._acceptNode));const o=r.shadowRoot;if(o){const l=this._doc.createTreeWalker(o,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(l)}}}function R$(e,t,r,n){return Na()?new L$(e,t,r,n):e.createTreeWalker(t,r,n)}function lt(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let n=e[r];for(let a in n){let o=t[a],l=n[a];typeof o=="function"&&typeof l=="function"&&a[0]==="o"&&a[1]==="n"&&a.charCodeAt(2)>=65&&a.charCodeAt(2)<=90?t[a]=g7(o,l):(a==="className"||a==="UNSAFE_className")&&typeof o=="string"&&typeof l=="string"?t[a]=xo(o,l):a==="id"&&o&&l?t.id=B$(o,l):t[a]=l!==void 0?l:o}}return t}const _$=new Set(["id"]),H$=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),U$=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),j$=new Set(["dir","lang","hidden","inert","translate"]),v7=new Set(["onClick","onAuxClick","onContextMenu","onDoubleClick","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onTouchCancel","onTouchEnd","onTouchMove","onTouchStart","onPointerDown","onPointerMove","onPointerUp","onPointerCancel","onPointerEnter","onPointerLeave","onPointerOver","onPointerOut","onGotPointerCapture","onLostPointerCapture","onScroll","onWheel","onAnimationStart","onAnimationEnd","onAnimationIteration","onTransitionCancel","onTransitionEnd","onTransitionRun","onTransitionStart"]),K$=/^(data-.*)$/;function ka(e,t={}){let{labelable:r,isLink:n,global:a,events:o=a,propNames:l}=t,c={};for(const f in e)Object.prototype.hasOwnProperty.call(e,f)&&(_$.has(f)||r&&H$.has(f)||n&&U$.has(f)||a&&j$.has(f)||o&&v7.has(f)||f.endsWith("Capture")&&v7.has(f.slice(0,-7))||l?.has(f)||K$.test(f))&&(c[f]=e[f]);return c}function sr(e){if(z$())e.focus({preventScroll:!0});else{let t=W$(e);e.focus(),G$(t)}}let Ba=null;function z$(){if(Ba==null){Ba=!1;try{document.createElement("div").focus({get preventScroll(){return Ba=!0,!0}})}catch{}}return Ba}function W$(e){let t=e.parentNode,r=[],n=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==n;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return n instanceof HTMLElement&&r.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),r}function G$(e){for(let{element:t,scrollTop:r,scrollLeft:n}of e)t.scrollTop=r,t.scrollLeft=n}function Va(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function r0(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function Tt(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const ur=Tt(function(){return r0(/^Mac/i)}),q$=Tt(function(){return r0(/^iPhone/i)}),b7=Tt(function(){return r0(/^iPad/i)||ur()&&navigator.maxTouchPoints>1}),Za=Tt(function(){return q$()||b7()});Tt(function(){return ur()||Za()});const Y$=Tt(function(){return Va(/AppleWebKit/i)&&!X$()}),X$=Tt(function(){return Va(/Chrome/i)}),w7=Tt(function(){return Va(/Android/i)}),J$=Tt(function(){return Va(/Firefox/i)});function wn(e,t,r=!0){var n,a;let{metaKey:o,ctrlKey:l,altKey:c,shiftKey:f}=t;J$()&&(!((a=window.event)===null||a===void 0||(n=a.type)===null||n===void 0)&&n.startsWith("key"))&&e.target==="_blank"&&(ur()?o=!0:l=!0);let d=Y$()&&ur()&&!b7()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:o,ctrlKey:l,altKey:c,shiftKey:f}):new MouseEvent("click",{metaKey:o,ctrlKey:l,altKey:c,shiftKey:f,bubbles:!0,cancelable:!0});wn.isOpening=r,sr(e),e.dispatchEvent(d),wn.isOpening=!1}wn.isOpening=!1;let zt=new Map,n0=new Set;function y7(){if(typeof window>"u")return;function e(n){return"propertyName"in n}let t=n=>{if(!e(n)||!n.target)return;let a=zt.get(n.target);a||(a=new Set,zt.set(n.target,a),n.target.addEventListener("transitioncancel",r,{once:!0})),a.add(n.propertyName)},r=n=>{if(!e(n)||!n.target)return;let a=zt.get(n.target);if(a&&(a.delete(n.propertyName),a.size===0&&(n.target.removeEventListener("transitioncancel",r),zt.delete(n.target)),zt.size===0)){for(let o of n0)o();n0.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?y7():document.addEventListener("DOMContentLoaded",y7));function Q$(){for(const[e]of zt)"isConnected"in e&&!e.isConnected&&zt.delete(e)}function E7(e){requestAnimationFrame(()=>{Q$(),zt.size===0?e():n0.add(e)})}function a0(){let e=u.useRef(new Map),t=u.useCallback((a,o,l,c)=>{let f=c?.once?(...d)=>{e.current.delete(l),l(...d)}:l;e.current.set(l,{type:o,eventTarget:a,fn:f,options:c}),a.addEventListener(o,f,c)},[]),r=u.useCallback((a,o,l,c)=>{var f;let d=((f=e.current.get(l))===null||f===void 0?void 0:f.fn)||l;a.removeEventListener(o,d,c),e.current.delete(l)},[]),n=u.useCallback(()=>{e.current.forEach((a,o)=>{r(a.eventTarget,a.type,o,a.options)})},[r]);return u.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function Oa(e,t){let{id:r,"aria-label":n,"aria-labelledby":a}=e;return r=bt(r),a&&n?a=[...new Set([r,...a.trim().split(/\s+/)])].join(" "):a&&(a=a.trim().split(/\s+/).join(" ")),!n&&!a&&t&&(n=t),{id:r,"aria-label":n,"aria-labelledby":a}}function C7(e,t){const r=u.useRef(!0),n=u.useRef(null);u.useEffect(()=>(r.current=!0,()=>{r.current=!1}),[]),u.useEffect(()=>{let a=n.current;r.current?r.current=!1:(!a||t.some((o,l)=>!Object.is(o,a[l])))&&e(),n.current=t},t)}function eS(e,t){Ft(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function o0(e,t){if(!e)return!1;let r=window.getComputedStyle(e),n=/(auto|scroll)/.test(r.overflow+r.overflowX+r.overflowY);return n&&t&&(n=e.scrollHeight!==e.clientHeight||e.scrollWidth!==e.clientWidth),n}function x7(e,t){let r=e;for(o0(r,t)&&(r=r.parentElement);r&&!o0(r,t);)r=r.parentElement;return r||document.scrollingElement||document.documentElement}function tS(e,t){const r=[];for(;e&&e!==document.documentElement;)o0(e,t)&&r.push(e),e=e.parentElement;return r}let rS=0;const l0=new Map;function La(e){let[t,r]=u.useState();return Ft(()=>{if(!e)return;let n=l0.get(e);if(n)r(n.element.id);else{let a=`react-aria-description-${rS++}`;r(a);let o=document.createElement("div");o.id=a,o.style.display="none",o.textContent=e,document.body.appendChild(o),n={refCount:0,element:o},l0.set(e,n)}return n.refCount++,()=>{n&&--n.refCount===0&&(n.element.remove(),l0.delete(e))}},[e]),{"aria-describedby":e?t:void 0}}function kr(e,t,r,n){let a=Re(r),o=r==null;u.useEffect(()=>{if(o||!e.current)return;let l=e.current;return l.addEventListener(t,a,n),()=>{l.removeEventListener(t,a,n)}},[e,t,n,o,a])}function nS(e,t){let r=D7(e,t,"left"),n=D7(e,t,"top"),a=t.offsetWidth,o=t.offsetHeight,l=e.scrollLeft,c=e.scrollTop,{borderTopWidth:f,borderLeftWidth:d,scrollPaddingTop:h,scrollPaddingRight:m,scrollPaddingBottom:p,scrollPaddingLeft:g}=getComputedStyle(e),v=l+parseInt(d,10),b=c+parseInt(f,10),E=v+e.clientWidth,D=b+e.clientHeight,$=parseInt(h,10)||0,y=parseInt(p,10)||0,x=parseInt(m,10)||0,I=parseInt(g,10)||0;r<=l+I?l=r-parseInt(d,10)-I:r+a>E-x&&(l+=r+a-E+x),n<=b+$?c=n-parseInt(f,10)-$:n+o>D-y&&(c+=n+o-D+y),e.scrollLeft=l,e.scrollTop=c}function D7(e,t,r){const n=r==="left"?"offsetLeft":"offsetTop";let a=0;for(;t.offsetParent&&(a+=t[n],t.offsetParent!==e);){if(t.offsetParent.contains(e)){a-=e[n];break}t=t.offsetParent}return a}function $7(e,t){if(e&&document.contains(e)){let l=document.scrollingElement||document.documentElement;if(window.getComputedStyle(l).overflow==="hidden"){let f=tS(e);for(let d of f)nS(d,e)}else{var r;let{left:f,top:d}=e.getBoundingClientRect();e==null||(r=e.scrollIntoView)===null||r===void 0||r.call(e,{block:"nearest"});let{left:h,top:m}=e.getBoundingClientRect();if(Math.abs(f-h)>1||Math.abs(d-m)>1){var n,a,o;t==null||(a=t.containingElement)===null||a===void 0||(n=a.scrollIntoView)===null||n===void 0||n.call(a,{block:"center",inline:"center"}),(o=e.scrollIntoView)===null||o===void 0||o.call(e,{block:"nearest"})}}}}function i0(e){return e.pointerType===""&&e.isTrusted?!0:w7()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function aS(e){return!w7()&&e.width===0&&e.height===0||e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"}function S7(e,t){let r=u.useRef(null);return e&&r.current&&t(e,r.current)&&(e=r.current),r.current=e,e}function oS(e,t,r){let n=Re(()=>{r&&r(t)});u.useEffect(()=>{var a;let o=e==null||(a=e.current)===null||a===void 0?void 0:a.form;return o?.addEventListener("reset",n),()=>{o?.removeEventListener("reset",n)}},[e,n])}const lS=typeof Element<"u"&&"checkVisibility"in Element.prototype;function iS(e){const t=Kt(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:n}=e.style,a=r!=="none"&&n!=="hidden"&&n!=="collapse";if(a){const{getComputedStyle:o}=e.ownerDocument.defaultView;let{display:l,visibility:c}=o(e);a=l!=="none"&&c!=="hidden"&&c!=="collapse"}return a}function sS(e,t){return!e.hasAttribute("hidden")&&!e.hasAttribute("data-react-aria-prevent-focus")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function s0(e,t){return lS?e.checkVisibility()&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&iS(e)&&sS(e,t)&&(!e.parentElement||s0(e.parentElement,e))}const u0=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],uS=u0.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";u0.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const cS=u0.join(':not([hidden]):not([tabindex="-1"]),');function I7(e){return e.matches(uS)&&s0(e)&&!P7(e)}function dS(e){return e.matches(cS)&&s0(e)&&!P7(e)}function P7(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function cr(e,t,r){let[n,a]=u.useState(e||t),o=u.useRef(e!==void 0),l=e!==void 0;u.useEffect(()=>{let d=o.current;d!==l&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${d?"controlled":"uncontrolled"} to ${l?"controlled":"uncontrolled"}.`),o.current=l},[l]);let c=l?e:n,f=u.useCallback((d,...h)=>{let m=(p,...g)=>{r&&(Object.is(c,p)||r(p,...g)),l||(c=p)};typeof d=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),a((g,...v)=>{let b=d(l?c:g,...v);return m(b,...h),l?g:b})):(l||a(d),m(d,...h))},[l,c,r]);return[c,f]}function wt(e){e=S7(e??{},fS);let{locale:t}=nt();return u.useMemo(()=>new ot(t,e),[t,e])}function fS(e,t){if(e===t)return!0;let r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(let a of r)if(t[a]!==e[a])return!1;return!0}let c0=new Map,d0=!1;try{d0=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Ra=!1;try{Ra=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const A7={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class hS{format(t){let r="";if(!d0&&this.options.signDisplay!=null?r=pS(this.numberFormatter,this.options.signDisplay,t):r=this.numberFormatter.format(t),this.options.style==="unit"&&!Ra){var n;let{unit:a,unitDisplay:o="short",locale:l}=this.resolvedOptions();if(!a)return r;let c=(n=A7[a])===null||n===void 0?void 0:n[o];r+=c[l]||c.default}return r}formatToParts(t){return this.numberFormatter.formatToParts(t)}formatRange(t,r){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(t,r);if(r<t)throw new RangeError("End date must be >= start date");return`${this.format(t)} – ${this.format(r)}`}formatRangeToParts(t,r){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(t,r);if(r<t)throw new RangeError("End date must be >= start date");let n=this.numberFormatter.formatToParts(t),a=this.numberFormatter.formatToParts(r);return[...n.map(o=>({...o,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...a.map(o=>({...o,source:"endRange"}))]}resolvedOptions(){let t=this.numberFormatter.resolvedOptions();return!d0&&this.options.signDisplay!=null&&(t={...t,signDisplay:this.options.signDisplay}),!Ra&&this.options.style==="unit"&&(t={...t,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),t}constructor(t,r={}){this.numberFormatter=mS(t,r),this.options=r}}function mS(e,t={}){let{numberingSystem:r}=t;if(r&&e.includes("-nu-")&&(e.includes("-u-")||(e+="-u-"),e+=`-nu-${r}`),t.style==="unit"&&!Ra){var n;let{unit:l,unitDisplay:c="short"}=t;if(!l)throw new Error('unit option must be provided with style: "unit"');if(!(!((n=A7[l])===null||n===void 0)&&n[c]))throw new Error(`Unsupported unit ${l} with unitDisplay = ${c}`);t={...t,style:"decimal"}}let a=e+(t?Object.entries(t).sort((l,c)=>l[0]<c[0]?-1:1).join():"");if(c0.has(a))return c0.get(a);let o=new Intl.NumberFormat(e,t);return c0.set(a,o),o}function pS(e,t,r){if(t==="auto")return e.format(r);if(t==="never")return e.format(Math.abs(r));{let n=!1;if(t==="always"?n=r>0||Object.is(r,0):t==="exceptZero"&&(Object.is(r,-0)||Object.is(r,0)?r=Math.abs(r):n=r>0),n){let a=e.format(-r),o=e.format(r),l=a.replace(o,"").replace(/\u200e|\u061C/,"");return[...l].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),a.replace(o,"!!!").replace(l,"+").replace("!!!",o)}else return e.format(r)}}const gS=new RegExp("^.*\\(.*\\).*$"),vS=["latn","arab","hanidec","deva","beng","fullwide"];class M7{parse(t){return f0(this.locale,this.options,t).parse(t)}isValidPartialNumber(t,r,n){return f0(this.locale,this.options,t).isValidPartialNumber(t,r,n)}getNumberingSystem(t){return f0(this.locale,this.options,t).options.numberingSystem}constructor(t,r={}){this.locale=t,this.options=r}}const F7=new Map;function f0(e,t,r){let n=T7(e,t);if(!e.includes("-nu-")&&!n.isValidPartialNumber(r)){for(let a of vS)if(a!==n.options.numberingSystem){let o=T7(e+(e.includes("-u-")?"-nu-":"-u-nu-")+a,t);if(o.isValidPartialNumber(r))return o}}return n}function T7(e,t){let r=e+(t?Object.entries(t).sort((a,o)=>a[0]<o[0]?-1:1).join():""),n=F7.get(r);return n||(n=new bS(e,t),F7.set(r,n)),n}class bS{parse(t){let r=this.sanitize(t);if(this.symbols.group&&(r=Br(r,this.symbols.group,"")),this.symbols.decimal&&(r=r.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(r=r.replace(this.symbols.minusSign,"-")),r=r.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let l=r.indexOf("-");r=r.replace("-",""),r=r.replace("+","");let c=r.indexOf(".");c===-1&&(c=r.length),r=r.replace(".",""),c-2===0?r=`0.${r}`:c-2===-1?r=`0.0${r}`:c-2===-2?r="0.00":r=`${r.slice(0,c-2)}.${r.slice(c-2)}`,l>-1&&(r=`-${r}`)}let n=r?+r:NaN;if(isNaN(n))return NaN;if(this.options.style==="percent"){var a,o;let l={...this.options,style:"decimal",minimumFractionDigits:Math.min(((a=this.options.minimumFractionDigits)!==null&&a!==void 0?a:0)+2,20),maximumFractionDigits:Math.min(((o=this.options.maximumFractionDigits)!==null&&o!==void 0?o:0)+2,20)};return new M7(this.locale,l).parse(new hS(this.locale,l).format(n))}return this.options.currencySign==="accounting"&&gS.test(t)&&(n=-1*n),n}sanitize(t){return t=t.replace(this.symbols.literals,""),this.symbols.minusSign&&(t=t.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(t=t.replace(",",this.symbols.decimal),t=t.replace("،",this.symbols.decimal)),this.symbols.group&&(t=Br(t,".",this.symbols.group))),this.symbols.group==="’"&&t.includes("'")&&(t=Br(t,"'",this.symbols.group)),this.options.locale==="fr-FR"&&this.symbols.group&&(t=Br(t," ",this.symbols.group),t=Br(t,/\u00A0/g,this.symbols.group)),t}isValidPartialNumber(t,r=-1/0,n=1/0){return t=this.sanitize(t),this.symbols.minusSign&&t.startsWith(this.symbols.minusSign)&&r<0?t=t.slice(this.symbols.minusSign.length):this.symbols.plusSign&&t.startsWith(this.symbols.plusSign)&&n>0&&(t=t.slice(this.symbols.plusSign.length)),this.symbols.group&&t.startsWith(this.symbols.group)||this.symbols.decimal&&t.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(t=Br(t,this.symbols.group,"")),t=t.replace(this.symbols.numeral,""),this.symbols.decimal&&(t=t.replace(this.symbols.decimal,"")),t.length===0)}constructor(t,r={}){this.locale=t,r.roundingIncrement!==1&&r.roundingIncrement!=null&&(r.maximumFractionDigits==null&&r.minimumFractionDigits==null?(r.maximumFractionDigits=0,r.minimumFractionDigits=0):r.maximumFractionDigits==null?r.maximumFractionDigits=r.minimumFractionDigits:r.minimumFractionDigits==null&&(r.minimumFractionDigits=r.maximumFractionDigits)),this.formatter=new Intl.NumberFormat(t,r),this.options=this.formatter.resolvedOptions(),this.symbols=yS(t,this.formatter,this.options,r);var n,a;this.options.style==="percent"&&(((n=this.options.minimumFractionDigits)!==null&&n!==void 0?n:0)>18||((a=this.options.maximumFractionDigits)!==null&&a!==void 0?a:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const N7=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),wS=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function yS(e,t,r,n){var a,o,l,c;let f=new Intl.NumberFormat(e,{...r,minimumSignificantDigits:1,maximumSignificantDigits:21,roundingIncrement:1,roundingPriority:"auto",roundingMode:"halfExpand"}),d=f.formatToParts(-10000.111),h=f.formatToParts(10000.111),m=wS.map(N=>f.formatToParts(N));var p;let g=(p=(a=d.find(N=>N.type==="minusSign"))===null||a===void 0?void 0:a.value)!==null&&p!==void 0?p:"-",v=(o=h.find(N=>N.type==="plusSign"))===null||o===void 0?void 0:o.value;!v&&(n?.signDisplay==="exceptZero"||n?.signDisplay==="always")&&(v="+");let E=(l=new Intl.NumberFormat(e,{...r,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(N=>N.type==="decimal"))===null||l===void 0?void 0:l.value,D=(c=d.find(N=>N.type==="group"))===null||c===void 0?void 0:c.value,$=d.filter(N=>!N7.has(N.type)).map(N=>k7(N.value)),y=m.flatMap(N=>N.filter(w=>!N7.has(w.type)).map(w=>k7(w.value))),x=[...new Set([...$,...y])].sort((N,w)=>w.length-N.length),I=x.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${x.join("|")}|[\\p{White_Space}]`,"gu"),Z=[...new Intl.NumberFormat(r.locale,{useGrouping:!1}).format(9876543210)].reverse(),L=new Map(Z.map((N,w)=>[N,w])),O=new RegExp(`[${Z.join("")}]`,"g");return{minusSign:g,plusSign:v,decimal:E,group:D,literals:I,numeral:O,index:N=>String(L.get(N))}}function Br(e,t,r){return e.replaceAll?e.replaceAll(t,r):e.split(t).join(r)}function k7(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}let h0=new Map;function ES(e){let{locale:t}=nt(),r=t+(e?Object.entries(e).sort((a,o)=>a[0]<o[0]?-1:1).join():"");if(h0.has(r))return h0.get(r);let n=new Intl.Collator(t,e);return h0.set(r,n),n}function CS(e){let t=ES({usage:"search",...e}),r=u.useCallback((o,l)=>l.length===0?!0:(o=o.normalize("NFC"),l=l.normalize("NFC"),t.compare(o.slice(0,l.length),l)===0),[t]),n=u.useCallback((o,l)=>l.length===0?!0:(o=o.normalize("NFC"),l=l.normalize("NFC"),t.compare(o.slice(-l.length),l)===0),[t]),a=u.useCallback((o,l)=>{if(l.length===0)return!0;o=o.normalize("NFC"),l=l.normalize("NFC");let c=0,f=l.length;for(;c+f<=o.length;c++){let d=o.slice(c,c+f);if(t.compare(l,d)===0)return!0}return!1},[t]);return u.useMemo(()=>({startsWith:r,endsWith:n,contains:a}),[r,n,a])}function B7(e){return e&&e.__esModule?e.default:e}const m0=new WeakMap;function yn(e){return e?.calendar.identifier==="gregory"&&e.era==="BC"?"short":void 0}function xS(e){let t=jt(B7(pn),"@react-aria/calendar"),r,n;var a;"highlightedRange"in e?{start:r,end:n}=e.highlightedRange||{}:r=n=(a=e.value)!==null&&a!==void 0?a:void 0;let o=wt({weekday:"long",month:"long",year:"numeric",day:"numeric",era:yn(r)||yn(n),timeZone:e.timeZone}),l="anchorDate"in e?e.anchorDate:null;return u.useMemo(()=>{if(!l&&r&&n)if(Me(r,n)){let c=o.format(r.toDate(e.timeZone));return t.format("selectedDateDescription",{date:c})}else{let c=g0(o,t,r,n,e.timeZone);return t.format("selectedRangeDescription",{dateRange:c})}return""},[r,n,l,e.timeZone,t,o])}function p0(e,t,r,n){let a=jt(B7(pn),"@react-aria/calendar"),o=yn(e)||yn(t),l=wt({month:"long",year:"numeric",era:o,calendar:e.calendar.identifier,timeZone:r}),c=wt({month:"long",year:"numeric",day:"numeric",era:o,calendar:e.calendar.identifier,timeZone:r});return u.useMemo(()=>{if(Me(e,or(e))){let f=e,d=t;if(e.calendar.getFormattableMonth&&(f=e.calendar.getFormattableMonth(e)),t.calendar.getFormattableMonth&&(d=t.calendar.getFormattableMonth(t)),Me(t,Da(e)))return l.format(f.toDate(r));if(Me(t,Da(t)))return n?g0(l,a,f,d,r):l.formatRange(f.toDate(r),d.toDate(r))}return n?g0(c,a,e,t,r):c.formatRange(e.toDate(r),t.toDate(r))},[e,t,l,c,a,r,n])}function g0(e,t,r,n,a){let o=e.formatRangeToParts(r.toDate(a),n.toDate(a)),l=-1;for(let d=0;d<o.length;d++){let h=o[d];if(h.source==="shared"&&h.type==="literal")l=d;else if(h.source==="endRange")break}let c="",f="";for(let d=0;d<o.length;d++)d<l?c+=o[d].value:d>l&&(f+=o[d].value);return t.format("dateRange",{startDate:c,endDate:f})}const V7=7e3;let it=null;function v0(e,t="assertive",r=V7){it?it.announce(e,t,r):(it=new $S,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?it.announce(e,t,r):setTimeout(()=>{it?.isAttached()&&it?.announce(e,t,r)},100))}function DS(e){it&&it.clear(e)}class $S{isAttached(){var t;return(t=this.node)===null||t===void 0?void 0:t.isConnected}createLog(t){let r=document.createElement("div");return r.setAttribute("role","log"),r.setAttribute("aria-live",t),r.setAttribute("aria-relevant","additions"),r}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(t,r="assertive",n=V7){var a,o;if(!this.node)return;let l=document.createElement("div");typeof t=="object"?(l.setAttribute("role","img"),l.setAttribute("aria-labelledby",t["aria-labelledby"])):l.textContent=t,r==="assertive"?(a=this.assertiveLog)===null||a===void 0||a.appendChild(l):(o=this.politeLog)===null||o===void 0||o.appendChild(l),t!==""&&setTimeout(()=>{l.remove()},n)}clear(t){this.node&&((!t||t==="assertive")&&this.assertiveLog&&(this.assertiveLog.innerHTML=""),(!t||t==="polite")&&this.politeLog&&(this.politeLog.innerHTML=""))}constructor(){this.node=null,this.assertiveLog=null,this.politeLog=null,typeof document<"u"&&(this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node))}}function SS(e){return e&&e.__esModule?e.default:e}function Z7(e,t){let r=jt(SS(pn),"@react-aria/calendar"),n=ka(e),a=p0(t.visibleRange.start,t.visibleRange.end,t.timeZone,!1),o=p0(t.visibleRange.start,t.visibleRange.end,t.timeZone,!0);C7(()=>{t.isFocused||v0(o)},[o]);let l=xS(t);C7(()=>{l&&v0(l,"polite",4e3)},[l]);let c=t0([!!e.errorMessage,e.isInvalid,e.validationState]);m0.set(t,{ariaLabel:e["aria-label"],ariaLabelledBy:e["aria-labelledby"],errorMessageId:c,selectedDateDescription:l});let[f,d]=u.useState(!1),h=e.isDisabled||t.isNextVisibleRangeInvalid();h&&f&&(d(!1),t.setFocused(!0));let[m,p]=u.useState(!1),g=e.isDisabled||t.isPreviousVisibleRangeInvalid();g&&m&&(p(!1),t.setFocused(!0));let v=Oa({id:e.id,"aria-label":[e["aria-label"],o].filter(Boolean).join(", "),"aria-labelledby":e["aria-labelledby"]});return{calendarProps:lt(n,v,{role:"application","aria-details":e["aria-details"]||void 0,"aria-describedby":e["aria-describedby"]||void 0}),nextButtonProps:{onPress:()=>t.focusNextPage(),"aria-label":r.format("next"),isDisabled:h,onFocusChange:d},prevButtonProps:{onPress:()=>t.focusPreviousPage(),"aria-label":r.format("previous"),isDisabled:g,onFocusChange:p},errorMessageProps:{id:c},title:a}}function IS(e,t){return Z7(e,t)}function PS(e,t,r){let n=Z7(e,t),a=u.useRef(!1),o=u.useRef(typeof window<"u"?window:null);return kr(o,"pointerdown",c=>{a.current=c.width===0&&c.height===0}),kr(o,"pointerup",c=>{if(a.current){a.current=!1;return}if(t.setDragging(!1),!t.anchorDate)return;let f=c.target;r.current&&r.current.contains(document.activeElement)&&(!r.current.contains(f)||!f.closest('button, [role="button"]'))&&t.selectFocusedDate()}),n.calendarProps.onBlur=c=>{r.current&&(!c.relatedTarget||!r.current.contains(c.relatedTarget))&&t.anchorDate&&t.selectFocusedDate()},kr(r,"touchmove",c=>{t.isDragging&&c.preventDefault()},{passive:!1,capture:!0}),n}function AS(e,t){let{startDate:r=t.visibleRange.start,endDate:n=t.visibleRange.end,firstDayOfWeek:a}=e,{direction:o}=nt(),l=b=>{switch(b.key){case"Enter":case" ":b.preventDefault(),t.selectFocusedDate();break;case"PageUp":b.preventDefault(),b.stopPropagation(),t.focusPreviousSection(b.shiftKey);break;case"PageDown":b.preventDefault(),b.stopPropagation(),t.focusNextSection(b.shiftKey);break;case"End":b.preventDefault(),b.stopPropagation(),t.focusSectionEnd();break;case"Home":b.preventDefault(),b.stopPropagation(),t.focusSectionStart();break;case"ArrowLeft":b.preventDefault(),b.stopPropagation(),o==="rtl"?t.focusNextDay():t.focusPreviousDay();break;case"ArrowUp":b.preventDefault(),b.stopPropagation(),t.focusPreviousRow();break;case"ArrowRight":b.preventDefault(),b.stopPropagation(),o==="rtl"?t.focusPreviousDay():t.focusNextDay();break;case"ArrowDown":b.preventDefault(),b.stopPropagation(),t.focusNextRow();break;case"Escape":"setAnchorDate"in t&&(b.preventDefault(),t.setAnchorDate(null));break}},c=p0(r,n,t.timeZone,!0),{ariaLabel:f,ariaLabelledBy:d}=m0.get(t),h=Oa({"aria-label":[f,c].filter(Boolean).join(", "),"aria-labelledby":d}),m=wt({weekday:e.weekdayStyle||"narrow",timeZone:t.timeZone}),{locale:p}=nt(),g=u.useMemo(()=>{let b=un(sn(t.timeZone),p,a);return[...new Array(7).keys()].map(E=>{let $=b.add({days:E}).toDate(t.timeZone);return m.format($)})},[p,t.timeZone,m,a]),v=Bl(r,p,a);return{gridProps:lt(h,{role:"grid","aria-readonly":t.isReadOnly||void 0,"aria-disabled":t.isDisabled||void 0,"aria-multiselectable":"highlightedRange"in t||void 0,onKeyDown:l,onFocus:()=>t.setFocused(!0),onBlur:()=>t.setFocused(!1)}),headerProps:{"aria-hidden":!0},weekDays:g,weeksInMonth:v}}function b0(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function O7(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function MS(e){let t=u.useRef({isFocused:!1,observer:null});Ft(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=Re(n=>{e?.(n)});return u.useCallback(n=>{if(n.target instanceof HTMLButtonElement||n.target instanceof HTMLInputElement||n.target instanceof HTMLTextAreaElement||n.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=n.target,o=l=>{if(t.current.isFocused=!1,a.disabled){let c=b0(l);r(c)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",o,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var l;(l=t.current.observer)===null||l===void 0||l.disconnect();let c=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:c})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:c}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let _a=!1;function L7(e){for(;e&&!I7(e);)e=e.parentElement;let t=Kt(e),r=t.document.activeElement;if(!r||r===e)return;_a=!0;let n=!1,a=h=>{(h.target===r||n)&&h.stopImmediatePropagation()},o=h=>{(h.target===r||n)&&(h.stopImmediatePropagation(),!e&&!n&&(n=!0,sr(r),f()))},l=h=>{(h.target===e||n)&&h.stopImmediatePropagation()},c=h=>{(h.target===e||n)&&(h.stopImmediatePropagation(),n||(n=!0,sr(r),f()))};t.addEventListener("blur",a,!0),t.addEventListener("focusout",o,!0),t.addEventListener("focusin",c,!0),t.addEventListener("focus",l,!0);let f=()=>{cancelAnimationFrame(d),t.removeEventListener("blur",a,!0),t.removeEventListener("focusout",o,!0),t.removeEventListener("focusin",c,!0),t.removeEventListener("focus",l,!0),_a=!1,n=!1},d=requestAnimationFrame(f);return f}let Vr="default",w0="",Ha=new WeakMap;function R7(e){if(Za()){if(Vr==="default"){const t=_e(e);w0=t.documentElement.style.webkitUserSelect,t.documentElement.style.webkitUserSelect="none"}Vr="disabled"}else if(e instanceof HTMLElement||e instanceof SVGElement){let t="userSelect"in e.style?"userSelect":"webkitUserSelect";Ha.set(e,e.style[t]),e.style[t]="none"}}function y0(e){if(Za()){if(Vr!=="disabled")return;Vr="restoring",setTimeout(()=>{E7(()=>{if(Vr==="restoring"){const t=_e(e);t.documentElement.style.webkitUserSelect==="none"&&(t.documentElement.style.webkitUserSelect=w0||""),w0="",Vr="default"}})},300)}else if((e instanceof HTMLElement||e instanceof SVGElement)&&e&&Ha.has(e)){let t=Ha.get(e),r="userSelect"in e.style?"userSelect":"webkitUserSelect";e.style[r]==="none"&&(e.style[r]=t),e.getAttribute("style")===""&&e.removeAttribute("style"),Ha.delete(e)}}const _7=u.createContext({register:()=>{}});_7.displayName="PressResponderContext";function FS(e,t){return t.get?t.get.call(e):t.value}function H7(e,t,r){if(!t.has(e))throw new TypeError("attempted to "+r+" private field on non-instance");return t.get(e)}function TS(e,t){var r=H7(e,t,"get");return FS(e,r)}function NS(e,t,r){if(t.set)t.set.call(e,r);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=r}}function U7(e,t,r){var n=H7(e,t,"set");return NS(e,n,r),r}function kS(e){let t=u.useContext(_7);if(t){let{register:r,...n}=t;e=lt(n,e),r()}return eS(t,e.ref),e}var Ua=new WeakMap;class ja{continuePropagation(){U7(this,Ua,!1)}get shouldStopPropagation(){return TS(this,Ua)}constructor(t,r,n,a){fn(this,Ua,{writable:!0,value:void 0}),U7(this,Ua,!0);var o;let l=(o=a?.target)!==null&&o!==void 0?o:n.currentTarget;const c=l?.getBoundingClientRect();let f,d=0,h,m=null;n.clientX!=null&&n.clientY!=null&&(h=n.clientX,m=n.clientY),c&&(h!=null&&m!=null?(f=h-c.left,d=m-c.top):(f=c.width/2,d=c.height/2)),this.type=t,this.pointerType=r,this.target=n.currentTarget,this.shiftKey=n.shiftKey,this.metaKey=n.metaKey,this.ctrlKey=n.ctrlKey,this.altKey=n.altKey,this.x=f,this.y=d}}const j7=Symbol("linkClicked"),K7="react-aria-pressable-style",z7="data-react-aria-pressable";function W7(e){let{onPress:t,onPressChange:r,onPressStart:n,onPressEnd:a,onPressUp:o,onClick:l,isDisabled:c,isPressed:f,preventFocusOnPress:d,shouldCancelOnPointerExit:h,allowTextSelectionOnPress:m,ref:p,...g}=kS(e),[v,b]=u.useState(!1),E=u.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null,disposables:[]}),{addGlobalListener:D,removeAllGlobalListeners:$}=a0(),y=Re((w,T)=>{let R=E.current;if(c||R.didFirePressStart)return!1;let A=!0;if(R.isTriggeringEvent=!0,n){let H=new ja("pressstart",T,w);n(H),A=H.shouldStopPropagation}return r&&r(!0),R.isTriggeringEvent=!1,R.didFirePressStart=!0,b(!0),A}),x=Re((w,T,R=!0)=>{let A=E.current;if(!A.didFirePressStart)return!1;A.didFirePressStart=!1,A.isTriggeringEvent=!0;let H=!0;if(a){let P=new ja("pressend",T,w);a(P),H=P.shouldStopPropagation}if(r&&r(!1),b(!1),t&&R&&!c){let P=new ja("press",T,w);t(P),H&&(H=P.shouldStopPropagation)}return A.isTriggeringEvent=!1,H}),I=Re((w,T)=>{let R=E.current;if(c)return!1;if(o){R.isTriggeringEvent=!0;let A=new ja("pressup",T,w);return o(A),R.isTriggeringEvent=!1,A.shouldStopPropagation}return!0}),Z=Re(w=>{let T=E.current;if(T.isPressed&&T.target){T.didFirePressStart&&T.pointerType!=null&&x(dr(T.target,w),T.pointerType,!1),T.isPressed=!1,T.isOverTarget=!1,T.activePointerId=null,T.pointerType=null,$(),m||y0(T.target);for(let R of T.disposables)R();T.disposables=[]}}),L=Re(w=>{h&&Z(w)}),O=Re(w=>{l?.(w)}),V=Re((w,T)=>{if(l){let R=new MouseEvent("click",w);O7(R,T),l(b0(R))}}),N=u.useMemo(()=>{let w=E.current,T={onKeyDown(A){if(C0(A.nativeEvent,A.currentTarget)&&Pe(A.currentTarget,De(A.nativeEvent))){var H;Y7(De(A.nativeEvent),A.key)&&A.preventDefault();let P=!0;if(!w.isPressed&&!A.repeat){w.target=A.currentTarget,w.isPressed=!0,w.pointerType="keyboard",P=y(A,"keyboard");let k=A.currentTarget,M=_=>{C0(_,k)&&!_.repeat&&Pe(k,De(_))&&w.target&&I(dr(w.target,_),"keyboard")};D(_e(A.currentTarget),"keyup",g7(M,R),!0)}P&&A.stopPropagation(),A.metaKey&&ur()&&((H=w.metaKeyEvents)===null||H===void 0||H.set(A.key,A.nativeEvent))}else A.key==="Meta"&&(w.metaKeyEvents=new Map)},onClick(A){if(!(A&&!Pe(A.currentTarget,De(A.nativeEvent)))&&A&&A.button===0&&!w.isTriggeringEvent&&!wn.isOpening){let H=!0;if(c&&A.preventDefault(),!w.ignoreEmulatedMouseEvents&&!w.isPressed&&(w.pointerType==="virtual"||i0(A.nativeEvent))){let P=y(A,"virtual"),k=I(A,"virtual"),M=x(A,"virtual");O(A),H=P&&k&&M}else if(w.isPressed&&w.pointerType!=="keyboard"){let P=w.pointerType||A.nativeEvent.pointerType||"virtual",k=I(dr(A.currentTarget,A),P),M=x(dr(A.currentTarget,A),P,!0);H=k&&M,w.isOverTarget=!1,O(A),Z(A)}w.ignoreEmulatedMouseEvents=!1,H&&A.stopPropagation()}}},R=A=>{var H;if(w.isPressed&&w.target&&C0(A,w.target)){var P;Y7(De(A),A.key)&&A.preventDefault();let M=De(A),_=Pe(w.target,De(A));x(dr(w.target,A),"keyboard",_),_&&V(A,w.target),$(),A.key!=="Enter"&&E0(w.target)&&Pe(w.target,M)&&!A[j7]&&(A[j7]=!0,wn(w.target,A,!1)),w.isPressed=!1,(P=w.metaKeyEvents)===null||P===void 0||P.delete(A.key)}else if(A.key==="Meta"&&(!((H=w.metaKeyEvents)===null||H===void 0)&&H.size)){var k;let M=w.metaKeyEvents;w.metaKeyEvents=void 0;for(let _ of M.values())(k=w.target)===null||k===void 0||k.dispatchEvent(new KeyboardEvent("keyup",_))}};if(typeof PointerEvent<"u"){T.onPointerDown=P=>{if(P.button!==0||!Pe(P.currentTarget,De(P.nativeEvent)))return;if(aS(P.nativeEvent)){w.pointerType="virtual";return}w.pointerType=P.pointerType;let k=!0;if(!w.isPressed){w.isPressed=!0,w.isOverTarget=!0,w.activePointerId=P.pointerId,w.target=P.currentTarget,m||R7(w.target),k=y(P,w.pointerType);let M=De(P.nativeEvent);"releasePointerCapture"in M&&M.releasePointerCapture(P.pointerId),D(_e(P.currentTarget),"pointerup",A,!1),D(_e(P.currentTarget),"pointercancel",H,!1)}k&&P.stopPropagation()},T.onMouseDown=P=>{if(Pe(P.currentTarget,De(P.nativeEvent))&&P.button===0){if(d){let k=L7(P.target);k&&w.disposables.push(k)}P.stopPropagation()}},T.onPointerUp=P=>{!Pe(P.currentTarget,De(P.nativeEvent))||w.pointerType==="virtual"||P.button===0&&!w.isPressed&&I(P,w.pointerType||P.pointerType)},T.onPointerEnter=P=>{P.pointerId===w.activePointerId&&w.target&&!w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!0,y(dr(w.target,P),w.pointerType))},T.onPointerLeave=P=>{P.pointerId===w.activePointerId&&w.target&&w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!1,x(dr(w.target,P),w.pointerType,!1),L(P))};let A=P=>{if(P.pointerId===w.activePointerId&&w.isPressed&&P.button===0&&w.target){if(Pe(w.target,De(P))&&w.pointerType!=null){let k=!1,M=setTimeout(()=>{w.isPressed&&w.target instanceof HTMLElement&&(k?Z(P):(sr(w.target),w.target.click()))},80);D(P.currentTarget,"click",()=>k=!0,!0),w.disposables.push(()=>clearTimeout(M))}else Z(P);w.isOverTarget=!1}},H=P=>{Z(P)};T.onDragStart=P=>{Pe(P.currentTarget,De(P.nativeEvent))&&Z(P)}}else if(process.env.NODE_ENV==="test"){T.onMouseDown=P=>{if(P.button!==0||!Pe(P.currentTarget,De(P.nativeEvent)))return;if(w.ignoreEmulatedMouseEvents){P.stopPropagation();return}if(w.isPressed=!0,w.isOverTarget=!0,w.target=P.currentTarget,w.pointerType=i0(P.nativeEvent)?"virtual":"mouse",Co.flushSync(()=>y(P,w.pointerType))&&P.stopPropagation(),d){let M=L7(P.target);M&&w.disposables.push(M)}D(_e(P.currentTarget),"mouseup",A,!1)},T.onMouseEnter=P=>{if(!Pe(P.currentTarget,De(P.nativeEvent)))return;let k=!0;w.isPressed&&!w.ignoreEmulatedMouseEvents&&w.pointerType!=null&&(w.isOverTarget=!0,k=y(P,w.pointerType)),k&&P.stopPropagation()},T.onMouseLeave=P=>{if(!Pe(P.currentTarget,De(P.nativeEvent)))return;let k=!0;w.isPressed&&!w.ignoreEmulatedMouseEvents&&w.pointerType!=null&&(w.isOverTarget=!1,k=x(P,w.pointerType,!1),L(P)),k&&P.stopPropagation()},T.onMouseUp=P=>{Pe(P.currentTarget,De(P.nativeEvent))&&!w.ignoreEmulatedMouseEvents&&P.button===0&&!w.isPressed&&I(P,w.pointerType||"mouse")};let A=P=>{if(P.button===0){if(w.ignoreEmulatedMouseEvents){w.ignoreEmulatedMouseEvents=!1;return}w.target&&w.target.contains(P.target)&&w.pointerType!=null||Z(P),w.isOverTarget=!1}};T.onTouchStart=P=>{if(!Pe(P.currentTarget,De(P.nativeEvent)))return;let k=BS(P.nativeEvent);if(!k)return;w.activePointerId=k.identifier,w.ignoreEmulatedMouseEvents=!0,w.isOverTarget=!0,w.isPressed=!0,w.target=P.currentTarget,w.pointerType="touch",m||R7(w.target),y(Wt(w.target,P),w.pointerType)&&P.stopPropagation(),D(Kt(P.currentTarget),"scroll",H,!0)},T.onTouchMove=P=>{if(!Pe(P.currentTarget,De(P.nativeEvent)))return;if(!w.isPressed){P.stopPropagation();return}let k=G7(P.nativeEvent,w.activePointerId),M=!0;k&&q7(k,P.currentTarget)?!w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!0,M=y(Wt(w.target,P),w.pointerType)):w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!1,M=x(Wt(w.target,P),w.pointerType,!1),L(Wt(w.target,P))),M&&P.stopPropagation()},T.onTouchEnd=P=>{if(!Pe(P.currentTarget,De(P.nativeEvent)))return;if(!w.isPressed){P.stopPropagation();return}let k=G7(P.nativeEvent,w.activePointerId),M=!0;k&&q7(k,P.currentTarget)&&w.pointerType!=null?(I(Wt(w.target,P),w.pointerType),M=x(Wt(w.target,P),w.pointerType),V(P.nativeEvent,w.target)):w.isOverTarget&&w.pointerType!=null&&(M=x(Wt(w.target,P),w.pointerType,!1)),M&&P.stopPropagation(),w.isPressed=!1,w.activePointerId=null,w.isOverTarget=!1,w.ignoreEmulatedMouseEvents=!0,w.target&&!m&&y0(w.target),$()},T.onTouchCancel=P=>{Pe(P.currentTarget,De(P.nativeEvent))&&(P.stopPropagation(),w.isPressed&&Z(Wt(w.target,P)))};let H=P=>{w.isPressed&&Pe(De(P),w.target)&&Z({currentTarget:w.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};T.onDragStart=P=>{Pe(P.currentTarget,De(P.nativeEvent))&&Z(P)}}return T},[D,c,d,$,m,Z,L,x,y,I,O,V]);return u.useEffect(()=>{if(!p||process.env.NODE_ENV==="test")return;const w=_e(p.current);if(!w||!w.head||w.getElementById(K7))return;const T=w.createElement("style");T.id=K7,T.textContent=`
|
|
43
|
+
@layer {
|
|
44
|
+
[${z7}] {
|
|
45
|
+
touch-action: pan-x pan-y pinch-zoom;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
`.trim(),w.head.prepend(T)},[p]),u.useEffect(()=>{let w=E.current;return()=>{var T;m||y0((T=w.target)!==null&&T!==void 0?T:void 0);for(let R of w.disposables)R();w.disposables=[]}},[m]),{isPressed:f||v,pressProps:lt(g,N,{[z7]:!0})}}function E0(e){return e.tagName==="A"&&e.hasAttribute("href")}function C0(e,t){const{key:r,code:n}=e,a=t,o=a.getAttribute("role");return(r==="Enter"||r===" "||r==="Spacebar"||n==="Space")&&!(a instanceof Kt(a).HTMLInputElement&&!X7(a,r)||a instanceof Kt(a).HTMLTextAreaElement||a.isContentEditable)&&!((o==="link"||!o&&E0(a))&&r!=="Enter")}function BS(e){const{targetTouches:t}=e;return t.length>0?t[0]:null}function G7(e,t){const r=e.changedTouches;for(let n=0;n<r.length;n++){const a=r[n];if(a.identifier===t)return a}return null}function Wt(e,t){let r=0,n=0;return t.targetTouches&&t.targetTouches.length===1&&(r=t.targetTouches[0].clientX,n=t.targetTouches[0].clientY),{currentTarget:e,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,altKey:t.altKey,clientX:r,clientY:n}}function dr(e,t){let r=t.clientX,n=t.clientY;return{currentTarget:e,shiftKey:t.shiftKey,ctrlKey:t.ctrlKey,metaKey:t.metaKey,altKey:t.altKey,clientX:r,clientY:n}}function VS(e){let t=0,r=0;return e.width!==void 0?t=e.width/2:e.radiusX!==void 0&&(t=e.radiusX),e.height!==void 0?r=e.height/2:e.radiusY!==void 0&&(r=e.radiusY),{top:e.clientY-r,right:e.clientX+t,bottom:e.clientY+r,left:e.clientX-t}}function ZS(e,t){return!(e.left>t.right||t.left>e.right||e.top>t.bottom||t.top>e.bottom)}function q7(e,t){let r=t.getBoundingClientRect(),n=VS(e);return ZS(r,n)}function OS(e){return e instanceof HTMLInputElement?!1:e instanceof HTMLButtonElement?e.type!=="submit"&&e.type!=="reset":!E0(e)}function Y7(e,t){return e instanceof HTMLInputElement?!X7(e,t):OS(e)}const LS=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function X7(e,t){return e.type==="checkbox"||e.type==="radio"?t===" ":LS.has(e.type)}let Zr=null,RS=new Set,En=new Map,fr=!1,x0=!1;function Ka(e,t){for(let r of RS)r(e,t)}function _S(e){return!(e.metaKey||!ur()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function za(e){fr=!0,_S(e)&&(Zr="keyboard",Ka("keyboard",e))}function st(e){Zr="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(fr=!0,Ka("pointer",e))}function J7(e){i0(e)&&(fr=!0,Zr="virtual")}function Q7(e){e.target===window||e.target===document||_a||!e.isTrusted||(!fr&&!x0&&(Zr="virtual",Ka("virtual",e)),fr=!1,x0=!1)}function ef(){_a||(fr=!1,x0=!0)}function tf(e){if(typeof window>"u"||typeof document>"u"||En.get(Kt(e)))return;const t=Kt(e),r=_e(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){fr=!0,n.apply(this,arguments)},r.addEventListener("keydown",za,!0),r.addEventListener("keyup",za,!0),r.addEventListener("click",J7,!0),t.addEventListener("focus",Q7,!0),t.addEventListener("blur",ef,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",st,!0),r.addEventListener("pointermove",st,!0),r.addEventListener("pointerup",st,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",st,!0),r.addEventListener("mousemove",st,!0),r.addEventListener("mouseup",st,!0)),t.addEventListener("beforeunload",()=>{rf(e)},{once:!0}),En.set(t,{focus:n})}const rf=(e,t)=>{const r=Kt(e),n=_e(e);t&&n.removeEventListener("DOMContentLoaded",t),En.has(r)&&(r.HTMLElement.prototype.focus=En.get(r).focus,n.removeEventListener("keydown",za,!0),n.removeEventListener("keyup",za,!0),n.removeEventListener("click",J7,!0),r.removeEventListener("focus",Q7,!0),r.removeEventListener("blur",ef,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",st,!0),n.removeEventListener("pointermove",st,!0),n.removeEventListener("pointerup",st,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",st,!0),n.removeEventListener("mousemove",st,!0),n.removeEventListener("mouseup",st,!0)),En.delete(r))};function HS(e){const t=_e(e);let r;return t.readyState!=="loading"?tf(e):(r=()=>{tf(e)},t.addEventListener("DOMContentLoaded",r)),()=>rf(e,r)}typeof document<"u"&&HS();function nf(){return Zr}function US(e){Zr=e,Ka(e,null)}function jS(e){const t=_e(e),r=bn(t);if(nf()==="virtual"){let n=r;E7(()=>{bn(t)===n&&e.isConnected&&sr(e)})}else sr(e)}function D0(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,o=u.useRef({isFocusWithin:!1}),{addGlobalListener:l,removeAllGlobalListeners:c}=a0(),f=u.useCallback(m=>{m.currentTarget.contains(m.target)&&o.current.isFocusWithin&&!m.currentTarget.contains(m.relatedTarget)&&(o.current.isFocusWithin=!1,c(),r&&r(m),a&&a(!1))},[r,a,o,c]),d=MS(f),h=u.useCallback(m=>{if(!m.currentTarget.contains(m.target))return;const p=_e(m.target),g=bn(p);if(!o.current.isFocusWithin&&g===De(m.nativeEvent)){n&&n(m),a&&a(!0),o.current.isFocusWithin=!0,d(m);let v=m.currentTarget;l(p,"focus",b=>{if(o.current.isFocusWithin&&!Pe(v,b.target)){let E=new p.defaultView.FocusEvent("blur",{relatedTarget:b.target});O7(E,v);let D=b0(E);f(D)}},{capture:!0})}},[n,a,d,l,f]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:f}}}function KS(e){return e&&e.__esModule?e.default:e}function zS(e,t,r){let{date:n,isDisabled:a}=e,{errorMessageId:o,selectedDateDescription:l}=m0.get(t),c=jt(KS(pn),"@react-aria/calendar"),f=wt({weekday:"long",day:"numeric",month:"long",year:"numeric",era:yn(n),timeZone:t.timeZone}),d=t.isSelected(n),h=t.isCellFocused(n)&&!e.isOutsideMonth;a=a||t.isCellDisabled(n);let m=t.isCellUnavailable(n),p=!a&&!m,g=t.isValueInvalid&&!!("highlightedRange"in t?!t.anchorDate&&t.highlightedRange&&n.compare(t.highlightedRange.start)>=0&&n.compare(t.highlightedRange.end)<=0:t.value&&Me(t.value,n));g&&(d=!0),n=S7(n,Tl);let v=u.useMemo(()=>n.toDate(t.timeZone),[n,t.timeZone]),b=mD(n,t.timeZone),E=u.useMemo(()=>{let w="";return"highlightedRange"in t&&t.value&&!t.anchorDate&&(Me(n,t.value.start)||Me(n,t.value.end))&&(w=l+", "),w+=f.format(v),b?w=c.format(d?"todayDateSelected":"todayDate",{date:w}):d&&(w=c.format("dateSelected",{date:w})),t.minValue&&Me(n,t.minValue)?w+=", "+c.format("minimumDate"):t.maxValue&&Me(n,t.maxValue)&&(w+=", "+c.format("maximumDate")),w},[f,v,c,d,b,n,t,l]),D="";"anchorDate"in t&&h&&!t.isReadOnly&&p&&(t.anchorDate?D=c.format("finishRangeSelectionPrompt"):D=c.format("startRangeSelectionPrompt"));let $=La(D),y=u.useRef(!1),x=u.useRef(!1),I=u.useRef(void 0),{pressProps:Z,isPressed:L}=W7({shouldCancelOnPointerExit:"anchorDate"in t&&!!t.anchorDate,preventFocusOnPress:!0,isDisabled:!p||t.isReadOnly,onPressStart(w){if(t.isReadOnly){t.setFocusedDate(n);return}if("highlightedRange"in t&&!t.anchorDate&&(w.pointerType==="mouse"||w.pointerType==="touch")){if(t.highlightedRange&&!g){if(Me(n,t.highlightedRange.start)){t.setAnchorDate(t.highlightedRange.end),t.setFocusedDate(n),t.setDragging(!0),x.current=!0;return}else if(Me(n,t.highlightedRange.end)){t.setAnchorDate(t.highlightedRange.start),t.setFocusedDate(n),t.setDragging(!0),x.current=!0;return}}let T=()=>{t.setDragging(!0),I.current=void 0,t.selectDate(n),t.setFocusedDate(n),y.current=!0};w.pointerType==="touch"?I.current=setTimeout(T,200):T()}},onPressEnd(){x.current=!1,y.current=!1,clearTimeout(I.current),I.current=void 0},onPress(){!("anchorDate"in t)&&!t.isReadOnly&&(t.selectDate(n),t.setFocusedDate(n))},onPressUp(w){if(!t.isReadOnly&&("anchorDate"in t&&I.current&&(t.selectDate(n),t.setFocusedDate(n)),"anchorDate"in t))if(x.current)t.setAnchorDate(n);else if(t.anchorDate&&!y.current)t.selectDate(n),t.setFocusedDate(n);else if(w.pointerType==="keyboard"&&!t.anchorDate){t.selectDate(n);let T=n.add({days:1});t.isInvalid(T)&&(T=n.subtract({days:1})),t.isInvalid(T)||t.setFocusedDate(T)}else w.pointerType==="virtual"&&(t.selectDate(n),t.setFocusedDate(n))}}),O;a||(O=Me(n,t.focusedDate)?0:-1),u.useEffect(()=>{h&&r.current&&(sr(r.current),nf()!=="pointer"&&document.activeElement===r.current&&$7(r.current,{containingElement:x7(r.current)}))},[h,r]);let V=wt({day:"numeric",timeZone:t.timeZone,calendar:n.calendar.identifier}),N=u.useMemo(()=>V.formatToParts(v).find(w=>w.type==="day").value,[V,v]);return{cellProps:{role:"gridcell","aria-disabled":!p||void 0,"aria-selected":d||void 0,"aria-invalid":g||void 0},buttonProps:lt(Z,{onFocus(){a||t.setFocusedDate(n)},tabIndex:O,role:"button","aria-disabled":!p||void 0,"aria-label":E,"aria-invalid":g||void 0,"aria-describedby":[g?o:void 0,$["aria-describedby"]].filter(Boolean).join(" ")||void 0,onPointerEnter(w){"highlightDate"in t&&(w.pointerType!=="touch"||t.isDragging)&&p&&t.highlightDate(n)},onPointerDown(w){"releasePointerCapture"in w.target&&w.target.releasePointerCapture(w.pointerId)},onContextMenu(w){w.preventDefault()}}),isPressed:L,isFocused:h,isSelected:d,isDisabled:a,isUnavailable:m,isOutsideVisibleRange:n.compare(t.visibleRange.start)<0||n.compare(t.visibleRange.end)>0,isInvalid:g,formattedDate:N}}const WS=e=>e.compare(be(new Date))===0,af=u.forwardRef((e,t)=>{const{className:r,currentMonth:n,date:a,state:o,...l}=e,c=n||a,f=u.useRef(null),{buttonProps:d,cellProps:h,formattedDate:m,isDisabled:p,isFocused:g,isOutsideVisibleRange:v,isSelected:b}=zS({date:a},o,f),E="highlightedRange"in o;let D={};if(E&&o.highlightedRange){const x=o.highlightedRange.start,I=o.highlightedRange.end,Z=Me(x,a),L=Me(I,a),O=x.compare(a)<=0&&I.compare(a)>=0;D=X({"rbui-calendar-cell--selected-range":O,"rbui-calendar-cell--selected-range-end":L,"rbui-calendar-cell--selected-range-start":Z})}const $=X("rbui-calendar-cell",{"rbui-calendar-cell--disabled":p,"rbui-calendar-cell--focus-visible":g,"rbui-calendar-cell--today":WS(a)},E?D:{"rbui-calendar-cell--selected":b}),y=!hD(c,a);return s.jsx("li",{...h,className:X(h.className,"rbui-calendar-cell__container",r),ref:t,...l,children:!(v||y)&&s.jsx(Be,{...d,"aria-selected":b,className:$,disabled:p,onClick:x=>{x.pageX===0&&x.pageY===0||d.onClick?.(x)},ref:f,type:"inline",children:m})})});af.displayName="CalendarCell";const Wa=u.forwardRef((e,t)=>{const{className:r,locale:n,offset:a=0,state:o,...l}=e,{locale:c}=nt(),f=n??c,d=o.visibleRange.start.add({months:a}),h=Da(d),{gridProps:m,weekDays:p}=AS({endDate:h,startDate:d,weekdayStyle:"short"},o),g=Bl(d,f),v=Bl(h,f),b=Math.max(g,v);return s.jsxs("ul",{className:X("rbui-calendar-grid",r),...m,ref:t,...l,children:[p.map(E=>s.jsx("li",{className:"rbui-calendar-cell__container",children:s.jsx("span",{className:"rbui-calendar-cell rbui-calendar-cell--week",children:E.charAt(0).toUpperCase()})},E)),[...Array.from({length:b}).keys()].reduce((E,D)=>[...E,...o.getDatesInWeek(D,d).map($=>s.jsx(af,{currentMonth:d,date:$,state:o},`${D}-${$?.day}`)).filter($=>$!==null)],[])]})});Wa.displayName="CalendarGrid";var of={};of={calendar:"التقويم",day:"يوم",dayPeriod:"ص/م",endDate:"تاريخ الانتهاء",era:"العصر",hour:"الساعات",minute:"الدقائق",month:"الشهر",second:"الثواني",selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.startDate} إلى ${e.endDate}`,selectedTimeDescription:e=>`الوقت المحدد: ${e.time}`,startDate:"تاريخ البدء",timeZoneName:"التوقيت",weekday:"اليوم",year:"السنة"};var lf={};lf={calendar:"Календар",day:"ден",dayPeriod:"пр.об./сл.об.",endDate:"Крайна дата",era:"ера",hour:"час",minute:"минута",month:"месец",second:"секунда",selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.startDate} до ${e.endDate}`,selectedTimeDescription:e=>`Избрано време: ${e.time}`,startDate:"Начална дата",timeZoneName:"часова зона",weekday:"ден от седмицата",year:"година"};var sf={};sf={calendar:"Kalendář",day:"den",dayPeriod:"část dne",endDate:"Konečné datum",era:"letopočet",hour:"hodina",minute:"minuta",month:"měsíc",second:"sekunda",selectedDateDescription:e=>`Vybrané datum: ${e.date}`,selectedRangeDescription:e=>`Vybrané období: ${e.startDate} až ${e.endDate}`,selectedTimeDescription:e=>`Vybraný čas: ${e.time}`,startDate:"Počáteční datum",timeZoneName:"časové pásmo",weekday:"den v týdnu",year:"rok"};var uf={};uf={calendar:"Kalender",day:"dag",dayPeriod:"AM/PM",endDate:"Slutdato",era:"æra",hour:"time",minute:"minut",month:"måned",second:"sekund",selectedDateDescription:e=>`Valgt dato: ${e.date}`,selectedRangeDescription:e=>`Valgt interval: ${e.startDate} til ${e.endDate}`,selectedTimeDescription:e=>`Valgt tidspunkt: ${e.time}`,startDate:"Startdato",timeZoneName:"tidszone",weekday:"ugedag",year:"år"};var cf={};cf={calendar:"Kalender",day:"Tag",dayPeriod:"Tageshälfte",endDate:"Enddatum",era:"Epoche",hour:"Stunde",minute:"Minute",month:"Monat",second:"Sekunde",selectedDateDescription:e=>`Ausgewähltes Datum: ${e.date}`,selectedRangeDescription:e=>`Ausgewählter Bereich: ${e.startDate} bis ${e.endDate}`,selectedTimeDescription:e=>`Ausgewählte Zeit: ${e.time}`,startDate:"Startdatum",timeZoneName:"Zeitzone",weekday:"Wochentag",year:"Jahr"};var df={};df={calendar:"Ημερολόγιο",day:"ημέρα",dayPeriod:"π.μ./μ.μ.",endDate:"Ημερομηνία λήξης",era:"περίοδος",hour:"ώρα",minute:"λεπτό",month:"μήνας",second:"δευτερόλεπτο",selectedDateDescription:e=>`Επιλεγμένη ημερομηνία: ${e.date}`,selectedRangeDescription:e=>`Επιλεγμένο εύρος: ${e.startDate} έως ${e.endDate}`,selectedTimeDescription:e=>`Επιλεγμένη ώρα: ${e.time}`,startDate:"Ημερομηνία έναρξης",timeZoneName:"ζώνη ώρας",weekday:"καθημερινή",year:"έτος"};var ff={};ff={era:"era",year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM",calendar:"Calendar",startDate:"Start Date",endDate:"End Date",weekday:"day of the week",timeZoneName:"time zone",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.startDate} to ${e.endDate}`,selectedTimeDescription:e=>`Selected Time: ${e.time}`};var hf={};hf={calendar:"Calendario",day:"día",dayPeriod:"a. m./p. m.",endDate:"Fecha final",era:"era",hour:"hora",minute:"minuto",month:"mes",second:"segundo",selectedDateDescription:e=>`Fecha seleccionada: ${e.date}`,selectedRangeDescription:e=>`Rango seleccionado: ${e.startDate} a ${e.endDate}`,selectedTimeDescription:e=>`Hora seleccionada: ${e.time}`,startDate:"Fecha de inicio",timeZoneName:"zona horaria",weekday:"día de la semana",year:"año"};var mf={};mf={calendar:"Kalender",day:"päev",dayPeriod:"enne/pärast lõunat",endDate:"Lõppkuupäev",era:"ajastu",hour:"tund",minute:"minut",month:"kuu",second:"sekund",selectedDateDescription:e=>`Valitud kuupäev: ${e.date}`,selectedRangeDescription:e=>`Valitud vahemik: ${e.startDate} kuni ${e.endDate}`,selectedTimeDescription:e=>`Valitud aeg: ${e.time}`,startDate:"Alguskuupäev",timeZoneName:"ajavöönd",weekday:"nädalapäev",year:"aasta"};var pf={};pf={calendar:"Kalenteri",day:"päivä",dayPeriod:"vuorokaudenaika",endDate:"Päättymispäivä",era:"aikakausi",hour:"tunti",minute:"minuutti",month:"kuukausi",second:"sekunti",selectedDateDescription:e=>`Valittu päivämäärä: ${e.date}`,selectedRangeDescription:e=>`Valittu aikaväli: ${e.startDate} – ${e.endDate}`,selectedTimeDescription:e=>`Valittu aika: ${e.time}`,startDate:"Alkamispäivä",timeZoneName:"aikavyöhyke",weekday:"viikonpäivä",year:"vuosi"};var gf={};gf={calendar:"Calendrier",day:"jour",dayPeriod:"cadran",endDate:"Date de fin",era:"ère",hour:"heure",minute:"minute",month:"mois",second:"seconde",selectedDateDescription:e=>`Date sélectionnée : ${e.date}`,selectedRangeDescription:e=>`Plage sélectionnée : ${e.startDate} au ${e.endDate}`,selectedTimeDescription:e=>`Heure choisie : ${e.time}`,startDate:"Date de début",timeZoneName:"fuseau horaire",weekday:"jour de la semaine",year:"année"};var vf={};vf={calendar:"לוח שנה",day:"יום",dayPeriod:"לפנה״צ/אחה״צ",endDate:"תאריך סיום",era:"תקופה",hour:"שעה",minute:"דקה",month:"חודש",second:"שנייה",selectedDateDescription:e=>`תאריך נבחר: ${e.date}`,selectedRangeDescription:e=>`טווח נבחר: ${e.startDate} עד ${e.endDate}`,selectedTimeDescription:e=>`זמן נבחר: ${e.time}`,startDate:"תאריך התחלה",timeZoneName:"אזור זמן",weekday:"יום בשבוע",year:"שנה"};var bf={};bf={calendar:"Kalendar",day:"dan",dayPeriod:"AM/PM",endDate:"Datum završetka",era:"era",hour:"sat",minute:"minuta",month:"mjesec",second:"sekunda",selectedDateDescription:e=>`Odabrani datum: ${e.date}`,selectedRangeDescription:e=>`Odabrani raspon: ${e.startDate} do ${e.endDate}`,selectedTimeDescription:e=>`Odabrano vrijeme: ${e.time}`,startDate:"Datum početka",timeZoneName:"vremenska zona",weekday:"dan u tjednu",year:"godina"};var wf={};wf={calendar:"Naptár",day:"nap",dayPeriod:"napszak",endDate:"Befejező dátum",era:"éra",hour:"óra",minute:"perc",month:"hónap",second:"másodperc",selectedDateDescription:e=>`Kijelölt dátum: ${e.date}`,selectedRangeDescription:e=>`Kijelölt tartomány: ${e.startDate}–${e.endDate}`,selectedTimeDescription:e=>`Kijelölt idő: ${e.time}`,startDate:"Kezdő dátum",timeZoneName:"időzóna",weekday:"hét napja",year:"év"};var yf={};yf={calendar:"Calendario",day:"giorno",dayPeriod:"AM/PM",endDate:"Data finale",era:"era",hour:"ora",minute:"minuto",month:"mese",second:"secondo",selectedDateDescription:e=>`Data selezionata: ${e.date}`,selectedRangeDescription:e=>`Intervallo selezionato: da ${e.startDate} a ${e.endDate}`,selectedTimeDescription:e=>`Ora selezionata: ${e.time}`,startDate:"Data iniziale",timeZoneName:"fuso orario",weekday:"giorno della settimana",year:"anno"};var Ef={};Ef={calendar:"カレンダー",day:"日",dayPeriod:"午前/午後",endDate:"終了日",era:"時代",hour:"時",minute:"分",month:"月",second:"秒",selectedDateDescription:e=>`選択した日付 : ${e.date}`,selectedRangeDescription:e=>`選択範囲 : ${e.startDate} から ${e.endDate}`,selectedTimeDescription:e=>`選択した時間 : ${e.time}`,startDate:"開始日",timeZoneName:"タイムゾーン",weekday:"曜日",year:"年"};var Cf={};Cf={calendar:"달력",day:"일",dayPeriod:"오전/오후",endDate:"종료일",era:"연호",hour:"시",minute:"분",month:"월",second:"초",selectedDateDescription:e=>`선택 일자: ${e.date}`,selectedRangeDescription:e=>`선택 범위: ${e.startDate} ~ ${e.endDate}`,selectedTimeDescription:e=>`선택 시간: ${e.time}`,startDate:"시작일",timeZoneName:"시간대",weekday:"요일",year:"년"};var xf={};xf={calendar:"Kalendorius",day:"diena",dayPeriod:"iki pietų / po pietų",endDate:"Pabaigos data",era:"era",hour:"valanda",minute:"minutė",month:"mėnuo",second:"sekundė",selectedDateDescription:e=>`Pasirinkta data: ${e.date}`,selectedRangeDescription:e=>`Pasirinktas intervalas: nuo ${e.startDate} iki ${e.endDate}`,selectedTimeDescription:e=>`Pasirinktas laikas: ${e.time}`,startDate:"Pradžios data",timeZoneName:"laiko juosta",weekday:"savaitės diena",year:"metai"};var Df={};Df={calendar:"Kalendārs",day:"diena",dayPeriod:"priekšpusdienā/pēcpusdienā",endDate:"Beigu datums",era:"ēra",hour:"stundas",minute:"minūtes",month:"mēnesis",second:"sekundes",selectedDateDescription:e=>`Atlasītais datums: ${e.date}`,selectedRangeDescription:e=>`Atlasītais diapazons: no ${e.startDate} līdz ${e.endDate}`,selectedTimeDescription:e=>`Atlasītais laiks: ${e.time}`,startDate:"Sākuma datums",timeZoneName:"laika josla",weekday:"nedēļas diena",year:"gads"};var $f={};$f={calendar:"Kalender",day:"dag",dayPeriod:"a.m./p.m.",endDate:"Sluttdato",era:"tidsalder",hour:"time",minute:"minutt",month:"måned",second:"sekund",selectedDateDescription:e=>`Valgt dato: ${e.date}`,selectedRangeDescription:e=>`Valgt område: ${e.startDate} til ${e.endDate}`,selectedTimeDescription:e=>`Valgt tid: ${e.time}`,startDate:"Startdato",timeZoneName:"tidssone",weekday:"ukedag",year:"år"};var Sf={};Sf={calendar:"Kalender",day:"dag",dayPeriod:"a.m./p.m.",endDate:"Einddatum",era:"tijdperk",hour:"uur",minute:"minuut",month:"maand",second:"seconde",selectedDateDescription:e=>`Geselecteerde datum: ${e.date}`,selectedRangeDescription:e=>`Geselecteerd bereik: ${e.startDate} tot ${e.endDate}`,selectedTimeDescription:e=>`Geselecteerde tijd: ${e.time}`,startDate:"Startdatum",timeZoneName:"tijdzone",weekday:"dag van de week",year:"jaar"};var If={};If={calendar:"Kalendarz",day:"dzień",dayPeriod:"rano / po południu / wieczorem",endDate:"Data końcowa",era:"era",hour:"godzina",minute:"minuta",month:"miesiąc",second:"sekunda",selectedDateDescription:e=>`Wybrana data: ${e.date}`,selectedRangeDescription:e=>`Wybrany zakres: ${e.startDate} do ${e.endDate}`,selectedTimeDescription:e=>`Wybrany czas: ${e.time}`,startDate:"Data początkowa",timeZoneName:"strefa czasowa",weekday:"dzień tygodnia",year:"rok"};var Pf={};Pf={calendar:"Calendário",day:"dia",dayPeriod:"AM/PM",endDate:"Data final",era:"era",hour:"hora",minute:"minuto",month:"mês",second:"segundo",selectedDateDescription:e=>`Data selecionada: ${e.date}`,selectedRangeDescription:e=>`Intervalo selecionado: ${e.startDate} a ${e.endDate}`,selectedTimeDescription:e=>`Hora selecionada: ${e.time}`,startDate:"Data inicial",timeZoneName:"fuso horário",weekday:"dia da semana",year:"ano"};var Af={};Af={calendar:"Calendário",day:"dia",dayPeriod:"am/pm",endDate:"Data de Término",era:"era",hour:"hora",minute:"minuto",month:"mês",second:"segundo",selectedDateDescription:e=>`Data selecionada: ${e.date}`,selectedRangeDescription:e=>`Intervalo selecionado: ${e.startDate} a ${e.endDate}`,selectedTimeDescription:e=>`Hora selecionada: ${e.time}`,startDate:"Data de Início",timeZoneName:"fuso horário",weekday:"dia da semana",year:"ano"};var Mf={};Mf={calendar:"Calendar",day:"zi",dayPeriod:"a.m/p.m.",endDate:"Dată final",era:"eră",hour:"oră",minute:"minut",month:"lună",second:"secundă",selectedDateDescription:e=>`Dată selectată: ${e.date}`,selectedRangeDescription:e=>`Interval selectat: de la ${e.startDate} până la ${e.endDate}`,selectedTimeDescription:e=>`Ora selectată: ${e.time}`,startDate:"Dată început",timeZoneName:"fus orar",weekday:"ziua din săptămână",year:"an"};var Ff={};Ff={calendar:"Календарь",day:"день",dayPeriod:"AM/PM",endDate:"Дата окончания",era:"эра",hour:"час",minute:"минута",month:"месяц",second:"секунда",selectedDateDescription:e=>`Выбранная дата: ${e.date}`,selectedRangeDescription:e=>`Выбранный диапазон: с ${e.startDate} по ${e.endDate}`,selectedTimeDescription:e=>`Выбранное время: ${e.time}`,startDate:"Дата начала",timeZoneName:"часовой пояс",weekday:"день недели",year:"год"};var Tf={};Tf={calendar:"Kalendár",day:"deň",dayPeriod:"AM/PM",endDate:"Dátum ukončenia",era:"letopočet",hour:"hodina",minute:"minúta",month:"mesiac",second:"sekunda",selectedDateDescription:e=>`Vybratý dátum: ${e.date}`,selectedRangeDescription:e=>`Vybratý rozsah: od ${e.startDate} do ${e.endDate}`,selectedTimeDescription:e=>`Vybratý čas: ${e.time}`,startDate:"Dátum začatia",timeZoneName:"časové pásmo",weekday:"deň týždňa",year:"rok"};var Nf={};Nf={calendar:"Koledar",day:"dan",dayPeriod:"dop/pop",endDate:"Datum konca",era:"doba",hour:"ura",minute:"minuta",month:"mesec",second:"sekunda",selectedDateDescription:e=>`Izbrani datum: ${e.date}`,selectedRangeDescription:e=>`Izbrano območje: ${e.startDate} do ${e.endDate}`,selectedTimeDescription:e=>`Izbrani čas: ${e.time}`,startDate:"Datum začetka",timeZoneName:"časovni pas",weekday:"dan v tednu",year:"leto"};var kf={};kf={calendar:"Kalendar",day:"дан",dayPeriod:"пре подне/по подне",endDate:"Datum završetka",era:"ера",hour:"сат",minute:"минут",month:"месец",second:"секунд",selectedDateDescription:e=>`Izabrani datum: ${e.date}`,selectedRangeDescription:e=>`Izabrani opseg: od ${e.startDate} do ${e.endDate}`,selectedTimeDescription:e=>`Izabrano vreme: ${e.time}`,startDate:"Datum početka",timeZoneName:"временска зона",weekday:"дан у недељи",year:"година"};var Bf={};Bf={calendar:"Kalender",day:"dag",dayPeriod:"fm/em",endDate:"Slutdatum",era:"era",hour:"timme",minute:"minut",month:"månad",second:"sekund",selectedDateDescription:e=>`Valt datum: ${e.date}`,selectedRangeDescription:e=>`Valt intervall: ${e.startDate} till ${e.endDate}`,selectedTimeDescription:e=>`Vald tid: ${e.time}`,startDate:"Startdatum",timeZoneName:"tidszon",weekday:"veckodag",year:"år"};var Vf={};Vf={calendar:"Takvim",day:"gün",dayPeriod:"ÖÖ/ÖS",endDate:"Bitiş Tarihi",era:"çağ",hour:"saat",minute:"dakika",month:"ay",second:"saniye",selectedDateDescription:e=>`Seçilen Tarih: ${e.date}`,selectedRangeDescription:e=>`Seçilen Aralık: ${e.startDate} - ${e.endDate}`,selectedTimeDescription:e=>`Seçilen Zaman: ${e.time}`,startDate:"Başlangıç Tarihi",timeZoneName:"saat dilimi",weekday:"haftanın günü",year:"yıl"};var Zf={};Zf={calendar:"Календар",day:"день",dayPeriod:"дп/пп",endDate:"Дата завершення",era:"ера",hour:"година",minute:"хвилина",month:"місяць",second:"секунда",selectedDateDescription:e=>`Вибрана дата: ${e.date}`,selectedRangeDescription:e=>`Вибраний діапазон: ${e.startDate} — ${e.endDate}`,selectedTimeDescription:e=>`Вибраний час: ${e.time}`,startDate:"Дата початку",timeZoneName:"часовий пояс",weekday:"день тижня",year:"рік"};var Of={};Of={calendar:"日历",day:"日",dayPeriod:"上午/下午",endDate:"结束日期",era:"纪元",hour:"小时",minute:"分钟",month:"月",second:"秒",selectedDateDescription:e=>`选定的日期:${e.date}`,selectedRangeDescription:e=>`选定的范围:${e.startDate} 至 ${e.endDate}`,selectedTimeDescription:e=>`选定的时间:${e.time}`,startDate:"开始日期",timeZoneName:"时区",weekday:"工作日",year:"年"};var Lf={};Lf={calendar:"日曆",day:"日",dayPeriod:"上午/下午",endDate:"結束日期",era:"纪元",hour:"小时",minute:"分钟",month:"月",second:"秒",selectedDateDescription:e=>`選定的日期:${e.date}`,selectedRangeDescription:e=>`選定的範圍:${e.startDate} 至 ${e.endDate}`,selectedTimeDescription:e=>`選定的時間:${e.time}`,startDate:"開始日期",timeZoneName:"时区",weekday:"工作日",year:"年"};var Cn={};Cn={"ar-AE":of,"bg-BG":lf,"cs-CZ":sf,"da-DK":uf,"de-DE":cf,"el-GR":df,"en-US":ff,"es-ES":hf,"et-EE":mf,"fi-FI":pf,"fr-FR":gf,"he-IL":vf,"hr-HR":bf,"hu-HU":wf,"it-IT":yf,"ja-JP":Ef,"ko-KR":Cf,"lt-LT":xf,"lv-LV":Df,"nb-NO":$f,"nl-NL":Sf,"pl-PL":If,"pt-BR":Pf,"pt-PT":Af,"ro-RO":Mf,"ru-RU":Ff,"sk-SK":Tf,"sl-SI":Nf,"sr-SP":kf,"sv-SE":Bf,"tr-TR":Vf,"uk-UA":Zf,"zh-CN":Of,"zh-TW":Lf};function GS(e){if(e.checked)return!0;let t=[];if(!e.form)t=[..._e(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(o=>!o.form);else{var r,n;let o=(n=e.form)===null||n===void 0||(r=n.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...o??[]]}return t?!t.some(o=>o.checked):!1}function Rf(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function xn(e,t=!1){if(e!=null&&!t)try{jS(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function Or(e,t,r){let n=t?.tabbable?dS:I7,a=e?.nodeType===Node.ELEMENT_NODE?e:null,o=_e(a),l=R$(o,e||o,NodeFilter.SHOW_ELEMENT,{acceptNode(c){var f;return!(t==null||(f=t.from)===null||f===void 0)&&f.contains(c)||t?.tabbable&&c.tagName==="INPUT"&&c.getAttribute("type")==="radio"&&(!GS(c)||l.currentNode.tagName==="INPUT"&&l.currentNode.type==="radio"&&l.currentNode.name===c.name)?NodeFilter.FILTER_REJECT:n(c)&&(!r||Rf(c,r))&&(!t?.accept||t.accept(c))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t?.from&&(l.currentNode=t.from),l}function Ga(e,t={}){return{focusNext(r={}){let n=e.current;if(!n)return null;let{from:a,tabbable:o=t.tabbable,wrap:l=t.wrap,accept:c=t.accept}=r,f=a||bn(_e(n)),d=Or(n,{tabbable:o,accept:c});n.contains(f)&&(d.currentNode=f);let h=d.nextNode();return!h&&l&&(d.currentNode=n,h=d.nextNode()),h&&xn(h,!0),h},focusPrevious(r=t){let n=e.current;if(!n)return null;let{from:a,tabbable:o=t.tabbable,wrap:l=t.wrap,accept:c=t.accept}=r,f=a||bn(_e(n)),d=Or(n,{tabbable:o,accept:c});if(n.contains(f))d.currentNode=f;else{let m=$0(d);return m&&xn(m,!0),m??null}let h=d.previousNode();if(!h&&l){d.currentNode=n;let m=$0(d);if(!m)return null;h=m}return h&&xn(h,!0),h??null},focusFirst(r=t){let n=e.current;if(!n)return null;let{tabbable:a=t.tabbable,accept:o=t.accept}=r,c=Or(n,{tabbable:a,accept:o}).nextNode();return c&&xn(c,!0),c},focusLast(r=t){let n=e.current;if(!n)return null;let{tabbable:a=t.tabbable,accept:o=t.accept}=r,l=Or(n,{tabbable:a,accept:o}),c=$0(l);return c&&xn(c,!0),c??null}}}function $0(e){let t,r;do r=e.lastChild(),r&&(t=r);while(r);return t}class S0{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,n){let a=this.fastMap.get(r??null);if(!a)return;let o=new _f({scopeRef:t});a.addChild(o),o.parent=a,this.fastMap.set(t,o),n&&(o.nodeToRestore=n)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let n=r.parent;for(let o of this.traverse())o!==r&&r.nodeToRestore&&o.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&Rf(o.nodeToRestore,r.scopeRef.current)&&(o.nodeToRestore=r.nodeToRestore);let a=r.children;n&&(n.removeChild(r),a.size>0&&a.forEach(o=>n&&n.addChild(o))),this.fastMap.delete(r.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let r of t.children)yield*this.traverse(r)}clone(){var t;let r=new S0;var n;for(let a of this.traverse())r.addTreeNode(a.scopeRef,(n=(t=a.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&n!==void 0?n:null,a.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new _f({scopeRef:null}),this.fastMap.set(null,this.root)}}class _f{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}new S0;function I0(e,t,r){let{direction:n}=nt(),a=u.useMemo(()=>Ga(t),[t]),o=f=>{if(f.currentTarget.contains(f.target)&&(f.altKey&&(f.key==="ArrowDown"||f.key==="ArrowUp")&&"setOpen"in e&&(f.preventDefault(),f.stopPropagation(),e.setOpen(!0)),!r))switch(f.key){case"ArrowLeft":if(f.preventDefault(),f.stopPropagation(),n==="rtl"){if(t.current){let d=f.target,h=Hf(t.current,d.getBoundingClientRect().left,-1);h&&h.focus()}}else a.focusPrevious();break;case"ArrowRight":if(f.preventDefault(),f.stopPropagation(),n==="rtl"){if(t.current){let d=f.target,h=Hf(t.current,d.getBoundingClientRect().left,1);h&&h.focus()}}else a.focusNext();break}},l=()=>{var f;if(!t.current)return;let d=(f=window.event)===null||f===void 0?void 0:f.target,h=Or(t.current,{tabbable:!0});if(d&&(h.currentNode=d,d=h.previousNode()),!d){let m;do m=h.lastChild(),m&&(d=m);while(m)}for(;d?.hasAttribute("data-placeholder");){let m=h.previousNode();if(m&&m.hasAttribute("data-placeholder"))d=m;else break}d&&d.focus()},{pressProps:c}=W7({preventFocusOnPress:!0,allowTextSelectionOnPress:!0,onPressStart(f){f.pointerType==="mouse"&&l()},onPress(f){(f.pointerType==="touch"||f.pointerType==="pen")&&l()}});return lt(c,{onKeyDown:o})}function Hf(e,t,r){let n=Or(e,{tabbable:!0}),a=n.nextNode(),o=null,l=1/0;for(;a;){let f=a.getBoundingClientRect().left-t,d=Math.abs(f);Math.sign(f)===r&&d<l&&(o=a,l=d),a=n.nextNode()}return o}function qS(e){let{id:t,label:r,"aria-labelledby":n,"aria-label":a,labelElementType:o="label"}=e;t=bt(t);let l=bt(),c={};r?(n=n?`${l} ${n}`:l,c={id:l,htmlFor:o==="label"?t:void 0}):!n&&!a&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let f=Oa({id:t,"aria-label":a,"aria-labelledby":n});return{labelProps:c,fieldProps:f}}function P0(e){let{description:t,errorMessage:r,isInvalid:n,validationState:a}=e,{labelProps:o,fieldProps:l}=qS(e),c=t0([!!t,!!r,n,a]),f=t0([!!t,!!r,n,a]);return l=lt(l,{"aria-describedby":[c,f,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:o,fieldProps:l,descriptionProps:{id:c},errorMessageProps:{id:f}}}function YS(e,t,r){let{validationBehavior:n,focus:a}=e;Ft(()=>{if(n==="native"&&r?.current&&!r.current.disabled){let d=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";r.current.setCustomValidity(d),r.current.hasAttribute("title")||(r.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(JS(r.current))}});let o=u.useRef(!1),l=Re(()=>{o.current||t.resetValidation()}),c=Re(d=>{var h;t.displayValidation.isInvalid||t.commitValidation();let m=r==null||(h=r.current)===null||h===void 0?void 0:h.form;if(!d.defaultPrevented&&r&&m&&QS(m)===r.current){var p;a?a():(p=r.current)===null||p===void 0||p.focus(),US("keyboard")}d.preventDefault()}),f=Re(()=>{t.commitValidation()});u.useEffect(()=>{let d=r?.current;if(!d)return;let h=d.form,m=h?.reset;return h&&(h.reset=()=>{o.current=!window.event||window.event.type==="message"&&window.event.target instanceof MessagePort,m?.call(h),o.current=!1}),d.addEventListener("invalid",c),d.addEventListener("change",f),h?.addEventListener("reset",l),()=>{d.removeEventListener("invalid",c),d.removeEventListener("change",f),h?.removeEventListener("reset",l),h&&(h.reset=m)}},[r,c,f,l,n])}function XS(e){let t=e.validity;return{badInput:t.badInput,customError:t.customError,patternMismatch:t.patternMismatch,rangeOverflow:t.rangeOverflow,rangeUnderflow:t.rangeUnderflow,stepMismatch:t.stepMismatch,tooLong:t.tooLong,tooShort:t.tooShort,typeMismatch:t.typeMismatch,valueMissing:t.valueMissing,valid:t.valid}}function JS(e){return{isInvalid:!e.validity.valid,validationDetails:XS(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function QS(e){for(let t=0;t<e.elements.length;t++){let r=e.elements[t];if(!r.validity.valid)return r}return null}function eI(e){return e&&e.__esModule?e.default:e}const Uf=new WeakMap,Dn="__role_"+Date.now(),jf="__focusManager_"+Date.now();function A0(e,t,r){var n;let{isInvalid:a,validationErrors:o,validationDetails:l}=t.displayValidation,{labelProps:c,fieldProps:f,descriptionProps:d,errorMessageProps:h}=P0({...e,labelElementType:"span",isInvalid:a,errorMessage:e.errorMessage||o}),m=u.useRef(null),{focusWithinProps:p}=D0({...e,onFocusWithin(N){var w;m.current=t.value,(w=e.onFocus)===null||w===void 0||w.call(e,N)},onBlurWithin:N=>{var w;t.confirmPlaceholder(),t.value!==m.current&&t.commitValidation(),(w=e.onBlur)===null||w===void 0||w.call(e,N)},onFocusWithinChange:e.onFocusChange}),g=jt(eI(Cn),"@react-aria/datepicker"),v=t.maxGranularity==="hour"?"selectedTimeDescription":"selectedDateDescription",b=t.maxGranularity==="hour"?"time":"date",E=t.value?g.format(v,{[b]:t.formatValue({month:"long"})}):"",D=La(E),$=e[Dn]==="presentation"?f["aria-describedby"]:[D["aria-describedby"],f["aria-describedby"]].filter(Boolean).join(" ")||void 0,y=e[jf],x=u.useMemo(()=>y||Ga(r),[y,r]),I=I0(t,r,e[Dn]==="presentation");Uf.set(t,{ariaLabel:e["aria-label"],ariaLabelledBy:[c.id,e["aria-labelledby"]].filter(Boolean).join(" ")||void 0,ariaDescribedBy:$,focusManager:x});let Z=u.useRef(e.autoFocus),L;e[Dn]==="presentation"?L={role:"presentation"}:L=lt(f,{role:"group","aria-disabled":e.isDisabled||void 0,"aria-describedby":$}),u.useEffect(()=>{Z.current&&x.focusFirst(),Z.current=!1},[x]),oS(e.inputRef,t.defaultValue,t.setValue),YS({...e,focus(){x.focusFirst()}},t,e.inputRef);let O={type:"hidden",name:e.name,form:e.form,value:((n=t.value)===null||n===void 0?void 0:n.toString())||"",disabled:e.isDisabled};e.validationBehavior==="native"&&(O.type="text",O.hidden=!0,O.required=e.isRequired,O.onChange=()=>{});let V=ka(e);return{labelProps:{...c,onClick:()=>{x.focusFirst()}},fieldProps:lt(V,L,I,p,{onKeyDown(N){e.onKeyDown&&e.onKeyDown(N)},onKeyUp(N){e.onKeyUp&&e.onKeyUp(N)},style:{unicodeBidi:"isolate"}}),inputProps:O,descriptionProps:d,errorMessageProps:h,isInvalid:a,validationErrors:o,validationDetails:l}}const qa={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},Kf={...qa,customError:!0,valid:!1},hr={isInvalid:!1,validationDetails:qa,validationErrors:[]},tI=u.createContext({}),$n="__formValidationState"+Date.now();function M0(e){if(e[$n]){let{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:a,commitValidation:o}=e[$n];return{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:a,commitValidation:o}}return rI(e)}function rI(e){let{isInvalid:t,validationState:r,name:n,value:a,builtinValidation:o,validate:l,validationBehavior:c="aria"}=e;r&&(t||(t=r==="invalid"));let f=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:Kf}:null,d=u.useMemo(()=>{if(!l||a==null)return null;let N=nI(l,a);return zf(N)},[l,a]);o?.validationDetails.valid&&(o=void 0);let h=u.useContext(tI),m=u.useMemo(()=>n?Array.isArray(n)?n.flatMap(N=>F0(h[N])):F0(h[n]):[],[h,n]),[p,g]=u.useState(h),[v,b]=u.useState(!1);h!==p&&(g(h),b(!1));let E=u.useMemo(()=>zf(v?[]:m),[v,m]),D=u.useRef(hr),[$,y]=u.useState(hr),x=u.useRef(hr),I=()=>{if(!Z)return;L(!1);let N=d||o||D.current;T0(N,x.current)||(x.current=N,y(N))},[Z,L]=u.useState(!1);return u.useEffect(I),{realtimeValidation:f||E||d||o||hr,displayValidation:c==="native"?f||E||$:f||E||d||o||$,updateValidation(N){c==="aria"&&!T0($,N)?y(N):D.current=N},resetValidation(){let N=hr;T0(N,x.current)||(x.current=N,y(N)),c==="native"&&L(!1),b(!0)},commitValidation(){c==="native"&&L(!0),b(!0)}}}function F0(e){return e?Array.isArray(e)?e:[e]:[]}function nI(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return F0(r)}return[]}function zf(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:Kf}:null}function T0(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,n)=>r===t.validationErrors[n])&&Object.entries(e.validationDetails).every(([r,n])=>t.validationDetails[r]===n)}function Ya(...e){let t=new Set,r=!1,n={...qa};for(let l of e){var a,o;for(let c of l.validationErrors)t.add(c);r||(r=l.isInvalid);for(let c in n)(a=n)[o=c]||(a[o]=l.validationDetails[c])}return n.valid=!r,{isInvalid:r,validationErrors:[...t],validationDetails:n}}function aI(e){return e&&e.__esModule?e.default:e}function oI(e,t,r){let n=bt(),a=bt(),o=bt(),l=jt(aI(Cn),"@react-aria/datepicker"),{isInvalid:c,validationErrors:f,validationDetails:d}=t.displayValidation,{labelProps:h,fieldProps:m,descriptionProps:p,errorMessageProps:g}=P0({...e,labelElementType:"span",isInvalid:c,errorMessage:e.errorMessage||f}),v=I0(t,r),b=m["aria-labelledby"]||m.id,{locale:E}=nt(),D=t.formatValue(E,{month:"long"}),$=D?l.format("selectedDateDescription",{date:D}):"",y=La($),x=[y["aria-describedby"],m["aria-describedby"]].filter(Boolean).join(" ")||void 0,I=ka(e),Z=u.useMemo(()=>Ga(r),[r]),L=u.useRef(!1),{focusWithinProps:O}=D0({...e,isDisabled:t.isOpen,onBlurWithin:V=>{let N=document.getElementById(a);if(!N?.contains(V.relatedTarget)){var w,T;L.current=!1,(w=e.onBlur)===null||w===void 0||w.call(e,V),(T=e.onFocusChange)===null||T===void 0||T.call(e,!1)}},onFocusWithin:V=>{if(!L.current){var N,w;L.current=!0,(N=e.onFocus)===null||N===void 0||N.call(e,V),(w=e.onFocusChange)===null||w===void 0||w.call(e,!0)}}});return{groupProps:lt(I,v,m,y,O,{role:"group","aria-disabled":e.isDisabled||null,"aria-labelledby":b,"aria-describedby":x,onKeyDown(V){t.isOpen||e.onKeyDown&&e.onKeyDown(V)},onKeyUp(V){t.isOpen||e.onKeyUp&&e.onKeyUp(V)}}),labelProps:{...h,onClick:()=>{Z.focusFirst()}},fieldProps:{...m,id:o,[Dn]:"presentation","aria-describedby":x,value:t.value,defaultValue:t.defaultValue,onChange:t.setValue,placeholderValue:e.placeholderValue,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,shouldForceLeadingZeros:e.shouldForceLeadingZeros,granularity:e.granularity,isDisabled:e.isDisabled,isReadOnly:e.isReadOnly,isRequired:e.isRequired,validationBehavior:e.validationBehavior,[$n]:t,autoFocus:e.autoFocus,name:e.name,form:e.form},descriptionProps:p,errorMessageProps:g,buttonProps:{...y,id:n,"aria-haspopup":"dialog","aria-label":l.format("calendar"),"aria-labelledby":`${n} ${b}`,"aria-describedby":x,"aria-expanded":t.isOpen,isDisabled:e.isDisabled||e.isReadOnly,onPress:()=>t.setOpen(!0)},dialogProps:{id:a,"aria-labelledby":`${n} ${b}`},calendarProps:{autoFocus:!0,value:t.dateValue,onChange:t.setDateValue,minValue:e.minValue,maxValue:e.maxValue,isDisabled:e.isDisabled,isReadOnly:e.isReadOnly,isDateUnavailable:e.isDateUnavailable,defaultFocusedValue:t.dateValue?void 0:e.placeholderValue,isInvalid:t.isInvalid,errorMessage:typeof e.errorMessage=="function"?e.errorMessage(t.displayValidation):e.errorMessage||t.displayValidation.validationErrors.join(" "),firstDayOfWeek:e.firstDayOfWeek,pageBehavior:e.pageBehavior},isInvalid:c,validationErrors:f,validationDetails:d}}function lI(e){return e&&e.__esModule?e.default:e}function iI(){let{locale:e}=nt(),t=p7(lI(Cn),"@react-aria/datepicker");return u.useMemo(()=>{try{return new Intl.DisplayNames(e,{type:"dateTimeField"})}catch{return new sI(e,t)}},[e,t])}class sI{of(t){return this.dictionary.getStringForLocale(t,this.locale)}constructor(t,r){this.locale=t,this.dictionary=r}}var Wf={};Wf={Empty:"فارغ"};var Gf={};Gf={Empty:"Изпразни"};var qf={};qf={Empty:"Prázdné"};var Yf={};Yf={Empty:"Tom"};var Xf={};Xf={Empty:"Leer"};var Jf={};Jf={Empty:"Άδειο"};var Qf={};Qf={Empty:"Empty"};var e3={};e3={Empty:"Vacío"};var t3={};t3={Empty:"Tühjenda"};var r3={};r3={Empty:"Tyhjä"};var n3={};n3={Empty:"Vide"};var a3={};a3={Empty:"ריק"};var o3={};o3={Empty:"Prazno"};var l3={};l3={Empty:"Üres"};var i3={};i3={Empty:"Vuoto"};var s3={};s3={Empty:"空"};var u3={};u3={Empty:"비어 있음"};var c3={};c3={Empty:"Tuščias"};var d3={};d3={Empty:"Tukšs"};var f3={};f3={Empty:"Tom"};var h3={};h3={Empty:"Leeg"};var m3={};m3={Empty:"Pusty"};var p3={};p3={Empty:"Vazio"};var g3={};g3={Empty:"Vazio"};var v3={};v3={Empty:"Gol"};var b3={};b3={Empty:"Не заполнено"};var w3={};w3={Empty:"Prázdne"};var y3={};y3={Empty:"Prazen"};var E3={};E3={Empty:"Prazno"};var C3={};C3={Empty:"Tomt"};var x3={};x3={Empty:"Boş"};var D3={};D3={Empty:"Пусто"};var $3={};$3={Empty:"空"};var S3={};S3={Empty:"空白"};var I3={};I3={"ar-AE":Wf,"bg-BG":Gf,"cs-CZ":qf,"da-DK":Yf,"de-DE":Xf,"el-GR":Jf,"en-US":Qf,"es-ES":e3,"et-EE":t3,"fi-FI":r3,"fr-FR":n3,"he-IL":a3,"hr-HR":o3,"hu-HU":l3,"it-IT":i3,"ja-JP":s3,"ko-KR":u3,"lt-LT":c3,"lv-LV":d3,"nb-NO":f3,"nl-NL":h3,"pl-PL":m3,"pt-BR":p3,"pt-PT":g3,"ro-RO":v3,"ru-RU":b3,"sk-SK":w3,"sl-SI":y3,"sr-SP":E3,"sv-SE":C3,"tr-TR":x3,"uk-UA":D3,"zh-CN":$3,"zh-TW":S3};function uI(e){return e&&e.__esModule?e.default:e}function cI(e){const t=u.useRef(void 0);let{value:r,textValue:n,minValue:a,maxValue:o,isDisabled:l,isReadOnly:c,isRequired:f,onIncrement:d,onIncrementPage:h,onDecrement:m,onDecrementPage:p,onDecrementToMin:g,onIncrementToMax:v}=e;const b=jt(uI(I3),"@react-aria/spinbutton"),E=()=>clearTimeout(t.current);u.useEffect(()=>()=>E(),[]);let D=w=>{if(!(w.ctrlKey||w.metaKey||w.shiftKey||w.altKey||c||w.nativeEvent.isComposing))switch(w.key){case"PageUp":if(h){w.preventDefault(),h?.();break}case"ArrowUp":case"Up":d&&(w.preventDefault(),d?.());break;case"PageDown":if(p){w.preventDefault(),p?.();break}case"ArrowDown":case"Down":m&&(w.preventDefault(),m?.());break;case"Home":g&&(w.preventDefault(),g?.());break;case"End":v&&(w.preventDefault(),v?.());break}},$=u.useRef(!1),y=()=>{$.current=!0},x=()=>{$.current=!1},I=n===""?b.format("Empty"):(n||`${r}`).replace("-","−");u.useEffect(()=>{$.current&&(DS("assertive"),v0(I,"assertive"))},[I]);const Z=Re(w=>{E(),d?.(),t.current=window.setTimeout(()=>{(o===void 0||isNaN(o)||r===void 0||isNaN(r)||r<o)&&Z(60)},w)}),L=Re(w=>{E(),m?.(),t.current=window.setTimeout(()=>{(a===void 0||isNaN(a)||r===void 0||isNaN(r)||r>a)&&L(60)},w)});let O=w=>{w.preventDefault()},{addGlobalListener:V,removeAllGlobalListeners:N}=a0();return{spinButtonProps:{role:"spinbutton","aria-valuenow":r!==void 0&&!isNaN(r)?r:void 0,"aria-valuetext":I,"aria-valuemin":a,"aria-valuemax":o,"aria-disabled":l||void 0,"aria-readonly":c||void 0,"aria-required":f||void 0,onKeyDown:D,onFocus:y,onBlur:x},incrementButtonProps:{onPressStart:()=>{Z(400),V(window,"contextmenu",O)},onPressEnd:()=>{E(),N()},onFocus:y,onBlur:x},decrementButtonProps:{onPressStart:()=>{L(400),V(window,"contextmenu",O)},onPressEnd:()=>{E(),N()},onFocus:y,onBlur:x}}}function dI(e,t,r){let n=u.useRef(""),{locale:a,direction:o}=nt(),l=iI(),{ariaLabel:c,ariaLabelledBy:f,ariaDescribedBy:d,focusManager:h}=Uf.get(t),m=e.isPlaceholder?"":e.text,p=u.useMemo(()=>t.dateFormatter.resolvedOptions(),[t.dateFormatter]),g=wt({month:"long",timeZone:p.timeZone}),v=wt({hour:"numeric",hour12:p.hour12,timeZone:p.timeZone});if(e.type==="month"&&!e.isPlaceholder){let S=g.format(t.dateValue);m=S!==m?`${m} – ${S}`:S}else e.type==="hour"&&!e.isPlaceholder&&(m=v.format(t.dateValue));let{spinButtonProps:b}=cI({value:e.value,textValue:m,minValue:e.minValue,maxValue:e.maxValue,isDisabled:t.isDisabled,isReadOnly:t.isReadOnly||!e.isEditable,isRequired:t.isRequired,onIncrement:()=>{n.current="",t.increment(e.type)},onDecrement:()=>{n.current="",t.decrement(e.type)},onIncrementPage:()=>{n.current="",t.incrementPage(e.type)},onDecrementPage:()=>{n.current="",t.decrementPage(e.type)},onIncrementToMax:()=>{n.current="",e.maxValue!==void 0&&t.setSegment(e.type,e.maxValue)},onDecrementToMin:()=>{n.current="",e.minValue!==void 0&&t.setSegment(e.type,e.minValue)}}),E=u.useMemo(()=>new M7(a,{maximumFractionDigits:0}),[a]),D=()=>{if(e.text===e.placeholder&&h.focusPrevious(),E.isValidPartialNumber(e.text)&&!t.isReadOnly&&!e.isPlaceholder){let S=e.text.slice(0,-1),B=E.parse(S);S=B===0?"":S,S.length===0||B===0?t.clearSegment(e.type):t.setSegment(e.type,B),n.current=S}else e.type==="dayPeriod"&&t.clearSegment(e.type)},$=S=>{if(S.key==="a"&&(ur()?S.metaKey:S.ctrlKey)&&S.preventDefault(),!(S.ctrlKey||S.metaKey||S.shiftKey||S.altKey))switch(S.key){case"Backspace":case"Delete":S.preventDefault(),S.stopPropagation(),D();break}},{startsWith:y}=CS({sensitivity:"base"}),x=wt({hour:"numeric",hour12:!0}),I=u.useMemo(()=>{let S=new Date;return S.setHours(0),x.formatToParts(S).find(B=>B.type==="dayPeriod").value},[x]),Z=u.useMemo(()=>{let S=new Date;return S.setHours(12),x.formatToParts(S).find(B=>B.type==="dayPeriod").value},[x]),L=wt({year:"numeric",era:"narrow",timeZone:"UTC"}),O=u.useMemo(()=>{if(e.type!=="era")return[];let S=xe(new vt(1,1,1),t.calendar),B=t.calendar.getEras().map(K=>{let Q=S.set({year:1,month:1,day:1,era:K}).toDate("UTC"),q=L.formatToParts(Q).find(ee=>ee.type==="era").value;return{era:K,formatted:q}}),j=fI(B.map(K=>K.formatted));if(j)for(let K of B)K.formatted=K.formatted.slice(j);return B},[L,t.calendar,e.type]),V=S=>{if(t.isDisabled||t.isReadOnly)return;let B=n.current+S;switch(e.type){case"dayPeriod":if(y(I,S))t.setSegment("dayPeriod",0);else if(y(Z,S))t.setSegment("dayPeriod",12);else break;h.focusNext();break;case"era":{let j=O.find(K=>y(K.formatted,S));j&&(t.setSegment("era",j.era),h.focusNext());break}case"day":case"hour":case"minute":case"second":case"month":case"year":{if(!E.isValidPartialNumber(B))return;let j=E.parse(B),K=j,Q=e.minValue===0;if(e.type==="hour"&&t.dateFormatter.resolvedOptions().hour12){switch(t.dateFormatter.resolvedOptions().hourCycle){case"h11":j>11&&(K=E.parse(S));break;case"h12":Q=!1,j>12&&(K=E.parse(S));break}e.value!==void 0&&e.value>=12&&j>1&&(j+=12)}else e.maxValue!==void 0&&j>e.maxValue&&(K=E.parse(S));if(isNaN(j))return;let W=K!==0||Q;W&&t.setSegment(e.type,K),e.maxValue!==void 0&&(+(j+"0")>e.maxValue||B.length>=String(e.maxValue).length)?(n.current="",W&&h.focusNext()):n.current=B;break}}},N=()=>{n.current="",r.current&&$7(r.current,{containingElement:x7(r.current)});let S=window.getSelection();S?.collapse(r.current)},w=u.useRef(typeof document<"u"?document:null);kr(w,"selectionchange",()=>{var S;let B=window.getSelection();B?.anchorNode&&(!((S=r.current)===null||S===void 0)&&S.contains(B?.anchorNode))&&B.collapse(r.current)});let T=u.useRef("");kr(r,"beforeinput",S=>{if(r.current)switch(S.preventDefault(),S.inputType){case"deleteContentBackward":case"deleteContentForward":E.isValidPartialNumber(e.text)&&!t.isReadOnly&&D();break;case"insertCompositionText":T.current=r.current.textContent,r.current.textContent=r.current.textContent;break;default:S.data!=null&&V(S.data);break}}),kr(r,"input",S=>{let{inputType:B,data:j}=S;switch(B){case"insertCompositionText":r.current&&(r.current.textContent=T.current),j!=null&&(y(I,j)||y(Z,j))&&V(j);break}}),Ft(()=>{let S=r.current;return()=>{document.activeElement===S&&(h.focusPrevious()||h.focusNext())}},[r,h]);let R=Za()||e.type==="timeZoneName"?{role:"textbox","aria-valuemax":null,"aria-valuemin":null,"aria-valuetext":null,"aria-valuenow":null}:{},A=u.useMemo(()=>t.segments.find(S=>S.isEditable),[t.segments]);e!==A&&!t.isInvalid&&(d=void 0);let H=bt(),P=!t.isDisabled&&!t.isReadOnly&&e.isEditable,k=e.type==="literal"?"":l.of(e.type),M=Oa({"aria-label":`${k}${c?`, ${c}`:""}${f?", ":""}`,"aria-labelledby":f});if(e.type==="literal")return{segmentProps:{"aria-hidden":!0}};let _={caretColor:"transparent"};if(o==="rtl"){_.unicodeBidi="embed";let S=p[e.type];(S==="numeric"||S==="2-digit")&&(_.direction="ltr")}return{segmentProps:lt(b,M,{id:H,...R,"aria-invalid":t.isInvalid?"true":void 0,"aria-describedby":d,"aria-readonly":t.isReadOnly||!e.isEditable?"true":void 0,"data-placeholder":e.isPlaceholder||void 0,contentEditable:P,suppressContentEditableWarning:P,spellCheck:P?"false":void 0,autoCorrect:P?"off":void 0,[parseInt(u.version,10)>=17?"enterKeyHint":"enterkeyhint"]:P?"next":void 0,inputMode:t.isDisabled||e.type==="dayPeriod"||e.type==="era"||!P?void 0:"numeric",tabIndex:t.isDisabled?void 0:0,onKeyDown:$,onFocus:N,style:_,onPointerDown(S){S.stopPropagation()},onMouseDown(S){S.stopPropagation()}})}}function fI(e){e.sort();let t=e[0],r=e[e.length-1];for(let n=0;n<t.length;n++)if(t[n]!==r[n])return n;return 0}function hI(e){return e&&e.__esModule?e.default:e}function mI(e,t,r){var n,a,o,l,c;let f=jt(hI(Cn),"@react-aria/datepicker"),{isInvalid:d,validationErrors:h,validationDetails:m}=t.displayValidation,{labelProps:p,fieldProps:g,descriptionProps:v,errorMessageProps:b}=P0({...e,labelElementType:"span",isInvalid:d,errorMessage:e.errorMessage||h}),E=g["aria-labelledby"]||g.id,{locale:D}=nt(),$=t.formatValue(D,{month:"long"}),y=$?f.format("selectedRangeDescription",{startDate:$.start,endDate:$.end}):"",x=La(y),I={"aria-label":f.format("startDate"),"aria-labelledby":E},Z={"aria-label":f.format("endDate"),"aria-labelledby":E},L=bt(),O=bt(),V=I0(t,r),N=[x["aria-describedby"],g["aria-describedby"]].filter(Boolean).join(" ")||void 0,w=u.useMemo(()=>Ga(r,{accept:S=>S.id!==L}),[r,L]),T={[jf]:w,[Dn]:"presentation","aria-describedby":N,placeholderValue:e.placeholderValue,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,granularity:e.granularity,shouldForceLeadingZeros:e.shouldForceLeadingZeros,isDisabled:e.isDisabled,isReadOnly:e.isReadOnly,isRequired:e.isRequired,validationBehavior:e.validationBehavior},R=ka(e),A=u.useRef(!1),{focusWithinProps:H}=D0({...e,isDisabled:t.isOpen,onBlurWithin:S=>{let B=document.getElementById(O);if(!B?.contains(S.relatedTarget)){var j,K;A.current=!1,(j=e.onBlur)===null||j===void 0||j.call(e,S),(K=e.onFocusChange)===null||K===void 0||K.call(e,!1)}},onFocusWithin:S=>{if(!A.current){var B,j;A.current=!0,(B=e.onFocus)===null||B===void 0||B.call(e,S),(j=e.onFocusChange)===null||j===void 0||j.call(e,!0)}}}),P=u.useRef(hr),k=u.useRef(hr);var M,_;return{groupProps:lt(R,V,g,x,H,{role:"group","aria-disabled":e.isDisabled||null,"aria-describedby":N,onKeyDown(S){t.isOpen||e.onKeyDown&&e.onKeyDown(S)},onKeyUp(S){t.isOpen||e.onKeyUp&&e.onKeyUp(S)}}),labelProps:{...p,onClick:()=>{w.focusFirst()}},buttonProps:{...x,id:L,"aria-haspopup":"dialog","aria-label":f.format("calendar"),"aria-labelledby":`${L} ${E}`,"aria-describedby":N,"aria-expanded":t.isOpen,isDisabled:e.isDisabled||e.isReadOnly,onPress:()=>t.setOpen(!0)},dialogProps:{id:O,"aria-labelledby":`${L} ${E}`},startFieldProps:{...I,...T,value:(M=(n=t.value)===null||n===void 0?void 0:n.start)!==null&&M!==void 0?M:null,defaultValue:(a=t.defaultValue)===null||a===void 0?void 0:a.start,onChange:S=>t.setDateTime("start",S),autoFocus:e.autoFocus,name:e.startName,form:e.form,[$n]:{realtimeValidation:t.realtimeValidation,displayValidation:t.displayValidation,updateValidation(S){P.current=S,t.updateValidation(Ya(S,k.current))},resetValidation:t.resetValidation,commitValidation:t.commitValidation}},endFieldProps:{...Z,...T,value:(_=(o=t.value)===null||o===void 0?void 0:o.end)!==null&&_!==void 0?_:null,defaultValue:(l=t.defaultValue)===null||l===void 0?void 0:l.end,onChange:S=>t.setDateTime("end",S),name:e.endName,form:e.form,[$n]:{realtimeValidation:t.realtimeValidation,displayValidation:t.displayValidation,updateValidation(S){k.current=S,t.updateValidation(Ya(P.current,S))},resetValidation:t.resetValidation,commitValidation:t.commitValidation}},descriptionProps:v,errorMessageProps:b,calendarProps:{autoFocus:!0,value:!((c=t.dateRange)===null||c===void 0)&&c.start&&t.dateRange.end?t.dateRange:null,onChange:t.setDateRange,minValue:e.minValue,maxValue:e.maxValue,isDisabled:e.isDisabled,isReadOnly:e.isReadOnly,isDateUnavailable:e.isDateUnavailable,allowsNonContiguousRanges:e.allowsNonContiguousRanges,defaultFocusedValue:t.dateRange?void 0:e.placeholderValue,isInvalid:t.isInvalid,errorMessage:typeof e.errorMessage=="function"?e.errorMessage(t.displayValidation):e.errorMessage||t.displayValidation.validationErrors.join(" "),firstDayOfWeek:e.firstDayOfWeek,pageBehavior:e.pageBehavior},isInvalid:d,validationErrors:h,validationDetails:m}}const P3=u.forwardRef((e,t)=>{const{children:r,className:n,segment:a,state:o,...l}=e,c=u.useRef(null),{segmentProps:f}=dI(a,o,c),d=rt([c,t]);return s.jsx("span",{...f,className:X("rbui-date-input__segment",{"rbui-date-input__segment--day-period":a.type==="dayPeriod","rbui-date-input__segment--placeholder":a.isPlaceholder,"rbui-date-input__segment--time-zone":a.type==="timeZoneName"},n),ref:d,...l,children:a.text})});P3.displayName="DateSegment";const Xa=u.forwardRef(({state:e},t)=>{const r=u.useRef([]);return u.useImperativeHandle(t,()=>({focusFirstSegment:()=>{r.current[0]?.focus()}})),s.jsx(s.Fragment,{children:e.segments.map((n,a)=>s.jsx(P3,{ref:o=>{r.current[a]=o},segment:n,state:e},a))})});Xa.displayName="DateSegments";const N0=u.forwardRef((e,t)=>{const{children:r,className:n,role:a="listbox",...o}=e;return s.jsx("ul",{className:X("rbui-listbox",n),ref:t,role:a,...o,children:r})});N0.displayName="Listbox";const A3=u.createContext(null);function M3(){return u.useContext(A3)}const F3=u.forwardRef((e,t)=>{const{className:r,open:n,...a}=e;return s.jsx("div",{className:X({"rbui-modal__backdrop":n},r),ref:t,...a})});F3.displayName="Backdrop";const T3=u.forwardRef((e,t)=>{const{children:r,className:n,onClose:a,open:o,role:l="dialog",width:c="sm",...f}=e,d=u.useMemo(()=>e,[e]),h=()=>{a?.()};return s.jsx(A3.Provider,{value:d,children:s.jsx(d1,{"aria-modal":"true",className:X("rbui-modal",n),onClose:h,open:o,ref:t,role:l,slots:{backdrop:J6(F3)},...f,children:s.jsx("div",{className:X("rbui-modal__wrapper",`rbui-modal__wrapper--${c}`),children:r})})})});T3.displayName="Modal";const N3=u.forwardRef((e,t)=>{const{children:r,className:n,padding:a="narrow",...o}=e;return s.jsx("div",{...o,className:X("rbui-modal__body",`rbui-modal__body--${a}`,n),ref:t,children:r})});N3.displayName="ModalBody";function k0(e){const{children:t,className:r,...n}=e,a=M3();if(a===null)throw new Error("ModalCloseButton must be used within a ModalContext.Provider");const{onClose:o}=a,l=()=>{o?.()};return s.jsx(Be,{...n,className:r,onClick:l,type:"tertiary",children:t})}k0.displayName="ModalCloseButton";const k3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx("div",{...a,className:X("rbui-modal__footer",n),ref:t,children:r})});k3.displayName="ModalFooter";const B3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx("div",{...a,className:X("rbui-modal__footer--actions",n),ref:t,children:r})});B3.displayName="ModalFooterActions";const V3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=M3();if(o===null)throw new Error("ModalHeader must be used within a ModalContext.Provider");const{onClose:l}=o;return s.jsxs("div",{...a,className:X("rbui-modal__header",n),ref:t,children:[s.jsx("div",{className:"rbui-modal__header-section",children:r}),l&&s.jsx(k0,{className:"rbui-modal__header-close",startIcon:s.jsx(rr,{})})]})});V3.displayName="ModalHeader";const Z3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return s.jsx("div",{...a,className:X("rbui-modal__header-title",n),ref:t,children:r})});Z3.displayName="ModalHeaderTitle";const B0=u.createContext(null);function Ja(){return u.useContext(B0)}const O3=e=>{const{defaultOpen:t,onOpenChange:r,open:n,placement:a="bottom-start"}=e,[o,l]=Pl({controlledValue:n,defaultValue:t,name:"Popup",state:"open"}),c=u.useCallback((b,E)=>{l(b),r?.(b,E)},[l,r]),{context:f,refs:d}=wd({middleware:[Xr(4),ta({crossAxis:a.includes("-"),fallbackAxisSideDirection:"end",padding:4}),Yo({padding:4})],onOpenChange:c,open:o,placement:a,whileElementsMounted:Jn}),h=Bx(f),m=Ox(f),p=Ed(f),g=yd([h,m,p]);return u.useMemo(()=>({context:f,interactions:g,isOpen:!!o,refs:d,setIsOpen:c}),[o,c,f,g,d])},Qa=({children:e,...t})=>{const r=O3(t);return s.jsx(B0.Provider,{value:r,children:e})};Qa.displayName="Popup";function L3(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function R3(...e){return t=>{let r=!1;const n=e.map(a=>{const o=L3(a,t);return!r&&typeof o=="function"&&(r=!0),o});if(r)return()=>{for(let a=0;a<n.length;a++){const o=n[a];typeof o=="function"?o():L3(e[a],null)}}}}function Sn(...e){return i.useCallback(R3(...e),e)}function eo(e){const t=pI(e),r=i.forwardRef((n,a)=>{const{children:o,...l}=n,c=i.Children.toArray(o),f=c.find(vI);if(f){const d=f.props.children,h=c.map(m=>m===f?i.Children.count(d)>1?i.Children.only(null):i.isValidElement(d)?d.props.children:null:m);return s.jsx(t,{...l,ref:a,children:i.isValidElement(d)?i.cloneElement(d,void 0,h):null})}return s.jsx(t,{...l,ref:a,children:o})});return r.displayName=`${e}.Slot`,r}var In=eo("Slot");function pI(e){const t=i.forwardRef((r,n)=>{const{children:a,...o}=r;if(i.isValidElement(a)){const l=wI(a),c=bI(o,a.props);return a.type!==i.Fragment&&(c.ref=n?R3(n,l):l),i.cloneElement(a,c)}return i.Children.count(a)>1?i.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var gI=Symbol("radix.slottable");function vI(e){return i.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===gI}function bI(e,t){const r={...t};for(const n in t){const a=e[n],o=t[n];/^on[A-Z]/.test(n)?a&&o?r[n]=(...c)=>{const f=o(...c);return a(...c),f}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}function wI(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}const _3=u.forwardRef((e,t)=>{const{children:r,...n}=e,a=Ja();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{setIsOpen:o}=a;return s.jsx(In,{onClick:()=>{o(!1)},ref:t,...n,children:r})});_3.displayName="PopupClose";const to=u.forwardRef((e,t)=>{const{asChild:r=!1,children:n,className:a,initialFocus:o=0,keepMounted:l=!1,modalFocus:c,positionElement:f,...d}=e,h=Ja();if(h==null)throw new Error("Popup components must be wrapped in <Popup />");const{context:m,interactions:p,isOpen:g,refs:v}=h,b=rt([v.setFloating,t]);if(u.useEffect(()=>{v.setPositionReference(f||null)},[f,v]),!l&&!g)return null;const E=r?In:"div";return s.jsx(dd,{children:s.jsx(Nx,{closeOnFocusOut:!1,context:m,initialFocus:o,modal:c,children:s.jsx(E,{...p.getFloatingProps(d),className:X("rbui-popup-content",{"rbui-popup-content--closed":l&&!g},a),ref:b,style:{...m.floatingStyles,...p.getFloatingProps(d)?.style&&{}},children:n})})})});to.displayName="PopupContent";const ro=u.forwardRef((e,t)=>{const{children:r,...n}=e,a=Ja();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{interactions:o,refs:l}=a,c=rt([l.setReference,t]);return s.jsx(In,{ref:c,...o.getReferenceProps(n),children:r})});ro.displayName="PopupTrigger";const Nt=u.forwardRef((e,t)=>{const{className:r,control:n,error:a,fullWidth:o,helperText:l,label:c,labelPosition:f="block-start",metadata:d,tooltip:h,...m}=e,p=!!(c||d),g=!!l;return s.jsxs("div",{...m,className:X("rbui-base-field",r,{"rbui-base-field--error":a,"rbui-base-field--full-width":o,"rbui-base-field--has-helper":g,"rbui-base-field--label-block-start":p&&f==="block-start","rbui-base-field--label-inline-end":p&&f==="inline-end","rbui-base-field--label-inline-start":p&&f==="inline-start"}),ref:t,children:[p&&s.jsxs("div",{className:X("rbui-base-field__label"),children:[c,h&&s.jsx(ba,{title:h,children:s.jsx(ia,{className:"rbui-base-field__icon"})}),d&&s.jsx("span",{className:"rbui-base-field__metadata",children:d})]}),s.jsx("div",{className:"rbui-base-field__control",children:n}),g&&s.jsx("span",{className:"rbui-base-field__helper",children:l===" "?s.jsx("span",{children:" "}):l})]})});Nt.displayName="BaseField";const mr=e=>`${e}-${Math.round(Math.random()*1e3)}`,yI=(e,t)=>i.createElement("svg",{width:12,height:8,viewBox:"0 0 12 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},i.createElement("path",{d:"M2.35331 3.43965C1.95179 3.06044 1.31889 3.07853 0.939676 3.48004C0.560465 3.88156 0.578548 4.51447 0.980066 4.89368L3.98006 7.72701C4.38158 8.10622 5.01449 8.08814 5.3937 7.68662L11.0604 1.68663C11.4396 1.28511 11.4215 0.652201 11.02 0.272989C10.6185 -0.106222 9.98555 -0.0881392 9.60634 0.313379L4.6263 5.58636L2.35331 3.43965Z"})),EI=u.forwardRef(yI),CI=(e,t)=>i.createElement("svg",{width:8,height:2,viewBox:"0 0 8 2",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},i.createElement("rect",{width:8,height:2,rx:1})),xI=u.forwardRef(CI),H3=u.createContext(null),no=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,indeterminate:l=!1,inputProps:c,onChange:f,readOnly:d=!1,required:h=!1,...m}=e,p=u.useContext(H3),g={checked:r,defaultChecked:a,disabled:o||p?.disabled,onChange:f,readOnly:d||p?.readOnly,required:h},{checked:v,disabled:b,focusVisible:E,getInputProps:D,readOnly:$}=Jo(g),y=u.useCallback(N=>{$&&N.preventDefault()},[$]),x=D({onClick:y,role:void 0,type:"checkbox",...c,className:X("rbui-checkbox__input",c?.className)}),{handlers:I,hovered:Z}=Ma(),L=v||l,O=l?s.jsx(xI,{}):s.jsx(EI,{}),V=X("rbui-checkbox",n,{"rbui-checkbox--checked":L,"rbui-checkbox--disabled":b,"rbui-checkbox--focus-visible":E&&!b,"rbui-checkbox--hovered":Z,"rbui-checkbox--readonly":$});return s.jsxs("span",{className:V,...m,...I,children:[s.jsx("div",{"aria-hidden":!0,className:"rbui-checkbox__inner",children:L&&s.jsx(F,{children:O})}),s.jsx("input",{...x,ref:t})]})});no.displayName="Checkbox";const kt=u.forwardRef((e,t)=>{const{children:r,className:n,htmlFor:a,view:o="bold",...l}=e,c=X(n,"rbui-field-label",{"rbui-field-label--bold":o==="bold","rbui-field-label--normal":o==="normal"});return s.jsx("label",{className:c,htmlFor:a,ref:t,...l,children:r})});kt.displayName="FieldLabel";const V0=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,indeterminate:l,inputProps:c,label:f,onChange:d,readOnly:h,required:m,tooltip:p,...g}=e,v=c?.id??mr("rbui-checkbox-field-id"),b={checked:r,defaultChecked:a,disabled:o,indeterminate:l,inputProps:{...c,id:v},onChange:d,readOnly:h,required:m},E=f&&s.jsx(kt,{htmlFor:v,view:"normal",children:f});return s.jsx(Nt,{className:X("rbui-checkbox-field",n),control:s.jsx(no,{...b,ref:t}),label:E,labelPosition:"inline-end",tooltip:p,...g})});V0.displayName="CheckboxField";const U3=u.createContext({multiple:!1}),pr=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o,icon:l,id:c,multiple:f,name:d,onChange:h,placeholder:m,readOnly:p,required:g,value:v,...b}=e,[E,D]=Pl({controlledValue:v,defaultValue:a,name:"Select"}),$=(W,q)=>{h?.(W,q),D(q)},y=u.useRef(null),x=rt([y,t]),I=u.useMemo(()=>({multiple:f}),[f]),{contextValue:Z,getButtonProps:L,getHiddenInputProps:O,getListboxProps:V,getOptionMetadata:N,open:w,options:T,value:R}=bm({buttonRef:x,disabled:o,multiple:f,name:d,onChange:$,required:g,value:E}),A=Array.isArray(R)?R:[],H=A.filter(W=>N(W)?.disabled),P=T.filter(W=>!N(W)?.disabled),k=A.filter(W=>P.includes(W)).length,M=k===P.length,_=k>0&&k<P.length,S=W=>{const q=W.target.checked?[...H,...P]:H;$(W,q)},B=W=>{if(!W)return null;if(Array.isArray(W))return W.map(ee=>N(ee)?.label??"").join(", ");const q=N(W)?.label;return typeof q=="string"?q:null},j=o||p?{}:L(),K=X("rbui-select-trigger",{"rbui-select-trigger--disabled":o,"rbui-select-trigger--readonly":p},n),Q=w?la:en;return s.jsxs(s.Fragment,{children:[s.jsx(ir,{...j,className:K,disabled:o,id:c,inputProps:{onMouseDown:W=>W.preventDefault(),readOnly:!0},leftElement:l,placeholder:m,readOnly:p,renderInput:(W,q)=>s.jsxs(s.Fragment,{children:[s.jsx("input",{...W,ref:q,tabIndex:-1}),s.jsx("input",{...O()})]}),rightElement:s.jsx(Q,{"aria-hidden":!0,className:"rbui-select-chevron"}),value:B(R)??"",...b}),s.jsx(ra,{anchor:y.current,keepMounted:!0,offset:0,open:w,placement:"bottom-start",role:void 0,style:{display:w?"block":"none",minWidth:y.current?.offsetWidth},children:s.jsx(N0,{className:"rbui-select-menu",...V(),children:s.jsx(wm,{value:Z,children:s.jsxs(U3.Provider,{value:I,children:[f&&T.length>0&&s.jsxs(s.Fragment,{children:[s.jsxs("li",{className:"rbui-select-menu-header",children:[s.jsx(V0,{checked:M,indeterminate:_,label:"Select all",onChange:S}),s.jsxs("span",{className:"rbui-selected-count",children:["(",A.length," selected)"]})]}),s.jsx("li",{className:"rbui-select-menu-divider"})]}),r]})})})})]})});pr.displayName="Select";const j3=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,inputProps:l,name:c,onChange:f,readOnly:d,required:h,...m}=e,{checked:p,disabled:g,focusVisible:v,getInputProps:b,readOnly:E}=Jo(e),{onChange:D,...$}=b({name:c,...l,className:X("rbui-toggle__input",l?.className)});return s.jsxs("span",{"aria-checked":p,"aria-disabled":g,"aria-readonly":E,className:X(n,"rbui-toggle",{"rbui-toggle--checked":p,"rbui-toggle--disabled":g,"rbui-toggle--focus-visible":v,"rbui-toggle--readonly":E}),...m,children:[s.jsx("div",{className:X("rbui-toggle__track"),children:s.jsx("div",{className:X("rbui-toggle__thumb")})}),s.jsx("input",{...$,onChange:E?void 0:D,ref:t})]})});j3.displayName="Toggle";const K3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=X("rbui-listbox-group",n);return s.jsx("li",{children:s.jsx("ul",{className:o,role:"group",...a,ref:t,children:r})})});K3.displayName="ListboxGroup";const z3=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=X("rbui-listbox-group-label",n);return s.jsx("li",{className:o,role:"presentation",...a,ref:t,children:r})});z3.displayName="ListboxGroupLabel";const Pn=u.forwardRef((e,t)=>{const{checkType:r,children:n,className:a,disabled:o,highlighted:l,role:c="option",selected:f,...d}=e,h=X("rbui-listbox-item",{"rbui-listbox-item--disabled":o,"rbui-listbox-item--highlighted":l,"rbui-listbox-item--selected":f},a);return s.jsxs("li",{className:h,ref:t,role:c,...d,children:[r==="checkbox"?s.jsx(no,{checked:f,className:"rbui-listbox-item__checkbox",disabled:o}):null,n,r==="checkmark"?s.jsx(ll,{className:"rbui-listbox-item__check-mark"}):null]})});Pn.displayName="ListboxItem";const Gt=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,label:o,value:l,...c}=e,f=u.useRef(null),d=rt([f,t]),h=o??(typeof r=="string"?r:f.current?.textContent?.trim()),{getRootProps:m,highlighted:p,rootRef:g,selected:v}=mm({disabled:a,label:h,rootRef:d,value:l}),b=a?{}:m(),E=u.useContext(U3);if(!E)throw new Error("SelectOption must be used within a SelectContext");const{multiple:D}=E,$=D?"checkbox":"checkmark";return s.jsx(Pn,{...b,checkType:$,className:X("rbui-select-option",n),disabled:a,highlighted:p,ref:g,selected:v,...c,children:r})});Gt.displayName="SelectOption";const ao=e=>{const{className:t,disabled:r=!1,granularity:n="minute",hourCycle:a=12,onChange:o,rangeType:l="single",readOnly:c=!1,value:f}=e,d=qD(l,n),h=f?.getHours()??d.hour,m=f?.getMinutes()??d.minute,p=f?.getSeconds()??d.second,g=a===12,{displayHour:v,isAM:b}=u.useMemo(()=>g?{displayHour:h%12||12,isAM:h<12}:{displayHour:h,isAM:!0},[h,g]),E=u.useMemo(()=>g?Array.from({length:12},(O,V)=>{const N=V+1;return{label:N.toString().padStart(2,"0"),value:N.toString()}}):Array.from({length:24},(O,V)=>({label:V.toString().padStart(2,"0"),value:V.toString()})),[g]),D=u.useMemo(()=>Array.from({length:60},(O,V)=>({label:V.toString().padStart(2,"0"),value:V.toString()})),[]),$=u.useMemo(()=>Array.from({length:60},(O,V)=>({label:V.toString().padStart(2,"0"),value:V.toString()})),[]),y=(O,V,N)=>{const w=f||new Date,T=new Date(w);T.setHours(O,V,N,w.getMilliseconds()),o?.(T)},x=(O,V)=>{if(V!==null){let N=Number.parseInt(V,10);g&&(N===12?N=b?0:12:N=b?N:N+12),y(N,m,p)}},I=(O,V)=>{if(V!==null){const N=Number.parseInt(V,10);y(h,N,p)}},Z=(O,V)=>{if(V!==null){const N=Number.parseInt(V,10);y(h,m,N)}},L=(O,V)=>{if(V!==null&&g){const N=V==="AM";let w=h;N&&h>=12?w=h-12:!N&&h<12&&(w=h+12),y(w,m,p)}};return s.jsxs("div",{className:X("rbui-time-selector",t),children:[s.jsx("span",{className:"rbui-time-selector__title",children:"Time"}),s.jsxs("div",{className:"rbui-time-selector__selectors",children:[s.jsx(pr,{className:"rbui-time-selector__select",disabled:r,id:"hour-select",onChange:x,readOnly:c,value:v.toString(),children:E.map(O=>s.jsx(Gt,{value:O.value,children:O.label},O.value))}),(n==="minute"||n==="second")&&s.jsx(pr,{className:"rbui-time-selector__select",disabled:r,id:"minute-select",onChange:I,readOnly:c,value:m.toString(),children:D.map(O=>s.jsx(Gt,{value:O.value,children:O.label},O.value))}),n==="second"&&s.jsx(pr,{className:"rbui-time-selector__select",disabled:r,id:"second-select",onChange:Z,readOnly:c,value:p.toString(),children:$.map(O=>s.jsx(Gt,{value:O.value,children:O.label},O.value))}),g&&s.jsxs(pr,{className:"rbui-time-selector__select",disabled:r,id:"am-pm-select",onChange:L,readOnly:c,value:b?"AM":"PM",children:[s.jsx(Gt,{value:"AM",children:"AM"},"AM"),s.jsx(Gt,{value:"PM",children:"PM"},"PM")]})]})]})};ao.displayName="TimeSelector";function Lr(e,t,r){return t!=null&&e.compare(t)<0||r!=null&&e.compare(r)>0}function Z0(e,t,r,n,a){let o={};for(let c in t)o[c]=Math.floor(t[c]/2),o[c]>0&&t[c]%2===0&&o[c]--;let l=gr(e,t,r).subtract(o);return An(e,l,t,r,n,a)}function gr(e,t,r,n,a){let o=e;return t.years?o=gD(e):t.months?o=or(e):t.weeks&&(o=un(e,r)),An(e,o,t,r,n,a)}function O0(e,t,r,n,a){let o={...t};o.days?o.days--:o.weeks?o.weeks--:o.months?o.months--:o.years&&o.years--;let l=gr(e,t,r).subtract(o);return An(e,l,t,r,n,a)}function An(e,t,r,n,a,o){if(a&&e.compare(a)>=0){let l=Zl(t,gr(qe(a),r,n));l&&(t=l)}if(o&&e.compare(o)<=0){let l=Vl(t,O0(qe(o),r,n));l&&(t=l)}return t}function qt(e,t,r){if(t){let n=Zl(e,qe(t));n&&(e=n)}if(r){let n=Vl(e,qe(r));n&&(e=n)}return e}function W3(e,t,r){if(!r)return e;for(;e.compare(t)>=0&&r(e);)e=e.subtract({days:1});return e.compare(t)>=0?e:null}function G3(e){let t=u.useMemo(()=>new ot(e.locale),[e.locale]),r=u.useMemo(()=>t.resolvedOptions(),[t]),{locale:n,createCalendar:a,visibleDuration:o={months:1},minValue:l,maxValue:c,selectionAlignment:f,isDateUnavailable:d,pageBehavior:h="visible",firstDayOfWeek:m}=e,p=u.useMemo(()=>a(r.calendar),[a,r.calendar]);var g;let[v,b]=cr(e.value,(g=e.defaultValue)!==null&&g!==void 0?g:null,e.onChange),E=u.useMemo(()=>v?xe(qe(v),p):null,[v,p]),D=u.useMemo(()=>v&&"timeZone"in v?v.timeZone:r.timeZone,[v,r.timeZone]),$=u.useMemo(()=>e.focusedValue?qt(xe(qe(e.focusedValue),p),l,c):void 0,[e.focusedValue,p,l,c]),y=u.useMemo(()=>qt(e.defaultFocusedValue?xe(qe(e.defaultFocusedValue),p):E||xe(sn(D),p),l,c),[e.defaultFocusedValue,E,D,p,l,c]),[x,I]=cr($,y,e.onFocusChange),[Z,L]=u.useState(()=>{switch(f){case"start":return gr(x,o,n,l,c);case"end":return O0(x,o,n,l,c);case"center":default:return Z0(x,o,n,l,c)}}),[O,V]=u.useState(e.autoFocus||!1),N=u.useMemo(()=>{let B={...o};return B.days?B.days--:B.days=-1,Z.add(B)},[Z,o]),[w,T]=u.useState(p);if(!xa(p,w)){let B=xe(x,p);L(Z0(B,o,n,l,c)),I(B),T(p)}Lr(x,l,c)?I(qt(x,l,c)):x.compare(Z)<0?L(O0(x,o,n,l,c)):x.compare(N)>0&&L(gr(x,o,n,l,c));function R(B){B=qt(B,l,c),I(B)}function A(B){if(!e.isDisabled&&!e.isReadOnly){let j=B;if(j===null){b(null);return}if(j=qt(j,l,c),j=W3(j,Z,d),!j)return;j=xe(j,v?.calendar||new mt),v&&"hour"in v?b(v.set(j)):b(j)}}let H=u.useMemo(()=>E?d&&d(E)?!0:Lr(E,l,c):!1,[E,d,l,c]),P=e.isInvalid||e.validationState==="invalid"||H,k=P?"invalid":null,M=u.useMemo(()=>h==="visible"?o:L0(o),[h,o]);var _,S;return{isDisabled:(_=e.isDisabled)!==null&&_!==void 0?_:!1,isReadOnly:(S=e.isReadOnly)!==null&&S!==void 0?S:!1,value:E,setValue:A,visibleRange:{start:Z,end:N},minValue:l,maxValue:c,focusedDate:x,timeZone:D,validationState:k,isValueInvalid:P,setFocusedDate(B){R(B),V(!0)},focusNextDay(){R(x.add({days:1}))},focusPreviousDay(){R(x.subtract({days:1}))},focusNextRow(){o.days?this.focusNextPage():(o.weeks||o.months||o.years)&&R(x.add({weeks:1}))},focusPreviousRow(){o.days?this.focusPreviousPage():(o.weeks||o.months||o.years)&&R(x.subtract({weeks:1}))},focusNextPage(){let B=Z.add(M);I(qt(x.add(M),l,c)),L(gr(An(x,B,M,n,l,c),M,n))},focusPreviousPage(){let B=Z.subtract(M);I(qt(x.subtract(M),l,c)),L(gr(An(x,B,M,n,l,c),M,n))},focusSectionStart(){o.days?R(Z):o.weeks?R(un(x,n)):(o.months||o.years)&&R(or(x))},focusSectionEnd(){o.days?R(N):o.weeks?R(wD(x,n)):(o.months||o.years)&&R(Da(x))},focusNextSection(B){if(!B&&!o.days){R(x.add(L0(o)));return}o.days?this.focusNextPage():o.weeks?R(x.add({months:1})):(o.months||o.years)&&R(x.add({years:1}))},focusPreviousSection(B){if(!B&&!o.days){R(x.subtract(L0(o)));return}o.days?this.focusPreviousPage():o.weeks?R(x.subtract({months:1})):(o.months||o.years)&&R(x.subtract({years:1}))},selectFocusedDate(){d&&d(x)||A(x)},selectDate(B){A(B)},isFocused:O,setFocused:V,isInvalid(B){return Lr(B,l,c)},isSelected(B){return E!=null&&Me(B,E)&&!this.isCellDisabled(B)&&!this.isCellUnavailable(B)},isCellFocused(B){return O&&x&&Me(B,x)},isCellDisabled(B){return e.isDisabled||B.compare(Z)<0||B.compare(N)>0||this.isInvalid(B)},isCellUnavailable(B){return e.isDateUnavailable?e.isDateUnavailable(B):!1},isPreviousVisibleRangeInvalid(){let B=Z.subtract({days:1});return Me(B,Z)||this.isInvalid(B)},isNextVisibleRangeInvalid(){let B=N.add({days:1});return Me(B,N)||this.isInvalid(B)},getDatesInWeek(B,j=Z){let K=j.add({weeks:B}),Q=[];K=un(K,n,m);let W=Nl(K,n,m);for(let q=0;q<W;q++)Q.push(null);for(;Q.length<7;){Q.push(K);let q=K.add({days:1});if(Me(K,q))break;K=q}for(;Q.length<7;)Q.push(null);return Q}}}function L0(e){let t={...e};for(let r in e)t[r]=1;return t}function DI(e){let{value:t,defaultValue:r,onChange:n,createCalendar:a,locale:o,visibleDuration:l={months:1},minValue:c,maxValue:f,...d}=e,[h,m]=cr(t,r||null,n),[p,g]=u.useState(null),v="center";if(h&&h.start&&h.end){let M=Z0(qe(h.start),l,o,c,f).add(l).subtract({days:1});h.end.compare(M)>0&&(v="start")}let b=u.useRef(null),[E,D]=u.useState(null),$=u.useMemo(()=>Zl(c,E?.start),[c,E]),y=u.useMemo(()=>Vl(f,E?.end),[f,E]),x=G3({...d,value:h&&h.start,createCalendar:a,locale:o,visibleDuration:l,minValue:$,maxValue:y,selectionAlignment:v}),I=k=>{if(k&&e.isDateUnavailable&&!e.allowsNonContiguousRanges){const M=Y3(k,x,-1),_=Y3(k,x,1);b.current={start:M,end:_},D(b.current)}else b.current=null,D(null)},[Z,L]=u.useState(x.visibleRange);(!Tl(x.visibleRange.start,Z.start)||!Tl(x.visibleRange.end,Z.end))&&(I(p),L(x.visibleRange));let O=k=>{k?(g(k),I(k)):(g(null),I(null))},V=p?R0(p,x.focusedDate):h&&R0(h.start,h.end),N=k=>{if(e.isReadOnly)return;const M=qt(k,$,y),_=W3(M,x.visibleRange.start,e.isDateUnavailable);if(_)if(!p)O(_);else{let S=R0(p,_);S&&m({start:q3(S.start,h?.start),end:q3(S.end,h?.end)}),O(null)}},[w,T]=u.useState(!1),{isDateUnavailable:R}=e,A=u.useMemo(()=>!h||p?!1:R&&(R(h.start)||R(h.end))?!0:Lr(h.start,c,f)||Lr(h.end,c,f),[R,h,p,c,f]),H=e.isInvalid||e.validationState==="invalid"||A;return{...x,value:h,setValue:m,anchorDate:p,setAnchorDate:O,highlightedRange:V,validationState:H?"invalid":null,isValueInvalid:H,selectFocusedDate(){N(x.focusedDate)},selectDate:N,highlightDate(k){p&&x.setFocusedDate(k)},isSelected(k){return!!(V&&k.compare(V.start)>=0&&k.compare(V.end)<=0&&!x.isCellDisabled(k)&&!x.isCellUnavailable(k))},isInvalid(k){var M,_;return x.isInvalid(k)||Lr(k,(M=b.current)===null||M===void 0?void 0:M.start,(_=b.current)===null||_===void 0?void 0:_.end)},isDragging:w,setDragging:T}}function R0(e,t){return!e||!t?null:(t.compare(e)<0&&([e,t]=[t,e]),{start:qe(e),end:qe(t)})}function q3(e,t){return e=xe(e,t?.calendar||new mt),t&&"hour"in t?t.set(e):e}function Y3(e,t,r){let n=e.add({days:r});for(;(r<0?n.compare(t.visibleRange.start)>=0:n.compare(t.visibleRange.end)<=0)&&!t.isCellUnavailable(n);)n=n.add({days:r});if(t.isCellUnavailable(n))return n.add({days:-r})}var X3={};X3={rangeOverflow:e=>`يجب أن تكون القيمة ${e.maxValue} أو قبل ذلك.`,rangeReversed:"تاريخ البدء يجب أن يكون قبل تاريخ الانتهاء.",rangeUnderflow:e=>`يجب أن تكون القيمة ${e.minValue} أو بعد ذلك.`,unavailableDate:"البيانات المحددة غير متاحة."};var J3={};J3={rangeOverflow:e=>`Стойността трябва да е ${e.maxValue} или по-ранна.`,rangeReversed:"Началната дата трябва да е преди крайната.",rangeUnderflow:e=>`Стойността трябва да е ${e.minValue} или по-късно.`,unavailableDate:"Избраната дата не е налична."};var Q3={};Q3={rangeOverflow:e=>`Hodnota musí být ${e.maxValue} nebo dřívější.`,rangeReversed:"Datum zahájení musí předcházet datu ukončení.",rangeUnderflow:e=>`Hodnota musí být ${e.minValue} nebo pozdější.`,unavailableDate:"Vybrané datum není k dispozici."};var e4={};e4={rangeOverflow:e=>`Værdien skal være ${e.maxValue} eller tidligere.`,rangeReversed:"Startdatoen skal være før slutdatoen.",rangeUnderflow:e=>`Værdien skal være ${e.minValue} eller nyere.`,unavailableDate:"Den valgte dato er ikke tilgængelig."};var t4={};t4={rangeOverflow:e=>`Der Wert muss ${e.maxValue} oder früher sein.`,rangeReversed:"Das Startdatum muss vor dem Enddatum liegen.",rangeUnderflow:e=>`Der Wert muss ${e.minValue} oder später sein.`,unavailableDate:"Das ausgewählte Datum ist nicht verfügbar."};var r4={};r4={rangeOverflow:e=>`Η τιμή πρέπει να είναι ${e.maxValue} ή παλαιότερη.`,rangeReversed:"Η ημερομηνία έναρξης πρέπει να είναι πριν από την ημερομηνία λήξης.",rangeUnderflow:e=>`Η τιμή πρέπει να είναι ${e.minValue} ή μεταγενέστερη.`,unavailableDate:"Η επιλεγμένη ημερομηνία δεν είναι διαθέσιμη."};var n4={};n4={rangeUnderflow:e=>`Value must be ${e.minValue} or later.`,rangeOverflow:e=>`Value must be ${e.maxValue} or earlier.`,rangeReversed:"Start date must be before end date.",unavailableDate:"Selected date unavailable."};var a4={};a4={rangeOverflow:e=>`El valor debe ser ${e.maxValue} o anterior.`,rangeReversed:"La fecha de inicio debe ser anterior a la fecha de finalización.",rangeUnderflow:e=>`El valor debe ser ${e.minValue} o posterior.`,unavailableDate:"Fecha seleccionada no disponible."};var o4={};o4={rangeOverflow:e=>`Väärtus peab olema ${e.maxValue} või varasem.`,rangeReversed:"Alguskuupäev peab olema enne lõppkuupäeva.",rangeUnderflow:e=>`Väärtus peab olema ${e.minValue} või hilisem.`,unavailableDate:"Valitud kuupäev pole saadaval."};var l4={};l4={rangeOverflow:e=>`Arvon on oltava ${e.maxValue} tai sitä aikaisempi.`,rangeReversed:"Aloituspäivän on oltava ennen lopetuspäivää.",rangeUnderflow:e=>`Arvon on oltava ${e.minValue} tai sitä myöhäisempi.`,unavailableDate:"Valittu päivämäärä ei ole käytettävissä."};var i4={};i4={rangeOverflow:e=>`La valeur doit être ${e.maxValue} ou antérieure.`,rangeReversed:"La date de début doit être antérieure à la date de fin.",rangeUnderflow:e=>`La valeur doit être ${e.minValue} ou ultérieure.`,unavailableDate:"La date sélectionnée n’est pas disponible."};var s4={};s4={rangeOverflow:e=>`הערך חייב להיות ${e.maxValue} או מוקדם יותר.`,rangeReversed:"תאריך ההתחלה חייב להיות לפני תאריך הסיום.",rangeUnderflow:e=>`הערך חייב להיות ${e.minValue} או מאוחר יותר.`,unavailableDate:"התאריך הנבחר אינו זמין."};var u4={};u4={rangeOverflow:e=>`Vrijednost mora biti ${e.maxValue} ili ranije.`,rangeReversed:"Datum početka mora biti prije datuma završetka.",rangeUnderflow:e=>`Vrijednost mora biti ${e.minValue} ili kasnije.`,unavailableDate:"Odabrani datum nije dostupan."};var c4={};c4={rangeOverflow:e=>`Az értéknek ${e.maxValue} vagy korábbinak kell lennie.`,rangeReversed:"A kezdő dátumnak a befejező dátumnál korábbinak kell lennie.",rangeUnderflow:e=>`Az értéknek ${e.minValue} vagy későbbinek kell lennie.`,unavailableDate:"A kiválasztott dátum nem érhető el."};var d4={};d4={rangeOverflow:e=>`Il valore deve essere ${e.maxValue} o precedente.`,rangeReversed:"La data di inizio deve essere antecedente alla data di fine.",rangeUnderflow:e=>`Il valore deve essere ${e.minValue} o successivo.`,unavailableDate:"Data selezionata non disponibile."};var f4={};f4={rangeOverflow:e=>`値は ${e.maxValue} 以下にする必要があります。`,rangeReversed:"開始日は終了日より前にする必要があります。",rangeUnderflow:e=>`値は ${e.minValue} 以上にする必要があります。`,unavailableDate:"選択した日付は使用できません。"};var h4={};h4={rangeOverflow:e=>`값은 ${e.maxValue} 이전이어야 합니다.`,rangeReversed:"시작일은 종료일 이전이어야 합니다.",rangeUnderflow:e=>`값은 ${e.minValue} 이상이어야 합니다.`,unavailableDate:"선택한 날짜를 사용할 수 없습니다."};var m4={};m4={rangeOverflow:e=>`Reikšmė turi būti ${e.maxValue} arba ankstesnė.`,rangeReversed:"Pradžios data turi būti ankstesnė nei pabaigos data.",rangeUnderflow:e=>`Reikšmė turi būti ${e.minValue} arba naujesnė.`,unavailableDate:"Pasirinkta data nepasiekiama."};var p4={};p4={rangeOverflow:e=>`Vērtībai ir jābūt ${e.maxValue} vai agrākai.`,rangeReversed:"Sākuma datumam ir jābūt pirms beigu datuma.",rangeUnderflow:e=>`Vērtībai ir jābūt ${e.minValue} vai vēlākai.`,unavailableDate:"Atlasītais datums nav pieejams."};var g4={};g4={rangeOverflow:e=>`Verdien må være ${e.maxValue} eller tidligere.`,rangeReversed:"Startdatoen må være før sluttdatoen.",rangeUnderflow:e=>`Verdien må være ${e.minValue} eller senere.`,unavailableDate:"Valgt dato utilgjengelig."};var v4={};v4={rangeOverflow:e=>`Waarde moet ${e.maxValue} of eerder zijn.`,rangeReversed:"De startdatum moet voor de einddatum liggen.",rangeUnderflow:e=>`Waarde moet ${e.minValue} of later zijn.`,unavailableDate:"Geselecteerde datum niet beschikbaar."};var b4={};b4={rangeOverflow:e=>`Wartość musi mieć wartość ${e.maxValue} lub wcześniejszą.`,rangeReversed:"Data rozpoczęcia musi być wcześniejsza niż data zakończenia.",rangeUnderflow:e=>`Wartość musi mieć wartość ${e.minValue} lub późniejszą.`,unavailableDate:"Wybrana data jest niedostępna."};var w4={};w4={rangeOverflow:e=>`O valor deve ser ${e.maxValue} ou anterior.`,rangeReversed:"A data inicial deve ser anterior à data final.",rangeUnderflow:e=>`O valor deve ser ${e.minValue} ou posterior.`,unavailableDate:"Data selecionada indisponível."};var y4={};y4={rangeOverflow:e=>`O valor tem de ser ${e.maxValue} ou anterior.`,rangeReversed:"A data de início deve ser anterior à data de fim.",rangeUnderflow:e=>`O valor tem de ser ${e.minValue} ou posterior.`,unavailableDate:"Data selecionada indisponível."};var E4={};E4={rangeOverflow:e=>`Valoarea trebuie să fie ${e.maxValue} sau anterioară.`,rangeReversed:"Data de început trebuie să fie anterioară datei de sfârșit.",rangeUnderflow:e=>`Valoarea trebuie să fie ${e.minValue} sau ulterioară.`,unavailableDate:"Data selectată nu este disponibilă."};var C4={};C4={rangeOverflow:e=>`Значение должно быть не позже ${e.maxValue}.`,rangeReversed:"Дата начала должна предшествовать дате окончания.",rangeUnderflow:e=>`Значение должно быть не раньше ${e.minValue}.`,unavailableDate:"Выбранная дата недоступна."};var x4={};x4={rangeOverflow:e=>`Hodnota musí byť ${e.maxValue} alebo skoršia.`,rangeReversed:"Dátum začiatku musí byť skorší ako dátum konca.",rangeUnderflow:e=>`Hodnota musí byť ${e.minValue} alebo neskoršia.`,unavailableDate:"Vybratý dátum je nedostupný."};var D4={};D4={rangeOverflow:e=>`Vrednost mora biti ${e.maxValue} ali starejša.`,rangeReversed:"Začetni datum mora biti pred končnim datumom.",rangeUnderflow:e=>`Vrednost mora biti ${e.minValue} ali novejša.`,unavailableDate:"Izbrani datum ni na voljo."};var $4={};$4={rangeOverflow:e=>`Vrednost mora da bude ${e.maxValue} ili starija.`,rangeReversed:"Datum početka mora biti pre datuma završetka.",rangeUnderflow:e=>`Vrednost mora da bude ${e.minValue} ili novija.`,unavailableDate:"Izabrani datum nije dostupan."};var S4={};S4={rangeOverflow:e=>`Värdet måste vara ${e.maxValue} eller tidigare.`,rangeReversed:"Startdatumet måste vara före slutdatumet.",rangeUnderflow:e=>`Värdet måste vara ${e.minValue} eller senare.`,unavailableDate:"Det valda datumet är inte tillgängligt."};var I4={};I4={rangeOverflow:e=>`Değer, ${e.maxValue} veya öncesi olmalıdır.`,rangeReversed:"Başlangıç tarihi bitiş tarihinden önce olmalıdır.",rangeUnderflow:e=>`Değer, ${e.minValue} veya sonrası olmalıdır.`,unavailableDate:"Seçilen tarih kullanılamıyor."};var P4={};P4={rangeOverflow:e=>`Значення має бути не пізніше ${e.maxValue}.`,rangeReversed:"Дата початку має передувати даті завершення.",rangeUnderflow:e=>`Значення має бути не раніше ${e.minValue}.`,unavailableDate:"Вибрана дата недоступна."};var A4={};A4={rangeOverflow:e=>`值必须是 ${e.maxValue} 或更早日期。`,rangeReversed:"开始日期必须早于结束日期。",rangeUnderflow:e=>`值必须是 ${e.minValue} 或更晚日期。`,unavailableDate:"所选日期不可用。"};var M4={};M4={rangeOverflow:e=>`值必須是 ${e.maxValue} 或更早。`,rangeReversed:"開始日期必須在結束日期之前。",rangeUnderflow:e=>`值必須是 ${e.minValue} 或更晚。`,unavailableDate:"所選日期無法使用。"};var F4={};F4={"ar-AE":X3,"bg-BG":J3,"cs-CZ":Q3,"da-DK":e4,"de-DE":t4,"el-GR":r4,"en-US":n4,"es-ES":a4,"et-EE":o4,"fi-FI":l4,"fr-FR":i4,"he-IL":s4,"hr-HR":u4,"hu-HU":c4,"it-IT":d4,"ja-JP":f4,"ko-KR":h4,"lt-LT":m4,"lv-LV":p4,"nb-NO":g4,"nl-NL":v4,"pl-PL":b4,"pt-BR":w4,"pt-PT":y4,"ro-RO":E4,"ru-RU":C4,"sk-SK":x4,"sl-SI":D4,"sr-SP":$4,"sv-SE":S4,"tr-TR":I4,"uk-UA":P4,"zh-CN":A4,"zh-TW":M4};function $I(e){return e&&e.__esModule?e.default:e}const T4=new Ut($I(F4));function N4(){let e=typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([e])}catch{e="en-US"}return e}function oo(e,t,r,n,a){let o=e!=null&&r!=null&&e.compare(r)>0,l=e!=null&&t!=null&&e.compare(t)<0,c=e!=null&&n?.(e)||!1,f=o||l||c,d=[];if(f){let h=N4(),m=Ut.getGlobalDictionaryForPackage("@react-stately/datepicker")||T4,p=new h7(h,m),g=new ot(h,Bt({},a)),v=g.resolvedOptions().timeZone;l&&t!=null&&d.push(p.format("rangeUnderflow",{minValue:g.format(t.toDate(v))})),o&&r!=null&&d.push(p.format("rangeOverflow",{maxValue:g.format(r.toDate(v))})),c&&d.push(p.format("unavailableDate"))}return{isInvalid:f,validationErrors:d,validationDetails:{badInput:c,customError:!1,patternMismatch:!1,rangeOverflow:o,rangeUnderflow:l,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!f}}}function SI(e,t,r,n,a){var o;let l=oo((o=e?.start)!==null&&o!==void 0?o:null,t,r,n,a);var c;let f=oo((c=e?.end)!==null&&c!==void 0?c:null,t,r,n,a),d=Ya(l,f);if(e?.end!=null&&e.start!=null&&e.end.compare(e.start)<0){let h=Ut.getGlobalDictionaryForPackage("@react-stately/datepicker")||T4;d=Ya(d,{isInvalid:!0,validationErrors:[h.getStringForLocale("rangeReversed",N4())],validationDetails:{...qa,rangeUnderflow:!0,rangeOverflow:!0,valid:!1}})}return d}const II={year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"2-digit",second:"2-digit"},PI={year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"};function Bt(e,t){e={...t.shouldForceLeadingZeros?PI:II,...e};let n=t.granularity||"minute",a=Object.keys(e);var o;let l=a.indexOf((o=t.maxGranularity)!==null&&o!==void 0?o:"year");l<0&&(l=0);let c=a.indexOf(n);if(c<0&&(c=2),l>c)throw new Error("maxGranularity must be greater than granularity");let f=a.slice(l,c+1).reduce((h,m)=>(h[m]=e[m],h),{});return t.hourCycle!=null&&(f.hour12=t.hourCycle===12),f.timeZone=t.timeZone||"UTC",(n==="hour"||n==="minute"||n==="second")&&t.timeZone&&!t.hideTimeZone&&(f.timeZoneName="short"),t.showEra&&l===0&&(f.era="short"),f}function Rr(e){return e&&"hour"in e?e:new zl}function k4(e,t){if(e===null)return null;if(e)return xe(e,t)}function Mn(e,t,r,n){if(e)return k4(e,r);let a=xe(Wd(n??pt()).set({hour:0,minute:0,second:0,millisecond:0}),r);return t==="year"||t==="month"||t==="day"?qe(a):n?a:gt(a)}function _0(e,t){let r=e&&"timeZone"in e?e.timeZone:void 0,n=e&&"minute"in e?"minute":"day";if(e&&t&&!(t in e))throw new Error("Invalid granularity "+t+" for value "+e.toString());let[a,o]=u.useState([n,r]);e&&(a[0]!==n||a[1]!==r)&&o([n,r]),t||(t=e?n:a[0]);let l=e?r:a[1];return[t,l]}function B4(e){let[t,r]=cr(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const n=u.useCallback(()=>{r(!0)},[r]),a=u.useCallback(()=>{r(!1)},[r]),o=u.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:n,close:a,toggle:o}}function AI(e){let t=B4(e),[r,n]=cr(e.value,e.defaultValue||null,e.onChange),[a]=u.useState(r),o=r||e.placeholderValue||null,[l,c]=_0(o,e.granularity),f=r!=null?r.toDate(c??"UTC"):null,d=l==="hour"||l==="minute"||l==="second";var h;let m=(h=e.shouldCloseOnSelect)!==null&&h!==void 0?h:!0,[p,g]=u.useState(null),[v,b]=u.useState(null);if(r&&(p=r,"hour"in r&&(v=r)),o&&!(l in o))throw new Error("Invalid granularity "+l+" for value "+o.toString());let E=r?.calendar.identifier==="gregory"&&r.era==="BC",D=u.useMemo(()=>({granularity:l,timeZone:c,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,shouldForceLeadingZeros:e.shouldForceLeadingZeros,showEra:E}),[l,e.hourCycle,e.shouldForceLeadingZeros,c,e.hideTimeZone,E]),{minValue:$,maxValue:y,isDateUnavailable:x}=e,I=u.useMemo(()=>oo(r,$,y,x,D),[r,$,y,x,D]),Z=M0({...e,value:r,builtinValidation:I}),L=Z.displayValidation.isInvalid,O=e.validationState||(L?"invalid":null),V=(R,A)=>{n("timeZone"in A?A.set(qe(R)):gt(R,A)),g(null),b(null),Z.commitValidation()},N=R=>{let A=typeof m=="function"?m():m;d?v||A?V(R,v||Rr(e.defaultValue||e.placeholderValue)):g(R):(n(R),Z.commitValidation()),A&&t.setOpen(!1)},w=R=>{p&&R?V(p,R):b(R)};var T;return{...Z,value:r,defaultValue:(T=e.defaultValue)!==null&&T!==void 0?T:a,setValue:n,dateValue:p,timeValue:v,setDateValue:N,setTimeValue:w,granularity:l,hasTime:d,...t,setOpen(R){!R&&!r&&p&&d&&V(p,v||Rr(e.defaultValue||e.placeholderValue)),t.setOpen(R)},validationState:O,isInvalid:L,formatValue(R,A){if(!f)return"";let H=Bt(A,D);return new ot(R,H).format(f)},getDateFormatter(R,A){let H={...D,...A},P=Bt({},H);return new ot(R,P)}}}const MI=new Ut({ach:{year:"mwaka",month:"dwe",day:"nino"},af:{year:"jjjj",month:"mm",day:"dd"},am:{year:"ዓዓዓዓ",month:"ሚሜ",day:"ቀቀ"},an:{year:"aaaa",month:"mm",day:"dd"},ar:{year:"سنة",month:"شهر",day:"يوم"},ast:{year:"aaaa",month:"mm",day:"dd"},az:{year:"iiii",month:"aa",day:"gg"},be:{year:"гггг",month:"мм",day:"дд"},bg:{year:"гггг",month:"мм",day:"дд"},bn:{year:"yyyy",month:"মিমি",day:"dd"},br:{year:"bbbb",month:"mm",day:"dd"},bs:{year:"gggg",month:"mm",day:"dd"},ca:{year:"aaaa",month:"mm",day:"dd"},cak:{year:"jjjj",month:"ii",day:"q'q'"},ckb:{year:"ساڵ",month:"مانگ",day:"ڕۆژ"},cs:{year:"rrrr",month:"mm",day:"dd"},cy:{year:"bbbb",month:"mm",day:"dd"},da:{year:"åååå",month:"mm",day:"dd"},de:{year:"jjjj",month:"mm",day:"tt"},dsb:{year:"llll",month:"mm",day:"źź"},el:{year:"εεεε",month:"μμ",day:"ηη"},en:{year:"yyyy",month:"mm",day:"dd"},eo:{year:"jjjj",month:"mm",day:"tt"},es:{year:"aaaa",month:"mm",day:"dd"},et:{year:"aaaa",month:"kk",day:"pp"},eu:{year:"uuuu",month:"hh",day:"ee"},fa:{year:"سال",month:"ماه",day:"روز"},ff:{year:"hhhh",month:"ll",day:"ññ"},fi:{year:"vvvv",month:"kk",day:"pp"},fr:{year:"aaaa",month:"mm",day:"jj"},fy:{year:"jjjj",month:"mm",day:"dd"},ga:{year:"bbbb",month:"mm",day:"ll"},gd:{year:"bbbb",month:"mm",day:"ll"},gl:{year:"aaaa",month:"mm",day:"dd"},he:{year:"שנה",month:"חודש",day:"יום"},hr:{year:"gggg",month:"mm",day:"dd"},hsb:{year:"llll",month:"mm",day:"dd"},hu:{year:"éééé",month:"hh",day:"nn"},ia:{year:"aaaa",month:"mm",day:"dd"},id:{year:"tttt",month:"bb",day:"hh"},it:{year:"aaaa",month:"mm",day:"gg"},ja:{year:"年",month:"月",day:"日"},ka:{year:"წწწწ",month:"თთ",day:"რრ"},kk:{year:"жжжж",month:"аа",day:"кк"},kn:{year:"ವವವವ",month:"ಮಿಮೀ",day:"ದಿದಿ"},ko:{year:"연도",month:"월",day:"일"},lb:{year:"jjjj",month:"mm",day:"dd"},lo:{year:"ປປປປ",month:"ດດ",day:"ວວ"},lt:{year:"mmmm",month:"mm",day:"dd"},lv:{year:"gggg",month:"mm",day:"dd"},meh:{year:"aaaa",month:"mm",day:"dd"},ml:{year:"വർഷം",month:"മാസം",day:"തീയതി"},ms:{year:"tttt",month:"mm",day:"hh"},nb:{year:"åååå",month:"mm",day:"dd"},nl:{year:"jjjj",month:"mm",day:"dd"},nn:{year:"åååå",month:"mm",day:"dd"},no:{year:"åååå",month:"mm",day:"dd"},oc:{year:"aaaa",month:"mm",day:"jj"},pl:{year:"rrrr",month:"mm",day:"dd"},pt:{year:"aaaa",month:"mm",day:"dd"},rm:{year:"oooo",month:"mm",day:"dd"},ro:{year:"aaaa",month:"ll",day:"zz"},ru:{year:"гггг",month:"мм",day:"дд"},sc:{year:"aaaa",month:"mm",day:"dd"},scn:{year:"aaaa",month:"mm",day:"jj"},sk:{year:"rrrr",month:"mm",day:"dd"},sl:{year:"llll",month:"mm",day:"dd"},sr:{year:"гггг",month:"мм",day:"дд"},sv:{year:"åååå",month:"mm",day:"dd"},szl:{year:"rrrr",month:"mm",day:"dd"},tg:{year:"сссс",month:"мм",day:"рр"},th:{year:"ปปปป",month:"ดด",day:"วว"},tr:{year:"yyyy",month:"aa",day:"gg"},uk:{year:"рррр",month:"мм",day:"дд"},"zh-CN":{year:"年",month:"月",day:"日"},"zh-TW":{year:"年",month:"月",day:"日"}},"en");function FI(e,t,r){return e==="era"||e==="dayPeriod"?t:e==="year"||e==="month"||e==="day"?MI.getStringForLocale(e,r):"––"}const lo={year:!0,month:!0,day:!0,hour:!0,minute:!0,second:!0,dayPeriod:!0,era:!0},V4={year:5,month:2,day:7,hour:2,minute:15,second:15},Z4={dayperiod:"dayPeriod",relatedYear:"year",yearName:"literal",unknown:"literal"};function H0(e){let{locale:t,createCalendar:r,hideTimeZone:n,isDisabled:a=!1,isReadOnly:o=!1,isRequired:l=!1,minValue:c,maxValue:f,isDateUnavailable:d}=e,h=e.value||e.defaultValue||e.placeholderValue||null,[m,p]=_0(h,e.granularity),g=p||"UTC";if(h&&!(m in h))throw new Error("Invalid granularity "+m+" for value "+h.toString());let v=u.useMemo(()=>new ot(t),[t]),b=u.useMemo(()=>r(v.resolvedOptions().calendar),[r,v]);var E;let[D,$]=cr(e.value,(E=e.defaultValue)!==null&&E!==void 0?E:null,e.onChange),[y]=u.useState(D),x=u.useMemo(()=>{var Y;return(Y=k4(D,b))!==null&&Y!==void 0?Y:null},[D,b]),[I,Z]=u.useState(()=>Mn(e.placeholderValue,m,b,p)),L=x||I,O=b.identifier==="gregory"&&L.era==="BC",V=u.useMemo(()=>{var Y;return{granularity:m,maxGranularity:(Y=e.maxGranularity)!==null&&Y!==void 0?Y:"year",timeZone:p,hideTimeZone:n,hourCycle:e.hourCycle,showEra:O,shouldForceLeadingZeros:e.shouldForceLeadingZeros}},[e.maxGranularity,m,e.hourCycle,e.shouldForceLeadingZeros,p,n,O]),N=u.useMemo(()=>Bt({},V),[V]),w=u.useMemo(()=>new ot(t,N),[t,N]),T=u.useMemo(()=>w.resolvedOptions(),[w]),R=u.useMemo(()=>w.formatToParts(new Date).filter(Y=>lo[Y.type]).reduce((Y,ue)=>(Y[Z4[ue.type]||ue.type]=!0,Y),{}),[w]),[A,H]=u.useState(()=>e.value||e.defaultValue?{...R}:{}),P=u.useRef(null),k=u.useRef(b);u.useEffect(()=>{xa(b,k.current)||(k.current=b,Z(Y=>Object.keys(A).length>0?xe(Y,b):Mn(e.placeholderValue,m,b,p)))},[b,m,A,p,e.placeholderValue]),D&&Object.keys(A).length<Object.keys(R).length&&(A={...R},H(A)),D==null&&Object.keys(A).length===Object.keys(R).length&&(A={},H(A),Z(Mn(e.placeholderValue,m,b,p)));let M=x&&Object.keys(A).length>=Object.keys(R).length?x:I,_=Y=>{if(e.isDisabled||e.isReadOnly)return;let ue=Object.keys(A),U=Object.keys(R);Y==null?($(null),Z(Mn(e.placeholderValue,m,b,p)),H({})):ue.length===0&&P.current==null||ue.length>=U.length||ue.length===U.length-1&&R.dayPeriod&&!A.dayPeriod&&P.current!=="dayPeriod"?(ue.length===0&&(A={...R},H(A)),Y=xe(Y,h?.calendar||new mt),$(Y)):Z(Y),P.current=null},S=u.useMemo(()=>M.toDate(g),[M,g]),B=u.useMemo(()=>TI(S,A,w,T,M,b,t,m),[S,A,w,T,M,b,t,m]);R.era&&A.year&&!A.era?(A.era=!0,H({...A})):!R.era&&A.era&&(delete A.era,H({...A}));let j=Y=>{A[Y]=!0,Y==="year"&&R.era&&(A.era=!0),H({...A})},K=(Y,ue)=>{if(A[Y])_(NI(M,Y,ue,T));else{j(Y);let U=Object.keys(A),ne=Object.keys(R);(U.length>=ne.length||U.length===ne.length-1&&R.dayPeriod&&!A.dayPeriod)&&_(M)}},Q=u.useMemo(()=>oo(D,c,f,d,V),[D,c,f,d,V]),W=M0({...e,value:D,builtinValidation:Q}),q=W.displayValidation.isInvalid,ee=e.validationState||(q?"invalid":null);var J,re;return{...W,value:x,defaultValue:(J=e.defaultValue)!==null&&J!==void 0?J:y,dateValue:S,calendar:b,setValue:_,segments:B,dateFormatter:w,validationState:ee,isInvalid:q,granularity:m,maxGranularity:(re=e.maxGranularity)!==null&&re!==void 0?re:"year",isDisabled:a,isReadOnly:o,isRequired:l,increment(Y){K(Y,1)},decrement(Y){K(Y,-1)},incrementPage(Y){K(Y,V4[Y]||1)},decrementPage(Y){K(Y,-(V4[Y]||1))},setSegment(Y,ue){j(Y),_(kI(M,Y,ue,T))},confirmPlaceholder(){if(e.isDisabled||e.isReadOnly)return;let Y=Object.keys(A),ue=Object.keys(R);Y.length===ue.length-1&&R.dayPeriod&&!A.dayPeriod&&(A={...R},H(A),_(M.copy()))},clearSegment(Y){delete A[Y],P.current=Y,H({...A});let ue=Mn(e.placeholderValue,m,b,p),U=M;if(Y==="dayPeriod"&&"hour"in M&&"hour"in ue){let ne=M.hour>=12,ie=ue.hour>=12;ne&&!ie?U=M.set({hour:M.hour-12}):!ne&&ie&&(U=M.set({hour:M.hour+12}))}else Y==="hour"&&"hour"in M&&M.hour>=12&&A.dayPeriod?U=M.set({hour:ue.hour+12}):Y in M&&(U=M.set({[Y]:ue[Y]}));$(null),_(U)},formatValue(Y){if(!x)return"";let ue=Bt(Y,V);return new ot(t,ue).format(S)},getDateFormatter(Y,ue){let U={...V,...ue},ne=Bt({},U);return new ot(Y,ne)}}}function TI(e,t,r,n,a,o,l,c){let f=["hour","minute","second"],d=r.formatToParts(e),h=[];for(let m of d){let p=Z4[m.type]||m.type,g=lo[p];p==="era"&&o.getEras().length===1&&(g=!1);let v=lo[p]&&!t[p],b=lo[p]?FI(p,m.value,l):null,E={type:p,text:v?b:m.value,...io(a,p,n),isPlaceholder:v,placeholder:b,isEditable:g};p==="hour"?(h.push({type:"literal",text:"",...io(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1}),h.push(E),p===c&&h.push({type:"literal",text:"",...io(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1})):f.includes(p)&&p===c?(h.push(E),h.push({type:"literal",text:"",...io(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1})):h.push(E)}return h}function io(e,t,r){switch(t){case"era":{let n=e.calendar.getEras();return{value:n.indexOf(e.era),minValue:0,maxValue:n.length-1}}case"year":return{value:e.year,minValue:1,maxValue:e.calendar.getYearsInEra(e)};case"month":return{value:e.month,minValue:vD(e),maxValue:e.calendar.getMonthsInYear(e)};case"day":return{value:e.day,minValue:bD(e),maxValue:e.calendar.getDaysInMonth(e)}}if("hour"in e)switch(t){case"dayPeriod":return{value:e.hour>=12?12:0,minValue:0,maxValue:12};case"hour":if(r.hour12){let n=e.hour>=12;return{value:e.hour,minValue:n?12:0,maxValue:n?23:11}}return{value:e.hour,minValue:0,maxValue:23};case"minute":return{value:e.minute,minValue:0,maxValue:59};case"second":return{value:e.second,minValue:0,maxValue:59}}return{}}function NI(e,t,r,n){switch(t){case"era":case"year":case"month":case"day":return e.cycle(t,r,{round:t==="year"})}if("hour"in e)switch(t){case"dayPeriod":{let a=e.hour,o=a>=12;return e.set({hour:o?a-12:a+12})}case"hour":case"minute":case"second":return e.cycle(t,r,{round:t!=="hour",hourCycle:n.hour12?12:24})}throw new Error("Unknown segment: "+t)}function kI(e,t,r,n){switch(t){case"day":case"month":case"year":case"era":return e.set({[t]:r})}if("hour"in e&&typeof r=="number")switch(t){case"dayPeriod":{let a=e.hour,o=a>=12;return r>=12===o?e:e.set({hour:o?a-12:a+12})}case"hour":if(n.hour12){let o=e.hour>=12;!o&&r===12&&(r=0),o&&r<12&&(r+=12)}case"minute":case"second":return e.set({[t]:r})}throw new Error("Unknown segment: "+t)}function BI(e){var t,r;let n=B4(e),[a,o]=cr(e.value,e.defaultValue||null,e.onChange),[l]=u.useState(a),[c,f]=u.useState(()=>a||{start:null,end:null});a==null&&c.start&&c.end&&(c={start:null,end:null},f(c));let d=a||c,h=M=>{d=M||{start:null,end:null},f(d),vr(d)?o(d):o(null)},m=d?.start||d?.end||e.placeholderValue||null,[p,g]=_0(m,e.granularity),v=p==="hour"||p==="minute"||p==="second";var b;let E=(b=e.shouldCloseOnSelect)!==null&&b!==void 0?b:!0,[D,$]=u.useState(null),[y,x]=u.useState(null);d&&vr(d)&&(D=d,"hour"in d.start&&(y=d));let I=(M,_)=>{h({start:"timeZone"in _.start?_.start.set(qe(M.start)):gt(M.start,_.start),end:"timeZone"in _.end?_.end.set(qe(M.end)):gt(M.end,_.end)}),$(null),x(null),A.commitValidation()},Z=M=>{let _=typeof E=="function"?E():E;v?vr(M)&&(_||y?.start&&y?.end)?I(M,{start:y?.start||Rr(e.placeholderValue),end:y?.end||Rr(e.placeholderValue)}):$(M):vr(M)?(h(M),A.commitValidation()):$(M),_&&n.setOpen(!1)},L=M=>{vr(D)&&vr(M)?I(D,M):x(M)},O=(d==null||(t=d.start)===null||t===void 0?void 0:t.calendar.identifier)==="gregory"&&d.start.era==="BC"||(d==null||(r=d.end)===null||r===void 0?void 0:r.calendar.identifier)==="gregory"&&d.end.era==="BC",V=u.useMemo(()=>({granularity:p,timeZone:g,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,shouldForceLeadingZeros:e.shouldForceLeadingZeros,showEra:O}),[p,e.hourCycle,e.shouldForceLeadingZeros,g,e.hideTimeZone,O]),{minValue:N,maxValue:w,isDateUnavailable:T}=e,R=u.useMemo(()=>SI(d,N,w,T,V),[d,N,w,T,V]),A=M0({...e,value:a,name:u.useMemo(()=>[e.startName,e.endName].filter(M=>M!=null),[e.startName,e.endName]),builtinValidation:R}),H=A.displayValidation.isInvalid,P=e.validationState||(H?"invalid":null);var k;return{...A,value:d,defaultValue:(k=e.defaultValue)!==null&&k!==void 0?k:l,setValue:h,dateRange:D,timeRange:y,granularity:p,hasTime:v,setDate(M,_){var S,B;Z(M==="start"?{start:_,end:(S=D?.end)!==null&&S!==void 0?S:null}:{start:(B=D?.start)!==null&&B!==void 0?B:null,end:_})},setTime(M,_){var S,B;L(M==="start"?{start:_,end:(S=y?.end)!==null&&S!==void 0?S:null}:{start:(B=y?.start)!==null&&B!==void 0?B:null,end:_})},setDateTime(M,_){var S,B;h(M==="start"?{start:_,end:(S=d?.end)!==null&&S!==void 0?S:null}:{start:(B=d?.start)!==null&&B!==void 0?B:null,end:_})},setDateRange:Z,setTimeRange:L,...n,setOpen(M){!M&&!(d?.start&&d?.end)&&vr(D)&&v&&I(D,{start:y?.start||Rr(e.placeholderValue),end:y?.end||Rr(e.placeholderValue)}),n.setOpen(M)},validationState:P,isInvalid:H,formatValue(M,_){if(!d||!d.start||!d.end)return null;let S="timeZone"in d.start?d.start.timeZone:void 0,B=e.granularity||(d.start&&"minute"in d.start?"minute":"day"),j="timeZone"in d.end?d.end.timeZone:void 0,K=e.granularity||(d.end&&"minute"in d.end?"minute":"day"),Q=Bt(_,{granularity:B,timeZone:S,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,showEra:d.start.calendar.identifier==="gregory"&&d.start.era==="BC"||d.end.calendar.identifier==="gregory"&&d.end.era==="BC"}),W=d.start.toDate(S||"UTC"),q=d.end.toDate(j||"UTC"),ee=new ot(M,Q),J;if(S===j&&B===K&&d.start.compare(d.end)!==0){try{let re=ee.formatRangeToParts(W,q),Y=-1;for(let ne=0;ne<re.length;ne++){let ie=re[ne];if(ie.source==="shared"&&ie.type==="literal")Y=ne;else if(ie.source==="endRange")break}let ue="",U="";for(let ne=0;ne<re.length;ne++)ne<Y?ue+=re[ne].value:ne>Y&&(U+=re[ne].value);return{start:ue,end:U}}catch{}J=ee}else{let re=Bt(_,{granularity:K,timeZone:j,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle});J=new ot(M,re)}return{start:ee.format(W),end:J.format(q)}},getDateFormatter(M,_){let S={...V,..._},B=Bt({},S);return new ot(M,B)}}}function vr(e){return e?.start!=null&&e.end!=null}const O4=(e,t)=>{const{defaultValue:r,disabled:n,form:a,granularity:o="minute",hourCycle:l=12,id:c,locale:f,maxDate:d,minDate:h,name:m,onBlur:p,onChange:g,onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:$,readOnly:y,required:x,showTimezone:I=!1,value:Z}=e,{locale:L}=nt(),O=f??L,V=AI({defaultValue:be(r),granularity:o,hideTimeZone:!I,hourCycle:l,isDisabled:n,isReadOnly:y,isRequired:x,maxValue:be(d),minValue:be(h),onBlur:p,onChange:le=>{const de=Mt(le),pe=g2(de,e,O);g?.(de,{valid:pe.validityState.valid,...pe})},onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:be($),shouldCloseOnSelect:!1,validationBehavior:"aria",value:be(Z)}),N=oI({form:a,granularity:o,hideTimeZone:!I,hourCycle:l,id:c??void 0,isDisabled:n,isReadOnly:y,isRequired:x,maxValue:be(d),minValue:be(h),name:m,onBlur:p,onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:be($),shouldForceLeadingZeros:!0,validationBehavior:"aria"},V,t),{calendarProps:w,dialogProps:T,fieldProps:R,groupProps:A}=N,H=u.useRef(null),P=u.useRef(null),k=H0({...R,createCalendar:hn,locale:O,maxValue:be(d),minValue:be(h),placeholderValue:be($),value:V.value}),M=A0({form:a,granularity:o,hideTimeZone:!I,hourCycle:l,inputRef:P,isDisabled:n,isReadOnly:y,isRequired:x,name:m,onBlur:p,onFocus:v,onKeyDown:b,onKeyUp:E,validationBehavior:"aria"},k,H),{fieldProps:_,inputProps:S}=M,B={...S,disabled:n,readOnly:y,required:x},j=V.value??be($)??sn(pt()),[K,Q]=u.useState(j),W=u.useRef(null),q=G3({...w,createCalendar:hn,focusedValue:K,isDisabled:n,isReadOnly:y,locale:O,onChange:le=>{if(w?.onChange?.(le),le instanceof vt){const de=le.toDate(pt()),pe=be(de);V.setValue(pe)}},onFocusChange:le=>{w?.onFocusChange?.(le),le&&Q(le)}});u.useEffect(()=>{V.value&&Q(V.value)},[V.value?.toString()]);const ee=IS({},q),{calendarProps:J,nextButtonProps:re,prevButtonProps:Y,title:ue}=ee,U=WD(ue),ne={"aria-label":"Next month",disabled:re.isDisabled,onClick:le=>{q.focusNextPage(),le.stopPropagation()}},ie={"aria-label":"Previous month",disabled:Y.isDisabled,onClick:le=>{q.focusPreviousPage(),le.stopPropagation()}},ce=V.value?Mt(V.value):null;return{calendarProps:{calendarProps:J,calendarRef:W,calendarState:q,nextButtonProps:ne,prevButtonProps:ie,title:U},dateFieldProps:{dateFieldInputRef:P,dateFieldProps:_,dateFieldRef:H,dateFieldState:k,groupProps:A,hiddenInputProps:B},datePickerState:V,popupProps:{dialogProps:T},timeFieldProps:{onTimeChange:le=>{const de=be(le);V.setValue(de)},timeValue:ce}}},L4=u.forwardRef((e,t)=>{const{className:r,disabled:n,error:a,granularity:o="minute",hourCycle:l=12,onOpenChange:c,readOnly:f,required:d}=e,h=v2(e),m=u.useRef(null),p=u.useRef(null),g=rt([m,t]),[v,b]=u.useState(!1),E=O4(e,m),{calendarProps:{calendarProps:D,calendarRef:$,calendarState:y,nextButtonProps:x,prevButtonProps:I,title:Z},dateFieldProps:{dateFieldInputRef:L,dateFieldProps:O,dateFieldRef:V,dateFieldState:N,groupProps:w,hiddenInputProps:T},datePickerState:R,popupProps:{dialogProps:A},timeFieldProps:{onTimeChange:H,timeValue:P}}=E,k=S=>{c?.(S),R.setOpen(S),S||(b(!1),y.setFocusedDate(R.value))},M=()=>{R.open(),y.setFocused(!1),b(!1)},_=()=>{R.open(),y.setFocused(!0),b(!0)};return s.jsxs(Qa,{onOpenChange:k,open:R.isOpen,children:[s.jsx(ro,{children:s.jsx(ir,{className:X("rbui-date-time-input",r),disabled:n,error:a,inputProps:{onClick:S=>{O.onClick?.(S),M()},onKeyDown:S=>{O.onKeyDown?.(S),(S.key==="Enter"||S.key===" ")&&_()}},leftElement:s.jsx(oa,{className:"rbui-date-time-picker__calendar-icon",onClick:()=>p.current?.focusFirstSegment()}),readOnly:f,ref:g,renderInput:S=>s.jsxs(s.Fragment,{children:[s.jsx("span",{...S,ref:V,children:s.jsx(Xa,{ref:p,state:N})}),s.jsx("input",{...T,ref:L})]}),required:d,...w,onClick:S=>{w.onClick?.(S),M()},...h})}),s.jsx(to,{initialFocus:v?0:-1,modalFocus:!0,...A,asChild:!0,children:s.jsxs("div",{className:X("rbui-date-time-picker",r),ref:g,children:[s.jsxs("div",{...D,className:"rbui-date-time-picker__calendar",ref:$,children:[s.jsxs("header",{className:"rbui-date-time-picker__calendar-header",children:[s.jsx(Be,{...I,startIcon:s.jsx(tn,{}),type:"tertiary"}),s.jsx("span",{className:"rbui-date-time-picker__calendar-header-title",children:Z}),s.jsx(Be,{...x,startIcon:s.jsx(rn,{}),type:"tertiary"})]}),s.jsx("div",{className:"rbui-date-time-picker__calendar-body",children:s.jsx(Wa,{state:y})})]}),o!=="day"&&s.jsx(ao,{className:"rbui-date-time-picker__time-selector",disabled:n,granularity:o,hourCycle:l,onChange:H,readOnly:f,value:P})]})})]})});L4.displayName="DateTimePicker";const VI=(e,t)=>{const{defaultValue:r,disabled:n,form:a,granularity:o="minute",hourCycle:l=12,id:c,locale:f,maxDate:d,minDate:h,name:m,onBlur:p,onChange:g,onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:$,readOnly:y,required:x,showTimezone:I=!1,value:Z}=e,{locale:L}=nt(),O=f??L,V=BI({defaultValue:m2(r),granularity:o,hideTimeZone:!I,hourCycle:l,isDisabled:n,isReadOnly:y,isRequired:x,maxValue:be(d),minValue:be(h),onBlur:p,onChange:Ae=>{let Ce=zD(Ae);if(Ce?.end&&Ce.start&&Ce.end<Ce.start&&(Ce={end:Ce.start,start:Ce.end}),Ce){const Ue=g2(Ce.start,e,O);g?.(Ce,{valid:Ue.validityState.valid,...Ue})}else g?.(null,{valid:!x,validationMessage:x?["Range is required"]:[],validityState:{badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!x,valueMissing:x||!1}})},onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:be($),shouldCloseOnSelect:!1,validationBehavior:"aria",value:m2(Z)}),N=mI({endName:"end-date-range-picker-input",form:a,granularity:o,hideTimeZone:!I,hourCycle:l,id:c??void 0,isDisabled:n,isReadOnly:y,isRequired:x,maxValue:be(d),minValue:be(h),name:m,onBlur:p,onFocus:v,onKeyDown:b,onKeyUp:E,onOpenChange:D,placeholderValue:be($),shouldForceLeadingZeros:!0,startName:"start-date-range-picker-input",validationBehavior:"aria"},V,t),{calendarProps:w,dialogProps:T,endFieldProps:R,groupProps:A,startFieldProps:H}=N,P=u.useRef(null),k=u.useRef(null),M=u.useRef(null),_=u.useRef(null),S=H0({...H,createCalendar:hn,locale:O,maxValue:be(d),minValue:be(h),value:V.value?.start}),B=H0({...R,createCalendar:hn,locale:O,maxValue:be(d),minValue:be(h),value:V.value?.end}),j=A0({...H,inputRef:k},S,P),K=A0({...R,inputRef:_},B,M),{fieldProps:Q,inputProps:W}=j,{fieldProps:q,inputProps:ee}=K,J={...W,disabled:n,readOnly:y,required:x},re={...ee,disabled:n,readOnly:y,required:x},Y=V.value?.start??V.value?.end??sn(pt()),[ue,U]=u.useState(Y),ne=u.useRef(null),ie=DI({...w,createCalendar:hn,focusedValue:ue,locale:O,onChange:Ae=>{w?.onChange?.(Ae);const Ce={end:Ae.end,start:Ae.start};if(Ce.start instanceof vt){const Ue=Ce.start.toDate(pt());Ce.start=be(Ue)}if(Ce.end instanceof vt){const Ue=Ce.end.toDate(pt());Ce.end=be(Ue).set({hour:o==="hour"||o==="minute"||o==="second"?23:0,minute:o==="minute"||o==="second"?59:0,second:o==="second"?59:0})}V.setValue(Ce)},onFocusChange:Ae=>{w?.onFocusChange?.(Ae),Ae&&U(Ae)},visibleDuration:{months:2}});u.useEffect(()=>{V.value?.end&&U(V.value.end)},[V.value?.end?.toString()]),u.useEffect(()=>{V.value?.start&&U(V.value.start)},[V.value?.start?.toString()]);const ce=PS({...w},ie,ne),{calendarProps:ae,nextButtonProps:le,prevButtonProps:de}=ce,[pe,$e]=GD(ie.visibleRange),We={"aria-label":"Next month",disabled:le.isDisabled,onClick:Ae=>{ie.focusNextPage(),Ae.stopPropagation()}},He={"aria-label":"Previous month",disabled:de.isDisabled,onClick:Ae=>{ie.focusPreviousPage(),Ae.stopPropagation()}},Ne={end:V.value?.end?Mt(V.value.end):null,start:V.value?.start?Mt(V.value.start):null};return{calendarProps:{calendarProps:ae,calendarRef:ne,calendarState:ie,leftTitle:pe,nextButtonProps:We,prevButtonProps:He,rightTitle:$e},dateFieldProps:{dateFieldEndInputRef:_,dateFieldEndProps:q,dateFieldEndRef:M,dateFieldEndState:B,hiddenInputEndProps:re,dateFieldStartInputRef:k,dateFieldStartProps:Q,dateFieldStartRef:P,dateFieldStartState:S,hiddenInputStartProps:J,groupProps:A},dateRangePickerState:V,popupProps:{dialogProps:T},timeFieldProps:{onTimeChange:(Ae,Ce)=>{const Ue=be(Ce);V.setValue({...V.value,[Ae]:Ue})},timeValue:Ne}}},R4=u.forwardRef((e,t)=>{const{className:r,disabled:n,error:a,granularity:o="minute",hourCycle:l=12,onOpenChange:c,readOnly:f,required:d}=e,h=v2(e),m=u.useRef(null),p=rt([m,t]),g=u.useRef(null),[v,b]=u.useState(!1),E=VI(e,m),{calendarProps:{calendarProps:D,calendarRef:$,calendarState:y,leftTitle:x,nextButtonProps:I,prevButtonProps:Z,rightTitle:L},dateFieldProps:{dateFieldEndInputRef:O,dateFieldEndProps:V,dateFieldEndRef:N,dateFieldEndState:w,hiddenInputEndProps:T,dateFieldStartInputRef:R,dateFieldStartProps:A,dateFieldStartRef:H,dateFieldStartState:P,hiddenInputStartProps:k,groupProps:M},dateRangePickerState:_,popupProps:{dialogProps:S},timeFieldProps:{onTimeChange:B,timeValue:j}}=E,K=q=>{c?.(q),_.setOpen(q),q||(b(!1),_.value?.start&&_.value?.end&&_.value.start>_.value.end&&_.setValue({..._.value,end:_.value.start,start:_.value.end}),y.setFocusedDate(_.value.end))},Q=()=>{_.open(),y.setFocused(!1),b(!1)},W=(q,ee)=>{if(q.key==="Enter"||q.key===" "){const J=_.value[ee];_.open(),y.setFocusedDate(J),y.setFocused(!0),b(!0)}};return s.jsxs(Qa,{onOpenChange:K,open:_.isOpen,children:[s.jsx(ro,{children:s.jsx(ir,{className:X("rbui-date-time-range-input",r),disabled:n,error:a,leftElement:s.jsx(oa,{className:"rbui-date-time-range-picker__calendar-icon",onClick:()=>{g.current?.focusFirstSegment()}}),readOnly:f,ref:p,renderInput:q=>s.jsxs("span",{...q,children:[s.jsxs("span",{ref:H,...A,onClick:ee=>{A.onClick?.(ee),Q()},onKeyDown:ee=>{A.onKeyDown?.(ee),W(ee,"start")},children:[s.jsx(Xa,{ref:g,state:P}),s.jsx("input",{...k,ref:R})]}),s.jsx("span",{children:" - "}),s.jsxs("span",{ref:N,...V,onClick:ee=>{V.onClick?.(ee),Q()},onKeyDown:ee=>{V.onKeyDown?.(ee),W(ee,"end")},children:[s.jsx(Xa,{state:w}),s.jsx("input",{...T,ref:O})]})]}),required:d,...M,onClick:q=>{M.onClick?.(q),Q()},...h})}),s.jsx(to,{asChild:!0,initialFocus:v?0:-1,modalFocus:!0,children:s.jsx("div",{className:X("rbui-date-time-range-picker",r),ref:p,...S,children:s.jsxs("div",{...D,ref:$,children:[s.jsxs("header",{className:"rbui-date-time-range-picker__calendar-header",children:[s.jsx(Be,{...Z,startIcon:s.jsx(tn,{}),type:"tertiary"}),s.jsx("span",{className:"rbui-date-time-range-picker__calendar-header-title",children:x}),s.jsx("span",{className:"rbui-date-time-range-picker__calendar-header-title",children:L}),s.jsx(Be,{...I,startIcon:s.jsx(rn,{}),type:"tertiary"})]}),s.jsxs("div",{className:"rbui-date-time-range-picker__calendar-body",children:[s.jsxs("div",{className:"rbui-date-time-range-picker__left-column",children:[s.jsx("div",{className:"rbui-date-time-range-picker__left-calendar",children:s.jsx(Wa,{state:y})}),o!=="day"&&s.jsx(ao,{className:"rbui-date-time-range-picker__left-time-selector",disabled:n,granularity:o,hourCycle:l,onChange:q=>B("start",q),rangeType:"start",readOnly:f,value:j.start},"start")]}),s.jsx("hr",{className:"rbui-date-time-range-picker__separator"}),s.jsxs("div",{className:"rbui-date-time-range-picker__right-column",children:[s.jsx("div",{className:"rbui-date-time-range-picker__right-calendar",children:s.jsx(Wa,{offset:1,state:y})}),o!=="day"&&s.jsx(ao,{className:"rbui-date-time-range-picker__right-time-selector",disabled:n,granularity:o,hourCycle:l,onChange:q=>B("end",q),rangeType:"end",readOnly:f,value:j.end},"end")]})]})]})})})]})});R4.displayName="DateTimeRangePicker";function _4(e){const{children:t,onOpenChange:r,open:n}=e,{contextValue:a}=Eh({onOpenChange:r,open:n});return s.jsx(jr.Provider,{value:a,children:t})}_4.displayName="Menu";const H4=u.forwardRef((e,t)=>{const{children:r,disabled:n=!1,htmlType:a,type:o,...l}=e,{getRootProps:c}=Q8({disabled:n,focusableWhenDisabled:!1,rootRef:t}),f=Be,{ownerState:d,...h}=Hr({additionalProps:{ref:t},elementType:f,externalForwardedProps:l,externalSlotProps:void 0,getSlotProps:c,ownerState:void 0});return s.jsx(Be,{...h,htmlType:a,type:o,children:r})});H4.displayName="MenuButton";const U4=u.forwardRef((e,t)=>{const{children:r,className:n,placement:a="bottom-end"}=e,{contextValue:o,getListboxProps:l,listboxRef:c,open:f,triggerElement:d}=Yh({disabledItemsFocusable:!1,listboxRef:t}),h=l(),m=X("rbui-menu-content",n);return s.jsx(Xh,{value:o,children:s.jsx(ra,{anchor:d,middleware:[Xr(4),ta()],open:f,placement:a,style:{display:f?"block":"none"},children:s.jsx("ul",{...h,className:m,ref:c,children:r})})})});U4.displayName="MenuContent";function j4(e){const{children:t,className:r,...n}=e,a=X("rbui-menu-group",r);return s.jsx("li",{className:"rbui-menu-group__container",children:s.jsx("ul",{className:a,role:"group",...n,children:t})})}j4.displayName="MenuGroup";function K4(e){const{children:t,className:r,...n}=e,a=X("rbui-menu-group__label",r);return s.jsx("li",{className:a,role:"presentation",...n,children:t})}K4.displayName="MenuGroupLabel";const z4=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,startIcon:o,...l}=e,{disabled:c,getRootProps:f,highlighted:d}=rm({disabled:a,rootRef:t}),h=X("rbui-menu-item",n,{"rbui-menu-item--disabled":c,"rbui-menu-item--highlighted":!c&&d}),m="li",p=Hr({className:h,elementType:m,externalForwardedProps:l,externalSlotProps:void 0,getSlotProps:f,ownerState:void 0});return s.jsxs(m,{...p,"aria-label":"label",children:[o&&s.jsx("span",{className:"rbui-menu-item__start-icon",role:"img",children:o}),r]})});z4.displayName="MenuItem";function W4(){return s.jsx("li",{"aria-hidden":!0,"aria-orientation":"horizontal",className:"rbui-menu-separator",role:"separator"})}W4.displayName="MenuSeparator";const ZI={error:e=>s.jsx(Hs,{...e}),info:e=>s.jsx(Eu,{...e}),success:e=>s.jsx(G1,{...e}),warning:e=>s.jsx(F5,{...e})};function OI(e){const{actions:t,children:r,className:n,icon:a,onClose:o,role:l="alert",type:c="info",...f}=e;return s.jsxs("div",{className:X(`rbui-alert rbui-alert--${c}`,n),role:l,...f,children:[a!==!1?s.jsx("div",{className:`rbui-alert__icon rbui-alert__icon--${c}`,children:a||ZI[c]()}):null,s.jsxs("div",{className:"rbui-alert__content",children:[r,t?s.jsx("div",{className:"rbui-alert__actions",children:t}):null]}),o?s.jsx(Be,{"aria-label":"Close",className:"rbui-alert__close",onClick:()=>o(),startIcon:s.jsx(os,{}),type:"tertiary"}):null]})}function LI(e){const{children:t,className:r}=e;return s.jsx("div",{className:X("rbui-alert-title",r),children:t})}var RI=e=>typeof e=="function",U0=(e,t)=>RI(e)?e(t):e,_I=(()=>{let e=0;return()=>(++e).toString()})(),HI=20,j0="default",G4=(e,t)=>{let{toastLimit:r}=e.settings;switch(t.type){case 0:return{...e,toasts:[t.toast,...e.toasts].slice(0,r)};case 1:return{...e,toasts:e.toasts.map(l=>l.id===t.toast.id?{...l,...t.toast}:l)};case 2:let{toast:n}=t;return G4(e,{type:e.toasts.find(l=>l.id===n.id)?1:0,toast:n});case 3:let{toastId:a}=t;return{...e,toasts:e.toasts.map(l=>l.id===a||a===void 0?{...l,dismissed:!0,visible:!1}:l)};case 4:return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(l=>l.id!==t.toastId)};case 5:return{...e,pausedAt:t.time};case 6:let o=t.time-(e.pausedAt||0);return{...e,pausedAt:void 0,toasts:e.toasts.map(l=>({...l,pauseDuration:l.pauseDuration+o}))}}},so=[],q4={toasts:[],pausedAt:void 0,settings:{toastLimit:HI}},yt={},Y4=(e,t=j0)=>{yt[t]=G4(yt[t]||q4,e),so.forEach(([r,n])=>{r===t&&n(yt[t])})},X4=e=>Object.keys(yt).forEach(t=>Y4(e,t)),UI=e=>Object.keys(yt).find(t=>yt[t].toasts.some(r=>r.id===e)),uo=(e=j0)=>t=>{Y4(t,e)},jI={blank:4e3,error:4e3,success:2e3,loading:1/0,custom:4e3},KI=(e={},t=j0)=>{let[r,n]=u.useState(yt[t]||q4),a=u.useRef(yt[t]);u.useEffect(()=>(a.current!==yt[t]&&n(yt[t]),so.push([t,n]),()=>{let l=so.findIndex(([c])=>c===t);l>-1&&so.splice(l,1)}),[t]);let o=r.toasts.map(l=>{var c,f,d;return{...e,...e[l.type],...l,removeDelay:l.removeDelay||((c=e[l.type])==null?void 0:c.removeDelay)||e?.removeDelay,duration:l.duration||((f=e[l.type])==null?void 0:f.duration)||e?.duration||jI[l.type],style:{...e.style,...(d=e[l.type])==null?void 0:d.style,...l.style}}});return{...r,toasts:o}},zI=(e,t="blank",r)=>({createdAt:Date.now(),visible:!0,dismissed:!1,type:t,ariaProps:{role:"status","aria-live":"polite"},message:e,pauseDuration:0,...r,id:r?.id||_I()}),Fn=e=>(t,r)=>{let n=zI(t,e,r);return uo(n.toasterId||UI(n.id))({type:2,toast:n}),n.id},Fe=(e,t)=>Fn("blank")(e,t);Fe.error=Fn("error"),Fe.success=Fn("success"),Fe.loading=Fn("loading"),Fe.custom=Fn("custom"),Fe.dismiss=(e,t)=>{let r={type:3,toastId:e};t?uo(t)(r):X4(r)},Fe.dismissAll=e=>Fe.dismiss(void 0,e),Fe.remove=(e,t)=>{let r={type:4,toastId:e};t?uo(t)(r):X4(r)},Fe.removeAll=e=>Fe.remove(void 0,e),Fe.promise=(e,t,r)=>{let n=Fe.loading(t.loading,{...r,...r?.loading});return typeof e=="function"&&(e=e()),e.then(a=>{let o=t.success?U0(t.success,a):void 0;return o?Fe.success(o,{id:n,...r,...r?.success}):Fe.dismiss(n),a}).catch(a=>{let o=t.error?U0(t.error,a):void 0;o?Fe.error(o,{id:n,...r,...r?.error}):Fe.dismiss(n)}),e};var WI=1e3,GI=(e,t="default")=>{let{toasts:r,pausedAt:n}=KI(e,t),a=u.useRef(new Map).current,o=u.useCallback((m,p=WI)=>{if(a.has(m))return;let g=setTimeout(()=>{a.delete(m),l({type:4,toastId:m})},p);a.set(m,g)},[]);u.useEffect(()=>{if(n)return;let m=Date.now(),p=r.map(g=>{if(g.duration===1/0)return;let v=(g.duration||0)+g.pauseDuration-(m-g.createdAt);if(v<0){g.visible&&Fe.dismiss(g.id);return}return setTimeout(()=>Fe.dismiss(g.id,t),v)});return()=>{p.forEach(g=>g&&clearTimeout(g))}},[r,n,t]);let l=u.useCallback(uo(t),[t]),c=u.useCallback(()=>{l({type:5,time:Date.now()})},[l]),f=u.useCallback((m,p)=>{l({type:1,toast:{id:m,height:p}})},[l]),d=u.useCallback(()=>{n&&l({type:6,time:Date.now()})},[n,l]),h=u.useCallback((m,p)=>{let{reverseOrder:g=!1,gutter:v=8,defaultPosition:b}=p||{},E=r.filter(y=>(y.position||b)===(m.position||b)&&y.height),D=E.findIndex(y=>y.id===m.id),$=E.filter((y,x)=>x<D&&y.visible).length;return E.filter(y=>y.visible).slice(...g?[$+1]:[0,$]).reduce((y,x)=>y+(x.height||0)+v,0)},[r]);return u.useEffect(()=>{r.forEach(m=>{if(m.dismissed)o(m.id,m.removeDelay);else{let p=a.get(m.id);p&&(clearTimeout(p),a.delete(m.id))}})},[r,o]),{toasts:r,handlers:{updateHeight:f,startPause:c,endPause:d,calculateOffset:h}}};const K0=u.createContext(null),J4=()=>u.useContext(K0),qI=e=>{const{children:t,className:r,onHeightUpdate:n,style:a,toast:o}=e,{createdAt:l,duration:c,id:f,visible:d}=o,h=u.useRef(null);u.useEffect(()=>{const p=h.current;if(!p)return;const g=()=>{const b=p.getBoundingClientRect().height;n(f,b)};g();const v=new MutationObserver(g);return v.observe(p,{characterData:!0,childList:!0,subtree:!0}),()=>{v.disconnect()}},[f,n]);const m=u.useMemo(()=>({createdAt:l,duration:c,id:f}),[f,l,c]);return s.jsx(K0.Provider,{value:m,children:s.jsx("div",{className:r,ref:h,style:a,children:s.jsx("div",{className:d?"rbui-toast-animation--visible":"rbui-toast-animation--hidden",children:t})})})},YI=u.forwardRef((e,t)=>{const{className:r,duration:n=5e3}=e,{handlers:{calculateOffset:a,endPause:o,startPause:l,updateHeight:c},toasts:f}=GI({duration:n,position:"top-center",removeDelay:400});return Co.createPortal(s.jsx("div",{className:X("rbui-toaster",r),id:"rbui-toaster",onBlur:o,onFocus:l,onMouseEnter:l,onMouseLeave:o,ref:t,children:f.map(d=>{const h=a(d,{defaultPosition:"top-center",gutter:16,reverseOrder:!1});return s.jsx(qI,{className:X("rbui-toast-wrapper",d.visible&&"rbui-toast-wrapper--visible"),onHeightUpdate:c,style:{transform:`translateY(${h}px)`},toast:d,children:U0(d.message,d)},d.id)})}),document.body)}),XI=["Description","ActionsContainer"],JI={error:s.jsx(il,{}),info:s.jsx(ia,{}),success:s.jsx(ol,{}),warning:s.jsx(dl,{})},Q4=u.forwardRef((e,t)=>{const{children:r,className:n,dismissible:a=!0,onDismiss:o,variant:l="info",...c}=e,{contextValue:f,slots:d}=Bd({slotNames:XI}),h=J4(),m={"--rbui-toast-timer-duration":h?.duration??1/0},p=()=>{Fe.dismiss(h?.id),o?.()};return s.jsx(Il.Provider,{value:f,children:s.jsxs("div",{...c,className:X("rbui-toast",`rbui-toast--${l}`,n),ref:t,children:[s.jsx("div",{className:"rbui-toast__icon",children:JI[l]}),s.jsxs("div",{className:"rbui-toast__body",children:[s.jsxs("div",{className:"rbui-toast__content",children:[s.jsx("div",{className:"rbui-toast__title",children:r}),s.jsx("div",{className:"rbui-toast__description",children:d.Description})]}),s.jsx("div",{className:"rbui-toast__actions-container",children:d.ActionsContainer})]}),a&&s.jsx("button",{"aria-label":"Dismiss",className:"rbui-toast__close-wrapper rbui-button-reset",onClick:p,tabIndex:-1,type:"button",children:s.jsx(rr,{className:"rbui-toast__close-wrapper-icon"})}),s.jsx("div",{className:"rbui-toast__timer",style:m},h?.createdAt)]})})});Q4.displayName="Toast";const e6=(e,t={})=>Fe.custom(e,t);e6.dismiss=Fe.dismiss;const co=u.forwardRef((e,t)=>{const{asChild:r,children:n,className:a,display:o="block",...l}=e,c=E2({...e,display:o});c.boxSizing="border-box";const f=r?In:"div";return s.jsx(f,{...C2(l),className:X("rbui-box",a),ref:t,style:c,children:n})});co.displayName="Box";function QI(e){return e}function eP({children:e,group:t,key:r}){return s.jsxs(K3,{children:[s.jsx(z3,{children:t}),e]},r)}const t6=u.forwardRef((e,t)=>{const{className:r,clearable:n=!1,closeOnSelect:a,defaultValue:o,disabled:l=!1,filterOptions:c,freeSolo:f=!1,getOptionDisabled:d,getOptionLabel:h=QI,groupBy:m,hideSelectedOptions:p=!1,inputValue:g,loading:v=!1,loadingText:b="Loading...",multiple:E,noOptionsText:D="No options",onChange:$,onClose:y,onInputChange:x,onOpen:I,options:Z,placeholder:L,readOnly:O,renderOption:V,required:N,value:w,...T}=e,{anchorEl:R,getClearProps:A,getInputProps:H,getListboxProps:P,getOptionProps:k,getPopupIndicatorProps:M,getRootProps:_,getTagProps:S,groupedOptions:B,popupOpen:j,setAnchorEl:K,value:Q}=Bm({autoSelect:f,defaultValue:o,disableCloseOnSelect:typeof a=="boolean"?!a:E,disabled:l,filterOptions:c,filterSelectedOptions:p,freeSolo:f,getOptionDisabled:d,getOptionLabel:h,groupBy:m,inputValue:g,multiple:E,onChange:$,onClose:()=>y?.(),onInputChange:x,onOpen:()=>I?.(),options:Z,readOnly:O,value:w}),W=(ce,ae)=>s.jsxs(Xl,{className:"rbui-autocomplete-tag-group",children:[Array.isArray(Q)&&Q.map((le,de)=>{const{onDelete:pe,...$e}=S({index:de}),We=le.id??le.key??le;return u.createElement(Al,{...$e,disabled:l,dismissible:!O,key:We,onDismiss:pe,readOnly:O,selected:!0},h(le))}),s.jsx("input",{...ce,ref:ae})]}),q=(ce,ae)=>{const le=k({index:ae,option:ce}),de=!!le["aria-disabled"],pe=V?V(ce):h(ce);return s.jsx(Pn,{checkType:"checkmark",className:X("rbui-autocomplete-option",{"rbui-autocomplete-option--disabled":de}),disabled:de,selected:!!le["aria-selected"],...le,children:pe})},ee=()=>{const ce=E&&Array.isArray(Q)?Q.length>0:!!Q,ae=l||O||!ce,{color:le,tabIndex:de,...pe}=A();return s.jsx(Be,{"aria-label":"Clear",className:X("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":ae}),startIcon:s.jsx(rr,{}),tabIndex:0,type:"tertiary",...pe})},J=j?la:en,{ref:re,...Y}=H(),ue=rt([t,K]),U=_(),ne=e$(R),ie=f?B.length>0&&j:j;return s.jsxs(s.Fragment,{children:[s.jsx(ir,{className:X("rbui-autocomplete",r),disabled:l,inputProps:{...Y,className:X({"rbui-autocomplete-input":E})},inputRef:re,placeholder:L,readOnly:O,ref:ue,renderInput:E?W:void 0,required:N,rightElement:s.jsxs(s.Fragment,{children:[n&&ee(),!f&&s.jsx(J,{"aria-description":"Toggle popup","aria-hidden":!0,className:"rbui-autocomplete-chevron",onClick:!(l||O)&&M().onClick})]}),...U,...T}),s.jsx(ra,{anchor:R,offset:0,open:ie,placement:"bottom-start",role:void 0,children:s.jsx(co,{borderRadius:"radius-1x",maxHeight:"246px",maxWidth:"80vw",minWidth:ne,overflow:"auto",style:{boxShadow:"var(--banana-elevation-2)"},...P(),children:s.jsxs(N0,{role:"presentation",children:[B.map((ce,ae)=>{if(m){const le=ce;return eP({...le,children:le.options.map((de,pe)=>q(de,pe+le.index))})}return q(ce,ae)}),B.length===0&&!v&&s.jsx(Pn,{className:"rbui-autocomplete-option rbui-autocomplete-option--no-option",disabled:!0,children:D}),v&&s.jsx(Pn,{className:"rbui-autocomplete-option rbui-autocomplete-option--loading",disabled:!0,children:b})]})})})]})});t6.displayName="Autocomplete";const r6=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,label:o,orientation:l="vertical",readOnly:c=!1,...f}=e,d=u.useMemo(()=>({disabled:a,readOnly:c}),[a,c]),h=o&&s.jsx(kt,{children:o});return s.jsx(H3.Provider,{value:d,children:s.jsx(Nt,{className:X("rbui-checkbox-group",`rbui-checkbox-group--${l}`,n),control:s.jsx("div",{className:X("rbui-checkbox-group__list"),role:"group",children:r}),label:h,labelPosition:"block-start",ref:t,...f})})});r6.displayName="CheckboxGroup";const n6=u.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:o,error:l,helperText:c,id:f,inputProps:d,label:h,leftElement:m,name:p,onBlur:g,onChange:v,onFocus:b,placeholder:E,readOnly:D,required:$,rightElement:y,tooltip:x,value:I,...Z}=e,L=f??d?.id??mr("rbui-input-field-id"),O={clearable:n,defaultValue:a,disabled:o,error:l,id:L,inputProps:d,leftElement:m,name:p,onBlur:g,onChange:v,onFocus:b,placeholder:E,readOnly:D,required:$,rightElement:y,value:I},V=h&&s.jsx(kt,{htmlFor:L,children:h===" "?s.jsx("span",{children:" "}):h});return s.jsx(Nt,{...Z,className:X("rbui-input-field",r),control:s.jsx(ir,{...O,inputRef:t}),error:l,helperText:c,label:V,tooltip:x})});n6.displayName="InputField";const tP=(e,t)=>i.createElement("svg",{width:8,height:8,viewBox:"0 0 8 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},i.createElement("circle",{cx:4,cy:4,r:4})),rP=u.forwardRef(tP),a6=u.createContext(null),z0=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,inputProps:l,name:c,onChange:f,readOnly:d=!1,required:h=!1,value:m,...p}=e,g=u.useContext(a6),b={checked:r===void 0&&m!==void 0&&m!==null?g?.value===m:r,defaultChecked:a,disabled:o||g?.disabled,onChange:f||g?.onChange,readOnly:d||g?.readOnly,required:h||g?.required},{checked:E,disabled:D,focusVisible:$,getInputProps:y,readOnly:x}=Jo(b),{onChange:I,...Z}=y({name:c||g?.name,role:void 0,type:"radio",...l,className:X("rbui-radio__input",l?.className)}),L=u.useCallback(w=>{x&&w.preventDefault()},[x]),{handlers:O,hovered:V}=Ma(),N=X("rbui-radio",n,{"rbui-radio--checked":E,"rbui-radio--disabled":D,"rbui-radio--focus-visible":$&&!D,"rbui-radio--hovered":V,"rbui-radio--readonly":x});return s.jsxs("span",{"aria-checked":E,"aria-disabled":D,"aria-readonly":x,className:N,...p,...O,children:[s.jsx("div",{"aria-hidden":!0,className:"rbui-radio__inner",children:E&&s.jsx(rP,{})}),s.jsx("input",{...Z,onChange:I,onClick:L,ref:t,value:m})]})});z0.displayName="Radio";const o6=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,inputProps:l,label:c,name:f,onChange:d,readOnly:h=!1,required:m=!1,tooltip:p,value:g,...v}=e,b=l?.id??mr("rbui-radio-field-id"),E={checked:r,defaultChecked:a,disabled:o,inputProps:{...l,id:b},name:f,onChange:d,readOnly:h,required:m,value:g},D=c&&s.jsx(kt,{htmlFor:b,view:"normal",children:c});return s.jsx(Nt,{className:X("rbui-radio-field",n),control:s.jsx(z0,{...E,ref:t}),label:D,labelPosition:"inline-end",tooltip:p,...v})});o6.displayName="RadioField";const l6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o=!1,label:l,name:c,onChange:f,orientation:d="vertical",readOnly:h=!1,required:m=!1,value:p,...g}=e,v=p!==void 0,[b,E]=u.useState(a??null),D=u.useCallback(I=>{v||E(I.target.value),f?.(I)},[v,f,E]),$=c??mr("rbui-radio-group-name"),y=u.useMemo(()=>({disabled:o,name:$,onChange:D,readOnly:h,required:m,value:v?p:b}),[o,D,v,$,h,m,b,p]),x=l&&s.jsx(kt,{children:l});return s.jsx(a6.Provider,{value:y,children:s.jsx(Nt,{className:X("rbui-radio-group",`rbui-radio-group--${d}`,n),control:s.jsx("div",{className:X("rbui-radio-group__list"),role:"radiogroup",children:r}),label:x,labelPosition:"block-start",ref:t,...g})})});l6.displayName="RadioGroup";const i6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o,error:l,icon:c,id:f,label:d,multiple:h,name:m,onChange:p,placeholder:g,readOnly:v,required:b,tooltip:E,value:D,...$}=e,y=mr(m??"rbui-select-field-id"),x={defaultValue:a,disabled:o,error:l,icon:c,id:y,multiple:h,name:m,onChange:p,placeholder:g,readOnly:v,required:b,value:D},I=d&&s.jsx(kt,{htmlFor:y,children:d===" "?s.jsx("span",{children:" "}):d});return s.jsx(Nt,{className:X(n,"rbui-select-field"),control:s.jsx(pr,{...x,ref:t,children:r}),error:l,label:I,tooltip:E,...$})});i6.displayName="SelectField";const s6=u.forwardRef((e,t)=>{const{autoSize:r,className:n,counter:a,defaultValue:o,disabled:l,error:c,helperText:f,id:d,label:h,maxCount:m,maxRows:p,minRows:g=3,name:v,onBlur:b,onChange:E,onFocus:D,placeholder:$,readOnly:y,required:x,resizable:I,textareaProps:Z,tooltip:L,value:O,...V}=e,N=d??Z?.id??mr("rbui-text-field-id"),w={defaultValue:o,disabled:l,error:c,id:N,inputProps:{...Z,className:X("rbui-text-field__textarea",Z?.className,{"rbui-text-field__textarea--resizable":I})},maxRows:p,minRows:g,name:v,onBlur:b,onChange:E,onFocus:D,placeholder:$,readOnly:y,required:x,value:O},[T,R]=u.useState(0),A=h&&s.jsx(kt,{htmlFor:N,children:h===" "?s.jsx("span",{children:" "}):h});return s.jsx(Nt,{...V,className:X("rbui-text-field",n),control:s.jsx(ir,{...w,inputRef:t,onCountChange:R,renderInput:(H,P)=>r?s.jsx(h1,{...H,maxRows:p,minRows:g,ref:P}):s.jsx("textarea",{...H,ref:P,rows:g})}),error:c,helperText:f,label:A,metadata:a&&s.jsx("span",{className:"rbui-text-field__counter",children:`${T}${m?`/${m}`:""}`}),tooltip:L})});s6.displayName="TextField";const u6=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,inputProps:l,label:c,name:f,onChange:d,readOnly:h,required:m,tooltip:p,...g}=e,v=l?.id??mr("rbui-toggle-field-id"),b={checked:r,defaultChecked:a,disabled:o,inputProps:{...l,id:v},name:f,onChange:d,readOnly:h,required:m},E=c&&s.jsx(kt,{htmlFor:v,view:"normal",children:c});return s.jsx(Nt,{className:X(n,"rbui-toggle-field"),control:s.jsx(j3,{...b,ref:t}),label:E,labelPosition:"inline-end",tooltip:p,...g})});u6.displayName="ToggleField";const c6=u.forwardRef((e,t)=>{const{asChild:r,children:n,className:a,display:o="flex",...l}=e,c=E2({...e,display:o},y2),f=r?In:"div";return s.jsx(co,{asChild:!0,children:s.jsx(f,{...C2(l,y2),className:X("rbui-flex",a),ref:t,style:c,children:n})})});c6.displayName="Flex";const d6=u.createContext(null);function fo(){return u.useContext(d6)}const nP=[10,20,50],br=9,Vt=2;function aP(){const e=fo();if(!e)throw new Error("PaginationItemsPerPageSelector must be used within a PaginationContext.Provider");const{itemsPerPage:t,itemsPerPageOptions:r,onItemsPerPageChange:n}=e,a=(r||nP).map(o=>typeof o=="number"?{label:o.toString(),value:o}:o);return a.length<2?null:s.jsx(pr,{"aria-label":"Items per page selector",className:"rbui-pagination__items-per-page-selector",onChange:(o,l)=>{l!=null&&n?.(l)},value:t,children:a.map(o=>s.jsx(Gt,{value:o.value,children:o.label},o.value))})}const W0="...";function oP(e,t){const r=[],n=t-1;return t<=br?ho(0,t).map(a=>r.push(a)):(r.push(0),e<=br-Vt*2?ho(1,br-Vt-1).map(a=>r.push(a)):r.push(W0),e>br-Vt*2&&e<n-Vt-1&&ho(e-Vt,br-Vt*2).map(a=>r.push(a)),e>=n-Vt-1?ho(t-(br-Vt),br-Vt-1).map(a=>r.push(a)):r.push(W0),r.push(n)),r}function ho(e,t){return Array.from({length:t}).fill(0).map((r,n)=>n+e)}function lP({value:e}){const t=fo();if(!t)throw new Error("PaginationNavigationItem must be used within a PaginationContext.Provider");const{onPageChange:r,page:n}=t,a=typeof e=="number",o=a?(e+1).toLocaleString():e,l=e===W0||n===e,c=n===e,f=()=>{if(a)return c?`Current page, page ${o}`:`Go to page ${o}`},d=()=>{typeof e=="number"&&r?.(e)};return s.jsx(Be,{"aria-current":c?!0:void 0,"aria-label":f(),className:X("rbui-pagination__navigation-item",{"rbui-pagination__navigation-item__selected":c}),disabled:l,onClick:d,type:"tertiary",children:o})}function iP(){const e=fo();if(!e)throw new Error("PaginationNavigation must be used within a PaginationContext.Provider");const{count:t,itemsPerPage:r,onPageChange:n,page:a}=e;if(t<=r)return null;const o=()=>{n?.(a+1)},l=()=>{n?.(a-1)},c=oP(a,Math.ceil(t/r));return s.jsx("nav",{"aria-label":"Pagination Navigation",className:"rbui-pagination__navigation",role:"navigation",children:s.jsxs("ul",{children:[s.jsx("li",{children:s.jsx(Be,{"aria-label":"Go to previous page",disabled:a===0,onClick:l,type:"tertiary",children:s.jsx(tn,{})})}),c.map((f,d)=>s.jsx("li",{children:s.jsx(lP,{value:f})},`rbui-pagination-${f}-${d}`)),s.jsx("li",{children:s.jsx(Be,{"aria-label":"Go to next page",disabled:a>=Math.ceil(t/r)-1,onClick:o,type:"tertiary",children:s.jsx(rn,{})})})]})})}function sP(){const e=fo();if(!e)throw new Error("PaginationSummary must be used within a PaginationContext.Provider");const{count:t,itemsPerPage:r,page:n}=e,a=n*r+1,o=Math.min((n+1)*r,t);return s.jsxs("div",{className:"rbui-pagination__summary",children:["Showing ",a.toLocaleString()," ",a!==o?s.jsxs(s.Fragment,{children:["to ",o.toLocaleString()," "]}):null,"of ",t.toLocaleString()]})}const f6=u.forwardRef((e,t)=>{const{className:r,count:n,itemsPerPage:a,itemsPerPageOptions:o,onItemsPerPageChange:l,onPageChange:c,page:f,...d}=e,h=u.useMemo(()=>e,[e]);return n<1?null:s.jsx(d6.Provider,{value:h,children:s.jsxs("div",{...d,className:X("rbui-pagination",r),ref:t,children:[s.jsxs("div",{className:"rbui-pagination__left",children:[s.jsx(aP,{}),s.jsx(sP,{})]}),s.jsx(iP,{})]})})});f6.displayName="Pagination";const h6=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,onClick:o,startIcon:l,value:c,...f}=e,d=E=>{o?.(E,c)},{focusVisible:h,getRootProps:m,selected:p}=Pm({...e,disabled:a,rootRef:t,value:c}),{type:g,...v}=m({onClick:d,...f});a&&(v.tabIndex=-1);const b=X("rbui-tab",{"rbui-tab--disabled":a,"rbui-tab--focus-visible":h,"rbui-tab--has-icon":l,"rbui-tab--selected":p},n);return s.jsxs("div",{...v,className:b,children:[l&&s.jsx("span",{className:"rbui-tab__start-icon",role:"img",children:l}),r]})});h6.displayName="Tab";const m6=u.forwardRef((e,t)=>{const{children:r,className:n,variant:a="primary",...o}=e,{contextValue:l,getRootProps:c}=$m({rootRef:t}),f=c(o),d=X("rbui-tab-list",{"rbui-tab-list--secondary":a==="secondary"},n);return s.jsx(Sm,{value:l,children:s.jsx("div",{...f,className:d,children:r})})});m6.displayName="TabList";const p6=u.forwardRef((e,t)=>{const{children:r,className:n,keepMounted:a=!1,value:o,...l}=e,{getRootProps:c,hidden:f,rootRef:d}=xm({rootRef:t,value:o}),h=c({...l,role:"tabpanel"}),m=X("rbui-tab-panel",{"rbui-tab-panel--hidden":f},n);return s.jsx("div",{...h,className:m,ref:d,children:(a||!f)&&r})});p6.displayName="TabPanel";const g6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,onChange:o,selectionFollowsFocus:l=!1,value:c,...f}=e,{contextValue:d}=ym({defaultValue:a,direction:"ltr",onChange:o,orientation:"horizontal",selectionFollowsFocus:l,value:c});return s.jsx(Em,{value:d,children:s.jsx("div",{...f,className:X("rbui-tabs",n),ref:t,children:r})})});g6.displayName="Tabs";function G0(e,t=[]){let r=[];function n(o,l){const c=i.createContext(l),f=r.length;r=[...r,l];const d=m=>{const{scope:p,children:g,...v}=m,b=p?.[e]?.[f]||c,E=i.useMemo(()=>v,Object.values(v));return s.jsx(b.Provider,{value:E,children:g})};d.displayName=o+"Provider";function h(m,p){const g=p?.[e]?.[f]||c,v=i.useContext(g);if(v)return v;if(l!==void 0)return l;throw new Error(`\`${m}\` must be used within \`${o}\``)}return[d,h]}const a=()=>{const o=r.map(l=>i.createContext(l));return function(c){const f=c?.[e]||o;return i.useMemo(()=>({[`__scope${e}`]:{...c,[e]:f}}),[c,f])}};return a.scopeName=e,[n,uP(a,...t)]}function uP(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(o){const l=n.reduce((c,{useScope:f,scopeName:d})=>{const m=f(o)[`__scope${d}`];return{...c,...m}},{});return i.useMemo(()=>({[`__scope${t.scopeName}`]:l}),[l])}};return r.scopeName=t.scopeName,r}function cP(e){const t=e+"CollectionProvider",[r,n]=G0(t),[a,o]=r(t,{collectionRef:{current:null},itemMap:new Map}),l=b=>{const{scope:E,children:D}=b,$=u.useRef(null),y=u.useRef(new Map).current;return s.jsx(a,{scope:E,itemMap:y,collectionRef:$,children:D})};l.displayName=t;const c=e+"CollectionSlot",f=eo(c),d=u.forwardRef((b,E)=>{const{scope:D,children:$}=b,y=o(c,D),x=Sn(E,y.collectionRef);return s.jsx(f,{ref:x,children:$})});d.displayName=c;const h=e+"CollectionItemSlot",m="data-radix-collection-item",p=eo(h),g=u.forwardRef((b,E)=>{const{scope:D,children:$,...y}=b,x=u.useRef(null),I=Sn(E,x),Z=o(h,D);return u.useEffect(()=>(Z.itemMap.set(x,{ref:x,...y}),()=>void Z.itemMap.delete(x))),s.jsx(p,{[m]:"",ref:I,children:$})});g.displayName=h;function v(b){const E=o(e+"CollectionConsumer",b);return u.useCallback(()=>{const $=E.collectionRef.current;if(!$)return[];const y=Array.from($.querySelectorAll(`[${m}]`));return Array.from(E.itemMap.values()).sort((Z,L)=>y.indexOf(Z.ref.current)-y.indexOf(L.ref.current))},[E.collectionRef,E.itemMap])}return[{Provider:l,Slot:d,ItemSlot:g},v,n]}function v6(e,t,{checkForDefaultPrevented:r=!0}={}){return function(a){if(e?.(a),r===!1||!a.defaultPrevented)return t?.(a)}}var Tn=globalThis?.document?i.useLayoutEffect:()=>{},dP=i[" useInsertionEffect ".trim().toString()]||Tn;function q0({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[a,o,l]=fP({defaultProp:t,onChange:r}),c=e!==void 0,f=c?e:a;{const h=i.useRef(e!==void 0);i.useEffect(()=>{const m=h.current;m!==c&&console.warn(`${n} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),h.current=c},[c,n])}const d=i.useCallback(h=>{if(c){const m=hP(h)?h(e):h;m!==e&&l.current?.(m)}else o(h)},[c,e,o,l]);return[f,d]}function fP({defaultProp:e,onChange:t}){const[r,n]=i.useState(e),a=i.useRef(r),o=i.useRef(t);return dP(()=>{o.current=t},[t]),i.useEffect(()=>{a.current!==r&&(o.current?.(r),a.current=r)},[r,a]),[r,n,o]}function hP(e){return typeof e=="function"}var mP=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Nn=mP.reduce((e,t)=>{const r=eo(`Primitive.${t}`),n=i.forwardRef((a,o)=>{const{asChild:l,...c}=a,f=l?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(f,{...c,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function pP(e,t){return i.useReducer((r,n)=>t[r][n]??r,e)}var b6=e=>{const{present:t,children:r}=e,n=gP(t),a=typeof r=="function"?r({present:n.isPresent}):i.Children.only(r),o=Sn(n.ref,vP(a));return typeof r=="function"||n.isPresent?i.cloneElement(a,{ref:o}):null};b6.displayName="Presence";function gP(e){const[t,r]=i.useState(),n=i.useRef(null),a=i.useRef(e),o=i.useRef("none"),l=e?"mounted":"unmounted",[c,f]=pP(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return i.useEffect(()=>{const d=mo(n.current);o.current=c==="mounted"?d:"none"},[c]),Tn(()=>{const d=n.current,h=a.current;if(h!==e){const p=o.current,g=mo(d);e?f("MOUNT"):g==="none"||d?.display==="none"?f("UNMOUNT"):f(h&&p!==g?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,f]),Tn(()=>{if(t){let d;const h=t.ownerDocument.defaultView??window,m=g=>{const b=mo(n.current).includes(CSS.escape(g.animationName));if(g.target===t&&b&&(f("ANIMATION_END"),!a.current)){const E=t.style.animationFillMode;t.style.animationFillMode="forwards",d=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=E)})}},p=g=>{g.target===t&&(o.current=mo(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",m),t.addEventListener("animationend",m),()=>{h.clearTimeout(d),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",m),t.removeEventListener("animationend",m)}}else f("ANIMATION_END")},[t,f]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:i.useCallback(d=>{n.current=d?getComputedStyle(d):null,r(d)},[])}}function mo(e){return e?.animationName||"none"}function vP(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var bP=i[" useId ".trim().toString()]||(()=>{}),wP=0;function w6(e){const[t,r]=i.useState(bP());return Tn(()=>{r(n=>n??String(wP++))},[e]),t?`radix-${t}`:""}var po="Collapsible",[yP,y6]=G0(po),[EP,Y0]=yP(po),E6=i.forwardRef((e,t)=>{const{__scopeCollapsible:r,open:n,defaultOpen:a,disabled:o,onOpenChange:l,...c}=e,[f,d]=q0({prop:n,defaultProp:a??!1,onChange:l,caller:po});return s.jsx(EP,{scope:r,disabled:o,contentId:w6(),open:f,onOpenToggle:i.useCallback(()=>d(h=>!h),[d]),children:s.jsx(Nn.div,{"data-state":J0(f),"data-disabled":o?"":void 0,...c,ref:t})})});E6.displayName=po;var C6="CollapsibleTrigger",x6=i.forwardRef((e,t)=>{const{__scopeCollapsible:r,...n}=e,a=Y0(C6,r);return s.jsx(Nn.button,{type:"button","aria-controls":a.contentId,"aria-expanded":a.open||!1,"data-state":J0(a.open),"data-disabled":a.disabled?"":void 0,disabled:a.disabled,...n,ref:t,onClick:v6(e.onClick,a.onOpenToggle)})});x6.displayName=C6;var X0="CollapsibleContent",D6=i.forwardRef((e,t)=>{const{forceMount:r,...n}=e,a=Y0(X0,e.__scopeCollapsible);return s.jsx(b6,{present:r||a.open,children:({present:o})=>s.jsx(CP,{...n,ref:t,present:o})})});D6.displayName=X0;var CP=i.forwardRef((e,t)=>{const{__scopeCollapsible:r,present:n,children:a,...o}=e,l=Y0(X0,r),[c,f]=i.useState(n),d=i.useRef(null),h=Sn(t,d),m=i.useRef(0),p=m.current,g=i.useRef(0),v=g.current,b=l.open||c,E=i.useRef(b),D=i.useRef(void 0);return i.useEffect(()=>{const $=requestAnimationFrame(()=>E.current=!1);return()=>cancelAnimationFrame($)},[]),Tn(()=>{const $=d.current;if($){D.current=D.current||{transitionDuration:$.style.transitionDuration,animationName:$.style.animationName},$.style.transitionDuration="0s",$.style.animationName="none";const y=$.getBoundingClientRect();m.current=y.height,g.current=y.width,E.current||($.style.transitionDuration=D.current.transitionDuration,$.style.animationName=D.current.animationName),f(n)}},[l.open,n]),s.jsx(Nn.div,{"data-state":J0(l.open),"data-disabled":l.disabled?"":void 0,id:l.contentId,hidden:!b,...o,ref:h,style:{"--radix-collapsible-content-height":p?`${p}px`:void 0,"--radix-collapsible-content-width":v?`${v}px`:void 0,...e.style},children:b&&a})});function J0(e){return e?"open":"closed"}var xP=E6,DP=x6,$P=D6,SP=i.createContext(void 0);function IP(e){const t=i.useContext(SP);return e||t||"ltr"}var ct="Accordion",PP=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Q0,AP,MP]=cP(ct),[go,iA]=G0(ct,[MP,y6]),ei=y6(),$6=u.forwardRef((e,t)=>{const{type:r,...n}=e,a=n,o=n;return s.jsx(Q0.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?s.jsx(kP,{...o,ref:t}):s.jsx(NP,{...a,ref:t})})});$6.displayName=ct;var[S6,FP]=go(ct),[I6,TP]=go(ct,{collapsible:!1}),NP=u.forwardRef((e,t)=>{const{value:r,defaultValue:n,onValueChange:a=()=>{},collapsible:o=!1,...l}=e,[c,f]=q0({prop:r,defaultProp:n??"",onChange:a,caller:ct});return s.jsx(S6,{scope:e.__scopeAccordion,value:u.useMemo(()=>c?[c]:[],[c]),onItemOpen:f,onItemClose:u.useCallback(()=>o&&f(""),[o,f]),children:s.jsx(I6,{scope:e.__scopeAccordion,collapsible:o,children:s.jsx(P6,{...l,ref:t})})})}),kP=u.forwardRef((e,t)=>{const{value:r,defaultValue:n,onValueChange:a=()=>{},...o}=e,[l,c]=q0({prop:r,defaultProp:n??[],onChange:a,caller:ct}),f=u.useCallback(h=>c((m=[])=>[...m,h]),[c]),d=u.useCallback(h=>c((m=[])=>m.filter(p=>p!==h)),[c]);return s.jsx(S6,{scope:e.__scopeAccordion,value:l,onItemOpen:f,onItemClose:d,children:s.jsx(I6,{scope:e.__scopeAccordion,collapsible:!0,children:s.jsx(P6,{...o,ref:t})})})}),[BP,vo]=go(ct),P6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,disabled:n,dir:a,orientation:o="vertical",...l}=e,c=u.useRef(null),f=Sn(c,t),d=AP(r),m=IP(a)==="ltr",p=v6(e.onKeyDown,g=>{if(!PP.includes(g.key))return;const v=g.target,b=d().filter(O=>!O.ref.current?.disabled),E=b.findIndex(O=>O.ref.current===v),D=b.length;if(E===-1)return;g.preventDefault();let $=E;const y=0,x=D-1,I=()=>{$=E+1,$>x&&($=y)},Z=()=>{$=E-1,$<y&&($=x)};switch(g.key){case"Home":$=y;break;case"End":$=x;break;case"ArrowRight":o==="horizontal"&&(m?I():Z());break;case"ArrowDown":o==="vertical"&&I();break;case"ArrowLeft":o==="horizontal"&&(m?Z():I());break;case"ArrowUp":o==="vertical"&&Z();break}const L=$%D;b[L].ref.current?.focus()});return s.jsx(BP,{scope:r,disabled:n,direction:a,orientation:o,children:s.jsx(Q0.Slot,{scope:r,children:s.jsx(Nn.div,{...l,"data-orientation":o,ref:f,onKeyDown:n?void 0:p})})})}),bo="AccordionItem",[VP,ti]=go(bo),A6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,value:n,...a}=e,o=vo(bo,r),l=FP(bo,r),c=ei(r),f=w6(),d=n&&l.value.includes(n)||!1,h=o.disabled||e.disabled;return s.jsx(VP,{scope:r,open:d,disabled:h,triggerId:f,children:s.jsx(xP,{"data-orientation":o.orientation,"data-state":B6(d),...c,...a,ref:t,disabled:h,open:d,onOpenChange:m=>{m?l.onItemOpen(n):l.onItemClose(n)}})})});A6.displayName=bo;var M6="AccordionHeader",F6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=vo(ct,r),o=ti(M6,r);return s.jsx(Nn.h3,{"data-orientation":a.orientation,"data-state":B6(o.open),"data-disabled":o.disabled?"":void 0,...n,ref:t})});F6.displayName=M6;var ri="AccordionTrigger",T6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=vo(ct,r),o=ti(ri,r),l=TP(ri,r),c=ei(r);return s.jsx(Q0.ItemSlot,{scope:r,children:s.jsx(DP,{"aria-disabled":o.open&&!l.collapsible||void 0,"data-orientation":a.orientation,id:o.triggerId,...c,...n,ref:t})})});T6.displayName=ri;var N6="AccordionContent",k6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=vo(ct,r),o=ti(N6,r),l=ei(r);return s.jsx($P,{role:"region","aria-labelledby":o.triggerId,"data-orientation":a.orientation,...l,...n,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});k6.displayName=N6;function B6(e){return e?"open":"closed"}var ZP=$6;const V6=u.createContext(null);function wo(){return u.useContext(V6)}const OP=e=>e.size,Z6=u.forwardRef((e,t)=>{const{children:r,className:n,value:a,...o}=e,l=wo();if(l===null)throw new Error("No AccordionContext provided");const c=u.useRef(null),f=rt([c,t]),d=u.useMemo(()=>({ref:c}),[]),{id:h}=Wr(a??OP,d),m=a??`accordion-item-${h}`,{disableDivider:p,styling:g}=l,v=X("rbui-accordion",{"rbui-accordion--disable-divider":p,"rbui-accordion--styled":g==="styled"},n);return s.jsx(A6,{className:v,ref:f,value:m,...o,children:r})});Z6.displayName="Accordion";const O6=u.forwardRef((e,t)=>{const{children:r,className:n,keepMounted:a=!1,...o}=e,l=wo();if(l===null)throw new Error("No AccordionContext provided");const c=u.useRef(null),f=u.useRef(null),d=rt([c,t]);u.useEffect(()=>{const p=c.current,g=f.current;if(!p||!g||!a)return;const v=new ResizeObserver(()=>{const b=g.clientHeight;p.style.cssText+=`--rbui-internal-accordion-content-height: ${b}px;`});return v.observe(g),()=>v.disconnect()},[a]);const{styling:h}=l,m=X("rbui-accordion-content__inner",{"rbui-accordion-content__inner--styled":h==="styled"},n);return s.jsx(k6,{className:"rbui-accordion-content","data-forcemounted":!!a,forceMount:a?!0:void 0,ref:d,...o,children:s.jsx("div",{className:m,ref:f,children:r})})});O6.displayName="AccordionContent";const ni=u.forwardRef((e,t)=>{const{children:r,className:n,description:a,...o}=e,l=wo();if(l===null)throw new Error("No AccordionContext provided");const{styling:c}=l,f=X("rbui-accordion-header",{"rbui-accordion-header--styled":c==="styled"},n);return s.jsx(F6,{asChild:!0,className:f,ref:t,tabIndex:0,...o,children:s.jsxs(T6,{children:[s.jsxs("div",{className:"rbui-accordion-header__inner",children:[s.jsx("div",{className:X("rbui-accordion-header__title",c==="styled"&&"rbui-accordion-header__title--styled"),children:r}),a&&s.jsx("div",{className:"rbui-accordion-header__description",children:a})]}),s.jsx(en,{"aria-hidden":!0,className:"rbui-accordion-header__chevron"})]})})});ni.displayName="AccordionHeader";const L6=u.forwardRef((e,t)=>{const{children:r,className:n,onResetClick:a,showReset:o=!1,...l}=e;if(wo()===null)throw new Error("No AccordionContext provided");const f=X("rbui-accordion-filter-header",n);return s.jsxs("div",{className:f,children:[s.jsx(ni,{ref:t,...l,children:r}),o&&s.jsx(Be,{className:"rbui-accordion-filter-header__reset",onClick:d=>{d.stopPropagation(),a?.(d)},type:"inline",children:"Reset"})]})});L6.displayName="AccordionFilterHeader";const R6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disableDivider:o=!1,multiple:l=!1,nonCollapsible:c=!1,onValueChange:f,styling:d="plain",value:h,...m}=e,{contextValue:p}=zr(),g=u.useMemo(()=>({disableDivider:o,styling:d}),[o,d]),v={collapsible:!c,defaultValue:a,onValueChange:f,type:"single",value:h},b={defaultValue:a,onValueChange:f,type:"multiple",value:h},E=X("rbui-accordion-group",{"rbui-accordion-group--styled":d==="styled"},n);return s.jsx(Jt.Provider,{value:p,children:s.jsx(V6.Provider,{value:g,children:s.jsx(ZP,{...l?b:v,...m,className:E,ref:t,children:r})})})});R6.displayName="AccordionGroup",C.AbTestIcon=v1,C.Accordion=Z6,C.AccordionContent=O6,C.AccordionFilterHeader=L6,C.AccordionGroup=R6,C.AccordionHeader=ni,C.ActionsContainer=Sd,C.AggregateIcon=b1,C.Alert=OI,C.AlertTitle=LI,C.AnalyticsIcon=w1,C.AndroidIcon=y1,C.AnonymizeIcon=E1,C.AppleIcon=C1,C.ArchiveAltIcon=x1,C.ArchiveIcon=D1,C.ArrowCollapseIcon=$1,C.ArrowDownIcon=rl,C.ArrowExpandIcon=S1,C.ArrowKeyboardNextIcon=I1,C.ArrowKeyboardPreviousIcon=P1,C.ArrowKeyboardUpIcon=A1,C.ArrowLeftIcon=nl,C.ArrowRightIcon=M1,C.ArrowUpIcon=al,C.AssetTag=Fd,C.AttributeSlotIcon=F1,C.Autocomplete=t6,C.AxisIcon=T1,C.AxisLimtIcon=N1,C.Badge=Td,C.BarChartIcon=k1,C.BooleanIcon=B1,C.BoostIcon=V1,C.Box=co,C.BracketsCancelIcon=Z1,C.BracketsIcon=O1,C.BrowserIcon=L1,C.BrowserPushIcon=R1,C.BuryIcon=_1,C.Button=Be,C.ButtonGroup=Sl,C.CalendarAltIcon=H1,C.CalendarIcon=oa,C.CatalogIcon=U1,C.ChatAddIcon=j1,C.ChatIcon=K1,C.ChatsIcon=z1,C.CheckCircleIcon=W1,C.CheckFilledIcon=ol,C.CheckIcon=q1,C.CheckSmallIcon=ll,C.Checkbox=no,C.CheckboxField=V0,C.CheckboxGroup=r6,C.ChevronDownFillIcon=Y1,C.ChevronDownIcon=en,C.ChevronLeftFillIcon=X1,C.ChevronLeftIcon=tn,C.ChevronRightFillIcon=J1,C.ChevronRightIcon=rn,C.ChevronUpFillIcon=Q1,C.ChevronUpIcon=la,C.ClearFillIcon=es,C.ClearIcon=ts,C.ClipboardAddIcon=rs,C.ClockCircleIcon=ns,C.CloneIcon=as,C.CloseIcon=rr,C.CloseSmallIcon=ls,C.CloudCheckIcon=is,C.CloudDownloadIcon=ss,C.CodeIcon=us,C.ColorPickerAltIcon=cs,C.ColorPickerIcon=ds,C.ColumnsIcon=fs,C.ConditionAltIcon=hs,C.ConditionIcon=ms,C.ConsoleIcon=ps,C.ConstantAltIcon=gs,C.ConstantIcon=vs,C.ContextualPersonalizationIcon=bs,C.CopyIcon=ws,C.CopyToDashboardIcon=ys,C.CsvIcon=Es,C.CustomRowIcon=Cs,C.CustomerIcon=xs,C.CustomersFilterIcon=Ds,C.CustomersSegmentationIcon=$s,C.DateTimeIcon=Ss,C.DateTimePicker=L4,C.DateTimeRangePicker=R4,C.Description=Nd,C.DescriptionIcon=Is,C.DesktopIcon=Ps,C.DisabledIcon=As,C.DivideIcon=Ms,C.DocumentationIcon=Fs,C.DownloadIcon=Ts,C.DragHorizontalIcon=Ns,C.DragVericalIcon=ks,C.EditIcon=Bs,C.EducationHubIcon=Vs,C.EllipsisVerticalIcon=Zs,C.EllipsissHorizontalIcon=Os,C.EmailIcon=Ls,C.EmojiPickerIcon=Rs,C.EmptyIcon=_s,C.ErrorFillIcon=il,C.EventIcon=Us,C.EventsSegmentationIcon=js,C.ExperimentIcon=Ks,C.ExposeIcon=zs,C.ExpressionIcon=Ws,C.ExternalLinkIcon=Gs,C.EyeCrossedIcon=qs,C.EyeIcon=Ys,C.FastForwardIcon=Xs,C.FileIcon=Js,C.FileVideoIcon=Qs,C.FilterIcon=eu,C.FilterTag=kd,C.FireIcon=tu,C.Flex=c6,C.FolderEmptyIcon=ru,C.FolderFullIcon=nu,C.ForceAddToRecallIcon=au,C.ForceAddToRecallUndoIcon=ou,C.FormulaExpressionIcon=lu,C.FormulaIcon=iu,C.FromStartAltIcon=su,C.FullscreenIcon=uu,C.GiftIcon=cu,C.GoToIcon=du,C.GraphStatsIcon=fu,C.GridAltIcon=hu,C.GridIcon=mu,C.Header=Vd,C.HelpIcon=pu,C.HistoryIcon=gu,C.HomeIcon=vu,C.HtmlIcon=bu,C.Icon=F,C.ImageSearchIcon=wu,C.ImagesIcon=yu,C.ImpactDownIcon=sl,C.InfoFilledIcon=ia,C.InfoIcon=Cu,C.InfoSmallIcon=xu,C.InputField=n6,C.InputTag=Al,C.InternetIcon=Du,C.KeyIcon=$u,C.LayoutIcon=Su,C.LikeIcon=Iu,C.LineChartIcon=Pu,C.LinkIcon=Au,C.ListIcon=Mu,C.LoaderIcon=ul,C.LockIcon=Fu,C.LoomiIcon=Tu,C.MapIcon=Nu,C.Menu=_4,C.MenuButton=H4,C.MenuContent=U4,C.MenuGroup=j4,C.MenuGroupLabel=K4,C.MenuItem=z4,C.MenuSeparator=W4,C.MetricAltIcon=ku,C.MinusIcon=Bu,C.MobileAppInboxIcon=Vu,C.MobileImageMessageIcon=Zu,C.MobilePhoneLandscapeIcon=Ou,C.MobilePhonePortraitIcon=Lu,C.MobilePushIcon=Ru,C.MobileSmsIcon=_u,C.MobileTextMessageIcon=Hu,C.Modal=T3,C.ModalBody=N3,C.ModalCloseButton=k0,C.ModalFooter=k3,C.ModalFooterActions=B3,C.ModalHeader=V3,C.ModalHeaderTitle=Z3,C.MoveIcon=Uu,C.MultiParentRejectedIcon=ju,C.MultiParentSelectedIcon=Ku,C.MultiParentUnassignedIcon=zu,C.NegationIcon=Wu,C.NextStepIcon=Id,C.NotificationIcon=Gu,C.NumberIcon=qu,C.OfflineFillIcon=Yu,C.OfflineIcon=Xu,C.OutOfStockIcon=Ju,C.PagesIcon=Qu,C.Pagination=f6,C.PaintIcon=ec,C.ParagraphCenterAlignIcon=tc,C.ParagraphLeftAlignIcon=rc,C.ParagraphRightAlignIcon=nc,C.PassDownIcon=ac,C.PassThroughIcon=oc,C.PercentageIcon=lc,C.PersAlt1Icon=ic,C.PersAlt2Icon=sc,C.PersAlt3Icon=uc,C.PersAlt4Icon=cc,C.PictureAltIcon=dc,C.PictureIcon=fc,C.PinIcon=hc,C.PlugPlayIcon=mc,C.PlusCircleFillIcon=pc,C.PlusCircleIcon=gc,C.PlusIcon=vc,C.Popup=Qa,C.PopupClose=_3,C.PopupContent=to,C.PopupContext=B0,C.PopupTrigger=ro,C.PoverButtonIcon=bc,C.ProductSlotsIcon=wc,C.Radio=z0,C.RadioField=o6,C.RadioGroup=l6,C.ReceiveIcon=yc,C.RefreshIcon=Ec,C.ReleaseNotesIcon=Cc,C.RenameAltIcon=xc,C.RenameIcon=Dc,C.ReorderIcon=$c,C.ReportIcon=Sc,C.RetentionIcon=Ic,C.RewertLeftIcon=Pc,C.RewertRightIcon=Ac,C.RibbonIcon=Mc,C.RoadmapIcon=Fc,C.RobotIcon=Tc,C.RuleLabelIcon=Nc,C.RunningAggregateIcon=kc,C.SaveIcon=Bc,C.ScenarioIcon=Vc,C.SearchIcon=Zc,C.SecurityShieldIcon=Oc,C.SelectField=i6,C.SelectOption=Gt,C.SendIcon=Lc,C.SettingsAltIcon=Rc,C.SettingsIcon=_c,C.ShareIcon=Hc,C.ShopIcon=Uc,C.ShrinkIcon=jc,C.SortAscIcon=Pd,C.SortDescIcon=Ad,C.SortIcon=Kc,C.SortInactiveIcon=Md,C.SplitFlowIcon=zc,C.SqlIcon=Wc,C.StarFillIcon=Gc,C.StarIcon=qc,C.StartFillIcon=Yc,C.StartIcon=Xc,C.StatusDotIcon=Jc,C.StopIcon=Qc,C.StopwatchIcon=e5,C.StringComponentIcon=t5,C.StringIcon=r5,C.SuggestionIcon=n5,C.SurveyIcon=a5,C.SwapIcon=o5,C.Tab=h6,C.TabList=m6,C.TabPanel=p6,C.Table=Od,C.TableBody=Rd,C.TableCell=_d,C.TableCellAction=Ud,C.TableFoot=jd,C.TableHead=Kd,C.TableRow=x2,C.TableSortLabel=D2,C.TabletLangscapeIcon=l5,C.TabletPortraitIcon=i5,C.Tabs=g6,C.TagAltIcon=s5,C.TagGroup=Xl,C.TagIcon=u5,C.TemplateIcon=c5,C.TextBoldIcon=d5,C.TextField=s6,C.TextItalicIcon=f5,C.TextStyleIcon=h5,C.Toast=Q4,C.ToastContext=K0,C.Toaster=YI,C.ToggleButton=Cd,C.ToggleButtonGroup=Dd,C.ToggleField=u6,C.Tooltip=ba,C.TragetIcon=m5,C.TransferIcon=p5,C.TrashIcon=g5,C.TrendIcon=cl,C.TrendMarker=$2,C.Typography=S2,C.UnExposeIcon=v5,C.UnarchiveAltIcon=b5,C.UndoIcon=w5,C.UnlinkIcon=y5,C.UnlockIcon=E5,C.UntilNowAltIcon=C5,C.UploadIcon=x5,C.UsagesIcon=D5,C.UsersIcon=$5,C.VariantsIcon=S5,C.VisualIcon=I5,C.VoucherIcon=P5,C.WaitIcon=A5,C.WalkthroughsIcon=M5,C.WarningFillIcon=dl,C.WebhookIcon=T5,C.WeblayerIcon=N5,C.WrenchIcon=k5,C.toast=e6,C.useDateTimePicker=O4,C.usePopup=O3,C.usePopupContext=Ja,C.useToastContext=J4,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})}));
|
|
43
49
|
//# sourceMappingURL=bloomreach-react-banana-ui.umd.js.map
|