@clickhouse/click-ui 0.0.0-alpha
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/README.md +11 -0
- package/dist/App.d.ts +2 -0
- package/dist/assets/RightArrow/RightArrow.d.ts +1 -0
- package/dist/assets/S3Logo/S3Logo.d.ts +1 -0
- package/dist/click-ui.es.js +14187 -0
- package/dist/click-ui.umd.js +686 -0
- package/dist/components/Accordion/Accordion.d.ts +572 -0
- 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.d.ts +16 -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.d.ts +7 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +11 -0
- package/dist/components/Badge/Badge.d.ts +16 -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.d.ts +10 -0
- package/dist/components/BigStat/BigStat.stories.d.ts +20 -0
- package/dist/components/Button/Button.d.ts +16 -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.d.ts +6 -0
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +12 -0
- package/dist/components/CardPrimary/CardPrimary.d.ts +13 -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.d.ts +15 -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.d.ts +5 -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.d.ts +34 -0
- package/dist/components/Collapsible/Collapsible.test.d.ts +1 -0
- package/dist/components/Collapsible/IconWrapper.d.ts +7 -0
- package/dist/components/ContextMenu/ContextMenu.d.ts +38 -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.d.ts +38 -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.d.ts +39 -0
- package/dist/components/FileTabs/FileTabs.stories.d.ts +23 -0
- package/dist/components/FileTabs/FileTabs.test.d.ts +0 -0
- package/dist/components/GenericMenu.d.ts +763 -0
- package/dist/components/HoverCard/HoverCard.d.ts +20 -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.d.ts +484 -0
- package/dist/components/Icon/Icon.stories.d.ts +494 -0
- package/dist/components/Icon/IconCommon.d.ts +570 -0
- package/dist/components/Icon/types.d.ts +8 -0
- package/dist/components/IconButton/IconButton.d.ts +9 -0
- package/dist/components/IconButton/IconButton.stories.d.ts +30 -0
- package/dist/components/IconButton/IconButton.test.d.ts +1 -0
- package/dist/components/Input/InputWrapper.d.ts +797 -0
- package/dist/components/Input/NumberField.d.ts +8 -0
- package/dist/components/Input/NumberField.stories.d.ts +34 -0
- package/dist/components/Input/PasswordField.d.ts +8 -0
- package/dist/components/Input/PasswordField.stories.d.ts +34 -0
- package/dist/components/Input/SearchField.d.ts +9 -0
- package/dist/components/Input/SearchField.stories.d.ts +37 -0
- package/dist/components/Input/TextField.d.ts +10 -0
- package/dist/components/Input/TextField.stories.d.ts +43 -0
- package/dist/components/Label/Label.d.ts +7 -0
- package/dist/components/Label/Label.stories.d.ts +28 -0
- package/dist/components/Panel/Panel.d.ts +11 -0
- package/dist/components/Panel/Panel.stories.d.ts +23 -0
- package/dist/components/Popover/Popover.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.d.ts +17 -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.d.ts +43 -0
- package/dist/components/Select/Select.stories.d.ts +54 -0
- package/dist/components/Select/Select.test.d.ts +0 -0
- package/dist/components/Select/SelectContext.d.ts +24 -0
- package/dist/components/Select/useSelect.d.ts +8 -0
- package/dist/components/Separator/Separator.d.ts +6 -0
- package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.d.ts +15 -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.d.ts +12 -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.d.ts +15 -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.d.ts +12 -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.d.ts +6 -0
- package/dist/components/Spacer/Spacer.stories.d.ts +19 -0
- package/dist/components/SplitButton/SplitButton.d.ts +32 -0
- package/dist/components/SplitButton/SplitButton.stories.d.ts +28 -0
- package/dist/components/SplitButton/SplitButton.test.d.ts +1 -0
- package/dist/components/Switch/Switch.d.ts +8 -0
- package/dist/components/Table/Table.d.ts +568 -0
- package/dist/components/Table/Table.stories.d.ts +575 -0
- package/dist/components/Tabs/Tabs.d.ts +848 -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.d.ts +17 -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.d.ts +19 -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.d.ts +14 -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/commonElement.d.ts +1382 -0
- package/dist/components/icons/Activity.d.ts +3 -0
- package/dist/components/icons/ArrowDown.d.ts +3 -0
- package/dist/components/icons/ArrowRight.d.ts +3 -0
- package/dist/components/icons/ArrowTriangle.d.ts +3 -0
- package/dist/components/icons/ArrowUp.d.ts +3 -0
- package/dist/components/icons/Backups.d.ts +3 -0
- package/dist/components/icons/Blog.d.ts +3 -0
- package/dist/components/icons/Book.d.ts +3 -0
- package/dist/components/icons/Brackets.d.ts +3 -0
- package/dist/components/icons/Briefcase.d.ts +3 -0
- package/dist/components/icons/Building.d.ts +3 -0
- package/dist/components/icons/BurgerMenu.d.ts +3 -0
- package/dist/components/icons/Cards.d.ts +3 -0
- package/dist/components/icons/CellTower.d.ts +3 -0
- package/dist/components/icons/ChatIcon.d.ts +3 -0
- package/dist/components/icons/CheckIcon.d.ts +3 -0
- package/dist/components/icons/CheckInCircle.d.ts +3 -0
- package/dist/components/icons/ChevronDown.d.ts +2 -0
- package/dist/components/icons/ChevronLeft.d.ts +3 -0
- package/dist/components/icons/ChevronRight.d.ts +2 -0
- package/dist/components/icons/ChevronUp.d.ts +3 -0
- package/dist/components/icons/Clock.d.ts +3 -0
- package/dist/components/icons/Cloud.d.ts +3 -0
- package/dist/components/icons/Code.d.ts +3 -0
- package/dist/components/icons/CodeInSquare.d.ts +3 -0
- package/dist/components/icons/Connect.d.ts +3 -0
- package/dist/components/icons/ConnectAlt.d.ts +3 -0
- package/dist/components/icons/Console.d.ts +3 -0
- package/dist/components/icons/Copy.d.ts +3 -0
- package/dist/components/icons/CrossIcon.d.ts +3 -0
- package/dist/components/icons/Data.d.ts +3 -0
- package/dist/components/icons/DatabaseIcon.d.ts +3 -0
- package/dist/components/icons/Disk.d.ts +3 -0
- package/dist/components/icons/Display.d.ts +3 -0
- package/dist/components/icons/Document.d.ts +3 -0
- package/dist/components/icons/DotsHorizontal.d.ts +3 -0
- package/dist/components/icons/DotsVertical.d.ts +3 -0
- package/dist/components/icons/Email.d.ts +3 -0
- package/dist/components/icons/Empty.d.ts +3 -0
- package/dist/components/icons/Eye.d.ts +3 -0
- package/dist/components/icons/EyeClosed.d.ts +3 -0
- package/dist/components/icons/FilterIcon.d.ts +3 -0
- package/dist/components/icons/Fire.d.ts +3 -0
- package/dist/components/icons/Flags/EuropeanUnion.d.ts +3 -0
- package/dist/components/icons/Flags/Germany.d.ts +3 -0
- package/dist/components/icons/Flags/India.d.ts +3 -0
- package/dist/components/icons/Flags/Ireland.d.ts +3 -0
- package/dist/components/icons/Flags/Netherlands.d.ts +3 -0
- package/dist/components/icons/Flags/Singapore.d.ts +3 -0
- package/dist/components/icons/Flags/UnitedKingdom.d.ts +3 -0
- package/dist/components/icons/Flags/UnitedStates.d.ts +3 -0
- package/dist/components/icons/Flags/index.d.ts +6 -0
- package/dist/components/icons/Folder.d.ts +3 -0
- package/dist/components/icons/Gift.d.ts +3 -0
- package/dist/components/icons/HistoryIcon.d.ts +3 -0
- package/dist/components/icons/Home.d.ts +3 -0
- package/dist/components/icons/Http.d.ts +3 -0
- package/dist/components/icons/InfoInCircleIcon.d.ts +3 -0
- package/dist/components/icons/InformationIcon.d.ts +3 -0
- package/dist/components/icons/InsertRowIcon.d.ts +3 -0
- package/dist/components/icons/Integrations.d.ts +3 -0
- package/dist/components/icons/LightBulb.d.ts +3 -0
- package/dist/components/icons/Lightening.d.ts +3 -0
- package/dist/components/icons/Loading.d.ts +3 -0
- package/dist/components/icons/LoadingAnimated.d.ts +482 -0
- package/dist/components/icons/Metrics.d.ts +3 -0
- package/dist/components/icons/MetricsAlt.d.ts +3 -0
- package/dist/components/icons/Payment.d.ts +3 -0
- package/dist/components/icons/Payments/Amex.d.ts +3 -0
- package/dist/components/icons/Payments/MasterCard.d.ts +3 -0
- package/dist/components/icons/Payments/Paypal.d.ts +3 -0
- package/dist/components/icons/Payments/Visa.d.ts +3 -0
- package/dist/components/icons/Payments/index.d.ts +6 -0
- package/dist/components/icons/Pencil.d.ts +3 -0
- package/dist/components/icons/PieChart.d.ts +3 -0
- package/dist/components/icons/Play.d.ts +3 -0
- package/dist/components/icons/Plus.d.ts +3 -0
- package/dist/components/icons/Popout.d.ts +3 -0
- package/dist/components/icons/PopoverArrow.d.ts +3 -0
- package/dist/components/icons/Question.d.ts +3 -0
- package/dist/components/icons/Refresh.d.ts +3 -0
- package/dist/components/icons/Search.d.ts +3 -0
- package/dist/components/icons/Secure.d.ts +3 -0
- package/dist/components/icons/Services.d.ts +3 -0
- package/dist/components/icons/Settings.d.ts +3 -0
- package/dist/components/icons/Share.d.ts +3 -0
- package/dist/components/icons/SlideIn.d.ts +3 -0
- package/dist/components/icons/SlideOut.d.ts +3 -0
- package/dist/components/icons/SortAltIcon.d.ts +3 -0
- package/dist/components/icons/SortIcon.d.ts +3 -0
- package/dist/components/icons/Sparkle.d.ts +3 -0
- package/dist/components/icons/Speaker.d.ts +3 -0
- package/dist/components/icons/Speed.d.ts +3 -0
- package/dist/components/icons/Star.d.ts +3 -0
- package/dist/components/icons/Support.d.ts +3 -0
- package/dist/components/icons/Table.d.ts +3 -0
- package/dist/components/icons/Taxi.d.ts +3 -0
- package/dist/components/icons/Trash.d.ts +3 -0
- package/dist/components/icons/Upload.d.ts +3 -0
- package/dist/components/icons/Url.d.ts +3 -0
- package/dist/components/icons/UserIcon.d.ts +2 -0
- package/dist/components/icons/UsersIcon.d.ts +2 -0
- package/dist/components/icons/WarningIcon.d.ts +3 -0
- package/dist/components/index.d.ts +36 -0
- package/dist/components/types.d.ts +59 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +2 -0
- package/dist/logo.svg +17 -0
- package/dist/main.d.ts +0 -0
- package/dist/styles/types.d.ts +2266 -0
- package/dist/styles/variables.classic.json.d.ts +268 -0
- package/dist/styles/variables.dark.json.d.ts +954 -0
- package/dist/styles/variables.json.d.ts +2268 -0
- package/dist/styles/variables.light.json.d.ts +1006 -0
- package/dist/theme/index.d.ts +10 -0
- package/dist/theme/theme.d.ts +6 -0
- package/dist/utils/mergeRefs.d.ts +2 -0
- package/dist/vite.svg +1 -0
- package/package.json +108 -0
|
@@ -0,0 +1,686 @@
|
|
|
1
|
+
(function(N,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("react"),require("styled-components"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","styled-components","react-dom"],c):(N=typeof globalThis<"u"?globalThis:N||self,c(N["click-ui"]={},N.React,N.styled,N.$7SXl2$reactdom))})(this,function(N,c,E,He){"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 o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const y=zr(c),Ws=zr(He);var rn=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 uo={exports:{}},Ot={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Kr;function Vs(){if(Kr)return Ot;Kr=1;var e=c,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,r=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function s(l,d,u){var p,f={},v=null,b=null;u!==void 0&&(v=""+u),d.key!==void 0&&(v=""+d.key),d.ref!==void 0&&(b=d.ref);for(p in d)o.call(d,p)&&!i.hasOwnProperty(p)&&(f[p]=d[p]);if(l&&l.defaultProps)for(p in d=l.defaultProps,d)f[p]===void 0&&(f[p]=d[p]);return{$$typeof:t,type:l,key:v,ref:b,props:f,_owner:r.current}}return Ot.Fragment=n,Ot.jsx=s,Ot.jsxs=s,Ot}var jt={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react-jsx-runtime.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var qr;function zs(){return qr||(qr=1,process.env.NODE_ENV!=="production"&&function(){var e=c,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),l=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen"),g=Symbol.iterator,h="@@iterator";function x(m){if(m===null||typeof m!="object")return null;var j=g&&m[g]||m[h];return typeof j=="function"?j:null}var $=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function k(m){{for(var j=arguments.length,F=new Array(j>1?j-1:0),Z=1;Z<j;Z++)F[Z-1]=arguments[Z];w("error",m,F)}}function w(m,j,F){{var Z=$.ReactDebugCurrentFrame,Q=Z.getStackAddendum();Q!==""&&(j+="%s",F=F.concat([Q]));var ee=F.map(function(X){return String(X)});ee.unshift("Warning: "+j),Function.prototype.apply.call(console[m],console,ee)}}var C=!1,O=!1,P=!1,I=!1,D=!1,A;A=Symbol.for("react.module.reference");function q(m){return!!(typeof m=="string"||typeof m=="function"||m===o||m===i||D||m===r||m===u||m===p||I||m===b||C||O||P||typeof m=="object"&&m!==null&&(m.$$typeof===v||m.$$typeof===f||m.$$typeof===s||m.$$typeof===l||m.$$typeof===d||m.$$typeof===A||m.getModuleId!==void 0))}function H(m,j,F){var Z=m.displayName;if(Z)return Z;var Q=j.displayName||j.name||"";return Q!==""?F+"("+Q+")":F}function z(m){return m.displayName||"Context"}function B(m){if(m==null)return null;if(typeof m.tag=="number"&&k("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 o:return"Fragment";case n:return"Portal";case i:return"Profiler";case r:return"StrictMode";case u:return"Suspense";case p:return"SuspenseList"}if(typeof m=="object")switch(m.$$typeof){case l:var j=m;return z(j)+".Consumer";case s:var F=m;return z(F._context)+".Provider";case d:return H(m,m.render,"ForwardRef");case f:var Z=m.displayName||null;return Z!==null?Z:B(m.type)||"Memo";case v:{var Q=m,ee=Q._payload,X=Q._init;try{return B(X(ee))}catch{return null}}}return null}var R=Object.assign,V=0,W,re,te,M,_,U,L;function Y(){}Y.__reactDisabledLog=!0;function ae(){{if(V===0){W=console.log,re=console.info,te=console.warn,M=console.error,_=console.group,U=console.groupCollapsed,L=console.groupEnd;var m={configurable:!0,enumerable:!0,value:Y,writable:!0};Object.defineProperties(console,{info:m,log:m,warn:m,error:m,group:m,groupCollapsed:m,groupEnd:m})}V++}}function se(){{if(V--,V===0){var m={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:R({},m,{value:W}),info:R({},m,{value:re}),warn:R({},m,{value:te}),error:R({},m,{value:M}),group:R({},m,{value:_}),groupCollapsed:R({},m,{value:U}),groupEnd:R({},m,{value:L})})}V<0&&k("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ge=$.ReactCurrentDispatcher,Ce;function xe(m,j,F){{if(Ce===void 0)try{throw Error()}catch(Q){var Z=Q.stack.trim().match(/\n( *(at )?)/);Ce=Z&&Z[1]||""}return`
|
|
18
|
+
`+Ce+m}}var ue=!1,_e;{var Ur=typeof WeakMap=="function"?WeakMap:Map;_e=new Ur}function co(m,j){if(!m||ue)return"";{var F=_e.get(m);if(F!==void 0)return F}var Z;ue=!0;var Q=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var ee;ee=ge.current,ge.current=null,ae();try{if(j){var X=function(){throw Error()};if(Object.defineProperty(X.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(X,[])}catch(Te){Z=Te}Reflect.construct(m,[],X)}else{try{X.call()}catch(Te){Z=Te}m.call(X.prototype)}}else{try{throw Error()}catch(Te){Z=Te}m()}}catch(Te){if(Te&&Z&&typeof Te.stack=="string"){for(var G=Te.stack.split(`
|
|
19
|
+
`),fe=Z.stack.split(`
|
|
20
|
+
`),ie=G.length-1,ce=fe.length-1;ie>=1&&ce>=0&&G[ie]!==fe[ce];)ce--;for(;ie>=1&&ce>=0;ie--,ce--)if(G[ie]!==fe[ce]){if(ie!==1||ce!==1)do if(ie--,ce--,ce<0||G[ie]!==fe[ce]){var $e=`
|
|
21
|
+
`+G[ie].replace(" at new "," at ");return m.displayName&&$e.includes("<anonymous>")&&($e=$e.replace("<anonymous>",m.displayName)),typeof m=="function"&&_e.set(m,$e),$e}while(ie>=1&&ce>=0);break}}}finally{ue=!1,ge.current=ee,se(),Error.prepareStackTrace=Q}var Et=m?m.displayName||m.name:"",Rs=Et?xe(Et):"";return typeof m=="function"&&_e.set(m,Rs),Rs}function Br(m,j,F){return co(m,!1)}function nn(m){var j=m.prototype;return!!(j&&j.isReactComponent)}function yt(m,j,F){if(m==null)return"";if(typeof m=="function")return co(m,nn(m));if(typeof m=="string")return xe(m);switch(m){case u:return xe("Suspense");case p:return xe("SuspenseList")}if(typeof m=="object")switch(m.$$typeof){case d:return Br(m.render);case f:return yt(m.type,j,F);case v:{var Z=m,Q=Z._payload,ee=Z._init;try{return yt(ee(Q),j,F)}catch{}}}return""}var wt=Object.prototype.hasOwnProperty,lo={},so=$.ReactDebugCurrentFrame;function Ct(m){if(m){var j=m._owner,F=yt(m.type,m._source,j?j.type:null);so.setExtraStackFrame(F)}else so.setExtraStackFrame(null)}function St(m,j,F,Z,Q){{var ee=Function.call.bind(wt);for(var X in m)if(ee(m,X)){var G=void 0;try{if(typeof m[X]!="function"){var fe=Error((Z||"React class")+": "+F+" type `"+X+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof m[X]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw fe.name="Invariant Violation",fe}G=m[X](j,X,Z,F,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ie){G=ie}G&&!(G instanceof Error)&&(Ct(Q),k("%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).",Z||"React class",F,X,typeof G),Ct(null)),G instanceof Error&&!(G.message in lo)&&(lo[G.message]=!0,Ct(Q),k("Failed %s type: %s",F,G.message),Ct(null))}}}var j8=Array.isArray;function Zr(m){return j8(m)}function P8(m){{var j=typeof Symbol=="function"&&Symbol.toStringTag,F=j&&m[Symbol.toStringTag]||m.constructor.name||"Object";return F}}function I8(m){try{return _s(m),!1}catch{return!0}}function _s(m){return""+m}function Ts(m){if(I8(m))return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",P8(m)),_s(m)}var on=$.ReactCurrentOwner,F8={key:!0,ref:!0,__self:!0,__source:!0},Ds,Ls,Hr;Hr={};function _8(m){if(wt.call(m,"ref")){var j=Object.getOwnPropertyDescriptor(m,"ref").get;if(j&&j.isReactWarning)return!1}return m.ref!==void 0}function T8(m){if(wt.call(m,"key")){var j=Object.getOwnPropertyDescriptor(m,"key").get;if(j&&j.isReactWarning)return!1}return m.key!==void 0}function D8(m,j){if(typeof m.ref=="string"&&on.current&&j&&on.current.stateNode!==j){var F=B(on.current.type);Hr[F]||(k('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(on.current.type),m.ref),Hr[F]=!0)}}function L8(m,j){{var F=function(){Ds||(Ds=!0,k("%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)",j))};F.isReactWarning=!0,Object.defineProperty(m,"key",{get:F,configurable:!0})}}function A8(m,j){{var F=function(){Ls||(Ls=!0,k("%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)",j))};F.isReactWarning=!0,Object.defineProperty(m,"ref",{get:F,configurable:!0})}}var N8=function(m,j,F,Z,Q,ee,X){var G={$$typeof:t,type:m,key:j,ref:F,props:X,_owner:ee};return G._store={},Object.defineProperty(G._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(G,"_self",{configurable:!1,enumerable:!1,writable:!1,value:Z}),Object.defineProperty(G,"_source",{configurable:!1,enumerable:!1,writable:!1,value:Q}),Object.freeze&&(Object.freeze(G.props),Object.freeze(G)),G};function U8(m,j,F,Z,Q){{var ee,X={},G=null,fe=null;F!==void 0&&(Ts(F),G=""+F),T8(j)&&(Ts(j.key),G=""+j.key),_8(j)&&(fe=j.ref,D8(j,Q));for(ee in j)wt.call(j,ee)&&!F8.hasOwnProperty(ee)&&(X[ee]=j[ee]);if(m&&m.defaultProps){var ie=m.defaultProps;for(ee in ie)X[ee]===void 0&&(X[ee]=ie[ee])}if(G||fe){var ce=typeof m=="function"?m.displayName||m.name||"Unknown":m;G&&L8(X,ce),fe&&A8(X,ce)}return N8(m,G,fe,Q,Z,on.current,X)}}var Rr=$.ReactCurrentOwner,As=$.ReactDebugCurrentFrame;function Mt(m){if(m){var j=m._owner,F=yt(m.type,m._source,j?j.type:null);As.setExtraStackFrame(F)}else As.setExtraStackFrame(null)}var Wr;Wr=!1;function Vr(m){return typeof m=="object"&&m!==null&&m.$$typeof===t}function Ns(){{if(Rr.current){var m=B(Rr.current.type);if(m)return`
|
|
22
|
+
|
|
23
|
+
Check the render method of \``+m+"`."}return""}}function B8(m){{if(m!==void 0){var j=m.fileName.replace(/^.*[\\\/]/,""),F=m.lineNumber;return`
|
|
24
|
+
|
|
25
|
+
Check your code at `+j+":"+F+"."}return""}}var Us={};function Z8(m){{var j=Ns();if(!j){var F=typeof m=="string"?m:m.displayName||m.name;F&&(j=`
|
|
26
|
+
|
|
27
|
+
Check the top-level render call using <`+F+">.")}return j}}function Bs(m,j){{if(!m._store||m._store.validated||m.key!=null)return;m._store.validated=!0;var F=Z8(j);if(Us[F])return;Us[F]=!0;var Z="";m&&m._owner&&m._owner!==Rr.current&&(Z=" It was passed a child from "+B(m._owner.type)+"."),Mt(m),k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',F,Z),Mt(null)}}function Zs(m,j){{if(typeof m!="object")return;if(Zr(m))for(var F=0;F<m.length;F++){var Z=m[F];Vr(Z)&&Bs(Z,j)}else if(Vr(m))m._store&&(m._store.validated=!0);else if(m){var Q=x(m);if(typeof Q=="function"&&Q!==m.entries)for(var ee=Q.call(m),X;!(X=ee.next()).done;)Vr(X.value)&&Bs(X.value,j)}}}function H8(m){{var j=m.type;if(j==null||typeof j=="string")return;var F;if(typeof j=="function")F=j.propTypes;else if(typeof j=="object"&&(j.$$typeof===d||j.$$typeof===f))F=j.propTypes;else return;if(F){var Z=B(j);St(F,m.props,"prop",Z,m)}else if(j.PropTypes!==void 0&&!Wr){Wr=!0;var Q=B(j);k("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Q||"Unknown")}typeof j.getDefaultProps=="function"&&!j.getDefaultProps.isReactClassApproved&&k("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function R8(m){{for(var j=Object.keys(m.props),F=0;F<j.length;F++){var Z=j[F];if(Z!=="children"&&Z!=="key"){Mt(m),k("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",Z),Mt(null);break}}m.ref!==null&&(Mt(m),k("Invalid attribute `ref` supplied to `React.Fragment`."),Mt(null))}}function Hs(m,j,F,Z,Q,ee){{var X=q(m);if(!X){var G="";(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(G+=" 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=B8(Q);fe?G+=fe:G+=Ns();var ie;m===null?ie="null":Zr(m)?ie="array":m!==void 0&&m.$$typeof===t?(ie="<"+(B(m.type)||"Unknown")+" />",G=" Did you accidentally export a JSX literal instead of a component?"):ie=typeof m,k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ie,G)}var ce=U8(m,j,F,Q,ee);if(ce==null)return ce;if(X){var $e=j.children;if($e!==void 0)if(Z)if(Zr($e)){for(var Et=0;Et<$e.length;Et++)Zs($e[Et],m);Object.freeze&&Object.freeze($e)}else k("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 Zs($e,m)}return m===o?R8(ce):H8(ce),ce}}function W8(m,j,F){return Hs(m,j,F,!0)}function V8(m,j,F){return Hs(m,j,F,!1)}var z8=V8,G8=W8;jt.Fragment=o,jt.jsx=z8,jt.jsxs=G8}()),jt}process.env.NODE_ENV==="production"?uo.exports=Vs():uo.exports=zs();var a=uo.exports;const Gs=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"})]}),Yr=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"})}),Ks=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"})}),qs=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"})]}),Ys=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"})]})}),Xs=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"})]}),Js=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"})]}),Qs=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"})}),ed=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"})}),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:"m10 16 4-4-4-4"})}),nd=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"})}),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",{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"})}),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",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"})]}),ad=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"})}),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",{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"})]}),cd=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"})]}),ld=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"})]}),sd=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"})}),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:"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"})]}),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:"M4.48 11.98h14.99M13.483 5.988 19.52 12l-6.037 6.012"})}),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:"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"})]}),pd=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"})}),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:"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"})]}),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:"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"})]}),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:"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"})]}),gd=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"})}),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:"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"})]}),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:"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"})]}),$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.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"})}),kd=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"})]}),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",{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"})}),wd=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"})]})}),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:"m14 16-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:"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"})]}),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:"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"})}),Ed=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"})]}),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.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"})]}),jd=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"})}),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:"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"})]}),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:"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"})]}),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("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"})]}),_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:"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"})]}),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:"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"})]}),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:"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"})]}),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:"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"})]}),Nd=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)"})]}),Ud=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})]}),Bd=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",...e}),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",{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"})}),Hd=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"})}),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",{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"})}),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:"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"})]}),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:"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"})}),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:"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"})]}),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:"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"})]}),Kd=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"})]}),qd=E.keyframes(["from{transform:rotate(360deg);}to{transform:rotate(0deg);}"]),Yd=E(Xr).withConfig({componentId:"sc-1h6qu7m-0"})(["animation:"," 1s infinite linear;"],qd),Xd={activity:dd,"arrow-down":od,"arrow-right":ud,"arrow-triangle":fd,"arrow-up":pd,backups:hd,blog:vd,book:bd,brackets:gd,briefcase:md,building:xd,"burger-menu":$d,cards:kd,"cell-tower":yd,chat:Ks,check:ad,"check-in-circle":wd,"chevron-down":nd,"chevron-left":Cd,"chevron-right":td,"chevron-up":sd,clock:Sd,cloud:Md,code:Ed,"code-in-square":Od,connect:jd,"connect-alt":Pd,console:Id,copy:Fd,cross:ld,data:_d,database:qs,disk:Td,display:Dd,document:Ld,"dots-horizontal":Nd,"dots-vertical":Ad,email:Ud,empty:Bd,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:Ys,fire:Zd,folder:Hd,gift:Rd,history:Xs,home:Wd,http:Vd,"info-in-circle":rd,information:id,"insert-row":Js,integrations:zd,"light-bulb":Gd,lightening:Kd,loading:Xr,"loading-animated":Yd,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":Qs,sort:ed,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:Yr,users:Gs,warning:cd},Jd=({name:e,...t})=>{const n=Xd[e];return n?a.jsx(n,{...t}):null},Qd=e=>({color:t,width:n,height:o,className:r,size:i,...s})=>a.jsx(e1,{$color:t,$width:n,$height:o,$size:i,className:r,children:a.jsx(e,{...s})}),e1=E.div.withConfig({componentId:"sc-29ieut-0"})(["display:flex;align-items:center;",""],({theme:e,$color:t="currentColor",$width:n,$height:o,$size:r})=>`
|
|
28
|
+
& path[stroke], & svg[stroke]:not([stroke="none"]) {
|
|
29
|
+
stroke: ${t};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
& path[fill], & svg[fill]:not([fill="none"]) {
|
|
33
|
+
fill: ${t};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
& svg {
|
|
37
|
+
width: ${n||e.click.image[r||"md"].size.width||"24px"};
|
|
38
|
+
height: ${o||e.click.image[r||"md"].size.height||"24px"};
|
|
39
|
+
}
|
|
40
|
+
`),t1=Qd(Jd),J=E(t1).withConfig({componentId:"sc-29ieut-1"})([""]);J.displayName="Icon";const Jr=c.forwardRef(({type:e="primary",icon:t,size:n,...o},r)=>a.jsx(n1,{...o,$styleType:e,$size:n,ref:r,children:a.jsx(J,{name:t,size:"md"})}));Jr.displayName="IconButton";const n1=E.button.withConfig({componentId:"sc-4ff7ue-0"})(["",""],({theme:e,$size:t,$styleType:n="primary"})=>`
|
|
41
|
+
border-radius: ${e.click.button.iconButton.radii.all};
|
|
42
|
+
border-color: ${e.click.button.iconButton.color.primary.stroke.default};
|
|
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}`};
|
|
44
|
+
|
|
45
|
+
background-color: ${e.click.button.iconButton.color[n].background.default};
|
|
46
|
+
|
|
47
|
+
color: ${e.click.button.iconButton.color[n].text.default};
|
|
48
|
+
|
|
49
|
+
&:hover {
|
|
50
|
+
background-color: ${e.click.button.iconButton.color[n].background.hover};
|
|
51
|
+
color: ${e.click.button.iconButton.color[n].text.hover};
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&:active {
|
|
55
|
+
background-color: ${e.click.button.iconButton.color[n].background.active};
|
|
56
|
+
color: ${e.click.button.iconButton.color[n].text.active};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&[disabled] {
|
|
60
|
+
background-color: ${e.click.button.iconButton.color.disabled.background.default};
|
|
61
|
+
color: ${e.click.button.iconButton.color.disabled.text.default};
|
|
62
|
+
}
|
|
63
|
+
`),o1=E.label.withConfig({componentId:"sc-1gg29zb-0"})(["",""],({theme:e,disabled:t,$error:n})=>`
|
|
64
|
+
${t?`
|
|
65
|
+
color: ${e.click.field.color.label.disabled};
|
|
66
|
+
font: ${e.click.field.typography.label.disabled};
|
|
67
|
+
`:n?`
|
|
68
|
+
color: ${e.click.field.color.label.error};
|
|
69
|
+
font: ${e.click.field.typography.label.error};
|
|
70
|
+
`:`
|
|
71
|
+
color: ${e.click.field.color.label.default};
|
|
72
|
+
font: ${e.click.field.typography.label.default};
|
|
73
|
+
&:hover {
|
|
74
|
+
color: ${e.click.field.color.label.hover};
|
|
75
|
+
font: ${e.click.field.typography.label.hover};
|
|
76
|
+
}
|
|
77
|
+
&:focus, &:focus-within {
|
|
78
|
+
color: ${e.click.field.color.label.active};
|
|
79
|
+
font: ${e.click.field.typography.label.active};
|
|
80
|
+
}
|
|
81
|
+
`};
|
|
82
|
+
`),fo=({disabled:e,error:t,children:n,...o})=>a.jsx(o1,{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 T(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 r1(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function an(...e){return t=>e.forEach(n=>r1(n,t))}function oe(...e){return c.useCallback(an(...e),e)}function le(e,t=[]){let n=[];function o(i,s){const l=c.createContext(s),d=n.length;n=[...n,s];function u(f){const{scope:v,children:b,...g}=f,h=(v==null?void 0:v[e][d])||l,x=c.useMemo(()=>g,Object.values(g));return c.createElement(h.Provider,{value:x},b)}function p(f,v){const b=(v==null?void 0:v[e][d])||l,g=c.useContext(b);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,a1(r,...t)]}function a1(...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 me(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]=i1({defaultProp:t,onChange:n}),i=e!==void 0,s=i?e:o,l=me(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 i1({defaultProp:e,onChange:t}){const n=c.useState(e),[o]=n,r=c.useRef(o),i=me(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(c1);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(po,S({},o,{ref:t}),c.isValidElement(s)?c.cloneElement(s,void 0,l):null)}return c.createElement(po,S({},o,{ref:t}),n)});nt.displayName="Slot";const po=c.forwardRef((e,t)=>{const{children:n,...o}=e;return c.isValidElement(n)?c.cloneElement(n,{...l1(o,n.props),ref:t?an(t,n.ref):n.ref}):c.Children.count(n)>1?c.Children.only(null):null});po.displayName="SlotClone";const Qr=({children:e})=>c.createElement(c.Fragment,null,e);function c1(e){return c.isValidElement(e)&&e.type===Qr}function l1(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 K=["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&&He.flushSync(()=>e.dispatchEvent(t))}function ho(e){const t=e+"CollectionProvider",[n,o]=le(t),[r,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=b=>{const{scope:g,children:h}=b,x=c.useRef(null),$=c.useRef(new Map).current;return c.createElement(r,{scope:g,itemMap:$,collectionRef:x},h)},l=e+"CollectionSlot",d=c.forwardRef((b,g)=>{const{scope:h,children:x}=b,$=i(l,h),k=oe(g,$.collectionRef);return c.createElement(nt,{ref:k},x)}),u=e+"CollectionItemSlot",p="data-radix-collection-item",f=c.forwardRef((b,g)=>{const{scope:h,children:x,...$}=b,k=c.useRef(null),w=oe(g,k),C=i(u,h);return c.useEffect(()=>(C.itemMap.set(k,{ref:k,...$}),()=>void C.itemMap.delete(k))),c.createElement(nt,{[p]:"",ref:w},x)});function v(b){const g=i(e+"CollectionConsumer",b);return c.useCallback(()=>{const x=g.collectionRef.current;if(!x)return[];const $=Array.from(x.querySelectorAll(`[${p}]`));return Array.from(g.itemMap.values()).sort((C,O)=>$.indexOf(C.ref.current)-$.indexOf(O.ref.current))},[g.collectionRef,g.itemMap])}return[{Provider:s,Slot:d,ItemSlot:f},v,o]}const s1=c.createContext(void 0);function Pt(e){const t=c.useContext(s1);return e||t||"ltr"}function d1(e,t=globalThis==null?void 0:globalThis.document){const n=me(e);c.useEffect(()=>{const o=r=>{r.key==="Escape"&&n(r)};return t.addEventListener("keydown",o),()=>t.removeEventListener("keydown",o)},[n,t])}const vo="dismissableLayer.update",u1="dismissableLayer.pointerDownOutside",f1="dismissableLayer.focusOutside";let ta;const p1=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),cn=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(p1),[f,v]=c.useState(null),b=(n=f==null?void 0:f.ownerDocument)!==null&&n!==void 0?n:globalThis==null?void 0:globalThis.document,[,g]=c.useState({}),h=oe(t,D=>v(D)),x=Array.from(p.layers),[$]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),k=x.indexOf($),w=f?x.indexOf(f):-1,C=p.layersWithOutsidePointerEventsDisabled.size>0,O=w>=k,P=h1(D=>{const A=D.target,q=[...p.branches].some(H=>H.contains(A));!O||q||(i==null||i(D),l==null||l(D),D.defaultPrevented||d==null||d())},b),I=v1(D=>{const A=D.target;[...p.branches].some(H=>H.contains(A))||(s==null||s(D),l==null||l(D),D.defaultPrevented||d==null||d())},b);return d1(D=>{w===p.layers.size-1&&(r==null||r(D),!D.defaultPrevented&&d&&(D.preventDefault(),d()))},b),c.useEffect(()=>{if(f)return o&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(ta=b.body.style.pointerEvents,b.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(f)),p.layers.add(f),na(),()=>{o&&p.layersWithOutsidePointerEventsDisabled.size===1&&(b.body.style.pointerEvents=ta)}},[f,b,o,p]),c.useEffect(()=>()=>{f&&(p.layers.delete(f),p.layersWithOutsidePointerEventsDisabled.delete(f),na())},[f,p]),c.useEffect(()=>{const D=()=>g({});return document.addEventListener(vo,D),()=>document.removeEventListener(vo,D)},[]),c.createElement(K.div,S({},u,{ref:h,style:{pointerEvents:C?O?"auto":"none":void 0,...e.style},onFocusCapture:T(e.onFocusCapture,I.onFocusCapture),onBlurCapture:T(e.onBlurCapture,I.onBlurCapture),onPointerDownCapture:T(e.onPointerDownCapture,P.onPointerDownCapture)}))});function h1(e,t=globalThis==null?void 0:globalThis.document){const n=me(e),o=c.useRef(!1),r=c.useRef(()=>{});return c.useEffect(()=>{const i=l=>{if(l.target&&!o.current){let u=function(){oa(u1,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 v1(e,t=globalThis==null?void 0:globalThis.document){const n=me(e),o=c.useRef(!1);return c.useEffect(()=>{const r=i=>{i.target&&!o.current&&oa(f1,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(vo);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 bo=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()),bo++,()=>{bo===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),bo--}},[])}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 go="focusScope.autoFocusOnMount",mo="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=me(r),p=me(i),f=c.useRef(null),v=oe(t,h=>d(h)),b=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(o){let h=function(w){if(b.paused||!l)return;const C=w.target;l.contains(C)?f.current=C:De(f.current,{select:!0})},x=function(w){if(b.paused||!l)return;const C=w.relatedTarget;C!==null&&(l.contains(C)||De(f.current,{select:!0}))},$=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",h),document.addEventListener("focusout",x);const k=new MutationObserver($);return l&&k.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",x),k.disconnect()}}},[o,l,b.paused]),c.useEffect(()=>{if(l){da.add(b);const h=document.activeElement;if(!l.contains(h)){const $=new CustomEvent(go,ia);l.addEventListener(go,u),l.dispatchEvent($),$.defaultPrevented||(b1(k1(la(l)),{select:!0}),document.activeElement===h&&De(l))}return()=>{l.removeEventListener(go,u),setTimeout(()=>{const $=new CustomEvent(mo,ia);l.addEventListener(mo,p),l.dispatchEvent($),$.defaultPrevented||De(h??document.body,{select:!0}),l.removeEventListener(mo,p),da.remove(b)},0)}}},[l,u,p,b]);const g=c.useCallback(h=>{if(!n&&!o||b.paused)return;const x=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,$=document.activeElement;if(x&&$){const k=h.currentTarget,[w,C]=g1(k);w&&C?!h.shiftKey&&$===C?(h.preventDefault(),n&&De(w,{select:!0})):h.shiftKey&&$===w&&(h.preventDefault(),n&&De(C,{select:!0})):$===k&&h.preventDefault()}},[n,o,b.paused]);return c.createElement(K.div,S({tabIndex:-1},s,{ref:v,onKeyDown:g}))});function b1(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(De(o,{select:t}),document.activeElement!==n)return}function g1(e){const t=la(e),n=sa(t,e),o=sa(t.reverse(),e);return[n,o]}function la(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 sa(e,t){for(const n of e)if(!m1(n,{upTo:t}))return n}function m1(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 x1(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&&x1(e)&&t&&e.select()}}const da=$1();function $1(){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 k1(e){return e.filter(t=>t.tagName!=="A")}const Re=globalThis!=null&&globalThis.document?c.useLayoutEffect:()=>{},y1=y["useId".toString()]||(()=>{});let w1=0;function Se(e){const[t,n]=y.useState(y1());return Re(()=>{e||n(o=>o??String(w1++))},[e]),e||(t?`radix-${t}`:"")}function ot(e){return e.split("-")[1]}function xo(e){return e==="y"?"height":"width"}function je(e){return e.split("-")[0]}function We(e){return["top","bottom"].includes(je(e))?"x":"y"}function fa(e,t,n){let{reference:o,floating:r}=e;const i=o.x+o.width/2-r.width/2,s=o.y+o.height/2-r.height/2,l=We(t),d=xo(l),u=o[d]/2-r[d]/2,p=l==="x";let f;switch(je(t)){case"top":f={x:i,y:o.y-r.height};break;case"bottom":f={x:i,y:o.y+o.height};break;case"right":f={x:o.x+o.width,y:s};break;case"left":f={x:o.x-r.width,y:s};break;default:f={x:o.x,y:o.y}}switch(ot(t)){case"start":f[l]-=u*(n&&p?-1:1);break;case"end":f[l]+=u*(n&&p?-1:1)}return f}const C1=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}=fa(u,o,d),v=o,b={},g=0;for(let h=0;h<l.length;h++){const{name:x,fn:$}=l[h],{x:k,y:w,data:C,reset:O}=await $({x:p,y:f,initialPlacement:o,placement:v,strategy:r,middlewareData:b,rects:u,platform:s,elements:{reference:e,floating:t}});p=k??p,f=w??f,b={...b,[x]:{...b[x],...C}},O&&g<=50&&(g++,typeof O=="object"&&(O.placement&&(v=O.placement),O.rects&&(u=O.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:r}):O.rects),{x:p,y:f}=fa(u,v,d)),h=-1)}return{x:p,y:f,placement:v,strategy:r,middlewareData:b}};function Pe(e,t){return typeof e=="function"?e(t):e}function pa(e){return typeof e!="number"?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(e):{top:e,right:e,bottom:e,left:e}}function ln(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}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:v=!1,padding:b=0}=Pe(t,e),g=pa(b),h=l[v?f==="floating"?"reference":"floating":f],x=ln(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(h)))==null||n?h:h.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,k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),w=await(i.isElement==null?void 0:i.isElement(k))&&await(i.getScale==null?void 0:i.getScale(k))||{x:1,y:1},C=ln(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:$,offsetParent:k,strategy:d}):$);return{top:(x.top-C.top+g.top)/w.y,bottom:(C.bottom-x.bottom+g.bottom)/w.y,left:(x.left-C.left+g.left)/w.x,right:(C.right-x.right+g.right)/w.x}}const Ft=Math.min,Ve=Math.max;function $o(e,t,n){return Ve(e,Ft(t,n))}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=pa(u),f={x:n,y:o},v=We(r),b=xo(v),g=await s.getDimensions(d),h=v==="y",x=h?"top":"left",$=h?"bottom":"right",k=h?"clientHeight":"clientWidth",w=i.reference[b]+i.reference[v]-f[v]-i.floating[b],C=f[v]-i.reference[v],O=await(s.getOffsetParent==null?void 0:s.getOffsetParent(d));let P=O?O[k]:0;P&&await(s.isElement==null?void 0:s.isElement(O))||(P=l.floating[k]||i.floating[b]);const I=w/2-C/2,D=P/2-g[b]/2-1,A=Ft(p[x],D),q=Ft(p[$],D),H=A,z=P-g[b]-q,B=P/2-g[b]/2+I,R=$o(H,B,z),V=ot(r)!=null&&B!=R&&i.reference[b]/2-(B<H?A:q)-g[b]/2<0?B<H?H-B:z-B:0;return{[v]:f[v]-V,data:{[v]:R,centerOffset:B-R+V}}}}),va=["top","right","bottom","left"];va.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);const S1={left:"right",right:"left",bottom:"top",top:"bottom"};function sn(e){return e.replace(/left|right|bottom|top/g,t=>S1[t])}function M1(e,t,n){n===void 0&&(n=!1);const o=ot(e),r=We(e),i=xo(r);let s=r==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=sn(s)),{main:s,cross:sn(s)}}const E1={start:"end",end:"start"};function ko(e){return e.replace(/start|end/g,t=>E1[t])}const O1=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:v="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:g=!0,...h}=Pe(e,t),x=je(o),$=je(s)===s,k=await(l.isRTL==null?void 0:l.isRTL(d.floating)),w=f||($||!g?[sn(s)]:function(H){const z=sn(H);return[ko(H),z,ko(z)]}(s));f||b==="none"||w.push(...function(H,z,B,R){const V=ot(H);let W=function(re,te,M){const _=["left","right"],U=["right","left"],L=["top","bottom"],Y=["bottom","top"];switch(re){case"top":case"bottom":return M?te?U:_:te?_:U;case"left":case"right":return te?L:Y;default:return[]}}(je(H),B==="start",R);return V&&(W=W.map(re=>re+"-"+V),z&&(W=W.concat(W.map(ko)))),W}(s,g,b,k));const C=[s,...w],O=await It(t,h),P=[];let I=((n=r.flip)==null?void 0:n.overflows)||[];if(u&&P.push(O[x]),p){const{main:H,cross:z}=M1(o,i,k);P.push(O[H],O[z])}if(I=[...I,{placement:o,overflows:P}],!P.every(H=>H<=0)){var D,A;const H=(((D=r.flip)==null?void 0:D.index)||0)+1,z=C[H];if(z)return{data:{index:H,overflows:I},reset:{placement:z}};let B=(A=I.filter(R=>R.overflows[0]<=0).sort((R,V)=>R.overflows[1]-V.overflows[1])[0])==null?void 0:A.placement;if(!B)switch(v){case"bestFit":{var q;const R=(q=I.map(V=>[V.placement,V.overflows.filter(W=>W>0).reduce((W,re)=>W+re,0)]).sort((V,W)=>V[1]-W[1])[0])==null?void 0:q[0];R&&(B=R);break}case"initialPlacement":B=s}if(o!==B)return{reset:{placement:B}}}return{}}}};function ba(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function ga(e){return va.some(t=>e[t]>=0)}const j1=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=ba(await It(t,{...r,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:ga(i)}}}case"escaped":{const i=ba(await It(t,{...r,altBoundary:!0}),n.floating);return{data:{escapedOffsets:i,escaped:ga(i)}}}default:return{}}}}},P1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:o}=t,r=await async function(i,s){const{placement:l,platform:d,elements:u}=i,p=await(d.isRTL==null?void 0:d.isRTL(u.floating)),f=je(l),v=ot(l),b=We(l)==="x",g=["left","top"].includes(f)?-1:1,h=p&&b?-1:1,x=Pe(s,i);let{mainAxis:$,crossAxis:k,alignmentAxis:w}=typeof x=="number"?{mainAxis:x,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...x};return v&&typeof w=="number"&&(k=v==="end"?-1*w:w),b?{x:k*h,y:$*g}:{x:$*g,y:k*h}}(t,e);return{x:n+r.x,y:o+r.y,data:r}}}};function ma(e){return e==="x"?"y":"x"}const I1=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:$,y:k}=x;return{x:$,y:k}}},...d}=Pe(e,t),u={x:n,y:o},p=await It(t,d),f=We(je(r)),v=ma(f);let b=u[f],g=u[v];if(i){const x=f==="y"?"bottom":"right";b=$o(b+p[f==="y"?"top":"left"],b,b-p[x])}if(s){const x=v==="y"?"bottom":"right";g=$o(g+p[v==="y"?"top":"left"],g,g-p[x])}const h=l.fn({...t,[f]:b,[v]:g});return{...h,data:{x:h.x-n,y:h.y-o}}}}},F1=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=We(r),v=ma(f);let b=p[f],g=p[v];const h=Pe(l,t),x=typeof h=="number"?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(d){const w=f==="y"?"height":"width",C=i.reference[f]-i.floating[w]+x.mainAxis,O=i.reference[f]+i.reference[w]-x.mainAxis;b<C?b=C:b>O&&(b=O)}if(u){var $,k;const w=f==="y"?"width":"height",C=["top","left"].includes(je(r)),O=i.reference[v]-i.floating[w]+(C&&(($=s.offset)==null?void 0:$[v])||0)+(C?0:x.crossAxis),P=i.reference[v]+i.reference[w]+(C?0:((k=s.offset)==null?void 0:k[v])||0)-(C?x.crossAxis:0);g<O?g=O:g>P&&(g=P)}return{[f]:b,[v]:g}}}},_1=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=je(n),p=ot(n),f=We(n)==="x",{width:v,height:b}=o.floating;let g,h;u==="top"||u==="bottom"?(g=u,h=p===(await(r.isRTL==null?void 0:r.isRTL(i.floating))?"start":"end")?"left":"right"):(h=u,g=p==="end"?"top":"bottom");const x=b-d[g],$=v-d[h],k=!t.middlewareData.shift;let w=x,C=$;if(f){const P=v-d.left-d.right;C=p||k?Ft($,P):P}else{const P=b-d.top-d.bottom;w=p||k?Ft(x,P):P}if(k&&!p){const P=Ve(d.left,0),I=Ve(d.right,0),D=Ve(d.top,0),A=Ve(d.bottom,0);f?C=v-2*(P!==0||I!==0?P+I:Ve(d.left,d.right)):w=b-2*(D!==0||A!==0?D+A:Ve(d.top,d.bottom))}await s({...t,availableWidth:C,availableHeight:w});const O=await r.getDimensions(i.floating);return v!==O.width||b!==O.height?{reset:{rects:!0}}:{}}}};function be(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Me(e){return be(e).getComputedStyle(e)}function xa(e){return e instanceof be(e).Node}function Le(e){return xa(e)?(e.nodeName||"").toLowerCase():"#document"}function ke(e){return e instanceof be(e).HTMLElement}function $a(e){return typeof ShadowRoot<"u"&&(e instanceof be(e).ShadowRoot||e instanceof ShadowRoot)}function _t(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=Me(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!["inline","contents"].includes(r)}function T1(e){return["table","td","th"].includes(Le(e))}function yo(e){const t=wo(),n=Me(e);return n.transform!=="none"||n.perspective!=="none"||!!n.containerType&&n.containerType!=="normal"||!t&&!!n.backdropFilter&&n.backdropFilter!=="none"||!t&&!!n.filter&&n.filter!=="none"||["transform","perspective","filter"].some(o=>(n.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(n.contain||"").includes(o))}function wo(){return!(typeof CSS>"u"||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function dn(e){return["html","body","#document"].includes(Le(e))}const Co=Math.min,rt=Math.max,un=Math.round,fn=Math.floor,Ae=e=>({x:e,y:e});function ka(e){const t=Me(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=ke(e),i=r?e.offsetWidth:n,s=r?e.offsetHeight:o,l=un(n)!==i||un(o)!==s;return l&&(n=i,o=s),{width:n,height:o,$:l}}function Ie(e){return e instanceof be(e).Element}function So(e){return Ie(e)?e:e.contextElement}function at(e){const t=So(e);if(!ke(t))return Ae(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:i}=ka(t);let s=(i?un(n.width):n.width)/o,l=(i?un(n.height):n.height)/r;return s&&Number.isFinite(s)||(s=1),l&&Number.isFinite(l)||(l=1),{x:s,y:l}}const D1=Ae(0);function ya(e){const t=be(e);return wo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:D1}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=Ae(1);t&&(o?Ie(o)&&(s=at(o)):s=at(e));const l=function(v,b,g){return b===void 0&&(b=!1),!(!g||b&&g!==be(v))&&b}(i,n,o)?ya(i):Ae(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 v=be(i),b=o&&Ie(o)?be(o):o;let g=v.frameElement;for(;g&&o&&b!==v;){const h=at(g),x=g.getBoundingClientRect(),$=getComputedStyle(g),k=x.left+(g.clientLeft+parseFloat($.paddingLeft))*h.x,w=x.top+(g.clientTop+parseFloat($.paddingTop))*h.y;d*=h.x,u*=h.y,p*=h.x,f*=h.y,d+=k,u+=w,g=be(g).frameElement}}return ln({width:p,height:f,x:d,y:u})}function pn(e){return Ie(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Fe(e){return((xa(e)?e.ownerDocument:e.document)||window.document).documentElement}function wa(e){return ze(Fe(e)).left+pn(e).scrollLeft}function it(e){if(Le(e)==="html")return e;const t=e.assignedSlot||e.parentNode||$a(e)&&e.host||Fe(e);return $a(t)?t.host:t}function Ca(e){const t=it(e);return dn(t)?e.ownerDocument?e.ownerDocument.body:e.body:ke(t)&&_t(t)?t:Ca(t)}function hn(e,t){var n;t===void 0&&(t=[]);const o=Ca(e),r=o===((n=e.ownerDocument)==null?void 0:n.body),i=be(o);return r?t.concat(i,i.visualViewport||[],_t(o)?o:[]):t.concat(o,hn(o))}function Sa(e,t,n){let o;if(t==="viewport")o=function(r,i){const s=be(r),l=Fe(r),d=s.visualViewport;let u=l.clientWidth,p=l.clientHeight,f=0,v=0;if(d){u=d.width,p=d.height;const b=wo();(!b||b&&i==="fixed")&&(f=d.offsetLeft,v=d.offsetTop)}return{width:u,height:p,x:f,y:v}}(e,n);else if(t==="document")o=function(r){const i=Fe(r),s=pn(r),l=r.ownerDocument.body,d=rt(i.scrollWidth,i.clientWidth,l.scrollWidth,l.clientWidth),u=rt(i.scrollHeight,i.clientHeight,l.scrollHeight,l.clientHeight);let p=-s.scrollLeft+wa(r);const f=-s.scrollTop;return Me(l).direction==="rtl"&&(p+=rt(i.clientWidth,l.clientWidth)-d),{width:d,height:u,x:p,y:f}}(Fe(e));else if(Ie(t))o=function(r,i){const s=ze(r,!0,i==="fixed"),l=s.top+r.clientTop,d=s.left+r.clientLeft,u=ke(r)?at(r):Ae(1);return{width:r.clientWidth*u.x,height:r.clientHeight*u.y,x:d*u.x,y:l*u.y}}(t,n);else{const r=ya(e);o={...t,x:t.x-r.x,y:t.y-r.y}}return ln(o)}function Ma(e,t){const n=it(e);return!(n===t||!Ie(n)||dn(n))&&(Me(n).position==="fixed"||Ma(n,t))}function L1(e,t,n){const o=ke(t),r=Fe(t),i=n==="fixed",s=ze(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const d=Ae(0);if(o||!o&&!i)if((Le(t)!=="body"||_t(r))&&(l=pn(t)),ke(t)){const u=ze(t,!0,i,t);d.x=u.x+t.clientLeft,d.y=u.y+t.clientTop}else r&&(d.x=wa(r));return{x:s.left+l.scrollLeft-d.x,y:s.top+l.scrollTop-d.y,width:s.width,height:s.height}}function Ea(e,t){return ke(e)&&Me(e).position!=="fixed"?t?t(e):e.offsetParent:null}function Oa(e,t){const n=be(e);if(!ke(e))return n;let o=Ea(e,t);for(;o&&T1(o)&&Me(o).position==="static";)o=Ea(o,t);return o&&(Le(o)==="html"||Le(o)==="body"&&Me(o).position==="static"&&!yo(o))?n:o||function(r){let i=it(r);for(;ke(i)&&!dn(i);){if(yo(i))return i;i=it(i)}return null}(e)||n}const A1={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:o}=e;const r=ke(n),i=Fe(n);if(n===i)return t;let s={scrollLeft:0,scrollTop:0},l=Ae(1);const d=Ae(0);if((r||!r&&o!=="fixed")&&((Le(n)!=="body"||_t(i))&&(s=pn(n)),ke(n))){const u=ze(n);l=at(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}},getDocumentElement:Fe,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const i=[...n==="clippingAncestors"?function(d,u){const p=u.get(d);if(p)return p;let f=hn(d).filter(h=>Ie(h)&&Le(h)!=="body"),v=null;const b=Me(d).position==="fixed";let g=b?it(d):d;for(;Ie(g)&&!dn(g);){const h=Me(g),x=yo(g);x||h.position!=="fixed"||(v=null),(b?!x&&!v:!x&&h.position==="static"&&v&&["absolute","fixed"].includes(v.position)||_t(g)&&!x&&Ma(d,g))?f=f.filter($=>$!==g):v=h,g=it(g)}return u.set(d,f),f}(t,this._c):[].concat(n),o],s=i[0],l=i.reduce((d,u)=>{const p=Sa(t,u,r);return d.top=rt(p.top,d.top),d.right=Co(p.right,d.right),d.bottom=Co(p.bottom,d.bottom),d.left=rt(p.left,d.left),d},Sa(t,s,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Oa,getElementRects:async function(e){let{reference:t,floating:n,strategy:o}=e;const r=this.getOffsetParent||Oa,i=this.getDimensions;return{reference:L1(t,await r(n),o),floating:{x:0,y:0,...await i(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return ka(e)},getScale:at,isElement:Ie,isRTL:function(e){return getComputedStyle(e).direction==="rtl"}};function N1(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?hn(u):[],...hn(t)]:[];p.forEach(x=>{r&&x.addEventListener("scroll",n,{passive:!0}),i&&x.addEventListener("resize",n)});const f=u&&l?function(x,$){let k,w=null;const C=Fe(x);function O(){clearTimeout(k),w&&w.disconnect(),w=null}return function P(I,D){I===void 0&&(I=!1),D===void 0&&(D=1),O();const{left:A,top:q,width:H,height:z}=x.getBoundingClientRect();if(I||$(),!H||!z)return;const B={rootMargin:-fn(q)+"px "+-fn(C.clientWidth-(A+H))+"px "+-fn(C.clientHeight-(q+z))+"px "+-fn(A)+"px",threshold:rt(0,Co(1,D))||1};let R=!0;function V(W){const re=W[0].intersectionRatio;if(re!==D){if(!R)return P();re?P(!1,re):k=setTimeout(()=>{P(!1,1e-7)},100)}R=!1}try{w=new IntersectionObserver(V,{...B,root:C.ownerDocument})}catch{w=new IntersectionObserver(V,B)}w.observe(x)}(!0),O}(u,n):null;let v,b=-1,g=null;s&&(g=new ResizeObserver(x=>{let[$]=x;$&&$.target===u&&g&&(g.unobserve(t),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{g&&g.observe(t)})),n()}),u&&!d&&g.observe(u),g.observe(t));let h=d?ze(e):null;return d&&function x(){const $=ze(e);!h||$.x===h.x&&$.y===h.y&&$.width===h.width&&$.height===h.height||n(),h=$,v=requestAnimationFrame(x)}(),n(),()=>{p.forEach(x=>{r&&x.removeEventListener("scroll",n),i&&x.removeEventListener("resize",n)}),f&&f(),g&&g.disconnect(),g=null,d&&cancelAnimationFrame(v)}}const U1=(e,t,n)=>{const o=new Map,r={platform:A1,...n},i={...r.platform,_c:o};return C1(e,t,{...r,platform:i})},B1=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 vn=typeof document<"u"?c.useLayoutEffect:c.useEffect;function bn(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(!bn(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)&&!bn(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function ja(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Pa(e,t){const n=ja(e);return Math.round(t*n)/n}function Ia(e){const t=y.useRef(e);return vn(()=>{t.current=e}),t}function Z1(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}),[v,b]=y.useState(o);bn(v,o)||b(o);const[g,h]=y.useState(null),[x,$]=y.useState(null),k=y.useCallback(W=>{W!=P.current&&(P.current=W,h(W))},[h]),w=y.useCallback(W=>{W!==I.current&&(I.current=W,$(W))},[$]),C=i||g,O=s||x,P=y.useRef(null),I=y.useRef(null),D=y.useRef(p),A=Ia(d),q=Ia(r),H=y.useCallback(()=>{if(!P.current||!I.current)return;const W={placement:t,strategy:n,middleware:v};q.current&&(W.platform=q.current),U1(P.current,I.current,W).then(re=>{const te={...re,isPositioned:!0};z.current&&!bn(D.current,te)&&(D.current=te,Ws.flushSync(()=>{f(te)}))})},[v,t,n,q]);vn(()=>{u===!1&&D.current.isPositioned&&(D.current.isPositioned=!1,f(W=>({...W,isPositioned:!1})))},[u]);const z=y.useRef(!1);vn(()=>(z.current=!0,()=>{z.current=!1}),[]),vn(()=>{if(C&&(P.current=C),O&&(I.current=O),C&&O){if(A.current)return A.current(C,O,H);H()}},[C,O,H,A]);const B=y.useMemo(()=>({reference:P,floating:I,setReference:k,setFloating:w}),[k,w]),R=y.useMemo(()=>({reference:C,floating:O}),[C,O]),V=y.useMemo(()=>{const W={position:n,left:0,top:0};if(!R.floating)return W;const re=Pa(R.floating,p.x),te=Pa(R.floating,p.y);return l?{...W,transform:"translate("+re+"px, "+te+"px)",...ja(R.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:re,top:te}},[n,l,R.floating,p.x,p.y]);return y.useMemo(()=>({...p,update:H,refs:B,elements:R,floatingStyles:V}),[p,H,B,R,V])}const H1=c.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...i}=e;return c.createElement(K.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 gn(e){const[t,n]=c.useState(void 0);return Re(()=>{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 Fa="Popper",[_a,Ne]=le(Fa),[R1,Ta]=_a(Fa),W1=e=>{const{__scopePopper:t,children:n}=e,[o,r]=c.useState(null);return c.createElement(R1,{scope:t,anchor:o,onAnchorChange:r},n)},V1="PopperAnchor",z1=c.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,i=Ta(V1,n),s=c.useRef(null),l=oe(t,s);return c.useEffect(()=>{i.onAnchorChange((o==null?void 0:o.current)||s.current)}),o?null:c.createElement(K.div,S({},r,{ref:l}))}),Da="PopperContent",[G1,K1]=_a(Da),q1=c.forwardRef((e,t)=>{var n,o,r,i,s,l,d,u;const{__scopePopper:p,side:f="bottom",sideOffset:v=0,align:b="center",alignOffset:g=0,arrowPadding:h=0,collisionBoundary:x=[],collisionPadding:$=0,sticky:k="partial",hideWhenDetached:w=!1,avoidCollisions:C=!0,onPlaced:O,...P}=e,I=Ta(Da,p),[D,A]=c.useState(null),q=oe(t,nn=>A(nn)),[H,z]=c.useState(null),B=gn(H),R=(n=B==null?void 0:B.width)!==null&&n!==void 0?n:0,V=(o=B==null?void 0:B.height)!==null&&o!==void 0?o:0,W=f+(b!=="center"?"-"+b:""),re=typeof $=="number"?$:{top:0,right:0,bottom:0,left:0,...$},te=Array.isArray(x)?x:[x],M=te.length>0,_={padding:re,boundary:te.filter(Q1),altBoundary:M},{refs:U,floatingStyles:L,placement:Y,isPositioned:ae,middlewareData:se}=Z1({strategy:"fixed",placement:W,whileElementsMounted:N1,elements:{reference:I.anchor},middleware:[P1({mainAxis:v+V,alignmentAxis:g}),C&&I1({mainAxis:!0,crossAxis:!1,limiter:k==="partial"?F1():void 0,..._}),C&&O1({..._}),_1({..._,apply:({elements:nn,rects:yt,availableWidth:wt,availableHeight:lo})=>{const{width:so,height:Ct}=yt.reference,St=nn.floating.style;St.setProperty("--radix-popper-available-width",`${wt}px`),St.setProperty("--radix-popper-available-height",`${lo}px`),St.setProperty("--radix-popper-anchor-width",`${so}px`),St.setProperty("--radix-popper-anchor-height",`${Ct}px`)}}),H&&B1({element:H,padding:h}),eu({arrowWidth:R,arrowHeight:V}),w&&j1({strategy:"referenceHidden"})]}),[ge,Ce]=La(Y),xe=me(O);Re(()=>{ae&&(xe==null||xe())},[ae,xe]);const ue=(r=se.arrow)===null||r===void 0?void 0:r.x,_e=(i=se.arrow)===null||i===void 0?void 0:i.y,Ur=((s=se.arrow)===null||s===void 0?void 0:s.centerOffset)!==0,[co,Br]=c.useState();return Re(()=>{D&&Br(window.getComputedStyle(D).zIndex)},[D]),c.createElement("div",{ref:U.setFloating,"data-radix-popper-content-wrapper":"",style:{...L,transform:ae?L.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:co,["--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(G1,{scope:p,placedSide:ge,onArrowChange:z,arrowX:ue,arrowY:_e,shouldHideArrow:Ur},c.createElement(K.div,S({"data-side":ge,"data-align":Ce},P,{ref:q,style:{...P.style,animation:ae?void 0:"none",opacity:(u=se.hide)!==null&&u!==void 0&&u.referenceHidden?0:void 0}}))))}),Y1="PopperArrow",X1={top:"bottom",right:"left",bottom:"top",left:"right"},J1=c.forwardRef(function(t,n){const{__scopePopper:o,...r}=t,i=K1(Y1,o),s=X1[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(H1,S({},r,{ref:n,style:{...r.style,display:"block"}})))});function Q1(e){return e!==null}const eu=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,v=f?0:e.arrowWidth,b=f?0:e.arrowHeight,[g,h]=La(l),x={start:"0%",center:"50%",end:"100%"}[h],$=((o=(r=u.arrow)===null||r===void 0?void 0:r.x)!==null&&o!==void 0?o:0)+v/2,k=((i=(s=u.arrow)===null||s===void 0?void 0:s.y)!==null&&i!==void 0?i:0)+b/2;let w="",C="";return g==="bottom"?(w=f?x:`${$}px`,C=`${-b}px`):g==="top"?(w=f?x:`${$}px`,C=`${d.floating.height+b}px`):g==="right"?(w=`${-b}px`,C=f?x:`${k}px`):g==="left"&&(w=`${d.floating.width+b}px`,C=f?x:`${k}px`),{data:{x:w,y:C}}}});function La(e){const[t,n="center"]=e.split("-");return[t,n]}const Tt=W1,Dt=z1,mn=q1,xn=J1,$n=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?He.createPortal(c.createElement(K.div,S({},r,{ref:t})),o):null});function tu(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=nu(t),r=typeof n=="function"?n({present:o.isPresent}):c.Children.only(n),i=oe(o.ref,r.ref);return typeof n=="function"||o.isPresent?c.cloneElement(r,{ref:i}):null};he.displayName="Presence";function nu(e){const[t,n]=c.useState(),o=c.useRef({}),r=c.useRef(e),i=c.useRef("none"),s=e?"mounted":"unmounted",[l,d]=tu(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]),Re(()=>{const u=o.current,p=r.current;if(p!==e){const v=i.current,b=kn(u);e?d("MOUNT"):b==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(p&&v!==b?"ANIMATION_OUT":"UNMOUNT"),r.current=e}},[e,d]),Re(()=>{if(t){const u=f=>{const b=kn(o.current).includes(f.animationName);f.target===t&&b&&He.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",ou={bubbles:!1,cancelable:!0},Eo="RovingFocusGroup",[Oo,Aa,ru]=ho(Eo),[au,ct]=le(Eo,[ru]),[iu,cu]=au(Eo),lu=c.forwardRef((e,t)=>c.createElement(Oo.Provider,{scope:e.__scopeRovingFocusGroup},c.createElement(Oo.Slot,{scope:e.__scopeRovingFocusGroup},c.createElement(su,S({},e,{ref:t}))))),su=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),v=oe(t,f),b=Pt(i),[g=null,h]=pe({prop:s,defaultProp:l,onChange:d}),[x,$]=c.useState(!1),k=me(u),w=Aa(n),C=c.useRef(!1),[O,P]=c.useState(0);return c.useEffect(()=>{const I=f.current;if(I)return I.addEventListener(Mo,k),()=>I.removeEventListener(Mo,k)},[k]),c.createElement(iu,{scope:n,orientation:o,dir:b,loop:r,currentTabStopId:g,onItemFocus:c.useCallback(I=>h(I),[h]),onItemShiftTab:c.useCallback(()=>$(!0),[]),onFocusableItemAdd:c.useCallback(()=>P(I=>I+1),[]),onFocusableItemRemove:c.useCallback(()=>P(I=>I-1),[])},c.createElement(K.div,S({tabIndex:x||O===0?-1:0,"data-orientation":o},p,{ref:v,style:{outline:"none",...e.style},onMouseDown:T(e.onMouseDown,()=>{C.current=!0}),onFocus:T(e.onFocus,I=>{const D=!C.current;if(I.target===I.currentTarget&&D&&!x){const A=new CustomEvent(Mo,ou);if(I.currentTarget.dispatchEvent(A),!A.defaultPrevented){const q=w().filter(V=>V.focusable),H=q.find(V=>V.active),z=q.find(V=>V.id===g),R=[H,z,...q].filter(Boolean).map(V=>V.ref.current);Na(R)}}C.current=!1}),onBlur:T(e.onBlur,()=>$(!1))})))}),du="RovingFocusGroupItem",uu=c.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:i,...s}=e,l=Se(),d=i||l,u=cu(du,n),p=u.currentTabStopId===d,f=Aa(n),{onFocusableItemAdd:v,onFocusableItemRemove:b}=u;return c.useEffect(()=>{if(o)return v(),()=>b()},[o,v,b]),c.createElement(Oo.ItemSlot,{scope:n,id:d,focusable:o,active:r},c.createElement(K.span,S({tabIndex:p?0:-1,"data-orientation":u.orientation},s,{ref:t,onMouseDown:T(e.onMouseDown,g=>{o?u.onItemFocus(d):g.preventDefault()}),onFocus:T(e.onFocus,()=>u.onItemFocus(d)),onKeyDown:T(e.onKeyDown,g=>{if(g.key==="Tab"&&g.shiftKey){u.onItemShiftTab();return}if(g.target!==g.currentTarget)return;const h=hu(g,u.orientation,u.dir);if(h!==void 0){g.preventDefault();let $=f().filter(k=>k.focusable).map(k=>k.ref.current);if(h==="last")$.reverse();else if(h==="prev"||h==="next"){h==="prev"&&$.reverse();const k=$.indexOf(g.currentTarget);$=u.loop?vu($,k+1):$.slice(k+1)}setTimeout(()=>Na($))}})})))}),fu={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 hu(e,t,n){const o=pu(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return fu[o]}function Na(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function vu(e,t){return e.map((n,o)=>e[(t+o)%e.length])}const jo=lu,Po=uu;var bu=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},lt=new WeakMap,yn=new WeakMap,wn={},Io=0,Ua=function(e){return e&&(e.host||Ua(e.parentNode))},gu=function(e,t){return t.map(function(n){if(e.contains(n))return n;var o=Ua(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})},mu=function(e,t,n,o){var r=gu(t,Array.isArray(e)?e:[e]);wn[n]||(wn[n]=new WeakMap);var i=wn[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(v){if(l.has(v))p(v);else{var b=v.getAttribute(o),g=b!==null&&b!=="false",h=(lt.get(v)||0)+1,x=(i.get(v)||0)+1;lt.set(v,h),i.set(v,x),s.push(v),h===1&&g&&yn.set(v,!0),x===1&&v.setAttribute(n,"true"),g||v.setAttribute(o,"true")}})};return p(t),l.clear(),Io++,function(){s.forEach(function(f){var v=lt.get(f)-1,b=i.get(f)-1;lt.set(f,v),i.set(f,b),v||(yn.has(f)||f.removeAttribute(o),yn.delete(f)),b||f.removeAttribute(n)}),Io--,Io||(lt=new WeakMap,lt=new WeakMap,yn=new WeakMap,wn={})}},Fo=function(e,t,n){n===void 0&&(n="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),r=t||bu(e);return r?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live]"))),mu(o,r,n,"aria-hidden")):function(){return null}},de=function(){return de=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},de.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 Ba(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 Lt="right-scroll-bar-position",At="width-before-scroll-bar",xu="with-scroll-bars-hidden",$u="--removed-body-scroll-bar-size";function ku(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function yu(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 Za(e,t){return yu(t||null,function(n){return e.forEach(function(o){return ku(o,n)})})}function wu(e){return e}function Cu(e,t){t===void 0&&(t=wu);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 Ha(e){e===void 0&&(e={});var t=Cu(null);return t.options=de({async:!0,ssr:!1},e),t}var Ra=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,de({},n))};Ra.isSideCarExport=!0;function Wa(e,t){return e.useMedium(t),Ra}var Va=Ha(),To=function(){},Cn=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,v=e.sideCar,b=e.noIsolation,g=e.inert,h=e.allowPinchZoom,x=e.as,$=x===void 0?"div":x,k=_o(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=v,C=Za([n,t]),O=de(de({},k),r);return y.createElement(y.Fragment,null,p&&y.createElement(w,{sideCar:Va,removeScrollBar:u,shards:f,noIsolation:b,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n}),s?y.cloneElement(y.Children.only(l),de(de({},O),{ref:C})):y.createElement($,de({},O,{className:d,ref:C}),l))});Cn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Cn.classNames={fullWidth:At,zeroRight:Lt};var za,Su=function(){if(za)return za;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function Mu(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=Su();return t&&e.setAttribute("nonce",t),e}function Eu(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function Ou(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var ju=function(){var e=0,t=null;return{add:function(n){e==0&&(t=Mu())&&(Eu(t,n),Ou(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Pu=function(){var e=ju();return function(t,n){y.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Do=function(){var e=Pu(),t=function(n){var o=n.styles,r=n.dynamic;return e(o,r),null};return t},Iu={left:0,top:0,right:0,gap:0},Lo=function(e){return parseInt(e||"",10)||0},Fu=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[Lo(n),Lo(o),Lo(r)]},_u=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Iu;var t=Fu(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])}},Tu=Do(),Du=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(xu,` {
|
|
84
|
+
overflow: hidden `).concat(o,`;
|
|
85
|
+
padding-right: `).concat(l,"px ").concat(o,`;
|
|
86
|
+
}
|
|
87
|
+
body {
|
|
88
|
+
overflow: hidden `).concat(o,`;
|
|
89
|
+
overscroll-behavior: contain;
|
|
90
|
+
`).concat([t&&"position: relative ".concat(o,";"),n==="margin"&&`
|
|
91
|
+
padding-left: `.concat(r,`px;
|
|
92
|
+
padding-top: `).concat(i,`px;
|
|
93
|
+
padding-right: `).concat(s,`px;
|
|
94
|
+
margin-left:0;
|
|
95
|
+
margin-top:0;
|
|
96
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
97
|
+
`),n==="padding"&&"padding-right: ".concat(l,"px ").concat(o,";")].filter(Boolean).join(""),`
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.`).concat(Lt,` {
|
|
101
|
+
right: `).concat(l,"px ").concat(o,`;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.`).concat(At,` {
|
|
105
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.`).concat(Lt," .").concat(Lt,` {
|
|
109
|
+
right: 0 `).concat(o,`;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.`).concat(At," .").concat(At,` {
|
|
113
|
+
margin-right: 0 `).concat(o,`;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
body {
|
|
117
|
+
`).concat($u,": ").concat(l,`px;
|
|
118
|
+
}
|
|
119
|
+
`)},Ga=function(e){var t=e.noRelative,n=e.noImportant,o=e.gapMode,r=o===void 0?"margin":o,i=y.useMemo(function(){return _u(r)},[r]);return y.createElement(Tu,{styles:Du(i,!t,r,n?"":"!important")})},Ao=!1;if(typeof window<"u")try{var Sn=Object.defineProperty({},"passive",{get:function(){return Ao=!0,!0}});window.addEventListener("test",Sn,Sn),window.removeEventListener("test",Sn,Sn)}catch{Ao=!1}var st=Ao?{passive:!1}:!1,Lu=function(e){return e.tagName==="TEXTAREA"},Ka=function(e,t){var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!Lu(e)&&n[t]==="visible")},Au=function(e){return Ka(e,"overflowY")},Nu=function(e){return Ka(e,"overflowX")},qa=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=Ya(e,n);if(o){var r=Xa(e,n),i=r[1],s=r[2];if(i>s)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},Uu=function(e){var t=e.scrollTop,n=e.scrollHeight,o=e.clientHeight;return[t,n,o]},Bu=function(e){var t=e.scrollLeft,n=e.scrollWidth,o=e.clientWidth;return[t,n,o]},Ya=function(e,t){return e==="v"?Au(t):Nu(t)},Xa=function(e,t){return e==="v"?Uu(t):Bu(t)},Zu=function(e,t){return e==="h"&&t==="rtl"?-1:1},Hu=function(e,t,n,o,r){var i=Zu(e,window.getComputedStyle(t).direction),s=i*o,l=n.target,d=t.contains(l),u=!1,p=s>0,f=0,v=0;do{var b=Xa(e,l),g=b[0],h=b[1],x=b[2],$=h-x-i*g;(g||$)&&Ya(e,l)&&(f+=$,v+=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&&v===0||!r&&-s>v))&&(u=!0),u},Mn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Ja=function(e){return[e.deltaX,e.deltaY]},Qa=function(e){return e&&"current"in e?e.current:e},Ru=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Wu=function(e){return`
|
|
120
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
121
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
122
|
+
`)},Vu=0,dt=[];function zu(e){var t=y.useRef([]),n=y.useRef([0,0]),o=y.useRef(),r=y.useState(Vu++)[0],i=y.useState(function(){return Do()})[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 h=Ba([e.lockRef.current],(e.shards||[]).map(Qa),!0).filter(Boolean);return h.forEach(function(x){return x.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),h.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=y.useCallback(function(h,x){if("touches"in h&&h.touches.length===2)return!s.current.allowPinchZoom;var $=Mn(h),k=n.current,w="deltaX"in h?h.deltaX:k[0]-$[0],C="deltaY"in h?h.deltaY:k[1]-$[1],O,P=h.target,I=Math.abs(w)>Math.abs(C)?"h":"v";if("touches"in h&&I==="h"&&P.type==="range")return!1;var D=qa(I,P);if(!D)return!0;if(D?O=I:(O=I==="v"?"h":"v",D=qa(I,P)),!D)return!1;if(!o.current&&"changedTouches"in h&&(w||C)&&(o.current=O),!O)return!0;var A=o.current||O;return Hu(A,x,h,A==="h"?w:C,!0)},[]),d=y.useCallback(function(h){var x=h;if(!(!dt.length||dt[dt.length-1]!==i)){var $="deltaY"in x?Ja(x):Mn(x),k=t.current.filter(function(O){return O.name===x.type&&O.target===x.target&&Ru(O.delta,$)})[0];if(k&&k.should){x.cancelable&&x.preventDefault();return}if(!k){var w=(s.current.shards||[]).map(Qa).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(h,x,$,k){var w={name:h,delta:x,target:$,should:k};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(C){return C!==w})},1)},[]),p=y.useCallback(function(h){n.current=Mn(h),o.current=void 0},[]),f=y.useCallback(function(h){u(h.type,Ja(h),h.target,l(h,e.lockRef.current))},[]),v=y.useCallback(function(h){u(h.type,Mn(h),h.target,l(h,e.lockRef.current))},[]);y.useEffect(function(){return dt.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:v}),document.addEventListener("wheel",d,st),document.addEventListener("touchmove",d,st),document.addEventListener("touchstart",p,st),function(){dt=dt.filter(function(h){return h!==i}),document.removeEventListener("wheel",d,st),document.removeEventListener("touchmove",d,st),document.removeEventListener("touchstart",p,st)}},[]);var b=e.removeScrollBar,g=e.inert;return y.createElement(y.Fragment,null,g?y.createElement(i,{styles:Wu(r)}):null,b?y.createElement(Ga,{gapMode:"margin"}):null)}const Gu=Wa(Va,zu);var ei=y.forwardRef(function(e,t){return y.createElement(Cn,de({},e,{ref:t,sideCar:Gu}))});ei.classNames=Cn.classNames;const ti=ei,No=["Enter"," "],Ku=["ArrowDown","PageUp","Home"],ni=["ArrowUp","PageDown","End"],qu=[...Ku,...ni],Yu={ltr:[...No,"ArrowRight"],rtl:[...No,"ArrowLeft"]},Xu={ltr:["ArrowLeft"],rtl:["ArrowRight"]},En="Menu",[Nt,Ju,Qu]=ho(En),[Ge,On]=le(En,[Qu,Ne,ct]),Ut=Ne(),oi=ct(),[ri,Ue]=Ge(En),[ef,Bt]=Ge(En),tf=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:i,modal:s=!0}=e,l=Ut(t),[d,u]=c.useState(null),p=c.useRef(!1),f=me(i),v=Pt(r);return c.useEffect(()=>{const b=()=>{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",b,{capture:!0}),()=>{document.removeEventListener("keydown",b,{capture:!0}),document.removeEventListener("pointerdown",g,{capture:!0}),document.removeEventListener("pointermove",g,{capture:!0})}},[]),c.createElement(Tt,l,c.createElement(ri,{scope:t,open:n,onOpenChange:f,content:d,onContentChange:u},c.createElement(ef,{scope:t,onClose:c.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:p,dir:v,modal:s},o)))},ai=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Ut(n);return c.createElement(Dt,S({},r,o,{ref:t}))}),ii="MenuPortal",[nf,ci]=Ge(ii,{forceMount:void 0}),of=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,i=Ue(ii,t);return c.createElement(nf,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement($n,{asChild:!0,container:r},o)))},ye="MenuContent",[rf,Uo]=Ge(ye),af=c.forwardRef((e,t)=>{const n=ci(ye,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=Ue(ye,e.__scopeMenu),s=Bt(ye,e.__scopeMenu);return c.createElement(Nt.Provider,{scope:e.__scopeMenu},c.createElement(he,{present:o||i.open},c.createElement(Nt.Slot,{scope:e.__scopeMenu},s.modal?c.createElement(cf,S({},r,{ref:t})):c.createElement(lf,S({},r,{ref:t})))))}),cf=c.forwardRef((e,t)=>{const n=Ue(ye,e.__scopeMenu),o=c.useRef(null),r=oe(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:T(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)}))}),lf=c.forwardRef((e,t)=>{const n=Ue(ye,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:v,onDismiss:b,disableOutsideScroll:g,...h}=e,x=Ue(ye,n),$=Bt(ye,n),k=Ut(n),w=oi(n),C=Ju(n),[O,P]=c.useState(null),I=c.useRef(null),D=oe(t,I,x.onContentChange),A=c.useRef(0),q=c.useRef(""),H=c.useRef(0),z=c.useRef(null),B=c.useRef("right"),R=c.useRef(0),V=g?ti:c.Fragment,W=g?{as:nt,allowPinchZoom:!0}:void 0,re=M=>{var _,U;const L=q.current+M,Y=C().filter(ue=>!ue.disabled),ae=document.activeElement,se=(_=Y.find(ue=>ue.ref.current===ae))===null||_===void 0?void 0:_.textValue,ge=Y.map(ue=>ue.textValue),Ce=xf(ge,L,se),xe=(U=Y.find(ue=>ue.textValue===Ce))===null||U===void 0?void 0:U.ref.current;(function ue(_e){q.current=_e,window.clearTimeout(A.current),_e!==""&&(A.current=window.setTimeout(()=>ue(""),1e3))})(L),xe&&setTimeout(()=>xe.focus())};c.useEffect(()=>()=>window.clearTimeout(A.current),[]),ra();const te=c.useCallback(M=>{var _,U;return B.current===((_=z.current)===null||_===void 0?void 0:_.side)&&kf(M,(U=z.current)===null||U===void 0?void 0:U.area)},[]);return c.createElement(rf,{scope:n,searchRef:q,onItemEnter:c.useCallback(M=>{te(M)&&M.preventDefault()},[te]),onItemLeave:c.useCallback(M=>{var _;te(M)||((_=I.current)===null||_===void 0||_.focus(),P(null))},[te]),onTriggerLeave:c.useCallback(M=>{te(M)&&M.preventDefault()},[te]),pointerGraceTimerRef:H,onPointerGraceIntentChange:c.useCallback(M=>{z.current=M},[])},c.createElement(V,W,c.createElement(ca,{asChild:!0,trapped:r,onMountAutoFocus:T(i,M=>{var _;M.preventDefault(),(_=I.current)===null||_===void 0||_.focus()}),onUnmountAutoFocus:s},c.createElement(cn,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:f,onInteractOutside:v,onDismiss:b},c.createElement(jo,S({asChild:!0},w,{dir:$.dir,orientation:"vertical",loop:o,currentTabStopId:O,onCurrentTabStopIdChange:P,onEntryFocus:T(d,M=>{$.isUsingKeyboardRef.current||M.preventDefault()})}),c.createElement(mn,S({role:"menu","aria-orientation":"vertical","data-state":fi(x.open),"data-radix-menu-content":"",dir:$.dir},k,h,{ref:D,style:{outline:"none",...h.style},onKeyDown:T(h.onKeyDown,M=>{const U=M.target.closest("[data-radix-menu-content]")===M.currentTarget,L=M.ctrlKey||M.altKey||M.metaKey,Y=M.key.length===1;U&&(M.key==="Tab"&&M.preventDefault(),!L&&Y&&re(M.key));const ae=I.current;if(M.target!==ae||!qu.includes(M.key))return;M.preventDefault();const ge=C().filter(Ce=>!Ce.disabled).map(Ce=>Ce.ref.current);ni.includes(M.key)&&ge.reverse(),gf(ge)}),onBlur:T(e.onBlur,M=>{M.currentTarget.contains(M.target)||(window.clearTimeout(A.current),q.current="")}),onPointerMove:T(e.onPointerMove,Zt(M=>{const _=M.target,U=R.current!==M.clientX;if(M.currentTarget.contains(_)&&U){const L=M.clientX>R.current?"right":"left";B.current=L,R.current=M.clientX}}))})))))))}),sf=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return c.createElement(K.div,S({role:"group"},o,{ref:t}))}),Zo="MenuItem",li="menu.itemSelect",df=c.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,i=c.useRef(null),s=Bt(Zo,e.__scopeMenu),l=Uo(Zo,e.__scopeMenu),d=oe(t,i),u=c.useRef(!1),p=()=>{const f=i.current;if(!n&&f){const v=new CustomEvent(li,{bubbles:!0,cancelable:!0});f.addEventListener(li,b=>o==null?void 0:o(b),{once:!0}),ea(f,v),v.defaultPrevented?u.current=!1:s.onClose()}};return c.createElement(si,S({},r,{ref:d,disabled:n,onClick:T(e.onClick,p),onPointerDown:f=>{var v;(v=e.onPointerDown)===null||v===void 0||v.call(e,f),u.current=!0},onPointerUp:T(e.onPointerUp,f=>{var v;u.current||(v=f.currentTarget)===null||v===void 0||v.click()}),onKeyDown:T(e.onKeyDown,f=>{const v=l.searchRef.current!=="";n||v&&f.key===" "||No.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})}))}),si=c.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...i}=e,s=Uo(Zo,n),l=oi(n),d=c.useRef(null),u=oe(t,d),[p,f]=c.useState(!1),[v,b]=c.useState("");return c.useEffect(()=>{const g=d.current;if(g){var h;b(((h=g.textContent)!==null&&h!==void 0?h:"").trim())}},[i.children]),c.createElement(Nt.ItemSlot,{scope:n,disabled:o,textValue:r??v},c.createElement(Po,S({asChild:!0},l,{focusable:!o}),c.createElement(K.div,S({role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0},i,{ref:u,onPointerMove:T(e.onPointerMove,Zt(g=>{o?s.onItemLeave(g):(s.onItemEnter(g),g.defaultPrevented||g.currentTarget.focus())})),onPointerLeave:T(e.onPointerLeave,Zt(g=>s.onItemLeave(g))),onFocus:T(e.onFocus,()=>f(!0)),onBlur:T(e.onBlur,()=>f(!1))}))))});Ge("MenuRadioGroup",{value:void 0,onValueChange:()=>{}}),Ge("MenuItemIndicator",{checked:!1});const uf=c.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Ut(n);return c.createElement(xn,S({},r,o,{ref:t}))}),di="MenuSub",[ff,ui]=Ge(di),pf=e=>{const{__scopeMenu:t,children:n,open:o=!1,onOpenChange:r}=e,i=Ue(di,t),s=Ut(t),[l,d]=c.useState(null),[u,p]=c.useState(null),f=me(r);return c.useEffect(()=>(i.open===!1&&f(!1),()=>f(!1)),[i.open,f]),c.createElement(Tt,s,c.createElement(ri,{scope:t,open:o,onOpenChange:f,content:u,onContentChange:p},c.createElement(ff,{scope:t,contentId:Se(),triggerId:Se(),trigger:l,onTriggerChange:d},n)))},jn="MenuSubTrigger",hf=c.forwardRef((e,t)=>{const n=Ue(jn,e.__scopeMenu),o=Bt(jn,e.__scopeMenu),r=ui(jn,e.__scopeMenu),i=Uo(jn,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(ai,S({asChild:!0},u),c.createElement(si,S({id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":fi(n.open)},e,{ref:an(t,r.onTriggerChange),onClick:f=>{var v;(v=e.onClick)===null||v===void 0||v.call(e,f),!(e.disabled||f.defaultPrevented)&&(f.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:T(e.onPointerMove,Zt(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:T(e.onPointerLeave,Zt(f=>{var v;p();const b=(v=n.content)===null||v===void 0?void 0:v.getBoundingClientRect();if(b){var g;const h=(g=n.content)===null||g===void 0?void 0:g.dataset.side,x=h==="right",$=x?-5:5,k=b[x?"left":"right"],w=b[x?"right":"left"];i.onPointerGraceIntentChange({area:[{x:f.clientX+$,y:f.clientY},{x:k,y:b.top},{x:w,y:b.top},{x:w,y:b.bottom},{x:k,y:b.bottom}],side:h}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(f),f.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:T(e.onKeyDown,f=>{const v=i.searchRef.current!=="";if(!(e.disabled||v&&f.key===" ")&&Yu[o.dir].includes(f.key)){var b;n.onOpenChange(!0),(b=n.content)===null||b===void 0||b.focus(),f.preventDefault()}})})))}),vf="MenuSubContent",bf=c.forwardRef((e,t)=>{const n=ci(ye,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=Ue(ye,e.__scopeMenu),s=Bt(ye,e.__scopeMenu),l=ui(vf,e.__scopeMenu),d=c.useRef(null),u=oe(t,d);return c.createElement(Nt.Provider,{scope:e.__scopeMenu},c.createElement(he,{present:o||i.open},c.createElement(Nt.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:T(e.onFocusOutside,p=>{p.target!==l.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:T(e.onEscapeKeyDown,p=>{s.onClose(),p.preventDefault()}),onKeyDown:T(e.onKeyDown,p=>{const f=p.currentTarget.contains(p.target),v=Xu[s.dir].includes(p.key);if(f&&v){var b;i.onOpenChange(!1),(b=l.trigger)===null||b===void 0||b.focus(),p.preventDefault()}})})))))});function fi(e){return e?"open":"closed"}function gf(e){const t=document.activeElement;for(const n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function mf(e,t){return e.map((n,o)=>e[(t+o)%e.length])}function xf(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=mf(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 $f(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 kf(e,t){if(!t)return!1;const n={x:e.clientX,y:e.clientY};return $f(n,t)}function Zt(e){return t=>t.pointerType==="mouse"?e(t):void 0}const pi=tf,hi=ai,vi=of,bi=af,gi=sf,mi=df,xi=uf,$i=pf,ki=hf,yi=bf,wi="DropdownMenu",[yf,E9]=le(wi,[On]),Ee=On(),[wf,Ci]=yf(wi),Cf=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:i,onOpenChange:s,modal:l=!0}=e,d=Ee(t),u=c.useRef(null),[p=!1,f]=pe({prop:r,defaultProp:i,onChange:s});return c.createElement(wf,{scope:t,triggerId:Se(),triggerRef:u,contentId:Se(),open:p,onOpenChange:f,onOpenToggle:c.useCallback(()=>f(v=>!v),[f]),modal:l},c.createElement(pi,S({},d,{open:p,onOpenChange:f,dir:o,modal:l}),n))},Sf="DropdownMenuTrigger",Mf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,i=Ci(Sf,n),s=Ee(n);return c.createElement(hi,S({asChild:!0},s),c.createElement(K.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:an(t,i.triggerRef),onPointerDown:T(e.onPointerDown,l=>{!o&&l.button===0&&l.ctrlKey===!1&&(i.onOpenToggle(),i.open||l.preventDefault())}),onKeyDown:T(e.onKeyDown,l=>{o||(["Enter"," "].includes(l.key)&&i.onOpenToggle(),l.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})))}),Ef=e=>{const{__scopeDropdownMenu:t,...n}=e,o=Ee(t);return c.createElement(vi,S({},o,n))},Of="DropdownMenuContent",jf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ci(Of,n),i=Ee(n),s=c.useRef(!1);return c.createElement(bi,S({id:r.contentId,"aria-labelledby":r.triggerId},i,o,{ref:t,onCloseAutoFocus:T(e.onCloseAutoFocus,l=>{var d;s.current||(d=r.triggerRef.current)===null||d===void 0||d.focus(),s.current=!1,l.preventDefault()}),onInteractOutside:T(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)"}}))}),Pf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ee(n);return c.createElement(gi,S({},r,o,{ref:t}))}),If=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ee(n);return c.createElement(mi,S({},r,o,{ref:t}))}),Ff=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ee(n);return c.createElement(xi,S({},r,o,{ref:t}))}),_f=e=>{const{__scopeDropdownMenu:t,children:n,open:o,onOpenChange:r,defaultOpen:i}=e,s=Ee(t),[l=!1,d]=pe({prop:o,defaultProp:i,onChange:r});return c.createElement($i,S({},s,{open:l,onOpenChange:d}),n)},Tf=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ee(n);return c.createElement(ki,S({},r,o,{ref:t}))}),Df=c.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Ee(n);return c.createElement(yi,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)"}}))}),Lf=Cf,Af=Mf,Nf=Ef,Uf=jf,Bf=Pf,Zf=If,Hf=Ff,Rf=_f,Wf=Tf,Vf=Df,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})=>`
|
|
123
|
+
border: 1px solid ${e.click.genericMenu.panel.color.stroke.default};
|
|
124
|
+
background: ${e.click.genericMenu.panel.color.background.default};
|
|
125
|
+
box-shadow: ${e.click.genericMenu.panel.shadow.default};
|
|
126
|
+
border-radius: ${e.click.genericMenu.panel.radii.all};
|
|
127
|
+
`,({$showArrow:e})=>e?`
|
|
128
|
+
&[data-side="bottom"] {
|
|
129
|
+
margin-top: -1px;
|
|
130
|
+
}
|
|
131
|
+
&[data-side="top"] {
|
|
132
|
+
margin-bottom: 1px;
|
|
133
|
+
}
|
|
134
|
+
&[data-side="left"] {
|
|
135
|
+
margin-right: -1px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
&[data-side="right"] {
|
|
139
|
+
margin-left: -1px;
|
|
140
|
+
}
|
|
141
|
+
`:""),zf=E.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
|
+
border: 1px solid ${e.click.popover.color.panel.stroke.default};
|
|
143
|
+
background: ${e.click.popover.color.panel.background.default};
|
|
144
|
+
padding: ${e.click.popover.space.y} ${e.click.popover.space.x};
|
|
145
|
+
border-radius: ${e.click.popover.radii.all};
|
|
146
|
+
box-shadow: ${e.click.popover.shadow.default};
|
|
147
|
+
`,({$showArrow:e})=>e?"margin: -1px 0;":""),Pn=E.svg.withConfig({componentId:"sc-1fv0ktx-2"})(["filter:drop-shadow(rgba(0,0,0,0.1) 0px 4px 6px);",";"],({theme:e})=>`
|
|
148
|
+
fill: ${e.click.genericMenu.panel.color.background.default};
|
|
149
|
+
stroke: ${e.click.genericMenu.panel.color.stroke.default};
|
|
150
|
+
`),Ro=E.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
|
+
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
152
|
+
gap: ${e.click.genericMenu.item.space.gap};
|
|
153
|
+
font: ${e.click.genericMenu.item.typography.label.default};
|
|
154
|
+
background: ${e.click.genericMenu.item.color.background.default};
|
|
155
|
+
color: ${e.click.genericMenu.item.color.text.default};
|
|
156
|
+
&[data-highlighted] {
|
|
157
|
+
font: ${e.click.genericMenu.item.typography.label.hover};
|
|
158
|
+
background: ${e.click.genericMenu.item.color.background.hover};
|
|
159
|
+
color:${e.click.genericMenu.item.color.text.hover};
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
}
|
|
162
|
+
&[data-state="open"] {
|
|
163
|
+
background:${e.click.genericMenu.item.color.background.active};
|
|
164
|
+
color:${e.click.genericMenu.item.color.text.active};
|
|
165
|
+
font: ${e.click.genericMenu.item.typography.label.active};
|
|
166
|
+
}
|
|
167
|
+
&[data-disabled] {
|
|
168
|
+
background:${e.click.genericMenu.item.color.background.disabled};
|
|
169
|
+
color:${e.click.genericMenu.item.color.text.disabled};
|
|
170
|
+
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
171
|
+
pointer-events: none;
|
|
172
|
+
}
|
|
173
|
+
`),In=e=>a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"10",viewBox:"0 0 30 10",fill:"none",...e,children:a.jsx("path",{d:"M0 -1L15 9L30 -1",strokeWidth:"1.5",strokeLinejoin:"round"})}),ve=e=>a.jsx(Lf,{...e}),Si=E(Ro).withConfig({componentId:"sc-18bhwbw-0"})(['position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{position:relative;left:0.5rem;}']),Gf=E(Af).withConfig({componentId:"sc-18bhwbw-1"})(["cursor:pointer;width:fit-content;"]),Mi=({sub:e,...t})=>{if(e){const{children:n,...o}=t;return a.jsxs(Si,{as:Wf,...o,children:[n,a.jsx("div",{className:"dropdown-arrow",children:a.jsx(J,{name:"chevron-right"})})]})}return a.jsx(Gf,{asChild:!0,...t})};Mi.displayName="DropdownTrigger",ve.Trigger=Mi;const Kf=E(Ho).withConfig({componentId:"sc-18bhwbw-2"})(["flex-direction:column;z-index:1;"]),Ei=({sub:e,children:t,showArrow:n,...o})=>{const r=e?Vf:Uf;return a.jsx(Nf,{children:a.jsxs(Kf,{$type:"dropdown-menu",$showArrow:n,as:r,loop:!0,...o,children:[n&&a.jsx(Pn,{asChild:!0,as:Hf,width:20,height:10,children:a.jsx(In,{})}),t]})})};Ei.displayName="DropdownContent",ve.Content=Ei;const qf=E(Bf).withConfig({componentId:"sc-18bhwbw-3"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),Oi=e=>a.jsx(qf,{...e});Oi.displayName="DropdownGroup",ve.Group=Oi;const Yf=E(Rf).withConfig({componentId:"sc-18bhwbw-4"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),ji=({...e})=>a.jsx(Yf,{...e});ji.displayName="DropdownSub",ve.Sub=ji;const Pi=e=>a.jsx(Si,{as:Zf,...e});Pi.displayName="DropdownItem",ve.Item=Pi;const Ii="Collapsible",[Xf,Fi]=le(Ii),[Jf,Wo]=Xf(Ii),Qf=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,open:o,defaultOpen:r,disabled:i,onOpenChange:s,...l}=e,[d=!1,u]=pe({prop:o,defaultProp:r,onChange:s});return c.createElement(Jf,{scope:n,disabled:i,contentId:Se(),open:d,onOpenToggle:c.useCallback(()=>u(p=>!p),[u])},c.createElement(K.div,S({"data-state":Vo(d),"data-disabled":i?"":void 0},l,{ref:t})))}),e0="CollapsibleTrigger",t0=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,...o}=e,r=Wo(e0,n);return c.createElement(K.button,S({type:"button","aria-controls":r.contentId,"aria-expanded":r.open||!1,"data-state":Vo(r.open),"data-disabled":r.disabled?"":void 0,disabled:r.disabled},o,{ref:t,onClick:T(e.onClick,r.onOpenToggle)}))}),_i="CollapsibleContent",n0=c.forwardRef((e,t)=>{const{forceMount:n,...o}=e,r=Wo(_i,e.__scopeCollapsible);return c.createElement(he,{present:n||r.open},({present:i})=>c.createElement(o0,S({},o,{ref:t,present:i})))}),o0=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,present:o,children:r,...i}=e,s=Wo(_i,n),[l,d]=c.useState(o),u=c.useRef(null),p=oe(t,u),f=c.useRef(0),v=f.current,b=c.useRef(0),g=b.current,h=s.open||l,x=c.useRef(h),$=c.useRef();return c.useEffect(()=>{const k=requestAnimationFrame(()=>x.current=!1);return()=>cancelAnimationFrame(k)},[]),Re(()=>{const k=u.current;if(k){$.current=$.current||{transitionDuration:k.style.transitionDuration,animationName:k.style.animationName},k.style.transitionDuration="0s",k.style.animationName="none";const w=k.getBoundingClientRect();f.current=w.height,b.current=w.width,x.current||(k.style.transitionDuration=$.current.transitionDuration,k.style.animationName=$.current.animationName),d(o)}},[s.open,o]),c.createElement(K.div,S({"data-state":Vo(s.open),"data-disabled":s.disabled?"":void 0,id:s.contentId,hidden:!h},i,{ref:p,style:{["--radix-collapsible-content-height"]:v?`${v}px`:void 0,["--radix-collapsible-content-width"]:g?`${g}px`:void 0,...e.style}}),h&&r)});function Vo(e){return e?"open":"closed"}const r0=Qf,a0=t0,i0=n0,Ke="Accordion",c0=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[zo,l0,s0]=ho(Ke),[Fn,O9]=le(Ke,[s0,Fi]),Go=Fi(),Ti=c.forwardRef((e,t)=>{const{type:n,...o}=e,r=o,i=o;return c.createElement(zo.Provider,{scope:e.__scopeAccordion},n==="multiple"?c.createElement(p0,S({},i,{ref:t})):c.createElement(f0,S({},r,{ref:t})))});Ti.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[Di,d0]=Fn(Ke),[Li,u0]=Fn(Ke,{collapsible:!1}),f0=c.forwardRef((e,t)=>{const{value:n,defaultValue:o,onValueChange:r=()=>{},collapsible:i=!1,...s}=e,[l,d]=pe({prop:n,defaultProp:o,onChange:r});return c.createElement(Di,{scope:e.__scopeAccordion,value:l?[l]:[],onItemOpen:d,onItemClose:c.useCallback(()=>i&&d(""),[i,d])},c.createElement(Li,{scope:e.__scopeAccordion,collapsible:i},c.createElement(Ai,S({},s,{ref:t}))))}),p0=c.forwardRef((e,t)=>{const{value:n,defaultValue:o,onValueChange:r=()=>{},...i}=e,[s=[],l]=pe({prop:n,defaultProp:o,onChange:r}),d=c.useCallback(p=>l((f=[])=>[...f,p]),[l]),u=c.useCallback(p=>l((f=[])=>f.filter(v=>v!==p)),[l]);return c.createElement(Di,{scope:e.__scopeAccordion,value:s,onItemOpen:d,onItemClose:u},c.createElement(Li,{scope:e.__scopeAccordion,collapsible:!0},c.createElement(Ai,S({},i,{ref:t}))))}),[h0,Ko]=Fn(Ke),Ai=c.forwardRef((e,t)=>{const{__scopeAccordion:n,disabled:o,dir:r,orientation:i="vertical",...s}=e,l=c.useRef(null),d=oe(l,t),u=l0(n),f=Pt(r)==="ltr",v=T(e.onKeyDown,b=>{var g;if(!c0.includes(b.key))return;const h=b.target,x=u().filter(A=>{var q;return!((q=A.ref.current)!==null&&q!==void 0&&q.disabled)}),$=x.findIndex(A=>A.ref.current===h),k=x.length;if($===-1)return;b.preventDefault();let w=$;const C=0,O=k-1,P=()=>{w=$+1,w>O&&(w=C)},I=()=>{w=$-1,w<C&&(w=O)};switch(b.key){case"Home":w=C;break;case"End":w=O;break;case"ArrowRight":i==="horizontal"&&(f?P():I());break;case"ArrowDown":i==="vertical"&&P();break;case"ArrowLeft":i==="horizontal"&&(f?I():P());break;case"ArrowUp":i==="vertical"&&I();break}const D=w%k;(g=x[D].ref.current)===null||g===void 0||g.focus()});return c.createElement(h0,{scope:n,disabled:o,direction:r,orientation:i},c.createElement(zo.Slot,{scope:n},c.createElement(K.div,S({},s,{"data-orientation":i,ref:d,onKeyDown:o?void 0:v}))))}),qo="AccordionItem",[v0,Ni]=Fn(qo),b0=c.forwardRef((e,t)=>{const{__scopeAccordion:n,value:o,...r}=e,i=Ko(qo,n),s=d0(qo,n),l=Go(n),d=Se(),u=o&&s.value.includes(o)||!1,p=i.disabled||e.disabled;return c.createElement(v0,{scope:n,open:u,disabled:p,triggerId:d},c.createElement(r0,S({"data-orientation":i.orientation,"data-state":$0(u)},l,r,{ref:t,disabled:p,open:u,onOpenChange:f=>{f?s.onItemOpen(o):s.onItemClose(o)}})))}),Ui="AccordionTrigger",g0=c.forwardRef((e,t)=>{const{__scopeAccordion:n,...o}=e,r=Ko(Ke,n),i=Ni(Ui,n),s=u0(Ui,n),l=Go(n);return c.createElement(zo.ItemSlot,{scope:n},c.createElement(a0,S({"aria-disabled":i.open&&!s.collapsible||void 0,"data-orientation":r.orientation,id:i.triggerId},l,o,{ref:t})))}),m0="AccordionContent",x0=c.forwardRef((e,t)=>{const{__scopeAccordion:n,...o}=e,r=Ko(Ke,n),i=Ni(m0,n),s=Go(n);return c.createElement(i0,S({role:"region","aria-labelledby":i.triggerId,"data-orientation":r.orientation},s,o,{ref:t,style:{["--radix-accordion-content-height"]:"var(--radix-collapsible-content-height)",["--radix-accordion-content-width"]:"var(--radix-collapsible-content-width)",...e.style}}))});function $0(e){return e?"open":"closed"}const k0=Ti,y0=b0,w0=g0,C0=x0,Bi=({title:e,size:t="md",icon:n,iconSize:o,children:r,...i})=>a.jsx(k0,{type:"single",collapsible:!0,...i,children:a.jsxs(y0,{value:"item",children:[a.jsxs(_n,{$size:t,children:[a.jsxs(S0,{children:[a.jsx(Ht,{children:a.jsx(J,{name:"chevron-right",size:o||t})}),n?a.jsx(J,{name:n,size:o||t}):null]}),a.jsx("p",{children:e})]}),a.jsx(M0,{children:r})]})}),_n=E(w0).withConfig({componentId:"sc-1ysh219-0"})(["border:none;padding:0;background-color:transparent;display:flex;align-items:center;",""],({theme:e,$size:t="md"})=>`
|
|
174
|
+
gap: ${e.click.accordion[t].space.gap};
|
|
175
|
+
color: ${e.click.accordion.color.label.default};
|
|
176
|
+
font: ${e.click.accordion[t].typography.label.default};
|
|
177
|
+
|
|
178
|
+
&:active {
|
|
179
|
+
color: ${e.click.accordion.color.label.active};
|
|
180
|
+
font: ${e.click.accordion[t].typography.label.active};
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&:hover {
|
|
184
|
+
color: ${e.click.accordion.color.label.hover};
|
|
185
|
+
font: ${e.click.accordion[t].typography.label.hover};
|
|
186
|
+
cursor: pointer;
|
|
187
|
+
}
|
|
188
|
+
`),Ht=E.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);}"],_n),S0=E.div.withConfig({componentId:"sc-1ysh219-2"})(["display:flex;align-items:center;justify-content:center;"]),M0=E(C0).withConfig({componentId:"sc-1ysh219-3"})([""]);E(Bi).withConfig({componentId:"sc-1ysh219-4"})(["","{gap:",";}p{margin:0;}","{visibility:hidden;}&:hover ","{visibility:revert;}&:active ","{visibility:revert;}","[data-state='open'] ","{visibility:revert;}"],_n,({theme:e})=>e.click.sidebar.navigation.item.default.space.gap,Ht,Ht,Ht,_n,Ht);const E0=E(Bi).withConfig({componentId:"sc-1ysh219-5"})([""]),O0={neutral:"information",success:"check",warning:"warning",danger:"warning",info:"information"},Rt=({text:e,title:t="",size:n="small",state:o="neutral",showIcon:r=!0,dismissible:i,...s})=>{const[l,d]=c.useState(!0);return l?a.jsxs(j0,{$size:n,$state:o,"data-testid":"click-alert",...s,children:[r&&a.jsx(P0,{$state:o,$size:n,children:a.jsx(I0,{$size:n,name:O0[o]})}),a.jsxs(F0,{$state:o,$size:n,children:[t&&a.jsx(_0,{$size:n,children:t}),a.jsx(T0,{$size:n,children:e})]}),i&&a.jsx(D0,{"data-testid":"click-alert-dismiss-button",onClick:()=>d(!1),children:a.jsx(J,{name:"cross"})})]}):null},j0=E.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]),P0=E.div.withConfig({componentId:"sc-1wvczk0-1"})(["display:flex;align-items:center;",""],({$state:e="neutral",$size:t,theme:n})=>`
|
|
189
|
+
background-color: ${n.click.alert.color.iconBackground[e]}};
|
|
190
|
+
color: ${n.click.alert.color.iconForeground[e]};
|
|
191
|
+
border-top-left-radius: ${n.click.alert.radii.end};
|
|
192
|
+
border-bottom-left-radius: ${n.click.alert.radii.end};
|
|
193
|
+
padding: ${n.click.alert[t].space.y} ${n.click.alert[t].space.x};
|
|
194
|
+
`),I0=E(J).withConfig({componentId:"sc-1wvczk0-2"})(["",""],({$size:e,theme:t})=>`
|
|
195
|
+
height: ${t.click.alert[e].icon.height};
|
|
196
|
+
width: ${t.click.alert[e].icon.width};
|
|
197
|
+
`),F0=E.div.withConfig({componentId:"sc-1wvczk0-3"})(["display:flex;flex-flow:column;",""],({$size:e,theme:t})=>`
|
|
198
|
+
gap: ${t.click.alert[e].space.gap};
|
|
199
|
+
padding: ${t.click.alert[e].space.y} ${t.click.alert[e].space.x};
|
|
200
|
+
`),_0=E.h6.withConfig({componentId:"sc-1wvczk0-4"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.title.default),T0=E.p.withConfig({componentId:"sc-1wvczk0-5"})(["margin:0;font:",";"],({theme:e,$size:t})=>e.click.alert[t].typography.text.default),D0=E.button.withConfig({componentId:"sc-1wvczk0-6"})(["display:flex;align-items:center;margin-left:auto;border:none;background-color:transparent;color:inherit;"]),L0=e=>a.jsx(Rt,{...e,state:"danger"}),A0=e=>a.jsx(Rt,{...e,state:"info"}),N0=e=>a.jsx(Rt,{...e,state:"success"}),U0=e=>a.jsx(Rt,{...e,state:"warning"}),Zi="Avatar",[B0,j9]=le(Zi),[Z0,H0]=B0(Zi),R0=c.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[r,i]=c.useState("idle");return c.createElement(Z0,{scope:n,imageLoadingStatus:r,onImageLoadingStatusChange:i},c.createElement(K.span,S({},o,{ref:t})))}),W0="AvatarFallback",V0=c.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...r}=e,i=H0(W0,n),[s,l]=c.useState(o===void 0);return c.useEffect(()=>{if(o!==void 0){const d=window.setTimeout(()=>l(!0),o);return()=>window.clearTimeout(d)}},[o]),s&&i.imageLoadingStatus!=="loaded"?c.createElement(K.span,S({},r,{ref:t})):null}),z0=R0,G0=V0,K0=({text:e="",textSize:t="sm",...n})=>a.jsx(q0,{...n,children:a.jsx(Y0,{$textSize:t,children:e})}),q0=E(z0).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),Y0=E(G0).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
|
+
font: ${e.click.avatar.typography.label[t].default};
|
|
202
|
+
|
|
203
|
+
&:active {
|
|
204
|
+
font: ${e.click.avatar.typography.label[t].active};
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
&:hover {
|
|
208
|
+
font: ${e.click.avatar.typography.label[t].hover};
|
|
209
|
+
}
|
|
210
|
+
`),X0=E.div.withConfig({componentId:"sc-471xo0-0"})(["display:inline-block;",""],({$state:e="default",$size:t="md",theme:n})=>`
|
|
211
|
+
background-color: ${n.click.badge.color.background[e]};
|
|
212
|
+
color: ${n.click.badge.color.text[e]};
|
|
213
|
+
font: ${n.click.badge.typography.label[t].default};
|
|
214
|
+
border-radius: ${n.click.badge.radii.all};
|
|
215
|
+
border: ${n.click.badge.stroke} solid ${n.click.badge.color.stroke[e]};
|
|
216
|
+
padding: ${n.click.badge.space[t].y} ${n.click.badge.space[t].x};
|
|
217
|
+
`),J0=E.div.withConfig({componentId:"sc-471xo0-1"})(["display:inline-flex;align-items:center;gap:",";"],({$size:e="md",theme:t})=>t.click.badge.space[e].gap),Q0=E.svg.withConfig({componentId:"sc-471xo0-2"})(["",""],({$state:e="default",$size:t="md",theme:n})=>`
|
|
218
|
+
color: ${n.click.badge.color.text[e]};
|
|
219
|
+
height: ${n.click.badge.icon[t].size.height};
|
|
220
|
+
width: ${n.click.badge.icon[t].size.width};
|
|
221
|
+
`),Hi=({text:e,state:t="default",size:n,dismissible:o,onClose:r})=>a.jsx(X0,{$state:t,$size:n,children:a.jsxs(J0,{children:[e,o&&a.jsx(Q0,{name:"cross",$state:t,as:J,onClick:r})]})}),ep=({labels:e,activeIndex:t,onClick:n})=>{const o=e.map((r,i)=>{const s=i===0?"left":i===e.length-1?"right":"center";return a.jsx(ap,{active:i===t,position:s,onClick:()=>n==null?void 0:n(i),children:r},i)});return a.jsx(tp,{children:o})},tp=E.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);"]),Tn="var(--click-button-button-group-radii-end)",np=`${Tn} 0px 0px ${Tn}`,op=`0px ${Tn} ${Tn} 0px`,rp="var(--click-button-button-group-radii-center)",ap=E.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"?np:e==="right"?op:rp),Ri=E.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),Wi=E.div.withConfig({componentId:"sc-1sddmxu-1"})(["",";"],({theme:e})=>`
|
|
222
|
+
font: ${e.click.field.typography.label.error};
|
|
223
|
+
color: ${e.click.field.color.label.error};
|
|
224
|
+
`);E.css(["height:1px;background-color:",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default);const Vi=E.button.withConfig({componentId:"sc-1sddmxu-2"})(["background:transparent;border:none;cursor:pointer;outline:none;padding:0;&:disabled{cursor:not-allowed;}"]);E.div.withConfig({componentId:"sc-1sddmxu-3"})(["display:grid;place-items:center;width:100%;height:100%;"]);const Yo=E.button.withConfig({componentId:"sc-1sddmxu-4"})(["display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;",""],({theme:e})=>`
|
|
225
|
+
padding: ${e.click.button.basic.space.y} ${e.click.button.basic.space.x};
|
|
226
|
+
border-radius: ${e.click.button.radii.all};
|
|
227
|
+
gap: ${e.click.button.basic.space.gap};
|
|
228
|
+
font: ${e.click.button.basic.typography.label.default};
|
|
229
|
+
&:hover {
|
|
230
|
+
font: ${e.click.button.basic.typography.label.hover};
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
&:active,
|
|
234
|
+
&:focus {
|
|
235
|
+
outline: none;
|
|
236
|
+
font: ${e.click.button.basic.typography.label.active};
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&:disabled,
|
|
240
|
+
&:disabled:hover,
|
|
241
|
+
&:disabled:active {
|
|
242
|
+
font: ${e.click.button.basic.typography.label.disabled};
|
|
243
|
+
cursor: not-allowed;
|
|
244
|
+
}
|
|
245
|
+
`),zi=({type:e="primary",iconLeft:t,iconRight:n,label:o,align:r="center",children:i,width:s,height:l,...d})=>a.jsxs(ip,{$styleType:e,$align:r,$width:s,$height:l,...d,children:[t&&a.jsx(Gi,{name:t,size:"sm"}),o||i,n&&a.jsx(Gi,{name:n,size:"sm"})]}),ip=E(Yo).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),Gi=E(J).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]),lp=({color:e,size:t,weight:n,className:o,children:r})=>a.jsx(sp,{$color:e,$size:t,$weight:n,className:o,children:r}),sp=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]),Wt=E(lp).withConfig({componentId:"sc-6r74pj-1"})([""]);Wt.displayName="Text";const dp=E.div.withConfig({componentId:"sc-1drx130-0"})(["display:flex;justify-content:space-between;align-items:center;"]),up=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),fp=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),hp=E(J).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(Wt).withConfig({componentId:"sc-1drx130-5"})([""]),Qo=E(hp).withConfig({componentId:"sc-1drx130-6"})([""]),vp=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),bp=({title:e,icon:t,badgeState:n,badgeText:o="",hasShadow:r=!1,disabled:i=!1,description:s,infoUrl:l,infoText:d})=>a.jsxs(vp,{$disabled:i,$hasShadow:r,children:[a.jsxs(dp,{children:[a.jsxs(up,{$disabled:i,children:[a.jsx(J,{name:t,size:"lg"}),a.jsx(Xo,{type:"h3",children:e})]}),o&&a.jsx(Hi,{text:o,state:i==!0?"disabled":n})]}),a.jsx(fp,{children:a.jsx(Wt,{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"})]})]}),gp=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),mp=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),xp=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),$p=({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":zi;return a.jsxs(gp,{$hasShadow:n,$size:s,$disabled:l,children:[a.jsxs(mp,{$size:s,$disabled:l,children:[a.jsx(J,{name:t}),a.jsx(Xo,{type:"h3",children:e})]}),a.jsx(xp,{$size:s,children:a.jsx(Wt,{color:"muted",children:o})}),s=="sm"&&a.jsx($l,{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 Ki="Checkbox",[kp,P9]=le(Ki),[yp,wp]=kp(Ki),Cp=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,v]=c.useState(null),b=oe(t,w=>v(w)),g=c.useRef(!1),h=f?!!f.closest("form"):!0,[x=!1,$]=pe({prop:r,defaultProp:i,onChange:u}),k=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,$]),c.createElement(yp,{scope:n,state:x,disabled:l},c.createElement(K.button,S({type:"button",role:"checkbox","aria-checked":qe(x)?"mixed":x,"aria-required":s,"data-state":qi(x),"data-disabled":l?"":void 0,disabled:l,value:d},p,{ref:b,onKeyDown:T(e.onKeyDown,w=>{w.key==="Enter"&&w.preventDefault()}),onClick:T(e.onClick,w=>{$(C=>qe(C)?!0:!C),h&&(g.current=w.isPropagationStopped(),g.current||w.stopPropagation())})})),h&&c.createElement(Ep,{control:f,bubbles:!g.current,name:o,value:d,checked:x,required:s,disabled:l,style:{transform:"translateX(-100%)"}}))}),Sp="CheckboxIndicator",Mp=c.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,i=wp(Sp,n);return c.createElement(he,{present:o||qe(i.state)||i.state===!0},c.createElement(K.span,S({"data-state":qi(i.state),"data-disabled":i.disabled?"":void 0},r,{ref:t,style:{pointerEvents:"none",...e.style}})))}),Ep=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=gn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const v=new Event("click",{bubbles:o});d.indeterminate=qe(n),f.call(d,qe(n)?!1:n),d.dispatchEvent(v)}},[s,n,o]),c.createElement("input",S({type:"checkbox","aria-hidden":!0,defaultChecked:qe(n)?!1:n},r,{tabIndex:-1,ref:i,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function qe(e){return e==="indeterminate"}function qi(e){return qe(e)?"indeterminate":e?"checked":"unchecked"}const Op=Cp,jp=Mp,Pp=({id:e,label:t="",...n})=>{const o=c.useId();return a.jsxs(Ip,{children:[a.jsx(Fp,{id:e??o,"data-testid":"checkbox",...n,children:a.jsx(_p,{children:a.jsx(J,{name:"check",size:"sm"})})}),t&&a.jsx("label",{htmlFor:e??o,children:t})]})},Ip=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),Fp=E(Op).withConfig({componentId:"sc-1sck1ja-1"})(["display:flex;align-items:center;justify-content:center;",";"],({theme:e})=>`
|
|
246
|
+
border-radius: ${e.click.checkbox.radii.all};
|
|
247
|
+
width: ${e.click.checkbox.size.all};
|
|
248
|
+
height: ${e.click.checkbox.size.all};
|
|
249
|
+
background: ${e.click.checkbox.color.background.default};
|
|
250
|
+
border: 1px solid ${e.click.checkbox.color.stroke.default};
|
|
251
|
+
cursor: pointer;
|
|
252
|
+
|
|
253
|
+
& ~ label {
|
|
254
|
+
color: ${e.click.checkbox.color.label.default};
|
|
255
|
+
font: ${e.click.field.typography.fieldText.default}
|
|
256
|
+
cursor: pointer;
|
|
257
|
+
}
|
|
258
|
+
&:hover {
|
|
259
|
+
background: ${e.click.checkbox.color.background.hover};
|
|
260
|
+
&~ label {
|
|
261
|
+
color: ${e.click.checkbox.color.label.hover};
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
&[data-state="checked"] {
|
|
265
|
+
border-color: ${e.click.checkbox.color.stroke.active};
|
|
266
|
+
background: ${e.click.checkbox.color.background.active};
|
|
267
|
+
& ~ label {
|
|
268
|
+
color: ${e.click.checkbox.color.label.active};
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
&[data-disabled] {
|
|
272
|
+
background: ${e.click.checkbox.color.background.disabled};
|
|
273
|
+
border-color: ${e.click.checkbox.color.stroke.disabled};
|
|
274
|
+
&[data-state="checked"] {
|
|
275
|
+
background: ${e.click.checkbox.color.background.disabled};
|
|
276
|
+
border-color: ${e.click.checkbox.color.stroke.disabled};
|
|
277
|
+
}
|
|
278
|
+
& ~ label {
|
|
279
|
+
color: ${e.click.checkbox.color.label.disabled};
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
`),_p=E(jp).withConfig({componentId:"sc-1sck1ja-2"})(["",""],({theme:e})=>`
|
|
283
|
+
color: ${e.click.checkbox.color.check.active};
|
|
284
|
+
&[data-disabled] {
|
|
285
|
+
color: ${e.click.checkbox.color.check.disabled};
|
|
286
|
+
}
|
|
287
|
+
`),Yi="ContextMenu",[Tp,I9]=le(Yi,[On]),Oe=On(),[Dp,Xi]=Tp(Yi),Lp=e=>{const{__scopeContextMenu:t,children:n,onOpenChange:o,dir:r,modal:i=!0}=e,[s,l]=c.useState(!1),d=Oe(t),u=me(o),p=c.useCallback(f=>{l(f),u(f)},[u]);return c.createElement(Dp,{scope:t,open:s,onOpenChange:p,modal:i},c.createElement(pi,S({},d,{dir:r,open:s,onOpenChange:p,modal:i}),n))},Ap="ContextMenuTrigger",Np=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,disabled:o=!1,...r}=e,i=Xi(Ap,n),s=Oe(n),l=c.useRef({x:0,y:0}),d=c.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...l.current})}),u=c.useRef(0),p=c.useCallback(()=>window.clearTimeout(u.current),[]),f=v=>{l.current={x:v.clientX,y:v.clientY},i.onOpenChange(!0)};return c.useEffect(()=>p,[p]),c.useEffect(()=>void(o&&p()),[o,p]),c.createElement(c.Fragment,null,c.createElement(hi,S({},s,{virtualRef:d})),c.createElement(K.span,S({"data-state":i.open?"open":"closed","data-disabled":o?"":void 0},r,{ref:t,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:o?e.onContextMenu:T(e.onContextMenu,v=>{p(),f(v),v.preventDefault()}),onPointerDown:o?e.onPointerDown:T(e.onPointerDown,Dn(v=>{p(),u.current=window.setTimeout(()=>f(v),700)})),onPointerMove:o?e.onPointerMove:T(e.onPointerMove,Dn(p)),onPointerCancel:o?e.onPointerCancel:T(e.onPointerCancel,Dn(p)),onPointerUp:o?e.onPointerUp:T(e.onPointerUp,Dn(p))})))}),Up=e=>{const{__scopeContextMenu:t,...n}=e,o=Oe(t);return c.createElement(vi,S({},o,n))},Bp="ContextMenuContent",Zp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Xi(Bp,n),i=Oe(n),s=c.useRef(!1);return c.createElement(bi,S({},i,o,{ref:t,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:l=>{var d;(d=e.onCloseAutoFocus)===null||d===void 0||d.call(e,l),!l.defaultPrevented&&s.current&&l.preventDefault(),s.current=!1},onInteractOutside:l=>{var d;(d=e.onInteractOutside)===null||d===void 0||d.call(e,l),!l.defaultPrevented&&!r.modal&&(s.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)"}}))}),Hp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Oe(n);return c.createElement(gi,S({},r,o,{ref:t}))}),Rp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Oe(n);return c.createElement(mi,S({},r,o,{ref:t}))}),Wp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Oe(n);return c.createElement(xi,S({},r,o,{ref:t}))}),Vp=e=>{const{__scopeContextMenu:t,children:n,onOpenChange:o,open:r,defaultOpen:i}=e,s=Oe(t),[l,d]=pe({prop:r,defaultProp:i,onChange:o});return c.createElement($i,S({},s,{open:l,onOpenChange:d}),n)},zp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Oe(n);return c.createElement(ki,S({},r,o,{ref:t}))}),Gp=c.forwardRef((e,t)=>{const{__scopeContextMenu:n,...o}=e,r=Oe(n);return c.createElement(yi,S({},r,o,{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 Dn(e){return t=>t.pointerType!=="mouse"?e(t):void 0}const Kp=Lp,qp=Np,Yp=Up,Xp=Zp,Jp=Hp,Qp=Rp,e2=Wp,t2=Vp,n2=zp,o2=Gp,Ye=e=>a.jsx(Kp,{...e}),Ji=e=>a.jsx(qp,{asChild:!0,...e});Ji.displayName="ContextMenuTrigger",Ye.Trigger=Ji;const Qi=({children:e,...t})=>a.jsxs(Ro,{as:n2,...t,children:[e,a.jsx("div",{className:"dropdown-arrow",children:a.jsx(J,{name:"chevron-right"})})]});Qi.displayName="ContextMenuSubTrigger",Ye.SubTrigger=Qi;const r2=E(Ho).withConfig({componentId:"sc-8z6kye-0"})(["flex-direction:column;z-index:1;",";"],({$showArrow:e})=>e?`
|
|
288
|
+
&[data-side="bottom"] {
|
|
289
|
+
margin-top: -1px;
|
|
290
|
+
}
|
|
291
|
+
&[data-side="top"] {
|
|
292
|
+
margin-bottom: -1px;
|
|
293
|
+
}
|
|
294
|
+
&[data-side="left"] {
|
|
295
|
+
margin-right: -1px;
|
|
296
|
+
.popover-arrow {
|
|
297
|
+
margin-right: 1rem;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
&[data-side="right"] {
|
|
302
|
+
margin-left: -1px;
|
|
303
|
+
.popover-arrow {
|
|
304
|
+
margin-left: 1rem;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
`:""),ec=({sub:e,children:t,showArrow:n,...o})=>{const r=e?o2:Xp;return a.jsx(Yp,{children:a.jsxs(r2,{$type:"context-menu",$showArrow:n,as:r,...o,children:[n&&a.jsx(Pn,{asChild:!0,as:e2,width:20,height:10,children:a.jsx(In,{className:"popover-arrow"})}),t]})})};ec.displayName="ContextMenuContent",Ye.Content=ec;const a2=E(Jp).withConfig({componentId:"sc-8z6kye-1"})(["width:100%;border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),tc=e=>a.jsx(a2,{...e});tc.displayName="ContextMenuGroup",Ye.Group=tc;const i2=E(t2).withConfig({componentId:"sc-8z6kye-2"})(["border-bottom:1px solid ",";"],({theme:e})=>e.click.genericMenu.item.color.stroke.default),nc=({...e})=>a.jsx(i2,{...e});nc.displayName="ContextMenuSub",Ye.Sub=nc;const oc=({...e})=>a.jsx(Ro,{as:Qp,...e});oc.displayName="ContextMenuItem",Ye.Item=oc;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"})]}),l2=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"})})]})]}),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(#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"})})]})]}),d2=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"})})})]}),u2=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"})})]})]}),f2=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"})})]})]}),h2=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})})})]}),v2=({name:e,...t})=>{switch(e){case"usa":return a.jsx(c2,{...t});case"de":return a.jsx(d2,{...t});case"sg":return a.jsx(u2,{...t});case"uk":return a.jsx(l2,{...t});case"ie":return a.jsx(f2,{...t});case"eu":return a.jsx(s2,{...t});case"in":return a.jsx(p2,{...t});case"nl":return a.jsx(h2,{...t});default:return null}};let tr;const rc="HoverCard",[ac,F9]=le(rc,[Ne]),Ln=Ne(),[b2,An]=ac(rc),g2=e=>{const{__scopeHoverCard:t,children:n,open:o,defaultOpen:r,onOpenChange:i,openDelay:s=700,closeDelay:l=300}=e,d=Ln(t),u=c.useRef(0),p=c.useRef(0),f=c.useRef(!1),v=c.useRef(!1),[b=!1,g]=pe({prop:o,defaultProp:r,onChange:i}),h=c.useCallback(()=>{clearTimeout(p.current),u.current=window.setTimeout(()=>g(!0),s)},[s,g]),x=c.useCallback(()=>{clearTimeout(u.current),!f.current&&!v.current&&(p.current=window.setTimeout(()=>g(!1),l))},[l,g]),$=c.useCallback(()=>g(!1),[g]);return c.useEffect(()=>()=>{clearTimeout(u.current),clearTimeout(p.current)},[]),c.createElement(b2,{scope:t,open:b,onOpenChange:g,onOpen:h,onClose:x,onDismiss:$,hasSelectionRef:f,isPointerDownOnContentRef:v},c.createElement(Tt,d,n))},m2="HoverCardTrigger",x2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,...o}=e,r=An(m2,n),i=Ln(n);return c.createElement(Dt,S({asChild:!0},i),c.createElement(K.a,S({"data-state":r.open?"open":"closed"},o,{ref:t,onPointerEnter:T(e.onPointerEnter,Nn(r.onOpen)),onPointerLeave:T(e.onPointerLeave,Nn(r.onClose)),onFocus:T(e.onFocus,r.onOpen),onBlur:T(e.onBlur,r.onClose),onTouchStart:T(e.onTouchStart,s=>s.preventDefault())})))}),ic="HoverCardPortal",[$2,k2]=ac(ic,{forceMount:void 0}),y2=e=>{const{__scopeHoverCard:t,forceMount:n,children:o,container:r}=e,i=An(ic,t);return c.createElement($2,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement($n,{asChild:!0,container:r},o)))},nr="HoverCardContent",w2=c.forwardRef((e,t)=>{const n=k2(nr,e.__scopeHoverCard),{forceMount:o=n.forceMount,...r}=e,i=An(nr,e.__scopeHoverCard);return c.createElement(he,{present:o||i.open},c.createElement(C2,S({"data-state":i.open?"open":"closed"},r,{onPointerEnter:T(e.onPointerEnter,Nn(i.onOpen)),onPointerLeave:T(e.onPointerLeave,Nn(i.onClose)),ref:t})))}),C2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:i,onInteractOutside:s,...l}=e,d=An(nr,n),u=Ln(n),p=c.useRef(null),f=oe(t,p),[v,b]=c.useState(!1);return c.useEffect(()=>{if(v){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}}},[v]),c.useEffect(()=>{if(p.current){const g=()=>{b(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{var h;((h=document.getSelection())===null||h===void 0?void 0:h.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&&M2(p.current).forEach(h=>h.setAttribute("tabindex","-1"))}),c.createElement(cn,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:s,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:T(i,g=>{g.preventDefault()}),onDismiss:d.onDismiss},c.createElement(mn,S({},u,l,{onPointerDown:T(l.onPointerDown,g=>{g.currentTarget.contains(g.target)&&b(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:f,style:{...l.style,userSelect:v?"text":void 0,WebkitUserSelect:v?"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)"}})))}),S2=c.forwardRef((e,t)=>{const{__scopeHoverCard:n,...o}=e,r=Ln(n);return c.createElement(xn,S({},r,o,{ref:t}))});function Nn(e){return t=>t.pointerType==="touch"?void 0:e()}function M2(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 E2=g2,O2=x2,j2=y2,P2=w2,I2=S2,or=({children:e,...t})=>a.jsx(E2,{...t,children:e}),F2=E(O2).withConfig({componentId:"sc-1ect7b6-0"})(["width:fit-content;"]),cc=({children:e,...t})=>a.jsx(F2,{...t,children:e});cc.displayName="HoverCardTrigger",or.Trigger=cc;const lc=({children:e,showArrow:t,forceMount:n,container:o,...r})=>a.jsx(j2,{forceMount:n,container:o,children:a.jsxs(zf,{as:P2,$type:"hover-card",$showArrow:t,...r,children:[t&&a.jsx(Pn,{asChild:!0,as:I2,width:15,height:10,children:a.jsx(In,{})}),e]})});lc.displayName="HoverCardContent",or.Content=lc;const _2=E(Ri).withConfig({componentId:"sc-1pvd2nj-0"})(["label{width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;}"]),T2=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})=>`
|
|
308
|
+
gap: ${e.click.field.space.gap};
|
|
309
|
+
margin-top: ${n?e.click.field.space.gap:0};
|
|
310
|
+
border-radius: ${e.click.field.radii.all};
|
|
311
|
+
font: ${e.click.field.typography.fieldText.default};
|
|
312
|
+
color: ${e.click.field.color.text.default};
|
|
313
|
+
border: 1px solid ${e.click.field.color.stroke.default};
|
|
314
|
+
background: ${e.click.field.color.background.default};
|
|
315
|
+
&:hover {
|
|
316
|
+
border: 1px solid ${e.click.field.color.stroke.hover};
|
|
317
|
+
background: ${e.click.field.color.background.hover};
|
|
318
|
+
color: ${e.click.field.color.text.hover};
|
|
319
|
+
}
|
|
320
|
+
& > input {
|
|
321
|
+
padding: ${e.click.field.space.y} 0;
|
|
322
|
+
}
|
|
323
|
+
padding: 0 ${e.click.field.space.x};
|
|
324
|
+
${t?`
|
|
325
|
+
font: ${e.click.field.typography.fieldText.error};
|
|
326
|
+
border: 1px solid ${e.click.field.color.stroke.error};
|
|
327
|
+
background: ${e.click.field.color.background.active};
|
|
328
|
+
color: ${e.click.field.color.text.error};
|
|
329
|
+
&:hover {
|
|
330
|
+
border: 1px solid ${e.click.field.color.stroke.error};
|
|
331
|
+
color: ${e.click.field.color.text.error};
|
|
332
|
+
}
|
|
333
|
+
`:`
|
|
334
|
+
&:focus-within,
|
|
335
|
+
&[data-state="open"] {
|
|
336
|
+
font: ${e.click.field.typography.fieldText.active};
|
|
337
|
+
border: 1px solid ${e.click.field.color.stroke.active};
|
|
338
|
+
background: ${e.click.field.color.background.active};
|
|
339
|
+
color: ${e.click.field.color.text.active};
|
|
340
|
+
&~ label {
|
|
341
|
+
color: ${e.click.field.color.label.active};
|
|
342
|
+
font: ${e.click.field.typography.label.active};;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
`};
|
|
346
|
+
&:disabled {
|
|
347
|
+
font: ${e.click.field.typography.fieldText.disabled};
|
|
348
|
+
border: 1px solid ${e.click.field.color.stroke.disabled};
|
|
349
|
+
background: ${e.click.field.color.background.disabled};
|
|
350
|
+
color: ${e.click.field.color.text.disabled};
|
|
351
|
+
}
|
|
352
|
+
`),Un=({id:e,label:t="",error:n="",disabled:o,children:r})=>{const i=n?typeof n=="string"&&n.length!==0:!1,s=t?typeof t=="string"&&t.length!==0:!1;return a.jsxs(_2,{children:[i&&a.jsx(Wi,{children:n}),a.jsxs(fo,{htmlFor:e,disabled:o,error:i,children:[t,a.jsx(T2,{$error:i,$hasLabel:s,children:r})]})]})},Bn=E.input.withConfig({componentId:"sc-1pvd2nj-2"})(["background:transparent;border:none;outline:none;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;color:inherit;font:inherit;",""],({theme:e})=>`
|
|
353
|
+
&::placeholder {
|
|
354
|
+
color: ${e.click.field.color.placeholder.default};
|
|
355
|
+
}
|
|
356
|
+
`),rr=E.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
|
+
padding: ${e.click.field.space.y} 0;
|
|
358
|
+
visibility: ${t?"visible":"hidden"};
|
|
359
|
+
`);E.svg.withConfig({componentId:"sc-1pvd2nj-4"})(["",""],({theme:e})=>`
|
|
360
|
+
&:first-of-type {
|
|
361
|
+
padding-left: ${e.click.field.space.gap};
|
|
362
|
+
}
|
|
363
|
+
&:last-of-type {
|
|
364
|
+
padding-right: ${e.click.field.space.x};
|
|
365
|
+
}
|
|
366
|
+
`);const D2=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(Un,{disabled:e,id:o??d,label:t,error:n,children:[a.jsx(Bn,{ref:l,type:"number",id:o??d,disabled:e,onChange:u,...s}),r&&a.jsx(J,{name:"loading-animated",size:"sm"})]})}),L2=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(b=>!b)},v=b=>{i(b.target.value,b)};return a.jsxs(Un,{disabled:e,id:o??d,label:t,error:n,children:[a.jsx(Bn,{ref:l,type:u?"text":"password",id:o??d,disabled:e,value:r,onChange:v,...s}),a.jsx(rr,{disabled:e,onClick:f,$show:r.length>0,children:a.jsx(J,{name:u?"eye-closed":"eye",size:"md"})})]})}),sc="Popover",[dc,_9]=le(sc,[Ne]),Vt=Ne(),[A2,Be]=dc(sc),N2=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:i,modal:s=!1}=e,l=Vt(t),d=c.useRef(null),[u,p]=c.useState(!1),[f=!1,v]=pe({prop:o,defaultProp:r,onChange:i});return c.createElement(Tt,l,c.createElement(A2,{scope:t,contentId:Se(),triggerRef:d,open:f,onOpenChange:v,onOpenToggle:c.useCallback(()=>v(b=>!b),[v]),hasCustomAnchor:u,onCustomAnchorAdd:c.useCallback(()=>p(!0),[]),onCustomAnchorRemove:c.useCallback(()=>p(!1),[]),modal:s},n))},U2="PopoverAnchor",B2=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=Be(U2,n),i=Vt(n),{onCustomAnchorAdd:s,onCustomAnchorRemove:l}=r;return c.useEffect(()=>(s(),()=>l()),[s,l]),c.createElement(Dt,S({},i,o,{ref:t}))}),Z2="PopoverTrigger",H2=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=Be(Z2,n),i=Vt(n),s=oe(t,r.triggerRef),l=c.createElement(K.button,S({type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":pc(r.open)},o,{ref:s,onClick:T(e.onClick,r.onOpenToggle)}));return r.hasCustomAnchor?l:c.createElement(Dt,S({asChild:!0},i),l)}),uc="PopoverPortal",[R2,W2]=dc(uc,{forceMount:void 0}),V2=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,i=Be(uc,t);return c.createElement(R2,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement($n,{asChild:!0,container:r},o)))},zt="PopoverContent",z2=c.forwardRef((e,t)=>{const n=W2(zt,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,i=Be(zt,e.__scopePopover);return c.createElement(he,{present:o||i.open},i.modal?c.createElement(G2,S({},r,{ref:t})):c.createElement(K2,S({},r,{ref:t})))}),G2=c.forwardRef((e,t)=>{const n=Be(zt,e.__scopePopover),o=c.useRef(null),r=oe(t,o),i=c.useRef(!1);return c.useEffect(()=>{const s=o.current;if(s)return Fo(s)},[]),c.createElement(ti,{as:nt,allowPinchZoom:!0},c.createElement(fc,S({},e,{ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:T(e.onCloseAutoFocus,s=>{var l;s.preventDefault(),i.current||(l=n.triggerRef.current)===null||l===void 0||l.focus()}),onPointerDownOutside:T(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:T(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1})})))}),K2=c.forwardRef((e,t)=>{const n=Be(zt,e.__scopePopover),o=c.useRef(!1),r=c.useRef(!1);return c.createElement(fc,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()}}))}),fc=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,v=Be(zt,n),b=Vt(n);return ra(),c.createElement(ca,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i},c.createElement(cn,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:p,onEscapeKeyDown:l,onPointerDownOutside:d,onFocusOutside:u,onDismiss:()=>v.onOpenChange(!1)},c.createElement(mn,S({"data-state":pc(v.open),role:"dialog",id:v.contentId},b,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)"}}))))}),q2="PopoverClose",Y2=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=Be(q2,n);return c.createElement(K.button,S({type:"button"},o,{ref:t,onClick:T(e.onClick,()=>r.onOpenChange(!1))}))}),X2=c.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=Vt(n);return c.createElement(xn,S({},r,o,{ref:t}))});function pc(e){return e?"open":"closed"}const hc=N2,J2=B2,vc=H2,bc=V2,gc=z2,Q2=Y2,eh=X2,ar=({children:e,...t})=>a.jsx(hc,{...t,children:e}),th=E(vc).withConfig({componentId:"sc-1dii14g-0"})(["width:fit-content;background:transparent;border:none;"]),mc=({children:e,anchor:t,...n})=>a.jsxs(a.Fragment,{children:[a.jsx(th,{asChild:!0,...n,children:e}),t&&a.jsx(J2,{asChild:!0,children:t})]});mc.displayName="PopoverTrigger",ar.Trigger=mc;const nh=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;":""),oh=E(Vi).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),xc=({children:e,showArrow:t,showClose:n,forceMount:o,container:r,...i})=>a.jsx(bc,{forceMount:o,container:r,children:a.jsxs(nh,{as:gc,$type:"popover",$showClose:n,$showArrow:t,...i,children:[n&&a.jsx(oh,{as:Q2,asChild:!0,children:a.jsx(J,{name:"cross"})}),t&&a.jsx(Pn,{asChild:!0,as:eh,width:20,height:10,children:a.jsx(In,{})}),e]})});xc.displayName="PopoverContent",ar.Content=xc;const $c="Radio",[rh,kc]=le($c),[ah,ih]=rh($c),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),v=oe(t,h=>f(h)),b=c.useRef(!1),g=p?!!p.closest("form"):!0;return c.createElement(ah,{scope:n,checked:r,disabled:s},c.createElement(K.button,S({type:"button",role:"radio","aria-checked":r,"data-state":yc(r),"data-disabled":s?"":void 0,disabled:s,value:l},u,{ref:v,onClick:T(e.onClick,h=>{r||d==null||d(),g&&(b.current=h.isPropagationStopped(),b.current||h.stopPropagation())})})),g&&c.createElement(dh,{control:p,bubbles:!b.current,name:o,value:l,checked:r,required:i,disabled:s,style:{transform:"translateX(-100%)"}}))}),lh="RadioIndicator",sh=c.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,i=ih(lh,n);return c.createElement(he,{present:o||i.checked},c.createElement(K.span,S({"data-state":yc(i.checked),"data-disabled":i.disabled?"":void 0},r,{ref:t})))}),dh=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=gn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const v=new Event("click",{bubbles:o});f.call(d,n),d.dispatchEvent(v)}},[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 yc(e){return e?"checked":"unchecked"}const uh=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],wc="RadioGroup",[fh,T9]=le(wc,[ct,kc]),Cc=ct(),Sc=kc(),[ph,hh]=fh(wc),vh=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,...v}=e,b=Cc(n),g=Pt(u),[h,x]=pe({prop:i,defaultProp:r,onChange:f});return c.createElement(ph,{scope:n,name:o,required:s,disabled:l,value:h,onValueChange:x},c.createElement(jo,S({asChild:!0},b,{orientation:d,dir:g,loop:p}),c.createElement(K.div,S({role:"radiogroup","aria-required":s,"aria-orientation":d,"data-disabled":l?"":void 0,dir:g},v,{ref:t}))))}),bh="RadioGroupItem",gh=c.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,i=hh(bh,n),s=i.disabled||o,l=Cc(n),d=Sc(n),u=c.useRef(null),p=oe(t,u),f=i.value===r.value,v=c.useRef(!1);return c.useEffect(()=>{const b=h=>{uh.includes(h.key)&&(v.current=!0)},g=()=>v.current=!1;return document.addEventListener("keydown",b),document.addEventListener("keyup",g),()=>{document.removeEventListener("keydown",b),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:T(b=>{b.key==="Enter"&&b.preventDefault()}),onFocus:T(r.onFocus,()=>{var b;v.current&&((b=u.current)===null||b===void 0||b.click())})})))}),mh=c.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=Sc(n);return c.createElement(sh,S({},r,o,{ref:t}))}),xh=vh,$h=gh,kh=mh,yh=E(xh).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"),Mc=({children:e,inline:t,...n})=>a.jsx(yh,{$inline:t===!0?"true":"false",...n,children:e}),Ec=({id:e,label:t,value:n,disabled:o,required:r,...i})=>{const s=c.useId();return a.jsxs(wh,{...i,children:[a.jsx(Ch,{value:n,id:e??s,disabled:o,required:r,children:a.jsx(Sh,{})}),t&&a.jsx("label",{className:"Label",htmlFor:e??s,children:t})]})};Ec.displayName="RadioGroupItem",Mc.Item=Ec;const wh=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),Ch=E($h).withConfig({componentId:"sc-p6cydr-2"})(["display:flex;align-items:center;justify-content:center;outline:none;cursor:pointer;",";"],({theme:e})=>`
|
|
367
|
+
border-radius: ${e.click.radio.radii.all};
|
|
368
|
+
width: 1rem;
|
|
369
|
+
height: 1rem;
|
|
370
|
+
background: ${e.click.radio.color.background.default};
|
|
371
|
+
border: 1px solid ${e.click.radio.color.stroke.default};
|
|
372
|
+
|
|
373
|
+
& ~ label {
|
|
374
|
+
color: ${e.click.field.color.genericLabel.default};
|
|
375
|
+
font: ${e.click.radio.typography.label.default};
|
|
376
|
+
cursor: pointer;
|
|
377
|
+
}
|
|
378
|
+
&:hover {
|
|
379
|
+
background: ${e.click.radio.color.background.hover};
|
|
380
|
+
& ~ label {
|
|
381
|
+
color: ${e.click.field.color.genericLabel.hover};
|
|
382
|
+
font: ${e.click.radio.typography.label.hover};
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
&[data-state="checked"] {
|
|
386
|
+
border-color: ${e.click.radio.color.stroke.active};
|
|
387
|
+
background: ${e.click.radio.color.background.active};
|
|
388
|
+
& ~ label {
|
|
389
|
+
color: ${e.click.field.color.genericLabel.active};
|
|
390
|
+
font: ${e.click.radio.typography.label.active};
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
&[data-disabled] {
|
|
394
|
+
background: ${e.click.radio.color.background.disabled};
|
|
395
|
+
border-color: ${e.click.radio.color.stroke.disabled};
|
|
396
|
+
& ~ label {
|
|
397
|
+
color: ${e.click.field.color.genericLabel.disabled};
|
|
398
|
+
font: ${e.click.radio.typography.label.disabled};
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
`),Sh=E(kh).withConfig({componentId:"sc-p6cydr-3"})(["",""],({theme:e})=>`
|
|
402
|
+
background: ${e.click.radio.color.background.default};
|
|
403
|
+
&::after {
|
|
404
|
+
content: '';
|
|
405
|
+
display: block;
|
|
406
|
+
width: 6px;
|
|
407
|
+
height: 6px;
|
|
408
|
+
border-radius: 50%;
|
|
409
|
+
background-color: ${e.click.radio.color.indicator.default};
|
|
410
|
+
&:hover {
|
|
411
|
+
background: ${e.click.radio.color.indicator.hover};
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
&[data-state="checked"] {
|
|
415
|
+
background: ${e.click.radio.color.background.active};
|
|
416
|
+
&::after {
|
|
417
|
+
background: ${e.click.radio.color.indicator.active};
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
&:hover {
|
|
421
|
+
background: ${e.click.radio.color.background.hover};
|
|
422
|
+
}
|
|
423
|
+
&[data-disabled] {
|
|
424
|
+
background: ${e.click.radio.color.background.disabled};
|
|
425
|
+
&::after {
|
|
426
|
+
background: ${e.click.radio.color.indicator.disabled};
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
`),Oc=e=>t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})},Mh=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(),v=g=>{l(g.target.value,g)},b=()=>{l("")};return a.jsxs(Un,{disabled:e,id:o??f,label:t,error:n,children:[a.jsx(J,{name:"search",size:"sm"}),a.jsx(Bn,{ref:Oc([p,u]),type:"text",id:o??f,disabled:e,value:s,onChange:v,...d}),i&&a.jsx(rr,{disabled:e,onClick:b,$show:s.length>0,children:a.jsx(J,{name:"cross",size:"sm"})}),r&&a.jsx(J,{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 Eh(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function jc(...e){return t=>e.forEach(n=>Eh(n,t))}function Gt(...e){return c.useCallback(jc(...e),e)}function Oh(e,t=[]){let n=[];function o(i,s){const l=c.createContext(s),d=n.length;n=[...n,s];function u(f){const{scope:v,children:b,...g}=f,h=(v==null?void 0:v[e][d])||l,x=c.useMemo(()=>g,Object.values(g));return c.createElement(h.Provider,{value:x},b)}function p(f,v){const b=(v==null?void 0:v[e][d])||l,g=c.useContext(b);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,jh(r,...t)]}function jh(...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:()=>{},Ph=y["useId".toString()]||(()=>{});let Ih=0;function cr(e){const[t,n]=y.useState(Ph());return ir(()=>{e||n(o=>o??String(Ih++))},[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 Fh({prop:e,defaultProp:t,onChange:n=()=>{}}){const[o,r]=_h({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 _h({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 lr=c.forwardRef((e,t)=>{const{children:n,...o}=e,r=c.Children.toArray(n),i=r.find(Dh);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(sr,S({},o,{ref:t}),c.isValidElement(s)?c.cloneElement(s,void 0,l):null)}return c.createElement(sr,S({},o,{ref:t}),n)});lr.displayName="Slot";const sr=c.forwardRef((e,t)=>{const{children:n,...o}=e;return c.isValidElement(n)?c.cloneElement(n,{...Lh(o,n.props),ref:jc(t,n.ref)}):c.Children.count(n)>1?c.Children.only(null):null});sr.displayName="SlotClone";const Th=({children:e})=>c.createElement(c.Fragment,null,e);function Dh(e){return c.isValidElement(e)&&e.type===Th}function Lh(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 Zn=["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?lr: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 Ah(e,t){e&&He.flushSync(()=>e.dispatchEvent(t))}function Nh(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",Uh="dismissableLayer.pointerDownOutside",Bh="dismissableLayer.focusOutside";let Pc;const Zh=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Hh=c.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:i,onInteractOutside:s,onDismiss:l,...d}=e,u=c.useContext(Zh),[p,f]=c.useState(null),[,v]=c.useState({}),b=Gt(t,P=>f(P)),g=Array.from(u.layers),[h]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),x=g.indexOf(h),$=p?g.indexOf(p):-1,k=u.layersWithOutsidePointerEventsDisabled.size>0,w=$>=x,C=Rh(P=>{const I=P.target,D=[...u.branches].some(A=>A.contains(I));!w||D||(r==null||r(P),s==null||s(P),P.defaultPrevented||l==null||l())}),O=Wh(P=>{const I=P.target;[...u.branches].some(A=>A.contains(I))||(i==null||i(P),s==null||s(P),P.defaultPrevented||l==null||l())});return Nh(P=>{$===u.layers.size-1&&(o==null||o(P),!P.defaultPrevented&&l&&(P.preventDefault(),l()))}),c.useEffect(()=>{if(p)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Pc=document.body.style.pointerEvents,document.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(p)),u.layers.add(p),Ic(),()=>{n&&u.layersWithOutsidePointerEventsDisabled.size===1&&(document.body.style.pointerEvents=Pc)}},[p,n,u]),c.useEffect(()=>()=>{p&&(u.layers.delete(p),u.layersWithOutsidePointerEventsDisabled.delete(p),Ic())},[p,u]),c.useEffect(()=>{const P=()=>v({});return document.addEventListener(dr,P),()=>document.removeEventListener(dr,P)},[]),c.createElement(Zn.div,S({},d,{ref:b,style:{pointerEvents:k?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 Rh(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(){Fc(Uh,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 Wh(e){const t=Xe(e),n=c.useRef(!1);return c.useEffect(()=>{const o=r=>{r.target&&!n.current&&Fc(Bh,t,{originalEvent:r},{discrete:!1})};return document.addEventListener("focusin",o),()=>document.removeEventListener("focusin",o)},[t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function Ic(){const e=new CustomEvent(dr);document.dispatchEvent(e)}function Fc(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?Ah(r,i):r.dispatchEvent(i)}const ur="focusScope.autoFocusOnMount",fr="focusScope.autoFocusOnUnmount",_c={bubbles:!1,cancelable:!0},Vh=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),v=Gt(t,h=>d(h)),b=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(o){let h=function($){if(b.paused||!l)return;const k=$.target;l.contains(k)?f.current=k:Je(f.current,{select:!0})},x=function($){b.paused||!l||l.contains($.relatedTarget)||Je(f.current,{select:!0})};return document.addEventListener("focusin",h),document.addEventListener("focusout",x),()=>{document.removeEventListener("focusin",h),document.removeEventListener("focusout",x)}}},[o,l,b.paused]),c.useEffect(()=>{if(l){Lc.add(b);const h=document.activeElement;if(!l.contains(h)){const $=new CustomEvent(ur,_c);l.addEventListener(ur,u),l.dispatchEvent($),$.defaultPrevented||(zh(Xh(Tc(l)),{select:!0}),document.activeElement===h&&Je(l))}return()=>{l.removeEventListener(ur,u),setTimeout(()=>{const $=new CustomEvent(fr,_c);l.addEventListener(fr,p),l.dispatchEvent($),$.defaultPrevented||Je(h??document.body,{select:!0}),l.removeEventListener(fr,p),Lc.remove(b)},0)}}},[l,u,p,b]);const g=c.useCallback(h=>{if(!n&&!o||b.paused)return;const x=h.key==="Tab"&&!h.altKey&&!h.ctrlKey&&!h.metaKey,$=document.activeElement;if(x&&$){const k=h.currentTarget,[w,C]=Gh(k);w&&C?!h.shiftKey&&$===C?(h.preventDefault(),n&&Je(w,{select:!0})):h.shiftKey&&$===w&&(h.preventDefault(),n&&Je(C,{select:!0})):$===k&&h.preventDefault()}},[n,o,b.paused]);return c.createElement(Zn.div,S({tabIndex:-1},s,{ref:v,onKeyDown:g}))});function zh(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(Je(o,{select:t}),document.activeElement!==n)return}function Gh(e){const t=Tc(e),n=Dc(t,e),o=Dc(t.reverse(),e);return[n,o]}function Tc(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 Dc(e,t){for(const n of e)if(!Kh(n,{upTo:t}))return n}function Kh(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 qh(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&&qh(e)&&t&&e.select()}}const Lc=Yh();function Yh(){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 Xh(e){return e.filter(t=>t.tagName!=="A")}const Jh=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?He.createPortal(c.createElement(Zn.div,S({},r,{ref:t})),o):null});function Qh(e,t){return c.useReducer((n,o)=>{const r=t[n][o];return r??n},e)}const Hn=e=>{const{present:t,children:n}=e,o=e5(t),r=typeof n=="function"?n({present:o.isPresent}):c.Children.only(n),i=Gt(o.ref,r.ref);return typeof n=="function"||o.isPresent?c.cloneElement(r,{ref:i}):null};Hn.displayName="Presence";function e5(e){const[t,n]=c.useState(),o=c.useRef({}),r=c.useRef(e),i=c.useRef("none"),s=e?"mounted":"unmounted",[l,d]=Qh(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const u=Rn(o.current);i.current=l==="mounted"?u:"none"},[l]),ir(()=>{const u=o.current,p=r.current;if(p!==e){const v=i.current,b=Rn(u);e?d("MOUNT"):b==="none"||(u==null?void 0:u.display)==="none"?d("UNMOUNT"):d(p&&v!==b?"ANIMATION_OUT":"UNMOUNT"),r.current=e}},[e,d]),ir(()=>{if(t){const u=f=>{const b=Rn(o.current).includes(f.animationName);f.target===t&&b&&He.flushSync(()=>d("ANIMATION_END"))},p=f=>{f.target===t&&(i.current=Rn(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 Rn(e){return(e==null?void 0:e.animationName)||"none"}let pr=0;function t5(){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:Nc()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:Nc()),pr++,()=>{pr===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),pr--}},[])}function Nc(){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 Uc=Ha(),hr=function(){},Wn=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,v=e.sideCar,b=e.noIsolation,g=e.inert,h=e.allowPinchZoom,x=e.as,$=x===void 0?"div":x,k=_o(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=v,C=Za([n,t]),O=de(de({},k),r);return y.createElement(y.Fragment,null,p&&y.createElement(w,{sideCar:Uc,removeScrollBar:u,shards:f,noIsolation:b,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n}),s?y.cloneElement(y.Children.only(l),de(de({},O),{ref:C})):y.createElement($,de({},O,{className:d,ref:C}),l))});Wn.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Wn.classNames={fullWidth:At,zeroRight:Lt};var vr=!1;if(typeof window<"u")try{var Vn=Object.defineProperty({},"passive",{get:function(){return vr=!0,!0}});window.addEventListener("test",Vn,Vn),window.removeEventListener("test",Vn,Vn)}catch{vr=!1}var ft=vr?{passive:!1}:!1,n5=function(e){var t=window.getComputedStyle(e);return t.overflowY!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowY==="visible")},o5=function(e){var t=window.getComputedStyle(e);return t.overflowX!=="hidden"&&!(t.overflowY===t.overflowX&&t.overflowX==="visible")},Bc=function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=Zc(e,n);if(o){var r=Hc(e,n),i=r[1],s=r[2];if(i>s)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},r5=function(e){var t=e.scrollTop,n=e.scrollHeight,o=e.clientHeight;return[t,n,o]},a5=function(e){var t=e.scrollLeft,n=e.scrollWidth,o=e.clientWidth;return[t,n,o]},Zc=function(e,t){return e==="v"?n5(t):o5(t)},Hc=function(e,t){return e==="v"?r5(t):a5(t)},i5=function(e,t){return e==="h"&&t==="rtl"?-1:1},c5=function(e,t,n,o,r){var i=i5(e,window.getComputedStyle(t).direction),s=i*o,l=n.target,d=t.contains(l),u=!1,p=s>0,f=0,v=0;do{var b=Hc(e,l),g=b[0],h=b[1],x=b[2],$=h-x-i*g;(g||$)&&Zc(e,l)&&(f+=$,v+=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&&v===0||!r&&-s>v))&&(u=!0),u},zn=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Rc=function(e){return[e.deltaX,e.deltaY]},Wc=function(e){return e&&"current"in e?e.current:e},l5=function(e,t){return e[0]===t[0]&&e[1]===t[1]},s5=function(e){return`
|
|
430
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
431
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
432
|
+
`)},d5=0,pt=[];function u5(e){var t=y.useRef([]),n=y.useRef([0,0]),o=y.useRef(),r=y.useState(d5++)[0],i=y.useState(function(){return Do()})[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 h=Ba([e.lockRef.current],(e.shards||[]).map(Wc),!0).filter(Boolean);return h.forEach(function(x){return x.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),h.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=y.useCallback(function(h,x){if("touches"in h&&h.touches.length===2)return!s.current.allowPinchZoom;var $=zn(h),k=n.current,w="deltaX"in h?h.deltaX:k[0]-$[0],C="deltaY"in h?h.deltaY:k[1]-$[1],O,P=h.target,I=Math.abs(w)>Math.abs(C)?"h":"v";if("touches"in h&&I==="h"&&P.type==="range")return!1;var D=Bc(I,P);if(!D)return!0;if(D?O=I:(O=I==="v"?"h":"v",D=Bc(I,P)),!D)return!1;if(!o.current&&"changedTouches"in h&&(w||C)&&(o.current=O),!O)return!0;var A=o.current||O;return c5(A,x,h,A==="h"?w:C,!0)},[]),d=y.useCallback(function(h){var x=h;if(!(!pt.length||pt[pt.length-1]!==i)){var $="deltaY"in x?Rc(x):zn(x),k=t.current.filter(function(O){return O.name===x.type&&O.target===x.target&&l5(O.delta,$)})[0];if(k&&k.should){x.preventDefault();return}if(!k){var w=(s.current.shards||[]).map(Wc).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(h,x,$,k){var w={name:h,delta:x,target:$,should:k};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(C){return C!==w})},1)},[]),p=y.useCallback(function(h){n.current=zn(h),o.current=void 0},[]),f=y.useCallback(function(h){u(h.type,Rc(h),h.target,l(h,e.lockRef.current))},[]),v=y.useCallback(function(h){u(h.type,zn(h),h.target,l(h,e.lockRef.current))},[]);y.useEffect(function(){return pt.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:v}),document.addEventListener("wheel",d,ft),document.addEventListener("touchmove",d,ft),document.addEventListener("touchstart",p,ft),function(){pt=pt.filter(function(h){return h!==i}),document.removeEventListener("wheel",d,ft),document.removeEventListener("touchmove",d,ft),document.removeEventListener("touchstart",p,ft)}},[]);var b=e.removeScrollBar,g=e.inert;return y.createElement(y.Fragment,null,g?y.createElement(i,{styles:s5(r)}):null,b?y.createElement(Ga,{gapMode:"margin"}):null)}const f5=Wa(Uc,u5);var Vc=y.forwardRef(function(e,t){return y.createElement(Wn,de({},e,{ref:t,sideCar:f5}))});Vc.classNames=Wn.classNames;const p5=Vc,zc="Dialog",[Gc,L9]=Oh(zc),[h5,Qe]=Gc(zc),v5=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]=Fh({prop:o,defaultProp:r,onChange:i});return c.createElement(h5,{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)},Kc="DialogPortal",[b5,qc]=Gc(Kc,{forceMount:void 0}),g5=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,i=Qe(Kc,t);return c.createElement(b5,{scope:t,forceMount:n},c.Children.map(o,s=>c.createElement(Hn,{present:n||i.open},c.createElement(Jh,{asChild:!0,container:r},s))))},br="DialogOverlay",m5=c.forwardRef((e,t)=>{const n=qc(br,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=Qe(br,e.__scopeDialog);return i.modal?c.createElement(Hn,{present:o||i.open},c.createElement(x5,S({},r,{ref:t}))):null}),x5=c.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=Qe(br,n);return c.createElement(p5,{as:lr,allowPinchZoom:!0,shards:[r.contentRef]},c.createElement(Zn.div,S({"data-state":Xc(r.open)},o,{ref:t,style:{pointerEvents:"auto",...o.style}})))}),Kt="DialogContent",$5=c.forwardRef((e,t)=>{const n=qc(Kt,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=Qe(Kt,e.__scopeDialog);return c.createElement(Hn,{present:o||i.open},i.modal?c.createElement(k5,S({},r,{ref:t})):c.createElement(y5,S({},r,{ref:t})))}),k5=c.forwardRef((e,t)=>{const n=Qe(Kt,e.__scopeDialog),o=c.useRef(null),r=Gt(t,n.contentRef,o);return c.useEffect(()=>{const i=o.current;if(i)return Fo(i)},[]),c.createElement(Yc,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())}))}),y5=c.forwardRef((e,t)=>{const n=Qe(Kt,e.__scopeDialog),o=c.useRef(!1);return c.createElement(Yc,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()}}))}),Yc=c.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:i,...s}=e,l=Qe(Kt,n),d=c.useRef(null),u=Gt(t,d);return t5(),c.createElement(c.Fragment,null,c.createElement(Vh,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i},c.createElement(Hh,S({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Xc(l.open)},s,{ref:u,onDismiss:()=>l.onOpenChange(!1)}))),!1)});function Xc(e){return e?"open":"closed"}const w5=v5,C5=g5,S5=m5,M5=$5;var Jc=1,E5=.9,O5=.3,gr=.1,j5=0,mr=.999,P5=.9999,I5=.99,Qc=/[\\\/\-_+.# \t"@\[\(\{&]/,F5=/[\\\/\-_+.# \t"@\[\(\{&]/g;function xr(e,t,n,o,r,i){if(i===t.length)return r===e.length?Jc:I5;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*=Jc:Qc.test(e.charAt(l-1))?(u*=E5,f=e.slice(r,l-1).match(F5),f&&r>0&&(u*=Math.pow(mr,f.length))):Qc.test(e.slice(r,l-1))?(u*=j5,r>0&&(u*=Math.pow(mr,l-r))):(u*=O5,r>0&&(u*=Math.pow(mr,l-r))),e.charAt(l)!==t.charAt(i)&&(u*=P5)),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 _5(e,t){return xr(e,t,e.toLowerCase(),t.toLowerCase(),0,0)}var T5=_5;const D5=Gr(T5);var L5='[cmdk-list-sizer=""]',qt='[cmdk-group=""]',$r='[cmdk-group-items=""]',A5='[cmdk-group-heading=""]',el='[cmdk-item=""]',tl=`${el}:not([aria-disabled="true"])`,kr="cmdk-item-select",Ze="data-value",N5=(e,t)=>D5(e,t),nl=y.createContext(void 0),Yt=()=>y.useContext(nl),ol=y.createContext(void 0),yr=()=>y.useContext(ol),rl=y.createContext(void 0),al=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=il(e),{label:u,children:p,value:f,onValueChange:v,filter:b,shouldFilter:g,...h}=e,x=y.useId(),$=y.useId(),k=y.useId(),w=q5();vt(()=>{if(f!==void 0){let M=f.trim().toLowerCase();o.current.value=M,w(6,q),C.emit()}},[f]);let C=y.useMemo(()=>({subscribe:M=>(l.current.add(M),()=>l.current.delete(M)),snapshot:()=>o.current,setState:(M,_,U)=>{var L,Y,ae;if(!Object.is(o.current[M],_)){if(o.current[M]=_,M==="search")A(),I(),w(1,D);else if(M==="value")if(((L=d.current)==null?void 0:L.value)!==void 0){(ae=(Y=d.current).onValueChange)==null||ae.call(Y,_);return}else U||w(5,q);C.emit()}},emit:()=>{l.current.forEach(M=>M())}}),[]),O=y.useMemo(()=>({value:(M,_)=>{_!==s.current.get(M)&&(s.current.set(M,_),o.current.filtered.items.set(M,P(_)),w(2,()=>{I(),C.emit()}))},item:(M,_)=>(r.current.add(M),_&&(i.current.has(_)?i.current.get(_).add(M):i.current.set(_,new Set([M]))),w(3,()=>{A(),I(),o.current.value||D(),C.emit()}),()=>{s.current.delete(M),r.current.delete(M),o.current.filtered.items.delete(M),w(4,()=>{A(),D(),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:k,labelId:$}),[]);function P(M){var _;let U=((_=d.current)==null?void 0:_.filter)??N5;return M?U(M,o.current.search):0}function I(){if(!n.current||!o.current.search||d.current.shouldFilter===!1)return;let M=o.current.filtered.items,_=[];o.current.filtered.groups.forEach(L=>{let Y=i.current.get(L),ae=0;Y.forEach(se=>{let ge=M.get(se);ae=Math.max(ge,ae)}),_.push([L,ae])});let U=n.current.querySelector(L5);z().sort((L,Y)=>{let ae=L.getAttribute(Ze),se=Y.getAttribute(Ze);return(M.get(se)??0)-(M.get(ae)??0)}).forEach(L=>{let Y=L.closest($r);Y?Y.appendChild(L.parentElement===Y?L:L.closest(`${$r} > *`)):U.appendChild(L.parentElement===U?L:L.closest(`${$r} > *`))}),_.sort((L,Y)=>Y[1]-L[1]).forEach(L=>{let Y=n.current.querySelector(`${qt}[${Ze}="${L[0]}"]`);Y==null||Y.parentElement.appendChild(Y)})}function D(){let M=z().find(U=>!U.ariaDisabled),_=M==null?void 0:M.getAttribute(Ze);C.setState("value",_||void 0)}function A(){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 _ of r.current){let U=s.current.get(_),L=P(U);o.current.filtered.items.set(_,L),L>0&&M++}for(let[_,U]of i.current)for(let L of U)if(o.current.filtered.items.get(L)>0){o.current.filtered.groups.add(_);break}o.current.filtered.count=M}function q(){var M,_,U;let L=H();L&&(((M=L.parentElement)==null?void 0:M.firstChild)===L&&((U=(_=L.closest(qt))==null?void 0:_.querySelector(A5))==null||U.scrollIntoView({block:"nearest"})),L.scrollIntoView({block:"nearest"}))}function H(){return n.current.querySelector(`${el}[aria-selected="true"]`)}function z(){return Array.from(n.current.querySelectorAll(tl))}function B(M){let _=z()[M];_&&C.setState("value",_.getAttribute(Ze))}function R(M){var _;let U=H(),L=z(),Y=L.findIndex(se=>se===U),ae=L[Y+M];(_=d.current)!=null&&_.loop&&(ae=Y+M<0?L[L.length-1]:Y+M===L.length?L[0]:L[Y+M]),ae&&C.setState("value",ae.getAttribute(Ze))}function V(M){let _=H(),U=_==null?void 0:_.closest(qt),L;for(;U&&!L;)U=M>0?G5(U,qt):K5(U,qt),L=U==null?void 0:U.querySelector(tl);L?C.setState("value",L.getAttribute(Ze)):R(M)}let W=()=>B(z().length-1),re=M=>{M.preventDefault(),M.metaKey?W():M.altKey?V(1):R(1)},te=M=>{M.preventDefault(),M.metaKey?B(0):M.altKey?V(-1):R(-1)};return y.createElement("div",{ref:Xt([n,t]),...h,"cmdk-root":"",onKeyDown:M=>{var _;if((_=h.onKeyDown)==null||_.call(h,M),!M.defaultPrevented)switch(M.key){case"n":case"j":{M.ctrlKey&&re(M);break}case"ArrowDown":{re(M);break}case"p":case"k":{M.ctrlKey&&te(M);break}case"ArrowUp":{te(M);break}case"Home":{M.preventDefault(),B(0);break}case"End":{M.preventDefault(),W();break}case"Enter":{M.preventDefault();let U=H();if(U){let L=new Event(kr);U.dispatchEvent(L)}}}}},y.createElement("label",{"cmdk-label":"",htmlFor:O.inputId,id:O.labelId,style:Y5},u),y.createElement(ol.Provider,{value:C},y.createElement(nl.Provider,{value:O},p)))}),U5=y.forwardRef((e,t)=>{let n=y.useId(),o=y.useRef(null),r=y.useContext(rl),i=Yt(),s=il(e);vt(()=>i.item(n,r),[]);let l=cl(n,o,[e.value,e.children,o]),d=yr(),u=et($=>$.value&&$.value===l.current),p=et($=>i.filter()===!1?!0:$.search?$.filtered.items.get(n)>0:!0);y.useEffect(()=>{let $=o.current;if(!(!$||e.disabled))return $.addEventListener(kr,f),()=>$.removeEventListener(kr,f)},[p,e.onSelect,e.disabled]);function f(){var $,k;(k=($=s.current).onSelect)==null||k.call($,l.current)}function v(){d.setState("value",l.current,!0)}if(!p)return null;let{disabled:b,value:g,onSelect:h,...x}=e;return y.createElement("div",{ref:Xt([o,t]),...x,"cmdk-item":"",role:"option","aria-disabled":b||void 0,"aria-selected":u||void 0,"data-selected":u||void 0,onPointerMove:b?void 0:v,onClick:b?void 0:f},e.children)}),B5=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(v=>u.filter()===!1?!0:v.search?v.filtered.groups.has(i):!0);vt(()=>u.group(i),[]),cl(i,s,[e.value,e.heading,l]);let f=y.createElement(rl.Provider,{value:i},o);return y.createElement("div",{ref:Xt([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))}),Z5=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:Xt([r,t]),...o,"cmdk-separator":"",role:"separator"})}),H5=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)}})}),R5=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:Xt([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))}),W5=y.forwardRef((e,t)=>{let{open:n,onOpenChange:o,container:r,...i}=e;return y.createElement(w5,{open:n,onOpenChange:o},y.createElement(C5,{container:r},y.createElement(S5,{"cmdk-overlay":""}),y.createElement(M5,{"aria-label":e.label,"cmdk-dialog":""},y.createElement(al,{ref:t,...i}))))}),V5=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"})}),z5=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(al,{List:R5,Item:U5,Input:H5,Group:B5,Separator:Z5,Dialog:W5,Empty:V5,Loading:z5});function G5(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function K5(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function il(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 Xt(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 cl(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(Ze,s),o.current=s}),o}var q5=()=>{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({})}},Y5={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};const X5=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})=>`
|
|
433
|
+
gap: ${e.click.field.space.gap};
|
|
434
|
+
font: ${e.click.field.typography.fieldText.default};
|
|
435
|
+
color: ${e.click.field.color.text.default};
|
|
436
|
+
&[data-selected="true"] {
|
|
437
|
+
font: ${e.click.field.typography.fieldText.hover};
|
|
438
|
+
color:${e.click.field.color.text.hover};
|
|
439
|
+
cursor: pointer;
|
|
440
|
+
}
|
|
441
|
+
&[data-state="checked"] {
|
|
442
|
+
color:${e.click.field.color.text.active};
|
|
443
|
+
font: ${e.click.field.typography.fieldText.active};
|
|
444
|
+
}
|
|
445
|
+
&[data-disabled] {
|
|
446
|
+
color:${e.click.field.color.text.disabled};
|
|
447
|
+
font: ${e.click.field.typography.fieldText.disabled};
|
|
448
|
+
pointer-events: none;
|
|
449
|
+
}
|
|
450
|
+
`),J5=e=>a.jsx(X5,{...e}),ll=c.createContext({selectedValue:void 0,onSelect:()=>null,popperOpen:!1,valueNode:null,onOpenChange:()=>null}),Q5=({value:e,children:t})=>a.jsx(ll.Provider,{value:e,children:t}),ev=({children:e,value:t,defaultValue:n,updateValueNode:o,defaultOpen:r=!1,onOpenChange:i,onChange:s})=>{const[l,d]=c.useState(r),[u,p]=c.useState(null),[f,v]=c.useState(t??n),b=x=>{v(x),g(!1),typeof s=="function"&&s(x)},g=x=>{d(x),typeof i=="function"&&i(x)},h={selectedValue:f,valueNode:u,onSelect:b,popperOpen:l,onOpenChange:g};return c.useEffect(()=>{const x=o(f);p(x?a.jsx(J5,{...x.props}):null)},[f,o]),a.jsx(Q5,{value:h,children:e})},wr="horizontal",tv=["horizontal","vertical"],sl=c.forwardRef((e,t)=>{const{decorative:n,orientation:o=wr,...r}=e,i=dl(o)?o:wr,l=n?{role:"none"}:{"aria-orientation":i==="vertical"?i:void 0,role:"separator"};return c.createElement(K.div,S({"data-orientation":i},l,r,{ref:t}))});sl.propTypes={orientation(e,t,n){const o=e[t],r=String(o);return o&&!dl(o)?new Error(nv(r,n)):null}};function nv(e,t){return`Invalid prop \`orientation\` of value \`${e}\` supplied to \`${t}\`, expected one of:
|
|
451
|
+
- horizontal
|
|
452
|
+
- vertical
|
|
453
|
+
|
|
454
|
+
Defaulting to \`${wr}\`.`}function dl(e){return tv.includes(e)}const ov=E(sl).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
|
+
background: ${e.click.separator.color.stroke.default};
|
|
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
|
+
`),rv=({orientation:e="horizontal",...t})=>a.jsx(ov,{orientation:e,...t}),Cr=()=>{const e=c.useContext(ll);if(!e)throw new Error("Context used outside of its Provider!");return e},av=E(hc).withConfig({componentId:"sc-skjelm-0"})(["width:100%;"]),iv=E(vc).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
|
+
border-radius: ${e.click.field.radii.all};
|
|
459
|
+
padding: ${e.click.field.space.y} ${e.click.field.space.x};
|
|
460
|
+
gap: ${e.click.field.space.gap};
|
|
461
|
+
font: ${e.click.field.typography.fieldText.default};
|
|
462
|
+
color: ${e.click.field.color.text.default};
|
|
463
|
+
border: 1px solid ${e.click.field.color.stroke.default};
|
|
464
|
+
background: ${e.click.field.color.background.default};
|
|
465
|
+
&:hover {
|
|
466
|
+
border: 1px solid ${e.click.field.color.stroke.hover};
|
|
467
|
+
background: ${e.click.field.color.background.hover};
|
|
468
|
+
color: ${e.click.field.color.text.hover};
|
|
469
|
+
}
|
|
470
|
+
${t?`
|
|
471
|
+
font: ${e.click.field.typography.fieldText.error};
|
|
472
|
+
border: 1px solid ${e.click.field.color.stroke.error};
|
|
473
|
+
background: ${e.click.field.color.background.active};
|
|
474
|
+
color: ${e.click.field.color.text.error};
|
|
475
|
+
&:hover {
|
|
476
|
+
border: 1px solid ${e.click.field.color.stroke.error};
|
|
477
|
+
color: ${e.click.field.color.text.error};
|
|
478
|
+
}
|
|
479
|
+
`:`
|
|
480
|
+
&:focus,
|
|
481
|
+
&[data-state="open"] {
|
|
482
|
+
font: ${e.click.field.typography.fieldText.active};
|
|
483
|
+
border: 1px solid ${e.click.field.color.stroke.active};
|
|
484
|
+
background: ${e.click.field.color.background.active};
|
|
485
|
+
color: ${e.click.field.color.text.active};
|
|
486
|
+
& ~ label {
|
|
487
|
+
color: ${e.click.field.color.label.active};
|
|
488
|
+
font: ${e.click.field.typography.label.active};;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
`};
|
|
492
|
+
&:disabled {
|
|
493
|
+
font: ${e.click.field.typography.fieldText.disabled};
|
|
494
|
+
border: 1px solid ${e.click.field.color.stroke.disabled};
|
|
495
|
+
background: ${e.click.field.color.background.disabled};
|
|
496
|
+
color: ${e.click.field.color.text.disabled};
|
|
497
|
+
}
|
|
498
|
+
`),cv=E(gc).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
|
+
border: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
500
|
+
background: ${e.click.genericMenu.item.color.background.default};
|
|
501
|
+
box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
|
|
502
|
+
0px 1px 2px 0px rgba(16, 24, 40, 0.06);
|
|
503
|
+
border-radius: 0.25rem;
|
|
504
|
+
`),lv=E.div.withConfig({componentId:"sc-skjelm-3"})(["width:100%;display:grid;grid-template-columns:1fr auto;"," ",""],({theme:e})=>`
|
|
505
|
+
border-bottom: 1px solid ${e.click.genericMenu.button.color.stroke.default};
|
|
506
|
+
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
507
|
+
color: ${e.click.genericMenu.autocomplete.color.searchTerm.default};
|
|
508
|
+
font: ${e.click.genericMenu.autocomplete.typography.search.term.default};
|
|
509
|
+
`,({$showSearch:e})=>e?void 0:`
|
|
510
|
+
border: none;
|
|
511
|
+
height: 0;
|
|
512
|
+
padding:0;
|
|
513
|
+
`),sv=E(ht.Input).withConfig({componentId:"sc-skjelm-4"})(["background:transparent;border:none;width:100%;outline:none;",""],({theme:e,$showSearch:t})=>`
|
|
514
|
+
min-height: ${t?"21px":"0"};
|
|
515
|
+
gap: ${e.click.genericMenu.item.space.gap};
|
|
516
|
+
font: ${e.click.genericMenu.item.typography.label};
|
|
517
|
+
border-bottom: 1px solid ${e.click.genericMenu.button.color.stroke.default};
|
|
518
|
+
color: inherit;
|
|
519
|
+
font: inherit;
|
|
520
|
+
&::placeholder {
|
|
521
|
+
color: ${e.click.genericMenu.autocomplete.color.placeholder.default};
|
|
522
|
+
font: ${e.click.genericMenu.autocomplete.typography.search.placeholder.default};
|
|
523
|
+
}
|
|
524
|
+
${t?void 0:`
|
|
525
|
+
height: 0;
|
|
526
|
+
opacity: 0;
|
|
527
|
+
`}
|
|
528
|
+
`),dv=E.button.withConfig({componentId:"sc-skjelm-5"})(["background:transparent;border:none;padding:0;outline:none;cursor:pointer;color:inherit;"]),uv=E.button.withConfig({componentId:"sc-skjelm-6"})(["border:none;display:flex;justify-content:flex-start;width:100%;",""],({theme:e,$clickable:t})=>`
|
|
529
|
+
font: ${e.click.genericMenu.button.typography.label.default}
|
|
530
|
+
padding: ${e.click.genericMenu.button.space.y} ${e.click.genericMenu.item.space.x};
|
|
531
|
+
background: ${e.click.genericMenu.button.color.background.default};
|
|
532
|
+
color: ${e.click.genericMenu.button.color.label.default};
|
|
533
|
+
&:hover {
|
|
534
|
+
font: ${e.click.genericMenu.button.typography.label.hover};
|
|
535
|
+
}
|
|
536
|
+
cursor: ${t?"pointer":"default"}
|
|
537
|
+
`),fv=({open:e,id:t,placeholder:n,disabled:o,children:r,hasError:i,showSearch:s=!1})=>{const{valueNode:l,popperOpen:d,onOpenChange:u}=Cr(),p=c.useRef(null),[f,v]=c.useState(""),b=()=>{var h;(h=p.current)==null||h.focus()},g=()=>{v("")};return a.jsxs(av,{open:e??d,onOpenChange:u,children:[a.jsxs(iv,{id:t,$error:i,disabled:o,children:[l??n,a.jsx(J,{name:"sort",size:"sm"})]}),a.jsx(bc,{children:a.jsx(cv,{sideOffset:5,onFocus:b,children:a.jsxs(ht,{onValueChange:v,loop:!0,children:[a.jsxs(lv,{$showSearch:s,children:[a.jsx(sv,{ref:p,value:f,onValueChange:v,$showSearch:s,"data-testid":"select-search-input"}),f.length>0&&a.jsx(dv,{onClick:g,"data-testid":"select-search-close",children:a.jsx(J,{name:"cross",size:"sm"})})]}),a.jsx(ht.List,{children:r})]})})})]})},ul=e=>t=>{if(!t)return null;let n=null;return c.Children.forEach(e,o=>{const r=o&&typeof o=="object"&&"props"in o?o.props:null;if((r==null?void 0:r.value)===t){n=o;return}if(r!=null&&r.children){const i=ul(r.children)(t);if(i){n=i;return}}}),n},Gn=({placeholder:e="Select an option",label:t,children:n,disabled:o,id:r,error:i,value:s,defaultValue:l,onChange:d,open:u,defaultOpen:p,onOpenChange:f,name:v,required:b,isFormControl:g,showSearch:h=!1,...x})=>{const $=c.useId();return a.jsxs(Ri,{...x,children:[i&&a.jsx(Wi,{children:i}),g&&a.jsx("input",{type:"hidden",name:v,required:b}),a.jsx(ev,{value:s,defaultValue:l,updateValueNode:ul(n),defaultOpen:p,onOpenChange:f,onChange:d,children:a.jsx(fv,{hasError:!!i&&typeof i<"u",open:u,id:r??$,placeholder:e,disabled:o,showSearch:h,children:n})}),t&&a.jsx(fo,{htmlFor:r??$,disabled:o,error:!!i&&typeof i<"u",children:t})]})},pv=E(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
|
+
font: ${e.click.genericMenu.item.typography.label.default};
|
|
539
|
+
background: ${e.click.genericMenu.item.color.background.default};
|
|
540
|
+
color: ${e.click.genericMenu.item.color.text.default};
|
|
541
|
+
&[data-highlighted] {
|
|
542
|
+
font: ${e.click.genericMenu.item.typography.label.hover};
|
|
543
|
+
background: ${e.click.genericMenu.item.color.background.hover};
|
|
544
|
+
color:${e.click.genericMenu.item.color.text.hover};
|
|
545
|
+
}
|
|
546
|
+
&[data-state="checked"] {
|
|
547
|
+
background:${e.click.genericMenu.item.color.background.active};
|
|
548
|
+
color:${e.click.genericMenu.item.color.text.active};
|
|
549
|
+
font: ${e.click.genericMenu.item.typography.label.active};
|
|
550
|
+
}
|
|
551
|
+
&[data-disabled] {
|
|
552
|
+
background:${e.click.genericMenu.item.color.background.disabled};
|
|
553
|
+
color:${e.click.genericMenu.item.color.text.disabled};
|
|
554
|
+
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
555
|
+
pointer-events: none;
|
|
556
|
+
}
|
|
557
|
+
`,({theme:e})=>`
|
|
558
|
+
font: ${e.click.genericMenu.item.typography.sectionHeader.default};
|
|
559
|
+
color: ${e.click.genericMenu.item.color.text.muted};
|
|
560
|
+
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
561
|
+
gap: ${e.click.genericMenu.item.space.gap};
|
|
562
|
+
border-bottom: 1px solid ${e.click.genericMenu.item.color.stroke.default};
|
|
563
|
+
`),fl=c.forwardRef(({children:e,...t},n)=>a.jsx(pv,{...t,ref:n,children:e}));fl.displayName="Select.Group";const hv=E(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
|
+
padding: ${e.click.genericMenu.item.space.y} ${e.click.genericMenu.item.space.x};
|
|
565
|
+
gap: ${e.click.genericMenu.item.space.gap};
|
|
566
|
+
font: ${e.click.genericMenu.item.typography.label.default};
|
|
567
|
+
background: ${e.click.genericMenu.item.color.background.default};
|
|
568
|
+
color: ${e.click.genericMenu.item.color.text.default};
|
|
569
|
+
&[data-selected="true"] {
|
|
570
|
+
font: ${e.click.genericMenu.item.typography.label.hover};
|
|
571
|
+
background: ${e.click.genericMenu.item.color.background.hover};
|
|
572
|
+
color:${e.click.genericMenu.item.color.text.hover};
|
|
573
|
+
cursor: pointer;
|
|
574
|
+
}
|
|
575
|
+
&[data-state="checked"] {
|
|
576
|
+
background:${e.click.genericMenu.item.color.background.active};
|
|
577
|
+
color:${e.click.genericMenu.item.color.text.active};
|
|
578
|
+
font: ${e.click.genericMenu.item.typography.label.active};
|
|
579
|
+
}
|
|
580
|
+
&[data-disabled] {
|
|
581
|
+
background:${e.click.genericMenu.item.color.background.disabled};
|
|
582
|
+
color:${e.click.genericMenu.item.color.text.disabled};
|
|
583
|
+
font: ${e.click.genericMenu.item.typography.label.disabled};
|
|
584
|
+
pointer-events: none;
|
|
585
|
+
}
|
|
586
|
+
`),pl=c.forwardRef(({children:e,separator:t,onSelect:n,value:o="",...r},i)=>{const{selectedValue:s,onSelect:l}=Cr(),d=()=>{l(o),typeof n=="function"&&n(o)};return a.jsxs(a.Fragment,{children:[a.jsx(hv,{...r,onSelect:d,ref:i,"data-state":s==o?"checked":"unchecked",children:e}),t&&a.jsx(rv,{size:"sm"})]})});pl.displayName="Select.Item",Gn.Group=fl,Gn.Item=pl;const hl=({children:e,onClick:t,...n})=>{const o=typeof t=="function",r=et(l=>l.search),{onOpenChange:i}=Cr(),s=l=>{l.preventDefault(),o&&(t(l),i(!1))};return a.jsx(ht.Empty,{children:a.jsx(uv,{onClick:s,$clickable:o,...n,children:typeof e=="function"?e({search:r}):`
|
|
587
|
+
No Options found${r.length>0?` for "${r}" `:""}
|
|
588
|
+
`})})};hl.displayName="SelectNoData",Gn.NoData=hl;const vv=E.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),bv=E.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;}"]),Kn=({icon:e,iconDir:t="start",children:n})=>a.jsxs(vv,{children:[e&&t==="start"&&a.jsx(J,{name:e,size:"sm"}),a.jsx(bv,{children:n}),e&&t==="end"&&a.jsx(J,{name:e,size:"sm"})]}),gv=({label:e,level:t=0,icon:n,selected:o,iconDir:r,...i})=>a.jsx(vl,{$level:t,"data-selected":o,...i,children:a.jsx(Kn,{icon:n,iconDir:r,children:e})}),vl=E.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 o=n===0?"item":"subItem";return`
|
|
589
|
+
padding: ${e.click.sidebar.navigation[o].default.space.y} ${e.click.sidebar.navigation[o].default.space.right} ${e.click.sidebar.navigation[o].default.space.y} ${t?e.click.sidebar.navigation[o].default.space.left:e.click.image.sm.size.width};
|
|
590
|
+
border-radius: ${e.click.sidebar.navigation[o].radii.all};
|
|
591
|
+
font: ${e.click.sidebar.navigation[o].typography.default};
|
|
592
|
+
background-color: ${e.click.sidebar.navigation[o].color.background.default};
|
|
593
|
+
color: ${e.click.sidebar.navigation[o].color.text.default};
|
|
594
|
+
&:hover, &:focus {
|
|
595
|
+
font: ${e.click.sidebar.navigation[o].typography.hover};
|
|
596
|
+
background-color: ${e.click.sidebar.navigation[o].color.background.hover};
|
|
597
|
+
color: ${e.click.sidebar.navigation[o].color.text.hover};
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
&:active, &[data-selected="true"] {
|
|
601
|
+
font: ${e.click.sidebar.navigation[o].typography.active};
|
|
602
|
+
background-color: ${e.click.sidebar.navigation[o].color.background.active};
|
|
603
|
+
color: ${e.click.sidebar.navigation[o].color.text.active};
|
|
604
|
+
}
|
|
605
|
+
@media (max-width: 640px) {
|
|
606
|
+
gap: ${e.click.sidebar.navigation[o].mobile.space.gap};
|
|
607
|
+
padding: ${e.click.sidebar.navigation[o].mobile.space.y} ${e.click.sidebar.navigation[o].mobile.space.right} ${e.click.sidebar.navigation[o].mobile.space.y} ${t?e.click.sidebar.navigation[o].mobile.space.left:e.click.image.sm.size.width};
|
|
608
|
+
font: ${e.click.sidebar.navigation[o].mobile.typography.default};
|
|
609
|
+
|
|
610
|
+
&:hover, &:focus {
|
|
611
|
+
font: ${e.click.sidebar.navigation[o].mobile.typography.hover};
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
&:active {
|
|
615
|
+
font: ${e.click.sidebar.navigation[o].mobile.typography.active};
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
`}),Sr=c.createContext({open:!1,onOpenChange:()=>null}),we=({open:e,onOpenChange:t,children:n,...o})=>{const[r,i]=c.useState(e??!1),s=()=>{i(d=>(typeof t=="function"&&t(!d),!d))};c.useEffect(()=>{i(d=>e??d)},[e]);const l={open:r,onOpenChange:s};return a.jsx("div",{...o,children:a.jsx(Sr.Provider,{value:l,children:n})})},mv=E.styled.div.withConfig({componentId:"sc-guwmyz-0"})(["margin-left:",";"],({theme:e,$indicatorDir:t})=>t==="start"?0:e.click.image.sm.size.width),bl=({indicatorDir:e="start",icon:t,iconDir:n,children:o,...r})=>a.jsxs(mv,{$indicatorDir:e,...r,children:[e==="start"&&a.jsx(we.Trigger,{}),o&&a.jsx(Kn,{icon:t,iconDir:n,children:o}),e==="end"&&a.jsx(we.Trigger,{})]});bl.displayName="CollapsibleHeader",we.Header=bl;const xv=E.styled(Vi).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;}}']),gl=({onClick:e,children:t,indicatorDir:n="start",icon:o,iconDir:r="start",...i})=>{const{open:s,onOpenChange:l}=c.useContext(Sr),d=u=>{u.preventDefault(),u.stopPropagation(),e&&e(u),l()};return a.jsxs(xv,{onClick:d,$indicatorDir:n,...i,children:[n==="start"&&a.jsx(J,{"data-trigger-icon":!0,name:"chevron-right","data-open":s.toString(),size:"sm"}),t&&a.jsx(Kn,{icon:o,iconDir:r,children:t}),n==="end"&&a.jsx(J,{"data-trigger-icon":!0,name:"chevron-right","data-open":s.toString(),size:"sm"})]})};gl.displayName="CollapsibleTrigger",we.Trigger=gl;const $v=E.styled.div.withConfig({componentId:"sc-guwmyz-2"})(["",""],({theme:e,$indicatorDir:t})=>t?`${t==="start"?"margin-left":"margin-right"}: ${e.click.image.sm.size.width}`:""),ml=({indicatorDir:e,...t})=>{const{open:n}=c.useContext(Sr);if(n)return a.jsx($v,{$indicatorDir:e,...t})};ml.displayName="CollapsibleContent",we.Content=ml;const kv=({label:e,children:t,open:n,onOpenChange:o,iconDir:r="start",indicatorDir:i="start",icon:s,level:l=0,selected:d,...u})=>{if(e)return a.jsxs(we,{open:n,onOpenChange:o,children:[a.jsx(vl,{as:we.Header,icon:s,iconDir:r,indicatorDir:i,$collapsible:!0,$level:l,"data-selected":d,...u,children:e}),a.jsx(we.Content,{indicatorDir:i,children:t})]})},yv=({label:e,icon:t,iconDir:n,selected:o,...r})=>a.jsx(xl,{"data-selected":o,...r,children:a.jsx(Kn,{icon:t,iconDir:n,children:e})}),xl=E.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
|
+
padding: 0;
|
|
620
|
+
padding-left: ${t?0:e.click.image.sm.size.width};
|
|
621
|
+
font: ${e.click.sidebar.navigation.title.typography.default};
|
|
622
|
+
color: ${e.click.sidebar.navigation.title.color.default};
|
|
623
|
+
|
|
624
|
+
&:hover {
|
|
625
|
+
font: ${e.click.sidebar.navigation.title.typography.hover};
|
|
626
|
+
color: ${e.click.sidebar.navigation.title.color.hover};
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
&:active, &[data-state="open"], &[data-selected="true"] {
|
|
630
|
+
font: ${e.click.sidebar.navigation.title.typography.active};
|
|
631
|
+
color: ${e.click.sidebar.navigation.title.color.active};
|
|
632
|
+
}
|
|
633
|
+
`),wv=({label:e,children:t,open:n,onOpenChange:o,iconDir:r,icon:i,selected:s,...l})=>{if(e)return a.jsxs(we,{open:n,onOpenChange:o,children:[a.jsxs(xl,{as:we.Trigger,$collapsible:!0,iconDir:r,"data-selected":s,...l,children:[i&&a.jsx(J,{name:i,size:"sm"}),e]}),a.jsx(we.Content,{children:t})]})},Cv=E.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}`),$l=({size:e})=>a.jsx(Cv,{$size:e}),Sv=({type:e="primary",disabled:t,menu:n,dir:o,open:r,defaultOpen:i,onOpenChange:s,modal:l,side:d,...u})=>a.jsxs(ve,{dir:o,open:r,defaultOpen:i,onOpenChange:s,modal:l,children:[a.jsxs(Mv,{$disabled:t,$type:e,children:[a.jsx(Ev,{disabled:t,$type:e,...u}),a.jsx(Ov,{as:ve.Trigger,disabled:t,$type:e,asChild:!0,"data-testid":"split-button-dropdown",children:a.jsx("span",{children:a.jsx(J,{name:"chevron-down"})})})]}),a.jsx(ve.Content,{side:d,children:n.map((p,f)=>a.jsx(Mr,{parentKey:`split-menu-option-${f}`,...p},`split-menu-option-${f}`))})]}),kl=({label:e,icon:t,iconDir:n})=>a.jsxs(a.Fragment,{children:[t&&n==="left"&&a.jsx(J,{name:t,size:"sm"}),e,t&&n==="right"&&a.jsx(J,{name:t,size:"sm"})]}),Mr=({items:e=[],type:t="item",label:n,icon:o,iconDir:r="left",parentKey:i,...s})=>{if(t==="item")return a.jsx(ve.Item,{...s,children:a.jsx(kl,{icon:o,iconDir:r,label:n})});if(t==="group")return a.jsx(ve.Group,{children:e.map((l,d)=>a.jsx(Mr,{parentKey:`${i}-group-${d}`,...l},`${i}-group-${d}`))});if(t==="sub-menu")return a.jsxs(ve.Sub,{children:[a.jsx(ve.Trigger,{sub:!0,...s,children:a.jsx(kl,{icon:o,iconDir:r,label:n})}),a.jsx(ve.Content,{sub:!0,children:e.map((l,d)=>a.jsx(Mr,{parentKey:`${i}-sub-menu-${d}`,...l},`${i}-sub-menu-${d}`))})]})},Mv=E.div.withConfig({componentId:"sc-85zs9e-0"})(["display:inline-flex;align-items:center;overflow:hidden;",""],({theme:e,$disabled:t=!1,$type:n})=>`
|
|
634
|
+
border-radius: ${e.click.button.radii.all};
|
|
635
|
+
border: 1px solid ${e.click.button.split[n].stroke.default};
|
|
636
|
+
${t?`
|
|
637
|
+
cursor: not-allowed;
|
|
638
|
+
border-color: ${e.click.button.split[n].stroke.disabled};
|
|
639
|
+
`:`
|
|
640
|
+
&:hover {
|
|
641
|
+
border-color: ${e.click.button.split[n].stroke.hover};
|
|
642
|
+
}
|
|
643
|
+
&:focus-within {
|
|
644
|
+
border-color: ${e.click.button.split[n].stroke.active};
|
|
645
|
+
}
|
|
646
|
+
`}
|
|
647
|
+
`),Ev=E(Yo).withConfig({componentId:"sc-85zs9e-1"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
648
|
+
background: ${e.click.button.split[t].background.main.default};
|
|
649
|
+
color: ${e.click.button.split[t].text.default};
|
|
650
|
+
&:hover {
|
|
651
|
+
background: ${e.click.button.split[t].background.main.hover};
|
|
652
|
+
color: ${e.click.button.split[t].text.hover};
|
|
653
|
+
}
|
|
654
|
+
&:focus {
|
|
655
|
+
background: ${e.click.button.split[t].background.main.active};
|
|
656
|
+
color: ${e.click.button.split[t].text.active};
|
|
657
|
+
}
|
|
658
|
+
&:disabled {
|
|
659
|
+
background: ${e.click.button.split[t].background.main.disabled};
|
|
660
|
+
color: ${e.click.button.split[t].text.disabled};
|
|
661
|
+
}
|
|
662
|
+
`),Ov=E(Yo).withConfig({componentId:"sc-85zs9e-2"})(["border:none;align-self:stretch;border-radius:0;",""],({theme:e,$type:t})=>`
|
|
663
|
+
padding: ${e.click.button.split.icon.space.y} ${e.click.button.split.icon.space.x};
|
|
664
|
+
background: ${e.click.button.split[t].background.action.default};
|
|
665
|
+
color: ${e.click.button.split[t].text.default};
|
|
666
|
+
&:hover {
|
|
667
|
+
background: ${e.click.button.split[t].background.action.hover};
|
|
668
|
+
color: ${e.click.button.split[t].text.hover};
|
|
669
|
+
}
|
|
670
|
+
&:focus {
|
|
671
|
+
background: ${e.click.button.split[t].background.action.active};
|
|
672
|
+
color: ${e.click.button.split[t].text.active};
|
|
673
|
+
}
|
|
674
|
+
&[data-disabled] {
|
|
675
|
+
background: ${e.click.button.split[t].background.action.disabled};
|
|
676
|
+
color: ${e.click.button.split[t].text.disabled};
|
|
677
|
+
}
|
|
678
|
+
`),yl="Switch",[jv,N9]=le(yl),[Pv,Iv]=jv(yl),Fv=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,v]=c.useState(null),b=oe(t,k=>v(k)),g=c.useRef(!1),h=f?!!f.closest("form"):!0,[x=!1,$]=pe({prop:r,defaultProp:i,onChange:u});return c.createElement(Pv,{scope:n,checked:x,disabled:l},c.createElement(K.button,S({type:"button",role:"switch","aria-checked":x,"aria-required":s,"data-state":wl(x),"data-disabled":l?"":void 0,disabled:l,value:d},p,{ref:b,onClick:T(e.onClick,k=>{$(w=>!w),h&&(g.current=k.isPropagationStopped(),g.current||k.stopPropagation())})})),h&&c.createElement(Dv,{control:f,bubbles:!g.current,name:o,value:d,checked:x,required:s,disabled:l,style:{transform:"translateX(-100%)"}}))}),_v="SwitchThumb",Tv=c.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=Iv(_v,n);return c.createElement(K.span,S({"data-state":wl(r.checked),"data-disabled":r.disabled?"":void 0},o,{ref:t}))}),Dv=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,i=c.useRef(null),s=er(n),l=gn(t);return c.useEffect(()=>{const d=i.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(s!==n&&f){const v=new Event("click",{bubbles:o});f.call(d,n),d.dispatchEvent(v)}},[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 wl(e){return e?"checked":"unchecked"}const Lv=Fv,Av=Tv,Nv=c.forwardRef(({checked:e,disabled:t,...n},o)=>a.jsx(Zv,{ref:o,disabled:t,checked:e,...n,children:a.jsx(Hv,{$checked:e})})),Uv=(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}`}},Bv=(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}},Zv=E(Lv).withConfig({componentId:"sc-egkkgl-0"})(e=>{const t=Uv(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}}),Hv=E(Av).withConfig({componentId:"sc-egkkgl-1"})(e=>({display:"block",width:"12px",height:"12px",backgroundColor:Bv(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"})),Cl="Tabs",[Rv,U9]=le(Cl,[ct]),Sl=ct(),[Wv,Er]=Rv(Cl),Vv=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,v]=pe({prop:o,onChange:r,defaultProp:i});return c.createElement(Wv,{scope:n,baseId:Se(),value:f,onValueChange:v,orientation:s,dir:p,activationMode:d},c.createElement(K.div,S({dir:p,"data-orientation":s},u,{ref:t})))}),zv="TabsList",Gv=c.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,i=Er(zv,n),s=Sl(n);return c.createElement(jo,S({asChild:!0},s,{orientation:i.orientation,dir:i.dir,loop:o}),c.createElement(K.div,S({role:"tablist","aria-orientation":i.orientation},r,{ref:t})))}),Kv="TabsTrigger",qv=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...i}=e,s=Er(Kv,n),l=Sl(n),d=Ml(s.baseId,o),u=El(s.baseId,o),p=o===s.value;return c.createElement(Po,S({asChild:!0},l,{focusable:!r,active:p}),c.createElement(K.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:T(e.onMouseDown,f=>{!r&&f.button===0&&f.ctrlKey===!1?s.onValueChange(o):f.preventDefault()}),onKeyDown:T(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&s.onValueChange(o)}),onFocus:T(e.onFocus,()=>{const f=s.activationMode!=="manual";!p&&!r&&f&&s.onValueChange(o)})})))}),Yv="TabsContent",Xv=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:i,...s}=e,l=Er(Yv,n),d=Ml(l.baseId,o),u=El(l.baseId,o),p=o===l.value,f=c.useRef(p);return c.useEffect(()=>{const v=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(v)},[]),c.createElement(he,{present:r||p},({present:v})=>c.createElement(K.div,S({"data-state":p?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":d,hidden:!v,id:u,tabIndex:0},s,{ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0}}),v&&i))});function Ml(e,t){return`${e}-trigger-${t}`}function El(e,t){return`${e}-content-${t}`}const Jv=Vv,Qv=Gv,eb=qv,tb=Xv,nb=E(eb).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),ob=E(tb).withConfig({componentId:"sc-tj736u-1"})([""]),rb=E(Qv).withConfig({componentId:"sc-tj736u-2"})(["border-bottom:",";"],e=>e.theme.click.tabs.basic.stroke.global),qn=({defaultValue:e,children:t,ariaLabel:n,onValueChange:o,...r})=>a.jsx(Jv,{"aria-label":n,defaultValue:e,onValueChange:o,...r,children:t});qn.TriggersList=rb,qn.Trigger=nb,qn.Content=ob;const ab=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),v=c.useId(),b=h=>{d(h.target.value,h)},g=()=>{d("")};return a.jsxs(Un,{disabled:n,id:i??v,label:o,error:r,children:[a.jsx(Bn,{ref:Oc([f,p]),type:t,id:i??v,disabled:n,value:l,onChange:b,...u}),e&&a.jsx(rr,{disabled:n,onClick:g,$show:l.length>0,children:a.jsx(J,{name:"cross",size:"sm"})}),s&&a.jsx(J,{name:"loading-animated",size:"sm"})]})}),ib=c.forwardRef((e,t)=>c.createElement(K.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,Z9]=le("Tooltip",[Ne]),Xn=Ne(),cb="TooltipProvider",lb=700,Or="tooltip.open",[sb,jr]=Yn(cb),db=e=>{const{__scopeTooltip:t,delayDuration:n=lb,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(sb,{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",[ub,Jt]=Yn(Pr),fb=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r=!1,onOpenChange:i,disableHoverableContent:s,delayDuration:l}=e,d=jr(Pr,e.__scopeTooltip),u=Xn(t),[p,f]=c.useState(null),v=Se(),b=c.useRef(0),g=s??d.disableHoverableContent,h=l??d.delayDuration,x=c.useRef(!1),[$=!1,k]=pe({prop:o,defaultProp:r,onChange:I=>{I?(d.onOpen(),document.dispatchEvent(new CustomEvent(Or))):d.onClose(),i==null||i(I)}}),w=c.useMemo(()=>$?x.current?"delayed-open":"instant-open":"closed",[$]),C=c.useCallback(()=>{window.clearTimeout(b.current),x.current=!1,k(!0)},[k]),O=c.useCallback(()=>{window.clearTimeout(b.current),k(!1)},[k]),P=c.useCallback(()=>{window.clearTimeout(b.current),b.current=window.setTimeout(()=>{x.current=!0,k(!0)},h)},[h,k]);return c.useEffect(()=>()=>window.clearTimeout(b.current),[]),c.createElement(Tt,u,c.createElement(ub,{scope:t,contentId:v,open:$,stateAttribute:w,trigger:p,onTriggerChange:f,onTriggerEnter:c.useCallback(()=>{d.isOpenDelayed?P():C()},[d.isOpenDelayed,P,C]),onTriggerLeave:c.useCallback(()=>{g?O():window.clearTimeout(b.current)},[O,g]),onOpen:C,onClose:O,disableHoverableContent:g},n))},Ol="TooltipTrigger",pb=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=Jt(Ol,n),i=jr(Ol,n),s=Xn(n),l=c.useRef(null),d=oe(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(Dt,S({asChild:!0},s),c.createElement(K.button,S({"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute},o,{ref:d,onPointerMove:T(e.onPointerMove,v=>{v.pointerType!=="touch"&&!p.current&&!i.isPointerInTransitRef.current&&(r.onTriggerEnter(),p.current=!0)}),onPointerLeave:T(e.onPointerLeave,()=>{r.onTriggerLeave(),p.current=!1}),onPointerDown:T(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:T(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:T(e.onBlur,r.onClose),onClick:T(e.onClick,r.onClose)})))}),jl="TooltipPortal",[hb,vb]=Yn(jl,{forceMount:void 0}),bb=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,i=Jt(jl,t);return c.createElement(hb,{scope:t,forceMount:n},c.createElement(he,{present:n||i.open},c.createElement($n,{asChild:!0,container:r},o)))},Qt="TooltipContent",gb=c.forwardRef((e,t)=>{const n=vb(Qt,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...i}=e,s=Jt(Qt,e.__scopeTooltip);return c.createElement(he,{present:o||s.open},s.disableHoverableContent?c.createElement(Pl,S({side:r},i,{ref:t})):c.createElement(mb,S({side:r},i,{ref:t})))}),mb=c.forwardRef((e,t)=>{const n=Jt(Qt,e.__scopeTooltip),o=jr(Qt,e.__scopeTooltip),r=c.useRef(null),i=oe(t,r),[s,l]=c.useState(null),{trigger:d,onClose:u}=n,p=r.current,{onPointerInTransitChange:f}=o,v=c.useCallback(()=>{l(null),f(!1)},[f]),b=c.useCallback((g,h)=>{const x=g.currentTarget,$={x:g.clientX,y:g.clientY},k=wb($,x.getBoundingClientRect()),w=Cb($,k),C=Sb(h.getBoundingClientRect()),O=Eb([...w,...C]);l(O),f(!0)},[f]);return c.useEffect(()=>()=>v(),[v]),c.useEffect(()=>{if(d&&p){const g=x=>b(x,p),h=x=>b(x,d);return d.addEventListener("pointerleave",g),p.addEventListener("pointerleave",h),()=>{d.removeEventListener("pointerleave",g),p.removeEventListener("pointerleave",h)}}},[d,p,b,v]),c.useEffect(()=>{if(s){const g=h=>{const x=h.target,$={x:h.clientX,y:h.clientY},k=(d==null?void 0:d.contains(x))||(p==null?void 0:p.contains(x)),w=!Mb($,s);k?v():w&&(v(),u())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[d,p,s,u,v]),c.createElement(Pl,S({},e,{ref:i}))}),[xb,$b]=Yn(Pr,{isInside:!1}),Pl=c.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:i,onPointerDownOutside:s,...l}=e,d=Jt(Qt,n),u=Xn(n),{onClose:p}=d;return c.useEffect(()=>(document.addEventListener(Or,p),()=>document.removeEventListener(Or,p)),[p]),c.useEffect(()=>{if(d.trigger){const f=v=>{const b=v.target;b!=null&&b.contains(d.trigger)&&p()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[d.trigger,p]),c.createElement(cn,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:s,onFocusOutside:f=>f.preventDefault(),onDismiss:p},c.createElement(mn,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(xb,{scope:n,isInside:!0},c.createElement(ib,{id:d.contentId,role:"tooltip"},r||o))))}),kb="TooltipArrow",yb=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=Xn(n);return $b(kb,n).isInside?null:c.createElement(xn,S({},r,o,{ref:t}))});function wb(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 Cb(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 Sb(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 Mb(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 Eb(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),Ob(t)}function Ob(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 jb=db,Pb=fb,Ib=pb,Fb=bb,_b=gb,Tb=yb,Db=({children:e,...t})=>a.jsx(jb,{...t,children:e}),Ir=({children:e,...t})=>a.jsx(Pb,{...t,children:e}),Lb=E(Ib).withConfig({componentId:"sc-ymqkp1-0"})(["width:fit-content;"]),Il=e=>a.jsx(Lb,{asChild:!0,...e});Il.displayName="TooltipTrigger",Ir.Trigger=Il;const Ab=E(_b).withConfig({componentId:"sc-ymqkp1-1"})(["display:flex;align-items:flex-start;",""],({theme:e})=>`
|
|
679
|
+
padding: ${e.click.tooltip.space.y} ${e.click.tooltip.space.x};
|
|
680
|
+
color: ${e.click.tooltip.color.label.default};
|
|
681
|
+
background: ${e.click.tooltip.color.background.default};
|
|
682
|
+
border-radius: ${e.click.tooltip.radii.all};
|
|
683
|
+
font: ${e.click.tooltip.typography.label.default};
|
|
684
|
+
`),Nb=E.svg.withConfig({componentId:"sc-ymqkp1-2"})(["",";"],({theme:e})=>`
|
|
685
|
+
fill: ${e.click.tooltip.color.background.default};
|
|
686
|
+
`),Fl=({showArrow:e,children:t,...n})=>a.jsx(Fb,{children:a.jsxs(Ab,{...n,children:[e&&a.jsx(Nb,{as:Tb,width:20,height:8}),t]})});Fl.displayName="TooltipContent",Ir.Content=Fl;const Ub=E.createGlobalStyle(["body{color:",";background-color:","}"],e=>e.theme.click.global.color.text.default,e=>e.theme.click.global.color.background.default),Bb=({theme:e,children:t})=>a.jsxs(E.ThemeProvider,{theme:Fs[e],children:[a.jsx(Ub,{}),t]});function Zb(){this.__data__=[],this.size=0}var Hb=Zb;function Rb(e,t){return e===t||e!==e&&t!==t}var Jn=Rb,Wb=Jn;function Vb(e,t){for(var n=e.length;n--;)if(Wb(e[n][0],t))return n;return-1}var Qn=Vb,zb=Qn,Gb=Array.prototype,Kb=Gb.splice;function qb(e){var t=this.__data__,n=zb(t,e);if(n<0)return!1;var o=t.length-1;return n==o?t.pop():Kb.call(t,n,1),--this.size,!0}var Yb=qb,Xb=Qn;function Jb(e){var t=this.__data__,n=Xb(t,e);return n<0?void 0:t[n][1]}var Qb=Jb,e6=Qn;function t6(e){return e6(this.__data__,e)>-1}var n6=t6,o6=Qn;function r6(e,t){var n=this.__data__,o=o6(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}var a6=r6,i6=Hb,c6=Yb,l6=Qb,s6=n6,d6=a6;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=i6,gt.prototype.delete=c6,gt.prototype.get=l6,gt.prototype.has=s6,gt.prototype.set=d6;var eo=gt,u6=eo;function f6(){this.__data__=new u6,this.size=0}var p6=f6;function h6(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}var v6=h6;function b6(e){return this.__data__.get(e)}var g6=b6;function m6(e){return this.__data__.has(e)}var x6=m6,$6=typeof rn=="object"&&rn&&rn.Object===Object&&rn,_l=$6,k6=_l,y6=typeof self=="object"&&self&&self.Object===Object&&self,w6=k6||y6||Function("return this")(),mt=w6,C6=mt,S6=C6.Symbol,Tl=S6,Dl=Tl,Ll=Object.prototype,M6=Ll.hasOwnProperty,E6=Ll.toString,en=Dl?Dl.toStringTag:void 0;function O6(e){var t=M6.call(e,en),n=e[en];try{e[en]=void 0;var o=!0}catch{}var r=E6.call(e);return o&&(t?e[en]=n:delete e[en]),r}var j6=O6,P6=Object.prototype,I6=P6.toString;function F6(e){return I6.call(e)}var _6=F6,Al=Tl,T6=j6,D6=_6,L6="[object Null]",A6="[object Undefined]",Nl=Al?Al.toStringTag:void 0;function N6(e){return e==null?e===void 0?A6:L6:Nl&&Nl in Object(e)?T6(e):D6(e)}var to=N6;function U6(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var tt=U6,B6=to,Z6=tt,H6="[object AsyncFunction]",R6="[object Function]",W6="[object GeneratorFunction]",V6="[object Proxy]";function z6(e){if(!Z6(e))return!1;var t=B6(e);return t==R6||t==W6||t==H6||t==V6}var Fr=z6,G6=mt,K6=G6["__core-js_shared__"],q6=K6,_r=q6,Ul=function(){var e=/[^.]+$/.exec(_r&&_r.keys&&_r.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Y6(e){return!!Ul&&Ul in e}var X6=Y6,J6=Function.prototype,Q6=J6.toString;function eg(e){if(e!=null){try{return Q6.call(e)}catch{}try{return e+""}catch{}}return""}var tg=eg,ng=Fr,og=X6,rg=tt,ag=tg,ig=/[\\^$.*+?()[\]{}|]/g,cg=/^\[object .+?Constructor\]$/,lg=Function.prototype,sg=Object.prototype,dg=lg.toString,ug=sg.hasOwnProperty,fg=RegExp("^"+dg.call(ug).replace(ig,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function pg(e){if(!rg(e)||og(e))return!1;var t=ng(e)?fg:cg;return t.test(ag(e))}var hg=pg;function vg(e,t){return e==null?void 0:e[t]}var bg=vg,gg=hg,mg=bg;function xg(e,t){var n=mg(e,t);return gg(n)?n:void 0}var Tr=xg,$g=Tr,kg=mt,yg=$g(kg,"Map"),Bl=yg,wg=Tr,Cg=wg(Object,"create"),no=Cg,Zl=no;function Sg(){this.__data__=Zl?Zl(null):{},this.size=0}var Mg=Sg;function Eg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Og=Eg,jg=no,Pg="__lodash_hash_undefined__",Ig=Object.prototype,Fg=Ig.hasOwnProperty;function _g(e){var t=this.__data__;if(jg){var n=t[e];return n===Pg?void 0:n}return Fg.call(t,e)?t[e]:void 0}var Tg=_g,Dg=no,Lg=Object.prototype,Ag=Lg.hasOwnProperty;function Ng(e){var t=this.__data__;return Dg?t[e]!==void 0:Ag.call(t,e)}var Ug=Ng,Bg=no,Zg="__lodash_hash_undefined__";function Hg(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Bg&&t===void 0?Zg:t,this}var Rg=Hg,Wg=Mg,Vg=Og,zg=Tg,Gg=Ug,Kg=Rg;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=Wg,xt.prototype.delete=Vg,xt.prototype.get=zg,xt.prototype.has=Gg,xt.prototype.set=Kg;var qg=xt,Hl=qg,Yg=eo,Xg=Bl;function Jg(){this.size=0,this.__data__={hash:new Hl,map:new(Xg||Yg),string:new Hl}}var Qg=Jg;function e7(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var t7=e7,n7=t7;function o7(e,t){var n=e.__data__;return n7(t)?n[typeof t=="string"?"string":"hash"]:n.map}var oo=o7,r7=oo;function a7(e){var t=r7(this,e).delete(e);return this.size-=t?1:0,t}var i7=a7,c7=oo;function l7(e){return c7(this,e).get(e)}var s7=l7,d7=oo;function u7(e){return d7(this,e).has(e)}var f7=u7,p7=oo;function h7(e,t){var n=p7(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}var v7=h7,b7=Qg,g7=i7,m7=s7,x7=f7,$7=v7;function $t(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])}}$t.prototype.clear=b7,$t.prototype.delete=g7,$t.prototype.get=m7,$t.prototype.has=x7,$t.prototype.set=$7;var k7=$t,y7=eo,w7=Bl,C7=k7,S7=200;function M7(e,t){var n=this.__data__;if(n instanceof y7){var o=n.__data__;if(!w7||o.length<S7-1)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new C7(o)}return n.set(e,t),this.size=n.size,this}var E7=M7,O7=eo,j7=p6,P7=v6,I7=g6,F7=x6,_7=E7;function kt(e){var t=this.__data__=new O7(e);this.size=t.size}kt.prototype.clear=j7,kt.prototype.delete=P7,kt.prototype.get=I7,kt.prototype.has=F7,kt.prototype.set=_7;var T7=kt,D7=Tr,L7=function(){try{var e=D7(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Rl=L7,Wl=Rl;function A7(e,t,n){t=="__proto__"&&Wl?Wl(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var Dr=A7,N7=Dr,U7=Jn;function B7(e,t,n){(n!==void 0&&!U7(e[t],n)||n===void 0&&!(t in e))&&N7(e,t,n)}var Vl=B7;function Z7(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 H7=Z7,R7=H7,W7=R7(),V7=W7,ro={exports:{}};ro.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,v=l?l(f):new u.constructor(f);return u.copy(v),v}e.exports=d}(ro,ro.exports);var z7=ro.exports,G7=mt,K7=G7.Uint8Array,q7=K7,zl=q7;function Y7(e){var t=new e.constructor(e.byteLength);return new zl(t).set(new zl(e)),t}var X7=Y7,J7=X7;function Q7(e,t){var n=t?J7(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var e4=Q7;function t4(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t}var n4=t4,o4=tt,Gl=Object.create,r4=function(){function e(){}return function(t){if(!o4(t))return{};if(Gl)return Gl(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),a4=r4;function i4(e,t){return function(n){return e(t(n))}}var c4=i4,l4=c4,s4=l4(Object.getPrototypeOf,Object),Kl=s4,d4=Object.prototype;function u4(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||d4;return e===n}var ql=u4,f4=a4,p4=Kl,h4=ql;function v4(e){return typeof e.constructor=="function"&&!h4(e)?f4(p4(e)):{}}var b4=v4;function g4(e){return e!=null&&typeof e=="object"}var tn=g4,m4=to,x4=tn,$4="[object Arguments]";function k4(e){return x4(e)&&m4(e)==$4}var y4=k4,Yl=y4,w4=tn,Xl=Object.prototype,C4=Xl.hasOwnProperty,S4=Xl.propertyIsEnumerable,M4=Yl(function(){return arguments}())?Yl:function(e){return w4(e)&&C4.call(e,"callee")&&!S4.call(e,"callee")},Jl=M4,E4=Array.isArray,Ql=E4,O4=9007199254740991;function j4(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=O4}var es=j4,P4=Fr,I4=es;function F4(e){return e!=null&&I4(e.length)&&!P4(e)}var Lr=F4,_4=Lr,T4=tn;function D4(e){return T4(e)&&_4(e)}var L4=D4,ao={exports:{}};function A4(){return!1}var N4=A4;ao.exports,function(e,t){var n=mt,o=N4,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}(ao,ao.exports);var ts=ao.exports,U4=to,B4=Kl,Z4=tn,H4="[object Object]",R4=Function.prototype,W4=Object.prototype,ns=R4.toString,V4=W4.hasOwnProperty,z4=ns.call(Object);function G4(e){if(!Z4(e)||U4(e)!=H4)return!1;var t=B4(e);if(t===null)return!0;var n=V4.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&ns.call(n)==z4}var K4=G4,q4=to,Y4=es,X4=tn,J4="[object Arguments]",Q4="[object Array]",e3="[object Boolean]",t3="[object Date]",n3="[object Error]",o3="[object Function]",r3="[object Map]",a3="[object Number]",i3="[object Object]",c3="[object RegExp]",l3="[object Set]",s3="[object String]",d3="[object WeakMap]",u3="[object ArrayBuffer]",f3="[object DataView]",p3="[object Float32Array]",h3="[object Float64Array]",v3="[object Int8Array]",b3="[object Int16Array]",g3="[object Int32Array]",m3="[object Uint8Array]",x3="[object Uint8ClampedArray]",$3="[object Uint16Array]",k3="[object Uint32Array]",ne={};ne[p3]=ne[h3]=ne[v3]=ne[b3]=ne[g3]=ne[m3]=ne[x3]=ne[$3]=ne[k3]=!0,ne[J4]=ne[Q4]=ne[u3]=ne[e3]=ne[f3]=ne[t3]=ne[n3]=ne[o3]=ne[r3]=ne[a3]=ne[i3]=ne[c3]=ne[l3]=ne[s3]=ne[d3]=!1;function y3(e){return X4(e)&&Y4(e.length)&&!!ne[q4(e)]}var w3=y3;function C3(e){return function(t){return e(t)}}var S3=C3,io={exports:{}};io.exports,function(e,t){var n=_l,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}(io,io.exports);var M3=io.exports,E3=w3,O3=S3,os=M3,rs=os&&os.isTypedArray,j3=rs?O3(rs):E3,as=j3;function P3(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var is=P3,I3=Dr,F3=Jn,_3=Object.prototype,T3=_3.hasOwnProperty;function D3(e,t,n){var o=e[t];(!(T3.call(e,t)&&F3(o,n))||n===void 0&&!(t in e))&&I3(e,t,n)}var L3=D3,A3=L3,N3=Dr;function U3(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?N3(n,l,d):A3(n,l,d)}return n}var B3=U3;function Z3(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}var H3=Z3,R3=9007199254740991,W3=/^(?:0|[1-9]\d*)$/;function V3(e,t){var n=typeof e;return t=t??R3,!!t&&(n=="number"||n!="symbol"&&W3.test(e))&&e>-1&&e%1==0&&e<t}var cs=V3,z3=H3,G3=Jl,K3=Ql,q3=ts,Y3=cs,X3=as,J3=Object.prototype,Q3=J3.hasOwnProperty;function em(e,t){var n=K3(e),o=!n&&G3(e),r=!n&&!o&&q3(e),i=!n&&!o&&!r&&X3(e),s=n||o||r||i,l=s?z3(e.length,String):[],d=l.length;for(var u in e)(t||Q3.call(e,u))&&!(s&&(u=="length"||r&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Y3(u,d)))&&l.push(u);return l}var tm=em;function nm(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var om=nm,rm=tt,am=ql,im=om,cm=Object.prototype,lm=cm.hasOwnProperty;function sm(e){if(!rm(e))return im(e);var t=am(e),n=[];for(var o in e)o=="constructor"&&(t||!lm.call(e,o))||n.push(o);return n}var dm=sm,um=tm,fm=dm,pm=Lr;function hm(e){return pm(e)?um(e,!0):fm(e)}var ls=hm,vm=B3,bm=ls;function gm(e){return vm(e,bm(e))}var mm=gm,ss=Vl,xm=z7,$m=e4,km=n4,ym=b4,ds=Jl,us=Ql,wm=L4,Cm=ts,Sm=Fr,Mm=tt,Em=K4,Om=as,fs=is,jm=mm;function Pm(e,t,n,o,r,i,s){var l=fs(e,n),d=fs(t,n),u=s.get(d);if(u){ss(e,n,u);return}var p=i?i(l,d,n+"",e,t,s):void 0,f=p===void 0;if(f){var v=us(d),b=!v&&Cm(d),g=!v&&!b&&Om(d);p=d,v||b||g?us(l)?p=l:wm(l)?p=km(l):b?(f=!1,p=xm(d,!0)):g?(f=!1,p=$m(d,!0)):p=[]:Em(d)||ds(d)?(p=l,ds(l)?p=jm(l):(!Mm(l)||Sm(l))&&(p=ym(d))):f=!1}f&&(s.set(d,p),r(p,d,o,i,s),s.delete(d)),ss(e,n,p)}var Im=Pm,Fm=T7,_m=Vl,Tm=V7,Dm=Im,Lm=tt,Am=ls,Nm=is;function ps(e,t,n,o,r){e!==t&&Tm(t,function(i,s){if(r||(r=new Fm),Lm(i))Dm(e,t,s,n,ps,o,r);else{var l=o?o(Nm(e,s),i,s+"",e,t,r):void 0;l===void 0&&(l=i),_m(e,s,l)}},Am)}var Um=ps;function Bm(e){return e}var hs=Bm;function Zm(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 Hm=Zm,Rm=Hm,vs=Math.max;function Wm(e,t,n){return t=vs(t===void 0?e.length-1:t,0),function(){for(var o=arguments,r=-1,i=vs(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),Rm(e,this,l)}}var Vm=Wm;function zm(e){return function(){return e}}var Gm=zm,Km=Gm,bs=Rl,qm=hs,Ym=bs?function(e,t){return bs(e,"toString",{configurable:!0,enumerable:!1,value:Km(t),writable:!0})}:qm,Xm=Ym,Jm=800,Qm=16,e8=Date.now;function t8(e){var t=0,n=0;return function(){var o=e8(),r=Qm-(o-n);if(n=o,r>0){if(++t>=Jm)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var n8=t8,o8=Xm,r8=n8,a8=r8(o8),i8=a8,c8=hs,l8=Vm,s8=i8;function d8(e,t){return s8(l8(e,t,c8),e+"")}var u8=d8,f8=Jn,p8=Lr,h8=cs,v8=tt;function b8(e,t,n){if(!v8(n))return!1;var o=typeof t;return(o=="number"?p8(n)&&h8(t,n.length):o=="string"&&t in n)?f8(n[t],e):!1}var g8=b8,m8=u8,x8=g8;function $8(e){return m8(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&&x8(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 k8=$8,y8=Um,w8=k8,C8=w8(function(e,t,n){y8(e,t,n)}),S8=C8;const Ar=Gr(S8),gs={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"}}}}},ms="classic",M8=Object.freeze(Object.defineProperty({__proto__:null,click:gs,default:{click:gs,name:ms},name:ms},Symbol.toStringTag,{value:"Module"})),xs={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)"}}}}},$s="dark",E8=Object.freeze(Object.defineProperty({__proto__:null,click:xs,default:{click:xs,name:$s},name:$s},Symbol.toStringTag,{value:"Module"})),ks={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)"}}}}},ys="light",O8=Object.freeze(Object.defineProperty({__proto__:null,click:ks,default:{click:ks,name:ys},name:ys},Symbol.toStringTag,{value:"Module"})),ws={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)"}}}}},Cs={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"}},Ss="light",Ms={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)"}},Es={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"},Os={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;`}}},js={radii:{0:"0",1:"0.25rem",2:"0.5rem",full:"9999px"},width:{1:"1px",2:"2px"}},Ps={0:"0",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.5rem",6:"2rem",7:"2.5rem"},Is={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:js,click:ws,default:{click:ws,transition:Cs,name:Ss,palette:Ms,sizes:Es,typography:Os,border:js,spaces:Ps,shadow:Is},name:Ss,palette:Ms,shadow:Is,sizes:Es,spaces:Ps,transition:Cs,typography:Os},Symbol.toStringTag,{value:"Module"})),Fs={dark:Ar({},Nr,E8),light:Ar({},Nr,O8),classic:Ar({},Nr,M8)};N.Accordion=E0,N.Alert=Rt,N.Avatar=K0,N.Badge=Hi,N.Button=zi,N.ButtonGroup=ep,N.CardPrimary=$p,N.CardSecondary=bp,N.Checkbox=Pp,N.ContextMenu=Ye,N.DangerAlert=L0,N.Dropdown=ve,N.Flags=v2,N.HoverCard=or,N.Icon=J,N.IconButton=Jr,N.InfoAlert=A0,N.Label=fo,N.NumberField=D2,N.PasswordField=L2,N.Popover=ar,N.ProfileIcon=Yr,N.RadioGroup=Mc,N.SearchField=Mh,N.Select=Gn,N.SidebarCollapsibleItem=kv,N.SidebarCollapsibleTitle=wv,N.SidebarNavigationItem=gv,N.SidebarNavigationTitle=yv,N.Spacer=$l,N.SplitButton=Sv,N.SuccessAlert=N0,N.Switch=Nv,N.Tabs=qn,N.Text=Wt,N.TextField=ab,N.ThemeProvider=Bb,N.Title=Xo,N.Tooltip=Ir,N.TooltipProvider=Db,N.WarningAlert=U0,N.themes=Fs,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})});
|