@clickhouse/click-ui 0.0.20 → 0.0.21
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/click-ui.es.js +4959 -4540
- package/dist/click-ui.umd.js +93 -93
- package/dist/components/Accordion/Accordion.stories.d.ts +293 -0
- package/dist/components/Accordion/Accordion.test.d.ts +1 -0
- package/dist/components/Alert/Alert.stories.d.ts +12 -0
- package/dist/components/Alert/Alert.test.d.ts +1 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +11 -0
- package/dist/components/Badge/Badge.stories.d.ts +34 -0
- package/dist/components/Badge/Badge.test.d.ts +1 -0
- package/dist/components/BigStat/BigStat.stories.d.ts +20 -0
- package/dist/components/Button/Button.stories.d.ts +28 -0
- package/dist/components/Button/Button.test.d.ts +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +12 -0
- package/dist/components/CardPrimary/CardPrimary.stories.d.ts +18 -0
- package/dist/components/CardPrimary/CardPrimary.test.d.ts +1 -0
- package/dist/components/CardSecondary/CardSecondary.stories.d.ts +27 -0
- package/dist/components/CardSecondary/CardSecondary.test.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +29 -0
- package/dist/components/Checkbox/Checkbox.test.d.ts +1 -0
- package/dist/components/Collapsible/Collapsible.test.d.ts +1 -0
- package/dist/components/ContextMenu/ContextMenu.stories.d.ts +30 -0
- package/dist/components/ContextMenu/ContextMenu.test.d.ts +1 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts +36 -0
- package/dist/components/Dropdown/Dropdown.test.d.ts +1 -0
- package/dist/components/FileTabs/FileTabs.stories.d.ts +23 -0
- package/dist/components/FileTabs/FileTabs.test.d.ts +0 -0
- package/dist/components/HoverCard/HoverCard.stories.d.ts +36 -0
- package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
- package/dist/components/Icon/Icon.stories.d.ts +503 -0
- package/dist/components/Icon/IconCommon.d.ts +2 -0
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.stories.d.ts +30 -0
- package/dist/components/IconButton/IconButton.test.d.ts +1 -0
- package/dist/components/Input/NumberField.stories.d.ts +34 -0
- package/dist/components/Input/PasswordField.stories.d.ts +34 -0
- package/dist/components/Input/SearchField.stories.d.ts +37 -0
- package/dist/components/Input/TextField.stories.d.ts +43 -0
- package/dist/components/Label/Label.stories.d.ts +28 -0
- package/dist/components/Link/Link.d.ts +18 -0
- package/dist/components/Link/Link.stories.d.ts +30 -0
- package/dist/components/Link/Link.test.d.ts +1 -0
- package/dist/components/Logos/AWSDark.d.ts +3 -0
- package/dist/components/Logos/AWSLight.d.ts +3 -0
- package/dist/components/Logos/AWSRedshift.d.ts +3 -0
- package/dist/components/Logos/Airbyte.d.ts +3 -0
- package/dist/components/Logos/AwsS3.d.ts +3 -0
- package/dist/components/Logos/Azure.d.ts +3 -0
- package/dist/components/Logos/BigQuery.d.ts +3 -0
- package/dist/components/Logos/Chash.d.ts +3 -0
- package/dist/components/Logos/ClickhouseDark.d.ts +3 -0
- package/dist/components/Logos/ClickhouseLight.d.ts +3 -0
- package/dist/components/Logos/Confluent.d.ts +3 -0
- package/dist/components/Logos/DataGrip.d.ts +3 -0
- package/dist/components/Logos/Dbt.d.ts +3 -0
- package/dist/components/Logos/Decodeable.d.ts +3 -0
- package/dist/components/Logos/DeepNote.d.ts +3 -0
- package/dist/components/Logos/DeltaLake.d.ts +3 -0
- package/dist/components/Logos/Fivetran.d.ts +3 -0
- package/dist/components/Logos/Gcp.d.ts +3 -0
- package/dist/components/Logos/GithubDark.d.ts +3 -0
- package/dist/components/Logos/GithubLight.d.ts +3 -0
- package/dist/components/Logos/GoLang.d.ts +3 -0
- package/dist/components/Logos/Google.d.ts +3 -0
- package/dist/components/Logos/Grafana.d.ts +3 -0
- package/dist/components/Logos/Hudi.d.ts +3 -0
- package/dist/components/Logos/Iceberg.d.ts +3 -0
- package/dist/components/Logos/Jdbc.d.ts +3 -0
- package/dist/components/Logos/KafkaDark.d.ts +3 -0
- package/dist/components/Logos/KafkaLight.d.ts +3 -0
- package/dist/components/Logos/Kubenetes.d.ts +3 -0
- package/dist/components/Logos/Logo.d.ts +492 -0
- package/dist/components/Logos/Logo.stories.d.ts +504 -0
- package/dist/components/Logos/LogosDark.d.ts +4 -0
- package/dist/components/Logos/LogosLight.d.ts +4 -0
- package/dist/components/Logos/Metabase.d.ts +3 -0
- package/dist/components/Logos/MongoDb.d.ts +3 -0
- package/dist/components/Logos/MySQL.d.ts +3 -0
- package/dist/components/Logos/NodeJs.d.ts +3 -0
- package/dist/components/Logos/Postgres.d.ts +3 -0
- package/dist/components/Logos/Python.d.ts +3 -0
- package/dist/components/Logos/RustDark.d.ts +3 -0
- package/dist/components/Logos/RustLight.d.ts +3 -0
- package/dist/components/Logos/Snowflake.d.ts +3 -0
- package/dist/components/Logos/Superset.d.ts +3 -0
- package/dist/components/Logos/TableauDark.d.ts +3 -0
- package/dist/components/Logos/TableauLight.d.ts +3 -0
- package/dist/components/Logos/Vector.d.ts +3 -0
- package/dist/components/Logos/types.d.ts +1 -0
- package/dist/components/Panel/Panel.stories.d.ts +23 -0
- package/dist/components/Popover/Popover.stories.d.ts +43 -0
- package/dist/components/Popover/Popover.test.d.ts +1 -0
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +39 -0
- package/dist/components/RadioGroup/RadioGroup.test.d.ts +1 -0
- package/dist/components/Select/Select.stories.d.ts +54 -0
- package/dist/components/Select/Select.test.d.ts +0 -0
- package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.stories.d.ts +14 -0
- package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.test.d.ts +1 -0
- package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.stories.d.ts +14 -0
- package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.test.d.ts +1 -0
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +13 -0
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.test.d.ts +1 -0
- package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.stories.d.ts +13 -0
- package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.test.d.ts +1 -0
- package/dist/components/Spacer/Spacer.stories.d.ts +19 -0
- package/dist/components/SplitButton/SplitButton.stories.d.ts +28 -0
- package/dist/components/SplitButton/SplitButton.test.d.ts +1 -0
- package/dist/components/Table/Table.stories.d.ts +575 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +845 -0
- package/dist/components/Tabs/Tabs.test.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +45 -0
- package/dist/components/Tooltip/Tooltip.test.d.ts +1 -0
- package/dist/components/Typography/Text/Text.stories.d.ts +29 -0
- package/dist/components/Typography/Text/Text.test.d.ts +1 -0
- package/dist/components/Typography/Title/Title.stories.d.ts +35 -0
- package/dist/components/Typography/Title/Title.test.d.ts +1 -0
- package/dist/components/icons/AuthApp.d.ts +3 -0
- package/dist/components/icons/AuthSms.d.ts +3 -0
- package/dist/components/icons/Flags/Australia.d.ts +3 -0
- package/dist/components/icons/Flags/Brazil.d.ts +3 -0
- package/dist/components/icons/Flags/Canada.d.ts +3 -0
- package/dist/components/icons/Flags/SouthAfrica.d.ts +3 -0
- package/dist/components/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/click-ui.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(A,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("react"),require("styled-components"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","styled-components","react-dom"],l):(A=typeof globalThis<"u"?globalThis:A||self,l(A["clcik-ui"]={},A.React,A.styled,A.$7SXl2$reactdom))})(this,function(A,l,L,Re){"use strict";function zr(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const $=zr(l),Vc=zr(Re);var on=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Gr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var so={exports:{}},jt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var Kr;function
|
|
9
|
+
*/var Kr;function Uc(){if(Kr)return jt;Kr=1;var e=l,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function c(s,d,f){var p,u={},h=null,v=null;f!==void 0&&(h=""+f),d.key!==void 0&&(h=""+d.key),d.ref!==void 0&&(v=d.ref);for(p in d)r.call(d,p)&&!i.hasOwnProperty(p)&&(u[p]=d[p]);if(s&&s.defaultProps)for(p in d=s.defaultProps,d)u[p]===void 0&&(u[p]=d[p]);return{$$typeof:t,type:s,key:h,ref:v,props:u,_owner:a.current}}return jt.Fragment=n,jt.jsx=c,jt.jsxs=c,jt}var Et={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var Yr;function
|
|
18
|
-
`+
|
|
19
|
-
`),
|
|
20
|
-
`),ae=
|
|
21
|
-
`+
|
|
17
|
+
*/var Yr;function Rc(){return Yr||(Yr=1,process.env.NODE_ENV!=="production"&&function(){var e=l,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),s=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),u=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen"),g=Symbol.iterator,b="@@iterator";function x(m){if(m===null||typeof m!="object")return null;var E=g&&m[g]||m[b];return typeof E=="function"?E:null}var k=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(m){{for(var E=arguments.length,_=new Array(E>1?E-1:0),N=1;N<E;N++)_[N-1]=arguments[N];y("error",m,_)}}function y(m,E,_){{var N=k.ReactDebugCurrentFrame,J=N.getStackAddendum();J!==""&&(E+="%s",_=_.concat([J]));var Q=_.map(function(K){return String(K)});Q.unshift("Warning: "+E),Function.prototype.apply.call(console[m],console,Q)}}var C=!1,j=!1,O=!1,P=!1,T=!1,D;D=Symbol.for("react.module.reference");function Y(m){return!!(typeof m=="string"||typeof m=="function"||m===r||m===i||T||m===a||m===f||m===p||P||m===v||C||j||O||typeof m=="object"&&m!==null&&(m.$$typeof===h||m.$$typeof===u||m.$$typeof===c||m.$$typeof===s||m.$$typeof===d||m.$$typeof===D||m.getModuleId!==void 0))}function U(m,E,_){var N=m.displayName;if(N)return N;var J=E.displayName||E.name||"";return J!==""?_+"("+J+")":_}function ee(m){return m.displayName||"Context"}function B(m){if(m==null)return null;if(typeof m.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof m=="function")return m.displayName||m.name||null;if(typeof m=="string")return m;switch(m){case r:return"Fragment";case n:return"Portal";case i:return"Profiler";case a:return"StrictMode";case f:return"Suspense";case p:return"SuspenseList"}if(typeof m=="object")switch(m.$$typeof){case s:var E=m;return ee(E)+".Consumer";case c:var _=m;return ee(_._context)+".Provider";case d:return U(m,m.render,"ForwardRef");case u:var N=m.displayName||null;return N!==null?N:B(m.type)||"Memo";case h:{var J=m,Q=J._payload,K=J._init;try{return B(K(Q))}catch{return null}}}return null}var V=Object.assign,q=0,G,de,re,S,F,Z,H;function X(){}X.__reactDisabledLog=!0;function oe(){{if(q===0){G=console.log,de=console.info,re=console.warn,S=console.error,F=console.group,Z=console.groupCollapsed,H=console.groupEnd;var m={configurable:!0,enumerable:!0,value:X,writable:!0};Object.defineProperties(console,{info:m,log:m,warn:m,error:m,group:m,groupCollapsed:m,groupEnd:m})}q++}}function ce(){{if(q--,q===0){var m={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:V({},m,{value:G}),info:V({},m,{value:de}),warn:V({},m,{value:re}),error:V({},m,{value:S}),group:V({},m,{value:F}),groupCollapsed:V({},m,{value:Z}),groupEnd:V({},m,{value:H})})}q<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var me=k.ReactCurrentDispatcher,Me;function we(m,E,_){{if(Me===void 0)try{throw Error()}catch(J){var N=J.stack.trim().match(/\n( *(at )?)/);Me=N&&N[1]||""}return`
|
|
18
|
+
`+Me+m}}var fe=!1,Fe;{var Nr=typeof WeakMap=="function"?WeakMap:Map;Fe=new Nr}function io(m,E){if(!m||fe)return"";{var _=Fe.get(m);if(_!==void 0)return _}var N;fe=!0;var J=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Q;Q=me.current,me.current=null,oe();try{if(E){var K=function(){throw Error()};if(Object.defineProperty(K.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(K,[])}catch(Te){N=Te}Reflect.construct(m,[],K)}else{try{K.call()}catch(Te){N=Te}m.call(K.prototype)}}else{try{throw Error()}catch(Te){N=Te}m()}}catch(Te){if(Te&&N&&typeof Te.stack=="string"){for(var R=Te.stack.split(`
|
|
19
|
+
`),ue=N.stack.split(`
|
|
20
|
+
`),ae=R.length-1,ie=ue.length-1;ae>=1&&ie>=0&&R[ae]!==ue[ie];)ie--;for(;ae>=1&&ie>=0;ae--,ie--)if(R[ae]!==ue[ie]){if(ae!==1||ie!==1)do if(ae--,ie--,ie<0||R[ae]!==ue[ie]){var $e=`
|
|
21
|
+
`+R[ae].replace(" at new "," at ");return m.displayName&&$e.includes("<anonymous>")&&($e=$e.replace("<anonymous>",m.displayName)),typeof m=="function"&&Fe.set(m,$e),$e}while(ae>=1&&ie>=0);break}}}finally{fe=!1,me.current=Q,ce(),Error.prepareStackTrace=J}var Lt=m?m.displayName||m.name:"",Bc=Lt?we(Lt):"";return typeof m=="function"&&Fe.set(m,Bc),Bc}function Zr(m,E,_){return io(m,!1)}function tn(m){var E=m.prototype;return!!(E&&E.isReactComponent)}function $t(m,E,_){if(m==null)return"";if(typeof m=="function")return io(m,tn(m));if(typeof m=="string")return we(m);switch(m){case f:return we("Suspense");case p:return we("SuspenseList")}if(typeof m=="object")switch(m.$$typeof){case d:return Zr(m.render);case u:return $t(m.type,E,_);case h:{var N=m,J=N._payload,Q=N._init;try{return $t(Q(J),E,_)}catch{}}}return""}var yt=Object.prototype.hasOwnProperty,lo={},co=k.ReactDebugCurrentFrame;function Ct(m){if(m){var E=m._owner,_=$t(m.type,m._source,E?E.type:null);co.setExtraStackFrame(_)}else co.setExtraStackFrame(null)}function Mt(m,E,_,N,J){{var Q=Function.call.bind(yt);for(var K in m)if(Q(m,K)){var R=void 0;try{if(typeof m[K]!="function"){var ue=Error((N||"React class")+": "+_+" type `"+K+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof m[K]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw ue.name="Invariant Violation",ue}R=m[K](E,K,N,_,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ae){R=ae}R&&!(R instanceof Error)&&(Ct(J),w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",N||"React class",_,K,typeof R),Ct(null)),R instanceof Error&&!(R.message in lo)&&(lo[R.message]=!0,Ct(J),w("Failed %s type: %s",_,R.message),Ct(null))}}}var tm=Array.isArray;function Br(m){return tm(m)}function nm(m){{var E=typeof Symbol=="function"&&Symbol.toStringTag,_=E&&m[Symbol.toStringTag]||m.constructor.name||"Object";return _}}function om(m){try{return _c(m),!1}catch{return!0}}function _c(m){return""+m}function Pc(m){if(om(m))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",nm(m)),_c(m)}var nn=k.ReactCurrentOwner,rm={key:!0,ref:!0,__self:!0,__source:!0},Ic,Fc,Vr;Vr={};function am(m){if(yt.call(m,"ref")){var E=Object.getOwnPropertyDescriptor(m,"ref").get;if(E&&E.isReactWarning)return!1}return m.ref!==void 0}function im(m){if(yt.call(m,"key")){var E=Object.getOwnPropertyDescriptor(m,"key").get;if(E&&E.isReactWarning)return!1}return m.key!==void 0}function lm(m,E){if(typeof m.ref=="string"&&nn.current&&E&&nn.current.stateNode!==E){var _=B(nn.current.type);Vr[_]||(w('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',B(nn.current.type),m.ref),Vr[_]=!0)}}function cm(m,E){{var _=function(){Ic||(Ic=!0,w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",E))};_.isReactWarning=!0,Object.defineProperty(m,"key",{get:_,configurable:!0})}}function sm(m,E){{var _=function(){Fc||(Fc=!0,w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",E))};_.isReactWarning=!0,Object.defineProperty(m,"ref",{get:_,configurable:!0})}}var dm=function(m,E,_,N,J,Q,K){var R={$$typeof:t,type:m,key:E,ref:_,props:K,_owner:Q};return R._store={},Object.defineProperty(R._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(R,"_self",{configurable:!1,enumerable:!1,writable:!1,value:N}),Object.defineProperty(R,"_source",{configurable:!1,enumerable:!1,writable:!1,value:J}),Object.freeze&&(Object.freeze(R.props),Object.freeze(R)),R};function fm(m,E,_,N,J){{var Q,K={},R=null,ue=null;_!==void 0&&(Pc(_),R=""+_),im(E)&&(Pc(E.key),R=""+E.key),am(E)&&(ue=E.ref,lm(E,J));for(Q in E)yt.call(E,Q)&&!rm.hasOwnProperty(Q)&&(K[Q]=E[Q]);if(m&&m.defaultProps){var ae=m.defaultProps;for(Q in ae)K[Q]===void 0&&(K[Q]=ae[Q])}if(R||ue){var ie=typeof m=="function"?m.displayName||m.name||"Unknown":m;R&&cm(K,ie),ue&&sm(K,ie)}return dm(m,R,ue,J,N,nn.current,K)}}var Ur=k.ReactCurrentOwner,Tc=k.ReactDebugCurrentFrame;function St(m){if(m){var E=m._owner,_=$t(m.type,m._source,E?E.type:null);Tc.setExtraStackFrame(_)}else Tc.setExtraStackFrame(null)}var Rr;Rr=!1;function Wr(m){return typeof m=="object"&&m!==null&&m.$$typeof===t}function Hc(){{if(Ur.current){var m=B(Ur.current.type);if(m)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+m+"`."}return""}}function
|
|
23
|
+
Check the render method of \``+m+"`."}return""}}function um(m){{if(m!==void 0){var E=m.fileName.replace(/^.*[\\\/]/,""),_=m.lineNumber;return`
|
|
24
24
|
|
|
25
|
-
Check your code at `+
|
|
25
|
+
Check your code at `+E+":"+_+"."}return""}}var Ac={};function pm(m){{var E=Hc();if(!E){var _=typeof m=="string"?m:m.displayName||m.name;_&&(E=`
|
|
26
26
|
|
|
27
|
-
Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(!m._store||m._store.validated||m.key!=null)return;m._store.validated=!0;var I=r9(j);if(Ll[I])return;Ll[I]=!0;var U="";m&&m._owner&&m._owner!==Rr.current&&(U=" It was passed a child from "+Z(m._owner.type)+"."),Mt(m),$('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',I,U),Mt(null)}}function Ul(m,j){{if(typeof m!="object")return;if(Zr(m))for(var I=0;I<m.length;I++){var U=m[I];Vr(U)&&Nl(U,j)}else if(Vr(m))m._store&&(m._store.validated=!0);else if(m){var J=x(m);if(typeof J=="function"&&J!==m.entries)for(var Q=J.call(m),G;!(G=Q.next()).done;)Vr(G.value)&&Nl(G.value,j)}}}function a9(m){{var j=m.type;if(j==null||typeof j=="string")return;var I;if(typeof j=="function")I=j.propTypes;else if(typeof j=="object"&&(j.$$typeof===d||j.$$typeof===f))I=j.propTypes;else return;if(I){var U=Z(j);St(I,m.props,"prop",U,m)}else if(j.PropTypes!==void 0&&!Wr){Wr=!0;var J=Z(j);$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",J||"Unknown")}typeof j.getDefaultProps=="function"&&!j.getDefaultProps.isReactClassApproved&&$("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function i9(m){{for(var j=Object.keys(m.props),I=0;I<j.length;I++){var U=j[I];if(U!=="children"&&U!=="key"){Mt(m),$("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",U),Mt(null);break}}m.ref!==null&&(Mt(m),$("Invalid attribute `ref` supplied to `React.Fragment`."),Mt(null))}}function Bl(m,j,I,U,J,Q){{var G=Y(m);if(!G){var W="";(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(W+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var fe=o9(J);fe?W+=fe:W+=Dl();var ae;m===null?ae="null":Zr(m)?ae="array":m!==void 0&&m.$$typeof===t?(ae="<"+(Z(m.type)||"Unknown")+" />",W=" Did you accidentally export a JSX literal instead of a component?"):ae=typeof m,$("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ae,W)}var ie=n9(m,j,I,J,Q);if(ie==null)return ie;if(G){var ye=j.children;if(ye!==void 0)if(U)if(Zr(ye)){for(var Et=0;Et<ye.length;Et++)Ul(ye[Et],m);Object.freeze&&Object.freeze(ye)}else $("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ul(ye,m)}return m===o?i9(ie):a9(ie),ie}}function c9(m,j,I){return Bl(m,j,I,!0)}function s9(m,j,I){return Bl(m,j,I,!1)}var l9=s9,d9=c9;jt.Fragment=o,jt.jsx=l9,jt.jsxs=d9}()),jt}process.env.NODE_ENV==="production"?lo.exports=Rl():lo.exports=Wl();var a=lo.exports;const Vl=e=>a.jsxs("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[a.jsx("path",{d:"M15.2158 11.2407C17.0021 11.1757 18.42 9.71476 18.4314 7.92732C18.4038 6.17864 16.9645 4.78308 15.2158 4.80945",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.42753 11.2407C11.2138 11.1757 12.6317 9.71476 12.6432 7.92732C12.6156 6.17864 11.1762 4.78308 9.42753 4.80945C7.67884 4.78308 6.23952 6.17864 6.21191 7.92732C6.22292 9.71494 7.64104 11.1762 9.42753 11.2407V11.2407Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M16.0015 20.816V18.8151C16.0015 16.6051 14.2099 14.8135 11.9998 14.8135H6.99776C4.7877 14.8135 2.99609 16.6051 2.99609 18.8151V20.816",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M21.0042 20.816V17.8147C21.0042 16.1572 19.6605 14.8135 18.0029 14.8135",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),qr=e=>a.jsx("svg",{width:e.width,height:e.height,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:a.jsx("path",{d:"M12 12.0625C9.9471 12.0625 8.267 10.3832 8.267 8.3295H6.767C6.767 11.2118 9.1189 13.5625 12 13.5625V12.0625ZM8.267 8.3295C8.267 6.26844 9.95445 4.5625 12 4.5625V3.0625C9.11155 3.0625 6.767 5.45456 6.767 8.3295H8.267ZM12 4.5625C14.0529 4.5625 15.733 6.24182 15.733 8.2955H17.233C17.233 5.41318 14.8811 3.0625 12 3.0625V4.5625ZM15.733 8.2955C15.733 10.3566 14.0456 12.0625 12 12.0625V13.5625C14.8884 13.5625 17.233 11.1704 17.233 8.2955H15.733ZM19 21.0625H5V22.5625H19V21.0625ZM5 21.0625C4.86421 21.0625 4.75 20.9483 4.75 20.8125H3.25C3.25 21.7767 4.03579 22.5625 5 22.5625V21.0625ZM4.75 20.8125V19.8125H3.25V20.8125H4.75ZM4.75 19.8125C4.75 18.0267 6.21421 16.5625 8 16.5625V15.0625C5.38579 15.0625 3.25 17.1983 3.25 19.8125H4.75ZM8 16.5625H16V15.0625H8V16.5625ZM16 16.5625C17.7858 16.5625 19.25 18.0267 19.25 19.8125H20.75C20.75 17.1983 18.6142 15.0625 16 15.0625V16.5625ZM19.25 19.8125V20.8125H20.75V19.8125H19.25ZM19.25 20.8125C19.25 20.9483 19.1358 21.0625 19 21.0625V22.5625C19.9642 22.5625 20.75 21.7767 20.75 20.8125H19.25Z",fill:"#161517"})}),zl=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:a.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M13 17h5a3 3 0 003-3V6a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3h2v4l5-4"})}),Gl=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",fill:"none",viewBox:"0 0 24 25",...e,children:[a.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M5.5 13.18c0 1.776 2.934 3.033 6.498 3.033 3.565 0 6.499-1.257 6.499-3.032a.433.433 0 1 0-.867 0c0 1.096-2.497 2.166-5.632 2.166s-5.632-1.07-5.632-2.166a.433.433 0 1 0-.866 0ZM5.5 9.499c0 1.557 2.919 2.6 6.498 2.6 3.58 0 6.499-1.043 6.499-2.6a.433.433 0 1 0-.867 0c0 .835-2.512 1.733-5.632 1.733-3.12 0-5.632-.898-5.632-1.733a.433.433 0 0 0-.866 0ZM17.631 5.6c0 .835-2.512 1.732-5.632 1.732-3.12 0-5.632-.897-5.632-1.733 0-.835 2.513-1.733 5.632-1.733 3.12 0 5.632.898 5.632 1.733Zm.867 0c0-1.558-2.919-2.6-6.499-2.6-3.58 0-6.498 1.042-6.498 2.6 0 1.556 2.919 2.599 6.498 2.599 3.58 0 6.499-1.043 6.499-2.6Z",clipRule:"evenodd"}),a.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M17.63 5.6v11.697c0 .285-.578.833-1.53 1.289-1.147.548-2.61.88-4.101.877-1.494.003-2.956-.329-4.102-.877-.953-.456-1.53-1.004-1.53-1.289V5.6a.433.433 0 1 0-.867 0v11.697c0 1.483 3.253 3.039 6.499 3.033 3.245.006 6.498-1.55 6.498-3.033V5.6a.433.433 0 0 0-.867 0Z",clipRule:"evenodd"})]}),Kl=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("path",{d:"M14.5 13.5L19.707 8.293C19.895 8.105 20 7.851 20 7.586V5C20 4.448 19.552 4 19 4H5C4.448 4 4 4.448 4 5V7.586C4 7.851 4.105 8.106 4.293 8.293L9.5 13.5",stroke:"#161517","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),a.jsx("path",{d:"M9.5 13.5V19.749C9.5 20.562 10.264 21.159 11.053 20.962L13.553 20.337C14.109 20.198 14.5 19.698 14.5 19.124V13.5",stroke:"#161517","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})]})}),Yl=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 4.997H4.997M12 4.997A8.003 8.003 0 1 1 3.997 13M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.001 13.75h-3.81V9.834"})]}),ql=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 4h12M3 4h1M3 8h1M3 12h1M8 8h12M8 12h2"}),a.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M17 21a5 5 0 0 1-5-5c0-2.704 2.3-5.003 5.004-5A5 5 0 0 1 17 21"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 14v4M19 16h-4"})]}),Xl=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.4 15.4 7 19l3.6-3.6M7 5v14M20.6 8.6 17 5l-3.6 3.6M17 19V5"})}),Jl=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 9-4-4-4 4M8 15l4 4 4-4"})}),Ql=e=>a.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10 16 4-4-4-4"})}),ed=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8 10 4 4 4-4"})}),td=e=>a.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.02 4.48v14.99M18.012 13.483 12 19.52l-6.012-6.037"})}),nd=e=>a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.999 8a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 8"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 12v5"})]}),od=e=>a.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:a.jsx("path",{d:"M20 6.5L9 17.5L4 12.5",stroke:"#161517",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),rd=e=>a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.854 11.877h1.15v4.252M10.845 16.128h2.31"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.946 7.872a.25.25 0 1 1-.25-.25"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.695 8.623a.25.25 0 0 1 .25.25"})]}),ad=e=>a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.12V9.38M11.999 16.125a.25.25 0 1 0 .002.5.25.25 0 0 0-.002-.5"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.029 4.14 7.659 13.403c.89 1.558-.235 3.497-2.03 3.497H4.342c-1.795 0-2.92-1.939-2.03-3.497L9.972 4.14c.897-1.57 3.16-1.57 4.058 0Z",clipRule:"evenodd"})]}),id=e=>a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[a.jsx("path",{d:"M8 8L16 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M16 8L8 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),cd=e=>a.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 14-4-4-4 4"})}),sd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6 12h1.85l2.168 5 3.964-10 2.168 5H18"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.5 21.5h-11a4 4 0 0 1-4-4v-11a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4Z",clipRule:"evenodd"})]}),ld=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.48 11.98h14.99M13.483 5.988 19.52 12l-6.037 6.012"})}),dd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m15.612 21-2.064-2.05 2.064-2.048"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.45 12.297 2.306 3.965c.695 1.195-.174 2.689-1.564 2.689h-5.644M13.565 7.998l2.82.75.755-2.798M6.066 11.41l-2.822 4.852c-.695 1.195.174 2.689 1.564 2.689H9.42"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8.13 7.86 2.306-3.964c.695-1.195 2.433-1.195 3.128 0l2.822 4.852M3.247 12.16l2.82-.75.755 2.799"})]}),ud=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.98 19.52V4.53M5.988 10.517 12 4.48l6.012 6.037"})}),fd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 13A8.003 8.003 0 1 0 12 4.997H4.997M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.235 11.851-2.792 2.791-1.678-1.672"})]}),pd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.332 10.318 2.142-2.157a3.084 3.084 0 0 1 4.377 0v0a3.097 3.097 0 0 1 0 4.364l-2.12 2.135c-.375.378-.885.59-1.416.59H8.75v-3.52c0-.53.209-1.037.582-1.412v0Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 7v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13.75 10.25-6 6"})]}),hd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.37a6.368 6.368 0 0 0-7.495-1.12c-.684.364-1.509-.085-1.509-.86V5.295c0-.637.294-1.249.812-1.618A6.367 6.367 0 0 1 12 4.364a6.367 6.367 0 0 1 8.191-.687c.518.37.813.981.813 1.618v9.095c0 .775-.826 1.225-1.509.86A6.368 6.368 0 0 0 12 16.37Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.505 19.387A6.368 6.368 0 0 1 12 20.507a6.368 6.368 0 0 1 7.495-1.12M12 16.37V4.363"})]}),vd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.574 20.003a2.287 2.287 0 0 0 2.287-2.287v-4.573L22.005 12l-1.144-1.144V6.284a2.286 2.286 0 0 0-2.287-2.287M5.427 3.997A2.286 2.286 0 0 0 3.14 6.284v4.572L1.996 12l1.144 1.143v4.573a2.286 2.286 0 0 0 2.287 2.287M9.285 12.533l1.833 1.833 4-4.002"})}),bd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 20.5H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.174 7.5v-2a2 2 0 0 0-2-2H9.826a2 2 0 0 0-2 2v2M3 9.5l6.351 4.191c.327.216.71.331 1.102.331h3.094c.392 0 .775-.115 1.102-.331L21 9.5"})]}),gd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 3.997H14a1 1 0 0 1 1 1v15.006H3.997a1 1 0 0 1-1-1V4.997a1 1 0 0 1 1-1ZM15.001 7.999h5.002a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1h-5.002V8Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25"})]}),md=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.75 7.25h16.5M3.75 12.5h16.5m-16.5 5.25H12"})}),xd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.882 21.004H6.117a2.401 2.401 0 0 1-2.389-2.162l-.72-7.203A2.4 2.4 0 0 1 5.397 9h13.205a2.401 2.401 0 0 1 2.39 2.64l-.72 7.203a2.4 2.4 0 0 1-2.39 2.162v0Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.998 5.998h12.005M7.998 2.996h8.003M9.499 12.75h5.002"})]}),kd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.312,d:"M9.046 6.657a1.623 1.623 0 0 1 0-2.293.24.24 0 1 1 .34.34 1.142 1.142 0 0 0 0 1.613.24.24 0 1 1-.34.34Zm-1.304.995a.32.32 0 0 0 .453 0 .32.32 0 0 0 0-.454 2.39 2.39 0 0 1 0-3.375.32.32 0 0 0-.453-.453 3.031 3.031 0 0 0 0 4.282Zm-1.053 1.37a.4.4 0 0 0 .283-.685 4.002 4.002 0 0 1 0-5.653.4.4 0 1 0-.566-.567A4.768 4.768 0 0 0 5 5.511c0 1.282.5 2.487 1.406 3.393a.4.4 0 0 0 .283.117Zm7.79-2.365a.24.24 0 0 0 .34 0 1.623 1.623 0 0 0 0-2.293.24.24 0 0 0-.34.34 1.142 1.142 0 0 1 0 1.613.24.24 0 0 0 0 .34Zm1.19.995a.32.32 0 0 0 .454 0 3.031 3.031 0 0 0 0-4.282.32.32 0 0 0-.453.453c.93.93.93 2.445 0 3.375a.32.32 0 0 0 0 .454Zm1.223.685a.4.4 0 1 0 .567.567 4.767 4.767 0 0 0 1.406-3.393c0-1.282-.5-2.487-1.406-3.394a.4.4 0 1 0-.567.567 4.002 4.002 0 0 1 0 5.653Zm.749 13.24a.32.32 0 0 1-.608.205l-1.092-3.233-3.874 1.792a.32.32 0 0 1-.27 0l-3.873-1.792-1.092 3.233a.32.32 0 1 1-.608-.205l4.938-14.614a1.658 1.658 0 0 1-.538-.457 1.646 1.646 0 0 1 .69-2.519l.514-.89c.058-.099.151-.099.208 0l.514.89a1.646 1.646 0 0 1 .69 2.52c-.143.188-.329.344-.537.456l4.938 14.614Zm-3.02-6.934-.247-.73-2.442-1.13-2.441 1.13-.247.73 2.688 1.244 2.689-1.244Zm-4.264-3.295 1.575.73 1.576-.73-.66-1.95-.916-.424-.916.424-.659 1.95Zm1.44-3.018a.32.32 0 0 1 .27 0l.498.23-.633-1.873L11.3 8.56l.499-.23Zm.9 4.1 1.394.646-.377-1.116-1.018.47Zm-2.546-.47-.377 1.116 1.395-.646-1.018-.47Zm1.221-5.618.257-.76a.32.32 0 0 1 .607 0l.257.76a1.004 1.004 0 1 0-1.563-.83c0 .336.172.646.442.83Zm-3.124 11.25 2.92-1.352-2.13-.986-.79 2.337Zm7.039.553-3.355-1.552-3.354 1.552 3.354 1.552 3.355-1.552Zm.33-.554-.79-2.337-2.13.986 2.92 1.351Z"})}),$d=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 20.6284V20.6284C7.029 20.6284 3 16.5994 3 11.6284V11.6284C3 6.65742 7.029 2.62842 12 2.62842V2.62842C16.971 2.62842 21 6.65742 21 11.6284V11.6284C21 16.5994 16.971 20.6284 12 20.6284Z",stroke:"#161517","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),a.jsx("path",{d:"M16 9.62842L11 14.6284L8 11.6284",stroke:"#161517","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})]})}),yd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14 16-4-4 4-4"})}),wd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21c4.95 0 9-4.05 9-9s-4.05-9-9-9M12 21c-2.93 0-5.538-1.426-7.184-3.612"}),a.jsx("path",{stroke:"#161517",strokeDasharray:0,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.816 17.388A8.931 8.931 0 0 1 3 12c0-4.95 4.05-9 9-9"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m7.36 15.639 4.921-2.936V6.375"})]}),Cd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 19h10.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.023-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8Z",clipRule:"evenodd"})}),Sd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{d:"M13.7797 4L10.2197 20",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M18 8L22 12L18 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M6 16L2 12L6 8",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Md=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12.952 8.661-1.905 6.67M8.903 12.948l-1.905-1.905 1.905-1.905M15.098 14.854l1.904-1.905-1.904-1.905"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M7.998 2.992h8.003a5.002 5.002 0 0 1 5.003 5.002v8.004A5.002 5.002 0 0 1 16 21H7.998a5.002 5.002 0 0 1-5.002-5.002V7.994a5.002 5.002 0 0 1 5.002-5.002Z",clipRule:"evenodd"})]}),Ed=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 8.072c-5.249-4.097-12.751-4.097-18 0M6.751 13.314c3.062-2.388 7.437-2.388 10.499 0M12 18.25a.372.372 0 0 0-.373.375.374.374 0 1 0 .748 0A.375.375 0 0 0 12 18.25"})}),Od=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 15.704a.3.3 0 0 1 .305.294.3.3 0 0 1-.305.294.3.3 0 0 1-.305-.294.3.3 0 0 1 .305-.294M16.875 10.373c-2.843-2.219-6.907-2.219-9.75 0M9.157 13.212a4.654 4.654 0 0 1 5.687 0"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3Z",clipRule:"evenodd"})]}),jd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 9H3M8.62 9v12"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Pd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("rect",{width:14.006,height:14.006,x:6.998,y:6.998,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:2}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 17.002H4.997a2 2 0 0 1-2-2V4.997a2 2 0 0 1 2-2H15a2 2 0 0 1 2 2v2.001"})]}),Id=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.617 14.408 1.5 1.5-1.5 1.5M9.598 11.617l-1.5 1.5-1.5-1.5"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.369 15.643C8.938 19.362 10.349 22 12.005 22c2.158 0 3.908-4.477 3.908-10s-1.75-10-3.908-10-3.907 4.477-3.907 10v1.117"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.117 15.908H12c-5.523 0-10-1.75-10-3.908s4.477-3.908 10-3.908S22 9.842 22 12c0 1.655-2.638 3.067-6.357 3.636"})]}),Fd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.164 3H5.007a2 2 0 0 0-2 2.015l.104 14a2 2 0 0 0 2 1.985h13.88a2 2 0 0 0 2-2V7.828a2 2 0 0 0-.585-1.414l-2.828-2.828A1.999 1.999 0 0 0 16.164 3Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.993 3v3.909a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V3M7 21v-7.714C7 12.576 7.576 12 8.286 12h7.429c.709 0 1.285.576 1.285 1.286V21"})]}),_d=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M20.003 16.002H3.997a1 1 0 0 1-1-1V4.996a1 1 0 0 1 1-1h16.006a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.002v5.002M12 7.998V12M7.998 8.999v3M16.001 9.999v2M8.999 21.004h6.002M12 3.904v-.908"})]}),Td=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.003 21.004H5.998a2 2 0 0 1-2-2V4.996a2 2 0 0 1 2-2h12.005a2 2 0 0 1 2 2v14.006a2 2 0 0 1-2 2.001Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.999 7.999h7.003M8.999 16.002h7.003M8.999 12h7.003"})]}),Ad=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("circle",{cx:12.5,cy:6.5,r:1.5,fill:"#161517"}),a.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517"}),a.jsx("circle",{cx:12.5,cy:17.5,r:1.5,fill:"#161517"})]}),Dd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("circle",{cx:7,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 7 12)"}),a.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 12.5 12)"}),a.jsx("circle",{cx:18,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 18 12)"})]}),Ld=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.998 10 3.083 2.376a3.001 3.001 0 0 0 3.602.047L17.003 10"}),a.jsx("rect",{width:18.008,height:17.007,x:2.996,y:3.497,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5})]}),Nd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e}),Ud=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.198 7.56 3.483-4.063 3.755 4.38 2.43-2.834 1.936 2.26a8.01 8.01 0 0 1 1.928 5.212v.258a7.73 7.73 0 0 1-7.73 7.73v0a7.73 7.73 0 0 1-7.73-7.73v0A8.01 8.01 0 0 1 6.198 7.56Z",clipRule:"evenodd"})}),Bd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M20 19H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.629a1 1 0 0 1 .869.506l.846 1.488a1 1 0 0 0 .87.506H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1ZM11 7.5H3"})}),Zd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.6,d:"M19.306 6.276h-3.704a2.52 2.52 0 0 0 .752-1.805C16.354 3.11 15.296 2 13.997 2c-.937 0-1.745.578-2.125 1.41-.386-.56-1.013-.928-1.722-.928-1.172 0-2.126 1-2.126 2.23 0 .61.234 1.161.612 1.564H4.694C3.76 6.276 3 7.073 3 8.053v1.285c0 .919.67 1.677 1.523 1.767v8.64c0 1.244.964 2.255 2.15 2.255h10.655c1.185 0 2.149-1.011 2.149-2.254v-8.641c.854-.09 1.523-.848 1.523-1.767V8.052c0-.979-.76-1.776-1.694-1.776Zm-7.03-1.805c0-.995.772-1.804 1.721-1.804.949 0 1.72.81 1.72 1.804 0 .996-.771 1.805-1.72 1.805h-1.72V4.471Zm-3.617.242c0-.862.669-1.564 1.49-1.564.823 0 1.492.702 1.492 1.564v1.563H10.15c-.822 0-1.49-.701-1.49-1.563ZM3.635 9.338V8.052c0-.611.475-1.11 1.058-1.11h5.457l1.532.001v3.504H4.693c-.583 0-1.058-.498-1.058-1.11ZM5.16 19.746v-8.632h6.523v10.22h-5.01c-.834 0-1.513-.713-1.513-1.588Zm13.682 0c0 .875-.679 1.588-1.514 1.588h-5.01v-10.22h6.525v8.632Zm1.523-10.408c0 .612-.474 1.11-1.057 1.11h-6.99V6.942h6.99c.583 0 1.058.498 1.058 1.11v1.285Z"})}),Hd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4 8.6V21h16V8.6"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6"})]}),Rd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"})}),Wd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10 9.056C9.094 7.818 7.652 7 6 7v0a5 5 0 0 0-5 5v0a5 5 0 0 0 5 5v0a5.299 5.299 0 0 0 4.543-2.572L12 12l1.457-2.428A5.299 5.299 0 0 1 18 7v0a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5v0c-1.652 0-3.094-.818-4-2.056"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.93 6.028.521 2.954-2.954.52"})]}),Vd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.249 15.502h3.502M11 18.003h2"}),a.jsx("rect",{width:18.008,height:18.008,x:2.996,y:2.997,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.386 13.316a4.251 4.251 0 1 0-6.772 0"})]}),zd=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13 8-3 3 4 2-3 3"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Xr=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M7.625 8.875H4.5V5.75"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.5 12A7.495 7.495 0 0 0 5.188 8.875"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M16.375 15.125H19.5v3.125"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.5 12a7.495 7.495 0 0 0 14.312 3.125"})]}),Gd=E.keyframes(["from{transform:rotate(360deg);}to{transform:rotate(0deg);}"]),Kd=E(Xr).withConfig({componentId:"sc-1h6qu7m-0"})(["animation:"," 1s infinite linear;"],Gd),Yd={activity:sd,"arrow-down":td,"arrow-right":ld,"arrow-triangle":dd,"arrow-up":ud,backups:fd,blog:pd,book:hd,brackets:vd,briefcase:bd,building:gd,"burger-menu":md,cards:xd,"cell-tower":kd,chat:zl,check:od,"check-in-circle":$d,"chevron-down":ed,"chevron-left":yd,"chevron-right":Ql,"chevron-up":cd,clock:wd,cloud:Cd,code:Sd,"code-in-square":Md,connect:Ed,"connect-alt":Od,console:jd,copy:Pd,cross:id,data:Id,database:Gl,disk:Fd,display:_d,document:Td,"dots-horizontal":Dd,"dots-vertical":Ad,email:Ld,empty:Nd,eye:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.118 12.467a.987.987 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.987.987 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.429,d:"M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88"})]}),"eye-closed":e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19c-.842 0-1.685-.178-2.504-.495M20.882 12.468C18.99 15.967 15.495 19 12 19M19.08 8.92a15.135 15.135 0 0 1 1.802 2.613.987.987 0 0 1 0 .935M5 19 19 5M9.773 14.227a3.15 3.15 0 0 1 4.455-4.455"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.044 6.956C15.497 5.759 13.748 5 12 5c-3.495 0-6.99 3.033-8.882 6.533a.987.987 0 0 0 0 .935c.946 1.749 2.292 3.381 3.838 4.577"})]}),filter:Kl,fire:Ud,folder:Bd,gift:Zd,history:Yl,home:Hd,http:Rd,"info-in-circle":nd,information:rd,"insert-row":ql,integrations:Wd,"light-bulb":Vd,lightening:zd,loading:Xr,"loading-animated":Kd,metrics:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("circle",{cx:19.503,cy:4.497,r:2.501,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.002 10-2.72 3.626L9.999 11l-3.001 4.002"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21.004 10v7.002a4.002 4.002 0 0 1-4.002 4.002H6.998a4.002 4.002 0 0 1-4.002-4.002V6.998a4.002 4.002 0 0 1 4.002-4.001H14"})]}),"metrics-alt":e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 21H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3 15 7-5 4 4 7-5"})]}),payment:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{fill:"#161517",d:"M20.467 18.666H3.533A1.509 1.509 0 0 1 2 17.133V6.866C2 6 2.667 5.333 3.533 5.333h16.934C21.333 5.333 22 6 22 6.866v10.267c0 .867-.667 1.533-1.533 1.533Zm-16.934-12c-.133 0-.2.067-.2.2v10.267c0 .133.067.2.2.2h16.934c.133 0 .2-.067.2-.2V6.866c0-.133-.067-.2-.2-.2H3.533Z"}),a.jsx("path",{fill:"#161517",d:"M2.666 9.2h18.667v2.666H2.666V9.2Z"})]}),pencil:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.54 10.12-3.66-3.66"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.251 21H3v-3.251c0-.265.105-.52.293-.707L16.627 3.707a.999.999 0 0 1 1.414 0l2.251 2.25a.999.999 0 0 1 0 1.415L6.958 20.707a.997.997 0 0 1-.707.293v0Z",clipRule:"evenodd"})]}),"pie-chart":e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 12v0a9 9 0 0 1-9 9v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.364 18.364-6.071-6.071a1 1 0 0 1-.293-.707V3M12.07 11.96l7.72-4.46"})]}),play:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.336 3.156a8.99 8.99 0 0 0-5.224 3.05M3.49 9.08a8.874 8.874 0 0 0 .049 5.973M5.209 17.9a8.982 8.982 0 0 0 5.128 2.944M13.638 3.152a8.997 8.997 0 0 1 0 17.696"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10.941 9.057 3.884 2.297a.75.75 0 0 1 0 1.292l-3.884 2.297a.75.75 0 0 1-1.132-.647V9.703a.75.75 0 0 1 1.132-.646v0Z",clipRule:"evenodd"})]}),plus:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 5v13M18.5 11.5h-13"})}),popout:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 3h5v5M14 10l7-7M19 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"})}),question:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.25V13c0-.817.505-1.26 1.011-1.6.494-.333.989-.767.989-1.567a2 2 0 1 0-4 0M11.999 16a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 16"})]}),refresh:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.5 6H12a7.5 7.5 0 1 1-6.666 4.06"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.5 3-3 3 3 3"})]}),search:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.714 6.838a6.276 6.276 0 1 1-8.876 8.876 6.276 6.276 0 0 1 8.876-8.876M19 19l-3.29-3.29"})}),secure:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.319 10.342 11.17 14.49 8.68 12"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.1 5.921a11.268 11.268 0 0 1-6.463-2.688.989.989 0 0 0-1.274 0A11.275 11.275 0 0 1 4.9 5.921a.988.988 0 0 0-.9.991v4.33c0 4.367 3.156 8.462 7.478 9.685.339.096.706.096 1.045 0C16.844 19.703 20 15.61 20 11.243v-4.33a.988.988 0 0 0-.9-.992Z",clipRule:"evenodd"})]}),services:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h7v7h-7v-7Z",clipRule:"evenodd"})}),settings:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 5h3M3 5h11M10 12h11M3 12h3M18 19h3M3 19h11M17.414 3.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M9.414 10.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M17.414 17.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828"})}),share:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12 12 9-9v7-7h-7"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M9 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"})]}),"slide-in":e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.297 11.985h11.867M12.424 7.491l4.78 4.51-4.78 4.508"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M19 17V7"})]}),"slide-out":e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.703 12.015H6.836M11.576 16.509l-4.78-4.51 4.78-4.508"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M5 7v10"})]}),"sort-alt":Xl,sort:Jl,sparkle:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M2.996 16.794a4.002 4.002 0 0 1 4.002 4.002 4.002 4.002 0 0 1 4.001-4.002 4.002 4.002 0 0 1-4.001-4.002 4.002 4.002 0 0 1-4.002 4.002ZM13.001 13.793a4.002 4.002 0 0 1 4.002 4.001 4.002 4.002 0 0 1 4.001-4.001 4.002 4.002 0 0 1-4.001-4.002A4.002 4.002 0 0 1 13 13.793v0ZM6.998 6.79A4.002 4.002 0 0 1 11 10.79 4.002 4.002 0 0 1 15 6.79 4.002 4.002 0 0 1 11 2.788 4.002 4.002 0 0 1 6.998 6.79Z",clipRule:"evenodd"})}),speaker:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.999 15.002 6.998 15a4.003 4.003 0 0 1-4.002-4.004v-.998A4.002 4.002 0 0 1 7 5.997h7l3.874-2.647c1.329-.908 3.13.044 3.13 1.652v10.997c0 1.609-1.802 2.56-3.13 1.652L14 15.002Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M14 5.998v9.004M5.997 15.002l1.53 3.86a1.8 1.8 0 0 0 1.67 1.142v0c1.272 0 2.142-1.295 1.673-2.489l-.99-2.514"})]}),speed:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.007 10.313A1.69 1.69 0 0 1 13.688 12v.008a1.689 1.689 0 1 1-1.681-1.695M10.807 13.194l-1.25 1.25M16.202 7.798 13.201 10.8"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.367 5.634A9.004 9.004 0 1 1 12 2.997v3"})]}),star:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),support:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 18H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.467 11.504v-.207c0-.678.419-1.045.839-1.327.41-.276.82-.636.82-1.3a1.659 1.659 0 0 0-3.318 0M10.466 13.843a.148.148 0 0 0-.15.15.15.15 0 1 0 .15-.15"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1"})]}),table:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 9h18M3 15h18M12 9v12"})]}),taxi:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"m9.368 17.484.003-.004-.003.004Z"}),a.jsx("mask",{id:"a",fill:"#fff",children:a.jsx("path",{d:"M3.857 13.714h16.286a.43.43 0 0 0 .383-.622L18.19 8.468a1.286 1.286 0 0 0-1.17-.754H6.98a1.28 1.28 0 0 0-1.162.738l-2.343 4.64a.429.429 0 0 0 .382.622Zm2.734-4.891a.429.429 0 0 1 .39-.252H17.02a.437.437 0 0 1 .398.268l2.029 4.018H4.554L6.59 8.823Z"})}),a.jsx("path",{fill:"#161517",d:"M3.857 13.714v-1.5 1.5Zm16.286 0v-1.5 1.5Zm.383-.622-1.339.677 1.339-.677ZM18.19 8.468l-1.365.62.012.029.014.027 1.34-.676Zm-1.17-.754v-1.5 1.5Zm-10.04 0-.003 1.5h.004v-1.5Zm-1.162.738 1.34.677.01-.02.01-.021-1.36-.636Zm-2.343 4.64 1.339.677-1.34-.677Zm3.116-4.27L7.93 9.5l.014-.028.012-.027-1.365-.621Zm.39-.25v-1.5 1.5Zm10.039 0 .017-1.5h-.017v1.5Zm.398.267-1.382.583.02.047.022.046 1.34-.677Zm2.029 4.018v1.5h2.438l-1.1-2.176-1.338.676Zm-14.893 0-1.34-.676-1.098 2.176h2.438v-1.5Zm-.697 2.357h16.286v-3H3.857v3Zm16.285 0c.33 0 .654-.084.942-.244l-1.463-2.62c.16-.089.34-.136.523-.136l-.002 3Zm.942-.244c.287-.161.53-.393.702-.673l-2.555-1.573c.096-.156.23-.284.39-.374l1.463 2.62Zm.702-.673c.173-.281.27-.601.284-.93l-2.997-.126c.008-.183.062-.36.158-.517l2.555 1.573Zm.284-.93a1.929 1.929 0 0 0-.205-.951l-2.678 1.353a1.073 1.073 0 0 1-.114-.528l2.997.126Zm-.205-.95-2.336-4.625-2.678 1.352 2.336 4.625 2.678-1.353Zm-2.31-4.57a2.785 2.785 0 0 0-1.027-1.189L16.904 9.18a.214.214 0 0 1-.08-.091l2.732-1.241Zm-1.027-1.189a2.786 2.786 0 0 0-1.508-.444v3a.214.214 0 0 1-.116-.034l1.624-2.522Zm-1.508-.444H6.98v3h10.04v-3Zm-10.036 0a2.78 2.78 0 0 0-1.496.433L7.096 9.18a.22.22 0 0 1-.119.034l.007-3Zm-1.496.433a2.78 2.78 0 0 0-1.029 1.17l2.718 1.27a.22.22 0 0 1-.081.093L5.488 6.647Zm-1.009 1.13-2.343 4.64 2.678 1.352 2.343-4.64L4.48 7.776Zm-2.343 4.639c-.149.294-.22.621-.206.95l2.998-.125c.007.183-.032.365-.114.528l-2.678-1.353Zm-.206.95c.014.33.112.65.285.93l2.555-1.572c.096.156.15.334.158.517l-2.998.126Zm.285.93c.173.281.414.513.702.674l1.463-2.62c.16.09.294.218.39.374l-2.555 1.573Zm.702.674c.288.16.612.244.941.244l-.001-3c.183 0 .363.047.523.136l-1.463 2.62Zm5.04-5.526a1.071 1.071 0 0 1-.396.457L5.937 7.379c-.311.2-.558.486-.712.823l2.731 1.242ZM7.56 9.9c-.173.111-.374.17-.58.17v-3c-.37 0-.733.107-1.044.308L7.56 9.9Zm-.58.17H17.02v-3H6.98v3Zm10.022 0a1.062 1.062 0 0 1-.58-.18l1.672-2.49a1.937 1.937 0 0 0-1.058-.33l-.034 3Zm-.58-.18a1.063 1.063 0 0 1-.387-.469l2.763-1.167a1.937 1.937 0 0 0-.704-.855l-1.673 2.491Zm-.345-.376 2.03 4.018 2.678-1.352-2.03-4.019-2.678 1.353Zm3.369 1.842H4.554v3h14.893v-3ZM5.893 13.533 7.93 9.5 5.252 8.147 3.215 12.18l2.678 1.352Z",mask:"url(#a)"}),a.jsx("mask",{id:"b",fill:"#fff",children:a.jsx("path",{d:"M5.357 15h-1.5a.857.857 0 0 0-.857.857v1.072a.857.857 0 0 0 .857.857h3.429a.428.428 0 0 0 .428-.429A2.36 2.36 0 0 0 5.357 15Zm-1.5 1.929v-1.072h1.5a1.502 1.502 0 0 1 1.438 1.072H3.857Z"})}),a.jsx("path",{fill:"#161517",d:"m5.357 15 .002-1.5h-.002V15Zm2.357 2.357h1.5v-.002l-1.5.002Zm-3.857-.428h-1.5v1.5h1.5v-1.5Zm0-1.072v-1.5h-1.5v1.5h1.5Zm1.5 0 .002-1.5h-.002v1.5Zm1.438 1.072v1.5h2.014l-.577-1.93-1.437.43ZM5.357 13.5h-1.5v3h1.5v-3Zm-1.5 0c-.625 0-1.225.248-1.667.69l2.122 2.122a.643.643 0 0 1-.455.188v-3Zm-1.667.69a2.357 2.357 0 0 0-.69 1.667h3c0 .17-.068.334-.188.455L2.19 14.19Zm-.69 1.667v1.072h3v-1.072h-3Zm0 1.072c0 .625.248 1.224.69 1.666l2.122-2.121c.12.12.188.284.188.455h-3Zm.69 1.666c.442.442 1.042.69 1.667.69v-3c.17 0 .334.068.455.189L2.19 18.595Zm1.667.69h3.429v-3H3.857v3Zm3.429 0c.511 0 1.002-.203 1.363-.564l-2.12-2.122c.2-.2.473-.313.757-.313v3Zm1.363-.564c.362-.362.565-.852.565-1.364h-3c0-.284.113-.556.314-.758l2.121 2.122Zm.565-1.366a3.86 3.86 0 0 0-1.13-2.725l-2.122 2.122a.86.86 0 0 1 .252.607l3-.004Zm-1.13-2.725a3.86 3.86 0 0 0-2.725-1.13l-.003 3a.86.86 0 0 1 .606.252l2.122-2.121ZM5.357 16.93v-1.072h-3v1.072h3Zm-1.5.428h1.5v-3h-1.5v3Zm1.498 0h.002l1.793-2.405a3.002 3.002 0 0 0-1.791-.595l-.003 3Zm.002 0v.002l2.875-.86a3.003 3.003 0 0 0-1.082-1.547l-1.793 2.406Zm1.438-1.928H3.857v3h2.938v-3Z",mask:"url(#b)"}),a.jsx("mask",{id:"c",fill:"#fff",children:a.jsx("path",{d:"M21 16.929v-1.072a.857.857 0 0 0-.857-.857h-1.5a2.36 2.36 0 0 0-2.357 2.357.429.429 0 0 0 .429.429h3.428a.857.857 0 0 0 .857-.857Zm-2.357-1.072h1.5v1.072h-2.937a1.502 1.502 0 0 1 1.437-1.072Z"})}),a.jsx("path",{fill:"#161517",d:"M18.643 15v-1.5h-.001l.001 1.5Zm-2.357 2.357-1.5-.002v.002h1.5Zm2.357-1.5v-1.5h-.001l.001 1.5Zm1.5 0h1.5v-1.5h-1.5v1.5Zm0 1.072v1.5h1.5v-1.5h-1.5Zm-2.937 0-1.437-.43-.578 1.93h2.015v-1.5Zm5.294 0v-1.072h-3v1.072h3Zm0-1.072c0-.625-.248-1.225-.69-1.667l-2.121 2.122a.643.643 0 0 1-.189-.455h3Zm-.69-1.667a2.357 2.357 0 0 0-1.667-.69v3a.643.643 0 0 1-.454-.188l2.121-2.122Zm-1.667-.69h-1.5v3h1.5v-3Zm-1.501 0a3.86 3.86 0 0 0-2.725 1.13l2.12 2.122a.86.86 0 0 1 .608-.252l-.003-3Zm-2.725 1.13a3.86 3.86 0 0 0-1.13 2.725l3 .004a.86.86 0 0 1 .25-.607l-2.12-2.121Zm-1.13 2.727c0 .512.202 1.002.564 1.364l2.121-2.122c.201.201.314.474.314.758h-3Zm.564 1.364c.362.361.852.565 1.364.565v-3c.284 0 .556.113.757.313l-2.121 2.122Zm1.364.565h3.428v-3h-3.428v3Zm3.428 0c.625 0 1.225-.249 1.667-.69l-2.121-2.122a.643.643 0 0 1 .454-.188v3Zm1.667-.69c.442-.443.69-1.042.69-1.667h-3c0-.17.068-.334.189-.455l2.121 2.121Zm-3.167-1.239h1.5v-3h-1.5v3Zm0-1.5v1.072h3v-1.072h-3Zm1.5-.428h-2.937v3h2.937v-3Zm-1.5 1.93v-.001l-1.792-2.406a3.003 3.003 0 0 0-1.082 1.546l2.874.86Zm0-.001h.002l-.003-3c-.646 0-1.274.208-1.791.594l1.793 2.406Z",mask:"url(#c)"}),a.jsx("mask",{id:"d",fill:"#fff",children:a.jsx("path",{d:"M21.322 9.857h-.932l-.945-2.093A3.006 3.006 0 0 0 16.71 6h-.1l-.865-3.115a.429.429 0 0 0-.412-.314H8.667a.429.429 0 0 0-.413.314L7.39 6h-.1a3.005 3.005 0 0 0-2.733 1.764L3.61 9.857H2.68c-1.345 0-1.822.75-1.822 1.393a1.395 1.395 0 0 0 1.393 1.393h.101l-.291.643a3.861 3.861 0 0 0-.345 1.602v3.54c.001.46.152.908.43 1.275l-.002.011V21a1.286 1.286 0 0 0 1.286 1.286h1.714A1.286 1.286 0 0 0 6.43 21v-.429h11.143V21a1.286 1.286 0 0 0 1.285 1.286h1.715A1.286 1.286 0 0 0 21.857 21v-1.286l-.002-.01c.278-.368.43-.815.431-1.276v-3.54a3.86 3.86 0 0 0-.343-1.602l-.291-.643h.1a1.394 1.394 0 0 0 1.391-1.393c0-.643-.477-1.393-1.821-1.393ZM1.715 11.25c0-.484.674-.536.964-.536h.519l-.476 1.072H2.25a.537.537 0 0 1-.535-.536Zm7.278-7.822h6.015L15.722 6H8.278l.715-2.572ZM5.572 21a.429.429 0 0 1-.429.428H3.43A.428.428 0 0 1 3 21v-.61c.27.12.562.181.857.181h1.715V21Zm-1.715-1.286a1.286 1.286 0 0 1-1.285-1.286v-3.54c0-.43.09-.856.268-1.247l2.497-5.524a2.146 2.146 0 0 1 1.953-1.26h9.42a2.146 2.146 0 0 1 1.953 1.26l2.497 5.524c.178.391.27.817.269 1.247v3.54a1.286 1.286 0 0 1-1.286 1.286H3.857Zm16.715 1.714h-1.715A.428.428 0 0 1 18.43 21v-.429h1.714c.295 0 .587-.062.857-.181V21a.429.429 0 0 1-.428.428Zm1.178-9.642h-.471l-.476-1.072h.519c.29 0 .964.052.964.536a.536.536 0 0 1-.536.536Z"})}),a.jsx("path",{stroke:"#161517",strokeWidth:3,d:"M21.322 9.857h-.932l-.945-2.093A3.006 3.006 0 0 0 16.71 6h-.1l-.865-3.115a.429.429 0 0 0-.412-.314H8.667a.429.429 0 0 0-.413.314L7.39 6h-.1a3.005 3.005 0 0 0-2.733 1.764L3.61 9.857H2.68c-1.345 0-1.822.75-1.822 1.393a1.395 1.395 0 0 0 1.393 1.393h.101l-.291.643a3.861 3.861 0 0 0-.345 1.602v3.54c.001.46.152.908.43 1.275l-.002.011V21a1.286 1.286 0 0 0 1.286 1.286h1.714A1.286 1.286 0 0 0 6.43 21v-.429h11.143V21a1.286 1.286 0 0 0 1.285 1.286h1.715A1.286 1.286 0 0 0 21.857 21v-1.286l-.002-.01c.278-.368.43-.815.431-1.276v-3.54a3.86 3.86 0 0 0-.343-1.602l-.291-.643h.1a1.394 1.394 0 0 0 1.391-1.393c0-.643-.477-1.393-1.821-1.393ZM1.715 11.25c0-.484.674-.536.964-.536h.519l-.476 1.072H2.25a.537.537 0 0 1-.535-.536Zm7.278-7.822h6.015L15.722 6H8.278l.715-2.572ZM5.572 21a.429.429 0 0 1-.429.428H3.43A.428.428 0 0 1 3 21v-.61c.27.12.562.181.857.181h1.715V21Zm-1.715-1.286a1.286 1.286 0 0 1-1.285-1.286v-3.54c0-.43.09-.856.268-1.247l2.497-5.524a2.146 2.146 0 0 1 1.953-1.26h9.42a2.146 2.146 0 0 1 1.953 1.26l2.497 5.524c.178.391.27.817.269 1.247v3.54a1.286 1.286 0 0 1-1.286 1.286H3.857Zm16.715 1.714h-1.715A.428.428 0 0 1 18.43 21v-.429h1.714c.295 0 .587-.062.857-.181V21a.429.429 0 0 1-.428.428Zm1.178-9.642h-.471l-.476-1.072h.519c.29 0 .964.052.964.536a.536.536 0 0 1-.536.536Z",mask:"url(#d)"}),a.jsx("mask",{id:"e",fill:"#fff",children:a.jsx("path",{d:"M10.715 4.714h-.858v.857h.858v-.857Z"})}),a.jsx("path",{fill:"#161517",d:"M9.857 4.714v-1.5h-1.5v1.5h1.5Zm.858 0h1.5v-1.5h-1.5v1.5Zm0 .857v1.5h1.5v-1.5h-1.5Zm-.858 0h-1.5v1.5h1.5v-1.5Zm0 .643h.858v-3h-.858v3Zm-.642-1.5v.857h3v-.857h-3Zm1.5-.643h-.858v3h.858v-3Zm.642 1.5v-.857h-3v.857h3Z",mask:"url(#e)"}),a.jsx("mask",{id:"f",fill:"#fff",children:a.jsx("path",{d:"M11.571 3.857h-.857v.857h.857v-.857Z"})}),a.jsx("path",{fill:"#161517",d:"M10.714 3.857v-1.5h-1.5v1.5h1.5Zm.857 0h1.5v-1.5h-1.5v1.5Zm0 .857v1.5h1.5v-1.5h-1.5Zm-.857 0h-1.5v1.5h1.5v-1.5Zm0 .643h.857v-3h-.857v3Zm-.643-1.5v.857h3v-.857h-3Zm1.5-.643h-.857v3h.857v-3Zm.643 1.5v-.857h-3v.857h3Z",mask:"url(#f)"}),a.jsx("mask",{id:"g",fill:"#fff",children:a.jsx("path",{d:"M12.428 4.714h-.857v.857h.857v-.857Z"})}),a.jsx("path",{fill:"#161517",d:"M11.571 4.714v-1.5h-1.5v1.5h1.5Zm.857 0h1.5v-1.5h-1.5v1.5Zm0 .857v1.5h1.5v-1.5h-1.5Zm-.857 0h-1.5v1.5h1.5v-1.5Zm0 .643h.857v-3h-.857v3Zm-.643-1.5v.857h3v-.857h-3Zm1.5-.643h-.857v3h.857v-3Zm.643 1.5v-.857h-3v.857h3Z",mask:"url(#g)"}),a.jsx("mask",{id:"h",fill:"#fff",children:a.jsx("path",{d:"M13.286 3.857h-.857v.857h.857v-.857Z"})}),a.jsx("path",{fill:"#161517",d:"M12.429 3.857v-1.5h-1.5v1.5h1.5Zm.857 0h1.5v-1.5h-1.5v1.5Zm0 .857v1.5h1.5v-1.5h-1.5Zm-.857 0h-1.5v1.5h1.5v-1.5Zm0 .643h.857v-3h-.857v3Zm-.643-1.5v.857h3v-.857h-3Zm1.5-.643h-.857v3h.857v-3Zm.643 1.5v-.857h-3v.857h3Z",mask:"url(#h)"}),a.jsx("mask",{id:"i",fill:"#fff",children:a.jsx("path",{d:"M14.143 4.714h-.857v.857h.857v-.857Z"})}),a.jsx("path",{fill:"#161517",d:"M13.286 4.714v-1.5h-1.5v1.5h1.5Zm.857 0h1.5v-1.5h-1.5v1.5Zm0 .857v1.5h1.5v-1.5h-1.5Zm-.857 0h-1.5v1.5h1.5v-1.5Zm0 .643h.857v-3h-.857v3Zm-.643-1.5v.857h3v-.857h-3Zm1.5-.643h-.857v3h.857v-3Zm.643 1.5v-.857h-3v.857h3Z",mask:"url(#i)"})]}),trash:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6 18.75V6M19.5 6h-15M10 3h4M14 10v7M10 17v-7"})}),upload:e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19.813v-7M9.833 14.813 12 12.645l2.167 2.168"}),a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 19.813h2.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.022-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8"})]}),url:e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:a.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.445 12.778 2.333-2.333a4.401 4.401 0 0 0 0-6.223v0a4.401 4.401 0 0 0-6.223 0l-2.333 2.333M8.89 15.11l6.22-6.22M6.555 11.222l-2.333 2.333a4.401 4.401 0 0 0 0 6.223v0a4.401 4.401 0 0 0 6.223 0l2.333-2.333"})}),user:qr,users:Vl,warning:ad},qd=({name:e,...t})=>{const n=Yd[e];return n?a.jsx(n,{...t}):null},Xd=e=>({color:t,width:n,height:o,className:r,size:i,...s})=>a.jsx(Jd,{$color:t,$width:n,$height:o,$size:i,className:r,children:a.jsx(e,{...s})}),Jd=E.div.withConfig({componentId:"sc-29ieut-0"})(["display:flex;align-items:center;",""],({theme:e,$color:t="currentColor",$width:n,$height:o,$size:r})=>`
|
|
27
|
+
Check the top-level render call using <`+_+">.")}return E}}function Dc(m,E){{if(!m._store||m._store.validated||m.key!=null)return;m._store.validated=!0;var _=pm(E);if(Ac[_])return;Ac[_]=!0;var N="";m&&m._owner&&m._owner!==Ur.current&&(N=" It was passed a child from "+B(m._owner.type)+"."),St(m),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',_,N),St(null)}}function Nc(m,E){{if(typeof m!="object")return;if(Br(m))for(var _=0;_<m.length;_++){var N=m[_];Wr(N)&&Dc(N,E)}else if(Wr(m))m._store&&(m._store.validated=!0);else if(m){var J=x(m);if(typeof J=="function"&&J!==m.entries)for(var Q=J.call(m),K;!(K=Q.next()).done;)Wr(K.value)&&Dc(K.value,E)}}}function hm(m){{var E=m.type;if(E==null||typeof E=="string")return;var _;if(typeof E=="function")_=E.propTypes;else if(typeof E=="object"&&(E.$$typeof===d||E.$$typeof===u))_=E.propTypes;else return;if(_){var N=B(E);Mt(_,m.props,"prop",N,m)}else if(E.PropTypes!==void 0&&!Rr){Rr=!0;var J=B(E);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",J||"Unknown")}typeof E.getDefaultProps=="function"&&!E.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function vm(m){{for(var E=Object.keys(m.props),_=0;_<E.length;_++){var N=E[_];if(N!=="children"&&N!=="key"){St(m),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",N),St(null);break}}m.ref!==null&&(St(m),w("Invalid attribute `ref` supplied to `React.Fragment`."),St(null))}}function Zc(m,E,_,N,J,Q){{var K=Y(m);if(!K){var R="";(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(R+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var ue=um(J);ue?R+=ue:R+=Hc();var ae;m===null?ae="null":Br(m)?ae="array":m!==void 0&&m.$$typeof===t?(ae="<"+(B(m.type)||"Unknown")+" />",R=" Did you accidentally export a JSX literal instead of a component?"):ae=typeof m,w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ae,R)}var ie=fm(m,E,_,J,Q);if(ie==null)return ie;if(K){var $e=E.children;if($e!==void 0)if(N)if(Br($e)){for(var Lt=0;Lt<$e.length;Lt++)Nc($e[Lt],m);Object.freeze&&Object.freeze($e)}else w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Nc($e,m)}return m===r?vm(ie):hm(ie),ie}}function bm(m,E,_){return Zc(m,E,_,!0)}function gm(m,E,_){return Zc(m,E,_,!1)}var mm=gm,xm=bm;Et.Fragment=r,Et.jsx=mm,Et.jsxs=xm}()),Et}process.env.NODE_ENV==="production"?so.exports=Uc():so.exports=Rc();var o=so.exports;const Wc=e=>o.jsxs("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{d:"M15.2158 11.2407C17.0021 11.1757 18.42 9.71476 18.4314 7.92732C18.4038 6.17864 16.9645 4.78308 15.2158 4.80945",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.42753 11.2407C11.2138 11.1757 12.6317 9.71476 12.6432 7.92732C12.6156 6.17864 11.1762 4.78308 9.42753 4.80945C7.67884 4.78308 6.23952 6.17864 6.21191 7.92732C6.22292 9.71494 7.64104 11.1762 9.42753 11.2407V11.2407Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16.0015 20.816V18.8151C16.0015 16.6051 14.2099 14.8135 11.9998 14.8135H6.99776C4.7877 14.8135 2.99609 16.6051 2.99609 18.8151V20.816",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M21.0042 20.816V17.8147C21.0042 16.1572 19.6605 14.8135 18.0029 14.8135",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),qr=e=>o.jsx("svg",{width:e.width,height:e.height,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{d:"M12 12.0625C9.9471 12.0625 8.267 10.3832 8.267 8.3295H6.767C6.767 11.2118 9.1189 13.5625 12 13.5625V12.0625ZM8.267 8.3295C8.267 6.26844 9.95445 4.5625 12 4.5625V3.0625C9.11155 3.0625 6.767 5.45456 6.767 8.3295H8.267ZM12 4.5625C14.0529 4.5625 15.733 6.24182 15.733 8.2955H17.233C17.233 5.41318 14.8811 3.0625 12 3.0625V4.5625ZM15.733 8.2955C15.733 10.3566 14.0456 12.0625 12 12.0625V13.5625C14.8884 13.5625 17.233 11.1704 17.233 8.2955H15.733ZM19 21.0625H5V22.5625H19V21.0625ZM5 21.0625C4.86421 21.0625 4.75 20.9483 4.75 20.8125H3.25C3.25 21.7767 4.03579 22.5625 5 22.5625V21.0625ZM4.75 20.8125V19.8125H3.25V20.8125H4.75ZM4.75 19.8125C4.75 18.0267 6.21421 16.5625 8 16.5625V15.0625C5.38579 15.0625 3.25 17.1983 3.25 19.8125H4.75ZM8 16.5625H16V15.0625H8V16.5625ZM16 16.5625C17.7858 16.5625 19.25 18.0267 19.25 19.8125H20.75C20.75 17.1983 18.6142 15.0625 16 15.0625V16.5625ZM19.25 19.8125V20.8125H20.75V19.8125H19.25ZM19.25 20.8125C19.25 20.9483 19.1358 21.0625 19 21.0625V22.5625C19.9642 22.5625 20.75 21.7767 20.75 20.8125H19.25Z",fill:"#161517"})}),zc=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",d:"M13 17h5a3 3 0 003-3V6a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3h2v4l5-4"})}),Gc=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"25",fill:"none",viewBox:"0 0 24 25",...e,children:[o.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M5.5 13.18c0 1.776 2.934 3.033 6.498 3.033 3.565 0 6.499-1.257 6.499-3.032a.433.433 0 1 0-.867 0c0 1.096-2.497 2.166-5.632 2.166s-5.632-1.07-5.632-2.166a.433.433 0 1 0-.866 0ZM5.5 9.499c0 1.557 2.919 2.6 6.498 2.6 3.58 0 6.499-1.043 6.499-2.6a.433.433 0 1 0-.867 0c0 .835-2.512 1.733-5.632 1.733-3.12 0-5.632-.898-5.632-1.733a.433.433 0 0 0-.866 0ZM17.631 5.6c0 .835-2.512 1.732-5.632 1.732-3.12 0-5.632-.897-5.632-1.733 0-.835 2.513-1.733 5.632-1.733 3.12 0 5.632.898 5.632 1.733Zm.867 0c0-1.558-2.919-2.6-6.499-2.6-3.58 0-6.498 1.042-6.498 2.6 0 1.556 2.919 2.599 6.498 2.599 3.58 0 6.499-1.043 6.499-2.6Z",clipRule:"evenodd"}),o.jsx("path",{fill:"#161517",fillRule:"evenodd",stroke:"#161517",strokeWidth:.5,d:"M17.63 5.6v11.697c0 .285-.578.833-1.53 1.289-1.147.548-2.61.88-4.101.877-1.494.003-2.956-.329-4.102-.877-.953-.456-1.53-1.004-1.53-1.289V5.6a.433.433 0 1 0-.867 0v11.697c0 1.483 3.253 3.039 6.499 3.033 3.245.006 6.498-1.55 6.498-3.033V5.6a.433.433 0 0 0-.867 0Z",clipRule:"evenodd"})]}),Kc=e=>o.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_353_4848)",children:[o.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),o.jsx("path",{d:"M8.03753 18.5637H10.2809C11.1625 18.5637 11.5811 18.1396 11.5811 17.2412V15.0313C11.5811 14.1385 11.1625 13.7144 10.2809 13.7144H8.03753C7.16141 13.7144 6.7373 14.1385 6.7373 15.0313V17.2412C6.7373 18.1396 7.16141 18.5637 8.03753 18.5637ZM13.7184 18.5637H15.9617C16.8378 18.5637 17.2619 18.1396 17.2619 17.2412V15.0313C17.2619 14.1385 16.8378 13.7144 15.9617 13.7144H13.7184C12.8422 13.7144 12.4181 14.1385 12.4181 15.0313V17.2412C12.4181 18.1396 12.8422 18.5637 13.7184 18.5637ZM7.99288 17.6095C7.78641 17.6095 7.69154 17.509 7.69154 17.2914V14.9811C7.69154 14.7691 7.78641 14.6686 7.99288 14.6686H10.3255C10.532 14.6686 10.6324 14.7691 10.6324 14.9811V17.2914C10.6324 17.509 10.532 17.6095 10.3255 17.6095H7.99288ZM13.6793 17.6095C13.4672 17.6095 13.3724 17.509 13.3724 17.2914V14.9811C13.3724 14.7691 13.4672 14.6686 13.6793 14.6686H16.0063C16.2128 14.6686 16.3076 14.7691 16.3076 14.9811V17.2914C16.3076 17.509 16.2128 17.6095 16.0063 17.6095H13.6793ZM8.64579 16.7724H9.66699C9.75628 16.7724 9.79534 16.7334 9.79534 16.6329V15.6396C9.79534 15.5392 9.75628 15.5057 9.66699 15.5057H8.64579C8.5565 15.5057 8.5286 15.5392 8.5286 15.6396V16.6329C8.5286 16.7334 8.5565 16.7724 8.64579 16.7724ZM14.3489 16.7724H15.3701C15.4594 16.7724 15.4985 16.7334 15.4985 16.6329V15.6396C15.4985 15.5392 15.4594 15.5057 15.3701 15.5057H14.3489C14.2596 15.5057 14.2317 15.5392 14.2317 15.6396V16.6329C14.2317 16.7334 14.2596 16.7724 14.3489 16.7724ZM8.03753 24.2389H10.2809C11.1625 24.2389 11.5811 23.8204 11.5811 22.922V20.7122C11.5811 19.8193 11.1625 19.3952 10.2809 19.3952H8.03753C7.16141 19.3952 6.7373 19.8193 6.7373 20.7122V22.922C6.7373 23.8204 7.16141 24.2389 8.03753 24.2389ZM12.8143 20.9186H13.8411C13.9304 20.9186 13.9695 20.8851 13.9695 20.7791V19.7858C13.9695 19.6854 13.9304 19.6519 13.8411 19.6519H12.8143C12.7306 19.6519 12.6971 19.6854 12.6971 19.7858V20.7791C12.6971 20.8851 12.7306 20.9186 12.8143 20.9186ZM15.8221 20.9186H16.8489C16.9382 20.9186 16.9717 20.8851 16.9717 20.7791V19.7858C16.9717 19.6854 16.9382 19.6519 16.8489 19.6519H15.8221C15.7329 19.6519 15.705 19.6854 15.705 19.7858V20.7791C15.705 20.8851 15.7329 20.9186 15.8221 20.9186ZM7.99288 23.2903C7.78641 23.2903 7.69154 23.1898 7.69154 22.9778V20.6619C7.69154 20.4499 7.78641 20.3494 7.99288 20.3494H10.3255C10.532 20.3494 10.6324 20.4499 10.6324 20.6619V22.9778C10.6324 23.1898 10.532 23.2903 10.3255 23.2903H7.99288ZM14.3322 22.4197H15.359C15.4483 22.4197 15.4817 22.3863 15.4817 22.2802V21.2869C15.4817 21.1921 15.4483 21.153 15.359 21.153H14.3322C14.2485 21.153 14.215 21.1921 14.215 21.2869V22.2802C14.215 22.3863 14.2485 22.4197 14.3322 22.4197ZM8.64579 22.4532H9.66699C9.75628 22.4532 9.79534 22.4142 9.79534 22.3137V21.3204C9.79534 21.22 9.75628 21.1865 9.66699 21.1865H8.64579C8.5565 21.1865 8.5286 21.22 8.5286 21.3204V22.3137C8.5286 22.4142 8.5565 22.4532 8.64579 22.4532ZM12.8143 23.9209H13.8411C13.9304 23.9209 13.9695 23.8874 13.9695 23.7814V22.788C13.9695 22.6932 13.9304 22.6541 13.8411 22.6541H12.8143C12.7306 22.6541 12.6971 22.6932 12.6971 22.788V23.7814C12.6971 23.8874 12.7306 23.9209 12.8143 23.9209ZM15.8221 23.9209H16.8489C16.9382 23.9209 16.9717 23.8874 16.9717 23.7814V22.788C16.9717 22.6932 16.9382 22.6541 16.8489 22.6541H15.8221C15.7329 22.6541 15.705 22.6932 15.705 22.788V23.7814C15.705 23.8874 15.7329 23.9209 15.8221 23.9209Z",fill:"#696E79"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_353_4848",children:o.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),Yc=e=>o.jsxs("svg",{width:"24",height:"38",viewBox:"0 0 24 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_353_4846)",children:[o.jsx("path",{d:"M0.727539 32.5938C0.727539 35.333 2.65332 37.1758 5.50879 37.1758H18.5576C21.3799 37.1758 23.2559 35.333 23.2559 32.5938V5.41699C23.2559 2.67773 21.3799 0.834961 18.5576 0.834961H5.50879C2.65332 0.834961 0.727539 2.67773 0.727539 5.41699V32.5938ZM8.62988 4.07227C8.62988 3.64062 8.92871 3.3584 9.34375 3.3584H14.6729C15.0879 3.3584 15.3701 3.64062 15.3701 4.07227C15.3701 4.4873 15.0879 4.76953 14.6729 4.76953H9.34375C8.92871 4.76953 8.62988 4.4873 8.62988 4.07227ZM3.98145 30.9336V7.09375H20.0186V30.9336H3.98145ZM12.0166 35.333C11.1533 35.333 10.4727 34.6357 10.4727 33.7891C10.4727 32.9424 11.1533 32.2617 12.0166 32.2617C12.8633 32.2617 13.5439 32.9424 13.5439 33.7891C13.5439 34.6357 12.8633 35.333 12.0166 35.333Z",fill:"#696E79"}),o.jsx("path",{d:"M8.04911 25.0647C8.83594 25.0647 10.4208 24.317 11.6373 23.452C15.6049 23.5022 18.5625 21.1975 18.5625 18.173C18.5625 15.2433 15.644 12.8828 12 12.8828C8.35603 12.8828 5.4375 15.2433 5.4375 18.173C5.4375 20.0089 6.55915 21.6551 8.29464 22.5312C8.06027 22.9609 7.66406 23.558 7.42969 23.8761C7.03348 24.4007 7.32366 25.0647 8.04911 25.0647ZM8.77455 23.7757C8.69085 23.8092 8.65737 23.7701 8.71875 23.692C8.98103 23.3627 9.39397 22.827 9.61161 22.4252C9.7846 22.1071 9.71205 21.8281 9.34933 21.6551C7.68638 20.8683 6.70424 19.6071 6.70424 18.173C6.70424 15.9576 9.05357 14.1496 12 14.1496C14.9408 14.1496 17.2902 15.9576 17.2902 18.173C17.2902 20.394 14.9408 22.1964 12 22.1964C11.9051 22.1964 11.76 22.1964 11.5871 22.1908C11.3415 22.1908 11.1629 22.2578 10.9342 22.442C10.2701 22.9386 9.26562 23.5804 8.77455 23.7757Z",fill:"#696E79"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_353_4846",children:o.jsx("rect",{width:"24",height:"38",fill:"white"})})})]}),qc=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M14.5 13.5L19.707 8.293C19.895 8.105 20 7.851 20 7.586V5C20 4.448 19.552 4 19 4H5C4.448 4 4 4.448 4 5V7.586C4 7.851 4.105 8.106 4.293 8.293L9.5 13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M9.5 13.5V19.749C9.5 20.562 10.264 21.159 11.053 20.962L13.553 20.337C14.109 20.198 14.5 19.698 14.5 19.124V13.5",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),Xc=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 4.997H4.997M12 4.997A8.003 8.003 0 1 1 3.997 13M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.001 13.75h-3.81V9.834"})]}),Jc=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 4h12M3 4h1M3 8h1M3 12h1M8 8h12M8 12h2"}),o.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M17 21a5 5 0 0 1-5-5c0-2.704 2.3-5.003 5.004-5A5 5 0 0 1 17 21"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 14v4M19 16h-4"})]}),Qc=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.4 15.4 7 19l3.6-3.6M7 5v14M20.6 8.6 17 5l-3.6 3.6M17 19V5"})}),es=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 9-4-4-4 4M8 15l4 4 4-4"})}),ts=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10 16 4-4-4-4"})}),ns=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8 10 4 4 4-4"})}),os=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.02 4.48v14.99M18.012 13.483 12 19.52l-6.012-6.037"})}),rs=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.999 8a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 8"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 12v5"})]}),as=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{d:"M20 6.5L9 17.5L4 12.5",stroke:"#161517",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),is=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M10.854 11.877h1.15v4.252M10.845 16.128h2.31"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.946 7.872a.25.25 0 1 1-.25-.25"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",d:"M11.695 8.623a.25.25 0 0 1 .25.25"})]}),ls=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.12V9.38M11.999 16.125a.25.25 0 1 0 .002.5.25.25 0 0 0-.002-.5"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.029 4.14 7.659 13.403c.89 1.558-.235 3.497-2.03 3.497H4.342c-1.795 0-2.92-1.939-2.03-3.497L9.972 4.14c.897-1.57 3.16-1.57 4.058 0Z",clipRule:"evenodd"})]}),cs=e=>o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[o.jsx("path",{d:"M8 8L16 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16 8L8 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ss=e=>o.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16 14-4-4-4 4"})}),ds=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6 12h1.85l2.168 5 3.964-10 2.168 5H18"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.5 21.5h-11a4 4 0 0 1-4-4v-11a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4v11a4 4 0 0 1-4 4Z",clipRule:"evenodd"})]}),fs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.48 11.98h14.99M13.483 5.988 19.52 12l-6.037 6.012"})}),us=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m15.612 21-2.064-2.05 2.064-2.048"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.45 12.297 2.306 3.965c.695 1.195-.174 2.689-1.564 2.689h-5.644M13.565 7.998l2.82.75.755-2.798M6.066 11.41l-2.822 4.852c-.695 1.195.174 2.689 1.564 2.689H9.42"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m8.13 7.86 2.306-3.964c.695-1.195 2.433-1.195 3.128 0l2.822 4.852M3.247 12.16l2.82-.75.755 2.799"})]}),ps=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.98 19.52V4.53M5.988 10.517 12 4.48l6.012 6.037"})}),hs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 13A8.003 8.003 0 1 0 12 4.997H4.997M7.998 1.996l-3 3.001M7.998 7.998l-3-3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14.235 11.851-2.792 2.791-1.678-1.672"})]}),vs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.332 10.318 2.142-2.157a3.084 3.084 0 0 1 4.377 0v0a3.097 3.097 0 0 1 0 4.364l-2.12 2.135c-.375.378-.885.59-1.416.59H8.75v-3.52c0-.53.209-1.037.582-1.412v0Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 7v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13.75 10.25-6 6"})]}),bs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.37a6.368 6.368 0 0 0-7.495-1.12c-.684.364-1.509-.085-1.509-.86V5.295c0-.637.294-1.249.812-1.618A6.367 6.367 0 0 1 12 4.364a6.367 6.367 0 0 1 8.191-.687c.518.37.813.981.813 1.618v9.095c0 .775-.826 1.225-1.509.86A6.368 6.368 0 0 0 12 16.37Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.505 19.387A6.368 6.368 0 0 1 12 20.507a6.368 6.368 0 0 1 7.495-1.12M12 16.37V4.363"})]}),gs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.574 20.003a2.287 2.287 0 0 0 2.287-2.287v-4.573L22.005 12l-1.144-1.144V6.284a2.286 2.286 0 0 0-2.287-2.287M5.427 3.997A2.286 2.286 0 0 0 3.14 6.284v4.572L1.996 12l1.144 1.143v4.573a2.286 2.286 0 0 0 2.287 2.287M9.285 12.533l1.833 1.833 4-4.002"})}),ms=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 20.5H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.174 7.5v-2a2 2 0 0 0-2-2H9.826a2 2 0 0 0-2 2v2M3 9.5l6.351 4.191c.327.216.71.331 1.102.331h3.094c.392 0 .775-.115 1.102-.331L21 9.5"})]}),xs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.997 3.997H14a1 1 0 0 1 1 1v15.006H3.997a1 1 0 0 1-1-1V4.997a1 1 0 0 1 1-1ZM15.001 7.999h5.002a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1h-5.002V8Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 7.873a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M6.998 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M11 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 11.875a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25M18.002 15.877a.125.125 0 1 0 0 .25.125.125 0 0 0 0-.25"})]}),ks=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.75 7.25h16.5M3.75 12.5h16.5m-16.5 5.25H12"})}),ws=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.882 21.004H6.117a2.401 2.401 0 0 1-2.389-2.162l-.72-7.203A2.4 2.4 0 0 1 5.397 9h13.205a2.401 2.401 0 0 1 2.39 2.64l-.72 7.203a2.4 2.4 0 0 1-2.39 2.162v0Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.998 5.998h12.005M7.998 2.996h8.003M9.499 12.75h5.002"})]}),$s=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.312,d:"M9.046 6.657a1.623 1.623 0 0 1 0-2.293.24.24 0 1 1 .34.34 1.142 1.142 0 0 0 0 1.613.24.24 0 1 1-.34.34Zm-1.304.995a.32.32 0 0 0 .453 0 .32.32 0 0 0 0-.454 2.39 2.39 0 0 1 0-3.375.32.32 0 0 0-.453-.453 3.031 3.031 0 0 0 0 4.282Zm-1.053 1.37a.4.4 0 0 0 .283-.685 4.002 4.002 0 0 1 0-5.653.4.4 0 1 0-.566-.567A4.768 4.768 0 0 0 5 5.511c0 1.282.5 2.487 1.406 3.393a.4.4 0 0 0 .283.117Zm7.79-2.365a.24.24 0 0 0 .34 0 1.623 1.623 0 0 0 0-2.293.24.24 0 0 0-.34.34 1.142 1.142 0 0 1 0 1.613.24.24 0 0 0 0 .34Zm1.19.995a.32.32 0 0 0 .454 0 3.031 3.031 0 0 0 0-4.282.32.32 0 0 0-.453.453c.93.93.93 2.445 0 3.375a.32.32 0 0 0 0 .454Zm1.223.685a.4.4 0 1 0 .567.567 4.767 4.767 0 0 0 1.406-3.393c0-1.282-.5-2.487-1.406-3.394a.4.4 0 1 0-.567.567 4.002 4.002 0 0 1 0 5.653Zm.749 13.24a.32.32 0 0 1-.608.205l-1.092-3.233-3.874 1.792a.32.32 0 0 1-.27 0l-3.873-1.792-1.092 3.233a.32.32 0 1 1-.608-.205l4.938-14.614a1.658 1.658 0 0 1-.538-.457 1.646 1.646 0 0 1 .69-2.519l.514-.89c.058-.099.151-.099.208 0l.514.89a1.646 1.646 0 0 1 .69 2.52c-.143.188-.329.344-.537.456l4.938 14.614Zm-3.02-6.934-.247-.73-2.442-1.13-2.441 1.13-.247.73 2.688 1.244 2.689-1.244Zm-4.264-3.295 1.575.73 1.576-.73-.66-1.95-.916-.424-.916.424-.659 1.95Zm1.44-3.018a.32.32 0 0 1 .27 0l.498.23-.633-1.873L11.3 8.56l.499-.23Zm.9 4.1 1.394.646-.377-1.116-1.018.47Zm-2.546-.47-.377 1.116 1.395-.646-1.018-.47Zm1.221-5.618.257-.76a.32.32 0 0 1 .607 0l.257.76a1.004 1.004 0 1 0-1.563-.83c0 .336.172.646.442.83Zm-3.124 11.25 2.92-1.352-2.13-.986-.79 2.337Zm7.039.553-3.355-1.552-3.354 1.552 3.354 1.552 3.355-1.552Zm.33-.554-.79-2.337-2.13.986 2.92 1.351Z"})}),ys=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20.6284V20.6284C7.029 20.6284 3 16.5994 3 11.6284V11.6284C3 6.65742 7.029 2.62842 12 2.62842V2.62842C16.971 2.62842 21 6.65742 21 11.6284V11.6284C21 16.5994 16.971 20.6284 12 20.6284Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M16 9.62842L11 14.6284L8 11.6284",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}),Cs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m14 16-4-4 4-4"})}),Ms=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21c4.95 0 9-4.05 9-9s-4.05-9-9-9M12 21c-2.93 0-5.538-1.426-7.184-3.612"}),o.jsx("path",{stroke:"#161517",strokeDasharray:0,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.816 17.388A8.931 8.931 0 0 1 3 12c0-4.95 4.05-9 9-9"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m7.36 15.639 4.921-2.936V6.375"})]}),Ss=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 19h10.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.023-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8Z",clipRule:"evenodd"})}),Ls=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M13.7797 4L10.2197 20",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M18 8L22 12L18 16",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M6 16L2 12L6 8",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),js=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12.952 8.661-1.905 6.67M8.903 12.948l-1.905-1.905 1.905-1.905M15.098 14.854l1.904-1.905-1.904-1.905"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M7.998 2.992h8.003a5.002 5.002 0 0 1 5.003 5.002v8.004A5.002 5.002 0 0 1 16 21H7.998a5.002 5.002 0 0 1-5.002-5.002V7.994a5.002 5.002 0 0 1 5.002-5.002Z",clipRule:"evenodd"})]}),Es=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 8.072c-5.249-4.097-12.751-4.097-18 0M6.751 13.314c3.062-2.388 7.437-2.388 10.499 0M12 18.25a.372.372 0 0 0-.373.375.374.374 0 1 0 .748 0A.375.375 0 0 0 12 18.25"})}),Os=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 15.704a.3.3 0 0 1 .305.294.3.3 0 0 1-.305.294.3.3 0 0 1-.305-.294.3.3 0 0 1 .305-.294M16.875 10.373c-2.843-2.219-6.907-2.219-9.75 0M9.157 13.212a4.654 4.654 0 0 1 5.687 0"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3Z",clipRule:"evenodd"})]}),_s=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 9H3M8.62 9v12"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Ps=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("rect",{width:14.006,height:14.006,x:6.998,y:6.998,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:2}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.998 17.002H4.997a2 2 0 0 1-2-2V4.997a2 2 0 0 1 2-2H15a2 2 0 0 1 2 2v2.001"})]}),Is=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.617 14.408 1.5 1.5-1.5 1.5M9.598 11.617l-1.5 1.5-1.5-1.5"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.369 15.643C8.938 19.362 10.349 22 12.005 22c2.158 0 3.908-4.477 3.908-10s-1.75-10-3.908-10-3.907 4.477-3.907 10v1.117"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.117 15.908H12c-5.523 0-10-1.75-10-3.908s4.477-3.908 10-3.908S22 9.842 22 12c0 1.655-2.638 3.067-6.357 3.636"})]}),Fs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16.164 3H5.007a2 2 0 0 0-2 2.015l.104 14a2 2 0 0 0 2 1.985h13.88a2 2 0 0 0 2-2V7.828a2 2 0 0 0-.585-1.414l-2.828-2.828A1.999 1.999 0 0 0 16.164 3Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.993 3v3.909a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V3M7 21v-7.714C7 12.576 7.576 12 8.286 12h7.429c.709 0 1.285.576 1.285 1.286V21"})]}),Ts=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M20.003 16.002H3.997a1 1 0 0 1-1-1V4.996a1 1 0 0 1 1-1h16.006a1 1 0 0 1 1 1v10.004a1 1 0 0 1-1 1Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 16.002v5.002M12 7.998V12M7.998 8.999v3M16.001 9.999v2M8.999 21.004h6.002M12 3.904v-.908"})]}),Hs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.003 21.004H5.998a2 2 0 0 1-2-2V4.996a2 2 0 0 1 2-2h12.005a2 2 0 0 1 2 2v14.006a2 2 0 0 1-2 2.001Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.999 7.999h7.003M8.999 16.002h7.003M8.999 12h7.003"})]}),As=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:12.5,cy:6.5,r:1.5,fill:"#161517"}),o.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517"}),o.jsx("circle",{cx:12.5,cy:17.5,r:1.5,fill:"#161517"})]}),Ds=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:7,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 7 12)"}),o.jsx("circle",{cx:12.5,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 12.5 12)"}),o.jsx("circle",{cx:18,cy:12,r:1.5,fill:"#161517",transform:"rotate(-90 18 12)"})]}),Ns=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.998 10 3.083 2.376a3.001 3.001 0 0 0 3.602.047L17.003 10"}),o.jsx("rect",{width:18.008,height:17.007,x:2.996,y:3.497,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5})]}),Zs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e}),Bs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.198 7.56 3.483-4.063 3.755 4.38 2.43-2.834 1.936 2.26a8.01 8.01 0 0 1 1.928 5.212v.258a7.73 7.73 0 0 1-7.73 7.73v0a7.73 7.73 0 0 1-7.73-7.73v0A8.01 8.01 0 0 1 6.198 7.56Z",clipRule:"evenodd"})}),Vs=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeWidth:1.5,d:"M20 19H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.629a1 1 0 0 1 .869.506l.846 1.488a1 1 0 0 0 .87.506H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1ZM11 7.5H3"})}),Us=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fill:"#161517",stroke:"#161517",strokeWidth:.6,d:"M19.306 6.276h-3.704a2.52 2.52 0 0 0 .752-1.805C16.354 3.11 15.296 2 13.997 2c-.937 0-1.745.578-2.125 1.41-.386-.56-1.013-.928-1.722-.928-1.172 0-2.126 1-2.126 2.23 0 .61.234 1.161.612 1.564H4.694C3.76 6.276 3 7.073 3 8.053v1.285c0 .919.67 1.677 1.523 1.767v8.64c0 1.244.964 2.255 2.15 2.255h10.655c1.185 0 2.149-1.011 2.149-2.254v-8.641c.854-.09 1.523-.848 1.523-1.767V8.052c0-.979-.76-1.776-1.694-1.776Zm-7.03-1.805c0-.995.772-1.804 1.721-1.804.949 0 1.72.81 1.72 1.804 0 .996-.771 1.805-1.72 1.805h-1.72V4.471Zm-3.617.242c0-.862.669-1.564 1.49-1.564.823 0 1.492.702 1.492 1.564v1.563H10.15c-.822 0-1.49-.701-1.49-1.563ZM3.635 9.338V8.052c0-.611.475-1.11 1.058-1.11h5.457l1.532.001v3.504H4.693c-.583 0-1.058-.498-1.058-1.11ZM5.16 19.746v-8.632h6.523v10.22h-5.01c-.834 0-1.513-.713-1.513-1.588Zm13.682 0c0 .875-.679 1.588-1.514 1.588h-5.01v-10.22h6.525v8.632Zm1.523-10.408c0 .612-.474 1.11-1.057 1.11h-6.99V6.942h6.99c.583 0 1.058.498 1.058 1.11v1.285Z"})}),Rs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4 8.6V21h16V8.6"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6"})]}),Ws=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"})}),zs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10 9.056C9.094 7.818 7.652 7 6 7v0a5 5 0 0 0-5 5v0a5 5 0 0 0 5 5v0a5.299 5.299 0 0 0 4.543-2.572L12 12l1.457-2.428A5.299 5.299 0 0 1 18 7v0a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5v0c-1.652 0-3.094-.818-4-2.056"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9.93 6.028.521 2.954-2.954.52"})]}),Gs=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.249 15.502h3.502M11 18.003h2"}),o.jsx("rect",{width:18.008,height:18.008,x:2.996,y:2.997,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,rx:5}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.386 13.316a4.251 4.251 0 1 0-6.772 0"})]}),Ks=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m13 8-3 3 4 2-3 3"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"})]}),Xr=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M7.625 8.875H4.5V5.75"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.5 12A7.495 7.495 0 0 0 5.188 8.875"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.25,d:"M16.375 15.125H19.5v3.125"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4.5 12a7.495 7.495 0 0 0 14.312 3.125"})]}),Ys=L.keyframes(["from{transform:rotate(360deg);}to{transform:rotate(0deg);}"]),qs=L(Xr).withConfig({componentId:"sc-1h6qu7m-0"})(["animation:"," 1s infinite linear;"],Ys),Xs={activity:ds,"arrow-down":os,"arrow-right":fs,"arrow-triangle":us,"arrow-up":ps,"auth-app":Kc,"auth-sms":Yc,backups:hs,blog:vs,book:bs,brackets:gs,briefcase:ms,building:xs,"burger-menu":ks,cards:ws,"cell-tower":$s,chat:zc,check:as,"check-in-circle":ys,"chevron-down":ns,"chevron-left":Cs,"chevron-right":ts,"chevron-up":ss,clock:Ms,cloud:Ss,code:Ls,"code-in-square":js,connect:Es,"connect-alt":Os,console:_s,copy:Ps,cross:cs,data:Is,database:Gc,disk:Fs,display:Ts,document:Hs,"dots-horizontal":Ds,"dots-vertical":As,email:Ns,empty:Zs,eye:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3.118 12.467a.987.987 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.987.987 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.429,d:"M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88"})]}),"eye-closed":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19c-.842 0-1.685-.178-2.504-.495M20.882 12.468C18.99 15.967 15.495 19 12 19M19.08 8.92a15.135 15.135 0 0 1 1.802 2.613.987.987 0 0 1 0 .935M5 19 19 5M9.773 14.227a3.15 3.15 0 0 1 4.455-4.455"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17.044 6.956C15.497 5.759 13.748 5 12 5c-3.495 0-6.99 3.033-8.882 6.533a.987.987 0 0 0 0 .935c.946 1.749 2.292 3.381 3.838 4.577"})]}),filter:qc,fire:Bs,folder:Vs,gift:Us,history:Xc,home:Rs,http:Ws,"info-in-circle":rs,information:is,"insert-row":Jc,integrations:zs,"light-bulb":Gs,lightening:Ks,loading:Xr,"loading-animated":qs,metrics:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("circle",{cx:19.503,cy:4.497,r:2.501,stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m16.002 10-2.72 3.626L9.999 11l-3.001 4.002"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21.004 10v7.002a4.002 4.002 0 0 1-4.002 4.002H6.998a4.002 4.002 0 0 1-4.002-4.002V6.998a4.002 4.002 0 0 1 4.002-4.001H14"})]}),"metrics-alt":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M17 21H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m3 15 7-5 4 4 7-5"})]}),payment:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{fill:"#161517",d:"M20.467 18.666H3.533A1.509 1.509 0 0 1 2 17.133V6.866C2 6 2.667 5.333 3.533 5.333h16.934C21.333 5.333 22 6 22 6.866v10.267c0 .867-.667 1.533-1.533 1.533Zm-16.934-12c-.133 0-.2.067-.2.2v10.267c0 .133.067.2.2.2h16.934c.133 0 .2-.067.2-.2V6.866c0-.133-.067-.2-.2-.2H3.533Z"}),o.jsx("path",{fill:"#161517",d:"M2.666 9.2h18.667v2.666H2.666V9.2Z"})]}),pencil:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.54 10.12-3.66-3.66"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M6.251 21H3v-3.251c0-.265.105-.52.293-.707L16.627 3.707a.999.999 0 0 1 1.414 0l2.251 2.25a.999.999 0 0 1 0 1.415L6.958 20.707a.997.997 0 0 1-.707.293v0Z",clipRule:"evenodd"})]}),"pie-chart":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M21 12v0a9 9 0 0 1-9 9v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m18.364 18.364-6.071-6.071a1 1 0 0 1-.293-.707V3M12.07 11.96l7.72-4.46"})]}),play:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.336 3.156a8.99 8.99 0 0 0-5.224 3.05M3.49 9.08a8.874 8.874 0 0 0 .049 5.973M5.209 17.9a8.982 8.982 0 0 0 5.128 2.944M13.638 3.152a8.997 8.997 0 0 1 0 17.696"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m10.941 9.057 3.884 2.297a.75.75 0 0 1 0 1.292l-3.884 2.297a.75.75 0 0 1-1.132-.647V9.703a.75.75 0 0 1 1.132-.646v0Z",clipRule:"evenodd"})]}),plus:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 5v13M18.5 11.5h-13"})}),popout:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 3h5v5M14 10l7-7M19 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"})}),question:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 13.25V13c0-.817.505-1.26 1.011-1.6.494-.333.989-.767.989-1.567a2 2 0 1 0-4 0M11.999 16a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 16"})]}),refresh:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8.5 6H12a7.5 7.5 0 1 1-6.666 4.06"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m11.5 3-3 3 3 3"})]}),search:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.714 6.838a6.276 6.276 0 1 1-8.876 8.876 6.276 6.276 0 0 1 8.876-8.876M19 19l-3.29-3.29"})}),secure:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15.319 10.342 11.17 14.49 8.68 12"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19.1 5.921a11.268 11.268 0 0 1-6.463-2.688.989.989 0 0 0-1.274 0A11.275 11.275 0 0 1 4.9 5.921a.988.988 0 0 0-.9.991v4.33c0 4.367 3.156 8.462 7.478 9.685.339.096.706.096 1.045 0C16.844 19.703 20 15.61 20 11.243v-4.33a.988.988 0 0 0-.9-.992Z",clipRule:"evenodd"})]}),services:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h7v7h-7v-7Z",clipRule:"evenodd"})}),settings:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 5h3M3 5h11M10 12h11M3 12h3M18 19h3M3 19h11M17.414 3.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M9.414 10.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828M17.414 17.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828"})}),share:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m12 12 9-9v7-7h-7"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M9 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4"})]}),"slide-in":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M5.297 11.985h11.867M12.424 7.491l4.78 4.51-4.78 4.508"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M19 17V7"})]}),"slide-out":e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.703 12.015H6.836M11.576 16.509l-4.78-4.51 4.78-4.508"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeWidth:1.5,d:"M5 7v10"})]}),"sort-alt":Qc,sort:es,sparkle:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M2.996 16.794a4.002 4.002 0 0 1 4.002 4.002 4.002 4.002 0 0 1 4.001-4.002 4.002 4.002 0 0 1-4.001-4.002 4.002 4.002 0 0 1-4.002 4.002ZM13.001 13.793a4.002 4.002 0 0 1 4.002 4.001 4.002 4.002 0 0 1 4.001-4.001 4.002 4.002 0 0 1-4.001-4.002A4.002 4.002 0 0 1 13 13.793v0ZM6.998 6.79A4.002 4.002 0 0 1 11 10.79 4.002 4.002 0 0 1 15 6.79 4.002 4.002 0 0 1 11 2.788 4.002 4.002 0 0 1 6.998 6.79Z",clipRule:"evenodd"})}),speaker:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.999 15.002 6.998 15a4.003 4.003 0 0 1-4.002-4.004v-.998A4.002 4.002 0 0 1 7 5.997h7l3.874-2.647c1.329-.908 3.13.044 3.13 1.652v10.997c0 1.609-1.802 2.56-3.13 1.652L14 15.002Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M14 5.998v9.004M5.997 15.002l1.53 3.86a1.8 1.8 0 0 0 1.67 1.142v0c1.272 0 2.142-1.295 1.673-2.489l-.99-2.514"})]}),speed:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12.007 10.313A1.69 1.69 0 0 1 13.688 12v.008a1.689 1.689 0 1 1-1.681-1.695M10.807 13.194l-1.25 1.25M16.202 7.798 13.201 10.8"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18.367 5.634A9.004 9.004 0 1 1 12 2.997v3"})]}),star:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z",stroke:"#161517",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),support:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 18H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M10.467 11.504v-.207c0-.678.419-1.045.839-1.327.41-.276.82-.636.82-1.3a1.659 1.659 0 0 0-3.318 0M10.466 13.843a.148.148 0 0 0-.15.15.15.15 0 1 0 .15-.15"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1"})]}),table:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z",clipRule:"evenodd"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M3 9h18M3 15h18M12 9v12"})]}),taxi:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M9.36755 17.4843L9.37137 17.4802L9.36755 17.4843Z",stroke:"#161517",strokeWidth:"1.5"}),o.jsx("mask",{id:"path-2-inside-1_3169_15708",fill:"white",children:o.jsx("path",{d:"M3.85749 13.7144H20.1432C20.2164 13.7144 20.2884 13.6957 20.3524 13.66C20.4163 13.6243 20.47 13.5728 20.5084 13.5104C20.5468 13.4481 20.5685 13.3769 20.5716 13.3037C20.5747 13.2306 20.5589 13.1579 20.5259 13.0925L18.1902 8.46822C18.0881 8.24345 17.9234 8.05284 17.7159 7.91916C17.5083 7.78548 17.2667 7.71438 17.0198 7.71436H6.98092C6.73693 7.71378 6.49786 7.78294 6.29186 7.91369C6.08587 8.04444 5.92153 8.23133 5.8182 8.45236L3.47477 13.0925C3.44175 13.1579 3.42602 13.2306 3.42909 13.3037C3.43215 13.3769 3.45392 13.4481 3.49229 13.5104C3.53067 13.5728 3.58439 13.6243 3.64832 13.66C3.71225 13.6957 3.78426 13.7144 3.85749 13.7144ZM6.59092 8.82264C6.62497 8.74777 6.67985 8.68428 6.749 8.63975C6.81816 8.59522 6.89866 8.57152 6.98092 8.5715H17.0198C17.1049 8.57247 17.1878 8.59825 17.2585 8.64568C17.3291 8.6931 17.3844 8.76012 17.4175 8.8385L19.4468 12.8572H4.55392L6.59092 8.82264Z"})}),o.jsx("path",{d:"M3.85749 13.7144V12.2144H3.85677L3.85749 13.7144ZM20.1432 13.7144L20.1439 12.2144H20.1432V13.7144ZM20.5259 13.0925L19.187 13.7688L19.1871 13.769L20.5259 13.0925ZM18.1902 8.46822L16.8246 9.08872L16.8374 9.11688L16.8513 9.14449L18.1902 8.46822ZM17.0198 7.71436L17.0199 6.21436H17.0198V7.71436ZM6.98092 7.71436L6.97736 9.21436H6.98092V7.71436ZM5.8182 8.45236L7.15714 9.12857L7.1674 9.10824L7.17705 9.08761L5.8182 8.45236ZM3.47477 13.0925L4.81356 13.769L4.81371 13.7687L3.47477 13.0925ZM6.59092 8.82264L7.92993 9.49869L7.94369 9.47144L7.95633 9.44365L6.59092 8.82264ZM6.98092 8.5715V7.0715L6.9805 7.0715L6.98092 8.5715ZM17.0198 8.5715L17.0368 7.0716L17.0283 7.0715H17.0198V8.5715ZM17.4175 8.8385L16.0357 9.42223L16.0556 9.46915L16.0785 9.51463L17.4175 8.8385ZM19.4468 12.8572V14.3572H21.8846L20.7857 12.1811L19.4468 12.8572ZM4.55392 12.8572L3.2149 12.1812L2.11624 14.3572H4.55392V12.8572ZM3.85749 15.2144H20.1432V12.2144H3.85749V15.2144ZM20.1425 15.2144C20.472 15.2145 20.796 15.1302 21.0837 14.9696L19.621 12.3503C19.7808 12.2611 19.9609 12.2143 20.1439 12.2144L20.1425 15.2144ZM21.0837 14.9696C21.3714 14.8089 21.6131 14.5772 21.7859 14.2966L19.2309 12.7242C19.3269 12.5683 19.4612 12.4396 19.621 12.3503L21.0837 14.9696ZM21.7859 14.2966C21.9586 14.016 22.0565 13.6958 22.0703 13.3666L19.0729 13.2409C19.0806 13.058 19.135 12.8801 19.2309 12.7242L21.7859 14.2966ZM22.0703 13.3666C22.0841 13.0374 22.0133 12.7101 21.8647 12.416L19.1871 13.769C19.1046 13.6056 19.0653 13.4238 19.0729 13.2409L22.0703 13.3666ZM21.8648 12.4162L19.5291 7.79194L16.8513 9.14449L19.187 13.7688L21.8648 12.4162ZM19.5558 7.84772C19.3346 7.36073 18.9778 6.94774 18.5281 6.6581L16.9036 9.18023C16.869 9.15794 16.8416 9.12618 16.8246 9.08872L19.5558 7.84772ZM18.5281 6.6581C18.0784 6.36846 17.5548 6.21441 17.0199 6.21436L17.0196 9.21436C16.9785 9.21436 16.9382 9.2025 16.9036 9.18023L18.5281 6.6581ZM17.0198 6.21436H6.98092V9.21436H17.0198V6.21436ZM6.98447 6.21436C6.4546 6.21311 5.9354 6.3633 5.48803 6.64725L7.0957 9.18012C7.06032 9.20258 7.01926 9.21445 6.97736 9.21435L6.98447 6.21436ZM5.48803 6.64725C5.04066 6.93121 4.68376 7.3371 4.45936 7.81711L7.17705 9.08761C7.1593 9.12557 7.13108 9.15767 7.0957 9.18012L5.48803 6.64725ZM4.47927 7.77615L2.13584 12.4163L4.81371 13.7687L7.15714 9.12857L4.47927 7.77615ZM2.13599 12.416C1.98738 12.7101 1.9166 13.0374 1.9304 13.3666L4.92777 13.2409C4.93544 13.4238 4.89612 13.6056 4.81356 13.769L2.13599 12.416ZM1.9304 13.3666C1.94421 13.6958 2.04213 14.016 2.21484 14.2966L4.76975 12.7242C4.8657 12.8801 4.9201 13.058 4.92777 13.2409L1.9304 13.3666ZM2.21484 14.2966C2.38754 14.5772 2.62927 14.8089 2.91695 14.9696L4.37969 12.3503C4.53951 12.4396 4.67381 12.5683 4.76975 12.7242L2.21484 14.2966ZM2.91695 14.9696C3.20465 15.1303 3.5287 15.2145 3.8582 15.2144L3.85677 12.2144C4.03982 12.2143 4.21985 12.2611 4.37969 12.3503L2.91695 14.9696ZM7.95633 9.44365C7.8712 9.63083 7.734 9.78956 7.56112 9.90089L5.93688 7.37861C5.62569 7.57901 5.37874 7.86472 5.2255 8.20164L7.95633 9.44365ZM7.56112 9.90089C7.38823 10.0122 7.18696 10.0714 6.98133 10.0715L6.9805 7.0715C6.61036 7.0716 6.24808 7.17822 5.93688 7.37861L7.56112 9.90089ZM6.98092 10.0715H17.0198V7.0715H6.98092V10.0715ZM17.0027 10.0714C16.7958 10.0691 16.5942 10.0064 16.4224 9.89106L18.0945 7.40029C17.7815 7.19012 17.4139 7.07589 17.0368 7.0716L17.0027 10.0714ZM16.4224 9.89106C16.2506 9.77574 16.1162 9.6128 16.0357 9.42223L18.7992 8.25477C18.6525 7.90744 18.4076 7.61047 18.0945 7.40029L16.4224 9.89106ZM16.0785 9.51463L18.1078 13.5333L20.7857 12.1811L18.7565 8.16237L16.0785 9.51463ZM19.4468 11.3572H4.55392V14.3572H19.4468V11.3572ZM5.89293 13.5333L7.92993 9.49869L5.2519 8.1466L3.2149 12.1812L5.89293 13.5333Z",fill:"#161517",mask:"url(#path-2-inside-1_3169_15708)"}),o.jsx("mask",{id:"path-4-inside-2_3169_15708",fill:"white",children:o.jsx("path",{d:"M5.35714 15H3.85714C3.62981 15 3.4118 15.0903 3.25105 15.2511C3.09031 15.4118 3 15.6298 3 15.8571V16.9286C3 17.1559 3.09031 17.3739 3.25105 17.5347C3.4118 17.6954 3.62981 17.7857 3.85714 17.7857H7.28571C7.39938 17.7857 7.50839 17.7406 7.58876 17.6602C7.66913 17.5798 7.71429 17.4708 7.71429 17.3571C7.7136 16.7322 7.46505 16.133 7.02314 15.6911C6.58124 15.2492 5.98209 15.0007 5.35714 15ZM3.85714 16.9286V15.8571H5.35714C5.68008 15.8575 5.9943 15.9619 6.25322 16.1549C6.51214 16.3479 6.70198 16.6192 6.79457 16.9286H3.85714Z"})}),o.jsx("path",{d:"M5.35714 15L5.35878 13.5H5.35714V15ZM7.71429 17.3571H9.21429L9.21428 17.3555L7.71429 17.3571ZM3.85714 16.9286H2.35714V18.4286H3.85714V16.9286ZM3.85714 15.8571V14.3571H2.35714V15.8571H3.85714ZM5.35714 15.8571L5.35878 14.3571H5.35714V15.8571ZM6.79457 16.9286V18.4286H8.80927L8.23159 16.4985L6.79457 16.9286ZM5.35714 13.5H3.85714V16.5H5.35714V13.5ZM3.85714 13.5C3.23199 13.5 2.63244 13.7483 2.19039 14.1904L4.31171 16.3117C4.19115 16.4323 4.02764 16.5 3.85714 16.5V13.5ZM2.19039 14.1904C1.74834 14.6324 1.5 15.232 1.5 15.8571H4.5C4.5 16.0276 4.43227 16.1912 4.31171 16.3117L2.19039 14.1904ZM1.5 15.8571V16.9286H4.5V15.8571H1.5ZM1.5 16.9286C1.5 17.5537 1.74834 18.1533 2.19039 18.5953L4.31171 16.474C4.43227 16.5946 4.5 16.7581 4.5 16.9286H1.5ZM2.19039 18.5953C2.63244 19.0374 3.23199 19.2857 3.85714 19.2857V16.2857C4.02764 16.2857 4.19115 16.3534 4.31171 16.474L2.19039 18.5953ZM3.85714 19.2857H7.28571V16.2857H3.85714V19.2857ZM7.28571 19.2857C7.7972 19.2857 8.28774 19.0825 8.64942 18.7208L6.5281 16.5995C6.72903 16.3986 7.00156 16.2857 7.28571 16.2857V19.2857ZM8.64942 18.7208C9.0111 18.3592 9.21429 17.8686 9.21429 17.3571H6.21429C6.21429 17.073 6.32717 16.8005 6.5281 16.5995L8.64942 18.7208ZM9.21428 17.3555C9.21317 16.3333 8.80661 15.3533 8.0838 14.6305L5.96248 16.7518C6.12348 16.9128 6.21404 17.1311 6.21429 17.3588L9.21428 17.3555ZM8.0838 14.6305C7.361 13.9077 6.38098 13.5011 5.35878 13.5L5.35551 16.5C5.58319 16.5002 5.80148 16.5908 5.96248 16.7518L8.0838 14.6305ZM5.35714 16.9286V15.8571H2.35714V16.9286H5.35714ZM3.85714 17.3571H5.35714V14.3571H3.85714V17.3571ZM5.3555 17.3571C5.35597 17.3571 5.35642 17.3573 5.35678 17.3576L7.14966 14.9522C6.63219 14.5665 6.00419 14.3578 5.35878 14.3571L5.3555 17.3571ZM5.35678 17.3576C5.35715 17.3578 5.35742 17.3582 5.35756 17.3587L8.23159 16.4985C8.04653 15.8802 7.66713 15.338 7.14966 14.9522L5.35678 17.3576ZM6.79457 15.4286H3.85714V18.4286H6.79457V15.4286Z",fill:"#161517",mask:"url(#path-4-inside-2_3169_15708)"}),o.jsx("mask",{id:"path-6-inside-3_3169_15708",fill:"white",children:o.jsx("path",{d:"M21.0004 16.9286V15.8571C21.0004 15.6298 20.9101 15.4118 20.7494 15.2511C20.5886 15.0903 20.3706 15 20.1433 15H18.6433C18.0183 15.0007 17.4192 15.2492 16.9773 15.6911C16.5354 16.133 16.2868 16.7322 16.2861 17.3571C16.2861 17.4708 16.3313 17.5798 16.4117 17.6602C16.492 17.7406 16.601 17.7857 16.7147 17.7857H20.1433C20.3706 17.7857 20.5886 17.6954 20.7494 17.5347C20.9101 17.3739 21.0004 17.1559 21.0004 16.9286ZM18.6433 15.8571H20.1433V16.9286H17.2058C17.2984 16.6192 17.4883 16.3479 17.7472 16.1549C18.0061 15.9619 18.3203 15.8575 18.6433 15.8571Z"})}),o.jsx("path",{d:"M18.6433 15V13.5L18.6416 13.5L18.6433 15ZM16.2861 17.3571L14.7861 17.3555V17.3571H16.2861ZM18.6433 15.8571V14.3571L18.6416 14.3571L18.6433 15.8571ZM20.1433 15.8571H21.6433V14.3571H20.1433V15.8571ZM20.1433 16.9286V18.4286H21.6433V16.9286H20.1433ZM17.2058 16.9286L15.7688 16.4985L15.1912 18.4286H17.2058V16.9286ZM22.5004 16.9286V15.8571H19.5004V16.9286H22.5004ZM22.5004 15.8571C22.5004 15.232 22.2521 14.6324 21.81 14.1904L19.6887 16.3117C19.5681 16.1911 19.5004 16.0276 19.5004 15.8571H22.5004ZM21.81 14.1904C21.368 13.7483 20.7684 13.5 20.1433 13.5V16.5C19.9728 16.5 19.8093 16.4323 19.6887 16.3117L21.81 14.1904ZM20.1433 13.5H18.6433V16.5H20.1433V13.5ZM18.6416 13.5C17.6194 13.5011 16.6394 13.9077 15.9166 14.6305L18.0379 16.7518C18.1989 16.5908 18.4172 16.5002 18.6449 16.5L18.6416 13.5ZM15.9166 14.6305C15.1938 15.3533 14.7872 16.3333 14.7861 17.3555L17.7861 17.3588C17.7864 17.1311 17.8769 16.9128 18.0379 16.7518L15.9166 14.6305ZM14.7861 17.3571C14.7861 17.8686 14.9893 18.3592 15.351 18.7208L17.4723 16.5995C17.6733 16.8005 17.7861 17.073 17.7861 17.3571H14.7861ZM15.351 18.7208C15.7127 19.0825 16.2032 19.2857 16.7147 19.2857V16.2857C16.9989 16.2857 17.2714 16.3986 17.4723 16.5995L15.351 18.7208ZM16.7147 19.2857H20.1433V16.2857H16.7147V19.2857ZM20.1433 19.2857C20.7684 19.2857 21.368 19.0374 21.81 18.5953L19.6887 16.474C19.8093 16.3534 19.9728 16.2857 20.1433 16.2857V19.2857ZM21.81 18.5953C22.2521 18.1533 22.5004 17.5537 22.5004 16.9286H19.5004C19.5004 16.7581 19.5681 16.5946 19.6887 16.474L21.81 18.5953ZM18.6433 17.3571H20.1433V14.3571H18.6433V17.3571ZM18.6433 15.8571V16.9286H21.6433V15.8571H18.6433ZM20.1433 15.4286H17.2058V18.4286H20.1433V15.4286ZM18.6429 17.3587C18.643 17.3582 18.6433 17.3578 18.6436 17.3576L16.8508 14.9522C16.3333 15.338 15.9539 15.8802 15.7688 16.4985L18.6429 17.3587ZM18.6436 17.3576C18.644 17.3573 18.6445 17.3571 18.6449 17.3571L18.6416 14.3571C17.9962 14.3578 17.3682 14.5665 16.8508 14.9522L18.6436 17.3576Z",fill:"#161517",mask:"url(#path-6-inside-3_3169_15708)"}),o.jsx("mask",{id:"path-8-inside-4_3169_15708",fill:"white",children:o.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z"})}),o.jsx("path",{d:"M21.3217 9.857H20.3904L19.4446 7.76429C19.2063 7.23877 18.8219 6.79294 18.3371 6.48006C17.8523 6.16718 17.2877 6.00048 16.7107 5.99986H16.6117L15.7464 2.885C15.7213 2.79481 15.6674 2.71532 15.5929 2.65867C15.5183 2.60202 15.4273 2.57133 15.3337 2.57129H8.66685C8.57324 2.57133 8.48221 2.60202 8.40768 2.65867C8.33315 2.71532 8.27923 2.79481 8.25414 2.885L7.38885 5.99986H7.28985C6.71286 6.00048 6.14825 6.16718 5.66346 6.48006C5.17868 6.79294 4.79421 7.23877 4.55599 7.76429L3.61014 9.857H2.67885C1.33442 9.857 0.857422 10.6074 0.857422 11.2499C0.857876 11.6191 1.00477 11.9731 1.26588 12.2343C1.52699 12.4954 1.88101 12.6423 2.25028 12.6427H2.35099L2.05956 13.2856C1.83127 13.7887 1.71362 14.335 1.71456 14.8876V18.4284C1.71602 18.8889 1.86719 19.3364 2.14528 19.7034C2.14528 19.7073 2.14314 19.7103 2.14314 19.7141V20.9999C2.14314 21.3409 2.27859 21.6679 2.51971 21.909C2.76083 22.1501 3.08786 22.2856 3.42885 22.2856H5.14314C5.48413 22.2856 5.81116 22.1501 6.05227 21.909C6.29339 21.6679 6.42885 21.3409 6.42885 20.9999V20.5713H17.5717V20.9999C17.5717 21.3409 17.7072 21.6679 17.9483 21.909C18.1894 22.1501 18.5164 22.2856 18.8574 22.2856H20.5717C20.9127 22.2856 21.2397 22.1501 21.4808 21.909C21.722 21.6679 21.8574 21.3409 21.8574 20.9999V19.7141C21.8574 19.7103 21.8553 19.7073 21.8553 19.7034C22.1334 19.3364 22.2845 18.8889 22.286 18.4284V14.8876C22.2876 14.3352 22.1707 13.7889 21.9431 13.2856L21.6517 12.6427H21.7524C22.1213 12.6417 22.4748 12.4946 22.7354 12.2335C22.9961 11.9725 23.1427 11.6188 23.1431 11.2499C23.1431 10.6074 22.6661 9.857 21.3217 9.857ZM1.71456 11.2499C1.71456 10.7664 2.38914 10.7141 2.67885 10.7141H3.19785L2.72171 11.7856H2.25028C2.10827 11.7853 1.97214 11.7288 1.87172 11.6284C1.77131 11.528 1.71479 11.3919 1.71456 11.2499ZM8.99257 3.42843H15.008L15.7224 5.99986H8.27814L8.99257 3.42843ZM5.57171 20.9999C5.57171 21.1135 5.52656 21.2225 5.44618 21.3029C5.36581 21.3833 5.2568 21.4284 5.14314 21.4284H3.42885C3.31519 21.4284 3.20618 21.3833 3.1258 21.3029C3.04543 21.2225 3.00028 21.1135 3.00028 20.9999V20.3896C3.27024 20.5091 3.56218 20.571 3.85742 20.5713H5.57171V20.9999ZM3.85742 19.7141C3.51643 19.7141 3.1894 19.5787 2.94828 19.3376C2.70717 19.0964 2.57171 18.7694 2.57171 18.4284V14.8876C2.57109 14.4576 2.66272 14.0324 2.84042 13.6409L5.33728 8.117C5.50744 7.7417 5.78204 7.42332 6.12829 7.19989C6.47453 6.97646 6.87778 6.85742 7.28985 6.857H16.7107C17.1228 6.85741 17.5261 6.97648 17.8724 7.2C18.2187 7.42352 18.4932 7.74202 18.6633 8.11743L21.1601 13.6409C21.3378 14.0324 21.4295 14.4576 21.4289 14.8876V18.4284C21.4289 18.7694 21.2934 19.0964 21.0523 19.3376C20.8112 19.5787 20.4841 19.7141 20.1431 19.7141H3.85742ZM20.5717 21.4284H18.8574C18.7438 21.4284 18.6347 21.3833 18.5544 21.3029C18.474 21.2225 18.4289 21.1135 18.4289 20.9999V20.5713H20.1431C20.4384 20.571 20.7303 20.5091 21.0003 20.3896V20.9999C21.0003 21.1135 20.9551 21.2225 20.8748 21.3029C20.7944 21.3833 20.6854 21.4284 20.5717 21.4284ZM21.7503 11.7856H21.2789L20.8027 10.7141H21.3217C21.6114 10.7141 22.286 10.7664 22.286 11.2499C22.2858 11.3919 22.2293 11.528 22.1288 11.6284C22.0284 11.7288 21.8923 11.7853 21.7503 11.7856Z",stroke:"#161517",strokeWidth:"3",mask:"url(#path-8-inside-4_3169_15708)"}),o.jsx("mask",{id:"path-9-inside-5_3169_15708",fill:"white",children:o.jsx("path",{d:"M10.7146 4.71436H9.85742V5.5715H10.7146V4.71436Z"})}),o.jsx("path",{d:"M9.85742 4.71436V3.21436H8.35742V4.71436H9.85742ZM10.7146 4.71436H12.2146V3.21436H10.7146V4.71436ZM10.7146 5.5715V7.0715H12.2146V5.5715H10.7146ZM9.85742 5.5715H8.35742V7.0715H9.85742V5.5715ZM9.85742 6.21436H10.7146V3.21436H9.85742V6.21436ZM9.21456 4.71436V5.5715H12.2146V4.71436H9.21456ZM10.7146 4.0715H9.85742V7.0715H10.7146V4.0715ZM11.3574 5.5715V4.71436H8.35742V5.5715H11.3574Z",fill:"#161517",mask:"url(#path-9-inside-5_3169_15708)"}),o.jsx("mask",{id:"path-11-inside-6_3169_15708",fill:"white",children:o.jsx("path",{d:"M11.571 3.85693H10.7139V4.71408H11.571V3.85693Z"})}),o.jsx("path",{d:"M10.7139 3.85693V2.35693H9.21387V3.85693H10.7139ZM11.571 3.85693H13.071V2.35693H11.571V3.85693ZM11.571 4.71408V6.21408H13.071V4.71408H11.571ZM10.7139 4.71408H9.21387V6.21408H10.7139V4.71408ZM10.7139 5.35693H11.571V2.35693H10.7139V5.35693ZM10.071 3.85693V4.71408H13.071V3.85693H10.071ZM11.571 3.21408H10.7139V6.21408H11.571V3.21408ZM12.2139 4.71408V3.85693H9.21387V4.71408H12.2139Z",fill:"#161517",mask:"url(#path-11-inside-6_3169_15708)"}),o.jsx("mask",{id:"path-13-inside-7_3169_15708",fill:"white",children:o.jsx("path",{d:"M12.4284 4.71436H11.5713V5.5715H12.4284V4.71436Z"})}),o.jsx("path",{d:"M11.5713 4.71436V3.21436H10.0713V4.71436H11.5713ZM12.4284 4.71436H13.9284V3.21436H12.4284V4.71436ZM12.4284 5.5715V7.0715H13.9284V5.5715H12.4284ZM11.5713 5.5715H10.0713V7.0715H11.5713V5.5715ZM11.5713 6.21436H12.4284V3.21436H11.5713V6.21436ZM10.9284 4.71436V5.5715H13.9284V4.71436H10.9284ZM12.4284 4.0715H11.5713V7.0715H12.4284V4.0715ZM13.0713 5.5715V4.71436H10.0713V5.5715H13.0713Z",fill:"#161517",mask:"url(#path-13-inside-7_3169_15708)"}),o.jsx("mask",{id:"path-15-inside-8_3169_15708",fill:"white",children:o.jsx("path",{d:"M13.2859 3.85693H12.4287V4.71408H13.2859V3.85693Z"})}),o.jsx("path",{d:"M12.4287 3.85693V2.35693H10.9287V3.85693H12.4287ZM13.2859 3.85693H14.7859V2.35693H13.2859V3.85693ZM13.2859 4.71408V6.21408H14.7859V4.71408H13.2859ZM12.4287 4.71408H10.9287V6.21408H12.4287V4.71408ZM12.4287 5.35693H13.2859V2.35693H12.4287V5.35693ZM11.7859 3.85693V4.71408H14.7859V3.85693H11.7859ZM13.2859 3.21408H12.4287V6.21408H13.2859V3.21408ZM13.9287 4.71408V3.85693H10.9287V4.71408H13.9287Z",fill:"#161517",mask:"url(#path-15-inside-8_3169_15708)"}),o.jsx("mask",{id:"path-17-inside-9_3169_15708",fill:"white",children:o.jsx("path",{d:"M14.1433 4.71436H13.2861V5.5715H14.1433V4.71436Z"})}),o.jsx("path",{d:"M13.2861 4.71436V3.21436H11.7861V4.71436H13.2861ZM14.1433 4.71436H15.6433V3.21436H14.1433V4.71436ZM14.1433 5.5715V7.0715H15.6433V5.5715H14.1433ZM13.2861 5.5715H11.7861V7.0715H13.2861V5.5715ZM13.2861 6.21436H14.1433V3.21436H13.2861V6.21436ZM12.6433 4.71436V5.5715H15.6433V4.71436H12.6433ZM14.1433 4.0715H13.2861V7.0715H14.1433V4.0715ZM14.7861 5.5715V4.71436H11.7861V5.5715H14.7861Z",fill:"#161517",mask:"url(#path-17-inside-9_3169_15708)"})]}),trash:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M18 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6 18.75V6M19.5 6h-15M10 3h4M14 10v7M10 17v-7"})}),upload:e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M12 19.813v-7M9.833 14.813 12 12.645l2.167 2.168"}),o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M16 19.813h2.56c1.928 0 3.5-1.572 3.5-3.5s-1.572-3.5-3.5-3.5h-.435v-1c0-3.31-2.69-6-6-6-2.977 0-5.445 2.178-5.913 5.022-2.377.121-4.272 2.07-4.272 4.477a4.5 4.5 0 0 0 4.5 4.5H8"})]}),url:e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{stroke:"#161517",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m17.445 12.778 2.333-2.333a4.401 4.401 0 0 0 0-6.223v0a4.401 4.401 0 0 0-6.223 0l-2.333 2.333M8.89 15.11l6.22-6.22M6.555 11.222l-2.333 2.333a4.401 4.401 0 0 0 0 6.223v0a4.401 4.401 0 0 0 6.223 0l2.333-2.333"})}),user:qr,users:Wc,warning:ls},Js=({name:e,...t})=>{const n=Xs[e];return n?o.jsx(n,{...t}):null},Qs=e=>({color:t,width:n,height:r,className:a,size:i,...c})=>o.jsx(ed,{$color:t,$width:n,$height:r,$size:i,className:a,children:o.jsx(e,{...c})}),ed=L.div.withConfig({componentId:"sc-29ieut-0"})(["display:flex;align-items:center;",""],({theme:e,$color:t="currentColor",$width:n,$height:r,$size:a})=>`
|
|
28
28
|
& path[stroke], & svg[stroke]:not([stroke="none"]) {
|
|
29
29
|
stroke: ${t};
|
|
30
30
|
}
|
|
@@ -34,10 +34,10 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
& svg {
|
|
37
|
-
width: ${n||e.click.image[
|
|
38
|
-
height: ${
|
|
37
|
+
width: ${n||e.click.image[a||"md"].size.width||"24px"};
|
|
38
|
+
height: ${r||e.click.image[a||"md"].size.height||"24px"};
|
|
39
39
|
}
|
|
40
|
-
`),
|
|
40
|
+
`),td=Qs(Js),z=L(td).withConfig({componentId:"sc-29ieut-1"})([""]);z.displayName="Icon";const Jr=l.forwardRef(({type:e="primary",icon:t,size:n,...r},a)=>o.jsx(nd,{...r,$styleType:e,$size:n,ref:a,children:o.jsx(z,{name:t,size:"md"})}));Jr.displayName="IconButton";const nd=L.button.withConfig({componentId:"sc-4ff7ue-0"})(["",""],({theme:e,$size:t,$styleType:n="primary"})=>`
|
|
41
41
|
border-radius: ${e.click.button.iconButton.radii.all};
|
|
42
42
|
border-color: ${e.click.button.iconButton.color.primary.stroke.default};
|
|
43
43
|
padding: ${t?`${e.click.button.iconButton[t].space.y} ${e.click.button.iconButton[t].space.x}`:`${e.click.button.iconButton.default.space.y} ${e.click.button.iconButton.default.space.x}`};
|
|
@@ -60,7 +60,7 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
60
60
|
background-color: ${e.click.button.iconButton.color.disabled.background.default};
|
|
61
61
|
color: ${e.click.button.iconButton.color.disabled.text.default};
|
|
62
62
|
}
|
|
63
|
-
`),
|
|
63
|
+
`),od=L.label.withConfig({componentId:"sc-1gg29zb-0"})(["",""],({theme:e,disabled:t,$error:n})=>`
|
|
64
64
|
${t?`
|
|
65
65
|
color: ${e.click.field.color.label.disabled};
|
|
66
66
|
font: ${e.click.field.typography.label.disabled};
|
|
@@ -79,47 +79,47 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
79
79
|
font: ${e.click.field.typography.label.active};
|
|
80
80
|
}
|
|
81
81
|
`};
|
|
82
|
-
`),uo=({disabled:e,error:t,children:n,...o})=>a.jsx(t1,{disabled:e,$error:t,...o,children:n});function S(){return S=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},S.apply(this,arguments)}function _(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e==null||e(r),n===!1||!r.defaultPrevented)return t==null?void 0:t(r)}}function n1(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function rn(...e){return t=>e.forEach(n=>n1(n,t))}function ne(...e){return c.useCallback(rn(...e),e)}function ce(e,t=[]){let n=[];function o(i,s){const l=c.createContext(s),d=n.length;n=[...n,s];function u(f){const{scope:h,children:v,...g}=f,b=(h==null?void 0:h[e][d])||l,x=c.useMemo(()=>g,Object.values(g));return c.createElement(b.Provider,{value:x},v)}function p(f,h){const v=(h==null?void 0:h[e][d])||l,g=c.useContext(v);if(g)return g;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${i}\``)}return u.displayName=i+"Provider",[u,p]}const r=()=>{const i=n.map(s=>c.createContext(s));return function(l){const d=(l==null?void 0:l[e])||i;return c.useMemo(()=>({[`__scope${e}`]:{...l,[e]:d}}),[l,d])}};return r.scopeName=e,[o,o1(r,...t)]}function o1(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const o=e.map(r=>({useScope:r(),scopeName:r.scopeName}));return function(i){const s=o.reduce((l,{useScope:d,scopeName:u})=>{const f=d(i)[`__scope${u}`];return{...l,...f}},{});return c.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function xe(e){const t=c.useRef(e);return c.useEffect(()=>{t.current=e}),c.useMemo(()=>(...n)=>{var o;return(o=t.current)===null||o===void 0?void 0:o.call(t,...n)},[])}function pe({prop:e,defaultProp:t,onChange:n=()=>{}}){const[o,r]=r1({defaultProp:t,onChange:n}),i=e!==void 0,s=i?e:o,l=xe(n),d=c.useCallback(u=>{if(i){const f=typeof u=="function"?u(e):u;f!==e&&l(f)}else r(u)},[i,e,r,l]);return[s,d]}function r1({defaultProp:e,onChange:t}){const n=c.useState(e),[o]=n,r=c.useRef(o),i=xe(t);return c.useEffect(()=>{r.current!==o&&(i(o),r.current=o)},[o,r,i]),n}const nt=c.forwardRef((e,t)=>{const{children:n,...o}=e,r=c.Children.toArray(n),i=r.find(a1);if(i){const s=i.props.children,l=r.map(d=>d===i?c.Children.count(s)>1?c.Children.only(null):c.isValidElement(s)?s.props.children:null:d);return c.createElement(fo,S({},o,{ref:t}),c.isValidElement(s)?c.cloneElement(s,void 0,l):null)}return c.createElement(fo,S({},o,{ref:t}),n)});nt.displayName="Slot";const fo=c.forwardRef((e,t)=>{const{children:n,...o}=e;return c.isValidElement(n)?c.cloneElement(n,{...i1(o,n.props),ref:t?rn(t,n.ref):n.ref}):c.Children.count(n)>1?c.Children.only(null):null});fo.displayName="SlotClone";const Qr=({children:e})=>c.createElement(c.Fragment,null,e);function a1(e){return c.isValidElement(e)&&e.type===Qr}function i1(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?r&&i?n[o]=(...l)=>{i(...l),r(...l)}:r&&(n[o]=r):o==="style"?n[o]={...r,...i}:o==="className"&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}const V=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=c.forwardRef((o,r)=>{const{asChild:i,...s}=o,l=i?nt:t;return c.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),c.createElement(l,S({},s,{ref:r}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function ea(e,t){e&&We.flushSync(()=>e.dispatchEvent(t))}function po(e){const t=e+"CollectionProvider",[n,o]=ce(t),[r,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=v=>{const{scope:g,children:b}=v,x=c.useRef(null),k=c.useRef(new Map).current;return c.createElement(r,{scope:g,itemMap:k,collectionRef:x},b)},l=e+"CollectionSlot",d=c.forwardRef((v,g)=>{const{scope:b,children:x}=v,k=i(l,b),$=ne(g,k.collectionRef);return c.createElement(nt,{ref:$},x)}),u=e+"CollectionItemSlot",p="data-radix-collection-item",f=c.forwardRef((v,g)=>{const{scope:b,children:x,...k}=v,$=c.useRef(null),w=ne(g,$),C=i(u,b);return c.useEffect(()=>(C.itemMap.set($,{ref:$,...k}),()=>void C.itemMap.delete($))),c.createElement(nt,{[p]:"",ref:w},x)});function h(v){const g=i(e+"CollectionConsumer",v);return c.useCallback(()=>{const x=g.collectionRef.current;if(!x)return[];const k=Array.from(x.querySelectorAll(`[${p}]`));return Array.from(g.itemMap.values()).sort((C,O)=>k.indexOf(C.ref.current)-k.indexOf(O.ref.current))},[g.collectionRef,g.itemMap])}return[{Provider:s,Slot:d,ItemSlot:f},h,o]}const c1=c.createContext(void 0);function Pt(e){const t=c.useContext(c1);return e||t||"ltr"}function s1(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e);c.useEffect(()=>{const o=r=>{r.key==="Escape"&&n(r)};return t.addEventListener("keydown",o),()=>t.removeEventListener("keydown",o)},[n,t])}const ho="dismissableLayer.update",l1="dismissableLayer.pointerDownOutside",d1="dismissableLayer.focusOutside";let ta;const u1=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),an=c.forwardRef((e,t)=>{var n;const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:r,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:l,onDismiss:d,...u}=e,p=c.useContext(u1),[f,h]=c.useState(null),v=(n=f==null?void 0:f.ownerDocument)!==null&&n!==void 0?n:globalThis==null?void 0:globalThis.document,[,g]=c.useState({}),b=ne(t,A=>h(A)),x=Array.from(p.layers),[k]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),$=x.indexOf(k),w=f?x.indexOf(f):-1,C=p.layersWithOutsidePointerEventsDisabled.size>0,O=w>=$,P=f1(A=>{const N=A.target,Y=[...p.branches].some(R=>R.contains(N));!O||Y||(i==null||i(A),l==null||l(A),A.defaultPrevented||d==null||d())},v),F=p1(A=>{const N=A.target;[...p.branches].some(R=>R.contains(N))||(s==null||s(A),l==null||l(A),A.defaultPrevented||d==null||d())},v);return s1(A=>{w===p.layers.size-1&&(r==null||r(A),!A.defaultPrevented&&d&&(A.preventDefault(),d()))},v),c.useEffect(()=>{if(f)return o&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(ta=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(f)),p.layers.add(f),na(),()=>{o&&p.layersWithOutsidePointerEventsDisabled.size===1&&(v.body.style.pointerEvents=ta)}},[f,v,o,p]),c.useEffect(()=>()=>{f&&(p.layers.delete(f),p.layersWithOutsidePointerEventsDisabled.delete(f),na())},[f,p]),c.useEffect(()=>{const A=()=>g({});return document.addEventListener(ho,A),()=>document.removeEventListener(ho,A)},[]),c.createElement(V.div,S({},u,{ref:b,style:{pointerEvents:C?O?"auto":"none":void 0,...e.style},onFocusCapture:_(e.onFocusCapture,F.onFocusCapture),onBlurCapture:_(e.onBlurCapture,F.onBlurCapture),onPointerDownCapture:_(e.onPointerDownCapture,P.onPointerDownCapture)}))});function f1(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e),o=c.useRef(!1),r=c.useRef(()=>{});return c.useEffect(()=>{const i=l=>{if(l.target&&!o.current){let u=function(){oa(l1,n,d,{discrete:!0})};const d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",r.current),r.current=u,t.addEventListener("click",r.current,{once:!0})):u()}o.current=!1},s=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(s),t.removeEventListener("pointerdown",i),t.removeEventListener("click",r.current)}},[t,n]),{onPointerDownCapture:()=>o.current=!0}}function p1(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e),o=c.useRef(!1);return c.useEffect(()=>{const r=i=>{i.target&&!o.current&&oa(d1,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",r),()=>t.removeEventListener("focusin",r)},[t,n]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function na(){const e=new CustomEvent(ho);document.dispatchEvent(e)}function oa(e,t,n,{discrete:o}){const r=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),o?ea(r,i):r.dispatchEvent(i)}let vo=0;function ra(){c.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:aa()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:aa()),vo++,()=>{vo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),vo--}},[])}function aa(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const bo="focusScope.autoFocusOnMount",go="focusScope.autoFocusOnUnmount",ia={bubbles:!1,cancelable:!0},ca=c.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:i,...s}=e,[l,d]=c.useState(null),u=xe(r),p=xe(i),f=c.useRef(null),h=ne(t,b=>d(b)),v=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(o){let b=function(w){if(v.paused||!l)return;const C=w.target;l.contains(C)?f.current=C:De(f.current,{select:!0})},x=function(w){if(v.paused||!l)return;const C=w.relatedTarget;C!==null&&(l.contains(C)||De(f.current,{select:!0}))},k=function(w){const C=document.activeElement;for(const O of w)O.removedNodes.length>0&&(l!=null&&l.contains(C)||De(l))};document.addEventListener("focusin",b),document.addEventListener("focusout",x);const $=new MutationObserver(k);return l&&$.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",x),$.disconnect()}}},[o,l,v.paused]),c.useEffect(()=>{if(l){da.add(v);const b=document.activeElement;if(!l.contains(b)){const k=new CustomEvent(bo,ia);l.addEventListener(bo,u),l.dispatchEvent(k),k.defaultPrevented||(h1(x1(sa(l)),{select:!0}),document.activeElement===b&&De(l))}return()=>{l.removeEventListener(bo,u),setTimeout(()=>{const k=new CustomEvent(go,ia);l.addEventListener(go,p),l.dispatchEvent(k),k.defaultPrevented||De(b??document.body,{select:!0}),l.removeEventListener(go,p),da.remove(v)},0)}}},[l,u,p,v]);const g=c.useCallback(b=>{if(!n&&!o||v.paused)return;const x=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,k=document.activeElement;if(x&&k){const $=b.currentTarget,[w,C]=v1($);w&&C?!b.shiftKey&&k===C?(b.preventDefault(),n&&De(w,{select:!0})):b.shiftKey&&k===w&&(b.preventDefault(),n&&De(C,{select:!0})):k===$&&b.preventDefault()}},[n,o,v.paused]);return c.createElement(V.div,S({tabIndex:-1},s,{ref:h,onKeyDown:g}))});function h1(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(De(o,{select:t}),document.activeElement!==n)return}function v1(e){const t=sa(e),n=la(t,e),o=la(t.reverse(),e);return[n,o]}function sa(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const r=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||r?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function la(e,t){for(const n of e)if(!b1(n,{upTo:t}))return n}function b1(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function g1(e){return e instanceof HTMLInputElement&&"select"in e}function De(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&g1(e)&&t&&e.select()}}const da=m1();function m1(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=ua(e,t),e.unshift(t)},remove(t){var n;e=ua(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function ua(e,t){const n=[...e],o=n.indexOf(t);return o!==-1&&n.splice(o,1),n}function x1(e){return e.filter(t=>t.tagName!=="A")}const Ve=globalThis!=null&&globalThis.document?c.useLayoutEffect:()=>{},k1=y["useId".toString()]||(()=>{});let $1=0;function Me(e){const[t,n]=y.useState(k1());return Ve(()=>{e||n(o=>o??String($1++))},[e]),e||(t?`radix-${t}`:"")}const y1=["top","right","bottom","left"],Le=Math.min,be=Math.max,cn=Math.round,sn=Math.floor,Ne=e=>({x:e,y:e}),w1={left:"right",right:"left",bottom:"top",top:"bottom"},C1={start:"end",end:"start"};function mo(e,t,n){return be(e,Le(t,n))}function Pe(e,t){return typeof e=="function"?e(t):e}function Ie(e){return e.split("-")[0]}function ot(e){return e.split("-")[1]}function xo(e){return e==="x"?"y":"x"}function ko(e){return e==="y"?"height":"width"}function rt(e){return["top","bottom"].includes(Ie(e))?"y":"x"}function $o(e){return xo(rt(e))}function S1(e,t,n){n===void 0&&(n=!1);const o=ot(e),r=$o(e),i=ko(r);let s=r==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=ln(s)),[s,ln(s)]}function M1(e){const t=ln(e);return[yo(e),t,yo(t)]}function yo(e){return e.replace(/start|end/g,t=>C1[t])}function E1(e,t,n){const o=["left","right"],r=["right","left"],i=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return n?t?r:o:t?o:r;case"left":case"right":return t?i:s;default:return[]}}function O1(e,t,n,o){const r=ot(e);let i=E1(Ie(e),n==="start",o);return r&&(i=i.map(s=>s+"-"+r),t&&(i=i.concat(i.map(yo)))),i}function ln(e){return e.replace(/left|right|bottom|top/g,t=>w1[t])}function j1(e){return{top:0,right:0,bottom:0,left:0,...e}}function fa(e){return typeof e!="number"?j1(e):{top:e,right:e,bottom:e,left:e}}function dn(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function pa(e,t,n){let{reference:o,floating:r}=e;const i=rt(t),s=$o(t),l=ko(s),d=Ie(t),u=i==="y",p=o.x+o.width/2-r.width/2,f=o.y+o.height/2-r.height/2,h=o[l]/2-r[l]/2;let v;switch(d){case"top":v={x:p,y:o.y-r.height};break;case"bottom":v={x:p,y:o.y+o.height};break;case"right":v={x:o.x+o.width,y:f};break;case"left":v={x:o.x-r.width,y:f};break;default:v={x:o.x,y:o.y}}switch(ot(t)){case"start":v[s]-=h*(n&&u?-1:1);break;case"end":v[s]+=h*(n&&u?-1:1);break}return v}const P1=async(e,t,n)=>{const{placement:o="bottom",strategy:r="absolute",middleware:i=[],platform:s}=n,l=i.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:r}),{x:p,y:f}=pa(u,o,d),h=o,v={},g=0;for(let b=0;b<l.length;b++){const{name:x,fn:k}=l[b],{x:$,y:w,data:C,reset:O}=await k({x:p,y:f,initialPlacement:o,placement:h,strategy:r,middlewareData:v,rects:u,platform:s,elements:{reference:e,floating:t}});if(p=$??p,f=w??f,v={...v,[x]:{...v[x],...C}},O&&g<=50){g++,typeof O=="object"&&(O.placement&&(h=O.placement),O.rects&&(u=O.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:r}):O.rects),{x:p,y:f}=pa(u,h,d)),b=-1;continue}}return{x:p,y:f,placement:h,strategy:r,middlewareData:v}};async function It(e,t){var n;t===void 0&&(t={});const{x:o,y:r,platform:i,rects:s,elements:l,strategy:d}=e,{boundary:u="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:v=0}=Pe(t,e),g=fa(v),x=l[h?f==="floating"?"reference":"floating":f],k=dn(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(x)))==null||n?x:x.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:p,strategy:d})),$=f==="floating"?{...s.floating,x:o,y:r}:s.reference,w=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),C=await(i.isElement==null?void 0:i.isElement(w))?await(i.getScale==null?void 0:i.getScale(w))||{x:1,y:1}:{x:1,y:1},O=dn(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:$,offsetParent:w,strategy:d}):$);return{top:(k.top-O.top+g.top)/C.y,bottom:(O.bottom-k.bottom+g.bottom)/C.y,left:(k.left-O.left+g.left)/C.x,right:(O.right-k.right+g.right)/C.x}}const ha=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:r,rects:i,platform:s,elements:l}=t,{element:d,padding:u=0}=Pe(e,t)||{};if(d==null)return{};const p=fa(u),f={x:n,y:o},h=$o(r),v=ko(h),g=await s.getDimensions(d),b=h==="y",x=b?"top":"left",k=b?"bottom":"right",$=b?"clientHeight":"clientWidth",w=i.reference[v]+i.reference[h]-f[h]-i.floating[v],C=f[h]-i.reference[h],O=await(s.getOffsetParent==null?void 0:s.getOffsetParent(d));let P=O?O[$]:0;(!P||!await(s.isElement==null?void 0:s.isElement(O)))&&(P=l.floating[$]||i.floating[v]);const F=w/2-C/2,A=P/2-g[v]/2-1,N=Le(p[x],A),Y=Le(p[k],A),R=N,ee=P-g[v]-Y,Z=P/2-g[v]/2+F,H=mo(R,Z,ee),z=ot(r)!=null&&Z!=H&&i.reference[v]/2-(Z<R?N:Y)-g[v]/2<0?Z<R?R-Z:ee-Z:0;return{[h]:f[h]-z,data:{[h]:H,centerOffset:Z-H+z}}}}),I1=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:o,middlewareData:r,rects:i,initialPlacement:s,platform:l,elements:d}=t,{mainAxis:u=!0,crossAxis:p=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:g=!0,...b}=Pe(e,t),x=Ie(o),k=Ie(s)===s,$=await(l.isRTL==null?void 0:l.isRTL(d.floating)),w=f||(k||!g?[ln(s)]:M1(s));!f&&v!=="none"&&w.push(...O1(s,g,v,$));const C=[s,...w],O=await It(t,b),P=[];let F=((n=r.flip)==null?void 0:n.overflows)||[];if(u&&P.push(O[x]),p){const R=S1(o,i,$);P.push(O[R[0]],O[R[1]])}if(F=[...F,{placement:o,overflows:P}],!P.every(R=>R<=0)){var A,N;const R=(((A=r.flip)==null?void 0:A.index)||0)+1,ee=C[R];if(ee)return{data:{index:R,overflows:F},reset:{placement:ee}};let Z=(N=F.filter(H=>H.overflows[0]<=0).sort((H,q)=>H.overflows[1]-q.overflows[1])[0])==null?void 0:N.placement;if(!Z)switch(h){case"bestFit":{var Y;const H=(Y=F.map(q=>[q.placement,q.overflows.filter(z=>z>0).reduce((z,de)=>z+de,0)]).sort((q,z)=>q[1]-z[1])[0])==null?void 0:Y[0];H&&(Z=H);break}case"initialPlacement":Z=s;break}if(o!==Z)return{reset:{placement:Z}}}return{}}}};function va(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function ba(e){return y1.some(t=>e[t]>=0)}const F1=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:o="referenceHidden",...r}=Pe(e,t);switch(o){case"referenceHidden":{const i=await It(t,{...r,elementContext:"reference"}),s=va(i,n.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:ba(s)}}}case"escaped":{const i=await It(t,{...r,altBoundary:!0}),s=va(i,n.floating);return{data:{escapedOffsets:s,escaped:ba(s)}}}default:return{}}}}};async function _1(e,t){const{placement:n,platform:o,elements:r}=e,i=await(o.isRTL==null?void 0:o.isRTL(r.floating)),s=Ie(n),l=ot(n),d=rt(n)==="y",u=["left","top"].includes(s)?-1:1,p=i&&d?-1:1,f=Pe(t,e);let{mainAxis:h,crossAxis:v,alignmentAxis:g}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...f};return l&&typeof g=="number"&&(v=l==="end"?g*-1:g),d?{x:v*p,y:h*u}:{x:h*u,y:v*p}}const T1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:o}=t,r=await _1(t,e);return{x:n+r.x,y:o+r.y,data:r}}}},A1=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:r}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:x=>{let{x:k,y:$}=x;return{x:k,y:$}}},...d}=Pe(e,t),u={x:n,y:o},p=await It(t,d),f=rt(Ie(r)),h=xo(f);let v=u[h],g=u[f];if(i){const x=h==="y"?"top":"left",k=h==="y"?"bottom":"right",$=v+p[x],w=v-p[k];v=mo($,v,w)}if(s){const x=f==="y"?"top":"left",k=f==="y"?"bottom":"right",$=g+p[x],w=g-p[k];g=mo($,g,w)}const b=l.fn({...t,[h]:v,[f]:g});return{...b,data:{x:b.x-n,y:b.y-o}}}}},D1=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:o,placement:r,rects:i,middlewareData:s}=t,{offset:l=0,mainAxis:d=!0,crossAxis:u=!0}=Pe(e,t),p={x:n,y:o},f=rt(r),h=xo(f);let v=p[h],g=p[f];const b=Pe(l,t),x=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:0,crossAxis:0,...b};if(d){const w=h==="y"?"height":"width",C=i.reference[h]-i.floating[w]+x.mainAxis,O=i.reference[h]+i.reference[w]-x.mainAxis;v<C?v=C:v>O&&(v=O)}if(u){var k,$;const w=h==="y"?"width":"height",C=["top","left"].includes(Ie(r)),O=i.reference[f]-i.floating[w]+(C&&((k=s.offset)==null?void 0:k[f])||0)+(C?0:x.crossAxis),P=i.reference[f]+i.reference[w]+(C?0:(($=s.offset)==null?void 0:$[f])||0)-(C?x.crossAxis:0);g<O?g=O:g>P&&(g=P)}return{[h]:v,[f]:g}}}},L1=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:o,platform:r,elements:i}=t,{apply:s=()=>{},...l}=Pe(e,t),d=await It(t,l),u=Ie(n),p=ot(n),f=rt(n)==="y",{width:h,height:v}=o.floating;let g,b;u==="top"||u==="bottom"?(g=u,b=p===(await(r.isRTL==null?void 0:r.isRTL(i.floating))?"start":"end")?"left":"right"):(b=u,g=p==="end"?"top":"bottom");const x=v-d[g],k=h-d[b],$=!t.middlewareData.shift;let w=x,C=k;if(f){const P=h-d.left-d.right;C=p||$?Le(k,P):P}else{const P=v-d.top-d.bottom;w=p||$?Le(x,P):P}if($&&!p){const P=be(d.left,0),F=be(d.right,0),A=be(d.top,0),N=be(d.bottom,0);f?C=h-2*(P!==0||F!==0?P+F:be(d.left,d.right)):w=v-2*(A!==0||N!==0?A+N:be(d.top,d.bottom))}await s({...t,availableWidth:C,availableHeight:w});const O=await r.getDimensions(i.floating);return h!==O.width||v!==O.height?{reset:{rects:!0}}:{}}}};function Ue(e){return ga(e)?(e.nodeName||"").toLowerCase():"#document"}function ge(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Fe(e){var t;return(t=(ga(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function ga(e){return e instanceof Node||e instanceof ge(e).Node}function _e(e){return e instanceof Element||e instanceof ge(e).Element}function Ee(e){return e instanceof HTMLElement||e instanceof ge(e).HTMLElement}function ma(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ge(e).ShadowRoot}function Ft(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=ke(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!["inline","contents"].includes(r)}function N1(e){return["table","td","th"].includes(Ue(e))}function wo(e){const t=Co(),n=ke(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(o=>(n.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(n.contain||"").includes(o))}function U1(e){let t=at(e);for(;Ee(t)&&!un(t);){if(wo(t))return t;t=at(t)}return null}function Co(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function un(e){return["html","body","#document"].includes(Ue(e))}function ke(e){return ge(e).getComputedStyle(e)}function fn(e){return _e(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function at(e){if(Ue(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ma(e)&&e.host||Fe(e);return ma(t)?t.host:t}function xa(e){const t=at(e);return un(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ee(t)&&Ft(t)?t:xa(t)}function pn(e,t){var n;t===void 0&&(t=[]);const o=xa(e),r=o===((n=e.ownerDocument)==null?void 0:n.body),i=ge(o);return r?t.concat(i,i.visualViewport||[],Ft(o)?o:[]):t.concat(o,pn(o))}function ka(e){const t=ke(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=Ee(e),i=r?e.offsetWidth:n,s=r?e.offsetHeight:o,l=cn(n)!==i||cn(o)!==s;return l&&(n=i,o=s),{width:n,height:o,$:l}}function So(e){return _e(e)?e:e.contextElement}function it(e){const t=So(e);if(!Ee(t))return Ne(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:i}=ka(t);let s=(i?cn(n.width):n.width)/o,l=(i?cn(n.height):n.height)/r;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const B1=Ne(0);function $a(e){const t=ge(e);return!Co()||!t.visualViewport?B1:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Z1(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ge(e)?!1:t}function ze(e,t,n,o){t===void 0&&(t=!1),n===void 0&&(n=!1);const r=e.getBoundingClientRect(),i=So(e);let s=Ne(1);t&&(o?_e(o)&&(s=it(o)):s=it(e));const l=Z1(i,n,o)?$a(i):Ne(0);let d=(r.left+l.x)/s.x,u=(r.top+l.y)/s.y,p=r.width/s.x,f=r.height/s.y;if(i){const h=ge(i),v=o&&_e(o)?ge(o):o;let g=h.frameElement;for(;g&&o&&v!==h;){const b=it(g),x=g.getBoundingClientRect(),k=ke(g),$=x.left+(g.clientLeft+parseFloat(k.paddingLeft))*b.x,w=x.top+(g.clientTop+parseFloat(k.paddingTop))*b.y;d*=b.x,u*=b.y,p*=b.x,f*=b.y,d+=$,u+=w,g=ge(g).frameElement}}return dn({width:p,height:f,x:d,y:u})}function H1(e){let{rect:t,offsetParent:n,strategy:o}=e;const r=Ee(n),i=Fe(n);if(n===i)return t;let s={scrollLeft:0,scrollTop:0},l=Ne(1);const d=Ne(0);if((r||!r&&o!=="fixed")&&((Ue(n)!=="body"||Ft(i))&&(s=fn(n)),Ee(n))){const u=ze(n);l=it(n),d.x=u.x+n.clientLeft,d.y=u.y+n.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-s.scrollLeft*l.x+d.x,y:t.y*l.y-s.scrollTop*l.y+d.y}}function R1(e){return Array.from(e.getClientRects())}function ya(e){return ze(Fe(e)).left+fn(e).scrollLeft}function W1(e){const t=Fe(e),n=fn(e),o=e.ownerDocument.body,r=be(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=be(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let s=-n.scrollLeft+ya(e);const l=-n.scrollTop;return ke(o).direction==="rtl"&&(s+=be(t.clientWidth,o.clientWidth)-r),{width:r,height:i,x:s,y:l}}function V1(e,t){const n=ge(e),o=Fe(e),r=n.visualViewport;let i=o.clientWidth,s=o.clientHeight,l=0,d=0;if(r){i=r.width,s=r.height;const u=Co();(!u||u&&t==="fixed")&&(l=r.offsetLeft,d=r.offsetTop)}return{width:i,height:s,x:l,y:d}}function z1(e,t){const n=ze(e,!0,t==="fixed"),o=n.top+e.clientTop,r=n.left+e.clientLeft,i=Ee(e)?it(e):Ne(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,d=r*i.x,u=o*i.y;return{width:s,height:l,x:d,y:u}}function wa(e,t,n){let o;if(t==="viewport")o=V1(e,n);else if(t==="document")o=W1(Fe(e));else if(_e(t))o=z1(t,n);else{const r=$a(e);o={...t,x:t.x-r.x,y:t.y-r.y}}return dn(o)}function Ca(e,t){const n=at(e);return n===t||!_e(n)||un(n)?!1:ke(n).position==="fixed"||Ca(n,t)}function G1(e,t){const n=t.get(e);if(n)return n;let o=pn(e).filter(l=>_e(l)&&Ue(l)!=="body"),r=null;const i=ke(e).position==="fixed";let s=i?at(e):e;for(;_e(s)&&!un(s);){const l=ke(s),d=wo(s);!d&&l.position==="fixed"&&(r=null),(i?!d&&!r:!d&&l.position==="static"&&!!r&&["absolute","fixed"].includes(r.position)||Ft(s)&&!d&&Ca(e,s))?o=o.filter(p=>p!==s):r=l,s=at(s)}return t.set(e,o),o}function K1(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const s=[...n==="clippingAncestors"?G1(t,this._c):[].concat(n),o],l=s[0],d=s.reduce((u,p)=>{const f=wa(t,p,r);return u.top=be(f.top,u.top),u.right=Le(f.right,u.right),u.bottom=Le(f.bottom,u.bottom),u.left=be(f.left,u.left),u},wa(t,l,r));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Y1(e){return ka(e)}function q1(e,t,n){const o=Ee(t),r=Fe(t),i=n==="fixed",s=ze(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const d=Ne(0);if(o||!o&&!i)if((Ue(t)!=="body"||Ft(r))&&(l=fn(t)),o){const u=ze(t,!0,i,t);d.x=u.x+t.clientLeft,d.y=u.y+t.clientTop}else r&&(d.x=ya(r));return{x:s.left+l.scrollLeft-d.x,y:s.top+l.scrollTop-d.y,width:s.width,height:s.height}}function Sa(e,t){return!Ee(e)||ke(e).position==="fixed"?null:t?t(e):e.offsetParent}function Ma(e,t){const n=ge(e);if(!Ee(e))return n;let o=Sa(e,t);for(;o&&N1(o)&&ke(o).position==="static";)o=Sa(o,t);return o&&(Ue(o)==="html"||Ue(o)==="body"&&ke(o).position==="static"&&!wo(o))?n:o||U1(e)||n}const X1=async function(e){let{reference:t,floating:n,strategy:o}=e;const r=this.getOffsetParent||Ma,i=this.getDimensions;return{reference:q1(t,await r(n),o),floating:{x:0,y:0,...await i(n)}}};function J1(e){return ke(e).direction==="rtl"}const Q1={convertOffsetParentRelativeRectToViewportRelativeRect:H1,getDocumentElement:Fe,getClippingRect:K1,getOffsetParent:Ma,getElementRects:X1,getClientRects:R1,getDimensions:Y1,getScale:it,isElement:_e,isRTL:J1};function eu(e,t){let n=null,o;const r=Fe(e);function i(){clearTimeout(o),n&&n.disconnect(),n=null}function s(l,d){l===void 0&&(l=!1),d===void 0&&(d=1),i();const{left:u,top:p,width:f,height:h}=e.getBoundingClientRect();if(l||t(),!f||!h)return;const v=sn(p),g=sn(r.clientWidth-(u+f)),b=sn(r.clientHeight-(p+h)),x=sn(u),$={rootMargin:-v+"px "+-g+"px "+-b+"px "+-x+"px",threshold:be(0,Le(1,d))||1};let w=!0;function C(O){const P=O[0].intersectionRatio;if(P!==d){if(!w)return s();P?s(!1,P):o=setTimeout(()=>{s(!1,1e-7)},100)}w=!1}try{n=new IntersectionObserver(C,{...$,root:r.ownerDocument})}catch{n=new IntersectionObserver(C,$)}n.observe(e)}return s(!0),i}function tu(e,t,n,o){o===void 0&&(o={});const{ancestorScroll:r=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:d=!1}=o,u=So(e),p=r||i?[...u?pn(u):[],...pn(t)]:[];p.forEach(k=>{r&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const f=u&&l?eu(u,n):null;let h=-1,v=null;s&&(v=new ResizeObserver(k=>{let[$]=k;$&&$.target===u&&v&&(v.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{v&&v.observe(t)})),n()}),u&&!d&&v.observe(u),v.observe(t));let g,b=d?ze(e):null;d&&x();function x(){const k=ze(e);b&&(k.x!==b.x||k.y!==b.y||k.width!==b.width||k.height!==b.height)&&n(),b=k,g=requestAnimationFrame(x)}return n(),()=>{p.forEach(k=>{r&&k.removeEventListener("scroll",n),i&&k.removeEventListener("resize",n)}),f&&f(),v&&v.disconnect(),v=null,d&&cancelAnimationFrame(g)}}const nu=(e,t,n)=>{const o=new Map,r={platform:Q1,...n},i={...r.platform,_c:o};return P1(e,t,{...r,platform:i})},ou=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:o,padding:r}=typeof e=="function"?e(n):e;return o&&t(o)?o.current!=null?ha({element:o.current,padding:r}).fn(n):{}:o?ha({element:o,padding:r}).fn(n):{}}}};var hn=typeof document<"u"?c.useLayoutEffect:c.useEffect;function vn(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 n,o,r;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(o=n;o--!==0;)if(!vn(e[o],t[o]))return!1;return!0}if(r=Object.keys(e),n=r.length,n!==Object.keys(t).length)return!1;for(o=n;o--!==0;)if(!{}.hasOwnProperty.call(t,r[o]))return!1;for(o=n;o--!==0;){const i=r[o];if(!(i==="_owner"&&e.$$typeof)&&!vn(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ea(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Oa(e,t){const n=Ea(e);return Math.round(t*n)/n}function ja(e){const t=y.useRef(e);return hn(()=>{t.current=e}),t}function ru(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:o=[],platform:r,elements:{reference:i,floating:s}={},transform:l=!0,whileElementsMounted:d,open:u}=e,[p,f]=y.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[h,v]=y.useState(o);vn(h,o)||v(o);const[g,b]=y.useState(null),[x,k]=y.useState(null),$=y.useCallback(z=>{z!=P.current&&(P.current=z,b(z))},[b]),w=y.useCallback(z=>{z!==F.current&&(F.current=z,k(z))},[k]),C=i||g,O=s||x,P=y.useRef(null),F=y.useRef(null),A=y.useRef(p),N=ja(d),Y=ja(r),R=y.useCallback(()=>{if(!P.current||!F.current)return;const z={placement:t,strategy:n,middleware:h};Y.current&&(z.platform=Y.current),nu(P.current,F.current,z).then(de=>{const re={...de,isPositioned:!0};ee.current&&!vn(A.current,re)&&(A.current=re,Hl.flushSync(()=>{f(re)}))})},[h,t,n,Y]);hn(()=>{u===!1&&A.current.isPositioned&&(A.current.isPositioned=!1,f(z=>({...z,isPositioned:!1})))},[u]);const ee=y.useRef(!1);hn(()=>(ee.current=!0,()=>{ee.current=!1}),[]),hn(()=>{if(C&&(P.current=C),O&&(F.current=O),C&&O){if(N.current)return N.current(C,O,R);R()}},[C,O,R,N]);const Z=y.useMemo(()=>({reference:P,floating:F,setReference:$,setFloating:w}),[$,w]),H=y.useMemo(()=>({reference:C,floating:O}),[C,O]),q=y.useMemo(()=>{const z={position:n,left:0,top:0};if(!H.floating)return z;const de=Oa(H.floating,p.x),re=Oa(H.floating,p.y);return l?{...z,transform:"translate("+de+"px, "+re+"px)",...Ea(H.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:de,top:re}},[n,l,H.floating,p.x,p.y]);return y.useMemo(()=>({...p,update:R,refs:Z,elements:H,floatingStyles:q}),[p,R,Z,H,q])}const au=c.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...i}=e;return c.createElement(V.svg,S({},i,{ref:t,width:o,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none"}),e.asChild?n:c.createElement("polygon",{points:"0,0 30,0 15,10"}))});function bn(e){const[t,n]=c.useState(void 0);return Ve(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(r=>{if(!Array.isArray(r)||!r.length)return;const i=r[0];let s,l;if("borderBoxSize"in i){const d=i.borderBoxSize,u=Array.isArray(d)?d[0]:d;s=u.inlineSize,l=u.blockSize}else s=e.offsetWidth,l=e.offsetHeight;n({width:s,height:l})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else n(void 0)},[e]),t}const Pa="Popper",[Ia,Be]=ce(Pa),[iu,Fa]=Ia(Pa),cu=e=>{const{__scopePopper:t,children:n}=e,[o,r]=c.useState(null);return c.createElement(iu,{scope:t,anchor:o,onAnchorChange:r},n)},su="PopperAnchor",lu=c.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,i=Fa(su,n),s=c.useRef(null),l=ne(t,s);return c.useEffect(()=>{i.onAnchorChange((o==null?void 0:o.current)||s.current)}),o?null:c.createElement(V.div,S({},r,{ref:l}))}),_a="PopperContent",[du,uu]=Ia(_a),fu=c.forwardRef((e,t)=>{var n,o,r,i,s,l,d,u;const{__scopePopper:p,side:f="bottom",sideOffset:h=0,align:v="center",alignOffset:g=0,arrowPadding:b=0,collisionBoundary:x=[],collisionPadding:k=0,sticky:$="partial",hideWhenDetached:w=!1,avoidCollisions:C=!0,onPlaced:O,...P}=e,F=Fa(_a,p),[A,N]=c.useState(null),Y=ne(t,tn=>N(tn)),[R,ee]=c.useState(null),Z=bn(R),H=(n=Z==null?void 0:Z.width)!==null&&n!==void 0?n:0,q=(o=Z==null?void 0:Z.height)!==null&&o!==void 0?o:0,z=f+(v!=="center"?"-"+v:""),de=typeof k=="number"?k:{top:0,right:0,bottom:0,left:0,...k},re=Array.isArray(x)?x:[x],M=re.length>0,T={padding:de,boundary:re.filter(bu),altBoundary:M},{refs:B,floatingStyles:D,placement:X,isPositioned:oe,middlewareData:se}=ru({strategy:"fixed",placement:z,whileElementsMounted:tu,elements:{reference:F.anchor},middleware:[T1({mainAxis:h+q,alignmentAxis:g}),C&&A1({mainAxis:!0,crossAxis:!1,limiter:$==="partial"?D1():void 0,...T}),C&&I1({...T}),L1({...T,apply:({elements:tn,rects:yt,availableWidth:wt,availableHeight:co})=>{const{width:so,height:Ct}=yt.reference,St=tn.floating.style;St.setProperty("--radix-popper-available-width",`${wt}px`),St.setProperty("--radix-popper-available-height",`${co}px`),St.setProperty("--radix-popper-anchor-width",`${so}px`),St.setProperty("--radix-popper-anchor-height",`${Ct}px`)}}),R&&ou({element:R,padding:b}),gu({arrowWidth:H,arrowHeight:q}),w&&F1({strategy:"referenceHidden"})]}),[me,Se]=Ta(X),$e=xe(O);Ve(()=>{oe&&($e==null||$e())},[oe,$e]);const ue=(r=se.arrow)===null||r===void 0?void 0:r.x,Te=(i=se.arrow)===null||i===void 0?void 0:i.y,Ur=((s=se.arrow)===null||s===void 0?void 0:s.centerOffset)!==0,[io,Br]=c.useState();return Ve(()=>{A&&Br(window.getComputedStyle(A).zIndex)},[A]),c.createElement("div",{ref:B.setFloating,"data-radix-popper-content-wrapper":"",style:{...D,transform:oe?D.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:io,"--radix-popper-transform-origin":[(l=se.transformOrigin)===null||l===void 0?void 0:l.x,(d=se.transformOrigin)===null||d===void 0?void 0:d.y].join(" ")},dir:e.dir},c.createElement(du,{scope:p,placedSide:me,onArrowChange:ee,arrowX:ue,arrowY:Te,shouldHideArrow:Ur},c.createElement(V.div,S({"data-side":me,"data-align":Se},P,{ref:Y,style:{...P.style,animation:oe?void 0:"none",opacity:(u=se.hide)!==null&&u!==void 0&&u.referenceHidden?0:void 0}}))))}),pu="PopperArrow",hu={top:"bottom",right:"left",bottom:"top",left:"right"},vu=c.forwardRef(function(t,n){const{__scopePopper:o,...r}=t,i=uu(pu,o),s=hu[i.placedSide];return c.createElement("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[s]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0}},c.createElement(au,S({},r,{ref:n,style:{...r.style,display:"block"}})))});function bu(e){return e!==null}const gu=e=>({name:"transformOrigin",options:e,fn(t){var n,o,r,i,s;const{placement:l,rects:d,middlewareData:u}=t,f=((n=u.arrow)===null||n===void 0?void 0:n.centerOffset)!==0,h=f?0:e.arrowWidth,v=f?0:e.arrowHeight,[g,b]=Ta(l),x={start:"0%",center:"50%",end:"100%"}[b],k=((o=(r=u.arrow)===null||r===void 0?void 0:r.x)!==null&&o!==void 0?o:0)+h/2,$=((i=(s=u.arrow)===null||s===void 0?void 0:s.y)!==null&&i!==void 0?i:0)+v/2;let w="",C="";return g==="bottom"?(w=f?x:`${k}px`,C=`${-v}px`):g==="top"?(w=f?x:`${k}px`,C=`${d.floating.height+v}px`):g==="right"?(w=`${-v}px`,C=f?x:`${$}px`):g==="left"&&(w=`${d.floating.width+v}px`,C=f?x:`${$}px`),{data:{x:w,y:C}}}});function Ta(e){const[t,n="center"]=e.split("-");return[t,n]}const _t=cu,Tt=lu,gn=fu,mn=vu,xn=c.forwardRef((e,t)=>{var n;const{container:o=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...r}=e;return o?We.createPortal(c.createElement(V.div,S({},r,{ref:t})),o):null});function mu(e,t){return c.useReducer((n,o)=>{const r=t[n][o];return r??n},e)}const he=e=>{const{present:t,children:n}=e,o=xu(t),r=typeof n=="function"?n({present:o.isPresent}):c.Children.only(n),i=ne(o.ref,r.ref);return typeof n=="function"||o.isPresent?c.cloneElement(r,{ref:i}):null};he.displayName="Presence";function xu(e){const[t,n]=c.useState(),o=c.useRef({}),r=c.useRef(e),i=c.useRef("none"),s=e?"mounted":"unmounted",[l,d]=mu(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const u=kn(o.current);i.current=l==="mounted"?u:"none"},[l]),Ve(()=>{const u=o.current,p=r.current;if(p!==e){const h=i.current,v=kn(u);e?d("MOUNT"):v==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(p&&h!==v?"ANIMATION_OUT":"UNMOUNT"),r.current=e}},[e,d]),Ve(()=>{if(t){const u=f=>{const v=kn(o.current).includes(f.animationName);f.target===t&&v&&We.flushSync(()=>d("ANIMATION_END"))},p=f=>{f.target===t&&(i.current=kn(o.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:c.useCallback(u=>{u&&(o.current=getComputedStyle(u)),n(u)},[])}}function kn(e){return(e==null?void 0:e.animationName)||"none"}const Mo="rovingFocusGroup.onEntryFocus",ku={bubbles:!1,cancelable:!0},Eo="RovingFocusGroup",[Oo,Aa,$u]=po(Eo),[yu,ct]=ce(Eo,[$u]),[wu,Cu]=yu(Eo),Su=c.forwardRef((e,t)=>c.createElement(Oo.Provider,{scope:e.__scopeRovingFocusGroup},c.createElement(Oo.Slot,{scope:e.__scopeRovingFocusGroup},c.createElement(Mu,S({},e,{ref:t}))))),Mu=c.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:r=!1,dir:i,currentTabStopId:s,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:d,onEntryFocus:u,...p}=e,f=c.useRef(null),h=ne(t,f),v=Pt(i),[g=null,b]=pe({prop:s,defaultProp:l,onChange:d}),[x,k]=c.useState(!1),$=xe(u),w=Aa(n),C=c.useRef(!1),[O,P]=c.useState(0);return c.useEffect(()=>{const F=f.current;if(F)return F.addEventListener(Mo,$),()=>F.removeEventListener(Mo,$)},[$]),c.createElement(wu,{scope:n,orientation:o,dir:v,loop:r,currentTabStopId:g,onItemFocus:c.useCallback(F=>b(F),[b]),onItemShiftTab:c.useCallback(()=>k(!0),[]),onFocusableItemAdd:c.useCallback(()=>P(F=>F+1),[]),onFocusableItemRemove:c.useCallback(()=>P(F=>F-1),[])},c.createElement(V.div,S({tabIndex:x||O===0?-1:0,"data-orientation":o},p,{ref:h,style:{outline:"none",...e.style},onMouseDown:_(e.onMouseDown,()=>{C.current=!0}),onFocus:_(e.onFocus,F=>{const A=!C.current;if(F.target===F.currentTarget&&A&&!x){const N=new CustomEvent(Mo,ku);if(F.currentTarget.dispatchEvent(N),!N.defaultPrevented){const Y=w().filter(q=>q.focusable),R=Y.find(q=>q.active),ee=Y.find(q=>q.id===g),H=[R,ee,...Y].filter(Boolean).map(q=>q.ref.current);Da(H)}}C.current=!1}),onBlur:_(e.onBlur,()=>k(!1))})))}),Eu="RovingFocusGroupItem",Ou=c.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:i,...s}=e,l=Me(),d=i||l,u=Cu(Eu,n),p=u.currentTabStopId===d,f=Aa(n),{onFocusableItemAdd:h,onFocusableItemRemove:v}=u;return c.useEffect(()=>{if(o)return h(),()=>v()},[o,h,v]),c.createElement(Oo.ItemSlot,{scope:n,id:d,focusable:o,active:r},c.createElement(V.span,S({tabIndex:p?0:-1,"data-orientation":u.orientation},s,{ref:t,onMouseDown:_(e.onMouseDown,g=>{o?u.onItemFocus(d):g.preventDefault()}),onFocus:_(e.onFocus,()=>u.onItemFocus(d)),onKeyDown:_(e.onKeyDown,g=>{if(g.key==="Tab"&&g.shiftKey){u.onItemShiftTab();return}if(g.target!==g.currentTarget)return;const b=Iu(g,u.orientation,u.dir);if(b!==void 0){g.preventDefault();let k=f().filter($=>$.focusable).map($=>$.ref.current);if(b==="last")k.reverse();else if(b==="prev"||b==="next"){b==="prev"&&k.reverse();const $=k.indexOf(g.currentTarget);k=u.loop?Fu(k,$+1):k.slice($+1)}setTimeout(()=>Da(k))}})})))}),ju={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Pu(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function Iu(e,t,n){const o=Pu(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return ju[o]}function Da(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function Fu(e,t){return e.map((n,o)=>e[(t+o)%e.length])}const jo=Su,Po=Ou;var _u=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},st=new WeakMap,$n=new WeakMap,yn={},Io=0,La=function(e){return e&&(e.host||La(e.parentNode))},Tu=function(e,t){return t.map(function(n){if(e.contains(n))return n;var o=La(n);return o&&e.contains(o)?o:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},Au=function(e,t,n,o){var r=Tu(t,Array.isArray(e)?e:[e]);yn[n]||(yn[n]=new WeakMap);var i=yn[n],s=[],l=new Set,d=new Set(r),u=function(f){!f||l.has(f)||(l.add(f),u(f.parentNode))};r.forEach(u);var p=function(f){!f||d.has(f)||Array.prototype.forEach.call(f.children,function(h){if(l.has(h))p(h);else{var v=h.getAttribute(o),g=v!==null&&v!=="false",b=(st.get(h)||0)+1,x=(i.get(h)||0)+1;st.set(h,b),i.set(h,x),s.push(h),b===1&&g&&$n.set(h,!0),x===1&&h.setAttribute(n,"true"),g||h.setAttribute(o,"true")}})};return p(t),l.clear(),Io++,function(){s.forEach(function(f){var h=st.get(f)-1,v=i.get(f)-1;st.set(f,h),i.set(f,v),h||($n.has(f)||f.removeAttribute(o),$n.delete(f)),v||f.removeAttribute(n)}),Io--,Io||(st=new WeakMap,st=new WeakMap,$n=new WeakMap,yn={})}},Fo=function(e,t,n){n===void 0&&(n="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),r=t||_u(e);return r?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live]"))),Au(o,r,n,"aria-hidden")):function(){return null}},le=function(){return le=Object.assign||function(t){for(var n,o=1,r=arguments.length;o<r;o++){n=arguments[o];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},le.apply(this,arguments)};function _o(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]]);return n}function Na(e,t,n){if(n||arguments.length===2)for(var o=0,r=t.length,i;o<r;o++)(i||!(o in t))&&(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var At="right-scroll-bar-position",Dt="width-before-scroll-bar",Du="with-scroll-bars-hidden",Lu="--removed-body-scroll-bar-size";function Nu(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function Uu(e,t){var n=c.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(o){var r=n.value;r!==o&&(n.value=o,n.callback(o,r))}}}})[0];return n.callback=t,n.facade}function Ua(e,t){return Uu(t||null,function(n){return e.forEach(function(o){return Nu(o,n)})})}function Bu(e){return e}function Zu(e,t){t===void 0&&(t=Bu);var n=[],o=!1,r={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var s=t(i,o);return n.push(s),function(){n=n.filter(function(l){return l!==s})}},assignSyncMedium:function(i){for(o=!0;n.length;){var s=n;n=[],s.forEach(i)}n={push:function(l){return i(l)},filter:function(){return n}}},assignMedium:function(i){o=!0;var s=[];if(n.length){var l=n;n=[],l.forEach(i),s=n}var d=function(){var p=s;s=[],p.forEach(i)},u=function(){return Promise.resolve().then(d)};u(),n={push:function(p){s.push(p),u()},filter:function(p){return s=s.filter(p),n}}}};return r}function Ba(e){e===void 0&&(e={});var t=Zu(null);return t.options=le({async:!0,ssr:!1},e),t}var Za=function(e){var t=e.sideCar,n=_o(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=t.read();if(!o)throw new Error("Sidecar medium not found");return y.createElement(o,le({},n))};Za.isSideCarExport=!0;function Ha(e,t){return e.useMedium(t),Za}var Ra=Ba(),To=function(){},wn=y.forwardRef(function(e,t){var n=y.useRef(null),o=y.useState({onScrollCapture:To,onWheelCapture:To,onTouchMoveCapture:To}),r=o[0],i=o[1],s=e.forwardProps,l=e.children,d=e.className,u=e.removeScrollBar,p=e.enabled,f=e.shards,h=e.sideCar,v=e.noIsolation,g=e.inert,b=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,$=_o(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=h,C=Ua([n,t]),O=le(le({},$),r);return y.createElement(y.Fragment,null,p&&y.createElement(w,{sideCar:Ra,removeScrollBar:u,shards:f,noIsolation:v,inert:g,setCallbacks:i,allowPinchZoom:!!b,lockRef:n}),s?y.cloneElement(y.Children.only(l),le(le({},O),{ref:C})):y.createElement(k,le({},O,{className:d,ref:C}),l))});wn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},wn.classNames={fullWidth:Dt,zeroRight:At};var Wa,Hu=function(){if(Wa)return Wa;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function Ru(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=Hu();return t&&e.setAttribute("nonce",t),e}function Wu(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Vu(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var zu=function(){var e=0,t=null;return{add:function(n){e==0&&(t=Ru())&&(Wu(t,n),Vu(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Gu=function(){var e=zu();return function(t,n){y.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Ao=function(){var e=Gu(),t=function(n){var o=n.styles,r=n.dynamic;return e(o,r),null};return t},Ku={left:0,top:0,right:0,gap:0},Do=function(e){return parseInt(e||"",10)||0},Yu=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],o=t[e==="padding"?"paddingTop":"marginTop"],r=t[e==="padding"?"paddingRight":"marginRight"];return[Do(n),Do(o),Do(r)]},qu=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Ku;var t=Yu(e),n=document.documentElement.clientWidth,o=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,o-n+t[2]-t[0])}},Xu=Ao(),Ju=function(e,t,n,o){var r=e.left,i=e.top,s=e.right,l=e.gap;return n===void 0&&(n="margin"),`
|
|
83
|
-
.`.concat(
|
|
84
|
-
overflow: hidden `).concat(
|
|
85
|
-
padding-right: `).concat(
|
|
82
|
+
`),fo=({disabled:e,error:t,children:n,...r})=>o.jsx(od,{disabled:e,$error:t,...r,children:n});function M(){return M=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},M.apply(this,arguments)}function I(e,t,{checkForDefaultPrevented:n=!0}={}){return function(a){if(e==null||e(a),n===!1||!a.defaultPrevented)return t==null?void 0:t(a)}}function rd(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function rn(...e){return t=>e.forEach(n=>rd(n,t))}function ne(...e){return l.useCallback(rn(...e),e)}function le(e,t=[]){let n=[];function r(i,c){const s=l.createContext(c),d=n.length;n=[...n,c];function f(u){const{scope:h,children:v,...g}=u,b=(h==null?void 0:h[e][d])||s,x=l.useMemo(()=>g,Object.values(g));return l.createElement(b.Provider,{value:x},v)}function p(u,h){const v=(h==null?void 0:h[e][d])||s,g=l.useContext(v);if(g)return g;if(c!==void 0)return c;throw new Error(`\`${u}\` must be used within \`${i}\``)}return f.displayName=i+"Provider",[f,p]}const a=()=>{const i=n.map(c=>l.createContext(c));return function(s){const d=(s==null?void 0:s[e])||i;return l.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])}};return a.scopeName=e,[r,ad(a,...t)]}function ad(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const c=r.reduce((s,{useScope:d,scopeName:f})=>{const u=d(i)[`__scope${f}`];return{...s,...u}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return n.scopeName=t.scopeName,n}function xe(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}function pe({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,a]=id({defaultProp:t,onChange:n}),i=e!==void 0,c=i?e:r,s=xe(n),d=l.useCallback(f=>{if(i){const u=typeof f=="function"?f(e):f;u!==e&&s(u)}else a(f)},[i,e,a,s]);return[c,d]}function id({defaultProp:e,onChange:t}){const n=l.useState(e),[r]=n,a=l.useRef(r),i=xe(t);return l.useEffect(()=>{a.current!==r&&(i(r),a.current=r)},[r,a,i]),n}const nt=l.forwardRef((e,t)=>{const{children:n,...r}=e,a=l.Children.toArray(n),i=a.find(ld);if(i){const c=i.props.children,s=a.map(d=>d===i?l.Children.count(c)>1?l.Children.only(null):l.isValidElement(c)?c.props.children:null:d);return l.createElement(uo,M({},r,{ref:t}),l.isValidElement(c)?l.cloneElement(c,void 0,s):null)}return l.createElement(uo,M({},r,{ref:t}),n)});nt.displayName="Slot";const uo=l.forwardRef((e,t)=>{const{children:n,...r}=e;return l.isValidElement(n)?l.cloneElement(n,{...cd(r,n.props),ref:t?rn(t,n.ref):n.ref}):l.Children.count(n)>1?l.Children.only(null):null});uo.displayName="SlotClone";const Qr=({children:e})=>l.createElement(l.Fragment,null,e);function ld(e){return l.isValidElement(e)&&e.type===Qr}function cd(e,t){const n={...t};for(const r in t){const a=e[r],i=t[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...s)=>{i(...s),a(...s)}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...e,...n}}const W=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=l.forwardRef((r,a)=>{const{asChild:i,...c}=r,s=i?nt:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(s,M({},c,{ref:a}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function e1(e,t){e&&Re.flushSync(()=>e.dispatchEvent(t))}function po(e){const t=e+"CollectionProvider",[n,r]=le(t),[a,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),c=v=>{const{scope:g,children:b}=v,x=l.useRef(null),k=l.useRef(new Map).current;return l.createElement(a,{scope:g,itemMap:k,collectionRef:x},b)},s=e+"CollectionSlot",d=l.forwardRef((v,g)=>{const{scope:b,children:x}=v,k=i(s,b),w=ne(g,k.collectionRef);return l.createElement(nt,{ref:w},x)}),f=e+"CollectionItemSlot",p="data-radix-collection-item",u=l.forwardRef((v,g)=>{const{scope:b,children:x,...k}=v,w=l.useRef(null),y=ne(g,w),C=i(f,b);return l.useEffect(()=>(C.itemMap.set(w,{ref:w,...k}),()=>void C.itemMap.delete(w))),l.createElement(nt,{[p]:"",ref:y},x)});function h(v){const g=i(e+"CollectionConsumer",v);return l.useCallback(()=>{const x=g.collectionRef.current;if(!x)return[];const k=Array.from(x.querySelectorAll(`[${p}]`));return Array.from(g.itemMap.values()).sort((C,j)=>k.indexOf(C.ref.current)-k.indexOf(j.ref.current))},[g.collectionRef,g.itemMap])}return[{Provider:c,Slot:d,ItemSlot:u},h,r]}const sd=l.createContext(void 0);function Ot(e){const t=l.useContext(sd);return e||t||"ltr"}function dd(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e);l.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return t.addEventListener("keydown",r),()=>t.removeEventListener("keydown",r)},[n,t])}const ho="dismissableLayer.update",fd="dismissableLayer.pointerDownOutside",ud="dismissableLayer.focusOutside";let t1;const pd=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),an=l.forwardRef((e,t)=>{var n;const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:c,onInteractOutside:s,onDismiss:d,...f}=e,p=l.useContext(pd),[u,h]=l.useState(null),v=(n=u==null?void 0:u.ownerDocument)!==null&&n!==void 0?n:globalThis==null?void 0:globalThis.document,[,g]=l.useState({}),b=ne(t,T=>h(T)),x=Array.from(p.layers),[k]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),w=x.indexOf(k),y=u?x.indexOf(u):-1,C=p.layersWithOutsidePointerEventsDisabled.size>0,j=y>=w,O=hd(T=>{const D=T.target,Y=[...p.branches].some(U=>U.contains(D));!j||Y||(i==null||i(T),s==null||s(T),T.defaultPrevented||d==null||d())},v),P=vd(T=>{const D=T.target;[...p.branches].some(U=>U.contains(D))||(c==null||c(T),s==null||s(T),T.defaultPrevented||d==null||d())},v);return dd(T=>{y===p.layers.size-1&&(a==null||a(T),!T.defaultPrevented&&d&&(T.preventDefault(),d()))},v),l.useEffect(()=>{if(u)return r&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(t1=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(u)),p.layers.add(u),n1(),()=>{r&&p.layersWithOutsidePointerEventsDisabled.size===1&&(v.body.style.pointerEvents=t1)}},[u,v,r,p]),l.useEffect(()=>()=>{u&&(p.layers.delete(u),p.layersWithOutsidePointerEventsDisabled.delete(u),n1())},[u,p]),l.useEffect(()=>{const T=()=>g({});return document.addEventListener(ho,T),()=>document.removeEventListener(ho,T)},[]),l.createElement(W.div,M({},f,{ref:b,style:{pointerEvents:C?j?"auto":"none":void 0,...e.style},onFocusCapture:I(e.onFocusCapture,P.onFocusCapture),onBlurCapture:I(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:I(e.onPointerDownCapture,O.onPointerDownCapture)}))});function hd(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e),r=l.useRef(!1),a=l.useRef(()=>{});return l.useEffect(()=>{const i=s=>{if(s.target&&!r.current){let f=function(){o1(fd,n,d,{discrete:!0})};const d={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",a.current),a.current=f,t.addEventListener("click",a.current,{once:!0})):f()}r.current=!1},c=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(c),t.removeEventListener("pointerdown",i),t.removeEventListener("click",a.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function vd(e,t=globalThis==null?void 0:globalThis.document){const n=xe(e),r=l.useRef(!1);return l.useEffect(()=>{const a=i=>{i.target&&!r.current&&o1(ud,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",a),()=>t.removeEventListener("focusin",a)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function n1(){const e=new CustomEvent(ho);document.dispatchEvent(e)}function o1(e,t,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?e1(a,i):a.dispatchEvent(i)}let vo=0;function r1(){l.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:a1()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:a1()),vo++,()=>{vo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),vo--}},[])}function a1(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}const bo="focusScope.autoFocusOnMount",go="focusScope.autoFocusOnUnmount",i1={bubbles:!1,cancelable:!0},l1=l.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...c}=e,[s,d]=l.useState(null),f=xe(a),p=xe(i),u=l.useRef(null),h=ne(t,b=>d(b)),v=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let b=function(y){if(v.paused||!s)return;const C=y.target;s.contains(C)?u.current=C:He(u.current,{select:!0})},x=function(y){if(v.paused||!s)return;const C=y.relatedTarget;C!==null&&(s.contains(C)||He(u.current,{select:!0}))},k=function(y){const C=document.activeElement;for(const j of y)j.removedNodes.length>0&&(s!=null&&s.contains(C)||He(s))};document.addEventListener("focusin",b),document.addEventListener("focusout",x);const w=new MutationObserver(k);return s&&w.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",x),w.disconnect()}}},[r,s,v.paused]),l.useEffect(()=>{if(s){d1.add(v);const b=document.activeElement;if(!s.contains(b)){const k=new CustomEvent(bo,i1);s.addEventListener(bo,f),s.dispatchEvent(k),k.defaultPrevented||(bd(wd(c1(s)),{select:!0}),document.activeElement===b&&He(s))}return()=>{s.removeEventListener(bo,f),setTimeout(()=>{const k=new CustomEvent(go,i1);s.addEventListener(go,p),s.dispatchEvent(k),k.defaultPrevented||He(b??document.body,{select:!0}),s.removeEventListener(go,p),d1.remove(v)},0)}}},[s,f,p,v]);const g=l.useCallback(b=>{if(!n&&!r||v.paused)return;const x=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,k=document.activeElement;if(x&&k){const w=b.currentTarget,[y,C]=gd(w);y&&C?!b.shiftKey&&k===C?(b.preventDefault(),n&&He(y,{select:!0})):b.shiftKey&&k===y&&(b.preventDefault(),n&&He(C,{select:!0})):k===w&&b.preventDefault()}},[n,r,v.paused]);return l.createElement(W.div,M({tabIndex:-1},c,{ref:h,onKeyDown:g}))});function bd(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(He(r,{select:t}),document.activeElement!==n)return}function gd(e){const t=c1(e),n=s1(t,e),r=s1(t.reverse(),e);return[n,r]}function c1(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function s1(e,t){for(const n of e)if(!md(n,{upTo:t}))return n}function md(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function xd(e){return e instanceof HTMLInputElement&&"select"in e}function He(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&xd(e)&&t&&e.select()}}const d1=kd();function kd(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=f1(e,t),e.unshift(t)},remove(t){var n;e=f1(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function f1(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function wd(e){return e.filter(t=>t.tagName!=="A")}const We=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},$d=$["useId".toString()]||(()=>{});let yd=0;function Se(e){const[t,n]=$.useState($d());return We(()=>{e||n(r=>r??String(yd++))},[e]),e||(t?`radix-${t}`:"")}const Cd=["top","right","bottom","left"],Ae=Math.min,be=Math.max,ln=Math.round,cn=Math.floor,De=e=>({x:e,y:e}),Md={left:"right",right:"left",bottom:"top",top:"bottom"},Sd={start:"end",end:"start"};function mo(e,t,n){return be(e,Ae(t,n))}function Oe(e,t){return typeof e=="function"?e(t):e}function _e(e){return e.split("-")[0]}function ot(e){return e.split("-")[1]}function xo(e){return e==="x"?"y":"x"}function ko(e){return e==="y"?"height":"width"}function rt(e){return["top","bottom"].includes(_e(e))?"y":"x"}function wo(e){return xo(rt(e))}function Ld(e,t,n){n===void 0&&(n=!1);const r=ot(e),a=wo(e),i=ko(a);let c=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(c=sn(c)),[c,sn(c)]}function jd(e){const t=sn(e);return[$o(e),t,$o(t)]}function $o(e){return e.replace(/start|end/g,t=>Sd[t])}function Ed(e,t,n){const r=["left","right"],a=["right","left"],i=["top","bottom"],c=["bottom","top"];switch(e){case"top":case"bottom":return n?t?a:r:t?r:a;case"left":case"right":return t?i:c;default:return[]}}function Od(e,t,n,r){const a=ot(e);let i=Ed(_e(e),n==="start",r);return a&&(i=i.map(c=>c+"-"+a),t&&(i=i.concat(i.map($o)))),i}function sn(e){return e.replace(/left|right|bottom|top/g,t=>Md[t])}function _d(e){return{top:0,right:0,bottom:0,left:0,...e}}function u1(e){return typeof e!="number"?_d(e):{top:e,right:e,bottom:e,left:e}}function dn(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function p1(e,t,n){let{reference:r,floating:a}=e;const i=rt(t),c=wo(t),s=ko(c),d=_e(t),f=i==="y",p=r.x+r.width/2-a.width/2,u=r.y+r.height/2-a.height/2,h=r[s]/2-a[s]/2;let v;switch(d){case"top":v={x:p,y:r.y-a.height};break;case"bottom":v={x:p,y:r.y+r.height};break;case"right":v={x:r.x+r.width,y:u};break;case"left":v={x:r.x-a.width,y:u};break;default:v={x:r.x,y:r.y}}switch(ot(t)){case"start":v[c]-=h*(n&&f?-1:1);break;case"end":v[c]+=h*(n&&f?-1:1);break}return v}const Pd=async(e,t,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:c}=n,s=i.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(t));let f=await c.getElementRects({reference:e,floating:t,strategy:a}),{x:p,y:u}=p1(f,r,d),h=r,v={},g=0;for(let b=0;b<s.length;b++){const{name:x,fn:k}=s[b],{x:w,y,data:C,reset:j}=await k({x:p,y:u,initialPlacement:r,placement:h,strategy:a,middlewareData:v,rects:f,platform:c,elements:{reference:e,floating:t}});if(p=w??p,u=y??u,v={...v,[x]:{...v[x],...C}},j&&g<=50){g++,typeof j=="object"&&(j.placement&&(h=j.placement),j.rects&&(f=j.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:a}):j.rects),{x:p,y:u}=p1(f,h,d)),b=-1;continue}}return{x:p,y:u,placement:h,strategy:a,middlewareData:v}};async function _t(e,t){var n;t===void 0&&(t={});const{x:r,y:a,platform:i,rects:c,elements:s,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:p="viewport",elementContext:u="floating",altBoundary:h=!1,padding:v=0}=Oe(t,e),g=u1(v),x=s[h?u==="floating"?"reference":"floating":u],k=dn(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(x)))==null||n?x:x.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(s.floating)),boundary:f,rootBoundary:p,strategy:d})),w=u==="floating"?{...c.floating,x:r,y:a}:c.reference,y=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),C=await(i.isElement==null?void 0:i.isElement(y))?await(i.getScale==null?void 0:i.getScale(y))||{x:1,y:1}:{x:1,y:1},j=dn(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:w,offsetParent:y,strategy:d}):w);return{top:(k.top-j.top+g.top)/C.y,bottom:(j.bottom-k.bottom+g.bottom)/C.y,left:(k.left-j.left+g.left)/C.x,right:(j.right-k.right+g.right)/C.x}}const h1=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:a,rects:i,platform:c,elements:s}=t,{element:d,padding:f=0}=Oe(e,t)||{};if(d==null)return{};const p=u1(f),u={x:n,y:r},h=wo(a),v=ko(h),g=await c.getDimensions(d),b=h==="y",x=b?"top":"left",k=b?"bottom":"right",w=b?"clientHeight":"clientWidth",y=i.reference[v]+i.reference[h]-u[h]-i.floating[v],C=u[h]-i.reference[h],j=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d));let O=j?j[w]:0;(!O||!await(c.isElement==null?void 0:c.isElement(j)))&&(O=s.floating[w]||i.floating[v]);const P=y/2-C/2,T=O/2-g[v]/2-1,D=Ae(p[x],T),Y=Ae(p[k],T),U=D,ee=O-g[v]-Y,B=O/2-g[v]/2+P,V=mo(U,B,ee),G=ot(a)!=null&&B!=V&&i.reference[v]/2-(B<U?D:Y)-g[v]/2<0?B<U?U-B:ee-B:0;return{[h]:u[h]-G,data:{[h]:V,centerOffset:B-V+G}}}}),Id=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:a,rects:i,initialPlacement:c,platform:s,elements:d}=t,{mainAxis:f=!0,crossAxis:p=!0,fallbackPlacements:u,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:g=!0,...b}=Oe(e,t),x=_e(r),k=_e(c)===c,w=await(s.isRTL==null?void 0:s.isRTL(d.floating)),y=u||(k||!g?[sn(c)]:jd(c));!u&&v!=="none"&&y.push(...Od(c,g,v,w));const C=[c,...y],j=await _t(t,b),O=[];let P=((n=a.flip)==null?void 0:n.overflows)||[];if(f&&O.push(j[x]),p){const U=Ld(r,i,w);O.push(j[U[0]],j[U[1]])}if(P=[...P,{placement:r,overflows:O}],!O.every(U=>U<=0)){var T,D;const U=(((T=a.flip)==null?void 0:T.index)||0)+1,ee=C[U];if(ee)return{data:{index:U,overflows:P},reset:{placement:ee}};let B=(D=P.filter(V=>V.overflows[0]<=0).sort((V,q)=>V.overflows[1]-q.overflows[1])[0])==null?void 0:D.placement;if(!B)switch(h){case"bestFit":{var Y;const V=(Y=P.map(q=>[q.placement,q.overflows.filter(G=>G>0).reduce((G,de)=>G+de,0)]).sort((q,G)=>q[1]-G[1])[0])==null?void 0:Y[0];V&&(B=V);break}case"initialPlacement":B=c;break}if(r!==B)return{reset:{placement:B}}}return{}}}};function v1(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function b1(e){return Cd.some(t=>e[t]>=0)}const Fd=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...a}=Oe(e,t);switch(r){case"referenceHidden":{const i=await _t(t,{...a,elementContext:"reference"}),c=v1(i,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:b1(c)}}}case"escaped":{const i=await _t(t,{...a,altBoundary:!0}),c=v1(i,n.floating);return{data:{escapedOffsets:c,escaped:b1(c)}}}default:return{}}}}};async function Td(e,t){const{placement:n,platform:r,elements:a}=e,i=await(r.isRTL==null?void 0:r.isRTL(a.floating)),c=_e(n),s=ot(n),d=rt(n)==="y",f=["left","top"].includes(c)?-1:1,p=i&&d?-1:1,u=Oe(t,e);let{mainAxis:h,crossAxis:v,alignmentAxis:g}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...u};return s&&typeof g=="number"&&(v=s==="end"?g*-1:g),d?{x:v*p,y:h*f}:{x:h*f,y:v*p}}const Hd=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,a=await Td(t,e);return{x:n+a.x,y:r+a.y,data:a}}}},Ad=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:a}=t,{mainAxis:i=!0,crossAxis:c=!1,limiter:s={fn:x=>{let{x:k,y:w}=x;return{x:k,y:w}}},...d}=Oe(e,t),f={x:n,y:r},p=await _t(t,d),u=rt(_e(a)),h=xo(u);let v=f[h],g=f[u];if(i){const x=h==="y"?"top":"left",k=h==="y"?"bottom":"right",w=v+p[x],y=v-p[k];v=mo(w,v,y)}if(c){const x=u==="y"?"top":"left",k=u==="y"?"bottom":"right",w=g+p[x],y=g-p[k];g=mo(w,g,y)}const b=s.fn({...t,[h]:v,[u]:g});return{...b,data:{x:b.x-n,y:b.y-r}}}}},Dd=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:a,rects:i,middlewareData:c}=t,{offset:s=0,mainAxis:d=!0,crossAxis:f=!0}=Oe(e,t),p={x:n,y:r},u=rt(a),h=xo(u);let v=p[h],g=p[u];const b=Oe(s,t),x=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:0,crossAxis:0,...b};if(d){const y=h==="y"?"height":"width",C=i.reference[h]-i.floating[y]+x.mainAxis,j=i.reference[h]+i.reference[y]-x.mainAxis;v<C?v=C:v>j&&(v=j)}if(f){var k,w;const y=h==="y"?"width":"height",C=["top","left"].includes(_e(a)),j=i.reference[u]-i.floating[y]+(C&&((k=c.offset)==null?void 0:k[u])||0)+(C?0:x.crossAxis),O=i.reference[u]+i.reference[y]+(C?0:((w=c.offset)==null?void 0:w[u])||0)-(C?x.crossAxis:0);g<j?g=j:g>O&&(g=O)}return{[h]:v,[u]:g}}}},Nd=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:a,elements:i}=t,{apply:c=()=>{},...s}=Oe(e,t),d=await _t(t,s),f=_e(n),p=ot(n),u=rt(n)==="y",{width:h,height:v}=r.floating;let g,b;f==="top"||f==="bottom"?(g=f,b=p===(await(a.isRTL==null?void 0:a.isRTL(i.floating))?"start":"end")?"left":"right"):(b=f,g=p==="end"?"top":"bottom");const x=v-d[g],k=h-d[b],w=!t.middlewareData.shift;let y=x,C=k;if(u){const O=h-d.left-d.right;C=p||w?Ae(k,O):O}else{const O=v-d.top-d.bottom;y=p||w?Ae(x,O):O}if(w&&!p){const O=be(d.left,0),P=be(d.right,0),T=be(d.top,0),D=be(d.bottom,0);u?C=h-2*(O!==0||P!==0?O+P:be(d.left,d.right)):y=v-2*(T!==0||D!==0?T+D:be(d.top,d.bottom))}await c({...t,availableWidth:C,availableHeight:y});const j=await a.getDimensions(i.floating);return h!==j.width||v!==j.height?{reset:{rects:!0}}:{}}}};function Ne(e){return g1(e)?(e.nodeName||"").toLowerCase():"#document"}function ge(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Pe(e){var t;return(t=(g1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function g1(e){return e instanceof Node||e instanceof ge(e).Node}function Ie(e){return e instanceof Element||e instanceof ge(e).Element}function Le(e){return e instanceof HTMLElement||e instanceof ge(e).HTMLElement}function m1(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ge(e).ShadowRoot}function Pt(e){const{overflow:t,overflowX:n,overflowY:r,display:a}=ke(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(a)}function Zd(e){return["table","td","th"].includes(Ne(e))}function yo(e){const t=Co(),n=ke(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function Bd(e){let t=at(e);for(;Le(t)&&!fn(t);){if(yo(t))return t;t=at(t)}return null}function Co(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fn(e){return["html","body","#document"].includes(Ne(e))}function ke(e){return ge(e).getComputedStyle(e)}function un(e){return Ie(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function at(e){if(Ne(e)==="html")return e;const t=e.assignedSlot||e.parentNode||m1(e)&&e.host||Pe(e);return m1(t)?t.host:t}function x1(e){const t=at(e);return fn(t)?e.ownerDocument?e.ownerDocument.body:e.body:Le(t)&&Pt(t)?t:x1(t)}function pn(e,t){var n;t===void 0&&(t=[]);const r=x1(e),a=r===((n=e.ownerDocument)==null?void 0:n.body),i=ge(r);return a?t.concat(i,i.visualViewport||[],Pt(r)?r:[]):t.concat(r,pn(r))}function k1(e){const t=ke(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const a=Le(e),i=a?e.offsetWidth:n,c=a?e.offsetHeight:r,s=ln(n)!==i||ln(r)!==c;return s&&(n=i,r=c),{width:n,height:r,$:s}}function Mo(e){return Ie(e)?e:e.contextElement}function it(e){const t=Mo(e);if(!Le(t))return De(1);const n=t.getBoundingClientRect(),{width:r,height:a,$:i}=k1(t);let c=(i?ln(n.width):n.width)/r,s=(i?ln(n.height):n.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}const Vd=De(0);function w1(e){const t=ge(e);return!Co()||!t.visualViewport?Vd:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ud(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ge(e)?!1:t}function ze(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const a=e.getBoundingClientRect(),i=Mo(e);let c=De(1);t&&(r?Ie(r)&&(c=it(r)):c=it(e));const s=Ud(i,n,r)?w1(i):De(0);let d=(a.left+s.x)/c.x,f=(a.top+s.y)/c.y,p=a.width/c.x,u=a.height/c.y;if(i){const h=ge(i),v=r&&Ie(r)?ge(r):r;let g=h.frameElement;for(;g&&r&&v!==h;){const b=it(g),x=g.getBoundingClientRect(),k=ke(g),w=x.left+(g.clientLeft+parseFloat(k.paddingLeft))*b.x,y=x.top+(g.clientTop+parseFloat(k.paddingTop))*b.y;d*=b.x,f*=b.y,p*=b.x,u*=b.y,d+=w,f+=y,g=ge(g).frameElement}}return dn({width:p,height:u,x:d,y:f})}function Rd(e){let{rect:t,offsetParent:n,strategy:r}=e;const a=Le(n),i=Pe(n);if(n===i)return t;let c={scrollLeft:0,scrollTop:0},s=De(1);const d=De(0);if((a||!a&&r!=="fixed")&&((Ne(n)!=="body"||Pt(i))&&(c=un(n)),Le(n))){const f=ze(n);s=it(n),d.x=f.x+n.clientLeft,d.y=f.y+n.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-c.scrollLeft*s.x+d.x,y:t.y*s.y-c.scrollTop*s.y+d.y}}function Wd(e){return Array.from(e.getClientRects())}function $1(e){return ze(Pe(e)).left+un(e).scrollLeft}function zd(e){const t=Pe(e),n=un(e),r=e.ownerDocument.body,a=be(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=be(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let c=-n.scrollLeft+$1(e);const s=-n.scrollTop;return ke(r).direction==="rtl"&&(c+=be(t.clientWidth,r.clientWidth)-a),{width:a,height:i,x:c,y:s}}function Gd(e,t){const n=ge(e),r=Pe(e),a=n.visualViewport;let i=r.clientWidth,c=r.clientHeight,s=0,d=0;if(a){i=a.width,c=a.height;const f=Co();(!f||f&&t==="fixed")&&(s=a.offsetLeft,d=a.offsetTop)}return{width:i,height:c,x:s,y:d}}function Kd(e,t){const n=ze(e,!0,t==="fixed"),r=n.top+e.clientTop,a=n.left+e.clientLeft,i=Le(e)?it(e):De(1),c=e.clientWidth*i.x,s=e.clientHeight*i.y,d=a*i.x,f=r*i.y;return{width:c,height:s,x:d,y:f}}function y1(e,t,n){let r;if(t==="viewport")r=Gd(e,n);else if(t==="document")r=zd(Pe(e));else if(Ie(t))r=Kd(t,n);else{const a=w1(e);r={...t,x:t.x-a.x,y:t.y-a.y}}return dn(r)}function C1(e,t){const n=at(e);return n===t||!Ie(n)||fn(n)?!1:ke(n).position==="fixed"||C1(n,t)}function Yd(e,t){const n=t.get(e);if(n)return n;let r=pn(e).filter(s=>Ie(s)&&Ne(s)!=="body"),a=null;const i=ke(e).position==="fixed";let c=i?at(e):e;for(;Ie(c)&&!fn(c);){const s=ke(c),d=yo(c);!d&&s.position==="fixed"&&(a=null),(i?!d&&!a:!d&&s.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||Pt(c)&&!d&&C1(e,c))?r=r.filter(p=>p!==c):a=s,c=at(c)}return t.set(e,r),r}function qd(e){let{element:t,boundary:n,rootBoundary:r,strategy:a}=e;const c=[...n==="clippingAncestors"?Yd(t,this._c):[].concat(n),r],s=c[0],d=c.reduce((f,p)=>{const u=y1(t,p,a);return f.top=be(u.top,f.top),f.right=Ae(u.right,f.right),f.bottom=Ae(u.bottom,f.bottom),f.left=be(u.left,f.left),f},y1(t,s,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Xd(e){return k1(e)}function Jd(e,t,n){const r=Le(t),a=Pe(t),i=n==="fixed",c=ze(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const d=De(0);if(r||!r&&!i)if((Ne(t)!=="body"||Pt(a))&&(s=un(t)),r){const f=ze(t,!0,i,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else a&&(d.x=$1(a));return{x:c.left+s.scrollLeft-d.x,y:c.top+s.scrollTop-d.y,width:c.width,height:c.height}}function M1(e,t){return!Le(e)||ke(e).position==="fixed"?null:t?t(e):e.offsetParent}function S1(e,t){const n=ge(e);if(!Le(e))return n;let r=M1(e,t);for(;r&&Zd(r)&&ke(r).position==="static";)r=M1(r,t);return r&&(Ne(r)==="html"||Ne(r)==="body"&&ke(r).position==="static"&&!yo(r))?n:r||Bd(e)||n}const Qd=async function(e){let{reference:t,floating:n,strategy:r}=e;const a=this.getOffsetParent||S1,i=this.getDimensions;return{reference:Jd(t,await a(n),r),floating:{x:0,y:0,...await i(n)}}};function e0(e){return ke(e).direction==="rtl"}const t0={convertOffsetParentRelativeRectToViewportRelativeRect:Rd,getDocumentElement:Pe,getClippingRect:qd,getOffsetParent:S1,getElementRects:Qd,getClientRects:Wd,getDimensions:Xd,getScale:it,isElement:Ie,isRTL:e0};function n0(e,t){let n=null,r;const a=Pe(e);function i(){clearTimeout(r),n&&n.disconnect(),n=null}function c(s,d){s===void 0&&(s=!1),d===void 0&&(d=1),i();const{left:f,top:p,width:u,height:h}=e.getBoundingClientRect();if(s||t(),!u||!h)return;const v=cn(p),g=cn(a.clientWidth-(f+u)),b=cn(a.clientHeight-(p+h)),x=cn(f),w={rootMargin:-v+"px "+-g+"px "+-b+"px "+-x+"px",threshold:be(0,Ae(1,d))||1};let y=!0;function C(j){const O=j[0].intersectionRatio;if(O!==d){if(!y)return c();O?c(!1,O):r=setTimeout(()=>{c(!1,1e-7)},100)}y=!1}try{n=new IntersectionObserver(C,{...w,root:a.ownerDocument})}catch{n=new IntersectionObserver(C,w)}n.observe(e)}return c(!0),i}function o0(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,f=Mo(e),p=a||i?[...f?pn(f):[],...pn(t)]:[];p.forEach(k=>{a&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const u=f&&s?n0(f,n):null;let h=-1,v=null;c&&(v=new ResizeObserver(k=>{let[w]=k;w&&w.target===f&&v&&(v.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{v&&v.observe(t)})),n()}),f&&!d&&v.observe(f),v.observe(t));let g,b=d?ze(e):null;d&&x();function x(){const k=ze(e);b&&(k.x!==b.x||k.y!==b.y||k.width!==b.width||k.height!==b.height)&&n(),b=k,g=requestAnimationFrame(x)}return n(),()=>{p.forEach(k=>{a&&k.removeEventListener("scroll",n),i&&k.removeEventListener("resize",n)}),u&&u(),v&&v.disconnect(),v=null,d&&cancelAnimationFrame(g)}}const r0=(e,t,n)=>{const r=new Map,a={platform:t0,...n},i={...a.platform,_c:r};return Pd(e,t,{...a,platform:i})},a0=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:a}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?h1({element:r.current,padding:a}).fn(n):{}:r?h1({element:r,padding:a}).fn(n):{}}}};var hn=typeof document<"u"?l.useLayoutEffect:l.useEffect;function vn(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 n,r,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!vn(e[r],t[r]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&e.$$typeof)&&!vn(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function L1(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function j1(e,t){const n=L1(e);return Math.round(t*n)/n}function E1(e){const t=$.useRef(e);return hn(()=>{t.current=e}),t}function i0(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:c}={},transform:s=!0,whileElementsMounted:d,open:f}=e,[p,u]=$.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[h,v]=$.useState(r);vn(h,r)||v(r);const[g,b]=$.useState(null),[x,k]=$.useState(null),w=$.useCallback(G=>{G!=O.current&&(O.current=G,b(G))},[b]),y=$.useCallback(G=>{G!==P.current&&(P.current=G,k(G))},[k]),C=i||g,j=c||x,O=$.useRef(null),P=$.useRef(null),T=$.useRef(p),D=E1(d),Y=E1(a),U=$.useCallback(()=>{if(!O.current||!P.current)return;const G={placement:t,strategy:n,middleware:h};Y.current&&(G.platform=Y.current),r0(O.current,P.current,G).then(de=>{const re={...de,isPositioned:!0};ee.current&&!vn(T.current,re)&&(T.current=re,Vc.flushSync(()=>{u(re)}))})},[h,t,n,Y]);hn(()=>{f===!1&&T.current.isPositioned&&(T.current.isPositioned=!1,u(G=>({...G,isPositioned:!1})))},[f]);const ee=$.useRef(!1);hn(()=>(ee.current=!0,()=>{ee.current=!1}),[]),hn(()=>{if(C&&(O.current=C),j&&(P.current=j),C&&j){if(D.current)return D.current(C,j,U);U()}},[C,j,U,D]);const B=$.useMemo(()=>({reference:O,floating:P,setReference:w,setFloating:y}),[w,y]),V=$.useMemo(()=>({reference:C,floating:j}),[C,j]),q=$.useMemo(()=>{const G={position:n,left:0,top:0};if(!V.floating)return G;const de=j1(V.floating,p.x),re=j1(V.floating,p.y);return s?{...G,transform:"translate("+de+"px, "+re+"px)",...L1(V.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:de,top:re}},[n,s,V.floating,p.x,p.y]);return $.useMemo(()=>({...p,update:U,refs:B,elements:V,floatingStyles:q}),[p,U,B,V,q])}const l0=l.forwardRef((e,t)=>{const{children:n,width:r=10,height:a=5,...i}=e;return l.createElement(W.svg,M({},i,{ref:t,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none"}),e.asChild?n:l.createElement("polygon",{points:"0,0 30,0 15,10"}))});function bn(e){const[t,n]=l.useState(void 0);return We(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let c,s;if("borderBoxSize"in i){const d=i.borderBoxSize,f=Array.isArray(d)?d[0]:d;c=f.inlineSize,s=f.blockSize}else c=e.offsetWidth,s=e.offsetHeight;n({width:c,height:s})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}const O1="Popper",[_1,Ze]=le(O1),[c0,P1]=_1(O1),s0=e=>{const{__scopePopper:t,children:n}=e,[r,a]=l.useState(null);return l.createElement(c0,{scope:t,anchor:r,onAnchorChange:a},n)},d0="PopperAnchor",f0=l.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...a}=e,i=P1(d0,n),c=l.useRef(null),s=ne(t,c);return l.useEffect(()=>{i.onAnchorChange((r==null?void 0:r.current)||c.current)}),r?null:l.createElement(W.div,M({},a,{ref:s}))}),I1="PopperContent",[u0,p0]=_1(I1),h0=l.forwardRef((e,t)=>{var n,r,a,i,c,s,d,f;const{__scopePopper:p,side:u="bottom",sideOffset:h=0,align:v="center",alignOffset:g=0,arrowPadding:b=0,collisionBoundary:x=[],collisionPadding:k=0,sticky:w="partial",hideWhenDetached:y=!1,avoidCollisions:C=!0,onPlaced:j,...O}=e,P=P1(I1,p),[T,D]=l.useState(null),Y=ne(t,tn=>D(tn)),[U,ee]=l.useState(null),B=bn(U),V=(n=B==null?void 0:B.width)!==null&&n!==void 0?n:0,q=(r=B==null?void 0:B.height)!==null&&r!==void 0?r:0,G=u+(v!=="center"?"-"+v:""),de=typeof k=="number"?k:{top:0,right:0,bottom:0,left:0,...k},re=Array.isArray(x)?x:[x],S=re.length>0,F={padding:de,boundary:re.filter(m0),altBoundary:S},{refs:Z,floatingStyles:H,placement:X,isPositioned:oe,middlewareData:ce}=i0({strategy:"fixed",placement:G,whileElementsMounted:o0,elements:{reference:P.anchor},middleware:[Hd({mainAxis:h+q,alignmentAxis:g}),C&&Ad({mainAxis:!0,crossAxis:!1,limiter:w==="partial"?Dd():void 0,...F}),C&&Id({...F}),Nd({...F,apply:({elements:tn,rects:$t,availableWidth:yt,availableHeight:lo})=>{const{width:co,height:Ct}=$t.reference,Mt=tn.floating.style;Mt.setProperty("--radix-popper-available-width",`${yt}px`),Mt.setProperty("--radix-popper-available-height",`${lo}px`),Mt.setProperty("--radix-popper-anchor-width",`${co}px`),Mt.setProperty("--radix-popper-anchor-height",`${Ct}px`)}}),U&&a0({element:U,padding:b}),x0({arrowWidth:V,arrowHeight:q}),y&&Fd({strategy:"referenceHidden"})]}),[me,Me]=F1(X),we=xe(j);We(()=>{oe&&(we==null||we())},[oe,we]);const fe=(a=ce.arrow)===null||a===void 0?void 0:a.x,Fe=(i=ce.arrow)===null||i===void 0?void 0:i.y,Nr=((c=ce.arrow)===null||c===void 0?void 0:c.centerOffset)!==0,[io,Zr]=l.useState();return We(()=>{T&&Zr(window.getComputedStyle(T).zIndex)},[T]),l.createElement("div",{ref:Z.setFloating,"data-radix-popper-content-wrapper":"",style:{...H,transform:oe?H.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:io,"--radix-popper-transform-origin":[(s=ce.transformOrigin)===null||s===void 0?void 0:s.x,(d=ce.transformOrigin)===null||d===void 0?void 0:d.y].join(" ")},dir:e.dir},l.createElement(u0,{scope:p,placedSide:me,onArrowChange:ee,arrowX:fe,arrowY:Fe,shouldHideArrow:Nr},l.createElement(W.div,M({"data-side":me,"data-align":Me},O,{ref:Y,style:{...O.style,animation:oe?void 0:"none",opacity:(f=ce.hide)!==null&&f!==void 0&&f.referenceHidden?0:void 0}}))))}),v0="PopperArrow",b0={top:"bottom",right:"left",bottom:"top",left:"right"},g0=l.forwardRef(function(t,n){const{__scopePopper:r,...a}=t,i=p0(v0,r),c=b0[i.placedSide];return l.createElement("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[c]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0}},l.createElement(l0,M({},a,{ref:n,style:{...a.style,display:"block"}})))});function m0(e){return e!==null}const x0=e=>({name:"transformOrigin",options:e,fn(t){var n,r,a,i,c;const{placement:s,rects:d,middlewareData:f}=t,u=((n=f.arrow)===null||n===void 0?void 0:n.centerOffset)!==0,h=u?0:e.arrowWidth,v=u?0:e.arrowHeight,[g,b]=F1(s),x={start:"0%",center:"50%",end:"100%"}[b],k=((r=(a=f.arrow)===null||a===void 0?void 0:a.x)!==null&&r!==void 0?r:0)+h/2,w=((i=(c=f.arrow)===null||c===void 0?void 0:c.y)!==null&&i!==void 0?i:0)+v/2;let y="",C="";return g==="bottom"?(y=u?x:`${k}px`,C=`${-v}px`):g==="top"?(y=u?x:`${k}px`,C=`${d.floating.height+v}px`):g==="right"?(y=`${-v}px`,C=u?x:`${w}px`):g==="left"&&(y=`${d.floating.width+v}px`,C=u?x:`${w}px`),{data:{x:y,y:C}}}});function F1(e){const[t,n="center"]=e.split("-");return[t,n]}const It=s0,Ft=f0,gn=h0,mn=g0,xn=l.forwardRef((e,t)=>{var n;const{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...a}=e;return r?Re.createPortal(l.createElement(W.div,M({},a,{ref:t})),r):null});function k0(e,t){return l.useReducer((n,r)=>{const a=t[n][r];return a??n},e)}const he=e=>{const{present:t,children:n}=e,r=w0(t),a=typeof n=="function"?n({present:r.isPresent}):l.Children.only(n),i=ne(r.ref,a.ref);return typeof n=="function"||r.isPresent?l.cloneElement(a,{ref:i}):null};he.displayName="Presence";function w0(e){const[t,n]=l.useState(),r=l.useRef({}),a=l.useRef(e),i=l.useRef("none"),c=e?"mounted":"unmounted",[s,d]=k0(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const f=kn(r.current);i.current=s==="mounted"?f:"none"},[s]),We(()=>{const f=r.current,p=a.current;if(p!==e){const h=i.current,v=kn(f);e?d("MOUNT"):v==="none"||(f==null?void 0:f.display)==="none"?d("UNMOUNT"):d(p&&h!==v?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),We(()=>{if(t){const f=u=>{const v=kn(r.current).includes(u.animationName);u.target===t&&v&&Re.flushSync(()=>d("ANIMATION_END"))},p=u=>{u.target===t&&(i.current=kn(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(f=>{f&&(r.current=getComputedStyle(f)),n(f)},[])}}function kn(e){return(e==null?void 0:e.animationName)||"none"}const So="rovingFocusGroup.onEntryFocus",$0={bubbles:!1,cancelable:!0},Lo="RovingFocusGroup",[jo,T1,y0]=po(Lo),[C0,lt]=le(Lo,[y0]),[M0,S0]=C0(Lo),L0=l.forwardRef((e,t)=>l.createElement(jo.Provider,{scope:e.__scopeRovingFocusGroup},l.createElement(jo.Slot,{scope:e.__scopeRovingFocusGroup},l.createElement(j0,M({},e,{ref:t}))))),j0=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:c,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:d,onEntryFocus:f,...p}=e,u=l.useRef(null),h=ne(t,u),v=Ot(i),[g=null,b]=pe({prop:c,defaultProp:s,onChange:d}),[x,k]=l.useState(!1),w=xe(f),y=T1(n),C=l.useRef(!1),[j,O]=l.useState(0);return l.useEffect(()=>{const P=u.current;if(P)return P.addEventListener(So,w),()=>P.removeEventListener(So,w)},[w]),l.createElement(M0,{scope:n,orientation:r,dir:v,loop:a,currentTabStopId:g,onItemFocus:l.useCallback(P=>b(P),[b]),onItemShiftTab:l.useCallback(()=>k(!0),[]),onFocusableItemAdd:l.useCallback(()=>O(P=>P+1),[]),onFocusableItemRemove:l.useCallback(()=>O(P=>P-1),[])},l.createElement(W.div,M({tabIndex:x||j===0?-1:0,"data-orientation":r},p,{ref:h,style:{outline:"none",...e.style},onMouseDown:I(e.onMouseDown,()=>{C.current=!0}),onFocus:I(e.onFocus,P=>{const T=!C.current;if(P.target===P.currentTarget&&T&&!x){const D=new CustomEvent(So,$0);if(P.currentTarget.dispatchEvent(D),!D.defaultPrevented){const Y=y().filter(q=>q.focusable),U=Y.find(q=>q.active),ee=Y.find(q=>q.id===g),V=[U,ee,...Y].filter(Boolean).map(q=>q.ref.current);H1(V)}}C.current=!1}),onBlur:I(e.onBlur,()=>k(!1))})))}),E0="RovingFocusGroupItem",O0=l.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,...c}=e,s=Se(),d=i||s,f=S0(E0,n),p=f.currentTabStopId===d,u=T1(n),{onFocusableItemAdd:h,onFocusableItemRemove:v}=f;return l.useEffect(()=>{if(r)return h(),()=>v()},[r,h,v]),l.createElement(jo.ItemSlot,{scope:n,id:d,focusable:r,active:a},l.createElement(W.span,M({tabIndex:p?0:-1,"data-orientation":f.orientation},c,{ref:t,onMouseDown:I(e.onMouseDown,g=>{r?f.onItemFocus(d):g.preventDefault()}),onFocus:I(e.onFocus,()=>f.onItemFocus(d)),onKeyDown:I(e.onKeyDown,g=>{if(g.key==="Tab"&&g.shiftKey){f.onItemShiftTab();return}if(g.target!==g.currentTarget)return;const b=I0(g,f.orientation,f.dir);if(b!==void 0){g.preventDefault();let k=u().filter(w=>w.focusable).map(w=>w.ref.current);if(b==="last")k.reverse();else if(b==="prev"||b==="next"){b==="prev"&&k.reverse();const w=k.indexOf(g.currentTarget);k=f.loop?F0(k,w+1):k.slice(w+1)}setTimeout(()=>H1(k))}})})))}),_0={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function P0(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function I0(e,t,n){const r=P0(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return _0[r]}function H1(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function F0(e,t){return e.map((n,r)=>e[(t+r)%e.length])}const Eo=L0,Oo=O0;var T0=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},ct=new WeakMap,wn=new WeakMap,$n={},_o=0,A1=function(e){return e&&(e.host||A1(e.parentNode))},H0=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=A1(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},A0=function(e,t,n,r){var a=H0(t,Array.isArray(e)?e:[e]);$n[n]||($n[n]=new WeakMap);var i=$n[n],c=[],s=new Set,d=new Set(a),f=function(u){!u||s.has(u)||(s.add(u),f(u.parentNode))};a.forEach(f);var p=function(u){!u||d.has(u)||Array.prototype.forEach.call(u.children,function(h){if(s.has(h))p(h);else{var v=h.getAttribute(r),g=v!==null&&v!=="false",b=(ct.get(h)||0)+1,x=(i.get(h)||0)+1;ct.set(h,b),i.set(h,x),c.push(h),b===1&&g&&wn.set(h,!0),x===1&&h.setAttribute(n,"true"),g||h.setAttribute(r,"true")}})};return p(t),s.clear(),_o++,function(){c.forEach(function(u){var h=ct.get(u)-1,v=i.get(u)-1;ct.set(u,h),i.set(u,v),h||(wn.has(u)||u.removeAttribute(r),wn.delete(u)),v||u.removeAttribute(n)}),_o--,_o||(ct=new WeakMap,ct=new WeakMap,wn=new WeakMap,$n={})}},Po=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),a=t||T0(e);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live]"))),A0(r,a,n,"aria-hidden")):function(){return null}},se=function(){return se=Object.assign||function(t){for(var n,r=1,a=arguments.length;r<a;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},se.apply(this,arguments)};function Io(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]]);return n}function D1(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,i;r<a;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Tt="right-scroll-bar-position",Ht="width-before-scroll-bar",D0="with-scroll-bars-hidden",N0="--removed-body-scroll-bar-size";function Z0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function B0(e,t){var n=l.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var a=n.value;a!==r&&(n.value=r,n.callback(r,a))}}}})[0];return n.callback=t,n.facade}function N1(e,t){return B0(t||null,function(n){return e.forEach(function(r){return Z0(r,n)})})}function V0(e){return e}function U0(e,t){t===void 0&&(t=V0);var n=[],r=!1,a={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var c=t(i,r);return n.push(c),function(){n=n.filter(function(s){return s!==c})}},assignSyncMedium:function(i){for(r=!0;n.length;){var c=n;n=[],c.forEach(i)}n={push:function(s){return i(s)},filter:function(){return n}}},assignMedium:function(i){r=!0;var c=[];if(n.length){var s=n;n=[],s.forEach(i),c=n}var d=function(){var p=c;c=[],p.forEach(i)},f=function(){return Promise.resolve().then(d)};f(),n={push:function(p){c.push(p),f()},filter:function(p){return c=c.filter(p),n}}}};return a}function Z1(e){e===void 0&&(e={});var t=U0(null);return t.options=se({async:!0,ssr:!1},e),t}var B1=function(e){var t=e.sideCar,n=Io(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return $.createElement(r,se({},n))};B1.isSideCarExport=!0;function V1(e,t){return e.useMedium(t),B1}var U1=Z1(),Fo=function(){},yn=$.forwardRef(function(e,t){var n=$.useRef(null),r=$.useState({onScrollCapture:Fo,onWheelCapture:Fo,onTouchMoveCapture:Fo}),a=r[0],i=r[1],c=e.forwardProps,s=e.children,d=e.className,f=e.removeScrollBar,p=e.enabled,u=e.shards,h=e.sideCar,v=e.noIsolation,g=e.inert,b=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,w=Io(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=h,C=N1([n,t]),j=se(se({},w),a);return $.createElement($.Fragment,null,p&&$.createElement(y,{sideCar:U1,removeScrollBar:f,shards:u,noIsolation:v,inert:g,setCallbacks:i,allowPinchZoom:!!b,lockRef:n}),c?$.cloneElement($.Children.only(s),se(se({},j),{ref:C})):$.createElement(k,se({},j,{className:d,ref:C}),s))});yn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},yn.classNames={fullWidth:Ht,zeroRight:Tt};var R1,R0=function(){if(R1)return R1;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function W0(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=R0();return t&&e.setAttribute("nonce",t),e}function z0(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function G0(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var K0=function(){var e=0,t=null;return{add:function(n){e==0&&(t=W0())&&(z0(t,n),G0(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Y0=function(){var e=K0();return function(t,n){$.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},To=function(){var e=Y0(),t=function(n){var r=n.styles,a=n.dynamic;return e(r,a),null};return t},q0={left:0,top:0,right:0,gap:0},Ho=function(e){return parseInt(e||"",10)||0},X0=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],a=t[e==="padding"?"paddingRight":"marginRight"];return[Ho(n),Ho(r),Ho(a)]},J0=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return q0;var t=X0(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Q0=To(),e2=function(e,t,n,r){var a=e.left,i=e.top,c=e.right,s=e.gap;return n===void 0&&(n="margin"),`
|
|
83
|
+
.`.concat(D0,` {
|
|
84
|
+
overflow: hidden `).concat(r,`;
|
|
85
|
+
padding-right: `).concat(s,"px ").concat(r,`;
|
|
86
86
|
}
|
|
87
87
|
body {
|
|
88
|
-
overflow: hidden `).concat(
|
|
88
|
+
overflow: hidden `).concat(r,`;
|
|
89
89
|
overscroll-behavior: contain;
|
|
90
|
-
`).concat([t&&"position: relative ".concat(
|
|
91
|
-
padding-left: `.concat(
|
|
90
|
+
`).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
|
|
91
|
+
padding-left: `.concat(a,`px;
|
|
92
92
|
padding-top: `).concat(i,`px;
|
|
93
|
-
padding-right: `).concat(
|
|
93
|
+
padding-right: `).concat(c,`px;
|
|
94
94
|
margin-left:0;
|
|
95
95
|
margin-top:0;
|
|
96
|
-
margin-right: `).concat(
|
|
97
|
-
`),n==="padding"&&"padding-right: ".concat(
|
|
96
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
97
|
+
`),n==="padding"&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),`
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.`).concat(
|
|
101
|
-
right: `).concat(
|
|
100
|
+
.`).concat(Tt,` {
|
|
101
|
+
right: `).concat(s,"px ").concat(r,`;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.`).concat(
|
|
105
|
-
margin-right: `).concat(
|
|
104
|
+
.`).concat(Ht,` {
|
|
105
|
+
margin-right: `).concat(s,"px ").concat(r,`;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.`).concat(
|
|
109
|
-
right: 0 `).concat(
|
|
108
|
+
.`).concat(Tt," .").concat(Tt,` {
|
|
109
|
+
right: 0 `).concat(r,`;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.`).concat(
|
|
113
|
-
margin-right: 0 `).concat(
|
|
112
|
+
.`).concat(Ht," .").concat(Ht,` {
|
|
113
|
+
margin-right: 0 `).concat(r,`;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
body {
|
|
117
|
-
`).concat(
|
|
117
|
+
`).concat(N0,": ").concat(s,`px;
|
|
118
118
|
}
|
|
119
|
-
`)},
|
|
119
|
+
`)},W1=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,a=r===void 0?"margin":r,i=$.useMemo(function(){return J0(a)},[a]);return $.createElement(Q0,{styles:e2(i,!t,a,n?"":"!important")})},Ao=!1;if(typeof window<"u")try{var Cn=Object.defineProperty({},"passive",{get:function(){return Ao=!0,!0}});window.addEventListener("test",Cn,Cn),window.removeEventListener("test",Cn,Cn)}catch{Ao=!1}var st=Ao?{passive:!1}:!1,t2=function(e){return e.tagName==="TEXTAREA"},z1=function(e,t){var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!t2(e)&&n[t]==="visible")},n2=function(e){return z1(e,"overflowY")},o2=function(e){return z1(e,"overflowX")},G1=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=K1(e,n);if(r){var a=Y1(e,n),i=a[1],c=a[2];if(i>c)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},r2=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},a2=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},K1=function(e,t){return e==="v"?n2(t):o2(t)},Y1=function(e,t){return e==="v"?r2(t):a2(t)},i2=function(e,t){return e==="h"&&t==="rtl"?-1:1},l2=function(e,t,n,r,a){var i=i2(e,window.getComputedStyle(t).direction),c=i*r,s=n.target,d=t.contains(s),f=!1,p=c>0,u=0,h=0;do{var v=Y1(e,s),g=v[0],b=v[1],x=v[2],k=b-x-i*g;(g||k)&&K1(e,s)&&(u+=k,h+=g),s=s.parentNode}while(!d&&s!==document.body||d&&(t.contains(s)||t===s));return(p&&(a&&u===0||!a&&c>u)||!p&&(a&&h===0||!a&&-c>h))&&(f=!0),f},Mn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},q1=function(e){return[e.deltaX,e.deltaY]},X1=function(e){return e&&"current"in e?e.current:e},c2=function(e,t){return e[0]===t[0]&&e[1]===t[1]},s2=function(e){return`
|
|
120
120
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
121
121
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
122
|
-
`)},lf=0,dt=[];function df(e){var t=y.useRef([]),n=y.useRef([0,0]),o=y.useRef(),r=y.useState(lf++)[0],i=y.useState(function(){return Ao()})[0],s=y.useRef(e);y.useEffect(function(){s.current=e},[e]),y.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(r));var b=Na([e.lockRef.current],(e.shards||[]).map(Xa),!0).filter(Boolean);return b.forEach(function(x){return x.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),b.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=y.useCallback(function(b,x){if("touches"in b&&b.touches.length===2)return!s.current.allowPinchZoom;var k=Sn(b),$=n.current,w="deltaX"in b?b.deltaX:$[0]-k[0],C="deltaY"in b?b.deltaY:$[1]-k[1],O,P=b.target,F=Math.abs(w)>Math.abs(C)?"h":"v";if("touches"in b&&F==="h"&&P.type==="range")return!1;var A=Ga(F,P);if(!A)return!0;if(A?O=F:(O=F==="v"?"h":"v",A=Ga(F,P)),!A)return!1;if(!o.current&&"changedTouches"in b&&(w||C)&&(o.current=O),!O)return!0;var N=o.current||O;return af(N,x,b,N==="h"?w:C,!0)},[]),d=y.useCallback(function(b){var x=b;if(!(!dt.length||dt[dt.length-1]!==i)){var k="deltaY"in x?qa(x):Sn(x),$=t.current.filter(function(O){return O.name===x.type&&O.target===x.target&&cf(O.delta,k)})[0];if($&&$.should){x.cancelable&&x.preventDefault();return}if(!$){var w=(s.current.shards||[]).map(Xa).filter(Boolean).filter(function(O){return O.contains(x.target)}),C=w.length>0?l(x,w[0]):!s.current.noIsolation;C&&x.cancelable&&x.preventDefault()}}},[]),u=y.useCallback(function(b,x,k,$){var w={name:b,delta:x,target:k,should:$};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(C){return C!==w})},1)},[]),p=y.useCallback(function(b){n.current=Sn(b),o.current=void 0},[]),f=y.useCallback(function(b){u(b.type,qa(b),b.target,l(b,e.lockRef.current))},[]),h=y.useCallback(function(b){u(b.type,Sn(b),b.target,l(b,e.lockRef.current))},[]);y.useEffect(function(){return dt.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",d,lt),document.addEventListener("touchmove",d,lt),document.addEventListener("touchstart",p,lt),function(){dt=dt.filter(function(b){return b!==i}),document.removeEventListener("wheel",d,lt),document.removeEventListener("touchmove",d,lt),document.removeEventListener("touchstart",p,lt)}},[]);var v=e.removeScrollBar,g=e.inert;return y.createElement(y.Fragment,null,g?y.createElement(i,{styles:sf(r)}):null,v?y.createElement(Va,{gapMode:"margin"}):null)}const uf=Ha(Ra,df);var Ja=y.forwardRef(function(e,t){return y.createElement(wn,le({},e,{ref:t,sideCar:uf}))});Ja.classNames=wn.classNames;const Qa=Ja,No=["Enter"," "],ff=["ArrowDown","PageUp","Home"],ei=["ArrowUp","PageDown","End"],pf=[...ff,...ei],hf={ltr:[...No,"ArrowRight"],rtl:[...No,"ArrowLeft"]},vf={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Mn="Menu",[Lt,bf,gf]=po(Mn),[Ge,En]=ce(Mn,[gf,Be,ct]),Nt=Be(),ti=ct(),[ni,Ze]=Ge(Mn),[mf,Ut]=Ge(Mn),xf=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:i,modal:s=!0}=e,l=Nt(t),[d,u]=c.useState(null),p=c.useRef(!1),f=xe(i),h=Pt(r);return c.useEffect(()=>{const v=()=>{p.current=!0,document.addEventListener("pointerdown",g,{capture:!0,once:!0}),document.addEventListener("pointermove",g,{capture:!0,once:!0})},g=()=>p.current=!1;return document.addEventListener("keydown",v,{capture:!0}),()=>{document.removeEventListener("keydown",v,{capture:!0}),document.removeEventListener("pointerdown",g,{capture:!0}),document.removeEventListener("pointermove",g,{capture:!0})}},[]),c.createElement(_t,l,c.createElement(ni,{scope:t,open:n,onOpenChange:f,content:d,onContentChange:u},c.createElement(mf,{scope:t,onClose:c.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:p,dir:h,modal:s},o)))},oi=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Nt(n);return c.createElement(Tt,S({},r,o,{ref:t}))}),ri="MenuPortal",[kf,ai]=Ge(ri,{forceMount:void 0}),$f=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,i=Ze(ri,t);return c.createElement(kf,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement(xn,{asChild:!0,container:r},o)))},we="MenuContent",[yf,Uo]=Ge(we),wf=c.forwardRef((e,t)=>{const n=ai(we,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=Ze(we,e.__scopeMenu),s=Ut(we,e.__scopeMenu);return c.createElement(Lt.Provider,{scope:e.__scopeMenu},c.createElement(he,{present:o||i.open},c.createElement(Lt.Slot,{scope:e.__scopeMenu},s.modal?c.createElement(Cf,S({},r,{ref:t})):c.createElement(Sf,S({},r,{ref:t})))))}),Cf=c.forwardRef((e,t)=>{const n=Ze(we,e.__scopeMenu),o=c.useRef(null),r=ne(t,o);return c.useEffect(()=>{const i=o.current;if(i)return Fo(i)},[]),c.createElement(Bo,S({},e,{ref:r,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:_(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)}))}),Sf=c.forwardRef((e,t)=>{const n=Ze(we,e.__scopeMenu);return c.createElement(Bo,S({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)}))}),Bo=c.forwardRef((e,t)=>{const{__scopeMenu:n,loop:o=!1,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:s,disableOutsidePointerEvents:l,onEntryFocus:d,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:f,onInteractOutside:h,onDismiss:v,disableOutsideScroll:g,...b}=e,x=Ze(we,n),k=Ut(we,n),$=Nt(n),w=ti(n),C=bf(n),[O,P]=c.useState(null),F=c.useRef(null),A=ne(t,F,x.onContentChange),N=c.useRef(0),Y=c.useRef(""),R=c.useRef(0),ee=c.useRef(null),Z=c.useRef("right"),H=c.useRef(0),q=g?Qa:c.Fragment,z=g?{as:nt,allowPinchZoom:!0}:void 0,de=M=>{var T,B;const D=Y.current+M,X=C().filter(ue=>!ue.disabled),oe=document.activeElement,se=(T=X.find(ue=>ue.ref.current===oe))===null||T===void 0?void 0:T.textValue,me=X.map(ue=>ue.textValue),Se=Df(me,D,se),$e=(B=X.find(ue=>ue.textValue===Se))===null||B===void 0?void 0:B.ref.current;(function ue(Te){Y.current=Te,window.clearTimeout(N.current),Te!==""&&(N.current=window.setTimeout(()=>ue(""),1e3))})(D),$e&&setTimeout(()=>$e.focus())};c.useEffect(()=>()=>window.clearTimeout(N.current),[]),ra();const re=c.useCallback(M=>{var T,B;return Z.current===((T=ee.current)===null||T===void 0?void 0:T.side)&&Nf(M,(B=ee.current)===null||B===void 0?void 0:B.area)},[]);return c.createElement(yf,{scope:n,searchRef:Y,onItemEnter:c.useCallback(M=>{re(M)&&M.preventDefault()},[re]),onItemLeave:c.useCallback(M=>{var T;re(M)||((T=F.current)===null||T===void 0||T.focus(),P(null))},[re]),onTriggerLeave:c.useCallback(M=>{re(M)&&M.preventDefault()},[re]),pointerGraceTimerRef:R,onPointerGraceIntentChange:c.useCallback(M=>{ee.current=M},[])},c.createElement(q,z,c.createElement(ca,{asChild:!0,trapped:r,onMountAutoFocus:_(i,M=>{var T;M.preventDefault(),(T=F.current)===null||T===void 0||T.focus()}),onUnmountAutoFocus:s},c.createElement(an,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:f,onInteractOutside:h,onDismiss:v},c.createElement(jo,S({asChild:!0},w,{dir:k.dir,orientation:"vertical",loop:o,currentTabStopId:O,onCurrentTabStopIdChange:P,onEntryFocus:_(d,M=>{k.isUsingKeyboardRef.current||M.preventDefault()})}),c.createElement(gn,S({role:"menu","aria-orientation":"vertical","data-state":di(x.open),"data-radix-menu-content":"",dir:k.dir},$,b,{ref:A,style:{outline:"none",...b.style},onKeyDown:_(b.onKeyDown,M=>{const B=M.target.closest("[data-radix-menu-content]")===M.currentTarget,D=M.ctrlKey||M.altKey||M.metaKey,X=M.key.length===1;B&&(M.key==="Tab"&&M.preventDefault(),!D&&X&&de(M.key));const oe=F.current;if(M.target!==oe||!pf.includes(M.key))return;M.preventDefault();const me=C().filter(Se=>!Se.disabled).map(Se=>Se.ref.current);ei.includes(M.key)&&me.reverse(),Tf(me)}),onBlur:_(e.onBlur,M=>{M.currentTarget.contains(M.target)||(window.clearTimeout(N.current),Y.current="")}),onPointerMove:_(e.onPointerMove,Bt(M=>{const T=M.target,B=H.current!==M.clientX;if(M.currentTarget.contains(T)&&B){const D=M.clientX>H.current?"right":"left";Z.current=D,H.current=M.clientX}}))})))))))}),Mf=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return c.createElement(V.div,S({role:"group"},o,{ref:t}))}),Zo="MenuItem",ii="menu.itemSelect",Ef=c.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,i=c.useRef(null),s=Ut(Zo,e.__scopeMenu),l=Uo(Zo,e.__scopeMenu),d=ne(t,i),u=c.useRef(!1),p=()=>{const f=i.current;if(!n&&f){const h=new CustomEvent(ii,{bubbles:!0,cancelable:!0});f.addEventListener(ii,v=>o==null?void 0:o(v),{once:!0}),ea(f,h),h.defaultPrevented?u.current=!1:s.onClose()}};return c.createElement(ci,S({},r,{ref:d,disabled:n,onClick:_(e.onClick,p),onPointerDown:f=>{var h;(h=e.onPointerDown)===null||h===void 0||h.call(e,f),u.current=!0},onPointerUp:_(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)===null||h===void 0||h.click()}),onKeyDown:_(e.onKeyDown,f=>{const h=l.searchRef.current!=="";n||h&&f.key===" "||No.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})}))}),ci=c.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...i}=e,s=Uo(Zo,n),l=ti(n),d=c.useRef(null),u=ne(t,d),[p,f]=c.useState(!1),[h,v]=c.useState("");return c.useEffect(()=>{const g=d.current;if(g){var b;v(((b=g.textContent)!==null&&b!==void 0?b:"").trim())}},[i.children]),c.createElement(Lt.ItemSlot,{scope:n,disabled:o,textValue:r??h},c.createElement(Po,S({asChild:!0},l,{focusable:!o}),c.createElement(V.div,S({role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0},i,{ref:u,onPointerMove:_(e.onPointerMove,Bt(g=>{o?s.onItemLeave(g):(s.onItemEnter(g),g.defaultPrevented||g.currentTarget.focus())})),onPointerLeave:_(e.onPointerLeave,Bt(g=>s.onItemLeave(g))),onFocus:_(e.onFocus,()=>f(!0)),onBlur:_(e.onBlur,()=>f(!1))}))))});Ge("MenuRadioGroup",{value:void 0,onValueChange:()=>{}}),Ge("MenuItemIndicator",{checked:!1});const Of=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Nt(n);return c.createElement(mn,S({},r,o,{ref:t}))}),si="MenuSub",[jf,li]=Ge(si),Pf=e=>{const{__scopeMenu:t,children:n,open:o=!1,onOpenChange:r}=e,i=Ze(si,t),s=Nt(t),[l,d]=c.useState(null),[u,p]=c.useState(null),f=xe(r);return c.useEffect(()=>(i.open===!1&&f(!1),()=>f(!1)),[i.open,f]),c.createElement(_t,s,c.createElement(ni,{scope:t,open:o,onOpenChange:f,content:u,onContentChange:p},c.createElement(jf,{scope:t,contentId:Me(),triggerId:Me(),trigger:l,onTriggerChange:d},n)))},On="MenuSubTrigger",If=c.forwardRef((e,t)=>{const n=Ze(On,e.__scopeMenu),o=Ut(On,e.__scopeMenu),r=li(On,e.__scopeMenu),i=Uo(On,e.__scopeMenu),s=c.useRef(null),{pointerGraceTimerRef:l,onPointerGraceIntentChange:d}=i,u={__scopeMenu:e.__scopeMenu},p=c.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return c.useEffect(()=>p,[p]),c.useEffect(()=>{const f=l.current;return()=>{window.clearTimeout(f),d(null)}},[l,d]),c.createElement(oi,S({asChild:!0},u),c.createElement(ci,S({id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":di(n.open)},e,{ref:rn(t,r.onTriggerChange),onClick:f=>{var h;(h=e.onClick)===null||h===void 0||h.call(e,f),!(e.disabled||f.defaultPrevented)&&(f.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:_(e.onPointerMove,Bt(f=>{i.onItemEnter(f),!f.defaultPrevented&&!e.disabled&&!n.open&&!s.current&&(i.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{n.onOpenChange(!0),p()},100))})),onPointerLeave:_(e.onPointerLeave,Bt(f=>{var h;p();const v=(h=n.content)===null||h===void 0?void 0:h.getBoundingClientRect();if(v){var g;const b=(g=n.content)===null||g===void 0?void 0:g.dataset.side,x=b==="right",k=x?-5:5,$=v[x?"left":"right"],w=v[x?"right":"left"];i.onPointerGraceIntentChange({area:[{x:f.clientX+k,y:f.clientY},{x:$,y:v.top},{x:w,y:v.top},{x:w,y:v.bottom},{x:$,y:v.bottom}],side:b}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(f),f.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:_(e.onKeyDown,f=>{const h=i.searchRef.current!=="";if(!(e.disabled||h&&f.key===" ")&&hf[o.dir].includes(f.key)){var v;n.onOpenChange(!0),(v=n.content)===null||v===void 0||v.focus(),f.preventDefault()}})})))}),Ff="MenuSubContent",_f=c.forwardRef((e,t)=>{const n=ai(we,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=Ze(we,e.__scopeMenu),s=Ut(we,e.__scopeMenu),l=li(Ff,e.__scopeMenu),d=c.useRef(null),u=ne(t,d);return c.createElement(Lt.Provider,{scope:e.__scopeMenu},c.createElement(he,{present:o||i.open},c.createElement(Lt.Slot,{scope:e.__scopeMenu},c.createElement(Bo,S({id:l.contentId,"aria-labelledby":l.triggerId},r,{ref:u,align:"start",side:s.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:p=>{var f;s.isUsingKeyboardRef.current&&((f=d.current)===null||f===void 0||f.focus()),p.preventDefault()},onCloseAutoFocus:p=>p.preventDefault(),onFocusOutside:_(e.onFocusOutside,p=>{p.target!==l.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:_(e.onEscapeKeyDown,p=>{s.onClose(),p.preventDefault()}),onKeyDown:_(e.onKeyDown,p=>{const f=p.currentTarget.contains(p.target),h=vf[s.dir].includes(p.key);if(f&&h){var v;i.onOpenChange(!1),(v=l.trigger)===null||v===void 0||v.focus(),p.preventDefault()}})})))))});function di(e){return e?"open":"closed"}function Tf(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function Af(e,t){return e.map((n,o)=>e[(t+o)%e.length])}function Df(e,t,n){const r=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,i=n?e.indexOf(n):-1;let s=Af(e,Math.max(i,0));r.length===1&&(s=s.filter(u=>u!==n));const d=s.find(u=>u.toLowerCase().startsWith(r.toLowerCase()));return d!==n?d:void 0}function Lf(e,t){const{x:n,y:o}=e;let r=!1;for(let i=0,s=t.length-1;i<t.length;s=i++){const l=t[i].x,d=t[i].y,u=t[s].x,p=t[s].y;d>o!=p>o&&n<(u-l)*(o-d)/(p-d)+l&&(r=!r)}return r}function Nf(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return Lf(n,t)}function Bt(e){return t=>t.pointerType==="mouse"?e(t):void 0}const ui=xf,fi=oi,pi=$f,hi=wf,vi=Mf,bi=Ef,gi=Of,mi=Pf,xi=If,ki=_f,$i="DropdownMenu",[Uf,W9]=ce($i,[En]),Oe=En(),[Bf,yi]=Uf($i),Zf=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:i,onOpenChange:s,modal:l=!0}=e,d=Oe(t),u=c.useRef(null),[p=!1,f]=pe({prop:r,defaultProp:i,onChange:s});return c.createElement(Bf,{scope:t,triggerId:Me(),triggerRef:u,contentId:Me(),open:p,onOpenChange:f,onOpenToggle:c.useCallback(()=>f(h=>!h),[f]),modal:l},c.createElement(ui,S({},d,{open:p,onOpenChange:f,dir:o,modal:l}),n))},Hf="DropdownMenuTrigger",Rf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,i=yi(Hf,n),s=Oe(n);return c.createElement(fi,S({asChild:!0},s),c.createElement(V.button,S({type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":o?"":void 0,disabled:o},r,{ref:rn(t,i.triggerRef),onPointerDown:_(e.onPointerDown,l=>{!o&&l.button===0&&l.ctrlKey===!1&&(i.onOpenToggle(),i.open||l.preventDefault())}),onKeyDown:_(e.onKeyDown,l=>{o||(["Enter"," "].includes(l.key)&&i.onOpenToggle(),l.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})))}),Wf=e=>{const{__scopeDropdownMenu:t,...n}=e,o=Oe(t);return c.createElement(pi,S({},o,n))},Vf="DropdownMenuContent",zf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=yi(Vf,n),i=Oe(n),s=c.useRef(!1);return c.createElement(hi,S({id:r.contentId,"aria-labelledby":r.triggerId},i,o,{ref:t,onCloseAutoFocus:_(e.onCloseAutoFocus,l=>{var d;s.current||(d=r.triggerRef.current)===null||d===void 0||d.focus(),s.current=!1,l.preventDefault()}),onInteractOutside:_(e.onInteractOutside,l=>{const d=l.detail.originalEvent,u=d.button===0&&d.ctrlKey===!0,p=d.button===2||u;(!r.modal||p)&&(s.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),Gf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Oe(n);return c.createElement(vi,S({},r,o,{ref:t}))}),Kf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Oe(n);return c.createElement(bi,S({},r,o,{ref:t}))}),Yf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Oe(n);return c.createElement(gi,S({},r,o,{ref:t}))}),qf=e=>{const{__scopeDropdownMenu:t,children:n,open:o,onOpenChange:r,defaultOpen:i}=e,s=Oe(t),[l=!1,d]=pe({prop:o,defaultProp:i,onChange:r});return c.createElement(mi,S({},s,{open:l,onOpenChange:d}),n)},Xf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Oe(n);return c.createElement(xi,S({},r,o,{ref:t}))}),Jf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Oe(n);return c.createElement(ki,S({},r,o,{ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),Qf=Zf,e0=Rf,t0=Wf,n0=zf,o0=Gf,r0=Kf,a0=Yf,i0=qf,c0=Xf,s0=Jf,Ho=E.div.withConfig({componentId:"sc-1fv0ktx-0"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;align-items:flex-start;",";",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
122
|
+
`)},d2=0,dt=[];function f2(e){var t=$.useRef([]),n=$.useRef([0,0]),r=$.useRef(),a=$.useState(d2++)[0],i=$.useState(function(){return To()})[0],c=$.useRef(e);$.useEffect(function(){c.current=e},[e]),$.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var b=D1([e.lockRef.current],(e.shards||[]).map(X1),!0).filter(Boolean);return b.forEach(function(x){return x.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),b.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var s=$.useCallback(function(b,x){if("touches"in b&&b.touches.length===2)return!c.current.allowPinchZoom;var k=Mn(b),w=n.current,y="deltaX"in b?b.deltaX:w[0]-k[0],C="deltaY"in b?b.deltaY:w[1]-k[1],j,O=b.target,P=Math.abs(y)>Math.abs(C)?"h":"v";if("touches"in b&&P==="h"&&O.type==="range")return!1;var T=G1(P,O);if(!T)return!0;if(T?j=P:(j=P==="v"?"h":"v",T=G1(P,O)),!T)return!1;if(!r.current&&"changedTouches"in b&&(y||C)&&(r.current=j),!j)return!0;var D=r.current||j;return l2(D,x,b,D==="h"?y:C,!0)},[]),d=$.useCallback(function(b){var x=b;if(!(!dt.length||dt[dt.length-1]!==i)){var k="deltaY"in x?q1(x):Mn(x),w=t.current.filter(function(j){return j.name===x.type&&j.target===x.target&&c2(j.delta,k)})[0];if(w&&w.should){x.cancelable&&x.preventDefault();return}if(!w){var y=(c.current.shards||[]).map(X1).filter(Boolean).filter(function(j){return j.contains(x.target)}),C=y.length>0?s(x,y[0]):!c.current.noIsolation;C&&x.cancelable&&x.preventDefault()}}},[]),f=$.useCallback(function(b,x,k,w){var y={name:b,delta:x,target:k,should:w};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(C){return C!==y})},1)},[]),p=$.useCallback(function(b){n.current=Mn(b),r.current=void 0},[]),u=$.useCallback(function(b){f(b.type,q1(b),b.target,s(b,e.lockRef.current))},[]),h=$.useCallback(function(b){f(b.type,Mn(b),b.target,s(b,e.lockRef.current))},[]);$.useEffect(function(){return dt.push(i),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:h}),document.addEventListener("wheel",d,st),document.addEventListener("touchmove",d,st),document.addEventListener("touchstart",p,st),function(){dt=dt.filter(function(b){return b!==i}),document.removeEventListener("wheel",d,st),document.removeEventListener("touchmove",d,st),document.removeEventListener("touchstart",p,st)}},[]);var v=e.removeScrollBar,g=e.inert;return $.createElement($.Fragment,null,g?$.createElement(i,{styles:s2(a)}):null,v?$.createElement(W1,{gapMode:"margin"}):null)}const u2=V1(U1,f2);var J1=$.forwardRef(function(e,t){return $.createElement(yn,se({},e,{ref:t,sideCar:u2}))});J1.classNames=yn.classNames;const Q1=J1,Do=["Enter"," "],p2=["ArrowDown","PageUp","Home"],ea=["ArrowUp","PageDown","End"],h2=[...p2,...ea],v2={ltr:[...Do,"ArrowRight"],rtl:[...Do,"ArrowLeft"]},b2={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Sn="Menu",[At,g2,m2]=po(Sn),[Ge,Ln]=le(Sn,[m2,Ze,lt]),Dt=Ze(),ta=lt(),[na,Be]=Ge(Sn),[x2,Nt]=Ge(Sn),k2=e=>{const{__scopeMenu:t,open:n=!1,children:r,dir:a,onOpenChange:i,modal:c=!0}=e,s=Dt(t),[d,f]=l.useState(null),p=l.useRef(!1),u=xe(i),h=Ot(a);return l.useEffect(()=>{const v=()=>{p.current=!0,document.addEventListener("pointerdown",g,{capture:!0,once:!0}),document.addEventListener("pointermove",g,{capture:!0,once:!0})},g=()=>p.current=!1;return document.addEventListener("keydown",v,{capture:!0}),()=>{document.removeEventListener("keydown",v,{capture:!0}),document.removeEventListener("pointerdown",g,{capture:!0}),document.removeEventListener("pointermove",g,{capture:!0})}},[]),l.createElement(It,s,l.createElement(na,{scope:t,open:n,onOpenChange:u,content:d,onContentChange:f},l.createElement(x2,{scope:t,onClose:l.useCallback(()=>u(!1),[u]),isUsingKeyboardRef:p,dir:h,modal:c},r)))},oa=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,a=Dt(n);return l.createElement(Ft,M({},a,r,{ref:t}))}),ra="MenuPortal",[w2,aa]=Ge(ra,{forceMount:void 0}),$2=e=>{const{__scopeMenu:t,forceMount:n,children:r,container:a}=e,i=Be(ra,t);return l.createElement(w2,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(xn,{asChild:!0,container:a},r)))},ye="MenuContent",[y2,No]=Ge(ye),C2=l.forwardRef((e,t)=>{const n=aa(ye,e.__scopeMenu),{forceMount:r=n.forceMount,...a}=e,i=Be(ye,e.__scopeMenu),c=Nt(ye,e.__scopeMenu);return l.createElement(At.Provider,{scope:e.__scopeMenu},l.createElement(he,{present:r||i.open},l.createElement(At.Slot,{scope:e.__scopeMenu},c.modal?l.createElement(M2,M({},a,{ref:t})):l.createElement(S2,M({},a,{ref:t})))))}),M2=l.forwardRef((e,t)=>{const n=Be(ye,e.__scopeMenu),r=l.useRef(null),a=ne(t,r);return l.useEffect(()=>{const i=r.current;if(i)return Po(i)},[]),l.createElement(Zo,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:I(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)}))}),S2=l.forwardRef((e,t)=>{const n=Be(ye,e.__scopeMenu);return l.createElement(Zo,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)}))}),Zo=l.forwardRef((e,t)=>{const{__scopeMenu:n,loop:r=!1,trapFocus:a,onOpenAutoFocus:i,onCloseAutoFocus:c,disableOutsidePointerEvents:s,onEntryFocus:d,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:u,onInteractOutside:h,onDismiss:v,disableOutsideScroll:g,...b}=e,x=Be(ye,n),k=Nt(ye,n),w=Dt(n),y=ta(n),C=g2(n),[j,O]=l.useState(null),P=l.useRef(null),T=ne(t,P,x.onContentChange),D=l.useRef(0),Y=l.useRef(""),U=l.useRef(0),ee=l.useRef(null),B=l.useRef("right"),V=l.useRef(0),q=g?Q1:l.Fragment,G=g?{as:nt,allowPinchZoom:!0}:void 0,de=S=>{var F,Z;const H=Y.current+S,X=C().filter(fe=>!fe.disabled),oe=document.activeElement,ce=(F=X.find(fe=>fe.ref.current===oe))===null||F===void 0?void 0:F.textValue,me=X.map(fe=>fe.textValue),Me=A2(me,H,ce),we=(Z=X.find(fe=>fe.textValue===Me))===null||Z===void 0?void 0:Z.ref.current;(function fe(Fe){Y.current=Fe,window.clearTimeout(D.current),Fe!==""&&(D.current=window.setTimeout(()=>fe(""),1e3))})(H),we&&setTimeout(()=>we.focus())};l.useEffect(()=>()=>window.clearTimeout(D.current),[]),r1();const re=l.useCallback(S=>{var F,Z;return B.current===((F=ee.current)===null||F===void 0?void 0:F.side)&&N2(S,(Z=ee.current)===null||Z===void 0?void 0:Z.area)},[]);return l.createElement(y2,{scope:n,searchRef:Y,onItemEnter:l.useCallback(S=>{re(S)&&S.preventDefault()},[re]),onItemLeave:l.useCallback(S=>{var F;re(S)||((F=P.current)===null||F===void 0||F.focus(),O(null))},[re]),onTriggerLeave:l.useCallback(S=>{re(S)&&S.preventDefault()},[re]),pointerGraceTimerRef:U,onPointerGraceIntentChange:l.useCallback(S=>{ee.current=S},[])},l.createElement(q,G,l.createElement(l1,{asChild:!0,trapped:a,onMountAutoFocus:I(i,S=>{var F;S.preventDefault(),(F=P.current)===null||F===void 0||F.focus()}),onUnmountAutoFocus:c},l.createElement(an,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:f,onPointerDownOutside:p,onFocusOutside:u,onInteractOutside:h,onDismiss:v},l.createElement(Eo,M({asChild:!0},y,{dir:k.dir,orientation:"vertical",loop:r,currentTabStopId:j,onCurrentTabStopIdChange:O,onEntryFocus:I(d,S=>{k.isUsingKeyboardRef.current||S.preventDefault()})}),l.createElement(gn,M({role:"menu","aria-orientation":"vertical","data-state":da(x.open),"data-radix-menu-content":"",dir:k.dir},w,b,{ref:T,style:{outline:"none",...b.style},onKeyDown:I(b.onKeyDown,S=>{const Z=S.target.closest("[data-radix-menu-content]")===S.currentTarget,H=S.ctrlKey||S.altKey||S.metaKey,X=S.key.length===1;Z&&(S.key==="Tab"&&S.preventDefault(),!H&&X&&de(S.key));const oe=P.current;if(S.target!==oe||!h2.includes(S.key))return;S.preventDefault();const me=C().filter(Me=>!Me.disabled).map(Me=>Me.ref.current);ea.includes(S.key)&&me.reverse(),T2(me)}),onBlur:I(e.onBlur,S=>{S.currentTarget.contains(S.target)||(window.clearTimeout(D.current),Y.current="")}),onPointerMove:I(e.onPointerMove,Zt(S=>{const F=S.target,Z=V.current!==S.clientX;if(S.currentTarget.contains(F)&&Z){const H=S.clientX>V.current?"right":"left";B.current=H,V.current=S.clientX}}))})))))))}),L2=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e;return l.createElement(W.div,M({role:"group"},r,{ref:t}))}),Bo="MenuItem",ia="menu.itemSelect",j2=l.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:r,...a}=e,i=l.useRef(null),c=Nt(Bo,e.__scopeMenu),s=No(Bo,e.__scopeMenu),d=ne(t,i),f=l.useRef(!1),p=()=>{const u=i.current;if(!n&&u){const h=new CustomEvent(ia,{bubbles:!0,cancelable:!0});u.addEventListener(ia,v=>r==null?void 0:r(v),{once:!0}),e1(u,h),h.defaultPrevented?f.current=!1:c.onClose()}};return l.createElement(la,M({},a,{ref:d,disabled:n,onClick:I(e.onClick,p),onPointerDown:u=>{var h;(h=e.onPointerDown)===null||h===void 0||h.call(e,u),f.current=!0},onPointerUp:I(e.onPointerUp,u=>{var h;f.current||(h=u.currentTarget)===null||h===void 0||h.click()}),onKeyDown:I(e.onKeyDown,u=>{const h=s.searchRef.current!=="";n||h&&u.key===" "||Do.includes(u.key)&&(u.currentTarget.click(),u.preventDefault())})}))}),la=l.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:r=!1,textValue:a,...i}=e,c=No(Bo,n),s=ta(n),d=l.useRef(null),f=ne(t,d),[p,u]=l.useState(!1),[h,v]=l.useState("");return l.useEffect(()=>{const g=d.current;if(g){var b;v(((b=g.textContent)!==null&&b!==void 0?b:"").trim())}},[i.children]),l.createElement(At.ItemSlot,{scope:n,disabled:r,textValue:a??h},l.createElement(Oo,M({asChild:!0},s,{focusable:!r}),l.createElement(W.div,M({role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":r||void 0,"data-disabled":r?"":void 0},i,{ref:f,onPointerMove:I(e.onPointerMove,Zt(g=>{r?c.onItemLeave(g):(c.onItemEnter(g),g.defaultPrevented||g.currentTarget.focus())})),onPointerLeave:I(e.onPointerLeave,Zt(g=>c.onItemLeave(g))),onFocus:I(e.onFocus,()=>u(!0)),onBlur:I(e.onBlur,()=>u(!1))}))))});Ge("MenuRadioGroup",{value:void 0,onValueChange:()=>{}}),Ge("MenuItemIndicator",{checked:!1});const E2=l.forwardRef((e,t)=>{const{__scopeMenu:n,...r}=e,a=Dt(n);return l.createElement(mn,M({},a,r,{ref:t}))}),ca="MenuSub",[O2,sa]=Ge(ca),_2=e=>{const{__scopeMenu:t,children:n,open:r=!1,onOpenChange:a}=e,i=Be(ca,t),c=Dt(t),[s,d]=l.useState(null),[f,p]=l.useState(null),u=xe(a);return l.useEffect(()=>(i.open===!1&&u(!1),()=>u(!1)),[i.open,u]),l.createElement(It,c,l.createElement(na,{scope:t,open:r,onOpenChange:u,content:f,onContentChange:p},l.createElement(O2,{scope:t,contentId:Se(),triggerId:Se(),trigger:s,onTriggerChange:d},n)))},jn="MenuSubTrigger",P2=l.forwardRef((e,t)=>{const n=Be(jn,e.__scopeMenu),r=Nt(jn,e.__scopeMenu),a=sa(jn,e.__scopeMenu),i=No(jn,e.__scopeMenu),c=l.useRef(null),{pointerGraceTimerRef:s,onPointerGraceIntentChange:d}=i,f={__scopeMenu:e.__scopeMenu},p=l.useCallback(()=>{c.current&&window.clearTimeout(c.current),c.current=null},[]);return l.useEffect(()=>p,[p]),l.useEffect(()=>{const u=s.current;return()=>{window.clearTimeout(u),d(null)}},[s,d]),l.createElement(oa,M({asChild:!0},f),l.createElement(la,M({id:a.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":a.contentId,"data-state":da(n.open)},e,{ref:rn(t,a.onTriggerChange),onClick:u=>{var h;(h=e.onClick)===null||h===void 0||h.call(e,u),!(e.disabled||u.defaultPrevented)&&(u.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:I(e.onPointerMove,Zt(u=>{i.onItemEnter(u),!u.defaultPrevented&&!e.disabled&&!n.open&&!c.current&&(i.onPointerGraceIntentChange(null),c.current=window.setTimeout(()=>{n.onOpenChange(!0),p()},100))})),onPointerLeave:I(e.onPointerLeave,Zt(u=>{var h;p();const v=(h=n.content)===null||h===void 0?void 0:h.getBoundingClientRect();if(v){var g;const b=(g=n.content)===null||g===void 0?void 0:g.dataset.side,x=b==="right",k=x?-5:5,w=v[x?"left":"right"],y=v[x?"right":"left"];i.onPointerGraceIntentChange({area:[{x:u.clientX+k,y:u.clientY},{x:w,y:v.top},{x:y,y:v.top},{x:y,y:v.bottom},{x:w,y:v.bottom}],side:b}),window.clearTimeout(s.current),s.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(u),u.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:I(e.onKeyDown,u=>{const h=i.searchRef.current!=="";if(!(e.disabled||h&&u.key===" ")&&v2[r.dir].includes(u.key)){var v;n.onOpenChange(!0),(v=n.content)===null||v===void 0||v.focus(),u.preventDefault()}})})))}),I2="MenuSubContent",F2=l.forwardRef((e,t)=>{const n=aa(ye,e.__scopeMenu),{forceMount:r=n.forceMount,...a}=e,i=Be(ye,e.__scopeMenu),c=Nt(ye,e.__scopeMenu),s=sa(I2,e.__scopeMenu),d=l.useRef(null),f=ne(t,d);return l.createElement(At.Provider,{scope:e.__scopeMenu},l.createElement(he,{present:r||i.open},l.createElement(At.Slot,{scope:e.__scopeMenu},l.createElement(Zo,M({id:s.contentId,"aria-labelledby":s.triggerId},a,{ref:f,align:"start",side:c.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:p=>{var u;c.isUsingKeyboardRef.current&&((u=d.current)===null||u===void 0||u.focus()),p.preventDefault()},onCloseAutoFocus:p=>p.preventDefault(),onFocusOutside:I(e.onFocusOutside,p=>{p.target!==s.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:I(e.onEscapeKeyDown,p=>{c.onClose(),p.preventDefault()}),onKeyDown:I(e.onKeyDown,p=>{const u=p.currentTarget.contains(p.target),h=b2[c.dir].includes(p.key);if(u&&h){var v;i.onOpenChange(!1),(v=s.trigger)===null||v===void 0||v.focus(),p.preventDefault()}})})))))});function da(e){return e?"open":"closed"}function T2(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function H2(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function A2(e,t,n){const a=t.length>1&&Array.from(t).every(f=>f===t[0])?t[0]:t,i=n?e.indexOf(n):-1;let c=H2(e,Math.max(i,0));a.length===1&&(c=c.filter(f=>f!==n));const d=c.find(f=>f.toLowerCase().startsWith(a.toLowerCase()));return d!==n?d:void 0}function D2(e,t){const{x:n,y:r}=e;let a=!1;for(let i=0,c=t.length-1;i<t.length;c=i++){const s=t[i].x,d=t[i].y,f=t[c].x,p=t[c].y;d>r!=p>r&&n<(f-s)*(r-d)/(p-d)+s&&(a=!a)}return a}function N2(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return D2(n,t)}function Zt(e){return t=>t.pointerType==="mouse"?e(t):void 0}const fa=k2,ua=oa,pa=$2,ha=C2,va=L2,ba=j2,ga=E2,ma=_2,xa=P2,ka=F2,wa="DropdownMenu",[Z2,Qm]=le(wa,[Ln]),je=Ln(),[B2,$a]=Z2(wa),V2=e=>{const{__scopeDropdownMenu:t,children:n,dir:r,open:a,defaultOpen:i,onOpenChange:c,modal:s=!0}=e,d=je(t),f=l.useRef(null),[p=!1,u]=pe({prop:a,defaultProp:i,onChange:c});return l.createElement(B2,{scope:t,triggerId:Se(),triggerRef:f,contentId:Se(),open:p,onOpenChange:u,onOpenToggle:l.useCallback(()=>u(h=>!h),[u]),modal:s},l.createElement(fa,M({},d,{open:p,onOpenChange:u,dir:r,modal:s}),n))},U2="DropdownMenuTrigger",R2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:r=!1,...a}=e,i=$a(U2,n),c=je(n);return l.createElement(ua,M({asChild:!0},c),l.createElement(W.button,M({type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":r?"":void 0,disabled:r},a,{ref:rn(t,i.triggerRef),onPointerDown:I(e.onPointerDown,s=>{!r&&s.button===0&&s.ctrlKey===!1&&(i.onOpenToggle(),i.open||s.preventDefault())}),onKeyDown:I(e.onKeyDown,s=>{r||(["Enter"," "].includes(s.key)&&i.onOpenToggle(),s.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(s.key)&&s.preventDefault())})})))}),W2=e=>{const{__scopeDropdownMenu:t,...n}=e,r=je(t);return l.createElement(pa,M({},r,n))},z2="DropdownMenuContent",G2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=$a(z2,n),i=je(n),c=l.useRef(!1);return l.createElement(ha,M({id:a.contentId,"aria-labelledby":a.triggerId},i,r,{ref:t,onCloseAutoFocus:I(e.onCloseAutoFocus,s=>{var d;c.current||(d=a.triggerRef.current)===null||d===void 0||d.focus(),c.current=!1,s.preventDefault()}),onInteractOutside:I(e.onInteractOutside,s=>{const d=s.detail.originalEvent,f=d.button===0&&d.ctrlKey===!0,p=d.button===2||f;(!a.modal||p)&&(c.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),K2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=je(n);return l.createElement(va,M({},a,r,{ref:t}))}),Y2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=je(n);return l.createElement(ba,M({},a,r,{ref:t}))}),q2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=je(n);return l.createElement(ga,M({},a,r,{ref:t}))}),X2=e=>{const{__scopeDropdownMenu:t,children:n,open:r,onOpenChange:a,defaultOpen:i}=e,c=je(t),[s=!1,d]=pe({prop:r,defaultProp:i,onChange:a});return l.createElement(ma,M({},c,{open:s,onOpenChange:d}),n)},J2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=je(n);return l.createElement(xa,M({},a,r,{ref:t}))}),Q2=l.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...r}=e,a=je(n);return l.createElement(ka,M({},a,r,{ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),ef=V2,tf=R2,nf=W2,of=G2,rf=K2,af=Y2,lf=q2,cf=X2,sf=J2,df=Q2,Vo=L.div.withConfig({componentId:"sc-1fv0ktx-0"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;align-items:flex-start;",";",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
123
123
|
border: 1px solid ${e.click.genericMenu.panel.color.stroke.default};
|
|
124
124
|
background: ${e.click.genericMenu.panel.color.background.default};
|
|
125
125
|
box-shadow: ${e.click.genericMenu.panel.shadow.default};
|
|
@@ -138,16 +138,16 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
138
138
|
&[data-side="right"] {
|
|
139
139
|
margin-left: -1px;
|
|
140
140
|
}
|
|
141
|
-
`:""),
|
|
141
|
+
`:""),ff=L.div.withConfig({componentId:"sc-1fv0ktx-1"})(["outline:none;max-width:var(--radix-","-content-available-width);max-height:var(--radix-","-content-available-height);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;z-index:1;"," ",";"],({$type:e})=>e,({$type:e})=>e,({theme:e})=>`
|
|
142
142
|
border: 1px solid ${e.click.popover.color.panel.stroke.default};
|
|
143
143
|
background: ${e.click.popover.color.panel.background.default};
|
|
144
144
|
padding: ${e.click.popover.space.y} ${e.click.popover.space.x};
|
|
145
145
|
border-radius: ${e.click.popover.radii.all};
|
|
146
146
|
box-shadow: ${e.click.popover.shadow.default};
|
|
147
|
-
`,({$showArrow:e})=>e?"margin: -1px 0;":""),
|
|
147
|
+
`,({$showArrow:e})=>e?"margin: -1px 0;":""),En=L.svg.withConfig({componentId:"sc-1fv0ktx-2"})(["filter:drop-shadow(rgba(0,0,0,0.1) 0px 4px 6px);",";"],({theme:e})=>`
|
|
148
148
|
fill: ${e.click.genericMenu.panel.color.background.default};
|
|
149
149
|
stroke: ${e.click.genericMenu.panel.color.stroke.default};
|
|
150
|
-
`),
|
|
150
|
+
`),Uo=L.div.withConfig({componentId:"sc-1fv0ktx-3"})(["display:flex;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}",';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}'],({theme:e})=>`
|
|
151
151
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
152
152
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
153
153
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
@@ -170,7 +170,7 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
170
170
|
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
171
171
|
pointer-events: none;
|
|
172
172
|
}
|
|
173
|
-
`),
|
|
173
|
+
`),On=e=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"10",viewBox:"0 0 30 10",fill:"none",...e,children:o.jsx("path",{d:"M0 -1L15 9L30 -1",strokeWidth:"1.5",strokeLinejoin:"round"})}),ve=e=>o.jsx(ef,{...e}),ya=L(Uo).withConfig({componentId:"sc-18bhwbw-0"})(['position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{position:relative;left:0.5rem;}']),uf=L(tf).withConfig({componentId:"sc-18bhwbw-1"})(["cursor:pointer;width:fit-content;"]),Ca=({sub:e,...t})=>{if(e){const{children:n,...r}=t;return o.jsxs(ya,{as:sf,...r,children:[n,o.jsx("div",{className:"dropdown-arrow",children:o.jsx(z,{name:"chevron-right"})})]})}return o.jsx(uf,{asChild:!0,...t})};Ca.displayName="DropdownTrigger",ve.Trigger=Ca;const pf=L(Vo).withConfig({componentId:"sc-18bhwbw-2"})(["flex-direction:column;z-index:1;"]),Ma=({sub:e,children:t,showArrow:n,...r})=>{const a=e?df:of;return o.jsx(nf,{children:o.jsxs(pf,{$type:"dropdown-menu",$showArrow:n,as:a,loop:!0,...r,children:[n&&o.jsx(En,{asChild:!0,as:lf,width:20,height:10,children:o.jsx(On,{})}),t]})})};Ma.displayName="DropdownContent",ve.Content=Ma;const hf=L(rf).withConfig({componentId:"sc-18bhwbw-3"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),Sa=e=>o.jsx(hf,{...e});Sa.displayName="DropdownGroup",ve.Group=Sa;const vf=L(cf).withConfig({componentId:"sc-18bhwbw-4"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),La=({...e})=>o.jsx(vf,{...e});La.displayName="DropdownSub",ve.Sub=La;const ja=e=>o.jsx(ya,{as:af,...e});ja.displayName="DropdownItem",ve.Item=ja;const Ea="Collapsible",[bf,Oa]=le(Ea),[gf,Ro]=bf(Ea),mf=l.forwardRef((e,t)=>{const{__scopeCollapsible:n,open:r,defaultOpen:a,disabled:i,onOpenChange:c,...s}=e,[d=!1,f]=pe({prop:r,defaultProp:a,onChange:c});return l.createElement(gf,{scope:n,disabled:i,contentId:Se(),open:d,onOpenToggle:l.useCallback(()=>f(p=>!p),[f])},l.createElement(W.div,M({"data-state":Wo(d),"data-disabled":i?"":void 0},s,{ref:t})))}),xf="CollapsibleTrigger",kf=l.forwardRef((e,t)=>{const{__scopeCollapsible:n,...r}=e,a=Ro(xf,n);return l.createElement(W.button,M({type:"button","aria-controls":a.contentId,"aria-expanded":a.open||!1,"data-state":Wo(a.open),"data-disabled":a.disabled?"":void 0,disabled:a.disabled},r,{ref:t,onClick:I(e.onClick,a.onOpenToggle)}))}),_a="CollapsibleContent",wf=l.forwardRef((e,t)=>{const{forceMount:n,...r}=e,a=Ro(_a,e.__scopeCollapsible);return l.createElement(he,{present:n||a.open},({present:i})=>l.createElement($f,M({},r,{ref:t,present:i})))}),$f=l.forwardRef((e,t)=>{const{__scopeCollapsible:n,present:r,children:a,...i}=e,c=Ro(_a,n),[s,d]=l.useState(r),f=l.useRef(null),p=ne(t,f),u=l.useRef(0),h=u.current,v=l.useRef(0),g=v.current,b=c.open||s,x=l.useRef(b),k=l.useRef();return l.useEffect(()=>{const w=requestAnimationFrame(()=>x.current=!1);return()=>cancelAnimationFrame(w)},[]),We(()=>{const w=f.current;if(w){k.current=k.current||{transitionDuration:w.style.transitionDuration,animationName:w.style.animationName},w.style.transitionDuration="0s",w.style.animationName="none";const y=w.getBoundingClientRect();u.current=y.height,v.current=y.width,x.current||(w.style.transitionDuration=k.current.transitionDuration,w.style.animationName=k.current.animationName),d(r)}},[c.open,r]),l.createElement(W.div,M({"data-state":Wo(c.open),"data-disabled":c.disabled?"":void 0,id:c.contentId,hidden:!b},i,{ref:p,style:{"--radix-collapsible-content-height":h?`${h}px`:void 0,"--radix-collapsible-content-width":g?`${g}px`:void 0,...e.style}}),b&&a)});function Wo(e){return e?"open":"closed"}const yf=mf,Cf=kf,Mf=wf,Ke="Accordion",Sf=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[zo,Lf,jf]=po(Ke),[_n,ex]=le(Ke,[jf,Oa]),Go=Oa(),Pa=l.forwardRef((e,t)=>{const{type:n,...r}=e,a=r,i=r;return l.createElement(zo.Provider,{scope:e.__scopeAccordion},n==="multiple"?l.createElement(Pf,M({},i,{ref:t})):l.createElement(_f,M({},a,{ref:t})))});Pa.propTypes={type(e){const t=e.value||e.defaultValue;return e.type&&!["single","multiple"].includes(e.type)?new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`."):e.type==="multiple"&&typeof t=="string"?new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`."):e.type==="single"&&Array.isArray(t)?new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`."):null}};const[Ia,Ef]=_n(Ke),[Fa,Of]=_n(Ke,{collapsible:!1}),_f=l.forwardRef((e,t)=>{const{value:n,defaultValue:r,onValueChange:a=()=>{},collapsible:i=!1,...c}=e,[s,d]=pe({prop:n,defaultProp:r,onChange:a});return l.createElement(Ia,{scope:e.__scopeAccordion,value:s?[s]:[],onItemOpen:d,onItemClose:l.useCallback(()=>i&&d(""),[i,d])},l.createElement(Fa,{scope:e.__scopeAccordion,collapsible:i},l.createElement(Ta,M({},c,{ref:t}))))}),Pf=l.forwardRef((e,t)=>{const{value:n,defaultValue:r,onValueChange:a=()=>{},...i}=e,[c=[],s]=pe({prop:n,defaultProp:r,onChange:a}),d=l.useCallback(p=>s((u=[])=>[...u,p]),[s]),f=l.useCallback(p=>s((u=[])=>u.filter(h=>h!==p)),[s]);return l.createElement(Ia,{scope:e.__scopeAccordion,value:c,onItemOpen:d,onItemClose:f},l.createElement(Fa,{scope:e.__scopeAccordion,collapsible:!0},l.createElement(Ta,M({},i,{ref:t}))))}),[If,Ko]=_n(Ke),Ta=l.forwardRef((e,t)=>{const{__scopeAccordion:n,disabled:r,dir:a,orientation:i="vertical",...c}=e,s=l.useRef(null),d=ne(s,t),f=Lf(n),u=Ot(a)==="ltr",h=I(e.onKeyDown,v=>{var g;if(!Sf.includes(v.key))return;const b=v.target,x=f().filter(D=>{var Y;return!((Y=D.ref.current)!==null&&Y!==void 0&&Y.disabled)}),k=x.findIndex(D=>D.ref.current===b),w=x.length;if(k===-1)return;v.preventDefault();let y=k;const C=0,j=w-1,O=()=>{y=k+1,y>j&&(y=C)},P=()=>{y=k-1,y<C&&(y=j)};switch(v.key){case"Home":y=C;break;case"End":y=j;break;case"ArrowRight":i==="horizontal"&&(u?O():P());break;case"ArrowDown":i==="vertical"&&O();break;case"ArrowLeft":i==="horizontal"&&(u?P():O());break;case"ArrowUp":i==="vertical"&&P();break}const T=y%w;(g=x[T].ref.current)===null||g===void 0||g.focus()});return l.createElement(If,{scope:n,disabled:r,direction:a,orientation:i},l.createElement(zo.Slot,{scope:n},l.createElement(W.div,M({},c,{"data-orientation":i,ref:d,onKeyDown:r?void 0:h}))))}),Yo="AccordionItem",[Ff,Ha]=_n(Yo),Tf=l.forwardRef((e,t)=>{const{__scopeAccordion:n,value:r,...a}=e,i=Ko(Yo,n),c=Ef(Yo,n),s=Go(n),d=Se(),f=r&&c.value.includes(r)||!1,p=i.disabled||e.disabled;return l.createElement(Ff,{scope:n,open:f,disabled:p,triggerId:d},l.createElement(yf,M({"data-orientation":i.orientation,"data-state":Nf(f)},s,a,{ref:t,disabled:p,open:f,onOpenChange:u=>{u?c.onItemOpen(r):c.onItemClose(r)}})))}),Aa="AccordionTrigger",Hf=l.forwardRef((e,t)=>{const{__scopeAccordion:n,...r}=e,a=Ko(Ke,n),i=Ha(Aa,n),c=Of(Aa,n),s=Go(n);return l.createElement(zo.ItemSlot,{scope:n},l.createElement(Cf,M({"aria-disabled":i.open&&!c.collapsible||void 0,"data-orientation":a.orientation,id:i.triggerId},s,r,{ref:t})))}),Af="AccordionContent",Df=l.forwardRef((e,t)=>{const{__scopeAccordion:n,...r}=e,a=Ko(Ke,n),i=Ha(Af,n),c=Go(n);return l.createElement(Mf,M({role:"region","aria-labelledby":i.triggerId,"data-orientation":a.orientation},c,r,{ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}}))});function Nf(e){return e?"open":"closed"}const Zf=Pa,Bf=Tf,Vf=Hf,Uf=Df,Da=({title:e,size:t="md",icon:n,iconSize:r,children:a,...i})=>o.jsx(Zf,{type:"single",collapsible:!0,...i,children:o.jsxs(Bf,{value:"item",children:[o.jsxs(Pn,{$size:t,children:[o.jsxs(Rf,{children:[o.jsx(Bt,{children:o.jsx(z,{name:"chevron-right",size:r||t})}),n?o.jsx(z,{name:n,size:r||t}):null]}),o.jsx("p",{children:e})]}),o.jsx(Wf,{children:a})]})}),Pn=L(Vf).withConfig({componentId:"sc-1ysh219-0"})(["border:none;padding:0;background-color:transparent;display:flex;align-items:center;",""],({theme:e,$size:t="md"})=>`
|
|
174
174
|
gap: ${e.click.accordion[t].space.gap};
|
|
175
175
|
color: ${e.click.accordion.color.label.default};
|
|
176
176
|
font: ${e.click.accordion[t].typography.label.default};
|
|
@@ -185,19 +185,19 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
185
185
|
font: ${e.click.accordion[t].typography.label.hover};
|
|
186
186
|
cursor: pointer;
|
|
187
187
|
}
|
|
188
|
-
`),
|
|
188
|
+
`),Bt=L.div.withConfig({componentId:"sc-1ysh219-1"})(["display:flex;align-items:center;justify-content:center;transition:transform 200ms cubic-bezier(0.87,0,0.13,1);","[data-state='open'] &{transform:rotate(90deg);}"],Pn),Rf=L.div.withConfig({componentId:"sc-1ysh219-2"})(["display:flex;align-items:center;justify-content:center;"]),Wf=L(Uf).withConfig({componentId:"sc-1ysh219-3"})([""]);L(Da).withConfig({componentId:"sc-1ysh219-4"})(["","{gap:",";}p{margin:0;}","{visibility:hidden;}&:hover ","{visibility:revert;}&:active ","{visibility:revert;}","[data-state='open'] ","{visibility:revert;}"],Pn,({theme:e})=>e.click.sidebar.navigation.item.default.space.gap,Bt,Bt,Bt,Pn,Bt);const zf=L(Da).withConfig({componentId:"sc-1ysh219-5"})([""]),Gf={neutral:"information",success:"check",warning:"warning",danger:"warning",info:"information"},Vt=({text:e,title:t="",size:n="small",state:r="neutral",showIcon:a=!0,dismissible:i,...c})=>{const[s,d]=l.useState(!0);return s?o.jsxs(Kf,{$size:n,$state:r,"data-testid":"click-alert",...c,children:[a&&o.jsx(Yf,{$state:r,$size:n,children:o.jsx(qf,{$size:n,name:Gf[r]})}),o.jsxs(Xf,{$state:r,$size:n,children:[t&&o.jsx(Jf,{$size:n,children:t}),o.jsx(Qf,{$size:n,children:e})]}),i&&o.jsx(eu,{"data-testid":"click-alert-dismiss-button",onClick:()=>d(!1),children:o.jsx(z,{name:"cross"})})]}):null},Kf=L.div.withConfig({componentId:"sc-1wvczk0-0"})(["display:flex;border-radius:",";background-color:",";color:",";"],e=>e.theme.click.alert.radii.end,({$state:e="neutral",theme:t})=>t.click.alert.color.background[e],({$state:e="neutral",theme:t})=>t.click.alert.color.text[e]),Yf=L.div.withConfig({componentId:"sc-1wvczk0-1"})(["display:flex;align-items:center;",""],({$state:e="neutral",$size:t,theme:n})=>`
|
|
189
189
|
background-color: ${n.click.alert.color.iconBackground[e]}};
|
|
190
190
|
color: ${n.click.alert.color.iconForeground[e]};
|
|
191
191
|
border-top-left-radius: ${n.click.alert.radii.end};
|
|
192
192
|
border-bottom-left-radius: ${n.click.alert.radii.end};
|
|
193
193
|
padding: ${n.click.alert[t].space.y} ${n.click.alert[t].space.x};
|
|
194
|
-
`),
|
|
194
|
+
`),qf=L(z).withConfig({componentId:"sc-1wvczk0-2"})(["",""],({$size:e,theme:t})=>`
|
|
195
195
|
height: ${t.click.alert[e].icon.height};
|
|
196
196
|
width: ${t.click.alert[e].icon.width};
|
|
197
|
-
`),
|
|
197
|
+
`),Xf=L.div.withConfig({componentId:"sc-1wvczk0-3"})(["display:flex;flex-flow:column;",""],({$size:e,theme:t})=>`
|
|
198
198
|
gap: ${t.click.alert[e].space.gap};
|
|
199
199
|
padding: ${t.click.alert[e].space.y} ${t.click.alert[e].space.x};
|
|
200
|
-
`),
|
|
200
|
+
`),Jf=L.h6.withConfig({componentId:"sc-1wvczk0-4"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.title.default),Qf=L.p.withConfig({componentId:"sc-1wvczk0-5"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.text.default),eu=L.button.withConfig({componentId:"sc-1wvczk0-6"})(["display:flex;align-items:center;margin-left:auto;border:none;background-color:transparent;color:inherit;"]),tu=e=>o.jsx(Vt,{...e,state:"danger"}),nu=e=>o.jsx(Vt,{...e,state:"info"}),ou=e=>o.jsx(Vt,{...e,state:"success"}),ru=e=>o.jsx(Vt,{...e,state:"warning"}),Na="Avatar",[au,tx]=le(Na),[iu,lu]=au(Na),cu=l.forwardRef((e,t)=>{const{__scopeAvatar:n,...r}=e,[a,i]=l.useState("idle");return l.createElement(iu,{scope:n,imageLoadingStatus:a,onImageLoadingStatusChange:i},l.createElement(W.span,M({},r,{ref:t})))}),su="AvatarFallback",du=l.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:r,...a}=e,i=lu(su,n),[c,s]=l.useState(r===void 0);return l.useEffect(()=>{if(r!==void 0){const d=window.setTimeout(()=>s(!0),r);return()=>window.clearTimeout(d)}},[r]),c&&i.imageLoadingStatus!=="loaded"?l.createElement(W.span,M({},a,{ref:t})):null}),fu=cu,uu=du,pu=({text:e="",textSize:t="sm",...n})=>o.jsx(hu,{...n,children:o.jsx(vu,{$textSize:t,children:e})}),hu=L(fu).withConfig({componentId:"sc-181etfq-0"})(["width:",";height:",";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;user-select:none;background-color:",";color:",";border-radius:",";&:active{background-color:",";color:",";}&:hover{background-color:",";color:",";}"],e=>e.theme.click.avatar.size.width,e=>e.theme.click.avatar.size.height,e=>e.theme.click.avatar.color.background.default,e=>e.theme.click.avatar.color.text.default,e=>e.theme.click.avatar.radii.all,e=>e.theme.click.avatar.color.background.active,e=>e.theme.click.avatar.color.text.active,e=>e.theme.click.avatar.color.background.hover,e=>e.theme.click.avatar.color.text.hover),vu=L(uu).withConfig({componentId:"sc-181etfq-1"})(["width:",";display:inline-flex;align-items:center;justify-content:center;",""],e=>e.theme.click.avatar.size.label.width,({theme:e,$textSize:t="sm"})=>`
|
|
201
201
|
font: ${e.click.avatar.typography.label[t].default};
|
|
202
202
|
|
|
203
203
|
&:active {
|
|
@@ -207,21 +207,21 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
207
207
|
&:hover {
|
|
208
208
|
font: ${e.click.avatar.typography.label[t].hover};
|
|
209
209
|
}
|
|
210
|
-
`),
|
|
210
|
+
`),bu=L.div.withConfig({componentId:"sc-471xo0-0"})(["display:inline-block;",""],({$state:e="default",$size:t="md",theme:n})=>`
|
|
211
211
|
background-color: ${n.click.badge.color.background[e]};
|
|
212
212
|
color: ${n.click.badge.color.text[e]};
|
|
213
213
|
font: ${n.click.badge.typography.label[t].default};
|
|
214
214
|
border-radius: ${n.click.badge.radii.all};
|
|
215
215
|
border: ${n.click.badge.stroke} solid ${n.click.badge.color.stroke[e]};
|
|
216
216
|
padding: ${n.click.badge.space[t].y} ${n.click.badge.space[t].x};
|
|
217
|
-
`),
|
|
217
|
+
`),gu=L.div.withConfig({componentId:"sc-471xo0-1"})(["display:inline-flex;align-items:center;gap:",";"],({$size:e="md",theme:t})=>t.click.badge.space[e].gap),mu=L.svg.withConfig({componentId:"sc-471xo0-2"})(["",""],({$state:e="default",$size:t="md",theme:n})=>`
|
|
218
218
|
color: ${n.click.badge.color.text[e]};
|
|
219
219
|
height: ${n.click.badge.icon[t].size.height};
|
|
220
220
|
width: ${n.click.badge.icon[t].size.width};
|
|
221
|
-
`),
|
|
221
|
+
`),Za=({text:e,state:t="default",size:n,dismissible:r,onClose:a})=>o.jsx(bu,{$state:t,$size:n,children:o.jsxs(gu,{children:[e,r&&o.jsx(mu,{name:"cross",$state:t,as:z,onClick:a})]})}),xu=({labels:e,activeIndex:t,onClick:n})=>{const r=e.map((a,i)=>{const c=i===0?"left":i===e.length-1?"right":"center";return o.jsx(Cu,{active:i===t,position:c,onClick:()=>n==null?void 0:n(i),children:a},i)});return o.jsx(ku,{children:r})},ku=L.div.withConfig({componentId:"sc-ukgugp-0"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 1px;border:var(--click-button-group-color-stroke-panel);background:var(--click-button-group-color-background-panel);"]),In="var(--click-button-button-group-radii-end)",wu=`${In} 0px 0px ${In}`,$u=`0px ${In} ${In} 0px`,yu="var(--click-button-button-group-radii-center)",Cu=L.button.withConfig({componentId:"sc-ukgugp-1"})(["box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;padding:var(--click-button-basic-space-y) var(--click-button-basic-space-x);gap:10px;background:",";border-radius:",";&:hover{background:var(--click-button-group-color-background-hover);}"],({active:e})=>e?"var(--click-button-group-color-background-active)":"var(--click-button-group-color-background-default)",({position:e})=>e==="left"?wu:e==="right"?$u:yu),Ba=L.div.withConfig({componentId:"sc-1sddmxu-0"})(["display:flex;flex-direction:column-reverse;width:100%;align-items:flex-start;gap:",";*{box-shadow:none;outline:none;}"],({theme:e})=>e.click.field.space.gap),Va=L.div.withConfig({componentId:"sc-1sddmxu-1"})(["",";"],({theme:e})=>`
|
|
222
222
|
font: ${e.click.field.typography.label.error};
|
|
223
223
|
color: ${e.click.field.color.label.error};
|
|
224
|
-
`);
|
|
224
|
+
`);L.css(["height:1px;background-color:",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default);const Ua=L.button.withConfig({componentId:"sc-1sddmxu-2"})(["background:transparent;border:none;cursor:pointer;outline:none;padding:0;&:disabled{cursor:not-allowed;}"]);L.div.withConfig({componentId:"sc-1sddmxu-3"})(["display:grid;place-items:center;width:100%;height:100%;"]);const qo=L.button.withConfig({componentId:"sc-1sddmxu-4"})(["display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;",""],({theme:e})=>`
|
|
225
225
|
padding: ${e.click.button.basic.space.y} ${e.click.button.basic.space.x};
|
|
226
226
|
border-radius: ${e.click.button.radii.all};
|
|
227
227
|
gap: ${e.click.button.basic.space.gap};
|
|
@@ -242,7 +242,7 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
242
242
|
font: ${e.click.button.basic.typography.label.disabled};
|
|
243
243
|
cursor: not-allowed;
|
|
244
244
|
}
|
|
245
|
-
`),Wi=({type:e="primary",iconLeft:t,iconRight:n,label:o,align:r="center",children:i,width:s,height:l,...d})=>a.jsxs(wp,{$styleType:e,$align:r,$width:s,$height:l,...d,children:[t&&a.jsx(Vi,{name:t,size:"sm"}),o||i,n&&a.jsx(Vi,{name:n,size:"sm"})]}),wp=E(qo).withConfig({componentId:"sc-1k4tz4c-0"})([""," "," color:",";background-color:",";border:1px solid ",";display:flex;align-items:center;justify-content:",";&:hover{background-color:",";border:1px solid ",";transition:",";}&:active,&:focus{background-color:",";border:1px solid ",";}&:disabled,&:disabled:hover,&:disabled:active{background-color:",";color:",";border:1px solid ",";}"],({$width:e})=>e?`width: ${e};`:"",({$height:e})=>e?`height: ${e};`:"",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.default,({$align:e})=>e==="left"?"flex-start":"center",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.hover,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.hover,({theme:e})=>e.transition.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.disabled),Vi=E(K).withConfig({componentId:"sc-1k4tz4c-1"})(["height:",";width:",";svg{height:",";width:",";}"],({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all),Xo=({size:e,family:t,type:n,color:o,children:r})=>a.jsx(Cp,{$color:o,$size:e,$family:t,as:n,children:r}),Cp=E.div.withConfig({componentId:"sc-1bq7thb-0"})(["font:",";color:",";margin:0;padding:0;font-style:inherit;line-height:1;"],({$size:e="md",$family:t="product",theme:n})=>n.typography.styles[t].titles[e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),Sp=({color:e,size:t,weight:n,className:o,children:r})=>a.jsx(Mp,{$color:e,$size:t,$weight:n,className:o,children:r}),Mp=E.p.withConfig({componentId:"sc-6r74pj-0"})(["font:",";color:",";margin:0;"],({$size:e="md",$weight:t="normal",theme:n})=>n.typography.styles.product.text[t][e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),Rt=E(Sp).withConfig({componentId:"sc-6r74pj-1"})([""]);Rt.displayName="Text";const Ep=E.div.withConfig({componentId:"sc-1drx130-0"})(["display:flex;justify-content:space-between;align-items:center;"]),Op=E.div.withConfig({componentId:"sc-1drx130-1"})(["display:flex;align-items:center;gap:",";h3{color:",";}"],({theme:e})=>e.click.card.secondary.space.gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default),jp=E.div.withConfig({componentId:"sc-1drx130-2"})(["display:flex;flex-direction:column;"]),Pp=E.a.withConfig({componentId:"sc-1drx130-3"})(["display:flex;align-items:center;color:",";text-decoration:none;"],({theme:e})=>e.click.card.secondary.color.link.default),Ip=E(K).withConfig({componentId:"sc-1drx130-4"})(["color:",";height:",";width:",";"],({theme:e})=>e.click.card.secondary.color.link.default,({theme:e})=>e.click.image.md.size.height,({theme:e})=>e.click.image.md.size.width),Jo=E(Rt).withConfig({componentId:"sc-1drx130-5"})([""]),Qo=E(Ip).withConfig({componentId:"sc-1drx130-6"})([""]),Fp=E.div.withConfig({componentId:"sc-1drx130-7"})(["background-color:",";border-radius:",";border:",";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,:focus{background-color:",";cursor:pointer;",",","{color:",";}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;",",","{color:",";}}"],({theme:e})=>e.click.card.secondary.color.background.default,({theme:e})=>e.click.card.secondary.radii.all,({theme:e})=>`1px solid ${e.click.card.secondary.color.stroke.default}`,({theme:e})=>e.click.card.secondary.space.all,({theme:e})=>e.click.card.secondary.space.gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.hover,({theme:e})=>e.click.card.secondary.color.background.disabled,({theme:e})=>e.click.card.secondary.color.title.disabled,({theme:e})=>e.click.card.secondary.color.stroke.disabled,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.disabled),_p=({title:e,icon:t,badgeState:n,badgeText:o="",hasShadow:r=!1,disabled:i=!1,description:s,infoUrl:l,infoText:d})=>a.jsxs(Fp,{$disabled:i,$hasShadow:r,children:[a.jsxs(Ep,{children:[a.jsxs(Op,{$disabled:i,children:[a.jsx(K,{name:t,size:"lg"}),a.jsx(Xo,{type:"h3",children:e})]}),o&&a.jsx(Bi,{text:o,state:i==!0?"disabled":n})]}),a.jsx(jp,{children:a.jsx(Rt,{color:"muted",children:s})}),(l||d)&&a.jsxs(Pp,{href:i?void 0:l,as:i||!l||l.length===0?"div":"a",children:[a.jsx(Jo,{children:d}),a.jsx(Qo,{name:"chevron-right"})]})]}),Tp=E.div.withConfig({componentId:"sc-2dguvi-0"})(["background-color:",";border-radius:",";border:",";display:flex;max-width:100%;text-align:center;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,&:focus{background-color:",";cursor:pointer;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}"],({theme:e})=>e.click.card.primary.color.background.default,({theme:e})=>e.click.card.primary.radii.all,({theme:e})=>`1px solid ${e.click.card.primary.color.stroke.default}`,({$size:e="md",theme:t})=>`${t.click.card.primary.space[e].x} ${t.click.card.primary.space[e].y}`,({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,({theme:e})=>e.click.button.basic.color.primary.background.hover,({theme:e})=>e.click.button.basic.color.primary.stroke.hover,({theme:e})=>e.click.button.basic.color.primary.background.active,({theme:e})=>e.click.button.basic.color.primary.stroke.active,({theme:e})=>e.click.card.primary.color.background.disabled,({theme:e})=>e.click.card.primary.color.title.disabled,({theme:e})=>e.click.card.primary.color.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled),Ap=E.div.withConfig({componentId:"sc-2dguvi-1"})(["display:flex;flex-direction:column;align-items:center;gap:",";h3{color:",";}svg{height:",";width:",";}"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all),Dp=E.div.withConfig({componentId:"sc-2dguvi-2"})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:",";"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap),Lp=({title:e,icon:t,hasShadow:n=!1,description:o,infoUrl:r,infoText:i,size:s,disabled:l=!1})=>{const d=()=>{r&&window.open(r,"_blank")},u=!r||r.length===0?"div":Wi;return a.jsxs(Tp,{$hasShadow:n,$size:s,$disabled:l,children:[a.jsxs(Ap,{$size:s,$disabled:l,children:[a.jsx(K,{name:t}),a.jsx(Xo,{type:"h3",children:e})]}),a.jsx(Dp,{$size:s,children:a.jsx(Rt,{color:"muted",children:o})}),s=="sm"&&a.jsx(ms,{size:"sm"}),i&&a.jsx(u,{onClick:d,disabled:l,children:i})]})};function er(e){const t=c.useRef({value:e,previous:e});return c.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}const zi="Checkbox",[Np,G9]=ce(zi),[Up,Bp]=Np(zi),Zp=c.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:o,checked:r,defaultChecked:i,required:s,disabled:l,value:d="on",onCheckedChange:u,...p}=e,[f,h]=c.useState(null),v=ne(t,w=>h(w)),g=c.useRef(!1),b=f?!!f.closest("form"):!0,[x=!1,k]=pe({prop:r,defaultProp:i,onChange:u}),$=c.useRef(x);return c.useEffect(()=>{const w=f==null?void 0:f.form;if(w){const C=()=>k($.current);return w.addEventListener("reset",C),()=>w.removeEventListener("reset",C)}},[f,k]),c.createElement(Up,{scope:n,state:x,disabled:l},c.createElement(V.button,S({type:"button",role:"checkbox","aria-checked":Ye(x)?"mixed":x,"aria-required":s,"data-state":Gi(x),"data-disabled":l?"":void 0,disabled:l,value:d},p,{ref:v,onKeyDown:_(e.onKeyDown,w=>{w.key==="Enter"&&w.preventDefault()}),onClick:_(e.onClick,w=>{k(C=>Ye(C)?!0:!C),b&&(g.current=w.isPropagationStopped(),g.current||w.stopPropagation())})})),b&&c.createElement(Wp,{control:f,bubbles:!g.current,name:o,value:d,checked:x,required:s,disabled:l,style:{transform:"translateX(-100%)"}}))}),Hp="CheckboxIndicator",Rp=c.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,i=Bp(Hp,n);return c.createElement(he,{present:o||Ye(i.state)||i.state===!0},c.createElement(V.span,S({"data-state":Gi(i.state),"data-disabled":i.disabled?"":void 0},r,{ref:t,style:{pointerEvents:"none",...e.style}})))}),Wp=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=bn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const h=new Event("click",{bubbles:o});d.indeterminate=Ye(n),f.call(d,Ye(n)?!1:n),d.dispatchEvent(h)}},[s,n,o]),c.createElement("input",S({type:"checkbox","aria-hidden":!0,defaultChecked:Ye(n)?!1:n},r,{tabIndex:-1,ref:i,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function Ye(e){return e==="indeterminate"}function Gi(e){return Ye(e)?"indeterminate":e?"checked":"unchecked"}const Vp=Zp,zp=Rp,Gp=({id:e,label:t="",...n})=>{const o=c.useId();return a.jsxs(Kp,{children:[a.jsx(Yp,{id:e??o,"data-testid":"checkbox",...n,children:a.jsx(qp,{children:a.jsx(K,{name:"check",size:"sm"})})}),t&&a.jsx("label",{htmlFor:e??o,children:t})]})},Kp=E.div.withConfig({componentId:"sc-1sck1ja-0"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),Yp=E(Vp).withConfig({componentId:"sc-1sck1ja-1"})(["display:flex;align-items:center;justify-content:center;",";"],({theme:e})=>`
|
|
245
|
+
`),Ra=({type:e="primary",iconLeft:t,iconRight:n,label:r,align:a="center",children:i,width:c,height:s,...d})=>o.jsxs(Mu,{$styleType:e,$align:a,$width:c,$height:s,...d,children:[t&&o.jsx(Wa,{name:t,size:"sm"}),r||i,n&&o.jsx(Wa,{name:n,size:"sm"})]}),Mu=L(qo).withConfig({componentId:"sc-1k4tz4c-0"})([""," "," color:",";background-color:",";border:1px solid ",";display:flex;align-items:center;justify-content:",";&:hover{background-color:",";border:1px solid ",";transition:",";}&:active,&:focus{background-color:",";border:1px solid ",";}&:disabled,&:disabled:hover,&:disabled:active{background-color:",";color:",";border:1px solid ",";}"],({$width:e})=>e?`width: ${e};`:"",({$height:e})=>e?`height: ${e};`:"",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.default,({$align:e})=>e==="left"?"flex-start":"center",({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.hover,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.hover,({theme:e})=>e.transition.default,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.active,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].background.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].text.disabled,({$styleType:e="primary",theme:t})=>t.click.button.basic.color[e].stroke.disabled),Wa=L(z).withConfig({componentId:"sc-1k4tz4c-1"})(["height:",";width:",";svg{height:",";width:",";}"],({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all,({theme:e})=>e.click.button.basic.size.icon.all),Xo=({size:e,family:t,type:n,color:r,children:a})=>o.jsx(Su,{$color:r,$size:e,$family:t,as:n,children:a}),Su=L.div.withConfig({componentId:"sc-1bq7thb-0"})(["font:",";color:",";margin:0;padding:0;font-style:inherit;line-height:1;"],({$size:e="md",$family:t="product",theme:n})=>n.typography.styles[t].titles[e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),Lu=({color:e,size:t,weight:n,className:r,children:a})=>o.jsx(ju,{$color:e,$size:t,$weight:n,className:r,children:a}),ju=L.p.withConfig({componentId:"sc-6r74pj-0"})(["font:",";color:",";margin:0;"],({$size:e="md",$weight:t="normal",theme:n})=>n.typography.styles.product.text[t][e],({$color:e="default",theme:t})=>t.click.global.color.text[e]),Ut=L(Lu).withConfig({componentId:"sc-6r74pj-1"})([""]);Ut.displayName="Text";const Eu=L.div.withConfig({componentId:"sc-1drx130-0"})(["display:flex;justify-content:space-between;align-items:center;"]),Ou=L.div.withConfig({componentId:"sc-1drx130-1"})(["display:flex;align-items:center;gap:",";h3{color:",";}"],({theme:e})=>e.click.card.secondary.space.gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default),_u=L.div.withConfig({componentId:"sc-1drx130-2"})(["display:flex;flex-direction:column;"]),Pu=L.a.withConfig({componentId:"sc-1drx130-3"})(["display:flex;align-items:center;color:",";text-decoration:none;"],({theme:e})=>e.click.card.secondary.color.link.default),Iu=L(z).withConfig({componentId:"sc-1drx130-4"})(["color:",";height:",";width:",";"],({theme:e})=>e.click.card.secondary.color.link.default,({theme:e})=>e.click.image.md.size.height,({theme:e})=>e.click.image.md.size.width),Jo=L(Ut).withConfig({componentId:"sc-1drx130-5"})([""]),Qo=L(Iu).withConfig({componentId:"sc-1drx130-6"})([""]),Fu=L.div.withConfig({componentId:"sc-1drx130-7"})(["background-color:",";border-radius:",";border:",";max-width:420px;min-width:320px;display:flex;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,:focus{background-color:",";cursor:pointer;",",","{color:",";}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;",",","{color:",";}}"],({theme:e})=>e.click.card.secondary.color.background.default,({theme:e})=>e.click.card.secondary.radii.all,({theme:e})=>`1px solid ${e.click.card.secondary.color.stroke.default}`,({theme:e})=>e.click.card.secondary.space.all,({theme:e})=>e.click.card.secondary.space.gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.hover,({theme:e})=>e.click.card.secondary.color.background.disabled,({theme:e})=>e.click.card.secondary.color.title.disabled,({theme:e})=>e.click.card.secondary.color.stroke.disabled,Jo,Qo,({theme:e})=>e.click.card.secondary.color.link.disabled),Tu=({title:e,icon:t,badgeState:n,badgeText:r="",hasShadow:a=!1,disabled:i=!1,description:c,infoUrl:s,infoText:d})=>o.jsxs(Fu,{$disabled:i,$hasShadow:a,children:[o.jsxs(Eu,{children:[o.jsxs(Ou,{$disabled:i,children:[o.jsx(z,{name:t,size:"lg"}),o.jsx(Xo,{type:"h3",children:e})]}),r&&o.jsx(Za,{text:r,state:i==!0?"disabled":n})]}),o.jsx(_u,{children:o.jsx(Ut,{color:"muted",children:c})}),(s||d)&&o.jsxs(Pu,{href:i?void 0:s,as:i||!s||s.length===0?"div":"a",children:[o.jsx(Jo,{children:d}),o.jsx(Qo,{name:"chevron-right"})]})]}),Hu=L.div.withConfig({componentId:"sc-2dguvi-0"})(["background-color:",";border-radius:",";border:",";display:flex;max-width:100%;text-align:center;flex-direction:column;padding:",";gap:",";box-shadow:",";&:hover,&:focus{background-color:",";cursor:pointer;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}&[disabled],&[disabled]:hover,&[disabled]:active{background-color:",";color:",";border:1px solid ",";cursor:not-allowed;button{background-color:",";border-color:",";&:active{background-color:",";border-color:",";}}}"],({theme:e})=>e.click.card.primary.color.background.default,({theme:e})=>e.click.card.primary.radii.all,({theme:e})=>`1px solid ${e.click.card.primary.color.stroke.default}`,({$size:e="md",theme:t})=>`${t.click.card.primary.space[e].x} ${t.click.card.primary.space[e].y}`,({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$hasShadow:e,theme:t})=>e?t.shadow[1]:"none",({theme:e})=>e.click.card.secondary.color.background.hover,({theme:e})=>e.click.button.basic.color.primary.background.hover,({theme:e})=>e.click.button.basic.color.primary.stroke.hover,({theme:e})=>e.click.button.basic.color.primary.background.active,({theme:e})=>e.click.button.basic.color.primary.stroke.active,({theme:e})=>e.click.card.primary.color.background.disabled,({theme:e})=>e.click.card.primary.color.title.disabled,({theme:e})=>e.click.card.primary.color.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled,({theme:e})=>e.click.button.basic.color.primary.background.disabled,({theme:e})=>e.click.button.basic.color.primary.stroke.disabled),Au=L.div.withConfig({componentId:"sc-2dguvi-1"})(["display:flex;flex-direction:column;align-items:center;gap:",";h3{color:",";}svg{height:",";width:",";}"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap,({$disabled:e,theme:t})=>e==!0?t.click.global.color.text.muted:t.click.global.color.text.default,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all,({$size:e="md",theme:t})=>t.click.card.primary.size.icon[e].all),Du=L.div.withConfig({componentId:"sc-2dguvi-2"})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:",";"],({$size:e="md",theme:t})=>t.click.card.primary.space[e].gap),Nu=({title:e,icon:t,hasShadow:n=!1,description:r,infoUrl:a,infoText:i,size:c,disabled:s=!1})=>{const d=()=>{a&&window.open(a,"_blank")},f=!a||a.length===0?"div":Ra;return o.jsxs(Hu,{$hasShadow:n,$size:c,$disabled:s,children:[o.jsxs(Au,{$size:c,$disabled:s,children:[o.jsx(z,{name:t}),o.jsx(Xo,{type:"h3",children:e})]}),o.jsx(Du,{$size:c,children:o.jsx(Ut,{color:"muted",children:r})}),c=="sm"&&o.jsx(ml,{size:"sm"}),i&&o.jsx(f,{onClick:d,disabled:s,children:i})]})};function er(e){const t=l.useRef({value:e,previous:e});return l.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}const za="Checkbox",[Zu,nx]=le(za),[Bu,Vu]=Zu(za),Uu=l.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:r,checked:a,defaultChecked:i,required:c,disabled:s,value:d="on",onCheckedChange:f,...p}=e,[u,h]=l.useState(null),v=ne(t,y=>h(y)),g=l.useRef(!1),b=u?!!u.closest("form"):!0,[x=!1,k]=pe({prop:a,defaultProp:i,onChange:f}),w=l.useRef(x);return l.useEffect(()=>{const y=u==null?void 0:u.form;if(y){const C=()=>k(w.current);return y.addEventListener("reset",C),()=>y.removeEventListener("reset",C)}},[u,k]),l.createElement(Bu,{scope:n,state:x,disabled:s},l.createElement(W.button,M({type:"button",role:"checkbox","aria-checked":Ye(x)?"mixed":x,"aria-required":c,"data-state":Ga(x),"data-disabled":s?"":void 0,disabled:s,value:d},p,{ref:v,onKeyDown:I(e.onKeyDown,y=>{y.key==="Enter"&&y.preventDefault()}),onClick:I(e.onClick,y=>{k(C=>Ye(C)?!0:!C),b&&(g.current=y.isPropagationStopped(),g.current||y.stopPropagation())})})),b&&l.createElement(zu,{control:u,bubbles:!g.current,name:r,value:d,checked:x,required:c,disabled:s,style:{transform:"translateX(-100%)"}}))}),Ru="CheckboxIndicator",Wu=l.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...a}=e,i=Vu(Ru,n);return l.createElement(he,{present:r||Ye(i.state)||i.state===!0},l.createElement(W.span,M({"data-state":Ga(i.state),"data-disabled":i.disabled?"":void 0},a,{ref:t,style:{pointerEvents:"none",...e.style}})))}),zu=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),c=er(n),s=bn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(c!==n&&u){const h=new Event("click",{bubbles:r});d.indeterminate=Ye(n),u.call(d,Ye(n)?!1:n),d.dispatchEvent(h)}},[c,n,r]),l.createElement("input",M({type:"checkbox","aria-hidden":!0,defaultChecked:Ye(n)?!1:n},a,{tabIndex:-1,ref:i,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function Ye(e){return e==="indeterminate"}function Ga(e){return Ye(e)?"indeterminate":e?"checked":"unchecked"}const Gu=Uu,Ku=Wu,Yu=({id:e,label:t="",...n})=>{const r=l.useId();return o.jsxs(qu,{children:[o.jsx(Xu,{id:e??r,"data-testid":"checkbox",...n,children:o.jsx(Ju,{children:o.jsx(z,{name:"check",size:"sm"})})}),t&&o.jsx("label",{htmlFor:e??r,children:t})]})},qu=L.div.withConfig({componentId:"sc-1sck1ja-0"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),Xu=L(Gu).withConfig({componentId:"sc-1sck1ja-1"})(["display:flex;align-items:center;justify-content:center;",";"],({theme:e})=>`
|
|
246
246
|
border-radius: ${e.click.checkbox.radii.all};
|
|
247
247
|
width: ${e.click.checkbox.size.all};
|
|
248
248
|
height: ${e.click.checkbox.size.all};
|
|
@@ -279,12 +279,12 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
279
279
|
color: ${e.click.checkbox.color.label.disabled};
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
`),
|
|
282
|
+
`),Ju=L(Ku).withConfig({componentId:"sc-1sck1ja-2"})(["",""],({theme:e})=>`
|
|
283
283
|
color: ${e.click.checkbox.color.check.active};
|
|
284
284
|
&[data-disabled] {
|
|
285
285
|
color: ${e.click.checkbox.color.check.disabled};
|
|
286
286
|
}
|
|
287
|
-
`),
|
|
287
|
+
`),Ka="ContextMenu",[Qu,ox]=le(Ka,[Ln]),Ee=Ln(),[e5,Ya]=Qu(Ka),t5=e=>{const{__scopeContextMenu:t,children:n,onOpenChange:r,dir:a,modal:i=!0}=e,[c,s]=l.useState(!1),d=Ee(t),f=xe(r),p=l.useCallback(u=>{s(u),f(u)},[f]);return l.createElement(e5,{scope:t,open:c,onOpenChange:p,modal:i},l.createElement(fa,M({},d,{dir:a,open:c,onOpenChange:p,modal:i}),n))},n5="ContextMenuTrigger",o5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,disabled:r=!1,...a}=e,i=Ya(n5,n),c=Ee(n),s=l.useRef({x:0,y:0}),d=l.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...s.current})}),f=l.useRef(0),p=l.useCallback(()=>window.clearTimeout(f.current),[]),u=h=>{s.current={x:h.clientX,y:h.clientY},i.onOpenChange(!0)};return l.useEffect(()=>p,[p]),l.useEffect(()=>void(r&&p()),[r,p]),l.createElement(l.Fragment,null,l.createElement(ua,M({},c,{virtualRef:d})),l.createElement(W.span,M({"data-state":i.open?"open":"closed","data-disabled":r?"":void 0},a,{ref:t,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:r?e.onContextMenu:I(e.onContextMenu,h=>{p(),u(h),h.preventDefault()}),onPointerDown:r?e.onPointerDown:I(e.onPointerDown,Fn(h=>{p(),f.current=window.setTimeout(()=>u(h),700)})),onPointerMove:r?e.onPointerMove:I(e.onPointerMove,Fn(p)),onPointerCancel:r?e.onPointerCancel:I(e.onPointerCancel,Fn(p)),onPointerUp:r?e.onPointerUp:I(e.onPointerUp,Fn(p))})))}),r5=e=>{const{__scopeContextMenu:t,...n}=e,r=Ee(t);return l.createElement(pa,M({},r,n))},a5="ContextMenuContent",i5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ya(a5,n),i=Ee(n),c=l.useRef(!1);return l.createElement(ha,M({},i,r,{ref:t,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:s=>{var d;(d=e.onCloseAutoFocus)===null||d===void 0||d.call(e,s),!s.defaultPrevented&&c.current&&s.preventDefault(),c.current=!1},onInteractOutside:s=>{var d;(d=e.onInteractOutside)===null||d===void 0||d.call(e,s),!s.defaultPrevented&&!a.modal&&(c.current=!0)},style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),l5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ee(n);return l.createElement(va,M({},a,r,{ref:t}))}),c5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ee(n);return l.createElement(ba,M({},a,r,{ref:t}))}),s5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ee(n);return l.createElement(ga,M({},a,r,{ref:t}))}),d5=e=>{const{__scopeContextMenu:t,children:n,onOpenChange:r,open:a,defaultOpen:i}=e,c=Ee(t),[s,d]=pe({prop:a,defaultProp:i,onChange:r});return l.createElement(ma,M({},c,{open:s,onOpenChange:d}),n)},f5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ee(n);return l.createElement(xa,M({},a,r,{ref:t}))}),u5=l.forwardRef((e,t)=>{const{__scopeContextMenu:n,...r}=e,a=Ee(n);return l.createElement(ka,M({},a,r,{ref:t,style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))});function Fn(e){return t=>t.pointerType!=="mouse"?e(t):void 0}const p5=t5,h5=o5,v5=r5,b5=i5,g5=l5,m5=c5,x5=s5,k5=d5,w5=f5,$5=u5,qe=e=>o.jsx(p5,{...e}),qa=e=>o.jsx(h5,{asChild:!0,...e});qa.displayName="ContextMenuTrigger",qe.Trigger=qa;const Xa=({children:e,...t})=>o.jsxs(Uo,{as:w5,...t,children:[e,o.jsx("div",{className:"dropdown-arrow",children:o.jsx(z,{name:"chevron-right"})})]});Xa.displayName="ContextMenuSubTrigger",qe.SubTrigger=Xa;const y5=L(Vo).withConfig({componentId:"sc-8z6kye-0"})(["flex-direction:column;z-index:1;",";"],({$showArrow:e})=>e?`
|
|
288
288
|
&[data-side="bottom"] {
|
|
289
289
|
margin-top: -1px;
|
|
290
290
|
}
|
|
@@ -304,7 +304,7 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
304
304
|
margin-left: 1rem;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
|
-
`:""),Ji=({sub:e,children:t,showArrow:n,...o})=>{const r=e?k2:h2;return a.jsx(p2,{children:a.jsxs($2,{$type:"context-menu",$showArrow:n,as:r,...o,children:[n&&a.jsx(jn,{asChild:!0,as:g2,width:20,height:10,children:a.jsx(Pn,{className:"popover-arrow"})}),t]})})};Ji.displayName="ContextMenuContent",qe.Content=Ji;const y2=E(v2).withConfig({componentId:"sc-8z6kye-1"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),Qi=e=>a.jsx(y2,{...e});Qi.displayName="ContextMenuGroup",qe.Group=Qi;const w2=E(m2).withConfig({componentId:"sc-8z6kye-2"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),ec=({...e})=>a.jsx(w2,{...e});ec.displayName="ContextMenuSub",qe.Sub=ec;const tc=({...e})=>a.jsx(Ro,{as:b2,...e});tc.displayName="ContextMenuItem",qe.Item=tc;const C2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("path",{fill:"#B22234",d:"M0 0h30v20H0V0Z"}),a.jsx("path",{fill:"#fff",d:"M0 1.538h30v1.538H0V1.538Zm0 3.076h30v1.538H0V4.614ZM0 7.69h30v1.538H0V7.69Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Z"}),a.jsx("path",{fill:"#3C3B6E",d:"M0 0h13.333v10.766H0V0Z"}),a.jsx("path",{fill:"#fff",d:"m1.11.428.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448L.494.876h.471L1.11.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472L3.33.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM12.216.428l.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448L11.6.876h.472l.144-.448ZM1.11 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 4.732l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 6.884l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 9.036l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Z"})]}),S2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("g",{clipPath:"url(#ukFlagClipPath1)",children:a.jsxs("g",{clipPath:"url(#ukFlagClipPath2)",children:[a.jsx("path",{fill:"#00247D",d:"M30 0H0v20h30V0Z"}),a.jsx("path",{stroke:"#fff",strokeWidth:3.466,d:"m0 0 30 20m0-20L0 20"}),a.jsx("path",{stroke:"#CF142B",strokeWidth:2.309,d:"m0 0 30 20m0-20L0 20"}),a.jsx("path",{stroke:"#fff",strokeWidth:5.777,d:"M15 0v20M0 10h30"}),a.jsx("path",{stroke:"#CF142B",strokeWidth:3.466,d:"M15 0v20M0 10h30"})]})}),a.jsxs("defs",{children:[a.jsx("clipPath",{id:"ukFlagClipPath1",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),a.jsx("clipPath",{id:"ukFlagClipPath2",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),M2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("g",{clipPath:"url(#euFlagClipPath1)",children:a.jsxs("g",{clipPath:"url(#euFlagClipPath2)",children:[a.jsx("path",{fill:"#039",d:"M30 0H0v20h30V0Z"}),a.jsx("path",{fill:"#FC0",d:"m15 2.222-.343 1.057.528.172L15 2.222Z"}),a.jsx("path",{fill:"#FC0",d:"m15 2.222.343 1.057-.528.172L15 2.222Z"}),a.jsx("path",{fill:"#FC0",d:"M16.057 2.99h-1.111v.555l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m16.057 2.99-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.343-1.057-.528.172.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"M13.944 2.99h1.111v.555l-1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m13.944 2.99.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m14.348 4.232.343-1.057.528.172-.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m14.348 4.232.899-.653-.327-.45-.572 1.103ZM15 15.556l-.343 1.056.528.172L15 15.556Z"}),a.jsx("path",{fill:"#FC0",d:"m15 15.556.343 1.056-.528.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"M16.057 16.323h-1.111v.556l1.11-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m16.057 16.323-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.343-1.056-.528.171.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"M13.944 16.323h1.111v.556l-1.11-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m13.944 16.323.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m14.348 17.565.343-1.056.528.171-.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m14.348 17.565.899-.653-.327-.45-.572 1.103ZM8.333 8.889 7.99 9.945l.528.172-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m8.333 8.889.343 1.056-.528.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"M9.39 9.656H8.279v.556l1.11-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m9.39 9.656-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.343-1.056-.528.171.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"M7.277 9.656h1.111v.556l-1.11-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m7.277 9.656.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m7.68 10.898.344-1.056.528.171-.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m7.68 10.898.9-.653-.327-.45-.572 1.103ZM11.014 5.126l.899-.653-.327-.45-.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m11.014 5.126.343-1.057.528.172-.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m10.61 3.884.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M10.61 3.884h1.112v.555l-1.112-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m11.667 3.116-.343 1.056.528.172-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m11.667 3.116.343 1.056-.528.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.343-1.057-.528.172.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m12.725 3.884-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M12.725 3.884h-1.111v.555l1.11-.555ZM9.879 7.566l-.343-1.057-.529.172.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m9.879 7.566-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m8.572 7.566.9-.653-.327-.45-.573 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m8.572 7.566.344-1.057.528.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m8.168 6.324.899.653.326-.45-1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M8.168 6.324h1.111v.555l-1.111-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m10.282 6.324-.899.653-.326-.45 1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M10.282 6.324h-1.11v.555l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m9.226 5.556.343 1.056-.528.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m9.226 5.556-.344 1.056.529.172-.185-1.228ZM10.283 12.99h-1.11v.556l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m10.283 12.99-.899.654-.326-.45 1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.343-1.057-.529.172.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m8.573 14.233.9-.653-.327-.45-.573 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m8.573 14.233.344-1.057.528.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m9.227 12.223.343 1.057-.528.172.185-1.229Z"}),a.jsx("path",{fill:"#FC0",d:"m9.227 12.223-.344 1.057.529.172-.185-1.229Z"}),a.jsx("path",{fill:"#FC0",d:"M8.17 12.99H9.28v.556l-1.111-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m8.17 12.99.899.654.326-.45-1.225-.203ZM12.724 15.43h-1.111v.556l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m12.724 15.43-.9.654-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.343-1.057-.528.172.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.899-.653.327-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m11.014 16.673.899-.653-.327-.45-.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m11.014 16.673.343-1.057.528.172-.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m11.667 14.663.343 1.057-.528.171.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m11.667 14.663-.343 1.057.528.171-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"M10.61 15.43h1.112v.556l-1.112-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m10.61 15.43.9.654.326-.45-1.226-.203ZM21.663 8.888l.343 1.056-.528.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m21.663 8.888-.343 1.056.528.172-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"M20.606 9.655h1.112v.556l-1.112-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m20.606 9.655.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m21.01 10.898.343-1.057.528.171-.871.886Z"}),a.jsx("path",{fill:"#FC0",d:"m21.01 10.898.899-.654-.327-.45-.572 1.104Z"}),a.jsx("path",{fill:"#FC0",d:"M22.719 9.655h-1.111v.556l1.11-.556Z"}),a.jsx("path",{fill:"#FC0",d:"m22.719 9.655-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.343-1.057-.528.171.871.886Z"}),a.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.899-.654.327-.45.572 1.104ZM18.982 5.125l-.898-.653.326-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m18.982 5.125-.343-1.057-.528.172.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m19.386 3.883-.9.653-.326-.45 1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M19.386 3.883h-1.111v.555l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m18.33 3.115.343 1.056-.529.172.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m18.33 3.115-.344 1.056.528.172-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m17.676 5.125.899-.653-.327-.45-.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m17.676 5.125.343-1.057.529.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m17.271 3.883.9.653.326-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M17.271 3.883h1.112v.555l-1.111-.555ZM20.117 7.565l.343-1.057.529.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m20.117 7.565.9-.653-.328-.45-.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.9-.653.328-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.343-1.057-.529.172.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m21.828 6.323-.899.653-.326-.45 1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M21.828 6.323h-1.111v.555l1.111-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m19.714 6.323.899.653.326-.45-1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"M19.714 6.323h1.111v.555l-1.111-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m20.77 5.555-.343 1.056.529.172-.186-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m20.77 5.555.344 1.056-.529.172.185-1.228ZM19.713 12.99h1.111v.555l-1.111-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m19.713 12.99.899.653.326-.45-1.225-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m20.116 14.232.344-1.057.528.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m20.116 14.232.9-.653-.327-.45-.573 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.9-.653.328-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.343-1.057-.529.172.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m20.77 12.222-.344 1.057.529.172-.185-1.229Z"}),a.jsx("path",{fill:"#FC0",d:"m20.77 12.222.343 1.057-.529.172.186-1.229Z"}),a.jsx("path",{fill:"#FC0",d:"M21.826 12.99h-1.11v.555l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m21.826 12.99-.899.653-.326-.45 1.225-.203ZM17.273 15.43h1.11v.555l-1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m17.273 15.43.898.653.327-.45-1.226-.203Z"}),a.jsx("path",{fill:"#FC0",d:"m17.676 16.672.343-1.057.529.172-.872.885Z"}),a.jsx("path",{fill:"#FC0",d:"m17.676 16.672.899-.653-.327-.45-.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.898-.653.326-.45.572 1.103Z"}),a.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.343-1.057-.528.172.871.885Z"}),a.jsx("path",{fill:"#FC0",d:"m18.33 14.662-.344 1.057.528.171-.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"m18.33 14.662.343 1.057-.529.171.185-1.228Z"}),a.jsx("path",{fill:"#FC0",d:"M19.386 15.43h-1.111v.555l1.11-.555Z"}),a.jsx("path",{fill:"#FC0",d:"m19.386 15.43-.9.653-.326-.45 1.226-.203Z"})]})}),a.jsxs("defs",{children:[a.jsx("clipPath",{id:"euFlagClipPath1",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),a.jsx("clipPath",{id:"euFlagClipPath2",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),E2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsxs("g",{clipPath:"url(#germanyFlagClipPath)",children:[a.jsx("path",{fill:"#FFCE00",d:"M30 0H0v20h30V0Z"}),a.jsx("path",{fill:"#D00",d:"M30 0H0v13.333h30V0Z"}),a.jsx("path",{fill:"#000",d:"M30 0H0v6.667h30V0Z"})]}),a.jsx("defs",{children:a.jsx("clipPath",{id:"germanyFlagClipPath",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),O2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("g",{clipPath:"url(#singaporeFlagClipPath1)",children:a.jsxs("g",{clipPath:"url(#singaporeFlagClipPath2)",children:[a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0V0Z"}),a.jsx("path",{fill:"#ED2939",d:"M0 0h30v10H0V0Z"}),a.jsx("path",{fill:"#fff",d:"M6.336 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),a.jsx("path",{fill:"#ED2939",d:"M8.003 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),a.jsx("path",{fill:"#fff",d:"m8.35 1.93-.563 1.734L9.26 2.593H7.438l1.475 1.071-.563-1.733ZM11.269 4.051H9.446l1.475 1.072-.563-1.734-.564 1.734L11.27 4.05ZM6.546 7.483 8.02 6.412H6.198l1.474 1.071L7.11 5.75l-.563 1.733ZM10.154 7.483 9.591 5.75l-.563 1.733 1.474-1.071H8.68l1.474 1.071ZM5.431 4.052l1.475 1.071-.564-1.734-.563 1.734 1.475-1.071H5.43Z"})]})}),a.jsxs("defs",{children:[a.jsx("clipPath",{id:"singaporeFlagClipPath1",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),a.jsx("clipPath",{id:"singaporeFlagClipPath2",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),j2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("g",{clipPath:"url(#irelandFlagClipPath1)",children:a.jsxs("g",{clipPath:"url(#irelandFlagClipPath1)",children:[a.jsx("path",{fill:"#169B62",d:"M10 0H0v20h10V0Z"}),a.jsx("path",{fill:"#fff",d:"M20 0H10v20h10V0Z"}),a.jsx("path",{fill:"#FF883E",d:"M30 0H20v20h10V0Z"})]})}),a.jsxs("defs",{children:[a.jsx("clipPath",{id:"irelandFlagClipPath1",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),a.jsx("clipPath",{id:"irelandFlagClipPath2",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),P2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsx("g",{clipPath:"url(#indiaFlagClipPath1)",children:a.jsxs("g",{clipPath:"url(#indiaFlagClipPath2)",children:[a.jsx("path",{fill:"#F93",d:"M30 0H0v20h30V0Z"}),a.jsx("path",{fill:"#fff",d:"M30 6.667H0v6.666h30V6.666Z"}),a.jsx("path",{fill:"#128807",d:"M30 13.334H0V20h30v-6.666Z"}),a.jsx("path",{fill:"#008",d:"M15 12.667a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z"}),a.jsx("path",{fill:"#fff",d:"M15 12.333a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667Z"}),a.jsx("path",{fill:"#008",d:"M15 10.466a.467.467 0 1 0 0-.933.467.467 0 0 0 0 .934ZM17.297 10.42a.117.117 0 1 0 .03-.231.117.117 0 0 0-.03.231Z"}),a.jsx("path",{fill:"#008",d:"m14.999 12.333.08-1.4-.08-.666-.08.666.08 1.4ZM17.105 11a.117.117 0 1 0 .09-.215.117.117 0 0 0-.09.216ZM14.39 12.254l.44-1.332.095-.665-.25.624-.285 1.373ZM16.776 11.512a.117.117 0 1 0 .142-.185.117.117 0 0 0-.142.185ZM13.829 12.02l.77-1.172.263-.618-.402.538-.631 1.252ZM16.327 11.922a.117.117 0 1 0 .185-.142.117.117 0 0 0-.185.142ZM13.35 11.65l1.047-.934.415-.528-.528.415-.934 1.046ZM15.788 12.2a.117.117 0 1 0 .216-.09.117.117 0 0 0-.216.09ZM12.983 11.166l1.252-.63.537-.403-.617.264-1.172.77ZM15.192 12.328a.117.117 0 1 0 .231-.03.117.117 0 0 0-.23.03ZM12.75 10.603l1.372-.285.623-.25-.664.095-1.332.44ZM14.579 12.297a.117.117 0 1 0 .231.03.117.117 0 0 0-.231-.03ZM12.666 9.999l1.4.08.666-.08-.666-.08-1.4.08ZM13.998 12.11a.117.117 0 1 0 .215.09.117.117 0 0 0-.215-.09ZM12.745 9.395l1.331.44.665.095-.623-.25-1.373-.285ZM13.488 11.78a.117.117 0 1 0 .185.141.117.117 0 0 0-.185-.142ZM12.98 8.832l1.173.77.617.264-.537-.403-1.252-.63ZM13.08 11.327a.117.117 0 1 0 .142.185.117.117 0 0 0-.142-.185ZM13.351 8.349l.934 1.046.528.415-.415-.528-1.047-.933ZM12.801 10.784a.117.117 0 1 0 .09.215.117.117 0 0 0-.09-.215ZM13.834 7.978l.63 1.252.403.538-.264-.618-.77-1.172ZM12.67 10.186a.117.117 0 1 0 .03.231.117.117 0 0 0-.03-.231ZM14.394 7.743l.285 1.373.25.623-.096-.664-.44-1.332ZM12.702 9.578a.117.117 0 1 0-.03.231.117.117 0 0 0 .03-.23ZM15 7.665l-.08 1.4.08.667.08-.667-.08-1.4ZM12.894 8.998a.117.117 0 1 0-.09.216.117.117 0 0 0 .09-.216ZM15.609 7.745l-.44 1.331-.095.665.25-.623.285-1.373ZM13.223 8.486a.117.117 0 1 0-.142.185.117.117 0 0 0 .142-.185ZM16.17 7.978l-.77 1.173-.263.617.402-.537.631-1.253ZM13.672 8.077a.117.117 0 1 0-.185.142.117.117 0 0 0 .185-.142ZM16.649 8.35l-1.047.933-.414.528.527-.415.934-1.047ZM14.213 7.799a.117.117 0 1 0-.216.09.117.117 0 0 0 .216-.09ZM17.018 8.833l-1.252.63-.537.403.617-.264 1.172-.77ZM14.809 7.671a.117.117 0 1 0-.231.03.117.117 0 0 0 .23-.03ZM17.252 9.396l-1.373.285-.623.25.664-.095 1.332-.44ZM15.422 7.702a.117.117 0 1 0-.23-.03.117.117 0 0 0 .23.03ZM17.335 10l-1.4-.08-.666.08.666.08 1.4-.08ZM16.003 7.889a.117.117 0 1 0-.215-.09.117.117 0 0 0 .215.09ZM17.256 10.604l-1.331-.44-.665-.095.623.25 1.373.285ZM16.511 8.22a.117.117 0 1 0-.185-.142.117.117 0 0 0 .185.142ZM17.018 11.167l-1.172-.77-.617-.263.537.402 1.252.631ZM16.92 8.673a.117.117 0 1 0-.143-.185.117.117 0 0 0 .142.185ZM16.648 11.65l-.934-1.046-.527-.414.414.527 1.047.934ZM17.198 9.216a.117.117 0 1 0-.09-.216.117.117 0 0 0 .09.216ZM16.165 12.022l-.63-1.253-.403-.537.264.617.77 1.173ZM17.33 9.814a.117.117 0 1 0-.03-.232.117.117 0 0 0 .03.232ZM15.605 12.256l-.285-1.373-.25-.623.096.665.44 1.331Z"})]})}),a.jsxs("defs",{children:[a.jsx("clipPath",{id:"indiaFlagClipPath1",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),a.jsx("clipPath",{id:"indiaFlagClipPath2",children:a.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),I2=e=>a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[a.jsxs("g",{clipPath:"url(#netherlandsFlagClipPath)",children:[a.jsx("path",{fill:"#21468B",d:"M30 0H0v20h30V0Z"}),a.jsx("path",{fill:"#fff",d:"M30 0H0v13.333h30V0Z"}),a.jsx("path",{fill:"#AE1C28",d:"M30 0H0v6.667h30V0Z"})]}),a.jsx("defs",{children:a.jsx("clipPath",{id:"netherlandsFlagClipPath",children:a.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})})})]}),F2=({name:e,...t})=>{switch(e){case"usa":return a.jsx(C2,{...t});case"de":return a.jsx(E2,{...t});case"sg":return a.jsx(O2,{...t});case"uk":return a.jsx(S2,{...t});case"ie":return a.jsx(j2,{...t});case"eu":return a.jsx(M2,{...t});case"in":return a.jsx(P2,{...t});case"nl":return a.jsx(I2,{...t});default:return null}};let tr;const nc="HoverCard",[oc,Y9]=ce(nc,[Be]),An=Be(),[_2,Dn]=oc(nc),T2=e=>{const{__scopeHoverCard:t,children:n,open:o,defaultOpen:r,onOpenChange:i,openDelay:s=700,closeDelay:l=300}=e,d=An(t),u=c.useRef(0),p=c.useRef(0),f=c.useRef(!1),h=c.useRef(!1),[v=!1,g]=pe({prop:o,defaultProp:r,onChange:i}),b=c.useCallback(()=>{clearTimeout(p.current),u.current=window.setTimeout(()=>g(!0),s)},[s,g]),x=c.useCallback(()=>{clearTimeout(u.current),!f.current&&!h.current&&(p.current=window.setTimeout(()=>g(!1),l))},[l,g]),k=c.useCallback(()=>g(!1),[g]);return c.useEffect(()=>()=>{clearTimeout(u.current),clearTimeout(p.current)},[]),c.createElement(_2,{scope:t,open:v,onOpenChange:g,onOpen:b,onClose:x,onDismiss:k,hasSelectionRef:f,isPointerDownOnContentRef:h},c.createElement(_t,d,n))},A2="HoverCardTrigger",D2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,...o}=e,r=Dn(A2,n),i=An(n);return c.createElement(Tt,S({asChild:!0},i),c.createElement(V.a,S({"data-state":r.open?"open":"closed"},o,{ref:t,onPointerEnter:_(e.onPointerEnter,Ln(r.onOpen)),onPointerLeave:_(e.onPointerLeave,Ln(r.onClose)),onFocus:_(e.onFocus,r.onOpen),onBlur:_(e.onBlur,r.onClose),onTouchStart:_(e.onTouchStart,s=>s.preventDefault())})))}),rc="HoverCardPortal",[L2,N2]=oc(rc,{forceMount:void 0}),U2=e=>{const{__scopeHoverCard:t,forceMount:n,children:o,container:r}=e,i=Dn(rc,t);return c.createElement(L2,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement(xn,{asChild:!0,container:r},o)))},nr="HoverCardContent",B2=c.forwardRef((e,t)=>{const n=N2(nr,e.__scopeHoverCard),{forceMount:o=n.forceMount,...r}=e,i=Dn(nr,e.__scopeHoverCard);return c.createElement(he,{present:o||i.open},c.createElement(Z2,S({"data-state":i.open?"open":"closed"},r,{onPointerEnter:_(e.onPointerEnter,Ln(i.onOpen)),onPointerLeave:_(e.onPointerLeave,Ln(i.onClose)),ref:t})))}),Z2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:i,onInteractOutside:s,...l}=e,d=Dn(nr,n),u=An(n),p=c.useRef(null),f=ne(t,p),[h,v]=c.useState(!1);return c.useEffect(()=>{if(h){const g=document.body;return tr=g.style.userSelect||g.style.webkitUserSelect,g.style.userSelect="none",g.style.webkitUserSelect="none",()=>{g.style.userSelect=tr,g.style.webkitUserSelect=tr}}},[h]),c.useEffect(()=>{if(p.current){const g=()=>{v(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var b;((b=document.getSelection())===null||b===void 0?void 0:b.toString())!==""&&(d.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",g),()=>{document.removeEventListener("pointerup",g),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!1}}},[d.isPointerDownOnContentRef,d.hasSelectionRef]),c.useEffect(()=>{p.current&&R2(p.current).forEach(b=>b.setAttribute("tabindex","-1"))}),c.createElement(an,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:s,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:_(i,g=>{g.preventDefault()}),onDismiss:d.onDismiss},c.createElement(gn,S({},u,l,{onPointerDown:_(l.onPointerDown,g=>{g.currentTarget.contains(g.target)&&v(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:f,style:{...l.style,userSelect:h?"text":void 0,WebkitUserSelect:h?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})))}),H2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,...o}=e,r=An(n);return c.createElement(mn,S({},r,o,{ref:t}))});function Ln(e){return t=>t.pointerType==="touch"?void 0:e()}function R2(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;n.nextNode();)t.push(n.currentNode);return t}const W2=T2,V2=D2,z2=U2,G2=B2,K2=H2,or=({children:e,...t})=>a.jsx(W2,{...t,children:e}),Y2=E(V2).withConfig({componentId:"sc-1ect7b6-0"})(["width:fit-content;"]),ac=({children:e,...t})=>a.jsx(Y2,{...t,children:e});ac.displayName="HoverCardTrigger",or.Trigger=ac;const ic=({children:e,showArrow:t,forceMount:n,container:o,...r})=>a.jsx(z2,{forceMount:n,container:o,children:a.jsxs(l0,{as:G2,$type:"hover-card",$showArrow:t,...r,children:[t&&a.jsx(jn,{asChild:!0,as:K2,width:15,height:10,children:a.jsx(Pn,{})}),e]})});ic.displayName="HoverCardContent",or.Content=ic;const q2=E(Zi).withConfig({componentId:"sc-1pvd2nj-0"})(["label{width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;}"]),X2=E.div.withConfig({componentId:"sc-1pvd2nj-1"})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t,$hasLabel:n})=>`
|
|
307
|
+
`:""),Ja=({sub:e,children:t,showArrow:n,...r})=>{const a=e?$5:b5;return o.jsx(v5,{children:o.jsxs(y5,{$type:"context-menu",$showArrow:n,as:a,...r,children:[n&&o.jsx(En,{asChild:!0,as:x5,width:20,height:10,children:o.jsx(On,{className:"popover-arrow"})}),t]})})};Ja.displayName="ContextMenuContent",qe.Content=Ja;const C5=L(g5).withConfig({componentId:"sc-8z6kye-1"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),Qa=e=>o.jsx(C5,{...e});Qa.displayName="ContextMenuGroup",qe.Group=Qa;const M5=L(k5).withConfig({componentId:"sc-8z6kye-2"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),ei=({...e})=>o.jsx(M5,{...e});ei.displayName="ContextMenuSub",qe.Sub=ei;const ti=({...e})=>o.jsx(Uo,{as:m5,...e});ti.displayName="ContextMenuItem",qe.Item=ti;const S5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("path",{fill:"#B22234",d:"M0 0h30v20H0V0Z"}),o.jsx("path",{fill:"#fff",d:"M0 1.538h30v1.538H0V1.538Zm0 3.076h30v1.538H0V4.614ZM0 7.69h30v1.538H0V7.69Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Z"}),o.jsx("path",{fill:"#3C3B6E",d:"M0 0h13.333v10.766H0V0Z"}),o.jsx("path",{fill:"#fff",d:"m1.11.428.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448L.494.876h.471L1.11.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472L3.33.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM12.216.428l.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448L11.6.876h.472l.144-.448ZM1.11 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 4.732l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 6.884l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 9.036l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Z"})]}),L5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#ukFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#ukFlagClipPath2)",children:[o.jsx("path",{fill:"#00247D",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:3.466,d:"m0 0 30 20m0-20L0 20"}),o.jsx("path",{stroke:"#CF142B",strokeWidth:2.309,d:"m0 0 30 20m0-20L0 20"}),o.jsx("path",{stroke:"#fff",strokeWidth:5.777,d:"M15 0v20M0 10h30"}),o.jsx("path",{stroke:"#CF142B",strokeWidth:3.466,d:"M15 0v20M0 10h30"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"ukFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"ukFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),j5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#euFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#euFlagClipPath2)",children:[o.jsx("path",{fill:"#039",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#FC0",d:"m15 2.222-.343 1.057.528.172L15 2.222Z"}),o.jsx("path",{fill:"#FC0",d:"m15 2.222.343 1.057-.528.172L15 2.222Z"}),o.jsx("path",{fill:"#FC0",d:"M16.057 2.99h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m16.057 2.99-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 4.232-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M13.944 2.99h1.111v.555l-1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m13.944 2.99.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 4.232.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 4.232.899-.653-.327-.45-.572 1.103ZM15 15.556l-.343 1.056.528.172L15 15.556Z"}),o.jsx("path",{fill:"#FC0",d:"m15 15.556.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M16.057 16.323h-1.111v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m16.057 16.323-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.343-1.056-.528.171.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m15.653 17.565-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M13.944 16.323h1.111v.556l-1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m13.944 16.323.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 17.565.343-1.056.528.171-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m14.348 17.565.899-.653-.327-.45-.572 1.103ZM8.333 8.889 7.99 9.945l.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m8.333 8.889.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M9.39 9.656H8.279v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m9.39 9.656-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.343-1.056-.528.171.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m8.986 10.898-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"M7.277 9.656h1.111v.556l-1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m7.277 9.656.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m7.68 10.898.344-1.056.528.171-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m7.68 10.898.9-.653-.327-.45-.572 1.103ZM11.014 5.126l.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 5.126.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m10.61 3.884.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M10.61 3.884h1.112v.555l-1.112-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 3.116-.343 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 3.116.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 5.126-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m12.725 3.884-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M12.725 3.884h-1.111v.555l1.11-.555ZM9.879 7.566l-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.879 7.566-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.572 7.566.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.572 7.566.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m8.168 6.324.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M8.168 6.324h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.282 6.324-.899.653-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M10.282 6.324h-1.11v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m9.226 5.556.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m9.226 5.556-.344 1.056.529.172-.185-1.228ZM10.283 12.99h-1.11v.556l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.283 12.99-.899.654-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.88 14.233-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.573 14.233.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m8.573 14.233.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m9.227 12.223.343 1.057-.528.172.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"m9.227 12.223-.344 1.057.529.172-.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"M8.17 12.99H9.28v.556l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m8.17 12.99.899.654.326-.45-1.225-.203ZM12.724 15.43h-1.111v.556l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m12.724 15.43-.9.654-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m12.32 16.673-.899-.653.327-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 16.673.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m11.014 16.673.343-1.057.528.172-.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 14.663.343 1.057-.528.171.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m11.667 14.663-.343 1.057.528.171-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M10.61 15.43h1.112v.556l-1.112-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m10.61 15.43.9.654.326-.45-1.226-.203ZM21.663 8.888l.343 1.056-.528.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m21.663 8.888-.343 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M20.606 9.655h1.112v.556l-1.112-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m20.606 9.655.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m21.01 10.898.343-1.057.528.171-.871.886Z"}),o.jsx("path",{fill:"#FC0",d:"m21.01 10.898.899-.654-.327-.45-.572 1.104Z"}),o.jsx("path",{fill:"#FC0",d:"M22.719 9.655h-1.111v.556l1.11-.556Z"}),o.jsx("path",{fill:"#FC0",d:"m22.719 9.655-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.343-1.057-.528.171.871.886Z"}),o.jsx("path",{fill:"#FC0",d:"m22.315 10.898-.899-.654.327-.45.572 1.104ZM18.982 5.125l-.898-.653.326-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 5.125-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m19.386 3.883-.9.653-.326-.45 1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M19.386 3.883h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 3.115.343 1.056-.529.172.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 3.115-.344 1.056.528.172-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 5.125.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 5.125.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m17.271 3.883.9.653.326-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M17.271 3.883h1.112v.555l-1.111-.555ZM20.117 7.565l.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.117 7.565.9-.653-.328-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.9-.653.328-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.424 7.565-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m21.828 6.323-.899.653-.326-.45 1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M21.828 6.323h-1.111v.555l1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.714 6.323.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"M19.714 6.323h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 5.555-.343 1.056.529.172-.186-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 5.555.344 1.056-.529.172.185-1.228ZM19.713 12.99h1.111v.555l-1.111-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.713 12.99.899.653.326-.45-1.225-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m20.116 14.232.344-1.057.528.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.116 14.232.9-.653-.327-.45-.573 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.9-.653.328-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m21.423 14.232-.343-1.057-.529.172.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 12.222-.344 1.057.529.172-.185-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"m20.77 12.222.343 1.057-.529.172.186-1.229Z"}),o.jsx("path",{fill:"#FC0",d:"M21.826 12.99h-1.11v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m21.826 12.99-.899.653-.326-.45 1.225-.203ZM17.273 15.43h1.11v.555l-1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m17.273 15.43.898.653.327-.45-1.226-.203Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 16.672.343-1.057.529.172-.872.885Z"}),o.jsx("path",{fill:"#FC0",d:"m17.676 16.672.899-.653-.327-.45-.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.898-.653.326-.45.572 1.103Z"}),o.jsx("path",{fill:"#FC0",d:"m18.982 16.672-.343-1.057-.528.172.871.885Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 14.662-.344 1.057.528.171-.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"m18.33 14.662.343 1.057-.529.171.185-1.228Z"}),o.jsx("path",{fill:"#FC0",d:"M19.386 15.43h-1.111v.555l1.11-.555Z"}),o.jsx("path",{fill:"#FC0",d:"m19.386 15.43-.9.653-.326-.45 1.226-.203Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"euFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"euFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),E5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#germanyFlagClipPath)",children:[o.jsx("path",{fill:"#FFCE00",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#D00",d:"M30 0H0v13.333h30V0Z"}),o.jsx("path",{fill:"#000",d:"M30 0H0v6.667h30V0Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"germanyFlagClipPath",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),O5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#singaporeFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#singaporeFlagClipPath2)",children:[o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0V0Z"}),o.jsx("path",{fill:"#ED2939",d:"M0 0h30v10H0V0Z"}),o.jsx("path",{fill:"#fff",d:"M6.336 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),o.jsx("path",{fill:"#ED2939",d:"M8.003 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z"}),o.jsx("path",{fill:"#fff",d:"m8.35 1.93-.563 1.734L9.26 2.593H7.438l1.475 1.071-.563-1.733ZM11.269 4.051H9.446l1.475 1.072-.563-1.734-.564 1.734L11.27 4.05ZM6.546 7.483 8.02 6.412H6.198l1.474 1.071L7.11 5.75l-.563 1.733ZM10.154 7.483 9.591 5.75l-.563 1.733 1.474-1.071H8.68l1.474 1.071ZM5.431 4.052l1.475 1.071-.564-1.734-.563 1.734 1.475-1.071H5.43Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"singaporeFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"singaporeFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),_5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#irelandFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#irelandFlagClipPath1)",children:[o.jsx("path",{fill:"#169B62",d:"M10 0H0v20h10V0Z"}),o.jsx("path",{fill:"#fff",d:"M20 0H10v20h10V0Z"}),o.jsx("path",{fill:"#FF883E",d:"M30 0H20v20h10V0Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"irelandFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"irelandFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),P5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsx("g",{clipPath:"url(#indiaFlagClipPath1)",children:o.jsxs("g",{clipPath:"url(#indiaFlagClipPath2)",children:[o.jsx("path",{fill:"#F93",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#fff",d:"M30 6.667H0v6.666h30V6.666Z"}),o.jsx("path",{fill:"#128807",d:"M30 13.334H0V20h30v-6.666Z"}),o.jsx("path",{fill:"#008",d:"M15 12.667a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z"}),o.jsx("path",{fill:"#fff",d:"M15 12.333a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667Z"}),o.jsx("path",{fill:"#008",d:"M15 10.466a.467.467 0 1 0 0-.933.467.467 0 0 0 0 .934ZM17.297 10.42a.117.117 0 1 0 .03-.231.117.117 0 0 0-.03.231Z"}),o.jsx("path",{fill:"#008",d:"m14.999 12.333.08-1.4-.08-.666-.08.666.08 1.4ZM17.105 11a.117.117 0 1 0 .09-.215.117.117 0 0 0-.09.216ZM14.39 12.254l.44-1.332.095-.665-.25.624-.285 1.373ZM16.776 11.512a.117.117 0 1 0 .142-.185.117.117 0 0 0-.142.185ZM13.829 12.02l.77-1.172.263-.618-.402.538-.631 1.252ZM16.327 11.922a.117.117 0 1 0 .185-.142.117.117 0 0 0-.185.142ZM13.35 11.65l1.047-.934.415-.528-.528.415-.934 1.046ZM15.788 12.2a.117.117 0 1 0 .216-.09.117.117 0 0 0-.216.09ZM12.983 11.166l1.252-.63.537-.403-.617.264-1.172.77ZM15.192 12.328a.117.117 0 1 0 .231-.03.117.117 0 0 0-.23.03ZM12.75 10.603l1.372-.285.623-.25-.664.095-1.332.44ZM14.579 12.297a.117.117 0 1 0 .231.03.117.117 0 0 0-.231-.03ZM12.666 9.999l1.4.08.666-.08-.666-.08-1.4.08ZM13.998 12.11a.117.117 0 1 0 .215.09.117.117 0 0 0-.215-.09ZM12.745 9.395l1.331.44.665.095-.623-.25-1.373-.285ZM13.488 11.78a.117.117 0 1 0 .185.141.117.117 0 0 0-.185-.142ZM12.98 8.832l1.173.77.617.264-.537-.403-1.252-.63ZM13.08 11.327a.117.117 0 1 0 .142.185.117.117 0 0 0-.142-.185ZM13.351 8.349l.934 1.046.528.415-.415-.528-1.047-.933ZM12.801 10.784a.117.117 0 1 0 .09.215.117.117 0 0 0-.09-.215ZM13.834 7.978l.63 1.252.403.538-.264-.618-.77-1.172ZM12.67 10.186a.117.117 0 1 0 .03.231.117.117 0 0 0-.03-.231ZM14.394 7.743l.285 1.373.25.623-.096-.664-.44-1.332ZM12.702 9.578a.117.117 0 1 0-.03.231.117.117 0 0 0 .03-.23ZM15 7.665l-.08 1.4.08.667.08-.667-.08-1.4ZM12.894 8.998a.117.117 0 1 0-.09.216.117.117 0 0 0 .09-.216ZM15.609 7.745l-.44 1.331-.095.665.25-.623.285-1.373ZM13.223 8.486a.117.117 0 1 0-.142.185.117.117 0 0 0 .142-.185ZM16.17 7.978l-.77 1.173-.263.617.402-.537.631-1.253ZM13.672 8.077a.117.117 0 1 0-.185.142.117.117 0 0 0 .185-.142ZM16.649 8.35l-1.047.933-.414.528.527-.415.934-1.047ZM14.213 7.799a.117.117 0 1 0-.216.09.117.117 0 0 0 .216-.09ZM17.018 8.833l-1.252.63-.537.403.617-.264 1.172-.77ZM14.809 7.671a.117.117 0 1 0-.231.03.117.117 0 0 0 .23-.03ZM17.252 9.396l-1.373.285-.623.25.664-.095 1.332-.44ZM15.422 7.702a.117.117 0 1 0-.23-.03.117.117 0 0 0 .23.03ZM17.335 10l-1.4-.08-.666.08.666.08 1.4-.08ZM16.003 7.889a.117.117 0 1 0-.215-.09.117.117 0 0 0 .215.09ZM17.256 10.604l-1.331-.44-.665-.095.623.25 1.373.285ZM16.511 8.22a.117.117 0 1 0-.185-.142.117.117 0 0 0 .185.142ZM17.018 11.167l-1.172-.77-.617-.263.537.402 1.252.631ZM16.92 8.673a.117.117 0 1 0-.143-.185.117.117 0 0 0 .142.185ZM16.648 11.65l-.934-1.046-.527-.414.414.527 1.047.934ZM17.198 9.216a.117.117 0 1 0-.09-.216.117.117 0 0 0 .09.216ZM16.165 12.022l-.63-1.253-.403-.537.264.617.77 1.173ZM17.33 9.814a.117.117 0 1 0-.03-.232.117.117 0 0 0 .03.232ZM15.605 12.256l-.285-1.373-.25-.623.096.665.44 1.331Z"})]})}),o.jsxs("defs",{children:[o.jsx("clipPath",{id:"indiaFlagClipPath1",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})}),o.jsx("clipPath",{id:"indiaFlagClipPath2",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})]})]}),I5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#netherlandsFlagClipPath)",children:[o.jsx("path",{fill:"#21468B",d:"M30 0H0v20h30V0Z"}),o.jsx("path",{fill:"#fff",d:"M30 0H0v13.333h30V0Z"}),o.jsx("path",{fill:"#AE1C28",d:"M30 0H0v6.667h30V0Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"netherlandsFlagClipPath",children:o.jsx("rect",{width:30,height:20,fill:"#fff",rx:1})})})]}),F5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_2882_11964)",children:[o.jsx("path",{fill:"#012169",d:"M29 0H1a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h28a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Z"}),o.jsx("mask",{id:"mask0_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:o.jsx("path",{fill:"#fff",d:"M0 0h15v10H0V0Z"})}),o.jsxs("g",{mask:"url(#mask0_2882_11964)",children:[o.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:2,d:"m0 0 15 10m0-10L0 10"})]}),o.jsx("mask",{id:"mask1_2882_11964",width:15,height:10,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:o.jsx("path",{fill:"#fff",d:"M0 0v5h15v5L0 0Zm15 0H7.5v10H0L15 0Z"})}),o.jsxs("g",{mask:"url(#mask1_2882_11964)",children:[o.jsx("path",{fill:"#000",d:"m0 0 15 10L0 0Zm15 0L0 10 15 0Z"}),o.jsx("path",{stroke:"#E4002B",strokeWidth:1.333,d:"m0 0 15 10m0-10L0 10"})]}),o.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),o.jsx("path",{stroke:"#fff",strokeWidth:3.333,d:"M7.5 0v10M0 5h15"}),o.jsx("path",{fill:"#000",d:"M7.5 0v10V0ZM0 5h15H0Z"}),o.jsx("path",{stroke:"#E4002B",strokeWidth:2,d:"M7.5 0v10M0 5h15"}),o.jsx("path",{fill:"#fff",d:"m7.722 12.104.534 1.708 1.633-.635-.966 1.494 1.501.915-1.74.156.24 1.777-1.202-1.3-1.203 1.3.24-1.777-1.74-.156 1.502-.915-.966-1.494 1.632.635.535-1.708ZM22.504 15l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM18.808 7.663l.255.813.777-.303-.46.712.715.436-.828.074.114.846-.573-.62-.572.62.114-.846-.829-.074.715-.436-.46-.712.778.303.254-.813ZM22.504 2.519l.254.813.777-.302-.46.711.715.436-.828.074.114.846-.572-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM26.61 5.647l.255.813.777-.302-.46.711.715.436-.828.074.114.846-.573-.619-.573.62.114-.847-.828-.074.715-.436-.46-.711.777.302.255-.813ZM24.354 10.205l.201.507.532.04-.407.353.127.531-.453-.288-.452.288.127-.531-.407-.353.531-.04.201-.507Z"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_2882_11964",children:o.jsx("path",{fill:"#fff",d:"M0 0h30v20H0z"})})})]}),T5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:20,viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_12429)",children:[o.jsx("path",{d:"M0 0H30V9.99994H15L0 0Z",fill:"#E03C31"}),o.jsx("path",{d:"M0 19.9994H30V9.99951H15L0 19.9994Z",fill:"#001489"}),o.jsx("mask",{id:"mask0_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"30",height:"20",children:o.jsx("path",{d:"M0 0H30V19.9999H0V0Z",fill:"white"})}),o.jsxs("g",{mask:"url(#mask0_3880_12429)",children:[o.jsx("path",{d:"M30 9.99994H15M15 9.99994L0 0V19.9999L15 9.99994Z",stroke:"white",strokeWidth:"6.66665"}),o.jsx("mask",{id:"mask1_3880_12429",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"15",height:"20",children:o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999V0Z",fill:"white"})}),o.jsxs("g",{mask:"url(#mask1_3880_12429)",children:[o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",fill:"black"}),o.jsx("path",{d:"M0 0L15 9.99994L0 19.9999",stroke:"#FFB81C",strokeWidth:"6.66665"})]}),o.jsx("path",{d:"M0 0L15 9.99994M15 9.99994H30M15 9.99994L0 19.9999",stroke:"#007749",strokeWidth:"3.99999"})]})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_12429",children:o.jsx("rect",{width:"30",height:"19.9999",rx:"1",fill:"white"})})})]}),H5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"21",viewBox:"0 0 30 21",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_11917)",children:[o.jsx("path",{d:"M0 1C0 0.447715 0.447715 0 1 0H29C29.5523 0 30 0.447715 30 1V19C30 19.5523 29.5523 20 29 20H1C0.447716 20 0 19.5523 0 19V1Z",fill:"#009B3A"}),o.jsx("path",{d:"M2.55078 10.4998L15.0008 18.4498L27.4508 10.4998L15.0008 2.5498L2.55078 10.4998Z",fill:"#FEDF00"}),o.jsx("path",{d:"M15 15.75C17.8995 15.75 20.25 13.3995 20.25 10.5C20.25 7.60051 17.8995 5.25 15 5.25C12.1005 5.25 9.75 7.60051 9.75 10.5C9.75 13.3995 12.1005 15.75 15 15.75Z",fill:"#002776"}),o.jsx("mask",{id:"mask0_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"9",y:"5",width:"12",height:"11",children:o.jsx("path",{d:"M14.999 15.75C17.8985 15.75 20.249 13.3995 20.249 10.5C20.249 7.60051 17.8985 5.25 14.999 5.25C12.0995 5.25 9.74902 7.60051 9.74902 10.5C9.74902 13.3995 12.0995 15.75 14.999 15.75Z",fill:"white"})}),o.jsx("g",{mask:"url(#mask0_3880_11917)",children:o.jsx("path",{d:"M-0.750977 21C-0.750977 17.6185 0.592324 14.3755 2.98341 11.9844C5.3745 9.5933 8.61751 8.25 11.999 8.25C15.3805 8.25 18.6235 9.5933 21.0146 11.9844C23.4057 14.3755 24.749 17.6185 24.749 21H23.999C23.999 17.8174 22.7347 14.7652 20.4843 12.5147C18.2339 10.2643 15.1816 9 11.999 9C8.81643 9 5.76418 10.2643 3.51374 12.5147C1.26331 14.7652 -0.000976503 17.8174 -0.000976503 21H-0.750977Z",fill:"white"})}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5225 8.96495C10.5818 8.95767 10.6354 8.92456 10.6715 8.87288C10.7077 8.8212 10.7235 8.7552 10.7154 8.68939C10.7073 8.62358 10.676 8.56335 10.6284 8.52196C10.5808 8.48057 10.5208 8.4614 10.4616 8.46867C10.4024 8.47595 10.3488 8.50906 10.3126 8.56074C10.2764 8.61242 10.2607 8.67842 10.2687 8.74423C10.2768 8.81004 10.3081 8.87027 10.3557 8.91166C10.4033 8.95305 10.4633 8.97222 10.5225 8.96495ZM10.5112 8.87278C10.546 8.86851 10.5774 8.84798 10.5984 8.81571C10.6194 8.78344 10.6283 8.74207 10.6232 8.70071C10.6182 8.65934 10.5995 8.62136 10.5713 8.59513C10.5431 8.5689 10.5077 8.55657 10.4729 8.56084C10.4381 8.56511 10.4068 8.58564 10.3858 8.61791C10.3648 8.65018 10.3558 8.69155 10.3609 8.73291C10.366 8.77428 10.3847 8.81226 10.4129 8.83849C10.4411 8.86472 10.4764 8.87705 10.5112 8.87278Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.9304 8.92017L11.023 8.91369L11.0101 8.72843L11.2096 8.71448C11.2512 8.71157 11.2899 8.69227 11.3172 8.66081C11.3446 8.62936 11.3583 8.58833 11.3554 8.54676C11.3525 8.50518 11.3332 8.46646 11.3017 8.43912C11.2703 8.41178 11.2292 8.39805 11.1877 8.40096L10.9026 8.42089L10.9304 8.92017ZM11.0036 8.6358L11.196 8.62235C11.213 8.62116 11.2288 8.61326 11.24 8.60039C11.2512 8.58752 11.2568 8.57074 11.2556 8.55373C11.2544 8.53672 11.2465 8.52088 11.2337 8.5097C11.2208 8.49851 11.204 8.4929 11.187 8.49409L10.9946 8.50754L11.0036 8.6358Z",fill:"#009B3A"}),o.jsx("path",{d:"M11.3539 8.89027C11.3489 8.81902 11.338 8.66226 11.2311 8.66973L11.0957 8.6792C11.2525 8.66824 11.2634 8.825 11.2684 8.89625",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5634 8.8803L11.7991 8.87618C11.8272 8.87569 11.855 8.86966 11.8808 8.85844C11.9066 8.84722 11.9299 8.83103 11.9495 8.81078C11.969 8.79054 11.9844 8.76665 11.9947 8.74046C12.005 8.71428 12.0101 8.68632 12.0096 8.65819L12.0084 8.58677C12.0079 8.55863 12.0018 8.53087 11.9906 8.50506C11.9794 8.47926 11.9632 8.45591 11.943 8.43637C11.9227 8.41682 11.8988 8.40145 11.8726 8.39114C11.8465 8.38082 11.8185 8.37577 11.7904 8.37626L11.5547 8.38037L11.5634 8.8803ZM11.6546 8.78583L11.7903 8.78346C11.8263 8.78283 11.8606 8.76794 11.8856 8.74204C11.9106 8.71615 11.9243 8.68139 11.9237 8.6454L11.9229 8.60255C11.9223 8.56656 11.9074 8.5323 11.8815 8.50729C11.8556 8.48229 11.8208 8.4686 11.7848 8.46922L11.6492 8.47159L11.6546 8.78583Z",fill:"#009B3A"}),o.jsx("path",{d:"M12.1984 8.87421L12.6481 8.88991L12.6513 8.79711L12.2873 8.7844L12.2918 8.6559L12.5773 8.66588L12.5803 8.58021L12.2948 8.57024L12.2982 8.4703L12.6409 8.48227L12.6441 8.38947L12.2158 8.37451L12.1984 8.87421Z",fill:"#009B3A"}),o.jsx("path",{d:"M12.8334 8.90142L12.9188 8.90889L12.9486 8.56734L13.0184 8.9176L13.0967 8.92445L13.2262 8.59161L13.1963 8.93317L13.2817 8.94064L13.3252 8.44254L13.2007 8.43165L13.0712 8.76448L13.0015 8.41421L12.877 8.40332L12.8334 8.90142Z",fill:"#009B3A"}),o.jsx("path",{d:"M13.8691 9.01821L14.2387 9.08171L14.2532 8.99724L13.9681 8.94825L13.9875 8.83561L14.2198 8.87553L14.2343 8.79105L14.002 8.75114L14.0153 8.6737L14.2916 8.72118L14.3061 8.6367L13.9453 8.57471L13.8691 9.01821Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.8182 9.20429L14.9081 9.22754L14.9546 9.04774L15.1482 9.09782C15.1885 9.10825 15.2314 9.10223 15.2673 9.08108C15.3032 9.05992 15.3292 9.02537 15.3397 8.98502C15.3501 8.94467 15.3441 8.90183 15.3229 8.86592C15.3018 8.83001 15.2672 8.80398 15.2269 8.79354L14.9503 8.722L14.8182 9.20429ZM14.9778 8.95784L15.1645 9.00613C15.181 9.0104 15.1986 9.00793 15.2133 8.99928C15.2279 8.99063 15.2386 8.97649 15.2429 8.95999C15.2471 8.94348 15.2447 8.92595 15.236 8.91126C15.2274 8.89657 15.2132 8.88592 15.1967 8.88165L15.01 8.83336L14.9778 8.95784Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.4317 9.36797L15.5202 9.39589L15.5761 9.21878L15.7668 9.27892C15.8066 9.29145 15.8497 9.28768 15.8866 9.26843C15.9236 9.24919 15.9514 9.21605 15.964 9.1763C15.9765 9.13655 15.9727 9.09345 15.9535 9.05649C15.9342 9.01952 15.9011 8.99171 15.8613 8.97918L15.5888 8.89326L15.4317 9.36797ZM15.604 9.13022L15.7879 9.18821C15.8042 9.19334 15.8218 9.19179 15.837 9.18392C15.8521 9.17605 15.8635 9.16249 15.8686 9.14623C15.8737 9.12997 15.8722 9.11234 15.8643 9.09722C15.8564 9.08209 15.8429 9.07072 15.8266 9.06559L15.6427 9.0076L15.604 9.13022Z",fill:"#009B3A"}),o.jsx("path",{d:"M15.8367 9.4961C15.8582 9.42798 15.9054 9.27811 15.8033 9.24589L15.6738 9.20508C15.8237 9.25233 15.7764 9.4022 15.755 9.47032",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2466 9.64284C16.3025 9.66373 16.3653 9.65911 16.4213 9.62997C16.4772 9.60083 16.5217 9.54957 16.5449 9.48746C16.5681 9.42536 16.5682 9.3575 16.5451 9.2988C16.522 9.24011 16.4776 9.1954 16.4217 9.1745C16.3658 9.1536 16.303 9.15823 16.247 9.18737C16.1911 9.21651 16.1466 9.26777 16.1234 9.32987C16.1002 9.39198 16.1001 9.45984 16.1232 9.51853C16.1463 9.57722 16.1907 9.62194 16.2466 9.64284ZM16.2791 9.55586C16.3119 9.56813 16.3492 9.5644 16.3827 9.54547C16.4163 9.52655 16.4433 9.49398 16.4579 9.45495C16.4725 9.41591 16.4735 9.37359 16.4606 9.33731C16.4477 9.30103 16.422 9.27375 16.3892 9.26148C16.3563 9.2492 16.3191 9.25294 16.2855 9.27186C16.252 9.29079 16.225 9.32335 16.2104 9.36239C16.1958 9.40143 16.1948 9.44374 16.2077 9.48002C16.2206 9.51631 16.2463 9.54359 16.2791 9.55586Z",fill:"#009B3A"}),o.jsx("mask",{id:"mask1_3880_11917",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"16",y:"9",width:"2",height:"1",children:o.jsx("path",{d:"M16.6288 9.79056L16.8281 9.33203L17.2408 9.51147L17.0414 9.97L16.6288 9.79056ZM16.969 9.57241L16.9348 9.65101L17.1411 9.74073L17.1753 9.66213L16.969 9.57241Z",fill:"white"})}),o.jsx("g",{mask:"url(#mask1_3880_11917)",children:o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.8351 9.88028C16.8898 9.90407 16.9528 9.90274 17.0102 9.87657C17.0676 9.8504 17.1147 9.80154 17.1411 9.74073C17.1676 9.67993 17.1712 9.61216 17.1512 9.55234C17.1312 9.49252 17.0892 9.44554 17.0345 9.42175C16.9797 9.39795 16.9168 9.39929 16.8594 9.42546C16.802 9.45163 16.7549 9.50049 16.7284 9.5613C16.702 9.6221 16.6984 9.68987 16.7184 9.74969C16.7384 9.80951 16.7804 9.85649 16.8351 9.88028ZM16.8721 9.79512C16.9043 9.8091 16.9417 9.80732 16.9762 9.79017C17.0106 9.77303 17.0393 9.74193 17.056 9.70371C17.0726 9.66549 17.0757 9.62328 17.0648 9.58637C17.0538 9.54947 17.0296 9.52088 16.9974 9.50691C16.9653 9.49293 16.9279 9.49471 16.8934 9.51186C16.8589 9.529 16.8302 9.5601 16.8136 9.59832C16.797 9.63654 16.7938 9.67875 16.8048 9.71566C16.8158 9.75256 16.84 9.78115 16.8721 9.79512Z",fill:"#009B3A"})}),o.jsx("path",{d:"M16.9678 9.66504L17.1414 9.74052L17.1129 9.80602L16.9393 9.73054L16.9678 9.66504Z",fill:"#009B3A"}),o.jsx("path",{d:"M17.0752 9.7124L17.1407 9.74088L17.041 9.97015L16.9755 9.94167L17.0752 9.7124Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.2095 10.0485L17.2926 10.09L17.3755 9.92377L17.5545 10.013C17.5918 10.0316 17.6349 10.0346 17.6745 10.0214C17.714 10.0082 17.7466 9.97979 17.7652 9.9425C17.7838 9.9052 17.7868 9.86204 17.7736 9.82252C17.7604 9.78299 17.732 9.75034 17.6947 9.73175L17.439 9.60426L17.2095 10.0485ZM17.4169 9.84067L17.5895 9.92672C17.6048 9.93433 17.6224 9.93557 17.6386 9.93016C17.6548 9.92475 17.6681 9.91313 17.6757 9.89788C17.6833 9.88262 17.6846 9.86496 17.6792 9.84879C17.6737 9.83263 17.6621 9.81927 17.6469 9.81166L17.4743 9.72561L17.4169 9.84067Z",fill:"#009B3A"}),o.jsx("path",{d:"M17.59 10.2382C17.6218 10.1743 17.692 10.0337 17.5961 9.98585L17.4746 9.92529C17.6152 9.99541 17.5451 10.136 17.5133 10.2",fill:"#009B3A"}),o.jsx("path",{d:"M17.7753 10.3361L18.1669 10.5576L18.2127 10.4768L17.8956 10.2974L17.9589 10.1855L18.2076 10.3262L18.2498 10.2516L18.0011 10.1109L18.0504 10.0239L18.3488 10.1927L18.3945 10.1119L18.0215 9.90088L17.7753 10.3361Z",fill:"#009B3A"}),o.jsx("path",{d:"M18.5044 10.5806C18.4775 10.6228 18.5048 10.6698 18.565 10.7081C18.6252 10.7465 18.6663 10.7451 18.6836 10.7181C18.7383 10.6322 18.4221 10.507 18.5196 10.3574C18.6036 10.2288 18.7473 10.3289 18.8016 10.3634C18.8558 10.3979 18.9428 10.4873 18.8751 10.5902L18.7833 10.5317C18.812 10.4865 18.7804 10.4431 18.7322 10.4124C18.6855 10.3827 18.6476 10.3691 18.6198 10.4128C18.5732 10.4826 18.8831 10.6144 18.7881 10.7635C18.718 10.8734 18.5962 10.8254 18.5148 10.7736C18.4456 10.7295 18.342 10.6254 18.4095 10.5202L18.5044 10.5806Z",fill:"#009B3A"}),o.jsx("path",{d:"M19.0409 10.9353C19.0119 10.976 19.0366 11.0244 19.0947 11.0659C19.1529 11.1073 19.1939 11.1081 19.2127 11.082C19.2718 10.9991 18.9626 10.8575 19.0677 10.7132C19.1584 10.5892 19.2967 10.6966 19.349 10.734C19.4014 10.7713 19.4836 10.8651 19.4106 10.9643L19.3219 10.9011C19.3531 10.8575 19.3238 10.8124 19.2772 10.7793C19.2322 10.7471 19.195 10.7316 19.1649 10.7737C19.1147 10.841 19.4173 10.9888 19.3146 11.1328C19.2389 11.2389 19.1197 11.1846 19.0412 11.1286C18.9744 11.0809 18.8764 10.9715 18.9493 10.87L19.0409 10.9353Z",fill:"#009B3A"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5484 11.5109C19.5951 11.548 19.6563 11.563 19.7185 11.5526C19.7807 11.5422 19.8389 11.5072 19.8801 11.4553C19.9214 11.4034 19.9424 11.3389 19.9386 11.2759C19.9348 11.2129 19.9064 11.1567 19.8597 11.1196C19.813 11.0824 19.7518 11.0674 19.6896 11.0778C19.6274 11.0882 19.5692 11.1233 19.528 11.1751C19.4867 11.227 19.4657 11.2916 19.4695 11.3545C19.4733 11.4175 19.5017 11.4737 19.5484 11.5109ZM19.6062 11.4382C19.6337 11.46 19.6703 11.468 19.708 11.4603C19.7457 11.4527 19.7815 11.4301 19.8075 11.3975C19.8334 11.3649 19.8474 11.3249 19.8463 11.2864C19.8453 11.2479 19.8293 11.214 19.8019 11.1922C19.7744 11.1704 19.7378 11.1624 19.7001 11.1701C19.6624 11.1777 19.6266 11.2003 19.6006 11.2329C19.5747 11.2656 19.5607 11.3055 19.5618 11.344C19.5628 11.3825 19.5788 11.4164 19.6062 11.4382Z",fill:"#009B3A"}),o.jsx("path",{d:"M10.7129 9.33154L10.6434 9.54553L10.7504 9.5803",fill:"white"}),o.jsx("path",{d:"M10.7129 9.33154L10.7824 9.54553L10.6754 9.5803",fill:"white"}),o.jsx("path",{d:"M10.9277 9.48779H10.7027V9.60029",fill:"white"}),o.jsx("path",{d:"M10.9277 9.48779L10.7457 9.62004L10.6796 9.52903",fill:"white"}),o.jsx("path",{d:"M10.5 9.4873L10.682 9.61956L10.7482 9.52854",fill:"white"}),o.jsx("path",{d:"M10.5 9.4873H10.725V9.5998",fill:"white"}),o.jsx("path",{d:"M10.8467 9.73828L10.7772 9.52429L10.6702 9.55906",fill:"white"}),o.jsx("path",{d:"M10.8467 9.73828L10.6647 9.60603L10.7308 9.51502",fill:"white"}),o.jsx("path",{d:"M10.5811 9.73877L10.7631 9.60652L10.697 9.5155",fill:"white"}),o.jsx("path",{d:"M10.5811 9.73877L10.6506 9.52478L10.7576 9.55955",fill:"white"}),o.jsx("path",{d:"M11.1787 11.54L11.1092 11.754L11.2162 11.7888",fill:"white"}),o.jsx("path",{d:"M11.1787 11.54L11.2482 11.754L11.1412 11.7888",fill:"white"}),o.jsx("path",{d:"M11.3926 11.6948H11.1676V11.8073",fill:"white"}),o.jsx("path",{d:"M11.3926 11.6948L11.2105 11.8271L11.1444 11.7361",fill:"white"}),o.jsx("path",{d:"M10.9639 11.6953L11.1459 11.8276L11.212 11.7365",fill:"white"}),o.jsx("path",{d:"M10.9639 11.6953H11.1889V11.8078",fill:"white"}),o.jsx("path",{d:"M11.3105 11.9468L11.241 11.7328L11.134 11.7676",fill:"white"}),o.jsx("path",{d:"M11.3105 11.9468L11.1285 11.8145L11.1946 11.7235",fill:"white"}),o.jsx("path",{d:"M11.0459 11.9463L11.2279 11.814L11.1618 11.723",fill:"white"}),o.jsx("path",{d:"M11.0459 11.9463L11.1154 11.7323L11.2224 11.7671",fill:"white"}),o.jsx("path",{d:"M10.5371 12.0479L10.4792 12.2262L10.5683 12.2551",fill:"white"}),o.jsx("path",{d:"M10.5371 12.0479L10.5951 12.2262L10.5059 12.2551",fill:"white"}),o.jsx("path",{d:"M10.7158 12.1777H10.5283V12.2715",fill:"white"}),o.jsx("path",{d:"M10.7158 12.1777L10.5641 12.2879L10.509 12.2121",fill:"white"}),o.jsx("path",{d:"M10.3584 12.1772L10.5101 12.2875L10.5652 12.2116",fill:"white"}),o.jsx("path",{d:"M10.3584 12.1772H10.5459V12.271",fill:"white"}),o.jsx("path",{d:"M10.6465 12.3867L10.5885 12.2084L10.4994 12.2374",fill:"white"}),o.jsx("path",{d:"M10.6465 12.3867L10.4948 12.2765L10.5499 12.2007",fill:"white"}),o.jsx("path",{d:"M10.4258 12.3872L10.5775 12.277L10.5224 12.2012",fill:"white"}),o.jsx("path",{d:"M10.4258 12.3872L10.4837 12.2089L10.5729 12.2379",fill:"white"}),o.jsx("path",{d:"M11.6904 11.3359L11.6573 11.4378L11.7083 11.4544",fill:"white"}),o.jsx("path",{d:"M11.6904 11.3359L11.7235 11.4378L11.6726 11.4544",fill:"white"}),o.jsx("path",{d:"M11.793 11.4092H11.6858V11.4628",fill:"white"}),o.jsx("path",{d:"M11.793 11.4092L11.7063 11.4722L11.6748 11.4288",fill:"white"}),o.jsx("path",{d:"M11.5879 11.4102L11.6746 11.4731L11.7061 11.4298",fill:"white"}),o.jsx("path",{d:"M11.5879 11.4102H11.695V11.4637",fill:"white"}),o.jsx("path",{d:"M11.7539 11.5293L11.7208 11.4274L11.6698 11.444",fill:"white"}),o.jsx("path",{d:"M11.7539 11.5293L11.6672 11.4663L11.6987 11.423",fill:"white"}),o.jsx("path",{d:"M11.6289 11.5298L11.7156 11.4668L11.6841 11.4235",fill:"white"}),o.jsx("path",{d:"M11.6289 11.5298L11.662 11.4279L11.713 11.4444",fill:"white"}),o.jsx("path",{d:"M12.2715 12.0981L12.2135 12.2765L12.3027 12.3054",fill:"white"}),o.jsx("path",{d:"M12.2715 12.0981L12.3294 12.2765L12.2403 12.3054",fill:"white"}),o.jsx("path",{d:"M12.4492 12.228H12.2617V12.3218",fill:"white"}),o.jsx("path",{d:"M12.4492 12.228L12.2975 12.3382L12.2424 12.2624",fill:"white"}),o.jsx("path",{d:"M12.0938 12.2275L12.2454 12.3377L12.3005 12.2619",fill:"white"}),o.jsx("path",{d:"M12.0938 12.2275H12.2812V12.3213",fill:"white"}),o.jsx("path",{d:"M12.3818 12.438L12.3239 12.2597L12.2347 12.2886",fill:"white"}),o.jsx("path",{d:"M12.3818 12.438L12.2301 12.3278L12.2853 12.2519",fill:"white"}),o.jsx("path",{d:"M12.1621 12.4375L12.3138 12.3273L12.2587 12.2514",fill:"white"}),o.jsx("path",{d:"M12.1621 12.4375L12.2201 12.2592L12.3092 12.2881",fill:"white"}),o.jsx("path",{d:"M12.1152 12.6567L12.0689 12.7994L12.1402 12.8226",fill:"white"}),o.jsx("path",{d:"M12.1152 12.6567L12.1616 12.7994L12.0903 12.8226",fill:"white"}),o.jsx("path",{d:"M12.2578 12.7607H12.1078V12.8357",fill:"white"}),o.jsx("path",{d:"M12.2578 12.7607L12.1365 12.8489L12.0924 12.7882",fill:"white"}),o.jsx("path",{d:"M11.9727 12.7603L12.094 12.8484L12.1381 12.7877",fill:"white"}),o.jsx("path",{d:"M11.9727 12.7603H12.1227V12.8353",fill:"white"}),o.jsx("path",{d:"M12.2031 12.9287L12.1568 12.7861L12.0854 12.8092",fill:"white"}),o.jsx("path",{d:"M12.2031 12.9287L12.0818 12.8405L12.1259 12.7799",fill:"white"}),o.jsx("path",{d:"M12.0264 12.9282L12.1477 12.8401L12.1036 12.7794",fill:"white"}),o.jsx("path",{d:"M12.0264 12.9282L12.0727 12.7856L12.144 12.8087",fill:"white"}),o.jsx("path",{d:"M16.6289 8.64648L16.5594 8.86047L16.6664 8.89524",fill:"white"}),o.jsx("path",{d:"M16.6289 8.64648L16.6984 8.86047L16.5914 8.89524",fill:"white"}),o.jsx("path",{d:"M16.8418 8.80127H16.6168V8.91377",fill:"white"}),o.jsx("path",{d:"M16.8418 8.80127L16.6598 8.93352L16.5936 8.84251",fill:"white"}),o.jsx("path",{d:"M16.4141 8.80273L16.5961 8.93499L16.6622 8.84397",fill:"white"}),o.jsx("path",{d:"M16.4141 8.80273H16.6391V8.91523",fill:"white"}),o.jsx("path",{d:"M16.7607 9.05371L16.6912 8.83972L16.5842 8.87449",fill:"white"}),o.jsx("path",{d:"M16.7607 9.05371L16.5787 8.92146L16.6448 8.83044",fill:"white"}),o.jsx("path",{d:"M16.4951 9.05322L16.6771 8.92097L16.611 8.82996",fill:"white"}),o.jsx("path",{d:"M16.4951 9.05322L16.5646 8.83923L16.6716 8.874",fill:"white"}),o.jsx("path",{d:"M18.6787 12.1182L18.6092 12.3322L18.7162 12.3669",fill:"white"}),o.jsx("path",{d:"M18.6787 12.1182L18.7482 12.3322L18.6412 12.3669",fill:"white"}),o.jsx("path",{d:"M18.8926 12.2734H18.6676V12.3859",fill:"white"}),o.jsx("path",{d:"M18.8926 12.2734L18.7105 12.4057L18.6444 12.3147",fill:"white"}),o.jsx("path",{d:"M18.4648 12.2734L18.6469 12.4057L18.713 12.3147",fill:"white"}),o.jsx("path",{d:"M18.4648 12.2734H18.6898V12.3859",fill:"white"}),o.jsx("path",{d:"M18.8105 12.5249L18.741 12.3109L18.634 12.3457",fill:"white"}),o.jsx("path",{d:"M18.8105 12.5249L18.6285 12.3927L18.6946 12.3016",fill:"white"}),o.jsx("path",{d:"M18.5459 12.5249L18.7279 12.3927L18.6618 12.3016",fill:"white"}),o.jsx("path",{d:"M18.5459 12.5249L18.6154 12.3109L18.7224 12.3457",fill:"white"}),o.jsx("path",{d:"M19.4082 12.2427L19.3619 12.3853L19.4332 12.4085",fill:"white"}),o.jsx("path",{d:"M19.4082 12.2427L19.4546 12.3853L19.3832 12.4085",fill:"white"}),o.jsx("path",{d:"M19.5498 12.3462H19.3998V12.4212",fill:"white"}),o.jsx("path",{d:"M19.5498 12.3462L19.4285 12.4344L19.3844 12.3737",fill:"white"}),o.jsx("path",{d:"M19.2656 12.3462L19.387 12.4344L19.4311 12.3737",fill:"white"}),o.jsx("path",{d:"M19.2656 12.3462H19.4156V12.4212",fill:"white"}),o.jsx("path",{d:"M19.4951 12.5142L19.4488 12.3715L19.3774 12.3947",fill:"white"}),o.jsx("path",{d:"M19.4951 12.5142L19.3738 12.426L19.4178 12.3653",fill:"white"}),o.jsx("path",{d:"M19.3193 12.5137L19.4407 12.4255L19.3966 12.3648",fill:"white"}),o.jsx("path",{d:"M19.3193 12.5137L19.3657 12.371L19.437 12.3942",fill:"white"}),o.jsx("path",{d:"M18.8936 12.6196L18.8356 12.798L18.9248 12.8269",fill:"white"}),o.jsx("path",{d:"M18.8936 12.6196L18.9515 12.798L18.8623 12.8269",fill:"white"}),o.jsx("path",{d:"M19.0713 12.749H18.8838V12.8428",fill:"white"}),o.jsx("path",{d:"M19.0713 12.749L18.9196 12.8592L18.8645 12.7834",fill:"white"}),o.jsx("path",{d:"M18.7148 12.749L18.8665 12.8592L18.9216 12.7834",fill:"white"}),o.jsx("path",{d:"M18.7148 12.749H18.9023V12.8428",fill:"white"}),o.jsx("path",{d:"M19.0029 12.9585L18.945 12.7802L18.8558 12.8091",fill:"white"}),o.jsx("path",{d:"M19.0029 12.9585L18.8512 12.8483L18.9063 12.7724",fill:"white"}),o.jsx("path",{d:"M18.7812 12.959L18.9329 12.8488L18.8778 12.7729",fill:"white"}),o.jsx("path",{d:"M18.7812 12.959L18.8392 12.7807L18.9284 12.8096",fill:"white"}),o.jsx("path",{d:"M17.6279 13.7197L17.57 13.898L17.6592 13.927",fill:"white"}),o.jsx("path",{d:"M17.6279 13.7197L17.6859 13.898L17.5967 13.927",fill:"white"}),o.jsx("path",{d:"M17.8047 13.8491H17.6172V13.9429",fill:"white"}),o.jsx("path",{d:"M17.8047 13.8491L17.653 13.9593L17.5979 13.8835",fill:"white"}),o.jsx("path",{d:"M17.4482 13.8491L17.5999 13.9593L17.655 13.8835",fill:"white"}),o.jsx("path",{d:"M17.4482 13.8491H17.6357V13.9429",fill:"white"}),o.jsx("path",{d:"M17.7363 14.0586L17.6784 13.8803L17.5892 13.9092",fill:"white"}),o.jsx("path",{d:"M17.7363 14.0586L17.5846 13.9484L17.6397 13.8725",fill:"white"}),o.jsx("path",{d:"M17.5166 14.0591L17.6683 13.9489L17.6132 13.873",fill:"white"}),o.jsx("path",{d:"M17.5166 14.0591L17.5745 13.8808L17.6637 13.9097",fill:"white"}),o.jsx("path",{d:"M17.6211 14.2856L17.5747 14.4283L17.6461 14.4515",fill:"white"}),o.jsx("path",{d:"M17.6211 14.2856L17.6674 14.4283L17.5961 14.4515",fill:"white"}),o.jsx("path",{d:"M17.7656 14.3892H17.6156V14.4642",fill:"white"}),o.jsx("path",{d:"M17.7656 14.3892L17.6443 14.4773L17.6002 14.4167",fill:"white"}),o.jsx("path",{d:"M17.4795 14.3887L17.6008 14.4768L17.6449 14.4162",fill:"white"}),o.jsx("path",{d:"M17.4795 14.3887H17.6295V14.4637",fill:"white"}),o.jsx("path",{d:"M17.7109 14.5571L17.6646 14.4145L17.5933 14.4376",fill:"white"}),o.jsx("path",{d:"M17.7109 14.5571L17.5896 14.469L17.6337 14.4083",fill:"white"}),o.jsx("path",{d:"M17.5322 14.5566L17.6536 14.4685L17.6095 14.4078",fill:"white"}),o.jsx("path",{d:"M17.5322 14.5566L17.5786 14.414L17.6499 14.4372",fill:"white"}),o.jsx("path",{d:"M18.1504 13.3428L18.104 13.4854L18.1754 13.5086",fill:"white"}),o.jsx("path",{d:"M18.1504 13.3428L18.1967 13.4854L18.1254 13.5086",fill:"white"}),o.jsx("path",{d:"M18.293 13.4468H18.143V13.5218",fill:"white"}),o.jsx("path",{d:"M18.293 13.4468L18.1716 13.5349L18.1275 13.4743",fill:"white"}),o.jsx("path",{d:"M18.0078 13.4463L18.1292 13.5345L18.1732 13.4738",fill:"white"}),o.jsx("path",{d:"M18.0078 13.4463H18.1578V13.5213",fill:"white"}),o.jsx("path",{d:"M18.2373 13.6147L18.191 13.4721L18.1196 13.4953",fill:"white"}),o.jsx("path",{d:"M18.2373 13.6147L18.116 13.5266L18.16 13.4659",fill:"white"}),o.jsx("path",{d:"M18.0625 13.6143L18.1839 13.5261L18.1398 13.4654",fill:"white"}),o.jsx("path",{d:"M18.0625 13.6143L18.1089 13.4716L18.1802 13.4948",fill:"white"}),o.jsx("path",{d:"M18.5713 13.041L18.5133 13.2193L18.6025 13.2483",fill:"white"}),o.jsx("path",{d:"M18.5713 13.041L18.6292 13.2193L18.5401 13.2483",fill:"white"}),o.jsx("path",{d:"M18.749 13.1709H18.5615V13.2646",fill:"white"}),o.jsx("path",{d:"M18.749 13.1709L18.5973 13.2811L18.5422 13.2053",fill:"white"}),o.jsx("path",{d:"M18.3926 13.1704L18.5443 13.2806L18.5994 13.2048",fill:"white"}),o.jsx("path",{d:"M18.3926 13.1704H18.5801V13.2642",fill:"white"}),o.jsx("path",{d:"M18.6807 13.3804L18.6227 13.202L18.5336 13.231",fill:"white"}),o.jsx("path",{d:"M18.6807 13.3804L18.529 13.2702L18.5841 13.1943",fill:"white"}),o.jsx("path",{d:"M18.46 13.3804L18.6117 13.2702L18.5565 13.1943",fill:"white"}),o.jsx("path",{d:"M18.46 13.3804L18.5179 13.202L18.6071 13.231",fill:"white"}),o.jsx("path",{d:"M17.6084 13.2422L17.562 13.3848L17.6334 13.408",fill:"white"}),o.jsx("path",{d:"M17.6084 13.2422L17.6548 13.3848L17.5834 13.408",fill:"white"}),o.jsx("path",{d:"M17.751 13.3462H17.601V13.4212",fill:"white"}),o.jsx("path",{d:"M17.751 13.3462L17.6296 13.4344L17.5855 13.3737",fill:"white"}),o.jsx("path",{d:"M17.4658 13.3462L17.5872 13.4344L17.6313 13.3737",fill:"white"}),o.jsx("path",{d:"M17.4658 13.3462H17.6158V13.4212",fill:"white"}),o.jsx("path",{d:"M17.6963 13.5142L17.6499 13.3715L17.5786 13.3947",fill:"white"}),o.jsx("path",{d:"M17.6963 13.5142L17.5749 13.426L17.619 13.3653",fill:"white"}),o.jsx("path",{d:"M17.5195 13.5137L17.6409 13.4255L17.5968 13.3648",fill:"white"}),o.jsx("path",{d:"M17.5195 13.5137L17.5659 13.371L17.6372 13.3942",fill:"white"}),o.jsx("path",{d:"M13 10.5269L12.9421 10.7052L13.0312 10.7341",fill:"white"}),o.jsx("path",{d:"M13 10.5269L13.0579 10.7052L12.9688 10.7341",fill:"white"}),o.jsx("path",{d:"M13.1787 10.6562H12.9912V10.75",fill:"white"}),o.jsx("path",{d:"M13.1787 10.6562L13.027 10.7665L12.9719 10.6906",fill:"white"}),o.jsx("path",{d:"M12.8223 10.6562L12.974 10.7665L13.0291 10.6906",fill:"white"}),o.jsx("path",{d:"M12.8223 10.6562H13.0098V10.75",fill:"white"}),o.jsx("path",{d:"M13.1104 10.8662L13.0524 10.6879L12.9632 10.7169",fill:"white"}),o.jsx("path",{d:"M13.1104 10.8662L12.9587 10.756L13.0138 10.6802",fill:"white"}),o.jsx("path",{d:"M12.8906 10.8657L13.0423 10.7555L12.9872 10.6797",fill:"white"}),o.jsx("path",{d:"M12.8906 10.8657L12.9486 10.6874L13.0377 10.7164",fill:"white"}),o.jsx("path",{d:"M16.4297 10.0859L16.3833 10.2286L16.4547 10.2518",fill:"white"}),o.jsx("path",{d:"M16.4297 10.0859L16.476 10.2286L16.4047 10.2518",fill:"white"}),o.jsx("path",{d:"M16.5713 10.1899H16.4213V10.2649",fill:"white"}),o.jsx("path",{d:"M16.5713 10.1899L16.4499 10.2781L16.4059 10.2174",fill:"white"}),o.jsx("path",{d:"M16.2861 10.1895L16.4075 10.2776L16.4516 10.2169",fill:"white"}),o.jsx("path",{d:"M16.2861 10.1895H16.4361V10.2645",fill:"white"}),o.jsx("path",{d:"M16.5176 10.3569L16.4712 10.2143L16.3999 10.2375",fill:"white"}),o.jsx("path",{d:"M16.5176 10.3569L16.3962 10.2688L16.4403 10.2081",fill:"white"}),o.jsx("path",{d:"M16.3389 10.3574L16.4602 10.2693L16.4161 10.2086",fill:"white"}),o.jsx("path",{d:"M16.3389 10.3574L16.3852 10.2148L16.4565 10.2379",fill:"white"}),o.jsx("path",{d:"M14.999 12.6323L14.9295 12.8463L15.0365 12.8811",fill:"white"}),o.jsx("path",{d:"M14.999 12.6323L15.0686 12.8463L14.9616 12.8811",fill:"white"}),o.jsx("path",{d:"M15.2119 12.7871H14.9869V12.8996",fill:"white"}),o.jsx("path",{d:"M15.2119 12.7871L15.0299 12.9194L14.9638 12.8283",fill:"white"}),o.jsx("path",{d:"M14.7842 12.7876L14.9662 12.9198L15.0323 12.8288",fill:"white"}),o.jsx("path",{d:"M14.7842 12.7876H15.0092V12.9001",fill:"white"}),o.jsx("path",{d:"M15.1309 13.0396L15.0613 12.8256L14.9543 12.8603",fill:"white"}),o.jsx("path",{d:"M15.1309 13.0396L14.9488 12.9073L15.015 12.8163",fill:"white"}),o.jsx("path",{d:"M14.8652 13.0391L15.0473 12.9068L14.9811 12.8158",fill:"white"}),o.jsx("path",{d:"M14.8652 13.0391L14.9348 12.8251L15.0418 12.8598",fill:"white"}),o.jsx("path",{d:"M15.6055 11.627L15.5475 11.8053L15.6367 11.8342",fill:"white"}),o.jsx("path",{d:"M15.6055 11.627L15.6634 11.8053L15.5742 11.8342",fill:"white"}),o.jsx("path",{d:"M15.7842 11.7563H15.5967V11.8501",fill:"white"}),o.jsx("path",{d:"M15.7842 11.7563L15.6325 11.8666L15.5774 11.7907",fill:"white"}),o.jsx("path",{d:"M15.4268 11.7568L15.5784 11.867L15.6336 11.7912",fill:"white"}),o.jsx("path",{d:"M15.4268 11.7568H15.6143V11.8506",fill:"white"}),o.jsx("path",{d:"M15.7158 11.9658L15.6579 11.7875L15.5687 11.8165",fill:"white"}),o.jsx("path",{d:"M15.7158 11.9658L15.5641 11.8556L15.6192 11.7798",fill:"white"}),o.jsx("path",{d:"M15.4951 11.9668L15.6468 11.8566L15.5917 11.7807",fill:"white"}),o.jsx("path",{d:"M15.4951 11.9668L15.5531 11.7885L15.6422 11.8174",fill:"white"}),o.jsx("path",{d:"M15 11.1553L14.9421 11.3336L15.0312 11.3626",fill:"white"}),o.jsx("path",{d:"M15 11.1553L15.0579 11.3336L14.9688 11.3626",fill:"white"}),o.jsx("path",{d:"M15.1787 11.2847H14.9912V11.3784",fill:"white"}),o.jsx("path",{d:"M15.1787 11.2847L15.027 11.3949L14.9719 11.319",fill:"white"}),o.jsx("path",{d:"M14.8223 11.2842L14.974 11.3944L15.0291 11.3185",fill:"white"}),o.jsx("path",{d:"M14.8223 11.2842H15.0098V11.3779",fill:"white"}),o.jsx("path",{d:"M15.1104 11.4941L15.0524 11.3158L14.9632 11.3448",fill:"white"}),o.jsx("path",{d:"M15.1104 11.4941L14.9587 11.3839L15.0138 11.3081",fill:"white"}),o.jsx("path",{d:"M14.8887 11.4946L15.0404 11.3844L14.9853 11.3086",fill:"white"}),o.jsx("path",{d:"M14.8887 11.4946L14.9466 11.3163L15.0358 11.3453",fill:"white"}),o.jsx("path",{d:"M14.4707 11.6641L14.4244 11.8067L14.4957 11.8299",fill:"white"}),o.jsx("path",{d:"M14.4707 11.6641L14.5171 11.8067L14.4457 11.8299",fill:"white"}),o.jsx("path",{d:"M14.6133 11.7681H14.4633V11.8431",fill:"white"}),o.jsx("path",{d:"M14.6133 11.7681L14.4919 11.8562L14.4478 11.7956",fill:"white"}),o.jsx("path",{d:"M14.3301 11.7681L14.4514 11.8562L14.4955 11.7956",fill:"white"}),o.jsx("path",{d:"M14.3301 11.7681H14.4801V11.8431",fill:"white"}),o.jsx("path",{d:"M14.5596 11.9355L14.5132 11.7929L14.4419 11.8161",fill:"white"}),o.jsx("path",{d:"M14.5596 11.9355L14.4382 11.8474L14.4823 11.7867",fill:"white"}),o.jsx("path",{d:"M14.3828 11.9355L14.5042 11.8474L14.4601 11.7867",fill:"white"}),o.jsx("path",{d:"M14.3828 11.9355L14.4292 11.7929L14.5005 11.8161",fill:"white"}),o.jsx("path",{d:"M14.7363 12.0713L14.7032 12.1732L14.7542 12.1897",fill:"white"}),o.jsx("path",{d:"M14.7363 12.0713L14.7694 12.1732L14.7185 12.1897",fill:"white"}),o.jsx("path",{d:"M14.8379 12.1455H14.7307V12.1991",fill:"white"}),o.jsx("path",{d:"M14.8379 12.1455L14.7512 12.2085L14.7197 12.1651",fill:"white"}),o.jsx("path",{d:"M14.6338 12.146L14.7205 12.209L14.752 12.1656",fill:"white"}),o.jsx("path",{d:"M14.6338 12.146H14.7409V12.1996",fill:"white"}),o.jsx("path",{d:"M14.7988 12.2651L14.7657 12.1632L14.7148 12.1798",fill:"white"}),o.jsx("path",{d:"M14.7988 12.2651L14.7121 12.2022L14.7436 12.1588",fill:"white"}),o.jsx("path",{d:"M14.6738 12.2651L14.7605 12.2022L14.729 12.1588",fill:"white"}),o.jsx("path",{d:"M14.6738 12.2651L14.7069 12.1632L14.7579 12.1798",fill:"white"}),o.jsx("path",{d:"M16.5713 13.8481L16.5133 14.0265L16.6025 14.0554",fill:"white"}),o.jsx("path",{d:"M16.5713 13.8481L16.6292 14.0265L16.5401 14.0554",fill:"white"}),o.jsx("path",{d:"M16.75 13.9775H16.5625V14.0713",fill:"white"}),o.jsx("path",{d:"M16.75 13.9775L16.5983 14.0877L16.5432 14.0119",fill:"white"}),o.jsx("path",{d:"M16.3926 13.978L16.5443 14.0882L16.5994 14.0124",fill:"white"}),o.jsx("path",{d:"M16.3926 13.978H16.5801V14.0718",fill:"white"}),o.jsx("path",{d:"M16.6826 14.1875L16.6247 14.0092L16.5355 14.0381",fill:"white"}),o.jsx("path",{d:"M16.6826 14.1875L16.5309 14.0773L16.586 14.0014",fill:"white"}),o.jsx("path",{d:"M16.4619 14.1875L16.6136 14.0773L16.5585 14.0014",fill:"white"}),o.jsx("path",{d:"M16.4619 14.1875L16.5199 14.0092L16.609 14.0381",fill:"white"}),o.jsx("path",{d:"M17.0215 13.4214L16.9751 13.564L17.0465 13.5872",fill:"white"}),o.jsx("path",{d:"M17.0215 13.4214L17.0678 13.564L16.9965 13.5872",fill:"white"}),o.jsx("path",{d:"M17.165 13.5249H17.015V13.5999",fill:"white"}),o.jsx("path",{d:"M17.165 13.5249L17.0437 13.6131L16.9996 13.5524",fill:"white"}),o.jsx("path",{d:"M16.8799 13.5249L17.0012 13.6131L17.0453 13.5524",fill:"white"}),o.jsx("path",{d:"M16.8799 13.5249H17.0299V13.5999",fill:"white"}),o.jsx("path",{d:"M17.1094 13.6929L17.063 13.5502L16.9917 13.5734",fill:"white"}),o.jsx("path",{d:"M17.1094 13.6929L16.988 13.6047L17.0321 13.544",fill:"white"}),o.jsx("path",{d:"M16.9336 13.6924L17.0549 13.6042L17.0109 13.5435",fill:"white"}),o.jsx("path",{d:"M16.9336 13.6924L16.9799 13.5497L17.0513 13.5729",fill:"white"}),o.jsx("path",{d:"M16.1582 13.293L16.1119 13.4356L16.1832 13.4588",fill:"white"}),o.jsx("path",{d:"M16.1582 13.293L16.2046 13.4356L16.1332 13.4588",fill:"white"}),o.jsx("path",{d:"M16.3008 13.3965H16.1508V13.4715",fill:"white"}),o.jsx("path",{d:"M16.3008 13.3965L16.1794 13.4847L16.1353 13.424",fill:"white"}),o.jsx("path",{d:"M16.0156 13.3965L16.137 13.4847L16.1811 13.424",fill:"white"}),o.jsx("path",{d:"M16.0156 13.3965H16.1656V13.4715",fill:"white"}),o.jsx("path",{d:"M16.2451 13.564L16.1988 13.4213L16.1274 13.4445",fill:"white"}),o.jsx("path",{d:"M16.2451 13.564L16.1238 13.4758L16.1678 13.4151",fill:"white"}),o.jsx("path",{d:"M16.0693 13.564L16.1907 13.4758L16.1466 13.4151",fill:"white"}),o.jsx("path",{d:"M16.0693 13.564L16.1157 13.4213L16.187 13.4445",fill:"white"}),o.jsx("path",{d:"M12.8936 13.061L12.824 13.275L12.931 13.3098",fill:"white"}),o.jsx("path",{d:"M12.8936 13.061L12.9631 13.275L12.8561 13.3098",fill:"white"}),o.jsx("path",{d:"M13.1064 13.2163H12.8814V13.3288",fill:"white"}),o.jsx("path",{d:"M13.1064 13.2163L12.9244 13.3486L12.8583 13.2575",fill:"white"}),o.jsx("path",{d:"M12.6787 13.2163L12.8607 13.3486L12.9269 13.2575",fill:"white"}),o.jsx("path",{d:"M12.6787 13.2163H12.9037V13.3288",fill:"white"}),o.jsx("path",{d:"M13.0234 13.4683L12.9539 13.2543L12.8469 13.289",fill:"white"}),o.jsx("path",{d:"M13.0234 13.4683L12.8414 13.336L12.9075 13.245",fill:"white"}),o.jsx("path",{d:"M12.7598 13.4678L12.9418 13.3355L12.8757 13.2445",fill:"white"}),o.jsx("path",{d:"M12.7598 13.4678L12.8293 13.2538L12.9363 13.2886",fill:"white"}),o.jsx("path",{d:"M15.001 14.5327L14.9778 14.604L15.0135 14.6156",fill:"white"}),o.jsx("path",{d:"M15.001 14.5327L15.0242 14.604L14.9885 14.6156",fill:"white"}),o.jsx("path",{d:"M15.0723 14.584H14.9973V14.6215",fill:"white"}),o.jsx("path",{d:"M15.0723 14.584L15.0116 14.6281L14.9895 14.5977",fill:"white"}),o.jsx("path",{d:"M14.9297 14.584L14.9904 14.6281L15.0124 14.5977",fill:"white"}),o.jsx("path",{d:"M14.9297 14.584H15.0047V14.6215",fill:"white"}),o.jsx("path",{d:"M15.0449 14.668L15.0217 14.5966L14.9861 14.6082",fill:"white"}),o.jsx("path",{d:"M15.0449 14.668L14.9842 14.6239L15.0063 14.5935",fill:"white"}),o.jsx("path",{d:"M14.9561 14.6675L15.0167 14.6234L14.9947 14.5931",fill:"white"}),o.jsx("path",{d:"M14.9561 14.6675L14.9792 14.5962L15.0149 14.6077",fill:"white"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_11917",children:o.jsx("rect",{width:"30",height:"21",fill:"white"})})})]}),A5=e=>o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"20",viewBox:"0 0 30 20",fill:"none",...e,children:[o.jsxs("g",{clipPath:"url(#clip0_3880_12442)",children:[o.jsx("rect",{width:"30",height:"20",rx:"1",fill:"#FF0000"}),o.jsx("path",{d:"M4.56641 0.000488281H25.436V20.0005H4.56641V0.000488281Z",fill:"white"}),o.jsx("path",{d:"M15.0008 1.87549L13.5769 4.42236C13.4138 4.6984 13.1258 4.67236 12.8323 4.51611L11.7997 4.0057L12.566 7.91195C12.7291 8.62549 12.2073 8.62549 11.9519 8.3182L10.153 6.39111L9.86494 7.37028C9.83233 7.50049 9.68559 7.6359 9.46276 7.60465L7.19102 7.14632L7.78885 9.22965C7.91928 9.6932 8.01711 9.8859 7.65842 10.0057L6.84863 10.3703L10.7671 13.4172C10.9247 13.5317 11.0008 13.7401 10.941 13.9276L10.5986 15.0057C11.9465 14.8547 13.1584 14.6307 14.5062 14.4953C14.6258 14.4849 14.8215 14.6672 14.8215 14.8026L14.6475 18.7505H15.2997L15.1965 14.813C15.1965 14.6776 15.3758 14.4849 15.4954 14.4953C16.8432 14.6359 18.0552 14.8599 19.403 15.0057L19.0552 13.9224C18.9954 13.7349 19.0769 13.5317 19.2291 13.4119L23.1475 10.3651L22.3378 10.0005C21.9791 9.87549 22.0769 9.68799 22.2073 9.22445L22.8052 7.14111L20.5334 7.59945C20.3106 7.6307 20.1638 7.49528 20.1312 7.36507L19.8432 6.3859L18.0443 8.31299C17.7888 8.62028 17.2725 8.62028 17.4302 7.90674L18.1965 4.00049L17.1638 4.5109C16.8758 4.66715 16.5823 4.68799 16.4193 4.41715L15.0008 1.87549Z",fill:"#FF0000"})]}),o.jsx("defs",{children:o.jsx("clipPath",{id:"clip0_3880_12442",children:o.jsx("rect",{width:"30",height:"20",fill:"white"})})})]}),D5=({name:e,...t})=>{switch(e){case"usa":return o.jsx(S5,{...t});case"de":return o.jsx(E5,{...t});case"sg":return o.jsx(O5,{...t});case"uk":return o.jsx(L5,{...t});case"ie":return o.jsx(_5,{...t});case"eu":return o.jsx(j5,{...t});case"in":return o.jsx(P5,{...t});case"nl":return o.jsx(I5,{...t});case"au":return o.jsx(F5,{...t});case"br":return o.jsx(H5,{...t});case"ca":return o.jsx(A5,{...t});case"za":return o.jsx(T5,{...t});default:return null}};let tr;const ni="HoverCard",[oi,rx]=le(ni,[Ze]),Tn=Ze(),[N5,Hn]=oi(ni),Z5=e=>{const{__scopeHoverCard:t,children:n,open:r,defaultOpen:a,onOpenChange:i,openDelay:c=700,closeDelay:s=300}=e,d=Tn(t),f=l.useRef(0),p=l.useRef(0),u=l.useRef(!1),h=l.useRef(!1),[v=!1,g]=pe({prop:r,defaultProp:a,onChange:i}),b=l.useCallback(()=>{clearTimeout(p.current),f.current=window.setTimeout(()=>g(!0),c)},[c,g]),x=l.useCallback(()=>{clearTimeout(f.current),!u.current&&!h.current&&(p.current=window.setTimeout(()=>g(!1),s))},[s,g]),k=l.useCallback(()=>g(!1),[g]);return l.useEffect(()=>()=>{clearTimeout(f.current),clearTimeout(p.current)},[]),l.createElement(N5,{scope:t,open:v,onOpenChange:g,onOpen:b,onClose:x,onDismiss:k,hasSelectionRef:u,isPointerDownOnContentRef:h},l.createElement(It,d,n))},B5="HoverCardTrigger",V5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,...r}=e,a=Hn(B5,n),i=Tn(n);return l.createElement(Ft,M({asChild:!0},i),l.createElement(W.a,M({"data-state":a.open?"open":"closed"},r,{ref:t,onPointerEnter:I(e.onPointerEnter,An(a.onOpen)),onPointerLeave:I(e.onPointerLeave,An(a.onClose)),onFocus:I(e.onFocus,a.onOpen),onBlur:I(e.onBlur,a.onClose),onTouchStart:I(e.onTouchStart,c=>c.preventDefault())})))}),ri="HoverCardPortal",[U5,R5]=oi(ri,{forceMount:void 0}),W5=e=>{const{__scopeHoverCard:t,forceMount:n,children:r,container:a}=e,i=Hn(ri,t);return l.createElement(U5,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(xn,{asChild:!0,container:a},r)))},nr="HoverCardContent",z5=l.forwardRef((e,t)=>{const n=R5(nr,e.__scopeHoverCard),{forceMount:r=n.forceMount,...a}=e,i=Hn(nr,e.__scopeHoverCard);return l.createElement(he,{present:r||i.open},l.createElement(G5,M({"data-state":i.open?"open":"closed"},a,{onPointerEnter:I(e.onPointerEnter,An(i.onOpen)),onPointerLeave:I(e.onPointerLeave,An(i.onClose)),ref:t})))}),G5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:c,...s}=e,d=Hn(nr,n),f=Tn(n),p=l.useRef(null),u=ne(t,p),[h,v]=l.useState(!1);return l.useEffect(()=>{if(h){const g=document.body;return tr=g.style.userSelect||g.style.webkitUserSelect,g.style.userSelect="none",g.style.webkitUserSelect="none",()=>{g.style.userSelect=tr,g.style.webkitUserSelect=tr}}},[h]),l.useEffect(()=>{if(p.current){const g=()=>{v(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var b;((b=document.getSelection())===null||b===void 0?void 0:b.toString())!==""&&(d.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",g),()=>{document.removeEventListener("pointerup",g),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!1}}},[d.isPointerDownOnContentRef,d.hasSelectionRef]),l.useEffect(()=>{p.current&&Y5(p.current).forEach(b=>b.setAttribute("tabindex","-1"))}),l.createElement(an,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:c,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:I(i,g=>{g.preventDefault()}),onDismiss:d.onDismiss},l.createElement(gn,M({},f,s,{onPointerDown:I(s.onPointerDown,g=>{g.currentTarget.contains(g.target)&&v(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:u,style:{...s.style,userSelect:h?"text":void 0,WebkitUserSelect:h?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})))}),K5=l.forwardRef((e,t)=>{const{__scopeHoverCard:n,...r}=e,a=Tn(n);return l.createElement(mn,M({},a,r,{ref:t}))});function An(e){return t=>t.pointerType==="touch"?void 0:e()}function Y5(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;n.nextNode();)t.push(n.currentNode);return t}const q5=Z5,X5=V5,J5=W5,Q5=z5,e7=K5,or=({children:e,...t})=>o.jsx(q5,{...t,children:e}),t7=L(X5).withConfig({componentId:"sc-1ect7b6-0"})(["width:fit-content;"]),ai=({children:e,...t})=>o.jsx(t7,{...t,children:e});ai.displayName="HoverCardTrigger",or.Trigger=ai;const ii=({children:e,showArrow:t,forceMount:n,container:r,...a})=>o.jsx(J5,{forceMount:n,container:r,children:o.jsxs(ff,{as:Q5,$type:"hover-card",$showArrow:t,...a,children:[t&&o.jsx(En,{asChild:!0,as:e7,width:15,height:10,children:o.jsx(On,{})}),e]})});ii.displayName="HoverCardContent",or.Content=ii;const n7=L.a.withConfig({componentId:"sc-1bwz77u-0"})(["font:",";color:",";margin:0;text-decoration:none;display:inline-flex;gap:",";margin-right:",";align-items:center;&:hover,&:focus{color:",";transition:",";text-decoration:underline;cursor:pointer;}"],({$size:e,$weight:t="normal",theme:n})=>n.typography.styles.product.text[t][e],({theme:e})=>e.click.global.color.text.link.default,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.space.sm.gap:t.click.link.space.md.gap,({theme:e})=>e.click.global.color.text.link.hover,({theme:e})=>e.transition.default),o7=L.span.withConfig({componentId:"sc-1bwz77u-1"})([".external-icon{height:",";width:",";}"],({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.height:t.click.link.icon.size.md.height,({$size:e,theme:t})=>e==="xs"||e==="sm"?t.click.link.icon.size.sm.width:t.click.link.icon.size.md.width),r7=({size:e="md",weight:t="normal",className:n,href:r,onClick:a,target:i,rel:c,hasIcon:s=!1,children:d,component:f,...p})=>o.jsxs(n7,{$size:e,$weight:t,className:n,as:f??"a",href:r,onClick:a,rel:c,target:i,...p,children:[d,s&&o.jsx(o7,{$size:e,children:o.jsx(z,{name:"popout",className:"external-icon","data-testid":"external-icon"})})]}),a7=L(Ba).withConfig({componentId:"sc-1pvd2nj-0"})(["label{width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;}"]),i7=L.div.withConfig({componentId:"sc-1pvd2nj-1"})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t,$hasLabel:n})=>`
|
|
308
308
|
gap: ${e.click.field.space.gap};
|
|
309
309
|
margin-top: ${n?e.click.field.space.gap:0};
|
|
310
310
|
border-radius: ${e.click.field.radii.all};
|
|
@@ -349,21 +349,21 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
349
349
|
background: ${e.click.field.color.background.disabled};
|
|
350
350
|
color: ${e.click.field.color.text.disabled};
|
|
351
351
|
}
|
|
352
|
-
`),
|
|
352
|
+
`),Dn=({id:e,label:t="",error:n="",disabled:r,children:a})=>{const i=n?typeof n=="string"&&n.length!==0:!1,c=t?typeof t=="string"&&t.length!==0:!1;return o.jsxs(a7,{children:[i&&o.jsx(Va,{children:n}),o.jsxs(fo,{htmlFor:e,disabled:r,error:i,children:[t,o.jsx(i7,{$error:i,$hasLabel:c,children:a})]})]})},Nn=L.input.withConfig({componentId:"sc-1pvd2nj-2"})(["background:transparent;border:none;outline:none;width:100%;width:inherit;color:inherit;font:inherit;",""],({theme:e})=>`
|
|
353
353
|
&::placeholder {
|
|
354
354
|
color: ${e.click.field.color.placeholder.default};
|
|
355
355
|
}
|
|
356
|
-
`),rr=
|
|
356
|
+
`),rr=L.button.withConfig({componentId:"sc-1pvd2nj-3"})(["background:transparent;color:inherit;border:none;padding:0;outline:none;&:not(:disabled){cursor:pointer;}",""],({theme:e,$show:t})=>`
|
|
357
357
|
padding: ${e.click.field.space.y} 0;
|
|
358
358
|
visibility: ${t?"visible":"hidden"};
|
|
359
|
-
`);
|
|
359
|
+
`);L.svg.withConfig({componentId:"sc-1pvd2nj-4"})(["",""],({theme:e})=>`
|
|
360
360
|
&:first-of-type {
|
|
361
361
|
padding-left: ${e.click.field.space.gap};
|
|
362
362
|
}
|
|
363
363
|
&:last-of-type {
|
|
364
364
|
padding-right: ${e.click.field.space.x};
|
|
365
365
|
}
|
|
366
|
-
`);const J2=c.forwardRef(({disabled:e,label:t,error:n,id:o,loading:r,onChange:i,...s},l)=>{const d=c.useId(),u=p=>{i(p.target.value,p)};return a.jsxs(Nn,{disabled:e,id:o??d,label:t,error:n,children:[a.jsx(Un,{ref:l,type:"number",id:o??d,disabled:e,onChange:u,...s}),r&&a.jsx(K,{name:"loading-animated",size:"sm"})]})}),Q2=c.forwardRef(({disabled:e,label:t,error:n,id:o,value:r="",onChange:i,...s},l)=>{const d=c.useId(),[u,p]=c.useState(!1),f=()=>{p(v=>!v)},h=v=>{i(v.target.value,v)};return a.jsxs(Nn,{disabled:e,id:o??d,label:t,error:n,children:[a.jsx(Un,{ref:l,type:u?"text":"password",id:o??d,disabled:e,value:r,onChange:h,...s}),a.jsx(rr,{disabled:e,onClick:f,$show:r.length>0,children:a.jsx(K,{name:u?"eye-closed":"eye",size:"md"})})]})}),cc="Popover",[sc,q9]=ce(cc,[Be]),Wt=Be(),[eh,He]=sc(cc),th=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:i,modal:s=!1}=e,l=Wt(t),d=c.useRef(null),[u,p]=c.useState(!1),[f=!1,h]=pe({prop:o,defaultProp:r,onChange:i});return c.createElement(_t,l,c.createElement(eh,{scope:t,contentId:Me(),triggerRef:d,open:f,onOpenChange:h,onOpenToggle:c.useCallback(()=>h(v=>!v),[h]),hasCustomAnchor:u,onCustomAnchorAdd:c.useCallback(()=>p(!0),[]),onCustomAnchorRemove:c.useCallback(()=>p(!1),[]),modal:s},n))},nh="PopoverAnchor",oh=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=He(nh,n),i=Wt(n),{onCustomAnchorAdd:s,onCustomAnchorRemove:l}=r;return c.useEffect(()=>(s(),()=>l()),[s,l]),c.createElement(Tt,S({},i,o,{ref:t}))}),rh="PopoverTrigger",ah=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=He(rh,n),i=Wt(n),s=ne(t,r.triggerRef),l=c.createElement(V.button,S({type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":uc(r.open)},o,{ref:s,onClick:_(e.onClick,r.onOpenToggle)}));return r.hasCustomAnchor?l:c.createElement(Tt,S({asChild:!0},i),l)}),lc="PopoverPortal",[ih,ch]=sc(lc,{forceMount:void 0}),sh=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,i=He(lc,t);return c.createElement(ih,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement(xn,{asChild:!0,container:r},o)))},Vt="PopoverContent",lh=c.forwardRef((e,t)=>{const n=ch(Vt,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,i=He(Vt,e.__scopePopover);return c.createElement(he,{present:o||i.open},i.modal?c.createElement(dh,S({},r,{ref:t})):c.createElement(uh,S({},r,{ref:t})))}),dh=c.forwardRef((e,t)=>{const n=He(Vt,e.__scopePopover),o=c.useRef(null),r=ne(t,o),i=c.useRef(!1);return c.useEffect(()=>{const s=o.current;if(s)return Fo(s)},[]),c.createElement(Qa,{as:nt,allowPinchZoom:!0},c.createElement(dc,S({},e,{ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:_(e.onCloseAutoFocus,s=>{var l;s.preventDefault(),i.current||(l=n.triggerRef.current)===null||l===void 0||l.focus()}),onPointerDownOutside:_(e.onPointerDownOutside,s=>{const l=s.detail.originalEvent,d=l.button===0&&l.ctrlKey===!0,u=l.button===2||d;i.current=u},{checkForDefaultPrevented:!1}),onFocusOutside:_(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1})})))}),uh=c.forwardRef((e,t)=>{const n=He(Vt,e.__scopePopover),o=c.useRef(!1),r=c.useRef(!1);return c.createElement(dc,S({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var s;if((s=e.onCloseAutoFocus)===null||s===void 0||s.call(e,i),!i.defaultPrevented){var l;o.current||(l=n.triggerRef.current)===null||l===void 0||l.focus(),i.preventDefault()}o.current=!1,r.current=!1},onInteractOutside:i=>{var s,l;(s=e.onInteractOutside)===null||s===void 0||s.call(e,i),i.defaultPrevented||(o.current=!0,i.detail.originalEvent.type==="pointerdown"&&(r.current=!0));const d=i.target;((l=n.triggerRef.current)===null||l===void 0?void 0:l.contains(d))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&r.current&&i.preventDefault()}}))}),dc=c.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:i,disableOutsidePointerEvents:s,onEscapeKeyDown:l,onPointerDownOutside:d,onFocusOutside:u,onInteractOutside:p,...f}=e,h=He(Vt,n),v=Wt(n);return ra(),c.createElement(ca,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i},c.createElement(an,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:p,onEscapeKeyDown:l,onPointerDownOutside:d,onFocusOutside:u,onDismiss:()=>h.onOpenChange(!1)},c.createElement(gn,S({"data-state":uc(h.open),role:"dialog",id:h.contentId},v,f,{ref:t,style:{...f.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}))))}),fh="PopoverClose",ph=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=He(fh,n);return c.createElement(V.button,S({type:"button"},o,{ref:t,onClick:_(e.onClick,()=>r.onOpenChange(!1))}))}),hh=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=Wt(n);return c.createElement(mn,S({},r,o,{ref:t}))});function uc(e){return e?"open":"closed"}const fc=th,vh=oh,pc=ah,hc=sh,vc=lh,bh=ph,gh=hh,ar=({children:e,...t})=>a.jsx(fc,{...t,children:e}),mh=E(pc).withConfig({componentId:"sc-1dii14g-0"})(["width:fit-content;background:transparent;border:none;"]),bc=({children:e,anchor:t,...n})=>a.jsxs(a.Fragment,{children:[a.jsx(mh,{asChild:!0,...n,children:e}),t&&a.jsx(vh,{asChild:!0,children:t})]});bc.displayName="PopoverTrigger",ar.Trigger=bc;const xh=E(Ho).withConfig({componentId:"sc-1dii14g-1"})(["display:block;padding:"," ",";background-color:",";border:1px solid ",";border-radius:",";box-shadow:",";",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.color.panel.background.default,({theme:e})=>e.click.popover.color.panel.stroke.default,({theme:e})=>e.click.popover.radii.all,({theme:e})=>e.click.popover.shadow.default,({$showClose:e})=>e?"padding-top: 1rem;":""),kh=E(Ri).withConfig({componentId:"sc-1dii14g-2"})(["position:absolute;top:",";right:",";width:",";height:",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.icon.size.width,({theme:e})=>e.click.popover.icon.size.height),gc=({children:e,showArrow:t,showClose:n,forceMount:o,container:r,...i})=>a.jsx(hc,{forceMount:o,container:r,children:a.jsxs(xh,{as:vc,$type:"popover",$showClose:n,$showArrow:t,...i,children:[n&&a.jsx(kh,{as:bh,asChild:!0,children:a.jsx(K,{name:"cross"})}),t&&a.jsx(jn,{asChild:!0,as:gh,width:20,height:10,children:a.jsx(Pn,{})}),e]})});gc.displayName="PopoverContent",ar.Content=gc;const mc="Radio",[$h,xc]=ce(mc),[yh,wh]=$h(mc),Ch=c.forwardRef((e,t)=>{const{__scopeRadio:n,name:o,checked:r=!1,required:i,disabled:s,value:l="on",onCheck:d,...u}=e,[p,f]=c.useState(null),h=ne(t,b=>f(b)),v=c.useRef(!1),g=p?!!p.closest("form"):!0;return c.createElement(yh,{scope:n,checked:r,disabled:s},c.createElement(V.button,S({type:"button",role:"radio","aria-checked":r,"data-state":kc(r),"data-disabled":s?"":void 0,disabled:s,value:l},u,{ref:h,onClick:_(e.onClick,b=>{r||d==null||d(),g&&(v.current=b.isPropagationStopped(),v.current||b.stopPropagation())})})),g&&c.createElement(Eh,{control:p,bubbles:!v.current,name:o,value:l,checked:r,required:i,disabled:s,style:{transform:"translateX(-100%)"}}))}),Sh="RadioIndicator",Mh=c.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,i=wh(Sh,n);return c.createElement(he,{present:o||i.checked},c.createElement(V.span,S({"data-state":kc(i.checked),"data-disabled":i.disabled?"":void 0},r,{ref:t})))}),Eh=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=bn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const h=new Event("click",{bubbles:o});f.call(d,n),d.dispatchEvent(h)}},[s,n,o]),c.createElement("input",S({type:"radio","aria-hidden":!0,defaultChecked:n},r,{tabIndex:-1,ref:i,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function kc(e){return e?"checked":"unchecked"}const Oh=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],$c="RadioGroup",[jh,X9]=ce($c,[ct,xc]),yc=ct(),wc=xc(),[Ph,Ih]=jh($c),Fh=c.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:o,defaultValue:r,value:i,required:s=!1,disabled:l=!1,orientation:d,dir:u,loop:p=!0,onValueChange:f,...h}=e,v=yc(n),g=Pt(u),[b,x]=pe({prop:i,defaultProp:r,onChange:f});return c.createElement(Ph,{scope:n,name:o,required:s,disabled:l,value:b,onValueChange:x},c.createElement(jo,S({asChild:!0},v,{orientation:d,dir:g,loop:p}),c.createElement(V.div,S({role:"radiogroup","aria-required":s,"aria-orientation":d,"data-disabled":l?"":void 0,dir:g},h,{ref:t}))))}),_h="RadioGroupItem",Th=c.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,i=Ih(_h,n),s=i.disabled||o,l=yc(n),d=wc(n),u=c.useRef(null),p=ne(t,u),f=i.value===r.value,h=c.useRef(!1);return c.useEffect(()=>{const v=b=>{Oh.includes(b.key)&&(h.current=!0)},g=()=>h.current=!1;return document.addEventListener("keydown",v),document.addEventListener("keyup",g),()=>{document.removeEventListener("keydown",v),document.removeEventListener("keyup",g)}},[]),c.createElement(Po,S({asChild:!0},l,{focusable:!s,active:f}),c.createElement(Ch,S({disabled:s,required:i.required,checked:f},d,r,{name:i.name,ref:p,onCheck:()=>i.onValueChange(r.value),onKeyDown:_(v=>{v.key==="Enter"&&v.preventDefault()}),onFocus:_(r.onFocus,()=>{var v;h.current&&((v=u.current)===null||v===void 0||v.click())})})))}),Ah=c.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=wc(n);return c.createElement(Mh,S({},r,o,{ref:t}))}),Dh=Fh,Lh=Th,Nh=Ah,Uh=E(Dh).withConfig({componentId:"sc-p6cydr-0"})(["display:flex;flex-wrap:wrap;gap:",";flex-direction:",";"],({theme:e})=>e.click.checkbox.space.gap,({$inline:e})=>e==="true"?"row":"column"),Cc=({children:e,inline:t,...n})=>a.jsx(Uh,{$inline:t===!0?"true":"false",...n,children:e}),Sc=({id:e,label:t,value:n,disabled:o,required:r,...i})=>{const s=c.useId();return a.jsxs(Bh,{...i,children:[a.jsx(Zh,{value:n,id:e??s,disabled:o,required:r,children:a.jsx(Hh,{})}),t&&a.jsx("label",{className:"Label",htmlFor:e??s,children:t})]})};Sc.displayName="RadioGroupItem",Cc.Item=Sc;const Bh=E.div.withConfig({componentId:"sc-p6cydr-1"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),Zh=E(Lh).withConfig({componentId:"sc-p6cydr-2"})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;",";"],({theme:e})=>`
|
|
366
|
+
`);const l7=l.forwardRef(({disabled:e,label:t,error:n,id:r,loading:a,onChange:i,...c},s)=>{const d=l.useId(),f=p=>{i(p.target.value,p)};return o.jsxs(Dn,{disabled:e,id:r??d,label:t,error:n,children:[o.jsx(Nn,{ref:s,type:"number",id:r??d,disabled:e,onChange:f,...c}),a&&o.jsx(z,{name:"loading-animated",size:"sm"})]})}),c7=l.forwardRef(({disabled:e,label:t,error:n,id:r,value:a="",onChange:i,...c},s)=>{const d=l.useId(),[f,p]=l.useState(!1),u=()=>{p(v=>!v)},h=v=>{i(v.target.value,v)};return o.jsxs(Dn,{disabled:e,id:r??d,label:t,error:n,children:[o.jsx(Nn,{ref:s,type:f?"text":"password",id:r??d,disabled:e,value:a,onChange:h,...c}),o.jsx(rr,{disabled:e,onClick:u,$show:a.length>0,children:o.jsx(z,{name:f?"eye-closed":"eye",size:"md"})})]})}),li="Popover",[ci,ax]=le(li,[Ze]),Rt=Ze(),[s7,Ve]=ci(li),d7=e=>{const{__scopePopover:t,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:c=!1}=e,s=Rt(t),d=l.useRef(null),[f,p]=l.useState(!1),[u=!1,h]=pe({prop:r,defaultProp:a,onChange:i});return l.createElement(It,s,l.createElement(s7,{scope:t,contentId:Se(),triggerRef:d,open:u,onOpenChange:h,onOpenToggle:l.useCallback(()=>h(v=>!v),[h]),hasCustomAnchor:f,onCustomAnchorAdd:l.useCallback(()=>p(!0),[]),onCustomAnchorRemove:l.useCallback(()=>p(!1),[]),modal:c},n))},f7="PopoverAnchor",u7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ve(f7,n),i=Rt(n),{onCustomAnchorAdd:c,onCustomAnchorRemove:s}=a;return l.useEffect(()=>(c(),()=>s()),[c,s]),l.createElement(Ft,M({},i,r,{ref:t}))}),p7="PopoverTrigger",h7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ve(p7,n),i=Rt(n),c=ne(t,a.triggerRef),s=l.createElement(W.button,M({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":fi(a.open)},r,{ref:c,onClick:I(e.onClick,a.onOpenToggle)}));return a.hasCustomAnchor?s:l.createElement(Ft,M({asChild:!0},i),s)}),si="PopoverPortal",[v7,b7]=ci(si,{forceMount:void 0}),g7=e=>{const{__scopePopover:t,forceMount:n,children:r,container:a}=e,i=Ve(si,t);return l.createElement(v7,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(xn,{asChild:!0,container:a},r)))},Wt="PopoverContent",m7=l.forwardRef((e,t)=>{const n=b7(Wt,e.__scopePopover),{forceMount:r=n.forceMount,...a}=e,i=Ve(Wt,e.__scopePopover);return l.createElement(he,{present:r||i.open},i.modal?l.createElement(x7,M({},a,{ref:t})):l.createElement(k7,M({},a,{ref:t})))}),x7=l.forwardRef((e,t)=>{const n=Ve(Wt,e.__scopePopover),r=l.useRef(null),a=ne(t,r),i=l.useRef(!1);return l.useEffect(()=>{const c=r.current;if(c)return Po(c)},[]),l.createElement(Q1,{as:nt,allowPinchZoom:!0},l.createElement(di,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:I(e.onCloseAutoFocus,c=>{var s;c.preventDefault(),i.current||(s=n.triggerRef.current)===null||s===void 0||s.focus()}),onPointerDownOutside:I(e.onPointerDownOutside,c=>{const s=c.detail.originalEvent,d=s.button===0&&s.ctrlKey===!0,f=s.button===2||d;i.current=f},{checkForDefaultPrevented:!1}),onFocusOutside:I(e.onFocusOutside,c=>c.preventDefault(),{checkForDefaultPrevented:!1})})))}),k7=l.forwardRef((e,t)=>{const n=Ve(Wt,e.__scopePopover),r=l.useRef(!1),a=l.useRef(!1);return l.createElement(di,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var c;if((c=e.onCloseAutoFocus)===null||c===void 0||c.call(e,i),!i.defaultPrevented){var s;r.current||(s=n.triggerRef.current)===null||s===void 0||s.focus(),i.preventDefault()}r.current=!1,a.current=!1},onInteractOutside:i=>{var c,s;(c=e.onInteractOutside)===null||c===void 0||c.call(e,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const d=i.target;((s=n.triggerRef.current)===null||s===void 0?void 0:s.contains(d))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}}))}),di=l.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,disableOutsidePointerEvents:c,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:f,onInteractOutside:p,...u}=e,h=Ve(Wt,n),v=Rt(n);return r1(),l.createElement(l1,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i},l.createElement(an,{asChild:!0,disableOutsidePointerEvents:c,onInteractOutside:p,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:f,onDismiss:()=>h.onOpenChange(!1)},l.createElement(gn,M({"data-state":fi(h.open),role:"dialog",id:h.contentId},v,u,{ref:t,style:{...u.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}))))}),w7="PopoverClose",$7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Ve(w7,n);return l.createElement(W.button,M({type:"button"},r,{ref:t,onClick:I(e.onClick,()=>a.onOpenChange(!1))}))}),y7=l.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,a=Rt(n);return l.createElement(mn,M({},a,r,{ref:t}))});function fi(e){return e?"open":"closed"}const ui=d7,C7=u7,pi=h7,hi=g7,vi=m7,M7=$7,S7=y7,ar=({children:e,...t})=>o.jsx(ui,{...t,children:e}),L7=L(pi).withConfig({componentId:"sc-1dii14g-0"})(["width:fit-content;background:transparent;border:none;"]),bi=({children:e,anchor:t,...n})=>o.jsxs(o.Fragment,{children:[o.jsx(L7,{asChild:!0,...n,children:e}),t&&o.jsx(C7,{asChild:!0,children:t})]});bi.displayName="PopoverTrigger",ar.Trigger=bi;const j7=L(Vo).withConfig({componentId:"sc-1dii14g-1"})(["display:block;padding:"," ",";background-color:",";border:1px solid ",";border-radius:",";box-shadow:",";",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.color.panel.background.default,({theme:e})=>e.click.popover.color.panel.stroke.default,({theme:e})=>e.click.popover.radii.all,({theme:e})=>e.click.popover.shadow.default,({$showClose:e})=>e?"padding-top: 1rem;":""),E7=L(Ua).withConfig({componentId:"sc-1dii14g-2"})(["position:absolute;top:",";right:",";width:",";height:",";"],({theme:e})=>e.click.popover.space.y,({theme:e})=>e.click.popover.space.x,({theme:e})=>e.click.popover.icon.size.width,({theme:e})=>e.click.popover.icon.size.height),gi=({children:e,showArrow:t,showClose:n,forceMount:r,container:a,...i})=>o.jsx(hi,{forceMount:r,container:a,children:o.jsxs(j7,{as:vi,$type:"popover",$showClose:n,$showArrow:t,...i,children:[n&&o.jsx(E7,{as:M7,asChild:!0,children:o.jsx(z,{name:"cross"})}),t&&o.jsx(En,{asChild:!0,as:S7,width:20,height:10,children:o.jsx(On,{})}),e]})});gi.displayName="PopoverContent",ar.Content=gi;const mi="Radio",[O7,xi]=le(mi),[_7,P7]=O7(mi),I7=l.forwardRef((e,t)=>{const{__scopeRadio:n,name:r,checked:a=!1,required:i,disabled:c,value:s="on",onCheck:d,...f}=e,[p,u]=l.useState(null),h=ne(t,b=>u(b)),v=l.useRef(!1),g=p?!!p.closest("form"):!0;return l.createElement(_7,{scope:n,checked:a,disabled:c},l.createElement(W.button,M({type:"button",role:"radio","aria-checked":a,"data-state":ki(a),"data-disabled":c?"":void 0,disabled:c,value:s},f,{ref:h,onClick:I(e.onClick,b=>{a||d==null||d(),g&&(v.current=b.isPropagationStopped(),v.current||b.stopPropagation())})})),g&&l.createElement(H7,{control:p,bubbles:!v.current,name:r,value:s,checked:a,required:i,disabled:c,style:{transform:"translateX(-100%)"}}))}),F7="RadioIndicator",T7=l.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:r,...a}=e,i=P7(F7,n);return l.createElement(he,{present:r||i.checked},l.createElement(W.span,M({"data-state":ki(i.checked),"data-disabled":i.disabled?"":void 0},a,{ref:t})))}),H7=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),c=er(n),s=bn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(c!==n&&u){const h=new Event("click",{bubbles:r});u.call(d,n),d.dispatchEvent(h)}},[c,n,r]),l.createElement("input",M({type:"radio","aria-hidden":!0,defaultChecked:n},a,{tabIndex:-1,ref:i,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function ki(e){return e?"checked":"unchecked"}const A7=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],wi="RadioGroup",[D7,ix]=le(wi,[lt,xi]),$i=lt(),yi=xi(),[N7,Z7]=D7(wi),B7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:r,defaultValue:a,value:i,required:c=!1,disabled:s=!1,orientation:d,dir:f,loop:p=!0,onValueChange:u,...h}=e,v=$i(n),g=Ot(f),[b,x]=pe({prop:i,defaultProp:a,onChange:u});return l.createElement(N7,{scope:n,name:r,required:c,disabled:s,value:b,onValueChange:x},l.createElement(Eo,M({asChild:!0},v,{orientation:d,dir:g,loop:p}),l.createElement(W.div,M({role:"radiogroup","aria-required":c,"aria-orientation":d,"data-disabled":s?"":void 0,dir:g},h,{ref:t}))))}),V7="RadioGroupItem",U7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:r,...a}=e,i=Z7(V7,n),c=i.disabled||r,s=$i(n),d=yi(n),f=l.useRef(null),p=ne(t,f),u=i.value===a.value,h=l.useRef(!1);return l.useEffect(()=>{const v=b=>{A7.includes(b.key)&&(h.current=!0)},g=()=>h.current=!1;return document.addEventListener("keydown",v),document.addEventListener("keyup",g),()=>{document.removeEventListener("keydown",v),document.removeEventListener("keyup",g)}},[]),l.createElement(Oo,M({asChild:!0},s,{focusable:!c,active:u}),l.createElement(I7,M({disabled:c,required:i.required,checked:u},d,a,{name:i.name,ref:p,onCheck:()=>i.onValueChange(a.value),onKeyDown:I(v=>{v.key==="Enter"&&v.preventDefault()}),onFocus:I(a.onFocus,()=>{var v;h.current&&((v=f.current)===null||v===void 0||v.click())})})))}),R7=l.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...r}=e,a=yi(n);return l.createElement(T7,M({},a,r,{ref:t}))}),W7=B7,z7=U7,G7=R7,K7=L(W7).withConfig({componentId:"sc-p6cydr-0"})(["display:flex;flex-wrap:wrap;gap:",";flex-direction:",";"],({theme:e})=>e.click.checkbox.space.gap,({$inline:e})=>e==="true"?"row":"column"),Ci=({children:e,inline:t,...n})=>o.jsx(K7,{$inline:t===!0?"true":"false",...n,children:e}),Mi=({id:e,label:t,value:n,disabled:r,required:a,...i})=>{const c=l.useId();return o.jsxs(Y7,{...i,children:[o.jsx(q7,{value:n,id:e??c,disabled:r,required:a,children:o.jsx(X7,{})}),t&&o.jsx("label",{className:"Label",htmlFor:e??c,children:t})]})};Mi.displayName="RadioGroupItem",Ci.Item=Mi;const Y7=L.div.withConfig({componentId:"sc-p6cydr-1"})(["padding:",";display:flex;align-items:center;gap:",";"],({theme:e})=>e.click.checkbox.space.all,({theme:e})=>e.click.checkbox.space.gap),q7=L(z7).withConfig({componentId:"sc-p6cydr-2"})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;",";"],({theme:e})=>`
|
|
367
367
|
border-radius: ${e.click.radio.radii.all};
|
|
368
368
|
width: 1rem;
|
|
369
369
|
height: 1rem;
|
|
@@ -398,7 +398,7 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
398
398
|
font: ${e.click.radio.typography.label.disabled};
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
`),
|
|
401
|
+
`),X7=L(G7).withConfig({componentId:"sc-p6cydr-3"})(["",""],({theme:e})=>`
|
|
402
402
|
background: ${e.click.radio.color.background.default};
|
|
403
403
|
&::after {
|
|
404
404
|
content: '';
|
|
@@ -426,10 +426,10 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
426
426
|
background: ${e.click.radio.color.indicator.disabled};
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
|
-
`),Mc=e=>t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})},Rh=c.forwardRef(({disabled:e,label:t,error:n,id:o,loading:r,clear:i=!0,value:s="",onChange:l,...d},u)=>{const p=c.useRef(null),f=c.useId(),h=g=>{l(g.target.value,g)},v=()=>{l("")};return a.jsxs(Nn,{disabled:e,id:o??f,label:t,error:n,children:[a.jsx(K,{name:"search",size:"sm"}),a.jsx(Un,{ref:Mc([p,u]),type:"text",id:o??f,disabled:e,value:s,onChange:h,...d}),i&&a.jsx(rr,{disabled:e,onClick:v,$show:s.length>0,children:a.jsx(K,{name:"cross",size:"sm"})}),r&&a.jsx(K,{name:"loading-animated",size:"sm"})]})});function ut(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e==null||e(r),n===!1||!r.defaultPrevented)return t==null?void 0:t(r)}}function Wh(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Ec(...e){return t=>e.forEach(n=>Wh(n,t))}function zt(...e){return c.useCallback(Ec(...e),e)}function Vh(e,t=[]){let n=[];function o(i,s){const l=c.createContext(s),d=n.length;n=[...n,s];function u(f){const{scope:h,children:v,...g}=f,b=(h==null?void 0:h[e][d])||l,x=c.useMemo(()=>g,Object.values(g));return c.createElement(b.Provider,{value:x},v)}function p(f,h){const v=(h==null?void 0:h[e][d])||l,g=c.useContext(v);if(g)return g;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${i}\``)}return u.displayName=i+"Provider",[u,p]}const r=()=>{const i=n.map(s=>c.createContext(s));return function(l){const d=(l==null?void 0:l[e])||i;return c.useMemo(()=>({[`__scope${e}`]:{...l,[e]:d}}),[l,d])}};return r.scopeName=e,[o,zh(r,...t)]}function zh(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const o=e.map(r=>({useScope:r(),scopeName:r.scopeName}));return function(i){const s=o.reduce((l,{useScope:d,scopeName:u})=>{const f=d(i)[`__scope${u}`];return{...l,...f}},{});return c.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}const ir=globalThis!=null&&globalThis.document?c.useLayoutEffect:()=>{},Gh=y["useId".toString()]||(()=>{});let Kh=0;function cr(e){const[t,n]=y.useState(Gh());return ir(()=>{e||n(o=>o??String(Kh++))},[e]),e||(t?`radix-${t}`:"")}function Xe(e){const t=c.useRef(e);return c.useEffect(()=>{t.current=e}),c.useMemo(()=>(...n)=>{var o;return(o=t.current)===null||o===void 0?void 0:o.call(t,...n)},[])}function Yh({prop:e,defaultProp:t,onChange:n=()=>{}}){const[o,r]=qh({defaultProp:t,onChange:n}),i=e!==void 0,s=i?e:o,l=Xe(n),d=c.useCallback(u=>{if(i){const f=typeof u=="function"?u(e):u;f!==e&&l(f)}else r(u)},[i,e,r,l]);return[s,d]}function qh({defaultProp:e,onChange:t}){const n=c.useState(e),[o]=n,r=c.useRef(o),i=Xe(t);return c.useEffect(()=>{r.current!==o&&(i(o),r.current=o)},[o,r,i]),n}const sr=c.forwardRef((e,t)=>{const{children:n,...o}=e,r=c.Children.toArray(n),i=r.find(Jh);if(i){const s=i.props.children,l=r.map(d=>d===i?c.Children.count(s)>1?c.Children.only(null):c.isValidElement(s)?s.props.children:null:d);return c.createElement(lr,S({},o,{ref:t}),c.isValidElement(s)?c.cloneElement(s,void 0,l):null)}return c.createElement(lr,S({},o,{ref:t}),n)});sr.displayName="Slot";const lr=c.forwardRef((e,t)=>{const{children:n,...o}=e;return c.isValidElement(n)?c.cloneElement(n,{...Qh(o,n.props),ref:Ec(t,n.ref)}):c.Children.count(n)>1?c.Children.only(null):null});lr.displayName="SlotClone";const Xh=({children:e})=>c.createElement(c.Fragment,null,e);function Jh(e){return c.isValidElement(e)&&e.type===Xh}function Qh(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?n[o]=(...l)=>{i==null||i(...l),r==null||r(...l)}:o==="style"?n[o]={...r,...i}:o==="className"&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}const Bn=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=c.forwardRef((o,r)=>{const{asChild:i,...s}=o,l=i?sr:t;return c.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),c.createElement(l,S({},s,{ref:r}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function e5(e,t){e&&We.flushSync(()=>e.dispatchEvent(t))}function t5(e){const t=Xe(e);c.useEffect(()=>{const n=o=>{o.key==="Escape"&&t(o)};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[t])}const dr="dismissableLayer.update",n5="dismissableLayer.pointerDownOutside",o5="dismissableLayer.focusOutside";let Oc;const r5=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),a5=c.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:i,onInteractOutside:s,onDismiss:l,...d}=e,u=c.useContext(r5),[p,f]=c.useState(null),[,h]=c.useState({}),v=zt(t,P=>f(P)),g=Array.from(u.layers),[b]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),x=g.indexOf(b),k=p?g.indexOf(p):-1,$=u.layersWithOutsidePointerEventsDisabled.size>0,w=k>=x,C=i5(P=>{const F=P.target,A=[...u.branches].some(N=>N.contains(F));!w||A||(r==null||r(P),s==null||s(P),P.defaultPrevented||l==null||l())}),O=c5(P=>{const F=P.target;[...u.branches].some(N=>N.contains(F))||(i==null||i(P),s==null||s(P),P.defaultPrevented||l==null||l())});return t5(P=>{k===u.layers.size-1&&(o==null||o(P),!P.defaultPrevented&&l&&(P.preventDefault(),l()))}),c.useEffect(()=>{if(p)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Oc=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(p)),u.layers.add(p),jc(),()=>{n&&u.layersWithOutsidePointerEventsDisabled.size===1&&(document.body.style.pointerEvents=Oc)}},[p,n,u]),c.useEffect(()=>()=>{p&&(u.layers.delete(p),u.layersWithOutsidePointerEventsDisabled.delete(p),jc())},[p,u]),c.useEffect(()=>{const P=()=>h({});return document.addEventListener(dr,P),()=>document.removeEventListener(dr,P)},[]),c.createElement(Bn.div,S({},d,{ref:v,style:{pointerEvents:$?w?"auto":"none":void 0,...e.style},onFocusCapture:ut(e.onFocusCapture,O.onFocusCapture),onBlurCapture:ut(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:ut(e.onPointerDownCapture,C.onPointerDownCapture)}))});function i5(e){const t=Xe(e),n=c.useRef(!1),o=c.useRef(()=>{});return c.useEffect(()=>{const r=s=>{if(s.target&&!n.current){let d=function(){Pc(n5,t,l,{discrete:!0})};const l={originalEvent:s};s.pointerType==="touch"?(document.removeEventListener("click",o.current),o.current=d,document.addEventListener("click",o.current,{once:!0})):d()}n.current=!1},i=window.setTimeout(()=>{document.addEventListener("pointerdown",r)},0);return()=>{window.clearTimeout(i),document.removeEventListener("pointerdown",r),document.removeEventListener("click",o.current)}},[t]),{onPointerDownCapture:()=>n.current=!0}}function c5(e){const t=Xe(e),n=c.useRef(!1);return c.useEffect(()=>{const o=r=>{r.target&&!n.current&&Pc(o5,t,{originalEvent:r},{discrete:!1})};return document.addEventListener("focusin",o),()=>document.removeEventListener("focusin",o)},[t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function jc(){const e=new CustomEvent(dr);document.dispatchEvent(e)}function Pc(e,t,n,{discrete:o}){const r=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),o?e5(r,i):r.dispatchEvent(i)}const ur="focusScope.autoFocusOnMount",fr="focusScope.autoFocusOnUnmount",Ic={bubbles:!1,cancelable:!0},s5=c.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:i,...s}=e,[l,d]=c.useState(null),u=Xe(r),p=Xe(i),f=c.useRef(null),h=zt(t,b=>d(b)),v=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(o){let b=function(k){if(v.paused||!l)return;const $=k.target;l.contains($)?f.current=$:Je(f.current,{select:!0})},x=function(k){v.paused||!l||l.contains(k.relatedTarget)||Je(f.current,{select:!0})};return document.addEventListener("focusin",b),document.addEventListener("focusout",x),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",x)}}},[o,l,v.paused]),c.useEffect(()=>{if(l){Tc.add(v);const b=document.activeElement;if(!l.contains(b)){const k=new CustomEvent(ur,Ic);l.addEventListener(ur,u),l.dispatchEvent(k),k.defaultPrevented||(l5(h5(Fc(l)),{select:!0}),document.activeElement===b&&Je(l))}return()=>{l.removeEventListener(ur,u),setTimeout(()=>{const k=new CustomEvent(fr,Ic);l.addEventListener(fr,p),l.dispatchEvent(k),k.defaultPrevented||Je(b??document.body,{select:!0}),l.removeEventListener(fr,p),Tc.remove(v)},0)}}},[l,u,p,v]);const g=c.useCallback(b=>{if(!n&&!o||v.paused)return;const x=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,k=document.activeElement;if(x&&k){const $=b.currentTarget,[w,C]=d5($);w&&C?!b.shiftKey&&k===C?(b.preventDefault(),n&&Je(w,{select:!0})):b.shiftKey&&k===w&&(b.preventDefault(),n&&Je(C,{select:!0})):k===$&&b.preventDefault()}},[n,o,v.paused]);return c.createElement(Bn.div,S({tabIndex:-1},s,{ref:h,onKeyDown:g}))});function l5(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(Je(o,{select:t}),document.activeElement!==n)return}function d5(e){const t=Fc(e),n=_c(t,e),o=_c(t.reverse(),e);return[n,o]}function Fc(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const r=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||r?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function _c(e,t){for(const n of e)if(!u5(n,{upTo:t}))return n}function u5(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function f5(e){return e instanceof HTMLInputElement&&"select"in e}function Je(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&f5(e)&&t&&e.select()}}const Tc=p5();function p5(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=Ac(e,t),e.unshift(t)},remove(t){var n;e=Ac(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function Ac(e,t){const n=[...e],o=n.indexOf(t);return o!==-1&&n.splice(o,1),n}function h5(e){return e.filter(t=>t.tagName!=="A")}const v5=c.forwardRef((e,t)=>{var n;const{container:o=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...r}=e;return o?We.createPortal(c.createElement(Bn.div,S({},r,{ref:t})),o):null});function b5(e,t){return c.useReducer((n,o)=>{const r=t[n][o];return r??n},e)}const Zn=e=>{const{present:t,children:n}=e,o=g5(t),r=typeof n=="function"?n({present:o.isPresent}):c.Children.only(n),i=zt(o.ref,r.ref);return typeof n=="function"||o.isPresent?c.cloneElement(r,{ref:i}):null};Zn.displayName="Presence";function g5(e){const[t,n]=c.useState(),o=c.useRef({}),r=c.useRef(e),i=c.useRef("none"),s=e?"mounted":"unmounted",[l,d]=b5(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const u=Hn(o.current);i.current=l==="mounted"?u:"none"},[l]),ir(()=>{const u=o.current,p=r.current;if(p!==e){const h=i.current,v=Hn(u);e?d("MOUNT"):v==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(p&&h!==v?"ANIMATION_OUT":"UNMOUNT"),r.current=e}},[e,d]),ir(()=>{if(t){const u=f=>{const v=Hn(o.current).includes(f.animationName);f.target===t&&v&&We.flushSync(()=>d("ANIMATION_END"))},p=f=>{f.target===t&&(i.current=Hn(o.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",u),t.addEventListener("animationend",u),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",u),t.removeEventListener("animationend",u)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:c.useCallback(u=>{u&&(o.current=getComputedStyle(u)),n(u)},[])}}function Hn(e){return(e==null?void 0:e.animationName)||"none"}let pr=0;function m5(){c.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:Dc()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:Dc()),pr++,()=>{pr===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),pr--}},[])}function Dc(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Lc=Ba(),hr=function(){},Rn=y.forwardRef(function(e,t){var n=y.useRef(null),o=y.useState({onScrollCapture:hr,onWheelCapture:hr,onTouchMoveCapture:hr}),r=o[0],i=o[1],s=e.forwardProps,l=e.children,d=e.className,u=e.removeScrollBar,p=e.enabled,f=e.shards,h=e.sideCar,v=e.noIsolation,g=e.inert,b=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,$=_o(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=h,C=Ua([n,t]),O=le(le({},$),r);return y.createElement(y.Fragment,null,p&&y.createElement(w,{sideCar:Lc,removeScrollBar:u,shards:f,noIsolation:v,inert:g,setCallbacks:i,allowPinchZoom:!!b,lockRef:n}),s?y.cloneElement(y.Children.only(l),le(le({},O),{ref:C})):y.createElement(k,le({},O,{className:d,ref:C}),l))});Rn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Rn.classNames={fullWidth:Dt,zeroRight:At};var vr=!1;if(typeof window<"u")try{var Wn=Object.defineProperty({},"passive",{get:function(){return vr=!0,!0}});window.addEventListener("test",Wn,Wn),window.removeEventListener("test",Wn,Wn)}catch{vr=!1}var ft=vr?{passive:!1}:!1,x5=function(e){var t=window.getComputedStyle(e);return t.overflowY!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowY==="visible")},k5=function(e){var t=window.getComputedStyle(e);return t.overflowX!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowX==="visible")},Nc=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=Uc(e,n);if(o){var r=Bc(e,n),i=r[1],s=r[2];if(i>s)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},$5=function(e){var t=e.scrollTop,n=e.scrollHeight,o=e.clientHeight;return[t,n,o]},y5=function(e){var t=e.scrollLeft,n=e.scrollWidth,o=e.clientWidth;return[t,n,o]},Uc=function(e,t){return e==="v"?x5(t):k5(t)},Bc=function(e,t){return e==="v"?$5(t):y5(t)},w5=function(e,t){return e==="h"&&t==="rtl"?-1:1},C5=function(e,t,n,o,r){var i=w5(e,window.getComputedStyle(t).direction),s=i*o,l=n.target,d=t.contains(l),u=!1,p=s>0,f=0,h=0;do{var v=Bc(e,l),g=v[0],b=v[1],x=v[2],k=b-x-i*g;(g||k)&&Uc(e,l)&&(f+=k,h+=g),l=l.parentNode}while(!d&&l!==document.body||d&&(t.contains(l)||t===l));return(p&&(r&&f===0||!r&&s>f)||!p&&(r&&h===0||!r&&-s>h))&&(u=!0),u},Vn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Zc=function(e){return[e.deltaX,e.deltaY]},Hc=function(e){return e&&"current"in e?e.current:e},S5=function(e,t){return e[0]===t[0]&&e[1]===t[1]},M5=function(e){return`
|
|
429
|
+
`),Si=e=>t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})},J7=l.forwardRef(({disabled:e,label:t,error:n,id:r,loading:a,clear:i=!0,value:c="",onChange:s,...d},f)=>{const p=l.useRef(null),u=l.useId(),h=g=>{s(g.target.value,g)},v=()=>{s("")};return o.jsxs(Dn,{disabled:e,id:r??u,label:t,error:n,children:[o.jsx(z,{name:"search",size:"sm"}),o.jsx(Nn,{ref:Si([p,f]),type:"text",id:r??u,disabled:e,value:c,onChange:h,...d}),i&&o.jsx(rr,{disabled:e,onClick:v,$show:c.length>0,children:o.jsx(z,{name:"cross",size:"sm"})}),a&&o.jsx(z,{name:"loading-animated",size:"sm"})]})});function ft(e,t,{checkForDefaultPrevented:n=!0}={}){return function(a){if(e==null||e(a),n===!1||!a.defaultPrevented)return t==null?void 0:t(a)}}function Q7(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Li(...e){return t=>e.forEach(n=>Q7(n,t))}function zt(...e){return l.useCallback(Li(...e),e)}function e6(e,t=[]){let n=[];function r(i,c){const s=l.createContext(c),d=n.length;n=[...n,c];function f(u){const{scope:h,children:v,...g}=u,b=(h==null?void 0:h[e][d])||s,x=l.useMemo(()=>g,Object.values(g));return l.createElement(b.Provider,{value:x},v)}function p(u,h){const v=(h==null?void 0:h[e][d])||s,g=l.useContext(v);if(g)return g;if(c!==void 0)return c;throw new Error(`\`${u}\` must be used within \`${i}\``)}return f.displayName=i+"Provider",[f,p]}const a=()=>{const i=n.map(c=>l.createContext(c));return function(s){const d=(s==null?void 0:s[e])||i;return l.useMemo(()=>({[`__scope${e}`]:{...s,[e]:d}}),[s,d])}};return a.scopeName=e,[r,t6(a,...t)]}function t6(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const c=r.reduce((s,{useScope:d,scopeName:f})=>{const u=d(i)[`__scope${f}`];return{...s,...u}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return n.scopeName=t.scopeName,n}const ir=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{},n6=$["useId".toString()]||(()=>{});let o6=0;function lr(e){const[t,n]=$.useState(n6());return ir(()=>{e||n(r=>r??String(o6++))},[e]),e||(t?`radix-${t}`:"")}function Xe(e){const t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}function r6({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,a]=a6({defaultProp:t,onChange:n}),i=e!==void 0,c=i?e:r,s=Xe(n),d=l.useCallback(f=>{if(i){const u=typeof f=="function"?f(e):f;u!==e&&s(u)}else a(f)},[i,e,a,s]);return[c,d]}function a6({defaultProp:e,onChange:t}){const n=l.useState(e),[r]=n,a=l.useRef(r),i=Xe(t);return l.useEffect(()=>{a.current!==r&&(i(r),a.current=r)},[r,a,i]),n}const cr=l.forwardRef((e,t)=>{const{children:n,...r}=e,a=l.Children.toArray(n),i=a.find(l6);if(i){const c=i.props.children,s=a.map(d=>d===i?l.Children.count(c)>1?l.Children.only(null):l.isValidElement(c)?c.props.children:null:d);return l.createElement(sr,M({},r,{ref:t}),l.isValidElement(c)?l.cloneElement(c,void 0,s):null)}return l.createElement(sr,M({},r,{ref:t}),n)});cr.displayName="Slot";const sr=l.forwardRef((e,t)=>{const{children:n,...r}=e;return l.isValidElement(n)?l.cloneElement(n,{...c6(r,n.props),ref:Li(t,n.ref)}):l.Children.count(n)>1?l.Children.only(null):null});sr.displayName="SlotClone";const i6=({children:e})=>l.createElement(l.Fragment,null,e);function l6(e){return l.isValidElement(e)&&e.type===i6}function c6(e,t){const n={...t};for(const r in t){const a=e[r],i=t[r];/^on[A-Z]/.test(r)?n[r]=(...s)=>{i==null||i(...s),a==null||a(...s)}:r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...e,...n}}const Zn=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=l.forwardRef((r,a)=>{const{asChild:i,...c}=r,s=i?cr:t;return l.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),l.createElement(s,M({},c,{ref:a}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function s6(e,t){e&&Re.flushSync(()=>e.dispatchEvent(t))}function d6(e){const t=Xe(e);l.useEffect(()=>{const n=r=>{r.key==="Escape"&&t(r)};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[t])}const dr="dismissableLayer.update",f6="dismissableLayer.pointerDownOutside",u6="dismissableLayer.focusOutside";let ji;const p6=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),h6=l.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:c,onDismiss:s,...d}=e,f=l.useContext(p6),[p,u]=l.useState(null),[,h]=l.useState({}),v=zt(t,O=>u(O)),g=Array.from(f.layers),[b]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),x=g.indexOf(b),k=p?g.indexOf(p):-1,w=f.layersWithOutsidePointerEventsDisabled.size>0,y=k>=x,C=v6(O=>{const P=O.target,T=[...f.branches].some(D=>D.contains(P));!y||T||(a==null||a(O),c==null||c(O),O.defaultPrevented||s==null||s())}),j=b6(O=>{const P=O.target;[...f.branches].some(D=>D.contains(P))||(i==null||i(O),c==null||c(O),O.defaultPrevented||s==null||s())});return d6(O=>{k===f.layers.size-1&&(r==null||r(O),!O.defaultPrevented&&s&&(O.preventDefault(),s()))}),l.useEffect(()=>{if(p)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(ji=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(p)),f.layers.add(p),Ei(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(document.body.style.pointerEvents=ji)}},[p,n,f]),l.useEffect(()=>()=>{p&&(f.layers.delete(p),f.layersWithOutsidePointerEventsDisabled.delete(p),Ei())},[p,f]),l.useEffect(()=>{const O=()=>h({});return document.addEventListener(dr,O),()=>document.removeEventListener(dr,O)},[]),l.createElement(Zn.div,M({},d,{ref:v,style:{pointerEvents:w?y?"auto":"none":void 0,...e.style},onFocusCapture:ft(e.onFocusCapture,j.onFocusCapture),onBlurCapture:ft(e.onBlurCapture,j.onBlurCapture),onPointerDownCapture:ft(e.onPointerDownCapture,C.onPointerDownCapture)}))});function v6(e){const t=Xe(e),n=l.useRef(!1),r=l.useRef(()=>{});return l.useEffect(()=>{const a=c=>{if(c.target&&!n.current){let d=function(){Oi(f6,t,s,{discrete:!0})};const s={originalEvent:c};c.pointerType==="touch"?(document.removeEventListener("click",r.current),r.current=d,document.addEventListener("click",r.current,{once:!0})):d()}n.current=!1},i=window.setTimeout(()=>{document.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(i),document.removeEventListener("pointerdown",a),document.removeEventListener("click",r.current)}},[t]),{onPointerDownCapture:()=>n.current=!0}}function b6(e){const t=Xe(e),n=l.useRef(!1);return l.useEffect(()=>{const r=a=>{a.target&&!n.current&&Oi(u6,t,{originalEvent:a},{discrete:!1})};return document.addEventListener("focusin",r),()=>document.removeEventListener("focusin",r)},[t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function Ei(){const e=new CustomEvent(dr);document.dispatchEvent(e)}function Oi(e,t,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?s6(a,i):a.dispatchEvent(i)}const fr="focusScope.autoFocusOnMount",ur="focusScope.autoFocusOnUnmount",_i={bubbles:!1,cancelable:!0},g6=l.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...c}=e,[s,d]=l.useState(null),f=Xe(a),p=Xe(i),u=l.useRef(null),h=zt(t,b=>d(b)),v=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(r){let b=function(k){if(v.paused||!s)return;const w=k.target;s.contains(w)?u.current=w:Je(u.current,{select:!0})},x=function(k){v.paused||!s||s.contains(k.relatedTarget)||Je(u.current,{select:!0})};return document.addEventListener("focusin",b),document.addEventListener("focusout",x),()=>{document.removeEventListener("focusin",b),document.removeEventListener("focusout",x)}}},[r,s,v.paused]),l.useEffect(()=>{if(s){Fi.add(v);const b=document.activeElement;if(!s.contains(b)){const k=new CustomEvent(fr,_i);s.addEventListener(fr,f),s.dispatchEvent(k),k.defaultPrevented||(m6(y6(Pi(s)),{select:!0}),document.activeElement===b&&Je(s))}return()=>{s.removeEventListener(fr,f),setTimeout(()=>{const k=new CustomEvent(ur,_i);s.addEventListener(ur,p),s.dispatchEvent(k),k.defaultPrevented||Je(b??document.body,{select:!0}),s.removeEventListener(ur,p),Fi.remove(v)},0)}}},[s,f,p,v]);const g=l.useCallback(b=>{if(!n&&!r||v.paused)return;const x=b.key==="Tab"&&!b.altKey&&!b.ctrlKey&&!b.metaKey,k=document.activeElement;if(x&&k){const w=b.currentTarget,[y,C]=x6(w);y&&C?!b.shiftKey&&k===C?(b.preventDefault(),n&&Je(y,{select:!0})):b.shiftKey&&k===y&&(b.preventDefault(),n&&Je(C,{select:!0})):k===w&&b.preventDefault()}},[n,r,v.paused]);return l.createElement(Zn.div,M({tabIndex:-1},c,{ref:h,onKeyDown:g}))});function m6(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Je(r,{select:t}),document.activeElement!==n)return}function x6(e){const t=Pi(e),n=Ii(t,e),r=Ii(t.reverse(),e);return[n,r]}function Pi(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Ii(e,t){for(const n of e)if(!k6(n,{upTo:t}))return n}function k6(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function w6(e){return e instanceof HTMLInputElement&&"select"in e}function Je(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&w6(e)&&t&&e.select()}}const Fi=$6();function $6(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=Ti(e,t),e.unshift(t)},remove(t){var n;e=Ti(e,t),(n=e[0])===null||n===void 0||n.resume()}}}function Ti(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function y6(e){return e.filter(t=>t.tagName!=="A")}const C6=l.forwardRef((e,t)=>{var n;const{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...a}=e;return r?Re.createPortal(l.createElement(Zn.div,M({},a,{ref:t})),r):null});function M6(e,t){return l.useReducer((n,r)=>{const a=t[n][r];return a??n},e)}const Bn=e=>{const{present:t,children:n}=e,r=S6(t),a=typeof n=="function"?n({present:r.isPresent}):l.Children.only(n),i=zt(r.ref,a.ref);return typeof n=="function"||r.isPresent?l.cloneElement(a,{ref:i}):null};Bn.displayName="Presence";function S6(e){const[t,n]=l.useState(),r=l.useRef({}),a=l.useRef(e),i=l.useRef("none"),c=e?"mounted":"unmounted",[s,d]=M6(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{const f=Vn(r.current);i.current=s==="mounted"?f:"none"},[s]),ir(()=>{const f=r.current,p=a.current;if(p!==e){const h=i.current,v=Vn(f);e?d("MOUNT"):v==="none"||(f==null?void 0:f.display)==="none"?d("UNMOUNT"):d(p&&h!==v?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),ir(()=>{if(t){const f=u=>{const v=Vn(r.current).includes(u.animationName);u.target===t&&v&&Re.flushSync(()=>d("ANIMATION_END"))},p=u=>{u.target===t&&(i.current=Vn(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(f=>{f&&(r.current=getComputedStyle(f)),n(f)},[])}}function Vn(e){return(e==null?void 0:e.animationName)||"none"}let pr=0;function L6(){l.useEffect(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:Hi()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:Hi()),pr++,()=>{pr===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),pr--}},[])}function Hi(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Ai=Z1(),hr=function(){},Un=$.forwardRef(function(e,t){var n=$.useRef(null),r=$.useState({onScrollCapture:hr,onWheelCapture:hr,onTouchMoveCapture:hr}),a=r[0],i=r[1],c=e.forwardProps,s=e.children,d=e.className,f=e.removeScrollBar,p=e.enabled,u=e.shards,h=e.sideCar,v=e.noIsolation,g=e.inert,b=e.allowPinchZoom,x=e.as,k=x===void 0?"div":x,w=Io(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=h,C=N1([n,t]),j=se(se({},w),a);return $.createElement($.Fragment,null,p&&$.createElement(y,{sideCar:Ai,removeScrollBar:f,shards:u,noIsolation:v,inert:g,setCallbacks:i,allowPinchZoom:!!b,lockRef:n}),c?$.cloneElement($.Children.only(s),se(se({},j),{ref:C})):$.createElement(k,se({},j,{className:d,ref:C}),s))});Un.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Un.classNames={fullWidth:Ht,zeroRight:Tt};var vr=!1;if(typeof window<"u")try{var Rn=Object.defineProperty({},"passive",{get:function(){return vr=!0,!0}});window.addEventListener("test",Rn,Rn),window.removeEventListener("test",Rn,Rn)}catch{vr=!1}var ut=vr?{passive:!1}:!1,j6=function(e){var t=window.getComputedStyle(e);return t.overflowY!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowY==="visible")},E6=function(e){var t=window.getComputedStyle(e);return t.overflowX!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowX==="visible")},Di=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=Ni(e,n);if(r){var a=Zi(e,n),i=a[1],c=a[2];if(i>c)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},O6=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},_6=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},Ni=function(e,t){return e==="v"?j6(t):E6(t)},Zi=function(e,t){return e==="v"?O6(t):_6(t)},P6=function(e,t){return e==="h"&&t==="rtl"?-1:1},I6=function(e,t,n,r,a){var i=P6(e,window.getComputedStyle(t).direction),c=i*r,s=n.target,d=t.contains(s),f=!1,p=c>0,u=0,h=0;do{var v=Zi(e,s),g=v[0],b=v[1],x=v[2],k=b-x-i*g;(g||k)&&Ni(e,s)&&(u+=k,h+=g),s=s.parentNode}while(!d&&s!==document.body||d&&(t.contains(s)||t===s));return(p&&(a&&u===0||!a&&c>u)||!p&&(a&&h===0||!a&&-c>h))&&(f=!0),f},Wn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Bi=function(e){return[e.deltaX,e.deltaY]},Vi=function(e){return e&&"current"in e?e.current:e},F6=function(e,t){return e[0]===t[0]&&e[1]===t[1]},T6=function(e){return`
|
|
430
430
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
431
431
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
432
|
-
`)},E5=0,pt=[];function O5(e){var t=y.useRef([]),n=y.useRef([0,0]),o=y.useRef(),r=y.useState(E5++)[0],i=y.useState(function(){return Ao()})[0],s=y.useRef(e);y.useEffect(function(){s.current=e},[e]),y.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(r));var b=Na([e.lockRef.current],(e.shards||[]).map(Hc),!0).filter(Boolean);return b.forEach(function(x){return x.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),b.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=y.useCallback(function(b,x){if("touches"in b&&b.touches.length===2)return!s.current.allowPinchZoom;var k=Vn(b),$=n.current,w="deltaX"in b?b.deltaX:$[0]-k[0],C="deltaY"in b?b.deltaY:$[1]-k[1],O,P=b.target,F=Math.abs(w)>Math.abs(C)?"h":"v";if("touches"in b&&F==="h"&&P.type==="range")return!1;var A=Nc(F,P);if(!A)return!0;if(A?O=F:(O=F==="v"?"h":"v",A=Nc(F,P)),!A)return!1;if(!o.current&&"changedTouches"in b&&(w||C)&&(o.current=O),!O)return!0;var N=o.current||O;return C5(N,x,b,N==="h"?w:C,!0)},[]),d=y.useCallback(function(b){var x=b;if(!(!pt.length||pt[pt.length-1]!==i)){var k="deltaY"in x?Zc(x):Vn(x),$=t.current.filter(function(O){return O.name===x.type&&O.target===x.target&&S5(O.delta,k)})[0];if($&&$.should){x.preventDefault();return}if(!$){var w=(s.current.shards||[]).map(Hc).filter(Boolean).filter(function(O){return O.contains(x.target)}),C=w.length>0?l(x,w[0]):!s.current.noIsolation;C&&x.preventDefault()}}},[]),u=y.useCallback(function(b,x,k,$){var w={name:b,delta:x,target:k,should:$};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(C){return C!==w})},1)},[]),p=y.useCallback(function(b){n.current=Vn(b),o.current=void 0},[]),f=y.useCallback(function(b){u(b.type,Zc(b),b.target,l(b,e.lockRef.current))},[]),h=y.useCallback(function(b){u(b.type,Vn(b),b.target,l(b,e.lockRef.current))},[]);y.useEffect(function(){return pt.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",d,ft),document.addEventListener("touchmove",d,ft),document.addEventListener("touchstart",p,ft),function(){pt=pt.filter(function(b){return b!==i}),document.removeEventListener("wheel",d,ft),document.removeEventListener("touchmove",d,ft),document.removeEventListener("touchstart",p,ft)}},[]);var v=e.removeScrollBar,g=e.inert;return y.createElement(y.Fragment,null,g?y.createElement(i,{styles:M5(r)}):null,v?y.createElement(Va,{gapMode:"margin"}):null)}const j5=Ha(Lc,O5);var Rc=y.forwardRef(function(e,t){return y.createElement(Rn,le({},e,{ref:t,sideCar:j5}))});Rc.classNames=Rn.classNames;const P5=Rc,Wc="Dialog",[Vc,Q9]=Vh(Wc),[I5,Qe]=Vc(Wc),F5=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:i,modal:s=!0}=e,l=c.useRef(null),d=c.useRef(null),[u=!1,p]=Yh({prop:o,defaultProp:r,onChange:i});return c.createElement(I5,{scope:t,triggerRef:l,contentRef:d,contentId:cr(),titleId:cr(),descriptionId:cr(),open:u,onOpenChange:p,onOpenToggle:c.useCallback(()=>p(f=>!f),[p]),modal:s},n)},zc="DialogPortal",[_5,Gc]=Vc(zc,{forceMount:void 0}),T5=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,i=Qe(zc,t);return c.createElement(_5,{scope:t,forceMount:n},c.Children.map(o,s=>c.createElement(Zn,{present:n||i.open},c.createElement(v5,{asChild:!0,container:r},s))))},br="DialogOverlay",A5=c.forwardRef((e,t)=>{const n=Gc(br,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=Qe(br,e.__scopeDialog);return i.modal?c.createElement(Zn,{present:o||i.open},c.createElement(D5,S({},r,{ref:t}))):null}),D5=c.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=Qe(br,n);return c.createElement(P5,{as:sr,allowPinchZoom:!0,shards:[r.contentRef]},c.createElement(Bn.div,S({"data-state":Yc(r.open)},o,{ref:t,style:{pointerEvents:"auto",...o.style}})))}),Gt="DialogContent",L5=c.forwardRef((e,t)=>{const n=Gc(Gt,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=Qe(Gt,e.__scopeDialog);return c.createElement(Zn,{present:o||i.open},i.modal?c.createElement(N5,S({},r,{ref:t})):c.createElement(U5,S({},r,{ref:t})))}),N5=c.forwardRef((e,t)=>{const n=Qe(Gt,e.__scopeDialog),o=c.useRef(null),r=zt(t,n.contentRef,o);return c.useEffect(()=>{const i=o.current;if(i)return Fo(i)},[]),c.createElement(Kc,S({},e,{ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ut(e.onCloseAutoFocus,i=>{var s;i.preventDefault(),(s=n.triggerRef.current)===null||s===void 0||s.focus()}),onPointerDownOutside:ut(e.onPointerDownOutside,i=>{const s=i.detail.originalEvent,l=s.button===0&&s.ctrlKey===!0;(s.button===2||l)&&i.preventDefault()}),onFocusOutside:ut(e.onFocusOutside,i=>i.preventDefault())}))}),U5=c.forwardRef((e,t)=>{const n=Qe(Gt,e.__scopeDialog),o=c.useRef(!1);return c.createElement(Kc,S({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:r=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,r),!r.defaultPrevented){var s;o.current||(s=n.triggerRef.current)===null||s===void 0||s.focus(),r.preventDefault()}o.current=!1},onInteractOutside:r=>{var i,s;(i=e.onInteractOutside)===null||i===void 0||i.call(e,r),r.defaultPrevented||(o.current=!0);const l=r.target;((s=n.triggerRef.current)===null||s===void 0?void 0:s.contains(l))&&r.preventDefault()}}))}),Kc=c.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:i,...s}=e,l=Qe(Gt,n),d=c.useRef(null),u=zt(t,d);return m5(),c.createElement(c.Fragment,null,c.createElement(s5,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i},c.createElement(a5,S({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Yc(l.open)},s,{ref:u,onDismiss:()=>l.onOpenChange(!1)}))),!1)});function Yc(e){return e?"open":"closed"}const B5=F5,Z5=T5,H5=A5,R5=L5;var qc=1,W5=.9,V5=.3,gr=.1,z5=0,mr=.999,G5=.9999,K5=.99,Xc=/[\\\/\-_+.# \t"@\[\(\{&]/,Y5=/[\\\/\-_+.# \t"@\[\(\{&]/g;function xr(e,t,n,o,r,i){if(i===t.length)return r===e.length?qc:K5;for(var s=o.charAt(i),l=n.indexOf(s,r),d=0,u,p,f;l>=0;)u=xr(e,t,n,o,l+1,i+1),u>d&&(l===r?u*=qc:Xc.test(e.charAt(l-1))?(u*=W5,f=e.slice(r,l-1).match(Y5),f&&r>0&&(u*=Math.pow(mr,f.length))):Xc.test(e.slice(r,l-1))?(u*=z5,r>0&&(u*=Math.pow(mr,l-r))):(u*=V5,r>0&&(u*=Math.pow(mr,l-r))),e.charAt(l)!==t.charAt(i)&&(u*=G5)),u<gr&&n.charAt(l-1)===o.charAt(i+1)&&n.charAt(l-1)!==o.charAt(i)&&(p=xr(e,t,n,o,l+1,i+2),p*gr>u&&(u=p*gr)),u>d&&(d=u),l=n.indexOf(s,l+1);return d}function q5(e,t){return xr(e,t,e.toLowerCase(),t.toLowerCase(),0,0)}var X5=q5;const J5=Gr(X5);var Q5='[cmdk-list-sizer=""]',Kt='[cmdk-group=""]',kr='[cmdk-group-items=""]',ev='[cmdk-group-heading=""]',Jc='[cmdk-item=""]',Qc=`${Jc}:not([aria-disabled="true"])`,$r="cmdk-item-select",Re="data-value",tv=(e,t)=>J5(e,t),es=y.createContext(void 0),Yt=()=>y.useContext(es),ts=y.createContext(void 0),yr=()=>y.useContext(ts),ns=y.createContext(void 0),os=y.forwardRef((e,t)=>{let n=y.useRef(null),o=bt(()=>({search:"",value:"",filtered:{count:0,items:new Map,groups:new Set}})),r=bt(()=>new Set),i=bt(()=>new Map),s=bt(()=>new Map),l=bt(()=>new Set),d=rs(e),{label:u,children:p,value:f,onValueChange:h,filter:v,shouldFilter:g,...b}=e,x=y.useId(),k=y.useId(),$=y.useId(),w=fv();vt(()=>{if(f!==void 0){let M=f.trim().toLowerCase();o.current.value=M,w(6,Y),C.emit()}},[f]);let C=y.useMemo(()=>({subscribe:M=>(l.current.add(M),()=>l.current.delete(M)),snapshot:()=>o.current,setState:(M,T,B)=>{var D,X,oe;if(!Object.is(o.current[M],T)){if(o.current[M]=T,M==="search")N(),F(),w(1,A);else if(M==="value")if(((D=d.current)==null?void 0:D.value)!==void 0){(oe=(X=d.current).onValueChange)==null||oe.call(X,T);return}else B||w(5,Y);C.emit()}},emit:()=>{l.current.forEach(M=>M())}}),[]),O=y.useMemo(()=>({value:(M,T)=>{T!==s.current.get(M)&&(s.current.set(M,T),o.current.filtered.items.set(M,P(T)),w(2,()=>{F(),C.emit()}))},item:(M,T)=>(r.current.add(M),T&&(i.current.has(T)?i.current.get(T).add(M):i.current.set(T,new Set([M]))),w(3,()=>{N(),F(),o.current.value||A(),C.emit()}),()=>{s.current.delete(M),r.current.delete(M),o.current.filtered.items.delete(M),w(4,()=>{N(),A(),C.emit()})}),group:M=>(i.current.has(M)||i.current.set(M,new Set),()=>{s.current.delete(M),i.current.delete(M)}),filter:()=>d.current.shouldFilter,label:u||e["aria-label"],listId:x,inputId:$,labelId:k}),[]);function P(M){var T;let B=((T=d.current)==null?void 0:T.filter)??tv;return M?B(M,o.current.search):0}function F(){if(!n.current||!o.current.search||d.current.shouldFilter===!1)return;let M=o.current.filtered.items,T=[];o.current.filtered.groups.forEach(D=>{let X=i.current.get(D),oe=0;X.forEach(se=>{let me=M.get(se);oe=Math.max(me,oe)}),T.push([D,oe])});let B=n.current.querySelector(Q5);ee().sort((D,X)=>{let oe=D.getAttribute(Re),se=X.getAttribute(Re);return(M.get(se)??0)-(M.get(oe)??0)}).forEach(D=>{let X=D.closest(kr);X?X.appendChild(D.parentElement===X?D:D.closest(`${kr} > *`)):B.appendChild(D.parentElement===B?D:D.closest(`${kr} > *`))}),T.sort((D,X)=>X[1]-D[1]).forEach(D=>{let X=n.current.querySelector(`${Kt}[${Re}="${D[0]}"]`);X==null||X.parentElement.appendChild(X)})}function A(){let M=ee().find(B=>!B.ariaDisabled),T=M==null?void 0:M.getAttribute(Re);C.setState("value",T||void 0)}function N(){if(!o.current.search||d.current.shouldFilter===!1){o.current.filtered.count=r.current.size;return}o.current.filtered.groups=new Set;let M=0;for(let T of r.current){let B=s.current.get(T),D=P(B);o.current.filtered.items.set(T,D),D>0&&M++}for(let[T,B]of i.current)for(let D of B)if(o.current.filtered.items.get(D)>0){o.current.filtered.groups.add(T);break}o.current.filtered.count=M}function Y(){var M,T,B;let D=R();D&&(((M=D.parentElement)==null?void 0:M.firstChild)===D&&((B=(T=D.closest(Kt))==null?void 0:T.querySelector(ev))==null||B.scrollIntoView({block:"nearest"})),D.scrollIntoView({block:"nearest"}))}function R(){return n.current.querySelector(`${Jc}[aria-selected="true"]`)}function ee(){return Array.from(n.current.querySelectorAll(Qc))}function Z(M){let T=ee()[M];T&&C.setState("value",T.getAttribute(Re))}function H(M){var T;let B=R(),D=ee(),X=D.findIndex(se=>se===B),oe=D[X+M];(T=d.current)!=null&&T.loop&&(oe=X+M<0?D[D.length-1]:X+M===D.length?D[0]:D[X+M]),oe&&C.setState("value",oe.getAttribute(Re))}function q(M){let T=R(),B=T==null?void 0:T.closest(Kt),D;for(;B&&!D;)B=M>0?dv(B,Kt):uv(B,Kt),D=B==null?void 0:B.querySelector(Qc);D?C.setState("value",D.getAttribute(Re)):H(M)}let z=()=>Z(ee().length-1),de=M=>{M.preventDefault(),M.metaKey?z():M.altKey?q(1):H(1)},re=M=>{M.preventDefault(),M.metaKey?Z(0):M.altKey?q(-1):H(-1)};return y.createElement("div",{ref:qt([n,t]),...b,"cmdk-root":"",onKeyDown:M=>{var T;if((T=b.onKeyDown)==null||T.call(b,M),!M.defaultPrevented)switch(M.key){case"n":case"j":{M.ctrlKey&&de(M);break}case"ArrowDown":{de(M);break}case"p":case"k":{M.ctrlKey&&re(M);break}case"ArrowUp":{re(M);break}case"Home":{M.preventDefault(),Z(0);break}case"End":{M.preventDefault(),z();break}case"Enter":{M.preventDefault();let B=R();if(B){let D=new Event($r);B.dispatchEvent(D)}}}}},y.createElement("label",{"cmdk-label":"",htmlFor:O.inputId,id:O.labelId,style:pv},u),y.createElement(ts.Provider,{value:C},y.createElement(es.Provider,{value:O},p)))}),nv=y.forwardRef((e,t)=>{let n=y.useId(),o=y.useRef(null),r=y.useContext(ns),i=Yt(),s=rs(e);vt(()=>i.item(n,r),[]);let l=as(n,o,[e.value,e.children,o]),d=yr(),u=et(k=>k.value&&k.value===l.current),p=et(k=>i.filter()===!1?!0:k.search?k.filtered.items.get(n)>0:!0);y.useEffect(()=>{let k=o.current;if(!(!k||e.disabled))return k.addEventListener($r,f),()=>k.removeEventListener($r,f)},[p,e.onSelect,e.disabled]);function f(){var k,$;($=(k=s.current).onSelect)==null||$.call(k,l.current)}function h(){d.setState("value",l.current,!0)}if(!p)return null;let{disabled:v,value:g,onSelect:b,...x}=e;return y.createElement("div",{ref:qt([o,t]),...x,"cmdk-item":"",role:"option","aria-disabled":v||void 0,"aria-selected":u||void 0,"data-selected":u||void 0,onPointerMove:v?void 0:h,onClick:v?void 0:f},e.children)}),ov=y.forwardRef((e,t)=>{let{heading:n,children:o,...r}=e,i=y.useId(),s=y.useRef(null),l=y.useRef(null),d=y.useId(),u=Yt(),p=et(h=>u.filter()===!1?!0:h.search?h.filtered.groups.has(i):!0);vt(()=>u.group(i),[]),as(i,s,[e.value,e.heading,l]);let f=y.createElement(ns.Provider,{value:i},o);return y.createElement("div",{ref:qt([s,t]),...r,"cmdk-group":"",role:"presentation",hidden:p?void 0:!0},n&&y.createElement("div",{ref:l,"cmdk-group-heading":"","aria-hidden":!0,id:d},n),y.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?d:void 0},f))}),rv=y.forwardRef((e,t)=>{let{alwaysRender:n,...o}=e,r=y.useRef(null),i=et(s=>!s.search);return!n&&!i?null:y.createElement("div",{ref:qt([r,t]),...o,"cmdk-separator":"",role:"separator"})}),av=y.forwardRef((e,t)=>{let{onValueChange:n,...o}=e,r=e.value!=null,i=yr(),s=et(d=>d.search),l=Yt();return y.useEffect(()=>{e.value!=null&&i.setState("search",e.value)},[e.value]),y.createElement("input",{ref:t,...o,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":l.listId,"aria-labelledby":l.labelId,id:l.inputId,type:"text",value:r?e.value:s,onChange:d=>{r||i.setState("search",d.target.value),n==null||n(d.target.value)}})}),iv=y.forwardRef((e,t)=>{let{children:n,...o}=e,r=y.useRef(null),i=y.useRef(null),s=Yt();return y.useEffect(()=>{if(i.current&&r.current){let l=i.current,d=r.current,u,p=new ResizeObserver(()=>{u=requestAnimationFrame(()=>{let f=l.getBoundingClientRect().height;d.style.setProperty("--cmdk-list-height",f.toFixed(1)+"px")})});return p.observe(l),()=>{cancelAnimationFrame(u),p.unobserve(l)}}},[]),y.createElement("div",{ref:qt([r,t]),...o,"cmdk-list":"",role:"listbox","aria-label":"Suggestions",id:s.listId,"aria-labelledby":s.inputId},y.createElement("div",{ref:i,"cmdk-list-sizer":""},n))}),cv=y.forwardRef((e,t)=>{let{open:n,onOpenChange:o,container:r,...i}=e;return y.createElement(B5,{open:n,onOpenChange:o},y.createElement(Z5,{container:r},y.createElement(H5,{"cmdk-overlay":""}),y.createElement(R5,{"aria-label":e.label,"cmdk-dialog":""},y.createElement(os,{ref:t,...i}))))}),sv=y.forwardRef((e,t)=>{let n=y.useRef(!0),o=et(r=>r.filtered.count===0);return y.useEffect(()=>{n.current=!1},[]),n.current||!o?null:y.createElement("div",{ref:t,...e,"cmdk-empty":"",role:"presentation"})}),lv=y.forwardRef((e,t)=>{let{progress:n,children:o,...r}=e;return y.createElement("div",{ref:t,...r,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":"Loading..."},y.createElement("div",{"aria-hidden":!0},o))}),ht=Object.assign(os,{List:iv,Item:nv,Input:av,Group:ov,Separator:rv,Dialog:cv,Empty:sv,Loading:lv});function dv(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function uv(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function rs(e){let t=y.useRef(e);return vt(()=>{t.current=e}),t}var vt=typeof window>"u"?y.useEffect:y.useLayoutEffect;function bt(e){let t=y.useRef();return t.current===void 0&&(t.current=e()),t}function qt(e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}function et(e){let t=yr(),n=()=>e(t.snapshot());return y.useSyncExternalStore(t.subscribe,n,n)}function as(e,t,n){let o=y.useRef(),r=Yt();return vt(()=>{var i;let s=(()=>{var l;for(let d of n){if(typeof d=="string")return d.trim().toLowerCase();if(typeof d=="object"&&"current"in d&&d.current)return(l=d.current.textContent)==null?void 0:l.trim().toLowerCase()}})();r.value(e,s),(i=t.current)==null||i.setAttribute(Re,s),o.current=s}),o}var fv=()=>{let[e,t]=y.useState(),n=bt(()=>new Map);return vt(()=>{n.current.forEach(o=>o()),n.current=new Map},[e]),(o,r)=>{n.current.set(o,r),t({})}},pv={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const hv=E.styled.div.withConfig({componentId:"sc-glgi67-0"})(["display:flex;width:100%;align-items:center;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
432
|
+
`)},H6=0,pt=[];function A6(e){var t=$.useRef([]),n=$.useRef([0,0]),r=$.useRef(),a=$.useState(H6++)[0],i=$.useState(function(){return To()})[0],c=$.useRef(e);$.useEffect(function(){c.current=e},[e]),$.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var b=D1([e.lockRef.current],(e.shards||[]).map(Vi),!0).filter(Boolean);return b.forEach(function(x){return x.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),b.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var s=$.useCallback(function(b,x){if("touches"in b&&b.touches.length===2)return!c.current.allowPinchZoom;var k=Wn(b),w=n.current,y="deltaX"in b?b.deltaX:w[0]-k[0],C="deltaY"in b?b.deltaY:w[1]-k[1],j,O=b.target,P=Math.abs(y)>Math.abs(C)?"h":"v";if("touches"in b&&P==="h"&&O.type==="range")return!1;var T=Di(P,O);if(!T)return!0;if(T?j=P:(j=P==="v"?"h":"v",T=Di(P,O)),!T)return!1;if(!r.current&&"changedTouches"in b&&(y||C)&&(r.current=j),!j)return!0;var D=r.current||j;return I6(D,x,b,D==="h"?y:C,!0)},[]),d=$.useCallback(function(b){var x=b;if(!(!pt.length||pt[pt.length-1]!==i)){var k="deltaY"in x?Bi(x):Wn(x),w=t.current.filter(function(j){return j.name===x.type&&j.target===x.target&&F6(j.delta,k)})[0];if(w&&w.should){x.preventDefault();return}if(!w){var y=(c.current.shards||[]).map(Vi).filter(Boolean).filter(function(j){return j.contains(x.target)}),C=y.length>0?s(x,y[0]):!c.current.noIsolation;C&&x.preventDefault()}}},[]),f=$.useCallback(function(b,x,k,w){var y={name:b,delta:x,target:k,should:w};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(C){return C!==y})},1)},[]),p=$.useCallback(function(b){n.current=Wn(b),r.current=void 0},[]),u=$.useCallback(function(b){f(b.type,Bi(b),b.target,s(b,e.lockRef.current))},[]),h=$.useCallback(function(b){f(b.type,Wn(b),b.target,s(b,e.lockRef.current))},[]);$.useEffect(function(){return pt.push(i),e.setCallbacks({onScrollCapture:u,onWheelCapture:u,onTouchMoveCapture:h}),document.addEventListener("wheel",d,ut),document.addEventListener("touchmove",d,ut),document.addEventListener("touchstart",p,ut),function(){pt=pt.filter(function(b){return b!==i}),document.removeEventListener("wheel",d,ut),document.removeEventListener("touchmove",d,ut),document.removeEventListener("touchstart",p,ut)}},[]);var v=e.removeScrollBar,g=e.inert;return $.createElement($.Fragment,null,g?$.createElement(i,{styles:T6(a)}):null,v?$.createElement(W1,{gapMode:"margin"}):null)}const D6=V1(Ai,A6);var Ui=$.forwardRef(function(e,t){return $.createElement(Un,se({},e,{ref:t,sideCar:D6}))});Ui.classNames=Un.classNames;const N6=Ui,Ri="Dialog",[Wi,cx]=e6(Ri),[Z6,Qe]=Wi(Ri),B6=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:c=!0}=e,s=l.useRef(null),d=l.useRef(null),[f=!1,p]=r6({prop:r,defaultProp:a,onChange:i});return l.createElement(Z6,{scope:t,triggerRef:s,contentRef:d,contentId:lr(),titleId:lr(),descriptionId:lr(),open:f,onOpenChange:p,onOpenToggle:l.useCallback(()=>p(u=>!u),[p]),modal:c},n)},zi="DialogPortal",[V6,Gi]=Wi(zi,{forceMount:void 0}),U6=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:a}=e,i=Qe(zi,t);return l.createElement(V6,{scope:t,forceMount:n},l.Children.map(r,c=>l.createElement(Bn,{present:n||i.open},l.createElement(C6,{asChild:!0,container:a},c))))},br="DialogOverlay",R6=l.forwardRef((e,t)=>{const n=Gi(br,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,i=Qe(br,e.__scopeDialog);return i.modal?l.createElement(Bn,{present:r||i.open},l.createElement(W6,M({},a,{ref:t}))):null}),W6=l.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,a=Qe(br,n);return l.createElement(N6,{as:cr,allowPinchZoom:!0,shards:[a.contentRef]},l.createElement(Zn.div,M({"data-state":Yi(a.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),Gt="DialogContent",z6=l.forwardRef((e,t)=>{const n=Gi(Gt,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,i=Qe(Gt,e.__scopeDialog);return l.createElement(Bn,{present:r||i.open},i.modal?l.createElement(G6,M({},a,{ref:t})):l.createElement(K6,M({},a,{ref:t})))}),G6=l.forwardRef((e,t)=>{const n=Qe(Gt,e.__scopeDialog),r=l.useRef(null),a=zt(t,n.contentRef,r);return l.useEffect(()=>{const i=r.current;if(i)return Po(i)},[]),l.createElement(Ki,M({},e,{ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ft(e.onCloseAutoFocus,i=>{var c;i.preventDefault(),(c=n.triggerRef.current)===null||c===void 0||c.focus()}),onPointerDownOutside:ft(e.onPointerDownOutside,i=>{const c=i.detail.originalEvent,s=c.button===0&&c.ctrlKey===!0;(c.button===2||s)&&i.preventDefault()}),onFocusOutside:ft(e.onFocusOutside,i=>i.preventDefault())}))}),K6=l.forwardRef((e,t)=>{const n=Qe(Gt,e.__scopeDialog),r=l.useRef(!1);return l.createElement(Ki,M({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:a=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,a),!a.defaultPrevented){var c;r.current||(c=n.triggerRef.current)===null||c===void 0||c.focus(),a.preventDefault()}r.current=!1},onInteractOutside:a=>{var i,c;(i=e.onInteractOutside)===null||i===void 0||i.call(e,a),a.defaultPrevented||(r.current=!0);const s=a.target;((c=n.triggerRef.current)===null||c===void 0?void 0:c.contains(s))&&a.preventDefault()}}))}),Ki=l.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...c}=e,s=Qe(Gt,n),d=l.useRef(null),f=zt(t,d);return L6(),l.createElement(l.Fragment,null,l.createElement(g6,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i},l.createElement(h6,M({role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":Yi(s.open)},c,{ref:f,onDismiss:()=>s.onOpenChange(!1)}))),!1)});function Yi(e){return e?"open":"closed"}const Y6=B6,q6=U6,X6=R6,J6=z6;var qi=1,Q6=.9,e4=.3,gr=.1,t4=0,mr=.999,n4=.9999,o4=.99,Xi=/[\\\/\-_+.# \t"@\[\(\{&]/,r4=/[\\\/\-_+.# \t"@\[\(\{&]/g;function xr(e,t,n,r,a,i){if(i===t.length)return a===e.length?qi:o4;for(var c=r.charAt(i),s=n.indexOf(c,a),d=0,f,p,u;s>=0;)f=xr(e,t,n,r,s+1,i+1),f>d&&(s===a?f*=qi:Xi.test(e.charAt(s-1))?(f*=Q6,u=e.slice(a,s-1).match(r4),u&&a>0&&(f*=Math.pow(mr,u.length))):Xi.test(e.slice(a,s-1))?(f*=t4,a>0&&(f*=Math.pow(mr,s-a))):(f*=e4,a>0&&(f*=Math.pow(mr,s-a))),e.charAt(s)!==t.charAt(i)&&(f*=n4)),f<gr&&n.charAt(s-1)===r.charAt(i+1)&&n.charAt(s-1)!==r.charAt(i)&&(p=xr(e,t,n,r,s+1,i+2),p*gr>f&&(f=p*gr)),f>d&&(d=f),s=n.indexOf(c,s+1);return d}function a4(e,t){return xr(e,t,e.toLowerCase(),t.toLowerCase(),0,0)}var i4=a4;const l4=Gr(i4);var c4='[cmdk-list-sizer=""]',Kt='[cmdk-group=""]',kr='[cmdk-group-items=""]',s4='[cmdk-group-heading=""]',Ji='[cmdk-item=""]',Qi=`${Ji}:not([aria-disabled="true"])`,wr="cmdk-item-select",Ue="data-value",d4=(e,t)=>l4(e,t),el=$.createContext(void 0),Yt=()=>$.useContext(el),tl=$.createContext(void 0),$r=()=>$.useContext(tl),nl=$.createContext(void 0),ol=$.forwardRef((e,t)=>{let n=$.useRef(null),r=bt(()=>({search:"",value:"",filtered:{count:0,items:new Map,groups:new Set}})),a=bt(()=>new Set),i=bt(()=>new Map),c=bt(()=>new Map),s=bt(()=>new Set),d=rl(e),{label:f,children:p,value:u,onValueChange:h,filter:v,shouldFilter:g,...b}=e,x=$.useId(),k=$.useId(),w=$.useId(),y=w4();vt(()=>{if(u!==void 0){let S=u.trim().toLowerCase();r.current.value=S,y(6,Y),C.emit()}},[u]);let C=$.useMemo(()=>({subscribe:S=>(s.current.add(S),()=>s.current.delete(S)),snapshot:()=>r.current,setState:(S,F,Z)=>{var H,X,oe;if(!Object.is(r.current[S],F)){if(r.current[S]=F,S==="search")D(),P(),y(1,T);else if(S==="value")if(((H=d.current)==null?void 0:H.value)!==void 0){(oe=(X=d.current).onValueChange)==null||oe.call(X,F);return}else Z||y(5,Y);C.emit()}},emit:()=>{s.current.forEach(S=>S())}}),[]),j=$.useMemo(()=>({value:(S,F)=>{F!==c.current.get(S)&&(c.current.set(S,F),r.current.filtered.items.set(S,O(F)),y(2,()=>{P(),C.emit()}))},item:(S,F)=>(a.current.add(S),F&&(i.current.has(F)?i.current.get(F).add(S):i.current.set(F,new Set([S]))),y(3,()=>{D(),P(),r.current.value||T(),C.emit()}),()=>{c.current.delete(S),a.current.delete(S),r.current.filtered.items.delete(S),y(4,()=>{D(),T(),C.emit()})}),group:S=>(i.current.has(S)||i.current.set(S,new Set),()=>{c.current.delete(S),i.current.delete(S)}),filter:()=>d.current.shouldFilter,label:f||e["aria-label"],listId:x,inputId:w,labelId:k}),[]);function O(S){var F;let Z=((F=d.current)==null?void 0:F.filter)??d4;return S?Z(S,r.current.search):0}function P(){if(!n.current||!r.current.search||d.current.shouldFilter===!1)return;let S=r.current.filtered.items,F=[];r.current.filtered.groups.forEach(H=>{let X=i.current.get(H),oe=0;X.forEach(ce=>{let me=S.get(ce);oe=Math.max(me,oe)}),F.push([H,oe])});let Z=n.current.querySelector(c4);ee().sort((H,X)=>{let oe=H.getAttribute(Ue),ce=X.getAttribute(Ue);return(S.get(ce)??0)-(S.get(oe)??0)}).forEach(H=>{let X=H.closest(kr);X?X.appendChild(H.parentElement===X?H:H.closest(`${kr} > *`)):Z.appendChild(H.parentElement===Z?H:H.closest(`${kr} > *`))}),F.sort((H,X)=>X[1]-H[1]).forEach(H=>{let X=n.current.querySelector(`${Kt}[${Ue}="${H[0]}"]`);X==null||X.parentElement.appendChild(X)})}function T(){let S=ee().find(Z=>!Z.ariaDisabled),F=S==null?void 0:S.getAttribute(Ue);C.setState("value",F||void 0)}function D(){if(!r.current.search||d.current.shouldFilter===!1){r.current.filtered.count=a.current.size;return}r.current.filtered.groups=new Set;let S=0;for(let F of a.current){let Z=c.current.get(F),H=O(Z);r.current.filtered.items.set(F,H),H>0&&S++}for(let[F,Z]of i.current)for(let H of Z)if(r.current.filtered.items.get(H)>0){r.current.filtered.groups.add(F);break}r.current.filtered.count=S}function Y(){var S,F,Z;let H=U();H&&(((S=H.parentElement)==null?void 0:S.firstChild)===H&&((Z=(F=H.closest(Kt))==null?void 0:F.querySelector(s4))==null||Z.scrollIntoView({block:"nearest"})),H.scrollIntoView({block:"nearest"}))}function U(){return n.current.querySelector(`${Ji}[aria-selected="true"]`)}function ee(){return Array.from(n.current.querySelectorAll(Qi))}function B(S){let F=ee()[S];F&&C.setState("value",F.getAttribute(Ue))}function V(S){var F;let Z=U(),H=ee(),X=H.findIndex(ce=>ce===Z),oe=H[X+S];(F=d.current)!=null&&F.loop&&(oe=X+S<0?H[H.length-1]:X+S===H.length?H[0]:H[X+S]),oe&&C.setState("value",oe.getAttribute(Ue))}function q(S){let F=U(),Z=F==null?void 0:F.closest(Kt),H;for(;Z&&!H;)Z=S>0?x4(Z,Kt):k4(Z,Kt),H=Z==null?void 0:Z.querySelector(Qi);H?C.setState("value",H.getAttribute(Ue)):V(S)}let G=()=>B(ee().length-1),de=S=>{S.preventDefault(),S.metaKey?G():S.altKey?q(1):V(1)},re=S=>{S.preventDefault(),S.metaKey?B(0):S.altKey?q(-1):V(-1)};return $.createElement("div",{ref:qt([n,t]),...b,"cmdk-root":"",onKeyDown:S=>{var F;if((F=b.onKeyDown)==null||F.call(b,S),!S.defaultPrevented)switch(S.key){case"n":case"j":{S.ctrlKey&&de(S);break}case"ArrowDown":{de(S);break}case"p":case"k":{S.ctrlKey&&re(S);break}case"ArrowUp":{re(S);break}case"Home":{S.preventDefault(),B(0);break}case"End":{S.preventDefault(),G();break}case"Enter":{S.preventDefault();let Z=U();if(Z){let H=new Event(wr);Z.dispatchEvent(H)}}}}},$.createElement("label",{"cmdk-label":"",htmlFor:j.inputId,id:j.labelId,style:$4},f),$.createElement(tl.Provider,{value:C},$.createElement(el.Provider,{value:j},p)))}),f4=$.forwardRef((e,t)=>{let n=$.useId(),r=$.useRef(null),a=$.useContext(nl),i=Yt(),c=rl(e);vt(()=>i.item(n,a),[]);let s=al(n,r,[e.value,e.children,r]),d=$r(),f=et(k=>k.value&&k.value===s.current),p=et(k=>i.filter()===!1?!0:k.search?k.filtered.items.get(n)>0:!0);$.useEffect(()=>{let k=r.current;if(!(!k||e.disabled))return k.addEventListener(wr,u),()=>k.removeEventListener(wr,u)},[p,e.onSelect,e.disabled]);function u(){var k,w;(w=(k=c.current).onSelect)==null||w.call(k,s.current)}function h(){d.setState("value",s.current,!0)}if(!p)return null;let{disabled:v,value:g,onSelect:b,...x}=e;return $.createElement("div",{ref:qt([r,t]),...x,"cmdk-item":"",role:"option","aria-disabled":v||void 0,"aria-selected":f||void 0,"data-selected":f||void 0,onPointerMove:v?void 0:h,onClick:v?void 0:u},e.children)}),u4=$.forwardRef((e,t)=>{let{heading:n,children:r,...a}=e,i=$.useId(),c=$.useRef(null),s=$.useRef(null),d=$.useId(),f=Yt(),p=et(h=>f.filter()===!1?!0:h.search?h.filtered.groups.has(i):!0);vt(()=>f.group(i),[]),al(i,c,[e.value,e.heading,s]);let u=$.createElement(nl.Provider,{value:i},r);return $.createElement("div",{ref:qt([c,t]),...a,"cmdk-group":"",role:"presentation",hidden:p?void 0:!0},n&&$.createElement("div",{ref:s,"cmdk-group-heading":"","aria-hidden":!0,id:d},n),$.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":n?d:void 0},u))}),p4=$.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,a=$.useRef(null),i=et(c=>!c.search);return!n&&!i?null:$.createElement("div",{ref:qt([a,t]),...r,"cmdk-separator":"",role:"separator"})}),h4=$.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,a=e.value!=null,i=$r(),c=et(d=>d.search),s=Yt();return $.useEffect(()=>{e.value!=null&&i.setState("search",e.value)},[e.value]),$.createElement("input",{ref:t,...r,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":s.listId,"aria-labelledby":s.labelId,id:s.inputId,type:"text",value:a?e.value:c,onChange:d=>{a||i.setState("search",d.target.value),n==null||n(d.target.value)}})}),v4=$.forwardRef((e,t)=>{let{children:n,...r}=e,a=$.useRef(null),i=$.useRef(null),c=Yt();return $.useEffect(()=>{if(i.current&&a.current){let s=i.current,d=a.current,f,p=new ResizeObserver(()=>{f=requestAnimationFrame(()=>{let u=s.getBoundingClientRect().height;d.style.setProperty("--cmdk-list-height",u.toFixed(1)+"px")})});return p.observe(s),()=>{cancelAnimationFrame(f),p.unobserve(s)}}},[]),$.createElement("div",{ref:qt([a,t]),...r,"cmdk-list":"",role:"listbox","aria-label":"Suggestions",id:c.listId,"aria-labelledby":c.inputId},$.createElement("div",{ref:i,"cmdk-list-sizer":""},n))}),b4=$.forwardRef((e,t)=>{let{open:n,onOpenChange:r,container:a,...i}=e;return $.createElement(Y6,{open:n,onOpenChange:r},$.createElement(q6,{container:a},$.createElement(X6,{"cmdk-overlay":""}),$.createElement(J6,{"aria-label":e.label,"cmdk-dialog":""},$.createElement(ol,{ref:t,...i}))))}),g4=$.forwardRef((e,t)=>{let n=$.useRef(!0),r=et(a=>a.filtered.count===0);return $.useEffect(()=>{n.current=!1},[]),n.current||!r?null:$.createElement("div",{ref:t,...e,"cmdk-empty":"",role:"presentation"})}),m4=$.forwardRef((e,t)=>{let{progress:n,children:r,...a}=e;return $.createElement("div",{ref:t,...a,"cmdk-loading":"",role:"progressbar","aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":"Loading..."},$.createElement("div",{"aria-hidden":!0},r))}),ht=Object.assign(ol,{List:v4,Item:f4,Input:h4,Group:u4,Separator:p4,Dialog:b4,Empty:g4,Loading:m4});function x4(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function k4(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function rl(e){let t=$.useRef(e);return vt(()=>{t.current=e}),t}var vt=typeof window>"u"?$.useEffect:$.useLayoutEffect;function bt(e){let t=$.useRef();return t.current===void 0&&(t.current=e()),t}function qt(e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}function et(e){let t=$r(),n=()=>e(t.snapshot());return $.useSyncExternalStore(t.subscribe,n,n)}function al(e,t,n){let r=$.useRef(),a=Yt();return vt(()=>{var i;let c=(()=>{var s;for(let d of n){if(typeof d=="string")return d.trim().toLowerCase();if(typeof d=="object"&&"current"in d&&d.current)return(s=d.current.textContent)==null?void 0:s.trim().toLowerCase()}})();a.value(e,c),(i=t.current)==null||i.setAttribute(Ue,c),r.current=c}),r}var w4=()=>{let[e,t]=$.useState(),n=bt(()=>new Map);return vt(()=>{n.current.forEach(r=>r()),n.current=new Map},[e]),(r,a)=>{n.current.set(r,a),t({})}},$4={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const y4=L.styled.div.withConfig({componentId:"sc-glgi67-0"})(["display:flex;width:100%;align-items:center;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
433
433
|
gap: ${e.click.field.space.gap};
|
|
434
434
|
font: ${e.click.field.typography.fieldText.default};
|
|
435
435
|
color: ${e.click.field.color.text.default};
|
|
@@ -447,14 +447,14 @@ Check the top-level render call using <`+I+">.")}return j}}function Nl(m,j){{if(
|
|
|
447
447
|
font: ${e.click.field.typography.fieldText.disabled};
|
|
448
448
|
pointer-events: none;
|
|
449
449
|
}
|
|
450
|
-
`),
|
|
450
|
+
`),C4=e=>o.jsx(y4,{...e}),il=l.createContext({selectedValue:void 0,onSelect:()=>null,popperOpen:!1,valueNode:null,onOpenChange:()=>null}),M4=({value:e,children:t})=>o.jsx(il.Provider,{value:e,children:t}),S4=({children:e,value:t,defaultValue:n,updateValueNode:r,defaultOpen:a=!1,onOpenChange:i,onChange:c})=>{const[s,d]=l.useState(a),[f,p]=l.useState(null),[u,h]=l.useState(t??n),v=x=>{h(x),g(!1),typeof c=="function"&&c(x)},g=x=>{d(x),typeof i=="function"&&i(x)},b={selectedValue:u,valueNode:f,onSelect:v,popperOpen:s,onOpenChange:g};return l.useEffect(()=>{const x=r(u);p(x?o.jsx(C4,{...x.props}):null)},[u,r]),o.jsx(M4,{value:b,children:e})},yr="horizontal",L4=["horizontal","vertical"],ll=l.forwardRef((e,t)=>{const{decorative:n,orientation:r=yr,...a}=e,i=cl(r)?r:yr,s=n?{role:"none"}:{"aria-orientation":i==="vertical"?i:void 0,role:"separator"};return l.createElement(W.div,M({"data-orientation":i},s,a,{ref:t}))});ll.propTypes={orientation(e,t,n){const r=e[t],a=String(r);return r&&!cl(r)?new Error(j4(a,n)):null}};function j4(e,t){return`Invalid prop \`orientation\` of value \`${e}\` supplied to \`${t}\`, expected one of:
|
|
451
451
|
- horizontal
|
|
452
452
|
- vertical
|
|
453
453
|
|
|
454
|
-
Defaulting to \`${
|
|
454
|
+
Defaulting to \`${yr}\`.`}function cl(e){return L4.includes(e)}const E4=L(ll).withConfig({componentId:"sc-ladr1y-0"})(['&[data-orientation="horizontal"]{height:0.0625rem;width:100%;}&[data-orientation="vertical"]{height:100%;width:0.0625rem;}',""],({theme:e,size:t,orientation:n})=>`
|
|
455
455
|
background: ${e.click.separator.color.stroke.default};
|
|
456
456
|
margin: ${n==="horizontal"?`${e.click.separator.horizontal.space.y[t]} ${e.click.separator.horizontal.space.x.all}`:`${e.click.separator.vertical.space.y.all} ${e.click.separator.vertical.space.x[t]}`}
|
|
457
|
-
`)
|
|
457
|
+
`),O4=({orientation:e="horizontal",...t})=>o.jsx(E4,{orientation:e,...t}),Cr=()=>{const e=l.useContext(il);if(!e)throw new Error("Context used outside of its Provider!");return e},_4=L(ui).withConfig({componentId:"sc-skjelm-0"})(["width:100%;"]),P4=L(pi).withConfig({componentId:"sc-skjelm-1"})(["width:100%;display:flex;align-items:center;justify-content:space-between;align-items:center;cursor:pointer;span:first-of-type{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}",""],({theme:e,$error:t})=>`
|
|
458
458
|
border-radius: ${e.click.field.radii.all};
|
|
459
459
|
padding: ${e.click.field.space.y} ${e.click.field.space.x};
|
|
460
460
|
gap: ${e.click.field.space.gap};
|
|
@@ -495,13 +495,13 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
495
495
|
background: ${e.click.field.color.background.disabled};
|
|
496
496
|
color: ${e.click.field.color.text.disabled};
|
|
497
497
|
}
|
|
498
|
-
`),
|
|
498
|
+
`),I4=L(vi).withConfig({componentId:"sc-skjelm-2"})(["width:var(--radix-popover-trigger-width);max-height:var(--radix-popover-content-available-height);border-radius:0.25rem;"," overflow:hidden;display:flex;padding:0.5rem 0rem;align-items:flex-start;gap:0.625rem;[cmdk-root]{width:100%;}"],({theme:e})=>`
|
|
499
499
|
border: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
500
500
|
background: ${e.click.genericMenu.item.color.background.default};
|
|
501
501
|
box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
|
|
502
502
|
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
503
503
|
border-radius: 0.25rem;
|
|
504
|
-
`),
|
|
504
|
+
`),F4=L.div.withConfig({componentId:"sc-skjelm-3"})(["width:100%;display:grid;grid-template-columns:1fr auto;"," ",""],({theme:e})=>`
|
|
505
505
|
border-bottom: 1px solid ${e.click.genericMenu.button.color.stroke.default};
|
|
506
506
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
507
507
|
color: ${e.click.genericMenu.autocomplete.color.searchTerm.default};
|
|
@@ -510,7 +510,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
510
510
|
border: none;
|
|
511
511
|
height: 0;
|
|
512
512
|
padding:0;
|
|
513
|
-
`),
|
|
513
|
+
`),T4=L(ht.Input).withConfig({componentId:"sc-skjelm-4"})(["background:transparent;border:none;width:100%;outline:none;",""],({theme:e,$showSearch:t})=>`
|
|
514
514
|
min-height: ${t?"21px":"0"};
|
|
515
515
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
516
516
|
font: ${e.click.genericMenu.item.typography.label};
|
|
@@ -525,7 +525,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
525
525
|
height: 0;
|
|
526
526
|
opacity: 0;
|
|
527
527
|
`}
|
|
528
|
-
`),
|
|
528
|
+
`),H4=L.button.withConfig({componentId:"sc-skjelm-5"})(["background:transparent;border:none;padding:0;outline:none;cursor:pointer;color:inherit;"]),A4=L.button.withConfig({componentId:"sc-skjelm-6"})(["border:none;display:flex;justify-content:flex-start;width:100%;",""],({theme:e,$clickable:t})=>`
|
|
529
529
|
font: ${e.click.genericMenu.button.typography.label.default}
|
|
530
530
|
padding: ${e.click.genericMenu.button.space.y} ${e.click.genericMenu.item.space.x};
|
|
531
531
|
background: ${e.click.genericMenu.button.color.background.default};
|
|
@@ -534,7 +534,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
534
534
|
font: ${e.click.genericMenu.button.typography.label.hover};
|
|
535
535
|
}
|
|
536
536
|
cursor: ${t?"pointer":"default"}
|
|
537
|
-
`),
|
|
537
|
+
`),D4=({open:e,id:t,placeholder:n,disabled:r,children:a,hasError:i,showSearch:c=!1})=>{const{valueNode:s,popperOpen:d,onOpenChange:f}=Cr(),p=l.useRef(null),[u,h]=l.useState(""),v=()=>{var b;(b=p.current)==null||b.focus()},g=()=>{h("")};return o.jsxs(_4,{open:e??d,onOpenChange:f,children:[o.jsxs(P4,{id:t,$error:i,disabled:r,children:[s??n,o.jsx(z,{name:"sort",size:"sm"})]}),o.jsx(hi,{children:o.jsx(I4,{sideOffset:5,onFocus:v,children:o.jsxs(ht,{onValueChange:h,loop:!0,children:[o.jsxs(F4,{$showSearch:c,children:[o.jsx(T4,{ref:p,value:u,onValueChange:h,$showSearch:c,"data-testid":"select-search-input"}),u.length>0&&o.jsx(H4,{onClick:g,"data-testid":"select-search-close",children:o.jsx(z,{name:"cross",size:"sm"})})]}),o.jsx(ht.List,{children:a})]})})})]})},sl=e=>t=>{if(!t)return null;let n=null;return l.Children.forEach(e,r=>{const a=r&&typeof r=="object"&&"props"in r?r.props:null;if((a==null?void 0:a.value)===t){n=r;return}if(a!=null&&a.children){const i=sl(a.children)(t);if(i){n=i;return}}}),n},zn=({placeholder:e="Select an option",label:t,children:n,disabled:r,id:a,error:i,value:c,defaultValue:s,onChange:d,open:f,defaultOpen:p,onOpenChange:u,name:h,required:v,isFormControl:g,showSearch:b=!1,...x})=>{const k=l.useId();return o.jsxs(Ba,{...x,children:[i&&o.jsx(Va,{children:i}),g&&o.jsx("input",{type:"hidden",name:h,required:v}),o.jsx(S4,{value:c,defaultValue:s,updateValueNode:sl(n),defaultOpen:p,onOpenChange:u,onChange:d,children:o.jsx(D4,{hasError:!!i&&typeof i<"u",open:f,id:a??k,placeholder:e,disabled:r,showSearch:b,children:n})}),t&&o.jsx(fo,{htmlFor:a??k,disabled:r,error:!!i&&typeof i<"u",children:t})]})},N4=L(ht.Group).withConfig({componentId:"sc-skjelm-7"})(["display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:var(--radix-popover-trigger-width);padding:0;gap:0.5rem;&[aria-selected]{outline:none;}",";[cmdk-group-heading]{display:flex;width:100%;flex-direction:column;max-width:calc(var(--radix-popover-trigger-width) - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;","}[cmdk-group-items]{width:100%;}&[hidden]{display:none;[cmdk-group-heading]{display:none;}}"],({theme:e})=>`
|
|
538
538
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
539
539
|
background: ${e.click.genericMenu.item.color.background.default};
|
|
540
540
|
color: ${e.click.genericMenu.item.color.text.default};
|
|
@@ -560,7 +560,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
560
560
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
561
561
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
562
562
|
border-bottom: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
563
|
-
`),
|
|
563
|
+
`),dl=l.forwardRef(({children:e,...t},n)=>o.jsx(N4,{...t,ref:n,children:e}));dl.displayName="Select.Group";const Z4=L(ht.Item).withConfig({componentId:"sc-skjelm-8"})(["display:flex;width:100%;align-items:center;cursor:default;max-width:calc(var(--radix-popover-trigger-width) - 24px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&[aria-selected]{outline:none;}",";"],({theme:e})=>`
|
|
564
564
|
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
565
565
|
gap: ${e.click.genericMenu.item.space.gap};
|
|
566
566
|
font: ${e.click.genericMenu.item.typography.label.default};
|
|
@@ -583,39 +583,39 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
583
583
|
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
584
584
|
pointer-events: none;
|
|
585
585
|
}
|
|
586
|
-
`),
|
|
587
|
-
No Options found${
|
|
588
|
-
`})})};
|
|
589
|
-
padding: ${e.click.sidebar.navigation[
|
|
590
|
-
border-radius: ${e.click.sidebar.navigation[
|
|
591
|
-
font: ${e.click.sidebar.navigation[
|
|
592
|
-
background-color: ${e.click.sidebar.navigation[
|
|
593
|
-
color: ${e.click.sidebar.navigation[
|
|
586
|
+
`),fl=l.forwardRef(({children:e,separator:t,onSelect:n,value:r="",...a},i)=>{const{selectedValue:c,onSelect:s}=Cr(),d=()=>{s(r),typeof n=="function"&&n(r)};return o.jsxs(o.Fragment,{children:[o.jsx(Z4,{...a,onSelect:d,ref:i,"data-state":c==r?"checked":"unchecked",children:e}),t&&o.jsx(O4,{size:"sm"})]})});fl.displayName="Select.Item",zn.Group=dl,zn.Item=fl;const ul=({children:e,onClick:t,...n})=>{const r=typeof t=="function",a=et(s=>s.search),{onOpenChange:i}=Cr(),c=s=>{s.preventDefault(),r&&(t(s),i(!1))};return o.jsx(ht.Empty,{children:o.jsx(A4,{onClick:c,$clickable:r,...n,children:typeof e=="function"?e({search:a}):`
|
|
587
|
+
No Options found${a.length>0?` for "${a}" `:""}
|
|
588
|
+
`})})};ul.displayName="SelectNoData",zn.NoData=ul;const B4=L.styled.span.withConfig({componentId:"sc-1cu1l45-0"})(["display:flex;align-items:center;justify-content:flex-start;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;gap:",";"],({theme:e})=>e.click.sidebar.navigation.item.default.space.gap),V4=L.styled.span.withConfig({componentId:"sc-1cu1l45-1"})(["display:flex;white-space:nowrap;overflow:hidden;justify-content:flex-end;& > *:not(button){overflow:hidden;text-overflow:ellipsis;}"]),Gn=({icon:e,iconDir:t="start",children:n})=>o.jsxs(B4,{children:[e&&t==="start"&&o.jsx(z,{name:e,size:"sm"}),o.jsx(V4,{children:n}),e&&t==="end"&&o.jsx(z,{name:e,size:"sm"})]}),U4=({label:e,level:t=0,icon:n,selected:r,iconDir:a,...i})=>o.jsx(pl,{$level:t,"data-selected":r,...i,children:o.jsx(Gn,{icon:n,iconDir:a,children:e})}),pl=L.button.withConfig({componentId:"sc-1rz759l-0"})(["display:flex;align-items:center;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;",' a{color:inherit;text-decoration:none;&:active{color:inherit;}}&:hover [data-trigger-icon],[data-open="true"][data-trigger-icon]{visibility:visible;}'],({theme:e,$collapsible:t=!1,$level:n})=>{const r=n===0?"item":"subItem";return`
|
|
589
|
+
padding: ${e.click.sidebar.navigation[r].default.space.y} ${e.click.sidebar.navigation[r].default.space.right} ${e.click.sidebar.navigation[r].default.space.y} ${t?e.click.sidebar.navigation[r].default.space.left:e.click.image.sm.size.width};
|
|
590
|
+
border-radius: ${e.click.sidebar.navigation[r].radii.all};
|
|
591
|
+
font: ${e.click.sidebar.navigation[r].typography.default};
|
|
592
|
+
background-color: ${e.click.sidebar.navigation[r].color.background.default};
|
|
593
|
+
color: ${e.click.sidebar.navigation[r].color.text.default};
|
|
594
594
|
&:hover, &:focus {
|
|
595
|
-
font: ${e.click.sidebar.navigation[
|
|
596
|
-
background-color: ${e.click.sidebar.navigation[
|
|
597
|
-
color: ${e.click.sidebar.navigation[
|
|
595
|
+
font: ${e.click.sidebar.navigation[r].typography.hover};
|
|
596
|
+
background-color: ${e.click.sidebar.navigation[r].color.background.hover};
|
|
597
|
+
color: ${e.click.sidebar.navigation[r].color.text.hover};
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
&:active, &[data-selected="true"] {
|
|
601
|
-
font: ${e.click.sidebar.navigation[
|
|
602
|
-
background-color: ${e.click.sidebar.navigation[
|
|
603
|
-
color: ${e.click.sidebar.navigation[
|
|
601
|
+
font: ${e.click.sidebar.navigation[r].typography.active};
|
|
602
|
+
background-color: ${e.click.sidebar.navigation[r].color.background.active};
|
|
603
|
+
color: ${e.click.sidebar.navigation[r].color.text.active};
|
|
604
604
|
}
|
|
605
605
|
@media (max-width: 640px) {
|
|
606
|
-
gap: ${e.click.sidebar.navigation[
|
|
607
|
-
padding: ${e.click.sidebar.navigation[
|
|
608
|
-
font: ${e.click.sidebar.navigation[
|
|
606
|
+
gap: ${e.click.sidebar.navigation[r].mobile.space.gap};
|
|
607
|
+
padding: ${e.click.sidebar.navigation[r].mobile.space.y} ${e.click.sidebar.navigation[r].mobile.space.right} ${e.click.sidebar.navigation[r].mobile.space.y} ${t?e.click.sidebar.navigation[r].mobile.space.left:e.click.image.sm.size.width};
|
|
608
|
+
font: ${e.click.sidebar.navigation[r].mobile.typography.default};
|
|
609
609
|
|
|
610
610
|
&:hover, &:focus {
|
|
611
|
-
font: ${e.click.sidebar.navigation[
|
|
611
|
+
font: ${e.click.sidebar.navigation[r].mobile.typography.hover};
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
&:active {
|
|
615
|
-
font: ${e.click.sidebar.navigation[
|
|
615
|
+
font: ${e.click.sidebar.navigation[r].mobile.typography.active};
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
`}),
|
|
618
|
+
`}),Mr=l.createContext({open:!1,onOpenChange:()=>null}),Ce=({open:e,onOpenChange:t,children:n,...r})=>{const[a,i]=l.useState(e??!1),c=()=>{i(d=>(typeof t=="function"&&t(!d),!d))};l.useEffect(()=>{i(d=>e??d)},[e]);const s={open:a,onOpenChange:c};return o.jsx("div",{...r,children:o.jsx(Mr.Provider,{value:s,children:n})})},R4=L.styled.div.withConfig({componentId:"sc-guwmyz-0"})(["margin-left:",";"],({theme:e,$indicatorDir:t})=>t==="start"?0:e.click.image.sm.size.width),hl=({indicatorDir:e="start",icon:t,iconDir:n,children:r,...a})=>o.jsxs(R4,{$indicatorDir:e,...a,children:[e==="start"&&o.jsx(Ce.Trigger,{}),r&&o.jsx(Gn,{icon:t,iconDir:n,children:r}),e==="end"&&o.jsx(Ce.Trigger,{})]});hl.displayName="CollapsibleHeader",Ce.Header=hl;const W4=L.styled(Ua).withConfig({componentId:"sc-guwmyz-1"})(['display:flex;align-items:center;font:inherit;color:inherit;cursor:default;[data-trigger-icon]{visibility:hidden;transition:transform 150ms cubic-bezier(0.87,0,0.13,1);&[data-open="true"]{transform:rotate(90deg);}}&:hover{[data-trigger-icon]{visibility:visible;}}']),vl=({onClick:e,children:t,indicatorDir:n="start",icon:r,iconDir:a="start",...i})=>{const{open:c,onOpenChange:s}=l.useContext(Mr),d=f=>{f.preventDefault(),f.stopPropagation(),e&&e(f),s()};return o.jsxs(W4,{onClick:d,$indicatorDir:n,...i,children:[n==="start"&&o.jsx(z,{"data-trigger-icon":!0,name:"chevron-right","data-open":c.toString(),size:"sm"}),t&&o.jsx(Gn,{icon:r,iconDir:a,children:t}),n==="end"&&o.jsx(z,{"data-trigger-icon":!0,name:"chevron-right","data-open":c.toString(),size:"sm"})]})};vl.displayName="CollapsibleTrigger",Ce.Trigger=vl;const z4=L.styled.div.withConfig({componentId:"sc-guwmyz-2"})(["",""],({theme:e,$indicatorDir:t})=>t?`${t==="start"?"margin-left":"margin-right"}: ${e.click.image.sm.size.width}`:""),bl=({indicatorDir:e,...t})=>{const{open:n}=l.useContext(Mr);if(n)return o.jsx(z4,{$indicatorDir:e,...t})};bl.displayName="CollapsibleContent",Ce.Content=bl;const G4=({label:e,children:t,open:n,onOpenChange:r,iconDir:a="start",indicatorDir:i="start",icon:c,level:s=0,selected:d,...f})=>{if(e)return o.jsxs(Ce,{open:n,onOpenChange:r,children:[o.jsx(pl,{as:Ce.Header,icon:c,iconDir:a,indicatorDir:i,$collapsible:!0,$level:s,"data-selected":d,...f,children:e}),o.jsx(Ce.Content,{indicatorDir:i,children:t})]})},K4=({label:e,icon:t,iconDir:n,selected:r,...a})=>o.jsx(gl,{"data-selected":r,...a,children:o.jsx(Gn,{icon:t,iconDir:n,children:e})}),gl=L.button.withConfig({componentId:"sc-1rg1a4o-0"})(["display:inline-flex;align-items:center;background:transparent;border:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;white-space:nowrap;overflow:hidden;"," a{color:inherit;text-decoration:none;&:active{color:inherit;}}"],({theme:e,$collapsible:t=!1})=>`
|
|
619
619
|
padding: 0;
|
|
620
620
|
padding-left: ${t?0:e.click.image.sm.size.width};
|
|
621
621
|
font: ${e.click.sidebar.navigation.title.typography.default};
|
|
@@ -630,7 +630,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
630
630
|
font: ${e.click.sidebar.navigation.title.typography.active};
|
|
631
631
|
color: ${e.click.sidebar.navigation.title.color.active};
|
|
632
632
|
}
|
|
633
|
-
`),
|
|
633
|
+
`),Y4=({label:e,children:t,open:n,onOpenChange:r,iconDir:a,icon:i,selected:c,...s})=>{if(e)return o.jsxs(Ce,{open:n,onOpenChange:r,children:[o.jsxs(gl,{as:Ce.Trigger,$collapsible:!0,iconDir:a,"data-selected":c,...s,children:[i&&o.jsx(z,{name:i,size:"sm"}),e]}),o.jsx(Ce.Content,{children:t})]})},q4=L.div.withConfig({componentId:"sc-6ga865-0"})(["background:transparent;display:flex;padding:",";"],({theme:e,$size:t="md"})=>`${e.click.spacer.horizontal.space.y[t]} ${e.click.spacer.horizontal.space.x.all}`),ml=({size:e})=>o.jsx(q4,{$size:e}),X4=({type:e="primary",disabled:t,menu:n,dir:r,open:a,defaultOpen:i,onOpenChange:c,modal:s,side:d,...f})=>o.jsxs(ve,{dir:r,open:a,defaultOpen:i,onOpenChange:c,modal:s,children:[o.jsxs(J4,{$disabled:t,$type:e,children:[o.jsx(Q4,{disabled:t,$type:e,...f}),o.jsx(e8,{as:ve.Trigger,disabled:t,$type:e,asChild:!0,"data-testid":"split-button-dropdown",children:o.jsx("span",{children:o.jsx(z,{name:"chevron-down"})})})]}),o.jsx(ve.Content,{side:d,children:n.map((p,u)=>o.jsx(Sr,{parentKey:`split-menu-option-${u}`,...p},`split-menu-option-${u}`))})]}),xl=({label:e,icon:t,iconDir:n})=>o.jsxs(o.Fragment,{children:[t&&n==="left"&&o.jsx(z,{name:t,size:"sm"}),e,t&&n==="right"&&o.jsx(z,{name:t,size:"sm"})]}),Sr=({items:e=[],type:t="item",label:n,icon:r,iconDir:a="left",parentKey:i,...c})=>{if(t==="item")return o.jsx(ve.Item,{...c,children:o.jsx(xl,{icon:r,iconDir:a,label:n})});if(t==="group")return o.jsx(ve.Group,{children:e.map((s,d)=>o.jsx(Sr,{parentKey:`${i}-group-${d}`,...s},`${i}-group-${d}`))});if(t==="sub-menu")return o.jsxs(ve.Sub,{children:[o.jsx(ve.Trigger,{sub:!0,...c,children:o.jsx(xl,{icon:r,iconDir:a,label:n})}),o.jsx(ve.Content,{sub:!0,children:e.map((s,d)=>o.jsx(Sr,{parentKey:`${i}-sub-menu-${d}`,...s},`${i}-sub-menu-${d}`))})]})},J4=L.div.withConfig({componentId:"sc-85zs9e-0"})(["display:inline-flex;align-items:center;overflow:hidden;",""],({theme:e,$disabled:t=!1,$type:n})=>`
|
|
634
634
|
border-radius: ${e.click.button.radii.all};
|
|
635
635
|
border: 1px solid ${e.click.button.split[n].stroke.default};
|
|
636
636
|
${t?`
|
|
@@ -644,7 +644,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
644
644
|
border-color: ${e.click.button.split[n].stroke.active};
|
|
645
645
|
}
|
|
646
646
|
`}
|
|
647
|
-
`),
|
|
647
|
+
`),Q4=L(qo).withConfig({componentId:"sc-85zs9e-1"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
648
648
|
background: ${e.click.button.split[t].background.main.default};
|
|
649
649
|
color: ${e.click.button.split[t].text.default};
|
|
650
650
|
&:hover {
|
|
@@ -659,7 +659,7 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
659
659
|
background: ${e.click.button.split[t].background.main.disabled};
|
|
660
660
|
color: ${e.click.button.split[t].text.disabled};
|
|
661
661
|
}
|
|
662
|
-
`),
|
|
662
|
+
`),e8=L(qo).withConfig({componentId:"sc-85zs9e-2"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
663
663
|
padding: ${e.click.button.split.icon.space.y} ${e.click.button.split.icon.space.x};
|
|
664
664
|
background: ${e.click.button.split[t].background.action.default};
|
|
665
665
|
color: ${e.click.button.split[t].text.default};
|
|
@@ -675,12 +675,12 @@ Defaulting to \`${wr}\`.`}function ss(e){return mv.includes(e)}const kv=E(cs).wi
|
|
|
675
675
|
background: ${e.click.button.split[t].background.action.disabled};
|
|
676
676
|
color: ${e.click.button.split[t].text.disabled};
|
|
677
677
|
}
|
|
678
|
-
`),ks="Switch",[zv,tx]=ce(ks),[Gv,Kv]=zv(ks),Yv=c.forwardRef((e,t)=>{const{__scopeSwitch:n,name:o,checked:r,defaultChecked:i,required:s,disabled:l,value:d="on",onCheckedChange:u,...p}=e,[f,h]=c.useState(null),v=ne(t,$=>h($)),g=c.useRef(!1),b=f?!!f.closest("form"):!0,[x=!1,k]=pe({prop:r,defaultProp:i,onChange:u});return c.createElement(Gv,{scope:n,checked:x,disabled:l},c.createElement(V.button,S({type:"button",role:"switch","aria-checked":x,"aria-required":s,"data-state":$s(x),"data-disabled":l?"":void 0,disabled:l,value:d},p,{ref:v,onClick:_(e.onClick,$=>{k(w=>!w),b&&(g.current=$.isPropagationStopped(),g.current||$.stopPropagation())})})),b&&c.createElement(Jv,{control:f,bubbles:!g.current,name:o,value:d,checked:x,required:s,disabled:l,style:{transform:"translateX(-100%)"}}))}),qv="SwitchThumb",Xv=c.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=Kv(qv,n);return c.createElement(V.span,S({"data-state":$s(r.checked),"data-disabled":r.disabled?"":void 0},o,{ref:t}))}),Jv=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=bn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const h=new Event("click",{bubbles:o});f.call(d,n),d.dispatchEvent(h)}},[s,n,o]),c.createElement("input",S({type:"checkbox","aria-hidden":!0,defaultChecked:n},r,{tabIndex:-1,ref:i,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function $s(e){return e?"checked":"unchecked"}const Qv=Yv,eb=Xv,tb=c.forwardRef(({checked:e,disabled:t,...n},o)=>a.jsx(rb,{ref:o,disabled:t,checked:e,...n,children:a.jsx(ab,{$checked:e})})),nb=(e,t,n)=>{const o={};return t?{...o,backgroundColor:e.click.switch.color.background.disabled,border:`1px solid ${e.click.switch.color.stroke.disabled}`}:n?{...o,backgroundColor:e.click.switch.color.background.active,border:`1px solid ${e.click.switch.color.stroke.active}`}:{...o,backgroundColor:e.click.switch.color.background.default,border:`1px solid ${e.click.switch.color.stroke.default}`}},ob=(e,t,n)=>{const o={};return t?{...o,backgroundColor:e.click.switch.color.indicator.disabled}:n?{...o,backgroundColor:e.click.switch.color.indicator.active}:{...o,backgroundColor:e.click.switch.color.indicator.default}},rb=E(Qv).withConfig({componentId:"sc-egkkgl-0"})(e=>{const t=nb(e.theme,e.disabled,e.checked);return{width:e.theme.click.switch.size.width,height:e.theme.click.switch.size.height,backgroundColor:t.backgroundColor,border:t.border,borderRadius:e.theme.click.switch.radii.all,position:"relative",padding:0}}),ab=E(eb).withConfig({componentId:"sc-egkkgl-1"})(e=>({display:"block",width:"12px",height:"12px",backgroundColor:ob(e.theme,e.$disabled,e.$checked).backgroundColor,borderRadius:e.theme.click.switch.radii.all,transition:"transform 100ms",transform:e.$checked?"translateX(15px)":"translateX(2px)",willChange:"transform"})),ys="Tabs",[ib,nx]=ce(ys,[ct]),ws=ct(),[cb,Er]=ib(ys),sb=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:r,defaultValue:i,orientation:s="horizontal",dir:l,activationMode:d="automatic",...u}=e,p=Pt(l),[f,h]=pe({prop:o,onChange:r,defaultProp:i});return c.createElement(cb,{scope:n,baseId:Me(),value:f,onValueChange:h,orientation:s,dir:p,activationMode:d},c.createElement(V.div,S({dir:p,"data-orientation":s},u,{ref:t})))}),lb="TabsList",db=c.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,i=Er(lb,n),s=ws(n);return c.createElement(jo,S({asChild:!0},s,{orientation:i.orientation,dir:i.dir,loop:o}),c.createElement(V.div,S({role:"tablist","aria-orientation":i.orientation},r,{ref:t})))}),ub="TabsTrigger",fb=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...i}=e,s=Er(ub,n),l=ws(n),d=Cs(s.baseId,o),u=Ss(s.baseId,o),p=o===s.value;return c.createElement(Po,S({asChild:!0},l,{focusable:!r,active:p}),c.createElement(V.button,S({type:"button",role:"tab","aria-selected":p,"aria-controls":u,"data-state":p?"active":"inactive","data-disabled":r?"":void 0,disabled:r,id:d},i,{ref:t,onMouseDown:_(e.onMouseDown,f=>{!r&&f.button===0&&f.ctrlKey===!1?s.onValueChange(o):f.preventDefault()}),onKeyDown:_(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&s.onValueChange(o)}),onFocus:_(e.onFocus,()=>{const f=s.activationMode!=="manual";!p&&!r&&f&&s.onValueChange(o)})})))}),pb="TabsContent",hb=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:i,...s}=e,l=Er(pb,n),d=Cs(l.baseId,o),u=Ss(l.baseId,o),p=o===l.value,f=c.useRef(p);return c.useEffect(()=>{const h=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(h)},[]),c.createElement(he,{present:r||p},({present:h})=>c.createElement(V.div,S({"data-state":p?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":d,hidden:!h,id:u,tabIndex:0},s,{ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0}}),h&&i))});function Cs(e,t){return`${e}-trigger-${t}`}function Ss(e,t){return`${e}-content-${t}`}const vb=sb,bb=db,gb=fb,mb=hb,xb=E(gb).withConfig({componentId:"sc-tj736u-0"})(["border:none;padding:",";border-top-left-radius:",";border-top-right-radius:",";border-bottom:",";background-color:",";color:",";font:",';cursor:pointer;&[data-state="active"]{border-bottom:',";background-color:",";color:",";font:",";}&:hover{border-bottom:",";background-color:",";color:",";font:",';}&:hover[data-state="active"]{border-bottom:',";}"],e=>`${e.theme.click.tabs.space.y} ${e.theme.click.tabs.space.x}`,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.basic.stroke.default,e=>e.theme.click.tabs.basic.color.background.default,e=>e.theme.click.tabs.basic.color.text.default,e=>e.theme.click.tabs.typography.label.default,e=>e.theme.click.tabs.basic.stroke.active,e=>e.theme.click.tabs.basic.color.background.active,e=>e.theme.click.tabs.basic.color.text.active,e=>e.theme.click.tabs.typography.label.active,e=>e.theme.click.tabs.basic.stroke.hover,e=>e.theme.click.tabs.basic.color.background.hover,e=>e.theme.click.tabs.basic.color.text.hover,e=>e.theme.click.tabs.typography.label.hover,e=>e.theme.click.tabs.basic.stroke.active),kb=E(mb).withConfig({componentId:"sc-tj736u-1"})([""]),$b=E(bb).withConfig({componentId:"sc-tj736u-2"})(["border-bottom:",";"],e=>e.theme.click.tabs.basic.stroke.global),Kn=({defaultValue:e,children:t,ariaLabel:n,onValueChange:o,...r})=>a.jsx(vb,{"aria-label":n,defaultValue:e,onValueChange:o,...r,children:t});Kn.TriggersList=$b,Kn.Trigger=xb,Kn.Content=kb;const yb=c.forwardRef(({clear:e,type:t,disabled:n,label:o,error:r,id:i,loading:s,value:l="",onChange:d,...u},p)=>{const f=c.useRef(null),h=c.useId(),v=b=>{d(b.target.value,b)},g=()=>{d("")};return a.jsxs(Nn,{disabled:n,id:i??h,label:o,error:r,children:[a.jsx(Un,{ref:Mc([f,p]),type:t,id:i??h,disabled:n,value:l,onChange:v,...u}),e&&a.jsx(rr,{disabled:n,onClick:g,$show:l.length>0,children:a.jsx(K,{name:"cross",size:"sm"})}),s&&a.jsx(K,{name:"loading-animated",size:"sm"})]})}),wb=c.forwardRef((e,t)=>c.createElement(V.span,S({},e,{ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}))),[Yn,rx]=ce("Tooltip",[Be]),qn=Be(),Cb="TooltipProvider",Sb=700,Or="tooltip.open",[Mb,jr]=Yn(Cb),Eb=e=>{const{__scopeTooltip:t,delayDuration:n=Sb,skipDelayDuration:o=300,disableHoverableContent:r=!1,children:i}=e,[s,l]=c.useState(!0),d=c.useRef(!1),u=c.useRef(0);return c.useEffect(()=>{const p=u.current;return()=>window.clearTimeout(p)},[]),c.createElement(Mb,{scope:t,isOpenDelayed:s,delayDuration:n,onOpen:c.useCallback(()=>{window.clearTimeout(u.current),l(!1)},[]),onClose:c.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>l(!0),o)},[o]),isPointerInTransitRef:d,onPointerInTransitChange:c.useCallback(p=>{d.current=p},[]),disableHoverableContent:r},i)},Pr="Tooltip",[Ob,Xt]=Yn(Pr),jb=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r=!1,onOpenChange:i,disableHoverableContent:s,delayDuration:l}=e,d=jr(Pr,e.__scopeTooltip),u=qn(t),[p,f]=c.useState(null),h=Me(),v=c.useRef(0),g=s??d.disableHoverableContent,b=l??d.delayDuration,x=c.useRef(!1),[k=!1,$]=pe({prop:o,defaultProp:r,onChange:F=>{F?(d.onOpen(),document.dispatchEvent(new CustomEvent(Or))):d.onClose(),i==null||i(F)}}),w=c.useMemo(()=>k?x.current?"delayed-open":"instant-open":"closed",[k]),C=c.useCallback(()=>{window.clearTimeout(v.current),x.current=!1,$(!0)},[$]),O=c.useCallback(()=>{window.clearTimeout(v.current),$(!1)},[$]),P=c.useCallback(()=>{window.clearTimeout(v.current),v.current=window.setTimeout(()=>{x.current=!0,$(!0)},b)},[b,$]);return c.useEffect(()=>()=>window.clearTimeout(v.current),[]),c.createElement(_t,u,c.createElement(Ob,{scope:t,contentId:h,open:k,stateAttribute:w,trigger:p,onTriggerChange:f,onTriggerEnter:c.useCallback(()=>{d.isOpenDelayed?P():C()},[d.isOpenDelayed,P,C]),onTriggerLeave:c.useCallback(()=>{g?O():window.clearTimeout(v.current)},[O,g]),onOpen:C,onClose:O,disableHoverableContent:g},n))},Ms="TooltipTrigger",Pb=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=Xt(Ms,n),i=jr(Ms,n),s=qn(n),l=c.useRef(null),d=ne(t,l,r.onTriggerChange),u=c.useRef(!1),p=c.useRef(!1),f=c.useCallback(()=>u.current=!1,[]);return c.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),c.createElement(Tt,S({asChild:!0},s),c.createElement(V.button,S({"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute},o,{ref:d,onPointerMove:_(e.onPointerMove,h=>{h.pointerType!=="touch"&&!p.current&&!i.isPointerInTransitRef.current&&(r.onTriggerEnter(),p.current=!0)}),onPointerLeave:_(e.onPointerLeave,()=>{r.onTriggerLeave(),p.current=!1}),onPointerDown:_(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:_(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:_(e.onBlur,r.onClose),onClick:_(e.onClick,r.onClose)})))}),Es="TooltipPortal",[Ib,Fb]=Yn(Es,{forceMount:void 0}),_b=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,i=Xt(Es,t);return c.createElement(Ib,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement(xn,{asChild:!0,container:r},o)))},Jt="TooltipContent",Tb=c.forwardRef((e,t)=>{const n=Fb(Jt,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...i}=e,s=Xt(Jt,e.__scopeTooltip);return c.createElement(he,{present:o||s.open},s.disableHoverableContent?c.createElement(Os,S({side:r},i,{ref:t})):c.createElement(Ab,S({side:r},i,{ref:t})))}),Ab=c.forwardRef((e,t)=>{const n=Xt(Jt,e.__scopeTooltip),o=jr(Jt,e.__scopeTooltip),r=c.useRef(null),i=ne(t,r),[s,l]=c.useState(null),{trigger:d,onClose:u}=n,p=r.current,{onPointerInTransitChange:f}=o,h=c.useCallback(()=>{l(null),f(!1)},[f]),v=c.useCallback((g,b)=>{const x=g.currentTarget,k={x:g.clientX,y:g.clientY},$=Bb(k,x.getBoundingClientRect()),w=Zb(k,$),C=Hb(b.getBoundingClientRect()),O=Wb([...w,...C]);l(O),f(!0)},[f]);return c.useEffect(()=>()=>h(),[h]),c.useEffect(()=>{if(d&&p){const g=x=>v(x,p),b=x=>v(x,d);return d.addEventListener("pointerleave",g),p.addEventListener("pointerleave",b),()=>{d.removeEventListener("pointerleave",g),p.removeEventListener("pointerleave",b)}}},[d,p,v,h]),c.useEffect(()=>{if(s){const g=b=>{const x=b.target,k={x:b.clientX,y:b.clientY},$=(d==null?void 0:d.contains(x))||(p==null?void 0:p.contains(x)),w=!Rb(k,s);$?h():w&&(h(),u())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[d,p,s,u,h]),c.createElement(Os,S({},e,{ref:i}))}),[Db,Lb]=Yn(Pr,{isInside:!1}),Os=c.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:i,onPointerDownOutside:s,...l}=e,d=Xt(Jt,n),u=qn(n),{onClose:p}=d;return c.useEffect(()=>(document.addEventListener(Or,p),()=>document.removeEventListener(Or,p)),[p]),c.useEffect(()=>{if(d.trigger){const f=h=>{const v=h.target;v!=null&&v.contains(d.trigger)&&p()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[d.trigger,p]),c.createElement(an,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:s,onFocusOutside:f=>f.preventDefault(),onDismiss:p},c.createElement(gn,S({"data-state":d.stateAttribute},u,l,{ref:t,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),c.createElement(Qr,null,o),c.createElement(Db,{scope:n,isInside:!0},c.createElement(wb,{id:d.contentId,role:"tooltip"},r||o))))}),Nb="TooltipArrow",Ub=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=qn(n);return Lb(Nb,n).isInside?null:c.createElement(mn,S({},r,o,{ref:t}))});function Bb(e,t){const n=Math.abs(t.top-e.y),o=Math.abs(t.bottom-e.y),r=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,o,r,i)){case i:return"left";case r:return"right";case n:return"top";case o:return"bottom";default:throw new Error("unreachable")}}function Zb(e,t,n=5){const o=[];switch(t){case"top":o.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":o.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":o.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":o.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return o}function Hb(e){const{top:t,right:n,bottom:o,left:r}=e;return[{x:r,y:t},{x:n,y:t},{x:n,y:o},{x:r,y:o}]}function Rb(e,t){const{x:n,y:o}=e;let r=!1;for(let i=0,s=t.length-1;i<t.length;s=i++){const l=t[i].x,d=t[i].y,u=t[s].x,p=t[s].y;d>o!=p>o&&n<(u-l)*(o-d)/(p-d)+l&&(r=!r)}return r}function Wb(e){const t=e.slice();return t.sort((n,o)=>n.x<o.x?-1:n.x>o.x?1:n.y<o.y?-1:n.y>o.y?1:0),Vb(t)}function Vb(e){if(e.length<=1)return e.slice();const t=[];for(let o=0;o<e.length;o++){const r=e[o];for(;t.length>=2;){const i=t[t.length-1],s=t[t.length-2];if((i.x-s.x)*(r.y-s.y)>=(i.y-s.y)*(r.x-s.x))t.pop();else break}t.push(r)}t.pop();const n=[];for(let o=e.length-1;o>=0;o--){const r=e[o];for(;n.length>=2;){const i=n[n.length-1],s=n[n.length-2];if((i.x-s.x)*(r.y-s.y)>=(i.y-s.y)*(r.x-s.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}const zb=Eb,Gb=jb,Kb=Pb,Yb=_b,qb=Tb,Xb=Ub,Jb=({children:e,...t})=>a.jsx(zb,{...t,children:e}),Ir=({children:e,...t})=>a.jsx(Gb,{...t,children:e}),Qb=E(Kb).withConfig({componentId:"sc-ymqkp1-0"})(["width:fit-content;"]),js=e=>a.jsx(Qb,{asChild:!0,...e});js.displayName="TooltipTrigger",Ir.Trigger=js;const e6=E(qb).withConfig({componentId:"sc-ymqkp1-1"})(["display:flex;align-items:flex-start;",""],({theme:e})=>`
|
|
678
|
+
`),kl="Switch",[t8,dx]=le(kl),[n8,o8]=t8(kl),r8=l.forwardRef((e,t)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:c,disabled:s,value:d="on",onCheckedChange:f,...p}=e,[u,h]=l.useState(null),v=ne(t,w=>h(w)),g=l.useRef(!1),b=u?!!u.closest("form"):!0,[x=!1,k]=pe({prop:a,defaultProp:i,onChange:f});return l.createElement(n8,{scope:n,checked:x,disabled:s},l.createElement(W.button,M({type:"button",role:"switch","aria-checked":x,"aria-required":c,"data-state":wl(x),"data-disabled":s?"":void 0,disabled:s,value:d},p,{ref:v,onClick:I(e.onClick,w=>{k(y=>!y),b&&(g.current=w.isPropagationStopped(),g.current||w.stopPropagation())})})),b&&l.createElement(l8,{control:u,bubbles:!g.current,name:r,value:d,checked:x,required:c,disabled:s,style:{transform:"translateX(-100%)"}}))}),a8="SwitchThumb",i8=l.forwardRef((e,t)=>{const{__scopeSwitch:n,...r}=e,a=o8(a8,n);return l.createElement(W.span,M({"data-state":wl(a.checked),"data-disabled":a.disabled?"":void 0},r,{ref:t}))}),l8=e=>{const{control:t,checked:n,bubbles:r=!0,...a}=e,i=l.useRef(null),c=er(n),s=bn(t);return l.useEffect(()=>{const d=i.current,f=window.HTMLInputElement.prototype,u=Object.getOwnPropertyDescriptor(f,"checked").set;if(c!==n&&u){const h=new Event("click",{bubbles:r});u.call(d,n),d.dispatchEvent(h)}},[c,n,r]),l.createElement("input",M({type:"checkbox","aria-hidden":!0,defaultChecked:n},a,{tabIndex:-1,ref:i,style:{...e.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function wl(e){return e?"checked":"unchecked"}const c8=r8,s8=i8,d8=l.forwardRef(({checked:e,disabled:t,...n},r)=>o.jsx(p8,{ref:r,disabled:t,checked:e,...n,children:o.jsx(h8,{$checked:e})})),f8=(e,t,n)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.background.disabled,border:`1px solid ${e.click.switch.color.stroke.disabled}`}:n?{...r,backgroundColor:e.click.switch.color.background.active,border:`1px solid ${e.click.switch.color.stroke.active}`}:{...r,backgroundColor:e.click.switch.color.background.default,border:`1px solid ${e.click.switch.color.stroke.default}`}},u8=(e,t,n)=>{const r={};return t?{...r,backgroundColor:e.click.switch.color.indicator.disabled}:n?{...r,backgroundColor:e.click.switch.color.indicator.active}:{...r,backgroundColor:e.click.switch.color.indicator.default}},p8=L(c8).withConfig({componentId:"sc-egkkgl-0"})(e=>{const t=f8(e.theme,e.disabled,e.checked);return{width:e.theme.click.switch.size.width,height:e.theme.click.switch.size.height,backgroundColor:t.backgroundColor,border:t.border,borderRadius:e.theme.click.switch.radii.all,position:"relative",padding:0}}),h8=L(s8).withConfig({componentId:"sc-egkkgl-1"})(e=>({display:"block",width:"12px",height:"12px",backgroundColor:u8(e.theme,e.$disabled,e.$checked).backgroundColor,borderRadius:e.theme.click.switch.radii.all,transition:"transform 100ms",transform:e.$checked?"translateX(15px)":"translateX(2px)",willChange:"transform"})),$l="Tabs",[v8,fx]=le($l,[lt]),yl=lt(),[b8,Lr]=v8($l),g8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:c="horizontal",dir:s,activationMode:d="automatic",...f}=e,p=Ot(s),[u,h]=pe({prop:r,onChange:a,defaultProp:i});return l.createElement(b8,{scope:n,baseId:Se(),value:u,onValueChange:h,orientation:c,dir:p,activationMode:d},l.createElement(W.div,M({dir:p,"data-orientation":c},f,{ref:t})))}),m8="TabsList",x8=l.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...a}=e,i=Lr(m8,n),c=yl(n);return l.createElement(Eo,M({asChild:!0},c,{orientation:i.orientation,dir:i.dir,loop:r}),l.createElement(W.div,M({role:"tablist","aria-orientation":i.orientation},a,{ref:t})))}),k8="TabsTrigger",w8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=e,c=Lr(k8,n),s=yl(n),d=Cl(c.baseId,r),f=Ml(c.baseId,r),p=r===c.value;return l.createElement(Oo,M({asChild:!0},s,{focusable:!a,active:p}),l.createElement(W.button,M({type:"button",role:"tab","aria-selected":p,"aria-controls":f,"data-state":p?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:d},i,{ref:t,onMouseDown:I(e.onMouseDown,u=>{!a&&u.button===0&&u.ctrlKey===!1?c.onValueChange(r):u.preventDefault()}),onKeyDown:I(e.onKeyDown,u=>{[" ","Enter"].includes(u.key)&&c.onValueChange(r)}),onFocus:I(e.onFocus,()=>{const u=c.activationMode!=="manual";!p&&!a&&u&&c.onValueChange(r)})})))}),$8="TabsContent",y8=l.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...c}=e,s=Lr($8,n),d=Cl(s.baseId,r),f=Ml(s.baseId,r),p=r===s.value,u=l.useRef(p);return l.useEffect(()=>{const h=requestAnimationFrame(()=>u.current=!1);return()=>cancelAnimationFrame(h)},[]),l.createElement(he,{present:a||p},({present:h})=>l.createElement(W.div,M({"data-state":p?"active":"inactive","data-orientation":s.orientation,role:"tabpanel","aria-labelledby":d,hidden:!h,id:f,tabIndex:0},c,{ref:t,style:{...e.style,animationDuration:u.current?"0s":void 0}}),h&&i))});function Cl(e,t){return`${e}-trigger-${t}`}function Ml(e,t){return`${e}-content-${t}`}const C8=g8,M8=x8,S8=w8,L8=y8,j8=L(S8).withConfig({componentId:"sc-tj736u-0"})(["border:none;padding:",";border-top-left-radius:",";border-top-right-radius:",";border-bottom:",";background-color:",";color:",";font:",';cursor:pointer;&[data-state="active"]{border-bottom:',";background-color:",";color:",";font:",";}&:hover{border-bottom:",";background-color:",";color:",";font:",';}&:hover[data-state="active"]{border-bottom:',";}"],e=>`${e.theme.click.tabs.space.y} ${e.theme.click.tabs.space.x}`,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.radii.all,e=>e.theme.click.tabs.basic.stroke.default,e=>e.theme.click.tabs.basic.color.background.default,e=>e.theme.click.tabs.basic.color.text.default,e=>e.theme.click.tabs.typography.label.default,e=>e.theme.click.tabs.basic.stroke.active,e=>e.theme.click.tabs.basic.color.background.active,e=>e.theme.click.tabs.basic.color.text.active,e=>e.theme.click.tabs.typography.label.active,e=>e.theme.click.tabs.basic.stroke.hover,e=>e.theme.click.tabs.basic.color.background.hover,e=>e.theme.click.tabs.basic.color.text.hover,e=>e.theme.click.tabs.typography.label.hover,e=>e.theme.click.tabs.basic.stroke.active),E8=L(L8).withConfig({componentId:"sc-tj736u-1"})([""]),O8=L(M8).withConfig({componentId:"sc-tj736u-2"})(["border-bottom:",";"],e=>e.theme.click.tabs.basic.stroke.global),Kn=({defaultValue:e,children:t,ariaLabel:n,onValueChange:r,...a})=>o.jsx(C8,{"aria-label":n,defaultValue:e,onValueChange:r,...a,children:t});Kn.TriggersList=O8,Kn.Trigger=j8,Kn.Content=E8;const _8=l.forwardRef(({clear:e,type:t,disabled:n,label:r,error:a,id:i,loading:c,value:s="",onChange:d,...f},p)=>{const u=l.useRef(null),h=l.useId(),v=b=>{d(b.target.value,b)},g=()=>{d("")};return o.jsxs(Dn,{disabled:n,id:i??h,label:r,error:a,children:[o.jsx(Nn,{ref:Si([u,p]),type:t,id:i??h,disabled:n,value:s,onChange:v,...f}),e&&o.jsx(rr,{disabled:n,onClick:g,$show:s.length>0,children:o.jsx(z,{name:"cross",size:"sm"})}),c&&o.jsx(z,{name:"loading-animated",size:"sm"})]})}),P8=l.forwardRef((e,t)=>l.createElement(W.span,M({},e,{ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}))),[Yn,px]=le("Tooltip",[Ze]),qn=Ze(),I8="TooltipProvider",F8=700,jr="tooltip.open",[T8,Er]=Yn(I8),H8=e=>{const{__scopeTooltip:t,delayDuration:n=F8,skipDelayDuration:r=300,disableHoverableContent:a=!1,children:i}=e,[c,s]=l.useState(!0),d=l.useRef(!1),f=l.useRef(0);return l.useEffect(()=>{const p=f.current;return()=>window.clearTimeout(p)},[]),l.createElement(T8,{scope:t,isOpenDelayed:c,delayDuration:n,onOpen:l.useCallback(()=>{window.clearTimeout(f.current),s(!1)},[]),onClose:l.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>s(!0),r)},[r]),isPointerInTransitRef:d,onPointerInTransitChange:l.useCallback(p=>{d.current=p},[]),disableHoverableContent:a},i)},Or="Tooltip",[A8,Xt]=Yn(Or),D8=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:a=!1,onOpenChange:i,disableHoverableContent:c,delayDuration:s}=e,d=Er(Or,e.__scopeTooltip),f=qn(t),[p,u]=l.useState(null),h=Se(),v=l.useRef(0),g=c??d.disableHoverableContent,b=s??d.delayDuration,x=l.useRef(!1),[k=!1,w]=pe({prop:r,defaultProp:a,onChange:P=>{P?(d.onOpen(),document.dispatchEvent(new CustomEvent(jr))):d.onClose(),i==null||i(P)}}),y=l.useMemo(()=>k?x.current?"delayed-open":"instant-open":"closed",[k]),C=l.useCallback(()=>{window.clearTimeout(v.current),x.current=!1,w(!0)},[w]),j=l.useCallback(()=>{window.clearTimeout(v.current),w(!1)},[w]),O=l.useCallback(()=>{window.clearTimeout(v.current),v.current=window.setTimeout(()=>{x.current=!0,w(!0)},b)},[b,w]);return l.useEffect(()=>()=>window.clearTimeout(v.current),[]),l.createElement(It,f,l.createElement(A8,{scope:t,contentId:h,open:k,stateAttribute:y,trigger:p,onTriggerChange:u,onTriggerEnter:l.useCallback(()=>{d.isOpenDelayed?O():C()},[d.isOpenDelayed,O,C]),onTriggerLeave:l.useCallback(()=>{g?j():window.clearTimeout(v.current)},[j,g]),onOpen:C,onClose:j,disableHoverableContent:g},n))},Sl="TooltipTrigger",N8=l.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,a=Xt(Sl,n),i=Er(Sl,n),c=qn(n),s=l.useRef(null),d=ne(t,s,a.onTriggerChange),f=l.useRef(!1),p=l.useRef(!1),u=l.useCallback(()=>f.current=!1,[]);return l.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),l.createElement(Ft,M({asChild:!0},c),l.createElement(W.button,M({"aria-describedby":a.open?a.contentId:void 0,"data-state":a.stateAttribute},r,{ref:d,onPointerMove:I(e.onPointerMove,h=>{h.pointerType!=="touch"&&!p.current&&!i.isPointerInTransitRef.current&&(a.onTriggerEnter(),p.current=!0)}),onPointerLeave:I(e.onPointerLeave,()=>{a.onTriggerLeave(),p.current=!1}),onPointerDown:I(e.onPointerDown,()=>{f.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:I(e.onFocus,()=>{f.current||a.onOpen()}),onBlur:I(e.onBlur,a.onClose),onClick:I(e.onClick,a.onClose)})))}),Ll="TooltipPortal",[Z8,B8]=Yn(Ll,{forceMount:void 0}),V8=e=>{const{__scopeTooltip:t,forceMount:n,children:r,container:a}=e,i=Xt(Ll,t);return l.createElement(Z8,{scope:t,forceMount:n},l.createElement(he,{present:n||i.open},l.createElement(xn,{asChild:!0,container:a},r)))},Jt="TooltipContent",U8=l.forwardRef((e,t)=>{const n=B8(Jt,e.__scopeTooltip),{forceMount:r=n.forceMount,side:a="top",...i}=e,c=Xt(Jt,e.__scopeTooltip);return l.createElement(he,{present:r||c.open},c.disableHoverableContent?l.createElement(jl,M({side:a},i,{ref:t})):l.createElement(R8,M({side:a},i,{ref:t})))}),R8=l.forwardRef((e,t)=>{const n=Xt(Jt,e.__scopeTooltip),r=Er(Jt,e.__scopeTooltip),a=l.useRef(null),i=ne(t,a),[c,s]=l.useState(null),{trigger:d,onClose:f}=n,p=a.current,{onPointerInTransitChange:u}=r,h=l.useCallback(()=>{s(null),u(!1)},[u]),v=l.useCallback((g,b)=>{const x=g.currentTarget,k={x:g.clientX,y:g.clientY},w=Y8(k,x.getBoundingClientRect()),y=q8(k,w),C=X8(b.getBoundingClientRect()),j=Q8([...y,...C]);s(j),u(!0)},[u]);return l.useEffect(()=>()=>h(),[h]),l.useEffect(()=>{if(d&&p){const g=x=>v(x,p),b=x=>v(x,d);return d.addEventListener("pointerleave",g),p.addEventListener("pointerleave",b),()=>{d.removeEventListener("pointerleave",g),p.removeEventListener("pointerleave",b)}}},[d,p,v,h]),l.useEffect(()=>{if(c){const g=b=>{const x=b.target,k={x:b.clientX,y:b.clientY},w=(d==null?void 0:d.contains(x))||(p==null?void 0:p.contains(x)),y=!J8(k,c);w?h():y&&(h(),f())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[d,p,c,f,h]),l.createElement(jl,M({},e,{ref:i}))}),[W8,z8]=Yn(Or,{isInside:!1}),jl=l.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":a,onEscapeKeyDown:i,onPointerDownOutside:c,...s}=e,d=Xt(Jt,n),f=qn(n),{onClose:p}=d;return l.useEffect(()=>(document.addEventListener(jr,p),()=>document.removeEventListener(jr,p)),[p]),l.useEffect(()=>{if(d.trigger){const u=h=>{const v=h.target;v!=null&&v.contains(d.trigger)&&p()};return window.addEventListener("scroll",u,{capture:!0}),()=>window.removeEventListener("scroll",u,{capture:!0})}},[d.trigger,p]),l.createElement(an,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:c,onFocusOutside:u=>u.preventDefault(),onDismiss:p},l.createElement(gn,M({"data-state":d.stateAttribute},f,s,{ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),l.createElement(Qr,null,r),l.createElement(W8,{scope:n,isInside:!0},l.createElement(P8,{id:d.contentId,role:"tooltip"},a||r))))}),G8="TooltipArrow",K8=l.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,a=qn(n);return z8(G8,n).isInside?null:l.createElement(mn,M({},a,r,{ref:t}))});function Y8(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),a=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,r,a,i)){case i:return"left";case a:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function q8(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function X8(e){const{top:t,right:n,bottom:r,left:a}=e;return[{x:a,y:t},{x:n,y:t},{x:n,y:r},{x:a,y:r}]}function J8(e,t){const{x:n,y:r}=e;let a=!1;for(let i=0,c=t.length-1;i<t.length;c=i++){const s=t[i].x,d=t[i].y,f=t[c].x,p=t[c].y;d>r!=p>r&&n<(f-s)*(r-d)/(p-d)+s&&(a=!a)}return a}function Q8(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),e3(t)}function e3(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const a=e[r];for(;t.length>=2;){const i=t[t.length-1],c=t[t.length-2];if((i.x-c.x)*(a.y-c.y)>=(i.y-c.y)*(a.x-c.x))t.pop();else break}t.push(a)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const a=e[r];for(;n.length>=2;){const i=n[n.length-1],c=n[n.length-2];if((i.x-c.x)*(a.y-c.y)>=(i.y-c.y)*(a.x-c.x))n.pop();else break}n.push(a)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}const t3=H8,n3=D8,o3=N8,r3=V8,a3=U8,i3=K8,l3=({children:e,...t})=>o.jsx(t3,{...t,children:e}),_r=({children:e,...t})=>o.jsx(n3,{...t,children:e}),c3=L(o3).withConfig({componentId:"sc-ymqkp1-0"})(["width:fit-content;"]),El=e=>o.jsx(c3,{asChild:!0,...e});El.displayName="TooltipTrigger",_r.Trigger=El;const s3=L(a3).withConfig({componentId:"sc-ymqkp1-1"})(["display:flex;align-items:flex-start;",""],({theme:e})=>`
|
|
679
679
|
padding: ${e.click.tooltip.space.y} ${e.click.tooltip.space.x};
|
|
680
680
|
color: ${e.click.tooltip.color.label.default};
|
|
681
681
|
background: ${e.click.tooltip.color.background.default};
|
|
682
682
|
border-radius: ${e.click.tooltip.radii.all};
|
|
683
683
|
font: ${e.click.tooltip.typography.label.default};
|
|
684
|
-
`),
|
|
684
|
+
`),d3=L.svg.withConfig({componentId:"sc-ymqkp1-2"})(["",";"],({theme:e})=>`
|
|
685
685
|
fill: ${e.click.tooltip.color.background.default};
|
|
686
|
-
`),Ps=({showArrow:e,children:t,...n})=>a.jsx(Yb,{children:a.jsxs(e6,{...n,children:[e&&a.jsx(t6,{as:Xb,width:20,height:8}),t]})});Ps.displayName="TooltipContent",Ir.Content=Ps;const n6=E.createGlobalStyle(["body{color:",";background-color:","}"],e=>e.theme.click.global.color.text.default,e=>e.theme.click.global.color.background.default),o6=({theme:e,children:t})=>a.jsxs(E.ThemeProvider,{theme:Pl[e],children:[a.jsx(n6,{}),t]});function r6(){this.__data__=[],this.size=0}var a6=r6;function i6(e,t){return e===t||e!==e&&t!==t}var Xn=i6,c6=Xn;function s6(e,t){for(var n=e.length;n--;)if(c6(e[n][0],t))return n;return-1}var Jn=s6,l6=Jn,d6=Array.prototype,u6=d6.splice;function f6(e){var t=this.__data__,n=l6(t,e);if(n<0)return!1;var o=t.length-1;return n==o?t.pop():u6.call(t,n,1),--this.size,!0}var p6=f6,h6=Jn;function v6(e){var t=this.__data__,n=h6(t,e);return n<0?void 0:t[n][1]}var b6=v6,g6=Jn;function m6(e){return g6(this.__data__,e)>-1}var x6=m6,k6=Jn;function $6(e,t){var n=this.__data__,o=k6(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}var y6=$6,w6=a6,C6=p6,S6=b6,M6=x6,E6=y6;function gt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}gt.prototype.clear=w6,gt.prototype.delete=C6,gt.prototype.get=S6,gt.prototype.has=M6,gt.prototype.set=E6;var Qn=gt,O6=Qn;function j6(){this.__data__=new O6,this.size=0}var P6=j6;function I6(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}var F6=I6;function _6(e){return this.__data__.get(e)}var T6=_6;function A6(e){return this.__data__.has(e)}var D6=A6,L6=typeof on=="object"&&on&&on.Object===Object&&on,Is=L6,N6=Is,U6=typeof self=="object"&&self&&self.Object===Object&&self,B6=N6||U6||Function("return this")(),mt=B6,Z6=mt,H6=Z6.Symbol,Fs=H6,_s=Fs,Ts=Object.prototype,R6=Ts.hasOwnProperty,W6=Ts.toString,Qt=_s?_s.toStringTag:void 0;function V6(e){var t=R6.call(e,Qt),n=e[Qt];try{e[Qt]=void 0;var o=!0}catch{}var r=W6.call(e);return o&&(t?e[Qt]=n:delete e[Qt]),r}var z6=V6,G6=Object.prototype,K6=G6.toString;function Y6(e){return K6.call(e)}var q6=Y6,As=Fs,X6=z6,J6=q6,Q6="[object Null]",eg="[object Undefined]",Ds=As?As.toStringTag:void 0;function tg(e){return e==null?e===void 0?eg:Q6:Ds&&Ds in Object(e)?X6(e):J6(e)}var eo=tg;function ng(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var tt=ng,og=eo,rg=tt,ag="[object AsyncFunction]",ig="[object Function]",cg="[object GeneratorFunction]",sg="[object Proxy]";function lg(e){if(!rg(e))return!1;var t=og(e);return t==ig||t==cg||t==ag||t==sg}var Fr=lg,dg=mt,ug=dg["__core-js_shared__"],fg=ug,_r=fg,Ls=function(){var e=/[^.]+$/.exec(_r&&_r.keys&&_r.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function pg(e){return!!Ls&&Ls in e}var hg=pg,vg=Function.prototype,bg=vg.toString;function gg(e){if(e!=null){try{return bg.call(e)}catch{}try{return e+""}catch{}}return""}var mg=gg,xg=Fr,kg=hg,$g=tt,yg=mg,wg=/[\\^$.*+?()[\]{}|]/g,Cg=/^\[object .+?Constructor\]$/,Sg=Function.prototype,Mg=Object.prototype,Eg=Sg.toString,Og=Mg.hasOwnProperty,jg=RegExp("^"+Eg.call(Og).replace(wg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Pg(e){if(!$g(e)||kg(e))return!1;var t=xg(e)?jg:Cg;return t.test(yg(e))}var Ig=Pg;function Fg(e,t){return e==null?void 0:e[t]}var _g=Fg,Tg=Ig,Ag=_g;function Dg(e,t){var n=Ag(e,t);return Tg(n)?n:void 0}var Tr=Dg,Lg=Tr,Ng=mt,Ug=Lg(Ng,"Map"),Ns=Ug,Bg=Tr,Zg=Bg(Object,"create"),to=Zg,Us=to;function Hg(){this.__data__=Us?Us(null):{},this.size=0}var Rg=Hg;function Wg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Vg=Wg,zg=to,Gg="__lodash_hash_undefined__",Kg=Object.prototype,Yg=Kg.hasOwnProperty;function qg(e){var t=this.__data__;if(zg){var n=t[e];return n===Gg?void 0:n}return Yg.call(t,e)?t[e]:void 0}var Xg=qg,Jg=to,Qg=Object.prototype,e7=Qg.hasOwnProperty;function t7(e){var t=this.__data__;return Jg?t[e]!==void 0:e7.call(t,e)}var n7=t7,o7=to,r7="__lodash_hash_undefined__";function a7(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=o7&&t===void 0?r7:t,this}var i7=a7,c7=Rg,s7=Vg,l7=Xg,d7=n7,u7=i7;function xt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}xt.prototype.clear=c7,xt.prototype.delete=s7,xt.prototype.get=l7,xt.prototype.has=d7,xt.prototype.set=u7;var f7=xt,Bs=f7,p7=Qn,h7=Ns;function v7(){this.size=0,this.__data__={hash:new Bs,map:new(h7||p7),string:new Bs}}var b7=v7;function g7(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var m7=g7,x7=m7;function k7(e,t){var n=e.__data__;return x7(t)?n[typeof t=="string"?"string":"hash"]:n.map}var no=k7,$7=no;function y7(e){var t=$7(this,e).delete(e);return this.size-=t?1:0,t}var w7=y7,C7=no;function S7(e){return C7(this,e).get(e)}var M7=S7,E7=no;function O7(e){return E7(this,e).has(e)}var j7=O7,P7=no;function I7(e,t){var n=P7(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}var F7=I7,_7=b7,T7=w7,A7=M7,D7=j7,L7=F7;function kt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}kt.prototype.clear=_7,kt.prototype.delete=T7,kt.prototype.get=A7,kt.prototype.has=D7,kt.prototype.set=L7;var N7=kt,U7=Qn,B7=Ns,Z7=N7,H7=200;function R7(e,t){var n=this.__data__;if(n instanceof U7){var o=n.__data__;if(!B7||o.length<H7-1)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Z7(o)}return n.set(e,t),this.size=n.size,this}var W7=R7,V7=Qn,z7=P6,G7=F6,K7=T6,Y7=D6,q7=W7;function $t(e){var t=this.__data__=new V7(e);this.size=t.size}$t.prototype.clear=z7,$t.prototype.delete=G7,$t.prototype.get=K7,$t.prototype.has=Y7,$t.prototype.set=q7;var X7=$t,J7=Tr,Q7=function(){try{var e=J7(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Zs=Q7,Hs=Zs;function e4(e,t,n){t=="__proto__"&&Hs?Hs(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var Ar=e4,t4=Ar,n4=Xn;function o4(e,t,n){(n!==void 0&&!n4(e[t],n)||n===void 0&&!(t in e))&&t4(e,t,n)}var Rs=o4;function r4(e){return function(t,n,o){for(var r=-1,i=Object(t),s=o(t),l=s.length;l--;){var d=s[e?l:++r];if(n(i[d],d,i)===!1)break}return t}}var a4=r4,i4=a4,c4=i4(),s4=c4,oo={exports:{}};oo.exports,function(e,t){var n=mt,o=t&&!t.nodeType&&t,r=o&&!0&&e&&!e.nodeType&&e,i=r&&r.exports===o,s=i?n.Buffer:void 0,l=s?s.allocUnsafe:void 0;function d(u,p){if(p)return u.slice();var f=u.length,h=l?l(f):new u.constructor(f);return u.copy(h),h}e.exports=d}(oo,oo.exports);var l4=oo.exports,d4=mt,u4=d4.Uint8Array,f4=u4,Ws=f4;function p4(e){var t=new e.constructor(e.byteLength);return new Ws(t).set(new Ws(e)),t}var h4=p4,v4=h4;function b4(e,t){var n=t?v4(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var g4=b4;function m4(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t}var x4=m4,k4=tt,Vs=Object.create,$4=function(){function e(){}return function(t){if(!k4(t))return{};if(Vs)return Vs(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),y4=$4;function w4(e,t){return function(n){return e(t(n))}}var C4=w4,S4=C4,M4=S4(Object.getPrototypeOf,Object),zs=M4,E4=Object.prototype;function O4(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||E4;return e===n}var Gs=O4,j4=y4,P4=zs,I4=Gs;function F4(e){return typeof e.constructor=="function"&&!I4(e)?j4(P4(e)):{}}var _4=F4;function T4(e){return e!=null&&typeof e=="object"}var en=T4,A4=eo,D4=en,L4="[object Arguments]";function N4(e){return D4(e)&&A4(e)==L4}var U4=N4,Ks=U4,B4=en,Ys=Object.prototype,Z4=Ys.hasOwnProperty,H4=Ys.propertyIsEnumerable,R4=Ks(function(){return arguments}())?Ks:function(e){return B4(e)&&Z4.call(e,"callee")&&!H4.call(e,"callee")},qs=R4,W4=Array.isArray,Xs=W4,V4=9007199254740991;function z4(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=V4}var Js=z4,G4=Fr,K4=Js;function Y4(e){return e!=null&&K4(e.length)&&!G4(e)}var Dr=Y4,q4=Dr,X4=en;function J4(e){return X4(e)&&q4(e)}var Q4=J4,ro={exports:{}};function e3(){return!1}var t3=e3;ro.exports,function(e,t){var n=mt,o=t3,r=t&&!t.nodeType&&t,i=r&&!0&&e&&!e.nodeType&&e,s=i&&i.exports===r,l=s?n.Buffer:void 0,d=l?l.isBuffer:void 0,u=d||o;e.exports=u}(ro,ro.exports);var Qs=ro.exports,n3=eo,o3=zs,r3=en,a3="[object Object]",i3=Function.prototype,c3=Object.prototype,el=i3.toString,s3=c3.hasOwnProperty,l3=el.call(Object);function d3(e){if(!r3(e)||n3(e)!=a3)return!1;var t=o3(e);if(t===null)return!0;var n=s3.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&el.call(n)==l3}var u3=d3,f3=eo,p3=Js,h3=en,v3="[object Arguments]",b3="[object Array]",g3="[object Boolean]",m3="[object Date]",x3="[object Error]",k3="[object Function]",$3="[object Map]",y3="[object Number]",w3="[object Object]",C3="[object RegExp]",S3="[object Set]",M3="[object String]",E3="[object WeakMap]",O3="[object ArrayBuffer]",j3="[object DataView]",P3="[object Float32Array]",I3="[object Float64Array]",F3="[object Int8Array]",_3="[object Int16Array]",T3="[object Int32Array]",A3="[object Uint8Array]",D3="[object Uint8ClampedArray]",L3="[object Uint16Array]",N3="[object Uint32Array]",te={};te[P3]=te[I3]=te[F3]=te[_3]=te[T3]=te[A3]=te[D3]=te[L3]=te[N3]=!0,te[v3]=te[b3]=te[O3]=te[g3]=te[j3]=te[m3]=te[x3]=te[k3]=te[$3]=te[y3]=te[w3]=te[C3]=te[S3]=te[M3]=te[E3]=!1;function U3(e){return h3(e)&&p3(e.length)&&!!te[f3(e)]}var B3=U3;function Z3(e){return function(t){return e(t)}}var H3=Z3,ao={exports:{}};ao.exports,function(e,t){var n=Is,o=t&&!t.nodeType&&t,r=o&&!0&&e&&!e.nodeType&&e,i=r&&r.exports===o,s=i&&n.process,l=function(){try{var d=r&&r.require&&r.require("util").types;return d||s&&s.binding&&s.binding("util")}catch{}}();e.exports=l}(ao,ao.exports);var R3=ao.exports,W3=B3,V3=H3,tl=R3,nl=tl&&tl.isTypedArray,z3=nl?V3(nl):W3,ol=z3;function G3(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var rl=G3,K3=Ar,Y3=Xn,q3=Object.prototype,X3=q3.hasOwnProperty;function J3(e,t,n){var o=e[t];(!(X3.call(e,t)&&Y3(o,n))||n===void 0&&!(t in e))&&K3(e,t,n)}var Q3=J3,em=Q3,tm=Ar;function nm(e,t,n,o){var r=!n;n||(n={});for(var i=-1,s=t.length;++i<s;){var l=t[i],d=o?o(n[l],e[l],l,n,e):void 0;d===void 0&&(d=e[l]),r?tm(n,l,d):em(n,l,d)}return n}var om=nm;function rm(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}var am=rm,im=9007199254740991,cm=/^(?:0|[1-9]\d*)$/;function sm(e,t){var n=typeof e;return t=t??im,!!t&&(n=="number"||n!="symbol"&&cm.test(e))&&e>-1&&e%1==0&&e<t}var al=sm,lm=am,dm=qs,um=Xs,fm=Qs,pm=al,hm=ol,vm=Object.prototype,bm=vm.hasOwnProperty;function gm(e,t){var n=um(e),o=!n&&dm(e),r=!n&&!o&&fm(e),i=!n&&!o&&!r&&hm(e),s=n||o||r||i,l=s?lm(e.length,String):[],d=l.length;for(var u in e)(t||bm.call(e,u))&&!(s&&(u=="length"||r&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||pm(u,d)))&&l.push(u);return l}var mm=gm;function xm(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var km=xm,$m=tt,ym=Gs,wm=km,Cm=Object.prototype,Sm=Cm.hasOwnProperty;function Mm(e){if(!$m(e))return wm(e);var t=ym(e),n=[];for(var o in e)o=="constructor"&&(t||!Sm.call(e,o))||n.push(o);return n}var Em=Mm,Om=mm,jm=Em,Pm=Dr;function Im(e){return Pm(e)?Om(e,!0):jm(e)}var il=Im,Fm=om,_m=il;function Tm(e){return Fm(e,_m(e))}var Am=Tm,cl=Rs,Dm=l4,Lm=g4,Nm=x4,Um=_4,sl=qs,ll=Xs,Bm=Q4,Zm=Qs,Hm=Fr,Rm=tt,Wm=u3,Vm=ol,dl=rl,zm=Am;function Gm(e,t,n,o,r,i,s){var l=dl(e,n),d=dl(t,n),u=s.get(d);if(u){cl(e,n,u);return}var p=i?i(l,d,n+"",e,t,s):void 0,f=p===void 0;if(f){var h=ll(d),v=!h&&Zm(d),g=!h&&!v&&Vm(d);p=d,h||v||g?ll(l)?p=l:Bm(l)?p=Nm(l):v?(f=!1,p=Dm(d,!0)):g?(f=!1,p=Lm(d,!0)):p=[]:Wm(d)||sl(d)?(p=l,sl(l)?p=zm(l):(!Rm(l)||Hm(l))&&(p=Um(d))):f=!1}f&&(s.set(d,p),r(p,d,o,i,s),s.delete(d)),cl(e,n,p)}var Km=Gm,Ym=X7,qm=Rs,Xm=s4,Jm=Km,Qm=tt,e8=il,t8=rl;function ul(e,t,n,o,r){e!==t&&Xm(t,function(i,s){if(r||(r=new Ym),Qm(i))Jm(e,t,s,n,ul,o,r);else{var l=o?o(t8(e,s),i,s+"",e,t,r):void 0;l===void 0&&(l=i),qm(e,s,l)}},e8)}var n8=ul;function o8(e){return e}var fl=o8;function r8(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var a8=r8,i8=a8,pl=Math.max;function c8(e,t,n){return t=pl(t===void 0?e.length-1:t,0),function(){for(var o=arguments,r=-1,i=pl(o.length-t,0),s=Array(i);++r<i;)s[r]=o[t+r];r=-1;for(var l=Array(t+1);++r<t;)l[r]=o[r];return l[t]=n(s),i8(e,this,l)}}var s8=c8;function l8(e){return function(){return e}}var d8=l8,u8=d8,hl=Zs,f8=fl,p8=hl?function(e,t){return hl(e,"toString",{configurable:!0,enumerable:!1,value:u8(t),writable:!0})}:f8,h8=p8,v8=800,b8=16,g8=Date.now;function m8(e){var t=0,n=0;return function(){var o=g8(),r=b8-(o-n);if(n=o,r>0){if(++t>=v8)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var x8=m8,k8=h8,$8=x8,y8=$8(k8),w8=y8,C8=fl,S8=s8,M8=w8;function E8(e,t){return M8(S8(e,t,C8),e+"")}var O8=E8,j8=Xn,P8=Dr,I8=al,F8=tt;function _8(e,t,n){if(!F8(n))return!1;var o=typeof t;return(o=="number"?P8(n)&&I8(t,n.length):o=="string"&&t in n)?j8(n[t],e):!1}var T8=_8,A8=O8,D8=T8;function L8(e){return A8(function(t,n){var o=-1,r=n.length,i=r>1?n[r-1]:void 0,s=r>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(r--,i):void 0,s&&D8(n[0],n[1],s)&&(i=r<3?void 0:i,r=1),t=Object(t);++o<r;){var l=n[o];l&&e(t,l,o,i)}return t})}var N8=L8,U8=n8,B8=N8,Z8=B8(function(e,t,n){U8(e,t,n)}),H8=Z8;const Lr=Gr(H8),vl={button:{basic:{size:{icon:{height:"0.75rem",width:"0.75rem"}},color:{primary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"},text:{default:"#151515"},stroke:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)"},text:{default:"#161517"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"lch(78 26.3 22)"},text:{default:"#c10000"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}}}},iconButton:{size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},text:{default:"#151515",hover:"#151515",active:"#151515"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(75 71.4 79.3)",hover:"lch(81.7 41.9 82.1)",active:"lch(75.6 38.8 82.1)",disabled:"lch(81.3 0 0)"},action:{default:"lch(71.3 67.8 79.3)",hover:"lch(77.6 39.8 82.1)",active:"lch(69.2 35.5 82.1)",disabled:"lch(74.4 0 0)"}},text:{default:"#151515",hover:"#151515",active:"#151515",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(62.4 59.3 79.3)",hover:"lch(71.5 36.7 82.1)",active:"lch(66.1 33.9 82.1)",disabled:"lch(71.1 0 0)"}}},mobile:{basic:{size:{icon:{all:"1.25rem"}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{link:{default:"#161517",hover:"#C78F0F",active:"#161517",disabled:"#a0a0a0"}}}},sidebar:{navigation:{dragControl:{separator:{color:{default:"#FFC029"}}}},main:{color:{background:{default:"#2f2c3a"},text:{default:"#ffffff",muted:"#ada8bd"},stroke:{default:"#474257"},item:{background:{default:"rgba(0,0,0,0)",active:"#474257",hover:"#f6f7fa"},text:{default:"#ffffff",muted:"#ada8bd"}}}}},global:{color:{text:{link:{default:"#C78F0F",hover:"#C78F0F"}}}}},bl="classic",R8=Object.freeze(Object.defineProperty({__proto__:null,click:vl,default:{click:vl,name:bl},name:bl},Symbol.toStringTag,{value:"Module"})),gl={accordion:{color:{label:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"},icon:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"}}},alert:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",warning:"#4f2b00",info:"#092e73"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",warning:"#ff9416",info:"#91b3f6"},iconBackground:{default:"#1F1F1C",success:"lch(23.2 29.3 145)",neutral:"lch(26.7 0 0)",danger:"lch(18.1 47.8 36)",warning:"lch(21.2 33.5 64.7)",info:"lch(19.7 44.1 284)"},iconForeground:{default:"#b3b6bd",success:"lch(83.5 49.5 149 / 0.75)",neutral:"lch(77.7 0 0 / 0.75)",danger:"lch(66.6 60.1 26.8 / 0.75)",warning:"lch(71.9 82.2 64 / 0.75)",info:"lch(72.4 37.5 271 / 0.75)"}}},avatar:{color:{background:{default:"#53575f",hover:"#696e79",active:"#696e79"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}}},badge:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"#414141",info:"#092e73",warning:"#4f2b00"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",disabled:"#808080",info:"#91b3f6",warning:"#ff9416"},stroke:{default:"lch(27.5 0 0 / 0.3)",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"lch(26.2 0 0)",info:"#092e73",warning:"#4f2b00"}}},bigStat:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"},label:{default:"#b3b6bd"},title:{default:"#ffffff"}}},button:{basic:{color:{primary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(90.2 65.2 103)",disabled:"#414141"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"#FAFF69",hover:"#FAFF69",active:"lch(82.5 59.7 103)",disabled:"#414141"}},secondary:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(20.3 0 0)",disabled:"#414141"},stroke:{default:"#414141",hover:"#53575f",active:"lch(23.3 2.63 306)",disabled:"#414141"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"}},danger:{background:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"},text:{default:"#ff7575",hover:"#ff7575",active:"#ff7575",disabled:"#808080"},stroke:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"}}}},split:{primary:{background:{main:{default:"lch(89.3 64.5 103)",hover:"lch(89.9 45.1 103)",active:"lch(82.5 59.7 103)",disabled:"lch(25.2 0 0)"},action:{default:"lch(87.8 63.4 103)",hover:"lch(82.7 41.5 103)",active:"lch(72.6 52.5 103)",disabled:"lch(22.2 0 0)"}},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(78.1 56.4 103)",hover:"lch(78.7 39.5 103)",active:"lch(72.2 52.2 103)",disabled:"lch(23.1 0 0)"}}},group:{color:{background:{default:"#282828",hover:"lch(19.3 0 0)",active:"lch(23.4 0 0)",panel:"#282828"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"},stroke:{panel:"lch(27.5 0 0 / 0.3)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"lch(15.8 0 0)"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"#53575f",active:"lch(23.3 2.63 306)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}}},card:{secondary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},link:{default:"#ffffff",hover:"#FAFF69",active:"#ffffff",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},primary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},horizontal:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}}},checkbox:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#FAFF69",disabled:"#606060"},check:{default:"#ffffff",hover:"#ffffff",active:"#151515",disabled:"#a0a0a0"},label:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#282828"},text:{default:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},field:{color:{background:{default:"#282828",hover:"#282828",active:"#1F1F1C",disabled:"#414141",error:"#1F1F1C"},text:{default:"#e6e7e9",hover:"#e6e7e9",active:"#ffffff",disabled:"#808080",error:"#ff7575"},stroke:{default:"lch(31.1 0 0 / 0.3)",hover:"lch(34.5 0 0 / 0.3)",active:"#FAFF69",disabled:"#414141",error:"#ff7575"},label:{default:"#b3b6bd",hover:"#b3b6bd",active:"#ffffff",disabled:"#a0a0a0",error:"#ff7575"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},genericLabel:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},genericMenu:{item:{color:{text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#c0c0c0",muted:"#b3b6bd"},background:{default:"#282828",hover:"lch(23.5 0 0)",active:"lch(23.5 0 0)",disabled:"#414141"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},button:{color:{background:{default:"#282828"},label:{default:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},panel:{color:{background:{default:"#282828"},stroke:{default:"#414141"}}},autocomplete:{color:{placeholder:{default:"#b3b6bd"},searchTerm:{default:"#ffffff"},background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},image:{color:{stroke:"#ffffff"}},panel:{color:{background:{default:"#1F1F1C",muted:"#282828",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},popover:{color:{panel:{background:{default:"#282828"},stroke:{default:"#414141"}}}},radio:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#151515",disabled:"#606060"},indicator:{default:"#1F1F1C",hover:"#282828",active:"#151515",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(27.5 0 0 / 0.6)",hover:"lch(19.1 0 0)",default:"rgba(0,0,0,0)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",muted:"#b3b6bd"},icon:{default:"#b3b6bd"}}},title:{color:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd"}},subItem:{color:{text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(19.1 0 0)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FAFF69"}}}},main:{color:{background:{default:"#1F1F1C"},text:{default:"#ffffff",muted:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},"sql-sidebar":{color:{background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},stepperVertical:{icon:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"},foreground:{default:"#ffffff",incomplete:"#ffffff",complete:"#ffffff"},stroke:{default:"#282828",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"}}},switch:{color:{background:{default:"#606060",active:"#FAFF69",disabled:"#808080"},stroke:{default:"#606060",active:"#FAFF69",disabled:"#808080"},indicator:{default:"#151515",active:"#161517",disabled:"#606060"}}},table:{header:{color:{background:{default:"#282828"},title:{default:"#ffffff"},icon:{default:"#ffffff"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#1F1F1C",hover:"#1d1d1d",active:"#1d1d1d"},stroke:{default:"lch(27.5 0 0 / 0.3)"},text:{default:"#ffffff"},link:{default:"#FAFF69"},label:{default:"#b3b6bd"}}},global:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgba(0,0,0,0)"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#FAFF69"},global:{default:"lch(27.5 0 0 / 0.3)"}}},fileTabs:{color:{background:{default:"#282828",hover:"#1F1F1C",active:"#1F1F1C"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(27.5 0 0 / 0.3)"}}}},toast:{color:{title:{default:"#ffffff"},description:{default:"#b3b6bd"},stroke:{default:"#414141"},icon:{default:"#ffffff",success:"#81e59d",warning:"#ff9416",danger:"#ff7575"}}},tooltip:{color:{background:{default:"lch(100 0 0 / 0.15)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#1F1F1C"},title:{default:"#ffffff"},description:{default:"#b3b6bd"},opaqueBackground:{default:"lch(97.9 0 0 / 0.45)"}}},global:{color:{background:{default:"#1F1F1C",muted:"#282828"},text:{default:"#ffffff",muted:"#b3b6bd",link:{default:"#FAFF69",hover:"#feffba"}},stroke:{default:"lch(27.5 0 0 / 0.3)",muted:"lch(27.5 0 0 / 0.3)",intense:"#414141"},accent:{default:"#FAFF69"},outline:{default:"#FAFF69"},shadow:{default:"lch(6.77 0 0 / 0.6)"}}},feedback:{color:{info:{background:"#092e73",foreground:"#91b3f6"},success:{background:"#0e421d",foreground:"#81e59d"},warning:{background:"#4f2b00",foreground:"#ff9416"},danger:{background:"#610000",foreground:"#ff7575"},neutral:{background:"#414141",foreground:"#c0c0c0",stroke:"lch(27.5 0 0 / 0.3)"}}},grid:{color:{background:{header:{default:"lch(16.1 0 0 / 0.7)"},row:{default:"#1F1F1C"}},text:{header:{default:"#b3b6bd"},row:{default:"#ffffff"}},stroke:{cell:{stroke:"lch(27.5 0 0 / 0.3)"}}}}},ml="dark",W8=Object.freeze(Object.defineProperty({__proto__:null,click:gl,default:{click:gl,name:ml},name:ml},Symbol.toStringTag,{value:"Module"})),xl={accordion:{color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{basic:{color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},primary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},horizontal:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},field:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)"}}},button:{color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},image:{color:{stroke:"#161517"}},panel:{color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},stepperVertical:{icon:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}}},switch:{color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},kl="light",V8=Object.freeze(Object.defineProperty({__proto__:null,click:xl,default:{click:xl,name:kl},name:kl},Symbol.toStringTag,{value:"Module"})),$l={accordion:{sm:{icon:{size:{height:"1rem",width:"1rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},md:{icon:{size:{height:"1.25rem",width:"1.25rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},lg:{icon:{size:{height:"1.5rem",width:"1.5rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{medium:{space:{y:"0.75rem",x:"0.75rem",gap:"0.5rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},icon:{height:"1.25rem",width:"1.25rem"}},small:{space:{y:"0.5rem",x:"0.5rem",gap:"0.25rem"},icon:{height:"1rem",width:"1rem"},typography:{title:{default:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{center:"0",end:"0.25rem"},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{typography:{label:{sm:{default:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},md:{default:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{label:{width:"1.5rem"},width:"1.5rem",height:"1.5rem"},radii:{all:"9999px"},color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{space:{md:{x:"0.75rem",y:"0.125rem",gap:"0.25rem"},sm:{x:"0.5rem",y:"0.156rem",gap:"0.125rem"}},typography:{label:{md:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sm:{default:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{all:"9999px"},stroke:"1px",icon:{md:{size:{height:"0.75rem",width:"0.75rem"}},sm:{size:{height:"0.625rem",width:"0.625rem"}}},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{space:{all:"1rem",gap:"0"},radii:{all:"0.25rem"},stroke:"1px",typography:{lg:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},sm:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{height:"6rem"},color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{radii:{all:"0.25rem"},basic:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem",group:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{icon:{height:"0.969rem",all:"0.969rem",width:"0.969rem"}},color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{default:{space:{x:"0.5rem",y:"0.5rem"}},size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},radii:{all:"0.25rem"},sm:{space:{x:"0.25rem",y:"0.25rem"}},xs:{space:{x:"0",y:"0"}},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},stroke:"1px",split:{icon:{space:{y:"0.516rem",x:"0.344rem"}},primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},mobile:{button:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},basic:{size:{icon:{all:"1.25rem"}}}},"button-group":{radii:{center:"0",end:"0.25rem"}},alignLeft:{size:{icon:{all:"0.969rem"}},space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{space:{all:"1rem",gap:"1rem"},radii:{all:"0.25rem"},icon:{size:{all:"2rem"}},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},typography:{title:{default:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},link:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},primary:{size:{icon:{sm:{all:"2rem"},md:{all:"4rem"}}},space:{md:{y:"1.5rem",x:"1.5rem",gap:"0.75rem"},sm:{y:"1.5rem",x:"1.5rem",gap:"0.25rem"}},radii:{all:"0.25rem"},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",horizontal:{radii:{all:"0.25rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{radii:{all:"0.125rem"},space:{all:"1px",gap:"0.5rem"},size:{all:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},label:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}}},codeblock:{space:{x:"1rem",y:"1rem",gap:"1.5rem"},radii:{all:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},numbers:{size:{width:"1.5rem"}},darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{space:{x:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},radii:{all:"0.25rem"},color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},docs:{typography:{titles:{lg:`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},breadcrumbs:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},toc:{title:{default:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},item:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},field:{typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},fieldText:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},format:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},genericLabel:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},type:{mobile:{label:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"field-value":`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},space:{x:"0.75rem",y:"0.344rem",gap:"0.5rem"},size:{icon:"1rem"},radii:{all:"0.25rem"},mobile:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},icon:{size:{height:"0.969rem",width:"0.969rem"}},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sectionHeader:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},stroke:{default:"lch(91.6 1.1 266)"}}},itemCustom:{typography:{label:{sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},button:{space:{gap:"0.25rem",y:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{typography:{results:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},search:{placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},term:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},search:{stroke:{default:"2px solid lch(91.6 1.1 266)"}},color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},sectionHeader:{space:{bottom:"0.344rem",top:"0.5rem"}},placeholder:{space:{gap:"0.5rem"}}},image:{sm:{size:{height:"1rem",width:"1rem"}},xs:{size:{height:"0.75rem",width:"0.75rem"}},md:{size:{height:"1.25rem",width:"1.25rem"}},lg:{size:{height:"1.5rem",width:"1.5rem"}},xl:{size:{height:"2rem",width:"2rem"}},xxl:{size:{height:"4rem",width:"4rem"}},color:{stroke:"#161517"}},panel:{strokeWidth:{default:"1px"},radii:{all:"0.25rem"},stroke:{default:"1px solid lch(91.6 1.1 266)"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},space:{y:{none:"0",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"},x:{xs:"0.5rem",none:"0",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"}},color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{space:{y:"1rem",x:"1.5rem",gap:"0.75rem"},radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},icon:{size:{height:"1.25rem",width:"1.25rem"}},color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{radii:{all:"9999px"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}},vertical:{space:{x:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},y:{all:"0"}}},color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{radii:{all:"0.25rem"},default:{space:{right:"0.75rem",y:"0.344rem",gap:"0.75rem",left:"0"}},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},space:{left:"0",right:"0.75rem",y:"0.75rem",gap:"0.75rem"}},collapsible:{space:{left:"0",right:"0.75rem",y:"0.344rem",gap:"0.75rem"}},icon:{size:{height:"1rem",width:"1rem"}},color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{typography:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{default:{space:{left:"2.75rem",right:"0.75rem",y:"0.344rem"}},mobile:{space:{left:"2.75rem",right:"0.75rem",y:"0.75rem",gap:"0.75rem"},typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{size:{height:"0.125rem"},color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},"sql-sidebar":{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},spacer:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}}},stepperVertical:{icon:{size:{height:"1.25rem",width:"1.25rem"},space:{x:"0.375rem",y:"0.375rem"},radii:"9999px",background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{size:{width:"0.188rem"},background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}},typography:{label:{default:`600 0.75rem/1.7 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},switch:{space:{gap:"0.5rem"},radii:{all:"9999px"},size:{width:"2rem",height:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{title:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},cell:{text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{space:{y:"0.5rem",x:"0.75rem"},radii:{all:"0.25rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},basic:{strokeWidth:{default:"1px",hover:"1px",active:"2px",global:"1px"},stroke:{default:"1px solid rgba(0,0,0,0)",hover:"1px solid rgba(0,0,0,0)",active:"2px solid #151515",global:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{icon:{size:{height:"1rem",width:"1rem"}},space:{y:"1.063rem",x:"1rem",gap:"0.75rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0"},color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{icon:{size:{height:"1rem",width:"1rem"}},space:{title:{gap:"0.5rem"},y:"0.75rem",x:"0.75rem",gap:"0.5rem"},radii:{all:"0.25rem"},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{radii:{all:"0.25rem"},space:{x:"0.75rem",y:"0.5rem"},typography:{label:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{space:{y:"1.5rem",x:"2rem",gap:"1rem"},title:{space:{gap:"0.5rem"}},radii:{all:"0.5rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},stroke:{default:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},link:{space:{md:{gap:"0.25rem"},sm:{gap:"2px"}},icon:{size:{sm:{height:"0.75rem",width:"0.75rem"},md:{height:"1rem",width:"1rem"}}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},yl={default:"all 150ms ease-in 0ms",duration:{slow:"300ms",medium:"150ms",fast:"50ms"},delay:{slow:"100ms",fast:"0ms"},function:{ease:"ease","ease-in":"ease-in","ease-in-out":"ease-in-out",linear:"linear"}},wl="light",Cl={brand:{50:"#ffffe8",100:"#feffba",200:"#fdffa3",300:"#FAFF69",400:"#eef400",500:"#9fa300",600:"#4f5100",700:"#27291B",800:"#161600",base:"#fbff46"},neutral:{0:"#ffffff",100:"#f9f9f9",200:"#dfdfdf",300:"#c0c0c0",400:"#a0a0a0",500:"#808080",600:"#606060",700:"#414141",725:"#282828",750:"#1F1F1C",800:"#1d1d1d",900:"#151515",base:"#212121"},slate:{50:"#f6f7fa",100:"#e6e7e9",200:"#cccfd3",300:"#b3b6bd",400:"#9a9ea7",500:"#808691",600:"#696e79",700:"#53575f",800:"#302e32",900:"#161517",base:"#373439"},indigo:{50:"#f4f1fc",100:"#e4e2e9",200:"#c8c5d3",300:"#ada8bd",400:"#918ba7",500:"#766e91",600:"#5e5874",700:"#474257",800:"#23212c",900:"#18161d",base:"#2f2c3a"},info:{50:"#dae6fc",100:"#b5cdf9",200:"#91b3f6",300:"#6c9af3",400:"#135be6",500:"#0e44ad",600:"#092e73",700:"#061d48",800:"#05173a",900:"#041330",base:"#4781f0"},success:{50:"#e0f8e7",100:"#c0f2ce",200:"#a1ebb6",300:"#81e59d",400:"#41d76b",500:"#2ac656",600:"#1c8439",700:"#15632b",800:"#0e421d",900:"#07210e",base:"#62de85"},warning:{50:"#ffedd8",100:"#ffdbb1",200:"#ffca8b",300:"#ffb864",400:"#ff9416",500:"#ed8000",600:"#c66b00",700:"#9e5600",800:"#4f2b00",900:"#271500",base:"#ffa63d"},danger:{50:"#ffdddd",100:"#ffbaba",200:"#ff9898",300:"#ff7575",400:"#ff2323",500:"#f10000",600:"#c10000",700:"#910000",800:"#610000",900:"#300000",base:"#FF5353"},gradients:{base:"linear-gradient(229.65deg, #292924 15.78%, #0F0F0F 88.39%)",transparent:"rgba(0,0,0,0)"},utility:{transparent:"rgba(0,0,0,0)"}},Sl={0:"0",1:"1px",2:"0.25rem",3:"0.5rem",4:"0.75rem",5:"1rem",6:"1.25rem",7:"1.5rem",8:"1.75rem",9:"2rem",10:"2.5rem",11:"4rem"},Ml={font:{families:{regular:`"Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,mono:`"Inconsolata", '"SFMono Regular"', monospace`,display:`'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},weights:{1:"400",2:"500",3:"600",4:"700"},sizes:{0:"0.625rem",1:"0.75rem",2:"0.875rem",3:"1rem",4:"1.25rem",6:"2rem",base:"16px"},"line-height":{1:1.5,2:1.6,3:1.7,4:1.3}},styles:{product:{titles:{xs:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{normal:{xs:`400 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},medium:{xs:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},semibold:{xs:`600 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mono:{sm:`500 0.75rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`,md:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`,lg:`500 1rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`},bold:{xs:`700 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},brand:{titles:{xs:`600 20px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 24px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 36px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 56px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 64px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`700 80px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},field:{md:`400 0.875rem/1.6 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},El={radii:{0:"0",1:"0.25rem",2:"0.5rem",full:"9999px"},width:{1:"1px",2:"2px"}},Ol={0:"0",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.5rem",6:"2rem",7:"2.5rem"},jl={1:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",2:"0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)"},Nr=Object.freeze(Object.defineProperty({__proto__:null,border:El,click:$l,default:{click:$l,transition:yl,name:wl,palette:Cl,sizes:Sl,typography:Ml,border:El,spaces:Ol,shadow:jl},name:wl,palette:Cl,shadow:jl,sizes:Sl,spaces:Ol,transition:yl,typography:Ml},Symbol.toStringTag,{value:"Module"})),Pl={dark:Lr({},Nr,W8),light:Lr({},Nr,V8),classic:Lr({},Nr,R8)};L.Accordion=W0,L.Alert=Ht,L.Avatar=up,L.Badge=Bi,L.Button=Wi,L.ButtonGroup=gp,L.CardPrimary=Lp,L.CardSecondary=_p,L.Checkbox=Gp,L.ContextMenu=qe,L.DangerAlert=Q0,L.Dropdown=ve,L.Flags=F2,L.HoverCard=or,L.Icon=K,L.IconButton=Jr,L.InfoAlert=ep,L.Label=uo,L.NumberField=J2,L.PasswordField=Q2,L.Popover=ar,L.ProfileIcon=qr,L.RadioGroup=Cc,L.SearchField=Rh,L.Select=zn,L.SidebarCollapsibleItem=Nv,L.SidebarCollapsibleTitle=Bv,L.SidebarNavigationItem=Tv,L.SidebarNavigationTitle=Uv,L.Spacer=ms,L.SplitButton=Hv,L.SuccessAlert=tp,L.Switch=tb,L.Tabs=Kn,L.Text=Rt,L.TextField=yb,L.ThemeProvider=o6,L.Title=Xo,L.Tooltip=Ir,L.TooltipProvider=Jb,L.WarningAlert=np,L.themes=Pl,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})});
|
|
686
|
+
`),Ol=({showArrow:e,children:t,...n})=>o.jsx(r3,{children:o.jsxs(s3,{...n,children:[e&&o.jsx(d3,{as:i3,width:20,height:8}),t]})});Ol.displayName="TooltipContent",_r.Content=Ol;const f3=L.createGlobalStyle(["body{color:",";background-color:","}"],e=>e.theme.click.global.color.text.default,e=>e.theme.click.global.color.background.default),u3=({theme:e,children:t})=>o.jsxs(L.ThemeProvider,{theme:Oc[e],children:[o.jsx(f3,{}),t]});function p3(){this.__data__=[],this.size=0}var h3=p3;function v3(e,t){return e===t||e!==e&&t!==t}var Xn=v3,b3=Xn;function g3(e,t){for(var n=e.length;n--;)if(b3(e[n][0],t))return n;return-1}var Jn=g3,m3=Jn,x3=Array.prototype,k3=x3.splice;function w3(e){var t=this.__data__,n=m3(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():k3.call(t,n,1),--this.size,!0}var $3=w3,y3=Jn;function C3(e){var t=this.__data__,n=y3(t,e);return n<0?void 0:t[n][1]}var M3=C3,S3=Jn;function L3(e){return S3(this.__data__,e)>-1}var j3=L3,E3=Jn;function O3(e,t){var n=this.__data__,r=E3(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var _3=O3,P3=h3,I3=$3,F3=M3,T3=j3,H3=_3;function gt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}gt.prototype.clear=P3,gt.prototype.delete=I3,gt.prototype.get=F3,gt.prototype.has=T3,gt.prototype.set=H3;var Qn=gt,A3=Qn;function D3(){this.__data__=new A3,this.size=0}var N3=D3;function Z3(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}var B3=Z3;function V3(e){return this.__data__.get(e)}var U3=V3;function R3(e){return this.__data__.has(e)}var W3=R3,z3=typeof on=="object"&&on&&on.Object===Object&&on,_l=z3,G3=_l,K3=typeof self=="object"&&self&&self.Object===Object&&self,Y3=G3||K3||Function("return this")(),mt=Y3,q3=mt,X3=q3.Symbol,Pl=X3,Il=Pl,Fl=Object.prototype,J3=Fl.hasOwnProperty,Q3=Fl.toString,Qt=Il?Il.toStringTag:void 0;function ep(e){var t=J3.call(e,Qt),n=e[Qt];try{e[Qt]=void 0;var r=!0}catch{}var a=Q3.call(e);return r&&(t?e[Qt]=n:delete e[Qt]),a}var tp=ep,np=Object.prototype,op=np.toString;function rp(e){return op.call(e)}var ap=rp,Tl=Pl,ip=tp,lp=ap,cp="[object Null]",sp="[object Undefined]",Hl=Tl?Tl.toStringTag:void 0;function dp(e){return e==null?e===void 0?sp:cp:Hl&&Hl in Object(e)?ip(e):lp(e)}var eo=dp;function fp(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var tt=fp,up=eo,pp=tt,hp="[object AsyncFunction]",vp="[object Function]",bp="[object GeneratorFunction]",gp="[object Proxy]";function mp(e){if(!pp(e))return!1;var t=up(e);return t==vp||t==bp||t==hp||t==gp}var Pr=mp,xp=mt,kp=xp["__core-js_shared__"],wp=kp,Ir=wp,Al=function(){var e=/[^.]+$/.exec(Ir&&Ir.keys&&Ir.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function $p(e){return!!Al&&Al in e}var yp=$p,Cp=Function.prototype,Mp=Cp.toString;function Sp(e){if(e!=null){try{return Mp.call(e)}catch{}try{return e+""}catch{}}return""}var Lp=Sp,jp=Pr,Ep=yp,Op=tt,_p=Lp,Pp=/[\\^$.*+?()[\]{}|]/g,Ip=/^\[object .+?Constructor\]$/,Fp=Function.prototype,Tp=Object.prototype,Hp=Fp.toString,Ap=Tp.hasOwnProperty,Dp=RegExp("^"+Hp.call(Ap).replace(Pp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Np(e){if(!Op(e)||Ep(e))return!1;var t=jp(e)?Dp:Ip;return t.test(_p(e))}var Zp=Np;function Bp(e,t){return e==null?void 0:e[t]}var Vp=Bp,Up=Zp,Rp=Vp;function Wp(e,t){var n=Rp(e,t);return Up(n)?n:void 0}var Fr=Wp,zp=Fr,Gp=mt,Kp=zp(Gp,"Map"),Dl=Kp,Yp=Fr,qp=Yp(Object,"create"),to=qp,Nl=to;function Xp(){this.__data__=Nl?Nl(null):{},this.size=0}var Jp=Xp;function Qp(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var e9=Qp,t9=to,n9="__lodash_hash_undefined__",o9=Object.prototype,r9=o9.hasOwnProperty;function a9(e){var t=this.__data__;if(t9){var n=t[e];return n===n9?void 0:n}return r9.call(t,e)?t[e]:void 0}var i9=a9,l9=to,c9=Object.prototype,s9=c9.hasOwnProperty;function d9(e){var t=this.__data__;return l9?t[e]!==void 0:s9.call(t,e)}var f9=d9,u9=to,p9="__lodash_hash_undefined__";function h9(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=u9&&t===void 0?p9:t,this}var v9=h9,b9=Jp,g9=e9,m9=i9,x9=f9,k9=v9;function xt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}xt.prototype.clear=b9,xt.prototype.delete=g9,xt.prototype.get=m9,xt.prototype.has=x9,xt.prototype.set=k9;var w9=xt,Zl=w9,$9=Qn,y9=Dl;function C9(){this.size=0,this.__data__={hash:new Zl,map:new(y9||$9),string:new Zl}}var M9=C9;function S9(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var L9=S9,j9=L9;function E9(e,t){var n=e.__data__;return j9(t)?n[typeof t=="string"?"string":"hash"]:n.map}var no=E9,O9=no;function _9(e){var t=O9(this,e).delete(e);return this.size-=t?1:0,t}var P9=_9,I9=no;function F9(e){return I9(this,e).get(e)}var T9=F9,H9=no;function A9(e){return H9(this,e).has(e)}var D9=A9,N9=no;function Z9(e,t){var n=N9(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}var B9=Z9,V9=M9,U9=P9,R9=T9,W9=D9,z9=B9;function kt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}kt.prototype.clear=V9,kt.prototype.delete=U9,kt.prototype.get=R9,kt.prototype.has=W9,kt.prototype.set=z9;var G9=kt,K9=Qn,Y9=Dl,q9=G9,X9=200;function J9(e,t){var n=this.__data__;if(n instanceof K9){var r=n.__data__;if(!Y9||r.length<X9-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new q9(r)}return n.set(e,t),this.size=n.size,this}var Q9=J9,eh=Qn,th=N3,nh=B3,oh=U3,rh=W3,ah=Q9;function wt(e){var t=this.__data__=new eh(e);this.size=t.size}wt.prototype.clear=th,wt.prototype.delete=nh,wt.prototype.get=oh,wt.prototype.has=rh,wt.prototype.set=ah;var ih=wt,lh=Fr,ch=function(){try{var e=lh(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Bl=ch,Vl=Bl;function sh(e,t,n){t=="__proto__"&&Vl?Vl(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var Tr=sh,dh=Tr,fh=Xn;function uh(e,t,n){(n!==void 0&&!fh(e[t],n)||n===void 0&&!(t in e))&&dh(e,t,n)}var Ul=uh;function ph(e){return function(t,n,r){for(var a=-1,i=Object(t),c=r(t),s=c.length;s--;){var d=c[e?s:++a];if(n(i[d],d,i)===!1)break}return t}}var hh=ph,vh=hh,bh=vh(),gh=bh,oo={exports:{}};oo.exports,function(e,t){var n=mt,r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,c=i?n.Buffer:void 0,s=c?c.allocUnsafe:void 0;function d(f,p){if(p)return f.slice();var u=f.length,h=s?s(u):new f.constructor(u);return f.copy(h),h}e.exports=d}(oo,oo.exports);var mh=oo.exports,xh=mt,kh=xh.Uint8Array,wh=kh,Rl=wh;function $h(e){var t=new e.constructor(e.byteLength);return new Rl(t).set(new Rl(e)),t}var yh=$h,Ch=yh;function Mh(e,t){var n=t?Ch(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var Sh=Mh;function Lh(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var jh=Lh,Eh=tt,Wl=Object.create,Oh=function(){function e(){}return function(t){if(!Eh(t))return{};if(Wl)return Wl(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),_h=Oh;function Ph(e,t){return function(n){return e(t(n))}}var Ih=Ph,Fh=Ih,Th=Fh(Object.getPrototypeOf,Object),zl=Th,Hh=Object.prototype;function Ah(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||Hh;return e===n}var Gl=Ah,Dh=_h,Nh=zl,Zh=Gl;function Bh(e){return typeof e.constructor=="function"&&!Zh(e)?Dh(Nh(e)):{}}var Vh=Bh;function Uh(e){return e!=null&&typeof e=="object"}var en=Uh,Rh=eo,Wh=en,zh="[object Arguments]";function Gh(e){return Wh(e)&&Rh(e)==zh}var Kh=Gh,Kl=Kh,Yh=en,Yl=Object.prototype,qh=Yl.hasOwnProperty,Xh=Yl.propertyIsEnumerable,Jh=Kl(function(){return arguments}())?Kl:function(e){return Yh(e)&&qh.call(e,"callee")&&!Xh.call(e,"callee")},ql=Jh,Qh=Array.isArray,Xl=Qh,ev=9007199254740991;function tv(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=ev}var Jl=tv,nv=Pr,ov=Jl;function rv(e){return e!=null&&ov(e.length)&&!nv(e)}var Hr=rv,av=Hr,iv=en;function lv(e){return iv(e)&&av(e)}var cv=lv,ro={exports:{}};function sv(){return!1}var dv=sv;ro.exports,function(e,t){var n=mt,r=dv,a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,c=i&&i.exports===a,s=c?n.Buffer:void 0,d=s?s.isBuffer:void 0,f=d||r;e.exports=f}(ro,ro.exports);var Ql=ro.exports,fv=eo,uv=zl,pv=en,hv="[object Object]",vv=Function.prototype,bv=Object.prototype,ec=vv.toString,gv=bv.hasOwnProperty,mv=ec.call(Object);function xv(e){if(!pv(e)||fv(e)!=hv)return!1;var t=uv(e);if(t===null)return!0;var n=gv.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&ec.call(n)==mv}var kv=xv,wv=eo,$v=Jl,yv=en,Cv="[object Arguments]",Mv="[object Array]",Sv="[object Boolean]",Lv="[object Date]",jv="[object Error]",Ev="[object Function]",Ov="[object Map]",_v="[object Number]",Pv="[object Object]",Iv="[object RegExp]",Fv="[object Set]",Tv="[object String]",Hv="[object WeakMap]",Av="[object ArrayBuffer]",Dv="[object DataView]",Nv="[object Float32Array]",Zv="[object Float64Array]",Bv="[object Int8Array]",Vv="[object Int16Array]",Uv="[object Int32Array]",Rv="[object Uint8Array]",Wv="[object Uint8ClampedArray]",zv="[object Uint16Array]",Gv="[object Uint32Array]",te={};te[Nv]=te[Zv]=te[Bv]=te[Vv]=te[Uv]=te[Rv]=te[Wv]=te[zv]=te[Gv]=!0,te[Cv]=te[Mv]=te[Av]=te[Sv]=te[Dv]=te[Lv]=te[jv]=te[Ev]=te[Ov]=te[_v]=te[Pv]=te[Iv]=te[Fv]=te[Tv]=te[Hv]=!1;function Kv(e){return yv(e)&&$v(e.length)&&!!te[wv(e)]}var Yv=Kv;function qv(e){return function(t){return e(t)}}var Xv=qv,ao={exports:{}};ao.exports,function(e,t){var n=_l,r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,c=i&&n.process,s=function(){try{var d=a&&a.require&&a.require("util").types;return d||c&&c.binding&&c.binding("util")}catch{}}();e.exports=s}(ao,ao.exports);var Jv=ao.exports,Qv=Yv,eb=Xv,tc=Jv,nc=tc&&tc.isTypedArray,tb=nc?eb(nc):Qv,oc=tb;function nb(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var rc=nb,ob=Tr,rb=Xn,ab=Object.prototype,ib=ab.hasOwnProperty;function lb(e,t,n){var r=e[t];(!(ib.call(e,t)&&rb(r,n))||n===void 0&&!(t in e))&&ob(e,t,n)}var cb=lb,sb=cb,db=Tr;function fb(e,t,n,r){var a=!n;n||(n={});for(var i=-1,c=t.length;++i<c;){var s=t[i],d=r?r(n[s],e[s],s,n,e):void 0;d===void 0&&(d=e[s]),a?db(n,s,d):sb(n,s,d)}return n}var ub=fb;function pb(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var hb=pb,vb=9007199254740991,bb=/^(?:0|[1-9]\d*)$/;function gb(e,t){var n=typeof e;return t=t??vb,!!t&&(n=="number"||n!="symbol"&&bb.test(e))&&e>-1&&e%1==0&&e<t}var ac=gb,mb=hb,xb=ql,kb=Xl,wb=Ql,$b=ac,yb=oc,Cb=Object.prototype,Mb=Cb.hasOwnProperty;function Sb(e,t){var n=kb(e),r=!n&&xb(e),a=!n&&!r&&wb(e),i=!n&&!r&&!a&&yb(e),c=n||r||a||i,s=c?mb(e.length,String):[],d=s.length;for(var f in e)(t||Mb.call(e,f))&&!(c&&(f=="length"||a&&(f=="offset"||f=="parent")||i&&(f=="buffer"||f=="byteLength"||f=="byteOffset")||$b(f,d)))&&s.push(f);return s}var Lb=Sb;function jb(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var Eb=jb,Ob=tt,_b=Gl,Pb=Eb,Ib=Object.prototype,Fb=Ib.hasOwnProperty;function Tb(e){if(!Ob(e))return Pb(e);var t=_b(e),n=[];for(var r in e)r=="constructor"&&(t||!Fb.call(e,r))||n.push(r);return n}var Hb=Tb,Ab=Lb,Db=Hb,Nb=Hr;function Zb(e){return Nb(e)?Ab(e,!0):Db(e)}var ic=Zb,Bb=ub,Vb=ic;function Ub(e){return Bb(e,Vb(e))}var Rb=Ub,lc=Ul,Wb=mh,zb=Sh,Gb=jh,Kb=Vh,cc=ql,sc=Xl,Yb=cv,qb=Ql,Xb=Pr,Jb=tt,Qb=kv,eg=oc,dc=rc,tg=Rb;function ng(e,t,n,r,a,i,c){var s=dc(e,n),d=dc(t,n),f=c.get(d);if(f){lc(e,n,f);return}var p=i?i(s,d,n+"",e,t,c):void 0,u=p===void 0;if(u){var h=sc(d),v=!h&&qb(d),g=!h&&!v&&eg(d);p=d,h||v||g?sc(s)?p=s:Yb(s)?p=Gb(s):v?(u=!1,p=Wb(d,!0)):g?(u=!1,p=zb(d,!0)):p=[]:Qb(d)||cc(d)?(p=s,cc(s)?p=tg(s):(!Jb(s)||Xb(s))&&(p=Kb(d))):u=!1}u&&(c.set(d,p),a(p,d,r,i,c),c.delete(d)),lc(e,n,p)}var og=ng,rg=ih,ag=Ul,ig=gh,lg=og,cg=tt,sg=ic,dg=rc;function fc(e,t,n,r,a){e!==t&&ig(t,function(i,c){if(a||(a=new rg),cg(i))lg(e,t,c,n,fc,r,a);else{var s=r?r(dg(e,c),i,c+"",e,t,a):void 0;s===void 0&&(s=i),ag(e,c,s)}},sg)}var fg=fc;function ug(e){return e}var uc=ug;function pg(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var hg=pg,vg=hg,pc=Math.max;function bg(e,t,n){return t=pc(t===void 0?e.length-1:t,0),function(){for(var r=arguments,a=-1,i=pc(r.length-t,0),c=Array(i);++a<i;)c[a]=r[t+a];a=-1;for(var s=Array(t+1);++a<t;)s[a]=r[a];return s[t]=n(c),vg(e,this,s)}}var gg=bg;function mg(e){return function(){return e}}var xg=mg,kg=xg,hc=Bl,wg=uc,$g=hc?function(e,t){return hc(e,"toString",{configurable:!0,enumerable:!1,value:kg(t),writable:!0})}:wg,yg=$g,Cg=800,Mg=16,Sg=Date.now;function Lg(e){var t=0,n=0;return function(){var r=Sg(),a=Mg-(r-n);if(n=r,a>0){if(++t>=Cg)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var jg=Lg,Eg=yg,Og=jg,_g=Og(Eg),Pg=_g,Ig=uc,Fg=gg,Tg=Pg;function Hg(e,t){return Tg(Fg(e,t,Ig),e+"")}var Ag=Hg,Dg=Xn,Ng=Hr,Zg=ac,Bg=tt;function Vg(e,t,n){if(!Bg(n))return!1;var r=typeof t;return(r=="number"?Ng(n)&&Zg(t,n.length):r=="string"&&t in n)?Dg(n[t],e):!1}var Ug=Vg,Rg=Ag,Wg=Ug;function zg(e){return Rg(function(t,n){var r=-1,a=n.length,i=a>1?n[a-1]:void 0,c=a>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(a--,i):void 0,c&&Wg(n[0],n[1],c)&&(i=a<3?void 0:i,a=1),t=Object(t);++r<a;){var s=n[r];s&&e(t,s,r,i)}return t})}var Gg=zg,Kg=fg,Yg=Gg,qg=Yg(function(e,t,n){Kg(e,t,n)}),Xg=qg;const Ar=Gr(Xg),vc={button:{basic:{size:{icon:{height:"0.75rem",width:"0.75rem"}},color:{primary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"},text:{default:"#151515"},stroke:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(82.6 42.4 82.1)"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)"},text:{default:"#161517"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"lch(78 26.3 22)"},text:{default:"#c10000"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}}}},iconButton:{size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#FFC029",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(89.3 45.8 82.1)",active:"lch(78.5 40.3 82.1)"},text:{default:"#151515",hover:"#151515",active:"#151515"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(75 71.4 79.3)",hover:"lch(81.7 41.9 82.1)",active:"lch(75.6 38.8 82.1)",disabled:"lch(81.3 0 0)"},action:{default:"lch(71.3 67.8 79.3)",hover:"lch(77.6 39.8 82.1)",active:"lch(69.2 35.5 82.1)",disabled:"lch(74.4 0 0)"}},text:{default:"#151515",hover:"#151515",active:"#151515",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(62.4 59.3 79.3)",hover:"lch(71.5 36.7 82.1)",active:"lch(66.1 33.9 82.1)",disabled:"lch(71.1 0 0)"}}},mobile:{basic:{size:{icon:{all:"1.25rem"}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{link:{default:"#161517",hover:"#C78F0F",active:"#161517",disabled:"#a0a0a0"}}}},sidebar:{navigation:{dragControl:{separator:{color:{default:"#FFC029"}}}},main:{color:{background:{default:"#2f2c3a"},text:{default:"#ffffff",muted:"#ada8bd"},stroke:{default:"#474257"},item:{background:{default:"rgba(0,0,0,0)",active:"#474257",hover:"#f6f7fa"},text:{default:"#ffffff",muted:"#ada8bd"}}}}},global:{color:{text:{link:{default:"#C78F0F",hover:"#C78F0F"}}}}},bc="classic",Jg=Object.freeze(Object.defineProperty({__proto__:null,click:vc,default:{click:vc,name:bc},name:bc},Symbol.toStringTag,{value:"Module"})),gc={accordion:{color:{label:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"},icon:{default:"#ffffff",hover:"lch(100 0 0)",active:"#ffffff"}}},alert:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",warning:"#4f2b00",info:"#092e73"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",warning:"#ff9416",info:"#91b3f6"},iconBackground:{default:"#1F1F1C",success:"lch(23.2 29.3 145)",neutral:"lch(26.7 0 0)",danger:"lch(18.1 47.8 36)",warning:"lch(21.2 33.5 64.7)",info:"lch(19.7 44.1 284)"},iconForeground:{default:"#b3b6bd",success:"lch(83.5 49.5 149 / 0.75)",neutral:"lch(77.7 0 0 / 0.75)",danger:"lch(66.6 60.1 26.8 / 0.75)",warning:"lch(71.9 82.2 64 / 0.75)",info:"lch(72.4 37.5 271 / 0.75)"}}},avatar:{color:{background:{default:"#53575f",hover:"#696e79",active:"#696e79"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C"}}},badge:{color:{background:{default:"#1F1F1C",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"#414141",info:"#092e73",warning:"#4f2b00"},text:{default:"#b3b6bd",success:"#81e59d",neutral:"#c0c0c0",danger:"#ff7575",disabled:"#808080",info:"#91b3f6",warning:"#ff9416"},stroke:{default:"lch(27.5 0 0 / 0.3)",success:"#0e421d",neutral:"#414141",danger:"#610000",disabled:"lch(26.2 0 0)",info:"#092e73",warning:"#4f2b00"}}},bigStat:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"},label:{default:"#b3b6bd"},title:{default:"#ffffff"}}},button:{basic:{color:{primary:{background:{default:"#FAFF69",hover:"lch(98.3 49.3 103)",active:"lch(90.2 65.2 103)",disabled:"#414141"},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"#FAFF69",hover:"#FAFF69",active:"lch(82.5 59.7 103)",disabled:"#414141"}},secondary:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(20.3 0 0)",disabled:"#414141"},stroke:{default:"#414141",hover:"#53575f",active:"lch(23.3 2.63 306)",disabled:"#414141"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"}},danger:{background:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"},text:{default:"#ff7575",hover:"#ff7575",active:"#ff7575",disabled:"#808080"},stroke:{default:"#610000",hover:"#910000",active:"lch(28.6 65.8 40)",disabled:"#414141"}}}},split:{primary:{background:{main:{default:"lch(89.3 64.5 103)",hover:"lch(89.9 45.1 103)",active:"lch(82.5 59.7 103)",disabled:"lch(25.2 0 0)"},action:{default:"lch(87.8 63.4 103)",hover:"lch(82.7 41.5 103)",active:"lch(72.6 52.5 103)",disabled:"lch(22.2 0 0)"}},text:{default:"#1F1F1C",hover:"#1F1F1C",active:"#1F1F1C",disabled:"#808080"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(78.1 56.4 103)",hover:"lch(78.7 39.5 103)",active:"lch(72.2 52.2 103)",disabled:"lch(23.1 0 0)"}}},group:{color:{background:{default:"#282828",hover:"lch(19.3 0 0)",active:"lch(23.4 0 0)",panel:"#282828"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"},stroke:{panel:"lch(27.5 0 0 / 0.3)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"lch(15.8 0 0)"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"#53575f",active:"lch(23.3 2.63 306)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}}},card:{secondary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},link:{default:"#ffffff",hover:"#FAFF69",active:"#ffffff",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},primary:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}},horizontal:{color:{background:{default:"#1F1F1C",hover:"#282828",active:"lch(15.3 0 0)",disabled:"#414141"},title:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#808080"},description:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd",disabled:"#808080"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(26.1 0 0 / 0.3)",disabled:"#414141"}}}},checkbox:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#FAFF69",disabled:"#606060"},check:{default:"#ffffff",hover:"#ffffff",active:"#151515",disabled:"#a0a0a0"},label:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#282828"},text:{default:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},field:{color:{background:{default:"#282828",hover:"#282828",active:"#1F1F1C",disabled:"#414141",error:"#1F1F1C"},text:{default:"#e6e7e9",hover:"#e6e7e9",active:"#ffffff",disabled:"#808080",error:"#ff7575"},stroke:{default:"lch(31.1 0 0 / 0.3)",hover:"lch(34.5 0 0 / 0.3)",active:"#FAFF69",disabled:"#414141",error:"#ff7575"},label:{default:"#b3b6bd",hover:"#b3b6bd",active:"#ffffff",disabled:"#a0a0a0",error:"#ff7575"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},genericLabel:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},genericMenu:{item:{color:{text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#c0c0c0",muted:"#b3b6bd"},background:{default:"#282828",hover:"lch(23.5 0 0)",active:"lch(23.5 0 0)",disabled:"#414141"},format:{default:"lch(79.2 3.16 269)",hover:"lch(79.2 3.16 269)",active:"lch(79.2 3.16 269)",disabled:"#808080",error:"lch(79.2 3.16 269)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},button:{color:{background:{default:"#282828"},label:{default:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},panel:{color:{background:{default:"#282828"},stroke:{default:"#414141"}}},autocomplete:{color:{placeholder:{default:"#b3b6bd"},searchTerm:{default:"#ffffff"},background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},image:{color:{stroke:"#ffffff"}},panel:{color:{background:{default:"#1F1F1C",muted:"#282828",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},popover:{color:{panel:{background:{default:"#282828"},stroke:{default:"#414141"}}}},radio:{color:{background:{default:"#282828",hover:"#282828",active:"#FAFF69",disabled:"#414141"},stroke:{default:"#414141",hover:"#414141",active:"#151515",disabled:"#606060"},indicator:{default:"#1F1F1C",hover:"#282828",active:"#151515",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(27.5 0 0 / 0.6)",hover:"lch(19.1 0 0)",default:"rgba(0,0,0,0)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",muted:"#b3b6bd"},icon:{default:"#b3b6bd"}}},title:{color:{default:"#b3b6bd",hover:"#b3b6bd",active:"#b3b6bd"}},subItem:{color:{text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},background:{default:"rgba(0,0,0,0)",hover:"lch(19.1 0 0)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#FAFF69"}}}},main:{color:{background:{default:"#1F1F1C"},text:{default:"#ffffff",muted:"#b3b6bd"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}},"sql-sidebar":{color:{background:{default:"#282828"},stroke:{default:"lch(27.5 0 0 / 0.3)"}}}},stepperVertical:{icon:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"},foreground:{default:"#ffffff",incomplete:"#ffffff",complete:"#ffffff"},stroke:{default:"#282828",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#414141",incomplete:"lch(45.7 0 0)",complete:"#414141"}}},switch:{color:{background:{default:"#606060",active:"#FAFF69",disabled:"#808080"},stroke:{default:"#606060",active:"#FAFF69",disabled:"#808080"},indicator:{default:"#151515",active:"#161517",disabled:"#606060"}}},table:{header:{color:{background:{default:"#282828"},title:{default:"#ffffff"},icon:{default:"#ffffff"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#1F1F1C",hover:"#1d1d1d",active:"#1d1d1d"},stroke:{default:"lch(27.5 0 0 / 0.3)"},text:{default:"#ffffff"},link:{default:"#FAFF69"},label:{default:"#b3b6bd"}}},global:{color:{stroke:{default:"lch(27.5 0 0 / 0.3)"},background:{default:"#1F1F1C"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#282828",active:"rgba(0,0,0,0)"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#FAFF69"},global:{default:"lch(27.5 0 0 / 0.3)"}}},fileTabs:{color:{background:{default:"#282828",hover:"#1F1F1C",active:"#1F1F1C"},text:{default:"#b3b6bd",hover:"#ffffff",active:"#ffffff"},stroke:{default:"lch(27.5 0 0 / 0.3)",hover:"lch(27.5 0 0 / 0.3)",active:"lch(27.5 0 0 / 0.3)"}}}},toast:{color:{title:{default:"#ffffff"},description:{default:"#b3b6bd"},stroke:{default:"#414141"},icon:{default:"#ffffff",success:"#81e59d",warning:"#ff9416",danger:"#ff7575"}}},tooltip:{color:{background:{default:"lch(100 0 0 / 0.15)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#1F1F1C"},title:{default:"#ffffff"},description:{default:"#b3b6bd"},opaqueBackground:{default:"lch(97.9 0 0 / 0.45)"}}},global:{color:{background:{default:"#1F1F1C",muted:"#282828"},text:{default:"#ffffff",muted:"#b3b6bd",link:{default:"#FAFF69",hover:"#feffba"}},stroke:{default:"lch(27.5 0 0 / 0.3)",muted:"lch(27.5 0 0 / 0.3)",intense:"#414141"},accent:{default:"#FAFF69"},outline:{default:"#FAFF69"},shadow:{default:"lch(6.77 0 0 / 0.6)"}}},feedback:{color:{info:{background:"#092e73",foreground:"#91b3f6"},success:{background:"#0e421d",foreground:"#81e59d"},warning:{background:"#4f2b00",foreground:"#ff9416"},danger:{background:"#610000",foreground:"#ff7575"},neutral:{background:"#414141",foreground:"#c0c0c0",stroke:"lch(27.5 0 0 / 0.3)"}}},grid:{color:{background:{header:{default:"lch(16.1 0 0 / 0.7)"},row:{default:"#1F1F1C"}},text:{header:{default:"#b3b6bd"},row:{default:"#ffffff"}},stroke:{cell:{stroke:"lch(27.5 0 0 / 0.3)"}}}}},mc="dark",Qg=Object.freeze(Object.defineProperty({__proto__:null,click:gc,default:{click:gc,name:mc},name:mc},Symbol.toStringTag,{value:"Module"})),xc={accordion:{color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{basic:{color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},split:{primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},primary:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},horizontal:{color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},codeblock:{darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},field:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)"}}},button:{color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},image:{color:{stroke:"#161517"}},panel:{color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},stepperVertical:{icon:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}}},switch:{color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{basic:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},kc="light",em=Object.freeze(Object.defineProperty({__proto__:null,click:xc,default:{click:xc,name:kc},name:kc},Symbol.toStringTag,{value:"Module"})),wc={accordion:{sm:{icon:{size:{height:"1rem",width:"1rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},md:{icon:{size:{height:"1.25rem",width:"1.25rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},lg:{icon:{size:{height:"1.5rem",width:"1.5rem"}},space:{gap:"0.25rem"},typography:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},color:{label:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"},icon:{default:"#161517",hover:"lch(13.9 1.33 305)",active:"#161517"}}},alert:{medium:{space:{y:"0.75rem",x:"0.75rem",gap:"0.5rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},icon:{height:"1.25rem",width:"1.25rem"}},small:{space:{y:"0.5rem",x:"0.5rem",gap:"0.25rem"},icon:{height:"1rem",width:"1rem"},typography:{title:{default:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{center:"0",end:"0.25rem"},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",warning:"#ffedd8",info:"#dae6fc"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",warning:"#9e5600",info:"#135be6"},iconBackground:{default:"#ffffff",success:"lch(92.6 11.4 153)",neutral:"lch(88.9 1.07 266)",danger:"lch(88.3 12.6 20.6)",warning:"lch(91.9 12.7 73)",info:"lch(88.2 11.8 266)"},iconForeground:{default:"#696e79",success:"lch(48.3 52.9 144 / 0.75)",neutral:"lch(36.8 5.23 267 / 0.75)",danger:"lch(41 86.6 40.9 / 0.75)",warning:"lch(44.6 59.8 63.2 / 0.75)",info:"lch(41.9 80.9 287 / 0.75)"}}},avatar:{typography:{label:{sm:{default:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.688rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},md:{default:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{label:{width:"1.5rem"},width:"1.5rem",height:"1.5rem"},radii:{all:"9999px"},color:{background:{default:"#696e79",hover:"#9a9ea7",active:"#9a9ea7"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}}},badge:{space:{md:{x:"0.75rem",y:"0.125rem",gap:"0.25rem"},sm:{x:"0.5rem",y:"0.156rem",gap:"0.125rem"}},typography:{label:{md:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sm:{default:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},radii:{all:"9999px"},stroke:"1px",icon:{md:{size:{height:"0.75rem",width:"0.75rem"}},sm:{size:{height:"0.625rem",width:"0.625rem"}}},color:{background:{default:"#ffffff",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"#dfdfdf",info:"#dae6fc",warning:"#ffedd8"},text:{default:"#696e79",success:"#1c8439",neutral:"#53575f",danger:"#c10000",disabled:"#a0a0a0",info:"#135be6",warning:"#9e5600"},stroke:{default:"lch(91.6 1.1 266)",success:"#e0f8e7",neutral:"#e6e7e9",danger:"#ffdddd",disabled:"lch(84.4 0 0)",info:"#dae6fc",warning:"#ffedd8"}}},bigStat:{space:{all:"1rem",gap:"0"},radii:{all:"0.25rem"},stroke:"1px",typography:{lg:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},sm:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},title:{default:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{height:"6rem"},color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"},label:{default:"#696e79"},title:{default:"#161517"}}},button:{radii:{all:"0.25rem"},basic:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem",group:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},size:{icon:{height:"0.969rem",all:"0.969rem",width:"0.969rem"}},color:{primary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.42 1.33 305)",disabled:"#dfdfdf"}},secondary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)",disabled:"#dfdfdf"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"lch(83.8 2.3 258)",disabled:"#dfdfdf"},text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"},text:{default:"#c10000",hover:"#c10000",active:"#c10000",disabled:"#a0a0a0"},stroke:{default:"#ffdddd",hover:"#ffbaba",active:"lch(70.3 41.1 23.9)",disabled:"#dfdfdf"}}}},iconButton:{default:{space:{x:"0.5rem",y:"0.5rem"}},size:{small:"0.75rem",medium:"1rem",large:"1.25rem"},radii:{all:"0.25rem"},sm:{space:{x:"0.25rem",y:"0.25rem"}},xs:{space:{x:"0",y:"0"}},color:{primary:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},stroke:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgb(86.8% 87.2% 88.2%)"},text:{default:"#161517",hover:"#161517",active:"#161517"}},secondary:{background:{default:"#302e32",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},stroke:{default:"rgba(0,0,0,0)",hover:"lch(29.5 4.18 267)",active:"lch(6.1 1.26 305)"},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff"}},disabled:{background:{default:"#dfdfdf"},text:{default:"#a0a0a0"}},danger:{background:{default:"#ffdddd",hover:"#ff9898",active:"#ffbaba"},text:{default:"#c10000"}}}},stroke:"1px",split:{icon:{space:{y:"0.516rem",x:"0.344rem"}},primary:{background:{main:{default:"lch(17.6 2.54 306)",hover:"lch(27 3.82 267)",active:"lch(5.87 1.22 305)",disabled:"lch(81.3 0 0)"},action:{default:"lch(6.24 1.29 305)",hover:"lch(25.6 3.63 267)",active:"lch(3.47 0.72 305)",disabled:"lch(77.2 0 0)"}},text:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"rgba(0,0,0,0)",disabled:"rgba(0,0,0,0)"},divide:{default:"lch(23.3 2.63 306)",hover:"lch(33 3.27 267)",active:"lch(16.4 2.36 306)",disabled:"lch(75.5 0 0)"}}},mobile:{button:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},basic:{size:{icon:{all:"1.25rem"}}}},"button-group":{radii:{center:"0",end:"0.25rem"}},alignLeft:{size:{icon:{all:"0.969rem"}},space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{label:{default:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},group:{color:{background:{default:"#ffffff",hover:"lch(68.1 1.1 272)",active:"lch(81 1.31 272)",panel:"#ffffff"},text:{default:"#161517",hover:"#161517",active:"#151515"},stroke:{panel:"lch(91.6 1.1 266)"}}},alignedLeft:{color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"lch(95.3 1.54 272)"},stroke:{default:"lch(91.6 1.1 266)",hover:"#e6e7e9",active:"#cccfd3"},text:{default:"#161517",hover:"#161517",active:"#161517"}}}},card:{secondary:{space:{all:"1rem",gap:"1rem"},radii:{all:"0.25rem"},icon:{size:{all:"2rem"}},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},link:{default:"#161517",hover:"#135be6",active:"#161517",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},typography:{title:{default:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},link:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},primary:{size:{icon:{sm:{all:"2rem"},md:{all:"4rem"}}},space:{md:{y:"1.5rem",x:"1.5rem",gap:"0.75rem"},sm:{y:"1.5rem",x:"1.5rem",gap:"0.25rem"}},radii:{all:"0.25rem"},stroke:"1px",color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",horizontal:{radii:{all:"0.25rem"},typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#ffffff",hover:"#f6f7fa",active:"lch(92.4 1.49 272)",disabled:"#dfdfdf"},title:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},description:{default:"#696e79",hover:"#696e79",active:"#696e79",disabled:"#a0a0a0"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(87 1.05 266)",disabled:"#dfdfdf"}}}},checkbox:{radii:{all:"0.125rem"},space:{all:"1px",gap:"0.5rem"},size:{all:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#161517",disabled:"#c0c0c0"},check:{default:"#ffffff",hover:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"},label:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"}}},codeblock:{space:{x:"1rem",y:"1rem",gap:"1.5rem"},radii:{all:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},numbers:{size:{width:"1.5rem"}},darkMode:{color:{background:{default:"#282828"},text:{default:"#ffffff"},numbers:{default:"#c0c0c0"},button:{background:{default:"#282828",hover:"#53575f"},foreground:{default:"#ffffff"}},stroke:{default:"#282828"}}},lightMode:{color:{background:{default:"#f6f7fa"},text:{default:"#282828"},numbers:{default:"#808080"},button:{background:{default:"#f6f7fa",hover:"#53575f"},foreground:{default:"#a0a0a0"}},stroke:{default:"#282828"}}}},codeInline:{space:{x:"0.25rem"},stroke:"1px",typography:{text:{default:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`}},radii:{all:"0.25rem"},color:{background:{default:"#f6f7fa"},text:{default:"#161517"},stroke:{default:"lch(91.6 1.1 266)"}}},docs:{typography:{titles:{lg:`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},breadcrumbs:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},toc:{title:{default:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},item:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}}},field:{typography:{label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},fieldText:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},format:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},genericLabel:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,error:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},type:{mobile:{label:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"field-value":`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},space:{x:"0.75rem",y:"0.344rem",gap:"0.5rem"},size:{icon:"1rem"},radii:{all:"0.25rem"},mobile:{space:{x:"0.75rem",y:"0.5rem",gap:"0.5rem"}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#ffffff",disabled:"#dfdfdf",error:"#ffffff"},text:{default:"#302e32",hover:"#302e32",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},stroke:{default:"lch(92 1.05 266)",hover:"lch(83.8 2.3 258)",active:"#161517",disabled:"#dfdfdf",error:"#c10000"},label:{default:"#696e79",hover:"#696e79",active:"#161517",disabled:"#a0a0a0",error:"#c10000"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},genericLabel:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#a0a0a0"},placeholder:{default:"#696e79"}}},genericMenu:{item:{space:{x:"1rem",y:"0.344rem",gap:"0.5rem"},icon:{size:{height:"0.969rem",width:"0.969rem"}},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},sectionHeader:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{text:{default:"#161517",hover:"#161517",active:"#161517",disabled:"#c0c0c0",muted:"#696e79"},background:{default:"#ffffff",hover:"lch(97.5 1.43 272)",active:"lch(97.5 1.43 272)",disabled:"#ffffff"},format:{default:"lch(57 5.46 269)",hover:"lch(57 5.46 269)",active:"lch(57 5.46 269)",disabled:"#a0a0a0",error:"lch(57 5.46 269)"},stroke:{default:"lch(91.6 1.1 266)"}}},itemCustom:{typography:{label:{sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},button:{space:{gap:"0.25rem",y:"0.5rem"},typography:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa"},label:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},panel:{radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},color:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},autocomplete:{typography:{results:{label:{default:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},search:{placeholder:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},term:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},search:{stroke:{default:"2px solid lch(91.6 1.1 266)"}},color:{placeholder:{default:"#696e79"},searchTerm:{default:"#161517"},background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}},sectionHeader:{space:{bottom:"0.344rem",top:"0.5rem"}},placeholder:{space:{gap:"0.5rem"}}},image:{sm:{size:{height:"1rem",width:"1rem"}},xs:{size:{height:"0.75rem",width:"0.75rem"}},md:{size:{height:"1.25rem",width:"1.25rem"}},lg:{size:{height:"1.5rem",width:"1.5rem"}},xl:{size:{height:"2rem",width:"2rem"}},xxl:{size:{height:"4rem",width:"4rem"}},color:{stroke:"#161517"}},panel:{strokeWidth:{default:"1px"},radii:{all:"0.25rem"},stroke:{default:"1px solid lch(91.6 1.1 266)"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},space:{y:{none:"0",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"},x:{xs:"0.5rem",none:"0",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem"}},color:{background:{default:"#ffffff",muted:"#f6f7fa",transparent:"rgba(0,0,0,0)"},stroke:{default:"lch(91.6 1.1 266)"}}},popover:{space:{y:"1rem",x:"1.5rem",gap:"0.75rem"},radii:{all:"0.25rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},icon:{size:{height:"1.25rem",width:"1.25rem"}},color:{panel:{background:{default:"#ffffff"},stroke:{default:"lch(91.6 1.1 266)"}}}},radio:{radii:{all:"9999px"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#f6f7fa",hover:"#f6f7fa",active:"#161517",disabled:"#dfdfdf"},stroke:{default:"#b3b6bd",hover:"#b3b6bd",active:"#151515",disabled:"#c0c0c0"},indicator:{default:"#ffffff",hover:"#f6f7fa",active:"#ffffff",disabled:"#a0a0a0"}}},separator:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}},vertical:{space:{x:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},y:{all:"0"}}},color:{stroke:{default:"lch(91.6 1.1 266)"}}},sidebar:{navigation:{item:{radii:{all:"0.25rem"},default:{space:{right:"0.75rem",y:"0.344rem",gap:"0.75rem",left:"0"}},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mobile:{typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},space:{left:"0",right:"0.75rem",y:"0.75rem",gap:"0.75rem"}},collapsible:{space:{left:"0",right:"0.75rem",y:"0.344rem",gap:"0.75rem"}},icon:{size:{height:"1rem",width:"1rem"}},color:{background:{active:"lch(91.6 1.1 266 / 0.6)",hover:"lch(91.6 1.1 266 / 0.6)",default:"rgba(0,0,0,0)"},text:{default:"#161517",hover:"#161517",active:"#161517",muted:"#696e79"},icon:{default:"#696e79"}}},title:{typography:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{default:"#696e79",hover:"#696e79",active:"#696e79"}},subItem:{default:{space:{left:"2.75rem",right:"0.75rem",y:"0.344rem"}},mobile:{space:{left:"2.75rem",right:"0.75rem",y:"0.75rem",gap:"0.75rem"},typography:{default:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},typography:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{text:{default:"#696e79",hover:"#161517",active:"#161517"},background:{default:"rgba(0,0,0,0)",hover:"lch(91.6 1.1 266 / 0.6)",active:"rgba(0,0,0,0)"}}},dragControl:{separator:{size:{height:"0.125rem"},color:{default:"#161517"}}}},main:{color:{background:{default:"#ffffff"},text:{default:"#161517",muted:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"}}},"sql-sidebar":{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}},sqlSidebar:{color:{background:{default:"#f6f7fa"},stroke:{default:"lch(91.6 1.1 266)"}}}},spacer:{horizontal:{space:{y:{xs:"0",sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",xxl:"2rem"},x:{all:"0"}}}},stepperVertical:{icon:{size:{height:"1.25rem",width:"1.25rem"},space:{x:"0.375rem",y:"0.375rem"},radii:"9999px",background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"},foreground:{default:"#ffffff",incomplete:"#161517",complete:"#ffffff"},stroke:{default:"#ffffff",incomplete:"rgba(0,0,0,0)",complete:"rgba(0,0,0,0)"}},connector:{size:{width:"0.188rem"},background:{default:"#161517",incomplete:"lch(93.7 0.83 266)",complete:"#161517"}},typography:{label:{default:`600 0.75rem/1.7 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},switch:{space:{gap:"0.5rem"},radii:{all:"9999px"},size:{width:"2rem",height:"1rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,disabled:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"#cccfd3",active:"#151515",disabled:"#dfdfdf"},stroke:{default:"#cccfd3",active:"#161517",disabled:"#dfdfdf"},indicator:{default:"#ffffff",active:"#ffffff",disabled:"#a0a0a0"}}},table:{header:{title:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},color:{background:{default:"#f6f7fa"},title:{default:"#161517"},icon:{default:"#161517"},checkbox:{background:{default:"#cccfd3"},border:{default:"#808691"}}}},cell:{text:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},label:{default:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0.25rem"},row:{color:{background:{default:"#ffffff",hover:"#dae6fc",active:"#dae6fc"},stroke:{default:"lch(91.6 1.1 266)"},text:{default:"#161517"},link:{default:"#135be6"},label:{default:"#696e79"}}},global:{color:{stroke:{default:"lch(91.6 1.1 266)"},background:{default:"#ffffff"}}}},tabs:{space:{y:"0.5rem",x:"0.75rem"},radii:{all:"0.25rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},basic:{strokeWidth:{default:"1px",hover:"1px",active:"2px",global:"1px"},stroke:{default:"1px solid rgba(0,0,0,0)",hover:"1px solid rgba(0,0,0,0)",active:"2px solid #151515",global:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"rgba(0,0,0,0)",hover:"#f6f7fa",active:"rgba(0,0,0,0)"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"rgba(0,0,0,0)",hover:"rgba(0,0,0,0)",active:"#151515"},global:{default:"lch(91.6 1.1 266)"}}},fileTabs:{icon:{size:{height:"1rem",width:"1rem"}},space:{y:"1.063rem",x:"1rem",gap:"0.75rem"},typography:{label:{default:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,hover:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,active:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},radii:{all:"0"},color:{background:{default:"#f6f7fa",hover:"#ffffff",active:"#ffffff"},text:{default:"#696e79",hover:"#161517",active:"#161517"},stroke:{default:"lch(91.6 1.1 266)",hover:"lch(91.6 1.1 266)",active:"lch(91.6 1.1 266)"}}}},toast:{icon:{size:{height:"1rem",width:"1rem"}},space:{title:{gap:"0.5rem"},y:"0.75rem",x:"0.75rem",gap:"0.5rem"},radii:{all:"0.25rem"},shadow:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",typography:{title:{default:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},description:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{title:{default:"#161517"},description:{default:"#696e79"},stroke:{default:"lch(91.6 1.1 266)"},icon:{default:"#161517",success:"#1c8439",warning:"#9e5600",danger:"#c10000"}}},tooltip:{radii:{all:"0.25rem"},space:{x:"0.75rem",y:"0.5rem"},typography:{label:{default:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},color:{background:{default:"lch(10.8 0 0 / 0.8)"},label:{default:"#ffffff"}}},dialog:{space:{y:"1.5rem",x:"2rem",gap:"1rem"},title:{space:{gap:"0.5rem"}},radii:{all:"0.5rem"},shadow:{default:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)"},stroke:{default:"1px solid lch(91.6 1.1 266)"},color:{background:{default:"#ffffff"},title:{default:"#161517"},description:{default:"#696e79"},opaqueBackground:{default:"lch(6.77 0 0 / 0.45)"}}},link:{space:{md:{gap:"0.25rem"},sm:{gap:"2px"}},icon:{size:{sm:{height:"0.75rem",width:"0.75rem"},md:{height:"1rem",width:"1rem"}}}},global:{color:{background:{default:"#ffffff",muted:"#f6f7fa"},text:{default:"#161517",muted:"#696e79",link:{default:"#135be6",hover:"#092e73"}},stroke:{default:"lch(91.6 1.1 266)",muted:"lch(91.6 1.1 266)",intense:"#b3b6bd"},accent:{default:"#151515"},outline:{default:"#135be6"},shadow:{default:"lch(6.77 0 0 / 0.15)"}}},feedback:{color:{info:{background:"#dae6fc",foreground:"#135be6"},success:{background:"#e0f8e7",foreground:"#1c8439"},warning:{background:"#ffedd8",foreground:"#9e5600"},danger:{background:"#ffdddd",foreground:"#c10000"},neutral:{background:"#e6e7e9",foreground:"#53575f",stroke:"lch(91.6 1.1 266)"}}},grid:{color:{background:{header:{default:"lch(97.2 1.57 272 / 0.7)"},row:{default:"#ffffff"}},text:{header:{default:"#696e79"},row:{default:"#161517"}},stroke:{cell:{stroke:"lch(91.6 1.1 266)"}}}}},$c={default:"all 150ms ease-in 0ms",duration:{slow:"300ms",medium:"150ms",fast:"50ms"},delay:{slow:"100ms",fast:"0ms"},function:{ease:"ease","ease-in":"ease-in","ease-in-out":"ease-in-out",linear:"linear"}},yc="light",Cc={brand:{50:"#ffffe8",100:"#feffba",200:"#fdffa3",300:"#FAFF69",400:"#eef400",500:"#9fa300",600:"#4f5100",700:"#27291B",800:"#161600",base:"#fbff46"},neutral:{0:"#ffffff",100:"#f9f9f9",200:"#dfdfdf",300:"#c0c0c0",400:"#a0a0a0",500:"#808080",600:"#606060",700:"#414141",725:"#282828",750:"#1F1F1C",800:"#1d1d1d",900:"#151515",base:"#212121"},slate:{50:"#f6f7fa",100:"#e6e7e9",200:"#cccfd3",300:"#b3b6bd",400:"#9a9ea7",500:"#808691",600:"#696e79",700:"#53575f",800:"#302e32",900:"#161517",base:"#373439"},indigo:{50:"#f4f1fc",100:"#e4e2e9",200:"#c8c5d3",300:"#ada8bd",400:"#918ba7",500:"#766e91",600:"#5e5874",700:"#474257",800:"#23212c",900:"#18161d",base:"#2f2c3a"},info:{50:"#dae6fc",100:"#b5cdf9",200:"#91b3f6",300:"#6c9af3",400:"#135be6",500:"#0e44ad",600:"#092e73",700:"#061d48",800:"#05173a",900:"#041330",base:"#4781f0"},success:{50:"#e0f8e7",100:"#c0f2ce",200:"#a1ebb6",300:"#81e59d",400:"#41d76b",500:"#2ac656",600:"#1c8439",700:"#15632b",800:"#0e421d",900:"#07210e",base:"#62de85"},warning:{50:"#ffedd8",100:"#ffdbb1",200:"#ffca8b",300:"#ffb864",400:"#ff9416",500:"#ed8000",600:"#c66b00",700:"#9e5600",800:"#4f2b00",900:"#271500",base:"#ffa63d"},danger:{50:"#ffdddd",100:"#ffbaba",200:"#ff9898",300:"#ff7575",400:"#ff2323",500:"#f10000",600:"#c10000",700:"#910000",800:"#610000",900:"#300000",base:"#FF5353"},gradients:{base:"linear-gradient(229.65deg, #292924 15.78%, #0F0F0F 88.39%)",transparent:"rgba(0,0,0,0)"},utility:{transparent:"rgba(0,0,0,0)"}},Mc={0:"0",1:"1px",2:"0.25rem",3:"0.5rem",4:"0.75rem",5:"1rem",6:"1.25rem",7:"1.5rem",8:"1.75rem",9:"2rem",10:"2.5rem",11:"4rem"},Sc={font:{families:{regular:`"Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,mono:`"Inconsolata", '"SFMono Regular"', monospace`,display:`'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},weights:{1:"400",2:"500",3:"600",4:"700"},sizes:{0:"0.625rem",1:"0.75rem",2:"0.875rem",3:"1rem",4:"1.25rem",6:"2rem",base:"16px"},"line-height":{1:1.5,2:1.6,3:1.7,4:1.3}},styles:{product:{titles:{xs:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 1.25rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`600 2rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},text:{normal:{xs:`400 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`400 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`400 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`400 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},medium:{xs:`500 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`500 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`500 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`500 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},semibold:{xs:`600 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`},mono:{sm:`500 0.75rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`,md:`500 0.875rem/1.7 "Inconsolata", '"SFMono Regular"', monospace`,lg:`500 1rem/1.6 "Inconsolata", '"SFMono Regular"', monospace`},bold:{xs:`700 0.625rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`700 0.75rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`700 0.875rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`700 1rem/1.5 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},brand:{titles:{xs:`600 20px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,sm:`600 24px/1.5 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,md:`600 36px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,lg:`600 56px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,xl:`700 64px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`,"2xl":`700 80px/1.3 'Basier Square', "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}},field:{md:`400 0.875rem/1.6 "Inter", '"SF Pro Display"', -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, Oxygen, Ubuntu, Cantarell, '"Open Sans"', '"Helvetica Neue"', sans-serif;`}}},Lc={radii:{0:"0",1:"0.25rem",2:"0.5rem",full:"9999px"},width:{1:"1px",2:"2px"}},jc={0:"0",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.5rem",6:"2rem",7:"2.5rem"},Ec={1:"0 4px 6px -1px lch(6.77 0 0 / 0.15), 0 2px 4px -1px lch(6.77 0 0 / 0.15)",2:"0 4px 4px 0 rgba(88, 92, 98, 0.06), inset 5px 0 10px 0 rgba(104, 105, 111, 0.1)"},Dr=Object.freeze(Object.defineProperty({__proto__:null,border:Lc,click:wc,default:{click:wc,transition:$c,name:yc,palette:Cc,sizes:Mc,typography:Sc,border:Lc,spaces:jc,shadow:Ec},name:yc,palette:Cc,shadow:Ec,sizes:Mc,spaces:jc,transition:$c,typography:Sc},Symbol.toStringTag,{value:"Module"})),Oc={dark:Ar({},Dr,Qg),light:Ar({},Dr,em),classic:Ar({},Dr,Jg)};A.Accordion=zf,A.Alert=Vt,A.Avatar=pu,A.Badge=Za,A.Button=Ra,A.ButtonGroup=xu,A.CardPrimary=Nu,A.CardSecondary=Tu,A.Checkbox=Yu,A.ContextMenu=qe,A.DangerAlert=tu,A.Dropdown=ve,A.Flags=D5,A.HoverCard=or,A.Icon=z,A.IconButton=Jr,A.InfoAlert=nu,A.Label=fo,A.Link=r7,A.NumberField=l7,A.PasswordField=c7,A.Popover=ar,A.ProfileIcon=qr,A.RadioGroup=Ci,A.SearchField=J7,A.Select=zn,A.SidebarCollapsibleItem=G4,A.SidebarCollapsibleTitle=Y4,A.SidebarNavigationItem=U4,A.SidebarNavigationTitle=K4,A.Spacer=ml,A.SplitButton=X4,A.SuccessAlert=ou,A.Switch=d8,A.Tabs=Kn,A.Text=Ut,A.TextField=_8,A.ThemeProvider=u3,A.Title=Xo,A.Tooltip=_r,A.TooltipProvider=l3,A.WarningAlert=ru,A.themes=Oc,Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})});
|