@cyber-harbour/ui 1.0.55 → 1.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +30 -8
- package/dist/index.d.ts +30 -8
- package/dist/index.js +225 -213
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +197 -185
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/Core/ContextMenu/ContextMenu.tsx +16 -4
- package/src/Core/Drawer/Drawer.tsx +47 -34
- package/src/Core/IconComponents/RelationPointsIcon.tsx +36 -0
- package/src/Core/IconComponents/index.ts +1 -0
- package/src/Core/Input/Input.tsx +6 -3
- package/src/Core/Select/Select.tsx +91 -16
- package/src/Theme/themes/dark.ts +4 -0
- package/src/Theme/themes/light.ts +4 -0
- package/src/Theme/types.ts +4 -0
- package/src/Theme/utils.ts +6 -11
- package/src/utils.ts +30 -0
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var C1=require('styled-components'),jsxRuntime=require('react/jsx-runtime'),z0=require('react'),reactTinyPopover=require('react-tiny-popover'),reactDom=require('react-dom'),c3=require('lodash.clonedeep'),d3=require('d3'),e3=require('react-content-loader');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var C1__default=/*#__PURE__*/_interopDefault(C1);var z0__default=/*#__PURE__*/_interopDefault(z0);var c3__default=/*#__PURE__*/_interopDefault(c3);var e3__default=/*#__PURE__*/_interopDefault(e3);var Zt=Object.defineProperty;var t=(e,o)=>Zt(e,"name",{value:o,configurable:true});var xo=C1.createGlobalStyle(({theme:e})=>`
|
|
2
2
|
*, *::before, *::after {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
margin: 0;
|
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
font-family: ${e.typography.fontFamily};
|
|
12
12
|
font-size: ${e.baseSize}px;
|
|
13
13
|
}
|
|
14
|
-
`);var z1=t((e,o)=>{if(!o||typeof o!="string")return;if(!(o.includes(".")||e.colors.hasOwnProperty(o)))return o;let a=o.split(".");if(a.length===1)return e.colors[a[0]];if(a.length===2){let[l,c]=a,x=e.colors[l];if(x&&typeof x=="object")return x[c]}},"resolveThemeColor"),M=t((e,o=16)=>{let r=typeof e=="string"?parseFloat(e.replace("px","")):e;return isNaN(r)?(console.warn(`Invalid pixel value: ${e}`),"0"):`${(r/o).toFixed(4).replace(/\.?0+$/,"")}rem`},"pxToRem"),fo=t((e,o=16)=>{let r=typeof e=="string"?parseFloat(e.replace("rem","")):e;return isNaN(r)?0:r*o},"remToPx"),me={contextMenu:["padding"],baseSize:true},s1=t((e,o=16)=>{if(typeof e=="string"&&e.trim().endsWith("%"))return e;let r=typeof e=="string"?parseFloat(e):e;return isNaN(r)?`${e}`:`${(r/o).toFixed(4).replace(/\.?0+$/,"")}rem`},"propToRem"),m1=t((e,o=14,r)=>{let a={};return Object.entries(e).forEach(([l,c])=>{c!==null&&typeof c=="object"&&!Array.isArray(c)?a[l]=m1(c,o,l):typeof c=="string"&&c.includes("px")||typeof c=="number"&&["fontSize","width","height","padding","margin","gap","borderRadius","size"].some(x=>l.toLowerCase().includes(x.toLowerCase()))&&!(r&&Array.isArray(me[r])&&me[r].includes(l))&&!me[l]?a[l]=M(c,o):a[l]=c;}),a},"convertPaletteToRem"),J=t((e,o,r,a)=>e.button[o][r][a],"getButtonStyles"),o1=t((e,o)=>e.button.sizes[o],"getButtonSizeStyles"),F3=t((e,o,r)=>e.input[o][r],"getInputStyles"),k3=t((e,o="body")=>e.typography.variants[o]||e.typography.variants.body,"getTypographyStyles"),P3=t((e,o="m")=>`@media (min-width: ${e.breakpoints[o]}px)`,"getBreakpoint"),G1=t((e,o)=>{try{let r=parseInt(e.slice(1,3),16),a=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return `rgba(${r}, ${a}, ${l}, ${o})`}catch{return e}},"hexToRgba");var R1={dropdown:1e3,sticky:1020,fixed:1030,backdrop:1040,modal:1050,popover:1060,tooltip:1070},Z1={xs:320,s:576,m:768,l:992,xl:1200},A1={fontFamily:"Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;",lineHeight:1.49,variants:{h1:{fontSize:22},h2:{fontSize:16},h3:{fontSize:14},body:{fontSize:12}}};var xo={mode:"light",baseSize:14,colors:{background:"#ffffff",backgroundBase:"#F7F8FC",primary:{main:"#0042EC",light:"#80A0F5",lighter:"#E5ECFD",lightest:"#F3F7FF",lightest2:"rgba(0, 66, 236, 0.05)"},text:{main:"#101010",light:"#535353",lighter:"#99989C",invert:"#ffffff"},stroke:{main:"#C7C5C5",light:"#EBEBEB",lighter:"#F3F3F3"},disable:"#FAFAFA",success:"#27AE60",error:"#C93939",warning:"#F2994A",info:"#2F80ED"},typography:A1,breakpoints:Z1,zIndex:R1,line:{size:1,color:"#EBEBEB"},button:{fill:{default:{default:{background:"#E8EAEE",text:"#101010",border:" #E8EAEE",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},primary:{default:{background:"#0042EC",text:"#FFFFFF",border:" #0042EC",boxShadow:"none"},hover:{background:"#4D7BF2",text:"#FFFFFF",border:" #4D7BF2",boxShadow:"none"},active:{background:"#4D7BF2",text:"#FFFFFF",border:" #4D7BF2",boxShadow:"none"},disabled:{background:"#99989C",text:"#FFFFFF",border:" #E5ECFD",boxShadow:"none"}},secondary:{default:{background:"#E8EAEE",text:"#101010",border:" #E8EAEE",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},error:{default:{background:"#C93939",text:"#FFFFFF",border:" #C93939",boxShadow:"none"},hover:{background:"#C53939",text:"#FFFFFF",border:" #C53939",boxShadow:"none"},active:{background:"#C53939",text:"#FFFFFF",border:" #C53939",boxShadow:"none"},disabled:{background:"#FFCCCB",text:"#FFFFFF",border:" #FFCCCB",boxShadow:"none"}},soft:{default:{background:"#80A0F5",text:"#FFFFFF",border:"#80A0F5",boxShadow:"none"},hover:{background:"#0042EC",text:"#FFFFFF",border:"#0042EC",boxShadow:"none"},active:{background:"#0042EC",text:"#FFFFFF",border:"#0042EC",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"#535353",text:"#FFFFFF",border:"#535353",boxShadow:"none"},hover:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},active:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},outlined:{default:{default:{background:"transparent",text:"#101010",border:" #EBEBEB",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #EBEBEB",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#0042EC",border:" #0042EC",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#0042EC",border:" #0042EC",boxShadow:"none"},active:{background:"#E5ECFD",text:"#0042EC",border:" #0042EC",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},secondary:{default:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},active:{background:"#E5ECFD",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:" #C93939",boxShadow:"none"},hover:{background:"#FCF5F5",text:"#C93939",border:" #C93939",boxShadow:"none"},active:{background:"#FCF5F5",text:"#C93939",border:" #C93939",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},active:{background:"#E5ECFD",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"#EBEBEB",boxShadow:"none"},hover:{background:"#EEEEEE",text:"#535353",border:"#EBEBEB",boxShadow:"none"},active:{background:"#EEEEEE",text:"#535353",border:"#EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},empty:{default:{default:{background:"transparent",text:"#101010",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none",filledIcon:{background:"#E5ECFD",color:"#0042EC"}},hover:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none",filledIcon:{background:"#0042EC",color:"#ffffff"}},active:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none",filledIcon:{background:"#0042EC",color:"#ffffff"}},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none",filledIcon:{background:"#BEBEBE",color:"#99989C"}}},secondary:{default:{background:"transparent",text:"#101010",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#FCF5F5",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#FCF5F5",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}}},sizes:{small:{fontSize:14,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10},medium:{fontSize:16,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10}}},sidebar:{background:"#FFFFFF",border:"#EBEBEB",width:224,collapsedWidth:65,text:{default:"#535353",active:"#0042EC",hover:"#0042EC"},item:{default:{background:"transparent",border:"transparent",padding:"10px 16px",height:40},active:{background:"#E5ECFD",borderLeft:"2px solid #0042EC",padding:"10px 16px",height:40},hover:{background:"#F3F7FF",border:"transparent",padding:"10px 16px",height:40}},section:{background:"transparent",padding:"16px 16px 8px",title:{color:"#99989C",fontSize:"12px",fontWeight:600}},delimeter:{color:"#C7C5C5",thickness:1,margin:"8px 0"}},contextMenu:{button:{default:{background:"transparent",text:"#101010",border:" #EBEBEB",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},delimeter:{color:"#C7C5C5",thickness:1,marginInline:12,marginBlock:3,style:"solid"},shadow:"0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06)",padding:5,icon:{size:7}},select:{item:{default:{background:"transparent",text:"#101010",border:" none",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" none",boxShadow:"none"},active:{background:"#E8EAEE",text:"#101010",border:" none",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" none",boxShadow:"none"}}},rowActionsMenu:{button:{default:{background:"transparent",text:"#101010",border:" none",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:" none",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:" none",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" none",boxShadow:"none"}},delimiterColor:"#C7C5C5",icon:{size:16}},input:{sizes:{empty:{fontSize:14,paddingInline:0,paddingBlock:0,borderRadius:0,iconSize:14,height:"auto",lineHeight:16},small:{fontSize:14,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:14,height:40,lineHeight:16},medium:{fontSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:16,height:40,lineHeight:18}},outlined:{default:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #EBEBEB",boxShadow:"none",icon:"#101010"},focus:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #0042EC",boxShadow:"none",icon:"#101010"},error:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #C93939",boxShadow:"none",icon:"#C93939"},disabled:{background:"#FAFAFA",text:"#99989C",placeholder:"#99989C",border:" #EBEBEB",boxShadow:"none",icon:"#99989C"}},empty:{default:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#101010"},focus:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#101010"},error:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#C93939"},disabled:{background:"#FAFAFA",text:"#99989C",placeholder:"#99989C",border:"transparent",boxShadow:"none",icon:"#99989C"}}},box:{padding:20,borderRadius:8,border:{width:1,style:"solid",color:"#EBEBEB"},background:"#FFFFFF"},graph2D:{ring:{highlightFill:"rgba(255, 165, 0, 0.3)",selectionFill:"rgba(0, 66, 236, 0.3)"},button:{stroke:"#e5e5e5",normalFill:"rgba(255, 255, 255, 0.8)",hoverFill:"rgba(230, 230, 230, 0.9)"},grid:{dotColor:"rgba(0, 0, 0, 0.5)"},link:{normal:"#999",highlighted:"#ff9900",textColor:"#666",highlightedTextColor:"#663300",textBgColor:"rgba(255, 255, 255, 0.8)",highlightedTextBgColor:"rgba(255, 230, 204, 0.9)"}},contentLoader:{foreground:"#E2E2E2E2",background:"#F3F3F3"},tag:{outlined:{borderRadius:50,paddingBlock:5,paddingInline:10,borderWidth:1,color:{default:"#535353",primary:"#0042EC",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#101010",orange:"#d3741b"}},fill:{borderRadius:4,paddingBlock:5,paddingInline:10,borderWidth:0,color:{default:"#535353",primary:"#0042EC",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#101010",orange:"#d3741b"}}},alert:{paddingBlock:16,paddingLeft:16,paddingRight:44,borderRadius:5,fontSize:14,gap:12,icon:{width:16,height:14,paddingTop:2},color:{icon:"#FDC700",text:"#894B00",background:"#FFFBE0"}},label:{sizes:{small:{fontSize:14,gap:10,marginBottom:20,helpText:{fontSize:12,marginTop:5}},medium:{fontSize:16,gap:10,marginBottom:25,helpText:{fontSize:14,marginTop:5}}},color:"#101010",helpTextColor:"#99989C"},leanerProgress:{background:"#EBEBEB",progressColor:"#0042EC"},switch:{default:{background:"#C7C5C5",color:"#FFFFFF"},checked:{background:"#0042EC",color:"#FFFFFF"},disabled:{background:"#EBEBEB",color:"#FFFFFF"}},drawer:{padding:20,width:573,shadow:"0px 4px 10px 0px rgba(0, 0, 0, 0.25)"}},mo=m1(xo,xo.baseSize);var Co={mode:"dark",baseSize:14,colors:{background:"#0F1317",backgroundBase:"#000000",primary:{main:"#158EFF",light:"#80A0F5",lighter:"#10253A",lightest:"#020E19",lightest2:"rgba(0, 66, 236, 0.05)"},text:{main:"#FFFFFF",light:"#99989C",lighter:"#535353",invert:"#101010"},stroke:{main:"#34404C",light:"#1E2226",lighter:"#333333"},disable:"#080A0C",success:"#27AE60",error:"#C93939",warning:"#F2994A",info:"#2F80ED"},typography:A1,breakpoints:Z1,zIndex:R1,line:{size:1,color:"#1E2226"},button:{fill:{default:{default:{background:"#1E2226",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},disabled:{background:"#1E2226",text:"#99989C",border:" #1E2226",boxShadow:"none"}},primary:{default:{background:"#158EFF",text:"#FFFFFF",border:" #158EFF",boxShadow:"none"},hover:{background:"#44a5ff",text:"#FFFFFF",border:" #44a5ff",boxShadow:"none"},active:{background:"#44a5ff",text:"#FFFFFF",border:" #44a5ff",boxShadow:"none"},disabled:{background:"#99989C",text:"#FFFFFF",border:" #10253A",boxShadow:"none"}},secondary:{default:{background:"#1E2226",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},disabled:{background:"#1E2226",text:"#99989C",border:" #1E2226",boxShadow:"none"}},error:{default:{background:"#C93939",text:"#FFFFFF",border:" #C93939",boxShadow:"none"},hover:{background:"#d46161",text:"#FFFFFF",border:" #d46161",boxShadow:"none"},active:{background:"#d46161",text:"#FFFFFF",border:" #d46161",boxShadow:"none"},disabled:{background:"#511616",text:"#FFFFFF",border:" #511616",boxShadow:"none"}},soft:{default:{background:"#80A0F5",text:"#FFFFFF",border:"#80A0F5",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:"#10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:"#10253A",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"#535353",text:"#FFFFFF",border:"#535353",boxShadow:"none"},hover:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},active:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},outlined:{default:{default:{background:"transparent",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #1E2226",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#158EFF",border:" #158EFF",boxShadow:"none"},hover:{background:"#10253A",text:"#158EFF",border:" #158EFF",boxShadow:"none"},active:{background:"#10253A",text:"#158EFF",border:" #158EFF",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},secondary:{default:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#158EFF",border:" #1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#158EFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #1E2226",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:" #C93939",boxShadow:"none"},hover:{background:"#290b0b",text:"#C93939",border:" #290b0b",boxShadow:"none"},active:{background:"#290b0b",text:"#C93939",border:" #290b0b",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},hover:{background:"#10253A",text:"#80A0F5",border:"#1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#80A0F5",border:"#1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"transparent",text:"#99989C",border:"#535353",boxShadow:"none"},hover:{background:"#1E2226",text:"#99989C",border:"#1E2226",boxShadow:"none"},active:{background:"#535353",text:"#99989C",border:"#535353",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},empty:{default:{default:{background:"transparent",text:"#FFFFFF",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none",filledIcon:{background:"#10253A",color:"#158EFF"}},hover:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none",filledIcon:{background:"#158EFF",color:"#0F1317"}},active:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none",filledIcon:{background:"#158EFF",color:"#0F1317"}},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none",filledIcon:{background:"#BEBEBE",color:"#99989C"}}},secondary:{default:{background:"transparent",text:"#FFFFFF",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#d46161",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#d46161",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}}},sizes:{small:{fontSize:14,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10},medium:{fontSize:16,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10}}},sidebar:{background:"#0F1317",border:"#1E2226",width:224,collapsedWidth:65,text:{default:"#99989C",active:"#158EFF",hover:"#158EFF"},item:{default:{background:"transparent",border:"transparent",padding:"10px 16px",height:40},active:{background:"#10253A",borderLeft:"2px solid #158EFF",padding:"10px 16px",height:40},hover:{background:"#020E19",border:"transparent",padding:"10px 16px",height:40}},section:{background:"transparent",padding:"16px 16px 8px",title:{color:"#020b14",fontSize:"12px",fontWeight:600}},delimeter:{color:"#34404C",thickness:1,margin:"8px 0"}},contextMenu:{button:{default:{background:"transparent",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" #1E2226",boxShadow:"none"}},delimeter:{color:"#34404C",thickness:1,marginInline:12,marginBlock:3,style:"solid"},shadow:"0px 4px 16px rgba(255, 255, 255, 0.9), 0px 2px 4px rgba(0, 0, 0, 0.06)",padding:5,icon:{size:7}},select:{item:{default:{background:"transparent",text:"#FFFFFF",border:" none",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" none",boxShadow:"none"},active:{background:"#1E2226",text:"#FFFFFF",border:" none",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" none",boxShadow:"none"}}},rowActionsMenu:{button:{default:{background:"transparent",text:"#FFFFFF",border:" none",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:" none",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:" none",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" none",boxShadow:"none"}},delimiterColor:"#34404C",icon:{size:16}},input:{sizes:{empty:{fontSize:14,paddingInline:0,paddingBlock:0,borderRadius:0,iconSize:14,height:"auto",lineHeight:16},small:{fontSize:14,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:14,height:40,lineHeight:16},medium:{fontSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:16,height:40,lineHeight:18}},outlined:{default:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #1E2226",boxShadow:"none",icon:"#FFFFFF"},focus:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #158EFF",boxShadow:"none",icon:"#FFFFFF"},error:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #C93939",boxShadow:"none",icon:"#C93939"},disabled:{background:"#080A0C",text:"#99989C",placeholder:"#99989C",border:" #1E2226",boxShadow:"none",icon:"#99989C"}},empty:{default:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#FFFFFF"},focus:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#FFFFFF"},error:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#C93939"},disabled:{background:"transparent",text:"#99989C",placeholder:"#99989C",border:"transparent",boxShadow:"none",icon:"#99989C"}}},box:{padding:20,borderRadius:8,border:{width:1,style:"solid",color:"#1E2226"},background:"#0F1317"},graph2D:{ring:{highlightFill:"rgba(0, 90, 255, 0.3)",selectionFill:"rgba(0, 90, 255, 0.5)"},button:{stroke:"#1A1A1A",normalFill:"rgba(0, 0, 0, 0.8)",hoverFill:"rgba(25, 25, 25, 0.9)"},grid:{dotColor:"rgba(255, 255, 255, 0.5)"},link:{normal:"#666",highlighted:"#0066ff",textColor:"#999",highlightedTextColor:"#99ccff",textBgColor:"rgba(0, 0, 0, 0.8)",highlightedTextBgColor:"rgba(0, 25, 51, 0.9)"}},contentLoader:{foreground:"#99989C",background:"#535353"},tag:{outlined:{borderRadius:50,paddingBlock:5,paddingInline:10,borderWidth:1,color:{default:"#99989C",primary:"#3991FA",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#FFFFFF",orange:"#d3741b"}},fill:{borderRadius:4,paddingBlock:5,paddingInline:10,borderWidth:0,color:{default:"#99989C",primary:"#3991FA",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#FFFFFF",orange:"#d3741b"}}},alert:{paddingBlock:16,paddingLeft:16,paddingRight:44,borderRadius:5,fontSize:14,gap:12,icon:{width:16,height:14,paddingTop:2},color:{icon:"#FDC700",text:"#894B00",background:"#FFFBE0"}},label:{sizes:{small:{fontSize:14,gap:10,marginBottom:20,helpText:{fontSize:12,marginTop:5}},medium:{fontSize:16,gap:10,marginBottom:25,helpText:{fontSize:14,marginTop:5}}},color:"#ffffff",helpTextColor:"#535353"},leanerProgress:{background:"#1E2226",progressColor:"#158EFF"},switch:{default:{background:"#34404C",color:"#0F1317"},checked:{background:"#158EFF",color:"#0F1317"},disabled:{background:"#1E2226",color:"#0F1317"}},drawer:{padding:20,width:573,shadow:"0px 4px 10px 0px rgba(0, 0, 0, 0.25)"}},So=m1(Co,Co.baseSize);var U3=t(({children:e,mode:o})=>jsxRuntime.jsx(h1.StyleSheetManager,{shouldForwardProp:Rt,children:jsxRuntime.jsxs(h1.ThemeProvider,{theme:o=="light"||o==="LIGHT"?mo:So,children:[jsxRuntime.jsx(ho,{}),e]})}),"ThemeProvider");function Rt(e,o){return typeof o=="string"?!["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py"].includes(e):true}t(Rt,"shouldForwardProp");var Ht=t(({ignoreStyles:e}={})=>h1.css(({theme:o,...r})=>`
|
|
15
|
-
${
|
|
16
|
-
${
|
|
17
|
-
${
|
|
18
|
-
${
|
|
19
|
-
${
|
|
20
|
-
${
|
|
21
|
-
${
|
|
22
|
-
`),"marginStyles"),
|
|
23
|
-
${
|
|
24
|
-
${
|
|
25
|
-
${
|
|
26
|
-
${
|
|
27
|
-
${
|
|
28
|
-
${
|
|
29
|
-
${
|
|
30
|
-
`),"paddingStyles")
|
|
31
|
-
${
|
|
32
|
-
${
|
|
33
|
-
`,"createComponent"),H1=t(e=>{let o={};return ["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py"].forEach(r=>{r in e&&(o[r]=e[r],delete e[r]);}),o},"destructSpaceProps");var
|
|
14
|
+
`);var z1=t((e,o)=>{if(!o||typeof o!="string")return;if(!(o.includes(".")||e.colors.hasOwnProperty(o)))return o;let a=o.split(".");if(a.length===1)return e.colors[a[0]];if(a.length===2){let[l,d]=a,C=e.colors[l];if(C&&typeof C=="object")return C[d]}},"resolveThemeColor"),z=t((e,o=16)=>{let r=typeof e=="string"?parseFloat(e.replace("px","")):e;return isNaN(r)?(console.warn(`Invalid pixel value: ${e}`),"0"):`${(r/o).toFixed(4).replace(/\.?0+$/,"")}rem`},"pxToRem"),So=t((e,o=16)=>{let r=typeof e=="string"?parseFloat(e.replace("rem","")):e;return isNaN(r)?0:r*o},"remToPx"),ye={contextMenu:["padding"],baseSize:true},r1=t((e,o=16)=>{if(typeof e=="string"&&/(%|d?vh|d?vw)$/.test(e.trim()))return e;let r=typeof e=="string"?parseFloat(e):e;return isNaN(r)?`${e}`:`${(r/o).toFixed(4).replace(/\.?0+$/,"")}rem`},"propToRem"),S1=t((e,o=14,r)=>{let a={};return Object.entries(e).forEach(([l,d])=>{d!==null&&typeof d=="object"&&!Array.isArray(d)?a[l]=S1(d,o,l):typeof d=="string"&&d.includes("px")||typeof d=="number"&&["fontSize","width","height","padding","margin","gap","borderRadius","size"].some(C=>l.toLowerCase().includes(C.toLowerCase()))&&!(r&&Array.isArray(ye[r])&&ye[r].includes(l))&&!ye[l]?a[l]=z(d,o):a[l]=d;}),a},"convertPaletteToRem"),e1=t((e,o,r,a)=>e.button[o][r][a],"getButtonStyles"),n1=t((e,o)=>e.button.sizes[o],"getButtonSizeStyles"),L3=t((e,o,r)=>e.input[o][r],"getInputStyles"),T3=t((e,o="body")=>e.typography.variants[o]||e.typography.variants.body,"getTypographyStyles"),z3=t((e,o="m")=>`@media (min-width: ${e.breakpoints[o]}px)`,"getBreakpoint"),G1=t((e,o)=>{try{let r=parseInt(e.slice(1,3),16),a=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return `rgba(${r}, ${a}, ${l}, ${o})`}catch{return e}},"hexToRgba");var R1={dropdown:1e3,sticky:1020,fixed:1030,backdrop:1040,modal:1050,popover:1060,tooltip:1070},Z1={xs:320,s:576,m:768,l:992,xl:1200},A1={fontFamily:"Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;",lineHeight:1.49,variants:{h1:{fontSize:22},h2:{fontSize:16},h3:{fontSize:14},body:{fontSize:12}}};var wo={mode:"light",baseSize:14,colors:{background:"#ffffff",backgroundBase:"#F7F8FC",primary:{main:"#0042EC",light:"#80A0F5",lighter:"#E5ECFD",lightest:"#F3F7FF",lightest2:"rgba(0, 66, 236, 0.05)"},text:{main:"#101010",light:"#535353",lighter:"#99989C",invert:"#ffffff"},stroke:{main:"#C7C5C5",light:"#EBEBEB",lighter:"#F3F3F3"},disable:"#FAFAFA",success:"#27AE60",error:"#C93939",warning:"#F2994A",info:"#2F80ED"},typography:A1,breakpoints:Z1,zIndex:R1,line:{size:1,color:"#EBEBEB"},button:{fill:{default:{default:{background:"#E8EAEE",text:"#101010",border:" #E8EAEE",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},primary:{default:{background:"#0042EC",text:"#FFFFFF",border:" #0042EC",boxShadow:"none"},hover:{background:"#4D7BF2",text:"#FFFFFF",border:" #4D7BF2",boxShadow:"none"},active:{background:"#4D7BF2",text:"#FFFFFF",border:" #4D7BF2",boxShadow:"none"},disabled:{background:"#99989C",text:"#FFFFFF",border:" #E5ECFD",boxShadow:"none"}},secondary:{default:{background:"#E8EAEE",text:"#101010",border:" #E8EAEE",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #E5ECFD",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},error:{default:{background:"#C93939",text:"#FFFFFF",border:" #C93939",boxShadow:"none"},hover:{background:"#C53939",text:"#FFFFFF",border:" #C53939",boxShadow:"none"},active:{background:"#C53939",text:"#FFFFFF",border:" #C53939",boxShadow:"none"},disabled:{background:"#FFCCCB",text:"#FFFFFF",border:" #FFCCCB",boxShadow:"none"}},soft:{default:{background:"#80A0F5",text:"#FFFFFF",border:"#80A0F5",boxShadow:"none"},hover:{background:"#0042EC",text:"#FFFFFF",border:"#0042EC",boxShadow:"none"},active:{background:"#0042EC",text:"#FFFFFF",border:"#0042EC",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"#535353",text:"#FFFFFF",border:"#535353",boxShadow:"none"},hover:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},active:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},outlined:{default:{default:{background:"transparent",text:"#101010",border:" #EBEBEB",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" #EBEBEB",boxShadow:"none"},active:{background:"#E5ECFD",text:"#101010",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#0042EC",border:" #0042EC",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#0042EC",border:" #0042EC",boxShadow:"none"},active:{background:"#E5ECFD",text:"#0042EC",border:" #0042EC",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},secondary:{default:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},active:{background:"#E5ECFD",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:" #C93939",boxShadow:"none"},hover:{background:"#FCF5F5",text:"#C93939",border:" #C93939",boxShadow:"none"},active:{background:"#FCF5F5",text:"#C93939",border:" #C93939",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},active:{background:"#E5ECFD",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"#EBEBEB",boxShadow:"none"},hover:{background:"#EEEEEE",text:"#535353",border:"#EBEBEB",boxShadow:"none"},active:{background:"#EEEEEE",text:"#535353",border:"#EBEBEB",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},empty:{default:{default:{background:"transparent",text:"#101010",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none",filledIcon:{background:"#E5ECFD",color:"#0042EC"}},hover:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none",filledIcon:{background:"#0042EC",color:"#ffffff"}},active:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none",filledIcon:{background:"#0042EC",color:"#ffffff"}},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none",filledIcon:{background:"#BEBEBE",color:"#99989C"}}},secondary:{default:{background:"transparent",text:"#101010",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#FCF5F5",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#FCF5F5",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}}},sizes:{small:{fontSize:14,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10},medium:{fontSize:16,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10}}},sidebar:{background:"#FFFFFF",border:"#EBEBEB",width:224,collapsedWidth:65,text:{default:"#535353",active:"#0042EC",hover:"#0042EC"},item:{default:{background:"transparent",border:"transparent",padding:"10px 16px",height:40},active:{background:"#E5ECFD",borderLeft:"2px solid #0042EC",padding:"10px 16px",height:40},hover:{background:"#F3F7FF",border:"transparent",padding:"10px 16px",height:40}},section:{background:"transparent",padding:"16px 16px 8px",title:{color:"#99989C",fontSize:"12px",fontWeight:600}},delimeter:{color:"#C7C5C5",thickness:1,margin:"8px 0"}},contextMenu:{button:{default:{background:"transparent",text:"#101010",border:" #EBEBEB",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:" #EBEBEB",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},delimeter:{color:"#C7C5C5",thickness:1,marginInline:12,marginBlock:3,style:"solid"},shadow:"0px 4px 16px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06)",padding:5,icon:{size:7}},select:{item:{default:{background:"transparent",text:"#101010",border:" none",boxShadow:"none"},hover:{background:"#E5ECFD",text:"#101010",border:" none",boxShadow:"none"},active:{background:"#E8EAEE",text:"#101010",border:" none",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" none",boxShadow:"none"}},paddingBlock:7,paddingInline:5,margin:2,padding:6},rowActionsMenu:{button:{default:{background:"transparent",text:"#101010",border:" none",boxShadow:"none"},hover:{background:"transparent",text:"#0042EC",border:" none",boxShadow:"none"},active:{background:"transparent",text:"#0042EC",border:" none",boxShadow:"none"},disabled:{background:"#FAFAFA",text:"#99989C",border:" none",boxShadow:"none"}},delimiterColor:"#C7C5C5",icon:{size:16}},input:{sizes:{empty:{fontSize:14,paddingInline:0,paddingBlock:0,borderRadius:0,iconSize:14,height:"auto",lineHeight:16},small:{fontSize:14,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:14,height:40,lineHeight:16},medium:{fontSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:16,height:40,lineHeight:18}},outlined:{default:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #EBEBEB",boxShadow:"none",icon:"#101010"},focus:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #0042EC",boxShadow:"none",icon:"#101010"},error:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" #C93939",boxShadow:"none",icon:"#C93939"},disabled:{background:"#FAFAFA",text:"#99989C",placeholder:"#99989C",border:" #EBEBEB",boxShadow:"none",icon:"#99989C"}},empty:{default:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#101010"},focus:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#101010"},error:{background:"transparent",text:"#101010",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#C93939"},disabled:{background:"#FAFAFA",text:"#99989C",placeholder:"#99989C",border:"transparent",boxShadow:"none",icon:"#99989C"}}},box:{padding:20,borderRadius:8,border:{width:1,style:"solid",color:"#EBEBEB"},background:"#FFFFFF"},graph2D:{ring:{highlightFill:"rgba(255, 165, 0, 0.3)",selectionFill:"rgba(0, 66, 236, 0.3)"},button:{stroke:"#e5e5e5",normalFill:"rgba(255, 255, 255, 0.8)",hoverFill:"rgba(230, 230, 230, 0.9)"},grid:{dotColor:"rgba(0, 0, 0, 0.5)"},link:{normal:"#999",highlighted:"#ff9900",textColor:"#666",highlightedTextColor:"#663300",textBgColor:"rgba(255, 255, 255, 0.8)",highlightedTextBgColor:"rgba(255, 230, 204, 0.9)"}},contentLoader:{foreground:"#E2E2E2E2",background:"#F3F3F3"},tag:{outlined:{borderRadius:50,paddingBlock:5,paddingInline:10,borderWidth:1,color:{default:"#535353",primary:"#0042EC",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#101010",orange:"#d3741b"}},fill:{borderRadius:4,paddingBlock:5,paddingInline:10,borderWidth:0,color:{default:"#535353",primary:"#0042EC",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#101010",orange:"#d3741b"}}},alert:{paddingBlock:16,paddingLeft:16,paddingRight:44,borderRadius:5,fontSize:14,gap:12,icon:{width:16,height:14,paddingTop:2},color:{icon:"#FDC700",text:"#894B00",background:"#FFFBE0"}},label:{sizes:{small:{fontSize:14,gap:10,marginBottom:20,helpText:{fontSize:12,marginTop:5}},medium:{fontSize:16,gap:10,marginBottom:25,helpText:{fontSize:14,marginTop:5}}},color:"#101010",helpTextColor:"#99989C"},leanerProgress:{background:"#EBEBEB",progressColor:"#0042EC"},switch:{default:{background:"#C7C5C5",color:"#FFFFFF"},checked:{background:"#0042EC",color:"#FFFFFF"},disabled:{background:"#EBEBEB",color:"#FFFFFF"}},drawer:{padding:20,width:573,shadow:"0px 4px 10px 0px rgba(0, 0, 0, 0.25)"}},yo=S1(wo,wo.baseSize);var vo={mode:"dark",baseSize:14,colors:{background:"#0F1317",backgroundBase:"#000000",primary:{main:"#158EFF",light:"#80A0F5",lighter:"#10253A",lightest:"#020E19",lightest2:"rgba(0, 66, 236, 0.05)"},text:{main:"#FFFFFF",light:"#99989C",lighter:"#535353",invert:"#101010"},stroke:{main:"#34404C",light:"#1E2226",lighter:"#333333"},disable:"#080A0C",success:"#27AE60",error:"#C93939",warning:"#F2994A",info:"#2F80ED"},typography:A1,breakpoints:Z1,zIndex:R1,line:{size:1,color:"#1E2226"},button:{fill:{default:{default:{background:"#1E2226",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},disabled:{background:"#1E2226",text:"#99989C",border:" #1E2226",boxShadow:"none"}},primary:{default:{background:"#158EFF",text:"#FFFFFF",border:" #158EFF",boxShadow:"none"},hover:{background:"#44a5ff",text:"#FFFFFF",border:" #44a5ff",boxShadow:"none"},active:{background:"#44a5ff",text:"#FFFFFF",border:" #44a5ff",boxShadow:"none"},disabled:{background:"#99989C",text:"#FFFFFF",border:" #10253A",boxShadow:"none"}},secondary:{default:{background:"#1E2226",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #10253A",boxShadow:"none"},disabled:{background:"#1E2226",text:"#99989C",border:" #1E2226",boxShadow:"none"}},error:{default:{background:"#C93939",text:"#FFFFFF",border:" #C93939",boxShadow:"none"},hover:{background:"#d46161",text:"#FFFFFF",border:" #d46161",boxShadow:"none"},active:{background:"#d46161",text:"#FFFFFF",border:" #d46161",boxShadow:"none"},disabled:{background:"#511616",text:"#FFFFFF",border:" #511616",boxShadow:"none"}},soft:{default:{background:"#80A0F5",text:"#FFFFFF",border:"#80A0F5",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:"#10253A",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:"#10253A",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"#535353",text:"#FFFFFF",border:"#535353",boxShadow:"none"},hover:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},active:{background:"#99989C",text:"#FFFFFF",border:"#99989C",boxShadow:"none"},disabled:{background:"#EBEBEB",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},outlined:{default:{default:{background:"transparent",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #1E2226",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#158EFF",border:" #158EFF",boxShadow:"none"},hover:{background:"#10253A",text:"#158EFF",border:" #158EFF",boxShadow:"none"},active:{background:"#10253A",text:"#158EFF",border:" #158EFF",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},secondary:{default:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},hover:{background:"#10253A",text:"#158EFF",border:" #1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#158EFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #1E2226",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:" #C93939",boxShadow:"none"},hover:{background:"#290b0b",text:"#C93939",border:" #290b0b",boxShadow:"none"},active:{background:"#290b0b",text:"#C93939",border:" #290b0b",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #99989C",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"#80A0F5",boxShadow:"none"},hover:{background:"#10253A",text:"#80A0F5",border:"#1E2226",boxShadow:"none"},active:{background:"#10253A",text:"#80A0F5",border:"#1E2226",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}},light:{default:{background:"transparent",text:"#99989C",border:"#535353",boxShadow:"none"},hover:{background:"#1E2226",text:"#99989C",border:"#1E2226",boxShadow:"none"},active:{background:"#535353",text:"#99989C",border:"#535353",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:" #EBEBEB",boxShadow:"none"}}},empty:{default:{default:{background:"transparent",text:"#FFFFFF",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},primary:{default:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none",filledIcon:{background:"#10253A",color:"#158EFF"}},hover:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none",filledIcon:{background:"#158EFF",color:"#0F1317"}},active:{background:"transparent",text:"#44a5ff",border:"transparent",boxShadow:"none",filledIcon:{background:"#158EFF",color:"#0F1317"}},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none",filledIcon:{background:"#BEBEBE",color:"#99989C"}}},secondary:{default:{background:"transparent",text:"#FFFFFF",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},error:{default:{background:"transparent",text:"#C93939",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#d46161",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#d46161",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},soft:{default:{background:"transparent",text:"#80A0F5",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#E5ECFD",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}},light:{default:{background:"transparent",text:"#535353",border:"transparent",boxShadow:"none"},hover:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},active:{background:"transparent",text:"#EEEEEE",border:"transparent",boxShadow:"none"},disabled:{background:"transparent",text:"#99989C",border:"transparent",boxShadow:"none"}}},sizes:{small:{fontSize:14,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10},medium:{fontSize:16,iconSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,borderWidth:1,gap:10}}},sidebar:{background:"#0F1317",border:"#1E2226",width:224,collapsedWidth:65,text:{default:"#99989C",active:"#158EFF",hover:"#158EFF"},item:{default:{background:"transparent",border:"transparent",padding:"10px 16px",height:40},active:{background:"#10253A",borderLeft:"2px solid #158EFF",padding:"10px 16px",height:40},hover:{background:"#020E19",border:"transparent",padding:"10px 16px",height:40}},section:{background:"transparent",padding:"16px 16px 8px",title:{color:"#020b14",fontSize:"12px",fontWeight:600}},delimeter:{color:"#34404C",thickness:1,margin:"8px 0"}},contextMenu:{button:{default:{background:"transparent",text:"#FFFFFF",border:" #1E2226",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:" #1E2226",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" #1E2226",boxShadow:"none"}},delimeter:{color:"#34404C",thickness:1,marginInline:12,marginBlock:3,style:"solid"},shadow:"0px 4px 16px rgba(255, 255, 255, 0.9), 0px 2px 4px rgba(0, 0, 0, 0.06)",padding:5,icon:{size:7}},select:{item:{default:{background:"transparent",text:"#FFFFFF",border:" none",boxShadow:"none"},hover:{background:"#10253A",text:"#FFFFFF",border:" none",boxShadow:"none"},active:{background:"#1E2226",text:"#FFFFFF",border:" none",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" none",boxShadow:"none"}},paddingBlock:7,paddingInline:5,margin:2,padding:6},rowActionsMenu:{button:{default:{background:"transparent",text:"#FFFFFF",border:" none",boxShadow:"none"},hover:{background:"transparent",text:"#158EFF",border:" none",boxShadow:"none"},active:{background:"transparent",text:"#158EFF",border:" none",boxShadow:"none"},disabled:{background:"#080A0C",text:"#99989C",border:" none",boxShadow:"none"}},delimiterColor:"#34404C",icon:{size:16}},input:{sizes:{empty:{fontSize:14,paddingInline:0,paddingBlock:0,borderRadius:0,iconSize:14,height:"auto",lineHeight:16},small:{fontSize:14,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:14,height:40,lineHeight:16},medium:{fontSize:16,paddingInline:10,paddingBlock:10,borderRadius:5,iconSize:16,height:40,lineHeight:18}},outlined:{default:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #1E2226",boxShadow:"none",icon:"#FFFFFF"},focus:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #158EFF",boxShadow:"none",icon:"#FFFFFF"},error:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" #C93939",boxShadow:"none",icon:"#C93939"},disabled:{background:"#080A0C",text:"#99989C",placeholder:"#99989C",border:" #1E2226",boxShadow:"none",icon:"#99989C"}},empty:{default:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#FFFFFF"},focus:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#FFFFFF"},error:{background:"transparent",text:"#FFFFFF",placeholder:"#99989C",border:" transparent",boxShadow:"none",icon:"#C93939"},disabled:{background:"transparent",text:"#99989C",placeholder:"#99989C",border:"transparent",boxShadow:"none",icon:"#99989C"}}},box:{padding:20,borderRadius:8,border:{width:1,style:"solid",color:"#1E2226"},background:"#0F1317"},graph2D:{ring:{highlightFill:"rgba(0, 90, 255, 0.3)",selectionFill:"rgba(0, 90, 255, 0.5)"},button:{stroke:"#1A1A1A",normalFill:"rgba(0, 0, 0, 0.8)",hoverFill:"rgba(25, 25, 25, 0.9)"},grid:{dotColor:"rgba(255, 255, 255, 0.5)"},link:{normal:"#666",highlighted:"#0066ff",textColor:"#999",highlightedTextColor:"#99ccff",textBgColor:"rgba(0, 0, 0, 0.8)",highlightedTextBgColor:"rgba(0, 25, 51, 0.9)"}},contentLoader:{foreground:"#99989C",background:"#535353"},tag:{outlined:{borderRadius:50,paddingBlock:5,paddingInline:10,borderWidth:1,color:{default:"#99989C",primary:"#3991FA",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#FFFFFF",orange:"#d3741b"}},fill:{borderRadius:4,paddingBlock:5,paddingInline:10,borderWidth:0,color:{default:"#99989C",primary:"#3991FA",error:"#D82323",success:"#38A473",warning:"#DEB839",disabled:"#ebebeb",text:"#FFFFFF",orange:"#d3741b"}}},alert:{paddingBlock:16,paddingLeft:16,paddingRight:44,borderRadius:5,fontSize:14,gap:12,icon:{width:16,height:14,paddingTop:2},color:{icon:"#FDC700",text:"#894B00",background:"#FFFBE0"}},label:{sizes:{small:{fontSize:14,gap:10,marginBottom:20,helpText:{fontSize:12,marginTop:5}},medium:{fontSize:16,gap:10,marginBottom:25,helpText:{fontSize:14,marginTop:5}}},color:"#ffffff",helpTextColor:"#535353"},leanerProgress:{background:"#1E2226",progressColor:"#158EFF"},switch:{default:{background:"#34404C",color:"#0F1317"},checked:{background:"#158EFF",color:"#0F1317"},disabled:{background:"#1E2226",color:"#0F1317"}},drawer:{padding:20,width:573,shadow:"0px 4px 10px 0px rgba(0, 0, 0, 0.25)"}},Fo=S1(vo,vo.baseSize);var r5=t(({children:e,mode:o})=>jsxRuntime.jsx(C1.StyleSheetManager,{shouldForwardProp:Nt,children:jsxRuntime.jsxs(C1.ThemeProvider,{theme:o=="light"||o==="LIGHT"?yo:Fo,children:[jsxRuntime.jsx(xo,{}),e]})}),"ThemeProvider");function Nt(e,o){return typeof o=="string"?!["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py"].includes(e):true}t(Nt,"shouldForwardProp");var Yt=t(({ignoreStyles:e}={})=>C1.css(({theme:o,...r})=>`
|
|
15
|
+
${M(o,"margin",r.m,e)}
|
|
16
|
+
${M(o,"margin-top",r.mt,e)}
|
|
17
|
+
${M(o,"margin-right",r.mr,e)}
|
|
18
|
+
${M(o,"margin-bottom",r.mb,e)}
|
|
19
|
+
${M(o,"margin-left",r.ml,e)}
|
|
20
|
+
${M(o,"margin-inline",r.mx,e)}
|
|
21
|
+
${M(o,"margin-block",r.my,e)}
|
|
22
|
+
`),"marginStyles"),_t=t(({ignoreStyles:e}={})=>C1.css(({theme:o,...r})=>`
|
|
23
|
+
${M(o,"padding",r.p,e)}
|
|
24
|
+
${M(o,"padding-top",r.pt,e)}
|
|
25
|
+
${M(o,"padding-right",r.pr,e)}
|
|
26
|
+
${M(o,"padding-bottom",r.pb,e)}
|
|
27
|
+
${M(o,"padding-left",r.pl,e)}
|
|
28
|
+
${M(o,"padding-inline",r.px,e)}
|
|
29
|
+
${M(o,"padding-block",r.py,e)}
|
|
30
|
+
`),"paddingStyles"),M=t((e,o,r,a)=>{if(a&&a.includes(o))return "";if(r!==void 0){return `${o}: ${typeof r=="number"?`${z(r,e.baseSize)}`:r};`}return ""},"generatePropertySpaceStyle"),G=t((e,o)=>C1__default.default(e)`
|
|
31
|
+
${Yt(o)}
|
|
32
|
+
${_t(o)}
|
|
33
|
+
`,"createComponent"),H1=t(e=>{let o={};return ["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py"].forEach(r=>{r in e&&(o[r]=e[r],delete e[r]);}),o},"destructSpaceProps");var m5=t(()=>C1.useTheme(),"useTheme");var D1=t(e=>`
|
|
34
34
|
background: ${e.background};
|
|
35
35
|
color: ${e.text};
|
|
36
36
|
border-color: ${e.border};
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
`,"getCss"),N1=t(e=>e.filledIcon?`
|
|
39
39
|
color: ${e.filledIcon.color};
|
|
40
40
|
background: ${e.filledIcon.background};
|
|
41
|
-
`:"","getIconStyles"),
|
|
41
|
+
`:"","getIconStyles"),Ut=C1__default.default.div`
|
|
42
42
|
text-overflow: ellipsis;
|
|
43
43
|
overflow: hidden;
|
|
44
44
|
white-space: nowrap;
|
|
45
45
|
user-select: text;
|
|
46
|
-
`,
|
|
46
|
+
`,d1=C1__default.default.span`
|
|
47
47
|
display: inline-flex;
|
|
48
48
|
align-items: center;
|
|
49
49
|
justify-content: center;
|
|
50
|
-
`,
|
|
51
|
-
${D1(
|
|
50
|
+
`,jt=C1__default.default.button(({$variant:e,$color:o,$size:r,$disabled:a,$fullWidth:l,$iconPosition:d,$iconVariant:C,theme:m,px:F=e!=="empty"?m.button.sizes[r].paddingInline:0,py:S=e!=="empty"?m.button.sizes[r].paddingBlock:0})=>{let P=n1(m,r);return `
|
|
51
|
+
${D1(e1(m,e,o,"default"))}
|
|
52
52
|
font-size: ${P.fontSize};
|
|
53
53
|
gap: ${P.gap};
|
|
54
|
-
${
|
|
55
|
-
${
|
|
54
|
+
${M(m,"padding-block",S)};
|
|
55
|
+
${M(m,"padding-inline",F)};
|
|
56
56
|
border-radius: ${P.borderRadius};
|
|
57
57
|
border-width: ${P.borderWidth};
|
|
58
58
|
border-style: solid;
|
|
@@ -68,52 +68,52 @@
|
|
|
68
68
|
outline: none;
|
|
69
69
|
user-select: text;
|
|
70
70
|
|
|
71
|
-
${
|
|
71
|
+
${d==="right"?"flex-direction: row-reverse;":""}
|
|
72
72
|
|
|
73
73
|
&:hover {
|
|
74
|
-
${D1(
|
|
74
|
+
${D1(e1(m,e,o,"hover"))}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&:active {
|
|
78
|
-
${D1(
|
|
78
|
+
${D1(e1(m,e,o,"active"))}
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&:disabled {
|
|
82
|
-
${D1(
|
|
82
|
+
${D1(e1(m,e,o,"disabled"))}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
${
|
|
85
|
+
${d1} svg {
|
|
86
86
|
width: ${P.iconSize};
|
|
87
87
|
height: ${P.iconSize};
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
${
|
|
91
|
-
${
|
|
90
|
+
${C==="filled"?`
|
|
91
|
+
${d1} {
|
|
92
92
|
width: 24px;
|
|
93
93
|
height: 24px;
|
|
94
94
|
border-radius: ${P.borderRadius};
|
|
95
95
|
transition: all 0.2s ease;
|
|
96
|
-
${N1(
|
|
96
|
+
${N1(e1(m,e,o,"default"))}
|
|
97
97
|
}
|
|
98
98
|
&:hover {
|
|
99
|
-
${
|
|
100
|
-
${N1(
|
|
99
|
+
${d1} {
|
|
100
|
+
${N1(e1(m,e,o,"hover"))}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
&:active {
|
|
105
|
-
${
|
|
106
|
-
${N1(
|
|
105
|
+
${d1} {
|
|
106
|
+
${N1(e1(m,e,o,"active"))}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
&:disabled {
|
|
111
|
-
${
|
|
112
|
-
${N1(
|
|
111
|
+
${d1} {
|
|
112
|
+
${N1(e1(m,e,o,"disabled"))}
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
`:""}
|
|
116
|
-
`}),Yt=H(Wt),Fo=t(({children:e,variant:o="fill",color:r="primary",size:a="medium",disabled:l=false,fullWidth:c=false,className:x,icon:m,iconPosition:F="left",iconVariant:S="empty",...P})=>jsxRuntime.jsxs(Yt,{as:"href"in P?"a":"button",$variant:o,$color:r,$size:a,$disabled:l,$fullWidth:c,$iconPosition:F,$iconVariant:S,disabled:l,className:x,...P,children:[!!m&&jsxRuntime.jsx(l1,{children:m}),!!e&&jsxRuntime.jsx(Ot,{children:e})]}),"Button");var Se=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.8676 1.3524C7.53792 0.215866 9.21522 0.215866 9.88554 1.3524L16.1406 11.9435C16.8109 13.0801 15.9712 14.5 14.6306 14.5H2.12155C0.779912 14.5 -0.0587385 13.0801 0.61258 11.9435L6.8676 1.3524ZM8.37657 3.79201C8.57469 3.79201 8.7647 3.86897 8.90479 4.00595C9.04488 4.14293 9.12358 4.32871 9.12358 4.52243V7.93107C9.12358 8.12479 9.04488 8.31058 8.90479 8.44756C8.7647 8.58454 8.57469 8.66149 8.37657 8.66149C8.17845 8.66149 7.98844 8.58454 7.84835 8.44756C7.70826 8.31058 7.62955 8.12479 7.62955 7.93107V4.52243C7.62955 4.32871 7.70826 4.14293 7.84835 4.00595C7.98844 3.86897 8.17845 3.79201 8.37657 3.79201ZM8.37657 12.5571C8.64073 12.5571 8.89407 12.4545 9.08086 12.2718C9.26765 12.0892 9.37259 11.8415 9.37259 11.5832C9.37259 11.3249 9.26765 11.0772 9.08086 10.8945C8.89407 10.7119 8.64073 10.6093 8.37657 10.6093C8.11241 10.6093 7.85907 10.7119 7.67227 10.8945C7.48548 11.0772 7.38055 11.3249 7.38055 11.5832C7.38055 11.8415 7.48548 12.0892 7.67227 12.2718C7.85907 12.4545 8.11241 12.5571 8.37657 12.5571Z",fill:e})}),"AlertIcon");var Xt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.2,2.41l-3.38,11.52c-.12.32-.37.5-.68.5-.22,0-.41-.09-.55-.24-.14-.17-.19-.39-.15-.6l3.33-11.34c.08-.37.35-.64.69-.67.26,0,.46.1.6.27.13.15.18.36.14.57Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,7.96c-.01.27-.22.46-.44.68l-.09.09c-.98.94-1.97,1.86-2.96,2.8l-1.16,1.09c-.17.09-.28.13-.41.13-.27,0-.53-.17-.66-.42-.12-.24-.08-.54.12-.77l3.82-3.61-3.76-3.45c-.23-.26-.3-.57-.18-.84.12-.27.37-.44.66-.44.15,0,.31.05.44.15l3,2.75s.03.03.03.05c.17.14.33.28.49.44.28.24.55.49.8.73.22.22.31.4.31.6Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.22,11.6c.18.28.18.55.05.78s-.36.37-.62.37c-.19,0-.36-.08-.51-.21L.22,8.48c-.27-.28-.3-.68-.05-.98.62-.59,1.21-1.18,1.8-1.76.6-.59,1.2-1.17,1.8-1.75l.12-.12c.22-.21.39-.37.55-.42.08-.01.14-.03.22-.03.27,0,.53.17.64.42.13.26.08.55-.1.77l-1.22,1.2-.93.89c-.45.42-.89.85-1.32,1.27l3.5,3.63Z",fill:e})]})}),"ApiIcon");var jt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_4867_31686)",children:[jsxRuntime.jsx("path",{d:"M3.30042 2.23687C7.62196 -1.93984 14.8631 0.000721882 16.548 5.73245C18.3872 12.0039 12.2779 17.7357 6.13 15.4995C0.599454 13.4947 -0.943954 6.33646 3.30042 2.23687ZM8.53515 1.13165C3.14608 1.40152 0.110708 7.53165 3.24897 11.9525C6.38724 16.3734 12.9339 15.6409 15.1332 10.8345C17.3326 6.02803 13.6413 0.874617 8.53515 1.13165Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.5576 4.71729C11.7376 4.71729 11.8791 4.8715 11.8534 5.05142L10.7602 10.706C10.7344 10.9117 10.5029 10.9888 10.3229 10.8988L8.47077 9.04821H8.43218L6.33572 11.1173C5.82125 11.5799 5.10099 10.9888 5.47398 10.3976L7.64762 8.22572L5.69263 6.27231C5.57688 6.14379 5.62832 5.91247 5.79553 5.84821L11.5704 4.71729H11.5576Z",fill:e})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31686",children:jsxRuntime.jsx("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ArrowCircleTopRightIcon");var qt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31659)",children:jsxRuntime.jsx("path",{d:"M12.4162 5.09031L8.51793 1.18745L9.70437 0.0217918L9.78912 0.000976562L15.8696 6.00618L9.78912 12.001L9.70437 11.9802L8.50734 10.7937L12.448 6.87001H0.869629V5.09031H12.4162Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31659",children:jsxRuntime.jsx("rect",{width:"15",height:"12",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ArrowRightIcon");var Kt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.3.98c-.06-.1-.19-.28-.32-.4-.33-.34-.76-.52-1.2-.52-.13,0-.26.02-.39.05-.58.14-1.18.73-1.31,1.33-.07.03-1.73.56-3.85,1.23,0,0-4.3,1.35-4.82,1.51-.51.17-1.13.38-1.27.44-.52.25-1.02.76-1.32,1.34-.39.75-.43,1.58-.11,2.34.23.55.76,1.18,1.23,1.47.14.08.58.24.94.36l.66.21v2.01q0,2.29.21,2.7c.21.38.69.76,1.11.86.1.02.2.03.31.03.26,0,.54-.07.78-.2.23-.12.6-.49.72-.72.2-.36.2-.44.2-2.17,0-.74.01-1.23.01-1.45.73.23,4.55,1.43,5.03,1.59.08.02.18.05.21.12.01.08.06.21.11.31.3.62.92,1.02,1.57,1.02.17,0,.34-.03.5-.09.41-.13.84-.52,1.05-.94q.15-.31.15-5.56v-1.43q0-5.08-.2-5.44ZM5.69,12.71c0,1.52,0,1.76-.05,1.84-.07.16-.13.2-.44.2s-.36-.04-.44-.2c-.04-.08-.04-.35-.04-2.02,0-1.08,0-1.62.01-1.81,0,0,.92.29.96.3v1.69ZM12.04,11.79c-1.06-.32-9.07-2.85-9.31-2.94-.47-.17-.87-.62-1.01-1.12-.06-.23-.06-.76,0-.96.11-.43.44-.85.81-1.04.13-.07,1.12-.4,2.66-.88,0,0,6.66-2.11,6.86-2.17.01.45.02,2.11.02,4.55,0,2.69-.02,4.16-.03,4.56ZM14.26,13.05c-.05.11-.14.21-.48.21s-.43-.1-.48-.21c-.05-.12-.05-.5-.05-5.82,0-4.97,0-5.7.04-5.78.03-.06.09-.11.17-.15.08-.05.12-.06.24-.06h.13c.23.01.28.03.32.06.04.03.1.1.12.15.05.08.05.88.05,5.78,0,5.32,0,5.7-.06,5.82Z",fill:e})}),"BugReportIcon");var Qt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M11.87,1.16v-.44c0-.4-.34-.72-.76-.72s-.76.33-.76.72v.37h-4.7v-.37c0-.4-.34-.72-.76-.72s-.76.33-.76.72v.44C1.39,1.51.26,3.04.26,6.29v4.49c0,3.13.92,5.22,5.41,5.22h4.66c4.49,0,5.41-2.08,5.41-5.22v-4.49c0-3.24-1.12-4.76-3.88-5.12ZM14.23,10.78c0,2.78-.59,3.77-3.9,3.77h-4.66c-3.31,0-3.9-.99-3.9-3.77v-4.49c0-2.65.77-3.45,2.36-3.68v.29c0,.41.35.72.76.72s.76-.31.76-.72v-.36h4.7v.36c0,.41.34.72.76.72s.76-.31.76-.72v-.28c1.6.22,2.36,1.01,2.36,3.67v4.49Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.09,8.72c0,.41-.34.72-.76.72h-6.21c-.42,0-.76-.31-.76-.72s.34-.71.76-.71h6.21c.42,0,.76.31.76.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.76,11.63c0,.41-.34.72-.76.72h-3.88c-.42,0-.76-.31-.76-.72s.34-.71.76-.71h3.88c.42,0,.76.31.76.71Z",fill:e})]})}),"CalendarIcon");var we=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"10",height:"17",viewBox:"0 0 10 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31655)",children:jsxRuntime.jsx("path",{d:"M1.3889 10.312L8.1486 16.3084C9.1046 16.9491 10.0992 15.878 9.3846 14.9886L2.7312 9.1069C2.38356 8.78174 2.38356 8.27486 2.71189 7.93057L9.46189 1.94377C10.0316 1.06391 9.037 0.07886 8.14859 0.69097C6.09169 2.65157 3.83209 4.39207 1.77519 6.34307C0.50049 7.55767 0.18189 8.86787 1.38889 10.3025V10.312Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31655",children:jsxRuntime.jsx("rect",{width:"9",height:"16",fill:"white",transform:"translate(0.63623 0.5)"})})})]}),"ChevronLeftIcon");var ye=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 10 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31655)",children:jsxRuntime.jsx("path",{d:"M9.10673 9.81323L2.34707 15.8096C1.39106 16.4504 0.396428 15.3793 1.11102 14.4899L7.76445 8.60821C8.11209 8.28304 8.11209 7.77617 7.78377 7.43188L1.03377 1.44503C0.464025 0.56517 1.45866 -0.419887 2.34707 0.192187C4.40394 2.15274 6.6636 3.89332 8.72046 5.84431C9.99514 7.05889 10.3138 8.36911 9.10673 9.80366V9.81323Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31655",children:jsxRuntime.jsx("rect",{width:"9",height:"16",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ChevronRightIcon");var rr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M7.99992 15.1654C4.04659 15.1654 0.833252 11.952 0.833252 7.9987C0.833252 4.04536 4.04659 0.832031 7.99992 0.832031C11.9533 0.832031 15.1666 4.04536 15.1666 7.9987C15.1666 11.952 11.9533 15.1654 7.99992 15.1654ZM7.99992 1.83203C4.59992 1.83203 1.83325 4.5987 1.83325 7.9987C1.83325 11.3987 4.59992 14.1654 7.99992 14.1654C11.3999 14.1654 14.1666 11.3987 14.1666 7.9987C14.1666 4.5987 11.3999 1.83203 7.99992 1.83203Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.11332 10.3849C5.98666 10.3849 5.85999 10.3383 5.75999 10.2383C5.56666 10.0449 5.56666 9.72495 5.75999 9.53161L9.53332 5.75828C9.72666 5.56495 10.0467 5.56495 10.24 5.75828C10.4333 5.95161 10.4333 6.27161 10.24 6.46495L6.46666 10.2383C6.37332 10.3383 6.23999 10.3849 6.11332 10.3849Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.88666 10.3849C9.75999 10.3849 9.63332 10.3383 9.53332 10.2383L5.75999 6.46495C5.56666 6.27161 5.56666 5.95161 5.75999 5.75828C5.95332 5.56495 6.27332 5.56495 6.46666 5.75828L10.24 9.53161C10.4333 9.72495 10.4333 10.0449 10.24 10.2383C10.14 10.3383 10.0133 10.3849 9.88666 10.3849Z",fill:e})]}),"CloseCircleIcon");var ir=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M14.31,7.47c-.09-.74-.66-1.22-1.44-1.22h-.1v-.37c.03-1.32.04-2.56-.73-3.76-.85-1.33-2.35-2.12-4-2.12s-3.18.8-4.03,2.15c-.75,1.18-.74,2.4-.72,3.71v.39s-.1,0-.1,0c-.76,0-1.32.46-1.42,1.21.06,1.07,0,2.21-.03,3.32-.05,1.3-.1,2.63,0,3.87.07.79.58,1.29,1.36,1.35h9.87c.76-.07,1.26-.55,1.34-1.32v-7.21ZM4.21,4.01c0-.41.53-1.43.84-1.8.74-.86,1.83-1.35,2.99-1.35,1.4,0,2.65.7,3.32,1.87.16.26.49,1.04.49,1.28v2.26h-.64v-2.16c0-.16-.21-.7-.23-.75-.48-1.16-1.65-1.9-2.97-1.9-1.23,0-2.28.62-2.83,1.66-.1.2-.34.79-.34,1.04v2.11h-.64v-2.26ZM10.36,4.41v1.87h-4.66v-1.87c0-1.22,1.27-2.07,2.4-2.07.27,0,.52.04.76.13.71.26,1.5,1.14,1.5,1.94ZM13.41,14.71c-.02.15-.15.33-.27.37H2.97c-.14-.04-.2-.12-.27-.2-.06-1.51-.05-3.06-.05-4.55,0-.95,0-1.9,0-2.84.02-.16.21-.34.36-.37l9.84-.02c.27,0,.55.17.55.48v7.13Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.47,11.09c.24-.47.22-1.02-.07-1.47-.29-.48-.8-.77-1.36-.77-.06,0-.12,0-.19,0-.53.06-.99.37-1.24.83-.24.44-.25.95-.02,1.39.03.08.1.16.17.25.05.06.14.17.15.2.02.12-.07.42-.14.67-.05.21-.11.4-.12.56-.03.26-.06.55.41.61.17.02.59.03,1.01.03.3,0,.83,0,1.03-.05.33-.07.32-.32.31-.51,0-.17-.07-.4-.14-.65s-.15-.54-.13-.65c0-.04.09-.14.14-.2.08-.1.15-.18.18-.26ZM7.74,11.98c.08-.31.14-.52.13-.63-.02-.19-.16-.3-.28-.41-.11-.09-.21-.17-.23-.27-.06-.26,0-.51.13-.69.13-.16.31-.25.52-.25.1,0,.2.02.3.06.2.07.35.24.4.44.06.23,0,.46-.14.64-.02.02-.06.04-.1.07-.11.07-.27.18-.28.4,0,.17.07.42.15.69.04.16.09.3.1.4,0,.03,0,.06,0,.09h-.84c.03-.14.09-.38.14-.55Z",fill:e})]})}),"ClosedLockIcon");var sr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M12.43,2.08c-.18-.11-.31-.18-.4-.22-1.82-.8-3.7-.97-3.7-.97-.19,0-.45-.04-.79-.04s-.88.03-1.53.11c-1.24.14-2.21.27-3.16.87-.5.32-1.35.84-1.34,1.54,0,.83.71,1.2,1.37,1.49,2.18.98,4.45,1.09,6.79.7.99-.16,1.9-.46,2.75-.97,1.17-.72,1.16-1.76.02-2.52ZM12.36,4.51c-.8.48-1.69.8-2.72.96-.83.14-1.63.21-2.38.21-1.57,0-2.99-.3-4.34-.9-.66-.3-1.31-.64-1.32-1.4,0-.63.78-1.14,1.29-1.46.91-.56,1.78-.7,3.12-.85.55-.07,1.11-.11,1.52-.11.28,0,.5.02.68.04h.1s1.89.18,3.67.97c.09.03.21.1.39.21.52.35.81.78.8,1.2,0,.42-.3.83-.82,1.15Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.23,4.12v-.7c0-.62-.21-1.14-.64-1.56-.42-.42-.92-.76-1.56-1.05-1.22-.55-2.61-.81-4.36-.81-.74,0-1.49.05-2.13.09-1.04.08-2.05.36-3.03.83C1.08,1.61.47,2.56.52,3.98c.09,2.66.09,5.36,0,8.02-.05,1.35.51,2.28,1.79,2.92,1.42.72,3.04,1.08,4.93,1.08.61,0,1.25-.04,1.97-.11.17,0,.34-.04.49-.07.25-.04.44-.28.44-.52,0-.27-.19-.5-.47-.54l-.22.03c-.29.04-.59.09-.92.11-.38.04-.75.06-1.13.07-1.66-.08-3.41-.24-4.94-1.18-.69-.43-1.01-1.05-.98-1.9,0-.26.05-.26.07-.26.03,0,.1,0,.24.09,1.73.94,3.57,1.42,5.47,1.42.79,0,1.62-.09,2.44-.25.27-.05.45-.29.44-.53,0-.26-.19-.47-.47-.52-.33.05-.68.11-1.06.14-.46.05-.92.08-1.36.08-.32,0-3.17-.11-4.69-1.07-.53-.35-.77-.7-.84-.85-.25-.44-.34-.98-.24-1.55.03-.14.06-.16.09-.17.04,0,.11.04.16.07.12.08.25.14.37.2.14.07.27.13.4.22.22.17.54.28,1.21.49.92.3,1.72.4,2.42.48.07,0,.81.09,1.65.09.47,0,.9-.03,1.26-.08.3-.04.58-.1.65-.13.03,0,.49-.11,1.06-.34.26-.11.45-.19.54-.4.03-.06.1-.25,0-.43-.12-.2-.37-.23-.42-.23h-.02c-1.13.32-2.27.49-3.42.5-.02,0-2.43-.05-4.6-.99-.96-.37-1.41-1.04-1.35-1.99v-.4c0-.19.03-.24.06-.25.03,0,.1.02.24.1,1.46.94,3.09,1.35,5.3,1.35.77,0,1.55-.06,2.15-.1,1.42-.11,2.71-.53,3.8-1.27.12-.08.18-.09.2-.09.03,0,.06.09.07.24.09,1.03-.13,1.64-.75,2.1-.04.04-.05.1-.02.14,0,0,.3.42.83.42.32,0,.61-.14.87-.47,0-1.5,0-2.73,0-3.55ZM12.41,4.6c-.85.5-1.76.81-2.75.97-2.33.39-4.6.28-6.79-.7-.66-.3-1.36-.66-1.37-1.49,0-.7.84-1.22,1.34-1.54.95-.6,1.92-.73,3.16-.87.65-.08,1.19-.11,1.53-.11s.6.03.79.04c0,0,1.89.17,3.7.97.09.04.22.11.4.22,1.14.76,1.15,1.8-.02,2.52Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.48,13.04c0,.15-.06.31-.18.42l-.58.59c-.3.3-.59.6-.88.9l-.16.16c-.15.16-.31.32-.43.5-.11.17-.31.28-.53.28-.25,0-.47-.13-.59-.34-.04-.07-.09-.13-.15-.19l-1.86-1.91c-.19-.19-.23-.44-.11-.67.1-.17.28-.27.47-.27.25.02.35.13.42.22.35.36.7.71,1.06,1.07l.1.1v-4.92c0-.32.12-.51.37-.6.1-.04.2-.06.29-.06.18,0,.34.06.47.19.15.13.16.3.16.44v4.99l.04-.04c.08-.1.17-.19.25-.28l.89-.92c.13-.13.29-.19.43-.19.13,0,.25.04.35.14.11.1.17.24.18.38Z",fill:e})]})}),"DataSetsIcon");var cr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.57,10.77c-.27-.27-.63-.43-1.01-.43h-.2v-1.06c0-.4-.16-.77-.43-1.05-.26-.28-.63-.44-1.01-.44h-4.3v-1.27h.61c.38-.01.75-.16,1.01-.44.27-.28.43-.65.43-1.05v-2.54c0-.4-.16-.77-.43-1.05-.26-.28-.63-.44-1.01-.44h-2.46c-.38,0-.74.16-1.01.44-.27.28-.42.65-.43,1.05v2.54c.01.4.16.77.43,1.05.27.28.63.43,1.01.44h.62v1.27H3.07c-.38,0-.74.16-1.01.44-.27.28-.42.65-.42,1.05v1.06h-.21c-.38,0-.74.16-1.01.43-.27.28-.42.66-.42,1.05v1.7c0,.39.15.77.42,1.05.27.27.63.43,1.01.43h1.64c.38,0,.75-.16,1.02-.43.27-.28.42-.66.42-1.05v-1.7c0-.39-.15-.77-.42-1.05-.27-.27-.64-.43-1.02-.43h-.2v-1.06c0-.06.02-.11.06-.15s.09-.07.14-.07h4.32v1.28h-.21c-.38,0-.75.16-1.02.43-.27.28-.42.66-.42,1.05v1.7c0,.39.15.77.42,1.05.27.27.64.43,1.02.43h1.64c.38,0,.74-.16,1.01-.43.27-.28.42-.66.42-1.05v-1.7c0-.39-.15-.77-.42-1.05-.27-.27-.63-.43-1.01-.43h-.2v-1.28h4.3c.06,0,.11.03.15.07s.06.09.06.15v1.06h-.21c-.38,0-.75.16-1.01.43-.27.28-.42.66-.43,1.05v1.7c.01.39.16.77.43,1.05.26.27.63.43,1.01.43h1.64c.38,0,.74-.16,1.01-.43.27-.28.42-.66.43-1.05v-1.7c-.01-.39-.16-.77-.43-1.05ZM3.07,11.61c.06,0,.11.02.15.06.04.04.06.1.06.15v1.7s-.02.11-.06.15c-.04.04-.09.06-.15.06h-1.64c-.05,0-.1-.02-.14-.06-.04-.04-.06-.1-.06-.15v-1.7s.02-.11.06-.15c.04-.04.09-.06.14-.06h1.64ZM8.82,11.61c.05,0,.1.02.14.06.04.04.06.1.06.15v1.7s-.02.11-.06.15-.09.06-.14.06h-1.64c-.06,0-.11-.02-.15-.06-.04-.04-.06-.1-.06-.15v-1.7s.02-.11.06-.15c.04-.04.09-.06.15-.06h1.64ZM6.77,5.24c-.06,0-.11-.02-.15-.06-.03-.04-.06-.09-.06-.15v-2.54c0-.06.03-.11.06-.15.04-.04.09-.06.15-.06h2.46c.06,0,.11.02.15.06.04.04.06.09.06.15v2.54c0,.06-.02.11-.06.15s-.09.06-.15.06h-2.46ZM14.77,13.52s-.03.11-.06.15c-.04.04-.09.06-.15.06h-1.64c-.06,0-.11-.02-.15-.06-.03-.04-.06-.1-.06-.15v-1.7s.03-.11.06-.15c.04-.04.09-.06.15-.06h1.64c.06,0,.11.02.15.06.03.04.06.1.06.15v1.7Z",fill:e})}),"DeepSearchIcon");var dr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.79.65c-.13-.12-.31-.2-.49-.2s-.36.07-.48.2l-2.46,2.32c-1.33-.87-2.84-1.32-4.35-1.32C5.22,1.65,2.58,3.18.76,5.86-.05,7.04-.05,8.97.76,10.14c.52.78,1.11,1.46,1.78,2.04L.21,14.39c-.13.13-.21.3-.21.48,0,.18.07.35.21.47s.31.2.49.2.36-.07.48-.2l5.46-5.13,3.69-3.47L15.79,1.61c.13-.13.21-.3.21-.48,0-.18-.07-.35-.21-.47ZM6.25,8.71c-.1-.23-.16-.46-.16-.71,0-.99.87-1.79,1.92-1.79.26,0,.52.05.75.14l-2.51,2.36ZM9.79,5.37c-.53-.33-1.14-.51-1.79-.51-1.82,0-3.32,1.4-3.32,3.13,0,.61.19,1.19.53,1.68l-1.66,1.57c-.6-.51-1.13-1.12-1.61-1.82-.52-.76-.52-2.08,0-2.85,1.55-2.28,3.75-3.59,6.06-3.59,1.15,0,2.29.32,3.33.94l-1.54,1.44Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.24,10.14c-1.81,2.67-4.45,4.21-7.24,4.21-.99,0-1.96-.19-2.89-.56-.18-.07-.32-.21-.39-.38-.06-.16-.06-.34.01-.51.11-.25.36-.4.65-.4.09,0,.18.02.27.05.75.3,1.55.45,2.34.45,2.31,0,4.53-1.31,6.07-3.59.51-.76.51-2.08,0-2.85-.23-.33-.47-.65-.73-.95-.11-.13-.18-.31-.15-.48.02-.18.1-.34.26-.46.12-.09.29-.14.44-.14.21,0,.4.08.55.24.31.36.58.72.81,1.08.8,1.18.8,3.1,0,4.29Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.26,8.62c-.25,1.24-1.3,2.24-2.63,2.46,0,0-.01.01-.02.01s-.02-.01-.03-.01l.03-.14-.04.14c-.4,0-.69-.23-.75-.54-.04-.18,0-.35.1-.49.1-.15.27-.26.45-.29.75-.12,1.36-.7,1.49-1.4.07-.32.36-.55.7-.55.01,0,.11.01.12.01.2.04.36.14.46.3.1.14.13.32.1.49Z",fill:e})]})}),"DisabledVisibleIcon");var gr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.94,6.29c-.04-.08-.08-.16-.14-.22l-.09-.08L10.02.29l-.08-.09c-.13-.13-.29-.2-.47-.2h-3.67C1.74,0,0,1.74,0,5.79v4.41c0,4.06,1.74,5.79,5.79,5.79h4.41c4.06,0,5.79-1.74,5.79-5.79v-3.67c0-.08-.02-.18-.06-.25ZM10.13,2.28l3.59,3.59h-1.33c-1.82,0-2.26-.45-2.26-2.26v-1.33ZM14.66,10.21c0,3.3-1.16,4.46-4.46,4.46h-4.41c-3.3,0-4.46-1.16-4.46-4.46v-4.41C1.34,2.5,2.5,1.34,5.79,1.34h3v2.26c0,2.56,1.04,3.6,3.6,3.6h2.26v3Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.4,8.73c0,.38-.29.67-.67.67h-4.39c-.38,0-.67-.29-.67-.67s.29-.66.67-.66h4.39c.38,0,.67.29.67.66Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.93,11.66c0,.38-.29.67-.66.67h-2.93c-.38,0-.67-.29-.67-.67s.29-.66.67-.66h2.93c.36,0,.66.29.66.66Z",fill:e})]})}),"DocsIcon");var br=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.96,7.28c-.01-1.06-.03-2.11-.02-3.15C15.72,1.7,14.09.18,11.58.04c-.6-.03-1.18-.04-1.78-.04-.71,0-1.41.02-2.12.03-.71.01-1.41.03-2.11.03-.42,0-.83-.01-1.25-.02C1.77.18.15,1.79,0,4.33v7.39c.12,2.48,1.73,4.12,4.21,4.28h7.52c2.5-.17,4.11-1.86,4.22-4.45.06-1.4.03-2.87,0-4.27ZM14.75,11.66c-.1,1.95-1.24,3.03-3.25,3.13-.56.02-1.11.03-1.68.03-.67,0-1.36-.01-2.03-.02-.68-.01-1.37-.03-2.04-.03-.42,0-.84.01-1.25.02-2.17-.1-3.22-1.2-3.3-3.47.02-.98.01-1.97,0-2.97-.02-1.25-.04-2.54.02-3.79.1-2.07,1.07-3.12,3.04-3.29.01,0,.02,0,.03-.01h7.32c1.87.1,3.01,1.22,3.12,3.08v7.32Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.88,8.09l-2.44,2.44c-.13.12-.3.18-.47.18-.15,0-.31-.04-.43-.14l-2.48-2.48c-.18-.24-.2-.52-.08-.76.12-.23.37-.39.63-.39.15,0,.32.06.45.17l1.2,1.2V3.57l.11-.26c.14-.2.35-.31.58-.31.26,0,.51.15.63.4.07.14.08.18.08.21v4.74l1.24-1.26c.14-.11.29-.15.44-.15.26,0,.51.15.63.41.12.24.09.53-.09.75Z",fill:e}),jsxRuntime.jsx("path",{d:"M13.38,11.37c.08.28-.01.57-.23.76-.17.13-.67.31-1.57.52-1.17.28-2.39.42-3.61.42-1.31,0-2.62-.17-3.88-.49-.52-.12-1.17-.31-1.35-.49-.19-.18-.25-.46-.18-.73.08-.25.28-.43.52-.47.06,0,.1-.01.14-.01.2,0,.39.07.57.13.07.03.13.06.2.07,1.38.37,2.69.56,4.02.56,1.21,0,2.45-.17,3.66-.49.09-.02.2-.06.31-.09.24-.09.53-.18.74-.18.34.03.55.21.64.47Z",fill:e})]})}),"DownloadIcon");var fr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M7.49,0C5.08,0,3.14,1.96,3.14,4.36s1.95,4.35,4.35,4.35,4.35-1.96,4.35-4.35S9.89,0,7.49,0ZM7.49,7.29c-1.62,0-2.93-1.31-2.93-2.93s1.31-2.94,2.93-2.94,2.93,1.32,2.93,2.94-1.31,2.93-2.93,2.93Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.86,10.23c-.28-.28-.75-.62-1.32-.62-.45,0-.89.21-1.3.62l-.27.28c-.07.04-.12.1-.16.16l-2.14,2.13c-.22.21-.38.55-.43.83l-.13.98c-.07.39.05.78.32,1.04.22.22.52.34.85.34.07,0,.13-.01.19-.02l.98-.14c.3-.04.62-.21.84-.42l2.58-2.58c.42-.43.62-.85.62-1.3s-.22-.91-.62-1.31ZM13.25,11.22c.14-.14.23-.2.3-.2.08,0,.17.07.32.21.16.15.21.26.21.31,0,.02-.04.13-.21.3l-.04.04c-.25-.14-.47-.35-.61-.61l.04-.04ZM11.25,14.44l-.7.1.12-.73,1.52-1.52c.16.23.37.44.6.61l-1.54,1.54Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.33,10.7c-.1.31-.37.5-.68.5-.08,0-.14-.01-.21-.03-.64-.19-1.3-.28-1.96-.28-3.06,0-5.55,1.98-5.55,4.39,0,.39-.32.72-.71.72s-.71-.32-.71-.71c0-3.2,3.13-5.81,6.97-5.81.8,0,1.6.12,2.36.34.19.05.34.19.43.35.09.16.11.36.05.54Z",fill:e})]})}),"EditUserIcon");var mr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M8,4.81c-1.86,0-3.38,1.43-3.38,3.19s1.52,3.18,3.38,3.18,3.38-1.43,3.38-3.18-1.51-3.19-3.38-3.19ZM8,9.82c-1.07,0-1.94-.82-1.94-1.82s.87-1.83,1.94-1.83,1.95.82,1.95,1.83-.88,1.82-1.95,1.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.38,5.81c-1.84-2.72-4.53-4.29-7.38-4.29S2.47,3.09.61,5.81c-.82,1.21-.82,3.17,0,4.38,1.85,2.72,4.54,4.29,7.39,4.29s5.54-1.57,7.38-4.29c.83-1.21.83-3.17,0-4.38ZM14.18,9.44c-1.58,2.33-3.82,3.67-6.18,3.67s-4.6-1.33-6.18-3.67c-.53-.77-.53-2.12,0-2.89,1.58-2.33,3.82-3.67,6.18-3.67s4.6,1.33,6.18,3.67c.53.77.53,2.12,0,2.89Z",fill:e})]})}),"EnableVisibleIcon");var Sr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16,3.09v6.63c0,.11-.1.21-.21.21H2.53l2.08,2.05c.18.25.2.54.08.78-.13.25-.4.41-.67.41-.16,0-.31-.06-.45-.16L.2,9.69c-.27-.3-.25-.72,0-.99l3.34-3.3c.17-.13.33-.18.5-.18.25,0,.5.14.64.37.13.23.13.5-.01.74l-2.14,2.12h11.98V3.09c0-.06.03-.11.07-.16s.13-.1.18-.1h.99c.06,0,.11.01.16.06.03.04.1.14.1.2Z",fill:e})}),"EnterArrowLeftIcon");var wr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M5.07,2.9c0,.39-.32.71-.71.71H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,8c0,.39-.32.71-.71.71h-3.65c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.07,13.1c0,.39-.32.71-.71.71H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,13.1c0,.39-.32.71-.71.71h-7.31v.74c0,.39-.32.71-.71.71s-.71-.32-.71-.71v-2.92c0-.39.32-.71.71-.71s.71.32.71.71v.75h7.31c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,2.9c0,.39-.32.71-.71.71h-7.31v.75c0,.39-.32.71-.71.71s-.71-.32-.71-.71V1.44c0-.39.32-.71.71-.71s.71.32.71.71v.74h7.31c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.44,6.55v2.91c0,.39-.32.71-.71.71s-.71-.32-.71-.71v-.74H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h7.31v-.74c0-.39.32-.71.71-.71s.71.32.71.71Z",fill:e})]})}),"FiltersIcon");var vr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.75,14.8s-.17-.1-.28-.13h-.19V6.16c-.03-.52-.25-1.02-.61-1.43l-.7-.56c-1.59-1.28-3.24-2.62-4.91-3.89-.32-.18-.68-.28-1.05-.28-.42,0-.84.13-1.2.38L1.51,4.6c-.7.62-.75,1.21-.78,2.13-.02,1.32-.02,2.65,0,3.97,0,1.28,0,2.58-.02,3.96h-.17s-.09.03-.11.03l-.09.05c-.26.15-.39.42-.33.72.07.3.3.5.6.53h14.75c.29,0,.52-.19.61-.46.09-.28,0-.57-.22-.74ZM9.55,13.89h-3.1v-4.25c.06-.43.21-.99.61-1.17.1,0,.21,0,.32,0,.19,0,.38,0,.55,0,.19,0,.37-.02.54-.02.15,0,.29,0,.42.02.4.03.64.79.65,1.17v4.25ZM13.96,14.65h-3.11l.02-.11c-.03-.77,0-1.55,0-2.33,0-.83.03-1.68,0-2.5-.05-1.17-.63-2.41-1.83-2.58-.12,0-.25,0-.38,0-.2,0-.4,0-.6,0-.2,0-.4-.02-.6-.02-.17,0-.34,0-.49.02-1.25.09-1.78,1.63-1.83,2.65-.03.82,0,1.66,0,2.47,0,.76.02,1.53,0,2.3l.02.12h-3.13l.04-8.45c.02-.22.11-.4.27-.55L7.51,1.52c.14-.12.32-.18.49-.18.17,0,.34.06.47.15l5.22,4.17c.1.09.26.34.26.44v8.54Z",fill:e})}),"HomepageIcon");var Fr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.09,4.36C13.71,1.68,11.01.02,8.03.02h-.26C4.77.12,2.19,1.78.85,4.46-.48,7.13-.24,10.19,1.49,12.62c1.52,2.14,3.89,3.36,6.5,3.36s4.98-1.22,6.51-3.35c1.77-2.46,1.98-5.55.59-8.27ZM13.76,11.33c-1.21,2.09-3.36,3.33-5.76,3.33h-.01c-2.17,0-4.14-1.02-5.41-2.79-1.44-2.01-1.64-4.54-.56-6.76,1.08-2.24,3.19-3.63,5.65-3.74.11,0,.23-.01.33-.01,2.41,0,4.56,1.25,5.77,3.36,1.2,2.08,1.19,4.55-.01,6.62Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.73,7.13c-.01.55-.01,1.08,0,1.63-.05.49-.41.71-.73.71s-.66-.21-.72-.65v-3.8c.03-.32.3-.6.58-.65,0,0,.13-.01.14-.01.35,0,.62.22.71.57.02.75.02,1.48.02,2.2Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.84,10.14c1.43-.19,1.44,1.97.1,1.86-1.12-.07-1.15-1.72-.1-1.86Z",fill:e})]})}),"InfoCircleIcon");var Pr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M14.73,6.37h-5.17l-.03-.83h4.09s.05,0,.07-.02l2.3-2.24s-.03-.14-.05-.16l-2.36-2.22h-4.02V.1c0-.06-.04-.1-.1-.1h-2.91s-.1.04-.1.1v.79H1.35c-.06,0-.1.05-.1.1l-.05,4.45s0,.05.02.07c.02.02.05.03.08.03h5.17v.82l-4.11.02L.03,8.6s-.03.05-.03.08c0,.02,0,.05.03.07l2.41,2.27h12.24s.1-.05.1-.1l.05-4.45s0-.05-.03-.07c-.02-.02-.05-.03-.07-.03ZM13.6,9.88l-10.67.02-1.26-1.2,1.21-1.17h4.68c.06,0,.1-.04.1-.1v-.86c.06,0,.12,0,.18,0,.08,0,.5,0,.52,0v.87c0,.06.04.1.1.1h5.16l-.02,2.34ZM2.42,4.4v-2.33h5.14s.1-.05.1-.1v-.79h.71v.78s.04.1.1.1l4.63-.03,1.26,1.21-1.18,1.16H2.42Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.47,11.26h-2.9s-.1.05-.1.1v4.54c0,.06.05.1.1.1h2.86s.05,0,.07-.03c.02-.02.07-.08.07-.11v-4.46s0-.02,0-.04c0-.05-.05-.1-.11-.1ZM7.66,14.84v-2.42h.69l-.03,2.42h-.66Z",fill:e})]})}),"MapRadarIcon");var Ir=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M14.8826 13.8402C15.6927 13.8382 16.4913 13.7578 17.2638 13.4936C17.3246 13.4729 17.4082 13.4088 17.4524 13.4715C17.4917 13.527 17.4134 13.5945 17.3783 13.6514C16.8666 14.4752 16.223 15.1769 15.4244 15.7309C14.5042 16.3696 13.4897 16.7794 12.38 16.9328C11.1049 17.1091 9.8683 16.9377 8.68782 16.4287C7.92166 16.0982 7.23295 15.6444 6.62473 15.0635C5.91638 14.387 5.38367 13.5961 5.0017 12.7016C4.58184 11.7192 4.41395 10.6867 4.47507 9.62472C4.53399 8.60057 4.8186 7.63418 5.31038 6.72886C5.92358 5.59997 6.7893 4.71759 7.88322 4.05214C7.92 4.02976 7.96011 3.97642 8.00353 4.01179C8.04585 4.04634 8.00575 4.09884 7.99136 4.13947C7.67439 5.04921 7.58256 5.9899 7.63705 6.94358C7.68684 7.81436 7.89954 8.65004 8.25993 9.44869C8.66126 10.3377 9.20781 11.1223 9.91394 11.793C10.9808 12.8058 12.2403 13.4497 13.6869 13.7222C14.0816 13.7965 14.4804 13.8379 14.8826 13.8402Z",fill:e})}),"MoonIcon");var Mr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M6.91,11.52s.02.05.02.08v-.03s0-.03-.02-.05ZM7.46,10.06s0,.02,0,.03c.02-.04.05-.08.08-.11-.03.03-.05.06-.07.08Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.31,11.69c0-1.42,0-2.89-.04-4.32,0-.02,0-.05,0-.08-.1-.51-.53-.91-1.12-1.02h-7.45c-.05-.23-.1-.57-.1-.99,0-.32.04-.65.13-1.02.02-.12.24-1.17,1.32-1.66.35-.16.73-.25,1.09-.25.4,0,.79.11,1.1.3.41.26,1.08,1.04,1.11,1.49.02.11.04.22.05.32,0,.07.07.13.15.13h2.02c.08,0,.15-.06.15-.14,0-.11,0-.22,0-.32v-.1c-.12-.81-.37-1.5-.8-2.09-.86-1.22-2.33-1.95-3.9-1.95-1.45,0-2.79.62-3.68,1.7-.66.8-1,1.81-1.05,3.09-.02.47,0,.94,0,1.41v.04h-.28c-.3,0-.59.13-.81.36-.27.28-.43.7-.42,1.09.02.94-.02,1.9-.05,2.84-.04,1.08-.08,2.19-.04,3.29.04.88.09,2.09,1.43,2.18h9.93c.7-.1,1.19-.62,1.26-1.34-.02-.98,0-1.97,0-2.96ZM4.25,3.88c0-.13.27-.76.43-1.04.67-1.21,1.97-1.95,3.41-1.95s2.6.69,3.27,1.84c.11.19.44.93.48,1.2h-.62c-.11-.44-.54-1.17-.76-1.41-.62-.67-1.46-1.04-2.38-1.04-1.38,0-2.93.89-3.22,2.59-.06.33-.09.66-.09.97-.02.41,0,.82.06,1.25h-.61c-.07-.34-.11-.67-.11-.99,0-.49.03-.95.13-1.4ZM13.4,14.64c0,.12-.07.27-.2.39,0,0-.02,0-.03.02-1.52,0-3.05.02-4.58.02-1.37,0-2.75,0-4.12,0h-1.5c-.25-.1-.25-.29-.24-.63,0-.08,0-.16,0-.25-.06-1.65-.04-3.34-.03-4.97,0-.62.02-1.23,0-1.79.06-.13.17-.23.27-.27,1.64-.02,3.28-.02,4.93-.02,1.38,0,2.77,0,4.14-.02h.44c.65,0,.89.13.9.5v7.02Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.62,9.7s-.05.1-.07.15c.04-.1.09-.19.15-.27-.03.04-.06.08-.08.12ZM7.89,11.32c0,.14-.02.26-.04.37.04-.14.06-.27.04-.37ZM9.44,11.18c.11-.17.18-.35.21-.55-.03.2-.11.38-.21.55Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.64,10.18s-.02-.07-.02-.1c-.02-.07-.05-.15-.08-.22,0-.04-.03-.08-.05-.12-.03-.07-.07-.13-.12-.19-.06-.09-.12-.17-.2-.24s-.16-.14-.25-.2-.19-.11-.28-.15c-.1-.04-.2-.07-.3-.09,0,0-.02,0-.03,0-.1-.02-.22-.03-.32-.03h0c-.1,0-.19.02-.27.04-.02,0-.04,0-.06,0-.09.03-.18.06-.27.1-.1.04-.19.1-.27.17-.08.05-.15.11-.21.17-.08.08-.14.16-.2.25-.06.08-.11.17-.15.27-.04.09-.07.18-.09.26,0,.02,0,.04,0,.05-.02.09-.03.18-.03.26,0,.24.06.47.18.69.04.07.09.13.15.2.06.07.13.16.16.22,0,.02.02.04.02.05v.03c0,.16-.07.37-.14.59-.06.19-.12.38-.14.54,0,.14-.02.26.02.36.02.06.05.11.1.15.04.04.09.07.16.1.06.02.14.04.23.05.28.02.64.03.95.03h.4c.27-.02.53-.03.66-.07.05,0,.09-.03.13-.06.03-.02.05-.04.07-.07.02-.03.04-.07.05-.11.02-.05.03-.1.03-.17s0-.14,0-.19c-.02-.19-.08-.38-.14-.59-.07-.22-.14-.44-.13-.61,0-.05.1-.16.15-.23.05-.06.1-.11.13-.16.1-.17.18-.35.21-.55,0-.07,0-.13,0-.2,0-.09,0-.18-.02-.26ZM8.7,10.69c-.05.14-.1.17-.18.22-.06.04-.13.09-.2.16-.09.11-.13.22-.13.33,0,.06,0,.11.02.17,0,.05.03.12.04.18.03.1.06.2.09.29.05.17.1.31.11.47h-.82c.02-.14.08-.3.13-.47.03-.11.07-.22.1-.33h0c.02-.13.04-.25.04-.38-.03-.18-.17-.29-.29-.39-.08-.07-.16-.13-.19-.19-.04-.09-.06-.19-.06-.28,0-.07,0-.14.03-.2,0-.05.03-.1.06-.15,0,0,0-.02,0-.02,0,0,0-.02,0-.03.02-.02.04-.05.07-.08.02-.03.05-.07.09-.09.03-.03.07-.06.12-.08.04-.02.08-.04.13-.05,0,0,.03,0,.04,0,.04,0,.08-.02.13-.02.07,0,.13,0,.19.02s.11.03.16.06c.03,0,.06.03.08.05.04.02.08.04.1.08.03.02.06.05.08.08,0,0,0,0,0,.02.03.05.06.1.08.16v.02c.02.06.03.12.03.18,0,.1-.02.2-.05.28Z",fill:e})]})}),"OpenLockIcon");var Br=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.13,14.08c-.23-.18-.48-.2-.74-.21v-7.7c-.04-.39-.34-.8-.72-.93l-3.84-1.02V.87c-.16-.54-.56-.87-1.05-.87-.09,0-.18,0-.27.04-.86.27-1.74.53-2.61.79-1.24.37-2.48.75-3.72,1.16-.33.2-.55.54-.57.93v10.96h-.19c-.16,0-.43.13-.54.21-.34.27-.49.73-.36,1.15.11.42.45.72.88.77h13.2c.42-.04.77-.31.89-.74.13-.44,0-.9-.36-1.18ZM2.65,14.92s.03-.06.03-.09l.04-11.9,5.93-1.81s.09-.07.11-.08v12.93s0,.04,0,.06c0,.08.06.15.15.15h1.58c.08,0,.15-.07.15-.15V5.55l2.64.7s.02.03.03.03c0,0,0,0,0,0v8.56s0,.07.03.09H2.65Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.65,4.12h-3.06c-.09,0-.15.06-.15.15v3.04c0,.08.06.15.15.15h3.06c.08,0,.15-.07.15-.15v-3.04c0-.09-.07-.15-.15-.15ZM4.51,6.35v-1.17h1.22v1.17h-1.22Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.65,9.73h-3.06c-.09,0-.15.07-.15.15v3.04c0,.09.06.15.15.15h3.06c.08,0,.15-.06.15-.15v-3.04c0-.08-.07-.15-.15-.15ZM4.51,11.98v-1.18h1.22v1.18h-1.22Z",fill:e})]})}),"OrganizationIcon");var Lr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M7.89,12.32h-1.06v1.84h-1.84v1.84H1.24c-.5,0-1.09-.7-1.17-1.17-.09-.51-.08-2.07-.03-2.6.03-.3.18-.62.39-.84l4.61-4.62-.14-1.2c.08-3.89,3.79-6.55,7.51-5.22,5.78,2.07,4.32,11.06-2.45,10.73-.18,0-.58-.14-.71-.11-.08.03-1.06,1.03-1.26,1.2-.04.04-.05.08-.05.13h-.04ZM1.37,14.66h2.34v-1.79h1.79v-1.84h1.76l1.58-1.5c.93.26,1.73.38,2.69.13,2.97-.75,4.17-4.46,2.18-6.83-2.88-3.41-8.3-.76-7.35,3.79.04.18.2.43.12.6L1.33,12.37c-.04.29-.08,2.22.03,2.29h.01Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.73,3.67c.14,0,.32.07.43.14.11.08,1.06,1.05,1.1,1.13.25.6-.34,1.17-.93.87-.09-.05-1.13-1.11-1.17-1.18-.18-.45.05-.96.55-.97h.01Z",fill:e})]})}),"PasswordFinderIcon");var zr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.01,8.44V3.26c0-.31,0-.94-.7-.94,0,0-.11,0-.15,0-.19,0-.32-.04-.4-.12-.12-.14-.12-.4-.1-.65,0-.12,0-.24,0-.35v-.17c0-.94-.11-1.05-1.03-1.05H2.99C1.67,0,.98.69.98,2v11.88c0,1.35.79,2.12,2.14,2.12h10.85c.9,0,1.05-.16,1.05-1.05v-5.75c0-.26,0-.51,0-.76ZM2.71,1.2c.08,0,.16,0,.24,0h9.01c.42,0,.55.08.56.58,0,.23-.03.37-.11.45-.08.07-.21.11-.43.11h-.11c-.7-.02-1.4-.02-2.11-.02h-2.18c-1.45,0-2.89,0-4.35,0h0c-.19,0-.37,0-.54-.03-.31-.04-.48-.24-.47-.54.02-.39.29-.5.51-.53ZM13.83,13.81v.47c0,.22-.02.36-.1.42-.07.08-.21.11-.45.11-3.37,0-6.74,0-10.1,0-.78,0-1-.23-1-1,0-1.67,0-3.33,0-4.99s0-3.33,0-4.99c0-.35.04-.39.36-.39v-.1l.08.1c.89.03,1.79.04,2.68.04h5.27c.91,0,1.82,0,2.73-.02.43,0,.56.07.56.52-.02,3.27,0,6.55,0,9.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.48,10.12c-.23-.02-.44-.08-.67-.13-.34-.08-.67-.16-1.02-.16-.42,0-.79.13-1.19.4-.46-.21-.79-.6-1.12-1.02-.13-.17-.08-.25.05-.4.05-.06.1-.13.14-.2.1-.2.15-.4.12-.6-.06-.59-.13-1.18-.23-1.76-.1-.59-.5-.92-1.17-.97h-.12c-1.14,0-1.99.9-2.01,2.13-.03,1.4.59,2.87,1.7,4.03,1.15,1.18,2.64,1.88,4.11,1.9h.06c1.29,0,2.21-.8,2.23-1.95.02-.73-.31-1.2-.89-1.27ZM5.68,6.79c.15-.2.32-.3.5-.3.04,0,.08,0,.12,0,.15.04.17.13.18.34,0,.06,0,.11.02.16.02.14.03.28.04.41.02.14.03.28.05.42,0,.16,0,.22-.08.26-.25.1-.4.24-.47.41-.1.26.03.55.18.86.49.96,1.23,1.69,2.22,2.15.21.09.37.14.51.14.26,0,.45-.15.57-.44.04-.1.1-.14.28-.14h.04c.07,0,.14,0,.22,0,.14,0,.27,0,.38.06.1.04.23.04.35.05.14,0,.27,0,.33.06.03.04.05.11.05.2,0,.41-.31.68-.89.72h-.22c-2.29-.06-4.56-2.34-4.59-4.61,0-.34.07-.58.23-.77Z",fill:e})]})}),"PhonebookIcon");var Rr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.24,3.65c-.48-.49-1.15-.77-1.83-.77h-.36v-.37c0-.44-.17-.85-.47-1.15-.3-.31-.72-.48-1.14-.48h-6.89c-.42,0-.84.17-1.14.48-.3.31-.46.72-.46,1.15v.37h-.37c-.69,0-1.34.27-1.83.77-.48.49-.76,1.16-.76,1.86v4.99c0,.44.17.85.47,1.15.3.31.71.47,1.14.47h1.35v1.37c0,.44.17.84.46,1.15.3.3.72.47,1.14.47h6.89c.42,0,.84-.17,1.14-.47.3-.31.47-.72.47-1.15v-1.37h1.34c.43,0,.84-.17,1.14-.47.31-.31.47-.72.47-1.15v-4.99c0-.7-.28-1.37-.76-1.86ZM4.2,2.51c0-.1.03-.19.1-.26.07-.07.16-.1.25-.1h6.89c.1,0,.18.03.25.1.07.07.1.17.1.26v.37h-7.61v-.37ZM11.8,13.5c0,.1-.03.19-.1.26s-.16.1-.25.1h-6.89c-.1,0-.18-.04-.25-.1s-.1-.17-.1-.26v-4c0-.1.03-.19.1-.26.07-.07.16-.1.25-.1h6.89c.1,0,.18.03.25.1.07.07.1.17.1.26v4ZM14.75,10.5c0,.1-.03.19-.1.26-.06.07-.16.1-.25.1h-1.34v-1.36c0-.44-.17-.85-.47-1.15-.3-.31-.72-.48-1.14-.48h-6.89c-.42,0-.84.17-1.14.48-.3.31-.46.72-.46,1.15v1.36h-1.35c-.1,0-.19-.03-.25-.1-.07-.07-.11-.17-.11-.26v-4.99c0-.37.15-.72.4-.97.25-.26.59-.4.94-.4h10.82c.35,0,.7.15.94.4.25.25.39.6.39.97v4.99Z",fill:e})}),"PrintIcon");var Zr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.26,7.61c-.67,0-1.32-.2-1.87-.57-.55-.37-.99-.89-1.24-1.51-.26-.61-.32-1.29-.19-1.94.13-.65.45-1.25.92-1.72.47-.47,1.07-.79,1.73-.92.65-.13,1.33-.06,1.95.19.62.25,1.14.68,1.51,1.24s.57,1.2.57,1.87c0,.89-.36,1.75-.99,2.38-.63.63-1.49.98-2.38.98ZM10.26,2.23c-.4,0-.79.12-1.12.34-.33.22-.59.54-.74.91-.15.37-.19.77-.12,1.17.08.39.27.75.55,1.03.28.28.64.47,1.04.55.39.08.8.04,1.17-.11.37-.15.69-.41.91-.74.22-.33.34-.72.34-1.12,0-.53-.21-1.05-.59-1.43s-.89-.59-1.43-.59Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.83,7.7h-.29c-.72-.07-1.38-.42-1.83-.97s-.67-1.26-.61-1.98c.07-.71.42-1.37.98-1.83.56-.46,1.27-.67,1.99-.6.09,0,.18.03.26.07.08.04.16.1.22.17.06.07.11.15.13.24s.04.18.03.27c0,.09-.04.18-.08.26-.04.08-.11.15-.18.21s-.16.1-.25.12c-.09.02-.18.03-.27.01-.18-.02-.35,0-.52.05-.17.05-.32.14-.46.25-.14.11-.25.25-.33.4-.08.15-.14.32-.15.5-.02.18,0,.35.05.52.05.17.13.33.25.46.11.14.25.25.41.33.16.08.33.13.51.15.29.03.59-.04.84-.2.15-.09.34-.12.51-.08.18.04.33.15.42.3.09.15.12.34.08.51-.04.17-.15.32-.3.42-.42.27-.9.41-1.39.42Z",fill:e}),jsxRuntime.jsx("path",{d:"M.76,14.18c-.2,0-.39-.08-.53-.22-.14-.14-.22-.32-.23-.52,0-2.64.73-4.4,4.31-4.4.2,0,.39.08.54.22.14.14.22.32.22.52s-.08.38-.22.52c-.14.14-.34.22-.54.22-2.38,0-2.79.73-2.79,2.93,0,.19-.08.38-.23.52-.14.14-.33.22-.53.22Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.42,15.11c-.15,0-.3-.09-.41-.25-.11-.15-.17-.36-.17-.58,0-2.15-.83-3.58-4.87-3.58s-4.87,1.43-4.87,3.58c0,.22-.06.43-.17.59-.11.15-.26.24-.41.24s-.3-.09-.41-.24c-.11-.16-.17-.37-.17-.59,0-5.24,4.23-5.24,6.03-5.24s6.03,0,6.03,5.24c0,.22-.06.43-.17.58-.11.15-.26.24-.41.25Z",fill:e})]})}),"Profiler2Icon");var Hr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M8,8.27c-.77,0-1.51-.24-2.15-.7-.64-.45-1.13-1.1-1.43-1.86-.29-.76-.37-1.59-.22-2.39.15-.8.52-1.54,1.06-2.12.54-.58,1.23-.97,1.98-1.13.75-.16,1.53-.08,2.24.23.71.31,1.31.84,1.74,1.52.43.68.65,1.48.65,2.3,0,1.1-.41,2.15-1.13,2.93s-1.71,1.21-2.74,1.21ZM8,1.65c-.46,0-.91.15-1.29.42-.38.27-.68.66-.86,1.11-.18.45-.22.95-.13,1.43.09.48.31.92.64,1.27.32.35.74.58,1.19.68.45.1.92.05,1.34-.14.42-.19.79-.51,1.04-.91.26-.41.39-.89.39-1.38,0-.66-.24-1.29-.68-1.75-.44-.46-1.03-.73-1.64-.73Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.23,16c-.2,0-.4-.09-.54-.25-.14-.15-.23-.36-.23-.58,0-2.15-1.09-3.58-6.45-3.58s-6.45,1.43-6.45,3.58c0,.22-.08.43-.23.59-.15.15-.34.24-.55.24s-.4-.09-.55-.24c-.15-.16-.23-.37-.23-.59,0-5.24,5.61-5.24,8-5.24s8,0,8,5.24c0,.22-.09.43-.23.58-.14.15-.34.24-.54.25Z",fill:e})]})}),"ProfilerIcon");var Nr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.8,6.86s-.02-.02-.04-.04l-3.24-5.21c-.13-.28-.33-.51-.58-.67-.26-.16-.55-.25-.85-.25h-6.18c-.28-.01-.56.06-.81.2-.25.13-.45.34-.59.58L.11,6.94h0s-.04.08-.05.12c0,.03-.03.07-.04.12-.01.04-.01.08-.01.12v5.5c0,.33.07.66.19.96.13.31.32.59.55.82.23.23.51.42.81.54.31.13.64.2.97.2h10.96c.66,0,1.3-.27,1.77-.73.47-.47.74-1.1.75-1.76v-5.48c0-.19-.08-.36-.2-.49ZM4.7,2.16s.05-.06.09-.09c.03-.02.07-.03.12-.03h6.19c.09,0,.16.05.23.18l2.74,4.44h-3.33c-.18,0-.36.07-.49.2-.12.13-.2.3-.2.49v.2c0,.54-.21,1.07-.6,1.45-.38.39-.91.6-1.45.6s-1.07-.21-1.46-.6c-.38-.38-.6-.91-.6-1.45v-.2c0-.19-.07-.36-.2-.49-.13-.13-.3-.2-.48-.2H1.92l2.78-4.5ZM14.63,12.83c0,.3-.12.59-.34.81s-.5.33-.81.33H2.52c-.16,0-.31-.03-.45-.09s-.27-.14-.37-.25c-.11-.11-.19-.24-.25-.38-.05-.14-.08-.3-.08-.45v-4.8h3.24c.1.83.51,1.58,1.13,2.13.63.54,1.43.84,2.26.84s1.63-.3,2.25-.84c.62-.55,1.03-1.3,1.14-2.13h3.24v4.83Z",fill:e})}),"SandBoxIcon");var Or=t(({stroke:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("ellipse",{cx:"5.80004",cy:"5.80062",rx:"4.80004",ry:"4.80062",stroke:e}),jsxRuntime.jsx("path",{d:"M9.00012 9.80078L13.0002 12.9997",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})]}),"SearchIcon");var Yr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M9.1.02c-.11,0-.22,0-.34,0-.2,0-.4,0-.61,0-.22,0-.42-.02-.63-.02-.19,0-.37,0-.53.02-.38.03-.81.38-.81.77v15.1c0,.06.04.1.1.1h3.46c.06,0,.1-.04.1-.1V.69c0-.29-.45-.67-.73-.67ZM7.57,14.6V1.41h.88v13.19h-.88Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.9,4.97c-.19-.02-.4-.02-.6-.02s-.43,0-.66,0c-.22,0-.44,0-.66,0h-.3c-.32.04-.67.43-.67.75v10.17c0,.06.04.1.1.1h3.44s.03,0,.05,0c.05,0,.1-.04.1-.1V5.76c0-.4-.37-.76-.79-.79ZM1.41,14.59V6.35h.89v8.24h-.89Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.89,8.33c-.14-.25-.4-.4-.73-.42-.26-.02-.62-.03-.98-.03s-.72,0-.99.03c-.32.02-.57.16-.72.4-.03.05-.13.31-.14.35v7.25c0,.06.05.1.1.1h3.47c.06,0,.1-.04.1-.1v-7.3c0-.08-.1-.25-.11-.27ZM13.74,14.6v-5.3h.86v5.3h-.86Z",fill:e})]})}),"StatisticIcon");var Xr=t(({fill:e="currentColor",stroke:o="currentColor",...r})=>jsxRuntime.jsxs("svg",{width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[jsxRuntime.jsx("path",{d:"M10.7336 7.81445C12.3434 7.84801 13.4641 9.04097 13.5774 10.4131L13.5862 10.6904C13.557 12.3941 12.2055 13.533 10.7249 13.5186L10.5657 13.5127C9.039 13.4219 7.98725 12.2485 7.87915 10.9131L7.87036 10.6348C7.90006 8.96394 9.25521 7.81499 10.7336 7.81445Z",stroke:o}),jsxRuntime.jsx("path",{d:"M7.26234 7.82055C7.02212 7.81698 6.86386 7.75484 6.73481 7.62848C6.48774 7.38645 6.24007 7.14473 5.99896 6.89706C5.72893 6.61966 5.73251 6.20073 5.99955 5.94206C6.2651 5.68487 6.67431 5.68546 6.94761 5.95098C7.19885 6.19508 7.44921 6.44037 7.68853 6.69577C7.88047 6.90063 7.93411 7.15157 7.81937 7.40994C7.70492 7.66802 7.49779 7.81609 7.26234 7.82055Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.6541 14.872C15.6541 15.1839 15.5304 15.3915 15.2881 15.511C15.0539 15.6266 14.8151 15.6183 14.597 15.4557C14.5475 15.4188 14.4998 15.3781 14.456 15.3347C14.2235 15.1031 13.9881 14.8741 13.7622 14.6363C13.5127 14.3734 13.5255 13.9691 13.7809 13.714C14.0364 13.4591 14.4444 13.4458 14.7054 13.694C14.9594 13.9355 15.2067 14.1837 15.4514 14.4344C15.5784 14.5643 15.6681 14.7162 15.6541 14.872Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.2545 7.81899C13.983 7.81155 13.7735 7.69173 13.6543 7.44882C13.533 7.20204 13.5488 6.95288 13.7342 6.74059C13.9964 6.44 14.2805 6.15843 14.5773 5.89203C14.814 5.67945 15.2199 5.71066 15.4559 5.93544C15.6875 6.15606 15.7379 6.54614 15.5304 6.79679C15.2565 7.12771 14.9445 7.42563 14.6167 7.70422C14.5165 7.78955 14.3893 7.82285 14.2545 7.81899Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.80404 14.908C5.79748 14.7438 5.84725 14.5984 5.9614 14.4828C6.22278 14.2176 6.47879 13.9458 6.75656 13.6984C7.15594 13.3425 7.74992 13.5373 7.859 14.049C7.90103 14.2458 7.86616 14.4328 7.73115 14.5851C7.46649 14.8836 7.18723 15.1699 6.88681 15.4321C6.67967 15.6132 6.42872 15.6385 6.17629 15.5175C5.92266 15.3956 5.80761 15.1839 5.80404 14.908Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.44378 10.18C4.55525 10.059 4.69354 9.99125 4.85627 9.98976C5.22911 9.98619 5.60285 9.974 5.9745 9.99452C6.50918 10.024 6.79202 10.5802 6.5071 11.0194C6.39742 11.1883 6.24035 11.2962 6.03709 11.309C5.63832 11.334 5.23805 11.3399 4.83958 11.314C4.56479 11.2962 4.36927 11.1371 4.27629 10.8737C4.1824 10.6088 4.25095 10.3778 4.44378 10.18Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.0586 10.18C15.1701 10.059 15.3084 9.99125 15.4711 9.98976C15.844 9.98619 16.2177 9.974 16.5894 9.99452C17.124 10.024 17.4069 10.5802 17.122 11.0194C17.0123 11.1883 16.8552 11.2962 16.6519 11.309C16.2532 11.334 15.8529 11.3399 15.4544 11.314C15.1796 11.2962 14.9841 11.1371 14.8911 10.8737C14.7976 10.6088 14.8658 10.3778 15.0586 10.18Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3908 5.18099C11.3908 5.36235 11.3947 5.54402 11.3899 5.72539C11.3804 6.08693 11.0987 6.35839 10.739 6.35839C10.3617 6.35839 10.0762 6.09704 10.0687 5.72985C10.0613 5.36265 10.0621 4.99516 10.069 4.62796C10.0759 4.26226 10.3644 3.99764 10.7393 4.00002C11.0972 4.00239 11.3816 4.27861 11.3896 4.63688C11.3938 4.81825 11.3902 4.99962 11.3902 5.18128C11.3905 5.18099 11.3905 5.18099 11.3908 5.18099Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3908 15.8224C11.3908 16.0038 11.3947 16.1854 11.3899 16.3668C11.3804 16.7283 11.0987 16.9998 10.739 16.9998C10.3617 16.9998 10.0762 16.7385 10.0687 16.3713C10.0613 16.0041 10.0621 15.6366 10.069 15.2694C10.0759 14.9034 10.3644 14.6388 10.7393 14.6411C11.0972 14.6435 11.3816 14.9197 11.3896 15.278C11.3938 15.4594 11.3902 15.6407 11.3902 15.8224C11.3905 15.8224 11.3905 15.8224 11.3908 15.8224Z",fill:e})]}),"SunIcon");var jr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.68,4.72c.18,0,.32.15.3.33l-1.09,5.65c-.03.21-.26.28-.44.19l-1.85-1.85h-.04l-2.1,2.07c-.52.46-1.24-.13-.86-.72l2.17-2.17-1.96-1.95c-.12-.13-.06-.36.1-.42l5.78-1.13h-.01Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.09,4.36C13.71,1.68,11.01.02,8.03.02h-.26C4.77.12,2.19,1.78.85,4.46-.48,7.13-.24,10.19,1.49,12.62c1.52,2.14,3.89,3.36,6.5,3.36s4.98-1.22,6.51-3.35c1.77-2.46,1.98-5.55.59-8.27ZM13.76,11.33c-1.21,2.09-3.36,3.33-5.76,3.33h-.01c-2.17,0-4.14-1.02-5.41-2.79-1.44-2.01-1.64-4.54-.56-6.76,1.08-2.24,3.19-3.63,5.65-3.74.11,0,.23-.01.33-.01,2.41,0,4.56,1.25,5.77,3.36,1.2,2.08,1.19,4.55-.01,6.62Z",fill:e})]})}),"UpRightArrowCircleIcon");var Jr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M0.869629 5.00098H10.8696M10.8696 5.00098L6.86963 1.00098M10.8696 5.00098L7.11151 8.7591L6.86963 9.00098",stroke:e,strokeWidth:"1.3"})}),"VectorIcon");var Ve=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 3",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("ellipse",{cx:"1.56746",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e}),jsxRuntime.jsx("ellipse",{cx:"7.71278",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e}),jsxRuntime.jsx("ellipse",{cx:"13.8581",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e})]}),"BallsMenu");var Qr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M9.796 6.706c-3.438 3.638-4.457 4.698-4.481 4.671l-3.552-3.768c-0.026-0.028-0.193 0.115-0.792 0.678-0.418 0.394-0.759 0.727-0.759 0.739 0 0.011 1.010 1.091 2.245 2.396 2.080 2.2 2.258 2.381 2.425 2.462 0.32 0.158 0.729 0.142 1.015-0.038 0.149-0.094-0.051 0.115 5.257-5.502l4.634-4.902-0.752-0.715c-0.233-0.223-0.484-0.458-0.738-0.691l-0.034-0.030c-1.295 1.344-2.752 2.874-4.201 4.413l-0.268 0.287z",fill:e})}),"CheckIcon");var Le=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 18 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.4517 5.77798L16.4067 6.79197L10.8447 12.1899C10.0753 12.9367 8.82791 12.9367 8.05853 12.1899L2.49647 6.79197L1.45166 5.77798L3.54128 3.75L4.58609 4.76399L9.45161 9.48599L14.3172 4.76399L15.362 3.75L17.4517 5.77798Z",fill:e})}),"ChevronDownIcon");var Te=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.20166 10.722L1.24661 9.70803L6.80863 4.31012C7.57801 3.56329 8.82541 3.56329 9.59479 4.31012L15.1569 9.70803L16.2017 10.722L14.112 12.75L13.0672 11.736L8.20171 7.01401L3.33611 11.736L2.29136 12.75L0.20166 10.722Z",fill:e})}),"ChevronUpIcon");var e0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M9.21053 5.78952H0.789474C0.357895 5.78952 0 5.43162 0 5.00005C0 4.56847 0.357895 4.21057 0.789474 4.21057H9.21053C9.64211 4.21057 10 4.56847 10 5.00005C10 5.43162 9.64211 5.78952 9.21053 5.78952Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.00041 10C4.56883 10 4.21094 9.64211 4.21094 9.21053V0.789474C4.21094 0.357895 4.56883 0 5.00041 0C5.43199 0 5.78988 0.357895 5.78988 0.789474V9.21053C5.78988 9.64211 5.43199 10 5.00041 10Z",fill:e})]}),"PlusIcon");var t0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M12.0003 5.27318C11.9803 5.27318 11.967 5.27318 11.947 5.27318H11.9136C10.6536 5.23318 9.71362 4.25985 9.71362 3.05984C9.71362 1.83318 10.7136 0.839844 11.9336 0.839844C13.1536 0.839844 14.1536 1.83984 14.1536 3.05984C14.147 4.26651 13.207 5.23985 12.007 5.27985C12.007 5.27318 12.007 5.27318 12.0003 5.27318ZM11.9336 1.83318C11.2603 1.83318 10.7136 2.37985 10.7136 3.05318C10.7136 3.71318 11.227 4.24652 11.887 4.27318C11.8936 4.26652 11.947 4.26652 12.007 4.27318C12.6536 4.23985 13.1536 3.70652 13.1603 3.05318C13.1603 2.37985 12.6136 1.83318 11.9336 1.83318Z",fill:e}),jsxRuntime.jsx("path",{d:"M12.0075 10.1871C11.7475 10.1871 11.4875 10.1671 11.2275 10.1204C10.9541 10.0738 10.7741 9.81376 10.8208 9.54042C10.8675 9.26709 11.1275 9.08709 11.4008 9.13376C12.2208 9.27376 13.0875 9.12043 13.6675 8.73376C13.9808 8.5271 14.1475 8.26709 14.1475 8.00709C14.1475 7.74709 13.9741 7.49375 13.6675 7.28709C13.0875 6.90042 12.2075 6.74709 11.3808 6.89376C11.1075 6.94709 10.8475 6.76042 10.8008 6.48709C10.7541 6.21376 10.9341 5.95376 11.2075 5.90709C12.2941 5.71376 13.4208 5.92042 14.2208 6.45375C14.8075 6.84709 15.1475 7.40709 15.1475 8.00709C15.1475 8.60042 14.8141 9.1671 14.2208 9.5671C13.6141 9.9671 12.8275 10.1871 12.0075 10.1871Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.98031 5.27399C3.97365 5.27399 3.96698 5.27399 3.96698 5.27399C2.76698 5.23399 1.82698 4.26065 1.82031 3.06065C1.82031 1.83398 2.82031 0.833984 4.04031 0.833984C5.26031 0.833984 6.26031 1.83399 6.26031 3.05399C6.26031 4.26065 5.32031 5.23399 4.12031 5.27399L3.98031 4.77399L4.02698 5.27399C4.01365 5.27399 3.99365 5.27399 3.98031 5.27399ZM4.04698 4.27399C4.08698 4.27399 4.12031 4.27398 4.16031 4.28065C4.75365 4.25398 5.27365 3.72065 5.27365 3.06065C5.27365 2.38732 4.72698 1.84065 4.05365 1.84065C3.38031 1.84065 2.83365 2.38732 2.83365 3.06065C2.83365 3.71398 3.34031 4.24065 3.98698 4.28065C3.99365 4.27398 4.02031 4.27399 4.04698 4.27399Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.97325 10.1871C3.15325 10.1871 2.36658 9.9671 1.75992 9.5671C1.17325 9.17376 0.833252 8.60709 0.833252 8.00709C0.833252 7.41376 1.17325 6.84709 1.75992 6.45375C2.55992 5.92042 3.68658 5.71376 4.77325 5.90709C5.04659 5.95376 5.22659 6.21376 5.17992 6.48709C5.13325 6.76042 4.87325 6.94709 4.59992 6.89376C3.77325 6.74709 2.89992 6.90042 2.31325 7.28709C1.99992 7.49375 1.83325 7.74709 1.83325 8.00709C1.83325 8.26709 2.00659 8.5271 2.31325 8.73376C2.89325 9.12043 3.75992 9.27376 4.57992 9.13376C4.85325 9.08709 5.11325 9.27376 5.15992 9.54042C5.20659 9.81376 5.02659 10.0738 4.75325 10.1204C4.49325 10.1671 4.23325 10.1871 3.97325 10.1871Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.00023 10.2537C7.98023 10.2537 7.96689 10.2537 7.94689 10.2537H7.91356C6.65356 10.2137 5.71356 9.24031 5.71356 8.04031C5.71356 6.81365 6.71356 5.82031 7.93356 5.82031C9.15356 5.82031 10.1536 6.82031 10.1536 8.04031C10.1469 9.24698 9.20689 10.2203 8.00689 10.2603C8.00689 10.2536 8.0069 10.2537 8.00023 10.2537ZM7.93356 6.81365C7.26023 6.81365 6.71356 7.36032 6.71356 8.03365C6.71356 8.69365 7.2269 9.22699 7.8869 9.25365C7.89356 9.24699 7.94689 9.24699 8.00689 9.25365C8.65356 9.22032 9.15356 8.68698 9.16023 8.03365C9.16023 7.36698 8.61356 6.81365 7.93356 6.81365Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.99921 15.1725C7.19921 15.1725 6.39921 14.9658 5.77921 14.5458C5.19254 14.1525 4.85254 13.5925 4.85254 12.9925C4.85254 12.3992 5.18587 11.8258 5.77921 11.4325C7.02587 10.6058 8.97921 10.6058 10.2192 11.4325C10.8059 11.8258 11.1459 12.3858 11.1459 12.9858C11.1459 13.5792 10.8125 14.1525 10.2192 14.5458C9.59921 14.9592 8.79921 15.1725 7.99921 15.1725ZM6.33254 12.2725C6.01921 12.4792 5.85254 12.7392 5.85254 12.9992C5.85254 13.2592 6.02587 13.5125 6.33254 13.7192C7.23254 14.3258 8.75921 14.3258 9.65921 13.7192C9.97254 13.5125 10.1392 13.2525 10.1392 12.9925C10.1392 12.7325 9.96587 12.4792 9.65921 12.2725C8.76587 11.6658 7.23921 11.6725 6.33254 12.2725Z",fill:e})]}),"UsersIcon");var ze=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8C1 9.85652 1.7375 11.637 3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15ZM8 4C8.19891 4 8.38968 4.07902 8.53033 4.21967C8.67098 4.36032 8.75 4.55109 8.75 4.75V7.75C8.75 7.94891 8.67098 8.13968 8.53033 8.28033C8.38968 8.42098 8.19891 8.5 8 8.5C7.80109 8.5 7.61032 8.42098 7.46967 8.28033C7.32902 8.13968 7.25 7.94891 7.25 7.75V4.75C7.25 4.55109 7.32902 4.36032 7.46967 4.21967C7.61032 4.07902 7.80109 4 8 4ZM8 12C8.26522 12 8.51957 11.8946 8.70711 11.7071C8.89464 11.5196 9 11.2652 9 11C9 10.7348 8.89464 10.4804 8.70711 10.2929C8.51957 10.1054 8.26522 10 8 10C7.73478 10 7.48043 10.1054 7.29289 10.2929C7.10536 10.4804 7 10.7348 7 11C7 11.2652 7.10536 11.5196 7.29289 11.7071C7.48043 11.8946 7.73478 12 8 12Z",fill:e})}),"InfoCircleFilledIcon");var n0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 15 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M3.765 3.97l3.109-3.219c0.362-0.375 0.949-0.375 1.311 0l3.109 3.219-0.983 1.018-2.781-2.879-2.781 2.879-0.983-1.018z",fill:e}),jsxRuntime.jsx("path",{d:"M11.294 12.029l-3.109 3.219c-0.362 0.375-0.949 0.375-1.311 0l-3.109-3.219 0.983-1.018 2.781 2.879 2.781-2.879 0.983 1.018z",fill:e})]}),"UnfoldIcon");var k1=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.595 13.176c0.282 0.282 0.376 0.565 0.376 0.941s-0.188 0.753-0.376 0.941c-0.471 0.565-1.412 0.565-1.882 0l-5.176-5.176-5.176 5.176c-0.471 0.471-1.412 0.471-1.882 0s-0.376-0.565-0.376-0.941c0-0.376 0.188-0.659 0.376-0.941l5.176-5.176-0.376-0.376-4.988-4.8c-0.282-0.282-0.376-0.565-0.376-0.941s0.188-0.753 0.376-1.035c0.282-0.282 0.659-0.376 0.941-0.376s0.659 0.094 0.941 0.376l5.176 5.176 0.376-0.376 4.894-4.8c0.282-0.282 0.659-0.376 0.941-0.376s0.659 0.094 0.941 0.376c0.282 0.282 0.376 0.565 0.376 0.941s-0.188 0.753-0.376 0.941l-5.176 5.176 5.271 5.271z",fill:e})}),"CrossIcon");var a0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M14 6.5C13.7267 6.5 13.5 6.27333 13.5 6V2.5H10C9.72667 2.5 9.5 2.27333 9.5 2C9.5 1.72667 9.72667 1.5 10 1.5H14C14.2733 1.5 14.5 1.72667 14.5 2V6C14.5 6.27333 14.2733 6.5 14 6.5Z",fill:e}),jsxRuntime.jsx("path",{d:"M6 14.5H2C1.72667 14.5 1.5 14.2733 1.5 14V10C1.5 9.72667 1.72667 9.5 2 9.5C2.27333 9.5 2.5 9.72667 2.5 10V13.5H6C6.27333 13.5 6.5 13.7267 6.5 14C6.5 14.2733 6.27333 14.5 6 14.5Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.9998 7.50224C8.87313 7.50224 8.74646 7.45557 8.64646 7.35557C8.45313 7.16224 8.45313 6.84224 8.64646 6.64891L13.6465 1.64891C13.8398 1.45557 14.1598 1.45557 14.3531 1.64891C14.5465 1.84224 14.5465 2.16224 14.3531 2.35557L9.35313 7.35557C9.25313 7.45557 9.12646 7.50224 8.9998 7.50224Z",fill:e}),jsxRuntime.jsx("path",{d:"M1.9998 14.5022C1.87313 14.5022 1.74646 14.4556 1.64646 14.3556C1.45313 14.1622 1.45313 13.8422 1.64646 13.6489L6.64646 8.64891C6.8398 8.45557 7.1598 8.45557 7.35313 8.64891C7.54646 8.84224 7.54646 9.16224 7.35313 9.35557L2.35313 14.3556C2.25313 14.4556 2.12646 14.5022 1.9998 14.5022Z",fill:e})]}),"MaximizeIcon");var l0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.8835 15.1402H14.4635V15.9702C14.4635 15.9702 14.3735 16.1502 14.3635 16.1702C14.2835 16.2902 14.1435 16.4002 14.0135 16.4402C13.7735 16.5202 12.5035 16.5102 12.2335 16.4702C12.0435 16.4402 11.6635 16.1802 11.6635 15.9602V15.1302H5.28346V15.9602C5.28346 16.1202 4.97346 16.3902 4.82346 16.4302C4.58346 16.5102 3.31346 16.5002 3.04346 16.4602C2.86346 16.4302 2.47346 16.1702 2.47346 15.9502V15.1202H1.04346V2.61023C1.04346 2.13023 1.58346 1.66023 1.97346 1.52023C3.71346 0.870232 6.25346 0.560232 8.10346 0.500232C10.1135 0.440232 13.1635 0.710232 15.0335 1.50023C15.3735 1.64023 15.8835 2.13023 15.8835 2.55023V15.1402ZM11.3035 1.85023H5.62346V3.16023H11.3035V1.85023ZM3.46346 5.16023C3.10346 5.22023 2.84346 5.42023 2.81346 5.83023C2.73346 6.93023 2.87346 8.14023 2.81346 9.26023C2.84346 9.46023 3.02346 9.68023 3.18346 9.76023C3.22346 9.78023 3.42346 9.84023 3.46346 9.84023H8.07346C8.07346 9.84023 8.11346 9.80023 8.11346 9.79023V5.21023L8.07346 5.16023H3.46346ZM8.85346 5.16023C8.85346 5.16023 8.81346 5.20023 8.81346 5.21023V9.79023L8.85346 9.84023H13.4635C13.4635 9.84023 13.6935 9.78023 13.7435 9.76023C13.9135 9.68023 14.0935 9.46023 14.1135 9.26023C14.0635 8.14023 14.1935 6.94023 14.1135 5.83023C14.0935 5.58023 13.9635 5.34023 13.7335 5.24023C13.6835 5.22023 13.4935 5.16023 13.4535 5.16023H8.84346H8.85346ZM13.7335 11.8102C12.3035 11.8502 12.3835 13.9202 13.8135 13.8602C15.2435 13.8002 15.1435 11.7702 13.7335 11.8102ZM2.35346 13.5002C2.87346 14.0702 3.97346 13.9402 4.21346 13.1402C4.51346 12.1402 3.39346 11.5402 2.62346 11.9602C2.08346 12.2502 1.91346 13.0202 2.35346 13.5002ZM11.5535 12.3802C11.7535 12.1702 11.6035 11.8602 11.3435 11.8302H5.57346C5.21346 11.8802 5.17346 12.3402 5.50346 12.4602C7.46346 12.5002 9.44346 12.5002 11.4035 12.4602C11.4435 12.4402 11.5135 12.4102 11.5435 12.3802H11.5535ZM5.58346 13.1502C5.12346 13.2702 5.21346 13.8002 5.66346 13.8302H11.2535C11.7635 13.7802 11.7635 13.2202 11.2835 13.1402H5.58346V13.1502Z",fill:e})}),"BusIcon");var c0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16.3207 7.62978H14.8107C15.2007 8.67978 15.4507 8.61978 16.4807 8.42978C16.5807 8.88978 16.7107 9.77978 16.3207 10.1298C16.0607 10.3698 15.4907 10.3398 15.2907 10.5298C15.1907 10.6298 15.1007 10.9998 14.9307 11.2098C14.0907 12.2898 12.3407 11.9398 11.9307 10.6598L5.78065 10.6398C5.38065 11.8998 3.61065 12.2898 2.78065 11.2398C2.67065 11.0998 2.48065 10.5998 2.45065 10.5798C2.34065 10.5098 1.57065 10.5098 1.27065 10.3698C0.840652 10.1798 0.670652 9.77978 0.630652 9.33978C0.590652 8.85978 0.550652 6.87978 0.650652 6.48978C0.820652 5.82978 2.18065 5.35978 2.63065 4.95978C2.86065 4.74978 3.11065 4.31978 3.34065 4.07978C4.43065 2.94978 5.16065 3.12978 6.65065 3.15978C8.26065 3.19978 10.1107 3.09978 11.3507 4.19978C11.6807 4.48978 12.1507 5.22978 12.3907 5.38978C12.8607 5.68978 14.3707 5.95978 15.0107 6.18978C15.8107 6.48978 16.1207 6.73978 16.3207 7.61978V7.62978ZM7.07065 4.20978C6.52065 4.28978 5.97065 4.07978 5.43065 4.12978C4.61065 4.19978 4.10065 5.12978 3.88065 5.83978L7.07065 5.95978V4.20978ZM9.42065 4.28978C9.01065 4.23978 8.52065 4.32978 8.10065 4.28978V6.03978L11.6907 6.11978C11.1407 5.29978 10.4807 4.41978 9.42065 4.28978ZM3.86065 9.39978C3.05065 9.60978 3.26065 10.9798 4.20065 10.8598C5.23065 10.7198 4.93065 9.11978 3.86065 9.39978ZM13.3407 9.39978C12.3307 9.62978 12.9507 11.3198 13.9107 10.7698C14.6807 10.3298 14.2507 9.19978 13.3407 9.39978Z",fill:e})}),"CarIcon");var d0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M4.55288 16.4902L5.19288 15.5902L5.25288 15.5602H13.4829C14.0529 15.4602 14.2729 15.1002 14.3129 14.5502C14.3429 14.1002 14.3629 12.6102 14.2029 12.2602C14.0729 11.9702 13.7629 11.8002 13.4529 11.7602C11.9129 11.6702 10.2329 11.8802 8.71288 11.7602C8.11288 11.7102 7.49288 11.2902 7.23288 10.7502C6.87288 10.0102 7.13288 8.72016 7.05288 7.88016C7.01288 7.48016 6.73288 7.08016 6.32288 7.03016C5.12288 6.87016 3.72288 7.44016 2.90288 6.18016C2.29288 5.25016 2.74288 3.31016 2.60288 2.21016C2.69288 1.31016 3.37288 0.630158 4.26288 0.530158C5.82288 0.610158 7.48289 0.430158 9.03289 0.530158C9.74289 0.580158 10.3929 1.01016 10.6529 1.69016C10.9729 2.52016 10.6929 3.80016 10.7929 4.70016C10.8929 5.60016 11.9129 5.50016 12.5729 5.51016L13.2229 6.43016C12.4529 6.38016 11.5229 6.57016 10.8229 6.20016C9.38288 5.43016 9.97289 3.69016 9.86288 2.36016C9.82289 1.90016 9.50288 1.53016 9.03289 1.47016C7.53289 1.57016 5.84288 1.33016 4.35288 1.47016C3.93288 1.51016 3.58288 1.85016 3.53288 2.27016C3.59288 3.23016 3.45288 4.29016 3.53288 5.23016C3.65288 6.63016 5.85288 5.84016 6.78288 6.19016C8.55288 6.84016 7.79288 8.76016 7.99288 10.1202C8.05288 10.4902 8.41288 10.8002 8.78288 10.8302C10.2829 10.9702 11.9829 10.7202 13.4929 10.8302C14.3629 10.9002 15.0629 11.5202 15.2229 12.3802C15.1029 13.7402 15.7429 15.6902 14.1229 16.3602C14.0229 16.4002 13.7129 16.5102 13.6229 16.5102H4.55288V16.4902Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.4627 0.540077C15.8127 0.400077 16.9627 1.53008 16.8727 2.88008C16.8027 3.89008 15.9927 5.15008 15.3427 5.90008C14.9727 6.33008 14.7227 6.65008 14.2227 6.12008C13.5127 5.38008 12.5627 3.89008 12.5127 2.85008C12.4527 1.69008 13.3127 0.650077 14.4727 0.540077H14.4627ZM14.4927 1.94008C13.6427 2.10008 13.7627 3.50008 14.7027 3.49008C15.7827 3.47008 15.6927 1.72008 14.4927 1.94008Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.0828 10.6104C4.2228 10.6104 5.2128 11.5204 5.2728 12.6704C5.3328 13.8204 4.3928 15.2604 3.6628 16.0804C3.4028 16.3804 3.1228 16.7004 2.7228 16.3304C2.0628 15.7104 1.0928 14.1504 0.942799 13.2504C0.712799 11.8804 1.6528 10.6104 3.0728 10.6104H3.0828ZM2.9928 12.0104C1.9928 12.1304 2.1428 13.6704 3.2028 13.5604C4.1828 13.4504 4.0528 11.8904 2.9928 12.0104Z",fill:e})]}),"WayIcon");var g0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M14.2452 7.25014C14.3752 7.87014 14.5152 8.50014 14.6752 9.14014C14.7052 9.28014 14.7452 9.42014 14.7752 9.56014C14.8852 10.0901 15.0052 10.6101 15.1152 11.1401L16.1052 15.5401L15.1652 16.4901L10.8852 9.06014C9.19516 10.6001 7.51516 12.1501 5.72516 13.5601L6.12516 15.8301L5.17516 16.4901C5.01516 16.3301 4.02516 14.9301 3.92516 14.9301C3.85516 14.9301 2.94516 15.5601 2.77516 15.6501C2.55516 15.7701 2.29516 15.9101 2.06516 16.0001C0.325156 16.6701 1.43516 14.8101 1.82516 14.1601C1.89516 14.0401 2.34516 13.3901 2.35516 13.3401C2.35516 13.2401 0.955156 12.2501 0.795156 12.0901L1.45516 11.1401L3.72516 11.5401C5.13516 9.74014 6.69516 8.07014 8.22516 6.38014L0.785156 2.13014L1.72516 1.18014L6.14516 2.16014L7.72516 2.50014C7.86516 2.54014 8.01516 2.57014 8.15516 2.61014C8.79516 2.76014 9.41516 2.91014 10.0352 3.04014L11.1752 3.28014C12.0252 2.51014 12.6852 1.58014 13.7252 1.05014C14.4952 0.660144 16.3252 0.000143588 16.7152 1.15014C16.9952 1.97014 16.4352 3.30014 15.9852 4.00014C15.4752 4.79014 14.6452 5.40014 14.0152 6.10014L14.2552 7.25014H14.2452Z",fill:e})}),"PlaneIcon");var u0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M8.93797 6.3098L16.198 10.2298L14.178 14.6598C14.108 14.7198 13.878 14.6798 13.768 14.6998C12.948 14.8098 12.098 15.9798 11.338 15.9798C10.578 15.9798 9.73797 14.7998 8.93797 14.7198L8.91797 8.2998C8.82797 8.0098 8.42797 8.0698 8.41797 8.3798V14.7198C7.59797 14.8098 6.72797 16.0298 5.94797 15.9798C5.21797 15.9298 4.41797 14.8398 3.60797 14.6998C3.49797 14.6798 3.29797 14.6998 3.23797 14.6498L1.16797 10.2798L8.41797 6.2998V7.4098C8.41797 7.6298 8.93797 7.6298 8.93797 7.4098V6.2998V6.3098Z",fill:e}),jsxRuntime.jsx("path",{d:"M13.7079 5.05V8.28C13.6179 8.26 13.5279 8.21 13.4479 8.17C11.8479 7.33 10.2779 6.42 8.68795 5.58C6.99795 6.46 5.34795 7.43 3.64795 8.28V5.05C5.34795 4.49 7.00795 3.83 8.69795 3.25L13.7179 5.05H13.7079ZM6.79795 4.86C6.72795 4.86 5.99795 5.14 5.94795 5.17C5.75795 5.32 5.87795 5.65 6.16795 5.62C6.24795 5.62 6.91795 5.37 6.97795 5.33C7.17795 5.17 7.05795 4.83 6.79795 4.86ZM10.4779 4.86C10.2479 4.89 10.1679 5.2 10.3779 5.34C10.4579 5.39 11.0279 5.61 11.1279 5.62C11.4579 5.67 11.5979 5.36 11.3779 5.18C11.3079 5.13 10.5479 4.86 10.4779 4.86ZM5.34795 5.44C5.26795 5.46 4.62795 5.7 4.58795 5.74C4.38795 5.92 4.54795 6.22 4.80795 6.19C4.89795 6.18 5.59795 5.92 5.64795 5.87C5.84795 5.69 5.66795 5.38 5.34795 5.44ZM11.6879 5.48C11.5379 5.6 11.6079 5.83 11.7679 5.92C11.8579 5.97 12.4179 6.17 12.5079 6.18C12.8479 6.22 12.9179 5.86 12.7079 5.72C12.6279 5.67 12.0779 5.46 11.9879 5.44C11.8979 5.43 11.7679 5.42 11.6979 5.47L11.6879 5.48Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.57832 0.5V3.02L8.66832 2.69L7.77832 3.02V0.5H9.57832Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.19799 16.5001L6.54799 16.3901C7.23799 16.1701 7.99799 15.1801 8.72799 15.2101C9.41799 15.2401 10.138 16.1801 10.808 16.3901L11.158 16.5001H6.18799H6.19799Z",fill:e}),jsxRuntime.jsx("path",{d:"M0.868164 16.4998L1.21816 16.3898C1.85816 16.1398 2.67816 15.2398 3.29816 15.2098C3.91816 15.1798 4.66816 15.9898 5.22816 16.2798L5.79816 16.4998H0.868164Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.5481 16.4998L12.1181 16.2798C12.6781 15.9898 13.4281 15.1798 14.0481 15.2098C14.6681 15.2398 15.4881 16.1298 16.1281 16.3898L16.4781 16.4998H11.5381H11.5481Z",fill:e})]}),"ShipIcon");var h0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16 0.5V11.68L11.19 16.49H0V0.5H16ZM14.49 2.01H1.51V14.98H10.21V10.7H14.5V2.01H14.49ZM13.45 12.09H11.59V13.94L13.45 12.09Z",fill:e})}),"FileIcon");var f0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M14.2026 11.7603C14.1126 11.7203 14.0426 11.6803 13.9726 11.6503C13.3326 11.2203 12.9126 10.4803 12.8726 9.68029C12.8326 8.92029 13.1326 8.22029 13.7026 7.75029C13.7926 7.67029 13.8926 7.62029 13.9826 7.57029C14.1726 7.46029 14.3726 7.33029 14.4126 7.12029C14.4526 6.94029 14.3726 6.75029 14.1826 6.51029C13.5226 5.66029 12.3526 5.12029 11.2026 5.12029C11.1226 5.12029 11.0526 5.12029 10.9626 5.13029C10.5226 5.16029 10.1426 5.28029 9.77263 5.40029C9.40263 5.53029 9.05263 5.64029 8.66263 5.64029C8.48263 5.64029 8.31263 5.61029 8.12263 5.56029C7.89263 5.50029 7.68263 5.43029 7.49263 5.37029C6.92263 5.19029 6.43263 5.05029 5.91263 5.05029C5.35263 5.05029 4.80263 5.21029 4.17263 5.59029C2.91263 6.33029 2.19263 7.63029 2.09263 9.35029C1.96263 11.7903 3.16263 14.6003 4.89263 15.9103C5.39263 16.3003 5.86263 16.4803 6.34263 16.4803C6.74263 16.4803 7.10263 16.3503 7.46263 16.2303C7.85263 16.0903 8.24263 15.9503 8.71263 15.9503C8.77263 15.9503 8.84263 15.9503 8.91263 15.9603C9.20263 15.9903 9.47263 16.0903 9.76263 16.2103C10.0126 16.3103 10.2826 16.4203 10.5826 16.4603C10.6826 16.4703 10.7826 16.4903 10.8826 16.4903C11.5426 16.4903 12.1326 16.2403 12.6826 15.7203C13.2726 15.1503 14.0026 14.0703 14.4226 13.2603C14.7226 12.6703 14.7926 12.4903 14.8026 12.4003C14.8326 12.0503 14.4526 11.8703 14.1826 11.7403L14.2026 11.7603ZM5.44263 15.0203C4.08263 13.8703 2.85263 11.1303 3.18263 8.89029C3.32263 8.02029 3.74263 6.88029 5.05263 6.32029C5.38263 6.18029 5.69263 6.12029 6.02263 6.12029C6.47263 6.12029 6.88263 6.25029 7.31263 6.38029C7.78263 6.53029 8.24263 6.70029 8.80263 6.70029C8.93263 6.70029 9.04263 6.69029 9.17263 6.67029C9.41263 6.64029 9.62263 6.56029 9.84263 6.47029C9.95263 6.43029 10.0826 6.38029 10.1926 6.34029C10.5726 6.24029 10.9326 6.19029 11.2626 6.19029C11.9826 6.19029 12.6026 6.42029 13.1126 6.88029C12.2426 7.54029 11.7726 8.55029 11.8226 9.68029C11.8826 10.9003 12.5526 12.0103 13.5726 12.6503C13.2026 13.3303 12.7626 14.0903 12.1926 14.7203C11.7226 15.2403 11.3426 15.4503 10.9226 15.4503C10.7726 15.4503 10.6226 15.4203 10.4726 15.3703C10.2326 15.2903 10.0426 15.2303 9.88263 15.1703C9.49263 15.0203 9.19263 14.9203 8.68263 14.9203C8.54263 14.9203 8.38263 14.9203 8.19263 14.9503C7.79263 15.0003 7.46263 15.1303 7.16263 15.2403C6.88263 15.3403 6.63263 15.4403 6.37263 15.4403C6.08263 15.4403 5.78263 15.3003 5.45263 15.0203H5.44263Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.9426 0.500234C10.8826 0.500234 10.8326 0.510234 10.7526 0.510234C9.89258 0.620234 9.01258 1.17023 8.39258 1.96023C7.82258 2.70023 7.57258 3.54023 7.68258 4.31023C7.71258 4.51023 7.83258 4.85023 8.37258 4.85023C8.57258 4.85023 8.77258 4.80023 8.94258 4.77023C10.4026 4.44023 11.6926 2.64023 11.5426 1.12023C11.5126 0.850234 11.4126 0.490234 10.9326 0.490234L10.9426 0.500234ZM8.73258 3.73023C8.87258 2.80023 9.56258 1.98023 10.4726 1.69023C10.2926 2.61023 9.65258 3.52023 8.73258 3.73023Z",fill:e})]}),"IosIcon");var m0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M13.0054 7.9201C12.9254 7.0301 12.1654 6.2901 11.2454 6.1901C10.7254 6.1301 9.84544 6.1001 8.87544 6.1001C7.95544 6.1001 7.12544 6.1301 6.62544 6.1801C5.60544 6.2801 4.88544 7.0501 4.80544 8.1201C4.73544 9.0901 4.70544 11.0701 4.82544 11.9701C4.93544 12.7301 5.47544 13.3501 6.23544 13.6001C6.24544 13.7801 6.23544 13.9801 6.22544 14.1901C6.19544 15.0901 6.13544 16.4401 7.40544 16.5001H7.49544C7.86544 16.5001 8.15544 16.3901 8.36544 16.1701C8.78544 15.7401 8.76544 14.9901 8.74544 14.3301C8.73544 14.0201 8.72544 13.7301 8.81544 13.6501H9.07544V15.4301C9.07544 15.6001 9.35544 16.0501 9.38544 16.1001C9.60544 16.3601 9.93544 16.5001 10.3054 16.5001C10.8554 16.5001 11.4654 16.1701 11.5754 15.5401C11.6054 15.3601 11.5854 14.8901 11.5754 14.4301C11.5654 14.1401 11.5554 13.7601 11.5454 13.6101C12.3654 13.3401 12.9254 12.6901 13.0054 11.9101C13.0954 10.9101 13.0954 8.9401 13.0054 7.9201ZM7.65544 15.3401C7.65544 15.3401 7.57544 15.4001 7.49544 15.4001C7.42544 15.4001 7.37544 15.3701 7.35544 15.3101C7.30544 15.1201 7.28544 13.7401 7.23544 13.6601C7.24544 13.6601 7.27544 13.6501 7.39544 13.6501H7.65544V15.3401ZM10.0854 13.6601C10.0854 13.6601 10.1154 13.6501 10.2354 13.6501H10.4954V15.3401C10.4954 15.3401 10.4154 15.4001 10.3354 15.4001C10.2654 15.4001 10.2154 15.3701 10.1954 15.3101C10.1454 15.1201 10.1254 13.7401 10.0854 13.6601ZM11.9154 11.7301C11.8654 12.2101 11.5554 12.5301 11.0854 12.5701C10.7554 12.6001 10.5154 12.6301 10.0954 12.6101C9.65544 12.5901 9.42544 12.5801 9.25544 12.5801C8.46544 12.5701 8.27544 12.6601 7.56544 12.6401C7.35544 12.6401 7.05544 12.6201 6.69544 12.5801C6.20544 12.4801 5.94544 12.1801 5.89544 11.6701C5.81544 10.8601 5.80544 8.8501 5.90544 8.1201C5.95544 7.6801 6.23544 7.3701 6.57544 7.2801C6.73544 7.2601 6.96544 7.2401 7.23544 7.2301C7.36544 7.2301 7.76544 7.2001 8.59544 7.1801C9.55544 7.1701 9.25544 7.2001 10.1054 7.1801C10.2354 7.1801 10.6054 7.1801 11.0754 7.2501C11.4554 7.3201 11.6354 7.3901 11.7554 7.5301C11.9054 7.7101 11.9154 7.9201 11.9154 8.0301C11.9654 9.1101 12.0754 10.2301 11.9154 11.7201V11.7301Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3952 1.66C10.7352 0.92 9.82522 0.5 8.90522 0.5C8.79522 0.5 8.68522 0.51 8.57522 0.52C6.96522 0.7 5.62522 2.14 5.52522 3.8C5.46522 4.69 5.92522 5.7 6.87522 5.84C7.35522 5.9 8.22522 5.91 8.70522 5.91C9.51522 5.91 10.3452 5.89 10.8052 5.85C11.5552 5.78 12.1952 5.14 12.2852 4.36C12.3952 3.41 12.0752 2.42 11.3952 1.66ZM8.98522 4.82C8.28522 4.82 7.56522 4.8 7.19522 4.76C6.94522 4.73 6.78522 4.63 6.70522 4.45C6.47522 3.97 6.76522 3.09 7.05522 2.64C7.42522 2.06 8.13522 1.64 8.81522 1.6H8.91522C9.81522 1.6 10.7352 2.27 11.0452 3.17C11.1852 3.6 11.2852 4.21 11.0852 4.53C11.0052 4.66 10.8752 4.74 10.6852 4.76C10.3252 4.8 9.66522 4.82 8.98522 4.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.45531 7.78014C4.34531 7.26014 3.84531 6.89014 3.23531 6.89014C2.87531 6.89014 2.54531 7.02014 2.32531 7.24014C2.13531 7.43014 1.99531 7.80014 1.97531 8.05014C1.90531 8.62014 1.88531 10.6801 1.98531 11.2701C2.11531 11.9401 2.70531 12.2401 3.23531 12.2401C3.87531 12.2401 4.38531 11.8401 4.46531 11.2701C4.54531 10.7801 4.55531 8.25014 4.45531 7.78014ZM3.24531 7.98014C3.24531 7.98014 3.37531 7.98014 3.39531 8.17014C3.45531 8.71014 3.46531 10.5401 3.38531 11.0001C3.37531 11.1101 3.31531 11.1701 3.25531 11.1701C3.16531 11.1701 3.07531 11.0701 3.05531 10.8301C3.00531 10.2601 2.97531 8.71014 3.05531 8.18014C3.07531 8.09014 3.15531 7.99014 3.20531 7.98014H3.24531Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.8355 7.99014C15.7655 7.34014 15.2555 6.89014 14.5955 6.89014C14.5255 6.89014 14.4455 6.89014 14.3655 6.91014C13.8555 6.99014 13.4355 7.38014 13.3555 7.85014C13.2455 8.46014 13.2755 10.5401 13.3355 11.1401C13.4155 11.9001 14.0255 12.2401 14.5955 12.2401C15.2055 12.2401 15.7155 11.8701 15.8155 11.3401C15.9255 10.8001 15.9055 8.57014 15.8355 7.99014ZM14.6055 7.99014C14.6755 7.99014 14.7355 7.99014 14.7555 8.17014C14.8155 8.71014 14.8255 10.5501 14.7555 11.0001C14.7355 11.1101 14.6855 11.1601 14.6055 11.1601C14.5255 11.1601 14.4355 11.1101 14.4155 10.9501C14.3455 10.3601 14.3555 8.73014 14.4255 8.18014C14.4455 8.00014 14.4655 8.00014 14.5555 7.99014H14.6055Z",fill:e})]}),"AndroidIcon");var S0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M15.9805 6.96004V6.61004C16.0005 5.75004 15.9805 4.88004 15.9805 4.03004C15.9605 3.03004 15.9505 2.04004 15.9605 1.02004C15.9305 0.740039 15.7005 0.540039 15.3305 0.540039C15.3105 0.540039 7.92049 2.02004 7.92049 2.02004C7.64049 2.10004 7.48049 2.18004 7.44049 2.58004C7.36049 3.45004 7.39049 4.39004 7.42049 5.30004C7.45049 6.12004 7.49049 6.98004 7.44049 7.75004C7.41049 7.96004 7.52049 8.14004 7.87049 8.31004C9.04049 8.34004 10.2205 8.34004 11.4105 8.34004C12.6905 8.34004 13.9805 8.34004 15.2405 8.32004L15.6005 8.29004C15.7005 8.24004 15.9105 8.14004 15.9505 7.85004C15.9805 7.62004 15.9805 7.27004 15.9705 6.96004H15.9805ZM14.8305 1.81004V7.21004H8.59049V3.04004L14.8305 1.81004Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.9806 10.6102V10.0502C16.0006 9.74018 16.0006 9.41018 15.9606 9.14018C15.9406 9.07018 15.9406 8.96018 15.8406 8.84018C15.7906 8.77018 15.6306 8.69018 15.5106 8.68018H7.87056C7.80056 8.68018 7.72056 8.73018 7.67056 8.76018C7.59056 8.84018 7.44056 8.97018 7.44056 9.20018C7.49056 9.99018 7.46056 10.8502 7.42056 11.6802C7.39056 12.5902 7.35056 13.5202 7.44056 14.4102C7.47056 14.8202 7.69056 14.9002 7.95056 14.9902C9.17056 15.3002 10.4706 15.5202 11.7206 15.7302C12.8906 15.9302 14.0906 16.1402 15.2406 16.4202C15.2606 16.4402 15.3906 16.4402 15.3906 16.4402C15.9706 16.4402 15.9706 15.8602 15.9706 15.4702C16.0006 13.8702 15.9906 12.2102 15.9706 10.6002L15.9806 10.6102ZM8.59056 13.9102V9.81018H14.8306V15.1602L8.59056 13.9102Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.14065 11.6202C7.11065 10.8602 7.07065 10.0702 7.12065 9.32018C7.10065 8.94018 6.87066 8.68018 6.51065 8.68018L0.470655 8.70018C0.220655 8.75018 0.0606546 9.00018 0.0406546 9.28018C0.0906546 9.81018 0.0606546 10.4202 0.0206546 11.0102C-0.00934539 11.6702 -0.0493454 12.3402 0.0406546 12.9502C0.0906546 13.3902 0.340655 13.4802 0.600655 13.5402C1.55065 13.8002 2.59065 14.0002 3.58065 14.1802C4.50065 14.3402 5.47065 14.5302 6.39065 14.7702H6.52065C6.68065 14.7702 7.06065 14.7202 7.11065 14.1402C7.19065 13.3302 7.16066 12.4602 7.13065 11.6202H7.14065ZM1.22065 12.4602V9.81018H5.94065V13.4802L1.22065 12.4602Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.13046 2.83C7.06046 2.3 6.70046 2.25 6.54046 2.25C6.52046 2.25 6.36046 2.27 6.34046 2.27C5.45046 2.5 4.53046 2.68 3.61046 2.85C2.61046 3.03 1.59046 3.23 0.620459 3.49C0.290459 3.59 0.0904587 3.67 0.0604587 4.13C-0.00954127 4.74 0.0304587 5.4 0.0404587 6.02C0.0704587 6.6 0.0904587 7.17 0.0604587 7.76C0.110459 8.12 0.320459 8.34 0.690459 8.34C1.04046 8.32 1.40046 8.31 1.78046 8.31C2.34046 8.31 2.92046 8.33 3.49046 8.36C4.07046 8.38 4.64046 8.39 5.22046 8.39C5.68046 8.39 6.13046 8.39 6.55046 8.34C7.03046 8.31 7.13046 7.98 7.14046 7.67C7.09046 6.96 7.12046 6.16 7.16046 5.38C7.19046 4.52 7.24046 3.64 7.14046 2.83H7.13046ZM5.94046 3.54V7.21H1.22046V4.58L5.94046 3.54Z",fill:e})]}),"MicrosoftIcon");var y0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M13.7386 2.02034H14.8293C15.3096 2.02034 16 2.77034 16.01 3.26034V12.1703C15.97 12.6703 15.6498 13.1203 15.1995 13.3403C14.7492 13.5603 14.2989 13.4503 13.8086 13.4803C13.0181 15.7803 10.2764 16.7303 8.21513 15.3903C7.50469 14.9303 7.0344 14.2503 6.7242 13.4703H1.24078C0.590369 13.3703 0.08005 12.8603 0 12.2003V3.26034C0 2.77034 0.700438 2.02034 1.18074 2.02034H2.27142V0.300345C2.27142 0.240345 2.47154 0.0303449 2.55159 0.0203449L13.3684 0.000344886C13.4784 -0.00965511 13.7286 0.200345 13.7286 0.300345V2.02034H13.7386ZM12.848 0.880345H3.15197V2.01034H4.77298C5.40338 2.01034 6.44403 3.49035 6.90431 3.95035C6.92433 3.97035 6.93433 4.00034 6.93433 4.03034H12.858V0.880345H12.848ZM13.9887 12.5903H14.5991C14.8593 12.5903 15.1395 12.2303 15.1194 11.9803V5.53034C15.0894 5.15034 14.8793 4.95035 14.5091 4.92034H6.63415C6.54409 4.90034 6.47405 4.86034 6.41401 4.80034C5.9237 4.35035 5.48343 3.65035 5.00313 3.16035C4.83302 2.99035 4.74296 2.93035 4.50281 2.91035C3.54221 2.97035 2.49156 2.84035 1.54096 2.91035C1.15072 2.94035 0.930582 3.12034 0.890557 3.52034V12.0203C0.890557 12.2703 1.17073 12.6003 1.41088 12.6003H6.5641C6.37398 10.0903 8.61539 8.12035 11.0969 8.65034C12.8981 9.04035 14.1588 10.7603 13.9987 12.6003L13.9887 12.5903ZM15.1194 4.12034V3.41035C15.1194 3.20035 14.8093 2.89035 14.5991 2.89035H13.7286V4.02034H14.8193C14.8193 4.02034 15.0994 4.14035 15.1194 4.11034V4.12034ZM10.1363 9.45035C7.91495 9.55035 6.67417 12.1003 7.97498 13.9203C9.13571 15.5603 11.6573 15.4603 12.6879 13.7303C13.8386 11.8003 12.3877 9.35034 10.1363 9.45035Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.07172 9.07031H4.83345C5.28373 9.19031 5.29373 9.82031 4.83345 9.94031H2.09173C1.65146 9.81031 1.63145 9.22031 2.06171 9.07031H2.07172Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.07172 10.8398H4.83345C5.28373 10.9598 5.29373 11.5898 4.83345 11.7098H2.09173C1.65146 11.5798 1.63145 10.9898 2.06171 10.8398H2.07172Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.1371 10.3314C10.3772 10.2814 10.6674 10.4014 10.7074 10.6614C10.7475 10.9214 10.7475 12.1214 10.7074 12.3914C10.6374 12.8414 9.90694 12.8314 9.82689 12.3914C9.78687 12.1514 9.78687 10.9014 9.82689 10.6614C9.84691 10.5314 10.007 10.3614 10.1271 10.3314H10.1371Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.1372 13.3494C10.7876 13.2194 10.8976 14.0694 10.4273 14.2094C9.76694 14.4094 9.61684 13.4594 10.1372 13.3494Z",fill:e})]}),"FolderAlertIcon");var F0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M8.40767 2.3898C7.62079 0.918033 6.09073 0 4.41496 0C4.26924 0 4.13809 0 3.99237 0.0291439C2.50603 0.145719 1.19456 1.04918 0.495103 2.43352C-0.218923 3.84699 -0.160635 5.49363 0.669966 6.8051C1.486 8.13115 2.89947 8.91803 4.45867 8.91803C6.01787 8.91803 7.34392 8.17486 8.15995 6.93625C9.09255 5.53734 9.17998 3.84699 8.40767 2.3898ZM4.47324 8.102C3.7155 8.102 2.98691 7.86885 2.34574 7.43169C2.47689 6.68852 2.98691 6.03279 3.68636 5.77049C3.93408 5.66849 4.19638 5.62477 4.45867 5.62477C5.26013 5.62477 5.98873 6.0765 6.35303 6.79053C6.45503 6.99454 6.57161 7.37341 6.57161 7.41712C6.52789 7.46084 6.17816 7.66485 6.09073 7.70856C5.58071 7.97086 5.04155 8.102 4.47324 8.102ZM4.9104 4.6776C4.76468 4.76503 4.61896 4.80874 4.45867 4.80874C4.16723 4.80874 3.89037 4.66302 3.73008 4.40073C3.56978 4.16758 3.55521 3.87614 3.67179 3.59927C3.77379 3.36612 4.03609 3.14754 4.25467 3.1184C4.31295 3.1184 4.37124 3.1184 4.4441 3.1184C4.92498 3.1184 5.20184 3.45355 5.28927 3.74499C5.36213 4.03643 5.31842 4.42987 4.9104 4.69217V4.6776ZM7.22734 6.79053C6.97962 6.06193 6.44046 5.44991 5.69729 5.07104C6.0033 4.73588 6.16359 4.28415 6.11987 3.81785C6.07616 3.26412 5.77015 2.76867 5.2747 2.4918C5.01241 2.34608 4.73554 2.27322 4.4441 2.27322C3.81751 2.27322 3.23463 2.65209 2.95776 3.2204C2.66632 3.80328 2.73918 4.47359 3.16177 5.01275C3.16177 5.01275 3.19091 5.05647 3.23463 5.08561C2.54975 5.37705 1.96687 6.00364 1.69 6.76138C1.69 6.76138 1.67543 6.77596 1.67543 6.8051C1.63171 6.76138 1.57343 6.68853 1.51514 6.60109C0.69911 5.46448 0.582534 4.06557 1.20913 2.82696C1.85029 1.58834 3.07434 0.816029 4.42953 0.816029C4.8084 0.816029 5.20184 0.874317 5.58071 0.990893C6.77561 1.36976 7.67907 2.34608 7.98508 3.61384C8.26195 4.76503 7.98508 5.93078 7.22734 6.79053Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.3874 9.29697C14.5713 7.91263 13.1433 7.08203 11.555 7.08203C11.4529 7.08203 11.3364 7.08203 11.2198 7.0966C9.52945 7.21318 8.11597 8.21864 7.44566 9.77784C6.77535 11.337 7.02308 13.0565 8.1014 14.3826C8.94657 15.4026 10.1998 16.0001 11.5258 16.0001C13.1724 16.0001 14.6151 15.1549 15.4165 13.7414C16.2034 12.3425 16.1888 10.6959 15.3874 9.29697ZM11.555 15.184C10.8992 15.184 10.258 15.0092 9.64603 14.6449C9.57317 14.6157 9.45659 14.5283 9.42745 14.5283C9.38373 14.3972 9.73346 13.6977 9.90832 13.4791C10.3163 12.9837 10.8846 12.7068 11.5112 12.7068C12.4584 12.7068 13.493 13.348 13.697 14.4554C13.1142 14.9217 12.3564 15.184 11.555 15.184ZM10.6952 11.1039C10.6661 10.7104 10.8701 10.2733 11.3801 10.1859C11.4384 10.1859 11.4967 10.1713 11.555 10.1713C12.1087 10.1713 12.371 10.623 12.3856 11.031C12.3856 11.4536 12.1378 11.8762 11.5258 11.9053C11.0012 11.9053 10.7389 11.4973 10.6952 11.1039ZM14.3091 13.8871C14.0759 13.144 13.493 12.4882 12.779 12.1822C13.1724 11.7305 13.3182 11.1039 13.1287 10.5064C12.9101 9.8507 12.3564 9.41354 11.6715 9.36983H11.555C10.8264 9.36983 10.2289 9.77784 9.98118 10.4482C9.74803 11.0456 9.87918 11.7013 10.3018 12.1822C9.60231 12.4882 9.03401 13.1148 8.75714 13.8871C7.86825 12.8234 7.64967 11.4099 8.2034 10.1276C8.78628 8.75781 10.054 7.89806 11.5112 7.89806C11.6861 7.89806 11.861 7.91263 12.0358 7.9272C13.4056 8.11664 14.5276 9.04924 14.9794 10.3899C15.4019 11.6139 15.1397 12.94 14.3091 13.8871Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.2213 6.73181C14.2213 6.81924 14.163 6.87753 14.0756 6.87753H13.551C13.551 6.87753 13.4781 6.86295 13.449 6.83381C13.4198 6.80467 13.4052 6.77552 13.4052 6.73181C13.4198 5.65348 12.9972 4.61887 12.1958 3.81742C11.4089 3.03053 10.3889 2.59337 9.29596 2.59337C9.2231 2.59337 9.12109 2.52051 9.12109 2.44765V1.92306C9.12109 1.83563 9.17938 1.77734 9.26681 1.77734C10.5929 1.77734 11.8606 2.31651 12.7932 3.24911C13.7258 4.21086 14.2358 5.4349 14.2213 6.73181Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.88038 13.551V14.0901C6.88038 14.0901 6.82209 14.2213 6.73466 14.2213H6.67637C5.39404 14.2358 4.15542 13.7113 3.22282 12.7641C2.29022 11.8169 1.76562 10.5491 1.76562 9.26681C1.76562 9.17938 1.83848 9.12109 1.91134 9.12109H2.43593C2.43593 9.12109 2.52337 9.13567 2.55251 9.16481C2.56708 9.19395 2.58165 9.2231 2.58165 9.26681C2.58165 10.3451 3.00424 11.3797 3.79113 12.1812C4.57801 12.9681 5.61262 13.4198 6.70552 13.4198C6.79295 13.4198 6.88038 13.4781 6.88038 13.551Z",fill:e})]}),"RelationIcon");var p1=I0.createContext({collapsed:false,setCollapsed:t(()=>{},"setCollapsed")});var as=t(({defaultCollapsed:e,children:o})=>{let[r,a]=I0__default.default.useState(!!e);return jsxRuntime.jsx(M0,{$collapsed:r,children:jsxRuntime.jsx(p1.Provider,{value:{collapsed:r,setCollapsed:a},children:o})})},"Sidebar"),M0=h1.styled.aside(({theme:e,$collapsed:o})=>`
|
|
116
|
+
`}),qt=G(jt),Mo=t(({children:e,variant:o="fill",color:r="primary",size:a="medium",disabled:l=false,fullWidth:d=false,className:C,icon:m,iconPosition:F="left",iconVariant:S="empty",...P})=>jsxRuntime.jsxs(qt,{as:"href"in P?"a":"button",$variant:o,$color:r,$size:a,$disabled:l,$fullWidth:d,$iconPosition:F,$iconVariant:S,disabled:l,className:C,...P,children:[!!m&&jsxRuntime.jsx(d1,{children:m}),!!e&&jsxRuntime.jsx(Ut,{children:e})]}),"Button");var Fe=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.8676 1.3524C7.53792 0.215866 9.21522 0.215866 9.88554 1.3524L16.1406 11.9435C16.8109 13.0801 15.9712 14.5 14.6306 14.5H2.12155C0.779912 14.5 -0.0587385 13.0801 0.61258 11.9435L6.8676 1.3524ZM8.37657 3.79201C8.57469 3.79201 8.7647 3.86897 8.90479 4.00595C9.04488 4.14293 9.12358 4.32871 9.12358 4.52243V7.93107C9.12358 8.12479 9.04488 8.31058 8.90479 8.44756C8.7647 8.58454 8.57469 8.66149 8.37657 8.66149C8.17845 8.66149 7.98844 8.58454 7.84835 8.44756C7.70826 8.31058 7.62955 8.12479 7.62955 7.93107V4.52243C7.62955 4.32871 7.70826 4.14293 7.84835 4.00595C7.98844 3.86897 8.17845 3.79201 8.37657 3.79201ZM8.37657 12.5571C8.64073 12.5571 8.89407 12.4545 9.08086 12.2718C9.26765 12.0892 9.37259 11.8415 9.37259 11.5832C9.37259 11.3249 9.26765 11.0772 9.08086 10.8945C8.89407 10.7119 8.64073 10.6093 8.37657 10.6093C8.11241 10.6093 7.85907 10.7119 7.67227 10.8945C7.48548 11.0772 7.38055 11.3249 7.38055 11.5832C7.38055 11.8415 7.48548 12.0892 7.67227 12.2718C7.85907 12.4545 8.11241 12.5571 8.37657 12.5571Z",fill:e})}),"AlertIcon");var Kt=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.2,2.41l-3.38,11.52c-.12.32-.37.5-.68.5-.22,0-.41-.09-.55-.24-.14-.17-.19-.39-.15-.6l3.33-11.34c.08-.37.35-.64.69-.67.26,0,.46.1.6.27.13.15.18.36.14.57Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,7.96c-.01.27-.22.46-.44.68l-.09.09c-.98.94-1.97,1.86-2.96,2.8l-1.16,1.09c-.17.09-.28.13-.41.13-.27,0-.53-.17-.66-.42-.12-.24-.08-.54.12-.77l3.82-3.61-3.76-3.45c-.23-.26-.3-.57-.18-.84.12-.27.37-.44.66-.44.15,0,.31.05.44.15l3,2.75s.03.03.03.05c.17.14.33.28.49.44.28.24.55.49.8.73.22.22.31.4.31.6Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.22,11.6c.18.28.18.55.05.78s-.36.37-.62.37c-.19,0-.36-.08-.51-.21L.22,8.48c-.27-.28-.3-.68-.05-.98.62-.59,1.21-1.18,1.8-1.76.6-.59,1.2-1.17,1.8-1.75l.12-.12c.22-.21.39-.37.55-.42.08-.01.14-.03.22-.03.27,0,.53.17.64.42.13.26.08.55-.1.77l-1.22,1.2-.93.89c-.45.42-.89.85-1.32,1.27l3.5,3.63Z",fill:e})]})}),"ApiIcon");var er=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_4867_31686)",children:[jsxRuntime.jsx("path",{d:"M3.30042 2.23687C7.62196 -1.93984 14.8631 0.000721882 16.548 5.73245C18.3872 12.0039 12.2779 17.7357 6.13 15.4995C0.599454 13.4947 -0.943954 6.33646 3.30042 2.23687ZM8.53515 1.13165C3.14608 1.40152 0.110708 7.53165 3.24897 11.9525C6.38724 16.3734 12.9339 15.6409 15.1332 10.8345C17.3326 6.02803 13.6413 0.874617 8.53515 1.13165Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.5576 4.71729C11.7376 4.71729 11.8791 4.8715 11.8534 5.05142L10.7602 10.706C10.7344 10.9117 10.5029 10.9888 10.3229 10.8988L8.47077 9.04821H8.43218L6.33572 11.1173C5.82125 11.5799 5.10099 10.9888 5.47398 10.3976L7.64762 8.22572L5.69263 6.27231C5.57688 6.14379 5.62832 5.91247 5.79553 5.84821L11.5704 4.71729H11.5576Z",fill:e})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31686",children:jsxRuntime.jsx("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ArrowCircleTopRightIcon");var or=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31659)",children:jsxRuntime.jsx("path",{d:"M12.4162 5.09031L8.51793 1.18745L9.70437 0.0217918L9.78912 0.000976562L15.8696 6.00618L9.78912 12.001L9.70437 11.9802L8.50734 10.7937L12.448 6.87001H0.869629V5.09031H12.4162Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31659",children:jsxRuntime.jsx("rect",{width:"15",height:"12",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ArrowRightIcon");var rr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.3.98c-.06-.1-.19-.28-.32-.4-.33-.34-.76-.52-1.2-.52-.13,0-.26.02-.39.05-.58.14-1.18.73-1.31,1.33-.07.03-1.73.56-3.85,1.23,0,0-4.3,1.35-4.82,1.51-.51.17-1.13.38-1.27.44-.52.25-1.02.76-1.32,1.34-.39.75-.43,1.58-.11,2.34.23.55.76,1.18,1.23,1.47.14.08.58.24.94.36l.66.21v2.01q0,2.29.21,2.7c.21.38.69.76,1.11.86.1.02.2.03.31.03.26,0,.54-.07.78-.2.23-.12.6-.49.72-.72.2-.36.2-.44.2-2.17,0-.74.01-1.23.01-1.45.73.23,4.55,1.43,5.03,1.59.08.02.18.05.21.12.01.08.06.21.11.31.3.62.92,1.02,1.57,1.02.17,0,.34-.03.5-.09.41-.13.84-.52,1.05-.94q.15-.31.15-5.56v-1.43q0-5.08-.2-5.44ZM5.69,12.71c0,1.52,0,1.76-.05,1.84-.07.16-.13.2-.44.2s-.36-.04-.44-.2c-.04-.08-.04-.35-.04-2.02,0-1.08,0-1.62.01-1.81,0,0,.92.29.96.3v1.69ZM12.04,11.79c-1.06-.32-9.07-2.85-9.31-2.94-.47-.17-.87-.62-1.01-1.12-.06-.23-.06-.76,0-.96.11-.43.44-.85.81-1.04.13-.07,1.12-.4,2.66-.88,0,0,6.66-2.11,6.86-2.17.01.45.02,2.11.02,4.55,0,2.69-.02,4.16-.03,4.56ZM14.26,13.05c-.05.11-.14.21-.48.21s-.43-.1-.48-.21c-.05-.12-.05-.5-.05-5.82,0-4.97,0-5.7.04-5.78.03-.06.09-.11.17-.15.08-.05.12-.06.24-.06h.13c.23.01.28.03.32.06.04.03.1.1.12.15.05.08.05.88.05,5.78,0,5.32,0,5.7-.06,5.82Z",fill:e})}),"BugReportIcon");var nr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M11.87,1.16v-.44c0-.4-.34-.72-.76-.72s-.76.33-.76.72v.37h-4.7v-.37c0-.4-.34-.72-.76-.72s-.76.33-.76.72v.44C1.39,1.51.26,3.04.26,6.29v4.49c0,3.13.92,5.22,5.41,5.22h4.66c4.49,0,5.41-2.08,5.41-5.22v-4.49c0-3.24-1.12-4.76-3.88-5.12ZM14.23,10.78c0,2.78-.59,3.77-3.9,3.77h-4.66c-3.31,0-3.9-.99-3.9-3.77v-4.49c0-2.65.77-3.45,2.36-3.68v.29c0,.41.35.72.76.72s.76-.31.76-.72v-.36h4.7v.36c0,.41.34.72.76.72s.76-.31.76-.72v-.28c1.6.22,2.36,1.01,2.36,3.67v4.49Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.09,8.72c0,.41-.34.72-.76.72h-6.21c-.42,0-.76-.31-.76-.72s.34-.71.76-.71h6.21c.42,0,.76.31.76.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.76,11.63c0,.41-.34.72-.76.72h-3.88c-.42,0-.76-.31-.76-.72s.34-.71.76-.71h3.88c.42,0,.76.31.76.71Z",fill:e})]})}),"CalendarIcon");var ke=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"10",height:"17",viewBox:"0 0 10 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31655)",children:jsxRuntime.jsx("path",{d:"M1.3889 10.312L8.1486 16.3084C9.1046 16.9491 10.0992 15.878 9.3846 14.9886L2.7312 9.1069C2.38356 8.78174 2.38356 8.27486 2.71189 7.93057L9.46189 1.94377C10.0316 1.06391 9.037 0.07886 8.14859 0.69097C6.09169 2.65157 3.83209 4.39207 1.77519 6.34307C0.50049 7.55767 0.18189 8.86787 1.38889 10.3025V10.312Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31655",children:jsxRuntime.jsx("rect",{width:"9",height:"16",fill:"white",transform:"translate(0.63623 0.5)"})})})]}),"ChevronLeftIcon");var Pe=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 10 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("g",{clipPath:"url(#clip0_4867_31655)",children:jsxRuntime.jsx("path",{d:"M9.10673 9.81323L2.34707 15.8096C1.39106 16.4504 0.396428 15.3793 1.11102 14.4899L7.76445 8.60821C8.11209 8.28304 8.11209 7.77617 7.78377 7.43188L1.03377 1.44503C0.464025 0.56517 1.45866 -0.419887 2.34707 0.192187C4.40394 2.15274 6.6636 3.89332 8.72046 5.84431C9.99514 7.05889 10.3138 8.36911 9.10673 9.80366V9.81323Z",fill:e})}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_4867_31655",children:jsxRuntime.jsx("rect",{width:"9",height:"16",fill:"white",transform:"translate(0.869629 0.000976562)"})})})]}),"ChevronRightIcon");var lr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M7.99992 15.1654C4.04659 15.1654 0.833252 11.952 0.833252 7.9987C0.833252 4.04536 4.04659 0.832031 7.99992 0.832031C11.9533 0.832031 15.1666 4.04536 15.1666 7.9987C15.1666 11.952 11.9533 15.1654 7.99992 15.1654ZM7.99992 1.83203C4.59992 1.83203 1.83325 4.5987 1.83325 7.9987C1.83325 11.3987 4.59992 14.1654 7.99992 14.1654C11.3999 14.1654 14.1666 11.3987 14.1666 7.9987C14.1666 4.5987 11.3999 1.83203 7.99992 1.83203Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.11332 10.3849C5.98666 10.3849 5.85999 10.3383 5.75999 10.2383C5.56666 10.0449 5.56666 9.72495 5.75999 9.53161L9.53332 5.75828C9.72666 5.56495 10.0467 5.56495 10.24 5.75828C10.4333 5.95161 10.4333 6.27161 10.24 6.46495L6.46666 10.2383C6.37332 10.3383 6.23999 10.3849 6.11332 10.3849Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.88666 10.3849C9.75999 10.3849 9.63332 10.3383 9.53332 10.2383L5.75999 6.46495C5.56666 6.27161 5.56666 5.95161 5.75999 5.75828C5.95332 5.56495 6.27332 5.56495 6.46666 5.75828L10.24 9.53161C10.4333 9.72495 10.4333 10.0449 10.24 10.2383C10.14 10.3383 10.0133 10.3849 9.88666 10.3849Z",fill:e})]}),"CloseCircleIcon");var cr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M14.31,7.47c-.09-.74-.66-1.22-1.44-1.22h-.1v-.37c.03-1.32.04-2.56-.73-3.76-.85-1.33-2.35-2.12-4-2.12s-3.18.8-4.03,2.15c-.75,1.18-.74,2.4-.72,3.71v.39s-.1,0-.1,0c-.76,0-1.32.46-1.42,1.21.06,1.07,0,2.21-.03,3.32-.05,1.3-.1,2.63,0,3.87.07.79.58,1.29,1.36,1.35h9.87c.76-.07,1.26-.55,1.34-1.32v-7.21ZM4.21,4.01c0-.41.53-1.43.84-1.8.74-.86,1.83-1.35,2.99-1.35,1.4,0,2.65.7,3.32,1.87.16.26.49,1.04.49,1.28v2.26h-.64v-2.16c0-.16-.21-.7-.23-.75-.48-1.16-1.65-1.9-2.97-1.9-1.23,0-2.28.62-2.83,1.66-.1.2-.34.79-.34,1.04v2.11h-.64v-2.26ZM10.36,4.41v1.87h-4.66v-1.87c0-1.22,1.27-2.07,2.4-2.07.27,0,.52.04.76.13.71.26,1.5,1.14,1.5,1.94ZM13.41,14.71c-.02.15-.15.33-.27.37H2.97c-.14-.04-.2-.12-.27-.2-.06-1.51-.05-3.06-.05-4.55,0-.95,0-1.9,0-2.84.02-.16.21-.34.36-.37l9.84-.02c.27,0,.55.17.55.48v7.13Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.47,11.09c.24-.47.22-1.02-.07-1.47-.29-.48-.8-.77-1.36-.77-.06,0-.12,0-.19,0-.53.06-.99.37-1.24.83-.24.44-.25.95-.02,1.39.03.08.1.16.17.25.05.06.14.17.15.2.02.12-.07.42-.14.67-.05.21-.11.4-.12.56-.03.26-.06.55.41.61.17.02.59.03,1.01.03.3,0,.83,0,1.03-.05.33-.07.32-.32.31-.51,0-.17-.07-.4-.14-.65s-.15-.54-.13-.65c0-.04.09-.14.14-.2.08-.1.15-.18.18-.26ZM7.74,11.98c.08-.31.14-.52.13-.63-.02-.19-.16-.3-.28-.41-.11-.09-.21-.17-.23-.27-.06-.26,0-.51.13-.69.13-.16.31-.25.52-.25.1,0,.2.02.3.06.2.07.35.24.4.44.06.23,0,.46-.14.64-.02.02-.06.04-.1.07-.11.07-.27.18-.28.4,0,.17.07.42.15.69.04.16.09.3.1.4,0,.03,0,.06,0,.09h-.84c.03-.14.09-.38.14-.55Z",fill:e})]})}),"ClosedLockIcon");var gr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M12.43,2.08c-.18-.11-.31-.18-.4-.22-1.82-.8-3.7-.97-3.7-.97-.19,0-.45-.04-.79-.04s-.88.03-1.53.11c-1.24.14-2.21.27-3.16.87-.5.32-1.35.84-1.34,1.54,0,.83.71,1.2,1.37,1.49,2.18.98,4.45,1.09,6.79.7.99-.16,1.9-.46,2.75-.97,1.17-.72,1.16-1.76.02-2.52ZM12.36,4.51c-.8.48-1.69.8-2.72.96-.83.14-1.63.21-2.38.21-1.57,0-2.99-.3-4.34-.9-.66-.3-1.31-.64-1.32-1.4,0-.63.78-1.14,1.29-1.46.91-.56,1.78-.7,3.12-.85.55-.07,1.11-.11,1.52-.11.28,0,.5.02.68.04h.1s1.89.18,3.67.97c.09.03.21.1.39.21.52.35.81.78.8,1.2,0,.42-.3.83-.82,1.15Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.23,4.12v-.7c0-.62-.21-1.14-.64-1.56-.42-.42-.92-.76-1.56-1.05-1.22-.55-2.61-.81-4.36-.81-.74,0-1.49.05-2.13.09-1.04.08-2.05.36-3.03.83C1.08,1.61.47,2.56.52,3.98c.09,2.66.09,5.36,0,8.02-.05,1.35.51,2.28,1.79,2.92,1.42.72,3.04,1.08,4.93,1.08.61,0,1.25-.04,1.97-.11.17,0,.34-.04.49-.07.25-.04.44-.28.44-.52,0-.27-.19-.5-.47-.54l-.22.03c-.29.04-.59.09-.92.11-.38.04-.75.06-1.13.07-1.66-.08-3.41-.24-4.94-1.18-.69-.43-1.01-1.05-.98-1.9,0-.26.05-.26.07-.26.03,0,.1,0,.24.09,1.73.94,3.57,1.42,5.47,1.42.79,0,1.62-.09,2.44-.25.27-.05.45-.29.44-.53,0-.26-.19-.47-.47-.52-.33.05-.68.11-1.06.14-.46.05-.92.08-1.36.08-.32,0-3.17-.11-4.69-1.07-.53-.35-.77-.7-.84-.85-.25-.44-.34-.98-.24-1.55.03-.14.06-.16.09-.17.04,0,.11.04.16.07.12.08.25.14.37.2.14.07.27.13.4.22.22.17.54.28,1.21.49.92.3,1.72.4,2.42.48.07,0,.81.09,1.65.09.47,0,.9-.03,1.26-.08.3-.04.58-.1.65-.13.03,0,.49-.11,1.06-.34.26-.11.45-.19.54-.4.03-.06.1-.25,0-.43-.12-.2-.37-.23-.42-.23h-.02c-1.13.32-2.27.49-3.42.5-.02,0-2.43-.05-4.6-.99-.96-.37-1.41-1.04-1.35-1.99v-.4c0-.19.03-.24.06-.25.03,0,.1.02.24.1,1.46.94,3.09,1.35,5.3,1.35.77,0,1.55-.06,2.15-.1,1.42-.11,2.71-.53,3.8-1.27.12-.08.18-.09.2-.09.03,0,.06.09.07.24.09,1.03-.13,1.64-.75,2.1-.04.04-.05.1-.02.14,0,0,.3.42.83.42.32,0,.61-.14.87-.47,0-1.5,0-2.73,0-3.55ZM12.41,4.6c-.85.5-1.76.81-2.75.97-2.33.39-4.6.28-6.79-.7-.66-.3-1.36-.66-1.37-1.49,0-.7.84-1.22,1.34-1.54.95-.6,1.92-.73,3.16-.87.65-.08,1.19-.11,1.53-.11s.6.03.79.04c0,0,1.89.17,3.7.97.09.04.22.11.4.22,1.14.76,1.15,1.8-.02,2.52Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.48,13.04c0,.15-.06.31-.18.42l-.58.59c-.3.3-.59.6-.88.9l-.16.16c-.15.16-.31.32-.43.5-.11.17-.31.28-.53.28-.25,0-.47-.13-.59-.34-.04-.07-.09-.13-.15-.19l-1.86-1.91c-.19-.19-.23-.44-.11-.67.1-.17.28-.27.47-.27.25.02.35.13.42.22.35.36.7.71,1.06,1.07l.1.1v-4.92c0-.32.12-.51.37-.6.1-.04.2-.06.29-.06.18,0,.34.06.47.19.15.13.16.3.16.44v4.99l.04-.04c.08-.1.17-.19.25-.28l.89-.92c.13-.13.29-.19.43-.19.13,0,.25.04.35.14.11.1.17.24.18.38Z",fill:e})]})}),"DataSetsIcon");var br=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.57,10.77c-.27-.27-.63-.43-1.01-.43h-.2v-1.06c0-.4-.16-.77-.43-1.05-.26-.28-.63-.44-1.01-.44h-4.3v-1.27h.61c.38-.01.75-.16,1.01-.44.27-.28.43-.65.43-1.05v-2.54c0-.4-.16-.77-.43-1.05-.26-.28-.63-.44-1.01-.44h-2.46c-.38,0-.74.16-1.01.44-.27.28-.42.65-.43,1.05v2.54c.01.4.16.77.43,1.05.27.28.63.43,1.01.44h.62v1.27H3.07c-.38,0-.74.16-1.01.44-.27.28-.42.65-.42,1.05v1.06h-.21c-.38,0-.74.16-1.01.43-.27.28-.42.66-.42,1.05v1.7c0,.39.15.77.42,1.05.27.27.63.43,1.01.43h1.64c.38,0,.75-.16,1.02-.43.27-.28.42-.66.42-1.05v-1.7c0-.39-.15-.77-.42-1.05-.27-.27-.64-.43-1.02-.43h-.2v-1.06c0-.06.02-.11.06-.15s.09-.07.14-.07h4.32v1.28h-.21c-.38,0-.75.16-1.02.43-.27.28-.42.66-.42,1.05v1.7c0,.39.15.77.42,1.05.27.27.64.43,1.02.43h1.64c.38,0,.74-.16,1.01-.43.27-.28.42-.66.42-1.05v-1.7c0-.39-.15-.77-.42-1.05-.27-.27-.63-.43-1.01-.43h-.2v-1.28h4.3c.06,0,.11.03.15.07s.06.09.06.15v1.06h-.21c-.38,0-.75.16-1.01.43-.27.28-.42.66-.43,1.05v1.7c.01.39.16.77.43,1.05.26.27.63.43,1.01.43h1.64c.38,0,.74-.16,1.01-.43.27-.28.42-.66.43-1.05v-1.7c-.01-.39-.16-.77-.43-1.05ZM3.07,11.61c.06,0,.11.02.15.06.04.04.06.1.06.15v1.7s-.02.11-.06.15c-.04.04-.09.06-.15.06h-1.64c-.05,0-.1-.02-.14-.06-.04-.04-.06-.1-.06-.15v-1.7s.02-.11.06-.15c.04-.04.09-.06.14-.06h1.64ZM8.82,11.61c.05,0,.1.02.14.06.04.04.06.1.06.15v1.7s-.02.11-.06.15-.09.06-.14.06h-1.64c-.06,0-.11-.02-.15-.06-.04-.04-.06-.1-.06-.15v-1.7s.02-.11.06-.15c.04-.04.09-.06.15-.06h1.64ZM6.77,5.24c-.06,0-.11-.02-.15-.06-.03-.04-.06-.09-.06-.15v-2.54c0-.06.03-.11.06-.15.04-.04.09-.06.15-.06h2.46c.06,0,.11.02.15.06.04.04.06.09.06.15v2.54c0,.06-.02.11-.06.15s-.09.06-.15.06h-2.46ZM14.77,13.52s-.03.11-.06.15c-.04.04-.09.06-.15.06h-1.64c-.06,0-.11-.02-.15-.06-.03-.04-.06-.1-.06-.15v-1.7s.03-.11.06-.15c.04-.04.09-.06.15-.06h1.64c.06,0,.11.02.15.06.03.04.06.1.06.15v1.7Z",fill:e})}),"DeepSearchIcon");var hr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.79.65c-.13-.12-.31-.2-.49-.2s-.36.07-.48.2l-2.46,2.32c-1.33-.87-2.84-1.32-4.35-1.32C5.22,1.65,2.58,3.18.76,5.86-.05,7.04-.05,8.97.76,10.14c.52.78,1.11,1.46,1.78,2.04L.21,14.39c-.13.13-.21.3-.21.48,0,.18.07.35.21.47s.31.2.49.2.36-.07.48-.2l5.46-5.13,3.69-3.47L15.79,1.61c.13-.13.21-.3.21-.48,0-.18-.07-.35-.21-.47ZM6.25,8.71c-.1-.23-.16-.46-.16-.71,0-.99.87-1.79,1.92-1.79.26,0,.52.05.75.14l-2.51,2.36ZM9.79,5.37c-.53-.33-1.14-.51-1.79-.51-1.82,0-3.32,1.4-3.32,3.13,0,.61.19,1.19.53,1.68l-1.66,1.57c-.6-.51-1.13-1.12-1.61-1.82-.52-.76-.52-2.08,0-2.85,1.55-2.28,3.75-3.59,6.06-3.59,1.15,0,2.29.32,3.33.94l-1.54,1.44Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.24,10.14c-1.81,2.67-4.45,4.21-7.24,4.21-.99,0-1.96-.19-2.89-.56-.18-.07-.32-.21-.39-.38-.06-.16-.06-.34.01-.51.11-.25.36-.4.65-.4.09,0,.18.02.27.05.75.3,1.55.45,2.34.45,2.31,0,4.53-1.31,6.07-3.59.51-.76.51-2.08,0-2.85-.23-.33-.47-.65-.73-.95-.11-.13-.18-.31-.15-.48.02-.18.1-.34.26-.46.12-.09.29-.14.44-.14.21,0,.4.08.55.24.31.36.58.72.81,1.08.8,1.18.8,3.1,0,4.29Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.26,8.62c-.25,1.24-1.3,2.24-2.63,2.46,0,0-.01.01-.02.01s-.02-.01-.03-.01l.03-.14-.04.14c-.4,0-.69-.23-.75-.54-.04-.18,0-.35.1-.49.1-.15.27-.26.45-.29.75-.12,1.36-.7,1.49-1.4.07-.32.36-.55.7-.55.01,0,.11.01.12.01.2.04.36.14.46.3.1.14.13.32.1.49Z",fill:e})]})}),"DisabledVisibleIcon");var Cr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.94,6.29c-.04-.08-.08-.16-.14-.22l-.09-.08L10.02.29l-.08-.09c-.13-.13-.29-.2-.47-.2h-3.67C1.74,0,0,1.74,0,5.79v4.41c0,4.06,1.74,5.79,5.79,5.79h4.41c4.06,0,5.79-1.74,5.79-5.79v-3.67c0-.08-.02-.18-.06-.25ZM10.13,2.28l3.59,3.59h-1.33c-1.82,0-2.26-.45-2.26-2.26v-1.33ZM14.66,10.21c0,3.3-1.16,4.46-4.46,4.46h-4.41c-3.3,0-4.46-1.16-4.46-4.46v-4.41C1.34,2.5,2.5,1.34,5.79,1.34h3v2.26c0,2.56,1.04,3.6,3.6,3.6h2.26v3Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.4,8.73c0,.38-.29.67-.67.67h-4.39c-.38,0-.67-.29-.67-.67s.29-.66.67-.66h4.39c.38,0,.67.29.67.66Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.93,11.66c0,.38-.29.67-.66.67h-2.93c-.38,0-.67-.29-.67-.67s.29-.66.67-.66h2.93c.36,0,.66.29.66.66Z",fill:e})]})}),"DocsIcon");var xr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.96,7.28c-.01-1.06-.03-2.11-.02-3.15C15.72,1.7,14.09.18,11.58.04c-.6-.03-1.18-.04-1.78-.04-.71,0-1.41.02-2.12.03-.71.01-1.41.03-2.11.03-.42,0-.83-.01-1.25-.02C1.77.18.15,1.79,0,4.33v7.39c.12,2.48,1.73,4.12,4.21,4.28h7.52c2.5-.17,4.11-1.86,4.22-4.45.06-1.4.03-2.87,0-4.27ZM14.75,11.66c-.1,1.95-1.24,3.03-3.25,3.13-.56.02-1.11.03-1.68.03-.67,0-1.36-.01-2.03-.02-.68-.01-1.37-.03-2.04-.03-.42,0-.84.01-1.25.02-2.17-.1-3.22-1.2-3.3-3.47.02-.98.01-1.97,0-2.97-.02-1.25-.04-2.54.02-3.79.1-2.07,1.07-3.12,3.04-3.29.01,0,.02,0,.03-.01h7.32c1.87.1,3.01,1.22,3.12,3.08v7.32Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.88,8.09l-2.44,2.44c-.13.12-.3.18-.47.18-.15,0-.31-.04-.43-.14l-2.48-2.48c-.18-.24-.2-.52-.08-.76.12-.23.37-.39.63-.39.15,0,.32.06.45.17l1.2,1.2V3.57l.11-.26c.14-.2.35-.31.58-.31.26,0,.51.15.63.4.07.14.08.18.08.21v4.74l1.24-1.26c.14-.11.29-.15.44-.15.26,0,.51.15.63.41.12.24.09.53-.09.75Z",fill:e}),jsxRuntime.jsx("path",{d:"M13.38,11.37c.08.28-.01.57-.23.76-.17.13-.67.31-1.57.52-1.17.28-2.39.42-3.61.42-1.31,0-2.62-.17-3.88-.49-.52-.12-1.17-.31-1.35-.49-.19-.18-.25-.46-.18-.73.08-.25.28-.43.52-.47.06,0,.1-.01.14-.01.2,0,.39.07.57.13.07.03.13.06.2.07,1.38.37,2.69.56,4.02.56,1.21,0,2.45-.17,3.66-.49.09-.02.2-.06.31-.09.24-.09.53-.18.74-.18.34.03.55.21.64.47Z",fill:e})]})}),"DownloadIcon");var wr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M7.49,0C5.08,0,3.14,1.96,3.14,4.36s1.95,4.35,4.35,4.35,4.35-1.96,4.35-4.35S9.89,0,7.49,0ZM7.49,7.29c-1.62,0-2.93-1.31-2.93-2.93s1.31-2.94,2.93-2.94,2.93,1.32,2.93,2.94-1.31,2.93-2.93,2.93Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.86,10.23c-.28-.28-.75-.62-1.32-.62-.45,0-.89.21-1.3.62l-.27.28c-.07.04-.12.1-.16.16l-2.14,2.13c-.22.21-.38.55-.43.83l-.13.98c-.07.39.05.78.32,1.04.22.22.52.34.85.34.07,0,.13-.01.19-.02l.98-.14c.3-.04.62-.21.84-.42l2.58-2.58c.42-.43.62-.85.62-1.3s-.22-.91-.62-1.31ZM13.25,11.22c.14-.14.23-.2.3-.2.08,0,.17.07.32.21.16.15.21.26.21.31,0,.02-.04.13-.21.3l-.04.04c-.25-.14-.47-.35-.61-.61l.04-.04ZM11.25,14.44l-.7.1.12-.73,1.52-1.52c.16.23.37.44.6.61l-1.54,1.54Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.33,10.7c-.1.31-.37.5-.68.5-.08,0-.14-.01-.21-.03-.64-.19-1.3-.28-1.96-.28-3.06,0-5.55,1.98-5.55,4.39,0,.39-.32.72-.71.72s-.71-.32-.71-.71c0-3.2,3.13-5.81,6.97-5.81.8,0,1.6.12,2.36.34.19.05.34.19.43.35.09.16.11.36.05.54Z",fill:e})]})}),"EditUserIcon");var vr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M8,4.81c-1.86,0-3.38,1.43-3.38,3.19s1.52,3.18,3.38,3.18,3.38-1.43,3.38-3.18-1.51-3.19-3.38-3.19ZM8,9.82c-1.07,0-1.94-.82-1.94-1.82s.87-1.83,1.94-1.83,1.95.82,1.95,1.83-.88,1.82-1.95,1.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.38,5.81c-1.84-2.72-4.53-4.29-7.38-4.29S2.47,3.09.61,5.81c-.82,1.21-.82,3.17,0,4.38,1.85,2.72,4.54,4.29,7.39,4.29s5.54-1.57,7.38-4.29c.83-1.21.83-3.17,0-4.38ZM14.18,9.44c-1.58,2.33-3.82,3.67-6.18,3.67s-4.6-1.33-6.18-3.67c-.53-.77-.53-2.12,0-2.89,1.58-2.33,3.82-3.67,6.18-3.67s4.6,1.33,6.18,3.67c.53.77.53,2.12,0,2.89Z",fill:e})]})}),"EnableVisibleIcon");var kr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16,3.09v6.63c0,.11-.1.21-.21.21H2.53l2.08,2.05c.18.25.2.54.08.78-.13.25-.4.41-.67.41-.16,0-.31-.06-.45-.16L.2,9.69c-.27-.3-.25-.72,0-.99l3.34-3.3c.17-.13.33-.18.5-.18.25,0,.5.14.64.37.13.23.13.5-.01.74l-2.14,2.12h11.98V3.09c0-.06.03-.11.07-.16s.13-.1.18-.1h.99c.06,0,.11.01.16.06.03.04.1.14.1.2Z",fill:e})}),"EnterArrowLeftIcon");var Pr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M5.07,2.9c0,.39-.32.71-.71.71H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,8c0,.39-.32.71-.71.71h-3.65c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.07,13.1c0,.39-.32.71-.71.71H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h3.65c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,13.1c0,.39-.32.71-.71.71h-7.31v.74c0,.39-.32.71-.71.71s-.71-.32-.71-.71v-2.92c0-.39.32-.71.71-.71s.71.32.71.71v.75h7.31c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M16,2.9c0,.39-.32.71-.71.71h-7.31v.75c0,.39-.32.71-.71.71s-.71-.32-.71-.71V1.44c0-.39.32-.71.71-.71s.71.32.71.71v.74h7.31c.39,0,.71.32.71.71Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.44,6.55v2.91c0,.39-.32.71-.71.71s-.71-.32-.71-.71v-.74H.71c-.39,0-.71-.32-.71-.71s.32-.71.71-.71h7.31v-.74c0-.39.32-.71.71-.71s.71.32.71.71Z",fill:e})]})}),"FiltersIcon");var Mr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.75,14.8s-.17-.1-.28-.13h-.19V6.16c-.03-.52-.25-1.02-.61-1.43l-.7-.56c-1.59-1.28-3.24-2.62-4.91-3.89-.32-.18-.68-.28-1.05-.28-.42,0-.84.13-1.2.38L1.51,4.6c-.7.62-.75,1.21-.78,2.13-.02,1.32-.02,2.65,0,3.97,0,1.28,0,2.58-.02,3.96h-.17s-.09.03-.11.03l-.09.05c-.26.15-.39.42-.33.72.07.3.3.5.6.53h14.75c.29,0,.52-.19.61-.46.09-.28,0-.57-.22-.74ZM9.55,13.89h-3.1v-4.25c.06-.43.21-.99.61-1.17.1,0,.21,0,.32,0,.19,0,.38,0,.55,0,.19,0,.37-.02.54-.02.15,0,.29,0,.42.02.4.03.64.79.65,1.17v4.25ZM13.96,14.65h-3.11l.02-.11c-.03-.77,0-1.55,0-2.33,0-.83.03-1.68,0-2.5-.05-1.17-.63-2.41-1.83-2.58-.12,0-.25,0-.38,0-.2,0-.4,0-.6,0-.2,0-.4-.02-.6-.02-.17,0-.34,0-.49.02-1.25.09-1.78,1.63-1.83,2.65-.03.82,0,1.66,0,2.47,0,.76.02,1.53,0,2.3l.02.12h-3.13l.04-8.45c.02-.22.11-.4.27-.55L7.51,1.52c.14-.12.32-.18.49-.18.17,0,.34.06.47.15l5.22,4.17c.1.09.26.34.26.44v8.54Z",fill:e})}),"HomepageIcon");var Ir=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.09,4.36C13.71,1.68,11.01.02,8.03.02h-.26C4.77.12,2.19,1.78.85,4.46-.48,7.13-.24,10.19,1.49,12.62c1.52,2.14,3.89,3.36,6.5,3.36s4.98-1.22,6.51-3.35c1.77-2.46,1.98-5.55.59-8.27ZM13.76,11.33c-1.21,2.09-3.36,3.33-5.76,3.33h-.01c-2.17,0-4.14-1.02-5.41-2.79-1.44-2.01-1.64-4.54-.56-6.76,1.08-2.24,3.19-3.63,5.65-3.74.11,0,.23-.01.33-.01,2.41,0,4.56,1.25,5.77,3.36,1.2,2.08,1.19,4.55-.01,6.62Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.73,7.13c-.01.55-.01,1.08,0,1.63-.05.49-.41.71-.73.71s-.66-.21-.72-.65v-3.8c.03-.32.3-.6.58-.65,0,0,.13-.01.14-.01.35,0,.62.22.71.57.02.75.02,1.48.02,2.2Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.84,10.14c1.43-.19,1.44,1.97.1,1.86-1.12-.07-1.15-1.72-.1-1.86Z",fill:e})]})}),"InfoCircleIcon");var Br=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M14.73,6.37h-5.17l-.03-.83h4.09s.05,0,.07-.02l2.3-2.24s-.03-.14-.05-.16l-2.36-2.22h-4.02V.1c0-.06-.04-.1-.1-.1h-2.91s-.1.04-.1.1v.79H1.35c-.06,0-.1.05-.1.1l-.05,4.45s0,.05.02.07c.02.02.05.03.08.03h5.17v.82l-4.11.02L.03,8.6s-.03.05-.03.08c0,.02,0,.05.03.07l2.41,2.27h12.24s.1-.05.1-.1l.05-4.45s0-.05-.03-.07c-.02-.02-.05-.03-.07-.03ZM13.6,9.88l-10.67.02-1.26-1.2,1.21-1.17h4.68c.06,0,.1-.04.1-.1v-.86c.06,0,.12,0,.18,0,.08,0,.5,0,.52,0v.87c0,.06.04.1.1.1h5.16l-.02,2.34ZM2.42,4.4v-2.33h5.14s.1-.05.1-.1v-.79h.71v.78s.04.1.1.1l4.63-.03,1.26,1.21-1.18,1.16H2.42Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.47,11.26h-2.9s-.1.05-.1.1v4.54c0,.06.05.1.1.1h2.86s.05,0,.07-.03c.02-.02.07-.08.07-.11v-4.46s0-.02,0-.04c0-.05-.05-.1-.11-.1ZM7.66,14.84v-2.42h.69l-.03,2.42h-.66Z",fill:e})]})}),"MapRadarIcon");var Lr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M14.8826 13.8402C15.6927 13.8382 16.4913 13.7578 17.2638 13.4936C17.3246 13.4729 17.4082 13.4088 17.4524 13.4715C17.4917 13.527 17.4134 13.5945 17.3783 13.6514C16.8666 14.4752 16.223 15.1769 15.4244 15.7309C14.5042 16.3696 13.4897 16.7794 12.38 16.9328C11.1049 17.1091 9.8683 16.9377 8.68782 16.4287C7.92166 16.0982 7.23295 15.6444 6.62473 15.0635C5.91638 14.387 5.38367 13.5961 5.0017 12.7016C4.58184 11.7192 4.41395 10.6867 4.47507 9.62472C4.53399 8.60057 4.8186 7.63418 5.31038 6.72886C5.92358 5.59997 6.7893 4.71759 7.88322 4.05214C7.92 4.02976 7.96011 3.97642 8.00353 4.01179C8.04585 4.04634 8.00575 4.09884 7.99136 4.13947C7.67439 5.04921 7.58256 5.9899 7.63705 6.94358C7.68684 7.81436 7.89954 8.65004 8.25993 9.44869C8.66126 10.3377 9.20781 11.1223 9.91394 11.793C10.9808 12.8058 12.2403 13.4497 13.6869 13.7222C14.0816 13.7965 14.4804 13.8379 14.8826 13.8402Z",fill:e})}),"MoonIcon");var Tr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M6.91,11.52s.02.05.02.08v-.03s0-.03-.02-.05ZM7.46,10.06s0,.02,0,.03c.02-.04.05-.08.08-.11-.03.03-.05.06-.07.08Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.31,11.69c0-1.42,0-2.89-.04-4.32,0-.02,0-.05,0-.08-.1-.51-.53-.91-1.12-1.02h-7.45c-.05-.23-.1-.57-.1-.99,0-.32.04-.65.13-1.02.02-.12.24-1.17,1.32-1.66.35-.16.73-.25,1.09-.25.4,0,.79.11,1.1.3.41.26,1.08,1.04,1.11,1.49.02.11.04.22.05.32,0,.07.07.13.15.13h2.02c.08,0,.15-.06.15-.14,0-.11,0-.22,0-.32v-.1c-.12-.81-.37-1.5-.8-2.09-.86-1.22-2.33-1.95-3.9-1.95-1.45,0-2.79.62-3.68,1.7-.66.8-1,1.81-1.05,3.09-.02.47,0,.94,0,1.41v.04h-.28c-.3,0-.59.13-.81.36-.27.28-.43.7-.42,1.09.02.94-.02,1.9-.05,2.84-.04,1.08-.08,2.19-.04,3.29.04.88.09,2.09,1.43,2.18h9.93c.7-.1,1.19-.62,1.26-1.34-.02-.98,0-1.97,0-2.96ZM4.25,3.88c0-.13.27-.76.43-1.04.67-1.21,1.97-1.95,3.41-1.95s2.6.69,3.27,1.84c.11.19.44.93.48,1.2h-.62c-.11-.44-.54-1.17-.76-1.41-.62-.67-1.46-1.04-2.38-1.04-1.38,0-2.93.89-3.22,2.59-.06.33-.09.66-.09.97-.02.41,0,.82.06,1.25h-.61c-.07-.34-.11-.67-.11-.99,0-.49.03-.95.13-1.4ZM13.4,14.64c0,.12-.07.27-.2.39,0,0-.02,0-.03.02-1.52,0-3.05.02-4.58.02-1.37,0-2.75,0-4.12,0h-1.5c-.25-.1-.25-.29-.24-.63,0-.08,0-.16,0-.25-.06-1.65-.04-3.34-.03-4.97,0-.62.02-1.23,0-1.79.06-.13.17-.23.27-.27,1.64-.02,3.28-.02,4.93-.02,1.38,0,2.77,0,4.14-.02h.44c.65,0,.89.13.9.5v7.02Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.62,9.7s-.05.1-.07.15c.04-.1.09-.19.15-.27-.03.04-.06.08-.08.12ZM7.89,11.32c0,.14-.02.26-.04.37.04-.14.06-.27.04-.37ZM9.44,11.18c.11-.17.18-.35.21-.55-.03.2-.11.38-.21.55Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.64,10.18s-.02-.07-.02-.1c-.02-.07-.05-.15-.08-.22,0-.04-.03-.08-.05-.12-.03-.07-.07-.13-.12-.19-.06-.09-.12-.17-.2-.24s-.16-.14-.25-.2-.19-.11-.28-.15c-.1-.04-.2-.07-.3-.09,0,0-.02,0-.03,0-.1-.02-.22-.03-.32-.03h0c-.1,0-.19.02-.27.04-.02,0-.04,0-.06,0-.09.03-.18.06-.27.1-.1.04-.19.1-.27.17-.08.05-.15.11-.21.17-.08.08-.14.16-.2.25-.06.08-.11.17-.15.27-.04.09-.07.18-.09.26,0,.02,0,.04,0,.05-.02.09-.03.18-.03.26,0,.24.06.47.18.69.04.07.09.13.15.2.06.07.13.16.16.22,0,.02.02.04.02.05v.03c0,.16-.07.37-.14.59-.06.19-.12.38-.14.54,0,.14-.02.26.02.36.02.06.05.11.1.15.04.04.09.07.16.1.06.02.14.04.23.05.28.02.64.03.95.03h.4c.27-.02.53-.03.66-.07.05,0,.09-.03.13-.06.03-.02.05-.04.07-.07.02-.03.04-.07.05-.11.02-.05.03-.1.03-.17s0-.14,0-.19c-.02-.19-.08-.38-.14-.59-.07-.22-.14-.44-.13-.61,0-.05.1-.16.15-.23.05-.06.1-.11.13-.16.1-.17.18-.35.21-.55,0-.07,0-.13,0-.2,0-.09,0-.18-.02-.26ZM8.7,10.69c-.05.14-.1.17-.18.22-.06.04-.13.09-.2.16-.09.11-.13.22-.13.33,0,.06,0,.11.02.17,0,.05.03.12.04.18.03.1.06.2.09.29.05.17.1.31.11.47h-.82c.02-.14.08-.3.13-.47.03-.11.07-.22.1-.33h0c.02-.13.04-.25.04-.38-.03-.18-.17-.29-.29-.39-.08-.07-.16-.13-.19-.19-.04-.09-.06-.19-.06-.28,0-.07,0-.14.03-.2,0-.05.03-.1.06-.15,0,0,0-.02,0-.02,0,0,0-.02,0-.03.02-.02.04-.05.07-.08.02-.03.05-.07.09-.09.03-.03.07-.06.12-.08.04-.02.08-.04.13-.05,0,0,.03,0,.04,0,.04,0,.08-.02.13-.02.07,0,.13,0,.19.02s.11.03.16.06c.03,0,.06.03.08.05.04.02.08.04.1.08.03.02.06.05.08.08,0,0,0,0,0,.02.03.05.06.1.08.16v.02c.02.06.03.12.03.18,0,.1-.02.2-.05.28Z",fill:e})]})}),"OpenLockIcon");var Gr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.13,14.08c-.23-.18-.48-.2-.74-.21v-7.7c-.04-.39-.34-.8-.72-.93l-3.84-1.02V.87c-.16-.54-.56-.87-1.05-.87-.09,0-.18,0-.27.04-.86.27-1.74.53-2.61.79-1.24.37-2.48.75-3.72,1.16-.33.2-.55.54-.57.93v10.96h-.19c-.16,0-.43.13-.54.21-.34.27-.49.73-.36,1.15.11.42.45.72.88.77h13.2c.42-.04.77-.31.89-.74.13-.44,0-.9-.36-1.18ZM2.65,14.92s.03-.06.03-.09l.04-11.9,5.93-1.81s.09-.07.11-.08v12.93s0,.04,0,.06c0,.08.06.15.15.15h1.58c.08,0,.15-.07.15-.15V5.55l2.64.7s.02.03.03.03c0,0,0,0,0,0v8.56s0,.07.03.09H2.65Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.65,4.12h-3.06c-.09,0-.15.06-.15.15v3.04c0,.08.06.15.15.15h3.06c.08,0,.15-.07.15-.15v-3.04c0-.09-.07-.15-.15-.15ZM4.51,6.35v-1.17h1.22v1.17h-1.22Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.65,9.73h-3.06c-.09,0-.15.07-.15.15v3.04c0,.09.06.15.15.15h3.06c.08,0,.15-.06.15-.15v-3.04c0-.08-.07-.15-.15-.15ZM4.51,11.98v-1.18h1.22v1.18h-1.22Z",fill:e})]})}),"OrganizationIcon");var Zr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M7.89,12.32h-1.06v1.84h-1.84v1.84H1.24c-.5,0-1.09-.7-1.17-1.17-.09-.51-.08-2.07-.03-2.6.03-.3.18-.62.39-.84l4.61-4.62-.14-1.2c.08-3.89,3.79-6.55,7.51-5.22,5.78,2.07,4.32,11.06-2.45,10.73-.18,0-.58-.14-.71-.11-.08.03-1.06,1.03-1.26,1.2-.04.04-.05.08-.05.13h-.04ZM1.37,14.66h2.34v-1.79h1.79v-1.84h1.76l1.58-1.5c.93.26,1.73.38,2.69.13,2.97-.75,4.17-4.46,2.18-6.83-2.88-3.41-8.3-.76-7.35,3.79.04.18.2.43.12.6L1.33,12.37c-.04.29-.08,2.22.03,2.29h.01Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.73,3.67c.14,0,.32.07.43.14.11.08,1.06,1.05,1.1,1.13.25.6-.34,1.17-.93.87-.09-.05-1.13-1.11-1.17-1.18-.18-.45.05-.96.55-.97h.01Z",fill:e})]})}),"PasswordFinderIcon");var Hr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M15.01,8.44V3.26c0-.31,0-.94-.7-.94,0,0-.11,0-.15,0-.19,0-.32-.04-.4-.12-.12-.14-.12-.4-.1-.65,0-.12,0-.24,0-.35v-.17c0-.94-.11-1.05-1.03-1.05H2.99C1.67,0,.98.69.98,2v11.88c0,1.35.79,2.12,2.14,2.12h10.85c.9,0,1.05-.16,1.05-1.05v-5.75c0-.26,0-.51,0-.76ZM2.71,1.2c.08,0,.16,0,.24,0h9.01c.42,0,.55.08.56.58,0,.23-.03.37-.11.45-.08.07-.21.11-.43.11h-.11c-.7-.02-1.4-.02-2.11-.02h-2.18c-1.45,0-2.89,0-4.35,0h0c-.19,0-.37,0-.54-.03-.31-.04-.48-.24-.47-.54.02-.39.29-.5.51-.53ZM13.83,13.81v.47c0,.22-.02.36-.1.42-.07.08-.21.11-.45.11-3.37,0-6.74,0-10.1,0-.78,0-1-.23-1-1,0-1.67,0-3.33,0-4.99s0-3.33,0-4.99c0-.35.04-.39.36-.39v-.1l.08.1c.89.03,1.79.04,2.68.04h5.27c.91,0,1.82,0,2.73-.02.43,0,.56.07.56.52-.02,3.27,0,6.55,0,9.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.48,10.12c-.23-.02-.44-.08-.67-.13-.34-.08-.67-.16-1.02-.16-.42,0-.79.13-1.19.4-.46-.21-.79-.6-1.12-1.02-.13-.17-.08-.25.05-.4.05-.06.1-.13.14-.2.1-.2.15-.4.12-.6-.06-.59-.13-1.18-.23-1.76-.1-.59-.5-.92-1.17-.97h-.12c-1.14,0-1.99.9-2.01,2.13-.03,1.4.59,2.87,1.7,4.03,1.15,1.18,2.64,1.88,4.11,1.9h.06c1.29,0,2.21-.8,2.23-1.95.02-.73-.31-1.2-.89-1.27ZM5.68,6.79c.15-.2.32-.3.5-.3.04,0,.08,0,.12,0,.15.04.17.13.18.34,0,.06,0,.11.02.16.02.14.03.28.04.41.02.14.03.28.05.42,0,.16,0,.22-.08.26-.25.1-.4.24-.47.41-.1.26.03.55.18.86.49.96,1.23,1.69,2.22,2.15.21.09.37.14.51.14.26,0,.45-.15.57-.44.04-.1.1-.14.28-.14h.04c.07,0,.14,0,.22,0,.14,0,.27,0,.38.06.1.04.23.04.35.05.14,0,.27,0,.33.06.03.04.05.11.05.2,0,.41-.31.68-.89.72h-.22c-2.29-.06-4.56-2.34-4.59-4.61,0-.34.07-.58.23-.77Z",fill:e})]})}),"PhonebookIcon");var Nr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.24,3.65c-.48-.49-1.15-.77-1.83-.77h-.36v-.37c0-.44-.17-.85-.47-1.15-.3-.31-.72-.48-1.14-.48h-6.89c-.42,0-.84.17-1.14.48-.3.31-.46.72-.46,1.15v.37h-.37c-.69,0-1.34.27-1.83.77-.48.49-.76,1.16-.76,1.86v4.99c0,.44.17.85.47,1.15.3.31.71.47,1.14.47h1.35v1.37c0,.44.17.84.46,1.15.3.3.72.47,1.14.47h6.89c.42,0,.84-.17,1.14-.47.3-.31.47-.72.47-1.15v-1.37h1.34c.43,0,.84-.17,1.14-.47.31-.31.47-.72.47-1.15v-4.99c0-.7-.28-1.37-.76-1.86ZM4.2,2.51c0-.1.03-.19.1-.26.07-.07.16-.1.25-.1h6.89c.1,0,.18.03.25.1.07.07.1.17.1.26v.37h-7.61v-.37ZM11.8,13.5c0,.1-.03.19-.1.26s-.16.1-.25.1h-6.89c-.1,0-.18-.04-.25-.1s-.1-.17-.1-.26v-4c0-.1.03-.19.1-.26.07-.07.16-.1.25-.1h6.89c.1,0,.18.03.25.1.07.07.1.17.1.26v4ZM14.75,10.5c0,.1-.03.19-.1.26-.06.07-.16.1-.25.1h-1.34v-1.36c0-.44-.17-.85-.47-1.15-.3-.31-.72-.48-1.14-.48h-6.89c-.42,0-.84.17-1.14.48-.3.31-.46.72-.46,1.15v1.36h-1.35c-.1,0-.19-.03-.25-.1-.07-.07-.11-.17-.11-.26v-4.99c0-.37.15-.72.4-.97.25-.26.59-.4.94-.4h10.82c.35,0,.7.15.94.4.25.25.39.6.39.97v4.99Z",fill:e})}),"PrintIcon");var Or=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.26,7.61c-.67,0-1.32-.2-1.87-.57-.55-.37-.99-.89-1.24-1.51-.26-.61-.32-1.29-.19-1.94.13-.65.45-1.25.92-1.72.47-.47,1.07-.79,1.73-.92.65-.13,1.33-.06,1.95.19.62.25,1.14.68,1.51,1.24s.57,1.2.57,1.87c0,.89-.36,1.75-.99,2.38-.63.63-1.49.98-2.38.98ZM10.26,2.23c-.4,0-.79.12-1.12.34-.33.22-.59.54-.74.91-.15.37-.19.77-.12,1.17.08.39.27.75.55,1.03.28.28.64.47,1.04.55.39.08.8.04,1.17-.11.37-.15.69-.41.91-.74.22-.33.34-.72.34-1.12,0-.53-.21-1.05-.59-1.43s-.89-.59-1.43-.59Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.83,7.7h-.29c-.72-.07-1.38-.42-1.83-.97s-.67-1.26-.61-1.98c.07-.71.42-1.37.98-1.83.56-.46,1.27-.67,1.99-.6.09,0,.18.03.26.07.08.04.16.1.22.17.06.07.11.15.13.24s.04.18.03.27c0,.09-.04.18-.08.26-.04.08-.11.15-.18.21s-.16.1-.25.12c-.09.02-.18.03-.27.01-.18-.02-.35,0-.52.05-.17.05-.32.14-.46.25-.14.11-.25.25-.33.4-.08.15-.14.32-.15.5-.02.18,0,.35.05.52.05.17.13.33.25.46.11.14.25.25.41.33.16.08.33.13.51.15.29.03.59-.04.84-.2.15-.09.34-.12.51-.08.18.04.33.15.42.3.09.15.12.34.08.51-.04.17-.15.32-.3.42-.42.27-.9.41-1.39.42Z",fill:e}),jsxRuntime.jsx("path",{d:"M.76,14.18c-.2,0-.39-.08-.53-.22-.14-.14-.22-.32-.23-.52,0-2.64.73-4.4,4.31-4.4.2,0,.39.08.54.22.14.14.22.32.22.52s-.08.38-.22.52c-.14.14-.34.22-.54.22-2.38,0-2.79.73-2.79,2.93,0,.19-.08.38-.23.52-.14.14-.33.22-.53.22Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.42,15.11c-.15,0-.3-.09-.41-.25-.11-.15-.17-.36-.17-.58,0-2.15-.83-3.58-4.87-3.58s-4.87,1.43-4.87,3.58c0,.22-.06.43-.17.59-.11.15-.26.24-.41.24s-.3-.09-.41-.24c-.11-.16-.17-.37-.17-.59,0-5.24,4.23-5.24,6.03-5.24s6.03,0,6.03,5.24c0,.22-.06.43-.17.58-.11.15-.26.24-.41.25Z",fill:e})]})}),"Profiler2Icon");var Yr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M8,8.27c-.77,0-1.51-.24-2.15-.7-.64-.45-1.13-1.1-1.43-1.86-.29-.76-.37-1.59-.22-2.39.15-.8.52-1.54,1.06-2.12.54-.58,1.23-.97,1.98-1.13.75-.16,1.53-.08,2.24.23.71.31,1.31.84,1.74,1.52.43.68.65,1.48.65,2.3,0,1.1-.41,2.15-1.13,2.93s-1.71,1.21-2.74,1.21ZM8,1.65c-.46,0-.91.15-1.29.42-.38.27-.68.66-.86,1.11-.18.45-.22.95-.13,1.43.09.48.31.92.64,1.27.32.35.74.58,1.19.68.45.1.92.05,1.34-.14.42-.19.79-.51,1.04-.91.26-.41.39-.89.39-1.38,0-.66-.24-1.29-.68-1.75-.44-.46-1.03-.73-1.64-.73Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.23,16c-.2,0-.4-.09-.54-.25-.14-.15-.23-.36-.23-.58,0-2.15-1.09-3.58-6.45-3.58s-6.45,1.43-6.45,3.58c0,.22-.08.43-.23.59-.15.15-.34.24-.55.24s-.4-.09-.55-.24c-.15-.16-.23-.37-.23-.59,0-5.24,5.61-5.24,8-5.24s8,0,8,5.24c0,.22-.09.43-.23.58-.14.15-.34.24-.54.25Z",fill:e})]})}),"ProfilerIcon");var Xr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.8,6.86s-.02-.02-.04-.04l-3.24-5.21c-.13-.28-.33-.51-.58-.67-.26-.16-.55-.25-.85-.25h-6.18c-.28-.01-.56.06-.81.2-.25.13-.45.34-.59.58L.11,6.94h0s-.04.08-.05.12c0,.03-.03.07-.04.12-.01.04-.01.08-.01.12v5.5c0,.33.07.66.19.96.13.31.32.59.55.82.23.23.51.42.81.54.31.13.64.2.97.2h10.96c.66,0,1.3-.27,1.77-.73.47-.47.74-1.1.75-1.76v-5.48c0-.19-.08-.36-.2-.49ZM4.7,2.16s.05-.06.09-.09c.03-.02.07-.03.12-.03h6.19c.09,0,.16.05.23.18l2.74,4.44h-3.33c-.18,0-.36.07-.49.2-.12.13-.2.3-.2.49v.2c0,.54-.21,1.07-.6,1.45-.38.39-.91.6-1.45.6s-1.07-.21-1.46-.6c-.38-.38-.6-.91-.6-1.45v-.2c0-.19-.07-.36-.2-.49-.13-.13-.3-.2-.48-.2H1.92l2.78-4.5ZM14.63,12.83c0,.3-.12.59-.34.81s-.5.33-.81.33H2.52c-.16,0-.31-.03-.45-.09s-.27-.14-.37-.25c-.11-.11-.19-.24-.25-.38-.05-.14-.08-.3-.08-.45v-4.8h3.24c.1.83.51,1.58,1.13,2.13.63.54,1.43.84,2.26.84s1.63-.3,2.25-.84c.62-.55,1.03-1.3,1.14-2.13h3.24v4.83Z",fill:e})}),"SandBoxIcon");var Ur=t(({stroke:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("ellipse",{cx:"5.80004",cy:"5.80062",rx:"4.80004",ry:"4.80062",stroke:e}),jsxRuntime.jsx("path",{d:"M9.00012 9.80078L13.0002 12.9997",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})]}),"SearchIcon");var qr=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M9.1.02c-.11,0-.22,0-.34,0-.2,0-.4,0-.61,0-.22,0-.42-.02-.63-.02-.19,0-.37,0-.53.02-.38.03-.81.38-.81.77v15.1c0,.06.04.1.1.1h3.46c.06,0,.1-.04.1-.1V.69c0-.29-.45-.67-.73-.67ZM7.57,14.6V1.41h.88v13.19h-.88Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.9,4.97c-.19-.02-.4-.02-.6-.02s-.43,0-.66,0c-.22,0-.44,0-.66,0h-.3c-.32.04-.67.43-.67.75v10.17c0,.06.04.1.1.1h3.44s.03,0,.05,0c.05,0,.1-.04.1-.1V5.76c0-.4-.37-.76-.79-.79ZM1.41,14.59V6.35h.89v8.24h-.89Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.89,8.33c-.14-.25-.4-.4-.73-.42-.26-.02-.62-.03-.98-.03s-.72,0-.99.03c-.32.02-.57.16-.72.4-.03.05-.13.31-.14.35v7.25c0,.06.05.1.1.1h3.47c.06,0,.1-.04.1-.1v-7.3c0-.08-.1-.25-.11-.27ZM13.74,14.6v-5.3h.86v5.3h-.86Z",fill:e})]})}),"StatisticIcon");var Kr=t(({fill:e="currentColor",stroke:o="currentColor",...r})=>jsxRuntime.jsxs("svg",{width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[jsxRuntime.jsx("path",{d:"M10.7336 7.81445C12.3434 7.84801 13.4641 9.04097 13.5774 10.4131L13.5862 10.6904C13.557 12.3941 12.2055 13.533 10.7249 13.5186L10.5657 13.5127C9.039 13.4219 7.98725 12.2485 7.87915 10.9131L7.87036 10.6348C7.90006 8.96394 9.25521 7.81499 10.7336 7.81445Z",stroke:o}),jsxRuntime.jsx("path",{d:"M7.26234 7.82055C7.02212 7.81698 6.86386 7.75484 6.73481 7.62848C6.48774 7.38645 6.24007 7.14473 5.99896 6.89706C5.72893 6.61966 5.73251 6.20073 5.99955 5.94206C6.2651 5.68487 6.67431 5.68546 6.94761 5.95098C7.19885 6.19508 7.44921 6.44037 7.68853 6.69577C7.88047 6.90063 7.93411 7.15157 7.81937 7.40994C7.70492 7.66802 7.49779 7.81609 7.26234 7.82055Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.6541 14.872C15.6541 15.1839 15.5304 15.3915 15.2881 15.511C15.0539 15.6266 14.8151 15.6183 14.597 15.4557C14.5475 15.4188 14.4998 15.3781 14.456 15.3347C14.2235 15.1031 13.9881 14.8741 13.7622 14.6363C13.5127 14.3734 13.5255 13.9691 13.7809 13.714C14.0364 13.4591 14.4444 13.4458 14.7054 13.694C14.9594 13.9355 15.2067 14.1837 15.4514 14.4344C15.5784 14.5643 15.6681 14.7162 15.6541 14.872Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.2545 7.81899C13.983 7.81155 13.7735 7.69173 13.6543 7.44882C13.533 7.20204 13.5488 6.95288 13.7342 6.74059C13.9964 6.44 14.2805 6.15843 14.5773 5.89203C14.814 5.67945 15.2199 5.71066 15.4559 5.93544C15.6875 6.15606 15.7379 6.54614 15.5304 6.79679C15.2565 7.12771 14.9445 7.42563 14.6167 7.70422C14.5165 7.78955 14.3893 7.82285 14.2545 7.81899Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.80404 14.908C5.79748 14.7438 5.84725 14.5984 5.9614 14.4828C6.22278 14.2176 6.47879 13.9458 6.75656 13.6984C7.15594 13.3425 7.74992 13.5373 7.859 14.049C7.90103 14.2458 7.86616 14.4328 7.73115 14.5851C7.46649 14.8836 7.18723 15.1699 6.88681 15.4321C6.67967 15.6132 6.42872 15.6385 6.17629 15.5175C5.92266 15.3956 5.80761 15.1839 5.80404 14.908Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.44378 10.18C4.55525 10.059 4.69354 9.99125 4.85627 9.98976C5.22911 9.98619 5.60285 9.974 5.9745 9.99452C6.50918 10.024 6.79202 10.5802 6.5071 11.0194C6.39742 11.1883 6.24035 11.2962 6.03709 11.309C5.63832 11.334 5.23805 11.3399 4.83958 11.314C4.56479 11.2962 4.36927 11.1371 4.27629 10.8737C4.1824 10.6088 4.25095 10.3778 4.44378 10.18Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.0586 10.18C15.1701 10.059 15.3084 9.99125 15.4711 9.98976C15.844 9.98619 16.2177 9.974 16.5894 9.99452C17.124 10.024 17.4069 10.5802 17.122 11.0194C17.0123 11.1883 16.8552 11.2962 16.6519 11.309C16.2532 11.334 15.8529 11.3399 15.4544 11.314C15.1796 11.2962 14.9841 11.1371 14.8911 10.8737C14.7976 10.6088 14.8658 10.3778 15.0586 10.18Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3908 5.18099C11.3908 5.36235 11.3947 5.54402 11.3899 5.72539C11.3804 6.08693 11.0987 6.35839 10.739 6.35839C10.3617 6.35839 10.0762 6.09704 10.0687 5.72985C10.0613 5.36265 10.0621 4.99516 10.069 4.62796C10.0759 4.26226 10.3644 3.99764 10.7393 4.00002C11.0972 4.00239 11.3816 4.27861 11.3896 4.63688C11.3938 4.81825 11.3902 4.99962 11.3902 5.18128C11.3905 5.18099 11.3905 5.18099 11.3908 5.18099Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3908 15.8224C11.3908 16.0038 11.3947 16.1854 11.3899 16.3668C11.3804 16.7283 11.0987 16.9998 10.739 16.9998C10.3617 16.9998 10.0762 16.7385 10.0687 16.3713C10.0613 16.0041 10.0621 15.6366 10.069 15.2694C10.0759 14.9034 10.3644 14.6388 10.7393 14.6411C11.0972 14.6435 11.3816 14.9197 11.3896 15.278C11.3938 15.4594 11.3902 15.6407 11.3902 15.8224C11.3905 15.8224 11.3905 15.8224 11.3908 15.8224Z",fill:e})]}),"SunIcon");var e0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("path",{d:"M10.68,4.72c.18,0,.32.15.3.33l-1.09,5.65c-.03.21-.26.28-.44.19l-1.85-1.85h-.04l-2.1,2.07c-.52.46-1.24-.13-.86-.72l2.17-2.17-1.96-1.95c-.12-.13-.06-.36.1-.42l5.78-1.13h-.01Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.09,4.36C13.71,1.68,11.01.02,8.03.02h-.26C4.77.12,2.19,1.78.85,4.46-.48,7.13-.24,10.19,1.49,12.62c1.52,2.14,3.89,3.36,6.5,3.36s4.98-1.22,6.51-3.35c1.77-2.46,1.98-5.55.59-8.27ZM13.76,11.33c-1.21,2.09-3.36,3.33-5.76,3.33h-.01c-2.17,0-4.14-1.02-5.41-2.79-1.44-2.01-1.64-4.54-.56-6.76,1.08-2.24,3.19-3.63,5.65-3.74.11,0,.23-.01.33-.01,2.41,0,4.56,1.25,5.77,3.36,1.2,2.08,1.19,4.55-.01,6.62Z",fill:e})]})}),"UpRightArrowCircleIcon");var t0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M0.869629 5.00098H10.8696M10.8696 5.00098L6.86963 1.00098M10.8696 5.00098L7.11151 8.7591L6.86963 9.00098",stroke:e,strokeWidth:"1.3"})}),"VectorIcon");var Ge=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 3",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("ellipse",{cx:"1.56746",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e}),jsxRuntime.jsx("ellipse",{cx:"7.71278",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e}),jsxRuntime.jsx("ellipse",{cx:"13.8581",cy:"1.5",rx:"1.53633",ry:"1.5",fill:e})]}),"BallsMenu");var n0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M9.796 6.706c-3.438 3.638-4.457 4.698-4.481 4.671l-3.552-3.768c-0.026-0.028-0.193 0.115-0.792 0.678-0.418 0.394-0.759 0.727-0.759 0.739 0 0.011 1.010 1.091 2.245 2.396 2.080 2.2 2.258 2.381 2.425 2.462 0.32 0.158 0.729 0.142 1.015-0.038 0.149-0.094-0.051 0.115 5.257-5.502l4.634-4.902-0.752-0.715c-0.233-0.223-0.484-0.458-0.738-0.691l-0.034-0.030c-1.295 1.344-2.752 2.874-4.201 4.413l-0.268 0.287z",fill:e})}),"CheckIcon");var Re=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 18 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M17.4517 5.77798L16.4067 6.79197L10.8447 12.1899C10.0753 12.9367 8.82791 12.9367 8.05853 12.1899L2.49647 6.79197L1.45166 5.77798L3.54128 3.75L4.58609 4.76399L9.45161 9.48599L14.3172 4.76399L15.362 3.75L17.4517 5.77798Z",fill:e})}),"ChevronDownIcon");var Ze=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.20166 10.722L1.24661 9.70803L6.80863 4.31012C7.57801 3.56329 8.82541 3.56329 9.59479 4.31012L15.1569 9.70803L16.2017 10.722L14.112 12.75L13.0672 11.736L8.20171 7.01401L3.33611 11.736L2.29136 12.75L0.20166 10.722Z",fill:e})}),"ChevronUpIcon");var i0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M9.21053 5.78952H0.789474C0.357895 5.78952 0 5.43162 0 5.00005C0 4.56847 0.357895 4.21057 0.789474 4.21057H9.21053C9.64211 4.21057 10 4.56847 10 5.00005C10 5.43162 9.64211 5.78952 9.21053 5.78952Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.00041 10C4.56883 10 4.21094 9.64211 4.21094 9.21053V0.789474C4.21094 0.357895 4.56883 0 5.00041 0C5.43199 0 5.78988 0.357895 5.78988 0.789474V9.21053C5.78988 9.64211 5.43199 10 5.00041 10Z",fill:e})]}),"PlusIcon");var s0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M12.0003 5.27318C11.9803 5.27318 11.967 5.27318 11.947 5.27318H11.9136C10.6536 5.23318 9.71362 4.25985 9.71362 3.05984C9.71362 1.83318 10.7136 0.839844 11.9336 0.839844C13.1536 0.839844 14.1536 1.83984 14.1536 3.05984C14.147 4.26651 13.207 5.23985 12.007 5.27985C12.007 5.27318 12.007 5.27318 12.0003 5.27318ZM11.9336 1.83318C11.2603 1.83318 10.7136 2.37985 10.7136 3.05318C10.7136 3.71318 11.227 4.24652 11.887 4.27318C11.8936 4.26652 11.947 4.26652 12.007 4.27318C12.6536 4.23985 13.1536 3.70652 13.1603 3.05318C13.1603 2.37985 12.6136 1.83318 11.9336 1.83318Z",fill:e}),jsxRuntime.jsx("path",{d:"M12.0075 10.1871C11.7475 10.1871 11.4875 10.1671 11.2275 10.1204C10.9541 10.0738 10.7741 9.81376 10.8208 9.54042C10.8675 9.26709 11.1275 9.08709 11.4008 9.13376C12.2208 9.27376 13.0875 9.12043 13.6675 8.73376C13.9808 8.5271 14.1475 8.26709 14.1475 8.00709C14.1475 7.74709 13.9741 7.49375 13.6675 7.28709C13.0875 6.90042 12.2075 6.74709 11.3808 6.89376C11.1075 6.94709 10.8475 6.76042 10.8008 6.48709C10.7541 6.21376 10.9341 5.95376 11.2075 5.90709C12.2941 5.71376 13.4208 5.92042 14.2208 6.45375C14.8075 6.84709 15.1475 7.40709 15.1475 8.00709C15.1475 8.60042 14.8141 9.1671 14.2208 9.5671C13.6141 9.9671 12.8275 10.1871 12.0075 10.1871Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.98031 5.27399C3.97365 5.27399 3.96698 5.27399 3.96698 5.27399C2.76698 5.23399 1.82698 4.26065 1.82031 3.06065C1.82031 1.83398 2.82031 0.833984 4.04031 0.833984C5.26031 0.833984 6.26031 1.83399 6.26031 3.05399C6.26031 4.26065 5.32031 5.23399 4.12031 5.27399L3.98031 4.77399L4.02698 5.27399C4.01365 5.27399 3.99365 5.27399 3.98031 5.27399ZM4.04698 4.27399C4.08698 4.27399 4.12031 4.27398 4.16031 4.28065C4.75365 4.25398 5.27365 3.72065 5.27365 3.06065C5.27365 2.38732 4.72698 1.84065 4.05365 1.84065C3.38031 1.84065 2.83365 2.38732 2.83365 3.06065C2.83365 3.71398 3.34031 4.24065 3.98698 4.28065C3.99365 4.27398 4.02031 4.27399 4.04698 4.27399Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.97325 10.1871C3.15325 10.1871 2.36658 9.9671 1.75992 9.5671C1.17325 9.17376 0.833252 8.60709 0.833252 8.00709C0.833252 7.41376 1.17325 6.84709 1.75992 6.45375C2.55992 5.92042 3.68658 5.71376 4.77325 5.90709C5.04659 5.95376 5.22659 6.21376 5.17992 6.48709C5.13325 6.76042 4.87325 6.94709 4.59992 6.89376C3.77325 6.74709 2.89992 6.90042 2.31325 7.28709C1.99992 7.49375 1.83325 7.74709 1.83325 8.00709C1.83325 8.26709 2.00659 8.5271 2.31325 8.73376C2.89325 9.12043 3.75992 9.27376 4.57992 9.13376C4.85325 9.08709 5.11325 9.27376 5.15992 9.54042C5.20659 9.81376 5.02659 10.0738 4.75325 10.1204C4.49325 10.1671 4.23325 10.1871 3.97325 10.1871Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.00023 10.2537C7.98023 10.2537 7.96689 10.2537 7.94689 10.2537H7.91356C6.65356 10.2137 5.71356 9.24031 5.71356 8.04031C5.71356 6.81365 6.71356 5.82031 7.93356 5.82031C9.15356 5.82031 10.1536 6.82031 10.1536 8.04031C10.1469 9.24698 9.20689 10.2203 8.00689 10.2603C8.00689 10.2536 8.0069 10.2537 8.00023 10.2537ZM7.93356 6.81365C7.26023 6.81365 6.71356 7.36032 6.71356 8.03365C6.71356 8.69365 7.2269 9.22699 7.8869 9.25365C7.89356 9.24699 7.94689 9.24699 8.00689 9.25365C8.65356 9.22032 9.15356 8.68698 9.16023 8.03365C9.16023 7.36698 8.61356 6.81365 7.93356 6.81365Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.99921 15.1725C7.19921 15.1725 6.39921 14.9658 5.77921 14.5458C5.19254 14.1525 4.85254 13.5925 4.85254 12.9925C4.85254 12.3992 5.18587 11.8258 5.77921 11.4325C7.02587 10.6058 8.97921 10.6058 10.2192 11.4325C10.8059 11.8258 11.1459 12.3858 11.1459 12.9858C11.1459 13.5792 10.8125 14.1525 10.2192 14.5458C9.59921 14.9592 8.79921 15.1725 7.99921 15.1725ZM6.33254 12.2725C6.01921 12.4792 5.85254 12.7392 5.85254 12.9992C5.85254 13.2592 6.02587 13.5125 6.33254 13.7192C7.23254 14.3258 8.75921 14.3258 9.65921 13.7192C9.97254 13.5125 10.1392 13.2525 10.1392 12.9925C10.1392 12.7325 9.96587 12.4792 9.65921 12.2725C8.76587 11.6658 7.23921 11.6725 6.33254 12.2725Z",fill:e})]}),"UsersIcon");var Ae=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8C1 9.85652 1.7375 11.637 3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15ZM8 4C8.19891 4 8.38968 4.07902 8.53033 4.21967C8.67098 4.36032 8.75 4.55109 8.75 4.75V7.75C8.75 7.94891 8.67098 8.13968 8.53033 8.28033C8.38968 8.42098 8.19891 8.5 8 8.5C7.80109 8.5 7.61032 8.42098 7.46967 8.28033C7.32902 8.13968 7.25 7.94891 7.25 7.75V4.75C7.25 4.55109 7.32902 4.36032 7.46967 4.21967C7.61032 4.07902 7.80109 4 8 4ZM8 12C8.26522 12 8.51957 11.8946 8.70711 11.7071C8.89464 11.5196 9 11.2652 9 11C9 10.7348 8.89464 10.4804 8.70711 10.2929C8.51957 10.1054 8.26522 10 8 10C7.73478 10 7.48043 10.1054 7.29289 10.2929C7.10536 10.4804 7 10.7348 7 11C7 11.2652 7.10536 11.5196 7.29289 11.7071C7.48043 11.8946 7.73478 12 8 12Z",fill:e})}),"InfoCircleFilledIcon");var d0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 15 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M3.765 3.97l3.109-3.219c0.362-0.375 0.949-0.375 1.311 0l3.109 3.219-0.983 1.018-2.781-2.879-2.781 2.879-0.983-1.018z",fill:e}),jsxRuntime.jsx("path",{d:"M11.294 12.029l-3.109 3.219c-0.362 0.375-0.949 0.375-1.311 0l-3.109-3.219 0.983-1.018 2.781 2.879 2.781-2.879 0.983 1.018z",fill:e})]}),"UnfoldIcon");var He=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.595 13.176c0.282 0.282 0.376 0.565 0.376 0.941s-0.188 0.753-0.376 0.941c-0.471 0.565-1.412 0.565-1.882 0l-5.176-5.176-5.176 5.176c-0.471 0.471-1.412 0.471-1.882 0s-0.376-0.565-0.376-0.941c0-0.376 0.188-0.659 0.376-0.941l5.176-5.176-0.376-0.376-4.988-4.8c-0.282-0.282-0.376-0.565-0.376-0.941s0.188-0.753 0.376-1.035c0.282-0.282 0.659-0.376 0.941-0.376s0.659 0.094 0.941 0.376l5.176 5.176 0.376-0.376 4.894-4.8c0.282-0.282 0.659-0.376 0.941-0.376s0.659 0.094 0.941 0.376c0.282 0.282 0.376 0.565 0.376 0.941s-0.188 0.753-0.376 0.941l-5.176 5.176 5.271 5.271z",fill:e})}),"CrossIcon");var p0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M14 6.5C13.7267 6.5 13.5 6.27333 13.5 6V2.5H10C9.72667 2.5 9.5 2.27333 9.5 2C9.5 1.72667 9.72667 1.5 10 1.5H14C14.2733 1.5 14.5 1.72667 14.5 2V6C14.5 6.27333 14.2733 6.5 14 6.5Z",fill:e}),jsxRuntime.jsx("path",{d:"M6 14.5H2C1.72667 14.5 1.5 14.2733 1.5 14V10C1.5 9.72667 1.72667 9.5 2 9.5C2.27333 9.5 2.5 9.72667 2.5 10V13.5H6C6.27333 13.5 6.5 13.7267 6.5 14C6.5 14.2733 6.27333 14.5 6 14.5Z",fill:e}),jsxRuntime.jsx("path",{d:"M8.9998 7.50224C8.87313 7.50224 8.74646 7.45557 8.64646 7.35557C8.45313 7.16224 8.45313 6.84224 8.64646 6.64891L13.6465 1.64891C13.8398 1.45557 14.1598 1.45557 14.3531 1.64891C14.5465 1.84224 14.5465 2.16224 14.3531 2.35557L9.35313 7.35557C9.25313 7.45557 9.12646 7.50224 8.9998 7.50224Z",fill:e}),jsxRuntime.jsx("path",{d:"M1.9998 14.5022C1.87313 14.5022 1.74646 14.4556 1.64646 14.3556C1.45313 14.1622 1.45313 13.8422 1.64646 13.6489L6.64646 8.64891C6.8398 8.45557 7.1598 8.45557 7.35313 8.64891C7.54646 8.84224 7.54646 9.16224 7.35313 9.35557L2.35313 14.3556C2.25313 14.4556 2.12646 14.5022 1.9998 14.5022Z",fill:e})]}),"MaximizeIcon");var u0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M15.8835 15.1402H14.4635V15.9702C14.4635 15.9702 14.3735 16.1502 14.3635 16.1702C14.2835 16.2902 14.1435 16.4002 14.0135 16.4402C13.7735 16.5202 12.5035 16.5102 12.2335 16.4702C12.0435 16.4402 11.6635 16.1802 11.6635 15.9602V15.1302H5.28346V15.9602C5.28346 16.1202 4.97346 16.3902 4.82346 16.4302C4.58346 16.5102 3.31346 16.5002 3.04346 16.4602C2.86346 16.4302 2.47346 16.1702 2.47346 15.9502V15.1202H1.04346V2.61023C1.04346 2.13023 1.58346 1.66023 1.97346 1.52023C3.71346 0.870232 6.25346 0.560232 8.10346 0.500232C10.1135 0.440232 13.1635 0.710232 15.0335 1.50023C15.3735 1.64023 15.8835 2.13023 15.8835 2.55023V15.1402ZM11.3035 1.85023H5.62346V3.16023H11.3035V1.85023ZM3.46346 5.16023C3.10346 5.22023 2.84346 5.42023 2.81346 5.83023C2.73346 6.93023 2.87346 8.14023 2.81346 9.26023C2.84346 9.46023 3.02346 9.68023 3.18346 9.76023C3.22346 9.78023 3.42346 9.84023 3.46346 9.84023H8.07346C8.07346 9.84023 8.11346 9.80023 8.11346 9.79023V5.21023L8.07346 5.16023H3.46346ZM8.85346 5.16023C8.85346 5.16023 8.81346 5.20023 8.81346 5.21023V9.79023L8.85346 9.84023H13.4635C13.4635 9.84023 13.6935 9.78023 13.7435 9.76023C13.9135 9.68023 14.0935 9.46023 14.1135 9.26023C14.0635 8.14023 14.1935 6.94023 14.1135 5.83023C14.0935 5.58023 13.9635 5.34023 13.7335 5.24023C13.6835 5.22023 13.4935 5.16023 13.4535 5.16023H8.84346H8.85346ZM13.7335 11.8102C12.3035 11.8502 12.3835 13.9202 13.8135 13.8602C15.2435 13.8002 15.1435 11.7702 13.7335 11.8102ZM2.35346 13.5002C2.87346 14.0702 3.97346 13.9402 4.21346 13.1402C4.51346 12.1402 3.39346 11.5402 2.62346 11.9602C2.08346 12.2502 1.91346 13.0202 2.35346 13.5002ZM11.5535 12.3802C11.7535 12.1702 11.6035 11.8602 11.3435 11.8302H5.57346C5.21346 11.8802 5.17346 12.3402 5.50346 12.4602C7.46346 12.5002 9.44346 12.5002 11.4035 12.4602C11.4435 12.4402 11.5135 12.4102 11.5435 12.3802H11.5535ZM5.58346 13.1502C5.12346 13.2702 5.21346 13.8002 5.66346 13.8302H11.2535C11.7635 13.7802 11.7635 13.2202 11.2835 13.1402H5.58346V13.1502Z",fill:e})}),"BusIcon");var b0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16.3207 7.62978H14.8107C15.2007 8.67978 15.4507 8.61978 16.4807 8.42978C16.5807 8.88978 16.7107 9.77978 16.3207 10.1298C16.0607 10.3698 15.4907 10.3398 15.2907 10.5298C15.1907 10.6298 15.1007 10.9998 14.9307 11.2098C14.0907 12.2898 12.3407 11.9398 11.9307 10.6598L5.78065 10.6398C5.38065 11.8998 3.61065 12.2898 2.78065 11.2398C2.67065 11.0998 2.48065 10.5998 2.45065 10.5798C2.34065 10.5098 1.57065 10.5098 1.27065 10.3698C0.840652 10.1798 0.670652 9.77978 0.630652 9.33978C0.590652 8.85978 0.550652 6.87978 0.650652 6.48978C0.820652 5.82978 2.18065 5.35978 2.63065 4.95978C2.86065 4.74978 3.11065 4.31978 3.34065 4.07978C4.43065 2.94978 5.16065 3.12978 6.65065 3.15978C8.26065 3.19978 10.1107 3.09978 11.3507 4.19978C11.6807 4.48978 12.1507 5.22978 12.3907 5.38978C12.8607 5.68978 14.3707 5.95978 15.0107 6.18978C15.8107 6.48978 16.1207 6.73978 16.3207 7.61978V7.62978ZM7.07065 4.20978C6.52065 4.28978 5.97065 4.07978 5.43065 4.12978C4.61065 4.19978 4.10065 5.12978 3.88065 5.83978L7.07065 5.95978V4.20978ZM9.42065 4.28978C9.01065 4.23978 8.52065 4.32978 8.10065 4.28978V6.03978L11.6907 6.11978C11.1407 5.29978 10.4807 4.41978 9.42065 4.28978ZM3.86065 9.39978C3.05065 9.60978 3.26065 10.9798 4.20065 10.8598C5.23065 10.7198 4.93065 9.11978 3.86065 9.39978ZM13.3407 9.39978C12.3307 9.62978 12.9507 11.3198 13.9107 10.7698C14.6807 10.3298 14.2507 9.19978 13.3407 9.39978Z",fill:e})}),"CarIcon");var h0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M4.55288 16.4902L5.19288 15.5902L5.25288 15.5602H13.4829C14.0529 15.4602 14.2729 15.1002 14.3129 14.5502C14.3429 14.1002 14.3629 12.6102 14.2029 12.2602C14.0729 11.9702 13.7629 11.8002 13.4529 11.7602C11.9129 11.6702 10.2329 11.8802 8.71288 11.7602C8.11288 11.7102 7.49288 11.2902 7.23288 10.7502C6.87288 10.0102 7.13288 8.72016 7.05288 7.88016C7.01288 7.48016 6.73288 7.08016 6.32288 7.03016C5.12288 6.87016 3.72288 7.44016 2.90288 6.18016C2.29288 5.25016 2.74288 3.31016 2.60288 2.21016C2.69288 1.31016 3.37288 0.630158 4.26288 0.530158C5.82288 0.610158 7.48289 0.430158 9.03289 0.530158C9.74289 0.580158 10.3929 1.01016 10.6529 1.69016C10.9729 2.52016 10.6929 3.80016 10.7929 4.70016C10.8929 5.60016 11.9129 5.50016 12.5729 5.51016L13.2229 6.43016C12.4529 6.38016 11.5229 6.57016 10.8229 6.20016C9.38288 5.43016 9.97289 3.69016 9.86288 2.36016C9.82289 1.90016 9.50288 1.53016 9.03289 1.47016C7.53289 1.57016 5.84288 1.33016 4.35288 1.47016C3.93288 1.51016 3.58288 1.85016 3.53288 2.27016C3.59288 3.23016 3.45288 4.29016 3.53288 5.23016C3.65288 6.63016 5.85288 5.84016 6.78288 6.19016C8.55288 6.84016 7.79288 8.76016 7.99288 10.1202C8.05288 10.4902 8.41288 10.8002 8.78288 10.8302C10.2829 10.9702 11.9829 10.7202 13.4929 10.8302C14.3629 10.9002 15.0629 11.5202 15.2229 12.3802C15.1029 13.7402 15.7429 15.6902 14.1229 16.3602C14.0229 16.4002 13.7129 16.5102 13.6229 16.5102H4.55288V16.4902Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.4627 0.540077C15.8127 0.400077 16.9627 1.53008 16.8727 2.88008C16.8027 3.89008 15.9927 5.15008 15.3427 5.90008C14.9727 6.33008 14.7227 6.65008 14.2227 6.12008C13.5127 5.38008 12.5627 3.89008 12.5127 2.85008C12.4527 1.69008 13.3127 0.650077 14.4727 0.540077H14.4627ZM14.4927 1.94008C13.6427 2.10008 13.7627 3.50008 14.7027 3.49008C15.7827 3.47008 15.6927 1.72008 14.4927 1.94008Z",fill:e}),jsxRuntime.jsx("path",{d:"M3.0828 10.6104C4.2228 10.6104 5.2128 11.5204 5.2728 12.6704C5.3328 13.8204 4.3928 15.2604 3.6628 16.0804C3.4028 16.3804 3.1228 16.7004 2.7228 16.3304C2.0628 15.7104 1.0928 14.1504 0.942799 13.2504C0.712799 11.8804 1.6528 10.6104 3.0728 10.6104H3.0828ZM2.9928 12.0104C1.9928 12.1304 2.1428 13.6704 3.2028 13.5604C4.1828 13.4504 4.0528 11.8904 2.9928 12.0104Z",fill:e})]}),"WayIcon");var C0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M14.2452 7.25014C14.3752 7.87014 14.5152 8.50014 14.6752 9.14014C14.7052 9.28014 14.7452 9.42014 14.7752 9.56014C14.8852 10.0901 15.0052 10.6101 15.1152 11.1401L16.1052 15.5401L15.1652 16.4901L10.8852 9.06014C9.19516 10.6001 7.51516 12.1501 5.72516 13.5601L6.12516 15.8301L5.17516 16.4901C5.01516 16.3301 4.02516 14.9301 3.92516 14.9301C3.85516 14.9301 2.94516 15.5601 2.77516 15.6501C2.55516 15.7701 2.29516 15.9101 2.06516 16.0001C0.325156 16.6701 1.43516 14.8101 1.82516 14.1601C1.89516 14.0401 2.34516 13.3901 2.35516 13.3401C2.35516 13.2401 0.955156 12.2501 0.795156 12.0901L1.45516 11.1401L3.72516 11.5401C5.13516 9.74014 6.69516 8.07014 8.22516 6.38014L0.785156 2.13014L1.72516 1.18014L6.14516 2.16014L7.72516 2.50014C7.86516 2.54014 8.01516 2.57014 8.15516 2.61014C8.79516 2.76014 9.41516 2.91014 10.0352 3.04014L11.1752 3.28014C12.0252 2.51014 12.6852 1.58014 13.7252 1.05014C14.4952 0.660144 16.3252 0.000143588 16.7152 1.15014C16.9952 1.97014 16.4352 3.30014 15.9852 4.00014C15.4752 4.79014 14.6452 5.40014 14.0152 6.10014L14.2552 7.25014H14.2452Z",fill:e})}),"PlaneIcon");var m0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M8.93797 6.3098L16.198 10.2298L14.178 14.6598C14.108 14.7198 13.878 14.6798 13.768 14.6998C12.948 14.8098 12.098 15.9798 11.338 15.9798C10.578 15.9798 9.73797 14.7998 8.93797 14.7198L8.91797 8.2998C8.82797 8.0098 8.42797 8.0698 8.41797 8.3798V14.7198C7.59797 14.8098 6.72797 16.0298 5.94797 15.9798C5.21797 15.9298 4.41797 14.8398 3.60797 14.6998C3.49797 14.6798 3.29797 14.6998 3.23797 14.6498L1.16797 10.2798L8.41797 6.2998V7.4098C8.41797 7.6298 8.93797 7.6298 8.93797 7.4098V6.2998V6.3098Z",fill:e}),jsxRuntime.jsx("path",{d:"M13.7079 5.05V8.28C13.6179 8.26 13.5279 8.21 13.4479 8.17C11.8479 7.33 10.2779 6.42 8.68795 5.58C6.99795 6.46 5.34795 7.43 3.64795 8.28V5.05C5.34795 4.49 7.00795 3.83 8.69795 3.25L13.7179 5.05H13.7079ZM6.79795 4.86C6.72795 4.86 5.99795 5.14 5.94795 5.17C5.75795 5.32 5.87795 5.65 6.16795 5.62C6.24795 5.62 6.91795 5.37 6.97795 5.33C7.17795 5.17 7.05795 4.83 6.79795 4.86ZM10.4779 4.86C10.2479 4.89 10.1679 5.2 10.3779 5.34C10.4579 5.39 11.0279 5.61 11.1279 5.62C11.4579 5.67 11.5979 5.36 11.3779 5.18C11.3079 5.13 10.5479 4.86 10.4779 4.86ZM5.34795 5.44C5.26795 5.46 4.62795 5.7 4.58795 5.74C4.38795 5.92 4.54795 6.22 4.80795 6.19C4.89795 6.18 5.59795 5.92 5.64795 5.87C5.84795 5.69 5.66795 5.38 5.34795 5.44ZM11.6879 5.48C11.5379 5.6 11.6079 5.83 11.7679 5.92C11.8579 5.97 12.4179 6.17 12.5079 6.18C12.8479 6.22 12.9179 5.86 12.7079 5.72C12.6279 5.67 12.0779 5.46 11.9879 5.44C11.8979 5.43 11.7679 5.42 11.6979 5.47L11.6879 5.48Z",fill:e}),jsxRuntime.jsx("path",{d:"M9.57832 0.5V3.02L8.66832 2.69L7.77832 3.02V0.5H9.57832Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.19799 16.5001L6.54799 16.3901C7.23799 16.1701 7.99799 15.1801 8.72799 15.2101C9.41799 15.2401 10.138 16.1801 10.808 16.3901L11.158 16.5001H6.18799H6.19799Z",fill:e}),jsxRuntime.jsx("path",{d:"M0.868164 16.4998L1.21816 16.3898C1.85816 16.1398 2.67816 15.2398 3.29816 15.2098C3.91816 15.1798 4.66816 15.9898 5.22816 16.2798L5.79816 16.4998H0.868164Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.5481 16.4998L12.1181 16.2798C12.6781 15.9898 13.4281 15.1798 14.0481 15.2098C14.6681 15.2398 15.4881 16.1298 16.1281 16.3898L16.4781 16.4998H11.5381H11.5481Z",fill:e})]}),"ShipIcon");var S0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsx("svg",{viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:jsxRuntime.jsx("path",{d:"M16 0.5V11.68L11.19 16.49H0V0.5H16ZM14.49 2.01H1.51V14.98H10.21V10.7H14.5V2.01H14.49ZM13.45 12.09H11.59V13.94L13.45 12.09Z",fill:e})}),"FileIcon");var w0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M14.2026 11.7603C14.1126 11.7203 14.0426 11.6803 13.9726 11.6503C13.3326 11.2203 12.9126 10.4803 12.8726 9.68029C12.8326 8.92029 13.1326 8.22029 13.7026 7.75029C13.7926 7.67029 13.8926 7.62029 13.9826 7.57029C14.1726 7.46029 14.3726 7.33029 14.4126 7.12029C14.4526 6.94029 14.3726 6.75029 14.1826 6.51029C13.5226 5.66029 12.3526 5.12029 11.2026 5.12029C11.1226 5.12029 11.0526 5.12029 10.9626 5.13029C10.5226 5.16029 10.1426 5.28029 9.77263 5.40029C9.40263 5.53029 9.05263 5.64029 8.66263 5.64029C8.48263 5.64029 8.31263 5.61029 8.12263 5.56029C7.89263 5.50029 7.68263 5.43029 7.49263 5.37029C6.92263 5.19029 6.43263 5.05029 5.91263 5.05029C5.35263 5.05029 4.80263 5.21029 4.17263 5.59029C2.91263 6.33029 2.19263 7.63029 2.09263 9.35029C1.96263 11.7903 3.16263 14.6003 4.89263 15.9103C5.39263 16.3003 5.86263 16.4803 6.34263 16.4803C6.74263 16.4803 7.10263 16.3503 7.46263 16.2303C7.85263 16.0903 8.24263 15.9503 8.71263 15.9503C8.77263 15.9503 8.84263 15.9503 8.91263 15.9603C9.20263 15.9903 9.47263 16.0903 9.76263 16.2103C10.0126 16.3103 10.2826 16.4203 10.5826 16.4603C10.6826 16.4703 10.7826 16.4903 10.8826 16.4903C11.5426 16.4903 12.1326 16.2403 12.6826 15.7203C13.2726 15.1503 14.0026 14.0703 14.4226 13.2603C14.7226 12.6703 14.7926 12.4903 14.8026 12.4003C14.8326 12.0503 14.4526 11.8703 14.1826 11.7403L14.2026 11.7603ZM5.44263 15.0203C4.08263 13.8703 2.85263 11.1303 3.18263 8.89029C3.32263 8.02029 3.74263 6.88029 5.05263 6.32029C5.38263 6.18029 5.69263 6.12029 6.02263 6.12029C6.47263 6.12029 6.88263 6.25029 7.31263 6.38029C7.78263 6.53029 8.24263 6.70029 8.80263 6.70029C8.93263 6.70029 9.04263 6.69029 9.17263 6.67029C9.41263 6.64029 9.62263 6.56029 9.84263 6.47029C9.95263 6.43029 10.0826 6.38029 10.1926 6.34029C10.5726 6.24029 10.9326 6.19029 11.2626 6.19029C11.9826 6.19029 12.6026 6.42029 13.1126 6.88029C12.2426 7.54029 11.7726 8.55029 11.8226 9.68029C11.8826 10.9003 12.5526 12.0103 13.5726 12.6503C13.2026 13.3303 12.7626 14.0903 12.1926 14.7203C11.7226 15.2403 11.3426 15.4503 10.9226 15.4503C10.7726 15.4503 10.6226 15.4203 10.4726 15.3703C10.2326 15.2903 10.0426 15.2303 9.88263 15.1703C9.49263 15.0203 9.19263 14.9203 8.68263 14.9203C8.54263 14.9203 8.38263 14.9203 8.19263 14.9503C7.79263 15.0003 7.46263 15.1303 7.16263 15.2403C6.88263 15.3403 6.63263 15.4403 6.37263 15.4403C6.08263 15.4403 5.78263 15.3003 5.45263 15.0203H5.44263Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.9426 0.500234C10.8826 0.500234 10.8326 0.510234 10.7526 0.510234C9.89258 0.620234 9.01258 1.17023 8.39258 1.96023C7.82258 2.70023 7.57258 3.54023 7.68258 4.31023C7.71258 4.51023 7.83258 4.85023 8.37258 4.85023C8.57258 4.85023 8.77258 4.80023 8.94258 4.77023C10.4026 4.44023 11.6926 2.64023 11.5426 1.12023C11.5126 0.850234 11.4126 0.490234 10.9326 0.490234L10.9426 0.500234ZM8.73258 3.73023C8.87258 2.80023 9.56258 1.98023 10.4726 1.69023C10.2926 2.61023 9.65258 3.52023 8.73258 3.73023Z",fill:e})]}),"IosIcon");var v0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M13.0054 7.9201C12.9254 7.0301 12.1654 6.2901 11.2454 6.1901C10.7254 6.1301 9.84544 6.1001 8.87544 6.1001C7.95544 6.1001 7.12544 6.1301 6.62544 6.1801C5.60544 6.2801 4.88544 7.0501 4.80544 8.1201C4.73544 9.0901 4.70544 11.0701 4.82544 11.9701C4.93544 12.7301 5.47544 13.3501 6.23544 13.6001C6.24544 13.7801 6.23544 13.9801 6.22544 14.1901C6.19544 15.0901 6.13544 16.4401 7.40544 16.5001H7.49544C7.86544 16.5001 8.15544 16.3901 8.36544 16.1701C8.78544 15.7401 8.76544 14.9901 8.74544 14.3301C8.73544 14.0201 8.72544 13.7301 8.81544 13.6501H9.07544V15.4301C9.07544 15.6001 9.35544 16.0501 9.38544 16.1001C9.60544 16.3601 9.93544 16.5001 10.3054 16.5001C10.8554 16.5001 11.4654 16.1701 11.5754 15.5401C11.6054 15.3601 11.5854 14.8901 11.5754 14.4301C11.5654 14.1401 11.5554 13.7601 11.5454 13.6101C12.3654 13.3401 12.9254 12.6901 13.0054 11.9101C13.0954 10.9101 13.0954 8.9401 13.0054 7.9201ZM7.65544 15.3401C7.65544 15.3401 7.57544 15.4001 7.49544 15.4001C7.42544 15.4001 7.37544 15.3701 7.35544 15.3101C7.30544 15.1201 7.28544 13.7401 7.23544 13.6601C7.24544 13.6601 7.27544 13.6501 7.39544 13.6501H7.65544V15.3401ZM10.0854 13.6601C10.0854 13.6601 10.1154 13.6501 10.2354 13.6501H10.4954V15.3401C10.4954 15.3401 10.4154 15.4001 10.3354 15.4001C10.2654 15.4001 10.2154 15.3701 10.1954 15.3101C10.1454 15.1201 10.1254 13.7401 10.0854 13.6601ZM11.9154 11.7301C11.8654 12.2101 11.5554 12.5301 11.0854 12.5701C10.7554 12.6001 10.5154 12.6301 10.0954 12.6101C9.65544 12.5901 9.42544 12.5801 9.25544 12.5801C8.46544 12.5701 8.27544 12.6601 7.56544 12.6401C7.35544 12.6401 7.05544 12.6201 6.69544 12.5801C6.20544 12.4801 5.94544 12.1801 5.89544 11.6701C5.81544 10.8601 5.80544 8.8501 5.90544 8.1201C5.95544 7.6801 6.23544 7.3701 6.57544 7.2801C6.73544 7.2601 6.96544 7.2401 7.23544 7.2301C7.36544 7.2301 7.76544 7.2001 8.59544 7.1801C9.55544 7.1701 9.25544 7.2001 10.1054 7.1801C10.2354 7.1801 10.6054 7.1801 11.0754 7.2501C11.4554 7.3201 11.6354 7.3901 11.7554 7.5301C11.9054 7.7101 11.9154 7.9201 11.9154 8.0301C11.9654 9.1101 12.0754 10.2301 11.9154 11.7201V11.7301Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.3952 1.66C10.7352 0.92 9.82522 0.5 8.90522 0.5C8.79522 0.5 8.68522 0.51 8.57522 0.52C6.96522 0.7 5.62522 2.14 5.52522 3.8C5.46522 4.69 5.92522 5.7 6.87522 5.84C7.35522 5.9 8.22522 5.91 8.70522 5.91C9.51522 5.91 10.3452 5.89 10.8052 5.85C11.5552 5.78 12.1952 5.14 12.2852 4.36C12.3952 3.41 12.0752 2.42 11.3952 1.66ZM8.98522 4.82C8.28522 4.82 7.56522 4.8 7.19522 4.76C6.94522 4.73 6.78522 4.63 6.70522 4.45C6.47522 3.97 6.76522 3.09 7.05522 2.64C7.42522 2.06 8.13522 1.64 8.81522 1.6H8.91522C9.81522 1.6 10.7352 2.27 11.0452 3.17C11.1852 3.6 11.2852 4.21 11.0852 4.53C11.0052 4.66 10.8752 4.74 10.6852 4.76C10.3252 4.8 9.66522 4.82 8.98522 4.82Z",fill:e}),jsxRuntime.jsx("path",{d:"M4.45531 7.78014C4.34531 7.26014 3.84531 6.89014 3.23531 6.89014C2.87531 6.89014 2.54531 7.02014 2.32531 7.24014C2.13531 7.43014 1.99531 7.80014 1.97531 8.05014C1.90531 8.62014 1.88531 10.6801 1.98531 11.2701C2.11531 11.9401 2.70531 12.2401 3.23531 12.2401C3.87531 12.2401 4.38531 11.8401 4.46531 11.2701C4.54531 10.7801 4.55531 8.25014 4.45531 7.78014ZM3.24531 7.98014C3.24531 7.98014 3.37531 7.98014 3.39531 8.17014C3.45531 8.71014 3.46531 10.5401 3.38531 11.0001C3.37531 11.1101 3.31531 11.1701 3.25531 11.1701C3.16531 11.1701 3.07531 11.0701 3.05531 10.8301C3.00531 10.2601 2.97531 8.71014 3.05531 8.18014C3.07531 8.09014 3.15531 7.99014 3.20531 7.98014H3.24531Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.8355 7.99014C15.7655 7.34014 15.2555 6.89014 14.5955 6.89014C14.5255 6.89014 14.4455 6.89014 14.3655 6.91014C13.8555 6.99014 13.4355 7.38014 13.3555 7.85014C13.2455 8.46014 13.2755 10.5401 13.3355 11.1401C13.4155 11.9001 14.0255 12.2401 14.5955 12.2401C15.2055 12.2401 15.7155 11.8701 15.8155 11.3401C15.9255 10.8001 15.9055 8.57014 15.8355 7.99014ZM14.6055 7.99014C14.6755 7.99014 14.7355 7.99014 14.7555 8.17014C14.8155 8.71014 14.8255 10.5501 14.7555 11.0001C14.7355 11.1101 14.6855 11.1601 14.6055 11.1601C14.5255 11.1601 14.4355 11.1101 14.4155 10.9501C14.3455 10.3601 14.3555 8.73014 14.4255 8.18014C14.4455 8.00014 14.4655 8.00014 14.5555 7.99014H14.6055Z",fill:e})]}),"AndroidIcon");var k0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M15.9805 6.96004V6.61004C16.0005 5.75004 15.9805 4.88004 15.9805 4.03004C15.9605 3.03004 15.9505 2.04004 15.9605 1.02004C15.9305 0.740039 15.7005 0.540039 15.3305 0.540039C15.3105 0.540039 7.92049 2.02004 7.92049 2.02004C7.64049 2.10004 7.48049 2.18004 7.44049 2.58004C7.36049 3.45004 7.39049 4.39004 7.42049 5.30004C7.45049 6.12004 7.49049 6.98004 7.44049 7.75004C7.41049 7.96004 7.52049 8.14004 7.87049 8.31004C9.04049 8.34004 10.2205 8.34004 11.4105 8.34004C12.6905 8.34004 13.9805 8.34004 15.2405 8.32004L15.6005 8.29004C15.7005 8.24004 15.9105 8.14004 15.9505 7.85004C15.9805 7.62004 15.9805 7.27004 15.9705 6.96004H15.9805ZM14.8305 1.81004V7.21004H8.59049V3.04004L14.8305 1.81004Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.9806 10.6102V10.0502C16.0006 9.74018 16.0006 9.41018 15.9606 9.14018C15.9406 9.07018 15.9406 8.96018 15.8406 8.84018C15.7906 8.77018 15.6306 8.69018 15.5106 8.68018H7.87056C7.80056 8.68018 7.72056 8.73018 7.67056 8.76018C7.59056 8.84018 7.44056 8.97018 7.44056 9.20018C7.49056 9.99018 7.46056 10.8502 7.42056 11.6802C7.39056 12.5902 7.35056 13.5202 7.44056 14.4102C7.47056 14.8202 7.69056 14.9002 7.95056 14.9902C9.17056 15.3002 10.4706 15.5202 11.7206 15.7302C12.8906 15.9302 14.0906 16.1402 15.2406 16.4202C15.2606 16.4402 15.3906 16.4402 15.3906 16.4402C15.9706 16.4402 15.9706 15.8602 15.9706 15.4702C16.0006 13.8702 15.9906 12.2102 15.9706 10.6002L15.9806 10.6102ZM8.59056 13.9102V9.81018H14.8306V15.1602L8.59056 13.9102Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.14065 11.6202C7.11065 10.8602 7.07065 10.0702 7.12065 9.32018C7.10065 8.94018 6.87066 8.68018 6.51065 8.68018L0.470655 8.70018C0.220655 8.75018 0.0606546 9.00018 0.0406546 9.28018C0.0906546 9.81018 0.0606546 10.4202 0.0206546 11.0102C-0.00934539 11.6702 -0.0493454 12.3402 0.0406546 12.9502C0.0906546 13.3902 0.340655 13.4802 0.600655 13.5402C1.55065 13.8002 2.59065 14.0002 3.58065 14.1802C4.50065 14.3402 5.47065 14.5302 6.39065 14.7702H6.52065C6.68065 14.7702 7.06065 14.7202 7.11065 14.1402C7.19065 13.3302 7.16066 12.4602 7.13065 11.6202H7.14065ZM1.22065 12.4602V9.81018H5.94065V13.4802L1.22065 12.4602Z",fill:e}),jsxRuntime.jsx("path",{d:"M7.13046 2.83C7.06046 2.3 6.70046 2.25 6.54046 2.25C6.52046 2.25 6.36046 2.27 6.34046 2.27C5.45046 2.5 4.53046 2.68 3.61046 2.85C2.61046 3.03 1.59046 3.23 0.620459 3.49C0.290459 3.59 0.0904587 3.67 0.0604587 4.13C-0.00954127 4.74 0.0304587 5.4 0.0404587 6.02C0.0704587 6.6 0.0904587 7.17 0.0604587 7.76C0.110459 8.12 0.320459 8.34 0.690459 8.34C1.04046 8.32 1.40046 8.31 1.78046 8.31C2.34046 8.31 2.92046 8.33 3.49046 8.36C4.07046 8.38 4.64046 8.39 5.22046 8.39C5.68046 8.39 6.13046 8.39 6.55046 8.34C7.03046 8.31 7.13046 7.98 7.14046 7.67C7.09046 6.96 7.12046 6.16 7.16046 5.38C7.19046 4.52 7.24046 3.64 7.14046 2.83H7.13046ZM5.94046 3.54V7.21H1.22046V4.58L5.94046 3.54Z",fill:e})]}),"MicrosoftIcon");var E0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M13.7386 2.02034H14.8293C15.3096 2.02034 16 2.77034 16.01 3.26034V12.1703C15.97 12.6703 15.6498 13.1203 15.1995 13.3403C14.7492 13.5603 14.2989 13.4503 13.8086 13.4803C13.0181 15.7803 10.2764 16.7303 8.21513 15.3903C7.50469 14.9303 7.0344 14.2503 6.7242 13.4703H1.24078C0.590369 13.3703 0.08005 12.8603 0 12.2003V3.26034C0 2.77034 0.700438 2.02034 1.18074 2.02034H2.27142V0.300345C2.27142 0.240345 2.47154 0.0303449 2.55159 0.0203449L13.3684 0.000344886C13.4784 -0.00965511 13.7286 0.200345 13.7286 0.300345V2.02034H13.7386ZM12.848 0.880345H3.15197V2.01034H4.77298C5.40338 2.01034 6.44403 3.49035 6.90431 3.95035C6.92433 3.97035 6.93433 4.00034 6.93433 4.03034H12.858V0.880345H12.848ZM13.9887 12.5903H14.5991C14.8593 12.5903 15.1395 12.2303 15.1194 11.9803V5.53034C15.0894 5.15034 14.8793 4.95035 14.5091 4.92034H6.63415C6.54409 4.90034 6.47405 4.86034 6.41401 4.80034C5.9237 4.35035 5.48343 3.65035 5.00313 3.16035C4.83302 2.99035 4.74296 2.93035 4.50281 2.91035C3.54221 2.97035 2.49156 2.84035 1.54096 2.91035C1.15072 2.94035 0.930582 3.12034 0.890557 3.52034V12.0203C0.890557 12.2703 1.17073 12.6003 1.41088 12.6003H6.5641C6.37398 10.0903 8.61539 8.12035 11.0969 8.65034C12.8981 9.04035 14.1588 10.7603 13.9987 12.6003L13.9887 12.5903ZM15.1194 4.12034V3.41035C15.1194 3.20035 14.8093 2.89035 14.5991 2.89035H13.7286V4.02034H14.8193C14.8193 4.02034 15.0994 4.14035 15.1194 4.11034V4.12034ZM10.1363 9.45035C7.91495 9.55035 6.67417 12.1003 7.97498 13.9203C9.13571 15.5603 11.6573 15.4603 12.6879 13.7303C13.8386 11.8003 12.3877 9.35034 10.1363 9.45035Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.07172 9.07031H4.83345C5.28373 9.19031 5.29373 9.82031 4.83345 9.94031H2.09173C1.65146 9.81031 1.63145 9.22031 2.06171 9.07031H2.07172Z",fill:e}),jsxRuntime.jsx("path",{d:"M2.07172 10.8398H4.83345C5.28373 10.9598 5.29373 11.5898 4.83345 11.7098H2.09173C1.65146 11.5798 1.63145 10.9898 2.06171 10.8398H2.07172Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.1371 10.3314C10.3772 10.2814 10.6674 10.4014 10.7074 10.6614C10.7475 10.9214 10.7475 12.1214 10.7074 12.3914C10.6374 12.8414 9.90694 12.8314 9.82689 12.3914C9.78687 12.1514 9.78687 10.9014 9.82689 10.6614C9.84691 10.5314 10.007 10.3614 10.1271 10.3314H10.1371Z",fill:e}),jsxRuntime.jsx("path",{d:"M10.1372 13.3494C10.7876 13.2194 10.8976 14.0694 10.4273 14.2094C9.76694 14.4094 9.61684 13.4594 10.1372 13.3494Z",fill:e})]}),"FolderAlertIcon");var I0=t(({fill:e="currentColor",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M8.40767 2.3898C7.62079 0.918033 6.09073 0 4.41496 0C4.26924 0 4.13809 0 3.99237 0.0291439C2.50603 0.145719 1.19456 1.04918 0.495103 2.43352C-0.218923 3.84699 -0.160635 5.49363 0.669966 6.8051C1.486 8.13115 2.89947 8.91803 4.45867 8.91803C6.01787 8.91803 7.34392 8.17486 8.15995 6.93625C9.09255 5.53734 9.17998 3.84699 8.40767 2.3898ZM4.47324 8.102C3.7155 8.102 2.98691 7.86885 2.34574 7.43169C2.47689 6.68852 2.98691 6.03279 3.68636 5.77049C3.93408 5.66849 4.19638 5.62477 4.45867 5.62477C5.26013 5.62477 5.98873 6.0765 6.35303 6.79053C6.45503 6.99454 6.57161 7.37341 6.57161 7.41712C6.52789 7.46084 6.17816 7.66485 6.09073 7.70856C5.58071 7.97086 5.04155 8.102 4.47324 8.102ZM4.9104 4.6776C4.76468 4.76503 4.61896 4.80874 4.45867 4.80874C4.16723 4.80874 3.89037 4.66302 3.73008 4.40073C3.56978 4.16758 3.55521 3.87614 3.67179 3.59927C3.77379 3.36612 4.03609 3.14754 4.25467 3.1184C4.31295 3.1184 4.37124 3.1184 4.4441 3.1184C4.92498 3.1184 5.20184 3.45355 5.28927 3.74499C5.36213 4.03643 5.31842 4.42987 4.9104 4.69217V4.6776ZM7.22734 6.79053C6.97962 6.06193 6.44046 5.44991 5.69729 5.07104C6.0033 4.73588 6.16359 4.28415 6.11987 3.81785C6.07616 3.26412 5.77015 2.76867 5.2747 2.4918C5.01241 2.34608 4.73554 2.27322 4.4441 2.27322C3.81751 2.27322 3.23463 2.65209 2.95776 3.2204C2.66632 3.80328 2.73918 4.47359 3.16177 5.01275C3.16177 5.01275 3.19091 5.05647 3.23463 5.08561C2.54975 5.37705 1.96687 6.00364 1.69 6.76138C1.69 6.76138 1.67543 6.77596 1.67543 6.8051C1.63171 6.76138 1.57343 6.68853 1.51514 6.60109C0.69911 5.46448 0.582534 4.06557 1.20913 2.82696C1.85029 1.58834 3.07434 0.816029 4.42953 0.816029C4.8084 0.816029 5.20184 0.874317 5.58071 0.990893C6.77561 1.36976 7.67907 2.34608 7.98508 3.61384C8.26195 4.76503 7.98508 5.93078 7.22734 6.79053Z",fill:e}),jsxRuntime.jsx("path",{d:"M15.3874 9.29697C14.5713 7.91263 13.1433 7.08203 11.555 7.08203C11.4529 7.08203 11.3364 7.08203 11.2198 7.0966C9.52945 7.21318 8.11597 8.21864 7.44566 9.77784C6.77535 11.337 7.02308 13.0565 8.1014 14.3826C8.94657 15.4026 10.1998 16.0001 11.5258 16.0001C13.1724 16.0001 14.6151 15.1549 15.4165 13.7414C16.2034 12.3425 16.1888 10.6959 15.3874 9.29697ZM11.555 15.184C10.8992 15.184 10.258 15.0092 9.64603 14.6449C9.57317 14.6157 9.45659 14.5283 9.42745 14.5283C9.38373 14.3972 9.73346 13.6977 9.90832 13.4791C10.3163 12.9837 10.8846 12.7068 11.5112 12.7068C12.4584 12.7068 13.493 13.348 13.697 14.4554C13.1142 14.9217 12.3564 15.184 11.555 15.184ZM10.6952 11.1039C10.6661 10.7104 10.8701 10.2733 11.3801 10.1859C11.4384 10.1859 11.4967 10.1713 11.555 10.1713C12.1087 10.1713 12.371 10.623 12.3856 11.031C12.3856 11.4536 12.1378 11.8762 11.5258 11.9053C11.0012 11.9053 10.7389 11.4973 10.6952 11.1039ZM14.3091 13.8871C14.0759 13.144 13.493 12.4882 12.779 12.1822C13.1724 11.7305 13.3182 11.1039 13.1287 10.5064C12.9101 9.8507 12.3564 9.41354 11.6715 9.36983H11.555C10.8264 9.36983 10.2289 9.77784 9.98118 10.4482C9.74803 11.0456 9.87918 11.7013 10.3018 12.1822C9.60231 12.4882 9.03401 13.1148 8.75714 13.8871C7.86825 12.8234 7.64967 11.4099 8.2034 10.1276C8.78628 8.75781 10.054 7.89806 11.5112 7.89806C11.6861 7.89806 11.861 7.91263 12.0358 7.9272C13.4056 8.11664 14.5276 9.04924 14.9794 10.3899C15.4019 11.6139 15.1397 12.94 14.3091 13.8871Z",fill:e}),jsxRuntime.jsx("path",{d:"M14.2213 6.73181C14.2213 6.81924 14.163 6.87753 14.0756 6.87753H13.551C13.551 6.87753 13.4781 6.86295 13.449 6.83381C13.4198 6.80467 13.4052 6.77552 13.4052 6.73181C13.4198 5.65348 12.9972 4.61887 12.1958 3.81742C11.4089 3.03053 10.3889 2.59337 9.29596 2.59337C9.2231 2.59337 9.12109 2.52051 9.12109 2.44765V1.92306C9.12109 1.83563 9.17938 1.77734 9.26681 1.77734C10.5929 1.77734 11.8606 2.31651 12.7932 3.24911C13.7258 4.21086 14.2358 5.4349 14.2213 6.73181Z",fill:e}),jsxRuntime.jsx("path",{d:"M6.88038 13.551V14.0901C6.88038 14.0901 6.82209 14.2213 6.73466 14.2213H6.67637C5.39404 14.2358 4.15542 13.7113 3.22282 12.7641C2.29022 11.8169 1.76562 10.5491 1.76562 9.26681C1.76562 9.17938 1.83848 9.12109 1.91134 9.12109H2.43593C2.43593 9.12109 2.52337 9.13567 2.55251 9.16481C2.56708 9.19395 2.58165 9.2231 2.58165 9.26681C2.58165 10.3451 3.00424 11.3797 3.79113 12.1812C4.57801 12.9681 5.61262 13.4198 6.70552 13.4198C6.79295 13.4198 6.88038 13.4781 6.88038 13.551Z",fill:e})]}),"RelationIcon");var B0=t(({fill:e="#80A0F5",...o})=>jsxRuntime.jsxs("svg",{viewBox:"0 0 70 70",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:[jsxRuntime.jsx("path",{d:"M4.90056 13.6504C5.95056 13.476 5.95056 14.0866 6.65056 14.6099C9.88806 17.0087 14.0443 17.314 17.5443 15.2205C18.0256 14.9152 19.4693 13.6504 19.6881 13.6068C20.8693 13.4324 23.0131 15.0461 23.7568 15.9184C25.1568 17.7065 25.3318 20.4978 25.0693 22.6785C24.9381 23.856 23.9756 24.8155 22.7943 24.9464C16.2756 24.5103 8.92556 25.557 2.53806 24.9464C1.44431 24.8592 0.350563 24.0741 0.175563 22.9402C-0.0869367 21.4573 0.0880633 18.4479 0.744313 17.0523C1.40056 15.6567 3.41306 13.8685 4.94431 13.6068L4.90056 13.6504Z",fill:e}),jsxRuntime.jsx("path",{d:"M49.9618 58.4401C50.7931 58.3093 51.4931 59.4432 52.2806 59.923C55.3868 61.8856 59.5868 61.8856 62.6931 59.923C63.4806 59.4432 64.1806 58.3093 65.0118 58.4401C66.8493 58.7018 68.9931 60.708 69.6056 62.409C70.0431 63.5865 70.1743 67.1629 69.7368 68.2532C69.4306 69.0383 68.5118 69.6925 67.6806 69.7797C61.1618 69.3436 53.8118 70.3903 47.4243 69.7797C46.3306 69.6925 45.2368 68.9074 45.0618 67.7735C44.8868 66.6395 44.9743 63.7174 45.2806 62.627C45.8493 60.7953 48.0368 58.7018 49.9618 58.4401Z",fill:e}),jsxRuntime.jsx("path",{d:"M32.1562 3.83814C38.325 3.35839 44.4937 4.53596 49.9187 7.50169C50.4875 7.80699 53.1125 9.68237 53.3312 9.68237C53.4187 9.68237 54.25 9.15901 54.6437 9.02817C58.5812 7.89421 62.125 11.4269 60.9437 15.3522C60.8125 15.7447 60.2875 16.617 60.2875 16.6606C60.2875 16.8786 62.1688 19.4955 62.4313 20.0624C65.8438 26.2992 67.5937 36.5048 65.0562 43.3085C64.4437 44.9659 62.825 44.9659 62.4313 43.3085C62.7375 41.8693 63.1312 40.43 63.35 38.9472C64.1812 32.6232 62.9562 25.9067 59.675 20.4113C59.4125 20.0188 58.5812 18.536 58.1875 18.4923C57.925 18.4923 57.575 18.754 57.225 18.7976C53.4187 19.1465 50.925 16.835 51.2312 12.9534C51.2312 12.43 51.7125 11.9503 51.4062 11.5578C51.1 11.1652 48.3 9.63876 47.6875 9.33347C41.2125 6.14967 33.8625 5.58269 26.95 7.5453C25.8562 7.8506 23.5812 9.02817 22.6625 8.50481C21.7875 7.98144 22.0062 6.76026 22.8812 6.23689C24.85 5.10294 29.8812 4.05621 32.2 3.88175L32.1562 3.83814Z",fill:e}),jsxRuntime.jsx("path",{d:"M5.3366 27.4741C8.0491 26.8636 6.60535 30.7888 6.4741 32.1844C5.90535 37.9851 7.3491 44.6579 10.4116 49.5863C10.5866 49.8916 11.3303 51.1128 11.5491 51.2436C11.9866 51.5489 12.3366 51.1128 12.8178 51.0692C16.6678 50.7203 19.1178 53.0318 18.8116 56.9134C18.8116 57.3495 18.3741 57.9165 18.5491 58.2218C18.7241 58.5707 21.8303 60.3153 22.4428 60.577C27.0803 62.8013 32.6366 63.848 37.7553 63.3682C39.1553 63.2374 42.1741 61.9726 42.6116 63.848C43.0491 65.7234 38.6741 65.9414 37.4491 66.0287C31.5866 66.3776 25.7241 65.2436 20.5178 62.5396C19.9053 62.1907 16.9303 60.1844 16.7116 60.1844C16.6241 60.1844 16.1866 60.5333 15.9678 60.6206C11.5053 62.3215 7.5241 58.3963 9.2741 53.9477C9.3616 53.7296 9.7116 53.2498 9.7116 53.2062C9.7116 52.9882 7.83035 50.3713 7.56785 49.8044C4.68035 44.5271 3.45535 38.552 3.8491 32.4897C3.89285 31.6611 4.33035 28.3464 4.76785 27.8231C4.8991 27.6486 5.11785 27.5178 5.3366 27.4741Z",fill:e}),jsxRuntime.jsx("path",{d:"M11.2893 0.0856923C22.3143 -1.39717 22.3143 15.2633 11.7268 14.2165C3.41434 13.3879 3.63309 1.13242 11.2893 0.0856923Z",fill:e}),jsxRuntime.jsx("path",{d:"M56.3517 44.9207C66.4142 43.6995 67.2892 58.1793 58.3204 59.0079C48.6517 59.9238 47.7767 45.9238 56.3517 44.9207Z",fill:e})]}),"RelationPointsIcon");var u1=z0.createContext({collapsed:false,setCollapsed:t(()=>{},"setCollapsed")});var Ss=t(({defaultCollapsed:e,children:o})=>{let[r,a]=z0__default.default.useState(!!e);return jsxRuntime.jsx(G0,{$collapsed:r,children:jsxRuntime.jsx(u1.Provider,{value:{collapsed:r,setCollapsed:a},children:o})})},"Sidebar"),G0=C1.styled.aside(({theme:e,$collapsed:o})=>`
|
|
117
117
|
display: flex;
|
|
118
118
|
flex-direction: column;
|
|
119
119
|
justify-content: space-between;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
width: 65px;
|
|
148
148
|
`:""}
|
|
149
149
|
}
|
|
150
|
-
`);var
|
|
150
|
+
`);var Is=t(({active:e,icon:o,label:r,...a})=>{let{collapsed:l}=z0.useContext(u1),d="href"in a;return jsxRuntime.jsxs(A0,{title:l?r:"",as:d?"a":"button",$collapsed:l,$active:e,...a,children:[o&&jsxRuntime.jsx(o,{"aria-label":r,width:16,height:16}),jsxRuntime.jsx(Z0,{$collapsed:l,$active:e,children:r})]})},"SidebarItem"),Z0=C1__default.default.span(({$collapsed:e})=>`
|
|
151
151
|
margin-top: 2px;
|
|
152
152
|
overflow: hidden;
|
|
153
153
|
white-space: nowrap;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
width: 0;
|
|
166
166
|
}
|
|
167
167
|
`}
|
|
168
|
-
`),
|
|
168
|
+
`),A0=C1__default.default.a(({$active:e,$collapsed:o,theme:r})=>`
|
|
169
169
|
display: flex;
|
|
170
170
|
align-items: center;
|
|
171
171
|
gap: 12px;
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
flex-shrink: 0;
|
|
215
215
|
fill: currentColor;
|
|
216
216
|
}
|
|
217
|
-
`);var
|
|
217
|
+
`);var Rs=t(()=>{let{collapsed:e}=z0.useContext(u1);return jsxRuntime.jsx(O0,{$collapsed:e})},"SidebarDelimeter"),O0=C1.styled.div(({$collapsed:e,theme:o})=>`
|
|
218
218
|
min-width: 32px;
|
|
219
219
|
width: 0;
|
|
220
220
|
|
|
@@ -228,18 +228,18 @@
|
|
|
228
228
|
margin-left: 0;
|
|
229
229
|
}
|
|
230
230
|
`}
|
|
231
|
-
`);var
|
|
231
|
+
`);var Ws=t(({grow:e,shrink:o,basis:r,items:a})=>jsxRuntime.jsx(_0,{$grow:e,$shrink:o,$basis:r,children:a}),"SidebarSection"),_0=C1.styled.div(({$grow:e=0,$shrink:o=1,$basis:r="100%"})=>`
|
|
232
232
|
flex: ${e} ${o} ${r};
|
|
233
233
|
display: flex;
|
|
234
234
|
flex-direction: column;
|
|
235
235
|
gap: 1px;
|
|
236
|
-
`);var
|
|
236
|
+
`);var j0=G(C1__default.default("div")(({theme:e,$variant:o,$color:r,$weight:a="400",$style:l="initial",$ellipsis:d})=>`
|
|
237
237
|
font-size: ${e.typography.variants[o].fontSize};
|
|
238
238
|
font-weight: ${a};
|
|
239
239
|
font-style: ${l};
|
|
240
240
|
color: ${z1(e,r)||e.colors.text.main};
|
|
241
|
-
${
|
|
242
|
-
`)),
|
|
241
|
+
${d?"overflow: hidden; text-overflow: ellipsis; white-space: nowrap;":""}
|
|
242
|
+
`)),l7=t(({variant:e="body",element:o,children:r,weight:a,fontStyle:l,color:d,className:C,style:m,ellipsis:F=false,...S})=>{let P=o||(e.startsWith("h")?e:"p");return jsxRuntime.jsx(j0,{as:P,$variant:e,$weight:a,$style:l,$color:d,$ellipsis:F,className:C,style:m,...S,children:r})},"Typography");var C7=t(({children:e,width:o=220})=>jsxRuntime.jsx(K0,{$width:o,children:e}),"ListMenu"),K0=C1.styled.ul(({theme:e,$width:o})=>`
|
|
243
243
|
margin: 0;
|
|
244
244
|
padding: 20px;
|
|
245
245
|
width: ${o}px;
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
flex-direction: column;
|
|
253
253
|
justify-content: flex-start;
|
|
254
254
|
gap: 40px;
|
|
255
|
-
`);var
|
|
255
|
+
`);var v7=t(({active:e,label:o,count:r,...a})=>{return jsxRuntime.jsx(en,{$active:e,children:jsxRuntime.jsxs(on,{as:"href"in a?"a":"button",$active:e,...a,children:[o,typeof r=="number"&&jsxRuntime.jsx(tn,{$active:e,children:r})]})})},"ListMenuItem"),en=C1.styled.li(({theme:e,$active:o})=>`
|
|
256
256
|
position: relative;
|
|
257
257
|
display: flex;
|
|
258
258
|
align-items: center;
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
background-color: ${o?e.colors.primary.main:"transparent"};
|
|
275
275
|
transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out;
|
|
276
276
|
}
|
|
277
|
-
`),
|
|
277
|
+
`),on=C1.styled.a(({theme:e,$active:o})=>`
|
|
278
278
|
display: inline-block;
|
|
279
279
|
|
|
280
280
|
padding: 8px 10px;
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
|
|
302
302
|
&:hover {
|
|
303
303
|
color: ${e.colors.primary.main};
|
|
304
|
-
}`),
|
|
304
|
+
}`),tn=C1.styled.span(({theme:e,$active:o})=>`
|
|
305
305
|
margin-left: 8px;
|
|
306
306
|
padding: 2px 4px;
|
|
307
307
|
border-radius: 4px;
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
color: inherit;
|
|
310
310
|
line-height: 1.5;
|
|
311
311
|
transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
312
|
-
`);var
|
|
312
|
+
`);var I7=t(({title:e,items:o})=>jsxRuntime.jsxs("li",{children:[!!e&&jsxRuntime.jsx(nn,{children:e}),jsxRuntime.jsx(an,{children:o})]}),"ListMenuSection"),nn=C1.styled.h2(({theme:e})=>`
|
|
313
313
|
margin: 0 0 15px 0;
|
|
314
314
|
width: 100%;
|
|
315
315
|
padding: 0;
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
text-align: left;
|
|
326
326
|
text-transform: uppercase;
|
|
327
327
|
color: ${e.colors.text.lighter};
|
|
328
|
-
`),
|
|
328
|
+
`),an=C1.styled.ul(({theme:e})=>`
|
|
329
329
|
margin: 0;
|
|
330
330
|
padding: 0;
|
|
331
331
|
width: 180px;
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
height: 100%;
|
|
341
341
|
background-color: ${e.colors.stroke.light};
|
|
342
342
|
}
|
|
343
|
-
`);var
|
|
343
|
+
`);var H7=t(({children:e})=>jsxRuntime.jsx(dn,{children:e}),"Header"),dn=C1.styled.header(({theme:e})=>`
|
|
344
344
|
display: flex;
|
|
345
345
|
position: sticky;
|
|
346
346
|
top: 0;
|
|
@@ -364,10 +364,10 @@
|
|
|
364
364
|
transform: translateY(-100%);
|
|
365
365
|
background: ${e.colors.background};
|
|
366
366
|
}
|
|
367
|
-
`);var
|
|
367
|
+
`);var _7=t(()=>jsxRuntime.jsx(gn,{}),"HeaderDelimeter"),gn=C1.styled.div(({theme:e})=>`
|
|
368
368
|
height: 32px;
|
|
369
369
|
border-right: 1px dashed ${e.colors.stroke.main};
|
|
370
|
-
`);var
|
|
370
|
+
`);var K7=t(({grow:e,shrink:o,basis:r,justify:a,children:l})=>jsxRuntime.jsx(hn,{$grow:e,$shrink:o,$basis:r,$justify:a,children:l}),"HeaderSection"),hn=C1.styled.section(({$grow:e=1,$shrink:o=1,$basis:r="100%",$justify:a="space-between"})=>`
|
|
371
371
|
display: flex;
|
|
372
372
|
align-items: center;
|
|
373
373
|
justify-content: ${a};
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
flex-grow: ${e};
|
|
376
376
|
flex-shrink: ${o};
|
|
377
377
|
flex-basis: ${r};
|
|
378
|
-
`);var
|
|
378
|
+
`);var Oe=C1.styled.tr``;var it=C1.styled.th(({theme:e})=>`
|
|
379
379
|
padding-top: 15px;
|
|
380
380
|
padding-bottom: 10px;
|
|
381
381
|
padding-right: 15px;
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
text-align: left;
|
|
393
393
|
line-height: 1.5;
|
|
394
394
|
color: ${e.colors.text.main};
|
|
395
|
-
`),
|
|
395
|
+
`),at=C1.styled.td(({theme:e})=>`
|
|
396
396
|
padding-block: 15px;
|
|
397
397
|
padding-right: 15px;
|
|
398
398
|
:not(:first-of-type) {
|
|
@@ -408,21 +408,21 @@
|
|
|
408
408
|
text-align: left;
|
|
409
409
|
line-height: 1.5;
|
|
410
410
|
color: ${e.colors.text.main};
|
|
411
|
-
`);var
|
|
411
|
+
`);var S8=t(({columns:e,rowCount:o,renderCell:r,renderHeaderCell:a,rowIds:l})=>{let d=e.length,C=z0.useMemo(()=>{let m=[];for(let F=0;F<o;F++){m[F]=[];for(let S=0;S<d;S++)m[F][S]=r({rowIndex:F,cellIndex:S,columnId:e[S].id});}return m},[o,d,e,r]);return jsxRuntime.jsxs(xn,{children:[jsxRuntime.jsx(Sn,{children:jsxRuntime.jsx(Oe,{children:e.map(({id:m,title:F,width:S})=>jsxRuntime.jsx(it,{style:{width:S},children:a({title:F,columnId:m})},m))})}),jsxRuntime.jsx("tbody",{children:C.map((m,F)=>jsxRuntime.jsx(Oe,{id:l?l[F]:`row-${F}`,children:m.map((S,P)=>jsxRuntime.jsx(at,{className:e[P]?.className,children:S},`cell-${P}`))},`row-${F}`))})]})},"Table"),xn=C1.styled.table`
|
|
412
412
|
width: 100%;
|
|
413
413
|
border-spacing: 0;
|
|
414
414
|
table-layout: fixed;
|
|
415
|
-
`,
|
|
415
|
+
`,Sn=C1.styled.thead(({theme:e})=>`
|
|
416
416
|
background-color: ${e.colors.background};
|
|
417
417
|
position: sticky;
|
|
418
418
|
top: 0;
|
|
419
419
|
z-index: 1;
|
|
420
|
-
`);var
|
|
420
|
+
`);var yn=9,ct=2,M1=5,pt=1,re="...",L8=t(({total_items:e,limit:o,offset:r,onChangePage:a})=>{let l=z0.useMemo(()=>r?r/o+1:1,[o,r]),d=Math.ceil(e/o),C=z0.useMemo(()=>{let S=[];if(d<=yn)for(let P=1;P<=d;P+=1)S.push(P);else {let I=d;if(S.push(1),l<=M1){for(let V=2;V<=M1+2;V+=1)S.push(V);S.push(re,I);}else if(l>M1&&l<I-M1){S.push(re);for(let V=l-ct;V<=l+ct;V+=1)S.push(V);S.push(re,I);}else {S.push(re);for(let V=I-M1-1;V<=I;V+=1)S.push(V);}}return S},[l,d]),m=z0.useCallback(S=>typeof S=="string"||S===l,[l]),F=z0.useCallback(S=>{m(S)||a(S);},[a,m]);return jsxRuntime.jsxs(Fn,{children:[jsxRuntime.jsx(We,{"aria-label":"previous page",onClick:()=>F(l-pt),disabled:l===1,children:jsxRuntime.jsx(ke,{})}),jsxRuntime.jsx(vn,{children:C.map((S,P)=>jsxRuntime.jsx("li",{children:jsxRuntime.jsx(We,{$current:S===l,onClick:()=>F(S),children:S})},`pagination-${S}-${P}`))}),jsxRuntime.jsx(We,{"aria-label":"next page",onClick:()=>F(l+pt),disabled:!e||l===d,children:jsxRuntime.jsx(Pe,{})})]})},"Pagination"),vn=C1.styled.div`
|
|
421
421
|
list-style: none;
|
|
422
422
|
padding: 0;
|
|
423
423
|
display: flex;
|
|
424
424
|
gap: 6px;
|
|
425
|
-
`,
|
|
425
|
+
`,We=C1.styled.button(({theme:e,$current:o})=>`
|
|
426
426
|
font-family: ${e.typography.fontFamily};
|
|
427
427
|
background-color: ${o?e.colors.primary.main:e.colors.background};
|
|
428
428
|
color: ${o?e.colors.background:e.colors.text.main};
|
|
@@ -445,23 +445,26 @@
|
|
|
445
445
|
background-color: ${e.colors.primary.light};
|
|
446
446
|
}
|
|
447
447
|
transition: background-color 0.3s ease-in-out;
|
|
448
|
-
`),
|
|
448
|
+
`),Fn=C1.styled.div`
|
|
449
449
|
display: flex;
|
|
450
450
|
align-items: center;
|
|
451
451
|
justify-content: flex-end;
|
|
452
452
|
gap: 6px;
|
|
453
|
-
`;var
|
|
454
|
-
|
|
453
|
+
`;var ut=t(({isOpen:e,onClickOutside:o,onClick:r,anchor:a,size:l="medium",disabled:d,fullWidth:C,className:m,positions:F=["bottom"],align:S="start",children:P,hasBorder:I=true,maxHeight:V=500,matchAnchorWidth:q=false})=>{let[i,U]=z0.useState(0),J=z0.useRef(null),X=C1.useTheme();return z0.useLayoutEffect(()=>{J.current&&U(J.current.offsetWidth);},[q]),jsxRuntime.jsx(reactTinyPopover.Popover,{padding:X.contextMenu.padding,isOpen:e,positions:F,align:S,onClickOutside:o,content:P,ref:J,containerStyle:{backgroundColor:X.colors.background,border:`1px solid ${X.colors.stroke.light}`,boxShadow:"0px 0px 10px 0px rgba(0, 0, 0, 0.25)",borderRadius:"5px",overflow:"auto",maxHeight:`${V}px`,zIndex:"9999",width:i&&q?`${i}px`:void 0},children:jsxRuntime.jsxs(Vn,{onClick:r,$disabled:d,$fullWidth:C,$size:l,className:m,type:"button",disabled:d,$hasBorder:I,children:[jsxRuntime.jsx(Bn,{children:a}),e?jsxRuntime.jsx(Ze,{width:X.contextMenu.icon.size,height:X.contextMenu.icon.size}):jsxRuntime.jsx(Re,{width:X.contextMenu.icon.size,height:X.contextMenu.icon.size})]})})},"ContextMenu"),Bn=C1.styled.div`
|
|
454
|
+
flex-grow: 1;
|
|
455
|
+
text-align: start;
|
|
456
|
+
`,Vn=C1.styled.button`
|
|
457
|
+
${({$size:e,$disabled:o,$fullWidth:r,theme:a,$hasBorder:l})=>{let d=n1(a,e);return `
|
|
455
458
|
background: ${a.contextMenu.button.default.background};
|
|
456
459
|
color: ${a.contextMenu.button.default.text};
|
|
457
460
|
border-color: ${l?a.contextMenu.button.default.border:"transparent"};
|
|
458
461
|
box-shadow: ${a.contextMenu.button.default.boxShadow};
|
|
459
|
-
font-size: ${
|
|
460
|
-
gap: ${
|
|
461
|
-
padding-block: ${
|
|
462
|
-
padding-inline: ${
|
|
463
|
-
border-radius: ${
|
|
464
|
-
border-width: ${
|
|
462
|
+
font-size: ${d.fontSize};
|
|
463
|
+
gap: ${d.gap};
|
|
464
|
+
padding-block: ${d.paddingBlock};
|
|
465
|
+
padding-inline: ${d.paddingInline};
|
|
466
|
+
border-radius: ${d.borderRadius};
|
|
467
|
+
border-width: ${d.borderWidth};
|
|
465
468
|
border-style: solid;
|
|
466
469
|
width: ${r?"100%":"auto"};
|
|
467
470
|
cursor: ${o?"not-allowed":"pointer"};
|
|
@@ -496,25 +499,34 @@
|
|
|
496
499
|
}
|
|
497
500
|
|
|
498
501
|
`}}
|
|
499
|
-
`;var
|
|
502
|
+
`;var el=C1.styled.div(({theme:e})=>`
|
|
500
503
|
margin-inline: ${e.contextMenu.delimeter.marginInline};
|
|
501
504
|
margin-block: ${e.contextMenu.delimeter.marginBlock};
|
|
502
505
|
border-top-width: ${e.contextMenu.delimeter.thickness};
|
|
503
506
|
border-top-style: ${e.contextMenu.delimeter.style};
|
|
504
507
|
border-top-color: ${e.contextMenu.delimeter.color};
|
|
505
|
-
`);var
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
${
|
|
508
|
+
`);var bt=t(()=>{let[e,o]=z0.useState(false);return {isOpen:e,toggleMenu:t(()=>{o(d=>!d);},"toggleMenu"),closeMenu:t(()=>{o(false);},"closeMenu"),openMenu:t(()=>{o(true);},"openMenu")}},"useContextMenuControl");var Cl=t(({options:e,selected:o,onSelect:r,placeholder:a,disabled:l=false,positions:d=["bottom"],align:C="start",size:m="small",hasBorder:F=true,maxHeight:S,matchAnchorWidth:P=true,isSearchable:I=false,...V})=>{let[q,i]=z0.useState(false),[U,J]=z0.useState(""),X=z0.useMemo(()=>{if(!I)return e;let W=U?.trim().toLocaleLowerCase()||"";return e.filter(({value:fe,inputDisplay:Ce})=>String(Ce||fe).toLocaleLowerCase().includes(W))},[e,U,I]),he=z0.useCallback(()=>{l||i(W=>!W);},[]),D="noOptionsMessage"in V?V.noOptionsMessage:"",$="inputPlaceholder"in V?V.inputPlaceholder:"";return jsxRuntime.jsx(ut,{isOpen:q,onClickOutside:()=>i(false),onClick:he,disabled:l,anchor:I&&q?jsxRuntime.jsx(Zn,{type:"text",value:U,onChange:W=>J(W.target.value),placeholder:$,autoFocus:true,onClick:W=>W.stopPropagation(),$size:m}):o?e.find(W=>W.value===o)?.inputDisplay||o:a,fullWidth:true,positions:d,align:C,size:m,hasBorder:F,maxHeight:S,matchAnchorWidth:P,children:jsxRuntime.jsxs(Hn,{children:[X.map(W=>jsxRuntime.jsx(ft,{onClick:()=>{r(W.value),I&&J(""),i(false);},type:"button",$selected:W.value===o,disabled:l,$size:m,children:W.inputDisplay||W.value},W.value)),!X.length&&jsxRuntime.jsx(An,{$size:m,children:D})]})})},"Select"),Zn=C1.styled.input(({theme:e,$size:o})=>`
|
|
509
|
+
outline: none;
|
|
510
|
+
border: none;
|
|
511
|
+
padding: 0;
|
|
512
|
+
background: transparent;
|
|
513
|
+
width: 100%;
|
|
514
|
+
font-size: ${e.button.sizes[o].fontSize};
|
|
515
|
+
color: ${e.colors.text.main};
|
|
516
|
+
`),An=C1.styled.p(({theme:e,$size:o})=>`
|
|
517
|
+
padding-block: ${e.select.padding};
|
|
518
|
+
padding-inline: ${e.button.sizes[o].paddingInline};
|
|
519
|
+
font-size: ${e.button.sizes[o].fontSize};
|
|
520
|
+
color: ${e.colors.text.main};
|
|
521
|
+
white-space: pre-line;
|
|
522
|
+
word-break: break-word;
|
|
523
|
+
`),ft=C1.styled.button`
|
|
524
|
+
${({theme:e,$size:o,$selected:r})=>{let a=n1(e,o);return `
|
|
513
525
|
background: ${e.select.item.default.background};
|
|
514
526
|
color: ${e.select.item.default.text};
|
|
515
527
|
font-size: ${a.fontSize};
|
|
516
528
|
gap: ${a.gap};
|
|
517
|
-
padding-block: ${
|
|
529
|
+
padding-block: ${e.select.padding};
|
|
518
530
|
padding-inline: ${a.paddingInline};
|
|
519
531
|
border-radius: ${a.borderRadius};
|
|
520
532
|
border-width: ${a.borderWidth};
|
|
@@ -544,8 +556,14 @@
|
|
|
544
556
|
cursor: not-allowed;
|
|
545
557
|
}
|
|
546
558
|
`}}
|
|
547
|
-
|
|
548
|
-
${
|
|
559
|
+
`,Hn=C1.styled.div(({theme:e})=>`
|
|
560
|
+
padding-block: ${e.select.paddingBlock};
|
|
561
|
+
padding-inline: ${e.select.paddingInline};
|
|
562
|
+
${ft}:not(:last-of-type) {
|
|
563
|
+
margin-bottom: ${e.select.margin};
|
|
564
|
+
}
|
|
565
|
+
`);var Gl=t(({size:e="small",disabled:o,className:r,positions:a=["bottom"],align:l="end",items:d})=>{let C=z0.useRef(null),{isOpen:m,closeMenu:F,toggleMenu:S}=bt(),P=C1.useTheme();return jsxRuntime.jsx(reactTinyPopover.Popover,{padding:P.contextMenu.padding,isOpen:m,positions:a,align:l,onClickOutside:F,content:jsxRuntime.jsx(_n,{children:d.map(({label:I,onClick:V,color:q},i)=>jsxRuntime.jsx(Mo,{variant:"empty",color:q,fullWidth:true,size:e,py:10,px:5,onClick:()=>{V(),F();},children:I},`row-action-${i}`))}),containerStyle:{backgroundColor:P.colors.background,border:`1px solid ${P.colors.stroke.light}`,boxShadow:"0px 0px 10px 0px rgba(0, 0, 0, 0.25)",borderRadius:"5px",zIndex:"9999"},children:jsxRuntime.jsx(Yn,{ref:C,onClick:S,$disabled:o,$size:e,className:r,type:"button",disabled:o,children:jsxRuntime.jsx(Ge,{width:P.rowActionsMenu.icon.size,height:P.rowActionsMenu.icon.size})})})},"RowActionsMenu"),Yn=C1.styled.button`
|
|
566
|
+
${({$size:e,$disabled:o,theme:r})=>{let a=n1(r,e);return `
|
|
549
567
|
background: ${r.rowActionsMenu.button.default.background};
|
|
550
568
|
color: ${r.rowActionsMenu.button.default.text};
|
|
551
569
|
border: none;
|
|
@@ -579,7 +597,7 @@
|
|
|
579
597
|
}
|
|
580
598
|
|
|
581
599
|
`}}
|
|
582
|
-
`,
|
|
600
|
+
`,_n=C1.styled.div(({theme:e})=>`
|
|
583
601
|
padding: 5px 10px;
|
|
584
602
|
display: flex;
|
|
585
603
|
flex-direction: column;
|
|
@@ -600,11 +618,12 @@
|
|
|
600
618
|
background-color: ${e.rowActionsMenu.delimiterColor};
|
|
601
619
|
}
|
|
602
620
|
}
|
|
603
|
-
`);var
|
|
621
|
+
`);var Ql=z0.forwardRef(t(function({error:o,append:r,prepend:a,size:l="small",variant:d="outlined",multiline:C,disabled:m,className:F,...S},P){return jsxRuntime.jsxs(e2,{$align:C?"flex-start":"center",className:F,$error:o,$size:l,$variant:d,$disabled:!!m,$multiline:C,children:[!!a&&a,jsxRuntime.jsxs(Jn,{$size:l,$variant:d,children:[C?jsxRuntime.jsx(qn,{size:l,disabled:m,...S,ref:P}):jsxRuntime.jsx(St,{disabled:m,...S,ref:P}),!!o&&jsxRuntime.jsx(Qn,{$variant:d,children:jsxRuntime.jsx(Ae,{})})]}),!!r&&r]})},"Input")),qn=z0.forwardRef(t(function({size:o="small",disabled:r,className:a,rows:l="1",autoResize:d=false,...C},m){let[F,S]=z0.useState(Number(l)),P=z0.useRef(Number(l)),I=z0.useRef(null),V=C1.useTheme(),q=z0.useRef(So(V.input.sizes[o].lineHeight,V.baseSize)||V.baseSize);return z0.useEffect(()=>{if(I.current&&d){let i=I.current.getBoundingClientRect().height,U=Math.round(i/q.current);P.current!==U&&(P.current=U,S(U));}},[C.value]),jsxRuntime.jsxs("div",{style:{position:"relative",width:"100%"},children:[jsxRuntime.jsx(xt,{disabled:r,$autoResize:d,...C,rows:F,ref:m}),jsxRuntime.jsx(Kn,{ref:I,$size:o,style:{minHeight:q.current*Number(l)},children:(C.value||"")+"\u200B"})]})},"Input")),xt=C1.styled.textarea(({$autoResize:e})=>`
|
|
604
622
|
resize: none;
|
|
605
623
|
margin: 0;
|
|
606
624
|
display: block;
|
|
607
|
-
|
|
625
|
+
${e?"overflow: hidden;":""}
|
|
626
|
+
`),St=C1.styled.input``,Jn=C1.styled.div(({theme:e,$size:o,$variant:r})=>`
|
|
608
627
|
display: inline-flex;
|
|
609
628
|
align-items: center;
|
|
610
629
|
width: 100%;
|
|
@@ -615,7 +634,7 @@
|
|
|
615
634
|
height: ${e.input.sizes[o].iconSize};
|
|
616
635
|
}
|
|
617
636
|
|
|
618
|
-
& ${
|
|
637
|
+
& ${St}, & ${xt}{
|
|
619
638
|
font-size: ${e.input.sizes[o].fontSize};
|
|
620
639
|
color: inherit;
|
|
621
640
|
background: transparent;
|
|
@@ -640,7 +659,7 @@
|
|
|
640
659
|
outline: none;
|
|
641
660
|
}
|
|
642
661
|
}
|
|
643
|
-
`),
|
|
662
|
+
`),Kn=C1.styled.div(({theme:e,$size:o})=>`
|
|
644
663
|
position: absolute;
|
|
645
664
|
top: 0;
|
|
646
665
|
left: 0;
|
|
@@ -654,53 +673,53 @@
|
|
|
654
673
|
line-height: ${e.input.sizes[o].lineHeight};
|
|
655
674
|
word-break: break-word;
|
|
656
675
|
white-space: pre-wrap;
|
|
657
|
-
`),
|
|
676
|
+
`),Qn=C1.styled.span(({theme:e,$variant:o})=>`
|
|
658
677
|
display: inline-flex;
|
|
659
678
|
flex: 0 0 auto;
|
|
660
679
|
align-items: center;
|
|
661
680
|
color: ${e.input[o].error.icon};
|
|
662
681
|
margin-right: 10px;
|
|
663
682
|
|
|
664
|
-
`),
|
|
683
|
+
`),e2=C1.styled.div(({theme:e,$align:o="center",$disabled:r,$error:a,$size:l,$variant:d,$multiline:C})=>`
|
|
665
684
|
display: inline-flex;
|
|
666
685
|
align-items: ${o};
|
|
667
686
|
width: 100%;
|
|
668
687
|
border: 1px solid;
|
|
669
688
|
border-radius: ${e.input.sizes[l].borderRadius};
|
|
670
|
-
height: ${
|
|
689
|
+
height: ${C?"auto":e.input.sizes[l].height};
|
|
671
690
|
overflow: hidden;
|
|
672
691
|
transition: all 0.2s ease;
|
|
673
692
|
|
|
674
693
|
${a?`
|
|
675
|
-
border-color: ${e.input[
|
|
676
|
-
color: ${e.input[
|
|
677
|
-
background: ${e.input[
|
|
694
|
+
border-color: ${e.input[d].error.border};
|
|
695
|
+
color: ${e.input[d].error.text};
|
|
696
|
+
background: ${e.input[d].error.background};
|
|
678
697
|
`:`
|
|
679
|
-
border-color: ${e.input[
|
|
680
|
-
color: ${e.input[
|
|
681
|
-
background: ${e.input[
|
|
698
|
+
border-color: ${e.input[d].default.border};
|
|
699
|
+
color: ${e.input[d].default.text};
|
|
700
|
+
background: ${e.input[d].default.background};
|
|
682
701
|
`}
|
|
683
702
|
|
|
684
703
|
${!r&&!a&&`
|
|
685
704
|
&:hover {
|
|
686
|
-
border-color: ${e.input[
|
|
705
|
+
border-color: ${e.input[d].focus.border};
|
|
687
706
|
}
|
|
688
707
|
|
|
689
708
|
&:focus-within {
|
|
690
|
-
border-color: ${e.input[
|
|
691
|
-
color: ${e.input[
|
|
692
|
-
background: ${e.input[
|
|
709
|
+
border-color: ${e.input[d].focus.border};
|
|
710
|
+
color: ${e.input[d].focus.text};
|
|
711
|
+
background: ${e.input[d].focus.background};
|
|
693
712
|
}
|
|
694
713
|
`}
|
|
695
714
|
|
|
696
715
|
${r&&`
|
|
697
|
-
border-color: ${e.input[
|
|
698
|
-
color: ${e.input[
|
|
699
|
-
background: ${e.input[
|
|
716
|
+
border-color: ${e.input[d].disabled.border};
|
|
717
|
+
color: ${e.input[d].disabled.text};
|
|
718
|
+
background: ${e.input[d].disabled.background};
|
|
700
719
|
cursor: not-allowed;
|
|
701
720
|
`}
|
|
702
|
-
`);var
|
|
703
|
-
${({$direction:e,$wrap:o,$justify:r,$align:a,$alignContent:l,$gap:
|
|
721
|
+
`);var r2=z0.forwardRef(t(function({children:o,direction:r="row",wrap:a="nowrap",justify:l="flex-start",align:d="stretch",alignContent:C,gap:m,rowGap:F,columnGap:S,className:P,style:I,as:V="div",...q},i){return jsxRuntime.jsx(i2,{as:V,$direction:r,$wrap:a,$justify:l,$align:d,$alignContent:C,$gap:m,$rowGap:F,$columnGap:S,className:P,style:I,ref:i,...q,children:o})},"FlexContainer")),n2=C1__default.default.div`
|
|
722
|
+
${({$direction:e,$wrap:o,$justify:r,$align:a,$alignContent:l,$gap:d,$rowGap:C,$columnGap:m})=>`
|
|
704
723
|
display: flex;
|
|
705
724
|
width: 100%;
|
|
706
725
|
min-width: 0;
|
|
@@ -709,11 +728,11 @@
|
|
|
709
728
|
justify-content: ${r};
|
|
710
729
|
align-items: ${a};
|
|
711
730
|
${l?`align-content: ${l};`:""}
|
|
712
|
-
${
|
|
713
|
-
${
|
|
731
|
+
${d!==void 0?`gap: ${typeof d=="number"?`${d}px`:d};`:""}
|
|
732
|
+
${C!==void 0?`row-gap: ${typeof C=="number"?`${C}px`:C};`:""}
|
|
714
733
|
${m!==void 0?`column-gap: ${typeof m=="number"?`${m}px`:m};`:""}
|
|
715
734
|
`}
|
|
716
|
-
`,
|
|
735
|
+
`,i2=G(n2);var l2=t(({children:e,grow:o,shrink:r,basis:a,align:l,order:d,className:C,style:m,as:F="div"})=>jsxRuntime.jsx(d2,{as:F,$grow:o,$shrink:r,$basis:a,$align:l,$order:d,className:C,style:m,children:e}),"FlexItem"),d2=C1.styled.div`
|
|
717
736
|
${({$grow:e,$shrink:o,$basis:r,$align:a,$order:l})=>`
|
|
718
737
|
min-width: 0;
|
|
719
738
|
${e!==void 0?`flex-grow: ${e};`:""}
|
|
@@ -722,19 +741,19 @@
|
|
|
722
741
|
${a?`align-self: ${a};`:""}
|
|
723
742
|
${l!==void 0?`order: ${l};`:""}
|
|
724
743
|
`}
|
|
725
|
-
`;var
|
|
726
|
-
${
|
|
727
|
-
${
|
|
744
|
+
`;var Id=t(({children:e,element:o="div",hasBorder:r=true,color:a,...l})=>jsxRuntime.jsx(g2,{as:o,$hasBorder:r,$color:a,...l,children:e}),"Box"),g2=G(C1.styled("div")(({theme:e,$hasBorder:o,$color:r,px:a=e.box.padding,py:l=e.box.padding})=>`
|
|
745
|
+
${M(e,"padding-inline",a)}
|
|
746
|
+
${M(e,"padding-block",l)}
|
|
728
747
|
border-radius: ${e.box.borderRadius};
|
|
729
748
|
background-color: ${e.box.background};
|
|
730
749
|
border-width: ${o?e.box.border.width:0};
|
|
731
750
|
border-style: ${e.box.border.style};
|
|
732
751
|
border-color: ${z1(e,r)||e.box.border.color};
|
|
733
|
-
`),{ignoreStyles:["padding-inline","padding-block"]});var
|
|
752
|
+
`),{ignoreStyles:["padding-inline","padding-block"]});var Hd=t(({direction:e="horizontal",...o})=>jsxRuntime.jsx(h2,{...o,$direction:e}),"Line"),h2=G(C1.styled.div(({theme:e,$direction:o})=>`
|
|
734
753
|
width: ${o==="horizontal"?"100%":e.line.size};
|
|
735
754
|
height: ${o==="vertical"?"100%":e.line.size};
|
|
736
755
|
background-color: ${e.line.color};
|
|
737
|
-
`));var
|
|
756
|
+
`));var jd=t(({children:e,title:o,note:r,className:a})=>jsxRuntime.jsxs(m2,{className:a,children:[!!o&&jsxRuntime.jsx("h2",{children:o}),!!r&&jsxRuntime.jsx("p",{children:r}),!!e&&e]}),"EmptyData"),m2=C1__default.default.div(({theme:e})=>`
|
|
738
757
|
display: flex;
|
|
739
758
|
width: 100%;
|
|
740
759
|
min-width: 0;
|
|
@@ -756,7 +775,7 @@
|
|
|
756
775
|
p {
|
|
757
776
|
font-size: ${e.typography.variants.h3.fontSize};
|
|
758
777
|
}
|
|
759
|
-
`);var
|
|
778
|
+
`);var dc=t(({children:e,variant:o="fill",color:r="default",className:a,disabled:l,icon:d,onClick:C,onDelete:m,...F})=>jsxRuntime.jsxs(w2,{$variant:o,$color:r,$clickable:!!C&&!l,onClick:l?void 0:C,className:a,...F,children:[!!e&&jsxRuntime.jsx(yt,{children:e}),!!m&&!l&&jsxRuntime.jsx(vt,{"aria-label":"delete",onClick:S=>{S.stopPropagation(),m();},children:jsxRuntime.jsx(He,{})})]}),"Tag"),yt=C1__default.default.span`
|
|
760
779
|
display: inline-flex;
|
|
761
780
|
align-items: center;
|
|
762
781
|
justify-content: center;
|
|
@@ -764,7 +783,7 @@
|
|
|
764
783
|
|
|
765
784
|
font-size: 14px;
|
|
766
785
|
line-height: 16px;
|
|
767
|
-
`,
|
|
786
|
+
`,vt=C1__default.default.button`
|
|
768
787
|
border: none;
|
|
769
788
|
outline: none;
|
|
770
789
|
background-color: transparent;
|
|
@@ -776,39 +795,39 @@
|
|
|
776
795
|
height: 10px;
|
|
777
796
|
fill: currentColor;
|
|
778
797
|
}
|
|
779
|
-
`,
|
|
798
|
+
`,S2=C1__default.default.div(({theme:e,$variant:o,$color:r,$clickable:a,py:l=e.tag[o].paddingBlock,px:d=e.tag[o].paddingInline})=>{let C=e.tag[o].color[r]||r;return `
|
|
780
799
|
display: inline-flex;
|
|
781
800
|
align-items: center;
|
|
782
801
|
justify-content: center;
|
|
783
802
|
min-width: 0;
|
|
784
803
|
border-width: ${e.tag[o].borderWidth};
|
|
785
804
|
border-style: solid;
|
|
786
|
-
border-color: ${
|
|
805
|
+
border-color: ${C};
|
|
787
806
|
border-radius: ${e.tag[o].borderRadius};
|
|
788
|
-
background-color: ${o==="outlined"?e.colors.background:G1(
|
|
789
|
-
color: ${
|
|
807
|
+
background-color: ${o==="outlined"?e.colors.background:G1(C,.05)};
|
|
808
|
+
color: ${C};
|
|
790
809
|
|
|
791
|
-
${
|
|
792
|
-
${
|
|
793
|
-
${
|
|
794
|
-
color: ${
|
|
810
|
+
${yt} {
|
|
811
|
+
${M(e,"padding-block",l)};
|
|
812
|
+
${M(e,"padding-inline",d)};
|
|
813
|
+
color: ${C};
|
|
795
814
|
${a?`
|
|
796
815
|
cursor: pointer;
|
|
797
816
|
transition: color 0.2s ease;
|
|
798
817
|
&:hover {
|
|
799
|
-
color: ${G1(
|
|
818
|
+
color: ${G1(C,.7)};
|
|
800
819
|
}
|
|
801
820
|
`:""}
|
|
802
821
|
}
|
|
803
|
-
${
|
|
804
|
-
${
|
|
805
|
-
${
|
|
822
|
+
${vt} {
|
|
823
|
+
${M(e,"padding-block",l)};
|
|
824
|
+
${M(e,"padding-right",d)};
|
|
806
825
|
|
|
807
826
|
&:hover {
|
|
808
|
-
color: ${G1(
|
|
827
|
+
color: ${G1(C,.7)};
|
|
809
828
|
}
|
|
810
829
|
}
|
|
811
|
-
`}),
|
|
830
|
+
`}),w2=G(S2,{ignoreStyles:["padding-block","padding-inline"]});var wc=t(({title:e,note:o,...r})=>jsxRuntime.jsxs(P2,{...r,children:[jsxRuntime.jsx(v2,{children:jsxRuntime.jsx(Fe,{})}),jsxRuntime.jsxs("div",{children:[!!e&&jsxRuntime.jsx(F2,{children:e}),!!o&&jsxRuntime.jsx(k2,{children:o})]})]}),"Alert"),v2=C1__default.default.div(({theme:{alert:e}})=>`
|
|
812
831
|
flex-shrink: 0;
|
|
813
832
|
color: ${e.color.icon};
|
|
814
833
|
padding-top: ${e.icon.paddingTop};
|
|
@@ -817,7 +836,7 @@
|
|
|
817
836
|
height: ${e.icon.height};
|
|
818
837
|
display: block;
|
|
819
838
|
}
|
|
820
|
-
`),
|
|
839
|
+
`),F2=C1__default.default.h3(({theme:{alert:e}})=>`
|
|
821
840
|
margin: 0;
|
|
822
841
|
padding: 0;
|
|
823
842
|
font-size: ${e.fontSize};
|
|
@@ -827,14 +846,14 @@
|
|
|
827
846
|
&:not(:last-child) {
|
|
828
847
|
margin-bottom: 8px;
|
|
829
848
|
}
|
|
830
|
-
`),
|
|
849
|
+
`),k2=C1__default.default.p(({theme:{alert:e}})=>`
|
|
831
850
|
margin: 0;
|
|
832
851
|
padding: 0;
|
|
833
852
|
word-break: break-word;
|
|
834
853
|
font-size: ${e.fontSize};
|
|
835
854
|
color: ${e.color.text};
|
|
836
855
|
line-height: 1.5;
|
|
837
|
-
`),
|
|
856
|
+
`),P2=G(C1__default.default.div(({theme:e,py:o=e.alert.paddingBlock,pl:r=e.alert.paddingLeft,pr:a=e.alert.paddingRight})=>`
|
|
838
857
|
display: flex;
|
|
839
858
|
align-items: flex-start;
|
|
840
859
|
justify-content: flex-start;
|
|
@@ -842,17 +861,17 @@
|
|
|
842
861
|
gap: ${e.alert.gap};
|
|
843
862
|
background-color: ${e.alert.color.background};
|
|
844
863
|
border-radius: ${e.alert.borderRadius};
|
|
845
|
-
${
|
|
846
|
-
${
|
|
847
|
-
${
|
|
848
|
-
`),{ignoreStyles:["padding-block","padding-right","padding-left"]});var
|
|
864
|
+
${M(e,"padding-block",o)};
|
|
865
|
+
${M(e,"padding-right",a)};
|
|
866
|
+
${M(e,"padding-left",r)};
|
|
867
|
+
`),{ignoreStyles:["padding-block","padding-right","padding-left"]});var Lc=t(({label:e,helpText:o,children:r,direction:a="column",size:l="small",errorText:d,fullWidth:C,...m})=>{let F=a==="row"||a==="row-reverse",S=F?m.childrenWidth||"50%":"100%";return jsxRuntime.jsxs(B2,{$size:l,$direction:a,$fullWidth:C,$isRow:F,...m,children:[!!(e||o)&&jsxRuntime.jsxs(E2,{$width:S,children:[!!e&&jsxRuntime.jsx(M2,{$size:l,children:e}),!!o&&jsxRuntime.jsx(I2,{$size:l,children:o})]}),jsxRuntime.jsxs(kt,{$width:S,children:[r,!!d&&jsxRuntime.jsx($2,{$size:l,children:d})]})]})},"Label"),kt=C1__default.default.div(({theme:e,$width:o})=>`
|
|
849
868
|
flex-basis: 100%;
|
|
850
869
|
@media (min-width: ${e.breakpoints.m}px) {
|
|
851
|
-
flex-basis: ${
|
|
870
|
+
flex-basis: ${r1(o,e.baseSize)};
|
|
852
871
|
}
|
|
853
|
-
`),
|
|
872
|
+
`),E2=C1__default.default(kt)`
|
|
854
873
|
align-self: flex-start;
|
|
855
|
-
`,
|
|
874
|
+
`,M2=C1__default.default.div(({theme:e,$size:o})=>`
|
|
856
875
|
line-height: 1.2;
|
|
857
876
|
font-weight: 500;
|
|
858
877
|
font-size: ${e.label.sizes[o].fontSize};
|
|
@@ -862,19 +881,19 @@
|
|
|
862
881
|
color: ${e.colors.primary.main};
|
|
863
882
|
}
|
|
864
883
|
|
|
865
|
-
`),
|
|
884
|
+
`),I2=C1__default.default.div(({theme:e,$size:o})=>`
|
|
866
885
|
margin-top: ${e.label.sizes[o].helpText.marginTop};
|
|
867
886
|
word-break: break-word;
|
|
868
887
|
line-height: 1.2;
|
|
869
888
|
font-size: ${e.label.sizes[o].helpText.fontSize};
|
|
870
889
|
color: ${e.label.helpTextColor};
|
|
871
|
-
`)
|
|
890
|
+
`),$2=C1__default.default.div(({theme:e,$size:o})=>`
|
|
872
891
|
margin-top: ${e.label.sizes[o].helpText.marginTop};
|
|
873
892
|
word-break: break-word;
|
|
874
893
|
line-height: 1.2;
|
|
875
894
|
font-size: ${e.label.sizes[o].helpText.fontSize};
|
|
876
895
|
color: ${e.colors.error};
|
|
877
|
-
`),
|
|
896
|
+
`),B2=G(C1__default.default.label(({theme:e,$direction:o="column",$isRow:r,$size:a,$fullWidth:l=false,mb:d=e.label.sizes[a].marginBottom})=>`
|
|
878
897
|
display: inline-flex;
|
|
879
898
|
justify-content: space-between;
|
|
880
899
|
${l?"width: 100%;":""}
|
|
@@ -887,19 +906,19 @@
|
|
|
887
906
|
}
|
|
888
907
|
|
|
889
908
|
gap: ${e.label.sizes[a].gap};
|
|
890
|
-
${
|
|
891
|
-
`),{ignoreStyles:["margin-bottom"]});var
|
|
892
|
-
width: ${
|
|
893
|
-
height: ${
|
|
894
|
-
border-radius: ${
|
|
909
|
+
${M(e,"margin-bottom",d)};
|
|
910
|
+
`),{ignoreStyles:["margin-bottom"]});var Wc=t(({label:e,className:o,disabled:r,...a})=>{let l=H1(a);return jsxRuntime.jsxs(L2,{className:o,$disabled:r,...l,children:[jsxRuntime.jsx(ce,{type:"checkbox",disabled:r,...a}),jsxRuntime.jsx(de,{}),!!e&&jsxRuntime.jsx(V2,{children:e})]})},"Checkbox"),de=C1__default.default.div(({theme:e})=>`
|
|
911
|
+
width: ${z(15)};
|
|
912
|
+
height: ${z(15)};
|
|
913
|
+
border-radius: ${z(2)};
|
|
895
914
|
border: 1px solid ${e.colors.stroke.main};
|
|
896
915
|
background-color: ${e.colors.background};
|
|
897
916
|
transition: all 0.2s ease;
|
|
898
|
-
`),
|
|
899
|
-
margin-left: ${
|
|
917
|
+
`),V2=C1__default.default.span(({theme:e})=>`
|
|
918
|
+
margin-left: ${z(5)};
|
|
900
919
|
font-size: ${e.typography.variants.h3.fontSize};
|
|
901
920
|
color: ${e.colors.text.main};
|
|
902
|
-
`),
|
|
921
|
+
`),ce=C1__default.default.input`
|
|
903
922
|
border: 0;
|
|
904
923
|
clip: rect(0 0 0 0);
|
|
905
924
|
height: 1px;
|
|
@@ -908,62 +927,62 @@
|
|
|
908
927
|
overflow: hidden;
|
|
909
928
|
padding: 0;
|
|
910
929
|
position: absolute;
|
|
911
|
-
`,
|
|
930
|
+
`,L2=G(C1__default.default.label(({theme:e,$disabled:o})=>`
|
|
912
931
|
position: relative;
|
|
913
932
|
display: flex;
|
|
914
933
|
align-items: center;
|
|
915
934
|
cursor: ${o?"not-allowed":"pointer"};
|
|
916
935
|
|
|
917
936
|
&:hover {
|
|
918
|
-
${
|
|
937
|
+
${ce}:not(:disabled) + ${de} {
|
|
919
938
|
border-color: ${e.colors.primary.main};
|
|
920
939
|
}
|
|
921
940
|
}
|
|
922
941
|
|
|
923
|
-
${
|
|
942
|
+
${ce}:checked + ${de} {
|
|
924
943
|
background-color: ${e.colors.primary.main};
|
|
925
944
|
border-color: ${e.colors.primary.main};
|
|
926
945
|
}
|
|
927
|
-
${
|
|
946
|
+
${ce}:disabled + ${de} {
|
|
928
947
|
background-color: ${e.colors.disable};
|
|
929
948
|
}
|
|
930
|
-
`));var
|
|
931
|
-
width: ${
|
|
932
|
-
height: ${
|
|
949
|
+
`));var op=t(({height:e=21,width:o="100%",direction:r="horizontal",value:a,...l})=>jsxRuntime.jsx(G2,{...l,$height:e,$value:a,$width:o,$direction:r}),"LinerProgress"),G2=G(C1.styled.div(({theme:e,$height:o,$value:r,$width:a,$direction:l})=>`
|
|
950
|
+
width: ${r1(a,e.baseSize)};
|
|
951
|
+
height: ${r1(o,e.baseSize)};
|
|
933
952
|
background-color: ${e.leanerProgress.background};
|
|
934
953
|
position: relative;
|
|
935
954
|
overflow: hidden;
|
|
936
|
-
border-radius: ${
|
|
955
|
+
border-radius: ${z(2,e.baseSize)};
|
|
937
956
|
&::after {
|
|
938
957
|
position: absolute;
|
|
939
958
|
content: '';
|
|
940
959
|
left: 0;
|
|
941
960
|
bottom: 0;
|
|
942
|
-
width: ${l==="horizontal"?`${r}%`:
|
|
961
|
+
width: ${l==="horizontal"?`${r}%`:r1(a,e.baseSize)};
|
|
943
962
|
height: ${l==="horizontal"?"100%":`${r}%`};
|
|
944
963
|
background-color: ${e.leanerProgress.progressColor};
|
|
945
|
-
border-radius: ${
|
|
964
|
+
border-radius: ${z(2,e.baseSize)};
|
|
946
965
|
}
|
|
947
|
-
`));var
|
|
966
|
+
`));var gp=t(({className:e,...o})=>{let r=H1(o);return jsxRuntime.jsxs(A2,{className:e,...r,children:[jsxRuntime.jsx(Z2,{type:"checkbox",...o}),jsxRuntime.jsx(ge,{})]})},"Switch"),ge=C1.styled.span(({theme:e})=>`
|
|
948
967
|
position: relative;
|
|
949
968
|
cursor: pointer;
|
|
950
969
|
display: inline-block;
|
|
951
|
-
width: ${
|
|
952
|
-
height: ${
|
|
953
|
-
border-radius: ${
|
|
970
|
+
width: ${z(41,e.baseSize)};
|
|
971
|
+
height: ${z(21,e.baseSize)};
|
|
972
|
+
border-radius: ${z(15,e.baseSize)};
|
|
954
973
|
background-color: ${e.switch.default.background};
|
|
955
974
|
&::before {
|
|
956
975
|
position: absolute;
|
|
957
976
|
display: block;
|
|
958
977
|
top: 50%;
|
|
959
978
|
transform: translateY(-50%);
|
|
960
|
-
height: ${
|
|
961
|
-
width: ${
|
|
979
|
+
height: ${z(15,e.baseSize)};
|
|
980
|
+
width: ${z(15,e.baseSize)};
|
|
962
981
|
border-radius: 50%;
|
|
963
982
|
background-color: ${e.switch.default.color};
|
|
964
983
|
content: '';
|
|
965
984
|
}
|
|
966
|
-
`),
|
|
985
|
+
`),Z2=C1.styled.input(({theme:e})=>`
|
|
967
986
|
appearance: none;
|
|
968
987
|
border: none;
|
|
969
988
|
outline: none;
|
|
@@ -973,55 +992,48 @@
|
|
|
973
992
|
margin: -1px;
|
|
974
993
|
top: 0;
|
|
975
994
|
left: 0;
|
|
976
|
-
&:not(:checked) + ${
|
|
977
|
-
left: ${
|
|
995
|
+
&:not(:checked) + ${ge}::before {
|
|
996
|
+
left: ${z(3,e.baseSize)};
|
|
978
997
|
}
|
|
979
|
-
&:checked + ${
|
|
998
|
+
&:checked + ${ge} {
|
|
980
999
|
background-color: ${e.switch.checked.background};
|
|
981
1000
|
&::before {
|
|
982
|
-
right: ${
|
|
1001
|
+
right: ${z(3,e.baseSize)};
|
|
983
1002
|
}
|
|
984
1003
|
}
|
|
985
|
-
&:disabled + ${
|
|
1004
|
+
&:disabled + ${ge} {
|
|
986
1005
|
background-color: ${e.switch.disabled.background};
|
|
987
1006
|
cursor: not-allowed;
|
|
988
1007
|
}
|
|
989
|
-
`),
|
|
1008
|
+
`),A2=G(C1.styled.label`
|
|
990
1009
|
position: relative;
|
|
991
1010
|
display: inline-block;
|
|
992
|
-
`);var
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
padding: ${M(4,e.baseSize)};
|
|
1003
|
-
border: none;
|
|
1004
|
-
outline: none;
|
|
1005
|
-
transition: color 0.2s ease;
|
|
1006
|
-
&: hover {
|
|
1007
|
-
color: ${e.colors.primary.light};
|
|
1008
|
-
}
|
|
1009
|
-
`),z2=h1.styled.div(({theme:e})=>`
|
|
1010
|
-
max-height: 100%;
|
|
1011
|
-
overflow-y: auto;
|
|
1012
|
-
`),G2=h1.styled.div(({theme:e,$header:o,$width:r})=>`
|
|
1011
|
+
`);var Et=t(e=>{z0.useEffect(()=>{if(!e)return;let o=window.getComputedStyle(document.body),r=window.innerWidth-document.documentElement.clientWidth,a=o.paddingRight,l=o.overflow;return document.body.style.overflow="hidden",document.body.style.paddingRight=`${parseInt(a)+r}px`,()=>{document.body.style.overflow=l,document.body.style.paddingRight=a;}},[e]);},"useBodyScrollLock");var $p=t(e=>(Et(e.isOpen),e.isOpen?reactDom.createPortal(jsxRuntime.jsx(Y2,{...e}),document.body):null),"Drawer"),Y2=t(({onClose:e,children:o,width:r,header:a})=>{let l=z0.useRef(null);return z0.useEffect(()=>{let d=t(C=>{l.current&&!l.current.contains(C.target)&&e();},"handleClick");return document.addEventListener("mousedown",d),()=>{document.removeEventListener("mousedown",d);}},[e]),jsxRuntime.jsx(_2,{$header:a,$width:r,ref:l,children:o})},"DrawerWithOutclick"),Bp=G(C1.styled.div(({theme:e,p:o=e.drawer.padding})=>`
|
|
1012
|
+
grid-area: drawer-header;
|
|
1013
|
+
${M(e,"padding",o)};
|
|
1014
|
+
`),{ignoreStyles:["padding-inline"]}),Vp=G(C1.styled.div(({theme:e,px:o=e.drawer.padding,pb:r=e.drawer.padding})=>`
|
|
1015
|
+
grid-area: drawer-body;
|
|
1016
|
+
max-height: 100%;
|
|
1017
|
+
overflow-y: auto;
|
|
1018
|
+
${M(e,"padding-inline",o)};
|
|
1019
|
+
${M(e,"padding-bottom",r)};
|
|
1020
|
+
`),{ignoreStyles:["padding","padding-bottom"]}),_2=C1.styled.div(({theme:e,$header:o,$width:r})=>`
|
|
1013
1021
|
position: fixed;
|
|
1022
|
+
display: grid;
|
|
1023
|
+
grid-template-areas:
|
|
1024
|
+
"drawer-header"
|
|
1025
|
+
"drawer-body";
|
|
1026
|
+
grid-template-rows: auto 1fr;
|
|
1014
1027
|
z-index: ${e.zIndex.sticky};
|
|
1015
|
-
top: ${
|
|
1028
|
+
top: ${z(o||0,e.baseSize)};
|
|
1016
1029
|
bottom: 0;
|
|
1017
1030
|
right: 0;
|
|
1018
|
-
width: ${r?
|
|
1031
|
+
width: ${r?r1(r,e.baseSize):e.drawer.width};
|
|
1019
1032
|
max-width: 100%;
|
|
1020
|
-
padding: ${e.drawer.padding};
|
|
1021
1033
|
background-color: ${e.colors.background};
|
|
1022
1034
|
box-shadow: ${e.drawer.shadow};
|
|
1023
1035
|
border-left: 1px solid ${e.colors.stroke.lighter};
|
|
1024
|
-
`);var
|
|
1036
|
+
`);var gg=t(({children:e,header:o,sidebar:r,className:a})=>jsxRuntime.jsxs(X2,{className:a,$withHeader:!!o,$withSidebar:!!r,children:[o,r,jsxRuntime.jsx(U2,{children:e})]}),"PageLayout"),X2=C1.styled.div(({$withHeader:e,$withSidebar:o})=>`
|
|
1025
1037
|
display: grid;
|
|
1026
1038
|
min-height: 100dvh;
|
|
1027
1039
|
position: relative;
|
|
@@ -1041,37 +1053,37 @@
|
|
|
1041
1053
|
& > main {
|
|
1042
1054
|
grid-area: content;
|
|
1043
1055
|
}
|
|
1044
|
-
`),
|
|
1056
|
+
`),U2=C1.styled.main(({theme:e})=>`
|
|
1045
1057
|
min-width: 0;
|
|
1046
1058
|
background: ${e.colors.backgroundBase};
|
|
1047
|
-
`);var
|
|
1048
|
-
${
|
|
1059
|
+
`);var vg=t(({maxWidth:e,...o})=>jsxRuntime.jsx(K2,{...o,$maxWidth:e}),"Container"),K2=G(C1.styled.div(({theme:e,$maxWidth:o,px:r=20})=>`
|
|
1060
|
+
${M(e,"padding-inline",r)}
|
|
1049
1061
|
width: 100%;
|
|
1050
1062
|
min-width: 0;
|
|
1051
|
-
max-width: ${typeof o=="number"?
|
|
1052
|
-
`),{ignoreStyles:["padding-inline"]});var
|
|
1063
|
+
max-width: ${typeof o=="number"?z(o,e.baseSize):o||"100%"};
|
|
1064
|
+
`),{ignoreStyles:["padding-inline"]});var r3=C1__default.default.div`
|
|
1053
1065
|
width: 100%;
|
|
1054
1066
|
height: 100%;
|
|
1055
1067
|
display: flex;
|
|
1056
1068
|
align-items: center;
|
|
1057
1069
|
justify-content: center;
|
|
1058
|
-
`,j2=t(({width:e=280,height:o=280})=>{let r=h1.useTheme();return jsxRuntime.jsx(U2,{children:jsxRuntime.jsxs(Y2__default.default,{foregroundColor:r.contentLoader.foreground,backgroundColor:r.contentLoader.background,width:e,height:o,viewBox:"0 0 280 280",children:[jsxRuntime.jsx("path",{d:"m55 38-0.97266 0.22852 7.0801 30.092-18.355-20.979-0.75195 0.6582 19.596 22.395 0.43164 1.834 0.97266-0.22852 0.75195-0.6582-0.37695-0.42969 9.625-27.912-0.94531-0.32617-9.4375 27.371-0.10547-0.12109zm8 34-0.78516 0.61914 0.0957 0.12305-12.311 13.258 0.73242 0.67969 12.205-13.145 14.277 18.084 0.78516-0.61914-14.373-18.207 0.10547-0.11328zm15 19-0.48438 0.875 46.992 25.996 8e-3 4e-3 20.506 11.592-28.182 4.5449 0.15998 0.98819 29.418-4.7441 0.25 0.14062-12.555 24.143 0.88672 0.46094 13-25 15 25 26 30v18l-11 18 0.85352 0.52148 9.8008-16.039-4.6543 33.518 0.99023 0.13867 4.7793-34.408 7.2305 16.27 0.91406-0.40625-7.9141-17.807v-17.104l18 12.316 0.56445-0.82617-18.896-12.928-25.855-29.836-14.633-24.387 0.01562-0.02344h23.805v-1h-23.152l13.848-21.234 55.201-28.791-0.45898-0.88476 0.77734 0.62305 11.402-14.25 16.668-11.842-0.58008-0.81641-16.785 11.928-11.486 14.355-55.434 28.912-14.277 21.893-7.7617-27.166-0.96094 0.27344 7.7227 27.031-1.1191 0.17969-21.604-12.211zm140.43-12.912-6.957-17.338-0.92773 0.37305 6.957 17.338zm-6.957-17.338 0.72266 0.69336 16.232-16.896-0.7207-0.69336zm-3.4766 137.25 5 15 0.94922-0.31641-5-15zm-91-63-0.48047-0.87695-31 17 0.48047 0.87695zm-31 17 5 18 0.96289-0.26758-5-18zm0 0-0.70703-0.70703-12.898 12.898-17.881 9.9336 0.48633 0.875 18-10zm5 18-0.64062-0.76758-18 15 0.64062 0.76758z"}),jsxRuntime.jsx("circle",{cx:"229.92",cy:"63.7318",r:"5",transform:"rotate(173.661 229.92 63.7318)"}),jsxRuntime.jsx("circle",{cx:"227.711",cy:"43.8541",r:"5",transform:"rotate(173.661 227.711 43.8541)"}),jsxRuntime.jsx("circle",{cx:"211.478",cy:"60.7499",r:"5",transform:"rotate(173.661 211.478 60.7499)"}),jsxRuntime.jsx("circle",{cx:"218.434",cy:"78.0877",r:"5",transform:"rotate(173.661 218.434 78.0877)"}),jsxRuntime.jsx("circle",{cx:"246.705",cy:"51.8054",r:"5",transform:"rotate(173.661 246.705 51.8054)"}),jsxRuntime.jsx("circle",{cx:"42",cy:"48",r:"5"}),jsxRuntime.jsx("circle",{cx:"55",cy:"38",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"43",r:"5"}),jsxRuntime.jsx("circle",{cx:"63",cy:"72",r:"5"}),jsxRuntime.jsx("circle",{cx:"50",cy:"86",r:"5"}),jsxRuntime.jsx("circle",{cx:"78",cy:"91",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"165",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"185",r:"5"}),jsxRuntime.jsx("circle",{cx:"91",cy:"170",r:"5"}),jsxRuntime.jsx("circle",{cx:"86",cy:"152",r:"5"}),jsxRuntime.jsx("circle",{cx:"148",cy:"130",r:"5"}),jsxRuntime.jsx("circle",{cx:"189",cy:"185",r:"5"}),jsxRuntime.jsx("circle",{cx:"163",cy:"107",r:"5"}),jsxRuntime.jsx("circle",{cx:"140",cy:"102",r:"5"}),jsxRuntime.jsx("circle",{cx:"117",cy:"135",r:"5"}),jsxRuntime.jsx("circle",{cx:"125",cy:"117",r:"5"}),jsxRuntime.jsx("circle",{cx:"208",cy:"198",r:"5"}),jsxRuntime.jsx("circle",{cx:"189",cy:"203",r:"5"}),jsxRuntime.jsx("circle",{cx:"198",cy:"221",r:"5"}),jsxRuntime.jsx("circle",{cx:"178",cy:"221",r:"5"}),jsxRuntime.jsx("circle",{cx:"184",cy:"239",r:"5"}),jsxRuntime.jsx("circle",{cx:"213",cy:"213",r:"5"}),jsxRuntime.jsx("circle",{cx:"173",cy:"130",r:"5"}),jsxRuntime.jsx("circle",{cx:"163",cy:"155",r:"5"}),jsxRuntime.jsx("circle",{cx:"135",cy:"155",r:"5"}),jsxRuntime.jsx("circle",{cx:"55",cy:"175",r:"5"})]})})},"GraphLoader"),yt=j2;var ue=window.devicePixelRatio||1;function g3(e){return !e||e.length===0?[]:e.map(o=>{let r=new Image;r.src=o.img;let a=new Image;return a.src=o.hoverImg,{...o,normalImg:r,hoverImg:a}})}t(g3,"prepareButtonImages");var R={fontSize:3,nodeSizeBase:30,nodeAreaFactor:2,textPaddingFactor:.9,gridSpacing:20,dotSize:1,maxZoom:4},u3=I0.forwardRef(({loading:e,width:o,height:r,graphData:a,buttons:l=[],onNodeClick:c,onBackgroundClick:x,onNodeHover:m,onLinkHover:F,onLinkClick:S},P)=>{let I=h1.useTheme(),[z,N]=I0.useState(true),i=I0.useRef({transform:{x:0,y:0,k:1},isPanning:false,hoveredNode:null,hoveredLink:null,draggedNode:null,selectedNode:null,hoveredButtonIndex:null,highlightNodes:new Set,highlightLinks:new Set,lastMousePos:{x:0,y:0},mustBeStoppedPropagation:false,lastHoveredNode:null,mouseStartPos:null,isDragging:false,lastHoveredNodeRef:null,width:o*ue,height:r*ue}),{nodes:U,links:a1}=I0.useMemo(()=>o3__default.default(a),[a]),[Q,Pt]=I0.useState([]),O=I0.useRef(null),V=I0.useRef(null),$1=I0.useRef(null),Et=d3.scaleOrdinal(d3.schemeCategory10),It=I0.useCallback(()=>{if(!O.current)return false;try{let n=O.current.getContext("2d");return n?($1.current=n,!0):(console.error("Failed to get 2D context"),!1)}catch(n){return console.error("Error initializing Canvas 2D context:",n),false}},[]),q=I0.useCallback(()=>V.current?V.current.nodes():null,[]),B1=I0.useCallback(()=>{if(!V.current)return null;let n=V.current.force("link");return n?n.links():null},[]),Je=I0.useCallback(n=>{n.save(),n.setTransform(1,0,0,1,0,0);let{width:g,height:d}=i.current,p=R.gridSpacing,h=R.dotSize;n.fillStyle=I.graph2D.grid.dotColor;for(let f=p/2;f<=g;f+=p)for(let u=p/2;u<=d;u+=p)n.beginPath(),n.arc(f,u,h,0,2*Math.PI),n.fill();n.restore();},[I.graph2D.grid.dotColor,R.gridSpacing,R.dotSize]),Mt=I0.useCallback((n,g,d)=>{if(!n)return "";if(d.measureText(n).width<=g)return n;let h=n,f="...";for(;d.measureText(h+f).width>g&&h.length>0;)h=h.slice(0,-1);return h+f},[]),be=t(n=>{let d=Math.min(n,R.maxZoom)/R.maxZoom;return Math.max(R.fontSize*d,R.fontSize)},"calculateFontSize"),Ke=I0.useCallback(n=>{let g=B1(),d=q();!g||g.length===0||!d||d.length===0||(n.lineWidth=.5,n.globalAlpha=1,g.forEach(p=>{let h=typeof p.source=="object"?p.source:d.find(e1=>e1.id===p.source),f=typeof p.target=="object"?p.target:d.find(e1=>e1.id===p.target);if(!h||!f)return;let u={x:h.x||0,y:h.y||0},b={x:f.x||0,y:f.y||0},w=b.x-u.x,y=b.y-u.y,k=Math.sqrt(w*w+y*y),L=w/k,T=y/k,D=R.nodeSizeBase/2,G=R.nodeSizeBase/2,W=4,C={x:u.x+L*D,y:u.y+T*D},E={x:b.x-L*(G+W),y:b.y-T*(G+W)},v={x:b.x-L*(G+1),y:b.y-T*(G+1)},Y=i.current.highlightLinks.has(p),A=Y?I.graph2D.link.highlighted:I.graph2D.link.normal,_=Y?1.5:.5,j=u.x+(b.x-u.x)/2,f1=u.y+(b.y-u.y)/2,t1=Math.atan2(y,w);if(p.label){let e1=i.current.transform.k,r1=be(e1);n.font=`${r1}px Sans-Serif`;let lo=n.measureText(p.label).width,co=10;n.beginPath(),n.moveTo(C.x,C.y);let po=k/2-(lo+co)/2,go={x:u.x+L*po,y:u.y+T*po};n.lineTo(go.x,go.y),n.strokeStyle=A,n.lineWidth=_,n.stroke(),n.beginPath();let uo=k/2+(lo+co)/2,bo={x:u.x+L*uo,y:u.y+T*uo};n.moveTo(bo.x,bo.y),n.lineTo(E.x,E.y),n.strokeStyle=A,n.lineWidth=_,n.stroke();}else n.beginPath(),n.moveTo(C.x,C.y),n.lineTo(E.x,E.y),n.strokeStyle=A,n.lineWidth=_,n.stroke();let x1=2;if(n.save(),n.translate(v.x,v.y),n.rotate(t1),n.beginPath(),n.moveTo(0,0),n.lineTo(-4,x1),n.lineTo(-4,0),n.lineTo(-4,-2),n.closePath(),n.fillStyle=A,n.fill(),n.restore(),p.label){let e1=i.current.transform.k,r1=be(e1);n.font=`${r1}px Sans-Serif`,n.textAlign="center",n.textBaseline="middle",n.save(),n.translate(j,f1),Math.abs(t1)>Math.PI/2?n.rotate(t1+Math.PI):n.rotate(t1),n.fillStyle=Y?I.graph2D.link.highlightedTextColor:I.graph2D.link.textColor,n.fillText(p.label,0,0),n.restore();}}));},[R,I.graph2D.link]),Qe=I0.useCallback((n,g)=>{if(!Q||Q.length===0||!n||!n.x||!n.y)return;let{x:d,y:p}=n,h=R.nodeSizeBase*R.nodeAreaFactor/2;g.save();let f=Math.min(Q.length,8),u=Math.min(Math.PI*2/f,Math.PI);for(let b=0;b<f;b++){let w=b*u,y=(b+1)*u,k=i.current.hoveredButtonIndex===b;g.beginPath(),g.arc(d,p,h,w,y,false),g.lineTo(d,p),g.closePath(),g.lineWidth=1,g.strokeStyle=I.graph2D?.button?.stroke||"#FFFFFF",g.stroke(),g.fillStyle=k?I.graph2D?.button?.hoverFill||"rgba(255, 255, 255, 0.3)":I.graph2D?.button?.normalFill||"rgba(255, 255, 255, 0.1)",g.fill();let L=h*.2,T=(w+y)/2,D=h-R.nodeSizeBase/2+L,G=d+Math.cos(T)*D,W=p+Math.sin(T)*D,C=Q[b],E=k?C.hoverImg:C.normalImg;if(E.complete)try{g.drawImage(E,G-L/2,W-L/2,L,L);}catch(v){console.warn("Error rendering button icon:",v);}else E.onload=()=>{if($1.current)try{g.drawImage(E,G-L/2,W-L/2,L,L);}catch(v){console.warn("Error rendering button icon after load:",v);}};}g.restore();},[Q,I.graph2D?.button]),eo=I0.useCallback(n=>{let g=q();!g||g.length===0||(n.globalAlpha=1,g.forEach(d=>{let{x:p,y:h,color:f,fontColor:u,label:b}=d,w=i.current.highlightNodes.has(d)||d===i.current.hoveredNode||d===i.current.draggedNode,y=d===i.current.selectedNode,k=R.nodeSizeBase,L=R.nodeSizeBase/2;if(w&&!y){let T=R.nodeSizeBase*R.nodeAreaFactor*.75/2;n.beginPath(),n.arc(p,h,T,0,2*Math.PI,false),n.fillStyle=I.graph2D.ring.highlightFill,n.fill();}if(y)if(l&&l.length>0)Qe(d,n);else {let T=R.nodeSizeBase*R.nodeAreaFactor/2;n.beginPath(),n.arc(p,h,T,0,2*Math.PI,false),n.fillStyle=I.graph2D.ring.selectionFill||I.graph2D.ring.highlightFill,n.fill();}if(n.beginPath(),n.arc(p,h,L,0,2*Math.PI),n.fillStyle=f||Et(d.group||"0"),n.fill(),b){n.save(),n.translate(p,h);let T=i.current.transform.k,D=be(T),G=k*R.textPaddingFactor;n.font=`${D}px Sans-Serif`,n.textAlign="center",n.textBaseline="middle",n.fillStyle=u||"#000";let W=Mt(b,G,n);n.fillText(W,0,0),n.restore();}}));},[I.graph2D.ring,l,Qe]),X=I0.useCallback(()=>{let n=$1.current;n&&(n.clearRect(0,0,i.current.width,i.current.height),Je(n),n.save(),n.setTransform(i.current.transform.k,0,0,i.current.transform.k,i.current.transform.x,i.current.transform.y),Ke(n),eo(n),n.restore());},[Ke,eo,Je]),oo=I0.useCallback((n,g=[],d)=>{let p=B1()||[],h=q()||[];if(!V.current||!n.length)return;let{width:f,height:u}=i.current,b=d?.smoothAppearance??false,w=d?.transitionDuration??1e3,y=new Set(h.map(C=>C.id)),k=n.filter(C=>!y.has(C.id)),L=new Set(p.map(C=>`${typeof C.source=="object"?C.source.id:C.source}-${typeof C.target=="object"?C.target.id:C.target}`)),T=g.filter(C=>{let E=`${typeof C.source=="object"?C.source.id:C.source}-${typeof C.target=="object"?C.target.id:C.target}`;return !L.has(E)});if(k.length===0&&T.length===0)return;let D=[...h,...k],G=[...p,...T];b&&(k.forEach(C=>{let E=T.filter(v=>{let Y=typeof v.source=="object"?v.source.id:v.source,A=typeof v.target=="object"?v.target.id:v.target;return Y===C.id&&y.has(A)||A===C.id&&y.has(Y)});if(E.length>0){let v=E[0],Y=typeof v.source=="object"?v.source.id===C.id?v.target:v.source.id:v.source===C.id?v.target:v.source,A=D.find(_=>_.id===Y);if(A&&A.x!==void 0&&A.y!==void 0){let _=30+Math.random()*20,j=Math.random()*Math.PI*2;C.x=A.x+Math.cos(j)*_,C.y=A.y+Math.sin(j)*_,C.vx=0,C.vy=0;}}else {let v=f/2,Y=u/2,A=Math.min(f,u)/4,_=Math.random()*Math.PI*2;C.x=v+Math.cos(_)*(A*Math.random()),C.y=Y+Math.sin(_)*(A*Math.random()),C.vx=0,C.vy=0;}}),h.forEach(C=>{C.fx=C.x,C.fy=C.y;})),V.current.nodes(D);let W=V.current.force("link");W&&W.links(G),T.forEach(C=>{let E=typeof C.source=="object"?C.source:D.find(Y=>Y.id===C.source),v=typeof C.target=="object"?C.target:D.find(Y=>Y.id===C.target);!E||!v||(!E.neighbors&&(E.neighbors=[]),!v.neighbors&&(v.neighbors=[]),E.neighbors.push(v),v.neighbors.push(E),!E.links&&(E.links=[]),!v.links&&(v.links=[]),E.links.push(C),v.links.push(C));}),b?(V.current.alphaTarget(.3),V.current.alpha(.3),V.current.velocityDecay(.7),V.current.restart(),setTimeout(()=>{h.forEach(C=>{C.fx=void 0,C.fy=void 0;}),V.current?.alphaTarget(0),V.current?.alpha(.1),V.current?.velocityDecay(.6);},w)):V.current.alpha(.1).restart(),X();},[U,X]),to=I0.useCallback(n=>{let g=q(),d=B1();if(!V.current||!n.length||!g||g.length===0||!d||d.length===0)return;let p=new Set(n);if(i.current.selectedNode&&i.current.selectedNode.id!==void 0&&p.has(i.current.selectedNode.id)&&(i.current.selectedNode=null),i.current.hoveredNode&&i.current.hoveredNode.id!==void 0&&p.has(i.current.hoveredNode.id)&&(i.current.hoveredNode=null,i.current.highlightNodes=new Set,i.current.highlightLinks=new Set),i.current.hoveredLink){let b=typeof i.current.hoveredLink.source=="object"?i.current.hoveredLink.source.id:i.current.hoveredLink.source,w=typeof i.current.hoveredLink.target=="object"?i.current.hoveredLink.target.id:i.current.hoveredLink.target;(b!==void 0&&p.has(b)||w!==void 0&&p.has(w))&&(i.current.hoveredLink=null,i.current.highlightNodes=new Set,i.current.highlightLinks=new Set);}i.current.draggedNode&&i.current.draggedNode.id!==void 0&&p.has(i.current.draggedNode.id)&&(i.current.draggedNode=null);let h=g.filter(b=>b.id!==void 0&&!p.has(b.id)),f=d.filter(b=>{let w=typeof b.source=="object"?b.source.id:b.source,y=typeof b.target=="object"?b.target.id:b.target;return w!==void 0&&!p.has(w)&&y!==void 0&&!p.has(y)});h.forEach(b=>{b.neighbors=[],b.links=[];}),f.forEach(b=>{let w=typeof b.source=="object"?b.source:h.find(k=>k.id===b.source),y=typeof b.target=="object"?b.target:h.find(k=>k.id===b.target);!w||!y||(w.neighbors=w.neighbors||[],y.neighbors=y.neighbors||[],w.neighbors.push(y),y.neighbors.push(w),w.links=w.links||[],y.links=y.links||[],w.links.push(b),y.links.push(b));}),V.current.nodes(h);let u=V.current.force("link");u&&u.links(f),X();},[X]),V1=I0.useCallback((n=0,g=20)=>{let d=q();if(!$1.current||!O.current||!d||!d.length)return;let h=1/0,f=1/0,u=-1/0,b=-1/0;if(d.forEach(w=>{if(w.x===void 0||w.y===void 0)return;let y=w.x,k=w.y;h=Math.min(h,y),f=Math.min(f,k),u=Math.max(u,y),b=Math.max(b,k);}),isFinite(h)&&isFinite(u)&&isFinite(f)&&isFinite(b)){let{width:w,height:y}=i.current;h-=g,f-=g,u+=g,b+=g;let k=u-h,L=b-f,T=k>0?w/k:1,D=L>0?y/L:1,G=Math.min(T,D,10),W=h+k/2,C=f+L/2,E={k:G,x:w/2-W*G,y:y/2-C*G};if(n>0){let v={...i.current.transform},Y=Date.now(),A=t(()=>{let _=Math.min(1,(Date.now()-Y)/n),j=_===1?1:1-Math.pow(1-_,3),f1={k:v.k+(E.k-v.k)*j,x:v.x+(E.x-v.x)*j,y:v.y+(E.y-v.y)*j};i.current.transform=f1,X(),_<1&&requestAnimationFrame(A);},"animateZoom");requestAnimationFrame(A);}else i.current.transform=E,X();}},[]),L1=I0.useCallback((n,g)=>{let d=q();if(!d||d.length===0)return null;let p=R.nodeSizeBase/2,h=window.devicePixelRatio||1,f=(n*h-i.current.transform.x)/i.current.transform.k,u=(g*h-i.current.transform.y)/i.current.transform.k;return d.find(b=>{let w=(b.x||0)-f,y=(b.y||0)-u;return Math.sqrt(w*w+y*y)<=p})||null},[]),T1=I0.useCallback((n,g)=>{let d=B1(),p=q();if(!d||d.length===0||!p||p.length===0)return null;let h=window.devicePixelRatio||1,f=(n*h-i.current.transform.x)/i.current.transform.k,u=(g*h-i.current.transform.y)/i.current.transform.k,b=5;return d.find(w=>{let y=typeof w.source=="object"?w.source:p.find(r1=>r1.id===w.source),k=typeof w.target=="object"?w.target:p.find(r1=>r1.id===w.target);if(!y||!k)return false;let L=y.x||0,T=y.y||0,D=k.x||0,G=k.y||0,W=f-L,C=u-T,E=D-L,v=G-T,Y=W*E+C*v,A=E*E+v*v;if(A===0)return false;let _=Y/A;_=Math.max(0,Math.min(1,_));let j=L+_*E,f1=T+_*v,t1=f-j,x1=u-f1;return Math.sqrt(t1*t1+x1*x1)<=b})||null},[]),ro=I0.useCallback((n,g,d,p,h,f,u)=>{let b=n-d,w=g-p,y=Math.sqrt(b*b+w*w),k=Math.atan2(w,b);k<0&&(k+=2*Math.PI);let D=y>=h*.5&&y<=h*1,G=false;return f===Math.PI&&u===Math.PI*2?G=k>=Math.PI&&k<=Math.PI*2:f===0&&u===Math.PI?G=k>=0&&k<=Math.PI:G=f<=u&&k>=f&&k<=u||f>u&&(k>=f||k<=u),D&&G},[]),he=I0.useCallback(n=>{if(n===i.current.lastHoveredNodeRef)return;i.current.lastHoveredNodeRef=n;let g=new Set,d=new Set;n&&(g.add(n),n.neighbors&&n.neighbors.forEach(p=>g.add(p)),n.links&&n.links.forEach(p=>d.add(p))),i.current.hoveredNode=n,m&&m(n),i.current.highlightNodes=g,i.current.highlightLinks=d;},[m]),fe=I0.useCallback(n=>{if(n===i.current.hoveredLink)return;let g=new Set,d=new Set;if(n){d.add(n);let p=q();if(p){let h=typeof n.source=="object"?n.source:p.find(u=>u.id===n.source),f=typeof n.target=="object"?n.target:p.find(u=>u.id===n.target);h&&g.add(h),f&&g.add(f);}}i.current.hoveredLink=n,F&&F(n),i.current.highlightNodes=g,i.current.highlightLinks=d;},[F,q]),no=I0.useCallback(n=>{S&&S(n);},[S]),io=I0.useCallback(n=>{i.current.selectedNode=n,c&&c(n);},[c]),ao=I0.useCallback(()=>{i.current.selectedNode=null,x&&x();},[x]),$t=I0.useCallback(n=>{if(!O.current||!V.current)return;let g=O.current.getBoundingClientRect(),d=n.clientX-g.left,p=n.clientY-g.top;i.current.mouseStartPos={x:d,y:p},i.current.isDragging=false;let h=L1(d,p);h?(i.current.draggedNode=h,h.fx=h.x,h.fy=h.y):(i.current.isPanning=true,i.current.lastMousePos={x:d,y:p});},[L1]),Bt=I0.useCallback(n=>{if(!O.current)return;let g=O.current.getBoundingClientRect(),d=n.clientX-g.left,p=n.clientY-g.top;if(i.current.draggedNode&&i.current.mouseStartPos&&V.current){let u=i.current.mouseStartPos.x,b=i.current.mouseStartPos.y,w=d-u,y=p-b;Math.sqrt(w*w+y*y)>3&&(i.current.isDragging=true,V.current.alphaTarget()===0&&V.current.alphaTarget(0).restart());let T=window.devicePixelRatio||1,D=(d*T-i.current.transform.x)/i.current.transform.k,G=(p*T-i.current.transform.y)/i.current.transform.k;i.current.draggedNode.fx=D,i.current.draggedNode.fy=G;return}if(i.current.isPanning&&i.current.mouseStartPos){let u=d-i.current.lastMousePos.x,b=p-i.current.lastMousePos.y,w=i.current.mouseStartPos.x,y=i.current.mouseStartPos.y;Math.sqrt(Math.pow(d-w,2)+Math.pow(p-y,2))>3&&(i.current.isDragging=true),i.current.transform={...i.current.transform,x:i.current.transform.x+u,y:i.current.transform.y+b},i.current.lastMousePos={x:d,y:p},X();return}let h,f;if(i.current.selectedNode&&O.current&&Q.length>0){let u=R.nodeSizeBase*R.nodeAreaFactor/2,b=O.current.width/g.width,w=O.current.height/g.height,y=d*b,k=p*w,L=(y-i.current.transform.x)/i.current.transform.k,T=(k-i.current.transform.y)/i.current.transform.k,D=i.current.selectedNode.x||0,G=i.current.selectedNode.y||0,W=Math.min(Q.length,8),C=Math.min(Math.PI*2/W,Math.PI),E=null;for(let v=0;v<W;v++){let Y=v*C,A=(v+1)*C;if(ro(L,T,D,G,u,Y,A)){E=v;break}}E!==null&&(f=i.current.selectedNode),E!==i.current.hoveredButtonIndex&&(h=true),i.current.hoveredButtonIndex=E;}else i.current.hoveredButtonIndex!==null&&(i.current.hoveredButtonIndex=null);if(!f&&(f=L1(d,p),!f)){let u=T1(d,p),b=u!==i.current.hoveredLink;u&&i.current.hoveredNode&&he(null),fe(u),O.current&&(O.current.style.cursor=u?"pointer":"default"),b&&X();return}f&&i.current.hoveredLink&&fe(null),f!==i.current.hoveredNode&&(h=true),he(f),O.current&&(O.current.style.cursor=f?"pointer":"default"),h&&X();},[Q,L1,T1,he,fe,X,ro]),Vt=I0.useCallback(n=>{i.current.mustBeStoppedPropagation&&(n.stopPropagation(),n.preventDefault()),i.current.mustBeStoppedPropagation=false;},[]),so=I0.useCallback(n=>{let g=i.current.isDragging;if(g&&(i.current.mustBeStoppedPropagation=true),!g&&i.current.mouseStartPos){let d=O.current?.getBoundingClientRect();if(d){let p=n.clientX-d.left,h=n.clientY-d.top,f=false;if(i.current.selectedNode&&i.current.hoveredButtonIndex!==null&&l[i.current.hoveredButtonIndex]){let u=l[i.current.hoveredButtonIndex];u&&u.onClick&&(u.onClick(i.current.selectedNode),f=true);}if(!f&&i.current.draggedNode)io(i.current.draggedNode);else if(!f&&!i.current.draggedNode){let u=T1(p,h);u?no(u):ao();}}}if(i.current.draggedNode&&V.current){if(g){V.current.alphaTarget(0);let d=.05,p=.04,h=.6;V.current.alpha(d).alphaDecay(p),V.current.velocityDecay(h);}else V.current.alphaTarget(0);i.current.draggedNode.fx=void 0,i.current.draggedNode.fy=void 0,i.current.draggedNode=null;}i.current.isDragging=false,i.current.mouseStartPos=null,i.current.isPanning&&(i.current.isPanning=false),X();},[l,X,io,ao,T1,no]),xe=I0.useCallback(n=>{if(n.stopPropagation(),n.preventDefault(),!O.current)return;let g=O.current.getBoundingClientRect(),d=n.clientX-g.left,p=n.clientY-g.top,f=-n.deltaY>0?1.1:1/1.1,u=i.current.transform,b=u.k*f;if(b<.01||b>10)return;let w=u.k*f,y=d-(d-u.x)*f,k=p-(p-u.y)*f;i.current.transform={k:w,x:y,y:k},X();},[X]);return I0.useImperativeHandle(P,()=>({zoomToFit:V1,addNodes:oo,removeNodes:to}),[V1,oo,to]),I0.useEffect(()=>{let n=O.current,{width:g,height:d}=i.current;if(!n)return;It(),N(true);let p=g/2,h=d/2,f=R.nodeSizeBase,u=f/2,b=f*2.5;V.current&&V.current.stop();let w=V.current=d3.forceSimulation(U).force("link",d3.forceLink(a1).id(y=>y.id).distance(b).strength(.9)).force("charge",d3.forceManyBody().strength(-f/10*200).theta(.5).distanceMin(f*2)).force("x",d3.forceX().strength(.03)).force("y",d3.forceY().strength(.03)).force("center",d3.forceCenter(p,h).strength(.05)).force("collide",d3.forceCollide().radius(u*2).iterations(2).strength(1)).velocityDecay(.6);return ()=>{w.stop();}},[U,a1]),I0.useLayoutEffect(()=>{let n=O.current;n&&(i.current.width=o*ue,i.current.height=r*ue,n.width=i.current.width,n.height=i.current.height);},[o,r]),I0.useEffect(()=>{if(V.current){let n=V.current;n.on("tick",()=>{X();}),n.on("end",()=>{z&&(V1(0,20),setTimeout(()=>{N(false);},200));});}z||X();},[U,a1,z,X,V1]),I0.useEffect(()=>{!U||!a1||a1.forEach(n=>{let g=typeof n.source=="object"?n.source:U.find(p=>p.id===n.source),d=typeof n.target=="object"?n.target:U.find(p=>p.id===n.target);!g||!d||(!g.neighbors&&(g.neighbors=[]),!d.neighbors&&(d.neighbors=[]),g.neighbors.push(d),d.neighbors.push(g),!g.links&&(g.links=[]),!d.links&&(d.links=[]),g.links.push(n),d.links.push(n));});},[U,a1]),I0.useEffect(()=>{l&&l.length>0&&Pt(g3(l));},[l]),I0.useEffect(()=>{let n=O.current;if(n)return n.addEventListener("wheel",xe,{passive:false}),()=>{n.removeEventListener("wheel",xe);}},[xe]),jsxRuntime.jsxs(b3,{children:[(e||z)&&jsxRuntime.jsx(yt,{width:o,height:r}),jsxRuntime.jsx(h3,{ref:O,style:{width:o,height:r,display:e||z?"none":"block"},onMouseDown:$t,onMouseMove:Bt,onMouseUp:so,onMouseLeave:so,onClick:Vt})]})}),b3=h1.styled.div`
|
|
1070
|
+
`,n3=t(({width:e=280,height:o=280})=>{let r=C1.useTheme();return jsxRuntime.jsx(r3,{children:jsxRuntime.jsxs(e3__default.default,{foregroundColor:r.contentLoader.foreground,backgroundColor:r.contentLoader.background,width:e,height:o,viewBox:"0 0 280 280",children:[jsxRuntime.jsx("path",{d:"m55 38-0.97266 0.22852 7.0801 30.092-18.355-20.979-0.75195 0.6582 19.596 22.395 0.43164 1.834 0.97266-0.22852 0.75195-0.6582-0.37695-0.42969 9.625-27.912-0.94531-0.32617-9.4375 27.371-0.10547-0.12109zm8 34-0.78516 0.61914 0.0957 0.12305-12.311 13.258 0.73242 0.67969 12.205-13.145 14.277 18.084 0.78516-0.61914-14.373-18.207 0.10547-0.11328zm15 19-0.48438 0.875 46.992 25.996 8e-3 4e-3 20.506 11.592-28.182 4.5449 0.15998 0.98819 29.418-4.7441 0.25 0.14062-12.555 24.143 0.88672 0.46094 13-25 15 25 26 30v18l-11 18 0.85352 0.52148 9.8008-16.039-4.6543 33.518 0.99023 0.13867 4.7793-34.408 7.2305 16.27 0.91406-0.40625-7.9141-17.807v-17.104l18 12.316 0.56445-0.82617-18.896-12.928-25.855-29.836-14.633-24.387 0.01562-0.02344h23.805v-1h-23.152l13.848-21.234 55.201-28.791-0.45898-0.88476 0.77734 0.62305 11.402-14.25 16.668-11.842-0.58008-0.81641-16.785 11.928-11.486 14.355-55.434 28.912-14.277 21.893-7.7617-27.166-0.96094 0.27344 7.7227 27.031-1.1191 0.17969-21.604-12.211zm140.43-12.912-6.957-17.338-0.92773 0.37305 6.957 17.338zm-6.957-17.338 0.72266 0.69336 16.232-16.896-0.7207-0.69336zm-3.4766 137.25 5 15 0.94922-0.31641-5-15zm-91-63-0.48047-0.87695-31 17 0.48047 0.87695zm-31 17 5 18 0.96289-0.26758-5-18zm0 0-0.70703-0.70703-12.898 12.898-17.881 9.9336 0.48633 0.875 18-10zm5 18-0.64062-0.76758-18 15 0.64062 0.76758z"}),jsxRuntime.jsx("circle",{cx:"229.92",cy:"63.7318",r:"5",transform:"rotate(173.661 229.92 63.7318)"}),jsxRuntime.jsx("circle",{cx:"227.711",cy:"43.8541",r:"5",transform:"rotate(173.661 227.711 43.8541)"}),jsxRuntime.jsx("circle",{cx:"211.478",cy:"60.7499",r:"5",transform:"rotate(173.661 211.478 60.7499)"}),jsxRuntime.jsx("circle",{cx:"218.434",cy:"78.0877",r:"5",transform:"rotate(173.661 218.434 78.0877)"}),jsxRuntime.jsx("circle",{cx:"246.705",cy:"51.8054",r:"5",transform:"rotate(173.661 246.705 51.8054)"}),jsxRuntime.jsx("circle",{cx:"42",cy:"48",r:"5"}),jsxRuntime.jsx("circle",{cx:"55",cy:"38",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"43",r:"5"}),jsxRuntime.jsx("circle",{cx:"63",cy:"72",r:"5"}),jsxRuntime.jsx("circle",{cx:"50",cy:"86",r:"5"}),jsxRuntime.jsx("circle",{cx:"78",cy:"91",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"165",r:"5"}),jsxRuntime.jsx("circle",{cx:"73",cy:"185",r:"5"}),jsxRuntime.jsx("circle",{cx:"91",cy:"170",r:"5"}),jsxRuntime.jsx("circle",{cx:"86",cy:"152",r:"5"}),jsxRuntime.jsx("circle",{cx:"148",cy:"130",r:"5"}),jsxRuntime.jsx("circle",{cx:"189",cy:"185",r:"5"}),jsxRuntime.jsx("circle",{cx:"163",cy:"107",r:"5"}),jsxRuntime.jsx("circle",{cx:"140",cy:"102",r:"5"}),jsxRuntime.jsx("circle",{cx:"117",cy:"135",r:"5"}),jsxRuntime.jsx("circle",{cx:"125",cy:"117",r:"5"}),jsxRuntime.jsx("circle",{cx:"208",cy:"198",r:"5"}),jsxRuntime.jsx("circle",{cx:"189",cy:"203",r:"5"}),jsxRuntime.jsx("circle",{cx:"198",cy:"221",r:"5"}),jsxRuntime.jsx("circle",{cx:"178",cy:"221",r:"5"}),jsxRuntime.jsx("circle",{cx:"184",cy:"239",r:"5"}),jsxRuntime.jsx("circle",{cx:"213",cy:"213",r:"5"}),jsxRuntime.jsx("circle",{cx:"173",cy:"130",r:"5"}),jsxRuntime.jsx("circle",{cx:"163",cy:"155",r:"5"}),jsxRuntime.jsx("circle",{cx:"135",cy:"155",r:"5"}),jsxRuntime.jsx("circle",{cx:"55",cy:"175",r:"5"})]})})},"GraphLoader"),$t=n3;var be=window.devicePixelRatio||1;function w3(e){return !e||e.length===0?[]:e.map(o=>{let r=new Image;r.src=o.img;let a=new Image;return a.src=o.hoverImg,{...o,normalImg:r,hoverImg:a}})}t(w3,"prepareButtonImages");var Z={fontSize:3,nodeSizeBase:30,nodeAreaFactor:2,textPaddingFactor:.9,gridSpacing:20,dotSize:1,maxZoom:4},y3=z0.forwardRef(({loading:e,width:o,height:r,graphData:a,buttons:l=[],onNodeClick:d,onBackgroundClick:C,onNodeHover:m,onLinkHover:F,onLinkClick:S},P)=>{let I=C1.useTheme(),[V,q]=z0.useState(true),i=z0.useRef({transform:{x:0,y:0,k:1},isPanning:false,hoveredNode:null,hoveredLink:null,draggedNode:null,selectedNode:null,hoveredButtonIndex:null,highlightNodes:new Set,highlightLinks:new Set,lastMousePos:{x:0,y:0},mustBeStoppedPropagation:false,lastHoveredNode:null,mouseStartPos:null,isDragging:false,lastHoveredNodeRef:null,width:o*be,height:r*be}),{nodes:U,links:J}=z0.useMemo(()=>c3__default.default(a),[a]),[X,he]=z0.useState([]),D=z0.useRef(null),$=z0.useRef(null),W=z0.useRef(null),fe=d3.scaleOrdinal(d3.schemeCategory10),Ce=z0.useCallback(()=>{if(!D.current)return false;try{let n=D.current.getContext("2d");return n?(W.current=n,!0):(console.error("Failed to get 2D context"),!1)}catch(n){return console.error("Error initializing Canvas 2D context:",n),false}},[]),Q=z0.useCallback(()=>$.current?$.current.nodes():null,[]),B1=z0.useCallback(()=>{if(!$.current)return null;let n=$.current.force("link");return n?n.links():null},[]),oo=z0.useCallback(n=>{n.save(),n.setTransform(1,0,0,1,0,0);let{width:g,height:c}=i.current,p=Z.gridSpacing,h=Z.dotSize;n.fillStyle=I.graph2D.grid.dotColor;for(let f=p/2;f<=g;f+=p)for(let u=p/2;u<=c;u+=p)n.beginPath(),n.arc(f,u,h,0,2*Math.PI),n.fill();n.restore();},[I.graph2D.grid.dotColor,Z.gridSpacing,Z.dotSize]),Tt=z0.useCallback((n,g,c)=>{if(!n)return "";if(c.measureText(n).width<=g)return n;let h=n,f="...";for(;c.measureText(h+f).width>g&&h.length>0;)h=h.slice(0,-1);return h+f},[]),me=t(n=>{let c=Math.min(n,Z.maxZoom)/Z.maxZoom;return Math.max(Z.fontSize*c,Z.fontSize)},"calculateFontSize"),to=z0.useCallback(n=>{let g=B1(),c=Q();!g||g.length===0||!c||c.length===0||(n.lineWidth=.5,n.globalAlpha=1,g.forEach(p=>{let h=typeof p.source=="object"?p.source:c.find(t1=>t1.id===p.source),f=typeof p.target=="object"?p.target:c.find(t1=>t1.id===p.target);if(!h||!f)return;let u={x:h.x||0,y:h.y||0},b={x:f.x||0,y:f.y||0},w=b.x-u.x,y=b.y-u.y,k=Math.sqrt(w*w+y*y),L=w/k,T=y/k,N=Z.nodeSizeBase/2,R=Z.nodeSizeBase/2,O=4,x={x:u.x+L*N,y:u.y+T*N},E={x:b.x-L*(R+O),y:b.y-T*(R+O)},v={x:b.x-L*(R+1),y:b.y-T*(R+1)},Y=i.current.highlightLinks.has(p),H=Y?I.graph2D.link.highlighted:I.graph2D.link.normal,_=Y?1.5:.5,K=u.x+(b.x-u.x)/2,m1=u.y+(b.y-u.y)/2,i1=Math.atan2(y,w);if(p.label){let t1=i.current.transform.k,a1=me(t1);n.font=`${a1}px Sans-Serif`;let uo=n.measureText(p.label).width,bo=10;n.beginPath(),n.moveTo(x.x,x.y);let ho=k/2-(uo+bo)/2,fo={x:u.x+L*ho,y:u.y+T*ho};n.lineTo(fo.x,fo.y),n.strokeStyle=H,n.lineWidth=_,n.stroke(),n.beginPath();let Co=k/2+(uo+bo)/2,mo={x:u.x+L*Co,y:u.y+T*Co};n.moveTo(mo.x,mo.y),n.lineTo(E.x,E.y),n.strokeStyle=H,n.lineWidth=_,n.stroke();}else n.beginPath(),n.moveTo(x.x,x.y),n.lineTo(E.x,E.y),n.strokeStyle=H,n.lineWidth=_,n.stroke();let x1=2;if(n.save(),n.translate(v.x,v.y),n.rotate(i1),n.beginPath(),n.moveTo(0,0),n.lineTo(-4,x1),n.lineTo(-4,0),n.lineTo(-4,-2),n.closePath(),n.fillStyle=H,n.fill(),n.restore(),p.label){let t1=i.current.transform.k,a1=me(t1);n.font=`${a1}px Sans-Serif`,n.textAlign="center",n.textBaseline="middle",n.save(),n.translate(K,m1),Math.abs(i1)>Math.PI/2?n.rotate(i1+Math.PI):n.rotate(i1),n.fillStyle=Y?I.graph2D.link.highlightedTextColor:I.graph2D.link.textColor,n.fillText(p.label,0,0),n.restore();}}));},[Z,I.graph2D.link]),ro=z0.useCallback((n,g)=>{if(!X||X.length===0||!n||!n.x||!n.y)return;let{x:c,y:p}=n,h=Z.nodeSizeBase*Z.nodeAreaFactor/2;g.save();let f=Math.min(X.length,8),u=Math.min(Math.PI*2/f,Math.PI);for(let b=0;b<f;b++){let w=b*u,y=(b+1)*u,k=i.current.hoveredButtonIndex===b;g.beginPath(),g.arc(c,p,h,w,y,false),g.lineTo(c,p),g.closePath(),g.lineWidth=1,g.strokeStyle=I.graph2D?.button?.stroke||"#FFFFFF",g.stroke(),g.fillStyle=k?I.graph2D?.button?.hoverFill||"rgba(255, 255, 255, 0.3)":I.graph2D?.button?.normalFill||"rgba(255, 255, 255, 0.1)",g.fill();let L=h*.2,T=(w+y)/2,N=h-Z.nodeSizeBase/2+L,R=c+Math.cos(T)*N,O=p+Math.sin(T)*N,x=X[b],E=k?x.hoverImg:x.normalImg;if(E.complete)try{g.drawImage(E,R-L/2,O-L/2,L,L);}catch(v){console.warn("Error rendering button icon:",v);}else E.onload=()=>{if(W.current)try{g.drawImage(E,R-L/2,O-L/2,L,L);}catch(v){console.warn("Error rendering button icon after load:",v);}};}g.restore();},[X,I.graph2D?.button]),no=z0.useCallback(n=>{let g=Q();!g||g.length===0||(n.globalAlpha=1,g.forEach(c=>{let{x:p,y:h,color:f,fontColor:u,label:b}=c,w=i.current.highlightNodes.has(c)||c===i.current.hoveredNode||c===i.current.draggedNode,y=c===i.current.selectedNode,k=Z.nodeSizeBase,L=Z.nodeSizeBase/2;if(w&&!y){let T=Z.nodeSizeBase*Z.nodeAreaFactor*.75/2;n.beginPath(),n.arc(p,h,T,0,2*Math.PI,false),n.fillStyle=I.graph2D.ring.highlightFill,n.fill();}if(y)if(l&&l.length>0)ro(c,n);else {let T=Z.nodeSizeBase*Z.nodeAreaFactor/2;n.beginPath(),n.arc(p,h,T,0,2*Math.PI,false),n.fillStyle=I.graph2D.ring.selectionFill||I.graph2D.ring.highlightFill,n.fill();}if(n.beginPath(),n.arc(p,h,L,0,2*Math.PI),n.fillStyle=f||fe(c.group||"0"),n.fill(),b){n.save(),n.translate(p,h);let T=i.current.transform.k,N=me(T),R=k*Z.textPaddingFactor;n.font=`${N}px Sans-Serif`,n.textAlign="center",n.textBaseline="middle",n.fillStyle=u||"#000";let O=Tt(b,R,n);n.fillText(O,0,0),n.restore();}}));},[I.graph2D.ring,l,ro]),j=z0.useCallback(()=>{let n=W.current;n&&(n.clearRect(0,0,i.current.width,i.current.height),oo(n),n.save(),n.setTransform(i.current.transform.k,0,0,i.current.transform.k,i.current.transform.x,i.current.transform.y),to(n),no(n),n.restore());},[to,no,oo]),io=z0.useCallback((n,g=[],c)=>{let p=B1()||[],h=Q()||[];if(!$.current||!n.length)return;let{width:f,height:u}=i.current,b=c?.smoothAppearance??false,w=c?.transitionDuration??1e3,y=new Set(h.map(x=>x.id)),k=n.filter(x=>!y.has(x.id)),L=new Set(p.map(x=>`${typeof x.source=="object"?x.source.id:x.source}-${typeof x.target=="object"?x.target.id:x.target}`)),T=g.filter(x=>{let E=`${typeof x.source=="object"?x.source.id:x.source}-${typeof x.target=="object"?x.target.id:x.target}`;return !L.has(E)});if(k.length===0&&T.length===0)return;let N=[...h,...k],R=[...p,...T];b&&(k.forEach(x=>{let E=T.filter(v=>{let Y=typeof v.source=="object"?v.source.id:v.source,H=typeof v.target=="object"?v.target.id:v.target;return Y===x.id&&y.has(H)||H===x.id&&y.has(Y)});if(E.length>0){let v=E[0],Y=typeof v.source=="object"?v.source.id===x.id?v.target:v.source.id:v.source===x.id?v.target:v.source,H=N.find(_=>_.id===Y);if(H&&H.x!==void 0&&H.y!==void 0){let _=30+Math.random()*20,K=Math.random()*Math.PI*2;x.x=H.x+Math.cos(K)*_,x.y=H.y+Math.sin(K)*_,x.vx=0,x.vy=0;}}else {let v=f/2,Y=u/2,H=Math.min(f,u)/4,_=Math.random()*Math.PI*2;x.x=v+Math.cos(_)*(H*Math.random()),x.y=Y+Math.sin(_)*(H*Math.random()),x.vx=0,x.vy=0;}}),h.forEach(x=>{x.fx=x.x,x.fy=x.y;})),$.current.nodes(N);let O=$.current.force("link");O&&O.links(R),T.forEach(x=>{let E=typeof x.source=="object"?x.source:N.find(Y=>Y.id===x.source),v=typeof x.target=="object"?x.target:N.find(Y=>Y.id===x.target);!E||!v||(!E.neighbors&&(E.neighbors=[]),!v.neighbors&&(v.neighbors=[]),E.neighbors.push(v),v.neighbors.push(E),!E.links&&(E.links=[]),!v.links&&(v.links=[]),E.links.push(x),v.links.push(x));}),b?($.current.alphaTarget(.3),$.current.alpha(.3),$.current.velocityDecay(.7),$.current.restart(),setTimeout(()=>{h.forEach(x=>{x.fx=void 0,x.fy=void 0;}),$.current?.alphaTarget(0),$.current?.alpha(.1),$.current?.velocityDecay(.6);},w)):$.current.alpha(.1).restart(),j();},[U,j]),ao=z0.useCallback(n=>{let g=Q(),c=B1();if(!$.current||!n.length||!g||g.length===0||!c||c.length===0)return;let p=new Set(n);if(i.current.selectedNode&&i.current.selectedNode.id!==void 0&&p.has(i.current.selectedNode.id)&&(i.current.selectedNode=null),i.current.hoveredNode&&i.current.hoveredNode.id!==void 0&&p.has(i.current.hoveredNode.id)&&(i.current.hoveredNode=null,i.current.highlightNodes=new Set,i.current.highlightLinks=new Set),i.current.hoveredLink){let b=typeof i.current.hoveredLink.source=="object"?i.current.hoveredLink.source.id:i.current.hoveredLink.source,w=typeof i.current.hoveredLink.target=="object"?i.current.hoveredLink.target.id:i.current.hoveredLink.target;(b!==void 0&&p.has(b)||w!==void 0&&p.has(w))&&(i.current.hoveredLink=null,i.current.highlightNodes=new Set,i.current.highlightLinks=new Set);}i.current.draggedNode&&i.current.draggedNode.id!==void 0&&p.has(i.current.draggedNode.id)&&(i.current.draggedNode=null);let h=g.filter(b=>b.id!==void 0&&!p.has(b.id)),f=c.filter(b=>{let w=typeof b.source=="object"?b.source.id:b.source,y=typeof b.target=="object"?b.target.id:b.target;return w!==void 0&&!p.has(w)&&y!==void 0&&!p.has(y)});h.forEach(b=>{b.neighbors=[],b.links=[];}),f.forEach(b=>{let w=typeof b.source=="object"?b.source:h.find(k=>k.id===b.source),y=typeof b.target=="object"?b.target:h.find(k=>k.id===b.target);!w||!y||(w.neighbors=w.neighbors||[],y.neighbors=y.neighbors||[],w.neighbors.push(y),y.neighbors.push(w),w.links=w.links||[],y.links=y.links||[],w.links.push(b),y.links.push(b));}),$.current.nodes(h);let u=$.current.force("link");u&&u.links(f),j();},[j]),V1=z0.useCallback((n=0,g=20)=>{let c=Q();if(!W.current||!D.current||!c||!c.length)return;let h=1/0,f=1/0,u=-1/0,b=-1/0;if(c.forEach(w=>{if(w.x===void 0||w.y===void 0)return;let y=w.x,k=w.y;h=Math.min(h,y),f=Math.min(f,k),u=Math.max(u,y),b=Math.max(b,k);}),isFinite(h)&&isFinite(u)&&isFinite(f)&&isFinite(b)){let{width:w,height:y}=i.current;h-=g,f-=g,u+=g,b+=g;let k=u-h,L=b-f,T=k>0?w/k:1,N=L>0?y/L:1,R=Math.min(T,N,10),O=h+k/2,x=f+L/2,E={k:R,x:w/2-O*R,y:y/2-x*R};if(n>0){let v={...i.current.transform},Y=Date.now(),H=t(()=>{let _=Math.min(1,(Date.now()-Y)/n),K=_===1?1:1-Math.pow(1-_,3),m1={k:v.k+(E.k-v.k)*K,x:v.x+(E.x-v.x)*K,y:v.y+(E.y-v.y)*K};i.current.transform=m1,j(),_<1&&requestAnimationFrame(H);},"animateZoom");requestAnimationFrame(H);}else i.current.transform=E,j();}},[]),L1=z0.useCallback((n,g)=>{let c=Q();if(!c||c.length===0)return null;let p=Z.nodeSizeBase/2,h=window.devicePixelRatio||1,f=(n*h-i.current.transform.x)/i.current.transform.k,u=(g*h-i.current.transform.y)/i.current.transform.k;return c.find(b=>{let w=(b.x||0)-f,y=(b.y||0)-u;return Math.sqrt(w*w+y*y)<=p})||null},[]),T1=z0.useCallback((n,g)=>{let c=B1(),p=Q();if(!c||c.length===0||!p||p.length===0)return null;let h=window.devicePixelRatio||1,f=(n*h-i.current.transform.x)/i.current.transform.k,u=(g*h-i.current.transform.y)/i.current.transform.k,b=5;return c.find(w=>{let y=typeof w.source=="object"?w.source:p.find(a1=>a1.id===w.source),k=typeof w.target=="object"?w.target:p.find(a1=>a1.id===w.target);if(!y||!k)return false;let L=y.x||0,T=y.y||0,N=k.x||0,R=k.y||0,O=f-L,x=u-T,E=N-L,v=R-T,Y=O*E+x*v,H=E*E+v*v;if(H===0)return false;let _=Y/H;_=Math.max(0,Math.min(1,_));let K=L+_*E,m1=T+_*v,i1=f-K,x1=u-m1;return Math.sqrt(i1*i1+x1*x1)<=b})||null},[]),so=z0.useCallback((n,g,c,p,h,f,u)=>{let b=n-c,w=g-p,y=Math.sqrt(b*b+w*w),k=Math.atan2(w,b);k<0&&(k+=2*Math.PI);let N=y>=h*.5&&y<=h*1,R=false;return f===Math.PI&&u===Math.PI*2?R=k>=Math.PI&&k<=Math.PI*2:f===0&&u===Math.PI?R=k>=0&&k<=Math.PI:R=f<=u&&k>=f&&k<=u||f>u&&(k>=f||k<=u),N&&R},[]),xe=z0.useCallback(n=>{if(n===i.current.lastHoveredNodeRef)return;i.current.lastHoveredNodeRef=n;let g=new Set,c=new Set;n&&(g.add(n),n.neighbors&&n.neighbors.forEach(p=>g.add(p)),n.links&&n.links.forEach(p=>c.add(p))),i.current.hoveredNode=n,m&&m(n),i.current.highlightNodes=g,i.current.highlightLinks=c;},[m]),Se=z0.useCallback(n=>{if(n===i.current.hoveredLink)return;let g=new Set,c=new Set;if(n){c.add(n);let p=Q();if(p){let h=typeof n.source=="object"?n.source:p.find(u=>u.id===n.source),f=typeof n.target=="object"?n.target:p.find(u=>u.id===n.target);h&&g.add(h),f&&g.add(f);}}i.current.hoveredLink=n,F&&F(n),i.current.highlightNodes=g,i.current.highlightLinks=c;},[F,Q]),lo=z0.useCallback(n=>{S&&S(n);},[S]),co=z0.useCallback(n=>{i.current.selectedNode=n,d&&d(n);},[d]),po=z0.useCallback(()=>{i.current.selectedNode=null,C&&C();},[C]),zt=z0.useCallback(n=>{if(!D.current||!$.current)return;let g=D.current.getBoundingClientRect(),c=n.clientX-g.left,p=n.clientY-g.top;i.current.mouseStartPos={x:c,y:p},i.current.isDragging=false;let h=L1(c,p);h?(i.current.draggedNode=h,h.fx=h.x,h.fy=h.y):(i.current.isPanning=true,i.current.lastMousePos={x:c,y:p});},[L1]),Gt=z0.useCallback(n=>{if(!D.current)return;let g=D.current.getBoundingClientRect(),c=n.clientX-g.left,p=n.clientY-g.top;if(i.current.draggedNode&&i.current.mouseStartPos&&$.current){let u=i.current.mouseStartPos.x,b=i.current.mouseStartPos.y,w=c-u,y=p-b;Math.sqrt(w*w+y*y)>3&&(i.current.isDragging=true,$.current.alphaTarget()===0&&$.current.alphaTarget(0).restart());let T=window.devicePixelRatio||1,N=(c*T-i.current.transform.x)/i.current.transform.k,R=(p*T-i.current.transform.y)/i.current.transform.k;i.current.draggedNode.fx=N,i.current.draggedNode.fy=R;return}if(i.current.isPanning&&i.current.mouseStartPos){let u=c-i.current.lastMousePos.x,b=p-i.current.lastMousePos.y,w=i.current.mouseStartPos.x,y=i.current.mouseStartPos.y;Math.sqrt(Math.pow(c-w,2)+Math.pow(p-y,2))>3&&(i.current.isDragging=true),i.current.transform={...i.current.transform,x:i.current.transform.x+u,y:i.current.transform.y+b},i.current.lastMousePos={x:c,y:p},j();return}let h,f;if(i.current.selectedNode&&D.current&&X.length>0){let u=Z.nodeSizeBase*Z.nodeAreaFactor/2,b=D.current.width/g.width,w=D.current.height/g.height,y=c*b,k=p*w,L=(y-i.current.transform.x)/i.current.transform.k,T=(k-i.current.transform.y)/i.current.transform.k,N=i.current.selectedNode.x||0,R=i.current.selectedNode.y||0,O=Math.min(X.length,8),x=Math.min(Math.PI*2/O,Math.PI),E=null;for(let v=0;v<O;v++){let Y=v*x,H=(v+1)*x;if(so(L,T,N,R,u,Y,H)){E=v;break}}E!==null&&(f=i.current.selectedNode),E!==i.current.hoveredButtonIndex&&(h=true),i.current.hoveredButtonIndex=E;}else i.current.hoveredButtonIndex!==null&&(i.current.hoveredButtonIndex=null);if(!f&&(f=L1(c,p),!f)){let u=T1(c,p),b=u!==i.current.hoveredLink;u&&i.current.hoveredNode&&xe(null),Se(u),D.current&&(D.current.style.cursor=u?"pointer":"default"),b&&j();return}f&&i.current.hoveredLink&&Se(null),f!==i.current.hoveredNode&&(h=true),xe(f),D.current&&(D.current.style.cursor=f?"pointer":"default"),h&&j();},[X,L1,T1,xe,Se,j,so]),Rt=z0.useCallback(n=>{i.current.mustBeStoppedPropagation&&(n.stopPropagation(),n.preventDefault()),i.current.mustBeStoppedPropagation=false;},[]),go=z0.useCallback(n=>{let g=i.current.isDragging;if(g&&(i.current.mustBeStoppedPropagation=true),!g&&i.current.mouseStartPos){let c=D.current?.getBoundingClientRect();if(c){let p=n.clientX-c.left,h=n.clientY-c.top,f=false;if(i.current.selectedNode&&i.current.hoveredButtonIndex!==null&&l[i.current.hoveredButtonIndex]){let u=l[i.current.hoveredButtonIndex];u&&u.onClick&&(u.onClick(i.current.selectedNode),f=true);}if(!f&&i.current.draggedNode)co(i.current.draggedNode);else if(!f&&!i.current.draggedNode){let u=T1(p,h);u?lo(u):po();}}}if(i.current.draggedNode&&$.current){if(g){$.current.alphaTarget(0);let c=.05,p=.04,h=.6;$.current.alpha(c).alphaDecay(p),$.current.velocityDecay(h);}else $.current.alphaTarget(0);i.current.draggedNode.fx=void 0,i.current.draggedNode.fy=void 0,i.current.draggedNode=null;}i.current.isDragging=false,i.current.mouseStartPos=null,i.current.isPanning&&(i.current.isPanning=false),j();},[l,j,co,po,T1,lo]),we=z0.useCallback(n=>{if(n.stopPropagation(),n.preventDefault(),!D.current)return;let g=D.current.getBoundingClientRect(),c=n.clientX-g.left,p=n.clientY-g.top,f=-n.deltaY>0?1.1:1/1.1,u=i.current.transform,b=u.k*f;if(b<.01||b>10)return;let w=u.k*f,y=c-(c-u.x)*f,k=p-(p-u.y)*f;i.current.transform={k:w,x:y,y:k},j();},[j]);return z0.useImperativeHandle(P,()=>({zoomToFit:V1,addNodes:io,removeNodes:ao}),[V1,io,ao]),z0.useEffect(()=>{let n=D.current,{width:g,height:c}=i.current;if(!n)return;Ce(),q(true);let p=g/2,h=c/2,f=Z.nodeSizeBase,u=f/2,b=f*2.5;$.current&&$.current.stop();let w=$.current=d3.forceSimulation(U).force("link",d3.forceLink(J).id(y=>y.id).distance(b).strength(.9)).force("charge",d3.forceManyBody().strength(-f/10*200).theta(.5).distanceMin(f*2)).force("x",d3.forceX().strength(.03)).force("y",d3.forceY().strength(.03)).force("center",d3.forceCenter(p,h).strength(.05)).force("collide",d3.forceCollide().radius(u*2).iterations(2).strength(1)).velocityDecay(.6);return ()=>{w.stop();}},[U,J]),z0.useLayoutEffect(()=>{let n=D.current;n&&(i.current.width=o*be,i.current.height=r*be,n.width=i.current.width,n.height=i.current.height);},[o,r]),z0.useEffect(()=>{if($.current){let n=$.current;n.on("tick",()=>{j();}),n.on("end",()=>{V&&(V1(0,20),setTimeout(()=>{q(false);},200));});}V||j();},[U,J,V,j,V1]),z0.useEffect(()=>{!U||!J||J.forEach(n=>{let g=typeof n.source=="object"?n.source:U.find(p=>p.id===n.source),c=typeof n.target=="object"?n.target:U.find(p=>p.id===n.target);!g||!c||(!g.neighbors&&(g.neighbors=[]),!c.neighbors&&(c.neighbors=[]),g.neighbors.push(c),c.neighbors.push(g),!g.links&&(g.links=[]),!c.links&&(c.links=[]),g.links.push(n),c.links.push(n));});},[U,J]),z0.useEffect(()=>{l&&l.length>0&&he(w3(l));},[l]),z0.useEffect(()=>{let n=D.current;if(n)return n.addEventListener("wheel",we,{passive:false}),()=>{n.removeEventListener("wheel",we);}},[we]),jsxRuntime.jsxs(v3,{children:[(e||V)&&jsxRuntime.jsx($t,{width:o,height:r}),jsxRuntime.jsx(F3,{ref:D,style:{width:o,height:r,display:e||V?"none":"block"},onMouseDown:zt,onMouseMove:Gt,onMouseUp:go,onMouseLeave:go,onClick:Rt})]})}),v3=C1.styled.div`
|
|
1059
1071
|
display: flex;
|
|
1060
1072
|
align-items: center;
|
|
1061
1073
|
justify-content: center;
|
|
1062
1074
|
width: 100%;
|
|
1063
1075
|
min-width: 0;
|
|
1064
1076
|
position: relative;
|
|
1065
|
-
`,
|
|
1077
|
+
`,F3=C1.styled.canvas``;y3.displayName="Graph2D";var iu=t(({isActive:e,position:o,top:r=0,left:a=0,right:l,bottom:d,...C})=>jsxRuntime.jsx(E3,{$isActive:e,$position:o,$top:r,$left:a,$right:l,$bottom:d,...C}),"FullscreenCard"),E3=C1__default.default.div(({$isActive:e,$top:o,$left:r,$right:a,$bottom:l,$position:d,theme:C})=>`
|
|
1066
1078
|
${e?`
|
|
1067
|
-
position: ${
|
|
1079
|
+
position: ${d};
|
|
1068
1080
|
z-index: 1000;
|
|
1069
|
-
${o?`top: ${
|
|
1070
|
-
${r?`left: ${
|
|
1071
|
-
${a?`right: ${
|
|
1072
|
-
${l?`bottom: ${
|
|
1081
|
+
${o?`top: ${z(o,C.baseSize)};`:""}
|
|
1082
|
+
${r?`left: ${z(r,C.baseSize)};`:""}
|
|
1083
|
+
${a?`right: ${z(a,C.baseSize)};`:""}
|
|
1084
|
+
${l?`bottom: ${z(l,C.baseSize)};`:""}
|
|
1073
1085
|
`:""}
|
|
1074
1086
|
|
|
1075
1087
|
min-width: 0;
|
|
1076
|
-
`);exports.Alert=
|
|
1088
|
+
`);exports.Alert=wc;exports.AlertIcon=Fe;exports.AndroidIcon=v0;exports.ApiIcon=Kt;exports.ArrowCircleTopRightIcon=er;exports.ArrowRightIcon=or;exports.BallsMenu=Ge;exports.Box=Id;exports.BugReportIcon=rr;exports.BusIcon=u0;exports.Button=Mo;exports.CalendarIcon=nr;exports.CarIcon=b0;exports.CheckIcon=n0;exports.Checkbox=Wc;exports.ChevronDownIcon=Re;exports.ChevronLeftIcon=ke;exports.ChevronRightIcon=Pe;exports.ChevronUpIcon=Ze;exports.CloseCircleIcon=lr;exports.ClosedLockIcon=cr;exports.Container=vg;exports.ContextMenu=ut;exports.ContextMenuDelimiter=el;exports.CrossIcon=He;exports.DataSetsIcon=gr;exports.DeepSearchIcon=br;exports.DisabledVisibleIcon=hr;exports.DocsIcon=Cr;exports.DownloadIcon=xr;exports.Drawer=$p;exports.DrawerBody=Vp;exports.DrawerHeader=Bp;exports.EditUserIcon=wr;exports.EmptyData=jd;exports.EnableVisibleIcon=vr;exports.EnterArrowLeftIcon=kr;exports.FileIcon=S0;exports.FiltersIcon=Pr;exports.FlexContainer=r2;exports.FlexItem=l2;exports.FolderAlertIcon=E0;exports.FullscreenCard=iu;exports.GlobalStyle=xo;exports.Graph2D=y3;exports.Header=H7;exports.HeaderDelimeter=_7;exports.HeaderSection=K7;exports.HomepageIcon=Mr;exports.InfoCircleFilledIcon=Ae;exports.InfoCircleIcon=Ir;exports.Input=Ql;exports.IosIcon=w0;exports.Label=Lc;exports.Line=Hd;exports.LinerProgress=op;exports.ListMenu=C7;exports.ListMenuItem=v7;exports.ListMenuSection=I7;exports.MapRadarIcon=Br;exports.MaximizeIcon=p0;exports.MicrosoftIcon=k0;exports.MoonIcon=Lr;exports.OpenLockIcon=Tr;exports.OrganizationIcon=Gr;exports.PageLayout=gg;exports.Pagination=L8;exports.PasswordFinderIcon=Zr;exports.PhonebookIcon=Hr;exports.PlaneIcon=C0;exports.PlusIcon=i0;exports.PrintIcon=Nr;exports.Profiler2Icon=Or;exports.ProfilerIcon=Yr;exports.RelationIcon=I0;exports.RelationPointsIcon=B0;exports.RowActionsMenu=Gl;exports.SandBoxIcon=Xr;exports.SearchIcon=Ur;exports.Select=Cl;exports.ShipIcon=m0;exports.Sidebar=Ss;exports.SidebarContext=u1;exports.SidebarDelimeter=Rs;exports.SidebarItem=Is;exports.SidebarSection=Ws;exports.StatisticIcon=qr;exports.StyledContainer=X2;exports.SunIcon=Kr;exports.Switch=gp;exports.Table=S8;exports.Tag=dc;exports.ThemeProvider=r5;exports.Typography=l7;exports.UnfoldIcon=d0;exports.UpRightArrowCircleIcon=e0;exports.UsersIcon=s0;exports.VectorIcon=t0;exports.WayIcon=h0;exports.convertPaletteToRem=S1;exports.createComponent=G;exports.darkTheme=Fo;exports.darkThemePx=vo;exports.destructSpaceProps=H1;exports.generatePropertySpaceStyle=M;exports.getBreakpoint=z3;exports.getButtonSizeStyles=n1;exports.getButtonStyles=e1;exports.getInputStyles=L3;exports.getTypographyStyles=T3;exports.hexToRgba=G1;exports.lightTheme=yo;exports.lightThemePx=wo;exports.propToRem=r1;exports.pxToRem=z;exports.remToPx=So;exports.resolveThemeColor=z1;exports.useContextMenuControl=bt;exports.useTheme=m5;//# sourceMappingURL=index.js.map
|
|
1077
1089
|
//# sourceMappingURL=index.js.map
|