@bloomreach/react-banana-ui 1.31.2 → 1.32.0
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 +7413 -15720
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +22 -28
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/components/{inputs → date}/calendar-grid/calendar-grid.types.d.ts +7 -0
- package/dist/components/date/date-time-picker/date-time-picker.d.ts +74 -0
- package/dist/components/date/date-time-picker/date-time-picker.stories.d.ts +19 -0
- package/dist/components/date/date-time-picker/date-time-picker.types.d.ts +245 -0
- package/dist/components/date/date-time-picker/index.d.ts +3 -0
- package/dist/components/date/date-time-picker/use-date-time-picker.d.ts +35 -0
- package/dist/components/date/date-time-range-picker/date-time-range-picker.d.ts +94 -0
- package/dist/components/date/date-time-range-picker/date-time-range-picker.stories.d.ts +19 -0
- package/dist/components/date/date-time-range-picker/date-time-range-picker.types.d.ts +268 -0
- package/dist/components/date/date-time-range-picker/index.d.ts +2 -0
- package/dist/components/date/date-time-range-picker/use-date-time-range-picker.d.ts +19 -0
- package/dist/components/date/index.d.ts +2 -0
- package/dist/components/date/internal.d.ts +5 -0
- package/dist/components/date/time-selector/index.d.ts +2 -0
- package/dist/components/date/time-selector/time-selector.d.ts +24 -0
- package/dist/components/date/time-selector/time-selector.types.d.ts +52 -0
- package/dist/components/deprecated/date-time-input/date-time-input.d.ts +89 -0
- package/dist/components/deprecated/date-time-input/date-time-input.stories.d.ts +26 -0
- package/dist/components/deprecated/date-time-input/date-time-input.types.d.ts +142 -0
- package/dist/components/deprecated/date-time-input/index.d.ts +3 -0
- package/dist/components/deprecated/date-time-input/use-date-time-input.d.ts +23 -0
- package/dist/components/deprecated/index.d.ts +6 -0
- package/dist/components/feedback/toast/toast-function/toast.d.ts +1 -1
- package/dist/components/inputs/base-input/base-input.types.d.ts +5 -1
- package/dist/components/inputs/index.d.ts +0 -4
- package/dist/react-banana-ui.css +1 -1
- package/dist/utils/date/aria-date-conversion.d.ts +11 -0
- package/dist/utils/date/date-utils.d.ts +34 -0
- package/dist/utils/date/index.d.ts +1 -0
- package/dist/utils/extract-data-aria-attributes.d.ts +59 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +56 -53
- /package/dist/components/{inputs → date}/calendar-cell/calendar-cell.d.ts +0 -0
- /package/dist/components/{inputs → date}/calendar-cell/calendar-cell.types.d.ts +0 -0
- /package/dist/components/{inputs → date}/calendar-cell/index.d.ts +0 -0
- /package/dist/components/{inputs → date}/calendar-grid/calendar-grid.d.ts +0 -0
- /package/dist/components/{inputs → date}/calendar-grid/index.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segment/date-segment.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segment/date-segment.types.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segment/index.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segments/date-segments.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segments/date-segments.types.d.ts +0 -0
- /package/dist/components/{inputs → date}/date-segments/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/calendar-base.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/calendar.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/calendar.qa.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/calendar.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/calendar.types.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/use-calendar-state.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/calendar/use-calendar.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/date-input.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/date-input.qa.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/date-input.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/date-input.types.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/use-date-input-state.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-input/use-date-input.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/date-picker.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/date-picker.qa.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/date-picker.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/date-picker.types.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/use-date-picker-state.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-picker/use-date-picker.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/date-range-picker.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/date-range-picker.qa.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/date-range-picker.stories.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/date-range-picker.types.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/use-date-range-picker-state.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/date-range-picker/use-date-range-picker.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/index.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/range-calendar-base.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/range-calendar.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/range-calendar.types.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/use-range-calendar-state.d.ts +0 -0
- /package/dist/components/{inputs → deprecated}/range-calendar/use-range-calendar.d.ts +0 -0
|
@@ -1,49 +1,43 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(w,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],l):(w=typeof globalThis<"u"?globalThis:w||self,l(w["bloomreach-react-banana-ui"]={},w["react/jsx-runtime"],w.React,w.ReactDOM))})(this,(function(w,l,c,zn){"use strict";function Yn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const n=Yn(c),u0=Yn(zn);function y7(e){return typeof e=="string"}function E7(e,t,r){return e===void 0||y7(e)?t:{...t,ownerState:{...t.ownerState,...r}}}function Xn(e,t,r=(o,a)=>o===a){return e.length===t.length&&e.every((o,a)=>r(o,t[a]))}const C7={disableDefaultClasses:!1},Jn=n.createContext(C7);process.env.NODE_ENV!=="production"&&(Jn.displayName="ClassNameConfiguratorContext");function Qn(e){const{disableDefaultClasses:t}=n.useContext(Jn);return r=>t?"":e(r)}function Te(e,t=[]){if(e===void 0)return{};const r={};return Object.keys(e).filter(o=>o.match(/^on[A-Z]/)&&typeof e[o]=="function"&&!t.includes(o)).forEach(o=>{r[o]=e[o]}),r}function I7(e){const{rootElementName:t="",componentName:r}=e,[o,a]=n.useState(t.toUpperCase());process.env.NODE_ENV!=="production"&&n.useEffect(()=>{t&&o!==t.toUpperCase()&&console.error(`useRootElementName: the \`rootElementName\` prop of ${r?`the ${r} component`:"a component"} expected the '${t}' element, but a '${o.toLowerCase()}' was rendered instead`,"This may cause hydration issues in an SSR context, for example in a Next.js app")},[t,o,r]);const s=n.useCallback(i=>{a(i?.tagName??"")},[]);return[o,s]}function Ne(...e){const t=n.useRef(void 0),r=n.useCallback(o=>{const a=e.map(s=>{if(s==null)return null;if(typeof s=="function"){const i=s,d=i(o);return typeof d=="function"?d:()=>{i(null)}}return s.current=o,()=>{s.current=null}});return()=>{a.forEach(s=>s?.())}},e);return n.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=r(o))},e)}function e1(e){var t,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(r=e1(e[t]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function t1(){for(var e,t,r=0,o="",a=arguments.length;r<a;r++)(e=arguments[r])&&(t=e1(e))&&(o&&(o+=" "),o+=t);return o}function r1(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 x7(e){const{getSlotProps:t,additionalProps:r,externalSlotProps:o,externalForwardedProps:a,className:s}=e;if(!t){const g=t1(r?.className,s,a?.className,o?.className),m={...r?.style,...a?.style,...o?.style},b={...r,...a,...o};return g.length>0&&(b.className=g),Object.keys(m).length>0&&(b.style=m),{props:b,internalRef:void 0}}const i=Te({...a,...o}),d=r1(o),u=r1(a),f=t(i),h=t1(f?.className,r?.className,s,a?.className,o?.className),p={...f?.style,...r?.style,...a?.style,...o?.style},v={...f,...r,...u,...d};return h.length>0&&(v.className=h),Object.keys(p).length>0&&(v.style=p),{props:v,internalRef:f.ref}}function S7(e,t,r){return typeof e=="function"?e(t,r):e}function Bt(e){const{elementType:t,externalSlotProps:r,ownerState:o,skipResolvingSlotProps:a=!1,...s}=e,i=a?{}:S7(r,o),{props:d,internalRef:u}=x7({...s,externalSlotProps:i}),f=Ne(u,i?.ref,e.additionalProps?.ref);return E7(t,{...d,ref:f},o)}function M7(e){return n.forwardRef(function(r,o){const{ownerState:a,...s}=r;return n.createElement(e,{...s,ref:o})})}function n1(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var f0={exports:{}},h0={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 o1;function A7(){if(o1)return ge;o1=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,f=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,v=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,C=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,E=e?Symbol.for("react.scope"):60119;function I(S){if(typeof S=="object"&&S!==null){var V=S.$$typeof;switch(V){case t:switch(S=S.type,S){case u:case f:case o:case s:case a:case p:return S;default:switch(S=S&&S.$$typeof,S){case d:case h:case m:case g:case i:return S;default:return V}}case r:return V}}}function M(S){return I(S)===f}return ge.AsyncMode=u,ge.ConcurrentMode=f,ge.ContextConsumer=d,ge.ContextProvider=i,ge.Element=t,ge.ForwardRef=h,ge.Fragment=o,ge.Lazy=m,ge.Memo=g,ge.Portal=r,ge.Profiler=s,ge.StrictMode=a,ge.Suspense=p,ge.isAsyncMode=function(S){return M(S)||I(S)===u},ge.isConcurrentMode=M,ge.isContextConsumer=function(S){return I(S)===d},ge.isContextProvider=function(S){return I(S)===i},ge.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===t},ge.isForwardRef=function(S){return I(S)===h},ge.isFragment=function(S){return I(S)===o},ge.isLazy=function(S){return I(S)===m},ge.isMemo=function(S){return I(S)===g},ge.isPortal=function(S){return I(S)===r},ge.isProfiler=function(S){return I(S)===s},ge.isStrictMode=function(S){return I(S)===a},ge.isSuspense=function(S){return I(S)===p},ge.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===o||S===f||S===s||S===a||S===p||S===v||typeof S=="object"&&S!==null&&(S.$$typeof===m||S.$$typeof===g||S.$$typeof===i||S.$$typeof===d||S.$$typeof===h||S.$$typeof===C||S.$$typeof===x||S.$$typeof===E||S.$$typeof===b)},ge.typeOf=I,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 a1;function N7(){return a1||(a1=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,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,f=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,v=e?Symbol.for("react.suspense_list"):60120,g=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,b=e?Symbol.for("react.block"):60121,C=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,E=e?Symbol.for("react.scope"):60119;function I(T){return typeof T=="string"||typeof T=="function"||T===o||T===f||T===s||T===a||T===p||T===v||typeof T=="object"&&T!==null&&(T.$$typeof===m||T.$$typeof===g||T.$$typeof===i||T.$$typeof===d||T.$$typeof===h||T.$$typeof===C||T.$$typeof===x||T.$$typeof===E||T.$$typeof===b)}function M(T){if(typeof T=="object"&&T!==null){var le=T.$$typeof;switch(le){case t:var ie=T.type;switch(ie){case u:case f:case o:case s:case a:case p:return ie;default:var se=ie&&ie.$$typeof;switch(se){case d:case h:case m:case g:case i:return se;default:return le}}case r:return le}}}var S=u,V=f,k=d,_=i,G=t,B=h,L=o,A=m,X=g,O=r,R=s,j=a,Z=p,P=!1;function Y(T){return P||(P=!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.")),N(T)||M(T)===u}function N(T){return M(T)===f}function D(T){return M(T)===d}function K(T){return M(T)===i}function $(T){return typeof T=="object"&&T!==null&&T.$$typeof===t}function Q(T){return M(T)===h}function W(T){return M(T)===o}function ee(T){return M(T)===m}function J(T){return M(T)===g}function q(T){return M(T)===r}function ne(T){return M(T)===s}function ce(T){return M(T)===a}function pe(T){return M(T)===p}ve.AsyncMode=S,ve.ConcurrentMode=V,ve.ContextConsumer=k,ve.ContextProvider=_,ve.Element=G,ve.ForwardRef=B,ve.Fragment=L,ve.Lazy=A,ve.Memo=X,ve.Portal=O,ve.Profiler=R,ve.StrictMode=j,ve.Suspense=Z,ve.isAsyncMode=Y,ve.isConcurrentMode=N,ve.isContextConsumer=D,ve.isContextProvider=K,ve.isElement=$,ve.isForwardRef=Q,ve.isFragment=W,ve.isLazy=ee,ve.isMemo=J,ve.isPortal=q,ve.isProfiler=ne,ve.isStrictMode=ce,ve.isSuspense=pe,ve.isValidElementType=I,ve.typeOf=M})()),ve}var l1;function s1(){return l1||(l1=1,process.env.NODE_ENV==="production"?h0.exports=A7():h0.exports=N7()),h0.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:
|
|
28
|
-
`));a({type:ye.itemHover,item:r,event:g})}},[a,r]);let m;return d&&(m=i?0:-1),{getRootProps:(v={})=>{const g=ke(v);return{...v,onClick:f(g),onPointerOver:t?h(g):void 0,tabIndex:m}},highlighted:i,selected:s}}function Kh(e,t){if(t.type===ye.itemHover)return{...e,highlightedValue:t.item};const r=Vn(e,t);if(r.highlightedValue===null&&t.context.items.length>0)return{...r,highlightedValue:t.context.items[0]};if(t.type===ye.keyDown&&t.event.key==="Escape")return{...r,open:!1};if(t.type===ye.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 _t=l.createContext(null);process.env.NODE_ENV!=="production"&&(_t.displayName="CompoundComponentContext");function zh(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 Rr(){const[e,t]=l.useState(new Map),r=l.useRef(new Set),n=l.useCallback(function(f){r.current.delete(f),t(h=>{const m=new Map(h);return m.delete(f),m})},[]),a=l.useCallback(function(f,h){let m;return typeof f=="function"?m=f(r.current):m=f,r.current.add(m),t(p=>{const v=new Map(p);return v.set(m,h),v}),{id:m,deregister:()=>n(m)}},[n]),o=l.useMemo(()=>zh(e),[e]),i=l.useCallback(function(f){return Array.from(o.keys()).indexOf(f)},[o]);return{contextValue:l.useMemo(()=>({getItemIndex:i,registerItem:a,totalSubitemCount:e.size}),[i,a,e.size]),subitems:o}}function Hr(e,t){const r=l.useContext(_t);if(r===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:n}=r,[a,o]=l.useState(typeof e=="function"?void 0:e);return it(()=>{const{id:i,deregister:s}=n(e,t);return o(i),s},[n,t,e]),{id:a,index:a!==void 0?r.getItemIndex(a):-1,totalItemCount:r.totalSubitemCount}}function mt(e,t){return function(n={}){const a={...n,...e(n)};return{...a,...t(a)}}}const Wh={dispatch:()=>{},registerPopup:()=>{},state:{open:!0,changeReason:null},triggerElement:null};function Gh(e={}){const{listboxRef:t,onItemsChange:r,id:n,disabledItemsFocusable:a=!0,disableListWrap:o=!1,autoFocus:i=!0,componentName:s="useMenu"}=e,d=l.useRef(null),f=Ne(d,t),h=Rt(n)??"",{state:{open:m,changeReason:p},dispatch:v,triggerElement:g,registerPopup:b}=l.useContext(Zr)??Wh,y=l.useRef(m),{subitems:C,contextValue:$}=Rr(),D=l.useMemo(()=>Array.from(C.keys()),[C]),x=l.useCallback(B=>B==null?null:C.get(B)?.ref.current??null,[C]),S=l.useCallback(B=>C?.get(B)?.disabled||!1,[C]),k=l.useCallback(B=>C.get(B)?.label||C.get(B)?.ref.current?.innerText,[C]),Z=l.useMemo(()=>({listboxRef:d}),[d]),{dispatch:_,getRootProps:U,contextValue:V,state:{highlightedValue:w},rootRef:M}=So({disabledItemsFocusable:a,disableListWrap:o,focusManagement:"DOM",getItemDomElement:x,getInitialState:()=>({selectedValues:[],highlightedValue:null}),isItemDisabled:S,items:D,getItemAsString:k,rootRef:f,onItemsChange:r,reducerActionContext:Z,selectionMode:"none",stateReducer:Kh,componentName:s});it(()=>{b(h)},[h,b]),it(()=>{m&&p?.type==="keydown"&&p.key==="ArrowUp"&&_({type:ye.highlightLast,event:p})},[m,p,_]),l.useEffect(()=>{m&&i&&w&&!y.current&&C.get(w)?.ref?.current?.focus()},[m,i,w,C,D]),l.useEffect(()=>{d.current?.contains(document.activeElement)&&w!==null&&C?.get(w)?.ref.current?.focus()},[w,C]);const H=B=>N=>{B.onBlur?.(N),!N.defaultMuiPrevented&&(d.current?.contains(N.relatedTarget)||N.relatedTarget===g||v({type:nt.blur,event:N}))},F=B=>N=>{B.onKeyDown?.(N),!N.defaultMuiPrevented&&N.key==="Escape"&&v({type:nt.escapeKeyDown,event:N})},L=(B={})=>({onBlur:H(B),onKeyDown:F(B)}),P=(B={})=>{const N=mt(L,U),R=ke(B);return{...B,...R,...N(R),id:h,role:"menu"}};return l.useDebugValue({subitems:C,highlightedValue:w}),{contextValue:{...$,...V},dispatch:_,getListboxProps:P,highlightedValue:w,listboxRef:M,menuItems:C,open:m,triggerElement:g}}function qh(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:i,totalSubitemCount:s}=t,d=l.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),f=l.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:s}),[i,a,s]);return c.jsx(_t.Provider,{value:f,children:c.jsx(Lr.Provider,{value:d,children:r})})}const br=Math.min,Ut=Math.max,Zn=Math.round,On=Math.floor,st=e=>({x:e,y:e}),Yh={left:"right",right:"left",bottom:"top",top:"bottom"},Xh={start:"end",end:"start"};function Po(e,t,r){return Ut(e,br(t,r))}function _r(e,t){return typeof e=="function"?e(t):e}function jt(e){return e.split("-")[0]}function Ur(e){return e.split("-")[1]}function Oi(e){return e==="x"?"y":"x"}function Ao(e){return e==="y"?"height":"width"}const Jh=new Set(["top","bottom"]);function At(e){return Jh.has(jt(e))?"y":"x"}function Mo(e){return Oi(At(e))}function Qh(e,t,r){r===void 0&&(r=!1);const n=Ur(e),a=Mo(e),o=Ao(a);let i=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(i=Ln(i)),[i,Ln(i)]}function e8(e){const t=Ln(e);return[No(e),t,No(t)]}function No(e){return e.replace(/start|end/g,t=>Xh[t])}const Li=["left","right"],Ri=["right","left"],t8=["top","bottom"],r8=["bottom","top"];function n8(e,t,r){switch(e){case"top":case"bottom":return r?t?Ri:Li:t?Li:Ri;case"left":case"right":return t?t8:r8;default:return[]}}function a8(e,t,r,n){const a=Ur(e);let o=n8(jt(e),r==="start",n);return a&&(o=o.map(i=>i+"-"+a),t&&(o=o.concat(o.map(No)))),o}function Ln(e){return e.replace(/left|right|bottom|top/g,t=>Yh[t])}function o8(e){return{top:0,right:0,bottom:0,left:0,...e}}function Hi(e){return typeof e!="number"?o8(e):{top:e,right:e,bottom:e,left:e}}function Rn(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 _i(e,t,r){let{reference:n,floating:a}=e;const o=At(t),i=Mo(t),s=Ao(i),d=jt(t),f=o==="y",h=n.x+n.width/2-a.width/2,m=n.y+n.height/2-a.height/2,p=n[s]/2-a[s]/2;let v;switch(d){case"top":v={x:h,y:n.y-a.height};break;case"bottom":v={x:h,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:m};break;case"left":v={x:n.x-a.width,y:m};break;default:v={x:n.x,y:n.y}}switch(Ur(t)){case"start":v[i]-=p*(r&&f?-1:1);break;case"end":v[i]+=p*(r&&f?-1:1);break}return v}const l8=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:o=[],platform:i}=r,s=o.filter(Boolean),d=await(i.isRTL==null?void 0:i.isRTL(t));let f=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:m}=_i(f,n,d),p=n,v={},g=0;for(let b=0;b<s.length;b++){const{name:y,fn:C}=s[b],{x:$,y:D,data:x,reset:S}=await C({x:h,y:m,initialPlacement:n,placement:p,strategy:a,middlewareData:v,rects:f,platform:i,elements:{reference:e,floating:t}});h=$??h,m=D??m,v={...v,[y]:{...v[y],...x}},S&&g<=50&&(g++,typeof S=="object"&&(S.placement&&(p=S.placement),S.rects&&(f=S.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:a}):S.rects),{x:h,y:m}=_i(f,p,d)),b=-1)}return{x:h,y:m,placement:p,strategy:a,middlewareData:v}};async function Ui(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:o,rects:i,elements:s,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:m="floating",altBoundary:p=!1,padding:v=0}=_r(t,e),g=Hi(v),y=s[p?m==="floating"?"reference":"floating":m],C=Rn(await o.getClippingRect({element:(r=await(o.isElement==null?void 0:o.isElement(y)))==null||r?y:y.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(s.floating)),boundary:f,rootBoundary:h,strategy:d})),$=m==="floating"?{x:n,y:a,width:i.floating.width,height:i.floating.height}:i.reference,D=await(o.getOffsetParent==null?void 0:o.getOffsetParent(s.floating)),x=await(o.isElement==null?void 0:o.isElement(D))?await(o.getScale==null?void 0:o.getScale(D))||{x:1,y:1}:{x:1,y:1},S=Rn(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:$,offsetParent:D,strategy:d}):$);return{top:(C.top-S.top+g.top)/x.y,bottom:(S.bottom-C.bottom+g.bottom)/x.y,left:(C.left-S.left+g.left)/x.x,right:(S.right-C.right+g.right)/x.x}}const i8=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:a,rects:o,platform:i,elements:s,middlewareData:d}=t,{element:f,padding:h=0}=_r(e,t)||{};if(f==null)return{};const m=Hi(h),p={x:r,y:n},v=Mo(a),g=Ao(v),b=await i.getDimensions(f),y=v==="y",C=y?"top":"left",$=y?"bottom":"right",D=y?"clientHeight":"clientWidth",x=o.reference[g]+o.reference[v]-p[v]-o.floating[g],S=p[v]-o.reference[v],k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(f));let Z=k?k[D]:0;(!Z||!await(i.isElement==null?void 0:i.isElement(k)))&&(Z=s.floating[D]||o.floating[g]);const _=x/2-S/2,U=Z/2-b[g]/2-1,V=br(m[C],U),w=br(m[$],U),M=V,H=Z-b[g]-w,F=Z/2-b[g]/2+_,L=Po(M,F,H),P=!d.arrow&&Ur(a)!=null&&F!==L&&o.reference[g]/2-(F<M?V:w)-b[g]/2<0,B=P?F<M?F-M:F-H:0;return{[v]:p[v]+B,data:{[v]:L,centerOffset:F-L-B,...P&&{alignmentOffset:B}},reset:P}}}),s8=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:o,rects:i,initialPlacement:s,platform:d,elements:f}=t,{mainAxis:h=!0,crossAxis:m=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:b=!0,...y}=_r(e,t);if((r=o.arrow)!=null&&r.alignmentOffset)return{};const C=jt(a),$=At(s),D=jt(s)===s,x=await(d.isRTL==null?void 0:d.isRTL(f.floating)),S=p||(D||!b?[Ln(s)]:e8(s)),k=g!=="none";!p&&k&&S.push(...a8(s,b,g,x));const Z=[s,...S],_=await Ui(t,y),U=[];let V=((n=o.flip)==null?void 0:n.overflows)||[];if(h&&U.push(_[C]),m){const F=Qh(a,i,x);U.push(_[F[0]],_[F[1]])}if(V=[...V,{placement:a,overflows:U}],!U.every(F=>F<=0)){var w,M;const F=(((w=o.flip)==null?void 0:w.index)||0)+1,L=Z[F];if(L&&(!(m==="alignment"?$!==At(L):!1)||V.every(N=>N.overflows[0]>0&&At(N.placement)===$)))return{data:{index:F,overflows:V},reset:{placement:L}};let P=(M=V.filter(B=>B.overflows[0]<=0).sort((B,N)=>B.overflows[1]-N.overflows[1])[0])==null?void 0:M.placement;if(!P)switch(v){case"bestFit":{var H;const B=(H=V.filter(N=>{if(k){const R=At(N.placement);return R===$||R==="y"}return!0}).map(N=>[N.placement,N.overflows.filter(R=>R>0).reduce((R,I)=>R+I,0)]).sort((N,R)=>N[1]-R[1])[0])==null?void 0:H[0];B&&(P=B);break}case"initialPlacement":P=s;break}if(a!==P)return{reset:{placement:P}}}return{}}}},u8=new Set(["left","top"]);async function c8(e,t){const{placement:r,platform:n,elements:a}=e,o=await(n.isRTL==null?void 0:n.isRTL(a.floating)),i=jt(r),s=Ur(r),d=At(r)==="y",f=u8.has(i)?-1:1,h=o&&d?-1:1,m=_r(t,e);let{mainAxis:p,crossAxis:v,alignmentAxis:g}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return s&&typeof g=="number"&&(v=s==="end"?g*-1:g),d?{x:v*h,y:p*f}:{x:p*f,y:v*h}}const d8=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:o,placement:i,middlewareData:s}=t,d=await c8(t,e);return i===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+d.x,y:o+d.y,data:{...d,placement:i}}}}},f8=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:i=!1,limiter:s={fn:y=>{let{x:C,y:$}=y;return{x:C,y:$}}},...d}=_r(e,t),f={x:r,y:n},h=await Ui(t,d),m=At(jt(a)),p=Oi(m);let v=f[p],g=f[m];if(o){const y=p==="y"?"top":"left",C=p==="y"?"bottom":"right",$=v+h[y],D=v-h[C];v=Po($,v,D)}if(i){const y=m==="y"?"top":"left",C=m==="y"?"bottom":"right",$=g+h[y],D=g-h[C];g=Po($,g,D)}const b=s.fn({...t,[p]:v,[m]:g});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[p]:o,[m]:i}}}}}};function Hn(){return typeof window<"u"}function Mt(e){return ji(e)?(e.nodeName||"").toLowerCase():"#document"}function Ge(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ut(e){var t;return(t=(ji(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function ji(e){return Hn()?e instanceof Node||e instanceof Ge(e).Node:!1}function Ee(e){return Hn()?e instanceof Element||e instanceof Ge(e).Element:!1}function Ae(e){return Hn()?e instanceof HTMLElement||e instanceof Ge(e).HTMLElement:!1}function Fo(e){return!Hn()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ge(e).ShadowRoot}const h8=new Set(["inline","contents"]);function jr(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=Xe(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!h8.has(a)}const m8=new Set(["table","td","th"]);function p8(e){return m8.has(Mt(e))}const v8=[":popover-open",":modal"];function _n(e){return v8.some(t=>{try{return e.matches(t)}catch{return!1}})}const g8=["transform","translate","scale","rotate","perspective"],b8=["transform","translate","scale","rotate","perspective","filter"],w8=["paint","layout","strict","content"];function To(e){const t=Un(),r=Ee(e)?Xe(e):e;return g8.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)||b8.some(n=>(r.willChange||"").includes(n))||w8.some(n=>(r.contain||"").includes(n))}function y8(e){let t=vt(e);for(;Ae(t)&&!pt(t);){if(To(t))return t;if(_n(t))return null;t=vt(t)}return null}function Un(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const E8=new Set(["html","body","#document"]);function pt(e){return E8.has(Mt(e))}function Xe(e){return Ge(e).getComputedStyle(e)}function jn(e){return Ee(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function vt(e){if(Mt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Fo(e)&&e.host||ut(e);return Fo(t)?t.host:t}function Ki(e){const t=vt(e);return pt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ae(t)&&jr(t)?t:Ki(t)}function Nt(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),i=Ge(a);if(o){const s=Bo(i);return t.concat(i,i.visualViewport||[],jr(a)?a:[],s&&r?Nt(s):[])}return t.concat(a,Nt(a,[],r))}function Bo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zi(e){const t=Xe(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=Ae(e),o=a?e.offsetWidth:r,i=a?e.offsetHeight:n,s=Zn(r)!==o||Zn(n)!==i;return s&&(r=o,n=i),{width:r,height:n,$:s}}function ko(e){return Ee(e)?e:e.contextElement}function wr(e){const t=ko(e);if(!Ae(t))return st(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:o}=zi(t);let i=(o?Zn(r.width):r.width)/n,s=(o?Zn(r.height):r.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!s||!Number.isFinite(s))&&(s=1),{x:i,y:s}}const C8=st(0);function Wi(e){const t=Ge(e);return!Un()||!t.visualViewport?C8:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function x8(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Ge(e)?!1:t}function Kt(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),o=ko(e);let i=st(1);t&&(n?Ee(n)&&(i=wr(n)):i=wr(e));const s=x8(o,r,n)?Wi(o):st(0);let d=(a.left+s.x)/i.x,f=(a.top+s.y)/i.y,h=a.width/i.x,m=a.height/i.y;if(o){const p=Ge(o),v=n&&Ee(n)?Ge(n):n;let g=p,b=Bo(g);for(;b&&n&&v!==g;){const y=wr(b),C=b.getBoundingClientRect(),$=Xe(b),D=C.left+(b.clientLeft+parseFloat($.paddingLeft))*y.x,x=C.top+(b.clientTop+parseFloat($.paddingTop))*y.y;d*=y.x,f*=y.y,h*=y.x,m*=y.y,d+=D,f+=x,g=Ge(b),b=Bo(g)}}return Rn({width:h,height:m,x:d,y:f})}function Vo(e,t){const r=jn(e).scrollLeft;return t?t.left+r:Kt(ut(e)).left+r}function Gi(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),a=n.left+t.scrollLeft-(r?0:Vo(e,n)),o=n.top+t.scrollTop;return{x:a,y:o}}function D8(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const o=a==="fixed",i=ut(n),s=t?_n(t.floating):!1;if(n===i||s&&o)return r;let d={scrollLeft:0,scrollTop:0},f=st(1);const h=st(0),m=Ae(n);if((m||!m&&!o)&&((Mt(n)!=="body"||jr(i))&&(d=jn(n)),Ae(n))){const v=Kt(n);f=wr(n),h.x=v.x+n.clientLeft,h.y=v.y+n.clientTop}const p=i&&!m&&!o?Gi(i,d,!0):st(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-d.scrollLeft*f.x+h.x+p.x,y:r.y*f.y-d.scrollTop*f.y+h.y+p.y}}function $8(e){return Array.from(e.getClientRects())}function S8(e){const t=ut(e),r=jn(e),n=e.ownerDocument.body,a=Ut(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Ut(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-r.scrollLeft+Vo(e);const s=-r.scrollTop;return Xe(n).direction==="rtl"&&(i+=Ut(t.clientWidth,n.clientWidth)-a),{width:a,height:o,x:i,y:s}}function I8(e,t){const r=Ge(e),n=ut(e),a=r.visualViewport;let o=n.clientWidth,i=n.clientHeight,s=0,d=0;if(a){o=a.width,i=a.height;const f=Un();(!f||f&&t==="fixed")&&(s=a.offsetLeft,d=a.offsetTop)}return{width:o,height:i,x:s,y:d}}const P8=new Set(["absolute","fixed"]);function A8(e,t){const r=Kt(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,o=Ae(e)?wr(e):st(1),i=e.clientWidth*o.x,s=e.clientHeight*o.y,d=a*o.x,f=n*o.y;return{width:i,height:s,x:d,y:f}}function qi(e,t,r){let n;if(t==="viewport")n=I8(e,r);else if(t==="document")n=S8(ut(e));else if(Ee(t))n=A8(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 Rn(n)}function Yi(e,t){const r=vt(e);return r===t||!Ee(r)||pt(r)?!1:Xe(r).position==="fixed"||Yi(r,t)}function M8(e,t){const r=t.get(e);if(r)return r;let n=Nt(e,[],!1).filter(s=>Ee(s)&&Mt(s)!=="body"),a=null;const o=Xe(e).position==="fixed";let i=o?vt(e):e;for(;Ee(i)&&!pt(i);){const s=Xe(i),d=To(i);!d&&s.position==="fixed"&&(a=null),(o?!d&&!a:!d&&s.position==="static"&&!!a&&P8.has(a.position)||jr(i)&&!d&&Yi(e,i))?n=n.filter(h=>h!==i):a=s,i=vt(i)}return t.set(e,n),n}function N8(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const i=[...r==="clippingAncestors"?_n(t)?[]:M8(t,this._c):[].concat(r),n],s=i[0],d=i.reduce((f,h)=>{const m=qi(t,h,a);return f.top=Ut(m.top,f.top),f.right=br(m.right,f.right),f.bottom=br(m.bottom,f.bottom),f.left=Ut(m.left,f.left),f},qi(t,s,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function F8(e){const{width:t,height:r}=zi(e);return{width:t,height:r}}function T8(e,t,r){const n=Ae(t),a=ut(t),o=r==="fixed",i=Kt(e,!0,o,t);let s={scrollLeft:0,scrollTop:0};const d=st(0);function f(){d.x=Vo(a)}if(n||!n&&!o)if((Mt(t)!=="body"||jr(a))&&(s=jn(t)),n){const v=Kt(t,!0,o,t);d.x=v.x+t.clientLeft,d.y=v.y+t.clientTop}else a&&f();o&&!n&&a&&f();const h=a&&!n&&!o?Gi(a,s):st(0),m=i.left+s.scrollLeft-d.x-h.x,p=i.top+s.scrollTop-d.y-h.y;return{x:m,y:p,width:i.width,height:i.height}}function Zo(e){return Xe(e).position==="static"}function Xi(e,t){if(!Ae(e)||Xe(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ut(e)===r&&(r=r.ownerDocument.body),r}function Ji(e,t){const r=Ge(e);if(_n(e))return r;if(!Ae(e)){let a=vt(e);for(;a&&!pt(a);){if(Ee(a)&&!Zo(a))return a;a=vt(a)}return r}let n=Xi(e,t);for(;n&&p8(n)&&Zo(n);)n=Xi(n,t);return n&&pt(n)&&Zo(n)&&!To(n)?r:n||y8(e)||r}const B8=async function(e){const t=this.getOffsetParent||Ji,r=this.getDimensions,n=await r(e.floating);return{reference:T8(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function k8(e){return Xe(e).direction==="rtl"}const V8={convertOffsetParentRelativeRectToViewportRelativeRect:D8,getDocumentElement:ut,getClippingRect:N8,getOffsetParent:Ji,getElementRects:B8,getClientRects:$8,getDimensions:F8,getScale:wr,isElement:Ee,isRTL:k8};function Qi(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Z8(e,t){let r=null,n;const a=ut(e);function o(){var s;clearTimeout(n),(s=r)==null||s.disconnect(),r=null}function i(s,d){s===void 0&&(s=!1),d===void 0&&(d=1),o();const f=e.getBoundingClientRect(),{left:h,top:m,width:p,height:v}=f;if(s||t(),!p||!v)return;const g=On(m),b=On(a.clientWidth-(h+p)),y=On(a.clientHeight-(m+v)),C=On(h),D={rootMargin:-g+"px "+-b+"px "+-y+"px "+-C+"px",threshold:Ut(0,br(1,d))||1};let x=!0;function S(k){const Z=k[0].intersectionRatio;if(Z!==d){if(!x)return i();Z?i(!1,Z):n=setTimeout(()=>{i(!1,1e-7)},1e3)}Z===1&&!Qi(f,e.getBoundingClientRect())&&i(),x=!1}try{r=new IntersectionObserver(S,{...D,root:a.ownerDocument})}catch{r=new IntersectionObserver(S,D)}r.observe(e)}return i(!0),o}function Kn(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:o=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:d=!1}=n,f=ko(e),h=a||o?[...f?Nt(f):[],...Nt(t)]:[];h.forEach(C=>{a&&C.addEventListener("scroll",r,{passive:!0}),o&&C.addEventListener("resize",r)});const m=f&&s?Z8(f,r):null;let p=-1,v=null;i&&(v=new ResizeObserver(C=>{let[$]=C;$&&$.target===f&&v&&(v.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var D;(D=v)==null||D.observe(t)})),r()}),f&&!d&&v.observe(f),v.observe(t));let g,b=d?Kt(e):null;d&&y();function y(){const C=Kt(e);b&&!Qi(b,C)&&r(),b=C,g=requestAnimationFrame(y)}return r(),()=>{var C;h.forEach($=>{a&&$.removeEventListener("scroll",r),o&&$.removeEventListener("resize",r)}),m?.(),(C=v)==null||C.disconnect(),v=null,d&&cancelAnimationFrame(g)}}const O8=d8,L8=f8,R8=s8,e1=i8,H8=(e,t,r)=>{const n=new Map,a={platform:V8,...r},o={...a.platform,_c:n};return l8(e,t,{...a,platform:o})};var _8=typeof document<"u",U8=function(){},zn=_8?u.useLayoutEffect:U8;function Wn(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(!Wn(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)&&!Wn(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function t1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function r1(e,t){const r=t1(e);return Math.round(t*r)/r}function Oo(e){const t=l.useRef(e);return zn(()=>{t.current=e}),t}function n1(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:o,floating:i}={},transform:s=!0,whileElementsMounted:d,open:f}=e,[h,m]=l.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,v]=l.useState(n);Wn(p,n)||v(n);const[g,b]=l.useState(null),[y,C]=l.useState(null),$=l.useCallback(N=>{N!==k.current&&(k.current=N,b(N))},[]),D=l.useCallback(N=>{N!==Z.current&&(Z.current=N,C(N))},[]),x=o||g,S=i||y,k=l.useRef(null),Z=l.useRef(null),_=l.useRef(h),U=d!=null,V=Oo(d),w=Oo(a),M=Oo(f),H=l.useCallback(()=>{if(!k.current||!Z.current)return;const N={placement:t,strategy:r,middleware:p};w.current&&(N.platform=w.current),H8(k.current,Z.current,N).then(R=>{const I={...R,isPositioned:M.current!==!1};F.current&&!Wn(_.current,I)&&(_.current=I,An.flushSync(()=>{m(I)}))})},[p,t,r,w,M]);zn(()=>{f===!1&&_.current.isPositioned&&(_.current.isPositioned=!1,m(N=>({...N,isPositioned:!1})))},[f]);const F=l.useRef(!1);zn(()=>(F.current=!0,()=>{F.current=!1}),[]),zn(()=>{if(x&&(k.current=x),S&&(Z.current=S),x&&S){if(V.current)return V.current(x,S,H);H()}},[x,S,H,V,U]);const L=l.useMemo(()=>({reference:k,floating:Z,setReference:$,setFloating:D}),[$,D]),P=l.useMemo(()=>({reference:x,floating:S}),[x,S]),B=l.useMemo(()=>{const N={position:r,left:0,top:0};if(!P.floating)return N;const R=r1(P.floating,h.x),I=r1(P.floating,h.y);return s?{...N,transform:"translate("+R+"px, "+I+"px)",...t1(P.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:R,top:I}},[r,s,P.floating,h.x,h.y]);return l.useMemo(()=>({...h,update:H,refs:L,elements:P,floatingStyles:B}),[h,H,L,P,B])}const j8=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?e1({element:n.current,padding:a}).fn(r):{}:n?e1({element:n,padding:a}).fn(r):{}}}},Kr=(e,t)=>({...O8(e),options:[e,t]}),Lo=(e,t)=>({...L8(e),options:[e,t]}),Gn=(e,t)=>({...R8(e),options:[e,t]}),K8=(e,t)=>({...j8(e),options:[e,t]});function z8(e){return typeof e=="function"?e():e}const zr=l.forwardRef(function(t,r){const{children:n,container:a,disablePortal:o=!1}=t,[i,s]=l.useState(null),d=Ne(l.isValidElement(n)?Eo(n):null,r);if(it(()=>{o||s(z8(a)||document.body)},[a,o]),it(()=>{if(i&&!o)return yo(r,i),()=>{yo(r,null)}},[r,i,o]),o){if(l.isValidElement(n)){const f={ref:d};return l.cloneElement(n,f)}return n}return i&&An.createPortal(n,i)});process.env.NODE_ENV!=="production"&&(zr.propTypes={children:ee.node,container:ee.oneOfType([Tn,ee.func]),disablePortal:ee.bool}),process.env.NODE_ENV!=="production"&&(zr.propTypes=wo(zr.propTypes));const a1="Popup";function W8(e){return Co(a1,e)}Fi(a1,["root","open"]);const o1=l.createContext(null);process.env.NODE_ENV!=="production"&&(o1.displayName="TransitionContext");function G8(e){const[t,r]=l.useState(!0),n=l.useRef(!1),a=l.useRef(0),[o,i]=l.useState(!1),s=l.useRef(e);l.useEffect(()=>{!e&&a.current>0&&s.current!==e&&(n.current=!0,r(!1)),s.current=e},[e]);const d=l.useCallback(()=>{n.current=!1,r(!0)},[]),f=l.useCallback(()=>(a.current+=1,i(!0),()=>{a.current-=1,a.current===0&&i(!1)}),[]);let h;return o?e?h=!1:h=!n.current&&t:h=!e,{contextValue:l.useMemo(()=>({requestedEnter:e,onExited:d,registerTransition:f,hasExited:h}),[d,e,f,h]),hasExited:h}}const l1=l.createContext(null);process.env.NODE_ENV!=="production"&&(l1.displayName="PopupContext");function q8(e){const{open:t}=e;return Mi({root:["root",t&&"open"]},ui(W8))}function Y8(e){return typeof e=="function"?e():e}const Wr=l.forwardRef(function(t,r){const{anchor:n,children:a,container:o,disablePortal:i=!1,keepMounted:s=!1,middleware:d,offset:f=0,open:h=!1,placement:m="bottom",slotProps:p={},slots:v={},strategy:g="absolute",...b}=t,{refs:y,elements:C,floatingStyles:$,update:D,placement:x}=n1({elements:{reference:Y8(n)},open:h,middleware:d??[Kr(f??0),Gn(),Lo()],placement:m,strategy:g,whileElementsMounted:s?void 0:Kn}),S=Ne(y.setFloating,r);it(()=>{if(s&&h&&C.reference&&C.floating)return Kn(C.reference,C.floating,D)},[s,h,C,D]);const k={...t,disablePortal:i,keepMounted:s,offset:Kr,open:h,placement:m,finalPlacement:x,strategy:g},{contextValue:Z,hasExited:_}=G8(h),U=s&&_?"hidden":void 0,V=q8(k),w=v?.root??"div",M=kr({elementType:w,externalSlotProps:p.root,externalForwardedProps:b,ownerState:k,className:V.root,additionalProps:{ref:S,role:"tooltip",style:{...$,visibility:U}}}),H=l.useMemo(()=>({placement:x}),[x]);return s||!_?c.jsx(zr,{disablePortal:i,container:o,children:c.jsx(l1.Provider,{value:H,children:c.jsx(o1.Provider,{value:Z,children:c.jsx(w,{...M,children:a})})})}):null});process.env.NODE_ENV!=="production"&&(Wr.propTypes={anchor:ee.oneOfType([Tn,ee.object,ee.func]),children:ee.oneOfType([ee.node,ee.func]),container:ee.oneOfType([Tn,ee.func]),disablePortal:ee.bool,keepMounted:ee.bool,middleware:ee.arrayOf(ee.oneOfType([ee.oneOf([!1]),ee.shape({fn:ee.func.isRequired,name:ee.string.isRequired,options:ee.any})])),offset:ee.oneOfType([ee.func,ee.number,ee.shape({alignmentAxis:ee.number,crossAxis:ee.number,mainAxis:ee.number})]),open:ee.bool,placement:ee.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:ee.shape({root:ee.oneOfType([ee.func,ee.object])}),slots:ee.shape({root:ee.elementType}),strategy:ee.oneOf(["absolute","fixed"])});function X8(e={}){const{disabled:t=!1,focusableWhenDisabled:r,rootRef:n}=e,a=l.useContext(Zr);if(a===null)throw new Error("useMenuButton: no menu context available.");const{state:o,dispatch:i,registerTrigger:s,popupId:d}=a,{getRootProps:f,rootRef:h,active:m}=gr({disabled:t,focusableWhenDisabled:r,rootRef:n}),p=Ne(h,s),v=C=>$=>{C.onClick?.($),!$.defaultMuiPrevented&&i({type:nt.toggle,event:$})},g=C=>$=>{C.onKeyDown?.($),!$.defaultMuiPrevented&&($.key==="ArrowDown"||$.key==="ArrowUp")&&($.preventDefault(),i({type:nt.open,event:$}))},b=(C={})=>({onClick:v(C),onKeyDown:g(C)});return{active:m,getRootProps:(C={})=>{const $=ke(C),D=mt(b,f);return{"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":d,...C,...$,...D($),tabIndex:0,ref:p}},open:o.open,rootRef:p}}function J8(e){return`menu-item-${e.size}`}const Q8={dispatch:()=>{}};function em(e){const{disabled:t=!1,id:r,rootRef:n,label:a,disableFocusOnHover:o=!1}=e,i=Rt(r),s=l.useRef(null),d=l.useMemo(()=>({disabled:t,id:i??"",label:a,ref:s}),[t,i,a]),{dispatch:f}=l.useContext(Zr)??Q8,{getRootProps:h,highlighted:m}=Io({item:i,handlePointerOverEvents:!o}),{index:p,totalItemCount:v}=Hr(i??J8,d),{getRootProps:g,focusVisible:b,rootRef:y}=gr({disabled:t,focusableWhenDisabled:!0}),C=Ne(y,n,s);l.useDebugValue({id:i,highlighted:m,disabled:t,label:a});const $=S=>k=>{S.onClick?.(k),!k.defaultMuiPrevented&&f({type:nt.close,event:k})},D=(S={})=>({...S,onClick:$(S)});function x(S={}){const k=ke(S),Z=mt(D,mt(g,h));return{...S,...k,...Z(k),id:i,ref:C,role:"menuitem"}}return i===void 0?{getRootProps:x,disabled:!1,focusVisible:b,highlighted:!1,index:-1,totalItemCount:0,rootRef:C}:{getRootProps:x,disabled:t,focusVisible:b,highlighted:m,index:p,totalItemCount:v,rootRef:C}}function tm(e){const t=lt(e);return t.body===e?vr(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function Gr(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function i1(e){return parseInt(vr(e).getComputedStyle(e).paddingRight,10)||0}function rm(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 s1(e,t,r,n,a){const o=[t,r,...n];[].forEach.call(e.children,i=>{const s=!o.includes(i),d=!rm(i);s&&d&&Gr(i,a)})}function Ro(e,t){let r=-1;return e.some((n,a)=>t(n)?(r=a,!0):!1),r}function nm(e,t){const r=[],n=e.container;if(!t.disableScrollLock){if(tm(n)){const i=uh(vr(n));r.push({value:n.style.paddingRight,property:"padding-right",el:n}),n.style.paddingRight=`${i1(n)+i}px`;const s=lt(n).querySelectorAll(".mui-fixed");[].forEach.call(s,d=>{r.push({value:d.style.paddingRight,property:"padding-right",el:d}),d.style.paddingRight=`${i1(d)+i}px`})}let o;if(n.parentNode instanceof DocumentFragment)o=lt(n).body;else{const i=n.parentElement,s=vr(n);o=i?.nodeName==="HTML"&&s.getComputedStyle(i).overflowY==="scroll"?i: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:i,property:s})=>{o?i.style.setProperty(s,o):i.style.removeProperty(s)})}}function am(e){const t=[];return[].forEach.call(e.children,r=>{r.getAttribute("aria-hidden")==="true"&&t.push(r)}),t}class om{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&&Gr(t.modalRef,!1);const a=am(r);s1(r,t.mount,t.modalRef,a,!0);const o=Ro(this.containers,i=>i.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=Ro(this.containers,o=>o.modals.includes(t)),a=this.containers[n];a.restore||(a.restore=nm(a,r))}remove(t,r=!0){const n=this.modals.indexOf(t);if(n===-1)return n;const a=Ro(this.containers,i=>i.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&&Gr(t.modalRef,r),s1(o.container,t.mount,t.modalRef,o.hiddenSiblings,!1),this.containers.splice(a,1);else{const i=o.modals[o.modals.length-1];i.modalRef&&Gr(i.modalRef,!1)}return n}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function lm(e){return typeof e=="function"?e():e}function im(e){return e?e.props.hasOwnProperty("in"):!1}const sm=new om;function um(e){const{container:t,disableEscapeKeyDown:r=!1,disableScrollLock:n=!1,manager:a=sm,closeAfterTransition:o=!1,onTransitionEnter:i,onTransitionExited:s,children:d,onClose:f,open:h,rootRef:m}=e,p=l.useRef({}),v=l.useRef(null),g=l.useRef(null),b=Ne(g,m),[y,C]=l.useState(!h),$=im(d);let D=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(D=!1);const x=()=>lt(v.current),S=()=>(p.current.modalRef=g.current,p.current.mount=v.current,p.current),k=()=>{a.mount(S(),{disableScrollLock:n}),g.current&&(g.current.scrollTop=0)},Z=Ht(()=>{const P=lm(t)||x().body;a.add(S(),P),g.current&&k()}),_=l.useCallback(()=>a.isTopModal(S()),[a]),U=Ht(P=>{v.current=P,P&&(h&&_()?k():g.current&&Gr(g.current,D))}),V=l.useCallback(()=>{a.remove(S(),D)},[D,a]);l.useEffect(()=>()=>{V()},[V]),l.useEffect(()=>{h?Z():(!$||!o)&&V()},[h,V,$,o,Z]);const w=P=>B=>{P.onKeyDown?.(B),!(B.key!=="Escape"||B.which===229||!_())&&(r||(B.stopPropagation(),f&&f(B,"escapeKeyDown")))},M=P=>B=>{P.onClick?.(B),B.target===B.currentTarget&&f&&f(B,"backdropClick")};return{getRootProps:(P={})=>{const B=ke(e);delete B.onTransitionEnter,delete B.onTransitionExited;const N={...B,...P};return{role:"presentation",...N,onKeyDown:w(N),ref:b}},getBackdropProps:(P={})=>{const B=P;return{"aria-hidden":!0,...B,onClick:M(B),open:h}},getTransitionProps:()=>{const P=()=>{C(!1),i&&i()},B=()=>{C(!0),s&&s(),o&&V()};return{onEnter:Ii(P,d?.props.onEnter),onExited:Ii(B,d?.props.onExited)}},rootRef:b,portalRef:U,isTopModal:_,exited:y,hasTransition:$}}const u1="Modal";function cm(e){return Co(u1,e)}Fi(u1,["root","hidden","backdrop"]);const dm=e=>{const{open:t,exited:r}=e;return Mi({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},ui(cm))},c1=l.forwardRef(function(t,r){const{children:n,closeAfterTransition:a=!1,container:o,disableAutoFocus:i=!1,disableEnforceFocus:s=!1,disableEscapeKeyDown:d=!1,disablePortal:f=!1,disableRestoreFocus:h=!1,disableScrollLock:m=!1,hideBackdrop:p=!1,keepMounted:v=!1,onBackdropClick:g,onClose:b,onKeyDown:y,open:C,onTransitionEnter:$,onTransitionExited:D,slotProps:x={},slots:S={},...k}=t,Z={...t,closeAfterTransition:a,disableAutoFocus:i,disableEnforceFocus:s,disableEscapeKeyDown:d,disablePortal:f,disableRestoreFocus:h,disableScrollLock:m,hideBackdrop:p,keepMounted:v},{getRootProps:_,getBackdropProps:U,getTransitionProps:V,portalRef:w,isTopModal:M,exited:H,hasTransition:F}=um({...Z,rootRef:r}),L={...Z,exited:H,hasTransition:F},P=dm(L),B={};if(n.props.tabIndex===void 0&&(B.tabIndex="-1"),F){const{onEnter:O,onExited:z}=V();B.onEnter=O,B.onExited=z}const N=S.root??"div",R=kr({elementType:N,externalSlotProps:x.root,externalForwardedProps:k,getSlotProps:_,className:P.root,ownerState:L}),I=S.backdrop,T=kr({elementType:I,externalSlotProps:x.backdrop,getSlotProps:O=>U({...O,onClick:z=>{g&&g(z),O?.onClick&&O.onClick(z)}}),className:P.backdrop,ownerState:L});return!v&&!C&&(!F||H)?null:c.jsx(zr,{ref:w,container:o,disablePortal:f,children:c.jsxs(N,{...R,children:[!p&&I?c.jsx(I,{...T}):null,c.jsx(Or,{disableEnforceFocus:s,disableAutoFocus:i,disableRestoreFocus:h,isEnabled:M,open:C,children:l.cloneElement(n,B)})]})})});process.env.NODE_ENV!=="production"&&(c1.propTypes={children:Fn.isRequired,closeAfterTransition:ee.bool,container:ee.oneOfType([Tn,ee.func]),disableAutoFocus:ee.bool,disableEnforceFocus:ee.bool,disableEscapeKeyDown:ee.bool,disablePortal:ee.bool,disableRestoreFocus:ee.bool,disableScrollLock:ee.bool,hideBackdrop:ee.bool,keepMounted:ee.bool,onBackdropClick:ee.func,onClose:ee.func,onTransitionEnter:ee.func,onTransitionExited:ee.func,open:ee.bool.isRequired,slotProps:ee.shape({backdrop:ee.oneOfType([ee.func,ee.object]),root:ee.oneOfType([ee.func,ee.object])}),slots:ee.shape({backdrop:ee.elementType,root:ee.elementType})});function fm(e){const{value:t,label:r,disabled:n,rootRef:a,id:o}=e,{getRootProps:i,highlighted:s,selected:d}=Io({item:t}),{getRootProps:f,rootRef:h}=gr({disabled:n,focusableWhenDisabled:!0}),m=Rt(o),p=l.useRef(null),v=l.useMemo(()=>({disabled:n,label:r,value:t,ref:p,id:m}),[n,r,t,m]),{index:g}=Hr(t,v),b=Ne(a,p,h),y=$=>D=>{$.onKeyDown?.(D),!D.defaultMuiPrevented&&[" ","Enter"].includes(D.key)&&(D.defaultMuiPrevented=!0)},C=($={})=>({onKeyDown:y($)});return{getRootProps:($={})=>{const D=ke($),x=mt(i,mt(f,C));return{...$,...D,...x(D),id:m,ref:b,role:"option","aria-selected":d}},highlighted:s,index:g,selected:d,rootRef:b}}const qn={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},hm=e=>{const{label:t,value:r}=e;return typeof t=="string"?t:typeof r=="string"?r:String(e)};function mm(e,t){const{open:r}=e,{context:{selectionMode:n}}=t;if(t.type===qn.buttonClick){const o=e.selectedValues[0]??Be(null,"start",t.context);return{...e,open:!r,highlightedValue:r?null:o}}if(t.type===qn.browserAutoFill)return $o(t.item,e,t.context);const a=Vn(e,t);switch(t.type){case ye.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]??Be(null,"start",t.context)};if(t.event.key==="ArrowUp")return{...e,open:!0,highlightedValue:e.selectedValues[0]??Be(null,"end",t.context)}}break;case ye.itemClick:if(n==="single")return{...a,open:!1};break;case ye.blur:return{...a,open:!1};default:return a}return a}function pm(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 vm(e){const{areOptionsEqual:t,buttonRef:r,defaultOpen:n=!1,defaultValue:a,disabled:o=!1,listboxId:i,listboxRef:s,multiple:d=!1,name:f,required:h,onChange:m,onHighlightChange:p,onOpenChange:v,open:g,options:b,getOptionAsString:y=hm,getSerializedValue:C=pm,value:$,componentName:D="useSelect"}=e,x=l.useRef(null),S=Ne(r,x),k=l.useRef(null),Z=Rt(i);let _;$===void 0&&a===void 0?_=[]:a!==void 0&&(d?_=a:_=a==null?[]:[a]);const U=l.useMemo(()=>{if($!==void 0)return d?$:$==null?[]:[$]},[$,d]),{subitems:V,contextValue:w}=Rr(),M=l.useMemo(()=>b!=null?new Map(b.map((ie,ue)=>[ie.value,{value:ie.value,label:ie.label,disabled:ie.disabled,ref:l.createRef(),id:`${Z}_${ue}`}])):V,[b,V,Z]),H=Ne(s,k),{getRootProps:F,active:L,focusVisible:P,rootRef:B}=gr({disabled:o,rootRef:S}),N=l.useMemo(()=>Array.from(M.keys()),[M]),R=l.useCallback(ie=>{if(t!==void 0){const ue=N.find(Me=>t(Me,ie));return M.get(ue)}return M.get(ie)},[M,t,N]),I=l.useCallback(ie=>R(ie)?.disabled??!1,[R]),T=l.useCallback(ie=>{const ue=R(ie);return ue?y(ue):""},[R,y]),O=l.useMemo(()=>({selectedValues:U,open:g}),[U,g]),z=l.useCallback(ie=>M.get(ie)?.id,[M]),J=l.useCallback((ie,ue)=>{d?m?.(ie,ue):m?.(ie,ue[0]??null)},[d,m]),X=l.useCallback((ie,ue)=>{p?.(ie,ue??null)},[p]),Q=l.useCallback((ie,ue,Me)=>{ue==="open"&&(v?.(Me),Me===!1&&ie?.type!=="blur"&&x.current?.focus())},[v]),re=l.useCallback(ie=>ie==null?null:V.get(ie)?.ref.current??null,[V]),Y={getInitialState:()=>({highlightedValue:null,selectedValues:_??[],open:n}),getItemId:z,controlledProps:O,focusManagement:"DOM",getItemDomElement:re,itemComparer:t,isItemDisabled:I,rootRef:H,onChange:J,onHighlightChange:X,onStateChange:Q,reducerActionContext:l.useMemo(()=>({multiple:d}),[d]),items:N,getItemAsString:T,selectionMode:d?"multiple":"single",stateReducer:mm,componentName:D},{dispatch:ne,getRootProps:G,contextValue:te,state:{open:j,highlightedValue:ae,selectedValues:se},rootRef:ce}=So(Y),oe=l.useRef(j);it(()=>{if(j&&ae!==null){const ie=R(ae)?.ref;if(!k.current||!ie?.current)return;oe.current||ie.current.focus({preventScroll:!0});const ue=k.current.getBoundingClientRect(),Me=ie.current.getBoundingClientRect();Me.top<ue.top?k.current.scrollTop-=ue.top-Me.top:Me.bottom>ue.bottom&&(k.current.scrollTop+=Me.bottom-ue.bottom)}},[j,ae,R]);const be=l.useCallback(ie=>R(ie),[R]),de=ie=>ue=>{if(ie?.onClick?.(ue),!ue.defaultMuiPrevented){const Me={type:qn.buttonClick,event:ue};ne(Me)}},me=ie=>ue=>{ie.onKeyDown?.(ue),!ue.defaultMuiPrevented&&(ue.key==="ArrowDown"||ue.key==="ArrowUp")&&(ue.preventDefault(),ne({type:ye.keyDown,key:ue.key,event:ue}))},we=(ie={})=>({onClick:de(ie),onKeyDown:me(ie)}),We=(ie={})=>({...ie,...we(ie),role:"combobox","aria-expanded":j,"aria-controls":Z}),It=(ie={})=>{const ue=ke(ie),Me=mt(We,F);return{...ie,...Me(ue)}},Ot=ie=>ue=>{ie.onBlur?.(ue),!ue.defaultMuiPrevented&&(k.current?.contains(ue.relatedTarget)||ue.relatedTarget===x.current)&&(ue.defaultMuiPrevented=!0)},oo=(ie={})=>({onBlur:Ot(ie)}),ni=(ie={})=>{const ue=ke(ie),Me=mt(oo,G);return{id:Z,role:"listbox","aria-multiselectable":d?"true":void 0,...ie,...Me(ue)}};l.useDebugValue({selectedOptions:se,highlightedOption:ae,open:j});const lo=l.useMemo(()=>({...te,...w}),[te,w]);let Lt;e.multiple?Lt=se:Lt=se.length>0?se[0]:null;let Ue;d?Ue=Lt.map(ie=>be(ie)).filter(ie=>ie!==void 0):Ue=be(Lt)??null;const $e=ie=>ue=>{if(ie?.onChange?.(ue),ue.defaultMuiPrevented)return;const Me=M.get(ue.target.value);ue.target.value===""?ne({type:ye.clearSelection}):Me!==void 0&&ne({type:qn.browserAutoFill,item:Me.value,event:ue})};return{buttonActive:L,buttonFocusVisible:P,buttonRef:B,contextValue:lo,disabled:o,dispatch:ne,getButtonProps:It,getHiddenInputProps:(ie={})=>{const ue=ke(ie);return{name:f,tabIndex:-1,"aria-hidden":!0,required:h?!0:void 0,value:C(Ue),style:dh,...ie,onChange:$e(ue)}},getListboxProps:ni,getOptionMetadata:be,listboxRef:ce,open:j,options:N,value:Lt,highlightedOption:ae}}function gm(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:i,totalSubitemCount:s}=t,d=l.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),f=l.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:s}),[i,a,s]);return c.jsx(_t.Provider,{value:f,children:c.jsx(Lr.Provider,{value:d,children:r})})}function Ho(e){const{checked:t,defaultChecked:r,disabled:n,onBlur:a,onChange:o,onFocus:i,onFocusVisible:s,readOnly:d,required:f}=e,[h,m]=Vr({controlled:t,default:!!r,name:"Switch",state:"checked"}),p=x=>S=>{S.nativeEvent.defaultPrevented||(m(S.target.checked),o?.(S),x.onChange?.(S))},[v,g]=l.useState(!1);n&&v&&g(!1);const b=l.useRef(null),y=x=>S=>{b.current||(b.current=S.currentTarget),Bn(S.target)&&(g(!0),s?.(S)),i?.(S),x.onFocus?.(S)},C=x=>S=>{Bn(S.target)||g(!1),a?.(S),x.onBlur?.(S)},$=Ne(b);return{checked:h,disabled:!!n,focusVisible:v,getInputProps:(x={})=>({checked:t,defaultChecked:r,disabled:n,readOnly:d,ref:$,required:f,type:"checkbox",role:"switch","aria-checked":t,...x,onChange:p(x),onFocus:y(x),onBlur:C(x)}),inputRef:$,readOnly:!!d}}function bm(e){const{value:t,defaultValue:r,onChange:n,orientation:a="horizontal",direction:o="ltr",selectionFollowsFocus:i=!1}=e,[s,d]=Vr({controlled:t,default:r,name:"Tabs",state:"value"}),f=l.useCallback((y,C)=>{d(C),n?.(y,C)},[n,d]),{subitems:h,contextValue:m}=Rr(),p=l.useRef(()=>{}),v=l.useCallback(y=>h.get(y)?.id,[h]),g=l.useCallback(y=>p.current(y),[]),b=l.useCallback(y=>{p.current=y},[]);return{contextValue:{direction:o,getTabId:g,getTabPanelId:v,onSelected:f,orientation:a,registerTabIdLookup:b,selectionFollowsFocus:i,value:s,...m}}}const _o=l.createContext(null);process.env.NODE_ENV!=="production"&&(_o.displayName="TabsContext");function Uo(){const e=l.useContext(_o);if(e==null)throw new Error("No TabsContext provided");return e}function wm(e){const{value:t,children:r}=e,{direction:n,getItemIndex:a,onSelected:o,orientation:i,registerItem:s,registerTabIdLookup:d,selectionFollowsFocus:f,totalSubitemCount:h,value:m,getTabId:p,getTabPanelId:v}=t,g=l.useMemo(()=>({getItemIndex:a,registerItem:s,totalSubitemCount:h}),[s,a,h]),b=l.useMemo(()=>({direction:n,getTabId:p,getTabPanelId:v,onSelected:o,orientation:i,registerTabIdLookup:d,selectionFollowsFocus:f,value:m}),[n,p,v,o,i,d,f,m]);return c.jsx(_t.Provider,{value:g,children:c.jsx(_o.Provider,{value:b,children:r})})}function ym(e){return e.size}function Em(e){const{value:t,id:r,rootRef:n}=e,a=Uo();if(a===null)throw new Error("No TabContext provided");const{value:o,getTabId:i}=a,s=Rt(r),d=l.useRef(null),f=Ne(d,n),h=l.useMemo(()=>({id:s,ref:d}),[s]),{id:m}=Hr(t??ym,h),p=m!==o,v=m!==void 0?i(m):void 0;return{hidden:p,getRootProps:(b={})=>({"aria-labelledby":v??void 0,hidden:p,id:s??void 0,...b,ref:f}),rootRef:f}}const d1={valueChange:"valueChange"};function Cm(e,t){if(t.type===d1.valueChange)return{...e,highlightedValue:t.value};const r=Vn(e,t),{context:{selectionFollowsFocus:n}}=t;if(t.type===ye.itemsChange){if(r.selectedValues.length>0)return{...r,highlightedValue:r.selectedValues[0]};Be(null,"reset",t.context)}return n&&r.highlightedValue!=null?{...r,selectedValues:[r.highlightedValue]}:r}function xm(e){const{rootRef:t}=e,{direction:r="ltr",onSelected:n,orientation:a="horizontal",value:o,registerTabIdLookup:i,selectionFollowsFocus:s}=Uo(),{subitems:d,contextValue:f}=Rr(),h=l.useCallback(V=>d.get(V)?.id,[d]);i(h);const m=l.useMemo(()=>Array.from(d.keys()),[d]),p=l.useCallback(V=>V==null?null:d.get(V)?.ref.current??null,[d]),v=r==="rtl";let g;a==="vertical"?g="vertical":g=v?"horizontal-rtl":"horizontal-ltr";const b=l.useCallback((V,w)=>{n(V,w[0]??null)},[n]),y=l.useMemo(()=>o===void 0?{}:o!=null?{selectedValues:[o]}:{selectedValues:[]},[o]),C=l.useCallback(V=>d.get(V)?.disabled??!1,[d]),{contextValue:$,dispatch:D,getRootProps:x,state:{highlightedValue:S,selectedValues:k},rootRef:Z}=So({controlledProps:y,disabledItemsFocusable:!s,focusManagement:"DOM",getItemDomElement:p,isItemDisabled:C,items:m,rootRef:t,onChange:b,orientation:g,reducerActionContext:l.useMemo(()=>({selectionFollowsFocus:s||!1}),[s]),selectionMode:"single",stateReducer:Cm});l.useEffect(()=>{o!==void 0&&o!=null&&D({type:d1.valueChange,value:o})},[D,o]);const _=(V={})=>({...V,...x(V),"aria-orientation":a==="vertical"?"vertical":void 0,role:"tablist"});return{contextValue:l.useMemo(()=>({...f,...$}),[f,$]),dispatch:D,getRootProps:_,highlightedValue:S,isRtl:v,orientation:a,rootRef:Z,selectedValue:k[0]??null}}function Dm(e){const{value:t,children:r}=e,{dispatch:n,getItemIndex:a,getItemState:o,registerItem:i,totalSubitemCount:s}=t,d=l.useMemo(()=>({dispatch:n,getItemState:o,getItemIndex:a}),[n,a,o]),f=l.useMemo(()=>({getItemIndex:a,registerItem:i,totalSubitemCount:s}),[i,a,s]);return c.jsx(_t.Provider,{value:f,children:c.jsx(Lr.Provider,{value:d,children:r})})}function $m(e){return e.size}function Sm(e){const{value:t,rootRef:r,disabled:n=!1,id:a}=e,o=l.useRef(null),i=Rt(a),{value:s,selectionFollowsFocus:d,getTabPanelId:f}=Uo(),h=l.useMemo(()=>({disabled:n,ref:o,id:i}),[n,o,i]),{id:m,index:p,totalItemCount:v}=Hr(t??$m,h),{getRootProps:g,highlighted:b,selected:y}=Io({item:m}),{getRootProps:C,rootRef:$,active:D,focusVisible:x,setFocusVisible:S}=gr({disabled:n,focusableWhenDisabled:!d,type:"button"}),k=Ne(o,r,$),Z=m!==void 0?f(m):void 0;return{getRootProps:(U={})=>{const V=ke(U),w=mt(g,C);return{...U,...w(V),role:"tab","aria-controls":Z,"aria-selected":y,id:i,ref:k}},active:D,focusVisible:x,highlighted:b,index:p,rootRef:k,selected:y||m===s,setFocusVisible:S,totalTabsCount:v}}function Yn(e){return parseInt(e,10)||0}const Im={shadow:{visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"}};function Pm(e){return e==null||Object.keys(e).length===0||e.outerHeightStyle===0&&!e.overflowing}const f1=l.forwardRef(function(t,r){const{onChange:n,maxRows:a,minRows:o=1,style:i,value:s,...d}=t,{current:f}=l.useRef(s!=null),h=l.useRef(null),m=Ne(r,h),p=l.useRef(null),v=l.useRef(null),g=l.useCallback(()=>{const C=h.current,D=vr(C).getComputedStyle(C);if(D.width==="0px")return{outerHeightStyle:0,overflowing:!1};const x=v.current;x.style.width=D.width,x.value=C.value||t.placeholder||"x",x.value.slice(-1)===`
|
|
29
|
-
`&&(
|
|
30
|
-
`))}const
|
|
31
|
-
`)):console.error([`MUI: Unable to find the input element. It was resolved to ${
|
|
32
|
-
`)))},[f]),
|
|
33
|
-
`))}const
|
|
19
|
+
*/var vr,c1;function P7(){if(c1)return vr;c1=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function o(s){if(s==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(s)}function a(){try{if(!Object.assign)return!1;var s=new String("abc");if(s[5]="de",Object.getOwnPropertyNames(s)[0]==="5")return!1;for(var i={},d=0;d<10;d++)i["_"+String.fromCharCode(d)]=d;var u=Object.getOwnPropertyNames(i).map(function(h){return i[h]});if(u.join("")!=="0123456789")return!1;var f={};return"abcdefghijklmnopqrst".split("").forEach(function(h){f[h]=h}),Object.keys(Object.assign({},f)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return vr=a()?Object.assign:function(s,i){for(var d,u=o(s),f,h=1;h<arguments.length;h++){d=Object(arguments[h]);for(var p in d)t.call(d,p)&&(u[p]=d[p]);if(e){f=e(d);for(var v=0;v<f.length;v++)r.call(d,f[v])&&(u[f[v]]=d[f[v]])}}return u},vr}var wr,i1;function mr(){if(i1)return wr;i1=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return wr=e,wr}var br,d1;function u1(){return d1||(d1=1,br=Function.call.bind(Object.prototype.hasOwnProperty)),br}var yr,f1;function Z7(){if(f1)return yr;f1=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=mr(),r={},o=u1();e=function(s){var i="Warning: "+s;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}}}function a(s,i,d,u,f){if(process.env.NODE_ENV!=="production"){for(var h in s)if(o(s,h)){var p;try{if(typeof s[h]!="function"){var v=Error((u||"React class")+": "+d+" type `"+h+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[h]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw v.name="Invariant Violation",v}p=s[h](i,h,u,d,null,t)}catch(m){p=m}if(p&&!(p instanceof Error)&&e((u||"React class")+": type specification of "+d+" `"+h+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof p+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),p instanceof Error&&!(p.message in r)){r[p.message]=!0;var g=f?f():"";e("Failed "+d+" type: "+p.message+(g??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(r={})},yr=a,yr}var Er,h1;function T7(){if(h1)return Er;h1=1;var e=s1(),t=P7(),r=mr(),o=u1(),a=Z7(),s=function(){};process.env.NODE_ENV!=="production"&&(s=function(d){var u="Warning: "+d;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function i(){return null}return Er=function(d,u){var f=typeof Symbol=="function"&&Symbol.iterator,h="@@iterator";function p(N){var D=N&&(f&&N[f]||N[h]);if(typeof D=="function")return D}var v="<<anonymous>>",g={array:x("array"),bigint:x("bigint"),bool:x("boolean"),func:x("function"),number:x("number"),object:x("object"),string:x("string"),symbol:x("symbol"),any:E(),arrayOf:I,element:M(),elementType:S(),instanceOf:V,node:B(),objectOf:_,oneOf:k,oneOfType:G,shape:A,exact:X};function m(N,D){return N===D?N!==0||1/N===1/D:N!==N&&D!==D}function b(N,D){this.message=N,this.data=D&&typeof D=="object"?D:{},this.stack=""}b.prototype=Error.prototype;function C(N){if(process.env.NODE_ENV!=="production")var D={},K=0;function $(W,ee,J,q,ne,ce,pe){if(q=q||v,ce=ce||J,pe!==r){if(u){var T=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 T.name="Invariant Violation",T}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var le=q+":"+J;!D[le]&&K<3&&(s("You are manually calling a React.PropTypes validation function for the `"+ce+"` prop on `"+q+"`. 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."),D[le]=!0,K++)}}return ee[J]==null?W?ee[J]===null?new b("The "+ne+" `"+ce+"` is marked as required "+("in `"+q+"`, but its value is `null`.")):new b("The "+ne+" `"+ce+"` is marked as required in "+("`"+q+"`, but its value is `undefined`.")):null:N(ee,J,q,ne,ce)}var Q=$.bind(null,!1);return Q.isRequired=$.bind(null,!0),Q}function x(N){function D(K,$,Q,W,ee,J){var q=K[$],ne=j(q);if(ne!==N){var ce=Z(q);return new b("Invalid "+W+" `"+ee+"` of type "+("`"+ce+"` supplied to `"+Q+"`, expected ")+("`"+N+"`."),{expectedType:N})}return null}return C(D)}function E(){return C(i)}function I(N){function D(K,$,Q,W,ee){if(typeof N!="function")return new b("Property `"+ee+"` of component `"+Q+"` has invalid PropType notation inside arrayOf.");var J=K[$];if(!Array.isArray(J)){var q=j(J);return new b("Invalid "+W+" `"+ee+"` of type "+("`"+q+"` supplied to `"+Q+"`, expected an array."))}for(var ne=0;ne<J.length;ne++){var ce=N(J,ne,Q,W,ee+"["+ne+"]",r);if(ce instanceof Error)return ce}return null}return C(D)}function M(){function N(D,K,$,Q,W){var ee=D[K];if(!d(ee)){var J=j(ee);return new b("Invalid "+Q+" `"+W+"` of type "+("`"+J+"` supplied to `"+$+"`, expected a single ReactElement."))}return null}return C(N)}function S(){function N(D,K,$,Q,W){var ee=D[K];if(!e.isValidElementType(ee)){var J=j(ee);return new b("Invalid "+Q+" `"+W+"` of type "+("`"+J+"` supplied to `"+$+"`, expected a single ReactElement type."))}return null}return C(N)}function V(N){function D(K,$,Q,W,ee){if(!(K[$]instanceof N)){var J=N.name||v,q=Y(K[$]);return new b("Invalid "+W+" `"+ee+"` of type "+("`"+q+"` supplied to `"+Q+"`, expected ")+("instance of `"+J+"`."))}return null}return C(D)}function k(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&(arguments.length>1?s("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])."):s("Invalid argument supplied to oneOf, expected an array.")),i;function D(K,$,Q,W,ee){for(var J=K[$],q=0;q<N.length;q++)if(m(J,N[q]))return null;var ne=JSON.stringify(N,function(pe,T){var le=Z(T);return le==="symbol"?String(T):T});return new b("Invalid "+W+" `"+ee+"` of value `"+String(J)+"` "+("supplied to `"+Q+"`, expected one of "+ne+"."))}return C(D)}function _(N){function D(K,$,Q,W,ee){if(typeof N!="function")return new b("Property `"+ee+"` of component `"+Q+"` has invalid PropType notation inside objectOf.");var J=K[$],q=j(J);if(q!=="object")return new b("Invalid "+W+" `"+ee+"` of type "+("`"+q+"` supplied to `"+Q+"`, expected an object."));for(var ne in J)if(o(J,ne)){var ce=N(J,ne,Q,W,ee+"."+ne,r);if(ce instanceof Error)return ce}return null}return C(D)}function G(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&s("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var D=0;D<N.length;D++){var K=N[D];if(typeof K!="function")return s("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+P(K)+" at index "+D+"."),i}function $(Q,W,ee,J,q){for(var ne=[],ce=0;ce<N.length;ce++){var pe=N[ce],T=pe(Q,W,ee,J,q,r);if(T==null)return null;T.data&&o(T.data,"expectedType")&&ne.push(T.data.expectedType)}var le=ne.length>0?", expected one of type ["+ne.join(", ")+"]":"";return new b("Invalid "+J+" `"+q+"` supplied to "+("`"+ee+"`"+le+"."))}return C($)}function B(){function N(D,K,$,Q,W){return O(D[K])?null:new b("Invalid "+Q+" `"+W+"` supplied to "+("`"+$+"`, expected a ReactNode."))}return C(N)}function L(N,D,K,$,Q){return new b((N||"React class")+": "+D+" type `"+K+"."+$+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+Q+"`.")}function A(N){function D(K,$,Q,W,ee){var J=K[$],q=j(J);if(q!=="object")return new b("Invalid "+W+" `"+ee+"` of type `"+q+"` "+("supplied to `"+Q+"`, expected `object`."));for(var ne in N){var ce=N[ne];if(typeof ce!="function")return L(Q,W,ee,ne,Z(ce));var pe=ce(J,ne,Q,W,ee+"."+ne,r);if(pe)return pe}return null}return C(D)}function X(N){function D(K,$,Q,W,ee){var J=K[$],q=j(J);if(q!=="object")return new b("Invalid "+W+" `"+ee+"` of type `"+q+"` "+("supplied to `"+Q+"`, expected `object`."));var ne=t({},K[$],N);for(var ce in ne){var pe=N[ce];if(o(N,ce)&&typeof pe!="function")return L(Q,W,ee,ce,Z(pe));if(!pe)return new b("Invalid "+W+" `"+ee+"` key `"+ce+"` supplied to `"+Q+"`.\nBad object: "+JSON.stringify(K[$],null," ")+`
|
|
20
|
+
Valid keys: `+JSON.stringify(Object.keys(N),null," "));var T=pe(J,ce,Q,W,ee+"."+ce,r);if(T)return T}return null}return C(D)}function O(N){switch(typeof N){case"number":case"string":case"undefined":return!0;case"boolean":return!N;case"object":if(Array.isArray(N))return N.every(O);if(N===null||d(N))return!0;var D=p(N);if(D){var K=D.call(N),$;if(D!==N.entries){for(;!($=K.next()).done;)if(!O($.value))return!1}else for(;!($=K.next()).done;){var Q=$.value;if(Q&&!O(Q[1]))return!1}}else return!1;return!0;default:return!1}}function R(N,D){return N==="symbol"?!0:D?D["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&D instanceof Symbol:!1}function j(N){var D=typeof N;return Array.isArray(N)?"array":N instanceof RegExp?"object":R(D,N)?"symbol":D}function Z(N){if(typeof N>"u"||N===null)return""+N;var D=j(N);if(D==="object"){if(N instanceof Date)return"date";if(N instanceof RegExp)return"regexp"}return D}function P(N){var D=Z(N);switch(D){case"array":case"object":return"an "+D;case"boolean":case"date":case"regexp":return"a "+D;default:return D}}function Y(N){return!N.constructor||!N.constructor.name?v:N.constructor.name}return g.checkPropTypes=a,g.resetWarningCache=a.resetWarningCache,g.PropTypes=g,g},Er}var Cr,p1;function F7(){if(p1)return Cr;p1=1;var e=mr();function t(){}function r(){}return r.resetWarningCache=t,Cr=function(){function o(i,d,u,f,h,p){if(p!==e){var v=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 v.name="Invariant Violation",v}}o.isRequired=o;function a(){return o}var s={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:a,element:o,elementType:o,instanceOf:a,node:o,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return s.PropTypes=s,s},Cr}var g1;function V7(){if(g1)return f0.exports;if(g1=1,process.env.NODE_ENV!=="production"){var e=s1(),t=!0;f0.exports=T7()(e.isElement,t)}else f0.exports=F7()();return f0.exports}var k7=V7();const z=n1(k7);function v1(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...o){return e(...o)||t(...o)}}function O7(e){const{prototype:t={}}=e;return!!t.isReactComponent}function w1(e,t,r,o,a){const s=e[t],i=a||t;if(s==null||typeof window>"u")return null;let d;const u=s.type;return typeof u=="function"&&!O7(u)&&(d="Did you accidentally use a plain function component for an element instead?"),d!==void 0?new Error(`Invalid ${o} \`${i}\` supplied to \`${r}\`. Expected an element that can hold a ref. ${d} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const Ir=v1(z.element,w1);Ir.isRequired=v1(z.element.isRequired,w1);const L7="exact-prop: ";function m1(e){return process.env.NODE_ENV==="production"?e:{...e,[L7]:t=>{const r=Object.keys(t).filter(o=>!e.hasOwnProperty(o));return r.length>0?new Error(`The following props are not supported: ${r.map(o=>`\`${o}\``).join(", ")}. Please remove them.`):null}}}function H7(e,...t){const r=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(o=>r.searchParams.append("args[]",o)),`Minified MUI error #${e}; visit ${r} for the full message.`}function p0(e,t,r,o,a){if(process.env.NODE_ENV==="production")return null;const s=e[t],i=a||t;return s==null?null:s&&s.nodeType!==1?new Error(`Invalid ${o} \`${i}\` supplied to \`${r}\`. Expected an HTMLElement.`):null}function b1(...e){return e.reduce((t,r)=>r==null?t:function(...a){t.apply(this,a),r.apply(this,a)},()=>{})}function B7(e,t=166){let r;function o(...a){const s=()=>{e.apply(this,a)};clearTimeout(r),r=setTimeout(s,t)}return o.clear=()=>{clearTimeout(r)},o}function pt(e){return e&&e.ownerDocument||document}function At(e){return pt(e).defaultView||window}function xr(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const Ke=typeof window<"u"?n.useLayoutEffect:n.useEffect;let y1=0;function _7(e){const[t,r]=n.useState(e),o=e||t;return n.useEffect(()=>{t==null&&(y1+=1,r(`mui-${y1}`))},[t]),o}const E1={...n}.useId;function gt(e){if(E1!==void 0){const t=E1();return e??t}return _7(e)}function _t({controlled:e,default:t,name:r,state:o="value"}){const{current:a}=n.useRef(e!==void 0),[s,i]=n.useState(t),d=a?e:s;if(process.env.NODE_ENV!=="production"){n.useEffect(()=>{a!==(e!==void 0)&&console.error([`MUI: A component is changing the ${a?"":"un"}controlled ${o} 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
|
+
`))},[o,r,e]);const{current:f}=n.useRef(t);n.useEffect(()=>{!a&&!Object.is(f,t)&&console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join(`
|
|
22
|
+
`))},[JSON.stringify(t)])}const u=n.useCallback(f=>{a||i(f)},[]);return[d,u]}function Nt(e){const t=n.useRef(e);return Ke(()=>{t.current=e}),n.useRef((...r)=>(0,t.current)(...r)).current}function g0(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 D7(e=window){const t=e.document.documentElement.clientWidth;return e.innerWidth-t}const $7=e=>{const t=n.useRef({});return n.useEffect(()=>{t.current=e}),t.current},R7={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function C1(e,t,r=void 0){const o={};for(const a in e){const s=e[a];let i="",d=!0;for(let u=0;u<s.length;u+=1){const f=s[u];f&&(i+=(d===!0?"":" ")+t(f),d=!1,r&&r[f]&&(i+=" "+r[f]))}o[a]=i}return o}const U7={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 I1(e){return parseInt(n.version,10)>=19?e?.props?.ref||null:e?.ref||null}const x1="base";function W7(e){return`${x1}--${e}`}function j7(e,t){return`${x1}-${e}-${t}`}function Sr(e,t){const r=U7[t];return r?W7(r):j7(e,t)}function S1(e,t){const r={};return t.forEach(o=>{r[o]=Sr(e,o)}),r}function Pt(e={}){const{disabled:t=!1,focusableWhenDisabled:r,href:o,rootRef:a,tabIndex:s,to:i,type:d,rootElementName:u}=e,f=n.useRef(null),[h,p]=n.useState(!1),[v,g]=n.useState(!1);t&&!r&&v&&g(!1);const[m,b]=I7({rootElementName:u??(o||i?"a":void 0),componentName:"Button"}),C=L=>A=>{v&&A.preventDefault(),L.onMouseLeave?.(A)},x=L=>A=>{g0(A.target)||g(!1),L.onBlur?.(A)},E=L=>A=>{f.current||(f.current=A.currentTarget),g0(A.target)&&(g(!0),L.onFocusVisible?.(A)),L.onFocus?.(A)},I=()=>{const L=f.current;return m==="BUTTON"||m==="INPUT"&&["button","submit","reset"].includes(L?.type)||m==="A"&&L?.href},M=L=>A=>{t||L.onClick?.(A)},S=L=>A=>{t||(p(!0),document.addEventListener("mouseup",()=>{p(!1)},{once:!0})),L.onMouseDown?.(A)},V=L=>A=>{L.onKeyDown?.(A),!A.defaultMuiPrevented&&(A.target===A.currentTarget&&!I()&&A.key===" "&&A.preventDefault(),A.target===A.currentTarget&&A.key===" "&&!t&&p(!0),A.target===A.currentTarget&&!I()&&A.key==="Enter"&&!t&&(L.onClick?.(A),A.preventDefault()))},k=L=>A=>{A.target===A.currentTarget&&p(!1),L.onKeyUp?.(A),A.target===A.currentTarget&&!I()&&!t&&A.key===" "&&!A.defaultMuiPrevented&&L.onClick?.(A)},_=Ne(b,a,f),G={};return s!==void 0&&(G.tabIndex=s),m==="BUTTON"?(G.type=d??"button",r?G["aria-disabled"]=t:G.disabled=t):m==="INPUT"?d&&["button","submit","reset"].includes(d)&&(r?G["aria-disabled"]=t:G.disabled=t):m!==""&&(!o&&!i&&(G.role="button",G.tabIndex=s??0),t&&(G["aria-disabled"]=t,G.tabIndex=r?s??0:-1)),{getRootProps:(L={})=>{const A={...Te(e),...Te(L)},X={type:d,...A,...G,...L,onBlur:x(A),onClick:M(A),onFocus:E(A),onKeyDown:V(A),onKeyUp:k(A),onMouseDown:S(A),onMouseLeave:C(A),ref:_};return delete X.onFocusVisible,X},focusVisible:v,setFocusVisible:g,active:h,rootRef:_}}const Dt=n.createContext(null);process.env.NODE_ENV!=="production"&&(Dt.displayName="DropdownContext");function q7(e,t){return e===t}const Mr={},M1=()=>{};function Ar(e,t){const r={...e};return Object.keys(t).forEach(o=>{t[o]!==void 0&&(r[o]=t[o])}),r}function G7(e){const{nextState:t,initialState:r,stateComparers:o,onStateChange:a,controlledProps:s,lastActionRef:i}=e,d=n.useRef(r);n.useEffect(()=>{if(i.current===null)return;const u=Ar(d.current,s);Object.keys(t).forEach(f=>{const h=o[f]??q7,p=t[f],v=u[f];(v==null&&p!=null||v!=null&&p==null||v!=null&&p!=null&&!h(p,v))&&a?.(i.current.event??null,f,p,i.current.type??"",t)}),d.current=t,i.current=null},[d,t,i,a,o,s])}function A1(e){const t=n.useRef(null),{reducer:r,initialState:o,controlledProps:a=Mr,stateComparers:s=Mr,onStateChange:i=M1,actionContext:d,componentName:u=""}=e,f=n.useRef(a);process.env.NODE_ENV!=="production"&&n.useEffect(()=>{Object.keys(a).forEach(m=>{f.current[m]!==void 0&&a[m]===void 0&&console.error(`useControllableReducer: ${u?`The ${u} component`:"A component"} is changing a controlled prop to be uncontrolled: ${m}`),f.current[m]===void 0&&a[m]!==void 0&&console.error(`useControllableReducer: ${u?`The ${u} component`:"A component"} is changing an uncontrolled prop to be controlled: ${m}`)})},[a,u]);const h=n.useCallback((m,b)=>{t.current=b;const C=Ar(m,a);return r(C,b)},[a,r]),[p,v]=n.useReducer(h,o),g=n.useCallback(m=>{v({...m,context:d})},[d]);return G7({nextState:p,initialState:o,stateComparers:s??Mr,onStateChange:i??M1,controlledProps:a,lastActionRef:t}),[Ar(p,a),g]}const qe={blur:"dropdown:blur",escapeKeyDown:"dropdown:escapeKeyDown",toggle:"dropdown:toggle",open:"dropdown:open",close:"dropdown:close"};function K7(e,t){switch(t.type){case qe.blur:return{open:!1,changeReason:t.event};case qe.escapeKeyDown:return{open:!1,changeReason:t.event};case qe.toggle:return{open:!e.open,changeReason:t.event};case qe.open:return{open:!0,changeReason:t.event};case qe.close:return{open:!1,changeReason:t.event};default:throw new Error("Unhandled action")}}function z7(e={}){const{defaultOpen:t,onOpenChange:r,open:o,componentName:a="useDropdown"}=e,[s,i]=n.useState(""),[d,u]=n.useState(null),f=n.useRef(null),h=n.useCallback((b,C,x,E)=>{C==="open"&&r?.(b,x),f.current=E},[r]),p=n.useMemo(()=>o!==void 0?{open:o}:{},[o]),[v,g]=A1({controlledProps:p,initialState:t?{open:!0,changeReason:null}:{open:!1,changeReason:null},onStateChange:h,reducer:K7,componentName:a});return n.useEffect(()=>{!v.open&&f.current!==null&&f.current!==qe.blur&&d?.focus()},[v.open,d]),{contextValue:{state:v,dispatch:g,popupId:s,registerPopup:i,registerTrigger:u,triggerElement:d},open:v.open}}const Y7=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function X7(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 J7(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=o=>e.ownerDocument.querySelector(`input[type="radio"]${o}`);let r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}function Q7(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||J7(e))}function ei(e){const t=[],r=[];return Array.from(e.querySelectorAll(Y7)).forEach((o,a)=>{const s=X7(o);s===-1||!Q7(o)||(s===0?t.push(o):r.push({documentOrder:a,tabIndex:s,node:o}))}),r.sort((o,a)=>o.tabIndex===a.tabIndex?o.documentOrder-a.documentOrder:o.tabIndex-a.tabIndex).map(o=>o.node).concat(t)}function ti(){return!0}function v0(e){const{children:t,disableAutoFocus:r=!1,disableEnforceFocus:o=!1,disableRestoreFocus:a=!1,getTabbable:s=ei,isEnabled:i=ti,open:d}=e,u=n.useRef(!1),f=n.useRef(null),h=n.useRef(null),p=n.useRef(null),v=n.useRef(null),g=n.useRef(!1),m=n.useRef(null),b=Ne(I1(t),m),C=n.useRef(null);n.useEffect(()=>{!d||!m.current||(g.current=!r)},[r,d]),n.useEffect(()=>{if(!d||!m.current)return;const I=pt(m.current);return m.current.contains(I.activeElement)||(m.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
|
+
`)),m.current.setAttribute("tabIndex","-1")),g.current&&m.current.focus()),()=>{a||(p.current&&p.current.focus&&(u.current=!0,p.current.focus()),p.current=null)}},[d]),n.useEffect(()=>{if(!d||!m.current)return;const I=pt(m.current),M=k=>{C.current=k,!(o||!i()||k.key!=="Tab")&&I.activeElement===m.current&&k.shiftKey&&(u.current=!0,h.current&&h.current.focus())},S=()=>{const k=m.current;if(k===null)return;if(!I.hasFocus()||!i()||u.current){u.current=!1;return}if(k.contains(I.activeElement)||o&&I.activeElement!==f.current&&I.activeElement!==h.current)return;if(I.activeElement!==v.current)v.current=null;else if(v.current!==null)return;if(!g.current)return;let _=[];if((I.activeElement===f.current||I.activeElement===h.current)&&(_=s(m.current)),_.length>0){const G=!!(C.current?.shiftKey&&C.current?.key==="Tab"),B=_[0],L=_[_.length-1];typeof B!="string"&&typeof L!="string"&&(G?L.focus():B.focus())}else k.focus()};I.addEventListener("focusin",S),I.addEventListener("keydown",M,!0);const V=setInterval(()=>{I.activeElement&&I.activeElement.tagName==="BODY"&&S()},50);return()=>{clearInterval(V),I.removeEventListener("focusin",S),I.removeEventListener("keydown",M,!0)}},[r,o,a,i,d,s]);const x=I=>{p.current===null&&(p.current=I.relatedTarget),g.current=!0,v.current=I.target;const M=t.props.onFocus;M&&M(I)},E=I=>{p.current===null&&(p.current=I.relatedTarget),g.current=!0};return l.jsxs(n.Fragment,{children:[l.jsx("div",{tabIndex:d?0:-1,onFocus:E,ref:f,"data-testid":"sentinelStart"}),n.cloneElement(t,{ref:b,onFocus:x}),l.jsx("div",{tabIndex:d?0:-1,onFocus:E,ref:h,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(v0.propTypes={children:Ir,disableAutoFocus:z.bool,disableEnforceFocus:z.bool,disableRestoreFocus:z.bool,getTabbable:z.func,isEnabled:z.func,open:z.bool.isRequired}),process.env.NODE_ENV!=="production"&&(v0.propTypes=m1(v0.propTypes));const N1=n.createContext(void 0);process.env.NODE_ENV!=="production"&&(N1.displayName="FormControlContext");function ri(){return n.useContext(N1)}function ni(e={}){const{defaultValue:t,disabled:r=!1,error:o=!1,onBlur:a,onChange:s,onFocus:i,required:d=!1,value:u,inputRef:f}=e,h=ri();let p,v,g,m,b;if(h){if(p=void 0,v=h.disabled??!1,g=h.error??!1,m=h.required??!1,b=h.value,process.env.NODE_ENV!=="production"){const A=["defaultValue","disabled","error","required","value"].filter(X=>e[X]!==void 0);A.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: ${A.join(", ")}`].join(`
|
|
25
|
+
`))}}else p=t,v=r,g=o,m=d,b=u;const{current:C}=n.useRef(b!=null),x=n.useCallback(A=>{process.env.NODE_ENV!=="production"&&A&&A.nodeName!=="INPUT"&&!A.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
|
+
`))},[]),E=n.useRef(null),I=Ne(E,f,x),[M,S]=n.useState(!1);n.useEffect(()=>{!h&&v&&M&&(S(!1),a?.())},[h,v,M,a]);const V=A=>X=>{if(h?.disabled){X.stopPropagation();return}A.onFocus?.(X),h&&h.onFocus?h?.onFocus?.():S(!0)},k=A=>X=>{A.onBlur?.(X),h&&h.onBlur?h.onBlur():S(!1)},_=A=>(X,...O)=>{if(!C&&(X.target||E.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.":H7(17));h?.onChange?.(X),A.onChange?.(X,...O)},G=A=>X=>{E.current&&X.currentTarget===X.target&&E.current.focus(),A.onClick?.(X)};return{disabled:v,error:g,focused:M,formControlContext:h,getInputProps:(A={})=>{const O={...{onBlur:a,onChange:s,onFocus:i},...Te(A)},R={...O,onBlur:k(O),onChange:_(O),onFocus:V(O)};return{...R,"aria-invalid":g||void 0,defaultValue:p,value:b,required:m,disabled:v,...A,ref:I,...R}},getRootProps:(A={})=>{const O={...Te(e,["onBlur","onChange","onFocus"]),...Te(A)};return{...A,...O,onClick:G(O)}},inputRef:I,required:m,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 oi(e,t,r,o,a,s){if(r.length===0||!o&&r.every((d,u)=>a(d,u)))return-1;let i=e;for(;;){if(!s&&t==="next"&&i===r.length||!s&&t==="previous"&&i===-1)return-1;if(o?!1:a(r[i],i))i+=t==="next"?1:-1,s&&(i=(i+r.length)%r.length);else return i}}function Pe(e,t,r){const{items:o,isItemDisabled:a,disableListWrap:s,disabledItemsFocusable:i,itemComparer:d,focusManagement:u}=r,f=u==="DOM"?0:-1,h=o.length-1,p=e==null?-1:o.findIndex(C=>d(C,e));let v,g,m=!s;switch(t){case"reset":if(f===-1)return null;v=0,g="next",m=!1;break;case"start":v=0,g="next",m=!1;break;case"end":v=h,g="previous",m=!1;break;default:{const C=p+t;C<0?!m&&p!==-1||Math.abs(t)>1?(v=0,g="next"):(v=h,g="previous"):C>h?!m||Math.abs(t)>1?(v=h,g="previous"):(v=0,g="next"):(v=C,g=t>=0?"next":"previous")}}const b=oi(v,g,o,i,a,m);return b===-1&&e!==null&&!a(e,p)?e:o[b]??null}function ai(e,t,r,o){return r==="none"?[]:r==="single"?o(t[0],e)?t:[e]:t.some(a=>o(a,e))?t.filter(a=>!o(a,e)):[...t,e]}function Nr(e,t,r){const{itemComparer:o,isItemDisabled:a,selectionMode:s,items:i}=r,{selectedValues:d}=t,u=i.findIndex(h=>o(e,h));if(a(e,u))return t;const f=ai(e,d,s,o);return{...t,selectedValues:f,highlightedValue:e}}function li(e,t,r){const o=t.highlightedValue,{orientation:a,pageSize:s}=r;switch(e){case"Home":return{...t,highlightedValue:Pe(o,"start",r)};case"End":return{...t,highlightedValue:Pe(o,"end",r)};case"PageUp":return{...t,highlightedValue:Pe(o,-s,r)};case"PageDown":return{...t,highlightedValue:Pe(o,s,r)};case"ArrowUp":if(a!=="vertical")break;return{...t,highlightedValue:Pe(o,-1,r)};case"ArrowDown":if(a!=="vertical")break;return{...t,highlightedValue:Pe(o,1,r)};case"ArrowLeft":{if(a==="vertical")break;return{...t,highlightedValue:Pe(o,a==="horizontal-ltr"?-1:1,r)}}case"ArrowRight":{if(a==="vertical")break;return{...t,highlightedValue:Pe(o,a==="horizontal-ltr"?1:-1,r)}}case"Enter":case" ":return t.highlightedValue===null?t:Nr(t.highlightedValue,t,r)}return t}function si(e,t){return t.focusManagement==="DOM"?e:{...e,highlightedValue:null}}function ci(e,t,r){const o=r(e)?.trim().toLowerCase();return!o||o.length===0?!1:o.startsWith(t)}function ii(e,t,r){const{items:o,isItemDisabled:a,disabledItemsFocusable:s,getItemAsString:i}=r,d=t.length>1;let u=d?e.highlightedValue:Pe(e.highlightedValue,1,r);for(let f=0;f<o.length;f+=1){if(!u||!d&&e.highlightedValue===u)return e;if(ci(u,t,i)&&(!a(u,o.indexOf(u))||s))return{...e,highlightedValue:u};u=Pe(u,1,r)}return e}function di(e,t,r,o){const{itemComparer:a,focusManagement:s}=o;let i=null;r.highlightedValue!=null?i=e.find(f=>a(f,r.highlightedValue))??null:s==="DOM"&&t.length===0&&(i=Pe(null,"reset",o));const u=(r.selectedValues??[]).filter(f=>e.some(h=>a(h,f)));return{...r,highlightedValue:i,selectedValues:u}}function ui(e,t){return{...e,highlightedValue:Pe(null,"reset",t)}}function fi(e,t){return{...e,highlightedValue:Pe(null,"end",t)}}function hi(e,t){return{...e,selectedValues:[],highlightedValue:Pe(null,"reset",t)}}function w0(e,t){const{type:r,context:o}=t;switch(r){case we.keyDown:return li(t.key,e,o);case we.itemClick:return Nr(t.item,e,o);case we.blur:return si(e,o);case we.textNavigation:return ii(e,t.searchString,o);case we.itemsChange:return di(t.items,t.previousItems,e,o);case we.resetHighlight:return ui(e,o);case we.highlightLast:return fi(e,o);case we.clearSelection:return hi(e,o);default:return e}}const pi=500;function gi(e){const t=n.useRef({searchString:"",lastTime:null});return n.useCallback(r=>{if(r.key.length===1&&r.key!==" "){const o=t.current,a=r.key.toLowerCase(),s=performance.now();o.searchString.length>0&&o.lastTime&&s-o.lastTime>pi?o.searchString=a:(o.searchString.length!==1||a!==o.searchString)&&(o.searchString+=a),o.lastTime=s,e(o.searchString,r)}},[e])}const P1={},vi=()=>{},wi=(e,t)=>e===t,mi=()=>!1,bi=e=>typeof e=="string"?e:String(e),yi=()=>({highlightedValue:null,selectedValues:[]});function Pr(e){const{controlledProps:t=P1,disabledItemsFocusable:r=!1,disableListWrap:o=!1,focusManagement:a="activeDescendant",getInitialState:s=yi,getItemDomElement:i,getItemId:d,isItemDisabled:u=mi,rootRef:f,onStateChange:h=vi,items:p,itemComparer:v=wi,getItemAsString:g=bi,onChange:m,onHighlightChange:b,onItemsChange:C,orientation:x="vertical",pageSize:E=5,reducerActionContext:I=P1,selectionMode:M="single",stateReducer:S,componentName:V="useList"}=e;if(process.env.NODE_ENV!=="production"){if(a==="DOM"&&i==null)throw new Error("useList: The `getItemDomElement` prop is required when using the `DOM` focus management.");if(a==="activeDescendant"&&d==null)throw new Error("useList: The `getItemId` prop is required when using the `activeDescendant` focus management.")}const k=n.useRef(null),_=Ne(f,k),G=n.useCallback((J,q,ne)=>{b?.(J,q,ne),a==="DOM"&&q!=null&&(ne===we.itemClick||ne===we.keyDown||ne===we.textNavigation)&&i?.(q)?.focus()},[i,b,a]),B=n.useMemo(()=>({highlightedValue:v,selectedValues:(J,q)=>Xn(J,q,v)}),[v]),L=n.useCallback((J,q,ne,ce,pe)=>{switch(h?.(J,q,ne,ce,pe),q){case"highlightedValue":G(J,ne,ce);break;case"selectedValues":m?.(J,ne,ce);break}},[G,m,h]),A=n.useMemo(()=>({disabledItemsFocusable:r,disableListWrap:o,focusManagement:a,isItemDisabled:u,itemComparer:v,items:p,getItemAsString:g,onHighlightChange:G,orientation:x,pageSize:E,selectionMode:M,stateComparers:B}),[r,o,a,u,v,p,g,G,x,E,M,B]),X=s(),O=S??w0,R=n.useMemo(()=>({...I,...A}),[I,A]),[j,Z]=A1({reducer:O,actionContext:R,initialState:X,controlledProps:t,stateComparers:B,onStateChange:L,componentName:V}),{highlightedValue:P,selectedValues:Y}=j,N=gi((J,q)=>Z({type:we.textNavigation,event:q,searchString:J})),D=n.useRef([]);n.useEffect(()=>{Xn(D.current,p,v)||(Z({type:we.itemsChange,event:null,items:p,previousItems:D.current}),D.current=p,C?.(p))},[p,v,Z,C]);const K=J=>q=>{if(J.onKeyDown?.(q),q.defaultMuiPrevented)return;const ne=["Home","End","PageUp","PageDown"];x==="vertical"?ne.push("ArrowUp","ArrowDown"):ne.push("ArrowLeft","ArrowRight"),a==="activeDescendant"&&ne.push(" ","Enter"),ne.includes(q.key)&&q.preventDefault(),Z({type:we.keyDown,key:q.key,event:q}),N(q)},$=J=>q=>{J.onBlur?.(q),!q.defaultMuiPrevented&&(k.current?.contains(q.relatedTarget)||Z({type:we.blur,event:q}))},Q=(J={})=>{const q=Te(J);return{...J,"aria-activedescendant":a==="activeDescendant"&&P!=null?d(P):void 0,tabIndex:a==="DOM"?-1:0,ref:_,...q,onBlur:$(q),onKeyDown:K(q)}},W=n.useCallback(J=>{const q=(Y??[]).some(pe=>pe!=null&&v(J,pe)),ne=P!=null&&v(J,P);return{focusable:a==="DOM",highlighted:ne,selected:q}},[v,Y,P,a]),ee=n.useMemo(()=>({dispatch:Z,getItemState:W}),[Z,W]);return n.useDebugValue({state:j}),{contextValue:ee,dispatch:Z,getRootProps:Q,rootRef:_,state:j}}const $t=n.createContext(null);process.env.NODE_ENV!=="production"&&($t.displayName="ListContext");function Zr(e){const{handlePointerOverEvents:t=!1,item:r}=e,o=n.useContext($t);if(!o)throw new Error("useListItem must be used within a ListProvider");const{dispatch:a,getItemState:s}=o,{highlighted:i,selected:d,focusable:u}=s(r),f=n.useCallback(g=>m=>{if(g.onClick?.(m),!m.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:m})}},[a,r]),h=n.useCallback(g=>m=>{if(g.onMouseOver?.(m),!m.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: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
|
+
`&&(M.value+=" ");const S=I.boxSizing,V=V0(I.paddingBottom)+V0(I.paddingTop),k=V0(I.borderBottomWidth)+V0(I.borderTopWidth),_=M.scrollHeight;M.value="x";const G=M.scrollHeight;let B=_;s&&(B=Math.max(Number(s)*G,B)),a&&(B=Math.min(Number(a)*G,B)),B=Math.max(B,G);const L=B+(S==="border-box"?V+k:0),A=Math.abs(B-_)<=1;return{outerHeightStyle:L,overflowing:A}},[a,s,t.placeholder]),b=n.useCallback(()=>{const x=m();if(o3(x))return;const E=x.outerHeightStyle,I=h.current;v.current!==E&&(v.current=E,I.style.height=`${E}px`),I.style.overflow=x.overflowing?"hidden":""},[m]);Ke(()=>{const x=()=>{b()};let E;const I=()=>{cancelAnimationFrame(E),E=requestAnimationFrame(()=>{x()})},M=B7(x),S=h.current,V=At(S);V.addEventListener("resize",M);let k;return typeof ResizeObserver<"u"&&(k=new ResizeObserver(process.env.NODE_ENV==="test"?I:x),k.observe(S)),()=>{M.clear(),cancelAnimationFrame(E),V.removeEventListener("resize",M),k&&k.disconnect()}},[m,b]),Ke(()=>{b()});const C=x=>{f||b(),o&&o(x)};return l.jsxs(n.Fragment,{children:[l.jsx("textarea",{value:d,onChange:C,ref:p,rows:s,style:i,...u}),l.jsx("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:g,tabIndex:-1,style:{...n3.shadow,...i,paddingTop:0,paddingBottom:0}})]})});process.env.NODE_ENV!=="production"&&(oo.propTypes={className:z.string,maxRows:z.oneOfType([z.number,z.string]),minRows:z.oneOfType([z.number,z.string]),onChange:z.func,placeholder:z.string,style:z.object,value:z.oneOfType([z.arrayOf(z.string),z.number,z.string])});function ao(e){return e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")}function a3(e={}){const{ignoreAccents:t=!0,ignoreCase:r=!0,limit:o,matchFrom:a="any",stringify:s,trim:i=!1}=e;return(d,{inputValue:u,getOptionLabel:f})=>{let h=i?u.trim():u;r&&(h=h.toLowerCase()),t&&(h=ao(h));const p=h?d.filter(v=>{let g=(s||f)(v);return r&&(g=g.toLowerCase()),t&&(g=ao(g)),a==="start"?g.startsWith(h):g.includes(h)}):d;return typeof o=="number"?p.slice(0,o):p}}const l3=a3(),lo=5,s3=e=>e.current!==null&&e.current.parentElement?.contains(document.activeElement),c3=[];function i3(e){const{unstable_isActiveElementInListbox:t=s3,unstable_classNamePrefix:r="Mui",autoComplete:o=!1,autoHighlight:a=!1,autoSelect:s=!1,blurOnSelect:i=!1,clearOnBlur:d=!e.freeSolo,clearOnEscape:u=!1,componentName:f="useAutocomplete",defaultValue:h=e.multiple?c3:null,disableClearable:p=!1,disableCloseOnSelect:v=!1,disabled:g,disabledItemsFocusable:m=!1,disableListWrap:b=!1,filterOptions:C=l3,filterSelectedOptions:x=!1,freeSolo:E=!1,getOptionDisabled:I,getOptionKey:M,getOptionLabel:S=H=>H.label??H,groupBy:V,handleHomeEndKeys:k=!e.freeSolo,id:_,includeInputInList:G=!1,inputValue:B,isOptionEqualToValue:L=(H,F)=>H===F,multiple:A=!1,onChange:X,onClose:O,onHighlightChange:R,onInputChange:j,onOpen:Z,open:P,openOnFocus:Y=!1,options:N,readOnly:D=!1,selectOnFocus:K=!e.freeSolo,value:$}=e,Q=gt(_);let W=S;W=H=>{const F=S(H);if(typeof F!="string"){if(process.env.NODE_ENV!=="production"){const re=F===void 0?"undefined":`${typeof F} (${F})`;console.error(`MUI: The \`getOptionLabel\` method of ${f} returned ${re} instead of a string for ${JSON.stringify(H)}.`)}return String(F)}return F};const ee=n.useRef(!1),J=n.useRef(!0),q=n.useRef(null),ne=n.useRef(null),[ce,pe]=n.useState(null),[T,le]=n.useState(-1),ie=a?0:-1,se=n.useRef(ie),[te,de]=_t({controlled:$,default:h,name:f}),[ue,me]=_t({controlled:B,default:"",name:f,state:"inputValue"}),[Ie,$e]=n.useState(!1),He=n.useCallback((H,F,re)=>{if(!(A?te.length<F.length:F!==null)&&!d)return;let he;if(A)he="";else if(F==null)he="";else{const ye=W(F);he=typeof ye=="string"?ye:""}ue!==he&&(me(he),j&&j(H,he,re))},[W,ue,A,j,me,d,te]),[Ze,We]=_t({controlled:P,default:!1,name:f,state:"open"}),[Lt,hr]=n.useState(!0),ht=!A&&te!=null&&ue===W(te),Oe=Ze&&!D,Ee=Oe?C(N.filter(H=>!(x&&(A?te:[te]).some(F=>F!==null&&L(H,F)))),{inputValue:ht&&Lt?"":ue,getOptionLabel:W}):[],Qe=$7({filteredOptions:Ee,value:te,inputValue:ue});n.useEffect(()=>{const H=te!==Qe.value;Ie&&!H||E&&!H||He(null,te,"reset")},[te,He,Ie,Qe.value,E]);const oe=Ze&&Ee.length>0&&!D;if(process.env.NODE_ENV!=="production"&&te!==null&&!E&&N.length>0){const H=(A?te:[te]).filter(F=>!N.some(re=>L(re,F)));H.length>0&&console.warn([`MUI: The value provided to ${f} is invalid.`,`None of the options match with \`${H.length>1?JSON.stringify(H):JSON.stringify(H[0])}\`.`,"You can use the `isOptionEqualToValue` prop to customize the equality test."].join(`
|
|
30
|
+
`))}const ae=Nt(H=>{H===-1?q.current.focus():ce.querySelector(`[data-tag-index="${H}"]`).focus()});n.useEffect(()=>{A&&T>te.length-1&&(le(-1),ae(-1))},[te,A,T,ae]);function Me(H,F){if(!ne.current||H<0||H>=Ee.length)return-1;let re=H;for(;;){const fe=ne.current.querySelector(`[data-option-index="${re}"]`),he=m?!1:!fe||fe.disabled||fe.getAttribute("aria-disabled")==="true";if(fe&&fe.hasAttribute("tabindex")&&!he)return re;if(F==="next"?re=(re+1)%Ee.length:re=(re-1+Ee.length)%Ee.length,re===H)return-1}}const St=Nt(({event:H,index:F,reason:re="auto"})=>{if(se.current=F,F===-1?q.current.removeAttribute("aria-activedescendant"):q.current.setAttribute("aria-activedescendant",`${Q}-option-${F}`),R&&R(H,F===-1?null:Ee[F],re),!ne.current)return;const fe=ne.current.querySelector(`[role="option"].${r}-focused`);fe&&(fe.classList.remove(`${r}-focused`),fe.classList.remove(`${r}-focusVisible`));let he=ne.current;if(ne.current.getAttribute("role")!=="listbox"&&(he=ne.current.parentElement.querySelector('[role="listbox"]')),!he)return;if(F===-1){he.scrollTop=0;return}const ye=ne.current.querySelector(`[data-option-index="${F}"]`);if(ye&&(ye.classList.add(`${r}-focused`),re==="keyboard"&&ye.classList.add(`${r}-focusVisible`),he.scrollHeight>he.clientHeight&&re!=="mouse"&&re!=="touch")){const Ae=ye,je=he.clientHeight+he.scrollTop,gr=Ae.offsetTop+Ae.offsetHeight;gr>je?he.scrollTop=gr-he.clientHeight:Ae.offsetTop-Ae.offsetHeight*(V?1.3:0)<he.scrollTop&&(he.scrollTop=Ae.offsetTop-Ae.offsetHeight*(V?1.3:0))}}),st=Nt(({event:H,diff:F,direction:re="next",reason:fe="auto"})=>{if(!Oe)return;const ye=Me((()=>{const Ae=Ee.length-1;if(F==="reset")return ie;if(F==="start")return 0;if(F==="end")return Ae;const je=se.current+F;return je<0?je===-1&&G?-1:b&&se.current!==-1||Math.abs(F)>1?0:Ae:je>Ae?je===Ae+1&&G?-1:b||Math.abs(F)>1?Ae:0:je})(),re);if(St({index:ye,reason:fe,event:H}),o&&F!=="reset")if(ye===-1)q.current.value=ue;else{const Ae=W(Ee[ye]);q.current.value=Ae,Ae.toLowerCase().indexOf(ue.toLowerCase())===0&&ue.length>0&&q.current.setSelectionRange(ue.length,Ae.length)}}),fm=()=>{const H=(F,re)=>{const fe=F?W(F):"",he=re?W(re):"";return fe===he};if(se.current!==-1&&Qe.filteredOptions&&Qe.filteredOptions.length!==Ee.length&&Qe.inputValue===ue&&(A?te.length===Qe.value.length&&Qe.value.every((F,re)=>W(te[re])===W(F)):H(Qe.value,te))){const F=Qe.filteredOptions[se.current];if(F)return Ee.findIndex(re=>W(re)===W(F))}return-1},Gn=n.useCallback(()=>{if(!Oe)return;const H=fm();if(H!==-1){se.current=H;return}const F=A?te[0]:te;if(Ee.length===0||F==null){st({diff:"reset"});return}if(ne.current){if(F!=null){const re=Ee[se.current];if(A&&re&&te.findIndex(he=>L(re,he))!==-1)return;const fe=Ee.findIndex(he=>L(he,F));fe===-1?st({diff:"reset"}):St({index:fe});return}if(se.current>=Ee.length-1){St({index:Ee.length-1});return}St({index:se.current})}},[Ee.length,A?!1:te,x,st,St,Oe,ue,A]),hm=Nt(H=>{xr(ne,H),H&&Gn()});process.env.NODE_ENV!=="production"&&n.useEffect(()=>{(!q.current||q.current.nodeName!=="INPUT")&&(q.current&&q.current.nodeName==="TEXTAREA"?console.warn([`A textarea element was provided to ${f} 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 ${q.current} while an HTMLInputElement was expected.`,`Instead, ${f} expects an input element.`,"",f==="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
|
+
`)))},[f]),n.useEffect(()=>{Gn()},[Gn]);const Mt=H=>{Ze||(We(!0),hr(!0),Z&&Z(H))},i0=(H,F)=>{Ze&&(We(!1),O&&O(H,F))},Ht=(H,F,re,fe)=>{if(A){if(te.length===F.length&&te.every((he,ye)=>he===F[ye]))return}else if(te===F)return;X&&X(H,F,re,fe),de(F)},pr=n.useRef(!1),d0=(H,F,re="selectOption",fe="options")=>{let he=re,ye=F;if(A){if(ye=Array.isArray(te)?te.slice():[],process.env.NODE_ENV!=="production"){const je=ye.filter(gr=>L(F,gr));je.length>1&&console.error([`MUI: The \`isOptionEqualToValue\` method of ${f} does not handle the arguments correctly.`,`The component expects a single value to match a given option but found ${je.length} matches.`].join(`
|
|
33
|
+
`))}const Ae=ye.findIndex(je=>L(F,je));Ae===-1?ye.push(F):fe!=="freeSolo"&&(ye.splice(Ae,1),he="removeOption")}He(H,ye,he),Ht(H,ye,he,{option:F}),!v&&(!H||!H.ctrlKey&&!H.metaKey)&&i0(H,he),(i===!0||i==="touch"&&pr.current||i==="mouse"&&!pr.current)&&q.current.blur()};function pm(H,F){if(H===-1)return-1;let re=H;for(;;){if(F==="next"&&re===te.length||F==="previous"&&re===-1)return-1;const fe=ce.querySelector(`[data-tag-index="${re}"]`);if(!fe||!fe.hasAttribute("tabindex")||fe.disabled||fe.getAttribute("aria-disabled")==="true")re+=F==="next"?1:-1;else return re}}const g7=(H,F)=>{if(!A)return;ue===""&&i0(H,"toggleInput");let re=T;T===-1?ue===""&&F==="previous"&&(re=te.length-1):(re+=F==="next"?1:-1,re<0&&(re=0),re===te.length&&(re=-1)),re=pm(re,F),le(re),ae(re)},v7=H=>{ee.current=!0,me(""),j&&j(H,"","clear"),Ht(H,A?[]:null,"clear")},gm=H=>F=>{if(H.onKeyDown&&H.onKeyDown(F),!F.defaultMuiPrevented&&(T!==-1&&!["ArrowLeft","ArrowRight"].includes(F.key)&&(le(-1),ae(-1)),F.which!==229))switch(F.key){case"Home":Oe&&k&&(F.preventDefault(),st({diff:"start",direction:"next",reason:"keyboard",event:F}));break;case"End":Oe&&k&&(F.preventDefault(),st({diff:"end",direction:"previous",reason:"keyboard",event:F}));break;case"PageUp":F.preventDefault(),st({diff:-lo,direction:"previous",reason:"keyboard",event:F}),Mt(F);break;case"PageDown":F.preventDefault(),st({diff:lo,direction:"next",reason:"keyboard",event:F}),Mt(F);break;case"ArrowDown":F.preventDefault(),st({diff:1,direction:"next",reason:"keyboard",event:F}),Mt(F);break;case"ArrowUp":F.preventDefault(),st({diff:-1,direction:"previous",reason:"keyboard",event:F}),Mt(F);break;case"ArrowLeft":g7(F,"previous");break;case"ArrowRight":g7(F,"next");break;case"Enter":if(se.current!==-1&&Oe){const re=Ee[se.current],fe=I?I(re):!1;if(F.preventDefault(),fe)return;d0(F,re,"selectOption"),o&&q.current.setSelectionRange(q.current.value.length,q.current.value.length)}else E&&ue!==""&&ht===!1&&(A&&F.preventDefault(),d0(F,ue,"createOption","freeSolo"));break;case"Escape":Oe?(F.preventDefault(),F.stopPropagation(),i0(F,"escape")):u&&(ue!==""||A&&te.length>0)&&(F.preventDefault(),F.stopPropagation(),v7(F));break;case"Backspace":if(A&&!D&&ue===""&&te.length>0){const re=T===-1?te.length-1:T,fe=te.slice();fe.splice(re,1),Ht(F,fe,"removeOption",{option:te[re]})}break;case"Delete":if(A&&!D&&ue===""&&te.length>0&&T!==-1){const re=T,fe=te.slice();fe.splice(re,1),Ht(F,fe,"removeOption",{option:te[re]})}break}},vm=H=>{$e(!0),Y&&!ee.current&&Mt(H)},w7=H=>{if(t(ne)){q.current.focus();return}$e(!1),J.current=!0,ee.current=!1,s&&se.current!==-1&&Oe?d0(H,Ee[se.current],"blur"):s&&E&&ue!==""?d0(H,ue,"blur","freeSolo"):d&&He(H,te,"blur"),i0(H,"blur")},wm=H=>{const F=H.target.value;ue!==F&&(me(F),hr(!1),j&&j(H,F,"input")),F===""?!p&&!A&&Ht(H,null,"clear"):Mt(H)},mm=H=>{const F=Number(H.currentTarget.getAttribute("data-option-index"));se.current!==F&&St({event:H,index:F,reason:"mouse"})},bm=H=>{St({event:H,index:Number(H.currentTarget.getAttribute("data-option-index")),reason:"touch"}),pr.current=!0},ym=H=>{const F=Number(H.currentTarget.getAttribute("data-option-index"));d0(H,Ee[F],"selectOption"),pr.current=!1},Em=H=>F=>{const re=te.slice();re.splice(H,1),Ht(F,re,"removeOption",{option:te[H]})},m7=H=>{Ze?i0(H,"toggleInput"):Mt(H)},Cm=H=>{H.currentTarget.contains(H.target)&&H.target.getAttribute("id")!==Q&&H.preventDefault()},Im=H=>{H.currentTarget.contains(H.target)&&(q.current.focus(),K&&J.current&&q.current.selectionEnd-q.current.selectionStart===0&&q.current.select(),J.current=!1)},xm=H=>{!g&&(ue===""||!Ze)&&m7(H)};let Kn=E&&ue.length>0;Kn=Kn||(A?te.length>0:te!==null);let b7=Ee;if(V){const H=new Map;let F=!1;b7=Ee.reduce((re,fe,he)=>{const ye=V(fe);return re.length>0&&re[re.length-1].group===ye?re[re.length-1].options.push(fe):(process.env.NODE_ENV!=="production"&&(H.get(ye)&&!F&&(console.warn(`MUI: The options provided combined with the \`groupBy\` method of ${f} returns duplicated headers.`,"You can solve the issue by sorting the options with the output of `groupBy`."),F=!0),H.set(ye,!0)),re.push({key:he,index:he,group:ye,options:[fe]})),re},[])}return g&&Ie&&w7(),{getRootProps:(H={})=>({"aria-owns":oe?`${Q}-listbox`:null,...H,onKeyDown:gm(H),onMouseDown:Cm,onClick:Im}),getInputLabelProps:()=>({id:`${Q}-label`,htmlFor:Q}),getInputProps:()=>({id:Q,value:ue,onBlur:w7,onFocus:vm,onChange:wm,onMouseDown:xm,"aria-activedescendant":Oe?"":null,"aria-autocomplete":o?"both":"list","aria-controls":oe?`${Q}-listbox`:void 0,"aria-expanded":oe,autoComplete:"off",ref:q,autoCapitalize:"none",spellCheck:"false",role:"combobox",disabled:g}),getClearProps:()=>({tabIndex:-1,type:"button",onClick:v7}),getPopupIndicatorProps:()=>({tabIndex:-1,type:"button",onClick:m7}),getTagProps:({index:H})=>({key:H,"data-tag-index":H,tabIndex:-1,...!D&&{onDelete:Em(H)}}),getListboxProps:()=>({role:"listbox",id:`${Q}-listbox`,"aria-labelledby":`${Q}-label`,ref:hm,onMouseDown:H=>{H.preventDefault()}}),getOptionProps:({index:H,option:F})=>{const re=(A?te:[te]).some(he=>he!=null&&L(F,he)),fe=I?I(F):!1;return{key:M?.(F)??W(F),tabIndex:-1,role:"option",id:`${Q}-option-${H}`,onMouseMove:mm,onClick:ym,onTouchStart:bm,"data-option-index":H,"aria-disabled":fe,"aria-selected":re}},id:Q,inputValue:ue,value:te,dirty:Kn,expanded:Oe&&ce,popupOpen:Oe,focused:Ie||T!==-1,anchorEl:ce,setAnchorEl:pe,focusedTag:T,groupedOptions:b7}}var Gr={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 p1;function Bm(){return p1||(p1=1,function(e){(function(){var t={}.hasOwnProperty;function r(){for(var o="",i=0;i<arguments.length;i++){var s=arguments[i];s&&(o=a(o,n(s)))}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 i="";for(var s in o)t.call(o,s)&&o[s]&&(i=a(i,s));return i}function a(o,i){return i?o?o+" "+i:o+i:o}e.exports?(r.default=r,e.exports=r):window.classNames=r})()}(jo)),jo.exports}var km=Bm();const q=fi(km),Vm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Zm=u.forwardRef(Vm),A=u.forwardRef((e,t)=>{const{children:r,color:n,size:a,...o}=e,i={...a?{height:a,width:a}:{},...n?{fill:n}:{},ref:t,...o};return u.isValidElement(r)?u.cloneElement(r,i):null});A.displayName="Icon";const v1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zm,{})}));v1.displayName="AbTestIcon";const Om=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Lm=u.forwardRef(Om),g1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lm,{})}));g1.displayName="AggregateIcon";const Rm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Hm=u.forwardRef(Rm),b1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hm,{})}));b1.displayName="AnalyticsIcon";const _m=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Um=u.forwardRef(_m),w1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Um,{})}));w1.displayName="AndroidIcon";const jm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Km=u.forwardRef(jm),y1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Km,{})}));y1.displayName="AnonymizeIcon";const zm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),Wm=u.forwardRef(zm),E1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wm,{})}));E1.displayName="AppleIcon";const Gm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),qm=u.forwardRef(Gm),C1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qm,{})}));C1.displayName="ArchiveAltIcon";const Ym=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),Xm=u.forwardRef(Ym),x1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xm,{})}));x1.displayName="ArchiveIcon";const Jm=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Qm=u.forwardRef(Jm),D1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Qm,{})}));D1.displayName="ArrowCollapseIcon";const ep=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),tp=u.forwardRef(ep),Ko=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(tp,{})}));Ko.displayName="ArrowDownIcon";const rp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),np=u.forwardRef(rp),$1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(np,{})}));$1.displayName="ArrowExpandIcon";const ap=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),op=u.forwardRef(ap),S1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(op,{})}));S1.displayName="ArrowKeyboardNextIcon";const lp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),ip=u.forwardRef(lp),I1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ip,{})}));I1.displayName="ArrowKeyboardPreviousIcon";const sp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),up=u.forwardRef(sp),P1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(up,{})}));P1.displayName="ArrowKeyboardUpIcon";const cp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),dp=u.forwardRef(cp),zo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dp,{})}));zo.displayName="ArrowLeftIcon";const fp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),hp=u.forwardRef(fp),A1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hp,{})}));A1.displayName="ArrowRightIcon";const mp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),pp=u.forwardRef(mp),Wo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pp,{})}));Wo.displayName="ArrowUpIcon";const vp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"})))),gp=u.forwardRef(vp),M1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gp,{})}));M1.displayName="AttributeSlotIcon";const bp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),wp=u.forwardRef(bp),N1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wp,{})}));N1.displayName="AxisIcon";const yp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ep=u.forwardRef(yp),F1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ep,{})}));F1.displayName="AxisLimtIcon";const Cp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),xp=u.forwardRef(Cp),T1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xp,{})}));T1.displayName="BarChartIcon";const Dp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),$p=u.forwardRef(Dp),B1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($p,{})}));B1.displayName="BooleanIcon";const Sp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"})))),Ip=u.forwardRef(Sp),k1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ip,{})}));k1.displayName="BoostIcon";const Pp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Ap=u.forwardRef(Pp),V1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ap,{})}));V1.displayName="BracketsCancelIcon";const Mp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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(Mp),Z1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Np,{})}));Z1.displayName="BracketsIcon";const Fp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Tp=u.forwardRef(Fp),O1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Tp,{})}));O1.displayName="BrowserIcon";const Bp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},l.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"}),l.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"})),kp=u.forwardRef(Bp),L1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kp,{})}));L1.displayName="BrowserPushIcon";const Vp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"})))),Zp=u.forwardRef(Vp),R1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zp,{})}));R1.displayName="BuryIcon";const Op=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Lp=u.forwardRef(Op),H1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lp,{})}));H1.displayName="CalendarAltIcon";const Rp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Hp=u.forwardRef(Rp),Xn=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hp,{})}));Xn.displayName="CalendarIcon";const _p=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Up=u.forwardRef(_p),_1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Up,{})}));_1.displayName="CatalogIcon";const jp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Kp=u.forwardRef(jp),U1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Kp,{})}));U1.displayName="ChatAddIcon";const zp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Wp=u.forwardRef(zp),j1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wp,{})}));j1.displayName="ChatIcon";const Gp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),qp=u.forwardRef(Gp),K1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qp,{})}));K1.displayName="ChatsIcon";const Yp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),Xp=u.forwardRef(Yp),z1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xp,{})}));z1.displayName="CheckCircleIcon";const Jp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),W1=u.forwardRef(Jp),Go=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(W1,{})}));Go.displayName="CheckFilledIcon";const Qp=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),ev=u.forwardRef(Qp),G1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ev,{})}));G1.displayName="CheckIcon";const tv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),rv=u.forwardRef(tv),qo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(rv,{})}));qo.displayName="CheckSmallIcon";const nv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),av=u.forwardRef(nv),q1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(av,{})}));q1.displayName="ChevronDownFillIcon";const ov=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),lv=u.forwardRef(ov),qr=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(lv,{})}));qr.displayName="ChevronDownIcon";const iv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),sv=u.forwardRef(iv),Y1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(sv,{})}));Y1.displayName="ChevronLeftFillIcon";const uv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),cv=u.forwardRef(uv),Yr=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(cv,{})}));Yr.displayName="ChevronLeftIcon";const dv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),fv=u.forwardRef(dv),X1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(fv,{})}));X1.displayName="ChevronRightFillIcon";const hv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),mv=u.forwardRef(hv),Xr=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(mv,{})}));Xr.displayName="ChevronRightIcon";const pv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),vv=u.forwardRef(pv),J1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(vv,{})}));J1.displayName="ChevronUpFillIcon";const gv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),bv=u.forwardRef(gv),Jn=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(bv,{})}));Jn.displayName="ChevronUpIcon";const wv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),yv=u.forwardRef(wv),Q1=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(yv,{})}));Q1.displayName="ClearFillIcon";const Ev=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Cv=u.forwardRef(Ev),es=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Cv,{})}));es.displayName="ClearIcon";const xv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),Dv=u.forwardRef(xv),ts=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Dv,{})}));ts.displayName="ClipboardAddIcon";const $v=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),Sv=u.forwardRef($v),rs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Sv,{})}));rs.displayName="ClockCircleIcon";const Iv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Pv=u.forwardRef(Iv),ns=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Pv,{})}));ns.displayName="CloneIcon";const Av=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),as=u.forwardRef(Av),zt=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(as,{})}));zt.displayName="CloseIcon";const Mv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Nv=u.forwardRef(Mv),os=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Nv,{})}));os.displayName="CloseSmallIcon";const Fv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Tv=u.forwardRef(Fv),ls=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Tv,{})}));ls.displayName="CloudCheckIcon";const Bv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),kv=u.forwardRef(Bv),is=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kv,{})}));is.displayName="CloudDownloadIcon";const Vv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Zv=u.forwardRef(Vv),ss=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zv,{})}));ss.displayName="CodeIcon";const Ov=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Lv=u.forwardRef(Ov),us=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lv,{})}));us.displayName="ColorPickerAltIcon";const Rv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Hv=u.forwardRef(Rv),cs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hv,{})}));cs.displayName="ColorPickerIcon";const _v=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Uv=u.forwardRef(_v),ds=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Uv,{})}));ds.displayName="ColumnsIcon";const jv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},l.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"})),Kv=u.forwardRef(jv),fs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Kv,{})}));fs.displayName="ConditionAltIcon";const zv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),Wv=u.forwardRef(zv),hs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wv,{})}));hs.displayName="ConditionIcon";const Gv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"})),qv=u.forwardRef(Gv),ms=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qv,{})}));ms.displayName="ConsoleIcon";const Yv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Xv=u.forwardRef(Yv),ps=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xv,{})}));ps.displayName="ConstantAltIcon";const Jv=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Qv=u.forwardRef(Jv),vs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Qv,{})}));vs.displayName="ConstantIcon";const eg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),tg=u.forwardRef(eg),gs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(tg,{})}));gs.displayName="ContextualPersonalizationIcon";const rg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),ng=u.forwardRef(rg),bs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ng,{})}));bs.displayName="CopyIcon";const ag=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"}),l.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"})),og=u.forwardRef(ag),ws=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(og,{})}));ws.displayName="CopyToDashboardIcon";const lg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),ig=u.forwardRef(lg),ys=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ig,{})}));ys.displayName="CsvIcon";const sg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),ug=u.forwardRef(sg),Es=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ug,{})}));Es.displayName="CustomRowIcon";const cg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"}),l.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"})),dg=u.forwardRef(cg),Cs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dg,{})}));Cs.displayName="CustomerIcon";const fg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),hg=u.forwardRef(fg),xs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hg,{})}));xs.displayName="CustomersFilterIcon";const mg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),pg=u.forwardRef(mg),Ds=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pg,{})}));Ds.displayName="CustomersSegmentationIcon";const vg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"}),l.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"})),gg=u.forwardRef(vg),$s=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gg,{})}));$s.displayName="DateTimeIcon";const bg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),wg=u.forwardRef(bg),Ss=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wg,{})}));Ss.displayName="DescriptionIcon";const yg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Eg=u.forwardRef(yg),Is=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Eg,{})}));Is.displayName="DesktopIcon";const Cg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),xg=u.forwardRef(Cg),Ps=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xg,{})}));Ps.displayName="DisabledIcon";const Dg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),$g=u.forwardRef(Dg),As=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($g,{})}));As.displayName="DivideIcon";const Sg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"}),l.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"})),Ig=u.forwardRef(Sg),Ms=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ig,{})}));Ms.displayName="DocumentationIcon";const Pg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),Ag=u.forwardRef(Pg),Ns=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ag,{})}));Ns.displayName="DownloadIcon";const Mg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ng=u.forwardRef(Mg),Fs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ng,{})}));Fs.displayName="DragHorizontalIcon";const Fg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Tg=u.forwardRef(Fg),Ts=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Tg,{})}));Ts.displayName="DragVericalIcon";const Bg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),kg=u.forwardRef(Bg),Bs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kg,{})}));Bs.displayName="EditIcon";const Vg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Zg=u.forwardRef(Vg),ks=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zg,{})}));ks.displayName="EducationHubIcon";const Og=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),Lg=u.forwardRef(Og),Vs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lg,{})}));Vs.displayName="EllipsisVerticalIcon";const Rg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Hg=u.forwardRef(Rg),Zs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hg,{})}));Zs.displayName="EllipsissHorizontalIcon";const _g=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ug=u.forwardRef(_g),Os=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ug,{})}));Os.displayName="EmailIcon";const jg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),Kg=u.forwardRef(jg),Ls=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Kg,{})}));Ls.displayName="EmojiPickerIcon";const zg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.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"}))),Wg=u.forwardRef(zg),Rs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wg,{})}));Rs.displayName="EmptyIcon";const Gg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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(Gg),Yo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hs,{})}));Yo.displayName="ErrorFillIcon";const qg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"})),Yg=u.forwardRef(qg),_s=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Yg,{})}));_s.displayName="EventIcon";const Xg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Jg=u.forwardRef(Xg),Us=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Jg,{})}));Us.displayName="EventsSegmentationIcon";const Qg=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),e9=u.forwardRef(Qg),js=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(e9,{})}));js.displayName="ExperimentIcon";const t9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),r9=u.forwardRef(t9),Ks=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(r9,{})}));Ks.displayName="ExposeIcon";const n9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.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"}),l.createElement("path",{d:"M6.251 10.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),l.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"})),a9=u.forwardRef(n9),zs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(a9,{})}));zs.displayName="ExpressionIcon";const o9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"})),l9=u.forwardRef(o9),Ws=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(l9,{})}));Ws.displayName="ExternalLinkIcon";const i9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"}),l.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"})),s9=u.forwardRef(i9),Gs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(s9,{})}));Gs.displayName="EyeCrossedIcon";const u9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"})),c9=u.forwardRef(u9),qs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(c9,{})}));qs.displayName="EyeIcon";const d9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),f9=u.forwardRef(d9),Ys=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(f9,{})}));Ys.displayName="FastForwardIcon";const h9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),m9=u.forwardRef(h9),Xs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(m9,{})}));Xs.displayName="FileIcon";const p9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),v9=u.forwardRef(p9),Js=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(v9,{})}));Js.displayName="FileVideoIcon";const g9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),b9=u.forwardRef(g9),Qs=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(b9,{})}));Qs.displayName="FilterIcon";const w9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),y9=u.forwardRef(w9),eu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(y9,{})}));eu.displayName="FireIcon";const E9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),C9=u.forwardRef(E9),tu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(C9,{})}));tu.displayName="FolderEmptyIcon";const x9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),D9=u.forwardRef(x9),ru=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(D9,{})}));ru.displayName="FolderFullIcon";const $9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"}),l.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"}),l.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"}),l.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"})),S9=u.forwardRef($9),nu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(S9,{})}));nu.displayName="ForceAddToRecallIcon";const I9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"}),l.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"}),l.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"}),l.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"})),P9=u.forwardRef(I9),au=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(P9,{})}));au.displayName="ForceAddToRecallUndoIcon";const A9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),M9=u.forwardRef(A9),ou=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(M9,{})}));ou.displayName="FormulaExpressionIcon";const N9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),F9=u.forwardRef(N9),lu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(F9,{})}));lu.displayName="FormulaIcon";const T9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),B9=u.forwardRef(T9),iu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(B9,{})}));iu.displayName="FromStartAltIcon";const k9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),V9=u.forwardRef(k9),su=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(V9,{})}));su.displayName="FullscreenIcon";const Z9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),O9=u.forwardRef(Z9),uu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(O9,{})}));uu.displayName="GiftIcon";const L9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),R9=u.forwardRef(L9),cu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(R9,{})}));cu.displayName="GoToIcon";const H9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),_9=u.forwardRef(H9),du=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(_9,{})}));du.displayName="GraphStatsIcon";const U9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),j9=u.forwardRef(U9),fu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(j9,{})}));fu.displayName="GridAltIcon";const K9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),z9=u.forwardRef(K9),hu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(z9,{})}));hu.displayName="GridIcon";const W9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"}),l.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"})),G9=u.forwardRef(W9),mu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(G9,{})}));mu.displayName="HelpIcon";const q9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),Y9=u.forwardRef(q9),pu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Y9,{})}));pu.displayName="HistoryIcon";const X9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),J9=u.forwardRef(X9),vu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(J9,{})}));vu.displayName="HomeIcon";const Q9=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),eb=u.forwardRef(Q9),gu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(eb,{})}));gu.displayName="HtmlIcon";const tb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"}),l.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"})))),rb=u.forwardRef(tb),bu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(rb,{})}));bu.displayName="ImageSearchIcon";const nb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),ab=u.forwardRef(nb),wu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ab,{})}));wu.displayName="ImagesIcon";const ob=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),lb=u.forwardRef(ob),Xo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(lb,{})}));Xo.displayName="ImpactDownIcon";const ib=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),yu=u.forwardRef(ib),Qn=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(yu,{})}));Qn.displayName="InfoFilledIcon";const sb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),ub=u.forwardRef(sb),Eu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ub,{})}));Eu.displayName="InfoIcon";const cb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),db=u.forwardRef(cb),Cu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(db,{})}));Cu.displayName="InfoSmallIcon";const fb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),hb=u.forwardRef(fb),xu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hb,{})}));xu.displayName="InternetIcon";const mb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("path",{d:"M11.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"}),l.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"})),pb=u.forwardRef(mb),Du=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pb,{})}));Du.displayName="KeyIcon";const vb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),gb=u.forwardRef(vb),$u=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gb,{})}));$u.displayName="LayoutIcon";const bb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),wb=u.forwardRef(bb),Su=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wb,{})}));Su.displayName="LikeIcon";const yb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Eb=u.forwardRef(yb),Iu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Eb,{})}));Iu.displayName="LineChartIcon";const Cb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.createElement("path",{d:"M5.5 7.583a.75.75 0 1 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7Z"})),xb=u.forwardRef(Cb),Pu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xb,{})}));Pu.displayName="LinkIcon";const Db=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),$b=u.forwardRef(Db),Au=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($b,{})}));Au.displayName="ListIcon";const Sb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ib=u.forwardRef(Sb),Jo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ib,{})}));Jo.displayName="LoaderIcon";const Pb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.createElement("path",{d:"M8.751 11a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),l.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"})),Ab=u.forwardRef(Pb),Mu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ab,{})}));Mu.displayName="LockIcon";const Mb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.createElement("g",{id:"loomi AI"},l.createElement("g",{id:"Shape"},l.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"}),l.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(Mb),Nu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Nb,{})}));Nu.displayName="LoomiIcon";const Fb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Tb=u.forwardRef(Fb),Fu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Tb,{})}));Fu.displayName="MapIcon";const Bb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),kb=u.forwardRef(Bb),Tu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kb,{})}));Tu.displayName="MetricAltIcon";const Vb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),Zb=u.forwardRef(Vb),Bu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zb,{})}));Bu.displayName="MinusIcon";const Ob=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"}),l.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"})),Lb=u.forwardRef(Ob),ku=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lb,{})}));ku.displayName="MobileAppInboxIcon";const Rb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"}),l.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"}),l.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"})),Hb=u.forwardRef(Rb),Vu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hb,{})}));Vu.displayName="MobileImageMessageIcon";const _b=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Ub=u.forwardRef(_b),Zu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ub,{})}));Zu.displayName="MobilePhoneLandscapeIcon";const jb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),Kb=u.forwardRef(jb),Ou=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Kb,{})}));Ou.displayName="MobilePhonePortraitIcon";const zb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Wb=u.forwardRef(zb),Lu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wb,{})}));Lu.displayName="MobilePushIcon";const Gb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"}),l.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"})),qb=u.forwardRef(Gb),Ru=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qb,{})}));Ru.displayName="MobileSmsIcon";const Yb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"}),l.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"}),l.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"})),Xb=u.forwardRef(Yb),Hu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xb,{})}));Hu.displayName="MobileTextMessageIcon";const Jb=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Qb=u.forwardRef(Jb),_u=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Qb,{})}));_u.displayName="MoveIcon";const ew=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"})))),tw=u.forwardRef(ew),Uu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(tw,{})}));Uu.displayName="MultiParentRejectedIcon";const rw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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)=>c.jsx(A,{...e,ref:t,children:c.jsx(nw,{})}));ju.displayName="MultiParentSelectedIcon";const aw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"})))),ow=u.forwardRef(aw),Ku=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ow,{})}));Ku.displayName="MultiParentUnassignedIcon";const lw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),iw=u.forwardRef(lw),zu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(iw,{})}));zu.displayName="NegationIcon";const sw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),uw=u.forwardRef(sw),Wu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(uw,{})}));Wu.displayName="NotificationIcon";const cw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),dw=u.forwardRef(cw),Gu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dw,{})}));Gu.displayName="NumberIcon";const fw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),hw=u.forwardRef(fw),qu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hw,{})}));qu.displayName="OfflineFillIcon";const mw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.createElement("path",{d:"M6.001 8.25a.75.75 0 1 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"}),l.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"})),pw=u.forwardRef(mw),Yu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pw,{})}));Yu.displayName="OfflineIcon";const vw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"}),l.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"})))),gw=u.forwardRef(vw),Xu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gw,{})}));Xu.displayName="OutOfStockIcon";const bw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"})))),ww=u.forwardRef(bw),Ju=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ww,{})}));Ju.displayName="PagesIcon";const yw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.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"})),Ew=u.forwardRef(yw),Qu=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ew,{})}));Qu.displayName="PaintIcon";const Cw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),xw=u.forwardRef(Cw),ec=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xw,{})}));ec.displayName="ParagraphCenterAlignIcon";const Dw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),$w=u.forwardRef(Dw),tc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($w,{})}));tc.displayName="ParagraphLeftAlignIcon";const Sw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Iw=u.forwardRef(Sw),rc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Iw,{})}));rc.displayName="ParagraphRightAlignIcon";const Pw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),Aw=u.forwardRef(Pw),nc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Aw,{})}));nc.displayName="PassDownIcon";const Mw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.createElement("path",{d:"M6.23 6.52H.77c-.43 0-.77.33-.77.74S.35 8 .77 8h5.45V6.52h.01Z"}),l.createElement("path",{d:"M15.23 6.52H9.78V8h5.45c.43 0 .77-.33.77-.74s-.35-.74-.77-.74Z"})))),Nw=u.forwardRef(Mw),ac=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Nw,{})}));ac.displayName="PassThroughIcon";const Fw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Tw=u.forwardRef(Fw),oc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Tw,{})}));oc.displayName="PercentageIcon";const Bw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),kw=u.forwardRef(Bw),lc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kw,{})}));lc.displayName="PersAlt1Icon";const Vw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),Zw=u.forwardRef(Vw),ic=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zw,{})}));ic.displayName="PersAlt2Icon";const Ow=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),Lw=u.forwardRef(Ow),sc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Lw,{})}));sc.displayName="PersAlt3Icon";const Rw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Hw=u.forwardRef(Rw),uc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hw,{})}));uc.displayName="PersAlt4Icon";const _w=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Uw=u.forwardRef(_w),cc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Uw,{})}));cc.displayName="PictureAltIcon";const jw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Kw=u.forwardRef(jw),dc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Kw,{})}));dc.displayName="PictureIcon";const zw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),Ww=u.forwardRef(zw),fc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ww,{})}));fc.displayName="PinIcon";const Gw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"}),l.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"})),qw=u.forwardRef(Gw),hc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qw,{})}));hc.displayName="PlugPlayIcon";const Yw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),Xw=u.forwardRef(Yw),mc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xw,{})}));mc.displayName="PlusCircleFillIcon";const Jw=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Qw=u.forwardRef(Jw),pc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Qw,{})}));pc.displayName="PlusCircleIcon";const ey=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),ty=u.forwardRef(ey),vc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ty,{})}));vc.displayName="PlusIcon";const ry=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.createElement("path",{d:"M8.751 1a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0V1Z"}),l.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"})),ny=u.forwardRef(ry),gc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ny,{})}));gc.displayName="PoverButtonIcon";const ay=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),oy=u.forwardRef(ay),bc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(oy,{})}));bc.displayName="ProductSlotsIcon";const ly=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),iy=u.forwardRef(ly),wc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(iy,{})}));wc.displayName="ReceiveIcon";const sy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),uy=u.forwardRef(sy),yc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(uy,{})}));yc.displayName="RefreshIcon";const cy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),dy=u.forwardRef(cy),Ec=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dy,{})}));Ec.displayName="ReleaseNotesIcon";const fy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),hy=u.forwardRef(fy),Cc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hy,{})}));Cc.displayName="RenameAltIcon";const my=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),py=u.forwardRef(my),xc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(py,{})}));xc.displayName="RenameIcon";const vy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),gy=u.forwardRef(vy),Dc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gy,{})}));Dc.displayName="ReorderIcon";const by=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),wy=u.forwardRef(by),$c=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wy,{})}));$c.displayName="ReportIcon";const yy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Ey=u.forwardRef(yy),Sc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ey,{})}));Sc.displayName="RetentionIcon";const Cy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),xy=u.forwardRef(Cy),Ic=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xy,{})}));Ic.displayName="RewertLeftIcon";const Dy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),$y=u.forwardRef(Dy),Pc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($y,{})}));Pc.displayName="RewertRightIcon";const Sy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),Iy=u.forwardRef(Sy),Ac=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Iy,{})}));Ac.displayName="RibbonIcon";const Py=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ay=u.forwardRef(Py),Mc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ay,{})}));Mc.displayName="RoadmapIcon";const My=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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(My),Nc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ny,{})}));Nc.displayName="RobotIcon";const Fy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Ty=u.forwardRef(Fy),Fc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ty,{})}));Fc.displayName="RuleLabelIcon";const By=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),ky=u.forwardRef(By),Tc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ky,{})}));Tc.displayName="RunningAggregateIcon";const Vy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Zy=u.forwardRef(Vy),Bc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Zy,{})}));Bc.displayName="SaveIcon";const Oy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.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"})),Ly=u.forwardRef(Oy),kc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ly,{})}));kc.displayName="ScenarioIcon";const Ry=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),Hy=u.forwardRef(Ry),Vc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Hy,{})}));Vc.displayName="SearchIcon";const _y=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),Uy=u.forwardRef(_y),Zc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Uy,{})}));Zc.displayName="SecurityShieldIcon";const jy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:16,fill:"currentColor",viewBox:"0 0 17 16",ref:t,...e},l.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"})),Ky=u.forwardRef(jy),Oc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Ky,{})}));Oc.displayName="SendIcon";const zy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),Wy=u.forwardRef(zy),Lc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Wy,{})}));Lc.displayName="SettingsAltIcon";const Gy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),qy=u.forwardRef(Gy),Rc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qy,{})}));Rc.displayName="SettingsIcon";const Yy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"}),l.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"})),Xy=u.forwardRef(Yy),Hc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Xy,{})}));Hc.displayName="ShareIcon";const Jy=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),Qy=u.forwardRef(Jy),_c=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Qy,{})}));_c.displayName="ShopIcon";const eE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),tE=u.forwardRef(eE),Uc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(tE,{})}));Uc.displayName="ShrinkIcon";const rE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),nE=u.forwardRef(rE),jc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(nE,{})}));jc.displayName="SortIcon";const aE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"})),oE=u.forwardRef(aE),Kc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(oE,{})}));Kc.displayName="SplitFlowIcon";const lE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),iE=u.forwardRef(lE),zc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(iE,{})}));zc.displayName="SqlIcon";const sE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),uE=u.forwardRef(sE),Wc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(uE,{})}));Wc.displayName="StarFillIcon";const cE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),dE=u.forwardRef(cE),Gc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dE,{})}));Gc.displayName="StarIcon";const fE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),hE=u.forwardRef(fE),qc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hE,{})}));qc.displayName="StartFillIcon";const mE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),pE=u.forwardRef(mE),Yc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pE,{})}));Yc.displayName="StartIcon";const vE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("path",{d:"M13.001 8.001a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"})),gE=u.forwardRef(vE),Xc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gE,{})}));Xc.displayName="StatusDotIcon";const bE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),wE=u.forwardRef(bE),Jc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wE,{})}));Jc.displayName="StopIcon";const yE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.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"}),l.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"})),EE=u.forwardRef(yE),Qc=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(EE,{})}));Qc.displayName="StopwatchIcon";const CE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:16,fill:"currentColor",viewBox:"0 0 18 16",ref:t,...e},l.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"}),l.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"})),xE=u.forwardRef(CE),e5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xE,{})}));e5.displayName="StringComponentIcon";const DE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:18,fill:"currentColor",viewBox:"0 0 17 18",ref:t,...e},l.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"})),$E=u.forwardRef(DE),t5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($E,{})}));t5.displayName="StringIcon";const SE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),IE=u.forwardRef(SE),r5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(IE,{})}));r5.displayName="SuggestionIcon";const PE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),AE=u.forwardRef(PE),n5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(AE,{})}));n5.displayName="SurveyIcon";const ME=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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(ME),a5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(NE,{})}));a5.displayName="SwapIcon";const FE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"})),TE=u.forwardRef(FE),o5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(TE,{})}));o5.displayName="TabletLangscapeIcon";const BE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),kE=u.forwardRef(BE),l5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(kE,{})}));l5.displayName="TabletPortraitIcon";const VE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),ZE=u.forwardRef(VE),i5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(ZE,{})}));i5.displayName="TagAltIcon";const OE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),LE=u.forwardRef(OE),s5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(LE,{})}));s5.displayName="TagIcon";const RE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"}),l.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"})),HE=u.forwardRef(RE),u5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(HE,{})}));u5.displayName="TemplateIcon";const _E=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),UE=u.forwardRef(_E),c5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(UE,{})}));c5.displayName="TextBoldIcon";const jE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),KE=u.forwardRef(jE),d5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(KE,{})}));d5.displayName="TextItalicIcon";const zE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),WE=u.forwardRef(zE),f5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(WE,{})}));f5.displayName="TextStyleIcon";const GE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"}),l.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"})),qE=u.forwardRef(GE),h5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(qE,{})}));h5.displayName="TragetIcon";const YE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},l.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"})),XE=u.forwardRef(YE),m5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(XE,{})}));m5.displayName="TransferIcon";const JE=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},l.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"})),QE=u.forwardRef(JE),p5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(QE,{})}));p5.displayName="TrashIcon";const eC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"})),tC=u.forwardRef(eC),Qo=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(tC,{})}));Qo.displayName="TrendIcon";const rC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),nC=u.forwardRef(rC),v5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(nC,{})}));v5.displayName="UnExposeIcon";const aC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),oC=u.forwardRef(aC),g5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(oC,{})}));g5.displayName="UnarchiveAltIcon";const lC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"})),iC=u.forwardRef(lC),b5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(iC,{})}));b5.displayName="UndoIcon";const sC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),uC=u.forwardRef(sC),w5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(uC,{})}));w5.displayName="UnlinkIcon";const cC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.createElement("path",{d:"M10.75 10.001a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0v-2Z"}),l.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"})),dC=u.forwardRef(cC),y5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(dC,{})}));y5.displayName="UnlockIcon";const fC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:18,fill:"currentColor",viewBox:"0 0 16 18",ref:t,...e},l.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"})),hC=u.forwardRef(fC),E5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(hC,{})}));E5.displayName="UntilNowAltIcon";const mC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"}),l.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"})),pC=u.forwardRef(mC),C5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(pC,{})}));C5.displayName="UploadIcon";const vC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),gC=u.forwardRef(vC),x5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(gC,{})}));x5.displayName="UsagesIcon";const bC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"})),wC=u.forwardRef(bC),D5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(wC,{})}));D5.displayName="UsersIcon";const yC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"}),l.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"})))),EC=u.forwardRef(yC),$5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(EC,{})}));$5.displayName="VariantsIcon";const CC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"}),l.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"})),xC=u.forwardRef(CC),S5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(xC,{})}));S5.displayName="VisualIcon";const DC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:17,fill:"currentColor",viewBox:"0 0 18 17",ref:t,...e},l.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"}),l.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"})),$C=u.forwardRef(DC),I5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx($C,{})}));I5.displayName="VoucherIcon";const SC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:17,fill:"currentColor",viewBox:"0 0 16 17",ref:t,...e},l.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"}),l.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"})),IC=u.forwardRef(SC),P5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(IC,{})}));P5.displayName="WaitIcon";const PC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),AC=u.forwardRef(PC),A5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(AC,{})}));A5.displayName="WalkthroughsIcon";const MC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.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"})),M5=u.forwardRef(MC),e0=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(M5,{})}));e0.displayName="WarningFillIcon";const NC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:17,height:17,fill:"currentColor",viewBox:"0 0 17 17",ref:t,...e},l.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"})),FC=u.forwardRef(NC),N5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(FC,{})}));N5.displayName="WebhookIcon";const TC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),BC=u.forwardRef(TC),F5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(BC,{})}));F5.displayName="WeblayerIcon";const kC=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,fill:"currentColor",viewBox:"0 0 18 18",ref:t,...e},l.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"})),VC=u.forwardRef(kC),T5=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(VC,{})}));T5.displayName="WrenchIcon";/*!
|
|
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";/*!
|
|
38
38
|
* tabbable 6.2.0
|
|
39
39
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
40
|
-
*/var ZC=["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])"],ea=ZC.join(","),B5=typeof Element>"u",yr=B5?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ta=!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},ra=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",i=o||r&&t&&e(t.parentNode);return i},OC=function(t){var r,n=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"contenteditable");return n===""||n==="true"},k5=function(t,r,n){if(ra(t))return[];var a=Array.prototype.slice.apply(t.querySelectorAll(ea));return r&&yr.call(t,ea)&&a.unshift(t),a=a.filter(n),a},V5=function e(t,r,n){for(var a=[],o=Array.from(t);o.length;){var i=o.shift();if(!ra(i,!1))if(i.tagName==="SLOT"){var s=i.assignedElements(),d=s.length?s:i.children,f=e(d,!0,n);n.flatten?a.push.apply(a,f):a.push({scopeParent:i,candidates:f})}else{var h=yr.call(i,ea);h&&n.filter(i)&&(r||!t.includes(i))&&a.push(i);var m=i.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(i),p=!ra(m,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(i));if(m&&p){var v=e(m===!0?i.children:m.children,!0,n);n.flatten?a.push.apply(a,v):a.push({scopeParent:i,candidates:v})}else o.unshift.apply(o,i.children)}}return a},Z5=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},O5=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||OC(t))&&!Z5(t)?0:t.tabIndex},LC=function(t,r){var n=O5(t);return n<0&&r&&!Z5(t)?0:n},RC=function(t,r){return t.tabIndex===r.tabIndex?t.documentOrder-r.documentOrder:t.tabIndex-r.tabIndex},L5=function(t){return t.tagName==="INPUT"},HC=function(t){return L5(t)&&t.type==="hidden"},_C=function(t){var r=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(n){return n.tagName==="SUMMARY"});return r},UC=function(t,r){for(var n=0;n<t.length;n++)if(t[n].checked&&t[n].form===r)return t[n]},jC=function(t){if(!t.name)return!0;var r=t.form||ta(t),n=function(s){return r.querySelectorAll('input[type="radio"][name="'+s+'"]')},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(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 o=UC(a,t.form);return!o||o===t},KC=function(t){return L5(t)&&t.type==="radio"},zC=function(t){return KC(t)&&!jC(t)},WC=function(t){var r,n=t&&ta(t),a=(r=n)===null||r===void 0?void 0:r.host,o=!1;if(n&&n!==t){var i,s,d;for(o=!!((i=a)!==null&&i!==void 0&&(s=i.ownerDocument)!==null&&s!==void 0&&s.contains(a)||t!=null&&(d=t.ownerDocument)!==null&&d!==void 0&&d.contains(t));!o&&a;){var f,h,m;n=ta(a),a=(f=n)===null||f===void 0?void 0:f.host,o=!!((h=a)!==null&&h!==void 0&&(m=h.ownerDocument)!==null&&m!==void 0&&m.contains(a))}}return o},R5=function(t){var r=t.getBoundingClientRect(),n=r.width,a=r.height;return n===0&&a===0},GC=function(t,r){var n=r.displayCheck,a=r.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var o=yr.call(t,"details>summary:first-of-type"),i=o?t.parentElement:t;if(yr.call(i,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof a=="function"){for(var s=t;t;){var d=t.parentElement,f=ta(t);if(d&&!d.shadowRoot&&a(d)===!0)return R5(t);t.assignedSlot?t=t.assignedSlot:!d&&f!==t.ownerDocument?t=f.host:t=d}t=s}if(WC(t))return!t.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return R5(t);return!1},qC=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 yr.call(r,"fieldset[disabled] *")?!0:!a.contains(t)}return!0}r=r.parentElement}return!1},t0=function(t,r){return!(r.disabled||ra(r)||HC(r)||GC(r,t)||_C(r)||qC(r))},r0=function(t,r){return!(zC(r)||O5(r)<0||!t0(t,r))},YC=function(t){var r=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},XC=function e(t){var r=[],n=[];return t.forEach(function(a,o){var i=!!a.scopeParent,s=i?a.scopeParent:a,d=LC(s,i),f=i?e(a.candidates):s;d===0?i?r.push.apply(r,f):r.push(s):n.push({documentOrder:o,tabIndex:d,item:a,isScope:i,content:f})}),n.sort(RC).reduce(function(a,o){return o.isScope?a.push.apply(a,o.content):a.push(o.content),a},[]).concat(r)},na=function(t,r){r=r||{};var n;return r.getShadowRoot?n=V5([t],r.includeContainer,{filter:r0.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:YC}):n=k5(t,r.includeContainer,r0.bind(null,r)),XC(n)},JC=function(t,r){r=r||{};var n;return r.getShadowRoot?n=V5([t],r.includeContainer,{filter:t0.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):n=k5(t,r.includeContainer,t0.bind(null,r)),n},H5=function(t,r){if(r=r||{},!t)throw new Error("No node provided");return yr.call(t,ea)===!1?!1:r0(r,t)};function _5(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function U5(){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 j5(){return/apple/i.test(navigator.vendor)}function n0(){const e=/android/i;return e.test(_5())||e.test(U5())}function QC(){return _5().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function K5(){return U5().includes("jsdom/")}const z5="data-floating-ui-focusable",ex="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Ft(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 Le(e,t){if(!e||!t)return!1;const r=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&Fo(r)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function gt(e){return"composedPath"in e?e.composedPath()[0]:e.target}function a0(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 tx(e){return e.matches("html,body")}function Re(e){return e?.ownerDocument||document}function o0(e){return Ae(e)&&e.matches(ex)}function W5(e){return e?e.getAttribute("role")==="combobox"&&o0(e):!1}function rx(e){if(!e||K5())return!0;try{return e.matches(":focus-visible")}catch{return!0}}function l0(e){return e?e.hasAttribute(z5)?e:e.querySelector("["+z5+"]")||e:null}function Er(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,...Er(e,a.id,r)])}function G5(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(i=>i.id===a);a=o?.parentId,o&&(n=n.concat(o))}return n}function i0(e){e.preventDefault(),e.stopPropagation()}function nx(e){return"nativeEvent"in e}function ax(e){return e.mozInputSource===0&&e.isTrusted?!0:n0()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function ox(e){return K5()?!1:!n0()&&e.width===0&&e.height===0||n0()&&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 Jr(e,t){const r=["mouse","pen"];return t||r.push("",void 0),r.includes(e)}var lx=typeof document<"u",ix=function(){},He=lx?u.useLayoutEffect:ix;const sx={...l};function Wt(e){const t=l.useRef(e);return He(()=>{t.current=e}),t}const ux=sx.useInsertionEffect||(e=>e());function qe(e){const t=l.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return ux(()=>{t.current=e}),l.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 Qr=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function q5(e,t){const r=na(e,Qr()),n=r.length;if(n===0)return;const a=Ft(Re(e)),o=r.indexOf(a),i=o===-1?t===1?0:n-1:o+t;return r[i]}function Y5(e){return q5(Re(e).body,1)||e}function X5(e){return q5(Re(e).body,-1)||e}function en(e,t){const r=t||e.currentTarget,n=e.relatedTarget;return!n||!Le(r,n)}function cx(e){na(e,Qr()).forEach(r=>{r.dataset.tabindex=r.getAttribute("tabindex")||"",r.setAttribute("tabindex","-1")})}function J5(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 dx="data-floating-ui-focusable",Q5="active",ed="selected",fx={...l};let td=!1,hx=0;const rd=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+hx++;function mx(){const[e,t]=l.useState(()=>td?rd():void 0);return He(()=>{e==null&&t(rd())},[]),l.useEffect(()=>{td=!0},[]),e}const aa=fx.useId||mx;let tn;process.env.NODE_ENV!=="production"&&(tn=new Set);function px(){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=tn)!=null&&e.has(a))){var o;(o=tn)==null||o.add(a),console.warn(a)}}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=tn)!=null&&e.has(a))){var o;(o=tn)==null||o.add(a),console.error(a)}}const gx=l.forwardRef(function(t,r){const{context:{placement:n,elements:{floating:a},middlewareData:{arrow:o,shift:i}},width:s=14,height:d=7,tipRadius:f=0,strokeWidth:h=0,staticOffset:m,stroke:p,d:v,style:{transform:g,...b}={},...y}=t;process.env.NODE_ENV!=="production"&&(r||px("The `ref` prop is required for `FloatingArrow`."));const C=aa(),[$,D]=l.useState(!1);if(He(()=>{if(!a)return;Xe(a).direction==="rtl"&&D(!0)},[a]),!a)return null;const[x,S]=n.split("-"),k=x==="top"||x==="bottom";let Z=m;(k&&i!=null&&i.x||!k&&i!=null&&i.y)&&(Z=null);const _=h*2,U=_/2,V=s/2*(f/-8+1),w=d/2*f/4,M=!!v,H=Z&&S==="end"?"bottom":"top";let F=Z&&S==="end"?"right":"left";Z&&$&&(F=S==="end"?"left":"right");const L=o?.x!=null?Z||o.x:"",P=o?.y!=null?Z||o.y:"",B=v||"M0,0"+(" H"+s)+(" L"+(s-V)+","+(d-w))+(" Q"+s/2+","+d+" "+V+","+(d-w))+" Z",N={top:M?"rotate(180deg)":"",left:M?"rotate(90deg)":"rotate(-90deg)",bottom:M?"":"rotate(180deg)",right:M?"rotate(-90deg)":"rotate(90deg)"}[x];return c.jsxs("svg",{...y,"aria-hidden":!0,ref:r,width:M?s:s+_,height:s,viewBox:"0 0 "+s+" "+(d>s?d:s),style:{position:"absolute",pointerEvents:"none",[F]:L,[H]:P,[x]:k||M?"100%":"calc(100% - "+_/2+"px)",transform:[N,g].filter(R=>!!R).join(" "),...b},children:[_>0&&c.jsx("path",{clipPath:"url(#"+C+")",fill:"none",stroke:p,strokeWidth:_+(v?0:1),d:B}),c.jsx("path",{stroke:_&&!v?y.fill:"none",d:B}),c.jsx("clipPath",{id:C,children:c.jsx("rect",{x:-U,y:U*(M?-1:1),width:s+_,height:s})})]})});function bx(){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 wx=l.createContext(null),yx=l.createContext(null),s0=()=>{var e;return((e=l.useContext(wx))==null?void 0:e.id)||null},oa=()=>l.useContext(yx);function Gt(e){return"data-floating-ui-"+e}function Je(e){e.current!==-1&&(clearTimeout(e.current),e.current=-1)}const nd=Gt("safe-polygon");function u0(e,t,r){if(r&&!Jr(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 c0(e){return typeof e=="function"?e():e}function Ex(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,events:o,elements:i}=e,{enabled:s=!0,delay:d=0,handleClose:f=null,mouseOnly:h=!1,restMs:m=0,move:p=!0}=t,v=oa(),g=s0(),b=Wt(f),y=Wt(d),C=Wt(r),$=Wt(m),D=l.useRef(),x=l.useRef(-1),S=l.useRef(),k=l.useRef(-1),Z=l.useRef(!0),_=l.useRef(!1),U=l.useRef(()=>{}),V=l.useRef(!1),w=qe(()=>{var B;const N=(B=a.current.openEvent)==null?void 0:B.type;return N?.includes("mouse")&&N!=="mousedown"});l.useEffect(()=>{if(!s)return;function B(N){let{open:R}=N;R||(Je(x),Je(k),Z.current=!0,V.current=!1)}return o.on("openchange",B),()=>{o.off("openchange",B)}},[s,o]),l.useEffect(()=>{if(!s||!b.current||!r)return;function B(R){w()&&n(!1,R,"hover")}const N=Re(i.floating).documentElement;return N.addEventListener("mouseleave",B),()=>{N.removeEventListener("mouseleave",B)}},[i.floating,r,n,s,b,w]);const M=l.useCallback(function(B,N,R){N===void 0&&(N=!0),R===void 0&&(R="hover");const I=u0(y.current,"close",D.current);I&&!S.current?(Je(x),x.current=window.setTimeout(()=>n(!1,B,R),I)):N&&(Je(x),n(!1,B,R))},[y,n]),H=qe(()=>{U.current(),S.current=void 0}),F=qe(()=>{if(_.current){const B=Re(i.floating).body;B.style.pointerEvents="",B.removeAttribute(nd),_.current=!1}}),L=qe(()=>a.current.openEvent?["click","mousedown"].includes(a.current.openEvent.type):!1);l.useEffect(()=>{if(!s)return;function B(O){if(Je(x),Z.current=!1,h&&!Jr(D.current)||c0($.current)>0&&!u0(y.current,"open"))return;const z=u0(y.current,"open",D.current);z?x.current=window.setTimeout(()=>{C.current||n(!0,O,"hover")},z):r||n(!0,O,"hover")}function N(O){if(L()){F();return}U.current();const z=Re(i.floating);if(Je(k),V.current=!1,b.current&&a.current.floatingContext){r||Je(x),S.current=b.current({...a.current.floatingContext,tree:v,x:O.clientX,y:O.clientY,onClose(){F(),H(),L()||M(O,!0,"safe-polygon")}});const X=S.current;z.addEventListener("mousemove",X),U.current=()=>{z.removeEventListener("mousemove",X)};return}(D.current==="touch"?!Le(i.floating,O.relatedTarget):!0)&&M(O)}function R(O){L()||a.current.floatingContext&&(b.current==null||b.current({...a.current.floatingContext,tree:v,x:O.clientX,y:O.clientY,onClose(){F(),H(),L()||M(O)}})(O))}function I(){Je(x)}function T(O){L()||M(O,!1)}if(Ee(i.domReference)){const O=i.domReference,z=i.floating;return r&&O.addEventListener("mouseleave",R),p&&O.addEventListener("mousemove",B,{once:!0}),O.addEventListener("mouseenter",B),O.addEventListener("mouseleave",N),z&&(z.addEventListener("mouseleave",R),z.addEventListener("mouseenter",I),z.addEventListener("mouseleave",T)),()=>{r&&O.removeEventListener("mouseleave",R),p&&O.removeEventListener("mousemove",B),O.removeEventListener("mouseenter",B),O.removeEventListener("mouseleave",N),z&&(z.removeEventListener("mouseleave",R),z.removeEventListener("mouseenter",I),z.removeEventListener("mouseleave",T))}}},[i,s,e,h,p,M,H,F,n,r,C,v,y,b,a,L,$]),He(()=>{var B;if(s&&r&&(B=b.current)!=null&&(B=B.__options)!=null&&B.blockPointerEvents&&w()){_.current=!0;const R=i.floating;if(Ee(i.domReference)&&R){var N;const I=Re(i.floating).body;I.setAttribute(nd,"");const T=i.domReference,O=v==null||(N=v.nodesRef.current.find(z=>z.id===g))==null||(N=N.context)==null?void 0:N.elements.floating;return O&&(O.style.pointerEvents=""),I.style.pointerEvents="none",T.style.pointerEvents="auto",R.style.pointerEvents="auto",()=>{I.style.pointerEvents="",T.style.pointerEvents="",R.style.pointerEvents=""}}}},[s,r,g,i,v,b,w]),He(()=>{r||(D.current=void 0,V.current=!1,H(),F())},[r,H,F]),l.useEffect(()=>()=>{H(),Je(x),Je(k),F()},[s,i.domReference,H,F]);const P=l.useMemo(()=>{function B(N){D.current=N.pointerType}return{onPointerDown:B,onPointerEnter:B,onMouseMove(N){const{nativeEvent:R}=N;function I(){!Z.current&&!C.current&&n(!0,R,"hover")}h&&!Jr(D.current)||r||c0($.current)===0||V.current&&N.movementX**2+N.movementY**2<2||(Je(k),D.current==="touch"?I():(V.current=!0,k.current=window.setTimeout(I,c0($.current))))}}},[h,n,r,C,$]);return l.useMemo(()=>s?{reference:P}:{},[s,P])}let ad=0;function Cr(e,t){t===void 0&&(t={});const{preventScroll:r=!1,cancelPrevious:n=!0,sync:a=!1}=t;n&&cancelAnimationFrame(ad);const o=()=>e?.focus({preventScroll:r});a?o():ad=requestAnimationFrame(o)}function Cx(e){return e?.ownerDocument||document}const xr={inert:new WeakMap,"aria-hidden":new WeakMap,none:new WeakMap};function od(e){return e==="inert"?xr.inert:e==="aria-hidden"?xr["aria-hidden"]:xr.none}let la=new WeakSet,ia={},d0=0;const xx=()=>typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype,ld=e=>e&&(e.host||ld(e.parentNode)),Dx=(e,t)=>t.map(r=>{if(e.contains(r))return r;const n=ld(r);return e.contains(n)?n:null}).filter(r=>r!=null);function $x(e,t,r,n){const a="data-floating-ui-inert",o=n?"inert":r?"aria-hidden":null,i=Dx(t,e),s=new Set,d=new Set(i),f=[];ia[a]||(ia[a]=new WeakMap);const h=ia[a];i.forEach(m),p(t),s.clear();function m(v){!v||s.has(v)||(s.add(v),v.parentNode&&m(v.parentNode))}function p(v){!v||d.has(v)||[].forEach.call(v.children,g=>{if(Mt(g)!=="script")if(s.has(g))p(g);else{const b=o?g.getAttribute(o):null,y=b!==null&&b!=="false",C=od(o),$=(C.get(g)||0)+1,D=(h.get(g)||0)+1;C.set(g,$),h.set(g,D),f.push(g),$===1&&y&&la.add(g),D===1&&g.setAttribute(a,""),!y&&o&&g.setAttribute(o,o==="inert"?"":"true")}})}return d0++,()=>{f.forEach(v=>{const g=od(o),y=(g.get(v)||0)-1,C=(h.get(v)||0)-1;g.set(v,y),h.set(v,C),y||(!la.has(v)&&o&&v.removeAttribute(o),la.delete(v)),C||v.removeAttribute(a)}),d0--,d0||(xr.inert=new WeakMap,xr["aria-hidden"]=new WeakMap,xr.none=new WeakMap,la=new WeakSet,ia={})}}function id(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);const n=Cx(e[0]).body;return $x(e.concat(Array.from(n.querySelectorAll('[aria-live],[role="status"],output'))),n,t,r)}const sa={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},ua=l.forwardRef(function(t,r){const[n,a]=l.useState();He(()=>{j5()&&a("button")},[]);const o={ref:r,tabIndex:0,role:n,"aria-hidden":n?void 0:!0,[Gt("focus-guard")]:"",style:sa};return c.jsx("span",{...t,...o})}),sd=l.createContext(null),ud=Gt("portal");function Sx(e){e===void 0&&(e={});const{id:t,root:r}=e,n=aa(),a=dd(),[o,i]=l.useState(null),s=l.useRef(null);return He(()=>()=>{o?.remove(),queueMicrotask(()=>{s.current=null})},[o]),He(()=>{if(!n||s.current)return;const d=t?document.getElementById(t):null;if(!d)return;const f=document.createElement("div");f.id=n,f.setAttribute(ud,""),d.appendChild(f),s.current=f,i(f)},[t,n]),He(()=>{if(r===null||!n||s.current)return;let d=r||a?.portalNode;d&&!Ee(d)&&(d=d.current),d=d||document.body;let f=null;t&&(f=document.createElement("div"),f.id=t,d.appendChild(f));const h=document.createElement("div");h.id=n,h.setAttribute(ud,""),d=f||d,d.appendChild(h),s.current=h,i(h)},[t,r,n,a]),o}function cd(e){const{children:t,id:r,root:n,preserveTabOrder:a=!0}=e,o=Sx({id:r,root:n}),[i,s]=l.useState(null),d=l.useRef(null),f=l.useRef(null),h=l.useRef(null),m=l.useRef(null),p=i?.modal,v=i?.open,g=!!i&&!i.modal&&i.open&&a&&!!(n||o);return l.useEffect(()=>{if(!o||!a||p)return;function b(y){o&&en(y)&&(y.type==="focusin"?J5:cx)(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]),l.useEffect(()=>{o&&(v||J5(o))},[v,o]),c.jsxs(sd.Provider,{value:l.useMemo(()=>({preserveTabOrder:a,beforeOutsideRef:d,afterOutsideRef:f,beforeInsideRef:h,afterInsideRef:m,portalNode:o,setFocusManagerState:s}),[a,o]),children:[g&&o&&c.jsx(ua,{"data-type":"outside",ref:d,onFocus:b=>{if(en(b,o)){var y;(y=h.current)==null||y.focus()}else{const C=i?i.domReference:null,$=X5(C);$?.focus()}}}),g&&o&&c.jsx("span",{"aria-owns":o.id,style:sa}),o&&An.createPortal(t,o),g&&o&&c.jsx(ua,{"data-type":"outside",ref:f,onFocus:b=>{if(en(b,o)){var y;(y=m.current)==null||y.focus()}else{const C=i?i.domReference:null,$=Y5(C);$?.focus(),i?.closeOnFocusOut&&i?.onOpenChange(!1,b.nativeEvent,"focus-out")}}})]})}const dd=()=>l.useContext(sd);function fd(e){return l.useMemo(()=>t=>{e.forEach(r=>{r&&(r.current=t)})},e)}const Ix=20;let qt=[];function Px(e){qt=qt.filter(t=>t.isConnected),e&&Mt(e)!=="body"&&(qt.push(e),qt.length>Ix&&(qt=qt.slice(-20)))}function hd(){return qt.slice().reverse().find(e=>e.isConnected)}function Ax(e){const t=Qr();return H5(e,t)?e:na(e,t)[0]||e}function md(e,t){var r;if(!t.current.includes("floating")&&!((r=e.getAttribute("role"))!=null&&r.includes("dialog")))return;const n=Qr(),o=JC(e,n).filter(s=>{const d=s.getAttribute("data-tabindex")||"";return H5(s,n)||s.hasAttribute("data-tabindex")&&!d.startsWith("-")}),i=e.getAttribute("tabindex");t.current.includes("floating")||o.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 Mx=l.forwardRef(function(t,r){return c.jsx("button",{...t,type:"button",ref:r,tabIndex:-1,style:sa})});function Nx(e){const{context:t,children:r,disabled:n=!1,order:a=["content"],guards:o=!0,initialFocus:i=0,returnFocus:s=!0,restoreFocus:d=!1,modal:f=!0,visuallyHiddenDismiss:h=!1,closeOnFocusOut:m=!0,outsideElementsInert:p=!1,getInsideElements:v=()=>[]}=e,{open:g,onOpenChange:b,events:y,dataRef:C,elements:{domReference:$,floating:D}}=t,x=qe(()=>{var te;return(te=C.current.floatingContext)==null?void 0:te.nodeId}),S=qe(v),k=typeof i=="number"&&i<0,Z=W5($)&&k,_=xx(),U=_?o:!0,V=!U||_&&p,w=Wt(a),M=Wt(i),H=Wt(s),F=oa(),L=dd(),P=l.useRef(null),B=l.useRef(null),N=l.useRef(!1),R=l.useRef(!1),I=l.useRef(-1),T=L!=null,O=l0(D),z=qe(function(te){return te===void 0&&(te=O),te?na(te,Qr()):[]}),J=qe(te=>{const j=z(te);return w.current.map(ae=>$&&ae==="reference"?$:O&&ae==="floating"?O:j).filter(Boolean).flat()});l.useEffect(()=>{if(n||!f)return;function te(ae){if(ae.key==="Tab"){Le(O,Ft(Re(O)))&&z().length===0&&!Z&&i0(ae);const se=J(),ce=gt(ae);w.current[0]==="reference"&&ce===$&&(i0(ae),ae.shiftKey?Cr(se[se.length-1]):Cr(se[1])),w.current[1]==="floating"&&ce===O&&ae.shiftKey&&(i0(ae),Cr(se[0]))}}const j=Re(O);return j.addEventListener("keydown",te),()=>{j.removeEventListener("keydown",te)}},[n,$,O,f,w,Z,z,J]),l.useEffect(()=>{if(n||!D)return;function te(j){const ae=gt(j),ce=z().indexOf(ae);ce!==-1&&(I.current=ce)}return D.addEventListener("focusin",te),()=>{D.removeEventListener("focusin",te)}},[n,D,z]),l.useEffect(()=>{if(n||!m)return;function te(){R.current=!0,setTimeout(()=>{R.current=!1})}function j(ae){const se=ae.relatedTarget,ce=ae.currentTarget,oe=gt(ae);queueMicrotask(()=>{const be=x(),de=!(Le($,se)||Le(D,se)||Le(se,D)||Le(L?.portalNode,se)||se!=null&&se.hasAttribute(Gt("focus-guard"))||F&&(Er(F.nodesRef.current,be).find(me=>{var we,We;return Le((we=me.context)==null?void 0:we.elements.floating,se)||Le((We=me.context)==null?void 0:We.elements.domReference,se)})||G5(F.nodesRef.current,be).find(me=>{var we,We,It;return[(we=me.context)==null?void 0:we.elements.floating,l0((We=me.context)==null?void 0:We.elements.floating)].includes(se)||((It=me.context)==null?void 0:It.elements.domReference)===se})));if(ce===$&&O&&md(O,w),d&&ce!==$&&!(oe!=null&&oe.isConnected)&&Ft(Re(O))===Re(O).body){Ae(O)&&O.focus();const me=I.current,we=z(),We=we[me]||we[we.length-1]||O;Ae(We)&&We.focus()}if(C.current.insideReactTree){C.current.insideReactTree=!1;return}(Z||!f)&&se&&de&&!R.current&&se!==hd()&&(N.current=!0,b(!1,ae,"focus-out"))})}if(D&&Ae($))return $.addEventListener("focusout",j),$.addEventListener("pointerdown",te),D.addEventListener("focusout",j),()=>{$.removeEventListener("focusout",j),$.removeEventListener("pointerdown",te),D.removeEventListener("focusout",j)}},[n,$,D,O,f,F,L,b,m,d,z,Z,x,w,C]);const X=l.useRef(null),Q=l.useRef(null),re=fd([X,L?.beforeInsideRef]),Y=fd([Q,L?.afterInsideRef]);l.useEffect(()=>{var te,j;if(n||!D)return;const ae=Array.from((L==null||(te=L.portalNode)==null?void 0:te.querySelectorAll("["+Gt("portal")+"]"))||[]),se=F?G5(F.nodesRef.current,x()):[],ce=F&&!f?se.map(me=>{var we;return(we=me.context)==null?void 0:we.elements.floating}):[],oe=(j=se.find(me=>{var we;return W5(((we=me.context)==null?void 0:we.elements.domReference)||null)}))==null||(j=j.context)==null?void 0:j.elements.domReference,be=[D,oe,...ae,...ce,...S(),P.current,B.current,X.current,Q.current,L?.beforeOutsideRef.current,L?.afterOutsideRef.current,w.current.includes("reference")||Z?$:null].filter(me=>me!=null),de=f||Z?id(be,!V,V):id(be);return()=>{de()}},[n,$,D,f,w,L,Z,U,V,F,x,S]),He(()=>{if(n||!Ae(O))return;const te=Re(O),j=Ft(te);queueMicrotask(()=>{const ae=J(O),se=M.current,ce=(typeof se=="number"?ae[se]:se.current)||O,oe=Le(O,j);!k&&!oe&&g&&Cr(ce,{preventScroll:ce===O})})},[n,g,O,k,J,M]),He(()=>{if(n||!O)return;const te=Re(O),j=Ft(te);Px(j);function ae(oe){let{reason:be,event:de,nested:me}=oe;if(["hover","safe-polygon"].includes(be)&&de.type==="mouseleave"&&(N.current=!0),be==="outside-press")if(me)N.current=!1;else if(ax(de)||ox(de))N.current=!1;else{let we=!1;document.createElement("div").focus({get preventScroll(){return we=!0,!1}}),we?N.current=!1:N.current=!0}}y.on("openchange",ae);const se=te.createElement("span");se.setAttribute("tabindex","-1"),se.setAttribute("aria-hidden","true"),Object.assign(se.style,sa),T&&$&&$.insertAdjacentElement("afterend",se);function ce(){if(typeof H.current=="boolean"){const oe=$||hd();return oe&&oe.isConnected?oe:se}return H.current.current||se}return()=>{y.off("openchange",ae);const oe=Ft(te),be=Le(D,oe)||F&&Er(F.nodesRef.current,x(),!1).some(me=>{var we;return Le((we=me.context)==null?void 0:we.elements.floating,oe)}),de=ce();queueMicrotask(()=>{const me=Ax(de);H.current&&!N.current&&Ae(me)&&(!(me!==oe&&oe!==te.body)||be)&&me.focus({preventScroll:!0}),se.remove()})}},[n,D,O,H,C,y,F,T,$,x]),l.useEffect(()=>{queueMicrotask(()=>{N.current=!1})},[n]),He(()=>{if(!n&&L)return L.setFocusManagerState({modal:f,closeOnFocusOut:m,open:g,onOpenChange:b,domReference:$}),()=>{L.setFocusManagerState(null)}},[n,L,f,g,b,m,$]),He(()=>{n||O&&md(O,w)},[n,O,w]);function ne(te){return n||!h||!f?null:c.jsx(Mx,{ref:te==="start"?P:B,onClick:j=>b(!1,j.nativeEvent),children:typeof h=="string"?h:"Dismiss"})}const G=!n&&U&&(f?!Z:!0)&&(T||f);return c.jsxs(c.Fragment,{children:[G&&c.jsx(ua,{"data-type":"inside",ref:re,onFocus:te=>{if(f){const ae=J();Cr(a[0]==="reference"?ae[0]:ae[ae.length-1])}else if(L!=null&&L.preserveTabOrder&&L.portalNode)if(N.current=!1,en(te,L.portalNode)){const ae=Y5($);ae?.focus()}else{var j;(j=L.beforeOutsideRef.current)==null||j.focus()}}}),!Z&&ne("start"),r,ne("end"),G&&c.jsx(ua,{"data-type":"inside",ref:Y,onFocus:te=>{if(f)Cr(J()[0]);else if(L!=null&&L.preserveTabOrder&&L.portalNode)if(m&&(N.current=!0),en(te,L.portalNode)){const ae=X5($);ae?.focus()}else{var j;(j=L.afterOutsideRef.current)==null||j.focus()}}})]})}function pd(e){return Ae(e.target)&&e.target.tagName==="BUTTON"}function Fx(e){return Ae(e.target)&&e.target.tagName==="A"}function vd(e){return o0(e)}function Tx(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,dataRef:a,elements:{domReference:o}}=e,{enabled:i=!0,event:s="click",toggle:d=!0,ignoreMouse:f=!1,keyboardHandlers:h=!0,stickIfOpen:m=!0}=t,p=l.useRef(),v=l.useRef(!1),g=l.useMemo(()=>({onPointerDown(b){p.current=b.pointerType},onMouseDown(b){const y=p.current;b.button===0&&s!=="click"&&(Jr(y,!0)&&f||(r&&d&&(!(a.current.openEvent&&m)||a.current.openEvent.type==="mousedown")?n(!1,b.nativeEvent,"click"):(b.preventDefault(),n(!0,b.nativeEvent,"click"))))},onClick(b){const y=p.current;if(s==="mousedown"&&p.current){p.current=void 0;return}Jr(y,!0)&&f||(r&&d&&(!(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||pd(b))&&(b.key===" "&&!vd(o)&&(b.preventDefault(),v.current=!0),!Fx(b)&&b.key==="Enter"&&n(!(r&&d),b.nativeEvent,"click"))},onKeyUp(b){b.defaultPrevented||!h||pd(b)||vd(o)||b.key===" "&&v.current&&(v.current=!1,n(!(r&&d),b.nativeEvent,"click"))}}),[a,o,s,f,h,n,r,m,d]);return l.useMemo(()=>i?{reference:g}:{},[i,g])}const Bx={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},kx={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},gd=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 Vx(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,elements:a,dataRef:o}=e,{enabled:i=!0,escapeKey:s=!0,outsidePress:d=!0,outsidePressEvent:f="pointerdown",referencePress:h=!1,referencePressEvent:m="pointerdown",ancestorScroll:p=!1,bubbles:v,capture:g}=t,b=oa(),y=qe(typeof d=="function"?d:()=>!1),C=typeof d=="function"?y:d,$=l.useRef(!1),{escapeKey:D,outsidePress:x}=gd(v),{escapeKey:S,outsidePress:k}=gd(g),Z=l.useRef(!1),_=l.useRef(-1),U=qe(L=>{var P;if(!r||!i||!s||L.key!=="Escape"||Z.current)return;const B=(P=o.current.floatingContext)==null?void 0:P.nodeId,N=b?Er(b.nodesRef.current,B):[];if(!D&&(L.stopPropagation(),N.length>0)){let R=!0;if(N.forEach(I=>{var T;if((T=I.context)!=null&&T.open&&!I.context.dataRef.current.__escapeKeyBubbles){R=!1;return}}),!R)return}n(!1,nx(L)?L.nativeEvent:L,"escape-key")}),V=qe(L=>{var P;const B=()=>{var N;U(L),(N=gt(L))==null||N.removeEventListener("keydown",B)};(P=gt(L))==null||P.addEventListener("keydown",B)}),w=qe(L=>{var P;const B=o.current.insideReactTree;o.current.insideReactTree=!1;const N=$.current;if($.current=!1,f==="click"&&N||B||typeof C=="function"&&!C(L))return;const R=gt(L),I="["+Gt("inert")+"]",T=Re(a.floating).querySelectorAll(I);let O=Ee(R)?R:null;for(;O&&!pt(O);){const Q=vt(O);if(pt(Q)||!Ee(Q))break;O=Q}if(T.length&&Ee(R)&&!tx(R)&&!Le(R,a.floating)&&Array.from(T).every(Q=>!Le(O,Q)))return;if(Ae(R)&&F){const Q=pt(R),re=Xe(R),Y=/auto|scroll/,ne=Q||Y.test(re.overflowX),G=Q||Y.test(re.overflowY),te=ne&&R.clientWidth>0&&R.scrollWidth>R.clientWidth,j=G&&R.clientHeight>0&&R.scrollHeight>R.clientHeight,ae=re.direction==="rtl",se=j&&(ae?L.offsetX<=R.offsetWidth-R.clientWidth:L.offsetX>R.clientWidth),ce=te&&L.offsetY>R.clientHeight;if(se||ce)return}const z=(P=o.current.floatingContext)==null?void 0:P.nodeId,J=b&&Er(b.nodesRef.current,z).some(Q=>{var re;return a0(L,(re=Q.context)==null?void 0:re.elements.floating)});if(a0(L,a.floating)||a0(L,a.domReference)||J)return;const X=b?Er(b.nodesRef.current,z):[];if(X.length>0){let Q=!0;if(X.forEach(re=>{var Y;if((Y=re.context)!=null&&Y.open&&!re.context.dataRef.current.__outsidePressBubbles){Q=!1;return}}),!Q)return}n(!1,L,"outside-press")}),M=qe(L=>{var P;const B=()=>{var N;w(L),(N=gt(L))==null||N.removeEventListener(f,B)};(P=gt(L))==null||P.addEventListener(f,B)});l.useEffect(()=>{if(!r||!i)return;o.current.__escapeKeyBubbles=D,o.current.__outsidePressBubbles=x;let L=-1;function P(T){n(!1,T,"ancestor-scroll")}function B(){window.clearTimeout(L),Z.current=!0}function N(){L=window.setTimeout(()=>{Z.current=!1},Un()?5:0)}const R=Re(a.floating);s&&(R.addEventListener("keydown",S?V:U,S),R.addEventListener("compositionstart",B),R.addEventListener("compositionend",N)),C&&R.addEventListener(f,k?M:w,k);let I=[];return p&&(Ee(a.domReference)&&(I=Nt(a.domReference)),Ee(a.floating)&&(I=I.concat(Nt(a.floating))),!Ee(a.reference)&&a.reference&&a.reference.contextElement&&(I=I.concat(Nt(a.reference.contextElement)))),I=I.filter(T=>{var O;return T!==((O=R.defaultView)==null?void 0:O.visualViewport)}),I.forEach(T=>{T.addEventListener("scroll",P,{passive:!0})}),()=>{s&&(R.removeEventListener("keydown",S?V:U,S),R.removeEventListener("compositionstart",B),R.removeEventListener("compositionend",N)),C&&R.removeEventListener(f,k?M:w,k),I.forEach(T=>{T.removeEventListener("scroll",P)}),window.clearTimeout(L)}},[o,a,s,C,f,r,n,p,i,D,x,U,S,V,w,k,M]),l.useEffect(()=>{o.current.insideReactTree=!1},[o,C,f]);const H=l.useMemo(()=>({onKeyDown:U,...h&&{[Bx[m]]:L=>{n(!1,L.nativeEvent,"reference-press")},...m!=="click"&&{onClick(L){n(!1,L.nativeEvent,"reference-press")}}}}),[U,n,h,m]),F=l.useMemo(()=>({onKeyDown:U,onMouseDown(){$.current=!0},onMouseUp(){$.current=!0},[kx[f]]:()=>{o.current.insideReactTree=!0},onBlurCapture(){b||(Je(_),o.current.insideReactTree=!0,_.current=window.setTimeout(()=>{o.current.insideReactTree=!1}))}}),[U,f,o,b]);return l.useMemo(()=>i?{reference:H,floating:F}:{},[i,H,F])}function Zx(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=aa(),o=l.useRef({}),[i]=l.useState(()=>bx()),s=s0()!=null;if(process.env.NODE_ENV!=="production"){const v=n.reference;v&&!Ee(v)&&vx("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[d,f]=l.useState(n.reference),h=qe((v,g,b)=>{o.current.openEvent=v?g:void 0,i.emit("openchange",{open:v,event:g,reason:b,nested:s}),r?.(v,g,b)}),m=l.useMemo(()=>({setPositionReference:f}),[]),p=l.useMemo(()=>({reference:d||n.reference||null,floating:n.floating||null,domReference:n.reference}),[d,n.reference,n.floating]);return l.useMemo(()=>({dataRef:o,open:t,onOpenChange:h,elements:p,events:i,floatingId:a,refs:m}),[t,h,p,i,a,m])}function bd(e){e===void 0&&(e={});const{nodeId:t}=e,r=Zx({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[o,i]=l.useState(null),[s,d]=l.useState(null),h=a?.domReference||o,m=l.useRef(null),p=oa();He(()=>{h&&(m.current=h)},[h]);const v=n1({...e,elements:{...a,...s&&{reference:s}}}),g=l.useCallback(D=>{const x=Ee(D)?{getBoundingClientRect:()=>D.getBoundingClientRect(),getClientRects:()=>D.getClientRects(),contextElement:D}:D;d(x),v.refs.setReference(x)},[v.refs]),b=l.useCallback(D=>{(Ee(D)||D===null)&&(m.current=D,i(D)),(Ee(v.refs.reference.current)||v.refs.reference.current===null||D!==null&&!Ee(D))&&v.refs.setReference(D)},[v.refs]),y=l.useMemo(()=>({...v.refs,setReference:b,setPositionReference:g,domReference:m}),[v.refs,b,g]),C=l.useMemo(()=>({...v.elements,domReference:h}),[v.elements,h]),$=l.useMemo(()=>({...v,...n,refs:y,elements:C,nodeId:t}),[v,y,C,t,n]);return He(()=>{n.dataRef.current.floatingContext=$;const D=p?.nodesRef.current.find(x=>x.id===t);D&&(D.context=$)}),l.useMemo(()=>({...v,context:$,refs:y,elements:C}),[v,y,C,$])}function f0(){return QC()&&j5()}function Ox(e,t){t===void 0&&(t={});const{open:r,onOpenChange:n,events:a,dataRef:o,elements:i}=e,{enabled:s=!0,visibleOnly:d=!0}=t,f=l.useRef(!1),h=l.useRef(-1),m=l.useRef(!0);l.useEffect(()=>{if(!s)return;const v=Ge(i.domReference);function g(){!r&&Ae(i.domReference)&&i.domReference===Ft(Re(i.domReference))&&(f.current=!0)}function b(){m.current=!0}function y(){m.current=!1}return v.addEventListener("blur",g),f0()&&(v.addEventListener("keydown",b,!0),v.addEventListener("pointerdown",y,!0)),()=>{v.removeEventListener("blur",g),f0()&&(v.removeEventListener("keydown",b,!0),v.removeEventListener("pointerdown",y,!0))}},[i.domReference,r,s]),l.useEffect(()=>{if(!s)return;function v(g){let{reason:b}=g;(b==="reference-press"||b==="escape-key")&&(f.current=!0)}return a.on("openchange",v),()=>{a.off("openchange",v)}},[a,s]),l.useEffect(()=>()=>{Je(h)},[]);const p=l.useMemo(()=>({onMouseLeave(){f.current=!1},onFocus(v){if(f.current)return;const g=gt(v.nativeEvent);if(d&&Ee(g)){if(f0()&&!v.relatedTarget){if(!m.current&&!o0(g))return}else if(!rx(g))return}n(!0,v.nativeEvent,"focus")},onBlur(v){f.current=!1;const g=v.relatedTarget,b=v.nativeEvent,y=Ee(g)&&g.hasAttribute(Gt("focus-guard"))&&g.getAttribute("data-type")==="outside";h.current=window.setTimeout(()=>{var C;const $=Ft(i.domReference?i.domReference.ownerDocument:document);!g&&$===i.domReference||Le((C=o.current.floatingContext)==null?void 0:C.refs.floating.current,$)||Le(i.domReference,$)||y||n(!1,b,"focus")})}}),[o,i.domReference,n,d]);return l.useMemo(()=>s?{reference:p}:{},[s,p])}function h0(e,t,r){const n=new Map,a=r==="item";let o=e;if(a&&e){const{[Q5]:i,[ed]:s,...d}=e;o=d}return{...r==="floating"&&{tabIndex:-1,[dx]:""},...o,...t.map(i=>{const s=i?i[r]:null;return typeof s=="function"?e?s(e):null:s}).concat(e).reduce((i,s)=>(s&&Object.entries(s).forEach(d=>{let[f,h]=d;if(!(a&&[Q5,ed].includes(f)))if(f.indexOf("on")===0){if(n.has(f)||n.set(f,[]),typeof h=="function"){var m;(m=n.get(f))==null||m.push(h),i[f]=function(){for(var p,v=arguments.length,g=new Array(v),b=0;b<v;b++)g[b]=arguments[b];return(p=n.get(f))==null?void 0:p.map(y=>y(...g)).find(y=>y!==void 0)}}}else i[f]=h}),i),{})}}function wd(e){e===void 0&&(e=[]);const t=e.map(s=>s?.reference),r=e.map(s=>s?.floating),n=e.map(s=>s?.item),a=l.useCallback(s=>h0(s,e,"reference"),t),o=l.useCallback(s=>h0(s,e,"floating"),r),i=l.useCallback(s=>h0(s,e,"item"),n);return l.useMemo(()=>({getReferenceProps:a,getFloatingProps:o,getItemProps:i}),[a,o,i])}const Lx=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function yd(e,t){var r,n;t===void 0&&(t={});const{open:a,elements:o,floatingId:i}=e,{enabled:s=!0,role:d="dialog"}=t,f=aa(),h=((r=o.domReference)==null?void 0:r.id)||f,m=l.useMemo(()=>{var $;return(($=l0(o.floating))==null?void 0:$.id)||i},[o.floating,i]),p=(n=Lx.get(d))!=null?n:d,g=s0()!=null,b=l.useMemo(()=>p==="tooltip"||d==="label"?{["aria-"+(d==="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"&&g&&{role:"menuitem"},...d==="select"&&{"aria-autocomplete":"none"},...d==="combobox"&&{"aria-autocomplete":"list"}},[p,m,g,a,h,d]),y=l.useMemo(()=>{const $={id:m,...p&&{role:p}};return p==="tooltip"||d==="label"?$:{...$,...p==="menu"&&{"aria-labelledby":h}}},[p,m,h,d]),C=l.useCallback($=>{let{active:D,selected:x}=$;const S={role:"option",...D&&{id:m+"-fui-option"}};switch(d){case"select":return{...S,"aria-selected":D&&x};case"combobox":return{...S,"aria-selected":x}}return{}},[m,d]);return l.useMemo(()=>s?{reference:b,floating:y,item:C}:{},[s,b,y,C])}function Rx(e,t){const[r,n]=l.useState(e);return e&&!r&&n(!0),l.useEffect(()=>{if(!e&&r){const a=setTimeout(()=>n(!1),t);return()=>clearTimeout(a)}},[e,r,t]),r}function Hx(e,t){t===void 0&&(t={});const{open:r,elements:{floating:n}}=e,{duration:a=250}=t,i=(typeof a=="number"?a:a.close)||0,[s,d]=l.useState("unmounted"),f=Rx(r,i);return!f&&s==="close"&&d("unmounted"),He(()=>{if(n){if(r){d("initial");const h=requestAnimationFrame(()=>{An.flushSync(()=>{d("open")})});return()=>{cancelAnimationFrame(h)}}d("close")}},[r,n]),{isMounted:f,status:s}}function je(e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}const _x=50,Ux=200,ca=u.forwardRef((e,t)=>{const{children:r,className:n,disablePortal:a=!1,placement:o="top",portalRoot:i,title:s,...d}=e,f=u.useRef(null),[h,m]=u.useState(!1),{context:p,floatingStyles:v,refs:g}=bd({middleware:[Kr(10),Gn(),Lo(),K8({element:f})],onOpenChange:m,open:h,placement:o,whileElementsMounted:Kn}),b=Ex(p,{delay:{close:Ux,open:_x}}),y=Ox(p),C=yd(p,{role:"tooltip"}),{isMounted:$,status:D}=Hx(p),{getFloatingProps:x,getReferenceProps:S}=wd([C,b,y]),k=u.useMemo(()=>je([g.setReference,r.ref]),[g.setReference,r]),Z=u.useMemo(()=>je([g.setFloating,t]),[g.setFloating,t]);if(!s)return r;const _=u.cloneElement(r,S({ref:k,...r.props})),U=c.jsx("div",{...d,...x(),className:q("rbui-tooltip",n),ref:Z,style:{...v},children:$&&c.jsxs("div",{className:q("rbui-tooltip__inner",`rbui-tooltip__inner--${D}`),children:[s,c.jsx(gx,{className:"rbui-tooltip__arrow",context:p,ref:f})]})}),V=typeof i=="string"?i:void 0,w=typeof i!="string"?i:void 0;return c.jsxs(c.Fragment,{children:[_,h&&(a?U:c.jsx(cd,{id:V,root:w,children:U}))]})});ca.displayName="Tooltip";function jx({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 Fe=u.forwardRef((e,t)=>{const{children:r,className:n,color:a="default",disabled:o=!1,endIcon:i,htmlType:s="button",loading:d=!1,loadingText:f,onClick:h,startIcon:m,tooltip:p,type:v="secondary",...g}=e,{active:b,focusVisible:y,getRootProps:C}=gr({...e,rootRef:t,type:s});function $(_){d||o||h?.(_)}const D=C({onClick:$,...g}),x=!!m||!!i,S=!r&&(m&&!i||i&&!m),k=q("rbui-button",n,{"rbui-button--disabled":o,"rbui-button--focus-visible":y,"rbui-button--icon-only":S&&!(d&&f),"rbui-button--loading":d},jx({active:b,color:a,disabled:o,hasIcons:x,loading:d,type:v})),Z=q("rbui-button__loader",{"rbui-button__loader--short":f||S});return c.jsx(ca,{title:p,children:c.jsxs("button",{...D,className:k,type:s,children:[m&&!d&&c.jsx("span",{className:"rbui-button__start-icon",role:"img",children:m}),d&&c.jsx("span",{className:Z,role:"progressbar",children:c.jsx(Jo,{className:"rbui-button__spinner"})}),d&&f,!d&&r,i&&!d&&c.jsx("span",{className:"rbui-button__end-icon",role:"img",children:i})]})})});Fe.displayName="Button";function Kx(e){return e==="primary"?"rbui-button-group--primary":e==="tertiary"?"rbui-button-group--tertiary":"rbui-button-group--secondary"}function zx(e,t){return e&&t?"":e?"rbui-button-group__button--first":t?"rbui-button-group__button--last":"rbui-button-group__button--middle"}const m0=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a,type:o="secondary",...i}=e,s=q(n,"rbui-button-group",Kx(o),{"rbui-button-group--disabled":a}),d=u.Children.count(r);return c.jsx("div",{"aria-disabled":a,className:s,ref:t,role:"group",...i,children:u.Children.map(r,(f,h)=>{if(!u.isValidElement(f))return;const m=h===0,p=h===d-1,v=f.props.disabled??a,g=q("rbui-button-group__button",{"rbui-button-group__button--disabled":v},zx(m,p),f.props.className);return u.cloneElement(f,{className:g,disabled:v,key:f.key??h,type:f.props.type??o})})?.filter(Boolean)})});m0.displayName="ButtonGroup";function Wx(e,t){const{children:r,className:n,color:a="default",disabled:o,onClick:i,selected:s,type:d="secondary",value:f,...h}=e,m=q("rbui-toggle-button",{"rbui-toggle-button--disabled":o,"rbui-toggle-button--selected":s},n);return c.jsx(Fe,{...h,"aria-pressed":s,className:m,color:a,disabled:o,onClick:p=>i?.(p,f),ref:t,type:d,children:r})}const Ed=u.forwardRef(Wx);Ed.displayName="ToggleButton";function Cd(e,t){return t===void 0||e===void 0?!1:Array.isArray(t)?t.includes(e):e===t}function Gx(e,t){const{children:r,className:n,disabled:a,multiple:o=!1,onChange:i,value:s}=e,d=(p,v)=>{Cd(v,s)||i?.(p,v)},f=(p,v)=>{let g=[];Array.isArray(s)&&(g=[...s]);const b=g.indexOf(v);b!==-1?g.splice(b,1):g.push(v),i?.(p,g)},h=q(n,"rbui-toggle-button-group"),m=u.Children.map(r,p=>u.isValidElement(p)?u.cloneElement(p,{disabled:a||p.props.disabled,onClick:o?f:d,selected:Cd(p.props.value,s)}):p);return c.jsx(m0,{className:h,ref:t,...e,children:m})}const xd=u.forwardRef(Gx);xd.displayName="ToggleButtonGroup";const p0=u.createContext(null),Dd=({children:e,name:t})=>{const r=u.useContext(p0);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},$d=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx(Dd,{name:"ActionsContainer",children:c.jsx("div",{...a,className:q("rbui-actions-container",n),ref:t,children:r})})});$d.displayName="ActionsContainer";const qx=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.createElement("path",{d:"M7.25 0h1.5v7.25H16v1.5H7.25V0Z"})))),Yx=u.forwardRef(qx),Sd=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Yx,{})}));Sd.displayName="NextStepIcon";const Xx=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),Jx=u.forwardRef(Xx),Id=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(Jx,{})}));Id.displayName="SortAscIcon";const Qx=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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)=>c.jsx(A,{...e,ref:t,children:c.jsx(eD,{})}));Pd.displayName="SortDescIcon";const tD=(e,t)=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"currentColor",viewBox:"0 0 16 16",ref:t,...e},l.createElement("g",null,l.createElement("g",null,l.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"}),l.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"})))),rD=u.forwardRef(tD),Ad=u.forwardRef((e,t)=>c.jsx(A,{...e,ref:t,children:c.jsx(rD,{})}));Ad.displayName="SortInactiveIcon";const da=u.forwardRef((e,t)=>{const{bordered:r=!1,children:n,className:a,disabled:o=!1,dismissible:i=!1,icon:s,onClick:d,onDismiss:f,readOnly:h=!1,...m}=e,p=u.useRef(null),v=je([p,t]),g=x=>{x?.preventDefault(),!o&&d?.(x)},b=x=>{o||!i||f?.(x)},y=x=>{m?.onKeyDown?.(x);const{key:S}=x;switch(S){case" ":case"Enter":{if(o)return;d?.(x);break}case"Backspace":case"Delete":{if(o||!i)return;f?.(x);break}case"Escape":{p.current?.blur();break}}},C=q("rbui-tag",a),$=q("rbui-tag__content","rbui-button-reset",{"rbui-tag__content--bordered":r,"rbui-tag__content--disabled":o,"rbui-tag__content--dismissible":i,"rbui-tag__content--read-only":h}),D=q("rbui-tag__close-wrapper","rbui-button-reset",{"rbui-tag__close-wrapper--bordered":r,"rbui-tag__close-wrapper--disabled":o});return c.jsxs("div",{...m,className:C,onKeyDown:y,ref:v,role:"button",tabIndex:o?-1:0,children:[c.jsxs("button",{className:$,onClick:g,tabIndex:-1,type:"button",children:[s&&c.jsx("span",{className:"rbui-tag__content-icon",role:"img",children:s}),n&&c.jsx("span",{className:"rbui-tag__content-text",role:"banner",children:n})]}),i&&c.jsx("button",{"aria-disabled":o,"aria-label":"Dismiss",className:D,onClick:b,tabIndex:-1,type:"button",children:c.jsx(zt,{className:"rbui-tag__close-wrapper-icon"})})]})});da.displayName="Tag";const Md=u.forwardRef((e,t)=>{const{children:r,className:n,dismissible:a=!1,variant:o="default",...i}=e,s=q("rbui-asset-tag",o!=="default"?`rbui-asset-tag--${o}`:null,n);return c.jsx(da,{className:s,ref:t,...i,bordered:!1,disabled:!1,dismissible:a,readOnly:!0,children:r})});Md.displayName="AssetTag";const Nd=u.forwardRef((e,t)=>{const{children:r,className:n,content:a,narrow:o=!1,variant:i="default",...s}=e;return c.jsxs("div",{className:q("rbui-badge",`rbui-badge--${i}`,{"rbui-badge--narrow-padding":o},n),ref:t,role:"status",...s,children:[r,c.jsx("div",{className:q("rbui-badge__content",{"rbui-badge__content--notification":r}),children:a})]})});Nd.displayName="Badge";const Fd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx(Dd,{name:"Description",children:c.jsx("div",{...a,className:q("rbui-description",n),ref:t,children:r})})});Fd.displayName="Description";const Td=u.forwardRef((e,t)=>{const{children:r,className:n,defaultSelected:a=!1,onChange:o,selected:i,...s}=e,[d,f]=u.useState(a),h=i!==void 0,m=h?i:d,p=g=>{const b=!m;h||f(b),o?.(g,b)},v=q("rbui-filter-tag",{"rbui-filter-tag--selected":m},n);return c.jsx(da,{"aria-selected":m,className:v,ref:t,...s,bordered:!1,disabled:!1,dismissible:!1,onClick:p,readOnly:!1,children:r})});Td.displayName="FilterTag";const nD=()=>{const[,e]=u.useState({});return u.useCallback(()=>{e({})},[])},aD=typeof window<"u"?u.useLayoutEffect:u.useEffect,Bd=({slotNames:e})=>{const t=u.useRef(Object.fromEntries(e.map(d=>[d,null]))),r=nD(),[n,a]=u.useState(!1);aD(()=>{r(),a(!0)},[r]);const o=u.useCallback((d,f)=>{e.includes(d)&&(t.current[d]=f,n&&r())},[n,r,e]),i=u.useCallback(d=>{e.includes(d)&&(t.current[d]=null,r())},[r,e]);return{contextValue:u.useMemo(()=>({registerSlot:o,unregisterSlot:i}),[o,i]),slots:t.current}},kd=u.forwardRef((e,t)=>{const{children:r,className:n,onBack:a,...o}=e,i=u.useMemo(()=>["Description","ActionsContainer"],[]),{contextValue:s,slots:d}=Bd({slotNames:i});return c.jsx(p0.Provider,{value:s,children:c.jsxs("div",{...o,className:q("rbui-header",n),ref:t,children:[a&&c.jsx(Fe,{onClick:a,startIcon:c.jsx(zo,{}),type:"tertiary"}),c.jsxs("div",{className:"rbui-header__title",children:[c.jsx("h1",{className:"rbui-header__title-heading",children:r}),d.Description]}),d.ActionsContainer]})})});kd.displayName="Header";const v0=e=>{const{controlledValue:t,defaultValue:r,name:n,state:a="value"}=e,o=t!==void 0,{current:i}=u.useRef(o),[s,d]=u.useState(r),f=o?t:s,{current:h}=u.useRef(r);u.useEffect(()=>{process.env.NODE_ENV==="production"||o===i||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,
|
|
42
|
-
`))},[r,o,n,h,a]);const m=u.useCallback(p=>{o||d(p)},[o]);return[f,m]},g0=u.forwardRef((e,t)=>{const{children:r,className:n,defaultSelected:a=!1,disabled:o=!1,dismissible:i=!1,icon:s,onChange:d,onDismiss:f,readOnly:h,selected:m,...p}=e,[v,g]=v0({controlledValue:m,defaultValue:a,name:"InputTag",state:"selected"}),b=C=>{if(o)return;const $=h?!!v:!v;g($),d?.(C,$)},y=q("rbui-input-tag",{"rbui-input-tag--disabled":o,"rbui-input-tag--selected":!o&&v,"rbui-input-tag--unselected":!o&&!v},n);return c.jsx(da,{"aria-selected":o?void 0:v,bordered:!v&&!o,className:y,disabled:o,dismissible:i&&!o,icon:s,onClick:b,onDismiss:f,readOnly:h,ref:t,...p,children:r})});g0.displayName="InputTag";const Vd=u.createContext(null);function oD(){return u.useContext(Vd)}const Zd=u.forwardRef((e,t)=>{const{children:r,className:n,rowDensity:a="small",...o}=e,i=u.useMemo(()=>({rowDensity:a}),[a]);return c.jsx(Vd.Provider,{value:i,children:c.jsx("table",{...o,className:q("rbui-table",n),ref:t,children:r})})});Zd.displayName="Table";const fa=u.createContext(null);function Od(){return u.useContext(fa)}const lD={variant:"body"},Ld=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx(fa.Provider,{value:lD,children:c.jsx("tbody",{className:q("rbui-table-body",n),ref:t,...a,children:r})})});Ld.displayName="TableBody";const Rd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=Od(),i=o?.variant==="head",s=o?.variant==="body",d=o?.variant==="foot",f=i?"th":"td",h=q("rbui-table-cell",{"rbui-table-cell__body":s,"rbui-table-cell__foot":d,"rbui-table-cell__foot--has-pagination":d&&o?.hasPagination,"rbui-table-cell__head":i},n);return c.jsx(f,{className:h,ref:t,...a,children:r})});Rd.displayName="TableCell";const Hd=u.createContext(null);function iD(){return u.useContext(Hd)}const _d=u.forwardRef((e,t)=>{const{children:r,className:n,floating:a=!1,...o}=e,i=iD();if(!i)throw new Error("TableCellAction must be used within a `TableRowContext.Provider`");const{highlighted:s}=i;return s?c.jsx("div",{className:q(n,"rbui-table-cell-action",{"rbui-table-cell-action--floating":a}),ref:t,...o,children:r}):null});_d.displayName="TableCellAction";const Ud=u.forwardRef((e,t)=>{const{children:r,className:n,hasPagination:a,...o}=e,i=u.useMemo(()=>({hasPagination:a,variant:"foot"}),[a]);return c.jsx(fa.Provider,{value:i,children:c.jsx("tfoot",{className:q("rbui-table-foot",n),ref:t,...o,children:r})})});Ud.displayName="TableFoot";const jd=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=u.useMemo(()=>({variant:"head"}),[]);return c.jsx(fa.Provider,{value:o,children:c.jsx("thead",{className:q("rbui-table-head",n),ref:t,...a,children:r})})});jd.displayName="TableHead";function b0(e,t){return e-t*Math.floor(e/t)}const Kd=1721426;function ha(e,t,r,n){t=w0(e,t);let a=t-1,o=-2;return r<=2?o=0:ma(t)&&(o=-1),Kd-1+365*a+Math.floor(a/4)-Math.floor(a/100)+Math.floor(a/400)+Math.floor((367*r-362)/12+o+n)}function ma(e){return e%4===0&&(e%100!==0||e%400===0)}function w0(e,t){return e==="BC"?1-t:t}function sD(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}const uD={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 ct{fromJulianDay(t){let r=t,n=r-Kd,a=Math.floor(n/146097),o=b0(n,146097),i=Math.floor(o/36524),s=b0(o,36524),d=Math.floor(s/1461),f=b0(s,1461),h=Math.floor(f/365),m=a*400+i*100+d*4+h+(i!==4&&h!==4?1:0),[p,v]=sD(m),g=r-ha(p,v,1,1),b=2;r<ha(p,v,3,1)?b=0:ma(v)&&(b=1);let y=Math.floor(((g+b)*12+373)/367),C=r-ha(p,v,y,1)+1;return new Jt(p,v,y,C)}toJulianDay(t){return ha(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return uD[ma(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return ma(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 cD={"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 Pe(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 dD(e,t){return t=xe(t,e.calendar),e=Yt(e),t=Yt(t),e.era===t.era&&e.year===t.year&&e.month===t.month}function y0(e,t){return pa(e.calendar,t.calendar)&&Pe(e,t)}function pa(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 fD(e,t){return Pe(e,C0(t))}const hD={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function E0(e,t,r){let n=e.calendar.toJulianDay(e),a=r?hD[r]:wD(t),o=Math.ceil(n+1-a)%7;return o<0&&(o+=7),o}function zd(e){return wt(Date.now(),e)}function C0(e){return Ke(zd(e))}function Wd(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function Gd(e,t){return qd(e)-qd(t)}function qd(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}let x0=null;function D0(){return x0==null&&(x0=new Intl.DateTimeFormat().resolvedOptions().timeZone),x0}function Yt(e){return e.subtract({days:e.day-1})}function va(e){return e.add({days:e.calendar.getDaysInMonth(e)-e.day})}function mD(e){return Yt(e.subtract({months:e.month-1}))}function pD(e){return e.calendar.getMinimumMonthInYear?e.calendar.getMinimumMonthInYear(e):1}function vD(e){return e.calendar.getMinimumDayInMonth?e.calendar.getMinimumDayInMonth(e):1}function rn(e,t,r){let n=E0(e,t,r);return e.subtract({days:n})}function gD(e,t,r){return rn(e,t,r).add({days:6})}const Yd=new Map;function bD(e){if(Intl.Locale){let r=Yd.get(e);return r||(r=new Intl.Locale(e).maximize().region,r&&Yd.set(e,r)),r}let t=e.split("-")[1];return t==="u"?void 0:t}function wD(e){let t=bD(e);return t&&cD[t]||0}function $0(e,t,r){let n=e.calendar.getDaysInMonth(e);return Math.ceil((E0(Yt(e),t,r)+n)/7)}function S0(e,t){return e&&t?e.compare(t)<=0?e:t:e||t}function I0(e,t){return e&&t?e.compare(t)>=0?e:t:e||t}function Dr(e){e=xe(e,new ct);let t=w0(e.era,e.year);return Xd(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Xd(e,t,r,n,a,o,i){let s=new Date;return s.setUTCHours(n,a,o,i),s.setUTCFullYear(e,t-1,r),s.getTime()}function P0(e,t){if(t==="UTC")return 0;if(e>0&&t===D0())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:n,day:a,hour:o,minute:i,second:s}=Qd(e,t);return Xd(r,n,a,o,i,s,0)-Math.floor(e/1e3)*1e3}const Jd=new Map;function Qd(e,t){let r=Jd.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"}),Jd.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 e2=864e5;function yD(e,t,r,n){return(r===n?[r]:[r,n]).filter(o=>ED(e,t,o))}function ED(e,t,r){let n=Qd(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 bt(e,t,r="compatible"){let n=dt(e);if(t==="UTC")return Dr(n);if(t===D0()&&r==="compatible"){n=xe(n,new ct);let d=new Date,f=w0(n.era,n.year);return d.setFullYear(f,n.month-1,n.day),d.setHours(n.hour,n.minute,n.second,n.millisecond),d.getTime()}let a=Dr(n),o=P0(a-e2,t),i=P0(a+e2,t),s=yD(n,t,a-o,a-i);if(s.length===1)return s[0];if(s.length>1)switch(r){case"compatible":case"earlier":return s[0];case"later":return s[s.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(a-o,a-i);case"compatible":case"later":return Math.max(a-o,a-i);case"reject":throw new RangeError("No such absolute time found")}}function t2(e,t,r="compatible"){return new Date(bt(e,t,r))}function wt(e,t){let r=P0(e,t),n=new Date(e+r),a=n.getUTCFullYear(),o=n.getUTCMonth()+1,i=n.getUTCDate(),s=n.getUTCHours(),d=n.getUTCMinutes(),f=n.getUTCSeconds(),h=n.getUTCMilliseconds();return new ln(a<1?"BC":"AD",a<1?-a+1:a,o,i,t,r,s,d,f,h)}function Ke(e){return new Jt(e.calendar,e.era,e.year,e.month,e.day)}function dt(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 wa(e.calendar,e.era,e.year,e.month,e.day,r,n,a,o)}function xe(e,t){if(pa(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,Xt(n),n}function CD(e,t,r){if(e instanceof ln)return e.timeZone===t?e:DD(e,t);let n=bt(e,t,r);return wt(n,t)}function xD(e){let t=Dr(e)-e.offset;return new Date(t)}function DD(e,t){let r=Dr(e)-e.offset;return xe(wt(r,t),e.calendar)}const nn=36e5;function ga(e,t){let r=e.copy(),n="hour"in r?o2(r,t):0;A0(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,M0(r),r2(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=n,$D(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,i;let d=(o=(i=r.calendar).isInverseEra)===null||o===void 0?void 0:o.call(i,r);r.year=a,r.month=d?1:r.calendar.getMonthsInYear(r),r.day=d?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let s=r.calendar.getMonthsInYear(r);return r.month>s&&(r.month=s,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function A0(e,t){var r,n;!((r=(n=e.calendar).isInverseEra)===null||r===void 0)&&r.call(n,e)&&(t=-t),e.year+=t}function M0(e){for(;e.month<1;)A0(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,A0(e,1)}function $D(e){for(;e.day<1;)e.month--,M0(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,M0(e)}function r2(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 Xt(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),r2(e)}function N0(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function n2(e,t){return ga(e,N0(t))}function F0(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),Xt(r),r}function an(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),a2(r),r}function SD(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=ba(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=ba(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=ba(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=ba(e.hour,24),t}function a2(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 ba(e,t){let r=e%t;return r<0&&(r+=t),r}function o2(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,SD(e)}function l2(e,t){let r=e.copy();return o2(r,t),r}function ID(e,t){return l2(e,N0(t))}function T0(e,t,r,n){let a=e.copy();switch(t){case"era":{let s=e.calendar.getEras(),d=s.indexOf(e.era);if(d<0)throw new Error("Invalid era: "+e.era);d=yt(d,r,0,s.length-1,n?.round),a.era=s[d],Xt(a);break}case"year":var o,i;!((o=(i=a.calendar).isInverseEra)===null||o===void 0)&&o.call(i,a)&&(r=-r),a.year=yt(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=yt(e.month,r,1,e.calendar.getMonthsInYear(e),n?.round);break;case"day":a.day=yt(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),Xt(a),a}function B0(e,t,r,n){let a=e.copy();switch(t){case"hour":{let o=e.hour,i=0,s=23;if(n?.hourCycle===12){let d=o>=12;i=d?12:0,s=d?23:11}a.hour=yt(o,r,i,s,n?.round);break}case"minute":a.minute=yt(e.minute,r,0,59,n?.round);break;case"second":a.second=yt(e.second,r,0,59,n?.round);break;case"millisecond":a.millisecond=yt(e.millisecond,r,0,999,n?.round);break;default:throw new Error("Unsupported field "+t)}return a}function yt(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 i2(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=ga(dt(e),{years:t.years,months:t.months,weeks:t.weeks,days:t.days});r=bt(a,e.timeZone)}else r=Dr(e)-e.offset;r+=t.milliseconds||0,r+=(t.seconds||0)*1e3,r+=(t.minutes||0)*6e4,r+=(t.hours||0)*36e5;let n=wt(r,e.timeZone);return xe(n,e.calendar)}function PD(e,t){return i2(e,N0(t))}function AD(e,t,r,n){switch(t){case"hour":{let a=0,o=23;if(n?.hourCycle===12){let g=e.hour>=12;a=g?12:0,o=g?23:11}let i=dt(e),s=xe(an(i,{hour:a}),new ct),d=[bt(s,e.timeZone,"earlier"),bt(s,e.timeZone,"later")].filter(g=>wt(g,e.timeZone).day===s.day)[0],f=xe(an(i,{hour:o}),new ct),h=[bt(f,e.timeZone,"earlier"),bt(f,e.timeZone,"later")].filter(g=>wt(g,e.timeZone).day===f.day).pop(),m=Dr(e)-e.offset,p=Math.floor(m/nn),v=m%nn;return m=yt(p,r,Math.floor(d/nn),Math.floor(h/nn),n?.round)*nn+v,xe(wt(m,e.timeZone),e.calendar)}case"minute":case"second":case"millisecond":return B0(e,t,r,n);case"era":case"year":case"month":case"day":{let a=T0(dt(e),t,r,n),o=bt(a,e.timeZone);return xe(wt(o,e.timeZone),e.calendar)}default:throw new Error("Unsupported field "+t)}}function MD(e,t,r){let n=dt(e),a=an(F0(n,t),t);if(a.compare(n)===0)return e;let o=bt(a,e.timeZone,r);return xe(wt(o,e.timeZone),e.calendar)}function s2(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 u2(e){let t=xe(e,new ct),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 c2(e){return`${u2(e)}T${s2(e)}`}function ND(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 FD(e){return`${c2(e)}${ND(e.offset)}[${e.timeZone}]`}function TD(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function on(e,t,r){TD(e,t),t.set(e,r)}function k0(e){let t=typeof e[0]=="object"?e.shift():new ct,r;if(typeof e[0]=="string")r=e.shift();else{let i=t.getEras();r=i[i.length-1]}let n=e.shift(),a=e.shift(),o=e.shift();return[t,r,n,a,o]}var BD=new WeakMap;class Jt{copy(){return this.era?new Jt(this.calendar,this.era,this.year,this.month,this.day):new Jt(this.calendar,this.year,this.month,this.day)}add(t){return ga(this,t)}subtract(t){return n2(this,t)}set(t){return F0(this,t)}cycle(t,r,n){return T0(this,t,r,n)}toDate(t){return t2(this,t)}toString(){return u2(this)}compare(t){return Wd(this,t)}constructor(...t){on(this,BD,{writable:!0,value:void 0});let[r,n,a,o,i]=k0(t);this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=i,Xt(this)}}var kD=new WeakMap;class V0{copy(){return new V0(this.hour,this.minute,this.second,this.millisecond)}add(t){return l2(this,t)}subtract(t){return ID(this,t)}set(t){return an(this,t)}cycle(t,r,n){return B0(this,t,r,n)}toString(){return s2(this)}compare(t){return Gd(this,t)}constructor(t=0,r=0,n=0,a=0){on(this,kD,{writable:!0,value:void 0}),this.hour=t,this.minute=r,this.second=n,this.millisecond=a,a2(this)}}var VD=new WeakMap;class wa{copy(){return this.era?new wa(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new wa(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return ga(this,t)}subtract(t){return n2(this,t)}set(t){return F0(an(this,t),t)}cycle(t,r,n){switch(t){case"era":case"year":case"month":case"day":return T0(this,t,r,n);default:return B0(this,t,r,n)}}toDate(t,r){return t2(this,t,r)}toString(){return c2(this)}compare(t){let r=Wd(this,t);return r===0?Gd(this,dt(t)):r}constructor(...t){on(this,VD,{writable:!0,value:void 0});let[r,n,a,o,i]=k0(t);this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=i,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,Xt(this)}}var ZD=new WeakMap;class ln{copy(){return this.era?new ln(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new ln(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(t){return i2(this,t)}subtract(t){return PD(this,t)}set(t,r){return MD(this,t,r)}cycle(t,r,n){return AD(this,t,r,n)}toDate(){return xD(this)}toString(){return FD(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(t){return this.toDate().getTime()-CD(t,this.timeZone).toDate().getTime()}constructor(...t){on(this,ZD,{writable:!0,value:void 0});let[r,n,a,o,i]=k0(t),s=t.shift(),d=t.shift();this.calendar=r,this.era=n,this.year=a,this.month=o,this.day=i,this.timeZone=s,this.offset=d,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,Xt(this)}}let Z0=new Map;class et{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 RD()&&(this.resolvedHourCycle||(this.resolvedHourCycle=HD(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=d2(t,r),this.options=r}}const OD={true:{ja:"h11"},false:{}};function d2(e,t={}){if(typeof t.hour12=="boolean"&&LD()){t={...t};let a=OD[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(Z0.has(r))return Z0.get(r);let n=new Intl.DateTimeFormat(e,t);return Z0.set(r,n),n}let O0=null;function LD(){return O0==null&&(O0=new Intl.DateTimeFormat("en-US",{hour:"numeric",hour12:!1}).format(new Date(2020,2,3,0))==="24"),O0}let L0=null;function RD(){return L0==null&&(L0=new Intl.DateTimeFormat("fr",{hour:"numeric",hour12:!1}).resolvedOptions().hourCycle==="h12"),L0}function HD(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=d2(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 pe(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 Jt(r,n,a,o)}function _e(e){if(e==null)return e;const t=new Date(e.toString()),r=e.era==="BC"?-e.year:e.year;return new Date(t.setFullYear(r,e.month-1,e.day))}function $r(e){return e==null?e:{end:pe(e.end),start:pe(e.start)}}function R0(e){return e==null?e:{end:_e(e.end),start:_e(e.start)}}function H0(){return new ct}function f2(e,t,r){const{maxDate:n,minDate:a,required:o}=t,i=_e(pe(e)),s=_e(pe(a)),d=_e(pe(n)),f=[],h=i&&d&&i.getTime()>d.getTime(),m=i&&s&&i.getTime()<s.getTime(),p=o&&i===null,v=h||m||p;return v&&(h&&f.push(`Value must be ${n?.toLocaleDateString(r)} or earlier.`),m&&f.push(`Value must be ${a?.toLocaleDateString(r)} or later.`),p&&f.push("Value is required")),{validationMessage:f,validityState:{badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!!h,rangeUnderflow:!!m,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:!v,valueMissing:!!p}}}const _D=/^space-\d+x$/,UD=e=>_D.test(e),Se=e=>e,ze=e=>`var(--banana-${e})`,ya=e=>`var(--banana-${e})`,sn=e=>`var(--banana-${e})`,jD=(e="block")=>Se(e),KD=(e="flex")=>Se(e),Ea=e=>UD(e)?ze(e):Se(e),h2={...{alignSelf:["alignSelf",Se],flex:["flex",Se],flexBasis:["flexBasis",Se],flexGrow:["flexGrow",Se],flexShrink:["flexShrink",Se],justifySelf:["justifySelf",Se],order:["order",Se],overflow:["overflow",Se]},...{margin:["margin",ze],marginBlock:["marginBlock",ze],marginBlockEnd:["marginBlockEnd",ze],marginBlockStart:["marginBlockStart",ze],marginInline:["marginInline",ze],marginInlineEnd:["marginInlineEnd",ze],marginInlineStart:["marginInlineStart",ze],padding:["padding",ze],paddingBlock:["paddingBlock",ze],paddingBlockEnd:["paddingBlockEnd",ze],paddingBlockStart:["paddingBlockStart",ze],paddingInline:["paddingInline",ze],paddingInlineEnd:["paddingInlineEnd",ze],paddingInlineStart:["paddingInlineStart",ze]},...{height:["height",Se],maxHeight:["maxHeight",Se],maxWidth:["maxWidth",Se],minHeight:["minHeight",Se],minWidth:["minWidth",Se],width:["width",Se]},...{backgroundColor:["backgroundColor",ya]},...{borderEndEndRadius:["borderEndEndRadius",sn],borderEndStartRadius:["borderEndStartRadius",sn],borderRadius:["borderRadius",sn],borderStartEndRadius:["borderStartEndRadius",sn],borderStartStartRadius:["borderStartStartRadius",sn]},...{bottom:["bottom",Ea],insetInlineEnd:["insetInlineEnd",Ea],insetInlineStart:["insetInlineStart",Ea],position:["position",Se],top:["top",Ea]}},m2={...h2,display:["display",jD]},p2={...h2,alignContent:["alignContent",Se],alignItems:["alignItems",Se],columnGap:["columnGap",ya],direction:["flexDirection",Se],display:["display",KD],gap:["gap",ya],justifyContent:["justifyContent",Se],rowGap:["rowGap",ya],wrap:["flexWrap",Se]};function v2(e,t=m2){const r={};for(const a in e){const o=t[a];if(!o||e[a]==null)continue;const[i,s]=o,d=s(e[a]);r[i]=d}return{...e.style,...r}}function g2(e,t=m2){return Object.keys(e).reduce((n,a)=>a in t?n:{...n,[a]:e[a]},{})}function zD(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 Ca({onEnter:e,onLeave:t}={}){const[r,n]=u.useState(!1),a=u.useCallback(i=>{n(!0),e?.(i)},[e]),o=u.useCallback(i=>{n(!1),t?.(i)},[t]);return{handlers:{onMouseEnter:a,onMouseLeave:o},hovered:r}}const b2=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,onBlur:o,onFocus:i,onMouseEnter:s,onMouseLeave:d,selected:f=!1,...h}=e,[m,p]=u.useState(!1),{handlers:v,hovered:g}=Ca({onEnter:s,onLeave:d}),b=u.useRef(),y=oD(),C=Od(),$=g||m,D=u.useMemo(()=>({highlighted:$}),[$]);u.useEffect(()=>()=>{window.clearTimeout(b.current)},[]);const x=C?.variant==="body",S=C?.variant==="head",k=C?.variant==="foot",Z=q("rbui-table-row",{"rbui-table-row--disabled":a,"rbui-table-row--highlighted":$,"rbui-table-row--selected":f,"rbui-table-row__body":x,"rbui-table-row__body--large":x&&y?.rowDensity==="large","rbui-table-row__body--medium":x&&y?.rowDensity==="medium","rbui-table-row__body--small":x&&y?.rowDensity==="small","rbui-table-row__foot":k,"rbui-table-row__head":S},n),_=V=>{window.clearTimeout(b.current),p(!0),i?.(V)},U=V=>{b.current=window.setTimeout(()=>p(!1)),o?.(V)};return c.jsx(Hd.Provider,{value:D,children:c.jsx("tr",{className:Z,onBlur:U,onFocus:_,ref:t,tabIndex:x?0:-1,...v,...h,children:r})})});b2.displayName="TableRow";const w2=u.forwardRef((e,t)=>{const{children:r,className:n,direction:a=!1,onClick:o,...i}=e,s=a==="desc"?Ko:Wo,d=f=>{(f.code==="Enter"||f.code==="Space")&&(f.preventDefault(),o?.(f))};return c.jsxs("span",{className:q("rbui-table-sort-label",{"rbui-table-sort-label--active":a},n),onClick:o,onKeyDown:d,ref:t,role:"button",tabIndex:0,...i,children:[r,c.jsx(s,{className:"rbui-table-sort-label__icon"})]})});w2.displayName="TableSortLabel";const _0=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx("div",{...a,className:q("rbui-tag-group",n),ref:t,children:r})});_0.displayName="TagGroup";const WD="+",GD="-",qD="trend-icon",YD="impact-down-icon",xa={NEGATIVE:"negative",NEUTRAL:"neutral",POSITIVE:"positive"},XD={[xa.NEGATIVE]:{defaultIcon:c.jsx(Xo,{"data-testid":YD,size:16}),sign:GD,trendClass:"rbui-trend-marker--negative"},[xa.NEUTRAL]:{defaultIcon:null,sign:null,trendClass:"rbui-trend-marker--neutral"},[xa.POSITIVE]:{defaultIcon:c.jsx(Qo,{"data-testid":qD,size:16}),sign:WD,trendClass:"rbui-trend-marker--positive"}},JD=(e,t)=>e?e===!0?t:e:null,y2=u.forwardRef((e,t)=>{const{children:r,className:n,highlighted:a=!1,useIcon:o=!1,variant:i=xa.NEUTRAL,...s}=e,{defaultIcon:d,sign:f,trendClass:h}=XD[i],m=JD(o,d),p=q("rbui-trend-marker",h,{"rbui-trend-marker--highlighted":a,"rbui-trend-marker--with-icon":!!m},n);return c.jsx("div",{className:p,ref:t,...s,children:c.jsxs("div",{className:"rbui-trend-marker__content",children:[m,c.jsxs("div",{className:"rbui-trend-marker__text",children:[f&&c.jsx("span",{children:f}),r]})]})})});y2.displayName="TrendMarker";const QD={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"},E2=u.forwardRef((e,t)=>{const{as:r,children:n,className:a,color:o,variant:i,...s}=e,d=r||QD[i||"default"],f=q("rbui-typography",i&&`rbui-typography--${i}`,o&&`rbui-typography--color-${o}`,a);return c.jsx(d,{...s,className:f,ref:t,children:n})});E2.displayName="Typography";function C2(e){const{children:t,onOpenChange:r,open:n}=e,{contextValue:a}=wh({onOpenChange:r,open:n});return c.jsx(Zr.Provider,{value:a,children:t})}C2.displayName="Menu";const x2=u.forwardRef((e,t)=>{const{children:r,disabled:n=!1,htmlType:a,type:o,...i}=e,{getRootProps:s}=X8({disabled:n,focusableWhenDisabled:!1,rootRef:t}),d=Fe,{ownerState:f,...h}=kr({additionalProps:{ref:t},elementType:d,externalForwardedProps:i,externalSlotProps:void 0,getSlotProps:s,ownerState:void 0});return c.jsx(Fe,{...h,htmlType:a,type:o,children:r})});x2.displayName="MenuButton";const D2=u.forwardRef((e,t)=>{const{children:r,className:n,placement:a="bottom-end"}=e,{contextValue:o,getListboxProps:i,listboxRef:s,open:d,triggerElement:f}=Gh({disabledItemsFocusable:!1,listboxRef:t}),h=i(),m=q("rbui-menu-content",n);return c.jsx(qh,{value:o,children:c.jsx(Wr,{anchor:f,middleware:[Kr(4),Gn()],open:d,placement:a,style:{display:d?"block":"none"},children:c.jsx("ul",{...h,className:m,ref:s,children:r})})})});D2.displayName="MenuContent";function $2(e){const{children:t,className:r,...n}=e,a=q("rbui-menu-group",r);return c.jsx("li",{className:"rbui-menu-group__container",children:c.jsx("ul",{className:a,role:"group",...n,children:t})})}$2.displayName="MenuGroup";function S2(e){const{children:t,className:r,...n}=e,a=q("rbui-menu-group__label",r);return c.jsx("li",{className:a,role:"presentation",...n,children:t})}S2.displayName="MenuGroupLabel";const I2=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,startIcon:o,...i}=e,{disabled:s,getRootProps:d,highlighted:f}=em({disabled:a,rootRef:t}),h=q("rbui-menu-item",n,{"rbui-menu-item--disabled":s,"rbui-menu-item--highlighted":!s&&f}),m="li",p=kr({className:h,elementType:m,externalForwardedProps:i,externalSlotProps:void 0,getSlotProps:d,ownerState:void 0});return c.jsxs(m,{...p,"aria-label":"label",children:[o&&c.jsx("span",{className:"rbui-menu-item__start-icon",role:"img",children:o}),r]})});I2.displayName="MenuItem";function P2(){return c.jsx("li",{"aria-hidden":!0,"aria-orientation":"horizontal",className:"rbui-menu-separator",role:"separator"})}P2.displayName="MenuSeparator";const e$={error:e=>c.jsx(Hs,{...e}),info:e=>c.jsx(yu,{...e}),success:e=>c.jsx(W1,{...e}),warning:e=>c.jsx(M5,{...e})};function t$(e){const{actions:t,children:r,className:n,icon:a,onClose:o,role:i="alert",type:s="info",...d}=e;return c.jsxs("div",{className:q(`rbui-alert rbui-alert--${s}`,n),role:i,...d,children:[a!==!1?c.jsx("div",{className:`rbui-alert__icon rbui-alert__icon--${s}`,children:a||e$[s]()}):null,c.jsxs("div",{className:"rbui-alert__content",children:[r,t?c.jsx("div",{className:"rbui-alert__actions",children:t}):null]}),o?c.jsx(Fe,{"aria-label":"Close",className:"rbui-alert__close",onClick:()=>o(),startIcon:c.jsx(as,{}),type:"tertiary"}):null]})}function r$(e){const{children:t,className:r}=e;return c.jsx("div",{className:q("rbui-alert-title",r),children:t})}var n$=e=>typeof e=="function",U0=(e,t)=>n$(e)?e(t):e,a$=(()=>{let e=0;return()=>(++e).toString()})(),o$=20,A2=(e,t)=>{switch(t.type){case 0:return{...e,toasts:[t.toast,...e.toasts].slice(0,o$)};case 1:return{...e,toasts:e.toasts.map(o=>o.id===t.toast.id?{...o,...t.toast}:o)};case 2:let{toast:r}=t;return A2(e,{type:e.toasts.find(o=>o.id===r.id)?1:0,toast:r});case 3:let{toastId:n}=t;return{...e,toasts:e.toasts.map(o=>o.id===n||n===void 0?{...o,dismissed:!0,visible:!1}:o)};case 4:return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(o=>o.id!==t.toastId)};case 5:return{...e,pausedAt:t.time};case 6:let a=t.time-(e.pausedAt||0);return{...e,pausedAt:void 0,toasts:e.toasts.map(o=>({...o,pauseDuration:o.pauseDuration+a}))}}},Da=[],Qt={toasts:[],pausedAt:void 0},er=e=>{Qt=A2(Qt,e),Da.forEach(t=>{t(Qt)})},l$={blank:4e3,error:4e3,success:2e3,loading:1/0,custom:4e3},i$=(e={})=>{let[t,r]=u.useState(Qt),n=u.useRef(Qt);u.useEffect(()=>(n.current!==Qt&&r(Qt),Da.push(r),()=>{let o=Da.indexOf(r);o>-1&&Da.splice(o,1)}),[]);let a=t.toasts.map(o=>{var i,s,d;return{...e,...e[o.type],...o,removeDelay:o.removeDelay||((i=e[o.type])==null?void 0:i.removeDelay)||e?.removeDelay,duration:o.duration||((s=e[o.type])==null?void 0:s.duration)||e?.duration||l$[o.type],style:{...e.style,...(d=e[o.type])==null?void 0:d.style,...o.style}}});return{...t,toasts:a}},s$=(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||a$()}),un=e=>(t,r)=>{let n=s$(t,e,r);return er({type:2,toast:n}),n.id},Ve=(e,t)=>un("blank")(e,t);Ve.error=un("error"),Ve.success=un("success"),Ve.loading=un("loading"),Ve.custom=un("custom"),Ve.dismiss=e=>{er({type:3,toastId:e})},Ve.remove=e=>er({type:4,toastId:e}),Ve.promise=(e,t,r)=>{let n=Ve.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?Ve.success(o,{id:n,...r,...r?.success}):Ve.dismiss(n),a}).catch(a=>{let o=t.error?U0(t.error,a):void 0;o?Ve.error(o,{id:n,...r,...r?.error}):Ve.dismiss(n)}),e};var u$=(e,t)=>{er({type:1,toast:{id:e,height:t}})},c$=()=>{er({type:5,time:Date.now()})},cn=new Map,d$=1e3,f$=(e,t=d$)=>{if(cn.has(e))return;let r=setTimeout(()=>{cn.delete(e),er({type:4,toastId:e})},t);cn.set(e,r)},h$=e=>{let{toasts:t,pausedAt:r}=i$(e);u.useEffect(()=>{if(r)return;let o=Date.now(),i=t.map(s=>{if(s.duration===1/0)return;let d=(s.duration||0)+s.pauseDuration-(o-s.createdAt);if(d<0){s.visible&&Ve.dismiss(s.id);return}return setTimeout(()=>Ve.dismiss(s.id),d)});return()=>{i.forEach(s=>s&&clearTimeout(s))}},[t,r]);let n=u.useCallback(()=>{r&&er({type:6,time:Date.now()})},[r]),a=u.useCallback((o,i)=>{let{reverseOrder:s=!1,gutter:d=8,defaultPosition:f}=i||{},h=t.filter(v=>(v.position||f)===(o.position||f)&&v.height),m=h.findIndex(v=>v.id===o.id),p=h.filter((v,g)=>g<m&&v.visible).length;return h.filter(v=>v.visible).slice(...s?[p+1]:[0,p]).reduce((v,g)=>v+(g.height||0)+d,0)},[t]);return u.useEffect(()=>{t.forEach(o=>{if(o.dismissed)f$(o.id,o.removeDelay);else{let i=cn.get(o.id);i&&(clearTimeout(i),cn.delete(o.id))}})},[t]),{toasts:t,handlers:{updateHeight:u$,startPause:c$,endPause:n,calculateOffset:a}}};const j0=u.createContext(null),M2=()=>u.useContext(j0),m$=e=>{const{children:t,className:r,onHeightUpdate:n,style:a,toast:o}=e,{createdAt:i,duration:s,id:d,visible:f}=o,h=u.useRef(null);u.useEffect(()=>{const p=h.current;if(!p)return;const v=()=>{const b=p.getBoundingClientRect().height;n(d,b)};v();const g=new MutationObserver(v);return g.observe(p,{characterData:!0,childList:!0,subtree:!0}),()=>{g.disconnect()}},[d,n]);const m=u.useMemo(()=>({createdAt:i,duration:s,id:d}),[d,i,s]);return c.jsx(j0.Provider,{value:m,children:c.jsx("div",{className:r,ref:h,style:a,children:c.jsx("div",{className:f?"rbui-toast-animation--visible":"rbui-toast-animation--hidden",children:t})})})},p$=u.forwardRef((e,t)=>{const{className:r,duration:n=5e3}=e,{handlers:{calculateOffset:a,endPause:o,startPause:i,updateHeight:s},toasts:d}=h$({duration:n,position:"top-center",removeDelay:400});return uo.createPortal(c.jsx("div",{className:q("rbui-toaster",r),id:"rbui-toaster",onBlur:o,onFocus:i,onMouseEnter:i,onMouseLeave:o,ref:t,children:d.map(f=>{const h=a(f,{defaultPosition:"top-center",gutter:16,reverseOrder:!1});return c.jsx(m$,{className:q("rbui-toast-wrapper",f.visible&&"rbui-toast-wrapper--visible"),onHeightUpdate:s,style:{transform:`translateY(${h}px)`},toast:f,children:U0(f.message,f)},f.id)})}),document.body)}),v$=["Description","ActionsContainer"],g$={error:c.jsx(Yo,{}),info:c.jsx(Qn,{}),success:c.jsx(Go,{}),warning:c.jsx(e0,{})},N2=u.forwardRef((e,t)=>{const{children:r,className:n,dismissible:a=!0,onDismiss:o,variant:i="info",...s}=e,{contextValue:d,slots:f}=Bd({slotNames:v$}),h=M2(),m={"--rbui-toast-timer-duration":h?.duration??1/0},p=()=>{Ve.dismiss(h?.id),o?.()};return c.jsx(p0.Provider,{value:d,children:c.jsxs("div",{...s,className:q("rbui-toast",`rbui-toast--${i}`,n),ref:t,children:[c.jsx("div",{className:"rbui-toast__icon",children:g$[i]}),c.jsxs("div",{className:"rbui-toast__body",children:[c.jsxs("div",{className:"rbui-toast__content",children:[c.jsx("div",{className:"rbui-toast__title",children:r}),c.jsx("div",{className:"rbui-toast__description",children:f.Description})]}),c.jsx("div",{className:"rbui-toast__actions-container",children:f.ActionsContainer})]}),a&&c.jsx("button",{"aria-label":"Dismiss",className:"rbui-toast__close-wrapper rbui-button-reset",onClick:p,tabIndex:-1,type:"button",children:c.jsx(zt,{className:"rbui-toast__close-wrapper-icon"})}),c.jsx("div",{className:"rbui-toast__timer",style:m},h?.createdAt)]})})});N2.displayName="Toast";const F2=(e,t={})=>Ve.custom(e,t);F2.dismiss=Ve.dismiss;const T2=u.createContext(null);function B2(){return u.useContext(T2)}const k2=u.forwardRef((e,t)=>{const{className:r,open:n,...a}=e;return c.jsx("div",{className:q({"rbui-modal__backdrop":n},r),ref:t,...a})});k2.displayName="Backdrop";const V2=u.forwardRef((e,t)=>{const{children:r,className:n,onClose:a,open:o,role:i="dialog",width:s="sm",...d}=e,f=u.useMemo(()=>e,[e]),h=()=>{a?.()};return c.jsx(T2.Provider,{value:f,children:c.jsx(c1,{"aria-modal":"true",className:q("rbui-modal",n),onClose:h,open:o,ref:t,role:i,slots:{backdrop:q6(k2)},...d,children:c.jsx("div",{className:q("rbui-modal__wrapper",`rbui-modal__wrapper--${s}`),children:r})})})});V2.displayName="Modal";const Z2=u.forwardRef((e,t)=>{const{children:r,className:n,padding:a="narrow",...o}=e;return c.jsx("div",{...o,className:q("rbui-modal__body",`rbui-modal__body--${a}`,n),ref:t,children:r})});Z2.displayName="ModalBody";function K0(e){const{children:t,className:r,...n}=e,a=B2();if(a===null)throw new Error("ModalCloseButton must be used within a ModalContext.Provider");const{onClose:o}=a,i=()=>{o?.()};return c.jsx(Fe,{...n,className:r,onClick:i,type:"tertiary",children:t})}K0.displayName="ModalCloseButton";const O2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx("div",{...a,className:q("rbui-modal__footer",n),ref:t,children:r})});O2.displayName="ModalFooter";const L2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx("div",{...a,className:q("rbui-modal__footer--actions",n),ref:t,children:r})});L2.displayName="ModalFooterActions";const R2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=B2();if(o===null)throw new Error("ModalHeader must be used within a ModalContext.Provider");const{onClose:i}=o;return c.jsxs("div",{...a,className:q("rbui-modal__header",n),ref:t,children:[c.jsx("div",{className:"rbui-modal__header-section",children:r}),i&&c.jsx(K0,{className:"rbui-modal__header-close",startIcon:c.jsx(zt,{})})]})});R2.displayName="ModalHeader";const H2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e;return c.jsx("div",{...a,className:q("rbui-modal__header-title",n),ref:t,children:r})});H2.displayName="ModalHeaderTitle";const z0=u.createContext(null);function $a(){return u.useContext(z0)}const _2=e=>{const{defaultOpen:t,onOpenChange:r,open:n,placement:a="bottom-start"}=e,[o,i]=v0({controlledValue:n,defaultValue:t,name:"Popup",state:"open"}),s=u.useCallback((b,y)=>{i(b),r?.(b,y)},[i,r]),{context:d,refs:f}=bd({middleware:[Kr(4),Gn({crossAxis:a.includes("-"),fallbackAxisSideDirection:"end",padding:4}),Lo({padding:4})],onOpenChange:s,open:o,placement:a,whileElementsMounted:Kn}),h=Tx(d),m=Vx(d),p=yd(d),v=wd([h,m,p]);return u.useMemo(()=>({context:d,interactions:v,isOpen:!!o,refs:f,setIsOpen:s}),[o,s,d,v,f])},W0=({children:e,...t})=>{const r=_2(t);return c.jsx(z0.Provider,{value:r,children:e})};W0.displayName="Popup";function U2(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function j2(...e){return t=>{let r=!1;const n=e.map(a=>{const o=U2(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():U2(e[a],null)}}}}function dn(...e){return l.useCallback(j2(...e),e)}function Sa(e){const t=b$(e),r=l.forwardRef((n,a)=>{const{children:o,...i}=n,s=l.Children.toArray(o),d=s.find(y$);if(d){const f=d.props.children,h=s.map(m=>m===d?l.Children.count(f)>1?l.Children.only(null):l.isValidElement(f)?f.props.children:null:m);return c.jsx(t,{...i,ref:a,children:l.isValidElement(f)?l.cloneElement(f,void 0,h):null})}return c.jsx(t,{...i,ref:a,children:o})});return r.displayName=`${e}.Slot`,r}var fn=Sa("Slot");function b$(e){const t=l.forwardRef((r,n)=>{const{children:a,...o}=r;if(l.isValidElement(a)){const i=C$(a),s=E$(o,a.props);return a.type!==l.Fragment&&(s.ref=n?j2(n,i):i),l.cloneElement(a,s)}return l.Children.count(a)>1?l.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var w$=Symbol("radix.slottable");function y$(e){return l.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===w$}function E$(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]=(...s)=>{const d=o(...s);return a(...s),d}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}function C$(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 K2=u.forwardRef((e,t)=>{const{children:r,...n}=e,a=$a();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{setIsOpen:o}=a;return c.jsx(fn,{onClick:()=>{o(!1)},ref:t,...n,children:r})});K2.displayName="PopupClose";const G0=u.forwardRef((e,t)=>{const{asChild:r=!1,children:n,className:a,initialFocus:o=0,keepMounted:i=!1,modalFocus:s,positionElement:d,...f}=e,h=$a();if(h==null)throw new Error("Popup components must be wrapped in <Popup />");const{context:m,interactions:p,isOpen:v,refs:g}=h,b=je([g.setFloating,t]);if(u.useEffect(()=>{g.setPositionReference(d||null)},[d,g]),!i&&!v)return null;const y=r?fn:"div";return c.jsx(cd,{children:c.jsx(Nx,{closeOnFocusOut:!1,context:m,initialFocus:o,modal:s,children:c.jsx(y,{...p.getFloatingProps(f),className:q("rbui-popup-content",{"rbui-popup-content--closed":i&&!v},a),ref:b,style:{...m.floatingStyles,...p.getFloatingProps(f)?.style&&{}},children:n})})})});G0.displayName="PopupContent";const q0=u.forwardRef((e,t)=>{const{children:r,...n}=e,a=$a();if(a==null)throw new Error("Popup components must be wrapped in <Popup />");const{interactions:o,refs:i}=a,s=je([i.setReference,t]);return c.jsx(fn,{ref:s,...o.getReferenceProps(n),children:r})});q0.displayName="PopupTrigger";const Et=u.forwardRef((e,t)=>{const{className:r,control:n,error:a,fullWidth:o,helperText:i,label:s,labelPosition:d="block-start",metadata:f,tooltip:h,...m}=e,p=!!(s||f),v=!!i;return c.jsxs("div",{...m,className:q("rbui-base-field",r,{"rbui-base-field--error":a,"rbui-base-field--full-width":o,"rbui-base-field--has-helper":v,"rbui-base-field--label-block-start":p&&d==="block-start","rbui-base-field--label-inline-end":p&&d==="inline-end","rbui-base-field--label-inline-start":p&&d==="inline-start"}),ref:t,children:[p&&c.jsxs("div",{className:q("rbui-base-field__label"),children:[s,h&&c.jsx(ca,{title:h,children:c.jsx(Qn,{className:"rbui-base-field__icon"})}),f&&c.jsx("span",{className:"rbui-base-field__metadata",children:f})]}),c.jsx("div",{className:"rbui-base-field__control",children:n}),v&&c.jsx("span",{className:"rbui-base-field__helper",children:i===" "?c.jsx("span",{children:" "}):i})]})});Et.displayName="BaseField";function x$(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function D$(...e){return u.useMemo(()=>e.every(t=>t==null)?null:t=>{for(const r of e)x$(r,t)},e)}const $$=(e,t)=>c.jsx("input",{...e,ref:t}),S$={},tr=u.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:o,error:i,id:s,inputProps:d=S$,inputRef:f,leftElement:h,maxRows:m,minRows:p,name:v,onBlur:g,onChange:b,onCountChange:y,onFocus:C,placeholder:$,readOnly:D,renderInput:x=$$,required:S,rightElement:k,value:Z,..._}=e,U=Z==null,V=u.useRef(null),w=D$(V,f),[M,H]=u.useState(U?a:""),F=U?M:Z;u.useEffect(()=>{y?.(F?.length??0)},[F,y]);const L=X=>{H(X.target.value),b?.(X)},{handlers:P,hovered:B}=Ca(),{focused:N,getInputProps:R,getRootProps:I}=Ih({defaultValue:a,disabled:o,error:i,inputRef:w,onBlur:g,onChange:L,onFocus:C,required:S,value:U?void 0:F}),T=X=>{if(!V.current)return;V.current.value="",H("");const Q=Object.create(X,{currentTarget:{value:V.current},target:{value:V.current}});b?.(Q)},O=()=>{const X=o||D||!F;return c.jsx(Fe,{"aria-label":"Clear",className:q("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":X}),onClick:T,onMouseDown:Q=>Q.preventDefault(),startIcon:c.jsx(zt,{}),type:"tertiary"})},z=q("rbui-base-input",r,{"rbui-base-input--disabled":o,"rbui-base-input--error":i,"rbui-base-input--focused":N,"rbui-base-input--hovered":B,"rbui-base-input--readonly":D,"rbui-base-input--required":S}),J=R({id:s,name:v,placeholder:$,readOnly:D,...d,className:q("rbui-base-input__input",d.className,{"rbui-base-input__input--has-left":h,"rbui-base-input__input--has-right":n||k})});return c.jsxs("div",{className:z,...I({..._,...P}),ref:t,children:[h&&c.jsx("span",{className:"rbui-base-input__element",children:h}),x(J,w),(k||n)&&c.jsxs("span",{className:"rbui-base-input__element",children:[n&&O(),k]})]})});tr.displayName="BaseInput";const I$=(e,t)=>l.createElement("svg",{width:12,height:8,viewBox:"0 0 12 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},l.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"})),P$=u.forwardRef(I$),A$=(e,t)=>l.createElement("svg",{width:8,height:2,viewBox:"0 0 8 2",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},l.createElement("rect",{width:8,height:2,rx:1})),M$=u.forwardRef(A$),z2=u.createContext(null),Ia=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,indeterminate:i=!1,inputProps:s,onChange:d,readOnly:f=!1,required:h=!1,...m}=e,p=u.useContext(z2),v={checked:r,defaultChecked:a,disabled:o||p?.disabled,onChange:d,readOnly:f||p?.readOnly,required:h},{checked:g,disabled:b,focusVisible:y,getInputProps:C,readOnly:$}=Ho(v),D=u.useCallback(V=>{$&&V.preventDefault()},[$]),x=C({onClick:D,role:void 0,type:"checkbox",...s,className:q("rbui-checkbox__input",s?.className)}),{handlers:S,hovered:k}=Ca(),Z=g||i,_=i?c.jsx(M$,{}):c.jsx(P$,{}),U=q("rbui-checkbox",n,{"rbui-checkbox--checked":Z,"rbui-checkbox--disabled":b,"rbui-checkbox--focus-visible":y&&!b,"rbui-checkbox--hovered":k,"rbui-checkbox--readonly":$});return c.jsxs("span",{className:U,...m,...S,children:[c.jsx("div",{"aria-hidden":!0,className:"rbui-checkbox__inner",children:Z&&c.jsx(A,{children:_})}),c.jsx("input",{...x,ref:t})]})});Ia.displayName="Checkbox";const Ct=u.forwardRef((e,t)=>{const{children:r,className:n,htmlFor:a,view:o="bold",...i}=e,s=q(n,"rbui-field-label",{"rbui-field-label--bold":o==="bold","rbui-field-label--normal":o==="normal"});return c.jsx("label",{className:s,htmlFor:a,ref:t,...i,children:r})});Ct.displayName="FieldLabel";const Y0=u.forwardRef((e,t)=>{const{children:r,className:n,role:a="listbox",...o}=e;return c.jsx("ul",{className:q("rbui-listbox",n),ref:t,role:a,...o,children:r})});Y0.displayName="Listbox";const rr=e=>`${e}-${Math.round(Math.random()*1e3)}`,X0=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,indeterminate:i,inputProps:s,label:d,onChange:f,readOnly:h,required:m,tooltip:p,...v}=e,g=s?.id??rr("rbui-checkbox-field-id"),b={checked:r,defaultChecked:a,disabled:o,indeterminate:i,inputProps:{...s,id:g},onChange:f,readOnly:h,required:m},y=d&&c.jsx(Ct,{htmlFor:g,view:"normal",children:d});return c.jsx(Et,{className:q("rbui-checkbox-field",n),control:c.jsx(Ia,{...b,ref:t}),label:y,labelPosition:"inline-end",tooltip:p,...v})});X0.displayName="CheckboxField";const W2=u.createContext({multiple:!1}),J0=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o,icon:i,id:s,multiple:d,name:f,onChange:h,placeholder:m,readOnly:p,required:v,value:g,...b}=e,[y,C]=v0({controlledValue:g,defaultValue:a,name:"Select"}),$=(X,Q)=>{h?.(X,Q),C(Q)},D=u.useRef(null),x=je([D,t]),S=u.useMemo(()=>({multiple:d}),[d]),{contextValue:k,getButtonProps:Z,getHiddenInputProps:_,getListboxProps:U,getOptionMetadata:V,open:w,options:M,value:H}=vm({buttonRef:x,disabled:o,multiple:d,name:f,onChange:$,required:v,value:y}),F=Array.isArray(H)?H:[],L=F.filter(X=>V(X)?.disabled),P=M.filter(X=>!V(X)?.disabled),B=F.filter(X=>P.includes(X)).length,N=B===P.length,R=B>0&&B<P.length,I=X=>{const Q=X.target.checked?[...L,...P]:L;$(X,Q)},T=X=>{if(!X)return null;if(Array.isArray(X))return X.map(re=>V(re)?.label??"").join(", ");const Q=V(X)?.label;return typeof Q=="string"?Q:null},O=o||p?{}:Z(),z=q("rbui-select-trigger",{"rbui-select-trigger--disabled":o,"rbui-select-trigger--readonly":p},n),J=w?Jn:qr;return c.jsxs(c.Fragment,{children:[c.jsx(tr,{...O,className:z,disabled:o,id:s,inputProps:{onMouseDown:X=>X.preventDefault(),readOnly:!0},leftElement:i,placeholder:m,readOnly:p,rightElement:c.jsx(J,{"aria-hidden":!0,className:"rbui-select-chevron"}),value:T(H)??"",...b}),c.jsx("input",{..._()}),c.jsx(Wr,{anchor:D.current,keepMounted:!0,offset:0,open:w,placement:"bottom-start",role:void 0,style:{display:w?"block":"none",minWidth:D.current?.offsetWidth},children:c.jsx(Y0,{className:"rbui-select-menu",...U(),children:c.jsx(gm,{value:k,children:c.jsxs(W2.Provider,{value:S,children:[d&&M.length>0&&c.jsxs(c.Fragment,{children:[c.jsxs("li",{className:"rbui-select-menu-header",children:[c.jsx(X0,{checked:N,indeterminate:R,label:"Select all",onChange:I}),c.jsxs("span",{className:"rbui-selected-count",children:["(",F.length," selected)"]})]}),c.jsx("li",{className:"rbui-select-menu-divider"})]}),r]})})})})]})});J0.displayName="Select";const G2=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,inputProps:i,name:s,onChange:d,readOnly:f,required:h,...m}=e,{checked:p,disabled:v,focusVisible:g,getInputProps:b,readOnly:y}=Ho(e),{onChange:C,...$}=b({name:s,...i,className:q("rbui-toggle__input",i?.className)});return c.jsxs("span",{"aria-checked":p,"aria-disabled":v,"aria-readonly":y,className:q(n,"rbui-toggle",{"rbui-toggle--checked":p,"rbui-toggle--disabled":v,"rbui-toggle--focus-visible":g,"rbui-toggle--readonly":y}),...m,children:[c.jsx("div",{className:q("rbui-toggle__track"),children:c.jsx("div",{className:q("rbui-toggle__thumb")})}),c.jsx("input",{...$,onChange:y?void 0:C,ref:t})]})});G2.displayName="Toggle";const q2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=q("rbui-listbox-group",n);return c.jsx("li",{children:c.jsx("ul",{className:o,role:"group",...a,ref:t,children:r})})});q2.displayName="ListboxGroup";const Y2=u.forwardRef((e,t)=>{const{children:r,className:n,...a}=e,o=q("rbui-listbox-group-label",n);return c.jsx("li",{className:o,role:"presentation",...a,ref:t,children:r})});Y2.displayName="ListboxGroupLabel";const hn=u.forwardRef((e,t)=>{const{checkType:r,children:n,className:a,disabled:o,highlighted:i,role:s="option",selected:d,...f}=e,h=q("rbui-listbox-item",{"rbui-listbox-item--disabled":o,"rbui-listbox-item--highlighted":i,"rbui-listbox-item--selected":d},a);return c.jsxs("li",{className:h,ref:t,role:s,...f,children:[r==="checkbox"?c.jsx(Ia,{checked:d,className:"rbui-listbox-item__checkbox",disabled:o}):null,n,r==="checkmark"?c.jsx(qo,{className:"rbui-listbox-item__check-mark"}):null]})});hn.displayName="ListboxItem";const Pa=u.forwardRef((e,t)=>{const{asChild:r,children:n,className:a,display:o="block",...i}=e,s=v2({...e,display:o});s.boxSizing="border-box";const d=r?fn:"div";return c.jsx(d,{...g2(i),className:q("rbui-box",a),ref:t,style:s,children:n})});Pa.displayName="Box";function N$(e){return e}function F$({children:e,group:t,key:r}){return c.jsxs(q2,{children:[c.jsx(Y2,{children:t}),e]},r)}const X2=u.forwardRef((e,t)=>{const{className:r,clearable:n=!1,closeOnSelect:a,defaultValue:o,disabled:i=!1,filterOptions:s,freeSolo:d=!1,getOptionDisabled:f,getOptionLabel:h=N$,groupBy:m,hideSelectedOptions:p=!1,inputValue:v,loading:g=!1,loadingText:b="Loading...",multiple:y,noOptionsText:C="No options",onChange:$,onClose:D,onInputChange:x,onOpen:S,options:k,placeholder:Z,readOnly:_,renderOption:U,required:V,value:w,...M}=e,{anchorEl:H,getClearProps:F,getInputProps:L,getListboxProps:P,getOptionProps:B,getPopupIndicatorProps:N,getRootProps:R,getTagProps:I,groupedOptions:T,popupOpen:O,setAnchorEl:z,value:J}=Tm({autoSelect:d,defaultValue:o,disableCloseOnSelect:typeof a=="boolean"?!a:y,disabled:i,filterOptions:s,filterSelectedOptions:p,freeSolo:d,getOptionDisabled:f,getOptionLabel:h,groupBy:m,inputValue:v,multiple:y,onChange:$,onClose:()=>D?.(),onInputChange:x,onOpen:()=>S?.(),options:k,readOnly:_,value:w}),X=(ce,oe)=>c.jsxs(_0,{className:"rbui-autocomplete-tag-group",children:[Array.isArray(J)&&J.map((be,de)=>{const{onDelete:me,...we}=I({index:de}),We=be.id??be.key??be;return u.createElement(g0,{...we,disabled:i,dismissible:!_,key:We,onDismiss:me,readOnly:_,selected:!0},h(be))}),c.jsx("input",{...ce,ref:oe})]}),Q=(ce,oe)=>{const be=B({index:oe,option:ce}),de=!!be["aria-disabled"],me=U?U(ce):h(ce);return c.jsx(hn,{checkType:"checkmark",className:q("rbui-autocomplete-option",{"rbui-autocomplete-option--disabled":de}),disabled:de,selected:!!be["aria-selected"],...be,children:me})},re=()=>{const ce=y&&Array.isArray(J)?J.length>0:!!J,oe=i||_||!ce,{color:be,tabIndex:de,...me}=F();return c.jsx(Fe,{"aria-label":"Clear",className:q("rbui-base-input__clear-button",{"rbui-base-input__clear-button--hidden":oe}),startIcon:c.jsx(zt,{}),tabIndex:0,type:"tertiary",...me})},Y=O?Jn:qr,{ref:ne,...G}=L(),te=je([t,z]),j=R(),ae=zD(H),se=d?T.length>0&&O:O;return c.jsxs(c.Fragment,{children:[c.jsx(tr,{className:q("rbui-autocomplete",r),disabled:i,inputProps:{...G,className:q({"rbui-autocomplete-input":y})},inputRef:ne,placeholder:Z,readOnly:_,ref:te,renderInput:y?X:void 0,required:V,rightElement:c.jsxs(c.Fragment,{children:[n&&re(),!d&&c.jsx(Y,{"aria-description":"Toggle popup","aria-hidden":!0,className:"rbui-autocomplete-chevron",onClick:!(i||_)&&N().onClick})]}),...j,...M}),c.jsx(Wr,{anchor:H,offset:0,open:se,placement:"bottom-start",role:void 0,children:c.jsx(Pa,{borderRadius:"radius-1x",maxHeight:"246px",maxWidth:"80vw",minWidth:ae,overflow:"auto",style:{boxShadow:"var(--banana-elevation-2)"},...P(),children:c.jsxs(Y0,{role:"presentation",children:[T.map((ce,oe)=>{if(m){const be=ce;return F$({...be,children:be.options.map((de,me)=>Q(de,me+be.index))})}return Q(ce,oe)}),T.length===0&&!g&&c.jsx(hn,{className:"rbui-autocomplete-option rbui-autocomplete-option--no-option",disabled:!0,children:C}),g&&c.jsx(hn,{className:"rbui-autocomplete-option rbui-autocomplete-option--loading",disabled:!0,children:b})]})})})]})});X2.displayName="Autocomplete";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=>`${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 e7={};e7={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 t7={};t7={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 r7={};r7={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 n7={};n7={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 a7={};a7={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 o7={};o7={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 l7={};l7={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 i7={};i7={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 s7={};s7={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 u7={};u7={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 c7={};c7={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 d7={};d7={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 f7={};f7={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 h7={};h7={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 m7={};m7={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 p7={};p7={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 v7={};v7={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 g7={};g7={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 b7={};b7={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 w7={};w7={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 y7={};y7={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 E7={};E7={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 C7={};C7={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 x7={};x7={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 D7={};D7={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 $7={};$7={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 S7={};S7={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 I7={};I7={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 P7={};P7={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 M7={};M7={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 N7={};N7={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 mn={};mn={"ar-AE":J2,"bg-BG":Q2,"cs-CZ":e7,"da-DK":t7,"de-DE":r7,"el-GR":n7,"en-US":a7,"es-ES":o7,"et-EE":l7,"fi-FI":i7,"fr-FR":s7,"he-IL":u7,"hr-HR":c7,"hu-HU":d7,"it-IT":f7,"ja-JP":h7,"ko-KR":m7,"lt-LT":p7,"lv-LV":v7,"nb-NO":g7,"nl-NL":b7,"pl-PL":w7,"pt-BR":y7,"pt-PT":E7,"ro-RO":C7,"ru-RU":x7,"sk-SK":D7,"sl-SI":$7,"sr-SP":S7,"sv-SE":I7,"tr-TR":P7,"uk-UA":A7,"zh-CN":M7,"zh-TW":N7};const T$=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),B$=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function k$(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 T$.has(r.script)}let t=e.split("-")[0];return B$.has(t)}const Aa={prefix:String(Math.round(Math.random()*1e10)),current:0},F7=u.createContext(Aa),V$=u.createContext(!1);let Z$=!!(typeof window<"u"&&window.document&&window.document.createElement),Q0=new WeakMap;function O$(e=!1){let t=u.useContext(F7),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 i=Q0.get(o);i==null?Q0.set(o,{id:t.current,state:o.memoizedState}):o.memoizedState!==i.state&&(t.current=i.id,Q0.delete(o))}r.current=++t.current}return r.current}function L$(e){let t=u.useContext(F7);t===Aa&&!Z$&&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=O$(!!e),n=t===Aa&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${n}-${r}`}function R$(e){let t=u.useId(),[r]=u.useState(T7()),n=r||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Aa.prefix}`;return e||`${n}-${t}`}const H$=typeof u.useId=="function"?R$:L$;function _$(){return!1}function U$(){return!0}function j$(e){return()=>{}}function T7(){return typeof u.useSyncExternalStore=="function"?u.useSyncExternalStore(j$,_$,U$):u.useContext(V$)}const K$=Symbol.for("react-aria.i18n.locale");function B7(){let e=typeof window<"u"&&window[K$]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([e])}catch{e="en-US"}return{locale:e,direction:k$(e)?"rtl":"ltr"}}let el=B7(),pn=new Set;function k7(){el=B7();for(let e of pn)e(el)}function z$(){let e=T7(),[t,r]=u.useState(el);return u.useEffect(()=>(pn.size===0&&window.addEventListener("languagechange",k7),pn.add(r),()=>{pn.delete(r),pn.size===0&&window.removeEventListener("languagechange",k7)}),[]),e?{locale:"en-US",direction:"ltr"}:t}const W$=u.createContext(null);function Ye(){let e=z$();return u.useContext(W$)||e}const G$=Symbol.for("react-aria.i18n.locale"),q$=Symbol.for("react-aria.i18n.strings");let Sr;class Tt{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=Y$(t,this.strings,this.defaultLocale),this.strings[t]=r),r}static getGlobalDictionaryForPackage(t){if(typeof window>"u")return null;let r=window[G$];if(Sr===void 0){let a=window[q$];if(!a)return null;Sr={};for(let o in a)Sr[o]=new Tt({[r]:a[o]},r)}let n=Sr?.[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 Y$(e,t,r="en-US"){if(t[e])return t[e];let n=X$(e);if(t[n])return t[n];for(let a in t)if(a.startsWith(n+"-"))return t[a];return t[r]}function X$(e){return Intl.Locale?new Intl.Locale(e).language:e.split("-")[0]}const V7=new Map,Z7=new Map;class O7{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,i=V7.get(o);i||(i=new Intl.PluralRules(this.locale,{type:n}),V7.set(o,i));let s=i.select(t);return a=r[s]||r.other,typeof a=="function"?a():a}number(t){let r=Z7.get(this.locale);return r||(r=new Intl.NumberFormat(this.locale),Z7.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 L7=new WeakMap;function J$(e){let t=L7.get(e);return t||(t=new Tt(e),L7.set(e,t)),t}function R7(e,t){return t&&Tt.getGlobalDictionaryForPackage(t)||J$(e)}function nr(e,t){let{locale:r}=Ye(),n=R7(e,t);return u.useMemo(()=>new O7(r,n),[r,n])}const xt=typeof document<"u"?u.useLayoutEffect:()=>{};var tl;const Q$=(tl=u.useInsertionEffect)!==null&&tl!==void 0?tl:xt;function Ze(e){const t=u.useRef(null);return Q$(()=>{t.current=e},[e]),u.useCallback((...r)=>{const n=t.current;return n?.(...r)},[])}function eS(e){let[t,r]=u.useState(e),n=u.useRef(null),a=Ze(()=>{if(!n.current)return;let i=n.current.next();if(i.done){n.current=null;return}t===i.value?a():r(i.value)});xt(()=>{n.current&&a()});let o=Ze(i=>{n.current=i(t),a()});return[t,o]}let tS=!!(typeof window<"u"&&window.document&&window.document.createElement),Ir=new Map,vn;typeof FinalizationRegistry<"u"&&(vn=new FinalizationRegistry(e=>{Ir.delete(e)}));function ar(e){let[t,r]=u.useState(e),n=u.useRef(null),a=H$(t),o=u.useRef(null);if(vn&&vn.register(o,a),tS){const i=Ir.get(a);i&&!i.includes(n)?i.push(n):Ir.set(a,[n])}return xt(()=>{let i=a;return()=>{vn&&vn.unregister(o),Ir.delete(i)}},[a]),u.useEffect(()=>{let i=n.current;return i&&r(i),()=>{i&&(n.current=null)}}),a}function rS(e,t){if(e===t)return e;let r=Ir.get(e);if(r)return r.forEach(a=>a.current=t),t;let n=Ir.get(t);return n?(n.forEach(a=>a.current=e),e):t}function rl(e=[]){let t=ar(),[r,n]=eS(t),a=u.useCallback(()=>{n(function*(){yield t,yield document.getElementById(t)?t:void 0})},[t,n]);return xt(a,[t,a,...e]),r}function H7(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const Oe=e=>{var t;return(t=e?.ownerDocument)!==null&&t!==void 0?t:document},Bt=e=>e&&"window"in e&&e.window===e?e:Oe(e).defaultView||window;function nS(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function aS(e){return nS(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let oS=!1;function Ma(){return oS}function Ie(e,t){if(!Ma())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:aS(r)?r=r.host:r=r.parentNode}return!1}const gn=(e=document)=>{var t;if(!Ma())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 Ma()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class lS{get currentNode(){return this._currentNode}set currentNode(t){if(!Ie(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 i=n,s=this._doc.createTreeWalker(i,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=a,this._currentSetFor.add(s),n=a=i.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 Ie(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 i=this.lastChild();return i&&(this.currentNode=i),i}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=i=>{if(i.nodeType===Node.ELEMENT_NODE){const d=i.shadowRoot;if(d){const f=this._doc.createTreeWalker(d,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(f),NodeFilter.FILTER_ACCEPT}else{var s;if(typeof this.filter=="function")return this.filter(i);if(!((s=this.filter)===null||s===void 0)&&s.acceptNode)return this.filter.acceptNode(i);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 i=this._doc.createTreeWalker(o,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(i)}}}function iS(e,t,r,n){return Ma()?new lS(e,t,r,n):e.createTreeWalker(t,r,n)}function at(...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],i=n[a];typeof o=="function"&&typeof i=="function"&&a[0]==="o"&&a[1]==="n"&&a.charCodeAt(2)>=65&&a.charCodeAt(2)<=90?t[a]=H7(o,i):(a==="className"||a==="UNSAFE_className")&&typeof o=="string"&&typeof i=="string"?t[a]=co(o,i):a==="id"&&o&&i?t.id=rS(o,i):t[a]=i!==void 0?i:o}}return t}const sS=new Set(["id"]),uS=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),cS=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),dS=new Set(["dir","lang","hidden","inert","translate"]),_7=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"]),fS=/^(data-.*)$/;function nl(e,t={}){let{labelable:r,isLink:n,global:a,events:o=a,propNames:i}=t,s={};for(const d in e)Object.prototype.hasOwnProperty.call(e,d)&&(sS.has(d)||r&&uS.has(d)||n&&cS.has(d)||a&&dS.has(d)||o&&_7.has(d)||d.endsWith("Capture")&&_7.has(d.slice(0,-7))||i?.has(d)||fS.test(d))&&(s[d]=e[d]);return s}function or(e){if(hS())e.focus({preventScroll:!0});else{let t=mS(e);e.focus(),pS(t)}}let Na=null;function hS(){if(Na==null){Na=!1;try{document.createElement("div").focus({get preventScroll(){return Na=!0,!0}})}catch{}}return Na}function mS(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 pS(e){for(let{element:t,scrollTop:r,scrollLeft:n}of e)t.scrollTop=r,t.scrollLeft=n}function Fa(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 al(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 Dt(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const lr=Dt(function(){return al(/^Mac/i)}),vS=Dt(function(){return al(/^iPhone/i)}),U7=Dt(function(){return al(/^iPad/i)||lr()&&navigator.maxTouchPoints>1}),Ta=Dt(function(){return vS()||U7()});Dt(function(){return lr()||Ta()});const gS=Dt(function(){return Fa(/AppleWebKit/i)&&!bS()}),bS=Dt(function(){return Fa(/Chrome/i)}),j7=Dt(function(){return Fa(/Android/i)}),wS=Dt(function(){return Fa(/Firefox/i)});function bn(e,t,r=!0){var n,a;let{metaKey:o,ctrlKey:i,altKey:s,shiftKey:d}=t;wS()&&(!((a=window.event)===null||a===void 0||(n=a.type)===null||n===void 0)&&n.startsWith("key"))&&e.target==="_blank"&&(lr()?o=!0:i=!0);let f=gS()&&lr()&&!U7()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:o,ctrlKey:i,altKey:s,shiftKey:d}):new MouseEvent("click",{metaKey:o,ctrlKey:i,altKey:s,shiftKey:d,bubbles:!0,cancelable:!0});bn.isOpening=r,or(e),e.dispatchEvent(f),bn.isOpening=!1}bn.isOpening=!1;let kt=new Map,ol=new Set;function K7(){if(typeof window>"u")return;function e(n){return"propertyName"in n}let t=n=>{if(!e(n)||!n.target)return;let a=kt.get(n.target);a||(a=new Set,kt.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=kt.get(n.target);if(a&&(a.delete(n.propertyName),a.size===0&&(n.target.removeEventListener("transitioncancel",r),kt.delete(n.target)),kt.size===0)){for(let o of ol)o();ol.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?K7():document.addEventListener("DOMContentLoaded",K7));function yS(){for(const[e]of kt)"isConnected"in e&&!e.isConnected&&kt.delete(e)}function z7(e){requestAnimationFrame(()=>{yS(),kt.size===0?e():ol.add(e)})}function ll(){let e=u.useRef(new Map),t=u.useCallback((a,o,i,s)=>{let d=s?.once?(...f)=>{e.current.delete(i),i(...f)}:i;e.current.set(i,{type:o,eventTarget:a,fn:d,options:s}),a.addEventListener(o,d,s)},[]),r=u.useCallback((a,o,i,s)=>{var d;let f=((d=e.current.get(i))===null||d===void 0?void 0:d.fn)||i;a.removeEventListener(o,f,s),e.current.delete(i)},[]),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 Ba(e,t){let{id:r,"aria-label":n,"aria-labelledby":a}=e;return r=ar(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 W7(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,i)=>!Object.is(o,a[i])))&&e(),n.current=t},t)}function ES(e,t){xt(()=>{if(e&&e.ref&&t)return e.ref.current=t.current,()=>{e.ref&&(e.ref.current=null)}})}function il(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 G7(e,t){let r=e;for(il(r,t)&&(r=r.parentElement);r&&!il(r,t);)r=r.parentElement;return r||document.scrollingElement||document.documentElement}function CS(e,t){const r=[];for(;e&&e!==document.documentElement;)il(e,t)&&r.push(e),e=e.parentElement;return r}let xS=0;const sl=new Map;function ul(e){let[t,r]=u.useState();return xt(()=>{if(!e)return;let n=sl.get(e);if(n)r(n.element.id);else{let a=`react-aria-description-${xS++}`;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},sl.set(e,n)}return n.refCount++,()=>{n&&--n.refCount===0&&(n.element.remove(),sl.delete(e))}},[e]),{"aria-describedby":e?t:void 0}}function Pr(e,t,r,n){let a=Ze(r),o=r==null;u.useEffect(()=>{if(o||!e.current)return;let i=e.current;return i.addEventListener(t,a,n),()=>{i.removeEventListener(t,a,n)}},[e,t,n,o,a])}function DS(e,t){let r=q7(e,t,"left"),n=q7(e,t,"top"),a=t.offsetWidth,o=t.offsetHeight,i=e.scrollLeft,s=e.scrollTop,{borderTopWidth:d,borderLeftWidth:f,scrollPaddingTop:h,scrollPaddingRight:m,scrollPaddingBottom:p,scrollPaddingLeft:v}=getComputedStyle(e),g=i+parseInt(f,10),b=s+parseInt(d,10),y=g+e.clientWidth,C=b+e.clientHeight,$=parseInt(h,10)||0,D=parseInt(p,10)||0,x=parseInt(m,10)||0,S=parseInt(v,10)||0;r<=i+S?i=r-parseInt(f,10)-S:r+a>y-x&&(i+=r+a-y+x),n<=b+$?s=n-parseInt(d,10)-$:n+o>C-D&&(s+=n+o-C+D),e.scrollLeft=i,e.scrollTop=s}function q7(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 Y7(e,t){if(e&&document.contains(e)){let i=document.scrollingElement||document.documentElement;if(window.getComputedStyle(i).overflow==="hidden"){let d=CS(e);for(let f of d)DS(f,e)}else{var r;let{left:d,top:f}=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(d-h)>1||Math.abs(f-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 cl(e){return e.mozInputSource===0&&e.isTrusted?!0:j7()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function $S(e){return!j7()&&e.width===0&&e.height===0||e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"}function X7(e,t){let r=u.useRef(null);return e&&r.current&&t(e,r.current)&&(e=r.current),r.current=e,e}function SS(e,t,r){let n=Ze(()=>{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 IS=typeof Element<"u"&&"checkVisibility"in Element.prototype;function PS(e){const t=Bt(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:i,visibility:s}=o(e);a=i!=="none"&&s!=="hidden"&&s!=="collapse"}return a}function AS(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 dl(e,t){return IS?e.checkVisibility():e.nodeName!=="#comment"&&PS(e)&&AS(e,t)&&(!e.parentElement||dl(e.parentElement,e))}const fl=["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"],MS=fl.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";fl.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const NS=fl.join(':not([hidden]):not([tabindex="-1"]),');function J7(e){return e.matches(MS)&&dl(e)&&!Q7(e)}function FS(e){return e.matches(NS)&&dl(e)&&!Q7(e)}function Q7(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function ir(e,t,r){let[n,a]=u.useState(e||t),o=u.useRef(e!==void 0),i=e!==void 0;u.useEffect(()=>{let f=o.current;f!==i&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${f?"controlled":"uncontrolled"} to ${i?"controlled":"uncontrolled"}.`),o.current=i},[i]);let s=i?e:n,d=u.useCallback((f,...h)=>{let m=(p,...v)=>{r&&(Object.is(s,p)||r(p,...v)),i||(s=p)};typeof f=="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((v,...g)=>{let b=f(i?s:v,...g);return m(b,...h),i?v:b})):(i||a(f),m(f,...h))},[i,s,r]);return[s,d]}function ft(e){e=X7(e??{},TS);let{locale:t}=Ye();return u.useMemo(()=>new et(t,e),[t,e])}function TS(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 hl=new Map,ml=!1;try{ml=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let ka=!1;try{ka=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const ef={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class BS{format(t){let r="";if(!ml&&this.options.signDisplay!=null?r=VS(this.numberFormatter,this.options.signDisplay,t):r=this.numberFormatter.format(t),this.options.style==="unit"&&!ka){var n;let{unit:a,unitDisplay:o="short",locale:i}=this.resolvedOptions();if(!a)return r;let s=(n=ef[a])===null||n===void 0?void 0:n[o];r+=s[i]||s.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!ml&&this.options.signDisplay!=null&&(t={...t,signDisplay:this.options.signDisplay}),!ka&&this.options.style==="unit"&&(t={...t,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),t}constructor(t,r={}){this.numberFormatter=kS(t,r),this.options=r}}function kS(e,t={}){let{numberingSystem:r}=t;if(r&&e.includes("-nu-")&&(e.includes("-u-")||(e+="-u-"),e+=`-nu-${r}`),t.style==="unit"&&!ka){var n;let{unit:i,unitDisplay:s="short"}=t;if(!i)throw new Error('unit option must be provided with style: "unit"');if(!(!((n=ef[i])===null||n===void 0)&&n[s]))throw new Error(`Unsupported unit ${i} with unitDisplay = ${s}`);t={...t,style:"decimal"}}let a=e+(t?Object.entries(t).sort((i,s)=>i[0]<s[0]?-1:1).join():"");if(hl.has(a))return hl.get(a);let o=new Intl.NumberFormat(e,t);return hl.set(a,o),o}function VS(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),i=a.replace(o,"").replace(/\u200e|\u061C/,"");return[...i].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),a.replace(o,"!!!").replace(i,"+").replace("!!!",o)}else return e.format(r)}}const ZS=new RegExp("^.*\\(.*\\).*$"),OS=["latn","arab","hanidec","deva","beng","fullwide"];class tf{parse(t){return pl(this.locale,this.options,t).parse(t)}isValidPartialNumber(t,r,n){return pl(this.locale,this.options,t).isValidPartialNumber(t,r,n)}getNumberingSystem(t){return pl(this.locale,this.options,t).options.numberingSystem}constructor(t,r={}){this.locale=t,this.options=r}}const rf=new Map;function pl(e,t,r){let n=nf(e,t);if(!e.includes("-nu-")&&!n.isValidPartialNumber(r)){for(let a of OS)if(a!==n.options.numberingSystem){let o=nf(e+(e.includes("-u-")?"-nu-":"-u-nu-")+a,t);if(o.isValidPartialNumber(r))return o}}return n}function nf(e,t){let r=e+(t?Object.entries(t).sort((a,o)=>a[0]<o[0]?-1:1).join():""),n=rf.get(r);return n||(n=new LS(e,t),rf.set(r,n)),n}class LS{parse(t){let r=this.sanitize(t);if(this.symbols.group&&(r=wn(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 i=r.indexOf("-");r=r.replace("-",""),r=r.replace("+","");let s=r.indexOf(".");s===-1&&(s=r.length),r=r.replace(".",""),s-2===0?r=`0.${r}`:s-2===-1?r=`0.0${r}`:s-2===-2?r="0.00":r=`${r.slice(0,s-2)}.${r.slice(s-2)}`,i>-1&&(r=`-${r}`)}let n=r?+r:NaN;if(isNaN(n))return NaN;if(this.options.style==="percent"){var a,o;let i={...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 tf(this.locale,i).parse(new BS(this.locale,i).format(n))}return this.options.currencySign==="accounting"&&ZS.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=wn(t,".",this.symbols.group))),this.options.locale==="fr-FR"&&this.symbols.group&&(t=wn(t," ",this.symbols.group),t=wn(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=wn(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=HS(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 af=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),RS=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function HS(e,t,r,n){var a,o,i,s;let d=new Intl.NumberFormat(e,{...r,minimumSignificantDigits:1,maximumSignificantDigits:21,roundingIncrement:1,roundingPriority:"auto",roundingMode:"halfExpand"}),f=d.formatToParts(-10000.111),h=d.formatToParts(10000.111),m=RS.map(V=>d.formatToParts(V));var p;let v=(p=(a=f.find(V=>V.type==="minusSign"))===null||a===void 0?void 0:a.value)!==null&&p!==void 0?p:"-",g=(o=h.find(V=>V.type==="plusSign"))===null||o===void 0?void 0:o.value;!g&&(n?.signDisplay==="exceptZero"||n?.signDisplay==="always")&&(g="+");let y=(i=new Intl.NumberFormat(e,{...r,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(V=>V.type==="decimal"))===null||i===void 0?void 0:i.value,C=(s=f.find(V=>V.type==="group"))===null||s===void 0?void 0:s.value,$=f.filter(V=>!af.has(V.type)).map(V=>of(V.value)),D=m.flatMap(V=>V.filter(w=>!af.has(w.type)).map(w=>of(w.value))),x=[...new Set([...$,...D])].sort((V,w)=>w.length-V.length),S=x.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${x.join("|")}|[\\p{White_Space}]`,"gu"),k=[...new Intl.NumberFormat(r.locale,{useGrouping:!1}).format(9876543210)].reverse(),Z=new Map(k.map((V,w)=>[V,w])),_=new RegExp(`[${k.join("")}]`,"g");return{minusSign:v,plusSign:g,decimal:y,group:C,literals:S,numeral:_,index:V=>String(Z.get(V))}}function wn(e,t,r){return e.replaceAll?e.replaceAll(t,r):e.split(t).join(r)}function of(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}let vl=new Map;function _S(e){let{locale:t}=Ye(),r=t+(e?Object.entries(e).sort((a,o)=>a[0]<o[0]?-1:1).join():"");if(vl.has(r))return vl.get(r);let n=new Intl.Collator(t,e);return vl.set(r,n),n}function US(e){let t=_S({usage:"search",...e}),r=u.useCallback((o,i)=>i.length===0?!0:(o=o.normalize("NFC"),i=i.normalize("NFC"),t.compare(o.slice(0,i.length),i)===0),[t]),n=u.useCallback((o,i)=>i.length===0?!0:(o=o.normalize("NFC"),i=i.normalize("NFC"),t.compare(o.slice(-i.length),i)===0),[t]),a=u.useCallback((o,i)=>{if(i.length===0)return!0;o=o.normalize("NFC"),i=i.normalize("NFC");let s=0,d=i.length;for(;s+d<=o.length;s++){let f=o.slice(s,s+d);if(t.compare(i,f)===0)return!0}return!1},[t]);return u.useMemo(()=>({startsWith:r,endsWith:n,contains:a}),[r,n,a])}function lf(e){return e&&e.__esModule?e.default:e}const gl=new WeakMap;function yn(e){return e?.calendar.identifier==="gregory"&&e.era==="BC"?"short":void 0}function jS(e){let t=nr(lf(mn),"@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=ft({weekday:"long",month:"long",year:"numeric",day:"numeric",era:yn(r)||yn(n),timeZone:e.timeZone}),i="anchorDate"in e?e.anchorDate:null;return u.useMemo(()=>{if(!i&&r&&n)if(Pe(r,n)){let s=o.format(r.toDate(e.timeZone));return t.format("selectedDateDescription",{date:s})}else{let s=wl(o,t,r,n,e.timeZone);return t.format("selectedRangeDescription",{dateRange:s})}return""},[r,n,i,e.timeZone,t,o])}function bl(e,t,r,n){let a=nr(lf(mn),"@react-aria/calendar"),o=yn(e)||yn(t),i=ft({month:"long",year:"numeric",era:o,calendar:e.calendar.identifier,timeZone:r}),s=ft({month:"long",year:"numeric",day:"numeric",era:o,calendar:e.calendar.identifier,timeZone:r});return u.useMemo(()=>{if(Pe(e,Yt(e))){let d=e,f=t;if(e.calendar.getFormattableMonth&&(d=e.calendar.getFormattableMonth(e)),t.calendar.getFormattableMonth&&(f=t.calendar.getFormattableMonth(t)),Pe(t,va(e)))return i.format(d.toDate(r));if(Pe(t,va(t)))return n?wl(i,a,d,f,r):i.formatRange(d.toDate(r),f.toDate(r))}return n?wl(s,a,e,t,r):s.formatRange(e.toDate(r),t.toDate(r))},[e,t,i,s,a,r,n])}function wl(e,t,r,n,a){let o=e.formatRangeToParts(r.toDate(a),n.toDate(a)),i=-1;for(let f=0;f<o.length;f++){let h=o[f];if(h.source==="shared"&&h.type==="literal")i=f;else if(h.source==="endRange")break}let s="",d="";for(let f=0;f<o.length;f++)f<i?s+=o[f].value:f>i&&(d+=o[f].value);return t.format("dateRange",{startDate:s,endDate:d})}const sf=7e3;let tt=null;function yl(e,t="assertive",r=sf){tt?tt.announce(e,t,r):(tt=new zS,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?tt.announce(e,t,r):setTimeout(()=>{tt?.isAttached()&&tt?.announce(e,t,r)},100))}function KS(e){tt&&tt.clear(e)}class zS{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=sf){var a,o;if(!this.node)return;let i=document.createElement("div");typeof t=="object"?(i.setAttribute("role","img"),i.setAttribute("aria-labelledby",t["aria-labelledby"])):i.textContent=t,r==="assertive"?(a=this.assertiveLog)===null||a===void 0||a.appendChild(i):(o=this.politeLog)===null||o===void 0||o.appendChild(i),t!==""&&setTimeout(()=>{i.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 WS(e){return e&&e.__esModule?e.default:e}function uf(e,t){let r=nr(WS(mn),"@react-aria/calendar"),n=nl(e),a=bl(t.visibleRange.start,t.visibleRange.end,t.timeZone,!1),o=bl(t.visibleRange.start,t.visibleRange.end,t.timeZone,!0);W7(()=>{t.isFocused||yl(o)},[o]);let i=jS(t);W7(()=>{i&&yl(i,"polite",4e3)},[i]);let s=rl([!!e.errorMessage,e.isInvalid,e.validationState]);gl.set(t,{ariaLabel:e["aria-label"],ariaLabelledBy:e["aria-labelledby"],errorMessageId:s,selectedDateDescription:i});let[d,f]=u.useState(!1),h=e.isDisabled||t.isNextVisibleRangeInvalid();h&&d&&(f(!1),t.setFocused(!0));let[m,p]=u.useState(!1),v=e.isDisabled||t.isPreviousVisibleRangeInvalid();v&&m&&(p(!1),t.setFocused(!0));let g=Ba({id:e.id,"aria-label":[e["aria-label"],o].filter(Boolean).join(", "),"aria-labelledby":e["aria-labelledby"]});return{calendarProps:at(n,g,{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:f},prevButtonProps:{onPress:()=>t.focusPreviousPage(),"aria-label":r.format("previous"),isDisabled:v,onFocusChange:p},errorMessageProps:{id:s},title:a}}function GS(e,t){return uf(e,t)}function qS(e,t,r){let n=uf(e,t),a=u.useRef(!1),o=u.useRef(typeof window<"u"?window:null);return Pr(o,"pointerdown",s=>{a.current=s.width===0&&s.height===0}),Pr(o,"pointerup",s=>{if(a.current){a.current=!1;return}if(t.setDragging(!1),!t.anchorDate)return;let d=s.target;r.current&&r.current.contains(document.activeElement)&&(!r.current.contains(d)||!d.closest('button, [role="button"]'))&&t.selectFocusedDate()}),n.calendarProps.onBlur=s=>{r.current&&(!s.relatedTarget||!r.current.contains(s.relatedTarget))&&t.anchorDate&&t.selectFocusedDate()},Pr(r,"touchmove",s=>{t.isDragging&&s.preventDefault()},{passive:!1,capture:!0}),n}function YS(e,t){let{startDate:r=t.visibleRange.start,endDate:n=t.visibleRange.end,firstDayOfWeek:a}=e,{direction:o}=Ye(),i=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}},s=bl(r,n,t.timeZone,!0),{ariaLabel:d,ariaLabelledBy:f}=gl.get(t),h=Ba({"aria-label":[d,s].filter(Boolean).join(", "),"aria-labelledby":f}),m=ft({weekday:e.weekdayStyle||"narrow",timeZone:t.timeZone}),{locale:p}=Ye(),v=u.useMemo(()=>{let b=rn(C0(t.timeZone),p,a);return[...new Array(7).keys()].map(y=>{let $=b.add({days:y}).toDate(t.timeZone);return m.format($)})},[p,t.timeZone,m,a]),g=$0(r,p,a);return{gridProps:at(h,{role:"grid","aria-readonly":t.isReadOnly||void 0,"aria-disabled":t.isDisabled||void 0,"aria-multiselectable":"highlightedRange"in t||void 0,onKeyDown:i,onFocus:()=>t.setFocused(!0),onBlur:()=>t.setFocused(!1)}),headerProps:{"aria-hidden":!0},weekDays:v,weeksInMonth:g}}function El(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function cf(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function XS(e){let t=u.useRef({isFocused:!1,observer:null});xt(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=Ze(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=i=>{if(t.current.isFocused=!1,a.disabled){let s=El(i);r(s)}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 i;(i=t.current.observer)===null||i===void 0||i.disconnect();let s=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:s})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:s}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let Va=!1;function df(e){for(;e&&!J7(e);)e=e.parentElement;let t=Bt(e),r=t.document.activeElement;if(!r||r===e)return;Va=!0;let n=!1,a=h=>{(h.target===r||n)&&h.stopImmediatePropagation()},o=h=>{(h.target===r||n)&&(h.stopImmediatePropagation(),!e&&!n&&(n=!0,or(r),d()))},i=h=>{(h.target===e||n)&&h.stopImmediatePropagation()},s=h=>{(h.target===e||n)&&(h.stopImmediatePropagation(),n||(n=!0,or(r),d()))};t.addEventListener("blur",a,!0),t.addEventListener("focusout",o,!0),t.addEventListener("focusin",s,!0),t.addEventListener("focus",i,!0);let d=()=>{cancelAnimationFrame(f),t.removeEventListener("blur",a,!0),t.removeEventListener("focusout",o,!0),t.removeEventListener("focusin",s,!0),t.removeEventListener("focus",i,!0),Va=!1,n=!1},f=requestAnimationFrame(d);return d}let Ar="default",Cl="",Za=new WeakMap;function ff(e){if(Ta()){if(Ar==="default"){const t=Oe(e);Cl=t.documentElement.style.webkitUserSelect,t.documentElement.style.webkitUserSelect="none"}Ar="disabled"}else if(e instanceof HTMLElement||e instanceof SVGElement){let t="userSelect"in e.style?"userSelect":"webkitUserSelect";Za.set(e,e.style[t]),e.style[t]="none"}}function xl(e){if(Ta()){if(Ar!=="disabled")return;Ar="restoring",setTimeout(()=>{z7(()=>{if(Ar==="restoring"){const t=Oe(e);t.documentElement.style.webkitUserSelect==="none"&&(t.documentElement.style.webkitUserSelect=Cl||""),Cl="",Ar="default"}})},300)}else if((e instanceof HTMLElement||e instanceof SVGElement)&&e&&Za.has(e)){let t=Za.get(e),r="userSelect"in e.style?"userSelect":"webkitUserSelect";e.style[r]==="none"&&(e.style[r]=t),e.getAttribute("style")===""&&e.removeAttribute("style"),Za.delete(e)}}const hf=u.createContext({register:()=>{}});hf.displayName="PressResponderContext";function JS(e,t){return t.get?t.get.call(e):t.value}function mf(e,t,r){if(!t.has(e))throw new TypeError("attempted to "+r+" private field on non-instance");return t.get(e)}function QS(e,t){var r=mf(e,t,"get");return JS(e,r)}function eI(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 pf(e,t,r){var n=mf(e,t,"set");return eI(e,n,r),r}function tI(e){let t=u.useContext(hf);if(t){let{register:r,...n}=t;e=at(n,e),r()}return ES(t,e.ref),e}var Oa=new WeakMap;class La{continuePropagation(){pf(this,Oa,!1)}get shouldStopPropagation(){return QS(this,Oa)}constructor(t,r,n,a){on(this,Oa,{writable:!0,value:void 0}),pf(this,Oa,!0);var o;let i=(o=a?.target)!==null&&o!==void 0?o:n.currentTarget;const s=i?.getBoundingClientRect();let d,f=0,h,m=null;n.clientX!=null&&n.clientY!=null&&(h=n.clientX,m=n.clientY),s&&(h!=null&&m!=null?(d=h-s.left,f=m-s.top):(d=s.width/2,f=s.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=d,this.y=f}}const vf=Symbol("linkClicked"),gf="react-aria-pressable-style",bf="data-react-aria-pressable";function wf(e){let{onPress:t,onPressChange:r,onPressStart:n,onPressEnd:a,onPressUp:o,onClick:i,isDisabled:s,isPressed:d,preventFocusOnPress:f,shouldCancelOnPointerExit:h,allowTextSelectionOnPress:m,ref:p,...v}=tI(e),[g,b]=u.useState(!1),y=u.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null,disposables:[]}),{addGlobalListener:C,removeAllGlobalListeners:$}=ll(),D=Ze((w,M)=>{let H=y.current;if(s||H.didFirePressStart)return!1;let F=!0;if(H.isTriggeringEvent=!0,n){let L=new La("pressstart",M,w);n(L),F=L.shouldStopPropagation}return r&&r(!0),H.isTriggeringEvent=!1,H.didFirePressStart=!0,b(!0),F}),x=Ze((w,M,H=!0)=>{let F=y.current;if(!F.didFirePressStart)return!1;F.didFirePressStart=!1,F.isTriggeringEvent=!0;let L=!0;if(a){let P=new La("pressend",M,w);a(P),L=P.shouldStopPropagation}if(r&&r(!1),b(!1),t&&H&&!s){let P=new La("press",M,w);t(P),L&&(L=P.shouldStopPropagation)}return F.isTriggeringEvent=!1,L}),S=Ze((w,M)=>{let H=y.current;if(s)return!1;if(o){H.isTriggeringEvent=!0;let F=new La("pressup",M,w);return o(F),H.isTriggeringEvent=!1,F.shouldStopPropagation}return!0}),k=Ze(w=>{let M=y.current;if(M.isPressed&&M.target){M.didFirePressStart&&M.pointerType!=null&&x(sr(M.target,w),M.pointerType,!1),M.isPressed=!1,M.isOverTarget=!1,M.activePointerId=null,M.pointerType=null,$(),m||xl(M.target);for(let H of M.disposables)H();M.disposables=[]}}),Z=Ze(w=>{h&&k(w)}),_=Ze(w=>{i?.(w)}),U=Ze((w,M)=>{if(i){let H=new MouseEvent("click",w);cf(H,M),i(El(H))}}),V=u.useMemo(()=>{let w=y.current,M={onKeyDown(F){if($l(F.nativeEvent,F.currentTarget)&&Ie(F.currentTarget,De(F.nativeEvent))){var L;Cf(De(F.nativeEvent),F.key)&&F.preventDefault();let P=!0;if(!w.isPressed&&!F.repeat){w.target=F.currentTarget,w.isPressed=!0,w.pointerType="keyboard",P=D(F,"keyboard");let B=F.currentTarget,N=R=>{$l(R,B)&&!R.repeat&&Ie(B,De(R))&&w.target&&S(sr(w.target,R),"keyboard")};C(Oe(F.currentTarget),"keyup",H7(N,H),!0)}P&&F.stopPropagation(),F.metaKey&&lr()&&((L=w.metaKeyEvents)===null||L===void 0||L.set(F.key,F.nativeEvent))}else F.key==="Meta"&&(w.metaKeyEvents=new Map)},onClick(F){if(!(F&&!Ie(F.currentTarget,De(F.nativeEvent)))&&F&&F.button===0&&!w.isTriggeringEvent&&!bn.isOpening){let L=!0;if(s&&F.preventDefault(),!w.ignoreEmulatedMouseEvents&&!w.isPressed&&(w.pointerType==="virtual"||cl(F.nativeEvent))){let P=D(F,"virtual"),B=S(F,"virtual"),N=x(F,"virtual");_(F),L=P&&B&&N}else if(w.isPressed&&w.pointerType!=="keyboard"){let P=w.pointerType||F.nativeEvent.pointerType||"virtual",B=S(sr(F.currentTarget,F),P),N=x(sr(F.currentTarget,F),P,!0);L=B&&N,w.isOverTarget=!1,_(F),k(F)}w.ignoreEmulatedMouseEvents=!1,L&&F.stopPropagation()}}},H=F=>{var L;if(w.isPressed&&w.target&&$l(F,w.target)){var P;Cf(De(F),F.key)&&F.preventDefault();let N=De(F),R=Ie(w.target,De(F));x(sr(w.target,F),"keyboard",R),R&&U(F,w.target),$(),F.key!=="Enter"&&Dl(w.target)&&Ie(w.target,N)&&!F[vf]&&(F[vf]=!0,bn(w.target,F,!1)),w.isPressed=!1,(P=w.metaKeyEvents)===null||P===void 0||P.delete(F.key)}else if(F.key==="Meta"&&(!((L=w.metaKeyEvents)===null||L===void 0)&&L.size)){var B;let N=w.metaKeyEvents;w.metaKeyEvents=void 0;for(let R of N.values())(B=w.target)===null||B===void 0||B.dispatchEvent(new KeyboardEvent("keyup",R))}};if(typeof PointerEvent<"u"){M.onPointerDown=P=>{if(P.button!==0||!Ie(P.currentTarget,De(P.nativeEvent)))return;if($S(P.nativeEvent)){w.pointerType="virtual";return}w.pointerType=P.pointerType;let B=!0;if(!w.isPressed){w.isPressed=!0,w.isOverTarget=!0,w.activePointerId=P.pointerId,w.target=P.currentTarget,m||ff(w.target),B=D(P,w.pointerType);let N=De(P.nativeEvent);"releasePointerCapture"in N&&N.releasePointerCapture(P.pointerId),C(Oe(P.currentTarget),"pointerup",F,!1),C(Oe(P.currentTarget),"pointercancel",L,!1)}B&&P.stopPropagation()},M.onMouseDown=P=>{if(Ie(P.currentTarget,De(P.nativeEvent))&&P.button===0){if(f){let B=df(P.target);B&&w.disposables.push(B)}P.stopPropagation()}},M.onPointerUp=P=>{!Ie(P.currentTarget,De(P.nativeEvent))||w.pointerType==="virtual"||P.button===0&&!w.isPressed&&S(P,w.pointerType||P.pointerType)},M.onPointerEnter=P=>{P.pointerId===w.activePointerId&&w.target&&!w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!0,D(sr(w.target,P),w.pointerType))},M.onPointerLeave=P=>{P.pointerId===w.activePointerId&&w.target&&w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!1,x(sr(w.target,P),w.pointerType,!1),Z(P))};let F=P=>{if(P.pointerId===w.activePointerId&&w.isPressed&&P.button===0&&w.target){if(Ie(w.target,De(P))&&w.pointerType!=null){let B=!1,N=setTimeout(()=>{w.isPressed&&w.target instanceof HTMLElement&&(B?k(P):(or(w.target),w.target.click()))},80);C(P.currentTarget,"click",()=>B=!0,!0),w.disposables.push(()=>clearTimeout(N))}else k(P);w.isOverTarget=!1}},L=P=>{k(P)};M.onDragStart=P=>{Ie(P.currentTarget,De(P.nativeEvent))&&k(P)}}else if(process.env.NODE_ENV==="test"){M.onMouseDown=P=>{if(P.button!==0||!Ie(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=cl(P.nativeEvent)?"virtual":"mouse",uo.flushSync(()=>D(P,w.pointerType))&&P.stopPropagation(),f){let N=df(P.target);N&&w.disposables.push(N)}C(Oe(P.currentTarget),"mouseup",F,!1)},M.onMouseEnter=P=>{if(!Ie(P.currentTarget,De(P.nativeEvent)))return;let B=!0;w.isPressed&&!w.ignoreEmulatedMouseEvents&&w.pointerType!=null&&(w.isOverTarget=!0,B=D(P,w.pointerType)),B&&P.stopPropagation()},M.onMouseLeave=P=>{if(!Ie(P.currentTarget,De(P.nativeEvent)))return;let B=!0;w.isPressed&&!w.ignoreEmulatedMouseEvents&&w.pointerType!=null&&(w.isOverTarget=!1,B=x(P,w.pointerType,!1),Z(P)),B&&P.stopPropagation()},M.onMouseUp=P=>{Ie(P.currentTarget,De(P.nativeEvent))&&!w.ignoreEmulatedMouseEvents&&P.button===0&&!w.isPressed&&S(P,w.pointerType||"mouse")};let F=P=>{if(P.button===0){if(w.ignoreEmulatedMouseEvents){w.ignoreEmulatedMouseEvents=!1;return}w.target&&w.target.contains(P.target)&&w.pointerType!=null||k(P),w.isOverTarget=!1}};M.onTouchStart=P=>{if(!Ie(P.currentTarget,De(P.nativeEvent)))return;let B=rI(P.nativeEvent);if(!B)return;w.activePointerId=B.identifier,w.ignoreEmulatedMouseEvents=!0,w.isOverTarget=!0,w.isPressed=!0,w.target=P.currentTarget,w.pointerType="touch",m||ff(w.target),D(Vt(w.target,P),w.pointerType)&&P.stopPropagation(),C(Bt(P.currentTarget),"scroll",L,!0)},M.onTouchMove=P=>{if(!Ie(P.currentTarget,De(P.nativeEvent)))return;if(!w.isPressed){P.stopPropagation();return}let B=yf(P.nativeEvent,w.activePointerId),N=!0;B&&Ef(B,P.currentTarget)?!w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!0,N=D(Vt(w.target,P),w.pointerType)):w.isOverTarget&&w.pointerType!=null&&(w.isOverTarget=!1,N=x(Vt(w.target,P),w.pointerType,!1),Z(Vt(w.target,P))),N&&P.stopPropagation()},M.onTouchEnd=P=>{if(!Ie(P.currentTarget,De(P.nativeEvent)))return;if(!w.isPressed){P.stopPropagation();return}let B=yf(P.nativeEvent,w.activePointerId),N=!0;B&&Ef(B,P.currentTarget)&&w.pointerType!=null?(S(Vt(w.target,P),w.pointerType),N=x(Vt(w.target,P),w.pointerType),U(P.nativeEvent,w.target)):w.isOverTarget&&w.pointerType!=null&&(N=x(Vt(w.target,P),w.pointerType,!1)),N&&P.stopPropagation(),w.isPressed=!1,w.activePointerId=null,w.isOverTarget=!1,w.ignoreEmulatedMouseEvents=!0,w.target&&!m&&xl(w.target),$()},M.onTouchCancel=P=>{Ie(P.currentTarget,De(P.nativeEvent))&&(P.stopPropagation(),w.isPressed&&k(Vt(w.target,P)))};let L=P=>{w.isPressed&&Ie(De(P),w.target)&&k({currentTarget:w.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};M.onDragStart=P=>{Ie(P.currentTarget,De(P.nativeEvent))&&k(P)}}return M},[C,s,f,$,m,k,Z,x,D,S,_,U]);return u.useEffect(()=>{if(!p||process.env.NODE_ENV==="test")return;const w=Oe(p.current);if(!w||!w.head||w.getElementById(gf))return;const M=w.createElement("style");M.id=gf,M.textContent=`
|
|
43
|
-
@layer {
|
|
44
|
-
[${bf}] {
|
|
45
|
-
touch-action: pan-x pan-y pinch-zoom;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
`.trim(),w.head.prepend(M)},[p]),u.useEffect(()=>{let w=y.current;return()=>{var M;m||xl((M=w.target)!==null&&M!==void 0?M:void 0);for(let H of w.disposables)H();w.disposables=[]}},[m]),{isPressed:d||g,pressProps:at(v,V,{[bf]:!0})}}function Dl(e){return e.tagName==="A"&&e.hasAttribute("href")}function $l(e,t){const{key:r,code:n}=e,a=t,o=a.getAttribute("role");return(r==="Enter"||r===" "||r==="Spacebar"||n==="Space")&&!(a instanceof Bt(a).HTMLInputElement&&!xf(a,r)||a instanceof Bt(a).HTMLTextAreaElement||a.isContentEditable)&&!((o==="link"||!o&&Dl(a))&&r!=="Enter")}function rI(e){const{targetTouches:t}=e;return t.length>0?t[0]:null}function yf(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 Vt(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 sr(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 nI(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 aI(e,t){return!(e.left>t.right||t.left>e.right||e.top>t.bottom||t.top>e.bottom)}function Ef(e,t){let r=t.getBoundingClientRect(),n=nI(e);return aI(r,n)}function oI(e){return e instanceof HTMLInputElement?!1:e instanceof HTMLButtonElement?e.type!=="submit"&&e.type!=="reset":!Dl(e)}function Cf(e,t){return e instanceof HTMLInputElement?!xf(e,t):oI(e)}const lI=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function xf(e,t){return e.type==="checkbox"||e.type==="radio"?t===" ":lI.has(e.type)}let Mr=null,iI=new Set,En=new Map,ur=!1,Sl=!1;function Ra(e,t){for(let r of iI)r(e,t)}function sI(e){return!(e.metaKey||!lr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Ha(e){ur=!0,sI(e)&&(Mr="keyboard",Ra("keyboard",e))}function rt(e){Mr="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(ur=!0,Ra("pointer",e))}function Df(e){cl(e)&&(ur=!0,Mr="virtual")}function $f(e){e.target===window||e.target===document||Va||!e.isTrusted||(!ur&&!Sl&&(Mr="virtual",Ra("virtual",e)),ur=!1,Sl=!1)}function Sf(){Va||(ur=!1,Sl=!0)}function If(e){if(typeof window>"u"||typeof document>"u"||En.get(Bt(e)))return;const t=Bt(e),r=Oe(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){ur=!0,n.apply(this,arguments)},r.addEventListener("keydown",Ha,!0),r.addEventListener("keyup",Ha,!0),r.addEventListener("click",Df,!0),t.addEventListener("focus",$f,!0),t.addEventListener("blur",Sf,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",rt,!0),r.addEventListener("pointermove",rt,!0),r.addEventListener("pointerup",rt,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",rt,!0),r.addEventListener("mousemove",rt,!0),r.addEventListener("mouseup",rt,!0)),t.addEventListener("beforeunload",()=>{Pf(e)},{once:!0}),En.set(t,{focus:n})}const Pf=(e,t)=>{const r=Bt(e),n=Oe(e);t&&n.removeEventListener("DOMContentLoaded",t),En.has(r)&&(r.HTMLElement.prototype.focus=En.get(r).focus,n.removeEventListener("keydown",Ha,!0),n.removeEventListener("keyup",Ha,!0),n.removeEventListener("click",Df,!0),r.removeEventListener("focus",$f,!0),r.removeEventListener("blur",Sf,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",rt,!0),n.removeEventListener("pointermove",rt,!0),n.removeEventListener("pointerup",rt,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",rt,!0),n.removeEventListener("mousemove",rt,!0),n.removeEventListener("mouseup",rt,!0)),En.delete(r))};function uI(e){const t=Oe(e);let r;return t.readyState!=="loading"?If(e):(r=()=>{If(e)},t.addEventListener("DOMContentLoaded",r)),()=>Pf(e,r)}typeof document<"u"&&uI();function Af(){return Mr}function cI(e){Mr=e,Ra(e,null)}function dI(e){const t=Oe(e),r=gn(t);if(Af()==="virtual"){let n=r;z7(()=>{gn(t)===n&&e.isConnected&&or(e)})}else or(e)}function Mf(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,o=u.useRef({isFocusWithin:!1}),{addGlobalListener:i,removeAllGlobalListeners:s}=ll(),d=u.useCallback(m=>{m.currentTarget.contains(m.target)&&o.current.isFocusWithin&&!m.currentTarget.contains(m.relatedTarget)&&(o.current.isFocusWithin=!1,s(),r&&r(m),a&&a(!1))},[r,a,o,s]),f=XS(d),h=u.useCallback(m=>{if(!m.currentTarget.contains(m.target))return;const p=Oe(m.target),v=gn(p);if(!o.current.isFocusWithin&&v===De(m.nativeEvent)){n&&n(m),a&&a(!0),o.current.isFocusWithin=!0,f(m);let g=m.currentTarget;i(p,"focus",b=>{if(o.current.isFocusWithin&&!Ie(g,b.target)){let y=new p.defaultView.FocusEvent("blur",{relatedTarget:b.target});cf(y,g);let C=El(y);d(C)}},{capture:!0})}},[n,a,f,i,d]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:h,onBlur:d}}}function fI(e){return e&&e.__esModule?e.default:e}function hI(e,t,r){let{date:n,isDisabled:a}=e,{errorMessageId:o,selectedDateDescription:i}=gl.get(t),s=nr(fI(mn),"@react-aria/calendar"),d=ft({weekday:"long",day:"numeric",month:"long",year:"numeric",era:yn(n),timeZone:t.timeZone}),f=t.isSelected(n),h=t.isCellFocused(n)&&!e.isOutsideMonth;a=a||t.isCellDisabled(n);let m=t.isCellUnavailable(n),p=!a&&!m,v=t.isValueInvalid&&!!("highlightedRange"in t?!t.anchorDate&&t.highlightedRange&&n.compare(t.highlightedRange.start)>=0&&n.compare(t.highlightedRange.end)<=0:t.value&&Pe(t.value,n));v&&(f=!0),n=X7(n,y0);let g=u.useMemo(()=>n.toDate(t.timeZone),[n,t.timeZone]),b=fD(n,t.timeZone),y=u.useMemo(()=>{let w="";return"highlightedRange"in t&&t.value&&!t.anchorDate&&(Pe(n,t.value.start)||Pe(n,t.value.end))&&(w=i+", "),w+=d.format(g),b?w=s.format(f?"todayDateSelected":"todayDate",{date:w}):f&&(w=s.format("dateSelected",{date:w})),t.minValue&&Pe(n,t.minValue)?w+=", "+s.format("minimumDate"):t.maxValue&&Pe(n,t.maxValue)&&(w+=", "+s.format("maximumDate")),w},[d,g,s,f,b,n,t,i]),C="";"anchorDate"in t&&h&&!t.isReadOnly&&p&&(t.anchorDate?C=s.format("finishRangeSelectionPrompt"):C=s.format("startRangeSelectionPrompt"));let $=ul(C),D=u.useRef(!1),x=u.useRef(!1),S=u.useRef(void 0),{pressProps:k,isPressed:Z}=wf({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&&!v){if(Pe(n,t.highlightedRange.start)){t.setAnchorDate(t.highlightedRange.end),t.setFocusedDate(n),t.setDragging(!0),x.current=!0;return}else if(Pe(n,t.highlightedRange.end)){t.setAnchorDate(t.highlightedRange.start),t.setFocusedDate(n),t.setDragging(!0),x.current=!0;return}}let M=()=>{t.setDragging(!0),S.current=void 0,t.selectDate(n),t.setFocusedDate(n),D.current=!0};w.pointerType==="touch"?S.current=setTimeout(M,200):M()}},onPressEnd(){x.current=!1,D.current=!1,clearTimeout(S.current),S.current=void 0},onPress(){!("anchorDate"in t)&&!t.isReadOnly&&(t.selectDate(n),t.setFocusedDate(n))},onPressUp(w){if(!t.isReadOnly&&("anchorDate"in t&&S.current&&(t.selectDate(n),t.setFocusedDate(n)),"anchorDate"in t))if(x.current)t.setAnchorDate(n);else if(t.anchorDate&&!D.current)t.selectDate(n),t.setFocusedDate(n);else if(w.pointerType==="keyboard"&&!t.anchorDate){t.selectDate(n);let M=n.add({days:1});t.isInvalid(M)&&(M=n.subtract({days:1})),t.isInvalid(M)||t.setFocusedDate(M)}else w.pointerType==="virtual"&&(t.selectDate(n),t.setFocusedDate(n))}}),_;a||(_=Pe(n,t.focusedDate)?0:-1),u.useEffect(()=>{h&&r.current&&(or(r.current),Af()!=="pointer"&&document.activeElement===r.current&&Y7(r.current,{containingElement:G7(r.current)}))},[h,r]);let U=ft({day:"numeric",timeZone:t.timeZone,calendar:n.calendar.identifier}),V=u.useMemo(()=>U.formatToParts(g).find(w=>w.type==="day").value,[U,g]);return{cellProps:{role:"gridcell","aria-disabled":!p||void 0,"aria-selected":f||void 0,"aria-invalid":v||void 0},buttonProps:at(k,{onFocus(){a||t.setFocusedDate(n)},tabIndex:_,role:"button","aria-disabled":!p||void 0,"aria-label":y,"aria-invalid":v||void 0,"aria-describedby":[v?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:Z,isFocused:h,isSelected:f,isDisabled:a,isUnavailable:m,isOutsideVisibleRange:n.compare(t.visibleRange.start)<0||n.compare(t.visibleRange.end)>0,isInvalid:v,formattedDate:V}}const mI=e=>e.compare(pe(new Date))===0,Nf=u.forwardRef((e,t)=>{const{className:r,currentMonth:n,date:a,state:o,...i}=e,s=n||a,d=u.useRef(null),{buttonProps:f,cellProps:h,formattedDate:m,isDisabled:p,isFocused:v,isOutsideVisibleRange:g,isSelected:b}=hI({date:a},o,d),y="highlightedRange"in o;let C={};if(y&&o.highlightedRange){const x=o.highlightedRange.start,S=o.highlightedRange.end,k=Pe(x,a),Z=Pe(S,a),_=x.compare(a)<=0&&S.compare(a)>=0;C=q({"rbui-calendar-cell--selected-range":_,"rbui-calendar-cell--selected-range-end":Z,"rbui-calendar-cell--selected-range-start":k})}const $=q("rbui-calendar-cell",{"rbui-calendar-cell--disabled":p,"rbui-calendar-cell--focus-visible":v,"rbui-calendar-cell--today":mI(a)},y?C:{"rbui-calendar-cell--selected":b}),D=!dD(s,a);return c.jsx("li",{...h,className:q(h.className,"rbui-calendar-cell__container",r),ref:t,...i,children:!(g||D)&&c.jsx(Fe,{...f,"aria-selected":b,className:$,disabled:p,onClick:x=>{x.pageX===0&&x.pageY===0||f.onClick?.(x)},ref:d,type:"inline",children:m})})});Nf.displayName="CalendarCell";const _a=u.forwardRef((e,t)=>{const{className:r,offset:n=0,state:a,...o}=e,{locale:i}=Ye(),s=a.visibleRange.start.add({months:n}),d=va(s),{gridProps:f,weekDays:h}=YS({endDate:d,startDate:s,weekdayStyle:"short"},a),m=$0(s,i),p=$0(d,i),v=Math.max(m,p);return c.jsxs("ul",{className:q("rbui-calendar-grid",r),...f,ref:t,...o,children:[h.map(g=>c.jsx("li",{className:"rbui-calendar-cell__container",children:c.jsx("span",{className:"rbui-calendar-cell rbui-calendar-cell--week",children:g.charAt(0).toUpperCase()})},g)),[...Array.from({length:v}).keys()].reduce((g,b)=>[...g,...a.getDatesInWeek(b,s).map(y=>c.jsx(Nf,{currentMonth:s,date:y,state:a},`${b}-${y?.day}`)).filter(y=>y!==null)],[])]})});_a.displayName="CalendarGrid";const pI=e=>{const t=GS({},e),r=`${t.title.slice(0,3)} ${t.title.split(" ")[1]}`;return{calendarProps:t.calendarProps,nextButtonProps:{"aria-label":"Next month",disabled:t.nextButtonProps.isDisabled,onClick:n=>{e.focusNextPage(),n.stopPropagation()}},prevButtonProps:{"aria-label":"Previous month",disabled:t.prevButtonProps.isDisabled,onClick:n=>{e.focusPreviousPage(),n.stopPropagation()}},title:r}},Il=u.forwardRef((e,t)=>{const{state:r,...n}=e,{calendarProps:a,nextButtonProps:o,prevButtonProps:i,title:s}=pI(r);return c.jsxs("div",{...a,className:"rbui-calendar",ref:t,...n,children:[c.jsxs("header",{className:"rbui-calendar-header",children:[c.jsx(Fe,{...i,startIcon:c.jsx(Yr,{}),type:"tertiary"}),c.jsx("span",{className:"rbui-calendar-header__title",children:s}),c.jsx(Fe,{...o,startIcon:c.jsx(Xr,{}),type:"tertiary"})]}),c.jsx(_a,{state:r})]})});Il.displayName="CalendarBase";function Nr(e,t,r){return t!=null&&e.compare(t)<0||r!=null&&e.compare(r)>0}function Pl(e,t,r,n,a){let o={};for(let s in t)o[s]=Math.floor(t[s]/2),o[s]>0&&t[s]%2===0&&o[s]--;let i=cr(e,t,r).subtract(o);return Cn(e,i,t,r,n,a)}function cr(e,t,r,n,a){let o=e;return t.years?o=mD(e):t.months?o=Yt(e):t.weeks&&(o=rn(e,r)),Cn(e,o,t,r,n,a)}function Al(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 i=cr(e,t,r).subtract(o);return Cn(e,i,t,r,n,a)}function Cn(e,t,r,n,a,o){if(a&&e.compare(a)>=0){let i=I0(t,cr(Ke(a),r,n));i&&(t=i)}if(o&&e.compare(o)<=0){let i=S0(t,Al(Ke(o),r,n));i&&(t=i)}return t}function Zt(e,t,r){if(t){let n=I0(e,Ke(t));n&&(e=n)}if(r){let n=S0(e,Ke(r));n&&(e=n)}return e}function Ff(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 Tf(e){let t=u.useMemo(()=>new et(e.locale),[e.locale]),r=u.useMemo(()=>t.resolvedOptions(),[t]),{locale:n,createCalendar:a,visibleDuration:o={months:1},minValue:i,maxValue:s,selectionAlignment:d,isDateUnavailable:f,pageBehavior:h="visible",firstDayOfWeek:m}=e,p=u.useMemo(()=>a(r.calendar),[a,r.calendar]);var v;let[g,b]=ir(e.value,(v=e.defaultValue)!==null&&v!==void 0?v:null,e.onChange),y=u.useMemo(()=>g?xe(Ke(g),p):null,[g,p]),C=u.useMemo(()=>g&&"timeZone"in g?g.timeZone:r.timeZone,[g,r.timeZone]),$=u.useMemo(()=>e.focusedValue?Zt(xe(Ke(e.focusedValue),p),i,s):void 0,[e.focusedValue,p,i,s]),D=u.useMemo(()=>Zt(e.defaultFocusedValue?xe(Ke(e.defaultFocusedValue),p):y||xe(C0(C),p),i,s),[e.defaultFocusedValue,y,C,p,i,s]),[x,S]=ir($,D,e.onFocusChange),[k,Z]=u.useState(()=>{switch(d){case"start":return cr(x,o,n,i,s);case"end":return Al(x,o,n,i,s);case"center":default:return Pl(x,o,n,i,s)}}),[_,U]=u.useState(e.autoFocus||!1),V=u.useMemo(()=>{let T={...o};return T.days?T.days--:T.days=-1,k.add(T)},[k,o]),[w,M]=u.useState(p);if(!pa(p,w)){let T=xe(x,p);Z(Pl(T,o,n,i,s)),S(T),M(p)}Nr(x,i,s)?S(Zt(x,i,s)):x.compare(k)<0?Z(Al(x,o,n,i,s)):x.compare(V)>0&&Z(cr(x,o,n,i,s));function H(T){T=Zt(T,i,s),S(T)}function F(T){if(!e.isDisabled&&!e.isReadOnly){let O=T;if(O===null){b(null);return}if(O=Zt(O,i,s),O=Ff(O,k,f),!O)return;O=xe(O,g?.calendar||new ct),g&&"hour"in g?b(g.set(O)):b(O)}}let L=u.useMemo(()=>y?f&&f(y)?!0:Nr(y,i,s):!1,[y,f,i,s]),P=e.isInvalid||e.validationState==="invalid"||L,B=P?"invalid":null,N=u.useMemo(()=>h==="visible"?o:Ml(o),[h,o]);var R,I;return{isDisabled:(R=e.isDisabled)!==null&&R!==void 0?R:!1,isReadOnly:(I=e.isReadOnly)!==null&&I!==void 0?I:!1,value:y,setValue:F,visibleRange:{start:k,end:V},minValue:i,maxValue:s,focusedDate:x,timeZone:C,validationState:B,isValueInvalid:P,setFocusedDate(T){H(T),U(!0)},focusNextDay(){H(x.add({days:1}))},focusPreviousDay(){H(x.subtract({days:1}))},focusNextRow(){o.days?this.focusNextPage():(o.weeks||o.months||o.years)&&H(x.add({weeks:1}))},focusPreviousRow(){o.days?this.focusPreviousPage():(o.weeks||o.months||o.years)&&H(x.subtract({weeks:1}))},focusNextPage(){let T=k.add(N);S(Zt(x.add(N),i,s)),Z(cr(Cn(x,T,N,n,i,s),N,n))},focusPreviousPage(){let T=k.subtract(N);S(Zt(x.subtract(N),i,s)),Z(cr(Cn(x,T,N,n,i,s),N,n))},focusSectionStart(){o.days?H(k):o.weeks?H(rn(x,n)):(o.months||o.years)&&H(Yt(x))},focusSectionEnd(){o.days?H(V):o.weeks?H(gD(x,n)):(o.months||o.years)&&H(va(x))},focusNextSection(T){if(!T&&!o.days){H(x.add(Ml(o)));return}o.days?this.focusNextPage():o.weeks?H(x.add({months:1})):(o.months||o.years)&&H(x.add({years:1}))},focusPreviousSection(T){if(!T&&!o.days){H(x.subtract(Ml(o)));return}o.days?this.focusPreviousPage():o.weeks?H(x.subtract({months:1})):(o.months||o.years)&&H(x.subtract({years:1}))},selectFocusedDate(){f&&f(x)||F(x)},selectDate(T){F(T)},isFocused:_,setFocused:U,isInvalid(T){return Nr(T,i,s)},isSelected(T){return y!=null&&Pe(T,y)&&!this.isCellDisabled(T)&&!this.isCellUnavailable(T)},isCellFocused(T){return _&&x&&Pe(T,x)},isCellDisabled(T){return e.isDisabled||T.compare(k)<0||T.compare(V)>0||this.isInvalid(T)},isCellUnavailable(T){return e.isDateUnavailable?e.isDateUnavailable(T):!1},isPreviousVisibleRangeInvalid(){let T=k.subtract({days:1});return Pe(T,k)||this.isInvalid(T)},isNextVisibleRangeInvalid(){let T=V.add({days:1});return Pe(T,V)||this.isInvalid(T)},getDatesInWeek(T,O=k){let z=O.add({weeks:T}),J=[];z=rn(z,n,m);let X=E0(z,n,m);for(let Q=0;Q<X;Q++)J.push(null);for(;J.length<7;){J.push(z);let Q=z.add({days:1});if(Pe(z,Q))break;z=Q}for(;J.length<7;)J.push(null);return J}}}function Ml(e){let t={...e};for(let r in e)t[r]=1;return t}function vI(e){let{value:t,defaultValue:r,onChange:n,createCalendar:a,locale:o,visibleDuration:i={months:1},minValue:s,maxValue:d,...f}=e,[h,m]=ir(t,r||null,n),[p,v]=u.useState(null),g="center";if(h&&h.start&&h.end){let N=Pl(Ke(h.start),i,o,s,d).add(i).subtract({days:1});h.end.compare(N)>0&&(g="start")}let b=u.useRef(null),[y,C]=u.useState(null),$=u.useMemo(()=>I0(s,y?.start),[s,y]),D=u.useMemo(()=>S0(d,y?.end),[d,y]),x=Tf({...f,value:h&&h.start,createCalendar:a,locale:o,visibleDuration:i,minValue:$,maxValue:D,selectionAlignment:g}),S=B=>{if(B&&e.isDateUnavailable&&!e.allowsNonContiguousRanges){const N=kf(B,x,-1),R=kf(B,x,1);b.current={start:N,end:R},C(b.current)}else b.current=null,C(null)},[k,Z]=u.useState(x.visibleRange);(!y0(x.visibleRange.start,k.start)||!y0(x.visibleRange.end,k.end))&&(S(p),Z(x.visibleRange));let _=B=>{B?(v(B),S(B)):(v(null),S(null))},U=p?Nl(p,x.focusedDate):h&&Nl(h.start,h.end),V=B=>{if(e.isReadOnly)return;const N=Zt(B,$,D),R=Ff(N,x.visibleRange.start,e.isDateUnavailable);if(R)if(!p)_(R);else{let I=Nl(p,R);I&&m({start:Bf(I.start,h?.start),end:Bf(I.end,h?.end)}),_(null)}},[w,M]=u.useState(!1),{isDateUnavailable:H}=e,F=u.useMemo(()=>!h||p?!1:H&&(H(h.start)||H(h.end))?!0:Nr(h.start,s,d)||Nr(h.end,s,d),[H,h,p,s,d]),L=e.isInvalid||e.validationState==="invalid"||F;return{...x,value:h,setValue:m,anchorDate:p,setAnchorDate:_,highlightedRange:U,validationState:L?"invalid":null,isValueInvalid:L,selectFocusedDate(){V(x.focusedDate)},selectDate:V,highlightDate(B){p&&x.setFocusedDate(B)},isSelected(B){return!!(U&&B.compare(U.start)>=0&&B.compare(U.end)<=0&&!x.isCellDisabled(B)&&!x.isCellUnavailable(B))},isInvalid(B){var N,R;return x.isInvalid(B)||Nr(B,(N=b.current)===null||N===void 0?void 0:N.start,(R=b.current)===null||R===void 0?void 0:R.end)},isDragging:w,setDragging:M}}function Nl(e,t){return!e||!t?null:(t.compare(e)<0&&([e,t]=[t,e]),{start:Ke(e),end:Ke(t)})}function Bf(e,t){return e=xe(e,t?.calendar||new ct),t&&"hour"in t?t.set(e):e}function kf(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})}const Vf=e=>{const{defaultFocusedValue:t,defaultValue:r,disabled:n,focusedValue:a,maxDate:o,minDate:i,onChange:s,onFocusChange:d,readOnly:f,value:h}=e,{locale:m}=Ye();return Tf({...e,createCalendar:H0,defaultFocusedValue:pe(t),defaultValue:pe(r),focusedValue:pe(a),isDisabled:n,isReadOnly:f,locale:m,maxValue:pe(o),minValue:pe(i),onChange:v=>{s?.(_e(v))},onFocusChange:v=>{d?.(_e(v))},value:pe(h)})},Zf=u.forwardRef((e,t)=>{const{className:r,defaultFocusedValue:n,defaultValue:a,disabled:o,focusedValue:i,maxDate:s,minDate:d,onChange:f,onFocusChange:h,readOnly:m,value:p,...v}=e,g=Vf(e);return c.jsx(Il,{ref:t,state:g,...v})});Zf.displayName="Calendar";const Of=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,label:o,orientation:i="vertical",readOnly:s=!1,...d}=e,f=u.useMemo(()=>({disabled:a,readOnly:s}),[a,s]),h=o&&c.jsx(Ct,{children:o});return c.jsx(z2.Provider,{value:f,children:c.jsx(Et,{className:q("rbui-checkbox-group",`rbui-checkbox-group--${i}`,n),control:c.jsx("div",{className:q("rbui-checkbox-group__list"),role:"group",children:r}),label:h,labelPosition:"block-start",ref:t,...d})})});Of.displayName="CheckboxGroup";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 Rf={};Rf={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 Hf={};Hf={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 _f={};_f={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 Uf={};Uf={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 jf={};jf={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 Kf={};Kf={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 zf={};zf={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 Wf={};Wf={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 Gf={};Gf={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 qf={};qf={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 Yf={};Yf={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:"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 Jf={};Jf={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 Qf={};Qf={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 e3={};e3={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 t3={};t3={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 r3={};r3={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 n3={};n3={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 a3={};a3={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 o3={};o3={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 l3={};l3={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 i3={};i3={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 s3={};s3={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 u3={};u3={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 c3={};c3={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 d3={};d3={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 f3={};f3={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 h3={};h3={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 m3={};m3={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 p3={};p3={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 v3={};v3={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 g3={};g3={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 b3={};b3={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 Ua={};Ua={"ar-AE":Lf,"bg-BG":Rf,"cs-CZ":Hf,"da-DK":_f,"de-DE":Uf,"el-GR":jf,"en-US":Kf,"es-ES":zf,"et-EE":Wf,"fi-FI":Gf,"fr-FR":qf,"he-IL":Yf,"hr-HR":Xf,"hu-HU":Jf,"it-IT":Qf,"ja-JP":e3,"ko-KR":t3,"lt-LT":r3,"lv-LV":n3,"nb-NO":a3,"nl-NL":o3,"pl-PL":l3,"pt-BR":i3,"pt-PT":s3,"ro-RO":u3,"ru-RU":c3,"sk-SK":d3,"sl-SI":f3,"sr-SP":h3,"sv-SE":m3,"tr-TR":p3,"uk-UA":v3,"zh-CN":g3,"zh-TW":b3};function gI(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...Oe(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 w3(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function xn(e,t=!1){if(e!=null&&!t)try{dI(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function Fr(e,t,r){let n=t?.tabbable?FS:J7,a=e?.nodeType===Node.ELEMENT_NODE?e:null,o=Oe(a),i=iS(o,e||o,NodeFilter.SHOW_ELEMENT,{acceptNode(s){var d;return!(t==null||(d=t.from)===null||d===void 0)&&d.contains(s)||t?.tabbable&&s.tagName==="INPUT"&&s.getAttribute("type")==="radio"&&(!gI(s)||i.currentNode.tagName==="INPUT"&&i.currentNode.type==="radio"&&i.currentNode.name===s.name)?NodeFilter.FILTER_REJECT:n(s)&&(!r||w3(s,r))&&(!t?.accept||t.accept(s))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t?.from&&(i.currentNode=t.from),i}function Fl(e,t={}){return{focusNext(r={}){let n=e.current;if(!n)return null;let{from:a,tabbable:o=t.tabbable,wrap:i=t.wrap,accept:s=t.accept}=r,d=a||gn(Oe(n)),f=Fr(n,{tabbable:o,accept:s});n.contains(d)&&(f.currentNode=d);let h=f.nextNode();return!h&&i&&(f.currentNode=n,h=f.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:i=t.wrap,accept:s=t.accept}=r,d=a||gn(Oe(n)),f=Fr(n,{tabbable:o,accept:s});if(n.contains(d))f.currentNode=d;else{let m=Tl(f);return m&&xn(m,!0),m??null}let h=f.previousNode();if(!h&&i){f.currentNode=n;let m=Tl(f);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,s=Fr(n,{tabbable:a,accept:o}).nextNode();return s&&xn(s,!0),s},focusLast(r=t){let n=e.current;if(!n)return null;let{tabbable:a=t.tabbable,accept:o=t.accept}=r,i=Fr(n,{tabbable:a,accept:o}),s=Tl(i);return s&&xn(s,!0),s??null}}}function Tl(e){let t,r;do r=e.lastChild(),r&&(t=r);while(r);return t}class Bl{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 y3({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&&w3(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 Bl;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 y3({scopeRef:null}),this.fastMap.set(null,this.root)}}class y3{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 Bl;function E3(e,t,r){let{direction:n}=Ye(),a=u.useMemo(()=>Fl(t),[t]),o=d=>{if(d.currentTarget.contains(d.target)&&(d.altKey&&(d.key==="ArrowDown"||d.key==="ArrowUp")&&"setOpen"in e&&(d.preventDefault(),d.stopPropagation(),e.setOpen(!0)),!r))switch(d.key){case"ArrowLeft":if(d.preventDefault(),d.stopPropagation(),n==="rtl"){if(t.current){let f=d.target,h=C3(t.current,f.getBoundingClientRect().left,-1);h&&h.focus()}}else a.focusPrevious();break;case"ArrowRight":if(d.preventDefault(),d.stopPropagation(),n==="rtl"){if(t.current){let f=d.target,h=C3(t.current,f.getBoundingClientRect().left,1);h&&h.focus()}}else a.focusNext();break}},i=()=>{var d;if(!t.current)return;let f=(d=window.event)===null||d===void 0?void 0:d.target,h=Fr(t.current,{tabbable:!0});if(f&&(h.currentNode=f,f=h.previousNode()),!f){let m;do m=h.lastChild(),m&&(f=m);while(m)}for(;f?.hasAttribute("data-placeholder");){let m=h.previousNode();if(m&&m.hasAttribute("data-placeholder"))f=m;else break}f&&f.focus()},{pressProps:s}=wf({preventFocusOnPress:!0,allowTextSelectionOnPress:!0,onPressStart(d){d.pointerType==="mouse"&&i()},onPress(d){(d.pointerType==="touch"||d.pointerType==="pen")&&i()}});return at(s,{onKeyDown:o})}function C3(e,t,r){let n=Fr(e,{tabbable:!0}),a=n.nextNode(),o=null,i=1/0;for(;a;){let d=a.getBoundingClientRect().left-t,f=Math.abs(d);Math.sign(d)===r&&f<i&&(o=a,i=f),a=n.nextNode()}return o}function bI(e){let{id:t,label:r,"aria-labelledby":n,"aria-label":a,labelElementType:o="label"}=e;t=ar(t);let i=ar(),s={};r?(n=n?`${i} ${n}`:i,s={id:i,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 d=Ba({id:t,"aria-label":a,"aria-labelledby":n});return{labelProps:s,fieldProps:d}}function x3(e){let{description:t,errorMessage:r,isInvalid:n,validationState:a}=e,{labelProps:o,fieldProps:i}=bI(e),s=rl([!!t,!!r,n,a]),d=rl([!!t,!!r,n,a]);return i=at(i,{"aria-describedby":[s,d,e["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:o,fieldProps:i,descriptionProps:{id:s},errorMessageProps:{id:d}}}function wI(e,t,r){let{validationBehavior:n,focus:a}=e;xt(()=>{if(n==="native"&&r?.current&&!r.current.disabled){let f=t.realtimeValidation.isInvalid?t.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";r.current.setCustomValidity(f),r.current.hasAttribute("title")||(r.current.title=""),t.realtimeValidation.isInvalid||t.updateValidation(EI(r.current))}});let o=u.useRef(!1),i=Ze(()=>{o.current||t.resetValidation()}),s=Ze(f=>{var h;t.displayValidation.isInvalid||t.commitValidation();let m=r==null||(h=r.current)===null||h===void 0?void 0:h.form;if(!f.defaultPrevented&&r&&m&&CI(m)===r.current){var p;a?a():(p=r.current)===null||p===void 0||p.focus(),cI("keyboard")}f.preventDefault()}),d=Ze(()=>{t.commitValidation()});u.useEffect(()=>{let f=r?.current;if(!f)return;let h=f.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}),f.addEventListener("invalid",s),f.addEventListener("change",d),h?.addEventListener("reset",i),()=>{f.removeEventListener("invalid",s),f.removeEventListener("change",d),h?.removeEventListener("reset",i),h&&(h.reset=m)}},[r,s,d,i,n])}function yI(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 EI(e){return{isInvalid:!e.validity.valid,validationDetails:yI(e),validationErrors:e.validationMessage?[e.validationMessage]:[]}}function CI(e){for(let t=0;t<e.elements.length;t++){let r=e.elements[t];if(!r.validity.valid)return r}return null}function xI(e){return e&&e.__esModule?e.default:e}const D3=new WeakMap,ja="__role_"+Date.now(),$3="__focusManager_"+Date.now();function DI(e,t,r){var n;let{isInvalid:a,validationErrors:o,validationDetails:i}=t.displayValidation,{labelProps:s,fieldProps:d,descriptionProps:f,errorMessageProps:h}=x3({...e,labelElementType:"span",isInvalid:a,errorMessage:e.errorMessage||o}),m=u.useRef(null),{focusWithinProps:p}=Mf({...e,onFocusWithin(V){var w;m.current=t.value,(w=e.onFocus)===null||w===void 0||w.call(e,V)},onBlurWithin:V=>{var w;t.confirmPlaceholder(),t.value!==m.current&&t.commitValidation(),(w=e.onBlur)===null||w===void 0||w.call(e,V)},onFocusWithinChange:e.onFocusChange}),v=nr(xI(Ua),"@react-aria/datepicker"),g=t.maxGranularity==="hour"?"selectedTimeDescription":"selectedDateDescription",b=t.maxGranularity==="hour"?"time":"date",y=t.value?v.format(g,{[b]:t.formatValue({month:"long"})}):"",C=ul(y),$=e[ja]==="presentation"?d["aria-describedby"]:[C["aria-describedby"],d["aria-describedby"]].filter(Boolean).join(" ")||void 0,D=e[$3],x=u.useMemo(()=>D||Fl(r),[D,r]),S=E3(t,r,e[ja]==="presentation");D3.set(t,{ariaLabel:e["aria-label"],ariaLabelledBy:[s.id,e["aria-labelledby"]].filter(Boolean).join(" ")||void 0,ariaDescribedBy:$,focusManager:x});let k=u.useRef(e.autoFocus),Z;e[ja]==="presentation"?Z={role:"presentation"}:Z=at(d,{role:"group","aria-disabled":e.isDisabled||void 0,"aria-describedby":$}),u.useEffect(()=>{k.current&&x.focusFirst(),k.current=!1},[x]),SS(e.inputRef,t.defaultValue,t.setValue),wI({...e,focus(){x.focusFirst()}},t,e.inputRef);let _={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"&&(_.type="text",_.hidden=!0,_.required=e.isRequired,_.onChange=()=>{});let U=nl(e);return{labelProps:{...s,onClick:()=>{x.focusFirst()}},fieldProps:at(U,Z,S,p,{onKeyDown(V){e.onKeyDown&&e.onKeyDown(V)},onKeyUp(V){e.onKeyUp&&e.onKeyUp(V)},style:{unicodeBidi:"isolate"}}),inputProps:_,descriptionProps:f,errorMessageProps:h,isInvalid:a,validationErrors:o,validationDetails:i}}const Ka={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},S3={...Ka,customError:!0,valid:!1},dr={isInvalid:!1,validationDetails:Ka,validationErrors:[]},$I=u.createContext({}),za="__formValidationState"+Date.now();function kl(e){if(e[za]){let{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:a,commitValidation:o}=e[za];return{realtimeValidation:t,displayValidation:r,updateValidation:n,resetValidation:a,commitValidation:o}}return SI(e)}function SI(e){let{isInvalid:t,validationState:r,name:n,value:a,builtinValidation:o,validate:i,validationBehavior:s="aria"}=e;r&&(t||(t=r==="invalid"));let d=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:S3}:null,f=u.useMemo(()=>{if(!i||a==null)return null;let V=II(i,a);return I3(V)},[i,a]);o?.validationDetails.valid&&(o=void 0);let h=u.useContext($I),m=u.useMemo(()=>n?Array.isArray(n)?n.flatMap(V=>Vl(h[V])):Vl(h[n]):[],[h,n]),[p,v]=u.useState(h),[g,b]=u.useState(!1);h!==p&&(v(h),b(!1));let y=u.useMemo(()=>I3(g?[]:m),[g,m]),C=u.useRef(dr),[$,D]=u.useState(dr),x=u.useRef(dr),S=()=>{if(!k)return;Z(!1);let V=f||o||C.current;Zl(V,x.current)||(x.current=V,D(V))},[k,Z]=u.useState(!1);return u.useEffect(S),{realtimeValidation:d||y||f||o||dr,displayValidation:s==="native"?d||y||$:d||y||f||o||$,updateValidation(V){s==="aria"&&!Zl($,V)?D(V):C.current=V},resetValidation(){let V=dr;Zl(V,x.current)||(x.current=V,D(V)),s==="native"&&Z(!1),b(!0)},commitValidation(){s==="native"&&Z(!0),b(!0)}}}function Vl(e){return e?Array.isArray(e)?e:[e]:[]}function II(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return Vl(r)}return[]}function I3(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:S3}:null}function Zl(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 Wa(...e){let t=new Set,r=!1,n={...Ka};for(let i of e){var a,o;for(let s of i.validationErrors)t.add(s);r||(r=i.isInvalid);for(let s in n)(a=n)[o=s]||(a[o]=i.validationDetails[s])}return n.valid=!r,{isInvalid:r,validationErrors:[...t],validationDetails:n}}function PI(e){return e&&e.__esModule?e.default:e}function AI(){let{locale:e}=Ye(),t=R7(PI(Ua),"@react-aria/datepicker");return u.useMemo(()=>{try{return new Intl.DisplayNames(e,{type:"dateTimeField"})}catch{return new MI(e,t)}},[e,t])}class MI{of(t){return this.dictionary.getStringForLocale(t,this.locale)}constructor(t,r){this.locale=t,this.dictionary=r}}var P3={};P3={Empty:"فارغ"};var A3={};A3={Empty:"Изпразни"};var M3={};M3={Empty:"Prázdné"};var N3={};N3={Empty:"Tom"};var F3={};F3={Empty:"Leer"};var T3={};T3={Empty:"Άδειο"};var B3={};B3={Empty:"Empty"};var k3={};k3={Empty:"Vacío"};var V3={};V3={Empty:"Tühjenda"};var Z3={};Z3={Empty:"Tyhjä"};var O3={};O3={Empty:"Vide"};var L3={};L3={Empty:"ריק"};var R3={};R3={Empty:"Prazno"};var H3={};H3={Empty:"Üres"};var _3={};_3={Empty:"Vuoto"};var U3={};U3={Empty:"空"};var j3={};j3={Empty:"비어 있음"};var K3={};K3={Empty:"Tuščias"};var z3={};z3={Empty:"Tukšs"};var W3={};W3={Empty:"Tom"};var G3={};G3={Empty:"Leeg"};var q3={};q3={Empty:"Pusty"};var Y3={};Y3={Empty:"Vazio"};var X3={};X3={Empty:"Vazio"};var J3={};J3={Empty:"Gol"};var Q3={};Q3={Empty:"Не заполнено"};var e4={};e4={Empty:"Prázdne"};var t4={};t4={Empty:"Prazen"};var r4={};r4={Empty:"Prazno"};var n4={};n4={Empty:"Tomt"};var a4={};a4={Empty:"Boş"};var o4={};o4={Empty:"Пусто"};var l4={};l4={Empty:"空"};var i4={};i4={Empty:"空白"};var s4={};s4={"ar-AE":P3,"bg-BG":A3,"cs-CZ":M3,"da-DK":N3,"de-DE":F3,"el-GR":T3,"en-US":B3,"es-ES":k3,"et-EE":V3,"fi-FI":Z3,"fr-FR":O3,"he-IL":L3,"hr-HR":R3,"hu-HU":H3,"it-IT":_3,"ja-JP":U3,"ko-KR":j3,"lt-LT":K3,"lv-LV":z3,"nb-NO":W3,"nl-NL":G3,"pl-PL":q3,"pt-BR":Y3,"pt-PT":X3,"ro-RO":J3,"ru-RU":Q3,"sk-SK":e4,"sl-SI":t4,"sr-SP":r4,"sv-SE":n4,"tr-TR":a4,"uk-UA":o4,"zh-CN":l4,"zh-TW":i4};function NI(e){return e&&e.__esModule?e.default:e}function FI(e){const t=u.useRef(void 0);let{value:r,textValue:n,minValue:a,maxValue:o,isDisabled:i,isReadOnly:s,isRequired:d,onIncrement:f,onIncrementPage:h,onDecrement:m,onDecrementPage:p,onDecrementToMin:v,onIncrementToMax:g}=e;const b=nr(NI(s4),"@react-aria/spinbutton"),y=()=>clearTimeout(t.current);u.useEffect(()=>()=>y(),[]);let C=w=>{if(!(w.ctrlKey||w.metaKey||w.shiftKey||w.altKey||s||w.nativeEvent.isComposing))switch(w.key){case"PageUp":if(h){w.preventDefault(),h?.();break}case"ArrowUp":case"Up":f&&(w.preventDefault(),f?.());break;case"PageDown":if(p){w.preventDefault(),p?.();break}case"ArrowDown":case"Down":m&&(w.preventDefault(),m?.());break;case"Home":v&&(w.preventDefault(),v?.());break;case"End":g&&(w.preventDefault(),g?.());break}},$=u.useRef(!1),D=()=>{$.current=!0},x=()=>{$.current=!1},S=n===""?b.format("Empty"):(n||`${r}`).replace("-","−");u.useEffect(()=>{$.current&&(KS("assertive"),yl(S,"assertive"))},[S]);const k=Ze(w=>{y(),f?.(),t.current=window.setTimeout(()=>{(o===void 0||isNaN(o)||r===void 0||isNaN(r)||r<o)&&k(60)},w)}),Z=Ze(w=>{y(),m?.(),t.current=window.setTimeout(()=>{(a===void 0||isNaN(a)||r===void 0||isNaN(r)||r>a)&&Z(60)},w)});let _=w=>{w.preventDefault()},{addGlobalListener:U,removeAllGlobalListeners:V}=ll();return{spinButtonProps:{role:"spinbutton","aria-valuenow":r!==void 0&&!isNaN(r)?r:void 0,"aria-valuetext":S,"aria-valuemin":a,"aria-valuemax":o,"aria-disabled":i||void 0,"aria-readonly":s||void 0,"aria-required":d||void 0,onKeyDown:C,onFocus:D,onBlur:x},incrementButtonProps:{onPressStart:()=>{k(400),U(window,"contextmenu",_)},onPressEnd:()=>{y(),V()},onFocus:D,onBlur:x},decrementButtonProps:{onPressStart:()=>{Z(400),U(window,"contextmenu",_)},onPressEnd:()=>{y(),V()},onFocus:D,onBlur:x}}}function TI(e,t,r){let n=u.useRef(""),{locale:a,direction:o}=Ye(),i=AI(),{ariaLabel:s,ariaLabelledBy:d,ariaDescribedBy:f,focusManager:h}=D3.get(t),m=e.isPlaceholder?"":e.text,p=u.useMemo(()=>t.dateFormatter.resolvedOptions(),[t.dateFormatter]),v=ft({month:"long",timeZone:p.timeZone}),g=ft({hour:"numeric",hour12:p.hour12,timeZone:p.timeZone});if(e.type==="month"&&!e.isPlaceholder){let I=v.format(t.dateValue);m=I!==m?`${m} – ${I}`:I}else e.type==="hour"&&!e.isPlaceholder&&(m=g.format(t.dateValue));let{spinButtonProps:b}=FI({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)}}),y=u.useMemo(()=>new tf(a,{maximumFractionDigits:0}),[a]),C=()=>{if(e.text===e.placeholder&&h.focusPrevious(),y.isValidPartialNumber(e.text)&&!t.isReadOnly&&!e.isPlaceholder){let I=e.text.slice(0,-1),T=y.parse(I);I=T===0?"":I,I.length===0||T===0?t.clearSegment(e.type):t.setSegment(e.type,T),n.current=I}else e.type==="dayPeriod"&&t.clearSegment(e.type)},$=I=>{if(I.key==="a"&&(lr()?I.metaKey:I.ctrlKey)&&I.preventDefault(),!(I.ctrlKey||I.metaKey||I.shiftKey||I.altKey))switch(I.key){case"Backspace":case"Delete":I.preventDefault(),I.stopPropagation(),C();break}},{startsWith:D}=US({sensitivity:"base"}),x=ft({hour:"numeric",hour12:!0}),S=u.useMemo(()=>{let I=new Date;return I.setHours(0),x.formatToParts(I).find(T=>T.type==="dayPeriod").value},[x]),k=u.useMemo(()=>{let I=new Date;return I.setHours(12),x.formatToParts(I).find(T=>T.type==="dayPeriod").value},[x]),Z=ft({year:"numeric",era:"narrow",timeZone:"UTC"}),_=u.useMemo(()=>{if(e.type!=="era")return[];let I=xe(new Jt(1,1,1),t.calendar),T=t.calendar.getEras().map(z=>{let J=I.set({year:1,month:1,day:1,era:z}).toDate("UTC"),Q=Z.formatToParts(J).find(re=>re.type==="era").value;return{era:z,formatted:Q}}),O=BI(T.map(z=>z.formatted));if(O)for(let z of T)z.formatted=z.formatted.slice(O);return T},[Z,t.calendar,e.type]),U=I=>{if(t.isDisabled||t.isReadOnly)return;let T=n.current+I;switch(e.type){case"dayPeriod":if(D(S,I))t.setSegment("dayPeriod",0);else if(D(k,I))t.setSegment("dayPeriod",12);else break;h.focusNext();break;case"era":{let O=_.find(z=>D(z.formatted,I));O&&(t.setSegment("era",O.era),h.focusNext());break}case"day":case"hour":case"minute":case"second":case"month":case"year":{if(!y.isValidPartialNumber(T))return;let O=y.parse(T),z=O,J=e.minValue===0;if(e.type==="hour"&&t.dateFormatter.resolvedOptions().hour12){switch(t.dateFormatter.resolvedOptions().hourCycle){case"h11":O>11&&(z=y.parse(I));break;case"h12":J=!1,O>12&&(z=y.parse(I));break}e.value!==void 0&&e.value>=12&&O>1&&(O+=12)}else e.maxValue!==void 0&&O>e.maxValue&&(z=y.parse(I));if(isNaN(O))return;let X=z!==0||J;X&&t.setSegment(e.type,z),e.maxValue!==void 0&&(+(O+"0")>e.maxValue||T.length>=String(e.maxValue).length)?(n.current="",X&&h.focusNext()):X&&(n.current=T);break}}},V=()=>{n.current="",r.current&&Y7(r.current,{containingElement:G7(r.current)});let I=window.getSelection();I?.collapse(r.current)},w=u.useRef(typeof document<"u"?document:null);Pr(w,"selectionchange",()=>{var I;let T=window.getSelection();T?.anchorNode&&(!((I=r.current)===null||I===void 0)&&I.contains(T?.anchorNode))&&T.collapse(r.current)});let M=u.useRef("");Pr(r,"beforeinput",I=>{if(r.current)switch(I.preventDefault(),I.inputType){case"deleteContentBackward":case"deleteContentForward":y.isValidPartialNumber(e.text)&&!t.isReadOnly&&C();break;case"insertCompositionText":M.current=r.current.textContent,r.current.textContent=r.current.textContent;break;default:I.data!=null&&U(I.data);break}}),Pr(r,"input",I=>{let{inputType:T,data:O}=I;switch(T){case"insertCompositionText":r.current&&(r.current.textContent=M.current),O!=null&&(D(S,O)||D(k,O))&&U(O);break}}),xt(()=>{let I=r.current;return()=>{document.activeElement===I&&(h.focusPrevious()||h.focusNext())}},[r,h]);let H=Ta()||e.type==="timeZoneName"?{role:"textbox","aria-valuemax":null,"aria-valuemin":null,"aria-valuetext":null,"aria-valuenow":null}:{},F=u.useMemo(()=>t.segments.find(I=>I.isEditable),[t.segments]);e!==F&&!t.isInvalid&&(f=void 0);let L=ar(),P=!t.isDisabled&&!t.isReadOnly&&e.isEditable,B=e.type==="literal"?"":i.of(e.type),N=Ba({"aria-label":`${B}${s?`, ${s}`:""}${d?", ":""}`,"aria-labelledby":d});if(e.type==="literal")return{segmentProps:{"aria-hidden":!0}};let R={caretColor:"transparent"};if(o==="rtl"){R.unicodeBidi="embed";let I=p[e.type];(I==="numeric"||I==="2-digit")&&(R.direction="ltr")}return{segmentProps:at(b,N,{id:L,...H,"aria-invalid":t.isInvalid?"true":void 0,"aria-describedby":f,"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:V,style:R,onPointerDown(I){I.stopPropagation()},onMouseDown(I){I.stopPropagation()}})}}function BI(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 kI(e){return e&&e.__esModule?e.default:e}function VI(e,t,r){var n,a,o,i,s;let d=nr(kI(Ua),"@react-aria/datepicker"),{isInvalid:f,validationErrors:h,validationDetails:m}=t.displayValidation,{labelProps:p,fieldProps:v,descriptionProps:g,errorMessageProps:b}=x3({...e,labelElementType:"span",isInvalid:f,errorMessage:e.errorMessage||h}),y=v["aria-labelledby"]||v.id,{locale:C}=Ye(),$=t.formatValue(C,{month:"long"}),D=$?d.format("selectedRangeDescription",{startDate:$.start,endDate:$.end}):"",x=ul(D),S={"aria-label":d.format("startDate"),"aria-labelledby":y},k={"aria-label":d.format("endDate"),"aria-labelledby":y},Z=ar(),_=ar(),U=E3(t,r),V=[x["aria-describedby"],v["aria-describedby"]].filter(Boolean).join(" ")||void 0,w=u.useMemo(()=>Fl(r,{accept:I=>I.id!==Z}),[r,Z]),M={[$3]:w,[ja]:"presentation","aria-describedby":V,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},H=nl(e),F=u.useRef(!1),{focusWithinProps:L}=Mf({...e,isDisabled:t.isOpen,onBlurWithin:I=>{let T=document.getElementById(_);if(!T?.contains(I.relatedTarget)){var O,z;F.current=!1,(O=e.onBlur)===null||O===void 0||O.call(e,I),(z=e.onFocusChange)===null||z===void 0||z.call(e,!1)}},onFocusWithin:I=>{if(!F.current){var T,O;F.current=!0,(T=e.onFocus)===null||T===void 0||T.call(e,I),(O=e.onFocusChange)===null||O===void 0||O.call(e,!0)}}}),P=u.useRef(dr),B=u.useRef(dr);var N,R;return{groupProps:at(H,U,v,x,L,{role:"group","aria-disabled":e.isDisabled||null,"aria-describedby":V,onKeyDown(I){t.isOpen||e.onKeyDown&&e.onKeyDown(I)},onKeyUp(I){t.isOpen||e.onKeyUp&&e.onKeyUp(I)}}),labelProps:{...p,onClick:()=>{w.focusFirst()}},buttonProps:{...x,id:Z,"aria-haspopup":"dialog","aria-label":d.format("calendar"),"aria-labelledby":`${Z} ${y}`,"aria-describedby":V,"aria-expanded":t.isOpen,isDisabled:e.isDisabled||e.isReadOnly,onPress:()=>t.setOpen(!0)},dialogProps:{id:_,"aria-labelledby":`${Z} ${y}`},startFieldProps:{...S,...M,value:(N=(n=t.value)===null||n===void 0?void 0:n.start)!==null&&N!==void 0?N:null,defaultValue:(a=t.defaultValue)===null||a===void 0?void 0:a.start,onChange:I=>t.setDateTime("start",I),autoFocus:e.autoFocus,name:e.startName,form:e.form,[za]:{realtimeValidation:t.realtimeValidation,displayValidation:t.displayValidation,updateValidation(I){P.current=I,t.updateValidation(Wa(I,B.current))},resetValidation:t.resetValidation,commitValidation:t.commitValidation}},endFieldProps:{...k,...M,value:(R=(o=t.value)===null||o===void 0?void 0:o.end)!==null&&R!==void 0?R:null,defaultValue:(i=t.defaultValue)===null||i===void 0?void 0:i.end,onChange:I=>t.setDateTime("end",I),name:e.endName,form:e.form,[za]:{realtimeValidation:t.realtimeValidation,displayValidation:t.displayValidation,updateValidation(I){B.current=I,t.updateValidation(Wa(P.current,I))},resetValidation:t.resetValidation,commitValidation:t.commitValidation}},descriptionProps:g,errorMessageProps:b,calendarProps:{autoFocus:!0,value:!((s=t.dateRange)===null||s===void 0)&&s.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(" ")},isInvalid:f,validationErrors:h,validationDetails:m}}const Ol=u.forwardRef((e,t)=>{const{children:r,className:n,segment:a,state:o,...i}=e,s=u.useRef(null),{segmentProps:d}=TI(a,o,s),f=je([s,t]);return c.jsx("span",{...d,className:q("rbui-date-input__segment",{"rbui-date-input__segment--placeholder":a.isPlaceholder},n),ref:f,...i,children:a.text})});Ol.displayName="DateSegment";function Ll(e,t,r){const{disabled:n,name:a,readOnly:o,required:i}=e,{fieldProps:s,inputProps:d}=DI({isDisabled:n,isReadOnly:o,isRequired:i,label:"Date input",name:a,validationBehavior:"aria"},t,r);return{fieldProps:s,hiddenInputProps:{...d,disabled:n,readOnly:o,required:i}}}var u4={};u4={rangeOverflow:e=>`يجب أن تكون القيمة ${e.maxValue} أو قبل ذلك.`,rangeReversed:"تاريخ البدء يجب أن يكون قبل تاريخ الانتهاء.",rangeUnderflow:e=>`يجب أن تكون القيمة ${e.minValue} أو بعد ذلك.`,unavailableDate:"البيانات المحددة غير متاحة."};var c4={};c4={rangeOverflow:e=>`Стойността трябва да е ${e.maxValue} или по-ранна.`,rangeReversed:"Началната дата трябва да е преди крайната.",rangeUnderflow:e=>`Стойността трябва да е ${e.minValue} или по-късно.`,unavailableDate:"Избраната дата не е налична."};var d4={};d4={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 f4={};f4={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 h4={};h4={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 m4={};m4={rangeOverflow:e=>`Η τιμή πρέπει να είναι ${e.maxValue} ή παλαιότερη.`,rangeReversed:"Η ημερομηνία έναρξης πρέπει να είναι πριν από την ημερομηνία λήξης.",rangeUnderflow:e=>`Η τιμή πρέπει να είναι ${e.minValue} ή μεταγενέστερη.`,unavailableDate:"Η επιλεγμένη ημερομηνία δεν είναι διαθέσιμη."};var p4={};p4={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 v4={};v4={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 g4={};g4={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 b4={};b4={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 w4={};w4={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 y4={};y4={rangeOverflow:e=>`הערך חייב להיות ${e.maxValue} או מוקדם יותר.`,rangeReversed:"תאריך ההתחלה חייב להיות לפני תאריך הסיום.",rangeUnderflow:e=>`הערך חייב להיות ${e.minValue} או מאוחר יותר.`,unavailableDate:"התאריך הנבחר אינו זמין."};var E4={};E4={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 x4={};x4={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 D4={};D4={rangeOverflow:e=>`値は ${e.maxValue} 以下にする必要があります。`,rangeReversed:"開始日は終了日より前にする必要があります。",rangeUnderflow:e=>`値は ${e.minValue} 以上にする必要があります。`,unavailableDate:"選択した日付は使用できません。"};var $4={};$4={rangeOverflow:e=>`값은 ${e.maxValue} 이전이어야 합니다.`,rangeReversed:"시작일은 종료일 이전이어야 합니다.",rangeUnderflow:e=>`값은 ${e.minValue} 이상이어야 합니다.`,unavailableDate:"선택한 날짜를 사용할 수 없습니다."};var S4={};S4={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 I4={};I4={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 P4={};P4={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 A4={};A4={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 M4={};M4={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 N4={};N4={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 F4={};F4={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 T4={};T4={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 B4={};B4={rangeOverflow:e=>`Значение должно быть не позже ${e.maxValue}.`,rangeReversed:"Дата начала должна предшествовать дате окончания.",rangeUnderflow:e=>`Значение должно быть не раньше ${e.minValue}.`,unavailableDate:"Выбранная дата недоступна."};var k4={};k4={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 V4={};V4={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 Z4={};Z4={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 O4={};O4={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 L4={};L4={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 R4={};R4={rangeOverflow:e=>`Значення має бути не пізніше ${e.maxValue}.`,rangeReversed:"Дата початку має передувати даті завершення.",rangeUnderflow:e=>`Значення має бути не раніше ${e.minValue}.`,unavailableDate:"Вибрана дата недоступна."};var H4={};H4={rangeOverflow:e=>`值必须是 ${e.maxValue} 或更早日期。`,rangeReversed:"开始日期必须早于结束日期。",rangeUnderflow:e=>`值必须是 ${e.minValue} 或更晚日期。`,unavailableDate:"所选日期不可用。"};var _4={};_4={rangeOverflow:e=>`值必須是 ${e.maxValue} 或更早。`,rangeReversed:"開始日期必須在結束日期之前。",rangeUnderflow:e=>`值必須是 ${e.minValue} 或更晚。`,unavailableDate:"所選日期無法使用。"};var U4={};U4={"ar-AE":u4,"bg-BG":c4,"cs-CZ":d4,"da-DK":f4,"de-DE":h4,"el-GR":m4,"en-US":p4,"es-ES":v4,"et-EE":g4,"fi-FI":b4,"fr-FR":w4,"he-IL":y4,"hr-HR":E4,"hu-HU":C4,"it-IT":x4,"ja-JP":D4,"ko-KR":$4,"lt-LT":S4,"lv-LV":I4,"nb-NO":P4,"nl-NL":A4,"pl-PL":M4,"pt-BR":N4,"pt-PT":F4,"ro-RO":T4,"ru-RU":B4,"sk-SK":k4,"sl-SI":V4,"sr-SP":Z4,"sv-SE":O4,"tr-TR":L4,"uk-UA":R4,"zh-CN":H4,"zh-TW":_4};function ZI(e){return e&&e.__esModule?e.default:e}const j4=new Tt(ZI(U4));function K4(){return typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US"}function Ga(e,t,r,n,a){let o=e!=null&&r!=null&&e.compare(r)>0,i=e!=null&&t!=null&&e.compare(t)<0,s=e!=null&&n?.(e)||!1,d=o||i||s,f=[];if(d){let h=K4(),m=Tt.getGlobalDictionaryForPackage("@react-stately/datepicker")||j4,p=new O7(h,m),v=new et(h,$t({},a)),g=v.resolvedOptions().timeZone;i&&t!=null&&f.push(p.format("rangeUnderflow",{minValue:v.format(t.toDate(g))})),o&&r!=null&&f.push(p.format("rangeOverflow",{maxValue:v.format(r.toDate(g))})),s&&f.push(p.format("unavailableDate"))}return{isInvalid:d,validationErrors:f,validationDetails:{badInput:s,customError:!1,patternMismatch:!1,rangeOverflow:o,rangeUnderflow:i,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!d}}}function OI(e,t,r,n,a){var o;let i=Ga((o=e?.start)!==null&&o!==void 0?o:null,t,r,n,a);var s;let d=Ga((s=e?.end)!==null&&s!==void 0?s:null,t,r,n,a),f=Wa(i,d);if(e?.end!=null&&e.start!=null&&e.end.compare(e.start)<0){let h=Tt.getGlobalDictionaryForPackage("@react-stately/datepicker")||j4;f=Wa(f,{isInvalid:!0,validationErrors:[h.getStringForLocale("rangeReversed",K4())],validationDetails:{...Ka,rangeUnderflow:!0,rangeOverflow:!0,valid:!1}})}return f}const LI={year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"2-digit",second:"2-digit"},RI={year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"};function $t(e,t){e={...t.shouldForceLeadingZeros?RI:LI,...e};let n=t.granularity||"minute",a=Object.keys(e);var o;let i=a.indexOf((o=t.maxGranularity)!==null&&o!==void 0?o:"year");i<0&&(i=0);let s=a.indexOf(n);if(s<0&&(s=2),i>s)throw new Error("maxGranularity must be greater than granularity");let d=a.slice(i,s+1).reduce((h,m)=>(h[m]=e[m],h),{});return t.hourCycle!=null&&(d.hour12=t.hourCycle===12),d.timeZone=t.timeZone||"UTC",(n==="hour"||n==="minute"||n==="second")&&t.timeZone&&!t.hideTimeZone&&(d.timeZoneName="short"),t.showEra&&i===0&&(d.era="short"),d}function Tr(e){return e&&"hour"in e?e:new V0}function z4(e,t){if(e===null)return null;if(e)return xe(e,t)}function Dn(e,t,r,n){if(e)return z4(e,r);let a=xe(zd(n??D0()).set({hour:0,minute:0,second:0,millisecond:0}),r);return t==="year"||t==="month"||t==="day"?Ke(a):n?a:dt(a)}function Rl(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 i=e?r:a[1];return[t,i]}function W4(e){let[t,r]=ir(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 HI(e){let t=W4(e),[r,n]=ir(e.value,e.defaultValue||null,e.onChange),[a]=u.useState(r),o=r||e.placeholderValue||null,[i,s]=Rl(o,e.granularity),d=r!=null?r.toDate(s??"UTC"):null,f=i==="hour"||i==="minute"||i==="second";var h;let m=(h=e.shouldCloseOnSelect)!==null&&h!==void 0?h:!0,[p,v]=u.useState(null),[g,b]=u.useState(null);if(r&&(p=r,"hour"in r&&(g=r)),o&&!(i in o))throw new Error("Invalid granularity "+i+" for value "+o.toString());let y=r?.calendar.identifier==="gregory"&&r.era==="BC",C=u.useMemo(()=>({granularity:i,timeZone:s,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,shouldForceLeadingZeros:e.shouldForceLeadingZeros,showEra:y}),[i,e.hourCycle,e.shouldForceLeadingZeros,s,e.hideTimeZone,y]),{minValue:$,maxValue:D,isDateUnavailable:x}=e,S=u.useMemo(()=>Ga(r,$,D,x,C),[r,$,D,x,C]),k=kl({...e,value:r,builtinValidation:S}),Z=k.displayValidation.isInvalid,_=e.validationState||(Z?"invalid":null),U=(H,F)=>{n("timeZone"in F?F.set(Ke(H)):dt(H,F)),v(null),b(null),k.commitValidation()},V=H=>{let F=typeof m=="function"?m():m;f?g||F?U(H,g||Tr(e.defaultValue||e.placeholderValue)):v(H):(n(H),k.commitValidation()),F&&t.setOpen(!1)},w=H=>{p&&H?U(p,H):b(H)};var M;return{...k,value:r,defaultValue:(M=e.defaultValue)!==null&&M!==void 0?M:a,setValue:n,dateValue:p,timeValue:g,setDateValue:V,setTimeValue:w,granularity:i,hasTime:f,...t,setOpen(H){!H&&!r&&p&&f&&U(p,g||Tr(e.defaultValue||e.placeholderValue)),t.setOpen(H)},validationState:_,isInvalid:Z,formatValue(H,F){if(!d)return"";let L=$t(F,C);return new et(H,L).format(d)},getDateFormatter(H,F){let L={...C,...F},P=$t({},L);return new et(H,P)}}}const _I=new Tt({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"},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 UI(e,t,r){return e==="era"||e==="dayPeriod"?t:e==="year"||e==="month"||e==="day"?_I.getStringForLocale(e,r):"––"}const qa={year:!0,month:!0,day:!0,hour:!0,minute:!0,second:!0,dayPeriod:!0,era:!0},G4={year:5,month:2,day:7,hour:2,minute:15,second:15},q4={dayperiod:"dayPeriod",relatedYear:"year",yearName:"literal",unknown:"literal"};function jI(e){let{locale:t,createCalendar:r,hideTimeZone:n,isDisabled:a=!1,isReadOnly:o=!1,isRequired:i=!1,minValue:s,maxValue:d,isDateUnavailable:f}=e,h=e.value||e.defaultValue||e.placeholderValue||null,[m,p]=Rl(h,e.granularity),v=p||"UTC";if(h&&!(m in h))throw new Error("Invalid granularity "+m+" for value "+h.toString());let g=u.useMemo(()=>new et(t),[t]),b=u.useMemo(()=>r(g.resolvedOptions().calendar),[r,g]);var y;let[C,$]=ir(e.value,(y=e.defaultValue)!==null&&y!==void 0?y:null,e.onChange),[D]=u.useState(C),x=u.useMemo(()=>{var G;return(G=z4(C,b))!==null&&G!==void 0?G:null},[C,b]),[S,k]=u.useState(()=>Dn(e.placeholderValue,m,b,p)),Z=x||S,_=b.identifier==="gregory"&&Z.era==="BC",U=u.useMemo(()=>{var G;return{granularity:m,maxGranularity:(G=e.maxGranularity)!==null&&G!==void 0?G:"year",timeZone:p,hideTimeZone:n,hourCycle:e.hourCycle,showEra:_,shouldForceLeadingZeros:e.shouldForceLeadingZeros}},[e.maxGranularity,m,e.hourCycle,e.shouldForceLeadingZeros,p,n,_]),V=u.useMemo(()=>$t({},U),[U]),w=u.useMemo(()=>new et(t,V),[t,V]),M=u.useMemo(()=>w.resolvedOptions(),[w]),H=u.useMemo(()=>w.formatToParts(new Date).filter(G=>qa[G.type]).reduce((G,te)=>(G[q4[te.type]||te.type]=!0,G),{}),[w]),[F,L]=u.useState(()=>e.value||e.defaultValue?{...H}:{}),P=u.useRef(null),B=u.useRef(b);u.useEffect(()=>{pa(b,B.current)||(B.current=b,k(G=>Object.keys(F).length>0?xe(G,b):Dn(e.placeholderValue,m,b,p)))},[b,m,F,p,e.placeholderValue]),C&&Object.keys(F).length<Object.keys(H).length&&(F={...H},L(F)),C==null&&Object.keys(F).length===Object.keys(H).length&&(F={},L(F),k(Dn(e.placeholderValue,m,b,p)));let N=x&&Object.keys(F).length>=Object.keys(H).length?x:S,R=G=>{if(e.isDisabled||e.isReadOnly)return;let te=Object.keys(F),j=Object.keys(H);G==null?($(null),k(Dn(e.placeholderValue,m,b,p)),L({})):te.length===0&&P.current==null||te.length>=j.length||te.length===j.length-1&&H.dayPeriod&&!F.dayPeriod&&P.current!=="dayPeriod"?(te.length===0&&(F={...H},L(F)),G=xe(G,h?.calendar||new ct),$(G)):k(G),P.current=null},I=u.useMemo(()=>N.toDate(v),[N,v]),T=u.useMemo(()=>KI(I,F,w,M,N,b,t,m),[I,F,w,M,N,b,t,m]);H.era&&F.year&&!F.era?(F.era=!0,L({...F})):!H.era&&F.era&&(delete F.era,L({...F}));let O=G=>{F[G]=!0,G==="year"&&H.era&&(F.era=!0),L({...F})},z=(G,te)=>{if(F[G])R(zI(N,G,te,M));else{O(G);let j=Object.keys(F),ae=Object.keys(H);(j.length>=ae.length||j.length===ae.length-1&&H.dayPeriod&&!F.dayPeriod)&&R(N)}},J=u.useMemo(()=>Ga(C,s,d,f,U),[C,s,d,f,U]),X=kl({...e,value:C,builtinValidation:J}),Q=X.displayValidation.isInvalid,re=e.validationState||(Q?"invalid":null);var Y,ne;return{...X,value:x,defaultValue:(Y=e.defaultValue)!==null&&Y!==void 0?Y:D,dateValue:I,calendar:b,setValue:R,segments:T,dateFormatter:w,validationState:re,isInvalid:Q,granularity:m,maxGranularity:(ne=e.maxGranularity)!==null&&ne!==void 0?ne:"year",isDisabled:a,isReadOnly:o,isRequired:i,increment(G){z(G,1)},decrement(G){z(G,-1)},incrementPage(G){z(G,G4[G]||1)},decrementPage(G){z(G,-(G4[G]||1))},setSegment(G,te){O(G),R(WI(N,G,te,M))},confirmPlaceholder(){if(e.isDisabled||e.isReadOnly)return;let G=Object.keys(F),te=Object.keys(H);G.length===te.length-1&&H.dayPeriod&&!F.dayPeriod&&(F={...H},L(F),R(N.copy()))},clearSegment(G){delete F[G],P.current=G,L({...F});let te=Dn(e.placeholderValue,m,b,p),j=N;if(G==="dayPeriod"&&"hour"in N&&"hour"in te){let ae=N.hour>=12,se=te.hour>=12;ae&&!se?j=N.set({hour:N.hour-12}):!ae&&se&&(j=N.set({hour:N.hour+12}))}else G==="hour"&&"hour"in N&&N.hour>=12&&F.dayPeriod?j=N.set({hour:te.hour+12}):G in N&&(j=N.set({[G]:te[G]}));$(null),R(j)},formatValue(G){if(!x)return"";let te=$t(G,U);return new et(t,te).format(I)},getDateFormatter(G,te){let j={...U,...te},ae=$t({},j);return new et(G,ae)}}}function KI(e,t,r,n,a,o,i,s){let d=["hour","minute","second"],f=r.formatToParts(e),h=[];for(let m of f){let p=q4[m.type]||m.type,v=qa[p];p==="era"&&o.getEras().length===1&&(v=!1);let g=qa[p]&&!t[p],b=qa[p]?UI(p,m.value,i):null,y={type:p,text:g?b:m.value,...Ya(a,p,n),isPlaceholder:g,placeholder:b,isEditable:v};p==="hour"?(h.push({type:"literal",text:"",...Ya(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1}),h.push(y),p===s&&h.push({type:"literal",text:"",...Ya(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1})):d.includes(p)&&p===s?(h.push(y),h.push({type:"literal",text:"",...Ya(a,"literal",n),isPlaceholder:!1,placeholder:"",isEditable:!1})):h.push(y)}return h}function Ya(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:pD(e),maxValue:e.calendar.getMonthsInYear(e)};case"day":return{value:e.day,minValue:vD(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 zI(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 WI(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 GI(e){var t,r;let n=W4(e),[a,o]=ir(e.value,e.defaultValue||null,e.onChange),[i]=u.useState(a),[s,d]=u.useState(()=>a||{start:null,end:null});a==null&&s.start&&s.end&&(s={start:null,end:null},d(s));let f=a||s,h=N=>{f=N||{start:null,end:null},d(f),fr(f)?o(f):o(null)},m=f?.start||f?.end||e.placeholderValue||null,[p,v]=Rl(m,e.granularity),g=p==="hour"||p==="minute"||p==="second";var b;let y=(b=e.shouldCloseOnSelect)!==null&&b!==void 0?b:!0,[C,$]=u.useState(null),[D,x]=u.useState(null);f&&fr(f)&&(C=f,"hour"in f.start&&(D=f));let S=(N,R)=>{h({start:"timeZone"in R.start?R.start.set(Ke(N.start)):dt(N.start,R.start),end:"timeZone"in R.end?R.end.set(Ke(N.end)):dt(N.end,R.end)}),$(null),x(null),F.commitValidation()},k=N=>{let R=typeof y=="function"?y():y;g?fr(N)&&(R||D?.start&&D?.end)?S(N,{start:D?.start||Tr(e.placeholderValue),end:D?.end||Tr(e.placeholderValue)}):$(N):fr(N)?(h(N),F.commitValidation()):$(N),R&&n.setOpen(!1)},Z=N=>{fr(C)&&fr(N)?S(C,N):x(N)},_=(f==null||(t=f.start)===null||t===void 0?void 0:t.calendar.identifier)==="gregory"&&f.start.era==="BC"||(f==null||(r=f.end)===null||r===void 0?void 0:r.calendar.identifier)==="gregory"&&f.end.era==="BC",U=u.useMemo(()=>({granularity:p,timeZone:v,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,shouldForceLeadingZeros:e.shouldForceLeadingZeros,showEra:_}),[p,e.hourCycle,e.shouldForceLeadingZeros,v,e.hideTimeZone,_]),{minValue:V,maxValue:w,isDateUnavailable:M}=e,H=u.useMemo(()=>OI(f,V,w,M,U),[f,V,w,M,U]),F=kl({...e,value:a,name:u.useMemo(()=>[e.startName,e.endName].filter(N=>N!=null),[e.startName,e.endName]),builtinValidation:H}),L=F.displayValidation.isInvalid,P=e.validationState||(L?"invalid":null);var B;return{...F,value:f,defaultValue:(B=e.defaultValue)!==null&&B!==void 0?B:i,setValue:h,dateRange:C,timeRange:D,granularity:p,hasTime:g,setDate(N,R){var I,T;k(N==="start"?{start:R,end:(I=C?.end)!==null&&I!==void 0?I:null}:{start:(T=C?.start)!==null&&T!==void 0?T:null,end:R})},setTime(N,R){var I,T;Z(N==="start"?{start:R,end:(I=D?.end)!==null&&I!==void 0?I:null}:{start:(T=D?.start)!==null&&T!==void 0?T:null,end:R})},setDateTime(N,R){var I,T;h(N==="start"?{start:R,end:(I=f?.end)!==null&&I!==void 0?I:null}:{start:(T=f?.start)!==null&&T!==void 0?T:null,end:R})},setDateRange:k,setTimeRange:Z,...n,setOpen(N){!N&&!(f?.start&&f?.end)&&fr(C)&&g&&S(C,{start:D?.start||Tr(e.placeholderValue),end:D?.end||Tr(e.placeholderValue)}),n.setOpen(N)},validationState:P,isInvalid:L,formatValue(N,R){if(!f||!f.start||!f.end)return null;let I="timeZone"in f.start?f.start.timeZone:void 0,T=e.granularity||(f.start&&"minute"in f.start?"minute":"day"),O="timeZone"in f.end?f.end.timeZone:void 0,z=e.granularity||(f.end&&"minute"in f.end?"minute":"day"),J=$t(R,{granularity:T,timeZone:I,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle,showEra:f.start.calendar.identifier==="gregory"&&f.start.era==="BC"||f.end.calendar.identifier==="gregory"&&f.end.era==="BC"}),X=f.start.toDate(I||"UTC"),Q=f.end.toDate(O||"UTC"),re=new et(N,J),Y;if(I===O&&T===z&&f.start.compare(f.end)!==0){try{let ne=re.formatRangeToParts(X,Q),G=-1;for(let ae=0;ae<ne.length;ae++){let se=ne[ae];if(se.source==="shared"&&se.type==="literal")G=ae;else if(se.source==="endRange")break}let te="",j="";for(let ae=0;ae<ne.length;ae++)ae<G?te+=ne[ae].value:ae>G&&(j+=ne[ae].value);return{start:te,end:j}}catch{}Y=re}else{let ne=$t(R,{granularity:z,timeZone:O,hideTimeZone:e.hideTimeZone,hourCycle:e.hourCycle});Y=new et(N,ne)}return{start:re.format(X),end:Y.format(Q)}},getDateFormatter(N,R){let I={...U,...R},T=$t({},I);return new et(N,T)}}}function fr(e){return e?.start!=null&&e.end!=null}function Hl(e){const{defaultValue:t,disabled:r,locale:n,maxDate:a,minDate:o,onChange:i,placeholderValue:s,readOnly:d,required:f,value:h}=e,{locale:m}=Ye(),p=n??m;return jI({createCalendar:H0,defaultValue:pe(t),isDisabled:r,isReadOnly:d,isRequired:f,locale:p,maxValue:pe(a),minValue:pe(o),onChange:g=>{const b=f2(_e(g),e,p);i?.(_e(g),{valid:b.validityState.valid,...b})},placeholderValue:pe(s),validationBehavior:"aria",value:pe(h)})}const _l=u.forwardRef((e,t)=>{const{className:r,defaultValue:n,disabled:a,error:o,locale:i,maxDate:s,minDate:d,onChange:f,onKeyDown:h,placeholderValue:m,readOnly:p,required:v,value:g,...b}=e,y=Hl(e),C=u.useRef(null),$=u.useRef(null),D=je([C,t]),{fieldProps:x,hiddenInputProps:S}=Ll(e,y,C),k=u.useRef([]);return c.jsx(tr,{className:q("rbui-date-input",r),disabled:a,error:o,inputProps:{onKeyDown:h},inputRef:$,leftElement:c.jsx(Xn,{onClick:()=>{k.current[0]?.focus()}}),readOnly:p,ref:D,renderInput:Z=>c.jsxs("span",{...Z,children:[y.segments.map((_,U)=>c.jsx(Ol,{ref:V=>{k.current[U]=V},segment:_,state:y},U)),c.jsx("input",{...S})]}),required:v,...x,...b})});_l.displayName="DateInput";const qI=(e,t)=>{const{disabled:r,error:n,locale:a,maxDate:o,minDate:i,name:s,placeholderValue:d,readOnly:f}=e,[h,m]=u.useState(!1),p=_e(t.value),[v,g]=u.useState(d??p??void 0),b={...e,focusedValue:v,onChange:C=>{t.setValue(pe(C)),t.close()},onFocusChange:g,value:p},y=Vf(b);return{calendarState:y,dateInputProps:{disabled:r,error:n,locale:a,maxDate:o,minDate:i,name:s,onChange:C=>{t.setValue(pe(C)),g(C??void 0)},onClick:()=>{t.open(),y.setFocused(!1),m(!1)},onKeyDown:C=>{C.key==="Escape"&&t.close(),(C.key==="Enter"||C.key===" ")&&(t.open(),y.setFocused(!0),m(!0))},placeholderValue:d,readOnly:f,value:p},lockFocus:h}},YI=e=>{const{defaultValue:t,locale:r,maxDate:n,minDate:a,onChange:o,onOpenChange:i,placeholderValue:s,value:d}=e,{locale:f}=Ye(),h=r??f;return HI({defaultValue:pe(t),maxValue:pe(n),minValue:pe(a),onChange:p=>{const v=_e(p),g=f2(v,e,h);o?.(v,{valid:g.validityState.valid,...g})},onOpenChange:i,placeholderValue:pe(s),validationBehavior:"aria",value:pe(d)})},Y4=u.forwardRef((e,t)=>{const{className:r,defaultValue:n,disabled:a,locale:o,maxDate:i,minDate:s,onChange:d,onOpenChange:f,placeholderValue:h,readOnly:m,required:p,value:v,...g}=e,b=YI(e),y=b.isOpen,C=u.useRef(null),$=je([C,t]),{calendarState:D,dateInputProps:x,lockFocus:S}=qI(e,b);return c.jsx(kn,{onClickAway:()=>b.close(),children:c.jsxs("div",{className:q("rbui-date-picker",r),ref:$,...g,children:[c.jsx(_l,{...x,className:"rbui-date-picker__date-input"}),y&&c.jsx(Wr,{anchor:C.current,offset:0,open:y,placement:"bottom-start",onClose:()=>{b.close()},role:void 0,style:{display:y?"block":"none"},children:c.jsx("div",{className:"rbui-date-picker-card",onKeyDown:k=>{k.key==="Escape"&&b.close()},children:c.jsx(Or,{open:S,children:c.jsx(Il,{state:D})})})})]})})});Y4.displayName="DatePicker";const Ul=u.forwardRef(({state:e},t)=>{const r=u.useRef([]);return u.useImperativeHandle(t,()=>({focusFirstSegment:()=>{r.current[0]?.focus()}})),c.jsx(c.Fragment,{children:e.segments.map((n,a)=>c.jsx(Ol,{ref:o=>{r.current[a]=o},segment:n,state:e},a))})});Ul.displayName="DateSegments";const X4=(e,t)=>{const[r,n]=e.split(" ");return`${r.slice(0,3)} ${n||t}`},XI=e=>{const t=e.split(" – "),r=t[0].trim(),n=t[1].trim(),a=r.split(" ")[1]||n.split(" ")[1];return[X4(r,a),X4(n)]},JI=(e,t)=>{const r=qS({},e,t),[n,a]=XI(r.title);return{calendarProps:r.calendarProps,leftTitle:n,nextButtonProps:{"aria-label":"Next month",disabled:r.nextButtonProps.isDisabled,onClick:o=>{e.focusNextPage(),o.stopPropagation()}},prevButtonProps:{"aria-label":"Previous month",disabled:r.prevButtonProps.isDisabled,onClick:o=>{e.focusPreviousPage(),o.stopPropagation()}},rightTitle:a}},J4=u.forwardRef((e,t)=>{const{className:r,defaultFocusedValue:n,defaultValue:a,disabled:o,focusedValue:i,maxDate:s,minDate:d,onChange:f,onFocusChange:h,readOnly:m,state:p,value:v,...g}=e,b=u.useRef(null),y=je([b,t]),C=p,{calendarProps:$,leftTitle:D,nextButtonProps:x,prevButtonProps:S,rightTitle:k}=JI(C,b);return c.jsxs("div",{...$,className:q("rbui-range-calendar",r),ref:y,...g,children:[c.jsxs("header",{className:"rbui-range-calendar__header",children:[c.jsx(Fe,{...S,startIcon:c.jsx(Yr,{}),type:"tertiary"}),c.jsx("span",{className:"rbui-range-calendar__header-title",children:D}),c.jsx("span",{className:"rbui-range-calendar__header-title",children:k}),c.jsx(Fe,{...x,startIcon:c.jsx(Xr,{}),type:"tertiary"})]}),c.jsxs("div",{className:"rbui-range-calendar__body",children:[c.jsx(_a,{state:C}),c.jsx("div",{className:"rbui-range-calendar__body-separator",role:"separator"}),c.jsx(_a,{offset:1,state:C})]})]})});J4.displayName="RangeCalendar";function QI(e){const{defaultFocusedValue:t,defaultValue:r,disabled:n,focusedValue:a,maxDate:o,minDate:i,onChange:s,onFocusChange:d,readOnly:f,value:h}=e,{locale:m}=Ye();return vI({...e,createCalendar:H0,defaultFocusedValue:pe(t),defaultValue:$r(r),focusedValue:pe(a),isDisabled:n,isReadOnly:f,locale:m,maxValue:pe(o),minValue:pe(i),onChange:v=>{s?.(R0(v))},onFocusChange:v=>{d?.(_e(v))},value:$r(h??null),visibleDuration:{months:2}})}const eP=(e,t,r)=>{const{defaultValue:n,onChange:a,value:o,...i}=e,[s,d]=u.useState(!1),f={...i,defaultValue:n?.start,onChange:_=>{t.setValue({end:t.value?.end,start:pe(_)})},value:_e(t.value?.start)},h={...i,defaultValue:n?.end,onChange:_=>{t.setValue({end:pe(_),start:t.value?.start})},value:_e(t.value?.end)},m=Hl(f),p=Hl(h),{hiddenInputProps:v}=Ll(f,m,r),{hiddenInputProps:g}=Ll(h,p,r),{dialogProps:b,groupProps:y}=VI({label:"Date Range Picker",value:$r(o)},t,r),C=t.value,$=C?.end&&C?.start?R0(C):null,D=_e(C?.start)||_e(C?.end)||new Date,[x,S]=u.useState(D),k={...e,focusedValue:x,onChange:_=>{t.setValue($r(_))},onFocusChange:_=>{S(_),console.log("🚀 ~ useDateRangePicker ~ onFocusChange ~ date:",_)},value:$},Z=QI(k);return{calendarProps:k,calendarState:Z,dialogProps:b,groupProps:{...y,onKeyDown:_=>{if(_.key==="Enter"||_.key===" "){t.open(),d(!0),Z.setFocused(!0);return}y.onKeyDown?.(_)}},hiddenInputEndProps:g,hiddenInputStartProps:v,lockFocus:s,popupProps:{onOpenChange:_=>{t.setOpen(_),_||(d(!1),Z.setFocused(!1),Z.setAnchorDate(null))}},stateEnd:p,stateStart:m}};function tP(e){const{defaultValue:t,disabled:r=!1,maxDate:n,minDate:a,onChange:o,placeholderValue:i,readOnly:s,required:d,value:f}=e;return GI({defaultValue:$r(t),isDisabled:r,isReadOnly:s,isRequired:d,maxValue:pe(n),minValue:pe(a),onChange:m=>{o?.(R0(m),{})},placeholderValue:pe(i),validationBehavior:"aria",value:$r(f)})}const Q4=u.forwardRef((e,t)=>{const{className:r,defaultValue:n,onChange:a,value:o,...i}=e,s=tP(e),d=u.useRef(null),f=je([d,t]),{calendarProps:h,calendarState:m,dialogProps:p,groupProps:v,hiddenInputEndProps:g,hiddenInputStartProps:b,lockFocus:y,popupProps:C,stateEnd:$,stateStart:D}=eP(e,s,d),x=u.useRef(null),S=k=>{!k&&s.value.start&&m.setFocusedDate(s.value.start)};return c.jsxs(W0,{...C,onOpenChange:S,children:[c.jsx(q0,{children:c.jsx(tr,{...i,className:q("rbui-date-range-input",r),leftElement:c.jsx(Xn,{onClick:()=>x.current?.focusFirstSegment()}),ref:f,renderInput:k=>c.jsxs("span",{...k,children:[c.jsx(Ul,{ref:x,state:D}),c.jsx("span",{children:" - "}),c.jsx(Ul,{state:$}),c.jsx("input",{...b}),c.jsx("input",{...g})]}),...v})}),c.jsx(G0,{initialFocus:y?0:-1,modalFocus:y,...p,asChild:!0,children:c.jsx(J4,{...h,state:m})})]})});Q4.displayName="DateRangePicker";const e6=u.forwardRef((e,t)=>{const{className:r,clearable:n,defaultValue:a,disabled:o,error:i,helperText:s,id:d,inputProps:f,label:h,leftElement:m,name:p,onBlur:v,onChange:g,onFocus:b,placeholder:y,readOnly:C,required:$,rightElement:D,tooltip:x,value:S,...k}=e,Z=d??f?.id??rr("rbui-input-field-id"),_={clearable:n,defaultValue:a,disabled:o,error:i,id:Z,inputProps:f,leftElement:m,name:p,onBlur:v,onChange:g,onFocus:b,placeholder:y,readOnly:C,required:$,rightElement:D,value:S},U=h&&c.jsx(Ct,{htmlFor:Z,children:h===" "?c.jsx("span",{children:" "}):h});return c.jsx(Et,{...k,className:q("rbui-input-field",r),control:c.jsx(tr,{..._,inputRef:t}),error:i,helperText:s,label:U,tooltip:x})});e6.displayName="InputField";const rP=(e,t)=>l.createElement("svg",{width:8,height:8,viewBox:"0 0 8 8",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",ref:t,...e},l.createElement("circle",{cx:4,cy:4,r:4})),nP=u.forwardRef(rP),t6=u.createContext(null),jl=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,inputProps:i,name:s,onChange:d,readOnly:f=!1,required:h=!1,value:m,...p}=e,v=u.useContext(t6),b={checked:r===void 0&&m!==void 0&&m!==null?v?.value===m:r,defaultChecked:a,disabled:o||v?.disabled,onChange:d||v?.onChange,readOnly:f||v?.readOnly,required:h||v?.required},{checked:y,disabled:C,focusVisible:$,getInputProps:D,readOnly:x}=Ho(b),{onChange:S,...k}=D({name:s||v?.name,role:void 0,type:"radio",...i,className:q("rbui-radio__input",i?.className)}),Z=u.useCallback(w=>{x&&w.preventDefault()},[x]),{handlers:_,hovered:U}=Ca(),V=q("rbui-radio",n,{"rbui-radio--checked":y,"rbui-radio--disabled":C,"rbui-radio--focus-visible":$&&!C,"rbui-radio--hovered":U,"rbui-radio--readonly":x});return c.jsxs("span",{"aria-checked":y,"aria-disabled":C,"aria-readonly":x,className:V,...p,..._,children:[c.jsx("div",{"aria-hidden":!0,className:"rbui-radio__inner",children:y&&c.jsx(nP,{})}),c.jsx("input",{...k,onChange:S,onClick:Z,ref:t,value:m})]})});jl.displayName="Radio";const r6=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o=!1,inputProps:i,label:s,name:d,onChange:f,readOnly:h=!1,required:m=!1,tooltip:p,value:v,...g}=e,b=i?.id??rr("rbui-radio-field-id"),y={checked:r,defaultChecked:a,disabled:o,inputProps:{...i,id:b},name:d,onChange:f,readOnly:h,required:m,value:v},C=s&&c.jsx(Ct,{htmlFor:b,view:"normal",children:s});return c.jsx(Et,{className:q("rbui-radio-field",n),control:c.jsx(jl,{...y,ref:t}),label:C,labelPosition:"inline-end",tooltip:p,...g})});r6.displayName="RadioField";const n6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o=!1,label:i,name:s,onChange:d,orientation:f="vertical",readOnly:h=!1,required:m=!1,value:p,...v}=e,g=p!==void 0,[b,y]=u.useState(a??null),C=u.useCallback(S=>{g||y(S.target.value),d?.(S)},[g,d,y]),$=s??rr("rbui-radio-group-name"),D=u.useMemo(()=>({disabled:o,name:$,onChange:C,readOnly:h,required:m,value:g?p:b}),[o,C,g,$,h,m,b,p]),x=i&&c.jsx(Ct,{children:i});return c.jsx(t6.Provider,{value:D,children:c.jsx(Et,{className:q("rbui-radio-group",`rbui-radio-group--${f}`,n),control:c.jsx("div",{className:q("rbui-radio-group__list"),role:"radiogroup",children:r}),label:x,labelPosition:"block-start",ref:t,...v})})});n6.displayName="RadioGroup";const a6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disabled:o,error:i,icon:s,id:d,label:f,multiple:h,name:m,onChange:p,placeholder:v,readOnly:g,required:b,tooltip:y,value:C,...$}=e,D=rr(m??"rbui-select-field-id"),x={defaultValue:a,disabled:o,error:i,icon:s,id:D,multiple:h,name:m,onChange:p,placeholder:v,readOnly:g,required:b,value:C},S=f&&c.jsx(Ct,{htmlFor:D,children:f===" "?c.jsx("span",{children:" "}):f});return c.jsx(Et,{className:q(n,"rbui-select-field"),control:c.jsx(J0,{...x,ref:t,children:r}),error:i,label:S,tooltip:y,...$})});a6.displayName="SelectField";const Kl=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,label:o,value:i,...s}=e,d=u.useRef(null),f=je([d,t]),h=o??(typeof r=="string"?r:d.current?.textContent?.trim()),{getRootProps:m,highlighted:p,rootRef:v,selected:g}=fm({disabled:a,label:h,rootRef:f,value:i}),b=a?{}:m(),y=u.useContext(W2);if(!y)throw new Error("SelectOption must be used within a SelectContext");const{multiple:C}=y,$=C?"checkbox":"checkmark";return c.jsx(hn,{...b,checkType:$,className:q("rbui-select-option",n),disabled:a,highlighted:p,ref:v,selected:g,...s,children:r})});Kl.displayName="SelectOption";const o6=u.forwardRef((e,t)=>{const{autoSize:r,className:n,counter:a,defaultValue:o,disabled:i,error:s,helperText:d,id:f,label:h,maxCount:m,maxRows:p,minRows:v=3,name:g,onBlur:b,onChange:y,onFocus:C,placeholder:$,readOnly:D,required:x,resizable:S,textareaProps:k,tooltip:Z,value:_,...U}=e,V=f??k?.id??rr("rbui-text-field-id"),w={defaultValue:o,disabled:i,error:s,id:V,inputProps:{...k,className:q("rbui-text-field__textarea",k?.className,{"rbui-text-field__textarea--resizable":S})},maxRows:p,minRows:v,name:g,onBlur:b,onChange:y,onFocus:C,placeholder:$,readOnly:D,required:x,value:_},[M,H]=u.useState(0),F=h&&c.jsx(Ct,{htmlFor:V,children:h===" "?c.jsx("span",{children:" "}):h});return c.jsx(Et,{...U,className:q("rbui-text-field",n),control:c.jsx(tr,{...w,inputRef:t,onCountChange:H,renderInput:(L,P)=>r?c.jsx(f1,{...L,maxRows:p,minRows:v,ref:P}):c.jsx("textarea",{...L,ref:P,rows:v})}),error:s,helperText:d,label:F,metadata:a&&c.jsx("span",{className:"rbui-text-field__counter",children:`${M}${m?`/${m}`:""}`}),tooltip:Z})});o6.displayName="TextField";const l6=u.forwardRef((e,t)=>{const{checked:r,className:n,defaultChecked:a,disabled:o,inputProps:i,label:s,name:d,onChange:f,readOnly:h,required:m,tooltip:p,...v}=e,g=i?.id??rr("rbui-toggle-field-id"),b={checked:r,defaultChecked:a,disabled:o,inputProps:{...i,id:g},name:d,onChange:f,readOnly:h,required:m},y=s&&c.jsx(Ct,{htmlFor:g,view:"normal",children:s});return c.jsx(Et,{className:q(n,"rbui-toggle-field"),control:c.jsx(G2,{...b,ref:t}),label:y,labelPosition:"inline-end",tooltip:p,...v})});l6.displayName="ToggleField";const i6=u.forwardRef((e,t)=>{const{asChild:r,children:n,className:a,display:o="flex",...i}=e,s=v2({...e,display:o},p2),d=r?fn:"div";return c.jsx(Pa,{asChild:!0,children:c.jsx(d,{...g2(i,p2),className:q("rbui-flex",a),ref:t,style:s,children:n})})});i6.displayName="Flex";const s6=u.createContext(null);function Xa(){return u.useContext(s6)}const aP=[10,20,50],hr=9,St=2;function oP(){const e=Xa();if(!e)throw new Error("PaginationItemsPerPageSelector must be used within a PaginationContext.Provider");const{itemsPerPage:t,itemsPerPageOptions:r,onItemsPerPageChange:n}=e,a=(r||aP).map(o=>typeof o=="number"?{label:o.toString(),value:o}:o);return a.length<2?null:c.jsx(J0,{"aria-label":"Items per page selector",className:"rbui-pagination__items-per-page-selector",onChange:(o,i)=>{i!=null&&n?.(i)},value:t,children:a.map(o=>c.jsx(Kl,{value:o.value,children:o.label},o.value))})}const zl="...";function lP(e,t){const r=[],n=t-1;return t<=hr?Ja(0,t).map(a=>r.push(a)):(r.push(0),e<=hr-St*2?Ja(1,hr-St-1).map(a=>r.push(a)):r.push(zl),e>hr-St*2&&e<n-St-1&&Ja(e-St,hr-St*2).map(a=>r.push(a)),e>=n-St-1?Ja(t-(hr-St),hr-St-1).map(a=>r.push(a)):r.push(zl),r.push(n)),r}function Ja(e,t){return Array.from({length:t}).fill(0).map((r,n)=>n+e)}function iP({value:e}){const t=Xa();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,i=e===zl||n===e,s=n===e,d=()=>{if(a)return s?`Current page, page ${o}`:`Go to page ${o}`},f=()=>{typeof e=="number"&&r?.(e)};return c.jsx(Fe,{"aria-current":s?!0:void 0,"aria-label":d(),className:q("rbui-pagination__navigation-item",{"rbui-pagination__navigation-item__selected":s}),disabled:i,onClick:f,type:"tertiary",children:o})}function sP(){const e=Xa();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)},i=()=>{n?.(a-1)},s=lP(a,Math.ceil(t/r));return c.jsx("nav",{"aria-label":"Pagination Navigation",className:"rbui-pagination__navigation",role:"navigation",children:c.jsxs("ul",{children:[c.jsx("li",{children:c.jsx(Fe,{"aria-label":"Go to previous page",disabled:a===0,onClick:i,type:"tertiary",children:c.jsx(Yr,{})})}),s.map((d,f)=>c.jsx("li",{children:c.jsx(iP,{value:d})},`rbui-pagination-${d}-${f}`)),c.jsx("li",{children:c.jsx(Fe,{"aria-label":"Go to next page",disabled:a>=Math.ceil(t/r)-1,onClick:o,type:"tertiary",children:c.jsx(Xr,{})})})]})})}function uP(){const e=Xa();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 c.jsxs("div",{className:"rbui-pagination__summary",children:["Showing ",a.toLocaleString()," ",a!==o?c.jsxs(c.Fragment,{children:["to ",o.toLocaleString()," "]}):null,"of ",t.toLocaleString()]})}const u6=u.forwardRef((e,t)=>{const{className:r,count:n,itemsPerPage:a,itemsPerPageOptions:o,onItemsPerPageChange:i,onPageChange:s,page:d,...f}=e,h=u.useMemo(()=>e,[e]);return n<1?null:c.jsx(s6.Provider,{value:h,children:c.jsxs("div",{...f,className:q("rbui-pagination",r),ref:t,children:[c.jsxs("div",{className:"rbui-pagination__left",children:[c.jsx(oP,{}),c.jsx(uP,{})]}),c.jsx(sP,{})]})})});u6.displayName="Pagination";const c6=u.forwardRef((e,t)=>{const{children:r,className:n,disabled:a=!1,onClick:o,startIcon:i,value:s,...d}=e,f=y=>{o?.(y,s)},{focusVisible:h,getRootProps:m,selected:p}=Sm({...e,disabled:a,rootRef:t,value:s}),{type:v,...g}=m({onClick:f,...d});a&&(g.tabIndex=-1);const b=q("rbui-tab",{"rbui-tab--disabled":a,"rbui-tab--focus-visible":h,"rbui-tab--has-icon":i,"rbui-tab--selected":p},n);return c.jsxs("div",{...g,className:b,children:[i&&c.jsx("span",{className:"rbui-tab__start-icon",role:"img",children:i}),r]})});c6.displayName="Tab";const d6=u.forwardRef((e,t)=>{const{children:r,className:n,variant:a="primary",...o}=e,{contextValue:i,getRootProps:s}=xm({rootRef:t}),d=s(o),f=q("rbui-tab-list",{"rbui-tab-list--secondary":a==="secondary"},n);return c.jsx(Dm,{value:i,children:c.jsx("div",{...d,className:f,children:r})})});d6.displayName="TabList";const f6=u.forwardRef((e,t)=>{const{children:r,className:n,keepMounted:a=!1,value:o,...i}=e,{getRootProps:s,hidden:d,rootRef:f}=Em({rootRef:t,value:o}),h=s({...i,role:"tabpanel"}),m=q("rbui-tab-panel",{"rbui-tab-panel--hidden":d},n);return c.jsx("div",{...h,className:m,ref:f,children:(a||!d)&&r})});f6.displayName="TabPanel";const h6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,onChange:o,selectionFollowsFocus:i=!1,value:s,...d}=e,{contextValue:f}=bm({defaultValue:a,direction:"ltr",onChange:o,orientation:"horizontal",selectionFollowsFocus:i,value:s});return c.jsx(wm,{value:f,children:c.jsx("div",{...d,className:q("rbui-tabs",n),ref:t,children:r})})});h6.displayName="Tabs";function Wl(e,t=[]){let r=[];function n(o,i){const s=l.createContext(i),d=r.length;r=[...r,i];const f=m=>{const{scope:p,children:v,...g}=m,b=p?.[e]?.[d]||s,y=l.useMemo(()=>g,Object.values(g));return c.jsx(b.Provider,{value:y,children:v})};f.displayName=o+"Provider";function h(m,p){const v=p?.[e]?.[d]||s,g=l.useContext(v);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${m}\` must be used within \`${o}\``)}return[f,h]}const a=()=>{const o=r.map(i=>l.createContext(i));return function(s){const d=s?.[e]||o;return l.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])}};return a.scopeName=e,[n,cP(a,...t)]}function cP(...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 i=n.reduce((s,{useScope:d,scopeName:f})=>{const m=d(o)[`__scope${f}`];return{...s,...m}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return r.scopeName=t.scopeName,r}function dP(e){const t=e+"CollectionProvider",[r,n]=Wl(t),[a,o]=r(t,{collectionRef:{current:null},itemMap:new Map}),i=b=>{const{scope:y,children:C}=b,$=u.useRef(null),D=u.useRef(new Map).current;return c.jsx(a,{scope:y,itemMap:D,collectionRef:$,children:C})};i.displayName=t;const s=e+"CollectionSlot",d=Sa(s),f=u.forwardRef((b,y)=>{const{scope:C,children:$}=b,D=o(s,C),x=dn(y,D.collectionRef);return c.jsx(d,{ref:x,children:$})});f.displayName=s;const h=e+"CollectionItemSlot",m="data-radix-collection-item",p=Sa(h),v=u.forwardRef((b,y)=>{const{scope:C,children:$,...D}=b,x=u.useRef(null),S=dn(y,x),k=o(h,C);return u.useEffect(()=>(k.itemMap.set(x,{ref:x,...D}),()=>void k.itemMap.delete(x))),c.jsx(p,{[m]:"",ref:S,children:$})});v.displayName=h;function g(b){const y=o(e+"CollectionConsumer",b);return u.useCallback(()=>{const $=y.collectionRef.current;if(!$)return[];const D=Array.from($.querySelectorAll(`[${m}]`));return Array.from(y.itemMap.values()).sort((k,Z)=>D.indexOf(k.ref.current)-D.indexOf(Z.ref.current))},[y.collectionRef,y.itemMap])}return[{Provider:i,Slot:f,ItemSlot:v},g,n]}function m6(e,t,{checkForDefaultPrevented:r=!0}={}){return function(a){if(e?.(a),r===!1||!a.defaultPrevented)return t?.(a)}}var $n=globalThis?.document?l.useLayoutEffect:()=>{},fP=l[" useInsertionEffect ".trim().toString()]||$n;function Gl({prop:e,defaultProp:t,onChange:r=()=>{},caller:n}){const[a,o,i]=hP({defaultProp:t,onChange:r}),s=e!==void 0,d=s?e:a;{const h=l.useRef(e!==void 0);l.useEffect(()=>{const m=h.current;m!==s&&console.warn(`${n} is changing from ${m?"controlled":"uncontrolled"} to ${s?"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=s},[s,n])}const f=l.useCallback(h=>{if(s){const m=mP(h)?h(e):h;m!==e&&i.current?.(m)}else o(h)},[s,e,o,i]);return[d,f]}function hP({defaultProp:e,onChange:t}){const[r,n]=l.useState(e),a=l.useRef(r),o=l.useRef(t);return fP(()=>{o.current=t},[t]),l.useEffect(()=>{a.current!==r&&(o.current?.(r),a.current=r)},[r,a]),[r,n,o]}function mP(e){return typeof e=="function"}var pP=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Sn=pP.reduce((e,t)=>{const r=Sa(`Primitive.${t}`),n=l.forwardRef((a,o)=>{const{asChild:i,...s}=a,d=i?r:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),c.jsx(d,{...s,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function vP(e,t){return l.useReducer((r,n)=>t[r][n]??r,e)}var p6=e=>{const{present:t,children:r}=e,n=gP(t),a=typeof r=="function"?r({present:n.isPresent}):l.Children.only(r),o=dn(n.ref,bP(a));return typeof r=="function"||n.isPresent?l.cloneElement(a,{ref:o}):null};p6.displayName="Presence";function gP(e){const[t,r]=l.useState(),n=l.useRef(null),a=l.useRef(e),o=l.useRef("none"),i=e?"mounted":"unmounted",[s,d]=vP(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const f=Qa(n.current);o.current=s==="mounted"?f:"none"},[s]),$n(()=>{const f=n.current,h=a.current;if(h!==e){const p=o.current,v=Qa(f);e?d("MOUNT"):v==="none"||f?.display==="none"?d("UNMOUNT"):d(h&&p!==v?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),$n(()=>{if(t){let f;const h=t.ownerDocument.defaultView??window,m=v=>{const b=Qa(n.current).includes(v.animationName);if(v.target===t&&b&&(d("ANIMATION_END"),!a.current)){const y=t.style.animationFillMode;t.style.animationFillMode="forwards",f=h.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=y)})}},p=v=>{v.target===t&&(o.current=Qa(n.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",m),t.addEventListener("animationend",m),()=>{h.clearTimeout(f),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",m),t.removeEventListener("animationend",m)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(f=>{n.current=f?getComputedStyle(f):null,r(f)},[])}}function Qa(e){return e?.animationName||"none"}function bP(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 wP=l[" useId ".trim().toString()]||(()=>{}),yP=0;function v6(e){const[t,r]=l.useState(wP());return $n(()=>{r(n=>n??String(yP++))},[e]),t?`radix-${t}`:""}var eo="Collapsible",[EP,g6]=Wl(eo),[CP,ql]=EP(eo),b6=l.forwardRef((e,t)=>{const{__scopeCollapsible:r,open:n,defaultOpen:a,disabled:o,onOpenChange:i,...s}=e,[d,f]=Gl({prop:n,defaultProp:a??!1,onChange:i,caller:eo});return c.jsx(CP,{scope:r,disabled:o,contentId:v6(),open:d,onOpenToggle:l.useCallback(()=>f(h=>!h),[f]),children:c.jsx(Sn.div,{"data-state":Xl(d),"data-disabled":o?"":void 0,...s,ref:t})})});b6.displayName=eo;var w6="CollapsibleTrigger",y6=l.forwardRef((e,t)=>{const{__scopeCollapsible:r,...n}=e,a=ql(w6,r);return c.jsx(Sn.button,{type:"button","aria-controls":a.contentId,"aria-expanded":a.open||!1,"data-state":Xl(a.open),"data-disabled":a.disabled?"":void 0,disabled:a.disabled,...n,ref:t,onClick:m6(e.onClick,a.onOpenToggle)})});y6.displayName=w6;var Yl="CollapsibleContent",E6=l.forwardRef((e,t)=>{const{forceMount:r,...n}=e,a=ql(Yl,e.__scopeCollapsible);return c.jsx(p6,{present:r||a.open,children:({present:o})=>c.jsx(xP,{...n,ref:t,present:o})})});E6.displayName=Yl;var xP=l.forwardRef((e,t)=>{const{__scopeCollapsible:r,present:n,children:a,...o}=e,i=ql(Yl,r),[s,d]=l.useState(n),f=l.useRef(null),h=dn(t,f),m=l.useRef(0),p=m.current,v=l.useRef(0),g=v.current,b=i.open||s,y=l.useRef(b),C=l.useRef(void 0);return l.useEffect(()=>{const $=requestAnimationFrame(()=>y.current=!1);return()=>cancelAnimationFrame($)},[]),$n(()=>{const $=f.current;if($){C.current=C.current||{transitionDuration:$.style.transitionDuration,animationName:$.style.animationName},$.style.transitionDuration="0s",$.style.animationName="none";const D=$.getBoundingClientRect();m.current=D.height,v.current=D.width,y.current||($.style.transitionDuration=C.current.transitionDuration,$.style.animationName=C.current.animationName),d(n)}},[i.open,n]),c.jsx(Sn.div,{"data-state":Xl(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!b,...o,ref:h,style:{"--radix-collapsible-content-height":p?`${p}px`:void 0,"--radix-collapsible-content-width":g?`${g}px`:void 0,...e.style},children:b&&a})});function Xl(e){return e?"open":"closed"}var DP=b6,$P=y6,SP=E6,IP=l.createContext(void 0);function PP(e){const t=l.useContext(IP);return e||t||"ltr"}var ot="Accordion",AP=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Jl,MP,NP]=dP(ot),[to,sA]=Wl(ot,[NP,g6]),Ql=g6(),C6=u.forwardRef((e,t)=>{const{type:r,...n}=e,a=n,o=n;return c.jsx(Jl.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?c.jsx(kP,{...o,ref:t}):c.jsx(BP,{...a,ref:t})})});C6.displayName=ot;var[x6,FP]=to(ot),[D6,TP]=to(ot,{collapsible:!1}),BP=u.forwardRef((e,t)=>{const{value:r,defaultValue:n,onValueChange:a=()=>{},collapsible:o=!1,...i}=e,[s,d]=Gl({prop:r,defaultProp:n??"",onChange:a,caller:ot});return c.jsx(x6,{scope:e.__scopeAccordion,value:u.useMemo(()=>s?[s]:[],[s]),onItemOpen:d,onItemClose:u.useCallback(()=>o&&d(""),[o,d]),children:c.jsx(D6,{scope:e.__scopeAccordion,collapsible:o,children:c.jsx($6,{...i,ref:t})})})}),kP=u.forwardRef((e,t)=>{const{value:r,defaultValue:n,onValueChange:a=()=>{},...o}=e,[i,s]=Gl({prop:r,defaultProp:n??[],onChange:a,caller:ot}),d=u.useCallback(h=>s((m=[])=>[...m,h]),[s]),f=u.useCallback(h=>s((m=[])=>m.filter(p=>p!==h)),[s]);return c.jsx(x6,{scope:e.__scopeAccordion,value:i,onItemOpen:d,onItemClose:f,children:c.jsx(D6,{scope:e.__scopeAccordion,collapsible:!0,children:c.jsx($6,{...o,ref:t})})})}),[VP,ro]=to(ot),$6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,disabled:n,dir:a,orientation:o="vertical",...i}=e,s=u.useRef(null),d=dn(s,t),f=MP(r),m=PP(a)==="ltr",p=m6(e.onKeyDown,v=>{if(!AP.includes(v.key))return;const g=v.target,b=f().filter(_=>!_.ref.current?.disabled),y=b.findIndex(_=>_.ref.current===g),C=b.length;if(y===-1)return;v.preventDefault();let $=y;const D=0,x=C-1,S=()=>{$=y+1,$>x&&($=D)},k=()=>{$=y-1,$<D&&($=x)};switch(v.key){case"Home":$=D;break;case"End":$=x;break;case"ArrowRight":o==="horizontal"&&(m?S():k());break;case"ArrowDown":o==="vertical"&&S();break;case"ArrowLeft":o==="horizontal"&&(m?k():S());break;case"ArrowUp":o==="vertical"&&k();break}const Z=$%C;b[Z].ref.current?.focus()});return c.jsx(VP,{scope:r,disabled:n,direction:a,orientation:o,children:c.jsx(Jl.Slot,{scope:r,children:c.jsx(Sn.div,{...i,"data-orientation":o,ref:d,onKeyDown:n?void 0:p})})})}),no="AccordionItem",[ZP,ei]=to(no),S6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,value:n,...a}=e,o=ro(no,r),i=FP(no,r),s=Ql(r),d=v6(),f=n&&i.value.includes(n)||!1,h=o.disabled||e.disabled;return c.jsx(ZP,{scope:r,open:f,disabled:h,triggerId:d,children:c.jsx(DP,{"data-orientation":o.orientation,"data-state":F6(f),...s,...a,ref:t,disabled:h,open:f,onOpenChange:m=>{m?i.onItemOpen(n):i.onItemClose(n)}})})});S6.displayName=no;var I6="AccordionHeader",P6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=ro(ot,r),o=ei(I6,r);return c.jsx(Sn.h3,{"data-orientation":a.orientation,"data-state":F6(o.open),"data-disabled":o.disabled?"":void 0,...n,ref:t})});P6.displayName=I6;var ti="AccordionTrigger",A6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=ro(ot,r),o=ei(ti,r),i=TP(ti,r),s=Ql(r);return c.jsx(Jl.ItemSlot,{scope:r,children:c.jsx($P,{"aria-disabled":o.open&&!i.collapsible||void 0,"data-orientation":a.orientation,id:o.triggerId,...s,...n,ref:t})})});A6.displayName=ti;var M6="AccordionContent",N6=u.forwardRef((e,t)=>{const{__scopeAccordion:r,...n}=e,a=ro(ot,r),o=ei(M6,r),i=Ql(r);return c.jsx(SP,{role:"region","aria-labelledby":o.triggerId,"data-orientation":a.orientation,...i,...n,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});N6.displayName=M6;function F6(e){return e?"open":"closed"}var OP=C6;const T6=u.createContext(null);function ao(){return u.useContext(T6)}const LP=e=>e.size,B6=u.forwardRef((e,t)=>{const{children:r,className:n,value:a,...o}=e,i=ao();if(i===null)throw new Error("No AccordionContext provided");const s=u.useRef(null),d=je([s,t]),f=u.useMemo(()=>({ref:s}),[]),{id:h}=Hr(a??LP,f),m=a??`accordion-item-${h}`,{disableDivider:p,styling:v}=i,g=q("rbui-accordion",{"rbui-accordion--disable-divider":p,"rbui-accordion--styled":v==="styled"},n);return c.jsx(S6,{className:g,ref:d,value:m,...o,children:r})});B6.displayName="Accordion";const k6=u.forwardRef((e,t)=>{const{children:r,className:n,keepMounted:a=!1,...o}=e,i=ao();if(i===null)throw new Error("No AccordionContext provided");const s=u.useRef(null),d=u.useRef(null),f=je([s,t]);u.useEffect(()=>{const p=s.current,v=d.current;if(!p||!v||!a)return;const g=new ResizeObserver(()=>{const b=v.clientHeight;p.style.cssText+=`--rbui-internal-accordion-content-height: ${b}px;`});return g.observe(v),()=>g.disconnect()},[a]);const{styling:h}=i,m=q("rbui-accordion-content__inner",{"rbui-accordion-content__inner--styled":h==="styled"},n);return c.jsx(N6,{className:"rbui-accordion-content","data-forcemounted":!!a,forceMount:a?!0:void 0,ref:f,...o,children:c.jsx("div",{className:m,ref:d,children:r})})});k6.displayName="AccordionContent";const ri=u.forwardRef((e,t)=>{const{children:r,className:n,description:a,...o}=e,i=ao();if(i===null)throw new Error("No AccordionContext provided");const{styling:s}=i,d=q("rbui-accordion-header",{"rbui-accordion-header--styled":s==="styled"},n);return c.jsx(P6,{asChild:!0,className:d,ref:t,tabIndex:0,...o,children:c.jsxs(A6,{children:[c.jsxs("div",{className:"rbui-accordion-header__inner",children:[c.jsx("div",{className:q("rbui-accordion-header__title",s==="styled"&&"rbui-accordion-header__title--styled"),children:r}),a&&c.jsx("div",{className:"rbui-accordion-header__description",children:a})]}),c.jsx(qr,{"aria-hidden":!0,className:"rbui-accordion-header__chevron"})]})})});ri.displayName="AccordionHeader";const V6=u.forwardRef((e,t)=>{const{children:r,className:n,onResetClick:a,showReset:o=!1,...i}=e;if(ao()===null)throw new Error("No AccordionContext provided");const d=q("rbui-accordion-filter-header",n);return c.jsxs("div",{className:d,children:[c.jsx(ri,{ref:t,...i,children:r}),o&&c.jsx(Fe,{className:"rbui-accordion-filter-header__reset",onClick:f=>{f.stopPropagation(),a?.(f)},type:"inline",children:"Reset"})]})});V6.displayName="AccordionFilterHeader";const Z6=u.forwardRef((e,t)=>{const{children:r,className:n,defaultValue:a,disableDivider:o=!1,multiple:i=!1,nonCollapsible:s=!1,onValueChange:d,styling:f="plain",value:h,...m}=e,{contextValue:p}=Rr(),v=u.useMemo(()=>({disableDivider:o,styling:f}),[o,f]),g={collapsible:!s,defaultValue:a,onValueChange:d,type:"single",value:h},b={defaultValue:a,onValueChange:d,type:"multiple",value:h},y=q("rbui-accordion-group",{"rbui-accordion-group--styled":f==="styled"},n);return c.jsx(_t.Provider,{value:p,children:c.jsx(T6.Provider,{value:v,children:c.jsx(OP,{...i?b:g,...m,className:y,ref:t,children:r})})})});Z6.displayName="AccordionGroup",E.AbTestIcon=v1,E.Accordion=B6,E.AccordionContent=k6,E.AccordionFilterHeader=V6,E.AccordionGroup=Z6,E.AccordionHeader=ri,E.ActionsContainer=$d,E.AggregateIcon=g1,E.Alert=t$,E.AlertTitle=r$,E.AnalyticsIcon=b1,E.AndroidIcon=w1,E.AnonymizeIcon=y1,E.AppleIcon=E1,E.ArchiveAltIcon=C1,E.ArchiveIcon=x1,E.ArrowCollapseIcon=D1,E.ArrowDownIcon=Ko,E.ArrowExpandIcon=$1,E.ArrowKeyboardNextIcon=S1,E.ArrowKeyboardPreviousIcon=I1,E.ArrowKeyboardUpIcon=P1,E.ArrowLeftIcon=zo,E.ArrowRightIcon=A1,E.ArrowUpIcon=Wo,E.AssetTag=Md,E.AttributeSlotIcon=M1,E.Autocomplete=X2,E.AxisIcon=N1,E.AxisLimtIcon=F1,E.Badge=Nd,E.BarChartIcon=T1,E.BooleanIcon=B1,E.BoostIcon=k1,E.Box=Pa,E.BracketsCancelIcon=V1,E.BracketsIcon=Z1,E.BrowserIcon=O1,E.BrowserPushIcon=L1,E.BuryIcon=R1,E.Button=Fe,E.ButtonGroup=m0,E.Calendar=Zf,E.CalendarAltIcon=H1,E.CalendarIcon=Xn,E.CatalogIcon=_1,E.ChatAddIcon=U1,E.ChatIcon=j1,E.ChatsIcon=K1,E.CheckCircleIcon=z1,E.CheckFilledIcon=Go,E.CheckIcon=G1,E.CheckSmallIcon=qo,E.Checkbox=Ia,E.CheckboxField=X0,E.CheckboxGroup=Of,E.ChevronDownFillIcon=q1,E.ChevronDownIcon=qr,E.ChevronLeftFillIcon=Y1,E.ChevronLeftIcon=Yr,E.ChevronRightFillIcon=X1,E.ChevronRightIcon=Xr,E.ChevronUpFillIcon=J1,E.ChevronUpIcon=Jn,E.ClearFillIcon=Q1,E.ClearIcon=es,E.ClipboardAddIcon=ts,E.ClockCircleIcon=rs,E.CloneIcon=ns,E.CloseIcon=zt,E.CloseSmallIcon=os,E.CloudCheckIcon=ls,E.CloudDownloadIcon=is,E.CodeIcon=ss,E.ColorPickerAltIcon=us,E.ColorPickerIcon=cs,E.ColumnsIcon=ds,E.ConditionAltIcon=fs,E.ConditionIcon=hs,E.ConsoleIcon=ms,E.ConstantAltIcon=ps,E.ConstantIcon=vs,E.ContextualPersonalizationIcon=gs,E.CopyIcon=bs,E.CopyToDashboardIcon=ws,E.CsvIcon=ys,E.CustomRowIcon=Es,E.CustomerIcon=Cs,E.CustomersFilterIcon=xs,E.CustomersSegmentationIcon=Ds,E.DateInput=_l,E.DatePicker=Y4,E.DateRangePicker=Q4,E.DateTimeIcon=$s,E.Description=Fd,E.DescriptionIcon=Ss,E.DesktopIcon=Is,E.DisabledIcon=Ps,E.DivideIcon=As,E.DocumentationIcon=Ms,E.DownloadIcon=Ns,E.DragHorizontalIcon=Fs,E.DragVericalIcon=Ts,E.EditIcon=Bs,E.EducationHubIcon=ks,E.EllipsisVerticalIcon=Vs,E.EllipsissHorizontalIcon=Zs,E.EmailIcon=Os,E.EmojiPickerIcon=Ls,E.EmptyIcon=Rs,E.ErrorFillIcon=Yo,E.EventIcon=_s,E.EventsSegmentationIcon=Us,E.ExperimentIcon=js,E.ExposeIcon=Ks,E.ExpressionIcon=zs,E.ExternalLinkIcon=Ws,E.EyeCrossedIcon=Gs,E.EyeIcon=qs,E.FastForwardIcon=Ys,E.FileIcon=Xs,E.FileVideoIcon=Js,E.FilterIcon=Qs,E.FilterTag=Td,E.FireIcon=eu,E.Flex=i6,E.FolderEmptyIcon=tu,E.FolderFullIcon=ru,E.ForceAddToRecallIcon=nu,E.ForceAddToRecallUndoIcon=au,E.FormulaExpressionIcon=ou,E.FormulaIcon=lu,E.FromStartAltIcon=iu,E.FullscreenIcon=su,E.GiftIcon=uu,E.GoToIcon=cu,E.GraphStatsIcon=du,E.GridAltIcon=fu,E.GridIcon=hu,E.Header=kd,E.HelpIcon=mu,E.HistoryIcon=pu,E.HomeIcon=vu,E.HtmlIcon=gu,E.Icon=A,E.ImageSearchIcon=bu,E.ImagesIcon=wu,E.ImpactDownIcon=Xo,E.InfoFilledIcon=Qn,E.InfoIcon=Eu,E.InfoSmallIcon=Cu,E.InputField=e6,E.InputTag=g0,E.InternetIcon=xu,E.KeyIcon=Du,E.LayoutIcon=$u,E.LikeIcon=Su,E.LineChartIcon=Iu,E.LinkIcon=Pu,E.ListIcon=Au,E.LoaderIcon=Jo,E.LockIcon=Mu,E.LoomiIcon=Nu,E.MapIcon=Fu,E.Menu=C2,E.MenuButton=x2,E.MenuContent=D2,E.MenuGroup=$2,E.MenuGroupLabel=S2,E.MenuItem=I2,E.MenuSeparator=P2,E.MetricAltIcon=Tu,E.MinusIcon=Bu,E.MobileAppInboxIcon=ku,E.MobileImageMessageIcon=Vu,E.MobilePhoneLandscapeIcon=Zu,E.MobilePhonePortraitIcon=Ou,E.MobilePushIcon=Lu,E.MobileSmsIcon=Ru,E.MobileTextMessageIcon=Hu,E.Modal=V2,E.ModalBody=Z2,E.ModalCloseButton=K0,E.ModalFooter=O2,E.ModalFooterActions=L2,E.ModalHeader=R2,E.ModalHeaderTitle=H2,E.MoveIcon=_u,E.MultiParentRejectedIcon=Uu,E.MultiParentSelectedIcon=ju,E.MultiParentUnassignedIcon=Ku,E.NegationIcon=zu,E.NextStepIcon=Sd,E.NotificationIcon=Wu,E.NumberIcon=Gu,E.OfflineFillIcon=qu,E.OfflineIcon=Yu,E.OutOfStockIcon=Xu,E.PagesIcon=Ju,E.Pagination=u6,E.PaintIcon=Qu,E.ParagraphCenterAlignIcon=ec,E.ParagraphLeftAlignIcon=tc,E.ParagraphRightAlignIcon=rc,E.PassDownIcon=nc,E.PassThroughIcon=ac,E.PercentageIcon=oc,E.PersAlt1Icon=lc,E.PersAlt2Icon=ic,E.PersAlt3Icon=sc,E.PersAlt4Icon=uc,E.PictureAltIcon=cc,E.PictureIcon=dc,E.PinIcon=fc,E.PlugPlayIcon=hc,E.PlusCircleFillIcon=mc,E.PlusCircleIcon=pc,E.PlusIcon=vc,E.Popup=W0,E.PopupClose=K2,E.PopupContent=G0,E.PopupContext=z0,E.PopupTrigger=q0,E.PoverButtonIcon=gc,E.ProductSlotsIcon=bc,E.Radio=jl,E.RadioField=r6,E.RadioGroup=n6,E.ReceiveIcon=wc,E.RefreshIcon=yc,E.ReleaseNotesIcon=Ec,E.RenameAltIcon=Cc,E.RenameIcon=xc,E.ReorderIcon=Dc,E.ReportIcon=$c,E.RetentionIcon=Sc,E.RewertLeftIcon=Ic,E.RewertRightIcon=Pc,E.RibbonIcon=Ac,E.RoadmapIcon=Mc,E.RobotIcon=Nc,E.RuleLabelIcon=Fc,E.RunningAggregateIcon=Tc,E.SaveIcon=Bc,E.ScenarioIcon=kc,E.SearchIcon=Vc,E.SecurityShieldIcon=Zc,E.SelectField=a6,E.SelectOption=Kl,E.SendIcon=Oc,E.SettingsAltIcon=Lc,E.SettingsIcon=Rc,E.ShareIcon=Hc,E.ShopIcon=_c,E.ShrinkIcon=Uc,E.SortAscIcon=Id,E.SortDescIcon=Pd,E.SortIcon=jc,E.SortInactiveIcon=Ad,E.SplitFlowIcon=Kc,E.SqlIcon=zc,E.StarFillIcon=Wc,E.StarIcon=Gc,E.StartFillIcon=qc,E.StartIcon=Yc,E.StatusDotIcon=Xc,E.StopIcon=Jc,E.StopwatchIcon=Qc,E.StringComponentIcon=e5,E.StringIcon=t5,E.SuggestionIcon=r5,E.SurveyIcon=n5,E.SwapIcon=a5,E.Tab=c6,E.TabList=d6,E.TabPanel=f6,E.Table=Zd,E.TableBody=Ld,E.TableCell=Rd,E.TableCellAction=_d,E.TableFoot=Ud,E.TableHead=jd,E.TableRow=b2,E.TableSortLabel=w2,E.TabletLangscapeIcon=o5,E.TabletPortraitIcon=l5,E.Tabs=h6,E.TagAltIcon=i5,E.TagGroup=_0,E.TagIcon=s5,E.TemplateIcon=u5,E.TextBoldIcon=c5,E.TextField=o6,E.TextItalicIcon=d5,E.TextStyleIcon=f5,E.Toast=N2,E.ToastContext=j0,E.Toaster=p$,E.ToggleButton=Ed,E.ToggleButtonGroup=xd,E.ToggleField=l6,E.Tooltip=ca,E.TragetIcon=h5,E.TransferIcon=m5,E.TrashIcon=p5,E.TrendIcon=Qo,E.TrendMarker=y2,E.Typography=E2,E.UnExposeIcon=v5,E.UnarchiveAltIcon=g5,E.UndoIcon=b5,E.UnlinkIcon=w5,E.UnlockIcon=y5,E.UntilNowAltIcon=E5,E.UploadIcon=C5,E.UsagesIcon=x5,E.UsersIcon=D5,E.VariantsIcon=$5,E.VisualIcon=S5,E.VoucherIcon=I5,E.WaitIcon=P5,E.WalkthroughsIcon=A5,E.WarningFillIcon=e0,E.WebhookIcon=N5,E.WeblayerIcon=F5,E.WrenchIcon=T5,E.toast=F2,E.usePopup=_2,E.usePopupContext=$a,E.useToastContext=M2,Object.defineProperty(E,Symbol.toStringTag,{value:"Module"})});
|
|
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,o,t,s,i]),c.useEffect(()=>{process.env.NODE_ENV==="production"||s||Object.is(h,r)||console.warn([`RBUI: A component is changing the default ${a} state of an uncontrolled ${o} after being initialized.`,`To suppress this warning opt to use a controlled ${o}.`].join(`
|
|
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"})}));
|
|
49
43
|
//# sourceMappingURL=bloomreach-react-banana-ui.umd.js.map
|